/*=============*/
/*     UTILS   */
/*=============*/
/*=============*/
/*     MEDIA   */
/*=============*/
/*==================*/
/*     COMPONENTS   */
/*==================*/
#menu_accessible {
  left: 0;
  position: absolute;
  top: 5px;
  z-index: 100; }
  #menu_accessible li {
    display: inline; }
  #menu_accessible a {
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 1px; }
    #menu_accessible a:active, #menu_accessible a:focus {
      color: #000;
      position: static; }

#top_navigation {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: block;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100px;
  background: #fff; }
  @media (max-width: 1200px) {
  #top_navigation {
    height: 60px; } }
  #top_navigation > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1300px;
    margin: auto;
    position: relative;
    height: 100%; }
    #top_navigation > .row .logo a {
      display: block; }
    #top_navigation > .row img.logo_head {
      height: 100%;
      width: 100%;
      padding: 24px 0; }
      @media (max-width: 1200px) {
  #top_navigation > .row img.logo_head {
    height: 60px;
    width: auto;
    padding: 10px 0; } }
    #top_navigation > .row h1 {
      margin-bottom: 0; }
    #top_navigation > .row .partleft {
      display: block; }
      @media (max-width: 1024px) {
  #top_navigation > .row .partleft {
    display: none; } }
      #top_navigation > .row .partleft.active {
        display: flex; }
      #top_navigation > .row .partleft .frame-type-menu_principal {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      #top_navigation > .row .partleft .block_reseau {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative; }
        #top_navigation > .row .partleft .block_reseau ul {
          margin: 0 0 0 5px;
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          #top_navigation > .row .partleft .block_reseau ul li {
            list-style: none; }
            #top_navigation > .row .partleft .block_reseau ul li a {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              position: relative;
              width: 33px;
              height: 33px;
              background: #00497e;
              -webkit-transition: background ease 0.4s;
              transition: background ease 0.4s; }
              #top_navigation > .row .partleft .block_reseau ul li a img {
                height: 15px;
                width: auto; }
                #top_navigation > .row .partleft .block_reseau ul li a img.base {
                  display: none; }
              #top_navigation > .row .partleft .block_reseau ul li a:hover {
                background: transparent; }
                #top_navigation > .row .partleft .block_reseau ul li a:hover img.base {
                  display: block; }
                #top_navigation > .row .partleft .block_reseau ul li a:hover img.hover {
                  display: none; }
            #top_navigation > .row .partleft .block_reseau ul li:nth-child(2) a {
              height: 34px; }
        @media (max-width: 1200px) {
  #top_navigation > .row .partleft .block_reseau {
    width: 100%;
    text-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #top_navigation > .row .partleft .block_reseau ul {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin: 0; }
      #top_navigation > .row .partleft .block_reseau ul li a {
        margin: 5px;
        border: 1px solid #00497e;
        width: 30px !important;
        height: 30px !important; } }
        @media (max-width: 575.98px) {
  #top_navigation > .row .partleft .block_reseau {
    display: none; } }

#btn_menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 24px;
  top: 50%;
  right: 30px;
  cursor: pointer;
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  -webkit-transition: all ease 0.4s 0.4s;
  transition: all ease 0.4s 0.4s; }
  @media (max-width: 1200px) {
  #btn_menu {
    display: block; } }
  #btn_menu span {
    display: block;
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background: #00497e; }
    #btn_menu span:nth-child(1) {
      top: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
      -webkit-transition: top ease 0.4s 0.4s, -webkit-transform ease 0.4s;
      transition: top ease 0.4s 0.4s, -webkit-transform ease 0.4s;
      transition: top ease 0.4s 0.4s, transform ease 0.4s;
      transition: top ease 0.4s 0.4s, transform ease 0.4s, -webkit-transform ease 0.4s; }
    #btn_menu span:nth-child(2) {
      top: 11px;
      -webkit-transform: rotate(0);
      transform: rotate(0);
      -webkit-transition: top ease 0.4s 0.4s, -webkit-transform ease 0.4s;
      transition: top ease 0.4s 0.4s, -webkit-transform ease 0.4s;
      transition: top ease 0.4s 0.4s, transform ease 0.4s;
      transition: top ease 0.4s 0.4s, transform ease 0.4s, -webkit-transform ease 0.4s; }
    #btn_menu span:nth-child(3) {
      top: 22px;
      -webkit-transform: rotate(0);
      transform: rotate(0);
      -webkit-transition: top ease 0.4s 0.4s, -webkit-transform ease 0.4s;
      transition: top ease 0.4s 0.4s, -webkit-transform ease 0.4s;
      transition: top ease 0.4s 0.4s, transform ease 0.4s;
      transition: top ease 0.4s 0.4s, transform ease 0.4s, -webkit-transform ease 0.4s; }
  #btn_menu.active {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s; }
    #btn_menu.active span:nth-child(1) {
      top: 11px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: top ease 0.4s, -webkit-transform ease 0.4s 0.4s;
      transition: top ease 0.4s, -webkit-transform ease 0.4s 0.4s;
      transition: top ease 0.4s, transform ease 0.4s 0.4s;
      transition: top ease 0.4s, transform ease 0.4s 0.4s, -webkit-transform ease 0.4s 0.4s; }
      #btn_menu.active span:nth-child(2) {
        top: 11px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: top ease 0.4s, -webkit-transform ease 0.4s 0.4s;
        transition: top ease 0.4s, -webkit-transform ease 0.4s 0.4s;
        transition: top ease 0.4s, transform ease 0.4s 0.4s;
        transition: top ease 0.4s, transform ease 0.4s 0.4s, -webkit-transform ease 0.4s 0.4s; }
      #btn_menu.active span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: top ease 0.4s, -webkit-transform ease 0.4s 0.4s;
        transition: top ease 0.4s, -webkit-transform ease 0.4s 0.4s;
        transition: top ease 0.4s, transform ease 0.4s 0.4s;
        transition: top ease 0.4s, transform ease 0.4s 0.4s, -webkit-transform ease 0.4s 0.4s; }

#menuSite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 70px;
  height: 100px;
  margin: 0; }
  @media (max-width: 1200px) {
  #menuSite {
    display: block;
    position: fixed;
    height: 100%;
    left: 0;
    top: 60px;
    background: #fff;
    padding: 40px;
    max-width: 300px;
    -webkit-transition: all cubic-bezier(0.775, 0, 0.211, 1) 0.8s;
    transition: all cubic-bezier(0.775, 0, 0.211, 1) 0.8s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    pointer-events: none; }
    #menuSite.active {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      pointer-events: auto; } }
  #menuSite li.niveau1 {
    list-style: none;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    position: relative; }
    @media (max-width: 1200px) {
  #menuSite li.niveau1 {
    display: block;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 5px; } }
    #menuSite li.niveau1 > a {
      display: inline-block;
      text-transform: uppercase;
      font-size: 1rem;
      color: #00497e;
      display: block;
      position: relative;
      font-weight: 500;
      /* Fix menu mise en avant */ }
      @media (max-width: 1200px) {
  #menuSite li.niveau1 > a {
    width: 100%; } }
      #menuSite li.niveau1 > a.miseEnAvant {
        pointer-events: all !important; }
      #menuSite li.niveau1 > a:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: -3px;
        height: 3px;
        width: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
        background: #007ac1; }
    #menuSite li.niveau1.miseEnAvant {
      background: #00497e;
      /*//*/
      padding: 0 30px;
      -webkit-transition: all ease 0.4s;
      transition: all ease 0.4s; }
      @media (max-width: 1200px) {
  #menuSite li.niveau1.miseEnAvant {
    padding: 20px 15px;
    margin-top: 20px; } }
      #menuSite li.niveau1.miseEnAvant > a {
        color: #fff; }
      #menuSite li.niveau1.miseEnAvant:hover > a, #menuSite li.niveau1.miseEnAvant.current > a {
        color: #fff; }
        #menuSite li.niveau1.miseEnAvant:hover > a:before, #menuSite li.niveau1.miseEnAvant.current > a:before {
          display: none; }
        #menuSite li.niveau1.miseEnAvant:hover:before, #menuSite li.niveau1.miseEnAvant.current:before {
          content: "";
          display: block;
          position: absolute;
          left: 50%;
          bottom: 3px;
          height: 3px;
          width: 30px;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -o-transform: all 0.4s ease;
          transition: all 0.4s ease;
          background: #fff; }
        @media (max-width: 1200px) {
    #menuSite li.niveau1.miseEnAvant:hover:before, #menuSite li.niveau1.miseEnAvant.current:before {
      display: none; } }
      #menuSite li.niveau1.miseEnAvant ul.sousMenu {
        display: none; }
    #menuSite li.niveau1.children_li {
      cursor: pointer; }
      #menuSite li.niveau1.children_li > a {
        pointer-events: none;
        cursor: pointer; }
    #menuSite li.niveau1 ul.sousMenu {
      position: fixed;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      background: #fff;
      top: 100px;
      left: 0;
      z-index: 2;
      -webkit-transform-origin: top;
      transform-origin: top;
      -webkit-transition: all ease 0.4s;
      transition: all ease 0.4s;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      pointer-events: none;
      opacity: 0; }
      @media (max-width: 1200px) {
  #menuSite li.niveau1 ul.sousMenu {
    top: 0;
    display: block;
    position: relative;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    pointer-events: auto;
    padding-left: 0;
    margin-bottom: 15px;
    margin-top: 10px; } }
      #menuSite li.niveau1 ul.sousMenu li.niveau2 {
        list-style: none;
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        position: relative;
        height: 70px; }
        @media (max-width: 1200px) {
  #menuSite li.niveau1 ul.sousMenu li.niveau2 {
    height: unset;
    padding-bottom: 10px; } }
        #menuSite li.niveau1 ul.sousMenu li.niveau2 a {
          display: inline-block;
          text-transform: uppercase;
          font-size: 0.9rem;
          color: #00497e;
          display: block;
          position: relative;
          font-weight: 500;
          padding: 0 38px; }
        @media (max-width: 1200px) {
    #menuSite li.niveau1 ul.sousMenu li.niveau2 a {
      text-align: left;
      padding: 0 15px; } }
        #menuSite li.niveau1 ul.sousMenu li.niveau2 a:before {
          content: "";
          display: block;
          position: absolute;
          left: 50%;
          bottom: -3px;
          height: 3px;
          width: 0;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          -webkit-transition: all ease 0.4s;
          transition: all ease 0.4s;
          background: #007ac1; }
        #menuSite li.niveau1 ul.sousMenu li.niveau2:hover > a, #menuSite li.niveau1 ul.sousMenu li.niveau2.current > a {
          text-decoration: none;
          color: #00497e; }
          #menuSite li.niveau1 ul.sousMenu li.niveau2:hover > a:before, #menuSite li.niveau1 ul.sousMenu li.niveau2.current > a:before {
            width: 25px; }
    #menuSite li.niveau1:hover > a, #menuSite li.niveau1.current > a {
      text-decoration: none;
      color: #00497e; }
      #menuSite li.niveau1:hover > a:before, #menuSite li.niveau1.current > a:before {
        width: 25px; }
    @media (max-width: 1200px) {
    #menuSite li.niveau1.active {
      display: block;
      position: relative; } }
      #menuSite li.niveau1.active ul.sousMenu {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        pointer-events: auto;
        opacity: 1; }
      @font-face {
        font-family: 'Neo Sans Std';
        src: url('../../Fonts/NeoSansStd-Bold.eot');
        src: url('../../Fonts/NeoSansStd-Bold.eot?#iefix') format('embedded-opentype'), url('../../Fonts/NeoSansStd-Bold.woff2') format('woff2'), url('../../Fonts/NeoSansStd-Bold.woff') format('woff'), url('../../Fonts/NeoSansStd-Bold.ttf') format('truetype'), url('../../Fonts/NeoSansStd-Bold.svg#NeoSansStd-Bold') format('svg');
        font-weight: bold;
        font-style: normal; }

@font-face {
  font-family: 'Neo Sans Std';
  src: url('../../Fonts/NeoSansStd-Light.eot');
  src: url('../../Fonts/NeoSansStd-Light.eot?#iefix') format('embedded-opentype'), url('../../Fonts/NeoSansStd-Light.woff2') format('woff2'), url('../../Fonts/NeoSansStd-Light.woff') format('woff'), url('../../Fonts/NeoSansStd-Light.ttf') format('truetype'), url('../../Fonts/NeoSansStd-Light.svg#NeoSansStd-Light') format('svg');
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Neo Sans Std';
  src: url('../../Fonts/NeoSansStd-Medium.eot');
  src: url('../../Fonts/NeoSansStd-Medium.eot?#iefix') format('embedded-opentype'), url('../../Fonts/NeoSansStd-Medium.woff2') format('woff2'), url('../../Fonts/NeoSansStd-Medium.woff') format('woff'), url('../../Fonts/NeoSansStd-Medium.ttf') format('truetype'), url('../../Fonts/NeoSansStd-Medium.svg#NeoSansStd-Medium') format('svg');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Neo Sans Std';
  src: url('../../Fonts/NeoSansStd-Regular.eot');
  src: url('../../Fonts/NeoSansStd-Regular.eot?#iefix') format('embedded-opentype'), url('../../Fonts/NeoSansStd-Regular.woff2') format('woff2'), url('../../Fonts/NeoSansStd-Regular.woff') format('woff'), url('../../Fonts/NeoSansStd-Regular.ttf') format('truetype'), url('../../Fonts/NeoSansStd-Regular.svg#NeoSansStd-Regular') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Neo Sans Std';
  src: url('../../Fonts/NeoSansStd-MediumItalic.eot');
  src: url('../../Fonts/NeoSansStd-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../../Fonts/NeoSansStd-MediumItalic.woff2') format('woff2'), url('../../Fonts/NeoSansStd-MediumItalic.woff') format('woff'), url('../../Fonts/NeoSansStd-MediumItalic.ttf') format('truetype'), url('../../Fonts/NeoSansStd-MediumItalic.svg#NeoSansStd-MediumItalic') format('svg');
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Neo Sans Std';
  src: url('../../Fonts/NeoSans-Italic.eot');
  src: url('../../Fonts/NeoSans-Italic.eot?#iefix') format('embedded-opentype'), url('../../Fonts/NeoSans-Italic.woff2') format('woff2'), url('../../Fonts/NeoSans-Italic.woff') format('woff'), url('../../Fonts/NeoSans-Italic.ttf') format('truetype'), url('../../Fonts/NeoSansStd-MediumItalic.svg#NeoSansStd-MediumItalic') format('svg');
  font-weight: 400;
  font-style: italic; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Neo Sans Std', sans-serif; }

.extbase-debugger {
  overflow: initial; }

html {
  height: 100%;
  font-size: 14px; }

body {
  font-family: arial;
  color: #000;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: initial; }
  body > header, body > footer {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  body > main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

h1 {
  font-size: 1.875rem;
  font-weight: bold;
  margin: 0 0 30px 0;
  color: #000; }

a:focus {
  text-decoration: none; }

#mainContent {
  margin-top: 100px; }
  @media (max-width: 1200px) {
  #mainContent {
    margin-top: 60px; } }

.content_center h2 {
  display: block;
  position: relative;
  color: #00497e;
  font-weight: 500;
  font-size: 2.2rem;
  margin-bottom: 28px;
  margin-top: 35px; }
  .content_center h2:not(.ea_lead)::before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: -32px;
    top: 8px;
    border-radius: 50%;
    background: #bec600; }
  .content_center h3 {
    font-weight: 500;
    font-size: 2rem;
    color: #00497e;
    margin-bottom: 9px; }
  .content_center h4 {
    font-weight: 500;
    font-size: 1.6rem;
    color: #00497e;
    margin-bottom: 6px; }
  .content_center h5 {
    font-weight: 500;
    font-size: 1.25rem;
    color: #00497e;
    margin-bottom: 6px; }
  .content_center h6 {
    font-weight: 500;
    font-size: 1.1rem;
    color: #00497e;
    margin-bottom: 6px; }
  .content_center p {
    font-weight: normal;
    font-size: 1rem;
    color: #00497e;
    line-height: 25px;
    position: relative; }
  .content_center p.chapo {
    width: calc(100% + 32px);
    margin-left: -32px;
    padding: 35px 40px;
    display: block;
    position: relative;
    -webkit-box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.15);
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 60px; }
  .content_center p strong {
    font-weight: bold; }
  .content_center p em {
    font-weight: 500;
    font-style: italic; }
  .content_center p u {
    text-decoration: none;
    position: relative; }
    .content_center p u:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: #00497e;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  .content_center blockquote {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 30px 170px; }
  @media (max-width: 1300px) {
    .content_center blockquote {
      padding: 30px; } }
  .content_center blockquote p {
    font-weight: 500;
    font-size: 2rem;
    line-height: 45px; }
  .content_center ul {
    list-style: none;
    padding: 0;
    font-weight: 400;
    margin-left: -3px;
    position: relative; }
  .content_center ul li {
    text-decoration: none;
    margin: 0;
    padding-left: 15px;
    position: relative;
    line-height: 25px;
    margin-bottom: 5px;
    color: #00497e;
    font-size: 1.1rem; }
    .content_center ul li:after {
      content: '';
      height: 5px;
      width: 5px;
      background: #00497e;
      display: block;
      position: absolute;
      border-radius: 50%;
      top: 11px;
      left: 5px; }
    .content_center ul li ul {
      margin-top: 4px; }
    .content_center ul li ul li:after {
      background: transparent;
      border: solid 1px #00497e;
      height: 5px;
      width: 5px; }
  .content_center ol {
    padding: 0;
    font-weight: 400;
    margin-left: -3px;
    position: relative;
    counter-reset: section;
    list-style-type: none; }
  .content_center ol li {
    margin: 0;
    padding-left: 24px;
    position: relative;
    line-height: 25px;
    /*counter-increment: section;*/
    margin-bottom: 5px;
    color: #00497e;
    font-size: 1.1rem; }
    .content_center ol li::before {
      content: counters(section, ".") " - ";
      counter-increment: section;
      color: #00497e;
      font-weight: bold;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
    .content_center ol li ol {
      margin-top: 4px; }
    .content_center ol li ol li {
      padding-left: 40px; }
    .content_center ol li ol li ol li {
      padding-left: 57px; }
  .content_center .frame-type-html {
    padding-left: 32px; }
  @media (max-width: 600px) {
    .content_center .frame-type-html {
      padding-left: 0; } }
  .content_center .frame-type-html iframe {
    width: 100%; }

#menu_accessible {
  display: none; }

.ce-textpic.ce-nowrap .ce-bodytext blockquote, .article.ce-nowrap .ce-bodytext blockquote {
  padding: 30px; }
  @media (max-width: 1170px) and (min-width: 940px) {
        .ce-textpic.ce-nowrap .ce-bodytext, .article.ce-nowrap .ce-bodytext {
          width: 100%;
          padding-left: 0; } }
  @media (max-width: 670px) {
      .ce-textpic.ce-nowrap .ce-bodytext, .article.ce-nowrap .ce-bodytext {
        width: 100%;
        padding-left: 0; } }
  .ce-textpic .ce-bodytext, .article .ce-bodytext, .ce-textpic .ce-gallery, .article .ce-gallery {
    padding-left: 32px; }
  @media (max-width: 600px) {
    .ce-textpic .ce-bodytext, .article .ce-bodytext, .ce-textpic .ce-gallery, .article .ce-gallery {
      padding-left: 0; } }
  .ce-textpic .ce-gallery, .article .ce-gallery {
    margin-bottom: 20px; }
  .ce-textpic .ce-gallery img, .article .ce-gallery img {
    max-width: 100%;
    height: auto; }
  .ce-textpic .ce-gallery figure, .article .ce-gallery figure {
    position: relative; }
  .ce-textpic .ce-gallery figure figcaption, .article .ce-gallery figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 0.85rem;
    padding: 10px; }
  .ce-textpic .ce-bodytext a, .article .ce-bodytext a {
    position: relative;
    display: inline-block;
    color: #00497e; }
  .ce-textpic .ce-bodytext a:after, .article .ce-bodytext a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    height: 1px;
    width: 100%;
    background: #00497e;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s; }
  .ce-textpic .ce-bodytext a:hover, .article .ce-bodytext a:hover, .ce-textpic .ce-bodytext a:focus, .article .ce-bodytext a:focus {
    text-decoration: none; }
  .ce-textpic .ce-bodytext a:hover:after, .article .ce-bodytext a:hover:after, .ce-textpic .ce-bodytext a:focus:after, .article .ce-bodytext a:focus:after {
    width: 0; }
  .ce-textpic .ce-bodytext ul, .article .ce-bodytext ul {
    list-style: none;
    padding: 0;
    font-weight: 400;
    margin-left: -3px;
    position: relative; }
  .ce-textpic .ce-bodytext ul li, .article .ce-bodytext ul li {
    text-decoration: none;
    margin: 0;
    padding-left: 15px;
    position: relative;
    line-height: 25px;
    margin-bottom: 5px;
    color: #00497e;
    font-size: 1.1rem; }
  .ce-textpic .ce-bodytext ul li:after, .article .ce-bodytext ul li:after {
    content: '';
    height: 5px;
    width: 5px;
    background: #00497e;
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 11px;
    left: 5px; }
  .ce-textpic .ce-bodytext ul li ul, .article .ce-bodytext ul li ul {
    margin-top: 4px; }
  .ce-textpic .ce-bodytext ul li ul li:after, .article .ce-bodytext ul li ul li:after {
    background: transparent;
    border: solid 1px #00497e;
    height: 5px;
    width: 5px; }
  .ce-textpic .ce-bodytext ol, .article .ce-bodytext ol {
    padding: 0;
    font-weight: 400;
    margin-left: -3px;
    position: relative;
    counter-reset: section;
    list-style-type: none; }
  .ce-textpic .ce-bodytext ol li, .article .ce-bodytext ol li {
    margin: 0;
    padding-left: 24px;
    position: relative;
    line-height: 25px;
    /*counter-increment: section;*/
    margin-bottom: 5px;
    color: #00497e;
    font-size: 1.1rem; }
  .ce-textpic .ce-bodytext ol li::before, .article .ce-bodytext ol li::before {
    content: counters(section, ".") " - ";
    counter-increment: section;
    color: #00497e;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  .ce-textpic .ce-bodytext ol li ol, .article .ce-bodytext ol li ol {
    margin-top: 4px; }
  .ce-textpic .ce-bodytext ol li ol li, .article .ce-bodytext ol li ol li {
    padding-left: 40px; }
    .ce-textpic .ce-bodytext ol li ol li ol li, .article .ce-bodytext ol li ol li ol li {
      padding-left: 57px; }
  .ce-textpic .ce-bodytext table, .article .ce-bodytext table {
    border-collapse: separate;
    margin: 0 0 30px 0;
    display: block;
    overflow-x: auto; }
  .ce-textpic .ce-bodytext table th, .article .ce-bodytext table th {
    background: #00497e;
    color: #fff;
    padding: 15px 10px;
    text-transform: uppercase;
    text-align: center; }
  .ce-textpic .ce-bodytext table td, .article .ce-bodytext table td {
    padding: 15px 10px; }
  .ce-textpic .ce-bodytext table tr:nth-child(even), .article .ce-bodytext table tr:nth-child(even) {
    background-color: #f0f0f0; }
  .ce-textpic a.link_internal, .article a.link_internal {
    display: inline-block;
    padding: 44px 30px;
    background: #00497e;
    color: #fff;
    font-weight: 500;
    font-size: 1rem; }
  .ce-textpic a.link_external, .article a.link_external {
    display: inline-block;
    padding: 25px 30px 25px 60px;
    background: #00497e;
    color: #fff;
    font-weight: 500;
    font-size: 1rem; }
  .ce-textpic a.link_external:after, .article a.link_external:after {
    content: url(../../Images/arrow_file.png);
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 30px;
    top: 25px; }
  .ce-textpic a.dpnglossary.link:after, .article a.dpnglossary.link:after {
    content: none; }
  .ce-textpic a[href="#top"], .article a[href="#top"] {
    /* display: inline-block;*/
    /* background: #000;*/
    /* color: #fff;*/
    /* padding: 5px 10px;*/ }
  .ce-textpic table, .article table {
    width: 100%; }
  .ce-textpic select, .article select {
    width: 100%;
    padding: 15px 43px 15px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background-image: url(../../Images/select.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    cursor: pointer;
    text-overflow: ellipsis;
    border: 1px solid #000;
    outline: none; }
  .ce-textpic select::-ms-expand, .article select::-ms-expand {
    display: none; }
/*Liste de fichiers*/
.frame-layout-5 {
  display: block;
  position: relative;
  padding: 0 70px;
  margin: 40px auto; }
  .frame-layout-5 header {
    position: relative;
    display: inline-block;
    padding-left: 0 !important; }
  .frame-layout-5 header h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.1rem;
    padding: 26px 72px 26px 75px;
    background: #00497e;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0; }
  .frame-layout-5 header h2:before {
    display: none; }
  .frame-layout-5 header h2:after {
    content: url(../../Images/arrow_file.png);
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 38px;
    top: 28px; }
  .frame-layout-5 .ce-uploads, .frame-layout-5 .ce-textpic {
    background: #ecf4f4;
    padding: 38px; }

ul.ce-uploads {
  padding-left: 38px; }
  ul.ce-uploads li {
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    padding-left: 38px;
    position: relative;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s; }
  ul.ce-uploads li:before {
    content: url(../../Images/icon_file.png);
    display: block;
    position: absolute;
    width: 24px;
    height: 25px;
    left: 0px;
    top: 0px; }
  ul.ce-uploads li a {
    position: relative;
    display: block; }
  ul.ce-uploads li a .ce-uploads-fileName {
    position: relative;
    display: inline-block; }
  ul.ce-uploads li a .ce-uploads-fileName:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    height: 1px;
    bottom: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    width: 0;
    background: #00497e; }
  ul.ce-uploads li a:hover {
    text-decoration: none; }
  ul.ce-uploads li:hover {
    padding-left: 44px; }
  ul.ce-uploads li:hover a .ce-uploads-fileName:before {
    width: 100%; }
  ul.ce-uploads .bloc_list_files {
    font-size: 1rem;
    text-transform: uppercase; }
  ul.ce-uploads .bloc_list_files span.ce-uploads-fileName {
    color: #00497e;
    font-weight: bold; }
  ul.ce-uploads .bloc_list_files .ce-uploads-properties {
    color: #007ac1;
    font-size: 1rem; }
  ul.ce-uploads .bloc_list_files .ce-uploads-properties span {
    display: inline-block;
    text-transform: uppercase;
    color: #007ac1;
    font-size: 1rem; }
/* menu toggle*/
.openCloseTitle {
  cursor: pointer;
  margin: 5px 0;
  background: #00497e;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
  margin-top: 20px; }
  .openCloseTitle h2, .openCloseTitle h3, .openCloseTitle h4, .openCloseTitle h5, .openCloseTitle h6 {
    margin: 0;
    padding: 30px 62px 30px 15px;
    position: relative;
    color: #fff;
    font-size: 1.1rem;
    padding: 25px 22px;
    outline: none;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s; }
  .openCloseTitle h2:before, .openCloseTitle h3:before, .openCloseTitle h4:before, .openCloseTitle h5:before, .openCloseTitle h6:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    left: auto;
    display: block;
    width: 32px;
    height: 32px;
    background: url(../../Images/toggle.png);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: 100%; }
  .openCloseTitle + div {
    display: none;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0; }
  .openCloseTitle[aria-expanded='false'] h2:before, .openCloseTitle[aria-expanded='false'] h3:before, .openCloseTitle[aria-expanded='false'] h4:before, .openCloseTitle[aria-expanded='false'] h5:before, .openCloseTitle[aria-expanded='false'] h6:before {
    background-position: 0%; }
  .openCloseTitle[aria-expanded='false'] + div {
    display: none; }
  .openCloseTitle[aria-expanded='true'] + div {
    display: block; }
  .openCloseTitle[aria-expanded="true"] {
    background: #ecf4f4; }
  .openCloseTitle[aria-expanded="true"] h2, .openCloseTitle[aria-expanded="true"] h3, .openCloseTitle[aria-expanded="true"] h4, .openCloseTitle[aria-expanded="true"] h5, .openCloseTitle[aria-expanded="true"] h6 {
    color: #00497e;
    background: #ecf4f4; }

.openCloseTitle #ui-datepicker-div {
  /*DatePicker*/
  background: #fff;
  max-width: 250px;
  border: none; }
  .openCloseTitle #ui-datepicker-div .ui-datepicker-header {
    width: 100%;
    position: relative;
    padding: 20px 50px 15px 50px;
    color: #00497e;
    border: none;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    background: #fff; }
  .openCloseTitle #ui-datepicker-div a.ui-corner-all {
    position: absolute;
    top: 50%;
    display: block;
    width: 7px;
    height: 12px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer; }
  .openCloseTitle #ui-datepicker-div a.ui-corner-all span {
    display: none; }
  .openCloseTitle #ui-datepicker-div a.ui-datepicker-prev {
    left: 35px;
    background: url(../../Images/sprites.png) -1px -22px; }
  .openCloseTitle #ui-datepicker-div a.ui-datepicker-next {
    right: 35px;
    background: url(../../Images/sprites.png) -10px -22px; }
  .openCloseTitle #ui-datepicker-div .ui-datepicker-title {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0; }
  .openCloseTitle #ui-datepicker-div select.ui-datepicker-month {
    display: inline-block;
    width: 50%;
    padding: 5px 15px;
    border: none;
    background: none;
    color: #00497e;
    font-size: 0.9em; }
  .openCloseTitle #ui-datepicker-div select.ui-datepicker-year {
    display: inline-block;
    width: 50%;
    padding: 5px 15px;
    border: none;
    background: none;
    color: #00497e;
    font-size: 0.9em; }
  .openCloseTitle #ui-datepicker-div table.ui-datepicker-calendar {
    width: 100%;
    padding: 0 25px 30px 25px;
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-collapse: separate; }
  .openCloseTitle #ui-datepicker-div table.ui-datepicker-calendar thead th {
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 7px 0;
    color: #00497e;
    font-weight: normal; }
  .openCloseTitle #ui-datepicker-div table.ui-datepicker-calendar tbody td {
    text-align: center;
    padding: 4px 0; }
  .openCloseTitle #ui-datepicker-div table.ui-datepicker-calendar tbody td a {
    color: #00497e;
    text-decoration: none;
    border: none;
    background: none;
    font-weight: 400;
    display: inline; }
  .openCloseTitle #ui-datepicker-div table.ui-datepicker-calendar tbody td.ui-datepicker-current-day {
    background-color: #00497e; }
  .openCloseTitle #ui-datepicker-div table.ui-datepicker-calendar tbody td.ui-datepicker-current-day a {
    color: #fff; }
  .openCloseTitle #ui-datepicker-div table.ui-datepicker-calendar tbody td:hover {
    background-color: #f0f0f0; }

.content_center {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }
/*Cookie CNIL*/
#cookieCnil {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%; }
  #cookieCnil #cookie-banner, #cookieCnil #inform-and-ask, #cookieCnil #inform-and-consent {
    color: #fff;
    background: #00497e;
    opacity: 0.9;
    text-align: center;
    padding: 10px;
    font-size: 0.75rem; }
  #cookieCnil #cookie-banner a, #cookieCnil #inform-and-ask a, #cookieCnil #inform-and-consent a {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 5px;
    margin: 5px 0 0 0; }
  #cookieCnil #cookie-banner a:hover, #cookieCnil #inform-and-ask a:hover, #cookieCnil #inform-and-consent a:hover, #cookieCnil #cookie-banner a:focus, #cookieCnil #inform-and-ask a:focus, #cookieCnil #inform-and-consent a:focus {
    text-decoration: none; }
  #cookieCnil #cookie-banner button, #cookieCnil #inform-and-ask button, #cookieCnil #inform-and-consent button {
    color: #fff;
    border: 1px solid #fff;
    padding: 0 5px;
    background: none;
    margin: 5px 2px 0 2px;
    cursor: pointer; }

@media (min-width: 768px) {
  .nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

footer {
  background: #00497e;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 1050px) {
  footer {
    height: auto; } }
  footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    max-width: 1300px;
    width: 96%;
    height: 100%; }
  @media (max-width: 1050px) {
    footer .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  footer .container .block_logo_footer {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 14px;
    /* width: 45.5%; */ }
  @media (max-width: 1220px) {
      footer .container .block_logo_footer {
        width: 30%; } }
  @media (max-width: 1050px) {
      footer .container .block_logo_footer {
        width: 100%;
        text-align: center; } }
  footer .container .block_reseau {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 22px; }
  @media (max-width: 1050px) {
      footer .container .block_reseau {
        width: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  footer .container .block_reseau ul {
    margin: 0;
    padding: 0; }
  footer .container .block_reseau ul li {
    list-style: none;
    display: inline-block; }
  footer .container .block_reseau ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 38px;
    height: 38px;
    background: #fff;
    border: 1px solid #fff;
    -webkit-transition: background ease 0.4s;
    transition: background ease 0.4s;
    margin: 0 5px; }
    footer .container .block_reseau ul li a img {
      height: 20px;
      width: auto; }
      footer .container .block_reseau ul li a img.hover {
        display: none; }
    footer .container .block_reseau ul li a:hover {
      background: transparent; }
      footer .container .block_reseau ul li a:hover img.base {
        display: none; }
      footer .container .block_reseau ul li a:hover img.hover {
        display: block; }
  footer .container .frame-type-menu_piedpage {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 28px;
    /* width: 44.8%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative; }
  @media (max-width: 1575px) {
      footer .container .frame-type-menu_piedpage {
        padding-right: 50px; } }
  @media (max-width: 1220px) {
      footer .container .frame-type-menu_piedpage {
        padding-right: 65px;
        width: 59.8%; } }
  @media (max-width: 1050px) {
      footer .container .frame-type-menu_piedpage {
        width: 100%;
        padding-right: 0;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  @media (max-width: 652px) {
      footer .container .frame-type-menu_piedpage {
        padding-right: 65px; } }
  footer .container .frame-type-menu_piedpage ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    list-style: none; }
  @media (max-width: 652px) {
        footer .container .frame-type-menu_piedpage ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
  footer .container .frame-type-menu_piedpage ul li {
    list-style: none; }
  footer .container .frame-type-menu_piedpage ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 0.9rem;
    margin-left: 14px;
    position: relative; }
    footer .container .frame-type-menu_piedpage ul li a:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      height: 1px;
      width: 0;
      background: #fff;
      -webkit-transition: all ease 0.4s;
      transition: all ease 0.4s;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    footer .container .frame-type-menu_piedpage ul li a:hover {
      text-decoration: none; }
  footer .container .frame-type-menu_piedpage ul li:hover {
    text-decoration: none; }
    footer .container .frame-type-menu_piedpage ul li:hover a:before {
      width: 100%; }

.bouton_up {
  display: block;
  position: fixed;
  right: 0;
  width: 80px;
  height: 80px;
  background: #015490;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
  bottom: -40px;
  pointer-events: none; }
  .bouton_up.active {
    opacity: 1;
    bottom: 0;
    pointer-events: auto; }
  .bouton_up:before {
    content: "";
    display: block;
    position: absolute;
    height: 28px;
    width: 2px;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 28px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s; }
  .bouton_up:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    top: 27px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s; }
  .bouton_up:hover {
    background: #007ac1; }
  .bouton_up:hover:before {
    top: 20px; }
  .bouton_up:hover:after {
    top: 19px; }

/*Fils arianne simple*/

.filAriane {
  display: block;
  position: relative;
  width: 100%;
  padding: 30px 10px;
  background: #f6fcfc;
  font-weight: 500;
  text-transform: uppercase;
  color: #01458a;
  font-size: 0.8rem; }
  .filAriane ul {
    padding: 0;
    max-width: 1220px;
    margin: auto;
    width: 90%; }
  .filAriane ul li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding-right: 10px;
    color: #01458a; }
  .filAriane ul li a {
    position: relative;
    display: block;
    padding-right: 14px;
    color: #01458a; }
  .filAriane ul li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-right: 1px solid #01458a;
    border-top: 1px solid #01458a;
    transform: translateY(-50%) rotate(45deg);
    right: 0;
    top: 48%; }
  .filAriane ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: all ease 0.4s;
    background: #01458a; }
  .filAriane ul li a:hover {
    text-decoration: none;
    color: #01458a; }
  .filAriane ul li a:hover:before {
    width: calc(100% - 12px); }
/*Fils arianne naviagtion*/
.ariane {
  display: none; }

@media (min-width: 768px) {
  .ariane ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
    .ariane > ul > li:first-child ~ li {
      margin-left: 15px; } }

.tools {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 20px 0; }

.itemMail a {
  position: relative;
  display: block;
  width: 24px;
  height: 15px;
  overflow: hidden;
  text-indent: -999em;
  margin: 0 0 0 15px; }
  .itemMail a:after {
    width: 24px;
    height: 15px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -113px -44px; }
  .itemMail a:hover, .itemMail a:focus {
    opacity: 0.5; }

.itemPrint a {
  position: relative;
  display: block;
  width: 25px;
  height: 26px;
  overflow: hidden;
  text-indent: -999em;
  margin: 0 0 0 15px; }
  .itemPrint a:after {
    width: 25px;
    height: 26px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -143px -38px; }
  .itemPrint a:hover, .itemPrint a:focus {
    opacity: 0.5; }

.btnShare {
  display: block;
  position: relative;
  width: 21px;
  height: 21px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  text-indent: -999em;
  cursor: pointer;
  outline: none; }
  .btnShare:after {
    width: 21px;
    height: 21px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -85px -41px; }
  .btnShare:hover, .btnShare:focus {
    opacity: 0.5; }
/************Stype pour social share***************/
.socialShare {
  display: none; }
  .socialShare .social_share_privacy_area {
    margin: 0; }
  .socialShare .social_share_privacy_area.line {
    height: auto;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-around; }
  .socialShare .social_share_privacy_area.line li {
    display: inline-block;
    float: none;
    margin: 0 0 10px 0 !important; }
  .socialShare .social_share_privacy_area.line li .dummy_btn {
    margin: 0 10px; }
  .socialShare .social_share_privacy_area.line li div.tweet {
    width: auto; }
  .socialShare .social_share_privacy_area.line li div.gplusone {
    width: auto; }
  .socialShare .social_share_privacy_area.line .facebook .fb_like {
    width: auto; }
  .socialShare .social_share_privacy_area.line .facebook iframe {
    width: 75px; }
  .socialShare .social_share_privacy_area.line .twitter iframe {
    width: 70px; }
  .socialShare .social_share_privacy_area li.settings_info {
    width: 50px;
    height: 20px; }
  .socialShare .social_share_privacy_area li.settings_info .settings_info_menu {
    min-width: 10px; }
  .socialShare.visible {
    display: block; }
/************Stype pour social simple***************/
.social {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  flex-direction: row;
  justify-content: space-around; }
  .social li {
    list-style: none; }
  .social li a:hover, .social li a:focus {
    text-decoration: none; }
  .social.visible {
    display: flex; }

@media (min-width: 768px) {
  .wrapTools {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: 0 0 20px 0; }

  .tools {
    width: auto;
    margin: 0;
    padding: 5px 0; }

  .socialShare {
    margin: 0 60px 0 0; }
    .socialShare .social_share_privacy_area.line li {
      margin: 0 !important; }

  .social {
    width: auto;
    margin: 0 30px 0 0; }
    .social li {
      margin: 0 10px 0 0; } }
/*Reset style par défaut */
form {
  max-width: 660px;
  margin: auto;
  display: block; }
  form fieldset {
    border: none; }
  form legend {
    color: #00497e; }
  form .powermail_field {
    color: #00497e; }
  form .powermail_fieldwrap {
    margin: 0 0 20px 0;
    display: table;
    width: 100%; }
  form .powermail_fieldwrap.col-md-6, form .powermail_fieldwrap.col-md-4, form .powermail_fieldwrap.col-md-8 {
    display: block;
    width: 100%;
    padding: 0; }
  form label {
    display: block;
    color: #00497e;
    font-weight: 500;
    font-size: 1.1rem; }
  form select {
    color: #00497e; }
  form input, form textarea {
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #00497e;
    color: #00497e; }
  form input:focus, form textarea:focus {
    outline: none;
    border: 2px solid #00497e; }
  form input[type="submit"] {
    display: block;
    width: 100%;
    max-width: 320px;
    background: #00497e;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    font-weight: 500;
    font-size: 1.4rem;
    cursor: pointer;
    border: 2px solid #00497e;
    transition: all ease 0.4s; }
  form input[type="submit"]:hover {
    background: transparent;
    color: #00497e; }
  form input[type="reset"] {
    background: none;
    border: none;
    color: #00497e;
    cursor: pointer; }
  form input[type="reset"]:hover, form input[type="reset"]:focus {
    text-decoration: underline; }
  form input.powermailDatepicker {
    padding: 15px 10px 15px 58px;
    background-image: url(../../Images/date.png);
    background-repeat: no-repeat;
    background-position: 7px 50%;
    border: none; }
  form ul.parsley-errors-list {
    margin: 0; }
  form ul.parsley-errors-list li {
    font-style: italic;
    list-style: none; }

.powermail_tab_navigation {
  display: table;
  width: 100%; }
  .powermail_tab_navigation .btn {
    background-color: #00497e;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    border-radius: 0;
    border: none; }
  .powermail_tab_navigation .btn.btn-warning {
    float: left; }
  .powermail_tab_navigation .btn.btn-primary {
    float: right; }

#powermail_tabmenu {
  display: table;
  width: 100%;
  table-layout: fixed; }
  #powermail_tabmenu .btn-default {
    text-decoration: none;
    padding: 10px 15px;
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    position: relative;
    cursor: pointer;
    outline: none;
    border: none;
    text-align: center; }
  #powermail_tabmenu .btn-default p {
    margin: 0;
    color: #00497e;
    line-height: 1em; }
  #powermail_tabmenu .btn-default hr {
    position: absolute;
    top: 31px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #f0f0f0;
    border: none;
    margin: 0; }
  #powermail_tabmenu .btn-default .item_inscription {
    position: relative;
    margin: 0 0 10px 0; }
  #powermail_tabmenu .btn-default .item_inscription p {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    color: #00497e;
    font-size: 1.875rem; }
  #powermail_tabmenu .btn-default p.txt {
    display: none; }
  #powermail_tabmenu .btn-default.btn-primary, #powermail_tabmenu .btn-default.previous {
    background: none;
    border: none; }
  #powermail_tabmenu .btn-default.btn-primary p, #powermail_tabmenu .btn-default.previous p {
    color: #00497e; }
  #powermail_tabmenu .btn-default.btn-primary hr, #powermail_tabmenu .btn-default.previous hr {
    background: #00497e; }
  #powermail_tabmenu .btn-default.btn-primary .item_inscription p, #powermail_tabmenu .btn-default.previous .item_inscription p {
    background-color: #00497e;
    color: #fff; }
  #powermail_tabmenu .btn-default.btn-primary:focus, #powermail_tabmenu .btn-default.previous:focus {
    box-shadow: none; }
  #powermail_tabmenu .btn-default.btn-danger {
    background: none;
    border: none; }
  #powermail_tabmenu .btn-default:first-child hr {
    width: 50%;
    left: 50%; }
  #powermail_tabmenu .btn-default:last-child hr {
    width: 50%; }

.powermail_confirmation table {
  display: table; }
  .powermail_confirmation .btn-group {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
  .powermail_confirmation .btn-group .btn {
    border: none;
    border-radius: 0;
    background: #00497e;
    cursor: pointer; }
/*-------------------------Style radio et checkbox-----------------------*/
.powermail_fieldwrap_type_radio .powermail_field label, .powermail_fieldwrap_type_check .powermail_field label {
  display: inline-block; }

.checkbox {
  position: relative; }
  .checkbox label {
    text-align: left; }
  .checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
    z-index: 5;
    height: 100%; }
  .checkbox input[type="checkbox"] + label {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 10px 0;
    width: auto;
    z-index: 0; }
  .checkbox input[type="checkbox"] + label:before {
    margin: 0 10px 0 0;
    width: 17px;
    height: 17px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -0px -0px; }
  .checkbox input[type="checkbox"]:checked + label:before {
    width: 17px;
    height: 17px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -20px -0px; }

.radio {
  position: relative; }
  .radio label {
    text-align: left; }
  .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
    z-index: 5;
    height: 100%; }
  .radio input[type="radio"] + label {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 10px 0;
    width: auto;
    z-index: 0; }
  .radio input[type="radio"] + label:before {
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -39px -0px; }
  .radio input[type="radio"]:checked + label:before {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -61px -0px; }
/*-------------------------Style input file -----------------------*/
.powermail_fieldwrap_type_file {
  position: relative;
  color: #00497e; }
  .powermail_fieldwrap_type_file p {
    display: block;
    font-weight: 500;
    line-height: 1em;
    font-size: 0.875rem;
    margin-bottom: 5px;
    margin-left: 12px; }
  .powermail_fieldwrap_type_file input {
    border-radius: 0px; }
  .powermail_fieldwrap_type_file input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    -webkit-appearence: none;
    -webkit-border-radius: 0px; }
  .powermail_fieldwrap_type_file p.deleteFile {
    display: none;
    position: absolute;
    top: 37px;
    left: 15px;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    text-indent: -9999em;
    cursor: pointer; }
  .powermail_fieldwrap_type_file p.deleteFile:before {
    width: 12px;
    height: 11px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -38px -22px;
    top: 5px; }
  .powermail_fieldwrap_type_file label {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden; }
  .powermail_fieldwrap_type_file label span {
    display: block;
    width: 100%;
    float: left;
    height: 56px;
    padding: 15px 10px 15px 35px;
    margin: 0 0 5px 0;
    border: 1px solid #00497e;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .powermail_fieldwrap_type_file label strong {
    display: block;
    width: 100%;
    float: right;
    padding: 16px 10px;
    color: #fff;
    background: #00497e;
    text-transform: uppercase;
    text-align: center;
    z-index: 0;
    font-size: 0.75rem;
    width: 192px;
    font-weight: 500;
    font-size: 1rem;
    padding-left: 10px;
    text-transform: capitalize; }

@media (min-width: 640px) {
  .powermail_fieldwrap.col-md-6, .powermail_fieldwrap.col-md-4, .powermail_fieldwrap.col-md-8 {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px; }

  .powermail_fieldwrap_type_file {
    position: relative; }
    .powermail_fieldwrap_type_file label {
      position: relative; }
      .powermail_fieldwrap_type_file label span {
        width: calc(100% - 192px);
        margin: 0; }
      .powermail_fieldwrap_type_file label strong {
        width: 192px;
        font-weight: 500;
        font-size: 1rem;
        padding-left: 10px;
        text-transform: capitalize; } }

.tx_egestiondocs_document .filter-xs {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 30px; }
  .tx_egestiondocs_document .filter-xs li {
    margin-bottom: 10px; }
  .tx_egestiondocs_document .filter-xs li div {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .tx_egestiondocs_document .filter-xs li button {
    display: block;
    width: 30px;
    height: 20px;
    border: none;
    text-indent: -999em;
    background: none;
    position: relative; }
  .tx_egestiondocs_document .filter-xs li button span {
    display: block;
    width: 12px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .tx_egestiondocs_document .filter-xs li button.up span {
    background: url(../../Images/sprites.png) -114px 0px; }
  .tx_egestiondocs_document .filter-xs li button.down span {
    background: url(../../Images/sprites.png) -95px 0px; }
  .tx_egestiondocs_document #documents {
    margin: 0;
    padding: 0;
    list-style: none; }
  .tx_egestiondocs_document #documents li {
    margin-bottom: 20px; }
  .tx_egestiondocs_document #documents li a {
    display: block;
    height: 100%;
    background: #f0f0f0;
    padding: 20px; }
  .tx_egestiondocs_document #documents li a:focus, .tx_egestiondocs_document #documents li a:hover {
    text-decoration: none; }

@media (min-width: 576px) {
  .tx_egestiondocs_document .filter-xs {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap; }
    .tx_egestiondocs_document .filter-xs li {
      width: 50%;
      padding: 0 5px; } }

@media (min-width: 768px) {
  .tx_egestiondocs_document .filter-xs {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0; }
    .tx_egestiondocs_document .filter-xs li {
      width: 25%;
      padding: 0 5px; } }

.tx-e-gmap .allchecked, .tx-e-gmap .allunchecked {
  display: inline-block;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 20px;
  background: none;
  border: 2px solid #000;
  color: #000;
  position: relative;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
  margin-bottom: 20px; }
  .tx-e-gmap ul.cats {
    list-style: none;
    padding: 0; }
  .tx-e-gmap ul.cats li {
    margin-bottom: 10px; }
  .tx-e-gmap ul.cats li div.cat {
    display: flex;
    align-items: center;
    width: 100%; }
  .tx-e-gmap ul.cats .check_map {
    position: relative; }
  .tx-e-gmap ul.cats .check_map label {
    text-align: left;
    margin-bottom: 0; }
  .tx-e-gmap ul.cats .check_map input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
    z-index: 5;
    height: 100%; }
  .tx-e-gmap ul.cats .check_map input[type="checkbox"] + label {
    position: relative;
    padding: 0 0 0 30px;
    width: auto;
    z-index: 0; }
  .tx-e-gmap ul.cats .check_map input[type="checkbox"] + label:before {
    margin: 0 10px 0 0;
    width: 18px;
    height: 18px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -0px -0px;
    top: 4px; }
  .tx-e-gmap ul.cats .check_map input[type="checkbox"]:checked + label:before {
    width: 18px;
    height: 18px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -20px -0px;
    top: 4px; }
  .tx-e-gmap .pois {
    margin-top: 20px;
    list-style: none; }
  .tx-e-gmap .pois .allpois {
    margin-top: 20px;
    padding-left: 20px; }
  .tx-e-gmap .pois .allpois li {
    margin-bottom: 10px; }
  .tx-e-gmap .pois .allpois li p {
    margin-bottom: 0; }
  .tx-e-gmap .pois .type {
    margin-bottom: 20px; }
  .tx-e-gmap .pois span.icone {
    display: block;
    padding-left: 40px;
    padding-top: 10px;
    position: relative; }
  .tx-e-gmap .pois span.poi:before {
    width: 30px;
    height: 38px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -447px -84px;
    top: auto;
    bottom: 0; }
  .tx-e-gmap .pois span.news:before {
    width: 25px;
    height: 25px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -414px -84px;
    top: auto;
    bottom: 0; }

.infobulle_carto {
  max-width: 280px; }
  .infobulle_carto h3 {
    margin-top: 10px;
    margin-bottom: 10px !important;
    text-align: center; }
  .infobulle_carto p {
    margin-bottom: 5px;
    font-size: 0.845rem; }
  .infobulle_carto p.itineraire {
    text-align: center;
    font-size: 1rem; }
  .infobulle_carto p.adresse:before {
    width: 12px;
    height: 20px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -400px -46px; }
  .infobulle_carto p.mail:before {
    width: 12px;
    height: 14px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -417px -50px; }
  .infobulle_carto p.phone:before {
    width: 12px;
    height: 14px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -435px -49px; }
  .infobulle_carto p.cellphone:before {
    width: 11px;
    height: 22px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -452px -46px; }
  .infobulle_carto p.web:before {
    width: 12px;
    height: 14px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -484px -48px; }
  .infobulle_carto p.date:before {
    width: 10px;
    height: 14px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -516px -47px; }
  .infobulle_carto p.icone {
    position: relative;
    padding-left: 20px; }
  .infobulle_carto p.icone:before {
    top: 50%;
    transform: translate(0, -50%); }

.unfold {
  margin-bottom: 15px; }
  .unfold span {
    display: none;
    cursor: pointer; }
  .unfold span.active {
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 10px; }

.frame-type-menu_sitemap > ul {
  padding: 0; }

.frame-type-menu_sitemap li {
  list-style: none;
  margin-bottom: 8px; }
  .frame-type-menu_sitemap li ul {
    padding: 0 0 0 40px; }
  .frame-type-menu_sitemap li ul li {
    margin: 5px 0; }
  .frame-type-menu_sitemap li a {
    color: #000; }
  .frame-type-menu_sitemap li:before, .frame-type-menu_sitemap li .img_plansite {
    background: url("../../Images/spritesPlanSite.png") 0 0 no-repeat;
    width: 16px;
    height: 16px;
    content: " ";
    display: inline-block;
    margin: 0 2px 0 -3px;
    cursor: pointer;
    vertical-align: middle; }
  .frame-type-menu_sitemap li.nivi:before {
    display: none; }
  .frame-type-menu_sitemap li .img_plansite {
    background-position: -16px 0; }
  .frame-type-menu_sitemap li .img_plansite.niviclosed {
    background-position: -34px 0; }

h1 {
  font-size: 2.5rem !important; }

.news-single .backlink-wrap, .album .backlink-wrap, .tx-e-annuaires .backlink-wrap {
  text-align: center;
  margin: 0 0 20px 0;
  width: 100%; }
  .news-single .backlink-wrap a, .album .backlink-wrap a, .tx-e-annuaires .backlink-wrap a {
    display: inline-block;
    text-decoration: none;
    color: #fff !important;
    background: #00497e;
    padding: 20px 48px;
    /* text-transform: uppercase; */
    font-size: 1rem;
    margin-top: 50px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    border: 1px solid #00497e;
    /* &:before{*/
    /* 	content: "";*/
    /* 	display: block;*/
    /* 	position: absolute;*/
    /* 	bottom: 40px;*/
    /* 	left: 50%;*/
    /* 	transform: translateX(-50%);*/
    /* 	height: 2px;*/
    /* 	background: $blanc;*/
    /* 	width: 0;*/
    /* 	transition: all ease 0.4s;*/
    /* }*/ }
  @media (max-width: 1200px) {
      .news-single .backlink-wrap a, .album .backlink-wrap a, .tx-e-annuaires .backlink-wrap a {
        max-width: 80%;
        padding: 20px 40px; } }
  .news-single .backlink-wrap a:hover, .album .backlink-wrap a:hover, .tx-e-annuaires .backlink-wrap a:hover {
    /* &:before{*/
    /* 	width: 60px;*/
    /* }*/
    color: #00497e !important;
    background: #fff; }
  .news-single .backlink-wrap a:hover:before, .album .backlink-wrap a:hover:before, .tx-e-annuaires .backlink-wrap a:hover:before, .news-single .backlink-wrap a:hover:after, .album .backlink-wrap a:hover:after, .tx-e-annuaires .backlink-wrap a:hover:after {
    display: none; }
  .news-single .teaser-text, .album .teaser-text, .tx-e-annuaires .teaser-text {
    font-size: 1.25rem;
    font-weight: bold; }
  .news-single iframe, .album iframe, .tx-e-annuaires iframe, .news-single video, .album video, .tx-e-annuaires video {
    width: 100%; }

.news-single .col-md-4 > div {
  margin: 0 0 40px 0; }
  .news-single .news-img-wrap {
    position: relative; }
  .news-single .news-img-wrap figure {
    position: relative; }
  .news-single .news-img-wrap figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 0.85rem;
    padding: 10px; }
  .news-single .news-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px auto; }
  .news-single .news-img-wrap .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 0.85rem;
    padding: 10px; }
  .news-single .news-related > ul, .news-single .news-related > div {
    margin: 0;
    padding: 20px;
    background: #f0f0f0; }
  .news-single .news-related > ul li {
    list-style: none;
    margin: 0 0 15px 0; }
  .news-single .news-related > ul li:last-child {
    margin: 0; }
  .news-single .news-related.carto p {
    margin: 0; }
  .news-single .news-related.carto p.lien_geoloc {
    margin-top: 15px; }

.tx-e-annuaires .info {
  display: table;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid #f0f0f0; }
  .tx-e-annuaires .info .label, .tx-e-annuaires .info .detail {
    display: table-cell;
    vertical-align: top; }
  .tx-e-annuaires .info .label {
    width: 110px; }

.fs-media-gallery ul, .news-single .related_galery ul {
  padding: 0;
  display: table;
  width: 100%; }
  .fs-media-gallery ul li, .news-single .related_galery ul li {
    list-style: none;
    display: inline-block;
    width: 50%;
    margin: 0 0 15px 0; }
  .fs-media-gallery ul li img, .news-single .related_galery ul li img {
    width: 100%;
    height: auto; }
  .fs-media-gallery ul li:nth-child(odd), .news-single .related_galery ul li:nth-child(odd) {
    padding: 0 7.5px 0 0; }
  .fs-media-gallery ul li:nth-child(even), .news-single .related_galery ul li:nth-child(even) {
    padding: 0 0 0 7.5px; }
  .fs-media-gallery ul li:after, .news-single .related_galery ul li:after {
    content: none; }

@media (min-width: 640px) {
  .fs-media-gallery ul li, .news-single .related_galery ul li {
    width: 33%; }
    .fs-media-gallery ul li:nth-child(3n+1), .news-single .related_galery ul li:nth-child(3n+1) {
      padding: 0 10px 0 0; }
    .fs-media-gallery ul li:nth-child(3n+2), .news-single .related_galery ul li:nth-child(3n+2) {
      padding: 0 5px; }
    .fs-media-gallery ul li:nth-child(3n+3), .news-single .related_galery ul li:nth-child(3n+3) {
      padding: 0 0 0 10px; } }

@media (min-width: 992px) {
  .fs-media-gallery ul li {
    width: 25%; }
    .fs-media-gallery ul li:nth-child(3n+1) {
      padding: 0; }
    .fs-media-gallery ul li:nth-child(3n+2) {
      padding: 0; }
    .fs-media-gallery ul li:nth-child(3n+3) {
      padding: 0; }
    .fs-media-gallery ul li:nth-child(4n+1) {
      padding: 0 10px 0 0; }
    .fs-media-gallery ul li:nth-child(4n+2), .fs-media-gallery ul li:nth-child(4n+3) {
      padding: 0 5px; }
    .fs-media-gallery ul li:nth-child(4n+4) {
      padding: 0 0 0 10px; } }

iframe {
  border: none; }

.list-view p {
  margin: 0; }
  .list-view p.wrap_cat {
    margin: 0 0 5px; }
  .list-view p.titre {
    margin: 0 0 10px;
    line-height: 1.2;
    font-size: 1.2rem;
    font-weight: 700; }
  .list-view img {
    width: 100%;
    height: auto; }
  .list-view .img-wrap {
    position: relative; }
  .list-view .img-wrap p.duree {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    background: #f0f0f0; }
  .list-view.colonne {
    display: flex; }
  .list-view.colonne .article {
    margin: 0 0 20px 0;
    display: flex;
    height: auto;
    flex-direction: column; }
  .list-view.colonne .article a {
    background: #f0f0f0;
    height: 100%; }
  .list-view.colonne .article a .content {
    padding: 25px 30px; }
  .list-view.ligne .article {
    margin: 0 0 30px 0; }
  .list-view.ligne .article a {
    display: table;
    table-layout: fixed;
    width: 100%; }
  .list-view.ligne .article a .img-wrap {
    width: auto;
    margin: 0 auto; }
  .list-view.ligne .article a .content {
    padding: 10px 0px; }
  .list-view.ligne .article a p.wrap_cat {
    margin: 0 0 5px; }
  .list-view.ligne .article a p.titre {
    margin: 0 0 10px;
    line-height: 1.2; }
  .list-view.superposition .article {
    margin: 0 0 30px 0; }
  .list-view.superposition .article a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden; }
  .list-view.superposition .article a .content {
    background: rgba(0, 73, 126, 0.8);
    padding: 15px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 0;
    transition: all 0.75s ease-out;
    -webkit-transition: all 0.75s ease-out;
    -moz-transition: all 0.75s ease-out;
    -ms-transition: all 0.75s ease-out; }
  .list-view.superposition .article a .txt {
    height: 0; }
  .list-view.superposition .article a .description {
    color: #fff;
    padding: 20px 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -ms-transform: translateX(0%) translateY(100%);
    -moz-transform: translateX(0%) translateY(100%);
    -webkit-transform: translateX(0%) translateY(100%);
    transform: translateX(0%) translateY(100%); }
  .list-view.superposition .article a p {
    color: #fff; }
  .list-view.superposition .article a p.wrap_cat {
    margin: 0 0 5px; }
  .list-view.superposition .article a p.titre {
    line-height: 1.2; }
    .list-view.superposition .article a p.titre a {
      color: #fff; }
  .list-view.superposition .article a:hover .content {
    min-height: 100%;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out; }
  .list-view.superposition .article a:hover .description {
    opacity: 1;
    -ms-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    visibility: visible; }

.nestList .article {
  position: relative; }
  .nestList .article .content {
    background: #f0f0f0;
    padding: 25px 30px; }
  .nestList .article .assets {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0; }
  .nestList .article .assets li {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }
  .nestList .article .assets li:first-child {
    z-index: 2; }
  .nestList .article .assets li a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }

.dpnglossary.pagination ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0; }
  .dpnglossary.pagination ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    width: 35px;
    height: 35px;
    border: 1px solid #000; }
  .dpnglossary.pagination ul li.empty {
    color: #f0f0f0;
    border: none; }

.search-result span.results-highlight {
  background: red; }
  .search-result .localisation, .search-result .coordonnees {
    margin: 10px 0; }
  .search-result a.colonne {
    position: relative;
    padding-bottom: 30px !important; }
  .search-result .content.ligne {
    position: relative;
    padding-bottom: 60px !important; }
  .search-result img.doc {
    width: auto; }
  .search-result .info {
    position: absolute;
    bottom: 0;
    left: 30px;
    width: calc(100% - 60px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 5px 0; }
  .search-result .info.ligne {
    left: 0;
    width: 100%; }

.tx_solr .search-filter {
  padding: 10px;
  margin-bottom: 20px;
  background: #f0f0f0; }
  .tx_solr .search-filter > div {
    padding: 10px;
    position: relative; }
  .tx_solr .search-filter > div button {
    width: 100%;
    cursor: pointer; }
  .tx_solr .search-filter > div ul {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 10px;
    width: calc(100% - 20px);
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #f0f0f0;
    z-index: 2; }
  .tx_solr .search-filter > div ul li a {
    display: block;
    padding: 5px 10px; }

#tx-solr-facets-in-use ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none; }
  #tx-solr-facets-in-use ul li {
    text-align: right;
    margin-top: 10px; }
  #tx-solr-facets-in-use ul li a {
    display: inline-block;
    padding: 0 20px 0 0;
    position: relative; }
  #tx-solr-facets-in-use ul li a:after {
    content: "";
    position: absolute;
    top: 6px;
    right: 4px;
    width: 12px;
    height: 12px;
    margin: auto;
    background: url(../../Images/sprites.png) -38px -22px; }

@media (min-width: 768px) {
  .list-view.ligne .article a .img-wrap, .list-view.ligne .article a .content {
    display: table-cell;
    vertical-align: top; }
    .list-view.ligne .article a .img-wrap {
      width: 35%;
      margin: 0 auto;
      padding: 0 20px 0 0; }
      .list-view.ligne .article a .img-wrap p.duree {
        right: 20px; }
    .list-view.ligne .article a .content {
      padding: 0; }

  .tx_solr .search-filter.colonne {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .tx_solr .search-filter.colonne > div {
      width: 100%; }

  #tx-solr-facets-in-use ul {
    text-align: right; }
    #tx-solr-facets-in-use ul li {
      display: inline-block;
      margin-left: 15px; } }

@media (min-width: 1200px) {
  .dpnglossary.pagination ul {
    flex-wrap: nowrap; } }

.frame-type-list .list-view .article .card-emploi {
  margin-bottom: 60px; }

.recherche_gmap {
  margin-top: 20px; }
  .recherche_gmap form .field {
    margin-bottom: 20px; }

.search-form .field {
  margin-bottom: 20px; }

@media (min-width: 992px) {
  .recherche_gmap form .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .recherche_gmap form .field {
      padding: 10px;
      width: 100%; }

  .search-form .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .search-form .field {
      padding: 10px;
      width: 100%; } }
/* #c149 .fs-media-gallery{
 display: block;
 position: relative;
 width: 100%;
 height: 32vw;
 min-height: 360px;
 .swiper-container {
 width: 100%;
 height: 100%;
 ul.swiper-wrapper{
 padding: 0;
 .swiper-slide {
 text-align: center;
 font-size: 18px;
 background: #fff;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 background: $gris-fonce;
 position: relative;
 border: none;
 .case_img{
 display: block;
 position: absolute;
 width: 100%;
 height: calc(100% - 75px);
 z-index: 1;
 background-size: cover;
 background-repeat: no-repeat;
 background-position: 50% 50%;
 img{
 display: block;
 position: absolute;
 width: 100%;
 height: 100%;
 -o-object-fit: cover;
 object-fit: cover;
 @media (max-width: 980px) {
 -o-object-position: 0 0;
 object-position: 0 0;
 }   
 }
 }
 .block_info{
 display: block;
 position: absolute;
 z-index: 2;
 right: 40px;
 bottom: 0;
 background: $blanc;
 padding: 38px;
 text-align: left;
 h2{
 font-weight: 500;
 color: $bleu;
 font-size: 2.5rem;
 margin: 0;
 padding: 0;
 max-width: 700px;
 @media (max-width: 700px) {
 font-size: 1.8rem;
 max-width: 96%;
 }
 }
 p{
 font-weight: normal;
 color: $bleu;
 font-size: 1.25rem;
 margin: 0;
 padding: 0;
 }
 .swiper-button{
 display: block;
 position: absolute;
 cursor: pointer;
 width: 70px;
 height: 70px;
 background: $bleu;
 top: -48px;
 right: 0;
 &:before{
 content: "";
 display: block;
 position: absolute;
 width: 16px;
 height: 16px;
 border-top: 2px solid $blanc;
 border-right: 2px solid $blanc;
 top: 50%;
 left: 44%;
 -webkit-transform: translate(-50%,-50%) rotate(45deg);
 transform: translate(-50%,-50%) rotate(45deg);
 -webkit-transition: all ease 0.4s;
 transition: all ease 0.4s;
 }
 &.swiper-button-prev{
 right: 78px;
 left: auto;
 &:before{
 left: 56%;
 -webkit-transform: translate(-50%,-50%) rotate(-135deg);
 transform: translate(-50%,-50%) rotate(-135deg);
 }
 }
 &:hover{
 &:before{
 left: 50%;
 }
 }
 &.swiper-button-disabled{
 }
 }
 }
 }
 }
 }
 }
 #arrow_next{
 display: block;
 position: absolute;
 left: 50%;
 bottom: 18px;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 height: 20px;
 width: 20px;
 cursor: pointer;
 -webkit-transition: all ease 0.4s;
 transition: all ease 0.4s;
 &:before{
 content: "";
 display: block;
 position: absolute;
 left: 50%;
 bottom: 0;
 width: 12px;
 height: 12px;
 border-bottom: 2px solid $orange;
 border-right: 2px solid $orange;
 -webkit-transform: translateX(-50%) rotate(45deg);
 transform: translateX(-50%) rotate(45deg);
 }
 &:after{
 content: "";
 display: block;
 position: absolute;
 left: 50%;
 top: 0;
 height: 100%;
 width: 2px;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 background: $orange;
 }
 &:hover{
 height: 28px;
 bottom: 8px;
 }
 } */
/* Visited versions */
.tx-e-annuaires {
  /* Offer card */
  /* Pagination */ }
  .tx-e-annuaires .visited .ea_banner .ea_category_icon {
    background-color: #727272 !important; }
  .tx-e-annuaires .visited .ea_banner h5 {
    color: #727272; }
  .tx-e-annuaires .visited .ea_links_group_item, .tx-e-annuaires .visited .ea_lead {
    color: #854983; }
  .tx-e-annuaires .visited .description p {
    color: #727272; }
  .tx-e-annuaires .visited .ea_links_group .ea_links_group_plus {
    border: 1px solid #854983 !important; }
  .tx-e-annuaires .visited .ea_links_group .ea_links_group_plus p {
    color: #854983; }
  .tx-e-annuaires .visited .ea_links_group .ea_links_group_plus img {
    content: url('../../Images/eaIcons/ea_icon_arrow_mauve.svg'); }
  .tx-e-annuaires .visited .ea_links_group .ea_links_group_apply {
    border: 1px solid #854983 !important;
    background-color: #854983 !important; }
  .tx-e-annuaires .visited .ea_tags li h5 {
    overflow-wrap: break-word;
    color: #727272 !important; }
  .tx-e-annuaires .card {
    border: none;
    -webkit-box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.15); }
  @media only screen and (min-width: 768px) {
      .tx-e-annuaires .card .card-body {
        display: flex; } }
  @media only screen and (max-width: 768px) {
        .tx-e-annuaires .card .card-body .ea_content {
          margin-bottom: 20px; } }
  .tx-e-annuaires .card .card-body .ea_content .ea_banner {
    display: flex;
    align-items: center; }
  .tx-e-annuaires .card .card-body .ea_content .ea_banner .ea_category_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    width: 28px;
    margin-right: 14px;
    border-radius: 50%; }
    .tx-e-annuaires .card .card-body .ea_content .ea_banner .ea_category_icon h5 {
      color: #fff;
      margin: 0; }
    .tx-e-annuaires .card .card-body .ea_content .ea_banner .ea_category_icon.ea_category_icon_1 {
      background-color: #d4005f; }
    .tx-e-annuaires .card .card-body .ea_content .ea_banner .ea_category_icon.ea_category_icon_2 {
      background-color: #7d00d4; }
    .tx-e-annuaires .card .card-body .ea_content .ea_banner .ea_category_icon.ea_category_icon_3 {
      background-color: #01851d; }
    .tx-e-annuaires .card .card-body .ea_content .ea_banner .ea_category_icon.ea_category_icon_4 {
      background-color: #000; }
  .tx-e-annuaires .card .card-body .ea_content .ea_banner h5 {
    margin: 0; }
  .tx-e-annuaires .card .card-body .ea_content .ea_lead {
    margin: 14px 0; }
  .tx-e-annuaires .card .card-body .ea_content .ea_tags li {
    overflow-wrap: break-word;
    text-align: center; }
    .tx-e-annuaires .card .card-body .ea_content .ea_tags li h5 {
      color: #0873c0;
      font-weight: 400; }
    .tx-e-annuaires .card .card-body .ea_content .ea_tags li::after {
      all: unset; }
  .tx-e-annuaires .card .card-body .ea_links_group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Bouton voir plus */
    /* Bouton postuler */ }
  .tx-e-annuaires .card .card-body .ea_links_group a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 67px;
    text-decoration: none; }
  .tx-e-annuaires .card .card-body .ea_links_group a p {
    position: relative;
    margin: 20px 0;
    font-weight: 500;
    transition: all 0.4s; }
  .tx-e-annuaires .card .card-body .ea_links_group a:hover p {
    margin-top: 28px;
    margin-bottom: 12px; }
    .tx-e-annuaires .card .card-body .ea_links_group a:hover::after {
      content: '';
      position: absolute;
      height: 20px;
      width: 20px; }
    .tx-e-annuaires .card .card-body .ea_links_group a:hover img {
      left: 0px;
      opacity: 1; }
  .tx-e-annuaires .card .card-body .ea_links_group .ea_links_group_plus {
    margin-bottom: 10px;
    border: 1px solid #00497e; }
  .tx-e-annuaires .card .card-body .ea_links_group .ea_links_group_apply {
    margin-top: 10px;
    border: 1px solid #00497e;
    background-color: #00497e; }
  .tx-e-annuaires .card .card-body .ea_links_group .ea_links_group_apply p {
    color: #fff; }
  .tx-e-annuaires .card .card-body .ea_links_group img {
    position: absolute;
    left: -20px;
    bottom: 20px;
    height: 16px;
    width: 16px;
    opacity: 0;
    transform: rotate(180deg);
    transition: all 0.4s; }
  .tx-e-annuaires .count-msg {
    margin-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .tx-e-annuaires .ias-trigger {
      width: fit-content;
      margin: 0 auto 3rem auto; } }
  @media only screen and (max-width: 768px) {
    .tx-e-annuaires .ias-trigger {
      width: 100%;
      margin: 0 0.5rem 3rem 0.5rem; } }
  .tx-e-annuaires .ias-trigger a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    padding: 25px 75px;
    text-transform: uppercase;
    border: 1px solid #00497e;
    background-color: #00497e;
    transition: all 0.4s; }
  .tx-e-annuaires .ias-trigger a h5 {
    color: #fff;
    margin: 0; }
  .tx-e-annuaires .ias-trigger a:hover {
    background-color: #fff; }
  .tx-e-annuaires .ias-trigger a:hover h5 {
    color: #00497e; }
  .tx-e-annuaires .ias-spinner img {
    width: unset; }

#offersListView {
  display: none; }

.frame-layout-8 header {
  padding-left: 0 !important; }

.ea_tags {
  list-style: none; }
  .ea_tags .tag_button {
    all: unset;
    text-decoration: underline;
    cursor: pointer;
    color: #00497e; }
  @media only screen and (min-width: 768px) {
    .ea_tags .main_tag_li {
      text-align: center; } }
  .ea_tags .main_tag_li::after {
    all: unset; }
/* fix container default height */
.ea_offer_detail .container {
  height: unset; }
  .ea_offer_detail .ea_offer_detail_header {
    padding-top: 40px; }
  .ea_offer_detail .ea_offer_detail_header .ea_offer_detail_header_item {
    border: 1px solid #00497e;
    padding: 20px; }
  .ea_offer_detail .ea_offer_detail_header .ea_offer_detail_header_item.ea_offer_detail_header_item_blue {
    background-color: #00497e;
    transition: all 0.4s; }
  .ea_offer_detail .ea_offer_detail_header .ea_offer_detail_header_item.ea_offer_detail_header_item_blue:hover {
    background-color: #fff; }
  .ea_offer_detail .ea_offer_detail_header .ea_offer_detail_header_item.ea_offer_detail_header_item_blue:hover.btn-link {
    color: #00497e; }
  .ea_offer_detail .ea_offer_detail_header .ea_offer_detail_header_item.btn-link {
    color: #fff; }
  .ea_offer_detail .ea_offer_detail_header .ea_offer_detail_header_item svg {
    height: 18px;
    width: 18px;
    transition: all 0.4s; }
  .ea_offer_detail .ea_offer_detail_header .ea_offer_detail_header_item svg path {
    fill: #00497e;
    transition: all 0.4s; }
  .ea_offer_detail .ea_offer_detail_header .ea_offer_detail_header_item svg:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  .ea_offer_detail .ea_offer_detail_header .ea_offer_detail_header_item svg:hover path {
    fill: #007ac1; }
  .ea_offer_detail .ea_offer_detail_header a::after {
    all: unset !important; }
  .ea_offer_detail .ea_cadre_emploi {
    margin: 15px 0 0 24px; }
  .ea_offer_detail .ea_offer_detail_body #accordion {
    margin-bottom: 50px; }
  .ea_offer_detail .ea_offer_detail_body #accordion p {
    margin-bottom: 0.5rem; }
  .ea_offer_detail .ea_offer_detail_body #accordion .card {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .ea_offer_detail .ea_offer_detail_body #accordion .card > div:last-child > div {
    padding-top: 10px; }
  .ea_offer_detail .ea_offer_detail_body #accordion .card-header {
    padding: 0.5rem;
    border: none;
    background-color: #ecf4f4; }
  .ea_offer_detail .ea_offer_detail_body #accordion .card-header button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    text-align: left;
    width: 100%;
    color: #00497e;
    font-weight: 600; }
  .ea_offer_detail .ea_offer_detail_body #accordion .card-header button[aria-expanded="true"] .plus_icon {
    display: none; }
    .ea_offer_detail .ea_offer_detail_body #accordion .card-header button[aria-expanded="true"] .minus_icon {
      display: block; }
  .ea_offer_detail .ea_offer_detail_body #accordion .card-header button[aria-expanded="false"] .plus_icon {
    display: block; }
    .ea_offer_detail .ea_offer_detail_body #accordion .card-header button[aria-expanded="false"] .minus_icon {
      display: none; }
  .ea_offer_detail .ea_offer_detail_body #accordion .card-header .plus_icon, .ea_offer_detail .ea_offer_detail_body #accordion .card-header .minus_icon {
    position: absolute;
    right: 14px; }
  .ea_offer_detail .ea_offer_detail_body #accordion .card-body {
    padding: 0 21px; }
  .ea_offer_detail .ea_offer_detail_body .ea_offer_detail_supplements {
    margin-bottom: 50px;
    /* Remove defaults margins */ }
  .ea_offer_detail .ea_offer_detail_body .ea_offer_detail_supplements .ea_offer_detail_supplements_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    background-color: #00497e; }
  .ea_offer_detail .ea_offer_detail_body .ea_offer_detail_supplements .ea_offer_detail_supplements_header h6 {
    margin: 0;
    color: #fff;
    font-weight: 400; }
  .ea_offer_detail .ea_offer_detail_body .ea_offer_detail_supplements .ea_offer_detail_supplements_header img {
    margin-right: 7px; }
  .ea_offer_detail .ea_offer_detail_body .ea_offer_detail_supplements .ea_offer_detail_supplements_content {
    padding: 30px;
    background-color: #ecf4f4; }
  .ea_offer_detail .ea_offer_detail_body .ea_offer_detail_supplements p {
    margin: 0; }
  .ea_offer_detail .annuaire-group--bas p {
    margin: 0; }
  .ea_offer_detail .whyus {
    margin-bottom: 50px; }
  .ea_offer_detail .whyus .whyus_card {
    padding: 30px; }
  .ea_offer_detail .whyus .whyus_card h5 {
    margin-bottom: 30px; }
  .ea_offer_detail .whyus .whyus_card p:last-child {
    margin-bottom: 0; }
  .ea_offer_detail .ea_offer_detail_footer .ea_offer_detail_footer_btn {
    border: 1px solid #00497e; }
  .ea_offer_detail .ea_offer_detail_footer .ea_offer_detail_footer_btn::after {
    all: unset !important; }
  .ea_offer_detail .ea_offer_detail_footer .ea_offer_detail_footer_btn.ea_offer_detail_footer_item_blue {
    background-color: #00497e;
    padding: 30px;
    transition: all 0.4s; }
  .ea_offer_detail .ea_offer_detail_footer .ea_offer_detail_footer_btn.ea_offer_detail_footer_item_blue.btn-link {
    color: #fff; }
  .ea_offer_detail .ea_offer_detail_footer .ea_offer_detail_footer_btn.ea_offer_detail_footer_item_blue:hover {
    background-color: #fff; }
  .ea_offer_detail .ea_offer_detail_footer .ea_offer_detail_footer_btn.ea_offer_detail_footer_item_blue:hover.btn-link {
    color: #00497e; }
  .ea_offer_detail .ea_offer_detail_footer .ea_offer_detail_footer_btn:not(.ea_offer_detail_footer_item_blue) {
    padding: 10px;
    margin: 0 0 50px 0; }
  .ea_offer_detail .ea_offer_detail_footer .ea_offer_detail_footer_hashtag {
    text-decoration: underline;
    color: #007ac1 !important; }
  .ea_offer_detail .ea_offer_detail_footer .ea_offer_detail_footer_hashtag::after {
    all: unset !important; }

.ea_offer_detail_head {
  margin-bottom: 50px; }
  .ea_offer_detail_head h1 {
    margin-bottom: 20px; }
  .ea_offer_detail_head .ea_refs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .ea_offer_detail_head .ea_refs img {
    margin-right: 8px; }
  .ea_offer_detail_head .ea_refs h6 {
    margin: 0; }
  .ea_offer_detail_head .ea_refs h6 .ea_ref_label {
    color: #007ac1; }
  .ea_offer_detail_head .ea_properties_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 15px 0; }
  .ea_offer_detail_head .ea_properties_head img {
    margin-right: 8px; }
  .ea_offer_detail_head .ea_properties_head h5 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 600;
    color: #007ac1; }
  .ea_offer_detail_head .ea_properties_content, .ea_offer_detail_head .ea_category_icons {
    margin-left: 24px; }
  .ea_offer_detail_head .ea_category_icons {
    color: #fff;
    font-weight: 700; }
  .ea_offer_detail_head .ea_category_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    width: 28px;
    margin-right: 14px;
    border-radius: 50%; }
  .ea_offer_detail_head .ea_category_icon h5 {
    color: #fff;
    margin: 0; }
  .ea_offer_detail_head .ea_category_icon.ea_category_icon_1 {
    background-color: #d4005f; }
  .ea_offer_detail_head .ea_category_icon.ea_category_icon_2 {
    background-color: #7d00d4; }
  .ea_offer_detail_head .ea_category_icon.ea_category_icon_3 {
    background-color: #01851d; }
  .ea_offer_detail_head .ea_category_icon.ea_category_icon_4 {
    background-color: #000; }

.tx-e-annuaires .offerForm {
  max-width: unset;
  margin-bottom: 50px;
  background-color: #ecf4f4; }
  .tx-e-annuaires .offerForm img {
    width: 100%;
    height: auto; }
  .tx-e-annuaires .offerForm .offerFormButtons {
    border: none;
    outline: none;
    background: none;
    color: #00497e;
    text-decoration: underline;
    cursor: pointer;
    padding: 0; }
  .tx-e-annuaires .offerForm .offerFormButtons::after {
    all: unset !important; }
  .tx-e-annuaires .offerForm .offerFormButtons:hover {
    text-decoration: none; }
  .tx-e-annuaires .offerForm .eaFormGroup {
    margin-bottom: 0;
    position: relative; }
  @media only screen and (max-width: 768px) {
    .tx-e-annuaires .offerForm .eaFormGroup:not(:first-child) {
      margin-top: 40px; } }
  .tx-e-annuaires .offerForm .eaFormGroup .eaFormControl {
    position: relative;
    border: 1px solid #00497e;
    border-radius: 0;
    height: 45px;
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #00497e; }
  .tx-e-annuaires .offerForm .eaFormGroup .eaFormControl select::-ms-expand {
    display: none; }
  @media only screen and (min-width: 768px) {
        .tx-e-annuaires .offerForm .eaFormGroup .eaFormControl#jobCity {
          height: 100%; } }
  .tx-e-annuaires .offerForm .eaFormGroup .select2-container {
    width: 100% !important; }
  .tx-e-annuaires .offerForm .eaFormGroup select.eaFormControl, .tx-e-annuaires .offerForm .eaFormGroup .select2-selection__arrow {
    background-image: url('../../Images/eaIcons/ea_chevron_down.svg');
    background-repeat: no-repeat;
    background-position: 96% center; }
  .tx-e-annuaires .offerForm .eaFormGroup .select2-container--default .select2-selection--single {
    height: 45px;
    border: 1px solid #00497e;
    border-radius: 0;
    padding-right: 30px;
    color: #00497e; }
  .tx-e-annuaires .offerForm .eaFormGroup .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px; }
  .tx-e-annuaires .offerForm .eaFormGroup .select2-selection__arrow {
    height: 45px;
    margin-right: 10px; }
  .tx-e-annuaires .offerForm .eaFormGroup .select2-selection__arrow b {
    display: none; }
  .tx-e-annuaires .offerForm .eaFormGroup label {
    position: absolute;
    top: -25px; }
  .tx-e-annuaires .offerForm .eaSubmit {
    height: 45px;
    padding: 0; }
  @media only screen and (max-width: 768px) {
    .tx-e-annuaires .offerForm .eaSubmit {
      max-width: unset; } }

div:not(.preciseSearch).searchForm #offersFormMoreFiltersField {
  display: none; }

.fiche-autocomplete ~ .ui-menu {
  position: absolute !important;
  top: calc(100% - 1px) !important;
  z-index: 9999;
  background: #fff;
  left: 15px !important;
  margin-left: 0;
  list-style: none;
  border: 1px solid #00497e;
  max-height: 400px;
  overflow-y: auto; }
  .fiche-autocomplete ~ .ui-menu .ui-menu-item {
    padding: 8px;
    cursor: pointer; }
  .fiche-autocomplete ~ .ui-menu .ui-menu-item p {
    margin: 0; }
  .fiche-autocomplete ~ .ui-menu .ui-menu-item:not(:last-child) {
    border-bottom: 1px solid #00497e; }
  .fiche-autocomplete ~ .ui-menu .ui-menu-item::after {
    all: unset; }

.form-group {
  position: relative; }

#job_apply #job_title {
  display: none; }
  #job_apply .ea_category_icon {
    margin-left: 9px; }
  #job_apply form {
    margin: 0;
    margin-left: 18px;
    max-width: unset; }
  #job_apply form input {
    width: auto; }
  #job_apply form .mandatoryHint {
    padding-left: 5px; }
  @media only screen and (max-width: 768px) {
      #job_apply form .row {
        flex-direction: column; } }
  #job_apply form .row input, #job_apply form .row select {
    width: 100%; }
  #job_apply form .field_nationality_checkbox {
    color: #00497e;
    font-weight: 500;
    font-size: 1.1rem; }
  #job_apply form .field_nationality_checkbox input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden; }
  #job_apply form .field_nationality_checkbox label {
    cursor: pointer;
    width: 80px;
    height: 40px;
    background: #00497e;
    border-radius: 40px;
    position: relative;
    margin: 0 10px; }
  #job_apply form .field_nationality_checkbox label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 5px;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 32px;
    transition: 0.3s; }
  #job_apply form .field_nationality_checkbox input:checked + label {
    background: #00497e; }
  #job_apply form .field_nationality_checkbox input:checked + label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%); }
  #job_apply form .field_nationality_checkbox label:active:after {
    width: 40px; }
  #job_apply form h2:not(.ea_lead) {
    padding-left: 5px; }
  #job_apply form h2:not(.ea_lead) .markdown {
    position: absolute;
    display: flex;
    content: "1";
    width: 30px;
    height: 30px;
    top: 2px;
    left: -32px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 15px;
    background-color: #bec600; }
  #job_apply form h2:not(.ea_lead)::before {
    all: unset; }
  #job_apply form .eaFormControl {
    position: relative;
    border: 1px solid #00497e;
    border-radius: 0;
    height: 45px;
    padding: 0 30px 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #00497e;
    background-image: url('../../Images/eaIcons/ea_chevron_down.svg');
    background-repeat: no-repeat;
    background-position: 96% center; }
  #job_apply form .eaFormControl select::-ms-expand {
    display: none; }
  @media only screen and (min-width: 768px) {
        #job_apply form .eaFormControl#jobCity {
          height: 100%; } }
  #job_apply form .candidature-form__pieces-jointes p, #job_apply form .situation_pro p {
    color: #00497e;
    font-weight: 500; }
  #job_apply form .candidature-form__pieces-jointes .hint_icon, #job_apply form .situation_pro .hint_icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15px;
    width: 15px;
    margin: 2px 0 0 10px;
    border-radius: 50%;
    border: 2px solid #dc3545;
    color: #dc3545;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer; }
  #job_apply form .candidature-form__pieces-jointes .hint_icon .hint_icon_tooltip, #job_apply form .situation_pro .hint_icon .hint_icon_tooltip {
    position: absolute;
    display: none;
    bottom: calc(100% + 15px);
    right: -30px;
    padding: 10px;
    min-width: 200px;
    border: 2px solid #00497e;
    background-color: #fff; }
  #job_apply form .candidature-form__pieces-jointes .hint_icon .hint_icon_tooltip p, #job_apply form .situation_pro .hint_icon .hint_icon_tooltip p {
    font-weight: 400; }
  #job_apply form .candidature-form__pieces-jointes .hint_icon .hint_icon_tooltip::after, #job_apply form .situation_pro .hint_icon .hint_icon_tooltip::after {
    content: '';
    position: absolute;
    bottom: -9px;
    right: 26px;
    height: 15px;
    width: 15px;
    transform: rotate(45deg);
    border-bottom: 2px solid #00497e;
    border-right: 2px solid #00497e;
    background-color: #fff; }
  #job_apply form .candidature-form__pieces-jointes .add_file_button, #job_apply form .situation_pro .add_file_button {
    display: flex;
    text-align: center;
    align-items: center;
    margin-bottom: 0;
    min-width: 150px;
    background-color: #00497e; }
  #job_apply form .candidature-form__pieces-jointes .add_file_button label, #job_apply form .situation_pro .add_file_button label {
    width: 100%;
    height: 100%;
    padding-top: 15px;
    color: #fff;
    cursor: pointer;
    margin: 0; }
  #job_apply form .candidature-form__pieces-jointes input[type=file]::-webkit-file-upload-button, #job_apply form .situation_pro input[type=file]::-webkit-file-upload-button {
    display: none; }
  #job_apply .rgpd_checkbox_label {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #job_apply .rgpd_checkbox_label .rgpd_checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  #job_apply .rgpd_checkbox_label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #00497e;
    transition: all 0.2s ease-in; }
  #job_apply .rgpd_checkbox_label .checkmark::after {
    position: absolute;
    content: '';
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: 1px solid red;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  #job_apply .rgpd_checkbox_label:hover .checkmark {
    background-color: #ecf4f4; }
  #job_apply .rgpd_checkbox_label input:checked ~ .checkmark {
    background-color: #fff; }
  #job_apply .rgpd_checkbox_label input:checked ~ .checkmark::after {
    display: block; }
  #job_apply p.warning {
    color: #dc3545; }
  #job_apply #apply_form_error {
    display: none; }
  #job_apply a::after {
    all: unset !important; }

#job_candidacy_done {
  display: none; }
  #job_candidacy_done p {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.1; }

.ea_offer_apply_submit {
  border: 1px solid #00497e;
  padding: 20px; }
  .ea_offer_apply_submit.ea_offer_apply_submit_blue {
    background-color: #00497e;
    transition: all 0.4s; }
  .ea_offer_apply_submit.ea_offer_apply_submit_blue:hover {
    background-color: #fff; }
  .ea_offer_apply_submit.ea_offer_apply_submit_blue:hover.btn-link {
    color: #00497e !important; }
  .ea_offer_apply_submit.btn-link {
    color: #fff !important;
    text-decoration: none;
    cursor: pointer; }
  .ea_offer_apply_submit svg {
    height: 18px;
    width: 18px;
    transition: all 0.4s; }
  .ea_offer_apply_submit svg path {
    fill: #00497e;
    transition: all 0.4s; }
  .ea_offer_apply_submit svg:hover {
    transform: scale(0.95); }
  .ea_offer_apply_submit svg:hover path {
    fill: #007ac1; }

.disabled-button {
  pointer-events: none;
  opacity: 0.6; }

.custom-modal-body {
  padding: 20px 40px;
  /* Espace à gauche et à droite */ }

.custom-modal-body p {
  margin-bottom: 15px;
  /* Espacement entre les paragraphes */ }

.custom-form-check {
  margin-top: 20px;
  /* Espacement au-dessus de la case à cocher */
  margin-left: 20px; }

.custom-modal-footer .btn-custom {
  margin-right: 10px; }
/*Titres pliés/dépliés*/
.frame-default, .contener_faq {
  position: relative; }
/*Pagination*/
.ias-loader, .ias-spinner, .ias-trigger {
  text-align: center;
  margin: 30px 0 40px;
  width: 100%; }

.ias-trigger a {
  display: inline-block;
  border: 2px solid #000;
  padding: 25px;
  position: relative; }
/* container*/
.container {
  display: block;
  position: relative;
  width: 100%;
  height: calc(100% - 73px); }
  .container .row {
    height: 100%; }
  .container .row .content_left {
    background: #ecf4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    width: 22.5%;
    height: 100%; }
  .container .row .content_left.fixe_sidebar {
    position: fixed;
    top: 100px;
    left: 0;
    overflow: auto; }
  @media (max-width: 940px) {
      .container .row .content_left {
        display: none; } }
  .container .row .content_left .case_content_left {
    display: block;
    position: relative;
    width: 100%;
    max-width: 340px;
    padding: 60px 60px 150px 40px; }
  .container .row .content_left .case_content_left .block_share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .container .row .content_left .case_content_left .block_share a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 38px;
    height: 38px;
    background: #fff;
    border: 1px solid #fff;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s; }
    .container .row .content_left .case_content_left .block_share a svg {
      height: 20px;
      width: auto;
      fill: #00497e;
      -webkit-transition: all ease 0.4s;
      transition: all ease 0.4s; }
    .container .row .content_left .case_content_left .block_share a:hover {
      background: #00497e; }
      .container .row .content_left .case_content_left .block_share a:hover svg {
        fill: #fff; }
  .container .row .content_left .case_content_left h2 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.1rem;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 45px;
    color: #00497e; }
  .container .row .content_left .case_content_left .block_links_ancre {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 90px; }
  .container .row .content_left .case_content_left .block_links_ancre button {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    color: #00497e;
    font-weight: normal;
    font-size: 1.1rem;
    padding-left: 20px;
    margin-bottom: 20px;
    display: block;
    position: relative;
    width: 100%;
    cursor: pointer;
    text-align: left;
    -webkit-transition: all ease 0s;
    transition: all ease 0s;
    font-weight: normal; }
    .container .row .content_left .case_content_left .block_links_ancre button:before {
      content: "";
      display: block;
      position: absolute;
      width: 10px;
      height: 10px;
      left: -20px;
      top: 4px;
      border-radius: 50%;
      background: #bec600;
      -webkit-transition: all ease 0.4s;
      transition: all ease 0.4s;
      opacity: 0; }
    .container .row .content_left .case_content_left .block_links_ancre button:hover:before, .container .row .content_left .case_content_left .block_links_ancre button.progress_ancre:before {
      left: 0px;
      opacity: 1; }
  .container .row .content_center {
    display: block;
    position: relative;
    width: 77.5%; }
  @media (max-width: 940px) {
        .container .row .content_center.fixe_sidebar {
          margin-left: 0 !important; } }
  @media (max-width: 940px) {
      .container .row .content_center {
        width: 100%; } }
  .container .row .content_center .case_content_center {
    display: block;
    position: relative;
    width: 100%;
    max-width: 915px;
    padding-left: 40px; }
  @media (max-width: 720px) {
        .container .row .content_center .case_content_center {
          padding-left: 0; } }
  .container .row .content_center .case_content_center h1 {
    font-size: 3.5rem;
    font-weight: 500;
    color: #00497e;
    margin-top: 53px; }
  @media (max-width: 720px) {
          .container .row .content_center .case_content_center h1 {
            font-size: 2.5rem;
            max-width: 96%; } }
  .container .row .content_center .case_content_center .frame header {
    padding-left: 32px; }
/******************** blocks Page Metier*********************/
#sectionBandeau {
  position: relative;
  height: 460px;
  width: 500px;
  padding: 0;
  overflow: hidden; }
  #sectionBandeau .container-bandeau {
    max-width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }
  @media only screen and (min-width: 768px) {
    #sectionBandeau .container-bandeau {
      max-width: 70%; } }
  #sectionBandeau .container-bandeau .block-master-titre {
    display: flex;
    align-items: center;
    margin-bottom: 24px; }
  #sectionBandeau .container-bandeau .block-master-titre h2 {
    margin: 0;
    font-family: 'Neo Sans Std', sans-serif;
    font-size: 55px;
    font-weight: 500;
    color: #fff;
    order: 2;
    padding-left: 0;
    margin-bottom: -10px; }
  @media only screen and (min-width: 768px) {
        #sectionBandeau .container-bandeau .block-master-titre h2 {
          padding-left: 25px; } }
  #sectionBandeau .container-bandeau .block-master-titre .circle-icone {
    background: #0275d8;
    border-radius: 50%;
    margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
        #sectionBandeau .container-bandeau .block-master-titre .circle-icone {
          margin-bottom: 0; } }
  #sectionBandeau .container-bandeau .block-master-titre .circle-icone img {
    order: 1;
    position: relative;
    width: 70px;
    height: 70px;
    padding: 14px;
    object-fit: contain; }
  #sectionBandeau .container-bandeau .frame-type-textmedia .ce-textpic .ce-bodytext {
    padding-left: 0; }
  #sectionBandeau .container-bandeau .frame-type-textmedia .ce-textpic .ce-bodytext p {
    font-family: 'Neo Sans Std', sans-serif;
    font-size: 16px;
    color: #00497e;
    font-weight: 500; }
  #sectionBandeau .container-bandeau div.row > div:nth-child(2) > div:nth-child(1) .ce-textpic .ce-gallery figure figcaption {
    display: none; }

.article .ce-gallery figure figcaption {
  display: none; }

#sectionContenu0.col-md-12 div:nth-child(1) h2.entete {
  font-family: 'Neo Sans Std', sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #00497e;
  text-align: center;
  margin: 35px 0;
  line-height: 53px; }
  #sectionContenu0.col-md-12 .ce-textpic.ce-center.ce-above {
    display: flex;
    margin-bottom: 25px; }
  #sectionContenu0.col-md-12 .ce-textpic.ce-center.ce-above .ce-gallery .ce-outer .ce-inner .ce-row .ce-column figure.image img.image-embed-item {
    border: 1px solid transparent;
    border-radius: 134px;
    height: 273px;
    object-fit: none; }
  #sectionContenu0.col-md-12 .ce-gallery {
    width: 50%; }
  #sectionContenu0.col-md-12 .ce-bodytext {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 575px;
    padding: 0px 0 0 23px; }
  #sectionContenu0.col-md-12 .ce-bodytext p {
    font-family: 'Neo Sans Std', sans-serif;
    font-size: 15px;
    color: #3e3e3e;
    line-height: 21px;
    font-weight: normal; }

#sectionBandeauRouge .frame {
  background-color: #eb6145;
  color: #fff;
  padding: 40px 50px 50px 50px; }
  #sectionBandeauRouge div:nth-child(1) h2.entete {
    font-family: 'Neo Sans Std', sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    line-height: 53px;
    margin-bottom: 25px; }
  #sectionBandeauRouge .liste_master_temoignage.d-flex img {
    width: 100%;
    margin-bottom: 20px; }
  #sectionBandeauRouge .case_temoignages_master.col-lg-4 a {
    font-family: 'Neo Sans Std', sans-serif;
    font-weight: normal;
    color: #fff !important; }
  #sectionBandeauRouge .case_temoignages_master.col-lg-4 .content a.a_content h4 {
    font-size: 28px;
    margin-bottom: 15px; }
  #sectionBandeauRouge .case_temoignages_master.col-lg-4 .content a.a_content p.fonction {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 7px;
    font-weight: 500;
    height: 47px; }
  #sectionBandeauRouge .case_temoignages_master.col-lg-4 .content a.a_content p.description {
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 400;
    font-style: italic; }
  #sectionBandeauRouge .case_temoignages_master.col-lg-4 a.detail-link-temoignage {
    font-size: 15px;
    position: relative; }
  #sectionBandeauRouge .case_temoignages_master.col-lg-4 a.detail-link-temoignage:after {
    position: absolute;
    content: url(/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/arroow-foward.svg);
    right: -26px;
    top: 6px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center; }

div#sectionBandeauRouge div:nth-child(1) .news .liste_master_temoignage.d-flex .case_temoignages_master.col-lg-4 .img-wrap img {
  transition: all 0.2s ease-in-out; }
  div#sectionBandeauRouge .case_temoignages_master.col-lg-4:hover img {
    transform: scale(1.1); }
  div#sectionBandeauRouge .content {
    min-height: 156px; }
  div#sectionBandeauRouge .frame-type-textmedia p.text-center a.btn_home_link {
    background-color: #fff;
    padding: 15px 50px;
    border-radius: 60px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #eb6145; }
  div#sectionBandeauRouge .frame-type-textmedia p.text-center a.btn_home_link::after {
    display: none; }

#sectionContenu3 {
  color: #00497e;
  /*#c549 {
   ul {
   padding: 0;
   }
   .tx-rssaggregator {
   li {
   list-style: none;
   margin-bottom: 55px;
   .card-offres {
   .card-offres-body {
   background: #ECF4F4;
   border: 1px solid transparent;
   border-radius: 236px;
   padding-bottom: 50px;
   display: flex;
   align-items: center;
   width: 100%;
   .title {
   line-height: 30px;
   padding-top: 20px;
   a {
   font-family: 'Neo Sans Std', sans-serif;
   font-size: 18px;
   font-weight: normal;
   color: #00497E;
   }
   }
   .description {
   font-family: 'Neo Sans Std', sans-serif;
   font-weight: normal;
   font-size: 14px;
   color: #3E3E3E;
   line-height: 20px;
   max-width: 420px;
   }
   }
   }
   a[href="https://cg92.gestmax.fr/search"] {
   position: relative;
   float: right;
   margin: 20px 41px;
   display: flex;
   color: #00497E;
   justify-content: center;
   align-items: center;
   &:before {
   content: "";
   display: block;
   position: absolute;
   height: 2px;
   width: 15px;
   background: #00497E;
   right: -36%;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
   top: 0;
   bottom: 0;
   margin: auto;
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
   }
   &:after {
   content: "";
   display: block;
   position: absolute;
   width: 10px;
   height: 10px;
   border-right: 2px solid #00497E;
   border-bottom: 2px solid #00497E;
   right: -35%;
   -webkit-transform: translateX(-50%) rotate(-45deg);
   transform: translateX(-50%) rotate(-45deg);
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
   top: 0;
   bottom: 0;
   margin: auto;
   }
   }
   }
   }
   }*/ }
  #sectionContenu3 div:nth-child(2) .ce-textpic.ce-center.ce-above {
    margin: 0 auto;
    width: 100%; }
  #sectionContenu3 div:nth-child(2) .ce-textpic.ce-center.ce-above p a {
    background-color: #00497e;
    padding: 15px 50px;
    color: #fff;
    border-radius: 60px;
    text-transform: uppercase;
    font-family: 'Neo Sans Std', sans-serif;
    font-size: 14px;
    line-height: 10px; }
  #sectionContenu3 div:nth-child(2) .ce-textpic .ce-bodytext a:after {
    display: none; }

#sectionContenu3 .img-card {
  display: flex;
  height: fit-content;
  width: fit-content;
  padding-right: 30px; }
/*
 #sectionContenu3.col-md-12 {
 #c549 {
 h2.entete {
 font-family: 'Neo Sans Std', sans-serif;
 font-size: 38px;
 font-weight: normal;
 color: #00497E;
 text-align: center;
 margin-bottom: 40px;
 }
 }
 }*/
#sectionBandeauBleu.col-md-12 .frame {
  background: #ecf4f4;
  padding: 40px 50px; }
  #sectionBandeauBleu.col-md-12 div:nth-child(1) h2.entete {
    font-family: 'Neo Sans Std', sans-serif;
    font-size: 40px !important;
    font-weight: 500;
    color: #00497e;
    text-align: center;
    margin-bottom: 35px;
    line-height: 53px; }
  #sectionBandeauBleu.col-md-12 div:nth-child(1) .ce-textpic.ce-center.ce-above h3 {
    font-family: 'Neo Sans Std', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #0275d8;
    margin-bottom: 35px; }
  #sectionBandeauBleu.col-md-12 div:nth-child(1) .ce-textpic.ce-center.ce-above p {
    font-size: 15px;
    color: #3e3e3e;
    max-width: initial;
    line-height: 21px;
    font-family: 'Neo Sans Std', sans-serif;
    font-weight: normal; }
  #sectionBandeauBleu.col-md-12 .ce-textpic.ce-center.ce-above .ce-gallery .ce-outer .ce-inner .ce-row .ce-column figure.image img.image-embed-item {
    border: 1px solid transparent;
    border-radius: 134px;
    height: 273px;
    object-fit: none; }

#sectionBandeauBleu .ce-textpic.ce-center.ce-above {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between; }
  #sectionBandeauBleu .ce-textpic.ce-center.ce-above .ce-gallery {
    width: 50%; }
  #sectionBandeauBleu .ce-textpic.ce-center.ce-above .ce-bodytext {
    width: 38%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding: 0; }

#sectionContenu3 div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex > div.content > div.category p {
  font-size: 19px; }

#sectionContenu0 {
  padding-top: 0px; }

@media (min-width: 320px) and (max-width: 1499px) {
  #sectionContenu3 {
    max-width: 95% !important;
    margin: auto; } }

@media (max-width: 383px) {
  #sectionBandeauRouge .case_temoignages_master.col-lg-4 a[href="/temoignage"]:after {
    position: absolute;
    content: url(/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/arroow-foward.svg);
    right: -26px;
    top: 25px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center; } }

@media (min-width: 1500px) {
  #mainContent .container-fluid #sectionContenu3 {
    max-width: 80% !important;
    margin: auto; }

  #mainContent .container-fluid #sectionBandeauRouge .frame > * {
    max-width: 70% !important;
    margin: auto; }
    #mainContent .container-fluid #sectionBandeauRouge .frame:last-child {
      margin-bottom: 60px; }

  #mainContent .container-fluid #sectionContenu0 {
    max-width: 70% !important;
    margin: auto; }

  #mainContent .container-fluid #sectionBandeau .row {
    margin: auto; } }

@media (min-width: 991px) {
  #sectionBandeauBleu .frame > * {
    max-width: 70% !important;
    margin: auto; }

  #sectionContenu0 {
    max-width: 90% !important;
    margin: auto; }

  #sectionBandeau .row {
    margin: auto; } }

@media (min-width: 320px) {
  #sectionBandeauBleu > div:nth-child(1).frame {
    max-width: 100%;
    margin: auto; }

  #sectionBandeauRouge div:nth-child(1).frame {
    max-width: 100%;
    margin: auto; }

  #sectionContenu0 {
    max-width: 100%;
    margin: auto; }

  #sectionBandeau .row {
    margin: auto; }

  #sectionBandeauBleu.col-md-12 div:nth-child(1).frame h2.entete {
    font-size: 30px; } }

#top_navigation #menuSite li:last-child.niveau1 {
  background-color: #0275d8;
  height: fit-content;
  padding: 11px 20px;
  position: relative;
  top: 0; }

#top_navigation #menuSite li:last-child.niveau1 a {
  color: #fff !important;
  font-family: 'Neo Sans Std';
  font-size: 16px;
  font-weight: 500;
  line-height: 20px; }
/************* Responsive **************/
@media (max-width: 992px) {
  #sectionBandeauRouge .case_temoignages_master.col-lg-4 {
    max-width: 50%;
    margin-bottom: 25px; } }

@media (max-width: 767px) {
  #sectionBandeauBleu.col-md-12 .ce-textpic.ce-center.ce-above {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 35px; }
    #sectionBandeauBleu.col-md-12 .ce-gallery {
      width: 70% !important;
      padding: 0; }
    #sectionBandeauBleu.col-md-12 .ce-bodytext {
      width: 90% !important;
      padding: 0; }
    #sectionBandeauBleu.col-md-12 div:nth-child(1).frame .ce-textpic.ce-center.ce-above p {
      max-width: fit-content; }

  #sectionContenu0.col-md-12 .ce-textpic.ce-center.ce-above {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 35px; }
    #sectionContenu0.col-md-12 .ce-gallery {
      width: 70%;
      padding: 0; }
    #sectionContenu0.col-md-12 .ce-bodytext {
      width: 90%;
      padding: 0; }

  #sectionBandeauRouge .case_temoignages_master.col-lg-4 {
    max-width: 100%;
    margin-bottom: 25px; } }

@media (max-width: 480px) {
  #sectionContenu0.col-md-12 .ce-gallery {
    width: 90%;
    padding: 0; } }
/***************integration header de site**************/
#top_navigation > div:nth-child(1).frame #menuSite li.niveau1.categoryUne5 {
  background-color: #0275d8;
  height: fit-content;
  padding: 11px 20px;
  position: relative;
  top: 0; }
  #top_navigation > div:nth-child(1).frame #menuSite li.niveau1.categoryUne5 a {
    color: #fff !important;
    font-family: 'Neo Sans Std';
    font-size: 16px;
    font-weight: 500;
    line-height: 20px; }
  #top_navigation > div:nth-child(1).frame #menuSite li.niveau1.children_li a {
    font-family: 'Neo Sans Std';
    font-size: 16px;
    font-weight: 500; }

#sectionBandeauRouge .liste_master_temoignage.d-flex {
  flex-wrap: wrap; }

@media (max-width: 991px) {
  /*#c549 {
   .tx-rssaggregator {
   li {
   .card-offres {
   .card-offres-body {
   flex-direction: column;
   width: fit-content;
   align-items: center;
   justify-content: center;
   }
   }
   }
   }
   }*/
    #sectionContenu3 .img-card {
      padding-right: 0px;
      width: 90%; }
      #sectionContenu3 .content {
        padding-right: 33px;
        height: 250px;
        padding-left: 33px; }
    .card-offres {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; } }

#sectionBandeau .ce-center .ce-outer {
  position: inherit;
  float: initial;
  right: initial;
  overflow: hidden; }
  #sectionBandeau .ce-center .ce-outer .ce-inner {
    position: inherit;
    float: initial;
    right: initial; }
  #sectionBandeau .row {
    height: 419px; }
  #sectionBandeau .ce-textpic .ce-gallery {
    padding: 0 !important; }
  #sectionBandeau .ce-textpic .ce-gallery img {
    height: 460px;
    object-fit: cover;
    width: 111%; }
  #sectionBandeau .col-md-7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2%; }
/********** Slider Mask ************/
#sectionBandeau .ce-textpic .ce-gallery .image {
  -webkit-mask-image: url(/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/maskslider.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 670px;
  -webkit-mask-position-y: -7vh;
  -webkit-mask-position-x: 0vw;
  height: 537px; }
  #sectionBandeau .col-md-5 {
    padding-right: 0 !important; }

.container-fluid.master-page {
  padding: 0;
  overflow: hidden; }

#sectionBandeau .row {
  height: 535px; }

@media (min-width: 991px) {
  #sectionBandeau:before {
    position: absolute;
    background-image: url('/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/Trace99.png');
    background-repeat: no-repeat;
    display: inline-block;
    content: "";
    width: 100%;
    height: 157%;
    top: -283px;
    left: -172px;
    background-size: 1230px; }

  #sectionContenu3 {
    padding: 25px 50px 40px 50px; } }

@media (min-width: 1200px) {
  #sectionBandeau .ce-textpic .ce-gallery .image {
    -webkit-mask-image: url(/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/maskslider.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 657px;
    -webkit-mask-position-y: -5vh;
    -webkit-mask-position-x: 0vw;
    height: 547px; }

  #sectionBandeau:before {
    position: absolute;
    background-image: url(/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/Trace99.png);
    background-repeat: no-repeat;
    display: inline-block;
    content: "";
    width: 100%;
    height: 149%;
    top: -251px;
    left: -177px;
    background-size: 1326px; } }

@media (min-width: 1500px) {
  #sectionBandeau:before {
    position: absolute;
    background-image: url('/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/Trace99.png');
    background-repeat: no-repeat;
    display: inline-block;
    content: "";
    width: 100%;
    height: 186%;
    top: -72%;
    left: -135px;
    background-size: 1450px !important; }

  #sectionBandeau .ce-textpic .ce-gallery .image {
    -webkit-mask-image: url(/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/maskslider.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: auto;
    -webkit-mask-position-y: -18vh;
    -webkit-mask-position-x: 3vw;
    height: 880px; } }

#sectionBandeau .text-slider {
  max-width: 568px;
  display: flex;
  flex-direction: column; }
/*#sectionContenu0 {
 #c554 {
 .news {
 .article {
 .img-wrap {
 opacity: 0;
 transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
 transform: translate(-150px,30px);
 }
 }
 }
 }
 }
 */
/***************block offre***************/
#sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex {
  background-color: #ecf4f4;
  border-radius: 190px; }
  #sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex > div.img-wrap > img {
    border-radius: 190px;
    max-width: 400px;
    height: -webkit-fill-available;
    width: auto;
    object-fit: none; }
  #sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex > div.content {
    align-self: center; }
    #sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex > div.content > div.category {
      display: flex;
      align-items: center; }
      #sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex > div.content > div.category > p:nth-child(2) {
        color: #00497e;
        font-weight: 500;
        font-size: 19px;
        font-family: 'Neo Sans Std';
        margin-bottom: 1rem; }
    #sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex > div.content > p > span.no_glossary {
      font-size: 25px;
      color: #00497e;
      text-transform: uppercase;
      font-weight: 500; }
    #sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex > div.content > div.txt > div > p.no_glossary {
      color: #3e3e3e;
      font-size: 16px;
      font-weight: normal;
      width: 58%;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      margin-bottom: 1rem; }
      #sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex > div.content > div.txt > div > .see_next {
        position: relative;
        top: -50px;
        left: -34px;
        padding: 15px 40px;
        border: 1px solid #0275d8;
        border-radius: 68px;
        text-transform: uppercase;
        width: 200px;
        height: 45px;
        text-align: center;
        margin-left: 77px;
        font-size: 13px;
        line-height: 13px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500; }
      #sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex > div.content > div.txt > .description {
        display: flex;
        justify-content: space-between;
        align-items: center; }
    #sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex > div.content > p.titre {
      width: 60%; }
  #sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex:hover {
    text-decoration: none; }
  #sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a:nth-child(2) {
    width: fit-content;
    float: right;
    text-align: right;
    padding: 15px 0;
    background: none;
    display: flex;
    justify-content: start; }
  #sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne p.ea_category_icon.ea_category_icon_1.mr-2 {
    background-color: #eb6145;
    width: 48px;
    height: 48px;
    text-align-last: center;
    line-height: 50px;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 10px !important;
    margin-right: 0.5rem !important;
    margin: 0; }
  #sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne p.enews_category_icon.enews_category_icon_1, #sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne p.enews_category_icon.enews_category_icon_2, #sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne p.enews_category_icon.enews_category_icon_3 {
    background-color: #eb6145;
    width: 48px;
    height: 48px;
    text-align-last: center;
    line-height: 50px;
    color: #fff;
    border-radius: 30px;
    margin-right: 0.5rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px; }
  #sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne p.enews_category_icon.enews_category_icon_2 {
    background-color: #7d00d4; }
  #sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne p.enews_category_icon.enews_category_icon_3 {
    background-color: #01851d; }

@media (max-width: 1024px) {
  #sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0; }
    #sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex > div.content > div.txt > div > .see_next {
      top: 0; }
      #sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex > div.content > div.txt > .description {
        display: flex;
        flex-direction: row; } }

@media (max-width: 700px) {
  #sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex > div.content > div.txt > .description {
    display: flex;
    flex-direction: column; } }

#sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a:nth-child(2) {
  width: fit-content;
  float: right;
  padding: 15px 0;
  position: relative;
  margin-right: 50px;
  display: flex;
  color: #00497e;
  align-self: flex-end; }
  #sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a:nth-child(2):after {
    position: absolute;
    content: url(/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/arroow-foward-blue.svg);
    right: -23px;
    top: 2px;
    bottom: 0;
    font-size: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 100; }

#menuSite li.niveau1:last-child > a:before {
  background: #fff; }

div#sectionBandeauRouge div:nth-child(1).frame .news .liste_master_temoignage.d-flex .case_temoignages_master.col-lg-4 .img-wrap {
  -webkit-mask-image: url(/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/maskrouge.png);
  mask-image: url(/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/maskrouge.png);
  -webkit-mask-size: 100% 89%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-repeat: no-repeat; }
  div#sectionBandeauRouge div:nth-child(1).frame .news .liste_master_temoignage.d-flex .case_temoignages_master.col-lg-4 .img-wrap img {
    margin-bottom: 0px !important;
    object-fit: cover;
    height: 293px; }

#sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex:hover div.content > div.txt > div > .see_next {
  background-color: #0275d8;
  color: #fff; }

#sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a:nth-child(2) {
  color: #00497e; }
  #sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a:nth-child(2):hover {
    text-decoration: none;
    color: #0275d8; }
    #sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a:nth-child(2):hover:after {
      transform: translateX(12px);
      color: #0275d8; }

#sectionBandeau div.row > div:nth-child(1) > div:nth-child(2) .ce-textpic.ce-center.ce-above .ce-bodytext {
  padding-left: 0 !important; }
  #sectionBandeau div.row > div:nth-child(1) > div:nth-child(2) .ce-textpic.ce-center.ce-above .ce-bodytext p {
    color: #00497e;
    line-height: 23px;
    font-weight: 500;
    font-size: 18px; }
  #sectionBandeau > div:nth-child(2) .ce-textpic.ce-center.ce-above .ce-bodytext p.text-center a.btn_home_link:hover {
    color: #fff !important;
    background: #0275d8 !important;
    transition: all ease 0.4s;
    border: 1px solid #0275d8; }
  #sectionBandeau .list-view.colonne {
    display: flex; }
  #sectionBandeau .list-view.colonne .article {
    margin: 0;
    display: flex;
    height: auto;
    flex-direction: column;
    align-items: self-end;
    padding: 0px 27px; }
  #sectionBandeau .list-view.colonne .article a .content {
    padding: 20px 20px; }

div#sectionContenu3 > div:nth-child(1) header h2.entete {
  color: #00497e;
  font-size: 40px;
  text-align: center;
  font-family: 'Neo Sans Std';
  padding: 20px; }
  div#sectionContenu3 > div:nth-child(2) .ce-textpic.ce-center.ce-above .ce-bodytext p.text-center a.btn_home_link {
    background-color: #00497e;
    padding: 15px 50px;
    color: #fff;
    border-radius: 60px;
    text-transform: uppercase;
    font-family: 'Neo Sans Std', sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    width: 357px;
    height: 49px; }

#sectionBandeauRouge a:focus {
  text-decoration: none; }
  #sectionBandeauRouge a:hover {
    text-decoration: none; }
/********** Responssive *************/
@media (max-width: 991px) {
  div#sectionBandeau .row {
    display: flex;
    flex-direction: column;
    height: auto; }
    div#sectionBandeau .col-md-7 {
      width: 90%;
      max-width: 90%;
      margin: auto;
      padding-top: 50px;
      text-align: center;
      padding: 0; }
    div#sectionBandeau .col-md-5 {
      width: 90%;
      max-width: 90%;
      margin: auto;
      padding-top: 50px;
      text-align: center;
      padding: 0; }

  #sectionBandeau {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0;
    overflow: hidden; }
    #sectionBandeau:before {
      position: absolute;
      background-image: url('/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/Trace99.png');
      background-repeat: no-repeat;
      display: inline-block;
      content: "";
      width: 100%;
      height: 100%;
      top: -181px;
      left: 0;
      background-size: cover; }
    #sectionBandeau .ce-textpic .ce-gallery img {
      height: 300px;
      object-fit: cover;
      width: 100%; }
      #sectionBandeau .ce-textpic .ce-gallery .image {
        -webkit-mask-image: url(/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/maskslider.png);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        -webkit-mask-position-y: 0;
        -webkit-mask-position-x: 0vw;
        height: 100%;
        display: flex;
        -webkit-mask-position-x: center; }
    #sectionBandeau div.row > div:nth-child(1) > div:nth-child(2) .ce-textpic.ce-center.ce-above .ce-bodytext p {
      font-family: 'Neo Sans Std', sans-serif;
      font-size: 16px;
      padding: 35px 0;
      max-width: 100%; }
    #sectionBandeau .block-master-titre {
      display: flex;
      padding: 35px 0 0 0;
      align-items: center;
      flex-direction: column; }

  #sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex {
    min-height: 597px; }
    #sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex > div.img-wrap > img {
      padding: 20px; }
    #sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex > div.content > p.titre {
      width: 100%; }
      #sectionContenu3 > div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex > div.content > div.txt > div > p.no_glossary {
        width: 100%; } }

@media (max-width: 480px) {
  #sectionBandeau .block-master-titre {
    flex-direction: column; }
    #sectionBandeau .block-master-titre h2 {
      margin-top: 20px; } }

#sectionBandeauRouge .news .article {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

#sectionBandeauRouge .news .article .d-flex {
  /* display:flex; */
  flex-direction: column; }

#sectionBandeauRouge .news .article p, #sectionBandeauRouge .news .article a {
  font-family: 'Neo Sans Std', sans-serif;
  font-weight: normal;
  color: #fff !important; }

#sectionBandeauRouge div:nth-child(1).frame .news .article .img-wrap {
  -webkit-mask-image: url(/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/maskrouge.png);
  mask-image: url(/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/maskrouge.png);
  -webkit-mask-size: 100% 89%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-repeat: no-repeat; }

div#sectionBandeauRouge div:nth-child(1).frame .news .article .img-wrap img {
  margin-bottom: 0px !important;
  object-fit: cover;
  height: 293px; }

div#sectionBandeauRouge div:nth-child(1) .news .article .img-wrap img {
  transition: all 0.2s ease-in-out; }

#sectionBandeauRouge .news .article .content .titre {
  font-size: 28px;
  margin-bottom: 5px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

#sectionBandeauRouge .news .article .content p.chapo {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 13px;
  font-weight: 500;
  height: 47px; }

#sectionBandeauRouge .news .article a[href="/temoignage"] {
  display: none; }

#sectionBandeauRouge .news .article .category {
  order: 2; }

#sectionBandeauRouge .news .article p.titre {
  order: 1; }

#sectionBandeauRouge .news .article .txt {
  order: 3; }

#sectionBandeauRouge .news .article .description p.no_glossary {
  font-size: 14px;
  /* margin-bottom: 30px; */
  font-weight: 400;
  font-style: italic;
  height: 50px; }

#sectionBandeauRouge .news .article .see_next {
  font-size: 15px;
  position: relative;
  font-family: 'Neo Sans Std', sans-serif;
  font-weight: normal;
  color: #fff !important;
  width: fit-content; }

#sectionBandeauRouge .news .article .see_next:after {
  position: absolute;
  content: url(/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/arroow-foward.svg);
  right: -26px;
  top: 6px;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center; }

#sectionBandeauRouge .content {
  display: flex;
  flex-direction: column;
  padding: 0; }

@media (max-width: 1200px) {
  #sectionBandeauRouge .news .article .content p.chapo {
    height: 55px; } }

@media (max-width: 991px) {
  .news-list-view {
    display: flex;
    flex-wrap: wrap; }

  #sectionBandeauRouge .news .article {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 767px) {
  #sectionBandeauRouge .news .article {
    flex: 0 0 90%;
    max-width: 90%;
    margin: auto; } }

#sectionBandeauRouge .list-view.colonne .article a {
  background: transparent; }

#sectionBandeauRouge .news .article p.chapo strong {
  font-weight: inherit; }

#sectionBandeauRouge .news .article .see_next:hover:after {
  transform: translateX(12px); }

#sectionBandeauRouge div:nth-child(1).frame .news .article:hover .img-wrap img {
  transform: scale(1.1); }

.tx-e-annuaires .offerForm .eaFormGroup label {
  position: absolute;
  top: -20px; }

div.parentToHide {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  padding: 0px 15px; }
  div.parentToHide input#cv {
    display: none;
    border: none; }
  div.parentToHide input#motivationletter {
    display: none;
    border: none; }
  div.parentToHide div.add_file_button {
    position: absolute;
    right: 15px; }
  div.parentToHide span.inputTitleFile {
    position: absolute;
    left: 15px;
    border: 1px solid #00497e;
    border-radius: 5px;
    height: 32px;
    min-width: 200px;
    padding-top: 5px;
    padding-left: 5px;
    margin-bottom: 10px; }
