/*taille container-max*/
/*fonts ILL*/
/* breakpoints*/
/*Phones*/
/*Medium devices */
/*Large devices*/
/*couleurs*/
/*bleu sombre*/
/*orange*/
/*gris bleu*/
/*bleuTexte*/
/*bleuClair*/
/*couleurs Menu gauche*/
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,700');
#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; }

@media (max-width: 1024px) {
  .logo {
    margin-bottom: 20px; }
  .menu-header-droite {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (max-width: 575px) {
  .logo {
    margin-bottom: 2rem; }
  .menu-langue {
    margin-right: auto !important; }
  .menu-header-droite {
    margin-bottom: 3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

/******MENU PRINCIPAL******/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  #header #top_navigation {
    padding: 35px 20px 0px 20px; }
  @media (max-width: 767px) {
    #header #top_navigation {
      padding: 15px 20px 0px 20px; } }
  #header .logo {
    z-index: 5; }
  @media (max-width: 575px) {
    #header .logo {
      width: 100%; } }
  #header .logo h1 {
    margin-bottom: 0 !important; }
  #header .logo img {
    transition: all 0.3s; }
  @media (max-width: 767px) {
    #header .logo {
      margin-bottom: 10px !important; }
      #header .logo img {
        width: 80%; } }
  #header.affix {
    padding: 5px 0px 5px 0px;
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1); }
    #header.affix .logo {
      position: relative;
      bottom: -5px; }
      #header.affix .logo img {
        width: 60%; }
    @media (max-width: 1315px) {
      #header.affix #menu-principal {
        text-align: left; } }
  @media (max-width: 1100px) {
    #header.affix #menu-principal .niveau1 > a {
      padding: 14px 8px; } }
  #header.affix #menuSite {
    margin-left: 90px; }
  @media (max-width: 1024px) {
    #header.affix .menu-header-droite .menu-search {
      margin-left: 0; } }
  #header.affix #top_navigation {
    padding: 20px 20px 0px 20px; }
  #header.affix #menu-principal {
    top: -35px; }
  #header.affix .menu-header-droite {
    position: relative;
    z-index: 5;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #header.affix .sousMenu2 {
    top: 55px !important; }

.menu-header-droite .menu-langue {
  height: 24px;
  line-height: 24px; }
  .menu-header-droite .menu-langue li {
    display: inline-block;
    font-size: 1.2rem;
    position: relative;
    padding: 0 15px; }
    .menu-header-droite .menu-langue li.active {
      color: #f39200; }
    .menu-header-droite .menu-langue li.text-muted {
      color: #ddd !important; }
    .menu-header-droite .menu-langue li:after {
      content: '';
      background: url('../../Images/language-separator.png') 50% 50% no-repeat;
      display: inline-block;
      width: 12px;
      height: 24px;
      padding: 0 15px;
      color: #8396a5;
      position: absolute; }
    .menu-header-droite .menu-langue li a {
      color: #8396a5;
      text-decoration: none; }
      .menu-header-droite .menu-langue li a:hover, .menu-header-droite .menu-langue li a:focus {
        color: #f39200; }
    .menu-header-droite .menu-langue li.active a {
      color: #f39200 !important; }
  .menu-header-droite .menu-langue li:last-child:after {
    display: none; }
.menu-header-droite .menu-search {
  margin-left: 20px;
  height: 24px; }
@media (max-width: 1024px) {
  .menu-header-droite .menu-search {
    margin-left: 0; } }
.menu-header-droite .menu-search li {
  display: inline-block;
  padding: 0 10px;
  color: #8396a5;
  font-size: 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .menu-header-droite .menu-search li:hover, .menu-header-droite .menu-search li:focus {
    color: #f39200; }
  .menu-header-droite .menu-search li a {
    color: #8396a5;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .menu-header-droite .menu-search li a:hover, .menu-header-droite .menu-search li a:focus {
      color: #f39200; }
.menu-header-droite .menu-search #search-icon {
  cursor: pointer;
  padding-right: 0; }

#recherche-header {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  bottom: -110px;
  width: 100%;
  height: 110px; }
  #recherche-header .container-max {
    padding: 35px 1rem 0 2rem; }
  #recherche-header .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 1.8rem;
    color: #fff;
    border-radius: 0;
    font-family: 'Rubik';
    font-weight: 300;
    font-style: italic;
    padding: 1.3rem 0.75rem 0.9rem 0; }
  #recherche-header button {
    color: #fff;
    background-color: transparent;
    border: 0;
    font-size: 1.8rem;
    cursor: pointer; }
  #recherche-header .form-control::-webkit-input-placeholder {
    color: #fff; }
  #recherche-header .form-control:-ms-input-placeholder {
    color: #fff; }
  #recherche-header .form-control::placeholder {
    color: #fff; }

.ui-autocomplete {
  background: #fff;
  z-index: 3;
  max-width: 1440px; }
  .ui-autocomplete li {
    padding: 7px;
    cursor: pointer;
    -webkit-transition: all 350ms ease-in-out 0s;
    transition: all 350ms ease-in-out 0s;
    margin: 3px; }
    .ui-autocomplete li:hover {
      background: #f39200; }
      .ui-autocomplete li:hover a {
        color: #fff; }
  .ui-autocomplete a {
    color: #000;
    -webkit-transition: all 350ms ease-in-out 0s;
    transition: all 350ms ease-in-out 0s; }
    .ui-autocomplete a:hover, .ui-autocomplete a:focus {
      text-decoration: none; }

#top_navigation {
  position: relative; }

.sousMenu2 {
  display: none;
  -webkit-transition: all 0.3;
  transition: all 0.3; }

#menu-principal {
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding: 0 !important;
  top: -60px; }
@media (max-width: 1024px) {
  #menu-principal {
    display: none; } }
#menu-principal .row-bis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px; }
#menu-principal .sousMenu4 {
  display: none; }
#menu-principal .container-max-bis {
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px; }
#menu-principal .sousMenu2 {
  display: none; }
#menu-principal > .container-max {
  padding: 0 !important; }
#menu-principal a {
  color: #000;
  text-decoration: none; }
#menu-principal .col {
  padding: 0 6rem; }
#menu-principal .niveau1 {
  display: inline-block; }
  #menu-principal .niveau1 > a {
    padding: 14px 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1; }
  #menu-principal .niveau1 > a:focus, #menu-principal .niveau1 > a:hover, #menu-principal .niveau1.active > a {
    /*background-color: $rollOver;*/
    color: #f39200;
    /* &.hover{*/ }
  #menu-principal .niveau1 .sousMenu2 {
    opacity: 1;
    text-align: left;
    background-color: #fff;
    display: none;
    position: absolute;
    top: 0;
    /*padding-top: 80px;*/
    left: 0;
    right: 0; }
    #menu-principal .niveau1 .sousMenu2 > .container-max-bis {
      padding-top: 80px !important; }
    #menu-principal .niveau1 .sousMenu2 .niveau2 {
      margin-bottom: 4rem;
      font-weight: 500; }
      #menu-principal .niveau1 .sousMenu2 .niveau2 > a {
        border-bottom: 1px solid #b5c5cf;
        display: inline-block;
        width: 100%;
        padding-bottom: 0.7rem;
        margin-bottom: 0.7rem;
        font-weight: 700; }
        #menu-principal .niveau1 .sousMenu2 .niveau2 > a:hover {
          color: #f39200; }
      #menu-principal .niveau1 .sousMenu2 .niveau2.active > a {
        color: #f39200; }
    #menu-principal .niveau1 .sousMenu2 .sousMenu3 {
      text-transform: none;
      font-weight: 400; }
      #menu-principal .niveau1 .sousMenu2 .sousMenu3 a:hover {
        color: #f39200; }
      #menu-principal .niveau1 .sousMenu2 .sousMenu3 .niveau3.active a {
        color: #f39200;
        /*}*/ }

@media (max-width: 1024px) {
  #burger a {
    display: inline-block;
    cursor: pointer;
    padding: 12px 0 12px 30px; }
    #burger a span {
      position: relative;
      display: block;
      width: 20px;
      height: 2px;
      background: #222;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      #burger a span:before, #burger a span:after {
        position: absolute;
        background: #222;
        content: '';
        width: 20px;
        height: 2px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      #burger a span:before {
        top: -6px; }
      #burger a span:after {
        top: 6px; } }

#burger.active a span {
  background: transparent; }
  #burger.active a span:before {
    background: #f39200;
    -webkit-transform: rotate(45deg) translate(2px, 4px);
    transform: rotate(45deg) translate(2px, 4px); }
  #burger.active a span:after {
    background: #f39200;
    -webkit-transform: rotate(-45deg) translate(4px, -6px);
    transform: rotate(-45deg) translate(4px, -6px); }

#menuPrincipalResponsive {
  font-family: 'Titillium Web', sans-serif;
  display: none; }

#menuPrincipalResponsive.active {
  height: 100vh;
  width: 579px;
  display: block;
  position: absolute;
  top: 100%;
  z-index: 10;
  right: 0;
  background-color: #fff; }
@media (max-width: 579px) {
  #menuPrincipalResponsive.active {
    width: 100%; } }
#menuPrincipalResponsive.active #menuSite {
  overflow-y: auto;
  overflow-x: hidden; }
  #menuPrincipalResponsive.active #menuSite .with_parent {
    position: relative; }
  #menuPrincipalResponsive.active #menuSite .with_parent > span {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 0px;
    top: 7px;
    width: 40px;
    height: 40px;
    background: url('../../Images/fleche-menu-gauche-rollover.png') 50% 50% no-repeat;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  #menuPrincipalResponsive.active #menuSite .active.with_parent span {
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important; }
  #menuPrincipalResponsive.active #menuSite li.current {
    background-color: #f39200; }
    #menuPrincipalResponsive.active #menuSite li.current a {
      color: #fff; }
  #menuPrincipalResponsive.active #menuSite > li {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px solid #b5c5cf; }
    #menuPrincipalResponsive.active #menuSite > li a {
      display: inline-block;
      padding: 1.8rem 2.5rem;
      width: 100%;
      font-size: 1.5rem;
      color: #000;
      text-transform: uppercase; }
  #menuPrincipalResponsive.active #menuSite > li.active.with_parent a {
    color: #f39200 !important; }
  #menuPrincipalResponsive.active #menuSite > li.active.with_parent .sousMenu2 {
    display: block; }
    #menuPrincipalResponsive.active #menuSite > li.active.with_parent .sousMenu2 .sousMenu3 {
      display: none; }
    #menuPrincipalResponsive.active #menuSite > li.active.with_parent .sousMenu2 .niveau2 {
      background-color: #adbfca; }
      #menuPrincipalResponsive.active #menuSite > li.active.with_parent .sousMenu2 .niveau2.with_parent > span {
        background: url('../../Images/fleche-menu-gauche.png') 50% 50% no-repeat;
        -webkit-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important; }
      #menuPrincipalResponsive.active #menuSite > li.active.with_parent .sousMenu2 .niveau2 a {
        color: #fff !important;
        font-weight: 700;
        padding: 1.2rem 2.5rem; }
    #menuPrincipalResponsive.active #menuSite > li.active.with_parent .sousMenu2 .niveau2.with_parent.active {
      background-color: #8396a5; }
      #menuPrincipalResponsive.active #menuSite > li.active.with_parent .sousMenu2 .niveau2.with_parent.active.with_parent > span {
        -webkit-transform: rotate(90deg) !important;
        transform: rotate(90deg) !important; }
      #menuPrincipalResponsive.active #menuSite > li.active.with_parent .sousMenu2 .niveau2.with_parent.active .sousMenu3 {
        display: block; }
        #menuPrincipalResponsive.active #menuSite > li.active.with_parent .sousMenu2 .niveau2.with_parent.active .sousMenu3 .sousMenu4 {
          display: none; }
          #menuPrincipalResponsive.active #menuSite > li.active.with_parent .sousMenu2 .niveau2.with_parent.active .sousMenu3 .niveau3.with_parent > span {
            background: url('../../Images/fleche-menu-gauche.png') 50% 50% no-repeat;
            -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important; }
          #menuPrincipalResponsive.active #menuSite > li.active.with_parent .sousMenu2 .niveau2.with_parent.active .sousMenu3 .niveau3 a {
            font-size: 1.4rem !important;
            text-transform: none !important;
            padding: 1.2rem 2.5rem;
            font-weight: 400; }
        #menuPrincipalResponsive.active #menuSite > li.active.with_parent .sousMenu2 .niveau2.with_parent.active .sousMenu3 .niveau3.with_parent.active.with_parent > span {
          -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important; }
        #menuPrincipalResponsive.active #menuSite > li.active.with_parent .sousMenu2 .niveau2.with_parent.active .sousMenu3 .niveau3.with_parent.active .sousMenu4 {
          display: block; }
          #menuPrincipalResponsive.active #menuSite > li.active.with_parent .sousMenu2 .niveau2.with_parent.active .sousMenu3 .niveau3.with_parent.active .sousMenu4 a {
            padding: 0.5rem 2.5rem;
            background: none;
            font-weight: 300; }
            #menuPrincipalResponsive.active #menuSite > li.active.with_parent .sousMenu2 .niveau2.with_parent.active .sousMenu3 .niveau3.with_parent.active .sousMenu4 a:before {
              display: inline-block;
              content: '\25A0';
              font-size: 0.6rem;
              padding: 0 1rem 0 0;
              position: relative;
              top: -0.3rem; }

#overlay {
  display: none;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.65); }

/*Google Fonts*/
@font-face {
  font-family: 'ILL';
  src: url("../../fonts/ILL//ILL.ttf?yswne9") format('truetype'), url("../../fonts/ILL//ILL.woff?yswne9") format('woff'), url("../../fonts/ILL//ILL.svg?yswne9#ILL") format('svg');
  font-weight: normal;
  font-style: normal; }
/*********POLICE DE CARACTERE ILL***********/
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ILL' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-recherche_fermer:before {
  content: "\e900"; }

.icon-rechercher:before {
  content: "\e901"; }

.icon-contact_menu:before {
  content: "\e902"; }

.icon-facebook:before {
  content: "\e903"; }

.icon-zoom_galerie:before {
  content: "\e904"; }

.icon-linkedin:before {
  content: "\e917"; }

.icon-twitter:before {
  content: "\e922"; }

.icon-calendar:before {
  content: "\e953"; }

.icon-plus:before {
  content: "\ea0a"; }

.icon-minus:before {
  content: "\ea0b"; }

/*Container-max-width*/
.container-max {
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px; }

.container-small {
  width: 1040px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
@media (max-width: 767px) {
  .container-small {
    padding: 15px; } }

html {
  font-size: 62.5%; }

body {
  font-family: 'Rubik', sans-serif;
  line-height: 1.42857143;
  color: #000;
  font-size: 1.4rem;
  font-weight: 300; }

h1, h2, h3, h4 {
  font-family: 'Titillium Web', sans-serif; }

a:link, a:visited {
  text-decoration: none;
  color: #000; }

a:focus, a:hover {
  color: #f39200;
  text-decoration: underline; }

.ce-bodytext a:link, .info a:link, .content_center a:link, .ce-bodytext a:visited, .info a:visited, .content_center a:visited {
  color: #000;
  text-decoration: underline; }
.ce-bodytext a:focus, .info a:focus, .content_center a:focus, .ce-bodytext a:hover, .info a:hover, .content_center a:hover {
  color: #f39200; }
@media (max-width: 767px) {
  .ce-bodytext a:focus, .info a:focus, .content_center a:focus, .ce-bodytext a:hover, .info a:hover, .content_center a:hover {
    color: #000; } }

a.dpnglossary:link {
  color: #000;
  text-decoration: underline dotted; }

a.dpnglossary:hover {
  color: #000 !important;
  text-decoration: underline dotted; }

img {
  max-width: 100%;
  height: auto; }

.image-caption {
  margin-top: 10px; }

figcaption {
  font-size: 1.2rem; }

strong {
  font-weight: 500; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

abbr, acronym, dfn {
  font-style: normal;
  text-decoration: underline dotted; }
  abbr a, acronym a, dfn a {
    cursor: help; }

.ce-border img {
  border: 1px solid #b5c5cf; }

.image-responsive {
  width: 100%;
  height: auto; }

.content_center .frame-default {
  margin-bottom: 30px !important; }

em:after {
  content: ' ';
  white-space: pre; }

.frame-type-textmedia ul, .openBody ul, .news-single ul {
  list-style: none;
  text-indent: -20px;
  margin-left: 20px;
  padding: 0;
  margin-bottom: 20px; }
  .frame-type-textmedia ul li, .openBody ul li, .news-single ul li {
    font-weight: 300;
    line-height: 2.2rem;
    list-style-type: none;
    margin-bottom: 7px; }
    .frame-type-textmedia ul li:before, .openBody ul li:before, .news-single ul li:before {
      content: '';
      background: #95acba;
      margin-right: 1em;
      position: relative;
      bottom: 0.2rem;
      font-size: 1.3rem;
      width: 5px;
      height: 5px;
      display: inline-block; }

.inner-50.first {
  margin-right: 15px; }

.inner-50.last {
  margin-left: 15px; }

.inner-33.first {
  margin-right: 15px; }

.inner-33.middle {
  margin-left: 15px;
  margin-right: 15px; }

.inner-33.last {
  margin-left: 15px; }

.inner.first {
  margin-right: 15px; }

.inner.last {
  margin-left: 15px; }

.ce-intext.ce-left .ce-gallery {
  margin-right: 20px !important; }

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 20px !important; }

@media (max-width: 767px) {
  .inner-50.first, .inner-50.last, .inner-33.first, .inner-33.last, .inner-33.middle, .inner.last, .inner.first {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

.btn-ill {
  border-radius: 0;
  background-color: #f39200;
  color: #fff;
  margin: 1rem 0.5rem;
  cursor: pointer;
  font-size: 1.4rem; }
  .btn-ill:hover {
    opacity: 0.8; }

.couleur-orange {
  color: #f39200;
  font-weight: 500; }

p {
  margin-bottom: 1.5rem; }

.ce-bodytext h3 {
  margin-top: 0.3rem; }

blockquote {
  margin-left: 40px;
  margin-right: 40px; }
@media (max-width: 767px) {
  blockquote {
    margin-left: 20px;
    margin-right: 20px; } }

.print-icon {
  width: auto !important;
  max-width: unset !important; }

/**********************RTE**********************/
.lien-avec-fleche {
  text-decoration: none !important;
  color: #000 !important; }
  .lien-avec-fleche:after {
    content: '';
    display: inline-block;
    background: url(../../Images/lien-avec-fleche.png) no-repeat transparent 0%;
    width: 26px;
    height: 15px;
    margin-left: 14px;
    position: relative;
    top: 2px; }
  .lien-avec-fleche:hover {
    color: #f39200 !important; }
    .lien-avec-fleche:hover:after {
      background-position: 100%; }

/*************POPULAR PAGES SLIDER**************/
#popular-pages {
  position: relative;
  height: 300px;
  overflow: hidden; }
  #popular-pages .mask {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative; }
  #popular-pages img {
    width: 100%;
    opacity: 0.6;
    height: auto; }
  #popular-pages header {
    height: 70px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    margin: 40px 0;
    color: #fff;
    overflow: hidden;
    position: relative; }
  @media (max-width: 767px) {
    #popular-pages header {
      margin: 20px 0; } }
  #popular-pages header .arrowMasterPageSlider {
    float: right; }
  #popular-pages h2 {
    display: inline-block;
    font-size: 3rem;
    margin: 0;
    padding: 15px 0;
    color: #fff;
    text-transform: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  @media (max-width: 767px) {
    #popular-pages h2 {
      font-size: 2rem;
      position: static;
      left: 0%;
      transform: translateX(0%); } }
  #popular-pages .container-max {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
  #popular-pages a {
    display: inline-block;
    padding: 2rem 1rem;
    width: 152px;
    height: 81px;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 1.8rem;
    font-weight: 300;
    margin: 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none; }
    #popular-pages a:hover, #popular-pages a:focus {
      background-color: #f29200; }
  @media (max-width: 767px) {
    #popular-pages a {
      margin: 0 0.4rem; } }
  #popular-pages ul {
    margin: 0 80px;
    padding: 0; }
  @media (max-width: 767px) {
    #popular-pages ul {
      margin: 0; } }
  #popular-pages ul li {
    list-style-type: none; }
  #popular-pages .slick-arrow {
    width: 70px;
    height: 70px;
    border: none;
    text-indent: -9999em;
    background-color: transparent;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0;
    outline: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  #popular-pages .slick-arrow.slick-prev {
    background: url(../../Images/arrow-left.png) no-repeat transparent 50%; }
    #popular-pages .slick-arrow.slick-prev:hover {
      background-color: #f39200; }
  #popular-pages .slick-arrow.slick-next {
    background: url(../../Images/arrow-right.png) no-repeat transparent 50%; }
    #popular-pages .slick-arrow.slick-next:hover {
      background-color: #f39200; }
  #popular-pages .slick-track {
    margin: 0 auto; }

.last-publications h2 a {
  color: #0579ac !important;
  text-transform: uppercase;
  text-decoration: none !important; }

/*********** responsive video ************/
.video-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px; }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

video {
  max-width: 100%;
  height: auto; }

/*********** responsive map ************/
.tx-e-gmap {
  width: 100%; }

#eGmapMap {
  max-width: 100%;
  position: relative;
  padding-bottom: 75%;
  /* This is the aspect ratio*/
  height: 0;
  overflow: hidden; }

#eGmapMap > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

/************Galerie photos************/
.fs-media-gallery .album-liste img {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
.fs-media-gallery .album-liste .inner {
  background: #000;
  margin: 12px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .fs-media-gallery .album-liste .inner .icon-zoom_galerie-container {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1rem;
    font-size: 3rem;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    color: #fff; }
  .fs-media-gallery .album-liste .inner .description {
    position: absolute;
    bottom: 0;
    z-index: 3;
    color: #fff;
    width: 100%;
    padding: 20px;
    border-bottom: 5px solid #f39200;
    display: none; }
    .fs-media-gallery .album-liste .inner .description h4 {
      font-size: 1.8rem; }
    .fs-media-gallery .album-liste .inner .description a {
      color: #fff; }
.fs-media-gallery .album-liste:hover img {
  opacity: 0.65; }
.fs-media-gallery .album-liste:hover .icon-zoom_galerie-container {
  color: #fff; }
.fs-media-gallery .album-liste:hover .description {
  display: block; }
.fs-media-gallery .thumbs-assets .thumb {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .fs-media-gallery .thumbs-assets .thumb .inner {
    margin: 12px; }
  .fs-media-gallery .thumbs-assets .thumb:hover {
    opacity: 0.8; }
.fs-media-gallery .album .thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fs-media-gallery .album .thumbs .thumb .inner {
    margin: 12px; }

.fs-media-gallery .album-liste:nth-child(3n+1) .inner, .fs-media-gallery .album .thumb:nth-child(3n+1) .inner {
  margin-left: 0px; }

.fs-media-gallery .album-liste:nth-child(3n+3) .inner, .fs-media-gallery .album .thumb:nth-child(3n+3) .inner {
  margin-right: 0px; }

/*****************BACK TO TOP*****************/
.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto; }

.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both; }

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(243, 146, 0, 0.8) url(../../Images/cd-top-arrow.png) no-repeat center 45%;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5; }

.no-touch .cd-top:hover {
  background-color: #f39200;
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px; } }

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 45px;
    width: 45px;
    right: 25px;
    bottom: 25px; } }

/****************CNIL***************/
#cookie-banner, #inform-and-ask {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 1rem;
  z-index: 2;
  margin-bottom: 0; }

#cookie-banner-message a {
  color: #f39200; }

@media only screen and (max-width: 1024px) {
  .hidden-1024 {
    display: none !important; }
  .show-1024 {
    display: block !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important; } }

.mini-site .content-center {
  margin-top: 0 !important; }

#blocReplierDeplier {
  text-align: right; }
  #blocReplierDeplier span {
    cursor: pointer; }
    #blocReplierDeplier span:hover {
      color: #f39200;
      text-decoration: none; }
  #blocReplierDeplier .toutReplier:after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 3px;
    width: 15px;
    height: 15px;
    background: url('../../Images/toggleMoisAll.png') right center no-repeat; }
#blocReplierDeplier .toutDeplier:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 3px;
  width: 15px;
  height: 15px;
  background: url('../../Images/togglePlusAll.png') right center no-repeat; }

#footer {
  font-family: 'Titillium Web', sans-serif;
  margin: 0px 0; }
  #footer .first .ce-gallery {
    margin-right: 40px; }
  #footer .first .ce-bodytext {
    margin-top: 8px; }
  @media (max-width: 767px) {
    #footer .first {
      text-align: center; }
      #footer .first .ce-left .ce-gallery {
        margin: 0; }
      #footer .first .ce-gallery {
        display: none; }
      #footer .first .ce-bodytext {
        margin-top: 0px; }
      #footer .first .image {
        display: block; }
      #footer .first .ce-left .ce-gallery, #footer .first .ce-column {
        float: none; }
      #footer .first img {
        float: none;
        margin: 0 0 20px 0;
        display: inline-block; } }
  #footer .middle {
    width: 100%; }
    #footer .middle .inner, #footer .middle .frame, #footer .middle ul {
      text-align: center;
      padding: 0;
      margin: 0;
      list-style: none; }
      #footer .middle .inner li, #footer .middle .frame li, #footer .middle ul li {
        display: inline-block;
        padding: 0 0.9rem; }
        #footer .middle .inner li a:link, #footer .middle .frame li a:link, #footer .middle ul li a:link, #footer .middle .inner li a:visited, #footer .middle .frame li a:visited, #footer .middle ul li a:visited {
          color: #000; }
        #footer .middle .inner li a:focus, #footer .middle .frame li a:focus, #footer .middle ul li a:focus, #footer .middle .inner li a:hover, #footer .middle .frame li a:hover, #footer .middle ul li a:hover {
          color: #f39200; }
        #footer .middle .inner li button, #footer .middle .frame li button, #footer .middle ul li button {
          font-family: 'Titillium Web', sans-serif;
          border: none;
          padding: 0;
          background: none;
          cursor: pointer; }
          #footer .middle .inner li button:hover, #footer .middle .frame li button:hover, #footer .middle ul li button:hover, #footer .middle .inner li button:focus, #footer .middle .frame li button:focus, #footer .middle ul li button:focus {
            color: #f39200;
            text-decoration: underline; }
    @media (max-width: 767px) {
      #footer .middle {
        margin-bottom: 20px; } }
  #footer .last {
    width: 100%; }
  @media (max-width: 767px) {
    #footer .last .frame-default {
      width: 100%; } }
  #footer .last ul {
    padding: 0;
    margin: 0;
    width: 100%; }
  #footer .last li {
    display: inline-block;
    height: 46px;
    width: 46px;
    padding: 10px 10px;
    border: 1px solid #95acba;
    border-left: 0;
    background-color: #fff;
    -webkit-transition: color 0.6s;
    transition: color 0.6s;
    cursor: pointer;
    text-align: center;
    font-size: 1.7rem; }
    #footer .last li a {
      color: #95acba;
      text-decoration: none; }
    #footer .last li:hover, #footer .last li:focus {
      background-color: #f39200; }
      #footer .last li:hover a, #footer .last li:focus a {
        color: #fff; }
  #footer .last li:first-child {
    border-left: 1px solid #95acba; }
  #footer .last li.footer_intranet {
    width: 167px;
    text-transform: uppercase; }
  @media (max-width: 767px) {
    #footer .last li {
      width: 20%; }
    #footer .last li.footer_intranet {
      width: 30%; } }

@media print {
  #mainContent > .container-max {
    padding: 0 !important;
    margin: 0 !important; }
  body {
    margin-top: 0px; }
  p, blockquote {
    orphans: 3;
    /* pas de ligne seule en bas */
    widows: 3;
    /* pas de ligne seule en haut */ }
  blockquote, ul, ol {
    page-break-inside: avoid;
    /* pas de coupure dans ces élements */ }
  .row, .d-flex {
    display: block; }
  .hide {
    position: static !important; } }

/****************SLIDER*****************/
/*Initialisation du premier dots*/
.article[aria-describedby="slick-slide00"] .slick-dots li:nth-child(1) button {
  background-color: #f39200 !important; }

#sliderHome {
  overflow: hidden;
  max-height: 540px;
  min-height: 311px; }
  #sliderHome .article .news-img-wrap {
    position: relative; }
  #sliderHome .article .container-max {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  #sliderHome .article .contenu-slider {
    background-color: rgba(0, 0, 0, 0.65);
    max-width: 450px;
    height: 300px;
    padding: 3rem;
    color: #fff;
    position: absolute;
    bottom: 60px;
    right: 0; }
  @media (max-width: 1439px) {
    #sliderHome .article .contenu-slider {
      bottom: 10px;
      right: 10px; } }
@media (max-width: 1126px) {
  #sliderHome .article .contenu-slider {
    height: auto;
    margin-top: 10px; } }
@media (max-width: 967px) {
  #sliderHome .article .contenu-slider p {
    display: none; } }
#sliderHome .article .contenu-slider h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 2rem; }
#sliderHome .article .contenu-slider a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
#sliderHome .article .contenu-slider .teaser-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  #sliderHome .article .contenu-slider:hover a {
    color: #f39200;
    text-decoration: none; }
#sliderHome img {
  width: 100%;
  height: auto; }
  #sliderHome .SlickDotsPosition .slick-dots {
    margin: 0;
    padding: 0;
    text-align: center; }
  #sliderHome .SlickDotsPosition .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
  #sliderHome .SlickDotsPosition .slick-dots li button {
    background-color: #fff;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border: none; }
  #sliderHome .SlickDotsPosition .slick-dots button {
    background-color: #0579ac; }

/************MASTER PAGE MENU***********/
#menuHomeMasterPage {
  text-align: center; }
  #menuHomeMasterPage h2 {
    color: #0579ac;
    font-size: 3.4rem;
    margin: 5.2rem 0 3.1rem 0; }
  #menuHomeMasterPage .inner {
    margin: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  @media (max-width: 767px) {
    #menuHomeMasterPage .inner {
      margin: 2rem 0; } }
  #menuHomeMasterPage .inner h3 {
    color: #363636;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 2rem;
    text-transform: uppercase; }
  #menuHomeMasterPage .inner p {
    font-weight: 300;
    padding: 2rem;
    font-size: 1.5rem; }
  @media (max-width: 767px) {
    #menuHomeMasterPage .inner p {
      display: none; } }
  #menuHomeMasterPage .inner a {
    text-decoration: none;
    background-color: #eaf1f7;
    width: 100%;
    color: #000; }
    #menuHomeMasterPage .inner a .mask, #menuHomeMasterPage .inner a img, #menuHomeMasterPage .inner a a, #menuHomeMasterPage .inner a h3 {
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    #menuHomeMasterPage .inner a:hover {
      background-color: #fff; }
      #menuHomeMasterPage .inner a:hover h3 {
        color: #f39200 !important; }
      #menuHomeMasterPage .inner a:hover .mask {
        background-color: rgba(242, 146, 0, 0.6);
        position: relative; }
        #menuHomeMasterPage .inner a:hover .mask:after {
          content: '';
          background: url(../../Images/croixRollover.png) no-repeat;
          z-index: 2;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          color: #fff;
          font-size: 2rem;
          font-weight: 300;
          width: 37px;
          height: 37px; }
      #menuHomeMasterPage .inner a:hover img {
        opacity: 0.4; }

/******INFORMATIONS COMPLEMENTAIRES*****/
#informations-supp-home {
  background: url(../../Images/bordure-top-info.png) 50% 0% no-repeat;
  padding-top: 5rem;
  margin: 5rem 0; }
@media (max-width: 767px) {
  #informations-supp-home {
    display: none; } }
#informations-supp-home h2 {
  text-align: center;
  color: #0579ac;
  font-size: 5rem;
  font-weight: 600;
  margin-bottom: 1.2rem; }
  #informations-supp-home h2 em {
    font-size: 3.5rem;
    font-style: normal; }
#informations-supp-home strong {
  text-transform: uppercase; }
