	/* #################### Eléments principaux de la page #################### */
@font-face
{
    font-family: 'CELTG___';
    src: url('polices/CELTG___.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'LibreBaskerville-Regular';
    src: url('polices/LibreBaskerville-Regular.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
}



body
{
	font-family: 'LibreBaskerville-Regular', serif;
	color: rgb(20,20,20);
	background-size: cover;
	background-image:url(images/background.jpg);
	font-size: 20px;
	/*background-color: rgb(200,200,200);
	background: radial-gradient(rgb(250,0,15), rgb(100,1,20));*/
	width: 100%;
}
			@media all and (max-width: 900px)
			{
				body
				{
					width: auto;
				}
			}


#bloc_page 
{
	width: 100%; /*taille*/
	margin: 0;
}



header
{
	margin-bottom: 20px;
}

h1, header h2
{
	color: rgb(90,40,00);
}
h1 a
{
	color: rgb(90,40,00);
}
h1 a:hover
{
	color: rgb(90,40,00);
}

header td
{
	background-color: rgb(250,220,150);
}



article
{
	width: 990px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	margin:auto;
	text-align: center;
	font-size: 22px;
	border: 2px solid rgb(245,160,45);
	background-color: rgb(250,220,150);
	box-shadow: 5px 3px 30px rgb(250, 190,50);
}
					@media all and (max-width: 900px)
								{
									article
									{
										width: auto;
									}
								}

article h1
{
	font-size: 50px;
}

					@media all and (max-width: 900px)
								{
									article h1
									{
										font-size: 36px;
									}
								}



/* ################ BANNIERE ################ */

h1
{
	font-family: 'CELTG___';
	font-size: 55px;
	text-align: center;
	margin: 0;
}

#titre_principal h2
{
	font-size: 30px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
#titre_principal p
{
	font-size: 18px;
}

#titre_principal table
{	
	width: 99%;
	border-spacing: 15px 3px;
}
#titre_principal td
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	border: 2px solid rgb(245,160,45);
	box-shadow: 3px 5px 30px rgb(250, 190,50);
}


#reseau
{
	margin-left: 15px;
}

.hiddencase
{
	width: 300px;
}

					@media all and (max-width: 900px)
								{
									.hiddencase
									{
										display: none;
									}
								}


/* #################### Nav et Liens #################### */

nav a
{
	font-size: 18px;
}
nav ul  /* retirer les puces de la liste */
{
	list-style-type: none;	
}

a
{
	color: rgb(50,50,50);
}

a:hover
{
	color: rgb(200,20,50);
}

nav#secondaire
{
	text-align: center;
	text-decoration:none;
}
			

nav#secondaire a
{
	text-decoration:none;
}
nav#secondaire li /* toutes les puces à la suite */
{
	display: inline-block;
	margin: auto; /* écartement entre les nav (haut droite bas gauche) */
}


#navigation
{
	display: none;
}
			@media all and (max-width: 900px)
			{
				#navigation
				{
					display: block;
					width: auto;
				}
			}

/* #################### Accueil #################### */
@-webkit-keyframes slidy {
0% { left: 0%; }
15% { left: 0%; }
20% { left: -100%; }
35% { left: -100%; }
40% { left: -200%; }
55% { left: -200%; }
60% { left: -300%; }
75% { left: -300%; }
80% { left: -400%; }
95% { left: -400%; }
100% { left: -500%; }
}
@keyframes slidy {
0% { left: 0%; }
15% { left: 0%; }
20% { left: -100%; }
35% { left: -100%; }
40% { left: -200%; }
55% { left: -200%; }
60% { left: -300%; }
75% { left: -300%; }
80% { left: -400%; }
95% { left: -400%; }
100% { left: -500%; }
}

div#slider 
{ 
	margin-top: 10px;
	margin-left: auto;
   	margin-right: auto;
	width: 80%; 
	max-width: 700px; 
	overflow: hidden;
	border: 2px solid rgb(245,160,45);

}
 
div#slider figure img 
{ 
	width: 16.666%;
	height: auto; 
	float: left; 
}

div#slider figure {
  position: relative;
  width: 600%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  -webkit-animation: 20s slidy infinite;
  animation: 20s slidy infinite;
}



#texteaccueil
{
	padding-left: 100px;
	padding-right: 100px;
}
			@media all and (max-width: 900px)
			{
				#texteaccueil
				{
					padding-left: 10px;
					padding-right: 10px;
				}
			}


/* #################### Carte #################### */

#menu td
{
	padding-top: 10px;
	padding-bottom: 30px;
}

#menu img
{
	border: 2px solid rgb(245,160,45);
}


/* #################### Evenements #################### */
#calendar2, .fb-page 
{
    float: left;
    padding-bottom: 20px;
    margin-left: 30px;
    width: 33%;
}

			@media all and (max-width: 900px)
			{
				#calendar2
				{
					display: none;
				}
			}

.fb-page
{
	/*
	width: 300px;
	*/
	width: 900px;
	height: 500px;
}
			@media all and (max-width: 900px)
			{
				.fb-page
				{
					width: 100%;
				}
			}


.events{

}
			@media all and (max-width: 900px)
			{
				.events{
					font-size: 0.8em;
				} 
				.events_img 
				{
					width: 100%;
				}
			}


/* #################### Images #################### */

.fancybox img
{
	border: 2px solid rgb(245,160,45);
}

iframe#vids
{
	width="560";
	height="315";
	border: 2px solid rgb(245,160,45);
}
			@media all and (max-width: 900px)
			{
				iframe#vids
				{
					width="500";
					height="315";
				}
			}

/* #################### Contact #################### */

#contact, #carte, #horaires
{
	font-size: 15px;
	float: left;
/*    display: inline-block; */
    vertical-align: middle;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 30%;
    text-align: center;
}
			@media all and (max-width: 900px)
			{
				#contact, #carte, #horaires
				{
					float: none;
					width:auto;
				}
			}

iframe#map
{
	height: 300px;
	width: 300px;
	border: 2px solid rgb(245,160,45);
}
			@media all and (max-width: 900px)
			{
				iframe#map
				{
					display: none;
				}
			}
#annonces
{
	clear: both;
	font-size: 18px;
	border : dotted;
}



#liens
{
	clear: both;
}

#liens h2
{
	text-align: left;
}

#localise
{
	display: none;
}
			@media all and (max-width: 900px)
			{
				#localise
				{
					display: block;
				}
			}

/* #################### Footer #################### */

footer
{
	margin:auto;
	font-size: 15px;
	text-align: center;
	color: rgb(170,170,170);
}
footer a
{
	color: rgb(13,123,123);
}


/* #################### Mentions Légales #################### */

#mentionlegales
{
	text-align: left;
}


/* #################### COVID-19 #################### */

.covid{
	font-size: 0.8em;
	color:white;
	background-color: #B22222;
	border-radius: 30px;
}
