/* BLOC */
p {
    font-size: 20px;
}

*{
    scroll-behavior: smooth;
}

/* 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: grey;
}

.footer{
    background-color: grey;
}

.contentCenter{
    align-content: center;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

/* #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:95%;
    height:95%;
    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.5;
    z-index: 1000;
}


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