/* BLOC */

*{
    scroll-behavior: smooth;
}

/* Couleur pour mes liens */
a:link{
    color:rgb(255, 255, 255);
}

a:visited{
    color:rgb(255, 255, 255);
}

a:hover{
    color:rgb(67, 70, 253) !important;
}

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

    a:link{
        color: black!important;
    }
    
    a:visited{
        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(4, 12, 88);
}

.footer{
    background-color: rgb(4, 12, 88);
}

/* #ID */

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

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