* {
margin: 0;
padding: 0;
list-style: none;
text-decoration: none;
font-family: "poppins";
scroll-behavior: smooth;
box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
button{
   font-family: "torus notched";
}

body{
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}

.hero {
    background-image: url(image/fond.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

header {
    height: 120px;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    z-index: 1000;
}

header .container {
    max-width: 1500px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.logo {
    position: absolute;
    top: 50px;
    left: 50px;
    transform: translateY(-50%);
}

.logo img {
    height: 80px;
    object-fit: contain;
}

.onglet ul {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.onglet li a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.2em;
    transition: 0.3s;
    padding: 0 30px;
}

.onglet li a:hover {
    color: rgb(248, 188, 116);
}

.sec1  {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;

}

@media (max-width: 768px) {
    .sec1 {
        background-position: top;
    }

    .sec1 h1 {
        font-size: 2.5em;
        text-align: center;
    }

    .sec1 .container {
        padding-left: 20px;
        padding-right: 20px;
        align-items: center²;
    }
}


.sec1 .container {
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 200px;
}

.sec1 h1 {
    color: rgb(248, 188, 116);
    font-size: 5em;
    font-family: "Torus Notched Regular";
    margin-bottom: 40px;
}

.sec1 button {
    position: relative;
    height: 50px;
    width: 160px;
    border-radius: 50px;
    border:3px solid rgb(248, 188, 116) ;
    background-color: white;
    font-size: 1em;
    color: rgb(248, 188, 116);
    z-index: 2;
    transition: 0.3s;
    overflow: hidden;
}

.sec1 button:hover {
   color: black;
   width: 200px;
}

.sec1 button::before {
   content: "";
   position: absolute;
   inset: 0;
   background-color: rgb(248, 188, 116);
   border-radius: 50px;
   transform: translate(-100%);
   transition: 0.3s;
   z-index: -1;
   
}

.sec1 button:hover::before {
   transform: translate(0%);
}


.sec1 button  i {
   transform: scale(0);
   margin: -10px;
   transition: 0.3s;
}

.sec1 button:hover  i {
   transform: scale(1);
   margin-left: 10px;
}

.burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.burger span {
    height: 3px;
    background-color: white;
    border-radius: 2px;
}

.menu-mobile {
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    background-color: rgb(248, 188, 116);
    text-align: center;
    max-height: 0;
    overflow: hidden;
    transition: 0.2s ease, padding 0.2s ease;
    z-index: 1000;
}

.menu-mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-mobile li {
    margin: 15px 0;
}

.menu-mobile li a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.2em;
}

.menu-mobile.open {
    max-height: 300px;
    padding: 20px 0;
}

.menu-mobile li a:hover {
    color: white;
}

@media (max-width: 1200px) {
    .onglet {
        display: none;
    }

    .burger {
        display: flex;
    } 
}

@media (max-width: 768px) {
     .sec1 .container {
        align-items: center;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .sec1 h1 {
        font-size: 3em;
        text-align: center;
    }

    .sec1 button {
        margin: 20px;
        width: 170px;
        height: 40px;
        font-size: 0.9em;
    }
}

.sec2{
    position: relative;
    background-color: white;
    padding: 100px 20px;
    z-index: 1;
    
}

.sec2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: gainsboro;
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%); 
  z-index: 2;
}

.sec2 .container {
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 100px;
}

.sec2 .title {
    position: relative;
    width: 100%;
    text-align: center;
    color: black;
    font-size: 1.5em;
    margin-bottom: 60px;
    margin-top: 40px;
}

.sec2 .title h1 i {
    margin-right: 15px;
    color: rgb(248, 188, 116);
    font-size: 1em;
    vertical-align: middle;
}

.sec2 .title::before{
    content: "";
    position: absolute;
    height: 30px;
    width: 200px;
    border-radius: 10px;
    background-color: rgb(248, 188, 116);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 80% 35%, 64% 100%, 48% 35%, 31% 100%, 16% 35%, 0 80%);
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
}

.content-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;

} 

.sec2 .left {
    max-width: 700px;
    color: black;
}

.sec2 .left p {
    margin-top: 30px;
    font-size: 1.1em;
    line-height: 1.7;
    color: black;
    font-family: "Torus Notched Regular";
}

.sec2 .titre {
    display: flex;
    align-items: center;
}

.sec2 .point {
    margin-right: 20px;
    width: 20px;
    height: 20px;
    background-color: rgb(248, 188, 116);
    border-radius: 50px;
    border: 3px solid black;
}

.sec2 .separateur {
    width: 75px;
    height: 7px;
    background-color: rgb(248, 188, 116);
    border-radius: 0 50px 50px 0;
    margin: 25px 0;
}

.sec2 .right img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .sec2 .container {
        padding-left: 20px;
        padding-right: 20px;
        
    }

    .sec2 .left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .content-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 30px 0;
    }

    .sec2 .separateur {
        border-radius: 50px;
    }

    .sec2 .titre {
        justify-content: center;
        flex-direction: column;
    }

    .sec2 .point {
        margin-right: 0;
    }
}


.sec3 {
  background-color: rgb(249, 244, 244);
  width: 100%;
  margin: 0;
  padding: 0;
}

.sec3 .container {
  width: 100%;
  max-width: none;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}

.sec3 .title {
  color: black;
  text-align: center;
  font-size: 1em;
  margin-bottom: 60px;
}

.sec3 .title h1 {
  font-size: 2em;
  color: black;
  margin-top: 20px;
  position: relative;
  display: inline-block;
}

.sec3 .title h1 i {
  margin-right: 15px;
  color: rgb(248, 188, 116);
  font-size: 1em;
  vertical-align: middle;
}

/* Intro bloc avec point + h2 + p */
.intro-section {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.sec3 .point {
  width: 20px;
  height: 20px;
  background-color: rgb(248, 188, 116);
  border-radius: 50px;
  border: 3px solid black;
}

.sec3 .separation {
  width: 75px;
  height: 7px;
  background-color: rgb(248, 188, 116);
  border-radius: 0 50px 50px 0;
  margin: 25px 0;
}

.intro-section h2 {
  font-size: 1.5em;
  color: black;
  margin: 0;
}

.intro-text {
  color: black;
  font-size: 1em;
  line-height: 1.6em;
  margin-bottom: 40px;
}

/* Service layout: split left/right */
.services-split {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.services-left,
.services-right {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Card styling */
.service-card {
  background-image: url(image/image4.jpg);
  padding: 30px 25px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 5px 8px rgb(248, 188, 116);
}

.service-card i {
  font-size: 2em;
  color: rgb(248, 188, 116);
  margin-bottom: 15px;
  display: block;
}

.service-card h3,
.service-card h4,
.service-card h5,
.service-card h6 {
  font-size: 1.3em;
  color: #222;
  margin-bottom: 10px;
}

.service-card p {
  color: #333;
  font-size: 0.95em;
  line-height: 1.6;
}

/* Responsive layout */
@media (max-width: 768px) {
  .services-split {
    flex-direction: column;
  }

  .services-left,
  .services-right {
    width: 100%;
  }

  .service-card {
    text-align: left;
  }
}

@media (max-width: 1200px) {
     .services-split {
    flex-direction: column;
  }

  .services-left,
  .services-right {
    width: 100%;
  }

  .service-card {
    text-align: left;
  }
}

.sec4 {
  background-image: url(image/fond5.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  font-family: "Torus Notched Regular";
  padding: 60px 20px;
}

.sec4 .container {
  max-width: none;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}

.title {
  text-align: center;
  margin-bottom: 50px;
  color: black;
}

.title h1 {
  font-size: 2.2em;
  color: black;
}

.honoraires-layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.honoraires-card {
  background-image: url(image/fond5.png);
  border: 2px solid rgb(248, 188, 116);
  border-radius: 10px;
  flex: 1 1 23%; /* 4 cards in a row */
  min-width: 250px;
  padding: 20px;
  text-align: center;
  box-shadow: 6px 6px 10px rgb(248, 188, 116);
}

.honoraires-card h2,
.honoraires-card h3,
.honoraires-card h4,
.honoraires-card h5 {
  font-size: 1.2em;
  color: black;
  margin-bottom: 15px;
}

.honoraires-card p {
  font-size: 0.95em;
  line-height: 1.6em;
  color: #333;
}

.sec4 .container p {
    margin: 30px 0;
}

.sec4-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.sec4-button {
 display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* Espace entre texte et icône */
  padding: 12px 24px;
  border: 3px solid rgb(248, 188, 116);
  border-radius: 50px;
  background-color: white;
  color: rgb(248, 188, 116);
  font-size: 1em;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease;
  white-space: nowrap;
  font-family: "Torus Notched Regular";
}

.sec4-button:hover {
  color: black;
  width: 200px;
  
}

.sec4-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(248, 188, 116);
  border-radius: 50px;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: -1;
}

.sec4-button:hover::before {
  transform: translateX(0%);
}

.sec4-button i {
  transform: scale(0);
  margin-left: -30px;
  transition: transform 0.3s ease, margin-left 0.3s ease;
  display: inline-block;
}

.sec4-button:hover i {
  transform: scale(1);
  margin-left: 10px;
}



/* Responsive */
@media (max-width: 992px) {
  .honoraires-layout {
    flex-wrap: wrap;
  }

  .honoraires-card {
    flex: 1 1 45%;
  }
}

@media (max-width: 600px) {
  .honoraires-card {
    flex: 1 1 100%;
  }

  @media (max-width: 768px) {
  .sec4-button {
    height: 40px;
    width: 140px;
    font-size: 0.9em;
  }
}
}

.sec5 {
  background-color: white;
  width: 100%;
  padding: 60px 20px;
  font-family: "Poppins", sans-serif;
}

.sec5 .title {
  text-align: center;
  color: black;
  margin-bottom: 50px;
}

.faq-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
}

.faq-content {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
}

.faq-item {
  border-bottom: 2px solid rgb(248, 188, 116);
  margin-bottom: 15px;
  padding: 10px 0;
}

.faq-question {
  font-size: 1.2em;
  font-weight: 600;
  color: #111;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  transition: transform 0.2s ease;
}

.faq-item.active .faq-question::after {
  content: "−";
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease;
  font-size: 1em;
  line-height: 1.6;
  color: #444;
  padding-left: 10px;
}

.faq-item.active .faq-answer {
  max-height: 1000px; /* suffisamment grand */
  margin-top: 10px;
}

.faq-image {
  flex: 1 1 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}

.faq-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .sec5 {
    padding: 40px 15px;
  }

  .faq-question {
    font-size: 1.1em;
  }

  .faq-answer {
    font-size: 0.95em;
  }

  .sec5 .title h1 {
    font-size: 1.5em;
  }
  .faq-wrapper {
    flex-direction: column;
  }

  .faq-image {
    margin-top: 30px;
  }
}

.contact-section {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('image/image\ 3.jpg') center/cover no-repeat;
  color: white;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.contact-section .container {
  max-width: 800px;
  margin: 0 auto;
}

.contact-section h1 {
  text-align: center;
  margin-bottom: 15px;
}

.contact-section p {
  text-align: center;
  margin-bottom: 40px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.row {
  display: flex;
  gap: 20px;
}

.row input,
.full select,
.full textarea {
  flex: 1;
  padding: 12px;
  border: none;
  border-bottom: 1px solid white;
  background: transparent;
  color: white;
  font-size: 1em;
}

.row input::placeholder,
.full select,
.full textarea::placeholder {
  color: rgba(255,255,255,0.7);
}

.full select {
  appearance: none;
  -webkit-appearance: none;  
  -moz-appearance: none;     
}

.full select option {
  color: black;
  background-color: white;
}



textarea {
  min-height: 150px; /* Ajoute cette ligne */
  font-size: 1em;
  background: transparent;
  color: white;
  border: none;
  border-bottom: 1px solid white;
}

.checkbox {
  font-size: 0.9em;
}

.submit {
  text-align: center;
}

button {
  background: white;
  color: black;
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 1em;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

button:hover {
  background: rgb(248, 188, 116);
  color: black;
}

@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }
}

.site-footer {
  background-color: #2c2c2c;
  color: white;
  padding: 40px 0;
  width: 100%;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 40px; /* au lieu d’un max-width */
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.footer-left img.footer-logo {
  max-height: 60px;
}

.footer-center {
  text-align: center;
  line-height: 1.6;
}

.footer-center a {
  color: #f8bc74;
  text-decoration: none;
}

.footer-right {
  text-align: right;
  color: #f8bc74;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .footer-right {
    text-align: center;
  }
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2c2c2c;
  color: white;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95em;
  z-index: 9999;
}

.cookie-banner p {
  margin: 0;
  flex: 1;
}

.cookie-banner a {
  color: rgb(248, 188, 116);
  text-decoration: underline;
}

.cookie-banner button {
  background-color: rgb(248, 188, 116);
  color: black;
  border: none;
  padding: 10px 20px;
  margin-left: 20px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}

.cookie-banner button:hover {
  background-color: #f0a02b;
}

