#divcalglobal{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top:120px;
}
body{
    background-image: radial-gradient(circle, #18213b, #18213f, #192143, #1a2146, #1b214a);
}
#divcaltext{
    background-color: #243a64;
    min-width: 34vw;
    width:34vw;
    border: 2px solid rgb(156, 160, 50);
    padding-left: 1vw;
    padding-right: 1vw;
    color: #CCCDD0;
    font-size: 1rem;
    align-items: center;
    display: flex;
    justify-content: center;
}

#tablecalendrier{
    color: #CCCDD0;
  width: 20vw;
  border: 1px solid #CCCDD0;
  border-collapse: collapse;
  margin-top:2vh;
  margin-bottom:2vh;
}
#tablecalendrier th{
  font-size: 1.4rem;
  text-align: center;
  cursor:pointer;
  border: 1px solid #CCCDD0;
  border-collapse: collapse;
}
#tablecalendrier td{
  font-size: 1.3rem;
  border: 1px solid #8f8f8f;
  border-collapse: collapse;
  height:5vh;
  position: relative;
}
#tablecalendrier td,th{
  text-align: center;
  padding-left: 1vw;
  padding-right: 1vw;
  padding-top: 0.5vh;
  padding-bottom: 0.5vh;
}
#tablecalendrier #Weeknow{
    font-weight: bold;
    border: 3px solid #CCCDD0;
}
#divcalendar{
  font-size: 1rem;
  width:8vw;
  margin-right:2vw;
  margin-left:1vw;
}
.imglogo{
    max-width:340px;
    margin-right: 40px;
    position: absolute;
    top: 30px;
    left: 24px;
}