@font-face {
    font-family: Rockwell;
    src: url(fonts/rockwell.otf);
}

html, body {
    background-color: #242000ff;
    padding: 0;
    margin: 0;
    font-family: Rockwell, Arial;
    height: 100%;
}

@font-face {
    font-family: beaver;
    src: url(fonts/Beaverpunch.otf);
}

.header {
    width: 1000px;
    margin: auto;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.logo_header {
    display: flex;
    flex-direction: column;
}

.logo_header_jaune {
    background-color: #dccb54ff;
    font-family: beaver;
    color: #4a7c55ff;
    font-size: 30px;
    height: 60px;
    min-width: 200px;
    border-radius: 10px;
    position: relative;
    overflow: visible; /* permet à l'image de dépasser du conteneur */
    display: flex;
    align-items: flex-end;
}

.logo_img {
    position: absolute;
    height: 100px;
    top: -20px;
    left: -20px;
}

.header_logo_txt {
    margin-left: 30px;
}

.header_logo_txt span {
    color: #e0efd0ff;
}

.logo_header_sous_texte {
    color: #dccb54ff;
    margin-left: 30px;
}

.menu_header {
    display: flex;
    flex-direction: row;
    height: 60px;
    align-items: center;
    gap: 40px;
}

.dropdown_button {
    background-color: #242000ff;
    color: #dccb54ff;
    border: none;
    border-bottom: 2px dashed #dccb54ff;
    padding: 10px;
    font-size: 15px;
    cursor: pointer;
}

.dropdown_button:hover {
    background-color: #3d3600ff;
}

.drop_down_menu {
    background-color: #fff7bfff;
    height: 0;
    width: 1000px;
    margin: auto;
    margin-top: 10px;
    border-radius: 10px;
    transition: height 0.3s ease;
    opacity: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.drop_down_menu.show {
    opacity: 1;
    height: 80px;
    padding: 20px;
    box-sizing: border-box;
    gap: 20px;
}

.lien_menu {
    padding: 10px;
    border: 2px solid #242000ff;
    border-radius: 10px;
}

.lien_1 {
    color: #242000ff;
}

.arbre_site {
    width: 1000px;
    margin: auto;
    color: white;
    padding: 10px;
    box-sizing: border-box;
    font-style: italic;
}


/*---------------------------- FIN DU HEAER ---------------------------------*/

.corps {
    width: 1000px;
    margin: auto;
    margin-top: 10px;
    display: flex;
    gap: 10px;
    min-height: 75vh;
    margin-bottom: 20px;
}
/*----------------------------SIDER ---------------------------------*/

.sider {
    border: 2px dotted #dccb54ff;
    width: 240px;
    margin: auto;
    margin-top: 10px;
    border-radius: 10px;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 15px;
    box-sizing: border-box;
    gap: 20px;
}

.image_mascotte {
    width: 50px;
    margin: auto;
}

.sider_txt {
    text-align: center;
}

.sider_menu {
    text-align: left;
}

.sider_menu ul li {
    padding: 5px;
}

.lien_4 {
    color: #dccb54ff;
    text-decoration: none;
}

.lien_4:hover {
    text-decoration: underline;
}
/*---------------------------- BODY ---------------------------------*/

.body {
    width: 750px;
    margin: auto;
    margin-top: 10px;
    border-radius: 10px;
    flex: 1;
}

.dernier_article_container {
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.dernier_article_container:hover {
    background-color: #3d3600ff;
}

.titre_container {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.titre_container span {
    color: white;
    font-size: 13px;
    margin-left: 10px;
    border: 1px solid white;
    border-radius: 5px;
    padding: 5px;
}

.titre_1 {
    font-size: 30px;
    color: #dccb54ff;
    padding: 10px;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: white;
    text-underline-offset: 8px;
    text-transform: uppercase;
}

.resume_article {
    padding: 20px;
    color: #fff7bfff;
    word-spacing: 3px;
    text-align: justify;
    line-height: 1.4;
    text-indent: 2em;
}

.resume_article span {
    color: #4a7c55ff;
    font-size: 13px;
}

.infos_auteur {
    font-size: 13px;
    color: white;
    margin-left: 10px;
}

.container_menu {
    display: flex;
    justify-content: flex-end;
}

.lien_div {
    text-decoration: none;
}

.lien_2 {
    color: white;
    text-decoration: none;
    border: 2px solid white;
    padding: 10px;
    border-radius: 10px;
}

.container_articles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sous_containeur_article {
    width: 330px;
    min-height: 250px;
    padding: 15px;
    border-radius: 10px;
}

.sous_containeur_article:hover {
    background-color: #3d3600ff;
}

/*------------------FOOTER-----------------------*/

.footer {
    height: 80px;;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1000px;
    margin: auto;
    border-top: 2px solid white;
}

.footer_center_text {
    color: white;
    text-align: center;
}

/*-----------------------ARTICLES DEISGN -----------------------------*/

.paragraphe {
    padding: 20px;
    color: #fff7bfff;
    word-spacing: 3px;
    text-align: justify;
    line-height: 1.4;
    text-indent: 2em;
}

.titre_2 {
    font-size: 25px;
    color: #dccb54ff;
    padding: 20px;
    text-transform: uppercase;
}