

header{
    background-color: #fff;
    height: 14rem;
}

.link{
display: inline-flex;

}

.titleDay{
    font-family: 4px;
    font-style: italic;
}
.logo {
    max-width: 150px;
    height: auto;
    object-fit: contain;
}

.marginTop{
    margin-top: 20px;
}

.align{
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.alignBusiness{
    display: flex;
   margin-left: 100px;
    flex-direction: row;
}

.droite{
    width: 50%;
    height: 500px;
    
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}


.card{
    border: solid 3px black;
    box-shadow: 10px 5px 5px rgb(143, 184, 230);
    padding-top: 20px;
    
    padding-right: 20px;


}

.checkbox{
border: solid 3px black;
width: 50px;
height: 50px;
box-shadow: 10px 5 px 5px rgb(143, 184, 230);
display: flex;
flex-direction: column;
background-color: aquamarine;
}
.gauche{
    margin-top: 20px;
}

.navbar{
    display: flex;
    flex-direction: row;
}


.button{
    width: 50px;
    height: 50px;
    background-color: blueviolet;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}




.center{
display: flex;
align-content: center;
justify-content: center;
}

.disp{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    border-radius: 5px;
}



.radio{
    display: flex;
    flex-direction: row;
    padding-left: 10px;
    padding-right: 50px;
}


input{
    margin-bottom: 10px;
}

.row{
    display: flex;
    flex-direction: column;
}


.messageAlert{
    color:red;
    font-size: large;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    

}



@media (max-width: 1250px) {
    .logo{
        height: 8rem;
        width: 8lvh;
    }

    .align{
        display: flex;
        flex-direction: column;
    }

    .droite{
        display: flex;
        justify-content: flex-start;
        margin-left: 0px;

    }

    .card{
        margin-top: 30px;
        margin-bottom: 20px;
    }






    .card{
        border: solid 3px black;
        box-shadow: 10px 5px 5px rgb(143, 184, 230);
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 10px;
    
    }

    .login{
        margin-top: 100px;
    }

}

@media (max-width: 800px) {
    .align{
        margin-top: 150px;
    }
    .login{
        margin-top: 150px;
    }
}





