/* CSS Document */

/* Police */

/* Fond */
html {
	background-attachment: fixed;
	background-size:cover;
	background-color: rgba(43,92,66,1);
	background-image: linear-gradient(rgba(43,92,66,1), rgba(91,172,133,1));
	min-height: 100%;
}
body {
	background-color: transparent;
	font-family: 'Verdana', Sans-Serif;
}

/* Global */
h1 {
	color: rgba(43,92,66,1);
}
h2 {
	color: #84c555;
}
h3 {
	color: #f26934;
}
a {
	color: rgba(43,92,66,1);
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
hr {
	background-color: rgba(43,92,66,1);
}
iframe {
	border: 1px solid rgba(43,92,66,1);
}

/* Cadres */
.cadre_titre {
	background-color: rgba(43,92,66,1);
	color: #FFF;
}
.cadre_titre .bt_actions a {
	color: #FFF;
}
.cadre_titre .bt_actions a > div {
	display: none;
	line-height: 2;
	vertical-align: top;
	transition: all .5s ease;
	padding-left: 5px;
}
.cadre_titre .bt_actions a:hover {
	color: #FFF;
	background-color: rgba(43,92,66,1);
}
.cadre_titre .bt_actions a:hover > div {
	display: inline-block;
}

/* Onglets */
.onglet a:hover, .onglet a.onglet_actif {
	background: rgba(43,92,66,1);
	color: #fff;
}

/* Formulaire */
input[type=text], input[type=email], input[type=password], select, textarea, .input {
	color: rgba(43,92,66,1);
	background-color: #FFF;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, select:focus, textarea:focus, .input:focus {
	border:1px solid transparent;
	box-shadow: 0px 0px 4px #ffbb00;
}

/* Boutons */
input[type=submit], input[type=button], a.bouton, a.button, button[type=submit], button[type=button] {
	background: rgba(43,92,66,1);
	font-family: 'Verdana';
	color: #fff;
}
input[type=submit]:hover, input[type=button]:hover, a.bouton:hover, a.button:hover, button[type=submit]:hover, button[type=button]:hover {
	background: rgba(91,172,133,1);
	color: #000;
}

/* Menu */
.menu a {
	color:#0A4861;
}
.menu div:first-child a:hover, .menu div:first-child a.menu_actif {
	background-color: #EEE;
	color: #000;
	border-left: 4px solid #ffbb00;
}
.menu div:first-child a:hover span.fas, .menu div:first-child a.menu_actif span.fas {
	color: rgba(43,92,66,1);
}
.sous_menu a:hover {}

/* Haut et bas */
header, header input[type=text], header select, footer {
	background-color: rgba(43,92,66,1);
	color: #FFF;
}
header input[type="submit"] {
	background-color: rgba(91,172,133,1);
	color: #FFF;
}
header input[type="submit"]:hover {
	background-color: #ffbb00;
	color: #000;
}

/* Alert Login */
.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: .25rem;
	text-align: center;
	margin-bottom: 40px;
}

/* Sortable */
#sortable_medias {
	list-style-type: none;
	margin:0;
	padding:0;
	margin-bottom:20px;
}
#sortable_medias li {
	display: inline-block;
	margin:0;
	padding:0;
	width:auto;
}
#sortable_medias .box_image {
	display:inline-block;
	width:150px;
}

/* Icones */
.menu_encart span.fas, menu span.fas, .box_ligne span.fas.vert {
	color: rgba(43,92,66,1);
}

#login_cadre img {
	max-width: 80%;
}

.box_ligne span.fas {
	cursor: pointer;
	padding: 0.4rem;
}
.box_ligne span.fas.rouge {
	color: red;
}

/* Lignes */
.ligne{
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-items: center;
	padding-top: 0.75rem;
	border-bottom:1px solid #e6e6e6;
}
/* tailwin */
.my-4{margin-top:1rem;margin-bottom:1rem}
.mt-3{margin-top: 0.75rem}
.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-2\/3{width:66.666667%}.w-1\/4{width:25%}.w-2\/4{width:50%}.w-3\/4{width:75%}.w-1\/5{width:20%}.w-2\/5{width:40%}.w-3\/5{width:60%}.w-4\/5{width:80%}.w-1\/6{width:16.666667%}.w-2\/6{width:33.333333%}.w-3\/6{width:50%}.w-4\/6{width:66.666667%}.w-5\/6{width:83.333333%}.w-1\/12{width:8.333333%}.w-2\/12{width:16.666667%}.w-3\/12{width:25%}.w-4\/12{width:33.333333%}.w-5\/12{width:41.666667%}.w-6\/12{width:50%}.w-7\/12{width:58.333333%}.w-8\/12{width:66.666667%}.w-9\/12{width:75%}.w-10\/12{width:83.333333%}.w-11\/12{width:91.666667%}.w-full{width:100%}