/*CSS index*/

/*-------------------------------------------POLICES-*/
@font-face {
    font-family: 'robotothin';
    src: url('fonts/Roboto-Thin-webfont.eot');
    src: url('fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Thin-webfont.woff2') format('woff2'),
         url('fonts/Roboto-Thin-webfont.woff') format('woff'),
         url('fonts/Roboto-Thin-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('fonts/Roboto-Regular-webfont.eot');
    src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Regular-webfont.woff2') format('woff2'),
         url('fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('fonts/RobotoCondensed-Regular-webfont.eot');
    src: url('fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoCondensed-Regular-webfont.woff2') format('woff2'),
         url('fonts/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('fonts/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotomedium';
    src: url('fonts/Roboto-Medium-webfont.eot');
    src: url('fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Medium-webfont.woff2') format('woff2'),
         url('fonts/Roboto-Medium-webfont.woff') format('woff'),
         url('fonts/Roboto-Medium-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sf_burlington_script_bold-italic';
    src: url('fonts/SF_Burlington_Script_Bold_Italic-webfont.eot');
    src: url('fonts/SF_Burlington_Script_Bold_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/SF_Burlington_Script_Bold_Italic-webfont.woff2') format('woff2'),
         url('fonts/SF_Burlington_Script_Bold_Italic-webfont.woff') format('woff'),
         url('fonts/SF_Burlington_Script_Bold_Italic-webfont.ttf') format('truetype'),
         url('fonts/SF_Burlington_Scrip_Bold_Italict-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

.h3 {
	width: 60%;
	height: auto; 
	margin: auto;
	text-align: justify; 
	font-size: 20px;
}

/*-------------------------------------------CORPS DE LA PAGE-*/
body
{
	font-family: 'Source code pro', robotoregular;
	margin: auto;
	padding: auto;
	width: 100%;
	height: auto;
	background-color: #F4F6F7;
	display: float;
}

hr {
	width: 669px;
	height: 100px;
	margin-top: 100px;
	margin-bottom: 100px;
	background-image: url('images/logo2.png');
	border: 1px solid #fff;
}

/*-------------------------------------------HEADER-*/
header{
	width: 100%;
	height: 130px;
	background-color: #fff;
	position: absolute;
	top: 0%;
	position: fixed;
	box-shadow: 10px 5px 10px gray;
}

header > img {
	margin-top: 20px;
	margin-left: 44%;
}


/*-------------------------MENU-------------------------*/
.menu01{
	display: flex;
	padding-left: 25px;
	cursor: pointer;
}

nav{
	width: 100%;
	height:50px;
	margin: auto;
	position: absolute;
	top: 35px;
	left: 10px;
	position: fixed;
	display: flex;
	justify-content: space-between;
}

li{
	font-size: 1.1em;/*Taille texte menu*/
	font-family: arial, sans serif;
	background-color: #fff;/*COULEUR DU SOUS MENU*/
}

.submenu li:hover a{/*--TAILLE DU TEXTE HOVER--*/
	color: #CD5C5C;
	font-size: 1.1em;
	background-color: #fff;
}

.submenu li a{/*--TAILLE DU SOUS-MENU--*/
	padding: 15px 30px;
	font-size: 1em;
	font-family: arial, sans serif;
	color: #616A6B;/*COULEUR DU TEXTE DU MENU*/
	width: 300px;
	height: 20px;
}

nav > ul{
	margin: 0px;
	padding: 0px;
}

nav > ul::after{
	content:"";
	display: block;
	clear: both;
}

nav > ul > li{
	float: left;
	position: relative;
}

nav > ul > li > a{
	padding: 20px 30px;
	color: #616A6B;
}

nav > p{
	position: absolute;
	top: -10x;
	left: 55px;
	color: #FFF;
	font-family: arial;
	font-size: 9em;
	font-weight: bold;
	display: flex; 
	justify-content: space-between;
}

nav > ul > li:hover a{
	padding: 15px 30px 20px 30px;
	cursor: pointer;
}

nav li{
	list-style-type: none;
}

.submenu{
	display: none;
}

nav a{
	display: inline-block;
	text-decoration: none;
}

nav li:hover .submenu{
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 0px;
	padding: 0px;
	z-index: 1000;
}

.submenu li{
	border-bottom: 1px solid #FADCE6; /*---Trait du menu---*/
}

@media screen and (max-width: 1000px) {
	li{
		font-size: 1.1em;/*--TAILLE DU TEXTE DU MENU--*/
		font-family: arial, sans serif;
		background-color: #fff;
}

	.submenu li:hover a{/*--TAILLE DU TEXTE HOVER--*/
		color: #CD5C5C;
		font-size: 2.4em;
		background-color: #fff;
}

	.submenu li a{/*--TAILLE DU SOUS-MENU--*/
		padding: 15px 30px;
		font-size: 2em;
		font-family: arial, sans serif;
		color: #616A6B;
		width: 900px;
		height: 80px;
}
	
}


/*-------------------------------------------PAGE-*/
#bloc_page{
	margin: auto;
	width: auto;
	height: auto;
	background-color: #F4F6F7;
}

#page_coprs {
	width: auto;
	height: auto;
	margin: auto;
	background: transparent;
	background-position: center;
}

#LOGO {
	width: 100%;
	height: 700px;
	margin: auto;
	margin-top: 120px;
	background: url('images/A12d.jpg') no-repeat center center;
	background-size: cover;
	font-family: helvetica;
	color: #fff;
	
}

.wrapper {
	display: table;
	width: 100%;
	height: 700px;
}

.content {
	display: table-cell;
	text-align: center;
	vertical-align: top;	
}

.content > h1 {
	width: 50%;
	font-family: trebuchet ms;
	font-weight: bold;
	color: #fff;
	font-size: 2.5em;
	text-align: left;
	margin: -50px 1px 1px 20px;
	border: 1px solid none;
	text-shadow: 1px 1px 5px #34495E;
	background-color: rgba(53, 97, 138, 0.2);
	padding: 1%;
}

@media screen and (max-width: 1000px){
	.content > h1 {
		font-size: calc(2.2em + 1vw);
		font-family: arial;
	}
}

#evenement {
	width: 100%;
	height: auto;
	margin: auto;
	border: 1px solid none;
	background-image: url('images/fond5.jpg');>
}

#evenement > h1 {
	color: #fff;
	width: 100%;
	height: 200px;
	margin: auto;
	text-align: center;
	font-size: 5em;
	font-family: arial;
	line-height: 200px;
	vertical-align: middle;
	text-shadow: 1px 1px 20px #000;
}

/*SLIDER2*/
	.slider {
		width: 900px;
		height: 680px;
		overflow: hidden;
		margin: 10px auto;
		margin-bottom: 10px;
		border-radius: 10px;
	}
	.slides {
		width: calc(900px * 3);
		animation: glisse 20s infinite;
	}
	.slide {
		float: left;
	}
	@keyframes glisse {
		0% {
			transform: translateX(0);
		}
		20% {
			transform: translateX(0);
		}
		33% {
			transform: translateX(-900px);
		}
		53% {
			transform: translateX(-900px);
		}
		66% {
			transform: translateX(-1800px);
		}
		86% {
			transform: translateX(-1800px);
		}
		100% {
			transform: translateX(0);
		}
	}
/*SLIDER2*/

/*-------------------------------------------FOOTER-*/
footer{
	width: auto;
	height: 200px;
	margin: auto;
	background-color: #fff;
}

footer > h3 {
	color: #CD5C5C;
	text-align: center;
	font-family: arial, sans-serif;
	padding-top: 10px;
}

footer > p {
	color: #CD5C5C;
	text-align: center;
	font-family: robotoregular;
	font-size: 1em;
	line-height: 0.7em;
	text-decoration: none;
}

footer > p > a {
	text-decoration: none;
	color: #CD5C5C;
}

footer > p > a:hover {
	color: #CD5C5C;
	font-size: 1.4em;
	font-weight: bold;
}

@media screen and (max-width: 1000px) {
	footer{
		height: 350px;
}

	footer > h3 {
		font-size: 2.6em;
}

	footer > p {
	font-size: 1.8em;
	line-height: 0.7em;
	text-decoration: none;
}
}


/*-------------------------------------------PAGE INDEX-*/

/*--CHABBAT--*/
#CHABBAT {
	width: 95%;
	max-width: 1100px;
	height: 220px;
	margin: auto;
	margin-top: 100px;
	border: 1px solid none;
	background-color: #fff;
	box-shadow: 15px 15px 10px lightgray;
	display: flex;
	border-radius: 10px;
}

.CHABBAT1 {
	width: 30%;
	height: auto;
	margin: 0;
	border: 1px solid none;
	background-image: url('images/chabbat.jpg');
	background-size: cover;
	border-radius: 10px 150px 150px 10px;
}

.CHABBAT2 {
	width: 70%;
	height: auto;
	margin-left: 20px;
	font-family: robotomedium;
	border: 1px solid none;
}

.CH2_p {
	width: 100%;
	height: 25%;
	border: 1px solid none;
	font-size: 1.6em;
}

.Paris {
	color: grey;
	font-size: 2vw;
	font-family: robotoregular;
}

.Paracha {
	color: #000;
	font-size: 4vw;
	font-family: robotomedium;
	color: #2874A6;
	font-weight: bold;
}

.Date {
	color: #000;
	font-size: 2vw;
}

.Heures {
	color: #000;
	font-size: 2.6vw;
	font-family: robotoregular;
}

@media screen and (max-width: 1000px){
	#CHABBAT {
		height: 260px;
	}
	
	.CH2_p {
	width: 100%;
	height: 25%;
	border: 1px solid none;
	font-size: 1.6em;
}

.Paris {
	color: grey;
	font-size: 3vw;
	font-family: robotoregular;
}

.Paracha {
	color: #000;
	font-size: 6vw;
	font-family: trebuchet MS;
	color: #2874A6;
	font-weight: bold;
}

.Date {
	color: #000;
	font-size: 3vw;
}

.Heures {
	color: #000;
	font-size: 3.5vw;
	font-family: robotoregular;
}
}

.don {
	width: 95%;
	height: auto;
	margin: auto;
	margin-top: 20px;
	
}

#Info {
	width: 96%;
	height: auto;
	margin: auto;
	background: linear-gradient(to top, #35618A, #fff, #35618A);
	border: 1px solid none;
	border-radius: 10px;
	
}

#Info > h1 {
	color: #fff;
	font-family: Trebuchet ms;
	font-size: 1.8em;
	text-align: center;
	line-height: 1.4em;
	padding: 5%;
	text-shadow: 2px 2px 30px #000;
}

@media screen and (max-width: 1000px){
	#Info > h1 {
		font-size: calc(2em + 2vw);
		text-shadow: 2px 2px 10px #000;
	}
}

.Lire {
	width: 50%;
	margin: auto;
	border: 1px solid #f33a6a;
	padding: 2%;
	font-size: 90%;
	background-color: #f33a6a;
	color: #fff;
	margin-top: 2%;
	margin-bottom: 2%;
	border-radius: 5px;
	text-align: center;
}

.Lire:hover {
	background-color: #fff;
	color: #f33a6a;
	border: 1px solid #f33a6a;
}

@media screen and (max-width: 600px){	
	.Lire {
	width: 87%;
	margin: auto;
	border: 1px solid #f33a6a;
	padding: 3%;
	font-size: 90%;
	background-color: #f33a6a;
	color: #fff;
	margin-bottom: 2%;
}
}

.Info2 {
	width: 50%;
	height: auto;
	margin: auto;
	padding-top: 2%;
	padding-bottom: 100px;
	border: 1px solid none;
	
}

#don1 {
	margin: 2.5%;
	width: 95%;
	height: auto;
	border-radius: 5px;
	border: 1px solid #943126;
	text-align: justify;
	background-color: #f3e6e1;
}

.don02 {
	width: 90%;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 20px;
	margin: auto;
	font-family: robotomedium;
	font-weight: bold;
	font-size: 2.4em;
	color: #943126;
	text-align: center;
}

.don021 {
	width: 90%;
	margin: auto;
	padding-bottom: 50px;
	margin: auto;
	font-family: arial, sans-serif;
	font-size: 1.29em;
	text-align: justify;
	line-height: 1.5em;
	color: #943126;
}

.don03 {
	width: 50%;
	margin: auto;
	padding: 3%;
	font-family: arial;
	text-align: center;
	color: #fff;
	font-size: 2em;
	background-color: #943126;
	border-radius: 5px;
	border: 2px solid #fff;
}

.don03:hover {
	background-color: #fff;
	color: #943126;
	border: 2px solid #943126;
}

.don04 {
	width: 100%;
	margin: auto;
	font-family: roboto_condensedregular;
	font-size: 1.4em;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 50px;
	color: #000;
}

.don05 {
	width: 70%;
	margin: auto;
	font-family: roboto_condensedregular;
	font-size: 1.4em;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 50px;
	color: #000;
}

@media screen and (max-width: 1000px){
	.don02 {
		font-size: 3.1em;
	}
	
	.don03 {
		width: 70%;
		font-size: 3em;
	}
	
	.don021 {
	font-size: 5vw;
	line-height: 1.2em;
	font-size: arial,sans-serif;
	}
	
	.don04 {
		font-size: 2em;
	}
	
		.don05 {
		font-size: 2em;
	}
}


#FIL_ACTU {
	width: 90%;
	height: auto; 
	margin: auto; 
	border: 1px solid none;
}

.FIL_ACTU2 {
	width: 70%;
	height: auto;
	margin: auto;
	border: 1px solid none;
}

.FIL_ACTU2 > a > img {
	border-radius: 15px;
	margin: auto;
}

.FIL_ACTU3 {
	width: 93.8%;
	height: auto;
	margin: auto;
	border: 1px solid none;
	padding-left: 2.6%;
	padding-right: 2.6%;
}

.FIL_ACTU3 > p {
	font-family: arial;
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: center;
}

.FIL_ACTU3 > h3 {
	font-family: robotomedium;
	font-weight: bold;
	color: #34495E;
	font-size: 3em;
	text-align: center;
}

.FIL_ACTU3 > h2 {
	font-family: robotoregular;
	color: #34495E;
	font-size: 1.6em;
	padding-bottom: 2%;
}

.FIL_ACTU3 > h2 {
	font-family: robotoregular;
	color: #34495E;
	font-size: 1em;
	padding-bottom: 2%;
}

.FIL  {
	color: red;
}

@media screen and (max-width: 1000px){
#TITRE {
	width: 95%;
	font-size: calc(4em + 4vw);
}

#FIL_ACTU {
	width: 85%;
	
}

.FIL_ACTU2 {
	width: 90%;
	height: auto;
	margin: auto;
	border: 1px solid none;
}

.FIL_ACTU3 > p {
	font-size: 4.7vw;
	line-height: 1.4em;
}

.FIL_ACTU3 > h3 {
	font-size: 7vw;
	font-family: arial;
}

.FIL_ACTU3 > h2 {
	font-size: calc(1.6em + 1.6vw);
	font-family: arial;
	
}
}

#FETES {
	width: 92%;
	height: auto; 
	margin: auto;
	border: 1px solid #FAD7A0;
	font-size: 3vw;
	background-color: #AED6F1;
	border-radius: 15px;
	text-align: center;
	font-family: arial;
}

@media screen and (max-width: 1000px){
	#FETES {
	font-size: 4.5vw;
}
}

.FETES2 {
	width: 100%;
	height: auto;
	margin: auto;
	background-color: #fff;
	display: flex;
}

.FETES2 > h1 {
	font-size: 8vw;
	color: #AED6F1;
	padding-left: 50px;
	text-shadow: 5px 5px 10px grey;
}

.color4 {
	color: #000;
	font-size: 5vw;
}

.color5 {
	color: red;
	font-size: 3vh;
	width: 50px;
}


#LOGO {
	width: 100%;
	height: 600px;
	margin: auto;
	margin-top: 132px;
	background: url('images/activ2.jpg') no-repeat center center;
	background-size: cover;
	font-family: helvetica;
	color: #fff;
}

.wrapper {
	display: table;
	width: 100%;
	height: 100%;
}

.content_ID {
	display: table-cell;
	text-align: left;
	padding-left: 2em;
	font-family: Trebuchet MS;
	text-shadow: 1px 1px 4px #fff;
	color: #943126;
}

.content_ID > h1 {
	padding-top: 1em;
	font-size: 3.6em;
}

.subtitle {
	font-size: 2.8em;
} 

.space {
	width: 30%;
	margin: auto;
	margin-top: 150px;
	margin-bottom: 150px;
	border: 2px solid grey;
}

.bandeau_index{
	display: none;
	
	margin: auto;
	width: 100%;
	height: 613px;
	border: 0px solid #fff;
	background-image: url("images/event6.jpg");
	background-repeat: no-repeat;
	background-position: center;
	
	webkit-animation-name: diapo1;
	webkit-animation-duration: 60s;
	webkit-animation-timing-function: cubic-bezier(1.1, -1.6, 1.2, 1);
	webkit-animation-iteration-count: infinite;
	webkit-animation-direction: normal;
	
	moz-animation-name: diapo1;
	moz-animation-duration: 60s;
	moz-animation-timing-function: cubic-bezier(1.1, -1.6, 1.2, 1);
	moz-animation-iteration-count: infinite;
	moz-animation-direction: normal;
	
	animation-name: diapo1;
	animation-duration: 60s;
	animation-timing-function: cubic-bezier(1.1, -1.6, 1.2, 1);
	animation-iteration-count: infinite;
	animation-direction: normal;
}

@-webkit-keyframes diapo1{
	0%{background-image: url("images/event6.jpg");}
	25%{background-image: url("images/event7.jpg");}
	50%{background-image: url("images/event8.jpg");}
	75%{background-image: url("images/event9.jpg");}
}

@-moz-keyframes diapo1{
	0%{background-image: url("images/event6.jpg");}
	25%{background-image: url("images/event7.jpg");}
	50%{background-image: url("images/event8.jpg");}
	75%{background-image: url("images/event9.jpg");}
}

@keyframes diapo1{
	0%{background-image: url("images/event6.jpg");}
	25%{background-image: url("images/event7.jpg");}
	50%{background-image: url("images/event8.jpg");}
	75%{background-image: url("images/event9.jpg");}
}

#ROCH0 {
	height: 150px;
}

#video {
	width: 95%; 
	max-width: 1300px;
	height: auto;
	margin: auto; 
	margin-top: 4em;
	border: 1px solid #fff;
	box-shadow: 10px 10px 15px lightgray;
	border-radius: 5px;
	background-color: #fff;
}

#video > h1 {
	font-family: robotoregular;
	font-size: 10vw;
	color: #943126;
	text-align: center;
}

#video > p {
	font-family: robotoregular;
	font-size: 4vw;
	color: #943126;
	text-align: justify;
	width: 90%;
	margin: auto;
	padding-bottom: 50px;
}

.ROCH2 {
	width: 85%;
}

.ROCH2 > h1 {
	font-size: 6vw;
	text-align: center;
	font-family: robotoregular;
	color: #943126;
}

.ROCH2 > p {
	width: 90%;
	margin: auto;
	font-size: 3.6vw;
	text-align: center;
	font-family: arial, sans-serif;
	color: #E9967A;
}

.ROCH2 > p > a {
	width: 100%;
	margin: auto;
	padding: 0.2em 1em 0.2em 1em;
	font-size: 3.6vw;
	text-align: center;
	font-family: arial, sans-serif;
	color: grey;
	border: 4px solid lightgrey;
	border-radius: 50px;
}

.ROCH2 > p > a:hover{
	background-color: lightgrey;
	color: #fff;
}

.ROCH3 {
	width: 70%;
	height: 40px;
	line-height: 40px;
	margin: auto;
	margin-top: 60px;
	border: 2px solid #943126;
	font-size: 3.5vw;
	padding: 0.4em;
	color: #943126;
	text-align: center;
	border-radius: 50px;
}

.ROCH3:hover {
	background-color: #943126;
	color: #fff;
}

#ROCH4 {
	border: 1px solid #fff;
	width: 95%;
	height: auto;
	margin: auto;
	margin-top: 50px;
	background-color: #fff;
}

#ROCH4 > p {
	text-align: justify; 
	font-size: 4vw;
	font-family: arial, sans-serif;
	color: #943126;
	padding-top: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
}

#page_corps_CARNET{
	margin: auto;
	width: auto;
	height: auto;
	background-color: #f3e6e1;
}

#CARNET01 {
	border: 5px solid none;
	border-radius: 50px;
	width: 60%;
	height: auto;
	margin-left: 1em;
	padding: 1.6em;
	margin-top: 70px;
	background: linear-gradient(to right, #34C924,  #34C924, #34C924,#34C924,#B0F2B6);
}

#CARNET01 > p {
	width: 90%;
	margin: auto;
	font-family: arial, sans-serif;
	font-size: 4.5vw;
	color: #fff;
}

#CARNET02 {
	border: 5px solid none;
	border-radius: 50px;
	width: 60%;
	height: auto;
	margin-left: 33%;
	padding: 1.6em;
	margin-top: 70px;
	background: linear-gradient(to right, #3498DB,  #3498DB, #3498DB, #3498DB,#85C1E9);
}

#CARNET02 > p {
	width: 90%;
	margin: auto;
	font-family: arial, sans-serif;
	font-size: 4.5vw;
	color: #fff;
}


#ID_ROCH2 {
	width: 95%; 
	max-width: 1300px;
	height: auto;
	margin: auto; 
	margin-top: 4em;
	border: 1px solid #f3e6e1;
	border-radius: 5px;
	
	display: flex;
}

#TICHRI {
	width: 70%;
	height: auto;
	margin: auto;
}

.TICHRI1 {
	width: 100%;
}

.TICHRI1 > h1 {
	font-size: 6.5vw;
	text-align: center;
	font-family: robotoregular;
	color: #943126;
}

.TICHRI1 > p {
	width: 90%;
	margin: auto;
	font-size: 4vw;
	text-align: center;
	font-family: arial, sans-serif;
	color: #943126;
}

.TICHRI1 > p > a {
	width: 100%;
	margin: auto;
	padding: 0.5em 1.5em 0.5em 1.5em;
	font-size: 4vw;
	text-align: center;
	font-family: arial, sans-serif;
	color: #943126;
	border: 4px solid #943126;
	border-radius: 50px;
}

.TICHRI1 > p > a:hover{
	background-color: #943126;
	color: #fff;
}

#TITRE {
	width: 95%;
	height;: auto; 
	margin: auto;
	border: 1px solid none;
	font-family: roboto_condensedregular;
	text-align: center;
	font-size: 8vw;
	margin-top: 10%;
	margin-bottom: 5%;
	color: #34495E;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
	border: 2px solid #34495E;
}


#MIDACTU {
	width: 95%;
	height: auto;
	margin: auto;
	margin-top: 1.6em;
	border: 1px solid #fff;
	background-color: #fff;
	box-shadow: 10px 10px 15px lightgray;
	border-radius: 0px 0px 7px 7px;
	border: 1px solid none;
}

.MIDACTU_IMG {
	width: auto;
	height: auto;
	margin: auto;
	border: 1px solid none;
}

.MIDACTU_Texte {
	width: 90%;
	height: auto;
	margin: 2.5em;
	border: 1px solid none;
}

.titre {
	font-family: trebuchet MS;
	font-size: 6vw;
	color: #943126;
}

.le {
	color: #3498DB;
	font-size: 3vw;
}



.ecoutez {
	border: 1px solid #C4202B;
	padding: 0.25em 3em 0.25em 3em;
	font-size: 3.2vw;
	font-family: trebuchet MS;
	color: #C4302B;
}

.ecoutez:hover {
	background-color:  #C4302B;
	color: #fff;
}

#MIDEVENT {
	width: 77%;
	height: auto;
	margin: auto;
	margin-top: 1.6em;
	border: 1px solid none;
	background-color: #fff;
	box-shadow: 10px 10px 15px lightgray;
	border-radius: 0px 0px 7px 7px;
	border: 1px solid none;
}

.MIDEVENT_IMG {
	width: 100%;
	height: auto;
}

.MIDEVENT_Texte {
	width: 94%;
	height: auto;
	padding: 1%;
	text-align: left;
	border: 1px solid none;	
	text-decoration: none;
}

.titre {
	font-family: arial;
	font-size: 6vw;
	color: #943126;
	padding: 2%;
}

.le {
	color: #3498DB;
	font-size: 2vw;
	padding: 2%;
}

.intitule {
	font-family: arial, sans-serif;
	font-size: 2.2vw;
	padding: 2%;
}


#IDactu {
	width: 95%;
	height: auto;
	margin: auto;
	margin-top: 1.6em;
	border: 1px solid #fff;
	background-color: #fff;
	box-shadow: 10px 10px 15px lightgray;
	border-radius: 0px 0px 7px 7px;
}

.new {
	font-size: 3vw;
	font-family: robotoregular;
	font-weight: bold;
	line-height: 1vw;
	color: red;
	padding-top: 30px;
	padding-left: 30px;
}

#IDactu > a > img {
	width: 90%;
	padding: 2%;
	margin-top: 2%;
	border: 1px solid #fff;
}


#IDactu > img {
	border: 1px solid none;
	margin: 2.5%;
}


#IDactu > p {
	padding-top: 20px;
	padding-left: 30px;
	font-family: robotomedium;
	font-size: 2.2vw;
	line-height: 0.1em;
	color: #717D7E;
}

#IDactu > h1 {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 4.5vw;
	font-size: 4vw;
	font-family: trebuchet MS;
	color: #943126;
}

#IDactu > h2 {
	padding-left: 30px;
	padding-right: 30px;
	line-height: 3.7vw;
	font-size: 3.2vw;
	font-family: arial, sans-serif;
	color: #2E4053;
}

#IDactu > a {
	padding: 0.5em 4em 0.5em 4em;
	margin: 30px;
	line-height: 3.8vw;
	font-size: 2.5vw;
	color: #000;
	font-family: trebuchet MS;
	border: 1px solid #000;
}

#IDactu2 {
	width: 50%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	margin: auto; 
	color: #751D80;
	background-color: #FBDDFF;
	border-radius: 10px;
	font-size: 2.2vw;
}

#IDactu2:hover {
	background-color: #751D80;
	color: #FBDDFF;
}

#ACT_ACTU {
	width: 90%;
	max-width: 1000px;
	height: auto;
	margin: auto;
	border: 1px solid none;
	box-shadow: 10px 10px 15px lightgray;
	background-color: #fff;
}

.ACT_ACTU_IMG {
	width: 100%;
	height: auto;
	margin: auto;
	border: 1px solid none;
}

.ACT_ACTU_TXT {
	width: 100%;
	height: auto;
	margin: auto;
	background-color: #fff;
	border: 1px solid none;
}

.p1 {
	padding-left: 2%;
	color: grey;
	font-size: 1.4vw;
	font-family: robotomedium;
	line-height: 1em;
	margin: auto;
}

.h3 {
	color: #5E7388;
	font-size: 60%;
	font-family: arial;
	margin: auto;
}

.ACT_ACTU_TXT > h1 {
	padding-left: 2%;
	margin: auto;
	color: #E9967A;
	font-size: 4vw;
	font-family: trebuchet MS;
	border: 1px solid none;
}

.p2 {
	padding: 2%;
	margin: auto;
	color: #000;
	font-size: 2vw;
	line-height: 2.5vw;
	font-family: arial, sans-serif;
	border: 1px solid none;
}



#actu {
	width: 95%;
	height: auto;
	margin: auto;
	margin-top: 1.6em;
	margin-bottom: 250px;
	border: 1px solid #fff;
	background-color: #fff;
	box-shadow: 10px 10px 15px lightgray;
	border-radius: 0px 0px 7px 7px;
}

.new {
	font-size: 3vw;
	font-family: robotoregular;
	font-weight: bold;
	line-height: 1vw;
	color: red;
	padding-top: 30px;
	padding-left: 30px;
}

#actu > a > img {
	width: 90%;
	padding: 2%;
	margin-top: 2%;
	border: 1px solid #fff;
}



#actu > p {
	padding-top: 20px;
	padding-left: 30px;
	font-family: robotomedium;
	font-size: 2.2vw;
	line-height: 0.1em;
	color: #717D7E;
}

#actu > h1 {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 4.5vw;
	font-size: 4vw;
	font-family: robotomedium;
	color: #E9967A;
}

#actu > h2 {
	padding-left: 30px;
	padding-right: 30px;
	line-height: 3.5vw;
	font-size: 3vw;
	font-family: arial, sans-serif;
	color: #2E4053;
}

#actu > a {
	padding: 30px;
	line-height: 3.8vw;
	font-size: 3vw;
	font-family: roboto_condensedregular;
	color: gray;
	text-decoration: underline;
}

#actu2 {
	width: 50%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	margin: auto; 
	color: #751D80;
	background-color: #FBDDFF;
	border-radius: 10px;
	font-size: 2.2vw;
}

#actu2:hover {
	background-color: #751D80;
	color: #FBDDFF;
}

#audio {
	width: 100%;
	height: auto;
	margin: auto; 
	box-shadow: 10px 10px 15px #979A9A;
}

.audio_txt {
	width: 100%;
	height: auto;
	margin: auto; 
	border: 1px solid #3498DB;
	background-color: #3498DB;
}

.audio_txt > h1 {
	height: 6vw;
	font-family: robotothin;
	font-size: 8vw;
	color: #fff;
	text-shadow: 1px 1px 26px #fff;
	text-align: center;
}

.audio_txt > h2 {
	width: 90%;
	margin: auto;
	margin-bottom: 50px;
	font-family: robotomedium;
	font-size: 4vw;
	line-height: 5vw;
	color: #fff;
	text-align: center;
}

.audio_date {
	border: 1px solid #fff;
	width: 80%;
	height: auto;
	margin: auto;
	margin-top: 5%;
	margin-bottom: 5%;
	font-size: 2em;
	line-height: 1.5em;
	padding: 2%;
	background-color: #fff;
	border-radius: 4px;
	color: #000;
	text-align: center;
}

.audio2 {
	width: 50%;
	margin: auto;
	border: 5px solid #fff;
	font-size: 5vw;
	padding: 0.4em;
	color: #fff;
	text-align: center;
	background-color: #3498DB;
	border-radius: 10px;
	margin-bottom: 50px;
}

.audio2:hover {
	background-color: #fff;
	color: #3498DB;
}

#event {
	width: 95%;
	height: auto;
	margin: auto;
	margin-top: 260px;
	background-color: #fff;
	box-shadow: 10px 10px 15px #979A9A;
	border-radius: 0px 0px 7px 7px;
}

.event_b {
	width: 100%;
	background-color: #fff;
}

.event_b > h2 {
	text-align: center;
	font-family: trebuchet MS;
	color: #34495E;
	font-size: 6vw;
	width: 90%;
	margin: auto;
	margin-top: 5%;
	padding: 1%;
}

.event_b > p {
	text-align: justify;
	font-family: arial, sans-serif;
	color: #000;
	font-size: 3.8vw;
	width: 90%;
	margin: auto;
	padding: 1%;
}

.event_b > img {
	width: 60%;
	margin: 5% 20% 5% 20%;
	box-shadow: 2px 2px 20px lightgray;
}

@media screen and (max-width: 1000px){
	.event_b > h2 {
		width: 88%;
	}
	
	.event_b > img {
		width: 90%;
		margin: 10% 5% 10% 5%;
	}
}

.h1 {
	height: 283px;
	line-height: 283px;
	vertical-align: middle;
	font-family: sf_burlington_script_bold-italic;
	font-size: calc(6em + 6vw);
	text-shadow: 1px 1px 5px #fff;
	text-align: center;
	color: #CD5C5C;
	background-image: url('images/fond4.jpg');
}

.h2 {
	height: 350px;
	line-height: 350px;
	vertical-align: middle;
	font-family: robotothin;
	text-shadow: 2px 2px 5px #fff;
	font-size: calc(3em + 4vw);
	text-align: center;
	background-image: url('images/event.jpg');
}

@media screen and (max-width: 1000px){
	#event2 {
		width: 96%;
	}
}


#PRESENTATION {
	width: 95%;
	height: auto; 
	margin: auto;
	margin-top: 4em;
	padding: auto;
}

#PRESENTATION > h1 {
	width: 90%;
	margin: auto;
	font-family: arial, sans-serif;
	font-size: 2.6em;
	text-align: center;
	color: #CD5C5C;
}

#PRESENTATION > p {
	width: 90%;
	margin: auto;
	margin-top: 2em;
	text-align: justify;
	font-size: 1.1em;
}

#PRESENTATION > h2 {
	margin: auto;
	width: 90%;
	margin-top: 2em;
	text-align: center;
	font-family: robotomedium;
	font-size: 1.6em;
	color: #566573;
}

.PRESENTATION_2 {
	width: 97%;
	height: 160px;
	margin: auto;
	margin-top: 2em;
	display: flex;
	flex-wrap: wrap;
}


.PRESENTATION_3 {
	width: 30%;
	height: 100%;
	margin: auto;
}

.PRESENTATION_3 > h1 {
	margin: 0;
	font-family: roboto_condensedregular;
	text-align: center;
	font-size: 1.8em;
	color: #CD5C5C;
}

.PRESENTATION_3 > p {
	margin: 0;
	margin-top: 1em;
	text-align: center;
	font-size: 1em;
}

@media screen and (max-width: 1000px) {
	#PRESENTATION > h1 {
		font-size: calc(2em + 3.3vw);
		text-align: center;
	}
	
	#PRESENTATION > h2 {
		font-size: 2.4em;
}
	
	#PRESENTATION > p {
	font-size: 2.6em;
	line-height: 1.2em;
}
	
	.PRESENTATION_2 {
		height: auto;
	}
	
	.PRESENTATION_3 {
		width: 94%;
		height: 230px;
	}
	
	.PRESENTATION_3 > h1 {
		font-size: 2.6em;
		
}
	
	.PRESENTATION_3 > p {
	font-size: 2em;
	
}
	
}

#SECTION_01 {
	width: 100%;
	max-width: 1300px;
	height: auto;
	max-height: 410px;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	background-image: url('images/activ.jpg');
	box-shadow: 20px 10px 20px #7B7D7D;
}

#SECTION_01 > p {
	text-align: justify;
	padding: 70px;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 3vw;
	text-shadow: 2px 2px 20px #000;
}

@media screen and (max-width: 1000px){
	#SECTION_01 > p {
		font-size: 4vw;
	}
}


/*--------------------------------ACTIVITES--*/


#LOGO_ACTU {
	width: 100%;
	height: 600px;
	margin: auto;
	margin-top: 130px;
	background: url('images/fond6.jpg') no-repeat center center;
	background-size: cover;
	font-family: helvetica;
	color: #fff;
	box-shadow: 20px 10px 20px #7B7D7D;
}

.wrapper {
	display: table;
	width: 100%;
	height: 100%;
}

.content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-shadow: 1px 1px 10px #000;
}

.content > h1 {
	padding-top: 0.1em;
	font-size: 4.5em;
}

.subtitle {
	font-size: 2.8em;
} 

#ACTIVITES {
	width: 95%;
	max-width: 1300px;
	height: auto;
	margin: auto;
	margin-top: 4em;
	border: 1px solid #D0D3D4;
	background-color: #fff;
	box-shadow: 10px 10px 15px #979A9A;
	border-radius: 0px 0px 7px 7px;
}

#ACTIVITES > h1 {
	margin: auto;
	width: 100%;
	max-width: 1200px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
	font-size: 4em;
	height: 4em;
	line-height: 4em;
	vertical-align: middle;
	background-image: url('images/activ.jpg');
	box-shadow: 1px 5px 15px #979A9A;
}

#ACTIVITES > p {
	padding: 30px;
	text-align: justify;
	font-size: 1.1em;
}

.ACTIVITE_01 {
	width: 80%;
	height: auto;
	margin: auto;
	margin-bottom: 60px;
	font-family: helvetica;
	color: #000;
}

.ACTIVITE_01 > h2 {
	font-size: 2.6em;
	font-family: robotomedium;
	text-align: center;
	color: #1A5276;
}

.ACTIVITE_01 > p {
	font-size: 1.6em;
	font-family: roboto_condensedregular;
	text-align: justify;
	color: #000;
}

.ACTIVITE_01 > img {
	width: 100%;
	padding: auto;
	margin: auto;
}

@media screen and (max-width: 1000px){
	#ACTIVITES > p {
	font-size: 2.6em;
}

	.ACTIVITE_01 {
	width: 95%;
}

	.ACTIVITE_01 > h2 {
	font-size: 3.2em;
}

.ACTIVITE_01 > p {
	font-size: 2.4em;
}

}

.hr2 {
	width: 90%;
	height: 50px;
	margin: auto;
	background-image: url('images/logo3.jpg');
}



#EVENT01 {
	width: 95%;
	max-width: 1200px;
	height: auto;
	margin: auto;
	margin-top: 4em;
	border: 1px solid #D0D3D4;
	background-color: #F4F6F7;
	box-shadow: 10px 10px 15px #979A9A;
	border-radius: 0px 0px 7px 7px;
}

#EVENT01 > h1 {
	margin: auto;
	width: 100%;
	max-width: 1200px;
	text-align: center;
	font-size: 4em;
	height: 4em;
	line-height: 4em;
	vertical-align: middle;
	background-image: url('images/event.jpg');
	box-shadow: 1px 5px 15px #979A9A;
}

#EVENT01 > p {
	padding-top: 1em;
	width: 95%;
	text-align: center;
	font-size: 2.8em;
	font-family: robotomedium;
	color: #626567;
	margin: auto;
}

#EVENT01 > h2 {
	width: 95%;
	text-align: center;
	font-size: 1.6em;
	margin: auto;
}

#EVENT01 > h2 > a > h3 {
	width: 100%;
	height: 2.8em;
	line-height: 2.8em;
	vertical-align: middle;
	margin: auto;
	margin-top: 26px;
	text-align: center;
	font-size: 1.8em;
	color: #7D6608;
	background: linear-gradient(to bottom right, #D8BB5D, white);
	border-radius: 7px;
	margin: auto;
}

.EVENT011 {
	width: 50%;
	height: auto;
	margin: auto;
	margin-bottom: 3em;
}

@media screen and (max-width: 1000px) {
	.EVENT011 {
	width: 95%;
	height: auto;
	margin: auto;
	margin-bottom: 3em;
}
	#EVENT01 > p {
	font-size: 3.2em;
}
	#EVENT01 > h2 {
	font-size: 1.8em;
}
}

#ALLO {
	width: 800px;
	height: 800px;
	margin: auto;
	background-image: url('images/association.jpg');
	box-shadow: 10px 10px 15px #979A9A;
}

#ALLO > p {
	text-align: center;
	font-size: 2.8em;
	font-family: arial;
	font-weight: bold;
	text-shadow: 1px 1px 15px #000;
	color: #fff;
	padding-top: 50px;
}

#ALLO2 > a > h2 {
	width: 50%;
	height: auto;
	line-height: auto;
	vertical-align: middle;
	margin: auto;
	margin-top: 50px;
	padding: 20px;
	font-size: 1.6em;
	font-family: arial;
	color: #fff;
	border: 1px solid #EE9F69;
	text-align: center;
	margin-bottom: 15px;
	background-color: #EE9F69;
	border-radius: 5px;
	box-shadow: 10px 10px 10px lightgrey;
}

#ALLO2 > a > h2:hover {
	width: 50%;
	height: auto;
	line-height: auto;
	vertical-align: middle;
	margin: auto;
	margin-top: 50px;
	padding: 20px;
	font-size: 1.6em;
	font-family: arial;
	color: #EE9F69;
	border: 1px solid #EE9F69;
	text-align: center;
	margin-bottom: 15px;
	background-color: #fff;
	border-radius: 5px;
	cursor: pointer;
}

@media screen and (max-width: 1000px) {
	#ALLO {
	width: 800px;
	height: 800px;
	margin: auto;
}
	#ALLO2 > a > h2 {
	width: 750px;
	height: auto;
	line-height: auto;
	vertical-align: middle;
	margin: auto;
	margin-top: 50px;
	padding: 20px;
	font-size: 2.6em;
	font-family: arial;
	color: #fff;
	border: 1px solid #EE9F69;
	text-align: center;
	margin-bottom: 15px;
	background-color: #EE9F69;
	border-radius: 5px;
}
	#ALLO2 > a > h2:hover {
	width: 750px;
	height: auto;
	line-height: auto;
	vertical-align: middle;
	margin: auto;
	margin-top: 50px;
	padding: 20px;
	font-size: 2.6em;
	font-family: arial;
	color: #EE9F69;
	border: 1px solid #EE9F69;
	text-align: center;
	margin-bottom: 15px;
	background-color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
}

#reseaux {
	width: 800px;
	height: 200px;
	margin: auto;
	margin-top: 120px;
	display: flex;
	justify-content: space-around;
	background-color: #fff;
	border: 2px solid lightgrey;
	border-radius: 5px;
}

#reseaux > h1 {
	font-size: 2.6em;
	font-family: arial, sans-serif;
	padding-top: 70px;
	width: 320px;
	margin: 0;
}

#reseaux > a {
	padding-top: 45px;
}

/*-------------------------------------------PAGE ACTIONS-*/
#ACTIONS_1 {
	width: 70%;
	height: 700px;
	margin: auto;
	background-image: url('images/fond_1.jpg');
}

/*-------------------------------------------PAGE ASSOCIATION-*/

#LOGO_ASS {
	width: 100%;
	height: 500px;
	margin: auto;
	margin-top: 130px;
	background: url('images/activ.jpg') no-repeat center center;
	background-size: cover;
	font-family: helvetica;
	color: #fff;
	box-shadow: 20px 10px 20px #7B7D7D;
}

.wrapper {
	display: table;
	width: 100%;
	height: 100%;
}

.content_ASS {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-shadow: 1px 1px 10px #000;
}

.content_ASS > h1 {
	font-size: 3.6em;
}

.subtitle {
	font-size: 2.8em;
}

#agenda {
	width: 100%;
	height: auto;
	margin: auto;
	padding-top: 10%;
	padding-bottom: 10%;
	margin-top: 120px;
	text-align: center;
	line-height: 14vw;
	background-image: url('images/kottel.jpg')}

.AG1 {
	font-family: arial black;
	font-size: 8vw;
	color: #fff;
	text-shadow: 2px 1px 10px #4169E1;
}

#mois {
	margin-top: 100px;
	font-size: 5vw;
	font-family: arial black;
	padding-left: 37px;
	color: #3FA2E5;
}

#actu {
	width: 95%;
	height: auto;
	margin: auto;
	margin-top: 1.6em;
	margin-bottom: 250px;
	border: 1px solid #fff;
	background-color: #fff;
	box-shadow: 10px 10px 15px lightgray;
	border-radius: 0px 0px 7px 7px;
}

#actu3{
	width: 80%;
	height: auto;
	margin: auto;
	border: 1px solid grey;
	display: flex;
	background-color: #fff;
}

.actu-photo {
	border: 1px solid red;
	width : 30%;
	height: 100px;
	margin: auto;
	border-radius: 2000px;
}

.actu-texte {
	border: 1px solid red;
	width : 70%;
	height: 100px;
	margin: auto;
}


#ASS01 {
	width: 90%;
	height: 100%; 
	margin: auto;
	padding: 3em;
	border: 1px solid green;
}




/*---PAGE-COURS----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/



#LOGO2 {
	width: 100%;
	height: 700px;
	margin: auto;
	margin-top: 130px;
	background: url('images/audio.jpeg') no-repeat top center;
	background-size: cover;
	font-family: helvetica;
	color: #fff;
	box-shadow: 20px 10px 20px #7B7D7D;
}

.wrapper2 {
	display: table;
	width: 100%;
	height: 100%;
}

.content2 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-shadow: 1px 1px 10px #000;
}

.content2 > h1 {
	padding-top: 1.9em;
	font-size: 5em;
	text-shadow: 1px 1px 20px #000;
}

.subtitle2 {
	width: 80%;
	height: auto;
	line-height: auto;
	vertical-align: middle;
	padding: 0.5em;
	margin: auto;
	font-size: 5vw;
	font-family: roboto_condensedregular;
	background-color: rgba(220,142,223,0.6);
	border: 2px solid #fff;
	border-radius: 3px;
}

marquee {
	width: 96%;
	padding: 0.5%;
	color: red;
	font-size: 0.9em;
	border-radius: 50px;
	border: 1px solid lightgray;
}


#COURS_01 {
	width: 95%;
	height: auto;
	margin: auto;
	margin-top: 3em;
	font-family: arial;
}

#COURS_01 > h1 {
	width: 100%;
	font-size: 7vw;
	text-shadow: 2px 2px 2px #000;
	text-align: center;
	margin: auto;
	color: #fff;
	font-family: robotothin;
}

#COURS_01 > p {
	width: 95%;
	font-size: 2vw;
	line-height: 2.6vw;
	text-align: justify;
	padding-top: 1vw;
	margin: auto;
}


#COURS01 {
	width: 100%;
	height: auto;
	margin: auto; 
	margin-top: 50px;
	margin-bottom: 100px;
	padding: auto; 
	border: 1px solid #fff;
	box-shadow: 5px 10px 10px lightgray;
	
}


#cours01a {
	width: 100%;
	height: auto;
	margin: auto;
}

#MODULE_COURS2 {
	width: 70%;
	max-width: 1000px;
	height: auto;
	border: 0.1px solid none;
	box-shadow: 20px 10px 20px #7B7D7D;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 200px;
}

.MC02 {
	width: 100%;
	height: 290px;
	margin: auto;
	border: 0.1px solid none;
	background-image: url('images/fond7.png');	
	padding-top: 160px;
}

.MC02 > h1 {
	width: 80%;
	height: auto;
	padding: 5%;
	margin: auto;
	text-align: center;
	border: 0.1px solid none;
	font-size: 3.2em;
	color: #B03A2E;
	font-weight: bold;
	background-color: rgba(249,249,249,0.6);
	
}

.MC03 {
	width: 100%;
	height: 400px;
	margin: auto;
	border: 0.1px solid #F2F3F4;
	background-color: #F2F3F4;
}

.MC03 > h4 {
	padding-left: 2.6%;
	font-size: 3vw;
	font-family: robotomedium;
	color: #7B9D99;
}

.MC03 > p {
	padding-left: 2.6%;
	font-size: 2.6vw;
}

@media screen and (max-width: 1000px){
#MODULE_COURS2 {
	width: 90%;
	height: auto;	
}

}

#MODULE_COURS {
	width: 96%;
	height: auto;
	border: 1px solid none;
	background-color: #fff;
	margin: auto;
	margin-bottom: 200px;
	padding-bottom: 50px;
}

.MC01 {
	width: 96%;
	height: auto;
	margin: auto;
}

.MC01 > h1 {
	padding-left: 20px;
	font-family: arial, sans-serif;
	font-size: 4vw;
	line-height: 1vw;
	color: #BF88C6;
	text-shadow: 1px 1px 2px #795A7D;
}

.MC01 > h2 {
	padding-left: 20px;
	margin: 10px 0 5px 10px;
	font-family: arial, sans-serif;
	font-size: 2.6vw;
	line-height: 1.6em;
}

.MC01 > h4 {
	width: 90%;
	text-align: center;
	padding-left: 20px;
	margin: 2.5% 5% 2.5% 4%;
	font-family: arial, sans-serif;
	font-size: 3vw;
	line-height: 1.4em;
	color: #fff;
	background-color: #BF88C6;
	border: 1px solid lightgrey;
	border-radius: 5px;
}

.MC01 > h5 {
	padding-left: 20px;
	margin: 10px;
	font-family: arial, sans-serif;
	font-size: 5vw;
	font-weight: bold;
	line-height: 1.2em;
	color: #21618C;
	text-align: center;
}

figure {
	width: 100%;
	height: 50px;
	margin: 0;
}

audio{
	width: 100%;
	margin: auto;
	margin-top: 7px;
	outline: none;
	background-color:#F0F3F4;
}

.cours_img {
	width: 100%;
	height: 500px;
	margin: auto;
	background: url('images/fond3.jpg') no-repeat center center;
	background-size: cover;
}

.cours_img > h3 {
	font-family: robotothin;
	font-size: 5vw;
	text-align: center;
	color: #fff;
	height: 200px;
	line-height: 200px;
	vertical-align: middle;
	box-shadow: 2px 5px 5px lightgray;
	text-shadow: 1px 1px 5px lightgray
}

.ecouter {
	width: 350px;
	height: 70px;
	line-height: 70px;
	vertical-align: middle;
	margin: auto;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 5px;
	font-family: robotomedium;
	font-size: 1.6em;
	background-color: rgba(27, 79, 114,0.0);
	margin-top: -200px;
	color: #fff;
}

.cours_texte {
	width: 99.6%;
	height: 470px;
	margin: auto;
	background-color: #F0F3F4;
	box-shadow: 2px 2px 10px #000;
}

.auteur {
	width: 100%;
	height: 1em;
	margin: auto;
	padding-left: 10px;
	font-family: robotoregular;
	font-size: calc(1.2em + 1.2vw);
	color: #000;
}

.date {
	width: 100%;
	height: 1em;
	margin: auto;
	padding: 10px;
	font-family: Bahnschrift;
	font-size: calc(0.6em + 1vw);
	line-height: 1.4em;
	color: #626567;
}

.dedicace1 {
	width: 95%;
	margin: auto;
	padding-top: 30px;
	text-align: center;
	font-size: calc(1.6em + 1vw);
	margin-top: 10px;
	color: #424949;
}

.dedicace2 {
	width: 100%;
	margin: auto;
	text-align: center;
	font-family: robotomedium;
	font-size: calc(2em + 2vw);
	margin-top: 10px;
	color: #78281F;
}

/*---PAGE_MENTIONS LEGALES-------------------------------------------------------------------------------------------------------------------------------------------------------*/

#LOGO_ML {
	width: 100%;
	height: 500px;
	margin: auto;
	margin-top: 130px;
	background: url('images/fond5.jpg') no-repeat center center;
	background-size: cover;
	font-family: helvetica;
	color: #fff;
	box-shadow: 20px 10px 20px #7B7D7D;
}

.wrapper {
	display: table;
	width: 100%;
	height: 100%;
}

.content_ML {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-shadow: 1px 1px 10px #000;
}

.content_ML > h1 {
	font-size: 3.6em;
}

.subtitle {
	font-size: 2.8em;
}

#ML01 {
	width: 90%;
	height: auto;
	margin: auto;
	margin-top: 100px;
}

#ML01 > h1 {
	font-family: trebuchet MS;
	font-size: 5.5vw;
	color: #3498DB;
}

#ML01 > p {
	font-family: arial, sans-serif;
	font-size: 3.8vw;
	line-height: 4.4vw;
	color: #5F6A6A;
}

/*-------COURS2-------*/

#page_cours {
	width: 100%;
	max-width: 1300px;
	height: auto;
	margin: auto;
	background: linear-gradient(to bottom right, #9AD5F7,#EAE1EB );
}

#CO_01 {
	width: 100%;
	height:auto;
	margin: auto;
}

#CO_01 > h1 {
	font-family: robotothin;
	font-size: 4vw;
	text-align: center;
	color: #fff;
	padding: 50px;
	margin-top: 130px;
	text-shadow: 1px 1px 30px #5097DB;
}

#leilou {
	width: 60%;
	height: auto;
	margin: auto;
	margin-bottom: 150px;
	border-radius: 5px;
	border: 1px solid none;
}

.bougie {
	width: 100%;
	height: 600px;
	margin: auto;
	background: url('images/leilou.jpg') no-repeat center center;
	background-size: cover;
	border-radius: 10px;
	border: 1px solid none;
}

.bougie > p {
	width: 60%;
	padding: 7% 20% 1% 20%;
	color: #fff;
	font-size: 18px;
	font-family: robotomedium;
	text-align: center;
	border: 1px solid none;
}

.bougie > h1 {
	width: 90%;
	padding: 5%;
	color: #fff;
	font-size: 20px;
	font-family: robotomedium;
	text-align: center;
	border: 1px solid none;
}

@media screen and (max-width: 600px){
	#leilou {
	width: 94%;
	height: auto;
	margin: auto;
	border-radius: 5px;
}
}

#CO_02 {
	width: 100%;
	height:auto;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.CO_RUBRIQUE{
	width: 80%;
	max-width: 900px;
	height: auto;
	margin: 4.2%;
	border: 1px solid none;
	border-radius: 7px;
	background-color: #fff;
	display: flex;
}

.CO_RUBRIQUE > img {
	width: 40%;
	max-height: 230px;
	border-radius: 10px 10px 500px 10px;
}

.CO_RUBRIQUE_TEXT {
	width: 60%;
	border: 1px solid none;
}

.CO_RUBRIQUE_TEXT > h1 {
	text-align: center;
	font-family: robotomedium;
	font-size: 2.6vw;
}

.CO_RUBRIQUE_TEXT > p {
	width: 90%;
	margin: auto;
	text-align: justify;
	font-family: arial;
	font-size: 1.6vw;
}

.CO_LIEN {
	width: 50%;
	height: auto;
	border: 1px solid none;
	margin: auto;
	margin-top: 3%;
	margin-bottom: 3%;
	padding: 1%;
	text-align: center;
	background-color: #5097DB;
	color: #fff;
	border-radius: 3px;
	font-size: 1.6vw;
}

@media screen and (max-width: 1000px){
	#CO_01 > h1 {
		font-size: 8vw;
}
	
	.CO_RUBRIQUE{
		width: 100%;
}

	.CO_RUBRIQUE_TEXT > h1 {
		font-size: 4vw;
}

	.CO_RUBRIQUE_TEXT > p {
		font-size: 2.9vw;
}

	.CO_LIEN {
		font-size: 2.9vw;
}

}


/*-------CHALOM BAIT-------*/

#LOGO3 {
	width: 100%;
	max-width: 1299px;
	height: 900px;
	line-height: 180px;
	margin: auto;
	margin-top: 130px;
	background: url('images/Chalom.jpg') no-repeat top center;
	background-size: cover;
	font-family: helvetica;
	color: #fff;
}

.wrapper3 {
	display: table;
	width: 100%;
	height: 100%;
}

.content3 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-shadow: 1px 1px 10px #000;
}

.content3 > h1 {
	font-size: 5em;
	height: 500px;
}

#CB01 {
	width: 90%;
	max-width: 1299px;
	height: auto;
	border: 1px solid none;
	margin: auto;
	margin-top: 70px;
	margin-bottom: 70px;
}

#CB01 > h1 {
	font-family: robotothin;
	font-size: 4vw;
	text-align: center;
	color: #5097DB;
	text-shadow: 1px 1px 2px #5097DB;
}

#CB01 > p {
	font-family: arial;
	font-size: 1.9vw;
	line-height: 2.6vw;
	text-align: justify;
}

@media screen and (max-width: 1000px){
	#CB01 > h1 {
		font-size: 8vw;
	}
	
	#CB01 > p {
		font-size: 4.5vw;
		line-height: 6.2vw;
	}
}

#CB02 {
	width: 50%;
	max-width: 770px;
	height: auto;
	border: 1px solid none;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 260px;
	box-shadow: 3px 3px 10px grey;
	padding: 5%;
	padding-bottom: 10%;
	border-radius: 20px;
}

.CB02_IMG {
	width: 100%;
	height: 260px;
	margin: auto;
	background-image: url('images/fond8.jpg');
} 

.CB02_IMG > h1 {
	text-align: center;
	font-family: roboto_condensedregular;
	color: #CD5C5C;
	padding: 150px;
	font-size: 4.3vw;
}

.CB02_TXT {
	width: 100%;
	height: auto;
	margin: auto;
} 

.CB02_TXT > h1 {
	text-align: center;
	font-family: open sans;
	font-size: 3vw;
} 

.CB02_TXT > p {
	text-align: center;
	font-family: arial;
	font-size: 1.6vw;
	line-height: 2.2vw;
} 

@media screen and (max-width: 1000px){
	#CB02 {
		width: 80%;
	}
	
	.CB02_IMG > h1 {
	
	font-size: 6vw;
}
	
	.CB02_TXT > h1 {
	font-size: 5vw;
} 

.CB02_TXT > p {
	text-align: center;
	font-family: arial;
	font-size: 3vw;
	line-height: 3.8vw;
}
	
}

/*-------EDUCATION-------*/

#LOGO_ED {
	width: 100%;
	max-width: 1299px;
	height: 900px;
	line-height: 180px;
	margin: auto;
	margin-top: 130px;
	background: url('images/Education.jpg') no-repeat top center;
	background-size: cover;
	font-family: helvetica;
	color: #fff;
}

.wrapper_ED {
	display: table;
	width: 100%;
	height: 100%;
}

.content_ED {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-shadow: 1px 1px 10px #000;
}

.content_ED > h1 {
	font-size: 5em;
	height: 500px;
}

#ED01 {
	width: 90%;
	max-width: 1299px;
	height: auto;
	border: 1px solid none;
	margin: auto;
	margin-top: 70px;
	margin-bottom: 70px;
}

#ED01 > h1 {
	font-family: robotothin;
	font-size: 4vw;
	text-align: center;
	color: #5097DB;
	text-shadow: 1px 1px 2px #5097DB;
}

#ED01 > p {
	font-family: arial;
	font-size: 1.9vw;
	line-height: 2.6vw;
	text-align: justify;
}

@media screen and (max-width: 1000px){
	#ED01 > h1 {
		font-size: 8vw;
	}
	
	#ED01 > p {
		font-size: 4.5vw;
		line-height: 6.2vw;
	}
}

#ED02 {
	width: 50%;
	max-width: 770px;
	height: auto;
	border: 1px solid none;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 260px;
	box-shadow: 3px 3px 10px grey;
	padding: 5%;
	padding-bottom: 10%;
	border-radius: 20px;
}

.ED02_IMG {
	width: 100%;
	height: 260px;
	margin: auto;
	background-image: url('images/fond8.jpg');
} 

.ED02_IMG > h1 {
	text-align: center;
	font-family: roboto_condensedregular;
	color: #CD5C5C;
	padding: 150px;
	font-size: 4.3vw;
}

.ED02_TXT {
	width: 100%;
	height: auto;
	margin: auto;
} 

.ED02_TXT > h1 {
	text-align: center;
	font-family: robotomedium;
	font-size: 3vw;
} 

.ED02_TXT > p {
	text-align: center;
	font-family: arial;
	font-size: 1.6vw;
	line-height: 2.2vw;
} 

@media screen and (max-width: 1000px){
	#CED2 {
		width: 80%;
	}
	
	.ED02_IMG > h1 {
	
	font-size: 6vw;
}
	
	.ED02_TXT > h1 {
	font-size: 5vw;
} 

.ED02_TXT > p {
	text-align: center;
	font-family: arial;
	font-size: 3vw;
	line-height: 3.8vw;
}
	
}


/*-------TSNIOUT-------*/

#LOGO_TS {
	width: 100%;
	max-width: 1299px;
	height: 900px;
	line-height: 180px;
	margin: auto;
	margin-top: 130px;
	background: url('images/ts.png') no-repeat top center;
	background-size: cover;
	font-family: helvetica;
	color: #fff;
}

.wrapper_TS {
	display: table;
	width: 100%;
	height: 100%;
}

.content_TS {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-shadow: 1px 1px 10px #000;
}

.content_TS > h1 {
	font-size: 5em;
	height: 500px;
}

#TS01 {
	width: 90%;
	max-width: 1299px;
	height: auto;
	border: 1px solid none;
	margin: auto;
	margin-top: 70px;
	margin-bottom: 70px;
}

#TS01 > h1 {
	font-family: robotothin;
	font-size: 4vw;
	text-align: center;
	color: #5097DB;
	text-shadow: 1px 1px 2px #5097DB;
}

#TS01 > p {
	font-family: arial;
	font-size: 1.9vw;
	line-height: 2.6vw;
	text-align: justify;
}

@media screen and (max-width: 1000px){
	#TS01 > h1 {
		font-size: 8vw;
	}
	
	#TS01 > p {
		font-size: 4.5vw;
		line-height: 6.2vw;
	}
}

#TS02 {
	width: 50%;
	max-width: 770px;
	height: auto;
	border: 1px solid none;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 260px;
	box-shadow: 3px 3px 10px grey;
	padding: 5%;
	padding-bottom: 10%;
	border-radius: 20px;
}

.TS02_IMG {
	width: 100%;
	height: 260px;
	margin: auto;
	background-image: url('images/fond8.jpg');
} 

.TS02_IMG > h1 {
	text-align: center;
	font-family: roboto_condensedregular;
	color: #CD5C5C;
	padding: 150px;
	font-size: 4.3vw;
}

.TS02_TXT {
	width: 100%;
	height: auto;
	margin: auto;
} 

.TS02_TXT > h1 {
	text-align: center;
	font-family: robotomedium;
	font-size: 3vw;
} 

.TS02_TXT > p {
	text-align: center;
	font-family: arial;
	font-size: 1.6vw;
	line-height: 2.2vw;
} 

@media screen and (max-width: 1000px){
	#TS02 {
		width: 80%;
	}
	
	.TS02_IMG > h1 {
	
	font-size: 6vw;
}
	
	.TS02_TXT > h1 {
	font-size: 5vw;
} 

.TS02_TXT > p {
	text-align: center;
	font-family: arial;
	font-size: 3vw;
	line-height: 3.8vw;
}
	
}


#CH {
	width: 90%;
	max-width: 1000px;
	height: 200px;
	margin: auto;
	border: 1px solid none;
	background-color: #fff;
	box-shadow: 15px 15px 10px lightgray;
	display: flex;
	border-radius: 10px;
}

.CH1 {
	width: 30%;
	height: auto;
	margin: 0;
	border: 1px solid none;
	background-image: url('images/chabbat.jpg');
	background-size: cover;
	border-radius: 10px 150px 150px 10px;
}

.CH2 {
	width: 35%;
	height: auto;
	margin-left: 20px;
	font-family: robotomedium;
}

.CH3 {
	width: 35%;
	height: auto;
	margin-left: 20px;
	font-family: robotomedium;
}

#slider {
	margin: auto;
	width: auto;
	height: 1500px;
	background-image: url('images/diapo1.jpg');
	background-repeat: no-repeat;
	background-position: center;
	
	webkit-animation-name: diapo2;
	webkit-animation-duration: 35s;
	webkit-animation-timing-function: ease-in-out;
	webkit-animation-iteration-count: infinite;
	webkit-animation-direction: normal;
	
	moz-animation-name: diapo2;
	moz-animation-duration: 35s;
	moz-animation-timing-function: ease-in-out;
	moz-animation-iteration-count: infinite;
	moz-animation-direction: normal;
	
	animation-name: diapo2;
	animation-duration: 35s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: normal;
	
}

@-webkit-keyframes diapo2 {
	0%{background-image: url('images/event12.jpg');}
	25%{background-image: url('images/event14.jpg');}
	50%{background-image: url('images/event12.jpg')}
	75%{background-image: url('images/event9.jpg')}
}

@-moz-keyframes diapo2 {
	0%{background-image: url('images/event12.jpg');}
	25%{background-image: url('images/event14.jpg');}
	50%{background-image: url('images/event12.jpg')}
	75%{background-image: url('images/event9.jpg')}
}

@keyframes diapo2 {
	0%{background-image: url('images/event12.jpg');}
	25%{background-image: url('images/event14.jpg');}
	50%{background-image: url('images/event12.jpg')}
	75%{background-image: url('images/event9.jpg')}
}