h1 {
  font-size: 30px;
  font-family: "Lucida Console", "Courier New", monospace;
}

h2 {
  font-size: 20px;
  font-family: "Lucida Console", "Courier New", monospace;
}

h3 {
  font-size: 16px;
  font-family: "Lucida Console", "Courier New", monospace;
  color: gray;
}

p {
  font-size: 14px;
  font-family: "Lucida Console", "Courier New", monospace;
}
#show-modal {
  border: none;
  border-bottom: 2px solid rgb(255, 51, 150);
   background-color: #2C7105;  /* FF3396*/
   border-radius:40px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  font-size: 18px;
 /*line-height: 1.4;*/
  display: flex;
  align-items: center;
  height: 30px; 
  width: 300px; 
 
   margin-bottom: 20px;
  text-align: center;
  padding-left: 70px;
   margin-left: 250px;
}




#show-modal2 {
  border: none;
  border-bottom: 2px solid rgb(255, 51, 150);
   background-color: #2C7105;
   border-radius:40px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  font-size: 18px;
 /*line-height: 1.4;*/
  display: flex;
  align-items: center;
  height: 30px; 
  width: 300px; 
  padding-left: 70px;
  margin-left: 250px;
  text-align: center;
}

#show-modal3 {
  border: none;
  border-bottom: 2px solid rgb(255, 51, 150);
   background-color: #2C7105;
   border-radius:40px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  font-size: 18px;
 /*line-height: 1.4;*/
  display: flex;
  align-items: center;
  height: 30px; 
  width: 300px; 
  padding-left: 70px;
  margin-left: 250px;
  text-align: center;
}






.open-btn {
  padding-top: 30px;
  text-align: center;
  display: flex;
  align-items: center;
}


.modal {
  background-color: rgb(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  height: 1000px;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}

.modal_content {
  background-color: #fff;
  padding: 2rem 4rem;
  width: 500px;
  height: 450px;
  border-radius: 4px;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 0.5rem;
  display: block;
  margin: 15px auto;
  border: none;
  border-bottom: 1px solid #000000;
   border-radius:40px;
}
textarea {
  height: 100px;
}

.modal_content h1 {
  font-family: "Ibarra Real Nova", serif;
  color: rgba(40, 44, 48, 1);
  font-weight: bold;
  text-align: center;
  font-size: 35px;
}
.modal_content h2 {
  font-family: "Ibarra Real Nova", serif;
  color: rgba(40, 44, 48, 1);
  font-weight: bold;
  text-align: center;
  font-size: 30px;
}
.modal_content h3 {
  font-family: "Ibarra Real Nova", serif;
  color: rgba(40, 44, 48, 1);
  font-weight: bold;
  text-align: center;
  font-size: 25px;
}
.close {
  display: flex;
  justify-content: flex-end;
  margin-right: -2rem;
  margin-top: -1rem;
  cursor: pointer;
}
.submit {
  width: 100%;
  padding: 0.5rem;
  background-color: rgba(234, 203, 193, 0.4);
  border: none;
  color: #fff;
  transition: all 0.3s ease;
}
.submit:hover {
  background-color: rgba(143, 126, 121, 0.4);
}

.modal--hidden {
  display: none;
} 


#goat button
 {
    height:40px;
    width:100px;
    background-color: #FFC133;
  border:none;
  border-radius:12px;
    /*margin-left:130px;*/
    /*width:110px;*/
    font-size:13px;
    color:white;
 }

.bgform
 {
   
   /* font: bold 18px "Lucida Grande", Sans-Serif; */
    color:white;
    border-radius: 10px;
     width: 15rem auto;
     height: 35rem;
 }


/*
.imgcover{
  
  color:white;
    border-radius: 10px;
     width: 15rem auto;
     height: 35rem;
}

 .imgcover img {
  
  border-radius: 10px;
  width: 14rem auto;
  height: 33rem;
}

*/

.imgcover{
  
  color:white;
    border-radius: 10px;
     width: 100%;
     height: 125%;
}





 .imgcover img {
  
  border-radius: 10px;
  width: 100%;
  height: 125%;
}

 
 .youll_learn
 {    
    color:white;
    border-radius: 10px;
 }

 



#header-background{
   width: 100%;
   height: 100px;
   background-image: url('../images/bgblack.png');
   color:white;
   font: bold 30px "Lucida Grande", Sans-Serif; 
   text-align: left;
   /*display: block;*/

   display: flex;
   align-items: center;

 
    height: 80px; 
    padding-left: 80px;
    /*vertical-align: middle;*/



}

.rankconteneur {

  display: grid;
  grid-gap: 5px;

  grid-template-columns: 1fr 1fr;
  justify-content: space-around;
  align-items: center; 
  column-gap: 0%;
  margin-left:0px;

}

.circular--square {

   border-radius: 50%;
   width: 80px;
   height: 80px; 


    }

    .fa fa-check-square{

   font-family: "Ibarra Real Nova", serif;
   color: rgba(40, 44, 48, 1);
   font-weight: bold; 
   font-size: 18px;


    }


#player-overlay                 { position:static; height: 100%;}
#Video1                         { padding:0px 0;width:100%;display: block;margin: 0 auto;height:100%; } 



  


 #twebinaire{  display: flex;width:100%; align-items: center; padding-left: 80px; height: 80px; right: 0; color: white; font: bold 20px "Lucida Grande", Sans-Serif; text-align: left; } 

 @media screen and (max-width: 800px) {

  #twebinaire{  display: flex; align-items: center; height: 50px; right: 0; padding-left: 10px; color: white; font: bold 12px "Lucida Grande", Sans-Serif; text-align: left; } 

  .rankconteneur {

    display: grid;
    grid-gap: 3px;

    grid-template-columns: 1fr;
    justify-content: space-around;
    align-items: center; 
    column-gap: 0%;


}

#player-overlay { display: flex; width: 100%;}


.modal {
  background-color: rgb(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  height: 500px;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}



.modal_content {
  background-color: #fff;
  /*padding: 1r100%500px;*/
   position: relative;

  padding-top: 15px;
   margin-top: -5%;
   width: 95%; 
   /*height: 450px;*/
  border-radius: 4px;
 
}


#show-modal {
border: none;
  
  font-size: 12px;

  align-items: center;
  height: 30px; 
  width: 150px; 



  padding-left: 25px; 
  margin-left: 20%;
  text-align: center;
}

#show-modal2 {
  border: none;
  
  font-size: 12px;

  align-items: center;
  height: 30px; 
  width: 150px; 



  padding-left: 25px; 
  margin-left: 20%;
  text-align: center;
}

#show-modal3 {
  border: none;
  
  font-size: 12px;

  align-items: center;
  height: 30px; 
  width: 150px; 



  padding-left: 25px; 
  margin-left: 20%;
  text-align: center;
}

#header-background{
  
   font: bold 14px "Lucida Grande", Sans-Serif; 
   text-align: left;
   /*display: block;*/

   display: flex;
   align-items: center;

 
    height: 80px; 
    padding-left: 10px;
    /*vertical-align: middle;*/



}

/*
.imgcover{
  
  color:white;
    border-radius: 10px;
     width: 12rem auto;
     height: 11rem;
}
*/

.imgcover{
  
  color:white;
    border-radius: 10px;
     width: 100%;
     height:125%;
}



#header-background{
   width: 100%;
   height: 100px;
   background-image: url('../images/bgblack.png');
   color:white;
   font: bold 12px "Lucida Grande", Sans-Serif; 
   text-align: left;
   /*display: block;*/

   display: flex;
   align-items: center;

 
    height: 20px; 
    padding-left: 5px;
    /*vertical-align: middle;*/



}



/*
 .imgcover img {
  
  border-radius: 10px;
  width: 12rem auto;
  height: 11rem;
}
*/


}


