/* BLOC */

/* Couleur pour mes liens */

a:link{
    color:black;
}

a:visited{
    color:black;
}

a:hover{
    color:rgb(255, 255, 255) !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(196, 10, 10);
}

.footer{
    background-color: rgb(196, 10, 10);
}

/* #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: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    transition: all 0.5s;
    position: relative;
}

#img90:hover{
    scale: 1.7;
    z-index: 1000;
}

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