/*CSS index*/

/*---------- POLICE --*/

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.albert-sans-<uniquifier> {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.montserrat-alternates-thin {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.montserrat-alternates-extralight {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.montserrat-alternates-light {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.montserrat-alternates-regular {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.montserrat-alternates-medium {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.montserrat-alternates-semibold {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.montserrat-alternates-bold {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.montserrat-alternates-extrabold {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.montserrat-alternates-black {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.montserrat-alternates-thin-italic {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.montserrat-alternates-extralight-italic {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.montserrat-alternates-light-italic {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.montserrat-alternates-regular-italic {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.montserrat-alternates-medium-italic {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.montserrat-alternates-semibold-italic {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.montserrat-alternates-bold-italic {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.montserrat-alternates-extrabold-italic {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.montserrat-alternates-black-italic {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 900;
  font-style: italic;
}


@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.29em;
		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: 320px;
	height: auto;
	margin: auto;
	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: 200px;
		height: auto;
		margin: auto;
		padding-top: 10px;
		border: 1px solid none;
}
	
}

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

.menu {
	position: relative;
	top: 10px; left: 20px;
	cursor: pointer;
	width: 50%;
	border: 1px 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: 10%;
	margin-bottom: 10%;
}

.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: #1A7DC2;
	font-family: robotothin;font-family: "Montserrat Alternates", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 2.6rem;
}

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

/*---- SCROLL COTENAIR----*/
.gallery-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    border: 1px solid none;
}

.gallery {
    display: inline-block;
    animation: scroll-gallery 60s linear infinite; /* Modifiez 20s pour la vitesse */
}

.gallery:hover {
    animation-play-state: paused; /* Met l'animation en pause au survol de la souris */
}

.gallery img {
    width: 300px;
    height: auto;
    margin-right: 20px;
    border-radius: 8px;
    display: inline-block;
}

@keyframes scroll-gallery {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

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

.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 #205D87;
	padding-left: 2%;
	color: #fff;
	font-size: 80%;
	border-radius: 10px;
}

@media screen and (max-width: 600px){
	#CHABBAT {
	width: 94%;
	
	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 #205D87;
	padding-left: 3%;
	padding-bottom: 4%;
	color: #fff;
	font-size: 80%;
	border-radius: 10px;
}
}

.Sidra {
	color: #000;
	width: 90%;
	margin: auto;
	font-family: arial, sans-serif;
	padding-top: 2%;
	font-size: 20px;
	text-align: center;
	border: 1px solid none;
}

.Sidra2 {
	color: #000;
	width: 60%;
	margin: auto;
	margin-top: 2%;
	font-family: robotoregular;
	padding: 2%;
	font-size: 20px;
	text-align: center;
	border: 1px solid none;
}

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


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

.ID02 > h2 {
	width: 95%;
	margin: auto;
	padding-bottom: 5%;
	color: #205D87;
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.2rem;
}

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

.ID02 > img {
	border-radius: 5px;
}

.Actu {
	color: #205D87;
	width: 98%;
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 2.6rem;
}

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

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

@media screen and (max-width: 600px){
	.ID02 > h2 {
		font-size: 1.9rem;
	}
	
	.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 #1A7DC2;
	padding: 3%;
	font-size: 90%;
	background-color: #1A7DC2;
	color: #fff;
	margin-bottom: 2%;
}
}

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

/*-----------------------FOOTER-----------------------*/

footer{
	width: auto;
	height: auto;
	margin: auto;
	background-color: #205D87;
	padding-top: 7%;
	padding-bottom: 7%;
	font-family: Albert sans;
}

footer > h3 {
	color: #fff;
	text-align: center;
	font-size: 90%;
}

footer > p {
	color: #fff;
	text-align: center;
	font-size: 85%;	
	line-height: 0.7rem;
	text-decoration: none;
}

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

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

@media screen and (max-width: 600px){
	footer {
		padding-top: 10%;
		padding-bottom: 50px;
	}
}

/*--------------PAGE OHEL------------*/
#page_ohel {
	width: 98%;
	height: auto;
	margin: auto;
	border: 1px solid #fff;
	margin-top: 160px;
}

#page_ohel > h1 {
	padding: 5%;
	color: #205D87;
	font-family: trebuchet ms;
	font-size: 3rem;
	text-align: center;
	border: 1px solid #205D87;
}

@media screen and (max-width: 600px){
	#page_ohel {
		margin-top: 50px;
	}
}


.img {
	width: 90%;
	height: 800px;
	margin: auto;
	background: url("images/ohel3.jpg") no-repeat top center;
	background-size: cover;
	border-radius: 5px;
	border: 1px solid none;
	text-align: center;
}

.img > a {
	color: #fff;	
	position: relative;
	top: 390px;
	text-shadow: 1px 1px 2px gray;
	font-size: 1.4rem;
	font-family: robotoregular;
	border: 2px solid #fff;
	padding: 20px;
	border-radius: 7px;
	background-color: rgba(248,249,249,0.3);
}

.img > a:hover {
	transition-property: bakground-color,color,font-size;
	transition-duration: 600ms;
	background-color: rgba(249,249,249,0.7);
	color: #2E86C1;
}

#PAGE_OHEL {
	width: 100%;
	height: auto; 
	margin-bottom: 100px;
	border: 1px solid none;
}

#PAGE_OHEL > p {
	margin: auto; 
	width: 90%;
	height: auto;
	padding-top: 50px;
	text-align: justify;
	font-family: arial, sans-serif;
	color: #1A5276;
	font-size: 1.1rem;
	line-height: 1.8em;
}





#ohel {
	width: 98%;
	height: auto;
	margin: auto;
	margin-top: 180px;
	border: 1px solid none;
}



/*----------------------FORMULAIRE OHEL----------------------*/

#DEMANDE {
	width: 90%;
	height: auto;
	margin: auto;
	font-family: robotomedium;
	font-size: 1.6rem;
	color: #3E5975;
	text-align: center;
}

.formulaire_ohel {
	width: 77%;
	height: auto;
	margin: auto;
}

input{
	width: 97%;
	height: 50px;
	font-family: robotoregular;
	font-size: 1em;
	margin: auto;
	padding-left: 15px;
	border-radius: 3px;
	border: 1px solid lightgray;
	box-shadow: 1px 1px 7px lightgray;
}

input:hover{
	background-color: #FFE6FB;
}

textarea{
	width: 97%;
	height: 150px;
	font-size: 1em;
	font-family: robotoregular;
	padding-left: 15px;
	padding-top: 5px;
	border-radius: 3px;
	border: 1px solid lightgray;
	box-shadow: 1px 1px 7px lightgray;
}

textarea:hover {
	background-color: #FFE6FB;
}

button {
	border: 1px solid #fff;
	width: 40%;
	height: 60px;
	font-size: 1.2rem;
	font-family: arial, sans-serif;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	background-color:  #1A7DC2;
}

button:hover {
	background-color: #fff;
	border: 1px solid #3E5975;
	color: #3E5975;
	cursor: pointer;
}


.bandeau_allodons {
	width: 98%;
	height: auto;
	margin: auto;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 1.29rem;
	color: #fff;
	background-color: #3E5975;
	border-radius: 5px;
	padding-top: 1%;
	padding-bottom: 1%;
}

.bandeau_allodons:hover {
	background-color: #E5E8E8;
	color: #3E5975;
}