/*----------------------------------*/
/* BODY */
/*----------------------------------*/
body {
	background-color: white;
	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;
}/*----------------------------------*/
/* BULLE */
/*----------------------------------*/
.BULLE_gris 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: 250px;
	text-align: center;
	position: absolute;
	z-index: 1000;
	top: 40%;
	left: 50%;
}
.BULLE_gris:hover span {
	display: block;
}
.BULLE_info {
	display: inline;
	position: relative;
}
.BULLE_info img {
	width: 20px;
	margin-left: 5px;
	height: auto;
}
.BULLE_info:hover:after {
	background: #333333;
	background: rgba(0, 0, 0, .8);
	border-radius: 5px;
	bottom: 26px;
	color: #FFFFFF;
	content: attr(title);
	left: 50%;
	padding: 5px 15px;
	position: absolute;
	z-index: 98;
	width: 220px;
}
.BULLE_info:hover:before {
	border: solid;
	border-color: #333333 transparent;
	border-width: 6px 6px 0 6px;
	bottom: 20px;
	content: "";
	left: 80%;
	position: absolute;
	z-index: 99;
}/*----------------------------------*/
/* BUTTON */
/*----------------------------------*/
.BTN_greybig {
	width: 120px;
	height: 30px;
	background-color: #1C1C1C;
	padding: 20px;
	font-size: 20px;
	color: white;
}
.BTN_greybig:hover {
	color: grey;
	cursor: pointer;
}

/*BTN_scroll_auto */

.BTN_scroll_auto_div {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.BTN_scroll_auto img {
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.BTN_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);
}
.BTN_btn:hover {
    color: white;
    background-color: grey;
    transition: 1s;
}
.BTN_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;
}
.BTN_btn2:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}
.BTN_btn3 {
    text-decoration: none;
    font-size: 20px;
    background-color: #EEEEEE;
    color: black;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}
.BTN_btn4 {
    background-color: #EEEEEE;
    font-size: 20px;
    text-decoration: none;
    color: black;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}/*----------------------------------*/
/* CONTAINER */
/*----------------------------------*/
.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;
}

/* Double container */
/* 9 / 89 */

.CONTAINER_left_9 {
	width: 9%;
	height: auto;
	float: left;
}
.CONTAINER_right_89 {
	width: 89%;
	height: auto;
	float: right;
}

/* 19 / 79 */

.CONTAINER_left_19 {
	width: 19%;
	height: auto;
	float: left;
}
.CONTAINER_right_79 {
	width: 79%;
	height: auto;
	float: right;
}

/* 29 / 69 */

.CONTAINER_left_29 {
	width: 29%;
	height: auto;
	float: left;
}
.CONTAINER_right_69 {
	width: 69%;
	height: auto;
	float: right;
}

/* 50 / 50 */

.CONTAINER_left_50 {
	width: 50%;
	height: auto;
	float: left;
	margin: 0;
}
.CONTAINER_right_50 {
	width: 50%;
	height: auto;
	float: right;
	margin: 0;
}

/* Container hauteur */

.CONTAINER_height_10 {
	height: 10px;
}
.CONTAINER_height_500 {
	min-height: 500px;
}
.CONTAINER_height_150 {
	height: 150px;
}

/* Container volant */

.CONTAINER_fly {
	background-color: #FEFEFE;
	margin: auto;
	margin-top: 66px;
	padding: 20px;
	border: 1px solid #888888;
	width: 80%;
}
.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);
}

/* Center */

.CONTAINER_center {
	text-align: center;
}
.CONTAINER_div_center {
	margin: auto;
}

/* White */

.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_whitesmoke {
	background-color: whitesmoke;
	padding: 10px;
	border-radius: 5px;
}

/* Black */

.CONTAINER_black {
	background-color: #1C1C1C;
}

/* Grey */

.CONTAINER_grey {
	background-color: #EEEEEE;
	box-shadow: 1px 1px 12px #555555;
}

/* Vert */

.CONTAINER_vert_back {
    width: 100%;
    height: 100%;
    display: flex;
}
.CONTAINER_vert_50 {
    width: 50%;
    height: 50%;
    margin: auto;
}

/* Container tourné 6% */

.CONTAINER_rot_6_p {
    background: #8268fc;
    background: linear-gradient(135deg, #8268fc 0%, #6850fc 100%);
    width: 110%;
    height: 600px;
    margin-left: -5%;
    /* padding-left: 50%; */
    /* padding-right: 50%; */
    margin-top: 100px;
    position: relative;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
}
.CONTAINER_rot_6_element {
    position: relative;
    width: 70%;
    top: 20%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: rotate(6deg);
}

/* Flex */

.CONTAINER_flex {
    display: flex;
}
.CONTAINER_justify_center {
	justify-content: center;
}/*----------------------------------*/
/* 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 */
/*----------------------------------*/
:root {
    /* Couleur de fond */
    --HEADER-background-color: #00346b;

    /* Couleur de texte */
    --HEADER-text-color: white;
}
/*----------------------------------*/
/*----------------------------------*/
/* Header V1 */
.HEADER_V1_bloc {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 66px;
	width: 100%;
	z-index: 1000;
	color: var(--HEADER-text-color);
	font-size: 14px;
	background: var(--HEADER-background-color);
	box-shadow: 0 10px 10px rgba(109, 122, 139, .1);
	backface-visibility: hidden;
	font-family: 'Roboto';
}
.HEADER_V1_logo {
	margin: 0 auto;
	float: left;
}
.HEADER_V1_logo img {
	width: 66px;
	height: 66px;
}
.HEADER_V1_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.HEADER_V1_menu li {
	float: left;
	height: 66px;
	line-height: 66px;
	color: var(--HEADER-text-color);
	font-weight: 700;
	text-decoration: none;
}
.HEADER_V1_menu li a {
	display: block;
	float: left;
	height: 66px;
	line-height: 66px;
	color: var(--HEADER-text-color);
	font-weight: 700;
	text-decoration: none;
	width: 120px;
}
.HEADER_V1_menu li a:hover {
	transition-duration: .3s;
	color: var(--HEADER-text-color);
}
.HEADER_V1_menu ul li ul {
	display: none;
}
.HEADER_V1_menu ul li:hover ul {
	display: block;
}
.HEADER_V1_menu ul li:active ul {
	display: block;
}
.HEADER_menu li:hover ul li {
	float: none;
}
.HEADER_V1_sous_menu {
	height: 25px;
	line-height: 25px;
	color: var(--HEADER-text-color);
	text-decoration: none;
	background: #404852;
}
.HEADER_V1_sous_menu:hover {
	background-color: var(--HEADER-background-color);
	color: var(--HEADER-text-color) !important;
}
.HEADER_V1_member {
	float: right;
}
.HEADER_V1_sous_member {
	display: block;
	float: left;
	height: 66px;
	padding: 0 15px;
	line-height: 66px;
	color: var(--HEADER-text-color);
	font-weight: 700;
	text-decoration: none;
}
.HEADER_V1_sous_member:hover {
	transition-duration: .3s;
	color: #6D7A8B;
}

/* Header V2 (admin) */

.HEADER_V2_menu {
	width: 15%;
	height: 100%;
	background-color: var(--HEADER-background-color);
	position: fixed;
	z-index: 10000;
}
.HEADER_V2_sous_menu {
	font-size: 20px;
	color: var(--HEADER-text-color);
	text-decoration: none;
	display: flex;
	flex-direction: column;
	padding: 10px;
	z-index: 10000;
}
.HEADER_V2_sous_menu:hover {
	background-color: var(--HEADER-background-color);
}

/* Header V3 */
.HEADER_V3_bloc ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    line-height: 80px;
    width: 1000px;
    margin: 0 auto;
}
.HEADER_V3_bloc li {
    float: left;
}
.HEADER_V3_bloc li a {
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.HEADER_V3_bloc img {
    width: 80px;
}/*----------------------------------*/
/* INPUTS */
/*----------------------------------*/
.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: 20px;
	left: 0;
	right: 0;
	min-height: 120px;
	width: 500px;
	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: 500px;
	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;
}/*----------------------------------*/
/* PADDING */
/*----------------------------------*/
.PADDING_5px {
	padding: 5px;
}
.PADDING_left_20px {
	padding-left: 20px;
}
.PADDING_right_20px {
	padding-right: 20px;
}
.PADDING_top_20px {
	padding-top: 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;
}/*----------------------------------*/
/* 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 articles_long    */
.TUILE_arr_long {
	margin: 0 auto;
	width: 500px;
	height: 100px;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 5px;
	background-color: white;
	/* display: table-cell;
  	vertical-align: middle; */
}
.TUILE_arr_long h3 a{
	margin: 10px;
	text-decoration: none;
	color: #8268fc;
}
.TUILE_arr_long img {
	float: left;
	width: 100px;
	margin: 10px;
	border-radius: 7px;
}
.TUILE_arr_long_whitesmoke {
    background: whitesmoke !important;
}



/*    TUILES articles_small    */
.TUILE_arr {
	display: flex;
	flex-wrap: wrap;
	background-color: whitesmoke;
}
.TUILE_arr_small {
	width: 200px;
	margin: 10px;
	text-align: center;
}
.TUILE_arr_small img {
	width: 200px;
	vertical-align: middle;
	border-radius: 17px;
}

/*    TUILES comm_whitesmoke    */
.TUILES_comm_whitesmoke {
    background-color: whitesmoke;
    border-radius: 5px;
    margin: 50px;
    padding: 30px;
}
.TUILES_comm_whitesmoke h3 {
    font-size: 20px;
    color: rgb(255, 124, 107);
    padding-bottom: 20px;
}
.TUILES_comm_whitesmoke h4 {
	margin: 0;
	float: right;
	padding: 0;
}
.sub_comm {
    margin-left: 100px;
}

/*    TUILES equipe_white    */
.TUILES_equipe_white {
	text-align: center;
	background-color: #fff;
	border-radius: 5px;
	width: 200px;
	margin: 10px;
	padding: 10px;
	transition-duration: 1s;
}
.TUILES_equipe_white:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.TUILES_equipe_white p {
	margin: 0;
	padding: 0;
}
.TUILES_equipe_white img {
	width: 100px;
	height: 100px;
	border: 2px solid #fff;
}