@font-face {
 font-family: "Freight Big";
 src: url("fonts/freight-big.woff2") format("woff2"),
        url("fonts/freight-big.woff") format("woff");
}

@font-face {
 font-family: "Freight Sans";
 src: url("fonts/freight-sans.woff2") format("woff2"),
         url("fonts/freight-big.woff") format("woff");
}

body {
  margin: 0;
  padding: 0;
  font-family: "Freight Sans", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#header,
#main {
  position: absolute;
  top: 0;
}

body.page #main {
  top: 75px !important;
}

body.page #main .section .section-inner {
  height: auto !important;
}

body.page #main .section .section-inner.row .col.section-inner-image img {
  width: 100%;
  height: auto;
}

#header,
#menu-button {
  z-index: 9997;
}

#header {
  width: 100%;
  text-align: center;
  padding: 18px 0;
}

#header a {
  display: inline-block;
  font-size: 24pt;
  font-family: "Freight Big", Times, serif;
  letter-spacing: 1pt;
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 0px 18px #000000;
}

body.page #header a {
  color: #000;
  text-shadow: none;
}

#main {
  z-index: 9996;
  width: 100vw;
}

#menu-button {
  position: fixed;
  top: 0;
  right: 0;
  color: #000;
  background: #fff;
  padding: 15px 20px;
  text-decoration: none;
  font-size: 20pt;
  line-height: 8pt;
  transition: .5s ease-in-out;
}

body.sidr-open #menu-button {
  color: #fff;
  background: #333;
}

#front {
  background-color: #333;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  min-height: calc(100vh - 300px);
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section-title {
  margin-top: 2rem;
}

.height-fit-content {
  height: fit-content !important;
}

#front h1 {
  font-family: "Freight Big", Times, serif;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  letter-spacing: 1pt;
  text-shadow: 0px 0px 18px #000000;
  font-size: 30pt;
  line-height: 42pt;
}

#front h2 {
  font-family: "Freight Big", Times, serif;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  letter-spacing: 1pt;
  text-shadow: 0px 0px 18px #000000;
  font-size: 24pt;
  line-height: 30pt;
}

#front p {
  font-family: "Freight Big", Times, serif;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  letter-spacing: 1pt;
  text-shadow: 0px 0px 18px #000000;
}

#front p a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.section {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section.section-half-h {
  height: 50vh;
}

.section.section-third-h {
  height: 33vh;
}

.section.padded {
  padding: 80px 0;
}

@media (max-width: 1200px) {
    .section.padded {
  padding: 30px 0;
}
}

.section.bg-light-grey {
  background: #eee;
}


/* responsive */

.section .section-inner.row {
  overflow: hidden;
}

.section .section-inner.row .col.section-inner-text h2, .section .section-inner.row .col.section-inner-text h3 {
  font-family: "Freight Big", Times, serif;
  font-size: 22pt;
  font-weight: lighter;
}


.section .section-inner.row .col.section-inner-text p {
  font-size: 15pt;
  line-height: 20pt;
  text-align: justify;
  margin: 0;
  padding: 0;
}

.section .section-inner.row .col.section-inner-image,
.section .section-inner.row .col.section-inner-image .slideshow,
.section .section-inner.row .col.section-inner-image .slideshow .slideshow-pictures,
.section .section-inner.row .col.section-inner-image .slideshow .slideshow-pictures li {
  height: 100%;
}

.section .section-inner.row .col.section-inner-image .slideshow {
  position: relative;
}

.section .section-inner.row .col.section-inner-image .slideshow,
.section .section-inner.row .col.section-inner-image .slideshow .slideshow-pictures,
.section .section-inner.row .col.section-inner-image .slideshow .slideshow-pictures li {
  width: 100%;
}

.section .section-inner.row .col.section-inner-image .slideshow .slideshow-controls .slideshow-control {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border: 0;
  display: block;
  font-size: 0;
  opacity: 0.8;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}

.section .section-inner.row .col.section-inner-image .slideshow .slideshow-controls .slideshow-control:focus {
  outline: 0;
}

.section .section-inner.row .col.section-inner-image .slideshow .slideshow-controls .slideshow-control:hover {
  opacity: 1;
}

.section .section-inner.row .col.section-inner-image .slideshow .slideshow-controls .slideshow-control.slideshow-control-prev {
  left: 0;
  background: #fff url('img/icon-arrow-left.svg') center center / 14px auto no-repeat;
}

.section .section-inner.row .col.section-inner-image .slideshow .slideshow-controls .slideshow-control.slideshow-control-next {
  right: 0;
  background: #fff url('img/icon-arrow-right.svg') center center / 14px auto no-repeat;
}

.section .section-inner.row .col.section-inner-image .slideshow .slideshow-pictures {
  margin: 0;
  padding: 0;
}

.section .section-inner.row .col.section-inner-image .slideshow .slideshow-pictures li {
  list-style: none;
}

.section .section-inner.row .col.section-inner-image .slideshow .slideshow-pictures li img {
  width: 100%;
  height: auto;
}

.section .section-inner.row .col.section-inner-text {
 /* border-bottom: 1px solid #eee; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.section .section-inner.row .col.section-inner-text .col-content {
  flex-grow: 1;
}

.section .section-inner.row .col.section-inner-text .col-footer {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.section-full {
  height: 100vh;
  position: relative;
}

.section.section-full .section-inner.row .col.section-inner-text,
.section.section-full .section-inner.row .col.section-inner-text .col-footer {
  border: 0 !important;
}

.section.section-full .section-inner.row .col.section-inner-text h2,
.section.section-full .section-inner.row .col.section-inner-text p,
.section.section-full .section-inner.row .col.section-inner-text h3 {
  color: #fff !important;
  text-shadow: 0px 0px 18px #000000;
}

.section-full.section-full-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  min-height: 100vh;
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section.section-free .section-inner.row {
  height: auto !important;	
}

.section.section-free .section-inner.row .col.section-inner-image img {
  width: 100%;
  height: auto;
}

.section.section-free .section-inner.row .col.section-inner-text {
  align-items: flex-end;
}

.section.section-full.section-free .section-inner.row .col.section-inner-text h2, 
.section.section-full.section-free .section-inner.row .col.section-inner-text p,
.section.section-full.section-free .section-inner.row .col.section-inner-text h3 {
  color: #000 !important;
  text-shadow: none !important;
}

.section.section-full.section-free .section-inner.row .col.section-inner-text .col-footer {
  width: calc(70% - 80px);
  padding: 10px 0;
  margin-right: 40px;
  border-bottom: 1px solid #eee !important;
}

.clear {
  clear: both;
}

#quote p,
#quote span {
  margin: 0 auto;
  text-align: center;
  color: #000;
  display: block;
}

#quote p {
  font-family: "Freight Big", Times, serif;
  letter-spacing: 1pt;
}

#quote span {
  font-size: 13pt; 
  font-family: "Freight Sans", Arial, sans-serif;
  margin-top: 20px;
}

.section#instagram {
  background: #eee;
  padding: 50px 0;
  text-align: center;
}

.section#instagram h2,
.section#contact h2 {
  font-family: "Freight Big", Times, serif;
  font-size: 22pt;
  font-weight: lighter;
  color: #999;
  text-align: center;
}

.section#instagram h2 span,
.section#contact h2 span {
  color: #000;
}

.section#instagram .instagram_gallery {
  position: relative;
}

.section#instagram .instagram_gallery .slick-arrow {
  position: absolute;
  top: 0;
  z-index: 9999;
  height: 100%;
  width: 40px;
  font-size: 0;
  border: 0;
  display: block;
  opacity: 0.5;
  transition: 0.5s ease-in-out;
}

.section#instagram .instagram_gallery .slick-arrow:hover {
  opacity: 1;
}

.section#instagram .instagram_gallery .slick-arrow:focus,
.section#instagram .instagram_gallery .slick-arrow:active {
  outline: 0;
}

.section#instagram .instagram_gallery .slick-arrow.slick-prev {
  background: url(img/icon-arrow-left.svg) center center / 14px auto no-repeat;
}

.section#instagram .instagram_gallery .slick-arrow.slick-next {
  background: url(img/icon-arrow-right.svg) center center / 14px auto no-repeat;
}

.section#instagram .instagram_gallery .slick-slide {
  margin: 0 10px;
}

.section#instagram .instagram_gallery .slick-slide img {
  width: 100%;
  height: auto;
}

.section#instagram .followme {
  margin: 0 auto;
  background: #fff;
  padding: 15px;
  text-decoration: none;
  font-size: 13pt;
  color: #000;
}

.section#contact {
  text-align: center;
}

.section#contact p {
  font-size: 14pt;
}

.section#contact p a {
  color: #000;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 3px;
  display: inline-block;
  transition: border-color .4s ease-in-out;
}

.section#contact p a:hover {
  border-color: #000;
}

.section#legal {
  background: #f0f0f0;
  padding: 30px 0 35px 0;
  position: relative;
}

.section#legal a {
  font-size: 12pt;
  color: #000;
  margin: 10px 0 3px 10px;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  transition: border-color .4s ease-in-out;
}

.section#legal a:hover {
  border-color: #000;
}

.section#legal .backtotop {
  position: absolute;
  right: 30px;
  top: 30px;
  display: block;
  font-size: 0;
  background: url(img/icon-arrow-top.svg) center center / 15px auto no-repeat;
  width: 15px;
  height: 15px;
  border: 0 !important;
}

.journal.bg-light-grey {
  background: #eee;
}

.journal .section-inner.row .col.section-inner-text,
.journal .section-inner.row .col.section-inner-text .col-footer {
  border: 0 !important;
}

.journal .section-inner.row .col.section-inner-text h2 a,
.journal .section-inner.row .col.section-inner-text h3 a {
  color: #000;
  text-decoration: none;
}

.journal .section-inner.row .col.section-inner-text a.journal-link {
  color: #000;
  border: 1px solid #eee;
  padding: 10px;
  text-decoration: none;
  font-size: 13pt;
  background-color: transparent;
  transition: border-color .4s ease-in-out, background-color .4s ease-in-out;
}

.journal .section-inner.row .col.section-inner-text a.journal-link:hover {
  border-color: #aaa;
  background-color: #eee;
}

.journal.bg-light-grey .section-inner.row .col.section-inner-text a.journal-link {
  border: 1px solid #ddd;
}

.journal.bg-light-grey .section-inner.row .col.section-inner-text a.journal-link:hover {
  border-color: #aaa;
  background-color: #fff;
}

.journal .section-inner.row .col.section-inner-text a.journal-link::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('img/icon-arrow-right.svg') center center / 100% auto no-repeat;
  content: '';
  vertical-align: middle;
  margin-left: 10px;
}

.journal .section-inner.row .col.section-inner-text col-content span {
  margin-bottom: 20px;
  display: block;
}

.introduction-journal {
  text-align: center;
}

.introduction-journal h2, .introduction-journal h1 {
  font-family: "Freight Big",Times,serif;
  margin: 0 auto;
  text-align: center;
  color: #000;
  letter-spacing: 1pt;
  font-weight: normal;
  font-size: 30pt;
  line-height: 42pt;
}

@media (max-width: 1280px) {
    /* Styles pour les écrans de moins de 13 pouces */
    .introduction-journal h2 {
      font-size: 14pt;
      line-height: 1em;
    }
}


/* sidr */

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9996;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
}
.sidr .sidr-inner {
  padding: 0;
  margin: 0;
  line-height: 42pt;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.sidr .sidr-inner #main-menu,
.sidr .sidr-inner #lang-menu {
  margin: 0;
}
.sidr .sidr-inner #main-menu {
  padding-left: 35px;	
}
.sidr .sidr-inner #main-menu li {
  list-style: none;
  font-family: "Freight Big", Times, serif;
  font-size: 30pt;
}
.sidr .sidr-inner #main-menu li a {
  color: #999;
  text-decoration: none;
  transition: color .3s ease-in-out;
}
.sidr .sidr-inner #main-menu li a:hover {
  color: #000;
}
.sidr .sidr-inner #main-menu li a.selected {
  color: #000;
}
.sidr .sidr-inner #lang-menu {
  position: absolute;
  bottom: 35px;
  left: 0;
}
.sidr .sidr-inner #lang-menu li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.sidr .sidr-inner #lang-menu li a {
  color: #888;
  text-decoration: none;
  font-size: 12pt;
  font-family: "Freight Sans", Arial, sans-serif;
  transition: color .3s ease-in-out;
}
.sidr .sidr-inner #lang-menu li a.selected,
.sidr .sidr-inner #lang-menu li a:hover {
  color: #000;
}
.sidr.right {
  left: auto;
}
.icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 15px;
  opacity: 0.5;
}
.icon.email {
  background: url('img/icon-mail.svg') center center / 100% auto no-repeat;
}
.icon.instagram {
  background: url('img/icon-instagram.svg') center center / 100% auto no-repeat;
}
.icon.location {
  background: url('img/icon-location.svg') center center / 100% auto no-repeat;
}

/* slick */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}

/* traduction */

body.fr .translate.fr {
  display: block !important;
}

body.fr .translate.en {
  display: none !important;
} 

body.en .translate.en {
  display: block !important;
}

body.en .translate.fr {
  display: none !important;
} 

/* responsive */

@media only screen and (max-width : 768px) {
  .sidr {
    width: 100vw;
  }
  .sidr.right {
    right: -100vw;
  }
  #front p,
  .section .section-inner.row,
  #instagram-feed-demo,
  #quote p, 
  #quote span {
    width: 90vw;
    margin: 0 auto;
  }
  #header {
    background: #fff;
  }
  #header a {
    color: #000 !important;
    text-shadow: none !important;
  }
  #front {
  	height: auto;
    min-height: 0 !important;
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: 70px;
    padding-bottom: 0 !important;
    background-color: #fff !important;
  }
  #front .section-inner {
  	margin-top: calc(100vw*0.66);
  }
  #front p, #front p a {
    font-size: 18pt;
    line-height: 28pt;
    color: #000 !important;
    text-shadow: none !important;
  }
  #quote p {
    font-size: 15pt;
    line-height: 24pt;
  }
  .section-full.section-full-background .section-inner.row .col {
  	width: 100%;
  }
  .section.section-free .section-inner.row .col.section-inner-text .col-content {
    width: 100%;
  }
  .section-full.section-full-background .section-inner.row .col .col-content {
  	align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .section .section-inner.row .col.section-inner-image {
    padding: 30px 0 0 0;
  }
  .section.section-full-h {
    height: auto;
    padding: 80px 0;
  }
  .section .section-inner.row .col.section-inner-text .col-footer {
    display: none;
  }
  .section#instagram .instagram_gallery .slick-arrow.slick-prev {
    left: 0px;
    background: rgba(238, 238, 238, 0.8) url(img/icon-arrow-left.svg) center center / 14px auto no-repeat;
  }
  .section#instagram .instagram_gallery .slick-arrow.slick-next {
    right: 0px;
    background: rgba(238, 238, 238, 0.8) url(img/icon-arrow-right.svg) center center / 14px auto no-repeat;
  }
  #quote {
    display: none;
  }
}

@media only screen and (min-width : 768px) {
  .sidr {
    width: 300px;
  }
  .sidr.right {
    right: -300px;
  }
  #front p,
  .section .section-inner.row,
  #instagram-feed-demo,
  #quote p, 
  #quote span {
    width: 1120px;
  }
  #front p {
    font-size: 30pt;
    line-height: 42pt;
  }
  #quote p {
    font-size: 20pt;
    line-height: 32pt;
  }
  .section .section-inner.row .col {
    padding: 0 40px;
  }
  .section .section-inner.row .col {
    width: calc(50% - 80px);
  }
  .section.section-free .section-inner.row .col.section-inner-text .col-content {
    width: calc(70% - 80px);
  }
  .section .section-inner.row {
    height: 718px;
    overflow: hidden;
  }
  .section .section-inner.row .col {
    float: left;
  }
  .section.section-full-h {
    height: 100vh;
  }
  .section.section-free .section-inner.row {
    width: 100% !important;
  }
  .section.section-free .section-inner.row .col.section-inner-text .col-content {
    padding: 0 40px;
  }
  .section.section-free .section-inner.row .col.section-inner-image {
    padding: 0;
    width: 50%;
  }
  .section#instagram .instagram_gallery .slick-arrow.slick-prev {
    left: -40px;
  }
  .section#instagram .instagram_gallery .slick-arrow.slick-next {
    right: -40px;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998; 
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 1; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

    /* Utils Propulse  */

    @media (max-width: 1200px) {
    /* Styles pour les écrans de moins de 13 pouces */
    .section-reverse-mobile {
     display: flex;
     flex-direction: column;
    }

  .section-reverse-mobile .section-inner-image  {
    order: 2;
  }

  .section-reverse-mobile .section-inner-texte {
    order: 1;
  }
}

/* SINGLE ARTICLE */
.section-title-article h1 {
  font-size: 30pt;
}