@media only screen and (max-width: 736px) {
/*----------------------------------*/
/* APP */
/*----------------------------------*/
.APP_tuile {
	width: 20%;
	height: 150px;
	float: left;
	margin: 2%;
}
.APP_tuile h1 {
	font-size: 15px;
	text-align: center;
}
.APP_tuile img {
	width: 100%;
	height: auto;
}
.APP_tuile_folder {
	width: 100px;
	height: 150px;
	float: left;
	margin-left: 10px;
}
.APP_tuile_folder h1 {
	font-size: 18px;
	text-align: center;
}
.APP_tuile_folder img {
	width: 100%;
	height: auto;
}/*----------------------------------*/
/* BODY */
/*----------------------------------*/
body {
	background-color: #005d9a;
	font-family: 'Roboto';
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
li {
	text-decoration: none;
}
a {
	text-decoration: none;
	color: black;
}
p, h1, h2, h3, h4, h5, h6, a {
	color: black;
}
h1 {
	color: black;
}
h2 {
	color: black;
	font-weight: normal;
}	/*----------------------------------*/
	/* BUTTON */
	/*----------------------------------*/
	.BTN_greybig {
		width: 120px;
		height: 30px;
		background-color: #1C1C1C;
		padding: 20px;
		font-size: 20px;
		color: white;
	}
	
	.BTN_greybig:hover {
		color: grey;
		cursor: pointer;
	}/*----------------------------------*/
/* CONTAINER */
/*----------------------------------*/
.CONTAINER_admin {
	width: 85%;
	height: auto;
	margin-left: 15%;
	margin-top: 100px;
	text-align: center;
}
.CONTAINER_20 {
	width: 20%;
	height: auto;
	margin: auto;
}
.CONTAINER_30 {
	width: 30%;
	height: auto;
	margin: auto;
}
.CONTAINER_40 {
	width: 80%;
	height: auto;
	margin: auto;
}
.CONTAINER_50 {
	width: 50%;
	height: auto;
	margin: auto;
}
.CONTAINER_60 {
	width: 90%;
	height: auto;
	margin: auto;
}
.CONTAINER_70 {
	width: 95%;
	height: auto;
	margin: auto;
}
.CONTAINER_80 {
	width: 80%;
	height: auto;
	margin: auto;
}
.CONTAINER_90 {
	width: 90%;
	height: auto;
	margin: auto;
}
.CONTAINER_100 {
	width: 100%;
	height: auto;
	margin: auto;
}
.CONTAINER_left_9 {
	width: 9%;
	height: auto;
	float: left;
}
.CONTAINER_right_89 {
	width: 89%;
	height: auto;
	float: right;
}
.CONTAINER_left_19 {
	width: 19%;
	height: auto;
	float: left;
}
.CONTAINER_right_79 {
	width: 79%;
	height: auto;
	float: right;
}
.CONTAINER_left_29 {
	width: 29%;
	height: auto;
	float: left;
}
.CONTAINER_right_69 {
	width: 69%;
	height: auto;
	float: right;
}
.CONTAINER_left_50 {
	width: 50%;
	height: auto;
	float: left;
	margin: 0;
}
.CONTAINER_right_50 {
	width: 50%;
	height: auto;
	float: right;
	margin: 0;
}
.CONTAINER_height_10 {
	height: 10px;
}
.CONTAINER_height_500 {
	min-height: 500px;
}
.CONTAINER_height_150 {
	height: 150px;
}
.CONTAINER_fly_back {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}
.CONTAINER_fly {
	background-color: #FEFEFE;
	margin: auto;
	margin-top: 66px;
	padding: 20px;
	border: 1px solid #888888;
	width: 80%;
}
.CONTAINER_center {
	text-align: center;
}
.CONTAINER_div_center {
	margin: auto;
}
.CONTAINER_white {
	background-color: #FFFFFF;
	box-shadow: 1px 1px 12px #555555;
}
.CONTAINER_white p {
	color: black;
}
.CONTAINER_white h1 {
	color: black;
}
.CONTAINER_white h2 {
	color: black;
}
.CONTAINER_white h3 {
	color: black;
}
.CONTAINER_black {
	background-color: #1C1C1C;
}
.CONTAINER_grey {
	background-color: #EEEEEE;
	box-shadow: 1px 1px 12px #555555;
}	/*----------------------------------*/
	/* FOOTER */
	/*----------------------------------*/
	.copyright {
		width: 100%;
		height: auto;
		position: relative;
		bottom: 0px;
		margin-bottom: 0px;
		background-color: #2E2E2E;
		text-align: center;
		padding-top: 20px;
	}
	
	.copyright h2 {
		color: #FFFFFF;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 10px;
		margin: 0;
		font-size: 15px;
	}
	
	.copyright p {
		color: #FFFFFF;
		text-align: center;
		font-size: 15px;
	}
	
	.copyright a {
		color: #FFFFFF;
		text-align: center;
		font-size: 15px;
	}
	
	.copyright_img a {
		margin-right: 10px;
		margin-left: 10px;
	}
	
	.copyright_img img {
		height: 40px;
		width: 40px;
		position: relative;
		top: 0;
		border-radius: 5px;
		transition: all 0.3s ease-in;
		opacity: 0.50;
	}/*----------------------------------*/
/* HEADER */
/*----------------------------------*/
.HEADER_bloc {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 66px;
	width: 100%;
	z-index: 1000;
	color: #6D7A8B;
	font-size: 14px;
	background: #62757f;
	/*box-shadow: 0 10px 10px rgba(109, 122, 139, .1);*/
	backface-visibility: hidden;
	font-family: 'Roboto';
}
.HEADER_logo {
	margin: 0 auto;
	float: left;
}
.HEADER_logo img {
	width: 66px;
	height: 66px;
}
.HEADER_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.HEADER_menu li {
	float: left;
	height: 66px;
	line-height: 66px;
	color: #FFFFFF;
	font-weight: 700;
	text-decoration: none;
}
.HEADER_menu li a {
	display: block;
	float: left;
	height: 66px;
	line-height: 66px;
	color: #FFFFFF;
	font-weight: 700;
	text-decoration: none;
	width: 120px;
}
.HEADER_menu li a:hover {
	transition-duration: .3s;
	color: #6D7A8B;
}
.HEADER_menu ul li ul {
	display: none;
}
.HEADER_menu ul li:hover ul {
	display: block;
}
.HEADER_menu ul li:active ul {
	display: block;
}
.HEADER_menu li:hover ul li {
	float: none;
}
.HEADER_sous_menu {
	height: 25px;
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	background: #404852;
}
.HEADER_sous_menu:hover {
	background-color: #718792;
	color: #FFFFFF !important;
}
.HEADER_member {
	float: right;
}
.HEADER_sous_member {
	display: block;
	float: left;
	height: 66px;
	padding: 0 15px;
	line-height: 66px;
	color: #FFFFFF;
	font-weight: 700;
	text-decoration: none;
}
.HEADER_sous_member:hover {
	transition-duration: .3s;
	color: #6D7A8B;
}
.HEADER_admin_menu {
	width: 15%;
	height: 100%;
	background-color: #404852;
	position: fixed;
	margin-top: -75px;
	z-index: 10000;
}
.HEADER_admin_sous_menu {
	font-size: 20px;
	color: white;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	padding: 10px;
	z-index: 10000;
}
.HEADER_admin_sous_menu:hover {
	background-color: #718792;
}/*----------------------------------*/
/* INPUTS */
/*----------------------------------*/
.RADIO_big_40 {
    width: 40px;
    height: 40px;
}/*----------------------------------*/
/* INPUTS */
/*----------------------------------*/
.INPUT_btn {
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer;
	padding: 10px 20px;
	border: 1px solid #018DC4;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font: normal 19px/normal "Times New Roman", Times, serif;
	color: rgba(0, 0, 0, 0.9);
	-o-text-overflow: clip;
	text-overflow: clip;
	background: #FFFFFF;
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
.INPUT_btn:hover {
	color: white;
	background-color: grey;
	transition: 1s;
}
.INPUT_btn2 {
	border: none;
	display: inline-block;
	padding: 8px 16px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	color: #FFFFFF;
	background-color: #4CAF50;
	margin: 10px;
}
.INPUT_btn2:hover {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}
.INPUT_btn3 {
	text-decoration: none;
	font-size: 20px;
	background-color: #EEEEEE;
	color: black;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
}
.INPUT_btn4 {
	background-color: #EEEEEE;
	font-size: 20px;
	text-decoration: none;
	color: black;
	padding: 5px;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
}
.INPUT_text {
	padding: 8px;
	display: block;
	border: none;
	border-bottom: 1px solid black;
	width: 40%;
	background-color: #2998CD;
}
.INPUT_text2 {
	width: 200px;
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 10px 20px;
	border: 1px solid #B7B7B7;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font: normal 16px/normal "Times New Roman", Times, serif;
	color: rgba(0, 142, 198, 1);
	-o-text-overflow: clip;
	text-overflow: clip;
	background: rgba(252, 252, 252, 1);
	-webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.66);
	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.INPUT_text3 {
	padding: 8px;
	display: block;
	border: none;
	border-bottom: 1px solid black;
	width: 99%;
	background-color: #EEEEEE;
}
.g-recaptcha {
	width: 304px;
	margin: auto;
}	/*----------------------------------*/
	/* MESSAGES */
	/*----------------------------------*/
	.MESSAGE_error {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 120px;
		width: 100%;
		z-index: 10000;
		font-size: 14px;
		background: #D50000;
		box-shadow: 0 2px 10px rgba(109, 122, 139, .1);
		backface-visibility: hidden;
		color: black;
	}
	
	.MESSAGE_success {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 120px;
		width: 100%;
		z-index: 10000;
		font-size: 14px;
		background: #00C853;
		box-shadow: 0 2px 10px rgba(109, 122, 139, .1);
		backface-visibility: hidden;
		color: black;
	}/*----------------------------------*/
/* PADDING */
/*----------------------------------*/
.PADDING_5px {
	padding: 5px;
}
.PADDING_left_20px {
	padding-left: 20px;
}
.PADDING_right_20px {
	padding-right: 20px;
}
.PADDING_top_20px {
	padding-top: 20px;
}/*----------------------------------*/
/* PANEL CPM*/
/*----------------------------------*/
/*TITRE */
.PANNEL_titre {
	width: 100%;
	/*height: 200vh;*/
	min-height: 700px;
	padding-top: 0;
	padding-bottom: 0;
	color: white !important;
	position: relative;
}
.PANNEL_titre h1 {
	width: 100%;
	margin: auto;
	text-align: center;
	padding-top: 15%;
	font-size: 70px;
	color: white !important;
}
.PANNEL_titre h2 {
	width: 70%;
	margin: auto;
	text-align: center;
	color: white !important;
}
/* CONTACT */

.PANNEL_contact {
	background: url('/img/index/image3.jpg') center no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	min-height: 700px;
	padding-top: 0;
	padding-bottom: 0;
	color: white !important;
	position: relative;
}
.PANNEL_contact h1 {
	text-align: center;
	padding-top: 40px;
	margin: 0;
	color: white !important;
}
.PANNEL_contact_formulaire {
	width: 100%;
	height: auto;
	margin: auto;
}
.PANNEL_contact_formulaire p {
	text-align: center;
	color: white !important;
}
.PANNEL_contact_formulaire input {
	text-align: left;
	margin: auto;
}
/*----------------------------------*/
/* SWITCH */
/*----------------------------------*/
.SWITCH {
	display: none;
}
.SWITCH:target {
	display: block;
}/*----------------------------------*/
/* TABLE */
/*----------------------------------*/
.TABLE_classique {
	margin: 0 auto 0;
	border-collapse: collapse;
	width: 100%;
}
.TABLE_classique td {
	font-size: 14px;
	font-weight: normal;
	padding: 30px;
	text-align: center;
	color: #727888;
	background-color: #F2F2F6;
	width: 18%;
}
.TABLE_hover:hover {
	background-color: #e0e0e0;
	transition: 1s;
	z-index: auto;
}
.TABLE_normal table, thead, tbody, th, td, tr {
	display: block;
	width: auto !important;
}
.TABLE_normal table td::before {
	content: attr(data-label);
}
td.TABLE_quest {
	width: 90%;
	height: auto;
	display: block;
	margin-bottom: 50px;
}
td.TABLE_bouton {
	width: 19% !important;
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;
}
td.TABLE_hidden_mob {
	display: none;
	text-align: center;
}
tr.TABLE_hidden_mob {
	display: none;
}
.TABLE_back_green td {
	background-color: #4CAF50;
	color: white;
}/*----------------------------------*/
/* TITRE */
/*----------------------------------*/
.TITRE_bandeau_green {
	color: #FFFFFF !important;
	background-color: #4CAF50 !important;
	box-shadow: 1px 1px 12px #555555;
	padding: 0.01em 16px;
}
.TITRE_bandeau_green h2 {
	padding: 25px;
	margin: 0 auto;
}}