/* CSS Document, surcharge admin-cms.css */

/* Police */

/* Fond */
html {
	background-attachment: fixed;
	background-image: linear-gradient(rgba(30,30,35,0.8), rgba(35,30,30,0.8)), url('/img/bg/banniere-accueil-menuisier.jpg');
	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: #006489;
	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: #E84910;
}

.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], input[type=number], 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, input[type=number]:focus, select:focus, textarea:focus, .input:focus {
	border:1px solid white;
	box-shadow: 0px 0px 4px #E84910;
}

/* Boutons */
input[type=submit], input[type=button], a.bouton, a.button {
	background: #E84910;
	padding: 0.65rem 1rem;
	border: 2px solid #E84910;
	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: #E84910;
	transition: 0.2s;
}

/* Menu */
.menu a {
	color:#FFF;
}
.menu div:first-child a:hover, .menu div:first-child a.menu_actif {
	background-color: #043250;
	border-left: 4px solid #E84910;
}

/*.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: #00253D;
	color: #FFF;
	transition: 0.2s;

}
header input[type="submit"] {
	background-color: #E84910;
	border: 2px solid #E84910;
	color: #FFF;
	transition: 0.2s;
}
header input[type="submit"]:hover {
	background-color: #E84910;
	border: 2px solid #E84910;
	color: #FFF;
	transition: 0.2s;
	filter: brightness(0.85);
}

/* 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: #E84910;
}

menu span.fas {
	color: #fff;
}

/* modifications styles box et lignes de base */
.box_ligne > .c_35 {
	padding-left: 10px;
}

/* Gallery */
.gallery .photo textarea {
	@apply absolute bottom-1 left-1 right-1 w-auto opacity-80;
}

.gallery .photo textarea:focus, .gallery .photo textarea:hover {
	@apply opacity-100;
}

/* select 2 */
.select2-selection, .select2-container--default .select2-selection--single {
	border:1px solid #d9d9d9;
}
