/* HEADER */

body {
	background-color: white;
}

#corps {
	background-color: white;
    /* width: 80%; */
	height: auto;
	font-family:calibri,arial,serif;
	margin: auto;
	/* padding: 0px 100px; */
	color: #2d2d2d;
	font-size: 1em;
}

a { 
	text-decoration: none; 
	color: #2d2d2d; 
} 

.text_align_center {
	text_align: center;
}

img.image_centre {
    display: flex;
    margin-left: auto;
    margin-right: auto; 
	width: 20%;
}

.test {
	height: auto;
}

#entete {
    display: flex;
	background-color: white;
    flex-direction: row;
	justify-content: space-around;
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 50px;
	margin-right: 0px;
}

#entete p {
	margin: 0;
	/* padding: 0; */
}

#logo {
	flex: 1;
	align-items: center;
	justify-content: center;
	align-content: center;
 }
 
#logo img {
    width: 100%;
    height: auto;
	margin: 0;
}

.mots_cles {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-content: center;
	padding-right: 0;
	justify-content: center;
	align-content: center;
}

.mots_bleu {
	background-color: #0070bb;
}

.mots_vert {
	background-color: #34a853;
}

.mots_jaune {
	background-color: #ea9902;
}

.mots_orange {
	background-color: #ff6500;
}

.mots_rouge {
	background-color: #c91426;
}

.mots_violet {
	background-color: #820048;
}

.mots_gris {
	background-color: #2d2d2d;
}

.mots_cles h1 {
    font-family:calibri,arial,serif;
    font-size: 3.5em;
	padding: 15px;
    font-weight: bold;
	margin: 0;
	text-align: center;
	color: white; 
}

#mots_cles h2 {
    font-family:calibri,arial,serif;
    font-size: 2em;
	padding-left: 20px;
    font-weight: normal;
	/* text-align: center; */
	/* align-items: center; */
}

/* #mots_cles p { */
    /* font-family:calibri,arial,serif; */
    /* font-size: 3.5em; */
	/* padding: 0px; */
    /* font-weight: bold; */
	/* margin: 0; */
	/* text-align: center; */
	/* color: #2d2d2d;  */
/* } */


nav>ul
{
	margin: 0px;
	padding: 0px;
}

nav>ul>li
{
	float: left;
	position: relative;
}

nav li
{
    list-style-type: none;
}

nav {
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 1.5em;
}

.icone_menu {
	height: 80px;
	text-align: center;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
}

nav>ul::after
{
	content: "";
	display: block;
	clear: both;
}

nav a {
    display: inline-block;
    text-decoration: none;
}

nav>ul>li>a {
	padding: 20px 30px;
	color: #FFF;
}

.sous_menu {
	display: none;
	border-top: 1px solid white;
}

nav li:hover .sous_menu {
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 0px;
	padding: 0px;
	z-index: 100000;
}

.sous_menu li {
	border: 1px solid white;
}

.sous_menu li a {
	padding: 0px 30px;
	font-size: 0.9em;
	color: #222538;
	width: 270px;
}

.menu_club:hover {
	border-top: 5px solid #c91426;
	background-color: #fe5f5f;
}

.menu_services:hover {
	border-top: 5px solid #0070bb;
	background-color: #6bbcd7;	
}

.menu_escape_game:hover {
	border-top: 5px solid #ea9902;
	background-color: RGB(251, 216, 99);
}

.menu_formations:hover {
	border-top: 5px solid #ff6500;
	background-color: #ff9552;
}

.menu_accueil:hover {
	border-top: 5px solid #2d2d2d;
	background-color: #cfcfcf;
}

.menu_domicile:hover {
	border-top: 5px solid #34a853;
	background-color: #87ff64;
}

.menu_ressources:hover {
	border-top: 5px solid #820048;
	background-color: #b360b1;
}

nav>ul>li:hover a {
	padding: 15px 30px 20px 30px;
}

.icone_banniere {
	height: 50px;
	width: auto;
	margin: auto;
}

nav>ul>li:hover .sous_menu .jaune {
	background-color: #ea9902;
}

.jaune {
	height: auto;
	text-align: center;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	background-color: #ea9902;
	color: #EEE;
	font-weight: bold;
}

.bleu {
	height: auto;
	text-align: center;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	background-color: #0070bb;
	color: #EEE;
	font-weight: bold;
}

.orange {
	height: auto;
	text-align: center;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	background-color: #ff6500;
	color: #EEE;
	font-weight: bold;
}

.rouge {
	height: auto;
	text-align: center;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	background-color: #c91426;
	color: #EEE;
	font-weight: bold;
}

.gris {
	height: auto;
	text-align: center;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	background-color: #2d2d2d;
	color: #EEE;
	font-weight: bold;
}

.vert {
	height: auto;
	text-align: center;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	background-color: #34a853;
	color: #EEE;
	font-weight: bold;
}

.violet {
	height: auto;
	text-align: center;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	/* background-color: #b360b1; */
	background-color: #820048;
	color: #EEE;
	font-weight: bold;
}

.menu_services .sous_menu {
	background-color: #6bbcd7;
}

.menu_escape_game .sous_menu {
	background-color: RGB(251, 216, 99);
}

.menu_club .sous_menu {
	background-color: #fe5f5f;
}

.menu_domicile .sous_menu {
	background-color: #87ff64;
}

.menu_accueil .sous_menu {
	background-color: #cfcfcf;
}

.menu_ressources .sous_menu {
	background-color: #b360b1;
}

.menu_formations .sous_menu {
	background-color: #ff9552;
}

.sous_menu li:hover a {
	color: white;
	font-weight: bold;
}

.sous_menu li a.jaune {
	color: white;
	font-weight: bold;
}

.sous_menu li a.bleu {
	color: white;
	font-weight: bold;
}

.sous_menu li a.orange {
	color: white;
	font-weight: bold;
}

.sous_menu li a.rouge {
	color: white;
	font-weight: bold;
}

.sous_menu li a.gris {
	color: white;
	font-weight: bold;
}

.sous_menu li a.vert {
	color: white;
	font-weight: bold;
}

.sous_menu li a.violet {
	color: white;
	font-weight: bold;
}

.menu_services .sous_menu li:hover {
	background-color: #0070bb;
}

.menu_escape_game .sous_menu li:hover {
	background-color: #ea9902;
}

.menu_club .sous_menu li:hover {
	background-color: #c91426;
}

.menu_domicile .sous_menu li:hover {
	background-color: #34a853;
}

.menu_accueil .sous_menu li:hover {
	background-color: #2d2d2d;
}

.menu_ressources .sous_menu li:hover {
	background-color: #820048;
}

.menu_formations .sous_menu li:hover {
	background-color: #ff6500;
}

/* SECTION COMMUN */

section {
	display: flex;
	flex-direction: column;
    justify-content: center;
	/* width: 100%; */
		padding: 0px 100px;
}

.module {
    height: auto;
    margin-bottom: 0px;
	/* margin-top: 30px; */
	/* border: 1px #2d2d2d solid; */
	display: flex;
	flex-direction: column;
	/* border-radius: 25px 25px 25px 25px; */
	border: 1px solid white;
}

.module_banniere {
    top: 0;
    /* border-radius: 23px 23px 23px 23px; */
    width: auto;
    height: 40px;
    padding-bottom: 60px;
    padding-left: 50px;
	background-color: #2d2d2d;
    color: white;
    font-size: 1.3em;
	font-family: calibri,arial,serif;
	align-items: center;
	border-radius: 10px;
}

.module_contenu {
	color: #2d2d2d;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
	text-align: justify;
    font-size: 1.2em;
}

.module_contenu img {
	height: 600px;
	width: auto;
	text-align: center;
	align-items: center;
	justify-content: center;
}

/* FIN PAGE ACCUEIL */

.cont_cours_collectifs {
	display: flex;
}

.banniere_lego {
	width: 100%;
}

.cont_cours_collectifs :nth-child(1) {
	padding-right: 30px;
}

#marqueur_g {
	background-color: #2d2d2d;
	text-align: justify;
	align-items: center;
	color: white;
	border-radius: 10px;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
}
#marqueur_g1 {
	background-color: #cfcfcf;
	text-align: justify;
	align-items: center;
	border-radius: 10px;
}

#marqueur_b {
	background-color: #0070bb;
	text-align: center;
	align-items: center;
	border-radius: 10px;
		justify-content: center;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
}

#marqueur_b1 {
	background-color: #6bbcd7;
	text-align: justify;
	align-items: center;
	border-radius: 10px;
}

#marqueur_v {
	background-color: #34a853;
	/* background-color: #36fa6a; */
	text-align: center;
	align-items: center;
	border-radius: 10px;
		justify-content: center;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
}

#marqueur_v1 {
	background-color: #87ff64;;
	text-align: justify;
	align-items: center;
	border-radius: 10px;
}

#marqueur_j {
	background-color: #ea9902;
	text-align: center;
	/* align-items: center; */
	border-radius: 10px;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
}

#marqueur_j1 {
	background-color: RGB(251, 216, 99);
	text-align: justify;
	align-items: center;
	border-radius: 10px;
}

#marqueur_o {
	background-color: #ff6500;
	text-align: center;
	/* align-items: center; */
	border-radius: 10px;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
}

#marqueur_o1 {
	background-color: #ff8041;
	text-align: justify;
	align-items: center;
	border-radius: 10px;
}

#marqueur_r {
	background-color: #c91426;
	text-align: center;
	/* align-items: center; */
	border-radius: 10px;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
}

#marqueur_r1 {
	background-color: #fe5f5f;
	text-align: justify;
	align-items: center;
	border-radius: 10px;
}

#marqueur_vi {
	background-color: #820048;
	text-align: center;
	/* align-items: center; */
	border-radius: 10px;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
}

#marqueur_vi1 {
	background-color: #b360b1;
	text-align: justify;
	align-items: center;
	border-radius: 10px;
}

/* ACCUEIL  */

.module_contenu h3 {
	font-weight: bold;
	font-size: 1.2em;
}

#conteneur1 {
	display: flex;
} 

#galerie {
	flex: 3;
	margin-right: 30px;
}

#actu a {
	color: white;
}

.actu2 a:hoover {
	background-color: #ea9902;
}

#galerie img {
	margin-left: 20px;
	margin-right: 20px;
	height: 180px;
	width: auto;
	justify-content: space-around;
}

#galerie2 {
	justify-content: center;
}

#partenaires {
	flex: 2;
	align-items: center;
	display: flex;
	justify-content: space-around;
}

#partenaire ul {
	text-align: center;
}

a.c1 :hoover {
	color: #0070bb;
}

.icone_pdf img {
    height: 50px;
	text-align: center;
	margin: auto;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top: 30px;

}

.icone_download img {
	height: 80px;
	text-align: center;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
}

.icone_voir img {
	height: 80px;
	text-align: center;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
}

/* PROBLEMES */

#contenu_probleme {
	display: flex;
}

.probleme_bloc1 {
	flex: 4;
	padding-right: 40px;
}

.probleme_bloc2 {
	flex: 1;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	text-align: center;
	border-left: 1px solid #2d2d2d;
	color: #2d2d2d;
}

.probleme_bloc2 h3 {
	font-weight: bold;
}

.probleme_image {
	display:flex;
	justify-content: space-around;
}

.illustration_probleme img {
    border: 1px solid #181818;
	height: 200px;
	width: auto;
	max-width: 800px;
	margin: 20px;
}

.gras {
	font-weight: bold;
}

.illustration_probleme2 img {
    border: 1px solid #181818;
	height: 100px;
	width: auto;
	margin: 20px;
}

.texte_probleme {
	flex : 1;
	text-align: center;
	justify-content: space-around;
	font-size: 0.9em;
	/* font-style: italic; */
}

.module_probleme {
	display: flex;
	justify-content: space-around;
}

/* PEDA */

.module_eb2 {
	align-item: center;
	display: flex;
	border-bottom: 1px solid #2d2d2d;
}

.notions_evaluees {
	flex: 2;
	padding-top: 20px;
	align-item: center;
}

.module_eb h3 {
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
}

.icones_eb {
	flex: 1;
	display: flex;
}

#dhc2 {
	display: flex;
}
 
#dhc img {
	display:block;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	width: 450px;
}
 
.dhc1 {
	flex: 1;
} 

  /* SERVICES */
  
.conteneur4 {
	display: flex;
	justify-content: center;
}  

.conteneur4 h3 {
	font-weight: bold;
	magin-right: 20px;
	color: #2d2d2d;
	align-item: center;
	text-align: center;
	padding-top: 20px;
	padding-right: 30px;
}

.conteneur4 img {
	padding: 10px 30px 10px 30px;
	align-item: center;
	text-align: center;
}

#logo_mathmobile {
    height: 150px;
	display:block;
	width:auto;
	margin-left:auto;
	margin-right:auto;
}
	
#cours2 {
	display:flex;
	flex-direction: column;
	/* justify-content: space-around; */
}

/* CONTACTS */

#contact {
    margin-top: 40px;
	color:black;
    height: auto;
    position: relative;
    box-shadow: 0px 6px 6px #1c1a19;
    margin-bottom: 20px;
	border: 2px black solid;
	border-radius: 10px;
	padding-left: 0px;
	background-color: rgb(255,255,255,0.6); 
}

#icone_telephone {
	height: 80px;
	text-align: center;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
}

#icone_mail {
	height: 80px;
	text-align: center;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
}
	
#icone_facebook {
    height: 80px;
	text-align: center;
	width: auto;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
}

#promo {
	display: flex;
	flex-direction:column;
}

#contact_bis
{
	display: flex;
	justify-content: space-around;
}

#contact_bis h3
{
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	color; #2d2d2d;
}

#contact_bis p
{
	font-size: 1em;
	text-align: center;
}

.promo2 img
{
    height: 120px;
	text-align: center;
	margin: auto;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top: 20px;
	justify-content: space-around;
}

#m1 {
	/* justify-content: space-around; */
	display: column;
	flex: 1;
	margin-right: 0px;
}

.m_bis {
	display: flex;
	justify-content: space-around;
	align-item: center;
}

#m2 {
	/* justify-content: space-around; */
	display: flex;
	flex: 1;
}

#r_s {
	justify-content: space-around;
	display: flex;
}

#r_s img {
	height: 110px;
	text-align: center;
	width:auto;
	margin-left:auto;
	margin-right:auto;
}

.plan {
	text-align: center;
	align-items: center;
	justify-content: space-around;
}

.plan img {
	height: auto;
	width: 50%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	/* padding: auto; */
	border: 1px solid #2d2d2d;
	
}

#ad_pos1 {
	flex: 1;
	margin-right: 0px;
}

#ad_pos2 {
	flex: 3;
	/* height: 100%; */
}

#conteneur7 {
	display: flex;
}

/* FOOTER*/

#pied {
	display: flex;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 30px;
	/* justify-content: center; */
	align-items: center;
}

#pied h5 {
	font-size: 1.1em;
	margin-top; 10px;
	margin-bottom: 10px;
	/* color: white; */
}

#pied img {
    width: 10%;
    height: auto;
}

#pied p {
    font-size: 1em;
	/* text-align: center; */
	font-weight: bold;
	flex: 1;
	/* color: white; */
	margin-bottom: 5px;
	margin-top: 5px;
}

#pied a { 
	text-decoration: none; 
	/* color: #FFF;  */
} 

.conteneur_footer {
	/* flex: 2; */
	display: flex;
	flex-direction: column;
	/* align-content: center; */
	/* justify-content: flex-start; */
	align-items: flex-start;
	margin: 0;
	padding-top: 0px;
	width: 25%;
}

.conteneur_footer:nth-child(1) {
    /* flex: 3; */
	align-items: center;
	text-align: center;
}

.conteneur_footer:nth-child(2) {
	padding-left: 120px;
}

.conteneur_footer:nth-child(3) {
	padding-left: 80px;
}

.conteneur_footer:nth-child(4) {
    /* flex: 2; */
	align-items: center;
	text-align: center;
	padding-bottom: 20px;
}

@media screen and (max-width: 1150px) {
	section {
		padding: 0;
	}
	
	#entete {
		flex-direction: column;
	}
	
	.cont_cours_collectifs {
		flex-direction: column;
	}
	
	nav {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 1.5em;
	}
}

/* ENQUÊTE NUMÉRIQUE */
img.image_cryptographie {
    display: block;
    margin-left: auto;
    margin-right: auto; 
	width: 50%;
}

/* HEADER */

body {
	background-color: white;
}

/* #corps {
	background-color: white;
    /* width: 80%; */
/* 	height: auto;
	font-family:calibri,arial,serif;
	margin: auto;
	padding: 0px 100px;
	color: #2d2d2d;
	font-size: 1em;
} */ */

a { 
	text-decoration: none; 
	color: #2d2d2d; 
} 


/* #entete {
    display: flex;
	background-color: white;
    flex-direction: row;
	justify-content: space-around;
	margin-top: 30px;
	margin-left: 0px;
	margin-bottom: 50px;
	margin-right: 0px;
} */

#logo {
	flex: 1;
	align-items: center;
	justify-content: center;
	align-content: center;
 }
 
#logo img {
    width: 100%;
    height: auto;
}

#mots_cles {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-content: center;
	padding-right: 0;
	justify-content: center;
	align-content: center;
}

#mots_cles h1 {
    font-family:calibri,arial,serif;
    font-size: 3.5em;
	padding: 0px;
    font-weight: bold;
	margin: 0;
	text-align: center;
	color: #2d2d2d; 
}

#mots_cles h2 {
    font-family:calibri,arial,serif;
    font-size: 2em;
	padding-left: 20px;
    font-weight: normal;
	/* text-align: center; */
	/* align-items: center; */
}

#mots_cles p {
    font-family:calibri,arial,serif;
    font-size: 1.9em;
	padding: 0px;
	margin: 0;
    font-weight: bold;
	text-align: center;
	align-items: center;
}

/* PAGE ACCUEIL V3.0 */
.icone_menu {
	height: 80px;
	text-align: center;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
}

.icone_menu_2 {
	height: 35px;
	text-align: center;
	width: auto;
	margin-left: 30px;
	margin-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.cont_zero {
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: center;
}

.cont_zero h2 {
	font-size: 1.5em;
}

.cont_zero img {
	padding-right: 0px;
	margin-left: 0px;
}

.cont_zero p {
	padding-left: 0px;
	margin: 0px;
	font-size: 1em;
}

.cont_princ li {
    list-style-type: none;
}

.cont_princ {
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 0;
	flex: 0 0 25%;
	height: auto;
}

.conteneur10 {
	display: flex;
	padding-top: 60px;
}

.conteneur10bis {
	/* width: 50%; */
	flex: 0 0 50%;
	margin: 0;
	padding-right: 0 ;
	font-size: 1.2em;
	display: flex;
	flex-direction: column;
	background-color: #2d2d2d;;
	border-radius: 10px;
	border: 1px solid white;
	color: white;
}

.cont_zero_bis {
	display: flex;
	flex: 0 0 50%;
	margin: 0;
	/* justify-content: center; */
}

.cont_princ_bis {
	display: flex;
	flex: 0 0 50%;
	flex-direction: column;
	margin: 0;
	padding: 0;
	/* width: 50%; */
	height: auto;
	align-content: stretch;
}

.cont_zero_bis h2 {
	font-size: 1.5em;
}

.avant {
	color: cfcfcf;
	font-weight: bold;
}

.apres {
	color: white;
	font-weight: bold;
}

.neo_accueil {
	flex: 1;
	margin: 0;
	padding: 0 ;
	font-size: 1.2em;
	display: flex;
	border: 1px solid white;
}

.cont_princ_bis .neo_accueil {
	flex: 1;
	margin: 0;
	padding: 0 ;
	font-size: 1.2em;
	display: flex;
	border: 1px solid white;
}

.neo_banniere {
	display: flex;
    justify-content: space-around;
    align-items: center;
	margin: 0;
	top: 0;
	text-align: center;
	height: 100px;
	flex: 1;
	padding-right: 20px;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
}

.neo_contenu {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin: 0;
	text-align: center;
	height: 100px;
	padding-right: 10px;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	flex: 1;
}

.neo_banniere_bis {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin: 0;
	top: 0;
	text-align: center;
	height: 100px;
	/* flex: 1; */
	padding-right: 20px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
}

.neo_contenu_bis {
	margin: 0;
	text-align: justify;
	height: auto;
	padding-right: 20px;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	/* flex: 3; */
}

.alignement_droite {
	text-align: right;
}

.bas_bouton_1 {
	flex: 1;
	margin: 0;
}

.bas_bouton_2 {
	display: flex;
	flex-direction: column;
	flex: 4;
	margin: 0;
	text-align: left;
	padding-left: 25px;
	justify-content: center;
	align-item: center;
}

.bas_bouton_1_bis {
	flex: 1;
	margin: 0;
	left: 0;
}

.bas_bouton_2_bis {
	flex: 10;
	margin: 0;
}

.neo_accueil a {
	width: 100%;
}

.apres, .neo_accueil:hover .avant {
    display : none;
}

.neo_accueil:hover .apres {
    display : block;
}

.vert1 {
	background-color: #87ff64;
	border-radius: 10px;
}

.vert2 {
	background-color: #34a853;
	border-radius: 10px;
}

.bleu1 {
	background-color: RGBa(000, 112, 192, 0.5);
	border-radius: 10px;
}

.bleu2 {
	background-color: #0070bb;
	border-radius: 10px;
}

.gris1 {
	background-color: #cfcfcf;
	border-radius: 10px;
}

.gris2 {
	background-color: #2d2d2d;
	border-radius: 10px;
}

.jaune1 {
	background-color: RGB(251, 216, 99);
	border-radius: 10px;
}

.jaune2 {
	background-color: #ea9902;
	border-radius: 10px;
}

.orange1 {
	/* background-color: #ff8041; */
	/* background-color: #ea974d; */
	background-color: #ff9552;
	border-radius: 10px;
}

.orange2 {
	background-color: #ff6500;
	border-radius: 10px;
}

.rouge1 {
	background-color: #fe5f5f;
	border-radius: 10px;
}

.rouge2 {
	background-color: #c91426;
	border-radius: 10px;
}

.violet1 {
	background-color: #b360b1;
	border-radius: 10px;
}

.violet2 {
	background-color: #820048;
	border-radius: 10px;
}

.hauteur {
	height: 100%;
}

/* FOOTER*/

#pied {
	display: flex;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 30px;
	/* justify-content: center; */
	align-items: center;
}

#pied h5 {
	font-size: 1.1em;
	margin-top; 10px;
	margin-bottom: 10px;
	/* color: white; */
}

#pied img {
    width: 10%;
    height: auto;
}

#pied p {
    font-size: 1em;
	/* text-align: center; */
	font-weight: bold;
	flex: 1;
	/* color: white; */
	margin-bottom: 5px;
	margin-top: 5px;
}

#pied a { 
	text-decoration: none; 
	/* color: #FFF;  */
} 

.conteneur_footer {
	/* flex: 2; */
	display: flex;
	flex-direction: column;
	/* align-content: center; */
	/* justify-content: flex-start; */
	align-items: flex-start;
	margin: 0;
	padding-top: 0px;
	width: 25%;
}

.conteneur_footer:nth-child(1) {
    /* flex: 3; */
	align-items: center;
	text-align: center;
}

.conteneur_footer:nth-child(2) {
	padding-left: 120px;
}

.conteneur_footer:nth-child(3) {
	padding-left: 80px;
}

.conteneur_footer:nth-child(4) {
    /* flex: 2; */
	align-items: center;
	text-align: center;
	padding-bottom: 20px;
}

.logo_mjc img {
	padding: 10px 30px 10px 30px;
	align-item: center;
	text-align: center;
}

@media screen and (max-width: 1150px) {
	#corps {
		padding: 0;
	}
	.cont_zero, .conteneur10 {
		flex-wrap:wrap;
	}
	.cont_princ {
		flex: 0 0 50%;
	}
	
	.cont_zero_bis, .conteneur10bis {
		flex: 0 0 100%;
	}
	
	
}

/* @media screen and (max-width: 500px) { */
	/* #corps { */
		/* padding: 0; */
	/* } */
	/* .cont_zero, .conteneur10 { */
		/* flex-wrap:wrap; */
	/* } */
	/* .cont_princ { */
		/* flex: 0 0 100%; */
	/* } */
	
	/* .cont_zero_bis, .conteneur10bis { */
		/* flex: 0 0 100%; */
	/* } */
	
	
/* } */

