/* ==================================================================== */
/*                                GENERAL                               */
/* ==================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Montserrat', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* font-family: 'Outfit', sans-serif; */

@import url('https://fonts.cdnfonts.com/css/satoshi');

@font-face {
    font-family: 'HarrietDisplay';
    font-style: normal;
    font-weight: normal;
    src: local('HarrietDisplay'), url('/assets/fonts/HarrietDisplay.woff2') format('woff2');
}
@font-face {
    font-family: 'Satoshi-Regular';
    src: url('/assets/fonts/Satoshi-Regular.otf') format('otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.validation, .livraisonsite { display: none;}

body {    
    font-family: 'Satoshi', sans-serif;
    background: #f3f1e6;
    overflow-x: hidden;
}

p { font-size: 17px;}

/* COULEURS */
.bleu-clair {color:#a1d5d2;}
.bleu {color:#0a314b;}
.beige { color: #f3f1e6;}
.bg-beige, .bg_collapse, .sidebar { background: #f3f1e6;}
.bg-blanc, .sidebar address { background: #fff;}

.btn {
    border-radius: 0;
}
.btn-primary,
.btn-info,
.btn-secondary,
.btn-success{
    color: #fff;
    background-color: #0a314b;
    border-color: #0a314b;
    border-radius: 25px;
    padding: .75rem 1rem;
}
.btn-primary:hover,
.btn-info:hover,
.btn-secondary:hover,
.btn-success:hover{
    color: #0a314b;
    background-color: #a1d5d2;
    border-color: #a1d5d2;
}

.index .carousel-item .btn-primary{
    min-width: 150px;
}
.baseline-slider .btn-primary {
    background-color: #fff;
    color: #0A314B;
    border-color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}
.baseline-slider .btn-primary:hover {
    background-color: #A1D5D2;
    color: #0A314B;
    border-color: #A1D5D2;
}
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}

.alert-danger {
    color: #fff;
    background-color: #0a314b;
    border-color: #0a314b;
    text-align: center;
    margin: 5% 0;
}


.alert.alert-danger a {
    color: #A1D5D2;
}


/* MENU */
.index .header .not-sticking,
.header .not-sticking,
.header .sticking {
    background: #0a314b;
}

.menu .dropdown-menu {
    padding: 0;
    margin: 0;
    color: #000;
    text-align: left;
    background-color: #fff;
    border: none;
    border-radius: 0;
}
.menu a.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 0.85rem;
    clear: both;
    color: #0a314b;
    text-align: inherit;
    background: 0 0;
    border: 0;
}
.menu a.dropdown-item:hover {
    color: #fff!important;
    background: #a1d5d2;
}

/* LANG */
.lang {
    position:absolute;
    z-index:20;
    top:25px;
    right:10px;
}
.lang-left {
    position: absolute;
    z-index: 20;
    top: 25px;
    left: 10px;
}
.detail .sticky_menu .lang-left {
    top: 10px;
}
.lang-left ul,
.lang ul{
    display: flex;
}
.lang-left ul li,
.lang ul li{
    padding: 0 8px;
    color: #fff;
}
.lang-left ul li a,
.lang ul li a{
    color: #fff;
}
.lang-left .ion-ios-telephone{
    font-size: 23px;
    color: #fff;
    margin-right: 5px;
    top: 2px;
}
.lang .ion-android-person{
    font-size: 23px;
    color: #fff;
    margin-right: 5px;
}
.lang .ion-ios-email-outline{
    font-size: 30px;
    color: #fff;
}
.lang .ion-ios-bell-outline{
    font-size: 28px;
    color: #fff;
}
.lang .ion-ios-heart-outline {
    font-size: 25px;
    color: #fff;
    top: 4px;
}

.badge-pill {
    margin-left: -8px;
    padding-right: 0.4em;
    padding-left: 0.4em;
}






/* MOTEUR */
.moteur {
    padding:0;
    bottom: 0;
    background-color: transparent;
}
.moteur .container {
    background: rgba(0,0,0, 0.6);
    border-radius: 25px;
}
.container_search a {
    color: #000;
}
.container_search a.btn-default {
    color: #fff!important;
}
.container_search .btn-primary:hover {
    background-color: #444;
    border-color: #444;
    padding: .5rem .75rem;
}
.container_search .btn-primary {
    background-color: #0a314b;
    border-color: #fff;
    padding: .5rem .75rem;
}
.index .container_search .btn-primary {
    background-color: #0a314b;
    border-color: #0a314b;
    padding: .5rem .75rem;
    text-transform: uppercase;
}
.index .container_search .btn-primary:hover {
    background-color: #a1d5d2;
    border-color: #a1d5d2;
    padding: .5rem .75rem;
}
.index .plusdecritere .text-filtre2 {
    width: 49.5%;
    display: inline-block;
    padding-right: 20px;
}

.radio_trans {
    justify-content: center;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    padding: 7px;
    margin: 10px 20px 5px 20px;
}
.radio_trans input,
.radio_trans input[type=radio].css-checkbox + label.css-label {
    color: #fff;
    text-transform: initial!important;
    font-weight: 500;
    font-size: 25px;
    border-bottom: 2px solid transparent;
    margin: 10px 20px 5px 20px;
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    border-bottom: 2px solid #a1d5d2;
    color: #a1d5d2;
    font-size: 25px;
    font-weight: 500;
}
.index .radio_trans label.css-label {
    text-transform: initial!important;
}
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
    color: #0a314b;
}
.index .picto-svg {
    width: 22px;
    margin-right: 8px;
    top:-2px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(70deg) brightness(105%) contrast(102%);
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label .picto-svg{
    filter: invert(14%) sepia(62%) saturate(939%) hue-rotate(166deg) brightness(94%) contrast(96%);
}

.search__form-item:nth-child(n+2) {
    border-radius: 25px;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover, .form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group, .form-style, .bootstrap-select, .bootstrap-select>.dropdown-toggle {
    border-radius: 25px !important;
    
}
.index .search__form-item:nth-child(n+2) {
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(100% / 5 - 20px);
}
.index .search_form.d-flex.flex-wrap {
    justify-content: center;
}

/*MOTEUR DE RECHERCHE*/ 
.index .siteWrapper {
    background:#f3f1e6;
    z-index: 999;
}
.index .siteWrapper .container_search {
    margin: 0;
}
.index .siteWrapper .container_search .container{
    background: #a1d5d2;
    padding: 20px 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.index .radio_trans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    background: transparent;
    padding: 10px 0;
    margin-top: -88px;
}
.radio_trans input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    padding: 4px 25px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    min-width: 130px;
    margin: 0;
    background-color: #0a314b;
    color: #fff;
    border: 1px solid #0a314b;
    width: 230px;
    line-height: 2;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    font-weight: 400;
}
.radio_trans label.css-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio_trans input[type=radio].css-checkbox:checked + label.css-label {
    background-color: #a1d5d2;
    border-color: #a1d5d2;
    color: #0a314b;
    border: 0 !important;
    height: 58px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.radio_trans input[type=radio].css-checkbox:checked + label.css-label:after {
    content: '';
    display: block;
    position: relative;
    width: 0px;
    height: 0px;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid #a1d5d2;
    margin: 0 auto;
    background: transparent;
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    font-weight: 500;
    color: #0a314b;
    font-size: 22px;
}
/* ==================================================================== */
/*                                 INDEX                                */
/* ==================================================================== */
.index .header {
    position: relative;
}

.bgAccueil {
    height: 70vh;
    position: relative;
    background: url(/assets/images/bgimg.jpg) no-repeat center center fixed;
    background-size: cover;
}
/* VIDEO */
.home-visuel-wrapper {
    opacity: 1;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    height: 70vh;
    overflow: hidden;
}
/* video {
    top: -10vh;
} */
.overlay {
    background-color: #0a314b;
    opacity: 0.35;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    line-height: 1.5;
    text-align: center;
}
.baseline-slider {
    z-index: 20;
    position: absolute;
    padding: 0;
    top: 30vh;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.titre-slider {
    font-size: 3.2em;
    margin-bottom: 35px;
    color: white;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    text-transform: initial;
    line-height: 32px;
}
.titre-slider span {
    font-family: 'HarrietDisplay', sans-serif;
    font-weight: 100;

}
.animate__fadeInUp {
    animation: fadeInUp; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1s; /* don't forget to set a duration! */
}
/* .animate__fadeOutDown {
    animation: fadeOutDown;
    animation-duration: 4s;
} */

.logo-R-header {
    width: 420px;
}

.d-mobile { display: none;}
.d-pc { display: block;}

@media (max-width: 600px) { 
    .baseline-slider {
        display: none;
    }
    .logo-R-header {
        width: 240px;
    }
    .d-mobile { display: block; margin: auto;}
    .d-pc { display: none;}
}

/* .header {
    background: rgba(255,255,255, 0.4);
} */

.baseline {
    position: absolute;
    bottom: 15%;
    text-align: center;
    width: 100%;
}
.estimation-svg {
    filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(23deg) brightness(114%) contrast(100%);
    width: 30px;
    margin-right: 8px;
    top: -3px;
}
.top_page {
    display: none;
}
.btn-header {
    background: #0a314b;
    color: #fff;
    padding: 15px 30px;
    font-size: 17px;
}
.btn-header:hover {
    background: #a1d5d2;
    color: #fff;
}
footer .btn {
    border: 1px solid #fff;
}



/* SELECTION */
article {
    border-radius: 25px;
}
.home_cont_selection {
    background: #f3f1e6;
    padding: 50px 0;
}
.section-title span{
    font-size: 30px;
    line-height: 1.1;
    text-transform: none;
    padding: 10px 0;
    font-weight: bold;
    letter-spacing: inherit !important;
    color: #0a314b;
    text-align: center;
    text-transform: initial;
    font-family: 'Satoshi-Regular', sans-serif;
}
.section-title {
    font-size: 50px;
    line-height: 1.1;
    text-transform: none;
    padding: 10px 0;
    font-weight: bold;
    letter-spacing: inherit !important;
    color: #a1d5d2;
    text-align: center;
    text-transform: initial;
    font-family: 'HarrietDisplay', sans-serif;
}
.simple-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px;
    color: #464a4d;
    margin-top: 5px;
    display: inline-block;
    text-align: center;
    margin-bottom: 25px;

}
.home_cont_selection article {
    text-align: center;
    background-color: #fff;
}

.home_cont_selection article .info_titre,
.home_cont_selection article .card_list ,
.home_cont_selection article .description,
.home_cont_selection article .info_numero,
.home_cont_selection article .info_prix-hai {
    display: none;
}
.line {
    border-bottom: 1px solid #a1d5d2;
}
.index .header-item {
    padding: 10px 0 0 0;
}
.prod_accueil .block_img img {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
/* .home_cont_selection article .block_img::before{
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    opacity: 0;
    transition: opacity var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.home_cont_selection article:hover .block_img::before {
    opacity: 1;
}
.home_cont_selection article .block_info {
    min-height: auto;
    width: 80%;
    text-align: center;
    font-size: 28px;
    color: #000;
    opacity: 1;
    transition: opacity calc(var(--photoboxAnimationDuration, .2s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: opacity;
    position: relative;
    top: -50px;
    z-index: 2;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 40px rgba(73,73,73,0.19);
}

.home_cont_selection .info_titre {
    text-transform: capitalize;
}
.home_cont_selection .info_titre,
.home_cont_selection .info_ville {
    font-size: 16px;
    margin: 0;
    line-height: 1.2;
    padding: 0;
    font-weight: 300;
    text-align: center;
}
.home_cont_selection .info_prix {
    font-size: 16px;
    margin: 0;
    line-height: 1.2;
    padding: 0;
    text-align: center;
    color: #000;
    font-weight: 600;
    margin-top: 6px;
    text-transform: initial;
}
.home_cont_selection .info_prix sup {
    top: -4px;
    font-size: 14px;
}
.home_cont_selection .effect-cms {
    padding: 15px 10px;
    margin: auto 0;
    width: 100%;
}
.home_cont_selection .header-item {
    line-height: 0.9;
}
.home_cont_selection .swiper-button-prev {
    left: -50px;    
}
.home_cont_selection .swiper-button-next{
    right: -50px;    
}
.home_cont_selection .header-item2 ul{
   display: flex;
    justify-content: center;
}
.home_cont_selection .header-item2 .plus-details{
   width: 40px;
   height: 40px;
   background-color: #0a314b;
   display: flex;
}
.home_cont_selection .header-item2 .plus-details i{
   margin: auto;
   font-size: 25px;
   color: #fff;
}
.home_cont_selection .btn.beige,
.home_cont_actualites .btn.beige {
    padding: 0.5rem 0rem 0rem 0rem;
    margin-top: 10px;
}
.home_cont_selection .btn.beige:hover,
.home_cont_actualites .btn.beige:hover {
    border-bottom: 1px solid #0a314b;
    color: #0a314b;
}
.home_cont_selection_vendus .block_info > .effect-cms {
    cursor: auto!important;
}
.home_cont_selection .swiper-button-next,
.home_cont_selection  .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 35px;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #0a314b;
    border-radius: 0;
}
.home_cont_selection .swiper-button-next:after,
.home_cont_selection  .swiper-button-prev:after {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.home_cont_selection .swiper-button-next:after {
    content: '\f10b';
    font-size: 25px;
}
.home_cont_selection .swiper-button-prev:after {
    content: '\f108';
    font-size: 25px;
} */

/* HOME ESTIMATION */
.home_cont_estimation {
    position: relative;
    background: linear-gradient( rgba(0,0,0, 0.35), rgba(0,0,0, 0.35) ),url(/assets/images/background-estimation.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    margin: 0 auto;
    padding: 128px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home_cont_estimation .simple-title {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
}

/* PRESENTATION */
.home_cont_presentation {
    position: relative;
    background: linear-gradient( rgba(0,0,0, 0.5), rgba(0,0,0, 0.5) ),url(/assets/images/background-presentation.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    margin: 0 auto;
    padding: 128px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home_cont_presentation .simple-title {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
    text-align: left;
}
.home_cont_presentation .small-title {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
}

.home_cont_presentation .btn.beige {
    padding: 0.5rem 0rem 0rem 0rem;
    margin-top: 10px;
    color: #fff;
}
.home_cont_presentation .btn.beige:hover {
    border-bottom: 1px solid #0a314b;
    color: #0a314b;
}


/* CATEGORIES */
.index .home_cont_categories {
    background: #0a314b;
    padding: 50px 0;
}
.home_cont_categories {
    padding: 50px 0;
}
.home_cont_categories .container-fluid {
    padding: 0 10%!important;
}
.home_cont_categories .section-title span {
    color: #fff;
}
.home_cont_categories .section-title hr {
    border-top: 1px solid #a1d5d2;
}
.home_cont_categories .cat {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    cursor: pointer;
    margin-bottom: 20px;
}
/* GRID EFFECT */
/* {
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
} */
figure {
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 100%;
    /* max-width: 480px; */
    /* max-height: 360px; */
    width: calc(100% / 4 - 8px);
    margin: 3px;
    background: #ffffff;
    text-align: center!important;
    cursor: pointer;
    border: 1px solid #cccccca1;
}
.index figure {
    border: 0px solid #cccccca1;
}
figure.bg-rouge {
    cursor: auto;
}
figure.bubba-bleu{
    background: #a1d5d2;
}
figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.6;
}
figure figcaption {
    padding: 0.5em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
figure figcaption::before,
figure figcaption::after {
    pointer-events: none;
}
figure figcaption,
figure figcaption > a {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 120px;
}
figure.bg-rouge figcaption {
    display: flex;
}
figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
figure .h2 {
    word-spacing: 0;
    font-size: 33px;
    padding-bottom: 10px;
}
figure .h2 span {
    font-weight: 800;
}
figure .h2,
figure p {
    margin: 0;
}
figure p {
    letter-spacing: 1px;
    font-size: 1.1rem;
    text-transform: initial;
    text-align: center!important;
}
figure .h6 {
    text-transform: initial;
    font-weight: 300;
    padding: 20px 0 10px 0;
}
figure .h6.sous-titre {
    text-transform: uppercase;
    font-weight: 500;
}
.bg-rouge {
    text-align: left;
}
figure.effect-bubba {
    border-radius: 25px;
}
figure.effect-bubba img {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    height: 300px;
    transform: scale(1);
    transition: all 350ms ease-in-out;
    object-fit: cover;
}
figure.effect-bubba img.titreimg {
    opacity: 0;
}
figure.effect-bubba:hover img {
    opacity: 1;
    transform: scale(1);
    transition: all 350ms ease-in-out;
}
figure.effect-bubba:hover figcaption {
    background-color: #fff;
    color: #0A314B;
}
figure.effect-bubba.bubba-bleu:hover figcaption {
    background-color: #a1d5d2;
    color: #0A314B;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
figure.bg-rouge figcaption::before, figure.bg-rouge figcaption::after {
    border:0;
    transform: none;
}
figure.effect-bubba figcaption::before {
    /* border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; */
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
    /* border-right: 1px solid #fff;
    border-left: 1px solid #fff; */
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
figure.effect-bubba .h2 {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(0,42%,0);
    transform: translate3d(0,42%,0);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 2em 1em;
    color: #0a314b;
    text-align: left;
    font-size: 26px;
    text-transform: capitalize;
}

@media(min-width: 769px){
		.sidebartop{display: none}
}

@media(max-width: 768px) {
.sidebarbottom{
	display: none
}
	.sidebar {
  display: block;
}
	
	
	figure.effect-bubba .h2 {padding-top: 20%;	}
	.grid figure figcaption {padding: 1em;}
}
figure.effect-bubba p {
    padding: 25px 1em;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    background: #fff;
}
figure.effect-bubba.bubba-bleu:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    background: #a1d5d2;
}


/* ===== HOME AGENCES STYLE #2 ===== */
a.cat__effect-alt {
    background: #00255C;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: block;
}
a.cat__effect-alt img {
	/* max-width: none; */
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a.cat__effect-alt:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
a.cat__effect-alt div {
    text-align: left;
}
a.cat__effect-alt div.cat__description{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -26%);
    width: 100%;
    /* height: 100%; */
    padding: 0 0.4em;
    color: #fff;
    background-color: rgba(6, 30, 68, .5);
    text-transform: uppercase;
    font-size: 1.25em;
}
a.cat__effect-alt h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
    text-align: center;
}
a.cat__effect-alt h2::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}
a.cat__effect-alt:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
a.cat__effect-alt p {
	padding: 1em 0;
	opacity: 1;
    font-size: .8rem;
}


/* HOME ALERTE EMAIL */
.home_cont_alertes {
    padding: 50px 0;
    background: #a1d5d2;
    text-align: center;
}
.home_cont_alertes .border-top-bottom{
    padding: 30px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.home_cont_alertes p {
    color: #0a314b;
    margin-bottom: 0;
    font-size: 20px;
    top: 4px;
}
.home_cont_alertes .btn i {
    font-size: 23px;
    margin-right: 7px;
    top: -1px;
}
.home_cont_alertes .btn-primary {
    border-color: #0a314b;
    padding: .65rem 1rem .45rem 1rem;
    width: 200px;
    text-transform: uppercase;
    line-height: 1.1;
}

/* HOME ACTUALITES */
.home_cont_actualites {
    padding: 50px 0;
}
.home_cont_actualites ul {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.home_cont_actualites ul li {
    width: calc(100% / 3 - 20px);
    margin: 10px;
    height: 100%;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    color: #000;
}
.home_cont_actualites a:hover {
    color: #000;
}
.home_cont_actualites a:hover .beige{
    color: #0a314b;
}
.home_cont_actualites img {
    height: 275px;
    object-fit: cover;
    width: 100%;
}
.home_cont_actualites .description-post {
    margin-top: 0;
    min-height: 85px;
    font-size: 15px;
}
.home_cont_actualites .title-post {
    font-size: 18px;
    font-weight: 600;
    color: #0a314b;
    margin-bottom: 10px;
}
.home_cont_actualites i {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 5px;
}
.home_cont_actualites .date-post {
    font-size: 16px;
    position: absolute;
    bottom: -12px;
    right: 25px;
    left: auto;
    background: #0a314b;
    width: auto;
    color: #fff;
    padding: 3px 7px;
}
.home_cont_actualites .actualites-infos {
    padding: 15px;
}


/* ==================================================================== */
/*                                LISTING                               */
/* ==================================================================== */
.prod_listing.listing .effect-cms {
    min-height: 300px;
}
.prod_listing > .listing_article article {
    background: #fdfbfb;
}
.effect-cms .over_desc {
    height: 196px;
    padding: 5px 15px 5px 15px;
}
.prod_listing.damier .block_info {
    min-height: 200px;
}
article .effect-cms span.prix-loc {
    font-size: 17px;
}
.prod_listing.damier > .listing_article article {
    text-align: center;
}
.prod_listing .info_titre,
.prod_listing .info_prix-hai {
    display: none;
}
.card_list li > span:after {
    display: none;
}
.damier .card_list {
    margin-bottom: 15px;
    margin-top: 10px;
}
.prod_listing .info_prix {
    margin: 15px 0;
    line-height: 1;
    padding: 0 20px;
    color: #0a314b;
    font-weight: 600;
    font-size: 20px;
}
.prod_listing .info_type {
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
}
.prod_listing .info_ville {
    font-size: 16px;
    padding-top: 0;
    font-weight: 400;
}
.prod_listing.damier .description {
    padding: 0 15px;
    text-align: justify;
    margin-bottom: 10px;
}
.prod_listing.listing .description {
    padding: 0 20px;
    max-height: 125px;
}
.prod_listing.carte .description {
    display: none;
}
.prod_listing.listing .card_list {
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 17px;
    padding: 0 20px;
}
.prod_listing.listing .card_list li {
    margin-right: 20px;
}
.prod_listing.carte .info_ville,
.prod_listing.carte .spin1.info_type {
    padding-left: 0;
}
.prod_listing.carte .info_prix {
    font-size: 18px;
}
.listing .header-item, [class*="listing-"] .header-item {
    padding: 10px 0 0 20px;
}

.prod_listing.listing .effect-cms .over_desc {
    top: 58px;
    bottom: auto;
    transform: none;
    z-index: 1;
    background: #fdfbfb url(/modele/images/inter-over-listing.jpg) no-repeat top left;
    height: 203px;
    padding: 20px 15px 20px 20px;
}



.page-item .page-laulau {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border:none;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  font-size:15px;
}
.page-item .page-laulau:hover {
  background-color: #0a314b;
  color: #fff;
  padding: .55rem .75rem;
}
.page-item.active .page-link {
  background-color: #0a314b;
  color: #fff;
}

[class*="listing"] figure,
[class*="listing-"] figure {
    width: calc(100% / 2 - 8px);
}
[class*="listing"] figure.effect-bubba img,
[class*="listing-"] figure.effect-bubba img {
    height: auto;
}
.bootstrap-select>.dropdown-toggle,
[class*="listing"] .bootstrap-select>.dropdown-toggle,
[class*="listing-"] .bootstrap-select>.dropdown-toggle {
    padding: 5px 12px;
}
/* ==================================================================== */
/*                             PAGE DETAILS                             */
/* ==================================================================== */
.detail_header_nav {
    margin: auto 0 !important;
}
.detail_header_sticky {
    height: 60px;
}
.detail_taber .nav-link {
    padding: 10px;
}
.detail_header_sticky {
    background: #0a314b;
}
.detail_header_sticky .titre,
.detail_header_sticky a{
    color: #fff;
    margin: auto 0;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #0a314b !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #0a314b;
}
.detail_header {
    margin: 40px 0;
}
.detail_header .crit {
    font-family: 'Satoshi-Regular';
    font-size: 19px;
    margin-top: 11px;
}
.detail_header .titre span.hariet {
    /* font-family: 'HarrietDisplay', sans-serif; */
    font-size: 28px;
    font-weight: 500;
    color: #0a314b;
}
.detail .attribut_label0 {
    font-family: 'HarrietDisplay', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.detail .bloc-champ .champ{
    font-family: 'Satoshi-Regular';
}
.tab-content .card_list {
    justify-content: flex-start;
}
.tab-content .card_list li {
    font-size: 15px;
    margin-right: 7%;
}
.detail_header .titre:after {
    background: #0a314b;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #0a314b;
}
.retour_pret span {
    color: #0a314b;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #0a314b;
    padding-left: 10px;
}
.detail .info_titre {
    text-transform: inherit;
}
.detail .info_prix {
    padding: 0;
}
.detail .header-item {
    padding: 0;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #0a314b !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #0a314b !important;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #f3f1e6;
}
.detail .bloc-champ{
    background: #f3f1e6;
}

.detail_biens_sim .info_titre{
    display: none;
}
footer .col-12 ul li {
    width: calc(100% / 1 - 5px);
    padding: 20px;
}
/* ==================================================================== */
/*                              AUTRES PAGES                            */
/* ==================================================================== */
.sidebar, .sidebar .img-thumbnail, .sidebar address {
    margin-top: 0;
    text-align: center;
}
.recherche-detaillee .sidebar {
    display: block;
    text-align: center;
    margin-top: 0;
}

.recherche-detaillee .content_page {
    width: 66.6667%;
}
.recherche-detaillee .form-search-d label.btn,.recherche-detaillee  .form-search-d label.btn.small {
    border: 1px solid #a1d5d2;
    background-color: #a1d5d2;
    border-radius: 25px;
}
.recherche-detaillee .form-search-d label.btn.active,.recherche-detaillee .form-search-d label.btn:hover {
    background: #0a314b;
}
.recherche-detaillee .img-thumbnail, .sidebar_blocinfos, .sidebar address {
    border-radius: 10px !important;
}
.recherche-detaillee .form-group.c_typeloc {
    width: 48% !important;
    margin-right: 10px;
}
.recherche-detaillee .input-group.form-group.c_prixmin, .recherche-detaillee .input-group.form-group.c_prixmax {
    width: calc(100% / 2 - 5px);
    margin-right: 10px;
}
.recherche-detaillee .input_group_content:nth-child(5) .form-search-d label.btn {
    height: 45px;
    width: 65px;
}
.recherche-detaillee .input_group_content:nth-child(4) .dflex-input, .recherche-detaillee .input_group_content:nth-child(8) .dflex-input {
    display: flex;
    width: 100%;
}
.recherche-detaillee .input_group_content:nth-child(6) .form-search-d label.btn {
    height: 45px;
    width: 65px;
}
.recherche-detaillee .input_group_content:nth-child(8) .form-search-d label.btn {
    height: 45px;
    width: 65px;
}
.recherche-detaillee .input_group_content:nth-child(5) .form-search-d  ,
.recherche-detaillee .input_group_content:nth-child(6) .form-search-d  ,
.recherche-detaillee .input_group_content:nth-child(8) .form-search-d  {
    margin: 0;
}
.recherche-detaillee .input_group_content:nth-child(5) .form-search-d  .txt ,
.recherche-detaillee .input_group_content:nth-child(6) .form-search-d  .txt ,
.recherche-detaillee .input_group_content:nth-child(8) .form-search-d  .txt {
    padding: 5px;
    text-transform: initial;
}

.recherche-detaillee .txt {
    font-size: 14px;
}
.recherche-detaillee .input_group_content:nth-child(5) .form-search-d > li,
.recherche-detaillee .input_group_content:nth-child(6) .form-search-d > li,
.recherche-detaillee .input_group_content:nth-child(8) .form-search-d > li {
    width: auto;
    padding: 8px;
}
.recherche-detaillee .input-group.form-group.c_surfacemin, .recherche-detaillee .input-group.form-group.c_surfacemax, .recherche-detaillee .input-group.form-group.c_terrain {
    width: calc(100% / 3 - 5px);
    margin-right: 10px;
}
.recherche-detaillee label {
    margin-top: 30px;
}



.header-photo {
    margin: 2% 5%;
}
.header-photo img{
    filter: brightness(0.6);
}
.contact .header-photo img{
    filter: brightness(1);
}

.header-photo h1 {
    position: absolute;
    top: 75%;
    -webkit-transform: translateY(-75%);
    -moz-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    -o-transform: translateY(-75%);
    transform: translateY(-75%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    text-shadow: #000000c7 2px 2px 2px;
    font-size: 2.5rem;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.mentions-legales h2 {
    margin-top: 50px;
    font-size: 21px;
    color: #0a314b;
}
h2.deco, .page-heading, .home_heading, .mentions-legales h2.h2 {
    /* color: #0a314b;
    font-size: 28px;
    font-weight: 400;
    text-align: left;
    font-family: 'HarrietDisplay', sans-serif;
    text-transform: initial; */
    font-size: 30px;
    line-height: 1.1;
    text-transform: none;
    padding: 10px 0;
    font-weight: bold;
    letter-spacing: inherit !important;
    color: #0a314b;
    text-align: center;
    text-transform: initial;
    font-family: 'Satoshi-Regular', sans-serif;
}
h2.deco span{
    text-transform: uppercase;
    font-weight: 800;
}
h2.deco::after,
.page-heading::after,
.mentions-legales h2.h2::after,
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #a1d5d2;
    height: 2px;
    width: 100px;
    margin: 15px auto;
}
.mentions-legales h2::after{
    content: "";
    display: block;
    position: relative;
    background: #a1d5d2;
    height: 2px;
    width: 100px;
    margin: 5px 0;
}
.mentions-legales li b {
    color: #0a314b;
}
.comparateur .container.resettop .nav-link.active {
    background: #dfdfdf;
}
.comparateur .container.resettop {
    top: -70px;
}
.gestion figure,
.syndic figure {
    width: calc(100% / 3 - 8px);
}
.agence figure.effect-bubba img,
.gestion figure.effect-bubba img,
.syndic figure.effect-bubba img {
    height: auto;
}

.foire-aux-questions-gestion table td {
    border: 1px solid #000;
    padding: 2px 5px;
}

.content_page {
    width: 100%;
}

.contact .sidebar,
.estimation .sidebar {
    display: none;
}
.contact .contact_formulaire, .recrutement .contact_formulaire, .estimation .contact_formulaire {
    width: 100%;
}
.estimation .content_page {
    width: 100%;
}
.sidebar .img-thumbnail {
    margin: 15px 0;
}
.estimation .formcms4, .contact #formcontact {
    background: #a1d5d2;
    padding: 20px;
    border-radius: 25px;
}
.contact #formcontact {
    margin-bottom: 25px;
}
.estimation .formcms4 label,
.contact #formcontact  label {
    font-weight: 500;
    color: #0a314b;
}
.estimation .formcms4 .c_rgpd,
.contact #formcontact .c_rgpd {
    padding: 20px;
}
.photoequipe {
    width: 100%;
    max-width: 100%;
    /* height: 100%;
    max-height: 480px;
    object-fit: cover;
    object-position: top; */
}
/* ============================================================================= */
/*                                        FAQ                                    */
/* ============================================================================= */
.top_page {
    height: 350px;
}
.foire-aux-questions-acheter .top_page ,
.foire-aux-questions-louer .top_page ,
.foire-aux-questions-syndic .top_page ,
.foire-aux-questions .top_page {
    background-image: url(/assets/images/top_page/faq_top.jpg);
}
.gestion .top_page {
    background-image: url(/assets/images/top_page/gestion_top.jpg);
}
.syndic .top_page {
    background-image: url(/assets/images/top_page/syndic_top.jpg);
}
.espace-client .top_page {
    background-image: url(/assets/images/top_page/espace-client_top.jpg);
}
.recherche-detaillee .top_page {
    background-image: url(../images/top_page/recherche-detaillee_top.jpg);
}
.faq-card {
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    padding: 15px;
}
.faq-card {
    background: #fff;
    border-radius: 25px;
}
.faq-card img {
    border-radius: 5px;
}
.faq-card .h3 {
    margin: 15px 0;
    text-align: center;
    font-size: 24px;
}
.faq-card .h3::after {
    content: "";
    display: block;
    position: relative;
    background: #a1d5d2;
    height: 1px;
    width: 50%;
    margin: 15px auto;
}


/* SOUS PAGES */
.faq-theme input[type=checkbox],
.faq-theme input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    display: none;
}
  /* Accordion styles */  
.faq-theme .tab {
    width: 100%;
    color: white;
    overflow:hidden;
  }
.faq-theme .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #0a314b;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
    min-height: 80px;
    align-items: center;
    border-radius: 25px;
}
.faq-theme .tab-label:hover {
    background: #a1d5d2;
    color: #0a314b;
}
.faq-theme .tab-label::after {
    content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
  }
 .faq-theme .tab-content {
    max-height: 0;
    padding: 1em;
    color: #26282b;
    background: transparent;
    transition: all 1s;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
  }
.faq-theme .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #a1d5d2;
    cursor: pointer;
  }
.faq-theme .tab-close:hover {
    background: #a1d5d2;
  }
  
.faq-theme input:checked + .tab-label {
    background: #a1d5d2;
    color: #0a314b;
  }
.faq-theme input:checked + .tab-label::after {
    transform: rotate(90deg);
  }
.faq-theme .tab-content {
    display: none;
  }
.faq-theme input:checked ~ .tab-content {
    max-height: 100%;
    padding: 1.5em;
    display: block;
    color: #26282b;
    width: 99%;
    margin: -5px auto 10px auto;
    background: #fff;
    border-radius: 25px;
}



/* ============================================================================ */
/*                                      AGENCE                                  */
/* ============================================================================ */
.equipe .content_page {
    width: 100%;
  }
  .equipe .sidebar {
    display: none;
  }
  .agence .equipe ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
  }
  .agence .equipe ul li {
    position: relative;
    width: calc(100% / 3 - 1em);
    margin: calc(0.5em * 2) 0.5em;
    overflow: hidden;
  }

  .agence .equipe .border-equipe {
    padding: 5px;
    background: none;
  }
  .agence .equipe .infos {
    text-align: center;
  }
  .agence  .equipe .infos-contact {
    text-align: center;
    margin-top: 15px;
    font-weight: 300;
    font-size: 1rem;
  }
  .agence .equipe .p-15 {
    padding-left: 0;
    padding-right: 0;
}
  .agence .equipe .title-post {
    font-size: 1.1rem;
    font-weight: 500;
  }
  .agence .equipe .fonction-post {
    font-size: 0.9rem;
    font-weight: 400;
  }
  .agence .equipe ul.rs-conseiller {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
    justify-content: center;
  }
  .agence .equipe i {
    font-size: 20px;
    color: #0a314b;
  }
  .equipe .tel-post,
  .equipe .mail-post {
    margin: 8px 0;
  }
  
  @media (max-width: 991px) {
  
  }
  @media (max-width: 768px) {
    .agence .equipe ul li {
      position: relative;
      width: calc(49% - 2em);
      margin: calc(0.5em * 2) 0.5em;
      overflow: hidden;
    }
    .agence .equipe ul.rs-conseiller li {
      width: calc(33% - 1em);
    }
  }
  @media (max-width: 500px) {
    .agence .equipe ul li {
      position: relative;
      width: calc(100% - 1em);
      margin: calc(0.5em * 2) 0.5em;
      overflow: hidden;
    }
    .agence .equipe ul.rs-conseiller li {
      width: calc(33% - 2.5em);
    }
    .agence .equipe .border-equipe {
      margin: 15px auto;
      width: 250px;
    }
    .agence .equipe .rs-conseiller i {
      font-size: 30px;
    }
  }

.titre-footer {
    text-transform: uppercase;
    font-weight: 400;
    color: #a1d5d2;
}



/* ==================================================================== */
/*                                 FOOTER                               */
/* ==================================================================== */
footer {
    background-color: #0a314b;
    padding: 50px 10%;
}
.logo-footer {
    width: 170px;
    margin-bottom: 25px;
}

footer .reseaux-sociaux p {
    margin-bottom: 0;
}

footer .reseaux-sociaux i {
    font-size: 30px;
    margin-right: 10px;
}
footer .reseaux-sociaux li:hover i {
    color: #a1d5d2;
}
footer .address .btn-primary {
    padding: 0;
}
footer .address .btn-primary:hover {
    background-color: #0a314b;
    text-decoration: underline;
    border-color: #0a314b;
    color: #a1d5d2;
}
footer  .ion-ios-telephone-outline {
    font-size: 21px;
    top: 1px;
    margin-right: 5px;
}
footer  .ion-ios-email-outline {
    font-size: 24px;
    top: 3px;
    margin-right: 4px;
}
footer  .ion-ios-information-outline {
    font-size: 22px;
    top: 3px;
    margin-right: 4px;
}
footer a:hover {
    color: #a1d5d2;
}
footer .logo-fnaim {
    width: 100px;
}
footer .border-top {
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-top: 25px;
}
footer .ul-footer-photo {
    display: flex;
    margin-bottom: 0;
}
footer .ul-footer-photo li{
    margin: auto 0 0 0;
}
footer .ul-footer-photo li p {
    font-size: 15px;
    line-height: 0.8;
    font-style: italic;
}
footer .adresse-footer ul{
    display: flex;
    justify-content: space-between;
}

/* TOP LINK */
.top_link {
    z-index: 99;
    bottom: 170px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
    opacity: 1;
    box-shadow: 0 0 1rem 0 rgb(60 60 60 / 20%);
    padding: 0;
    height: 4rem;
    width: 4rem;
    display: flex;
    right: 20px;
    display: none!important;
  }
  .top_link:hover {
    height: 4rem;
    background: rgb(228, 228, 228);
  }
  .top_link::before {
    content: url(/assets/images/retour-top.png);
    display: block;
    position: relative;
    font-size: 16px;
    text-align: center;
    margin: auto;
  }
  #bloc_fixed .bloc {
    background: transparent;
    color: #fff;
    padding-left: 0;
}
#bloc_fixed .bloc a {
    color: #fff;
    justify-content: center;
    width: 100%;
}
#bloc_fixed .bloc.bloc2 {
    bottom: 90px;
    background: #0a314b;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 1rem 0 rgb(60 60 60 / 40%);
    height: 4rem;
    width: 4rem;
    right: 20px;
    position: fixed;
    display: flex;
    z-index: 99999;
  }
  #bloc_fixed .bloc,
  #bloc_fixed .bloc.bloc1 {
    bottom: 10px;
    background: #0a314b;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 1rem 0 rgb(60 60 60 / 40%);
    height: 4rem;
    width: 4rem;
    right: 20px;
    position: fixed;
    display: flex;
    z-index: 99999;
  }
  #bloc_fixed .bloc:hover, #bloc_fixed .bloc.bloc1:hover {
    box-shadow: 0 0 1rem 0 rgb(60 60 60 / 80%);
    height: 4rem;
    width: 4rem;
    right: 20px;
    background: #a1d5d2;
  }
  .bloc.bloc2:hover {
    box-shadow: 0 0 1rem 0 rgb(60 60 60 / 80%);
    height: 4rem;
    width: 4rem;
    right: 20px;
    background: #a1d5d2;
  }
  .bloc ul {
    height: auto;
    text-align: center;
    margin: auto;
}
  /* .bloc.bloc4 {
    display: block;
  } */
  #bloc_fixed .bloc1 ul li:nth-child(1), #bloc_fixed .bloc2 ul li:nth-child(1), #bloc_fixed .bloc3 ul li:nth-child(1), #bloc_fixed .bloc4 ul li:nth-child(1) {
    margin-right: 0;
}
#bloc_fixed .bloc {
    background: transparent;
    color: #fff;
}
#bloc_fixed {
    bottom: 0;
}

aside.aside_contact {
    color: #000;
    z-index: 55555555;
    height: auto ! important;
    width: 340px;
    overflow: auto;
    top: 25% !important;
    left: 100%;
    background-color: #eeeeee!important;
    border-radius: 25px;
    border: 1px solid  #000;
  }
  
  aside .contact_coordinates {
    border-bottom: 0px solid #d9d9d9;
    padding: 0;
    text-align: center;
  }
  .titre-aside {
    font-size: 19px;
      text-transform: uppercase;
      font-weight: 500;
      margin-top: 20px;
      color: #0a314b;
  }
  .contact_coordinates .btn {
    margin-bottom: 20px;
  }
  .contact_coordinates .btn-primary:hover {
    border-color: #fff;
}



/* ========================================================================= */
/*                                AVIS GOOGLE                                */
/* ========================================================================= */
.avis-google .top_page {
    background-image: url(/assets/images/top_page/avis_top.jpg);
  }
  #avisGoogleListe ul {
    display: flex;
    flex-wrap: wrap;
  }
  #avisGoogleListe li {
    position: relative;
     width: calc(100% / 3 - 16px);
     margin: calc(0.5em * 2) 0.5rem;
     overflow: hidden;
     min-height: 150px;
     color: #000;
  }
  .avisGoogleReview {     margin: 20px 0px;}
  .bulle {
    background:#333;
    color:#fff;
    padding: 20px;
    border-radius:30px;
    min-height: 250px;
  }
  .bulle2{
    height: 10px;
  }
  .bulle2::after{
    content: '';
    display: block;
    position: relative;
    width: 0px;
    height: 250px;
    border-left: 0px solid transparent;
    border-right: 35px solid transparent;
    border-top: 19px solid #333;
    margin: 0px auto 0 60px;
    background: transparent;
  }
  .commentaire-poseur {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 18px;
    max-width: 100%;
    margin-top: 10px;
    max-height: 165px;
    overflow-y: scroll;
    overflow: auto;
    padding: 0 10px 0 0;
  }
  .avis-stars, .avis-stars span {
    background-size: 18px 16px;
    height: 18px;
    top: 1px;
    width: 90px;
  }
  .bulle ::-webkit-scrollbar {
    width: 7px;
  }
  .bulle ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey; 
    border-radius: 10px;
  } 
  .bulle ::-webkit-scrollbar-thumb {
    background: #0a314b; 
    border-radius: 10px;
  }
  .bulle ::-webkit-scrollbar-thumb:hover {
    background: #0a314b; 
  }
  .avis-reponse {
    border-left: 0;
    padding: 5px 0 0 0px;
    font-size: 14px;
  }
  #avisGoogleListe li .card {
    background-color: #fff;
    border: 0;
    border-radius: 0;
  }
  #avisGoogleListe li .card-header:first-child {
    border-radius: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
  }
  #avisGoogleListe li .btn-link {
      color: #999;
      background-color: transparent;
      font-weight: 200;
  }
  #avisGoogleListe li .btn-link p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
  }
  #avisGoogleListe li .btn-link p span{
    font-style: italic;
  }
  #avisGoogleListe li .btn-link p::after {
    content: "\f123";
    font-family: "Ionicons";
    position: absolute;
    border: 0;
    font-size: 12px;
    padding-top: 5px;
    opacity: 1;
    right: -15px;
    top: -3px;
  }
  #avisGoogleListe .card-header {
    text-align: right;
  }
  #avisGoogleListe .card-body {
    padding: 0;
    text-align: justify;
  }
  .logo-google {
    width: 200px;
  }
  
  span.nbr-avis {
    font-size: 17px!important;
      margin-right: 0;
      color: #70757a!important;
      white-space: nowrap!important;
  }
  #avisGoogle .note-avis {
    width: 80px;
    height: 80px;
    background: #0a314b;
    border-radius: 50%;
    text-align: center;
    margin: auto auto 20px auto;
    display: flex;
  }
  #avisGoogle .note-avis span{
    font-size: 40px;
    color: #fff;
    white-space: nowrap;
    font-weight: 600;
    margin: auto;
  }
  @media (max-width: 991px) {
    .home-visuel-wrapper {
      height: auto;
  }
    #avisGoogleListe li {
      width: calc(100% / 2 - 16px);
    }
    .bulle2::after {
      margin: -2px auto 0 60px;
    }
  }
  @media (max-width: 610px) {
    #avisGoogleListe li {
      width: calc(100% / 1 - 16px);
    }
    .bulle2::after {
      margin: -2px auto 0 60px;
    }
    #avisGoogle .note-avis {
      width: 60px;
      height: 60px;
      margin-bottom: 10px;
    }
    #avisGoogle .note-avis span {
      font-size: 33px;
    }
  }
  .avis-google {
    overflow-x: hidden;
  }
  #avisGoogle {
    border-bottom: 0;
    padding: 0 0 20px 0;
  }



/* •*´¨`*•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•* */
/*                                             REF BY LOLO                                                   */
/* •*´¨`*•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•* */


/* •*´¨`*•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*•*´¨ TOGGLE .¸¸.•*•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•* */

.ref input[type=checkbox],
.ref input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    display: none;
}
  /* Accordion styles */  
 .ref .tab {
    width: 100%;
    overflow:hidden;
  }
 .ref .tab-label {
    display: flex;
    justify-content: space-between;
    background: white;
    padding: 1em;
    font-weight: 400;
    cursor: pointer;
    text-align: left;
    font-family: 'HarrietDisplay', sans-serif;
    transition: all 0.5s ease;
 }

.ref  .tab h2 {
    font-size: 21px;
    margin-bottom: 0;
}
.ref h2.deco{
    font-size: 24px;
}

.suite .col:last-child {
    margin-left: 0;}

  .page2ref p {
    text-align: justify;
  }

  .page2ref h3 {
    font-size: 22px;
  }

  .immobilier-marseille1 .top_page {
    background-image: url('/assets/images/top_page/marseille.jpg');
  }  

  .immobilier-marseille3 .top_page {
    background-image: url('/assets/images/top_page/marseille.jpg');
  }  

  .immobilier-marseille4 .top_page {
    background-image: url('/assets/images/top_page/marseille.jpg');
  }  

  .immobilier-marseille5 .top_page {
    background-image: url('/assets/images/top_page/marseille.jpg');
  }  

  .immobilier-marseille6 .top_page {
    background-image: url('/assets/images/top_page/marseille.jpg');
  }  

  .immobilier-marseille7 .top_page {
    background-image: url('/assets/images/top_page/marseille.jpg');
  }  

  .immobilier-marseille8 .top_page {
    background-image: url('/assets/images/top_page/marseille.jpg');
  }  

  .listeliens a {
    color:#0A314B;
    font-weight: bold;
  }

  .listeliens a:hover {
    text-decoration: underline;
  }

  .ref p {
    text-align: justify;
  }
/* REF */
#affichereferencement {
    color: #0a314b;
}
#affichereferencement .section-title {
    font-size: 30px;
    font-weight: 100;
    color: #0a314b;
    text-align: left;
}
.ref-bloc1 {
    background: #f3f1e6;
    padding: 30px 0;
}
.ref-bloc2 {
    padding: 30px 0;
}
.ref-bloc1 hr {
    margin: 1rem 0 1.5rem 0;
    border-top: 1px solid rgb(10 49 75);
}
.ref-bloc2 a.btn-primary {
    color: #fff;
    font-weight: 300;
    padding: .75rem 2.5rem;
}
.ref-bloc2 a.btn-primary:hover {
    text-decoration: none;
    color: #0A314B;
}
.ref-bloc2 li {
    text-align: center;
    margin: 15px 0;
}
.ref-bloc3{
    background: #f3f1e6;
    padding: 30px;
}
.ref-bloc4{
    background: #a1d5d2;
    padding: 30px;
}
.ref-bloc5 {
    background: #f3f1e6;
}
.ref-bloc6 {
    background: #a1d5d2;
}
.ref-bloc5 p,
.ref-bloc6 p {
    padding: 30px;
    transition: all 0s ease;
}
#affichereferencement h2 {
    font-size: 24px;
    text-align: center;
}
#affichereferencement h2 span{
    font-weight: bold;
    color: #0a314b;;
    font-family: 'Satoshi-Regular', sans-serif;
}
.itemlolo {
    text-align: center;
    color: #0A314B;
}
.itemlolo a{
    color: #0A314B;
}
.itemlolo i{
    font-size: 21px;
}
.container-fluid.ref-bloc1 {
    padding: 0 !important;
}
.container-fluid.ref-bloc1 .padding-ref{
    padding: 0 15% 0 5%!important;
}
.container-fluid.ref-bloc1 img{
    max-height: 710px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}


/* ==================================================================== */
/*                               RESPONSIVE                             */
/* ==================================================================== */
@media (min-width: 992px) { 
    /* .site-pusher {
        display: flex;
        justify-content: space-around;
    } */
    .btn-primary, .btn-info, .btn-secondary, .btn-success {
        min-width: 180px;
    }
    .site-pusher {
        display: flex;
        justify-content: space-between;
    }
    nav.menu {
        margin: auto 0 auto auto;
    }
    nav.menu ul {
        margin: auto 0;
        padding-bottom: 5px;
    }
    nav.menu ul li {
        display: inline-block;
        padding: 7px 15px;
    }
    .menu ul > li > a,
    .menu a:not([href]):not([tabindex]),
    .menu a:not([href]):not([tabindex]):focus {
        padding: 0;
        line-height: 1.2;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .index .not-sticking .menu ul > li > a{
        color: #fff;
    }
    .menu ul > li:hover > a,
    .menu ul > li.active > a,
    .menu a:not([href]):not([tabindex]):hover,
    .index .not-sticking .menu ul > li:hover > a  {
        color: #a1d5d2;
    }

    .header nav ul > li.active > a::after,
    .header nav ul > li > a:hover::after,
    .index header nav ul > li > a:hover::after {
        width: 100%;
    }
    .index .header .not-sticking ul > li.active > a::after {
        width: 0%;
    }
    li.btn-numero a {
        background: #a1d5d2!important;
        color: #0a314b!important;
        border-radius: 25px!important;
        padding: 8px 15px!important;
        border: 2px solid #a1d5d2;
    }
    li.btn-numero a:hover {
        background: transparent!important;
        color: #a1d5d2!important;
    }
    li.btn-numero a:hover::after {
        display: none;
    }
    li.btn-numero a i {
        font-size: 26px;
        top: 4px;
    }
    .header nav ul > li > a::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        z-index: 1;
        width: 0;
        height: 3px;
        background: #a1d5d2;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .header__logo {
        display: block;
        height: 100px;
        padding: 0;
    }
    .index .not-sticking .header__logo {
        height: 100px;
    }
    .header__logo img {
        width: 255px;
        padding: 20px;
    }
    .index .not-sticking .header__logo img {
        width: 255px;
        padding: 20px;
    }
}

@media (min-width: 992px) {
    .display-pc {
        display: none!important;
    }
}
@media (max-width: 991px) {
    .carousel-fullscreen .carousel-inner .carousel-item {
        height: 45vh;
        min-height: 300px;
    }
    .baseline-slider {
        top: 20vh;
    }
    .titre-slider {
        font-size: 25px;
    }
    .lang-left {
        top: 10px;
    }
    .moteur {
        position: relative;
    }
    .lang { display: none;}
    .menu a:not([href]):not([tabindex]) {
        color: #fff;
        text-decoration: none;
    }
    .menu .dropdown-menu {
        padding: 0 0 0 15px;
        margin: 0 0 20px 0;
        background-color: #000!important;
    }
    .display-pc {
        display: block;
    }
    .header__logo img {
        width: 230px;
        margin: 10px 0;
    }
    .index .not-sticking .header__logo img {
        width: 300px;
        margin: 10px 0;
    }
    .index .header {
        background: transparent;
    }
    .menu ul li {
        text-align: left;
    }
    .burger-item {
        top: 30px;
    }
    .burger-item, .burger-item::before, .burger-item::after {
        color: #fff;
        background: #fff;
    }
    .index .not-sticking .burger-item,.index .not-sticking  .burger-item::before,.index .not-sticking  .burger-item::after {
        color: #000;
        background: #000;
    }
    .index .search__form-item:nth-child(n+2) {
        width: calc(100% / 2 - 4px);
    }
    .index .search__form-item.c_valid {
        margin: 0 auto!important;
    }
    .home_cont_selection .swiper-button-next {
        right: -20px;
    }
    .home_cont_selection .swiper-button-prev {
        left: -20px;
    }
    .home_cont_actualites ul li {
        width: calc(100% / 2 - 20px);
    }
    .header {
        background: #0a314b;
    }
    .index .header {
        background: transparent;
    }
    [class*="listing-"] .main-content,
    [class*="listing"] .main-content {
        margin-top: 15%;
    }
    .modal-body a {
        color: #000!important;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        display: block;
        position: absolute;
        right: -3px;
        top: 15px;
        font-size: 20px;
        background: #a1d5d2;
        padding: 3px 12px;
        border-radius: 5px;
        color: #fff;
    }

    .agence .equipe ul {
        justify-content: center;
    }

    .bg_collapse .btn-content {
        top: 0;
    }
    .comparateur .container.resettop {
        top: -44px;
    }
    .logo-footer {
        width: 160px;
    }
    footer .col-12.col-md-12.col-lg-3.text-left {
        text-align: center!important;
    }
    .agence h2.deco {
        text-align: center;
    }
    h2.deco::after {
        content: "";
        display: block;
        position: relative;
        background: #0a314b;
        height: 2px;
        width: 100px;
        margin: 15px auto;
    }
    .simple-title {
        font-size: 19px;
    }

    .adminpersos .actualites-infos {
        min-height: 226px;
    }
    .menu a.dropdown-item:hover {
        color: #fff!important;
        background: transparent;
    }
    .moteur .container {
        background: transparent;
    }
    .plusdecritere {
        margin-top: 0;
    }
    .plusdecritere .text-filtre1 {
        display: none;
    }
    #bloc_fixed_bottom {
        background: #fff;
        border-top: 1px solid #000;
        z-index: 9999999999999;
    }
    #bloc_fixed_bottom .bloc {
        width: auto;
        padding-left: 0;
        text-align: center;
    }
    #bloc_fixed_bottom .bloc p {
        font-size: 12px;
        top: -5px;
        margin-bottom: 0;
    }
    #bloc_fixed_bottom .bloc ul {
        height: auto;
        display: flex;
    }
    #bloc_fixed_bottom .bloc.bloc1,
    #bloc_fixed_bottom .bloc.bloc3,
    #bloc_fixed_bottom .bloc.bloc2 {
        font-size: 16px;
        position: relative;
        border: none;
        outline: none;
        padding: 5px 0 0 0;
        cursor: pointer;
        white-space: nowrap;
        border: none;
        background-color: transparent !important;
        transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
        opacity: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        border-radius: 0;
        transform: translateX(0px);
        width: auto;
        text-align: center;
        transform: translateY(0px);
        height: auto;
        justify-content: center;
        color: #000!important;
        margin: 0;
    }
    #bloc_fixed_bottom .bloc1 ul li:nth-child(1), #bloc_fixed_bottom .bloc2 ul li:nth-child(1), #bloc_fixed_bottom .bloc3 ul li:nth-child(1), #bloc_fixed_bottom .bloc4 ul li:nth-child(1) {
        margin-right: 0;
    }
    #bloc_fixed_bottom .bloc a {
        color: #000;
    }
    #bloc_fixed_bottom .bloc1 i, #bloc_fixed_bottom .bloc2 i, #bloc_fixed_bottom .bloc3 i, #bloc_fixed_bottom .bloc4 i {
        font-size: 1.7rem;
        line-height: 0;
    }
     #bloc_fixed_bottom .bloc5 i {
        font-size: 1.5rem;
        line-height: 0;
        top: 1px;
    }
    #bloc_fixed_bottom .bloc5 p {
        font-size: 11px;
        top: -1px;
        margin-bottom: 0;
    }
    #bloc_fixed_bottom .bloc:hover {
        background: transparent;
    }
    .bloc.bloc2:hover {
        box-shadow: 0 0 1rem 0 transparent;
        right: 0;
    }
    .top_link {
        bottom: 70px;
        height: 3rem;
        width: 3rem;
        right: 10px;
      }
      .top_link:hover {
        height: 3rem;
        background: rgb(228, 228, 228);
      }
      .menu {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .95);
        width: 100%;
        -webkit-transform: translateY(-350px);
        transform: translateY(0px);
        transform: translateX(-100%);
        height: 0;
    }
    .with--sidebar .site-pusher {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    .burger-item {
        position: relative;
    }
    .burger-item, .burger-item::before, .burger-item::after {
        color: #000;
        background: #000;
        left: 0;
    }
    .header__icon {
        position: relative;
        display: block;
        float: left;
        width: auto;
        height: auto;
    }
    .with--sidebar .site-container {
        background: #fff;
    }
    .with--sidebar .menu {
        -webkit-transform: translateY(-100%);
        transform: translateY(0px);
        transform: translateX(-100%);
    }
    .with--sidebar .site-cache {
        background-color: transparent;
    }
    nav.menu ul li .dropdown-menu {
        display: block !important;
        position: inherit !important;
        background-color: transparent !important;
        width: 100%;
        padding: 0 0 10px 0px;
        margin: 0 0 10px 0;
        border-bottom: 0px solid #5f5f5f;
    }
    .menu ul {
        margin: 30px !important;
    }
    .menu ul li > a,
    .menu a:not([href]):not([tabindex]),
    nav.menu ul li .dropdown-menu .dropdown-item {
        display: block;
        text-align: center;
        color: #000!important;
    }
    .menu ul li.dropdown {
        border-bottom: 0px solid #5f5f5f;
    }
    .top_page {
        height: 150px;
        margin-top: 55px;
    }
    .map {
        margin-top: 50px;
        top: auto;
    }
    footer .adresse-footer{
        margin-bottom: 20px !important;
    }
    footer .col-12 ul {
        margin-bottom: 0;
    }
    footer .align-items-center .col-12 {
        margin: 15px 0!important;
    }
    .listeliens ul li {
        width: calc(100% / 2);
    }
    .container-fluid.ref-bloc1 img {
        max-height: 400px;        
    }
    .container-fluid.ref-bloc1 .padding-ref {
        padding: 25px !important;
    }
    footer .col-12 ul {
        flex-wrap: wrap;
    }
    footer .col-12 ul li{
        width: calc(100% / 2 - 5px);
    }
    figure.effect-bubba img {
        height: 230px;
    }
    figure figcaption, figure figcaption > a {
        height: 90px;
    }
    .home-visuel-wrapper #player {
        height: 60vh;
    }
    h2.deco, .page-heading, .home_heading, .mentions-legales h2.h2 {
        font-size: 25px;
    }
    figure.effect-bubba .h2 {
        font-size: 19px;
    }
    figure .h2 span {
        font-weight: 600;
    }
    .faq-card .h3 {
        font-size: 19px;
        min-height: 60px;
    }
}

@media (min-width: 611px) { 
    .display-mobile { display: none!important;}
}
@media (max-width: 610px) {
    .lang-left {
        display: none;
    }
    .titre-footer {
        margin-top: 30px;
    }
    .display-mobile { display: block;}
    .display-610 { display: none;}
    .btn-header {
        background: #a1d5d2;
        color: #fff;
        padding: 7px 25px;
        font-size: 14px;
    }
    .estimation-svg {
        width: 22px;
        top: -1px;
    }
    .baseline {
        bottom: 15%;
    }
    .moteur {
        top: auto;
        bottom: 0;
        position: relative;
    }
    .index .search__form-item:nth-child(n+2) {
        width: calc(100% / 1 - 4px);
        padding: 0 10px;
        background: transparent;
    }
    .header__logo {
        margin-top: 0;
        max-width: 100%;
    }
    .header__logo img {
        width: 170px;
        margin-left: 0px;
    }
    .header .img-fluid {
        margin-left: 0px;
    }
    .index .not-sticking .header__logo img {
        width: 170px;
        margin-left: 0px;
        margin-top: 15px;
        max-width: 100%;
    }
    .carousel-fullscreen .carousel-inner .carousel-item {
        height: 45vh;
        min-height: 150px;
    }

    .bgAccueil {
        height: 20vh;
        background: url(/assets/images/bgimg.jpg) no-repeat center center !important;
        background-size: cover !important;
    }
    .moteur .radio_trans {
        display: block;
        text-align: center;
    }
    .radio_trans input[type=radio].css-checkbox + label.css-label {
        padding: 7px;
        margin: 3px 20px;
    }
    .section-title, .home_cont_estimation .simple-title, .home_cont_presentation .simple-title {
        font-size: 1.5em;
    }
    .simple-title {
        font-size: 17px;
    }
    .home_cont_selection .swiper-button-next {
        right: 0px;
    }
    .home_cont_selection .swiper-button-prev {
        left: 0px;
    }
    .home_cont_actualites ul li {
        width: calc(100% / 1 - 20px);
    }
    .home_cont_actualites ul {
        display: block;
    }
    .logo-footer {
        width: 120px;
    }
    footer,  footer .text-left {
        text-align: center!important;
    }

    h2.deco {
        color: #0a314b;
        font-size: 1.3rem;
        font-weight: 400;
        text-align: center;
    }
    h2.deco::after {
        content: "";
        display: block;
        position: relative;
        background: #0a314b;
        height: 2px;
        width: 100px;
        margin: 15px auto;
    }

    .comparateur .container.resettop {
        top: 0;
    }
    .top_link {
        bottom: 70px;
        height: 3rem;
        width: 3rem;
        right: 10px;
      }
      .top_link:hover {
        height: 3rem;
        background: rgb(228, 228, 228);
      }
      .top_page {
        height: 75px;
        margin-top: 48px;
    }
    aside.aside_contact {
        top: 15% !important;
    }
    h2.deco, .page-heading {
        font-size: 22px;
    }
    .content_page, .sidebar {
        margin-top: 100px;
    }
    .header-bien {
        margin-top: 50px;
    }
    .detail_header, .detail_annexe {
        display: block;
    }
    .detail_annexe_nav {
        justify-content: center;
    }
    footer .text-right {
        text-align: center!important;
    }
    footer .logo-fnaim {
        margin-top: 20px;
    }
    .listeliens ul li {
        width: calc(100% / 1);
    }
    .ref-bloc2 .section-title span {
        font-size: 20px;
    }
    .index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label, .radio_trans input[type=radio].css-checkbox + label.css-label {
        font-size: 18px;
    }
    .home-visuel-wrapper #player {
        height: 20vh;
    }
    .radio_trans input[type=radio].css-checkbox:checked + label.css-label {
        height: 55px;
    }
    figure.effect-bubba .h2 {
        padding-top: 14%;
        font-size: 21px;
    }
    .home_cont_alertes .btn-primary {
        margin-top: 20px;
    }
    .section-title span {
        font-size: 24px;
    }
    .ref-bloc2 li {
        margin: 10px 0;
    }
    #affichereferencement h2 {
        font-size: 19px;
    }
    .ref-bloc4 {
        order: 3;
    }
    .ref-bloc5 {
        order: 2;
    }
    .ref-bloc3 {
        order: 1;
    }
    .ref-bloc6 {
        order: 4;
    }
    h2.deco, .page-heading, .home_heading, .mentions-legales h2.h2 {
        font-size: 20px;
    }
    .prod_listing.listing .effect-cms {
        min-height: auto;
    }
    .detail_header .titre span.hariet {
        font-size: 18px;
        font-weight: 500;
        color: #0a314b;
    }
    .detail_slide_thumbs {
        flex-wrap: wrap;
    }
    .detail_slide_thumbs > li {
        margin: 5px;
        width: calc(100% / 3 - 10px);
    }
    .detail_slide_thumbs > li > img {
        width: 100%;
    }
    footer .col-12 ul li {
        width: calc(100% / 1 - 5px);
    }
    .agence .mt-5.content_page {
        margin-top: 100px!important;
    }
    .agence .mt-5.content_page .col-12.col-md-4.my-auto{
        text-align: center;
    }
    .photoequipe {
        max-width: 200px;
    }
    .agence .content_page p,
    .gestion .content_page p,
    .syndic .content_page p {
        text-align: justify;
    }
    .faq-card {
        margin: 10px;
    }
    .faq-card .h3 {
        min-height: auto;
    }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .bgAccueil {
        background-size: 1024px 768px !important;
        background: url(/assets/images/bgimg.jpg) no-repeat center center !important;
        background-size: cover !important;
        height: 40vh;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
    .bgAccueil {
        background-size: 1024px 768px !important;
        background: url(/assets/images/bgimg.jpg) no-repeat center center !important;
        background-size: cover !important;
    }
    .radio_trans input, .radio_trans input[type=radio].css-checkbox + label.css-label, .index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
        font-size: 15px;
    }
    .container_search .btn-primary {
        padding: 10px 0;
    }
    .moteur {
        top: auto;
    }
}
