
/*******************************/
/* 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 {
    margin-top:40px;
    height: 90px;
    width: 90px;
    background: transparent url("../images/interface/logo_mobile.jpg") no-repeat center center / cover ;
    margin-left:0;
  }
  .navbar-toggler,
  .navbar-toggler :focus {
    position: absolute;
    height: 90px;
    width: 90px;
    top: 0;
    right: 0;
    border:0;
   /* background: transparent url("../images/interface/menu_b.png") no-repeat   center center;*/
  }

  #top_menu {justify-content: center;}
  #top_menu a {font-size: 12px;}

  #header_c  { height: 160px;}
  #header_c .navbar { height: 130px;}

  #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 .tbm-nav {
    height: auto;
    position: absolute;
    width: 100%;
  }
  #menu_principal .full-menu {
    position: relative;
    top: auto;
    left: auto;
  }
  #menu_principal .tbm-collapse {
    /* height: 100vh;  padding-bottom: 20vh;  overflow: scroll; */
    padding-top: 0;
    left: 0;
  }

  #menu_principal .tbm {
    position: unset;
  }
  #menu_principal .tbm-item.level-1 {
    margin: 0;
  }

  #menu_principal .tbm-item.level-1.tbm-item--has-dropdown {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
  }
  #menu_principal .tbm-item.level-1.tbm-item--has-dropdown::after {
    display: none;
  }
  .tbm.tbm--mobile .tbm-submenu-toggle {
    height: 50px;
    background: #EEE;
    border: none;
    margin: 0;
  }
  .tbm.tbm--mobile .tbm-submenu-toggle::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background: url('../images/interface/arrow-down.svg') no-repeat center center / cover;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    transition: 0.2s;
    border: 0;
    margin: 0;
  }
  #menu_principal .tbm-submenu.full-menu .slide > ul li {
    padding: 0;
    margin-bottom: 15px;
  }
  #menu_principal .tbm-submenu.full-menu .slide > ul li a .inside {
    background: none;
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    display: flex;
    align-items: center;
  }
  #menu_principal .tbm-submenu.full-menu .slide > ul li a picture {
    height: 75px;
    width: 75px;
    border-radius: 5px;
    display: inline-block;
  }
  #menu_principal .tbm-submenu.full-menu .slide > ul li .inside .text {
    display: inline-block;
    width: calc(100% - 75px);
    padding: 0 0 0 15px;
  }
  #menu_principal .tbm-submenu.full-menu .slide > ul li a .link {
    display: none;
  }

  #menu_principal .tbm-item.level-1 a {
    padding: 15px 15px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: inline-block;
  }

  #menu_principal .tbm.tbm--mobile .tbm-button {
    position: absolute;
    margin-bottom: 0;
    outline: none;
    border: none;
    height: 90px;
    width: 70px;
    top: 40px;
    right: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #menu_principal .tbm-button-container {
    height: 20px;
    width: 30px;
  }
  #menu_principal .tbm-button-container span {
    background: #000;
    height: 2px;
  }
  #menu_principal .tbm-button-container span:nth-child(2),
  #menu_principal .tbm-button-container span:nth-child(3) {
    top: calc(50% - 1px);
  }
  #menu_principal {
    width: 100%;
    background: #EEE;
    margin-top: 15px;
    margin-right: 0;
  }
  #menu_principal .tbm-item.level-1 {
    font-size: 15px;
    min-height: auto;
    border-top: none;
    border-bottom: 1px solid #EEE;
    padding: 0;
  }
  #menu_principal .tbm-item.level-1 a { width: 100%;}
  #menu_principal .full-menu a::before { bottom:18px}
  #menu_principal ul li a::before { bottom:0; left:0}

  #menu_principal .full-menu {
    top: 0 !important;
  }
  #menu_principal .tbm-submenu .c_text p {
    padding: 0;
  }

  #menu_principal .tbm-submenu {
    padding: 0;
    box-shadow: none;
    position: relative;
    top: 0;
    border-radius: 0;
  }
  #menu_principal .tbm-submenu .container {
    padding: 0;
    margin: 0;
  }
  .tbm.tbm--mobile .tbm-block {
    padding: 15px;
    background: #eee;
    border-bottom: 1px solid #eee;
    background: #FFF;
  }
  #menu_principal .tbm-submenu .has_border {
    border: none;
    padding: 0;
  }

  #menu_principal .tbm-submenu .c_menu-lien a {
    padding: 0;
  }


  #menu_secondaire { height: 40px; width:100%;}
  #menu_secondaire ul li a {line-height: 14px;}
  #menu_secondaire ul li.phone { width: 20%;}
  #menu_secondaire ul li.phone a::before { width: 20px; height: 20px; margin:-10px 0 0 -10px}
  #menu_secondaire ul li.connect  { width: 40%;}
  #menu_secondaire ul li.adhesion { width: 40%;}

  #menu_secondaire ul li a span.title { font-size: 14px;}
  #menu_secondaire ul li a span.subtitle { font-size:10px;}


  #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 .inside .link_bt { position: relative; margin-bottom: 0}
  #news_c .inside a.bt { position: relative; margin-bottom: 0;}
  #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:auto;
  }
  #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 {
    padding: 25px;
  }
  #services_c .text { padding:25px 0}
  #services_c p.title {
    padding-bottom: 0;
  }
  #services_c p.title { line-height: 28px;}
  #services_c p.title::after {
    display: none;
  }

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

  #contact_c { background-size: cover;}

  #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: 170px;
    padding-right: 25px;
    padding-bottom: 45px;
  }
  #contact_c #contact_address::after {
    right: auto;
    left: 0;
    margin-left: 30px;
    width: 113px;
    height:200px;
    background-size:cover;
  }

  #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%;
  }


  #search_c h2 { font-size:50px; line-height: 50px;}
  #search_c p { font-size: 16px;}
  #banner_news .text { padding:25px}
  #banner_news .img { background: none; min-height:auto;}
  #banner_news .img img { position: relative; top:auto; left:auto; width: auto; height: auto; object-fit: unset;}
  #banner_news .splide__pagination { bottom:0; width: 100%; left:0;}
  #news_c { border-top: 1px solid #CCC; margin-top: 50px; padding-bottom: 50px;}
  #news_c .splide__arrow { top:-40px; right:0; left:auto}
  #news_c .splide__arrow.splide__arrow--prev {right:45px}

  #newsletter_block { padding:25px 0 300px 0; }
  #newsletter_block .bt_newsletter { font-size: 28px; line-height:34px; padding:15px 10px;}
  #newsletter_block .bt_contact { font-size: 28px; line-height:34px;  padding:15px 10px; margin: 0;}


  #about_c {  padding-top: 0;}

  #why_c { padding: 25px}
  #why_c .text { padding:0; flex-direction: column;}
  #why_c .text .bt_block { margin:0}

  #contact_c #contact_address { padding-top: 50px;}

  #footer_c #footer_block { padding:25px; }
  #footer_block .footer_b { width: 100%; flex: 100%;  max-width: 100%;}
  #footer_c .social { text-align: center; margin-top: 25px; border-top: 1px solid #CCC; padding-top:25px;}


}

/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/

@media (min-width: 768px) and (max-width: 991px) {
  #toolbar-administration {
    display: none;
  }
  #menu_tasks {
    display: none;
  }

  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:95px;
    width: 95px;
    background: transparent url("../images/interface/logo_mobile.jpg") no-repeat center center / cover ;
    margin-left:0;
  }
  .navbar-toggler,
  .navbar-toggler :focus {
    position: absolute;
    height: 95px;
    width: 95px;
    top: 0;
    right: 0;
    border:0;
   /* background: transparent url("../images/interface/menu_b.png") no-repeat   center center;*/
  }

  #menu_secondaire{ right:100px}
  #header_c .navbar  { height: 95px;}

  #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 .tbm-nav {
    height: auto;
    position: absolute;
    width: 100%;
  }
  #menu_principal .full-menu {
    position: relative;
    top: auto;
    left: auto;
  }
  #menu_principal .tbm-collapse {
    padding-top: 0;
    left: 0;
  }

  #menu_principal .tbm {
    position: unset;
  }
  #menu_principal .tbm-item.level-1 {
    margin: 0;
  }

  #menu_principal .tbm-item.level-1.tbm-item--has-dropdown {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
  }
  #menu_principal .tbm-item.level-1.tbm-item--has-dropdown::after {
    display: none;
  }
  .tbm.tbm--mobile .tbm-submenu-toggle {
    height: 50px;
    background: #EEE;
    border: none;
    margin: 0;
  }
  .tbm.tbm--mobile .tbm-submenu-toggle::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background: url('../images/interface/arrow-down.svg') no-repeat center center / cover;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    transition: 0.2s;
    border: 0;
    margin: 0;
  }
  #menu_principal .tbm-submenu.full-menu .slide > ul li {
    padding: 0;
    margin-bottom: 15px;
  }
  #menu_principal .tbm-submenu.full-menu .slide > ul li a .inside {
    background: none;
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    display: flex;
    align-items: center;
  }
  #menu_principal .tbm-submenu.full-menu .slide > ul li a picture {
    height: 75px;
    width: 75px;
    border-radius: 5px;
    display: inline-block;
  }
  #menu_principal .tbm-submenu.full-menu .slide > ul li .inside .text {
    display: inline-block;
    width: calc(100% - 75px);
    padding: 0 0 0 15px;
  }
  #menu_principal .tbm-submenu.full-menu .slide > ul li a .link {
    display: none;
  }

  #menu_principal .tbm-item.level-1 a {
    padding: 15px 15px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: inline-block;
  }

  #menu_principal .tbm.tbm--mobile .tbm-button {
    position: absolute;
    margin-bottom: 0;
    outline: none;
    border: none;
    height: 100px;
    width: 100px;
    top: 0;
    right: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #menu_principal .tbm-button-container {
    height: 20px;
    width: 30px;
  }
  #menu_principal .tbm-button-container span {
    background: #000;
    height: 2px;
  }
  #menu_principal .tbm-button-container span:nth-child(2),
  #menu_principal .tbm-button-container span:nth-child(3) {
    top: calc(50% - 1px);
  }
  #menu_principal {
    width: 100%;
    background: #EEE;
    margin-top: 15px;
    margin-right: 0;
  }
  #menu_principal .tbm-item.level-1 {
    font-size: 15px;
    min-height: auto;
    border-top: none;
    border-bottom: 1px solid #EEE;
    padding: 0;
  }
  #menu_principal .tbm-item.level-1 a { width: 100%;}
  #menu_principal .full-menu a::before { bottom:18px}
  #menu_principal ul li a::before { bottom:0; left:0}

  #menu_principal .full-menu {
    top: 0 !important;
  }
  #menu_principal .tbm-submenu .c_text p {
    padding: 0;
  }

  #menu_principal .tbm-submenu {
    padding: 0;
    box-shadow: none;
    position: relative;
    top: 0;
    border-radius: 0;
  }
  #menu_principal .tbm-submenu .container {
    padding: 0;
    margin: 0;
  }
  .tbm.tbm--mobile .tbm-block {
    padding: 15px;
    background: #eee;
    border-bottom: 1px solid #eee;
    background: #FFF;
  }
  #menu_principal .tbm-submenu .has_border {
    border: none;
    padding: 0;
  }

  #menu_principal .tbm-submenu .c_menu-lien a {
    padding: 0;
  }


  .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 .inside .link_bt { position: relative; margin-bottom: 0}
  #news_c .inside a.bt { position: relative; margin-bottom: 0;}

  #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;
  }
  #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 #menu_principal .menu { background:#FFF}
  #header_c .navbar {
  height:95px
  }
  #header_c #search_input { width: 350px;}

  #menu_secondaire { right: 100px;}

  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;
  }
  body.sticky #menu_principal .tbm.tbm--mobile .tbm-button { height: 75px;}

  #menu_principal .tbm-nav {
    height: auto;
    position: absolute;
    width: 100%;
  }
  #menu_principal .full-menu {
    position: relative;
    top: auto;
    left: auto;
  }
  #menu_principal .tbm-collapse {
    padding-top: 0;
    left: 0;
  }

  #menu_principal .tbm {
    position: unset;
  }
  #menu_principal .tbm-item.level-1 {
    margin: 0;
  }

  #menu_principal .tbm-item.level-1.tbm-item--has-dropdown {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
  }
  #menu_principal .tbm-item.level-1.tbm-item--has-dropdown::after {
    display: none;
  }
  .tbm.tbm--mobile .tbm-submenu-toggle {
    height: 50px;
    background: #EEE;
    border: none;
    margin: 0;
  }
  .tbm.tbm--mobile .tbm-submenu-toggle::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background: url('../images/interface/arrow-down.svg') no-repeat center center / cover;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    transition: 0.2s;
    border: 0;
    margin: 0;
  }
  #menu_principal .tbm-submenu.full-menu .slide > ul li {
    padding: 0;
    margin-bottom: 15px;
  }
  #menu_principal .tbm-submenu.full-menu .slide > ul li a .inside {
    background: none;
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    display: flex;
    align-items: center;
  }
  #menu_principal .tbm-submenu.full-menu .slide > ul li a picture {
    height: 75px;
    width: 75px;
    border-radius: 5px;
    display: inline-block;
  }
  #menu_principal .tbm-submenu.full-menu .slide > ul li .inside .text {
    display: inline-block;
    width: calc(100% - 75px);
    padding: 0 0 0 15px;
  }
  #menu_principal .tbm-submenu.full-menu .slide > ul li a .link {
    display: none;
  }

  #menu_principal .tbm-item.level-1 a {
    padding: 15px 15px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: inline-block;
  }

  #menu_principal .tbm.tbm--mobile .tbm-button {
    position: absolute;
    margin-bottom: 0;
    outline: none;
    border: none;
    height: 100px;
    width: 100px;
    top: 0;
    right: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #menu_principal .tbm-button-container {
    height: 20px;
    width: 30px;
  }
  #menu_principal .tbm-button-container span {
    background: #000;
    height: 2px;
  }
  #menu_principal .tbm-button-container span:nth-child(2),
  #menu_principal .tbm-button-container span:nth-child(3) {
    top: calc(50% - 1px);
  }
  #menu_principal {
    width: 100%;
    background: #EEE;
    margin-top: 15px;
    margin-right: 0;
  }
  #menu_principal .tbm-item.level-1 {
    font-size: 15px;
    min-height: auto;
    border-top: none;
    border-bottom: 1px solid #EEE;
    padding: 0;
  }
  #menu_principal .tbm-item.level-1 a { width: 100%;}
  #menu_principal .full-menu a::before { bottom:18px}
  #menu_principal ul li a::before { bottom:0; left:0}

  #menu_principal .full-menu {
    top: 0 !important;
  }
  #menu_principal .tbm-submenu .c_text p {
    padding: 0;
  }

  #menu_principal .tbm-submenu {
    padding: 0;
    box-shadow: none;
    position: relative;
    top: 0;
    border-radius: 0;
  }
  #menu_principal .tbm-submenu .container {
    padding: 0;
    margin: 0;
  }
  .tbm.tbm--mobile .tbm-block {
    padding: 15px;
    background: #eee;
    border-bottom: 1px solid #eee;
    background: #FFF;
  }
  #menu_principal .tbm-submenu .has_border {
    border: none;
    padding: 0;
  }

  #menu_principal .tbm-submenu .c_menu-lien a {
    padding: 0;
  }

  #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;
  }

  #newsletter_block .bt_newsletter_block { padding-left: 0;}

  .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;
  }

  #newsletter_block .bt_newsletter { padding-left: 15px;}
  #newsletter_block .bt_contact { padding-right: 15px;}
}

/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/


@media (min-width: 1200px) and (max-width: 1499px) {
  .container {
    max-width: 1150px;
  }

#menu_secondaire ul li a  { line-height: 18px;;}
#menu_secondaire ul li a span.title { font-size: 18px;;}
#menu_secondaire ul li a span.subtitle { font-size: 11px;;}

#menu_secondaire ul li.phone a { width: 85px;}
#menu_secondaire ul li.connect { width: 140px;}
#menu_secondaire ul li.adhesion { width: 140px;}

#header_c #menu_principal { width: calc(100% - 450px) !important;}
#menu_principal ul li a { font-size: 14px;}

body.sticky #header_c .navbar-brand { margin: 0 5px ;}

body.sticky.node-homepage #header_c #search_input { position: fixed; top:0; left:0}

.navbar-brand{ width: 100px; margin-right: 5px;}
  body.sticky #menu_principal ul li a {
    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 .text_l { padding:15vh 3vw 15vh 7vw}
  .c_text .text_r { padding:15vh 7vw 15vh 3vw}

  .c_text p.subtitle {
    padding-bottom: 0;
  }
  .c_text p.subtitle::after {
    display: none;
  }
  .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;
  }
  #header_c {
  }


#menu_secondaire ul li a  { line-height: 18px;;}
#menu_secondaire ul li a span.title { font-size: 18px;;}
#menu_secondaire ul li a span.subtitle { font-size: 11px;;}

#menu_secondaire ul li.phone a { width: 85px;}
#menu_secondaire ul li.connect { width: 140px;}
#menu_secondaire ul li.adhesion { width: 150px;}

#header_c #menu_principal { width: calc(100% - 375px);}

body.sticky #header_c .navbar-brand { margin: 0 5px ;}

/*body.sticky.node-homepage #header_c #search_input { position: fixed; top:0; left:0}*/

.navbar-brand{ width: 100px; margin-right: 5px;}
  body.sticky #menu_principal ul li a {

}

@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 */
#neos-wrapper {
  font-family: cambria;
}
#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;
  }
}



@media (min-width: 992px) {
  #menu_principal ul li:hover .dropdown-menu {
    display: block;
  }
}
