@font-face {
    font-family: 'NoovoITCBold';
    src: url('/include/font/noovo-itc-bold.woff2') format('woff2'),
         url('/include/font/noovo-itc-bold.woff') format('woff'),
         url('/include/font/noovo-itc-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body
{
    background-color: #FFFFEE;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    margin: 0px;
    padding: 0px;
}

fieldset
{
	background-color: #D4E6AE;
	margin: 15px;
	padding: 0;
	border: 1px #A0A0A0 solid;
	border-radius: 8px;
	box-shadow: 0px 0px 4px #A0A0A0;
}

.centre_fieldset
{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding: 15px;
}

.cadre_ordi
{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding: 20px;
}

.titre_page
{
	text-align: center;
	font-size: 2.2em;
	color: #114C2A;
	font-family: 'NoovoITCBold', sans-serif;
	font-weight: bold;
}

.titre_contenu span
{
	text-align: right;
	font-size: 1.5em;
	font-weight: bold;
	color: #114C2A;
}

label
{
	font-weight: bold;
}


/* Bas de page */
footer
{
	background-color: #114C2A;
	color: white;
	text-align: center;
	font-style: italic;
	position: relative;
	margin: none;
	padding: 5px;
	border-bottom: 1px #A0A0A0 solid;
	box-shadow: 0px -3px 6px #A0A0A0;
}

footer::before
{
	content: '';
	position: absolute;
	left:0;
	height: 10px;
	width: 100%;
	top: -9px;
	mask-image: url('../images/dechirure.png');
	transform: scaleY(-1);
	background: #114C2A;
	border: none;
}

footer p
{
	margin: 0;
}


/* Menus déroulants */
nav
{
	position: relative;
	background-color: #114C2A;
	color: white;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	box-shadow: 0px 3px 6px #A0A0A0;
}

nav::after
{
	content: '';
	position: absolute;
	height: 10px;
	width: 100%;
	bottom: -10px;
	mask-image: url('../images/dechirure.png');
	background: #114C2A;
	border: none;
}

.boutonmenu
{	
	height: 50px;
	width: 245px;
	background-color: rgba(0,0,0,0);
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	transition: background 300ms;
}

.boutonmenu_encours
{
	height: 50px;
	width: 245px;
	background-color: #1a703e;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	transition: background 300ms;
}

.boutonmenu a , .boutonmenu_encours a
{
	text-decoration: none;
	color: white;
}

.boutonmenu:hover , .boutonmenu_encours:hover , .boutonmenu:active , .boutonmenu_encours:active
{
	background-color: #1a703e;
	border: none;
}

.menu:hover .liste
{
	transform: scaleY(1);
}

.liste 
{
	display: block;
	width: 244px;
	background-color: #114C2A;
	color: white;
	position: absolute;
	border: 1px #A0A0A0 solid;
	border-top: none;
	box-shadow: 0px 3px 4px #A0A0A0;
	z-index: 1;
	transform: scaleY(0);
	transform-origin: top;
	transition: transform 150ms , color 100ms;
}

.liste a , .liste a:hover , .liste a:active
{
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: white;
}

.lienmenu
{
	height: 45px;
	width: 244px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #114C2A;
	transition: background 250ms;
}

.lienmenu:hover
{
	background-color: #1a703e;
}

#ouverture_nav , #fermeture_nav , #image_burger , #image_croix, #titre_petit
{
	display: none;
}


/* Bandeau gris des boutons*/
.bandeauboutons
{
	background-color: #E0E0E0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0 0 0;
	padding: 5px 20px 5px 20px;
	border: none;
	border-radius: 0px;
	box-shadow: none;
}


/* Tout les boutons */
.alignement_bouton
{
	display: flex;
	flex-direction: row;
}

.bouton
{
	width: 50px;
	height: 50px;
	background-color: #A6CA3F;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	border-radius: 30px;
	box-shadow: 0.5px 0.5px 2px black;
	margin: 5px;
	transform: scale(1);
	transition: transform 150ms , background 200ms;
}

.bouton_photo
{
	width: 50px;
	height: 50px;
	background-color: #A6CA3F;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	border-radius: 30px;
	box-shadow: 0.5px 0.5px 2px black;
	margin: 5px;
	transform: scale(1);
	transition: transform 150ms , background 200ms;
}

.petit_bouton
{
	width: 28px;
	height: 28px;
	border: none;
	box-shadow: 0.5px 0.5px 2px black;
	border-radius: 15px;
	background-color: #A6CA3F;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(1);
	transition: transform 150ms , background 200ms;
}

.long_bouton
{
	height: 28px;
	border: none;
	box-shadow: 0.5px 0.5px 2px black;
	border-radius: 15px;
	background-color: #A6CA3F;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px 0 10px;
	transform: scale(1);
	transition: transform 150ms , background 200ms;
}

.reinitialiser_bouton
{
	height: 28px;
	border: none;
	box-shadow: 0.5px 0.5px 2px black;
	border-radius: 15px;
	background-color: #A6CA3F;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(1);
	transition: transform 150ms , background 200ms;
}

.bouton_active
{
	width: 90px;
	height: 20px;
	border: none;
	box-shadow: 0.5px 0.5px 2px black;
	border-radius: 30px;
	background-color: #A6CA3F;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	transform: scale(1);
	transition: transform 150ms , background 200ms;
}

.bouton_desactive
{
	width: 90px;
	height: 20px;
	border: none;
	box-shadow: 0.5px 0.5px 2px black;
	border-radius: 30px;
	color: white;
	background-color: #ED4F21;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	transform: scale(1);
	transition: transform 150ms , background 200ms;
}

.bouton_scroll
{
	width: 50px;
	height: 50px;
	background-color: #A6CA3F;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	border-radius: 30px;
	box-shadow: 0.5px 0.5px 2px black;
	position: fixed;
	bottom: 25px;
	right: 70px;
	z-index: 2;
	transform: scale(1);
	transition: transform 150ms , background 200ms;
}

.bouton:disabled , .bouton_photo:disabled , .petit_bouton:disabled , .long_bouton:disabled , .reinitialiser_bouton:disabled , .bouton_active:disabled , .bouton_desactive:disabled , .bouton_scroll:disabled
{
	opacity: 0.4;
}

.bouton:enabled:hover , .bouton_photo:hover , .petit_bouton:enabled:hover , .long_bouton:enabled:hover , .reinitialiser_bouton:enabled:hover , .bouton_active:enabled:hover , .bouton_desactive:enabled:hover , .bouton_scroll:enabled:hover
{
	transform: scale(1.1);
	cursor: pointer;
	background-color: #E9B638;
}

.bouton:enabled:active , .bouton_photo:active , .petit_bouton:enabled:active , .long_bouton:enabled:active , .reinitialiser_bouton:enabled:active , .bouton_active:enabled:active , .bouton_desactive:enabled:active , .bouton_scroll:enabled:active
{
	background-color: #FFC740;
}


/* Toutes les checkbox */
.checkbox
{
	background-color: #A6CA3F;
	color: black;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: nowrap;
	box-shadow: 0.5px 0.5px 2px black;
	border-radius: 5px;
	margin: 0 8px 0 8px;
	padding: 3px;
	transform: scale(1);
	transition: transform 150ms , background 200ms;
}

.checkbox label
{
	font-weight: normal;
	cursor: pointer;
}

.checkbox:hover
{
	transform: scale(1.1);
	background-color: #E9B638;
}

.checkbox:active
{
	background-color: #FFC740;
}


/* Modèle type de tableau */
#tableau
{
	border: 2px black solid;
	border-collapse: collapse;
	background-color: white;
}

#tableau th
{
	background-color: #114C2A;
	color: white;
	height: 30px;
}

#tableau td
{
	border: 1px black solid;
	height: 25px;
	padding: 0px 5px 0px 5px;
	overflow: hidden;
}

#tableau td a:focus, td a:hover, td a:active, td a
{
  text-decoration: none;
  color: black;
}

.couleur_plat_prive
{
	background-color: #D2DFA1;
}

.couleur_plat_nonvalide
{
	background-color: #FFFFAF;
}

.couleur_plat_prive:hover
{
	background-color: #D7F091;
	transition: background 100ms;
}

#tableau tr
{
	transition: background 200ms;
}

#tableau tr:hover
{
	background-color: #D7F091;
}

#tableau tr:active
{
	background-color: yellow;
}

.liencellule
{
	display: flex;
	justify-content: flex-start;
	align-items: center; 
	height: 25px;
}


/* Ligne info de connexion (nom utilisateur) */
.infoconnexion
{
	color: #114C2A;
	text-align: center;
	font-style: italic;
	font-size: 0.8em;
	position: absolute;
}


/* The Modal (background) */
.modal 
{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	overflow: hidden;
	background-color: rgba(255,255,255,0.5);
}


/* Modal Content/Box */
.modal-content 
{	
	width: 50%;
	height: 50px;
	font-size: 1.1em;
	background-color: #114C2A;
	color: white;
	border-radius: 10px;
	border-bottom: 1px #A0A0A0 solid;
	box-shadow: 0px 0px 12px #A0A0A0;
	margin: 40vh auto;
	padding: 15px 20px 15px 20px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}


/* The Close Button */
.close 
{
	width: 40px;
	height: 40px;
	background-color: #1a703e;
	color: white;
	font-size: 40px;
	font-weight: bold;
	border: none;
	box-shadow: 0.5px 0.5px 2px black;
	border-radius: 30px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.close:hover
{
	text-decoration: none;
	cursor: pointer;
	background-color: #E9B638;
}

.close:active
{
	background-color: #FFC740;
}


/* Infobulles */
.infobulle
{
	position: relative;
	cursor: help;
}

.infobulle:hover:after
{
	content: attr(text-infobulle);
	background-color: #114C2A;
	color: white;
	font-size: 1.05em;
	font-style: italic;
	font-weight: normal;
	position: absolute;
	bottom: 30px;
	left: -20%;
	width: 130%;
	text-align: center;
	z-index: 2;
	border: 1px black solid;
	box-shadow: 0px 0px 12px #A0A0A0;
	border-radius: 5px;
	padding: 5px 3px 5px 3px;
}