
*, *:before, *:after {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;

}
body{margin: 0;
padding: 0;}

#background{
    width:100%;
    height:100vh;
    margin: 0;
    position: fixed;
    top:0;
    z-index: 0;
    
}


#background>img{

   opacity: 0.5;
  
}
.frmLogin{
    display: block;
    position:absolute;
    //height:300px;
    margin-top:-200px;
    padding: 20px 70px;
    line-height: 3em;
    top:50%;
    left:50%;
    Color:black;
    margin-left:-225px;
    background: rgba(255,255, 255, .5);

    box-shadow: 0 13px 21px rgba(0, 0, 0, 0.05);
    border-radius:10px;
    //background-color: white;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
  }

  .frmLogin label{
    display: inline-block;
    width:130px;
  }
  .content1{
    margin: 0;
    padding:0;
    position:fixed;
    width: 100%;
   // width:var(--largeurPage);
    top:0px;
  
    //transform:translate(-50%, 0);
    height:100vh;
  
   
}
.content2{
    position:relative;
   // display: block;
    top:0px;
    //width:var(--largeurPage);
    //left:50%;
   //transform:translate(-50%, 0);
    padding:0;
    //margin: 10px;
    //margin-top:40px;
    /* overflow:scroll; */
    /* overflow-x: hidden; */
}
.cellperiode .CarreActPlanif img{
  margin: 0 auto;
}
.CarreActPlanif .icone{
  float:left; 
  margin-right:5px;
  width:2.3vw;
  height:2.3vw;

}
.CarreActPlanifHebdo{
  font-size: 10pt;
  padding:10px; 
  //background-color:#dedddd;
  width:180px; 
  height:200px;
  margin:5px;font-weight:bold;
  border-radius:5px;
  overflow: hidden;
  //display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:column;
  color:white;
  
}
.CarreActPlanifHebdo img{
      margin-bottom: 20px;
      width:65px;
      height:65px;
      //object-fit: cover;
}
.CarreActPlanifImp{
  font-size: 10pt;
  padding:10px; 
  background-color:#dedddd;
  width:200px; 
  height:200px;
  margin:5px;font-weight:bold;
  border-radius:5px;
  cursor:pointer;
  overflow: hidden;

}
.CarreActPlanif{
  font-size: .75vw;
  padding:10px 5px; 
  position: relative;
  /* width: 165px;  */
  width:80wv;
  height:50wv;
  margin:5px;font-weight:bold;
  border-radius:5px;

  overflow: hidden;
  color:white;
  display:flex;
 background-color: var(--colorCat);
}
.cadreP{
  position: absolute;
  right: 2px;
  top: 2px;

  z-index:500;

}
.ckpublie{
  
 
}
.calendrier th{
  background-color: rgb(180, 180, 180);
  font-size:1vw;
}

.calendrier table{
  border-spacing:5px;
}
.calendrier  td{
       vertical-align: top;
        height: 170px; 
       width: 10%;
       background-color: white;
       box-shadow: inset 3px 2px 10px 3px #A8A8A8;
       padding: 10px;
      border-radius: 10px;
}
.calendrier{position: relative;
         // background-color: #dfdede;
          padding:10px;
          width:70%;
          margin-left:auto;
          margin-right: auto;
          }
.frame{
  background-color: rgba(255, 255, 255, .5);
    padding:30px;
      margin: 0 auto;
}
.maccueil{
  width: 700px;

  height: 100vh;


  line-height: 80px;
}
.maccueil a{
  text-decoration: none;
  display: block;
  padding: 20px;
  background-color: white;
  margin: 10px;
  font-size: 26pt;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, .8);
  display: flex;
  align-items: center; /* Aligne verticalement au centre */
  
  
}
.maccueil a:hover{

  background-color: white;
  margin-left: 30px;
}
.maccueil a span{font-weight: bold;       
  font-family: "Exo 2", serif;
          }
.maccueil a img {
margin:20px;
}
.SelectMois a{
  margin: 0;
  padding:0;
 // background-color: blue;
 // text-align: bottom;
vertical-align:middle;
 height:20px;
 
}

.SelectMois a img{height:20px}
.SelectMois{
  margin: auto 0;
  font-weight:bold;
  text-align: center;
  font-size: 18pt;

}
.SelectMois select{
  margin:0;
  padding: 0;
}

.btnAccueil{
    position: absolute;
    right:10px;
    top:10px;
    width: 200px;
    margin: auto;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    height: 70px; 
    padding: 10px;
  
    background-color: white;
    border-radius:10px
}
.btnAccueil p{
  text-align: center;
  width:75px;
  font-family: "Exo 2", serif;
  font-weight: bold;
  font-size: 25pt;
  margin-left: 5px;

}
.btnAccueil img{
  max-width:50px; /* S'assure que l'image ne déborde pas */
  height: auto; 

}
.lstParticipant{
  background-color: rgba(255, 255, 255, .5);
  width: 25vw;
 // height: 10vw;
  padding: 30px;
}
.lstParticipant a{
  text-decoration: none;
  display:block;
  margin:30px;
  padding: 15px;
  font-size: 15pt;
  font-weight: bold;
  background-color: white;
  color:black


}
.lstParticipant center{
  font-size: 20pt;
  font-weight: bold;
}
.lstParticipant a:hover{
  color:rebeccapurple;
  border:1px solid rebeccapurple;
}
.fparam{
  
    width: 700px;
    margin: 0 auto;
    height: 100;
    background-color: rgba(255, 255, 255, .5);
    padding:30px;
    height:100vh;
    line-height: 2em;
  
}
.fparam label{
  display:inline-block;
  width:240px;
}
.titreHoraireImp img{
  
  vertical-align:top;
 height: 15px;
}
.titreHoraireImp b{
  vertical-align:bottom;
}
.JourCalHebdoMulti{
  line-height: 1.6em
}
.lesAlbums a{display: inline-block;
          text-align: center;
          background-color: #dddada;
        padding: 15px;
        margin: 10px;
      text-decoration: none;}
.affUnAlbum {
  width: 80%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, .8);
}
.affUnAlbum img{height:150px}
.btnAffImageGrandFormat{display: inline-block;
                background-color: #e6e4e4;
              margin: 15px;
            padding: 10px;
          text-align: center;
        text-decoration: none;}
.fond{
    display:none; 
    position: fixed;
    left: 0px;
    top:0px;
    background-color: rgba(0,0, 0, 0.7);
    width:100%;
    height:100%;
    z-index: 5000;
    justify-content: center;
    align-items: center;
 
}
.AffGrandImage .nav{
    margin:15px;
}
.AffGrandImage{
    justify-content: space-between;
}

.imgfermer{
    position: absolute;
    right: 10px;
    top:10px;
    color:white;
    z-index: 1000;
}

