/** @format */

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    color: rgb(0, 0, 0);
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

hr {
    max-width: 100vw !important;
}
article {
    width: 100%;
    font-family: "Roboto", sans-serif;
}

header {
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

header > img {
    width: 90%;
    max-width: calc(60vh * 1.8);
    margin-top: 20px;
    border-radius: 8px;
}

header > p {
    max-width: 900px;
    margin-top: 44px !important;
    font-size: 1.725rem;
    text-align: center;
}

h1 {
    max-width: 80%;
    margin-top: 27px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 3.5rem;
    text-align: center;
}
main {
    width: 90%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    margin-top: 60px;
    overflow-x: hidden;
}

main > img {
    max-width: 750px;
    margin-top: 25px;
    border: solid 2px red;
    outline: solid 2px red;
    border-radius: 10px !important;
}

main p {
    max-width: 1000px;
    margin-top: 25px;
    font-size: 1.4rem;
}

main > .tableDesMatieresContainer {
    width: 100%;
}

main > .tableDesMatieresContainer > .tableDesMatieres {
    width: 100%;
    max-width: 850px;
    margin-top: 30px;
    padding: 20px;
    background-color: rgb(245, 245, 245);
    border-radius: 20px;
    color: #1d1d1d;
}

main
    > .tableDesMatieresContainer
    > .tableDesMatieres
    > label {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1d1d1d;
}

.listeDecalage1 {
    margin-left: 25px;
}

ul > li > a {
    text-decoration: underline !important;
    color: #1f19c2;
}

#debutDuGuide2024 {
    width: 100%;
    margin-top: 20px;
    font-size: 2.5rem;
    text-decoration: underline 2px rgb(61, 61, 61) !important;
    text-align: left;
}

.article {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.article > h3 {
    width: 100%;
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
    /* margin-top: 60px; */
}

.article > img {
    width: 100%;
    max-width: 700px;
    margin-top: 20px;
    border-radius: 8px;
}

.article > .texteResume {
    width: 100%;
    max-width: 1000px;
    margin-top: 30px;
    font-size: 1.5rem;
    color: #444444;
    text-align-last: left;
}

.article > .texteResume > strong {
    color: #262626;
}

a {
    font-weight: bold;
    text-decoration: underline !important;
    color: #3b05ff;
}

.article > .liste {
    width: 100%;

    max-width: 1000px;
}

.article > .liste > p {
    font-size: 1.5rem;
    font-weight: 700;
}

ul {
    padding: 20px;
}

li {
    margin-bottom: 15px;
    font-size: 1.3rem;
}

/*  */

nav {
    height: 52px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-bottom: solid 1px #dddddd;
}

nav > div {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

nav > div > * {
    user-select: none;
}

footer {
    max-width: 100vw;
    overflow: hidden;
}

footer a {
    text-decoration: none !important;
    color: #1d1d1d;
}

/* /////////////////////////////// */

main .presentationArticlesPrincipaux {
    margin-top: 48px;
    /* margin-top: 12px; */
    padding: 32px 40px;
    padding-bottom: 54px;
    background: linear-gradient(#00b7ff1a 10%, #ffffff);
}

main .presentationArticlesPrincipaux * {
    text-decoration: none !important;
}

.containerArticlesVedettes {
    width: 100%;
    max-width: 1100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-items: stretch;
    margin: auto;
    margin-top: 20px;
    padding: 24px;
}

.articlesVedette {
    width: 30%;
    min-width: 200px;

    display: flex;
    flex-direction: column;
    overflow: hidden;

    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(11, 11, 11, 0.265);
    border-radius: 12px;

    cursor: pointer;
    transition: 0.15s;
}

.articlesVedette:hover {
    scale: 1.02;
}

.articlesVedette > img {
    height: 140px;
    width: 100%;
    object-fit: cover;
}

.articlesVedette > .titreEtResumeArticlesVedette {
    display: flex;
    flex-direction: column;
    padding: 16px;
    padding-bottom: 24px;
}

.titreEtResumeArticlesVedette > .titreArticlesVedette {
    font-size: 1.5em;
    font-weight: bold;
    color: #000000;
}

.titreEtResumeArticlesVedette > .resumeArticlesVedette {
    margin-top: 12px;
    font-size: 1.15em;
    color: #303030;
}

.bouton100Articles {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 24px;
    background-color: #3d75f7;
    border-radius: 8px;
    font-size: 1.3rem;
    text-decoration: none;

    color: #ffffff;
    cursor: pointer;
    transition: 0.2s;
}

.bouton100Articles:hover {
    background-color: #4a80ff;
}

@media screen and (max-width: 610px) {
    h1 {
        padding-right: 16px;
        padding-left: 16px;
        font-size: 2rem;
    }

    main .presentationArticlesPrincipaux {
        padding: 32px 8px;
        padding-bottom: 14px;
    }

    .articlesVedette {
        width: 90%;
    }

    header > p {
        font-size: 1.5rem;
    }
    .partieRechercheArticlesContainer > h3 {
        margin-top: 12px;
        padding: 0 4px;
        padding-left: 12px;
    }
}

@media screen and (max-width: 888px) {
    .containerArticlesVedettes {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .containerArticlesVedettes > div {
        width: 90%;
    }
}

.partenaireeTarget {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.partenaireeTarget > p {
    font-size: 2rem;
    font-weight: bold;
    color: #262626;
}

.partenaireeTarget > div {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: start;
    gap: 32px;
    margin-top: 32px;
    padding: 0 45px;
    flex-wrap: wrap;
}

.partenaireeTarget > div > img {
    width: 150px;
}

.partenaireeTarget > a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 44px;
    padding: 16px 20px;
    background-color: #3d75f7;
    border-radius: 8px;
    font-size: 1rem;
    text-decoration: none !important;

    color: #ffffff;
    cursor: pointer;
    transition: 0.2s;
}

.partenaireeTarget > a:hover {
    background-color: #4a80ff;
}
