/*CSS index*/

/*---------- POLICE --*/
@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;

}

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

/* Styles par défaut pour les petits écrans */
body {
    font-size: 1.29em;
	font-family: arial, sans-serif;
}

/* Tablettes */
@media (min-width: 600px) {
    body {
        font-size: 1.29em;
		font-family: arial, sans-serif;
    }		
}

/* Ordinateurs de bureau */
@media (min-width: 1024px){
	body {
		font-size: 1.4em;
		font-family: arial, sans-serif;
	}
}

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

.image_header {
	width: 110px;
	height: auto;
	margin: auto;
	margin-top: 15px;
	border: 1px solid none;
}

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

@media screen and (max-width: 600px){
	header {
		height: 100px;
		position: relative;/*-ou static-*/
	}
	
	.image_header {
		width: 80px;
		height: auto;
		margin: auto;
		padding-top: 10px;
		border: 1px solid none;
}
	
}

/*-------------------------MENU-------------------------*/

.menu {
	position: relative;
	top: 10px; left: 20px;
	cursor: pointer;
	width: 50%;
	border: 2px solid none;
}

@media screen and (max-width: 600px) {
	.menu {
	width: 30%;
	position: static;
	border-radius: 50%;
	padding: 6%;
}
}

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

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

.submenu li:hover a{/*--TAILLE DU TEXTE HOVER--*/
	color: #000;
	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;
}



/*-----------------------------INDEX-----------------------------*/
#bloc_page{
	width: 100%;
	margin: auto;
	width: auto;
	height: auto;
	background-color: #fff;
}

#PAGE_INDEX {
	width: 100%;
	height: auto;
	margin: 140px 0% 0% 0%;
}

@media screen and (max-width: 600px){
	#PAGE_INDEX {
	margin: 5px 0% 0% 0%;
}	
}

.bandeau_index {
	width: 100%;
	margin-top: 140px;
}

@media screen and (max-width: 600px){
	.bandeau_index {
		margin-top: -5px;
}
}


hr {
	width: 60%;
	margin: auto;
	margin-top: 7%;
	margin-bottom: 7%;
}

.ID01 {
	width: 98%;
	max-width: 1200px;
	height: auto;
	margin: auto;
	border: 1px solid #fff;
	text-align: center;
}

.ID01 > h1 {
	width: 96%;
	padding: 2%;
}

.Titre {
	color: #873600;
	font-family: robotothin;
	font-size: 100%;
}

@media screen and (max-width: 600px){
	.Titre {
		font-size: 80%;
		font-family: robotoregular;
}
}

/*----CHABBAT----*/
#CHABBAT {
	width: 96%;
	max-width: 1400px;
	height: auto;
	margin: auto;
	border: 1px solid none;
	display: flex;
	border-radius: 10px;
	background-color: #efb2cc;
}

.Chabbat1 {
	width: 25%;
	height: 220px;
	border: 0px solid none;
}

.Chabbat1 > img {
	border-radius: 10px 0 0 10px;
}

.Chabbat {
	width: 25%;
	height: 200px;
	border: 1px solid #efb2cc;
	padding-left: 2%;
	color: #fff;
	font-size: 80%;
	border-radius: 10px;
	text-shadow: 1px 1px 3px #000;
}

.chabbat > p {
	color: red;
}

@media screen and (max-width: 600px){
	#CHABBAT {
	width: 95%;
	
	display: flex;
	flex-wrap: wrap;
	border-radius: 10px;
	
}
	.Chabbat1 {
	width: 100%;
	height: 220px;
}
	.Chabbat1 > img {
	border-radius: 10px 10px 0 0;
}
	.Chabbat {
	width: 100%;
	height: 130px;
	border: 1px solid #efb2cc;
	padding-left: 3%;
	padding-bottom: 4%;
	color: #fff;
	font-size: 80%;
	border-radius: 10px;
}
}

/*----CHABBAT----*/

.Cours_Chabbat{/*---COURS---*/
	width: 96%;
	height: auto;
	margin: auto;
	margin-top: 2.5%;
	max-width: 1400px;
	text-align: center;
	border: 1px solid none;
	background-image: url('images/cours7.jpg');
	background-size: cover;
	border-radius: 10px;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
}

.Audio {
	border: 3px solid #fff;
	width: 50%;
	margin: auto;
	padding: 2%;
	border-radius: 50px;
	background-color: #2585ED;
	color: #fff;
	text-shadow: none;
	font-size: 85%;
	font-family:  arial, sans-serif;
}

.Audio:hover {
	background-color: #fff;
	border: 3px solid #2585ED;
	color: #2585ED;
}

figure {
	width: 80%;
	margin: auto;
	height: 100px;
	
	margin-top: 7px;
	margin-bottom: 7px;
}

audio{
	width: 100%;
	margin: auto;
	
	outline: none;
}

.EVENEMENT {
	width: 98%;
	height: auto; 
	margin: auto;
	border: 1px solid none;
	text-align: center;
}

.EVENEMENT > h1 {
	font-family: trebuchet ms;
	font-size: 1.8em;
	color: #6e2c00;
}

.EVENEMENT > p {
	width: 90%;
	max-width: 1400px;
	margin: auto;
	font-family: robotomedium;
	color: #000;
	text-align: justify;
	font-size: 96%;
	color: #616a6b;
}

.bandeau {
	width: 100%;
	height: 170px;
	margin: auto;
	background-image: url('images/fond9.jpg');
	text-align: center;
	line-height: 170px;
	vertical-align: middle;
	color: #fff;
	font-family: robotothin;
	font-size: 120%;
	text-shadow: 1px 1px 2px #000;
	border-radius: 10px;
}

marquee {
	width: 77%;
	padding: 1%;
	color: red;
	font-size: 0.9em;
	border-radius: 7px;
	border: 1px solid lightgray;
	background-color: #fff;
	text-shadow: none;
}

.Inscription{
	width: 86%;
	margin: auto;
	border: 1px solid #6e2c00;
	padding: 2%;
	font-size: 90%;
	background-color: #6e2c00;
	color: #fff;
	margin-top: 2%;
	margin-bottom: 2%;
	border-radius: 5px;
	line-height: center;
}

.Inscription:hover {
	background-color: #fff;
	color: #6e2c00;
	border: 1px solid #6e2c00;
}

@media screen and (max-width: 600px){	
	.Inscription {
	width: 87%;
	margin: auto;
	border: 1px solid #6e2c00;
	padding: 3%;
	font-size: 90%;
	background-color: #6e2c00;
	color: #fff;
	margin-bottom: 2%;
}
	.EVENEMENT > h1 {
	font-size: 160%;
}
	.EVENEMENT > p {
	font-size: 90%;
}
}


.ID02 {
	width: 99%;
	max-width: 1200px;
	height: auto;
	margin: auto;
	border: 1px solid #fff;
	text-align: center;
	background-color: #ffe4e1;
	padding-bottom: 5%;
}

.ID02 > p {
	width: 80%;
	margin: auto;
	font-size: 85%;
	font-family: robotoregular;
	text-align: justify;
	line-height: 140%;
	padding: 0% 3% 0% 3%;
}

.Actu {
	color: #873600;
	width: 98%;
	font-family: robotothin;
	font-size: 100%;
}

.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;
}

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

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

.site {
	width: 50%;
	margin: auto;
	font-size: 85%;
	font-family: trebuchet ms;
}

#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;
}

.Actu {
	font-family: robotoregular;
}

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

#PAGE_BABA_SALE {
	width: 100%;
	height: auto;
	margin: 140px 0% 0% 0%;
}

@media screen and (max-width: 600px){
	#PAGE_BABA_SALE {
	margin: 5px 0% 0% 0%;
}	

}

#campagne {
	width: 96%;
	max-width: 600px;
	height: auto;
	margin: auto;
	border: 1px solid none;
}

#campagne > p {
	text-align: justify;
}

#BOUGIES {
	width: 96%;
	height: auto;
	margin: auto;
	border: 1px solid none;
}
 #Cadre {
	width:60%;
	height: auto;
	margin: auto;
	padding-top: 2%;
	padding-bottom: 2%;
	display: flex;
	border: 2px solid lightgray;
	background-image: url("images/bougie3.png");
	background-repeat: no-repeat;
 }
 
 @media screen and (max-width: 900px){
	#Cadre {
	width:96%;
	height: 360px;
 }
}

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

.texte_bougie1 {
	width: 90%;
	height: 230px; 
	border: 1px solid none;
	padding-left: 5%;
}

.texte_bougie1 > p {
	width: 90%;
	height: 40px;
	line-height: 60px;
	text-align: center;
	vertical-align: bottom;
	margin: auto;
	font-size: 1em;
	border: 1px solid none;
	padding-bottom: 2%;
	padding-left: 5%;
}

.texte_bougie1 > h1 {
	width: 90%;
	height: auto;
	line-height: auto;
	vertical-align: bottom;
	text-align: center;
	margin: auto;
	font-size: 1.4em;
	font-family: robotothin;
	padding-left: 5%;
}

.texte_acquereur1 {
	width: 90%;
	height: 90px;
	margin: auto;
	border: 1px sold none;
}



.texte_acquereur1 > p{
	width: 90%;
	height: auto;
	text-align: center;
	line-height: 1.29em;
	margin: auto;
	font-size: 0.9em;
	font-family: arial;
	border: 1px solid none;
	padding-top: 2%;
	padding-left: 5%;
}

#sfcdm88pe9y49dbpd1qeug36e46l4yxa4gj {
	width: auto;
	height: auto;
	border: 1px solid none;
	margin-top: 15%
}


/*----------------------PAGE PROTEGEE-----------------------------*/
#bloc_page_protegee {
	width : auto;
	height: auto;
	margin: auto; 
	margin-top : 240px;
	background-color: #fff;
}

.container {
    width: 300px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-group {
    margin-bottom: 10px;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type="text"],
input[type="password"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

button {
    width: 100%;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.error {
    color: red;
}