#contenu
{
	height: calc(100vh - 50px);
	display: flex;
	flex-direction: column;
	background-color: rgb(250, 250, 250);
}

/*!!!!!Bandeau du menu !!!!!*/
#bandeau_options
{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	background-color: #f2f3f4;
}

.element_bandeau_options
{
	padding: 3px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.bleute
{
	color: grey;
}


/*!!!!! Message d'erreur !!!!!*/
#msg_erreur
{
	font-size: 20px;
	margin-top: 10px;
	padding: 10px;
	border-radius: 5px;
	background: rgb(255, 170, 170);
}

#img_erreur
{
	height: 20px;
	vertical-align: baseline;
}

#msg_succes
{
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
	padding: 10px;
	border-radius: 5px;
	background: rgb(170, 255, 170);
}

#lien
{
	display: inline-block;
	//border: 1px solid grey;
	//border-radius: 3px;
	padding: 5px;
	background: rgb(100, 255, 100);
}


/*!!!!! Formulaire entier !!!!!*/
#form
{
	width: 100%;
	display: flex;
	flex-grow: 1;
	flex-direction: row;
	align-items: flex-start;
	background-color: rgb(250, 250, 250);
	overflow: hidden;
}

#form > *
{
	height: 100%;
}

#preview
{
	width: 45%;
}

#preview iframe
{
	width: 100%;
	height: 100%;
	border: none;
}

.separation_verticale
{
	width: 2px;
	background-color: grey;
}

#infos_sup
{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	overflow-y: auto;
	width: 55%;
	padding: 10px;
	box-sizing: border-box;
}

#titre
{
	font-size: 28px;
	text-align: center;
	width: 100%;
}

#form select
{
	font-size: 18px;
	margin-top: 10px;
}

#form label
{
	font-size: 25px;
	margin-top: 30px;
}

#form input
{
	margin-top: 10px;
	margin-left: 5px;
	width: 90%;
	font-size: 20px;
	border: 1px solid grey;
	border-radius: 5px;
}

#bloc_type_support
{
	display: flex;
	align-items: center;
	padding: 10px 10px 10px 0;
}

#bloc_type_support > *:nth-child(3)
{
	margin-right: 20px;
	margin-left: 20px;
}

#btn_plus_rep
{
	margin-top: 10px;
	font-size: 20px;
	padding: 5px;
}

.rep_plus
{
	display: none;
}

input[type="radio"]
{
	display: none;
}

input[type="radio"] + label
{
	padding: 5px;
	margin:  0 10px 0 10px;
}

input[type="radio"]:checked + label
{
	background-color: #62d5e9;
}

#chp_image
{
	display: none;
}

#btn_img
{
	cursor: pointer;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	width: 33%;
}
#btn_img > img
{
	width: 100%;
}

#chp_video
{
	display: none;
}

/*!!!!! Bloc de droite !!!!! */
#bloc_droite
{
	padding: 10px;
}

.element_bloc_droite
{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
	border: 1px solid black;
	border-radius: 3px;
	padding: 5px;
}


/*!!!!! Date !!!!!*/
#label_date
{
	font-size: 20px;
}

#input_date
{
	font-size: 15px;
	border: 1px solid grey;
	border-radius: 5px;
}


/*!!!!! Vidéo !!!!!*/
#label_video
{
	font-size: 20px;
}

#video_input
{
	height: 20px;
	width: 40vw;
	font-size: 15px;
	text-align: center;
	border: 1px solid grey;
	border-radius: 5px;
}


/*!!!!! Image !!!!*/
#label_image
{
	font-size: 20px;
}

#input_image2
{
	height: 20px;
	width: 40vw;
	font-size: 15px;
	text-align: center;
	border: 1px solid grey;
	border-radius: 5px;
}

#msg_format_image
{
	margin-bottom: 5px;
	font-size: 15px;
	font-style: italic;
}

#msg_mettez_image
{
	margin-top: 5px;
	font-size: 15px;
	font-style: italic;
}


/*!!!!!Section promotion !!!!*/
#label_promo
{
	font-size: 22px;
}

#aide_promo
{
	height: 12px;
	border-radius: 3px;
	padding: 2px;
	background-color: rgb(220, 220, 220);
	vertical-align: baseline;
}

#grp_input_promo
{
	display: flex;
	align-items: center;
}

#chp_promo
{
	height: 20px;
	font-size: 15px;
	margin-right: 5px;
}

#img_coin_promo
{
	height: 20px;
}

#separation_btn_submit
{
	height: 1px;
	width: 200px;
	background-color: grey;
	margin-top: 5px;
	margin-bottom: 5px;
}


/*!!!!!Bouton submit !!!!*/
#submit
{
	padding: 5px;
	font-size: 30px;
}

#attente_envoi
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100vw;
	height: 100vh;
	display: none;
	align-items: center;
	justify-content: center;
	
}
#txt_attente_envoi
{
	font-size: 20px;
	margin: 5px;
}
#img_attente_envoi
{
	height: 35vh;
	border-radius: 5px;
}
#assombrissement
{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	background-color: rgba(30, 30, 30, 0.5);
}



/*!!!!! CODE DES PAGES DE PLUS DE 1024 PX DE LARGE !!!!!*/
@media (min-width: 1024px)
{
	.element_bandeau_options
	{
		font-size: 20px;
	}
}



/*!!!!! CODE DES PAGES DE MOINS DE 1023 PX DE LARGE !!!!!*/
@media (max-width: 1023px)
{
	#bandeau_options
	{
		flex-direction: column;

	}

	.element_bandeau_options
	{
		font-size: 18px;
	}
}