/*=============*/
/*     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; }

/* galerie home*/

#sectionContenu4 {
  display: block;
  background: transparent;
  z-index: 1;
  padding-bottom: 0px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  #sectionContenu4 .fs-media-gallery {
    display: block;
    position: relative;
    width: 100%;
    height: 330px; }
  #sectionContenu4 .fs-media-gallery .swiper-container {
    width: 100%;
    height: 100%; }
  #sectionContenu4 .fs-media-gallery .swiper-container ul.swiper-wrapper {
    padding: 0; }
  #sectionContenu4 .fs-media-gallery .swiper-container ul.swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ecf4f4;
    position: relative;
    border: none; }
  #sectionContenu4 .fs-media-gallery .swiper-container ul.swiper-wrapper .swiper-slide .case_img {
    display: block;
    position: absolute;
    width: 100%;
    height: 70%;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
    #sectionContenu4 .fs-media-gallery .swiper-container ul.swiper-wrapper .swiper-slide .case_img img {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
      @media (max-width: 980px) {
          #sectionContenu4 .fs-media-gallery .swiper-container ul.swiper-wrapper .swiper-slide .case_img img {
            -o-object-position: 0 0;
            object-position: 0 0; } }
  #sectionContenu4 .fs-media-gallery .swiper-container ul.swiper-wrapper .swiper-slide .block_info {
    display: block;
    position: absolute;
    z-index: 2;
    right: 40px;
    bottom: 0;
    background: #fff;
    padding: 38px;
    text-align: left; }
    #sectionContenu4 .fs-media-gallery .swiper-container ul.swiper-wrapper .swiper-slide .block_info h2 {
      font-weight: 500;
      color: #00497e;
      font-size: 2.5rem;
      margin: 0;
      padding: 0;
      max-width: 700px; }
      @media (max-width: 700px) {
          #sectionContenu4 .fs-media-gallery .swiper-container ul.swiper-wrapper .swiper-slide .block_info h2 {
            font-size: 1.8rem;
            max-width: 96%; } }
    #sectionContenu4 .fs-media-gallery .swiper-container ul.swiper-wrapper .swiper-slide .block_info p {
      font-weight: normal;
      color: #00497e;
      font-size: 1.25rem;
      margin: 0;
      padding: 0; }
    #sectionContenu4 .fs-media-gallery .swiper-container ul.swiper-wrapper .swiper-slide .block_info .swiper-button {
      display: block;
      position: absolute;
      cursor: pointer;
      width: 70px;
      height: 70px;
      background: #00497e;
      top: -48px;
      right: 0; }
      #sectionContenu4 .fs-media-gallery .swiper-container ul.swiper-wrapper .swiper-slide .block_info .swiper-button:before {
        content: "";
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        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; }
      #sectionContenu4 .fs-media-gallery .swiper-container ul.swiper-wrapper .swiper-slide .block_info .swiper-button.swiper-button-prev {
        right: 78px;
        left: auto; }
        #sectionContenu4 .fs-media-gallery .swiper-container ul.swiper-wrapper .swiper-slide .block_info .swiper-button.swiper-button-prev:before {
          left: 56%;
          -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg); }
      #sectionContenu4 .fs-media-gallery .swiper-container ul.swiper-wrapper .swiper-slide .block_info .swiper-button:hover:before {
        left: 50%; }
      #sectionContenu4 #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; }
  #sectionContenu4 #arrow_next:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #eb6145;
    border-right: 2px solid #eb6145;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg); }
  #sectionContenu4 #arrow_next:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #eb6145; }
  #sectionContenu4 #arrow_next:hover {
    height: 28px;
    bottom: 8px; }

#part2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background: #ecf4f4;
  padding-bottom: 20px; }
  #part2 .case_p2 {
    display: block;
    width: 98%;
    max-width: 1300px; }
  #part2 .case_p2 header {
    margin-bottom: 40px; }
  #part2 .case_p2 header h2, #part2 .case_p2 header h3 {
    font-weight: 500;
    color: #00497e;
    font-size: 2.2rem;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    display: inline-block; }
  @media (max-width: 700px) {
        #part2 .case_p2 header h2, #part2 .case_p2 header h3 {
          font-size: 2rem;
          max-width: 90%; } }
  #part2 .case_p2 header h3 {
    color: #025c9d;
    margin-left: 12px; }
  #part2 .case_p2 .liste_home_temmoignage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
    margin-bottom: 20px; }
  @media (max-width: 980px) {
      #part2 .case_p2 .liste_home_temmoignage {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  #part2 .case_p2 .liste_home_temmoignage .case_temoignages_home {
    display: block;
    position: relative;
    width: 25%;
    margin-bottom: 30px;
    padding: 0 5px; }
  @media (max-width: 980px) {
        #part2 .case_p2 .liste_home_temmoignage .case_temoignages_home {
          width: 50%; } }
  @media (max-width: 500px) {
        #part2 .case_p2 .liste_home_temmoignage .case_temoignages_home {
          width: 100%; } }
  #part2 .case_p2 .liste_home_temmoignage .case_temoignages_home .img-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 20vw;
    overflow: hidden;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  @media (max-width: 980px) {
          #part2 .case_p2 .liste_home_temmoignage .case_temoignages_home .img-wrap {
            height: 39vw; } }
  @media (max-width: 500px) {
          #part2 .case_p2 .liste_home_temmoignage .case_temoignages_home .img-wrap {
            height: 66vw; } }
  #part2 .case_p2 .liste_home_temmoignage .case_temoignages_home .img-wrap img.img_theme {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1; }
  #part2 .case_p2 .liste_home_temmoignage .case_temoignages_home .img-wrap:hover img.img_theme {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  #part2 .case_p2 .liste_home_temmoignage .case_temoignages_home .img-wrap img.btn_video {
    display: none; }
  #part2 .case_p2 .liste_home_temmoignage .case_temoignages_home .img-wrap.content_video img.btn_video {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    width: auto;
    height: 80px; }
  #part2 .case_p2 .liste_home_temmoignage .case_temoignages_home .content {
    padding-right: 30px;
    padding-bottom: 50px; }
  #part2 .case_p2 .liste_home_temmoignage .case_temoignages_home .content a.a_content {
    text-decoration: none;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    display: block;
    position: relative; }
    #part2 .case_p2 .liste_home_temmoignage .case_temoignages_home .content a.a_content h4 {
      color: #00497e;
      font-weight: 500;
      font-style: italic;
      margin: 33px auto 5px auto;
      font-size: 2rem;
      position: relative;
      z-index: 2; }
      #part2 .case_p2 .liste_home_temmoignage .case_temoignages_home .content a.a_content h4:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 10px;
        height: 10px;
        background: #bec600;
        z-index: -1;
        border-radius: 50%; }
    #part2 .case_p2 .liste_home_temmoignage .case_temoignages_home .content a.a_content p.fonction {
      color: #00497e;
      font-weight: 500;
      margin-bottom: 15px;
      font-size: 1.2rem;
      min-height: 84px; }
    #part2 .case_p2 .liste_home_temmoignage .case_temoignages_home .content a.a_content p.description {
      color: #3e3e3e;
      font-weight: normal;
      margin-bottom: 15px;
      font-size: 1rem; }
    #part2 .case_p2 .liste_home_temmoignage .case_temoignages_home .content a.a_content:hover {
      text-decoration: none;
      -webkit-transform: translateX(6px);
      transform: translateX(6px); }
  #part2 .case_p2 .liste_home_temmoignage .case_temoignages_home .content .btn_lire_tem {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20px;
    width: 20px;
    cursor: pointer;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s; }
    #part2 .case_p2 .liste_home_temmoignage .case_temoignages_home .content .btn_lire_tem:before {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      width: 12px;
      height: 12px;
      border-top: 2px solid #eb6145;
      border-right: 2px solid #eb6145;
      -webkit-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg); }
    #part2 .case_p2 .liste_home_temmoignage .case_temoignages_home .content .btn_lire_tem:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 2px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background: #eb6145; }
    #part2 .case_p2 .liste_home_temmoignage .case_temoignages_home .content .btn_lire_tem:hover {
      width: 28px;
      bottom: 0; }
  #part2 .case_p2 .liste_home_temmoignage .block_iframe_video {
    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: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 400;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
    pointer-events: none;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  #part2 .case_p2 .liste_home_temmoignage .block_iframe_video.active {
    pointer-events: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  #part2 .case_p2 .liste_home_temmoignage .block_iframe_video .case_iframe_video {
    display: block;
    position: absolute;
    height: auto;
    width: 70%;
    height: 75%; }
  @media (max-width: 700px) {
          #part2 .case_p2 .liste_home_temmoignage .block_iframe_video .case_iframe_video {
            height: 50%; } }
  #part2 .case_p2 .liste_home_temmoignage .block_iframe_video .case_iframe_video iframe {
    display: block;
    position: absolute;
    height: auto;
    width: 100%;
    height: 100%; }
  #part2 .case_p2 .liste_home_temmoignage .block_iframe_video .block_close_iframe {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer; }
  #part2 .case_p2 .liste_home_temmoignage .block_iframe_video .block_close_iframe:before, #part2 .case_p2 .liste_home_temmoignage .block_iframe_video .block_close_iframe:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    width: 100%;
    background: #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s; }
  #part2 .case_p2 .liste_home_temmoignage .block_iframe_video .block_close_iframe:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg); }
  #part2 .case_p2 .liste_home_temmoignage .block_iframe_video .block_close_iframe:hover:before {
    -webkit-transform: translateY(-50%) rotate(225deg);
    transform: translateY(-50%) rotate(225deg); }

a.btn_home_link {
  display: inline-block;
  text-decoration: none;
  color: #fff !important;
  background: #00497e;
  padding: 20px 48px;
  font-size: 1rem;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border: 1px solid #00497e; }
  @media (max-width: 1200px) {
  a.btn_home_link {
    max-width: 80%;
    padding: 20px 40px; } }
  a.btn_home_link:hover {
    color: #00497e !important;
    background: #fff; }
  a.btn_home_link:hover:before, a.btn_home_link:hover:after {
    display: none; }

#part3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background: #fff;
  padding-bottom: 50px; }
  #part3 .case_p3 {
    display: block;
    width: 98%;
    max-width: 1300px; }
  #part3 .case_p3 header {
    margin-bottom: 40px; }
  #part3 .case_p3 header h2, #part3 .case_p3 header h3 {
    font-weight: 500;
    color: #00497e;
    font-size: 2.2rem;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    display: inline-block; }
  @media (max-width: 700px) {
        #part3 .case_p3 header h2, #part3 .case_p3 header h3 {
          font-size: 2rem;
          max-width: 90%; } }
  #part3 .case_p3 header h2 {
    padding-top: 70px; }
  #part3 .case_p3 header h3 {
    color: #025c9d;
    margin-left: 12px; }
  #part3 .case_p3 .liste_home_actu {
    display: block;
    position: relative;
    margin-top: 85px; }
  #part3 .case_p3 .liste_home_actu .case_liste_home_actu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
  #part3 .case_p3 .liste_home_actu .case_liste_home_actu a.case_temoignages_home {
    display: block;
    position: relative;
    width: calc(50% - 22px);
    text-decoration: none; }
  #part3 .case_p3 .liste_home_actu .case_liste_home_actu a.case_temoignages_home:nth-child(2n+1) {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); }
  @media (max-width: 1050px) {
          #part3 .case_p3 .liste_home_actu .case_liste_home_actu a.case_temoignages_home {
            width: 96%; }
            #part3 .case_p3 .liste_home_actu .case_liste_home_actu a.case_temoignages_home:nth-child(2n+1) {
              -webkit-transform: translateY(0);
              transform: translateY(0); } }
  #part3 .case_p3 .liste_home_actu .case_liste_home_actu a.case_temoignages_home .img-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 25vw;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
    #part3 .case_p3 .liste_home_actu .case_liste_home_actu a.case_temoignages_home .img-wrap.no-img {
      background-size: contain; }
    @media (max-width: 1050px) {
          #part3 .case_p3 .liste_home_actu .case_liste_home_actu a.case_temoignages_home .img-wrap {
            height: 45vw; } }
    #part3 .case_p3 .liste_home_actu .case_liste_home_actu a.case_temoignages_home .img-wrap img {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all ease 0.4s;
      transition: all ease 0.4s; }
  #part3 .case_p3 .liste_home_actu .case_liste_home_actu a.case_temoignages_home h4 {
    padding: 24px;
    position: relative;
    background: #fff;
    color: #00497e;
    font-weight: 500;
    font-size: 1.6rem;
    margin-left: 24px;
    margin-top: -80px;
    width: calc(100% - 100px);
    padding-right: 130px;
    -webkit-box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    z-index: 2;
    min-height: 80px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s; }
    @media (max-width: 1330px) {
          #part3 .case_p3 .liste_home_actu .case_liste_home_actu a.case_temoignages_home h4 {
            font-size: 1.3rem;
            padding-right: 90px; } }
    @media (max-width: 1050px) {
          #part3 .case_p3 .liste_home_actu .case_liste_home_actu a.case_temoignages_home h4 {
            font-size: 1.3rem;
            padding-right: 30px;
            width: calc(100% - 50px); } }
    #part3 .case_p3 .liste_home_actu .case_liste_home_actu a.case_temoignages_home h4:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transform: translate(-30%, -30%);
      transform: translate(-30%, -30%);
      width: 20px;
      height: 20px;
      background: #eb6145;
      border-radius: 50%; }
  #part3 .case_p3 .liste_home_actu .case_liste_home_actu a.case_temoignages_home:hover .img-wrap img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
    #part3 .case_p3 .liste_home_actu .case_liste_home_actu a.case_temoignages_home:hover h4 {
      text-decoration: none;
      -webkit-transform: translateX(6px);
      transform: translateX(6px); }
  #part3 .case_p3 .liste_home_actu .titre_block_home {
    display: block;
    position: absolute;
    top: -200px;
    right: 0;
    font-size: 11rem;
    color: #ecf4f4;
    font-weight: 500; }
  @media (max-width: 1260px) {
        #part3 .case_p3 .liste_home_actu .titre_block_home {
          font-size: 7rem;
          top: -130px; } }
  @media (max-width: 1050px) {
        #part3 .case_p3 .liste_home_actu .titre_block_home {
          display: none; } }
  #part3 .frame-layout-6 {
    margin: 0 auto;
    padding: 0;
    padding-bottom: 50px;
    width: 90%; }
  #part3 .frame-layout-6 .row.grid {
    margin: 0;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #part3 .frame-layout-6 .row.grid .col-md-6 {
    margin: 0;
    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; }
  @media (max-width: 1050px) {
        #part3 .frame-layout-6 .row.grid .col-md-6 {
          width: 100%;
          max-width: 100%;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
          #part3 .frame-layout-6 .row.grid .col-md-6:nth-child(1) {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
  #part3 .frame-layout-6 .row.grid .col-md-6 .frame {
    margin: 0;
    padding: 0; }
  #part3 .frame-layout-6 .row.grid .col-md-6 .frame .ce-textpic .ce-gallery {
    height: 20vw;
    display: block;
    position: relative;
    margin: 0;
    padding: 0; }
    @media (max-width: 1050px) {
            #part3 .frame-layout-6 .row.grid .col-md-6 .frame .ce-textpic .ce-gallery {
              height: 55vw; } }
    #part3 .frame-layout-6 .row.grid .col-md-6 .frame .ce-textpic .ce-gallery .ce-outer {
      display: block;
      position: relative;
      height: 100%; }
      #part3 .frame-layout-6 .row.grid .col-md-6 .frame .ce-textpic .ce-gallery .ce-outer .ce-inner {
        display: block;
        position: relative;
        height: 100%; }
        #part3 .frame-layout-6 .row.grid .col-md-6 .frame .ce-textpic .ce-gallery .ce-outer .ce-inner .ce-row {
          display: block;
          position: relative;
          height: 100%; }
          #part3 .frame-layout-6 .row.grid .col-md-6 .frame .ce-textpic .ce-gallery .ce-outer .ce-inner .ce-row .ce-column {
            display: block;
            position: relative;
            height: 100%; }
            #part3 .frame-layout-6 .row.grid .col-md-6 .frame .ce-textpic .ce-gallery .ce-outer .ce-inner .ce-row .ce-column figure.image {
              display: block;
              position: relative;
              height: 100%; }
  #part3 .frame-layout-6 .row.grid .col-md-6 .frame .tx-rssaggregator .items {
    display: none; }
    #part3 .frame-layout-6 .row.grid .col-md-6 .frame .tx-rssaggregator ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      margin: 0; }
    #part3 .frame-layout-6 .row.grid .col-md-6 .frame .tx-rssaggregator ul li {
      display: block;
      position: relative;
      height: 11vw;
      min-height: 190px;
      background: #00497e;
      padding: 24px;
      width: 50%; }
      #part3 .frame-layout-6 .row.grid .col-md-6 .frame .tx-rssaggregator ul li:nth-child(2n+1) {
        background: #015490; }
      #part3 .frame-layout-6 .row.grid .col-md-6 .frame .tx-rssaggregator ul li .title {
        position: relative;
        display: block; }
        #part3 .frame-layout-6 .row.grid .col-md-6 .frame .tx-rssaggregator ul li .title a {
          color: #fff;
          /* font-weight: 500px; */
          font-size: 1.2rem;
          padding-top: 38px;
          position: relative;
          display: block;
          -webkit-transition: all ease 0.4s;
          transition: all ease 0.4s; }
          @media (max-width: 1300px) {
            #part3 .frame-layout-6 .row.grid .col-md-6 .frame .tx-rssaggregator ul li .title a {
              font-size: 1.25rem; } }
          @media (max-width: 1050px) {
            #part3 .frame-layout-6 .row.grid .col-md-6 .frame .tx-rssaggregator ul li .title a {
              padding-top: 24px;
              font-size: 1.1rem; } }
          #part3 .frame-layout-6 .row.grid .col-md-6 .frame .tx-rssaggregator ul li .title a:before {
            content: "";
            display: block;
            position: absolute;
            left: 8px;
            top: 0;
            width: 12px;
            height: 12px;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all ease 0.4s;
            transition: all ease 0.4s; }
          #part3 .frame-layout-6 .row.grid .col-md-6 .frame .tx-rssaggregator ul li .title a:after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 6px;
            width: 20px;
            height: 2px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background: #fff;
            -webkit-transition: all ease 0.4s;
            transition: all ease 0.4s; }
          #part3 .frame-layout-6 .row.grid .col-md-6 .frame .tx-rssaggregator ul li .title a:hover {
            text-decoration: none;
            -webkit-transform: translateX(6px);
            transform: translateX(6px); }
            #part3 .frame-layout-6 .row.grid .col-md-6 .frame .tx-rssaggregator ul li .title a:hover:before {
              left: 12px;
              /*left: 2px;*/ }
            #part3 .frame-layout-6 .row.grid .col-md-6 .frame .tx-rssaggregator ul li .title a:hover:after {
              width: 30px;
              left: -6px; }
      #part3 .frame-layout-6 .row.grid .col-md-6 .frame .tx-rssaggregator ul li .subtitle, #part3 .frame-layout-6 .row.grid .col-md-6 .frame .tx-rssaggregator ul li .description, #part3 .frame-layout-6 .row.grid .col-md-6 .frame .tx-rssaggregator ul li .content {
        display: none; }
  #part3 .frame-layout-6 .row.grid .col-md-6:nth-child(1) .tx-rssaggregator ul li:nth-child(3), #part3 .frame-layout-6 .row.grid .col-md-6:nth-child(1) .tx-rssaggregator ul li:nth-child(4) {
    display: none; }
  #part3 .frame-layout-6 .row.grid .col-md-6:nth-child(2) .tx-rssaggregator ul li:nth-child(1), #part3 .frame-layout-6 .row.grid .col-md-6:nth-child(2) .tx-rssaggregator ul li:nth-child(2) {
    display: none; }
  #part3 .frame-layout-7 {
    margin-bottom: 30px; }
  #part3 .frame-layout-7 .row.grid .col-md-6 .frame:nth-child(2) {
    margin-left: 12px; }
  #part3 .frame-layout-7 .row.grid .col-md-6 .frame header {
    margin-bottom: 35px;
    margin-top: 46px; }
  #part3 .frame-layout-7 .row.grid .col-md-6 .frame .ce-textpic .ce-bodytext {
    margin-left: 0;
    padding-left: 0; }
    #part3 .frame-layout-7 .row.grid .col-md-6 .frame .ce-textpic .ce-bodytext p {
      color: #00497e;
      position: relative;
      line-height: 25px;
      margin-bottom: 5px;
      color: #00497e;
      font-size: 1.1rem;
      font-weight: 500; }
    #part3 .frame-layout-7 .row.grid .col-md-6 .frame .ce-textpic .ce-bodytext ul li {
      font-weight: 500; }
  #part3 .frame-layout-7 h4 {
    font-weight: 500;
    color: #00497e;
    font-size: 1.8; }
/**********************slider page home section 1************/
#sectionBandeau .ce-center .ce-outer {
  position: inherit;
  float: initial;
  right: initial; }
  #sectionBandeau .ce-center .ce-outer .ce-inner {
    position: inherit;
    float: initial;
    right: initial; }
  #sectionBandeau .row {
    height: 419px; }

#sectionBandeau div > div:nth-child(2) > div .ce-textpic .ce-gallery figure figcaption {
  display: none; }
/*********** limitier a phrases *************/
#sectionBandeau h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box; }
/********************************/
div#sectionBandeau {
  position: relative;
  height: 568px;
  width: 500px;
  overflow: hidden; }

@media (min-width: 991px) {
  #sectionBandeau > div > div:nth-child(1) > div {
    padding: 50px 0px 50px 0px;
    max-width: 90%;
    float: right; } }

@media (min-width: 1500px) {
  div#sectionBandeau > div > div:nth-child(1) > div {
    padding: 50px 0px 50px 0px;
    max-width: 80%;
    float: right; } }

#sectionBandeau .ce-textpic .ce-gallery img {
  height: 100%;
  min-height: 517px;
  object-fit: cover; }

#sectionBandeau .ce-textpic .ce-gallery .image {
  -webkit-mask-image: url(/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/masksliderrouge.png);
  -webkit-mask-position-x: 1vw;
  -webkit-mask-size: cover;
  -webkit-mask-position-y: bottom;
  -webkit-mask-repeat: no-repeat;
  margin: 0; }

@media (min-width: 991px) and (max-width: 1349px) {
  #sectionBandeau h2 {
    margin-right: 17%; }

  #sectionBandeau h2 {
    font-size: 51px !important; } }

@media (min-width: 991px) and (max-width: 1500px) {
  #sectionBandeau .col-md-5 {
    right: -15px; }

  #sectionBandeau .ce-textpic .ce-gallery img {
    height: 100%;
    min-height: 510px;
    object-fit: cover; } }

#sectionBandeau:before {
  position: absolute;
  background-image: url(/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/bn-rouge.png);
  background-repeat: no-repeat;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 99% 100%; }

div#sectionBandeau div > div:nth-child(1) > div .ce-textpic.ce-center.ce-above .ce-bodytext {
  display: grid;
  justify-content: space-around;
  grid-template-rows: auto auto auto;
  grid-template-columns: 2fr 2fr;
  justify-items: center;
  margin-top: 2% !important;
  padding: 0px !important;
  background-color: #fff;
  border-radius: 15px;
  max-width: 87%;
  margin-right: 0 !important;
  margin: auto;
  line-height: 45px; }
  div#sectionBandeau div > div:nth-child(1) > div .ce-textpic.ce-center.ce-above .ce-bodytext > p {
    margin: 11px 20px;
    width: 80%;
    text-align: center; }
  div#sectionBandeau div > div:nth-child(1) > div .ce-textpic.ce-center.ce-above .ce-bodytext > p > a {
    color: #eb6145;
    font-weight: 500; }
    div#sectionBandeau div > div:nth-child(1) > div .ce-textpic.ce-center.ce-above .ce-bodytext > p > a:after {
      display: none; }
  div#sectionBandeau div > div:nth-child(1) > div .ce-textpic.ce-center.ce-above .ce-bodytext > p:nth-child(7) {
    display: none; }
  div#sectionBandeau div > div:nth-child(1) > div .ce-textpic.ce-center.ce-above .ce-bodytext > p:nth-child(8) {
    display: none; }
  div#sectionBandeau div > div:nth-child(1) > div .ce-textpic.ce-center.ce-above .ce-bodytext > p:hover {
    background-color: #eb6145;
    border-radius: 40px; }
    div#sectionBandeau div > div:nth-child(1) > div .ce-textpic.ce-center.ce-above .ce-bodytext > p:hover a {
      color: #fff !important; }

#sectionBandeau h2 {
  font-family: 'Neo Sans Std', sans-serif;
  font-size: 55px;
  font-weight: 500;
  color: #fff;
  margin-right: 25%; }
  #sectionBandeau h3 {
    font-family: 'Neo Sans Std', sans-serif;
    font-size: 16px;
    padding-top: 21px;
    line-height: 22px;
    color: #fff;
    padding-right: 13%; }

div#sectionContenu0 {
  /*#c116 {
   >header {
   h2.entete {
   text-align: center;
   color: #00497e;
   font-size: 40px;
   font-family: 'Neo Sans Std';
   font-weight: 400;
   margin: 25px 0;
   }
   }
   >.tx-rssaggregator {
   >ul {
   >li {
   >.card-offres {
   >.card-offres-body {
   border: 1px solid transparent;
   background-color: #ECF4F4;
   padding: 2%;
   border-radius: 60px;
   }
   >a {
   margin: 13px 10px;
   display: flex;
   justify-content: flex-end;
   color: #00497E;
   font-size: 17px;
   font-family: 'Neo Sans Std';
   }
   }
   }
   list-style: none;
   padding-left: 0;
   }
   }
   }*/
  /*div:nth-child(2) {
   .tx-rssaggregator {
   .card-offres {
   .card-offres-body {
   .title {
   a {
   font-size: 25px;
   color: #00497e;
   font-family: 'Neo Sans Std';
   }
   }
   }
   }
   }
   }*/ }
  div#sectionContenu0 div:nth-child(2) .ce-textpic.ce-center.ce-above .ce-bodytext p.text-center a.btn_home_link {
    background-color: #00497e;
    padding: 0px 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;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto; }
  div#sectionContenu0 div:nth-child(2) .ce-textpic .ce-bodytext a:after {
    display: none; }

.article .ce-bodytext a:after {
  display: none; }
/*CSS Toutes nos offres d'emploi HOME*/
div > div > div.offers_linkedin_hp > a:nth-child(1) {
  display: inline-block;
  text-decoration: none;
  color: #fff !important;
  background: #00497e;
  padding: 20px 48px;
  font-size: 1rem;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border: 1px solid #00497e; }
  div > div > div.offers_linkedin_hp > a:nth-child(1) p {
    margin: 0; }
  div > div > div.offers_linkedin_hp > a:nth-child(1):hover {
    color: #00497e !important;
    background: #fff; }

.offers_linkedin_hp {
  margin: 0 auto; }
/*CSS Suivez nous sur Linkedin HOME*/
div > div > div.offers_linkedin_hp > a:nth-child(2) {
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
  width: fit-content;
  color: #eb6145;
  font-size: 18px;
  float: right;
  text-decoration: none;
  font-weight: normal;
  margin-top: 28px; }
  div > div > div.offers_linkedin_hp > a:nth-child(2):hover .logo-linkedin {
    opacity: 0; }
  div > div > div.offers_linkedin_hp > a:nth-child(2):hover .imglinkdin {
    margin-left: 10px; }
  div > div > div.offers_linkedin_hp > a:nth-child(2):hover .imglinkdin:before {
    opacity: 1; }
  div > div > div.offers_linkedin_hp > a:nth-child(2) .imglinkdin {
    margin-left: 10px; }
  div > div > div.offers_linkedin_hp > a:nth-child(2) .imglinkdin:before {
    position: absolute;
    top: 0px;
    left: auto;
    display: flex;
    justify-content: center;
    content: url(/typo3conf/ext/e_magineurs/cd92recrutement/Resources/Public/Images/Linkedin-hover.svg);
    opacity: 0; }

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

div#sectionContenu2 div:nth-child(1) > .news > .liste_home_actu > .case_liste_home_actu > a:nth-child(1) > div.content > p span {
  font-size: 25px;
  color: #0275d8 !important; }
  div#sectionContenu2 div:nth-child(1) > .news > .liste_home_actu > .case_liste_home_actu > a:nth-child(1) > div.content > .txt > .description > .see_next:hover {
    color: #fff !important;
    background: #0275d8;
    border: none; }
  div#sectionContenu2 div:nth-child(1) > .news > .liste_home_actu > .case_liste_home_actu > a:nth-child(1) > div.img-wrap {
    margin-right: 0;
    margin: 0; }
  div#sectionContenu2 div:nth-child(1) > .news > .liste_home_actu > .case_liste_home_actu > a:nth-child(2):hover {
    text-decoration: none; }

#sectionContenu2 div:nth-child(1) .news .liste_home_actu .case_liste_home_actu a:hover img.logo-linkedin.img-fluid {
  opacity: 0; }
  #sectionContenu2 div:nth-child(1) .news .liste_home_actu .case_liste_home_actu a:hover .imglinkdin {
    margin-left: 10px; }
  #sectionContenu2 div:nth-child(1) .news .liste_home_actu .case_liste_home_actu a:hover .imglinkdin:before {
    opacity: 1; }
  #sectionContenu2 div:nth-child(1) .news .liste_home_actu .case_liste_home_actu a .imglinkdin {
    margin-left: 10px; }
  #sectionContenu2 div:nth-child(1) .news .liste_home_actu .case_liste_home_actu a .imglinkdin:before {
    position: absolute;
    top: 0px;
    left: auto;
    display: flex;
    justify-content: center;
    content: url(/typo3conf/ext/e_magineurs/cd92recrutement/Resources/Public/Images/Linkedin-hover.svg);
    opacity: 0; }

div div > header > h2.entete {
  color: #00497e;
  font-size: 40px;
  font-family: 'Neo Sans Std';
  font-weight: 500;
  margin: 25px 0; }
  div div > .news > .liste_home_actu {
    height: auto; }
  div div > .news > .liste_home_actu > .case_liste_home_actu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    flex-direction: column; }
  @media (min-width: 991px) {
          div div > .news > .liste_home_actu > .case_liste_home_actu {
            flex-direction: row; } }
  div div > .news > .liste_home_actu > .case_liste_home_actu > a {
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: start; }
  div div > .news > .liste_home_actu > .case_liste_home_actu > a > div.img-wrap {
    align-self: center; }
  div div > .news > .liste_home_actu > .case_liste_home_actu > a > div.img-wrap > img {
    border-radius: 149px;
    width: auto;
    height: 240px;
    object-fit: cover;
    object-position: top; }
  div div > .news > .liste_home_actu > .case_liste_home_actu > a div.content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
    height: 100%; }
  div div > .news > .liste_home_actu > .case_liste_home_actu > a div.content p {
    font-size: 26px;
    font-weight: 500; }
  div div > .news > .liste_home_actu > .case_liste_home_actu > a div.content .txt {
    align-self: center; }
  div div > .news > .liste_home_actu > .case_liste_home_actu > a div.content .txt > .description > p {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px; }
    div div > .news > .liste_home_actu > .case_liste_home_actu > a div.content .txt > .description > .see_next {
      background-color: #00497e;
      padding: 0px 50px;
      color: #fff;
      border-radius: 60px;
      text-transform: uppercase;
      font-family: 'Neo Sans Std', sans-serif;
      font-size: 15px;
      line-height: 21px;
      font-weight: 500;
      width: 323px;
      height: 49px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      letter-spacing: 1px;
      cursor: pointer;
      float: bottom; }

#sectionContenu2 {
  margin-bottom: -10px; }

div#sectionContenu2 div:nth-child(1) > .news > .liste_home_actu > .case_liste_home_actu > a:nth-child(1) > div.content > .txt > .description > .see_next:hover {
  color: #fff !important;
  background: #0275d8 !important;
  transition: all ease 0.4s;
  border: 1px solid #0275d8; }

#sectionBandeauBleu > div:nth-child(1).frame > header > h2.entete {
  color: #00497e;
  font-size: 40px;
  font-family: 'Neo Sans Std';
  font-weight: 500;
  margin: 50px 0 25px 0; }

div#sectionMenuPages {
  background-color: #eb6145;
  padding-top: 3%; }
  div#sectionMenuPages div:nth-child(1) > header > h2.entete {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
    font-size: 40px; }
  div#sectionMenuPages div:nth-child(1) > header > h3 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 25px; }
  div#sectionMenuPages div:nth-child(1) li.col-lg-4.col-md-6.col-sm-12.menu-subpagesHP__liste {
    list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100% !important;
    padding: 0; }
  div#sectionMenuPages div:nth-child(1) li.col-lg-4.col-md-6.col-sm-12.menu-subpagesHP__liste:hover > a {
    text-decoration: underline; }
  div#sectionMenuPages div:nth-child(1) > ul > li > a {
    display: flex;
    flex-direction: column-reverse;
    color: #fff;
    align-items: center;
    font-size: 17px;
    position: relative;
    overflow: visible;
    font-weight: 500; }
  div#sectionMenuPages div:nth-child(1) > ul > li a > img {
    margin-bottom: 20px;
    margin-top: 20px; }

#sectionContenu4 div:nth-child(1) img.image-embed-item {
  opacity: 0; }

div#sectionBandeauVert {
  background-color: #a9c342;
  padding: 3%;
  margin-top: -2%; }
  div#sectionBandeauVert div:nth-child(1) > header > h2 {
    text-align: center;
    color: #00497e;
    font-weight: 500;
    font-size: 40px;
    margin: 5px 0 25px 0; }

div#sectionBandeauVert > div > div.row.grid div.col-md-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  gap: 7%; }

div#sectionBandeauVert > div > div div.col-md-4:nth-child(1) div:nth-child(1).frame .ce-bodytext {
  background: url(/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/trace1.png);
  width: auto;
  background-repeat: no-repeat;
  padding: 80px !important;
  background-position: center;
  flex-direction: column;
  color: #00497e;
  line-height: 8px;
  font-size: 19px;
  font-family: 'Neo Sans Std';
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center; }
  div#sectionBandeauVert > div > div div.col-md-4:nth-child(1) div:nth-child(2) .ce-bodytext {
    width: 80%;
    text-align: center;
    padding-left: 0 !important;
    margin: auto;
    color: #3e3e3e;
    font-weight: normal;
    font-size: 16px; }
  div#sectionBandeauVert > div > div div.col-md-4:nth-child(2) div:nth-child(1).frame .ce-bodytext {
    border-radius: 100% 100% 100% 80%;
    background: url(/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/trace2.png);
    width: auto;
    background-repeat: no-repeat;
    padding: 80px !important;
    background-position: center;
    flex-direction: column;
    color: #00497e;
    line-height: 8px;
    font-size: 19px;
    font-family: 'Neo Sans Std';
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center; }
  div#sectionBandeauVert > div > div div.col-md-4:nth-child(2) div:nth-child(2) .ce-bodytext {
    width: 80%;
    text-align: center;
    padding-left: 0 !important;
    margin: auto;
    color: #3e3e3e;
    font-weight: normal;
    font-size: 16px; }
  div#sectionBandeauVert > div > div div.col-md-4:nth-child(3) div:nth-child(2) .ce-bodytext {
    width: 100%;
    text-align: center;
    padding-left: 0 !important;
    margin: auto;
    color: #3e3e3e;
    font-weight: normal;
    font-size: 16px; }
  div#sectionBandeauVert > div > div div.col-md-4:nth-child(3) div:nth-child(1).frame .ce-bodytext {
    border-radius: 100% 120% 150% 130%;
    background: url(/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/trace3.png);
    width: auto;
    background-repeat: no-repeat;
    padding: 80px !important;
    background-position: center;
    flex-direction: column;
    color: #00497e;
    line-height: 8px;
    font-size: 19px;
    font-family: 'Neo Sans Std';
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center; }

div#sectionBandeau .col-md-5 {
  left: 15px; }
/***************integration header de site**************/
#menuSite li.niveau1 ul.sousMenu li.niveau2 a {
  padding: 0 11px;
  font-size: 12px !important; }
  #menuSite li.niveau1.active ul.sousMenu {
    padding: 0; }

#top_navigation .partleft > div:nth-child(1) #menuSite li:last-child.niveau1 {
  background-color: #0275d8;
  height: fit-content;
  padding: 11px 20px;
  position: relative;
  top: 0; }
  #top_navigation .partleft > div:nth-child(1) #menuSite li:last-child.niveau1 a {
    color: #fff !important;
    font-family: 'Neo Sans Std';
    font-size: 16px;
    font-weight: 500;
    line-height: 20px; }
  #top_navigation .partleft > div:nth-child(1) #menuSite li.niveau1.children_li a {
    font-family: 'Neo Sans Std';
    font-size: 16px;
    font-weight: 500; }

@media (min-width: 1200px) {
  #sectionContenu4 > div:nth-child(1) {
    max-width: 90%;
    margin: auto; } }
/*************integration slider nous environnement de travail sur page home*****************/
div#sectionContenu4 {
  background: transparent;
  max-width: 95% !important;
  margin-left: auto;
  z-index: 1;
  margin-right: auto;
  padding-bottom: 0px;
  padding-left: 45px !important;
  padding-right: 45px !important; }
  div#sectionContenu4 div:nth-child(1) header {
    padding: 0 !important;
    margin-top: 2%; }
  div#sectionContenu4 div:nth-child(1) header h2.entete {
    text-align: center;
    font-family: 'Neo Sans Std', sans-serif;
    color: #00497e;
    font-size: 40px;
    font-weight: 500 !important;
    padding: 20px; }
  div#sectionContenu4 div:nth-child(1) header h3 {
    font-size: 17px;
    text-align: center;
    padding: 0;
    font-family: 'Neo Sans Std';
    padding-bottom: 15px;
    font-weight: 500;
    color: #00497e;
    margin: 20px 42px;
    line-height: 21px; }
  div#sectionContenu4 .fs-media-gallery .swiper-container ul.swiper-wrapper .swiper-slide {
    background: transparent; }
  div#sectionContenu4 .fs-media-gallery .swiper-container ul.swiper-wrapper .swiper-slide .case_img {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px; }
  div#sectionContenu4 .fs-media-gallery .swiper-container ul.thumbs.clearfix.swiper-wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  div#sectionContenu4 .fs-media-gallery .album.swiper-container.swiper-container-initialized.swiper-container-horizontal.swiper-container-android li.thumb.swiper-slide.swiper-slide-duplicate {
    margin-right: 22px !important; }
  div#sectionContenu4 .fs-media-gallery .swiper-button-prev {
    left: -37px;
    right: auto;
    background-size: 10px 17px !important;
    top: calc(100% - 208px); }
  div#sectionContenu4 .fs-media-gallery .swiper-button-prev.swiper-button {
    background-image: url(/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/arrow-left-swiper.png) !important; }
  div#sectionContenu4 .fs-media-gallery .swiper-button-next.swiper-button {
    background-image: url(/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/arrow-right-swiper..png);
    background-size: 10px 17px !important; }
  div#sectionContenu4 .fs-media-gallery .swiper-button-next {
    right: -37px;
    left: auto;
    background-size: 10px 17px !important;
    top: calc(100% - 208px); }
  div#sectionContenu4 .frame.frame-default.frame-type-list.frame-layout-9 header {
    padding-left: 45px !important;
    padding-right: 45px !important; }
  div#sectionContenu4 .frame.frame-default.frame-type-list.frame-layout-9 .fs-media-gallery .album.swiper-container.swiper-container-initialized.swiper-container-horizontal .swiper-button-next.swiper-button {
    right: 0px; }
  div#sectionContenu4 .frame.frame-default.frame-type-list.frame-layout-9 .fs-media-gallery .album.swiper-container.swiper-container-initialized.swiper-container-horizontal .swiper-button-prev.swiper-button {
    left: 1px;
    width: 22px;
    height: 20px; }

.swiper-container-rtl .swiper-button-prev {
  right: -30px;
  left: auto; }
/****************************/
/**************************responsive page home**********************/
@media (max-width: 991px) {
  div#sectionBandeauBleu .ce-textpic.ce-center.ce-above {
    display: flex;
    flex-direction: column-reverse; }
    div#sectionBandeauBleu div:nth-child(2).frame > .ce-textpic.ce-center.ce-above > div.ce-bodytext {
      width: 100%; }
      div#sectionBandeauBleu div:nth-child(2).frame > .ce-textpic.ce-center.ce-above > div.ce-gallery > .ce-outer > .ce-inner > .ce-row > .ce-column > figure.image > img.image-embed-item {
        max-width: 60%; }
      div#sectionBandeauBleu div:nth-child(2).frame > header > h3 {
        position: relative;
        left: 0; }
    div#sectionBandeauBleu div:nth-child(3).frame p {
      line-height: 21px; }
      div#sectionBandeauBleu div:nth-child(3).frame .ce-textpic.ce-center.ce-above {
        width: 90%; }
      div#sectionBandeauBleu div:nth-child(3).frame > header > h3 {
        position: relative;
        top: 0;
        left: 0; }

  div#sectionContenu4 div:nth-child(1) header {
    padding: 0 !important;
    margin-top: 7%; } }

@media (min-width: 768px) {
  #sectionMenuPages div:nth-child(1) ul.menu-subpagesHP {
    display: grid;
    justify-items: center;
    align-items: baseline;
    padding: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 10px;
    row-gap: 23px; } }

#sectionMenuPages div:nth-child(1) {
  margin-bottom: 50px; }

@media (max-width: 767px) {
  div#sectionContenu2 div:nth-child(1) > .news > .liste_home_actu > .case_liste_home_actu > a:nth-child(1) {
    flex-direction: column; }
    div#sectionContenu2 div:nth-child(1) > .news > .liste_home_actu > .case_liste_home_actu > a:nth-child(1) > div.content {
      margin-top: 3%; } }

@media (max-width: 520px) {
  div#sectionContenu2 div:nth-child(1) > .news > .liste_home_actu > .case_liste_home_actu > a:nth-child(2) {
    margin-top: 79px;
    width: 100%;
    margin-left: 0; } }

@media (max-width: 1200px) {
  #menuSite.active {
    overflow-y: scroll; } }
/******************************************/
#sectionContenu0 .frame-type-list .list-view .article .card-emploi {
  margin-bottom: 60px; }
  #sectionContenu0 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; }
/************mise a jour blog nos offres*************/
div#sectionContenu0 div:nth-child(1) h2.entete {
  color: #00497e;
  font-size: 40px;
  font-family: 'Neo Sans Std';
  padding: 20px 0; }

#sectionContenu0 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; }
  #sectionContenu0 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: 100%;
    object-fit: none; }
  #sectionContenu0 div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex > div.content {
    align-self: center; }
  #sectionContenu0 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; }
  #sectionContenu0 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'; }
  #sectionContenu0 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; }
  #sectionContenu0 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: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical; }
    #sectionContenu0 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: -62px;
      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; }
  #sectionContenu0 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; }
  #sectionContenu0 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%; }
  #sectionContenu0 div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex:hover {
    text-decoration: none; }
  #sectionContenu0 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; }
  #sectionContenu0 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; }
  #sectionContenu0 div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a:nth-child(2):hover {
    text-decoration: none; }
  #sectionContenu0 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: 0; }
  #sectionContenu0 div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne p.enews_category_icon.enews_category_icon_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: 0;
    margin-right: 0.5rem !important; }
  #sectionContenu0 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-bottom: 10px !important;
    margin: 0;
    margin-right: 0.5rem !important; }

#sectionContenu0 div:nth-child(2) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex {
  background-color: #ecf4f4;
  border-radius: 190px; }
  #sectionContenu0 div:nth-child(2) > .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: 100%;
    object-fit: none; }
  #sectionContenu0 div:nth-child(2) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex > div.content {
    align-self: center; }
  #sectionContenu0 div:nth-child(2) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex > div.content > div.category {
    display: flex;
    align-items: center; }
  #sectionContenu0 div:nth-child(2) > .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'; }
  #sectionContenu0 div:nth-child(2) > .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; }
  #sectionContenu0 div:nth-child(2) > .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: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical; }
    #sectionContenu0 div:nth-child(2) > .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: -62px;
      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; }
  #sectionContenu0 div:nth-child(2) > .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; }
  #sectionContenu0 div:nth-child(2) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex > div.content > p.titre {
    width: 60%; }
  #sectionContenu0 div:nth-child(2) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex:hover {
    text-decoration: none; }
  #sectionContenu0 div:nth-child(2) > .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; }
  #sectionContenu0 div:nth-child(2) > .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; }
  #sectionContenu0 div:nth-child(2) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a:nth-child(2):hover {
    text-decoration: none; }
  #sectionContenu0 div:nth-child(2) > .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: 0; }
  #sectionContenu0 div:nth-child(2) > .news > .news.list-view.lazyLoadContainer.row.colonne p.enews_category_icon.enews_category_icon_1, #sectionContenu0 div:nth-child(2) > .news > .news.list-view.lazyLoadContainer.row.colonne p.enews_category_icon.enews_category_icon_2, #sectionContenu0 div:nth-child(2) > .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-bottom: 10px !important;
    margin: 0;
    margin-right: 0.5rem !important; }
  #sectionContenu0 div:nth-child(2) > .news > .news.list-view.lazyLoadContainer.row.colonne p.enews_category_icon.enews_category_icon_2 {
    background-color: #7d00d4; }
  #sectionContenu0 div:nth-child(2) > .news > .news.list-view.lazyLoadContainer.row.colonne p.enews_category_icon.enews_category_icon_3 {
    background-color: #01851d; }

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

div#sectionContenu2 div:nth-child(1) > .news > .liste_home_actu > .case_liste_home_actu > a:nth-child(1) {
  text-decoration: none; }
  div#sectionContenu2 div:nth-child(1) > .news > .liste_home_actu > .case_liste_home_actu > a:nth-child(1) > div.content {
    margin-left: 25px; }

@media (max-width: 1024px) {
  #sectionContenu0 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; }
    #sectionContenu0 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; }
      #sectionContenu0 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) {
  #sectionContenu0 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; } }
/************* BOUTON HEADER  ***************/
div#sectionBandeauBleu div:nth-child(2).frame {
  margin-bottom: 50px; }
  div#sectionBandeauBleu div:nth-child(2).frame .ce-bodytext p {
    line-height: 21px;
    font-size: 16px;
    font-weight: normal;
    color: #3e3e3e; }
  div#sectionBandeauBleu div:nth-child(3).frame .ce-bodytext p {
    line-height: 21px;
    font-size: 16px;
    font-weight: normal;
    color: #3e3e3e; }

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

.list-view.colonne .article a .content {
  padding: 20px 20px; }
/********** BLOC NOTRE ACTUALITé**************/
@keyframes animName {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }
/********** BLOC  En chiffre **************/
div#sectionBandeauVert div:nth-child(1).frame.frame-type-gridelements_pi1 .ce-textpic.ce-center.ce-above .ce-bodytext:hover {
  transform: scaleX(0.95) scaleY(0.95) !important; }
/************container page home par style scss ******************/
@media (min-width: 1200px) {
  #sectionContenu2 div:nth-child(1).frame {
    width: 1140px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px; }

  #sectionBandeauBleu div:nth-child(1).frame {
    width: 1140px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    #sectionBandeauBleu div:nth-child(2).frame {
      width: 1140px;
      max-width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
    #sectionBandeauBleu div:nth-child(3).frame {
      width: 1140px;
      max-width: 100%;
      padding-right: 15px;
      padding-left: 15px; }

  #sectionMenuPages div:nth-child(1) {
    width: 1140px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px; }

  #sectionBandeauVert > div:nth-child(1).frame.frame-type-gridelements_pi1 {
    width: 1140px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #sectionContenu2 div:nth-child(1).frame {
    width: 960px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px; }

  #sectionBandeauBleu div:nth-child(1).frame {
    width: 960px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    #sectionBandeauBleu div:nth-child(2).frame {
      width: 960px;
      max-width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
    #sectionBandeauBleu div:nth-child(3).frame {
      width: 960px;
      max-width: 100%;
      padding-right: 15px;
      padding-left: 15px; }

  #sectionMenuPages div:nth-child(1) {
    width: 960px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px; }

  #sectionBandeauVert > div:nth-child(1).frame.frame-type-gridelements_pi1 {
    width: 960px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 768px) and (max-width: 991px) {
  #sectionContenu2 div:nth-child(1).frame {
    width: 720px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px; }

  #sectionBandeauBleu div:nth-child(1).frame {
    width: 720px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    #sectionBandeauBleu div:nth-child(2).frame {
      width: 720px;
      max-width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
    #sectionBandeauBleu div:nth-child(3).frame {
      width: 720px;
      max-width: 100%;
      padding-right: 15px;
      padding-left: 15px; }

  #sectionMenuPages div:nth-child(1) {
    width: 720px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px; }

  #sectionBandeauVert > div:nth-child(1).frame.frame-type-gridelements_pi1 {
    width: 720px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 576px) and (max-width: 767px) {
  #sectionContenu2 div:nth-child(1).frame {
    width: 540px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px; }

  #sectionBandeauBleu div:nth-child(1).frame {
    width: 540px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    #sectionBandeauBleu div:nth-child(2).frame {
      width: 540px;
      max-width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
    #sectionBandeauBleu div:nth-child(3).frame {
      width: 540px;
      max-width: 100%;
      padding-right: 15px;
      padding-left: 15px; }

  #sectionMenuPages div:nth-child(1) {
    width: 540px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px; }

  #sectionBandeauVert > div:nth-child(1).frame.frame-type-gridelements_pi1 {
    width: 540px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px; } }

#sectionContenu2 div:nth-child(1).frame {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }

#sectionBandeauBleu div:nth-child(1).frame {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  #sectionBandeauBleu div:nth-child(2).frame {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px; }
  #sectionBandeauBleu div:nth-child(3).frame {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px; }

#sectionMenuPages div:nth-child(1) {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }

#sectionBandeauVert > div:nth-child(1).frame.frame-type-gridelements_pi1 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
/****************************/
div#sectionMenuPages div:nth-child(1) li.col-lg-4.col-md-6.col-sm-12.menu-subpagesHP__liste:hover img {
  opacity: 0; }
  div#sectionMenuPages div:nth-child(1) li.col-lg-4.col-md-6.col-sm-12.menu-subpagesHP__liste:hover a:before {
    opacity: 1; }
  div#sectionMenuPages div:nth-child(1) li.col-lg-4.col-md-6.col-sm-12.menu-subpagesHP__liste a:before {
    position: absolute;
    left: 0px;
    top: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
    opacity: 0;
    overflow: visible; }
  div#sectionMenuPages div:nth-child(1) li.col-lg-4.col-md-6.col-sm-12.menu-subpagesHP__liste:nth-child(2) a:before {
    content: url("/fileadmin/user_upload/Icones/Amenagement-hover.svg"); }
  div#sectionMenuPages div:nth-child(1) li.col-lg-4.col-md-6.col-sm-12.menu-subpagesHP__liste:nth-child(1) a:before {
    content: url("/fileadmin/user_upload/Icones/Solidarites-hover.svg"); }
  div#sectionMenuPages div:nth-child(1) li.col-lg-4.col-md-6.col-sm-12.menu-subpagesHP__liste:nth-child(3) a:before {
    content: url("/fileadmin/user_upload/Icones/Mobilites-hover.svg"); }
  div#sectionMenuPages div:nth-child(1) li.col-lg-4.col-md-6.col-sm-12.menu-subpagesHP__liste:nth-child(7) a:before {
    content: url("/fileadmin/user_upload/Icones/Finances-hover.svg"); }
  div#sectionMenuPages div:nth-child(1) li.col-lg-4.col-md-6.col-sm-12.menu-subpagesHP__liste:nth-child(4) a:before {
    content: url("/fileadmin/user_upload/Icones/gestion-eau-hover.svg"); }
  div#sectionMenuPages div:nth-child(1) li.col-lg-4.col-md-6.col-sm-12.menu-subpagesHP__liste:nth-child(5) a:before {
    content: url("/fileadmin/user_upload/Icones/Support-hover.svg"); }
  div#sectionMenuPages div:nth-child(1) li.col-lg-4.col-md-6.col-sm-12.menu-subpagesHP__liste:nth-child(6) a:before {
    content: url("/fileadmin/user_upload/Icones/Information-hover.svg"); }
  div#sectionMenuPages div:nth-child(1) li.col-lg-4.col-md-6.col-sm-12.menu-subpagesHP__liste:nth-child(8) a:before {
    content: url("/fileadmin/user_upload/Icones/RH-hover.svg"); }
  div#sectionMenuPages div:nth-child(1) li.col-lg-4.col-md-6.col-sm-12.menu-subpagesHP__liste:nth-child(9) a:before {
    content: url("/fileadmin/user_upload/Icones/Sport-hover.svg"); }
  div#sectionMenuPages div:nth-child(1) li.col-lg-4.col-md-6.col-sm-12.menu-subpagesHP__liste:nth-child(10) a:before {
    content: url("/fileadmin/user_upload/Icones/Attractivite-hover.svg"); }

#sectionBandeau .ce-center .ce-outer {
  position: inherit;
  float: initial;
  right: initial;
  overflow: hidden; }
  #sectionBandeau .ce-textpic .ce-bodytext {
    padding-left: 53px; }
  #sectionBandeau .ce-textpic .ce-gallery {
    padding-left: 53px; }

.article .ce-bodytext {
  padding-left: 53px; }
  .article .ce-gallery {
    padding-left: 53px; }

div#sectionBandeauBleu {
  background-color: #ecf4f4; }
  div#sectionBandeauBleu .ce-textpic.ce-center.ce-above {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    margin-right: 50px;
    margin-left: 50px; }
  div#sectionBandeauBleu .ce-textpic.ce-center.ce-above header h3 {
    margin-left: 33px;
    color: #0275d8;
    margin-bottom: 22px;
    font-size: 30px;
    font-weight: 500; }
  div#sectionBandeauBleu div:nth-child(2).frame {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end; }
  div#sectionBandeauBleu div:nth-child(2).frame > div.ce-gallery {
    width: 320px;
    height: 320px; }
  div#sectionBandeauBleu div:nth-child(2).frame > div.ce-gallery .ce-outer > .ce-inner > .ce-row > .ce-column > figure.image > img.image-embed-item {
    -webkit-mask-image: url(/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/mask_.png);
    mask-image: url(/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/mask_.png);
    -webkit-mask-size: 300px;
    mask-size: 300px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: fit-content;
    overflow: hidden; }

#sectionBandeauBleu div:nth-child(3).frame {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 42px;
  justify-content: end;
  margin-bottom: 45px; }
  #sectionBandeauBleu div:nth-child(3).frame .ce-textpic.ce-center.ce-above {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    margin-right: 50px;
    padding-top: 80px; }
  #sectionBandeauBleu div:nth-child(3).frame div.ce-gallery {
    width: 320px;
    height: 320px; }
  #sectionBandeauBleu div:nth-child(3).frame div.ce-gallery > .ce-outer > .ce-inner > .ce-row > .ce-column > figure.image > img.image-embed-item {
    -webkit-mask-image: url(/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/maskblue2.png.png);
    mask-image: url(/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/maskblue2.png.png);
    -webkit-mask-size: 300px;
    -webkit-mask-repeat: no-repeat;
    height: fit-content;
    overflow: hidden; }
/**********************Responsive********************/
@media (max-width: 991px) {
  div#sectionBandeau {
    height: 100%;
    width: 100%; }
    div#sectionBandeau .row {
      display: flex;
      flex-direction: column;
      height: auto; }
    div#sectionBandeau div > div:nth-child(1) {
      width: 90%;
      max-width: 90%;
      margin: auto;
      padding-top: 50px;
      text-align: center; }
    div#sectionBandeau div > div:nth-child(2) {
      width: 90%;
      max-width: 90%;
      margin: auto;
      padding-top: 50px;
      text-align: center; }
    div#sectionBandeau div > div:nth-child(1) > div .ce-textpic.ce-center.ce-above .ce-bodytext {
      max-width: 90%;
      margin: auto !important;
      margin-top: 30px !important; }

  #sectionBandeau:before {
    position: absolute;
    background-image: url('/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/sl-msk-ty.png');
    background-repeat: no-repeat;
    display: inline-block;
    content: "";
    background-position: bottom;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover; }
    #sectionBandeau h2 {
      margin-right: 0%; }
    #sectionBandeau h3 {
      padding-right: 0%; }

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

  div#sectionContenu2 div:nth-child(1) > .news > .liste_home_actu > .case_liste_home_actu > a:not(:first-child) {
    margin-top: 65px; }

  div#sectionBandeauBleu .ce-textpic.ce-center.ce-above {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 30px; }
    div#sectionBandeauBleu div:nth-child(2).frame {
      display: flex;
      flex-direction: column;
      justify-content: center; }

  #sectionBandeauBleu div:nth-child(3).frame {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0px;
    justify-content: start;
    margin-bottom: 45px; }
    #sectionBandeauBleu div:nth-child(3).frame .ce-textpic.ce-center.ce-above {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 50%;
      margin-right: 50px;
      padding-top: 0; }

  #sectionBandeauBleu div:nth-child(2).frame > div.ce-gallery {
    width: 320px;
    height: 320px; }
    #sectionBandeauBleu div:nth-child(2).frame > div.ce-gallery .ce-outer > .ce-inner > .ce-row > .ce-column > figure.image > img.image-embed-item {
      -webkit-mask-size: 258px;
      mask-size: 258px; }
    #sectionBandeauBleu div:nth-child(3).frame div.ce-gallery > .ce-outer > .ce-inner > .ce-row > .ce-column > figure.image > img.image-embed-item {
      -webkit-mask-size: 258px;
      mask-size: 258px; } }

@media (max-width: 480px) {
  #sectionContenu0 div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex > div.img-wrap > img {
    max-width: 100%; } }

.list-view p.titre {
  margin: 0 0 10px;
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: 700; }

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

@media (min-width: 991px) {
  #mainContent .container-fluid #sectionContenu0 {
    padding: 25px 50px 40px 50px; } }

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

@media (max-width: 991px) {
  .ce-textpic .ce-gallery img {
    max-width: 85%;
    height: 204px; }

  .article .ce-gallery img {
    max-width: 85%;
    height: 204px; }

  #sectionBandeau .ce-textpic .ce-gallery {
    padding-left: 11px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center; }

  ul.menu-subpagesHP {
    padding-left: 0; }

  div#sectionBandeauBleu div:nth-child(2).frame > div.ce-gallery {
    margin: auto; }

  #sectionBandeauBleu div:nth-child(3).frame div.ce-gallery {
    margin: auto;
    padding-top: 10px; }

  div#sectionContenu4 div:nth-child(1) header h2.entete {
    font-size: 30px; }

  div#sectionContenu0 div:nth-child(2) .ce-textpic.ce-center.ce-above .ce-bodytext p.text-center a.btn_home_link {
    padding: 0px; } }

figure.image {
  display: flex;
  justify-content: center; }

#sectionContenu0 div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne .article a .content {
  padding: 35px 33px; }

@media (min-width: 1024px) {
  #sectionContenu0 .news .content.no_image {
    max-width: 80%;
    margin: auto; } }

@media (max-width: 991px) {
  /**********menu ********/
    div#sectionBandeau > div:nth-child(1).row {
      display: flex;
      padding-bottom: 13%;
      flex-direction: column-reverse; }
    #sectionContenu0 div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne .article a .content.no_image {
      padding: 55px 10px; }
    #mainContent div#sectionBandeau div:nth-child(1).row > div:nth-child(2) {
      width: 100%;
      max-width: 100%;
      margin: auto;
      text-align: center;
      left: 0;
      padding: 0; }
    div#sectionBandeau div > div:nth-child(2).ce-row {
      width: 100%;
      max-width: 100%;
      padding-top: 0px; }
    div#sectionBandeau div > div:nth-child(1) {
      width: 100%;
      max-width: 100%;
      margin: auto;
      padding-top: 0px;
      text-align: center; }
    div#sectionBandeau div > div:nth-child(1).col-md-7 {
      width: 90%;
      max-width: 90%;
      margin: auto;
      padding-top: 0px;
      text-align: center; }
    #sectionBandeau .ce-textpic .ce-gallery {
      padding: 0; }
    #sectionBandeau .ce-textpic .ce-gallery .image {
      width: fit-content;
      display: flex; }
    div#sectionBandeau div.row div:nth-child(1) > div:nth-child(1).frame.frame-type-textmedia {
      padding-top: 20px; }
    div#sectionBandeau div.row div:nth-child(1) > div:nth-child(2).ce-textpic.ce-center.ce-above {
      padding-top: 0;
      padding-bottom: 50px;
      margin: auto;
      width: 100%;
      max-width: 100%; }
    #sectionBandeau .ce-textpic .ce-gallery img {
      height: 100%;
      min-height: 517px;
      object-fit: cover;
      min-width: max-content;
      min-height: 250px; }
    #mainContent #sectionBandeau .ce-textpic .ce-gallery .image {
      -webkit-mask-image: url('/fileadmin/user_upload/Diaporama_page_home_sectionBandeau/ms-mobile-sl.png');
      -webkit-mask-position-x: center;
      -webkit-mask-size: cover;
      -webkit-mask-position-y: center;
      -webkit-mask-repeat: no-repeat;
      margin: 0;
      min-width: 100%; }
    div#sectionBandeau div > div:nth-child(1) > div .ce-textpic.ce-center.ce-above .ce-bodytext {
      max-width: 100%;
      margin: auto !important;
      margin-top: 30px !important; }
    #sectionBandeau h2 {
      text-align: initial;
      font-size: 35px; }
    #sectionBandeau h3 {
      padding-top: 9px;
      text-align: initial; }
    div#sectionContenu0 div:nth-child(1) h2.entete {
      font-size: 30px; }
    #sectionContenu0 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: 21px;
      color: #00497e;
      text-transform: uppercase;
      font-weight: 500; }
    div#sectionContenu2 div:nth-child(1) > header > h2.entete {
      font-size: 30px; }
    div#sectionContenu2 div > .news > .liste_home_actu > .case_liste_home_actu > a > div.img-wrap > img {
      border-radius: 180px;
      width: 100%;
      height: 180px;
      object-fit: cover;
      object-position: top; }
    div#sectionContenu2 div > .news > .liste_home_actu > .case_liste_home_actu > a > div.img-wrap {
      width: 100%; }
    div#sectionContenu2 div:nth-child(1) > .news > .liste_home_actu > .case_liste_home_actu > a:nth-child(1) > div.content {
      margin-left: 0px; }
    div#sectionContenu2 div:nth-child(1) > .news > .liste_home_actu > .case_liste_home_actu > a:nth-child(1) > div.content > .txt > .description > .see_next {
      margin: auto; }
    #sectionContenu0 div:nth-child(1) > .news > .news.list-view.lazyLoadContainer.row.colonne > .lazyLoadItem.col-lg-12.article > a.d-flex {
      border-radius: 96px; }
    #sectionBandeauBleu > div:nth-child(1).frame > header > h2.entete {
      font-size: 30px; }
    div#sectionBandeauBleu .ce-textpic.ce-center.ce-above header h3 {
      margin-left: 0;
      font-size: 25px; }
    div#sectionBandeauBleu div:nth-child(2).frame {
      margin-bottom: 0px; }
    div#sectionBandeauBleu > div:nth-child(3).frame {
      display: flex;
      flex-direction: column; }
    div#sectionBandeauBleu > div.frame .ce-textpic .ce-bodytext {
      padding: 0; }
    div#sectionBandeauBleu .ce-textpic.ce-center.ce-above {
      margin-top: 30px; }
    div#sectionMenuPages div:nth-child(1) > header > h2.entete {
      font-size: 30px; }
    #sectionMenuPages ul.menu-subpagesHP {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 10px; }
    div#sectionContenu4 div:nth-child(1) header h2.entete {
      padding: 0; }
    #mainContent div#sectionContenu4 .frame.frame-default.frame-type-list.frame-layout-9 header {
      padding: 0 !important; }
    div#sectionBandeauVert {
      margin-top: -5%; }
    div#sectionBandeauVert div:nth-child(1) > header > h2 {
      font-size: 30px;
      margin: 25px 0 25px 0; }
    #top_navigation .col-9.partleft {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
      padding: 0;
      height: 500px;
      overflow: scroll;
      display: block;
      z-index: 1; }
    #top_navigation {
      padding: 0; }
    ul#menuSite {
      max-width: 100%;
      width: 0;
      height: auto; }
    #top_navigation #menuSite {
      z-index: 0;
      display: none;
      -webkit-transition: none;
      transition: none;
      -webkit-transform: none;
      transform: none;
      pointer-events: none; }
    #top_navigation #menuSite.active {
      z-index: 0;
      display: flex;
      flex-direction: column;
      padding: 10px 0px;
      -webkit-transform: none;
      transform: none;
      width: 100%;
      position: relative;
      top: 0; }
    #top_navigation > .row {
      z-index: 9;
      background: #fff; }
    #top_navigation #btn_menu {
      z-index: 99; }
    #top_navigation .logo.col-3 {
      z-index: 9;
      flex: 0 0 75%;
      max-width: 75%;
      padding: 0 30px; }
    #top_navigation .partleft > div:nth-child(1) #menuSite li.niveau1.children_li {
      margin-top: 15px;
      margin-bottom: 0; }
    #top_navigation .partleft > div:nth-child(1) #menuSite li.niveau1.children_li a {
      font-size: 14px; }
    #top_navigation .partleft > div:nth-child(1) #menuSite li.niveau1.categoryUne5 {
      padding: 15px 40px;
      order: 1;
      text-align: left; }
    #top_navigation .partleft > div:nth-child(1) #menuSite li.niveau1.categoryUne5 a {
      color: #fff !important;
      font-family: 'Neo Sans Std';
      font-size: 14px;
      font-weight: 500;
      line-height: 20px; }
    #top_navigation .partleft > div:nth-child(1) #menuSite li.niveau1.children_li.categoryUne {
      order: 2;
      padding: 0 40px; }
    #top_navigation .partleft > div:nth-child(1) #menuSite li.niveau1.children_li.miseEnAvant.categoryUne {
      order: 1;
      padding: 0 40px; }
    #menuSite li.niveau1 ul.sousMenu {
      margin-bottom: 0; }
    #mainContent div#sectionBandeau div:nth-child(1).row .ce-row.swiper-slide {
      margin: 0; } }
  @media (max-width: 991px) and (max-width: 1200px) {
      #top_navigation .partleft > div:nth-child(1) #menuSite li.niveau1.children_li.miseEnAvant.categoryUne {
        display: flex;
        align-items: center;
        height: 40px; } }

@media (max-width: 480px) {
  div#sectionBandeau div > div:nth-child(1) > div .ce-textpic.ce-center.ce-above .ce-bodytext {
    display: grid;
    justify-content: space-around;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr; } }

@media (max-width: 1024px) {
  #sectionContenu0 .news .content.no_image {
    max-width: 90%;
    margin: auto; }

  #top_navigation .col-9.partleft {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
    height: 500px;
    overflow: scroll;
    display: none;
    z-index: 1; } }

@media (max-width: 500px) {
  #mainContent #sectionBandeau .ce-textpic .ce-gallery img {
    height: 100%;
    object-fit: cover;
    min-width: fit-content;
    min-height: 290px;
    max-height: 290px;
    width: 100%;
    max-width: 100%; } }

@media (min-width: 501px) and (max-width: 776px) {
  #mainContent #sectionBandeau .ce-textpic .ce-gallery img {
    height: 450px;
    object-fit: cover;
    min-width: fit-content;
    min-height: 290px;
    max-height: max-content;
    width: 100%;
    max-width: 100%; } }

@media (min-width: 777px) and (max-width: 991px) {
  #mainContent #sectionBandeau .ce-textpic .ce-gallery img {
    height: 575px;
    object-fit: cover;
    min-width: fit-content;
    min-height: 290px;
    max-height: max-content;
    width: 100%;
    max-width: 100%; } }

.news {
  padding-bottom: 2em; }
