@import url('https://fonts.googleapis.com/css?family=Exo+2:400,700');
@import url('hint.css');

h1, h2, h3, p {
	margin: 0;
	padding: 0;
}

h1 {
    background: #3B4559;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3B4559, #667a99);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3B4559, #667a99); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	
}

h2 {
    background: #3B4559;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3B4559, #667a99);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3B4559, #667a99); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin-top: 15px;
}
h3, h4 {
	margin: 0;
	padding: 0;
}

.center {
	display: flex;
	justify-content: center;
	margin: 10px 0;
    gap: 0px 10px;
}

/* Mise en forme du formulaire : blague : ahahah */
form, .cadre {
	position: relative;
	font-family: 'Exo 2', sans-serif;
	max-width: 500px;
	padding: 10px 20px;
	background: #f4f7f8;
	margin: 10px auto;
	padding: 20px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.cadre {
	background: #fdfbfb;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #fdfbfb, #ebedee);  /* Chrome 10-25, Safari 5.1-6 */
	background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}


p.connexion {
	position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 5px 10px;
	font-size: 0.8em;
    color: #fff;
    background: #3B4559;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3B4559, #667a99);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3B4559, #667a99); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
p.connexion:hover{
	background: #afafaf;
	color: #FFF;
}
p.connexion a {
	color: #FFF;
    padding: 5px 10px;
	text-decoration: none;
}

.notification {
	margin: 10px 0;
    padding: 10px 0;
    text-align: center;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	color: #FFF;
	background: #000;
}
form fieldset{
	border: none;
}
form label {
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
}
.form_event input[type="text"],
.form_event input[type="password"],
.form_event input[type="date"],
.form_event input[type="datetime"],
.form_event input[type="email"],
.form_event input[type="tel"],
.form_event input[type="number"],
.form_event input[type="search"],
.form_event input[type="time"],
.form_event input[type="url"],
.form_event textarea,
input.champs
 {
    flex-grow: 1;
    background: rgba(255,255,255,.1);
    border: none;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    margin: 0;
    outline: 0;
    padding: 10px;
    width: 100%;
    box-sizing: border-box; 
    background-color: #e8eeef;
    color:#8a97a0;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 15px;
}

.form_event textarea {
    font-family: 'Exo 2', sans-serif;
}

.form_event input:focus,
.form_event textarea:focus,
.form_event select:focus{
    background: #FFF;
}

.form_event select, select.champs{
    -webkit-appearance: menulist-button;
    background: rgba(255,255,255,.1);
    border: none;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    margin: 0;
    outline: 0;
    padding: 10px;
    box-sizing: border-box; 
    background-color: #e8eeef;
    color:#8a97a0;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 15px;
    height:35px;
}

.inputRow {
    display: flex;
    align-items: center;
    gap: 10px;  /* Espace entre les éléments */
}

.select_fw {
	width: 100%;
}

i.fa-plus-circle {
	font-size: 0.8em;
}

.inputResa {
	margin-top: 20px;
}

form .number {
	background: #000;
	color: #fff;
	height: 30px;
	width: 30px;
	display: inline-block;
	font-size: 0.8em;
	margin-right: 4px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-radius: 15px 15px 15px 0px;
	-moz-border-radius: 15px 15px 15px 0px;
    -webkit-border-radius: 15px 15px 15px 0px;
}

#thematique {
	margin-bottom: 15px;
}
a {
	color: #999999;
}

.centrer {
	margin: 10px auto;
	text-align: center;
}

.bouton_noir {
	padding: 10px 40px;
    color: #FFF;
    font-size: 1.2rem;
    text-align: center;
    font-style: normal;
    border: none;
    margin-bottom: 10px;
	text-decoration: none;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bouton_vert, .bouton_orange, .bouton_rouge, .bouton_violet {
    display: inline-block;
	flex: 1;
	white-space: normal;
	padding: 10px 20px;
    color: #FFF;
    font-size: 1rem;
    text-align: center;
    font-style: normal;
    border: none;
    margin-bottom: 10px;
	text-decoration: none;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    font-weight: bold;
	line-height: 1.5;
}
.bouton_noir {
    background: #000000;
}
.bouton_vert {
	background: #44a774 !important;
}
.bouton_orange {
    background: #ffaf43;
}
.bouton_rouge {
    background: #ff5b4b;
}
.bouton_violet {
    background: #dd77ff;
}
.bouton_noir:hover, .bouton_vert:hover, .bouton_orange:hover, .bouton_rouge:hover, .bouton_violet:hover {
	opacity: 0.5;
    cursor: pointer;
}

.bouton_orange a {
	color: #FFF;
	text-decoration: none;
}

.menu {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch; /* Harmonise la hauteur des éléments enfants */
	justify-content: center;
}

.mention_cartel {
    padding: 5px;
    border-radius: 8px;
    background: #f3e6de;
    font-size: 0.8em;
    margin: 10px;
}

/* Style pour les écrans plus grands que 768px (non-mobile) */
@media (min-width: 768px) {
  .menuOptions {
    width: 100%; /* Prend toute la largeur disponible */
    max-width: 240px; /* Mais ne dépasse pas 250px */
  }
}

/* Style pour les écrans de taille mobile (moins de 768px) */
@media (max-width: 767px) {
  .menuOptions {
    width: 100%; /* Prend toute la largeur disponible */
  }
}

.miseEnAvant img {
    width: 100%;
}

.menuOptions {
	margin: 5px;
    padding: 10px;
    background: white;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	box-sizing: border-box;
	box-shadow: rgb(0 0 0 / 12%) 0px 6px 16px;
	cursor: pointer;
    transition: box-shadow 0.3s ease;
}
.menuOptions:hover {
    box-shadow: none;
}
.menuOptions__titre {
	margin: 0;
    padding: 0;
    font-size: 1em;
}
.menuOptions__paragraphe {
	margin: 0;
    padding: 0;
}

.subMenu {
    margin: 10px 0 0 0;
    width: 100%;
    padding: 5px 15px;
    background: #ffffff96;
	-moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 5%) 0px -5px 10px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	cursor: pointer;
}
.subMenu__titre {
	margin: 0;
    padding: 0;
    font-size: 0.8em;
}

.subMenu__titre i {
    font-size: 0.8em;
}

.header {
	margin-bottom: 15px;
}
.header_titre {
	margin: 0;
    padding: 0;
    font-size: 2em;
}
.header_paragraphe {
	margin: 0;
    padding: 0;
}

.bloc_item {
    margin: 10px 0px;
    padding: 10px;
    background: rgb(255 255 255 / 20%);
}

.liste {
	margin-left: 15px;
}

.liste__item {
	margin: 10px 0;
	padding: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	background: rgb(255 255 255 / 45%);
}
.liste__item:hover {
	background: #FFF;
	cursor: pointer;
}

.liste__item__action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.liste__item__action button {
    margin: 0 5px;
	background: none;
}

.liste__titre {
	font-weight: bold;
}

.liste__date {
    font-style: italic;
}

.liste__images {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.liste__images__bloc {
	margin: 0 3px 10px 3px;
    flex: 1;
    max-width: 270px;
    min-width: 160px;
    box-sizing: border-box; /* S'assure que padding et border sont inclus dans les dimensions */
    display: flex;
    flex-direction: column;
    align-items: stretch;
	cursor: pointer;
}


.liste__images__img {
	width: 100%;
	padding-bottom: 75%; /* 3/4 */
	background-size: cover;
	background-position: center;
}

.line_item {
	flex-grow: 1;
    background: rgba(255,255,255,.1);
    border: 1px solid;
	padding: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    margin: 0;
    outline: 0;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #8a97a0;
    margin-bottom: 15px;
}

.text_min {
	font-size: 0.8em;
}

.boutonAjouter {
	background-image: linear-gradient(178deg, rgb(222 164 110), rgb(222 164 110) 10%, rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(rgb(222 164 110), rgb(222 164 110));
	background-size: 100% 200%, 100% 100%;
    background-position: 100% -100%, 100% 100%;
    background-repeat: no-repeat;
    transition: background-position 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
    display: block;
    padding: 10px 20px;
    color: #3B4559;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border: none;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.boutonAjouter:hover {
    background-position: 100% 25%, 100% 100%;
}

.boutonAdd {
    color: #999999;
    border: 1px solid;
    padding: 5px 15px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    box-sizing: border-box;
    display: inline-block;
}
.boutonAdd:hover {
    color: #FFF;
    background-color: #999999;
}

.boutonDel {
    color: #999999;
    border: 1px solid;
	margin-bottom: 15px;
    padding: 5px 15px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    box-sizing: border-box;
    display: inline-block;
	cursor: pointer;
}
.boutonDel:hover {
    color: #FFF;
    background-color: #fb7777;
}

.button--green, .button--red {
    padding: 3px 10px;
	cursor: pointer;
	font-family: 'Exo 2', sans-serif;
	font-size: 0.8em;
	text-decoration: none;
}
.button--green:hover, .button--red:hover {
	color: #FFF;
}

.button--green i, .button--red i {
	font-size: 0.8em;
}

.button--green {
    color: #8ac99c;
	border: 1px solid #8ac99c;
}
.button--green:hover {
	background: #8ac99c;
}

.button--red {
    color: #f38080;
	border: 1px solid #f38080;
}
.button--red:hover {
	background: #f38080;
}

.cartel {
	margin: 10px 0;
	padding: 10px;
	background: rgb(255 255 255);
	color: #828282;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* LABELS */
.label {
    color: #ffffff;
    padding: 2px 5px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	white-space: nowrap;
	font-size: 11px;
}

.lb_vert {
	background: #8ac99c;
}

.lb_grisbleu {
	background: #B3D5E3;
}

.lb_orange {
	background: #f6d46d;
}

.lb_rouge {
	background: #A8A8B7;
}

.lb_rose {
	background: #FFA8A8;
}

.archives {
	margin: 25px 0;
}

#password-strength {
    margin-top: 0.5em;
}

meter {
    width: 100%;
    height: 10px;
}

#strengthText {
    font-size: 0.9em;
    margin: 0.2em 0 0;
}