/*
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;
	}
	
#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%;
}


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

p{
	font-size: 2 em;
	
}

.entete{
	
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin: auto;
	margin-bottom: 1%;
}

.imageflottante{ /*logo club*/
		height:11em;
}

.imageflottante2{ /*logo bligny*/
		height:11em;
}

.club/*club du debut*/
{
	font-size: 2.7em;
	margin:auto;
	text-align: center;
	color: black;
}

@media (max-width: 480px){
	.entete{flex-wrap: wrap;}
	.imageflottante{ height: 6em;}
	.imageflottante2{ height: 6em;}
}

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

.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%;
		
	}
	
}
nav{
	background-color: white;
	height: 60%;
	border: 2px solid black;
	border-radius: 1em;
	text-align: center;
	width: 80%;
	margin:auto;
}

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

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


nav a:hover{
	color:red;
}

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

nav li: focus{
	color: white;
	text-decoration: none;
	border: 3px solid #6495ed;
}

.titre{
	font-size: 1.5em;
	text-align: center;
	background: rgb(142,49,61);
	background: rgba(142,49,61,.9);
	margin: auto;
	color: white;
	width: 40%;
	margin-top: 2%;
	margin-bottom: 2%;
}

.entetemention{
	
	width: 50%;
	margin:auto;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align:center;
	font-size: 2em;
	height:5em;

	
	
}

.letter{
	width: 50%;
	margin:auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align:center;
	font-size: 3em;
	color: black;
	font-family: impact; 
	background-color: red;
	border-radius: 40px 40px 40px 40px;
	border: 3px solid black;
}



.actu{
	display:flex;
	justily-content:space-around;
	width: 90%;
	margin-top: 3%;
}

@media ( max-width: 1024px){
	
	.actu{
		flex-direction: column;
		align-items:center;
		
	}
	
}


.actu h1{
	
	font-size: 3em;
	color: red;
}

.actu h2{
	font-style: italic;
	font-size: 2em;
	color:red;
}

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

.un{
	background-color: white;
	width: 40%;
	margin: auto;
	border: 3px solid black;
	padding: 10px;
	border-radius: 40px 40px 40px 40px;
	box-shadow: 20px 20px 20px rgba(76,64,163,0.8);
}

@media ( max-width: 1024px){
	
	.un{
		width:70%;
		margin: auto;
		margin-left: 10em;
		justily-content:center;
	}
	
}


.deux{
	background-color: white;
	width: 40%;
	border: 3px solid black;
	padding: 10px;
	border-radius: 40px 40px 40px 40px;
	box-shadow: 20px 20px 20px rgba(76,64,163,0.8);
}


@media ( max-width: 1024px){
	
	.deux{
		width:70%;
		margin: auto;
		margin-left: 10em;
		margin-top: 30px;
		justily-content:center;
		
	}
	
}




.trois{
	background-color: white;
	width: 50%;
	margin: auto;
	margin-top: 3em;
	border: 3px solid black;
	padding: 10px;
	border-radius: 40px 40px 40px 40px;
	box-shadow: 20px 20px 20px rgba(76,64,163,0.8);
	
	
	
}

@media ( max-width: 1024px){
	
	.trois{
		width:62%;
		margin-left: 10em;
		text-align:center;
		
	}
	
}



.actu3 h1{
	
	font-size: 3em;
	color: red;
}

.actu3 h2{
	font-style: italic;
	font-size: 2em;
	color:red;
}

.actu3 h3{
	
	font-size: 1.5em;
	color:red;
}
.actu3 p{
	
	font-size: 1.3em;
}





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


.retour a{
	color:black;
}

 



