.module-htmlcontainer #droitsDeDouane div,
.module-htmlcontainer #droitsDeDouane p,
.module-htmlcontainer #droitsDeDouane span,
.module-htmlcontainer #droitsDeDouane a {
  word-wrap: normal !important;
  word-break: normal !important;
}

#droitsDeDouane .horizontal-align {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#droitsDeDouane .horizontal-align--top {
  align-items: flex-start;
}

#droitsDeDouane .horizontal-align--bottom {
  align-items: flex-end;
}

#droitsDeDouane .horizontal-align.center,
#droitsDeDouane .horizontal-align.jc-center {
  justify-content: center;
}

#droitsDeDouane .horizontal-align.between,
#droitsDeDouane .horizontal-align.jc-between {
  justify-content: space-between;
}

#droitsDeDouane .horizontal-align.around,
#droitsDeDouane .horizontal-align.jc-around {
  justify-content: space-around;
}

#droitsDeDouane .horizontal-align.evenly,
#droitsDeDouane .horizontal-align.jc-evenly {
  justify-content: space-evenly;
}

#droitsDeDouane .horizontal-align.tablet-disable {
  display: block;
}

@media only screen and (max-width: 1024px) {
  #droitsDeDouane .horizontal-align.tablet-stack {
    flex-direction: column;
  }

  #droitsDeDouane .horizontal-align.tablet-stack--reverse {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane .horizontal-align.mobile-stack {
    flex-direction: column;
  }

  #droitsDeDouane .horizontal-align.mobile-stack--reverse {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 1024px) {
  #droitsDeDouane .horizontal-align.mobile-center {
    align-items: center !important;
  }
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane .horizontal-align.mobile-disable {
    display: block;
  }
}

#droitsDeDouane .horizontal-align > [class*=" col-"],
#droitsDeDouane .horizontal-align > [class^="col-"] {
  display: flex;
  align-items: center;
}

#droitsDeDouane .horizontal-align > [class*=" col-"]:first-of-type,
#droitsDeDouane .horizontal-align > [class^="col-"]:first-of-type {
  justify-content: flex-start;
}

#droitsDeDouane .horizontal-align > [class*=" col-"]:last-of-type,
#droitsDeDouane .horizontal-align > [class^="col-"]:last-of-type {
  justify-content: flex-end;
}

#droitsDeDouane .horizontal-align > [class*=" col-"].column,
#droitsDeDouane .horizontal-align > [class^="col-"].column {
  flex-direction: column;
}

@media only screen and (max-width: 1024px) {
  #droitsDeDouane .horizontal-align > [class*=" col-"].column,
  #droitsDeDouane .horizontal-align > [class^="col-"].column {
    justify-content: center;
  }
}

#droitsDeDouane .horizontal-align > [class*=" col-"].column--center,
#droitsDeDouane .horizontal-align > [class^="col-"].column--center {
  align-items: center;
}

#droitsDeDouane .horizontal-align > [class*=" col-"].column--left,
#droitsDeDouane .horizontal-align > [class^="col-"].column--left {
  align-items: flex-start;
}

#droitsDeDouane .horizontal-align > [class*=" col-"].column--right,
#droitsDeDouane .horizontal-align > [class^="col-"].column--right {
  align-items: flex-end;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane .horizontal-align > [class*=" col-"].mobile-center,
  #droitsDeDouane .horizontal-align > [class^="col-"].mobile-center {
    justify-content: center;
  }
}

#droitsDeDouane .vertical-align {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#droitsDeDouane .bg-color--blue {
  background-color: #005eb8;
  color: #fff;
}

#droitsDeDouane .bg-color--blue h1,
#droitsDeDouane .bg-color--blue h2,
#droitsDeDouane .bg-color--blue h3,
#droitsDeDouane .bg-color--blue h4,
#droitsDeDouane .bg-color--blue h5,
#droitsDeDouane .bg-color--blue h6 {
  color: #fff;
}

#droitsDeDouane .bg-color--blue:before {
  background-color: #005eb8;
}

#droitsDeDouane .bg-color--light-purple {
  background-color: #6d2077;
  color: #fff;
}

#droitsDeDouane .bg-color--light-purple h1,
#droitsDeDouane .bg-color--light-purple h2,
#droitsDeDouane .bg-color--light-purple h3,
#droitsDeDouane .bg-color--light-purple h4,
#droitsDeDouane .bg-color--light-purple h5,
#droitsDeDouane .bg-color--light-purple h6 {
  color: #fff;
}

#droitsDeDouane .bg-color--light-purple:before {
  background-color: #6d2077;
}

#droitsDeDouane .bg-color--dark-blue {
  background-color: #00338d;
  color: #fff;
}

#droitsDeDouane .bg-color--dark-blue h1,
#droitsDeDouane .bg-color--dark-blue h2,
#droitsDeDouane .bg-color--dark-blue h3,
#droitsDeDouane .bg-color--dark-blue h4,
#droitsDeDouane .bg-color--dark-blue h5,
#droitsDeDouane .bg-color--dark-blue h6 {
  color: #fff;
}

#droitsDeDouane .bg-color--dark-blue:before {
  background-color: #00338d;
}

#droitsDeDouane .bg-color--light-grey {
  background-color: #f0f0f0;
  color: #333;
}

#droitsDeDouane .bg-color--light-grey h1,
#droitsDeDouane .bg-color--light-grey h2,
#droitsDeDouane .bg-color--light-grey h3,
#droitsDeDouane .bg-color--light-grey h4,
#droitsDeDouane .bg-color--light-grey h5,
#droitsDeDouane .bg-color--light-grey h6 {
  color: #00338d;
}

#droitsDeDouane .bg-color--light-grey:before {
  background-color: #f0f0f0;
}

#droitsDeDouane .bg-color--white {
  background-color: #fff;
  color: #333;
}

#droitsDeDouane .bg-color--white h1,
#droitsDeDouane .bg-color--white h2,
#droitsDeDouane .bg-color--white h3,
#droitsDeDouane .bg-color--white h4,
#droitsDeDouane .bg-color--white h5,
#droitsDeDouane .bg-color--white h6 {
  color: #00338d;
}

#droitsDeDouane .bg-color--white:before {
  background-color: #fff;
}

#droitsDeDouane .bg-color--black {
  background-color: #000;
  color: #fff;
}

#droitsDeDouane .bg-color--black h1,
#droitsDeDouane .bg-color--black h2,
#droitsDeDouane .bg-color--black h3,
#droitsDeDouane .bg-color--black h4,
#droitsDeDouane .bg-color--black h5,
#droitsDeDouane .bg-color--black h6 {
  color: #fff;
}

#droitsDeDouane .bg-color--black:before {
  background-color: #000;
}

@media only screen and (max-width: 768px) {
  .u-mobile-padding-top {
    padding-top: 20px;
  }
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #ffffff;
  opacity: 0.8;
}

.mfp-bg,
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

.mfp-wrap {
  z-index: 1043;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #000;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure,
img.mfp-img {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-height: 300px),
  screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  /*height: 100%;*/
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  /*height: 100%;*/
  position: relative;
  transition-property: transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translateZ(0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}

@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

#droitsDeDouane .container {
  padding: 0 10px;
}

#droitsDeDouane .row {
  margin-left: -10px;
  margin-right: -10px;
}

#droitsDeDouane .row > div[class*=" col-"],
#droitsDeDouane .row > div[class^="col-"] {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

#droitsDeDouane .row.row--no-gutter {
  margin-left: 10px;
  margin-right: 10px;
}

#droitsDeDouane .row.row--no-gutter > div[class*=" col-"],
#droitsDeDouane .row.row--no-gutter > div[class^="col-"] {
  padding-right: 0;
  padding-left: 0;
}

@media only screen and (min-width: 1281px) {
  #droitsDeDouane .row.row--no-gutter {
    margin-left: 0;
    margin-right: 0;
  }
}

#droitsDeDouane .row:after {
  content: "";
  display: table;
  clear: both;
}

#droitsDeDouane .row .col-xs-1 {
  width: 8.33333%;
}

#droitsDeDouane .row .col-xs-2 {
  width: 16.66667%;
}

#droitsDeDouane .row .col-xs-3 {
  width: 25%;
}

#droitsDeDouane .row .col-xs-4 {
  width: 33.33333%;
}

#droitsDeDouane .row .col-xs-5 {
  width: 41.66667%;
}

#droitsDeDouane .row .col-xs-6 {
  width: 50%;
}

#droitsDeDouane .row .col-xs-7 {
  width: 58.33333%;
}

#droitsDeDouane .row .col-xs-8 {
  width: 66.66667%;
}

#droitsDeDouane .row .col-xs-9 {
  width: 75%;
}

#droitsDeDouane .row .col-xs-10 {
  width: 83.33333%;
}

#droitsDeDouane .row .col-xs-11 {
  width: 91.66667%;
}

#droitsDeDouane .row .col-xs-12 {
  width: 100%;
}

#droitsDeDouane .row .pull-xs-0 {
  right: auto;
}

#droitsDeDouane .row .pull-xs-1 {
  right: 8.33333%;
}

#droitsDeDouane .row .pull-xs-2 {
  right: 16.66667%;
}

#droitsDeDouane .row .pull-xs-3 {
  right: 25%;
}

#droitsDeDouane .row .pull-xs-4 {
  right: 33.33333%;
}

#droitsDeDouane .row .pull-xs-5 {
  right: 41.66667%;
}

#droitsDeDouane .row .pull-xs-6 {
  right: 50%;
}

#droitsDeDouane .row .pull-xs-7 {
  right: 58.33333%;
}

#droitsDeDouane .row .pull-xs-8 {
  right: 66.66667%;
}

#droitsDeDouane .row .pull-xs-9 {
  right: 75%;
}

#droitsDeDouane .row .pull-xs-10 {
  right: 83.33333%;
}

#droitsDeDouane .row .pull-xs-11 {
  right: 91.66667%;
}

#droitsDeDouane .row .pull-xs-12 {
  right: 100%;
}

#droitsDeDouane .row .push-xs-0 {
  left: auto;
}

#droitsDeDouane .row .push-xs-1 {
  left: 8.33333%;
}

#droitsDeDouane .row .push-xs-2 {
  left: 16.66667%;
}

#droitsDeDouane .row .push-xs-3 {
  left: 25%;
}

#droitsDeDouane .row .push-xs-4 {
  left: 33.33333%;
}

#droitsDeDouane .row .push-xs-5 {
  left: 41.66667%;
}

#droitsDeDouane .row .push-xs-6 {
  left: 50%;
}

#droitsDeDouane .row .push-xs-7 {
  left: 58.33333%;
}

#droitsDeDouane .row .push-xs-8 {
  left: 66.66667%;
}

#droitsDeDouane .row .push-xs-9 {
  left: 75%;
}

#droitsDeDouane .row .push-xs-10 {
  left: 83.33333%;
}

#droitsDeDouane .row .push-xs-11 {
  left: 91.66667%;
}

#droitsDeDouane .row .push-xs-12 {
  left: 100%;
}

#droitsDeDouane .row .offset-xs-1 {
  margin-left: 8.33333%;
}

#droitsDeDouane .row .offset-xs-2 {
  margin-left: 16.66667%;
}

#droitsDeDouane .row .offset-xs-3 {
  margin-left: 25%;
}

#droitsDeDouane .row .offset-xs-4 {
  margin-left: 33.33333%;
}

#droitsDeDouane .row .offset-xs-5 {
  margin-left: 41.66667%;
}

#droitsDeDouane .row .offset-xs-6 {
  margin-left: 50%;
}

#droitsDeDouane .row .offset-xs-7 {
  margin-left: 58.33333%;
}

#droitsDeDouane .row .offset-xs-8 {
  margin-left: 66.66667%;
}

#droitsDeDouane .row .offset-xs-9 {
  margin-left: 75%;
}

#droitsDeDouane .row .offset-xs-10 {
  margin-left: 83.33333%;
}

#droitsDeDouane .row .offset-xs-11 {
  margin-left: 91.66667%;
}

@media only screen and (min-width: 481px) {
  #droitsDeDouane .row .col-sm-1 {
    width: 8.33333%;
  }

  #droitsDeDouane .row .col-sm-2 {
    width: 16.66667%;
  }

  #droitsDeDouane .row .col-sm-3 {
    width: 25%;
  }

  #droitsDeDouane .row .col-sm-4 {
    width: 33.33333%;
  }

  #droitsDeDouane .row .col-sm-5 {
    width: 41.66667%;
  }

  #droitsDeDouane .row .col-sm-6 {
    width: 50%;
  }

  #droitsDeDouane .row .col-sm-7 {
    width: 58.33333%;
  }

  #droitsDeDouane .row .col-sm-8 {
    width: 66.66667%;
  }

  #droitsDeDouane .row .col-sm-9 {
    width: 75%;
  }

  #droitsDeDouane .row .col-sm-10 {
    width: 83.33333%;
  }

  #droitsDeDouane .row .col-sm-11 {
    width: 91.66667%;
  }

  #droitsDeDouane .row .col-sm-12 {
    width: 100%;
  }

  #droitsDeDouane .row .pull-sm-0 {
    right: auto;
  }

  #droitsDeDouane .row .pull-sm-1 {
    right: 8.33333%;
  }

  #droitsDeDouane .row .pull-sm-2 {
    right: 16.66667%;
  }

  #droitsDeDouane .row .pull-sm-3 {
    right: 25%;
  }

  #droitsDeDouane .row .pull-sm-4 {
    right: 33.33333%;
  }

  #droitsDeDouane .row .pull-sm-5 {
    right: 41.66667%;
  }

  #droitsDeDouane .row .pull-sm-6 {
    right: 50%;
  }

  #droitsDeDouane .row .pull-sm-7 {
    right: 58.33333%;
  }

  #droitsDeDouane .row .pull-sm-8 {
    right: 66.66667%;
  }

  #droitsDeDouane .row .pull-sm-9 {
    right: 75%;
  }

  #droitsDeDouane .row .pull-sm-10 {
    right: 83.33333%;
  }

  #droitsDeDouane .row .pull-sm-11 {
    right: 91.66667%;
  }

  #droitsDeDouane .row .pull-sm-12 {
    right: 100%;
  }

  #droitsDeDouane .row .push-sm-0 {
    left: auto;
  }

  #droitsDeDouane .row .push-sm-1 {
    left: 8.33333%;
  }

  #droitsDeDouane .row .push-sm-2 {
    left: 16.66667%;
  }

  #droitsDeDouane .row .push-sm-3 {
    left: 25%;
  }

  #droitsDeDouane .row .push-sm-4 {
    left: 33.33333%;
  }

  #droitsDeDouane .row .push-sm-5 {
    left: 41.66667%;
  }

  #droitsDeDouane .row .push-sm-6 {
    left: 50%;
  }

  #droitsDeDouane .row .push-sm-7 {
    left: 58.33333%;
  }

  #droitsDeDouane .row .push-sm-8 {
    left: 66.66667%;
  }

  #droitsDeDouane .row .push-sm-9 {
    left: 75%;
  }

  #droitsDeDouane .row .push-sm-10 {
    left: 83.33333%;
  }

  #droitsDeDouane .row .push-sm-11 {
    left: 91.66667%;
  }

  #droitsDeDouane .row .push-sm-12 {
    left: 100%;
  }

  #droitsDeDouane .row .offset-sm-0 {
    margin-left: 0;
  }

  #droitsDeDouane .row .offset-sm-1 {
    margin-left: 8.33333%;
  }

  #droitsDeDouane .row .offset-sm-2 {
    margin-left: 16.66667%;
  }

  #droitsDeDouane .row .offset-sm-3 {
    margin-left: 25%;
  }

  #droitsDeDouane .row .offset-sm-4 {
    margin-left: 33.33333%;
  }

  #droitsDeDouane .row .offset-sm-5 {
    margin-left: 41.66667%;
  }

  #droitsDeDouane .row .offset-sm-6 {
    margin-left: 50%;
  }

  #droitsDeDouane .row .offset-sm-7 {
    margin-left: 58.33333%;
  }

  #droitsDeDouane .row .offset-sm-8 {
    margin-left: 66.66667%;
  }

  #droitsDeDouane .row .offset-sm-9 {
    margin-left: 75%;
  }

  #droitsDeDouane .row .offset-sm-10 {
    margin-left: 83.33333%;
  }

  #droitsDeDouane .row .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 769px) {
  #droitsDeDouane .row .col-md-1 {
    width: 8.33333%;
  }

  #droitsDeDouane .row .col-md-2 {
    width: 16.66667%;
  }

  #droitsDeDouane .row .col-md-3 {
    width: 25%;
  }

  #droitsDeDouane .row .col-md-4 {
    width: 33.33333%;
  }

  #droitsDeDouane .row .col-md-5 {
    width: 41.66667%;
  }

  #droitsDeDouane .row .col-md-6 {
    width: 50%;
  }

  #droitsDeDouane .row .col-md-7 {
    width: 58.33333%;
  }

  #droitsDeDouane .row .col-md-8 {
    width: 66.66667%;
  }

  #droitsDeDouane .row .col-md-9 {
    width: 75%;
  }

  #droitsDeDouane .row .col-md-10 {
    width: 83.33333%;
  }

  #droitsDeDouane .row .col-md-11 {
    width: 91.66667%;
  }

  #droitsDeDouane .row .col-md-12 {
    width: 100%;
  }

  #droitsDeDouane .row .pull-md-0 {
    right: auto;
  }

  #droitsDeDouane .row .pull-md-1 {
    right: 8.33333%;
  }

  #droitsDeDouane .row .pull-md-2 {
    right: 16.66667%;
  }

  #droitsDeDouane .row .pull-md-3 {
    right: 25%;
  }

  #droitsDeDouane .row .pull-md-4 {
    right: 33.33333%;
  }

  #droitsDeDouane .row .pull-md-5 {
    right: 41.66667%;
  }

  #droitsDeDouane .row .pull-md-6 {
    right: 50%;
  }

  #droitsDeDouane .row .pull-md-7 {
    right: 58.33333%;
  }

  #droitsDeDouane .row .pull-md-8 {
    right: 66.66667%;
  }

  #droitsDeDouane .row .pull-md-9 {
    right: 75%;
  }

  #droitsDeDouane .row .pull-md-10 {
    right: 83.33333%;
  }

  #droitsDeDouane .row .pull-md-11 {
    right: 91.66667%;
  }

  #droitsDeDouane .row .pull-md-12 {
    right: 100%;
  }

  #droitsDeDouane .row .push-md-0 {
    left: auto;
  }

  #droitsDeDouane .row .push-md-1 {
    left: 8.33333%;
  }

  #droitsDeDouane .row .push-md-2 {
    left: 16.66667%;
  }

  #droitsDeDouane .row .push-md-3 {
    left: 25%;
  }

  #droitsDeDouane .row .push-md-4 {
    left: 33.33333%;
  }

  #droitsDeDouane .row .push-md-5 {
    left: 41.66667%;
  }

  #droitsDeDouane .row .push-md-6 {
    left: 50%;
  }

  #droitsDeDouane .row .push-md-7 {
    left: 58.33333%;
  }

  #droitsDeDouane .row .push-md-8 {
    left: 66.66667%;
  }

  #droitsDeDouane .row .push-md-9 {
    left: 75%;
  }

  #droitsDeDouane .row .push-md-10 {
    left: 83.33333%;
  }

  #droitsDeDouane .row .push-md-11 {
    left: 91.66667%;
  }

  #droitsDeDouane .row .push-md-12 {
    left: 100%;
  }

  #droitsDeDouane .row .offset-md-0 {
    margin-left: 0;
  }

  #droitsDeDouane .row .offset-md-1 {
    margin-left: 8.33333%;
  }

  #droitsDeDouane .row .offset-md-2 {
    margin-left: 16.66667%;
  }

  #droitsDeDouane .row .offset-md-3 {
    margin-left: 25%;
  }

  #droitsDeDouane .row .offset-md-4 {
    margin-left: 33.33333%;
  }

  #droitsDeDouane .row .offset-md-5 {
    margin-left: 41.66667%;
  }

  #droitsDeDouane .row .offset-md-6 {
    margin-left: 50%;
  }

  #droitsDeDouane .row .offset-md-7 {
    margin-left: 58.33333%;
  }

  #droitsDeDouane .row .offset-md-8 {
    margin-left: 66.66667%;
  }

  #droitsDeDouane .row .offset-md-9 {
    margin-left: 75%;
  }

  #droitsDeDouane .row .offset-md-10 {
    margin-left: 83.33333%;
  }

  #droitsDeDouane .row .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 1025px) {
  #droitsDeDouane .row .col-lg-1 {
    width: 8.33333%;
  }

  #droitsDeDouane .row .col-lg-2 {
    width: 16.66667%;
  }

  #droitsDeDouane .row .col-lg-3 {
    width: 25%;
  }

  #droitsDeDouane .row .col-lg-4 {
    width: 33.33333%;
  }

  #droitsDeDouane .row .col-lg-5 {
    width: 41.66667%;
  }

  #droitsDeDouane .row .col-lg-6 {
    width: 50%;
  }

  #droitsDeDouane .row .col-lg-7 {
    width: 58.33333%;
  }

  #droitsDeDouane .row .col-lg-8 {
    width: 66.66667%;
  }

  #droitsDeDouane .row .col-lg-9 {
    width: 75%;
  }

  #droitsDeDouane .row .col-lg-10 {
    width: 83.33333%;
  }

  #droitsDeDouane .row .col-lg-11 {
    width: 91.66667%;
  }

  #droitsDeDouane .row .col-lg-12 {
    width: 100%;
  }

  #droitsDeDouane .row .pull-lg-0 {
    right: auto;
  }

  #droitsDeDouane .row .pull-lg-1 {
    right: 8.33333%;
  }

  #droitsDeDouane .row .pull-lg-2 {
    right: 16.66667%;
  }

  #droitsDeDouane .row .pull-lg-3 {
    right: 25%;
  }

  #droitsDeDouane .row .pull-lg-4 {
    right: 33.33333%;
  }

  #droitsDeDouane .row .pull-lg-5 {
    right: 41.66667%;
  }

  #droitsDeDouane .row .pull-lg-6 {
    right: 50%;
  }

  #droitsDeDouane .row .pull-lg-7 {
    right: 58.33333%;
  }

  #droitsDeDouane .row .pull-lg-8 {
    right: 66.66667%;
  }

  #droitsDeDouane .row .pull-lg-9 {
    right: 75%;
  }

  #droitsDeDouane .row .pull-lg-10 {
    right: 83.33333%;
  }

  #droitsDeDouane .row .pull-lg-11 {
    right: 91.66667%;
  }

  #droitsDeDouane .row .pull-lg-12 {
    right: 100%;
  }

  #droitsDeDouane .row .push-lg-0 {
    left: auto;
  }

  #droitsDeDouane .row .push-lg-1 {
    left: 8.33333%;
  }

  #droitsDeDouane .row .push-lg-2 {
    left: 16.66667%;
  }

  #droitsDeDouane .row .push-lg-3 {
    left: 25%;
  }

  #droitsDeDouane .row .push-lg-4 {
    left: 33.33333%;
  }

  #droitsDeDouane .row .push-lg-5 {
    left: 41.66667%;
  }

  #droitsDeDouane .row .push-lg-6 {
    left: 50%;
  }

  #droitsDeDouane .row .push-lg-7 {
    left: 58.33333%;
  }

  #droitsDeDouane .row .push-lg-8 {
    left: 66.66667%;
  }

  #droitsDeDouane .row .push-lg-9 {
    left: 75%;
  }

  #droitsDeDouane .row .push-lg-10 {
    left: 83.33333%;
  }

  #droitsDeDouane .row .push-lg-11 {
    left: 91.66667%;
  }

  #droitsDeDouane .row .push-lg-12 {
    left: 100%;
  }

  #droitsDeDouane .row .offset-lg-0 {
    margin-left: 0;
  }

  #droitsDeDouane .row .offset-lg-1 {
    margin-left: 8.33333%;
  }

  #droitsDeDouane .row .offset-lg-2 {
    margin-left: 16.66667%;
  }

  #droitsDeDouane .row .offset-lg-3 {
    margin-left: 25%;
  }

  #droitsDeDouane .row .offset-lg-4 {
    margin-left: 33.33333%;
  }

  #droitsDeDouane .row .offset-lg-5 {
    margin-left: 41.66667%;
  }

  #droitsDeDouane .row .offset-lg-6 {
    margin-left: 50%;
  }

  #droitsDeDouane .row .offset-lg-7 {
    margin-left: 58.33333%;
  }

  #droitsDeDouane .row .offset-lg-8 {
    margin-left: 66.66667%;
  }

  #droitsDeDouane .row .offset-lg-9 {
    margin-left: 75%;
  }

  #droitsDeDouane .row .offset-lg-10 {
    margin-left: 83.33333%;
  }

  #droitsDeDouane .row .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 1281px) {
  #droitsDeDouane .row .col-xl-1 {
    width: 8.33333%;
  }

  #droitsDeDouane .row .col-xl-2 {
    width: 16.66667%;
  }

  #droitsDeDouane .row .col-xl-3 {
    width: 25%;
  }

  #droitsDeDouane .row .col-xl-4 {
    width: 33.33333%;
  }

  #droitsDeDouane .row .col-xl-5 {
    width: 41.66667%;
  }

  #droitsDeDouane .row .col-xl-6 {
    width: 50%;
  }

  #droitsDeDouane .row .col-xl-7 {
    width: 58.33333%;
  }

  #droitsDeDouane .row .col-xl-8 {
    width: 66.66667%;
  }

  #droitsDeDouane .row .col-xl-9 {
    width: 75%;
  }

  #droitsDeDouane .row .col-xl-10 {
    width: 83.33333%;
  }

  #droitsDeDouane .row .col-xl-11 {
    width: 91.66667%;
  }

  #droitsDeDouane .row .col-xl-12 {
    width: 100%;
  }

  #droitsDeDouane .row .pull-xl-0 {
    right: auto;
  }

  #droitsDeDouane .row .pull-xl-1 {
    right: 8.33333%;
  }

  #droitsDeDouane .row .pull-xl-2 {
    right: 16.66667%;
  }

  #droitsDeDouane .row .pull-xl-3 {
    right: 25%;
  }

  #droitsDeDouane .row .pull-xl-4 {
    right: 33.33333%;
  }

  #droitsDeDouane .row .pull-xl-5 {
    right: 41.66667%;
  }

  #droitsDeDouane .row .pull-xl-6 {
    right: 50%;
  }

  #droitsDeDouane .row .pull-xl-7 {
    right: 58.33333%;
  }

  #droitsDeDouane .row .pull-xl-8 {
    right: 66.66667%;
  }

  #droitsDeDouane .row .pull-xl-9 {
    right: 75%;
  }

  #droitsDeDouane .row .pull-xl-10 {
    right: 83.33333%;
  }

  #droitsDeDouane .row .pull-xl-11 {
    right: 91.66667%;
  }

  #droitsDeDouane .row .pull-xl-12 {
    right: 100%;
  }

  #droitsDeDouane .row .push-xl-0 {
    left: auto;
  }

  #droitsDeDouane .row .push-xl-1 {
    left: 8.33333%;
  }

  #droitsDeDouane .row .push-xl-2 {
    left: 16.66667%;
  }

  #droitsDeDouane .row .push-xl-3 {
    left: 25%;
  }

  #droitsDeDouane .row .push-xl-4 {
    left: 33.33333%;
  }

  #droitsDeDouane .row .push-xl-5 {
    left: 41.66667%;
  }

  #droitsDeDouane .row .push-xl-6 {
    left: 50%;
  }

  #droitsDeDouane .row .push-xl-7 {
    left: 58.33333%;
  }

  #droitsDeDouane .row .push-xl-8 {
    left: 66.66667%;
  }

  #droitsDeDouane .row .push-xl-9 {
    left: 75%;
  }

  #droitsDeDouane .row .push-xl-10 {
    left: 83.33333%;
  }

  #droitsDeDouane .row .push-xl-11 {
    left: 91.66667%;
  }

  #droitsDeDouane .row .push-xl-12 {
    left: 100%;
  }

  #droitsDeDouane .row .offset-xl-0 {
    margin-left: 0;
  }

  #droitsDeDouane .row .offset-xl-1 {
    margin-left: 8.33333%;
  }

  #droitsDeDouane .row .offset-xl-2 {
    margin-left: 16.66667%;
  }

  #droitsDeDouane .row .offset-xl-3 {
    margin-left: 25%;
  }

  #droitsDeDouane .row .offset-xl-4 {
    margin-left: 33.33333%;
  }

  #droitsDeDouane .row .offset-xl-5 {
    margin-left: 41.66667%;
  }

  #droitsDeDouane .row .offset-xl-6 {
    margin-left: 50%;
  }

  #droitsDeDouane .row .offset-xl-7 {
    margin-left: 58.33333%;
  }

  #droitsDeDouane .row .offset-xl-8 {
    margin-left: 66.66667%;
  }

  #droitsDeDouane .row .offset-xl-9 {
    margin-left: 75%;
  }

  #droitsDeDouane .row .offset-xl-10 {
    margin-left: 83.33333%;
  }

  #droitsDeDouane .row .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.module-tmpl-html {
  margin-top: -2px;
  box-shadow: inset 0 8px 16px #dedede;
}

.module-tmpl-html > .tmpl-row {
  display: none;
}

.module-tmpl-html > .inner-container {
  width: 100%;
}

.module-tmpl-html .parsys-container {
  border: 0 !important;
}

.module-tmpl-html .parsys-container > .module-htmlcontainer {
  background: none;
  padding: 0;
}

.template .container {
  transform: none !important;
}

.global-footer {
  margin-top: 0 !important;
}

.container {
  width: 100%;
}

#droitsDeDouane {
  margin: 0;
}

#droitsDeDouane a:hover,
#droitsDeDouane a:active,
#droitsDeDouane a:hover.active {
  text-decoration: none;
}

#droitsDeDouane * {
  box-sizing: border-box;
}

#droitsDeDouane div {
  margin: 0;
}

#droitsDeDouane div.inner-container {
  margin: 0 auto;
}

#droitsDeDouane div.row div.row {
  margin: 0;
}

@media only screen and (min-width: 769px) {
  #droitsDeDouane .row--floating {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
  }

  #droitsDeDouane .row--floating--end {
    justify-content: flex-end;
  }
}

#droitsDeDouane .inner-container {
  width: calc(100% - 40px);
  max-width: 1080px;
  position: relative;
}

#droitsDeDouane .inner-container--wide {
  max-width: 1300px;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane .inner-container--mobile-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

#droitsDeDouane .inner-container--white {
  background-color: #fff;
}

#droitsDeDouane img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
}

#droitsDeDouane .hide,
#droitsDeDouane .show--lg-down,
#droitsDeDouane .show--lg-up,
#droitsDeDouane .show--md--up,
#droitsDeDouane .show--md-down,
#droitsDeDouane .show--sm-down,
#droitsDeDouane .show--sm-up,
#droitsDeDouane .show--xl-up,
#droitsDeDouane .show-xl-down {
  display: none;
}

@media only screen and (max-width: 480px) {
  #droitsDeDouane .hide--sm-down {
    display: none !important;
  }

  #droitsDeDouane .show--sm-down {
    display: block !important;
  }
}

@media only screen and (min-width: 481px) {
  #droitsDeDouane .hide--sm-up {
    display: none !important;
  }

  #droitsDeDouane .show--sm-up {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane .hide--md-down {
    display: none !important;
  }

  #droitsDeDouane .show--md-down {
    display: block !important;
  }
}

@media only screen and (min-width: 769px) {
  #droitsDeDouane .hide--md-up {
    display: none !important;
  }

  #droitsDeDouane .show--md-up {
    display: block !important;
  }
}

@media only screen and (max-width: 1024px) {
  #droitsDeDouane .hide--lg-down {
    display: none !important;
  }

  #droitsDeDouane .show--lg-down {
    display: block !important;
  }
}

@media only screen and (min-width: 1025px) {
  #droitsDeDouane .hide--lg-up {
    display: none !important;
  }

  #droitsDeDouane .show--lg-up {
    display: block !important;
  }
}

@media only screen and (min-width: 1281px) {
  #droitsDeDouane .hide--xl-down {
    display: none !important;
  }

  #droitsDeDouane .show--xl-down {
    display: block !important;
  }
}

@media only screen and (min-width: 1281px) {
  #droitsDeDouane .hide--xl-up {
    display: none !important;
  }

  #droitsDeDouane .show--xl-up {
    display: block !important;
  }
}

#droitsDeDouane {
  position: relative;
}

#droitsDeDouane .heading-size-1,
#droitsDeDouane h1 {
  font-size: 4rem;
  margin-bottom: 15px;
  line-height: 1.1;
}

#droitsDeDouane .heading-size-1,
#droitsDeDouane .heading-size-2,
#droitsDeDouane h1,
#droitsDeDouane h2 {
  color: #ffffff;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

#droitsDeDouane .heading-size-2,
#droitsDeDouane h2 {
  font-size: 2.8rem;
  margin-bottom: 25px;
  color: #00338d;
  line-height: 1.2;
}
#droitsDeDouane h3 {
  font-size: 2.5rem;
  line-height: 1.25;
  margin-bottom: 25px;
  font-weight: bold;
  color: #ffffff;
}

@media only screen and (min-width: 480px) {
  #droitsDeDouane .heading-size-1,
  #droitsDeDouane h1 {
    font-size: 4.6rem;
  }

  #droitsDeDouane .heading-size-2,
  #droitsDeDouane h2 {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 992px) {
  #droitsDeDouane .heading-size-1,
  #droitsDeDouane h1 {
    font-size: 5.5rem;
  }

  #droitsDeDouane .heading-size-2,
  #droitsDeDouane h2 {
    font-size: 4.5rem;
  }
}

#droitsDeDouane .heading-size-2.heading,
#droitsDeDouane h2.heading {
  color: #00338d;
  margin-bottom: 20px;
}

#droitsDeDouane .heading-size-3 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 32px;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: inherit;
  font-weight: 400;
}

#droitsDeDouane .heading-size-4,
#droitsDeDouane h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25px;
  line-height: 2.5rem;
  color: inherit;
  font-weight: 700;
}

#droitsDeDouane .heading-size-4.supporting-title,
#droitsDeDouane h4.supporting-title {
  opacity: 0.5;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 480px) {
  #droitsDeDouane .heading-size-4.supporting-title,
  #droitsDeDouane h4.supporting-title {
    margin-bottom: 20px;
  }
}

#droitsDeDouane .heading-size-4 .lighter,
#droitsDeDouane h4 .lighter {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  line-height: 2.5rem;
}

#droitsDeDouane .text-colour--white {
  color: #fff;
}

#droitsDeDouane .highlight {
  color: #005eb8;
}

#droitsDeDouane .lighter {
  font-weight: 100;
}

#droitsDeDouane h4,
#droitsDeDouane ul {
  color: inherit;
}

#droitsDeDouane ul {
  list-style: disc;
  list-style-position: inside;
}

#droitsDeDouane ul.button-list {
  list-style: none;
}

#droitsDeDouane ul.button-list li {
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane ul.button-list li .jw-button {
    width: 100%;
  }
}

#droitsDeDouane ul li {
  color: inherit;
}

#droitsDeDouane ul.agenda {
  list-style: none;
}

#droitsDeDouane ul.agenda li {
  list-style: none;
}

#droitsDeDouane ul.agenda li {
  color: #333;
  border-bottom: 2px solid hsla(0, 0%, 61%, 0.314);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#droitsDeDouane ul.agenda li:last-of-type {
  border-bottom: 0;
}

#droitsDeDouane ul.agenda li h4 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 25px;
  line-height: 2.5rem;
  color: inherit !important;
}

#droitsDeDouane ul.agenda li p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: inherit !important;
}

#droitsDeDouane ul.agenda li a {
  color: #005eb8;
}

#droitsDeDouane ul.agenda li a span {
  vertical-align: middle;
}

#droitsDeDouane ul.connect {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#droitsDeDouane ul.connect li {
  flex-basis: 25%;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane ul.connect li {
    flex-basis: 28%;
  }
}

#droitsDeDouane ul.connect li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333;
}

#droitsDeDouane ul.connect li a span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 5px;
}

#droitsDeDouane ul.connect li a span.icon {
  margin-top: 0;
  flex-basis: 40px;
}

#droitsDeDouane p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 15px 0;
  color: inherit;
}


#droitsDeDouane p.body-text {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  margin-top: 0;
  margin-bottom: 40px;
}

#droitsDeDouane .body-text h1,
#droitsDeDouane .body-text h2,
#droitsDeDouane .body-text h3,
#droitsDeDouane .body-text h4,
#droitsDeDouane .body-text h5,
#droitsDeDouane .body-text h6 {
  margin-bottom: 20px;
}

/* #droitsDeDouane .body-text p {
	font-size: 20px;
	font-size: 2rem;
	line-height: 30px;
	line-height: 3rem;
	margin-top: 0;
} */

#droitsDeDouane .body-text p.additional {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 23px;
  line-height: 2.3rem;
}

#droitsDeDouane .jw-button {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
  font-weight: 700;
  z-index: 1;
}

#droitsDeDouane .jw-button + .jw-button {
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane .jw-button + .jw-button {
    margin-left: 0;
    margin-top: 10px;
  }
}

#droitsDeDouane .jw-button__primary {
  color: #ffffff;
  padding: 12px 20px;
  border: 1px solid #1e49e2;
  transition-property: color;
  transition-duration: 0.3s;
  min-width: 200px;
  text-align: center;
  background-color: #1e49e2;
}

#droitsDeDouane .jw-button__primary:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background-color: #7213ea;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.3s ease-out;
}

#droitsDeDouane .jw-button__primary:hover {
  color: #fff;
}

#droitsDeDouane .jw-button__primary:hover:before {
  transform: scaleX(1);
}

#droitsDeDouane .jw-button__primary.white {
  color: #fff;
  border-color: #fff;
}

#droitsDeDouane .jw-button__primary.white:before {
  background-color: #fff;
}

#droitsDeDouane .jw-button__primary.white:hover {
  color: #313131;
}

#droitsDeDouane .jw-button__secondary {
  color: #0091da;
  padding: 4px 0;
  transition-property: color;
  transition-duration: 0.3s;
}

#droitsDeDouane .jw-button__secondary:before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  background-color: #0091da;
  height: 2px;
  width: 100%;
  transition: width 0.3s ease-out;
}

#droitsDeDouane .jw-button__secondary:hover {
  color: #005eb8;
}

#droitsDeDouane .jw-button__secondary:hover:before {
  width: 50%;
  background-color: #005eb8;
}

#droitsDeDouane .jw-button__secondary--right:before {
  right: 0;
  left: 0;
  transition: width 0.3s, left 0.3s;
}

#droitsDeDouane .jw-button__secondary--right:hover:before {
  left: 50%;
}

#droitsDeDouane .jw-button__secondary.white {
  color: #fff;
  border-color: #fff;
}

#droitsDeDouane .jw-button__secondary.white:before {
  background-color: #fff;
}

#droitsDeDouane .jw-button__secondary.white:hover {
  color: #00a3e2;
}

#droitsDeDouane .jw-button__secondary.white:hover:before {
  background-color: #00a3e2;
}

#droitsDeDouane .jw-button__tertiary {
  padding: 18px 20px;
  background-color: #0091da;
  color: #fff;
  min-width: 200px;
  text-align: center;
}

#droitsDeDouane .jw-button__text-icon {
  padding-top: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 400;
}

#droitsDeDouane .jw-button__text-icon span {
  padding-right: 10px;
}

#droitsDeDouane .jw-button--wide {
  min-width: 280px;
}

#droitsDeDouane .jw-button__icon {
  color: #005eb8;
  display: flex;
  flex-direction: row;
  width: max-content;
  transition: color 0.3s, border-color 0.3s;
}

#droitsDeDouane .jw-button__icon .icon {
  padding: 13px 20px;
  border: 1px solid #0091da;
  display: flex;
  align-items: center;
  position: relative;
}

#droitsDeDouane .jw-button__icon .icon svg .icon-fill {
  transition: fill 0.3s ease-out;
}

#droitsDeDouane .jw-button__icon .icon:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #0091da;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition: transform 0.3s ease-out;
}

#droitsDeDouane .jw-button__icon .text {
  padding: 18px 20px;
  border: 1px solid #0091da;
  border-left: 0;
  position: relative;
}

#droitsDeDouane .jw-button__icon .text:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #005eb8;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition: transform 0.3s ease-out;
}

#droitsDeDouane .jw-button__icon:hover {
  color: #fff;
}

#droitsDeDouane .jw-button__icon:hover .icon svg .icon-fill {
  fill: #fff !important;
}

#droitsDeDouane .jw-button__icon:hover .icon,
#droitsDeDouane .jw-button__icon:hover .text {
  border-color: #0091da;
}

#droitsDeDouane .jw-button__icon:hover .icon:before,
#droitsDeDouane .jw-button__icon:hover .text:before {
  transform: scaleY(1);
}

#droitsDeDouane .round-button {
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 100%;
  transition: background-color 0.3s ease-out;
  will-change: background-color, stroke;
  cursor: pointer;
  user-select: none;
}

#droitsDeDouane .round-button svg path,
#droitsDeDouane .round-button svg polyline {
  transition: stroke 0.3s ease-out;
}

#droitsDeDouane .round-button.blue {
  color: #1e49e2;
  border-color: #1e49e2;
  background-color: #ffffff;
}

#droitsDeDouane .round-button.blue .icon-stroke {
  stroke: #005eb8;
}

#droitsDeDouane .round-button.flipped {
  transform: rotate(180deg);
}

#droitsDeDouane .round-button:hover {
  background-color: #1e49e2;
  color: #fff;
}

#droitsDeDouane .round-button:hover svg path,
#droitsDeDouane .round-button:hover svg polyline {
  stroke: #fff;
}

#droitsDeDouane .play-button {
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0091da;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
}

#droitsDeDouane .play-button:hover {
  background-color: #00a3e2;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane .play-button {
    padding: 20px 22px;
  }

  #droitsDeDouane .play-button svg {
    width: 11px !important;
    height: 13px !important;
  }
}

#droitsDeDouane .play-button--small {
  width: 80px;
  height: 80px;
}

#droitsDeDouane .play-button--small svg {
  width: 15px !important;
  height: 17px !important;
}

#droitsDeDouane .center {
  margin: 0 auto;
}

#droitsDeDouane .center-flex-btn {
  justify-content: center;
}

#droitsDeDouane section.jw-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

#droitsDeDouane section.jw-section--no-padding-bottom {
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane section.jw-section--no-padding-bottom {
    padding-bottom: 0 !important;
  }
}

@media only screen and (min-width: 769px) {
  #droitsDeDouane section.jw-section--no-padding-bottom-md-up {
    padding-bottom: 0;
  }
}

#droitsDeDouane section.jw-section--no-padding-top {
  padding-top: 0;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane section.jw-section--no-padding-top {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane section.jw-section {
    padding: 40px 0;
  }
}

#droitsDeDouane section.jw-section--dark-blue {
  background-color: #00338d;
  color: #fff;
}

#droitsDeDouane section.jw-section--white {
  background-color: #fff;
}

#droitsDeDouane section.jw-section--blue {
  background-color: #005eb8;
  color: #fff;
}

#droitsDeDouane section.jw-section--hr {
  padding: 0;
}

#droitsDeDouane section.jw-section.bg-image {
  background-size: cover;
  background-position: top center;
  height: 500px;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane section.jw-section.bg-image {
    height: 250px;
  }
}

#droitsDeDouane section.jw-section.bg-half--grey-top:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: #f0f0f0;
}

#droitsDeDouane section.jw-section.bg-half--dark-blue-left {
  background-color: #f0f0f0;
}

#droitsDeDouane section.jw-section.bg-half--dark-blue-left:before {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #00338d;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane section.jw-section.bg-half--dark-blue-left:before {
    height: 50%;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  #droitsDeDouane section.jw-section.article-section .video-wrapper {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane section.jw-section.contact-section .contact-section__content,
  #droitsDeDouane section.jw-section.contact-section .contact-section__heading {
    overflow: visible;
  }

  #droitsDeDouane section.jw-section.contact-section .contact-section__content:before,
  #droitsDeDouane section.jw-section.contact-section .contact-section__heading:before {
    content: "";
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px;
  }
}

#droitsDeDouane section.jw-section.contact-section .contact-section__heading {
  display: flex;
  align-items: center;
}

#droitsDeDouane section.jw-section.contact-section .contact-section__heading h2 {
  margin-bottom: 0;
  padding: 0 30px;
}

@media only screen and (max-width: 1024px) {
  #droitsDeDouane section.jw-section.contact-section .contact-section__heading {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#droitsDeDouane section.jw-section.contact-section .contact-section__content {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  #droitsDeDouane section.jw-section.contact-section .contact-section__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#droitsDeDouane section.jw-section .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  z-index: 1;
}

#droitsDeDouane section.jw-section .video-wrapper__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
  pointer-events: none;
}

#droitsDeDouane section.jw-section .video-wrapper h4 {
  color: #fff;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 30%;
}

#droitsDeDouane section.jw-section .video-wrapper a.poster,
#droitsDeDouane section.jw-section .video-wrapper iframe,
#droitsDeDouane section.jw-section .video-wrapper img,
#droitsDeDouane section.jw-section .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#droitsDeDouane section.jw-section .video-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#droitsDeDouane section.jw-section .image-wrapper {
  z-index: 1;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane section.jw-section .text-block {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane section.jw-section.section-text-video {
    clear: left;
    clear: left;
  }
  #droitsDeDouane section.jw-section.section-text-video:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 75%;
    background-color: #f0f0f0;
  }
}

#droitsDeDouane section.jw-section.section-text-video .body-text {
  padding: 150px 300px 150px 150px;
  background: #f0f0f0;
}

#droitsDeDouane section.jw-section.section-text-video .body-text h1,
#droitsDeDouane section.jw-section.section-text-video .body-text h2,
#droitsDeDouane section.jw-section.section-text-video .body-text h3,
#droitsDeDouane section.jw-section.section-text-video .body-text h4,
#droitsDeDouane section.jw-section.section-text-video .body-text h5,
#droitsDeDouane section.jw-section.section-text-video .body-text h6 {
  color: #00338d;
}

#droitsDeDouane section.jw-section.section-text-video .body-text--agenda {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 200px;
}

#droitsDeDouane section.jw-section.section-text-video .body-text--right {
  padding-left: 300px;
  padding-right: 150px;
}

@media only screen and (max-width: 1024px) {
  #droitsDeDouane section.jw-section.section-text-video .body-text {
    padding: 80px 150px 80px 80px;
  }
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane section.jw-section.section-text-video .body-text {
    padding: 0;
  }
}

#droitsDeDouane section.jw-section--multibox .body-text {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1025px) {
  #droitsDeDouane section.jw-section--multibox .body-text {
    width: 50%;
  }
}

#droitsDeDouane section.jw-section.overlap-previous {
  padding-top: 0;
  margin-top: -150px;
}

#droitsDeDouane section.jw-section.overlap-previous:before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  height: 100%;
  width: 1240px;
  background-color: #fff;
}

#droitsDeDouane section.jw-section.overlap-previous .body-text {
  padding-top: 75px;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane section.jw-section.overlap-previous {
    margin-top: -75px;
    padding-left: 30px;
    padding-right: 30px;
  }

  #droitsDeDouane section.jw-section.overlap-previous:before {
    width: calc(100% - 40px);
  }
}

#droitsDeDouane .jw-section.section--overlapandswiper {
  padding-bottom: 20px;
}
#droitsDeDouane .jw-section.section--overlapandswiper .body-text {
  padding-top: 55px !important;
}

#droitsDeDouane .jw-section.section--overlapandswiper .swiper-wrapper {
  padding-top: 40px;
}

#droitsDeDouane .jw-section.section--overlapandswiper .swiper {
  padding-bottom: 70px;
}

#droitsDeDouane {
  background-color: #fff;
  z-index: 0;
}

#droitsDeDouane .border-line:before {
  content: "";
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.15);
  width: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#droitsDeDouane .overflow-visible {
  overflow: visible;
}

#droitsDeDouane .u-16x9:before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 52.46332%;
}

#droitsDeDouane .u-16x9:after {
  content: "";
  display: table;
  clear: both;
}

.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-row--reverse {
  flex-direction: row-reverse;
}

.flex-row--align-center {
  align-items: center;
}

.flex-row--space-between {
  justify-content: space-between;
}

#droitsDeDouane.ie .hero {
  height: 70vh;
}

#droitsDeDouane .hero {
  position: relative;
  min-height: 600px;
  min-height: 41vh;
  max-height: 800px;
}
#droitsDeDouane .hero--homepage {
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane .hero {
    min-height: auto;
    max-height: 100%;
    height: auto;
  }
}

#droitsDeDouane .hero .flex-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  min-height: inherit;
  max-height: inherit;
}

#droitsDeDouane .hero--dark-overlay:before {
  content: " ";
  display: block;
  background: linear-gradient(360deg, #7213ea, #1e49ff);
  opacity: 0.15;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#droitsDeDouane .hero__content {
  z-index: 10;
  color: #fff;
}

#droitsDeDouane .hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  will-change: transform;
}

#droitsDeDouane .hero--homepage .hero__image {
  background-image: url("/content/dam/kpmg/av/images/2025/04/fr-avocats-droits-de-douane-en-2025.jpg");
  background-position: top right;
}

#droitsDeDouane .hero--homepage .hero__image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(0,51,141,0.9), rgba(114,19,224,0.1));
}

#droitsDeDouane .hero--homepage .hero__content {
  margin: 80px 0;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane .hero--homepage .hero__content {
    margin: 20px 0;
  }

  #droitsDeDouane .hero--homepage .hero__content h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 23px;
    line-height: 2.3rem;
  }
}

#droitsDeDouane .hero--inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  overflow: visible;
}

#droitsDeDouane .hero--inner .inner-container,
#droitsDeDouane .hero--inner .inner-container .row,
#droitsDeDouane .hero--inner .inner-container .row > div[class*=" col-"],
#droitsDeDouane .hero--inner .inner-container .row > div[class^="col-"],
#droitsDeDouane .hero--inner__sidebar {
  height: inherit;
  min-height: inherit;
  max-height: inherit;
}

#droitsDeDouane .hero--inner__sidebar {
  position: relative;
  overflow: visible;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane .hero--inner__sidebar {
    height: auto !important;
    z-index: 11;
  }

  #droitsDeDouane .hero--inner__sidebar:before {
    content: none;
  }
}

#droitsDeDouane .hero--inner .hero__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#droitsDeDouane .hero--inner .hero__content .body-text {
  margin-bottom: 80px;
  font-size: 20px;
  line-height: 1.25;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane .hero--inner .hero__content {
    padding: 40px 15px;
    position: static;
    transform: none;
  }
}

#droitsDeDouane .hero--inner .back-home {
  padding-top: 30px;
  color: hsla(0, 0%, 100%, 0.8);
  display: flex;
  align-items: center;
}

#droitsDeDouane .hero--inner .back-home--sub-nav {
  padding-top: 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
}

#droitsDeDouane .hero--inner .back-home span {
  padding-right: 10px;
}

#droitsDeDouane .hero--inner .back-home span svg {
  opacity: 0.8;
  transform: rotate(-90deg);
}

#droitsDeDouane .hero--inner nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

#droitsDeDouane .hero--inner nav ul {
  list-style: none;
  margin: 0;
}

#droitsDeDouane .hero--inner nav ul li {
  list-style: none;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 10px;
  padding: 5px 0;
}

#droitsDeDouane .hero--inner nav ul li:first-of-type:not(.hide--md-up) a:after {
  content: none;
}

#droitsDeDouane .hero--inner nav ul li a {
  color: #fff;
  opacity: 0.75;
  padding: 5px 0;
  display: inline-block;
  transition: opacity 0.3s ease-out;
  width: 100%;
  position: relative;
  z-index: 1;
}

#droitsDeDouane .hero--inner nav ul li a:after {
  content: "";
  position: absolute;
  top: -10px;
  background: hsla(0, 0%, 100%, 0.15);
  width: 26px;
  height: 2px;
  left: 0;
}

#droitsDeDouane .hero--inner nav ul li a.active,
#droitsDeDouane .hero--inner nav ul li a:hover {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane .hero--inner nav {
    position: static;
    transform: none;
    width: 100%;
  }

  #droitsDeDouane .hero--inner nav ul {
    overflow: visible;
    position: absolute;
    z-index: 10;
    display: none;
    width: 100%;
    padding: 0 40px;
    margin: 0;
  }

  #droitsDeDouane .hero--inner nav ul.active {
    display: block;
  }

  #droitsDeDouane .hero--inner nav ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 110%;
    height: 100%;
    background-color: #00338d;
  }
}

@keyframes wipe-center {
  0% {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

/* Footer overlay */
/*#droitsDeDouane .explore-blc:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.3)
}*/

#droitsDeDouane .explore-blc nav {
  width: 100%;
  max-width: 1500px;
  z-index: 10;
}

#droitsDeDouane .explore-blc nav ul {
  display: flex;
  flex-direction: row;
  list-style: none !important;
  position: relative;
  margin: 0;
}

#droitsDeDouane .explore-blc nav ul li {
  list-style: none !important;
  z-index: 2;
  width: 16.66667%;
  position: relative;
}

#droitsDeDouane .explore-blc nav ul li:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: hsla(0, 0%, 100%, 0.15);
}

#droitsDeDouane .explore-blc nav ul li:last-of-type:after {
  content: none;
}

@media only screen and (max-width: 1024px) {
  #droitsDeDouane .explore-blc nav ul li:after {
    width: 25%;
    height: 2px;
    right: auto;
    left: 0;
  }
}

#droitsDeDouane .explore-blc nav ul li:hover ~ .slider {
  opacity: 1;
}

#droitsDeDouane .explore-blc nav ul li:first-child.active ~ .slider,
#droitsDeDouane .explore-blc nav ul li:first-child:hover ~ .slider {
  transform: translateX(0);
}

#droitsDeDouane .explore-blc nav ul li:nth-child(2).active ~ .slider,
#droitsDeDouane .explore-blc nav ul li:nth-child(2):hover ~ .slider {
  transform: translateX(100%);
}

#droitsDeDouane .explore-blc nav ul li:nth-child(3).active ~ .slider,
#droitsDeDouane .explore-blc nav ul li:nth-child(3):hover ~ .slider {
  transform: translateX(200%);
}

#droitsDeDouane .explore-blc nav ul li:nth-child(4).active ~ .slider,
#droitsDeDouane .explore-blc nav ul li:nth-child(4):hover ~ .slider {
  transform: translateX(300%);
}

#droitsDeDouane .explore-blc nav ul li:nth-child(5).active ~ .slider,
#droitsDeDouane .explore-blc nav ul li:nth-child(5):hover ~ .slider {
  transform: translateX(400%);
}

#droitsDeDouane .explore-blc nav ul li:nth-child(6).active ~ .slider,
#droitsDeDouane .explore-blc nav ul li:nth-child(6):hover ~ .slider {
  transform: translateX(500%);
}

#droitsDeDouane .explore-blc nav ul a {
  display: flex;
  flex-direction: column;
  min-height: 240px;
  height: 100%;
  justify-content: space-between;
  color: #fff;
  padding: 20px 25px;
}

#droitsDeDouane .explore-blc nav ul a h3 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 25px;
  line-height: 2.5rem;
}

@media only screen and (min-width: 1025px) {
  #droitsDeDouane .explore-blc nav ul a h3 {
    margin-bottom: 10px;
  }
}

#droitsDeDouane .explore-blc nav ul a .intro {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  #droitsDeDouane .explore-blc nav ul a {
    flex-direction: row;
    align-items: center;
    padding: 10px 20px;
    min-height: auto;
  }

  #droitsDeDouane .explore-blc nav ul a h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
  }

  #droitsDeDouane .explore-blc nav ul a .round-button {
    height: 31px;
    width: 31px;
  }
}

@media only screen and (max-width: 1024px) {
  #droitsDeDouane .explore-blc nav ul {
    flex-wrap: wrap;
    flex-flow: row wrap;
  }

  #droitsDeDouane .explore-blc nav ul li {
    width: 33.33%;
  }

  #droitsDeDouane .explore-blc nav ul li a {
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane .explore-blc nav ul {
    flex-wrap: nowrap;
    flex-flow: nowrap;
    flex-direction: column;
  }

  #droitsDeDouane .explore-blc nav ul li {
    width: 100%;
  }
}

#droitsDeDouane .explore-blc nav ul .slider {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 400px;
  width: 16.66667%;
  background: linear-gradient(0deg, rgba(0, 51, 141, 1) 65%, transparent);
  transition: opacity 0.5s ease-in-out, transform 0.75s ease-out;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  #droitsDeDouane .explore-blc nav ul .slider {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane .explore-blc {
    height: auto !important;
  }

  #droitsDeDouane .explore-blc nav {
    position: relative;
  }
}

#droitsDeDouane .explore-blc--footer {
  height: 335px;
  position: relative;
  background-image: url("https://assets.kpmg/content/dam/kpmg/uk/images/2018/03/board-leadership-centre/Bottom-October2019.jpg");
  background-size: cover;
  background-position: 100%;
}

#droitsDeDouane .explore-blc--footer h2 {
  margin-top: 50px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 769px) {
  #droitsDeDouane .explore-blc--footer nav {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
  }
}

#droitsDeDouane .explore-blc--footer nav ul a {
  min-height: auto;
  height: 170px;
}

#droitsDeDouane .explore-blc--footer nav ul .slider {
  height: 250px;
  background: linear-gradient(
    0deg,
    hsla(0, 0%, 100%, 0.25) 65%,
    hsla(0, 0%, 100%, 0)
  );
}

#droitsDeDouane .article {
  margin-bottom: 20px;
}

#droitsDeDouane .article:last-of-type {
  margin-bottom: 40px;
}

#droitsDeDouane .article__sidebar {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#droitsDeDouane .article--small {
  margin-top: 10px;
  height: 16.66667%;
  position: relative;
}

#droitsDeDouane .article--small:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.15);
}

#droitsDeDouane .article--small:last-of-type {
  margin-bottom: 0;
}

#droitsDeDouane .article--small:last-of-type:after {
  content: none;
}

@media only screen and (max-width: 1024px) {
  #droitsDeDouane .article--small {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 480px) {
  #droitsDeDouane .article--small {
    padding-bottom: 20px;
  }
}

#droitsDeDouane .article__image {
  margin-bottom: 40px;
}

#droitsDeDouane .article__title h3 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 25px;
  line-height: 2.5rem;
  margin-bottom: 20px;
}

#droitsDeDouane .article__body p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 23px;
  line-height: 2.3rem;
  color: #f0f0f0;
  margin-top: 0;
  margin-bottom: 20px;
}

#droitsDeDouane .contact {
  /*display: flex;
	align-items: center*/
}

#droitsDeDouane .contact__left {
  max-width: 120px;
}

#droitsDeDouane .contact__right {
  /*padding-left: 25px*/
}

#droitsDeDouane .contact__name {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 25px;
  line-height: 2.5rem;
  font-weight: 700;
  /*margin-bottom: 10px*/
}

#droitsDeDouane .contact__email a,
#droitsDeDouane .contact__number a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  margin-bottom: 5px;
  color: #333;
}

#droitsDeDouane .contact__email svg,
#droitsDeDouane .contact__number svg {
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px;
}

#droitsDeDouane .contact__number span {
  width: 16px;
  height: 16px;
}

#droitsDeDouane .contact__email span {
  width: 16px;
  height: 11px;
  float: left;
}

#droitsDeDouane .contact__email p {
  margin-left: 25px;
}

@media only screen and (max-width: 1024px) {
  #droitsDeDouane .contact {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  #droitsDeDouane .contact {
    /*align-items: flex-start;
		flex-direction: column*/
  }

  #droitsDeDouane .contact .contact__right {
    padding-left: 0;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane .link-block {
    margin-bottom: 40px;
  }
}

#droitsDeDouane .link-block__wrapper {
  position: relative;
  margin-bottom: 30px;
  padding-top: 208px;
}

#droitsDeDouane .link-block__image {
  min-height: 270px;
  display: block;
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0;
}

#droitsDeDouane .link-block__title {
  background: #fff;
  padding: 15px 30px 0 0;
  display: inline-block;
  max-width: 95%;
  max-width: calc(100% - 15px);
}

#droitsDeDouane .link-block__title h3 {
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 48px;
  line-height: 4.8rem;
  font-family: KPMG Light, Arial, Helvetica, sans-serif;
  margin-bottom: 0;
  color: #005eb8;
}

#droitsDeDouane .swiper {
  display: flex;
  flex-direction: row;
  width: 100%;
  /*height: 100%;*/
  padding-bottom: 80px;
}

#droitsDeDouane .swiper .swiper-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}

#droitsDeDouane .swiper .swiper-arrow--next {
  left: 59px;
}

#droitsDeDouane .swiper .swiper-arrow.swiper-button-disabled .round-button {
  opacity: 0.6;
  cursor: auto;
}

#droitsDeDouane .swiper-container--two-column {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

#droitsDeDouane .swiper-container--two-column .swiper-slide {
  display: flex;
  flex-direction: column;
}

#droitsDeDouane .swiper-container--logos {
  flex-direction: column;
}

#droitsDeDouane .swiper-container--logos .swiper-wrapper {
  padding-bottom: 30px;
  align-items: center;
}

#droitsDeDouane .swiper-container--logos .swiper-slide {
  justify-content: center;
}

#droitsDeDouane .swiper-container--logos .swiper-slide img {
  max-height: 120px;
  width: auto;
}

#droitsDeDouane .swiper--cards {
  padding-bottom: 0;
}

#droitsDeDouane .slider-item {
  width: 28%;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane .slider-item {
    width: 42%;
  }
}

@media only screen and (max-width: 480px) {
  #droitsDeDouane .slider-item {
    width: 86%;
  }
}

#droitsDeDouane .slider-item__image {
  width: 100%;
}

#droitsDeDouane .slider-item__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 150px;
  color: #fff;
  background-color: #00338d;
  overflow: hidden;
}

#droitsDeDouane .slider-item__number {
  width: 70px;
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 65px;
  line-height: 6.5rem;
  font-family: KPMG Light, Arial, Helvetica, sans-serif;
  font-weight: 100;
  position: relative;
  z-index: 1;
  text-align: center;
}

#droitsDeDouane .slider-item__number:before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  background-color: #0091da;
  z-index: -1;
}

#droitsDeDouane .slider-item__title {
  width: 290px;
  background-color: #00338d;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 25px;
  line-height: 2.5rem;
  padding: 10px 20px 10px 30px;
}

#droitsDeDouane .slider-item--text-block {
  width: 100%;
  margin-bottom: 30px;
}

#droitsDeDouane .slider-item--text-block:last-of-type {
  margin-bottom: 0;
}

#droitsDeDouane .swiper-pagination-holder {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#droitsDeDouane .swiper-pagination-holder--cards {
  margin-top: 20px;
}

#droitsDeDouane .swiper-pagination-holder--right {
  justify-content: flex-end;
}

#droitsDeDouane .swiper-pagination-holder .swiper-arrow,
#droitsDeDouane .swiper-pagination-holder .swiper-pagination {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

#droitsDeDouane .swiper-pagination-holder .swiper-arrow--plain span {
  border: 0;
  color: #999;
}

#droitsDeDouane .swiper-pagination-holder .swiper-arrow--plain span .icon-stroke {
  stroke: #999;
}

#droitsDeDouane .swiper-pagination-holder .swiper-pagination {
  order: 1;
  flex-basis: 10%;
}

#droitsDeDouane .swiper-pagination-holder .swiper-pagination--wide {
  flex-basis: 20%;
}

#droitsDeDouane .swiper-pagination-holder .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  background: #1e49e2;
  opacity: 1;
}

#droitsDeDouane .swiper-pagination-holder .swiper-pagination-bullet-active {
  background: #7213ea;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane .swiper-pagination-holder .swiper-pagination {
    flex-grow: 1;
  }
}

#droitsDeDouane .swiper-pagination-holder .swiper-arrow--next {
  order: 2;
}

#droitsDeDouane .multi-box {
  height: 400px;
  display: flex;
  flex-direction: row;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane .multi-box {
    display: block;
  }
}

@media only screen and (min-width: 1025px) {
  #droitsDeDouane .multi-box {
    min-height: 400px;
  }
}

#droitsDeDouane .multi-box__navbar {
  flex-basis: 30%;
  height: inherit;
}

@media only screen and (min-width: 1025px) {
  #droitsDeDouane .multi-box__navbar {
    min-height: inherit;
  }
}

#droitsDeDouane .multi-box__navbar ul {
  list-style: none;
  /*display: flex;
	flex-direction: column;*/
  overflow-y: auto;
  height: inherit;
  position: relative;
  background-color: #00338d;
  margin: 0;
}

@media only screen and (min-width: 1025px) {
  #droitsDeDouane .multi-box__navbar ul {
    min-height: inherit;
  }
}

#droitsDeDouane .multi-box__navbar ul:before {
  content: "";
  background-color: #005eb8;
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

#droitsDeDouane .multi-box__navbar ul li {
  position: relative;
  list-style: none;
}

#droitsDeDouane .multi-box__navbar ul li.active .navbar__content:before,
#droitsDeDouane .multi-box__navbar ul li:hover .navbar__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.1;
  user-select: none;
}

#droitsDeDouane .multi-box__navbar ul li .navbar__content {
  background-color: #00338d;
  display: flex;
  color: #fff;
  height: 100px;
  position: relative;
  cursor: pointer;
}

#droitsDeDouane .multi-box__navbar ul li .navbar__content:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: hsla(0, 0%, 100%, 0.1);
  bottom: 0;
  left: 0;
}

#droitsDeDouane .multi-box__navbar ul li .navbar__content span {
  align-content: center;
  display: flex;
  height: 100%;
  align-items: center;
}

#droitsDeDouane .multi-box__navbar ul li .navbar__content .content__number {
  background-color: #005eb8;
  width: 50px;
  justify-content: center;
  flex-basis: 50px;
}

#droitsDeDouane .multi-box__navbar ul li .navbar__content .content__title {
  padding: 0 12px;
  flex-basis: 75%;
}

#droitsDeDouane .multi-box__content {
  flex-basis: 70%;
  flex-direction: row;
  height: inherit;
  display: none;
}

@media only screen and (min-width: 1025px) {
  #droitsDeDouane .multi-box__content {
    min-height: inherit;
  }
}

#droitsDeDouane .multi-box__content.active {
  display: flex;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane .multi-box__content.active {
    display: block;
  }
}

#droitsDeDouane .multi-box__content .content__body {
  width: 65%;
  padding: 50px 55px;
  background-color: #f0f0f0;
}

#droitsDeDouane .multi-box__content .content__body--full {
  width: 100%;
}

#droitsDeDouane .multi-box__content .content__body h3 {
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 65px;
  line-height: 6.5rem;
  font-family: KPMG Light, Arial, Helvetica, sans-serif;
  font-weight: 100;
  color: #00338d;
  margin-bottom: 35px;
}

@media only screen and (max-width: 1024px) {
  #droitsDeDouane .multi-box__content .content__body h3 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 58px;
    line-height: 5.8rem;
    margin-bottom: 20px;
  }
}

#droitsDeDouane .multi-box__content .content__body p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  margin-bottom: 30px;
  color: #333;
}

#droitsDeDouane .multi-box__content .content__image {
  width: 35%;
  height: 100%;
  background-position: 100%;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane .multi-box {
    height: auto;
    flex-direction: column;
  }

  #droitsDeDouane .multi-box__navbar ul {
    overflow: visible;
    position: absolute;
    z-index: 10;
    display: none;
    width: calc(100% - 20px);
    margin: 0;
  }

  #droitsDeDouane .multi-box__navbar ul.active {
    display: block;
    max-height: 300px;
    overflow: auto;
  }

  #droitsDeDouane .multi-box__navbar ul li {
    overflow: hidden;
    padding: 0 20px;
  }

  #droitsDeDouane .multi-box__navbar ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 110%;
    height: 100%;
    background-color: #00338d;
  }

  #droitsDeDouane .multi-box__navbar ul li.active .navbar__content:before,
  #droitsDeDouane .multi-box__navbar ul li:hover .navbar__content:before {
    left: -20px;
    width: 110%;
  }

  #droitsDeDouane .multi-box__navbar ul li .navbar__content {
    height: auto;
    padding: 10px 0;
    align-items: center;
  }

  #droitsDeDouane .multi-box__navbar ul li .navbar__content .content__number {
    background-color: #00338d;
  }

  #droitsDeDouane .multi-box__navbar ul li .navbar__content .content__title {
    flex-basis: 80%;
  }

  #droitsDeDouane .multi-box__navbar ul li .navbar__content .content__arrow {
    width: 50px;
    justify-content: center;
  }

  #droitsDeDouane .multi-box__navbar ul li .navbar__content:after {
    width: 110%;
    left: -20px;
    bottom: 0;
  }

  #droitsDeDouane .multi-box__content {
    flex-direction: column-reverse;
  }

  #droitsDeDouane .multi-box__content .content__body {
    width: 100%;
    /*padding: 25px 0;*/
    position: relative;
  }

  #droitsDeDouane .multi-box__content .content__body:before {
    content: "";
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px;
    background-color: #f0f0f0;
    z-index: -1;
  }

  #droitsDeDouane .multi-box__content .content__image {
    width: 110%;
    height: 160px;
    background-size: cover;
    margin-left: -20px;
  }
}

#droitsDeDouane .section--multibox--survey .multi-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("https://assets.kpmg/content/dam/kpmg/uk/images/2018/03/board-leadership-centre/audit-committee-institute/image--multibox_5_blur.jpg");
  background-position: bottom -71px left 232px;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane .section--multibox--survey .multi-box {
    height: auto;
    background-position: top 50px left;
  }
}

#droitsDeDouane .section--multibox--questions .multi-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("https://assets.kpmg/content/dam/kpmg/uk/images/2018/03/board-leadership-centre/audit-committee-institute/image--multibox_1.jpg");
  background-position: top right -145px;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane .section--multibox--questions .multi-box {
    height: auto;
    background-position: top 50px right;
  }
}

#droitsDeDouane .jw-section--multibox .multi-box__content {
  background-color: rgba(60, 60, 60, 0.3);
}
#droitsDeDouane .jw-section--multibox .multi-box__content .content__body {
  background-color: transparent;
}

#droitsDeDouane .jw-section--multibox .multi-box__content .content__body h3,
#droitsDeDouane .jw-section--multibox .multi-box__content .content__body p {
  color: #ffffff;
  margin-bottom: 25px !important;
}

#droitsDeDouane.ie .multi-box__navbar ul li .navbar__content .content__title {
  flex-basis: 67%;
}

#droitsDeDouane .dropdown {
  background-color: #00338d;
  color: #fff;
  justify-content: space-between;
  height: 50px;
  position: relative;
}

#droitsDeDouane .dropdown div,
#droitsDeDouane .dropdown span {
  color: #fff !important;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane .dropdown {
    display: flex !important;
  }
}

#droitsDeDouane .dropdown--border {
  border: 1px solid #fff;
}

#droitsDeDouane .dropdown--border .dropdown__content {
  padding: 15px;
}

#droitsDeDouane .dropdown:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  right: -20px;
  left: -20px;
  background-color: #00338d;
  z-index: -1;
}

#droitsDeDouane .jw-section--multibox .dropdown:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}

#droitsDeDouane .dropdown.active .dropdown__arrow svg {
  transform: rotate(270deg) translateY(5px);
}

#droitsDeDouane .dropdown__arrow,
#droitsDeDouane .dropdown__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
}

#droitsDeDouane .dropdown__arrow {
  background-color: #005eb8;
  padding-right: 10px;
}

#droitsDeDouane .dropdown__arrow:before {
  content: "";
  width: 160%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #005eb8;
  z-index: -1;
}

#droitsDeDouane .jw-section--multibox .dropdown__arrow:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}

#droitsDeDouane .dropdown__arrow svg {
  transition: transform 0.3s ease-out;
  transform: rotate(90deg) translateY(-5px);
  transform-origin: center;
}

#droitsDeDouane .dropdown--hero.active .dropdown__content,
#droitsDeDouane .dropdown--hero .dropdown__content--open {
  display: none;
}

#droitsDeDouane .dropdown--hero.active .dropdown__content--open {
  display: flex;
}

#droitsDeDouane .dropdown--hero .dropdown__content {
  width: 100%;
  justify-content: flex-start;
}

#droitsDeDouane .dropdown--hero .dropdown__arrow {
  background-color: inherit;
}

#droitsDeDouane .dropdown--hero.active:after,
#droitsDeDouane .dropdown--hero .dropdown__arrow:before {
  content: none;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane .dropdown.show--md-down + ul {
    display: none;
  }

  #droitsDeDouane .dropdown.show--md-down + ul.active {
    display: block;
  }
}

#droitsDeDouane .cta-card {
  position: relative;
}

#droitsDeDouane .cta-card .jw-button__primary,
#droitsDeDouane .accordion .jw-button__primary {
  min-width: 100px;
}

#droitsDeDouane .cta-card__info {
  background-color: #ffffff;
  padding: 30px 40px;
}

#droitsDeDouane .cta-card__info h3 {
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 20px;
}
#droitsDeDouane .cta-card__info p {
  color: #00338d;
}

/* @media only screen and (min-width:769px) {
	#droitsDeDouane .cta-card__info h3 {
		min-height: 7.5rem
	}
} */

@media only screen and (min-width: 769px) {
  #droitsDeDouane .cta-card__info {
    margin-bottom: 20px;
  }
}

#droitsDeDouane .cta-card__info p {
  margin-top: 0;
  margin-bottom: 30px;
}

#droitsDeDouane .cta-card__info .button-list span {
  margin-right: 10px;
}

#droitsDeDouane .cta-card__image {
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

#droitsDeDouane .cta-card__image h1,
#droitsDeDouane .cta-card__image h2,
#droitsDeDouane .cta-card__image h3,
#droitsDeDouane .cta-card__image h4,
#droitsDeDouane .cta-card__image h5,
#droitsDeDouane .cta-card__image h6 {
  margin-bottom: 0;
  color: #fff;
  padding: 0 50px;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane .cta-card {
    margin-bottom: 30px;
  }
}

#droitsDeDouane .cta-card--border-blue .cta-card__info {
  border-left: 8px solid #005eb8;
}

#droitsDeDouane .cta-card--border-dark-blue .cta-card__info {
  border-left: 8px solid #00338d;
}

#droitsDeDouane .cta-card--blue .cta-card__info {
  background-color: #00338d;
}

#droitsDeDouane .cta-card--blue .cta-card__info h3 {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane .cta-card--connect {
    margin-top: 30px;
  }
}

#droitsDeDouane .col-xs-12:last-child .cta-card,
#droitsDeDouane .col-xs-12:only-child .cta-card {
  margin-bottom: 0;
}

#droitsDeDouane .map-holder {
  overflow: visible;
  will-change: transform;
}

#droitsDeDouane .map-holder--animate {
  overflow: hidden;
}

#droitsDeDouane .map-holder--europe .map .dots-holder,
#droitsDeDouane .map-holder--europe .map img {
  transform: scale(4) translate3d(0, 15%, 0);
}

#droitsDeDouane .map-holder--europe .map .dot {
  transform: scale(0.3);
}

#droitsDeDouane .map-holder--europe .map .dot--active {
  transform: scale(0.4);
}

#droitsDeDouane .map-back {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #999;
  font-family: monospace;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  color: #999;
  cursor: pointer;
  visibility: visible;
  will-change: opacity, visibility;
}

#droitsDeDouane .map-back svg {
  transform: translate3d(-50%, -50%, 0) rotate(270deg);
  position: absolute;
  top: 50%;
  left: 50%;
}

#droitsDeDouane .map-back svg path {
  fill: #999;
}

#droitsDeDouane .map-back:hover {
  background: #005eb8;
  color: #fff;
}

#droitsDeDouane .map-back:hover path {
  fill: #fff;
}

#droitsDeDouane .map-hidden {
  opacity: 0;
  visibility: hidden;
}

#droitsDeDouane .map {
  position: relative;
  backface-visibility: hidden;
}

#droitsDeDouane .map-arrows {
  flex-basis: 20%;
  background-color: #0091da;
  flex-direction: column;
  height: 100px;
  cursor: pointer;
  user-select: none;
}

#droitsDeDouane .map-arrows,
#droitsDeDouane .map-arrows div {
  display: flex;
  justify-content: center;
  align-items: center;
}

#droitsDeDouane .map-arrows div {
  width: 100%;
  height: 50%;
}

#droitsDeDouane .map-arrows div.up-arrow svg {
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

#droitsDeDouane .map-arrows div.down-arrow svg {
  transform: rotate(90deg);
  transform-origin: 50% 50%;
}

#droitsDeDouane .map-arrows div:hover {
  background-color: #00a3e2;
}

#droitsDeDouane .map img {
  transition: transform 1s ease-out;
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}

#droitsDeDouane .map-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 340px;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

#droitsDeDouane .map-info div {
  color: #fff !important;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane .map-info {
    position: relative;
    top: 0;
    transform: translate(0);
  }
}

#droitsDeDouane .map-info-holder {
  overflow: visible;
}

#droitsDeDouane .map-info-holder:before {
  content: "";
  position: absolute;
  right: -50%;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
}

#droitsDeDouane .map-info__number {
  color: inherit;
}

#droitsDeDouane .map-info__number .active {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 25px;
  line-height: 2.5rem;
  vertical-align: text-top;
  padding-right: 5px;
}

#droitsDeDouane .map-info__content {
  color: inherit;
}

#droitsDeDouane .map-info__content .country {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 25px;
  line-height: 2.5rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  #droitsDeDouane .map-info__content .country {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
  }
}

#droitsDeDouane .map-info__content a {
  color: inherit;
}

#droitsDeDouane .map-info__image {
  background-color: #999;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  max-width: 270px;
  flex-basis: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 30px;
}

#droitsDeDouane .dots-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: transform 1s ease-out;
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}

@media only screen and (max-width: 768px) {
  #droitsDeDouane .dots-holder {
    transform: translate(-1%, -1%);
  }
}

#droitsDeDouane .dot {
  position: absolute;
  background-color: #999;
  opacity: 0.5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translateZ(0);
  transform-origin: center;
  opacity: 1;
  cursor: pointer;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out,
    background-color 0.3s ease-out;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

#droitsDeDouane .dot:hover {
  z-index: 5;
}

#droitsDeDouane .dot:hover .dot__name {
  opacity: 1;
}

#droitsDeDouane .dot .dot__name {
  position: absolute;
  top: -30px;
  left: 50%;
  background: #1993d7;
  padding: 4px;
  color: #fff;
  transform: translateX(-50%) translateZ(0);
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

#droitsDeDouane .dot .dot__name-container {
  position: relative;
  transition: transform 0.3s;
}

#droitsDeDouane .dot .arrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #1993d7;
  border-width: 5px;
  margin-left: -5px;
}

#droitsDeDouane .dot:hover {
  background-color: #0091da;
}

#droitsDeDouane .dot--active {
  cursor: auto;
  transform: scale(1.5) translateZ(0);
  animation: ripple 1.5s linear infinite;
}

#droitsDeDouane .dot--active,
#droitsDeDouane .dot--active:hover {
  background-color: #005eb8;
}

#droitsDeDouane .dot--active .dot__name-container {
  transform: scale(0.7);
}

#droitsDeDouane .dot--small {
  transform: scale(0.3) translateZ(0);
  will-change: transform, opacity, user-select, pointer-events;
}

#droitsDeDouane .dot--hidden {
  opacity: 0;
  user-select: none;
}

#droitsDeDouane .dot--hide-until-animate {
  opacity: 0;
  user-select: none;
  pointer-events: none;
}

#droitsDeDouane .dot--hide-when-animate {
  display: none;
}

#droitsDeDouane .dot--europe {
  width: 37px;
  height: 37px;
  background-color: #f0f0f0;
  border: 1px solid #999;
}

#droitsDeDouane .dot--europe:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #999;
  font-weight: 100;
  font-family: monospace;
}

#droitsDeDouane .dot--europe:hover {
  background-color: #005eb8;
}

#droitsDeDouane .dot--europe:hover:before {
  color: #fff;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 145, 218, 0.25),
      0 0 0 15px rgba(0, 145, 218, 0.2);
  }

  to {
    box-shadow: 0 0 0 15px rgba(0, 145, 218, 0.2),
      0 0 0 30px rgba(0, 145, 218, 0);
  }
}

#droitsDeDouane .card .button-list p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#droitsDeDouane .card .card__title {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 25px;
  line-height: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
  max-width: 75%;
}

#droitsDeDouane .card .card__content {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}

#droitsDeDouane .card .card__image {
  min-height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

#droitsDeDouane.ie .card .card__image {
  height: 250px;
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

.plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  font-family: Avenir, Avenir Next, Helvetica Neue, Segoe UI, Helvetica, Arial,
    sans-serif;
  direction: ltr;
}

.plyr,
.plyr *,
.plyr :after,
.plyr :before {
  box-sizing: border-box;
}

.plyr a,
.plyr button,
.plyr input,
.plyr label {
  touch-action: manipulation;
}

.plyr:focus {
  outline: 0;
}

.plyr audio,
.plyr video {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: inherit;
}

.plyr input[type="range"] {
  display: block;
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  appearance: none;
  cursor: pointer;
  border: none;
  background: transparent;
}

.plyr input[type="range"]::-webkit-slider-runnable-track {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  user-select: none;
}

.plyr input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.plyr input[type="range"]::-moz-range-track {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  user-select: none;
}

.plyr input[type="range"]::-moz-range-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.plyr input[type="range"]::-ms-track {
  height: 8px;
  background: transparent;
  border: 0;
  color: transparent;
}

.plyr input[type="range"]::-ms-fill-upper {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  user-select: none;
}

.plyr input[type="range"]::-ms-fill-lower {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  user-select: none;
  background: #3498db;
}

.plyr input[type="range"]::-ms-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  margin-top: 0;
}

.plyr input[type="range"]::-ms-tooltip {
  display: none;
}

.plyr input[type="range"]:focus {
  outline: 0;
}

.plyr input[type="range"]::-moz-focus-outer {
  border: 0;
}

.plyr input[type="range"].tab-focus:focus {
  outline-offset: 3px;
}

.plyr input[type="range"]:active::-webkit-slider-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}

.plyr input[type="range"]:active::-moz-range-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}

.plyr input[type="range"]:active::-ms-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}

.plyr--video input[type="range"].tab-focus:focus {
  outline: 1px dotted hsla(0, 0%, 100%, 0.5);
}

.plyr--audio input[type="range"].tab-focus:focus {
  outline: 1px dotted rgba(86, 93, 100, 0.5);
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
}

.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit;
}

.plyr__video-embed {
  padding-bottom: 56.25%;
  height: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: 0;
}

.plyr__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  user-select: none;
}

.plyr__video-embed > div {
  position: relative;
  padding-bottom: 200%;
  transform: translateY(-35.95%);
}

.plyr .plyr__video-embed iframe {
  pointer-events: none;
}

.plyr video::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  transform: translateY(-60px);
  transition: transform 0.3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}

.plyr__captions span {
  border-radius: 2px;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.7);
  box-decoration-break: clone;
  line-height: 150%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 24px;
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr--hide-controls .plyr__captions {
  transform: translateY(-20px);
}

@media (min-width: 1024px) {
  .plyr--fullscreen-active .plyr__captions {
    font-size: 32px;
  }
}

.plyr ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  display: flex;
  align-items: center;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}

.plyr__controls > * {
  pointer-events: all;
}

.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls > button {
  margin-left: 5px;
}

.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child,
.plyr__controls > button:first-child {
  margin-left: 0;
}

.plyr__controls .plyr__volume {
  margin-left: 5px;
}

.plyr__controls [data-plyr="pause"] {
  margin-left: 0;
}

.plyr__controls button {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 7px;
  border: 0;
  background: transparent;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  color: inherit;
}

.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.plyr__controls button:focus {
  outline: 0;
}

.plyr__controls .icon--captions-on,
.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted {
  display: none;
}

@media (min-width: 480px) {
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time,
  .plyr__controls > button {
    margin-left: 10px;
  }
}

.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
}

.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 10px 10px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  transition: opacity 0.3s ease;
}

.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
  background: #3498db;
  color: #fff;
}

.plyr--audio .plyr__controls {
  padding: 10px;
  border-radius: inherit;
  background: #fff;
  border: 1px solid #dbe3e8;
  color: #565d64;
}

.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {
  background: #3498db;
  color: #fff;
}

.plyr__play-large {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border: 4px solid currentColor;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.plyr__play-large svg {
  position: relative;
  left: 2px;
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}

.plyr__play-large:focus {
  outline: 1px dotted hsla(0, 0%, 100%, 0.5);
}

.plyr .plyr__play-large {
  display: inline-block;
}

.plyr--audio .plyr__play-large {
  display: none;
}

.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden;
}

.plyr--playing .plyr__controls [data-plyr="play"],
.plyr__controls [data-plyr="pause"] {
  display: none;
}

.plyr--playing .plyr__controls [data-plyr="pause"] {
  display: inline-block;
}

.plyr--captions-active .plyr__controls .icon--captions-on,
.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted {
  display: block;
}

.plyr--captions-active .plyr__controls .icon--captions-on + svg,
.plyr--fullscreen-active .icon--exit-fullscreen + svg,
.plyr--muted .plyr__controls .icon--muted + svg,
.plyr [data-plyr="captions"],
.plyr [data-plyr="fullscreen"] {
  display: none;
}

.plyr--captions-enabled [data-plyr="captions"],
.plyr--fullscreen-enabled [data-plyr="fullscreen"] {
  display: inline-block;
}

.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
}

.plyr__tooltip:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.7);
  border-left: 4px solid transparent;
  z-index: 2;
}

.plyr__tooltip--visible,
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr button:hover .plyr__tooltip {
  opacity: 1;
  transform: translate(-50%) scale(1);
}

.plyr button:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls button:first-child .plyr__tooltip:before {
  left: 16px;
}

.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls button:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}

.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1);
}

.plyr__progress {
  display: none;
  position: relative;
  flex: 1;
}

.plyr__progress input[type="range"] {
  position: relative;
  z-index: 2;
}

.plyr__progress input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
}

.plyr__progress input[type="range"]::-moz-range-track {
  background: transparent;
}

.plyr__progress input[type="range"]::-ms-fill-upper {
  background: transparent;
}

.plyr__progress .plyr__tooltip {
  left: 0;
}

.plyr .plyr__progress {
  display: inline-block;
}

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  appearance: none;
  border: none;
  border-radius: 100px;
}

.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
  background: transparent;
}

.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}

.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}

.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  border-radius: 100px;
}

.plyr__progress--played,
.plyr__volume--display {
  z-index: 1;
  color: #3498db;
  background: transparent;
  transition: none;
}

.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}

.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}

.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  display: none;
}

.plyr__progress--buffer::-webkit-progress-value {
  transition: width 0.2s ease;
}

.plyr__progress--buffer::-moz-progress-bar {
  transition: width 0.2s ease;
}

.plyr__progress--buffer::-ms-fill {
  transition: width 0.2s ease;
}

.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
  background: hsla(0, 0%, 100%, 0.25);
}

.plyr--video .plyr__progress--buffer {
  color: hsla(0, 0%, 100%, 0.25);
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(198, 214, 219, 0.67);
}

.plyr--audio .plyr__progress--buffer {
  color: rgba(198, 214, 219, 0.67);
}

.plyr--loading .plyr__progress--buffer {
  animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.15) 25%,
    transparent 0,
    transparent 50%,
    rgba(0, 0, 0, 0.15) 0,
    rgba(0, 0, 0, 0.15) 75%,
    transparent 0,
    transparent
  );
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: hsla(0, 0%, 100%, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.67);
}

.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.plyr__time + .plyr__time {
  display: none;
}

@media (min-width: 768px) {
  .plyr__time + .plyr__time {
    display: inline-block;
  }
}

.plyr__time + .plyr__time:before {
  content: "\2044";
  margin-right: 10px;
}

.plyr__volume {
  display: none;
}

.plyr .plyr__volume {
  flex: 1;
  position: relative;
}

.plyr .plyr__volume input[type="range"] {
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .plyr .plyr__volume {
    display: block;
    max-width: 60px;
  }
}

@media (min-width: 768px) {
  .plyr .plyr__volume {
    max-width: 100px;
  }
}

.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr="mute"] {
  display: none !important;
}

.plyr--fullscreen-active {
  height: 100%;
  width: 100%;
  background: #000;
  border-radius: 0 !important;
}

.plyr--fullscreen-active video {
  height: 100%;
}

.plyr--fullscreen-active .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr--fullscreen-active .plyr__video-embed {
  overflow: visible;
}

.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

.plyr--fullscreen-fallback.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000;
}

@media screen and (min-width: 1024px) {
  #droitsDeDouane .explore-blc nav ul li {
    width: 20%;
  }

  #droitsDeDouane .explore-blc nav ul .slider {
    width: 20%;
  }
}

.__a__fix__custom:before,
.__a__fix__custom:after {
  display: none !important;
}

.cta-card__image {
  position: relative;
}

.cta-card__image.dark__overlay::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

.cta-card__image.dark__overlay h3 {
  z-index: 2;
}

#droitsDeDouane .swiper-pagination-holder .swiper-pagination--wide {
  flex-basis: 30% !important;
}

/* New */

.text-center {
  text-align: center;
}

@media only screen and (min-width: 769px) {
  #droitsDeDouane .hero--inner nav ul li a.active:before {
    content: "";
    /* content: ' \25BA'; */
    position: absolute;
    /* font-size: 50px; */
    top: 50%;
    right: -8px;
    background: linear-gradient(360deg, #7213ea, #1e49ff);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #fff;
  }
}

#droitsDeDouane .hero--inner__sidebar:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 99999px;
  background: linear-gradient(360deg, #7213ea, #1e49ff);
  background-size: cover;
  height: 100%;
  z-index: -1;
}

#droitsDeDouane .accordion {
  width: 100%;
  margin: 25px auto;
  background-color: white;
}

#droitsDeDouane .accordion__item {
  width: 100%;
  background-size: cover;
  position: relative;
  margin-bottom: 2px;
  border-bottom: 1px solid #ffffff;
}

#droitsDeDouane .accordion__title {
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  color: #ffffff;
  padding: 20px 75px 20px 25px;
  position: relative;
  z-index: 2;
  background-color: #00338d;
}

#droitsDeDouane .accordion__title::after {
  content: "";
  width: 33px;
  height: 33px;
  background-image: url("/content/dam/kpmg/mx/images/2022/08/mde143769-board-leadership-center/plus_icon.png");
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  background-size: 33px;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.2s ease-in-out;
}

#droitsDeDouane .accordion__title.active::after {
  transform: translateY(-50%) rotate(-180deg);
  background-image: url("/content/dam/kpmg/mx/images/2022/08/mde143769-board-leadership-center/minus_icon.png");
}

#droitsDeDouane .accordion__content {
  width: 100%;
  padding: 0px 0px 0px 25px;
  opacity: 0;
  height: 0px;
  /* display: none; */
  visibility: hidden;
  transform: translateY(80px);
  transition: all 0.5s ease-in-out;
  background-color: #e5e5e5;
  /* border: 1px solid #00338d; */
}

#droitsDeDouane .accordion__content p {
  color: #000000;
  margin-top: 0px;
  margin-bottom: 25px;
}

#droitsDeDouane .accordion__content ul li {
  color: #000000;
  margin-bottom: 12px;
  line-height: 1.5;
}

/* #droitsDeDouane .accordion__content a {
	color: #1e49ff;
	text-decoration: underline !important;
  } */

#droitsDeDouane .accordion__content.active {
  opacity: 1;
  padding: 25px;
  height: auto;
  /*  display: block; */
  visibility: visible;
  transform: translateY(0px);
  transition: all 0.5s ease-in-out;
  margin-bottom: 20px;
}
#droitsDeDouane .accordion__innercontent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media only screen and (max-width: 640px) {
  #droitsDeDouane .accordion__innercontent {
    grid-template-columns: repeat(1, 1fr);
  }
}

#droitsDeDouane .accordion__button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}

#droitsDeDouane .accordion__button {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  padding: 15px;
  color: #ffffff;
  display: grid;
  grid-template-columns: auto auto;
  gap: 15px;
  align-items: center;
  z-index: 1;
  position: relative;
  /* &::before {
		  content: "";
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
		  z-index: -1;
		  transition: all 0.6s ease;
		  width: 0%;
		  height: 0%;
		}
		&.green::before {
		  background-color: #6d2077;
		}
		&:hover::before {
		  width: 99%;
		  height: 99%;
		  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
		} */
  /*  &:hover {
		  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
		  transform-origin: 0% 0% 0%;
		  transform: rotate(360deg);
		  transition: all 1s ease-in-out;
		} */
}

#droitsDeDouane .accordion__button img {
  vertical-align: middle;
}

#droitsDeDouane .accordion__button a {
  color: #ffffff;
}

#droitsDeDouane .accordion .container {
  position: relative;
  margin: 10px 10px;
}

#droitsDeDouane .accordion .label::before {
  content: "+";
  color: black;
  position: absolute;
  top: 50%;
  right: -5px;
  font-size: 30px;
  transform: translateY(-50%);
}

#droitsDeDouane .accordion .content {
  position: relative;
  background: white;
  height: 0;
  font-size: 20px;
  text-align: justify;
  width: 780px;
  overflow: hidden;
  transition: 0.5s;
}

#droitsDeDouane .accordion hr {
  width: 100;
  margin-left: 0;
  border: 1px solid grey;
}

#droitsDeDouane .accordion .container.active .content {
  height: 150px;
}

#droitsDeDouane .accordion .container.active .label::before {
  content: "-";
  font-size: 30px;
}

/* #droitsDeDouane .introduction-text
  {
	  height: 50px;
  } */

#droitsDeDouane .introduction-text-container {
  position: absolute;
  top: -180px;
  left: 0px;
  z-index: 1;
  background-color: #fff;
  overflow: visible;
  padding: 15px 40px 25px 40px;
}
#droitsDeDouane .introduction-text-container p {
  font-size: 20px;
  line-height: 1.5;
  color: #00338d;
}
@media (max-width: 768px) {
  #droitsDeDouane .introduction-text-container {
    top: -100px;
  }
  #droitsDeDouane .introduction-text {
    height: 190px;
  }
  #droitsDeDouane .introduction-text-container p {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  #droitsDeDouane .introduction-text {
    height: 270px;
  }
}

.navbar.fixed-top .container {
  margin-top: 0 !important;
}