@charset "UTF-8";
@import url("https://p.typekit.net/p.css?s=1&k=kuc2fqs&ht=tk&f=43309&a=2162786&app=typekit&e=css");
@font-face {
  font-family: "GibsonLightRegular";
  src: url("../fonts/Gibson-Light-webfont.eot");
  src: url("../fonts/Gibson-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Gibson-Light-webfont.woff") format("woff"), url("../fonts/Gibson-Light-webfont.ttf") format("truetype"), url("../fonts/Gibson-Light-webfont.svg#GibsonLightRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GibsonRegular";
  src: url("../fonts/Gibson-Regular-webfont.eot");
  src: url("../fonts/Gibson-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Gibson-Regular-webfont.woff") format("woff"), url("../fonts/Gibson-Regular-webfont.ttf") format("truetype"), url("../fonts/Gibson-Regular-webfont.svg#GibsonRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GibsonLightBold";
  src: url("../fonts/Gibson-SemiBold-webfont.eot");
  src: url("../fonts/Gibson-SemiBold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Gibson-SemiBold-webfont.woff") format("woff"), url("../fonts/Gibson-SemiBold-webfont.ttf") format("truetype"), url("../fonts/Gibson-SemiBold-webfont.svg#GibsonLightBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/aa1d64/00000000000000003b9b387a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/aa1d64/00000000000000003b9b387a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/aa1d64/00000000000000003b9b387a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}
/* $main-font : "GibsonRegular"; */
.noir {
  color: #000000;
}

.gris1 {
  color: #F3F3F3;
}

.gris2 {
  color: #B4B4B4;
}

.gris3 {
  color: #878787;
}

.gris4 {
  color: #333333;
}

.blanc {
  color: #FFFFFF;
}

/* ==========================================================================
|  Responsive
========================================================================== */
/* ==========================================================================
|  FONCTIONS
========================================================================== */
.transition, .user-logged-in #bottom-admin ul li a, body #page-wrapper #left-col, body #page-wrapper #left-col .langue-responsive, body #page-wrapper #page footer #footer-inner #footer-right #block-sociallink .text-formatted nav ul li a, body #page-wrapper #page footer #footer-inner #footer-right #block-sociallink .text-formatted nav ul li a svg, #main-menu #nav-icon span, #main-menu #block-efil-main-menu, #main-menu #block-efil-main-menu > ul.menu > li.menu-item > a, .anim_left, .img_up img, .partage ul li a, .text-formatted table tr, .carrousel .slick-arrow,
.slick .slick-arrow, #main .tabs-vertical .nav li.nav-item a,
#main .tabs-horizontal .nav li.nav-item a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.transition_rapide, body .button, body #page form #edit-actions .button, #page form #edit-actions body .button, .effet_button:before, body .button:before, body #page form #edit-actions .button:before, #page form #edit-actions body .button:before, .effet_button_dark:before, body .button.button-dark:before {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.animation, .scroll-anim {
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: bold;
}

/* ==========================================================================
|  RESET EFIL
========================================================================== */
html, body {
  height: 100%;
}

.clear {
  clear: both;
}

.animation {
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.transition {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.transition_rapide {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.uppercase {
  text-transform: uppercase;
}

svg,
img {
  max-width: 100%;
  height: auto;
  display: block;
}

small {
  font-size: 70%;
}

iframe {
  max-width: 100%;
  width: 100%;
}

em {
  font-style: italic;
}

strong {
  font-family: "GibsonLightBold";
}

sub,
sup {
  font-size: 60%;
}

.modal p,
#main p {
  padding-bottom: 20px;
}
.modal li,
#main li {
  padding-bottom: 10px;
}

img {
  display: block;
}

section {
  padding-bottom: 40px;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1500px) {
  .container {
    max-width: 1000px;
  }
}
/* ==========================================================================
|  TITRES
========================================================================== */
body h1 {
  font-size: 4rem;
  line-height: 1.4;
  font-family: "GibsonLightRegular";
  color: #333333;
}
@media screen and (max-width: 1200px) {
  body h1 {
    font-size: 2.5rem;
  }
}
body h2 {
  font-size: 2rem;
  line-height: 1.4;
  font-family: "GibsonLightBold";
  color: #e87b1c;
  margin: 5px 0;
}
@media screen and (max-width: 1200px) {
  body h2 {
    font-size: 1.5384615385rem;
  }
}
body h3 {
  font-size: 1.75rem;
  line-height: 1.4;
  color: #e87b1c;
  margin: 5px 0;
}
@media screen and (max-width: 1200px) {
  body h3 {
    font-size: 1.4rem;
  }
}

/* ==========================================================================
|  BOUTONS
========================================================================== */
body .button, body #page form #edit-actions .button, #page form #edit-actions body .button {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 3px 20px;
  border-radius: 8px;
  display: inline-block;
  font-family: "GibsonLightBold";
  margin: 10px 0;
  font-size: 1rem;
  line-height: 1.4;
  background-color: #e87b1c;
  border: none;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  body .button, body #page form #edit-actions .button, #page form #edit-actions body .button {
    font-size: 0.8695652174rem;
  }
}
body .button.button-large, body #page form #edit-actions .button-large.button, #page form #edit-actions body .button-large.button {
  padding: 5px 30px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  body .button.button-large, body #page form #edit-actions .button-large.button, #page form #edit-actions body .button-large.button {
    font-size: 1.0869565217rem;
  }
}
body .button.button-dark, body #page form #edit-actions .button-dark.button, #page form #edit-actions body .button-dark.button {
  background-color: #333333;
}
body .button.button-picto, body #page form #edit-actions .button-picto.button, #page form #edit-actions body .button-picto.button {
  padding-left: 50px;
}
body .button.button-picto:after, body #page form #edit-actions .button-picto.button:after, #page form #edit-actions body .button-picto.button:after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../images/icon.svg");
  background-repeat: no-repeat;
  background-size: 20px;
}

/* ==========================================================================
|  LIENS
========================================================================== */
.link {
  font-weight: bold;
  text-decoration: underline;
}
.link:hover {
  color: #e87b1c;
}

/* ==========================================================================
|  PUCES
========================================================================== */
.puce {
  height: 10px;
  width: 10px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 100%;
}
.puce.puce-vert {
  background: #00ff00;
}
.puce.puce-rouge {
  background: #ff0000;
}

/* ==========================================================================
|  QUOTES
========================================================================== */
.quote::before {
  content: "“";
}

.quote::after {
  content: "”";
}

/* ==========================================================================
|  MENU
========================================================================== */
#main-menu .btn-menu {
  position: absolute;
  width: 110px;
  text-align: center;
}
@media (max-width: 991px) {
  #main-menu .btn-menu {
    position: relative;
    width: 52px;
  }
  #main-menu .btn-menu .menu-title {
    display: none;
  }
}
#main-menu #nav-icon {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 100;
  background: none;
  border: none;
  cursor: pointer;
  border: 2px solid #FFFFFF;
  border-radius: 100%;
  margin-bottom: 8px;
}
#main-menu #nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  border-radius: 9px;
  left: 11px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #FFFFFF;
}
#main-menu #nav-icon span:nth-child(1) {
  top: 15px;
}
#main-menu #nav-icon span:nth-child(2), #main-menu #nav-icon span:nth-child(3) {
  top: 21px;
}
#main-menu #nav-icon span:nth-child(4) {
  top: 27px;
}
#main-menu #nav-icon.active span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#main-menu #nav-icon.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main-menu #nav-icon.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu #nav-icon.active span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#main-menu #block-efil-main-menu {
  opacity: 0;
  visibility: hidden;
  width: 80%;
  position: absolute;
  top: 50%;
  left: calc(50% + 40px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  background: #e87b1c;
}
#main-menu #block-efil-main-menu > ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#main-menu #block-efil-main-menu > ul.menu > li.menu-item {
  text-align: center;
}
#main-menu #block-efil-main-menu > ul.menu > li.menu-item > a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.4;
  font-family: "GibsonLightRegular";
  opacity: 0.7;
  color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  #main-menu #block-efil-main-menu > ul.menu > li.menu-item > a {
    font-size: 1.3043478261rem;
  }
}
#main-menu #block-efil-main-menu > ul.menu > li.menu-item:after {
  content: "";
  width: 20px;
  height: 2px;
  margin: 20px auto 12px auto;
  background: #FFFFFF;
  display: block;
}
#main-menu #block-efil-main-menu > ul.menu > li.menu-item:last-child:after {
  display: none;
}
#main-menu #block-efil-main-menu > ul.menu > li.menu-item.menu-item--active-trail > a {
  opacity: 1;
  font-weight: bold;
}
#main-menu #block-efil-main-menu > ul.menu > li.menu-item:hover > a {
  opacity: 1;
}
#main-menu #block-efil-main-menu.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1500px) {
  #main-menu #block-efil-main-menu > ul.menu > li.menu-item > a {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1500px) and (max-width: 1200px) {
  #main-menu #block-efil-main-menu > ul.menu > li.menu-item > a {
    font-size: 1.0869565217rem;
  }
}
@media (max-width: 1500px) {
  #main-menu #block-efil-main-menu > ul.menu > li.menu-item:after {
    margin: 10px auto 6px auto;
  }
}
@media (max-width: 991px) {
  #main-menu #block-efil-main-menu {
    width: 100%; /*height: calc(100% - 120px);*/
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    padding: 10px 30px; /*overflow: scroll;*/
  }
  #main-menu #block-efil-main-menu > ul.menu {
    margin: 0;
  }
}

body.menu_open {
  overflow: hidden;
}

#block-efil-footer #block-efil-footer-menu {
  text-transform: uppercase;
}
#block-efil-footer .menu {
  margin: 0;
}
#block-efil-footer .menu li a {
  color: #B4B4B4;
  text-decoration: none;
}
#block-efil-footer .menu li a:hover {
  color: #F3F3F3;
}

/* ==========================================================================
|  BREADCRUMB
========================================================================== */
#breadcrumb {
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: 40px;
}
#breadcrumb .breadcrumb {
  background: none;
}
#breadcrumb .breadcrumb li {
  color: #333333;
  font-weight: bold;
}
#breadcrumb .breadcrumb li a {
  color: #e87b1c;
}
#breadcrumb .breadcrumb li:before {
  margin: 0 5px;
}

/* ==========================================================================
|  FORM
========================================================================== */
#page form input {
  border-radius: 20px;
  height: 40px;
  width: 100%;
  margin: 0;
  font-weight: bold;
  background: #f8fafd;
  border: none;
  padding: 0 20px;
  line-height: 40px;
}
#page form textarea {
  border-radius: 20px;
  height: 200px;
  margin: 0;
  font-weight: bold;
  background: #f8fafd;
  border: none;
  padding: 0 20px;
  line-height: 40px;
}
#page form #edit-actions {
  text-align: center;
}
#page form #edit-actions .button {
  width: auto;
}
#page form fieldset.form-wrapper {
  margin: 0;
  padding: 0;
}
#page form .js-form-item {
  padding: 10px 0;
  margin: 0;
}
#page form .fieldset-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page form .js-form-item:first-child:nth-last-child(1) {
  width: 100%;
}
#page form .js-form-item:first-child:nth-last-child(2) {
  width: 48%;
}
#page form .js-form-item:first-child:nth-last-child(2) ~ .js-form-item {
  width: 48%;
}
#page form .js-form-item:first-child:nth-last-child(3) {
  width: 31%;
}
#page form .js-form-item:first-child:nth-last-child(3) ~ .js-form-item {
  width: 31%;
}
#page form .description {
  display: none;
}

/* ==========================================================================
|  EFFET
========================================================================== */
.ombre {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}

.anim_left {
  position: relative;
  left: 0;
}
.anim_left:hover {
  left: 10px;
}

.img_up {
  overflow: hidden;
}
.img_up:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.effet_button:before, body .button:before, body #page form #edit-actions .button:before, #page form #edit-actions body .button:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #333333;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.effet_button:hover, body .button:hover, body #page form #edit-actions .button:hover, #page form #edit-actions body .button:hover {
  color: #FFFFFF;
}
.effet_button:hover:before, body .button:hover:before, body #page form #edit-actions .button:hover:before, #page form #edit-actions body .button:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(22);
  transform: translate(-50%, -50%) scale(22);
}

.effet_button_dark:before, body .button.button-dark:before, body #page form #edit-actions .button-dark.button:before, #page form #edit-actions body .button-dark.button:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #e87b1c;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.effet_button_dark:hover, body .button.button-dark:hover, body #page form #edit-actions .button-dark.button:hover, #page form #edit-actions body .button-dark.button:hover {
  color: #FFFFFF;
}
.effet_button_dark:hover:before, body .button.button-dark:hover:before, body #page form #edit-actions .button-dark.button:hover:before, #page form #edit-actions body .button-dark.button:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(22);
  transform: translate(-50%, -50%) scale(22);
}

.scroll-anim {
  opacity: 0;
}

.scroll-anim.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.scroll-anim-left {
  position: relative;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}

.scroll-anim-right {
  position: relative;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}

.scroll-anim-top {
  position: relative;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.scroll-anim-bottom {
  position: relative;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

/* ==========================================================================
|  RESEAUX SOCIAUX
========================================================================== */
.partage ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.partage ul li {
  color: #B4B4B4;
  margin: 0 5px;
}
.partage ul li a {
  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;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.partage ul li a svg {
  fill: #B4B4B4;
  width: 26px;
  height: 26px;
}
.partage ul li a:hover svg {
  fill: #000000;
}
@media (max-width: 991px) {
  .partage {
    display: none !important;
  }
}

/* ==========================================================================
|  SCROLL TO TOP
========================================================================== */
#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #FFF;
  border-radius: 100%;
  padding: 10px;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
  fill: #e87b1c;
}

/* ==========================================================================
|  TABLEAU
========================================================================== */
.text-formatted table {
  width: 100%;
  margin: 40px 0;
}
.text-formatted table th {
  background: #f8fafd;
  font-weight: bold;
}
.text-formatted table th, .text-formatted table td {
  padding: 15px 30px;
  border-bottom: 1px solid #F3F3F3;
}
.text-formatted table tr:hover {
  background: #f8fafd;
}

/* ==========================================================================
|  LISTE
========================================================================== */
.paragraph ul li,
.text-formatted ul li {
  margin-left: 30px;
}
.paragraph ul li:before,
.text-formatted ul li:before {
  content: "";
  position: absolute;
  margin: 10px 0 0 -20px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #e87b1c;
}
.paragraph a,
.text-formatted a {
  color: #e87b1c;
}

/* ==========================================================================
|  PARAGRAPHE - SLIDER
========================================================================== */
.carrousel,
.slick {
  margin-top: 40px;
  min-height: 150px;
}
.carrousel .slick-arrow,
.slick .slick-arrow {
  position: absolute;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.3;
  top: 50%;
  height: 133px;
  width: 50px;
  display: block;
  text-indent: -9999px;
  border: none;
}
.carrousel .slick-arrow.slick-prev,
.slick .slick-arrow.slick-prev {
  left: 30px;
  background: url(../images/chevron-left.svg) no-repeat center;
  background-size: 30px;
}
.carrousel .slick-arrow.slick-next,
.slick .slick-arrow.slick-next {
  right: 30px;
  background: url(../images/chevron-right.svg) no-repeat center;
  background-size: 30px;
}
.carrousel .slick-arrow:hover,
.slick .slick-arrow:hover {
  opacity: 0.6;
}
.carrousel .slick-list,
.slick .slick-list {
  height: 100%;
}
.carrousel .slick-list .slick-track,
.slick .slick-list .slick-track {
  height: 100%;
}
.carrousel .slick-list .slick-track .slick-slide,
.slick .slick-list .slick-track .slick-slide {
  position: relative;
  height: 100%;
}
.carrousel .slick-list .slick-track .slick-slide .slide-content,
.slick .slick-list .slick-track .slick-slide .slide-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 1.4;
  color: #e87b1c;
}
@media screen and (max-width: 1200px) {
  .carrousel .slick-list .slick-track .slick-slide .slide-content,
  .slick .slick-list .slick-track .slick-slide .slide-content {
    font-size: 2.5rem;
  }
}
.carrousel .slick-list .slick-track .slick-slide img,
.slick .slick-list .slick-track .slick-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.carrousel-texte .slick-list,
.carrousel .slick-list {
  margin: 0 120px;
}
.carrousel-texte .slick-list .slick-slide,
.carrousel .slick-list .slick-slide {
  margin: 0 15px;
}
@media (max-width: 991px) {
  .carrousel-texte .slick-list,
  .carrousel .slick-list {
    margin: 0 40px;
  }
}
@media (max-width: 767px) {
  .carrousel-texte .slick-list,
  .carrousel .slick-list {
    margin: 0 20px;
  }
}

@media (max-width: 991px) {
  .carrousel-texte,
  .carrousel,
  .slick {
    height: 300px;
  }
  .carrousel-texte .slick-arrow,
  .carrousel .slick-arrow,
  .slick .slick-arrow {
    width: 25px;
    height: 66px;
  }
  .carrousel-texte .slick-arrow.slick-prev,
  .carrousel .slick-arrow.slick-prev,
  .slick .slick-arrow.slick-prev {
    left: 0px;
  }
  .carrousel-texte .slick-arrow.slick-next,
  .carrousel .slick-arrow.slick-next,
  .slick .slick-arrow.slick-next {
    right: 0px;
  }
  .carrousel-texte .slick-list .slick-track .slick-slide .slide-content,
  .carrousel .slick-list .slick-track .slick-slide .slide-content,
  .slick .slick-list .slick-track .slick-slide .slide-content {
    font-size: 1.75rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 991px) and (max-width: 1200px) {
  .carrousel-texte .slick-list .slick-track .slick-slide .slide-content,
  .carrousel .slick-list .slick-track .slick-slide .slide-content,
  .slick .slick-list .slick-track .slick-slide .slide-content {
    font-size: 1.4rem;
  }
}
/* BAKCGROUND */
#block-blockcustombackgrounddefault,
#block-background {
  height: 500px;
  overflow: hidden;
}
#block-blockcustombackgrounddefault .content,
#block-background .content {
  height: 100%;
}
#block-blockcustombackgrounddefault .content .field--name-body,
#block-blockcustombackgrounddefault .content .field--name-field-background,
#block-background .content .field--name-body,
#block-background .content .field--name-field-background {
  height: 100%;
  /* img{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); height: 100%; width: auto; max-width: initial; display: initial;} */
}
#block-blockcustombackgrounddefault .content .field--name-body p,
#block-blockcustombackgrounddefault .content .field--name-field-background p,
#block-background .content .field--name-body p,
#block-background .content .field--name-field-background p {
  display: initial;
}
#block-blockcustombackgrounddefault .content .field--name-body img,
#block-blockcustombackgrounddefault .content .field--name-field-background img,
#block-background .content .field--name-body img,
#block-background .content .field--name-field-background img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 1920px) {
  #block-blockcustombackgrounddefault,
  #block-background {
    height: 428px;
  }
}
@media (max-width: 1500px) {
  #block-blockcustombackgrounddefault,
  #block-background {
    height: 300px;
  }
}

/* ==========================================================================
|  PARAGRAPHE
========================================================================== */
.paragraphe {
  /* > *:first-child{margin-top: 0;}*/
}
.paragraphe .carrousel,
.paragraphe .galerie-photo,
.paragraphe .paragraph--type--video,
.paragraphe .paragraph--type--photo,
.paragraphe .card-accordion,
.paragraphe .picto-nombre,
.paragraphe .col1,
.paragraphe .col2,
.paragraphe .col3 {
  margin-top: 40px;
}
.paragraphe .carrousel img,
.paragraphe .galerie-photo img,
.paragraphe .paragraph--type--video img,
.paragraphe .paragraph--type--photo img,
.paragraphe .card-accordion img,
.paragraphe .picto-nombre img,
.paragraphe .col1 img,
.paragraphe .col2 img,
.paragraphe .col3 img {
  width: 100%;
}
@media (max-width: 991px) {
  .paragraphe .carrousel,
  .paragraphe .galerie-photo,
  .paragraphe .paragraph--type--video,
  .paragraphe .paragraph--type--photo,
  .paragraphe .card-accordion,
  .paragraphe .picto-nombre,
  .paragraphe .col1,
  .paragraphe .col2,
  .paragraphe .col3 {
    margin-top: 20px;
  }
}

/* ==========================================================================
|  PARAGRAPHE - Galerie photo
========================================================================== */
.galerie-photo .col-6 {
  height: 570px;
}
.galerie-photo .col-4 {
  height: 370px;
}
.galerie-photo .col-3 {
  height: 270px;
}
.galerie-photo .col-2 {
  height: 170px;
}
.galerie-photo .galerie-photo-col {
  margin-bottom: 30px;
}
.galerie-photo .galerie-photo-col a {
  height: 100%;
  display: block;
}
.galerie-photo .galerie-photo-col a img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
}
/* ==========================================================================
|  PARAGRAPHE - Tabs
========================================================================== */
#main .tabs-vertical,
#main .tabs-horizontal {
  margin-top: 40px;
}
#main .tabs-vertical .nav li.nav-item,
#main .tabs-horizontal .nav li.nav-item {
  padding-bottom: 0;
}
#main .tabs-vertical .nav li.nav-item a,
#main .tabs-horizontal .nav li.nav-item a {
  color: #000000;
  margin: 0;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1.4;
  text-transform: uppercase;
  border: 1px solid #FFF;
  border-bottom: 1px solid #F3F3F3;
}
@media screen and (max-width: 1200px) {
  #main .tabs-vertical .nav li.nav-item a,
  #main .tabs-horizontal .nav li.nav-item a {
    font-size: 0.8695652174rem;
  }
}
#main .tabs-vertical .nav li.nav-item a.active,
#main .tabs-horizontal .nav li.nav-item a.active {
  background: #f8fafd;
  border: 1px solid #F3F3F3;
  border-bottom: 1px solid #FFF;
}
#main .tabs-vertical .tab-content,
#main .tabs-horizontal .tab-content {
  border-top: none;
}
#main .tabs-vertical .tab-content .heading,
#main .tabs-horizontal .tab-content .heading {
  display: none;
}
#main .tabs-vertical .tab-content.active,
#main .tabs-horizontal .tab-content.active {
  display: block;
}
@media (min-width: 992px) {
  #main .tabs-vertical .tab-content .card,
  #main .tabs-horizontal .tab-content .card {
    border-top: none;
  }
  #main .tabs-vertical .tab-content .card .collapse,
  #main .tabs-horizontal .tab-content .card .collapse {
    display: block;
  }
}
@media (max-width: 991px) {
  #main .tabs-vertical .nav,
  #main .tabs-horizontal .nav {
    display: none;
  }
  #main .tabs-vertical .card,
  #main .tabs-horizontal .card {
    border: 1px solid #F3F3F3;
    display: block;
    opacity: 1;
  }
  #main .tabs-vertical .card .heading,
  #main .tabs-horizontal .card .heading {
    display: block;
  }
}
#main .tabs-vertical .nav li.nav-item a {
  color: #000000;
  margin: 0;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1.4;
  text-transform: uppercase;
  border: 1px solid #FFF;
}
@media screen and (max-width: 1200px) {
  #main .tabs-vertical .nav li.nav-item a {
    font-size: 0.8695652174rem;
  }
}
#main .tabs-vertical .nav li.nav-item a.active {
  border: 1px solid #F3F3F3;
}
@media (min-width: 992px) {
  #main .tabs-vertical .tab-content .card {
    border: none;
  }
  #main .tabs-vertical .tab-content .card .card-body {
    padding: 0;
  }
}
#main .accordion {
  margin-top: 40px;
}
#main .card {
  border: 1px solid #F3F3F3;
}
#main .heading button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  background: #f8fafd;
  margin: 0;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  #main .heading button {
    font-size: 0.8695652174rem;
  }
}
#main .heading button .caret {
  width: 20px;
  fill: #e87b1c;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#main .heading button:after {
  display: none;
}
#main .heading button.collapsed .caret {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
#main .card-accordion + .card-accordion {
  margin-top: 0;
}

/* ==========================================================================
|  PARAGRAPHE - 2 et 3 col
========================================================================== */
.paragraphe .col2.type-3 > .col:first-child {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.paragraphe .col2.type-3 > .col:last-child {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}
.paragraphe .col2.type-4 > .col:first-child {
  -ms-flex-preferred-size: 34%;
  flex-basis: 34%;
}
.paragraphe .col2.type-4 > .col:last-child {
  -ms-flex-preferred-size: 66%;
  flex-basis: 66%;
}
.paragraphe .col2.type-8 > .col:first-child {
  -ms-flex-preferred-size: 66%;
  flex-basis: 66%;
}
.paragraphe .col2.type-8 > .col:last-child {
  -ms-flex-preferred-size: 34%;
  flex-basis: 34%;
}
.paragraphe .col2.type-9 > .col:first-child {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}
.paragraphe .col2.type-9 > .col:last-child {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.paragraphe .col3.type-2 > .col:nth-child(1) {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.paragraphe .col3.type-2 > .col:nth-child(2) {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.paragraphe .col3.type-2 > .col:nth-child(3) {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
@media (max-width: 991px) {
  .paragraphe .col2,
  .paragraphe .col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraphe .col2 .col,
  .paragraphe .col3 .col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

/* ==========================================================================
|  PARAGRAPHE - 2 et 3 col
========================================================================== */
.picto-nombre .field--name-field-bloc-picto-chiffre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.picto-nombre .field--name-field-bloc-picto-chiffre > .field__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  margin-bottom: 20px;
}
.picto-nombre .field--name-field-bloc-picto-chiffre > .field__item .field--name-field-photo {
  width: 150px;
  margin: auto;
}
.picto-nombre .field--name-field-bloc-picto-chiffre > .field__item .field--name-field-nombre {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .picto-nombre .field--name-field-bloc-picto-chiffre > .field__item .field--name-field-nombre {
    font-size: 1.5384615385rem;
  }
}
.picto-nombre .field--name-field-bloc-picto-chiffre > .field__item .field--name-field-titre {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .picto-nombre .field--name-field-bloc-picto-chiffre > .field__item .field--name-field-titre {
    font-size: 1.0869565217rem;
  }
}
@media (max-width: 991px) {
  .picto-nombre .field--name-field-bloc-picto-chiffre {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .picto-nombre .field--name-field-bloc-picto-chiffre .field__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .picto-nombre.total-4 .field__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .picto-nombre.total-6 .field__item {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}

/* ==========================================================================
|  PARAGRAPHE - vidéo
========================================================================== */
.youtube_player,
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.youtube_player iframe,
.video iframe {
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.youtube_player .tac_activate,
.video .tac_activate {
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* ==========================================================================
|  MODULE COOKIE
========================================================================== */
#tarteaucitronRoot {
  font-family: "GibsonLightRegular";
}
#tarteaucitronRoot button {
  border-radius: 0 !important;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronPrivacyUrlDialog {
  margin: 5px auto;
}
#tarteaucitronRoot #tarteaucitronIcon button:before {
  content: "";
  display: block;
  background: url(../images/security.svg);
  background-size: 40px;
  width: 40px;
  height: 40px;
}
#tarteaucitronRoot #tarteaucitronIcon button img {
  display: none !important;
}

/*
body{
    #sliding-popup{background: $main-color; font-family: $main-font; font-weight: 300; font-style: normal;
        .eu-cookie-compliance-content{display: flex;justify-content: space-between; align-items: center; height: 50px;
            #popup-text,
            #popup-buttons{float: none; margin:0;
                p,
                button{@include font-size($taille2); margin: 0; line-height: 1;}
            }
        }
        @include responsiveMax($md){
            height: auto!important;
            .eu-cookie-compliance-content{flex-direction: column; height: auto; padding: 10px 0;
                #popup-text{margin-bottom: 10px!important;}
            }
        }
    }
}
 */
/* ==========================================================================
|  ANALYTICS
========================================================================== */
#page_statistique #embed-api-auth-container {
  text-align: center;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}
#page_statistique .content-analytics {
  display: none;
}
#page_statistique .content-analytics #date-range .DateRangeSelector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#page_statistique .content-analytics #date-range .DateRangeSelector > div {
  margin: 0 10px;
}
#page_statistique .content-analytics #date-range .DateRangeSelector input {
  padding: 5px 10px;
}
#page_statistique .content-analytics .info-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(30, 40, 150, 0.2);
}
#page_statistique .content-analytics .info-date span {
  color: #FFF;
  padding: 10px 30px;
  background: rgba(30, 40, 150, 0.2);
}
#page_statistique .content-analytics #view-selector-container,
#page_statistique .content-analytics #total-user-container,
#page_statistique .content-analytics #total-page-container,
#page_statistique .content-analytics #avg-time-container {
  display: none;
}
#page_statistique .content-analytics #total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#page_statistique .content-analytics #total .total-bloc {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 5px solid #f4f5f9;
  border-radius: 5px;
  padding: 0px 30px;
  margin: 20px;
}
#page_statistique .content-analytics #total .total-bloc .number {
  font-weight: bold;
  font-size: 50px;
}
#page_statistique .content-analytics #total .total-bloc p {
  text-transform: uppercase;
}
#page_statistique .content-analytics .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}
#page_statistique .content-analytics .row > div {
  width: 24%;
}
#page_statistique .content-analytics .row > div table {
  border: 1px solid #F3F3F3;
}
#page_statistique .content-analytics .row > div table thead {
  display: none;
}

/* ==========================================================================
|  POP IN
========================================================================== */
#modal {
  background: #FFFFFF;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #000000;
}
@media screen and (max-width: 1200px) {
  #modal {
    font-size: 1.0869565217rem;
  }
}
#modal .modal-content {
  border: none;
}
#modal #views-exposed-form-ajax-load-ajax-node {
  display: none !important;
}
#modal button.close {
  position: fixed !important;
  z-index: 10000;
  right: 50px;
  top: 50px;
  opacity: 1;
}
#modal button.close svg {
  width: 50px;
  fill: #e87b1c;
}
@media (max-width: 991px) {
  #modal button.close {
    right: 10px;
    top: 10px;
    background: #FFF;
    width: 36;
    height: 36px;
  }
  #modal button.close svg {
    width: 26px;
    margin: 5px 0 0 5px;
  }
}

body #page-wrapper {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #000000;
}
@media screen and (max-width: 1200px) {
  body #page-wrapper {
    font-size: 1.0869565217rem;
  }
}
body #page-wrapper #left-col {
  position: fixed;
  z-index: 30;
  height: 100%;
  width: 130px;
  padding: 37px 10px;
  background: #e87b1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #FFFFFF;
  text-align: center;
}
body #page-wrapper #left-col .logo-histoire svg {
  fill: #FFFFFF;
  width: 110px;
  height: 87px;
  margin: auto;
}
body #page-wrapper #left-col .logo-histoire .logo-histoire-mobile {
  display: none;
}
body #page-wrapper #left-col .footer-left-col {
  width: 110px;
  margin: 0 auto;
}
body #page-wrapper #left-col .footer-left-col .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; /* margin-bottom: 20px; */
}
body #page-wrapper #left-col .footer-left-col .links li a {
  font-size: 1rem;
  line-height: 1.4;
  margin: 8px 2px;
  display: block;
  color: #FFFFFF;
  opacity: 0.5;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  body #page-wrapper #left-col .footer-left-col .links li a {
    font-size: 0.8695652174rem;
  }
}
body #page-wrapper #left-col .footer-left-col .links li.is-active a {
  color: #FFFFFF;
  font-weight: bold;
  opacity: 1;
  cursor: auto;
}
body #page-wrapper #left-col .footer-left-col .links li a:hover {
  opacity: 1;
}
body #page-wrapper #left-col .footer-left-col .links li:first-child:after {
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  margin: auto;
  background: #FFFFFF;
}
body #page-wrapper #left-col .langue-responsive {
  opacity: 0;
  visibility: hidden;
  margin-top: 20px; /*height: 50px; left: 0; top: 70px; position: absolute; width: 100%;*/
  background: #e87b1c;
  color: #FFFFFF;
  text-align: center;
  /*  &:before{content:""; display: block; width: 20px; height: 2px; margin: 10px auto; background: $blanc;} */
}
body #page-wrapper #left-col .langue-responsive .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body #page-wrapper #left-col .langue-responsive .links li {
  line-height: 20px;
  height: 20px;
}
body #page-wrapper #left-col .langue-responsive .links .is-active a {
  font-weight: bold;
  opacity: 1 !important;
}
body #page-wrapper #left-col .langue-responsive .links a {
  color: #FFFFFF;
  margin: 0 10px;
  opacity: 0.5;
}
body #page-wrapper #left-col .langue-responsive .links li:first-child {
  border-right: 2px solid #FFF;
}
body #page-wrapper #left-col.active {
  width: 50%;
}
body #page-wrapper #left-col.active .logo-histoire svg {
  position: relative;
  left: 50px;
}
body #page-wrapper #left-col.active .footer-left-col {
  position: relative;
  left: 50px;
}
body #page-wrapper #left-col .plus {
  display: none !important;
}
@media (max-width: 1500px) {
  body #page-wrapper #left-col {
    padding: 20px 10px;
  }
}
@media (max-width: 991px) {
  body #page-wrapper #left-col {
    height: 70px;
    width: 100% !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px;
    top: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*.footer-left-col{display: none;} */
  }
  body #page-wrapper #left-col .menu-content {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 90px;
    overflow: scroll;
    padding-bottom: 100px;
  }
  body #page-wrapper #left-col.active {
    height: 100%;
  }
  body #page-wrapper #left-col.active .langue-responsive {
    visibility: visible;
    opacity: 1;
  }
  body #page-wrapper #left-col .logo-histoire svg {
    width: auto;
    height: 50px;
    left: 0 !important;
    margin: 0;
  }
  body #page-wrapper #left-col .logo-histoire .logo-histoire-desktop {
    display: none;
  }
  body #page-wrapper #left-col .logo-histoire .logo-histoire-mobile {
    display: block;
  }
}
body #page-wrapper #page {
  margin-left: 130px;
}
@media (max-width: 991px) {
  body #page-wrapper #page {
    margin-left: 0;
    margin-top: 86px;
  }
}
body #page-wrapper #page #header {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  padding: 0 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body #page-wrapper #page #header #header-before p {
  font-size: 1.75rem;
  line-height: 1.4;
  color: #878787;
}
@media screen and (max-width: 1200px) {
  body #page-wrapper #page #header #header-before p {
    font-size: 1.4rem;
  }
}
body #page-wrapper #page #header #header-content #logo {
  width: 220px;
  position: relative;
  top: 5px;
}
body #page-wrapper #page #header #header-content #logo .site-logo {
  cursor: pointer;
  display: block;
}
body #page-wrapper #page #header #header-content #logo #block-blockcustomlogodes60ans img {
  width: 220px;
}
@media (max-width: 991px) {
  body #page-wrapper #page #header #header-content #logo #block-blockcustomlogodes60ans {
    display: none;
  }
}
body #page-wrapper #page #header #header-after {
  background: #EEE;
}
@media (max-width: 991px) {
  body #page-wrapper #page #header {
    background: #e87b1c;
    position: fixed;
    left: 0;
    padding: 0;
    display: block;
    top: 62px;
    width: 100%;
    height: 25px;
    z-index: 200;
  }
  body #page-wrapper #page #header #header-before .container {
    padding: 0 10px;
  }
  body #page-wrapper #page #header #header-before p {
    font-size: 1rem;
    line-height: 1.4;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 991px) and (max-width: 1200px) {
  body #page-wrapper #page #header #header-before p {
    font-size: 0.8695652174rem;
  }
}
@media (max-width: 360px) {
  body #page-wrapper #page #header #header-before p {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
}
body #page-wrapper #page #main-wrapper {
  background: #FFF;
}
body #page-wrapper #page #main-wrapper #main-before {
  position: relative;
  min-height: 200px;
  padding: 0;
  margin-bottom: 20px;
}
body #page-wrapper #page #main-wrapper #main-before #block-efil-page-title {
  position: absolute;
  z-index: 2;
  bottom: 20px;
}
body #page-wrapper #page #main-wrapper #main-before #block-efil-page-title h1 {
  color: #FFF;
  font-family: "GibsonRegular";
  line-height: 1.2;
  padding: 0;
}
body #page-wrapper #page #main-wrapper #main-before #block-efil-page-title h1 .date {
  font-family: "GibsonLightBold";
}
@media (max-width: 991px) {
  body #page-wrapper #page #main-wrapper #main-before #block-efil-page-title {
    max-width: 90%;
  }
}
body #page-wrapper #page #main-wrapper #main #content-inner {
  text-align: left;
}
body #page-wrapper #page footer {
  background: #000000;
  color: #FFF;
  padding: 40px;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  body #page-wrapper #page footer {
    font-size: 0.8695652174rem;
  }
}
@media (max-width: 991px) {
  body #page-wrapper #page footer {
    padding: 40px 15px;
  }
}
body #page-wrapper #page footer #footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  body #page-wrapper #page footer #footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body #page-wrapper #page footer #footer-inner #footer-left {
  color: #878787;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
body #page-wrapper #page footer #footer-inner #footer-left .logo-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body #page-wrapper #page footer #footer-inner #footer-left .logo-footer img {
  margin: 0 15px 20px 0;
}
@media (max-width: 1400px) {
  body #page-wrapper #page footer #footer-inner #footer-left .logo-footer img {
    max-width: 30%;
  }
}
@media (max-width: 991px) {
  body #page-wrapper #page footer #footer-inner #footer-left {
    text-align: center;
  }
  body #page-wrapper #page footer #footer-inner #footer-left .logo-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body #page-wrapper #page footer #footer-inner #footer-left .logo-footer img {
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}
body #page-wrapper #page footer #footer-inner #footer-right {
  text-align: right;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body #page-wrapper #page footer #footer-inner #footer-right #block-sociallink .text-formatted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "GibsonLightBold";
}
body #page-wrapper #page footer #footer-inner #footer-right #block-sociallink .text-formatted nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body #page-wrapper #page footer #footer-inner #footer-right #block-sociallink .text-formatted nav .title-social {
  margin-right: 15px;
}
body #page-wrapper #page footer #footer-inner #footer-right #block-sociallink .text-formatted nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body #page-wrapper #page footer #footer-inner #footer-right #block-sociallink .text-formatted nav ul li a {
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  border-radius: 100%;
  margin: 0 5px;
  display: block;
  width: 36px;
  height: 36px;
  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;
}
body #page-wrapper #page footer #footer-inner #footer-right #block-sociallink .text-formatted nav ul li a svg {
  fill: #000000;
  width: 24px;
  height: 24px;
}
body #page-wrapper #page footer #footer-inner #footer-right #block-sociallink .text-formatted nav ul li a:hover {
  background: #e87b1c;
}
body #page-wrapper #page footer #footer-inner #footer-right #block-sociallink .text-formatted nav ul li a:hover svg {
  fill: #FFFFFF;
}
body #page-wrapper #page footer #footer-inner #footer-right #block-sociallink .text-formatted nav ul li:before {
  display: none;
}
body #page-wrapper #page footer #footer-inner #footer-right #block-sociallink .text-formatted .plus {
  margin-left: 50px;
  text-align: left;
}
body #page-wrapper #page footer #footer-inner #footer-right #block-sociallink .text-formatted .plus a {
  display: block;
  color: #e87b1c;
}
body #page-wrapper #page footer #footer-inner #footer-right #block-efil-footer {
  margin-top: auto;
}
body #page-wrapper #page footer #footer-inner #footer-right #block-efil-footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body #page-wrapper #page footer #footer-inner #footer-right #block-efil-footer .menu a {
  margin-left: 40px;
  font-family: "GibsonLightBold";
  display: block;
}
body #page-wrapper #page footer #footer-inner #footer-right #block-blockcustomcopyright {
  margin-top: 5px;
  color: #878787;
}
body #page-wrapper #page footer #footer-inner #footer-right #block-blockcustomcopyright a:hover {
  color: #e87b1c;
}
@media (max-width: 991px) {
  body #page-wrapper #page footer #footer-inner #footer-right {
    margin-top: 10px;
  }
  body #page-wrapper #page footer #footer-inner #footer-right #block-sociallink .text-formatted {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  body #page-wrapper #page footer #footer-inner #footer-right #block-sociallink .text-formatted nav li {
    margin: 0 5px;
  }
  body #page-wrapper #page footer #footer-inner #footer-right #block-sociallink .text-formatted nav .title-social {
    display: none;
  }
  body #page-wrapper #page footer #footer-inner #footer-right .plus {
    margin: 0 0 20px 0 !important;
  }
  body #page-wrapper #page footer #footer-inner #footer-right .plus span {
    display: none;
  }
  body #page-wrapper #page footer #footer-inner #footer-right #block-efil-footer .menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body #page-wrapper #page footer #footer-inner #footer-right #block-efil-footer .menu a {
    margin-left: 0;
    font-family: "GibsonLightBold";
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  body #page-wrapper #page footer #footer-inner #footer-right #block-blockcustomcopyright {
    text-align: center;
  }
}
.user-logged-in {
  /* MENU FOOTER */
}
.user-logged-in #footer {
  padding-bottom: 80px;
}
.user-logged-in .toolbar-oriented .toolbar-tray-horizontal li {
  padding-bottom: 0;
}
.user-logged-in #main .contextual-links li {
  padding-bottom: 0;
}
.user-logged-in #bottom-admin {
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
  position: fixed;
  z-index: 2000;
  bottom: 0;
  left: 0;
  background: #FFF;
  margin: auto;
  width: 100%;
}
.user-logged-in #bottom-admin ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
}
.user-logged-in #bottom-admin ul li {
  padding: 0;
  margin: 0;
  /*  &:first-child{display: none;}
    &:nth-child(3){display: none;}
    */
}
.user-logged-in #bottom-admin ul li:hover a {
  background: #666;
  color: #FFFFFF;
}
.user-logged-in #bottom-admin ul li a {
  color: #e87b1c;
  padding: 10px 20px !important;
  border-radius: 0 !important;
  border: none !important;
}
.user-logged-in #bottom-admin ul li a.active {
  background: #666;
}
.user-logged-in #bottom-admin ul li.nav-item-admin {
  background: #e87b1c;
}
.user-logged-in #bottom-admin ul li.nav-item-admin a {
  color: #FFFFFF;
}
.user-logged-in #bottom-admin ul li.nav-item-admin:hover a {
  color: #FFFFFF;
}
.user-logged-in .region-footer-after {
  padding-bottom: 30px;
}

/*
.user-logged-in.node--type-admin {
    #page #main-wrapper{background: $blanc;
        .block-system-breadcrumb-block{display: none;}
        #page_admin.no-admin{
            .row{justify-content: center;}
        }
    }
}
*/
/* TABLEAU DE BORD */
.user-logged-in.node--type-admin #block-efil-page-title {
  display: none;
}
.user-logged-in.node--type-admin #page #main-wrapper #page_admin {
  margin-top: 30px;
}
.user-logged-in.node--type-admin #page #main-wrapper #page_admin h1 {
  position: relative;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.user-logged-in.node--type-admin #page #main-wrapper #page_admin h1 span:first-child {
  text-transform: uppercase;
  padding: 0 10px 0 0;
  background: #FFFFFF;
  position: relative;
}
.user-logged-in.node--type-admin #page #main-wrapper #page_admin h1 span:last-child {
  background: #FFFFFF;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 15px;
}
@media screen and (max-width: 1200px) {
  .user-logged-in.node--type-admin #page #main-wrapper #page_admin h1 span:last-child {
    font-size: 1.0869565217rem;
  }
}
.user-logged-in.node--type-admin #page #main-wrapper #page_admin h1 span:last-child svg {
  width: 26px;
  height: 26px;
  margin-left: 10px;
  fill: #60cd30;
}
.user-logged-in.node--type-admin #page #main-wrapper #page_admin h1:before {
  content: "";
  display: block;
  background: #000000;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 10px;
}
.user-logged-in.node--type-admin #page #main-wrapper #page_admin .bloc-gris1 {
  background: #F3F3F3;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}
.user-logged-in.node--type-admin #page #main-wrapper #page_admin .bloc-gris1 h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.user-logged-in.node--type-admin #page #main-wrapper #page_admin .bloc-gris1 .title {
  padding: 40px 0 10px;
  text-align: center;
}
.user-logged-in.node--type-admin #page #main-wrapper #page_admin .bloc-gris1 .button {
  text-transform: none;
  width: 100%;
  text-align: center;
}
.user-logged-in.node--type-admin #page #main-wrapper #page_admin .bloc-gris1 div {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .user-logged-in.node--type-admin #page #main-wrapper #page_admin h1 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 991px) and (max-width: 1200px) {
  .user-logged-in.node--type-admin #page #main-wrapper #page_admin h1 {
    font-size: 1.0869565217rem;
  }
}

.node--type-periodes #main .node--type-periodes {
  padding-right: 80px;
  position: initial;
}
@media (max-width: 991px) {
  .node--type-periodes #main .node--type-periodes {
    padding-right: 0;
  }
}
.node--type-periodes #main .node--type-periodes .field--name-body {
  margin-top: 8px;
  font-size: 1.75rem;
  line-height: 1.4;
  font-family: "GibsonLightRegular";
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .node--type-periodes #main .node--type-periodes .field--name-body {
    font-size: 1.4rem;
  }
}
.node--type-periodes #main .node--type-periodes .field--name-body p {
  padding-bottom: 0;
}
.node--type-periodes #main .node--type-periodes .paragraphe .text-formatted {
  width: 860px;
  margin-left: auto;
  max-width: 100%;
}
.node--type-periodes #main .node--type-periodes .paragraphe .text-formatted h2 {
  font-size: 1.75rem;
  line-height: 1.4;
  font-family: "GibsonLightBold";
}
@media screen and (max-width: 1200px) {
  .node--type-periodes #main .node--type-periodes .paragraphe .text-formatted h2 {
    font-size: 1.4rem;
  }
}
.node--type-periodes #main .node--type-periodes .paragraphe .text-formatted a {
  color: #e87b1c;
}
.node--type-periodes #main .node--type-periodes .paragraphe .paragraph--type--photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
}
.node--type-periodes #main .node--type-periodes .paragraphe .paragraph--type--photo .photo {
  width: 860px;
  max-width: 100%;
}
.node--type-periodes #main .node--type-periodes .paragraphe .paragraph--type--photo .legende {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: "GibsonLightBold";
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .node--type-periodes #main .node--type-periodes .paragraphe .paragraph--type--photo .legende {
    font-size: 0.8695652174rem;
  }
}
.node--type-periodes #main .node--type-periodes .paragraphe .paragraph--type--photo .legende .legende_txt {
  border-bottom: 2px solid #000000;
  margin-right: 30px;
  padding-bottom: 15px;
}
.node--type-periodes #main .node--type-periodes .paragraphe .paragraph--type--photo .legende .legende_txt .field--name-field-copyright {
  font-family: "GibsonLightRegular";
  display: block;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .node--type-periodes #main .node--type-periodes .paragraphe .paragraph--type--photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .node--type-periodes #main .node--type-periodes .paragraphe .paragraph--type--photo .photo {
    width: 100%;
  }
  .node--type-periodes #main .node--type-periodes .paragraphe .paragraph--type--photo .legende {
    width: 100%;
    margin-top: 5px;
  }
  .node--type-periodes #main .node--type-periodes .paragraphe .paragraph--type--photo .legende .legende_txt .field--name-field-copyright {
    margin-top: 5px;
  }
}
.node--type-periodes #main .node--type-periodes .paragraphe .paragraph--type--video {
  margin-top: 40px;
}
.node--type-periodes #main .node--type-periodes .paragraphe .paragraph--type--video .field--name-field-titre {
  color: #000000;
  font-size: 1.75rem;
  line-height: 1.4;
  font-family: "GibsonLightBold";
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .node--type-periodes #main .node--type-periodes .paragraphe .paragraph--type--video .field--name-field-titre {
    font-size: 1.4rem;
  }
}
.node--type-periodes #main .node--type-periodes .paragraphe .paragraph--type--video .video {
  width: 100% !important;
}
.node--type-periodes #main .node--type-periodes .paragraphe .paragraph--type--video .video .youtube_player,
.node--type-periodes #main .node--type-periodes .paragraphe .paragraph--type--video .video iframe {
  width: 100% !important;
}
@media (max-width: 1500px) {
  .node--type-periodes #main .node--type-periodes .paragraphe .text-formatted {
    width: 660px;
  }
  .node--type-periodes #main .node--type-periodes .paragraphe .paragraph--type--photo .photo {
    width: 660px;
  }
}
@media (max-width: 1100px) {
  .node--type-periodes #main .node--type-periodes .paragraphe .text-formatted {
    width: 560px;
  }
  .node--type-periodes #main .node--type-periodes .paragraphe .paragraph--type--photo .photo {
    width: 560px;
  }
}
@media (max-width: 991px) {
  .node--type-periodes #main .node--type-periodes .paragraphe .text-formatted {
    width: 100%;
  }
  .node--type-periodes #main .node--type-periodes .paragraphe .paragraph--type--photo .photo {
    width: 100%;
  }
}
.node--type-periodes #main-after .faits-marquants {
  background: #F3F3F3;
}
.node--type-periodes #main-after .faits-marquants.faits-marquants-header {
  padding: 40px 0;
}
.node--type-periodes #main-after .faits-marquants.faits-marquants-content {
  padding: 0 0 40px 0;
}
.node--type-periodes #main-after .faits-marquants .views-row {
  margin-bottom: 40px;
}
.node--type-periodes #main-after .faits-marquants .views-row .node--type-instants .droite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 40px;
}
.node--type-periodes #main-after .faits-marquants .views-row .node--type-instants .droite .date {
  color: #e87b1c;
  font-size: 1.75rem;
  line-height: 1.4;
  font-family: "GibsonLightBold";
}
@media screen and (max-width: 1200px) {
  .node--type-periodes #main-after .faits-marquants .views-row .node--type-instants .droite .date {
    font-size: 1.4rem;
  }
}
.node--type-periodes #main-after .faits-marquants .views-row .node--type-instants .droite h3 {
  color: #000000;
  font-size: 1.75rem;
  line-height: 1.4;
  font-family: "GibsonLightBold";
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .node--type-periodes #main-after .faits-marquants .views-row .node--type-instants .droite h3 {
    font-size: 1.4rem;
  }
}
.node--type-periodes #main-after .faits-marquants .views-row .node--type-instants .droite a {
  cursor: pointer;
  display: block;
  color: #e87b1c;
  margin-top: 8px;
}
.node--type-periodes #main-after .faits-marquants .views-row .node--type-instants .link {
  cursor: pointer;
  display: block;
  color: #e87b1c;
}
@media (max-width: 991px) {
  .node--type-periodes #main-after .faits-marquants .views-row .node--type-instants .gauche img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 20px;
  }
  .node--type-periodes #main-after .faits-marquants .views-row .node--type-instants .droite {
    padding-left: 20px;
  }
}
.node--type-periodes #next {
  text-align: center;
  margin: 40px auto;
  /* Dernière période */
}
.node--type-periodes #next svg {
  display: block;
  margin: auto;
  width: 60px;
  height: 60px;
  fill: #e87b1c;
  -webkit-animation-name: anim-fleche;
  animation-name: anim-fleche;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: bounce;
  animation-timing-function: bounce;
}
.node--type-periodes #next .field--name-field-periode-suivante a {
  color: #e87b1c;
  font-size: 2.875rem;
  line-height: 1.4;
  display: block;
  font-family: "GibsonLightRegular";
  margin-top: 30px;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .node--type-periodes #next .field--name-field-periode-suivante a {
    font-size: 2.0535714286rem;
  }
}
.node--type-periodes #next .field--name-field-periode-suivante a:hover {
  color: #000000;
}
.node--type-periodes #next.page-26 {
  display: none;
}

@-webkit-keyframes anim-fleche {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes anim-fleche {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.node--type-instants #page-wrapper #page {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .node--type-instants #page-wrapper #page {
    padding-top: 0;
  }
  .node--type-instants #page-wrapper #page #header {
    height: 120px;
  }
  .node--type-instants #page-wrapper #page #header #header-before {
    display: none;
  }
  .node--type-instants #page-wrapper #page #header #header-content {
    display: none;
  }
}
.node--type-instants #page-wrapper #page .bt-close {
  position: fixed;
  z-index: 100;
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
  background: #FFFFFF;
  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;
  border-radius: 100%;
  top: 50px;
  right: 50px;
  width: 80px;
  height: 80px;
}
.node--type-instants #page-wrapper #page .bt-close svg {
  fill: #e87b1c;
}
.node--type-instants #page-wrapper #page .bt-close a {
  display: block;
  width: 50px;
  margin: auto;
}
@media (max-width: 991px) {
  .node--type-instants #page-wrapper #page .bt-close {
    width: 50px;
    height: 50px;
    top: 100px;
    right: 10px;
  }
  .node--type-instants #page-wrapper #page .bt-close a {
    width: 26px;
    margin: auto;
  }
  .node--type-instants #page-wrapper #page .bt-close svg {
    width: 26px;
    height: 26px;
  }
}
.node--type-instants #page-wrapper #page .instant-modal {
  position: relative;
  max-width: 850px;
  margin: auto;
  overflow: hidden;
}
.node--type-instants #page-wrapper #page .instant-modal .instant-image {
  margin-bottom: 10px;
}
.node--type-instants #page-wrapper #page .instant-modal .instant-alt {
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .node--type-instants #page-wrapper #page .instant-modal .instant-alt {
    font-size: 0.8695652174rem;
  }
}
.node--type-instants #page-wrapper #page .instant-modal .instant-alt .field--name-field-titre-du-visuel {
  font-family: "GibsonLightBold";
  margin-right: 5px;
}
.node--type-instants #page-wrapper #page .instant-modal .instant-date {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  font-family: "GibsonLightBold";
  color: #e87b1c;
}
@media screen and (max-width: 1200px) {
  .node--type-instants #page-wrapper #page .instant-modal .instant-date {
    font-size: 1.5384615385rem;
  }
}
.node--type-instants #page-wrapper #page .instant-modal .instant-titre {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  font-family: "GibsonLightBold";
  color: #000000;
}
@media screen and (max-width: 1200px) {
  .node--type-instants #page-wrapper #page .instant-modal .instant-titre {
    font-size: 1.5384615385rem;
  }
}
.node--type-instants #page-wrapper #page .instant-modal .instant-titre:after {
  content: "";
  width: 20px;
  height: 2px;
  margin: 20px auto 20px auto;
  background: #000000;
  display: block;
}
.node--type-instants #page-wrapper #page .instant-modal .instant-chapo {
  font-size: 1.75rem;
  line-height: 1.4;
  text-align: center;
  font-family: "GibsonLightRegular";
  line-height: 1.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .node--type-instants #page-wrapper #page .instant-modal .instant-chapo {
    font-size: 1.4rem;
  }
}
.node--type-instants #page-wrapper #page .instant-modal .instant-contenu .paragraph {
  margin-top: 20px;
}
.node--type-instants #page-wrapper #page .instant-modal .instant-contenu h2 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-family: "GibsonLightBold";
}
@media screen and (max-width: 1200px) {
  .node--type-instants #page-wrapper #page .instant-modal .instant-contenu h2 {
    font-size: 1.3043478261rem;
  }
}
.node--type-instants #page-wrapper #page .instant-modal .instant-contenu .paragraph--type--photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.node--type-instants #page-wrapper #page .instant-modal .instant-contenu .paragraph--type--photo .field--name-field-photo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.node--type-instants #page-wrapper #page .instant-modal .instant-contenu .paragraph--type--photo .field--name-field-photo .photo {
  opacity: 1 !important;
}
.node--type-instants #page-wrapper #page .instant-modal .instant-contenu .paragraph--type--photo .field--name-field-titre {
  width: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  font-family: "GibsonLightBold";
  padding-left: 20px;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .node--type-instants #page-wrapper #page .instant-modal .instant-contenu .paragraph--type--photo .field--name-field-titre {
    font-size: 0.8695652174rem;
  }
}
.node--type-instants #page-wrapper #page .instant-modal .instant-contenu .paragraph--type--photo .field--name-field-copyright {
  width: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  font-family: "GibsonLightRegular";
  padding-left: 20px;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .node--type-instants #page-wrapper #page .instant-modal .instant-contenu .paragraph--type--photo .field--name-field-copyright {
    font-size: 0.8695652174rem;
  }
}
@media (max-width: 991px) {
  .node--type-instants #page-wrapper #page .instant-modal .instant-contenu .paragraph--type--photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .node--type-instants #page-wrapper #page .instant-modal .instant-contenu .paragraph--type--photo .field--name-field-titre {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 5px 0 0 0;
    padding: 0;
  }
  .node--type-instants #page-wrapper #page .instant-modal .instant-contenu .paragraph--type--photo .field--name-field-copyright {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .node--type-instants #page-wrapper #page .instant-modal {
    padding-right: 0;
  }
  .node--type-instants #page-wrapper #page .instant-modal .instant-alt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.node--type-instants #page-wrapper #page .back {
  color: #e87b1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.4;
  font-family: "GibsonLightRegular";
  line-height: 50px;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .node--type-instants #page-wrapper #page .back {
    font-size: 1.3043478261rem;
  }
}
.node--type-instants #page-wrapper #page .back svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 50px;
  fill: #e87b1c;
  margin-right: 10px;
}

.node--type-page #main-wrapper #content article .field--name-body {
  font-size: 1.75rem;
  line-height: 1.4;
  font-family: "GibsonLightRegular";
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .node--type-page #main-wrapper #content article .field--name-body {
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=style.css.map */
