.section {
    padding: 60px 20px;
    background-color: #fff;
    /*margin-bottom: 30px;*/
}

.text-white{
    color: #FFFFFF;!important;
}
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

.section-title {
    font-size: 34px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    color: #333;
    z-index: 1; /* Pour que le texte soit au-dessus de la ligne */
    padding-left: 0;!important;
    margin-bottom: 10px;!important;
}

.btn-section {
    background-color: #ab9e56;
    color: #FFFFFF;
    /*padding: 10px 20px;*/
    padding: 13px 40px;
    font-weight: 600;
    /*border-radius: 2px;*/
    font-size: 13px;
    transition: background-color 0.3s;
    z-index: 1; /* Pour que le texte soit au-dessus de la ligne */
    text-align: end;!important;
    text-transform: uppercase;
    align-self: flex-end;
    margin-top: auto;
}
.btn-section-small {
    background-color: #ab9e56;
    color: #FFFFFF;
    padding: 13px 15px;
    font-weight: 400;
    font-size: 13px;
    transition: background-color 0.3s;
    text-transform: uppercase;
}

.btn-primary-bg{
    background-color: #ab9e56;
    color: #FFFFFF;
}
.btn-section:hover {
    background-color: #645223;
    color: #FFFFFF;!important;
}

.menu-item{
    text-transform: uppercase;!important;
}
/* Underline Styling */
/*.section-header::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    !*bottom: -5px;*!*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 3px;*/
/*    background-color: #ab9e56;*/
/*    z-index: -1;*/
/*}*/
.section-header::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #ab9e56;
    width: 100%; /* Ligne continue sous le titre et le bouton */
    z-index: 0;
}
/* Underline Styling */
/*.section-header::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    height: 3px;*/
/*    background-color: #ab9e56;*/
/*    width: calc(100% - 100px); !* Calcule la longueur de la ligne jusqu'au bouton *!*/
/*    z-index: -1;*/
/*}*/

/*.section-header::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    height: 3px;*/
/*    background-color: #ab9e56;*/
/*    width: 100px; !* Largeur du bouton *!*/
/*    z-index: -1;*/
/*}*/
.section-content {
    display: flex;
    align-items: flex-start;
    /*margin-top: 15px;*/
    position: relative; /* Nécessaire pour positionner le bouton */
}

/*.row {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/

.col-4 {
    width: 33.3333%;
    padding: 10px;
}

.col-8 {
    width: 66.6666%;
    padding: 10px;
}

.section-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

.section-subtitle {
    font-size: 20px;
    /*font-weight: 600;*/
    margin-bottom: 10px;
}

.section-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.social-newsletter-content {
    display: flex; /* Utilisation de Flexbox */
    align-items: center; /* Alignement vertical au centre */
    height: 100%; /* S'assurer que la hauteur est pleine */
}
/* Responsive Design */
@media (max-width: 768px) {
    .section-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .btn-section {
        margin-top: 10px;
    }

    .section-content {
        flex-direction: column;
    }

    .col-4, .col-8 {
        width: 100%;
    }

    .section-image {
        margin-bottom: 15px;
    }
}

.gray-bg{
    background-color: #eeeeee;
}

.tp-bullets, .tp-bullet .tp-leftarrow, .tp-rightarrow{
    display: none;!important;
}

/* ------------------------------ */

.small-border {
    width: 100px;
    height: 3px;
    border-top: solid 3px #847336;
    border-left: none;
    border-right: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.small-border.sm-left {
    margin-left: 0;
}

.rtl .small-border.sm-left {
    margin-right: 0;
}


.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
/* La ligne sous le titre et le bouton */
.underline {
    width: 100%;
    height: 4px;
    background-color: #847336;
}

@media (max-width: 768px) {
    .title {
        font-size: 20px;
    }

    .see-more-btn {
        font-size: 14px;
        padding: 8px 16px;
    }
}


/*home banner*/
/* Bannière principale */
.banner {
    /*background-image: url('https://via.placeholder.com/1500'); !* Remplacez par l'image de votre choix *!*/
    background-size: cover;
    background-position: center;
    padding: 80px 20px;
    color: white;
    text-align: center;
    height: 720px;!important;
}

.banner-content {
    /*max-width: 800px;*/
    margin: 0 auto;
    text-align: left;!important;
}

.banner-title {
    font-size: 58px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #FFFFFF;!important;
}

.botline {
    position: relative;
    display: inline-block;
}
.botline::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15%;
    height: 20px;
    background-color: #ab9e56;
    display: block;
}

/* Soulignement personnalisé pour "Notre Plateforme" */
.highlight-text {
    position: relative;
    display: inline-block;
    padding-bottom: 5px; /* Espace entre le texte et la ligne */
    background-color: transparent; /* Couleur de fond pour éviter le conflit avec la ligne */
}

.highlight-text::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px; /* Utiliser 50% de la hauteur du texte */
    background-color: #847336; /* Couleur de la barre */
    margin-bottom: -10px; /* Ajustement pour éviter la superposition */}

.banner-subtitle {
    font-size: 34px;
    margin-bottom: 30px;
    color: #FFFFFF;!important;
}

.banner-description {
    font-size: 20px;
    margin-bottom: 40px;
    text-align: justify;
    max-width: 60%;
    color: #FFFFFF;!important;
}

/* Responsivité */
@media (max-width: 768px) {
    .banner-title {
        font-size: 32px;
    }

    .banner-subtitle {
        font-size: 20px;
    }

    .banner-description {
        font-size: 16px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .banner-title {
        font-size: 28px;
    }

    .banner-subtitle {
        font-size: 18px;
    }

    .banner-description {
        font-size: 14px;
        max-width: 100%;
    }

}

/* Style de la barre de consentement */
.cookie-consent-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    z-index: 1000;
}

.cookie-consent-bar a {
    color: #ffcc00;
    text-decoration: none;
}

.cookie-consent-bar a:hover {
    text-decoration: underline;
}

.cookie-consent-bar button {
    background-color: #ffcc00;
    color: black;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 20px;
}

.cookie-consent-bar button:hover {
    background-color: #e6b800;
}

