/* CSS Document, surcharge admin-cms.css */

/* Police */

/* Fond */
html {
	background-attachment: fixed;
	/*background-image: linear-gradient(rgba(11,50,40,0.25), rgba(35,30,30,0.2)), url('/img/bg/Aquapeche_a_propos.jpg');*/
	background-image: linear-gradient(rgba(18,10,10,0.9), rgba(35,30,30,0.9));
	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: #AD1F15;
	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: #AD1F15;
}

.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 #AD1F15;
}

/* Boutons */
input[type=submit], input[type=button], a.bouton, a.button {
	background: #AD1F15;
	padding: 0.65rem 1rem;
	border: 2px solid #AD1F15;
	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: #AD1F15;
	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 #AD1F15;
}

/*.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: #AD1F15;
	border: 2px solid #AD1F15;
	color: #FFF;
	transition: 0.2s;
}
header input[type="submit"]:hover {
	background-color: #AD1F15;
	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: #AD1F15;
}

menu span.fas {
	color: #fff;
}

/* modifications styles box et lignes de base */
.box_ligne > .c_35 {
	padding-left: 10px;
}

.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;
}

/* date pickerdate */
.ui-datepicker.ui-widget {
	z-index: 100!important;
}