.c1 {height:100%;}
.admin_titre {
	background: #05436A;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	height: 30px;
	justify-content: center;
	align-items: center;
}
.cont_form {
	background: #f7f7f7;
	width: 100%;
	margin: 10px auto 30px auto;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #555;
	box-shadow: 1px 1px 3px #000;
	position:relative;
}
.cont_form::after {
	content: '';
	height: 7px;
	background: #A0A0FF;
	position: absolute;
	bottom: -20px;
	width: 100%;
}
.cont_form form input[type="text"] {
	width:400px;
	height:22px;
	color: #05436A;
	font-family: Arial, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #ccc;
	padding:4px;
}
.cont_form form label {
	width:120px;
	text-align;center;
}
.form_titre {
	display: flex;
	height: 40px;
	justify-content: flex-start;
	align-items: center;
}
.form_titre img{
	margin: 0 5px 0 20px;
	width: 26px;
	height: 26px;
}
.form_date {
	background: none;
	width: 200px;
	text-align: right;
	color: #BC7C44;
	font-weight: normal;
	font-size: 10px;
	border: none;
}
.form_contenu {
	width: 600px;
	border: 1px solid #05436A;
	background-color: #fafafa;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 10px 0;
}
.form_contenu textarea{
	padding:5px;
}
.form_photos {
	display: flex;
	width: 600px;
	margin: 0 auto;
	height: 120px;
}
.ajout_photo {
	width: 45px;
	height: 45px;
	border: 1px solid #D7D7D7;
	margin: auto 10px;
	font-size: 42px;
	color: #8a8a8a;
	border-radius: 5px;
	background-color: #dedede;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	cursor: pointer;
}
.ajout_photo:hover {
	background-color: #fff;
}
.new_photos {
	display: inline-flex;
	height: 60px;
	align-items: center;
	align-self: center;
	justify-content: space-between;
	width: 100%;
}
.new_photos .photo {
	height: 62px;
	margin: 0 2px;
	border: 1px solid #555;
	box-sizing: border-box;
	width: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.modif_photo {
	width: 100%;
	height: 100%;
	justify-content: center;
	display: flex;
}

.btn_suppr_photo, .btn_modif_photo {
	position: absolute;
	width: 24px;
	height: 24px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:14px;
	font-weight: bold;
	cursor: pointer;
	box-shadow: 1px 1px 2px #000;
	padding: 0;
	text-indent: initial;
}
.btn_suppr_photo:hover, .btn_modif_photo:hover {
	outline: 2px solid #3030ff;
}
.btn_suppr_photo {
	top: -15px;
	right: 2px;
	color: #f55;
}
.btn_modif_photo {
	top: -15px;
	left: 2px;
	color: #55f;
}

.new_photos .photo img {
	max-height: 60px;
	max-width: 80px;
	display: flex;
}
.form_actions {
	height: 40px;
	display: flex;
	justify-content: space-evenly;
}
.form_actions button {
	height: 26px;
	padding: 0 15px;
	align-self: center;
	align-items: center;
	display: inline-flex;
	justify-content: center;
	font-family: arial;
	color: #fff;
	font-weight: bold;
	cursor:pointer;
}
.form_actions .btn_save {
	background-color: #159d15;
}
.form_actions .btn_suppr {
	background-color: #951515;
}
.form_actions .btn_save:hover {
	background-color:#006d00;
}
.form_actions .btn_suppr:hover {
	background-color:#752020;
}
table.admin {
	background: #fafafa;
	width: 320px;
	border: 1px solid #000;
	border-collapse: collapse;
	text-align: center;
	margin: 0 auto 10px auto;
}
.admin_td  {
	padding: 10px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
input.saisie {
	background: #fff;
	font-weight: bold;
	height: 20px;
	border: 1px solid #000;
}
input.valide {
	background: #ccc;
	width: 100px; height: 24px;
	font-weight: bold;
	border: 2px outset #aaf;
	cursor: pointer;
}
.red {
	text-align: center;
	font-weight: bold;
	color: #f00;
	font-size: 14px;
}
.menu_admin {
	width: 580px;
	background: #eef7ff;
	/* text-align: center; */
	padding: 15px;
	margin: 110px auto 15px auto;
	border: 1px solid #000;
	display: flex;
	justify-content: center;
}
.menu_admin a {
	font-size: 14px;
	height: 26px;
	display: inline-flex;
	background-color: #1515E5;
	color: #fff;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	padding: 0 10px;
	margin: 0 5px;
	text-indent: initial;
}
.menu_admin a.page_sel {
	background-color: #009595;
	pointer-events:none;
}
.menu_admin a:hover {
	background-color: #1A36AE;
}

.overdiv {
	display: none;
	background-color: rgba(50, 100, 100, 0.9);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
	border-width: 80px 0 30px 0;
	border-style: solid;
	border-color: rgba(0,0,0,0.5);
	box-sizing: border-box;
}
#photos {
	width: 800px;
	height: 280px;
	background-color: #555;
	position: absolute;
	margin: 0 auto;
	top: 10px;
	right: 0;
	left: 0;
	box-shadow: 1px 1px 6px #000;
}
#btn_close, #btn_envoi {
	cursor: pointer;
	color: #fff;
	padding: 8px 12px;
	margin: 0 10px;
	width: 100px;
	font-size: 16px;
}
#btn_envoi {
	background-color: #159d15;
}
#btn_close {
	background-color: #951515;
}
#btn_close:hover, #btn_envoi:hover {
	box-shadow: 0 0 6px 4px #f55;
}
.desactive {
	pointer-events: none;
}

h1 {
	text-align: center;
	background-color: #8E8F7D;
	height: 30px;
	color: #efefef;
	/* margin: 0 0 -29px 0; */
	/* padding-top: 14px; */
	/* border-radius: 10px 10px 0 0; */
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
	position: relative;
}
.main {
	position: absolute;
	top: 0;
	/* left: 20%; */
	width: 50%;
	height: 100%;
	border-right: 2px solid gray;
	/* border-radius: 10px; */
	padding-top: 32px;
	box-sizing: border-box;
	z-index: 9;
}
.main label {
	color: #efefef;
	text-align: center;
	font-size: 16px;
}
#image_preview {
	position: absolute;
	right: 0;
	height: 220px;
	top: 40px;
	overflow: hidden;
	margin: 0 auto;
	width: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
#previewing {
	max-height: 100%;
	max-width: 100%;
}
#selectImage {
	padding: 0;
	bottom: 0px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#selectImage .actions {
	color: #fff;
	height: 40px;
	display: flex;
	justify-content: space-around;
	align-content: center;
	align-items: center;
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #8c8c8c;
	margin-top: 10px;
}
#file, #legende {
	color: #555;
	padding: 5px;
	outline: 1px solid #8F8F8F;
	background-color: #EFEFEF;
	margin-top: 10px;
	width: 90%;
	outline-offset: 2px;
	margin-bottom: 20px;
	font-family: Arial;
	font-size: 14px;
}
#message {
	position: absolute;
	top: -80px;
	width: 100%;
	font-size: 18px;
	color: #fff;
	display:none;
	padding: 10px;
	box-sizing: border-box;
	text-align:center;
}
#success {color:green;}
#invalid {color:red;}
#line {margin-top: 274px;}
#error {
	color: red;
	text-align: center;
	padding: 0;
}
#error_message {text-align:center;}
#loading {
	display: none;
	position: absolute;
	top: -80px;
	color: #fff;
	font-size: 18px;
	width: 100%;
	text-align: center;
	font-weight:400;
}
.inp_vide {background-color:#ad0000 !important;color:#fff !important;}
.inactif {pointer-events: none;opacity:0.5;}
.blinking {
	animation: opacity 2s ease-in-out infinite;
	opacity: 1;
}

@keyframes opacity {
0% {opacity: 1;}

50% {opacity: 0;}

100% {opacity: 1;}
}












