@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url('https://fonts.googleapis.com/css2?family=Festive&family=Patrick+Hand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Festive&family=Lalezar&display=swap');

body{
	font-family: 'Patrick Hand';
	color: white;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: black;
}

#bloc_page{
	width: 1000px;
	border: solid white 5px;
	background-color: rgb(114,185,255);
	background: linear-gradient(0deg, rgba(114,185,255) 0%, rgba(114,185,255) 98%, rgba(14,85,155) 100%);
	border-radius: 30px;
	margin: auto;
	
}

header{
	border-radius: 50px;
	margin: 0 0 -40px 0;
	padding: 0 0 0 0;
}
#entete{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-content: flex-start;
	text-align: center;
}


h1{
	font-family: 'Patrick Hand';
	font-size: 50px;
	min-width: 700px;
	margin: 10px 0px 0px 0px;
	padding: 10px 0 0px 20px;
	text-transform: uppercase;
	color: rgb(210,54,52);
	border-radius: 30px;
}
h1 em{
	color: white;
	font-style: normal;
}
.logo_click{
	height: 40px;

}
#connexion{
	position: absolute;
	font-size: 25px;
	right: 20px;
	top: 15px;
	
}

#deconnexion{
	position: absolute;
	font-size: 20px;
	right: 20px;
	top: 75px;	
}
#logo_SVBC img{
	z-index: 10;
	position: absolute;
	top: 10px;
	left: 20px;
	width: 150px;
	
}

nav{	
	z-index: 100;
	margin: auto;
	padding: 10px 0 0 0;
	font-family: 'Patrick Hand';
}
nav #menu{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: nowrap;
	list-style-type: none;
	text-transform: uppercase;
	margin: auto;
	padding: 0 0 0 0;
}
nav ul .onglet{
	font-size: 30px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: rgba(191,52,85,1);
	margin: 0 0 40px 0;
	border-radius: 10px;
	border: solid 5px rgb(191,52,85);
}

nav ul li{
	margin: 0 0 0 0;
	float: left;
	position: relative;
}
nav ul li a{
	color: white;
	display: block;
	padding: 2px 15px 2px 15px;
	text-decoration: none;
	border: rgba(255,255,255,0.2) dotted 2px;
}
nav ul li a:hover{
	background-color: rgb(92,59,133);
}
nav ul .onglet a:hover{
	background-color: rgb(92,59,133);
	border: solid 5px rgb(191,52,85);
}
nav ul .sous_onglet{
	position: absolute;
	display: none;
	background-color: rgb(46,92,172);
	border-radius: 10px;
	list-style: none;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
}
nav ul li:hover .sous_onglet{
	display: block;
}
nav ul .sous_onglet li{
	float: none;
	width: 250px;
	text-align: left;
}
nav ul .sous_onglet li a{
	padding: 10px 0 10px 20px;
	margin: 0 0 0 0;
	border-bottom: none;
}
#diaporama{
        position: relative;
        top: -60px;
        margin: auto;
        max-width: 1000px;
        min-width: 800px;
        height: 400px;
        border-bottom: solid black;
        border-top: solid black;
        overflow: hidden;
}
#p_sponsors{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: white;

	position: relative;
	top:-14px;
	margin: auto;
	padding: 0 0 0 0;
	width: 1000px;
}
#p_sponsors a{
	display: block;
	padding: 0 15px 0 0;
	margin: 0 0 0 0;
	height: 95px;
}
#p_sponsors img{
	border: white 5px solid;
	margin: 0 0 0 0;
	height: 85px;
}
.bouton {
        display: inline-block;
        background-color: rgb(14,85,155);
        box-shadow: 7px 7px 7px black;
        border-radius: 10px;
        border: 4px solid #black;
        text-decoration: none;
        color: #eeeeee;
        text-align: center;
        font-size: 30px;
        padding: 5px 10px 5px 10px;
        transition: all 0.5s;
        cursor: pointer;
        margin: 10px;
      }
.bouton:hover {
        background-color: rgb(114,185,255);
}
.bouton_petit{
        display: inline-block;
        background-color: rgb(14,85,155);
        box-shadow: 7px 7px 7px black;
        border-radius: 10px;
        border: 4px solid #black;
        text-decoration: none;
        color: #eeeeee;
        text-align: center;
        font-size: 15px;
        padding: 5px 10px 5px 10px;
        transition: all 0.5s;
        cursor: pointer;
        margin: 0 0 0 0;
      }
.bouton_petit:hover {
        background-color: rgb(114,185,255);
}
      
.raccourcis{
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
}
.raccourcis a{
		display: block;
    margin: 5px 5px 5px 5px;
		background-color: rgba(0,0,0,0.3);
    border-radius: 10px;
  	text-decoration: none;
  	border: solid rgb(114,185,255) 1px;
      }
.raccourcis a:hover{
	box-shadow: 5px 5px 5px rgb(114,185,255);
      	border-color: rgb(114,185,255);
      	background-color: rgb(114,185,255);
      }
.bouton_actif{
	box-shadow: inset 0px -20px 20px rgb(200,200,100);
	border-color: rgb(114,185,255);
	background-color: rgb(114,185,255);
}

a{
	text-decoration: underline;
	color: white;
	padding: 0 5px 5px 5px;
}
a:hover{
	color: black;
	border-radius: 10px;
}
.article_miniature{
	position: relative;
	padding: 0 0 0 0;
	height: 330px;
	overflow: hidden;
	
}
.article_miniature a{
	display: block;
	background-color: rgb(191,52,85);
	padding: 10px 5px 5px 5px;
	text-decoration: none;
	height: 315px;
	box-shadow: inset 0px 0px 10px;

}
.article_miniature a:hover{
	text-decoration: none;
	background-color: rgb(20,20,105);
	color: white;
}
.article_miniature a th{
	color: rgb(255,255,205);
	font-size: 40px;
	text-decoration: none;
	font-family: 'Roboto';
	text-align: center;
	border: red;
}
.article_miniature td{
	font-size: 35px;
	margin: 20px 10px 0 0;
}
.article_miniature img{
	float: left;
	margin: 0px 20px 0px 0px;
	border-radius: 30px;
	width: 300px;
	height: auto;
	border: solid white 3px;

}
.article_miniature .date{
	color: rgb(200,200,200);
	font-size: 20px;
	text-align: right;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	bottom: 10px;
	right: 10px;
}
article{
	font-size: 25px;
	position: relative;
	border-top: solid black 5px;
	border-bottom: solid black 5px;
	background-color: rgb(191,52,85);
	background: linear-gradient(0deg, rgba(191,52,85) 0%, rgba(191,52,85) 90%, rgba(141,2,45) 100%);
	color: white;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	text-align: justify;

}
article p{
	margin: 10px 10px 0 10px;

}
article strong{
	background-color: rgb(114,185,255,0.3);
	text-decoration: none;
	color: black;
}

article h2{
	font-size: 40px;
	text-align: center;
	text-decoration: white dotted underline;
	text-underline-offset: 3px;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}
article h3{
	font-size: 10px;
	text-align: center;
	text-decoration: white dotted underline;
	text-underline-offset: 3px;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}
article h2 a{
	font-size: 25px;
	text-decoration: none;
	color: white;
	margin: 0 0 0 0;
}
article h2 a:focus{
	text-decoration: none;
	color: white;
}

article #brochure_partenaire{
	display: block;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 2100px;
}
.papier{
	color: black;
	background: rgb(255,240,240);
	margin: 20px 20px 20px 20px;
	padding: 10px 10px 10px 10px;
	border-radius: 20px;
	box-shadow: 10px 10px 10px black;
}
.papier h2{
	color: black;
	text-decoration: underline;
}
.papier p{
	margin: 30px 0px 0px 0px;
}
.papier strong{
	background: none;
	text-decoration: none;
	color: red;
}
.information{
	background: none;
	border: none;
	color: red;
	background-color: black;
	border-radius: 10px;
	padding: 10px 10px 10px 10px;
	margin: 0 20px 20px 20px;
}
.photo_article
{
	width: 800px;
	height: auto;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
	border:  solid 5px rgb(46,92,172);
	border-radius: 3px;
	box-shadow: 8px 8px 8px 1px rgba(0,20,130,0.3);
	
}
.photo_article img
{
	width: 800px;
}
.photo_article legend{
	background-color: black;
	text-align: center;
	font-size: 40px;
}

.liste_documents{
	position: relative;
	padding: 0 0 0 0;
	overflow: hidden;
	
}
.liste_documents a{
	display: block;
	background-color: rgb(255,255,255);
	margin: 10px 20px 30px 20px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	box-shadow: inset 0px 0px 10px;
	border-radius: 40px;
	box-shadow: 10px 5px 5px black;
	border: 5px solid rgb(255,100,100);

}
.liste_documents a:hover{
	text-decoration: none;
	background-color: rgb(220,220,255);
	color: white;
	border: 8px solid rgb(255,100,100);

}
.liste_documents a h3{
	margin: 0px 0px 0px 0px;
	background-color: rgb(255,100,100);
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	text-decoration: underline;
	font-size: 20px;
	color: rgb(0,0,50);
	text-decoration: none;
	font-family: 'Roboto';
	text-align: center;
	border: red;
}
.liste_documents p{
	color: rgb(0,0,150);
	font-size: 20px;
	margin: 20px 20px 20px 20px;
}
.liste_documents img{
	float: left;
	margin: 0px 20px 0px 0px;
	border-radius: 30px;
	width: 300px;
	height: auto;
	border: solid white 3px;

}
.liste_documents .date{
	color: rgb(200,200,200);
	font-size: 20px;
	text-align: right;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	bottom: 10px;
	right: 10px;
}
.tableau_gestion_joueurs{
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 100%;
}
.tableau_gestion_joueurs td{
	padding: 10px 10px 10px 10px;
	border: solid rgba(255,255,255,0.3) 1px;
}
.red{
	color: red;
}
.orange{
	color: orange;
}
.green{
	color: green;
}
.numero_joueur{
	display: block;
	color: rgb(0,20,130);
	font-size:30px;
	text-align: center;
	background-color: white;
	padding: 0 0 5px 0;
	margin: auto;
	border-radius: 30px;
	border: solid rgb(0,20,130) 3px;
}
.mentionFicheAdhesion{
	color: black;
	background-color: white;
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
	text-align: center;
	border-top-left-radius: 30px;
}
#fiche_adhesion{
	margin:auto;
}
.bouton_fermeture{
	display: inline-block;
	position: absolute;
	font-size: 40px;
	text-decoration: none;
	right: 10px;
	background-color: black;
	border-radius: 10px;
	color: white;
	transition: all 0.5s;
}
.bouton_fermeture:hover{
	background-color: rgb(100,50,50);
	border-radius: 10px;
	color: white;
	border: red solid 2px;
}
.photo_equipe{
	margin: auto;
	background: white;
	border-radius: 10px;
	border-color: rgb(0,20,130);
	color: rgb(0,20,130);
	border-style: double;
	border-width: 10px;
	width: 90%;
	animation-name: miniZoom;
	box-shadow: 8px 8px 8px 1px rgba(0,20,130,0.3);
	animation-duration: 2s;
}
.photo_equipe img{
	width: 100%;
}
.equipe{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.nom_trop_long{
	line-height: 90%;
}
.photo_des_entraineurs{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.entraineur{
	display: flex;
	flex-direction: column;
	position: relative;
	background-color: white;
	text-decoration: none;
	border-radius: 10px;
	border-color: red;
	color: rgb(0,20,130);
	border-style: double;
	border-width: 10px;
	box-shadow: 8px 8px 8px 1px rgba(0,20,130,0.3);
	margin:  10px 10px 10px 10px;
	padding: 0 0 0 0;
	width: 150px;
	height: auto;
	z-index: 1;	
}
.entraineur img{
	display: block;
	border-width: 2px;
	border-bottom: solid rgb(0,20,130);
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}
.entraineur:hover{
	margin:  9px 10px 10px 10px;
	border-color: red;
}
.entraineur h3{
	font-size: 15px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.entraineur h4{
	font-size: 10px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.entraineur .pasImageh3{
	font-size: 15px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: grey;	
}
.liste_joueurs{
	display:flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0 0 0 0;

}
.conteneur_carte_joueur{
	display: bloc;
	height: 200px;
	width: 100px;
	margin: 0 0 0 20px;
}
.dos{
	display: flex;
	flex-direction: column;
	position: absolute;
	opacity: 1;
	background-color: white;
	text-decoration: none;
	border-radius: 10px;
	border-color: red;
	color: rgb(0,20,130);
	border-style: double;
	border-width: 10px;
	margin:  0 0 0 0;
	padding: 0 0 0 0;
	width: 100px;
	height: auto;
	z-index: 0;
}
.dos img{
	display: block;
	border-width: 2px;
	transform: rotateY(180deg);
	border-bottom: solid rgb(0,20,130);
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: auto;
}
.dos h3{
	text-decoration: none;
	transform: rotateY(180deg);
	color: grey;
	bottom: 5px;
	width: 100%;
	font-size: 15px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.face{
	display: flex;
	flex-direction: column;
	position: relative;
	background-color: white;
	text-decoration: none;
	border-radius: 10px;
	border-color: green;
	color: rgb(0,20,130);
	border-style: double;
	border-width: 10px;
	box-shadow: 8px 8px 8px 1px rgba(0,20,130,0.3);
	margin:  0 0 0 0;
	padding: 0 0 0 0;
	width: 100px;
	height: auto;
	z-index: 1;
}
.face img{
	display: block;
	border-width: 2px;
	border-bottom: solid rgb(0,20,130);
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: auto;
}
.face h3{
	text-decoration: none;
	color: rgb(50,50,150);
	bottom: 5px;
	width: 100%;
	background-color: white;
	font-size: 0.5em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


.animationFace{
	animation-name: rotationCartesFace;
	animation-duration: 2s;
}
.animationDos{
	animation-name: rotationCartesDos;
	animation-fill-mode: forwards;
	animation-duration: 2s;
}
/*-------------------------------------------------------------------------*/



#diaporamaArticle{
display: flex;
justify-content: center;
align-items: center;
position: relative;
vertical-align: middle;
width: 1000px;
height: 1000px;
margin: 0 0 0 0;
padding: 0 0 0 0;
background-color: none;
overflow: hidden;
top:2px;
}
#diaporamaArticle div{
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}
#diaporamaArticle img{
	width: 100%;
	border: white solid 6px;
	margin: 0 0 0 0;
}

#menu_photos{
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	height: 1400px;
}
#menu_photos .jaquette_photos{
	display:block;
	border: solid black 7px;
	margin: 5px 20px 5px 5px;
	padding: 0 0 0 0;
	width: 150px;
	height: 320px;
	background-color: rgb(0, 0, 0);
	border-radius: 10px 10px 30px 30px;
	animation-name: miniZoom;
	box-shadow: 8px 8px 8px 1px rgba(0,20,130,0.3);
	animation-duration: 2s;
	text-decoration: none;
	box-shadow: rgba(50,50,100,0.5) 0px 10px 10px 5px;
}
#menu_photos .jaquette_photos:hover{
	background-color: rgb(114,185,255);
	border: solid rgb(14,85,155) 10px; 
	color: white;
}
#menu_photos .jaquette_photos img{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width:150px;
	height: 200px;
}
#menu_photos .jaquette_photos p{
	font-size: 20px;
	text-align: center;
	color: white;
	margin: 0 0 0 0;
	padding: 0 0 0 0;

}
#navig_photo{
	display: flex;
	flex-direction: row;

}
#navig_photo #avance{
	display: block;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;

}
#navig_photo #avance:hover{
	transform: scale(1.1);
}
#navig_photo #recule{
	display: block;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}
#navig_photo #recule:hover{
	transform: scale(1.1);
}
#miniCarousselPhoto{
	padding: 0 0 0 0;
	margin:0 0 0 0;
	width: 850px;
	height: 155px;
	overflow: scroll;
	display: flex;
	position: relative;

}
#bande{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 850px;
	height: 130px;
	display: flex;
	position: absolute;
}
#bande a{
	background-image: url("images/bande-film.png");
	margin: 0 0 0 0;
	padding: 24px 0 0 0;
	display: block;
	width: 100px;
	height: 100px;
	border: solid black 5px;
}
#bande a:hover{
	border-radius: 0px;
	text-decoration: none;
}
#bande img{
	width: 101px;
  height: 76px;
  display: block;
}

.vignettes_photo{
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap-reverse;
	justify-content: center;
}

.vignettes_photo h3{
	position: absolute;
	padding: 2px 5px 2px 5px ;
	font-size: 20px;
	background-color: black;
	text-align: center;
	margin: auto;
	z-index: 100;
	border-radius: 30px;
	text-decoration: none;
	}
	.vignettes_photo a{
	display: flex;
	flex-direction: column;
	display: block;
	position: relative;
	margin: 5px 5px 5px 5px;
	padding: 0 0 0 0;
	width: 200px;
	height: auto;

}
.vignettes_photo a:hover{
	color: red;

}
.vignettes_photo img{

	margin: 0 0 0 0;
	border-radius: 30px;
	width: 200px;
	height: auto;
	border: solid white 3px;

}
.match_a_venir{
	margin: auto;
	border-collapse: collapse;
	border: solid white 2px;
}

.match_a_venir td{
	text-align: center;
	border-bottom: solid white 2px;
	border-top: solid white 2px;
	padding: 0 5px 5px 10px;
}
.color1{
	background-color: rgba(0,0,0,0.3);
}






#trombi{
	display: block;
	margin: auto;
	width: 150px;
	border: solid black 5px;
}

.legendePhoto{
	background-color: black;
	text-align: center;
	padding: 5px 5px 5px 5px;
	border-radius: 5px;
}
.minizoom{
	animation-name: miniZoom;
	animation-duration: 2s;
}



	#liste_bureau{
		display:flex;
		flex-direction: column;
		justify-content: center;
		flex-wrap: wrap;
		list-style-type: none;
		text-align:center;
		padding: 0 0 0 0;
		margin: 0 0 0 0;

	}
	#liste_bureau li{
		display:flex;
		flex-direction: row;
		margin: 10px 10px 10px 10px;
		
	}
	#liste_bureau li picture{
		display: block;
		background: white;
		border-radius: 10px;
		border-color: rgb(0,20,130);
		color: rgb(0,20,130);
		border-style: double;
		border-width: 10px;
		margin:  10px 10px 10px 10px;
		padding: 0 0 0 0;
		width:  160px;
		height: 200px;
		animation-name: rotation3d;
		animation-duration: 2s;
	}
	#liste_bureau li picture img{
		width:  160px;
		height: 200px;
	}
	
	#liste_bureau li div{
		margin: 10px 10px 10px 10px;
		width: 750px;
		border-bottom: solid white 4px;
	}
	
	#liste_bureau li div h3{
		font-size: 25px;
		text-align: left;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	#liste_bureau li div p{
		text-align: left;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	.liste_adherents{
		margin: auto;
	}
	.liste_adherents td{
		border: solid 2px red;
		border-radius: 20px;
	}
	.liste_adherents .bouton{
		display: block;
		padding: 0 0 20px 0;
	}
	.icone_photosNonAutorisees{
		position: relative;
		top: 10px;
		left: 10px;
	}	
	
	#liste_articles{
		display:flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		list-style-type: none;
		text-align:center;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		color: rgb(0,20,130);

	}
	.item_art_precio_tachado{
		color: rgb(200,0,0);
		text-decoration: line-through;
	}
	#liste_articles li
	{
		background: white;
		border-radius: 10px;
		border-color: rgb(0,20,130);
		border-style: double;
		border-width: 10px;
		margin:  10px 10px 10px 10px;
		padding: 0 0 0 0;
		width: 400px;
		animation-name: rotation3d;
		animation-duration: 2s;
	}

	#liste_articles li img
	{
		border-width: 2px;
		border-bottom: solid rgb(103,78,48);
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		height: auto;
		width: 300px;
	}
	
	#liste_partenaires
	{
		display:flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		list-style-type: none;
		text-align:center;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
	#liste_partenaires li
	{
		background: linear-gradient(rgb(212,55,45), rgb(255,255,255));
		border-radius: 10px;
		border-color: rgb(100, 50, 50);
		border-style: double;
		border-width: 10px;
		margin:  10px 10px 10px 10px;
		padding: 0 0 0 0;
		width: min-content;
		animation-name: miniZoom;
		box-shadow: 8px 8px 8px 1px rgba(0,20,130,0.3);
		animation-duration: 2s;
	}
	
	.bouton_classement{
		position: absolute;
		right: 5px;
		top: 50px;
		font-size: 10px;
	}
	@keyframes rotationCartesDos{
		from{
			opacity: 1;
			transform-origin: 50% 50%;
			transform: perspective(400px) rotateY(180deg);
			box-shadow: -8px 8px 8px 1px rgba(0,20,130,0.3);
		}
		29%{
			opacity: 1;
			box-shadow: -28px 28px 8px 1px rgba(0,20,130,0);
		}
		30%{
			opacity: 0;
		}
		to{
			opacity: 0;
			transform:  rotateY(0deg);
		}
	}
	@keyframes rotationCartesFace{
		from{
			opacity: 0;
			transform-origin: 50% 50%;
			transform:  perspective(400px) rotateY(180deg);
		}
		29%{
			opacity: 0;
		}
		30%{
			opacity: 1;
			box-shadow: 28px 28px 8px 1px rgba(0,20,130,0);
		}
		to{
			opacity: 1;
			box-shadow: 8px 8px 8px 1px rgba(0,20,130,0.3);
			transform: rotateY(0deg);
		}
	}
	

#meteo{
	background-color: rgb(46,92,172);
	border-radius: 3px;
	margin: 10px 0 0 0;
	padding:  5px 5px 5px 5px;
}
#semaine{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
}
#semaine .titre_calendrier{
	width: 800px;
	height: auto;
	border-radius: 20px;
	box-shadow: 0px 10px 5px 0px black;

}
#semaine img{
	width: 50px;
	height: auto;
}
#semaine table{
	border-collapse: collapse;
	margin: auto;
	border: none;
	border-radius: 5px;
	background-color: rgba(191,52,85,0);
}
#semaine .titre_tableau_calendrier{
	padding: 10px 0 10px 0;
}
#semaine table .titrepoule{
	background: linear-gradient(0deg, rgba(0,100,100,1) 0%, rgba(114,185,255,1) 7%, rgba(255,255,255,0.7) 24%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%);
	border-top-left-radius: 50px;
	text-align: center;
	font-size: 20px;
	font-family: Lalezar;
	text-transform: uppercase;
	color: rgb(50,0,0);
	padding:20px 0px 10px 5px;
}
#semaine .lienquestion{
	background: linear-gradient(0deg, rgba(0,100,100,1) 0%, rgba(114,185,255,1) 7%, rgba(255,255,255,0.7) 24%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%);
	border-top-right-radius: 50px;
	font-size: 20px;
	padding:20px 0px 10px 5px;
}
#semaine .liensuite4{
	color: rgb(255,100,100);
	padding: 10px 10px 10px 10px;
}
#semaine .liensuite4_pt
{
	color: rgb(0,0,0);
}
#semaine .lienblanc{
	padding: 10px 10px 10px 10px;
	font-size: 30px;
}
#semaine .td_vide{
	background-color: white;
	color: rgb(191,52,85);
	padding: 0 0 0 1px;
}
#semaine table .lienquestion_pt{
	background-color: rgb(255,255,255);
	padding: 0 10px 0 10px;
	font-size: 20px;
	text-align: center;
	color: rgb(0,0,0);
	font-family: Lalezar;
}
#semaine table .liengris_pt{
	background-color: rgb(255,255,255);;
	font-style: italic;
	font-size: 20px;
	color: rgb(0,0,0);
}
#semaine table .liengris{
	background-color: rgb(255,255,255);
	text-align: center;
}
#liste_contact li{
	padding: 10px 10px 10px 10px;
	font-size: 18px;
}
#liste_contact img{
	position: relative;
	width: 30px;
	margin: 10px 10px 0px 10px;
	top: 5px;
}
#tableau_classement{
	max-width: 1000px;
	text-align: center;
	color: black;
	margin: auto;
	padding: 0 0 0 0;

}
#tableau_classement table{
	margin: auto;
	margin-bottom: 10px;
	border: solid red;
	}
#tableau_classement td{
	font-size: 10px;
	background-color: rgb(114,185,255);
	border: solid rgb(150,200,255) 1px;
	text-align: center;
	
}
#tableau_classement .lienblanc_pt{
	background: linear-gradient(0deg, rgb(191,52,85) 0%, rgb(150,50,50) 100%);
	color: white;
}


.signature{
	font-size: 10px;
	font-style: italic;
	text-align: right;
	text-decoration: underline;
}

.bloc_centre{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}



iframe{
	border: solid black 2px;
	display: block;
	margin: auto;
	width: 100%;
}
#mot_presidente {
	background-image: url("actualite/voeux2022/voeux2022.png");
	background-repeat: no-repeat;
	border-radius: 15px;
	height: auto;
	width: 860px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	padding-top: 400px;
}
#mot_presidente p{
	background-color: rgba(0,0,0,0.5);
	padding: 20px 20px 20px 20px;
	margin: 0 0 0 0;
}
.p_centre{
	margin: auto;
	text-align: center;
}
.p_droite{
	margin: auto;
	text-align: right;
}
.souligne{
	text-decoration: underline;
}
.italique{
	font-style: italic;
}
.image_flottante_left{
	float: left;
}
#plan_site{
	margin: auto;
	border-top: solid white;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	list-style: none;
}
#plan_site ul{
	list-style: none;
	padding-left: 0;	
}
#plan_site .titre_plan{
	text-transform: uppercase;
	font-size: 25px;
	text-decoration: none;
}
#mention{
	text-align: right;
	margin-right: 10px;
}
#alerte{
	background-color: rgb(200,200,200);
	color: red;
	border-radius: 15px;
	text-align: center;
	margin: auto;
	padding: 10px 10px 10px 10px;
}
.alerte{
	background-color:  rgb(114,185,255);
	font-size: 25px;
	color: red;
	border-radius: 15px;
	text-align: center;
	margin: auto;
	padding: 0px 10px 10px 10px;
	border: solid 5px rgb(14,85,155);
}
.info p{
	background-color: white;
	font-size:30px;
	color: Black;
	border: solid black 1px;
	border-radius: 15px;
	text-align: center;
	width: 400px;
	margin: auto;
	padding: 10px 10px 10px 10px;
}
.personnage_bulle{
	display: block;
	position: relative;
	width: 150px;
	height: auto;
	left: 200px;
	bottom: 2px;
}
#champ_vos_inscrits{
	background-color: rgb(200,255,200);;
}
label{
	font-size: 25px;
}
input{
	font-size: 25px;
}
.petit_nombre{
	width: 50px;
}

.question_formulaire{
	
}
.reponse_formulaire{
	color: rgb(200,200,255);
	
}




.raccourcisFixPage{
	display: block;
	background-color: rgb(114,185,255);
	border-radius: 10px;
	position: absolute;
	bottom: 0px;
	left:0px;
	position: fixed;
	z-index: 100;
}
.raccourcisFixPage a{
		display: block;
    margin: 5px 5px 5px 5px;
		background-color: rgba(0,0,0,0.3);
    border-radius: 10px;
  	text-decoration: none;
  	border: solid rgb(114,185,255) 1px;
      }
.raccourcisFixPage a:hover{
	box-shadow: 5px 5px 5px rgb(114,185,255);
      	border-color: rgb(114,185,255);
      	background-color: rgb(114,185,255);
      }

.tableau_tournoi{
	margin: auto;
	border-collapse: collapse;
}      
	.tableau_tournoi th, .tableau_tournoi td{
		border-bottom: white solid 1px;
		text-align: center;
		padding: 5px 25px 5px 25px;
	}
	.tableau_tournoi .total{
		border: none;
		background-color: rgba(255,255,255,0.2);
	}
	.tableau_tournoi ul{
		list-style-type: none;
	}
select{
	background-color: rgb(114,185,255);
	color: black;
	font-size: 20px;
	border: black solid 3px;
	border-radius: 5px;
}
.papier fieldset{
	font-size: 25px;
	border: red solid 2px;
	color: black;
	margin: 10px 0 0 0;
}
.papier legend{
	color:red;
}

.case_a_cocher { 
transform : scale(2);
margin: 10px 10px 10px 10px;
}

.tableau_tributs{
	margin: auto;
	border-collapse: collapse;
}      
	.tableau_tributs th, .tableau_tributs td{
		border-bottom: white solid 1px;
		padding: 10px 10px 10px 10px;
	}
	.tableau_tributs .total{
		border: none;
		background-color: rgba(255,255,255,0.2);
	}
	.tableau_tributs ul{
		list-style-type: none;
	}
input.case_a_cocher_tribut { 
transform : scale(3);
margin: 10px 10px 10px 10px;
}
#soiree{
	margin: auto;
	background-image: url("soirees/soiree7mai.png");

}
#soiree td{
	text-align: center;
	padding-top: 0px;
	vertical-align: top;
	
}
.gif_encadre{
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
}
.gif_encadre img{
	width: 200px;
}
.p_crevard{
	background-color: rgba(0,0,0,1);
	height: 90px;
	padding: 40px 10px 5px 200px;
	border-radius: 20px;
	border: solid rgba(200,0,0,0.5) 5px;
	width: 690px;
	height: 144px;
	background-image: url("images/poulpe_dark.png");
	animation-name: apparition;
	animation-duration: 2s;
}
.p_crevard p{
		color: rgb(100,0,0);
	padding: 10px 10px 10px 10px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 20px;
	border: solid 5px black;
}

.stat_crevard{
	margin: auto;
}


.barre_crevard{
	display: block;
	text-align: right;
	margin: 5px 5px 5px 5px ;
	padding: 5px 10px 5px 5px ;
	background-color: red;
	background: linear-gradient(90deg, rgb(73,15,128) 0%, rgb(0,0,0) 100%);
	border: solid white 5px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.p_fairplay{
	background-color: rgba(0,0,0,1);
	height: 90px;
	padding: 40px 10px 5px 200px;
	border-radius: 20px;
	border: solid rgba(200,0,0,0.5) 5px;
	width: 690px;
	height: 144px;
	background-image: url("images/poulpe_or.png");
	animation-name: apparition;
	animation-duration: 2s;
}
.p_fairplay p{
	color: rgb(124,67,0);
	padding: 10px 10px 10px 10px;
	background-color: rgba(255,255,205,0.5);
	border-radius: 20px;
	border: solid 5px rgb(227,163,97);
}

.stat_fairplay{
	margin: auto;
}


.barre_fairplay{
	display: block;
	text-align: right;
	margin: 5px 5px 5px 5px ;
	padding: 5px 10px 5px 5px ;
	background-color: red;
	background: linear-gradient(90deg, rgb(255,194,24) 0%, rgb(0,0,0) 100%);
	border: solid white 5px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}


#champ_verrouillage{
	position: fixed;
	bottom: 0px;
	left:0px;
	z-index: 200;
	font-size: 30px;
	padding: 0px 5px 2px 2px;
	border-radius:10px;
	background-color: red;
	border: solid 2px black;
}
.niveau_global{
	position: absolute;
	text-align: center;
	font-size: 28px;
	top: 50px;
	right: -20px;
	background-color: black;
	color: white;
	width: 40px;
	height: 40px;
	border-radius: 30px;
	border: 2px solid white;
}
.bloc_equipe{
	position: relative;
	color: black;
	background-color: rgb(114,185,255);
	margin: 10px 20px 10px 20px;
	border-radius: 10px 10px 5px 5px;
	height: 110px;
}
.constitution_equipe{
	margin: 10px 20px 10px 20px;
	border-radius: 20px;
	display: flex;
	flex-direction: row;
	justify-content: flex-center;
	height: 70px;
}
.bloc_joueur{
	position: relative;
	line-height: 25px;
	font-size: 20px;
	margin: 2px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	border: white solid  3px;
	border-radius: 10px;
	box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.3);
	width: 160px;
	height: 50px;
}
.bulle_absent{
	display: block;
	color: white;
	position: absolute;
	background-color: red;
	left: 0px;
	top: -20px;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	border: solid white 2px;
}
.bulle_present{
	display: block;
	color: white;
	position: absolute;
	background-color: green;
	left: 0px;
	top: -20px;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	border: solid white 2px;
}
.prenomEtiquette{
	font-size: 40px;
}
.bloc_equipe h3{
	font-size: 20px;
	background-color: white;
	border-radius: 10px 10px 0px 0px;
}
.midilibre{
	background-color: white;
	margin: 10px 10px 10px 10px;
}
.midilibre p{
	color: black;
	font-family: times;
	text-align: left;
	margin: 10px 10px 10px 10px;
}
.midilibre h3{
	color: red;
	font-size: 25px;
	font-family: times;
	text-align: left;
	margin-left: 10px;
}
.midilibre a{
	color: red;
	font-family: times;
	font-size: 25px;
	text-align: left;
	margin-left: 10px;
	text-decoration: none;
}
.midilibre .publication{
	font-size: 8px;
}
.midilibre .signature{
	font-size: 8px;
	text-align: right;
}

.joueurPrefere{
	position: relative;
	margin-top: 20px;
}
.joueurPrefere img{
	border: solid rgb(114,185,255) 5px;
	border-radius: 10px;
}
.equipePrefere span{
	font-size: 30px;
	border: solid rgb(114,185,255) 5px;
	border-radius: 10px;
	background-color: black;
}

.tableau_resultat{
	margin: auto;
	border-collapse: collapse;
}    
	.tableau_resultat th{
		border-bottom: white solid 1px;

		background-color: black;
		text-align: center;
		padding: 5px 25px 5px 25px;
	}  
	.tableau_resultat td{

		text-align: center;
		padding: 5px 5px 5px 5px;
	}
	.tableau_resultat .dernier_ligne{

		text-align: center;
		padding: 5px 25px 25px 25px;
	}
	.tableau_resultat .score_equipe{
		width: 50px;
		height: 45px;
		margin: auto;
		color: black;
		background-color: white;
		border-radius: 5px;
		box-shadow: 5px 5px 5px black;
		font-size: 30px;
	}
	.tableau_resultat .score_equipe input{
		width: 45px;
	}

	.tableau_score{
		border-collapse: collapse;
		font-size: 30px;
		border: rgb(114,185,255) solid 2px;
		text-align: center;
		background-color: rgb(14,85,155);
		margin:  auto;
	}

	.tableau_score th{
		font-size: 30px;
		color: black;
		border-bottom: black solid 4px;
		text-align: center;
		padding: 2px 10px 2px 10px;
	}
	.tableau_score td{
		font-size: 20px;
		border-bottom: white solid 1px;
		text-align: center;
		padding: 2px 15px 2px 15px;
	}
	.tableau_score .bord_droit_ligne{
		border-right: black solid 4px;
	}
	.tableau_score .ligne_claire{
		background-color: rgb(34,105,175);
	} 
	
	.tableau_poule{
	margin: auto;
}    
	.tableau_poule th{
		border-bottom: white solid 1px;
		text-align: center;
		padding: 5px 5px 5px 5px;
		border: solid black 1px;
		min-width: 90px;
	}  
	.tableau_poule td{

		text-align: center;
		padding: 5px 5px 5px 5px;
		border: solid black 1px;
	}
	

.chrono{
	font-size:20px;
	width: 100px;
	margin-left: 20px;
	border-radius: 5px;
	background-color: green;"
	padding-left: 100;

}
textarea{
	font-size: 25px;
	margin: 5px 10px 10px 10px;
}
.tableau_sondage{
		border-collapse: collapse;
		font-size: 20px;
		border: rgb(114,185,255) solid 2px;
		text-align: center;
		background-color: rgb(14,85,155);
		margin:  auto;
	}

	.tableau_sondage th{
		font-size: 20px;
		color: black;
		border-bottom: black solid 4px;
		text-align: center;
		padding: 2px 20px 2px 20px;
	}
	.tableau_sondage td{
		font-size: 10px;
		border-bottom: white solid 1px;
		text-align: center;
		padding: 2px 20px 2px 20px;
	}

	.commentaire{
		margin: 5px 0px 0px 0px;
		font-size: 13px;
		font-style: italic;
	}
	.liste_effectifs{
		font-size: 20px;
		border: solid 1px white;
	}
	.liste_effectifs h3{

		font-size: 22px;
		color: black;
		background-color: white;
	}
.calendrier_matchs{
	border: black solid 1px;
	border-collapse: collapse;
	text-align: center;
	margin: auto;
}
.calendrier_matchs td{
	border: black solid 1px;
}

.tableau_lots{
	color: black;
	border-collapse: collapse;
	font-size: 25px;
	text-align: center;
	margin-bottom: 5px;
	margin-left:  auto;
	margin-right:  auto;
}
.tableau_lots th{
	font-size: 25px;
	color: black;
	border-bottom: black solid 4px;
	text-align: center;
	padding: 2px 10px 2px 10px;
	background-color: white;
}
.tableau_lots tr{
	font-size: 25px;
	color: black;
	border-bottom: black dotted 4px;
	text-align: center;
	padding: 2px 10px 2px 10px;
	background-color: white;
	border: ;
}
.tableau_lots td{
	font-size: 20px;
	text-align: center;
	padding: 2px 10px 2px 10px;
	background-color: white;
	}
.tableau_lots .clair{
	background-color: rgb(114,185,255);
	border-radius: 20px 20px 0 0;
}
.tableau_lots .fin_partenaire{
	height: 4px;
	background: transparent;
}
.valeur_totale{
	font-size: 30px;
	text-align: center;
	margin-left: 540px;
	text-decoration: underline;
	background-color: green;
	width: 350px;
	padding: 5px 10px 10px 10px;
	border-radius: 20px 20px 20px 20px;
}
.tableau_lots .input_text{
	width: 200px;
	font-size: 20px;

}
.tableau_lots .input_nombre{
	width: 80px;
		text-align: center;
		font-size: 20px;
}
.tableau_maillots{

	font-size: 25px;
	border: rgb(114,185,255) solid 5px;
	text-align: center;
	background-color: rgb(14,85,155);
	margin-bottom: 5px;
	margin-left:  auto;
	margin-right:  auto;
	padding:10px 10px 10px 10px;
}
.tableau_maillots th{
	font-size: 25px;
	color: black;
	text-align: center;
	padding: 2px 2px 2px 2px;
}
.tableau_maillots .spearateurDebutArticle{
	height: 15px;
	background-color: white;
}
.tableau_maillots td{
	font-size: 20px;
	color: black;
	text-align: center;
	padding: 0px 2px 0px 2px;
	}
	.tableau_maillots .spearateurFinArticle{
	padding: 0 10px 5px 10px;
	background-color: rgba(255,255,255,0.4);
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
}
#chargement div{
	position:relative;
	animation-name: rotation;
	animation-iteration-count: infinite;
	animation-duration: 20s;
	width: 89px;
	height: 89px;
	margin:auto;
}
.clignotte{
	animation-name: clignotte;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}
@keyframes rotation{
	from{
		transform: rotate(0deg);
		left: -400px;
	}
	50%{
		transform: rotate(720deg);
		left:400px;
	}
	to{
		transform: rotate(0deg);
		left: -400px;
	}
}
@keyframes clignotte{
	from{
		opacity: 100%;
	}
	50%{
		opacity: 50%;
	}
	to{
		opacity: 100%;
	}
}
@keyframes rotation3d{
		from{
			transform: rotate3d(0, 1, 0, 0deg);
		}
		to{
			transform: rotate3d(0, 1, 0, 360deg);
		}
	}
@keyframes miniZoom{
	from{
		transform: scale(0);
		opacity: 0;
		box-shadow:50px 28px 50px 1px rgba(0,20,130,0);
	}
	to{
		transform: scale(1);
		opacity: 1;
		box-shadow: 8px 8px 8px 1px rgba(0,20,130,0.3);
	}
}
@keyframes apparition{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
.bloc_apparition{
	animation-name: apparition;
	animation-duration: 2s;
}

.class1{
	width:400px;
	height:400px;
	border: solid black;
}
.class1 img{
	width:100px;
	height: auto;
}

.zone_depot_equipe{
	display: none;
	position: absolute;
	width: 952px;
	height: 110px;
	top: 0px;
	background-color: rgba(0,255,0,0.5);
	text-align: center;
	border: solid;
	z-index: 100;

}
@keyframes scintille{
	from{
		background-color: rgba(0,255,0,0.4);
	}
	50%{
		background-color: rgba(0,255,0,0.6);
	}
	to{
		background-color: rgba(0,255,0,0.4);
	}
}

.dragged{
	border:dashed 5px black;
	border-radius: 0px;
}
.cote_a_cote{
	display: flex;
	align-items: center;
}

.bloc_repartition_equipe{
	display: flex;
	flex-direction: row;
	align-items: left;
	justify-content: center;
	flex-wrap: wrap;
}
.bloc_repartition_equipe div{
	color: black;
	text-align: left;
	background-color: white;
	border-radius: 10px;
	border: solid white 2px;
	min-width: 30%;
	margin: 10px 10px 10px 10px;

}
.tableau_aide_aperobeach{
	margin: auto;
	border-collapse: collapse;
	border: solid 1px white;
}
.tableau_aide_aperobeach th{
	border: solid 1px white;
	padding:5px 5px 5px 5px;
	text-align: center;
}
.tableau_aide_aperobeach .vertical{
	writing-mode: vertical-rl;
}
.tableau_aide_aperobeach td{
	border: solid 1px white;
	padding:5px 5px 5px 5px;
}