/* **************************************************************************************
 *                                      Helpers                                         *
 ************************************************************************************** */

 .op70Hover:hover {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -ms-filter: "alpha(opacity=70)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.circOnline {
    background-color: #48a829;
    border-color: #48a829;
}

.circOnValidation {
    background-color: #efcb00;
    border-color: #efcb00;
}

.circOffline {
    background-color: #a70010;
    border-color: #a70010;
}
.mL-10 {
    margin-left: -10px !important;
}

/* **************************************************************************************
 *                                      Common                                         *
 ************************************************************************************** */

.mainTitle {
    line-height: 32px;
    font-weight: bold;
}
.mainContent {
    padding-left: 50px;
}

.noAds {
    text-align: center;
    font-weight: bold;
    margin: 80px 0;
}

.boxClassifiedTitle {
    border-bottom: 1px solid #ccc;
    line-height: 35px;
    clear: both;
}

.boxClassifiedTitle * {
    line-height: 35px;
    vertical-align: middle;
}

.boxClassified .boxClassifiedImg {
    float: left;
    min-width: 15%;
    max-width: 18%;
}

.boxClassified .secondaryDesc .secondaryDescPipe {
    margin: 0 5px;
}

.boxClassified .boxClassifiedDesc {
    float: left;
    width: 60%;
    padding: 0 15px;
    box-sizing: border-box;
}

.boxClassified .boxActions {
    float: right;
    width: 22%;
}

.boxClassified .boxActions.boxDrafts {
    margin-top: 35px;
}

.boxClassified .boxActions a {
    clear: both;
    display: block;
    margin-bottom: 6px;
}
.boxClassified .boxActions a:last-child {
    margin-bottom: 0;
}

.compte-part-ul li {
    list-style: disc inside none;
    padding: 5px 0;
}

/* ********************************
 *          Menu de Sidebar       *
 ******************************** */

 .mainAside .menuPart {
    line-height: 50px;
    background-color: #ffff;
    font-weight: 600;
}

.mainAside .menuPart > ul > li > a {
    color: #333;
    padding: 2px 18px;
    display: flex;
    justify-content: space-between;
    font-size: 16px !important;
}

.mainAside .menuPart > ul > li:last-child > a {
    justify-content: flex-start;
}

.mainAside .menuPart > ul > li > a:hover {
    text-decoration: underline;
}


.mainAside .menuPart > ul > li.active > a {
    font-weight: bold;
    background-color: white !important;
}
.separator{
    width: 100%;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    margin: 0 10px;
    margin-left: 18px;
  }
  .logoutLink a {
    display: flex;
    font-family: "Open Sans" !important;
    -webkit-font-smoothing: antialiased;
    align-items: center; /* This centers the items vertically within the flex container */
}

.inline-icon {
    display: inline-block;  /* This makes the span behave like an inline image */
    width: 16px;
    height: 16px;
    background: url('https://dev.lacentrale.fr/static/fragment-lc-mozart-commons/statics/icons/disconnect.svg') no-repeat center center / contain;
    margin-right: 5px;
    filter: invert(1) hue-rotate(360deg); /* This will turn black SVGs to white */
    background-color: red; /* If the SVG has transparent areas, this will make them red */
}
/* **************************************
 *      Blocs Conseils et Warning       *
 ************************************** */

.adviceBox {
    border: 2px solid #0783ac;
}
.warningBox {
    border: 2px solid #a70010;
}

.adviceBox,
.warningBox {
    padding: 15px 15px 15px 40px;
    position: relative;
}

.adviceBox [class^="picto"],
.warningBox [class^="picto"] {
    left: 3px;
    top: 7px;
    position: absolute;
}

/* *******************************
 *      Bloc de connection       *
 ******************************* */

.boxLogin > :first-child {
    border-right: 1px solid #c8c8c8;
    margin-right: -1px;
}
.boxLogin > :last-child {
    border-left: 1px solid #c8c8c8;
}

/* ***************************
 *      Bloc SMS / TTS       *
 *************************** */

#BlocValidationParSMS label {
    display: inline-block;
    width: auto;
}
#BlocValidationParSMS .stepTitle {
    display: inline-block;
    width: 30%;
    line-height: 32px;
}

/* **************************
 *      Bloc Photos         *
 ************************** */

ul.optionsParutionCont {
    padding-left: 20px;
    line-height: 22px;
}
ul.optionsParutionCont > li#total {
    margin-top: 10px;
}
ul.optionsParutionCont > li > input {
    margin-left: -17px;
}
ul.optionsParutionCont > li > span {
    display: inline-block;
    width: 130px;
}

/* **************************
 *      Bloc Pagination     *
 ************************** */

.pagination {
    overflow: hidden;
    text-align: center;
}
.pagination ul {
    display: flex;
}
.pagination li:first-child a {
    border-radius: 5px 0 0 5px;
}
.pagination li:last-child a {
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #c8c8c8;
}

/* ******************************
 *          Bloc Paiement       *
 ****************************** */

.paymentCard {
    padding-left: 70px;
}
.paymentCard > span {
    display: inline-block;
    margin-right: 15px;
    white-space: nowrap;
}
.paymentCard > span > * {
    display: inline-block;
    vertical-align: middle;
}
.paymentCard > span > input {
    margin-right: 5px;
}

/* ******************************************************************************************
 *                                      Page Login                                          *
 ****************************************************************************************** */

.mainContentLeft {
    padding-left: 0;
    padding-right: 50px;
}

.cpt-part-login-aside.mainAside > span {
    display: block;
}

.cpt-part-login-aside.mainAside > span > a {
    display: block;
    margin-bottom: 15px;
}

/* ******************************************************************************************
 *                                      Page Mes annonces                                   *
 ****************************************************************************************** */

.cpt-part-classified .boxStats {
    text-align: center;
}
.cpt-part-classified .boxStats > div {
    width: 25%;
    float: left;
}
.cpt-part-classified .boxStats > div > span > span:first-child {
    line-height: 15px;
    min-height: 30px;
    margin-bottom: 5px;
    display: block;
}
.cpt-part-classified .boxStats > div > span > span:nth-child(2) {
    font-size: 40px;
    display: block;
}

/* ****************************************************************************************
 *                              Page Modifier mes annonces                                *
 **************************************************************************************** */

.cpt-part-modify-ve label {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}
.cpt-part-modify-ve label > strong {
    display: inline-block;
    width: 50%;
}
.cpt-part-modify-ve label > span,
.cpt-part-modify-ve label > span.selectInline,
.cpt-part-modify-ve label > span.inputInline {
    display: inline-block;
    width: 45%;
}

.cpt-part-modify-ve #divOption,
.cpt-part-modify-ve #divRepair {
    border: 1px solid #ccc;
    margin: 15px auto;
    width: 90%;
    padding: 15px;
}

.cpt-part-modify-ve #divOption input[type="checkbox"],
.cpt-part-modify-ve #divRepair input[type="checkbox"] {
    margin-right: 8px;
}

.cpt-part-modify-ve #divOption table,
.cpt-part-modify-ve #divRepair table {
    width: 100%;
}

.cpt-part-modify-ve #divOption .TabOptRepTitle {
    font-weight: bold;
    line-height: 32px;
    padding: 10px 0;
}

/* *****************************************************************************************
 *                                  Page Listing de Mail                                   *
 ***************************************************************************************** */

.cpt-part-mail .tableCBM td {
    padding: 0;
}
.cpt-part-mail .tableCBM td a {
    padding: 8px;
    display: block;
}
.cpt-part-mail .tableCBM th:last-child,
.cpt-part-mail .tableCBM td:last-child {
    text-align: center;
}
.cpt-part-mail .mail-fraude .pictoWarningRed {
    position: relative;
}

.cpt-part-mail .mail-fraude .pictoWarningRed > span {
    background-color: white;
    border: 1px solid #ccc;
    padding: 15px;
    position: absolute;
    left: 30px;
    top: -15px;
    display: none;
    line-height: 18px;
    width: 400px;
}

.cpt-part-mail .mail-fraude .pictoWarningRed:hover > span {
    display: block;
}

/* ******************************************************************************************
 *                                  Page D?tail de Mail                                     *
 ****************************************************************************************** */

.cpt-part-mail #textareaMessage #msg {
    min-height: 55px;
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: calc(100% - 2px);
}

/* ******************************************************************************************
 *                                       Page Alertes                                       *
 ****************************************************************************************** */

.cpt-part-alert .criteriaList > a,
.cpt-part-alert .criteriaList > span {
    margin: 0 10px 10px 0;
}

.cpt-part-alert .criteriaList > a:first-child,
.cpt-part-alert .criteriaList > span:first-child {
    margin-left: 0;
}

/* The switch - the box around the slider */
.switchAlert {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 28px;
}

.switchAlertLabel {
    float: left;
    line-height: 28px;
    text-align: center;
}

/* Hide default HTML checkbox */
.switchAlert input {
    display: none;
}

/* The slider */
.switchAlert .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e1e1e1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switchAlert .slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switchAlert input:checked + .slider {
    background-color: #282b34;
}

.switchAlert input:focus + .slider {
    box-shadow: 0 0 1px #282b34;
}

.switchAlert input:checked + .slider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
}

/* Rounded sliders */
.switchAlert .slider.round {
    border-radius: 28px;
}

.switchAlert .slider.round:before {
    border-radius: 50%;
}

.alertSaved {
    display: none;
}

/* ******************************************************************************************
 *                                 Page Modifier Profil                                     *
 ****************************************************************************************** */

.cpt-part-modify-account label {
    width: 30%;
    display: inline-block;
}
.cpt-part-modify-account label > strong {
    line-height: 30px;
}

.cpt-part-modify-account .labelAddress {
    width: 62%;
}
.cpt-part-modify-account .labelZipcode {
    width: 20%;
    margin-right: 2%;
}
.cpt-part-modify-account .labelCity {
    width: 40%;
}
.cpt-part-modify-account .msgInfoMail {
    width: 65%;
}
.cpt-part-modify-account .labelCountry,
.cpt-part-modify-account .labelPhone {
    width: 25%;
    min-width: 165px;
}
.cpt-part-modify-account .labelPhone > * {
    display: block;
}

.cpt-part-modify-account .btnAddPhone {
    display: inline-block;
}
.cpt-part-modify-account .btnAddPhone.clear {
    display: block;
    margin-top: 15px;
}

/* ******************************************************************************************
 *                                  Page Creer Compte                                       *
 ****************************************************************************************** */

.cpt-part-create-account label {
    width: 30%;
    display: inline-block;
}
.cpt-part-create-account label > strong {
    line-height: 30px;
}

.cpt-part-create-account .labelAddress {
    width: 62%;
}
.cpt-part-create-account .labelZipcode {
    width: 20%;
    margin-right: 2%;
}
.cpt-part-create-account .labelCity {
    width: 40%;
}
.cpt-part-create-account .msgInfoMail {
    width: 65%;
}
.cpt-part-create-account .labelCountry,
.cpt-part-create-account .labelPhone {
    width: 25%;
    min-width: 165px;
}
.cpt-part-create-account .labelPhone > * {
    display: block;
}

.cpt-part-create-account .btnAddPhone {
    display: inline-block;
}
.cpt-part-create-account .btnAddPhone.clear {
    display: block;
    margin-top: 15px;
}

#badCharsWarning {
    position: absolute;
    background: #ffc;
    border: 1px solid #c90;
    margin-left: 238px;
    margin-top: -47px;
    padding: 10px;
}
#badCharsWarning p:first-child {
    float: right;
}
#badCharsWarning p:last-child {
    clear: right;
}

/* *****************************************
 *      Page Mes emails : R?pondre         *
 ***************************************** */

.cpt-part-mail .boxClassified .boxClassifiedDesc {
    width: 80%;
}

/* ******************************************************************************************************************
 *                                      Responsive - Tablette                                                       *
 ****************************************************************************************************************** */

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .m15Tablet {
        margin: 15px !important;
    }
    .mT15Tablet,
    .mH15Tablet {
        margin-top: 15px !important;
    }
    .mB15Tablet,
    .mH15Tablet {
        margin-bottom: 15px !important;
    }
    .mR15Tablet,
    .mW15Tablet {
        margin-right: 15px !important;
    }
    .mL15Tablet,
    .mW15Tablet {
        margin-left: 15px !important;
    }

    .centeredTablet {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .responsive .mainContent,
    .responsive .mainAside {
        box-sizing: border-box;
        padding: 15px;
    }

    .responsive .mainContent:not(.mainContentLeft) {
        display: table-cell;
        float: none;
    }

    .responsive .mainAside:not(.mainAsideRight) {
        display: table-cell;
        float: none;
        min-width: 225px;
        width: auto;
    }

    .boxClassified .boxClassifiedImg {
        width: 18%;
    }
    .boxClassified .boxClassifiedDesc {
        padding-right: 0;
        width: 82%;
    }
    .boxClassified .boxActions {
        clear: both;
        float: none;
        padding-top: 15px;
        width: 100%;
    }

    .boxClassified .boxActions > a {
        box-sizing: border-box;
        clear: none;
        float: left;
        margin-bottom: 0;
        margin-right: 2%;
        width: 32%;
    }

    .boxClassified .boxActions > a:last-child {
        margin-right: 0;
    }

    /* ***************************
     *      Bloc SMS / TTS       *
     *************************** */

    #BlocValidationParSMS .stepTitle {
        width: 50%;
    }

    /* ******************************
     *          Page Login          *
     ****************************** */

    .cpt-part-login-aside.mainAside {
        text-align: center;
    }
    .cpt-part-login-aside.mainAside > span {
        display: inline-block;
    }
    .cpt-part-login-aside.mainAside > span > a {
        display: inline-block;
        margin: 0 8px 0;
        width: 150px;
    }

    /* *****************************
     *      Page Mes Annonces      *
     ***************************** */

    .cpt-part-classified .boxStats > div > span > span:nth-child(2) {
        font-size: 30px;
    }

    /* *********************************
     *      Page Modifier Annonce      *
     ********************************* */

    .cpt-part-modify-ve label {
        width: 100%;
        display: block;
    }
    .cpt-part-modify-ve label > strong {
        width: 40%;
    }
    .cpt-part-modify-ve label > span,
    .cpt-part-modify-ve label > span.selectInline,
    .cpt-part-modify-ve label > span.inputInline {
        width: auto;
        min-width: 30%;
        max-width: 58%;
    }
    .cpt-part-modify-ve .btnAddPhone {
        display: block;
        margin-top: 15px;
    }

    /* **********************************
     *          Page Profil             *
     ********************************** */

    .cpt-part-modify-account .labelMail,
    .cpt-part-modify-account .labelPassword {
        width: 40%;
    }
    .cpt-part-modify-account .msgInfoMail {
        width: 55%;
    }
    .cpt-part-modify-account .btnAddPhone {
        display: block;
        max-width: 40%;
        margin-top: 15px;
        width: auto;
    }

    /* **********************************
     *          Page Creer compte       *
     ********************************** */

    .cpt-part-create-account .labelMail,
    .cpt-part-create-account .labelPassword {
        width: 40%;
    }
    .cpt-part-create-account .msgInfoMail {
        width: 55%;
    }
    .cpt-part-create-account .btnAddPhone {
        display: block;
        max-width: 40%;
        margin-top: 15px;
        width: auto;
    }

    /* **********************************
     *          Page Renouveler         *
     ********************************** */

    .cpt-part-renew .renew-baseLine {
        padding-left: 48px !important;
    }
}

/* ******************************************************************************************************************
 *                                      Responsive - Mobile                                                         *
 ****************************************************************************************************************** */

@media only screen and (max-width: 767px) {
    .responsive .floatRPhone {
        float: right !important;
    }
    .responsive .w100Phone {
        width: 100% !important;
    }
    .responsive .f12Phone {
        font-size: 12px !important;
    }

    .m5Phone {
        margin: 5px !important;
    }
    .mT5Phone,
    .mH5Phone {
        margin-top: 5px !important;
    }
    .mB5Phone,
    .mH5Phone {
        margin-bottom: 5px !important;
    }
    .mR5Phone,
    .mW5Phone {
        margin-right: 5px !important;
    }
    .mL5Phone,
    .mW5Phone {
        margin-left: 5px !important;
    }

    .m15Phone {
        margin: 15px !important;
    }
    .mT15Phone,
    .mH15Phone {
        margin-top: 15px !important;
    }
    .mB15Phone,
    .mH15Phone {
        margin-bottom: 15px !important;
    }
    .mR15Phone,
    .mW15Phone {
        margin-right: 15px !important;
    }
    .mL15Phone,
    .mW15Phone {
        margin-left: 15px !important;
    }

    .responsive .mainContent {
        box-sizing: border-box;
        padding: 5px;
    }

    .responsive .mainAside {
        display: none;
    }

    .boxClassified .boxClassifiedImg {
        margin-right: 15px;
        max-width: 35%;
        width: auto;
    }

    .boxClassified .boxClassifiedImg img {
        width: 135px;
        max-width: 100px;
    }

    .boxClassified .boxClassifiedDesc {
        float: none;
        padding: 0;
        width: auto;
    }

    .boxClassified .secondaryDesc .secondaryDescPipe {
        margin: 0 2px;
    }

    .boxClassified .boxActions {
        clear: both;
        float: none;
        padding-top: 15px;
        width: 100%;
    }

    .boxClassified .boxActions > a {
        box-sizing: border-box;
        clear: none;
        float: left;
        margin-bottom: 0;
        margin-right: 2%;
        width: 32%;
    }

    .boxClassified .boxActions > a:last-child {
        margin-right: 0;
    }

    .boxClassified .boxClassifiedVersion {
        display: block;
        min-height: 28px;
    }
    .merci {
        padding-bottom: 20px;
        margin-top: 10px;
    }
    .iframePoll {
        width: 100% !important;
        margin-top: 10px;
    }

    /* ******************************
     *          Bloc Paiement       *
     ****************************** */

    .paymentCard > span {
        margin-bottom: 15px;
    }

    /* *******************************
     *      Menu de Sidebar       *
     ******************************* */

    .menuPart,
    .menuPart > ul > li.active > a,
    .menuPart > ul > li > a:hover {
        background-color: transparent;
    }
    .menuPart > ul > li.active {
        display: block;
    }

    /* *******************************
     *      Bloc de connection       *
     ******************************* */

    .boxLogin > :first-child {
        border-right: 0;
        border-bottom: 1px dotted #666;
        padding-bottom: 15px;
    }

    .boxLogin > :last-child {
        border-left: 0;
    }

    .boxLogin .forgetPass {
        float: right;
    }

    /* ***************************
     *      Bloc SMS / TTS       *
     *************************** */

    #BlocValidationParSMS .stepTitle {
        width: 100%;
    }

    /* *****************************
     *      Page Mes Annonces      *
     ***************************** */

    .cpt-part-classified .boxStats > div {
        clear: both;
        display: block;
        float: none;
        text-align: center;
        width: 100%;
    }

    .cpt-part-classified .boxStats > div > span {
        clear: both;
        display: inline-block;
        overflow: hidden;
    }

    .cpt-part-classified .boxStats > div > span > span:first-child {
        float: right;
        line-height: 40px;
        margin: 0;
    }

    .cpt-part-classified .boxStats > div > span > span:nth-child(2) {
        float: left;
        font-weight: bold;
        line-height: 40px;
        margin-right: 5px;
    }

    /* *****************************
     *      Page renouvellement    *
     ***************************** */

    .cpt-part-renew .renew-baseLine {
        padding: 0 0 8px 47px;
    }

    /* *********************************
     *      Page Modifier Annonce      *
     ********************************* */

    .cpt-part-modify-ve label {
        width: 100%;
        display: block;
    }
    .cpt-part-modify-ve label > strong {
        width: 50%;
    }
    .cpt-part-modify-ve label > span,
    .cpt-part-modify-ve label > span.selectInline,
    .cpt-part-modify-ve label > span.inputInline {
        width: 46%;
    }
    .cpt-part-modify-ve label[for="w_ve_ve_firsthand"] > span {
        width: auto;
    }

    .cpt-part-modify-ve .btnAddPhone {
        display: block;
        margin-top: 15px;
    }

    .cpt-part-modify-ve .boxOptionsAndRepairs label > strong {
        width: 37%;
    }
    .cpt-part-modify-ve .boxOptionsAndRepairs label > span {
        width: 60%;
        vertical-align: top;
    }
    .cpt-part-modify-ve .boxOptionsAndRepairs label > span > button {
        width: 100%;
    }

    .cpt-part-modify-ve .boxMail label > strong {
        width: 40%;
    }
    .cpt-part-modify-ve .boxMail label > span {
        width: 58%;
    }

    .cpt-part-modify-ve #divOption table td {
        vertical-align: top;
        padding: 1px 0;
    }

    /* ******************************
     *      Page Mes Alertes        *
     ****************************** */

    .cpt-part-alert .criteriaList {
        padding-right: 0;
    }

    /* ******************************
     *      Page Mes Favoris        *
     ****************************** */

    .cpt-part-bookmark .adContainer.withSelectors .selectorAd {
        width: 30px;
    }

    .cpt-part-bookmark .adContainer.withSelectors .linkAd .contour {
        padding-left: 10px;
    }

    .cpt-part-bookmark .adContainer.withSelectors .selectorAd input {
        width: 100%;
    }

    .cpt-part-bookmark .assurcredit {
        padding: 10px 0;
    }

    .cpt-part-bookmark .assurcredit > a {
        clear: none !important;
        display: inline-block !important;
        float: left !important;
        width: 50%;
    }

    .cpt-part-bookmark .assurcredit > a:last-child {
        text-align: right;
    }

    /* ******************************
     *      Page Mon Profil         *
     ****************************** */

    .cpt-part-modify-account label {
        clear: both !important;
        display: block !important;
        margin: 0 !important;
        width: 100% !important;
    }

    /* ******************************
     *      Page Creer compte       *
     ****************************** */

    .cpt-part-create-account label {
        clear: both !important;
        display: block !important;
        margin: 0 !important;
        width: 100% !important;
    }

    /* ******************************
     *      Page Mes emails         *
     ****************************** */

    .cpt-part-mail .tableCBM td a {
        padding: 8px 2px;
    }

    .cpt-part-mail .boxActionsMail > a {
        margin-right: 1px !important;
    }

    /* *****************************************
     *      Page Mes emails : R?pondre         *
     ***************************************** */

    .cpt-part-mail .boxClassified .boxClassifiedDesc {
        width: 100%;
    }
}