/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Styles pour le menu hamburger */
.hamburger-menu {
    display: none; /* Masquer le menu hamburger par défaut */
}

.menu-icon {
    width: 10px; /* Ajuster la taille de l'icône */
    height: 10px;
    cursor: pointer; /* Ajouter un curseur pointer pour indiquer la possibilité de cliquer */
}

/* Styles pour la liste déroulante du menu */
.menu-list {
/*    list-style-type: none;
*/	
    display: none;
    margin: 30px;
    padding: 20px;
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    background-image: linear-gradient(to bottom, black, #06668C);
    margin-top: 3px;
    border-radius: 10px;
    z-index: 1000;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    opacity: 0.95;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transform: translateY(-20px);
    columns: 1;
    column-gap: 0px;
    padding: 20px;
    font-size: 14px;
	width: 120%;
	max-height: 400px;
	overflow-y: auto;
}



.menu-list.active {
    display: block; /* Afficher la liste déroulante lorsqu'elle est active */
}

.menu-list li {
    padding: 10px; /* Ajouter de l'espace autour des éléments de liste */
	list-style-type: none;
    font-size: 15px;
    font-weight: bold;
}

.menu-list li a {
    text-decoration: none;
	color: #7E7E7E;
}

.menu-list li a:hover {
    color: white;
}

.menu-list .column ul li {
	padding-top: 0.1px;
	padding-bottom: 1.1px; 	
}

.menu-list .column ul li a {
    color: #B0B9A8;
}

.menu-list .column ul li a:hover {
    color: white;
}




/* Styles pour les sous-menus */
.submenu {
    display: none;
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    background-image: linear-gradient(to bottom, black, #06668C);
    margin-top: 3px;
    border-radius: 10px;
    z-index: 1000;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    opacity: 0.35;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transform: translateY(-20px);
    columns: 1;
    column-gap: 0px;
    padding: 20px;
    font-size: 14px;
	width: 300px;
}



.menu li:hover .submenu {
    display: block;
    opacity: .95;
    visibility: visible;
    transform: translateY(0);
}

.submenu-title {
    font-size: 14px;
    color: #333;
    width: 100%;
    text-align: center; /* Center-align the title */
}

.separator {
    border-bottom: 1px solid #1B9476;
    margin-bottom: 10px;
}

.column {
    flex-basis: calc(33.33% - 20px); /* Chaque colonne occupe 33% de la largeur */
    padding: 0 10px; /* Ajoute un peu d'espace sur les côtés des colonnes */
    box-sizing: border-box; /* Inclure le padding dans le calcul de la largeur */
	font-size: 12px;
	color:yellow;
}

.column-50 {
    flex-basis: 50%; /* Chaque colonne occupe 33% de la largeur */
    padding: 0 10px; /* Ajoute un peu d'espace sur les côtés des colonnes */
    box-sizing: border-box; /* Inclure le padding dans le calcul de la largeur */
}


.column h3 {
    font-weight: bold;
    color: #1B9476;
    font-size: 14px;
    margin-bottom: 10px;
}

.column-50 h3 {
    font-weight: bold;
    color: #1B9476;
    font-size: 14px;
    margin-bottom: 10px;
}

.column ul {
    list-style-type: none;
    padding-left: 0;

}

.column ul li {
    margin-bottom: 5px;
}

.column ul li a {
    display: block; /* Afficher chaque lien comme un bloc */
    text-decoration: none;
}

.submenu .column ul li {
    display: block; /* Affichez chaque lien comme un bloc */
    margin-bottom: 10px; /* Ajoutez un espacement entre chaque lien */
    margin-left: 0; /* Réinitialiser la marge gauche pour tous les éléments li */
}



.column ul li a:hover {
    color: #3B8DFE;
}

nav {
    flex: 1;
    background-color: #333;
    position: relative;
    margin-top: 5px; /* Ajoute une marge supérieure de 10 pixels */
}
nav ul.menu li {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px; /* Ajustez cette valeur pour augmenter l'espace entre les éléments */
    position: relative;
}

nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px; /* Épaisseur de la ligne séparatrice */
    background-color: #B0B9A8; /* Couleur de la ligne séparatrice */
    margin-top: -5px; /* Ajoute une marge supérieure de 10 pixels */
}

/* Reste du style (à personnaliser selon vos besoins) */
body {
    font-family: Arial, sans-serif;
    background-color: #F0EEE9;
    color: #7E7E7E;
}

.header-placeholder {
    height: 250px; /* Ajustez la hauteur en fonction de celle de votre header */
    background-color: #333;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    z-index: 1000;
}

.header-banner {
    max-width: 65%; /* Réduire la taille de la bannière à 50% */
    width: 65%; /* Ajuster la largeur à 80% */
    height: auto;
    display: block; /* Afficher en tant que bloc */
    margin: 0 auto; /* Centrer horizontalement */
    margin-top: 17px; /* Ajustez cette valeur selon l'espace souhaité entre la bannière et le texte */
    margin-bottom: -10px;
    object-fit: cover;
}

.header-container {
    width: 65%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #333;
    color: #fff;
    margin: 0 auto;
    height: auto;
}

.generated-by {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 15px;
    color: white;
    font-size: 12px;
    z-index: 1000;
}
.header-generated-by {
  animation: blink 2s infinite; /* Le texte clignote indéfiniment chaque seconde */
}

.logo {
    flex: 0 0 auto;
    margin-right: 50px;
}

.logo img.rounded {
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.logo img.rounded:hover {
    transform: scale(1.1);
}

nav ul.menu {
    list-style-type: none;
}

nav ul.menu li {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

nav ul.menu li:first-child {
    margin-left: 0;
}

nav ul.menu li a {
    text-decoration: none;
    color: #B0B9A8;
    transition: color 0.3s ease;
}

nav ul.menu li a:hover {
    color: #F0EEE9;
}


.hero {
    background-color: black;
    background-image: url('images/banniere5.jpg');
    background-size: cover;
    background-position: center;
    height: 270px;
    text-align: center;
    color: #fff;
}

.hero h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.hero p {
    font-size: 18px;
    margin-bottom: 30px;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #c40000;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #a30000;
}

.features {
    padding: 80px 0;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}

.feature {
    flex-basis: calc(50% - 20px);
    padding: 20px;
}

.red-background {
    background-color: #ff0000;
    color: #fff;
}

.green-background {
    background-color: #00ff00;
    color: #000;
}

.centered-container {
    display: flex;
    align-items: center;
}

.centered-container label {
    font-size: 12px; /* Taille de police initiale */
}

.centered-container label.copy-info {
    font-size: 12px; /* Nouvelle taille de police pour le texte "Copy for information" */
	white-space: nowrap;
	padding-right: 15px;
    font-weight: normal;
}

#bloc_page_mentions {
    background-color: #F0EEE9;
    padding: 40px;
    margin-top: 20px;
    margin: 0 auto; /* Centrage horizontal */
}

#contact_form {
    background-color: #DCDFDA;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    width: 80%; /* Ajustement de la largeur à 80% de la page */
    margin: 0 auto; /* Centrage horizontal */
    text-align: justify; /* Justifie le texte des paragraphes */
}

#texte_mentions {
    text-align: justify;
    margin-bottom: 20px;
}

#titre_edito {
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

#titre_coming_soon {
    text-align: center;
    font-size: 40px;
    color: #CA3C66;
    font-weight: bold;
    margin-bottom: 10px;
}

#texte_coming_soon {
    text-align: center;
    font-size: 12px;
    color: #CA3C66;
    font-weight: bold;
    margin-bottom: 10px;
}

#texte_mentions p {
    text-align: justify; /* Justifie le texte des paragraphes */
}

#texte_mentions p strong {
    display: block;
    text-align: right; /* Aligne à droite les titres de paragraphes */
}

#texte_mentions p.justify {
    text-align: justify; /* Justifie uniquement ce paragraphe */
}

#terms_of_use {
    text-align: center;
}

.contact {
    padding: 80px 0;
    background-color: #F0EEE9;
}

.contact h2 {
    text-align: center;
    margin-bottom: 40px;
}

.contact p {
    text-align: left;
    margin-bottom: 40px;
}

.contact form {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 80%; /* Ajustement de la largeur */
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #DCDFDA;
	text-align: left;
}

.contact form label {
    text-align: left;
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact input[type="submit"] {
    background-color: #c40000;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 10px;
    margin-top: 20px;
}

.contact input,
.contact textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
	text-align: left;
}

.contact input[type="submit"]:hover {
    background-color: #a30000;
}

input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
}

label {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

footer {
    background-color: #F0EEE9;
    color: #014886;
    padding: 40px 0;
    width: 80%;
    margin: 0 auto;
    border-top: 1px solid #014886;
	font-size:14px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
}

.footer-section {
    flex-basis: calc(33.333% - 20px);
}

.footer-section h4 {
    margin-bottom: 20px;
}

.footer-section ul {
    list-style-type: none;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #014886;
    text-decoration: none;
}

.footer-section ul li a:hover {
    color: #3B8DFE;
}

/* Classes pour les sections alternées */
.alternate-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    padding: 40px 0;
}

.alternate-section.reverse {
    flex-direction: row-reverse;
}

.alternate-section .text {
    flex-basis: calc(50% - 20px);
    width: 70%;
    margin: 0 auto;
    margin-right: 20px;
	line-height: 1.5;
	text-align: justify;
}

.alternate-section .text h2 {
    margin-bottom: 20px; /* Ajoutez la marge inférieure souhaitée */
}


.alternate-section .text ul {
    list-style-type: circle; /* Change le type de puce en carré */
    margin-left: 20px; /* Ajuste la marge à gauche pour l'alignement */
}

.alternate-section .text a {
    font-weight: bold; /* Change le type de puce en carré */
}


.alternate-section .image {
    flex-basis: 50%;
    text-align: center;
    margin-left: 20px;
}

.alternate-section img {
    max-width: 100%;
    height: auto;
    transition: transform 0.8s ease;
    border-radius: 8px;
    filter: grayscale(50%);
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.alternate-section .image img:hover {
    opacity: 0.8;
    transform: scale(1.05);
    transform: scale(1.5);
}

/* Styles spécifiques à la section de la vidéo */
.video-container {
    position: relative;
    padding-bottom: 30%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
	text-align:center;
	width:45%;
	height:45%;
    border-radius: 20px 0px 20px 0px;

}

.video-container video {
    justify-content: center;
    align-items: center;
    margin-right: 20px; /* Ajouter une marge à droite pour séparer la vidéo du texte */
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    display: flex;
}


/* Styles spécifiques pour le carousel d'images */
.image-carousel {
    width: 40%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-carousel img {
    max-width: 70%;
    height: auto;
    margin: 0 auto;
}

/* Styles pour les liens dans les sections alternées */
.alternate-section .text a {
    color: #014886;
    text-decoration: none;
}

.alternate-section .text a:hover {
    color: #3B8DFE;
}

.header-generated-by {
    float: right;
    margin-right: 20px; /* Marge entre le texte et le bord droit de la page */
    color: #B0B9A8;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    margin-top: 3px; /* Ajustez cette valeur selon l'espace souhaité entre le texte et la bannière */
}


/* Media query pour les smartphones */
@media only screen and (max-width: 767px) {
    .menu {
        display: none; /* Masquer la barre de menu sur les smartphones */
    }

    .alternate-section {
        flex-direction: column; /* Afficher les sections alternées sur une seule colonne */
    }

    .alternate-section.reverse  {
        flex-direction: column; /* Afficher les sections alternées sur une seule colonne */
    }

	.alternate-section .text ul {
        margin-left: 0; /* Réinitialiser la marge à gauche pour l'alignement de la liste à puce */
    }	
	.alternate-section .text,
    .alternate-section.reverse .text,
    .alternate-section.reverse .image,
    .alternate-section .image {
        flex-basis: auto; /* Réinitialiser la largeur des sections pour qu'elles occupent toute la largeur */
        width: 100%; /* Les sections occupent maintenant toute la largeur disponible */
        margin: 0 auto 20px; /* Ajouter une marge en bas pour séparer les sections */
		max-width: none;
    }

	
    .image-carousel {
        width: 100%; /* Occuper toute la largeur disponible */
        max-width: none; /* Réinitialiser la largeur maximale */
    }

    .image-carousel img {
		
        max-width: 100%; /* Occuper toute la largeur disponible */
    }

	
	
    footer {
        font-size: 11px; /* Réduire la taille de la police dans le footer */
    }

	.image-carousel {
		width: 100%;
	}

	.image-carousel img {
		max-width: 100%;
	}

    .video-container {
        width: 100%; /* Ajuster la largeur de la vidéo pour occuper toute la largeur disponible */
        padding-bottom: 56.25%; /* Ratio d'aspect 16:9 pour la vidéo */
    }

    .video-container video {
        width: 100%; /* Ajuster la largeur de la vidéo pour occuper toute la largeur disponible */
        height: 100%; /* Ajuster la hauteur de la vidéo pour occuper toute la hauteur disponible */
        position: relative; /* Ajuster la position de la vidéo */
    }
	
    .hamburger-menu {
        display: block; /* Afficher le menu hamburger en mode smartphone */
    }
	

	
	#contact_form {
    width: 100%; /* Ajustement de la largeur à 80% de la page */
	}

	.footer-section {
        margin-bottom: -40px; /* Ajouter de l'espace entre les sections du footer */
    }	


	
}

.keyword {
    color: #C23028; /* Couleur de votre choix pour mettre en évidence */
    font-weight: bold;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    100% { opacity: 1; }
}

.blinking-text {
    animation: blink 5s infinite;
}

