@media (min-width: 769px) and (max-width: 993px) {
    .page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter span:not(.select2.select2-container) {
        padding: 2px 8px !important;
        font-size: 12px;
    }
    #filter-results-header .filter-content .maisons-filter {
        font-size: 13px;
    }
    #filter-results-header .filter-content .results-number-container .results-number-content span {
        font-size: 13px;
    }
}

@media screen and (min-width: 769px) {
    #filter-results-header-mobile {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .page-template-template-results #filter-results-header form.tosend_ajax {
        display: none;
    }
    #filter-results-header-mobile {
        z-index: 1;
        display: block;
        position: absolute;
        background: #fff;
        width: 100%;
        height: auto;
        left: 0px;
        top: 60px;
    }
    #filter-results-header-mobile .filter-results-body-mobile {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        position: relative;
        padding: 10px 20px;
        align-items: center;
        box-shadow: 0px 0px 3px 1px #ced0d0;
    }
    #filter-results-header-mobile .filter-results-body-mobile .filter-button-mobile {
        padding: 5px 40px;
        background: #dfe3e3;
        border-radius: 4px;
        cursor: pointer;
        font-weight: bold;
        color: #5F7475;
    }
    #filter-results-header-mobile .filter-result-window-mobile {
        background: #fff;
        position: fixed;
        width: 100vw;
        height: 100%;
        overflow: scroll;
        left: -102%;
        top: 0px;
        z-index: 10;
        transition: 0.4s ease;
    }
    #filter-results-header-mobile .filter-result-window-mobile button[type="submit"] {
        width: 100%;
        z-index: 11;
        margin: 0 auto 20px;
        padding: 10px 20px;
        min-width: 200px;
    }
    #filter-results-header-mobile .filter-result-window-mobile button[type="submit"].absolute {
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 0;
    }
    #filter-results-header-mobile .filter-result-window-mobile.active {
        left: 0%;
    }
    #filter-results-header-mobile .filter-result-window-mobile .filter-result-top-buttons ul.filter-result-window-list li {
        padding-right: 20px;
    }
    #filter-results-header-mobile .filter-result-window-mobile .filter-result-top-buttons ul.filter-result-window-list li.localisation-wrapper {
        padding-right: 10px;
    }
    #filter-results-header-mobile .filter-result-window-mobile .filter-result-top-buttons {
        padding: 20px;
        min-height: 400px;
    }
    #filter-results-header-mobile .filter-result-window-mobile .filter-result-top-buttons .filter-result-top-buttons-container {
        display: flex;
        justify-content: space-between;
    }
    #filter-results-header-mobile .filter-result-window-mobile .filter-result-top-buttons .filter-result-top-buttons-container a {
        color: #ccc;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 45%;
        background: #ffffff;
        border-radius: 5px;
        padding: 10px;
        border: 2px solid #cfd5d5;
        position: relative;
    }
    #filter-results-header-mobile .filter-result-window-mobile .filter-result-top-buttons .filter-result-top-buttons-container a.active {
        background: #cfd5d5;
        color: #fff;
    }
    #filter-results-header-mobile .filter-result-window-mobile .filter-result-top-buttons .filter-result-top-buttons-container a:focus {
        background: #dfe3e3;
        outline: none;
    }
    #filter-results-header-mobile .filter-result-window-mobile .filter-result-top-buttons .filter-result-top-buttons-container a span {
        text-align: left;
        margin-left: 10px;
        font-family: 'Gotham';
        font-weight: 400;
        color: black;
        font-size: 14px;
    }
    #filter-results-header-mobile .filter-result-window-mobile .filter-result-top-buttons .filter-result-top-buttons-container a input {
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #filter-results-header-mobile .filter-result-window-mobile .filter-result-top-buttons .filter-result-top-buttons-container a img {
        height: 30px;
    }
    #filter-results-header-mobile .filter-result-window-mobile .filter-result-window-list {
        display: block;
        margin: 20px auto;
    }
    #filter-results-header-mobile .filter-result-window-mobile .filter-result-window-list li {
        border-top: 1px solid #e3e6e7;
        padding: 5px 0px;
        cursor: pointer;
        min-height: 60px;
    }
    #filter-results-header-mobile .filter-result-window-mobile .filter-result-window-list li.normal-height {
        height: auto !important;
    }
    #filter-results-header-mobile .filter-result-window-mobile .filter-result-window-list li .filter-darchitecture-results {
        display: flex;
        width: 265px;
        justify-content: space-between;
    }
    #filter-results-header-mobile .filter-result-window-mobile .filter-result-window-list li:after {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        top: 50%;
        right: 20px;
        border-top: 2px solid #e32213;
        border-left: 2px solid #e32213;
        transform: rotate(135deg) translateY(50%);
    }
    #filter-results-header-mobile .filter-result-window-mobile .filter-result-window-list li p {
        margin: 0px;
        font-weight: 900;
    }
    #filter-results-header-mobile .filter-result-window-mobile .filter-result-window-back {
        position: relative;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #e4e4e4;
        padding: 20px;
    }
    #filter-results-header-mobile .filter-result-window-mobile .filter-result-window-back p {
        padding: 5px 10px;
        margin: 0px;
        font-size: 20px;
        font-weight: 900;
    }
    #filter-results-header-mobile .filter-result-window-mobile .filter-result-window-back .back-arrow,
    #filter-results-header-mobile .filter-result-window-mobile .back-arrow-filter {
        position: absolute;
        width: 15px;
        height: 15px;
        top: 50%;
        left: 20px;
        border-top: 2px solid #e32213;
        border-left: 2px solid #e32213;
        transform: rotate(-45deg) translateY(-50%);
        cursor: pointer;
    }
    #filter-results-header-mobile .filter-result-window-mobile .back-arrow-filter {
        z-index: 10;
        top: 25px;
    }
    .filter-result-window-mobile .filter-localisation,
    .filter-result-window-mobile .filter-darchitecture,
    .filter-result-window-mobile .filter-surface,
    .filter-result-window-mobile .filter-budget,
    .filter-result-window-mobile .filter-criteres {
        position: absolute;
        background: #fff;
        width: 100vw;
        height: 100vh;
        top: 0px;
        left: -106%;
        transition: 0.4s ease;
        padding-top: 40px;
        z-index: 10;
    }
    .filter-result-window-mobile .filter-localisation.active,
    .filter-result-window-mobile .filter-darchitecture.active,
    .filter-result-window-mobile .filter-surface.active,
    .filter-result-window-mobile .filter-budget.active,
    .filter-result-window-mobile .filter-criteres.active {
        left: 0%;
    }
    .filter .filter-body {
        padding: 0px 20px;
        padding-top: 50px;
    }
    .filter .filter-body img {
        width: 35px;
        margin: 0px auto;
    }
    .filter .filter-body h5 {
        text-align: center;
        font-weight: 900;
        margin-bottom: 30px;
    }
    .filter .filter-body h6 {
        font-weight: 500;
    }
    .filter .filter-body .inputs {
        display: flex;
        justify-content: space-between;
        margin: 20px 0px;
    }
    .filter .filter-body .flex-inputs-inputs.criteres {
        display: flex;
        justify-content: start;
    }
    .filter .filter-body .flex-inputs-inputs.criteres .span-radio {
        margin-right: 20px;
    }
    .filter .filter-body .flex-inputs-inputs {
        display: flex;
        justify-content: space-between;
    }
    .filter .filter-body .flex-inputs-inputs input[type="radio"] {
        position: absolute;
        opacity: 0;
    }
    .filter .filter-body .flex-inputs-inputs .span-radio {
        padding: 10px 20px;
        color: #5f7576;
        background: #eff1f1;
        border-radius: 5px;
        border: 1px solid #cfd5d6;
    }
    .filter .filter-body .flex-inputs-inputs .span-radio.active {
        color: #fff;
        background: #5f7576;
    }
    .filter .filter-body .inputs input[type="number"] {
        color: #5f7576;
        background: #eff1f1;
        width: 45%;
        border: 1px solid #cfd5d6;
        padding: 5px 10px;
    }
    .filter .filter-body .picto-input {
        margin: 20px 30px;
    }
    .filter .filter-body .picto-input img {
        width: 50px;
    }
    .filter .filter-body .picto-input label {
        margin: 15px auto 15px 20px;
    }
    .filter .filter-body .picto-input label input[type="checkbox"] {
        position: absolute;
        opacity: 0;
    }
    .filter .filter-body .filter-output span {
        display: inline-block;
        background: #ffffff;
        color: #798885;
        border: 1px solid #e6e8e7;
        padding: 2px 10px;
        font-size: 14px;
    }
    .filter .filter-body .filter-output span a {
        display: inline-block;
    }
    .filter .filter-body .filter-output {
        margin: 15px auto;
    }
    ul.filter-result-window-list li {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.maisons-filter {
    cursor: pointer;
}

.maisons-filter-container {
    position: absolute;
    display: none;
    top: 100%;
    background: #fff;
    padding: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    width: 200px;
}

.maisons-filter-container.active {
    display: flex;
    flex-direction: column;
}

.maisons-filter-container input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.maisons-filter-container label {
    position: relative;
}

.maisons-filter-container a {
    color: black;
    font-size: 18px;
    line-height: 22px;
}


/*====================*/


/*    HEADER FIXEX    */


/*====================*/

#filter-results-header .filter-content .maisons-filter .dropdown-menu ul {
    margin: 0px;
    -webkit-padding-start: 0px;
}

#filter-results-header .filter-content .maisons-filter .dropdown-menu ul li {
    background: transparent;
}

#mp-header #site-navigation .navbar.mp-navbar.__fixed {
    border-bottom: 1px solid #ccc;
    box-shadow: none;
}

#filter-results-header .filter-content {
    justify-content: space-between;
    align-items: center;
}

#filter-results-header .filter-content .other-filters-container {
    left: auto;
    transform: none;
    position: relative;
}

#filter-results-header .filter-content .results-number-container {
    position: relative;
    right: auto;
}

#filter-results-header {
    line-height: normal;
    padding: 15px 0px;
    position: relative;
    box-shadow: 0px 0px 3px 1px #ced0d0;
    border-top: 1px solid #C1C3C3;
}

#filter-results-header.__fixed {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100vw;
    box-shadow: 0px 0px 3px 1px #ced0d0;
    z-index: 2;
}

.page-template-template-results #page .single-template {
    position: relative;
    top: 75px;
    padding-bottom: 75px;
    z-index: 0;
}

@media screen and (max-width: 768px) {
    .page-template-template-results #page .single-template {
        top: 0px;
        padding: 0px 25px;
    }
}

.page-template-template-results .results-container .card-container .card-content .text .left .attributes>div {
    padding-right: 30px;
}

@media screen and (max-width: 400px) {
    .page-template-template-results .results-container .card-container .card-content .text .left .attributes {
        width: 120%;
    }
    .page-template-template-results .results-container .card-container .card-content .text .left .attributes>div {
        padding-right: 15px;
    }
    .page-template-template-results .results-container .card-container .card-content .text .left .attributes.annonce-attributes {
        width: 100%;
    }
    .page-template-template-results .results-container .card-container .card-content .text .left .attributes.annonce-attributes>div {
        padding-right: 0px;
    }
}


/*========================*/


/*     PAGE IN GENERAL    */


/*========================*/

.page-template-template-results #page {
    background: #eff1f1;
}

.page-template-template-results #page #mp-header {
    background: #fff;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter span {
    cursor: pointer;
    padding: 7px 14px;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter {
    padding: 10px 0px;
    position: relative;
    transform-origin: top left;
    overflow: visible;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter.active span {
    background: #607475;
    color: #fff;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter .filter-single-container {
    display: none;
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    top: 100%;
    z-index: 10;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body {
    padding: 20px;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body h5,
.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body h4 {
    font-size: 18px;
    font-weight: medium !important;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .picto-input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .picto-input label {
    margin: 0px auto 0px 25px;
    font-size: 18px;
    font-weight: 400;
}

label input:checked~.span-checkbox {
    background: #607475;
}

label .span-checkbox {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 4px;
    border: 1px solid #607475;
}

label input:checked~.span-checkbox::before {
    display: block;
}

label .span-checkbox::before {
    display: none;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-47deg) translate(-6%, -113%);
}

#formModelesModal .form-group.pentes_row,
#formAnnoncesModal .form-group.pentes_row {
    align-items: center;
}

#formModelesModal .form-group.pentes_row .filter_pantes_checkbox,
#formAnnoncesModal .form-group.pentes_row .filter_pantes_checkbox {
    display: none;
}

#formModelesModal .form-group.pentes_row .span-checkbox,
#formAnnoncesModal .form-group.pentes_row .span-checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #5f7576;
    border-radius: 4px;
    position: relative;
    top: -4px;
    margin-left: 20px;
}

#formModelesModal .form-group.pentes_row .filter_pantes_checkbox:checked~.span-checkbox,
#formAnnoncesModal .form-group.pentes_row .filter_pantes_checkbox:checked~.span-checkbox {
    background: #5f7576;
}

#formModelesModal .form-group.pentes_row .filter_pantes_checkbox~.span-checkbox::before,
#formAnnoncesModal .form-group.pentes_row .filter_pantes_checkbox~.span-checkbox::before {
    content: none;
    position: absolute;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    width: 7px;
    height: 13px;
    left: 5px;
    transform: rotate(225deg);
}

#formModelesModal .form-group.pentes_row .filter_pantes_checkbox:checked~.span-checkbox::before,
#formAnnoncesModal .form-group.pentes_row .filter_pantes_checkbox:checked~.span-checkbox::before {
    content: "";
}

#formModelesModal .form-group.alta-clasa {
    margin-left: 0px;
}

#formModelesModal .form-group.alta-clasa label {
    margin-left: 0px;
}

#formModelesModal .form-group.alta-clasa .number-of-rooms-wrapper .form-check {
    width: 55px;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter .filter-trigger {
    color: #5f7475;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .picto-input img {
    width: 50px;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .picto-input .type-darchitecture {
    position: absolute;
    opacity: 0;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .surface-rooms {
    margin: 10px auto;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .surface-rooms h5 {
    font-size: 18px;
    font-weight: medium !important;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .inputs {
    display: flex;
    justify-content: space-between;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .inputs [type="number"] {
    width: 120px;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .flex-inputs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .flex-inputs .flex-inputs-single {
    flex: 1 0 50%;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .flex-inputs .flex-inputs-single h6 {
    font-size: 18px;
    font-weight: medium !important;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .flex-inputs .flex-inputs-single .flex-inputs-inputs {
    display: flex;
    justify-content: start;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .flex-inputs .flex-inputs-single .flex-inputs-inputs label {
    margin-right: 10px;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter.active .filter-single-container {
    display: block;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter .filter-single-container input {
    padding: 8px;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter .filter-single-container .filter-output {
    margin: 15px auto;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter .filter-single-container .filter-output span {
    display: inline-block;
    background: #ffffff;
    color: #798885;
    border: 1px solid #e6e8e7;
    padding: 2px 10px;
    font-size: 14px;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter .filter-single-container .filter-output span a {
    color: #cc0000;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter.active .filter-single-container .filter-single-container-footer {
    border-top: 1px solid #dce0e1;
    padding: 20px;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter.active .filter-single-container .filter-single-container-footer .content {
    display: flex;
    align-items: center;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter.active .filter-single-container .filter-single-container-footer .content p {
    margin: 0px;
    margin-right: 20px;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter.active .filter-single-container .radio-input input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 55px;
    height: 35px;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter.active .filter-single-container .radio-input .span-radio {
    padding: 5px 15px;
    background: #eff1f0;
    color: #607475;
    border: 1px solid #ced6d5;
    border-radius: 3px;
}

.page-template-template-results #filter-results-header .filter-content .other-filters-container .other-filters-content .filter.active .filter-single-container .radio-input .span-radio.active {
    background: #607576;
    color: #fff;
}


/*====================*/


/*    CARD CONTENT    */


/*====================*/

.page-template-template-results .results-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px -24px;
}

.page-template-template-results .results-container .pagination {
    margin: 20px auto;
    display: inline-block;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.page-template-template-results .results-container .pagination a {
    text-decoration: none;
    color: #5f7576;
}

.page-template-template-results .results-container .pagination a:not(:first-child):not(:last-child),
.page-template-template-results .results-container .pagination span {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    background: #ffffff;
    border: 1px solid #c4cccc;
    border-radius: 3px;
    text-align: center;
    padding: 5px 12px;
    margin-left: 5px;
    margin-right: 5px;
}

.page-template-template-results .results-container .pagination a:first-child:before,
.page-template-template-results .results-container .pagination a:last-child:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #cf3b31;
    border-left: 2px solid #cf3b31;
}

.page-template-template-results .results-container .pagination a:first-child:before {
    left: -10px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
}

.page-template-template-results .results-container .pagination a:last-child:before {
    right: -10px;
    top: 30%;
    transform: rotate(135deg) translateY(-50%);
}

.page-template-template-results .results-container .pagination span {
    background: #5f7576;
    color: #fff;
}

.page-template-template-results .results-container .card-container {
    margin: 0px 24px;
}

.page-template-template-results .results-container .card-container .card-content {
    margin-bottom: 40px;
    box-shadow: 0px 5px 10px 5px #cecece;
}

.page-template-template-results .results-container .card-container .card-content {
    position: relative;
}

.page-template-template-results .results-container .card-container .card-content a {
    text-decoration: none;
    color: #010101;
}

.page-template-template-results .results-container .card-container .card-content .text {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 30px;
    background: #fff;
}

@media screen and (max-width: 1366px) {
    .page-template-template-results .results-content {
        margin: 0px -15px;
    }
    .page-template-template-results .results-container .card-container {
        margin: 0px 15px;
    }
}


/*=========================*/


/*    CARD CONTENT LEFT    */


/*=========================*/

.page-template-template-results .results-container .card-container .card-content .card-image {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-template-template-results .results-container .card-container .card-content .text .left {
    max-width: 65%;
}

@media screen and (max-width: 768px) {
    .page-template-template-results .results-container .card-container .card-content .text .left {
        width: 65%;
        text-align: left;
    }
}

@media screen and (min-width: 500px) {
    .page-template-template-results .results-container .card-container .card-content .text .left {
        min-width: 235px;
    }
}

.page-template-template-results .results-container .card-container .card-content .text .left .title {
    font-size: 25px;
    font-weight: 700;
}

.page-template-template-results .results-container .card-container .card-content .text .left .subtitle-card {
    font-size: 15px;
    margin-bottom: 15px;
}

.page-template-template-results .results-container .card-container .card-content .text .left .subtitle-card.annonce-spacing {
    margin-bottom: 8px;
}

.page-template-template-results .results-container .card-container .card-content .text .left .attributes {
    display: flex;
    margin-top: 10px;
    min-width: 165px;
    /* width: 100%; */
}

.page-template-template-results .results-container .card-container .card-content .text .left .attributes.annonce-attributes {
    width: 145%;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .page-template-template-results .results-container .card-container .card-content .text .left .attributes.annonce-attributes {
        width: 155%;
    }
}

@media screen and (max-width: 360px) {
    .page-template-template-results .results-container .card-container .card-content .text {
        padding: 20px 15px 25px;
    }
}

.page-template-template-results .results-container .card-container .card-content .text .left .attributes .surface img,
.page-template-template-results .results-container .card-container .card-content .text .left .attributes .rooms img {
    width: 24px;
    margin-right: 8px;
}

.page-template-template-results .results-container .card-container .card-content .text .left .attributes span {
    position: relative;
    bottom: -6px;
}


/*==========================*/


/*    CARD CONTENT RIGHT    */


/*==========================*/

.page-template-template-results .results-container .card-container .card-content .text .right .gamme {
    margin-bottom: 10px;
    padding: 2px 15px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.page-template-template-results .results-container .card-container .card-content .text .right .price {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.page-template-template-results .results-container .card-container .card-content .text .right .price .price-amount {
    font-size: 20px;
    font-weight: 700;
    padding-top: 5px;
    padding-right: 10px;
    width: 110%;
}

@media screen and (max-width: 400px) {
    .page-template-template-results .results-container .card-container .card-content .text .right .price .price-amount {
        font-size: 15px;
    }
}

.page-template-template-results .results-container .card-container .card-content .text .left .title,
.page-template-template-results .results-container .card-container .card-content .text .right .price .price-amount {
    line-height: 1;
}


/*=========================*/


/*     HEADER ELEMENTS     */


/*=========================*/

.page-template-template-results .used-filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (min-width: 769px) {
    .page-template-template-results .used-filters .sort-filter-result.ml-special {
        margin-left: 255px;
    }
}

@media screen and (max-width: 768px) {
    .page-template-template-results .used-filters {
        flex-direction: column;
    }
    .page-template-template-results .used-filters .sort-filter-result {
        margin-bottom: 16px;
    }
    .page-template-template-results .used-filters .sort-filter {
        margin-left: auto;
    }
}

.page-template-template-results .used-filters .select2-dropdown {
    z-index: 2 !important;
}

.page-template-template-results .sort-filter:focus,
.page-template-template-results .select2-container:focus,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single:focus,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple:focus {
    outline: none;
}

.page-template-template-results .sort-filter select {
    width: 200px;
}

.page-template-template-results .select2-container .select2-selection--single,
.page-template-template-results .select2-container .select2-selection--single:hover,
.page-template-template-results .select2-container .select2-selection--single:focus {
    height: 40px;
    border-radius: 3px;
    border-color: #c9cdcc !important;
}

.page-template-template-results .used-filters .select2-dropdown {
    border-color: #c9cdcc;
}

.page-template-template-results .used-filters .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 5px 10px;
}

.page-template-template-results .used-filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    border-top: 1px solid #617677;
    border-right: 1px solid #617677;
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
}

.page-template-template-results .used-filters .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    position: absolute;
    top: 1px;
    right: 8px;
    width: 20px;
}

.page-template-template-results .used-filters .select2-results__option.select2-results__option--selectable:hover,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #dfe3e4;
    color: #5f7475;
    font-weight: 500;
}

.page-template-template-results #filter-results-header .filter-content .maisons-filter img {
    width: 10px;
}

.page-template-template-results .filter-overlay {
    display: none;
    position: absolute;
    left: -50%;
    top: 0;
    width: 200%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.page-template-template-results .filter-overlay.active {
    display: block;
}

#mp-header {
    z-index: 999;
}

.gamme_equipment_right a[data-target="#equipmentModal"] {
    display: inline-block;
    width: auto !important;
}


/*======================*/


/*     MAISON SINGE     */


/*======================*/

@media screen and (max-width: 768px) {
    .show-desktop {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .show-mobile {
        display: none;
    }
}

.maison_product_content a.lire-la-suite {
    padding: 2px 5px;
    color: #e02623;
}

.maison_product_content .excerpt {
    font-size: 18px;
}

.excerpt {
    display: none;
}

.excerpt.active {
    display: block;
}

.kc_accordion_section>.kc_accordion_header {
    border: none !important;
    border-top: 1px solid #c4cbcc !important;
}

.faq-section>.group:first-child>h3 {
    border-top: none !important;
}

.faq-section p {
    color: #000;
}

.page-template-template-franchising .kc_accordion_wrapper a {
    font-size: 19px;
}

.kc_accordion_content {
    border: none !important;
    padding: 0px 20px;
}

.custom-gray .kc-title-wrap,
.custom-gray .kc_accordion_wrapper .kc_accordion_section,
.custom-gray.kc-col-container .kc-elm {
    background: #eff1f1 !important;
}

.custom-gray-dark .kc-title-wrap,
.custom-gray-dark .kc_accordion_wrapper .kc_accordion_section,
.custom-gray-dark .kc_text_block,
.custom-gray-dark .kc_row,
.custom-gray-dark .kc_single_image {
    background: #dfe3e3 !important;
}

.page-template-template-franchising .kc_accordion_wrapper {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .page-template-template-franchising section[data-kc-fullwidth="row"] {
        box-sizing: border-box !important;
    }
    .custom-flex .kc_column_inner {
        width: 50% !important;
    }
    .custom-flex .kc_row {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-around;
    }
}

.page-template-template-franchising .rightimage-content .text ul li {
    margin-left: 0px;
}

.page-template-template-franchising .rightimage-content .text ul li:before {
    top: 10px;
    transform: none;
}

.page-template-template-franchising .rightimage-content>.text .title,
.leftimage-content>.text .title {
    margin-top: 0px;
}

.page-template-template-franchising .rightimage-content .text p,
.page-template-template-franchising .rightimage-content .text ul {
    font-size: 19px;
    margin-left: 25px;
}

.page-template-template-franchising .rightimage-content .text ul li:before {
    content: none;
}

@media screen and (max-width: 768px) {
    .page-template-template-franchising h2.second-title {
        font-size: 30px;
    }
}

.page-template-template-franchising .rightimagefullsize .text-content {
    max-width: 700px;
    margin-right: 200px;
}

.text-button-video-player a img {
    margin-right: 15px;
}

.rightimage-content,
.leftslider-content {
    margin-top: 0px;
}

.videoleftcontainer {
    margin-top: 20px;
}

.custom-video-margin .text-container {
    padding: 0px 20px !important;
}

.videoleftcontainer>div:first-child,
.rightimage-content>div:first-child,
.leftslider-content>div:first-child {
    padding-right: 10px;
}

@media screen and (max-width: 768px) {
    .page-template-template-franchising .videoleftcontainer {
        margin-top: 0px;
    }
    .videoleftcontainer>div:first-child,
    .rightimage-content>div:first-child,
    .leftslider-content>div:first-child {
        padding-right: 0px;
        padding-bottom: 15px;
    }
    .page-template-template-nos_maisons .videoleftcontainer>div:first-child,
    .rightimage-content>div:first-child,
    .leftslider-content>div:first-child {
        padding-bottom: 0px;
    }
    .videoleftcontainer .text .description p {
        font-size: 20px !important;
    }
    .page-template-template-franchising .videoleftcontainer .text-container .description .testimonial-description {
        font-size: 18px;
    }
}

.calltoaction-container .calltoaction-content .text {
    padding: 40px 35px;
}

@media (max-width: 768px) {
    .kc_column.calltoaction-container .calltoaction-content .text {
        display: none;
    }
}

.custom-list-house-container .image img {
    display: block;
    margin-left: auto;
}

@media screen and (max-device-width: 768px) {
    .custom-list-house-container .image img {
        margin-top: 20px;
    }
}

.check-lists ul {
    webkit-padding-start: 25px;
}

.check-lists ul li {
    list-style-image: url('../../../../uploads/2020/08/Check.png');
}

.page-template-template-franchising .rightimage-content .text ul li {
    padding-left: 12px;
}

.check-lists ul li strong {
    font-weight: bolder !important;
}

.custom-list-house-container .videoleftcontainer>div:first-child,
.rightimage-content>div:first-child,
.leftslider-content>div:first-child {
    padding-right: 0px;
}

.custom-list-house-container .rightimage-content>.text .text,
.leftimage-content>.text .text {
    max-width: 100%;
}

.custom-video-margin .video-container {
    margin: 0px;
}

.custom-video-margin .text-container {
    padding-right: 45px;
}

.custom-video-margin .text-container p {
    line-height: 1.2;
}

.custom-video-margin iframe {
    height: 350px !important;
}

.custom-video-right h3 {
    font-size: 24px;
}

.custom-video-right p {
    line-height: 1;
}

@media screen and (min-width: 769px) {
    .page-template-template-franchising .custom-flex-row {
        width: 80% !important;
        margin: 0px 10%;
    }
}

@media screen and (max-width: 768px) {
    .custom-flex-row {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .custom-flex-row .kc_column_inner {
        width: 50% !important;
    }
    .custom-video-text-image .custom-video-right .calltoaction-container,
    .custom-video-text-image .custom-video-right .calltoaction-container img {
        width: 100% !important;
    }
    .page-template-template-franchising .kc_single_image img {
        max-width: 90%;
    }
}

@media screen and (min-width: 769px) {
    .custom-video-text-image .videoleftcontainer {
        margin-top: 0px;
    }
}

.page-template-template-franchising #mp-header {
    height: 100px;
}

.page-template-template-franchising .rightimagefullsize img {
    width: 705px;
}

@media screen and (max-device-width: 768px) {
    .page-template-template-franchising .rightimagefullsize img {
        height: 100%;
    }
}

.page-template-template-franchising .rightimagefullsize.container {
    padding: 50px 0px;
}

@media screen and (max-width: 768px) {
    .page-template-template-franchising #mp-header {
        height: 60px !important;
    }
    .rightimagefullsize.container {
        padding-top: 20px;
    }
    .maison_product_top ul {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .single-programme .maison_product_top ul li .page-template-template-debug .maison_product_top ul li {
        margin-right: 0px;
        width: 50%;
    }
    .maison_product_top ul li:first-child img {
        margin-left: -5px;
    }
    .single-maison .maison_product_top ul li:first-child {
        width: 100%;
    }
    .single-maisons .maison_product_content .excerpt h2 {
        font-size: 30px;
    }
    .page-template-template-franchising .rightimagefullsize.container {
        padding: 20px 10px 20px;
    }
    .page-template-template-debug .single-maisons .maison_product_top ul {
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 380px) {
    .calltoaction-container .calltoaction-content .text {
        padding: 35px 25px;
    }
    .custom-video-right h3,
    .custom-video-right p {
        font-size: 18px;
    }
}


/*========================*/


/*     SINGLE WAGRAMS     */


/*========================*/

.single-wagrams #wagram-single .gamme_option_right img {
    height: auto;
    width: auto;
    margin-top: 0px;
    margin-left: 0px;
}

.single-wagrams .wagrams-container {
    width: 992px;
    margin: 0px auto;
}

.single-wagrams .wagram-container .wagram-content {
    display: flex;
    justify-content: space-between;
}

.single-wagrams .wagram-container {
    padding: 10px 20px;
    border-top: 1px solid #e0e4e4;
    border-bottom: 1px solid #e0e4e4;
}

.single-wagrams .wagram-container.active {
    background: #eff1f1;
}

.single-wagrams .wagram-container:first-child {
    border-top: 2px solid #6e8182;
    border-bottom: 1px solid #e0e4e4;
}

.single-wagrams .wagram-container:last-child {
    border-top: 1px solid #e0e4e4;
    border-bottom: 2px solid #6e8182;
}

.single-wagrams .wagram-container .wagram-accordeon-content {
    display: none;
    justify-content: space-between;
    padding: 20px 0px;
}

.single-wagrams .wagram-container .wagram-accordeon-content .text {
    display: flex;
    justify-content: space-between;
    min-width: 50%;
}

.single-wagrams .wagram-container .wagram-accordeon-content .buttons {
    display: flex;
    justify-content: flex-end;
    min-width: 40%;
}

.single-wagrams .wagram-container .wagram-accordeon-content .buttons .obtenir a,
.single-wagrams .wagram-container .wagram-accordeon-content .buttons .financer a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    text-decoration: none;
}

.single-wagrams .wagram-container .wagram-accordeon-content .buttons .obtenir a {
    background: #e02623;
    color: #fff;
}

.single-wagrams .wagram-container .wagram-accordeon-content .buttons .financer a {
    margin-right: 20px;
    background: #d2d8d8;
    color: #131717;
}

.single-wagrams .wagram-container .wagram-accordeon-content.active {
    display: flex;
}

.single-wagrams .wagram-container .wagram-content .dropdown-arrow {
    width: 15px;
    height: 15px;
    border-left: 2px solid #e02623;
    border-bottom: 2px solid #e02623;
    transform: rotate(-45deg);
    cursor: pointer;
    transition: 0.4s ease;
}

.single-wagrams .wagram-container .wagram-content .dropdown-arrow.active {
    transform: rotate(135deg);
}

.single-wagrams .kc-elm {
    float: none;
}

.single-wagrams .gamme_equipment_right a {
    display: inline-block;
    width: auto;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .single-wagrams .gamme_equipment_right a {
        width: 210px !important;
        display: block !important;
    }
}

.single-wagrams .leftimagecard-content {
    border: none;
}

@media screen and (min-width: 769px) {
    .gamme_option_right .mobile-options {
        display: none;
    }
}

.single-wagrams h2.second-title {
    margin-bottom: 0px;
}

.single-wagrams .subtitle p {
    line-height: 1;
}

.single-wagrams .leftimagecard-content .button {
    background: #e02623;
    color: #fff;
}

.single-wagrams .maison_product_bottom {
    background: #ffffff;
    padding: 30px;
    border: 1px solid #d2d8d8;
}

.single-wagrams .maison_product_bottom p {
    font-size: 25px;
    font-weight: 700;
    color: #5f7475;
}

.single-wagrams .maison_product_bottom ul li {
    color: #000;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 8px;
    padding-left: 12px;
}

.single-wagrams .maison_below_hero_bk .kc-container {
    display: flex;
    justify-content: space-between;
}

.single-wagrams .maison_product_bottom ul {
    list-style-image: url(/wp-content/themes/mp/assets/img/Check.png);
    width: auto;
    -webkit-padding-start: 25px;
}

.single-wagrams .maison_product_left {
    width: auto;
}

.single-wagrams .maison_product_right {
    width: auto;
}

.single-wagrams .maison_product_right,
.single-wagrams .maison_product_left {
    max-width: 60%;
    padding: 40px 0px;
}

@media screen and (max-width: 768px) {
    .single-wagrams .maison_below_hero_bk .kc-container {
        flex-direction: column;
        padding: 0px 20px;
    }
    .single-wagrams .maison_product_right,
    .single-wagrams .maison_product_left {
        width: 100%;
        max-width: 100%;
        padding: 27px 0px;
    }
    .single-wagrams .maison_product_right {
        padding-top: 0px;
    }
    .single-wagrams .maison_product_left .maison_product_content {
        margin-bottom: 0px;
    }
    .single-wagrams .maison_product_left .maison_product_content p {
        margin-bottom: 0px;
    }
    .single-wagrams .maison_product_content {
        margin-top: 20px;
    }
    .single-wagrams .wagrams-container {
        width: 300px;
    }
    .single-wagrams .wagram-container .wagram-accordeon-content {
        flex-direction: column;
    }
    .single-wagrams .wagram-container .wagram-accordeon-content .text {
        margin-bottom: 20px;
    }
    .single-wagrams .wagram-container .wagram-accordeon-content .buttons {
        justify-content: space-between;
    }
    .single-wagrams .wagram-container .wagram-accordeon-content .buttons .obtenir a,
    .single-wagrams .wagram-container .wagram-accordeon-content .buttons .financer a {
        margin: 0px;
        font-size: 13px;
    }
}


/*================*/


/*   PROGRAMMES   */


/*================*/

.programmes-three-column-icons .kc_single_image {
    text-align: center;
}

.programmes-three-column-icons h5 {
    font-size: 18px;
    font-weight: 500;
}

.programmes-three-column-icons p {
    width: 60%;
    max-width: 100%;
    margin: 5px auto;
}

@media screen and (max-width: 768px) {
    .programmes-three-column-icons p {
        width: 100%;
    }
}

.programmes-three-column-icons a {
    display: block;
    text-align: center;
    color: #000000;
    font-weight: 900;
}

.programmes-three-column-icons a,
.programmes-three-column-icons a:active,
.programmes-three-column-icons a:focus,
.programmes-three-column-icons a:link {
    text-decoration: none;
}

.programmes-three-column-icons a:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 25px;
    margin-left: 10px;
    background: url(/wp-content/themes/mp/assets/img/arrow-right.png);
    transform: scale(0.5);
}

.options-button-reversed .gamme_option_right img {
    margin: 0px;
    width: auto;
    height: auto;
}

.options-button-reversed a.maison_button_grey {
    display: inline-block;
    padding-right: 35px;
}

.options-button-reversed a.maison_button_grey,
.options-button-reversed a.maison_button_grey:active,
.options-button-reversed a.maison_button_grey:focus,
.options-button-reversed a.maison_button_grey:link {
    text-decoration: none;
}

.options-button-reversed a.maison_button_grey:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 25px;
    margin-left: 10px;
    background: url(/wp-content/themes/mp/assets/img/arrow-right.png);
    transform: scale(0.5);
}

.options-button-reversed .gamme_option_elements {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.options-button-reversed .gamme_option_elements .gamme_option_element {
    display: flex;
    width: 50%;
    margin: 20px 0px !important;
    align-items: center;
}

.options-button-reversed .gamme_option_elements .gamme_option_element img {
    margin: 0px;
}

.options-button-reversed .gamme_option_elements .gamme_option_element p {
    margin: 0px 0px 0px 20px;
    font-size: 21px;
}

.page-template-template-programme .videoleftcontainer .text-container .description {
    width: 100%;
}

.page-template-template-programme .contactinfo-2 .leftimagecard-content {
    border: none !important;
}


/*====================*/


/*     PATRIMOINE     */


/*====================*/


/* .page-template-template-patrimoine .patrimoine-page-container {
    margin: 30px auto;
} */

.page-template-template-patrimoine .patrimoine-page-container h1 {
    color: #5f7475;
    font-weight: 700;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-template-template-patrimoine .patrimoine-page-container p,
.page-template-template-patrimoine .patrimoine-page-container ul li {
    font-size: 18px;
}

.page-template-template-patrimoine .patrimoine-page-container p.section-title {
    color: #5f7475;
    font-size: 23px;
    font-weight: 700;
}

.page-template-template-patrimoine .patrimoine-page-container .check-lists {
    margin-left: 25px;
    -webkit-padding-start: 0px;
    list-style-image: url('/wp-content/uploads/2020/08/Check.png');
}

.page-template-template-patrimoine .patrimoine-page-container .check-lists li {
    margin-bottom: 15px;
    padding-left: 12px;
}

.page-template-template-patrimoine .patrimoine-page-container .check-lists li:last-child {
    margin-bottom: 0px;
}

.page-template-template-patrimoine .patrimoine-page-container .leftimagecard-content {
    border: none;
}

.page-template-template-patrimoine .patrimoine-page-container .results-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #eff1f1;
}

.page-template-template-patrimoine .patrimoine-page-container .results-content .card-container {
    width: 45%;
    margin-bottom: 30px;
    box-shadow: 0px 2px 10px 1px #cbcdcd;
    transform: scale(1);
    transition: 0.2s;
}

.page-template-template-patrimoine .patrimoine-page-container .results-content .card-container:hover {
    box-shadow: 0px 2px 20px 3px #cbcdcd;
    transform: scale(1.01);
}

.page-template-template-patrimoine .patrimoine-page-container .results-content .card-container .card-content a {
    text-decoration: none;
    color: #000000;
}

.page-template-template-patrimoine .patrimoine-page-container .results-content .card-container .card-content .image .card-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 200px;
}

.page-template-template-patrimoine .patrimoine-page-container .results-content .card-container .card-content .text {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: #fff;
    min-height: 165px;
}

.page-template-template-patrimoine .patrimoine-page-container .results-content .card-container .card-content .text .right,
.page-template-template-patrimoine .patrimoine-page-container .results-content .card-container .card-content .text .left {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.page-template-template-patrimoine .patrimoine-page-container .results-content .card-container .card-content .text .attributes {
    display: flex;
    justify-content: space-between;
}

.page-template-template-patrimoine .patrimoine-page-container .results-content .card-container .card-content .text .attributes .rooms {
    margin-left: 15px;
}

.page-template-template-patrimoine .patrimoine-page-container .results-content .card-container .card-content .text .attributes .surface img,
.page-template-template-patrimoine .patrimoine-page-container .results-content .card-container .card-content .text .attributes .rooms img {
    height: 30px;
    width: auto;
}

.page-template-template-patrimoine .patrimoine-page-container .results-content .card-container .card-content .text .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.page-template-template-patrimoine .patrimoine-page-container .results-content .card-container .card-content .text .price {
    display: flex;
    flex-direction: column;
}

.page-template-template-patrimoine .patrimoine-page-container .results-content .card-container .card-content .text .right .gamme {
    padding: 5px 10px;
    background: #44828f;
    color: #fff;
}


/*===================*/


/*     PROGRAMME     */


/*===================*/

.page-template-template-programme .page-lists ul {
    list-style-image: url(/wp-content/themes/mp/assets/img/Check.png);
    width: auto;
    -webkit-padding-start: 25px;
    margin: 0px;
}

.top-programme-container {
    background: #eff1f1;
}

.top-programme-container .kc_single_image,
.top-programme-container .second-title {
    background: #eff1f1;
}

.page-template-template-programme .subtitle p {
    line-height: 1.2;
}

.page-template-template-programme .kc-video-inner {
    margin-top: 0px;
}

@media (min-width: 769px) {
    .page-template-template-programme .rightimage-content {
        margin-top: 50px;
    }
}

.page-template-template-programme .rightimage-content>.text .title,
.page-template-template-programme .leftimage-content>.text .title {
    margin: 0px;
    width: 100%;
    max-width: 100%;
}

.page-template-template-programme .videoleftcontainer .title h3,
.page-template-template-programme .rightimage-content .title h3,
.page-template-template-programme .leftslider-content .title h3,
.page-template-template-franchising .rightimage-content .title h3,
.page-template-template-franchising .videoleftcontainer .title h3,
.page-template-template-franchising .leftslider-content .title h3 {
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    .page-template-template-franchising .rightimage-content .title h3 {
        text-align: center;
        margin-bottom: 30px;
    }
}

.page-template-template-franchising .videoleftcontainer .descripion .show-desktop a {
    font-weight: bold;
}

.page-template-template-franchising .videoleftcontainer .descripion .show-desktop a img {
    padding-bottom: 0px;
}

.rightimage-container.normalize .rightimage-content .image {
    padding-left: 170px;
}

.rightimage-container.normalize .rightimage-content .text .text {
    max-width: 100%;
}

.page-template-template-programme .results-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #eff1f1;
}

.page-template-template-programme .results-content .card-container {
    width: 30%;
    margin-bottom: 30px;
    box-shadow: 0px 2px 10px 1px #cbcdcd;
    transform: scale(1);
    transition: 0.2s;
}

.page-template-template-programme .results-content .card-container:hover {
    box-shadow: 0px 2px 20px 3px #cbcdcd;
    transform: scale(1.01);
}

.page-template-template-programme .results-content .card-container .card-content a {
    text-decoration: none;
    color: #000000;
}

.page-template-template-programme .results-content .card-container .card-content .image .card-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 200px;
}

.page-template-template-programme .results-content .card-container .card-content .text {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: #fff;
    min-height: 165px;
}

.page-template-template-programme .results-content .card-container .card-content .text .right,
.page-template-template-programme .results-content .card-container .card-content .text .left {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}

.page-template-template-programme .results-content .card-container .card-content .text .left .address img {
    width: 16px;
}

.page-template-template-programme .results-content .card-container .card-content .text .attributes {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.page-template-template-programme .results-content .card-container .card-content .text .attributes .rooms {
    margin-left: 15px;
}

.page-template-template-programme .results-content .card-container .card-content .text .attributes .surface img,
.page-template-template-programme .results-content .card-container .card-content .text .attributes .rooms img {
    height: 30px;
    width: auto;
}

.page-template-template-programme .results-content .card-container .card-content .text .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.page-template-template-programme .results-content .card-container .card-content .text .price {
    display: flex;
    flex-direction: column;
}

.page-template-template-programme .results-content .card-container .card-content .text .price .price-amount {
    font-size: 24px;
    font-weight: 700;
}

.page-template-template-programme .results-content .card-container .card-content .text .right .gamme {
    padding: 5px 10px;
    background: #44828f;
    color: #fff;
}

.page-template-template-programme .results-content .card-container .card-content .text .attributes .stock,
.page-template-template-programme .results-content .card-container .card-content .text .logements {
    color: #5f7475;
}

.page-template-template-programme .kc-elm {
    float: none;
}

.page-template-template-programme .normalize .leftimagecard-content {
    max-width: 100%;
    display: flex;
    margin: auto;
    position: relative;
    border: none;
    border-collapse: collapse;
}

.page-template-template-programme .section-title {
    font-size: 30px;
    font-weight: 700;
    color: #58585a;
}

.page-template-template-programme .single-template .section-paragraph,
.page-template-template-programme .single-template ul li {
    font-size: 20px;
}

.page-template-template-programme .normalize .leftimagecard-content .text {
    text-align: left;
}

.programme-slider .slick-slide img {
    height: 400px;
    width: auto !important;
    padding-right: 15px;
}

.page-template-template-programme div.slider-nav-content .left-slider-nav {
    background: url('/wp-content/themes/mp/assets/img/left-slider-nav.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-template-template-programme div.slider-nav-content .right-slider-nav {
    background: url('/wp-content/themes/mp/assets/img/right-slider-nav.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.extra-flex-slider {
    align-items: center;
    width: calc(100% + 1000px) !important;
}

@media screen and (max-width: 768px) {
    .page-template-template-recruitment .rightimagefullsize.container {
        padding: 5px 0px 0px 0px;
    }
    .page-template-template-programme .results-content .card-container {
        width: 100%;
    }
    .page-template-template-programme .kc_column,
    .page-template-template-programme .kc_column_inner {
        padding-left: 0px;
        padding-right: 0px;
    }
    .programme-slider .slick-slide img {
        width: 100% !important;
        height: auto;
        padding-right: 0px;
    }
    .page-template-template-programme .extra-flex-slider,
    .page-template-template-recruitment .extra-flex-slider {
        width: 100% !important;
        flex-direction: column;
        margin-left: 0px;
    }
    .rightimage-container.normalize .rightimage-content .image {
        padding-left: 0px;
        margin-bottom: 20px;
    }
    .videoleftcontainer {
        flex-direction: column !important;
    }
    .page-template-template-programme .rightimage-content {
        display: flex;
        flex-direction: column-reverse;
    }
}

.job-form-container {
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.5);
}


/*======================*/


/*     LANDING PAGE     */


/*======================*/

#homepage-description {
    background: #fff;
}

#reassurance-block .right-part .undertext {
    font-size: 19px;
}

@media screen and (max-width: 768px) {
    #reassurance-block .right-part .undertext {
        text-align: center;
    }
}

.template-homepage #homepage-description .button-container .button-content .button {
    background: #e02623;
}

.page-template-template-lp #steps-block-container .video-container ,
.page-template-template-lp-wo-crm #steps-block-container .video-container {
    margin-top: 0px;
    margin-bottom: auto;
}

.page-template-template-lp #reassurance-block .right-part .landing-page-button,
.page-template-template-lp-wo-crm #reassurance-block .right-part .landing-page-button {
    font-size: 19px;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .page-template-template-lp #reassurance-block .right-part .landing-page-button,
    .page-template-template-lp-wo-crm #reassurance-block .right-part .landing-page-button {
        display: block;
        text-align: center;
    }
    .page-template-template-lp #steps-block-container #mobile-steps-slider,
    .page-template-template-lp-wo-crm #steps-block-container #mobile-steps-slider {
        display: none !important;
    }
    .page-template-template-lp #steps-block-container .description-bottom,
    .page-template-template-lp-wo-crm #steps-block-container .description-bottom {
        display: flex;
        margin: 10px auto;
    }
    .page-template-template-lp #steps-block-container .description-bottom a,
    .page-template-template-lp-wo-crm #steps-block-container .description-bottom a {
        display: inline-block;
        margin: 0px auto;
    }
}

#reassurance-block-images img {
    height: 100px;
    display: block;
    margin: 0 auto;
}

#reassurance-block-images {
    padding-top: 10px;
    padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
    #reassurance-block-images {
        padding-top: 0px;
    }
}

#reassurance-block-images p {
    margin-top: 20px;
    text-align: center;
    font-size: 23px;
}

#reassurance-block-images p strong {
    color: #E42313;
    font-weight: bold;
}

#reassurance-block-images p b {
    font-weight: bold;
    color: #617677;
}

.slick-dots li.slick-active button:before {
    background: #5f7576;
}

.slick-dots li button:before {
    content: "";
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    background: #adadad;
    transform: scale(1);
}

.gamme_equipment_inner ul.slick-dots {
    bottom: -35px !important;
}


/*======================*/


/*     LANDING PAGE     */


/*======================*/

.template-homepage #homepage-description .header-description-container .description p {
    font-weight: 400;
    font-size: 20px;
    color: #5f7475;
}

.lp_contact_wrapper h3 {
    font-size: 25px;
}

.page-template-template-lp #mp-header, 
.page-template-template-lp-wo-crm #mp-header {
    height: auto !important;
    display: flex;
}

.page-template-template-lp #mp-header .navbar, 
.page-template-template-lp-wo-crm #mp-header .navbar {
    align-self: center;
    width: 100%;
    min-height: 100px;
    box-shadow: 0px -2px 5px 1px #666666;
}

@media screen and (max-width: 768px) {
    .page-template-template-lp #mp-header .navbar, 
    .page-template-template-lp-wo-crm #mp-header .navbar {
        height: 61px !important;
        min-height: initial;
    }
}

.template-homepage #homepage-description .button-container {
    left: 0px;
}

.page-template-template-lp .landing-page-header-container, 
.page-template-template-lp-wo-crm .landing-page-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.page-template-template-lp .landing-page-header-container a, 
.page-template-template-lp-wo-crm .landing-page-header-container a {
    display: block;
}

.page-template-template-lp .landing-page-header-container a img, 
.page-template-template-lp-wo-crm .landing-page-header-container a img {
    display: block;
    width: 150px;
}

.page-template-template-lp .landing-page-header-container a:first-child img, 
.page-template-template-lp-wo-crm .landing-page-header-container a:first-child img {
    margin-right: auto;
}

.page-template-template-lp .landing-page-header-container a:last-child img, 
.page-template-template-lp-wo-crm .landing-page-header-container a:last-child img {
    margin-left: auto;
}

@media screen and (min-width: 769px) {
    .page-template-template-lp .landing-page-header-container a.navbar-brand img, 
    .page-template-template-lp-wo-crm .landing-page-header-container a.navbar-brand img {
        width: 330px;
    }
    .page-template-template-lp .landing-page-header-container a img, 
    .page-template-template-lp-wo-crm .landing-page-header-container a img {
        width: 210px;
    }
}

@media screen and (max-width: 768px) {
    .page-template-template-lp #homepage-jumbotron, 
    .page-template-template-lp-wo-crm #homepage-jumbotron {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .page-template-template-lp #homepage-jumbotron-modile, 
    .page-template-template-lp-wo-crm #homepage-jumbotron-modile {
        display: none;
    }
}

.page-template-template-lp #homepage-jumbotron-modile, 
.page-template-template-lp-wo-crm #homepage-jumbotron-modile {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
}

.page-template-template-lp #homepage-jumbotron-modile .container.jumbotron-container, 
.page-template-template-lp-wo-crm #homepage-jumbotron-modile .container.jumbotron-container {
    position: absolute;
    top: 10px;
}

.page-template-template-lp #homepage-jumbotron-modile .container.jumbotron-container .jumbotron-content .heading span, 
.page-template-template-lp-wo-crm #homepage-jumbotron-modile .container.jumbotron-container .jumbotron-content .heading span {
    background: #e02623;
    color: #fff;
    line-height: 1.5;
    font-size: 30px;
    display: inline-block;
    padding: 0px 10px;
    font-weight: bold;
}

.page-template-template-lp #homepage-jumbotron-modile .container.jumbotron-container .jumbotron-content .description, 
.page-template-template-lp-wo-crm #homepage-jumbotron-modile .container.jumbotron-container .jumbotron-content .description {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

.page-template-template-lp #steps-block-container, 
.page-template-template-lp-wo-crm #steps-block-container {
    background: #fff;
}

.page-template-template-lp #steps-block-container-slides, 
.page-template-template-lp-wo-crm #steps-block-container-slides {
    background: #e1e3e4;
}

.page-template-template-lp #steps-block-container-slides button, 
.page-template-template-lp-wo-crm #steps-block-container-slides button {
    display: block;
    margin: 25px auto 50px;
    padding: 0px 40px;
    font-size: 18px;
}

#steps-block-container-slides .texts-and-video,
#text-and-video-block-container .texts-and-video {
    padding-top: 70px;
}

#steps-block-container-slides h1 {
    color: #5f7475;
    font-weight: bold;
}

#steps-block-container-slides p {
    font-size: 20px;
}

.page-template-template-lp #steps-block-container-slides h1, 
.page-template-template-lp-wo-crm #steps-block-container-slides h1 {
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
    #steps-block-container-slides .texts-and-video,
    #text-and-video-block-container .texts-and-video {
        padding-top: 30px;
    }
}

@media screen and (min-width: 992px) {
    #steps-block-container-slides .texts-and-video,
    #text-and-video-block-container .texts-and-video {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#steps-block-container-slides .texts-and-video .text-container,
#text-and-video-block-container .texts-and-video .text-container {
    padding-right: 0;
}

@media screen and (max-width: 991px) {
    #steps-block-container-slides .texts-and-video .text-container,
    #text-and-video-block-container .texts-and-video .text-container {
        padding-right: 0;
    }
}

#steps-block-container-slides .texts-and-video .text-container .text .title,
#text-and-video-block-container .texts-and-video .text-container .text .title {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    #steps-block-container-slides .texts-and-video .text-container .text .title,
    #text-and-video-block-container .texts-and-video .text-container .text .title {
        margin-bottom: 25px;
    }
}

#steps-block-container-slides .texts-and-video .text-container .text .title h3,
#text-and-video-block-container .texts-and-video .text-container .text .title h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #e02623;
}

@media screen and (max-width: 991px) {
    #steps-block-container-slides .texts-and-video .text-container .text .title h3,
    #text-and-video-block-container .texts-and-video .text-container .text .title h3 {
        font-size: 30px;
        line-height: 30px;
    }
}

#steps-block-container-slides .texts-and-video .text-container .text .description-top,
#steps-block-container-slides .texts-and-video .text-container .text .description-bottom,
#text-and-video-block-container .texts-and-video .text-container .text .description-top,
#text-and-video-block-container .texts-and-video .text-container .text .description-bottom {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

@media screen and (max-width: 991px) {
    #steps-block-container-slides .texts-and-video .text-container .text .description-top,
    #steps-block-container-slides .texts-and-video .text-container .text .description-bottom,
    #text-and-video-block-container .texts-and-video .text-container .text .description-top,
    #text-and-video-block-container .texts-and-video .text-container .text .description-bottom {
        font-size: 18px;
        line-height: 23px;
    }
}

#steps-block-container-slides .texts-and-video .text-container .text .description-top p,
#text-and-video-block-container .texts-and-video .text-container .text .description-top p {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    #steps-block-container-slides .texts-and-video .text-container .text .description-top p,
    #text-and-video-block-container .texts-and-video .text-container .text .description-top p {
        margin-bottom: 20px;
    }
}

#steps-block-container-slides .bottom-steps,
#text-and-video-block-container .bottom-steps {
    margin: 40px 18px;
    position: relative;
}

#steps-block-container-slides .bottom-steps:after,
#text-and-video-block-container .bottom-steps:after {
    content: "\25BA";
    color: #909899;
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-27%);
}

#steps-block-container-slides .bottom-steps .custom-bullets,
#text-and-video-block-container .bottom-steps .custom-bullets {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: -16px;
    width: 14px;
    height: 11px;
    transform: translateY(-5%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#steps-block-container-slides .bottom-steps .custom-bullets .bullet,
#text-and-video-block-container .bottom-steps .custom-bullets .bullet {
    position: relative;
    width: 5px;
    height: 5px;
    background-color: #909899;
    border-radius: 50%;
}

#steps-block-container-slides .bottom-steps .custom-bullets .bullet:nth-child(1),
#text-and-video-block-container .bottom-steps .custom-bullets .bullet:nth-child(1) {
    width: 7px;
    height: 7px;
}

#steps-block-container-slides .bottom-steps .step-wrapper,
#text-and-video-block-container .bottom-steps .step-wrapper {
    padding: 0 24px;
    position: relative;
    padding-right: 26px;
    width: 25%;
}

@media screen and (max-width: 1199px) {
    #steps-block-container-slides .bottom-steps .step-wrapper,
    #text-and-video-block-container .bottom-steps .step-wrapper {
        padding: 0 16px 0 14px;
        width: 100%;
    }
}

#steps-block-container-slides .bottom-steps .step-wrapper:after,
#steps-block-container-slides .bottom-steps .step-wrapper:before,
#text-and-video-block-container .bottom-steps .step-wrapper:after,
#text-and-video-block-container .bottom-steps .step-wrapper:before {
    content: ".....";
    position: absolute;
    top: 50%;
    letter-spacing: 1px;
    transform: translateY(-50%);
    font-size: 17px;
    color: #909899;
}

@media screen and (max-width: 1199px) {
    #steps-block-container-slides .bottom-steps .step-wrapper:after,
    #steps-block-container-slides .bottom-steps .step-wrapper:before,
    #text-and-video-block-container .bottom-steps .step-wrapper:after,
    #text-and-video-block-container .bottom-steps .step-wrapper:before {
        content: "...";
    }
}

#steps-block-container-slides .bottom-steps .step-wrapper:after,
#text-and-video-block-container .bottom-steps .step-wrapper:after {
    right: 0;
}

#steps-block-container-slides .bottom-steps .step-wrapper:before,
#text-and-video-block-container .bottom-steps .step-wrapper:before {
    left: 0;
}

#steps-block-container-slides .bottom-steps .step-wrapper .step,
#text-and-video-block-container .bottom-steps .step-wrapper .step {
    background-color: white;
    box-shadow: 0px 2px 20px -5px grey;
    padding: 7px 7px 0;
    transition: transform 0.5s;
}

@media screen and (min-width: 769px) {
    #steps-block-container-slides .bottom-steps .step-wrapper .step:hover,
    #text-and-video-block-container .bottom-steps .step-wrapper .step:hover {
        transform: translateY(-15px);
    }
}

#steps-block-container-slides .bottom-steps .step-wrapper .step:hover .img-wrapper .bullet,
#text-and-video-block-container .bottom-steps .step-wrapper .step:hover .img-wrapper .bullet {
    color: white;
    background-color: #e02623;
}

#steps-block-container-slides .bottom-steps .step-wrapper .step .img-wrapper,
#text-and-video-block-container .bottom-steps .step-wrapper .step .img-wrapper {
    position: relative;
}

#steps-block-container-slides .bottom-steps .step-wrapper .step .img-wrapper .bullet,
#text-and-video-block-container .bottom-steps .step-wrapper .step .img-wrapper .bullet {
    position: absolute;
    bottom: -18%;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px -2px grey;
    font-weight: 500;
    font-size: 25px;
    line-height: 21px;
    font-family: "Gotham";
    color: #e02623;
    transition: color 0.5s, background-color 0.5s;
}

#steps-block-container-slides .bottom-steps .step-wrapper .step .link,
#text-and-video-block-container .bottom-steps .step-wrapper .step .link {
    padding: 15px 10px 20px;
}

#steps-block-container-slides .bottom-steps .step-wrapper .step .link,
#text-and-video-block-container .bottom-steps .step-wrapper .step .link ul li {
    font-size: 18px;
}

@media screen and (min-width: 480px) and (max-width: 991px) {
    #steps-block-container-slides .bottom-steps .step-wrapper .step .link,
    #text-and-video-block-container .bottom-steps .step-wrapper .step .link {
        padding-top: 50px;
    }
}

#steps-block-container-slides .bottom-steps .step-wrapper .step .link a,
#text-and-video-block-container .bottom-steps .step-wrapper .step .link a {
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
    color: black;
    text-align: center;
    position: relative;
}

#steps-block-container-slides .bottom-steps .step-wrapper .step .link a:after,
#text-and-video-block-container .bottom-steps .step-wrapper .step .link a:after {
    position: absolute;
    right: -15px;
    top: 56%;
    transform: translateY(-50%);
    width: 7px;
    height: 13px;
    background-image: url(../img/arrow-right.png);
    background-size: 7px 13px;
    content: " ";
}

.page-template-template-lp #steps-block-container-slides .bottom-steps#mobile-steps-slider,
.page-template-template-lp-wo-crm #steps-block-container-slides .bottom-steps#mobile-steps-slider,
#text-and-video-block-container .bottom-steps#mobile-steps-slider {
    margin: 0 0 70px;
}

@media screen and (max-width: 991px) {
    .page-template-template-lp #steps-block-container-slides .bottom-steps#mobile-steps-slider,
    .page-template-template-lp-wo-crm #steps-block-container-slides .bottom-steps#mobile-steps-slider,
    #text-and-video-block-container .bottom-steps#mobile-steps-slider {
        margin-right: -20px;
        margin-left: -20px;
    }
}

#steps-block-container-slides .bottom-steps#mobile-steps-slider .slick-list,
#text-and-video-block-container .bottom-steps#mobile-steps-slider .slick-list {
    padding: 0 20% 0 0;
}

@media screen and (max-width: 768px) {
    .page-template-template-lp #steps-block-container-slides .bottom-steps#mobile-steps-slider .slick-list,
    .page-template-template-lp-wo-crm #steps-block-container-slides .bottom-steps#mobile-steps-slider .slick-list,
    #text-and-video-block-container .bottom-steps#mobile-steps-slider .slick-list {
        padding: 10px 20% 10px 0;
    }
}

#steps-block-container-slides .bottom-steps#mobile-steps-slider .slick-slide,
#text-and-video-block-container .bottom-steps#mobile-steps-slider .slick-slide {
    display: flex;
    justify-content: center;
}

#steps-block-container-slides .video-container,
#hp-testimonial-section .video-container,
#text-and-video-block-container .video-container {
    position: relative;
    padding-left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    #steps-block-container-slides .video-container,
    #hp-testimonial-section .video-container,
    #text-and-video-block-container .video-container {
        padding-left: 0;
        margin: 25px 0 35px;
    }
}

#steps-block-container-slides .video-container:not(.yt) button.ytp-large-play-button.ytp-buttons,
#hp-testimonial-section .video-container:not(.yt) button.ytp-large-play-button.ytp-buttons,
#text-and-video-block-container .video-container:not(.yt) button.ytp-large-play-button.ytp-buttons {
    display: none;
}

#steps-block-container-slides .video-container:not(.yt) .video-overlay,
#hp-testimonial-section .video-container:not(.yt) .video-overlay,
#text-and-video-block-container .video-container:not(.yt) .video-overlay {
    height: 100%;
}

#steps-block-container-slides .video-container.yt img.play-button,
#hp-testimonial-section .video-container.yt img.play-button,
#text-and-video-block-container .video-container.yt img.play-button {
    display: none;
}

#steps-block-container-slides .video-container .video-overlay,
#hp-testimonial-section .video-container .video-overlay,
#text-and-video-block-container .video-container .video-overlay {
    position: absolute;
    top: 50%;
    left: 61%;
    transform: translateX(-50%) translateY(-50%);
    width: 78%;
    height: 75%;
    cursor: pointer;
    z-index: 0;
}

@media screen and (max-width: 1199px) {
    #steps-block-container-slides .video-container .video-overlay,
    #hp-testimonial-section .video-container .video-overlay,
    #text-and-video-block-container .video-container .video-overlay {
        left: 50%;
        width: 100%;
    }
}

#steps-block-container-slides .video-container .video-overlay .button-wrapper,
#hp-testimonial-section .video-container .video-overlay .button-wrapper,
#text-and-video-block-container .video-container .video-overlay .button-wrapper {
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 100%;
}

#steps-block-container-slides .video-container .video-overlay .button-wrapper:hover button,
#hp-testimonial-section .video-container .video-overlay .button-wrapper:hover button,
#text-and-video-block-container .video-container .video-overlay .button-wrapper:hover button {
    cursor: pointer;
}

#steps-block-container-slides .video-container .video-overlay .button-wrapper:hover button svg .ytp-large-play-button-bg,
#hp-testimonial-section .video-container .video-overlay .button-wrapper:hover button svg .ytp-large-play-button-bg,
#text-and-video-block-container .video-container .video-overlay .button-wrapper:hover button svg .ytp-large-play-button-bg {
    fill: red;
}

#steps-block-container-slides .video-container .video-overlay .button-wrapper button,
#steps-block-container-slides .video-container .video-overlay .button-wrapper img.play-button,
#hp-testimonial-section .video-container .video-overlay .button-wrapper button,
#hp-testimonial-section .video-container .video-overlay .button-wrapper img.play-button,
#text-and-video-block-container .video-container .video-overlay .button-wrapper button,
#text-and-video-block-container .video-container .video-overlay .button-wrapper img.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 69px;
    padding: 0;
    background: transparent;
    border: none;
}

#steps-block-container-slides .video-container .video-overlay .button-wrapper button:focus,
#steps-block-container-slides .video-container .video-overlay .button-wrapper img.play-button:focus,
#hp-testimonial-section .video-container .video-overlay .button-wrapper button:focus,
#hp-testimonial-section .video-container .video-overlay .button-wrapper img.play-button:focus,
#text-and-video-block-container .video-container .video-overlay .button-wrapper button:focus,
#text-and-video-block-container .video-container .video-overlay .button-wrapper img.play-button:focus {
    outline: none;
}

#steps-block-container-slides .video-container .video-overlay .button-wrapper img.play-button,
#hp-testimonial-section .video-container .video-overlay .button-wrapper img.play-button,
#text-and-video-block-container .video-container .video-overlay .button-wrapper img.play-button {
    width: 60px;
    height: 60px;
}

#steps-block-container-slides .video-container .kc_video_wrapper,
#hp-testimonial-section .video-container .kc_video_wrapper,
#text-and-video-block-container .video-container .kc_video_wrapper {
    background-color: #e1e3e4;
}

#steps-block-container-slides .video-container .kc_video_wrapper .kc-video-inner,
#hp-testimonial-section .video-container .kc_video_wrapper .kc-video-inner,
#text-and-video-block-container .video-container .kc_video_wrapper .kc-video-inner {
    margin-top: 0;
    background-color: #e1e3e4;
    width: 85%;
    margin-left: auto;
}

@media screen and (max-width: 1199px) {
    #steps-block-container-slides .video-container .kc_video_wrapper .kc-video-inner,
    #hp-testimonial-section .video-container .kc_video_wrapper .kc-video-inner,
    #text-and-video-block-container .video-container .kc_video_wrapper .kc-video-inner {
        width: 100%;
    }
}

#steps-block-container-slides .video-container video,
#hp-testimonial-section .video-container video,
#text-and-video-block-container .video-container video {
    width: 100%;
    height: 100%;
}

#steps-block-container-slides .bottom-steps .step-wrapper ul {
    list-style: none;
    text-align: left;
    -webkit-padding-start: 0px;
    margin: 0px;
}

#steps-block-container-slides .bottom-steps .step-wrapper .link {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

#steps-block-container-slides .bottom-steps .step-wrapper .link h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.page-template-template-lp #steps-block-container .video-container .kc_video_wrapper,
.page-template-template-lp-wo-crm #steps-block-container .video-container .kc_video_wrapper,
.page-template-template-lp #hp-testimonial-section .video-container .kc_video_wrapper,
.page-template-template-lp-wo-crm #hp-testimonial-section .video-container .kc_video_wrapper,
.page-template-template-lp #text-and-video-block-container .video-container .kc_video_wrapper,
.page-template-template-lp-wo-crm #text-and-video-block-container .video-container .kc_video_wrapper,
.page-template-template-lp #steps-block-container .video-container .kc_video_wrapper .kc-video-inner,
.page-template-template-lp-wo-crm #steps-block-container .video-container .kc_video_wrapper .kc-video-inner,
.page-template-template-lp #hp-testimonial-section .video-container .kc_video_wrapper .kc-video-inner,
.page-template-template-lp-wo-crm #hp-testimonial-section .video-container .kc_video_wrapper .kc-video-inner,
.page-template-template-lp #text-and-video-block-container .video-container .kc_video_wrapper .kc-video-inner,
.page-template-template-lp-wo-crm #text-and-video-block-container .video-container .kc_video_wrapper .kc-video-inner {
    background: #fff;
}

.page-template-template-lp #hp-testimonial-section .top-blocks, 
.page-template-template-lp-wo-crm #hp-testimonial-section .top-blocks {
    margin-bottom: 0px;
}

.page-template-template-lp .button .landing-page-button, 
.page-template-template-lp-wo-crm .button .landing-page-button {
    background: none;
    text-align: left;
    color: #e02623 !important;
    padding: 0px !important;
}

.page-template-template-lp h1.primary-grey-title, 
.page-template-template-lp-wo-crm h1.primary-grey-title {
    font-size: 35px;
    color: #000;
}

.page-template-template-lp .leftimagecard-content>.text, 
.page-template-template-lp-wo-crm .leftimagecard-content>.text {
    padding-top: 0px;
}

@media screen and (max-width: 768px) {
    .page-template-template-lp .leftimagecard-content>.text, 
    .page-template-template-lp-wo-crm .leftimagecard-content>.text {
        width: 100%;
    }
}

.page-template-template-lp .template-homepage #hp-testimonial-section .bottom-testimonials .garantie-immodivisor, 
.page-template-template-lp-wo-crm .template-homepage #hp-testimonial-section .bottom-testimonials .garantie-immodivisor {
    margin-top: 0px;
}

.contactinfo-2 .leftimagecard-content .title h3 {
    font-size: 35px !important;
    color: #000 !important;
    font-weight: 600 !important;
}

.contactinfo-2 .leftimagecard-content .subtitle {
    font-size: 25px !important;
    line-height: 35px !important;
    color: #000 !important;
    font-weight: 500 !important;
}

.contactinfo-2 .leftimagecard-content .button {
    background: #e02623 !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    padding: 10px 25px;
}


/*========================*/


/*     MAISONS SINGLE     */


/*========================*/

.maison_wrapper_hero_wrap .arrows {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    z-index: 10;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

@media screen and (min-width: 768px) {
    .maison_wrapper_hero_wrap .arrows {
        display: none !important;
    }
}

.maison_wrapper_hero_wrap .arrows.arrow-left {
    left: 20px;
    transform: translateY(-50%) rotate(45deg);
}

.maison_wrapper_hero_wrap .arrows.arrow-right {
    right: 20px;
    transform: translateY(-50%) rotate(-135deg);
}

.mainson-product-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

@media screen and (max-width: 768px) {
    .mainson-product-mobile {
        padding-bottom: 20px;
    }
    .mainson-product-mobile .side-left {
        margin-bottom: 10px;
    }
}

.mainson-product-mobile .side-left h1 {
    font-weight: 700;
    font-size: 30px;
}

.mainson-product-mobile .side-left .maison {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .mainson-product-mobile .side-left .maison {
        font-size: 18px;
        margin-bottom: 5px;
    }
}

.mainson-product-mobile .side-left .tag {
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    font-size: 11px;
    width: auto;
    display: inline-block;
}

.mainson-product-mobile .side-right {
    text-align: right;
}

.mainson-product-mobile .side-right .price-partir {
    margin: 0px;
}

@media screen and (max-width: 768px) {
    .mainson-product-mobile .side-right .price-partir {
        margin-bottom: 10px;
    }
}

.mainson-product-mobile .side-right .price {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.mainson-product-mobile .side-right .equip-button {
    padding: 10px 30px 10px 20px;
    background: #d2d8d8;
    border-radius: 5px;
    font-size: 16px;
    position: relative;
    display: block;
    margin-top: 20px;
}

.mainson-product-mobile .side-right .equip-button:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    border-top: 2px solid #cf3b31;
    border-right: 2px solid #cf3b31;
    transform: rotate(45deg) translateY(-50%);
}

.maison_product_bottom ul p {
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .gamme_equipment_right {
        padding-top: 30px;
    }
    .gamme_equipment_element_inner {
        flex-direction: column;
    }
    .gamme_equipment_element img {
        margin-bottom: 20px;
    }
    .gamme_equipment_element_inner p {
        max-width: 120px;
        margin-left: 0px;
        text-align: center;
    }
    .single-maisons a.maison_button_grey.equipment_popup {
        width: auto;
    }
    .gamme_option_left h3 {
        color: #5f7475;
    }
    .maison_second_gallery_inner {
        padding-top: 130px;
    }
    .maison_second_gallery_slide {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .maison_gallery_second_slider_for {
        margin-top: 50px;
    }
    .maison_gallery_second_slider_for .maison_second_gallery_slide {
        width: 100%;
    }
    .maison_second_gallery_slide {
        height: 65px;
        border: 2px solid #5f7475;
    }
    .gamme_custom_tuiles.gamme_custom_elements .tuiles {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -10px
    }
    .gamme_custom_tuiles.gamme_custom_elements .tuiles .gamme_custom_element {
        width: 30%;
        margin-right: 0px;
    }
    .gamme_contact_us_wrapper h3 {
        max-width: 90%;
        font-size: 30px;
    }
    p.maison_related_title {
        font-size: 20px;
    }
    p.maison_related_floor {
        font-size: 15px;
    }
    .maison_related_element p {
        font-size: 15px;
    }
    .maison_related_price strong {
        font-size: 18px;
    }
    .maison_related_price {
        text-align: right;
    }
    .maison_product_top {
        padding-top: 0px;
        padding-bottom: 0px;
        margin: 0px;
    }
    .maison_product_top ul {
        margin: 0px;
        padding-bottom: 0px;
    }
    .page-template-template-debug .maison_product_top ul {
        margin: 0px auto;
        width: 75%;
    }
    .page-template-template-debug .maison_product_top ul li:nth-child(odd) {
        text-align: left;
    }
    .page-template-template-debug .maison_product_top ul li:nth-child(even) {
        text-align: right;
    }
    .page-template-template-debug .maison_product_top ul li:last-child {
        padding-right: 10px;
    }
    .maison_related_element img {
        width: 20px;
    }
}

.maisons_related_gallery_inner .return {
    color: #000;
    font-size: 20px;
    position: relative;
}

.maisons_related_gallery_inner .return:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #c44138;
    border-left: 2px solid #c44138;
    left: -20px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.bottom-fixed-buttons {
    position: fixed;
    background: #fff;
    padding: 10px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    border-top: 1px solid #c4cccc;
}

.bottom-fixed-buttons .bottom-fixed-buttons-inner {
    display: flex;
    justify-content: space-around;
    width: 80%;
    max-width: 300px;
    margin: 0px auto;
}

.bottom-fixed-buttons .bottom-fixed-buttons-inner .phone-button {
    padding: 10px 15px;
}

.bottom-fixed-buttons .bottom-fixed-buttons-inner .phone-button img {
    width: 20px;
}

.simple-pagination ul li span.prev,
.simple-pagination ul li a.prev,
.simple-pagination ul li span.next,
.simple-pagination ul li a.next {
    color: #000;
}

.simple-pagination ul li.disabled {
    display: none;
}

.page-template-template-results .results-number-content {
    font-weight: bold;
    font-size: 18px;
}

@media screen and (min-width: 769px) {
    .single-maisons .maisons_equipment_popup_wrapper .maisons_equipment_popup_inner .maisons_equipment_popup_row.pop_right,
    .single-maisons .maisons_equipment_popup_wrapper .maisons_equipment_popup_inner .maisons_equipment_popup_row.pop_left {
        display: flex;
        justify-content: center;
    }
}


/*=======================*/


/*     ANNOUNCE PAGE     */


/*=======================*/

.page-template-template-debug .maisons_related_gallery_items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page-template-template-debug .maisons_related_gallery_items .maisons_related_gallery_item {
    margin-right: 0px;
}

@media screen and (max-width: 768px) {
    .page-template-template-debug .maisons_related_gallery_items {
        flex-direction: column;
    }
    .page-template-template-debug .maisons_related_gallery_items .maisons_related_gallery_item {
        width: 100%;
    }
    .page-template-template-debug .maison_product_left {
        padding: 0px;
        display: flex;
        justify-content: space-between;
    }
    p.maison_gamme {
        width: auto;
    }
    .page-template-template-debug .maison_product_left .side-left,
    .page-template-template-debug .maison_product_left .side-right {
        width: 50%;
    }
    .page-template-template-debug .maison_product_left .side-right {
        text-align: right;
    }
    .page-template-template-debug .maison_product_left .side-right .equip {
        position: relative;
        padding: 5px 30px 5px 20px;
        background: #d2d8d8;
        color: #000;
        border-radius: 4px;
        font-size: 16px;
        font-weight: 500;
    }
    .page-template-template-debug .maison_product_left .side-right .equip:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        top: 50%;
        border-top: 2px solid #cf3b31;
        border-right: 2px solid #cf3b31;
        transform: rotate(45deg) translateY(-50%);
    }
    p.maison_price strong,
    h1.maison_title,
    .maison_product_content h3 {
        font-size: 25px;
    }
    .page-template-template-debug h1.maison_title {
        margin-top: 0px;
    }
    .page-template-template-debug .maison_product_left .side-left,
    .page-template-template-debug .maison_product_left .side-right {
        margin-top: 20px;
    }
    .page-template-template-debug .maison_product_left .side-left .maison_product_energy,
    .maison_product_content {
        margin-bottom: 30px;
    }
    .maison_title_color {
        color: #6CAF97;
    }
    .maison_related_thumb {
        margin-bottom: 0px;
    }
    .maisons_related_gallery_wrapper {
        padding-bottom: 30px;
    }
}

.maison_related_content_wrapper a {
    margin-top: 10px;
    width: auto;
    display: flex;
    justify-content: space-between;
}

.page-template-template-debug .maison_related_content_wrapper a {
    width: 100%;
    text-decoration: none;
}

.page-template-template-debug .maison_related_content_wrapper a .maison_related_price p {
    text-align: right;
}

.page-template-template-debug .maison_related_content_wrapper a .maison_related_title_wrapper .maison_related_title {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .page-template-template-debug .maison_related_content_wrapper a .maison_related_title_wrapper .maison_related_title {
        margin-top: 10px;
        font-size: 15px;
    }
}

.page-template-template-debug .maison_related_content_wrapper a .maison_related_title_wrapper .maison_related_floor {
    font-size: 15px;
    font-weight: 500;
}


/*==================*/


/*     HOMEPAGE     */


/*==================*/

.template-homepage #reassurance-block .row.top-part .right-part .texts .title h2 {
    width: 120%;
}

.template-homepage #reassurance-slider button.slick-prev:before,
.template-homepage #reassurance-slider button.slick-next:before,
.template-homepage #mobile-steps-slider button.slick-prev:before,
.template-homepage #mobile-steps-slider button.slick-next:before {
    width: 40px;
    height: 40px;
}

@media screen and (min-width: 768px) {
    .template-homepage #reassurance-slider button.slick-prev,
    .template-homepage #reassurance-slider button.slick-next,
    .template-homepage #mobile-steps-slider button.slick-prev,
    .template-homepage #mobile-steps-slider button.slick-next {
        bottom: -75px !important;
    }
}

.page-template-template-homepage #hp-testimonial-section {
    background: #eff1f1;
}

@media screen and (max-width: 768px) {
    .template-homepage #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-thumbnails .testimonial-thumbnail {
        max-width: 100%;
        width: 47%;
    }
}

@media screen and (max-width: 480px) {
    .template-homepage #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-thumbnails .testimonial-thumbnail {
        width: 46%;
    }
}


/*=====================*/


/*     RECRUITMENT     */


/*=====================*/

.leftimagecard-content .button.apply-form-button {
    background: #dfe3e3;
    color: #000;
}

.rightimage-container.top-align .title {
    margin-top: 0px;
}

.rightimage-container.top-align .rightimage-content .image {
    width: 100%;
}

@media screen and (min-width: 769px) {
    .rightimage-container.top-align .rightimage-content .image,
    .rightimage-container .rightimage-content .image,
    .rightimage-container .rightimage-content>.text {
        width: 50%;
    }
}

.page-template-template-recruitment .videoleftcontainer {
    margin-top: 50px;
    margin-bottom: 50px;
}

div.kc-row-container.kc-container .kc-wrap-columns .extra-flex-slider,
div.kc_row_inner .extra-flex-slider {
    max-width: inherit;
}

.job-form .first.last span,
.job-form .first.last input {
    display: inline;
}

.page-template-template-recruitment .recruitment-extra-block .leftimagecard-content,
.page-template-template-nos_engagement .leftimagecard-content {
    border: 1px solid #5f7475;
}

@media screen and (max-width: 768px) {
    .page-template-template-recruitment .recruitment-extra-block .leftimagecard-content,
    .page-template-template-nos_engagement .leftimagecard-content {
        background-size: cover;
        background-position: top;
        min-height: 325px;
    }
}

.page-template-template-recruitment .recruitment-extra-block .leftimagecard-content .text,
.page-template-template-nos_engagement .leftimagecard-content .text {
    padding: 35px;
}

.page-template-template-recruitment .recruitment-extra-block .leftimagecard-content .button,
.page-template-template-nos_engagement .leftimagecard-content .button {
    position: relative;
}

.page-template-template-recruitment .recruitment-extra-block .leftimagecard-content .button img,
.page-template-template-nos_engagement .leftimagecard-content .button img {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .page-template-template-recruitment h2.second-title {
        margin: 0.5rem 0;
        color: #5f7475;
    }
    .page-template-template-recruitment .leftimagecard-content .title h3,
    .page-template-template-nos_engagement .leftimagecard-content .title h3 {
        font-size: 33px;
        font-weight: 700;
        margin-bottom: 0px;
    }
    .page-template-template-recruitment .recruitment-extra-block .leftimagecard-content .text,
    .page-template-template-nos_engagement .leftimagecard-content .text {
        padding: 0px;
    }
}


/*=====================*/


/*     NOS MAISONS     */


/*=====================*/

.nos-maisons-block .rightimage-content>.text .title h2,
.nos-maisons-block .leftimage-content>.text .title h2 {
    color: #000;
    line-height: 32px;
}

.nos-maisons-block .rightimage-content>.text .title,
.nos-maisons-block .leftimage-content>.text .title {
    margin-top: 0px;
}

.nos-maisons-block .rightimage-container {
    margin-top: 50px;
}

.nos-maisons-block .call-to-action {
    border-color: #d8dbdb;
}

.page-template-template-nos_maisons .partners-slider {
    margin: 0px auto;
    padding-top: 45px;
    max-width: 85%;
    width: 1200px;
}

.owl-nav-round.owl-theme .owl-controls .owl-buttons div:before {
    font-size: 40px !important;
}

.page-template-template-nos_maisons .owl-nav-round.owl-theme:hover .owl-controls .owl-buttons div.owl-prev,
.page-template-template-nos_maisons .owl-nav-round.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -100px;
}

.page-template-template-nos_maisons .owl-nav-round.owl-theme:hover .owl-controls .owl-buttons div.owl-next,
.page-template-template-nos_maisons .owl-nav-round.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -100px;
}

.page-template-template-nos_maisons .owl-carousel .owl-item {
    margin: 0px;
    padding: 0px 15px;
}

.page-template-template-nos_maisons .gamme_option_left>p {
    color: #000;
}

.page-template-template-nos_maisons .gamme_option_element p {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .page-template-template-nos_maisons .gamme_options_wrapper {
        padding-top: 0px !important;
    }
}


/*=========================*/


/*     THANK YOU POPIN     */


/*=========================*/

.thankyou-popin {
    display: none;
    position: relative;
    height: 90%;
    min-height: 300px;
}

@media (max-width: 768px) {
    .thankyou-popin {
        position: absolute;
        max-height: 300px;
        width: 90%;
        left: 5%;
        top: 50%;
        transform: translateY(-50%);
    }
}

.thankyou-popin p button {
    max-width: 100%;
    background-color: #df2623;
}

.thankyou-popin h1 {
    margin-bottom: 50px;
    font-size: 30px;
    color: #000;
    font-weight: 500;
}

.thankyou-popin .merci {
    margin-bottom: 50px;
    font-size: 30px;
    color: #000;
    font-weight: 500;
}

.thankyou-popin p {
    margin-bottom: 0px;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0px;
}

.thankyou-popin p:last-child {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}


/*===========================*/


/*     SINGLE PROGRAMMES     */


/*===========================*/

.single-programmes h2.second-title {
    margin-top: 60px;
}

.single-programmes .gamme_option_elements .gamme_option_element {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    margin-right: 0px;
}

@media screen and (min-width: 769px) {
    .single-programmes .gamme_option_elements .gamme_option_element.option_element_number_3,
    .single-programmes .gamme_option_elements .gamme_option_element.option_element_number_4 {
        margin-bottom: 0px;
    }
}

.single-programmes .gamme_option_elements .gamme_option_element p {
    margin-bottom: 0;
    margin-left: 20px;
}

.single-programmes .gamme_option_elements .gamme_option_element img {
    margin-bottom: 0px;
}

.single-programmes .maison_product_left .city {
    margin: 10px auto;
}

.maison_summary ul li span {
    padding-left: 20px;
    display: block;
}

@media screen and (max-width: 768px) {
    .single-programmes .gamme_option_elements .gamme_option_element {
        width: 100%;
    }
    .single-programmes .gamme_option_elements .gamme_option_element img {
        width: 40px;
    }
}


/*======================*/


/*     SLICK SLIDER     */


/*======================*/

.slick-dots li button:before {
    width: 15px;
    height: 15px;
    content: "";
    opacity: .25;
    border-radius: 50%;
}

#immodvisor-widget-iframe {
    height: 290px;
}

.page-template-template-homepage main .immodvisor-container .immodvisor-header a {
    background: #eff1f1;
}

@media screen and (max-width: 768px) {
    .page-template-template-lp #mobile-steps-slider button.slick-arrow, 
    .page-template-template-lp-wo-crm #mobile-steps-slider button.slick-arrow {
        bottom: -140px !important;
    }
}

.gallery-arrows.slick-arrow {
    width: 20px;
    height: 20px;
    border-top: 2px solid #e02623;
    border-left: 2px solid #e02623;
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.gallery-arrows.slick-arrow.arrow-prev {
    left: 30px;
    transform: rotate(-45deg) translateY(-50%);
}

.gallery-arrows.slick-arrow.arrow-next {
    right: 30px;
    transform: rotate(135deg) translateY(-50%);
}

.wpcf7 .wpcf7-form .wpcf7-mail-sent-ok,
.wpcf7-response-output {
    display: none !important;
}


/*===========================*/


/*     RECRUITEMENT FORM     */


/*===========================*/

#recruitmentSpontanee h2 {
    text-align: center;
    font-weight: 700;
    color: #5f7475;
}

#recruitmentSpontanee .maison_plan_inner {
    width: 550px;
    max-width: 100%;
}

#recruitmentSpontanee input[type="text"],
#recruitmentSpontanee input[type="email"],
#recruitmentSpontanee input[type="url"],
#recruitmentSpontanee input[type="password"],
#recruitmentSpontanee input[type="search"],
#recruitmentSpontanee input[type="number"],
#recruitmentSpontanee input[type="tel"],
#recruitmentSpontanee input[type="range"],
#recruitmentSpontanee input[type="date"],
#recruitmentSpontanee input[type="month"],
#recruitmentSpontanee input[type="week"],
#recruitmentSpontanee input[type="time"],
#recruitmentSpontanee input[type="datetime"],
#recruitmentSpontanee input[type="datetime-local"],
#recruitmentSpontanee input[type="color"],
#recruitmentSpontanee textarea {
    width: 100%;
    padding: 10px;
}

#recruitmentSpontanee .wpcf7 .wpcf7-list-item {
    margin-bottom: -40px;
}

#recruitmentSpontanee .maison_plan_field {
    margin-bottom: 15px;
}

#recruitmentSpontanee .input-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

#recruitmentSpontanee .input-container .wpcf7-form-control-wrap {
    width: 100%;
}

#recruitmentSpontanee .input-container label {
    margin-bottom: 0px;
}

#recruitmentSpontanee .input-container button {
    background: #c5caca;
    color: #6f8080;
    padding: 5px 15px;
    border: none;
    font-size: 14px;
    border-radius: 2px !important;
}

.custom-accordion {
    width: 1000px;
    max-width: 100%;
    margin: 0px auto;
}

.custom-accordion .custom-accordion-item {
    border-bottom: 1px solid #c4cbcc;
}

.custom-accordion .custom-accordion-item:last-child {
    border-bottom-width: 0px;
}

.custom-accordion .custom-accordion-item .custom-accordion-title {
    padding: 10px 15px;
    text-decoration: none;
    outline: 0;
    border: none;
    cursor: pointer;
    color: #000;
    position: relative;
}

.custom-accordion .custom-accordion-item .custom-accordion-title h3 {
    font-size: 19px;
    width: 90%;
    font-weight: 400;
}

.custom-accordion .custom-accordion-item .custom-accordion-content {
    display: none;
    padding: 10px 50px;
    font-size: 19px;
    width: 100% !important;
    margin: 0px !important;
}

.custom-accordion .custom-accordion-item .custom-accordion-title:after {
    color: #e02623;
    font-family: simple-line-icons;
    content: "\e604";
    float: right;
    position: absolute;
    right: 0px;
    top: 10px;
}

.custom-accordion .custom-accordion-item.active .custom-accordion-title:after {
    content: "\e607";
}

.font-medium {
    font-weight: 500;
}

.bold {
    font-weight: bold;
}

.maison_second_gallery_inner .maison_gallery_second_slider_for .slick-list {
    padding: 0px !important;
}

@media screen and (min-width: 768px) {
    .maison_below_hero_bk .maison_product_right .maison_product_bottom ul {
        padding-left: 40px;
    }
}

.page-template-template-debug .gamme_options_wrapper,
.single-maisons .gamme_options_wrapper {
    padding-bottom: 50px;
}

.page-template-template-debug .gamme_chrysalide .gamme_options_wrapper {
    padding-bottom: 50px;
}

.bla {
    font-size: 20px;
}

.page-template-template-debug .gamme_custom_right a.maison_button_grey.maison_gallery_button,
.single-gammes .gamme_custom_right a.maison_button_grey.maison_gallery_button {
    display: inline-block;
}


/* removing br from postuler a cette offre */

.job-form form.wpcf7-form br {
    display: none;
}

.single-maiosons .leftimagecard-container.contactinfo-2,
.single-gammes .leftimagecard-container.contactinfo-2,
.single-programmes .leftimagecard-container.contactinfo-2,
.page-template-template-programme .leftimagecard-container.contactinfo-2,
.page-template-template-debug .leftimagecard-container.contactinfo-2 {
    padding-top: 60px;
}

.single-maisons .leftimagecard-container.contactinfo-2 .leftimagecard-content .text .title h3,
.single-gammes .leftimagecard-container.contactinfo-2 .leftimagecard-content .text .title h3,
.single-programmes .leftimagecard-container.contactinfo-2 .leftimagecard-content .text .title h3,
.page-template-template-programme .leftimagecard-container.contactinfo-2 .leftimagecard-content .text .title h3,
.page-template-template-debug .leftimagecard-container.contactinfo-2 .leftimagecard-content .text .title h3 {
    margin-bottom: 25px;
}

.single-maisons .leftimagecard-container.contactinfo-2 .leftimagecard-content .text .description,
.single-gammes .leftimagecard-container.contactinfo-2 .leftimagecard-content .text .description,
.single-programmes .leftimagecard-container.contactinfo-2 .leftimagecard-content .text .description,
.page-template-template-programme .leftimagecard-container.contactinfo-2 .leftimagecard-content .text .description,
.page-template-template-debug .leftimagecard-container.contactinfo-2 .leftimagecard-content .text .description {
    margin: 20px 0px;
}


/*================================*/


/*     PARTNERS SLIDER MOBILE     */


/*================================*/

.custom-partners-slider {
    position: relative;
}

.custom-partners-slider .partners-slider-images {
    display: flex !important;
    flex-wrap: wrap;
}

.custom-partners-slider .partners-slider-images .slide-col-100 {
    width: 100%;
}

.custom-partners-slider .partners-slider-images .slide-col-50 {
    width: 50%;
}

.custom-partners-slider .partners-slider-images .partners-slider-images-item {
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.custom-partners-slider .arrow {
    width: 20px;
    height: 30px;
    position: absolute;
    top: 50%;
    background: url('/wp-content/themes/mp/assets/img/arrow-left.png')
}

.custom-partners-slider .arrow.arrow-left {
    transform: translateY(-50%);
    left: -4px;
}

.custom-partners-slider .arrow.arrow-right {
    transform: translateY(-50%) rotate(180deg);
    right: -4px
}

.hotspot_element .wrap_svl_center .images_wrap img {
    width: 750px;
    margin: 0px auto;
}

.hotspot_element .wrap_svl_center .wrap_svl_center_box .wrap_svl .drag_element img {
    width: 25px;
    height: 25px;
}