@font-face {
 font-family: "Poppins";
 src: url("poppins/Poppins-Light.ttf") format("truetype")
}

* { margin:0; padding:0; }
*, *:before, *:after { box-sizing:border-box; }

html {
  box-sizing: border-box;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
}
body {
	background:ghostwhite;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1.618;
	margin: 0;
}
hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
img {
	margin-top: 10px;
	max-width: 100%;
	border-radius: 10px;
}
video {
	margin-top: 10px;
	max-width: 100%;
	border-radius: 10px;
}
a {
	color: black;
	text-decoration: none;
}
td {
	padding: 5px;
}
        /* Icône fixe en haut à gauche */
        .upload-icon {
            position: fixed;
            top: 25px;
            left: 25px;
            width: 40px;
            height: 40px;
            background: url('https://cdn-icons-png.flaticon.com/512/126/126477.png') no-repeat center;
            background-size: cover;
            cursor: pointer;
			z-index: 10000;
        }

        /* Calque en bas de page (invisible au départ) */
        /* Calque en bas de page */
        .notification {
            position: fixed;
            bottom: -100%; /* Caché complètement */
            left: 50%;
            transform: translateX(-50%);
            background: rgba(0, 0, 0, 0.8);
            color: white;
            padding: 10px 40px;
            border-radius: 5px;
            display: inline-block; /* Ajuste la largeur au contenu */
            word-wrap: break-word;
            transition: bottom 0.5s ease-in-out;
			text-align: center;
        }

        /* Bouton de fermeture */
        .close-btn {
            position: absolute;
            top: 5px;
            right: 5px;
            background: red;
            color: white;
            border: none;
            padding: 5px;
            border-radius: 25%;
            font-weight: bold;
            cursor: pointer;
        }

        /* Affichage du calque */
        .notification.show {
            bottom: 20px;
        }
		
        .signup-form {
            width: 300px;
            margin: 0 auto;
            padding: 20px;
            border: 1px solid #ccc;
            background-color: #f9f9f9;
            border-radius: 10px;
        }
        .signup-form input[type="text"], .signup-form input[type="password"], .signup-form input[type="email"] {
            width: 100%;
            padding: 10px;
            margin: 10px 0;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        .signup-form input[type="submit"] {
            width: 100%;
            padding: 10px;
			margin-bottom: 5px;
            background-color: #4CAF50;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
        .signup-form input[type="submit"]:hover {
            background-color: #45a049;
        }


        /* Icône en haut à droite */
        .menu-icon {
			width: 45px;
            position: fixed;
            top: 20px;
            right: 25px;
            background-color: #98CCFD;
            color: white;
            padding: 10px;
            border-radius: 25%;
            cursor: pointer;
            z-index: 1000; /* Assurez-vous qu'il soit toujours au-dessus */
        }

        /* Style du menu */
        .menu-content {
            display: none; /* Masqué par défaut */
            position: fixed;
            top: 60px;
            right: 20px;
            background-color: #f9f9f9;
            box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
            padding: 15px;
            z-index: 1000; /* Même z-index que l'icône */
            border-radius: 5px;
        }
		.menu-content h3 {
			background-color: #f9f9f9;
		}

        /* Liens dans le menu */
        .menu-content a {
            color: black;
            padding: 10px;
            text-decoration: none;
            display: block;
        }

        .menu-content a:hover {
            background-color: #ddd;
        }

        .center-div {
			color: #2B4D40;
            width: 300px;
            height: 350px;
            background-color: #B6DCFE;
            padding: 20px;
            text-align: center;
            border: 1px solid #333;
            position: absolute;
            top: 50%; /* Position à 50% du haut */
            left: 50%; /* Position à 50% de la gauche */
            transform: translate(-50%, -50%); /* Décalage de la moitié de la largeur et de la hauteur */
        }
		.center-div h2 {
			background-color: white;
			color: #B8861D;
		}
.validation {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 1rem;
	margin-top: 15px;
	border: solid gray 1px;
	border-radius: 4px;
	cursor: pointer;
	height: 2rem;
	width: 200px;
	background-color: #4CAF50;
	color: white;
}
.ok_mail {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 1rem;
	border: solid gray 1px;
	border-radius: 4px;
	cursor: pointer;
	height: 2rem;
	background-color: white;
	padding: 0 7px 0 5px;
}
.connex {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	width: 200px;
	background-color: white;
	font-size: 1rem;
	border: 1px solid gray;
	border-radius: 4px;
	height: 2rem;
	padding: 0 5px 0 5px;
}
.erreur {
	color: red;
	font-weight: 600;
}
/* #line_calendar, #date_deb_fin {
	 display: none;
}*/
 #cday, #cmonth {
	 display: inline;
	 background: white;
	 /*display: none;*/
}
.cday, .cmonth {
	 display: inline-block;
}
.select_cloud {
	font-family: "Poppins", Arial, Helvetica, sans-serif;

	background-color: white;
	font-size: 1rem;
	border: 1px solid black;
	border-radius: 4px;
	height: 2rem;
	margin-bottom: 10px;
	/*display:inline;*/
}
.select_per_page {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	background-color: white;
	font-size: 1rem;
	border: 1px solid black;
	border-radius: 4px;
	height: 2rem;
	/*display:inline;*/
}
.button {
	/*display: none;*/
	color: white;
	padding: 10px;
	border: solid #4CAF50 1px;
	border-radius: 10px;
	cursor: pointer;
	margin: 5px 0 10px;
    background-color: #4CAF50;
}
.button_down {
	background-color: white;
	border: solid gray 1px;
	border-radius: 10px;
	cursor: pointer;
	height: 2rem;
	font-size: 1rem;
	padding: 5px 10px 5px 10px;
	font-weight: 600;
}
.pdown {
	margin-top: 15px;
}
.bandeau_down {
	color: white;
	display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
	z-index: 1000;
	font-weight: 600;
}
.button_admin {
	display: inline;
	width: 100px;
	border: solid gray 1px;
	border-radius: 10px;
	cursor: pointer;
	height: 2rem;
	font-size: 0.9rem;
	padding: 5px 10px 5px 10px;
	font-weight: 600;
	margin: 0 5px;
}
.div_majdate {
	display: none;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	width: 100%;
	margin-top: 10px;
}
.d_select {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	background-color: white;
	font-size: 1rem;
	border: 1px solid black;
	border-radius: 4px;
	height: 2rem;
	width: 70px;
}
.date_align {
	display: flex;
    gap: 10px;
	justify-content: center;
}
.button_down_select {
	background-color: white;
	border: solid gray 1px;
	border-radius: 10px;
	cursor: pointer;
	height: 2rem;
	font-size: 0.9rem;
	padding: 5px 10px 5px 10px;
	font-weight: 600;
}
.visible {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	border-radius: 4px;
	background-color: ghostwhite;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 1rem;
	font-weight: 600;
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}
h3 {
	background: white;
	text-align: center;
	font-weight: 700;
}
.entete {
	font-size: 0.9rem;
	width: 100%;
	font-weight: 600;
}

input[type="radio"].demo2 {
  display: none;
}
input[type="radio"].demo2 + label {
	padding: 0.5rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.3rem;
	color: #fff;
	background-color: #6c757d;
	border: 1px solid transparent;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}
input[type="radio"].demo2.demoyes:checked + label {
  background-color: #28a745;
  border-color: #28a745;
}
input[type="radio"].demo2.demono:checked + label {
  background-color: #28a745;
  border-color: #28a745;
}

option.bold {
    font-weight: bold;
}

.menu_search {
	display: flex;
	width: 98%;
	margin: auto;
	transition: background-color 0.3s;
	margin-top: 10px;
        }

        /* Divs enfants */
        .box {
            flex: 1; /* Chacune prend un tiers de la largeur */
            text-align: center; /* Centrer le texte horizontalement */
            display: flex; /* Nécessaire pour centrer verticalement */
            align-items: center; /* Centrage vertical */
            justify-content: center; /* Centrage horizontal */
            border: 1px solid #000; /* Pour visualiser les divs */
			font-weight: bold;
			padding: 0.4rem 0.8rem;
			cursor: pointer;
			 user-select: none; /* Empêche la sélection du texte */
            -webkit-user-select: none; /* Support pour Safari */
            -moz-user-select: none; /* Support pour Firefox */
            -ms-user-select: none; /* Support pour Internet Explorer */
        }
.box:hover {
	background-color: darkorange;
	color: white;
}
.choix_tag {
	display: none;
	text-align: center;
}
.choix_lieu {
	display: none;
	text-align: center;
}
.choix_date {
	display: none;
	text-align: center;
}


.liste_tags {
	display: grid;
	align-items: center;
	justify-content: center;
    gap: 10px; /* Espacement entre les div */
	padding-top: 15px;
	}
.liste_tags_word {
	display: flex;
      justify-content: space-between; /* Place le texte à gauche et l'image à droite */
      align-items: center;
  width: fit-content;
  height: fit-content;
  padding: 5px 10px 5px 10px;
background-color: #ECF8F6;
	font-size: 0.9rem;
	border: 1px solid black;
	border-radius: 8px;
	font-weight: bold;
}
.liste_tags_word img {
	margin: 0;
	padding-left: 5px;
	width: 25px;
}

.asterisque {
	margin-top: 7px;
	font-size: 0.7rem;
}
.div_criteres {
	display: none;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 0.9rem;
}
/* MOBILE */
@media screen and (max-width: 873px){
        .notification {
			width: 90vw;
        }
.upload-icon {
     width: 30px;  /* Réduction de la taille */
     height: 30px;
}
.select {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	background-color: white;
	font-size: 1rem;
	border: 1px solid black;

	height: 2rem;
}
.lesdates {
		display: inline-block;
}
.table {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.button_date {
	color: black;
	font-size: 1rem;
	font-weight: 600;
	/*padding: 10px;
	border: solid gray 1px;
	border-radius: 10px;*/
}
.bar {
	width: 100%;
	text-align: center;
}
.cadre {
	text-align: center;
	margin-bottom: 20px;
	padding: 10px;
	border: solid gray 1px;
	border-radius: 10px;
	box-shadow: 0px 0px 20px RGBa(0,0,0,0.3);
}
.resultat {
	padding: 10px;
}
.page {
	margin:0 auto;
	min-height:95vh;
	display:flex;
	flex-direction:column;
}
.header {
    display: flex;       /* Utilisation de flexbox pour aligner les divs horizontalement */
    justify-content: space-between; /* Espace égal entre les divs, modifiable selon vos besoins */
	z-index: 9999;
	background:white;
	text-align: center;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	padding:15px 0 15px 0;
}
.content {
	background:white;
	padding: 0 20px;
	flex-grow:1;
}
.footer {
	font-size: 0.7rem;
	background:white;
	text-align: center;
	width:100%;
	padding:20px 20px;
	}
.d_tags {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	background-color: white;
	font-size: 1rem;
	border: 1px solid black;
	border-radius: 4px;
	height: 2rem;
	width: 80%;
}
}
/* DESKTOP */
@media screen and (min-width: 874px){
.select {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	background-color: white;
	font-size: 1rem;
	border: 1px solid black;
	border-radius: 4px;
	height: 2rem;
}
.table {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.button_date {
	color: black;
	font-size: 1rem;
	font-weight: 600;
	/*padding: 10px;
	border: solid gray 1px;
	border-radius: 10px;*/
}
.bar {
	width: 100%;
	text-align: center;
}
.cadre {
	text-align: center;
	padding: 10px;
	border: solid gray 1px;
	border-radius: 10px;
	box-shadow: 0px 0px 20px RGBa(0,0,0,0.3);
}
.grid-container {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  grid-gap: 30px;
  padding: 20px;
}
.resultat {
	padding: 10px;
}
.page {
	box-shadow: 0px 0px 20px RGBa(0,0,0,0.3);
	max-width:98%;
	margin:0 auto;
	min-height:100vh;
	display:flex;
	flex-direction:column;
}
.header {
   display: flex;       /* Utilisation de flexbox pour aligner les divs horizontalement */
    justify-content: space-between; /* Espace égal entre les divs, modifiable selon vos besoins */
	z-index: 9999;
	background:white;
	text-align: center;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	padding:15px 0 15px 0;
}
.content {
	background:white;
	padding: 0 20px;
	flex-grow:1;
}
.footer {
	background:white;
	text-align: center;
	width:100%;
	padding:20px 20px;
	}
.d_tags {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	background-color: white;
	font-size: 1rem;
	border: 1px solid black;
	border-radius: 4px;
	height: 2rem;
	width: 300px;
}
}
