@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@500&display=swap');


html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    position: absolute;
}

body {



    position: absolute;
    width: 100%;
    height: auto;

}

p {
    color: #ffffff;
    font-size: xx-large;
    margin-left: 2em;
    padding-bottom: 2em;
}


a {
    font-style: normal;
    text-decoration-line: none;
}

a.lien-classique {
    color: #0f334b;
}




.header {
    display: flex;
    justify-content: space-between;
    height: auto;
    margin-left: 1em;
    /* margin-bottom: 1em; */
    /* overflow: hidden; */
    z-index: 1;
}

.recap-contributeurs {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
    width: 20%;
    margin-top: 2em;
    margin-bottom: 2em;

    color: #ffffff;
}



.titre-fenetre {
   
    margin-top: 40px;
    color: #ffffff;
    font-size: 4em;
}

.titre-article {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 1em;
    margin-left: 6%;
}

.contact-info {
    color: #ffffff;
    font-size: 1em;
    margin-left: 6%;
    margin-bottom: 3%;
}

.presentation-fenetre {
    height: auto;
    color: #ffffff;
    width: 100%;

    .encart {
        width: 90%;
        height: 90%;
        max-height: 40em;
        margin-top: 8em;
        margin-left: 5em;
        overflow: hidden;
        background-color: rgb(41, 78, 102);
        opacity: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 12px;

    }

    font-size: 17px;
    z-index: 1;
    margin-left: 5%;
    display: flex;
    flex-wrap: wrap;
    text-align: justify;
}


.presentation {
    width: 90%;
    z-index: 1;
}

.recap-productions {
    width: 90%;
    margin: auto;
    height: 80%;
    margin-bottom: 1.5em;
    background-color: #ffffff;
    opacity: 150%;

    border-radius: 12px;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;

}

.globalview-production {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 45%;
    margin-top: 1em;
    margin-bottom: 1em;
}

.view-production {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 80%;
}

.exit-button {
    height: 30px;
    width: 30px;
    margin-top: 1.5em;
    margin-right: 1.5em;
    background: url(../ElementsGraphiques/FenetresThematiques/Croix.png);
    background-size: cover;
}

.nom-production {
    font-size: 1.5em;
}

.access-production {
    width: 1em;
    height: auto;
    background: url(../ElementsGraphiques/FenetresThematiques/bourgeon.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    transform: scale (1);
    border-radius: 50% 50%;
    background-position: center;
    margin: auto;
    border: none;
}




.access-contributeur {
    background-image: url(../ElementsGraphiques/FenetresThematiques/profil\ icone.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50% 50%;
    border: none;

}

.contributeurs-liste {
    display: flex;
    justify-content: start;
}

.access-contributeur-liste {
    background-image: url(../ElementsGraphiques/FenetresThematiques/profil\ icone.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50% 50%;
    border: none;
}

.nom-contributeur {
    width: 75%;
    padding: 7px;
    font-size: large;
    color: antiquewhite;
}


.nom-contributeur-liste {
    width: 75%;
    padding: 7px;
    font-size: large;
    color: antiquewhite;
}

.view-contributeur {
    display: flex;
    justify-content: space-around;
}



body {

    position: absolute;

    width: 100%;

    height: auto;
}

#Navigation {
    position: absolute;
    height: auto;
    width: 90%;
    left: 10%;
    top: 2.5%;
    font-size: 2vw;
    display: flex;
    justify-content: space-around;
    font-family: Alegreya Sans;
    font-weight: 300;

}

.wallpaper {
    position: relative;
}

.wallpaper img#fond-add {
    max-width: 100%;
    padding: 0;
    z-index: 0;
}


.encart {

    top: 10%;

    position: absolute;

    left: 5%;

    width: 90%;

    max-height: fit-content;

    margin: 1.5em auto;

    overflow: hidden;

    background-color: rgb(41, 78, 102);

    opacity: 80%;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    border-radius: 12px;

    z-index: 1;

    font-family: Alegreya Sans;

}


.date-publication {
    margin-left: 70%;

    color: #888888;
    font-size: 11px;
}