@import "../css/vendor/bootstrap-reboot.min.css";
@import "../css/vendor/bootstrap-utilities.min.css";
@import "../css/vendor/bootstrap-grid.min.css";
@import "../css/vendor/fontawesome-5.8.1-all.min.css";
@import "../css/vendor/animate.css";
@import "../css/vendor/hamburgers.min.css";
@import "../css/vendor/simplelightbox.min.css";
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFW50e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirkOXOhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOXOhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN8rsOXOhs.ttf) format('truetype');
}
/*
	animation-duration: .75s;
	animation-fill-mode: both;
	animation-delay: 0.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
*/
.btn-hl-orange,
.btn-hl-black {
  display: inline-block;
  border-radius: 45px;
  padding: 7px 10px 8px;
  font-weight: bold;
  line-height: 2;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-hl-orange:hover,
.btn-hl-black:hover,
.btn-hl-orange:active,
.btn-hl-black:active,
.btn-hl-orange:focus,
.btn-hl-black:focus {
  text-decoration: none;
}
.btn-hl-orange {
  border: 3px solid #f26527;
  color: #f26527;
  font-size: 1.3125rem;
}
@media (max-width: 767px) {
  .btn-hl-orange {
    font-size: 1rem;
  }
}
.btn-hl-orange img {
  margin: 0 5px 0 0;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .btn-hl-orange img {
    display: none;
  }
}
.btn-hl-orange:hover,
.btn-hl-orange:active,
.btn-hl-orange:focus {
  background-color: #f26527;
  color: #000;
}
.btn-hl-orange:hover img,
.btn-hl-orange:active img,
.btn-hl-orange:focus img {
  margin: 0 0 0 5px;
}
.btn-hl-black {
  background-color: #151515;
  color: #fff;
  font-size: 1.125rem;
  border: none;
}
.btn-hl-black:hover,
.btn-hl-black:active,
.btn-hl-black:focus {
  background-color: #f26527;
  color: #000;
}
.btn-go-to {
  margin-bottom: 30px;
}
.clear {
  clear: both;
  float: none;
  width: 100%;
}
.color-orange {
  color: #f26527 !important;
}
.text-hl {
  color: #f26527 !important;
  font-size: 1.3125rem !important;
  line-height: 1.75 !important;
}
.highlight-box {
  padding: 0 30px;
  border: 5px dotted #f26527;
  color: #f26527;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
/*	Useful and accessibility
==================================================================================================*/
.clear {
  clear: both;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-visible,
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.skip-link {
  display: block;
  padding: 10px 20px !important;
  color: #f26527;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999;
}
.skip-link:active,
.skip-link:focus {
  position: absolute;
  top: 15px;
  left: 15px;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-hidden {
  visibility: hidden;
}
/*	Structure
==================================================================================================*/
html {
  scroll-behavior: smooth;
}
body {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.05rem;
}
body::after {
  content: "";
  background: #fff url("../images/bg-plan-2.jpg") no-repeat center bottom 100px fixed;
  background-size: cover;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 2rem;
  font-weight: bold;
}
ul,
ol {
  padding-left: 20px;
}
ul li,
ol li {
  padding-left: 1rem;
}
/*
 Header, navigation menus and banner
*/
.header {
  position: relative;
  background: rgba(0, 0, 0, 0.75) url("../images/bg-plan-1.jpg") no-repeat;
  background-size: cover;
  color: #fff;
}
.header h1 {
  position: relative;
  padding: 0 0 3rem;
  margin: 115px 0 75px;
  color: #f26527;
  text-align: center;
}
@media (max-width: 991px) {
  .header h1 {
    margin: 75px 0 45px;
  }
}
.header h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 115px;
  border-top: 4px solid #f26527;
}
.header h1.h1-temoignages {
  color: #fff;
}
.header h1.sr-only {
  position: absolute;
  padding: 0;
}
.header h2 {
  color: #f26527;
  font-weight: 800;
}
@media (max-width: 991px) {
  .header h2 {
    font-size: 1.875rem;
  }
}
.header .header-content {
  line-height: 2;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .header .header-content {
    padding-bottom: 60px;
  }
}
.header .header-content p {
  margin-bottom: 60px;
}
.header .header-content p .header-text-hl {
  font-size: 1.75rem;
  font-weight: 700;
}
.header .main-nav-container {
  position: relative;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.5);
}
.header .main-nav-container .logo-link {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 20;
}
.header .main-nav-container .logo-link h1 {
  margin: 0;
  padding: 0;
}
.header .main-nav-container .logo-link .logo {
  display: inline-block;
  width: 150px;
  height: 100px;
  background: url(../images/logo-exp303.png) no-repeat center left;
  background-size: contain;
}
.header .main-nav-container .main-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 400;
}
.header .main-nav-container .main-nav ul {
  display: flex;
  padding-left: 200px;
  margin: 0;
  list-style: none;
}
.header .main-nav-container .main-nav ul li {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header .main-nav-container .main-nav ul li a {
  z-index: 10;
  position: relative;
  display: block;
  padding: 30px 25px;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  text-decoration: none;
}
.header .main-nav-container .main-nav ul li a span {
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header .main-nav-container .main-nav ul li a.current-page span {
  border-bottom: 2px solid #f26527;
}
.header .main-nav-container .main-nav ul li a:hover span,
.header .main-nav-container .main-nav ul li a:active span,
.header .main-nav-container .main-nav ul li a:focus span {
  border-bottom: 2px solid #fff;
}
.header .main-nav-container .main-nav .responsive-nav-container .hamburger {
  padding: 15px 5px 10px;
  margin: 30px 10px 25px;
}
.header .main-nav-container .main-nav .responsive-nav-container .hamburger .hamburger-box .hamburger-inner {
  background-color: #fff;
}
.header .main-nav-container .main-nav .responsive-nav-container .hamburger .hamburger-box .hamburger-inner::before,
.header .main-nav-container .main-nav .responsive-nav-container .hamburger .hamburger-box .hamburger-inner::after {
  background-color: #fff;
}
.header .main-nav-container .main-nav .responsive-nav-container .hamburger:hover,
.header .main-nav-container .main-nav .responsive-nav-container .hamburger:active,
.header .main-nav-container .main-nav .responsive-nav-container .hamburger:focus {
  opacity: 0.7;
}
.header .main-nav-container .main-nav .responsive-nav-container .hamburger.is-active .hamburger-box .hamburger-inner {
  background-color: #fff;
}
.header .main-nav-container .main-nav .responsive-nav-container .hamburger.is-active .hamburger-box .hamburger-inner::before,
.header .main-nav-container .main-nav .responsive-nav-container .hamburger.is-active .hamburger-box .hamburger-inner::after {
  background-color: #fff;
}
.header .main-nav-container .main-nav .responsive-nav-container .mobile-nav-menu {
  z-index: 15;
  right: 0;
  margin: 0;
  color: #fff;
  text-align: center;
  background-color: #1d1d1d;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.header .main-nav-container .main-nav .responsive-nav-container .mobile-nav-menu li {
  display: block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header .main-nav-container .main-nav .responsive-nav-container .mobile-nav-menu li a {
  position: relative;
  display: block;
  padding: 15px 25px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header .main-nav-container .main-nav .responsive-nav-container.opened .mobile-nav-menu {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  position: absolute;
  top: 100%;
  padding: 100px 0 75px;
  width: 100%;
}
.header .fiches-menu li::before {
  color: #fff;
}
.header .fiches-menu li a {
  color: #fff;
}
.header .banner-content {
  position: relative;
  padding: 115px 0 90px;
  color: #fff;
  font-size: 1.125rem;
}
@media (max-width: 991px) {
  .header .banner-content {
    padding: 75px 0 60px;
  }
}
.header .banner-content p {
  letter-spacing: 0.1rem;
  margin-bottom: 60px;
}
.header .banner-content p .header-text-hl {
  font-size: 1.75rem;
  font-weight: 700;
}
.header .banner-content .video-container {
  display: inline-block;
  background-color: #fff;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
@media (max-width: 600px) {
}
.header .banner-content .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
}
@media (max-width: 600px) {
}
@media (max-width: 400px) {
}
.header .medias-content h2 {
  padding: 0 1rem;
  background-color: #f26527;
  color: #fff;
  font-size: 1.3125rem;
  font-weight: bold;
}
.header .medias-content .video-container {
  display: inline-block;
  background-color: #fff;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
}
.header .medias-content .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
}
@media (max-width: 600px) {
}
@media (max-width: 400px) {
}
@media (max-width: 991px) {
  .header .medias-content iframe {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .header .medias-content iframe {
    max-height: 300px;
  }
}
@media (max-width: 320px) {
  .header .medias-content iframe {
    max-height: 200px;
  }
}
.header .medias-content .iframe-360-container iframe {
  min-height: 200px;
}
@media (max-width: 991px) {
  .header .medias-content .iframe-360-container iframe {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .header .medias-content .iframe-360-container iframe {
    min-height: 300px;
  }
}
@media (max-width: 320px) {
  .header .medias-content .iframe-360-container iframe {
    min-height: 200px;
  }
}
.header .medias-content .listing-doc {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
.header .medias-content .listing-doc li a {
  color: #fff;
  margin: 0 20px 20px 0;
}
.header .medias-content .listing-doc li a img {
  margin-right: 15px;
  width: 60px;
  height: auto;
}
.header .medias-content .listing-doc li a:hover,
.header .medias-content .listing-doc li a:active,
.header .medias-content .listing-doc li a:focus {
  color: #f26527;
}
.main {
  font-size: 1.125rem;
}
.main h2 {
  position: relative;
  margin: 60px 0 60px 0;
  padding-bottom: 40px;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 991px) {
  .main h2 {
    margin: 40px 0 45px 0;
  }
}
.main h2.sr-only {
  position: absolute;
}
.main h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 115px;
  border-top: 4px solid #f26527;
}
.main h2 span.smaller {
  display: inline-block;
  line-height: 1.5;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.main section {
  padding: 90px 0;
}
@media (max-width: 991px) {
  .main section {
    padding: 60px 0;
  }
}
.main ul,
.main ol {
  padding-left: 20px;
  list-style: none;
  line-height: 1.25;
}
.main ul li,
.main ol li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}
.main ul li:last-child,
.main ol li:last-child {
  margin-bottom: 0;
}
.main ul li::before,
.main ol li::before {
  content: "»";
  position: absolute;
  left: -20px;
  color: #f26527;
}
.main .section-intro {
  position: relative;
}
.main .section-intro img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.main .section-intro p {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.main .section-intro ul {
  margin-left: 1rem;
}
.main .section-intro .color-orange {
  color: #DE3709 !important;
  font-weight: bold;
}
.main .section-quote {
  background: #dcdcdc;
}
.main .section-quote blockquote {
  position: relative;
  z-index: 5;
  margin: 45px 0 90px;
}
@media (max-width: 991px) {
  .main .section-quote blockquote {
    margin: 135px 0 165px;
  }
}
.main .section-quote blockquote::before,
.main .section-quote blockquote::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 140px;
  background: url("../images/icon-arrow-quote.png") 0 0 no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .main .section-quote blockquote::before,
  .main .section-quote blockquote::after {
    width: 100px;
    height: 120px;
  }
}
.main .section-quote blockquote::before {
  top: -75px;
  left: -150px;
}
@media (max-width: 991px) {
  .main .section-quote blockquote::before {
    top: -145px;
    left: 0;
  }
}
.main .section-quote blockquote::after {
  bottom: -75px;
  right: -150px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .main .section-quote blockquote::after {
    bottom: -125px;
    right: 0;
  }
}
.main .section-quote .btn-hl-orange {
  border: 3px solid #DE3709;
  color: #DE3709;
}
.main .section-quote .btn-hl-orange:hover,
.main .section-quote .btn-hl-orange:active,
.main .section-quote .btn-hl-orange:focus {
  background-color: #DE3709;
  color: #000;
}
.main .section-quote .color-orange {
  color: #DE3709 !important;
  font-weight: bold;
}
.main .section-gallery {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
}
.main .section-gallery h2 {
  margin-top: 0;
}
.main .section-gallery p {
  margin-bottom: 1rem;
}
.main .section-gallery button {
  cursor: pointer;
}
.main .section-gallery .gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.main .section-gallery .gallery a {
  width: 33%;
  margin: 2px auto;
}
@media (max-width: 1200px) {
  .main .section-gallery .gallery a {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .main .section-gallery .gallery a {
    width: 100%;
  }
}
.main .section-gallery .gallery a img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.15s ease;
  -moz-transition: -moz-transform 0.15s ease;
  -o-transition: -o-transform 0.15s ease;
  -ms-transition: -ms-transform 0.15s ease;
  transition: transform 0.15s ease;
  position: relative;
}
.main .section-gallery .gallery a:hover img,
.main .section-gallery .gallery a:active img,
.main .section-gallery .gallery a:focus img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}
.main .section-gallery .listing-keywords {
  margin: 75px 0;
  padding: 0;
  list-style: none;
  color: #f26527;
  font-size: 2rem;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .main .section-gallery .listing-keywords {
    margin: 45px 0;
  }
}
.main .section-gallery .listing-keywords li {
  position: relative;
  padding: 0 30px;
}
.main .section-gallery .listing-keywords li::before {
  content: "|";
  position: absolute;
  top: 0;
  left: -10px;
  color: #000;
}
@media (max-width: 1200px) {
  .main .section-gallery .listing-keywords li::before {
    content: "";
    width: 100%;
  }
}
.main .section-gallery .listing-keywords li:first-child::before {
  content: "";
}
.main .section-gallery .btn-hl-orange {
  margin-top: 75px;
}
@media (max-width: 991px) {
  .main .section-gallery .btn-hl-orange {
    margin-top: 45px;
  }
}
.main .section-guided-tour h2 {
  margin-top: 0;
  color: #DE3709;
}
.main .section-guided-tour h2::after {
  border-top: 4px solid #DE3709;
}
.main .section-guided-tour img {
  padding: 0;
  width: 100%;
  height: auto;
}
.main .section-fiches,
.main .section-fiches-sidebyside,
.main .section-fiches-gallery {
  margin: 40px 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
}
.main .section-fiches:last-child,
.main .section-fiches-sidebyside:last-child,
.main .section-fiches-gallery:last-child {
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .main .section-fiches:last-child,
  .main .section-fiches-sidebyside:last-child,
  .main .section-fiches-gallery:last-child {
    margin-bottom: 0;
  }
}
.main .section-fiches img,
.main .section-fiches-sidebyside img,
.main .section-fiches-gallery img {
  width: 100%;
}
.main .section-fiches .text-container,
.main .section-fiches-sidebyside .text-container,
.main .section-fiches-gallery .text-container {
  line-height: 2;
}
.main .section-fiches .text-container h2,
.main .section-fiches-sidebyside .text-container h2,
.main .section-fiches-gallery .text-container h2 {
  margin-bottom: 1.5rem;
  padding: 0;
  font-size: 1.875rem;
}
.main .section-fiches .text-container h2::after,
.main .section-fiches-sidebyside .text-container h2::after,
.main .section-fiches-gallery .text-container h2::after {
  display: none;
}
.main .section-fiches .text-container p,
.main .section-fiches-sidebyside .text-container p,
.main .section-fiches-gallery .text-container p {
  line-height: 1.5;
}
.main .section-fiches .text-container ul:last-child,
.main .section-fiches-sidebyside .text-container ul:last-child,
.main .section-fiches-gallery .text-container ul:last-child {
  margin: 0;
}
.main .section-fiches .text-container ul li,
.main .section-fiches-sidebyside .text-container ul li,
.main .section-fiches-gallery .text-container ul li {
  font-size: 1rem;
}
.main .section-fiches .text-container.block-list,
.main .section-fiches-sidebyside .text-container.block-list,
.main .section-fiches-gallery .text-container.block-list {
  padding: 15px 30px 30px;
  background-color: #fff;
  border: solid 5px lightgray;
}
.main .section-fiches .text-container.block-list img,
.main .section-fiches-sidebyside .text-container.block-list img,
.main .section-fiches-gallery .text-container.block-list img {
  margin-bottom: 20px;
}
.main .section-fiches .text-container.block-list ul,
.main .section-fiches-sidebyside .text-container.block-list ul,
.main .section-fiches-gallery .text-container.block-list ul {
  margin-bottom: 20px;
}
.main .section-fiches .text-container.block-list .section-fiches-sidebyside,
.main .section-fiches-sidebyside .text-container.block-list .section-fiches-sidebyside,
.main .section-fiches-gallery .text-container.block-list .section-fiches-sidebyside {
  margin: 15px 0 20px;
}
.main .section-fiches .text-container.block-list .section-fiches-sidebyside img,
.main .section-fiches-sidebyside .text-container.block-list .section-fiches-sidebyside img,
.main .section-fiches-gallery .text-container.block-list .section-fiches-sidebyside img {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .main .section-fiches .text-container.block-list .section-fiches-sidebyside img,
  .main .section-fiches-sidebyside .text-container.block-list .section-fiches-sidebyside img,
  .main .section-fiches-gallery .text-container.block-list .section-fiches-sidebyside img {
    margin-bottom: 20px;
  }
}
.main .section-fiches .text-container.block-list .section-fiches-sidebyside .img-before,
.main .section-fiches-sidebyside .text-container.block-list .section-fiches-sidebyside .img-before,
.main .section-fiches-gallery .text-container.block-list .section-fiches-sidebyside .img-before {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .main .section-fiches .text-container.block-list .section-fiches-sidebyside .img-before,
  .main .section-fiches-sidebyside .text-container.block-list .section-fiches-sidebyside .img-before,
  .main .section-fiches-gallery .text-container.block-list .section-fiches-sidebyside .img-before {
    margin-bottom: 20px;
  }
}
.main .section-fiches .text-container.block-list .section-fiches-sidebyside .img-before img,
.main .section-fiches-sidebyside .text-container.block-list .section-fiches-sidebyside .img-before img,
.main .section-fiches-gallery .text-container.block-list .section-fiches-sidebyside .img-before img {
  margin-bottom: 0;
}
.main .section-fiches .text-container.block-list .section-fiches-sidebyside .text-container,
.main .section-fiches-sidebyside .text-container.block-list .section-fiches-sidebyside .text-container,
.main .section-fiches-gallery .text-container.block-list .section-fiches-sidebyside .text-container {
  padding: 0;
  background-color: transparent;
}
.main .section-fiches .text-container.block-list .section-fiches-sidebyside .text-container ul,
.main .section-fiches-sidebyside .text-container.block-list .section-fiches-sidebyside .text-container ul,
.main .section-fiches-gallery .text-container.block-list .section-fiches-sidebyside .text-container ul {
  margin-bottom: 0;
}
.main .section-fiches .text-container.block-list .section-fiches-gallery img,
.main .section-fiches-sidebyside .text-container.block-list .section-fiches-gallery img,
.main .section-fiches-gallery .text-container.block-list .section-fiches-gallery img {
  margin-bottom: 0;
}
.main .section-fiches .text-container.block-list .section-fiches-gallery .text-container,
.main .section-fiches-sidebyside .text-container.block-list .section-fiches-gallery .text-container,
.main .section-fiches-gallery .text-container.block-list .section-fiches-gallery .text-container {
  margin-bottom: 0;
}
.main .section-fiches .text-container.block-list .section-fiches-gallery .text-container ul,
.main .section-fiches-sidebyside .text-container.block-list .section-fiches-gallery .text-container ul,
.main .section-fiches-gallery .text-container.block-list .section-fiches-gallery .text-container ul {
  margin-bottom: 0;
}
.main .section-fiches .text-container.block-list > :last-child,
.main .section-fiches-sidebyside .text-container.block-list > :last-child,
.main .section-fiches-gallery .text-container.block-list > :last-child {
  margin-bottom: 0;
}
.main .section-fiches-sidebyside img {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .main .section-fiches-sidebyside img {
    margin-bottom: 20px;
  }
}
.main .section-fiches-sidebyside .img-before {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .main .section-fiches-sidebyside .img-before {
    margin-bottom: 20px;
  }
}
.main .section-fiches-sidebyside .img-before img {
  margin-bottom: 0;
}
.main .section-fiches-sidebyside .text-container {
  padding: 15px;
  height: 100%;
}
@media (max-width: 320px) {
  .main .section-fiches-sidebyside .text-container h2 {
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 800;
  }
}
.main .section-fiches-sidebyside .color-orange,
.main .section-fiches-sidebyside .text-hl {
  color: #DE3709 !important;
}
.main .section-fiches-gallery .text-container {
  margin: 10px 0;
  padding: 10px 15px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .main .section-fiches-gallery .text-container {
    margin: 10px 0 0;
  }
}
.main .section-fiches-gallery .text-container img {
  margin: 10px 0;
}
.main .section-fiches-gallery .text-container ul li {
  padding-left: 0.5rem;
}
.main .img-before {
  position: relative;
  cursor: crosshair;
}
.main .img-before img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.main .img-before img:first-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .img-before::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: no-repeat bottom right url("../images/icon-tag-before.png");
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.main .img-before:hover img:first-child,
.main .img-before:active img:first-child,
.main .img-before:focus img:first-child {
  opacity: 1;
}
.main .img-before:hover::after,
.main .img-before:active::after,
.main .img-before:focus::after {
  opacity: 0;
}
.main .next-arrows {
  position: relative;
}
.main .next-arrows::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -45px;
  z-index: 5;
  padding: 30px;
  border-radius: 30px;
  background: #DE3709 url("../images/icon-arrow-down.png") center center no-repeat;
  background-size: 50%;
  transform: rotate(-90deg) translateX(50%);
}
@media (max-width: 991px) {
  .main .next-arrows::before {
    top: unset;
    right: 50%;
    bottom: -45px;
    transform: translateX(50%);
  }
}
@media (max-width: 991px) {
  .main .next-arrows {
    position: unset;
  }
}
.main .section-context {
  position: relative;
}
.main .section-context h2 {
  color: #f26527;
}
.main .section-context h3 {
  color: #f26527;
  font-size: 1.75rem;
  text-decoration: underline;
}
.main .section-context p {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .main .section-context p {
    font-size: 1.3125rem;
  }
}
.main .section-context ul {
  margin-left: 1rem;
}
.main .section-context img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.main .section-context .arrow-next-orange img {
  width: 48px;
  height: 52px;
}
.main .section-stats {
  background: #dcdcdc;
}
.main .section-stats h2 {
  color: #f26527;
}
.main .section-stats h3,
.main .section-stats p {
  font-size: 1.5rem;
}
.main .section-stats h3 {
  font-weight: 800;
  margin: 15px 0;
}
.main .section-stats p {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .main .section-stats p {
    margin-bottom: 45px;
    font-size: 1.3125rem;
  }
}
.main .section-stats p.stat {
  color: #f26527;
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 0;
}
.main .section-stats .row:last-child p {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .main .section-stats .row:last-child p {
    margin-bottom: 0;
  }
}
.main .section-stats .img-profil-container img {
  margin: 15px;
}
.main .section-testimonials-space {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
}
.main .section-testimonials-space .gallery-videos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.main .section-testimonials-space .gallery-videos .testimony-box {
  position: relative;
  width: 33%;
  margin: 0 auto 60px;
}
@media (max-width: 1200px) {
  .main .section-testimonials-space .gallery-videos .testimony-box {
    width: 49%;
  }
}
@media (max-width: 991px) {
  .main .section-testimonials-space .gallery-videos .testimony-box {
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {
  .main .section-testimonials-space .gallery-videos .testimony-box {
    width: 100%;
  }
}
.main .section-testimonials-space .gallery-videos .testimony-box h3 {
  font-size: 1.25rem;
  font-weight: normal;
}
.main .section-testimonials-space .gallery-videos .testimony-box iframe {
  width: 100%;
  min-height: 242px;
  margin-bottom: 15px;
  -webkit-transition: -webkit-transform 0.15s ease;
  -moz-transition: -moz-transform 0.15s ease;
  -o-transition: -o-transform 0.15s ease;
  -ms-transition: -ms-transform 0.15s ease;
  transition: transform 0.15s ease;
}
.main .section-testimonials-space .gallery-videos .testimony-box:hover,
.main .section-testimonials-space .gallery-videos .testimony-box:active,
.main .section-testimonials-space .gallery-videos .testimony-box:focus {
  z-index: 5;
}
.main .section-testimonials-space p {
  margin-bottom: 1rem;
}
.main .section-testimonials-space .quote-container {
  margin: 75px 0;
}
@media (max-width: 991px) {
  .main .section-testimonials-space .quote-container {
    margin: 45px 0;
  }
}
.main .section-testimonials-space .quote-container blockquote {
  position: relative;
  z-index: 5;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .main .section-testimonials-space .quote-container blockquote {
    font-size: 1.3125rem;
  }
}
.main .section-testimonials-space .quote-container blockquote::before,
.main .section-testimonials-space .quote-container blockquote::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 140px;
  background: url("../images/icon-arrow-quote-orange.png") 0 0 no-repeat;
  background-size: contain;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .main .section-testimonials-space .quote-container blockquote::before,
  .main .section-testimonials-space .quote-container blockquote::after {
    width: 100px;
    height: 120px;
  }
}
.main .section-testimonials-space .quote-container blockquote::before {
  top: -65px;
  left: -45px;
}
@media (max-width: 991px) {
  .main .section-testimonials-space .quote-container blockquote::before {
    top: -45px;
    left: 0;
  }
}
.main .section-testimonials-space .quote-container blockquote::after {
  bottom: -65px;
  right: 45px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .main .section-testimonials-space .quote-container blockquote::after {
    bottom: -45px;
    right: 0;
  }
}
.main .section-testimonials-space .quote-container p {
  font-weight: 700;
}
@media (max-width: 991px) {
  .main .section-testimonials-space .quote-container p {
    font-size: 1rem;
  }
}
.main .section-thanks h2 {
  color: #f26527;
}
.main .section-thanks img {
  min-width: 270px;
  margin-bottom: 30px;
}
.main .section-thanks p {
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .main .section-thanks p {
    font-size: 1.3125rem;
  }
}
/*
Footer, widgets, copyright
 */
.footer .section-fiches-menu {
  margin: 60px 0 0 0;
}
.footer .section-fiches-menu .fiches-menu {
  margin-bottom: 30px;
  color: #DE3709;
}
.footer .section-fiches-menu .fiches-menu li::before {
  color: #DE3709;
  font-weight: 800;
}
@media (max-width: 767px) {
  .footer .section-fiches-menu .fiches-menu li::before {
    content: "";
    width: 100%;
  }
}
.footer .section-fiches-menu .fiches-menu li a.current-fiche {
  color: #DE3709;
}
.footer .section-fiches-menu .fiches-menu-form {
  margin-bottom: 30px;
}
.footer .section-contact-partner {
  margin: 0;
  padding: 50px 0;
  color: #3b3b3b;
  background-color: transparent;
}
@media (max-width: 991px) {
  .footer .section-contact-partner {
    padding: 20px 0;
  }
}
.footer .section-contact-partner h2 {
  position: relative;
  font-size: 1.3125rem;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.footer .section-contact-partner h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  border-top: 4px solid #DE3709;
}
.footer .section-contact-partner p {
  font-size: 0.875rem;
}
.footer .section-contact-partner a[href^="mailto"] {
  color: #000;
  font-size: 1rem;
}
.footer .section-contact-partner a[href^="mailto"]:hover,
.footer .section-contact-partner a[href^="mailto"]:active,
.footer .section-contact-partner a[href^="mailto"]:focus {
  color: #DE3709;
}
.footer .section-contact-partner a img {
  max-width: 400px;
}
@media (max-width: 991px) {
  .footer .section-contact-partner a img {
    max-width: 100%;
  }
}
.footer .section-contact-partner .logo-all {
  max-width: 100%;
}
.footer .section-contact-partner .logo-partners {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 600px) {
  .footer .section-contact-partner .logo-partners {
    margin: 30px 0 15px;
  }
}
.footer .section-contact-partner .logo-partners li {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.footer .section-contact-partner .logo-partners li:first-child a {
  padding-left: 0;
}
.footer .section-contact-partner .logo-partners li a {
  display: inline-block;
  padding: 10px 0 10px 26px;
}
.footer .section-contact-partner .logo-partners li a img {
  max-height: 30px;
  width: auto;
}
.footer .section-contact-partner .logo-partners li a img.logo-sl {
  max-height: 37px;
}
.footer .section-contact-partner .logo-partners li a img.logo-can {
  max-height: 30px;
}
.footer .section-contact-partner .logo-partners li a img.logo-schl {
  max-height: 40px;
}
.footer .section-contact-partner .logo-partners li a img.logo-snl {
  max-height: 41px;
}
@media (max-width: 1200px) {
  .footer .section-contact-partner .logo-partners li a {
    padding: 10px 0 10px 24px;
  }
  .footer .section-contact-partner .logo-partners li a img.logo-sl {
    max-height: 30px;
  }
  .footer .section-contact-partner .logo-partners li a img.logo-can {
    max-height: 25px;
  }
  .footer .section-contact-partner .logo-partners li a img.logo-schl {
    max-height: 32px;
  }
  .footer .section-contact-partner .logo-partners li a img.logo-snl {
    max-height: 34px;
  }
}
@media (max-width: 991px) {
  .footer .section-contact-partner .logo-partners li a {
    padding: 10px 0 10px 32px;
  }
  .footer .section-contact-partner .logo-partners li a img.logo-sl {
    max-height: 47px;
  }
  .footer .section-contact-partner .logo-partners li a img.logo-can {
    max-height: 38px;
  }
  .footer .section-contact-partner .logo-partners li a img.logo-schl {
    max-height: 50px;
  }
  .footer .section-contact-partner .logo-partners li a img.logo-snl {
    max-height: 52px;
  }
}
@media (max-width: 767px) {
  .footer .section-contact-partner .logo-partners li a {
    padding: 10px 0 10px 24px;
  }
  .footer .section-contact-partner .logo-partners li a img.logo-sl {
    max-height: 30px;
  }
  .footer .section-contact-partner .logo-partners li a img.logo-can {
    max-height: 25px;
  }
  .footer .section-contact-partner .logo-partners li a img.logo-schl {
    max-height: 32px;
  }
  .footer .section-contact-partner .logo-partners li a img.logo-snl {
    max-height: 34px;
  }
}
@media (max-width: 575px) {
  .footer .section-contact-partner .logo-partners li a {
    padding: 10px 0 10px 0;
  }
  .footer .section-contact-partner .logo-partners li a img.logo-sl {
    max-height: 37px;
  }
  .footer .section-contact-partner .logo-partners li a img.logo-can {
    max-height: 30px;
  }
  .footer .section-contact-partner .logo-partners li a img.logo-schl {
    max-height: 40px;
  }
  .footer .section-contact-partner .logo-partners li a img.logo-snl {
    max-height: 41px;
  }
}
.footer .section-copyright {
  min-height: 50px;
  padding: 20px 0;
  background-color: #3b3b3b;
  font-size: 0.875rem;
  color: #fff;
}
.footer .section-copyright .menu-footer {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .section-copyright .menu-footer li {
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .footer .section-copyright .menu-footer li {
    margin: 0 0 1rem;
  }
}
.footer .section-copyright .menu-footer li:first-child a {
  padding: 0 1.5rem 0 0;
}
@media (max-width: 991px) {
  .footer .section-copyright .menu-footer li:first-child a {
    padding: 1rem 0;
  }
}
.footer .section-copyright .menu-footer li a {
  padding: 0 1.5rem 0;
  color: #fff;
}
@media (max-width: 991px) {
  .footer .section-copyright .menu-footer li a {
    padding: 1rem 0;
  }
}
.footer .section-copyright .menu-footer li a:hover,
.footer .section-copyright .menu-footer li a:active,
.footer .section-copyright .menu-footer li a:focus {
  color: #f26527;
}
.footer .section-copyright a {
  color: #fff;
}
.footer .section-copyright a:hover,
.footer .section-copyright a:active,
.footer .section-copyright a:focus {
  color: #f26527;
}
.fiches-menu {
  margin: 0 0 100px;
  padding: 0;
  list-style: none;
  color: #f26527;
}
.fiches-menu li {
  position: relative;
  margin: 10px 0;
  padding: 0;
}
.fiches-menu li::before {
  content: "|";
  position: absolute;
  top: 0;
  left: -5px;
  color: #000;
}
@media (max-width: 767px) {
  .fiches-menu li::before {
    content: "";
    width: 100%;
  }
}
.fiches-menu li:first-child::before {
  content: "";
}
.fiches-menu li a {
  padding: 10px 20px;
  color: #000;
}
.fiches-menu li a.current-fiche {
  color: #f26527;
}
.fiches-menu-form {
  margin: 0 0 50px;
  padding: 0;
}
.fiches-menu-form .fiches-menu-dropdown {
  width: 100%;
}
/*
Responsiveness
 */
@media (min-width: 1600px) {
  .container {
    max-width: 1140px;
  }
}
