/*  Auteur :        Steffen Jonathan
    Date :          12.01.2022
    Description :   Page css de la page d'accueil ainsi que la page des sources*/

#background {
    background-image: url('../images/background-accueil.png');
}

header>a {
    width: 25%;
}

#contenuAccueil {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 7.5em;
}

#gif {
    padding-left: 2%;
    padding-right: 5%;
    height: 300px;
}

p {
    color: white;
    font-weight: bold;
    width: 300px;
    padding: 2%;
    text-align: justify;
    background-color: blue;
    opacity: 0.7;
}

.image {
    height: 300px;
    padding-right: 2%;
    padding-left: 5%;
}

.sources {
    width: 16%;
}

.conteneur {
    padding: 2%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

div>a>img {
    width: 100%;
}