.container-text-article {
    max-width: 100%;
}


@media screen and (max-width:1200px) and (min-width: 951px) {

    .contenu, header, footer, section {
        width: 100%;
    }

    .section-top {
        height: auto;
    }


    #container_logo {
        width: 33%;
    }

    .container-header-text {
        width: 33%;
        font-size: 34px;
    }

    #container_btn_header {
        width: 33%;
    }

    #container_btn_header ul li a {
        font-size: 24px;
    }

    .btn-header-recherche input::placeholder {
        font-size: 24px;
    }

    .btn-header-recherche input::-webkit-input-placeholder {
        /* Edge */
        font-size: 24px;
    }

    .btn-header-recherche input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-size: 24px;
    }

    .btn-header-recherche input {
        font-size: 24px;
        height: 30px;
    }

    .menurubrique img {
        height: 80px;
    }

    .ligne_menuv2 {
        display: block;
        width: 95%;
        height: 50px;
        margin: 0 auto;
    }

    .ligne_menuv2 ul {
        height: 0;
    }

    .ligne_menuv2 li {
        min-width: 30px !important;
        margin-right: 50px;
        font-size: 18px;
        line-height: 40px;
    }


    .menu-textuel {
        padding-left: 160px;
    }

    .menu-textuel li {
        margin-right: 20px;
    }

    .ligne_menuv2 ul.menu-textuel {
        width: 100%;
    }

    .container-sous-menu {
        height: 130px;
    }

    .smenuv2 {
        position: absolute;
        top: 395px;
        z-index: 10000;
        width: 95%;
    }

    .smenuv2 li {
        font-size: 14px;
        margin-right: 0px;
        min-width: 0px !important;
    }

    .dropdown-menu>li>a {
        font-size: 14px;
    }

    .mySubMenu {
        width: auto !important;
        height: auto !important;
    }

    .encart-actualite {
        margin-top: 35px;
    }

    .encart-accueil {
        margin-top: 35px;
    }


}

@media screen and (max-width:1200px) {
    /*    .ligne_menuv2 li {
            margin-right: 30px;
        }*/
    /*    .ligne_menuv2 li.jesuis {
            font-size: 30px;
        }*/
}

@media screen and (width:1024px) {
    .menu-sommaire, .myMenu, .menu-item {
        width: 275px;
        margin-left: 0;
    }

    .ligne-dessus-circle {
        left: 325px;
    }

    .nav>li>a {
        font-size: 14px;
        display: unset;
        padding-top: 0px;
    }

    .encart-formation {
        margin-top: 10px;
    }
}

@media screen and (min-width:491px) and (max-width:950px) {

    .logo {
        height: 100px !important;
    }

    .contenu, header, footer, section {
        width: 100%;
    }

    .section-top {
        height: auto;
    }

    .container-article {
        width: 98%;
    }

    .menurubrique img {
        height: 80px;
    }

    /*    .ligne_menuv2 ul {
            height: 0;
        }*/

    .ligne_menuv2 li.jesuis {
        height: 50px;
        min-width: 70px;
        line-height: 25px;
        font-size: 25px;
    }

    #container_logo {
        width: 33%;
        float: left;
    }

    .container-header-text {
        width: 33%;
        font-size: 20px;
        float: left;
    }

    #container_btn_header {
        width: 33%;
        float: left;
    }

    #container_btn_header ul li a {
        font-size: 22px;
    }

    .btn-header-recherche input::placeholder {
        font-size: 22px;
    }

    .btn-header-recherche input::-webkit-input-placeholder {
        /* Edge */
        font-size: 22px;
    }

    .btn-header-recherche input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-size: 22px;
    }

    .btn-header-recherche input {
        font-size: 22px;
        height: 25px;
    }

    .footer_text {
        width: 25%;
        float: left;
    }

    footer {
        width: 98%;
        margin-bottom: 10px;
        line-height: 45px;
        font-size: 16px;
    }



}

@media screen and (min-width:320px) and (max-width:950px) {

    .page_header {
        height: unset!important;
    }

    .containerTexteFormation {
        height: auto;
        overflow-y: unset;
    }

    .containerTextev2Formation {
        width: 100%;
        height: auto !important;
        padding: 0;
        margin: 0;
    }

    .containerEncartsFormation {
        display: none;
    }

    .formation_container {
        margin-top: 15px;
    }

    .formation_titre {
        width: 80%;
    }

    .formation_menu_anchor {
        width: 300px;
        margin-left: -120px;
        height: 55px;
    }

    .formation_categorie {
        font-size: 12px;
    }

    .formation_cartouche_categorie {
        width: 130px;
        font-size: 14px;
    }

    ul.menu-textuel {
        display: none;
    }

    .ligne_menuv2 li.jesuis {
        display: none;
    }

    .ligne-dessus-menu, .btn-accueil-link, .smenuv2_separator, .smenuv2_separator:after {
        display: none;
    }

    .menurubrique img {
        height: 55px;
    }

    .navbar-nav {
        margin: 7.5px 0;
    }

    .nav>li>a {
        padding: 0 15px;
        font-size: 12px;
    }

    .ligne_menuv2 {
        display: flex;
        width: 95%;
        height: 50px;
        margin: 0 auto;
        justify-content: center;
    }

    .ligne_menuv2 li {
        min-width: 30px !important;
        margin-right: 2px;
        font-size: 12px;
        text-align: left;
    }


    .smenuv2 {
        position: absolute;
        height: auto;
        margin-top: 46px;
        z-index: 10001;
        width: 80%;
        left: 50%;
        margin-left: -40%;
        top: 215px;
        padding-bottom: 10px;
    }

    .smenuv2 li {
        font-size: 12px;
        line-height: 20px;
        float: none;
        margin-bottom: 6px;

    }

    .smenuv2 li.smenuv2_separator {
        display: none;
    }

    .mySubMenu {
        margin-left: 110px !important;
    }

    .mySubMenu li {
        height: 25px;
    }

    .dropdown-menu {
        width: auto !important;
    }

    .dropdown-menu>li>a {
        font-size: 12px;
        line-height: 25px;
    }

    .menu-sommaire, .menu-item {
        display: none;
    }

    .ligne-dessus-article, .container-menu-article, .ligne-dessous-title-article {
        display: none;
    }

    .container-title-menu {
        margin: 10px 0 0 0; 
        font-size: 14px;
    }

    .titre-article {
        font-size: 26px;
    }



}

@media screen and (max-width:490px) {

    .contenu, header, footer, section {
        width: 100%;
    }

    .section-top {
        height: auto;
    }

    footer {
        height: auto;
        width: 80%;
        margin-bottom: 10px;
        line-height: 25px;
        font-size: 16px;
    }

    #container_logo {
        float: left;
    }

    .container-header-text {
        height: 95px !important;
    }

    .logo {
        height: 75px !important;
    }

    .container-accueil {
        padding-bottom: 10px;
    }

    ul.menu-textuel {
        display: none;
    }

    .separator:after {
        width: 0px;
    }

    .container-header-text {
        font-size: 20px;
    }

    #container_btn_header {
        height: 100px !important;
        position: absolute;
    }

    #container_btn_header ul li a {
        font-size: 16px;
    }

    .btn-header-recherche input {
        font-size: 16px;
        height: 20px;

    }


    .btn-header-recherche input::placeholder {
        font-size: 16px;
    }

    .btn-header-recherche input::-webkit-input-placeholder {
        /* Edge */
        font-size: 16px;
    }

    .btn-header-recherche input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-size: 16px;
    }


    .encart-actualite {
        margin: 0;
        margin-bottom: 25px;
    }

    .encart-accueil {
        width: 95% !important;
        float: none;
    }

    .mapRecherche, .mapCategorieText, .leaflet-control-fullscreen {
        display: none;
    }

    #menu_liste_categorie, #menu_liste_adherent_categorie, .div_liste_categorie {
        width: 35px;
    }

    #menu_liste_categorie li, #menu_liste_adherent_categorie li {
        padding-left: 7px;
    }

    #menu_liste_categorie li img, #menu_liste_adherent_categorie li img {
        width: 20px;
    }

    #menu_liste_categorie .fa-check, #menu_liste_adherent_categorie .fa-check {
        position: absolute;
        left: 10px;
        margin-top: 4px;
        color: #060606;
        font-size: 20px;
    }

    .mapRechercheInput, .divmapfield_secteur {
        z-index: 100;
        width: 220px;
    }

    #div_reseaux_sociaux {
        top: 95px;
        right: 10px;
    }
}

@media screen and (max-width:360px) {

    .menurubrique img {
        height: 55px;
    }

    .container-header-text {
        font-size: 16px;
    }

    ul.menu-textuel {
        display: none;
    }

    footer {
        height: auto;
        width: 80%;
        margin-bottom: 10px;
        line-height: 25px;
        font-size: 16px;
    }
}