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

.tx-powermail h3 {
  color: #0579ac;
  font-size: 3rem;
  margin-bottom: 3rem;
  text-transform: none; }
.tx-powermail legend {
  display: none; }

.no-label label {
  position: absolute;
  left: -9999px; }

.form-group {
  margin: 1.8rem; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000; }

.form-control {
  padding: 1.3rem 0.75rem;
  border-radius: 0;
  font-weight: 300;
  font-size: 1.4rem;
  border: 1px solid #95acba;
  color: #95acba; }

.custom-select {
  background: #fff url("../../Images/select-form.png") no-repeat 98% 1.6rem;
  border-color: #95acba;
  border-radius: 0;
  width: 100%;
  color: #95acba;
  height: 4.8rem; }

.custom-select:focus {
  border-color: #95acba;
  outline: none; }

.btn-powermail-submit {
  background: #fff url("../../Images/button-powermail-submit.png") no-repeat center 0;
  color: #fff !important;
  text-transform: uppercase;
  background-color: #f39200;
  border: 0;
  border-radius: 0;
  padding: 2.1rem 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .btn-powermail-submit:hover {
    opacity: 0.8; }

.logout .btn-powermail-submit {
  max-width: 250px; }

.powermail_fieldwrap_picejointe {
  position: relative; }
  .powermail_fieldwrap_picejointe .powermail_label {
    display: block;
    padding: 14px 55px 14px 30px;
    border: 1px solid #95acba;
    width: 300px;
    color: #95acba;
    text-transform: uppercase;
    font-size: 1em;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    background: url('../../Images/download.png') no-repeat 95%; }
  .powermail_fieldwrap_picejointe .powermail_file {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer; }
  .powermail_fieldwrap_picejointe .powermail_file:hover + .powermail_label, .powermail_fieldwrap_picejointe .powermail_file:focus + .powermail_label, .powermail_fieldwrap_picejointe .powermail_label:hover, .powermail_fieldwrap_picejointe .powermail_label:focus {
    background: url('../../Images/download-hover.png') #f39200 no-repeat 95%;
    color: #fff; }
  .powermail_fieldwrap_picejointe .file-return {
    margin: 0; }
  .powermail_fieldwrap_picejointe .file-return:not(:empty) {
    margin: 1em 0; }
  .powermail_fieldwrap_picejointe .file-return {
    font-style: italic;
    font-size: 0.9em;
    font-weight: bold; }
  .powermail_fieldwrap_picejointe .file-return:not(:empty):before {
    content: "Pièce jointe : ";
    font-style: normal;
    font-weight: normal; }

form input[type="checkbox"], form input[type="radio"] {
  position: absolute;
  left: -9999px; }

.powermail_reset {
  background-color: #f39200;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-transform: uppercase; }
  .powermail_reset:hover {
    opacity: 0.8; }

.side-label {
  display: inline-block;
  position: relative;
  margin: 10px 0;
  padding: 0 45px 0 35px;
  cursor: pointer;
  font-size: 1.4rem;
  color: #000; }

.side-label::before, .side-label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0; }

.mandatory {
  color: #95acba; }

/*RADIO*/
input[type="radio"] + .side-label::before, input[type="radio"] + .side-label::after {
  border-radius: 50%; }

.side-label::before {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #95acba; }

input:focus + .side-label::before {
  border-color: #95acba; }

.side-label::after {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px;
  background-color: #f39200;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

input[type="radio"]:checked + .side-label::after {
  opacity: 1; }

/*CKECKBOX*/
input[type="checkbox"] + .side-label::after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  content: '';
  font-size: 14px;
  background: #f39200;
  margin: 5px;
  color: #f39200;
  opacity: 0; }

input[type="checkbox"]:checked + .side-label::after {
  opacity: 1; }

/*********Erreur powermail********/
.parsley-errors-list, .powermail_message_error {
  color: #f39200; }

/******** Powermail confirmation********/
.powermail_confirmation .btn {
  background-color: #f39200;
  border-radius: 0;
  border: none;
  font-size: 1.4rem;
  margin: 1rem 1rem 1rem 0;
  padding: 1rem 3rem;
  cursor: pointer; }

/*******recherche actualite********/
.news-search-form, .annuaire-search-form {
  margin-bottom: 4rem; }
  .news-search-form .form-group, .annuaire-search-form .form-group {
    margin-left: 0; }
  .news-search-form .form-control, .annuaire-search-form .form-control {
    padding: 1.3rem 0.75rem;
    color: #000; }
  .news-search-form .custom-select, .annuaire-search-form .custom-select {
    width: calc(100% - 60px);
    height: 60px;
    background: #fff url("../../Images/select-form.png") no-repeat 98% 2.2rem; }
  .news-search-form .select-marging, .annuaire-search-form .select-marging {
    margin-right: 0; }
  .news-search-form .btn-search-submit, .annuaire-search-form .btn-search-submit {
    float: right;
    background-color: transparent;
    border: 1px solid #95acba;
    border-left: 0;
    border-radius: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    font-size: 1.3rem;
    color: #636c72; }
    .news-search-form .btn-search-submit:hover, .annuaire-search-form .btn-search-submit:hover, .news-search-form .btn-search-submit:focus, .annuaire-search-form .btn-search-submit:focus {
      background-color: #f39200;
      color: #fff; }

.hasDatepicker {
  background: #fff url("../../Images/datepicker.png") no-repeat 95% 0.7rem; }

.news-search-form #news-subject, .annuaire-search-form #keyWord {
  margin-left: 0;
  height: 60px; }

.content_center .tx_solr .btn-search-submit {
  float: left;
  background-color: transparent;
  border: 1px solid #95acba;
  border-left: 0;
  border-radius: 0;
  width: 60px;
  height: 45px;
  cursor: pointer;
  font-size: 1.3rem;
  color: #636c72; }
  .content_center .tx_solr .btn-search-submit:hover, .content_center .tx_solr .btn-search-submit:focus {
    background-color: #f39200;
    color: #fff; }

.agenda-submit {
  margin: 0; }
  .agenda-submit .btn-search-submit {
    border: 1px solid #95acba !important;
    float: none; }

/*********** Vue Liste news principale ************/
.liste-actu-principale {
  border-top: 1px solid #b5c5cf; }
  .liste-actu-principale .inner-principal {
    margin: 20px 0; }
  .liste-actu-principale img {
    width: 100%;
    height: auto; }
  .liste-actu-principale .inner {
    padding: 0 0 0 20px; }
  .liste-actu-principale h2 {
    text-transform: uppercase;
    font-size: 1.6rem;
    margin: 0 0 0.1em; }
    .liste-actu-principale h2 a {
      color: #0075a9; }
  .liste-actu-principale .date-categories {
    color: #8396a5;
    margin-bottom: 10px; }
    .liste-actu-principale .date-categories p {
      display: inline; }
  .liste-actu-principale .news-related-files-link img {
    width: 27px;
    margin-right: 10px;
    margin-bottom: 10px; }

.liste-actu-principale-first {
  border-top: 0px solid #b5c5cf; }

/***********Vue detail news principale**********/
.news-single .date-categories, .news-single .news-related-news-date {
  color: #8396a5;
  margin-bottom: 10px; }
  .news-single .news-backlink-wrap a {
    text-decoration: none !important; }
.news-single .date-categories p {
  display: inline; }
  .news-single .date-categories ul li {
    font-weight: 400; }
.news-single .teaser-text {
  font-size: 1.6rem;
  margin-bottom: 4rem; }
.news-single .news-img-wrap {
  margin: 4rem 0; }
  .news-single .news-img-wrap img {
    text-align: center; }
.news-single .news-related {
  margin: 30px 0; }
  .news-single .news-related-files-link a {
    color: #000; }
  .news-single .news-related-files-link img {
    vertical-align: bottom;
    position: relative;
    bottom: 5px;
    padding-right: 6px; }

/***trie par mois****/
.navMois {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .navMois .navMois_precedent, .navMois .navMois_suivant {
    background-color: #f39200;
    padding: 1rem 1rem 0.3rem 1rem; }
    .navMois .navMois_precedent a, .navMois .navMois_suivant a {
      color: #fff; }
  .navMois .navMois_encours {
    padding: 1rem 1rem 0.3rem 1rem; }

/***********************SITE MAP**************************/
#sitemap .unfold {
  margin-bottom: 1rem; }
  #sitemap .unfold i {
    color: #f39200; }
#sitemap .unfold ~ ul > li:before {
  font-family: 'ILL' !important;
  content: "\ea0a";
  display: inline-block;
  width: 1.6rem;
  font-size: 1.4rem;
  color: #f39200; }
#sitemap ul li ul {
  padding: 5px 0 5px 18px; }
  #sitemap li:before {
    content: ">";
    display: inline-block;
    width: 1.4rem;
    font-size: 0.8rem;
    color: #f39200; }
#sitemap ul {
  list-style: none; }

#sitemap .img_plansite {
  cursor: pointer; }
  #sitemap .nivi:before {
    display: none; }
  #sitemap .nivi ul {
    display: none; }
    #sitemap .nivi ul li .img_plansite:before {
      font-family: 'ILL' !important;
      content: "\ea0a";
      display: inline-block;
      color: #f39200; }
#sitemap .img_plansite:before {
  font-family: 'ILL' !important;
  content: "\ea0a";
  display: inline-block;
  width: 1.4rem;
  font-size: 0.8rem;
  color: #f39200; }
#sitemap .niviclosed:before {
  font-family: 'ILL' !important;
  content: "\ea0b" !important; }

.f3-widget-paginator {
  margin: 10px 0;
  border: 1px solid #b5c5cf;
  height: 71px;
  display: block;
  text-align: center; }
  .f3-widget-paginator li {
    display: inline-block;
    padding: 25px 10px 0 30px;
    color: #b5c5cf; }
    .f3-widget-paginator li a {
      color: #b5c5cf; }
    .f3-widget-paginator li.current {
      color: #f39200; }
      .f3-widget-paginator li.current a {
        color: #f39200; }
  .f3-widget-paginator .arrowPaginate {
    float: right;
    padding: 0; }
  .f3-widget-paginator .arrow-prev, .f3-widget-paginator .arrow-next {
    z-index: 1;
    display: inline-block;
    width: 70px;
    height: 70px;
    border: none;
    text-indent: -9999em;
    background-color: transparent;
    border-left: 1px solid #95acba;
    padding: 0;
    outline: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .f3-widget-paginator .arrow-prev {
    background: url(../../Images/arrow-left-paginate.png) no-repeat transparent 50%; }
    .f3-widget-paginator .arrow-prev:hover {
      background: url(../../Images/arrow-left.png) no-repeat transparent 50%;
      background-color: #f39200; }
  .f3-widget-paginator .arrow-next {
    background: url(../../Images/arrow-right-paginate.png) no-repeat transparent 50%; }
    .f3-widget-paginator .arrow-next:hover {
      background: url(../../Images/arrow-right.png) no-repeat transparent 50%;
      background-color: #f39200; }

/*********** Vue Liste annuaires ************/
.liste-video, .liste-person, .liste-lieu {
  border-bottom: 1px solid #b5c5cf;
  width: 100%; }
  .liste-video .inner-principal, .liste-person .inner-principal, .liste-lieu .inner-principal {
    margin: 20px 0; }
  .liste-video img, .liste-person img, .liste-lieu img {
    width: 100%;
    height: auto; }
  .liste-video .inner, .liste-person .inner, .liste-lieu .inner {
    padding: 0 0 0 20px; }
  .liste-video h2, .liste-person h2, .liste-lieu h2 {
    text-transform: uppercase;
    font-size: 1.6rem;
    margin: 0 0 2rem; }
    .liste-video h2 a, .liste-person h2 a, .liste-lieu h2 a {
      color: #0075a9; }
  .liste-video .coordonnee, .liste-person .coordonnee, .liste-lieu .coordonnee {
    margin-bottom: 1.5rem; }
    .liste-video .coordonnee p, .liste-person .coordonnee p, .liste-lieu .coordonnee p {
      margin-bottom: 0; }
  .liste-video .date-categories, .liste-person .date-categories, .liste-lieu .date-categories {
    color: #8396a5;
    margin-bottom: 10px;
    font-size: 1.2rem; }

/*********** Vue Détail ************/
.personne-detail .info strong {
  max-width: 120px;
  width: 100%;
  display: inline-block; }
.personne-detail .description {
  margin-top: 1.5rem; }
.personne-detail .image img {
  display: block;
  margin: 0 auto 20px auto; }
.personne-detail .liste {
  margin-bottom: 1.5rem; }
  .personne-detail .liste p {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #b5c5cf;
    margin: 0;
    padding: 15px 0; }
.personne-detail ul {
  list-style: none;
  text-indent: -20px;
  margin-left: 20px;
  padding: 0;
  margin-bottom: 0px; }
  .personne-detail ul li {
    font-weight: 300;
    line-height: 2.2rem;
    list-style-type: none;
    margin-bottom: 7px; }
    .personne-detail 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; }

/******* Responsive **********/
@media only screen and (min-width: 768px) {
  .personne-detail .image {
    padding-right: 30px; }
    .personne-detail .image img {
      margin: 0; }
  .personne-detail .info {
    padding-left: 30px; }
  .personne-detail .adresse {
    padding-left: 10px; }
  .personne-detail .coordonnee {
    padding-right: 10px; } }

/*------- Recherche --------*/
.tx_solr h2 {
  color: #f39200; }
.tx_solr .facet-label {
  display: inline-block; }
.tx_solr .results-list li {
  margin: 20px 0;
  border-bottom: 1px solid #b5c5cf; }
.tx_solr .img {
  margin: 0 0 10px 0; }
.tx_solr .info a {
  text-decoration: none;
  color: #f39200; }
.tx_solr .relevance {
  text-align: right; }
.tx_solr .relevance-label {
  display: inline-block;
  vertical-align: middle; }
.tx_solr .relevance-bar {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  margin: 0 20px; }
.tx_solr .tx-solr-relevance-bar {
  border: 1px solid #000;
  padding: 1px; }
.tx_solr .tx-solr-relevance.themeColorBackground {
  background: #f39200;
  display: block; }
.tx_solr .relevance-percent {
  display: inline-block;
  vertical-align: middle; }
.tx_solr .title {
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 30px 0 15px;
  display: block; }
.tx_solr #tx-solr-sorting .title {
  margin: 0 0 15px; }
.tx_solr p .results-highlight {
  background: #007cb0;
  color: #fff; }

#tx-solr-search-functions > div {
  background-color: #e6edf1;
  padding: 20px;
  margin: 0 0 20px 0; }
  #tx-solr-search-functions > div span.title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 2rem;
    color: #0579ac;
    text-transform: uppercase;
    margin: 0 0 2rem 0; }
    #tx-solr-search-functions > div .ce-bodytext p.facet-label {
      display: none; }
    #tx-solr-search-functions > div .ce-bodytext ul {
      list-style: none;
      text-indent: -20px;
      margin-left: 20px;
      padding: 0;
      margin-bottom: 20px; }
      #tx-solr-search-functions > div .ce-bodytext ul li {
        font-weight: 300;
        line-height: 2.2rem;
        list-style-type: none;
        margin-bottom: 7px; }
        #tx-solr-search-functions > div .ce-bodytext 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; }
#tx-solr-search-functions #tx-solr-lastsearches .ce-bodytext ul li:first-child {
  display: none; }

@media only screen and (min-width: 768px) {
  .tx_solr .col-md-9 {
    padding-right: 1.875rem; }
  .tx_solr .col-md-3 {
    padding-left: 1.875rem; } }

.mini-site > .container-max.top {
  padding-bottom: 0 !important; }
.mini-site .titreInstrument {
  font-size: 3.85rem;
  color: #007cb0;
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif; }
.mini-site .subtitleInstrument {
  font-size: 2rem;
  color: #007cb0;
  font-family: 'Titillium Web', sans-serif; }
.mini-site .menuInstrument {
  height: 75px;
  margin: 40px 0;
  padding: 0 75px;
  background: #eaf1f7;
  border: 1px solid rgba(181, 197, 207, 0.7);
  text-align: center;
  overflow: hidden; }
  .mini-site .menuInstrument .slick-track {
    margin: 0 auto; }
  .mini-site .menuInstrument li {
    list-style-type: none;
    margin: 0;
    height: 74px;
    max-width: 200px; }
    .mini-site .menuInstrument li a {
      position: relative;
      display: inline-block;
      height: 100%;
      padding: 0 20px;
      margin: 0 auto;
      color: #000 !important;
      -webkit-transition: all 350ms ease-in-out 0s;
      transition: all 350ms ease-in-out 0s; }
      .mini-site .menuInstrument li a:hover, .mini-site .menuInstrument li a:focus {
        text-decoration: none;
        background: #f39200;
        color: #fff !important; }
      .mini-site .menuInstrument li a span {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        display: inline-block;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }
    .mini-site .menuInstrument li.active a {
      background: #f39200;
      color: #fff !important; }
  .mini-site .menuInstrument .slick-arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 73px;
    height: 73px;
    opacity: 1;
    border: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100px;
    -webkit-transition: all 350ms ease-in-out 0s;
    transition: all 350ms ease-in-out 0s; }
  .mini-site .menuInstrument .slick-prev {
    background: url(../../Images/arrow-left-3.png) no-repeat center center; }
  .mini-site .menuInstrument .slick-next {
    left: auto;
    right: 0;
    background: url(../../Images/arrow-right-3.png) no-repeat center center; }
  .mini-site .menuInstrument .slick-disabled {
    opacity: 0;
    cursor: default; }
.mini-site h1 {
  margin: 0 0 1.5rem 0;
  font-size: 2rem;
  text-transform: uppercase;
  color: #0579ac; }
.mini-site h2 {
  font-size: 2rem;
  margin-bottom: 2.2rem;
  color: black;
  text-transform: inherit; }
.mini-site .frame-layout-5 {
  width: 100%;
  overflow: hidden;
  position: relative;
  /*display: table;*/ }
  .mini-site .frame-layout-5 .ce-outer, .mini-site .frame-layout-5 .ce-inner {
    float: none;
    right: 0%; }
  .mini-site .frame-layout-5 .slick-track, .mini-site .frame-layout-5 .ce-row, .mini-site .frame-layout-5 .ce-column {
    height: 100% !important;
    width: 100%;
    /*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;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;*/ }
  .mini-site .frame-layout-5 .ce-textpic {
    /*display: table-cell;*/
    height: 100%;
    vertical-align: middle; }
  .mini-site .frame-layout-5 .ce-gallery {
    margin-bottom: 0 !important; }
  .mini-site .frame-layout-5 .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    width: 9px;
    height: 20px;
    margin-top: -7px;
    opacity: 1;
    border: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100px;
    -webkit-transition: all 350ms ease-in-out 0s;
    transition: all 350ms ease-in-out 0s;
    z-index: 1; }
  .mini-site .frame-layout-5 .slick-prev {
    background: url(../../Images/arrow-left-2.png) #fff no-repeat 3px 3px; }
  .mini-site .frame-layout-5 .slick-next {
    left: auto;
    right: 5px;
    background: url(../../Images/arrow-right-2.png) #fff no-repeat 3px 3px; }
  .mini-site .frame-layout-5 .slick-dots {
    text-align: center;
    text-indent: 0;
    margin: 0;
    margin-top: 3rem; }
    .mini-site .frame-layout-5 .slick-dots li {
      display: inline-block;
      margin-bottom: 0; }
      .mini-site .frame-layout-5 .slick-dots li:before {
        display: none; }
      .mini-site .frame-layout-5 .slick-dots li button {
        background: none;
        border: none; }
      .mini-site .frame-layout-5 .slick-dots li.slick-active button {
        color: #f39200; }
.mini-site .instrument-master-page {
  padding: 0 20px;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .mini-site .instrument-master-page li {
    list-style-type: none; }
  .mini-site .instrument-master-page li a {
    max-width: 82px;
    margin: 30px auto;
    display: block; }
    .mini-site .instrument-master-page li a img {
      margin: 0 auto;
      display: block;
      border: 1px solid rgba(181, 197, 207, 0.7);
      height: 82px; }
  .mini-site .instrument-master-page .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    width: 9px;
    height: 14px;
    margin-top: -7px;
    opacity: 1;
    border: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100px;
    -webkit-transition: all 350ms ease-in-out 0s;
    transition: all 350ms ease-in-out 0s;
    z-index: 1; }
  .mini-site .instrument-master-page .slick-prev {
    background: url(../../Images/arrow-left-2.png) no-repeat 0 0; }
  .mini-site .instrument-master-page .slick-next {
    left: auto;
    right: 0;
    background: url(../../Images/arrow-right-2.png) no-repeat 0 0; }
  .mini-site .instrument-master-page .slick-disabled {
    opacity: 0;
    cursor: default; }

.frame-layout-5 .ce-gallery figure, .frame-layout-5 .ce-gallery figcaption {
  display: block !important; }

@media only screen and (min-width: 768px) {
  .mini-site .menuInstrument li a {
    display: block;
    width: 100%; }
  .mini-site .frame-layout-5 {
    padding: 4rem;
    min-height: 480px; } }

@media only screen and (min-width: 992px) {
  .mini-site .frame-layout-5 {
    padding: 6rem 6rem 3rem 6rem;
    min-height: 500px;
    display: flex;
    align-items: center; } }

.page {
  width: 100%; }

#mainContent {
  width: 100%; }

/*Pagination au scroll*/
.ias-loader, .ias-spinner, .ias-trigger {
  text-align: center;
  margin: 30px 0 40px;
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3; }

h1 {
  color: #0579ac;
  font-size: 3.8rem;
  margin-bottom: 3rem; }

h2 {
  margin: 0 0 2rem 0;
  text-transform: uppercase;
  color: #0579ac; }

h3 {
  margin: 0 0 1.8rem 0;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #0579ac; }

h4 {
  font-size: 1.6rem;
  margin: 0 0 1.6rem 0; }

table {
  background: white;
  border-collapse: collapse;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  width: 100%;
  margin-bottom: 20px; }
@media (max-width: 767px) {
  table {
    display: block; } }
table caption {
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
  padding-top: 0.75rem;
  padding-bottom: 2.5rem;
  color: #0579ac;
  text-align: left;
  caption-side: top;
  font-size: 2rem; }
table th, table td {
  text-align: left;
  padding: 5px; }
table tr:nth-child(even) {
  background-color: #e6edf1; }
table th {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  background-color: #f39200;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.6rem; }
  table th a:link, table th a:visited {
    color: #fff !important;
    text-decoration: underline; }
table td {
  border: 1px solid #fff;
  color: #414753; }
  table td > *:last-child {
    margin-bottom: 0 !important; }

@media (max-width: 767px) {
  .ce-left .ce-gallery, .ce-column {
    float: none !important; } }

/* DatePicker Container */
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

.ui-datepicker a {
  text-decoration: none; }

/* DatePicker Table */
.ui-datepicker table {
  width: 100%; }

.ui-datepicker-header {
  background: url('../../Images/dark_leather.png') repeat 0 0 #000;
  color: #e0e0e0;
  font-weight: bold;
  -webkit-filter: dropshadow(color=#000, offx=1, offy=-1);
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #111; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-prev, .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url('../../Images/arrow.png');
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden; }

.ui-datepicker-prev {
  float: left;
  background-position: center -30px; }

.ui-datepicker-next {
  float: right;
  background-position: center 0px; }

.ui-datepicker thead {
  background-color: #f7f7f7;
  border-bottom: 1px solid #bbb; }

.ui-datepicker th {
  text-transform: uppercase;
  font-size: 11px;
  padding: 5px 0;
  color: #fff;
  text-align: center; }

.ui-datepicker tbody td {
  padding: 0;
  border-right: 1px solid #bbb; }

.ui-datepicker tbody td:last-child {
  border-right: 0px; }

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666; }

.ui-datepicker-calendar {
  margin-bottom: 0; }

.ui-datepicker-calendar .ui-state-default {
  background: #ededed; }

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  background: #f39200;
  color: #fff; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

/*********************FIL D'ARIANNE*******************/
.filAriane {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  font-weight: 300; }
  .filAriane li {
    display: inline-block;
    color: #8396a5; }
    .filAriane li a {
      color: #8396a5; }
  .filAriane li:after {
    content: '/';
    display: inline-block;
    padding: 0 0.4rem; }
  .filAriane li:last-child:after {
    display: none; }

/*********************** RESEAUX SOCIAUX *************************/
#social {
  margin: 0 2rem;
  background: url('../../Images/reseaux-sociaux.png') no-repeat;
  width: 26px;
  height: 21px;
  cursor: pointer; }
  #social:hover {
    background: url('../../Images/reseaux-sociaux.png') 0 -21px no-repeat; }

.socialShareConteneur {
  height: 50px;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.socialShare {
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  white-space: nowrap; }

.social_share_privacy_area {
  display: none; }

@media (max-width: 767px) {
  .socialShareConteneur.show {
    height: 155px; }
  #social {
    margin: 0 0 !important; }
  .social_share_privacy_area.line li {
    display: block !important;
    width: 100%;
    margin: 5px 0 !important; } }

/*****************ACCORDEON*****************/
.toggleTitle {
  background-color: #e6edf1;
  padding: 2rem 0 2rem 3rem;
  cursor: pointer;
  position: relative;
  margin: 3rem 0;
  color: #000;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .toggleTitle:after {
    content: '';
    background: url('../../Images/togglePlus.png') center center no-repeat;
    display: inline-block;
    background-color: #f39200;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 6rem; }
  .toggleTitle h2, .toggleTitle h3, .toggleTitle h4, .toggleTitle h5, .toggleTitle h6 {
    margin: 0;
    color: #333;
    outline: none;
    text-transform: none;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  @media (max-width: 767px) {
    .toggleTitle h2, .toggleTitle h3, .toggleTitle h4, .toggleTitle h5, .toggleTitle h6 {
      width: 75%; } }
  .toggleTitle + div {
    padding: 0 0 3rem 0; }
  .toggleTitle[aria-expanded='true'] {
    background-color: #f39200;
    color: #fff; }
    .toggleTitle[aria-expanded='true'] h2, .toggleTitle[aria-expanded='true'] h3, .toggleTitle[aria-expanded='true'] h4, .toggleTitle[aria-expanded='true'] h5, .toggleTitle[aria-expanded='true'] h6 {
      color: #fff;
      width: 90%; }
    @media (max-width: 767px) {
      .toggleTitle[aria-expanded='true'] h2, .toggleTitle[aria-expanded='true'] h3, .toggleTitle[aria-expanded='true'] h4, .toggleTitle[aria-expanded='true'] h5, .toggleTitle[aria-expanded='true'] h6 {
        width: 75%; } }
  .toggleTitle[aria-expanded='true']:after {
    content: '';
    background: url('../../Images/toggleMois.png') center center no-repeat;
    display: inline-block;
    background-color: #f39200;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 6rem; }

.hide {
  position: absolute;
  top: -9999px !important;
  left: -9999px !important; }

/*********accordeon gris**********/
.toggleTitle + div .toggleTitle {
  background-color: #fff;
  border: 1px solid #e6edf1; }
  .toggleTitle + div .toggleTitle:after {
    background-color: #fff;
    border-left: 1px solid #e6edf1;
    background: url('../../Images/togglePlusBis.png') center center no-repeat; }
  .toggleTitle + div .toggleTitle[aria-expanded='true'] {
    border: 1px solid #f39200; }
    .toggleTitle + div .toggleTitle[aria-expanded='true'] h2, .toggleTitle + div .toggleTitle[aria-expanded='true'] h3, .toggleTitle + div .toggleTitle[aria-expanded='true'] h4, .toggleTitle + div .toggleTitle[aria-expanded='true'] h5, .toggleTitle + div .toggleTitle[aria-expanded='true'] h6 {
      color: #f39200;
      width: 90%; }
    @media (max-width: 767px) {
      .toggleTitle + div .toggleTitle[aria-expanded='true'] h2, .toggleTitle + div .toggleTitle[aria-expanded='true'] h3, .toggleTitle + div .toggleTitle[aria-expanded='true'] h4, .toggleTitle + div .toggleTitle[aria-expanded='true'] h5, .toggleTitle + div .toggleTitle[aria-expanded='true'] h6 {
        width: 75%; } }
    .toggleTitle + div .toggleTitle[aria-expanded='true']:after {
      background: url('../../Images/toggleMoisBis.png') center center no-repeat;
      border-left: 1px solid #f39200; }

/**********FAQ***********/
.question {
  background-color: #e6edf1;
  padding: 2rem 0 2rem 3rem;
  cursor: pointer;
  position: relative;
  margin: 3rem 0;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .question:after, .question.question:after {
    content: '';
    background: url('../../Images/togglePlus.png') center center no-repeat;
    background-color: #f39200;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 6rem; }
  .question h3 {
    text-transform: none;
    color: #000;
    font-size: 2rem;
    margin: 0;
    width: 90%; }
  @media (max-width: 767px) {
    .question h3 {
      width: 75%; } }
  .question + div {
    padding: 0 0 3rem 0; }
  .question:not(.openBody) + div {
    display: none; }

.question.openTitle {
  background-color: #f39200; }
  .question.openTitle h3 {
    color: #fff; }

.question.openTitle:after {
  background: url('../../Images/toggleMois.png') center center no-repeat;
  background-color: #f39200; }

/************MASTER PAGE MENU***********/
#menuMasterPage {
  text-align: center; }
  #menuMasterPage h2 {
    color: #0579ac;
    font-size: 2rem;
    margin: 5.2rem 0 3.1rem 0; }
  #menuMasterPage .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) {
    #menuMasterPage .inner {
      margin: 2rem 0; } }
  #menuMasterPage .inner h3 {
    color: #363636;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 3rem;
    text-transform: uppercase;
    margin: 0; }
  #menuMasterPage .inner p {
    font-weight: 300;
    padding: 2rem; }
  #menuMasterPage .inner a {
    text-decoration: none;
    background-color: #eaf1f7;
    width: 100%;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    #menuMasterPage .inner a .mask {
      background: url(../../Images/master_page_ILL.png) no-repeat 50%;
      height: 90px; }
      #menuMasterPage .inner a .mask .image-rollover-menu-master-page {
        display: none;
        opacity: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
    #menuMasterPage .inner a img, #menuMasterPage .inner a a, #menuMasterPage .inner a h3 {
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    #menuMasterPage .inner a:hover {
      background-color: #fff; }
      #menuMasterPage .inner a:hover h3 {
        color: #f39200 !important; }
      #menuMasterPage .inner a:hover .image-menu-master-page {
        display: none; }
      #menuMasterPage .inner a:hover .image-rollover-menu-master-page {
        display: block;
        opacity: 1; }

.already-a-user {
  background-color: #f2f2f2;
  text-align: center; }
  .already-a-user .container-max {
    padding: 0; }
  .already-a-user .frame-default {
    padding: 5rem 0; }
  .already-a-user h2 {
    font-size: 4rem;
    text-transform: none;
    margin-bottom: 4rem; }
  .already-a-user a {
    display: inline-block;
    background: #fff url("../../Images/button-powermail-submit.png") no-repeat center 0;
    background-color: white;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none !important;
    background-color: #f39200;
    border: 0;
    border-radius: 0;
    padding: 2.1rem 8rem;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-weight: 500; }

a.btn-ill-avec-logo {
  display: inline-block;
  background: #fff url("../../Images/button-powermail-submit.png") no-repeat center 0;
  background-color: white;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none !important;
  background-color: #f39200;
  border: 0;
  border-radius: 0;
  padding: 2.1rem 8rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-weight: 500; }

/*Last Publications*/
.frame-layout-9 {
  margin: 3rem 0; }
  .frame-layout-9 strong {
    /*strong{
     font-size:1.8rem;
     font-weight:400;
     display: inline-block;
     font-family: 'Titillium Web', sans-serif;
     }*/
    font-size: 1.5rem;
    font-weight: 700;
    display: inline;
    font-family: 'Titillium Web', sans-serif; }
  .frame-layout-9 p {
    font-weight: 300; }
  .frame-layout-9 a {
    color: #0579ac;
    text-transform: uppercase;
    display: inline-block; }
  .frame-layout-9 hr {
    width: 62px;
    margin: 2rem 0;
    border-top: 1px solid #b5c5cf; }
  .frame-layout-9 .more-publications {
    color: #f39200 !important;
    text-decoration: none !important;
    margin-top: 30px;
    font-weight: 500;
    font-size: 1.3rem;
    font-family: 'Titillium Web', sans-serif; }
  .frame-layout-9 .ce-gallery {
    margin-right: 20px; }
  .frame-layout-9 .inner-50.first {
    margin-right: 30px; }
  .frame-layout-9 .inner-50.last {
    margin-left: 30px; }

/*************MENU GAUCHE*************/
#menuGauche {
  /*width: 320px;*/
  margin-top: 12px;
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase; }
  #menuGauche > ul > li {
    display: none; }
  #menuGauche > ul > li.with_child {
    display: block; }
  #menuGauche > ul > li.current > a {
    color: #fff; }
  #menuGauche .niveau1 > a {
    font-weight: 600;
    font-size: 1.6rem; }
  #menuGauche .niveau1.active > a {
    color: #f39200 !important; }
  #menuGauche a {
    display: inline-block;
    padding: 1rem 2.5rem;
    width: 100%;
    font-size: 1.5rem; }
  #menuGauche li {
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  #menuGauche li.current {
    background-color: #f39200 !important; }
  #menuGauche .with_child {
    position: relative; }
  #menuGauche .with_child > span {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    background: url('../../Images/fleche-menu-gauche.png') 50% 50% no-repeat;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    #menuGauche .sousMenu > li.active .sousMenu {
      display: block; }
    #menuGauche .sousMenu > li.active > span {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  #menuGauche .sousMenu li {
    background-color: #adbfca; }
  #menuGauche .sousMenu li.with_child.active {
    background-color: #8396a5; }
  #menuGauche .sousMenu a {
    color: #fff;
    font-weight: 700; }
  #menuGauche .sousMenu .sousMenu {
    display: none; }
    #menuGauche .sousMenu .sousMenu li {
      background-color: #8396a5;
      text-transform: none; }
      #menuGauche .sousMenu .sousMenu li a {
        padding: 1rem 2.5rem;
        font-weight: normal;
        font-size: 1.4rem; }
      #menuGauche .sousMenu .sousMenu li span {
        top: 3px; }
    #menuGauche .sousMenu .sousMenu .sousMenuFinal {
      display: none; }
      #menuGauche .sousMenu .sousMenu .sousMenuFinal li a {
        padding: 1rem 2.5rem;
        background: none;
        font-weight: 300; }
        #menuGauche .sousMenu .sousMenu .sousMenuFinal li a:before {
          display: inline-block;
          content: '\25A0';
          font-size: 0.6rem;
          padding: 0 1rem 0 0;
          position: relative;
          top: -0.3rem; }
      #menuGauche .sousMenu .sousMenu .sousMenuFinal li .sousMenuFinal5 {
        display: none; }
      #menuGauche .sousMenu .sousMenu .sousMenuFinal li span {
        top: -3px; }
    #menuGauche .sousMenu .sousMenu .sousMenuFinal li.active .sousMenuFinal5 {
      display: block; }
      #menuGauche .sousMenu .sousMenu .sousMenuFinal li.active .sousMenuFinal5 a {
        padding-left: 4rem; }
    #menuGauche .sousMenu .sousMenu .sousMenuFinal li.active > span {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      top: -3px; }
    #menuGauche .sousMenu .sousMenu > li.active .sousMenuFinal {
      display: block; }
      #menuGauche .sousMenu .sousMenu > li.active .sousMenuFinal a {
        padding: 0.5rem 2.5rem; }

#menuGauche.menuGaucheNiveau4 .niveau1.active > span {
  display: none; }
#menuGauche.menuGaucheNiveau4 .niveau1.active > a {
  background-color: #fff !important; }

/*****************Menu droite*****************/
#menuDroite {
  float: right;
  margin-left: 30px; }
  #menuDroite .niveau4 > a {
    font-weight: 700;
    text-transform: uppercase; }
  #menuDroite a {
    color: #000;
    padding: 1rem 2.5rem;
    display: inline-block;
    width: 100%; }
    #menuDroite .current > a {
      color: #fff;
      background-color: #f39200; }

/******** Menu page par catéories *********/
.menu_categorized_pages {
  padding: 0; }
  .menu_categorized_pages li {
    list-style-type: none;
    margin-top: 10px; }
  .menu_categorized_pages img {
    margin-right: 10px; }

/****BLOC CONTACT****/
.frame-layout-4 {
  border: 1px solid #b5c5cf;
  padding: 20px;
  margin: 0px 0; }
  .frame-layout-4 .entete {
    color: #0579ac;
    text-transform: uppercase;
    font-size: 1.6rem;
    padding-left: 30px; }
  .frame-layout-4 ul {
    text-indent: -20px;
    margin: 0 0 0 20px; }
  .frame-layout-4 li {
    display: inline-block;
    padding: 10px 30px;
    margin: 0;
    line-height: 2rem !important; }
  .frame-layout-4 a {
    color: #000;
    text-decoration: underline; }
  @media (max-width: 767px) {
    .frame-layout-4 {
      margin: 20px 0; }
      .frame-layout-4 .entete {
        padding-left: 20px; }
      .frame-layout-4 li {
        padding: 10px 10px;
        display: block; } }

/****BLOC ENCADRE*****/
.frame-layout-5 {
  border: 1px solid #b5c5cf;
  padding: 20px; }

/****BLOC ENCADRE GRIS*****/
.frame-layout-6 {
  background-color: #e6edf1;
  padding: 20px;
  margin-bottom: 10px !important; }

.frame-type-gridelements_pi1 .frame-layout-5 {
  margin-bottom: 30px !important; }

.frame-type-gridelements_pi1 .frame-layout-6 {
  margin-bottom: 10px !important; }

.frame-type-gridelements_pi1 .frame-type-gridelements_pi1 {
  margin: 0 !important; }

/******** Glossaire *********/
.dpnglossary.pagination ul {
  margin-bottom: 30px; }
.dpnglossary.pagination li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; }
  .dpnglossary.pagination li.current {
    font-weight: 700; }

dl.anchor {
  margin-bottom: 4rem; }

/******* Instruments ********/
.goInstrument {
  position: relative;
  width: 100%;
  height: 64px;
  font-size: 1.8rem;
  padding: 20px 48px 20px 20px;
  background: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 1px solid rgba(181, 197, 207, 0.7); }
  .goInstrument option {
    background: #fff; }

.goInstrument::-ms-expand {
  display: none; }

.mark-instrument {
  position: relative;
  max-width: 324px; }
  .mark-instrument:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 17px;
    width: 14px;
    height: 9px;
    background: url(../../Images/select-instrument.png) no-repeat 0 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: -1; }
  .mark-instrument .active {
    color: #f39200; }

.gridAnimation > .frame-type-html {
  overflow: auto; }

/****** Fancybox ******/
.fancybox-image-wrap {
  background: #fff !important;
  border: 10px solid #fff !important; }

/******* Responsive **********/
@media only screen and (min-width: 768px) {
  .content_left {
    padding-right: 1.875rem; }
  .content_center {
    padding-left: 1.875rem; } }

.slick-track {
  margin: 0 auto; }

.anchor-link:before {
  display: block;
  content: " ";
  margin-top: -135px;
  height: 135px;
  visibility: hidden;
  pointer-events: none; }
@media (max-width: 575px) {
  .anchor-link:before {
    margin-top: -200px;
    height: 200px; } }
