@charset "UTF-8";
/* Colors */
/* Background */
/* Typography */
/* Transition */
/* Header */
/* Slider */
/* Borders */
/* Shadow */
/* Links */
* {
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 400 18px/24px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  background: #ffffff;
  color: #000000;
  overflow-x: hidden;
}

body:not(.homepage) #navbar-header a.btn-phone {
  color: black;
}

h1 {
  font: 900 40px/50px "avenir-lt-pro", serif;
  text-align: left;
}
h1 span.contentTitleh1span {
  font: 300 25px/35px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  display: block;
  clear: both;
}
h1.contentTitleh1 {
  display: none;
}

body:not(.homepage) {
  margin-top: 100px;
}
body:not(.homepage) section#slider-top .sp-mask,
body:not(.homepage) section#slider-top .sp-slides .sp-slide,
body:not(.homepage) section#slider-top .sp-slides .sp-slide .sp-image-container,
body:not(.homepage) section#slider-top .sp-slides .sp-slide .sp-image-container .sp-image {
  min-height: 250px;
}

#categorie h1 {
  display: none;
}

.lSSlideOuter:has(.lSPager) .lSAction > a {
  transform: translateY(calc(-50% - 32px));
}

body#ContainerFullWidth section.call-to-action.grey-bg {
  background: #f9f9f9;
}
body#ContainerFullWidth section.call-to-action.dark-bg {
  background: #1c1c1c;
}
body#ContainerFullWidth section.call-to-action.white-bg {
  background: #ffffff;
}

body.homepage main#content h1 {
  display: none;
}
h2 {
  font: 700 48px/48px "avenir-lt-pro", serif;
  margin: 40px 0 20px 0;
}
h2 span.first-word {
  color: rgb(172, 132, 0);
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  margin: 20px 0 20px 0;
  background: #f9f9f9;
  clear: both;
}

#content:not(:has(.chapeau)) {
  margin-top: 64px;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #f9f9f9;
}

::-webkit-scrollbar-thumb {
  background: #1c1c1c;
}

.page {
  background: #ffffff;
}

header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  z-index: 100;
  left: 0;
  transition: all 0s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body.smaller header {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07);
  background: #ffffff;
}
body.smaller .logo-bloc {
  transform: translateX(128px);
}

#navbar-header {
  padding: 0px 64px;
  width: 100%;
}
#navbar-header .container-fluid {
  padding: 0px;
}
#navbar-header .info-bloc > div {
  display: flex;
  align-items: center;
  gap: 24px;
}
#navbar-header .info-bloc > div a.btn-primary {
  padding: 8px 16px;
  margin: 0;
  color: white;
}

a.logo {
  display: block;
  max-width: 350px;
}
a.logo img {
  max-width: 100%;
  height: auto;
}
a.logo img.home-logo {
  display: none;
}

.nav-bloc {
  display: flex;
  align-items: center;
  position: relative;
}

body.smaller nav#main-menu {
  opacity: 0;
  pointer-events: none;
}

body.homepage #main-menu a {
  color: #000000;
}

nav#main-menu {
  display: flex;
  position: relative;
  justify-content: center;
  margin: 13px 0;
}
nav#main-menu ul {
  margin: 0;
  padding: 0;
}
nav#main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 5px;
}
nav#main-menu ul li.dropdown a {
  padding: 10px 15px 10px 10px;
}
nav#main-menu ul li.dropdown:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  right: -8px;
  top: 60%;
  transform: translateY(-50%);
}
nav#main-menu ul li a {
  font: 700 16px/20px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  padding: 10px;
  color: #000000;
}
nav#main-menu ul li a:hover {
  text-decoration: none;
  color: rgb(172, 132, 0);
}
nav#main-menu ul li:last-child a {
  padding: 10px 0 10px 10px;
}
nav#main-menu ul li ul.level_1 {
  background: #f9f9f9;
  margin: 5px 0 0 0;
  padding: 0;
  position: absolute;
  left: 10px;
  width: 200px;
  text-align: left;
  transition: none;
  display: none;
}
nav#main-menu ul li ul.level_1 li {
  margin: 0;
  padding: 0;
  display: block;
}
nav#main-menu ul li ul.level_1 li:last-child {
  border: none;
}
nav#main-menu ul li ul.level_1 li a {
  font: 400 12px/18px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  padding: 10px;
  display: block;
  color: #000000;
}
nav#main-menu ul li ul.level_1 li a:hover {
  color: rgb(172, 132, 0);
}
nav#main-menu ul li ul.level_1 li ul.level_2 {
  transition: none;
  position: absolute;
  left: 200px;
  width: 200px;
  top: 0;
  padding: 0;
  background: #1c1c1c;
}
nav#main-menu ul li ul.level_1 li ul.level_2 li {
  margin: 0;
  padding: 0;
  display: block;
  border-bottom: 1px solid #464e52;
  position: relative;
  overflow: hidden;
}
nav#main-menu ul li ul.level_1 li ul.level_2 li:last-child {
  border: none;
}
nav#main-menu ul li ul.level_1 li ul.level_2 li a {
  padding: 10px 10px 10px 15px;
  color: #fff;
  display: block;
  background: #1c1c1c;
}
nav#main-menu ul li ul.level_1 li ul.level_2 li a:hover {
  background: rgb(172, 132, 0);
}
nav#main-menu ul li ul.level_1 li ul.level_2 li.selected a {
  background: rgb(172, 132, 0);
}
nav#main-menu ul li ul.level_1 li.selected a {
  color: rgb(172, 132, 0);
}
nav#main-menu ul li.selected a {
  text-decoration: none;
  color: rgb(172, 132, 0);
}

body.smaller .burger {
  opacity: 1;
  pointer-events: auto;
}

#nav-column .coord-menu a {
  display: block !important;
}

.burger {
  height: 20px;
  position: fixed;
  left: 48px;
  z-index: 101;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
}
.burger:hover .burger_name {
  letter-spacing: 2px;
}
.burger .burger_name {
  margin-left: 28px;
  font-size: 28px;
}
.burger span:not(.burger_name) {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  background: #1c1c1c;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #1c1c1c;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.burger span:not(.burger_name)::before {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #1c1c1c;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  content: "";
  top: -5px;
}
.burger span:not(.burger_name)::after {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #1c1c1c;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  content: "";
  top: 5px;
}
.burger:hover {
  cursor: pointer;
}

.burger.clicked span {
  background-color: transparent;
}
.burger.clicked span::before {
  -webkit-transform: translateY(5px) rotate(45deg);
  -moz-transform: translateY(5px) rotate(45deg);
  -ms-transform: translateY(5px) rotate(45deg);
  -o-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}
.burger.clicked span::after {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  -moz-transform: translateY(-5px) rotate(-45deg);
  -ms-transform: translateY(-5px) rotate(-45deg);
  -o-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}

#nav-column {
  background: #ffffff;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  padding: 120px;
  text-align: left;
  overflow-x: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform 0.55s 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.55s 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.55s 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  display: flex !important;
  justify-content: center;
  flex-direction: column;
}
#nav-column .container {
  max-width: 992px;
}
#nav-column ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#nav-column ul li {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nav-column ul li:last-of-type {
  margin-bottom: 0px;
}
#nav-column ul li a {
  font: 700 40px/50px "avenir-lt-pro", sans-serif;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nav-column ul li a:hover {
  color: rgb(172, 132, 0);
  letter-spacing: 2px;
  padding-left: 5px;
}
#nav-column ul li.selected a {
  color: rgb(172, 132, 0);
}
#nav-column:after {
  content: "";
  position: absolute;
  background: url(../img/construct/natureau-menu.png) no-repeat;
  background-size: 100%;
  right: -40px;
  bottom: 0;
  width: 500px;
  height: 429px;
  opacity: 0.3;
  z-index: -1;
}

#nav-column.show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  display: flex !important;
  justify-content: center;
  flex-direction: column;
}
#nav-column.show ul li {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
#nav-column.show ul li:nth-child(1) {
  transition-delay: 0.15s;
}
#nav-column.show ul li:nth-child(2) {
  transition-delay: 0.3s;
}
#nav-column.show ul li:nth-child(3) {
  transition-delay: 0.45s;
}
#nav-column.show ul li:nth-child(4) {
  transition-delay: 0.6s;
}
#nav-column.show ul li:nth-child(5) {
  transition-delay: 0.75s;
}
#nav-column.show ul li:nth-child(6) {
  transition-delay: 0.9s;
}
#nav-column.show ul li:nth-child(7) {
  transition-delay: 1.05s;
}
#nav-column.show ul li:nth-child(8) {
  transition-delay: 1.2s;
}
#nav-column.show ul li:nth-child(9) {
  transition-delay: 1.35s;
}

#nav-column ul .dropdown ul {
  display: none;
  transition: none;
}
#nav-column ul .dropdown li {
  padding: 0;
  border: none;
}
#nav-column ul .dropdown li a {
  width: 100%;
  font: 500 16px/24px "avenir-lt-pro", sans-serif;
  padding: 5px 0 5px 10px;
  color: #000000;
}
#nav-column ul .dropdown li a:hover {
  color: rgb(172, 132, 0);
}
#nav-column ul .dropdown li.selected a {
  color: rgb(172, 132, 0);
}
#nav-column ul .dropdown li.selected a:before {
  display: none;
}
#nav-column ul .dropdown li.selected a:after {
  display: none;
}
#nav-column ul .dropdown .fa-caret-down {
  position: absolute;
  font-size: 18px;
  top: 0;
  padding: 10px 0;
  line-height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  color: #000000;
  right: 0;
}
#nav-column ul .dropdown .fa-caret-down:hover {
  color: rgb(172, 132, 0);
}
#nav-column ul .dropdown .fa-caret-up {
  position: absolute;
  font-size: 18px;
  top: 0;
  padding: 10px 0;
  line-height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  color: #000000;
  right: 0;
}
#nav-column ul .dropdown .fa-caret-up:hover {
  color: rgb(172, 132, 0);
}
#nav-column ul .dropdown.active ul {
  display: block;
}
#nav-column ul .dropdown.selected ul {
  display: block;
}
#nav-column .small-menu {
  margin: 40px 0 0 0;
}
#nav-column .small-menu ul li a {
  font: 700 28px/32px "avenir-lt-pro", sans-serif;
  text-transform: capitalize;
}
#nav-column .coord-menu {
  margin: 40px 0 0 0;
}
#nav-column .coord-menu a {
  font: 400 16px/24px "avenir-lt-pro", sans-serif;
  display: block;
  color: #000000;
  margin: 5px 0;
}
#nav-column .coord-menu a:last-of-type {
  max-width: fit-content;
  padding: 15px;
  color: white;
  margin-top: 12px;
}
#nav-column .coord-menu a:hover {
  text-decoration: none !important;
}

.info-bloc {
  display: flex;
  align-items: center;
}
.info-bloc a {
  color: #000000;
}
.info-bloc a:hover {
  text-decoration: none;
  color: rgb(172, 132, 0);
}
.info-bloc a.active {
  color: rgb(172, 132, 0);
}

#picture-column {
  background-color: #000;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  height: 100vh;
  width: 50%;
  text-align: left;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#picture-column:after {
  height: 400px;
  width: 200px;
  content: "";
  position: absolute;
  bottom: 64px;
  left: -100px;
  border: 5px solid #ac8400;
  transform: scale(0);
  transition: transform 0.25s ease-in-out;
}

#picture-column.show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#picture-column.show::after {
  transition: transform 0.25s 0.75s ease-in-out;
  transform: scale(1);
}

#picture-column .sp-slides .sp-slide {
  opacity: 0.85;
}

nav.languages ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.languages ul li {
  margin: 0 5px;
}
nav.languages ul li:first-child {
  margin: 0 5px 0 0;
}
nav.languages ul li:last-child {
  margin: 0 0 0 5px;
}
nav.languages ul li a {
  color: #1c1c1c;
}
nav.languages ul li a:hover {
  color: rgb(172, 132, 0);
  text-decoration: none;
}
nav.languages ul li.selected a {
  color: rgb(172, 132, 0);
  text-decoration: none;
}

.mobile-language-nav {
  margin-left: 12px;
}

body:not(.homepage) section#slider-top .sp-image {
  opacity: 0.65;
}
body:not(.homepage) section#slider-top > div.module_slider:before {
  bottom: -96px;
  right: 48px;
  left: unset;
  z-index: 10;
  height: 250px;
  width: 150px;
  transform: scale(0);
  transition: transform 0.5s ease-in-out;
}

section#slider-top > div.module_slider.isVisible:before {
  transform: scale(1) !important;
}
section#slider-top > div.module_slider:before {
  content: "";
  background-color: transparent;
  height: 100%;
  width: 300px;
  border: 5px solid rgb(172, 132, 0);
  position: absolute;
  bottom: -48px;
  left: -48px;
  transform: scale(0.1);
  transition: transform 0.25s 1.5s ease-out;
}

body.homepage section#slider-top {
  height: 100vh !important;
  background: none;
  position: relative;
}
body.homepage section#slider-top.isVisible::before {
  transform: scale(1);
}
body.homepage section#slider-top:before {
  content: "";
  background: #000000;
  height: 100%;
  width: 200px;
  right: 0;
  top: 0;
  position: absolute;
  transform: scale(0);
  transform-origin: top right;
  transition: transform 0.25s 1.15s ease-out;
}
body.homepage section#slider-top > div.module_slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  right: 64px;
  width: 75%;
  height: 75vh;
  transition: transform 0.55s 0.15s ease-in-out;
}
body.homepage section#slider-top > div.module_slider.isVisible {
  transform: translateY(-50%) scale(1);
}
body.homepage section#slider-top > div.module_slider.isVisible:before {
  transform: scale(1);
}
body.homepage section#slider-top > div.module_slider:before {
  content: "";
  background-color: transparent;
  height: 100%;
  width: 300px;
  border: 5px solid rgb(172, 132, 0);
  position: absolute;
  bottom: -48px;
  left: -48px;
  transform: scale(0.1);
  transition: transform 0.25s 2.15s ease-out;
}
body.homepage section#slider-top > div.module_slider div {
  height: 100% !important;
}

body.homepage section#slider-top {
  margin: 0;
}

section#slider-top {
  width: 100%;
  position: relative;
  margin: 0;
  background: #000;
  animation: SliderInterne 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
section#slider-top .sp-video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
section#slider-top .sp-image {
  animation: ZoomImg 20s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
section#slider-top .slider-text {
  top: 50%;
  position: absolute;
  left: 64px;
  padding: 80px;
  background: black;
  color: white;
  transform: translateY(-50%) scale(0);
  max-width: 35%;
  transition: transform 0.55s 0.35s ease-in-out;
}
section#slider-top .slider-text.isVisible {
  transform: translateY(-50%) scale(1);
}
section#slider-top .slider-text h1 {
  font: 900 40px/60px "avenir-lt-pro", serif;
  text-transform: uppercase;
  margin: 0;
}
section#slider-top .slider-text h1 b {
  color: rgb(172, 132, 0);
}
section#slider-top .slider-text span.contentTitleh1span {
  font: 300 20px/26px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: none;
  color: inherit;
  margin-top: 12px;
}
section#slider-top .slider-text a.btn {
  border-radius: 0px;
}
section#slider-top .slider-text a.btn.btn-primary {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  margin: 0;
}
section#slider-top .slider-text a.btn.btn-primary:hover {
  background: rgb(197.5, 151.5697674419, 0);
  text-decoration: none;
  color: white;
}
section#slider-top .box-title {
  position: absolute;
  left: 10%;
  bottom: 80px;
  color: #fff;
  max-width: 80%;
  z-index: 25;
}
section#slider-top .box-title p.header-content-description {
  font-size: clamp(16px, 3.46111vw, 48px);
  line-height: clamp(16px, 4.06111vw, 56px);
  margin: 0;
}
section#slider-top .box-title h1 {
  font-size: clamp(18px, 3.46111vw, 64px);
  line-height: clamp(18px, 4.06111vw, 72px);
  margin: 0;
  text-transform: uppercase;
  background: transparent;
  opacity: 0;
  animation: appear 0.5s 0.5s linear forwards;
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section#slider-top:not(.no-slider) .box-title h1 {
  background: #ac8400;
  padding: 16px;
}

section#slider-top.no-slider {
  background-color: #ffffff;
  padding-top: 24px;
  padding-bottom: 48px;
}
section#slider-top.no-slider .box-title {
  position: relative;
  bottom: 0;
}
section#slider-top.no-slider .box-title .header-content-description {
  color: #000000;
}
section#slider-top.no-slider .box-title h1 {
  color: #000000;
}

#scrollto {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
#scrollto a {
  font-size: 30px;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

section#action-speciale {
  padding-bottom: 140px;
}
section#action-speciale .container {
  max-width: 900px;
  margin: -80px auto 40px auto;
  color: #ffffff;
  background: rgb(172, 132, 0);
  padding: 40px;
  overflow: hidden;
  position: relative;
  z-index: 100;
  border-radius: 80px;
}
section#action-speciale .container p {
  font: 900 24px/30px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  margin: 5px 0;
}
section#action-speciale .container span {
  font: 400 20px/30px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
}
section#action-speciale .container .btn {
  margin: 10px 0;
}
section#action-speciale .container .btn.btn-default {
  color: #fff;
  border-color: #fff;
}
section#action-speciale .container .btn.btn-default:hover {
  background: #fff;
  color: #1c1c1c;
}

#breadcrumbs {
  background: #ffffff;
  padding: 10px 0;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #f9f9f9;
  border-left: none;
  border-right: none;
}
#breadcrumbs ol {
  margin: 5px 0;
  padding: 0;
}
#breadcrumbs ol li {
  display: inline-block;
  margin: 0 10px 0 0;
}
#breadcrumbs ol li i {
  margin: 0 10px 0 0;
}
#breadcrumbs ol li a {
  color: inherit;
}
#breadcrumbs ol li:after {
  content: "\f111";
  font-family: "FontAwesome";
  color: rgb(172, 132, 0);
  font-weight: 900;
  font-size: 5px;
  margin: 0 0 0 10px;
  position: relative;
  top: -2px;
}
#breadcrumbs ol li:last-child:after {
  display: none;
}

main#content {
  position: relative;
  padding: 0 0 40px 0;
}

section#icone-home-head {
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
}
section#icone-home-head h2 {
  font: 700 48px/48px "avenir-lt-pro", serif;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: -15px;
}
section#icone-home-head h2 span {
  font-weight: 900;
  display: block;
  clear: both;
}
section#icone-home-head .type_10 {
  gap: 0;
  max-width: 100%;
}
section#icone-home-head .type_10.newDisplay {
  display: inline-block;
}
section#icone-home-head .type_10 .block_article {
  background: none;
}

section#icone-home-full {
  position: relative;
  z-index: 0;
  margin-top: 80px;
}
section#icone-home-full h2 {
  font-size: 32px;
  line-height: 36px;
}
section#icone-home-full h2,
section#icone-home-full p {
  color: white;
  max-width: 80%;
}
section#icone-home-full p {
  margin-bottom: 0;
}
section#icone-home-full .type_5 {
  justify-content: space-evenly;
  transform: translateY(-48px);
}
section#icone-home-full .type_5 .block_article {
  background: #f5f5f5;
}
section#icone-home-full .type_5 .cc_title h3 {
  font: 700 28px/32px "avenir-lt-pro", serif;
}
section#icone-home-full .col-lg-5.col-md-12.col-xs-12.isVisible::after {
  transform: scale(1);
}
section#icone-home-full .col-lg-5.col-md-12.col-xs-12::before {
  content: "";
  position: absolute;
  width: 200vw;
  top: 0;
  left: -100%;
  height: 100%;
  background: #000;
  z-index: -1;
}
section#icone-home-full .col-lg-5.col-md-12.col-xs-12::after {
  content: "";
  background-color: transparent;
  height: 100%;
  width: 200px;
  border: 5px solid rgb(172, 132, 0);
  position: absolute;
  bottom: -72px;
  left: -72px;
  z-index: -10;
  transform: scale(0.1);
  transition: transform 0.35s 1.5s ease-out;
}
section#icone-home-full .col-lg-5.col-md-12.col-xs-12 a {
  margin: 0;
  transform: translate(-50%, 50%);
  left: 50%;
}

#blog {
  padding-bottom: 0px;
}

section#home-presentation {
  margin: 150px 0 0 0;
}
section#home-presentation .wouaw-left-bloc {
  position: sticky;
  top: 164px;
  padding: 0;
}
section#home-presentation .wouaw-left-bloc::before {
  content: "";
  background: black;
  height: calc(100% + 64px);
  width: 200%;
  position: absolute;
  top: -64px;
  left: -50%;
  z-index: -10;
}
section#home-presentation h2 {
  font: 900 48px/48px "avenir-lt-pro", sans-serif;
  margin: 0px 0 40px 0;
  color: white;
}
section#home-presentation p {
  color: white;
}
section#home-presentation .reassurance {
  background: none;
  padding-bottom: 0px;
}
section#home-presentation a.btn-primary {
  margin: 0;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
section#home-presentation .intro-img {
  position: relative;
  z-index: 1;
}
section#home-presentation .intro-img .img-responsive {
  overflow: hidden;
}
section#home-presentation .intro-img.isVisible::before {
  transform: scale(1);
}
section#home-presentation .intro-img:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10%;
  left: 64px;
  width: 100%;
  height: 40%;
  z-index: -1;
  border: 5px solid #ac8400;
  transition: transform 0.25s 1.75s ease-out;
  transform: scale(0);
}
section#home-presentation .intro-img img {
  animation: ZoomImg 20s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

section#default-content .img-container {
  position: relative;
  height: 100vh;
}
section#default-content .img-container p {
  margin: 0;
}
section#default-content .accordion-container {
  position: relative;
  height: 100vh;
  padding: 0;
}
section#default-content img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
}
section#default-content .ui-accordion {
  background: black;
  position: sticky;
  top: 100px;
  margin: 80px 0 0 -120px;
  padding: 80px 120px 80px 40px;
}
section#default-content .ui-accordion::before {
  position: absolute;
  top: 0;
  left: -60px;
  width: 100%;
  height: 100%;
  content: "";
  background: #000000;
  z-index: -1;
}
section#default-content .ui-accordion h3.toggler {
  font-family: "avenir-lt-pro", serif;
  font-weight: 700;
  font-size: 32px;
}
section#default-content .ui-accordion h3.toggler:first-of-type {
  margin-top: 0px;
}
section#default-content .ui-accordion .toggler.ui-state-active {
  background-color: rgb(172, 132, 0);
}
section#default-content .ui-accordion .element {
  color: white;
}
section#default-content .ui-accordion .toggler {
  color: white;
  border: none;
}
section#default-content .ui-accordion .toggler::after {
  color: white;
}

section#reassurance-col .container i {
  font-size: 30px;
}
section#reassurance-col .container h2 {
  margin: 0 0 20px 0;
}

section#counter-zone i {
  font-size: 30px;
}
section#counter-zone p {
  font: 400 18px/24px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
}
section#counter-zone span {
  font: 700 50px/50px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  margin: 10px auto;
  display: block;
}

section.reassurance {
  overflow: hidden;
}
section.reassurance .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 12px;
}
section.reassurance .container div {
  width: auto;
}
section.reassurance i {
  font-size: 30px;
  color: rgb(172, 132, 0);
}
section.reassurance p {
  font: 700 14px/18px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
}

section#logo-reference h2 {
  margin: 0 0 20px 0;
}

section#blog h2 {
  margin: 0 0 20px 0;
  float: left;
}
section#blog a.btn-default {
  font: 400 14px/22px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  margin: 0 0 20px 0;
  padding: 10px 15px;
  float: right;
}
section#blog .type_8 {
  display: inline-block;
}
section#blog .type_8 .block_article {
  padding: 0 0 20px 0;
}

section#gmap-footer {
  height: 40vh;
  position: relative;
  overflow: hidden;
}
section#gmap-footer .googlemap {
  height: 40vh;
  margin: 0;
}
section#gmap-footer .googlemap .leaflet-pane {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
section#gmap-footer h2 {
  margin: 20px 0;
}
section#gmap-footer h2:before {
  content: "\f124";
  display: block;
  float: left;
  margin: 0 10px 0 0;
  font-size: 20px;
  position: relative;
  font-family: "FontAwesome";
  color: rgb(172, 132, 0);
}
section#gmap-footer p i {
  margin: 0 10px 0 0;
}
section#gmap-footer p.horaire-coord {
  position: relative;
  padding: 0 0 0 20px;
}
section#gmap-footer p.horaire-coord:before {
  content: "\f017";
  display: block;
  left: 0;
  margin: 0 10px 0 0;
  font-size: 15px;
  position: absolute;
  font-family: "FontAwesome";
  color: rgb(172, 132, 0);
}
section#gmap-footer .horaire-short-message {
  font: 700 16px/20px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
}
section#gmap-footer .module_horaire span.second-line {
  display: none;
}

.coord-contact-page ul#cgv_links {
  font: 300 12px/18px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  padding: 0 0 0 10px;
}
.coord-contact-page .bloc-contact-info {
  padding: 30px;
  width: 90%;
  overflow: hidden;
  margin: 40px auto;
  background: #f9f9f9;
  position: relative;
  z-index: 1;
  border: 1px solid #f9f9f9;
}
.coord-contact-page .bloc-contact-info h2 {
  margin: 0 0 20px 0;
}
.coord-contact-page .bloc-contact-info h3:before {
  content: "\f124";
  display: block;
  float: left;
  margin: 0 10px 0 0;
  font-size: 20px;
  position: relative;
  font-family: "FontAwesome";
  font-weight: 900;
  color: rgb(172, 132, 0);
}
.coord-contact-page .bloc-contact-info.first {
  margin: -100px auto 20px auto;
}

.club-prive h2 {
  margin: 40px 0 10px 0;
}
.club-prive h3 {
  margin: 0 0 10px 0;
}
.club-prive p {
  font: 300 11px/16px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  margin: 10px 0 !important;
}
.club-prive form {
  margin: 10px auto;
}
.club-prive form .type_email {
  position: relative;
  clear: both;
  min-height: 65px;
}
.club-prive form .type_telephone {
  position: relative;
  clear: both;
  min-height: 65px;
}
.club-prive form .type_telephone_prefix {
  position: relative;
  clear: both;
  min-height: 65px;
}
.club-prive form label {
  width: 30%;
  float: left;
  line-height: 30px;
  font-size: 12px;
}
.club-prive form .the_info {
  position: absolute;
  bottom: 0;
}
.club-prive form .input {
  width: 65%;
  float: right;
  margin: 0 0 0 5%;
}
.club-prive form input {
  min-height: 30px;
  font-size: 12px;
}
.club-prive form .type_data_information {
  clear: both;
}
.club-prive form .country-name {
  color: #000;
}
.club-prive form p.required {
  margin: 10px 0;
}

section.call-to-action {
  background: none;
  clear: both;
}

.btn {
  display: inline-block;
  padding: 15px 50px 15px 25px;
  position: relative;
  vertical-align: top;
  text-align: left;
  border: 1px solid transparent;
  border-radius: 0px;
  font: 400 20px/24px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-decoration: none !important;
  margin: 12px 1% 0;
}
.btn i {
  font-size: 18px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.btn i:last-child {
  font-size: 12px;
  left: auto;
  right: 20px;
}
.btn:hover i {
  right: 10px;
}
.btn span {
  font: 300 16px/20px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  display: block;
  clear: both;
}

.btn-sm {
  padding: 6px 12px;
}

.btn-lg {
  display: block;
  padding: 18px 32px;
  font: 700 24px/30px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  margin: 10px auto;
  width: 100%;
  max-width: 600px;
}

.btn-default {
  color: #1c1c1c;
  border-color: #1c1c1c;
  background: transparent;
}
.btn-default:hover {
  color: #1c1c1c;
  background: #f9f9f9;
}

.btn-primary {
  color: #ffffff;
  background: rgb(172, 132, 0) url(../img/construct/cheat.png) repeat;
  border-color: rgb(172, 132, 0);
}
.btn-primary:hover {
  color: white;
  background: rgb(197.5, 151.5697674419, 0);
}

section#slider-design-h {
  margin: 50px 0;
}
section#slider-design-h .sp-mask {
  overflow: visible;
}
section#slider-design-h .sp-image {
  max-width: 70%;
  margin: 0;
  margin-left: 0 !important;
}
section#slider-design-h .sp-layer {
  width: 40%;
  padding: 20px 40px;
  display: flex;
  align-items: center;
}
section#slider-design-h .sp-layer .center-content {
  flex-basis: 100%;
}
section#slider-design-h .sp-layer .macaron-job {
  position: absolute;
  top: -80px;
  right: 50px;
  width: 150px;
  height: 150px;
  padding: 20px;
  border-radius: 100%;
  text-align: center;
  background: #db0030;
  color: #fff;
  transform: rotate(15deg);
}
section#slider-design-h .sp-layer .macaron-job p {
  display: block;
  margin: 0;
  font: 700 16px/22px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section#slider-design-h .sp-layer h3 {
  font: 700 20px/30px "avenir-lt-pro", serif;
  letter-spacing: 1px;
  color: #000000;
  margin: 0 0 20px 0;
}
section#slider-design-h .sp-layer h3 span {
  font: 700 26px/40px "avenir-lt-pro", serif;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
}
section#slider-design-h .sp-layer h3 span strong {
  font: 700 30px/30px "avenir-lt-pro", serif;
  background: #db0030;
  text-align: center;
  color: #000000;
  width: 40px;
  height: 40px;
  padding: 5px 0;
  margin: 0 5px;
  position: relative;
  display: inline-block;
}
section#slider-design-h .sp-layer ol {
  list-style: none;
  counter-reset: li;
}
section#slider-design-h .sp-layer ol li {
  counter-increment: li;
}
section#slider-design-h .sp-layer ol li::before {
  content: counter(li);
  color: red;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  text-align: center;
}
section#slider-design-h .sp-layer ul {
  padding: 0 0 0 20px;
}
section#slider-design-h .sp-layer ul li {
  font: 400 16px/24px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  list-style: none;
  color: #000000;
  padding: 2px 0 2px 20px;
  position: relative;
}
section#slider-design-h .sp-layer ul li a {
  color: #000000;
}
section#slider-design-h .sp-layer ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: rgb(172, 132, 0);
  border: 1px solid rgb(172, 132, 0);
  position: absolute;
  left: 0;
  top: 12px;
}
section#slider-design-h .sp-layer a.btn-primary {
  font: 700 20px/24px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  padding: 10px 20px;
}
section#slider-design-h .sp-layer a.btn-primary:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}
section#slider-design-h .sp-layer a.btn-primary i {
  display: none;
}
section#slider-design-h .sp-black {
  background: #f9f9f9 url(../img/construct/cheat.png) repeat;
}

section#slider-design-h.club-prive .sp-layer {
  width: 40%;
}
section#slider-design-h.club-prive .sp-layer > * {
  max-width: 500px;
}

.slider-design-v h2 {
  margin: 120px 0 20px 0;
}
.slider-design-v .sp-mask {
  overflow: visible;
}
.slider-design-v .sp-slide .sp-layer {
  padding: 40px;
  bottom: -80px !important;
}
.slider-design-v .sp-slide .sp-layer p {
  font: 300 18px/24px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 !important;
}
.slider-design-v .sp-slide .sp-layer p strong {
  font: 700 22px/28px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.slider-design-v .sp-slide .sp-layer .btn {
  font: 700 14px/20px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.slider-design-v .sp-slide .sp-layer .btn i {
  display: none;
}
.slider-design-v .sp-black {
  background: rgb(0, 0, 0);
}

section#banner-argument {
  margin: 80px 0;
  position: relative;
}
section#banner-argument:before {
  content: "";
  position: absolute;
  width: 80%;
  top: 0;
  bottom: 0;
  background: #f9f9f9;
}
section#banner-argument .container-fluid {
  padding: 0;
}
section#banner-argument #content-banner {
  width: 50%;
  padding: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
section#banner-argument #content-banner p#subtitle-banner {
  font: 700 18px/24px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  color: rgb(172, 132, 0);
  margin-bottom: 12px;
}
section#banner-argument #content-banner h3 {
  font: 900 32px/36px "avenir-lt-pro", serif;
  margin: 0;
}
section#banner-argument #content-banner p {
  margin: 20px 0;
}
section#banner-argument #content-banner ul {
  margin: 20px 0;
}
section#banner-argument #content-banner a.btn {
  margin: 0;
}
section#banner-argument #photo-banner {
  float: right;
}
section#banner-argument #photo-banner p {
  margin: 0;
}
section#banner-argument #photo-banner img {
  max-width: 100%;
  margin: 40px 0;
  min-height: 350px;
  object-fit: cover;
}

footer {
  width: 100%;
  position: relative;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: rgb(172, 132, 0);
}

#footer-area .col-logo {
  position: absolute;
  top: 0;
  bottom: 0;
}
#footer-area a.logo {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, 0);
}
#footer-area h3 {
  color: #fff;
}
#footer-area h3 a:hover {
  text-decoration: none;
}
#footer-area ul {
  padding: 0;
  margin: 0;
}
#footer-area ul li {
  list-style: none;
  transform: none !important;
  transition: none !important;
  opacity: 1 !important;
  margin: 8px 0;
  line-height: 20px;
  font-size: 16px;
}
#footer-area ul li a:hover {
  color: rgb(172, 132, 0);
  text-decoration: none;
}
#footer-area ul li ul.level_1 {
  display: none;
}
#footer-area ul li.selected a {
  color: rgb(172, 132, 0);
  text-decoration: none;
}
#footer-area ul.type_6 h3 {
  color: inherit;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  margin: 8px 0;
}
#footer-area ul.type_6 h3 a {
  color: #fff;
}
#footer-area ul.type_6 h3 a:hover {
  color: rgb(172, 132, 0);
  text-decoration: none;
}

ul#legal-reassurance-list li {
  margin: 0;
  padding: 10px 20px 10px 0;
}
ul#legal-reassurance-list li img {
  float: left;
  width: 40px;
  height: auto;
  margin: 0 10px 0 0;
}
ul#legal-reassurance-list li p {
  font: 300 10px/16px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  margin: 0;
  padding: 0 0 0 50px;
}

.coord-footer a:hover {
  text-decoration: none;
}
.coord-footer ul li {
  display: block;
  float: left;
  margin-right: 10px !important;
}
.coord-footer ul li i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
  background: #fff;
  color: #1c1c1c;
  font-size: 15px;
  text-align: center;
}

#credit {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  padding: 30px 0;
}
#credit img {
  image-rendering: pixelated;
}

#sharethis {
  position: fixed;
  top: 40%;
  left: 16px;
  text-align: left;
  z-index: 10;
}
#sharethis .shareIcons {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#sharethis a.stbar {
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 5px 0;
  width: 30px;
  text-align: center;
  position: relative;
  font-size: 12px;
  border-radius: 0px;
  text-decoration: none;
  color: inherit;
  background: #ffffff;
  font-weight: 500;
  z-index: 1001;
}
#sharethis a.stbar img {
  display: none;
}
#sharethis a:hover {
  background: #1c1c1c;
  color: #ffffff;
}
#sharethis a.email:before {
  font-family: "FontAwesome";
  content: "\f0e0";
}
#sharethis a.facebook:before {
  font-family: "FontAwesome";
  content: "\f09a";
}
#sharethis a.twitter:before {
  font-family: "FontAwesome";
  content: "\e61b";
}
#sharethis a.sharethis:before {
  font-family: "FontAwesome";
  content: "\f1e0";
}
#sharethis a.linkedIn:before {
  font-family: "FontAwesome";
  content: "\f0e1";
}
#sharethis a.pinterest:before {
  font-family: "FontAwesome";
  content: "\f231";
}

form {
  max-width: 560px;
  margin: 25px auto;
}
form textarea {
  width: 100%;
  min-height: 40px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  padding: 5px 10px;
  box-shadow: none;
  border-radius: 0px;
  appearance: none;
  -webkit-appearance: none;
  font-family: "avenir-lt-pro", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-weight: 200;
  font-style: normal;
  color: #000000;
  resize: vertical;
  max-height: 280px;
}
form textarea:focus {
  outline: none;
  border-color: rgb(172, 132, 0);
}
form input {
  width: 100%;
  min-height: 40px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  padding: 5px 10px;
  box-shadow: none;
  border-radius: 0px;
  appearance: none;
  -webkit-appearance: none;
  font-family: "avenir-lt-pro", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-weight: 200;
  font-style: normal;
  color: #000000;
}
form input:focus {
  outline: none;
  border-color: rgb(172, 132, 0);
}
form select {
  width: 100%;
  min-height: 40px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  padding: 5px 10px;
  box-shadow: none;
  border-radius: 0px;
  -webkit-appearance: none;
  font-family: "avenir-lt-pro", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-weight: 200;
  font-style: normal;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #f9f9f9;
}
form select:focus {
  outline: none;
  border-color: rgb(172, 132, 0);
}
form select::-ms-expand {
  display: none;
}
form table {
  width: 100%;
}
form tr {
  width: 100%;
}
form tr td {
  display: block;
}
form label {
  display: block;
  font-size: 14px;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  line-height: 24px;
}
form .input {
  padding-bottom: 12px;
}
form .help {
  display: none;
}
form .type_select .input {
  position: relative;
}
form .type_select .input:after {
  content: "\f078";
  display: block;
  position: absolute;
  color: #ccc;
  right: 12px;
  top: 10px;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 12px;
  pointer-events: none;
}
form .type_destinataire .input {
  position: relative;
}
form .type_destinataire .input:after {
  content: "\f078";
  display: block;
  position: absolute;
  color: #ccc;
  right: 12px;
  top: 10px;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 12px;
  pointer-events: none;
}
form input[type=radio] {
  display: none;
}
form input[type=radio]:checked + label:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
form input[type=radio] + label {
  padding-left: 36px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  line-height: 32px;
}
form input[type=radio] + label:before {
  content: "";
  display: block;
  cursor: pointer;
  height: 18px;
  width: 18px;
  border: 2px solid rgb(172, 132, 0);
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
}
form input[type=radio] + label:after {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 6px;
  left: 6px;
  cursor: pointer;
  background: rgb(172, 132, 0);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
form .type_checkbox {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}
form .type_checkbox label {
  display: inline;
  width: 92%;
  float: right;
}
form .type_checkbox .input {
  float: left;
  width: 8%;
  padding: 0 10px 12px 0;
}
form .type_checkbox input[type=checkbox] {
  float: left;
  width: 20px;
  height: 20px;
  min-height: 0;
  border: none;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
}
form .type_checkbox input:before {
  font-size: 20px;
  font-family: "FontAwesome";
  content: "\f096";
}
form .type_checkbox input:checked:before {
  display: none;
}
form .type_checkbox input:checked:after {
  font-size: 20px;
  font-family: "FontAwesome";
  content: "\f046";
  color: rgb(172, 132, 0);
}
form .type_grades {
  overflow: hidden;
}
form .type_grades label {
  float: left;
  padding-right: 24px;
  width: 40%;
}
form .type_grades .input {
  float: left;
  width: 60%;
  text-align: right;
}
form .type_data_information {
  clear: both;
}
form p.notice_data_information {
  font-size: 10px !important;
  line-height: 14px !important;
  margin: 10px 0 !important;
}
form p.notice_data_information a {
  text-decoration: underline;
}

.input img {
  margin: 5px 0 0 0;
  border: 1px solid #ccc;
}

.type_file * {
  transition: none;
  cursor: pointer;
}
.type_file input.input {
  width: calc(100% - 100px);
  min-height: 0;
  padding: 8px;
}
.type_file button.btn-file {
  float: right;
  width: 100px;
  min-height: 42px;
  padding: 4px 10px;
  border: none;
  background: rgb(172, 132, 0);
  color: #fff;
  cursor: pointer;
}

.the_info {
  font-size: 10px;
  color: #676767;
  line-height: 12px;
  margin-bottom: 4px;
}

.obligatoire {
  color: #d11400;
  margin-right: -8px;
}

.asterisque {
  margin: 10px 0 0 0;
  font-size: 12px;
  color: #d11400;
}

.type_submit {
  margin-top: 16px;
  text-align: center;
}
.type_submit button {
  min-width: 80%;
  margin: 0;
  padding: 10px 24px;
  border: 1px solid rgb(172, 132, 0);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  background: rgb(172, 132, 0) url(../img/construct/cheat.png) repeat;
  border-radius: 0px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-transition: color 0.3s ease-out, background 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background 0.3s ease-out;
  transition: color 0.3s ease-out, background 0.3s ease-out;
}
.type_submit button:active {
  background: transparent;
  color: rgb(172, 132, 0);
}
.type_submit button:hover {
  background: transparent;
  color: rgb(172, 132, 0);
}

input[type=submit] {
  min-width: 80%;
  margin: 0;
  padding: 10px 24px;
  border: 1px solid rgb(172, 132, 0);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  background: rgb(172, 132, 0) url(../img/construct/cheat.png) repeat;
  border-radius: 0px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-transition: color 0.3s ease-out, background 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background 0.3s ease-out;
  transition: color 0.3s ease-out, background 0.3s ease-out;
}
input[type=submit]:active {
  background: transparent;
  color: rgb(172, 132, 0);
}
input[type=submit]:hover {
  background: transparent;
  color: rgb(172, 132, 0);
}

.required {
  text-align: center;
}

.Zebra_DatePicker_Icon_Wrapper {
  display: block !important;
}

.intl-tel-input {
  display: block !important;
}

.Zebra_DatePicker_Icon {
  margin-right: 0 !important;
  top: 50% !important;
  right: 8px !important;
  left: auto !important;
  line-height: 24px !important;
  margin-top: -12px !important;
  width: 24px !important;
  height: 24px !important;
  background: none !important;
  position: relative;
}
.Zebra_DatePicker_Icon:after {
  font-family: "FontAwesome";
  content: "\f133";
  font-weight: 900;
  text-indent: 0;
  display: block;
  width: 100%;
  color: #1c1c1c;
  font-size: 19px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.Zebra_DatePicker .dp_header .dp_caption:before {
  content: "\f133";
  font-family: "FontAwesome";
  font-weight: 900;
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 15px;
  vertical-align: middle;
  margin-right: 8px;
  color: white;
}

.alert {
  max-width: 1170px;
  overflow: hidden;
  padding: 15px;
  margin: 0 auto 20px auto;
  border: 1px solid transparent;
  border-radius: 0px;
  position: relative;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p {
  margin: 0 !important;
}
.alert > ul {
  margin: 0 !important;
}
.alert > p + p {
  margin-top: 5px;
}
.alert i.icon {
  position: absolute;
  font-size: 100px;
  opacity: 0.1;
  left: 10px;
  top: 50%;
  margin: -50px 0 0 0;
}

.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 20px;
  color: inherit;
}

.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissible .close {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 20px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.pagination {
  clear: both;
  overflow: hidden;
  margin: 40px 0;
  padding: 0;
  text-align: center;
}
.pagination li {
  display: inline-block;
  margin: 0 1px;
}
.pagination li a {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #000000;
  font-size: 12px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #f9f9f9;
}
.pagination li a:hover {
  background: rgb(172, 132, 0);
  color: #ffffff;
  text-decoration: none;
}
.pagination li.active a {
  background: rgb(172, 132, 0);
  color: #ffffff;
  text-decoration: none;
}

.recherche_simple {
  float: right;
  border: 1px solid #dfdfdf;
  padding: 8px 8px 8px 12px;
  border-radius: 100px;
  width: 210px;
  margin: 4px 20px 0 0;
  background: #fff;
  height: 40px;
  position: relative;
}
.recherche_simple form {
  width: auto;
  margin: 0;
  margin-top: 0px;
  margin-top: -10px;
  float: left;
}
.recherche_simple form label {
  display: none;
}
.recherche_simple form .recherche_txt {
  border: none;
  box-shadow: none;
  width: auto;
  padding: 2px 0;
  float: left;
  width: 172px;
  color: #1B1C1F;
  background: transparent;
  font-size: 11px;
}
.recherche_simple form #recherche_simple_submit {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/construct/btn-search.png) no-repeat center;
  text-indent: -9999px;
  border: none;
  box-shadow: none;
  float: left;
  cursor: pointer;
  position: absolute;
  padding: 0;
  min-width: 18px;
  right: 10px;
}

.recherche_s .cc_content {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.07);
  padding: 0 40px 0 0;
  margin: 40px 0;
}
.recherche_s .cc_content .cc_vignette {
  float: left;
  max-width: 300px;
  margin: 0 40px 0 0;
  position: relative;
  float: left;
  max-width: 300px;
  margin: 0 40px 0 0;
  position: relative;
}
.recherche_s .cc_content .cc_vignette:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 10px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 10px solid transparent;
}
.recherche_s .cc_content .cc_vignette img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.recherche_s .cc_content:hover {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.07);
}
.recherche_s .cc_content:hover .cc_vignette img {
  opacity: 0.5;
}
.recherche_s .cc_content:hover .cc_title h3 a {
  color: #29af4c;
  text-decoration: none;
}
.recherche_s .cc_content .cc_title h3 {
  font: 700 18px/30px "avenir-lt-pro", serif;
  color: #979797;
  margin: 0;
  padding: 20px 0 10px 0;
}
.recherche_s .cc_content .cc_title h3 a {
  color: #1c1c1c;
  position: relative;
  text-decoration: none !important;
}
.recherche_s .cc_content .cc_title h3 a:before {
  content: "\f10d";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 40px;
  position: absolute;
  top: 0;
  left: -20px;
  opacity: 0.1;
  transform: rotate(-10deg);
}
.recherche_s .cc_content .cc_read_more {
  padding: 10px 0;
  float: right;
}
.recherche_s .cc_content .cc_read_more a {
  font: 700 11px/20px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
  color: inherit;
  border-radius: 40px;
  border: 2px solid #1c1c1c;
  padding: 10px 20px;
  margin: 10px 5px;
}
.recherche_s .cc_content .cc_read_more a:after {
  font-family: "FontAwesome";
  content: "\f061";
  font-weight: 900;
  position: relative;
  left: 10px;
}
.recherche_s .cc_content .cc_read_more a:hover {
  color: #fff;
  background: #29af4c;
  border: 2px solid #29af4c;
}

#a_scrolltotop {
  height: 48px;
  line-height: 45px;
  width: 48px;
  bottom: 10px;
  right: 10px;
  color: #fff;
  text-decoration: none;
  background: rgb(172, 132, 0);
  border: 2px solid rgb(172, 132, 0);
  border-radius: 100%;
  overflow: hidden;
  z-index: 1000;
}
#a_scrolltotop:before {
  display: block;
  content: "\f077";
  font-weight: 900;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: "FontAwesome";
}
#a_scrolltotop:hover {
  background: none;
  color: rgb(172, 132, 0);
}
#a_scrolltotop span {
  display: none !important;
}

.googlemap {
  height: 400px;
  position: relative;
  margin: 60px 0 0 0;
  overflow: hidden;
  clear: both;
}
.googlemap * {
  transition: none;
}
.googlemap p {
  margin: 10px 0;
}
.googlemap > div {
  height: 100%;
}
.googlemap > div > div {
  width: 100% !important;
  height: 100% !important;
}
.googlemap .leaflet-control-zoom a {
  text-decoration: none !important;
}
.googlemap .leaflet-container a.leaflet-popup-close-button {
  text-decoration: none !important;
}

.responsive-iframe {
  position: relative;
  padding-bottom: 30%;
  padding-top: 25px;
  height: 0;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.responsive-iframe.facebook {
  padding-bottom: 100%;
}

p.no_articles {
  background: #F5F5F5;
  padding: 10px;
  text-align: center;
}

.separator-line {
  margin: 0 20px;
  width: 1px;
  height: 8px;
  background: #000000;
}

.gm-style div {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}

.dark-bg {
  background: #1c1c1c;
}

.white-bg {
  background: #fff;
}

.grey-bg {
  background: #f9f9f9;
}

.color-bg {
  background: rgb(172, 132, 0);
}

.white-text {
  color: #fff;
}

.black-text {
  color: #000000;
}

.txt-align-left {
  text-align: left;
}

.txt-align-right {
  text-align: right;
}

.txt-align-center {
  text-align: center;
}

.section-large {
  padding: 120px 0;
  clear: both;
}

.section-med {
  padding: 80px 0;
  clear: both;
}

.section-small {
  padding: 40px 0;
  clear: both;
}

.margin-large {
  margin: 80px;
}

.margin-med {
  margin: 40px;
}

.margin-small {
  margin: 20px;
}

.margin-none {
  margin: 0;
}

.padding-large {
  padding: 80px;
}

.padding-med {
  padding: 40px;
}

.padding-small {
  padding: 20px;
}

.padding-none {
  padding: 0;
}

body.homepage .chapeau {
  font: 400 20px/30px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  position: relative;
  background: none;
  color: #000000;
  padding: 0;
  margin: 0;
}

body.no-slider .chapeau {
  margin: 0 0 40px 0;
}

.chapeau {
  font: 400 20px/30px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  position: relative;
  background-color: #1c1c1c;
  color: #ffffff;
  padding: 40px;
  margin: -40px 0 40px 0;
}
.chapeau a {
  color: rgb(172, 132, 0) !important;
}

.txt-large {
  font: 400 20px/30px "avenir-lt-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.img-container {
  overflow: hidden;
}

.img-responsive img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded img {
  border-radius: 0px;
}

.img-thumbnail img {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle img {
  border-radius: 100%;
}

.lax {
  transition: none;
}

.container {
  max-width: 100%;
}
.container.container-sm {
  width: 936px;
}
.container.container-lg {
  width: 1920px;
  padding: 0 140px;
}
.container .row {
  max-width: none !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.container-fluid .row {
  max-width: none !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.row {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.global-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#cookie_bottom_bar .wrapper {
  max-width: 1035px !important;
}

.container-video {
  position: relative;
  padding-bottom: 56.25%;
  /* Rapport hauteur / largeur 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.container-video-16-9 {
  padding-bottom: 56.25%;
}
.container-video-4-3 {
  padding-bottom: 75%;
  /* Rapport hauteur / largeur 4:3 */
}
.container-video-default {
  padding-bottom: 56.25%;
  /* Rapport hauteur / largeur par défaut */
}
.container-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (min-width: 768px) {
  .global-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .global-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .global-container {
    width: 1170px;
  }
}
@keyframes TextIntro {
  0.00% {
    opacity: 0;
    filter: blur(35px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes SliderInterne {
  from {
    opacity: 0;
    filter: blur(20px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes ZoomImg {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
/* -------------------------------------- */
/* COMPARATOR                             */
/* -------------------------------------- */
.comparator-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 80px 0%;
  touch-action: none;
}

.comparator-wrapper:before {
  content: "";
  position: absolute;
  top: -60px;
  bottom: 100%;
  left: 5%;
  background-color: #fff;
  width: 1px;
}

.comparator-wrapper:after {
  content: "";
  position: absolute;
  top: 100%;
  bottom: -60px;
  left: 5%;
  background-color: #fff;
  width: 1px;
}

.comparator {
  position: relative;
  height: 0;
  width: 100%;
  min-width: 100%;
  padding-bottom: 56.32%;
  transition: none;
  overflow: hidden;
}

.comparator_before,
.comparator_after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  background-size: cover;
}
.comparator_before::selection,
.comparator_after::selection {
  background-color: transparent !important;
}

.comparator_before p,
.comparator_after p {
  overflow: hidden;
}

.comparator_before p img,
.comparator_after p img {
  overflow: hidden;
}

.comparator_before {
  z-index: 2;
  width: 50%;
  max-width: 100%;
  transition: none;
}

.comparator_separator {
  position: absolute;
  top: 0;
  bottom: calc(17px + 50%);
  left: calc(50% - 1px);
  width: 2px;
  background-color: white;
  z-index: 4;
  cursor: ew-resize;
  transition: none;
}

.comparator_separator:before {
  content: "";
  position: absolute;
  top: 100%;
  left: -16px;
  width: 34px;
  height: 34px;
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
  transform: rotate(45deg);
  cursor: grab;
  text-align: center;
  line-height: 26px;
  font-size: 24px;
  font-weight: 100;
  color: white;
}

.comparator_separator:after {
  content: "";
  position: absolute;
  top: calc(100% + 38px);
  bottom: calc(-100% - 34px);
  width: 2px;
  background-color: white;
  z-index: 4;
}

.comparator_range {
  display: none;
}

.comparator-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #ededed;
  border-top-width: 0;
  padding: 24px;
  height: fit-content;
  background-color: #fff;
  margin-left: auto;
  z-index: 10;
}

.comparator-box_text {
  padding: 0 15px;
  text-align: center;
}

.comparator-box_text h3 {
  font-family: "avenir-lt-pro", serif;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 16px;
}

.comparator-box_text p {
  margin: 0 !important;
}

.comparator-box .btn-comparator {
  margin: 0;
  color: #fff;
  background-color: rgb(172, 132, 0);
  padding: 15px 30px;
}

.comparator-box .btn-comparator.comparator_go-before:before {
  content: "\f053";
  font-family: "fontAwesome";
  font-size: 12px;
  margin-right: 12px;
  vertical-align: middle;
}

.comparator-box .btn-comparator.comparator_go-after:after {
  content: "\f054";
  font-family: "fontAwesome";
  font-size: 12px;
  margin-left: 12px;
  vertical-align: middle;
}

@-webkit-keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
body.homepage .mouse-scroll {
  position: absolute;
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #fff;
  font-family: "sofia-pro", sans-serif;
  letter-spacing: 2px;
  text-decoration: none;
  overflow: hidden;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
body.homepage .mouse-scroll .mouse {
  position: relative;
  display: block;
  width: 46px;
  height: 73px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #ac8400;
  border-radius: 23px;
  background-color: rgba(255, 255, 255, 0.77);
  backdrop-filter: blur(4px);
}
body.homepage .mouse-scroll .mouse .mouse-movement {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #ac8400;
  border-radius: 50%;
  -webkit-animation: scroll-ani 4s linear infinite;
  -moz-animation: scroll-ani 4s linear infinite;
  animation: scroll-ani 4s linear infinite;
}
body.homepage .mouse-scroll .mouse-message {
  color: #ac8400;
  float: left;
  margin: 0 0 0 7px;
  padding: 0;
  -webkit-animation: scroll-ani 4s linear infinite;
  -moz-animation: scroll-ani 4s linear infinite;
  animation: scroll-ani 4s linear infinite;
  font-size: 18px;
  font-weight: 700;
}

.slider-pro p.sp-layer {
  bottom: 24px !important;
  background-color: rgb(172, 132, 0) !important;
  color: white !important;
  font-weight: 900 !important;
  padding: 8px 16px !important;
  letter-spacing: 2px;
  top: inherit !important;
}

#content .vertical .module_slider {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
#content .vertical .module_slider div.sp-slides-container,
#content .vertical .module_slider div.sp-mask.sp-grab,
#content .vertical .module_slider div.sp-slides,
#content .vertical .module_slider div.sp-slide {
  min-width: 400px;
  max-width: 500px;
}

#content .vertical .sp-full-screen {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
#content .vertical .sp-full-screen *:not(.sp-thumbnails) {
  max-height: 80vh;
}

.sp-previous-arrow::before {
  background: rgb(172, 132, 0) !important;
}

.sp-previous-arrow::after {
  background: rgb(172, 132, 0) !important;
}

.sp-next-arrow::before {
  background: rgb(172, 132, 0) !important;
}

.sp-next-arrow::after {
  background: rgb(172, 132, 0) !important;
}

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