

/* https://www.toutes-les-couleurs.com/code-couleur-html.php */

/* https://openclassrooms.com/fr/courses/1603881-creez-votre-site-web-avec-html5-et-css3/8061510-utilisez-le-responsive-design-avec-les-media-queries */

/* ================================================================ */
    /* Pour des essais */
/* ================================================================ */


#T01 {
    border: 1px green solid;
}



/* ================================================================ */
    /* Bandeau fonctions */
/* ================================================================ */

/*#info-tempsDepasse>span.desk {display: inline;}*/

/* VOIR SI UTILE */
#info-tempsDepasse>span.mobile {display: none;}

#info-tempsDepasse {
    background-color: yellow;
    text-align: center;
    font-weight: bold;
    border: 2px green solid;
}

/* VOIR SI UTILE */
#info-site-validation>span.mobile {display: none;}

#bandeau-fonctions {
	border-bottom: 1px solid green;
	display: flex;
	justify-content: space-between
}

#bandeau-fonctions>div.nom-site {
	margin: 0 10px;
	display: flex;
}

#bandeau-fonctions>div.btn:not(.masque) {
	display: flex;
/*	align-items: center;*/
}

/*#bandeau-fonctions>div.btn>p {*/
#bandeau-fonctions>div>p {
	margin: 10px 0;
	padding: 2px 4px;
}


#bandeau-fonctions>div.nom-site>p>span.nom>b {
	background-color: cyan;
}

#bandeau-fonctions>div.nom-site>p.local {
/*	background-color: green;*/
	text-align: center;
}

#bandeau-fonctions>div.btn>p:not(.separateur) {
	background-color: #E0FFFF;
	cursor: pointer;
} 


#btn-page>div.nav-02>div {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 6px;
}


/* ================================================================ */
    /* Mise en forme site */
/* ================================================================ */

#btn-site>hr:first-child {
/*	margin-top: 16px;*/
}

#btn-page>ul {
	border-bottom: 1px solid green;
}

#btn-site>hr {
	margin-top: 6px;
	margin-bottom: 6px;
/*	color: red;*/
	border-bottom: 1px solid blue;
	border-top: 0;
}

#btn-page>hr:last-child {
	margin-top: 6px;
	margin-bottom: 6px;
/*	color: red;*/
	border-bottom: 1px solid red;
	border-top: 0;
}



#finPage>hr {color: blue;}

#finPage>p {
	text-align: center; 
	text-transform: uppercase;
}	


/* ================================================================ */
    /* Boutons dans pages */
/* ================================================================ */

#btn-page>ul {
    margin: 0 0 0 0 ;
    padding: 0 0 4px 6px;
    background-color: #e9e9e9;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

#btn-page>ul>li {
    list-style: none;
    float: left;
	padding: 4px 4px 4px 4px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    font-family: Arial;
    font-size: 1.1em;
    border: 1px #c5c5c5 solid;
    background-color: #f6f6f6;
    color: #454545;
    cursor: pointer; 
	border-radius: 16px;
	margin-top: 4px;
}

#btn-page>ul>li:hover {
    border: 1px #cccccc solid;
/*    border-bottom-width: 0;*/
    background-color: #ededed;
    color: #2b2b2b;
}

#btn-page>ul>li.actif {
    border: 1px #003eff solid;
/*    border-bottom-width: 0;*/
    background-color: #007fff;
    color: #ffffff;
}

/*#btn-page>ul>li+li:not(:last-child) {*/
#btn-page>ul>li:not(:last-child) {
    margin-right: 6px;
} 



#btn-page>hr:first-child {
	margin: 0;
}

#btn-page>div.nav-02 {
/*	background-color: red;*/
    background-color: #e9e9e9;
	padding-left: 6px;
}

#btn-page>div.nav-02 ul {
    margin: 0; 
    border: 1px green solid;
/*    background-color: #e9e9e9;*/
/*	background-color: #B0F2B6;*/
	background-color: #E0FFFF;
}

#btn-page>div.nav-02 ul>li {
    list-style-type: none; 
    line-height: 18px; 
    vertical-align: middle;
    border: 1px #c5c5c5 solid;
}


#btn-page div.nav-02>div>ul:not(:last-child) {
	margin-right: 8px;
} 


/* Boutons btn-page */


/* Boutons btn-page */
#btn-page>div.nav-02 ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 6px;
	border-radius: 12px;
	padding: 0;
}

#btn-page>div.nav-02 ul>li {
	align-items: center;
	background-color: #f5f5f5;
	border-radius: 16px;
	color: #000;
	cursor: pointer;
	display: flex;
	font-size: .75em;
	font-weight: 500;
	height: 14px;
	justify-content: center;
	margin: 4px;
	padding: 0 8px;
}



#btn-site>ul>li {
	border-radius: 12px;
}

#btn-site>ul>li {
    margin: 0; 
    border: 1px green solid;
	background-color: #E0FFFF;
}


/* ================================================================ */
    /* Boutons dans pages (sous-fonctions) */
/* ================================================================ */

#btn-page div.btn-table>ul.tableau.actif>li:first-child {
    border: 1px #003eff solid;
    background-color: #007fff;
    color: #ffffff;
}




/* ================================================================ */
    /* Boutons d'onglet de box-ligne */
/* ================================================================ */


#box-ligne>div.contenu div.nav-02>ul>li, #box-filtre>div>ul.nav-02>li {
    padding: 0 0.5rem; 
    list-style-type: none; 
    line-height: 18px; 
    display: inline-block; 
    font-size: 1rem; 
    vertical-align: middle;
    background-color: #f6f6f6;
    color: #454545;
    border: 1px #c5c5c5 solid;
    cursor: pointer;
}




/*#box-btn-page div>div.btn {
	background-color: white;
}
*/



/* ================================================================ */
    /* Essais divers */		
/* ================================================================ */

/* A CONSERVER POUR DEMO */
#btn-page>div.nav-02>div>ul>li[class*="tot"] {
/*	background-color: green;*/
}


/* ================================================================ */
    /* Spécifique pour mobile */
/* ================================================================ */


/* Spécifique pour mobile */
/*@media only screen and (max-width: 767px) {*/
@media only screen and (max-width: 767px) {
/*  .header .header_wrapper {*/
/*    padding-top: 6px;*/
/*    padding-bottom: 6px;*/
/*}*/


	header>div.info-tempsDepasse {
/*		background-color: green;*/
	}


	#containerGlobal {
/*		border: 2px solid red;*/
		margin-left: 0!important;
		padding: 0 0!important;
	}

	#bandeau-fonctions>div.btn>p:not(.separateur) {
		margin-bottom: 10px;
	} 

	#msg {top: 350px!important}

	div.nom-site {display: none!important}

	#btn-site {display: none!important}

	#btn-page {display: none!important}

	#info-tempsDepasse>span.desk {display: none;}
	#info-tempsDepasse>span.mobile {display: inline;}

	#info-site-validation>span.desk {display: none;}
	#info-site-validation>span.mobile {display: inline;}

	#bandeau-fonctions>div.nom-site {
		margin: 0 0;
		display: flex;
	}

	#bandeau-fonctions>div.btn-menu-fonctions {
		display: flex!important;
	}

	#bandeau-fonctions>div.btn, #bandeau-fonctions>div.nom-site {
		flex-direction: column;
	}


	#bandeau-fonctions>div>p.separateur {
		display: none;
	}

	/*#bandeau-fonctions>div>p+p {*/
	#bandeau-fonctions>div>p {
		padding: 4px 4px;
		text-align: center;
	}


	#finPage>p {
		background-color: #E0FFFF;
	}


	#body {
		margin: 0;
	}

	#indexLink {
/*		background-color: red!important;*/
	}

/*	#sideNavWrapper:not(.forcer-menu-gauche) {*/
	#sideNavWrapper {
		display: none!important;
	}

	div#main {
		max-width: 100%;
	}

	p.menu-gauche-mobile {
/*		display: block!important;*/
	}


	#menu-haut-desk {
		display: none;
	}

	#bandeau-mobile {
		display: flex!important;
	}

/*	.topNavWrapper.non-visible {*/
	.topNavWrapper {
/*		display: none!important;*/
	}

/*	#carrousel.non-visible {*/
	#carrousel {
		display: none!important;
	}

/*	#bannerImg.non-visible {*/
	#bannerImg {
		display: none!important;
	}

	#bandeau-fonctions>div.btn-session {
		display: none!important;
	}

	#box-filtre {
		top: 0!important;
		left: 0!important;
	}

	#box-pagination {opacity: 1 !important;}

	#box-pagination {left: 5px !important;}

	#box-connexion {top: 0!important; margin:0;}

	#box-inscription {top: 0!important; margin: 0;}




}