/* Reset CSS */
html, body, ul, li, h1, h2, h3, p, blockquote, form, input, textarea, button, img {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

#mobile_menu{
    background-color: #fff;
    width: 100%;
    font-family: "Poppins", sans-serif;
    z-index: 1;
 

  }

  #mobile_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }

 .row{
    display: flex;

 }
  

/* Global Styles */
body {
    font-family: Arial, sans-serif;
    line-height: 1.5;  
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
}

h1, h2, h3 {
    margin-bottom: 20px;
}

p {
    margin-bottom: 10px;
}

ul {
    list-style: none;
}

/* Header Styles */
header {
    background-color: #575654;
    width: 100%;
    z-index: 99;

}
#vision-text{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 75px;
    padding-right: 75px;
    font:300 20px/32px SofiaProLight;
    color: #575752;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 98px;
}

nav ul {
}

nav a{
    color: #C3AA7E;
    font-size: 20px;
}

nav .open{
    display: none;
}

.logo img {
    width:130px;
}

.menu li {
    display: inline-block;
    margin-left: 20px;
}

.menu li a {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 24px;
}


.menu li a:hover {
    text-decoration: underline;
    
}

#accueil-image{
    background-image:url('../assets/maison-contemporaine.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 100%;
}

#accueil-text{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
#accueil-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/13.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
  }
  
.owl-prev, .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border:0px solid black;
}
.owl-prev { left: -50px; }
.owl-next { right: -50px; }
.owl-prev i, .owl-next i {transform : scale(2,5); color: #fff;}

/* Accueil Section Styles */
#accueil {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.titre{
    color: #000;
    font-size: 2.5rem;
}
.subtitle{
    color: #594E48;
    font-size: 1.5rem;
}
.hero {
    max-width: 600px;
    margin: 0 auto;
}

.hero h1 {
    font-size: 45px;
    margin-bottom: 30px;
    line-height: 44px;
    font-family: 'Quicksand', sans-serif;

}

.hero p {
    font-size: 18px;
    margin-bottom: 40px;
    font-family: 'Poppins', sans-serif;
}

.cta-button {
    margin-top: 45px;
    display: inline-block;
    padding: 12px 20px;
    font-size: 18px;
    color: #fff;
    background-color:  #594E48;
    text-decoration: none;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
}

#accompagnement{
    background-color:#E4E0E1;
    padding: 50px 50px;
    text-align: center;
}

#accompagnement .container{
    display: flex;
}

#accompagnement .service{
    color: #594E48;
    margin: 15px;
    flex: 1 1 0px;
    padding: 15px;
    background-color: white;
    border-radius: 5%;
}

#accompagnement .service:hover{
    background-color: #594E48;
    color: white !important;
    cursor: pointer;
}

#accompagnement h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 40px;
    color: #333;
    line-height: 36px;
}

/* Ã€ propos Section Styles */
#apropos {
    padding: 100px 50px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
}
#apropos .container{
    display: flex;
    justify-content: center;
    align-items: center;
}

#apropos .container h2{
    font-family: 'Quicksand', sans-serif;
    font-size: 40px;
    color:  #594E48;
    line-height: 36px;
}

#apropos .container hr{
    margin-bottom: 45px;
}


#apropos .container p{
    color:  #594E48;
}
#apropos .container {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-align: justify;
    line-height: 26px;
}

#apropos .container .left-side img {
    width:85%;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
}

#apropos .container .left-side, #apropos .container .right-side  {
    width: 50%;
}

/* Services Section Styles */
#services {
    padding: 50px 50px;
    text-align: center;
}



#services .container{
    display: flex;
    color: #594E48;
}

#services h2{
    font-family: 'Quicksand', sans-serif;
    font-size: 40px;
    color:  #333;
    line-height: 36px;
}
.service{
    padding: 15px;
}

.service:hover {
    background-color: #F0F0F0;
    border-radius: 10px;
}

.service img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.service h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    
}

.service p {
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    
}

#systeme{
    background-color: #594E48;
    padding: 50px 50px;
    text-align: center;
}

#systeme .container{
    display: flex;
    justify-content: space-around;
}

#systeme h2{
    font-family: 'Quicksand', sans-serif;
    font-size: 40px;
    color:  #fff;
    line-height: 36px;
}


#produits{
    background-color: #F6F3EF;
    text-align: center;
}

#produits .container{
    display: flex;
    justify-content: space-around;
    max-width: max-content;
}

#produits h2{
    font-family: 'Quicksand', sans-serif;
    font-size: 40px;
    color:  #fff;
    line-height: 36px;
}


.produit {
    background-color: #575654;
}



.produit img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.produit h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    color: #594E48;
}

.produit p {
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    color: #594E48;
}

#faq {
    padding: 50px 50px;
    text-align: center;
}



#faq .container{
    display: flex;
    justify-content:center;
}

#faq h2{
    font-family: 'Quicksand', sans-serif;
    font-size: 40px;
    color:  #333;
    line-height: 36px;
}

#questions-list{
    width: 100%;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: 1px solid #594E48;
    outline: none;
    transition: 0.4s;
    margin-top: 12px;
  }
  
 
  
  /* Style the accordion panel. Note: hidden by default */
  .panel {
    padding: 0 18px;
    background-color: white;
    border: 1px solid #594E48;
    border-top: 0px;
    display: none;
    overflow: hidden;
  }

  .accordion:after {
    content: '˅'; /* Unicode character for "plus" sign (+) */
    font-size: 20px;
    color: #594E48;
    float: right;
    margin-left: 5px;
  }

  .accordion:hover:after {
    color: #fff;
  }
  

  .more-faq{
    display: block;
    color: #594E48;
    margin-top: 24px;
  }
 /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
 .accordion:hover {
    background-color: #594E48;
    color: white;
    border: 1px solid white;
  }
/* Footer Styles */
footer {
    background-color: #575654;
    padding: 20px;
    text-align: center;
    color: #C3AA7E;
}

footer p {
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 26px;
}

footer a {
  color: #C3AA7E;
  text-decoration: none;
}


#faq-page{
    padding-top: 175px;
}
#faq-page .container{
    display: flex;
    flex-direction: column;
    justify-content:center;
}

#faq-page h1{
    font-family: 'Quicksand', sans-serif;
    font-size: 40px;
    color:  #333;
    line-height: 36px;
}

#annonce{
    height: 100px;
    width: 100%;
    background-color: #e52920;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

#accueil-txt-img{
    height: 60vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.annonce{
    color: white;
    font-size: x-large;
}

.menu .selected-menu{
    color:#C3AA7E;
    text-decoration: underline;
}

.real{
    background-color: #e52920;
    width: 30%;
    height: 250px;
}
#realisation-section{
    background-color: #000;
    text-align: center;
}

#realisation-section .row{
 display: flex;
 flex-direction: row;
 justify-content: center;
}

.realisation-item{
    max-height: 350px;
    margin: 25px;
}

.center-items{
    display: flex;
    justify-content: center;
}

blockquote {
    position: relative;
    padding: 40px 70px;
  }
  blockquote p {
    margin: 0;
  }
  blockquote:before {
    position: absolute;
    top: 25px;
    left: 25px;
    content: "\f10d";
    font-family: 'Fontawesome';
    font-size: 40px;
    color: #999;
  }
  blockquote:after {
    position: absolute;
    bottom: 25px;
    right: 25px;
    content: "\f10e";
    font-family: 'Fontawesome';
    font-size: 40px;
    color: #999;
  }