/*@font-face {*/
/*    font-family: 'BebasNeue-Regular';*/
/*    src: url('/assets/fonts/BebasNeue-Regular.ttf') format('ttf'),*/
/*    url('/assets/fonts/BebasNeue-Regular.ttf') format('ttf');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Teko-Regular';
    src: url('../fonts/Teko-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    list-style: none;
}
h2 {
    color: #ffb400;
    font-size: 18px;
}
h1 {
    color: #444;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 5px;
}
/*header {*/
/*    position: fixed;*/
/*    right: 0;*/
/*    top: 0;*/
/*    z-index: 1000;*/
/*    width: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    padding: 33px 9%;*/
/*    background: transparent;*/
/*}*/

 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.header {
    /*margin: 20px;*/

    font-family: "Bebas Neue";
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #7B7B7B;

}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 30px 7px 30px;
    background-color: #545454;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}
.logo {
    display: flex;
    align-items: center;
}
.logo img {
    height: 44px;
    width: auto;
}

.navlist {
    display: flex;
}

.navlist a {
    color: white;
    margin-left: 20px;
}

.navlist a:hover {
    border-bottom: 2px solid white;
}
.btn-login {
    padding: 8px 16px;
    background-color: #ba8913;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: background-color 0.3s;
}
.social-icons > img {
    margin-left: 0px;
    width: 26px;
    height: 18px !important;
    margin-top: -6px;
}
ul li, ul .social-icons {
    padding-top: 8px;
}

.btn-login:hover {
    background-color: #ffffff;
    color: #5f5f5f;
}

.logo img {
    width: 13rem;
}

#menu-icon {
    color: white;
    font-size: 35px;
    z-index: 10001;
    cursor: pointer;
    display: none;
}

.hero {
    height: 100%;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(245.59deg, #4d9559 0%, #38703d 28.53%, #133917 75.52%);
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    align-items: center;
    justify-items: center;
}

section {
    padding: 0 9%;
}
.experience-section{
    padding: 0 15%;
}
.hero-text h5 {
    font-size: 14px;
    font-weight: 400;
    color: white;
    margin-bottom: 40px;
}

.hero-text h1 {
    font-family: 'Permanent Marker', cursive;
    font-size: 90px;
    line-height: 1;
    color: white;
    margin: 0 0 45px;
}

.hero-text h4 {
    font-size: 60px;
    font-weight: 400;
    color: white;
    color: white;
    /*margin-bottom: 10px;*/
    font-family: Bebas Neue;
    line-height: 66px;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.hero-text p {
    color: white;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 40px;
}


.hero-img img {
    width: 500px;
    height: auto;
}

.hero-text a {
    display: inline-block;
    color: white;
    background: #4d9559;
    border: 1px solid transparent;
    padding: 12px 30px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    text-transform: uppercase;
    transition: all .55s ease;
}

.hero-text a:hover {
    background: transparent;
    border: 1px solid white;
    transform: translate(8px);
}

.hero-text a.ctaa {
    background: transparent;
    border: 1px solid white;
    margin-left: 20px;
}

.hero-text a.ctaa i {
    vertical-align: middle;
    margin-right: 5px;
}

.icons {
    position: absolute;
    top: 50%;
    padding: 0 9%;
    transform: translateY(-50%);
}

.icons i {
    display: block;
    margin: 26px 0;
    font-size: 24px;
    color: white;
    transition: all .50s ease;

}

.icons i:hover {
    color: #4d9559;
    transform: translateY(-5px);
}

.scroll-down {
    position: absolute;
    bottom: 6%;
    right: 9%;
}

.scroll-down i {
    display: block;
    padding: 12px;
    font-size: 25px;
    color: white;
    background: #4d9559;
    border-radius: 30px;
    transition: all .50s ease;
}

.scroll-down i:hover {
    transform: translateY(-5px);
}
.social-icons {
    display: flex;
    align-items: center;
    /*gap: 15px;*/
    position: relative;
}
.social-icons img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.social-icons img:hover {
    transform: scale(1.1);
}
.language-selector {
    display: flex;
    align-items: center;
    color: white;
    font-size: 14px;
    cursor: pointer;
    margin-top: -6px;
}
.container {
    background: white;
    width: 100%;
    /*max-width: 600px;*/
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}

.services-section {
    /*text-align: center;*/
    padding: 50px 20px;
    background-color: #ffffff;
}

.services-section h2 {
    /*color: #ffb400;*/
    /*font-size: 18px;*/
    /*margin-bottom: 10px;*/
    margin-left: 130px;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 24px;
    line-height: line height/66;
    letter-spacing: 0%;
    /*text-align: center;*/
    vertical-align: middle;
    /*width: 328px;*/
    height: 45px;
    top: 875px;
    left: 139px;
    color: #D79900;


}

.services-section h1 {
    /*color: #444;*/
    /*font-size: 28px;*/
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    /*margin-bottom: 30px;*/
    /*margin-left: 130px;*/

    font-family: Teko-Regular;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    margin-left: 130px;
    color: #7B7B7B;
}
.services {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.service {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    width: 298px;
    transition: transform 0.3s ease;
}

.service:hover{
    transform: translateY(-5px);
}
.service img {
    width: 285px;
    height: 225px;
    object-fit: cover;
}
.service-content {
    padding: 20px;
}
.service h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.service p {
    font-size: 14px;
    color: #666;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 20px;
}

.gallery img {
    width: 200px;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.carousel-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin: 30px auto;
}

.carousel-wrapper {
    overflow: hidden;
    width: 100%;
}

.carousel-track {
    display: flex;
    gap: 15px;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    flex: 0 0 calc(100% / 5); /* 5 images visibles */
    max-width: calc(100% / 5);
    border-radius: 10px;
}

.carousel-item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Pagination */
.pagination {
    text-align: center;
    margin-top: 15px;
}

.pagination span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.pagination span.active {
    background-color: #4a4a4a;
}
/* Styles de la section Contact */
.contact-section {
    text-align: center;
    padding: 40px 0;
}

.contact-section .button {
    display: inline-block;
    background-color: #FFC107;
    color: #000;
    padding: 15px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

/* Overlay du Popup */
.popup-overlay {
    display: none; /* Caché par défaut */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

/* Contenu du Popup */
.popup-content {
    background: #3D3D3D;
    width: 90%;
    max-width: 600px;
    margin: 100px auto;
    padding: 30px;
    border-radius: 12px;
    position: relative;
    text-align: center;
    color: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

/* Bouton de fermeture */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
    color: #fff;
}

/* Formulaire */
.form-group {
    margin: 15px 0;
}

.form-group input {
    width: 100%;
    padding: 12px;
    border: none;
    border-bottom: 2px solid #FFC107;
    background: transparent;
    color: white;
    font-size: 16px;
    outline: none;
}

::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

/* Champs en ligne */
.form-group-row {
    display: flex;
    gap: 15px;
}

.form-group-row .form-group {
    flex: 1;
}

/* Bouton de soumission */
.btn-submit {
    background-color: #FFBF43;
    color: #000;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    width: 50%;
    margin-top: 15px;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.arrow {
    font-size: 20px;
}

/* Style pour l'icône du drapeau */
.flag-group {
    display: flex;
    align-items: center;
}

.flag-group .flag-icon {
    margin-right: 10px;
}
/* Bouton Fermer */
.btn-close-popup {
    background: transparent;
    color: #FFBF43;
    border: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.about-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 50px 20px;
    background: url('../images/Layer_2.png') center/cover no-repeat;
}

.about-section .text-content {
    max-width: 500px;
    text-align: center;
}

.about-section .text-content h1 {
    color: #f3a533;
    font-size: 24px;
    margin-bottom: 10px;
}

.about-section .text-content h2 {
    font-size: 20px;
    color: #4a4a4a;
    margin: 0 0 20px;
}

.about-section .text-content p {
    font-size: 16px;
    color: #6d6d6d;
    line-height: 1.8;
}

.about-section .image-content img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-section {
    background: url('../images/contact.png') center/cover no-repeat;
    color: white;
    text-align: center;
    padding: 40px 20px;
}

.contact-section h1 {
    font-size: 2rem;
    margin: 0 0 10px;
}

.contact-section p {
    font-size: 1rem;
    margin: 0 0 20px;
    color: #c0c0c0;
}

.contact-section .button {
    display: inline-block;
    background-color: #f3a533;
    color: #3a3a3a;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.contact-section .button:hover {
    background-color: #e29428;
}

.footer {
    background-color: #545454;
    color: #c0c0c0;
    padding: 40px 50px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 70px;
}
.footer-column p{
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}
.footer-column .social-icons{
    gap:10px;
}
.footer-column h3 {
    margin-bottom: 15px;
    color: white;
    font-family: Bebas Neue;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;

}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
}

.footer-column ul li a {
    text-decoration: none;
    color: #c0c0c0;
    transition: color 0.3s;
}

.footer-column ul li a:hover {
    color: white;
}

.copyright {
    text-align: center;
    margin-top: 20px;
    font-size: 0.9rem;
    color: #888;
}
.menu-toggle {
    display: none;
    font-size: 28px;
    color: #333;
    cursor: pointer;
}
ul a:nth-child(2) {
    margin-left: 0 !important;
}
#toggleLanguage {
    font-size: 18px;
    margin-left: 5px;
    color: #ffffff;
    user-select: none;
    transition: transform 0.3s ease;
}
#toggleLanguage:hover {
    transform: rotate(270deg);
}

.project-bloc h1{
    font-family: Helvetica;
    font-weight: 400;
    font-size: 24px;
    line-height: line height/66;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #D79900;

}
.project-bloc h2{
    font-family: Bebas Neue;
    font-weight: 400;
    font-size: 48px;
    line-height: 45px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #7B7B7B;

}
.navlist li a {
    color: white;
    padding: 10px;
    text-decoration: none;
    transition: color 0.3s;
}

.navlist li a.active {
    color: #f1c40f; /* Change cette couleur selon ton design */
    font-weight: bold;
}
.language-switcher {
    position: relative;
    display: flex;
    align-items: center;
    /*gap: 5px;*/
}
.language-switcher > a img {
    width: 30px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #ccc;
}
#languageDropdown {
    position: absolute;
    top: 40px;
    right: 0;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 10px;
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.1);
    z-index: 10;
}

#languageDropdown a {
    display: block;
    margin: 5px 0;
}
#languageDropdown img {
    width: 30px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #ccc;
}
@media (max-width: 1535px) {
    header {
        padding: 0;
        transition: .2s;
    }

    .icons {
        padding: 0 3%;
        transition: .2s;
    }

    .scroll-down {
        right: 3%;
        transition: .2s;
    }
}

@media (max-width: 1460px) {
    section {
        padding: 0 12%;
        transition: .2s;
    }
}

@media (max-width: 1340px) {
    .hero-img {
        width: 100%;
        height: auto;
    }

    .hero-text h1 {
        font-size: 60px;
        margin: 0 0 30px
    }

    .hero-text h5 {
        margin-bottom: 25px;
    }
}

@media (max-width: 1195px) {
    section {
        padding: 0 3%;
    }

    .hero-text {
        padding-top: 115px;
    }

    .hero-img {
        text-align: center;
    }

    .hero-img img {
        width: 300px;
        height: auto;
    }

    .hero {
        height: 100%;
        gap: 1rem;
        grid-template-columns: 1fr;
    }

    .icons {
        display: none;
    }

    .scroll-down {
        display: none;
    }
    .container .main-icon {
    width: 260px;
        height:auto;
    }
    .experience-section {
        padding: 30px 5%;
    }

    .experience-section .header {
        font-size: 24px;
        padding: 0 10px;
    }

    .experience-section .container img {
        width: 100%;
    }
}

@media (max-width: 990px) {
    #menu-icon {
        display: block;
    }

    .navlist {
        position: absolute;
        top: 100%;
        right: -100%;
        width: 225px;
        /*height: 60vh;*/
        background: #3a3a3a;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 50px 20px;
        transition: all .55s ease;
    }

    .navlist a {
        margin-left: 0;
        display: block;
        margin: 7px 0;

    }

    .navlist.open {
        right: 0;
    }

}

@media (max-width: 680px){
    .hero-img{
        width: 100%;
        height: auto;
    }
    .services-section h2,.services-section h1{
        margin-left: 0px !important;
        margin-top: revert-layer;
    }
    .services-section {
        padding: 20px;
        font-family: Arial, sans-serif;
        background-color: #f8f8f8;
        max-width: 600px;
        margin: auto;
    }
    .services {
        display: flex;
        /*flex-direction: column;*/
        gap: 20px;
    }

    .service {
        background-color: #ffffff;
        border-radius: 15px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        transition: transform 0.2s ease;
    }

    .service:hover {
        transform: translateY(-3px);
    }

    .service img {
        width: 100%;
        height: auto;
        display: block;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .service-content {
        padding: 15px;
    }

    .service-content h3 {
        font-size: 16px;
        margin: 0 0 10px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .service-content p {
        font-size: 14px;
        color: #666;
    }
    .project-bloc h2 {
        /*font-size: 20px;*/
        /*text-align: center;*/
        font-family: Bebas Neue;
        font-weight: 400;
        font-size: 41px;
        line-height: 45px;
        letter-spacing: 0%;
        vertical-align: middle;
        text-transform: uppercase;

    }

    .project-bloc h1 {
        /*text-align: center;*/
        font-family: Helvetica;
        font-weight: 400;
        font-size: 20px;
        line-height: line height/66;
        letter-spacing: 0%;
        vertical-align: middle;

    }

    .carousel-track {
        gap: 10px;
        width: max-content;
    }
    /*.experience-section {*/
    /*    padding: 0 0%;*/
    /*}*/
    /*.container{*/
    /*    background: white;*/
    /*    width: 100%;*/
    /*    !*max-width: 600px;*!*/
    /*    margin: auto;*/
    /*    padding: 30px;*/
    /*    border-radius: 10px;*/
    /*    !*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*!*/
    /*}*/
    .experience-section {
        padding: 30px 5%;
    }

    .experience-section .header {
        font-size: 24px;
        padding: 0 10px;
    }

    .experience-section .container img {
        width: 100%;
    }
    .btn-submit{
        background-color: #FFBF43;
        color: #000;
        border: none;
        padding: 12px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        width: 90%;
        max-width: 320px;
        margin: 15px auto 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .footer-column iframe{
        width: 100%;
    }

}
@media (min-width: 991px) and (max-width:1077px){
    .navlist a {

        margin-left: 16px !important;
        font-size: 14px  !important;;
    }

(min-width: 1120px) and (max-width:2560px) {
    @media (max-width: 2560px) {
        .hero-img {
            width: 100%;
            height: auto;
        }

        .services-section h2, .services-section h1 {
            margin-left: 0px !important;
            margin-top: revert-layer;
        }

        .services-section {
            padding: 20px;
            font-family: Arial, sans-serif;
            background-color: #f8f8f8;
            max-width: 600px;
            margin: auto;
        }

        .services {
            display: flex;
            /*flex-direction: column;*/
            gap: 20px;
        }

        .service {
            background-color: #ffffff;
            border-radius: 15px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            transition: transform 0.2s ease;
        }

        .service:hover {
            transform: translateY(-3px);
        }

        .service img {
            width: 100%;
            height: auto;
            display: block;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
        }

        .service-content {
            padding: 15px;
        }

        .service-content h3 {
            font-size: 16px;
            margin: 0 0 10px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .service-content p {
            font-size: 14px;
            color: #666;
        }

        .project-bloc h2 {
            /*font-size: 20px;*/
            /*text-align: center;*/
            font-family: Bebas Neue;
            font-weight: 400;
            font-size: 41px;
            line-height: 45px;
            letter-spacing: 0%;
            vertical-align: middle;
            text-transform: uppercase;

        }

        .project-bloc h1 {
            /*text-align: center;*/
            font-family: Helvetica;
            font-weight: 400;
            font-size: 20px;
            line-height: line height/66;
            letter-spacing: 0%;
            vertical-align: middle;

        }

        .carousel-track {
            gap: 10px;
            width: max-content;
        }

        /*.experience-section {*/
        /*    padding: 0 0%;*/
        /*}*/
        /*.container{*/
        /*    background: white;*/
        /*    width: 100%;*/
        /*    !*max-width: 600px;*!*/
        /*    margin: auto;*/
        /*    padding: 30px;*/
        /*    border-radius: 10px;*/
        /*    !*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*!*/
        /*}*/
        .experience-section {
            padding: 30px 5%;
        }

        .experience-section .header {
            font-size: 24px;
            padding: 0 10px;
        }

        .experience-section .container img {
            width: 100%;
        }
    }
}
}