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


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

#bloc_page{
	width: 99%;
	margin: auto;
}

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

.retour{
	position:fixed;
	margin-top: 20em;
	margin-left: 0;
	width:4em;
	font-size:1em;
	background-color: rgb(255,255,204);
	padding:0.5em;
	border: 1px solid black;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
}


.retour > a{
	text-decoration: none;
	color: black;
	
}

header{ /*entete de la page*/
	
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin: auto;
	margin-bottom: 1%;
}


.logo{ /*logo generation mouvement*/
		height:11em;
}

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

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


.flexboxnav{
	display: flex; /*disposition flexible*/
	flex-wrap:wrap; /* passage à la ligne autorisée*/
	width: 80%;
}

@media ( max-width: 1024px){
	.flexboxnav{ width: 90%;}
	.entete h1{ font-size: 2em;}
	.blason{height:6em;}
	.logo{height:6em;}
}

nav{
	background-color: white;
	border: 2px solid black;
	border-radius: 1em;
	width: 80%;
	margin:auto;
}

a{
	text-decoration: none;
	color: black;
	padding: 5px;
	margin: auto;
}

ul{
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

a:hover{
	color:red;
	border: 2px solid blue;
	border-radius: 8px;
}


.enteteactualités{
	width: 50%;
	margin:auto;
	font-size: 2em;
	background-color: rgba( 181, 241, 249, 08) ;
	border-radius: 1em 1em 1em 1em ;
}

.enteteactualités p{
	color: black;
}	

.letter{
	font-size: 1.2em;
	text-decoration: underline;
	font-style: italic;
	text-align: center;
}

section{
	display: flex;
	width: 90%;
	margin-left: 7%;
}

@media ( max-width: 1024px){
	
	section{
		flex-direction: column;
		align-items: center;
		width: 90%;
	}
	
}

.actu{
	width: 70%;
	margin-right: 2em;
	background-color: white;
	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{
	text-align: center;
	font-style: italic;
	font-size: 3em;
	text-decoration: underline;
	color: red;
}

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

.actu > p{
	font-size: 1.3em;
}

.actu > a{
	color: blue;
	text-decoration: none;
}

.actu > img{
	width: 90%;
	margin-left: 2em;
}

.actu2{
	width: 70%;
	margin-right: 2em;
	background-color: white;
	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 > h1{
	text-align: center;
	font-style: italic;
	font-size: 3em;
	text-decoration: underline;
	color: red;
}

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

.actu2 > p{
	font-size: 1.3em;
}

.actu2 > a{
	color: blue;
	text-decoration: none;
}

.actu2 > img{
	width: 90%;
	margin-left: 2em;
}

@media ( max-width: 1024px){
	.actu {	width: 90%;}
	.actu2 {	width: 90%; order: -1;}
	.enteteactualités{ width: 90%;}
}

.clic{
	width: 80%;
	text-align: center;
	margin:auto;
	margin-bottom: 0;
	color: weight;
	background-color: rgb( 100,229,84);
	font-size: 2em;
	border-radius: 40px 40px 0 0;
	
}

.p1{
	
	color: rgb( 21,72,229);
	margin-bottom: 0;
}


.photos2{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 80%;
	margin: auto;
	height:auto;
	border: 1px solid black;
	background-color:rgb( 71,77,97,0.8);
	border-radius: 0 0 40px 40px;
}



@media ( max-width: 1024px){
	.photos2 {	width: 100%; }
	.clic{ width: 100%;	}
}
