/* CSS Document, surcharge admin-cms.css */

/* Police */

/* Fond */
html {
	background-attachment: fixed;
	background-image: linear-gradient(rgba(45, 35, 47, 0.7), rgba(45, 35, 47, 0.5)), url(/img/tmp/AdobeStock_309458557_Preview.jpeg);
	min-height: 100%;
	background-size: cover;
}
body {
	background-color: transparent;
	font-family: 'Verdana', Sans-Serif;
}

/* Global */
h1 {
	color: #0A4861;
}
h2 {
	color: #84c555;
}
h3 {
	color: #f26934;
}
a {
	color: #0A4861;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
hr {
	background-color: #0A4861;
}
iframe {
	border: 1px solid #0A4861;
}

/* Cadres */
.cadre_titre {
	background-color: #409fcf;
	color: #fff;
}
.cadre_titre .bt_actions a {
	color: white;
}

.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: #ff2543;
}

.cadre_titre .bt_actions a:hover > div {
	display: inline-block;
}

/* Onglets */
.onglet a:hover, .onglet a.onglet_actif {
	background: #0A4861;
	color: #fff;
}

/* Formulaire */
input[type=text], input[type=email], input[type=date], input[type=password], input[type=search], select, textarea, .input {
	color: #0A4861;
	background-color: #FFF;
}
input[type=text]:focus, input[type=email]:focus, input[type=date]:focus, input[type=password]:focus, input[type=search]:focus, select:focus, textarea:focus, .input:focus {
	border:1px solid white;
	box-shadow: 0px 0px 4px #ff2543;
}

/* Boutons */
input[type=submit], input[type=button], a.bouton, a.button {
	background: #ff2543;
	padding: 0.65rem 1rem;
	border: 2px solid #ff2543;
	font-family: 'Verdana', Sans-Serif;
	transition: 0.2s;
	color: #fff;
}
input[type=submit]:hover, input[type=button]:hover, a.bouton:hover, a.button:hover {
	background: white;
	color: #ff2543;
	transition: 0.2s;
}

/* Menu */
.menu a {
	color:#FFF;
}
.menu div:first-child a:hover, .menu div:first-child a.menu_actif {
	background-color: #313640;
	border-left: 4px solid #ff2543;
}

/*.menu div:first-child a:hover span.fas, .menu div:first-child a.menu_actif span.fas {*/
/*    color: #a91010;*/
/*}*/

.sous_menu a:hover {
}

/* Haut et bas */
header, header input[type=text], header input[type=search], header select {
	background-color: #1e2228;
	color: #FFF;
	transition: 0.2s;

}
header input[type="submit"] {
	background-color: #ff2543;
	border: 2px solid #ff2543;
	color: #FFF;
	transition: 0.2s;
}
header input[type="submit"]:hover {
	background-color: #ff2543;
	color: #000;
	transition: 0.2s;

}

/* 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;
}

/* Icones */
.menu_encart span.fas, menu span.fas {
	color: #ff2543;
}

menu span.fas {
	color: #fff;
}

/* modifications styles box et lignes de base */
.box_ligne > .c_35 {
	padding-left: 10px;
}

/* Components */
