@charset "UTF-8";
/* @DOC  	DOCUMENTATION GÉNÉRALE
			"Lancer sass" > sass --watch squelettes-new/scss:squelettes-new/css
*/
/* @TODO 	A FAIRE DANS CE FICHIER
			- Gérer les -webkit-, -moz, -o- etc.
*/
/* @TODO	A VERIFIER
			- Les styles ajoutés ci-dessous visent à conserver la compatibilité avec certaines fonctionnalités ajoutées aux pages
			- Secondary Expandable Menu
*/
/*$vert80: rgba(7, 110, 108, 0.8);*/
/* @NOTE 	Secondaray Expandable Menu */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html,
body {
  /* you need to set this to assign to the main element a min height of 100% */
  height: 100%; }

/* @DOC STYLES GENERAUX */
body {
  background: url(../images/fond.jpg) no-repeat center fixed;
  background-size: cover;
  background-color: transparent; }

* {
  box-sizing: border-box;
  transition: none; }

a {
  border: 0;
  text-decoration: none;
  outline: 0; }
  a:hover {
    text-decoration: underline; }
  a:active {
    color: #FF2630; }

h2,
figure {
  margin: 0; }

h2 a {
  color: #076e6c;
  padding: 2px 5px; }
  h2 a:hover, h2 a:hover a {
    background: #076e6c;
    color: white;
    text-decoration: none; }

h3 a {
  border: 0;
  text-decoration: none;
  outline: 0;
  color: #FF2630;
  padding: 2px 5px; }
  h3 a:hover, h3 a:hover a {
    background: #FF2630;
    color: white;
    text-decoration: none;
    padding: 2px 5px; }

p {
  font-size: 1.2rem; }
  p.message {
    color: #076e6c;
    margin: 20px 0 40px 0; }

mark {
  background-color: #FF2630;
  color: #fff; }

.large-fl {
  float: left; }

.large-fr {
  float: right; }

/*a.localanchor {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
}*/
.op50 {
  opacity: 0.5; }

.bordure {
  border: 1px solid #076e6c; }

.cache {
  display: none; }

.montre {
  display: block; }

.oops {
  font-family: "Open Sans", "sans-serif";
  font-weight: 400;
  color: #076e6c;
  display: block;
  font-size: 1.4rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #076e6c;
  margin-top: 10px;
  padding-top: 20px; }
  .oops::after {
    content: "";
    background: url(../images/rubalise.svg) no-repeat center 0;
    display: block;
    height: 20px;
    opacity: 0.5; }

.article_plus {
  margin: 20px 0 40px 0;
  text-align: center;
  /*img {
  	margin: 0 16px;
  }
  a:hover {
  	background: transparent;
  	-webkit-filter: invert(100%);
  	-moz-filter: invert(100%);
  	filter: invert(100%);
  }*/ }
  .article_plus a {
    position: relative;
    height: 21px;
    width: 36px;
    display: inline-block; }
    .article_plus a:hover {
      background: transparent; }
  .article_plus .lire::before, .article_plus .partager::before {
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    height: 25px;
    width: 36px;
    padding-bottom: 2px;
    border-bottom: 2px solid white; }
  .article_plus .lire:hover::before, .article_plus .partager:hover::before {
    border-bottom: 2px solid #076e6c; }
  .article_plus .lire::before {
    background: url(../images/picto_oeil.svg) no-repeat center center; }
  .article_plus .partager::before {
    background: url(../images/picto_partage.svg) no-repeat center center; }

/* ------------------------------------------------------------------------------------------
	# BANNER #
------------------------------------------------------------------------------------------ */
#snavvy-menu {
  /*background-color: rgba(255, 255, 255, 0.9);*/
  overflow: hidden; }
  #snavvy-menu #close-snavvy {
    background: url(../images/icone_fermer.svg) no-repeat 0;
    width: 31px;
    height: 31px;
    margin: 10px 0 0 100px; }
  #snavvy-menu #snavvy-links {
    margin: 0 auto; }

.cbp-hrmenu {
  border-bottom: 0 none;
  display: none; }
  .cbp-hrmenu #formulaire_recherche {
    position: relative;
    height: 88px;
    display: block;
    top: 0; }
  .cbp-hrmenu > ul {
    position: relative;
    max-width: 90%;
    /* @DOC Contrôle la largeur du menu */ }
    .cbp-hrmenu > ul li {
      display: table-cell; }
      .cbp-hrmenu > ul li a {
        font-family: "Open Sans", "sans-serif";
        text-transform: uppercase;
        color: #FF2630;
        font-weight: normal;
        padding: 1rem 1rem 2rem 1rem;
        position: relative; }
        .cbp-hrmenu > ul li a:hover {
          background-color: #076e6c;
          color: #fff; }
        .cbp-hrmenu > ul li a::after {
          content: "";
          height: 25px;
          display: block;
          background: url(../images/fond_trois_lignes.svg) repeat-x center 5px;
          content: " ";
          width: 90%;
          position: absolute; }
      .cbp-hrmenu > ul li.cbp-hropen h3 {
        background: none; }
      .cbp-hrmenu > ul li.cbp-hropen a, .cbp-hrmenu > ul li.cbp-hropen a:hover {
        background: #076e6c;
        color: #fff; }
        .cbp-hrmenu > ul li.cbp-hropen a::after, .cbp-hrmenu > ul li.cbp-hropen a:hover::after {
          /*content:"";
          height:15px;
          display:block;			
          background: $vert 0 5px;*/ }
      .cbp-hrmenu > ul li.cbp-hropen .recents a {
        background: none; }
        .cbp-hrmenu > ul li.cbp-hropen .recents a::after {
          display: none; }
    .cbp-hrmenu > ul .cbp-hrsub {
      margin: 2px 0;
      border: 4px solid #076e6c;
      background: #fff;
      max-height: 68vh;
      height: 68vh;
      padding: 0 0 5px 0;
      overflow-y: hidden; }
      .cbp-hrmenu > ul .cbp-hrsub#hrsub1 .grid > div {
        width: 24.7%; }
      .cbp-hrmenu > ul .cbp-hrsub#hrsub2 .grid > div {
        width: 33%; }
      .cbp-hrmenu > ul .cbp-hrsub#hrsub3 .grid > div {
        width: 33%; }
      .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner {
        padding-right: 0;
        padding-left: 5px;
        padding-top: 5px;
        width: 100%;
        max-width: 100%;
        /* @DOC Contrôle la largeur intérieur du sous-menu*/ }
        .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner > div {
          /*padding-right:0;
          padding-left:0;*/
          /*border-right:5px solid #fff;*/
          overflow: hidden;
          padding: 0;
          margin-right: 5px;
          height: 30vh;
          width: auto; }
          .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner > div:last-child {
            margin-right: 0; }
          .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner > div:first-child {
            margin-left: 0; }
        .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner h3 {
          color: #fff;
          position: relative;
          top: 50%;
          transform: translateY(-50%); }
          .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner h3 a {
            background-color: #fff;
            color: #076e6c;
            padding: 5px;
            border: 2px solid #076e6c;
            font-size: 1.4rem;
            display: inline-block;
            width: auto;
            max-width: 80%; }
            .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner h3 a::after {
              content: none; }
        .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner .grid-2 > div {
          width: calc(100% * 1 / 2 - 5px - 5px); }
        .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner .ssmenu {
          background-size: cover !important;
          /*box-sizing: border-box;*/
          box-sizing: border-box;
          text-align: center;
          text-transform: uppercase;
          background: #076e6c; }
        .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner #pos1-1:hover {
          background: url(../images/menu/1-1a.jpg) no-repeat 0 140px; }
        .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner #pos1-2:hover {
          background: url(../images/menu/1-2a.jpg) no-repeat 0 0; }
        .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner #pos1-3:hover {
          background: url(../images/menu/1-3.jpg) no-repeat 0 0; }
        .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner #pos1-4:hover {
          background: url(../images/menu/1-4a.jpg) no-repeat 0 100px; }
        .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner #pos2-1:hover {
          background: url(../images/menu/2-1a.jpg) no-repeat 0 -50px; }
        .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner #pos2-2 {
          height: 19vh;
          margin-bottom: 1vh; }
          .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner #pos2-2:hover {
            background: url(../images/menu/2-2.jpg) no-repeat center center; }
        .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner #pos2-3 {
          height: 10vh; }
          .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner #pos2-3:hover {
            background: url(../images/menu/2-3a.jpg) no-repeat 0 0; }
        .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner #pos2-4 {
          height: 8vh;
          margin-bottom: 5px; }
          .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner #pos2-4:hover {
            background: url(../images/menu/2-4a.jpg) no-repeat 0 0; }
        .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner #pos2-5 {
          height: 22vh; }
          .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner #pos2-5:hover {
            background: url(../images/menu/2-5.jpg) no-repeat 0 0; }
        .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner #pos2-6 {
          height: 22vh;
          margin-left: 5px;
          width: calc(100% * 1 / 2 - 5px - 10px); }
          .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner #pos2-6:hover {
            background: url(../images/menu/2-6.jpg) no-repeat 0 0; }
        .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner #pos3-1:hover, .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner #pos3-2:hover, .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner #pos3-3:hover {
          background: white; }
        .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner.recents {
          padding-right: 0;
          padding-left: 0;
          height: 100%; }
          .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner.recents > div {
            width: 100%;
            height: 100%;
            display: none; }
          .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner.recents .decor {
            background: transparent;
            border: 0 none;
            text-align: left;
            margin: 0; }
            .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner.recents .decor#rub1 {
              display: block; }
            .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner.recents .decor ul {
              margin: 10px 0;
              padding: 0; }
              .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner.recents .decor ul li {
                width: 100%;
                display: block;
                margin: 5px 0; }
                .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner.recents .decor ul li a {
                  text-align: left;
                  color: #076e6c;
                  padding: 0;
                  text-transform: none; }
                  .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner.recents .decor ul li a:hover {
                    background: #fff;
                    color: #fff;
                    width: 100%;
                    padding: 0; }
                    .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner.recents .decor ul li a:hover > div {
                      margin: 0; }
                    .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner.recents .decor ul li a:hover h4, .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner.recents .decor ul li a:hover p {
                      text-decoration: underline; }
                  .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner.recents .decor ul li a > div {
                    margin: 0 5px;
                    border: 1px solid #076e6c; }
                  .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner.recents .decor ul li a h4 {
                    font-size: 17px;
                    padding: 5px;
                    color: #076e6c;
                    text-transform: none;
                    position: relative; }
                    .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner.recents .decor ul li a h4:after {
                      content: " ";
                      background: #076e6c url(../images/picto_oeil_on.svg) no-repeat center center;
                      width: 60px;
                      top: 0;
                      right: 0;
                      position: absolute;
                      height: 100%; }
                  .cbp-hrmenu > ul .cbp-hrsub .cbp-hrsub-inner.recents .decor ul li a p {
                    background-color: #076e6c;
                    color: #fff;
                    width: 60px;
                    font-size: 1.4rem;
                    text-align: center;
                    padding: 5px 10px; }

header {
  background-color: #fff;
  font-family: "Open Sans", "sans-serif";
  padding-bottom: 20px;
  /*position:relative;*/
  /* @DOC Menu collé */ }
  header h1 {
    color: #076e6c;
    display: inline-block;
    font-size: 1.4rem;
    margin: 20px 0 0 0;
    text-transform: uppercase;
    font-family: "Open Sans", "sans-serif";
    font-weight: 700; }
  header .stickyWrapper {
    background: #fff;
    width: 100%; }
    header .stickyWrapper #main-nav {
      max-width: 1040px;
      /*width:1040px;*/
      width: 100%;
      margin: 0 auto;
      padding-top: 20px; }
    header .stickyWrapper.is-sticky .tod {
      display: none; }
    header .stickyWrapper.is-sticky #main-nav {
      padding-bottom: 20px; }
    header .stickyWrapper.is-sticky #cd-top-nav ul#menu {
      padding-top: 0; }
    header .stickyWrapper.is-sticky #cd-top-nav ul li#contact a, header .stickyWrapper.is-sticky #cd-top-nav ul li#follow a {
      padding: 9px 10px 9px 10px; }
  header #logo {
    float: left; }
    header #logo img {
      width: 210px;
      margin: 5px 40px 0 0; }
  header #cd-top-nav .clearfix {
    height: 70px; }
  header #cd-top-nav a {
    padding: 0; }
    header #cd-top-nav a:hover {
      background: #FF2630;
      color: white;
      text-decoration: none; }
  header #cd-top-nav ul {
    float: right;
    list-style-type: none; }
    header #cd-top-nav ul#menu {
      padding-top: 20px; }
    header #cd-top-nav ul li {
      /*display: inline-block;*/
      /*float: right;*/
      /*text-align: center;*/
      margin: 0 0 0 20px;
      padding: 0;
      height: 35px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      /*&#follow {
      	a {
      		padding: 13px 10px 13px;
      		font-weight: bold;
      		font-size: 1.5rem;	
      	}	
      }*/ }
      header #cd-top-nav ul li a {
        display: inline-block;
        font-family: "Open Sans", "sans-serif";
        text-decoration: none;
        text-transform: uppercase;
        padding: 0 10px; }
        header #cd-top-nav ul li a:hover, header #cd-top-nav ul li a:hover a {
          background: #FF2630;
          color: white;
          text-decoration: none;
          padding: 2px 5px; }
      header #cd-top-nav ul li svg {
        display: inline; }
      header #cd-top-nav ul li:hover, header #cd-top-nav ul li:hover a {
        background: #FF2630;
        color: white;
        text-decoration: none;
        padding: 2px 5px; }
      header #cd-top-nav ul li.nav-sec {
        border: 1px solid #076e6c;
        box-sizing: border-box;
        height: 50px; }
        header #cd-top-nav ul li.nav-sec a {
          color: #076e6c; }
      header #cd-top-nav ul li#contact, header #cd-top-nav ul li#follow {
        /*padding:0;*/ }
        header #cd-top-nav ul li#contact a, header #cd-top-nav ul li#follow a {
          /*display:inline-block;
          padding: 15px 10px 13px 10px;*/
          pading: 0;
          margin: 0;
          font-size: 1.3rem;
          font-family: "Open Sans", "sans-serif";
          font-weight: 600; }
          header #cd-top-nav ul li#contact a:hover, header #cd-top-nav ul li#contact a:hover a, header #cd-top-nav ul li#follow a:hover, header #cd-top-nav ul li#follow a:hover a {
            background: #076e6c;
            color: white;
            text-decoration: none; }
        header #cd-top-nav ul li#contact:hover, header #cd-top-nav ul li#contact:hover a, header #cd-top-nav ul li#follow:hover, header #cd-top-nav ul li#follow:hover a {
          background: #076e6c;
          color: white;
          text-decoration: none; }
      header #cd-top-nav ul li#bouton-menu {
        height: 50px;
        padding: 0; }
        header #cd-top-nav ul li#bouton-menu a {
          display: inline-block;
          height: 50px;
          background: white;
          border: 1px solid white;
          padding: 2px 2px 2px 2px; }
          header #cd-top-nav ul li#bouton-menu a:hover {
            border: 1px solid #076e6c;
            margin: 0; }
        header #cd-top-nav ul li#bouton-menu svg {
          fill: #076e6c;
          margin-top: 2px; }
      header #cd-top-nav ul li#bouton-recherche {
        width: 50px;
        height: 50px;
        border: 1px solid #076e6c;
        padding: 1px;
        background: #076e6c;
        text-align: center; }
        header #cd-top-nav ul li#bouton-recherche a {
          display: inline-block;
          padding: 0;
          height: 25px; }
        header #cd-top-nav ul li#bouton-recherche svg {
          fill: white; }
        header #cd-top-nav ul li#bouton-recherche:hover, header #cd-top-nav ul li#bouton-recherche:hover a {
          background: white; }
          header #cd-top-nav ul li#bouton-recherche:hover svg, header #cd-top-nav ul li#bouton-recherche:hover a svg {
            fill: #076e6c; }
      header #cd-top-nav ul li#comites {
        padding: 5px;
        width: 120px;
        height: 50px;
        position: relative; }
        header #cd-top-nav ul li#comites a {
          font-family: "Open Sans", "sans-serif";
          font-weight: 300;
          font-size: 1.3rem;
          letter-spacing: -0.1rem;
          padding: 0 0 0 10px; }
        header #cd-top-nav ul li#comites svg {
          float: right;
          fill: #076e6c; }
        header #cd-top-nav ul li#comites:hover, header #cd-top-nav ul li#comites:hover a {
          background: #076e6c;
          color: white;
          text-decoration: none; }
        header #cd-top-nav ul li#comites:hover svg, header #cd-top-nav ul li#comites:hover a svg {
          fill: white; }
      header #cd-top-nav ul li img {
        margin: 0;
        padding: 0; }
    header #cd-top-nav ul:first-child {
      margin: 10px 0 0 0; }
      header #cd-top-nav ul:first-child li {
        margin: 0 0 0 15px;
        border: 3px solid #FF2630; }
        header #cd-top-nav ul:first-child li a {
          color: #FF2630;
          font-weight: bold;
          font-size: 1.3rem; }
        header #cd-top-nav ul:first-child li:hover, header #cd-top-nav ul:first-child li:hover a {
          background: #FF2630;
          color: white;
          text-decoration: none;
          padding: 2px 5px; }
  header .is-sticky #logo img {
    height: 50px;
    margin-right: 20px; }
  header .is-sticky #cd-top-nav {
    padding: 10px; }
    header .is-sticky #cd-top-nav ul {
      margin: 0;
      padding: 0; }
      header .is-sticky #cd-top-nav ul li, header .is-sticky #cd-top-nav ul li#follow, header .is-sticky #cd-top-nav ul li#contact {
        height: 39px;
        display: inline-block;
        float: right;
        text-align: center;
        padding: 0; }
      header .is-sticky #cd-top-nav ul li a {
        font-size: 1.3rem;
        padding: 7px 10px; }
        header .is-sticky #cd-top-nav ul li a:hover {
          background: #FF2630; }
      header .is-sticky #cd-top-nav ul li#comites {
        width: 39px;
        height: 39px;
        padding: 2px; }
        header .is-sticky #cd-top-nav ul li#comites a {
          padding: 0;
          margin: 0; }
          header .is-sticky #cd-top-nav ul li#comites a svg {
            height: 33px;
            width: auto; }
        header .is-sticky #cd-top-nav ul li#comites span {
          display: none; }
      header .is-sticky #cd-top-nav ul li#bouton-recherche {
        height: 39px;
        width: 39px; }
        header .is-sticky #cd-top-nav ul li#bouton-recherche a {
          padding-top: 3px; }
      header .is-sticky #cd-top-nav ul li#bouton-menu a {
        padding: 0;
        /*svg {
        	fill: white;	
        }*/ }
      header .is-sticky #cd-top-nav ul#menu {
        font-size: 1.3rem; }
  header .is-sticky #formulaire_recherche {
    top: 90px; }
  header .cd-lateral-nav .cd-menu-trigger {
    -webkit-transform: scale(1) rotate(-90deg) translateX(-230px) translateY(0);
    -moz-transform: scale(1) rotate(-90deg) translateX(-230px) translateY(0);
    -o-transform: scale(1) rotate(-90deg) translateX(-230px) translateY(0);
    -ms-transform: scale(1) rotate(-90deg) translateX(-230px) translateY(0);
    transform: scale(1) rotate(-90deg) translateX(-230px) translateY(0);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    writing-mode: lr-tb;
    color: white;
    margin: 0;
    padding: 0;
    font-size: 1.9rem;
    font-family: "Open Sans", "sans-serif";
    font-weight: 600;
    text-transform: uppercase;
    z-index: 100;
    /*			top:0;
    left:-10px;*/ }
  header > .center {
    max-width: 1040px;
    padding: 66px 0 0 0;
    margin: 0 auto;
    background: #fff; }

#formulaire_recherche {
  position: absolute;
  top: 190px;
  left: 0;
  z-index: 9;
  background: #fff;
  border: 0;
  margin: 0 0 0 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  		/*animation-name: recherche-slideIn;
  		animation-duration: 650ms;
  		animation-timing-function: ease-in-out;	
  
  		@keyframes recherche-slideIn {
  			0% {
  				height:0;	
  				border: 0 none;
  				padding:0;
  			}
  		}*/ }
  #formulaire_recherche form,
  #formulaire_recherche input {
    border: 1px solid #076e6c;
    box-sizing: border-box; }
  #formulaire_recherche form {
    width: 100rem; }
  #formulaire_recherche input {
    background: #EFEFEF;
    font-size: 1.6rem;
    height: 50px;
    margin: 2px;
    padding: 10px;
    width: calc(100% - 54px);
    float: left;
    margin-right: 0; }
    #formulaire_recherche input[type=submit] {
      background: url(../images/icone_loupe_submit.svg) no-repeat 0 0;
      display: block;
      height: 50px;
      width: 50px;
      float: left;
      margin-left: 0; }

/* ------------------------------------------------------------------------------------------
	# NAV PLUS #
------------------------------------------------------------------------------------------ */
#nav-plus {
  position: absolute;
  top: 10px;
  height: 80px;
  width: 100%;
  z-index: 1; }

		/*.wrapper {
			position: relative;
			overflow: hidden;
			width: 100px;
			height: 100px; 
			border: 1px solid black;
		}

		#slide {
			position: absolute;
			left: -100px;
			width: 100px;
			height: 100px;
			background: blue;
			-webkit-animation: slide 0.5s forwards;
			-webkit-animation-delay: 2s;
			animation: slide 0.5s forwards;
			animation-delay: 2s;
		}

		@-webkit-keyframes slide {
			100% { left: 0; }
		}

		@keyframes slide {
			100% { left: 0; }
		}*/
/* ------------------------------------------------------------------------------------------
	# CD-LATERAL-NAV #
------------------------------------------------------------------------------------------ */
.cd-lateral-nav {
  position: fixed;
  top: 0;
  right: -410px;
  width: 50px;
  height: 100vh;
  overflow-y: visible; }
  .cd-lateral-nav a {
    font-size: 1.3rem; }
  .cd-lateral-nav .item-has-children {
    transition: none;
    transition-timing-function: ease-in; }
  .cd-lateral-nav.lateral-menu-is-open {
    overflow: hidden;
    width: 460px; }
  .cd-lateral-nav .fermer {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10000;
    display: none;
    margin: 0;
    padding: 0; }

.cd-navigation {
  display: none; }

#cd-lateral-nav-1 {
  background: #388b89;
  z-index: 10;
  /*right: -280px;*/
  /*right:130px;*/
  right: 50px; }
  #cd-lateral-nav-1.lateral-menu-is-open {
    right: 50px; }
    #cd-lateral-nav-1.lateral-menu-is-open + #cd-lateral-nav-2 {
      right: 80px; }
    #cd-lateral-nav-1.lateral-menu-is-open .cd-navigation, #cd-lateral-nav-1.lateral-menu-is-open .fermer {
      display: block; }

#cd-lateral-nav-2 {
  background: #076e6c;
  z-index: 15;
  /*right: -330px;*/
  /*right:80px;*/
  right: 0; }
  #cd-lateral-nav-2.lateral-menu-is-open {
    right: 0; }
    #cd-lateral-nav-2.lateral-menu-is-open + #cd-lateral-nav-1 {
      right: 460px; }
    #cd-lateral-nav-2.lateral-menu-is-open .cd-navigation, #cd-lateral-nav-2.lateral-menu-is-open .fermer {
      display: block; }

.cd-lateral-nav .cd-navigation a {
  text-transform: none; }

.cd-lateral-nav .cd-navigation > li > a {
  position: relative;
  text-transform: uppercase;
  font-weight: 600; }

.cd-menu-trigger {
  width: 100px; }

/* ------------------------------------------------------------------------------------------
	# MAIN #
------------------------------------------------------------------------------------------ */
main,
footer {
  margin: 0 auto;
  max-width: 1040px; }

/*main > .flex-container {
	space-between:32px;
}*/
.cd-main-content {
  background-color: transparent;
  z-index: 1; }

/* Surcharge calendrier */
.calendriermini {
  position: relative; }
  .calendriermini .ui-icon {
    height: 19px !important;
    width: 26px !important; }
  .calendriermini .ui-datepicker-header {
    border: 2px solid #076e6c !important;
    border-bottom: 0 none !important; }
  .calendriermini .ui-datepicker-today {
    background-color: #076e6c;
    color: white; }
    .calendriermini .ui-datepicker-today a {
      background: transparent; }
  .calendriermini .ui-datepicker-header .ui-icon {
    background: url(../images/month_prev_next.svg) repeat 0 0 !important; }
  .calendriermini .ui-datepicker-next .ui-icon {
    background-position: top right !important; }
  .calendriermini .ui-datepicker-prev .ui-icon {
    background-position: top left !important; }
  .calendriermini .ui-datepicker-title {
    padding-top: 20px; }
    .calendriermini .ui-datepicker-title select.ui-datepicker-month, .calendriermini .ui-datepicker-title select.ui-datepicker-year {
      background: #fff;
      border: 0 none;
      font-family: "Open Sans", "sans-serif";
      font-weight: 300;
      font-weight: 500;
      font-size: 2rem;
      text-transform: uppercase !important;
      text-align: center;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      -ms-appearance: none;
      appearance: none; }
    .calendriermini .ui-datepicker-title select.ui-datepicker-year {
      background: #076e6c;
      color: #fff; }
  .calendriermini .ui-datepicker-calendar {
    border-top: 0 none;
    border-bottom: 0 none;
    border-right: 2px solid #076e6c;
    border-left: 2px solid #076e6c; }
  .calendriermini tbody {
    background: #fff; }
  .calendriermini th {
    border: 0 none !important;
    text-align: center; }
  .calendriermini td {
    border: 2px solid #076e6c !important;
    text-align: center !important;
    width: 33px !important;
    height: 35px !important; }
    .calendriermini td.ui-state-highlight a {
      background: none !important; }
    .calendriermini td a {
      font-weight: normal !important;
      font-size: 1.2rem !important;
      border: 0 none !important;
      line-height: 1.2rem;
      padding: 3px 0 !important;
      display: block;
      width: 100%;
      text-align: center; }
      .calendriermini td a::after {
        content: "";
        display: block;
        margin: 6px auto;
        height: 6px; }
    .calendriermini td.jourlong a::after {
      background-color: rgba(7, 110, 108, 0.5) !important; }
    .calendriermini td.jourcourt a::after {
      background-image: url(../images/icones_agenda_evenement_court.svg) !important;
      background-position: center;
      background-repeat: no-repeat; }
  .calendriermini .ui-datepicker-prev, .calendriermini .ui-datepicker-next {
    top: 60px !important; }
  .calendriermini .ui-datepicker-prev, .calendriermini .ui-datepicker-prev:hover {
    left: 15% !important; }
  .calendriermini .ui-datepicker-next, .calendriermini .ui-datepicker-next:hover {
    right: 15% !important; }
  .calendriermini .ui-datepicker-title {
    margin: 0 2.3em 50px 2.3em !important; }
  .calendriermini .ui-datepicker-buttonpane {
    float: left; }
  .calendriermini .ui-datepicker-buttonpane .ui-datepicker-current {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    background: transparent;
    color: #076e6c;
    border: 0 none;
    text-align: center;
    font-size: 1.2rem; }

/* SWIPER */
.swiper-pagination-bullet {
  border-radius: 0; }

.swiper-pagination-bullet-active {
  background: #FF2630; }

/* ------------------------------------------------------------------------------------------
	# FOOTER #
------------------------------------------------------------------------------------------ */
main + footer {
  background: #fff;
  border: 2px solid #076e6c;
  font-family: "Open Sans", "sans-serif";
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 80px; }
  main + footer ul {
    list-style-type: none; }
    main + footer ul li {
      border-left: 2px solid #076e6c;
      font-family: "Open Sans", "sans-serif";
      font-weight: 300;
      height: 61px;
      width: 33%;
      text-align: center; }
      main + footer ul li:first-child {
        border-left: 0 none; }
      main + footer ul li.col {
        vertical-align: middle; }
      main + footer ul li#plan {
        font-size: 2.4rem; }
      main + footer ul li#mentions {
        text-transform: uppercase; }
  main + footer a {
    color: #076e6c; }

/* ------------------------------------------------------------------------------------------
	# SPIP #
------------------------------------------------------------------------------------------ */
.spip-admin-bloc,
.spip-admin-float {
  z-index: 1000 !important;
  left: 50% !important;
  font-size: 1.3rem;
  display: block;
  z-index: 11000; }

#debug-nav {
  position: absolute !important;
  top: 90px !important;
  right: 50% !important;
  width: 500px !important; }

/* ------------------------------------------------------------------------------------------
	# Responsive #
------------------------------------------------------------------------------------------ */
/*@media screen and (min-width: 200px) and (max-width: 640px) {
  .bloc {
    display:block;
    clear:both;
  }
}*/
@media screen and (max-width: 1280px) {
  .cd-lateral {
    display: none; } }
@media screen and (max-width: 1050px) {
  .large-fl, .large-fr {
    float: none; }

  header .stickyWrapper {
    /*&.is-sticky {
    	#cd-top-nav ul {
    		&:first-child {
    			margin-top:0;
    			margin-bottom:0;
    		}
    	}
    }*/ }
    header .stickyWrapper #main-nav {
      padding: 20px;
      width: 100%; }
    header .stickyWrapper #cd-top-nav ul {
      padding-top: 0;
      margin: 0; }
      header .stickyWrapper #cd-top-nav ul:first-child {
        margin-top: 20px;
        margin-bottom: 10px; } }
@media screen and (max-width: 544px) {
  .is-hidden-mobile {
    display: none; } }

@media screen and (max-width: 544px) {
  .is-hidden-mobile {
    display: none; } }

/*# sourceMappingURL=styles.css.map */
