    @media only screen and (max-width: 1700px) {
        header .header_top {
            padding: 35px 10px 10px;
        }
        .header_top .logo {
            width: 120px;
            margin-top: -35px;
        }
        .header_top .main_menu li a {
            font-size: 12px;
        }
    }
    
    @media only screen and (max-width: 1560px) {
        .header_top .main_menu li {
            margin: 0 15px 0 0;
        }
        .section_equipes .equipes .membre {
            margin: 0 5px 15px;
        }
        .header_top .pos-right .bar {
            margin-left: 20px;
        }
        .header_top .pos-right {
            width: 480px;
            flex: 480px 0 0;
        }
    }
    
    @media only screen and (max-width: 1400px) {
        /*.header_top .pos-left {
            flex: calc(55% - 85px) 0 0;
            width: auto;
        }
        .header_top .pos-right {
            flex: calc(45% - 85px) 0 0;
            width: auto;
        }*/
        .header_top .pos-right .bar {
            margin-left: 10px;
        }
        .header_top .pos-right .search {
            margin: 0 15px;
        }
        .header_top .connexion_nav span {
            margin: 0 10px;
        }
    }
    
    @media only screen and (max-width: 1380px) {
        .header_top .pos-right {
            flex: 320px 0 0;
        }
        .connexion_nav ul {
            flex-direction: column;
        }
        .header_top .connexion_nav span {
            margin: 0;
            font-size: 0;
            height: 5px;
        }
    }
    
    @media only screen and (max-width: 1280px) {
        .section_equipes .equipes .membre {
            flex: calc(25% - 10px) 0 0;
        }
        header {
            height: 110px;
        }
        .header_top .logo {
            width: 120px;
        }
    }
    
    @media only screen and (max-width: 1170px) {
        .container {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }
        .connexion_nav ul {
            flex-direction: column;
        }
        .header_top .connexion_nav span {
            margin: 0;
            font-size: 0;
            height: 5px;
        }
        .section_presentation .container .descriptif h2 {
            font-size: 40px;
            margin: 0 0 25px;
            line-height: 40px;
        }
        .section_presentation .container .descriptif h3 {
            margin: 0 0 25px;
        }
        .section_presentation .container .descriptif h2 br,
        .section_presentation .container .descriptif h3 br {
            display: none;
        }
        .section_blog .articles article .bottom {
            padding: 20px;
            height: calc(100% - 200px);
        }
        .section_blog .articles article .image {
            height: 200px;
        }
        .section_blog .articles article .bottom h2 {
            font-size: 18px;
            margin-bottom: 15px;
        }
        .section_blog .articles article .bottom .excerpt,
        .section_occup .bloc-right .excerpt {
            font-size: 14px;
            line-height: 22px;
            margin-bottom: 15px;
        }
        .section_occup .bloc-right {
            padding: 40px 20px;
        }
        .section_blog,
        .section_droits {
            padding: 30px 0;
        }
        .section_rendezvous .container {
            padding: 50px 20px !important;
        }
        .section_rendezvous {
            margin-bottom: 30px;
        }
        .section_presentation_join {
            margin: 30px 0;
        }
        .template_droits .section_mession {
            margin-top: 30px;
        }
        .section_contact .bloc_left {
            flex: 50% 0 0;
        }
        .section_contact .bloc_right {
            padding: 30px;
            flex: 50% 0 0;
        }
        .form_contact input[type="text"] {
            padding: 0 10px;
        }
        .section_contact {
            margin: 30px 0;
        }
        .section_equipes,
        .section_locations {
            margin-bottom: 30px;
        }
        article {
            padding: 30px 0;
        }
        .section_droits .articles article .pos-right {
            padding: 20px;
        }
        .section_droits .articles h2 {
            font-size: 30px;
            margin-bottom: 15px;
        }
        header .header_top {
            justify-content: flex-start;
        }
        .header_top .logo {
            margin-left: 50px;
        }
        .header_top .pos-left {
            flex: 50px 0 0;
        }
        .header_top .pos-right {
            margin-left: auto;
        }
        #main-navigation {
            display: none;
        }
        .open-menu {
            display: block;
            top: 50%;
            left: 10px;
            transform: translateY(-50%);
            height: 30px;
        }
        #main-navigation-mobile .open-menu {
            top: 5px;
            right: 18px;
            left: auto;
            transform: translateY(0);
            opacity: 0;
        }
        #main-navigation-mobile.active .open-menu {
            opacity: 1;
        }
        #main-navigation-mobile {
            max-height: 0;
            overflow: hidden;
            visibility: hidden;
            position: fixed;
            top: 0;
            left: 0;
            background: #fafafa;
            z-index: 20;
            width: 100vw;
            border-top: 5px solid #58585A;
            transition: all linear .5s;
            -webkit-transition: all linear .5s;
            -moz-transition: all linear .5s;
            -o-transition: all linear .5s;
            display: block;
            padding: 20px 50px 20px 20px;
        }
        #main-navigation-mobile.active {
            max-height: 100vh;
            visibility: visible;
            transition: all linear .5s;
            -webkit-transition: all linear .5s;
            -moz-transition: all linear .5s;
            -o-transition: all linear .5s;
        }
        #main-navigation-mobile .sf-menu {
            flex-direction: column;
            align-items: flex-start;
            opacity: 0;
            transition: all linear .5s;
            -webkit-transition: all linear .5s;
            -moz-transition: all linear .5s;
            -o-transition: all linear .5s;
        }
        #main-navigation-mobile.active .sf-menu {
            opacity: 1;
            transition: all linear .5s;
            -webkit-transition: all linear .5s;
            -moz-transition: all linear .5s;
            -o-transition: all linear .5s;
        }
        #main-navigation-mobile .sf-menu>li {
            width: 100%;
        }
        #main-navigation-mobile .sf-menu>li.menu-item-has-children .after {
            width: 40px;
            height: 40px;
            display: flex;
            position: absolute;
            right: 0;
            border-left: 1px solid #58585A;
            align-items: center;
            justify-content: center;
            color: #004692;
            top: 0;
            z-index: 2;
            cursor: pointer;
        }
        #main-navigation-mobile .sf-menu>li.menu-item-has-children .after .caret {
            border-top: 8px dashed;
            border-top: 8px solid\9;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
            -webkit-transition: all linear .5s;
            transition: all linear .5s;
        }
        #main-navigation-mobile .sf-menu>li.menu-item-has-children.active .after .caret {
            transform: rotate(180deg);
            -webkit-transition: all linear .5s;
            transition: all linear .5s;
        }
        #main-navigation-mobile .sf-menu>li.menu-item-has-children:hover .after,
        #main-navigation-mobile .sf-menu>li:hover>a,
        #main-navigation-mobile .sf-menu>li.current-menu-item>a,
        #main-navigation-mobile .sf-menu>li.menu-item-has-children.active .after,
        #main-navigation-mobile .sf-menu>li.menu-item-has-children.active>a {
            color: #fff !important;
            background-color: #ed2c2c;
        }
        #main-navigation-mobile .sf-menu>li>a {
            text-align: left;
            width: 100%;
            border-bottom: 1px solid #777;
            display: inline-block;
            font-size: 18px;
            padding: 10px 5px 5px;
        }
        .sf-menu>li:last-child>a {
            border-right: none;
        }
        .sf-menu li:hover>ul {
            max-height: 0;
            display: inherit;
        }
        .sf-menu ul li a {
            margin-bottom: 20px;
        }
        .sf-menu ul.sub-menu.open {
            max-height: 100vh;
            display: block;
        }
        .sf-menu ul.sub-menu {
            padding: 0 30px;
            position: relative;
        }
        .sf-menu ul.sub-menu:after {
            background: #777;
            left: 0;
            min-width: 100%;
            position: absolute;
            bottom: 0;
            z-index: 99;
            height: 1px;
            content: '';
        }
    }
    
    @media only screen and (max-width: 1100px) {
        .header_top .pos-right {
            flex: 280px 0 0;
        }
        .header_top .pos-right .adhesion .btn {
            min-width: 115px;
            padding: 8px;
        }
    }
    
    @media only screen and (max-width: 991px) {
        .img_top_parallax {
            height: 150px;
        }
        .img_top_parallax h1 {
            font-size: 40px;
        }
        .section_gallery .slide .descriptif h1 {
            font-size: 40px;
            line-height: 40px;
        }
        .section_gallery {
            height: 400px;
        }
        .section_presentation .container .descriptif {
            padding-left: 25px;
        }
        .section_presentation .container .descriptif h2 {
            font-size: 30px;
            margin: 0 0 15px;
            line-height: 30px;
        }
        .section_presentation .container .descriptif h3 {
            font-size: 20px;
            line-height: 24px;
            margin: 0 0 15px;
        }
        .section_presentation .container .descriptif * {
            line-height: 26px;
            font-size: 16px;
        }
        .section_presentation .container .image::after {
            height: 60%;
            bottom: 0;
            left: 0;
            background-size: auto 100%;
        }
        .section_partenaire .owl-dots {
            padding-top: 20px;
        }
        .section_blog.section_blog_home .articles article {
            flex: calc(33% - 16px) 0 0;
        }
        .section_evennements .container {
            flex-direction: column;
        }
        .section_evennements .container .bloc_left {
            padding-right: 0;
            margin-bottom: 40px;
        }
        .section_evennements .container .bloc_left .descriptif,
        .section_presentation_join .bloc-left .descriptif {
            margin-bottom: 20px;
        }
        .section_evennements .container .bloc_left .descriptif h2,
        .section_presentation_join .bloc-left .descriptif h2 {
            font-size: 40px;
            margin: 0 0 15px;
            line-height: 40px;
        }
        .section_evennements .container .bloc_left .descriptif *,
        .section_presentation_join .bloc-left .descriptif * {
            line-height: 22px;
            margin-bottom: 10px;
        }
        .section_evennements .container .bloc_evenement {
            padding: 15px;
        }
        .section_evennements .container .evenement .infos {
            padding-left: 15px;
        }
        .section_evennements .container .sep {
            margin: 20px 0;
        }
        .section_occup {
            margin-top: 30px !important;
            margin-bottom: 30px;
        }
        .section_occup .image {
            flex: 30% 0 0;
        }
        footer .section_newsletter {
            padding: 30px 0;
        }
        .section_occup .bloc-right {
            flex: 70% 0 0;
        }
        .section_newsletter .container {
            flex-direction: column;
        }
        .section_newsletter .bloc-left {
            flex: auto;
            padding-right: 0;
            margin-bottom: 15px;
        }
        .section_newsletter .bloc-right {
            flex: auto 0 0;
            width: 100%;
        }
        .footer_top {
            padding: 30px 0 10px;
        }
        .footer_top .container {
            flex-direction: column;
        }
        .footer_top .column {
            padding-right: 0;
            margin-bottom: 10px;
        }
        .footer_top .column.right {
            padding-left: 0;
        }
        .footer_bottom .copyright {
            padding: 20px 0;
        }
        .section_blog,
        .section_droits {
            padding: 30px 0;
        }
        .section_droits .articles article .pos-right {
            padding: 20px;
        }
        .section_presentation_join .bloc-left {
            padding-right: 30px;
        }
        .section_rejoindre .bloc_rejoindre.top {
            padding: 30px 10px;
        }
        .section_rejoindre .bloc_rejoindre form {
            padding: 0 10px 30px;
        }
        .section_equipes .equipes .membre {
            flex: calc(33.33% - 10px) 0 0;
        }
        .section_blog .articles article {
            flex: calc(50% - 16px) 0 0;
        }
        .template_syndicats .section_blog .articles article {
            flex: calc((100% - 60px)/3) 0 0;
            width: calc((100% - 60px)/3);
        }
        .section_syndicat .container {
            flex-direction: column;
            align-items: center;
        }
        .section_syndicat .container .bloc_right {
            width: 100%;
        }
        .template_presse .section_blog .articles article .titre {
            font-size: 20px;
        }
        .accordion-section-content {
            padding: 0 10px 30px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .section_gallery .slide .descriptif h1 {
            font-size: 25px;
            line-height: 25px;
        }
        .section_gallery {
            height: 300px;
        }
        .btn,
        .btn_submit,
        .section_mession .container .btn {
            padding: 5px 10px;
            font-size: 14px;
        }
        .section_presentation,
        .section_partenaire,
        .section_blog_home {
            padding: 30px 0;
        }
        .section_presentation .container {
            flex-direction: column;
        }
        .section_presentation .container .image {
            max-height: 250px;
            text-align: center;
            margin-bottom: 20px;
        }
        .section_presentation .container .image img {
            max-height: 250px;
        }
        .section_presentation .container .image::after {
            display: none;
        }
        .section_blog.section_blog_home .articles article {
            flex: calc(50% - 16px) 0 0;
        }
        .section_blog_home .bloc-top h2 {
            font-size: 40px;
        }
        .section_occup .container {
            flex-wrap: wrap;
        }
        .section_occup .image {
            flex: 100% 0 0;
            height: 300px;
        }
        .section_occup .bloc-right {
            flex: 100% 0 0;
        }
        .section_blog .articles article {
            flex: calc(50% - 16px) 0 0;
        }
        .section_droits .articles article {
            flex: calc(100% - 16px) 0 0;
        }
        .section_rendezvous .container {
            flex-direction: column;
            padding: 20px 10px!important;
        }
        .section_rendezvous .container .lien {
            flex: auto 0 0;
        }
        .section_presentation_join .container {
            flex-direction: column;
        }
        .section_presentation_join .bloc-left .btn.adhesion,
        .section_presentation_join .bloc-left .btn.connexion {
            margin-bottom: 10px;
        }
        .section_evennements .container .bloc_left .descriptif h2,
        .section_presentation_join .bloc-left .descriptif h2 {
            font-size: 30px;
            line-height: 30px;
        }
        h1 br,
        h2 br {
            display: none;
        }
        .form_rejoindre .lcb-form .row {
            flex-direction: column;
        }
        .form_rejoindre .form-select {
            width: 100%;
        }
        .form_rejoindre .lcb-form .row .col-2.form-input {
            margin-right: 0;
        }
        .form_rejoindre .lcb-form .row .col.form-input:last-child,
        .form_rejoindre .lcb-form .row .col-2.form-input:last-child {
            margin-left: 0;
        }
        .form_rejoindre table th,
        .form_rejoindre table td {
            font-size: 12px;
            line-height: 14px;
            padding: 10px 5px;
        }
        .form_rejoindre table th:first-child {
            min-width: 100px;
        }
        .form_rejoindre table .form-rad-input[type="radio"]+span {
            line-height: 16px;
            font-size: 12px;
            margin-right: 0;
        }
        .section_contact .container {
            flex-direction: column-reverse;
        }
        .section_contact .bloc_left h2,
        .section_equipes h2 {
            font-size: 30px;
            line-height: 30px;
            margin: 20px 0 20px;
        }
        .section_contact .bloc_left {
            padding-right: 0;
        }
        .form_contact .lcb-form .row {
            flex-direction: column;
        }
        .form_contact .lcb-form .row .col.form-input,
        .form_contact .lcb-form .row .col.form-input:last-child {
            padding-right: 0;
            padding-left: 0;
        }
        .section_equipes .equipes .membre {
            flex: calc(50% - 10px) 0 0;
        }
        .section_blog .container {
            flex-direction: column;
            align-items: center;
            row-gap: 40px;
        }
        .section_blog .right_bloc,
        .section_blog .left_bloc {
            width: 100%;
        }
        .template_syndicats .section_blog .articles article {
            flex: calc((100% - 40px)/2) 0 0;
            width: calc((100% - 40px)/2);
        }
        .page_single_entite .section_blog.section_blog_home .articles article {
            flex: calc(50% - 16px) 0 0;
        }
        .section_blog .articles article,
        .section_secteurs .articles article {
            flex: calc(50% - 16px) 0 0;
        }
    }
    
    @media only screen and (max-width: 600px) {
        header {
            height: auto;
            padding: 10px 0;
        }
        header .header_top {
            flex-wrap: wrap;
        }
        .header_top .logo {
            flex: 100% 0 0;
            text-align: right;
            margin-left: 0;
        }
        .header_top .logo img {
            max-width: 80px;
        }
        .open-menu {
            top: 30px;
        }
        .header_top .pos-right {
            margin-left: 0;
            justify-content: space-between;
            flex: 100% 0 0;
            margin-top: 15px;
        }
        .header_top .pos-right .bar {
            height: 40px;
        }
        .header_top .pos-right .btn {
            padding: 0px 10px;
            min-width: inherit;
        }
        .header_top .connexion_nav span {
            height: 0;
        }
        .section_blog_home .bloc-top {
            margin-bottom: 20px;
            flex-direction: column;
        }
        .section_blog_home .bloc-top h2 {
            margin-bottom: 20px;
        }
        .section_evennements .container .bloc_evenement .evenement {
            flex-direction: column;
            align-items: center;
        }
        .section_mession {
            padding: 120px 0 50px;
        }
        .section_mession .container .descriptif * {
            font-size: 30px;
            line-height: 30px;
        }
        .section_mession .container .descriptif br {
            display: none;
        }
        .section_newsletter .bloc-right .mailpoet_paragraph.row_mail {
            width: 100%;
        }
        .footer_top .column {
            flex-direction: column;
        }
        .footer_top .column .descriptif_footer {
            padding-right: 0;
        }
        .footer_top .column .mail-tel {
            flex: auto 0 0;
            text-align: left;
        }
        .section_blog .articles article {
            flex: calc(100% - 16px) 0 0;
        }
    }
    
    @media only screen and (max-width: 500px) {
        .section_blog.section_blog_home .articles article {
            flex: calc(100% - 16px) 0 0;
        }
        .section_contact .bloc_right {
            padding: 10px;
        }
        .section_contact .bloc_left .col {
            flex-direction: column;
            text-align: center;
        }
        .section_contact .bloc_left h2,
        .section_equipes h2 {
            text-align: center;
        }
        .section_contact .reseaux_sociaux {
            justify-content: center;
        }
        .template_presse .section_blog .articles article a {
            flex-wrap: wrap;
            justify-content: space-between;
            text-align: center;
        }
        .template_presse .section_blog .articles article .titre {
            width: 100%;
        }
        .template_presse .section_blog .articles article .icone {
            order: 1;
        }
        .template_presse .section_blog .articles article .lien-bloc {
            order: 2;
        }
        .section_blog .articles article,
        .section_secteurs .articles article {
            flex: 100% 0 0;
        }
    }
    
    @media only screen and (max-width: 480px) {
        .section_occup .bloc-right .btn {
            margin: 5px;
            width: 100%;
        }
        .section_droits .articles article a.d-flex {
            flex-direction: column;
        }
        .section_equipes .equipes .membre {
            flex: calc(100% - 10px) 0 0;
        }
        .template_syndicats .section_blog .articles article {
            flex: 100% 0 0;
            width: 100%;
        }
        .page_single_entite .section_blog.section_blog_home .articles article {
            flex: 100% 0 0;
        }
    }