*,html{
    font-family: 'Muli';
    --my-blue-3: #2481d7;
}

.info-cra{
    display: flex;
    flex-direction: column;
    height: 900px;
    justify-content: center;
    background-color: #307FE2;
    position: fixed;
}

.info-cra a {
    color: white;
}

.month-year h1{
    font-weight: 900;
    color: #ffffff
}
input#craForm{
    background-color: white;
    width: 100%;
    border-radius: 300px;
    height: 40px;
    font-weight: 600;
    color: #307FE2;
    margin-top: 30px
}
#CraBundle_cra_craSociete{
    height: 40px;
}
.list-cra ol li{
    text-align: left;
    margin: 10px 0
}
.list-cra{
    margin-top: 40px;
    color: white;
    font-weight: 800;
}
.how{
    text-decoration: underline;
    font-size: 12px;
}
.calendar__weekday {
    font-weight: 700;
    margin: 0;
    font-size: 20px;
}
.calendar__day {
    font-weight: 900;
    font-size: 20px;
    color: var(--my-blue-3);
    margin-top: -9px;
}
.absence-select {
    border: 2px solid #307fe2;
    border-radius: 0px;
    -webkit-appearance: none;
    padding: 5px;
    margin: 3px 0;
    width: 100px;
}
.heure-supp {
    width: 100px;
    border: none;
    background-color: #f3f3f5;
}
.nbr-heure-supp {
    width: 100px;
}
.calendar__table.calendar__table--5weeks{
    margin-left: 100px;
}
.cra-modele td{
    padding: 5px 20px;
    border: solid 1px #e8e8e8;
}

.cra-modele {
    overflow:scroll;
}

.title-cra{
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 20px;
}