/* ============================================================================ */
/*                                     GENERAL                                  */
/* ============================================================================ */
@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');


:root{
        --bleu:#1a303e;
        --or: #bb9d5f;
        --gris: #f5f5f5;
}
.validation{
    display: none;
}

body {
 font-family: 'Muli', sans-serif;
}
.space100 {
 width: 100%;
 height: 100px;
}
.dev{
    border: 1px solid red;
}
.or{
    color: var(--or);
}

.btn-info:hover, .btn-primary:hover, .btn-secondary:hover {
	color: var(--or)!important;
	background-color: #000;
	border-color: var(--or)!important;
}
.extranet{
	position: fixed;z-index: 99999999999;top:200px;right:-50px;background:var(--or);border-radius:5px;padding:  10px 20px 20px 20px;rotate: -90deg;    text-transform: uppercase;

}
.extranet a{
    color: #ffffff;
    text-transform: uppercase;
}
.extranet a:hover{
    color: #000000;
    text-decoration: none;
}

.assurance{
	position: fixed;z-index: 99999999999;top:400px;right:-122px;background:var(--or);border-radius:5px;padding:  10px 20px 20px 20px;rotate: -90deg;
}
.assurance a{
    color: #ffffff;
}
.assurance a:hover{
    color: #000000;
    text-decoration: none;
}
.btn-primary, .btn-secondary, .btn-info, .btn-success {
 background: #bcae96;
 border-color: #bcae96;
 color: #000;
 text-transform: uppercase;
}

.home_heading {
 color: #bcae96;
 font-weight: 400;
 margin-bottom: 10px;
}

.beige, a {
 color: #bcae96;
}
a:hover {
 color: #bcae96;
 text-decoration: underline;
}
.ancre-bottom {
    right: 51%;
}
.black {
    color: #000;
}
.alert-danger a{
    color: #000;
}
.alert-danger a:hover{
    color: #000;
    text-decoration: none;
}
.alert-danger a:hover u{
    color: var(--or);
}
.agence .container {
	padding-right: inherit;
	padding-left: inherit;
}
.agence .deco::after, .estimation .deco::after, .alerte-email .deco::after, .contact .deco::after {
	content: "";
	display: block;
	position: relative;
	background: rgba(0,0,0,0.3);
	height: 1px;
	width: 100%;
	margin: 15px auto 25px 0;
}
.agence .deco, .estimation .deco, .alerte-email .deco , .contact .deco {
	text-transform: uppercase;
	font-size: 30px;
    color: var(--bleu);
}

.bgAccueil-page {
    height: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    top: -65px;

  }
/* ============================================================================ */
/*                                     REF LOLO                                 */
/* ============================================================================ */
#referencement p, .bgRef p, .page2ref p {
 text-align: justify;
 font-weight: 100;
 font-size: 18px;
 line-height: 1.5;
 color: #000;
 -webkit-font-smoothing: antialiased;
 -webkit-hyphens: auto;
 -epub-hyphens: auto;
 -moz-hyphens: auto;
 hyphens: auto;
 padding: 0;
}
#referencement h2 {
 font-size: 20px;
 border-bottom: 1px solid #d1d1d1;
 margin-bottom: 15px;
}



/* ============================================================================ */
/*                                      INDEX                                   */
/* ============================================================================ */
/*SLIDER*/
.carousel-indicators{
 display: none;
}
.carousel-fullscreen .carousel-inner .carousel-item {
 height: 100vh;
 min-height: 600px;
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
}

#carouselExampleIndicatorsHome .carousel-item {
 background-size: cover;
 background-position: bottom center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
 background: linear-gradient( rgba(0,0,0, 0.5), rgba(0,0,0, 0.5) ),url(/assets/images/slider/1.jpg) no-repeat center center;
 /* background-image: url('/assets/images/slider/1.jpg'); */
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
    background: linear-gradient( rgba(0,0,0, 0.5), rgba(0,0,0, 0.5) ),url(/assets/images/slider/2.jpg) no-repeat center center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
    background: linear-gradient( rgba(0,0,0, 0.5), rgba(0,0,0, 0.5) ),url(/assets/images/slider/3.jpg) no-repeat center center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
    background: linear-gradient( rgba(0,0,0, 0.5), rgba(0,0,0, 0.5) ),url(/assets/images/slider/4.jpg) no-repeat center center;
}

/* BASELINE */
.baseline {
    z-index: 20;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
    left: 50.5%;
    -webkit-transform: translateX(-50.5%);
    -moz-transform: translateX(-50.5%);
    -ms-transform: translateX(-50.5%);
    -o-transform: translateX(-50.5%);
    transform: translateX(-50.5%);
    text-align: center;
}

/* ANCRE */
.scroll-downs i {
    font-size: 35px;
    color: #bcae96;
}



/* MODAL */

.index .modal .page-heading {
 text-align: center;
}
.index .modal-dialog {
 text-align: center;
 border-radius: 15px;
}
.index .modal .page-heading::after {
 display: none;
}
.index .modal-header {
 background: var(--bleu) none repeat scroll 0 0;
 color: #fff;
 border-radius: 0;
 padding: 20px 0 0 0;
}
.modal-title {
 margin: auto;
}
.index .modal-title img {
 width: 250px;
}
.index .modal .close {
 color: #fff;
 font-size: 3.5rem;
 font-weight: 300;
}

.index .modal-body img {
 max-width: 80%;
 border-radius: 10px;
}
.index .modal-footer {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-align: center;
 align-items: center;
 -ms-flex-pack: center;
 justify-content: center;
 padding: 15px;
 border-top: 0;
}
.index .modal .btn-secondary {
 color: #000;
 background-color: #bcae96;
 border-color: #bcae96;
 min-width: 160px;
 margin: 10px 0 20px 0;
 border-radius: 3px;
}
.index .modal .btn-secondary:hover {
 color: #fff;
 background-color: #000;
 border-color: #bcae96;
}
.index .modal-header > button {
 top: 10px;
 margin-right: 20px;
}
.index .modal-content {
 border: 0;
 border-radius: 0;
 background-color: var(--bleu);
 color: #fff;
}
.index hr {
 box-sizing: content-box;
 height: 0;
 margin-top: 1rem;
 border: 0;
 border-top: 1px solid rgba(255,255,255,.2);
}
.index .modal .page-heading {
 font-weight: 100;
 text-transform: uppercase;
 line-height: 25px;
 display: block;
 margin-bottom: 30px;
 color: #bcae96;
 text-align: center;
 font-size: 25px;
}

@media (min-width: 576px) {
 .index .modal-dialog {
     max-width: 50%;
     margin: 7% auto;
 }
 .img-modal-mobile,
 .img-video-mobile {
     display: none;
 }
}
@media (max-width: 575px) {
 .img-modal-mobile, .img-video-mobile
 .img-modal-mobile {
     display: block;
 }
 .img-modal,
 .img-video {
     display: none;
 }
 .index .modal-body img {
     max-width: 100%;
 }
 .index .modal-dialog {
     margin: 60px auto;
 }
 .index .modal {
     padding: 0 15px;
 }
 .index .modal-title img {
     width: 120px;
 }
}

/* CATEGORIES */
.home_cont_categories .categorie-ligne1,
.home_cont_contenu .categorie-ligne1,
.ref .categorie-ligne1,
.home_cont_categories .categorie-ligne2 {
    margin: 3% 5%;
}
.home_cont_contenu  {
    background: url(/assets/images/fond_cat.jpg) center center!important;
    padding-top: 50px;
    padding-bottom: 0px;
}
.home_cont_contenu2  {
    padding-top: 0px;
    padding-bottom: 50px;
}
@media (min-width: 1281px) {
    .home_cont_categories .home_heading {
        font-size: 32px;
    }
}
.home_cont_categories .home_heading {
    font-size: 28px;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
    color: #bcae96;
    letter-spacing: 5px;
    line-height: 1.1;
}
.home_cont_categories .home_heading::before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #bcae96;
    vertical-align: middle;
    margin: 0 10px 0 -100px;
}
.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid var(--bleu);
	border-radius: .25rem;
	transition: all .2s ease-in-out;
}

.home_cont_categories .home_heading::after {
    display: none;
}
.home_cont_categories  .photobox_type16 .photobox__label {
    opacity: 1!important;
    text-shadow: #000000 1px 1px 2px!important;
}
/* .index .photobox_type16 .photobox__label {
    color: #fff;
    margin-left: 30px;
    line-height: 1;
    text-align: left;
    font-size: 45px;
    font-weight: 800;
} */
.index .photobox_type16 .photobox__label {
    color: var(--bleu);
    margin-left: 0;
    line-height: 1;
    text-align: left;
    font-size: 31px;
    font-weight: 800;
    text-shadow: transparent 1px 1px 0px!important;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
}
.index .photobox_type16:hover .photobox__label {
    color: var(--or);
}
.index .photobox_type16:hover {
    text-decoration: none;
}
.home_cont_categories .cat-droite {
    text-align: left;
}
.index .photobox_type16 .photobox__label span{
    font-size: 21px;
    font-weight: 300;
    text-transform: initial;
}
.home_cont_categories {
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--gris);

}

/* HOME CONTENU */

.titre-contenu {
    font-size: 62px;
    font-weight: 800;
    line-height: 62px;
    padding: 25px 0px 35px 0px;
    /* border-right: 2px solid var(--or); */
    border-bottom: 0px solid var(--or);
}
.titre-contenu2 {
    font-size: 50px;
    font-weight: 800;
    line-height: 45px;
    padding: 25px 0px 35px 0px;
    /* border-left: 2px solid var(--or); */
    border-bottom: 2px solid var(--or);
}
.alert .titre-contenu {
    line-height: 60px;
}
.alert .titre-contenu span{
    font-size: 43px;
}
.alert a {
    color: #000;
}
.alert a:hover {
    text-decoration: none;
}
.alert a:hover u{
    color: var(--or);
}

.contenu3 {
    background: #f5f5f5;
    padding: 50px 0;
}

.encadre-svg {
    border: 2px solid var(--or);
    border-radius: 50%;
    display: flex;
    width: 170px;
    height: 170px;
    justify-content: center;
    margin: auto;
}
.encadre-svg img{
    margin: auto;
    width: 168px;
    filter: none;
}
.encadre-svg img.img2 {
    width: 145px;
}

 /* .categorie-ligne2 a:hover .encadre-svg img{
    filter: invert(4%) sepia(3%) saturate(6137%) hue-rotate(302deg) brightness(101%) contrast(98%);
} */

.titre-label {
    color: var(--bleu);
    margin-left: 0;
    line-height: 1;
    text-align: center;
    font-size: 31px;
    font-weight: 800;
    text-decoration: none!important;
    text-transform: uppercase;
    margin-top: 20px;
}
.titre-label span{
    font-size: 21px;
    font-weight: 300;
}
.categories2 {
    padding-top: 50px;
    padding-bottom: 50px;
    background: var(--gris);
    
}
.categorie-ligne2 a:hover .titre-label{
    color: var(--or);
}
.categorie-ligne2 a:hover{
    text-decoration: none!important;
}
/* ESTIMATION */
.estimation .bgAccueil-page {
    background: url(/assets/images/bgimg-estimation.jpg) center center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    z-index: -100;
    height: 54vh;
}

/* BLOG */
.blog .bgAccueil-page {
    background: url(/assets/images/bgimg-blog.jpg) center center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    z-index: -100;
    height: 54vh;
}

/* CONTACT */
.contact .bgAccueil-page {
    background: url(/assets/images/bgimg-contact.jpg) center center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    z-index: -100;
    height: 54vh;
}

/* ALERTE EMAIL */
.alerte-email .bgAccueil-page {
    background: url(/assets/images/bgimg-alerte-email.jpg) center center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    z-index: -100;
    height: 54vh;
}
.alerte-email .form-group {
    margin: 0.5rem 1rem;
    padding: 10px;
    border-left: 0;
    background: transparent;
   }
   .alerte-email label {
    font-weight: 400;
    font-size: 10px;
    line-height: 1.8;
    text-transform: initial;
    margin-top: 0;
    margin-bottom: 0;
    color: #000;
   }

/* GESTION */
.gestion .bgAccueil-page {
    background: url(/assets/images/bgimg-gestion.jpg) center center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    z-index: -100;
    height: 54vh;
}
.gestion .deco {
    text-transform: uppercase;
    font-size: 30px;
}
.gestion .deco::after {
    content: "";
    display: block;
    position: relative;
    background: rgba(0,0,0,0.3);
    height: 1px;
    width: 100%;
    margin: 15px auto 25px 0;
}
/* SYNDIC */
.syndic .bgAccueil-page {
    background: url(/assets/images/bgimg-gestion.jpg) center center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    z-index: -100;
    height: 54vh;
}
.syndic .deco {
    text-transform: uppercase;
    font-size: 30px;
}
.syndic .deco::after {
    content: "";
    display: block;
    position: relative;
    background: rgba(0,0,0,0.3);
    height: 1px;
    width: 100%;
    margin: 15px auto 25px 0;
}

/* AGENCE */
.agence .bgAccueil-page {
    /* background: url(/assets/images/bgimg-agence.jpg) center center!important; */
    background: transparent;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    z-index: -100;
    height: 54vh;
}
.agence .equipe {
    padding-right: 15px;
    padding-left: 15px;
}
.agence p {
    text-align: justify;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
}
.agence .equipe p {
    text-align: justify;
    font-weight: 300;
    font-size: 22px;
    line-height: 1;
    color: #000;
    margin: 20px 0 5px 0;
}
.agence .equipe p b{
    font-size: 18px;
    font-weight: 600;
}


/* HISTOIRE */
.histoire .bgAccueil-page {
    background: url(/assets/images/bgimg-gestion.jpg) center center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    z-index: -100;
    height: 54vh;
}
.histoire .deco {
    text-transform: uppercase;
    font-size: 30px;
}
.histoire .deco::after {
    content: "";
    display: block;
    position: relative;
    background: var(--or);
    height: 1px;
    width: 100%;
    margin: 15px auto 25px 0;
}


/* transaction */
.transaction .bgAccueil-page {
    background: url(/assets/images/bgimg-gestion.jpg) center center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    z-index: -100;
    height: 54vh;
}
.transaction .deco {
    text-transform: uppercase;
    font-size: 30px;
}
.transaction .deco::after {
    content: "";
    display: block;
    position: relative;
    background: var(--or);
    height: 1px;
    width: 100%;
    margin: 15px auto 25px 0;
}




strong {
    font-weight: 600;
}

.listing-header {
    display: none;
}


/* FOOTER */

footer {
    background-color: var(--bleu);
}
footer .page-heading {
    font-weight: 100;
    text-transform: uppercase;
    line-height: 25px;
    display: block;
    margin-bottom: 0;
    color: #bcae96;
    text-align: left;
    font-size: 25px;
   }
.logo-footer {
    max-width: 310px;
}
.reseaux-sociaux i {
    font-size: 30px;
    margin: 0 15px;
}
footer .margin-container {
    border-top: 1px solid rgba(255,255,255,.2);
    margin: 20px 0;
    padding-top: 20px;
}
footer .text-left img {
    border: 1px solid transparent;
    margin: 5px 0;
}
/* ============================================================================ */
/*                                  RESPONSIVE                                  */
/* ============================================================================ */
@media (min-width: 992px) {
    .alert {
        padding: 12rem 1.25rem;
    }
    .prod_listing.damier > .listing_article article, .prod_listing > .listing_article article {
        width: calc(100% / 3 - 20px);
    }
    .alert-danger {
        width: 50%;
        margin: 3% auto;
    }
    nav.menu {
        width: auto;
        margin: auto 3%;
    }
    .site-pusher {
        display: flex;
        justify-content: center;
    }
 .header__logo {
     padding: 0;
     width: auto;
 }

 [class*="listing"] .not-sticking .site-pusher, [class*="listing-"] .not-sticking .site-pusher {
  padding: 10px 10px;
  background: var(--bleu);
 }
  .header .sticking {
   background: var(--bleu);
  }
  .not-sticking .site-pusher {
   padding: 0;
   background: var(--bleu);
}
.index .not-sticking .site-pusher {
    padding: 10px 10px;
    background: transparent;
   }
  .menu ul > li > a {
   padding: 12px 10px;
   line-height: 1.2;
   color: #fff;
   text-transform: uppercase;
   font-size: 15px;
   font-weight: 500;
  }
  .not-sticking .menu ul > li > a {
   color: #fff;
   font-size: 15px;
   font-weight: 500;
   letter-spacing: 0;
   padding: 12px 10px;
 }
  .index .not-sticking .menu ul > li > a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
 }
    .index .not-sticking .header__logo img, .not-sticking .header__logo img {
    width: auto;
    }
    .sticking .header__logo img, [class*="listing"] .header__logo img, [class*="listing-"] .header__logo img {
        width: auto;
    }
    }
@media (min-width: 1281px) {
    .index .not-sticking .header__logo img, .not-sticking .header__logo img {
    width: auto;
    }
    .menu ul > li > a,.not-sticking .menu ul > li > a {
    font-size: 17px;
    padding: 12px 20px;
    font-weight: 500;
    }
    .titre-contenu {
        font-size: 63px;
        font-weight: 800;
        line-height: 65px;
        padding: 25px 0px 35px 0px;
        /* border-right: 2px solid var(--or); */
        border-bottom: 2px solid var(--or);
        color: var(--bleu);
    }
    .titre-contenu2 {
        font-size: 70px;
        font-weight: 800;
        line-height: 80px;
        padding: 25px 0px 35px 0px;
        /* border-left: 2px solid var(--or); */
        border-bottom: 2px solid var(--or);
    }
    .alert .titre-contenu {
        line-height: 60px;
    }
    .alert .titre-contenu span{
        font-size: 43px;
        line-height: 1;
    }
    .index .photobox {
        padding: 25px;
    }
}

@media (max-width: 991px) {
    .header__logo img {
        width: 76px;
        margin-right: 77px;
        padding: 5px 0;
    }
    .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: var(--or);
        background: var(--or);
    }
    .header, .header .sticking {
        background: var(--bleu);
    }
    .carousel-fullscreen .carousel-inner .carousel-item {
        height: 50vh;
        min-height: 330px;
    }
    .bgAccueil {
        height: auto;
    }
    .ancre-bottom {
        display: none;
    }
    .titre-contenu {
        font-size: 40px;
        line-height: 1;
    }

    .index .photobox_type16 .photobox__previewbox:before{
        background-color: var(--photoboxOverlay, rgba(255,255,255,0));
    }
    [class*="listing"] .photobox_type16 .photobox__previewbox:before, [class*="listing-"] .photobox_type16 .photobox__previewbox:before {
        background-color: var(--photoboxOverlay, rgba(255,255,255,0));
    }
    .home_cont_categories .cat-droite,
    .home_cont_categories .cat-gauche {
        margin-bottom: 20px;
    }
    .ordre1 { order: 1; margin-bottom: 10px!important;}
    .ordre2 { order: 2; margin-bottom: 10px!important;}
    .ordre3 { order: 3; margin-bottom: 10px!important;}
    .ordre4 { order: 4; margin-bottom: 10px!important;}
    .home_cont_categories.categories2 .titre-label {
        margin-bottom: 40px;
        margin-top: 0px;
        font-size: 24px;
    }
    .titre-label span {
        font-size: 18px;
    }
    .encadre-svg {
        width: 130px;
        height: 130px;
    }
    .encadre-svg img.img2 {
        width: 65px;
    }
    .encadre-svg img {
        width: 85px;
    }
    .infofooter .text-center, .row.align-items-center.margin-container.justify-content-between .text-center{
        text-align: left!important;
    }
    .index .modal-dialog {
        max-width: 70%;
        margin: 14% auto;
    }
    .index .modal-title img {
        width: 150px;
    }
    .index .modal-header {
        padding: 0;
    }
    .index .modal .close {
        font-size: 2.5rem;
    }
    .index .modal .page-heading {
        font-size: 18px;
    }
    .index .modal .btn-secondary:hover {
        color: #fff;
        background-color: transparent;
        border-color: #bcae96;
    }
    .bgAccueil-page {
        height: 40vh!important;
        margin-top: 85px!important;
    }
    [class*="listing"] .photobox_type16 .photobox__label, [class*="listing"] .photobox_type16 .photobox__label {
        top: auto;
        position: relative;
        transform: translate(-50%, -8%);
    }
    .listing-header-detail {
        position: absolute;
        top: 17%;
        -webkit-transform: translateY(-17%);
        -moz-transform: translateY(-17%);
        -ms-transform: translateY(-17%);
        -o-transform: translateY(-17%);
        transform: translateY(-17%);
        left: 51%;
        -webkit-transform: translateX(-51%);
        -moz-transform: translateX(-51%);
        -ms-transform: translateX(-51%);
        -o-transform: translateX(-51%);
        transform: translateX(-51%);
        padding: 150px;
        width: 100%;
    }
    .detail .descriptif {
        font-size: 17px;
        line-height: 1.5;
    }
    .detail .bloc-detail {
        margin: 0 0 1em 0;
    }
    .alerte-email .form-group {
        margin: 0.5rem 0rem;
    }
    .contact .bg_collapse .btn-content {
        top: 25px;
    }
    .listing-prestige .container_search {
        display: none;
    }
    [class*="listing"] .main-content {
        margin: 14% 5%;
    }
}


@media (max-width: 610px) {
    .index .modal-dialog {
        max-width: 90%;
        margin: 17% auto;
    }
    .index .modal .close {
        font-size: 2rem;
    }
    .header__logo img {
        width: 76px;
        margin-right: 47px;
        padding: 5px 0;
        max-width: 100%;
        margin-top: 0;
    }
    .index .carousel {
        margin-top: 85px;
    }
    .home_cont_categories .categorie-ligne1, .home_cont_contenu .categorie-ligne1, .ref .categorie-ligne1, .home_cont_categories .categorie-ligne2 {
        margin: 0% 2%;
    }
    .titre-contenu, .titre-contenu2 {
        font-size: 34px;
        padding: 25px 0px 5px 0px;
        margin-bottom: 30px;
        line-height: 1;
    }
}



/* VIDEO */
.home-visuel-wrapper {
    height: 100vh;
}
.btn-sound {
    position: absolute;
    z-index: 1;
    bottom: 20%;
    left: 48.5%;
    color: #fff;
    font-size: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0 12px;
}

@media (max-width: 991px) {

.listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
	 display: block;
}

    .home-visuel-wrapper {
        height: auto!important;
        margin-top: 85px;
    }
    .btn-sound {
        position: absolute;
        z-index: 1;
        bottom: 4%;
        left: 48.5%;
        color: #fff;
        font-size: 30px;
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 0 12px;
    }
}

@media (max-width: 610px) {
.btn-sound {
    position: absolute;
    z-index: 1;
    bottom: 4%;
    left: 43.5%;
    color: #fff;
    font-size: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0 12px;
}
}

/* CALENDRIER */
.detail-calendrier td:hover {
    color: #fff;
    cursor: pointer!important;
}

.infos-hover {
    display: none;
    background: #fff;
    top: 100%;
    color: #000;
    border: 1px solid #ccc;
    left: -55px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    min-width: 145px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    font-size: 14px!important;
    text-align: left!important;
    z-index: 99999;
    margin-top:5px;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
}
 .td-calendrier:hover .infos-hover {
    display: block;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.infos-hover:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 43%;
    top: -8px;
}
.td-calendrier[data-tooltip]:hover{
    cursor: help;
}
.td-calendrier[data-tooltip]:hover:after {
  content: attr(data-tooltip);
  padding: 5px 8px;
  color: white;
  position: absolute;
  /*left: 50%;
  top: 0%;*/
  left: 50%;
  z-index: 50;
  border-radius: 5px;
  background-color: #34495E;
}
#calendrier-loca-saisons .annee {
    margin-bottom: 0px;
    text-align: center;
    background: transparent;
    padding: 10px 0;
    font-weight: 600;
    border-bottom: 0px solid #ccc;
}
.border-bottom {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.btn-saisonnier, .detail-calendrier th, .detail-calendrier td {
    font-size: 16px;
}
.detail-calendrier .mois {
    font-size: 17px;
}
.btn-saisonnier {
    margin: 10px 0;
}

.contact .section {
    padding: 50px 15px;
  }

body {
    overflow-x: hidden;
}


@media(max-width: 441px){

    .index .extranet{
        display: block;
    }
    .extranet{
        display: none;
    }
    .index .assurance{
        display: block;
    }
    .assurance{
        display: none;
    }
}