body {
    margin: 0;
    overflow: hidden;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}


/* Ajoutez ces styles dans votre fichier CSS ou balise style */

/* En-tête du tableau */
thead.sticky-header {
    position: sticky;
    top: 0;
    background-color: #f5f5f5; /* Couleur de fond */
    /* Ajoutez d'autres styles selon vos besoins */
}

/* Styles pour les cellules de l'en-tête */
thead.sticky-header th {
    /* Ajoutez des styles de cellule d'en-tête selon vos préférences */
}




.background-video {
    position: relative;
    overflow: hidden;
}

.background-video video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}

.active a {
    font-weight: 700;
    color: #000000 !important; /* Couleur du texte */

}


.container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh; /* Cela assure que le conteneur occupe toute la hauteur de la fenêtre */
    flex-direction: row; /* Les éléments seront alignés en ligne */
    width: 100% !important;
}

.container003 {
    display: flex; /* Pour aligner le texte et l'icône verticalement */
}

.text0005 {
    margin-right: 10px; /* Espace entre le texte et l'icône, ajustez selon vos besoins */
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16 px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    max-width: 350px;
    display: block;

}

/* Style du titre */
h1 {
    font-size: 25px!important;
    color: #000!important;
    font-weight: 600!important;
    margin-right: 20px; /* Marge à droite pour séparer le titre du menu */
}
h1, h2, h3, h4, h5, h6 , p , span , a{
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}

h3{
    color: #000!important;
    font-size: 18px !important;
}

/* Style du menu */
ul {
    list-style-type: none;
    padding: 0 !important;
    margin: 0;
    overflow: hidden;
    overflow-y: auto; /* Activation du défilement vertical lorsque le contenu dépasse la hauteur du conteneur */
}

li {
    margin-bottom: 10px; /* Espacement entre les éléments du menu */
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.projetmenu:hover{
    font-weight: 700;
    color: #000 !important;
}

.footer {

    font-size: 25px;
    text-align: right;
    height: 60px;
    color: #fff !important;
    padding: 10px 30px;
    position: sticky;
    bottom: 0;
    display: block;
    z-index: 100; /* Utilisez un z-index pour garantir que le menu reste au-dessus du contenu en cas de chevauchement */
}

a{
    text-decoration: none!important;
    color: black!important;
}

.projetmenu{
    text-decoration: none!important;
    color: rgba(0, 0, 0, 0.815)!important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    font-weight: 300;
}

.nav-links {
    width: 100%;
    display: none;
    padding: 20px;
    position: fixed; /* Utilisation de "fixed" pour couvrir toute la page */
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    backdrop-filter: blur(8px);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
    text-align: left;
    overflow-y: auto; /* Ajout d'une barre de défilement si le contenu dépasse */
    transition: transform 0.7s ease; /* Ajoute une transition à la propriété "transform" */
    transform: translateX(-500%); /* Déplace le menu hors de l'écran à gauche */

}

.nav-links.show-menu {
    transform: translateX(0); /* Affiche le menu en le déplaçant à partir de la gauche */
}

.nav-links ul {
    display: flex;
    flex-direction: column;
    top: 40% !important;
    position: relative;
    font-size: 20px;
    margin-top: 10em;
    padding: 0px !important;
}

.nav-links ul li {
    margin: 2px 0;
}

#menu-icon {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
    color: #000;
}

#close-icon {
    display: block;
    position: absolute;
    top: 20px;
    right: 80px;
    color: #000;
}

.show-menu {
    display: block;
}




.text002{
    color: #000!important;

}

.text001{
    margin-top: 2em !important;
    font-size: 15px;
    font-weight: 540;
    color: #000!important;
    padding-bottom: 0 !important;
    margin-left: 15px !important;
}


.logoimg{
    width: 30%!important;
    margin-top: 3em;
}

i{
    width: 40px!important;
    margin-left: 15px !important;
}

.text-center{
    margin-top: 9em!important;
}

.menusize{
    font-size: 20px;
    width: 100%;

}

.menuliena {
    text-transform: uppercase;
    color: #000000a4 !important;
}

.menuliena:hover {
    font-weight: 800;
    color: #000 !important;
}



.list-unstyled{
    width: 100%;
}


.scrollable-div {
    overflow-x: hidden;
}

.footer1 {
    background-color: #fff!important;
    font-size: 25px;
    text-align: right;
    height: 60px;
    color: #fff;
    padding: 10px 30px;
    position: sticky;
    bottom: 0;
    display: block;
    z-index: 100; /* Utilisez un z-index pour garantir que le menu reste au-dessus du contenu en cas de chevauchement */
}

.banner-section .owl-nav{
    margin-bottom: 5em;
}


/* Style pour les flèches "précédent" et "suivant" du carrousel */
.owl-prev,
.owl-next {
    background-color: #ffffff; /* Couleur de fond */
    border: none; /* Supprimer la bordure */
    color: #000000; /* Couleur de l'icône */
    font-size: 50px !important; /* Taille de l'icône */
    width: 40px; /* Largeur du bouton */
    height: 40px; /* Hauteur du bouton */
    position: absolute; /* Position absolue par rapport au carrousel */
    top: 50%; /* Position verticale au milieu */
    transform: translateY(-50%); /* Centrer verticalement */
}

.owl-prev:hover,
.owl-next:hover {
    background-color: #cccccc; /* Couleur de fond au survol */
}


.strong2{
    color: #000000;
    font-weight: 700;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 15px !important;
}


.titlefooter{

    margin-bottom: -6em;
    margin-top: 1em !important;
}

.iconediv{

    padding-top: 5em;
    padding-left: 16em;
}


.card002{
    padding: 10em ;
    text-align: center;
    height: 100%;
    width: 100%;
}

.banner-ten .bx-controls{
    display: none;
}


.logo-sticker {
    width: 15%;
    position: fixed;
    top: 10px;
    left: 46px;
    z-index: 100; /* Assurez-vous que le logo est au-dessus du contenu */
}

.image002{
    width: 20%;
}

.image003{
    width: 10%;
    margin-top:-5em !important;
}

.image010{
    width: 10%;
    margin-top:-5em !important;
}

.image-layer{
    margin-left: 1em;
}

@media (max-width: 768px){
    .image003 {
        width: 50%;
        margin-top: -4em; /* Ajustez la valeur en fonction de vos besoins */
    }

    .image010 {
        display: none; Ajustez la valeur en fonction de vos besoins */
    }
    
     .text0032{
            margin-top: -2em !important;
    }

    .carousel-control-next-icon{
        display: none;
    }


    .carousel-control-prev-icon{
        display: none;
    }

    .carousel-inner{
        height: 300px;
    }

    .carousel-inner img{
        height: 300px;
    }

    .image-layer{
        margin-left: 0em;
        margin-right: 0em;
    }

    .contact-section{
        padding: 14em 21px 60px !important;
        position: relative !important;
    }


    .image002{
        width: 40%;
    }

    section{
        padding: 0px !important;
    }

    section.services-two.p-5{
        padding:10px !important;
    }

    .def-tabs-box .text-col p{
        margin-bottom: 13px;
    }

    .def-tabs-box .tabs-content{
        padding: 10px 4px 0;
        
    }
}

@media (max-width: 768px) {
    .lienmenu {
        margin-top: -3em; /* Ajustez la valeur en fonction de vos besoins */
    }

    .contact-section .form-col h5{
        margin-left: 1em;
    }

    .auto-container{
        padding: 0rem !important;
        margin-top: -5em !important;
    }
    
}


.auto-container{
    padding-top: 0em !important;
}

@media (max-width: 1904px) {
    
    
    .contact-section .form-col h5{
        margin-left: 5em !important;
    }
    
    


}


.footer052{
    margin-top: 6em !important;
}


.containerprojet{
    padding-right: 10em;
    padding-left: 10em;
    padding-top: 3em;
}

.titreprojet{
    font-weight: lighter;
    text-align: left;
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
}


.liens{
    font-size: 15px;
font-weight: 400;
}




/* CSS pour le carrousel Bootstrap */
.carousel {
    height: 100vh; /* 100% de la hauteur de la fenêtre du navigateur */
    overflow: hidden; /* Masquer le débordement au-delà de la hauteur de la fenêtre */
}

/* Styles pour les éléments de la diapositive */
.carousel-inner {
    height: 100%; /* Hauteur de 100% de la fenêtre */
}

/* Style pour les images du carrousel */
.carousel-inner img {
    height: 100%; /* Ajuster la hauteur de l'image à 100% */
    width: auto; /* Ajuster automatiquement la largeur pour maintenir les proportions */
}

.sorting{
    font-size: 25px !important;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    color: #00000054;
    font-weight: lighter!important;
    text-transform: uppercase;
    text-align: left

}


.sorting_desc{
    font-size: 25px !important;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    color: #000;
    font-weight: 600!important;
    text-transform: uppercase;
    text-align: left

}
.link{
    font-size: 15px !important;
}

.link:hover{
    color: #000 !important;
    font-weight: 600;
    font-size: 16px !important;
    text-transform: uppercase;
}

.table td, .table th {
    padding: 0 !important;
    border: 0px solid !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;

}

th{
    border:0px solid !important;
}

.table.table-head-fixed thead tr:nth-child(1) th{
    box-shadow: inset 0 0px 0 #dee2e6, inset 0 0px 0 #dee2e6 !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
    z-index: 500;
}


h2{

    font-weight: 300;
    text-transform: uppercase;
    font-size: 2.14em;
    color: #000!important;
}


ul.dropdown-menu a{
        color: #00000077 !important;
        text-transform: uppercase;



}


ul.dropdown-menu a:hover{
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 600;


}


.dropdown:hover{
    font-weight: 600;
    color: #000000 !important;
}

.dropdown{
    font-size: 14px !important;
    text-transform: uppercase;
    margin-right: 3em;
}


.plans-section{
    margin-bottom: 0px !important;
    padding-top: 2em;
}

.full-screen-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-y: auto; /* Pour autoriser le défilement vertical si nécessaire */
}

/* Styles pour la taille du contenu de la modal */
.full-screen-modal .modal-dialog {
    width: 100vw !important;
    height: 100%;
    margin: 0;
}

/* Styles pour le contenu à l'intérieur de la modal */
.full-screen-modal .modal-content {
    height: 100%;
}

td a{

        margin-left: 0.5em;
    

}

.modal-body{
    width: 100vw !important;
}