/* ============================================================================= */
/*                                     GENERAL                                     */
/* ============================================================================= */
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@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');


body {
    font-family: 'Poppins', sans-serif;
    background: url(/assets/images/bg01.jpg) repeat center top;
    background-size: cover;
}


.btn {
    border-radius: 0;
}

.btn-primary,
.btn-secondary,
.btn-info,
.btn-success {
    color: #fff;
    background-color: #0e4e69;
    border-color: #0e4e69;
}
.btn-primary:hover,
.btn-secondary:hover,
.btn-info:hover,
.btn-success:hover {
    color: #fff;
    background-color: #52BAB2;
    border-color: #52BAB2;
}

.home_heading {
    font-weight: 400;
    line-height: 25px;
    display: block;
    font-size: 30px;
    text-transform: capitalize;
    color: #0E4E69;
    margin-bottom: 20px;
}
.home-heading-1 {
    font-weight: 600;
}
.home_heading::after {
    display: none;
}


/* Couleurs */

.bleu-clair {
    color:#52BAB2;
}

.bleu {
    color:#0E4E69;
}

.jaune {
    color:#F39D36;
}
a:hover {
    color: #F39D36;
}

.alert-danger {
    color: #ffffff;
    background-color: #0e4e69;
    border-color: #0e4e69;
    text-align: center;
    margin: 5% auto;
}
.alert-danger {
    color: #ffffff;
    background-color: #0e4e69;
    border-color: #0e4e69;
    text-align: center;
    margin: 5% auto;
}
.alert-danger a{
    color: #F39D36;
}
.alert-danger a:hover{
    text-decoration: underline;
}



/* ============================================================================= */
/*                                     INDEX                                     */
/* ============================================================================= */

/*SLIDER ACCUEIL*/
.bgAccueil {
    background: none !important;
    overflow: hidden;
}
.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-image: url('/assets/images/slider_home/1.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
    background-image: url('/assets/images/slider_home/2.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
    background-image: url('/assets/images/slider_home/3.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
    background-image: url('/assets/images/slider_home/4.jpg');
}

#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
    background-image: url('/assets/images/slider_home/5.jpg');
}

/*MOTEUR DE RECHERCHE*/
.index .radio_trans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.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,
.btn-radio {
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 7px 7px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    min-width: 130px;
    margin: 0 2px;
    background-color: #0E4E69;
    color: #fff;
    border: 1px solid #0E4E69;
    width: 190px;
    line-height: 2;
}
.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: #F39D36;
    border-color: #F39D36;
    color: #fff;
    border: 0 !important;
    height: 42px;
}
.radio_trans input[type=radio].css-checkbox:checked + label.css-label:after {
    content: '';
    display: block;
    position: relative;
    width: 0px;
    height: 0px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #F39D36;
    margin:5px auto;
    background: transparent;
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    font-weight: 400;
    color: #fff;
    font-size: 15px;
}
.moteur {
    padding: 0;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 20;
    background-color: transparent;
}
.c_valid .btn {
    /* border-radius: 50%; */
    width: 100%;
    height: 50px;
}
.c_valid .btn i {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 0;
    top: -1px;
}
.search__form-item:nth-child(n+2) {
    margin-right: 0;
    width: 18.5%;
    height: 50px;
}
.search__form-item.c_valid {
    width: 7%;
}
.moteur .form-style {
    color: #000 !important;
    display: block;
    height: 50px;
    padding: 6px 12px;
    width: 100%;
    border-radius: 0;
    background-color: rgba(255,255,255,0.7);
    border: 1px solid #fff;
}
.search__form-item:nth-child(2), .search__form-item:nth-child(3) {
    background-color: rgba(255,255,255,0.7);
}
.bootstrap-select>.dropdown-toggle {
    background-color: transparent;
}
.moteur .input-group-addon {
    top: 8px;
}
.index .bootstrap-select {
    height: 50px;
    border: 1px solid #fff!important;
}
.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 {
    height:48px !important;
    border-radius: 0 !important;
}
.index .c_insee .dropdown-menu.open.show {
    transform: translate3d(0px, -256px, 0px)!important;
        border-radius: 0;
}
.index .c_type .dropdown-menu.open.show {
    transform: translate3d(0px, -210px, 0px)!important;
        border-radius: 0;
}

[class*="listing-"] .form-group.search__form-item .form-style,
[class*="listing"] .form-group.search__form-item .form-style {
    height: 50px;
}
[class*="listing-"] .form-group.search__form-item .input-group-addon,
[class*="listing"] .form-group.search__form-item .input-group-addon {
    top: 8px;
}


/* SELECTION */
.home_cont_selection {
    /* background: url(/assets/images/bg01.png) no-repeat center top;
    background-size: cover; */
    background-color: transparent;
}
.prod_accueil .info_titre, .prod_accueil .info_prix-hai, .info_prix sup, .card_list li > span:after {
    display: none;
}
.block_etiquette {
    background: #0e4e69!important;
    text-align: center;
    font-weight: 400;
}
.carousel_nbr_photos {
    display: none;
}
.index .prod_accueil article {
    box-shadow: 6px 5px 5px rgba(0,0,0,0.2);
    text-align: center;
    background: #fff;
}
.index .prod_accueil article:hover {
    box-shadow: 6px 5px 5px rgba(0,0,0,0.4);
}
article.item-listing:hover {
    opacity: 1;
}
.prod_accueil .card_list {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #0E4E69;
}
.prod_accueil .info_prix {
    margin: 0 0 15px 0;
    padding: 0;
    color: #f39d36;
    font-weight: 600;
    font-size: 18px;
}
.prod_accueil .info_ville {
    font-size: 16px;
    padding-top: 6px;
}
.prod_accueil .info_type {
    font-weight: 600;
    color: #0e4e69;
}



/* PRESENTATION */
.home_cont_presentation {
    position: relative;
    background: #0E4E69;
    color: #fff;
    margin: 50px auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home_cont_presentation .bloc-texte {
    padding: 50px 5% 2% 50px;

}
.home_cont_presentation .home_heading {
    color: #fff;
}
.home_cont_presentation .btn-primary {
    color: #fff;
    background-color: #52BAB2;
    border-color: #52BAB2;
}
.home_cont_presentation .btn-primary:hover {
    color: #fff;
    background-color: #F39D36;
    border-color: #f39d36;
}
.home_cont_presentation .text-center p {
    text-align: center!important;
}

/*CATEGORIES*/
.grid figure {
    position: relative;
    float: center;
    overflow: hidden;
    margin: 10px auto;
    min-width: 320px;
    max-width: 480px;
    max-height: 650px;
    width: 100%;
    background: #000;
    text-align: center;
    cursor: pointer; }
  
  .grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 1; }
  
  .grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  
  .grid figure figcaption::before,
  .grid figure figcaption::after {
    pointer-events: none; }
  
  .grid figure figcaption,
  .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
  .grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0; }
  
  .grid figure h2 {
    font-weight: 300; }
  
  .grid figure h2 span {
    font-weight: 800;
    padding-left: 0; }
  
  .grid figure h2,
  .grid figure p {
    margin: 0; }
  
  .grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%; }
  
  /*---------------*/
  /***** Lexi *****/
  /*---------------*/
  figure.effect-lexi {
    background: -webkit-linear-gradient(-45deg, #0e4e69 100%, #fff 100%);
    background: linear-gradient(-45deg, #0e4e69 100%, #fff 100%); }
  
  figure.effect-lexi img {
    margin: -10px 0 0 -10px;
    max-width: none;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    opacity: 0.9;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  
  figure.effect-lexi figcaption::before,
  figure.effect-lexi p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }
  
  figure.effect-lexi figcaption::before {
    position: absolute;
    right: -100px;
    bottom: -100px;
    width: 300px;
    height: 300px;
    border: 2px solid #F39D36;
    border-radius: 50%;
    box-shadow: 0 0 0 900px rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  
  figure.effect-lexi:hover img {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  
  figure.effect-lexi h2 {
    text-align: left;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(5px, 5px, 0);
    transform: translate3d(5px, 5px, 0);
    text-shadow: 1px 1px 1px #000; }
  
  figure.effect-lexi p {
    position: absolute;
    right: 0;
    bottom: 25px;
    padding: 0 1.5em 1.5em 0;
    text-align: right;
    opacity: 0;
    -webkit-transform: translate3d(20px, 20px, 0);
    transform: translate3d(20px, 20px, 0); }
  
  figure.effect-lexi:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  
  figure.effect-lexi:hover h2,
  figure.effect-lexi:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  

.home_cont_alertes {
    padding: 40px 10px;
    background: rgb(82 186 178);
    text-align: center;
}

.cont_coordonnees {
    padding-bottom: 40px;
    background: url(/assets/images/bg01.jpg) no-repeat center top;
    background-size: cover;
    color: #000;
}


.cont_coordonnees{
    background: transparent;
    color: #000;
    font-weight: 600;
    padding-bottom: 50px;
}
.cont_coordonnees p{
    margin-bottom: 0;
    color: #000;
}
.cont_coordonnees img {
    max-width: 400px;
}
.cont_coordonnees .address {
    text-align: left;
}
.cont_coordonnees .address p{
    text-align: left;
    font-weight: 500;
}
.cont_coordonnees .mt-4 {
    margin-top: 10px !important;
}
.cont_coordonnees .tel {
    text-align: right;
}

.coordonnees_heading {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.cont_coordonnees .address .btn {
    text-align: left;
    padding: 0;
}
.social {
    text-align: center;
}
.social p {
    color: #000;
    font-size: 13px;
}
.social i{
    font-size: 35px;
    color: #0E4E69;
}
.marginauto {margin:auto;}

.coordonnees_heading {
  font-family: 'lowvetica';
}

.ion-social-twitter, .ion-social-linkedin , .ion-social-facebook, .ion-social-instagram  {
    top: 0;
    transition: top ease 0.5s;
  }
  
  .ion-social-twitter:hover {
    color:#00acee;
    top: -10px;
  }
  
  .ion-social-linkedin:hover {
    color:#0e76a8;
    top: -10px;
  }
  
  .ion-social-facebook:hover {
    color:#3b5998;
    top: -10px;
  }
  
  .ion-social-instagram:hover {
    background: -webkit-linear-gradient(#405DE6,#5851DB, #833AB4, #C13584, #E1306C,#FD1D1D,#F56040,#F77737,#FCAF45,#FFDC80);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
      top: -10px;
  }


footer {
    background-color: #0e4e69;
    padding: 20px 10px;
}
footer a:hover {
    color: #f39d36;
}


/* ====================================================================== */
/*                                  AUTRES                                */
/* ====================================================================== */
.sidebar {
    margin-top: 0;
    text-align: center;
}
.telephone-vu {
    color: #F39D36;
    background-color: transparent;
}
.sidebar .nom_agence {
    color: #0E4E69;
    font-size: 24px;
}


/* ====================================================================== */
/*                                  ASIDE                                 */
/* ====================================================================== */
aside.aside_contact {
    background-color: #0E4E69;
    border-left: 2px solid #fff;
    text-align: center;
}
.contact_coordinates ul {
    margin: 40px 0;
}
.contact_coordinates ul li a{
    color: #fff;
}
aside .contact_img img {
    width: 300px;
}
aside i {
    color: #fff;
}
aside .btn-primary,
aside .btn-info {
    color: #fff;
    background-color: #52BAB2;
    border-color: #52BAB2;
}
aside .btn-primary:hover,
aside .btn-info:hover {
    color: #fff;
    background-color: #0e4e69;
    border-color: #f39d36;
}

/* ============================================================================= */
/*                                     DETAILS                                   */
/* ============================================================================= */
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #0e4e69 !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #0e4e69;
}
.detail_header .titre:after {
    background: #0e4e69;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #0e4e69;
}
.retour_pret span {
    color: #0e4e69;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #0e4e69;
    padding-left: 10px;
}
.detail .info_titre {
    text-transform: inherit;
}
.detail .info_prix {
    padding: 0;
}
.detail .header-item {
    padding: 0;
}
.lafficheur li {
    background-color: #F39D36;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #0e4e69 !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #0e4e69 !important;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}
.detail .bloc-champ{
    background: #fff;
}



/* CALENDRIER */
.detail-calendrier {
    background: transparent;
}
.col-detail-calendrier {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 5px;
    margin: 10px 0px;
    box-shadow: 6px 3px 5px rgb(0 0 0 / 50%);
    min-height: 280px;
}
.legende-color {
    color: #000;
    font-size: 14px;
    margin: 5px 0;
}

.col-detail-calendrier {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    box-shadow: 6px 3px 5px rgb(0 0 0 / 50%);
}
.mois {
    font-size: 16px;
    font-weight: 500;
    padding: 5px;
    margin-bottom: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
}
.col-detail-calendrier table tr td {
    border-radius: 50%;
}

/* ============================================================================ */
/*                                     FOOTER                                   */
/* ============================================================================ */

/* Boite à outils */
#bloc_fixed {
    bottom: 40%;
}
#bloc_fixed ul li > i {
    font-size: 2rem;
    top: 2px;
    left: 2px;
}
#bloc_fixed ul li > .ion-ios-heart-outline {
    left: 1px;
}
#bloc_fixed ul li > .ion-social-youtube-outline {
    font-size: 1.8rem;
    top: 4px;
    left: 1px;
}
#bloc_fixed .bloc {
    width: 50px;
    min-height: 50px;
    margin: 15px 0;
    position: relative;
    right: 7px;
    cursor: pointer;
    padding-left: 10px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 15px;
    background: #0E4E69;
    border:1px solid #fff;
}
#bloc_fixed .bloc:hover {
    right: 12px;
    border:1px solid #fff;
    background: #F39D36;
}
#bloc_fixed .surcharge_favoris {
    left: 16px;
    top: 19px;
}
.badge-pill {
    padding-right: 0.4em;
    padding-left: .4em;
    border-radius: 10rem;
}
.badge {
    font-size: 66%;
}

/* ============================================================================ */
/*                                     COOKIES                                  */
/* ============================================================================ */
.cc-window.cc-banner {
    width: 350px!important;
}
.cc-banner.cc-bottom {
    left: auto!important;
    right: 20px;
    bottom: 20px;
}
.cc-color-override-1247188962.cc-window {
    background-color: #fff!important;
    border: 1px solid rgba(0,0,0,0.1);
}
#footer-cookie {
    color: #141414!important;
    max-height: 100%!important;
}
#footer-cookie h3 {
    font-size: 1rem!important;
}
#footer-cookie p {
    font-size: 12px!important;
    line-height: 1.5!important;
}
.btncookie {
    margin: 8px auto!important;
    background: #000!important;
    color: #fff!important;
    border: 1px solid #000!important;
    font-size: 12px!important;
    width: 180px!important;
    padding: .6rem .75rem!important;
}
.btncookie:hover {
    background: #141414!important;
    color: #fff!important;
    border: 1px solid #141414!important;
}
#boutoncookie {
    display: grid!important;
}
.cc-color-override-1247188962 .cc-link, .cc-color-override-1247188962 .cc-link:active, .cc-color-override-1247188962 .cc-link:visited {
    color: #000!important;
}
a.cc-link {
    margin: auto!important;
}


/* ============================================================================= */
/*                                  RESPONSIVE                                   */
/* ============================================================================= */

@media (min-width: 992px) {
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 6px 20px;
        line-height: 1.2;
        color: #0E4E69;
        font-size: 18px;
        /* text-transform: uppercase; */
        font-weight: 500;
    }
    .index .not-sticking .menu ul > li > a {
        color: #fff;
    }
    .menu ul > li:hover > a,
    .index .not-sticking .menu ul > li:hover > a {
        background: #f39d36;
        color: #fff;
    }
    .menu  {
        margin: auto 0;
    }
    .menu  ul{
        margin-bottom:0;
    }
    .header__logo {
        display: block;
        height: 140px;
        padding: 5px 0;
    }
    .index .not-sticking .header__logo {
        display: block;
        height: 195px;
        padding: 5px 0;
    }
    .header__logo img {
        width: 380px;
    }
    .index .not-sticking .header__logo img {
        width: 520px;
    }
    .site-pusher {
        display: flex;
        justify-content: space-evenly;
    }
    .index .not-sticking .site-pusher {
        display: block;
    }
}

@media (max-width: 991px) { 
    .index .header {
        background: transparent;
    }
    .header__logo img {
        width: 250px;
    }
    .index .not-sticking .header__logo img {
        width: 400px;
    }
    .grid figure {
        min-width: 140px;
        max-width: 210px;
        max-height: 350px;
    }
    .grid figure h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 610px) { 
    .index .header {
        background: transparent;
    }
    .header__logo img {
        width: 150px;
    }
    .index .not-sticking .header__logo img {
        width: 250px;
    }
    /* .grid figure {
        min-width: 140px;
        max-width: 210px;
        max-height: 350px;
    }
    .grid figure h2 {
        font-size: 1.5rem;
    } */
    .search__form-item:nth-child(n+2) {
        width: 100%;
    }
    .radio_trans input[type=radio].css-checkbox + label.css-label {
        background-repeat: no-repeat;
        cursor: pointer;
        display: inline-block;
        font-size: 12px;
        padding: 7px 15px;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        min-width: 80px;
        margin: 0 2px;
        background-color: #0E4E69;
        color: #fff;
        border: 1px solid #0E4E69;
        width: 100%;
        line-height: 1.2;
    }
    .index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
        font-size: 12px;
    }
    .cont_coordonnees img {
        max-width: 200px;
    }
    .radio_trans input[type=radio].css-checkbox:checked + label.css-label {
        height: 50px;
    }

    .moteur {
        top: auto;
    }
    .cont_coordonnees .address p {
        text-align: center;
        font-weight: 500;
    }
    .cont_coordonnees .address .btn, .cont_coordonnees .address, .cont_coordonnees .tel  {
        text-align: center;
    }
    .index .bootstrap-select, .search__form-item:nth-child(n+2), .moteur .form-style {
        height: 38px;
    }
}