/* Styles spécifiques aux pages mentions légales */

/* Navbar sticky visible par défaut sur desktop */
@media screen and (min-width: 769px) {
    .header_fixed_sticky {
        position: fixed !important;
        top: 0 !important;
    }

}

/* Polices pour les paragraphes */
p {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

/* Polices pour les titres */
h1, h2, h3 {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
}

a {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

/* Container principal */
.mention_main {
    width: 100%;
    overflow-x: hidden;
}

.mentions_legales {
    background-color: rgb(230, 230, 230);
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
}

/* Container avec breadcrumb */
.mentions_container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 100px 20px 100px;
    box-sizing: border-box;
}

/* Breadcrumb navigation */
.mention_navs {
    width: 100%;
}

.mention_navs li {
    list-style: none;
}

.mention_navs ol {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.mention_navs li:not(:last-child)::after {
    content: " >";
    color: #000000;
    padding: 0 5px;
}

/* Titres */
.mention_tittle h1 {
    padding-top: 30px;
    padding-bottom: 100px;
    font-size: 50px;
}

.mention_legales_tittle {
    text-align: center;
    padding: 50px 20px;
    width: 100%;
}

.mention_legales_tittle h1 {
    font-size: 50px;
    word-wrap: break-word;
}

/* Body principal */
.mention_body {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

/* Container de contenu */
.mentions_legales_container {
    width: 100%;
    padding: 30px 100px;
    box-sizing: border-box;
}

/* Sections */
.mention_section {
    width: 100%;
}

.mention_section h3 {
    padding: 10px 0;
    font-size: 40px;
    word-wrap: break-word;
}

.mention_section p {
    padding: 10px 0;
    color: #50358C;
    text-decoration: underline;
    font-weight: 600;
    font-size: 20px;
    word-wrap: break-word;
}

/* Texte des sections */
.mention_section_text {
    width: 100%;
    box-sizing: border-box;
}

.mention_section_text p {
    font-size: 18px;
    padding: 5px 0;
    line-height: 1.6;
    word-wrap: break-word;
}

/* Section activités */
.activites_section {
    width: 100%;
}

.activites_section h1 {
    font-size: 40px;
    margin: 10px 0;
    word-wrap: break-word;
}

.activites_section p {
    padding: 15px 0;
    line-height: 1.6;
}

.activites_section a {
    text-decoration: underline;
    word-wrap: break-word;
}

/* Listes */
.decoration-list {
    margin: 20px 0;
    text-decoration: underline;
}

.list_sections {
    padding-left: 20px;
}

.list_sections li {
    margin: 15px 0;
    line-height: 1.6;
}

.list_sections_style {
    list-style-type: square;
}

/* Background */
.mentions_background {
    background-image: url(../images/orizon_bg.png);
    background-size: cover;
    background-position: center;
    width: 100%;
}

/* Footer */
.main_footer {
    background-color: #9776dd;
    padding: 30px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.nav_link_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.nav_link_footer a {
    padding: 10px 15px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 16px;
}

.nav_link_footer a:hover {
    transform: scale(1.1);
}

.img_style_2 {
    width: 25px;
    height: 25px;
}

/* Bouton scroll to top */
.fixed_btn {
    background-color: #50358C;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.fixed_btn:hover {
    background-color: #9776dd;
    transform: scale(1.1);
}

.footer_btn_fixed {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}

.img_fixed_btn {
    width: 25px;
    height: 25px;
    filter: brightness(0) invert(1);
}

/* ========== MEDIA QUERIES ========== */

/* Tablettes et petits écrans */
@media screen and (max-width: 991px) {
    .mentions_container {
        padding: 25px 40px 20px 40px;
    }

    .mentions_legales_container {
        padding: 25px 40px;
    }

    .mention_legales_tittle {
        padding: 100px 20px 40px 20px;
    }

    .mention_legales_tittle h1 {
        font-size: 38px;
    }

    .mention_tittle h1 {
        font-size: 38px;
        padding-bottom: 60px;
    }

    .activites_section h1 {
        font-size: 32px;
    }

    .mention_section h3 {
        font-size: 32px;
    }

    .main_footer {
        padding: 25px 40px;
    }
}

/* Tablettes portrait */
@media screen and (max-width: 768px) {
    .mentions_container {
        padding: 20px 25px 15px 25px;
    }

    .mentions_legales_container {
        padding: 20px 25px;
    }

    .mention_legales_tittle {
        padding: 35px 20px;
        padding: 100px 20px 40px 20px;
    }

    .mention_legales_tittle h1 {
        font-size: 32px;
    }

    .mention_tittle h1 {
        font-size: 32px;
        padding-bottom: 50px;
    }

    .activites_section h1 {
        font-size: 28px;
    }

    .mention_section h3 {
        font-size: 28px;
    }

    .mention_section_text p {
        font-size: 16px;
    }

    .main_footer {
        padding: 20px 25px;
    }

    .nav_link_footer a {
        font-size: 14px;
        padding: 8px 12px;
    }

    .list_sections li {
        margin: 12px 0;
    }

    .footer_btn_fixed {
        bottom: 20px;
        right: 20px;
    }
}

/* Mobiles */
@media screen and (max-width: 480px) {
    .mentions_container {
        padding: 15px 20px 10px 20px;
    }

    .mentions_legales_container {
        padding: 15px 20px;
    }

    .mention_legales_tittle {
        padding: 30px 15px;
        padding: 100px 20px 40px 20px;
    }

    .mention_legales_tittle h1 {
        font-size: 26px;
        line-height: 1.2;
    }

    .mention_tittle h1 {
        font-size: 26px;
        padding-bottom: 40px;
    }

    .activites_section h1 {
        font-size: 24px;
    }

    .mention_section h3 {
        font-size: 24px;
    }

    .mention_section p {
        font-size: 18px;
    }

    .mention_section_text p {
        font-size: 15px;
    }

    .main_footer {
        padding: 20px 15px;
    }

    .nav_link_footer {
        gap: 15px;
    }

    .nav_link_footer a {
        font-size: 13px;
        padding: 8px 10px;
    }

    .list_sections {
        padding-left: 15px;
    }

    .list_sections li {
        margin: 10px 0;
        font-size: 15px;
    }

    .decoration-list {
        margin: 15px 0;
        font-size: 15px;
    }

    .footer_btn_fixed {
        bottom: 15px;
        right: 15px;
    }

    .fixed_btn {
        width: 45px;
        height: 45px;
    }

    .img_fixed_btn {
        width: 20px;
        height: 20px;
    }
}

/* Très petits mobiles */
@media screen and (max-width: 360px) {
    .mentions_container {
        padding: 12px 15px 8px 15px;
    }

    .mentions_legales_container {
        padding: 12px 15px;
    }

    .mention_legales_tittle {
        padding: 25px 10px;
        padding: 100px 20px 40px 20px;
    }

    .mention_legales_tittle h1 {
        font-size: 22px;
    }

    .mention_tittle h1 {
        font-size: 22px;
    }

    .activites_section h1 {
        font-size: 20px;
    }

    .mention_section h3 {
        font-size: 20px;
    }

    .mention_section_text p,
    .list_sections li {
        font-size: 14px;
    }

    .nav_link_footer a {
        font-size: 12px;
        padding: 6px 8px;
    }
}
