@media screen and (min-width: 768px) and (max-width: 1024px) {
/*----------------------------------*/
/* 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: 40%;
	height: auto;
	margin: auto;
}
.CONTAINER_50 {
	width: 50%;
	height: auto;
	margin: auto;
}
.CONTAINER_60 {
	width: 60%;
	height: auto;
	margin: auto;
}
.CONTAINER_70 {
	width: 70%;
	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;
}

/* CONTAINER ADAPTES AUX TABLETTES FORMAT PORTRAIT */
.CONTAINER_60_tp {
	width: 60%;
	height: auto;
	margin: auto;
}
.CONTAINER_80_tp {
	width: 80%;
	height: auto;
	margin: auto;
}
.CONTAINER_90_tp {
	width: 90%;
	height: auto;
	margin: auto;
}/*----------------------------------*/


/* 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;
}


/* Header V3 */

.HEADER_V3_bloc ul {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    line-height: 80px;
    width: 100%;
    margin: 0 auto;
}

.HEADER_V3_bloc li {
    float: left;
}

.HEADER_V3_bloc li a,
span {
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 14px 8px;
    text-decoration: none;
}


/*.HEADER_V3_bloc img {
    width: 80px;
}*/


/* Header V4 */

.HEADER_V4 {
    padding: 0;
    margin: 0;
    text-align: center;
}

.HEADER_V4 li {
    display: inline;
    list-style: none;
}

.HEADER_V4 a {
    display: inline-block;
}

.HEADER_V4_el {
    width: 120px;
    display: inline-block;
    text-align: center;
}

.HEADER_V4_el img {
    width: 60px;
    display: block;
}/*----------------------------------*/
/* IMAGE */
/*----------------------------------*/
.IMG_50px img {
	width: 50px;
}
.IMG_100px img {
	width: 100px;
}
.IMG_display_inline {
	display: inline-block;
}
.IMG_50per img {
	width: 50%;
}
.IMG_50per {
	text-align: center;
}
.IMG_60per img {
	width: 60%;
}
.IMG_60per {
	text-align: center;
}
.IMG_70per img {
	width: 70%;
}
.IMG_70per {
	text-align: center;
}/*----------------------------------*/
/* MESSAGES */
/*----------------------------------*/
.MESSAGE_error {
	position: fixed;
	top: 20px;
	left: 0;
	right: 0;
	min-height: 120px;
	width: 600px;
	margin: 0 auto;
	z-index: 10000;
	font-size: 14px;
	background: #e74c3c;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	backface-visibility: hidden;
	color: black;
}
.MESSAGE_error h1 {
    color: #f7f1e3;
    font-size: 24px;
    text-transform: uppercase;
}
.MESSAGE_error a {
    color: #f7f1e3;
    font-weight: bold;
    float: right;
    padding-right: 20px;
}
.MESSAGE_success {
	position: fixed;
	top: 20px;
	left: 0;
	right: 0;
	min-height: 120px;
	width: 600px;
	margin: 0 auto;
	z-index: 10000;
	font-size: 14px;
	background: #2ecc71;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	backface-visibility: hidden;
	color: black;
}
.MESSAGE_success h1 {
    color: #f7f1e3;
    font-size: 24px;
    text-transform: uppercase;
}
.MESSAGE_success a {
    color: #f7f1e3;
    font-weight: bold;
    float: right;
    padding-right: 20px;
}/*----------------------------------*/
/* 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;
}
.TITRE_upp_white {
    color: #fff;
    margin-left: 0;
    margin-top: -30px;
}/*----------------------------------*/
/* TUILE */
/*----------------------------------*/
.TUILE_bloc {
	width: 30%;
	height: 300px;
	float: left;
	overflow: hidden;
	text-decoration: none;
	color: black;
	background: #EEEEEE;
	border-radius: 2px;
	display: inline-block;
	margin: 1%;
	position: relative;
	/*box-shadow: 1px 1px 12px #555555;*/
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.TUILE_bloc:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.TUILE_bloc a {
	text-decoration: none;
	color: black;
}
.TUILE_img img {
	width: auto;
	height: 100px;
	float: left;
}
.TUILE_img {
	display: inline-block;
}
.TUILE_titre h1 {
	font-size: 25px;
	text-align: center;
}
.TUILE_titre {
	width: 100%;
	height: 200px;
	display: block;
}
.TUILE_bulle span {
	display: none;
	color: #FFFFFF;
	background: rgba(51, 51, 51, 0.75);
	padding: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 1000;
	top: 40%;
}
.TUILE_bulle:hover span {
	display: block;
}
.TUILE_bloc_ncolor {
	width: 30%;
	height: 300px;
	overflow: hidden;
	text-decoration: none;
	color: black;
	display: inline-block;
	margin: 1%;
	position: relative;
}
.TUILE_bloc_ncolor a {
	text-decoration: none;
	color: black;
}
.TUILE_bloc_ncolor h1 {
	font-size: 50px;
}

/* TUILES carre_img */
.TUILE_carre_img {
	width: 90%;
	height: 50%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.TUILE_carre_img_arr {
	width: 30%;
	height: 225px;
	margin: 1%;
    position: relative;
    background-size: auto 225px !important;
}
.TUILE_carre_img_arr p {
	padding-bottom: 5px;
	position: absolute;
	margin: 0;
	bottom: 0px;
	color: #fff;
	max-width: 100%;
	width: 100%;
	font-size: 20px;
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);
}}