@charset "utf-8";
/* admin CMS */

/* Global */
html, body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #a2cad8;
}
body {
	background-color:transparent;
}
h1 {
	font-size:22px;
	color:#000;
}
h2 {
	font-size:20px;
	color:#000;
}
h2 {
	font-size:18px;
	color:#000;
}
h1, h2, h3, h4, h5, h6 {
	color:#000;
	margin:0px;
	padding:0px;
	font-weight:normal;
	margin-bottom: 10px;
}
p {
	padding:15px 0px 15px 0px;
	text-align:justify;
}
a {
	color:#000;
	text-decoration:none;
}
hr {
	position:relative;
	display:block;
	height:1px;
	background-color:#000;
	overflow:hidden;
	border:none;
	margin-bottom:15px;
	margin-top:15px;
}
hr.gris {background-color:#EEE;}
img {border:none; display: inline-block;}
iframe {border:1px solid #000;}

/* Formulaires */
.champ_saisie {width:100%;}

/* Popup */
#popup_bg {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #ff2543;
	z-index: 99998;
	opacity: 0;
}
#popup_c {
	position:fixed;
	width:70%;
	max-width: 70%;
	height:auto;
	max-height:70%;
	background: #fff;
	padding: 20px;
	z-index: 99999;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
	visibility: hidden;
	opacity: 0;
}
#popup_c .bt_close {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
.modal {
	transform: translate(0, -50%);
	top: 50%;
}
.modal-backdrop ~ .ui-autocomplete {z-index: 9999;}

/* Cadres */
.cadre {
	padding: 30px;
	border-radius:7px;
}
.cadre_blanc {background-color: #fff;}
.cadre_gris {background-color:#E3E3E3;}
.cadre_titre {
	position:relative;
	margin:0;
	margin-bottom: 20px;
	padding: 10px 30px;
	border-radius:0 0 7px 7px ;
	font-size: 14px;
	text-transform: uppercase;
	background: #ff2543;
	color: #fff;
	line-height: 30px;
}
.cadre_titre .bt_actions, .box_ligne.titres .bt_actions, .contenu_onglet .bt_actions {
	position: relative;
	margin: 0;
	display: inline-block;
	float: right;
}
.contenu_onglet .bt_actions {margin-top: -50px;}
.bt_actions a {
	padding: 0;
	display: inline-block;
	text-transform: none;
	line-height: normal;
	border-radius: 9999px;
	transition: all .5s ease;
}

.bt_actions a.bt_action_text {
	padding: 0.5rem 0rem;
}
.bt_actions a.bt_action_text {
	padding: 0.5rem 1rem;
}

.cadre_titre a {color: #fff;}
.cadre_titre [class^="i-"]:before, .onglets [class*=" i-"]:before, .box_ligne.titres [class*=" i-"]:before {
	font-size:22px;
	cursor: pointer;
	float: right;
	margin-top: -5px;
}
.cadre .box_ligne {
	margin: 0 -30px;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: content-box;
}
.cadre .more {
	position:relative;
	text-align: center;
	margin: 0 -30px -30px -30px;
	cursor: pointer;
	height: 30px;
	padding: 5px 0 0 0;
	border-radius:0 0 7px 7px;
}
.cadre .more:hover {opacity: 0.8}
.cadre form input[type="submit"], .cadre .bouton, .cadre .button {
	position: relative;
	width: 100%;
	padding: 10px 30px;
	box-sizing: content-box;
	display: block;
	margin: 0 -30px -30px -30px;
	text-align: center;
}
.cadre-statut {
	background-color: #888;
	color:#FFF;
	padding:6px;
	border-radius:100px;
}

/* Tooltip */
.tooltip_small {
	background-color:#FFF;
	border-radius:4px;
	padding:5px;
	border:none;
	width:auto;
	z-index:9999;
	font-family: 'Verdana', Sans-Serif;
	font-size:11px;
	line-height:18px;
	box-shadow: none;
}

/* Fil d'Ariane */
.fil_ariane {
	position:relative;
	padding:10px;
	border:1px solid #CCC;
	margin:10px 0px 10px 0px;
	color:#999;
	font-weight:bold;
}

/* Mini formulaire */
.alert_form {
	position:absolute;
	z-index:20;
	background-color:#FFFFFF;
	padding:10px;
	border:1px solid #000;
	display:none;
	filter : alpha(opacity=0);
	opacity : 0;
	border-radius:20px;
	box-shadow: 0px 0px 5px #aaa;
}

/* Notifications */
#notifications {
	position:absolute;
	top:10px;
	right:10px;
	font-size:16px;
	z-index:200;
}
#notifications > a > span, .notification_bulle {
	padding:10px;
	background-color:#CC0000;
	color:#FFF;
	font-weight:bold;
	border-radius:30px;
}
.notification_bulle {
	position:absolute;
	top:-5px;
	right:-5px;
	padding:2px 5px;
	font-size:11px;
	margin:0 5px;
	z-index:1000;
	cursor:pointer;
}
#notifications_texte {
	position:absolute;
	display:none;
	top:30px;
	right:0px;
	background-color:#FFF;
	width:350px;
	height:350px;
	font-size:11px;
	padding:10px;
	box-shadow:1px 1px 5px #AAA;
}
.notification_ligne {
	position:relative;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #EEE;
}
#notifications .notifications_texte_ferme {
	position:absolute;
	top:0px;
	right:5px;
	z-index:50;
}
.notification_nouveau, .notification_nouveau:hover {
	background-color:#CC0000;
	color:#FFF;
}
.notification_nouveau a {
	color:#FFF;
}

/* Onglets : voir mais.css */

/* Formulaire */

/* Cadre principal */
#main {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	width: 100%;
	padding: 30px 30px 30px 0;
	/*background: #1e2228;*/
	border-radius: 7px;
	display: flex;
	min-height: 100vh;
	justify-content: space-between;
}

/* Menu */
menu, #menu {
	position: relative;
	margin: 0;
	padding: 10px 0;
	background: #1e2228;
	width: 15%;
	min-width: 180px;
	z-index: 999;
	border-radius: 5px 0 0 5px;
	transition: 0.35s;
}

menu.smaller {
	transition: 0.35s;
}
menu.smaller {
	width: 70px;
	min-width: 0;
}

menu.smaller .menu div:first-child a {
	padding: 8px 0 8px 17px;
	transition: 0.3s;
}

menu.smaller .menu div:first-child a {
	padding: 8px 0 8px 17px;
}

menu.smaller .text-mentions {
	display: none;
}

menu .menu div:first-child a span:nth-of-type(2) {
	display: none;
	opacity: 0;
	transition: 0.3s;
}

menu.show-text .menu div:first-child a span:nth-of-type(2) {
	display: inline-block;

}

menu.show-text-opacity .menu div:first-child a span:nth-of-type(2) {
	opacity: 1;

}

.toggler-menu-size,
.toggler-menu-mobile{
	position: absolute;
	background-color: #1e2228;
	text-align: center;
	padding-top: 5px;
	font-size: 0.8rem;
	cursor: pointer;
	border-radius: 4px;
}
.toggler-menu-size {
	width: 25px;
	height: 25px;
	top: -12px;
	right: 0;
}

.toggler-menu-mobile {
	padding-top: 9px;
	width: 35px;
	height: 35px;
	top: 0;
	right: -30px;
	display: none;
}

.toggler-menu-size:hover span,
.toggler-menu-mobile:hover span {
	color: #ff2543;
}

.menu {
	/*text-transform: uppercase;*/
	text-align: center;
	position: relative;
}
.menu div:first-child a {
	padding: 8px 0 8px 25px;
	line-height: 30px;
	border-left: 4px solid #1e2228;
	/*transition: background-color 0.5s ease, padding 0.5s ease;*/
}
.menu div:first-child a img {
	height: 20px;
	margin: -5px 10px 0 5px;
}

.menu a, .menu hr {
	position: relative;
	text-align: left;
	display: inline-block;
	/*width: 85%;*/
	width: 100%;
	vertical-align: middle;
	border-bottom: 1px solid #333;
}
.menu a span {
	margin-left: 2px;
	margin-right: 5px;
}
.menu hr {
	border: none;
}
.sous_menu {
	/*display: none;*/
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	width: 16rem;
	/*padding: 10px 10px 10px 2px;*/
	border-top-right-radius: .5rem;
	border-bottom-right-radius: .5rem;
	overflow: hidden;
	z-index: 50;
	--bg-opacity: 1;
	background-color: #303030;
	background-color: rgba(48,48,48,var(--bg-opacity));
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}

@media (min-width: 1025px) {
	.menu:hover .sous_menu {
		display: block;
	}
}


.sous_menu a {
	padding-left: 5px;
	padding-right: 5px;
	text-transform: none;
	font-size: 12px;
	line-height: 35px;
	transition: 0.10s;
}

@media screen and (min-width: 1500px) {
	.sous_menu a {
		padding-left: 20px;
	}
}

/*.ui-tooltip {*/
/*    overflow: hidden;*/
/*}*/

.sous_menu a span {
	transition: background-color 0.5s ease, margin 0.5s ease;
	margin: 0 5px;
}
.sous_menu a:hover {
	background-color: #414650;
	border-left: 4px solid #ff2543;
}

/*.sous_menu a:hover span {*/
/*    margin: 0 20px;*/
/*}*/

.menu_encart {
	padding: 14px 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #fdfdfd;
	border-radius: 7px;
	box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 10%);
}
.menu_encart a {
	position: relative;
	display: block;
}
.menu_encart span.gris, .menu_encart div.gris {
	position: relative;
	margin-top: 10px;
}

/* Contenu */
#droite {
	position: relative;
	padding: 20px;
	width: 100%;
	background-color: #dedede;
	border-radius: 0 7px 7px 0;
}

#container_droite {
	box-shadow: 1px 1px 5px 2px rgb(0,0,0,0.1);
	background: #FFF;
	border-radius: 7px;
}

#contenu {
	padding: 0 20px 40px 20px;
	padding-bottom: 30px;
	background-color: #FFF;
	border-radius: 20px 20px 0 0;
}

#contenu > a.button,
#contenu > a.bouton,
#contenu > input {
	margin-left: 30px;
}

#liste_articles {
	padding: 0 !important;
}

/*Spécifique à la homepage*/
.flex_row_home {
	padding-right: 30px;
	padding-left: 20px;
}

/* Haut */
header {
	position: relative;
	box-sizing: border-box;
	height: auto;
	width: 100%;
	padding: 10px 2%;
	border-radius: 7px 7px 0 0;
	background: #34b5bf;
	color: #FFF;
	z-index: 100;
}
header, header a {
	color: #fff;
}
header a:hover {
	color: #CCC;
}
header input[type=text], header input[type=search], header select {
	color: #fff;
	background-color: transparent;
}
header input[type="submit"] {
	line-height: 1;
	background-color: #ff2543;
	color: #FFF;
}
header input[type="submit"]:hover {
	background-color: #FFF;
	color: #34b5bf;
}
header input[type=search]::placeholder,
header input[type=text]::placeholder {
	color: #EEE;
}

/* Bas */
footer {
	position: relative;
	box-sizing: border-box;
	height: auto;
	width: 100%;
	padding: 10px 2%;
	border-radius: 0 0 7px 7px;
	background: #FFF;
	color: #FFF;
}

/* Login */
#login_cadre {
	position: relative;
	box-sizing: content-box;
	width: 440px;
	height: auto;
	margin: auto;
	top: 50vh;
	transform: translate(0, -50%);
	/*transition: all 0.5s;*/
	box-shadow: 0px 0px 5px #555;
	border-radius: 7px;
	background-color: #FFF;
	padding: 30px 0;
}

#login_cadre .logo-container img {
	max-width: 220px;
}

/*#login_cadre:hover {*/
/*	opacity: 1;*/
/*	box-shadow: 0px 0px 25px #000;*/
/*}*/
#login_form {
	position: relative;
	width: 80%;
	margin: 40px auto 10px;
	text-align: center;
}
#login_form input[type="text"], input[type="password"] {
	width: 100%;
	padding: 0;
	text-align: center;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 30px;
	transition: all 0.5s;
	vertical-align: baseline;
}

#login_form input[type="submit"] {
}

/* Listing */
#ajout_cat, #modif_cat, #ajout_photo {
	width: 400px;
	min-height: 380px;
}
#ajout_photo {width:100%;}
#sortable, .sortable, #sortable_box, .sortable_box {
	position:relative;
	list-style-type: none;
	margin:0;
	padding:0;
	margin-bottom:20px;
}
#sortable li, .sortable li, #sortable_box li, .sortable_box li {
	position:relative;
	margin: 0;
	padding:0;
	cursor:move;
}
#sortable_box li, .sortable_box li {
	display: inline-block;
}

/* Aide */
a.sommaire_1 {
	color: rgb(51, 102, 153);
}
a.sommaire_2 {
	color: #008080;
}
a.sommaire_3 {
	color: #333;
}
.sommaire_1:hover, .sommaire_2:hover, .sommaire_3:hover {
	color: #000;
}

/* Photos */
.box_image {
	position:relative;
	display: inline-block;
	background-color:#FFFFFF;
	padding:5px;
	border:1px solid #CCCCCC;
	border-radius:7px;
	box-shadow: 0px 0px 5px #aaa;
	text-align:center;
	margin:5px;
	overflow:hidden;
	width: 250px;
}
.box_image_align, .box_image_align_100 {
	position:relative;
	height:75px;
	display:table-cell;
	vertical-align:middle;
	width:inherit;
	text-align:center;
	overflow:hidden;
}
.box_image_align img {
	position:relative;
	height:75px;
}
.box_image_align_100 {
	height:100px;
}
.box_image_align_100 img {
	position:relative;
	height:75px;
}
.box_image input[type=text] {
	margin-bottom:5px;
}

/*de base, cacher tous les elements qui n appairaissent que sur mobile*/
.mobile-only {
	display: none;
}

.reverse-scale-y {
	transform: scaleY(-1);
}