*{
    font-family: "Poppins", sans-serif;
}
article{
    padding:3rem 0 !important;
}
/* Sommaire des sections :
    SECTION HEADER
    SECTION FOOTER
    SECTION D'ACCUEIL
    SECTION TRAVAUX DE COUVERTURE
    SECTION A VOTRE SERVICE
    SECTION NOS CLIENTS NOUS FONT CONFIANCE
    SECTION AUTRES PRESTATIONS
    SECTION NOS PROJETS REALISES
    SECTION CONTACT
    SECTION CE QUE NOS CLIENTS DISENT
    SECTION NOS PRESTATIONS
    SECTION A PROPOS DE NOUS
    SECTION TRAVAUX
    SECTION POURQUOI NOUS CHOISIR
    SECTION NOTRE EQUIPE
    SECTION CONTACTEZ-NOUS
    SECTION CHEMIN
    SECTION CARTE
*/

/******************** SECTION HEADER ********************/
.container-fluid.text-white.py-2.d-none.d-lg-block{
    background-color: #000000;
}
.header-menu  ul{
    justify-content: end;
}
.contact-item a{
    font-size: 1em;
    color:white;
    text-decoration: none;
}
.header-top-2 p{
    font-size: 1em;
    margin: auto;
}
.header-container {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 100px;
    max-width: 1200px;
    margin: auto;
}
.header-logo img {
    height: 100px; 
}
.header-menu {
    flex-grow: 1;
    text-align: right;
    justify-content: flex-end;
}
.nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}
.nav-list li {
    display: inline-block;
}
.nav-list a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    padding: 10px;
}
.nav-list a:hover {
    color: #C39049;
}
.header-button {
    margin-left: 20px;
}
.btn-devis {
    display: flex;
    align-items: center;
    background-color: #C39049;
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.7s;
    border-radius: 5px;
}
.btn-devis img {
    width: 15px;
    margin-right: 8px;
}
.btn-devis:hover {
    background-color: #fff;
    color: #C39049;
}
.btn-devis:hover img {
    filter: invert(58%) sepia(16%) saturate(1512%) hue-rotate(355deg) brightness(102%) contrast(82%);
}
.mobile-header-top {
    padding: 20px;
    background: black;
    color: white;
    text-align: center;
}
.nav-link{
    font-size: 1.5em;
}
.mobile-header-top p {
    margin-bottom: 10px;
    font-size: 1.2em;
}
.mobile-nav-list li a {
    font-size:1.5em
}
.mobile-header-top .contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}
.mobile-header-top .contact-icon {
    width: 20px;
    margin-right: 10px;
}
.mobile-header-top a {
    color: white;
    text-decoration: none;
}
.mobile-header-top .header-icon-right {
    margin-top: 10px;
}
/* Top header*/
.header-top{
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center; 
    justify-content: space-between; 
    gap: 20px; 
    flex-wrap: wrap;
    font-size:1rem;
}
.header-top-1{
    background-color: rgb(0, 0, 0);
    color:white;
}
.header-top a{
    color:rgb(255, 255, 255);
}
.header-top a:hover{
    color:#C39049;
}
.header-top-2{
    display: flex;
  align-items: center;
  gap: 20px;
}
.nav-item .text-dark:hover{
    color:#C39049 !important;
}
/******************** SECTION FOOTER ********************/
.site-footer p{
    color:#000000
}
.fw-bold.text-decoration-none:hover{
    color: #c39049 !important;
}
.site-footer .text-dark:hover{
    color:#C39049 !important;
}
.contact-us-wrapper .rounded{
    background-color: #F4D49C2B;
    box-shadow: 0 0 30px 0 #00000017;
}
.contact-us-wrapper input{
    background-color: #F4D49C00;
}
.contact-us-wrapper #your-message{
    background-color: #F4D49C00;
    border-radius: 0;
}
.contact-us-wrapper #your-subject{
    background-color: #F4D49C00;
    border-radius: 0;
}
.site-footer {
    background-color: black;
    font-size:1rem;
    margin-bottom: 0 !important;
}
.site-footer p{
    font-size: 1em;
}
.footer-bloc{
    justify-content: space-between;
}

.site-footer p span.fw-bold, .site-footer p a{
    color:#A26716;
}
.footer-container {
    display: flex;
    justify-content: space-between; 
    flex-wrap: wrap; 
    margin: 0 auto;
    text-align: left;
    padding: 40px 0;
    color: white;
    max-width: 1200px;
}
.footer-column {
    width: 25%; 
    min-width: 250px; 
    padding: 10px;
}
.footer-logo {
    text-align: center;
}
.footer-column h3 {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.footer-column .line {
    width: 50px;
    border: 2px solid #fff;
    margin: 5px 0 15px;
}
.contact-item {
    display: flex;
    align-items: center;
    font-size: 1rem;
    margin: 20px 0;
}

.contact-icon {
    width: 20px;
    margin-right: 10px;
}
.horaires-item {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    margin: 25px 0;
}
.horaires-line {
    width: 100% !important;
    border: 0.1px solid #616161 !important;
    margin: 0;
}
/******************** SECTION D'ACCUEIL ********************/
.hero-background {
    /*background-image: url(../images/Fond-biou-bruno.png);*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw; 
    height: 1000px; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    z-index: -1; 
}
.hero-section {
    position: relative;
    margin: 0 auto;
    text-align: left; 
    padding: 0 0 200px 0;
    height: 60em;
}
.hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.hero-title {
    font-size: 10em;
    font-weight: bold;
    line-height: 1.1;
    margin: 0;
}
.hero-title span {
    display: block; 
    color: #EBC07E;
}
.hero-title strong {
    color: #222A5E;
    display: block; 
}
.hero-section h2 {
    font-size: 3em;
    color: black;
    max-width: 40%;
    margin: 20px 0 40px; 
    line-height: 1.4;
    font-weight: normal;
}
.hero-contact {
    display: flex;
    align-items: center;
    gap: 20px; 
}
.hero-contact .contact-text {
    text-align: left;
}
.hero-contact .contact-text p:first-child {
    font-size: 1.5em;
    margin: 0;
}
.hero-contact .contact-text p:last-child {
    font-size: 2em;
    font-weight: bold;
    margin: 0;
}
.contact-btn-rond {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: #384043;
    border: 7px solid #ccc; 
    border-radius: 50%; 
    cursor: pointer;
    animation: pulse 1.5s infinite;
}
.contact-btn-rond img {
    width: 30px;
    height: auto;
}
.trust-section img.img-fluid{
    width: 200px;
    margin: auto;
}
.trust-section .trust-card{
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
}
.trust-button{
    background-color: #EBC07E;
}
.trust-button a{
    color: #ffffff;
    text-decoration: none;
}
.trust-section {
    position: relative;
    overflow: hidden;
}
.trust-background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%; 
    background-color: #E5E5E5; 
    z-index: 0; 
}
.trust-section .container {
    position: relative;
    z-index: 1;
}
/******************** SECTION TRAVAUX DE COUVERTURE ********************/
.travaux-section {
    background-image: url(../images/Fond-bleu-blanc.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
.travaux-section .line {
    width: 50px;
    border: 2px solid #fff;
    margin: 20px auto 10px auto;
}
.travaux-icon {
    width: 80px;
}
.travaux-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.travaux-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}
.travaux-card .card-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 135px;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    transition: height 0.3s ease-in-out;
    flex-direction: row;
}
.travaux-card .card-title {
    font-size: 20px;
    font-weight: bold;
    color: white;
}
.travaux-card .card-arrow {
    width: 20px;
    height: 15px;
    transition: transform 0.3s ease-in-out;
}
.travaux-card .card-text {
    display: none;
    font-size: 16px;
    margin-top: 15px;
}
.travaux-card:hover .card-overlay {
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.travaux-card:hover .card-text {
    display: block;
}
.travaux-card:hover .card-arrow {
    transform: rotate(180deg);
}
.travaux-section h2 {
    font-size: 3em;
    color: rgb(235, 192, 126);
    margin: 2% 0;
    font-weight: bold;
  }
.travaux-section strong{
    font-size: 1em;
    color:#EBC07E;
}
.travaux-section p{
    font-size: 1.5em;
}
@media (max-width: 992px) {
    .travaux-section h2 {
        font-size: 2rem;
    }

    .travaux-card {
        height: auto;
    }
}
/******************** SECTION a VOTRE SERVICE ********************/
.a-votre-service-wrapper {
    position: relative;
    width: 100%;
    margin: 50px 0;
}
.a-votre-service-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 40vw; 
    height: 100%;
    background-color: #EBC07E;
    z-index: -1;
}
.a-votre-service {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    padding: 40px 0;
}
.a-votre-service-img {
    max-width: 640px;
    max-height: 610px;
    position: relative;
    right: 0;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.a-votre-service-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.a-votre-service-right h2 {
    font-size: 1.7rem;
    color: #C39049;
    margin: 10px 0;
    font-weight: normal;
}
.a-votre-service-right h3 {
    font-size: 1.5rem;
    color: black;
    font-weight: 600;
    margin: 10px 0;
}
.a-votre-service-right p {
    font-size: 1rem;
    color: gray;
    line-height: 1.5;
    margin: 10px 0;
    text-align: justify;
}
.check-container {
    display: flex;
    align-items: center;
    gap: 23px;
    margin-top: 20px;
}
.check-container img {
    width: 26px;
    height: 19px;
}
.check-container p {
    font-size: 1rem;
    font-weight: 600;
    color: black;
    line-height: 1.5;
    padding-right: 20px;
}
.a-votre-service-wrapper h2{
    font-size: 3em;
    margin: 2% 0;
}
.a-votre-service-wrapper h3{
    font-size: 2.5em;
    margin-bottom: 5%;
}
.a-votre-service-wrapper p{
    font-size: 1.5em;
    margin-bottom: 5%;
    text-align: justify;
}
.a-votre-service-wrapper .text-dark{
    font-weight: bold;
}
/******************** SECTION NOS CLIENTS NOUS FONT CONFIANCE ********************/
.trust-card {
    background: white;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}
.trust-card:hover {
    transform: translateY(-5px);
}
.trust-card .line {
    width: 50px;
    height: 2px;
    background-color: #E5A94F;
    margin: 10px auto;
}
.trust-card button{
    width: 100%;
}
.trust-button {
    color: #fff;
    padding: 12px 18px;
    border: none;
    font-size: 1rem;
    transition: all 0.3s;
    border-radius: 5px;
}
.trust-button:hover {
    background-color: #C39049;
    color:white;
}
.trust-banner-1 {
    background: #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    padding: 40px 0;
}
p{
    font-size: 1.5em;
}
/******************** SECTION AUTRES PRESTATIONS ********************/
.section-other-services {
    position: relative;
    overflow: hidden;
}
.section-other-services::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 47%; 
    height: 100%;
    background: black;
    z-index: -1;
}
.service-item{
    padding-bottom: 5em;
}
.other-services-image img {
    box-shadow: -50px 50px 0 #222A5E;
    border-radius: 10px;
}
.service-number {
    min-width: 60px;
    min-height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 1.5rem;
    font-weight: bold;
}
.service-item p {
    flex: 1;
    text-align: justify;
    margin-left: 15px;
}
.other-services-text h2{
    font-size: 2.5em !important;
    margin: 2% 0;
}
.other-services-text h3{
    font-size: 3em !important;
}
/******************** SECTION NOS PROJETS REALISES ********************/
.project-item img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
    border-radius: 10px;
}
.project-item a:hover img {
    transform: scale(1.05);
}
.projects-section h2{
    font-size: 2.5em !important;
    margin: 2% 0;
}
.projects-section h3{
font-size: 3em !important;
}
.project-item {
    position: relative;
    width: 100%;
    padding-top: 100%; 
    overflow: hidden;
}
.project-item a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.square-img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}
.square-img:hover {
    transform: scale(1.05);
}
/******************** SECTION CONTACT ********************/
.contact-wrapper {
    position: relative;
    width: 100%;
    margin: 50px 0;
}
.contact-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw; 
    height: 100%;
    background-color: #000000;
    z-index: -1;
}
.contact {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: relative;
}
.contact-img {
    max-width: 640px;
    max-height: 610px;
    position: relative;
    right: 0;
}
.contact-right {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contact-right h2 {
    font-size: 24px;
    color: #C39049;
    margin: 10px 0;
    font-weight: normal;
}
.contact-right h3 {
    font-size: 50px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin: 10px 0;
}
.contact-right p {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 40px;
    margin: 10px 0;
    text-align: justify;
}
.clearfix {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.form-row {
    display: flex;
    width: 100%;
    gap: 20px;
}
.form-group {
    width: 100%;
}
.form-row .form-group {
    width: 50%; 
}
.field-inner input,
.field-inner select,
.field-inner textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}
.full-width {
    width: 100%;
}
.contact-btn {
    text-align: center;
}
.contact-btn input {
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    box-shadow: 0 0 30px 0 #0000000a;
    border: none !important;
    background-color: #EBC07E !important;
    color: rgb(0, 0, 0) !important;
    padding: 15px 20px !important;
    text-decoration: none;
    transition: background 0.3s;
}
.field-inner p {
    margin:0;
}
/******************** SECTION CE QUE NOS CLIENTS DISENT ********************/
.customer-section {
    text-align: start;
    padding: 30px 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.customer-header h2 {
    font-size: 24px;
    color: #EBC07E;
    font-weight: normal;
    margin-bottom: 5px;
}
.customer-header h3 {
    font-size: 50px;
    color: black;
    font-weight: bold;
    margin: 10px 0;
}
.reviews-section {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 1200px;
}
.review-company {
    background: white;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.company-header {
    display: flex;
    align-items: center;
    gap: 15px;
}
.company-logo {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
}
.company-name {
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 5px;
}
.star-rating img {
    width: 18px;
}
.review-count {
    font-size: 14px;
    color: gray;
    margin: 0 0 20px 0;
}
.review-card {
    background: white;
    padding: 20px;
    width: 300px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}
.review-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    text-align: start;
}
.reviewer-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.reviewer-name {
    font-weight: bold;
    font-size: 1.4em;
}
.review-date {
    font-size: 12px;
    color: gray;
}
.google-icon {
    width: 20px;
    margin-left: auto;
}
.review-text {
    font-size: 1.3em;
    color: black;
    margin-bottom: 10px;
}

.read-more {
    font-size: 1.2em;
    color: #A6A6A6;
    text-decoration: none;
}
.groupe-avis{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.groupe-avis-2{
    display: flex;
    gap: 20px;
    flex-direction: row;
}
.groupe-avis-2 .read-more{
    color: #A26716;
}
/******************** SECTION NOS PRESTATIONS ********************/
.all-our-services-section .flex-grow-1{
    border-radius: 10px;
}
.all-our-services-header {
    background-image: url(../images/image-autres-prestations.png);
    padding: 50px 0;
    width: 100%;
    background-size: cover;
    position: relative;
    z-index: 2;
}
.all-our-services-card img {
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.all-our-services-card-content {
    flex-grow: 1;
}
.all-our-services-button a {
    color: white;
    text-decoration: none;
}
.all-our-services-banner-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    background-color: rgb(255, 255, 255);
    margin-bottom: 2em;
    padding: 5em !important;

}
.all-our-services-section{
    padding-bottom: 0 !important;
}
.all-our-services-section {
    text-align: center;
    padding: 0.1px 0 0 0;
    background-color: #EBC07E;
    position: relative;
    background-color: transparent;
}
.all-our-services-header h2 {
    font-size: 24px;
    color: #C39049; 
    font-weight: normal;
    margin-top: 50px;
}
.all-our-services-header h3 {
    font-size: 50px;
    font-weight: bold;
    color: black;
    margin: 10px 0 50px 0;
}
.all-our-services-header{
    background-image: url(../images/image-autres-prestations.png);
    padding-bottom: 250px;
    width: 100%;
    position: absolute; 
    z-index: 2;
    background-size: cover;
}
.all-our-services-card {
    background: white;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
    width: 380px;
    padding: 30px;
    text-align: center;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.all-our-services-card h4 {
    font-size: 24px;
    font-weight: bold;
}
.all-our-services-card .line {
    width: 50px;
    height: 2px;
    margin: 10px auto;
}
.all-our-services-card p {
    font-size: 16px;
    color: #555;
    line-height: 36px;
    text-align: justify;
}
.all-our-services-button {
    background-color: black;
    padding: 20px 25px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    display: inline-block;
}
.all-our-services-banner {
    background: #E5E5E5;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: -300px;
    position: absolute;
    width: 100vw;
    padding: 350px 0 150px 0;
    z-index: -1;
}
.all-our-services-banner-1 img {
    width: 40px;
}
.all-our-services-banner-1 h2 {
    font-size: 22px;
    font-weight: bold;
    color: black;
}
.all-our-services-banner-1 h2 strong {
    color: #E5A94F;
    font-weight: bold;
}
.trust-banner-1 strong{
    font-weight: bold;
    color: #C39049;
}
.contact-button {
    background-color: #222A5E;
    padding: 15px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.trust-banner-1 button:hover{
    background-color: #181e44;
}
.contact-button p{
    color: white;
    text-decoration: none;
    font-size: 1.5em;
    margin: auto;
}
.contact-button a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-button img {
    width: 20px;
}
.all-our-services-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%; 
    background-color: #EBC07E; 
    z-index: -1;
}
.all-our-services-banner-1{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
    width: 100vw;
    padding: 80px 0 80px 0;
    z-index: 1;
    background-color: rgb(255, 255, 255);
    margin: 0 0 0 0;
}
.all-our-services-header::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.9; 
    z-index: 1; 
}
.all-our-services-header h2,
.all-our-services-header h3 {
    position: relative;
    z-index: 2;
}
/******************** SECTION A PROPOS DE NOUS********************/
.qui-sommes-nous-wrapper {
    position: relative;
    width: 100%;
    margin: 50px 0;
}
.qui-sommes-nous-background-1,
.qui-sommes-nous-background {
    position: absolute;
    width: 50vw;
    height: 100%;
    z-index: -1;
}
.qui-sommes-nous-background-1 {
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-image: url(../images/image-autres-prestations.png);
    background-size: cover;
    background-position: center;
    z-index: -2;
}
.qui-sommes-nous-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 40vw; 
    height: 100%;
    background-color: #EBC07E;
    z-index: -1;
}
.checklist-item img {
    width: 20px;
    width: 40px; 
    height: 40px;
    background: black;
    padding: 10px;
    border-radius: 5px;
}
.checklist-item {
    gap: 10px;
    display: flex;
    align-items: center;
}
.qui-sommes-nous-background-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.9; 
    z-index: -1;
}
.checklist-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.checklist-row {
    display: flex;
    justify-content: center;
    gap: 80px;
}
.center {
    justify-content: center;
}
.checklist-item p {
    font-size: 18px;
    color: black;
    font-weight: normal;
}
.qui-sommes-nous {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: relative;
}
.qui-sommes-nous-img {
    position: relative;
    right: 0;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.qui-sommes-nous-right {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 40px;
}
.qui-sommes-nous-right h2 {
    font-size: 24px;
    color: #C39049;
    margin: 10px 0;
    font-weight: normal;
}
.qui-sommes-nous-right h3 {
    font-size: 50px;
    color: black;
    font-weight: 600;
    margin: 10px 0;
}
.qui-sommes-nous-right p {
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 40px;
    margin: 10px 0;
    text-align: justify;
}
/******************** SECTION TRAVAUX ********************/
.services-section {
    display: flex;
    gap: 20px;

}
.service-box {
    position: relative;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 0;
}
.service-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(244, 202, 137, 0.7);
}
.service-box p {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: black;
    z-index: 2;
    max-width: 80%;
}
/******************** SECTION POURQUOI NOUS CHOISIR ********************/
.choice-section {
    background-image: url(../images/Fond-bleu.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    padding: 120px 0 160px 0;
    text-align: center;
    color: white;
}
.choice-section img.choice-icon {
    width: 110px;
}
.choice-section h2 {
    font-size: 24px;
    color: #C39049; 
    font-weight: normal;
    text-transform: uppercase;
}
.choice-section p {
    font-size: 18px;
    margin: 0 auto;
}
.choice-section p strong {
    color: #EBC07E;
}
.choice-section h3 {
    font-size: 50px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    margin: 10px 0 50px 0;
}
/******************** SECTION NOTRE EQUIPE ********************/
.team-section h2 {
    font-size: 24px;
    color: #C39049; 
    font-weight: normal;
    text-transform: uppercase;
}
.team-section p {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
}
.team-section p strong {
    color: #EBC07E;
}
.team-section h3 {
    font-size: 50px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    margin: 10px 0 50px 0;
}
.team-section {
    position: relative;
    background-image: url(../images/image-autres-prestations.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    padding: 80px 0;
    text-align: center;
    color: rgb(0, 0, 0);
}
.team-section img.team-icon {
    width: 80px;
}
.team-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9); 
    z-index: 1;
}
.team-section > * {
    position: relative;
    z-index: 2;
}
.team-grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 50px;
    margin-left:auto;
    margin-right: auto;
    max-width: 1200px;
}
.team-card {
    position: relative;
    height: 555px;
    overflow: hidden;
    border: 15px solid rgb(0, 0, 0);
}
.team-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.team-card .card-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 135px;
    background: rgba(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    transition: height 0.3s ease-in-out;
    flex-direction: column;
    color:white;
}
.team-card .card-title {
    font-size: 20px;
    font-weight: bold;
    color: white;
}
.team-card .card-text {
    font-size: 16px;
    margin-top: 15px;
}
.team-card:hover .card-overlay {
    flex-direction: column;
    background: rgb(255, 255, 255);
    color:black;
}
.team-card:hover{
    border: 15px solid rgb(255, 255, 255);
    color:black;
}
.team-card:hover .card-title{
    color:black;
}
/******************** SECTION CONTACTEZ-NOUS ********************/
.form-group label{
    font-size: 0.8em;
}
.contact-us-wrapper {
    position: relative;
    width: 100%;
}
.contact-us-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw; 
    height: 100%;
    z-index: -1;
}
.contact-us {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: relative;
}
.contact-us-img {
    max-width: 640px;
    max-height: 610px;
    position: relative;
    right: 0;
}
.contact-us-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contact-us-right h2 {
    font-size: 24px;
    color: #C39049;
    margin: 10px 0;
    font-weight: normal;
}
.contact-us-right h3 {
    font-size: 50px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    margin: 10px 0;
}
.contact-us-right p {
    font-size: 20px;
    color: #000000;
    line-height: 40px;
    margin: 10px 0;
    text-align: justify;
}
.clearfix {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.form-row {
    display: flex;
    width: 100%;
    gap: 20px;
}
.form-group {
    width: 100%;
}
.form-row .form-group {
    width: 50%; 
}
.field-inner input,
.field-inner select,
.field-inner textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}
.field-inner textarea {
    height: 100px;
}
.full-width {
    width: 100%;
}
.field-inner p{
    margin:0;
}
.section-form .contact-item a{
    color:black;
    font-size: 1.2rem;
}
.contact-us-wrapper h1{
    font-size: 2rem;
    color: #EBC07E;
    font-weight: bold;
    text-align: center;
    margin: 1em;
}
.center{
    align-items: center;
    text-align: center;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding: 0 1em;
}
.menu-icon{
    background-color: #ebc07e;
    transition: transform 0.5s;
    display: flex;
    align-items: center; 
    justify-content: center; 
    width: 50px; 
    height: 50px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}
.menu-icon span {
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); 
    display: block;
    width: 22px;
    height: 2px;
    background-color: #FFF;
    transition: background 0.5s;
}
.menu-icon span::before, .menu-icon span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-6px);
    display: block;
    width: 22px;
    height: 2px;
    background-color: #FFF;
    transition: transform 0.5s;
}
.menu-icon span::after {
    transform: translateY(6px); 
}
/******************** SECTION CHEMIN ********************/
.breadcrumb {
    justify-content: flex-end;
    margin: auto !important;
}
.breadcrumb li{
    font-size: 1.3em;
}
/******************** SECTION CARTE ********************/
#osmMap{
    margin: 2em 0;
}


