*{
    margin: 0;
    padding: 0;
}

.clear{
    clear: both;
}

@font-face {
    font-family: "exo";
    src: url(../font/Exo-VariableFont_wght.ttf);
}

@font-face {
    font-family: "exo black";
    src: url(../font/Exo-Black.otf);
}

@font-face {
    font-family: "syncopate regular";
    src: url(../font/Syncopate-Regular.ttf);
}

@font-face {
    font-family: "syncopate bold";
    src: url(../font/Syncopate-Bold.ttf);
}

@font-face {
    font-family: "rubik mono one";
    src: url(../font/RubikMonoOne-Regular.ttf);
}

header{
    width: 100%;
    background-color: #0D2807;
    font-family: 'syncopate regular';
    font-weight: bolder;
    /* font-size: 1em; */
    color: white;
    text-decoration: none;
}

header ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; 
    /* space-evenly */
}

header ul li{
    list-style: none;
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header ul li a{
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 1rem;
}

header h1{
    text-align: center;
}

header li h1 a img{
    width: 60%;
    margin: 3% 0 2% 0;
}

#accueilContainer {
    position: relative;
    text-align: center;
    color: white;
    width:50%;
    float:left;
  
  }
  
  #accueilContainer img{
      width: 100%;
    }
  
  .shadow{
      position: absolute;
      top: 0%;
      height:100%;
      width: 100%;
      background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5),rgba(0,0,0,0));
  }
  
  #imgCentered1 span{
      text-shadow: 0 0 20px rgb(39, 39, 39);
  }

#imgCentered1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "exo black";
  font-size: 3.75em;
  font-weight: bolder;
  width: 60%;
  text-align: center;
  z-index: 1000;
}


#imgCentered1 ul{
    list-style-type: none;
}

#imgCentered1 ul li{
    text-align: center;
    position: relative;
}

#imgCentered1 ul::after{
    content: "";
    display: block;
    clear: both;
}

#imgCentered1 a{
    display: block;
    text-decoration: none;
    color: white;
    border-bottom: 2px solid transparent;
    padding: 10px 0px;
}

#imgCentered1 a:hover{
    color: #3B8928;
    border-bottom: 2px solid #3B8928;
}

.deroulant{
    text-align: center;
}

.sous{
    display: none;
    box-shadow: 0px 1px 2px #CCC;
    background-color: white;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

#imgCentered1 > ul li:hover .sous{
    display: block;
    font-size: 0.25em;
    font-family: "exo";
}

#imgCentered1 > ul li:hover .sous li a{
    color: black;
}

#imgCentered1 > ul li:hover .sous li a:hover{
    color: #3B8928;
}
.sous li{
    float: none;
    width: 100%;
    text-align: center;
}
.sous a{
    padding: 10px;
    border-bottom: none;
}

.sous a:hover{
    border-bottom: none;
    background-color: rgba(141, 141, 141, 0.1);
}

h2{
    font-family: "exo black";
    color: #0D2807;
    font-size: 3.75em;
    font-weight: bolder;
    text-align: center;
    line-height: 500%;
}

#ambitionH2{
    text-align: left;
    margin-left: 5%;
    line-height: 100%;
    padding-top:2em;
    padding-bottom: 2em;
}

h3{
    font-size: 2.5em;
    text-align: center;
    font-family: "exo";
    font-weight: bolder;
}

.H3swiper{
    font-family: "exo black";
    font-size: 2em;
    font-weight: normal;
    text-shadow: 0 0 20px black;
    color: white;
    text-align: left;
}

.actuH4{
    font-size: 1.5em;
}


#seance-decouverte{
    width: 80%;
    margin: 5% 15% 0% 5%;
}

#seance-decouverte img{
    position: relative;
    display: block;
    width: 100%;
}

#seance-decouverte .content-seance-decouverte:nth-child(1){
    float: left;
    width: 40%;
}

.content-seance-decouverte{
    font-family: "exo black";
    font-size: 2.4em;
}
#seance-decouverte .content-seance-decouverte:nth-child(2){
    float: left;
    width: 60%;
}

#seance-decouverte .content-seance-decouverte:nth-child(2) #prem-seance-decouverte{
    padding-top: 3em;
    margin-left: -3em;
    font-size: 1.2em;
}

#seance-decouverte .content-seance-decouverte:nth-child(2) #offre-seance-decouverte{
    font-size: 1.5em;
    text-align: right;
    padding: 1em 1.8em 0.3em 0;
    color: white;
    -webkit-text-stroke: 3px black;
}

#bg-offre{
    color: white;
    background-color: #3B8928;
    margin-left: -5em;
    text-align: right;
    font-size: 1.3em;
    padding: 1.5em 2em 1.5em 0;
}

#seance-decouverte .content-seance-decouverte:nth-child(2) #text-seance-decouverte{
    font-family: "exo";
    text-align: justify;
    font-size: 0.45em;
    width: 80%;
    margin-top: -0.6em ;
    padding-right: 6em;
    float: right;
}

#abonnement-accueil{
    font-family: "exo";
    font-weight: bold;
    font-size: 1.25em;
    color: white;
    width: 100%;
    background-color: #0D2807;
}

#abonnement-accueil .abo{
    width: 16%;
    margin: 2% 4.5% 0.5% 4.5%;
    float: left;
    text-align: center;
}

#abonnement-accueil .abo img{
    width: 100%;
    margin: 0%;
}

#abonnement-accueil .abo .prix-btn-abo{
    text-align: left;
    margin-top: -6em;
}

#abonnement-accueil .abo .prix-btn-abo span{
    margin-left: 5%;
}

#abonnement-accueil .abo button{
    width: 90%;
    font-size: 1em;
    margin: 5% 5% 0 5%;
}

#abonnement-accueil .abo p{
    margin: 2.5em 0 1em 0;
}

#ambition{
    width: 90%;
    margin: 0 5% 0 5%;
    font-family: "exo";
    font-weight: 1.25em;
}

#ambition div:nth-child(1){
    width: 30%;
    float: left;
    text-align: right;
}

#ambition div:nth-child(2){
    width: 20%;
    float: left;
}
#ambition div:nth-child(2) img{
    width: 90%;
    margin: 0% 0% 5% 10%;
}


#ambition div:nth-child(3){
    width: 10%;
    float: left;
}
#ambition div:nth-child(3) p{
    width: 100%;
    color: transparent;
}

#ambition div:nth-child(4){
    width: 40%;
    float: left;
    text-align: justify;
}

#ambition a{
    line-height: 130%;
    color: black;
}

#ambition a:hover{
    color: rgb(85, 85, 85);
}

#containerLogo{
    width: 100%;
    margin-top: 8%;
    margin-bottom: 10%;
    text-align: center;
    background-image: url("../medias/images/logoCambition.png");
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center;
    height: 43em;
}

#containerLogo p{
    position: relative;
    top: 45%;
    font-family: "exo";
    font-weight: bolder;
    font-size: 5em;
}

footer{
    width: 100%;
    background-color: #0D2807;
}

footer h5{
    font-size: 1.75em;
}

footer a{
    color: white;
    text-decoration: none;
}

footer a:hover{
    color: rgb(185, 185, 185);
}

footer div{
    width: 15%;
    margin: 2.5%;
    float: left;
    color: white;
    font-family: "exo";
    font-weight: normal;
    font-size: 1.25em;
}

footer div:nth-child(1){
    margin-left: 12.5%;
}

footer div:nth-child(4){
    margin-right: 12.5%;
}

footer img{
    width: 22%;
    margin: 10%;
}
footer img:first-of-type{
    margin-left: 0%;
}

footer div:last-of-type{
    text-align: center;
    width: 100%;
    margin: 0 0 2% 0;
}

button{
    padding:0.7em;
    font-family: "rubik mono one";
    background-color: #3B8928;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

button a{
    color: white;
    font-size: 1.125em;
    text-decoration: none;
}

button:hover{
    background-color: #0D2807;
}






/* OVERLAY */

#overlayConnexion {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 1001; /* Specify a stack order in case you're using a different order for other elements */
}

.overlayConnexion{
    width: 50%;
    margin: 9% auto;
    font-family: "exo";
    font-weight: lighter;
    font-size: 1em;
    background-color: white;
    color: #3B8928;
    border-radius: 10px;
    text-align: left;
    z-index: 1001;
}

.overlayConnexion form{
    margin: 3em auto auto auto;
    text-align: left;
}

.overlayConnexion input {
    border: none;
    border-bottom: 1px solid black;
}
.overlayConnexion input:focus {
    outline: none;
}
.overlayConnexion input::placeholder{
    color: #CCC;
}

.overlayConnexion .checkbox{
    color: black;
    font-size: 0.75em;
}

.overlayConnexion .checkbox a{
    color: black;
}
.overlayConnexion .checkbox a:hover{
    color: rgb(85, 85, 85);;
}


.overlayConnexion div:last-of-type{
    width: 55%;
    float:left;
    
}
.overlayConnexion div:last-of-type img{
    width: 100%;
    display: block;
    border-radius:0px 8px 8px 0px ;
}

.overlayConnexion div:first-of-type{
    width: 33%;
    float:left;
    padding: 11% 2% 2% 10%;
}

.overlayConnexion h2{
    line-height: 130%;
    color: #3B8928;
    font-size: 3.75em;
    text-align: left;
    margin-bottom: 0.5em;
}

.overlayConnexion button{
    font-size: 1em;
   
}

.overlayConnexion #ctaInscription{
    text-decoration: underline;
}

#overlayInscription {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.25); /* Black background with opacity */
    z-index: 1001; /* Specify a stack order in case you're using a different order for other elements */
}

.overlayInscription{
    width: 60%;
    margin: 5.5% auto;
    font-family: "exo";
    font-weight: lighter;
    font-size: 1em;
    background-color: white;
    color: #3B8928;
    border-radius: 10px;
    text-align: left;
    z-index: 1001;
}

.overlayInscription form{
    margin: 3em auto auto auto;
    text-align: left;
}

.overlayInscription input {
    border: none;
    border-bottom: 1px solid black;
}
.overlayInscription input:focus {
    outline: none;
}
.overlayInscription input::placeholder{
    color: #CCC;
}

.overlayInscription .checkbox{
    color: black;
    font-size: 0.75em;
}

.overlayInscription .checkbox a{
    color: black;
}
.overlayInscription .checkbox a:hover{
    color: rgb(85, 85, 85);;
}


.overlayInscription div:first-of-type{
    width: 55%;
    float:left;
}
.overlayInscription div:first-of-type img{
    width: 100%;
    display: block;
    border-radius:8px 0px 0px 8px ;
}

.overlayInscription div:last-of-type{
    width: 33%;
    float:left;
    padding: 5% 0% 2% 7%;
}

.overlayInscription h2{
    line-height: 130%;
    color: #3B8928;
    font-size: 3.75em;
    margin-bottom: 0.5em;
    text-align: left;
}

.overlayInscription button{
    font-size: 1em;
   
}



#overlayConfirmation {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.25); /* Black background with opacity */
    z-index: 1001; /* Specify a stack order in case you're using a different order for other elements */
}

.overlayConfirmation{
    width: 20%;
    margin: 17% auto;
    font-family: "exo";
    font-weight: normal;
    font-size: 1em;
    background-color: white;
    color: black;
    border-radius: 10px;
    text-align: center;
    padding: 1.5%;
    z-index: 1001;
}

.overlayConfirmation img:first-of-type{
    width: 20%;
    margin: auto;
}

.overlayConfirmation img:last-of-type{
    width: 60%;
    margin: auto;
}

.overlayConfirmation span{
    font-family: "exo black";
    font-size: 1.5em;
    letter-spacing: 2px;
}

.overlayConfirmation strong{
    font-family: "exo";
    font-weight: bolder;
}

.overlayConfirmation a{
    color: black;
}
.overlayConfirmation a:hover{
    color: rgb(85, 85, 85);
}

#overlayOffre1 {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 1001; /* Specify a stack order in case you're using a different order for other elements */
}
#overlayOffre2 {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 1001; /* Specify a stack order in case you're using a different order for other elements */
}
#overlayOffre3 {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 1001; /* Specify a stack order in case you're using a different order for other elements */
}
#overlayOffre4 {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 1001; /* Specify a stack order in case you're using a different order for other elements */
}

.overlayOffre{
    width: 60%;
    margin: 5.5% auto;
    background-color: white;
    color: black;
    border-radius: 10px;
    text-align: left;
}

.overlayOffre div:first-of-type:not(.souscrireOffre){
    width: 55%;
    float:left;
}
.overlayOffre div:first-of-type img{
    width: 100%;
    display: block;
    border-radius:8px 0px 0px 8px ;
}

.overlayOffre div:last-of-type:not(.souscrireOffre){
    width: 41%;
    float:left;
    padding: 5% 2% 2% 2%;
}

.overlayOffre h2{
    line-height: 130%;
    color: #3B8928;
    font-size: 3em;
    text-align: left;
    margin-bottom: 0.5em;
}

.overlayOffre span{
    line-height: 100%;
    font-size: 1.75em;
    font-weight: bolder;
}

.overlayOffre ul li{
    margin: 0em 0em 1em 1em;
}

.overlayOffre .souscrireOffre{
    width: 140%;
    display: table;
    margin-left: -8em;
}

.souscrireOffre span{
    display: table-cell;
    vertical-align: middle;
    width: 60%;
}

.souscrireOffre.court span{
    width: 45%;
}



#overlayOffre1 .overlayOffre .btnSouscrire{
    font-size: 1em;
    display: table-cell;
    margin: 0 0 0 0;
    width: 60%;
    
}
#overlayOffre2 .overlayOffre .btnSouscrire{
    font-size: 1em;
    display: table-cell;
    margin: 0 0 0 0;
    width: 60%;
    
}
#overlayOffre3 .overlayOffre .btnSouscrire{
    font-size: 1em;
    display: table-cell;
    margin: 0 0 0 0;
    width: 60%;
    
}
#overlayOffre4 .overlayOffre .btnSouscrire{
    font-size: 1em;
    display: table-cell;
    margin: 0 0 0 0;
    width: 85%;
    
}








#overlayKarate {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 1001; /* Specify a stack order in case you're using a different order for other elements */
}

#overlayTaiChi {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 1001; /* Specify a stack order in case you're using a different order for other elements */
}

#overlayRunning {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 1001; /* Specify a stack order in case you're using a different order for other elements */
}

.overlaySport{
    width: 70%;
    margin: 5.5% auto;
    background-color: white;
    color: black;
    border-radius: 10px;
    text-align: left;
}

.overlaySport .sportGauche{
    width: 20%;
    float: left;
}
.overlaySport .sportGauche img{
    width: 100%;
    position: relative;
    display: block;
    border-radius: 10px 0 0 10px;
    
}

.overlaySport .sportDroite{
    width: 80%;
    padding-top: 3%;
    font-family: "exo";
    float: left;
}

.overlaySport .content{
    margin: 2% 2%;
}

.overlaySport .calendrier{
    width: 80%;
}