/*
Site fait par Christian RUCH
4 rue de la verdoise
Hameau dhuilet
91150 Ormoy la rivière
*/


body {
	
	background-image: url("image/paysage2.jpg");
	background-attachment: fixed;
	background-position: center;
	font-family: Comic sans MS, Arial, Georgia, serif, Time New Roman;
	color: blue;
	
	
}

*,
*::after,
*::before{box-sizing: border-box;
}
	
#bloc_page{
	width: 99%;
	margin: auto;
}

#bouton1{
	
	font-size:1em;
	background-color:rgb( 255,153,51);
	color:white
}

img{ /*pour que les images s'adaptent à l'écran*/
	max-width: 100%;
}

ul{
	list-style-type: disc;
	font-size: 1em;
}

h1{

	font-size: 1.5em;/* 60px/16px*/
	font-style: italic;
	font-weight: normal;
	color: red;
	
}

h2{
	font-size: 1 em;
	font-style: italic;
	
}

strong{
	color:red;
	font-size: 1em;
}

p{
	font-size: 2 em;
	
}
/*le haut de la page, logo, blason et texte du haut de page*/
.entete{ 
	
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin: auto;
	margin-bottom: 1%;
}

.logo{ /*logo Génération Mouvement*/
		height:11em;
}

.blason{ /*blason ville de Bligny sur Ouche*/
		height:11em;
}

.club/*texte haut de page*/
{
	font-size: 2.7em;
	margin:auto;
	text-align: center;
	color: black;
}


mark{
	
	color:red;
	background-color: blue;
}

/*le bandeau de navigation dans les différentes pages*/

.flexboxnav{
	display: flex; /*disposition flexible*/
	justify-content: space-around; /*répartition justifiée*/
	flex-wrap:wrap; /* passage à la ligne autorisée*/
	align-items: center; /*éléments centrés sur l'axe vertical*/
	width: 80%:
}

@media (max-width: 1024px){
	.flexboxnav{ width: 90%;}
	.club{ font-size: 2em; }	/*réduction taille texte haut de page*/
}

nav{
	background-color: white;
	height: 60%;
	border: 2px solid black;
	border-radius: 1em;
	text-align: center;
	width: 90%;
	margin:auto;
}

nav a{
	text-decoration: none;
	color: blue;
	}

nav: ul{
	margin-left: 0px;
	padding: 0px;
	
}


nav a:hover{ /*lorsque "a" est survolé*/
	color:red;
	font-size: 1.1em;
}

nav li{ /* pour les éléments de la liste*/
	list-style-type: none;
	margin-left: 8px;
	border: 1px black;
	
}

/* Titre de la page*/
.entetemarche{
	width: 35%;
	margin:auto;
	margin-top: 0.5em;
	margin-bottom:0.5em;
	text-align:center;
	color:white;
	font-size: 2em;
	height:100%;
	background-color: rgb(243,119,119);
	border-radius: 1em 1em 1em 1em;
	box-shadow: inset -1px 3px rgba(255, 255, 255, .3);
}

.letter{
	font-size: 1.6em;
	color: black;
	font-family: impact; 
	text-decoration: underline;
	font-style: italic;
	text-align: center;
}

p.letter:first-letter{
color:white;
font-size: 2em;
}


.retour{
	
	position:fixed;
	margin-top: 15em;
	margin-left: 0;
	background-color:white;
	padding:0.5em;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
}

.retour p{
	color:black;
	
}

.retour h4{
	color:black;
	
}
.retour a{
	color:black;
	
}


.actu{
	
	width: 80%;
	margin: auto;
	background-color: white;
	text-align: left;
	border: 3px solid black;
	padding: 10px;
	border-radius: 40px 40px 40px 40px;
	box-shadow: 20px 20px 20px rgba(76,64,163,0.8);
	margin-top: 3%;
	
}
.actu h1{
	
	font-size: 3em;
	color: red;
}
.actu h2{
	font-style: italic;
	font-size: 2em;
	color:red;
}

.actu h3{
	
	font-size: 1.5em;
	color:black;
}
.actu p{
	
	font-size: 1.3em;
}

.actu li{
	font-size: 0.6em;
	
	
}

.actu ul{
	font-size: 1.5em;
	
	
}

.actu a{
	font-size:1em;
	color: black;
	text-align:center;
}


.actu a:hover{
	font-size:1.5em;
	color: red;
	
}
.actu2{
	
	width: 70%;
	margin: auto;
	background-color: rgba(153,255,255,0.9);
	text-align: center;
	border: 3px solid black;
	padding: 10px;
	border-radius: 40px 40px 40px 40px;
	box-shadow: 20px 20px 20px rgba(76,64,163,0.8);
	margin-top: 3%;
	
}

.actu2 a{
	font-size:1em;
	color: black;
	
}


.actu2 a:hover{
	font-size:1.5em;
	color: red;
	
}

@media ( max-width: 1024px){
	.actu {	width: 80%;}
	.titre{ width: 80%;}
}

.photos{
	width: 90%;
	margin: auto;
	margin-top: 3%;
	text-align: center;
}

.photos img{
	width: 40%;
	border: 3px solid black;
	border-radius: 40px 40px 40px 40px;
	margin: 10px;
	
}

.photos img:hover{
	transform: scale(1.10);
}


@media (max-width: 1024px){
	.photos img{ width: 90%;}
}
	
.photos p{
	font-size: 1.3em;
	
}
	
.entetetexte{
	text-align: center;
	font-size: 3em;
	color: red;
}


.entetetexte li{
	text-align: center;
	font-size: 3em;
	color: red;
}


