
/*******************************/
/* Responsive */
@media (max-width: 767px) {
  #toolbar-administration {
    display: none;
  }
  #menu_tasks {
    display: none;
  }
  body {
    padding-top: 70px !important;
  }
  body.toolbar-tray-open {
    padding-top: 0 !important;
  }
  body.toolbar-tray-open #header_c {
    top: 0 !important;
  }
  body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin: 0 !important;
  }

  p,
  ul li,
  ol li {
    font-size: 15px;
    line-height: 20px;
  }

  body.sticky #header_c {
    top: 0;
  }
  body.sticky #header_c #menu_principal {
    margin-top: 0;
  }
  body.sticky.toolbar-tray-open #header_c {
    top: 0;
  }
  body.sticky.toolbar-tray-open #header_c #menu_principal {
    margin-top: 0;
  }

  h2 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 0;
  }
  h3 {
    font-size: 20px;
    margin-top: 0;
  }
  a.bt {
    display: inline-block;
    width: 100%;
  }

  .navbar-toggle {
    display: block;
    float: right;
  }
  .collapse:not(.show) {
    display: none;
  }
  .navbar-collapse {
    display: none;
  }
  .navbar-collapse.show {
    display: block;
  }

  .navbar-brand,
  .navbar-brand:focus {
    height: 110px;
    width: 100%;
    background: transparent url("../images/interface/logo_mobile.jpg") no-repeat
      center center;
    background-size: 25%;
  }
  .navbar-toggler,
  .navbar-toggler :focus {
    position: absolute;
    height: 110px;
    width: 70px;
    top: 0;
    right: auto;
    left: 0;
    background: transparent url("../images/interface/menu_b.png") no-repeat
      center center;
  }

  #menu_c {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 8000;
  }
  #ud_content {
    transition: all 0.2s ease;
    position: relative;
    width: 100%;
    left: 0;
    flex-direction: column;
    height: 100%;
    background: transparent url("../images/interface/bg_mobile_menu.png")
      no-repeat center center / cover;
    z-index: 5000;
    top: 0;
    opacity: 0.98;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .close_bt {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -39px;
    height: 78px;
    width: 78px;
    text-indent: -8000em;
    background: transparent url("../images/interface/close_bt.svg") no-repeat
      center center;
  }

  #menu_principal {
    margin: 0;
    background: #fff;
  }
  #menu_principal ul {
    margin: 0 !important;
  }
  #menu_principal ul li {
    margin: 0;
  }
  #menu_principal ul li a {
    transition: all 0.2s ease;
    font-size: 45px;
    line-height: 50px;
    border-bottom: 0;
    font-family: "Staatliches", cursive;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  }
  #menu_principal ul li a:hover {
    color: #000;
    text-shadow: none;
    border-bottom: 0;
  }
  #menu_principal ul li.active a {
    color: #000;
    text-shadow: none;
    border-bottom: 0;
  }

  #menu_secondaire_bis {
    position: relative;
    display: block;
  }
  #menu_secondaire_bis ul {
    margin: 0;
  }
  #menu_secondaire_bis ul li {
    margin: 0 0 15px 0;
    display: block;
  }
  #menu_secondaire_bis ul li.connect {
    margin: 0;
  }
  #menu_secondaire_bis ul li a {
    margin: 0;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    text-shadow: none;
    display: block;
  }
  #menu_secondaire_bis ul li a::before {
    display: none;
  }

  #menu_secondaire {
    display: none;
  }

  .mobile_sticky #header_c {
    width: 90%;
    left: 5%;
    top: 25px !important;
    height: 75px;
    border-radius: 50px;
    padding: 0 25px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  }
  .mobile_sticky.toolbar-tray-open #header_c {
    top: 25px !important;
  }
  .mobile_sticky #header_c .navbar-brand {
    display: none;
  }
  .mobile_sticky #header_c .navbar-toggler {
    height: 75px;
    width: 50px;
  }
  .mobile_sticky #header_c #menu_secondaire {
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    right: auto;
  }
  .mobile_sticky #header_c #menu_secondaire li.phone {
    display: none;
  }
  .mobile_sticky #header_c #menu_secondaire li.phone {
    display: none;
  }
  .mobile_sticky #header_c #menu_secondaire li.adhesion {
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    text-align: center;
  }
  .mobile_sticky #header_c #menu_secondaire li.adhesion a {
    padding: 15px 50px;
  }
  .mobile_sticky #header_c #menu_secondaire li.connect {
    height: 35px;
    width: 35px;
    position: absolute;
    right: 15px;
    top: 20px;
  }
  .mobile_sticky #header_c #menu_secondaire li.connect a {
    background: transparent url("../images/interface/connect.svg") no-repeat
      center center / contain;
    padding: 0;
    height: 35px;
    width: 35px;
    text-indent: -8000em;
    text-align: left;
  }
  .mobile_sticky #header_c #menu_secondaire li.connect a::before {
    display: none;
  }

  #banner_c .owl-theme .owl-dots {
    position: relative;
  }

  .slide {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .slide h2.title {
    padding-bottom: 0;
  }
  .slide h2.title::after {
    display: none;
  }

  #news_c {
    padding: 75px 15px 300px 15px;
  }
  #news_c::before {
    display: none;
  }
  #news_c::after {
    margin-left: -100px;
  }
  #news_c .text {
    display: none !important;
  }
  #news_c .item {
    padding-left: 0;
    padding-right: 0;
    min-height: auto;
  }
  #news_c .item a.bt {
    background: transparent;
    position: relative;
    color: #000;
    padding: 0;
    display: none !important;
  }
  #news_c .item .img {
    min-height: 200px;
  }

  #news_c .owl-theme .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -80px;
    margin-right: -20px;
  }
  #news_c .owl-nav button {
    width: 30px;
    height: 30px;
    outline: none;
  }
  #news_c .owl-nav button span {
    display: none;
  }
  #news_c .owl-nav button.owl-next {
    background: transparent url("../images/interface/arrow_r.png") no-repeat
      center center / cover;
  }
  #news_c .owl-nav button.owl-next:hover {
    background: transparent url("../images/interface/arrow_r1.png") no-repeat
      center center / cover;
  }
  #news_c .owl-nav button.owl-prev {
    background: transparent url("../images/interface/arrow_l.png") no-repeat
      center center / cover;
  }
  #news_c .owl-nav button.owl-prev:hover {
    background: transparent url("../images/interface/arrow_l1.png") no-repeat
      center center / cover;
  }

  #about_c {
    border-radius: 25px;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  #about_c .img {
    border-radius: 25px;
    min-height: 50vh;
  }
  #about_c .img::after {
    display: none;
  }
  #about_c .text {
    padding: 25px;
  }
  #about_c .text::before {
    display: none;
  }

  #why_c {
    background: #fff;
    padding: 75px 25px;
  }
  #why_c::after {
    display: none;
  }
  #why_c.slide h2.title span {
    color: #fff;
  }
  #why_c .img {
    padding-top: 100px;
  }
  #why_c .img::before {
    display: none;
  }
  #why_c .img .item a {
    padding: 50px 15px 25px 15px;
    min-height: 225px;
  }

  #why_c .img .item a.bt1::before {
    content: "";
    position: absolute;
    width: 192px;
    height: 143px;
    top: 0;
    left: 50%;
    margin-left: -96px;
    margin-top: -83px;
    opacity: 0;
    transition: all 0.2s ease;
  }
  #why_c .img .item a.bt1::before {
    content: "";
    position: absolute;
    width: 192px;
    height: 143px;
    top: 0;
    left: 50%;
    margin-left: -96px;
    margin-top: -83px;
    opacity: 1;
    background: transparent url("../images/interface/why_img.svg") no-repeat
      center center;
  }

  #services_c {
    border-radius: 25px;
    padding: 75px 25px;
  }
  #services_c p.title {
    padding-bottom: 0;
  }
  #services_c p.title::after {
    display: none;
  }

  #services_slider .item .img {
    min-height: 150px;
    min-width: 150px;
    overflow: hidden;
  }

  #contact_c #map_c #map_all {
    min-height: 250px;
  }
  #contact_c #contact_f {
    padding: 50px 25px 0 25px;
  }

  #contact_c #contact_address {
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 450px;
  }
  #contact_c #contact_address::after {
    right: auto;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    background: transparent url("../images/interface/contact_img_xs.png")
      no-repeat center center;
  }

  #partner_c {
    padding: 75px 25px;
  }
  #partner_c::before {
    display: none;
  }
  #partner_c .owl-theme .owl-dots {
    position: relative;
    text-align: center;
    margin: 0;
    top: auto;
    padding-top: 25px;
  }

  #footer_c {
    background: #fff;
  }
  #footer_c .menu_secondaire {
    padding: 0 25px;
    margin-bottom: 25px;
  }
  #footer_c .menu_principal {
    padding: 0 25px;
    margin-bottom: 25px;
  }
  #footer_c .social {
    padding: 0 25px;
    margin-bottom: 25px;
  }
  #footer_c .newsletter {
    border-radius: 25px;
  }

  #footer_c .social .title {
    font-size: 24px;
  }

  #content_top {
    padding-top: 50px;
    margin-top: 50px;
  }
  #content {
    padding-top: 25px;
  }
  .c_text {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .p_text.even::before {
    display: none;
  }
  .p_text.even::after {
    display: none;
  }
  .p_text.odd::before {
    display: none;
  }
  .p_text.odd::after {
    display: none;
  }
  .c_text .gallery_slider::after {
    display: none;
  }

  .gallery_c {
    padding: 15px;
  }
  .gallery_c a img {
    border-radius: 50px;
  }

  .bloc_listing_c .item .link {
    justify-content: start;
  }

  .node-10 #content::before {
    display: none;
  }
  .node-10 #content_top .img {
    margin: 0 0 25px 0;
    min-height: 250px;
  }
  .node-10 #content_top::before {
    display: none;
  }

  #filter {
    text-align: center;
  }
  #filter .filter_tag {
    padding: 10px;
    background: none;
  }
  #filter .filter_tag::before {
    display: none;
  }
  #filter .filter_tag span {
    display: none;
  }
  #filter .filter_tag button {
    padding: 10px 15px;
    margin: 5px;
    font-size: 12px;
  }

  .node-article #content_top .img {
    margin: 0 0 25px 0;
    min-height: 250px;
  }
  .node-article #content_top .text {
    padding: 0 25px;
  }

  .c_text p.subtitle {
    padding-bottom: 0;
  }
  .c_text p.subtitle::after {
    display: none;
  }
  .c_text .text {
    padding: 0 15px;
  }
  .c_text .text_l {
    padding: 0 15px;
  }
  .c_text .text_r {
    padding: 0 15px;
  }

  .text_accordeon h3 {
    margin-bottom: 25px;
  }

  .c_text .logo {
    width: 200px;
    height: 150px;
  }
  .c_text .gallery_slider.has_logo img {
    max-width: 100%;
  }

  .document_c {
    padding: 25px 15px;
  }

  #content_top.news_page::before {
    display: none;
  }
  #content_top.news_page {
    margin-top: 0;
    padding-bottom: 25px;
  }
  #content_top.news_page .img {
    margin-bottom: 25px;
  }
  #content_top.news_page .img::before {
    display: none;
  }
  #filter .filter_tag a {
    width: 100%;
    margin-bottom: 15px;
  }
  #content.news_page::before {
    display: none;
  }

  table {
    width: 100% !important;
  }
  table colgroup {
    display: none;
  }
  table tr {
    display: block;
    width: 100% !important;
  }
  table tr td {
    display: inline-block;
    width: 100% !important;
    text-align: left !important;
    padding: 10px !important;
    height: auto !important;
    border: none !important;
    border-bottom: 1px solid #eee !important;
  }
  table tr td:first-child {
    background: #ccc !important;
    font-weight: bold !important;
  }

  #submenu_anchor ul li {
    display: block;
  }
  #submenu_anchor ul li a {
    display: block;
  }

  #content_top .text a.bt {
    width: 100%;
  }

  #submenu_anchor_c.sticky {
    position: relative;
    top: auto;
    width: auto;
    margin-top: 0;
    background: #fff;
    padding: 0;
  }
  a.bt {
    font-size: 13px;
  }

  .node-4089 .bt_logout {
    position: relative;
    margin-bottom: 50px;
  }
  .node-4089 #content_top h1 {
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .node-4089 #content_top h1.no_subtitle::after {
    display: none;
  }

  .form .form-item-date-naissance label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form .form-item-date-naissance input {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #toolbar-administration {
    display: none;
  }
  #menu_tasks {
    display: none;
  }
  body {
    padding-top: 70px !important;
  }
  body.toolbar-tray-open {
    padding-top: 0 !important;
  }
  body.toolbar-tray-open #header_c {
    top: 0 !important;
  }
  body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin: 0 !important;
  }

  p,
  ul li,
  ol li {
    font-size: 15px;
    line-height: 20px;
  }

  body.sticky #header_c {
    top: 0;
  }
  body.sticky #header_c #menu_principal {
    margin-top: 0;
  }
  body.sticky.toolbar-tray-open #header_c {
    top: 0;
  }
  body.sticky.toolbar-tray-open #header_c #menu_principal {
    margin-top: 0;
  }

  h2 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 0;
  }
  h3 {
    font-size: 20px;
    margin-top: 0;
  }
  a.bt {
    display: inline-block;
    width: 100%;
  }

  .navbar-toggle {
    display: block;
    float: right;
  }
  .collapse:not(.show) {
    display: none;
  }
  .navbar-collapse {
    display: none;
  }
  .navbar-collapse.show {
    display: block;
  }

  .navbar-brand,
  .navbar-brand:focus {
    height: 110px;
    width: 100%;
    background: transparent url("../images/interface/logo_mobile.jpg") no-repeat
      center center;
    background-size: 20%;
  }
  .navbar-toggler,
  .navbar-toggler :focus {
    position: absolute;
    height: 110px;
    width: 70px;
    top: 0;
    background: transparent url("../images/interface/menu_b.png") no-repeat
      center center;
  }

  #menu_c {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 8000;
  }
  #ud_content {
    transition: all 0.2s ease;
    position: relative;
    width: 100%;
    left: 0;
    flex-direction: column;
    height: 100%;
    background: transparent url("../images/interface/bg_mobile_menu.png")
      no-repeat center center / cover;
    z-index: 5000;
    top: 0;
    opacity: 0.98;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .close_bt {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -39px;
    height: 78px;
    width: 78px;
    text-indent: -8000em;
    background: transparent url("../images/interface/close_bt.svg") no-repeat
      center center;
  }

  #menu_principal {
    margin: 0;
    background: #fff;
  }
  #menu_principal ul {
    margin: 0 !important;
  }
  #menu_principal ul li {
    margin: 0;
  }
  #menu_principal ul li a {
    transition: all 0.2s ease;
    font-size: 45px;
    line-height: 50px;
    border-bottom: 0;
    font-family: "Staatliches", cursive;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  }
  #menu_principal ul li a:hover {
    color: #000;
    text-shadow: none;
    border-bottom: 0;
  }
  #menu_principal ul li.active a {
    color: #000;
    text-shadow: none;
    border-bottom: 0;
  }

  #menu_secondaire_bis {
    position: relative;
    display: block;
  }
  #menu_secondaire_bis ul {
    margin: 0;
  }
  #menu_secondaire_bis ul li {
    margin: 0 0 15px 0;
    display: block;
  }
  #menu_secondaire_bis ul li.connect {
    margin: 0;
  }
  #menu_secondaire_bis ul li a {
    margin: 0;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    text-shadow: none;
    display: block;
  }
  #menu_secondaire_bis ul li a::before {
    display: none;
  }

  #menu_secondaire {
    display: none;
  }

  .navbar-toggler {
    right: auto;
    left: 0;
  }
  .mobile_sticky #header_c {
    width: 90%;
    left: 5%;
    top: 25px !important;
    height: 75px;
    border-radius: 50px;
    padding: 0 25px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  }
  .mobile_sticky.toolbar-tray-open #header_c {
    top: 25px !important;
  }
  .mobile_sticky #header_c .navbar-brand {
    display: none;
  }
  .mobile_sticky #header_c .navbar-toggler {
    height: 75px;
  }
  .mobile_sticky #header_c #menu_secondaire {
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    right: auto;
  }
  .mobile_sticky #header_c #menu_secondaire li.phone {
    display: none;
  }
  .mobile_sticky #header_c #menu_secondaire li.phone {
    display: none;
  }
  .mobile_sticky #header_c #menu_secondaire li.adhesion {
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    text-align: center;
  }
  .mobile_sticky #header_c #menu_secondaire li.adhesion a {
    padding: 15px 50px;
  }
  .mobile_sticky #header_c #menu_secondaire li.connect {
    height: 35px;
    width: 35px;
    position: absolute;
    right: 15px;
    top: 20px;
  }
  .mobile_sticky #header_c #menu_secondaire li.connect a {
    background: transparent url("../images/interface/connect.svg") no-repeat
      center center / contain;
    padding: 0;
    height: 35px;
    width: 35px;
    text-indent: -8000em;
    text-align: left;
  }
  .mobile_sticky #header_c #menu_secondaire li.connect a::before {
    display: none;
  }

  #banner_c .owl-theme .owl-dots {
    position: relative;
  }

  .slide {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .slide h2.title {
    padding-bottom: 0;
  }
  .slide h2.title::after {
    display: none;
  }

  #news_c {
    padding: 75px 15px 300px 15px;
  }
  #news_c::before {
    display: none;
  }
  #news_c::after {
    margin-left: -100px;
  }
  #news_c .text {
    display: none !important;
  }
  #news_c .item {
    min-height: auto;
  }
  #news_c .item a.bt {
    background: transparent;
    position: relative;
    color: #000;
    padding: 0;
    display: none !important;
  }

  #news_c .owl-theme .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -95px;
    margin-right: 15px;
  }
  #news_c .owl-nav button {
    width: 57px;
    height: 57px;
    outline: none;
  }
  #news_c .owl-nav button span {
    display: none;
  }
  #news_c .owl-nav button.owl-next {
    background: transparent url("../images/interface/arrow_r.png") no-repeat
      center center;
  }
  #news_c .owl-nav button.owl-next:hover {
    background: transparent url("../images/interface/arrow_r1.png") no-repeat
      center center;
  }
  #news_c .owl-nav button.owl-prev {
    background: transparent url("../images/interface/arrow_l.png") no-repeat
      center center;
  }
  #news_c .owl-nav button.owl-prev:hover {
    background: transparent url("../images/interface/arrow_l1.png") no-repeat
      center center;
  }

  #about_c {
    border-radius: 25px;
    padding-top: 75px;
  }
  #about_c .img {
    border-radius: 25px;
    min-height: 50vh;
  }
  #about_c .img::after {
    display: none;
  }
  #about_c .text {
    padding: 25px;
  }
  #about_c .text::before {
    display: none;
  }

  #why_c {
    background: #fff;
    padding: 75px 15px;
  }
  #why_c::after {
    display: none;
  }
  #why_c.slide h2.title span {
    color: #fff;
  }
  #why_c .img {
    padding-top: 100px;
  }
  #why_c .img::before {
    display: none;
  }
  #why_c .img .item a {
    padding: 60px 25px;
  }

  #why_c .img .item a.bt1::before {
    content: "";
    position: absolute;
    width: 192px;
    height: 143px;
    top: 0;
    left: 50%;
    margin-left: -96px;
    margin-top: -83px;
    opacity: 0;
    transition: all 0.2s ease;
  }
  #why_c .img .item a.bt1::before {
    content: "";
    position: absolute;
    width: 192px;
    height: 143px;
    top: 0;
    left: 50%;
    margin-left: -96px;
    margin-top: -83px;
    opacity: 1;
    background: transparent url("../images/interface/why_img.svg") no-repeat
      center center;
  }

  #services_c {
    border-radius: 25px;
    padding: 75px 15px;
  }
  #services_c p.title {
    padding-bottom: 0;
  }
  #services_c p.title::after {
    display: none;
  }

  #services_slider .item .img {
    min-height: 150px;
    min-width: 150px;
    overflow: hidden;
  }

  #contact_c #map_c #map_all {
    min-height: 250px;
  }
  #contact_c #contact_f {
    padding: 50px 15px 0 15px;
  }

  #contact_c #contact_address {
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 450px;
  }
  #contact_c #contact_address::after {
    right: auto;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    background: transparent url("../images/interface/contact_img_xs.png")
      no-repeat center center;
  }

  #partner_c {
    padding: 75px 15px;
  }
  #partner_c::before {
    display: none;
  }
  #partner_c .owl-theme .owl-dots {
    position: relative;
    text-align: center;
    margin: 0;
    top: auto;
    padding-top: 25px;
  }

  #footer_c {
    background: #fff;
  }
  #footer_c .menu_secondaire {
    padding: 0 25px;
    margin-bottom: 25px;
  }
  #footer_c .menu_principal {
    padding: 0 25px;
    margin-bottom: 25px;
  }
  #footer_c .social {
    padding: 0 25px;
    margin-bottom: 25px;
  }
  #footer_c .newsletter {
    border-radius: 25px;
  }

  .c_text {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .p_text.even::before {
    display: none;
  }
  .p_text.even::after {
    display: none;
  }
  .p_text.odd::before {
    display: none;
  }
  .p_text.odd::after {
    display: none;
  }
  .c_text .gallery_slider::after {
    display: none;
  }

  .gallery_c {
    padding: 15px;
  }
  .gallery_c a img {
    border-radius: 30px;
  }

  .bloc_listing_c {
    background: transparent;
  }
  .bloc_listing_c .item .link {
    justify-content: start;
  }

  #content_top {
    padding-top: 50px;
  }
  .node-10 #content_top .img {
    margin: 0 0 25px 0;
    min-height: 250px;
  }
  .node-10 #content_top::before {
    display: none;
  }

  #filter {
    text-align: center;
  }
  #filter .filter_tag {
    padding: 10px;
  }
  #filter .filter_tag::before {
    display: none;
  }
  #filter .filter_tag span {
    display: none;
  }
  #filter .filter_tag button {
    padding: 10px 15px;
    margin: 5px;
    font-size: 12px;
  }

  .node-article #content_top .img {
    margin: 0 0 25px 0;
    min-height: 250px;
  }
  .node-article #content_top .text {
    padding: 0 25px;
  }

  .c_text p.subtitle {
    padding-bottom: 0;
  }
  .c_text p.subtitle::after {
    display: none;
  }
  .c_text .text {
    padding: 0 15px;
  }
  .c_text .text_l {
    padding: 0 15px;
  }
  .c_text .text_r {
    padding: 0 15px;
  }

  .text_accordeon h3 {
    margin-bottom: 25px;
  }

  .c_text .logo {
    width: 200px;
    height: 150px;
  }
  .c_text .gallery_slider.has_logo img {
    max-width: 100%;
  }

  .document_c {
    padding: 25px 15px;
  }
  #content_top.news_page::before {
    display: none;
  }
  #content_top.news_page {
    margin-top: 0;
    padding-bottom: 25px;
  }
  #content_top.news_page .img {
    margin-bottom: 25px;
  }
  #content_top.news_page .img::before {
    display: none;
  }
  #filter .filter_tag a {
    width: 100%;
    margin: 5px 0;
  }
  #content.news_page {
    padding-top: 50px;
  }
  #content.news_page::before {
    display: none;
  }
  #submenu_anchor ul li {
    display: block;
  }
  #submenu_anchor ul li a {
    display: block;
  }

  #content_top .text a.bt {
    width: 100%;
  }

  #submenu_anchor_c.sticky {
    position: relative;
    top: auto;
    width: auto;
    margin-top: 0;
    background: #fff;
    padding: 0;
  }
  a.bt {
    font-size: 13px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #header_c {
  }
  #header_c .container {
    position: relative;
  }

  #header_c .navbar {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #menu_principal {
  }
  #menu_principal ul {
    text-align: left;
    justify-content: flex-start;
  }
  #menu_principal ul li a {
    font-size: 14px;
    padding: 43px 10px;
  }

  #menu_secondaire ul {
    display: flex;
  }
  #menu_secondaire ul li {
    padding: 0;
  }
  #menu_secondaire ul li.adhesion a {
    padding: 5px 10px;
    font-size: 14px;
  }
  #menu_secondaire ul li.connect a::before {
    display: none;
  }
  #menu_secondaire ul li.phone a::before {
    display: none;
  }
  #menu_secondaire ul li.phone a {
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0 10px;
    text-indent: -8000em;
    text-align: left;
    background: transparent url("../images/interface/phone.svg") no-repeat
      center center;
  }
  #menu_secondaire ul li.connect a {
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0 10px;
    text-indent: -8000em;
    text-align: left;
    background: transparent url("../images/interface/connect.svg") no-repeat
      center center;
  }

  body.sticky #menu_principal ul li a {
    padding: 23px 10px;
    font-size: 14px;
  }
  body.sticky #header_c #menu_secondaire ul li.adhesion a {
    padding: 5px 10px;
    font-size: 14px;
  }

  #banner_c .owl-theme .owl-dots {
    position: relative;
  }

  #about_c .text {
    padding: 0 25px;
  }
  #about_c .text::before {
    display: none;
  }
  #about_c .img {
    min-height: 50vh;
    margin-bottom: 25px;
  }
  #about_c .img::after {
    display: none;
  }

  #map_c {
    margin-bottom: 50px;
  }
  #contact_c #map_c #map_all {
    min-height: 250px;
  }
  #contact_c #contact_f {
    padding: 0 25px;
    margin-bottom: 25px;
  }

  .c_text {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .p_text.even::before {
    display: none;
  }
  .p_text.even::after {
    display: none;
  }
  .p_text.odd::before {
    display: none;
  }
  .p_text.odd::after {
    display: none;
  }
  .c_text .gallery_slider::after {
    display: none;
  }

  .gallery_c {
    padding: 15px;
  }
  .gallery_c a img {
    border-radius: 30px;
  }

  .bloc_listing_c {
    background: transparent;
  }
  .bloc_listing_c .item .link {
    justify-content: start;
  }

  #content_top {
    padding-top: 50px;
  }
  .node-10 #content_top .img {
    margin: 0 0 25px 0;
    min-height: 250px;
  }
  .node-10 #content_top::before {
    display: none;
  }

  #filter {
    text-align: center;
  }
  #filter .filter_tag {
    padding: 10px;
  }
  #filter .filter_tag::before {
    display: none;
  }
  #filter .filter_tag span {
    display: none;
  }
  #filter .filter_tag button {
    padding: 10px 15px;
    margin: 5px;
    font-size: 12px;
  }

  .node-article #content_top .img {
    margin: 0 0 25px 0;
    min-height: 250px;
  }
  .node-article #content_top .text {
    padding: 0 25px;
  }

  .c_text p.subtitle {
    padding-bottom: 0;
  }
  .c_text p.subtitle::after {
    display: none;
  }
  .c_text .text {
    padding: 0 15px;
  }
  .c_text .text_l {
    padding: 0 15px;
  }
  .c_text .text_r {
    padding: 0 15px;
  }

  .text_accordeon h3 {
    margin-bottom: 25px;
  }

  .c_text .logo {
    width: 200px;
    height: 150px;
  }
  .c_text .gallery_slider.has_logo img {
    max-width: 100%;
  }

  .document_c {
    padding: 25px 15px;
  }

  #filter .filter_tag a {
    padding: 10px 25px;
  }

  #news_c::after {
    left: auto;
    right: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .container {
    max-width: 1150px;
  }
  #header_c {
  }
  #menu_principal ul li a {
    font-size: 14px;
    padding: 43px 10px;
  }
  #menu_secondaire ul {
    display: flex;
  }
  #menu_secondaire ul li {
    padding: 0;
  }
  #menu_secondaire ul li.adhesion a {
    padding: 5px 10px;
    font-size: 14px;
  }
  #menu_secondaire ul li.connect a::before {
    display: none;
  }
  #menu_secondaire ul li.phone a::before {
    display: none;
  }
  #menu_secondaire ul li.phone a {
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0 10px;
    text-indent: -8000em;
    text-align: left;
    background: transparent url("../images/interface/phone.svg") no-repeat
      center center;
  }
  #menu_secondaire ul li.connect a {
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0 10px;
    text-indent: -8000em;
    text-align: left;
    background: transparent url("../images/interface/connect.svg") no-repeat
      center center;
  }

  body.sticky #menu_principal ul li a {
    padding: 26px 10px;
    font-size: 14px;
  }
  body.sticky #header_c #menu_secondaire ul li.adhesion a {
    padding: 5px 10px;
    font-size: 14px;
  }

  #banner_c .owl-theme .owl-dots {
    position: relative;
  }

  #why_c .img .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /*#services_slider .item .img { min-height:150px; min-width:150px;  }
	#services_slider .item .img img{ height:100px; width:100px; margin:-50px 0 0 -50px;  }*/
  #contact_c #contact_f {
    padding: 50px;
  }

  .c_text .gallery_slider::after {
    margin-left: -170px;
  }

  #contact_c #map_c #map_all {
    min-height: 600px;
  }

  #filter {
    text-align: center;
  }
  #filter .filter_tag {
    padding: 10px;
  }
  #filter .filter_tag::before {
    display: none;
  }
  #filter .filter_tag span {
    display: none;
  }

  .node-article #content_top .img {
    margin: 0 0 25px 0;
    min-height: 250px;
  }
  .node-article #content_top .text {
    padding: 0 25px;
  }

  .c_text {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .c_text p.subtitle {
    padding-bottom: 0;
  }
  .c_text p.subtitle::after {
    display: none;
  }
  .c_text .text {
    padding: 0 15px;
  }
  .c_text .text_l {
    padding: 0 15px;
  }
  .c_text .text_r {
    padding: 0 15px;
  }

  .text_accordeon h3 {
    margin-bottom: 25px;
  }

  .c_text .logo {
    width: 200px;
    height: 150px;
  }
  .c_text .gallery_slider.has_logo img {
    max-width: 100%;
  }

  .document_c {
    padding: 25px 15px;
  }

  #filter .filter_tag a {
    padding: 15px 35px;
  }
  #news_c::after {
    left: auto;
    right: 0;
  }
}

@media (min-width: 1500px) and (max-width: 1699px) {
  .container {
    max-width: 1450px;
  }
  #menu_principal ul li a {
    padding: 43px 15px;
  }
  #header_c {
  }
}

@media (min-width: 1700px) {
  .container {
    max-width: 1550px;
  }
  #header_c {
  }
}

.image-overlay {
  display: none;
}

.image-overlay-inside .before {
  display: none !important;
}

.image-overlay.overlay-type-extern .image-overlay-inside {
  display: none !important;
}

.image-overlay {
  background: none !important;
}

.image-overlay .image-overlay-inside:before {
  content: ?? !important;
}

.image-overlay-inside,
.image-overlay.overlay-type-extern {
  display: none;
}

/* CSS added 2019 */

/* CSS added 2019 */
#neos-wrapper {
  font-family: cambria;
  /* titre fond bleu */
  /*
    .button-blue1 {
        width:20px;
        height:20px;
        background-image: url("/wp-content/uploads/2019/02/carre-bleu-menu.jpg");
        display:inline-block;
        margin-left:-5px;
        margin-top:5px;

    } */
  /* titre rose */
  /* titre bleu sommaire */
  /* h4 modified */
}
#neos-wrapper button,
#neos-wrapper input,
#neos-wrapper select,
#neos-wrapper textarea {
  font-family: cambria;
}
#neos-wrapper .cadre-titre1 {
  border: 1px solid #00b0f0;
  background-color: #abe9ff;
  width: 100%;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
#neos-wrapper .cadre-titre2 {
  border: 1px solid #ccc;
  background-color: #fff;
  width: 100%;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
#neos-wrapper .dv-p1 {
  float: left;
  width: 30%;
  margin-right: 5%;
}
#neos-wrapper .dv-p2 {
  float: left;
  width: 30%;
  margin-right: 5%;
}
#neos-wrapper .dv-p3 {
  width: 30%;
  float: left;
}
#neos-wrapper .case-vars-hd {
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  background-color: #0070c0;
}
#neos-wrapper .case-vars-hd2 {
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  margin-top: 50%;
  color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  background-color: #0070c0;
}
#neos-wrapper .case-vars-hd3 {
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  margin-top: 30%;
  color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  background-color: #0070c0;
}
#neos-wrapper .case-vars-hd4 {
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  position: absolute;
  bottom: 0;
  color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  background-color: #0070c0;
  width: 30%;
}
#neos-wrapper .case-vars {
  border: 1px solid #ccc;
  padding: 5px;
}
#neos-wrapper .case-title-color {
  font-weight: bold;
  color: #0070c0;
  font-size: 15px;
}
#neos-wrapper .case-title-color a {
  color: #0070c0 !important;
}
#neos-wrapper .case-title-blk {
  color: #000;
  font-style: italic;
  font-size: 13px;
}
#neos-wrapper .case-title-blk-brd {
  color: #000;
  font-style: italic;
  border: 1px solid #ccc;
  padding: 5px;
}
#neos-wrapper .row-full {
  position: relative;
  margin-top: 30px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
#neos-wrapper .case-vars-hd-2 {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin-top: 33%;
  color: #0070c0;
  border: 1px solid #ccc;
  padding: 5px;
  background-color: #9dd8ff;
}
#neos-wrapper .case-vars-hd-3 {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #0070c0;
  border: 1px solid #ccc;
  padding: 5px;
  background-color: #9dd8ff;
}
#neos-wrapper .case-to-bottom {
  position: absolute;
  bottom: 0;
}
#neos-wrapper .titre-pages {
  margin-top: 20px;
  margin-bottom: 30px;
  border: 1px solid #00b0f0;
  background-color: #0070c0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
}
#neos-wrapper .menu-principal-wrapper {
  display: block;
  margin-bottom: 20px;
}
#neos-wrapper .menu-principal1 {
  border: 1px solid #000;
  display: block;
  font-size: 12px;
  padding: 5px 10px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
  width: 122px;
  text-align: center;
}
#neos-wrapper .menu-principal1:after {
  content: url("/wp-content/uploads/2019/02/carre-bleu-menu.jpg");
  position: absolute;
  right: -15px;
  top: 5px;
}
#neos-wrapper .menu-rapiographie1,
#neos-wrapper .menu-reduction1,
#neos-wrapper .menu-p2 {
  border: 1px solid #000;
  display: block;
  font-size: 12px;
  padding: 5px 10px;
  position: relative;
  margin-bottom: 10px;
  width: 122px;
  text-align: center;
}
#neos-wrapper .menu-na {
  border: 1px solid #000;
  display: block;
  font-size: 12px;
  padding: 5px 10px;
  position: relative;
  margin-bottom: 10px;
  width: 122px;
  text-align: center;
  color: #a0ef48;
}
#neos-wrapper .menu-na a {
  color: #a0ef48;
}
#neos-wrapper .menu-rapiographie1:after,
#neos-wrapper .menu-reduction1:after,
#neos-wrapper .menu-p2:after {
  content: url("/wp-content/uploads/2019/02/carre-p-menu.jpg");
  position: absolute;
  right: -15px;
  top: 5px;
}
#neos-wrapper .chapitres-ccam {
  border: 1px solid #000;
  display: block;
  font-size: 12px;
  padding: 5px;
  margin-bottom: 20px;
  color: #0070c0;
  background-color: #9dd8ff;
  margin-bottom: 10px;
  width: 122px;
  text-align: center;
}
#neos-wrapper .titre-s1 {
  color: #ce46a1;
  border: 1px solid #ce46a1;
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
#neos-wrapper .titre-s2 {
  margin-bottom: 20px;
  margin-top: 20px;
  color: #0082c7;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
}
#neos-wrapper .titre-s3 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #0070c0;
  font-weight: bold;
  font-size: 17px;
}
#neos-wrapper .titre-s4 {
  margin-top: 30px;
  font-weight: bold;
  font-size: 17px;
  border-bottom: 1px solid #a0ef48;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#neos-wrapper .titre-s5 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
#neos-wrapper .titre-s6 {
  border-bottom: 1px solid #a0ef48;
}
#neos-wrapper .menu-gauche {
  float: left;
  width: 20%;
}
#neos-wrapper .main-droite {
  width: 80%;
  float: right;
  margin-bottom: 10px;
}
@media screen and (max-width: 580px) {
  #neos-wrapper table {
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 10px 0;
    /* table-layout: fixed; */
    /* Prevents HTML tables from becoming too wide */
    table-layout: fixed;
    width: 100%;
  }
}
@media screen and (max-width: 1150px) {
  #neos-wrapper .case-title-color a {
    font-size: 12px;
  }
  #neos-wrapper .menu-gauche {
    float: none;
    width: 100%;
  }
  #neos-wrapper .main-droite {
    width: 100%;
    float: none;
  }
}
#neos-wrapper .row-page {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 80px;
}
#neos-wrapper .case-vars-hd2 a,
#neos-wrapper .case-vars-hd3 a,
#neos-wrapper .case-vars-hd4 a,
#neos-wrapper .case-vars-hd a {
  color: #fff !important;
}
#neos-wrapper .entry-title {
  display: none;
}
#neos-wrapper .pink-sentence {
  color: #ce46a1;
}
#neos-wrapper .green-words {
  color: #a0ef48;
}
#neos-wrapper .title-s5 {
  font-size: 15px;
  margin-bottom: 10px;
}
#neos-wrapper h4 {
  margin-top: 30px !important;
  margin-bottom: 20px !important;
  font-style: italic;
}
#neos-wrapper h5 {
  margin-top: 30px !important;
  margin-bottom: 20px !important;
  font-style: italic;
}
#neos-wrapper .titre-ml {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
#neos-wrapper tbody,
#neos-wrapper thead {
  vertical-align: top !important;
}
#neos-wrapper li {
  margin-left: 40px;
}
.container {
  width: 100%;
}
.container .av-content-small.units {
  width: 73%;
}

.responsive .boxed#top,
.responsive.html_boxed.html_header_sticky #header,
.responsive.html_boxed.html_header_transparency #header {
  width: 1310px;
  max-width: 90%;
}
.responsive .container {
  max-width: 1310px;
}

#top .main_color strong,
#top .alternate_color strong {
  color: #0080cf;
}

.node-espace_pro #content_top {
  min-height: 30vh;
}

table {
  width: 100%;
  margin-bottom: 50px;
}
table tbody {
  border-top: 0;
}
table td {
  padding: 10px;
  vertical-align: top;
}
table tr:nth-child(even) {
  background: #fff;
}

strong.vert {
  color: #0b8427 !important;
}
strong.rouge {
  color: #de0c20 !important;
}

@media screen and (max-width: 794px) {
  .widthfull {
    width: 100vw !important;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
