/* Statali.css 
* Jean Daniel CAZAL 
* up 1/11/2022
*/
/* charte graphique ekopratik */
/* le gris clair : code html #575656
le gris foncé : code html #343435
le vert clair : code html #94c11f
le vert foncé : code html #0b8e36 */
/* 
La police de base est Raleway
corps de texte : taille 10, justifié
titre 1 : taille 13, aligné à gauche, surligné vert, gras, texte en blanc, numéroté
titre 2 : taille 11, retrait, souligné, texte en vert, numéroté 
*/

:root {
	--gris-fonc: #343435;
	--gris-clair: #575656;
	--vert-clair: #94c11f;
	--vert-fonc: #0b8e36;
	--nav-bg-color: #e4ecfd;
}

.vert {
	color: var(--vert-fonc);
}

.vert-clair {
	color: var(--vert-clair);
}

li.content {
	list-style: none !important;
}

.error-message {
	color: red;
	font-size: large;
}

.fas,
.far {
	color: #245470;
	font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif, !important;
}

.uppercase-bold-title {
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif, !important;
	text-transform: uppercase;
	font-weight: 700;
}

.content {
	background: #fbfdfe;
}

/*.row.content{
	background: var(--nav-bg-color);
}*/

.row.content {
	border: 0.05rem solid var(--vert-clair);
	padding: 1rem;
	margin-bottom: 0.2rem;
	background: var(--lt-color-gray-100);
}

.nav {
	background-color: var(--nav-bg-color) !important;
	min-height: 20px;
	z-index: 4;
}

.top-nav-statali {
	justify-content: space-between;
	display: flex;
	align-self: center;
	max-width: 200%;
	position: fixed;
	align-items: center;
	top: 0;
	max-width: 200%;
	padding: 1rem;
	margin: 0 auto 1rem;
	z-index: 4;
	width: 100%;
}

.top-nav-links.user {
	margin: 0rem 2rem;
	padding: 0rem 2rem;
}

.footer {
	background-color: var(--nav-bg-color) !important;
	margin-top: 1rem;
	padding-top: 2rem;
	padding-bottom: 3rem;
	text-align: center;
	min-height: 200px;
}

.top-nav-title a {
	font-size: 2rem;
	color: var(--gris-fonc);
}

.top-nav-title span.stat {
	color: var(--vert-clair);
}

a {
	color: var(--gris-fonc);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a:hover,
a:focus,
a:active {
	color: var(--gris-clair);
	-webkit-transition: all 0.2s easeout;
	transition: all 0.2s ease-out;
}

main {
	margin-top: 160px;
	min-height: 600px;

}

.breadcrumbs {
	z-index: 1;
	font-family: 'Raleway';

}

.breadcrumbs-trail {
	z-index: 1;
	font-family: 'Raleway';
}

.breadcrumbs ul li {
	display: inline-block;
	list-style: outside none none;
}

.breadcrumbs-separator{
	margin-left: 0.8rem;
	margin-right: 0.8rem;
}

.navbar-nav {
	display: inline-block;
	list-style: outside none none;
}

.dropdown {
	padding: 0.3rem 0.2rem;
	margin: 0.3rem 0.2rem;
	position: relative;
	display: inline-block;
	border-radius: .4rem;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: var(--nav-bg-color);
	min-width: 140px;
	padding: .3rem .2rem;
	margin: 0.3rem 0.2rem;
	z-index: 2;
}

.dropdown-content a {
	padding: .3rem .2rem;
	margin: 0.3rem 0.2rem;
	display: block;
	z-index: 2;
}

.dropdown-item a:hover {
	background-color: var(--gris-clair);
	color: #fff;
	z-index: 2;
}

.dropdown-content a:hover {
	background-color: var(--gris-clair);
	color: #fff;
	z-index: 2;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown {
	position: relative;
	display: inline-block;
}

button,
.button,
.btn-ctxt {
	font-family: 'Raleway' !important;
	border: 0.05rem solid var(--vert-fonc);
	border-radius: .4rem;
	background-color: var(--vert-clair);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 0 1.0rem;
	line-height: 3rem;
}

.home {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#sortable,
#sorted {
	border: 1px solid var(--gris-clair);
	min-height: 2rem;
	list-style-type: none;
	margin: 0rem;
	padding: 1rem;
}

.sortable li {
	margin: 1rem;
	padding: 0.5rem;
	font-size: 1.2rem;
	width: 120px;
	align-items: center;

}

.menu-item::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background: #000;
	transform: scale(0);
	transition: transform 0.2s ease-in-out;

}

.menu-item:hover::after {
	transform: scale(1);
}

.passage.clos {
	background-color: var(--nav-bg-color);
	color: var(--vert-fonc);
}

.passage.open {
	color: red;
	background-color: var(--nav-bg-color);

}



#logo-statali {
	max-height: 90px;
	margin-bottom: 1px;
	width: 100%;
}

.actions.with-icons {
	width: 17rem;
}


@media screen and (max-width: 480px) {

	main {
		margin-top: 160px;
	}

	.menu .menu-item {
		display: none;
	}

	#img-last-stats {
		display: none;
	}

	#logo-statali {
		max-height: 60px;
		margin-bottom: 1px;
		width: 100%;
	}

	.action-with-icons {
		width: 8rem;
		display: inline;
		padding: 0.5rem;
		border: 0.05rem solid var(--vert-fonc);
		border-radius: .4rem;
		/*background-color: var(--vert-clair);*/
	}
	.action-words {display: none;}

}

/* charte graphique ekopratik */
/* le gris clair : code html #575656
le gris foncé : code html var(--gris-fonc)
le vert clair : code html #94c11f
le vert foncé : code html #0b8e36 */
/* 
La police de base est Raleway
corps de texte : taille 10, justifié
titre 1 : taille 13, aligné à gauche, surligné vert, gras, texte en blanc, numéroté
titre 2 : taille 11, retrait, souligné, texte en vert, numéroté 
*/


/* 00120B 35605A  6B818C  D8E4FF  31E981*/

/* 59546c  38405f  0e1313F 8b939c*/


/* D7263D   02182B  0197F6  448FA3  68C5DB  */