
/******************************************** header********************************************/
header#menuTop {
    z-index: 10000000;
    }

.btOn {

   margin-top: 25px;
    margin-right: 3.5%;
    }

.connexButton
{
    width: 80%;
}

 .logo {
    width: 270px;
    margin-left: -135px;
    margin-top: 20px;
    height: 170px;
 }

/***********************menu admin**********************************************************************/
     nav ul#navAdmin li{
        width: 10%;
        list-style-type: none;


    }
    nav ul#navAdmin li a{
        font-size: 16px;
        display:block;

    }
    ul#navAdmin li ul {
      position: relative;
      display: none;
      opacity: 0;
      background-color:#2c4271

    }
    ul#navAdmin li:hover ul {
      display:block;
      opacity: 1;
      transition:opacity 1000ms 1000ms;

      
        }
  ul#navAdmin li:hover ul li {
  float:none;
  text-align: left;
  width: 100%;
  padding: 7px;
 
     
  }
   ul#navAdmin li:hover ul li a:hover {
    color: grey;  
  }

  ul#navAdmin li:hover ul li a {
  font-size: 13px;
  color: #fff;
  height: 20px;
  }
 

  ul#navAdmin > li > ul {
    
       position:absolute;
    }
 
       ul#navAdmin > li:nth-child(2){
          margin-right: 5%;
          margin-left: 5%;

    }
      ul#navAdmin > li:nth-child(3){
      margin-right: 10%;
      margin-left: 0px;

    }
     
     ul#navAdmin > li:nth-child(4){
      margin-left:10%;
      margin-right: 5%;

    }
     ul#navAdmin > li:nth-child(5){
      margin-right: 5%;

    }
    #btnAdmin {

   margin-top: 25px;
    margin-right: 1%;
    }
/************************************MenuOFFgrand*****************************************************************/
nav {
        position: absolute;
        top: 70px;
        width: 100%;
    }

   /* nav ul {
        bottom: 10px;
    }*/

     nav li{
    float: left;
    list-style-type: none;
    width: 20%;

    
    }
   
   
    nav li a {
        margin-top: 2%;
        color: #046380 ;
        font-size: 18px;
        font-family: book;
        letter-spacing: 2px;
        text-decoration: none;
         height: 40px;

    }
    nav li a:hover {
        text-decoration: none;
        color:#183152 ;
        transition:400ms;
    }
    

    nav li:nth-child(2) {
    margin-right: 10%;
    }

    nav > ul > li:nth-child(3) {
    margin-left:10%;
    }

   

    /*button deconnexion*/
 .btn {
  background: #49c0eb;
  background-image: -webkit-linear-gradient(top, #49c0eb, #020d45);
  background-image: -moz-linear-gradient(top, #49c0eb, #020d45);
  background-image: -ms-linear-gradient(top, #49c0eb, #020d45);
  background-image: -o-linear-gradient(top, #49c0eb, #020d45);
  background-image: linear-gradient(to bottom, #49c0eb, #020d45);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 7px;
  font-family: Arial;
  color: #ffffff;
  margin-right: 5%;
  margin-top: 25px;
  font-size: 14px;
  padding: 5px 25px 5px 25px;
  border: solid #1f628d 0px;
  text-decoration: none;
}

#userProfil{
    margin-top: 25px;
    margin-left: 1%;
    font-size: 20px;



}
#userProfil img{
    width : 32px; 
   height :32px; 
  
}


/******************************************** Inscription ********************************************/

.formInscrip{
    margin-top: 5%;
    width :60%;
    margin-left: 20%;
    margin-right: 20%;
}
.formInscrip p ,.formInscrip h1{
text-align: center;

}
.formInscrip label{
width: 20%;


}
.formInscrip input{

width: 75%;

}

.formInscrip button{
width: 150px;

margin-left: -75px;
position: absolute;
left: 50%;

  padding: 5px 25px 5px 25px;

}

#genre input{
    width: 10%;
    margin : auto;
}



#messageDouleur textarea{

width: 75%;
}

/******************************************** login ********************************************/

/* fenetre login  */
.login-popup {
    width: 350px;
    height: 350px;
}

form.signin .textbox input {

    width: 250px;
    height: 40px;
}

.button {  
    width: 250px;
    height: 40px;
}

 /**************************************MAP************************************************************/
 /* gerer la taille de la MAP*/
 #googleMap{
    height: 380px;
    width: 80%;

 }
 /********************************************yogaInfo *******************************************/

#yoga div h1, #naturopathie div
h1{

    font-size: 30px;

}
.textYoga p ,.textNaturo p {
    font-size: 22px;
}

    #yoga{
         margin-top: 7%;
   
        height: 350px;
      
    } 

    #naturopathie{

        height: 300px;
    } 


.yogaImage{

width: 35%;
float: left;
 margin-left: 5%;

}
.textYoga{
    float: right;
    width: 50%;
    margin-right: 5%;
}
.naturoImage{
    width: 35%;
    float: left;
     margin-left: 5%;
}
.textNaturo{
    float: right;
    width: 50%;
    margin-right: 5%;
}
#tableTarifYoga{
    float: left;
    width: 30%;
    margin-left: 5%;
    margin-bottom: 10px;
   
}

#tableTarifNaturo
{
float : right;
  width: 40%;
  margin-right: 5%;
  margin-bottom: 10px;
}
th {
   
   font-size: 30px;

}
 td {
 
    font-size: 22px;

}

/****************bar de recherche**********************************************************/
#barRecherche{
    width: 420px;
    font-family: book;
    font-size: 18px;
    font-weight: bold;
    margin-top: 7%;
    margin-left: 35%;
}
#nom{
    width: 290px;
    height: 35px;
}


.adherent_preview {
    padding: 10px;
    background-color: rgb(245, 245, 245);
}
.adherent_preview:hover {
    cursor: pointer;
    background-color: rgb(240, 240, 240);
}
#selectionner{
    width: 120px;
    height: 35px;
}
#output{
    width:290px;
    margin-left: 35%;
    font-size: 18px;
}
/**********************************fiche adherent*************************************************************************/
 

 #ficheAdherent{
    margin-left: 5%;
    width: 30%;
    margin-top: 2%;
    float: left;
}
#titreF{
    width: 40%;
    margin-left: 30%;
    text-align: center;
    margin-top: 40px;
    font-size: 30px;
    color: #2c4271;
  }
.fiche label {
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 16px;
}
.titre{
    text-align: center;
    font-size: 30px;
}
#abonnement{
    float: right;
    margin-right: 5%;
    width:30%;
    margin-top: 2%
}
#modifSaved{
    margin-left: 28%;
    font-size: 26px;
    color: #2c4271;

}
/******************************************************gestion abonnement*********************************************/
#btModif{
    margin-top: 0px;
}
.enteteCentre{
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: bold;

}
.abonnement{
    margin-top: 10%;
    width: 100%;
    margin-left:0px;
}
#tableAbbo{
    width: 50%;
    margin-left:3%;
    float: left;

}
#tableAbbo input {
    font-size: 18px;

}
#tableAbbo th {
    font-size: 24px;
}
#creationAbo{
    width: 35%;
    float: right;
    margin-top: 6px;
    margin-right: 3%;
}
#creationTitre{
    font-size: 36px;
    font-weight: bold;
}
#creationAbo label {
    margin-top: 10px;
    font-size: 22px;
    margin-bottom: 10px;
}
#creationAbo button {
    margin-left: 30%;
    width: 40%;
}
#creationAbo #tarif1 {
    width: 30%;

}
#creationAbo #nbS {
    width: 30%;

}
#creationAbo #duree {
    width: 30%;

}

#creationAbo input {
    font-size: 18px;

}
#tarif2{
  width: 13%;
}

#creationAbo select {
    width: 30%;
    font-weight: bold;
    font-size: 18px;

}
#btSupp{
    background: #F02D3A;
    margin-top: 0px;
}
#abo_supp{
    color: red;
     font-size:30px;

}
/***********************************Souscription*****************************************/
#abonnement1{
    width: 55%;
    float: right;
    margin-right: 10px;
    margin-top: 25px;
}
.th{
    font-size: 17px;
}
#trH:nth-child(even){
  background-color: #f2f2f2;
}
#trH td {
    font-size: 16px;
    text-align: center;
}


.enteteHistorique{
    font-size: 28px;
    text-align: center;
    font-weight: bold
}

/***********************ajouter abonnement********************************************/
.souscription-form{
    width: 400px;
    height: 520px;

}
#titreSouscription{
    text-align: center;
    color: #337ab7;

}
#titreSouscription label {
 font-size: 26px;
font-weight: bold;


}

#Buttonsouscription{
    width: 60%;
    margin-top: 20px;
    margin-left: 20%;

}
.textbox{
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
}
form.souscription-form .textbox div{
    height: 50px;
    
}

form.souscription-form .textbox div input, form.souscription-form .textbox div select {
    background: #E0E0E0;
    border-bottom: 1px solid #333;
    border-left: 1px solid #000;
    border-right: 1px solid #333;
    border-top: 1px solid #000;
    color: #111;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font: 13px Arial, Helvetica, sans-serif;
    padding: 6px 6px 4px;
    width: 200px;
    height: 40px;
    float: right;
    margin-top: 10px;

}
form.souscription-form .textbox div label {
    text-align: right;
    float: left;


}
form.souscription-form input:-moz-placeholder , form.souscription-form select :-moz-placeholder{
    color: #bbb;
    text-shadow: 0 0 2px #000;
}

form.souscription-form  input::-webkit-input-placeholder, form.souscription-form  select::-webkit-select-placeholder  {
    color: #424242;
  
}

.souscription-popup {
    display: none;
    background:#fff;
    padding: 10px;
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999999999;
    box-shadow: 0px 0px 20px #999;
    /* CSS3 */
        -moz-box-shadow: 0px 0px 20px #999;
    /* Firefox */
        -webkit-box-shadow: 0px 0px 20px #999;
    /* Safari, Chrome */
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    /* Firefox */
        -webkit-border-radius: 3px;
    /* Safari, Chrome */

}

/***************************************************************AjoutSeance*******************************************************************************************/


 
    .ajoutSeance-popup {
    width: 500px;
    height: 460px;
}

form.formSeance.textboxSeance label {

    width: 50px;
  

}
form.formSeance.textboxSeance input, form.formSeance.textboxSeance select{

    width: 250px;
    height: 40px;

}

.buttonSubmit{  
    width: 150px;
    height: 40px;
    margin-left: 170px;
    margin-top: 30px;
}




/***************************************************************AnnulSeance*******************************************************************************************/

 
    .annulSeance-popup {
    width: 400px;
    height: 350px;
}

  .inscrireSeance-popup2  {
    width: 500px;
    height: 440px;
}


form.formSeance2.textboxSeance2 label {

    width: 50px;
  
}


form.formSeance2.textboxSeance2 input {

    width: 300px;
    height: 40px;

}


.buttonSubmit2{  
    width: 180px;
    height: 40px;
    float: right;
    margin-right: 80px;
}

.annulBoutton .buttonSubmit2, .inscrireBouton .buttonSubmit2{
  margin-right: 40px;
}
/***************************************************************modifSeance*******************************************************************************************/

 
    .modifSeance-popup {
    width: 450px;
    height: 480px;
}

form.formSeance3.textboxSeance3 label {

    width: 50px;
  

}


form.formSeance3 .textboxSeance3 input {

    width: 180px;
    float: right;

}

.buttonSubmit3{  
    width: 140px;
    height: 40px;
    margin-left: 140px;
}

.textboxSeance3 select{
    width: 180px;
    float: right;
}


/************************Modif Seance calendrier ******************************/

#modifSeance-box2.modifSeance-popup{
  height: 420px; 
}



/*************************Inscription Seance*********************************/

  form.formSeance3 .textboxSeance3 input#selectionnerNom{
    float: left;
    width: 120px;
    height: 35px;
    margin-left: 50px;
    margin-bottom: 15px;
  }
  form.formSeance3 .textboxSeance3 input#nomInscrit{

    height: 35px;
    width:220px; 
    float:left;
    margin-bottom: 15px;
  }

.adherent_preview{
  width:220px;
}




