
@font-face {
  font-family: bukhari;
  src: url(../fonts/bukhari_script/Bukhari_Script.ttf);
  font-weight: normal;
}

@font-face {
  font-family: avenir;
  src: url(../fonts/Avenir-Next/AvenirNextCyr-Regular.woff);
  font-weight: normal;
}


@font-face {
  font-family: avenir;
  src: url(../fonts/Avenir-Next/AvenirNextCyr-Italic.woff);
  font-style:italic ;
}


@font-face {
  font-family: avenir;
  src: url(../fonts/Avenir-Next/AvenirNextCyr-Bold.woff);
  font-weight: 800;
}

@font-face {
  font-family: avenir;
  src: url(../fonts/Avenir-Next/AvenirNextCyr-Medium.woff);
  font-weight: 600;
}

@font-face {
  font-family: avenir;
  src: url(../fonts/Avenir-Next/AvenirNextCyr-Light.woff);
  font-weight: 200;
}

.pointer{
    cursor: pointer;
}

.main_color {
    color: #729CC6!important;
}

.back_main_color {
    background-color: #729CC6;
}

.second_color {
    color: #FFFFFF;
}

.back_second_color {
    background-color: #FFFFFF;
}


body,html{
    font-family: "avenir",serif;
    font-size: 20px;
    height: 100%;
}

.container{
    max-width: 1640px;
    width: 100%;
    padding: 0 3rem;
}

.pcontainer{
    padding: 0 3rem;
}

.h1{
    font-size: 54px;
    font-family: "bukhari",serif;
}



.h2{
    font-size: 40px;
    font-family: "bukhari",serif;
}

.h3{
    font-size: 32px;
    font-family: "bukhari",serif;
}


.bold{
    font-weight: 800!important;
}

header,.fixed-header {
    margin-top: 55px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 60;
    position: relative;
    transition: margin 0.5s ease;
}

.fixed-header {
	display:none;
	position: fixed;
    top: 0;
    width: 100%;
    margin-top:0;
    height: 90px;
}

.fixed-header a.logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fixed-header img.logo {
    align-self: baseline;
    height: 60%;
}
.menu.menuFixed{
    position: fixed;
    top: 90px;
}

.menu {
   width: 100%;
   background: rgba(13, 43, 88,0.98);
   color: white;
   padding: 4rem 0 6rem;
   z-index: 99999;
   position: relative;
}


.menu ul{
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin: 0 auto;

}

.menu ul li {
    align-self: center;
}

.menu ul li a{
    text-decoration: none;
    color: white;
    font-size: 24px;
    font-weight: 800;
}

.favoris {
    position: relative;
}

.favoris span{
    color:  #729CC6;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 12px;
    font-weight: 800;
}

.reseaux{
    border-radius: 50rem;
    border: 1px solid white;
    width: 40px;
    height: 40px;
    background-color: #729CC6;
    position: relative;
    transition: 0.5s ease;
}

.reseaux svg{
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%,-50%);
}

.reseaux:hover{
    background-color: white;

}

.reseaux:hover svg path{
    fill: #729CC6;
}

.burger {
    border-radius: 50rem;
    width: 120px;
    height: 40px;
    border: 1px solid white;
    position: relative;
    cursor: pointer;
}

/* Je suppose que .second_color et .circle sont des éléments à l'intérieur de .burger */
.burger .second_color {
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.burger .circle {
    background-color: white;
    border-radius: 50rem;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -1px;
    top: -1px;
}

/* Barres du menu (3 lignes) */
.burger .circle span {
    border-bottom: 1px solid #729CC6;
    width: 20px;
    height: 1px;
    display: block;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s ease;
}

.burger .circle span.line2 {
    margin-top: 5px;
}

.burger .circle span.line3 {
    margin-top: 10px;
}

/* Nouvelle classe pour l'état "croix" */
.top .burger .circle span.line2 {
    display: none;
}

.top .burger .circle span.line1 {
    transform: rotate(-30deg) translate(-50%,50%);
}

.top .burger .circle span.line3 {
    transform: rotate(30deg) translate(-50%,50%);
}

footer {
    background-color: #000000;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.copy div a,.copy div a:hover{
    font-size: 14px;
    text-decoration: none;
    color: white;
}

.copy div{
    display: flex;
} 

.copy div span{
    font-size: 12px;
}

.copy div span,.copy div svg,.copy div a,.copy p{
    color: white;
    align-self: center;
    margin-bottom: 0;
}

.copy p{
    font-size: 12px;
    color: white;
}

.full_top_section{
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    min-height: 45rem;
}

.home_intro_infos{
    margin-top: 350px ;
}

.home_intro--btns{
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.btn-white,.btn-white:hover{
    background-color: white;
    border: 1px solid white;
    border-radius: 50rem;
    transition:  0.5s ease;
    width: 264px;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #729CC6 ;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
}

.btn-white span, .btn-white svg{
    align-self: center;
}

.btn_big{
    background-color: white;
    border: 1px solid white;
    border-radius: 50rem;
    transition:  0.5s ease;
    padding: 0.5rem 2rem;
    font-size: 22px;
    font-weight: 600;
    color: #729CC6 ;
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: 0.5s ease;
}


.section_about{
    background-color: #EFEEE9;
}

.section_about svg{
    margin-top: 0.75rem;
}

.section_about h2{
    margin-bottom: 7rem;
}


.search_form .btn_big{
    font-size: 16px;
    font-weight: 600;
    width: 202px;
    height: 42px;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
} 


.produits .btn_big{
    font-size: 22px;
    font-weight: 600;
    width: 299px;
    height: 42px;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    background-color:#719DC6 ;
    color: white;
    border-color: #719DC6;
} 


.section_about .btn_big{
    margin: 6rem auto 0;
    display: block;
    width: 140px;
    height: 40px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-color: #5C5C5C;
    color: #5C5C5C;
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
}

.section_about.pageProduits .btn_big{
    width: 234px;
    height: 40px;
}

.contact .btn_big,.conseiller .btn_big{
    margin: auto;
    width: 173px;
    height: 42px;
    padding: 0;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
}

.contact .btn_big span,.search_form .btn_big span,.produits .btn_big span,.conseiller .btn_big span{
    align-self: center;
}

.avis .btn_big{
    margin: auto;
    width: 202px;
    height: 40px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-color: #729CC6;
    color: #729CC6;
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
}

.home_intro--btns .btn_big{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.home_intro--btns .btn_big span, .home_intro--btns .btn_big svg{
    align-self: center;
}

.home_intro--btns .btn_big{
    padding: 0;
    width: 375px;
    height: 60px;
}


.btn_big::before {
   content: "";
   position: absolute;
   top: 15%;
   left: 20%;
   width: 0;
   height: 0;
   background-color:#729CC6;
   border-radius: 50rem;
   opacity: 0;
   transition:  0.5s;
   z-index: -1;

}

.search_form .btn_big::before{
    position: relative;
}

.btn_big:hover {
    color: white;
}

.search_form .btn_big:hover,.produits .btn_big:hover {
    color: #729CC6;
}


.btn_big:hover svg {
    transform:scale(1.5)  rotate(-25deg); /* Position centrale avec rotation de -25deg */
    transition: 0.5s ease;
}

.contact .btn_big:hover svg,.conseiller .btn_big:hover svg {
    transform:scale(1.1)  rotate(-25deg); /* Position centrale avec rotation de -25deg */
    transition: 0.5s ease;
}

.btn_big:hover svg path{
    fill:  white;

} 

.search_form .btn_big:hover svg path,.produits .btn_big:hover svg path{
    fill:  #729CC6;

} 

.btn_big:hover::before {
    width: 25rem;
    height: 25rem;
    opacity: 1;
    transform: translate(-20%, -50%);
}

.search_form .btn_big svg{
    width: 28px ;
    height: 28px;
} 

.search_form .btn_big:hover svg {
    transform:scale(1.2)  rotate(15deg); /* Position centrale avec rotation de -25deg */
    transition: 0.5s ease;
}

.search_form .btn_big:hover::before {
    width: 0;
    height: 0;
    opacity: 0;

}

.alerteButton,.alerteButton:hover{
    color: white;
    font-size: 14px;
    font-weight: 800;
}

.alerteButton svg{
    margin-right: 1rem;
}

.alerteButton svg path{
    fill: white;
}

.section_about .btn_big::before{
    background-color: #5C5C5C;
}

.carousel-control .btn_big::before,.produits .btn_big::before{
   background-color:white;
}

.carousel-control .btn_big:hover {
    color: #729CC6;
}

.carousel-item {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
}

#carouselHeader .carousel-item {
    height: 100vh;
    min-height: 45rem;
}

.layer_slider{
    width: 100%;
    position: absolute;
    height: 100vh;
    min-height: 45rem;
    background-color: rgba(0,0,0,0.2);
    top: 0;
    z-index: 2;
}


.home_intro--bottom{
    position: absolute;
    bottom: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 3rem;
    z-index: 40;
}

.home_intro--bottom div:first-child{
    align-self: center;
}

.home_intro--bottom p{
    margin: 0;
    font-size: 17px;
}

.section_carousel{
    margin-top: 110vh;
}

.section_carousel.detail{
    margin-top: 6rem;
    padding-bottom: 60px;
}


.annonce{

   margin-bottom: 2rem;


}

.annonce .shadow{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-bottom-left-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
    padding-bottom: 1rem;
    height: 100%;
}

.section_detail .shadow{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-bottom-right-radius: 0.8rem;
    margin-top: -48px;
    padding: 2rem;
    margin-bottom: 4rem;
}

.section_detail .fav svg path{
    fill: #729CC6;
}

.bien_img{
    position: relative;
}

.bien_img .coeur-vide{
    position: absolute;
    z-index: 5;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 99999;
    cursor: pointer;
}

.hover-content {
    display: flex;
    background-color: rgba(13, 43, 88, 0.8);
    color: white;
    padding: 3rem;
    transition: opacity 0.5s; /* Ajout de la transition ici */
    opacity: 0; /* Défini à 0 pour qu'il soit initialement invisible */
}

.hover-content .text-section{
    transform: translateY(2rem);
    margin: auto;
    transition: 0.5s;
    font-size: 16px;
}

.hover-content .text-section h3{
    font-size: 16px;
    font-weight: bold;
    
}

.hover-content .text-section h3,.hover-content .text-section p{
    line-height: 1;
    margin-bottom: 1rem;
}

.ico-section{
    padding: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ico-section div{
    display: flex;
    flex-direction: column;
}

.ico-section div svg{
    margin-bottom: 0.5rem;
}

.ico-section  div svg, .ico-section span{
    align-self: center;
}

.bien_img img {
    transition: filter 0.5s; /* Ajout de la transition pour l'effet de flou */
}
.annonce:hover .hover-content {

  visibility: visible;
  opacity: 1; /* Lors du survol, il devient complètement visible */
  transition: 0.5s;
}



.annonce:hover .hover-content .text-section{
   transform: translateY(0);
}

.short_desc{
    text-decoration: none;
    position: relative;

}

.short_desc .mb-1.bold{
    margin-top: 40px;
}

.short_desc p,.short_desc h3{
    font-size: 24px;
    text-align: center;
    color: black;
}

.short_desc .prix{
 color: white;
 border-radius: 50rem;
 margin: 0 auto;
 margin-top: 0px;
 width: 198px;
 height: 50px;
 border: 1px solid white;
 font-size: 16px;
 display: flex;
 flex-direction: row;
 justify-content: center;
 margin-top: -1.5rem;
}

.produit .prix,.section_detail .prix{

    color: white;
    border-radius: 50rem;
    width: 200px;
    height: 42px;
    border: 1px solid white;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.section_detail .prix{
    width: 238.1px;
    height: 50px;
}

.prix span{
    align-self: center;
    height: fit-content;
}

.section_carousel{
    position: relative;
    padding-bottom:160px ;
}


.section_carousel .carousel-control{
    height: 160px;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.section_carousel .carousel-control div{
    align-self: center;
}

.section_carousel .carousel-control .btn_big{
    background-color: transparent;
    color: white;
    width: 214px;
    height: 40px;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.section_carousel .carousel-control .btn_big:hover{
    color: #719DC6;
}

.carousel-control-prev,.carousel-control-next{
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50rem;
    border: 1px solid white;
    align-self: center;
}



.carousel-control-next{
    right: -0.5rem;
    transform: rotate(-180deg);
}

.carousel-control-prev-icon,.carousel-control-next-icon {
    background-image: none;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative; 
}

.carousel-control-prev-icon svg, .carousel-control-next-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.1s;
    width: 100%;
    height: 100%;
}


.background-image{
    background-image: url(../img/community-young-people-posing-together.jpg);
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.background-image.pageProduits{
    background-image: url(../img/img-produits.jpg);
}


.background-image.share{
    background-image: url(../img/community-young-people-posing-together-1.jpg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.background-image.share::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2); /* Noir avec 20% d'opacité */
    z-index: 1;
}

.background-image.share .h2{
    margin-bottom: 1rem;
    z-index: 3;
}

.shareReseaux{
    width: 100px;
    height: 100px;
    border-radius: 50rem;
    border:1px solid white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 3;
}

.shareReseaux svg{
    align-self: center;
}

.avis .background-avis{
    padding: 2rem 0 ;
    
}

.avis #carouselAvis{
    padding: 4rem 6rem 3rem;
}

.ficheAvis .bordered{
   border-radius: 2rem;
   border: 1px solid #729CC6;
   padding: 2rem;
   margin: 1rem;
}

.ficheAvis .img_avis{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ficheAvis .img_avis svg{
    align-self: center;
}

.ficheAvis .img_avis,.ficheAvis .img_avis img{
    border-radius: 50rem;
    width: 75px;
    height: 75px;
    margin: 0;
    padding: 0;

}

.ficheAvis .small{
    font-style:italic;
    font-size:12px;
}

.avis .pcontainer{
    position: relative;
    overflow: hidden;
}

.avis .pcontainer .carousel-control{
    top: 43%;
    transform: translateY(-50%);
    width: 100%;
    position: absolute;

}

.avis  .carousel-control-prev{
    position: absolute;
    left: 2rem;
}

.avis  .carousel-control-next{
    position: absolute;
    right:8rem;
}

.avis  .carousel-control-prev,.avis .carousel-control-next {
    border-color: #729CC6;

}

.avis  .carousel-control svg path{
    fill: #729CC6;
}

.ficheAvis .col-10{
    padding-left: 2rem;
}

.ficheAvis .main_color{
    margin-bottom: 0;
}

.ficheAvis .rating {
    margin-bottom: 2rem;
    
}

.ficheAvis .rating svg{
    margin-right: 0.5rem;

}


.contact .back_main_color{
    padding: 5rem;
    border-radius: 2rem;
}

.contact .divMap{
    box-shadow: 10px 14px 24px rgba(0, 0, 0, 0.2);
}

.contact .imgAgence{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 4px 0 4px rgba(0, 0, 0, 0.25);
    height: 470px;
    z-index: 2;
}

.contact .col-lg-4{
    padding-right: 2rem;
}

.contact textarea{
    height: 230px;
}

.contact #product_map{
    height: 470px;
    width: 100%;
    
}

/* Ajuste la position de l'icône Street View */
.gm-svpc {
    bottom: 80px !important; /* Ajustez cette valeur en fonction de la taille de vos boutons de zoom */
}

.gm-style-cc{
    display: none;
}

.contact h3{
    font-weight: 800;
}

.contact h3,.contact p,.contact a,.contact a:hover{
    font-size: 16px;
    text-decoration: none;
    color: white;
}

.contact table{
    font-size: 16px;
}

.contact table td{
    font-size: 16px;
    padding-right: 1rem;
}

.modal{
    background-color: rgba(250,250,250,0.85);
}

.modal .modal-dialog {
    max-width:96%;
    width: 996px;
    margin-top: 8rem;
}

.modal-content {
    background-color: transparent ;
    border-radius: 0;
    border: none;
}

.modal-content form{
    background-color: #729CC6;
    border-radius: 2rem;
    padding: 2rem;
}

.customselect,.search_form .form-control{
    display: block;
    width: 100%;
    padding: 0.500rem 2rem;
    font-size: 16px;
    font-style:italic;
    line-height: 1.5;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border-radius: 2rem;
    color: black;
    border: 1px solid white;
    color: white;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.dropdown-toggle img{
    transition: 0.5s ease;

}

.dropdown-toggle img.rotate{
    transition: 0.5s ease;
    transform: rotate(-180deg);
}

.search_form .form-control::placeholder{
    color: #A3A3A3;
    font-style: italic;
    font-weight: 300;
    font-size: 1rem;
}

.dropdown-toggle::after{
    display: none!important;
}


.dropdown-menu{
    border-radius: 2rem;
    padding: 1rem 1rem ;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.10);
    border: none;
    
}

.orderSelect .dropdown-menu{

    margin-top: -2px!important;
}


.dropdown-menu li .dropdown-item{
    color:black;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;

}

.dropdown-menu li .dropdown-item{
    display: flex;
    flex-direction: row;
}

.dropdown-menu li .dropdown-item svg{
    margin-right: 1rem;
    align-self: center;
}


.dropdown-menu li .dropdown-item:hover{
    background-color: transparent;
}

.selectButtonRange{
    padding: 0;
}

.customselect img{
    align-self: center;
}


.divRange{
    width: 100%;
    height: 42px;
}


#rangeSearch{
   height: 42px;
   margin: auto;
   display: block;
}


.none{
    display: none;
}

.form-control{
  display: block;
  width: 100%;
  padding: 0.700rem 1.3rem;
  font-size: 16px;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  border-radius: 2rem;
  border: 1px solid  #729CC6;
  color: #729CC6;
  margin-bottom: 2rem;

}

textarea.form-control{
    border-radius: 1rem;
}

.produits .searchReference{
    position: relative;
}

.produits .searchReference svg{
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.produits .searchReference .form-control{
    font-size: 22px;
    margin-bottom: 0;
    height: 42px;
    padding: 0 2rem;
}

.form-control:focus{
 -webkit-box-shadow: none;
 box-shadow: none;
 border:none;
 background-color: #729CC6;
 color: white;
 border: 1px solid  white;
}

.btn:focus ,button:focus,.custom-toggler:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;

}

.form-control::placeholder{
 font-size: 16px;
 color: #729CC6;
}

.contact_cgu{
    font-size: 14px;
}

.contact_cgu a,.contact_cgu a:hover{
    color: white;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 1rem;
    color:#000;
}
::-moz-placeholder { /* Firefox 19+ */
 font-size: 1rem;
 color:#000;
}
:-ms-input-placeholder { /* IE 10+ */
 font-size: 1rem;
 color:#000;
}

.close-btn{
    width: fit-content;
    position: absolute;
    right: -1rem;
    top: -1.5rem;
    z-index: 1045;
    cursor: pointer;
    transition: 0.5s;
    margin: 0;

}


.btn_mob ,.ico-contact{
   display: none;
}


.produit,.produit:hover{
    text-decoration: none;
    color: inherit;
    margin-bottom: 6rem;
}


.produit .backImg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height:502px ;
    position: relative;
    margin: 0;
    padding: 0;
}

.produit .compro,.produit .exclu{
    position: absolute;
    top: 2rem;
    left: 2rem;
    background-color: #729CC6;
    color: white;
    border-radius: 50rem;
    width: 265px;
    height: 42px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 17px;
    font-weight: 800;
    z-index: 2;
}

.produit .compro span,.produit .exclu span{
    align-self: center;
}

.produit .backImg .produitHover{
    width: 100%;
    height: 100%;
    background-color: rgba(13, 43, 88, 0.8);
    color: white;
    transition: opacity 0.5s; /* Ajout de la transition ici */
    opacity: 0; /* Défini à 0 pour qu'il soit initialement invisible */
    text-align: center;
}


/*.produit:hover .produitHover {
 visibility: visible;
 opacity: 1;
 transition: 0.5s;
}*/

.produitHover .text-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(-2rem);
    margin: auto;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    font-size: 16px;
}

.produitHover .text-section svg{
    align-self: center;
    margin-bottom: 2rem;
}


/*.produit:hover .produitHover .text-section{
   transform: translateY(0);
}*/


.produit .shortDesc{
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    box-shadow: 0px 10px 16px rgba(92, 92, 92, 0.10);
}



.produits .shortDesc h2{
    font-weight: 800;
    font-size: 24px;
}


.produits .shortDesc h3{
    font-weight: 800;
    font-size: 18px;
}

.produits .shortDesc .lh-sm{
    font-size: 18px;
}

.produit .shortDesc svg path{
    fill: #719DC6;
}

.produit .produitHover svg path,.produit .produitHover svg rect{
    fill:white;
}

.produits .ico-section span{
    font-size: 14px;
}


.section_detail h1{
    font-size: 32px;
    font-weight: 800;
}

.annonce-next-icon,.annonce-prev-icon{
    border-radius: 50rem;
    width: 40px ;
    height: 40px;
    text-align: center;
    border: 1px solid #729CC6;

}

.annonce-next-icon svg path,.annonce-prev-icon svg path{
    fill:  #729CC6;

}

.annonce-next-icon svg,.annonce-prev-icon svg{
    margin-top: 3px;
}

.mt-cs1{
    margin-top: 5px;
}

.annonce-next-icon svg {
    transform: rotate(180deg);
}

.square-image{
    width: 100%;
    height: 679px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


#galleryModal {
    animation: zoomIn 0.5s;
}


.gallery-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(250, 250, 250, 0.8);
    z-index: 99999999;
}

.gallery-content {
    margin: auto;
    display: block;
    max-width: 80%;
    height: 80%;
    position: relative;
    top: 46%;
    transform: translateY(-50%);
}

.close-gallery {
    position: absolute;
    top:-1rem;
    right: 1rem;
    cursor: pointer;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    border-radius: 50rem;
    top: 50%;
    transition: 0.6s ease;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #729CC6;
    user-select: none;

}

.prev {
    left: 3rem;
    text-align: center;
    
}

.next {
    right: 3rem;
    text-align: center;
    opacity: 1; 
}

.next svg path,.prev svg path{
    fill: #729CC6;
}

.next svg {
    transform: rotate(180deg);
}

.next svg,.prev svg{
    margin-top: 3px;
}

#carouselDetail{
    position: relative;
}

#carouselDetail .carousel-control{
    position: absolute;
    background-color: transparent;
    bottom: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}


#carouselDetail .carousel-control .btn_big{
    width: 182px;
    height: 40px;
    background-color: transparent;
    color: white;
    font-size: 16px;
    font-weight: 600;
}

#carouselDetail .carousel-control .btn_big:hover{
    color: #729CC6;
}

.description .cdc{
    width: 254px;
    height: 42px;
    font-size: 17px;
    font-weight: 800;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 50rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.description .cdc span{
    align-self: center;
}

.description h2,.caracteristique h2,.info h2,.divDpe h2{
    font-size: 28px;
    font-weight: 800;
}

.description p{
    font-size: 18px;
    font-weight: 600;
}

.caracteristique svg path{
    fill: #729CC6;
}

.caracteristique .ico-section{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 3rem;
}

.caracteristique .ico-section div{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: flex-end;

}

.caracteristique .ico-section div span{
   font-size: 14px;
   font-weight: 800;
}

.info li{
    font-size: 18px;
}

.info li span{
    font-size: 22px;
    font-weight: 600;
}


.conseiller .form-control{
    padding: 0.5rem 1.3rem;
    margin-bottom: 1rem;

}

.conseiller{
    z-index: 2;
    right: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.sticky{
   background-color:  #729CC6;
   border-radius: 2rem;
   padding: 2.5rem;
   position: sticky;
   top: 6rem;
   margin-bottom: 60px;
}



.conseiller h3{
    margin-bottom: 2rem;
}


.conseiller .imgConseil{
    width: 180px ;
    height: 180px;
    border-radius: 50rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.conseiller .lienTel{
    text-decoration: none;
}

.conseiller .lienTel:hover{
    color: white;
}


.dpe{
    height: 18rem;
    width: auto;
    margin-bottom: 1rem;
}

.conso{
    position: absolute;
    font-weight: bold;
    font-size: 20px;
}

.emi{
    position: absolute;
    font-weight: bold;
    font-size: 20px;
}

.emi2{
    position: absolute;
    font-weight: bold;
    font-size: 20px;
}

.no-dpe img{
   filter: grayscale(100%);
}

.no-dpe p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
    font-size: 15px;
    font-weight: 800;
    margin: 0;
    text-align: center;
    width: fit-content;
}

@media (max-width: 1200px){
.caracteristique .ico-section{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}
}
@media (max-width: 991px){

    header{
        position: relative;
        margin-top: 25px;
        height: 150px;
    }

    header .d-flex{
        flex-wrap: wrap;
        
    }
    header img.logo{
        position: absolute;
        top: 1rem;
        left: 1rem;
        margin: 0!important;
        width: 50%;
        height: auto;
        display: block;
        max-width: 200px;;
    }

    
    header .burger{
        position: absolute;
        top: 1.2rem;
        right: 1rem;
    }

    header .favoris {
        position: absolute;
        bottom: 1rem;
        left: 1rem;
        margin: 0!important;
    }

    header .reseaux {
       position: absolute;
       bottom: 1rem;
       right: 1rem;
       margin: 0!important;
   }

   header .reseaux.me-3{
    right: 5rem;
}

.fixed-header .reseaux, .fixed-header  .favoris{
    display: none;
}

.fixed-header a.logo	{
	width:63%;
	}
	
.home_intro_infos {
    margin-top: 200px;
}

.home_intro--btns {
 flex-wrap: wrap;
 margin-top: 30px;
}

.home_intro--btns .btn_big{
    margin: 1rem auto !important;
    width: 90%;
}

.home_intro--bottom{
    padding-left: 1rem;
    flex-direction: column-reverse;
}

.home_intro--bottom a{
    width: 100%;
    display: block;
    text-align: end;
}

.home_intro--bottom p {
    font-size: 11px;
}

.home_intro--bottom p:first-child{
    margin-top: 2rem;
}

.carousel-inner .carousel-item .carousel-line > div:nth-child(2),.carousel-inner .carousel-item .carousel-line > div:nth-child(3) {
    display: none;
}


.avis .carousel-control-next {
    right: 1.5rem;
    z-index: 4;
}

.avis .carousel-control-prev {
    left: -0.5rem;
    z-index: 4;
}

.ficheAvis .bordered {
    margin:1rem 0.5rem;
    padding: 1rem;
}

.ficheAvis .img_avis{
    margin: auto;
}

.ficheAvis.pe-3{
    padding-right: 0!important;
    padding-left: 0!important;
}

.h1 {
    font-size: 35px;
}

.h2 {
    font-size: 30px;
}


.h3 {
    font-size: 25px;
}

.section_about .btn_big{
    margin: 6rem auto 2rem;
}

.container,.pcontainer {
 padding: 0 1rem;
}

#carouselAvis .row{
    margin: 0!important;
    padding: 0!important;
}

.avis #carouselAvis {
    padding: 4rem 2rem 3rem; 
}

.contact .col-lg-4 {
    padding-right: 1rem;
}

.contact .btn_big{
    margin-bottom: 2rem;
}

.contact .back_main_color {
    padding: 5rem 1rem;
}

.info h3{
    margin-top: 2rem;
}

.produits .d-flex.justify-content-between{
    flex-wrap: wrap;
}

.produits .searchReference,.produits .btn_big{
    margin:1rem auto;

}

.titleBiens {
    margin-bottom: 1rem;
}

.produit .p-5{
    padding: 2rem 1rem !important;
}

.modal .modal-dialog {
 margin-top: 5rem;
}

.search_form.p-5{
    padding:2rem 1rem!important;
}

.search_form .row,#liste_biens,#liste_biens .row{
    --bs-gutter-x: 0;
}

.section_detail .d-flex.justify-content-between.pt-3.mt-5{
    flex-wrap: wrap;
    position: relative;
}

.annonce-prev-icon,.annonce-next-icon{
    position: absolute;
    top: -2rem;

}

.annonce-prev-icon{
    left: 1rem;
}

.annonce-next-icon{
    right: 1rem;
}

.section_detail .shadow {
  padding: 2rem 1rem;

}

.sticky {
    padding: 2.5rem 1rem;

}

.shareReseaux {
    width: 50px;
    height: 50px;
} 

.shareReseaux svg{
    width: 20px;
    height: 20px;
}       

.description h2, .caracteristique h2, .info h2, .divDpe h2 {
    font-size: 24px;
    
}

.caracteristique .ico-section {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.alerteButton {
    margin-bottom: 1rem;
}

.customselect{
    margin-bottom: 1rem ;
}

footer .copy{
    flex-wrap: wrap;
}

footer img,footer svg{
    margin-top: 1rem;
}

.btn_mob,.ico-contact {
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    z-index: 5;
    right: 15px;
    bottom: 15px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #719DC6;
    border:none;
}
.btn_mob svg,.ico-contact svg {
    margin: auto;
    width: 26px;
    height: auto;
    align-self: center;
}

.dpe {
    height: 13rem;
  
}	
	
.emi ,.conso,.emi2{
	font-size:18px;
	}
	
.btn_mob svg path,.ico-contact svg path{
    fill: white;
}

@media screen and (min-aspect-ratio: 1/1) {
   .gallery-content {
     width:auto;
     height: 100%;

     max-width:100%;


 }
}


@media screen and (max-aspect-ratio: 1/1) {
 .gallery-content {
     width:100%;
     height: auto;
     max-width:100%;
 }
}

}