/*header*/
.header_logo {
    width: 100%;
    margin-top: 5rem;
}

.header_icone {
    position: absolute;
    margin-top: 3rem;
    right: 5%;
}

.langue {
    position: absolute;
    top: 5%;
    left: 70%;
}

/*body*/

button a {
    color: #000;
}

.legende {
    font-size: 1.5rem;
    text-align: right;
    margin-right: 5px;
    margin-top: -3px;
}


.separation {
    background-color: #000;
    margin-top: 5rem;
    margin-bottom: 4rem;
    width: 80%;
    display: block;
    margin: auto;

}

text {  
    font-family: 'Secular One', sans-serif;
    font-family: 'Lato', sans-serif;
}

H1 {
    font-family: 'Secular One', sans-serif;
    font-size: 3rem;
    margin: auto;
    text-align: center;
    margin-top: 4rem;
    width: 70%;
    margin-bottom: 5rem;
}

p {
    line-height: 2.9rem;
    margin: 3rem;
}

.btn {
    font-family: 'Secular One', sans-serif;
    font-size: 2rem;
    display: block;
    height: 5rem;
    width: 60%;
    margin: auto;
    margin-top: 5rem;
    background-color: #00000000;
    border: #000 solid 2px;
    padding: 1rem;
    margin-bottom: 6rem;
    color: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}



span  {
    font-weight: bold;
}

.image {
    margin-top: 7rem;
    width: 100%;
}

.article_image {
    width: 100%;
    margin-top: 3.5rem;
}

.vers_article {
    text-align: center;
    display: block;
    position: relative;
    font-family: 'Secular One', sans-serif;
    font-weight: bold;
    font-size: 3rem;
    background-color: #fff;
    width: 60%;
    height: 5%;
    top: -15rem;
    padding: 10px 50px;
    margin-left: 0;
}

.info {
    margin: 30px;
    margin-bottom: 2rem;
}


blockquote {
    font-style: italic;
    margin-bottom: 5rem;
}

.citation {
    display: block;
    font-style: italic;
    margin-bottom: 5rem;
}

figcaption {
    font-size: 1.5rem;
    text-align: right;
    margin-right: -1px;
    margin-top: -2px;
}

/*articles*/

.btn_ctn {
    font-family: 'Secular One', sans-serif;
    margin-left: 10%;
    margin-top: 2rem;
    padding: 7px 15px;
    background-color: #00000000;
    border-color: #000;
}

.text_dsc {
    font-size: 1.8rem;
    margin-bottom: 0;
    margin-top: 0;
}

.description {
    background-color: #00000000;
    border-color: #00000000;
    margin-left: 3rem;
    font-size: 1.5rem;
    margin-top: 0;
}

.retour {
    display: flex;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 2rem;
    display: block;
    height: 7rem;
    height: 5rem;
    width: 50%;
    margin: auto;
    margin-top: 5rem;
    background-color: #00000000;
    border-color: #00000000;
    color: #000;
    padding: 1rem;
    margin-bottom: 6rem;
    margin-bottom: 6rem;
    color: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*contact*/

.contact {
    margin-top: 1rem;
    padding: 3rem;
}

.inscription {
    color: #000;
    font-size: 16px;
    width: 90%;
    margin-left: -1.5rem;
    margin-left: 2rem;
}

.zone {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    display: block;
    border-color: #000;
    width: 90%;
    margin: auto;
    height: 4rem;
    padding: .5rem;
}

.actualite {
    display: flex;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: -.1rem;
    margin-left: .5rem;
}

/*footer*/

footer {
    background-color: #161212;
    padding-bottom: 10rem;
    padding-top: 10rem;
}

footer .social_network {
    justify-content: center;
    gap: 1rem;
    margin-left: 40%;
    display: flex;
}

h3 {
    font-family: 'Secular One', sans-serif;
    color: #fff;
    margin-top: 7rem;
    margin-left: 3rem;
    margin-bottom: 4rem;
}

.separation_footer {
    color: #fff;
    margin-top: 4rem;
    margin-bottom: 4rem;
    display: block;
    width: 80%;
    margin: auto;
}

.footer_text {
    font-family: 'Secular One', sans-serif;
    color: #fff;
    font-size: 1.5rem;
    margin-left: 3rem;
    width: 12rem;
    line-height: 1.3;
}