/* 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: rgb(222, 81, 0);
}

.footer{
    background-color: rgb(222,81,0);
}

.left{
    text-align: left;
}

.justify-left{
    text-align: justify;
}

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

#imgLot{
    width:90%;
    height:auto;
}

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

#smallSize{
    font-size: x-small;
}