.u-none {
  display: none;
}
.u-table {
  display: table;
}
.u-cell {
  display: table-cell;
}
.u-inlbl {
  display: inline-block;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
/*------------------------------------* Typographie \*------------------------------------*/
.u-tac {
  text-align: center;
}
.u-tal {
  text-align: left;
}
.u-tar {
  text-align: right;
}
/*! * ress.css • v1.0.1 * MIT License * github.com/filipelinhares/ress */
/* # ================================================================= # Global selectors # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}
*, :before, :after {
  box-sizing: inherit;
}
:before, :after {
  vertical-align: inherit;
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}
/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  margin: 0;
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
}
/* # ================================================================= # General elements # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}
/* * Correct `block` display not defined for any HTML5 element in IE 8/9 * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox * Correct `block` display not defined for `main` in IE 11 */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}
[hidden], template {
  display: none;
  /* Add the correct display in IE */
}
abbr[title] {
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
}
a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active, a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}
b, strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}
dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}
/* Address styling not present in IE 8/9 */
mark {
  color: #000;
  background-color: #ff0;
}
/* https://gist.github.com/unruthless/413930 */
sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # ================================================================= # Forms # ================================================================= */
input {
  border-radius: 0;
}
[type="number"] {
  width: auto;
  /* Firefox 36+ */
}
[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}
textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}
button, input, optgroup, select, textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}
button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}
button, select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}
/* Remove the default button styling in all browsers */
button, input, select, textarea {
  color: inherit;
  background-color: transparent;
  border-style: none;
}
/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}
legend {
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
}
::-webkit-file-upload-button {
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
}
/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/* # ================================================================= # Specify media element style # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}
audio, canvas, progress, video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}
/* # ================================================================= # Acessibility # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/* # ================================================================= # Selection # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
}
::selection {
  text-shadow: none;
  color: #fff;
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
}
/*---------------------------------------* Sélection \*---------------------------------------*/
::-moz-selection {
  text-shadow: none;
  color: #323c32;
  background: #bdb6a4;
}
::selection {
  text-shadow: none;
  color: #323c32;
  background: #bdb6a4;
}
/*---------------------------------------* Réglages globaux \*---------------------------------------*/
*, *:after, *:before {
  position: relative;
  outline: none;
}
html {
  font-size: 14px;
  background: #FFF;
  min-height: 100vh;
  overflow-y: scroll;
}
@media (min-width: 62em) {
  html.no-scroll {
    height: 100%;
  }
}
.is-mac, .is-mac input, .is-mac button, .is-mac textarea {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-osx-font-smoothing: antialiased;
}
/*------------------------------------* Base typographique More settings: http://type-scale.com/ \*------------------------------------*/
body {
  font-family: PT Sans;
  font-size: 1em;
  line-height: 1.43;
  color: #343c33;
  background: #343c33;
  min-height: calc(100vh - 20px);
}
@media (min-width: 62em) {
  body {
    min-height: calc(100vh - 60px);
  }
}
.no-scroll body {
  height: 100%;
  overflow: hidden;
}
p, ul, ol, blockquote {
  margin: 0 0 10px 0;
}
h1, h2, h3, h4 {
  margin: 1.414em 0 0.9em;
  font-family: PT Serif;
  line-height: 1.25em;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFF;
}
h1 span, h2 span, h3 span, h4 span {
  color: #505a4f;
}
h1 {
  margin: 0;
  font-size: 2em;
}
h2 {
  font-size: 1.7em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.1em;
}
small {
  font-size: 0.75em;
}
sup {
  vertical-align: super;
  font-size: 0.75em;
}
a {
  color: inherit;
  text-decoration: none;
}
.serif {
  font-family: PT Serif;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*! Flickity v2.0.5 http://flickity.metafizzy.co ---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background: white;
}
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/*------------------------------------* Grid system (Bootstrap) \*------------------------------------*/
.grid {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 860px;
}
.grid__row {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.grid__row:after {
  content: "";
  clear: both;
  display: block;
}
@media (min-width: 30em) {
  .grid__row {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}
@media (min-width: 48em) {
  .grid__row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media (min-width: 62em) {
  .grid__row {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media (min-width: 80em) {
  .grid__row {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media (min-width: 90em) {
  .grid__row {
    margin-right: -30px;
    margin-left: -30px;
  }
}
.grid, [class*="grid__col-xxs--"], [class*="grid__col-xs--"], [class*="grid__col-s--"], [class*="grid__col-m--"], [class*="grid__col-l--"], [class*="grid__col-xl--"] {
  min-height: 1px;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@media (min-width: 30em) {
  .grid, [class*="grid__col-xxs--"], [class*="grid__col-xs--"], [class*="grid__col-s--"], [class*="grid__col-m--"], [class*="grid__col-l--"], [class*="grid__col-xl--"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 48em) {
  .grid, [class*="grid__col-xxs--"], [class*="grid__col-xs--"], [class*="grid__col-s--"], [class*="grid__col-m--"], [class*="grid__col-l--"], [class*="grid__col-xl--"] {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media (min-width: 62em) {
  .grid, [class*="grid__col-xxs--"], [class*="grid__col-xs--"], [class*="grid__col-s--"], [class*="grid__col-m--"], [class*="grid__col-l--"], [class*="grid__col-xl--"] {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 80em) {
  .grid, [class*="grid__col-xxs--"], [class*="grid__col-xs--"], [class*="grid__col-s--"], [class*="grid__col-m--"], [class*="grid__col-l--"], [class*="grid__col-xl--"] {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 90em) {
  .grid, [class*="grid__col-xxs--"], [class*="grid__col-xs--"], [class*="grid__col-s--"], [class*="grid__col-m--"], [class*="grid__col-l--"], [class*="grid__col-xl--"] {
    padding-right: 30px;
    padding-left: 30px;
  }
}
[class*="grid__col-xxs--"], [class*="grid__col-xs--"], [class*="grid__col-s--"], [class*="grid__col-m--"], [class*="grid__col-l--"], [class*="grid__col-xl--"] {
  float: left;
}
/*------------------------------------* Smallest view \*------------------------------------*/
[class*="grid__col-xxs--"] {
  display: block;
}
.grid__col-xxs--left {
  float: left;
}
.grid__col-xxs--right {
  float: right;
}
.grid__col-xxs--0 {
  display: none;
}
.grid__col-xxs--1 {
  width: 8.33333%;
}
.grid__col-xxs--2 {
  width: 16.66667%;
}
.grid__col-xxs--3 {
  width: 25%;
}
.grid__col-xxs--4 {
  width: 33.33333%;
}
.grid__col-xxs--5 {
  width: 41.66667%;
}
.grid__col-xxs--6 {
  width: 50%;
}
.grid__col-xxs--7 {
  width: 58.33333%;
}
.grid__col-xxs--8 {
  width: 66.66667%;
}
.grid__col-xxs--9 {
  width: 75%;
}
.grid__col-xxs--10 {
  width: 83.33333%;
}
.grid__col-xxs--11 {
  width: 91.66667%;
}
.grid__col-xxs--12 {
  width: 100%;
}
/*------------------------------------* Smaller view \*------------------------------------*/
@media (min-width: 30em) {
  [class*="grid__col-xs--"] {
    display: block;
  }
  .grid__col-xs--left {
    float: left;
  }
  .grid__col-xs--right {
    float: right;
  }
  .grid__col-xs--0 {
    display: none;
  }
  .grid__col-xs--1 {
    width: 8.33333%;
  }
  .grid__col-xs--2 {
    width: 16.66667%;
  }
  .grid__col-xs--3 {
    width: 25%;
  }
  .grid__col-xs--4 {
    width: 33.33333%;
  }
  .grid__col-xs--5 {
    width: 41.66667%;
  }
  .grid__col-xs--6 {
    width: 50%;
  }
  .grid__col-xs--7 {
    width: 58.33333%;
  }
  .grid__col-xs--8 {
    width: 66.66667%;
  }
  .grid__col-xs--9 {
    width: 75%;
  }
  .grid__col-xs--10 {
    width: 83.33333%;
  }
  .grid__col-xs--11 {
    width: 91.66667%;
  }
  .grid__col-xs--12 {
    width: 100%;
  }
}
/*------------------------------------* Small view \*------------------------------------*/
@media (min-width: 48em) {
  [class*="grid__col-s--"] {
    display: block;
  }
  .grid__col-s--left {
    float: left;
  }
  .grid__col-s--right {
    float: right;
  }
  .grid__col-s--0 {
    display: none;
  }
  .grid__col-s--1 {
    width: 8.33333%;
  }
  .grid__col-s--2 {
    width: 16.66667%;
  }
  .grid__col-s--3 {
    width: 25%;
  }
  .grid__col-s--4 {
    width: 33.33333%;
  }
  .grid__col-s--5 {
    width: 41.66667%;
  }
  .grid__col-s--6 {
    width: 50%;
  }
  .grid__col-s--7 {
    width: 58.33333%;
  }
  .grid__col-s--8 {
    width: 66.66667%;
  }
  .grid__col-s--9 {
    width: 75%;
  }
  .grid__col-s--10 {
    width: 83.33333%;
  }
  .grid__col-s--11 {
    width: 91.66667%;
  }
  .grid__col-s--12 {
    width: 100%;
  }
}
/*------------------------------------* Medium view \*------------------------------------*/
@media (min-width: 62em) {
  [class*="grid__col-m--"] {
    display: block;
  }
  .grid__col-m--left {
    float: left;
  }
  .grid__col-m--right {
    float: right;
  }
  .grid__col-m--0 {
    display: none;
  }
  .grid__col-m--1 {
    width: 8.33333%;
  }
  .grid__col-m--2 {
    width: 16.66667%;
  }
  .grid__col-m--3 {
    width: 25%;
  }
  .grid__col-m--4 {
    width: 33.33333%;
  }
  .grid__col-m--5 {
    width: 41.66667%;
  }
  .grid__col-m--6 {
    width: 50%;
  }
  .grid__col-m--7 {
    width: 58.33333%;
  }
  .grid__col-m--8 {
    width: 66.66667%;
  }
  .grid__col-m--9 {
    width: 75%;
  }
  .grid__col-m--10 {
    width: 83.33333%;
  }
  .grid__col-m--11 {
    width: 91.66667%;
  }
  .grid__col-m--12 {
    width: 100%;
  }
}
/*------------------------------------* Large view \*------------------------------------*/
@media (min-width: 80em) {
  [class*="grid__col-l--"] {
    display: block;
  }
  .grid__col-l--left {
    float: left;
  }
  .grid__col-l--right {
    float: right;
  }
  .grid__col-l--0 {
    display: none;
  }
  .grid__col-l--1 {
    width: 8.33333%;
  }
  .grid__col-l--2 {
    width: 16.66667%;
  }
  .grid__col-l--3 {
    width: 25%;
  }
  .grid__col-l--4 {
    width: 33.33333%;
  }
  .grid__col-l--5 {
    width: 41.66667%;
  }
  .grid__col-l--6 {
    width: 50%;
  }
  .grid__col-l--7 {
    width: 58.33333%;
  }
  .grid__col-l--8 {
    width: 66.66667%;
  }
  .grid__col-l--9 {
    width: 75%;
  }
  .grid__col-l--10 {
    width: 83.33333%;
  }
  .grid__col-l--11 {
    width: 91.66667%;
  }
  .grid__col-l--12 {
    width: 100%;
  }
}
/*------------------------------------* Larger view \*------------------------------------*/
@media (min-width: 90em) {
  [class*="grid__col-xl--"] {
    display: block;
  }
  .grid__col-xl--left {
    float: left;
  }
  .grid__col-xl--right {
    float: right;
  }
  .grid__col-xl--0 {
    display: none;
  }
  .grid__col-xl--1 {
    width: 8.33333%;
  }
  .grid__col-xl--2 {
    width: 16.66667%;
  }
  .grid__col-xl--3 {
    width: 25%;
  }
  .grid__col-xl--4 {
    width: 33.33333%;
  }
  .grid__col-xl--5 {
    width: 41.66667%;
  }
  .grid__col-xl--6 {
    width: 50%;
  }
  .grid__col-xl--7 {
    width: 58.33333%;
  }
  .grid__col-xl--8 {
    width: 66.66667%;
  }
  .grid__col-xl--9 {
    width: 75%;
  }
  .grid__col-xl--10 {
    width: 83.33333%;
  }
  .grid__col-xl--11 {
    width: 91.66667%;
  }
  .grid__col-xl--12 {
    width: 100%;
  }
}
/*------------------------------------* Grid Advanced \*------------------------------------*/
/*------------------------------------* Smallest view \*------------------------------------*/
.col-xs-no-gutter {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-gutter {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
/*------------------------------------* Smaller view \*------------------------------------*/
@media (min-width: 30em) {
  .col-s-no-gutter {
    padding-right: 0;
    padding-left: 0;
  }
  .col-s-gutter {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
/*------------------------------------* Small view \*------------------------------------*/
@media (min-width: 48em) {
  .col-m-no-gutter {
    padding-right: 0;
    padding-left: 0;
  }
  .col-m-gutter {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
/*------------------------------------* Medium view \*------------------------------------*/
@media (min-width: 62em) {
  .col-n-no-gutter {
    padding-right: 0;
    padding-left: 0;
  }
  .col-n-gutter {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/*------------------------------------* Large view \*------------------------------------*/
@media (min-width: 80em) {
  .col-l-no-gutter {
    padding-right: 0;
    padding-left: 0;
  }
  .col-l-gutter {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/*------------------------------------* Larger view \*------------------------------------*/
@media (min-width: 90em) {
  .col-xl-no-gutter {
    padding-right: 0;
    padding-left: 0;
  }
  .col-xl-gutter {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/*------------------------------------* Header \*------------------------------------*/
.main-header .fb {
  position: absolute;
  width: 30px;
  height: 30px;
  background: transparent url(../svg/layout/fb.svg) center center no-repeat;
  background-size: contain;
  opacity: 0.7;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 208;
  top: 10px;
  right: 10px;
}
@media (min-width: 62em) {
  .main-header .fb {
    top: 50px;
    right: 40px;
  }
}
.main-header .fb:hover {
  opacity: 1;
}
.main-logo {
  width: 339px;
  display: block;
  height: 48px;
  background: transparent url(../svg/layout/logo-small.svg) center center no-repeat;
  background-size: contain;
  text-indent: -9999px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: -52px;
  z-index: 207;
}
@media (min-width: 62em) {
  .main-logo {
    left: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 428px;
    height: 40px;
    margin: 40px auto;
    margin-bottom: 30px;
    background-image: url(../svg/layout/logo.svg);
  }
}
.open-menu .main-nav {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.main-nav ul .dropdown-menu {
  position: absolute;
  width: 175px;
  top: 40px;
  display: flex;
  background: #D3D2CA;
  border-radius: 3px;
  padding: 0;
  left: -40%;
  overflow: hidden;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.livret__drop:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.livret__drop:hover {
  background: #D3D2CA;
}
.livret__drop:hover a {
  color: #343C33 !important;
}
.livret__drop {
  border-radius: 3px 3px 0 0;
  padding: 10px;
  position: relative;
   background: #343c33;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#primary-menu > li:not(.livret__drop) {
  padding: 0 0 5px 0;
}

.livret__drop .dropdown-menu ul {
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 10px;
}
.livret__drop .dropdown-menu ul li {
  width: 100%;
  text-align: center;
  padding: 5px 0;
}
.livret__drop .dropdown-menu ul li a {
  font-size: 16px;
  line-height: 18px;
  color: #343C33;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.livret__drop .dropdown-menu ul li a:hover {
  border-bottom: 1px solid #343C33;
}

  /*------------------------------------* Main \*------------------------------------*/
.title {
  font-size: 2em;
  margin: 1.414em 0 0.9em;
}
.hero {
  width: 100%;
  border-bottom: 10px solid #505a4f;
  margin-bottom: 70px;
}
@media (min-width: 62em) {
  .hero {
    margin-bottom: 90px;
  }
}
.hero .hero-img {
  display: block;
  width: 100%;
  height: 110px;
  opacity: 0.3;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
.hero .slider {
  height: 190px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 62em) {
  .hero .slider {
    height: 350px;
  }
}
.hero .slider .slick-slide > div {
  height: 100%;
}
.hero .slider .slick-dots {
  position: absolute;
  right: 10px;
  top: 50%;
  margin: 0;
  list-style: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero .slider .slick-dots li {
  height: 10px;
  line-height: 10px;
  margin: 10px 0;
  width: 10px;
  display: block;
}
.hero .slider .slick-dots li button {
  text-indent: -9999px;
  overflow: hidden;
  width: 10px;
  height: 10px;
  pointer-events: none;
}
.hero .slider .slick-dots li button:before {
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  background: #bdb6a4;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
.hero .slider .slick-dots li:hover button:before {
  opacity: 0.9;
}
.hero .slider .slick-dots li.slick-active button:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hero .slider .slick-list {
  width: 100%;
  height: 100%;
}
.hero .slider .slick-track {
  height: 100%;
}
.hero .slider .zoom figure {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 20s linear;
  transition: all 20s linear;
}
.hero .slide {
  width: 100%;
  height: 100%;
}
.hero .slide figure {
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
}
.hero .logo {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-top: -40px;
  margin-left: -45px;
  background: #323c32;
  top: 100%;
  z-index: 205;
}
@media (min-width: 62em) {
  .hero .logo {
    width: 120px;
    height: 120px;
    line-height: 120px;
    margin-top: -50px;
    margin-left: -60px;
  }
}
.hero .logo img {
  max-width: 85%;
  vertical-align: middle;
}
.title {
  margin-top: 0;
}
@media (min-width: 62em) {
  .title.js-reveal {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
  }
  .title.js-reveal.is-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
    transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
  }
}
.section-content {
  padding: 20px 0;
}
@media (min-width: 62em) {
  .section-content {
    padding: 60px 0;
  }
}
.section-content:last-child {
  padding-bottom: 20px;
}
@media (min-width: 62em) {
  .section-content p.js-reveal {
    opacity: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
  }
  .section-content p.js-reveal.is-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s;
    transition: all 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s;
  }
}
.section-content .btn {
  margin-top: 15px;
}
.section-content hr {
  position: absolute;
  width: 50px;
  height: 34px;
  border: none;
  margin: -40px 0 0 0;
  /*margin: -15px 0 0 0;*/
  top: 0;
  left: 50%;
  background: transparent url(../svg/layout/sep.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: none;
  transition: none;
}
.section-content hr:before, .section-content hr:after {
  width: 230px;
  height: 1px;
  background: #505a4f;
  content: '';
  position: absolute;
  top: 13px;
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1) 0.3s;
  transition: all 0.8s cubic-bezier(1, 0, 0, 1) 0.3s;
}
.section-content hr:before {
  right: 100%;
  margin-right: 5px;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.section-content hr:after {
  left: 100%;
  margin-left: 5px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
@media (min-width: 62em) {
  .section-content hr.js-reveal:before, .section-content hr.js-reveal:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
  .section-content hr.js-reveal.is-visible {
    -webkit-transition: none;
    transition: none;
  }
  .section-content hr.js-reveal.is-visible:before, .section-content hr.js-reveal.is-visible:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}
/*------------------------------------* Footer \*------------------------------------*/
@-webkit-keyframes top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*------------------------------------* Pictogrammes \*------------------------------------*/
.icon_cadenas, .svg_cadenas {
  width: 10px;
  top: -2px;
  display: inline-block;
}
.icon_arrow-up, .svg_arrow-up {
  width: 36px;
  height: 20px;
}
.icon_arrow-up *, .svg_arrow-up * {
  fill: #505a4f;
}
/*------------------------------------* Cookies \*------------------------------------*/
.cookies {
  z-index: 200;
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  visibility: hidden;
}
.cookies.is-visible {
  display: block;
  visibility: visible;
}
.intro {
  width: 100%;
  height: 100%;
  border: 30px solid #FFF;
  position: fixed;
  z-index: 9000;
  top: 0;
  display: none;
  left: 0;
}
.no-intro .intro {
  display: none;
}
@media (min-width: 62em) {
  .intro {
    display: block;
  }
}
.intro.go hr, .intro.go .dent {
  display: block;
}
.intro.close:before, .intro.close:after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
.intro.close .dent .lines .v-line {
  -webkit-transform: scaleY(0.3);
  -ms-transform: scaleY(0.3);
  transform: scaleY(0.3);
}
.intro:before {
  content: '';
  height: 170px;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0, 1);
}
.intro:after {
  content: '';
  top: calc(170px + 350px);
  background: #000;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0, 1);
}
.intro hr {
  display: block;
  border: none;
  width: 100%;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 170px;
  z-index: 1;
  left: 0;
  display: none;
}
.intro .container-dents {
  position: absolute;
  top: 170px;
  height: 350px;
  background: #000;
  width: 100%;
  left: 0;
}
.intro .dent {
  position: absolute;
  top: 0;
  left: 50%;
  width: 912px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.intro .dent:before {
  content: '';
  width: 80px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, black 0%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, black 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
}
.intro .dent:after {
  content: '';
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, transparent 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, transparent 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
  /* IE6-9 */
}
.intro .dent .lines {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.intro .dent .lines .v-line {
  position: absolute;
  left: 50%;
  top: -200px;
  margin-left: 12px;
  -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
  transition: all 0.6s cubic-bezier(1, 0, 0, 1);
}
.intro .dent .lines .v-line * {
  fill: none;
  stroke: #f3c01d;
  stroke-miterlimit: 10;
}
.intro .dent .lines .v-line:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, black 0%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, black 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}
.intro .dent .lines .v-line:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}
.intro .dent .lines .h-line {
  overflow: hidden;
  width: 100%;
}
.intro .dent .lines .h-line svg {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.intro .dent .lines .h-line svg * {
  fill: none;
  stroke: #f3c01d;
  stroke-miterlimit: 10;
}
.intro .dent .courbe {
  position: absolute;
  top: 55px;
  left: 0;
  overflow: hidden;
  width: 100%;
}
.intro .dent .courbe svg {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(1deg);
  -ms-transform: translateX(-50%) rotate(1deg);
  transform: translateX(-50%) rotate(1deg);
}
.intro .dent .courbe svg * {
  fill: none;
  stroke: #b4d62b;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.intro .dent .filaires {
  width: 100%;
}
.intro .dent .filaires * {
  fill: none;
  stroke: #FFF;
  stroke-width: 2px;
}
.intro .dent-dirty img {
  display: block;
  margin: auto;
}
/*------------------------------------* Buttons \*------------------------------------*/
.btn {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #bdb6a4;
  background: #505a4f;
  border: none;
  outline: none;
  line-height: 1.7em;
  text-decoration: none !important;
  padding: 3px 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
.btn:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #323c32;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.btn:hover {
  color: #FFF;
}
.btn:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.flickity-prev-next-button {
  border-radius: 0;
  background: none;
  margin-top: -20px;
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.flickity-prev-next-button:disabled {
  opacity: 0;
}
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: none;
}
.flickity-prev-next-button:hover {
  background: none;
}
.flickity-prev-next-button:hover svg {
  -webkit-transform: scaleY(0.8) translateZ(0);
  transform: scaleY(0.8) translateZ(0);
}
.flickity-prev-next-button:active svg {
  -webkit-transform: scaleY(0.7) translateZ(0);
  transform: scaleY(0.7) translateZ(0);
}
.flickity-prev-next-button svg {
  left: 30%;
  top: 20%;
  width: 40%;
  height: 60%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.flickity-prev-next-button svg .arrow {
  fill: #FFF;
}
.flickity-prev-next-button.next {
  left: 100%;
  right: auto;
  margin-left: -30px;
}
.flickity-prev-next-button.previous {
  right: 100%;
  left: auto;
  margin-right: -30px;
}
/*------------------------------------* Form \*------------------------------------*/
.form {
  text-align: center;
}
.form .btn {
  margin-top: 0;
}
/*------------------------------------* Labels \*------------------------------------*/
/*------------------------------------* Basic text input \*------------------------------------*/
.form-text {
  display: inline-block;
  display: inline-block;
  text-decoration: none;
  color: #505a4f;
  background: #FFF;
  border: none;
  outline: none;
  line-height: 1.7em;
  padding: 3px 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
/*------------------------------------* Select list \*------------------------------------*/
/*------------------------------------* Checkbox \*------------------------------------*/
/*---------------------------------------* Variations de formulaires \*---------------------------------------*/
@media (min-width: 62em) {
  .entry.js-reveal {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  .entry.js-reveal.is-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
  }
}
.entry img {
  max-width: 100%;
  height: auto;
}
.entry p, .entry ul, .entry ol, .entry blockquote {
  margin-bottom: 1.144em;
  color: #fff;
}
.entry h2, .entry h3, .entry h4 {
  margin-top: 0;
  line-height: 1.43em;
}
.entry h2 {
  font-size: 1em;
}
.entry h3 {
  font-size: 0.9em;
}
.entry h4 {
  font-size: 0.8em;
}
.entry ul {
  list-style: none;
}
.entry ul li {
  padding: 0;
  padding-left: 14px;
  padding-bottom: 5px;
  color: #fff;
}
.entry ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  margin-top: -2px;
  left: 0;
  top: 0.715em;
  background: #FFF;
  opacity: 0.8;
}
.entry img.aligncenter {
  margin: auto;
  display: block;
  margin-bottom: 1.43em;
}
.entry img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.entry .white {
  color: #FFF;
}
.entry table td {
  display: block;
  width: 100%;
  padding-bottom: 20px;
}
@media (min-width: 48em) {
  .entry table td {
    display: table-cell;
    width: auto;
    padding-bottom: 0;
  }
}
.entry a {
  text-decoration: underline;
}
.entry .table-cabinet img {
  width: 100%;
}
@media (min-width: 48em) {
  .entry .table-cabinet img {
    width: auto;
  }
}
@media (min-width: 48em) {
  .entry .table-cabinet td {
    width: 50%;
    padding-left: 30px;
    border-left: 1px solid #d2d2d2;
  }
  .entry .table-cabinet td:first-child {
    border-left: 0;
    padding-right: 20px;
  }
}
/*------------------------------------* Page d'accueil \*------------------------------------*/
#map {
  width: 100%;
  height: 200px;
}
@media (min-width: 48em) {
  #map {
    height: calc(100vh - 100px - 170px - 60px - 188px);
    min-height: 310px;
  }
}
.doctor {
  color: #FFF;
  font-size: 1.28em;
}
.doctor .serif {
  color: #505a4f;
}
.doctor a:after {
  content: '';
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #323c32;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
.doctor a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.coordonnate strong {
  color: #323c32;
}
.contact .main-footer, .page-template-contact .main-footer {
  display: none;
}
.section-content p a {
  text-decoration: underline;
}
.container-slider:before {
  content: '';
  width: 100%;
  top: 0;
  bottom: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
}
.container-slider.js-reveal:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.container-slider.js-reveal.is-visible:before {
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0, 1) 0.1s;
  transition: all 0.7s cubic-bezier(1, 0, 0, 1) 0.1s;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.container-slider.js-reveal.is-visible .slider-content {
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0, 1) 0.2s;
  transition: all 0.7s cubic-bezier(1, 0, 0, 1) 0.2s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.container-slider.js-reveal.is-visible .slider-content .flickity-viewport {
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0, 1) 0.2s;
  transition: all 0.7s cubic-bezier(1, 0, 0, 1) 0.2s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.container-slider.js-reveal .slider-content {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  overflow: hidden;
  background: none;
}
.container-slider.js-reveal .slider-content .flickity-viewport {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.slider-content {
  width: 100%;
  background: #a7a495;
}
.slider-content.flickity-enabled .slide {
  opacity: 1;
}
.section-content:nth-child(odd) .slider-content {
  background: #a7a495;
}
.slider-content .flickity-viewport {
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
.slider-content .slide {
  width: 100%;
  margin: 0 10px;
  overflow: hidden;
  opacity: 0;
}
.slider-content .slide:before, .slider-content .slide:after {
  content: '';
  top: 0;
  bottom: 40px;
  width: 1px;
  background: #323c32;
  position: absolute;
  z-index: 1;
}
.slider-content .slide:before {
  left: 0;
}
.slider-content .slide:after {
  right: 0;
}
.slider-content .slide figure img {
  display: block;
  max-width: 100%;
  margin: auto;
  border: 1px solid #323c32;
}
.slider-content .slide figure figcaption {
  padding: 10px 0;
  height: 40px;
  text-align: center;
  font-style: italic;
}
.program-item {
  margin-bottom: 3em;
  padding-bottom: 1.5em;
  border-bottom: 2px solid #a7a493;
}
.program-item .program-title {
  font-size: 1.4em;
  margin-top: 0;
}
.program-item .program-notice {
  font-style: italic;
  font-size: 1em;
  font-family: PT Serif;
  text-transform: none;
  color: #fff;
  opacity: 0.7;
}
/* lequipe-rd style begin*/
.card {
  border: none;
  border-radius: 0px;
}
/* lequipe-rd style end*/
/* lequipe-rd NEW style begin*/
.doctors_group {
  padding: 90px 0 60px 0;
  max-width: 1570px;
  margin: 0 auto;
  background-color: #BDB6A4;
}
.doctors_group .card {
  background: transparent;
}
.doctor {
  margin: 0 auto;
  background-color: #BDB6A4;
  padding: 20px 0;
}
.img_doctor{
  width:100%;
  border: 2px solid #fff;
  height: 628px;
  overflow: hidden;
  position: center;
  background-size: cover;
}
.doctor img{
  width: 100%;
  height: auto;
}
@media (min-width: 1400px) and (max-width: 1650px) {
  .img_doctor{
    height: 550px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .img_doctor{
    height: 450px;
  }
}
@media (min-width: 320px) and (max-width: 400px) {
  .img_doctor{
    height: 450px!important;
  }
}
@media (max-width: 767px) {
  .img_doctor {
    width: 100%;
  }
  .doctor img{
    width: 70%;
    height: auto;
  }
}
.doctor .card-body {
  padding: 80px 45px 0 0px;
}
.doctor .card-title {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
  color: #505A4F;
}
.doctor hr {
  border-top: 2px solid #505A4F;
  max-width: 300px
}
.doctor .card-text {
  font-size: 14px;
  line-height: 25px;
  min-height: 120px;
}
.doctor .card-footer {
  background: transparent;
  border-top: none;
  padding: 26px 0 40px 0px;
}
.modal_link {
  background: #505A4F;
  padding: 10px 30px;
  text-decoration: none;
  border: 1px solid transparent;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  z-index: 50;
}
.modal_link:hover {
  border: 1px solid #505A4F;
  background: #bdb6a4;
  padding: 10px 30px;
  text-decoration: none;
  color: #505A4F;
}
.modal {
  padding-right: 0px!important;
}
.modal-dialog {
  width: 100%;
  max-width: 100% !important;
}
.modal-content {
  background: rgba(15, 19, 15, 0.95);
  border-radius: 0;
  border: none;
}
.modal-header {
  border: none;
  border-bottom: none!important;
}
.modal-body .doctor {
  background: transparent;
}
.modal-body .doctor .card-text {
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 1440px) {
  .doctor .card-text {
    min-height: 120px;
  }
  .modal-body .doctor {
    background: transparent;
    padding: 10px 100px 50px 100px;
  }
}
.modal-body .card-title {
  color: #BDB6A4;
}
.modal-body hr {
  border-top: 2px solid #BDB6A4;
}
.modal-body .doctor .card-body {
  padding: 66px 45px 0 45px;
}
.modal-body {
  padding: 0 200px 88px 150px;
}
.modal-header .close {
  top: 30px;
  right: 100px;
  background: transparent;
}
.modal-header .close img{
  width: 24px;
  height: 24px;
  border-radius: 25px;
  border: 1px solid #fff;
}
.modal-header .close img:hover{
  border: 1px solid #505A4F;
}
.assistantes_title {
  margin: 0 auto;
  background: transparent;
  padding: 90px 0px;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: white;
}
.assistantes {
  /*max-width: 1570px;
  */
  /*margin: 0 auto;
  */
  background-color: #BDB6A4;
  padding-bottom: 177px;
}
.assistantes .name {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  padding-top: 32px;
}
.doctor_column {
  column-count: 2;
  padding-top: 66px;
}
.assistantes>div {
  padding-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .modal-body {
    padding: 0 20px 88px 20px;
  }
  .doctor_column {
    column-count: 1;
    padding-top: 20px;
  }
  .modal-header .close {
    top: 20px;
    right: 30px;
  }
  .doctor .card-body {
    padding: 50px 20px 0 20px;
  }
  .doctor .card-footer {
    padding: 26px 0 20px 20px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .modal-body {
    padding: 0 50px 88px 50px;
  }
  .doctor_column {
    column-count: 1;
    padding-top: 30px;
  }
  .modal-header .close {
    top: 20px;
    right: 30px;
  }
  .doctor .card-body {
    padding: 100px 45px 0 50px;
  }
  .doctor .card-footer {
    padding: 26px 0 40px 45px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .doctor .card-body {
    padding: 180px 0px 0 70px!important;
  }
  .doctor .card-footer {
    padding: 26px 0 40px 70px;
  }
}
@media (min-width: 768px) and (max-width: 1890px) {
  .modal-body {
    padding: 0 100px 88px 50px;
  }
  .modal-body .img_doctor{
    height: auto;
    width: 300px;
  }
}
@media (min-width: 1600px) {
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .doctor .card-body {
    padding: 115px 25px 0 25px!important;
  }
  .doctor .card-footer {
    padding: 26px 0 40px 25px!important;
  }
  .modal-header .close {
    top: 20px;
    right: 175px;
  }
}
.wrap {
  overflow: hidden;
  max-width: 930px;
  margin: 15px auto;
  max-height: 456px;
}
.video-wrap {
  position:relative;
  max-height: 450px;
}
.play-btn {
  cursor: pointer;
  cursor: url("hand.png"), auto;
  position: absolute;
  z-index: 2;
  bottom: -1px;
  right: 60px;
}
.play-btn_full {
  cursor: pointer;
  cursor: url("hand.png"), auto;
  position: absolute;
  z-index: 2;
  bottom: -1px;
  right: 0;
  width: 60px;
}
.play-btn_full button{
  width: 60px;
  height: 60px;
  font-weight: 700;
  color: #505A4F;
  background: rgba(0, 0, 0, 0.35);
}
.video{
  width: 930px;
  height: 547px;
}
.pause {
  background: rgba(0, 0, 0, 0.35);
  width: 60px;
  height: 60px;
  display: inline-block
}
.play-btn .pause img {
  margin: 0 auto;
  top: 25%;
}
.play {
  background: rgba(0, 0, 0, 0.35);
  width: 60px;
  height: 60px;
  display: inline-block
}
.fullscreen {
  background: rgba(0, 0, 0, 0.35);
  width: 60px;
  height: 60px;
  display: inline-block
}
.play-btn .play img{
  margin: 0 auto;
  top: 25%;
}
.play-btn .pause{
  display: none;
}
.play-btn.played .play {
  display: none;
}
.play-btn.played .pause{
  display: block;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wrap {
    max-width: 700px;
  }
  .video{
    width: 715px!important;
    height: auto;
  }
  .play-btn {
    position: absolute;
    z-index: 2;
    bottom: 5px;
    right: 60px;
  }
  .play-btn_full {
    position: absolute;
    z-index: 200;
    bottom: 5px;
    right: 0;
    color: #505A4F;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .wrap {
    max-width: 450px;
  }
  .video{
    width: 465px!important;
    height: auto;
  }
  .play-btn {
    position: absolute;
    z-index: 2;
    bottom: 4px;
    right: 60px;
  }
  .play-btn_full {
    position: absolute;
    z-index: 200;
    bottom: 4px;
    right: 0;
    color: #505A4F;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .wrap {
    max-width: 302px;
  }
  .video{
    width: 315px!important;
    height: auto;
  }
  .pause {
    width: 45px;
    height: 45px;
  }
  .play {
    width: 45px;
    height: 45px;
  }
  .play-btn .pause img {
    margin: 0 auto;
    top: 20%;
  }
  .play-btn .play img {
    margin: 0 auto;
    top: 22%;
  }
  .play-btn {
    position: absolute;
    z-index: 2;
    bottom: 4px;
    right: 45px;
  }
  .play-btn_full button{
    width: 45px;
    height: 45px;
  }
  .play-btn_full {
    bottom: 4px;
    right: 0;
    width: 45px;
  }
}
/* lequipe-rd NEW style end*/
.iframe iframe {
  width: 100%;
  height: 830px;
  padding: 30px 0;
}
.section-content:nth-child(odd).second .section-contentt {
  display: none!important;
}
@media (min-width: 481px) and (max-width: 1200px) {
  .iframe iframe {
    width: 100%;
    height: 530px;
    padding: 20px 0;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .iframe iframe {
    height: 330px;
    padding: 20px 0;
  }
}