/* ========================================================================= */
/*                                  GENERAL                                  */
/* ========================================================================= */
/* .livraisonsite, .validation { display: none;} */

/* Fonts */
/*Import Fonts*/

@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-face {
     font-family: 'Gothic';
    font-style: normal;
    font-weight: normal;
    src: local('gothic'), url('/assets/fonts/gothic.woff') format('woff');
    }

    @font-face {
         font-family: 'Gothic';
        src: url('/assets/fonts/CenturyGothic.woff2') format('woff2'),
            url('/assets/fonts/CenturyGothic.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Brown-Bold';
        src: url('/assets/fonts/Brown-Bold.woff2') format('woff2'),
            url('/assets/fonts/Brown-Bold.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Brown-Light';
        src: url('/assets/fonts/Brown-Light.woff2') format('woff2'),
            url('/assets/fonts/Brown-Light.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Gothic';
        src: url('/assets/fonts/Brown-Regular.woff2') format('woff2'),
            url('/assets/fonts/Brown-Regular.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Brown-Regular-Italic';
        src: url('/assets/fonts/Brown-Regular-Italic.woff2') format('woff2'),
            url('/assets/fonts/Brown-Regular-Italic.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }



@font-face {
    font-family: 'louis_george_cafebold_italic';
    src: url('/assets/fonts/louis_george_cafe_bold_italic-webfont.woff2') format('woff2'),
         url('/assets/fonts/louis_george_cafe_bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'louis_george_cafebold';
    src: url('/assets/fonts/louis_george_cafe_bold-webfont.woff2') format('woff2'),
         url('/assets/fonts/louis_george_cafe_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'louis_george_cafeitalic';
    src: url('/assets/fonts/louis_george_cafe_italic-webfont.woff2') format('woff2'),
         url('/assets/fonts/louis_george_cafe_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'louis_george_cafe_lightitalic';
    src: url('/assets/fonts/louis_george_cafe_light_italic-webfont.woff2') format('woff2'),
         url('/assets/fonts/louis_george_cafe_light_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'louis_george_cafe_lightRg';
    src: url('/assets/fonts/louis_george_cafe_light-webfont.woff2') format('woff2'),
         url('/assets/fonts/louis_george_cafe_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'louis_george_caferegular';
    src: url('/assets/fonts/louis_george_cafe-webfont.woff2') format('woff2'),
         url('/assets/fonts/louis_george_cafe-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
     font-family: 'louis_george_caferegular';
    background: #fff;
    color: #000;
    padding-top: 0!important;
}

/* Couleurs */
.bleu {
 color:#0d4683;
}





/* ========================================================================= */
/*                                  INDEX                                    */
/* ========================================================================= */

/* HEADER */
.btn-sound {
 position: absolute;
 z-index: 1;
 bottom: 22%;
 left: 49%;
 color: #fff;
 font-size: 35px;
 border: 1px solid #fff;
 border-radius: 50%;
 padding: 0 12px;
}

/* VIDEO */
.home-visuel-wrapper {
 height: 100vh;
}
.ion-android-volume-up:before {
 color: #0d4683;
}

/* MENU */
.index .not-sticking a:not([href]):not([tabindex]):focus,
.index .not-sticking a:not([href]):not([tabindex]):hover {
 color: #fff;
 text-decoration: none;
}
nav.menu .dropdown-menu {
 min-width: 100%;
 font-size: 1rem;
 color: #000;
 background-color: #0d4683;
 border: 0;
 border-radius: 0;
}
nav.menu .dropdown-item {
 padding: 0.5rem 1.15rem;
 color: #fff;
 font-weight: 500;
 font-size: 17px;
 text-shadow: rgba(0, 0, 0, 0.459) 2px 2px 3px;
}
nav.menu .dropdown-item:focus,nav.menu  .dropdown-item:hover {
 color: #0d4683;
 text-decoration: none;
 background-color: transparent;
}

 .lang.nav-desktop-lang {
    position: absolute;
    z-index: 20;
    top: 49px;
    right: 10px;
}
.detail .lang.nav-desktop-lang,
.agence .lang.nav-desktop-lang,
.parutions .lang.nav-desktop-lang,
.actualites .lang.nav-desktop-lang,
.alerte-email .lang.nav-desktop-lang,
.contact .lang.nav-desktop-lang {
    top: 36px;
}
.index .not-sticking .lang.nav-desktop-lang {
    position: absolute;
    z-index: 20;
    top: 16px;
    right: 10px;
}
.lang.nav-desktop-lang a{
    color: #000!important;
    font-size: 16px;
    font-weight: 600;
}
.index .not-sticking .lang.nav-desktop-lang a{
    color: #fff!important;
}
.lang.nav-desktop-lang a:hover, .index .not-sticking .lang.nav-desktop-lang a:hover{
    color: #000!important;
}
.lang.nav-desktop-lang a i{
    font-size: 23px;
    top: 3px;
    margin-right: 3px;

}






/* CATEGORIES */
.index .photobox_type16 .photobox__previewbox:before {
 background-color: var(--photoboxOverlay, rgba(0,0,0,0));
}
.index .photobox_type16 .photobox__label {
 width: 100%;
 text-align: center;
 opacity: 1;
 transition: opacity calc(var(--photoboxAnimationDuration, .2s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
 will-change: opacity;
 position: absolute;
 top: auto;
 left: 50%;
 -webkit-transform: translate(-50%, 0%);
 transform: translate(-50%, 0%);
 z-index: 2;
 text-transform: initial;
 bottom: 0;
}
.index .photobox_type16 .photobox__label {
    font-size: 2rem;
    color: #fff;
    /* text-shadow: #000 0.1em 0.1em 0.15em; */
    padding: 60px 0 45px 0;
    background: linear-gradient(0deg, #000, rgb(0 0 0 / 55%), rgb(0 0 0 / 0%));
    text-transform: uppercase;
}










/* ========================================================================= */
/*                                   ACTUALITES                              */
/* ========================================================================= */
.header_top_page {
    text-align: center;
}
.header_top_page img {
    width: 100%;
}
.contenu-header_top_page {
    z-index: 20;
    position: absolute;
    top: 74%;
    -webkit-transform: translateY(-74%);
    -moz-transform: translateY(-74%);
    -ms-transform: translateY(-74%);
    -o-transform: translateY(-74%);
    transform: translateY(-74%);
    left: 49.2%;
    -webkit-transform: translateX(-49.2%);
    -moz-transform: translateX(-49.2%);
    -ms-transform: translateX(-49.2%);
    -o-transform: translateX(-49.2%);
    transform: translateX(-49.2%);
    width: 100%;
}

.top_page_titre, .administrable h1.top_page_titre {
    display: block;
    color: #fff;
    font-size: 2.8rem;
    letter-spacing: 2px;
    text-shadow: #000000 0.05em 0.05em 0.16em;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 30px;
    line-height: 1;
    margin-bottom: 0;
}
.header_top_page .ion-chevron-down {
    display: none;
}

.actualites-group ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
}
.actualites-group ul li {
    position: relative;
    width: calc(100% / 3 - 16px);
    margin: calc(0.5em * 2) 0.5rem;
    overflow: hidden;
}
.adminpersos .actualites-group img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.actualites-group ul li .title-post {
    font-size: 22px;
    font-weight: 500;
    margin: 15px 5px 10px 5px;
    line-height: 1.2;
}
.actualites-group ul li .date-post {
    font-size: 16px;
    margin: 0 5px;
    color: #EB6C01;
}
.actualites-group ul li .description-post {
    margin: 0 5px;
}

.actualites-group ul li .btn-actus {
    font-size: 20px;
    margin: 5px 5px;
    color: #000;
}

.adminperso .title-post {
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}




/* ========================================================================= */
/*                                   AUTRE                                   */
/* ========================================================================= */
footer {
    background-color: #000;
    padding: 20px 10px;
}


.reseaux-sociaux ul li .ion-social-twitter,.reseaux-sociaux ul li  .ion-social-linkedin ,.reseaux-sociaux ul li  .ion-social-facebook,.reseaux-sociaux ul li  .ion-social-instagram,
.reseaux-sociaux ul li  .ion-social-youtube  {
  top: 0;
  transition: top ease 0.5s;
}

.reseaux-sociaux ul li:hover .ion-social-twitter {
  color:#00acee;
  top: -10px;
}

.reseaux-sociaux ul li:hover .ion-social-linkedin {
  color:#0e76a8;
  top: -10px;
}

.reseaux-sociaux ul li:hover .ion-social-facebook {
  color:#3b5998;
  top: -10px;
}

.reseaux-sociaux ul li:hover .ion-social-youtube {
  color:red;
  top: -10px;
}

.reseaux-sociaux ul li:hover img.picto-tiktok  {
  filter: invert(92%) sepia(50%) saturate(3069%) hue-rotate(98deg) brightness(90%) contrast(104%);
  top: -14px;
}

.reseaux-sociaux ul li:hover .ion-social-instagram {
  /* background: linear-gradient(#405DE6,#5851DB, #833AB4, #C13584, #E1306C,#FD1D1D,#F56040,#F77737,#FCAF45,#FFDC80);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #F56040;
  top: -10px;
}
.cont_coordonnees {
    padding-bottom: 0;
    padding-top: 0;
}
.cont_coordonnees a {
    font-size: 21px;
    font-weight: 500;
}
.cont_coordonnees img {
    width: 130px;
}
.cont_coordonnees a i {
    font-size: 27px;
    top: 4px;
}



/* AGENCE */
.parutions .top_page_titre,
.agence .top_page_titre,
.alerte-email .top_page_titre {
    color: #000;
    font-size: 2.3rem;
    text-shadow: none;
}
.agence p {
    text-align: justify;
    font-weight: initial;
    font-size: 19px;
    line-height: 1.5;
    color: #000;
}
.agence .reseaux-sociaux p {
    text-align: right;
}
.agence .border {
    padding: 0px 20px;
    background: transparent;
    border-radius: 0;
    margin: 30px 0;
    border: 0!important;
    border-left: 5px solid #e9ecef!important;
}
.agence .citation::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #0e76a8;
    vertical-align: middle;
    margin: 0 10px;
}
.agence .bloc-agence a {
    text-align: center;
    padding: 10px;
}
.agence .bloc-agence .border-a{
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    margin: auto;
    box-shadow: 6px 3px 5px rgb(0 0 0 / 30%);
}
.agence .bloc-agence a:hover{
    color: #000;
}
.agence .bloc-agence a:hover .border-a{
    background: #f3f3f3;
    box-shadow: 6px 3px 5px rgb(0 0 0 / 50%);
}

.agence .bloc-agence i {
    font-size: 50px;
}


/* ALERTE EMAIL */
.alerte-email .groupe_champs > .form-group {
    width: 50%;
}

.alerte-email .form-group {
    margin: 5px 0;
    padding: 10px;
    border-left: 0;
    background: transparent;
}
label {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}


/* DETAILS */
iframe.visitevirtuelle {
    width: 800px;
    height: 620px;
}
.detail .bgAccueil-page {
    top: -145px;
}
.picto-v-virtuelle {
    /* position: absolute;
    right: 20px;
    bottom: 20px; */
    text-align: center;
}
.picto-v-virtuelle ul{
    display: flex;
    justify-content: center;
}
.picto-v-virtuelle ul li{
    /*display: flex;
     width: 60px;
    height: 60px; */
    background-color: #EB6C01;
    /* border-radius: 50%; */
    margin: 0 10px;
}
.picto-v-virtuelle ul li a{
    margin: auto;
    text-align: center;
}
.picto-v-virtuelle ul li a i{
    font-size: 27px;
}
.picto-v-virtuelle .btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    width: 150px;
}
.picto-v-virtuelle .btn-primary:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.detail .listing-header-detail {
    position: absolute;
    top: 52%;
    -webkit-transform: translateY(-52%);
    -moz-transform: translateY(-52%);
    -ms-transform: translateY(-52%);
    -o-transform: translateY(-52%);
    transform: translateY(-52%);
    left: 51%;
    -webkit-transform: translateX(-51%);
    -moz-transform: translateX(-51%);
    -ms-transform: translateX(-51%);
    -o-transform: translateX(-51%);
    transform: translateX(-51%);
    padding: 50px;
    width: 100%;
}


/* ======================================================== */
/*                       RESPONSIVE                         */
/* ======================================================== */
@media (min-width: 1281px) {
    nav.menu ul li {
        padding: 0 12px;
    }  
    .logo-menu {
        width: 150px;
    }  
    .lang.nav-desktop-lang a{
        font-size: 18px;
    }
    .index .not-sticking .header__logo img {
        width: 160px;
    }
    .menu ul > li > a,
    .not-sticking .menu ul > li > a {
       line-height: 1.2;
       color: #000;
       text-transform: uppercase;
       letter-spacing: 0.8px;
       font-weight: 600;
       font-size: 16px;
    }
}

@media (min-width: 992px){
    
    .version-mobile {
        display: none!important;
    }
    nav.menu ul  {
        display: inline-block;
        padding: 0;
    }
    .logo-menu {
        width: 110px;
    }
    .sticking .logo-menu {
        width: 90px;  
    }
    .menu ul > li > a {
    line-height: 1.2;
    color: #fff;
    font-weight: 400;
    }
    .menu ul > li > a {
        padding: 12px 10px;
        line-height: 1.2;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        font-weight: 600;
        font-size: 16px;    
    }
    .menu ul.navgauche > li > a {
        padding: 12px 25px;  
    }
    nav.menu ul li {
        padding: 0;
    }
    .menu ul > li > a i{
        font-size: 27px;
    }

    nav ul > li:hover > a {
        color: #616161;
    }
    .index .not-sticking nav ul > li:hover > a {
        color: #000;
    }
    .nav-mobile-lang{
        display: none !important;
    }
    .nav-desktop-lang{
        display: block;
    }

    .not-sticking .header__logo img,
    .sticking .header__logo img {
        width: 140px;
    }
    .index .not-sticking .header__logo img {
        width: 100px;
    }
    .sticking .header__logo {
        height: 150px;
        padding: 5px 0;
    }
    .not-sticking nav,
    .sticking nav {
        margin: auto 100px auto 0;
    }
    .index .not-sticking nav{
        margin: 10px 100px 10px 0;
    }
 .menu ul > li > a,
 .not-sticking .menu ul > li > a {
    line-height: 1.2;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 600;
    font-size: 13px;
 }
 .index .not-sticking .menu ul > li > a {
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 600;
    font-size: 13px;
    padding: 12px 8px;
 }
 .header .sticking {
  background: rgba(255,255,255,1);
 }
 .menu a:hover,
 .not-sticking .menu ul > li > a:hover {
  text-decoration: none;
  color: #0d4683;
 }
 .header__logo img,
 [class*="listing"] .header__logo img, [class*="listing-"] .header__logo img {
  margin: 0 10px;
 }
 nav.menu {
    width: 100%;
    }
    nav.menu .row {
        margin: 0;
        justify-content: center;
    }
    .header__logo {
        padding:0;
    }
    .lang.nav-desktop-lang a {
        font-size: 13px;
    }
    .index .not-sticking .lang.nav-desktop-lang {
        top: 16px;
    }

    .cont_coordonnees a {
        font-size: 16px;
        font-weight: 500;
    }
}
@media (min-width: 1280px) {
    nav.menu ul li {
        padding: 0 12px;
    }  
    .logo-menu {
        width: 150px;
    }  
    .lang.nav-desktop-lang a{
        font-size: 18px;
    }
    .index .not-sticking .header__logo img {
        width: 160px;
    }
    .menu ul > li > a,
    .not-sticking .menu ul > li > a {
       line-height: 1.2;
       color: #000;
       text-transform: uppercase;
       letter-spacing: 0.8px;
       font-weight: 600;
       font-size: 16px;
    }
    .index .not-sticking .menu ul > li > a {
        line-height: 1.2;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        font-weight: 600;
        font-size: 16px;
        padding: 12px 8px;
     }
    .lang.nav-desktop-lang a {
        font-size: 16px;
    }
    .index .not-sticking .lang.nav-desktop-lang {
        top: 16px;
    }
}
@media (max-width: 991px){
    .version-pc {
        display: none;
    }
    .header__logo img {
        width: 80px;
        margin-right: 28px;
    }
    .home-visuel-wrapper {
        height: auto;
    }
    .cont_coordonnees a {
        font-size: 15px;
    }
    .cont_coordonnees .text-right {
        text-align: center!important;
    }
    .not-sticking .burger-item, .not-sticking .burger-item::before, .not-sticking .burger-item::after, .sticking .burger-item, .sticking .burger-item::before, .sticking .burger-item::after {
        color: #000;
        background: #000;
    }
    .lang.nav-desktop-lang, .detail .lang.nav-desktop-lang, .agence .lang.nav-desktop-lang, .parutions .lang.nav-desktop-lang, .actualites .lang.nav-desktop-lang, .alerte-email .lang.nav-desktop-lang, .contact .lang.nav-desktop-lang {
        top: 10px;
    }
    [class*="listing"] .main-content {
        margin: 12% 2%;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        display: block;
        position: absolute;
        right: -3px;
        top: 50px;
        font-size: 20px;
        background: #000;
        padding: 3px 12px;
        border-radius: 5px;
        color: #fff;
    }
    .listing-vendu .bloc.bloc4 {
        display: none;
    }
    .header_top_page {
        margin-top: 100px;
    }
}

@media (max-width: 991px){
    .header__logo img {
        width: 60px;
        margin-right: 28px;
        margin-top: 3px;
    }
    .index .not-sticking .header__logo img {
        display: none;
    }
    .ancre-bottom {
        display: none;
    }
    .btn-sound {
        font-size: 25px;
        left: 47%;
        padding: 0 9px;
    }
    .lang.nav-desktop-lang a {
        font-size: 14px;
    }
    .lang.nav-desktop-lang a i {
        font-size: 19px;
    }
    .lang.nav-desktop-lang,
    .index .not-sticking .lang.nav-desktop-lang {
        top: 7px;
    }
    .index .photobox_type16 .photobox__label, .parutions .top_page_titre, .agence .top_page_titre, .alerte-email .top_page_titre {
        font-size: 1.2rem;

    }
    .cont_coordonnees .text-right,
    .cont_coordonnees .text-left {
        text-align: center!important;
    }
    .detail .listing-header-detail {
        padding: 50px;
    }
    .detail .liste2 {
        flex-wrap: wrap;
    }
    .detail .liste2 li{
        width: calc(100% / 2 - 5px);
    }
    .detail .h3 {
        font-size: 18px;
        margin: 1.2em 0;
    }

    #vvirtuelle embed{
        width: 400px!important;
        height: 220px!important;
    }
    .parutions-bloc {
        text-align: center;
    }
    .parutions-bloc img{
        width: 120px;
    }
}
@media (max-width: 610px){
    .detail .bgAccueil-page {
        top: 0;
        height: 380px;
    }
    .detail .listing-header-detail {
        position: absolute;
        top: 28%;
        -webkit-transform: translateY(-28%);
        -moz-transform: translateY(-28%);
        -ms-transform: translateY(-28%);
        -o-transform: translateY(-28%);
        transform: translateY(-28%);
        left: 51%;
        -webkit-transform: translateX(-51%);
        -moz-transform: translateX(-51%);
        -ms-transform: translateX(-51%);
        -o-transform: translateX(-51%);
        transform: translateX(-51%);
        padding: 50px;
        width: 100%;
    }
}






@media only screen and (min-device-width: 300px) and (max-device-width: 667px) and (orientation: portrait) {
 .home-visuel-wrapper {
     background-size: 667px  375px  !important;
     background: #ffffff;
     height: auto;
     position: relative;
 }
}

/* ------------------------------------------------------------------------------------------------------------------------------- */
/*                                                               REF BY LOLO                                                       */
/* ------------------------------------------------------------------------------------------------------------------------------- */

@media (max-width: 560px) {
    .listeliens ul li {
        width: 100%!important;
    }
    }
  
  .listeliens ul{
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
      }
      
  .listeliens ul li{
          width: calc(100% / 3);
          /* si 3 colonnes */
      }
  
  @media (max-width: 560px) {
    .listeliens ul li{
    width: 100%;
      }
      }
  
  .listeliens a {
        color:#61A0C1;
    }
    
  .listeliens a:hover {
    text-decoration: underline;
    }
  
  .ref p, .page2ref p, .page2ref li {
    text-align:justify !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
  line-height: 1.5 !important;
  }
  
  .ref h2, .page2ref h2 {
    font-size:24px;
    padding:10px 0px 15px 0px;
    }
  
    .ref h1, .page2ref h1 {
      font-size:28px !important;
      font-weight: 500 !important;
      text-align: center !important;
      text-transform: uppercase;
      line-height: 25px;
      }
  
  .vente-maison-deauville .top_page {
    background-image: url(../images/top_page/image_top.jpg);
  }  
  
  .vente-appartement-deauville .top_page {
    background-image: url(../images/top_page/image_top.jpg);
  }  
  
  .ensavoirplus {
    color:black;
  }
  
  .ensavoirplus:hover{
    color:grey;
  }
  
  .lienfoot a:hover {
color:white;
text-decoration: underline;
  }