/* BLOC */

*{
    scroll-behavior: smooth;
}

/* Couleur pour mes liens */

a:link{
    color:black;
}

a:visited{
    color:black;
}

a:hover{
    color:rgb(255, 255, 255) !important;
}

main{
    a:hover{
        color: black!important;
    }
}

/* .Classe */
.row{
    margin-right: 0px !important;
}

.raleway-font {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.navbar{
    background-color: rgb(12, 160, 173);
}

.footer{
    background-color: rgb(12, 160, 173);
}


/* #ID */

#background{
    height: auto;
    width: auto;
    text-align: center;
    background-image: url(/img/whiteBackground.jpg);
    background-repeat: repeat;
    background-size:contain;
    background-position: center;
}

#imgAuto{
    width:auto;
    height:auto;
}

#img110{
    width:110%;
    height:100%;
}

#img90{
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}