body {
	padding: auto;
	margin: 0;
}


	/*entete de la page */
header{
	position: absolute;
	width: 100%;
	height: 5em;
	background-color: #5383c3;
	border-bottom: 5px solid #f08300;
}
  /*logo */
.logo{
	position: relative;
	left: 2px;
	width: 75px;
	height: 75px;
}

/*sport*/

.sport{
	position: absolute;
	top: 10px;
	left: 85px;
	height: 65px;
	width: auto;
}

/*message d'erreur*/
.info {
    font-style: italic;
    color: #E8A22B;
}

.erreur {
    color: #900;
}

  /*gestion des differents boutons*/
#bouton_3d2{
	display: inline-block;
	background-color: #717070;
	margin: 0.4em 0.4em 0.5em 0.4em;
	padding: 0.5em 0.9em 0.4em 0.9em;
	color: #a0d8ef;
	box-shadow: 0 2px 0 #515050; 
	border-radius: 3px;
    transition: 0.1s all;
    letter-spacing: 1.5px;
    font-family: Times New Roman;
    opacity: 0.8;
    position: relative;
    top: 60%;
    left: 45%;
}
#bouton_3d{
	display: inline-block;
	background-color: #717070;
	margin: 0.4em 0.4em 0.5em 0.4em;
	padding: 0.5em 0.9em 0.4em 0.9em;
	color: #a0d8ef;
	box-shadow: 0 2px 0 #515050; 
	border-radius: 3px;
    transition: 0.1s all;
    letter-spacing: 1.5px;
    font-family: Times New Roman;
    width: 110px;
    text-align: center;

}
#contour{
	display: inline-block;
	padding:0;
    background-color: #6393d3;
    margin: 10px;
    border:1px solid #43873b3;
    border-radius: 3px;
    position: relative;
    top:-30px;
    left: 70%;
}

#bouton_3d:active{
	background-color: #767575;
	box-shadow: 0 1px 0 #565555; 
    position: relative;
    top:1px;
}
#bouton_3d2:active{
	background-color: #767575;
	box-shadow: 0 1px 0 #565555; 
	margin: 0.5em 0.4em 0.4em 0.4em;
}
#contenslider h1{
	text-align: center;
	color: #2ca9e0;
	font-size: 2em;
}
#contenslider{
     position: relative;
     bottom: 230px;
     z-index: 500;
}
 #menu img{
 	position: relative;
 	left: 93%;
 	top: -60px;
	width: 40px;
	height: auto;
}
/* Bouton connexion */
#contour_2 {
	display: inline-block;
	padding:0;
    background-color: #6393d3;
    margin: 10px;
    border:1px solid #43873b3;
    border-radius: 3px;
    position: relative;
    top:-30px;
    left: 40%;

}

#bouton_3d_3{
	display: inline-block;
	background-color: #717070;
	margin: 0.4em 0.4em 0.5em 0.4em;
	padding: 0.5em 0.9em 0.4em 0.9em;
	color: #a0d8ef;
	box-shadow: 0 2px 0 #515050; 
	border-radius: 3px;
    transition: 0.1s all;
    letter-spacing: 1.5px;
    font-family: Times New Roman;
    width: 110px;
    text-align: center;

}

#bouton_3d_3:active{
	background-color: #767575;
	box-shadow: 0 1px 0 #565555; 
    position: relative;
    top:1px;
}

/* gestion du menu */
.menu-containt
{
  width: 37px;	
  height: auto;
  padding: 1px;
  position: relative;
  top:-80px;
  left: 93%;
  cursor: pointer;
  transition: all 1s ease-out;
}

.menu-containt div
{
  background-color: #555;
  border-radius: 1.5px;
  margin:4px;
  height: 4px;
  width: 80%;
  transition: all 1s ease-out;
}

/*.menu-containt:hover div
{
  background-color: #333;
  transition: 0.1s all;
} */

.menu .mega_menu
{
	clip-path: circle(200px at 90% -10%);
	-webkit-clip-path: circle(200px at 90% -10%);
	transition: all 1s ease-out;
   visibility: hidden;
}

/* Mega menu */
.mega_menu{
	display: inline-block;
	position: relative;
	top:-50px;
	left:  81%;
	width: 229px;
	height: 250px;
	background-color: #333;
	z-index: 500;
	opacity: 0.8;
	visibility: hidden;
}

.menu:hover .mega_menu 
{
   visibility: visible;
   flex-direction: column;
   clip-path: circle(800px at 90% -10%);
	-webkit-clip-path: circle(800px at 90% -10%);
	 background-color: #333;
	 transition: all 2s ease-out;
}

.mega_menu ul li{
   position: relative;
   top: -10px;
   left: 20px;
   padding: 10px;
   list-style-type: none;
}

.mega_menu li a{
	text-decoration: none;
	letter-spacing: 2px;
	font-family: Times New Roman;
	font-size: 18px;
	color: #fff;
	transition: 0.2s all;
}

.mega_menu li a:hover{
   color: #f88b08;
   transition: 0.2s all;
}

/*icon mega menu*/

.btn_accueil{
  position: relative;
  width: 30px;
  height: 30px;
  top: 10px;
  left: -20px;
}

.btn_service{
  position: relative;
  width: 30px;
  height: 30px;
  top: 10px;
  left: -20px;
}

.btn_club{
	position: relative;
  width: 30px;
  height: 30px;
  top: 6px;
  left: -20px;
	
}

.btn_apropos{
	position: relative;
  width: 30px;
  height: 30px;
  top: 6px;
  left: -20px;
	
}


/* bouton retour */

.goBack{
      position: relative;
    width: 120px;
    height: 40px;
    background-color: #a0d8ef;
    color: #FFF;
     font-family: Times New Roman;
     font-size: 18px;
    border-radius: 20px;
    margin-left: 20px;
      top: -30px;
    border: none;
    cursor: pointer;

  }
  
.goBack:hover{
     background-color: #30c9f7;
     transition: 0.5s all;
  }

/*contenu de la page */

section{
  position: relative;
  top: 5.5em;
}

.Prix{
  width: 400px;
  height: auto;
  position: relative;
  top: 10px;  
}

.prestation{
  width: 400px;
  height: auto;
  position: relative;
  top: -35px;
  left: 50PX; 
}

.notification img{
	position: fixed;
	width: 50px;
	height: 50px;
	top: 78%;
	left: 85%;
	transition: 0.8s ease all; 
}

.notification:hover img{
	border-radius: 100%;
	transition: 0.8s ease all; 
}


#slider{
  position: relative;
  top: -3px;
}

.text_content{
  position: relative;
  top: -150px;
  font-family: Times New Romain;
  font-size: 25px;
  letter-spacing: 3px;
  ligne-height: 5px;
  text-align: justify;
  color: #fff;
}



/*bouton modifier*/
.btn_modifier{
  position: relative;
  top: -80px;
  left: 50px;
  width: 120px;
  height: 40px;
  background-color: #a0d8ef;
  color: #5383c3;
  font-family: Times New Romain;
  font-size: 18px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  transition: 0.3s all;
}

.btn_modifier:hover{
  background-color: #f68906;
  transition: 0.3s all;
}

.primeEdit{
  background-color:  #a0d8ef;
}

#cr{
  margin-top: 30px;
}

/* pied de page */
footer{
  position: relative;
  top: 115px;
  margin-top: 6em;
  width: 100%;
  height: 5em;
  background-color: #5383c3;
  border-top: 5px solid #f08300;
  color: #333;
  font-family: serif;
}


footer ul {
   margin: auto;
   position: relative;
   top: 15px;
   
}

footer ul li {
  display: inline-block;
   
}

footer li a{
  text-decoration: none;
  margin: 20px;
  color: #fff;
  font-family: Times New Roman;
  font-size: 18px;
    transition: 0.6s all;
}

footer li a:hover{
  transition: 0.6s all;
  color: #f88b08;
}

.info_contener{
  display: inline-block;
  width: 90%;
  margin: auto;
  position: relative:
  top: -60px;
}

.conten_text{
  display: inline-table;
  width: 25%;
  max-width: 260px;
  min-width: 180px;
  margin-bottom: 20px;
  text-align: justify;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 20px;
}


.capital_letter1{
  font-size: 28px;
    color: #ffc000; 
}

.capital_letter2{
  font-size: 28px;
    color: #00b0f0;
}

.capital_letter3{
  font-size: 28px;
    color: #92d050;
}

.gros_titre{
    font-size: 32px;
    font-weight: bold;
    color: #92d050;
    text-shadow: 0.5px 0.5px 0 #62a020;

}

.Happy_fit{
   font-weight: bold;
}


/*gestion responsive*/
@media screen and (max-width: 1150px) {
	    body{
	    	margin: 0;
	    }
		header{
	      position: absolute;
	      width: 100%;
	      height: 5em;
        }
    	.logo {

    	  position: relative;
    	  top: 20px;
	      left: 70px;
	      width: 50px;
	      height: 50px;
        }
		.sport{
	      position: absolute;
	      top: 25px;
	      left: 130px;
	      width: 260px;
	      height: auto;
        }
       
#contour{
	display: inline-block;
    position: relative;
    top: 10px;
    left: 330px;
}
#contour_2 {
	display: inline-block;
    position: relative;
    top: 10px;
    left: 40%;

}

.menu-containt
{
  width: 37px;	
  height: auto;
  position: relative;
  top: -40px;
  left: 93%;
}

.mega_menu{
	display: inline-block;
	position: relative;
	top: -13px;
	left:  0px;
	width: 100%;
	height: 130px;
	z-index: 600;
}

/*icon mega menu*/
.btn_accueil{
  position: relative;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 24%;
}

.btn_service{
  position: relative;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 24%;
}

.btn_club{
	position: relative;
  width: 30px;
  height: 30px;
  top: -100px;
  left: 60%;
	
}

.btn_apropos{
	position: relative;
  width: 30px;
  height: 30px;
  top: -100px;
  left: 60%;
	
}

  .li_left{
    position: relative;
    left: 25%;
    top: 5px;
  }

   .li_right{
    position: relative;
    top: -105px;
    left: 61%;
  }

	nav { position: relative; margin-left: -60px; margin-top: -10px;
  }
}

@media screen and (max-width: 680px) {
		header{
	      position: absolute;
	      width: 100%;
	      height: 10em;
        }
    	.logo {

    	  position: relative;
    	  top: 20px;
	      left: 70px;
	      width: 50px;
	      height: 50px;
        }
		.sport{
	      position: absolute;
	      top: 25px;
	      left: 130px;
	      width: 260px;
	      height: auto;
        }

 .Prix{
  width: 300px;
  height: auto;
  position: relative;
  top: 10px;  
}

.prestation{
  width: 300px;
  height: auto;
  position: relative;
  top: -25PX;
  left: 0; 
}   
#contour{
	display: inline-block;
    position: relative;
    top: 80px;
    left: 30px;
}
#contour_2 {
	display: inline-block;
    position: relative;
    top: 80px;
    left: 14%;

}
.menu-containt
{
  width: 37px;	
  height: auto;
  padding: 1px;
  position: relative;
  top: 30px;
  left: 86%;
}

.mega_menu{
	display: inline-block;
	position: relative;
	top: 67px;
	left:  0px;
	width: 100%;
	height: 130px;
}

/*icon mega menu*/

.btn_accueil{
  position: relative;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 50px;
}

.btn_service{
  position: relative;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 50px;
}

.btn_club{
	position: relative;
  width: 30px;
  height: 30px;
  top: -100px;
  left: 300px;
	
}

.btn_apropos{
	position: relative;
  width: 30px;
  height: 30px;
  top: -100px;
  left: 300px;
	
}

  .li_left{
    position: relative;
    left: 70px;
    top: 5px;
  }

   .li_right{
    position: relative;
    top: -105px;
    left: 320px;
  }
  #slider{
  position: relative;
  top: -3px;
  margin-top: 80px;
}
#contenslider h1{
  position: relative;
  top: 150px;
  left: 5px;
  font-size: 20px;
}
  
footer{
 position: relative;
  top: 115px;
  margin-top: 6em;
  width: 100%;
  height: 110px;
}

}
	@media screen and (max-width: 480px){

		header{
	      position: absolute;
	      width: 100%;
	      height: 10em;
        }
    	.logo {

    	  position: relative;
    	  top: 20px;
	      left: 70px;
	      width: 50px;
	      height: 50px;
        }
		.sport{
	      position: absolute;
	      top: 25px;
	      left: 130px;
	      width: 220px;
	      height: auto;
        }
       
#contour{
	display: inline-block;
    position: relative;
    top: 80px;
    left: 10px;
    z-index: 550;
}
#contour_2 {
	display: inline-block;
    position: relative;
    top: 80px;
    left: 2%;
    z-index: 550;

}
.menu-containt
{
  width: 37px;	
  height: auto;
  padding: 1px;
  position: relative;
  top: -40px;
  left: 90%;
  cursor: pointer;
}

.mega_menu{
	display: inline-block;
	position: relative;
	top: -20px;
	left:  0px;
	width: 100%;
	height: 130px;
	background-color: #333;
	opacity: 0.9;
	visibility: hidden;
}

/*icon mega menu*/

.btn_accueil{
  position: relative;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 25px;
}

.btn_service{
  position: relative;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 25px;
}

.btn_club{
	position: relative;
  width: 30px;
  height: 30px;
  top: -100px;
  left: 190px;
	
}

.btn_apropos{
	position: relative;
  width: 30px;
  height: 30px;
  top: -100px;
  left: 190px;
	
}

  .li_left{
    position: relative;
    left: 40px;
    top: 5px;
  }

   .li_right{
    position: relative;
    top: -105px;
    left: 200px;
  }

  /* media query section*/
  section{
	position: relative;
	top: 30px;
	width: 100%;
	height: auto;
}

.Prix{
  width: 300px;
  height: auto;
  position: relative;
  top: 400px;  
}

.prestation{
  width: 300px;
  height: auto;
  position: relative;
  top: 400PX;
  left: 0; 
}

.notification img{
	position: fixed;
	width: 30px;
	height: 30px;
	top: 46%;
	
}

#slider{
	position: absolute;
	margin-top: 138px;
	width: 100%;
	min-height: 750px;
}

#contenslider h1{
	position: relative;
	top: 120px;
  left: 30px;
	font-size: 20px;
}
#contenslider{
     position: relative;
     bottom: 80px;
     left: -30px;
     /*height: 15px;*/
     font-size: 12px;
}

.gros_titre{
	position: relative;
  font-size: 24px;
	top: 410px;
  width: 50px;
}

.conten_text{
  position: relative;
  top: 400px;
  display: inline-table;
  width: 25%;
  max-width: 260px;
  min-width: 180px;
  margin-bottom: 20px;
}
/*footer media query*/

footer{
 position: relative;
  top: 360px;
  margin-top: 6em;
  width: 100%;
  height: 110px;
}

	}

@media screen and (max-width: 340px){
		header{
	      position: absolute;
	      width: 100%;
	      height: 10em;
        }
    	.logo {
    	  position: relative;
    	  top: 15px;
	      left: 65px;
	      width: 40px;
	      height: 40px;
        }
		.sport{
	      position: absolute;
	      top: 25px;
	      left: 110px;
	      width: 140px;
	      height: auto;
        }
        
#contour{
	display: inline-block;
    position: relative;
    top: 45px;
    left: 71px;
}
#contour_2 {
	display: inline-block;
    position: relative;
    top: 45px;
    left: 115px;
}

.menu-containt
{
  width: 37px;	
  height: auto;
  position: relative;
  top: -2px;
  left: 285px;
  z-index: 545;
}

.mega_menu{
	display: inline-block;
	position: relative;
	top: 10px;
	left:  0px;
	width: 100%;
	height: 260px;
}

/*icon mega menu*/

.btn_accueil{
  position: relative;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 25px;
}

.btn_service{
  position: relative;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 25px;
}

.btn_club{
	position: relative;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 25px;
	
}

.btn_apropos{
	position: relative;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 25px;
	
}

  .li_left{
    position: relative;
    left: 40px;
    top: 5px;
  }

   .li_right{
    position: relative;
    left: 40px;
    top: 5px;
  }

	}

