.header {
    background-image: url(../images/orizon_bg.png);
    box-sizing: border-box;
    font-family: helvetica;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
}

*,
 ::after,
 ::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    font-family: Helvetica;
}

button {
    cursor: pointer;
    border: none;
    background: none;
}

a {
    text-decoration: none;
    color: inherit;
}

.aide-main {
    display: flex;
}

.head {
    box-sizing: border-box;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.nav_liste {
    display: flex;
    margin: 0;
    padding-left: 0;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.head_nav {
    display: flex;
    padding-left: 0;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.liste_link_style {
    list-style: none;
    color: #434f61;
    text-decoration: none;
    font-family: helvetica;
}

.liste_style {
    list-style: none;
    color: black;
    text-decoration: none;
    font-family: helvetica;
}

.liste_style_title {
    list-style: none;
    color: black;
    text-decoration: none;
    font-family: helvetica;
}

.liste_link_style:hover {
    text-decoration: underline;
    color: black;
}

.link_style {
    text-decoration: none;
    color: black;
    padding: 15px 20px;
}

.title_first_liste {
    list-style: none;
    text-decoration: none;
    color: #012b30;
    padding: 8px 0px;
    box-sizing: border-box;
}

.leftBorder {
    border-left: 5px solid #9776dd;
    padding-left: 10px;
}

.liste_demande {
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.first_liste {
    padding: 0 20px;
    margin-right: 10px;
    background-color: #f9f7f7;
    box-sizing: border-box;
    transition: left 0.3s ease;
}

.first_liste a {
    color: #012b30;
}

.link_style:hover {}

.btn_compte {
    background-color: #9776dd;
    border-radius: 5px;
    cursor: pointer;
}

.btn_compte:hover {
    background-color: #c5a1fe;
}

.text_align {
    text-align: center;
}

.section {
    padding-top: 10px;
    padding-bottom: 60px;
}

.first_title {
    font-size: 50px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: Marcellus;
}

.img_style {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.main {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 5px;
    width: 100%;
}

.second_liste {
    display: flex;
    flex-wrap: wrap;
    padding: 0 50px;
    box-sizing: border-box;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.second {
    padding: 20px 0px;
}

.listes {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.listes_content {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    justify-content: center;
}

.content a {
    color: #000000;
}

.liste_1 {
    width: 40%;
    padding: 20px;
    margin-bottom: 20px;
    border: solid 1px #e2e8f0;
    border-bottom-width: 3px;
    border-bottom-color: rgba(197, 161, 254, 1);
    border-radius: 5px;
    cursor: pointer;
}

.title_second_liste {
    font-size: 20px;
    margin-top: 10px
}

.listes_content {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    justify-content: space-between;
}

.liste_2 {
    width: 220px;
    /*! height: 70px; */
    padding: 20px 20px;
    margin-bottom: 20px;
    border: solid 1px #e2e8f0;
    border-bottom-width: 3px;
    border-bottom-color: rgba(197, 161, 254, 1);
    border-radius: 5px;
    cursor: pointer;
    background-color: white;
}

.liste_2 a {
    color: #000000;
}

.listes_content_2 {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    list-style: none;
    justify-content: space-between;
    width: 100%;
}

.second_title {
    font-size: 20px;
    font-family: helvetica;
    color: #000000;
}

.second_title h3 {
    padding: 0;
    margin: 20px 0px;
}

.liste_style_2 {
    text-decoration: none;
    font-family: helvetica;
}

.second_main {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: 50px;
}

.main_footer {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    border-top: solid 1px #d1e8df;
    padding: 50px 30px;
    width: 100%;
}

.nav_link_footer {
    display: flex;
    box-sizing: border-box;
    padding: 10px 15px;
    width: 100%;
    align-items: center;
}

.nav_link_footer a {
    color: #012b30;
    text-decoration: none;
    font-family: helvetica;
    padding: 8px 15px;
    font-size: 15px;
}

.img_style_2 {
    width: 15px;
    height: 15px;
}

.img_fixed_btn {
    width: 15px;
    height: 15px;
}

.fixed_btn {
    background-color: #ffffff;
    padding: 12px 16px;
    margin: 10px 15px;
    border: 1px solid #e2e8f0;
    cursor: pointer;
    border-radius: 4px;
    display: flex;
    cursor: pointer;
}

.footer_btn_fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
}

.aide_credit_main {
    padding: 0 15px;
    flex-basis: 0;
    flex-grow: 1;
}

.aide_credit_content {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    align-items: center;
}

.aide_credit_liste {
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
}

.aide_credit_nav {
    display: flex;
    flex-wrap: wrap;
}

.aide_credit_liste li {
    display: flex;
    box-sizing: border-box;
}

.aide_credit_nav a {
    text-decoration: none;
    color: #000000;
    font-family: helvetica;
}

.aide_crédit_link a:hover {
    text-decoration: underline;
}

.aide_credit_nav li:not(:last-child)::after {
    content: " /";
    color: #000000;
    padding: 0 5px;
}

.aide-credit-mobile {
    margin: 30px 0;
    cursor: pointer;
}

.full_main_credit {
    margin-top: 30px;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.full_main_credit h3 {
    font-family: helvetica;
    font-size: 25px;
    margin-bottom: 20px;
    width: 100%;
}

.media_body {
    padding: 15px 0;
}

.media_body a {
    text-decoration: none;
    font-family: helvetica;
    color: #000000;
}

.media_body a:hover {
    text-decoration: underline;
}

.credit_instantané {
    width: 100%;
}

.credit_instantané :not(:last-child) {
    border-bottom: solid 1px #d1e8df;
}

.container_relative {
    box-sizing: border-box;
    padding: 50px 0;
    margin-top: 30px;
    background-color: #f9f7f7;
    width: 100%;
}

.container_text {
    text-align: center;
    font-family: helvetica;
}

.btn_container {
    box-sizing: border-box;
    padding: 15px 20px;
    text-decoration: none;
    background-color: #c5a1fe;
    border-color: #c5a1fe;
    margin-top: 30px;
    color: #ffffff;
    border-radius: 5px;
}

.container_text p {
    margin-bottom: 20px;
    font-family: helvetica;
}

.aide_credit_text p {
    font-family: helvetica;
    margin-bottom: 20px;
    margin-top: 0;
}

.aide_credit_text img {
    width: 270px;
    height: 658 px;
}

.img_center {
    text-align: center;
    margin-bottom: 20px;
}

.aide_credit_text ol {
    font-family: helvetica;
    padding-left: 20px;
}

.aide_credit_text a {
    text-decoration: none;
    color: #000000;
    font-family: helvetica;
}

.aide_credit_text a:hover {
    text-decoration: underline;
}

.articles {
    display: flex;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.btn_group button {
    border: none;
    background-color: #ffffff;
    color: #c5a1fe;
    cursor: pointer;
}

.btn_group button:hover {
    color: #000000;
}

.articles_associés h2 {
    font-family: helvetica;
}

.articles_associés li {
    margin: 20px 0;
    list-style: none;
}

.articles_associés ul {
    padding: 0;
}

.articles_associés a {
    text-decoration: none;
    color: #000000;
    font-family: helvetica;
}

.articles_associés a :hover {
    text-decoration: underline;
}

.liste_section strong {
    font-family: helvetica;
}

.section_liste_1 ul {
    font-family: helvetica;
}

.section_liste_1 li {
    margin: 10px 0;
}

.section_liste_1 p {
    margin: 20px 0;
}

.section_liste_1 a {
    text-decoration: none;
    color: #000000;
    font-family: helvetica;
}

.section_liste_1 a:hover {
    text-decoration: underline;
}

.pieces {
    font-family: helvetica;
    text-decoration: underline;
}

.all_p {
    font-family: helvetica;
}

.liste__piece {
    margin-top: 50px;
}

.piece_margin {
    margin-bottom: 20px;
}

.only_p {
    align-items: center;
}

.articles_pieces a {
    text-decoration: none;
    font-family: helvetica;
    color: #000000;
}

.articles_pieces a:hover {
    text-decoration: underline;
}

.articles_pieces li {
    list-style: none;
    margin: 20px 0;
}

.articles_pieces ul {
    padding-left: 0;
}

.articles_pieces h2 {
    font-family: helvetica;
}

.articles_pieces {
    margin-top: 20px;
}

.justificatif {
    margin-bottom: 50px;
    font-size: 16px;
}

.justificatif li {
    margin: 10px 0;
}

.justificatif a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
}

.justificatif a:hover {
    text-decoration: underline;
}

.justificatif_img {
    width: 100%;
}

.justificatif_img {
    margin: 20px 0;
}

.justificatif_link a {
    text-decoration: none;
    color: #000000;
    font-family: helvetica;
}

.justificatif_link a:hover {
    text-decoration: underline;
}

.wrap {
    display: flex;
    flex-wrap: wrap;
}

.justificatif p {
    margin: 20px 0;
}

.text_align {
    align-items: center;
}

.jusificatif_text {
    margin-top: 50px;
}

.list_marge {
    margin: 0 20px;
}

.decoration {
    text-decoration: underline;
}

.left {
    margin-left: 40px;
}

.categorie_display {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    justify-content: space-between;
}

.first_categorie_border :not(:last-child) {
    border-bottom: solid 1px #d1e8df;
}

.first_categorie_border {
    width: 100%;
}

.first_categorie a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #000000;
}

.first_categorie a:hover {
    text-decoration: underline;
}

.first_categorie p {
    font-size: 18px;
}

.second_categorie a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #000000;
}

.second_categorie a:hover {
    text-decoration: underline;
}

.second_categorie p {
    font-size: 18px;
}

.second_categorie_border :not(:last-child) {
    border-bottom: solid 1px #d1e8df;
}

.second_categorie {
    margin-top: 20px;
}

.categorie_size {
    padding: 20px 0;
    margin-top: 10px;
}

.search-container {
    display: flex;
    align-items: center;
    width: 600px;
    margin: 0 10px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
}

.img_search {
    background-color: #9776dd;
    width: 24px;
}

.search-container input[type="text"] {
    border: none;
    outline: none;
    padding: 10px;
    font-size: 18px;
    font-family: helvetica;
    flex: 1;
    border-radius: 25px 0 0 25px;
}

.search-container .search-icon {
    padding: 0 10px;
    font-size: 16px;
    color: #666;
}

.search-box-mobile button {
    background-color: #c5a1fe;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    margin-right: 0px;
    padding: 0 10px;
}

.search-container-mobile input[type="text"] {
    border: none;
    outline: none;
    padding: 10px;
    font-size: 18px;
    font-family: helvetica;
    flex: 1;
    border-radius: 25px 0 0 25px;
    width: 100%;
}

.search-box-mobile {
    display: flex;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    width: 100%;
}

.search-container-mobile {
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 10px;
    width: 600px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
}

.mobile-search {
    background-color: #c5a1fe;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    width: 160px;
    margin-right: 8px;
}

.mobile-search-display {
    visibility: hidden;
}

.search-box {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 20px auto;
}

.search-box button:hover {
    border: 1px solid black;
}

.mobile_header {
    background-color: #171717;
    padding-inline: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.mobile_header_display {
    visibility: hidden;
}

.mobile_logo_img {
    width: 100px;
}

.btn-menu {
    background-color: #50358C;
    border: 0;
    color: white;
    width: 40px;
    min-height: 40px;
    border-radius: 24px;
    cursor: pointer;
    margin-left: auto;
    transform: rotate(0);
    transition: .3s all cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.menu-icone {
    font-family: 'worldline-icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: block;
}

.menu-icone::before {
    content: "\2630";
    font-size: 20px;
}

.btn-menu.active {
    transform: rotate(-90deg);
    transition: .4s all cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.navigation-panel {
    background: #fff;
    height: calc(100vh - 72px);
    overflow: hidden;
    position: absolute;
    right: -268px;
    top: 70px;
    width: 268px;
    visibility: hidden;
    z-index: 1;
}

.navigation-panel.opened {
    right: 0;
    transition: .5s all cubic-bezier(0.85, 0, 0.15, 1);
    visibility: visible;
}

.navigation-panel.closed {
    right: -268px;
    transition: .4s all cubic-bezier(0.85, 0, 0.15, 1);
}

.nav-header {
    height: calc(100% - 95px);
    text-align: left;
    min-width: 268px;
    padding: 24px;
    position: relative;
    width: 100%;
    z-index: 0;
}

.globe {
    width: 20px;
}

.top-img {
    padding-top: 7px;
}

.pays {
    margin-left: 10px;
    margin-top: 8px;
}

.fleche {
    margin-left: 10px;
    margin-top: 7px;
}

.langue {
    margin-left: 10px;
    margin-top: 10px;
    font-size: 13px;
    color: #747474;
}

.navs-1 {
    display: flex;
}

.navs-2 {
    width: 220px;
    margin-top: 10px;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
}

.navs-2.red {
    color: #50358C;
    font-weight: 400;
    font-size: 14px;
    margin-top: 50px;
}

.navs-2 a {
    color: black;
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
    line-height: 1.8rem;
}

.navs-2 a:hover,
.navs-2:hover {
    opacity: 1;
    transform: translateX(0);
    transition: .3s all cubic-bezier(0.85, 0, 0.15, 1);
    visibility: visible;
    color: #50358C;
}

.mobile_dmd_btn {
    padding: 10px 15px;
    border: solid 1px #171717;
    border-radius: 10px;
}

.mobile_dmd_btn:hover {
    border: solid 1px #9776dd;
    color: #9776dd;
}

.mobile_log_btn {
    padding: 10px 15px;
    background: #9776dd;
    border-radius: 10px;
}

.mobile_log_btn:hover {
    background: #af99df;
}

.navs-3 {
    margin-top: 20px;
}

.navs-3+.navs-3 {
    margin-top: 35px;
}

.menu_mobile_logo {
    margin-top: 100px;
}

.menu_mb_logo {
    width: 70px;
}

.copyrights {
    font-size: 15px;
    color: #50358C;
    margin-top: 10px;
}

.produits_mobile_list {
    padding: 10px 15px;
    margin-top: 10px;
    background: #e0d2ff;
}

.produits_mobile_item {
    font-size: 14px;
    font-weight: 300;
}

.produits_mobile_item+.produits_mobile_item {
    margin-top: 10px;
}

.produits_mobile_item a:hover {
    border-bottom: solid 1px #50358C;
}

.first-list-main {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    margin: 20px 0;
    padding: 0 20px;
    justify-content: space-between;
}

.mobile-list-main p {
    font-family: helvetica;
    margin: 0;
}

.aide-credit-mobile {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}

.aide-credit-mobile {
    display: none;
}

.rotate180 {
    rotate: 180deg;
}

.mentions_legales {
    background-color: rgb(230, 230, 230);
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.mentions_container {
    display: flex;
    flex-wrap: wrap;
    padding-left: 100px;
    padding-top: 30px;
}

.mention_navs li {
    list-style: none;
}

.mention_navs {
    width: 100%;
}

.mention_navs ol {
    display: flex;
    box-sizing: border-box;
}

.mention_navs li:not(:last-child)::after {
    content: " >";
    color: #000000;
    padding: 0 5px;
}

.mention_tittle h1 {
    padding-top: 30px;
    padding-bottom: 100px;
    font-size: 50px;
}

.mention_body {
    margin: 0 30px;
}

.mentions_legales_container {
    padding: 30px 0;
}

.mention_section p {
    padding: 10px 0;
    color: #50358C;
    text-decoration: underline;
    font-weight: 600;
    font-size: 20px;
}

.mention_section h3 {
    padding: 10px 0;
    font-size: 40px;
}

.mention_section {
    padding: 30px 100px;
}

.mention_legales_tittle {
    text-align: center;
    padding: 50px 0;
}

.mention_legales_tittle h1 {
    font-size: 50px;
}

.mention_section_text {
    margin: 0 50px;
    padding: 0 50px;
}

.mention_section_text p {
    font-size: 18px;
    padding: 5px;
}

.activites_section p {
    padding: 15px 0;
}

.activites_section h1 {
    font-size: 40px;
    margin: 10px 0;
}

.activites_section a {
    text-decoration: underline;
}

.decoration-list {
    margin: 20px 30px;
    text-decoration: underline;
}

.mentions_background {
    background-image: url(../images/orizon_bg.png);
}

.list_sections li {
    margin: 20px 30px;
}

.list_sections_style {
    list-style-type: square;
}


/* Style général pour le conteneur */

.container {
    position: relative;
    margin: 0 auto;
    padding: 30px;
}


/* Barre de recherche */

.search-bar {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    background-color: #f4f4f9;
    border: 1px solid #ccc;
    padding: 10px 10px;
    border-radius: 5px;
    width: 300px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-right: 20px;
}


/* Icône de loupe */

.search-bar .search-icon {
    font-size: 20px;
    color: #666;
    margin-left: 10px;
}


/* Le champ de recherche doit s'adapter à la taille de l'écran */

.search-bar input {
    border: none;
    background: none;
    outline: none;
    font-size: 16px;
    font-family: helvetica;
    width: 100%;
}


/* Style pour le titre du formulaire */

h1 {
    margin-top: 30px;
    margin-bottom: 20px;
}


/* Formulaire de contact */

form {
    max-width: 700px;
    margin: 0;
    background-color: #fff;
    border-radius: 8px;
    border: none;
    /* Supprimer la bordure du formulaire */
}

form button {
    margin-top: 15px;
    font-family: helvetica;
}


/* Rendre les champs de formulaire fluides */

.form_input,
form textarea,
form select {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.checkbox-container {
    display: flex;
    align-items: center;
}

.ql-toolbar {
    margin-top: 10px;
    /* Ajuster la marge supérieure ici */
}


/* Style pour le champ radio (civilité) */

#civility label {
    margin-right: 15px;
}


/* Style pour les étoiles rouges marquant les champs obligatoires */

.required {
    color: red;
}


/* Style spécifique pour l'éditeur Quill */

#editor {
    height: 200px;
}


/* --- Responsive adjustments --- */


/* Pour les écrans de moins de 768px (tablettes et smartphones) */

@media (max-width: 768px) {
    /* Formulaire de contact : réduire les marges et le padding */
    form {
        max-width: 100%;
        margin: 0;
    }
    /* Barre de recherche : ajuster la taille et la position */
    .search-bar {
        width: 100%;
        position: static;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .search-bar input {
        font-size: 14px;
    }
    .search-bar .search-icon {
        font-size: 18px;
    }
    .container {
        margin-top: 70px;
        padding: 20px;
    }
}


/* Pour les écrans de moins de 480px (petits smartphones) */

@media (max-width: 480px) {
    /* Réduire la taille de tous les éléments */
    .form_input,
    form textarea,
    form select {
        font-size: 14px;
        padding: 8px;
        width: 100%;
    }
    .search-bar {
        padding: 10px;
    }
    .search-bar input {
        font-size: 12px;
    }
    .search-bar .search-icon {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .liste_2 {
        padding: 20px;
    }
    .first_liste {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .head {
        visibility: hidden;
    }
    .header {
        display: none;
    }
    .mentions_container {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
    }
    .mobile_header_display {
        visibility: visible;
    }
    .mobile_header {
        padding-inline: 50px;
    }
    .section,
    .head {
        padding-top: 10px;
        padding-bottom: 50px;
    }
    .liste_1 {
        width: 100%;
    }
    .liste_2 {
        width: 40%;
        /*! padding: 20px; */
    }
    .mobile-search-display {
        visibility: visible;
    }
    .search-box {
        display: none;
    }
    .search-box-mobile {
        width: fit-content;
    }
    .aide-credit-mobile {
        display: block;
    }
    .aide_credit_main {
        margin-top: 70px;
    }
    .mobibileList {
        display: block;
        width: 100%;
        margin: 0;
    }
    .mentions_legales_container {
        padding: 0;
    }
    .mention_section_text {
        margin: 0;
        padding: 0;
    }
    .list_sections {
        margin: 0;
    }
    .mention_body {
        margin: 20px;
    }
    .mention_section {
        padding: 0;
    }
    .mentions_container {
        display: none;
    }
    .form_input,
    form textarea,
    form select {
        font-size: 14px;
        padding: 8px;
        width: 100%;
    }
    .container {
        margin-top: 70px;
    }
}

@media screen and (max-width: 800px) {
    .search-box-mobile {
        width: 100%;
    }
    .mentions_container {
        padding-left: 0px;
    }
}

@media screen and (max-width:650px) {
    .mobile_header,
    .second_liste,
    .header {
        padding-inline: 20px;
    }
    .head {
        display: none;
    }
    .header {
        margin-top: 70px;
    }
    .first_title {
        margin-top: 30px;
    }
    .mentions_container {
        padding-left: 0px;
    }
}

@media screen and (max-width: 522px) {
    .liste_2 {
        width: 100%;
        padding: 20px;
    }
    .header {
        padding: 0 20px;
    }
    .main {
        padding: 0;
    }
    .first_title {
        font-size: 25px;
        margin-top: 30px;
    }
    .mentions_container {
        padding-left: 0px;
    }
}

@media screen and (min-width: 1330px) {
    .listes_content {
        padding: 0;
    }
}