@charset "UTF-8";
@import url("https://use.typekit.net/qag1rjl.css");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
:root {
  --out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  --y-100: max(45px + (100 - 45) * ((100vw - 500px) / (1440 - 500)), 45px);
  --y-nus-100: max(45px + (100 - 45) * ((100vw - 500px) / (1440 - 500)), 45px);
  --y-65: max(36px + (65 - 36) * ((100vw - 500px) / (1440 - 500)), 36px);
  --y-nus-65: max(36px + (65 - 36) * ((100vw - 500px) / (1440 - 500)), 36px);
  --y-45: max(28px + (45 - 28) * ((100vw - 500px) / (1440 - 500)), 28px);
  --y-nus-45: max(28px + (45 - 28) * ((100vw - 500px) / (1440 - 500)), 28px);
  --y-35: max(24px + (35 - 24) * ((100vw - 500px) / (1440 - 500)), 24px);
  --y-nus-35: max(24px + (35 - 24) * ((100vw - 500px) / (1440 - 500)), 24px);
  --y-30: max(22px + (30 - 22) * ((100vw - 500px) / (1440 - 500)), 22px);
  --y-nus-30: max(22px + (30 - 22) * ((100vw - 500px) / (1440 - 500)), 22px);
  --y-25: max(20px + (25 - 20) * ((100vw - 500px) / (1440 - 500)), 20px);
  --y-nus-25: max(20px + (25 - 20) * ((100vw - 500px) / (1440 - 500)), 20px);
  --x-40: max(22px + (40 - 22) * ((100vw - 500px) / (1440 - 500)), 22px);
  --x-nus-40: max(22px + (40 - 22) * ((100vw - 500px) / (1440 - 500)), 22px);
  --paragraph-font-size: 18px;
  --paragraph-line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  :root {
    --paragraph-font-size: 16px;
  }
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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

html {
  overflow-x: hidden;
}

body {
  line-height: 1;
}

html, body, .innerscroll {
  -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

strong, b {
  font-weight: bold;
}

input:focus {
  outline: none;
}

blockquote, q {
  quotes: none;
}

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

a[ng-click], div[ng-click], p[ng-click], span[ng-click], img[ng-click], a[ui-sref], div[ui-sref], p[ui-sref], span[ui-sref], img[ui-sref] {
  cursor: pointer;
}

textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, button:focus, button:active, button:hover, label:focus, .btn:active, .btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
}

.slick-slide, .slick-slide a, .slick-slide:focus {
  outline: none !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill, textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

button {
  appearance: none;
  color: initial;
  background: initial;
  border: initial;
  font: initial;
  border-radius: initial;
  padding: initial;
  cursor: pointer;
}

.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
  background-color: rgb(19, 193, 100) !important;
}

.row.fixPadding {
  width: calc(100% + 1% + 1%);
  margin-left: -1%;
  margin-right: -1%;
}
.row:after {
  content: "";
  display: block;
  clear: both;
}

.col1 {
  width: 4.1666666667%;
}

.col2 {
  width: 8.3333333333%;
}

.col3 {
  width: 12.5%;
}

.col4 {
  width: 16.6666666667%;
}

.col5 {
  width: 20.8333333333%;
}

.col6 {
  width: 25%;
}

.col7 {
  width: 29.1666666667%;
}

.col8 {
  width: 33.3333333333%;
}

.col9 {
  width: 37.5%;
}

.col10 {
  width: 41.6666666667%;
}

.col11 {
  width: 45.8333333333%;
}

.col12 {
  width: 50%;
}

.col13 {
  width: 54.1666666667%;
}

.col14 {
  width: 58.3333333333%;
}

.col15 {
  width: 62.5%;
}

.col16 {
  width: 66.6666666667%;
}

.col17 {
  width: 70.8333333333%;
}

.col18 {
  width: 75%;
}

.col19 {
  width: 79.1666666667%;
}

.col20 {
  width: 83.3333333333%;
}

.col21 {
  width: 87.5%;
}

.col22 {
  width: 91.6666666667%;
}

.col23 {
  width: 95.8333333333%;
}

.col24 {
  width: 100%;
}

.col, .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12,
.col13, .col14, .col15, .col16, .col17, .col18, .col19, .col20, .col21, .col22, .col23, .col24 {
  display: block;
  float: left;
  min-height: 1px;
  padding: 0 1%;
}

@media screen and (max-width: 1800px) {
  .col1_1800 {
    width: 4.1666666667%;
  }
  .col2_1800 {
    width: 8.3333333333%;
  }
  .col3_1800 {
    width: 12.5%;
  }
  .col4_1800 {
    width: 16.6666666667%;
  }
  .col5_1800 {
    width: 20.8333333333%;
  }
  .col6_1800 {
    width: 25%;
  }
  .col7_1800 {
    width: 29.1666666667%;
  }
  .col8_1800 {
    width: 33.3333333333%;
  }
  .col9_1800 {
    width: 37.5%;
  }
  .col10_1800 {
    width: 41.6666666667%;
  }
  .col11_1800 {
    width: 45.8333333333%;
  }
  .col12_1800 {
    width: 50%;
  }
  .col13_1800 {
    width: 54.1666666667%;
  }
  .col14_1800 {
    width: 58.3333333333%;
  }
  .col15_1800 {
    width: 62.5%;
  }
  .col16_1800 {
    width: 66.6666666667%;
  }
  .col17_1800 {
    width: 70.8333333333%;
  }
  .col18_1800 {
    width: 75%;
  }
  .col19_1800 {
    width: 79.1666666667%;
  }
  .col20_1800 {
    width: 83.3333333333%;
  }
  .col21_1800 {
    width: 87.5%;
  }
  .col22_1800 {
    width: 91.6666666667%;
  }
  .col23_1800 {
    width: 95.8333333333%;
  }
  .col24_1800 {
    width: 100%;
  }
  .col1_1800, .col2_1800, .col3_1800, .col4_1800, .col5_1800, .col6_1800,
  .col7_1800, .col8_1800, .col9_1800, .col10_1800, .col11_1800, .col12_1800,
  .col13_1800, .col14_1800, .col15_1800, .col16_1800, .col17_1800, .col18_1800,
  .col19_1800, .col20_1800, .col21_1800, .col22_1800, .col23_1800, .col24_1800 {
    display: block;
    float: left;
    min-height: 1px;
    padding: 0 1%;
  }
}
@media screen and (max-width: 1700px) {
  .col1_1700 {
    width: 4.1666666667%;
  }
  .col2_1700 {
    width: 8.3333333333%;
  }
  .col3_1700 {
    width: 12.5%;
  }
  .col4_1700 {
    width: 16.6666666667%;
  }
  .col5_1700 {
    width: 20.8333333333%;
  }
  .col6_1700 {
    width: 25%;
  }
  .col7_1700 {
    width: 29.1666666667%;
  }
  .col8_1700 {
    width: 33.3333333333%;
  }
  .col9_1700 {
    width: 37.5%;
  }
  .col10_1700 {
    width: 41.6666666667%;
  }
  .col11_1700 {
    width: 45.8333333333%;
  }
  .col12_1700 {
    width: 50%;
  }
  .col13_1700 {
    width: 54.1666666667%;
  }
  .col14_1700 {
    width: 58.3333333333%;
  }
  .col15_1700 {
    width: 62.5%;
  }
  .col16_1700 {
    width: 66.6666666667%;
  }
  .col17_1700 {
    width: 70.8333333333%;
  }
  .col18_1700 {
    width: 75%;
  }
  .col19_1700 {
    width: 79.1666666667%;
  }
  .col20_1700 {
    width: 83.3333333333%;
  }
  .col21_1700 {
    width: 87.5%;
  }
  .col22_1700 {
    width: 91.6666666667%;
  }
  .col23_1700 {
    width: 95.8333333333%;
  }
  .col24_1700 {
    width: 100%;
  }
  .col1_1700, .col2_1700, .col3_1700, .col4_1700, .col5_1700, .col6_1700,
  .col7_1700, .col8_1700, .col9_1700, .col10_1700, .col11_1700, .col12_1700,
  .col13_1700, .col14_1700, .col15_1700, .col16_1700, .col17_1700, .col18_1700,
  .col19_1700, .col20_1700, .col21_1700, .col22_1700, .col23_1700, .col24_1700 {
    display: block;
    float: left;
    min-height: 1px;
    padding: 0 1%;
  }
}
@media screen and (max-width: 1600px) {
  .col1_1600 {
    width: 4.1666666667%;
  }
  .col2_1600 {
    width: 8.3333333333%;
  }
  .col3_1600 {
    width: 12.5%;
  }
  .col4_1600 {
    width: 16.6666666667%;
  }
  .col5_1600 {
    width: 20.8333333333%;
  }
  .col6_1600 {
    width: 25%;
  }
  .col7_1600 {
    width: 29.1666666667%;
  }
  .col8_1600 {
    width: 33.3333333333%;
  }
  .col9_1600 {
    width: 37.5%;
  }
  .col10_1600 {
    width: 41.6666666667%;
  }
  .col11_1600 {
    width: 45.8333333333%;
  }
  .col12_1600 {
    width: 50%;
  }
  .col13_1600 {
    width: 54.1666666667%;
  }
  .col14_1600 {
    width: 58.3333333333%;
  }
  .col15_1600 {
    width: 62.5%;
  }
  .col16_1600 {
    width: 66.6666666667%;
  }
  .col17_1600 {
    width: 70.8333333333%;
  }
  .col18_1600 {
    width: 75%;
  }
  .col19_1600 {
    width: 79.1666666667%;
  }
  .col20_1600 {
    width: 83.3333333333%;
  }
  .col21_1600 {
    width: 87.5%;
  }
  .col22_1600 {
    width: 91.6666666667%;
  }
  .col23_1600 {
    width: 95.8333333333%;
  }
  .col24_1600 {
    width: 100%;
  }
  .col1_1600, .col2_1600, .col3_1600, .col4_1600, .col5_1600, .col6_1600,
  .col7_1600, .col8_1600, .col9_1600, .col10_1600, .col11_1600, .col12_1600,
  .col13_1600, .col14_1600, .col15_1600, .col16_1600, .col17_1600, .col18_1600,
  .col19_1600, .col20_1600, .col21_1600, .col22_1600, .col23_1600, .col24_1600 {
    display: block;
    float: left;
    min-height: 1px;
    padding: 0 1%;
  }
}
@media screen and (max-width: 1500px) {
  .col1_1500 {
    width: 4.1666666667%;
  }
  .col2_1500 {
    width: 8.3333333333%;
  }
  .col3_1500 {
    width: 12.5%;
  }
  .col4_1500 {
    width: 16.6666666667%;
  }
  .col5_1500 {
    width: 20.8333333333%;
  }
  .col6_1500 {
    width: 25%;
  }
  .col7_1500 {
    width: 29.1666666667%;
  }
  .col8_1500 {
    width: 33.3333333333%;
  }
  .col9_1500 {
    width: 37.5%;
  }
  .col10_1500 {
    width: 41.6666666667%;
  }
  .col11_1500 {
    width: 45.8333333333%;
  }
  .col12_1500 {
    width: 50%;
  }
  .col13_1500 {
    width: 54.1666666667%;
  }
  .col14_1500 {
    width: 58.3333333333%;
  }
  .col15_1500 {
    width: 62.5%;
  }
  .col16_1500 {
    width: 66.6666666667%;
  }
  .col17_1500 {
    width: 70.8333333333%;
  }
  .col18_1500 {
    width: 75%;
  }
  .col19_1500 {
    width: 79.1666666667%;
  }
  .col20_1500 {
    width: 83.3333333333%;
  }
  .col21_1500 {
    width: 87.5%;
  }
  .col22_1500 {
    width: 91.6666666667%;
  }
  .col23_1500 {
    width: 95.8333333333%;
  }
  .col24_1500 {
    width: 100%;
  }
  .col1_1500, .col2_1500, .col3_1500, .col4_1500, .col5_1500, .col6_1500,
  .col7_1500, .col8_1500, .col9_1500, .col10_1500, .col11_1500, .col12_1500,
  .col13_1500, .col14_1500, .col15_1500, .col16_1500, .col17_1500, .col18_1500,
  .col19_1500, .col20_1500, .col21_1500, .col22_1500, .col23_1500, .col24_1500 {
    display: block;
    float: left;
    min-height: 1px;
    padding: 0 1%;
  }
}
@media screen and (max-width: 1400px) {
  .col1_1400 {
    width: 4.1666666667%;
  }
  .col2_1400 {
    width: 8.3333333333%;
  }
  .col3_1400 {
    width: 12.5%;
  }
  .col4_1400 {
    width: 16.6666666667%;
  }
  .col5_1400 {
    width: 20.8333333333%;
  }
  .col6_1400 {
    width: 25%;
  }
  .col7_1400 {
    width: 29.1666666667%;
  }
  .col8_1400 {
    width: 33.3333333333%;
  }
  .col9_1400 {
    width: 37.5%;
  }
  .col10_1400 {
    width: 41.6666666667%;
  }
  .col11_1400 {
    width: 45.8333333333%;
  }
  .col12_1400 {
    width: 50%;
  }
  .col13_1400 {
    width: 54.1666666667%;
  }
  .col14_1400 {
    width: 58.3333333333%;
  }
  .col15_1400 {
    width: 62.5%;
  }
  .col16_1400 {
    width: 66.6666666667%;
  }
  .col17_1400 {
    width: 70.8333333333%;
  }
  .col18_1400 {
    width: 75%;
  }
  .col19_1400 {
    width: 79.1666666667%;
  }
  .col20_1400 {
    width: 83.3333333333%;
  }
  .col21_1400 {
    width: 87.5%;
  }
  .col22_1400 {
    width: 91.6666666667%;
  }
  .col23_1400 {
    width: 95.8333333333%;
  }
  .col24_1400 {
    width: 100%;
  }
  .col1_1400, .col2_1400, .col3_1400, .col4_1400, .col5_1400, .col6_1400,
  .col7_1400, .col8_1400, .col9_1400, .col10_1400, .col11_1400, .col12_1400,
  .col13_1400, .col14_1400, .col15_1400, .col16_1400, .col17_1400, .col18_1400,
  .col19_1400, .col20_1400, .col21_1400, .col22_1400, .col23_1400, .col24_1400 {
    display: block;
    float: left;
    min-height: 1px;
    padding: 0 1%;
  }
}
@media screen and (max-width: 1300px) {
  .col1_1300 {
    width: 4.1666666667%;
  }
  .col2_1300 {
    width: 8.3333333333%;
  }
  .col3_1300 {
    width: 12.5%;
  }
  .col4_1300 {
    width: 16.6666666667%;
  }
  .col5_1300 {
    width: 20.8333333333%;
  }
  .col6_1300 {
    width: 25%;
  }
  .col7_1300 {
    width: 29.1666666667%;
  }
  .col8_1300 {
    width: 33.3333333333%;
  }
  .col9_1300 {
    width: 37.5%;
  }
  .col10_1300 {
    width: 41.6666666667%;
  }
  .col11_1300 {
    width: 45.8333333333%;
  }
  .col12_1300 {
    width: 50%;
  }
  .col13_1300 {
    width: 54.1666666667%;
  }
  .col14_1300 {
    width: 58.3333333333%;
  }
  .col15_1300 {
    width: 62.5%;
  }
  .col16_1300 {
    width: 66.6666666667%;
  }
  .col17_1300 {
    width: 70.8333333333%;
  }
  .col18_1300 {
    width: 75%;
  }
  .col19_1300 {
    width: 79.1666666667%;
  }
  .col20_1300 {
    width: 83.3333333333%;
  }
  .col21_1300 {
    width: 87.5%;
  }
  .col22_1300 {
    width: 91.6666666667%;
  }
  .col23_1300 {
    width: 95.8333333333%;
  }
  .col24_1300 {
    width: 100%;
  }
  .col1_1300, .col2_1300, .col3_1300, .col4_1300, .col5_1300, .col6_1300,
  .col7_1300, .col8_1300, .col9_1300, .col10_1300, .col11_1300, .col12_1300,
  .col13_1300, .col14_1300, .col15_1300, .col16_1300, .col17_1300, .col18_1300,
  .col19_1300, .col20_1300, .col21_1300, .col22_1300, .col23_1300, .col24_1300 {
    display: block;
    float: left;
    min-height: 1px;
    padding: 0 1%;
  }
}
@media screen and (max-width: 1200px) {
  .col1_1200 {
    width: 4.1666666667%;
  }
  .col2_1200 {
    width: 8.3333333333%;
  }
  .col3_1200 {
    width: 12.5%;
  }
  .col4_1200 {
    width: 16.6666666667%;
  }
  .col5_1200 {
    width: 20.8333333333%;
  }
  .col6_1200 {
    width: 25%;
  }
  .col7_1200 {
    width: 29.1666666667%;
  }
  .col8_1200 {
    width: 33.3333333333%;
  }
  .col9_1200 {
    width: 37.5%;
  }
  .col10_1200 {
    width: 41.6666666667%;
  }
  .col11_1200 {
    width: 45.8333333333%;
  }
  .col12_1200 {
    width: 50%;
  }
  .col13_1200 {
    width: 54.1666666667%;
  }
  .col14_1200 {
    width: 58.3333333333%;
  }
  .col15_1200 {
    width: 62.5%;
  }
  .col16_1200 {
    width: 66.6666666667%;
  }
  .col17_1200 {
    width: 70.8333333333%;
  }
  .col18_1200 {
    width: 75%;
  }
  .col19_1200 {
    width: 79.1666666667%;
  }
  .col20_1200 {
    width: 83.3333333333%;
  }
  .col21_1200 {
    width: 87.5%;
  }
  .col22_1200 {
    width: 91.6666666667%;
  }
  .col23_1200 {
    width: 95.8333333333%;
  }
  .col24_1200 {
    width: 100%;
  }
  .col1_1200, .col2_1200, .col3_1200, .col4_1200, .col5_1200, .col6_1200,
  .col7_1200, .col8_1200, .col9_1200, .col10_1200, .col11_1200, .col12_1200,
  .col13_1200, .col14_1200, .col15_1200, .col16_1200, .col17_1200, .col18_1200,
  .col19_1200, .col20_1200, .col21_1200, .col22_1200, .col23_1200, .col24_1200 {
    display: block;
    float: left;
    min-height: 1px;
    padding: 0 1%;
  }
}
@media screen and (max-width: 1100px) {
  .col1_1100 {
    width: 4.1666666667%;
  }
  .col2_1100 {
    width: 8.3333333333%;
  }
  .col3_1100 {
    width: 12.5%;
  }
  .col4_1100 {
    width: 16.6666666667%;
  }
  .col5_1100 {
    width: 20.8333333333%;
  }
  .col6_1100 {
    width: 25%;
  }
  .col7_1100 {
    width: 29.1666666667%;
  }
  .col8_1100 {
    width: 33.3333333333%;
  }
  .col9_1100 {
    width: 37.5%;
  }
  .col10_1100 {
    width: 41.6666666667%;
  }
  .col11_1100 {
    width: 45.8333333333%;
  }
  .col12_1100 {
    width: 50%;
  }
  .col13_1100 {
    width: 54.1666666667%;
  }
  .col14_1100 {
    width: 58.3333333333%;
  }
  .col15_1100 {
    width: 62.5%;
  }
  .col16_1100 {
    width: 66.6666666667%;
  }
  .col17_1100 {
    width: 70.8333333333%;
  }
  .col18_1100 {
    width: 75%;
  }
  .col19_1100 {
    width: 79.1666666667%;
  }
  .col20_1100 {
    width: 83.3333333333%;
  }
  .col21_1100 {
    width: 87.5%;
  }
  .col22_1100 {
    width: 91.6666666667%;
  }
  .col23_1100 {
    width: 95.8333333333%;
  }
  .col24_1100 {
    width: 100%;
  }
  .col1_1100, .col2_1100, .col3_1100, .col4_1100, .col5_1100, .col6_1100,
  .col7_1100, .col8_1100, .col9_1100, .col10_1100, .col11_1100, .col12_1100,
  .col13_1100, .col14_1100, .col15_1100, .col16_1100, .col17_1100, .col18_1100,
  .col19_1100, .col20_1100, .col21_1100, .col22_1100, .col23_1100, .col24_1100 {
    display: block;
    float: left;
    min-height: 1px;
    padding: 0 1%;
  }
}
@media screen and (max-width: 1024px) {
  .col1_1024 {
    width: 4.1666666667%;
  }
  .col2_1024 {
    width: 8.3333333333%;
  }
  .col3_1024 {
    width: 12.5%;
  }
  .col4_1024 {
    width: 16.6666666667%;
  }
  .col5_1024 {
    width: 20.8333333333%;
  }
  .col6_1024 {
    width: 25%;
  }
  .col7_1024 {
    width: 29.1666666667%;
  }
  .col8_1024 {
    width: 33.3333333333%;
  }
  .col9_1024 {
    width: 37.5%;
  }
  .col10_1024 {
    width: 41.6666666667%;
  }
  .col11_1024 {
    width: 45.8333333333%;
  }
  .col12_1024 {
    width: 50%;
  }
  .col13_1024 {
    width: 54.1666666667%;
  }
  .col14_1024 {
    width: 58.3333333333%;
  }
  .col15_1024 {
    width: 62.5%;
  }
  .col16_1024 {
    width: 66.6666666667%;
  }
  .col17_1024 {
    width: 70.8333333333%;
  }
  .col18_1024 {
    width: 75%;
  }
  .col19_1024 {
    width: 79.1666666667%;
  }
  .col20_1024 {
    width: 83.3333333333%;
  }
  .col21_1024 {
    width: 87.5%;
  }
  .col22_1024 {
    width: 91.6666666667%;
  }
  .col23_1024 {
    width: 95.8333333333%;
  }
  .col24_1024 {
    width: 100%;
  }
  .col1_1024, .col2_1024, .col3_1024, .col4_1024, .col5_1024, .col6_1024,
  .col7_1024, .col8_1024, .col9_1024, .col10_1024, .col11_1024, .col12_1024,
  .col13_1024, .col14_1024, .col15_1024, .col16_1024, .col17_1024, .col18_1024,
  .col19_1024, .col20_1024, .col21_1024, .col22_1024, .col23_1024, .col24_1024 {
    display: block;
    float: left;
    min-height: 1px;
    padding: 0 1%;
  }
}
@media screen and (max-width: 1000px) {
  .col1_1000 {
    width: 4.1666666667%;
  }
  .col2_1000 {
    width: 8.3333333333%;
  }
  .col3_1000 {
    width: 12.5%;
  }
  .col4_1000 {
    width: 16.6666666667%;
  }
  .col5_1000 {
    width: 20.8333333333%;
  }
  .col6_1000 {
    width: 25%;
  }
  .col7_1000 {
    width: 29.1666666667%;
  }
  .col8_1000 {
    width: 33.3333333333%;
  }
  .col9_1000 {
    width: 37.5%;
  }
  .col10_1000 {
    width: 41.6666666667%;
  }
  .col11_1000 {
    width: 45.8333333333%;
  }
  .col12_1000 {
    width: 50%;
  }
  .col13_1000 {
    width: 54.1666666667%;
  }
  .col14_1000 {
    width: 58.3333333333%;
  }
  .col15_1000 {
    width: 62.5%;
  }
  .col16_1000 {
    width: 66.6666666667%;
  }
  .col17_1000 {
    width: 70.8333333333%;
  }
  .col18_1000 {
    width: 75%;
  }
  .col19_1000 {
    width: 79.1666666667%;
  }
  .col20_1000 {
    width: 83.3333333333%;
  }
  .col21_1000 {
    width: 87.5%;
  }
  .col22_1000 {
    width: 91.6666666667%;
  }
  .col23_1000 {
    width: 95.8333333333%;
  }
  .col24_1000 {
    width: 100%;
  }
  .col1_1000, .col2_1000, .col3_1000, .col4_1000, .col5_1000, .col6_1000,
  .col7_1000, .col8_1000, .col9_1000, .col10_1000, .col11_1000, .col12_1000,
  .col13_1000, .col14_1000, .col15_1000, .col16_1000, .col17_1000, .col18_1000,
  .col19_1000, .col20_1000, .col21_1000, .col22_1000, .col23_1000, .col24_1000 {
    display: block;
    float: left;
    min-height: 1px;
    padding: 0 1%;
  }
}
@media screen and (max-width: 900px) {
  .col1_900 {
    width: 4.1666666667%;
  }
  .col2_900 {
    width: 8.3333333333%;
  }
  .col3_900 {
    width: 12.5%;
  }
  .col4_900 {
    width: 16.6666666667%;
  }
  .col5_900 {
    width: 20.8333333333%;
  }
  .col6_900 {
    width: 25%;
  }
  .col7_900 {
    width: 29.1666666667%;
  }
  .col8_900 {
    width: 33.3333333333%;
  }
  .col9_900 {
    width: 37.5%;
  }
  .col10_900 {
    width: 41.6666666667%;
  }
  .col11_900 {
    width: 45.8333333333%;
  }
  .col12_900 {
    width: 50%;
  }
  .col13_900 {
    width: 54.1666666667%;
  }
  .col14_900 {
    width: 58.3333333333%;
  }
  .col15_900 {
    width: 62.5%;
  }
  .col16_900 {
    width: 66.6666666667%;
  }
  .col17_900 {
    width: 70.8333333333%;
  }
  .col18_900 {
    width: 75%;
  }
  .col19_900 {
    width: 79.1666666667%;
  }
  .col20_900 {
    width: 83.3333333333%;
  }
  .col21_900 {
    width: 87.5%;
  }
  .col22_900 {
    width: 91.6666666667%;
  }
  .col23_900 {
    width: 95.8333333333%;
  }
  .col24_900 {
    width: 100%;
  }
  .col1_900, .col2_900, .col3_900, .col4_900, .col5_900, .col6_900,
  .col7_900, .col8_900, .col9_900, .col10_900, .col11_900, .col12_900,
  .col13_900, .col14_900, .col15_900, .col16_900, .col17_900, .col18_900,
  .col19_900, .col20_900, .col21_900, .col22_900, .col23_900, .col24_900 {
    display: block;
    float: left;
    min-height: 1px;
    padding: 0 1%;
  }
}
@media screen and (max-width: 800px) {
  .col1_800 {
    width: 4.1666666667%;
  }
  .col2_800 {
    width: 8.3333333333%;
  }
  .col3_800 {
    width: 12.5%;
  }
  .col4_800 {
    width: 16.6666666667%;
  }
  .col5_800 {
    width: 20.8333333333%;
  }
  .col6_800 {
    width: 25%;
  }
  .col7_800 {
    width: 29.1666666667%;
  }
  .col8_800 {
    width: 33.3333333333%;
  }
  .col9_800 {
    width: 37.5%;
  }
  .col10_800 {
    width: 41.6666666667%;
  }
  .col11_800 {
    width: 45.8333333333%;
  }
  .col12_800 {
    width: 50%;
  }
  .col13_800 {
    width: 54.1666666667%;
  }
  .col14_800 {
    width: 58.3333333333%;
  }
  .col15_800 {
    width: 62.5%;
  }
  .col16_800 {
    width: 66.6666666667%;
  }
  .col17_800 {
    width: 70.8333333333%;
  }
  .col18_800 {
    width: 75%;
  }
  .col19_800 {
    width: 79.1666666667%;
  }
  .col20_800 {
    width: 83.3333333333%;
  }
  .col21_800 {
    width: 87.5%;
  }
  .col22_800 {
    width: 91.6666666667%;
  }
  .col23_800 {
    width: 95.8333333333%;
  }
  .col24_800 {
    width: 100%;
  }
  .col1_800, .col2_800, .col3_800, .col4_800, .col5_800, .col6_800,
  .col7_800, .col8_800, .col9_800, .col10_800, .col11_800, .col12_800,
  .col13_800, .col14_800, .col15_800, .col16_800, .col17_800, .col18_800,
  .col19_800, .col20_800, .col21_800, .col22_800, .col23_800, .col24_800 {
    display: block;
    float: left;
    min-height: 1px;
    padding: 0 1%;
  }
}
@media screen and (max-width: 768px) {
  .col1_768 {
    width: 4.1666666667%;
  }
  .col2_768 {
    width: 8.3333333333%;
  }
  .col3_768 {
    width: 12.5%;
  }
  .col4_768 {
    width: 16.6666666667%;
  }
  .col5_768 {
    width: 20.8333333333%;
  }
  .col6_768 {
    width: 25%;
  }
  .col7_768 {
    width: 29.1666666667%;
  }
  .col8_768 {
    width: 33.3333333333%;
  }
  .col9_768 {
    width: 37.5%;
  }
  .col10_768 {
    width: 41.6666666667%;
  }
  .col11_768 {
    width: 45.8333333333%;
  }
  .col12_768 {
    width: 50%;
  }
  .col13_768 {
    width: 54.1666666667%;
  }
  .col14_768 {
    width: 58.3333333333%;
  }
  .col15_768 {
    width: 62.5%;
  }
  .col16_768 {
    width: 66.6666666667%;
  }
  .col17_768 {
    width: 70.8333333333%;
  }
  .col18_768 {
    width: 75%;
  }
  .col19_768 {
    width: 79.1666666667%;
  }
  .col20_768 {
    width: 83.3333333333%;
  }
  .col21_768 {
    width: 87.5%;
  }
  .col22_768 {
    width: 91.6666666667%;
  }
  .col23_768 {
    width: 95.8333333333%;
  }
  .col24_768 {
    width: 100%;
  }
  .col1_768, .col2_768, .col3_768, .col4_768, .col5_768, .col6_768,
  .col7_768, .col8_768, .col9_768, .col10_768, .col11_768, .col12_768,
  .col13_768, .col14_768, .col15_768, .col16_768, .col17_768, .col18_768,
  .col19_768, .col20_768, .col21_768, .col22_768, .col23_768, .col24_768 {
    display: block;
    float: left;
    min-height: 1px;
    padding: 0 1%;
  }
}
@media screen and (max-width: 700px) {
  .col1_700 {
    width: 4.1666666667%;
  }
  .col2_700 {
    width: 8.3333333333%;
  }
  .col3_700 {
    width: 12.5%;
  }
  .col4_700 {
    width: 16.6666666667%;
  }
  .col5_700 {
    width: 20.8333333333%;
  }
  .col6_700 {
    width: 25%;
  }
  .col7_700 {
    width: 29.1666666667%;
  }
  .col8_700 {
    width: 33.3333333333%;
  }
  .col9_700 {
    width: 37.5%;
  }
  .col10_700 {
    width: 41.6666666667%;
  }
  .col11_700 {
    width: 45.8333333333%;
  }
  .col12_700 {
    width: 50%;
  }
  .col13_700 {
    width: 54.1666666667%;
  }
  .col14_700 {
    width: 58.3333333333%;
  }
  .col15_700 {
    width: 62.5%;
  }
  .col16_700 {
    width: 66.6666666667%;
  }
  .col17_700 {
    width: 70.8333333333%;
  }
  .col18_700 {
    width: 75%;
  }
  .col19_700 {
    width: 79.1666666667%;
  }
  .col20_700 {
    width: 83.3333333333%;
  }
  .col21_700 {
    width: 87.5%;
  }
  .col22_700 {
    width: 91.6666666667%;
  }
  .col23_700 {
    width: 95.8333333333%;
  }
  .col24_700 {
    width: 100%;
  }
  .col1_700, .col2_700, .col3_700, .col4_700, .col5_700, .col6_700,
  .col7_700, .col8_700, .col9_700, .col10_700, .col11_700, .col12_700,
  .col13_700, .col14_700, .col15_700, .col16_700, .col17_700, .col18_700,
  .col19_700, .col20_700, .col21_700, .col22_700, .col23_700, .col24_700 {
    display: block;
    float: left;
    min-height: 1px;
    padding: 0 1%;
  }
}
@media screen and (max-width: 600px) {
  .col1_600 {
    width: 4.1666666667%;
  }
  .col2_600 {
    width: 8.3333333333%;
  }
  .col3_600 {
    width: 12.5%;
  }
  .col4_600 {
    width: 16.6666666667%;
  }
  .col5_600 {
    width: 20.8333333333%;
  }
  .col6_600 {
    width: 25%;
  }
  .col7_600 {
    width: 29.1666666667%;
  }
  .col8_600 {
    width: 33.3333333333%;
  }
  .col9_600 {
    width: 37.5%;
  }
  .col10_600 {
    width: 41.6666666667%;
  }
  .col11_600 {
    width: 45.8333333333%;
  }
  .col12_600 {
    width: 50%;
  }
  .col13_600 {
    width: 54.1666666667%;
  }
  .col14_600 {
    width: 58.3333333333%;
  }
  .col15_600 {
    width: 62.5%;
  }
  .col16_600 {
    width: 66.6666666667%;
  }
  .col17_600 {
    width: 70.8333333333%;
  }
  .col18_600 {
    width: 75%;
  }
  .col19_600 {
    width: 79.1666666667%;
  }
  .col20_600 {
    width: 83.3333333333%;
  }
  .col21_600 {
    width: 87.5%;
  }
  .col22_600 {
    width: 91.6666666667%;
  }
  .col23_600 {
    width: 95.8333333333%;
  }
  .col24_600 {
    width: 100%;
  }
  .col1_600, .col2_600, .col3_600, .col4_600, .col5_600, .col6_600,
  .col7_600, .col8_600, .col9_600, .col10_600, .col11_600, .col12_600,
  .col13_600, .col14_600, .col15_600, .col16_600, .col17_600, .col18_600,
  .col19_600, .col20_600, .col21_600, .col22_600, .col23_600, .col24_600 {
    display: block;
    float: left;
    min-height: 1px;
    padding: 0 1%;
  }
}
@media screen and (max-width: 500px) {
  .col1_500 {
    width: 4.1666666667%;
  }
  .col2_500 {
    width: 8.3333333333%;
  }
  .col3_500 {
    width: 12.5%;
  }
  .col4_500 {
    width: 16.6666666667%;
  }
  .col5_500 {
    width: 20.8333333333%;
  }
  .col6_500 {
    width: 25%;
  }
  .col7_500 {
    width: 29.1666666667%;
  }
  .col8_500 {
    width: 33.3333333333%;
  }
  .col9_500 {
    width: 37.5%;
  }
  .col10_500 {
    width: 41.6666666667%;
  }
  .col11_500 {
    width: 45.8333333333%;
  }
  .col12_500 {
    width: 50%;
  }
  .col13_500 {
    width: 54.1666666667%;
  }
  .col14_500 {
    width: 58.3333333333%;
  }
  .col15_500 {
    width: 62.5%;
  }
  .col16_500 {
    width: 66.6666666667%;
  }
  .col17_500 {
    width: 70.8333333333%;
  }
  .col18_500 {
    width: 75%;
  }
  .col19_500 {
    width: 79.1666666667%;
  }
  .col20_500 {
    width: 83.3333333333%;
  }
  .col21_500 {
    width: 87.5%;
  }
  .col22_500 {
    width: 91.6666666667%;
  }
  .col23_500 {
    width: 95.8333333333%;
  }
  .col24_500 {
    width: 100%;
  }
  .col1_500, .col2_500, .col3_500, .col4_500, .col5_500, .col6_500,
  .col7_500, .col8_500, .col9_500, .col10_500, .col11_500, .col12_500,
  .col13_500, .col14_500, .col15_500, .col16_500, .col17_500, .col18_500,
  .col19_500, .col20_500, .col21_500, .col22_500, .col23_500, .col24_500 {
    display: block;
    float: left;
    min-height: 1px;
    padding: 0 1%;
  }
}
@media screen and (max-width: 400px) {
  .col1_400 {
    width: 4.1666666667%;
  }
  .col2_400 {
    width: 8.3333333333%;
  }
  .col3_400 {
    width: 12.5%;
  }
  .col4_400 {
    width: 16.6666666667%;
  }
  .col5_400 {
    width: 20.8333333333%;
  }
  .col6_400 {
    width: 25%;
  }
  .col7_400 {
    width: 29.1666666667%;
  }
  .col8_400 {
    width: 33.3333333333%;
  }
  .col9_400 {
    width: 37.5%;
  }
  .col10_400 {
    width: 41.6666666667%;
  }
  .col11_400 {
    width: 45.8333333333%;
  }
  .col12_400 {
    width: 50%;
  }
  .col13_400 {
    width: 54.1666666667%;
  }
  .col14_400 {
    width: 58.3333333333%;
  }
  .col15_400 {
    width: 62.5%;
  }
  .col16_400 {
    width: 66.6666666667%;
  }
  .col17_400 {
    width: 70.8333333333%;
  }
  .col18_400 {
    width: 75%;
  }
  .col19_400 {
    width: 79.1666666667%;
  }
  .col20_400 {
    width: 83.3333333333%;
  }
  .col21_400 {
    width: 87.5%;
  }
  .col22_400 {
    width: 91.6666666667%;
  }
  .col23_400 {
    width: 95.8333333333%;
  }
  .col24_400 {
    width: 100%;
  }
  .col1_400, .col2_400, .col3_400, .col4_400, .col5_400, .col6_400,
  .col7_400, .col8_400, .col9_400, .col10_400, .col11_400, .col12_400,
  .col13_400, .col14_400, .col15_400, .col16_400, .col17_400, .col18_400,
  .col19_400, .col20_400, .col21_400, .col22_400, .col23_400, .col24_400 {
    display: block;
    float: left;
    min-height: 1px;
    padding: 0 1%;
  }
}
@media screen and (max-width: 300px) {
  .col1_300 {
    width: 4.1666666667%;
  }
  .col2_300 {
    width: 8.3333333333%;
  }
  .col3_300 {
    width: 12.5%;
  }
  .col4_300 {
    width: 16.6666666667%;
  }
  .col5_300 {
    width: 20.8333333333%;
  }
  .col6_300 {
    width: 25%;
  }
  .col7_300 {
    width: 29.1666666667%;
  }
  .col8_300 {
    width: 33.3333333333%;
  }
  .col9_300 {
    width: 37.5%;
  }
  .col10_300 {
    width: 41.6666666667%;
  }
  .col11_300 {
    width: 45.8333333333%;
  }
  .col12_300 {
    width: 50%;
  }
  .col13_300 {
    width: 54.1666666667%;
  }
  .col14_300 {
    width: 58.3333333333%;
  }
  .col15_300 {
    width: 62.5%;
  }
  .col16_300 {
    width: 66.6666666667%;
  }
  .col17_300 {
    width: 70.8333333333%;
  }
  .col18_300 {
    width: 75%;
  }
  .col19_300 {
    width: 79.1666666667%;
  }
  .col20_300 {
    width: 83.3333333333%;
  }
  .col21_300 {
    width: 87.5%;
  }
  .col22_300 {
    width: 91.6666666667%;
  }
  .col23_300 {
    width: 95.8333333333%;
  }
  .col24_300 {
    width: 100%;
  }
  .col1_300, .col2_300, .col3_300, .col4_300, .col5_300, .col6_300,
  .col7_300, .col8_300, .col9_300, .col10_300, .col11_300, .col12_300,
  .col13_300, .col14_300, .col15_300, .col16_300, .col17_300, .col18_300,
  .col19_300, .col20_300, .col21_300, .col22_300, .col23_300, .col24_300 {
    display: block;
    float: left;
    min-height: 1px;
    padding: 0 1%;
  }
}
.liste {
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 600px) {
  .liste {
    padding-left: 25px;
  }
}
.liste:before {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  background: #13c164;
}
.liste li {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 600px) {
  .liste li {
    padding-left: 15px;
  }
}
.liste li p {
  font-family: "roboto", sans-serif;
}
.liste li:before {
  content: "●";
  position: absolute;
  top: 7px;
  left: 0;
  font: 700 10px/1 "brandon-grotesque", sans-serif;
  color: #13c164;
}
@media screen and (max-width: 768px) {
  .liste li:before {
    top: 2px;
  }
}

.close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 300ms;
  transition: background 300ms;
}
.close svg {
  position: absolute;
  width: 15px;
  height: 15px;
  top: calc(50% - 7.5px);
  left: calc(50% - 7.5px);
  -webkit-transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.close svg line {
  stroke: #fff;
}
.close:hover svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.close.noir {
  background: rgba(0, 0, 0, 0.2);
}
.close.noir:hover {
  background: rgba(0, 0, 0, 0.5);
}
.close.vert {
  background: #13c164;
}
.close.vert:hover {
  background: rgba(19, 193, 100, 0.5);
}

.categorie {
  display: inline-block;
  padding: 10px 35px;
  margin: 0;
  font: 700 12px/1 "brandon-grotesque", sans-serif;
  color: #fff;
  background: #f68b52;
  text-transform: uppercase;
}

.titre {
  position: relative;
  padding-bottom: 110px;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .titre {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .titre {
    padding-bottom: 40px;
  }
}
.titre:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  bottom: 70px;
  left: 50%;
  background: #13c164;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .titre:after {
    bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .titre:after {
    bottom: 25px;
  }
}
.titre.style2 {
  padding-bottom: 90px;
}
.titre.style2:after {
  width: 120px;
  bottom: 50px;
  left: 0;
  background: #fff;
  -webkit-transform: none;
  transform: none;
}
@media screen and (max-width: 768px) {
  .titre.style2:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.social {
  margin-top: 20px;
}
.social li {
  display: inline-block;
}
.social li:not(:last-child) {
  margin-right: 15px;
}
.social li a svg {
  width: 20px;
  height: 20px;
  /*circle {
      -webkit-transition: fill $shortTime;
              transition: fill $shortTime;
  }*/
  /*path{
      fill: $color1;
  }*/
}
.social li a:hover svg circle {
  fill: #13c164;
}

.iconPlay {
  position: absolute;
  width: 50px;
  height: 50px;
  border: solid 2px rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  z-index: 1;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}
.iconPlay:after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}

.content {
  margin-top: 118px;
}
@media screen and (max-height: 550px) {
  .content {
    margin-top: 78px;
  }
}
@media screen and (max-width: 1024px) {
  .content {
    margin-top: 78px;
  }
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.table {
  display: table;
}

.tableCell {
  display: table-cell;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.textLeft {
  text-align: left;
}

.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.caps {
  text-transform: capitalize;
}

.yPadding250 {
  padding-top: 250px;
  padding-bottom: 250px;
}
@media screen and (max-width: 1600px) {
  .yPadding250 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 1400px) {
  .yPadding250 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .yPadding250 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
@media screen and (max-width: 1024px) {
  .yPadding250 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .yPadding250 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.yTopPadding250 {
  padding-top: 250px;
}
@media screen and (max-width: 1600px) {
  .yTopPadding250 {
    padding-top: 200px;
  }
}
@media screen and (max-width: 1400px) {
  .yTopPadding250 {
    padding-top: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .yTopPadding250 {
    padding-top: 125px;
  }
}
@media screen and (max-width: 1024px) {
  .yTopPadding250 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .yTopPadding250 {
    padding-top: 70px;
  }
}

.yBottomPadding250 {
  padding-bottom: 250px;
}
@media screen and (max-width: 1600px) {
  .yBottomPadding250 {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 1400px) {
  .yBottomPadding250 {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .yBottomPadding250 {
    padding-bottom: 125px;
  }
}
@media screen and (max-width: 1024px) {
  .yBottomPadding250 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .yBottomPadding250 {
    padding-bottom: 70px;
  }
}

.yPadding200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1600px) {
  .yPadding200 {
    padding-top: 175px;
    padding-bottom: 175px;
  }
}
@media screen and (max-width: 1400px) {
  .yPadding200 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .yPadding200 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
@media screen and (max-width: 1024px) {
  .yPadding200 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .yPadding200 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.yTopPadding200 {
  padding-top: 200px;
}
@media screen and (max-width: 1600px) {
  .yTopPadding200 {
    padding-top: 175px;
  }
}
@media screen and (max-width: 1400px) {
  .yTopPadding200 {
    padding-top: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .yTopPadding200 {
    padding-top: 125px;
  }
}
@media screen and (max-width: 1024px) {
  .yTopPadding200 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .yTopPadding200 {
    padding-top: 70px;
  }
}

.yBottomPadding200 {
  padding-bottom: 200px;
}
@media screen and (max-width: 1600px) {
  .yBottomPadding200 {
    padding-bottom: 175px;
  }
}
@media screen and (max-width: 1400px) {
  .yBottomPadding200 {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .yBottomPadding200 {
    padding-bottom: 125px;
  }
}
@media screen and (max-width: 1024px) {
  .yBottomPadding200 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .yBottomPadding200 {
    padding-bottom: 70px;
  }
}

.yPadding160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1400px) {
  .yPadding160 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .yPadding160 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
@media screen and (max-width: 1024px) {
  .yPadding160 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .yPadding160 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.yTopPadding150 {
  padding-top: 160px;
}
@media screen and (max-width: 1400px) {
  .yTopPadding150 {
    padding-top: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .yTopPadding150 {
    padding-top: 125px;
  }
}
@media screen and (max-width: 1024px) {
  .yTopPadding150 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .yTopPadding150 {
    padding-top: 70px;
  }
}

.yBottomPadding150 {
  padding-bottom: 160px;
}
@media screen and (max-width: 1400px) {
  .yBottomPadding150 {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .yBottomPadding150 {
    padding-bottom: 125px;
  }
}
@media screen and (max-width: 1024px) {
  .yBottomPadding150 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .yBottomPadding150 {
    padding-bottom: 70px;
  }
}

.yPadding150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1600px) {
  .yPadding150 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
@media screen and (max-width: 1400px) {
  .yPadding150 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .yPadding150 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .yPadding150 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .yPadding150 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.yTopPadding150 {
  padding-top: 150px;
}
@media screen and (max-width: 1600px) {
  .yTopPadding150 {
    padding-top: 125px;
  }
}
@media screen and (max-width: 1400px) {
  .yTopPadding150 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .yTopPadding150 {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .yTopPadding150 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .yTopPadding150 {
    padding-top: 70px;
  }
}

.yBottomPadding150 {
  padding-bottom: 150px;
}
@media screen and (max-width: 1600px) {
  .yBottomPadding150 {
    padding-bottom: 125px;
  }
}
@media screen and (max-width: 1400px) {
  .yBottomPadding150 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .yBottomPadding150 {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .yBottomPadding150 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .yBottomPadding150 {
    padding-bottom: 70px;
  }
}

.yPadding120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1400px) {
  .yPadding120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .yPadding120 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .yPadding120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .yPadding120 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.yTopPadding120 {
  padding-top: 120px;
}
@media screen and (max-width: 1400px) {
  .yTopPadding120 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .yTopPadding120 {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .yTopPadding120 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .yTopPadding120 {
    padding-top: 70px;
  }
}

.yBottomPadding120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 1400px) {
  .yBottomPadding120 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .yBottomPadding120 {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .yBottomPadding120 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .yBottomPadding120 {
    padding-bottom: 70px;
  }
}

.yPadding100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .yPadding100 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .yPadding100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .yPadding100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.yTopPadding100 {
  padding-top: 100px;
}
@media screen and (max-width: 1400px) {
  .yTopPadding100 {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .yTopPadding100 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .yTopPadding100 {
    padding-top: 70px;
  }
}

.yBottomPadding100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .yBottomPadding100 {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .yBottomPadding100 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .yBottomPadding100 {
    padding-bottom: 70px;
  }
}

.yPadding50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.yTopPadding50 {
  padding-top: 50px;
}

.yBottomPadding50 {
  padding-bottom: 50px;
}

.xPadding20 {
  padding-right: 20%;
  padding-left: 20%;
}
@media screen and (max-width: 1400px) {
  .xPadding20 {
    padding-right: 18%;
    padding-left: 18%;
  }
}
@media screen and (max-width: 1200px) {
  .xPadding20 {
    padding-right: 15%;
    padding-left: 15%;
  }
}
@media screen and (max-width: 1024px) {
  .xPadding20 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .xPadding20 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.xPaddingRight20 {
  padding-right: 20%;
}
@media screen and (max-width: 1400px) {
  .xPaddingRight20 {
    padding-right: 18%;
  }
}
@media screen and (max-width: 1200px) {
  .xPaddingRight20 {
    padding-right: 15%;
  }
}
@media screen and (max-width: 1024px) {
  .xPaddingRight20 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .xPaddingRight20 {
    padding-right: 20px;
  }
}

.xPaddingLeft20 {
  padding-left: 20%;
}
@media screen and (max-width: 1400px) {
  .xPaddingLeft20 {
    padding-left: 18%;
  }
}
@media screen and (max-width: 1200px) {
  .xPaddingLeft20 {
    padding-left: 15%;
  }
}
@media screen and (max-width: 1024px) {
  .xPaddingLeft20 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .xPaddingLeft20 {
    padding-left: 20px;
  }
}

.xPadding15 {
  padding-right: 15%;
  padding-left: 15%;
}
@media screen and (max-width: 1400px) {
  .xPadding15 {
    padding-right: 12%;
    padding-left: 12%;
  }
}
@media screen and (max-width: 1200px) {
  .xPadding15 {
    padding-right: 10%;
    padding-left: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .xPadding15 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .xPadding15 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.xPaddingRight15 {
  padding-right: 15%;
}
@media screen and (max-width: 1400px) {
  .xPaddingRight15 {
    padding-right: 12%;
  }
}
@media screen and (max-width: 1200px) {
  .xPaddingRight15 {
    padding-right: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .xPaddingRight15 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .xPaddingRight15 {
    padding-right: 20px;
  }
}

.xPaddingLeft15 {
  padding-left: 15%;
}
@media screen and (max-width: 1400px) {
  .xPaddingLeft15 {
    padding-left: 12%;
  }
}
@media screen and (max-width: 1200px) {
  .xPaddingLeft15 {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .xPaddingLeft15 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .xPaddingLeft15 {
    padding-left: 20px;
  }
}

.xPadding12 {
  padding-right: 12%;
  padding-left: 12%;
}
@media screen and (max-width: 1200px) {
  .xPadding12 {
    padding-right: 10%;
    padding-left: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .xPadding12 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .xPadding12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.xPaddingRight12 {
  padding-right: 12%;
}
@media screen and (max-width: 1200px) {
  .xPaddingRight12 {
    padding-right: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .xPaddingRight12 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .xPaddingRight12 {
    padding-right: 20px;
  }
}

.xPaddingLeft12 {
  padding-left: 12%;
}
@media screen and (max-width: 1200px) {
  .xPaddingLeft12 {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .xPaddingLeft12 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .xPaddingLeft12 {
    padding-left: 20px;
  }
}

.xPadding11 {
  padding-right: 11%;
  padding-left: 11%;
}
@media screen and (max-width: 1200px) {
  .xPadding11 {
    padding-right: 10%;
    padding-left: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .xPadding11 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .xPadding11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.xPaddingRight11 {
  padding-right: 11%;
}
@media screen and (max-width: 1200px) {
  .xPaddingRight11 {
    padding-right: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .xPaddingRight11 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .xPaddingRight11 {
    padding-right: 20px;
  }
}

.xPaddingLeft11 {
  padding-left: 11%;
}
@media screen and (max-width: 1200px) {
  .xPaddingLeft11 {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .xPaddingLeft11 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .xPaddingLeft11 {
    padding-left: 20px;
  }
}

.xPadding10 {
  padding-right: 10%;
  padding-left: 10%;
}
@media screen and (max-width: 1200px) {
  .xPadding10 {
    padding-right: 8%;
    padding-left: 8%;
  }
}
@media screen and (max-width: 1024px) {
  .xPadding10 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .xPadding10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.xPaddingRight10 {
  padding-right: 10%;
}
@media screen and (max-width: 1200px) {
  .xPaddingRight10 {
    padding-right: 8%;
  }
}
@media screen and (max-width: 1024px) {
  .xPaddingRight10 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .xPaddingRight10 {
    padding-right: 20px;
  }
}

.xPaddingLeft10 {
  padding-left: 10%;
}
@media screen and (max-width: 1200px) {
  .xPaddingLeft10 {
    padding-left: 8%;
  }
}
@media screen and (max-width: 1024px) {
  .xPaddingLeft10 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .xPaddingLeft10 {
    padding-left: 20px;
  }
}

.xPadding8 {
  padding-right: 8%;
  padding-left: 8%;
}
@media screen and (max-width: 1200px) {
  .xPadding8 {
    padding-right: 6%;
    padding-left: 6%;
  }
}
@media screen and (max-width: 1024px) {
  .xPadding8 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .xPadding8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.xPaddingRight8 {
  padding-right: 8%;
}
@media screen and (max-width: 1200px) {
  .xPaddingRight8 {
    padding-right: 6%;
  }
}
@media screen and (max-width: 1024px) {
  .xPaddingRight8 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .xPaddingRight8 {
    padding-right: 20px;
  }
}

.xPaddingLeft8 {
  padding-left: 8%;
}
@media screen and (max-width: 1200px) {
  .xPaddingLeft8 {
    padding-left: 6%;
  }
}
@media screen and (max-width: 1024px) {
  .xPaddingLeft8 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .xPaddingLeft8 {
    padding-left: 20px;
  }
}

.xPadding6 {
  padding-right: 6%;
  padding-left: 6%;
}
@media screen and (max-width: 1200px) {
  .xPadding6 {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .xPadding6 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .xPadding6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.xPaddingRight6 {
  padding-right: 6%;
}
@media screen and (max-width: 1200px) {
  .xPaddingRight6 {
    padding-right: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .xPaddingRight6 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .xPaddingRight6 {
    padding-right: 20px;
  }
}

.xPaddingLeft6 {
  padding-left: 6%;
}
@media screen and (max-width: 1200px) {
  .xPaddingLeft6 {
    padding-left: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .xPaddingLeft6 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .xPaddingLeft6 {
    padding-left: 20px;
  }
}

.xPadding5 {
  padding-right: 5%;
  padding-left: 5%;
}
@media screen and (max-width: 1024px) {
  .xPadding5 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .xPadding5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.xPaddingRight5 {
  padding-right: 5%;
}
@media screen and (max-width: 1024px) {
  .xPaddingRight5 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .xPaddingRight5 {
    padding-right: 20px;
  }
}

.xPaddingLeft5 {
  padding-left: 5%;
}
@media screen and (max-width: 1024px) {
  .xPaddingLeft5 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .xPaddingLeft5 {
    padding-left: 20px;
  }
}

.xPadding50 {
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 1024px) {
  .xPadding50 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .xPadding50 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.xPaddingRight50 {
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  .xPaddingRight50 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .xPaddingRight50 {
    padding-right: 20px;
  }
}

.xPaddingLeft50 {
  padding-left: 50px;
}
@media screen and (max-width: 1024px) {
  .xPaddingLeft50 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .xPaddingLeft50 {
    padding-left: 20px;
  }
}

.noTopPadding {
  padding-top: 0;
}

.noRightPadding {
  padding-right: 0;
}

.noBottomPadding {
  padding-bottom: 0;
}

.noLeftPadding {
  padding-left: 0;
}

.noXPadding {
  padding-right: 0;
  padding-left: 0;
}

.noYPadding {
  padding-top: 0;
  padding-bottom: 0;
}

.noTopMargin {
  margin-top: 0;
}

.noRightMargin {
  margin-right: 0;
}

.noBottomMargin {
  margin-bottom: 0;
}

.noLeftMargin {
  margin-left: 0;
}

.noXMargin {
  margin-right: 0;
  margin-left: 0;
}

.noYMargin {
  margin-top: 0;
  margin-bottom: 0;
}

.top0 {
  top: 0;
}

.right0 {
  right: 0;
}

.bottom0 {
  bottom: 0;
}

.left0 {
  left: 0;
}

.trbl0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nowrap {
  white-space: nowrap;
}

.clearfix {
  display: block;
  clear: both;
}

.noscroll {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .noscroll {
    overflow-y: hidden;
  }
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hide {
  display: none;
}

@media screen and (max-width: 1800px) {
  .hide_1800 {
    display: none;
  }
}
@media screen and (max-width: 1700px) {
  .hide_1700 {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .hide_1600 {
    display: none;
  }
}
@media screen and (max-width: 1500px) {
  .hide_1500 {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .hide_1400 {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .hide_1300 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .hide_1200 {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .hide_1100 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .hide_1024 {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .hide_1000 {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .hide_900 {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .hide_800 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hide_768 {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .hide_700 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .hide_600 {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .hide_500 {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .hide_400 {
    display: none;
  }
}
@media screen and (max-width: 300px) {
  .hide_300 {
    display: none;
  }
}
.show {
  display: block;
}

.show_1800 {
  display: none;
}
@media screen and (max-width: 1800px) {
  .show_1800 {
    display: block;
  }
}

.show_1700 {
  display: none;
}
@media screen and (max-width: 1700px) {
  .show_1700 {
    display: block;
  }
}

.show_1600 {
  display: none;
}
@media screen and (max-width: 1600px) {
  .show_1600 {
    display: block;
  }
}

.show_1500 {
  display: none;
}
@media screen and (max-width: 1500px) {
  .show_1500 {
    display: block;
  }
}

.show_1400 {
  display: none;
}
@media screen and (max-width: 1400px) {
  .show_1400 {
    display: block;
  }
}

.show_1300 {
  display: none;
}
@media screen and (max-width: 1300px) {
  .show_1300 {
    display: block;
  }
}

.show_1200 {
  display: none;
}
@media screen and (max-width: 1200px) {
  .show_1200 {
    display: block;
  }
}

.show_1100 {
  display: none;
}
@media screen and (max-width: 1100px) {
  .show_1100 {
    display: block;
  }
}

.show_1024 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .show_1024 {
    display: block;
  }
}

.show_1000 {
  display: none;
}
@media screen and (max-width: 1000px) {
  .show_1000 {
    display: block;
  }
}

.show_900 {
  display: none;
}
@media screen and (max-width: 900px) {
  .show_900 {
    display: block;
  }
}

.show_800 {
  display: none;
}
@media screen and (max-width: 800px) {
  .show_800 {
    display: block;
  }
}

.show_768 {
  display: none;
}
@media screen and (max-width: 768px) {
  .show_768 {
    display: block;
  }
}

.show_700 {
  display: none;
}
@media screen and (max-width: 700px) {
  .show_700 {
    display: block;
  }
}

.show_600 {
  display: none;
}
@media screen and (max-width: 600px) {
  .show_600 {
    display: block;
  }
}

.show_500 {
  display: none;
}
@media screen and (max-width: 500px) {
  .show_500 {
    display: block;
  }
}

.show_400 {
  display: none;
}
@media screen and (max-width: 400px) {
  .show_400 {
    display: block;
  }
}

.show_300 {
  display: none;
}
@media screen and (max-width: 300px) {
  .show_300 {
    display: block;
  }
}

.zIndex-1 {
  z-index: -1;
}

.zIndex0 {
  z-index: 0;
}

.zIndex1 {
  z-index: 1;
}

.zIndex2 {
  z-index: 2;
}

.zIndex3 {
  z-index: 3;
}

.zIndex4 {
  z-index: 4;
}

.zIndex5 {
  z-index: 5;
}

.zIndex6 {
  z-index: 6;
}

.zIndex7 {
  z-index: 7;
}

.zIndex8 {
  z-index: 8;
}

.zIndex9 {
  z-index: 9;
}

.zIndex10 {
  z-index: 10;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  color: #1c2e69;
}

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 20px;
}

h1, .h1, h2, .h2, h6, .h6 {
  text-transform: uppercase;
}

h1, .h1, h2, .h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  h1, .h1, h2, .h2 {
    margin-bottom: 20px;
  }
}

h1, .h1 {
  font: 700 60px/1.3 "brandon-grotesque", sans-serif;
}
@media screen and (max-width: 1600px) {
  h1, .h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1400px) {
  h1, .h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1200px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  h1, .h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 500px) {
  h1, .h1 {
    font-size: 34px;
  }
}

h2, .h2 {
  font: 700 30px/1.3 "brandon-grotesque", sans-serif;
}
@media screen and (max-width: 1400px) {
  h2, .h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  h2, .h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  h2, .h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 22px;
  }
}

h3, .h3 {
  font: 30px/1.3 "roboto", sans-serif;
}
@media screen and (max-width: 1400px) {
  h3, .h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  h3, .h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  h3, .h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  h3, .h3 {
    font-size: 22px;
  }
}

h4, .h4 {
  font: 22px/1.5 "roboto", sans-serif;
}
@media screen and (max-width: 1024px) {
  h4, .h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  h4, .h4 {
    font-size: 18px;
  }
}

h5, .h5 {
  font: 700 20px/1.1 "roboto", sans-serif;
}
@media screen and (max-width: 1024px) {
  h5, .h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  h5, .h5 {
    font-size: 18px;
  }
}

h6, .h6 {
  font: 12px/1.5 "brandon-grotesque", sans-serif;
  color: #a1a2a2;
  letter-spacing: 1px;
}

p {
  margin: 0 0 20px 0;
  font: 18px/1.5 "roboto", sans-serif;
  color: #1c2e69;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 16px;
  }
}

a {
  display: inline-block;
  font: 700 14px/1 "brandon-grotesque", sans-serif;
  color: #f68b52;
  text-decoration: none;
  cursor: pointer;
}

.link {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 30px;
  font: 700 12px/1.5 "brandon-grotesque", sans-serif;
  color: #1c2e69;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: color 300ms, padding 300ms;
  transition: color 300ms, padding 300ms;
}
.link:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  top: 8px;
  left: 0;
  background: #f68b52;
  -webkit-transition: width 300ms;
  transition: width 300ms;
}
.link:hover {
  padding: 0 0 0 40px;
  color: #f68b52;
}
.link:hover:before {
  width: 30px;
}

.linkLine {
  position: relative;
  display: inline-block;
  font: 16px/1.2 "roboto", sans-serif;
  color: #1c2e69;
  letter-spacing: 1px;
}
.linkLine:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #13c164;
  bottom: 0px;
  right: 100%;
  left: 0;
  overflow: hidden;
  -webkit-transition: right 300ms;
  transition: right 300ms;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
}
.linkLine:hover:after {
  right: 0;
}

#overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  z-index: 9;
  -webkit-transition: background 500ms ease, visibility 0ms ease 300ms;
  transition: background 500ms ease, visibility 0ms ease 300ms;
}

.paddingRight60 {
  padding-right: 60px;
}
.paddingRight60 .col10 {
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .paddingRight60 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .paddingRight60 {
    padding-left: 20px;
  }
}

.c-large-title, .dynamic h2 {
  font: 700 30px/1.5 "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  color: #1c2e69;
}
@media screen and (max-width: 1024px) {
  .c-large-title, .dynamic h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .c-large-title, .dynamic h2 {
    font-size: 24px;
  }
}

.c-medium-title, .dynamic h3 {
  font: 700 22px/1.5 "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  color: #1c2e69;
}
@media screen and (max-width: 768px) {
  .c-medium-title, .dynamic h3 {
    font-size: 20px;
  }
}

.c-small-title, .dynamic h4 {
  font: 700 20px/1.5 "roboto", sans-serif;
  color: #1c2e69;
}
@media screen and (max-width: 768px) {
  .c-small-title, .dynamic h4 {
    font-size: 18px;
  }
}

.c-paragraph, .dynamic p, .c-table table tr th, .dynamic .table-wrapper table tr th,
.c-table table tr td,
.dynamic .table-wrapper table tr td, .c-list li, .dynamic ul li, .dynamic ol li, .c-underlined-link, .dynamic a:not(.primary-button):not(.secondary-button):not(.docs) {
  font-family: "roboto", sans-serif;
  font-size: var(--paragraph-font-size);
  line-height: var(--paragraph-line-height);
  color: #1c2e69;
}

.c-note, .dynamic .fr-img-caption.fr-dib .fr-img-wrap .fr-inner, .dynamic pre {
  font-family: "roboto", sans-serif;
  font-size: 14px;
  line-height: 1.7em;
  color: #1c2e69;
  white-space: normal;
}

.c-quote, .dynamic blockquote {
  padding-left: 30px;
  border-left: 10px solid #13c164;
}
@media screen and (max-width: 1024px) {
  .c-quote, .dynamic blockquote {
    padding-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .c-quote, .dynamic blockquote {
    padding-left: 20px;
  }
}
@media screen and (max-width: 500px) {
  .c-quote, .dynamic blockquote {
    padding-left: 15px;
    border-width: 4px;
  }
}
.c-quote, .dynamic blockquote, .c-quote p, .dynamic blockquote p {
  margin: 0;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5em;
}

.c-underlined-link, .dynamic a:not(.primary-button):not(.secondary-button):not(.docs) {
  text-decoration: none;
}
.c-underlined-link span, .dynamic a:not(.primary-button):not(.secondary-button):not(.docs) span {
  font-family: "roboto", sans-serif;
  font-weight: 500;
  box-shadow: inset 0 -0.1em 0 0 #13c164;
  transition: color 300ms var(--out-cubic);
}
.c-underlined-link:hover span, .dynamic a:hover:not(.primary-button):not(.secondary-button):not(.docs) span {
  color: #13c164;
}
.c-underlined-link svg, .dynamic a:not(.primary-button):not(.secondary-button):not(.docs) svg {
  margin-left: 0.1111111111em;
  width: 0.6111111111em;
  height: 0.6111111111em;
  fill: #13c164;
  transition: fill 300ms var(--out-cubic);
}
.c-underlined-link[href$=".pdf"] svg, .dynamic a[href$=".pdf"]:not(.primary-button):not(.secondary-button):not(.docs) svg, .c-underlined-link[href$=".doc"] svg, .dynamic a[href$=".doc"]:not(.primary-button):not(.secondary-button):not(.docs) svg, .c-underlined-link[href$=".zip"] svg, .dynamic a[href$=".zip"]:not(.primary-button):not(.secondary-button):not(.docs) svg {
  width: 0.6666666667em;
  height: 0.6666666667em;
}

.c-button, #cc--main #cm #c-inr #c-bns .c-bn,
#cc--main #s-inr .c-bn:not(#s-c-bn), .dynamic a.secondary-button, .dynamic a.primary-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 18px 25px;
  gap: var(--button-gap, 10px);
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: var(--button-color);
  background-color: var(--button-background-color);
  border: 2px solid var(--button-border-color);
  text-decoration: none;
  cursor: pointer;
  transition: color 300ms, border-color 300ms;
}
.c-button span, #cc--main #cm #c-inr #c-bns .c-bn span,
#cc--main #s-inr .c-bn:not(#s-c-bn) span, .dynamic a.secondary-button span, .dynamic a.primary-button span {
  position: relative;
  top: 0.1em;
  z-index: 1;
}
.c-button svg, #cc--main #cm #c-inr #c-bns .c-bn svg,
#cc--main #s-inr .c-bn:not(#s-c-bn) svg, .dynamic a.secondary-button svg, .dynamic a.primary-button svg {
  content: "";
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  width: var(--button-svg-size, var(--button-svg-width));
  height: var(--button-svg-size, var(--button-svg-height));
  fill: var(--button-svg-color);
  stroke: none;
  transition: fill 300ms;
  z-index: 1;
}
.c-button[target=_blank] svg, #cc--main #cm #c-inr #c-bns [target=_blank].c-bn svg,
#cc--main #s-inr [target=_blank].c-bn:not(#s-c-bn) svg, .dynamic a[target=_blank].secondary-button svg, .dynamic a[target=_blank].primary-button svg {
  --button-svg-size: 11px;
}
.c-button[href$=".pdf"] svg, #cc--main #cm #c-inr #c-bns [href$=".pdf"].c-bn svg,
#cc--main #s-inr [href$=".pdf"].c-bn:not(#s-c-bn) svg, .dynamic a[href$=".pdf"].secondary-button svg, .dynamic a[href$=".pdf"].primary-button svg, .c-button[href$=".doc"] svg, #cc--main #cm #c-inr #c-bns [href$=".doc"].c-bn svg,
#cc--main #s-inr [href$=".doc"].c-bn:not(#s-c-bn) svg, .dynamic a[href$=".doc"].secondary-button svg, .dynamic a[href$=".doc"].primary-button svg, .c-button[href$=".zip"] svg, #cc--main #cm #c-inr #c-bns [href$=".zip"].c-bn svg,
#cc--main #s-inr [href$=".zip"].c-bn:not(#s-c-bn) svg, .dynamic a[href$=".zip"].secondary-button svg, .dynamic a[href$=".zip"].primary-button svg {
  --button-svg-size: 12px;
}
.c-button::after, #cc--main #cm #c-inr #c-bns .c-bn::after,
#cc--main #s-inr .c-bn:not(#s-c-bn)::after, .dynamic a.secondary-button::after, .dynamic a.primary-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0;
  background-color: var(--button-background-color-after);
  transition: all 300ms;
}
.c-button:hover::after, #cc--main #cm #c-inr #c-bns .c-bn:hover::after,
#cc--main #s-inr .c-bn:hover:not(#s-c-bn)::after, .dynamic a.secondary-button:hover::after, .dynamic a.primary-button:hover::after {
  right: 0;
}
.c-button:disabled, #cc--main #cm #c-inr #c-bns .c-bn:disabled,
#cc--main #s-inr .c-bn:disabled:not(#s-c-bn), .dynamic a.secondary-button:disabled, .dynamic a.primary-button:disabled {
  --button-color: #597180;
  --button-background-color: unset;
  --button-background-color-after: unset;
  --button-border-color: #597180;
  opacity: 0.7;
  pointer-events: none;
}
.c-button--full-white {
  --button-color: #1c2e69;
  --button-background-color: white;
  --button-background-color-after: white;
  --button-border-color: white;
}
.c-button--full-white svg {
  --button-svg-color: #1c2e69;
}
.c-button--full-white:hover {
  --button-color: white;
  --button-background-color: white;
  --button-background-color-after: #f68b52;
  --button-border-color: #f68b52;
}
.c-button--full-white:hover svg {
  --button-svg-color: white;
}
.c-button--empty-orange, #cc--main #cm #c-inr #c-bns #c-p-bn,
#cc--main #s-inr #s-sv-bn, .dynamic a.primary-button {
  --button-color: #1c2e69;
  --button-background-color: transparent;
  --button-background-color-after: #f68b52;
  --button-border-color: #f68b52;
}
.c-button--empty-orange svg, #cc--main #cm #c-inr #c-bns #c-p-bn svg,
#cc--main #s-inr #s-sv-bn svg, .dynamic a.primary-button svg {
  --button-svg-color: #1c2e69;
}
.c-button--empty-orange:hover, #cc--main #cm #c-inr #c-bns #c-p-bn:hover,
#cc--main #s-inr #s-sv-bn:hover, .dynamic a.primary-button:hover {
  --button-color: white;
  --button-background-color: transparent;
  --button-background-color-after: #f68b52;
  --button-border-color: #f68b52;
}
.c-button--empty-orange:hover svg, #cc--main #cm #c-inr #c-bns #c-p-bn:hover svg,
#cc--main #s-inr #s-sv-bn:hover svg, .dynamic a.primary-button:hover svg {
  --button-svg-color: white;
}
.c-button--empty-blue, #cc--main #cm #c-inr #c-bns #c-s-bn,
#cc--main #cm #c-inr #c-bns #c-t-bn,
#cc--main #s-inr #s-all-bn,
#cc--main #s-inr #s-rall-bn, .dynamic a.secondary-button {
  --button-color: #1c2e69;
  --button-background-color: transparent;
  --button-background-color-after: #1c2e69;
  --button-border-color: #1c2e69;
}
.c-button--empty-blue svg, #cc--main #cm #c-inr #c-bns #c-s-bn svg,
#cc--main #cm #c-inr #c-bns #c-t-bn svg,
#cc--main #s-inr #s-all-bn svg,
#cc--main #s-inr #s-rall-bn svg, .dynamic a.secondary-button svg {
  --button-svg-color: #1c2e69;
}
.c-button--empty-blue:hover, #cc--main #cm #c-inr #c-bns #c-s-bn:hover,
#cc--main #cm #c-inr #c-bns #c-t-bn:hover,
#cc--main #s-inr #s-all-bn:hover,
#cc--main #s-inr #s-rall-bn:hover, .dynamic a.secondary-button:hover {
  --button-color: white;
  --button-background-color: transparent;
  --button-background-color-after: #1c2e69;
  --button-border-color: #1c2e69;
}
.c-button--empty-blue:hover svg, #cc--main #cm #c-inr #c-bns #c-s-bn:hover svg,
#cc--main #cm #c-inr #c-bns #c-t-bn:hover svg,
#cc--main #s-inr #s-all-bn:hover svg,
#cc--main #s-inr #s-rall-bn:hover svg, .dynamic a.secondary-button:hover svg {
  --button-svg-color: white;
}
.c-button--empty-white {
  --button-color: white;
  --button-background-color: transparent;
  --button-background-color-after: white;
  --button-border-color: white;
}
.c-button--empty-white svg {
  --button-svg-color: white;
}
.c-button--empty-white:hover {
  --button-color: white;
  --button-background-color: transparent;
  --button-background-color-after: #f68b52;
  --button-border-color: #f68b52;
}
.c-button--empty-white:hover svg {
  --button-svg-color: white;
}
.c-button--empty-green {
  --button-color: #1c2e69;
  --button-background-color: transparent;
  --button-background-color-after: #13c164;
  --button-border-color: #13c164;
}
.c-button--empty-green svg {
  --button-svg-color: #1c2e69;
}
.c-button--empty-green:hover {
  --button-color: white;
  --button-background-color: transparent;
  --button-background-color-after: #13c164;
  --button-border-color: #13c164;
}
.c-button--empty-green:hover svg {
  --button-svg-color: white;
}

.c-list li p, .dynamic ul li p, .dynamic ol li p {
  margin: 0;
}
.c-list li:not(:first-child), .dynamic ul li:not(:first-child), .dynamic ol li:not(:first-child) {
  margin-top: 12px;
}
.c-list li ol, .dynamic ul li ol, .dynamic ol li ol,
.c-list li ul,
.dynamic ul li ul,
.dynamic ol li ul {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 0;
}
.c-list li ol li:not(:first-child), .dynamic ul li ol li:not(:first-child), .dynamic ol li ol li:not(:first-child),
.c-list li ul li:not(:first-child),
.dynamic ul li ul li:not(:first-child),
.dynamic ol li ul li:not(:first-child) {
  margin-top: 10px;
}
.c-list--unordered, .dynamic ul {
  --unordered-list-padding: 20px;
}
@media screen and (max-width: 500px) {
  .c-list--unordered, .dynamic ul {
    --unordered-list-padding: 15px;
  }
}
.c-list--unordered > li, .dynamic ul > li {
  width: calc(100% - var(--unordered-list-padding));
  position: relative;
  left: var(--unordered-list-padding);
}
.c-list--unordered > li::before, .dynamic ul > li::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(var(--paragraph-line-height) / 2);
  transform: translate(calc(0px - var(--unordered-list-padding)), -50%);
  background-color: #13c164;
  border: 1px solid #13c164;
  border-radius: 50%;
  box-sizing: border-box;
}
.c-list--unordered > li > ul li::before, .dynamic ul > li > ul li::before {
  background-color: transparent;
}
.c-list--unordered > li > ul li > ul li::before, .dynamic ul > li > ul li > ul li::before {
  background-color: #13c164;
}
.c-list--ordered, .dynamic ol {
  --ordered-list-padding: 50px;
  list-style: none;
  counter-reset: li;
}
@media screen and (max-width: 768px) {
  .c-list--ordered, .dynamic ol {
    --ordered-list-padding: 25px;
  }
}
@media screen and (max-width: 500px) {
  .c-list--ordered, .dynamic ol {
    --ordered-list-padding: 20px;
  }
}
.c-list--ordered > li, .dynamic ol > li {
  width: calc(100% - var(--ordered-list-padding));
  position: relative;
  left: var(--ordered-list-padding);
}
.c-list--ordered > li::before, .dynamic ol > li::before {
  content: counter(li) ".";
  counter-increment: li;
  display: inline-block;
  position: absolute;
  transform: translateX(calc(0px - var(--ordered-list-padding)));
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  color: #13c164;
}
.c-list--ordered > li ol > li::before, .dynamic ol > li ol > li::before {
  content: counter(li, lower-alpha) ".";
}
@media screen and (min-width: 769px) {
  .c-list--ordered > li ol > li ol > li, .dynamic ol > li ol > li ol > li {
    padding-left: 40px;
  }
}
.c-list--ordered > li ol > li ol > li::before, .dynamic ol > li ol > li ol > li::before {
  content: counter(li, lower-roman) ".";
}

.c-table, .dynamic .table-wrapper {
  overflow-x: auto;
}
.c-table table, .dynamic .table-wrapper table {
  overflow-x: hidden;
  border-collapse: collapse;
  margin-right: 0 !important;
}
.c-table table tr th, .dynamic .table-wrapper table tr th,
.c-table table tr td,
.dynamic .table-wrapper table tr td {
  padding: 20px 35px;
  border: 1px solid #bdbdbd;
}
@media screen and (max-width: 1024px) {
  .c-table table tr th, .dynamic .table-wrapper table tr th,
  .c-table table tr td,
  .dynamic .table-wrapper table tr td {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-table table tr th, .dynamic .table-wrapper table tr th,
  .c-table table tr td,
  .dynamic .table-wrapper table tr td {
    padding: 18px 25px;
  }
}
@media screen and (max-width: 500px) {
  .c-table table tr th, .dynamic .table-wrapper table tr th,
  .c-table table tr td,
  .dynamic .table-wrapper table tr td {
    padding: 16px 20px;
  }
}
.c-table table tr th > :first-child, .dynamic .table-wrapper table tr th > :first-child,
.c-table table tr td > :first-child,
.dynamic .table-wrapper table tr td > :first-child {
  margin-top: 0;
}
.c-table table tr th > *:last-child, .dynamic .table-wrapper table tr th > *:last-child,
.c-table table tr td > *:last-child,
.dynamic .table-wrapper table tr td > *:last-child {
  margin-bottom: 0 !important;
}
.c-table table tr th, .dynamic .table-wrapper table tr th,
.c-table table tr td.table-header,
.dynamic .table-wrapper table tr td.table-header {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  color: white;
  text-align: left;
  background-color: #1c2e69;
  border-top-color: #1c2e69;
  border-bottom-color: #1c2e69;
}
.c-table table tr th:first-child, .dynamic .table-wrapper table tr th:first-child,
.c-table table tr td.table-header:first-child,
.dynamic .table-wrapper table tr td.table-header:first-child {
  border-left-color: #1c2e69;
}
.c-table table tr th:last-child, .dynamic .table-wrapper table tr th:last-child,
.c-table table tr td.table-header:last-child,
.dynamic .table-wrapper table tr td.table-header:last-child {
  border-right-color: #1c2e69;
}
.c-table table tr td.table-secondary-header, .dynamic .table-wrapper table tr td.table-secondary-header {
  background-color: #f0f0f0;
}

.c-emphasis, .dynamic .emphasis {
  padding: var(--y-nus-45) var(--x-nus-40);
  border: 1px solid #bdbdbd;
  overflow: hidden;
}
.c-emphasis > :first-child, .dynamic .emphasis > :first-child {
  margin-top: 0;
}
.c-emphasis > :last-child, .dynamic .emphasis > :last-child {
  margin-bottom: 0;
}

.dynamic > :first-child {
  margin-top: 0 !important;
}
.dynamic > :last-child {
  margin-bottom: 0 !important;
}
.dynamic h2 + h3,
.dynamic h3 + h4 {
  margin-top: 0;
}
.dynamic h2 {
  margin-top: var(--y-65);
  margin-bottom: var(--y-30);
}
.dynamic h3 {
  margin-top: var(--y-65);
  margin-bottom: var(--y-30);
}
.dynamic h4 {
  margin-top: var(--y-65);
  margin-bottom: var(--y-30);
}
.dynamic p {
  margin-top: var(--y-25);
  margin-bottom: var(--y-25);
  --buttons-gap: 15px;
}
.dynamic p.buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  width: calc(100% + var(--buttons-gap));
  margin-left: calc(var(--buttons-gap) / -2);
  margin-right: calc(var(--buttons-gap) / -2);
}
.dynamic p.buttons > * {
  margin-right: calc(var(--buttons-gap) / 2);
  margin-left: calc(var(--buttons-gap) / 2);
  margin-top: 7px;
  margin-bottom: 7px;
}
.dynamic p.buttons--first {
  margin-top: 33px;
}
.dynamic p.buttons--last {
  margin-bottom: 33px;
}
.dynamic pre {
  margin: var(--y-25) 0;
}
.dynamic a:not(.primary-button):not(.secondary-button):not(.docs) svg {
  margin-left: 0.25em;
  margin-right: 0.35em;
}
.dynamic a:not(.primary-button):not(.secondary-button):not(.docs).link-image, .dynamic a:not(.primary-button):not(.secondary-button):not(.docs).link-image:hover {
  box-shadow: none;
}
.dynamic h2 a:not(.primary-button):not(.secondary-button):not(.docs),
.dynamic h3 a:not(.primary-button):not(.secondary-button):not(.docs),
.dynamic h4 a:not(.primary-button):not(.secondary-button):not(.docs),
.dynamic p a:not(.primary-button):not(.secondary-button):not(.docs),
.dynamic pre a:not(.primary-button):not(.secondary-button):not(.docs),
.dynamic blockquote a:not(.primary-button):not(.secondary-button):not(.docs) {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.dynamic li a:not(.primary-button):not(.secondary-button):not(.docs), .dynamic p a:not(.primary-button):not(.secondary-button):not(.docs) {
  font-family: "roboto", sans-serif;
  font-weight: 500;
}
.dynamic li b a:not(.primary-button):not(.secondary-button):not(.docs), .dynamic li strong a:not(.primary-button):not(.secondary-button):not(.docs), .dynamic p b a:not(.primary-button):not(.secondary-button):not(.docs), .dynamic p strong a:not(.primary-button):not(.secondary-button):not(.docs) {
  font-family: inherit;
}
.dynamic ol,
.dynamic ul {
  margin: var(--y-30) 0;
}
.dynamic blockquote {
  margin: var(--y-35) 0;
}
.dynamic .table-wrapper {
  margin-top: var(--y-30);
  margin-bottom: var(--y-65);
}
.dynamic .emphasis {
  margin-top: var(--y-30);
  margin-bottom: var(--y-65);
}
.dynamic .table-wrapper + pre,
.dynamic .emphasis + pre {
  margin-top: calc(0px - var(--y-45));
}
.dynamic .table-wrapper + .table-wrapper, .dynamic .table-wrapper + .emphasis,
.dynamic .emphasis + .table-wrapper,
.dynamic .emphasis + .emphasis {
  margin-top: calc(0px - var(--y-35));
}
.dynamic strong,
.dynamic b {
  font-family: "roboto", sans-serif;
  font-weight: 700;
}
.dynamic em,
.dynamic i {
  font-style: italic;
}
.dynamic sup {
  position: relative;
  top: -0.3em;
  font-size: max(0.7em, 1.2rem);
  vertical-align: baseline;
}
.dynamic sub {
  position: relative;
  top: 0.3em;
  font-size: max(0.7em, 1.2rem);
  vertical-align: baseline;
}
.dynamic .fr-video.fr-dvb .videoWrapper {
  display: block;
  float: none;
  margin: 30px auto;
}
.dynamic .fr-video.fr-dvb.fr-fvl .videoWrapper {
  margin-left: 0;
}
.dynamic .fr-video.fr-dvb.fr-fvr .videoWrapper {
  margin-right: 0;
}
.dynamic .fr-video.fr-dvi .videoWrapper {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  width: 100%;
}
.dynamic .fr-video.fr-dvi.fr-fvl .videoWrapper {
  float: left;
  margin: 10px 20px 10px 0;
}
.dynamic .fr-video.fr-dvi.fr-fvr .videoWrapper {
  float: right;
  margin: 10px 0 10px 20px;
}
.dynamic .fr-video .videoWrapper {
  max-width: 560px;
}
.dynamic .fr-video .videoWrapper .ytVideo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.dynamic .fr-video .videoWrapper .ytVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.dynamic video {
  max-width: 560px;
  width: 100%;
}
.dynamic img {
  position: relative;
  max-width: 100%;
}
.dynamic img.fr-dib {
  display: block;
  float: none;
  margin: 30px auto;
}
.dynamic img.fr-dib.fr-fil {
  margin-left: 0;
}
.dynamic img.fr-dib.fr-fir {
  margin-right: 0;
}
.dynamic img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
}
.dynamic img.fr-dii.fr-fil {
  float: left;
  margin: 10px 20px 10px 0;
}
.dynamic img.fr-dii.fr-fir {
  float: right;
  margin: 10px 0 10px 20px;
}
.dynamic .fr-img-caption img {
  width: 100%;
}
.dynamic .fr-img-caption.fr-dib {
  display: block;
  float: none;
  margin: 30px auto;
  text-align: center;
}
.dynamic .fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
.dynamic .fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
.dynamic .fr-img-caption.fr-dib .fr-img-wrap .fr-inner {
  display: block;
}
.dynamic .fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  text-align: center;
  vertical-align: bottom;
}
.dynamic .fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin-left: 0;
  text-align: left;
}
.dynamic .fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin-right: 0;
  text-align: right;
}
.dynamic span.fr-fic.oc-img-rounded img,
.dynamic img.fr-fic.oc-img-rounded {
  border-radius: 100%;
  background-clip: padding-box;
}
.dynamic span.fr-fic.oc-img-bordered img,
.dynamic img.fr-fic.oc-img-bordered {
  border: solid 10px #ccc;
}
.dynamic--rubric h3 {
  font: 700 22px/1.5 "roboto", sans-serif;
  color: #1c2e69;
  margin-top: 50px;
  margin-bottom: 25px;
}
@media screen and (max-width: 375px) {
  .dynamic--rubric h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 320px) {
  .dynamic--rubric h3 {
    font-size: 20px;
  }
}
.dynamic--rubric h4 {
  font: 700 18px/1.5 "roboto", sans-serif;
  margin-top: 50px;
  margin-bottom: 25px;
}

form {
  display: block;
  width: 100%;
}

div.error {
  position: absolute;
  padding-top: 7px;
  top: 100%;
  font: 12px/1 "roboto", sans-serif;
  color: #1c2e69;
}

.input-field {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .input-field {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 600px) {
  .input-field {
    margin-bottom: 45px;
  }
}
.input-field input {
  width: 100%;
  height: 45px;
  padding: 0px 0;
  border: none;
  border-bottom: solid 1px #1c2e69;
  font: 18px/45px "roboto", sans-serif;
  color: #1c2e69;
  background: transparent;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.input-field input:focus {
  border-bottom-color: #13c164;
  box-shadow: 0 1px 0 0 #13c164;
}
.input-field input.valid {
  border-bottom: 1px solid #13c164;
  box-shadow: 0 1px 0 0 #13c164;
}
.input-field label {
  position: absolute;
  top: 0px;
  left: 0;
  font: 18px/45px "roboto", sans-serif;
  color: #1c2e69;
  cursor: text;
  -webkit-transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.input-field input:focus + label,
.input-field input.valid + label,
.input-field input.error + label {
  top: -12px;
  font-size: 11px;
  line-height: 12px;
  color: #a1a2a2;
  cursor: default;
  pointer-events: none;
}
.input-field input.vide + label {
  top: 0px;
  font: 16px/45px "brandon-grotesque", sans-serif;
  color: #1c2e69;
}

.input-field textarea {
  width: 100%;
  height: 45px;
  min-height: 0;
  padding: 15px 0 0 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #1c2e69;
  font: 18px/1.1 "roboto", sans-serif;
  color: #1c2e69;
  resize: none;
  overflow: hidden;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.input-field textarea:focus {
  min-height: 90px;
  border-bottom: 1px solid #13c164;
  box-shadow: 0 1px 0 0 #13c164;
}
.input-field textarea.valid {
  min-height: 90px;
  border-bottom: 1px solid #13c164;
  box-shadow: 0 1px 0 0 #13c164;
}
.input-field textarea:focus + label,
.input-field textarea.valid + label {
  height: 90px;
  top: -12px;
  font-size: 11px;
  line-height: 12px;
  color: #1c2e69;
  cursor: default;
  pointer-events: none;
}

.checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  font: 15px/1 "roboto", sans-serif;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox .icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) translateY(-1.5px);
  transform: translateY(-50%) translateY(-1.5px);
  -webkit-transition: background 300ms;
  transition: background 300ms;
}
.checkbox .icon:after {
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(45deg) scale(0.5);
  -ms-transform: rotate(45deg) scale(0.5);
  transform: rotate(45deg) scale(0.5);
  -webkit-transition: transform 300ms, opacity 300ms, visibility 0ms ease 300ms;
  transition: transform 300ms, opacity 300ms, visibility 0ms ease 300ms;
}
.checkbox input:checked ~ .icon {
  background-color: #fff;
}
.checkbox input:checked ~ .icon:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 300ms, opacity 300ms;
  transition: transform 300ms, opacity 300ms;
}
.checkbox .icon:after {
  left: 6.5px;
  top: 3.5px;
  width: 3px;
  height: 8px;
  border: solid #13c164;
  border-width: 0 2px 2px 0;
}

.input-box {
  display: inline-block;
  position: relative;
}
.input-box input {
  width: 480px;
  height: 84px;
  padding: 2px 115px 0 35px;
  font: 16px/1px "roboto", sans-serif;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  -webkit-appearance: none;
}
@media screen and (max-width: 1200px) {
  .input-box input {
    width: 360px;
    padding: 2px 95px 0 35px;
    height: 64px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .input-box input {
    width: 250px;
    padding: 2px 85px 0 15px;
    height: 54px;
    font-size: 12px;
  }
}
.input-box label {
  position: absolute;
  top: 3px;
  left: 35px;
  font: 16px/80px "roboto", sans-serif;
  color: #fff;
  opacity: 1;
  visibility: visible;
  cursor: text;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media screen and (max-width: 1200px) {
  .input-box label {
    line-height: 60px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .input-box label {
    line-height: 50px;
    font-size: 12px;
    left: 15px;
  }
}
.input-box a {
  position: absolute;
  padding-top: 2px;
  width: 80px;
  top: 0;
  right: 0;
  line-height: 80px;
  text-align: center;
  border: 1px solid #fff;
  -webkit-transition: right 300ms;
  transition: right 300ms;
}
@media screen and (max-width: 1200px) {
  .input-box a {
    width: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 600px) {
  .input-box a {
    width: 50px;
    line-height: 50px;
  }
}
.input-box a:hover:after {
  right: 0%;
}
.input-box a:hover span svg line, .input-box a:hover span svg polyline {
  stroke: #13c164;
}
.input-box a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-transition: right 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: right 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.input-box a span {
  position: relative;
  z-index: 1;
}
.input-box a span svg {
  width: 59px;
  height: 10px;
}
@media screen and (max-width: 600px) {
  .input-box a span svg {
    width: 30px;
  }
}
.input-box a span svg polyline, .input-box a span svg line {
  stroke: #fff;
  -webkit-transition: stroke 300ms;
  transition: stroke 300ms;
}
.input-box > input:focus + label, .input-box > input.error + label, .input-box > input.valid + label, .input-box > input.pasVide + label {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 300ms, visibility 0ms ease 300ms;
  transition: opacity 300ms, visibility 0ms ease 300ms;
}

.uploadBtnWrapper {
  position: relative;
  width: 100%;
  display: inline-block;
}
.uploadBtnWrapper input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.uploadBtnWrapper .btnUpload {
  display: block;
  position: relative;
  width: 100%;
  min-height: 68px;
  padding: 25px 60px 25px 25px;
  background: #fff;
  font: 500 18px/1 "roboto", sans-serif;
  color: #1c2e69;
  text-align: left;
  border: none;
  cursor: pointer;
  -webkit-transition: background 300ms, color 300ms;
  transition: background 300ms, color 300ms;
}
.uploadBtnWrapper .btnUpload svg {
  position: absolute;
  width: 25px;
  height: 25px;
  top: calc(50% - 10px);
  right: 25px;
  stroke: #13c164;
  -webkit-transition: stroke 300ms;
  transition: stroke 300ms;
}
.uploadBtnWrapper .btnUpload svg line, .uploadBtnWrapper .btnUpload svg polyline, .uploadBtnWrapper .btnUpload svg path {
  stroke: #13c164;
  -webkit-transition: stroke 300ms;
  transition: stroke 300ms;
}
.uploadBtnWrapper .btnUpload:hover {
  color: #fff;
  background: #1c2e69;
}
.uploadBtnWrapper .btnUpload:hover svg {
  stroke: #fff;
}
.uploadBtnWrapper .btnUpload:hover svg line, .uploadBtnWrapper .btnUpload:hover svg polyline, .uploadBtnWrapper .btnUpload:hover svg path {
  stroke: #fff;
}

.tiroirs {
  --tiroir-header-padding-right: 80px;
  --tiroir-header-padding-left: 60px;
  --tiroir-content-padding-top: 50px;
  --tiroir-content-padding-bottom: 50px;
  --tiroir-content-padding-right: 80px;
  --tiroir-content-padding-left: 60px;
}
@media screen and (max-width: 1500px) {
  .tiroirs {
    --tiroir-header-padding-right: 60px;
    --tiroir-header-padding-left: 50px;
    --tiroir-content-padding-right: 60px;
    --tiroir-content-padding-left: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .tiroirs {
    --tiroir-header-padding-right: 50px;
    --tiroir-header-padding-left: 40px;
    --tiroir-content-padding-right: 50px;
    --tiroir-content-padding-left: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .tiroirs {
    --tiroir-header-padding-right: 40px;
    --tiroir-header-padding-left: 40px;
    --tiroir-content-padding-top: 40px;
    --tiroir-content-padding-bottom: 40px;
    --tiroir-content-padding-right: 40px;
    --tiroir-content-padding-left: 40px;
  }
}
@media screen and (max-width: 600px) {
  .tiroirs {
    --tiroir-header-padding-right: 30px;
    --tiroir-header-padding-left: 30px;
    --tiroir-content-padding-top: 30px;
    --tiroir-content-padding-bottom: 30px;
    --tiroir-content-padding-right: 30px;
    --tiroir-content-padding-left: 30px;
  }
}

.tiroirs {
  margin: 0;
  max-width: none;
  list-style-type: none;
}
.tiroirs .tiroir-header {
  display: flex;
  align-items: center;
  min-height: 120px;
  padding: 20px var(--tiroir-header-padding-right) 20px var(--tiroir-header-padding-left);
  cursor: pointer;
  transition: background-color 400ms;
}
@media screen and (max-width: 1200px) {
  .tiroirs .tiroir-header {
    min-height: 100px;
  }
}
.tiroirs .tiroir-header__picture {
  position: relative;
  flex-shrink: 0;
  width: 160px;
  height: 90px;
  margin-right: 30px;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  .tiroirs .tiroir-header__picture {
    display: none;
  }
}
.tiroirs .tiroir-header__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.tiroirs .tiroir-header__text {
  flex: 1;
  padding-right: 50px;
}
.tiroirs .tiroir-header__surtitle {
  display: block;
  font-family: "roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3em;
  transition: color 400ms;
  margin-bottom: 10px;
}
.tiroirs .tiroir-header__title {
  font-family: "roboto", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2em;
  text-transform: none;
  transition: color 400ms;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .tiroirs .tiroir-header__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .tiroirs .tiroir-header__title {
    font-size: 18px;
  }
}
.tiroirs .tiroir-header__plus-container {
  position: relative;
}
.tiroirs .tiroir-header__plus {
  position: relative;
  width: 22px;
  height: 22px;
}
.tiroirs .tiroir-header__plus::before, .tiroirs .tiroir-header__plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 400ms, background-color 400ms;
}
.tiroirs .tiroir-header__plus::before {
  width: 2px;
  height: 22px;
}
.tiroirs .tiroir-header__plus::after {
  width: 22px;
  height: 2px;
}
.tiroirs .tiroir.open .tiroir-header .tiroir-header__plus::before {
  background: transparent !important;
  transform: scaleY(0);
}
.tiroirs .tiroir-content {
  overflow: hidden;
  height: 0px;
  max-width: 100%;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 300ms, transform 300ms;
}
.tiroirs .tiroir-content > *:first-child {
  padding-top: var(--tiroir-content-padding-top);
}
.tiroirs .tiroir-content > .tiroir-content__dynamic,
.tiroirs .tiroir-content > .tiroir-content__gallery,
.tiroirs .tiroir-content > .tiroir-content__documents {
  padding-right: var(--tiroir-content-padding-right);
  padding-left: var(--tiroir-content-padding-left);
  padding-bottom: var(--tiroir-content-padding-bottom);
}
.tiroirs .tiroir-content > .tiroir-content__liste-a-bande {
  padding-top: 0;
}
.tiroirs .tiroir.open .tiroir-content {
  opacity: 1;
  transform: translateY(0);
  transition: transform 500ms ease 100ms, opacity 500ms ease 100ms;
}

.tiroirs.style1 .tiroir {
  background-color: white;
  border-bottom: 1px solid rgba(161, 162, 162, 0.3);
}
.tiroirs.style1 .tiroir:first-child {
  border-top: 1px solid rgba(161, 162, 162, 0.3);
}
.tiroirs.style1 .tiroir-header {
  background-color: white;
}
.tiroirs.style1 .tiroir-header__surtitle {
  color: #1c2e69;
}
.tiroirs.style1 .tiroir-header__title {
  color: #1c2e69;
}
.tiroirs.style1 .tiroir-header__plus::before,
.tiroirs.style1 .tiroir-header__plus::after {
  background-color: #13c164;
}
.tiroirs.style1 .tiroir-header:hover,
.tiroirs.style1 .tiroir.open .tiroir-header {
  background-color: #1c2e69;
}
.tiroirs.style1 .tiroir-header:hover .tiroir-header__surtitle,
.tiroirs.style1 .tiroir-header:hover .tiroir-header__title,
.tiroirs.style1 .tiroir.open .tiroir-header .tiroir-header__surtitle,
.tiroirs.style1 .tiroir.open .tiroir-header .tiroir-header__title {
  color: white;
}
.tiroirs.style1 .tiroir-header:hover .tiroir-header__plus::before,
.tiroirs.style1 .tiroir-header:hover .tiroir-header__plus::after,
.tiroirs.style1 .tiroir.open .tiroir-header .tiroir-header__plus::before,
.tiroirs.style1 .tiroir.open .tiroir-header .tiroir-header__plus::after {
  background-color: white;
}

.tiroirs.style2 .tiroir {
  background-color: #f8f8f8;
}
.tiroirs.style2 .tiroir:not(:last-child) {
  margin-bottom: 20px;
}
.tiroirs.style2 .tiroir-header {
  background-color: #1c2e69;
}
.tiroirs.style2 .tiroir-header__surtitle {
  color: white;
}
.tiroirs.style2 .tiroir-header__title {
  color: white;
}
.tiroirs.style2 .tiroir-header__plus::before,
.tiroirs.style2 .tiroir-header__plus::after {
  background-color: white;
}
.tiroirs.style2 .tiroir-header:hover,
.tiroirs.style2 .tiroir.open .tiroir-header {
  background-color: rgba(28, 46, 105, 0.9);
}
.tiroirs.style2 .tiroir-header:hover .tiroir-header__surtitle,
.tiroirs.style2 .tiroir-header:hover .tiroir-header__title,
.tiroirs.style2 .tiroir.open .tiroir-header .tiroir-header__surtitle,
.tiroirs.style2 .tiroir.open .tiroir-header .tiroir-header__title {
  color: white;
}
.tiroirs.style2 .tiroir-header:hover .tiroir-header__plus::before,
.tiroirs.style2 .tiroir-header:hover .tiroir-header__plus::after,
.tiroirs.style2 .tiroir.open .tiroir-header .tiroir-header__plus::before,
.tiroirs.style2 .tiroir.open .tiroir-header .tiroir-header__plus::after {
  background-color: white;
}

.tiroirs.styleDocument .tiroir {
  background-color: #f8f8f8;
}
.tiroirs-container:not(:first-child) .tiroir {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.tiroirs.styleDocument .tiroir-header {
  background-color: #1c2e69;
}
.tiroirs.styleDocument .tiroir-header__surtitle {
  color: white;
}
.tiroirs.styleDocument .tiroir-header__title {
  color: white;
}
.tiroirs.styleDocument .tiroir-header__plus::before,
.tiroirs.styleDocument .tiroir-header__plus::after {
  background-color: white;
}
.tiroirs.styleDocument .tiroir-header:hover,
.tiroirs.styleDocument .tiroir.open .tiroir-header {
  background-color: rgba(28, 46, 105, 0.9);
}
.tiroirs.styleDocument .tiroir-header:hover .tiroir-header__surtitle,
.tiroirs.styleDocument .tiroir-header:hover .tiroir-header__title,
.tiroirs.styleDocument .tiroir.open .tiroir-header .tiroir-header__surtitle,
.tiroirs.styleDocument .tiroir.open .tiroir-header .tiroir-header__title {
  color: white;
}
.tiroirs.styleDocument .tiroir-header:hover .tiroir-header__plus::before,
.tiroirs.styleDocument .tiroir-header:hover .tiroir-header__plus::after,
.tiroirs.styleDocument .tiroir.open .tiroir-header .tiroir-header__plus::before,
.tiroirs.styleDocument .tiroir.open .tiroir-header .tiroir-header__plus::after {
  background-color: white;
}
.tiroirs.styleDocument .tiroir-content .listeABande .texte {
  padding-left: var(--tiroir-content-padding-left);
}
.tiroirs.styleDocument .tiroir-content .listeABande .icone {
  padding-right: var(--tiroir-content-padding-right);
}

.tiroirs.styleTeam .tiroir-footer {
  position: relative;
}
.tiroirs.styleTeam .tiroir-footer__link-more,
.tiroirs.styleTeam .tiroir-footer__link-less {
  display: flex;
  align-items: center;
  font: 700 12px/1 "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 400ms;
}
.tiroirs.styleTeam .tiroir-footer__link-more > svg,
.tiroirs.styleTeam .tiroir-footer__link-less > svg {
  width: 10px;
  height: 5px;
  stroke: #1c2e69;
  transition: color 300ms, transform 400ms;
  margin-left: 14px;
}
.tiroirs.styleTeam .tiroir-footer__link-more {
  color: #1c2e69;
  transition-delay: 200ms;
}
.tiroirs.styleTeam .tiroir.open .tiroir-footer__link-more {
  opacity: 0;
  transition-delay: 0ms;
}
.tiroirs.styleTeam .tiroir-footer__link-less {
  position: absolute;
  top: 50%;
  left: 0;
  color: #f68b52;
  opacity: 0;
  transform: translateY(-50%);
  pointer-events: none;
  transition-delay: 0ms;
}
.tiroirs.styleTeam .tiroir.open .tiroir-footer__link-less {
  opacity: 1;
  pointer-events: all;
  transition-delay: 200ms;
}
.tiroirs.styleTeam .tiroir.open .tiroir-footer__link-less > svg {
  stroke: #f68b52;
  transform: rotate(180deg);
}
.tiroirs.styleTeam .tiroir-content > .tiroir-content__dynamic {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 20px;
}

.scrollFire {
  -webkit-transition-delay: 0ms !important;
  transition-delay: 0ms !important;
}

.scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 800ms, -webkit-transform 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 800ms, transform 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.fire {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.animation {
  opacity: 1;
  -webkit-transition: -webkit-transform 700ms ease 400ms, opacity 700ms ease 400ms;
  transition: transform 700ms ease 400ms, opacity 700ms ease 400ms;
}
.animation.slideUp, .animation.slideDown {
  -webkit-transform: none;
  transform: none;
}
.animation.delay1 {
  transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
}
.animation.delay2 {
  transition-delay: 1100ms;
  -webkit-transition-delay: 1100ms;
}
.animation.delay3 {
  transition-delay: 1400ms;
  -webkit-transition-delay: 1400ms;
}
.animation.delay4 {
  transition-delay: 1700ms;
  -webkit-transition-delay: 1700ms;
}

.transition .animation, .chargement .animation {
  opacity: 0;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.transition .animation.slideUp, .chargement .animation.slideUp {
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
}
@media screen and (max-width: 1024px) {
  .transition .animation.slideUp, .chargement .animation.slideUp {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}
.transition .animation.slideRight, .chargement .animation.slideRight {
  -webkit-transform: translateX(70px);
  transform: translateX(70px);
}
@media screen and (max-width: 1024px) {
  .transition .animation.slideRight, .chargement .animation.slideRight {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}
.transition .animation.slideDown, .chargement .animation.slideDown {
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
}
@media screen and (max-width: 1024px) {
  .transition .animation.slideDown, .chargement .animation.slideDown {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
.transition .animation.slideLeft, .chargement .animation.slideLeft {
  -webkit-transform: translateX(-70px);
  transform: translateX(-70px);
}
@media screen and (max-width: 1024px) {
  .transition .animation.slideLeft, .chargement .animation.slideLeft {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}
.transition .animation.delay1, .chargement .animation.delay1 {
  transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
}
.transition .animation.delay2, .chargement .animation.delay2 {
  transition-delay: 275ms;
  -webkit-transition-delay: 275ms;
}
.transition .animation.delay3, .chargement .animation.delay3 {
  transition-delay: 425ms;
  -webkit-transition-delay: 425ms;
}
.transition .animation.delay4, .chargement .animation.delay4 {
  transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
}

.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.floatingStop {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}

@keyframes floating {
  0% {
    transform: translateY(-15%);
  }
  60% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(-15%);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(-15%);
  }
  60% {
    -webkit-transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(-15%);
  }
}
#loaderbar {
  position: absolute;
  width: 0%;
  height: 5px;
  top: 118px;
  z-index: 5100;
  background-color: #fff;
  -webkit-transition: width 100ms;
  transition: width 100ms;
}
@media screen and (max-width: 1024px) {
  #loaderbar {
    top: 78px;
  }
}

#page-transition, #landing {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 5000;
  background: #fff;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: bottom 600ms, visibility 0ms ease 600ms;
  transition: bottom 600ms, visibility 0ms ease 600ms;
}
#page-transition .loaderAnimated, #landing .loaderAnimated {
  position: absolute;
  width: 150px;
  height: 10px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
#page-transition .loaderAnimated:after, #landing .loaderAnimated:after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #1c2e69;
  -webkit-animation: Loader 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: Loader 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#landing {
  z-index: 9000;
}

#page-transition {
  top: 118px;
}
@media screen and (max-width: 1024px) {
  #page-transition {
    top: 78px;
  }
}

.chargement #landing {
  bottom: 0%;
  visibility: visible;
  -webkit-transition: bottom 600ms cubic-bezier(0.215, 0.61, 0.355, 1) 600ms;
  transition: bottom 600ms cubic-bezier(0.215, 0.61, 0.355, 1) 600ms;
}
.chargement #landing .loaderAnimated {
  opacity: 1;
}

.transition #page-transition {
  bottom: 0%;
  visibility: visible;
  -webkit-transition: bottom 600ms cubic-bezier(0.215, 0.61, 0.355, 1) 600ms;
  transition: bottom 600ms cubic-bezier(0.215, 0.61, 0.355, 1) 600ms;
}
.transition #page-transition .loaderAnimated {
  opacity: 1;
  -webkit-transition: opacity 300ms linear 900ms;
  transition: opacity 300ms linear 900ms;
}

@-webkit-keyframes Loader {
  0% {
    width: 0;
    left: 0;
    opacity: 1;
  }
  70% {
    width: 100%;
    left: 0;
  }
  89% {
    width: 0;
    left: 150px;
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    width: 0;
    left: 0;
    opacity: 0;
  }
}
@keyframes Loader {
  0% {
    width: 0;
    left: 0;
    opacity: 1;
  }
  70% {
    width: 100%;
    left: 0;
  }
  89% {
    width: 0;
    left: 150px;
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    width: 0;
    left: 0;
    opacity: 0;
  }
}
.hamburger {
  display: inline-block;
  background: transparent;
  border: 0;
  font: inherit;
  color: inherit;
  text-transform: none;
  overflow: visible;
  cursor: pointer;
  z-index: 500;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.hamburger .box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 18px;
}
.hamburger .inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger .inner, .hamburger .inner::before, .hamburger .inner::after {
  width: 30px;
  height: 2px;
  background-color: #13c164;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger .inner::before, .hamburger .inner::after {
  content: "";
  display: block;
}
.hamburger .inner::before {
  top: -8px;
}
.hamburger .inner::after {
  bottom: -8px;
}

.spinAnim .inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.spinAnim .inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.spinAnim .inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.showMenuMobile .inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .showMenuMobile .inner {
    color: #1c2e69;
  }
}
.showMenuMobile .inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.showMenuMobile .inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .showMenuMobile .inner, .showMenuMobile .inner::before, .showMenuMobile .inner::after {
    background-color: #1c2e69;
  }
}

.c-gallery {
  --gallery-height: 400px;
  --gallery-margin: 20px;
}
@media screen and (max-width: 768px) {
  .c-gallery {
    --gallery-height: 335px;
  }
}
@media screen and (max-width: 500px) {
  .c-gallery {
    --gallery-height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .c-gallery {
    --gallery-margin: 15px;
  }
}
@media screen and (max-width: 500px) {
  .c-gallery {
    --gallery-margin: 10px;
  }
}

.c-gallery__container {
  display: flex;
  flex-flow: row nowrap;
  max-width: 920px;
  height: var(--gallery-height);
}
.c-gallery__left {
  flex: 1;
}
.c-gallery__right {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: calc((var(--gallery-height) - var(--gallery-margin)) / 2);
  margin-left: var(--gallery-margin);
}
.c-gallery__block {
  position: relative;
  display: none;
  height: 100%;
  overflow: hidden;
}
.c-gallery__link {
  position: relative;
  display: block;
  height: 100%;
  outline: none;
}
.c-gallery__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1c2e69;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms;
  z-index: 1;
}
.c-gallery__block--block-1, .c-gallery__block--block-2, .c-gallery__block--block-3 {
  display: block;
}
.c-gallery__block--block-1 .c-gallery__link, .c-gallery__block--block-2 .c-gallery__link, .c-gallery__block--block-3 .c-gallery__link {
  display: block;
  height: 100%;
}
.c-gallery__block--block-1 .c-gallery__link:hover::before, .c-gallery__block--block-2 .c-gallery__link:hover::before, .c-gallery__block--block-3 .c-gallery__link:hover::before {
  opacity: 0.3;
}
.c-gallery__block--block-2, .c-gallery__block--block-3 {
  height: calc((var(--gallery-height) - var(--gallery-margin)) / 2);
}
.c-gallery__block--block-3 .c-gallery__link::before {
  opacity: 0.5;
}
.c-gallery__picture {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.c-gallery__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.c-gallery__plus-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}
.c-gallery__plus {
  position: relative;
  width: 20px;
  height: 20px;
}
.c-gallery__plus::before, .c-gallery__plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: white;
  border-radius: 2px;
  will-change: transform;
}
.c-gallery__plus::before {
  transform: translate3d(-50%, -50%, 0);
}
.c-gallery__plus::after {
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
}

select::-ms-expand {
  display: none;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-container-single .chosen-search {
  display: none;
}

.chosen-container .chosen-results li.highlighted {
  color: #f68b52;
}

select {
  display: block;
  width: 100%;
  opacity: 0;
}

.chosen-disabled {
  opacity: 0.35 !important;
  cursor: default;
}

.chosen-container {
  position: relative;
  display: inline-block;
  width: 100% !important;
  font-size: 14px;
  vertical-align: middle;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 50;
}
.chosen-container .chosen-single {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  z-index: 49;
  transition: border 500ms, border-radius 500ms;
}
.chosen-container .chosen-single span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.chosen-container .chosen-single div {
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  transition: transform 500ms;
}
.chosen-container .chosen-single div b {
  display: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  width: 100%;
  top: 0;
  border: none;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 48;
  transition: padding-top 500ms, opacity 500ms, box-shadow 500ms, visibility 0ms ease 500ms;
}
.chosen-container.chosen-with-drop .chosen-drop {
  top: 0;
  padding-top: 55px;
  visibility: visible;
  opacity: 1;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
  transition: padding 500ms, opacity 500ms, box-shadow 500ms;
}
.chosen-container .chosen-results {
  position: relative;
  max-height: 170px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  padding: 20px 35px 18px;
  margin: 0;
  font: 500 14px/20px "roboto", sans-serif;
  list-style: none;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  transition: color 300ms;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
  color: #1c2e69;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: rgba(28, 46, 105, 0.4);
  cursor: default;
}
.chosen-container .chosen-results li.result-selected {
  background: rgba(28, 46, 105, 0.05) !important;
  cursor: default;
}

.chosen-container-active {
  z-index: 50;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  transform: translateY(-50%) rotate(-180deg);
}

.chosen.style1:after {
  height: 58px;
  background: url("../images/icones/flecheVerte.svg") no-repeat center center;
  background-size: 13px auto;
}
@media screen and (min-width: 769px) {
  .chosen.style1.extended {
    width: 450px;
  }
}
@media screen and (min-width: 769px) {
  .chosen.style1.extended .chosen-container {
    width: 300px !important;
  }
}
.chosen.style1 select {
  position: relative;
  display: block;
  padding: 0 35px 0 35px;
  font: 700 14px/58px "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  height: 58px;
  border: 1px solid #fff;
  opacity: 1;
  color: #1c2e69;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/icones/pointeVerte.svg") no-repeat right #fff;
  background-size: 15px 15px;
  background-origin: content-box;
}
.chosen.style1 .chosen-container {
  background: transparent;
}
.chosen.style1 .chosen-container .chosen-single {
  display: flex;
  align-items: center;
  height: 58px;
  padding: 0 60px 0 35px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 58px;
  color: #1c2e69;
  border-bottom: 1px solid rgba(28, 46, 105, 0);
  background: #fff;
  letter-spacing: 0;
  transition: background 300ms, color 300ms, border 300ms;
}
.chosen.style1 .chosen-container .chosen-single span {
  position: relative;
  top: 0.1em;
  line-height: normal;
}
.chosen.style1 .chosen-container .chosen-single div {
  background: url("../images/icones/pointeVerte.svg") no-repeat center center;
  background-size: 13px auto;
  display: block;
  transition: transform 300ms;
}
.chosen.style1 .chosen-container .chosen-default {
  font: 700 15px/58px "roboto", sans-serif;
  color: #1c2e69;
  letter-spacing: 0;
}
.chosen.style1 .chosen-container .chosen-results {
  border-top: 1px solid rgba(28, 46, 105, 0.5);
}
.chosen.style1 .chosen-container.chosen-with-drop .chosen-default {
  color: #1c2e69;
  border-bottom: 1px solid rgba(28, 46, 105, 0.05);
}
.chosen.style1 .chosen-container .active-result.result-selected {
  color: #1c2e69 !important;
}
.chosen.style1 .chosen-container .active-result {
  color: #1c2e69 !important;
  transition: background 300ms;
}
.chosen.style1 .chosen-container .active-result:hover {
  background: rgba(28, 46, 105, 0.05) !important;
}

select {
  position: relative;
  display: block;
  font: 700 14px/58px "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  height: 58px;
  border: none;
  border-bottom: 1px solid #f68b52;
  opacity: 1;
  color: #f68b52;
  background: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:focus, select:active {
  outline: none !important;
  border-color: #f68b52;
}

select::-ms-expand {
  display: none;
}

.select-field {
  position: relative;
  padding: 0;
}
.select-field:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 44px;
  content: "";
  cursor: pointer;
  pointer-events: none;
  z-index: 49;
  background: #fff url("../images/icones/pointeBlanc.svg") no-repeat center;
  background-size: 10px auto;
}

.slick-dots {
  position: relative;
  bottom: 0;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.slick-dots li button {
  position: relative;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  opacity: 0.3;
  -webkit-transition: opacity 300ms, background 300ms, border 300ms;
  transition: opacity 300ms, background 300ms, border 300ms;
}
.slick-dots li button:before {
  display: none;
}

.nav.blanc .slick-dots li button {
  border: 2px solid #fff;
}
.nav.blanc .slick-dots li.slick-active button {
  opacity: 1;
  background: #fff;
}

.nav.noir .slick-dots li button {
  border: 2px solid rgba(28, 46, 105, 0.7);
}
.nav.noir .slick-dots li button:hover {
  border: 2px solid rgba(28, 46, 105, 0.3);
  background: rgba(28, 46, 105, 0.3);
}
.nav.noir .slick-dots li.slick-active button {
  opacity: 1;
  background: #1c2e69;
  border: 2px solid #1c2e69;
}

.blockRectangle {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
  -webkit-transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 1024px) {
  .blockRectangle {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blockRectangle {
    max-width: 350px;
  }
}
.blockRectangle:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 22px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 22px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 22px 50px 0px rgba(0, 0, 0, 0.05);
}
.blockRectangle a:not(.btnPartager) {
  display: block;
}
.blockRectangle a:not(.btnPartager) .image {
  width: 100%;
  height: 250px;
}
@media screen and (max-width: 1500px) {
  .blockRectangle a:not(.btnPartager) .image {
    height: 250px;
  }
}
.blockRectangle a:not(.btnPartager) .texte {
  padding: 0 10% 60px;
  text-align: center;
  background: #fff;
}
.blockRectangle a:not(.btnPartager) .texte .categorie {
  position: relative;
  top: -16px;
}
.blockRectangle a:not(.btnPartager) .texte h5 {
  margin-top: 40px;
  min-height: 150px;
}
@media screen and (max-width: 1500px) {
  .blockRectangle a:not(.btnPartager) .texte h5 {
    min-height: 100px;
  }
}
.blockRectangle a:not(.btnPartager) .texte .date {
  position: absolute;
  margin-bottom: 0;
  bottom: 35px;
  left: 10%;
  text-align: left;
}
.blockRectangle a:not(.btnPartager) .texte .date .separator-pipe {
  position: relative;
  top: -2px;
}
@media screen and (max-width: 900px) {
  .blockRectangle a:not(.btnPartager) .texte .date {
    font-size: 18px;
  }
}
.blockRectangle a:not(.btnPartager) .bouton a {
  margin: 0 auto;
}
.blockRectangle .btnPartager {
  position: absolute;
  right: 10%;
  bottom: 40px;
  color: #a1a2a2;
  font: 12px/1 "brandon-grotesque", sans-serif;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
.blockRectangle .btnPartager svg {
  width: 15px;
  height: 20px;
  margin-left: 5px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.blockRectangle .btnPartager svg path, .blockRectangle .btnPartager svg line, .blockRectangle .btnPartager svg polyline {
  stroke: #13c164;
}
.blockRectangle .btnPartager:hover {
  color: #13c164;
}
.blockRectangle .fromdate {
  color: #a1a2a2;
  font: 12px/1 "brandon-grotesque", sans-serif;
}

.listeABande {
  -webkit-box-shadow: 0px 22px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 22px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 22px 50px 0px rgba(0, 0, 0, 0.05);
}
.listeABande li {
  position: relative;
  -webkit-transition: box-shadow 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.listeABande li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-transition: left 500ms cubic-bezier(0.215, 0.61, 0.355, 1), right 500ms cubic-bezier(0.215, 0.61, 0.355, 1), background 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: left 500ms cubic-bezier(0.215, 0.61, 0.355, 1), right 500ms cubic-bezier(0.215, 0.61, 0.355, 1), background 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.listeABande li:not(:last-child) {
  border-bottom: 1px solid rgba(161, 162, 162, 0.3);
}
.listeABande li a {
  position: relative;
  display: table;
  width: 100%;
  height: 108px;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .listeABande li a.breakpoint {
    min-height: 100%;
    padding: 15px 6%;
  }
  .listeABande li a.breakpoint .texte, .listeABande li a.breakpoint .icone, .listeABande li a.breakpoint .learnMore {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .listeABande li a.breakpoint .texte:not(:last-child), .listeABande li a.breakpoint .icone:not(:last-child), .listeABande li a.breakpoint .learnMore:not(:last-child) {
    margin-bottom: 20px;
  }
  .listeABande li a.breakpoint .texte p, .listeABande li a.breakpoint .icone p, .listeABande li a.breakpoint .learnMore p {
    text-align: center;
  }
}
.listeABande li a .date, .listeABande li a .texte, .listeABande li a .icone, .listeABande li a .learnMore {
  display: table-cell;
  vertical-align: middle;
}
.listeABande li a .date {
  width: 15%;
  padding-left: 3%;
}
.listeABande li a .date p {
  max-width: 100px;
  margin-bottom: 0;
  font: 14px/1 "brandon-grotesque", sans-serif;
  color: rgba(28, 46, 105, 0.2);
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: color 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.listeABande li a .date p span {
  display: block;
  font: 700 45px/1 "brandon-grotesque", sans-serif;
}
.listeABande li a .texte {
  padding: 0 6%;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .listeABande li a .texte {
    width: 85%;
  }
}
.listeABande li a .texte h4 {
  position: relative;
  top: 3px;
  font-family: "roboto", sans-serif;
  font-weight: 500;
  margin: 0;
  -webkit-transition: color 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.listeABande li a .texte h6 {
  margin-bottom: 10px;
}
.listeABande li a .icone {
  width: 25px;
  padding-right: 6%;
  text-align: right;
}
.listeABande li a .icone.vert .stroke {
  stroke: #13c164;
}
.listeABande li a .icone.small svg {
  width: 25px;
  height: 25px;
}
.listeABande li a .icone svg {
  width: 80px;
  height: 65px;
  color: #14C165;
}
@media screen and (max-width: 768px) {
  .listeABande li a .icone svg {
    width: 50px;
    height: 50px;
  }
}
.listeABande li a .learnMore {
  width: 25%;
  padding-right: 6%;
}
.listeABande li a .learnMore p {
  text-align: right;
  margin: 0;
  font: 700 12px/1 "brandon-grotesque", sans-serif;
  color: #f68b52;
  text-transform: uppercase;
  -webkit-transition: color 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.listeABande li:hover {
  z-index: 3;
  -webkit-box-shadow: 0px 22px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 22px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 22px 50px 0px rgba(0, 0, 0, 0.05);
}
.listeABande li:hover:after {
  right: -10px;
  left: -10px;
  background: #1c2e69;
}
.listeABande li:hover a .date p {
  color: #fff;
}
.listeABande li:hover a .texte h4 {
  color: #fff;
}
.listeABande li:hover a .icone svg {
  color: #fff;
}
.listeABande li:hover a .icone .fill {
  fill: #fff;
}
.listeABande li:hover a .icone .stroke {
  stroke: #fff;
}
.listeABande li:hover a .learnMore p {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .listeABande.style2 li a {
    padding: 20px;
  }
  .listeABande.style2 li a .date p {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.listeABande.style2 li a .texte {
  width: 60%;
  padding: 25px 1%;
}
@media screen and (max-width: 768px) {
  .listeABande.style2 li a .texte {
    margin-bottom: 10px;
  }
}
.listeABande.style2 li a .learnMore {
  padding-right: 3%;
}
@media screen and (max-width: 768px) {
  .listeABande.style2 li a .learnMore {
    padding: 0;
  }
  .listeABande.style2 li a .learnMore p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .listeABande.style2 li a .date, .listeABande.style2 li a .texte, .listeABande.style2 li a .learnMore {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
  }
}

.pagination {
  font-size: 0;
}
.pagination li {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 65px;
}
@media screen and (max-width: 600px) {
  .pagination li {
    width: 30px;
    height: 35px;
  }
}
.pagination li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}
.pagination li a span {
  position: absolute;
  padding-top: 4px;
  top: 50%;
  left: 50%;
  color: #1c2e69;
  font: 500 18px/1 "roboto", sans-serif;
  -webkit-transition: color 300ms;
  transition: color 300ms;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .pagination li a span {
    font-size: 14px;
  }
}
.pagination li a svg {
  position: absolute;
  width: 36px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .pagination li a svg {
    width: 20px;
    height: 7px;
  }
}
.pagination li a svg polyline, .pagination li a svg line {
  stroke: #13c164;
  -webkit-transition: stroke 300ms;
  transition: stroke 300ms;
}
.pagination li a:hover, .pagination li a.active {
  background: #1c2e69;
}
.pagination li a:hover span, .pagination li a.active span {
  color: #fff;
}
.pagination li a:hover svg polyline, .pagination li a:hover svg line, .pagination li a.active svg polyline, .pagination li a.active svg line {
  stroke: #fff;
}

.sideNav {
  position: absolute;
  width: 25%;
  padding: 0 10% 0 0;
  top: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .sideNav {
    padding: 0 1%;
  }
}
@media screen and (max-width: 1024px) {
  .sideNav {
    position: relative;
    width: 100%;
    margin-top: 30px;
    padding: 0 1%;
  }
}
.sideNav .sticky {
  top: 118px;
  padding-top: 90px;
}
@media screen and (max-width: 1024px) {
  .sideNav .sticky {
    display: inline-block;
    padding-top: 0;
    top: 0;
  }
}
.sideNav .sticky ul:not(.social) li:not(:last-child) {
  margin-bottom: 30px;
}
.sideNav .sticky ul:not(.social) li a {
  padding: 0 20px 0 0;
}
.sideNav .sticky ul:not(.social) li a:before {
  width: 0;
}
.sideNav .sticky ul:not(.social) li a:hover {
  padding: 0 0 0 20px;
}
.sideNav .sticky ul:not(.social) li a:hover:before {
  width: 10px;
}
.sideNav .sticky .social {
  margin-top: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #a1a2a2;
  margin-bottom: 30px;
}
.sideNav .sticky .social:has(.placeholder_auto_div) {
  height: unset !important;
}

.careers-banner {
  --header-height: 118px;
}
@media screen and (max-height: 550px) {
  .careers-banner {
    --header-height: 78px;
  }
}
@media screen and (max-width: 1024px) {
  .careers-banner {
    --header-height: 78px;
  }
}

.careers-banner {
  margin-top: calc(var(--header-height) * -1);
}
.careers-banner__container {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  background-color: #1f1f1f;
  position: relative;
}
.careers-banner__picture, .careers-banner__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.careers-banner__picture {
  --position: center;
  opacity: 0.5;
  font-size: 0;
  display: block;
}
.careers-banner__picture img {
  width: 100%;
  height: 100%;
  object-position: var(--position);
}
.careers-banner__picture .cover {
  object-fit: cover;
}
.careers-banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: var(--header-height);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.careers-banner__content .breadcrumb {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .careers-banner__content .breadcrumb {
    margin-bottom: 25px;
  }
}
.careers-banner__content .breadcrumb li {
  display: inline-block;
  position: relative;
  height: 20px;
  vertical-align: middle;
}
.careers-banner__content .breadcrumb li:not(:last-child) {
  padding-right: 25px;
}
.careers-banner__content .breadcrumb li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 10px;
  height: 12px;
  top: 3px;
  right: 5px;
  opacity: 0.5;
  background: url("../images/icones/pointeBlanc.svg") no-repeat center;
  background-size: contain;
}
.careers-banner__content .breadcrumb li a {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.careers-banner__content .breadcrumb li a svg {
  width: 20px;
  height: 20px;
}
.careers-banner__content .breadcrumb li a svg polyline, .careers-banner__content .breadcrumb li a svg line, .careers-banner__content .breadcrumb li a svg path {
  stroke: #fff;
  fill: transparent;
}
.careers-banner__content .breadcrumb li a:hover {
  opacity: 0.5;
}
.careers-banner__content .breadcrumb li a, .careers-banner__content .breadcrumb li p {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  font: 13px/1 "roboto", sans-serif;
}
.careers-banner__title {
  font: 700 76px/1.15 "brandon-grotesque", sans-serif;
  color: #fff;
  text-align: center;
  max-width: 660px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.careers-banner__title::after {
  content: "";
  width: 54px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1400px) {
  .careers-banner__title {
    font-size: 65px;
    max-width: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .careers-banner__title {
    font-size: 60px;
    max-width: 550px;
  }
}
@media screen and (max-width: 1024px) {
  .careers-banner__title {
    font-size: 55px;
  }
}
@media screen and (max-width: 768px) {
  .careers-banner__title {
    font-size: 50px;
  }
}
@media screen and (max-width: 500px) {
  .careers-banner__title {
    font-size: 45px;
  }
}
.careers-banner__text {
  font: 40px/1.15 "roboto", sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .careers-banner__text {
    font-size: 38px;
  }
}
@media screen and (max-width: 1200px) {
  .careers-banner__text {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .careers-banner__text {
    font-size: 34px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .careers-banner__text {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .careers-banner__text {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.careers-banner__buttons {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 400px) {
  .careers-banner__buttons {
    flex-direction: column;
  }
}
@media screen and (max-width: 400px) {
  .careers-banner__button {
    min-width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .careers-banner__button:first-child {
    margin-bottom: 10px;
  }
}
.careers-banner__button:not(:first-child) {
  margin-left: 10px;
}
@media screen and (max-width: 400px) {
  .careers-banner__button:not(:first-child) {
    margin-left: 0;
  }
}
.careers-banner__green-button {
  width: 146px;
  height: 146px;
  padding: 0 20px;
  border-radius: 50%;
  background-color: #13c164;
  font: 700 12px/1.5 "brandon-grotesque", sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 35px;
  bottom: 50px;
  z-index: 5;
}
@media screen and (max-width: 900px) {
  .careers-banner__green-button {
    display: none;
  }
}
.careers-banner__green-button-svg {
  width: 14px;
  height: 23px;
  stroke: #fff;
  stroke-width: 2px;
  fill: none;
  margin-bottom: 5px;
}

.careers-intro__text {
  font: 28px/1.7 "roboto", sans-serif;
  color: #1c2e69;
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .careers-intro__text {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .careers-intro__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .careers-intro__text {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .careers-intro__text {
    font-size: 20px;
  }
}

.careers-slick__content {
  padding: 130px 155px;
  background-color: #fff;
}
@media screen and (max-width: 1400px) {
  .careers-slick__content {
    padding: 130px 155px;
  }
}
@media screen and (max-width: 1300px) {
  .careers-slick__content {
    padding: 120px 145px;
  }
}
@media screen and (max-width: 1200px) {
  .careers-slick__content {
    padding: 110px 135px;
  }
}
@media screen and (max-width: 1100px) {
  .careers-slick__content {
    padding: 100px 125px;
  }
}
@media screen and (max-width: 1000px) {
  .careers-slick__content {
    padding: 90px 115px;
  }
}
@media screen and (max-width: 900px) {
  .careers-slick__content {
    padding: 80px 105px;
  }
}
@media screen and (max-width: 800px) {
  .careers-slick__content {
    padding: 70px 95px;
  }
}
@media screen and (max-width: 700px) {
  .careers-slick__content {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 600px) {
  .careers-slick__content {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 500px) {
  .careers-slick__content {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 400px) {
  .careers-slick__content {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 360px) {
  .careers-slick__content {
    padding: 30px 15px;
  }
}
.careers-slick__nav {
  margin-bottom: 30px;
}
.careers-slick .slick-dots {
  display: flex;
}
.careers-slick .slick-dots li {
  width: auto;
  height: 150px;
  padding-bottom: 40px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
  overflow: hidden;
}
.careers-slick .slick-dots li::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 9px solid #13c164;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 8px);
  transition: transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.careers-slick .slick-dots li::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #13c164;
  opacity: 0.3;
  transition: opacity 300ms;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 700px) {
  .careers-slick .slick-dots li {
    height: 125px;
  }
}
@media screen and (max-width: 500px) {
  .careers-slick .slick-dots li {
    height: 100px;
  }
}
.careers-slick .slick-dots li.slick-active::before {
  transform: translate(-50%, 0px);
}
.careers-slick .slick-dots li.slick-active::after {
  opacity: 1;
}
.careers-slick .slick-dots li button {
  width: initial;
  height: initial;
  appearance: none;
  color: initial;
  background: initial;
  border: initial;
  font: initial;
  border-radius: initial;
  padding: initial;
  cursor: pointer;
  opacity: initial;
  display: initial;
}
.careers-slick .slick-dots li .careers-slick__button {
  font: 700 30px/1.15 "brandon-grotesque", sans-serif;
  color: #1c2e69;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .careers-slick .slick-dots li .careers-slick__button {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .careers-slick .slick-dots li .careers-slick__button {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .careers-slick .slick-dots li .careers-slick__button {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .careers-slick .slick-dots li .careers-slick__button {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .careers-slick .slick-dots li .careers-slick__button {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .careers-slick .slick-dots li .careers-slick__button {
    font-size: 17px;
  }
}
.careers-slick__button-svg {
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .careers-slick__button-svg {
    margin-bottom: 20px;
  }
}
.careers-slick__button-svg.target {
  width: 50px;
  height: 50px;
  stroke: #1c2e69;
  fill: none;
}
@media screen and (max-width: 700px) {
  .careers-slick__button-svg.target {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .careers-slick__button-svg.target {
    width: 30px;
    height: 30px;
  }
}
.careers-slick__button-svg.eye {
  width: 66px;
  height: 50px;
  stroke: #1c2e69;
  fill: none;
}
@media screen and (max-width: 700px) {
  .careers-slick__button-svg.eye {
    width: 56px;
    height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .careers-slick__button-svg.eye {
    width: 46px;
    height: 30px;
  }
}
.careers-slick__button-svg.hand-and-heart {
  width: 62px;
  height: 52px;
  stroke: #1c2e69;
  fill: none;
}
@media screen and (max-width: 700px) {
  .careers-slick__button-svg.hand-and-heart {
    width: 52px;
    height: 42px;
  }
}
@media screen and (max-width: 500px) {
  .careers-slick__button-svg.hand-and-heart {
    width: 42px;
    height: 32px;
  }
}
.careers-slick__green-bar {
  width: 100%;
  height: 2px;
  background-color: #13c164;
  position: absolute;
  bottom: 0;
  left: 0;
}
.careers-slick .slick-slider {
  margin: 0;
}
.careers-slick .slick-slide p {
  margin: 0;
}
.careers-slick__list-item {
  position: relative;
  padding-left: 30px;
  margin: 0 0 20px 0;
  font: 18px/1.5 "roboto", sans-serif;
  color: #1c2e69;
}
@media screen and (max-width: 768px) {
  .careers-slick__list-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .careers-slick__list-item {
    padding-left: 15px;
  }
}
.careers-slick__list-item p {
  margin: 0 0 20px 0;
  font: 18px/1.5 "roboto", sans-serif;
  color: #1c2e69;
}
@media screen and (max-width: 768px) {
  .careers-slick__list-item p {
    font-size: 16px;
  }
}
.careers-slick__list-item:before {
  content: "●";
  position: absolute;
  top: 7px;
  left: 0;
  font: 700 10px/1 "brandon-grotesque", sans-serif;
  color: #13c164;
}
@media screen and (max-width: 768px) {
  .careers-slick__list-item:before {
    top: 6px;
  }
}

.careers-gallery__title {
  font: 700 45px/1 "brandon-grotesque", sans-serif;
  color: #1c2e69;
  text-transform: uppercase;
  max-width: 560px;
  padding-bottom: 40px;
  margin-bottom: 75px;
  position: relative;
}
.careers-gallery__title::after {
  content: "";
  width: 54px;
  height: 2px;
  background-color: #13c164;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1400px) {
  .careers-gallery__title {
    font-size: 40px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .careers-gallery__title {
    font-size: 35px;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .careers-gallery__title {
    font-size: 30px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  .careers-gallery__title {
    font-size: 25px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .careers-gallery__title {
    padding-bottom: 30px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 500px) {
  .careers-gallery__title {
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 400px) {
  .careers-gallery__title {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
.careers-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media screen and (max-width: 1400px) {
  .careers-gallery__grid {
    gap: 45px;
  }
}
@media screen and (max-width: 1300px) {
  .careers-gallery__grid {
    gap: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .careers-gallery__grid {
    gap: 35px;
  }
}
@media screen and (max-width: 1100px) {
  .careers-gallery__grid {
    gap: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .careers-gallery__grid {
    gap: 25px;
  }
}
@media screen and (max-width: 900px) {
  .careers-gallery__grid {
    gap: 20px;
  }
}
@media screen and (max-width: 800px) {
  .careers-gallery__grid {
    gap: 15px;
  }
}
@media screen and (max-width: 700px) {
  .careers-gallery__grid {
    gap: 10px;
  }
}
.careers-gallery__grid .item-a {
  grid-row: span 2;
}
.careers-gallery__grid .item-a .careers-gallery__picture {
  padding-top: 101%;
}
.careers-gallery__grid .item-a .careers-gallery__filter {
  background: rgb(28, 46, 105);
  background: linear-gradient(180deg, rgba(28, 46, 105, 0.6) 20%, rgba(0, 0, 0, 0) 50%);
}
@media screen and (max-width: 600px) {
  .careers-gallery__grid .item-a {
    grid-column: span 2;
  }
}
.careers-gallery__grid .item-b {
  grid-row: span 1;
}
.careers-gallery__grid .item-b .careers-gallery__picture {
  padding-top: 47%;
}
.careers-gallery__grid .item-b .careers-gallery__filter {
  background: rgb(28, 46, 105);
  background: linear-gradient(180deg, rgba(28, 46, 105, 0.6) 30%, rgba(0, 0, 0, 0) 60%);
}
@media screen and (max-width: 600px) {
  .careers-gallery__grid .item-b .careers-gallery__filter {
    background: linear-gradient(180deg, rgba(28, 46, 105, 0.6) 50%, rgba(0, 0, 0, 0) 80%);
  }
}
@media screen and (max-width: 600px) {
  .careers-gallery__grid .item-b {
    grid-column: span 2;
  }
}
.careers-gallery__grid .item-c {
  grid-row: span 2;
}
.careers-gallery__grid .item-c .careers-gallery__picture {
  padding-top: 101%;
}
.careers-gallery__grid .item-c .careers-gallery__filter {
  background: rgb(28, 46, 105);
  background: linear-gradient(180deg, rgba(28, 46, 105, 0.6) 20%, rgba(0, 0, 0, 0) 50%);
}
@media screen and (max-width: 600px) {
  .careers-gallery__grid .item-c {
    grid-column: span 2;
  }
}
.careers-gallery__grid .item-d {
  grid-row: span 2;
}
.careers-gallery__grid .item-d .careers-gallery__picture {
  padding-top: 101%;
}
.careers-gallery__grid .item-d .careers-gallery__filter {
  background: rgb(28, 46, 105);
  background: linear-gradient(180deg, rgba(28, 46, 105, 0.6) 20%, rgba(0, 0, 0, 0) 50%);
}
@media screen and (max-width: 600px) {
  .careers-gallery__grid .item-d {
    grid-column: span 2;
  }
}
.careers-gallery__grid .item-e {
  grid-row: span 1;
}
.careers-gallery__grid .item-e .careers-gallery__picture {
  padding-top: 47%;
}
.careers-gallery__grid .item-e .careers-gallery__filter {
  background: rgb(28, 46, 105);
  background: linear-gradient(180deg, rgba(28, 46, 105, 0.6) 30%, rgba(0, 0, 0, 0) 60%);
}
@media screen and (max-width: 600px) {
  .careers-gallery__grid .item-e .careers-gallery__filter {
    background: linear-gradient(180deg, rgba(28, 46, 105, 0.6) 50%, rgba(0, 0, 0, 0) 80%);
  }
}
@media screen and (max-width: 600px) {
  .careers-gallery__grid .item-e {
    grid-column: span 2;
  }
}
.careers-gallery__grid .item-f {
  grid-row: span 2;
  grid-column: span 2;
}
.careers-gallery__grid .item-f .careers-gallery__picture {
  padding-top: 48%;
}
.careers-gallery__grid .item-f .careers-gallery__filter {
  background: rgb(28, 46, 105);
  background: linear-gradient(180deg, rgba(28, 46, 105, 0.6) 20%, rgba(0, 0, 0, 0) 50%);
}
@media screen and (max-width: 600px) {
  .careers-gallery__grid .item-f .careers-gallery__filter {
    background: linear-gradient(180deg, rgba(28, 46, 105, 0.6) 50%, rgba(0, 0, 0, 0) 80%);
  }
}
.careers-gallery__grid .item-f .careers-gallery__text-block p {
  max-width: 430px;
}
.careers-gallery__picture-container {
  position: relative;
}
.careers-gallery__filter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.careers-gallery__picture {
  --position: center;
  width: 100%;
  height: 100%;
  font-size: 0;
  display: block;
  position: relative;
}
.careers-gallery__picture img {
  width: 100%;
  height: 100%;
  object-position: var(--position);
}
.careers-gallery__picture .cover {
  object-fit: cover;
}
.careers-gallery__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.careers-gallery__text-block {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 500px) {
  .careers-gallery__text-block {
    padding: 25px;
  }
}
@media screen and (max-width: 400px) {
  .careers-gallery__text-block {
    padding: 20px;
  }
}
.careers-gallery__text-block p {
  font: 22px/1.5 "roboto", sans-serif;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .careers-gallery__text-block p {
    font: 21px/1.5 "roboto", sans-serif;
  }
}
@media screen and (max-width: 800px) {
  .careers-gallery__text-block p {
    font: 20px/1.5 "roboto", sans-serif;
  }
}
@media screen and (max-width: 768px) {
  .careers-gallery__text-block p {
    font: 18px/1.5 "roboto", sans-serif;
  }
}
@media screen and (max-width: 600px) {
  .careers-gallery__text-block p {
    font: 22px/1.5 "roboto", sans-serif;
  }
}
@media screen and (max-width: 500px) {
  .careers-gallery__text-block p {
    font: 20px/1.5 "roboto", sans-serif;
  }
}
@media screen and (max-width: 400px) {
  .careers-gallery__text-block p {
    font: 18px/1.5 "roboto", sans-serif;
  }
}

.careers-image-and-rubric {
  --image-width: 530px;
}
@media screen and (max-width: 1400px) {
  .careers-image-and-rubric {
    --image-width: 520px;
  }
}
@media screen and (max-width: 1300px) {
  .careers-image-and-rubric {
    --image-width: 510px;
  }
}
@media screen and (max-width: 1200px) {
  .careers-image-and-rubric {
    --image-width: 500px;
  }
}
@media screen and (max-width: 1100px) {
  .careers-image-and-rubric {
    --image-width: 490px;
  }
}
@media screen and (max-width: 1000px) {
  .careers-image-and-rubric {
    --image-width: 480px;
  }
}
@media screen and (max-width: 900px) {
  .careers-image-and-rubric {
    --image-width: 400px;
  }
}
@media screen and (max-width: 800px) {
  .careers-image-and-rubric {
    --image-width: 350px;
  }
}
@media screen and (max-width: 700px) {
  .careers-image-and-rubric {
    --image-width: 300px;
  }
}

.careers-image-and-rubric__title {
  font: 700 45px/1 "brandon-grotesque", sans-serif;
  color: #1c2e69;
  text-transform: uppercase;
  max-width: 580px;
  padding-bottom: 40px;
  margin-bottom: 75px;
  position: relative;
}
.careers-image-and-rubric__title::after {
  content: "";
  width: 54px;
  height: 2px;
  background-color: #13c164;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1400px) {
  .careers-image-and-rubric__title {
    font-size: 40px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .careers-image-and-rubric__title {
    font-size: 35px;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .careers-image-and-rubric__title {
    font-size: 30px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  .careers-image-and-rubric__title {
    font-size: 25px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .careers-image-and-rubric__title {
    padding-bottom: 30px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 500px) {
  .careers-image-and-rubric__title {
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 400px) {
  .careers-image-and-rubric__title {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
.careers-image-and-rubric__list-item {
  display: flex;
}
.careers-image-and-rubric__list-item:not(:last-child) {
  margin-bottom: 110px;
}
@media screen and (max-width: 1400px) {
  .careers-image-and-rubric__list-item:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1300px) {
  .careers-image-and-rubric__list-item:not(:last-child) {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1200px) {
  .careers-image-and-rubric__list-item:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .careers-image-and-rubric__list-item:not(:last-child) {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .careers-image-and-rubric__list-item:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 900px) {
  .careers-image-and-rubric__list-item:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 800px) {
  .careers-image-and-rubric__list-item:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 700px) {
  .careers-image-and-rubric__list-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .careers-image-and-rubric__list-item {
    flex-direction: column;
  }
}
.careers-image-and-rubric__picture-container {
  width: var(--image-width);
  align-self: flex-start;
}
@media screen and (max-width: 700px) {
  .careers-image-and-rubric__picture-container {
    width: 100%;
    margin-bottom: 30px;
  }
}
.careers-image-and-rubric__picture {
  --position: center;
  width: 100%;
  height: 100%;
  padding-top: 101%;
  font-size: 0;
  display: block;
  position: relative;
}
.careers-image-and-rubric__picture img {
  width: 100%;
  height: 100%;
  object-position: var(--position);
}
.careers-image-and-rubric__picture .cover {
  object-fit: cover;
}
.careers-image-and-rubric__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.careers-image-and-rubric__text-block {
  width: calc(100% - var(--image-width));
  align-self: center;
}
@media screen and (max-width: 700px) {
  .careers-image-and-rubric__text-block {
    width: 100%;
    align-self: flex-start;
  }
}
.careers-image-and-rubric__list-item--image-right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 700px) {
  .careers-image-and-rubric__list-item--image-right {
    flex-direction: column;
  }
}
.careers-image-and-rubric__list-item--image-left .careers-image-and-rubric__text-block {
  padding-left: 120px;
}
@media screen and (max-width: 1400px) {
  .careers-image-and-rubric__list-item--image-left .careers-image-and-rubric__text-block {
    padding-left: 110px;
  }
}
@media screen and (max-width: 1300px) {
  .careers-image-and-rubric__list-item--image-left .careers-image-and-rubric__text-block {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .careers-image-and-rubric__list-item--image-left .careers-image-and-rubric__text-block {
    padding-left: 90px;
  }
}
@media screen and (max-width: 1100px) {
  .careers-image-and-rubric__list-item--image-left .careers-image-and-rubric__text-block {
    padding-left: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .careers-image-and-rubric__list-item--image-left .careers-image-and-rubric__text-block {
    padding-left: 60px;
  }
}
@media screen and (max-width: 900px) {
  .careers-image-and-rubric__list-item--image-left .careers-image-and-rubric__text-block {
    padding-left: 50px;
  }
}
@media screen and (max-width: 800px) {
  .careers-image-and-rubric__list-item--image-left .careers-image-and-rubric__text-block {
    padding-left: 40px;
  }
}
@media screen and (max-width: 700px) {
  .careers-image-and-rubric__list-item--image-left .careers-image-and-rubric__text-block {
    padding-left: 0;
  }
}
.careers-image-and-rubric__list-item--image-right .careers-image-and-rubric__text-block {
  padding-right: 120px;
}
@media screen and (max-width: 1400px) {
  .careers-image-and-rubric__list-item--image-right .careers-image-and-rubric__text-block {
    padding-right: 110px;
  }
}
@media screen and (max-width: 1300px) {
  .careers-image-and-rubric__list-item--image-right .careers-image-and-rubric__text-block {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .careers-image-and-rubric__list-item--image-right .careers-image-and-rubric__text-block {
    padding-right: 90px;
  }
}
@media screen and (max-width: 1100px) {
  .careers-image-and-rubric__list-item--image-right .careers-image-and-rubric__text-block {
    padding-right: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .careers-image-and-rubric__list-item--image-right .careers-image-and-rubric__text-block {
    padding-right: 60px;
  }
}
@media screen and (max-width: 900px) {
  .careers-image-and-rubric__list-item--image-right .careers-image-and-rubric__text-block {
    padding-right: 50px;
  }
}
@media screen and (max-width: 800px) {
  .careers-image-and-rubric__list-item--image-right .careers-image-and-rubric__text-block {
    padding-right: 40px;
  }
}
@media screen and (max-width: 700px) {
  .careers-image-and-rubric__list-item--image-right .careers-image-and-rubric__text-block {
    padding-right: 0;
    order: 2;
  }
}
.careers-image-and-rubric__text-block-title {
  font: 700 45px/1 "brandon-grotesque", sans-serif;
  color: #1c2e69;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media screen and (max-width: 1400px) {
  .careers-image-and-rubric__text-block-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .careers-image-and-rubric__text-block-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .careers-image-and-rubric__text-block-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .careers-image-and-rubric__text-block-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 700px) {
  .careers-image-and-rubric__text-block-title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .careers-image-and-rubric__text-block-title {
    margin-bottom: 5px;
  }
}
.careers-image-and-rubric__text {
  color: #1c2e69;
}

.careers-testimonials {
  --image-width: 520px;
}
@media screen and (max-width: 1300px) {
  .careers-testimonials {
    --image-width: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .careers-testimonials {
    --image-width: 460px;
  }
}
@media screen and (max-width: 1100px) {
  .careers-testimonials {
    --image-width: 420px;
  }
}
@media screen and (max-width: 1000px) {
  .careers-testimonials {
    --image-width: 380px;
  }
}
@media screen and (max-width: 900px) {
  .careers-testimonials {
    --image-width: 340px;
  }
}
@media screen and (max-width: 800px) {
  .careers-testimonials {
    --image-width: 300px;
  }
}
@media screen and (max-width: 700px) {
  .careers-testimonials {
    --image-width: 260px;
  }
}

@media screen and (max-width: 700px) {
  .careers-testimonials__container {
    background-color: #1c2e69;
  }
}
.careers-testimonials__content {
  background-color: #1c2e69;
  padding: 40px 0;
  display: flex;
  position: relative;
}
.careers-testimonials__content::before {
  content: "";
  width: 18%;
  height: 100%;
  background-color: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 700px) {
  .careers-testimonials__content::before {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .careers-testimonials__content {
    flex-direction: column;
  }
}
.careers-testimonials__picture-container {
  width: var(--image-width);
  align-self: flex-start;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 700px) {
  .careers-testimonials__picture-container {
    width: 100%;
    margin-bottom: 30px;
  }
}
.careers-testimonials__picture {
  --position: center;
  width: 100%;
  height: 100%;
  padding-top: 97%;
  font-size: 0;
  display: block;
  position: relative;
}
.careers-testimonials__picture img {
  width: 100%;
  height: 100%;
  object-position: var(--position);
}
.careers-testimonials__picture .cover {
  object-fit: cover;
}
.careers-testimonials__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.careers-testimonials__text-block {
  width: calc(100% - var(--image-width));
  padding: 0px 80px;
  align-self: center;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1300px) {
  .careers-testimonials__text-block {
    padding: 0px 60px;
  }
}
@media screen and (max-width: 1200px) {
  .careers-testimonials__text-block {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 900px) {
  .careers-testimonials__text-block {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 700px) {
  .careers-testimonials__text-block {
    width: 100%;
    padding: 0;
    align-self: flex-start;
  }
}
.careers-testimonials__text-block-title {
  font: 700 45px/1 "brandon-grotesque", sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media screen and (max-width: 1400px) {
  .careers-testimonials__text-block-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .careers-testimonials__text-block-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .careers-testimonials__text-block-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .careers-testimonials__text-block-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 700px) {
  .careers-testimonials__text-block-title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .careers-testimonials__text-block-title {
    margin-bottom: 5px;
  }
}
.careers-testimonials__text {
  font: 15px/1.6 "roboto", sans-serif;
  color: #fff;
}
.careers-testimonials__button {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .careers-testimonials__button {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .careers-testimonials__button {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .careers-testimonials__button {
    margin-top: 25px;
  }
}
@media screen and (max-width: 600px) {
  .careers-testimonials__button {
    margin-top: 20px;
  }
}

.c-small-document-card {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 25px 0;
  text-decoration: none;
  border-bottom: 1px solid #bdbdbd;
  cursor: pointer;
}
.c-small-document-card:first-child {
  border-top: 1px solid #bdbdbd;
}
.c-small-document-card__content {
  flex: 1;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  .c-small-document-card__content {
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-small-document-card__content {
    padding-right: 30px;
  }
}
.c-small-document-card__title {
  font-family: "roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3em;
  text-transform: none;
  color: #1c2e69;
  transition: color 300ms;
  margin: 0;
}
.c-small-document-card:hover .c-small-document-card__title {
  color: #13c164;
}
.c-small-document-card__svg {
  width: 20px;
  height: 25px;
  stroke: #13c164;
}

.c-call-to-ation-organization-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 40px;
  background-color: white;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .c-call-to-ation-organization-form {
    padding: 17px 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .c-call-to-ation-organization-form {
    display: flex;
    flex-direction: column;
    align-items: normal;
    justify-content: normal;
    padding: 25px 25px;
  }
}
.c-call-to-ation-organization-form__text {
  font-family: "roboto", sans-serif;
  font-size: 15px;
  line-height: 1.3333em;
  color: #1c2e69;
}
.c-call-to-ation-organization-form__text > strong {
  font-family: "roboto", sans-serif;
  font-weight: 700;
}
.c-call-to-ation-organization-form__button {
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .c-call-to-ation-organization-form__button {
    margin-top: 20px;
  }
}

:root {
  --calendar-header-background-color: white;
  --calendar-header-color: #1c2e69;
  --calendar-main-background-color: white;
  --calendar-main-color: #1c2e69;
  --calendar-main-day-cell-size: 55px;
  --calendar-main-month-year-cell-size: calc(var(--calendar-main-day-cell-size) * 1.7);
  --calendar-day-previous-or-next-color: rgba(28, 46, 105, 0.5);
  --calendar-day-previous-or-next-background-color: transparent;
  --calendar-day-previous-or-next-border-color: transparent;
  --calendar-day-previous-or-next-dot-or-underline-background-color: rgba(28, 46, 105, 0.5);
  --calendar-month-year-previous-or-next-color: rgba(28, 46, 105, 0.5);
  --calendar-day-color: #1c2e69;
  --calendar-day-background-color: transparent;
  --calendar-day-border-color: transparent;
  --calendar-day-dot-or-underline-background-color: #1c2e69;
  --calendar-month-year-color: #1c2e69;
  --calendar-day-color-hover: #1c2e69;
  --calendar-day-background-color-hover: #f0f0f0;
  --calendar-day-border-color-hover: #f0f0f0;
  --calendar-day-dot-or-underline-background-color-hover: #1c2e69;
  --calendar-month-year-color-hover: #13c164;
  --calendar-today-color: #1c2e69;
  --calendar-today-background-color: transparent;
  --calendar-today-border-color: #f68b52;
  --calendar-today-dot-or-underline-background-color: #1c2e69;
  --calendar-today-color-hover: #1c2e69;
  --calendar-today-background-color-hover: #f0f0f0;
  --calendar-today-border-color-hover: #f0f0f0;
  --calendar-today-dot-or-underline-background-color-hover: #1c2e69;
  --calendar-day-active-color: white;
  --calendar-day-active-background-color: #f68b52;
  --calendar-day-active-border-color: #f68b52;
  --calendar-day-active-dot-or-underline-background-color: white;
  --calendar-day-active-color-hover: white;
  --calendar-day-active-background-color-hover: #f68b52;
  --calendar-day-active-border-color-hover: #f68b52;
  --calendar-day-active-dot-or-underline-background-color-hover: white;
}

.c-events-calendar {
  background-color: white;
}
.c-events-calendar .datepicker {
  overflow: hidden;
}

.datepickerWrapper .datepicker-picker {
  --calendar-main-day-cell-size: 37px;
}
.datepickerWrapper .datepicker-picker .datepicker-header {
  padding: 22px 15px 18px;
}
.datepickerWrapper .datepicker-picker .datepicker-main {
  padding: 30px 15px 20px;
}
.datepickerWrapper .datepicker-picker .datepicker-view.months,
.datepickerWrapper .datepicker-picker .datepicker-view.years,
.datepickerWrapper .datepicker-picker .datepicker-view.decades {
  margin-top: -10px;
}
.datepickerWrapper .datepicker-picker .datepicker-cell.day::after {
  display: none;
}
.datepickerWrapper .datepicker-picker .datepicker-cell.day::before {
  width: calc(var(--calendar-main-day-cell-size) - 5px);
  height: calc(var(--calendar-main-day-cell-size) - 5px);
}

.datepicker-picker {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .datepicker-picker {
    --calendar-main-day-cell-size: 52px;
  }
}
@media screen and (max-width: 1000px) {
  .datepicker-picker {
    --calendar-main-day-cell-size: 55px;
  }
}
@media screen and (max-width: 800px) {
  .datepicker-picker {
    --calendar-main-day-cell-size: 52px;
  }
}
@media screen and (max-width: 700px) {
  .datepicker-picker {
    --calendar-main-day-cell-size: 48px;
  }
}
@media screen and (max-width: 600px) {
  .datepicker-picker {
    --calendar-main-day-cell-size: 52px;
  }
}
@media screen and (max-width: 450px) {
  .datepicker-picker {
    --calendar-main-day-cell-size: 48px;
  }
}
.datepicker-picker span {
  display: block;
  flex: 1;
  border: 0;
  cursor: default;
  text-align: center;
  -webkit-touch-callout: none;
  user-select: none;
}
.datepicker-picker .datepicker-header {
  position: relative;
  background-color: var(--calendar-header-background-color);
  padding: 47px 40px 47px;
}
@media screen and (max-width: 1400px) {
  .datepicker-picker .datepicker-header {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 1200px) {
  .datepicker-picker .datepicker-header {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 1000px) {
  .datepicker-picker .datepicker-header {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 800px) {
  .datepicker-picker .datepicker-header {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 600px) {
  .datepicker-picker .datepicker-header {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 450px) {
  .datepicker-picker .datepicker-header {
    padding: 30px 15px;
  }
}
.datepicker-picker .datepicker-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(58, 58, 58, 0.1);
}
.datepicker-picker .datepicker-main {
  background-color: var(--calendar-main-background-color);
  padding: 55px 40px 40px;
}
@media screen and (max-width: 1400px) {
  .datepicker-picker .datepicker-main {
    padding: 45px 30px 35px;
  }
}
@media screen and (max-width: 1200px) {
  .datepicker-picker .datepicker-main {
    padding: 35px 15px;
  }
}
@media screen and (max-width: 1000px) {
  .datepicker-picker .datepicker-main {
    padding: 45px 30px 35px;
  }
}
@media screen and (max-width: 800px) {
  .datepicker-picker .datepicker-main {
    padding: 35px 15px;
  }
}
@media screen and (max-width: 600px) {
  .datepicker-picker .datepicker-main {
    padding: 45px 30px 35px;
  }
}
@media screen and (max-width: 450px) {
  .datepicker-picker .datepicker-main {
    padding: 35px 15px;
  }
}

.datepicker-controls {
  display: flex;
}
.datepicker-controls .button {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  color: var(--calendar-header-color);
}
.datepicker-controls .button:focus, .datepicker-controls .button:active {
  outline: none;
}
.datepicker-controls .button[disabled] {
  cursor: not-allowed;
}
.datepicker-controls .view-switch {
  flex: auto;
}
.datepicker-controls .prev-btn,
.datepicker-controls .next-btn {
  width: 14.2857142857%;
}
.datepicker-controls .prev-btn > svg,
.datepicker-controls .next-btn > svg {
  position: relative;
  top: -0.03em;
  width: 9px;
  height: 15px;
  stroke: #13c164;
  transition: transform 300ms var(--out-cubic);
}
.datepicker-controls .prev-btn.disabled,
.datepicker-controls .next-btn.disabled {
  visibility: hidden;
}
.datepicker-controls .next-btn > svg {
  transform: rotate(180deg);
}
.datepicker-controls .next-btn:hover > svg {
  transform: rotate(180deg) translateX(-4px);
}
.datepicker-controls .prev-btn:hover > svg {
  transform: translateX(-4px);
}

.datepicker-view {
  display: flex;
}
.datepicker-view .days-of-week {
  display: flex;
  margin-bottom: 20px;
}
.datepicker-view .dow {
  flex-basis: 14.2857142857%;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--calendar-main-color);
}

.datepicker-grid {
  display: flex;
  flex-wrap: wrap;
}

.datepicker-cell {
  height: var(--calendar-main-day-cell-size);
  line-height: var(--calendar-main-day-cell-size);
}
.datepicker-cell.day {
  position: relative;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  color: var(--calendar-main-color);
  z-index: 1;
}
.datepicker-cell.day::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(var(--calendar-main-day-cell-size) - 20px);
  height: calc(var(--calendar-main-day-cell-size) - 20px);
  background-color: transparent;
  border: 1px solid transparent;
  transition: background-color 300ms, border-color 300ms;
  z-index: -1;
}
.datepicker-cell.day::after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 3px;
  background-color: transparent;
  border-radius: 50%;
  transition: background-color 300ms;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .datepicker-cell.day::after {
    bottom: 12px;
  }
}
@media screen and (max-width: 600px) {
  .datepicker-cell.day::after {
    bottom: 14px;
  }
}
@media screen and (max-width: 450px) {
  .datepicker-cell.day::after {
    bottom: 12px;
  }
}
.datepicker-cell.month, .datepicker-cell.year, .datepicker-cell.decade {
  font-family: "roboto", sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--calendar-main-color);
  transition: color 300ms;
}
.datepicker-cell.disabled {
  cursor: default;
}
.datepicker-cell.disabled::after {
  display: none;
}
.datepicker-cell:not(.disabled) {
  color: var(--calendar-day-color);
  cursor: pointer;
}
.datepicker-cell:not(.disabled)::before {
  background-color: var(--calendar-day-background-color);
  border-color: var(--calendar-day-border-color);
}
.datepicker-cell:not(.disabled)::after {
  background-color: var(--calendar-day-dot-or-underline-background-color);
}
.datepicker-cell:not(.disabled):hover {
  color: var(--calendar-day-color-hover);
}
.datepicker-cell:not(.disabled):hover::before {
  background-color: var(--calendar-day-background-color-hover);
  border-color: var(--calendar-day-border-color-hover);
}
.datepicker-cell:not(.disabled):hover::after {
  background-color: var(--calendar-day-dot-or-underline-background-color-hover);
}
.datepicker-cell.day.today:not(.selected) {
  color: var(--calendar-today-color);
}
.datepicker-cell.day.today:not(.selected)::before {
  background-color: var(--calendar-today-background-color);
  border-color: var(--calendar-today-border-color);
}
.datepicker-cell.day.today:not(.selected)::after {
  background-color: var(--calendar-today-dot-or-underline-background-color);
}
.datepicker-cell.day.today:not(.selected):hover:not(.disabled) {
  color: var(--calendar-today-color-hover);
}
.datepicker-cell.day.today:not(.selected):hover:not(.disabled)::before {
  background-color: var(--calendar-today-background-color-hover);
  border-color: var(--calendar-today-border-color-hover);
}
.datepicker-cell.day.today:not(.selected):hover:not(.disabled)::after {
  background-color: var(--calendar-today-dot-or-underline-background-color-hover);
}
.datepicker-cell.day.selected {
  color: var(--calendar-day-active-color);
}
.datepicker-cell.day.selected::before {
  background-color: var(--calendar-day-active-background-color);
  border-color: var(--calendar-day-active-border-color);
}
.datepicker-cell.day.selected::after {
  background-color: var(--calendar-day-active-dot-or-underline-background-color);
}
.datepicker-cell.day.selected:hover {
  color: var(--calendar-day-active-color-hover);
}
.datepicker-cell.day.selected:hover::before {
  background-color: var(--calendar-day-active-background-color-hover);
  border-color: var(--calendar-day-active-border-color-hover);
}
.datepicker-cell.day.selected:hover::after {
  background-color: var(--calendar-day-active-dot-or-underline-background-color-hover);
}
.datepicker-cell.day.prev, .datepicker-cell.day.next {
  color: var(--calendar-day-previous-or-next-color);
}
.datepicker-cell.day.prev::before, .datepicker-cell.day.next::before {
  background-color: var(--calendar-day-previous-or-next-background-color);
  border-color: var(--calendar-day-previous-or-next-border-color);
}
.datepicker-cell.day.prev::after, .datepicker-cell.day.next::after {
  background-color: var(--calendar-day-previous-or-next-dot-or-underline-background-color);
}
.datepicker-cell.month, .datepicker-cell.year, .datepicker-cell.decade {
  color: var(--calendar-month-year-color);
}
.datepicker-cell.month.prev, .datepicker-cell.month.next, .datepicker-cell.year.prev, .datepicker-cell.year.next, .datepicker-cell.decade.prev, .datepicker-cell.decade.next {
  color: var(--calendar-month-year-previous-or-next-color);
}
.datepicker-cell.month.selected, .datepicker-cell.month:hover, .datepicker-cell.year.selected, .datepicker-cell.year:hover, .datepicker-cell.decade.selected, .datepicker-cell.decade:hover {
  color: var(--calendar-month-year-color-hover);
}

.datepicker-view .days .datepicker-cell {
  flex-basis: 14.2857142857%;
}
.datepicker-view.months .datepicker-cell, .datepicker-view.years .datepicker-cell, .datepicker-view.decades .datepicker-cell {
  flex-basis: 25%;
  height: var(--calendar-main-month-year-cell-size);
  line-height: var(--calendar-main-month-year-cell-size);
}

.widget-sopfeu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  padding: 13px 15px 9px;
}
.widget-sopfeu__surtitle {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.widget-sopfeu__title {
  font-size: 15px;
}
.widget-sopfeu__surtitle, .widget-sopfeu__title {
  color: #1c2e69;
  transition: color 300ms;
}
.widget-sopfeu:hover .widget-sopfeu__surtitle, .widget-sopfeu:hover .widget-sopfeu__title {
  color: rgba(28, 46, 105, 0.6);
}
.widget-sopfeu__circle {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  background-color: var(--color);
  border-radius: 50%;
}

.page-container .c-interactiveMap {
  --font-family-map: roboto, sans-serif;
  --green-map: 19,193,100;
  --orange-map: 246,139,82;
  --blue-map: 28,46,105;
}
.page-container .c-interactiveMap__logo {
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  max-width: 226px;
}
.page-container .c-interactiveMap__mobile-title {
  color: rgba(var(--blue-map), 1);
}
.page-container .c-map-mobile-header__container {
  padding-top: 14px;
  padding-bottom: 14px;
}
.page-container .c-map-mobile-header__logo {
  width: 140px;
  height: auto;
}
.page-container .c-map-categories {
  --text-color: rgba(var(--blue-map), 1);
  --text-color-hover: rgba(var(--green-map), 1);
  --lines-color: #a1a2a2;
}
.page-container .c-map-categories__arrow {
  fill: rgba(var(--orange-map));
}
.page-container .c-map-subcategories {
  --text-color: rgba(var(--blue-map), 1);
  --text-color-hover: rgba(var(--green-map), 1);
  --lines-color: #a1a2a2;
}
.page-container .c-map-subcategories__icon {
  stroke: rgba(var(--green-map));
}
.page-container .c-map-subcategories__arrow {
  fill: rgba(var(--orange-map));
}
.page-container .c-map-locations {
  --text-color: rgba(var(--blue-map), 1);
  --text-color-hover: rgba(var(--green-map), 1);
}
.page-container .c-map-locations__arrow {
  fill: rgba(var(--orange-map));
}
.page-container .c-map-related {
  --color: rgba(var(--blue-map), 1);
  --color-hover: rgba(var(--green-map), 1);
  --lines-color: #a1a2a2;
  border-bottom: 1px solid var(--lines-color);
}
.page-container .c-map-related__icon {
  stroke: rgba(var(--green-map));
}
.page-container .c-map-back-button {
  --color: rgba(var(--green-map), 0.5);
  --color-hover: rgba(var(--green-map), 1);
}
.page-container .c-map-title,
.page-container .c-map-subtitle {
  --color: rgba(var(--blue-map), 1);
}
.page-container .c-map-share-button {
  --color: rgba(var(--blue-map), 1);
  --color-hover: rgba(var(--blue-map), 0.7);
}
.page-container .c-map-location-detail {
  --color: rgba(var(--blue-map), 1);
}
.page-container .c-map-location-detail__picture {
  display: block;
}
.page-container .c-map-location-detail__img {
  width: 100%;
  height: 100%;
}
.page-container .c-map-location-button {
  --color: rgba(var(--blue-map), 1);
  --color-hover: rgba(var(--green-map), 1);
  border-bottom: 1px solid #a1a2a2;
}
.page-container .c-map-location-button__icon {
  stroke: rgba(var(--green-map));
}
.page-container .c-map-pin {
  --bg-color: rgba(var(--green-map),1);
  --bg-color-hover: rgba(var(--green-map),0.7);
  --bg-color-active: rgba(var(--orange-map),1);
}
.page-container .c-map-popup {
  --color: rgba(var(--blue-map),1);
}
.page-container .c-map-popup__title-arrow {
  fill: rgba(var(--orange-map), 1);
}
.page-container .c-map-popup__img {
  width: 100%;
  height: 100%;
}
.page-container .c-map-close-button::after {
  background-color: rgba(var(--blue-map), 1);
}
.page-container .c-map-quit-button {
  --background-color: rgba(var(--blue-map), 1);
  --background-color-hover: rgba(var(--orange-map), 1);
}
.page-container .c-map-reset-button {
  --color: rgba(var(--blue-map), 1);
  --color-hover: rgba(var(--blue-map), 0.7);
}
.page-container .c-map-reset-button span {
  color: var(--color);
  transition: color 300ms ease;
}
.page-container .c-map-reset-button:hover span {
  color: var(--color-hover);
}
.page-container .c-map-cookies-button {
  --background-color: #fff;
  --background-color-hover: rgba(var(--blue-map), 1);
  --icon-color: rgba(var(--blue-map), 1);
}
.page-container .c-map-ui-button {
  --icon-color: rgba(var(--blue-map), 1);
  --icon-color-hover: rgba(var(--blue-map), 0.7);
}
.page-container .c-map-layers-popup {
  --active-color: rgba(var(--blue-map), 1);
}
.page-container .c-map-button {
  --button-border-color: rgba(var(--blue-map), 1);
  --button-background-color: rgba(var(--blue-map), 1);
}
.page-container .c-map-button--secondary {
  --button-border-color: rgba(var(--blue-map), 1);
  --button-background-color: transparent;
  --button-color: rgba(var(--blue-map), 1);
}

.c-event-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-event-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 50px 0 rgba(0, 0, 0, 0.05);
}
.c-event-card__picture-container {
  position: relative;
}
.c-event-card__picture {
  position: relative;
  display: block;
  height: 250px;
}
.c-event-card__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-event-card__category {
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100% - 40px - 40px);
  padding: 10px 35px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  background-color: #f68b52;
  z-index: 1;
}
.c-event-card__content {
  flex: 1;
  padding: 60px 40px;
  background: white;
}
@media screen and (max-width: 1000px) {
  .c-event-card__content {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 600px) {
  .c-event-card__content {
    padding: 40px 25px;
  }
}
.c-event-card--organization .c-event-card__category {
  background-color: #13c164;
}
.c-event-card__title {
  font-family: "roboto", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25em;
  text-transform: none;
  color: #1c2e69;
  margin-bottom: 40px;
}
.c-event-card__info {
  display: flex;
}
.c-event-card__info:not(:last-child) {
  margin-bottom: 15px;
}
.c-event-card__info-svg-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 14px;
}
.c-event-card__info-svg {
  flex-shrink: 0;
  stroke: #1c2e69;
  width: 18px;
  height: 18px;
}
.c-event-card__info-text {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #1c2e69;
}

.c-checkbox-field {
  --checkbox-field-title-color: #1c2e69;
  --checkbox-field-label-font-size: 16px;
  --checkbox-field-label-color: #1c2e69;
  --checkbox-field-dot-color: white;
  --checkbox-field-box-background-color: white;
  --checkbox-field-box-background-color-active: #13c164;
  --checkbox-field-box-border-color: rgba(0, 0, 0, 0.2);
  --checkbox-field-box-border-color-active: #13c164;
}
@media screen and (max-width: 1024px) {
  .section-form .c-checkbox-field {
    --checkbox-field-box-background-color: #f0f0f0;
  }
}

.c-checkbox-field {
  position: relative;
}
.c-checkbox-field__header {
  margin-bottom: 30px;
}
.c-checkbox-field__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.c-checkbox-field__label {
  display: flex;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.c-checkbox-field__label:last-child {
  margin-bottom: 0;
}
.c-checkbox-field__label--disabled {
  opacity: 0.6;
  pointer-events: none;
}
.c-checkbox-field__text {
  flex: 1;
  font-family: "roboto", sans-serif;
  font-size: var(--checkbox-field-label-font-size);
  line-height: 1.5em;
  color: var(--checkbox-field-label-color);
  order: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-checkbox-field__text > span {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #eb0000;
  border-radius: 50%;
  vertical-align: super;
  margin-bottom: 0.2em;
  margin-left: 3px;
}
.c-checkbox-field__box {
  position: relative;
  width: 18px;
  height: 18px;
  margin-top: calc((var(--checkbox-field-label-font-size) * 1.5 - 18px) / 2);
  margin-right: 15px;
  background-color: var(--checkbox-field-box-background-color);
  border: 1px solid var(--checkbox-field-box-border-color);
  border-radius: 3px;
  order: 1;
  transition-property: background-color, border-color;
  transition-duration: 225ms;
}
.c-checkbox-field__box::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 225ms;
  background: url("../images/icones/checkmark.svg") no-repeat center/contain;
}
.c-checkbox-field__input:checked ~ .c-checkbox-field__box {
  background-color: var(--checkbox-field-box-background-color-active);
  border-color: var(--checkbox-field-box-border-color-active);
}
.c-checkbox-field__input:checked ~ .c-checkbox-field__box::before {
  transform: translate(-50%, -50%) scale(1);
}
.c-checkbox-field--inline .c-checkbox-field__options {
  margin-top: -20px;
}
.c-checkbox-field--inline .c-checkbox-field__label {
  display: inline-flex;
  margin: 20px 30px 0 0;
}

.c-checkbox-tag-field {
  --checkbox-field-title-color: #1c2e69;
  --checkbox-tag-field-color: #1c2e69;
  --checkbox-tag-field-background: #f0f0f0;
  --checkbox-tag-field-border: #f0f0f0;
  --checkbox-tag-field-color-hover: white;
  --checkbox-tag-field-background-hover: #13c164;
  --checkbox-tag-field-border-hover: #13c164;
  --checkbox-tag-field-color-active: white;
  --checkbox-tag-field-background-active: #13c164;
  --checkbox-tag-field-border-active: #13c164;
}
@media screen and (max-width: 1024px) {
  .section-form .c-checkbox-tag-field {
    --checkbox-tag-field-background: white;
    --checkbox-tag-field-border: white;
  }
}

.c-checkbox-tag-field {
  position: relative;
}
.c-checkbox-tag-field__header {
  margin-bottom: 30px;
}
.c-checkbox-tag-field__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.c-checkbox-tag-field__options {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.c-checkbox-tag-field__label {
  display: flex;
  margin: 5px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.c-checkbox-tag-field__text {
  flex: 1;
  padding: 4px 12px;
  font-family: "roboto", sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  color: var(--checkbox-tag-field-color);
  background-color: var(--checkbox-tag-field-background);
  border: 2px solid var(--checkbox-tag-field-border);
  border-radius: 3px;
  transition-property: color, background-color, border-color;
  transition-duration: 300ms;
  order: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.c-checkbox-tag-field__label .c-checkbox-tag-field__text:hover {
  color: var(--checkbox-tag-field-color-hover);
  background-color: var(--checkbox-tag-field-background-hover);
  border-color: var(--checkbox-tag-field-border-hover);
}
.c-checkbox-tag-field__input:checked ~ .c-checkbox-tag-field__text {
  color: var(--checkbox-tag-field-color-active);
  background-color: var(--checkbox-tag-field-background-active);
  border-color: var(--checkbox-tag-field-border-active);
}
.c-checkbox-tag-field__input:disabled ~ .c-checkbox-tag-field__text {
  opacity: 0.6;
  pointer-events: none;
}

.c-file-field {
  --file-field-color: #1c2e69;
  --file-field-color-hover: white;
  --file-field-background-color: #f0f0f0;
  --file-field-background-color-hover: #1c2e69;
  --file-field-svg-color: #13c164;
  --file-field-x-color: #13c164;
  --file-field-x-color-hover: #1c2e69;
}
@media screen and (max-width: 1024px) {
  .section-form .c-file-field {
    --file-field-background-color: white;
  }
}

.c-file-field {
  position: relative;
}
.c-file-field__input {
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}
.c-file-field__label {
  display: block;
  position: relative;
  width: 100%;
  padding: 18px 55px 16px 25px;
  background-color: var(--file-field-background-color);
  transition: background-color 300ms;
  cursor: pointer;
}
.c-file-field__label:hover {
  background-color: var(--file-field-background-color-hover);
}
[data-file]:not([data-file=""]) .c-file-field__label {
  pointer-events: none;
}
.c-file-field__text {
  display: block;
  font-family: "roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  color: var(--file-field-color);
  word-wrap: break-word;
  overflow: hidden;
  transition: color 300ms;
}
.c-file-field__text > span {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #eb0000;
  border-radius: 50%;
  vertical-align: super;
  margin-bottom: 0.2em;
  margin-left: 3px;
}
.c-file-field__label:hover .c-file-field__text {
  color: var(--file-field-color-hover);
}
.c-file-field__svg {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 25px;
  fill: var(--file-field-svg-color);
  transform: translate(0, -50%);
  transition: fill 300ms, opacity 300ms;
}
.c-file-field__label:hover .c-file-field__svg {
  fill: var(--file-field-color-hover);
}
[data-file]:not([data-file=""]) .c-file-field__svg {
  opacity: 0;
}
.c-file-field__x {
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translate(0, -50%);
  width: 18px;
  height: 18px;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  transition: opacity 300ms, visibility 0ms ease 300ms;
  z-index: 1;
}
.c-file-field__x::before, .c-file-field__x::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: var(--file-field-x-color);
  transition: background-color 300ms;
}
.c-file-field__x::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-file-field__x::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-file-field__x:hover::before, .c-file-field__x:hover::after {
  background-color: var(--file-field-x-color-hover);
}
[data-file]:not([data-file=""]) .c-file-field__x {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.c-form {
  --form-grid-item-length: span 2;
}

.c-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 75px;
}
@media screen and (max-width: 1400px) {
  .c-form__grid {
    gap: 50px 60px;
  }
}
@media screen and (max-width: 1200px) {
  .c-form__grid {
    gap: 50px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .c-form__grid {
    gap: 50px 30px;
  }
}
@media screen and (max-width: 900px) {
  .c-form__grid {
    gap: 50px 0px;
  }
}
.c-form__grid-item {
  grid-column: var(--form-grid-item-length);
  min-width: 0;
}
@media screen and (min-width: 901px) {
  .c-form__grid-item--half {
    --form-grid-item-length: span 1;
  }
}
@media screen and (min-width: 901px) {
  .c-form__grid-item--break + .c-form__grid-item {
    grid-column-start: 1;
  }
}
@media screen and (max-width: 900px) {
  .c-form__grid-item--less-top-spacing {
    margin-top: -30px;
  }
}
.c-form .c-form-note {
  font-family: "roboto", sans-serif;
  font-size: 14px;
  line-height: 1.7em;
  color: rgba(28, 46, 105, 0.6);
  margin-top: 8px;
}
.c-form .c-form-error {
  position: absolute;
  top: 100%;
  left: 0;
  font-family: "roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #eb0000;
  margin-top: 8px;
}
.c-form .c-form-error .error {
  position: initial;
  top: auto;
  padding-top: 0;
  font: inherit;
  color: inherit;
}
.c-form .c-title-field {
  margin-bottom: -20px;
}
.c-form .c-title-field__heading {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4em;
  text-transform: uppercase;
  color: #1c2e69;
  margin-bottom: 0;
}
.c-form .c-subtitle-field {
  margin-bottom: -20px;
}
.c-form .c-subtitle-field__heading {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2em;
  text-transform: none;
  color: #1c2e69;
  margin-bottom: 0;
}

.c-input-field {
  --input-field-color: #1c2e69;
  --input-field-placeholder-color: rgba(28, 46, 105, 0.6);
  --input-field-background: white;
  --input-field-border: #1c2e69;
  --input-field-border-active: #13c164;
  --input-field-border-error: #eb0000;
}
@media screen and (max-width: 1024px) {
  .section-form .c-input-field {
    --input-field-background: #f0f0f0;
  }
}

.c-input-field {
  position: relative;
}
.c-input-field__input-container {
  position: relative;
}
.c-input-field__input {
  width: 100%;
  padding: 8px 0;
  margin-bottom: 1px;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  color: var(--input-field-color);
  border: 0;
  border-bottom: 1px solid var(--input-field-border);
  border-radius: 0;
  background-color: var(--input-field-background);
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
.c-input-field__input[type=time]::-webkit-calendar-picker-indicator, .c-input-field__input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}
.c-input-field__input[type=time]:in-range::-webkit-datetime-edit-year-field, .c-input-field__input[type=time]:in-range::-webkit-datetime-edit-month-field, .c-input-field__input[type=time]:in-range::-webkit-datetime-edit-day-field, .c-input-field__input[type=time]:in-range::-webkit-datetime-edit-text, .c-input-field__input[type=date]:in-range::-webkit-datetime-edit-year-field, .c-input-field__input[type=date]:in-range::-webkit-datetime-edit-month-field, .c-input-field__input[type=date]:in-range::-webkit-datetime-edit-day-field, .c-input-field__input[type=date]:in-range::-webkit-datetime-edit-text {
  color: transparent;
}
.c-input-field__input:focus {
  border-color: var(--input-field-border-active);
  border-width: 2px;
  margin-bottom: 0px;
}
.c-input-field__input {
  box-shadow: 0 0 0 100px var(--input-field-background) inset;
}
.c-input-field--error .c-input-field__input {
  border-color: var(--input-field-border-error);
}
.c-input-field ::-webkit-input-placeholder {
  color: var(--input-field-placeholder-color);
}
.c-input-field ::-moz-placeholder {
  color: var(--input-field-placeholder-color);
}
.c-input-field :-ms-input-placeholder {
  color: var(--input-field-placeholder-color);
}
.c-input-field :-moz-placeholder {
  color: var(--input-field-placeholder-color);
}
.c-input-field :-webkit-autofill,
.c-input-field :-webkit-autofill:hover,
.c-input-field :-webkit-autofill:focus,
.c-input-field :-webkit-autofill:active {
  font-size: 16px !important;
  border-bottom: 1px solid var(--input-field-border-active) !important;
  -webkit-text-fill-color: var(--input-field-color);
  caret-color: var(--input-field-color);
  margin-bottom: 1px !important;
}
.c-input-field :-webkit-autofill::first-line {
  font-family: "roboto", sans-serif;
  font-size: 16px;
}
.c-input-field--calendar .datepickerWrapper {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 350px;
  max-width: 100%;
  background-color: white;
  opacity: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
  z-index: 100;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  transition: opacity 300ms, visibility 0ms ease 300ms;
}
@media screen and (max-width: 425px) {
  .c-input-field--calendar .datepickerWrapper {
    width: 100%;
  }
}
.c-input-field--calendar .datepickerWrapper.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: opacity 300ms;
}

.c-form-label {
  display: block;
  font-family: "roboto", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.1em;
  color: #1c2e69;
  margin-bottom: 12px;
}
.c-form-label--radio-and-checkbox {
  display: block;
  font-family: "roboto", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5em;
  color: #1c2e69;
  margin-bottom: 5px;
}

.c-form-label > span:not(.c-file-field__text), .c-form-label .requiredDot,
.c-file-field__label > span:not(.c-file-field__text),
.c-file-field__label .requiredDot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #eb0000;
  border-radius: 50%;
  vertical-align: super;
  margin-bottom: 0.2em;
  margin-left: 3px;
}

.control-multi-file-uploader,
.c-multiple-files-field {
  --multiple-files-field-container-background-color: #f0f0f0;
  --multiple-files-field-container-border-color: #1c2e69;
  --multiple-files-field-container-border-radius: 18px;
  --multiple-files-field-button-height: 160px;
  --multiple-files-field-button-font-family: roboto, sans-serif;
  --multiple-files-field-button-font-size: 16px;
  --multiple-files-field-button-line-height: 1.3em;
  --multiple-files-field-button-color: #1c2e69;
  --multiple-files-field-button-background-color: #f0f0f0;
  --multiple-files-field-button-background-color-hover: rgba(28, 46, 105, 0.15);
  --multiple-files-field-file-background-color: #f0f0f0;
  --multiple-files-field-file-preview-size: 100px;
  --multiple-files-field-file-preview-border-radius: 10px;
  --multiple-files-field-file-detail-font-family: roboto, sans-serif;
  --multiple-files-field-file-detail-font-size: 14px;
  --multiple-files-field-file-detail-line-height: 1.5em;
  --multiple-files-field-file-detail-color: #1c2e69;
  --multiple-files-field-file-x-color: white;
  --multiple-files-field-file-x-background-color: #13c164;
  --multiple-files-field-file-x-background-color-hover: #1c2e69;
  --multiple-files-field-file-x-background-size: 20px;
}
@media screen and (max-width: 600px) {
  .control-multi-file-uploader,
  .c-multiple-files-field {
    --multiple-files-field-button-height: 130px;
  }
}
@media screen and (max-width: 500px) {
  .control-multi-file-uploader,
  .c-multiple-files-field {
    --multiple-files-field-button-height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .section-form .control-multi-file-uploader,
  .section-form .c-multiple-files-field {
    --multiple-files-field-container-background-color: white;
    --multiple-files-field-button-background-color: white;
    --multiple-files-field-file-background-color: white;
  }
}

.control-multi-file-uploader {
  background-color: var(--multiple-files-field-container-background-color);
  border: 1px dashed var(--multiple-files-field-container-border-color);
  border-radius: var(--multiple-files-field-container-border-radius);
  overflow: hidden;
}
.control-multi-file-uploader .container {
  position: relative;
  width: 100%;
  height: 100%;
}
.control-multi-file-uploader .dz-clickable {
  height: var(--multiple-files-field-button-height);
  background-color: var(--multiple-files-field-button-background-color);
  cursor: pointer;
  transition-property: color, background-color;
  transition-duration: 300ms;
}
.control-multi-file-uploader .dz-clickable:hover {
  background-color: var(--multiple-files-field-button-background-color-hover);
}
.control-multi-file-uploader .content {
  font-size: var(--multiple-files-field-button-font-size);
  margin-top: auto;
}
.control-multi-file-uploader .content .placeholder {
  position: absolute;
  top: calc(var(--multiple-files-field-button-height) / 2);
  right: 20px;
  left: 20px;
  font-family: var(--multiple-files-field-button-font-family);
  font-weight: 500;
  font-size: var(--multiple-files-field-button-font-size);
  line-height: var(--multiple-files-field-button-line-height);
  color: var(--multiple-files-field-button-color);
  text-align: center;
  pointer-events: none;
  transform: translate(0, -50%);
  transition-property: color, background-color;
  transition-duration: 300ms;
}
.control-multi-file-uploader .content .placeholder__svg {
  width: var(--multiple-files-field-button-svg-size);
  height: var(--multiple-files-field-button-svg-size);
  fill: var(--multiple-files-field-button-svg-color);
  margin-left: 10px;
  margin-bottom: -1px;
}
.control-multi-file-uploader .content .placeholder .upload-full-text {
  display: block;
}
@media screen and (max-width: 560px) {
  .control-multi-file-uploader .content .placeholder .upload-full-text {
    display: none;
  }
}
.control-multi-file-uploader .content .placeholder .upload-truncated-text {
  display: none;
}
@media screen and (max-width: 560px) {
  .control-multi-file-uploader .content .placeholder .upload-truncated-text {
    display: block;
  }
}
.control-multi-file-uploader .content .dz-preview {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 100px;
  padding-left: 120px;
  padding-right: 35px;
  margin: 20px;
}
.control-multi-file-uploader .content .dz-preview .thumbnail {
  position: absolute;
  width: var(--multiple-files-field-file-preview-size);
  height: var(--multiple-files-field-file-preview-size);
  top: 0;
  left: 0;
}
.control-multi-file-uploader .content .dz-preview .thumbnail {
  border-radius: var(--multiple-files-field-file-preview-border-radius);
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  overflow: hidden;
}
.control-multi-file-uploader .content .dz-preview .dz-details {
  flex-wrap: wrap;
  font-size: var(--multiple-files-field-file-detail-font-size);
  line-height: var(--multiple-files-field-file-detail-line-height);
  color: var(--multiple-files-field-file-detail-color);
}
.control-multi-file-uploader .content .dz-preview .dz-details .dz-filename,
.control-multi-file-uploader .content .dz-preview .dz-details .dz-size {
  width: 100%;
  word-break: break-all;
  margin: 6px 0;
}
.control-multi-file-uploader .content .dz-preview .action-panel {
  position: absolute;
  width: var(--multiple-files-field-file-x-background-size);
  height: var(--multiple-files-field-file-x-background-size);
  top: 10px;
  right: 10px;
  color: var(--multiple-files-field-file-x-color);
  background: var(--multiple-files-field-file-x-background-color);
  border-radius: 50%;
  cursor: pointer;
  z-index: 4;
  transition-property: color, background-color;
  transition-duration: 300ms;
}
.control-multi-file-uploader .content .dz-preview .action-panel:hover {
  background-color: var(--multiple-files-field-file-x-background-color-hover);
}
.control-multi-file-uploader .content .dz-preview .action-panel a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--multiple-files-field-file-x-color);
  transform: translate(-50%, -50%);
}
.control-multi-file-uploader .content .dz-preview .dz-error-mark {
  display: none;
}
.control-multi-file-uploader .content .dz-preview .dz-error-message {
  position: absolute;
  bottom: 5px;
  color: #458a91;
}

.c-multiple-files-field {
  position: relative;
}
.c-multiple-files-field__container {
  border: 1px dashed var(--multiple-files-field-container-border-color);
  border-radius: var(--multiple-files-field-container-border-radius);
  overflow: hidden;
}
.c-multiple-files-field__button-input {
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}
.c-multiple-files-field__button-label {
  display: flex;
  width: 100%;
  min-height: var(--multiple-files-field-button-height);
  padding: 20px 20px;
  align-items: center;
  justify-content: center;
  background-color: var(--multiple-files-field-button-background-color);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.c-multiple-files-field__button-input[disabled] + .c-multiple-files-field__button-label {
  background-color: var(--multiple-files-field-button-background-color-hover);
  pointer-events: none;
}
.c-multiple-files-field__button-label:hover {
  background-color: var(--multiple-files-field-button-background-color-hover);
}
.c-multiple-files-field__button-label-text {
  font-family: var(--multiple-files-field-button-font-family);
  font-size: var(--multiple-files-field-button-font-size);
  line-height: var(--multiple-files-field-button-line-height);
  text-align: center;
  color: var(--multiple-files-field-button-color);
}
.c-multiple-files-field__file {
  height: 0px;
  background-color: var(--multiple-files-field-file-background-color);
  opacity: 0;
  overflow: hidden;
}
.c-multiple-files-field__file-container {
  display: flex;
  align-items: center;
  padding: 20px;
}
.c-multiple-files-field__file-preview-item {
  padding-right: 20px;
}
.c-multiple-files-field__file-preview-picture {
  display: block;
  font-size: 0;
  width: var(--multiple-files-field-file-preview-size);
  height: var(--multiple-files-field-file-preview-size);
  border-radius: var(--multiple-files-field-file-preview-border-radius);
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  overflow: hidden;
}
.c-multiple-files-field__file-preview-image {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.c-multiple-files-field__file-text-item {
  flex: 1;
  padding-right: 20px;
}
.c-multiple-files-field__file-title, .c-multiple-files-field__file-size {
  display: block;
  font-family: var(--multiple-files-field-file-detail-font-family);
  font-size: var(--multiple-files-field-file-detail-font-size);
  line-height: var(--multiple-files-field-file-detail-line-height);
  color: var(--multiple-files-field-file-detail-color);
  word-break: break-all;
}
.c-multiple-files-field__file-title {
  margin-bottom: 6px;
}
.c-multiple-files-field__file-delete-item {
  align-self: flex-start;
  padding-top: 10px;
  padding-right: 10px;
}
.c-multiple-files-field__file-delete-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--multiple-files-field-file-x-background-size);
  height: var(--multiple-files-field-file-x-background-size);
  background-color: var(--multiple-files-field-file-x-background-color);
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.c-multiple-files-field__file-delete-link:hover {
  background-color: var(--multiple-files-field-file-x-background-color-hover);
}
.c-multiple-files-field__file-delete-x {
  position: relative;
  width: 8px;
  height: 8px;
}
.c-multiple-files-field__file-delete-x:before, .c-multiple-files-field__file-delete-x:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  background-color: var(--multiple-files-field-file-x-color);
  transition: background-color 300ms;
}
.c-multiple-files-field__file-delete-x:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-multiple-files-field__file-delete-x:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-radio-field {
  --radio-field-title-color: #1c2e69;
  --radio-field-label-font-size: 16px;
  --radio-field-label-color: #1c2e69;
  --radio-field-dot-color: white;
  --radio-field-box-background: white;
  --radio-field-box-background-active: #13c164;
  --radio-field-box-border: rgba(0, 0, 0, 0.2);
  --radio-field-box-border-active: #13c164;
}
@media screen and (max-width: 1024px) {
  .section-form .c-radio-field {
    --radio-field-dot-color: #f0f0f0;
    --radio-field-box-background: #f0f0f0;
  }
}

.c-radio-field {
  position: relative;
}
.c-radio-field__header {
  margin-bottom: 30px;
}
.c-radio-field__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.c-radio-field__label {
  display: flex;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.c-radio-field__label:last-child {
  margin-bottom: 0;
}
.c-radio-field__label--disabled {
  opacity: 0.6;
  pointer-events: none;
}
.c-radio-field__text {
  flex: 1;
  font-family: "roboto", sans-serif;
  font-size: var(--radio-field-label-font-size);
  line-height: 1.5em;
  color: var(--radio-field-label-color);
  order: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-radio-field__box {
  width: 20px;
  height: 20px;
  position: relative;
  margin-top: calc((var(--radio-field-label-font-size) * 1.5 - 20px) / 2);
  margin-right: 15px;
  background-color: var(--radio-field-box-background);
  border: 1px solid var(--radio-field-box-border);
  border-radius: 50%;
  order: 1;
  transition-property: background-color, border-color;
  transition-duration: 225ms;
}
.c-radio-field__box::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: var(--radio-field-dot-color);
  border-radius: 50%;
  transition: transform 225ms;
}
.c-radio-field__input:checked ~ .c-radio-field__box {
  background-color: var(--radio-field-box-background-active);
  border-color: var(--radio-field-box-border-active);
}
.c-radio-field__input:checked ~ .c-radio-field__box::before {
  transform: translate(-50%, -50%) scale(1);
}
.c-radio-field--inline .c-radio-field__options {
  margin-top: -20px;
}
.c-radio-field--inline .c-radio-field__label {
  display: inline-flex;
  margin: 20px 30px 0 0;
}

.c-radio-tag-field {
  --radio-field-title-color: #1c2e69;
  --radio-tag-field-color: #1c2e69;
  --radio-tag-field-background: #f0f0f0;
  --radio-tag-field-border: #f0f0f0;
  --radio-tag-field-color-hover: white;
  --radio-tag-field-background-hover: #13c164;
  --radio-tag-field-border-hover: #13c164;
  --radio-tag-field-color-active: white;
  --radio-tag-field-background-active: #13c164;
  --radio-tag-field-border-active: #13c164;
}
@media screen and (max-width: 1024px) {
  .section-form .c-radio-tag-field {
    --radio-tag-field-background: white;
    --radio-tag-field-border: white;
  }
}

.c-radio-tag-field {
  position: relative;
}
.c-radio-tag-field__header {
  margin-bottom: 30px;
}
.c-radio-tag-field__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.c-radio-tag-field__options {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.c-radio-tag-field__label {
  display: flex;
  margin: 5px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.c-radio-tag-field__text {
  flex: 1;
  padding: 4px 12px;
  font-family: "roboto", sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  color: var(--radio-tag-field-color);
  background-color: var(--radio-tag-field-background);
  border: 2px solid var(--radio-tag-field-border);
  border-radius: 100px;
  transition-property: color, background-color, border-color;
  transition-duration: 300ms;
  order: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.c-radio-tag-field__label .c-radio-tag-field__text:hover {
  color: var(--radio-tag-field-color-hover);
  background-color: var(--radio-tag-field-background-hover);
  border-color: var(--radio-tag-field-border-hover);
}
.c-radio-tag-field__input:checked ~ .c-radio-tag-field__text {
  color: var(--radio-tag-field-color-active);
  background-color: var(--radio-tag-field-background-active);
  border-color: var(--radio-tag-field-border-active);
}
.c-radio-tag-field__input:disabled ~ .c-radio-tag-field__text {
  opacity: 0.6;
  pointer-events: none;
}

.c-select-field {
  --select-field-label-color: #1c2e69;
  --select-field-label-color-hover: white;
  --select-field-label-color-active: white;
  --select-field-label-background: #f0f0f0;
  --select-field-label-background-hover: #1c2e69;
  --select-field-label-background-active: #1c2e69;
  --select-field-pointer-color: #13c164;
  --select-field-pointer-color-hover: white;
  --select-field-pointer-color-active: white;
  --select-field-option-color: #1c2e69;
  --select-field-option-color-hover: #1c2e69;
  --select-field-option-color-selected: #1c2e69;
  --select-field-option-background: white;
  --select-field-option-background-hover: #E8EAF0;
  --select-field-option-background-selected: #E8EAF0;
  --select-field-scrollbar-color: #f0f0f0;
  --select-field-scrollbar-background: white;
}
@media screen and (max-width: 1024px) {
  .section-form .c-select-field {
    --select-field-label-background: white;
  }
}

.c-select-field {
  position: relative;
}
.c-select-field .tail-select {
  max-width: 500px;
  position: relative;
  z-index: 1;
  transition-property: z-index;
}
.c-select-field .tail-select:not(.active) {
  transition-delay: 500ms;
}
.c-select-field .tail-select.active {
  z-index: 2;
}
.c-select-field .tail-select svg {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(-90deg);
  stroke: var(--select-field-pointer-color);
  z-index: 1;
  pointer-events: none;
  transition-property: transform, fill;
  transition-duration: 500ms;
  transition-timing-function: var(--out-cubic), linear;
}
.c-select-field .tail-select:hover .select-label ~ svg {
  stroke: var(--select-field-pointer-color-hover);
}
.c-select-field .tail-select.active svg {
  transform: translateY(-50%) rotate(90deg);
  stroke: var(--select-field-pointer-color-active);
}
.c-select-field .select-label {
  padding: 18px 55px 16px 25px;
  position: relative;
  background-color: var(--select-field-label-background);
  border: 0;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  transition-property: color, background-color;
  transition-duration: 500ms;
}
.c-select-field .select-label:hover {
  background-color: var(--select-field-label-background-hover);
}
.c-select-field .tail-select.active .select-label {
  background-color: var(--select-field-label-background-active);
}
.c-select-field .label-inner {
  position: relative;
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.5em;
  color: var(--select-field-label-color);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 300ms;
}
.c-select-field .tail-select:hover .label-inner {
  color: var(--select-field-label-color-hover);
}
.c-select-field .tail-select.active .label-inner {
  color: var(--select-field-label-color-active);
}
.c-select-field .select-dropdown {
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0;
  opacity: 0;
  background-color: rgb(var(--rgb-white));
  z-index: -1;
  visibility: hidden;
  pointer-events: none;
  transition-property: top, opacity, visibility;
  transition-duration: 500ms, 500ms, 0ms;
  transition-timing-function: var(--out-cubic), var(--out-cubic), linear;
  transition-delay: 0ms, 0ms, 500ms;
}
.c-select-field .tail-select.active .select-dropdown {
  top: 100%;
  opacity: 1;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  visibility: visible;
  pointer-events: all;
  transition-property: top, opacity, visibility;
  transition-duration: 500ms, 500ms, 0s;
  transition-delay: 0ms, 0ms, 0s;
  transition-timing-function: var(--out-cubic);
}
.c-select-field .dropdown-inner {
  max-height: 195px;
  overflow: auto;
}
.c-select-field .dropdown-inner::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: var(--select-field-scrollbar-background);
  -webkit-appearance: none;
}
.c-select-field .dropdown-inner::-webkit-scrollbar-thumb {
  background-color: var(--select-field-scrollbar-color);
}
.c-select-field .dropdown-option {
  padding: 18px 25px 16px;
  font-family: "roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5em;
  color: var(--select-field-option-color);
  background-color: var(--select-field-option-background);
  cursor: pointer;
  user-select: none;
  transition-property: color, background-color;
  transition-duration: 300ms;
}
.c-select-field .dropdown-option:hover {
  color: var(--select-field-option-color-hover);
  background-color: var(--select-field-option-background-hover);
}
.c-select-field .dropdown-option.selected {
  color: var(--select-field-option-color-selected);
  background-color: var(--select-field-option-background-selected);
}
.c-select-field select {
  height: auto;
  width: 100%;
  max-width: 500px;
  padding: 18px 55px 16px 25px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.5em;
  color: var(--select-field-label-color);
  border: 0;
  outline: none;
  background-image: url("../images/icones/pointer-green.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 25px) 50%;
  background-size: 12px 12px;
  background-color: var(--select-field-label-background);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-appearance: none;
}
.c-select-field select[data-select-hidden="0"] {
  display: block !important;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
}
.c-select-field select::-ms-expand {
  display: none;
}

.c-textarea-field {
  --textarea-field-color: $color1;
  --textarea-field-placeholder-color: rgba(28, 46, 105, 0.6);
  --textarea-field-background: white;
  --textarea-field-border: #1c2e69;
  --textarea-field-border-active: #13c164;
  --textarea-field-border-error: #eb0000;
}
@media screen and (max-width: 1024px) {
  .section-form .c-textarea-field {
    --textarea-field-background: #f0f0f0;
  }
}

.c-textarea-field {
  position: relative;
}
.c-textarea-field__textarea-container {
  position: relative;
}
.c-textarea-field__textarea {
  width: 100%;
  height: 43px;
  padding: 8px 0;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  color: var(--textarea-field-color);
  background-color: var(--textarea-field-background);
  border: 0;
  border-bottom: 1px solid var(--textarea-field-border);
  border-radius: 0;
  box-shadow: 0 0 0 100px var(--textarea-field-background-color) inset;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  outline: none;
  resize: none;
  overflow: hidden;
}
.c-textarea-field__textarea[style] {
  margin-bottom: 0;
}
.c-textarea-field__textarea:focus {
  border-color: var(--textarea-field-border-active);
  border-width: 2px;
  margin-bottom: 0px;
}
.c-textarea-field--error .c-textarea-field__textarea {
  border-color: var(--textarea-field-border-error);
}
.c-textarea-field ::-webkit-input-placeholder {
  color: var(--textarea-field-placeholder-color);
}
.c-textarea-field ::-moz-placeholder {
  color: var(--textarea-field-placeholder-color);
}
.c-textarea-field :-ms-input-placeholder {
  color: var(--textarea-field-placeholder-color);
}
.c-textarea-field :-moz-placeholder {
  color: var(--textarea-field-placeholder-color);
}
.c-textarea-field :-webkit-autofill,
.c-textarea-field :-webkit-autofill:hover,
.c-textarea-field :-webkit-autofill:focus,
.c-textarea-field :-webkit-autofill:active {
  font-size: 16px !important;
  border-bottom: 1px solid var(--textarea-field-border-active) !important;
  -webkit-text-fill-color: var(--textarea-field-color);
  caret-color: var(--textarea-field-color);
  margin-bottom: 1px !important;
}
.c-textarea-field :-webkit-autofill::first-line {
  font-family: "roboto", sans-serif;
  font-size: 16px;
}

.c-form {
  --timepicker-color: #1c2e69;
  --timepicker-background-color: white;
}

.c-form .bootstrap-datetimepicker-widget {
  font-family: "roboto", sans-serif !important;
}
.c-form .bootstrap-datetimepicker-widget table td span:hover {
  background: none !important;
}
.c-form .bootstrap-datetimepicker-widget table td span {
  color: var(--timepicker-color);
}
.c-form .bootstrap-datetimepicker-widget table td span:hover {
  opacity: 0.6;
}
.c-form .bootstrap-datetimepicker-widget table td {
  width: 0 !important;
}
.c-form .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-form .glyphicon-time::before {
  content: "\e023";
}
.c-form .glyphicon-chevron-left::before {
  content: "\e079";
}
.c-form .glyphicon-chevron-right::before {
  content: "\e080";
}
.c-form .glyphicon-chevron-up::before {
  content: "\e113";
}
.c-form .glyphicon-chevron-down::before {
  content: "\e114";
}
.c-form .glyphicon-calendar::before {
  content: "\e109";
}
.c-form .timepicker .btn {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.42857143;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative !important;
}
.c-form .timepicker .btn::before {
  content: url("../images/icones/pointer.svg");
  position: absolute !important;
  display: block;
  width: 14px;
  height: 14px;
  background-size: 16px 16px;
  background-position: center center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 1;
  transition: opacity 0.3s ease;
  will-change: transform;
}
.c-form .timepicker .btn[data-action=incrementHours]::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.c-form .timepicker .btn[data-action=incrementMinutes]::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.c-form .timepicker .btn:hover::before {
  opacity: 0.5;
}
.c-form .timepicker .btn::before {
  background: transparent;
}
.c-form .collapse {
  display: none;
}
.c-form .collapse.in {
  display: block;
}
.c-form .dropdown-menu {
  position: absolute;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: var(--timepicker-background-color);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.c-form .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.c-form .bootstrap-datetimepicker-widget {
  list-style: none;
  height: 225px;
}
.c-form .bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
  top: calc(100% + 20px) !important;
}
@media (min-width: 768px) {
  .c-form .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .c-form .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .c-form .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.c-form .bootstrap-datetimepicker-widget.dropdown-menu.bottom::before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.c-form .bootstrap-datetimepicker-widget.dropdown-menu.bottom::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.c-form .bootstrap-datetimepicker-widget.dropdown-menu.top::before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.c-form .bootstrap-datetimepicker-widget.dropdown-menu.top::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.c-form .bootstrap-datetimepicker-widget.dropdown-menu.pull-right::before {
  left: auto;
  right: 6px;
}
.c-form .bootstrap-datetimepicker-widget.dropdown-menu.pull-right::after {
  left: auto;
  right: 7px;
}
.c-form .bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.c-form .bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.c-form .bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.c-form .bootstrap-datetimepicker-widget .timepicker-hour,
.c-form .bootstrap-datetimepicker-widget .timepicker-minute,
.c-form .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.c-form .bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.c-form .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.c-form .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.c-form .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.c-form .bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.c-form .bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.c-form .bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.c-form .bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.c-form .bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.c-form .bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.c-form .bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.c-form .bootstrap-datetimepicker-widget table td,
.c-form .bootstrap-datetimepicker-widget table th {
  color: var(--timepicker-color);
  text-align: center;
  border-radius: 10px;
}
.c-form .bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.c-form .bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.c-form .bootstrap-datetimepicker-widget table th.disabled,
.c-form .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.c-form .bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.c-form .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.c-form .bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.c-form .bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.c-form .bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.c-form .bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.c-form .bootstrap-datetimepicker-widget table td.day:hover,
.c-form .bootstrap-datetimepicker-widget table td.hour:hover,
.c-form .bootstrap-datetimepicker-widget table td.minute:hover,
.c-form .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.c-form .bootstrap-datetimepicker-widget table td.old,
.c-form .bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.c-form .bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.c-form .bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.c-form .bootstrap-datetimepicker-widget table td.active,
.c-form .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.c-form .bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.c-form .bootstrap-datetimepicker-widget table td.disabled,
.c-form .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.c-form .bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 10px;
}
.c-form .bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.c-form .bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.c-form .bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.c-form .bootstrap-datetimepicker-widget table td span.disabled,
.c-form .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.c-form .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 35px;
  line-height: 35px;
}
.c-form .bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.c-form .bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.c-form .input-group.date .input-group-addon {
  cursor: pointer;
}
.c-form .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.c-events-list {
  --events-list-gap-x: 22px;
  --events-list-gap-y: 65px;
  --events-list-nb-columns: 3;
}
@media screen and (max-width: 1024px) {
  .c-events-list {
    --events-list-gap-y: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .c-events-list {
    --events-list-nb-columns: 2;
  }
}
@media screen and (max-width: 600px) {
  .c-events-list {
    --events-list-gap-x: 0px;
    --events-list-gap-y: 30px;
    --events-list-nb-columns: 1;
  }
}

.c-events-list__container {
  width: 100%;
}
.c-events-list__list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + (var(--events-list-gap-x)));
  margin-left: calc(0px - var(--events-list-gap-x) / 2);
  margin-right: calc(0px - var(--events-list-gap-x) / 2);
  margin-bottom: calc(0px - (var(--events-list-gap-y)));
}
.c-events-list__list-item {
  display: flex;
  justify-content: center;
  width: calc(100% / var(--events-list-nb-columns));
  padding: 0 calc(var(--events-list-gap-x) / 2);
  margin-bottom: var(--events-list-gap-y);
}
.c-events-list__active-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.c-events-list__active-filter-title {
  font-family: "roboto", sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  color: #1c2e69;
  margin-right: 20px;
}
.c-events-list__active-filter-button-refresh {
  position: relative;
  top: -0.1em;
  display: flex;
}
.c-events-list__active-filter-button-refresh-svg {
  width: 16px;
  height: 18px;
  stroke: #13c164;
  transform-origin: center calc(50% + 1px);
  will-change: transform;
  transition: transform 300ms;
  margin-top: 1px;
}
.c-events-list__active-filter-button-refresh:hover .c-events-list__active-filter-button-refresh-svg {
  animation-name: rotation;
  animation-duration: 300ms;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes rotation {
  0% {
    transform: none;
  }
  100% {
    transform: rotate(-360deg);
  }
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 5001;
  -webkit-box-shadow: 0px 22px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 22px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 22px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-height: 550px) {
  header.desktop {
    display: none;
  }
}
header.desktop .secondaryNav {
  width: 100%;
  border-bottom: 1px solid rgba(58, 58, 58, 0.1);
}
header.desktop .secondaryNav ul {
  float: right;
}
header.desktop .secondaryNav ul li {
  display: inline-block;
}
header.desktop .secondaryNav ul li a:not(.btnAlert) {
  margin: 10px 30px;
  font: 700 14px/1 "brandon-grotesque", sans-serif;
  color: rgba(28, 46, 105, 0.5);
  -webkit-transition: color 300ms, opacity 300ms;
  transition: color 300ms, opacity 300ms;
}
header.desktop .secondaryNav ul li a:not(.btnAlert):hover {
  color: #1c2e69;
}
header.desktop .secondaryNav ul li .btnAlert {
  position: relative;
  padding: 11px 60px 10px 35px;
  font: 700 13px/1 "brandon-grotesque", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #f68b52;
  -webkit-transition: background 300ms, opacity 300ms;
  transition: background 300ms, opacity 300ms;
}
header.desktop .secondaryNav ul li .btnAlert svg {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 6px;
  right: 30px;
  stroke: #fff;
}
header.desktop .secondaryNav ul li .btnAlert svg circle, header.desktop .secondaryNav ul li .btnAlert svg line {
  stroke: #fff;
}
header.desktop .secondaryNav ul li .btnAlert:hover {
  background: #1c2e69;
}
header.desktop .secondaryNav ul li.socialLogos {
  margin: 0 30px;
  margin-left: 0;
}
header.desktop .secondaryNav ul li.socialLogos > a {
  display: inline-block;
  width: 40px;
  height: 9px;
  padding: 0;
  margin: 0;
  position: relative;
}
header.desktop .secondaryNav ul li.socialLogos > a svg {
  position: absolute;
  height: 16px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: rgba(28, 46, 105, 0.5);
}
header.desktop .secondaryNav ul li.socialLogos > a svg path, header.desktop .secondaryNav ul li.socialLogos > a svg circle {
  fill: rgba(28, 46, 105, 0.5);
  -webkit-transition: fill 300ms, opacity 300ms;
  transition: fill 300ms, opacity 300ms;
}
header.desktop .secondaryNav ul li.socialLogos > a:hover svg path,
header.desktop .secondaryNav ul li.socialLogos > a:hover svg circle {
  fill: #1c2e69;
}
header.desktop .primaryNav > a {
  float: left;
  margin-left: 50px;
  padding: 10px 0 0;
}
@media screen and (max-width: 1200px) {
  header.desktop .primaryNav > a {
    margin-left: 20px;
  }
}
header.desktop .primaryNav ul {
  float: right;
}
header.desktop .primaryNav ul li {
  display: inline-block;
  vertical-align: top;
}
header.desktop .primaryNav ul li:not(:last-child) a {
  position: relative;
  padding: 35px 55px 35px 30px;
  font: 700 14px/1 "brandon-grotesque", sans-serif;
  color: #1c2e69;
  text-transform: uppercase;
  -webkit-transition: color 300ms, opacity 300ms;
  transition: color 300ms, opacity 300ms;
}
@media screen and (max-width: 1500px) {
  header.desktop .primaryNav ul li:not(:last-child) a {
    padding: 35px 40px 35px 10px;
  }
}
@media screen and (max-width: 1300px) {
  header.desktop .primaryNav ul li:not(:last-child) a {
    padding: 35px 30px 35px 10px;
  }
}
@media screen and (max-width: 1200px) {
  header.desktop .primaryNav ul li:not(:last-child) a {
    padding: 38px 30px 35px 10px;
    font-size: 12px;
  }
}
header.desktop .primaryNav ul li:not(:last-child) a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  top: calc(50% - 3px);
  right: 30px;
  background: url("../images/icones/pointeVerte.svg") no-repeat center;
  background-size: contain;
  -webkit-transition: transform 300ms;
  transition: transform 300ms;
}
@media screen and (max-width: 1500px) {
  header.desktop .primaryNav ul li:not(:last-child) a:after {
    right: 20px;
  }
}
@media screen and (max-width: 1300px) {
  header.desktop .primaryNav ul li:not(:last-child) a:after {
    right: 10px;
  }
}
header.desktop .primaryNav ul li .loupe {
  position: relative;
  margin: 30px 50px 0 30px;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 1300px) {
  header.desktop .primaryNav ul li .loupe {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  header.desktop .primaryNav ul li .loupe {
    margin: 30px 20px 0 5px;
  }
}
header.desktop .primaryNav ul li .loupe svg {
  position: absolute;
  width: 22px;
  height: 22px;
  stroke: #1c2e69;
  -webkit-transition: opacity 300ms, stroke 300ms;
  transition: opacity 300ms, stroke 300ms;
}
header.desktop .primaryNav ul li .loupe svg:last-child {
  opacity: 0;
}
header.desktop .primaryNav ul li .loupe svg circle, header.desktop .primaryNav ul li .loupe svg line {
  stroke: #1c2e69;
  -webkit-transition: stroke 300ms;
  transition: stroke 300ms;
}
header.desktop .primaryNav ul li .loupe:hover svg, header.desktop .primaryNav ul li .loupe:hover svg circle, header.desktop .primaryNav ul li .loupe:hover svg line {
  stroke: #13c164;
}

header.mobile {
  height: 78px;
}
@media screen and (max-height: 550px) {
  header.mobile {
    display: block;
  }
}
header.mobile .col8 {
  padding: 0;
}
header.mobile .col8:first-child a {
  position: relative;
  margin-top: 23px;
  width: 30px;
  height: 30px;
}
header.mobile .col8:first-child a svg {
  position: absolute;
  width: 30px;
  height: 30px;
  stroke: #1c2e69;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
header.mobile .col8:first-child a svg:last-child {
  opacity: 0;
}
header.mobile .col8:first-child a svg circle, header.mobile .col8:first-child a svg line {
  stroke: #1c2e69;
}
header.mobile .col8:nth-child(2) a {
  padding-top: 5px;
}
@media screen and (max-width: 600px) {
  header.mobile .col8:nth-child(2) a {
    padding-top: 15px;
  }
}
header.mobile .col8:nth-child(2) a img {
  height: 70px;
}
@media screen and (max-width: 600px) {
  header.mobile .col8:nth-child(2) a img {
    height: 55px;
  }
}
header.mobile .col8:last-child .hamburger {
  margin-top: 28px;
}

.transition header {
  pointer-events: none;
}

.showOverlayRecherche header.desktop .primaryNav ul li .loupe svg {
  opacity: 0;
}
.showOverlayRecherche header.desktop .primaryNav ul li .loupe svg:last-child {
  opacity: 1;
}
.showOverlayRecherche header.mobile .col8:first-child a svg {
  opacity: 0;
}
.showOverlayRecherche header.mobile .col8:first-child a svg:last-child {
  opacity: 1;
}

footer {
  background: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  footer .logo {
    margin-bottom: 15px;
  }
}
footer .logo img {
  width: 150px;
}
footer .liens ul li:not(:last-child) {
  margin-bottom: 25px;
}
footer .liens ul li a {
  font: 500 14px/1 "roboto", sans-serif;
  color: #1c2e69;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
footer .liens ul li a:hover {
  color: #13c164;
}
footer .coordonnees h2 {
  font-size: 14px;
}
footer .coordonnees > a {
  margin-bottom: 15px;
  font-size: 18px;
  color: #1c2e69;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
footer .coordonnees > a:hover {
  color: #13c164;
}
footer .coordonnees p {
  margin-bottom: 30px;
  font: 14px/1.5 "roboto", sans-serif;
  color: #1c2e69;
}
@media screen and (max-width: 768px) {
  footer .coordonnees p {
    margin-bottom: 20px;
  }
}

.copyright {
  display: flex;
  justify-content: start;
  gap: 30px;
  padding: 30px 6% 30px 30px;
  background: #1c2e69;
}
@media screen and (max-width: 1200px) {
  .copyright {
    padding: 30px 8% 30px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .copyright {
    padding: 30px 10% 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .copyright {
    padding: 30px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}
.copyright p, .copyright a {
  font: 12px/1 "roboto", sans-serif;
  margin: 5px 0 0;
  color: #fff;
  transition: color 300ms ease;
}
.copyright a:hover {
  color: rgba(255, 255, 255, 0.6);
}

#overlayAlerte {
  position: fixed;
  height: 85px;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transition: opacity 300ms, top 700ms cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0ms ease 300ms;
  transition: opacity 300ms, top 700ms cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0ms ease 300ms;
}
#overlayAlerte .wrapper {
  background: #f68b52;
}
#overlayAlerte .wrapper .date {
  position: absolute;
  top: calc(50% - 20px);
  left: 50px;
  opacity: 0.3;
}
#overlayAlerte .wrapper .date svg {
  width: 40px;
  height: 40px;
  stroke: #000000;
}
#overlayAlerte .wrapper .date p {
  display: inline-block;
  vertical-align: top;
  margin: 15px 0 0 10px;
  font: 700 12px/1 "brandon-grotesque", sans-serif;
}
#overlayAlerte .wrapper .texte {
  display: table;
  width: 100%;
  padding: 0 25%;
  text-align: center;
}
#overlayAlerte .wrapper .texte p {
  display: table-cell;
  width: 100%;
  height: 85px;
  font: 700 15px/1.5 "roboto", sans-serif;
  color: #fff;
  vertical-align: middle;
}
#overlayAlerte .wrapper .close {
  position: absolute;
  top: calc(50% - 20px);
  right: 50px;
  stroke: #fff;
}
@media screen and (max-width: 1024px) {
  #overlayAlerte .wrapper .date {
    left: 30px;
  }
  #overlayAlerte .wrapper .close {
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #overlayAlerte .wrapper {
    height: inherit;
  }
  #overlayAlerte .wrapper .date {
    position: relative;
    top: 0;
    left: 0;
    padding-left: 20px;
  }
  #overlayAlerte .wrapper .date svg {
    display: none;
  }
  #overlayAlerte .wrapper .date p {
    margin: 10px 0 0;
  }
  #overlayAlerte .wrapper .texte {
    padding: 10px 75px 10px 20px;
    text-align: left;
  }
  #overlayAlerte .wrapper .texte p {
    height: inherit;
    font-size: 12px;
  }
  #overlayAlerte .wrapper .close {
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.showOverlayAlerte #overlayAlerte {
  top: 118px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 300ms, top 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 300ms, top 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 1024px) {
  .showOverlayAlerte #overlayAlerte {
    top: 78px;
  }
}

#overlayPartager {
  display: table;
  position: fixed;
  max-width: 600px;
  min-height: 300px;
  padding: 100px 60px;
  top: 50%;
  left: 50%;
  background: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: transform 300ms ease 100ms, opacity 300ms ease 100ms, visibility 0ms ease 400ms;
  transition: transform 300ms ease 100ms, opacity 300ms ease 100ms, visibility 0ms ease 400ms;
}
@media screen and (max-width: 1024px) {
  #overlayPartager {
    padding: 90px 50px 100px;
  }
}
@media screen and (max-width: 768px) {
  #overlayPartager {
    display: block;
    max-width: 100%;
    padding: 90px 20px 100px;
    left: 20px;
    right: 20px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#overlayPartager h2 {
  font-family: "roboto", sans-serif;
  font-weight: 500;
}
#overlayPartager .close {
  position: absolute;
  top: 25px;
  right: 25px;
}

.showOverlayPartager #overlay {
  background: rgba(0, 0, 0, 0.3);
  visibility: visible;
  -webkit-transition: background 700ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 700ms cubic-bezier(0.19, 1, 0.22, 1);
}
.showOverlayPartager #overlayPartager {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: transform 300ms ease 100ms, opacity 300ms ease 100ms;
  transition: transform 300ms ease 100ms, opacity 300ms ease 100ms;
}
@media screen and (max-width: 768px) {
  .showOverlayPartager #overlayPartager {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

#overlayRecherche {
  position: fixed;
  height: 85px;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: opacity 300ms, top 700ms cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0ms ease 300ms;
  transition: opacity 300ms, top 700ms cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0ms ease 300ms;
}
#overlayRecherche form svg {
  width: 40px;
  height: 40px;
}
#overlayRecherche form svg line, #overlayRecherche form svg circle {
  stroke: #1c2e69;
}
#overlayRecherche form > svg {
  position: absolute;
  top: 50%;
  left: 5%;
  stroke: #1c2e69;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  #overlayRecherche form > svg {
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  #overlayRecherche form > svg {
    left: 20px;
  }
}
#overlayRecherche form input {
  position: absolute;
  width: 80%;
  height: 34px;
  top: 50%;
  right: 10%;
  left: 10%;
  background: transparent;
  border: none;
  font: 700 22px/1 "brandon-grotesque", sans-serif;
  -webkit-appearance: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  #overlayRecherche form input {
    left: 85px;
    right: 85px;
  }
}
@media screen and (max-width: 768px) {
  #overlayRecherche form input {
    width: 60%;
    height: 24px;
    left: 75px;
    right: 75px;
    font-size: 18px;
  }
}
#overlayRecherche form a {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}
@media screen and (max-width: 1024px) {
  #overlayRecherche form a {
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #overlayRecherche form a {
    right: 20px;
  }
}
#overlayRecherche form a svg {
  fill: #13c164;
  width: 30px;
  height: 20px;
}

.showOverlayRecherche #overlayRecherche {
  top: 118px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 300ms, top 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 300ms, top 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-height: 550px) {
  .showOverlayRecherche #overlayRecherche {
    top: 78px;
  }
}
@media screen and (max-width: 1024px) {
  .showOverlayRecherche #overlayRecherche {
    top: 78px;
  }
}
.showOverlayRecherche header {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}
.showOverlayRecherche header li a:not(.loupe) {
  pointer-events: none;
  opacity: 0.5;
}
.showOverlayRecherche header .hamburger {
  pointer-events: none;
  opacity: 0.5;
}

#menuMobile {
  position: fixed;
  top: 78px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 11;
  pointer-events: none;
  -webkit-transition: right 700ms cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0ms ease 700ms;
  transition: right 700ms cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0ms ease 700ms;
}
#menuMobile .wrapper {
  position: fixed;
  padding: 100px 0 0 85px;
  top: 78px;
  right: -75%;
  bottom: 0;
  left: 100%;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: all;
  z-index: 11;
  -webkit-transition: left 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 100ms, right 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 100ms, opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 100ms;
  transition: left 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 100ms, right 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 100ms, opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 100ms;
}
@media screen and (max-width: 768px) {
  #menuMobile .wrapper {
    right: -100%;
  }
}
@media screen and (max-width: 600px) {
  #menuMobile .wrapper {
    padding: 75px 0 0 30px;
  }
}
#menuMobile .wrapper > ul:last-child {
  padding-bottom: 50px;
}
#menuMobile .wrapper > ul > li a.btnAlert {
  position: relative;
  padding: 11px 60px 10px 35px;
  bottom: -1px;
  font: 700 13px/1 "brandon-grotesque", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #f68b52;
  -webkit-transition: background 300ms, opacity 300ms;
  transition: background 300ms, opacity 300ms;
}
#menuMobile .wrapper > ul > li a.btnAlert svg {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 7px;
  right: 30px;
  stroke: #fff;
}
#menuMobile .wrapper > ul > li a.btnAlert svg circle, #menuMobile .wrapper > ul > li a.btnAlert svg line {
  stroke: #fff;
}
#menuMobile .wrapper > ul > li a.btnAlert:hover {
  background: #1c2e69;
}
#menuMobile .wrapper > ul > li:not(:last-child) {
  margin-bottom: 25px;
}
#menuMobile .wrapper > ul > li .social {
  margin-top: 50px;
}
#menuMobile .wrapper > ul > li.btnSubLvl1 > a {
  position: relative;
  padding-right: 40px;
  color: #1c2e69;
  font: 700 35px/1 "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
@media screen and (max-height: 550px) {
  #menuMobile .wrapper > ul > li.btnSubLvl1 > a {
    font-size: 25px;
  }
}
@media screen and (max-width: 600px) {
  #menuMobile .wrapper > ul > li.btnSubLvl1 > a {
    font-size: 25px;
  }
}
#menuMobile .wrapper > ul > li.btnSubLvl1 > a:hover {
  color: #13c164;
}
#menuMobile .wrapper > ul > li.btnSubLvl1 > a:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 20px;
  top: calc(50% - 11px);
  right: 0;
  background: url("../images/icones/pointeVerte.svg") no-repeat center;
  background-size: contain;
  -webkit-transition: transform 300ms;
  transition: transform 300ms;
}
@media screen and (max-width: 600px) {
  #menuMobile .wrapper > ul > li.btnSubLvl1 > a:after {
    width: 20px;
    height: 15px;
    top: calc(50% - 9px);
  }
}
#menuMobile .wrapper > ul > li.marginBottomLink {
  margin-bottom: 50px;
}
#menuMobile .wrapper > ul > li.active > a {
  color: #13c164;
}
#menuMobile .wrapper > ul > li.active > a:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#menuMobile .wrapper > ul > li:not(.btnSubLvl1) > a:not(.btnAlert) {
  position: relative;
  font: 700 16px/1 "brandon-grotesque", sans-serif;
  color: #1c2e69;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
#menuMobile .wrapper > ul > li:not(.btnSubLvl1) > a:not(.btnAlert):hover {
  color: #13c164;
}
#menuMobile .wrapper .subLvl1 {
  display: none;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: padding 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms, margin 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms, opacity 300ms;
  transition: padding 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms, margin 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms, opacity 300ms;
}
#menuMobile .wrapper .subLvl1 > li {
  margin-top: 25px;
}
#menuMobile .wrapper .subLvl1 > li:first-child {
  margin-top: 25px;
}
#menuMobile .wrapper .subLvl1 > li:last-child {
  margin-bottom: 25px;
}
#menuMobile .wrapper .subLvl1 > li.noBottomMargin {
  margin-bottom: 0;
}
#menuMobile .wrapper .subLvl1 > li a {
  font: 700 25px/1 "brandon-grotesque", sans-serif;
  padding-bottom: 2px;
  font-size: 18px;
  color: #1c2e69;
  -webkit-transition: opacity 300ms, padding 300ms;
  transition: opacity 300ms, padding 300ms;
}
@media screen and (max-width: 600px) {
  #menuMobile .wrapper .subLvl1 > li a {
    font-size: 20px;
  }
}
#menuMobile .wrapper .subLvl1 > li a:hover {
  opacity: 0.5;
  padding-left: 10px;
}
#menuMobile .wrapper .subLvl1.open {
  opacity: 1;
  -webkit-transition: padding 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, opacity 300ms linear 200ms;
  transition: padding 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, opacity 300ms linear 200ms;
}

.showMenuMobile #overlay {
  background: rgba(0, 0, 0, 0.3);
  visibility: visible;
  -webkit-transition: background 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.showMenuMobile #menuMobile {
  overflow-y: auto;
  visibility: visible;
  -webkit-transition: right 500ms ease;
  transition: right 500ms ease;
}
.showMenuMobile #menuMobile::-webkit-scrollbar {
  display: none;
}
.showMenuMobile #menuMobile .wrapper {
  right: 0;
  left: 25%;
}
@media screen and (max-width: 768px) {
  .showMenuMobile #menuMobile .wrapper {
    left: 0;
  }
}

#submitInfolettre1 {
  color: #FFFFFF;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
#submitInfolettre1:hover {
  color: #13c164;
}

#dropDownHeader {
  position: fixed;
  width: 100%;
  height: 655px;
  top: -700px;
  background: #fff;
  z-index: 10;
  -webkit-transition: top 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: top 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow-y: scroll;
  scrollbar-width: none;
}
#dropDownHeader::-webkit-scrollbar {
  display: none;
}
@media screen and (max-height: 800px) {
  #dropDownHeader {
    height: 563px;
  }
}
@media screen and (max-height: 700px) {
  #dropDownHeader {
    height: 560px;
  }
}
@media screen and (max-height: 600px) {
  #dropDownHeader {
    height: 451px;
  }
}
#dropDownHeader > div {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#dropDownHeader > div > ul {
  position: absolute;
  top: 70px;
  padding-bottom: 20px;
}
@media screen and (max-height: 800px) {
  #dropDownHeader > div > ul {
    top: 60px;
  }
}
@media screen and (max-height: 700px) {
  #dropDownHeader > div > ul {
    top: 50px;
  }
}
@media screen and (max-height: 600px) {
  #dropDownHeader > div > ul {
    top: 40px;
  }
}
#dropDownHeader > div > ul > li h6 {
  margin-bottom: 30px;
}
@media screen and (max-height: 800px) {
  #dropDownHeader > div > ul > li h6 {
    margin-bottom: 20px;
  }
}
#dropDownHeader > div > ul > li > a {
  -webkit-transition: opacity 300ms, padding 300ms;
  transition: opacity 300ms, padding 300ms;
}
#dropDownHeader > div > ul:not(:last-child) {
  left: 15%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 300ms, visibility 0ms ease 300ms;
  transition: opacity 300ms, visibility 0ms ease 300ms;
}
@media screen and (max-width: 1300px) {
  #dropDownHeader > div > ul:not(:last-child) {
    left: 10%;
  }
}
@media screen and (max-width: 1200px) {
  #dropDownHeader > div > ul:not(:last-child) {
    left: 5%;
  }
}
#dropDownHeader > div > ul:not(:last-child) li a {
  max-width: 450px;
  margin-bottom: 12px;
  font-family: "roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1em;
  text-transform: none;
}
#dropDownHeader > div > ul:not(:last-child) li a:hover {
  opacity: 0.6;
}
#dropDownHeader > div > ul:last-child {
  max-width: 400px;
  right: 15%;
}
@media screen and (max-width: 1300px) {
  #dropDownHeader > div > ul:last-child {
    right: 10%;
  }
}
@media screen and (max-width: 1200px) {
  #dropDownHeader > div > ul:last-child {
    right: 5%;
  }
}
#dropDownHeader > div > ul:last-child > li .fast-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#dropDownHeader > div > ul:last-child > li .fast-link {
  display: block;
  padding: 8px 15px;
  background-color: #1c2e69;
  font-family: "roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1em;
  color: rgb(255, 255, 255);
  transition: color 300ms;
}
#dropDownHeader > div > ul:last-child > li .fast-link:hover {
  color: rgba(255, 255, 255, 0.6);
}

.showDropDownHeader.sectionServices [data-section=sectionServices] {
  color: #13c164 !important;
}
.showDropDownHeader.sectionServices [data-section=sectionServices]:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.showDropDownHeader.sectionServices #sectionServices {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 300ms linear 300ms;
  transition: opacity 300ms linear 300ms;
}
.showDropDownHeader.sectionLoisirs [data-section=sectionLoisirs] {
  color: #13c164 !important;
}
.showDropDownHeader.sectionLoisirs [data-section=sectionLoisirs]:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.showDropDownHeader.sectionLoisirs #sectionLoisirs {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 300ms linear 300ms;
  transition: opacity 300ms linear 300ms;
}
.showDropDownHeader.sectionVie [data-section=sectionVie] {
  color: #13c164 !important;
}
.showDropDownHeader.sectionVie [data-section=sectionVie]:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.showDropDownHeader.sectionVie #sectionVie {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 300ms linear 300ms;
  transition: opacity 300ms linear 300ms;
}
.showDropDownHeader.sectionAffaires [data-section=sectionAffaires] {
  color: #13c164 !important;
}
.showDropDownHeader.sectionAffaires [data-section=sectionAffaires]:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.showDropDownHeader.sectionAffaires #sectionAffaires {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 300ms linear 300ms;
  transition: opacity 300ms linear 300ms;
}
.showDropDownHeader.sectionTourisme [data-section=sectionTourisme] {
  color: #13c164 !important;
}
.showDropDownHeader.sectionTourisme [data-section=sectionTourisme]:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.showDropDownHeader.sectionTourisme #sectionTourisme {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 300ms linear 300ms;
  transition: opacity 300ms linear 300ms;
}
.showDropDownHeader #dropDownHeader > div {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 300ms, opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 300ms;
  transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 300ms, opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 300ms;
}
.showDropDownHeader #dropDownHeader {
  top: 118px;
}
.showDropDownHeader #overlay {
  background: rgba(0, 0, 0, 0.3);
  visibility: visible;
  -webkit-transition: background 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 400ms cubic-bezier(0.19, 1, 0.22, 1);
}

html body {
  --bw-font-family: "brandon-grotesque-bold", sans-serif;
  --bw-rgb-main-color: 28, 46, 105;
  --bw-rgb-link-color-hover: 19, 193, 100;
  --bw-rgb-toggle-off-background-color: 119, 149, 150;
  --bw-rgb-toggle-on-background-color: 148, 174, 42;
}

html body {
  --bw-rgb-placeholder-background-color: 220, 220, 215;
  --bw-rgb-placeholder-border-color: var(--bw-rgb-main-color);
  --bw-border-radius: 10px;
  --bw-placeholder-border-radius: 0px;
}

.placeholder_auto_div .placeholder-txt .linkStyle:hover {
  color: 19, 193, 100 !important;
}

#cc--main #cm #c-inr #c-bns .c-bn span,
#cc--main #s-inr .c-bn:not(#s-c-bn) span {
  text-transform: uppercase;
}

#cc--main #s-inr #s-all-bn::after,
#cc--main #s-inr #s-rall-bn::after,
#cc--main #s-inr #s-sv-bn::after {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-wrap: nowrap;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cc--main #s-inr #s-all-bn:hover::after,
#cc--main #s-inr #s-rall-bn:hover::after,
#cc--main #s-inr #s-sv-bn:hover::after {
  color: #fff;
}

#cc--main #s-inr #s-all-bn::after {
  content: "Accepter tout" !important;
}

#cc--main #s-inr #s-rall-bn::after {
  content: "Refuser tout" !important;
}

#cc--main #s-inr #s-sv-bn::after {
  content: "Sauvegarder" !important;
}

.header {
  position: relative;
}
.header > div {
  position: relative;
}
.header > div .breadcrumb {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .header > div .breadcrumb {
    margin-bottom: 20px;
  }
}
.header > div .breadcrumb li {
  display: inline-block;
  position: relative;
  height: 20px;
  vertical-align: middle;
}
.header > div .breadcrumb li:first-child > a {
  position: relative;
  top: -0.1em;
}
.header > div .breadcrumb li:not(:last-child) {
  padding-right: 25px;
}
.header > div .breadcrumb li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 10px;
  height: 12px;
  top: 3px;
  right: 5px;
  opacity: 0.5;
}
.header > div .breadcrumb li a {
  transition: opacity 300ms;
}
.header > div .breadcrumb li a svg {
  width: 20px;
  height: 20px;
  stroke: #13c164;
}
.header > div .breadcrumb li a svg polyline, .header > div .breadcrumb li a svg line, .header > div .breadcrumb li a svg path {
  fill: transparent;
}
.header > div .breadcrumb li a:hover {
  opacity: 0.5;
}
.header > div .breadcrumb li a, .header > div .breadcrumb li p {
  display: inline-block;
  margin-bottom: 0;
  font: 13px/1 "roboto", sans-serif;
}
.header > div h1 {
  max-width: 600px;
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .header > div h1 {
    max-width: 450px;
  }
}
@media screen and (max-width: 1200px) {
  .header > div h1 {
    max-width: 400px;
  }
}
.header > div .chosen {
  position: absolute;
  width: 300px;
  top: 55px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .header > div .chosen {
    position: relative;
    top: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 400px) {
  .header > div .chosen {
    width: 100%;
  }
}
.header > div .chosenEvent {
  position: absolute;
  width: 112px;
  top: 55px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .header > div .chosenEvent {
    position: relative;
    top: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 400px) {
  .header > div .chosenEvent {
    width: 100%;
  }
}
.header > div .archives-link {
  position: absolute;
  right: 332px;
  top: 55px;
}
@media screen and (max-width: 1024px) {
  .header > div .archives-link {
    right: 315px;
  }
}
@media screen and (max-width: 768px) {
  .header > div .archives-link {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 400px) {
  .header > div .archives-link {
    width: 100%;
  }
}
.header > div .archives-link--no-filter {
  right: 0;
}
.header.style1 > div .breadcrumb li:not(:last-child):after {
  background: url("../images/icones/pointe.svg") no-repeat center;
  background-size: contain;
}
.header.style1 > div .breadcrumb li a svg polyline, .header.style1 > div .breadcrumb li a svg line, .header.style1 > div .breadcrumb li a svg path {
  stroke: #13c164;
}
.header.style1 > div .breadcrumb li a, .header.style1 > div .breadcrumb li p {
  color: #1c2e69;
}
.header.style1 > div h1 {
  color: #1c2e69;
}
.header.style2 {
  padding-top: 170px;
  padding-bottom: 300px;
}
@media screen and (max-width: 1600px) {
  .header.style2 {
    padding-top: 120px;
    padding-bottom: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .header.style2 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-attachment: scroll !important;
  }
}
@media screen and (max-width: 768px) {
  .header.style2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.header.style2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/bannieres/banniere_filtre.png") no-repeat center;
  background-size: cover;
}
.header.style2 > div .breadcrumb li:not(:last-child):after {
  background: url("../images/icones/pointeBlanc.svg") no-repeat center;
  background-size: contain;
}
.header.style2 > div .breadcrumb li a svg polyline, .header.style2 > div .breadcrumb li a svg line, .header.style2 > div .breadcrumb li a svg path {
  stroke: #fff;
}
.header.style2 > div .breadcrumb li a, .header.style2 > div .breadcrumb li p {
  color: #fff;
}
.header.style2 > div h1 {
  color: #fff;
}

.blockTextImage > a {
  width: 100%;
}
.blockTextImage .table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .blockTextImage .table {
    display: block;
  }
}
.blockTextImage .tableCell {
  height: 600px;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .blockTextImage .tableCell {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .blockTextImage .tableCell {
    display: block;
    max-width: 600px;
    height: 100%;
    margin: 30px auto 0;
  }
}
.blockTextImage .tableCell h3 a {
  color: rgba(246, 139, 82, 0.6);
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
.blockTextImage .tableCell h3 a:hover {
  color: #f68b52;
}
.blockTextImage .tableCell .liste li:last-child p {
  margin-bottom: 0;
}
.blockTextImage .tableCell p.btn {
  font: inherit;
  margin: inherit;
}
@media screen and (min-width: 769px) {
  .blockTextImage .animation > div {
    padding: 0 0 0 5%;
  }
  .blockTextImage .paddingRight {
    padding-right: 10%;
  }
}
@media screen and (min-width: 1025px) {
  .blockTextImage .animation > div {
    padding: 0 15%;
  }
  .blockTextImage .paddingRight {
    padding-right: 10%;
  }
}
.blockTextImage .image > div {
  position: relative;
}
@media screen and (max-width: 768px) {
  .blockTextImage .image > div {
    max-width: 600px;
    height: 100%;
    margin: 0 auto;
  }
}
.blockTextImage .image > div > div:not(.texte) {
  height: 600px;
  -webkit-transition: transform 500ms;
  transition: transform 500ms;
}
@media screen and (max-width: 1024px) {
  .blockTextImage .image > div > div:not(.texte) {
    height: 500px;
  }
}
@media screen and (max-width: 600px) {
  .blockTextImage .image > div > div:not(.texte) {
    height: 400px;
  }
}
@media screen and (max-width: 400px) {
  .blockTextImage .image > div > div:not(.texte) {
    height: 350px;
  }
}
.blockTextImage .image .texte {
  position: absolute;
  bottom: -70px;
  right: 0;
  background: #fff;
  padding: 65px 10%;
}
@media screen and (max-width: 768px) {
  .blockTextImage .image .texte {
    position: relative;
    bottom: 0;
    padding: 30px 5%;
  }
}
.blockTextImage .image .texte h2 {
  margin-bottom: 0;
}

.blockPrefooter {
  position: relative;
}
.blockPrefooter:before, .blockPrefooter:after {
  content: "";
  position: absolute;
  bottom: 0;
}
.blockPrefooter:before {
  height: 200px;
  left: 0;
  right: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .blockPrefooter:before {
    display: none;
  }
}
.blockPrefooter:after {
  top: 0;
  right: 0;
  left: 35%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .blockPrefooter:after {
    top: 25%;
    left: 0;
  }
}
.blockPrefooter .image {
  position: absolute;
  width: 50%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .blockPrefooter .image {
    position: relative;
    width: 100%;
    padding: 0;
  }
}
.blockPrefooter .image > div {
  position: relative;
}
@media screen and (max-width: 768px) {
  .blockPrefooter .image > div {
    max-width: 600px;
    height: 100%;
    margin: 0 auto;
  }
}
.blockPrefooter .image div div {
  height: 700px;
  -webkit-transition: transform 500ms;
  transition: transform 500ms;
}
@media screen and (max-width: 1500px) {
  .blockPrefooter .image div div {
    height: 650px;
  }
}
@media screen and (max-width: 1400px) {
  .blockPrefooter .image div div {
    height: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .blockPrefooter .image div div {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .blockPrefooter .image div div {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .blockPrefooter .image div div {
    height: 300px;
  }
}
.blockPrefooter .image div div div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.blockPrefooter .texte {
  position: relative;
  float: right;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .blockPrefooter .texte {
    padding: 0;
  }
}
.blockPrefooter .texte .table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .blockPrefooter .texte .table {
    display: block;
  }
}
.blockPrefooter .texte .table .tableCell {
  height: 700px;
  padding-right: 5%;
  vertical-align: middle;
}
@media screen and (max-width: 1500px) {
  .blockPrefooter .texte .table .tableCell {
    height: 650px;
  }
}
@media screen and (max-width: 1400px) {
  .blockPrefooter .texte .table .tableCell {
    height: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .blockPrefooter .texte .table .tableCell {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .blockPrefooter .texte .table .tableCell {
    display: block;
    max-width: 600px;
    height: 100%;
    padding: 0 30px;
    margin: -75px auto 0;
  }
}
.blockPrefooter .texte .table .tableCell h6, .blockPrefooter .texte .table .tableCell h1, .blockPrefooter .texte .table .tableCell h3, .blockPrefooter .texte .table .tableCell p, .blockPrefooter .texte .table .tableCell label {
  color: #fff;
}
.blockPrefooter .texte .table .tableCell h1 {
  margin-bottom: 90px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1300px) {
  .blockPrefooter .texte .table .tableCell h1 {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 1024px) {
  .blockPrefooter .texte .table .tableCell h1 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .blockPrefooter .texte .table .tableCell h1 {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.blockPrefooter .texte .table .tableCell form, .blockPrefooter .texte .table .tableCell .btn {
  margin-left: 125px;
}
@media screen and (max-width: 1300px) {
  .blockPrefooter .texte .table .tableCell form, .blockPrefooter .texte .table .tableCell .btn {
    margin-left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .blockPrefooter .texte .table .tableCell form, .blockPrefooter .texte .table .tableCell .btn {
    margin-left: 0;
  }
}
.blockPrefooter.infolettreContent:after {
  background: #13c164;
}
.blockPrefooter.infolettreContent form {
  width: auto;
}
.blockPrefooter.infolettreContent form .error {
  color: #fff;
}
.blockPrefooter.infolettreContent form .input-box {
  margin-bottom: 35px;
}
.blockPrefooter.infolettreContent form input:-webkit-autofill, .blockPrefooter.infolettreContent form input:-webkit-autofill:hover, .blockPrefooter.infolettreContent form input:-webkit-autofill:focus input:-webkit-autofill, .blockPrefooter.infolettreContent form textarea:-webkit-autofill,
.blockPrefooter.infolettreContent form textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, .blockPrefooter.infolettreContent form select:-webkit-autofill, .blockPrefooter.infolettreContent form select:-webkit-autofill:hover, .blockPrefooter.infolettreContent form select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #13c164 inset !important;
  -webkit-text-fill-color: #fff !important;
}
.blockPrefooter.facebookContent:after {
  background: #1c2e69;
}
.blockPrefooter.facebookContent .btn {
  position: relative;
  padding-left: 50px;
}
.blockPrefooter.facebookContent .btn svg {
  position: absolute;
  top: calc(50% - 10px);
  left: 25px;
  width: 10px;
  height: 20px;
}

#pageAccueil {
  background: #f0f0f0;
}
#pageAccueil .banniere {
  position: relative;
}
#pageAccueil .banniere .titre.style2 {
  padding-top: 0;
}
#pageAccueil .banniere .slickImage {
  position: relative;
  height: calc(100vh - 203px);
  min-height: 500px;
}
@media screen and (max-width: 768px) {
  #pageAccueil .banniere .slickImage {
    min-height: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  #pageAccueil .banniere .slickImage {
    min-height: 350px;
    height: 350px;
  }
}
#pageAccueil .banniere .slickImage .texte {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8%;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  #pageAccueil .banniere .slickImage .texte {
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  #pageAccueil .banniere .slickImage .texte {
    width: 100%;
    left: 0;
    text-align: center;
  }
}
#pageAccueil .banniere .slickImage .texte h1, #pageAccueil .banniere .slickImage .texte h3 {
  color: #fff;
}
#pageAccueil .banniere .slickImage .texte h1 {
  margin-bottom: 20px;
}
#pageAccueil .banniere .slickImage .nav {
  position: absolute;
  bottom: 45px;
  left: 8%;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  #pageAccueil .banniere .slickImage .nav {
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  #pageAccueil .banniere .slickImage .nav {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 600px) {
  #pageAccueil .banniere .slickImage .nav {
    bottom: 25px;
  }
}
#pageAccueil .banniere .slickImage .slick {
  position: relative;
  margin-bottom: 0;
  z-index: 0;
}
#pageAccueil .banniere .slickImage .slick:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/bannieres/banniere_filtre.png") no-repeat center;
  background-size: cover;
  z-index: 1;
}
#pageAccueil .banniere .slickImage .slick, #pageAccueil .banniere .slickImage .slick .slick-list, #pageAccueil .banniere .slickImage .slick .slick-track {
  height: 100%;
}
#pageAccueil .banniere .slickImage .slick .image {
  background: url("../images/_temporaire/peuple.jpg");
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  #pageAccueil .banniere .slickImage .slick .image {
    background-attachment: scroll;
  }
}
#pageAccueil .banniere .defilement {
  position: relative;
  height: 85px;
}
@media screen and (max-width: 768px) {
  #pageAccueil .banniere .defilement {
    display: none;
  }
}
#pageAccueil .banniere .defilement a {
  position: absolute;
  left: 8%;
  font-size: 12px;
  color: #1c2e69;
  text-transform: uppercase;
  line-height: 85px;
}
@media screen and (max-width: 1400px) {
  #pageAccueil .banniere .defilement a {
    left: 5%;
  }
}
#pageAccueil .banniere .defilement a svg {
  width: 11px;
  height: 27px;
  position: relative;
  margin-right: 10px;
  top: 7px;
}
#pageAccueil .banniere .defilement a svg line, #pageAccueil .banniere .defilement a svg polyline {
  stroke: #13c164;
}
#pageAccueil .banniere .widget-sopfeu-container {
  position: absolute;
  right: 0;
  bottom: 270px;
  width: 130px;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  #pageAccueil .banniere .widget-sopfeu-container {
    bottom: 235px;
  }
}
@media screen and (max-width: 1024px) {
  #pageAccueil .banniere .widget-sopfeu-container {
    top: calc(100vh - 203px - 70px);
    bottom: auto;
  }
}
@media screen and (max-width: 768px) {
  #pageAccueil .banniere .widget-sopfeu-container {
    top: 330px;
  }
}
@media screen and (max-width: 600px) {
  #pageAccueil .banniere .widget-sopfeu-container {
    position: relative;
    top: auto;
    width: 100%;
  }
}
#pageAccueil .banniere .vitrinesContainer {
  position: absolute;
  left: 25%;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  #pageAccueil .banniere .vitrinesContainer {
    left: 30%;
  }
}
@media screen and (max-width: 1024px) {
  #pageAccueil .banniere .vitrinesContainer {
    left: 0;
    position: relative;
  }
}
#pageAccueil .banniere .vitrinesContainer .vitrines {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  #pageAccueil .banniere .vitrinesContainer .vitrines {
    flex-wrap: wrap;
  }
}
#pageAccueil .banniere .vitrinesContainer .vitrines .vitrine {
  position: relative;
  display: block;
  width: 33.3333333333%;
  color: white;
  height: 255px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1400px) {
  #pageAccueil .banniere .vitrinesContainer .vitrines .vitrine {
    height: 220px;
  }
}
@media screen and (max-width: 900px) {
  #pageAccueil .banniere .vitrinesContainer .vitrines .vitrine {
    width: 100%;
    height: 185px;
  }
}
#pageAccueil .banniere .vitrinesContainer .vitrines .vitrine .color {
  display: flex;
  align-items: center;
  background-color: rgba(28, 46, 105, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#pageAccueil .banniere .vitrinesContainer .vitrines .vitrine .color .vitrine_content {
  padding: 20px 40px;
  display: block;
}
@media screen and (max-width: 1400px) {
  #pageAccueil .banniere .vitrinesContainer .vitrines .vitrine .color .vitrine_content {
    padding: 20px 25px;
  }
}
#pageAccueil .banniere .vitrinesContainer .vitrines .vitrine .color .vitrine_content span {
  display: block;
  letter-spacing: 0.05em;
}
#pageAccueil .banniere .vitrinesContainer .vitrines .vitrine .color .vitrine_content span.title {
  font-size: 25px;
  line-height: 1.2em;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  #pageAccueil .banniere .vitrinesContainer .vitrines .vitrine .color .vitrine_content span.title {
    font-size: 20px;
  }
}
#pageAccueil .banniere .vitrinesContainer .vitrines .vitrine .color .vitrine_content span.subtitle {
  font-size: 20px;
  line-height: 1.5em;
  font-family: "roboto", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  #pageAccueil .banniere .vitrinesContainer .vitrines .vitrine .color .vitrine_content span.subtitle {
    font-size: 17px;
  }
}
#pageAccueil .banniere .vitrinesContainer .vitrines .vitrine .color .vitrine_content span.label {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 30px;
  padding-left: 35px;
}
#pageAccueil .banniere .vitrinesContainer .vitrines .vitrine .color .vitrine_content span.label::before {
  content: "";
  background-color: white;
  width: 19px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#pageAccueil .banniere .vitrinesContainer .vitrines .vitrine:hover .color {
  background-color: #1c2e69;
}
#pageAccueil .banniere .vitrinesContainer .vitrines .vitrine:nth-child(2) .color {
  background-color: rgba(19, 193, 100, 0.85);
}
#pageAccueil .banniere .vitrinesContainer .vitrines .vitrine:nth-child(2):hover .color {
  background-color: #13c164;
}
#pageAccueil .banniere .vitrinesContainer .vitrines .vitrine:nth-child(3) .color {
  background-color: rgba(246, 139, 82, 0.85);
}
#pageAccueil .banniere .vitrinesContainer .vitrines .vitrine:nth-child(3):hover .color {
  background-color: #f68b52;
}
#pageAccueil .slickActualites {
  position: relative;
  background: #fff;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #pageAccueil .slickActualites {
    position: relative;
    left: 0;
  }
}
#pageAccueil .slickActualites .nav {
  position: absolute;
  right: 4%;
  bottom: 45px;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  #pageAccueil .slickActualites .nav {
    right: 12%;
  }
}
@media screen and (max-width: 600px) {
  #pageAccueil .slickActualites .nav {
    right: 20px;
  }
}
#pageAccueil .slickActualites .plus {
  position: absolute;
  width: 6%;
  top: 0;
  right: 0;
  bottom: 0;
  background: #13c164;
  z-index: 1;
  -webkit-transition: width 300ms, background 300ms;
  transition: width 300ms, background 300ms;
}
@media screen and (max-width: 1400px) {
  #pageAccueil .slickActualites .plus {
    width: 9%;
  }
}
@media screen and (max-width: 600px) {
  #pageAccueil .slickActualites .plus {
    position: relative;
    width: 100%;
  }
}
#pageAccueil .slickActualites .plus:hover {
  width: 7%;
}
@media screen and (max-width: 1400px) {
  #pageAccueil .slickActualites .plus:hover {
    width: 10%;
  }
}
@media screen and (max-width: 600px) {
  #pageAccueil .slickActualites .plus:hover {
    width: 100%;
    background: #f68b52;
  }
}
#pageAccueil .slickActualites .plus span {
  position: absolute;
  width: 128px;
  left: 50%;
  top: 50%;
  color: #fff;
  line-height: normal;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media screen and (max-width: 600px) {
  #pageAccueil .slickActualites .plus span {
    display: block;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    padding: 25px 0;
    text-align: center;
    -webkit-transform: none;
    transform: none;
  }
}
#pageAccueil .slickActualites .slick {
  margin-bottom: 0;
}
#pageAccueil .slickActualites .slick, #pageAccueil .slickActualites .slick .slick-list, #pageAccueil .slickActualites .slick .slick-track {
  height: 100%;
}
#pageAccueil .slickActualites .slick a {
  display: block;
}
#pageAccueil .slickActualites .slick a .image {
  position: absolute;
  top: 0;
  right: 75%;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  #pageAccueil .slickActualites .slick a .image {
    right: 65%;
  }
}
@media screen and (max-width: 500px) {
  #pageAccueil .slickActualites .slick a .image {
    display: none;
  }
}
#pageAccueil .slickActualites .slick a .image > div {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 300ms;
  transition: transform 300ms;
}
#pageAccueil .slickActualites .slick a .image > div div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}
#pageAccueil .slickActualites .slick a .texte {
  padding: 35px 4% 35px 30%;
}
@media screen and (max-width: 1400px) {
  #pageAccueil .slickActualites .slick a .texte {
    padding: 35px 11% 35px 40%;
  }
}
@media screen and (max-width: 600px) {
  #pageAccueil .slickActualites .slick a .texte {
    padding: 30px 20px 30px 40%;
  }
}
@media screen and (max-width: 500px) {
  #pageAccueil .slickActualites .slick a .texte {
    padding: 30px 20px 30px 20px;
  }
}
#pageAccueil .slickActualites .slick a .texte .categorie {
  margin-bottom: 20px;
}
#pageAccueil .slickActualites .slick a .texte h4:nth-child(2) {
  min-height: 80px;
}
#pageAccueil .slickActualites .slick a .texte h4:last-child {
  margin: 0;
}
#pageAccueil .slickActualites .slick a:hover .image > div {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#pageAccueil .slickActualites .slick a:hover .image > div div {
  background: rgba(0, 0, 0, 0.2);
}
#pageAccueil .btn.allNews {
  margin-top: 90px;
}
@media screen and (max-width: 1300px) {
  #pageAccueil .btn.allNews {
    margin-top: 75px;
  }
}
@media screen and (max-width: 1024px) {
  #pageAccueil .btn.allNews {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #pageAccueil .btn.allNews {
    margin-top: 30px;
  }
}
#pageAccueil .blockEvenements h2 {
  padding-top: 0;
}
#pageAccueil .blockEvenements .blockRectangle {
  margin: 0 auto;
}
#pageAccueil .blockEvenements .row div:nth-child(2) > div:nth-child(3n+1) .blockRectangle {
  margin-right: auto;
  margin-left: 0;
}
#pageAccueil .blockEvenements .row div:nth-child(2) > div:nth-child(3n) .blockRectangle {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  #pageAccueil .blockEvenements .row div:nth-child(2) > div:nth-child(2n+1) .blockRectangle {
    margin-right: auto;
    margin-left: 0;
  }
  #pageAccueil .blockEvenements .row div:nth-child(2) > div:nth-child(2n) .blockRectangle {
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) {
  #pageAccueil .blockEvenements .blockRectangle {
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 768px) {
  #pageAccueil .blockEvenements .col8:nth-child(-n+1) {
    margin-top: 40px;
  }
  #pageAccueil .blockEvenements .col8:not(:nth-child(-n+1)) {
    margin-top: 30px;
  }
}
#pageAccueil .blockEvenements .btn {
  margin-top: 90px;
}
@media screen and (max-width: 1300px) {
  #pageAccueil .blockEvenements .btn {
    margin-top: 75px;
  }
}
@media screen and (max-width: 1024px) {
  #pageAccueil .blockEvenements .btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #pageAccueil .blockEvenements .btn {
    margin-top: 30px;
  }
}
#pageAccueil .blockServices h2 {
  padding-top: 0;
}
#pageAccueil .blockVie h2 {
  padding-top: 0;
}
#pageAccueil .blockVie .container {
  position: relative;
}
#pageAccueil .blockVie .container .image {
  height: 600px;
  margin-bottom: 130px;
  background: url("../images/accueil/conseil.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  #pageAccueil .blockVie .container .image {
    height: 500px;
  }
}
@media screen and (max-width: 900px) {
  #pageAccueil .blockVie .container .image {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  #pageAccueil .blockVie .container .image {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  #pageAccueil .blockVie .container .image {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  #pageAccueil .blockVie .container .image {
    height: 200px;
  }
}
#pageAccueil .blockVie .container .texte {
  position: absolute;
  max-width: 700px;
  bottom: -130px;
  left: 5%;
  padding: 65px 100px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #pageAccueil .blockVie .container .texte {
    padding: 45px 65px;
  }
}
@media screen and (max-width: 600px) {
  #pageAccueil .blockVie .container .texte {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 30px 50px;
  }
}

#pageGalerie {
  background: #f0f0f0;
}
#pageGalerie .blockGalerie {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #pageGalerie .blockGalerie {
    max-width: 900px;
  }
}
#pageGalerie .blockGalerie.videos .image > div > div {
  background: rgba(0, 0, 0, 0.2);
}
#pageGalerie .blockGalerie .image {
  display: block;
  position: relative;
  width: 325px;
  height: 325px;
  margin: 0 auto 45px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #pageGalerie .blockGalerie .image {
    width: 250px;
    height: 250px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #pageGalerie .blockGalerie .image {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 900px) {
  #pageGalerie .blockGalerie .image {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 700px) {
  #pageGalerie .blockGalerie .image {
    height: 250px;
  }
}
@media screen and (max-width: 500px) {
  #pageGalerie .blockGalerie .image {
    height: 350px;
  }
}
@media screen and (max-width: 400px) {
  #pageGalerie .blockGalerie .image {
    height: 200px;
  }
}
#pageGalerie .blockGalerie .image > div {
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#pageGalerie .blockGalerie .image > div div {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background 300ms;
  transition: background 300ms;
}
#pageGalerie .blockGalerie .image div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#pageGalerie .blockGalerie .image:hover > div {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#pageGalerie .blockGalerie .image:hover > div div {
  background: rgba(0, 0, 0, 0.2);
}
#pageGalerie .blockGalerie .image:hover .iconPlay {
  border: 2px solid #fff;
}
#pageGalerie .blockGalerie .image:hover .iconPlay:after {
  border-color: transparent transparent transparent #fff;
}
#pageGalerie .blockGalerie .btn {
  margin-top: 5px;
}
@media screen and (max-width: 1200px) {
  #pageGalerie .blockGalerie .btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #pageGalerie .blockGalerie .btn {
    margin-top: 0px;
  }
}
@media screen and (max-width: 900px) {
  #pageGalerie .blockGalerie .btn {
    margin-top: 10px;
  }
}

.content-gallery {
  padding-bottom: 50px;
}

#pageFormulaire {
  background: #f0f0f0;
}
#pageFormulaire .documentsBlock .unPeuDeTopPad {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #pageFormulaire .documentsBlock .unPeuDeTopPad {
    padding-top: 70px;
  }
}
#pageFormulaire .documentsBlock .row .col24:first-child .titre {
  padding-top: 0;
}
#pageFormulaire .documentsBlock .titre {
  padding-bottom: 60px;
}
#pageFormulaire .documentsBlock .titre:after {
  bottom: 35px;
}

#pageEmplois {
  background: #f0f0f0;
}
#pageEmplois .blockform .uploadBtnWrapper {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #pageEmplois .blockform .uploadBtnWrapper {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 600px) {
  #pageEmplois .blockform .uploadBtnWrapper {
    margin-bottom: 45px;
  }
}

#pageEmploi {
  background: #f0f0f0;
}
#pageEmploi .header .titre {
  text-align: left;
}
#pageEmploi .header .titre:after {
  left: 0;
  -webkit-transform: none;
  transform: none;
}
@media screen and (max-width: 1024px) {
  #pageEmploi .blockContenu {
    padding: 0 30px 80px 30px;
  }
}
@media screen and (max-width: 768px) {
  #pageEmploi .blockContenu {
    padding: 0 30px 70px 20px;
  }
}
#pageEmploi .blockContenu > div {
  position: relative;
}
#pageEmploi .blockContenu > div .dynamic {
  position: relative;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #pageEmploi .blockContenu > div .dynamic {
    padding: 0;
    background: transparent;
  }
}
#pageEmploi .blockform {
  /*.noLeftPadding {
      @media screen and (max-width: 900px) { padding-left: 1%; margin-top: 45px; }

      label {
          border-left: 1px solid #a1a2a2;

          @media screen and (max-width: 900px) { border-left: none; }
      }
  }
  .noRightPadding {
      @media screen and (max-width: 900px) { padding-right: 1%; }
      label {
          border-right: 1px solid #a1a2a2;

          @media screen and (max-width: 900px) { border-right: none; }
      }
  }*/
}
#pageEmploi .blockform .titre {
  padding-top: 0;
}
#pageEmploi .blockform .uploadBtnWrapper {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #pageEmploi .blockform .uploadBtnWrapper {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 600px) {
  #pageEmploi .blockform .uploadBtnWrapper {
    margin-bottom: 45px;
  }
}

#pageConseil {
  background: #f0f0f0;
}
#pageConseil .blockTextImage {
  margin-bottom: 70px;
}
#pageConseil .blockTextImage .image .texte {
  bottom: initial;
  z-index: 8;
  position: relative;
  margin-left: 45px;
  margin-top: -110px;
}
@media only screen and (max-width: 1024px) {
  #pageConseil .blockTextImage .image .texte {
    margin-left: 0;
    margin-top: 0;
  }
}
#pageConseil .blockConseil {
  position: relative;
  z-index: 8;
}
#pageConseil .blockConseil .conseiller {
  position: relative;
  margin-bottom: 160px;
  max-width: 450px;
}
@media screen and (max-width: 1024px) {
  #pageConseil .blockConseil .conseiller {
    margin-bottom: 50px;
  }
}
#pageConseil .blockConseil .conseiller.nb1 {
  margin-right: auto;
}
#pageConseil .blockConseil .conseiller.nb2 {
  margin-left: auto;
  margin-right: auto;
}
#pageConseil .blockConseil .conseiller.nb3 {
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  #pageConseil .blockConseil .conseiller.nb1_1024 {
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  #pageConseil .blockConseil .conseiller.nb2_1024 {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  #pageConseil .blockConseil .conseiller {
    max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
#pageConseil .blockConseil .conseiller .image {
  height: 550px;
}
@media screen and (max-width: 1500px) {
  #pageConseil .blockConseil .conseiller .image {
    height: 500px;
  }
}
@media screen and (max-width: 1300px) {
  #pageConseil .blockConseil .conseiller .image {
    height: 450px;
  }
}
@media screen and (max-width: 1200px) {
  #pageConseil .blockConseil .conseiller .image {
    height: 400px;
  }
}
@media screen and (max-width: 700px) {
  #pageConseil .blockConseil .conseiller .image {
    height: 350px;
  }
}
@media screen and (max-width: 400px) {
  #pageConseil .blockConseil .conseiller .image {
    height: 300px;
  }
}
#pageConseil .blockConseil .conseiller .texte {
  position: relative;
  min-width: 90%;
  max-width: 90%;
  margin-top: -90px;
  margin-left: 45px;
  right: 0;
  background: #fff;
  padding: 30px;
  z-index: 1;
  -webkit-box-shadow: 0px 22px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 22px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 22px 50px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 1024px) {
  #pageConseil .blockConseil .conseiller .texte {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  #pageConseil .blockConseil .conseiller .texte {
    position: relative;
    bottom: 0;
    top: initial;
    width: 100%;
    max-width: 100%;
  }
}
#pageConseil .blockConseil .conseiller .texte h2, #pageConseil .blockConseil .conseiller .texte p {
  margin-bottom: 0;
}
#pageConseil .blockConseil .conseiller .texte h4 {
  margin-bottom: 10px;
  font-family: "roboto", sans-serif;
  font-weight: 700;
}
#pageConseil .blockConseil .conseiller .texte h6 {
  margin-bottom: 5px;
}
#pageConseil .blockConseil .conseiller .texte p {
  font-size: 14px;
}
#pageConseil .blockMotDuMaire .row {
  background: #fff;
}
@media screen and (max-width: 768px) {
  #pageConseil .blockMotDuMaire .row {
    padding: 50px 20px;
  }
}
#pageConseil .blockMotDuMaire .row p:last-child {
  margin: 0;
}
#pageConseil .bioLink {
  letter-spacing: 1px;
  font: 11px/1 "brandon-grotesque-regular", sans-serif;
  color: #f68b52;
  text-transform: uppercase;
  padding-bottom: 25px;
}
#pageConseil .bioLink .icon {
  height: 10px;
  width: 12px;
  margin: 0 10px;
  stroke: #f68b52;
  transition: 0.3s ease;
}
#pageConseil .bioLink.activeLink .icon {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
#pageConseil .bio {
  display: none;
  max-width: 100%;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  transition: opacity 300ms, transform 300ms, display 500ms ease 100ms;
}
#pageConseil .bio.open {
  opacity: 1;
  transform: translateY(0);
  transition: transform 500ms ease 100ms, opacity 500ms ease 100ms, display 500ms ease 100ms;
}
#pageConseil .bio > li {
  font: 18px/1.3 "brandon-grotesque-regular", sans-serif;
  padding-bottom: 15px;
  padding-left: 20px;
}
#pageConseil .bio > li::before {
  content: "•";
  color: #13c164;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#pageEvenements {
  background: #f0f0f0;
}
#pageEvenements .header {
  z-index: 2;
}
#pageEvenements .header.style1 > div h1 {
  max-width: 700px;
}
@media screen and (max-width: 1400px) {
  #pageEvenements .header.style1 > div h1 {
    max-width: 500px;
  }
}
@media screen and (max-width: 1100px) {
  #pageEvenements .header.style1 > div h1 {
    max-width: 400px;
  }
}
@media screen and (max-width: 850px) {
  #pageEvenements .header.style1 > div h1 {
    max-width: 250px;
  }
}
@media screen and (max-width: 769px) {
  #pageEvenements .header.style1 > div h1 {
    max-width: none;
  }
}
@media screen and (max-width: 400px) {
  #pageEvenements .archives-btn {
    justify-content: center;
    width: 100%;
  }
}
#pageEvenements .blockEvenements .col8:nth-child(-n+3) {
  margin-top: 40px;
}
#pageEvenements .blockEvenements .col8:not(:nth-child(-n+3)) {
  margin-top: 65px;
}
@media screen and (max-width: 1024px) {
  #pageEvenements .blockEvenements .col8:nth-child(-n+2) {
    margin-top: 40px;
  }
  #pageEvenements .blockEvenements .col8:not(:nth-child(-n+2)) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  #pageEvenements .blockEvenements .col8:nth-child(-n+1) {
    margin-top: 40px;
  }
  #pageEvenements .blockEvenements .col8:not(:nth-child(-n+1)) {
    margin-top: 30px;
  }
}
#pageEvenements .blockEvenements .col8 .blockRectangle {
  margin: 0 auto;
}
#pageEvenements .blockEvenements .col8:nth-child(3n+1) .blockRectangle {
  margin-right: auto;
  margin-left: 0;
}
#pageEvenements .blockEvenements .col8:nth-child(3n) .blockRectangle {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  #pageEvenements .blockEvenements .col8:nth-child(2n+1) .blockRectangle {
    margin-right: auto;
    margin-left: 0;
  }
  #pageEvenements .blockEvenements .col8:nth-child(2n) .blockRectangle {
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) {
  #pageEvenements .blockEvenements .col8 .blockRectangle {
    margin: 0 auto !important;
  }
}
#pageEvenements .blockEvenements .btn {
  margin-top: 90px;
}
@media screen and (max-width: 1300px) {
  #pageEvenements .blockEvenements .btn {
    margin-top: 75px;
  }
}
@media screen and (max-width: 1024px) {
  #pageEvenements .blockEvenements .btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #pageEvenements .blockEvenements .btn {
    margin-top: 30px;
  }
}

#pageEvenement {
  background: #f0f0f0;
}
#pageEvenement .header .titre {
  text-align: left;
}
#pageEvenement .header .titre:after {
  left: 0;
  -webkit-transform: none;
  transform: none;
}
#pageEvenement .header .categorie {
  margin-bottom: 20px;
}
#pageEvenement .header .categorie.organism {
  margin-right: 4px;
  background: #13c164;
}
#pageEvenement .header .image {
  height: 530px;
}
@media screen and (max-width: 1400px) {
  #pageEvenement .header .image {
    height: 500px;
  }
}
@media screen and (max-width: 1200px) {
  #pageEvenement .header .image {
    height: 450px;
  }
}
@media screen and (max-width: 1024px) {
  #pageEvenement .header .image {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  #pageEvenement .header .image {
    height: 350px;
  }
}
@media screen and (max-width: 600px) {
  #pageEvenement .header .image {
    height: 300px;
  }
}
#pageEvenement .header .image p {
  display: inline-block;
  position: absolute;
  padding: 5px 10px;
  left: 0;
  bottom: 0;
  background: rgba(38, 40, 46, 0.6);
  color: #fff;
  margin: 0;
  font-size: 16px;
  max-width: 400px;
}
@media screen and (max-width: 1750px) {
  #pageEvenement .header .image p {
    max-width: 350px;
  }
}
@media screen and (max-width: 1550px) {
  #pageEvenement .header .image p {
    max-width: 300px;
  }
}
@media screen and (max-width: 1350px) {
  #pageEvenement .header .image p {
    max-width: 250px;
  }
}
@media screen and (max-width: 1050px) {
  #pageEvenement .header .image p {
    max-width: 230px;
  }
}
@media screen and (max-width: 1025px) {
  #pageEvenement .header .image p {
    max-width: none;
  }
}
@media screen and (max-width: 1024px) {
  #pageEvenement .blockContenu {
    padding: 80px 30px 80px 30px;
  }
}
@media screen and (max-width: 768px) {
  #pageEvenement .blockContenu {
    padding: 70px 30px 70px 20px;
  }
}
#pageEvenement .blockContenu > div {
  position: relative;
}
#pageEvenement .blockContenu > div .dynamic {
  position: relative;
  margin-top: -130px;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #pageEvenement .blockContenu > div .dynamic {
    margin-top: 0;
    padding: 0;
    background: transparent;
  }
}
#pageEvenement .blockContenu > div .dynamic:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #pageEvenement .blockContenu > div .dynamic:after {
    display: none;
  }
}
#pageEvenement .blockEvenements .blockRectangle {
  margin: 0 auto;
}
#pageEvenement .blockEvenements .row div:nth-child(2) > div:nth-child(3n+1) .blockRectangle {
  margin-right: auto;
  margin-left: 0;
}
#pageEvenement .blockEvenements .row div:nth-child(2) > div:nth-child(3n) .blockRectangle {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  #pageEvenement .blockEvenements .row div:nth-child(2) > div:nth-child(2n+1) .blockRectangle {
    margin-right: auto;
    margin-left: 0;
  }
  #pageEvenement .blockEvenements .row div:nth-child(2) > div:nth-child(2n) .blockRectangle {
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) {
  #pageEvenement .blockEvenements .blockRectangle {
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 768px) {
  #pageEvenement .blockEvenements .col8:nth-child(-n+1) {
    margin-top: 40px;
  }
  #pageEvenement .blockEvenements .col8:not(:nth-child(-n+1)) {
    margin-top: 30px;
  }
}
#pageEvenement .separator-pipe {
  display: none;
}
@media screen and (min-width: 601px) {
  #pageEvenement .separator-pipe {
    display: inline;
  }
}
#pageEvenement .separator-break {
  display: none;
}
@media screen and (max-width: 600px) {
  #pageEvenement .separator-break {
    display: inline;
  }
}

#pageActualites {
  background: #f0f0f0;
}
#pageActualites .blockPrincipal .col24:nth-child(-n+1) {
  margin-top: 40px;
}
#pageActualites .blockPrincipal .col24:not(:nth-child(-n+1)) {
  margin-top: 65px;
}
@media screen and (max-width: 1024px) {
  #pageActualites .blockPrincipal .col24:nth-child(-n+1) {
    margin-top: 40px;
  }
  #pageActualites .blockPrincipal .col24:not(:nth-child(-n+1)) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  #pageActualites .blockPrincipal .col24:nth-child(-n+1) {
    margin-top: 40px;
  }
  #pageActualites .blockPrincipal .col24:not(:nth-child(-n+1)) {
    margin-top: 30px;
  }
}
#pageActualites .blockPrincipal a {
  display: block;
  position: relative;
  background: #fff;
  -webkit-transition: box-shadow 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#pageActualites .blockPrincipal a .image {
  position: absolute;
  top: 0;
  right: 70%;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  #pageActualites .blockPrincipal a .image {
    right: 65%;
  }
}
@media screen and (max-width: 500px) {
  #pageActualites .blockPrincipal a .image {
    height: 200px;
    right: 0;
  }
}
#pageActualites .blockPrincipal a .image > div {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#pageActualites .blockPrincipal a .image > div div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: background 500ms;
  transition: background 500ms;
}
#pageActualites .blockPrincipal a .texte {
  padding: 35px 20px 35px 35%;
}
@media screen and (max-width: 1400px) {
  #pageActualites .blockPrincipal a .texte {
    padding: 35px 20px 35px 40%;
  }
}
@media screen and (max-width: 600px) {
  #pageActualites .blockPrincipal a .texte {
    padding: 30px 20px 30px 40%;
  }
}
@media screen and (max-width: 500px) {
  #pageActualites .blockPrincipal a .texte {
    padding: 230px 20px 30px 20px;
  }
}
#pageActualites .blockPrincipal a .texte .categorie {
  margin-bottom: 20px;
}
#pageActualites .blockPrincipal a .texte h4:nth-child(2) {
  min-height: 80px;
}
#pageActualites .blockPrincipal a .texte h4:last-child {
  margin: 0;
}
#pageActualites .blockPrincipal a:hover {
  -webkit-box-shadow: 0px 22px 35px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 22px 35px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 22px 35px 0px rgba(0, 0, 0, 0.2);
}
#pageActualites .blockPrincipal a:hover .image > div {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#pageActualites .blockPrincipal a:hover .image > div div {
  background: rgba(0, 0, 0, 0.2);
}

#pageActualite {
  background: #f0f0f0;
}
#pageActualite .header .titre {
  text-align: left;
}
#pageActualite .header .titre:after {
  left: 0;
  -webkit-transform: none;
  transform: none;
}
#pageActualite .header .categorie {
  margin-bottom: 20px;
}
#pageActualite .header .image {
  height: 530px;
}
@media screen and (max-width: 1400px) {
  #pageActualite .header .image {
    height: 500px;
  }
}
@media screen and (max-width: 1200px) {
  #pageActualite .header .image {
    height: 450px;
  }
}
@media screen and (max-width: 1024px) {
  #pageActualite .header .image {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  #pageActualite .header .image {
    height: 350px;
  }
}
@media screen and (max-width: 600px) {
  #pageActualite .header .image {
    height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  #pageActualite .blockContenu {
    padding: 80px 30px 80px 30px;
  }
}
@media screen and (max-width: 768px) {
  #pageActualite .blockContenu {
    padding: 70px 30px 70px 20px;
  }
}
#pageActualite .blockContenu > div {
  position: relative;
}
#pageActualite .blockContenu > div .dynamic {
  position: relative;
  margin-top: -130px;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #pageActualite .blockContenu > div .dynamic {
    margin-top: 0;
    padding: 0;
    background: transparent;
  }
}
#pageActualite .blockContenu > div .dynamic:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #pageActualite .blockContenu > div .dynamic:after {
    display: none;
  }
}

#pageContact {
  background: #f0f0f0;
}
#pageContact .blockContact {
  padding-left: 8%;
}
@media screen and (max-width: 1200px) {
  #pageContact .blockContact {
    padding-left: 6%;
  }
}
@media screen and (max-width: 1024px) {
  #pageContact .blockContact {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #pageContact .blockContact {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #pageContact .blockContact .coordonnees {
    margin-bottom: 40px;
  }
}
#pageContact .blockContact .coordonnees .titre {
  text-align: left;
}
#pageContact .blockContact .coordonnees .titre:after {
  left: 0;
  -webkit-transform: none;
  transform: none;
}
#pageContact .blockContact .coordonnees div:not(:last-child) {
  margin-bottom: 75px;
}
@media screen and (max-width: 1400px) {
  #pageContact .blockContact .coordonnees div:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #pageContact .blockContact .coordonnees div:not(:last-child) {
    margin-bottom: 35px;
  }
}
#pageContact .blockContact .coordonnees div .telephone {
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
#pageContact .blockContact .coordonnees div .telephone:hover {
  color: #13c164;
}
#pageContact .blockContact .coordonnees div .info span {
  font: 500 16px/1.5 "roboto", sans-serif;
  color: #1c2e69;
}
#pageContact .blockContact .coordonnees div p {
  color: #1c2e69;
  font-size: 16px;
}
#pageContact .blockContact .coordonnees div .link {
  margin-top: 25px;
}

#pageContenu {
  background: #f0f0f0;
}
@media screen and (max-width: 1024px) {
  #pageContenu .blockContenu {
    padding: 80px 30px 80px 30px;
  }
}
@media screen and (max-width: 768px) {
  #pageContenu .blockContenu {
    padding: 70px 30px 70px 20px;
  }
}
#pageContenu .blockContenu > div {
  position: relative;
}
#pageContenu .blockContenu > div .dynamicContainer {
  position: relative;
  margin-top: -130px;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #pageContenu .blockContenu > div .dynamicContainer {
    margin-top: 0;
    padding: 0;
    background: transparent;
  }
}
#pageContenu .blockContenu > div .dynamicContainer:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: -500px;
  left: 0;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #pageContenu .blockContenu > div .dynamicContainer:after {
    display: none;
  }
}
#pageContenu .blockContenu > div .dynamicContainer > *:first-child {
  margin-top: 0;
}
#pageContenu .blockContenu > div .dynamicContainer > *:last-child {
  margin-bottom: 0;
}

#pageRecherche {
  background: #f0f0f0;
}
#pageRecherche .header h2 {
  margin-bottom: 50px;
}
#pageRecherche .blockRecherche #filter {
  padding-bottom: 50px;
}
#pageRecherche .blockRecherche #filter #dtFilter ul li {
  float: left;
  text-transform: uppercase;
}
#pageRecherche .blockRecherche #filter #dtFilter ul li:first-child a {
  padding: 10px 30px 15px 0;
}
#pageRecherche .blockRecherche #filter #dtFilter ul li.active a {
  color: #13c164;
}
#pageRecherche .blockRecherche #filter #dtFilter ul li a {
  display: block;
  padding: 10px 30px 15px 30px;
  color: #1c2e69;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
#pageRecherche .blockRecherche #filter #dtFilter ul li a:hover {
  color: #13c164;
}
#pageRecherche .blockRecherche #filter .chosen {
  width: 100%;
  max-width: 300px;
}
#pageRecherche .blockRecherche #rechercheWrapper ul li:not(:last-child) {
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#pageRecherche .blockRecherche #rechercheWrapper ul li:not(:last-child) a {
  margin-bottom: 50px;
}
#pageRecherche .blockRecherche #rechercheWrapper ul li mark {
  background: rgba(246, 139, 82, 0.8);
}
#pageRecherche .blockRecherche #rechercheWrapper ul li .link {
  margin-bottom: 0;
}
#pageRecherche .blockRecherche #rechercheWrapper ul li a:hover .link {
  padding: 0 0 0 40px;
  color: #f68b52;
}
#pageRecherche .blockRecherche #rechercheWrapper ul li a:hover .link:before {
  width: 30px;
}

#pageCarrieres .content {
  background-color: #f0f0f0;
}
#pageCarrieres .blockform .uploadBtnWrapper {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #pageCarrieres .blockform .uploadBtnWrapper {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 600px) {
  #pageCarrieres .blockform .uploadBtnWrapper {
    margin-bottom: 45px;
  }
}

#pageError .header h1 {
  margin-bottom: 20px;
}

#pageFormulaireEvenementOrganisme {
  background: #f0f0f0;
}
#pageFormulaireEvenementOrganisme .header h1 {
  max-width: none;
}
@media screen and (max-width: 1024px) {
  #pageFormulaireEvenementOrganisme .blockContenu {
    padding: 80px 30px 80px 30px;
  }
}
@media screen and (max-width: 768px) {
  #pageFormulaireEvenementOrganisme .blockContenu {
    padding: 70px 30px 70px 20px;
  }
}
#pageFormulaireEvenementOrganisme .blockContenu > div {
  position: relative;
}
#pageFormulaireEvenementOrganisme .blockContenu > div .dynamicContainer {
  position: relative;
  margin-top: -130px;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #pageFormulaireEvenementOrganisme .blockContenu > div .dynamicContainer {
    margin-top: 0;
    padding: 0;
    background: transparent;
  }
}
#pageFormulaireEvenementOrganisme .blockContenu > div .dynamicContainer:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: -150px;
  left: 0;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  #pageFormulaireEvenementOrganisme .blockContenu > div .dynamicContainer:after {
    bottom: -125px;
  }
}
@media screen and (max-width: 1400px) {
  #pageFormulaireEvenementOrganisme .blockContenu > div .dynamicContainer:after {
    bottom: -100px;
  }
}
@media screen and (max-width: 1200px) {
  #pageFormulaireEvenementOrganisme .blockContenu > div .dynamicContainer:after {
    bottom: -90px;
  }
}
@media screen and (max-width: 1024px) {
  #pageFormulaireEvenementOrganisme .blockContenu > div .dynamicContainer:after {
    display: none;
  }
}
#pageFormulaireEvenementOrganisme .blockContenu > div .dynamicContainer > *:first-child {
  margin-top: 0;
}
#pageFormulaireEvenementOrganisme .blockContenu > div .dynamicContainer > *:last-child {
  margin-bottom: 0;
}

.o-section-dynamic {
  margin-top: var(--y-100);
  margin-bottom: var(--y-100);
}

.o-section-rubrique {
  margin-top: var(--y-100);
  margin-bottom: var(--y-100);
}

.o-section-form {
  margin-top: var(--y-100);
  margin-bottom: var(--y-100);
}

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