:root {
  --container-1: 720px;
  --container-2: 1080px;
  --container-3: 1440px;
  --color-light: #FFFFFF;
  --color-dark: #000000;
  --color-1: #00FE7E;
  --color-2: #0F9DE8;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--color-1);
}

.dialog-off-canvas-main-canvas img {
  max-width: 100%;
  height: auto;
}

.form-required::after {
  color: #A70B0B;
}

.btn .ext {
  display: none;
}

.view.row > .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-content.page-cms ul,
p {
  color: #000000;
}

@media (min-width: 768px) {
  .container,
  .container-sm {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .container,
  .container-md,
  .container-sm {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1170px;
  }
}
@media (min-width: 1470px) {
  .container,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1440px;
  }
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Bold.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-Bold.woff") format("woff"), url("../fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Azeret Mono";
  src: url("../fonts/azeretmono/AzeretMono-Regular.woff2") format("woff2"), url("../fonts/azeretmono/AzeretMono-Regular.woff") format("woff"), url("../fonts/azeretmono/AzeretMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
::-moz-selection {
  background: rgba(0, 254, 126, 0.5);
  color: #000000;
}
::selection {
  background: rgba(0, 254, 126, 0.5);
  color: #000000;
}

blockquote {
  border-left: solid 4px var(--color-1);
  background: rgba(0, 254, 126, 0.1);
  padding: 20px;
  padding-left: 60px;
  padding-right: 30px;
  display: inline-block;
  position: relative;
  border-radius: 0 0 0 0;
}
blockquote::before {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background: var(--color-1);
  position: absolute;
  top: 15px;
  left: 15px;
  -webkit-mask-image: url("../img/divers/quote.svg");
          mask-image: url("../img/divers/quote.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin: 0;
}

.table,
table {
  margin-bottom: 15px;
}
.table th,
.table thead th,
.table td,
table th,
table thead th,
table td {
  border: 0 none;
}
.table th,
.table td,
table th,
table td {
  padding: 8px 16px;
}
.table tbody tr,
table tbody tr {
  border-bottom: solid 1px rgba(0, 254, 126, 0.2);
}
.table th,
table th {
  background: rgba(0, 254, 126, 0.2);
  text-transform: uppercase;
}
.table th:first-child,
table th:first-child {
  border-radius: 0 0 0 0;
}
.table th:last-child,
table th:last-child {
  border-radius: 0 0 0 0;
}

hr {
  border-top: solid 1px rgba(0, 254, 126, 0.2);
  margin: 15px 0;
}

.text-formatted a:not(.btn):not(.page-link) {
  text-decoration: none;
  border-bottom: solid 1px;
}
.text-formatted ul:not(.breadcrumb):not(.pagination),
.text-formatted ol:not(.breadcrumb):not(.pagination),
.text-formatted li {
  padding: 0;
  list-style-type: none;
}
.text-formatted li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.3;
}
.text-formatted ul li::before,
.text-formatted ol li::before {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 3px;
  background: var(--color-1);
  border-radius: 0;
}
.text-formatted ul ul,
.text-formatted ul ol,
.text-formatted ol ul,
.text-formatted ol ol {
  margin-top: 10px;
}
.text-formatted ul ul li::before,
.text-formatted ol ul li::before {
  background: var(--color-2);
}
.text-formatted ul ol li::before,
.text-formatted ol ol li::before {
  color: var(--color-2);
}
.text-formatted ol {
  counter-reset: compteur;
}
.text-formatted ol li {
  counter-increment: compteur;
}
.text-formatted ol li::before {
  content: counter(compteur) ".";
  background: 0 none;
  font-weight: 700;
  top: 0;
  height: auto;
  color: var(--color-1);
}

.pagination {
  border-radius: 0;
}
.pagination li {
  padding: 0;
}
.pagination li::before {
  display: none;
}

.page-item:first-child .page-link,
.pagination-lg .page-item:first-child .page-link,
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link,
.pagination-lg .page-item:last-child .page-link,
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dialog-off-canvas-main-canvas {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
}

a {
  color: var(--color-2);
}
a:hover, a:focus {
  color: var(--color-2);
  text-decoration: none;
}

.page-title {
  border: 0 none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .page-title {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .desktop-only {
    display: none !important;
  }
}

.thumbnail,
.card {
  position: relative;
}
.thumbnail .thumblink,
.thumbnail .cardlink,
.card .thumblink,
.card .cardlink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
}

.media--loading:not([data-animation]),
.is-b-loading:not([data-animation]) {
  background: var(--color-1);
}

.is-b-loading:not(.is-b-loaded):not([data-animation])::before {
  background: var(--color-1);
}

@media (min-width: 768px) {
  .img-float-left {
    margin: 15px 15px 15px 0;
    float: left;
  }
  .img-float-right {
    margin: 15px 0 15px 15px;
    float: right;
  }
  .img-centered {
    display: block;
    margin: 15px auto;
    float: none;
  }
}
.ajax-progress-fullscreen {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.media__icon--litebox {
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
  transition: visibility 0s linear 0.25s, opacity 0.25s linear;
}

.quickedit-field.quickedit-editable,
.quickedit-field .quickedit-editable {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sitemap-item ul {
  padding-left: 20px;
}

.nav-tabs {
  border: 0 none;
}
.nav-tabs .nav-link {
  margin: 0;
  border: 0 none;
  background: #FFFFFF;
  border-radius: 0;
  padding: 8px 18px;
  font-weight: 700;
  font-size: 14px;
}
.nav-tabs .nav-link.active {
  border: 0 none;
  background: var(--color-1);
  color: #FFFFFF;
  margin: 0;
}
.nav-tabs .nav-link.active a {
  color: #FFFFFF;
}

.color-1 {
  color: var(--color-1);
}

.color-2 {
  color: var(--color-2);
}

#wrapper {
  background: 0 none;
}

.container {
  width: 100%;
}

.container-small,
.container-medium,
.container-large {
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  max-width: var(--container-1);
}

.container-medium {
  max-width: var(--container-2);
}

.container,
.container-large {
  max-width: var(--container-3);
}

.container-full {
  position: relative;
  left: 50%;
  width: calc(100vw - 15px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-left: 15px;
  padding-right: 15px;
}

.page-wrapper {
  overflow: hidden;
}

h1,
h2,
h3,
h4 {
  margin-bottom: 15px;
}

h1 {
  font-size: 28px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 36px;
  }
}

p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

.view-vectors .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.view-vectors .view-content .views-row {
  padding: 0 7.5px;
  margin-bottom: 15px;
  width: 50%;
}
@media (min-width: 992px) {
  .view-vectors .view-content .views-row {
    width: 25%;
  }
}

.media--type-vector {
  background: #E9E9E9;
  padding: 15px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.textarea-svg {
  width: 100%;
  resize: none;
  min-height: 250px;
}

.media-list,
ul {
  line-height: 1.4;
}

#footer a {
  word-break: break-word;
}
#footer .block-contact,
#footer .footer-container li a {
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
}
#footer .block-contact {
  padding: 0 15px;
  margin-bottom: 30px;
}
#footer .footer-title {
  font-size: 26px;
  color: var(--color-1);
  font-weight: 700;
  text-transform: lowercase;
  margin-bottom: 15px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  #footer .footer-title {
    margin-bottom: 30px;
  }
}
#footer .footer-2 a {
  font-weight: 700;
  font-size: 20px;
}
#footer .menu li {
  padding: 4px 0;
}
#footer .menu li:first-child {
  padding-top: 0;
}
#footer .menu li:last-child {
  padding-bottom: 0;
}
#footer .menu a {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 992px) {
  #footer a:not(.link-circles) {
    background: -webkit-gradient(linear, left top, right top, from(var(--color-2)), color-stop(50%, var(--color-2)), color-stop(50%, #000000));
    background: linear-gradient(to right, var(--color-2), var(--color-2) 50%, #000000 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 0.4s ease;
    transition: background-position 0.4s ease;
  }
  #footer a:not(.link-circles):hover {
    background-position: 0;
  }
}
.link-circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  color: #000000;
  width: 130px;
  height: 130px;
  background: 0 none;
  outline: solid 1px #000000;
  border-radius: 50%;
  text-transform: uppercase;
  padding: 30px 20px;
  font-size: 12px;
  z-index: 1;
}
.link-circles:hover, .link-circles:focus {
  outline: solid 1px #000000;
  outline-offset: 0;
  color: #000000;
}
.link-circles::before, .link-circles::after {
  pointer-events: none;
}
.link-circles::before {
  content: "";
  display: block;
  background: var(--color-1);
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-radius: 50%;
  -webkit-transform: scale(0.7) translateX(-60px) translateY(70px);
          transform: scale(0.7) translateX(-60px) translateY(70px);
  z-index: -1;
}
.link-circles::after {
  content: "";
  display: block;
  width: 58px;
  height: 32px;
  background: #000000;
  -webkit-mask-image: url("../img/divers/triangle.svg");
          mask-image: url("../img/divers/triangle.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-98px) translateY(52px) rotateZ(0);
          transform: translateX(-98px) translateY(52px) rotateZ(0);
}
@media (min-width: 992px) {
  .link-circles {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
  }
  .link-circles::before, .link-circles::after {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .link-circles:hover {
    color: transparent;
  }
  .link-circles:hover::before {
    -webkit-transform: scale(1) translateX(0) translateY(0);
            transform: scale(1) translateX(0) translateY(0);
  }
  .link-circles:hover::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(90deg) scale(0.8);
            transform: translateX(-50%) translateY(-50%) rotateZ(90deg) scale(0.8);
  }
}

@media (max-width: 991px) {
  #footer .link-circles {
    background: #FFFFFF;
  }
}
#wrapper {
  padding: 0;
}

.page-index #wrapper {
  padding: 0 15px;
}

@-webkit-keyframes currentLetter {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(35px) rotateX(-120deg);
            transform: translateY(35px) rotateX(-120deg);
    opacity: 0;
  }
}

@keyframes currentLetter {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(35px) rotateX(-120deg);
            transform: translateY(35px) rotateX(-120deg);
    opacity: 0;
  }
}
@-webkit-keyframes nextLetter {
  0% {
    -webkit-transform: translateY(-35px) rotateX(120deg);
            transform: translateY(-35px) rotateX(120deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes nextLetter {
  0% {
    -webkit-transform: translateY(-35px) rotateX(120deg);
            transform: translateY(-35px) rotateX(120deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.text-writting {
  font-size: 0;
  font-family: "Azeret Mono";
  -webkit-perspective: 500px;
          perspective: 500px;
}
.text-writting span {
  display: inline-block;
}
.text-writting span.space {
  width: 10px;
  display: inline-block;
}
@media (min-width: 992px) {
  .text-writting span.space {
    width: 18px;
  }
}
.text-writting .character {
  overflow: hidden;
  position: relative;
  height: 28px;
  width: 15px;
  line-height: 1.2;
  -webkit-perspective: 50px;
          perspective: 50px;
}
@media (min-width: 992px) {
  .text-writting .character {
    height: 50px;
    width: 28px;
    line-height: 1.35;
  }
}
.text-writting .character::before, .text-writting .character::after {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
}
@media (min-width: 992px) {
  .text-writting .character::before, .text-writting .character::after {
    font-size: 38px;
  }
}
.text-writting .character::before {
  content: attr(data-next);
  opacity: 0;
  -webkit-transform: translateY(-35px) rotateX(-120deg);
          transform: translateY(-35px) rotateX(-120deg);
}
.text-writting .character::after {
  content: attr(data-current);
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(0);
          transform: translateY(0) rotateX(0);
}
.text-writting .character.started::after {
  opacity: 1;
  -webkit-animation: currentLetter 0.4s forwards;
          animation: currentLetter 0.4s forwards;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
}
.text-writting .character.started::before {
  -webkit-animation: nextLetter 0.4s forwards;
          animation: nextLetter 0.4s forwards;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
}

.page-home .large-content.large-1 {
  margin: 0 -15px;
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  position: relative;
}
.page-home .large-content.large-1 .header-image {
  position: relative;
}
.page-home .large-content.large-1 .header-image img {
  width: 100%;
  height: auto;
}
.page-home .large-content.large-1 .header-image .home-title {
  margin-top: -30px;
}
.page-home .large-content.large-1 .header-image .home-title h1 {
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 22px;
}
.page-home .large-content.large-1 .header-image .home-title h1 .text-writting {
  display: block;
  background: #FFFFFF;
  padding: 10px 15px;
  color: #000000;
}
@media (min-width: 992px) {
  .page-home .large-content.large-1 .header-image .home-title {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%) translateY(-80px);
            transform: translateY(-50%) translateY(-80px);
  }
  .page-home .large-content.large-1 .header-image .home-title h1 {
    font-size: 38px;
  }
}
.page-home .large-content.large-1 .header-content {
  padding: 15px 30px;
  line-height: 1.4;
  font-size: 18px;
}
.page-home .large-content.large-1 .header-content strong {
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
}
@media (min-width: 992px) {
  .page-home .large-content.large-1 .header-content {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .page-home .large-content.large-1 .header-content {
    bottom: 60px;
  }
}

.page-content.page-cms {
  padding: 0;
}

#wrapper .breadcrumb {
  padding: 10px 0;
  color: #000000;
}
#wrapper .breadcrumb li, #wrapper .breadcrumb li:last-child {
  color: #000000;
}
#wrapper .breadcrumb li::after {
  font-weight: 700;
  color: var(--color-1);
  position: relative;
  top: 2px;
}
#wrapper .breadcrumb a {
  font-weight: 700;
}
@media (min-width: 992px) {
  #wrapper .breadcrumb ul,
  #wrapper .breadcrumb ol {
    text-align: center;
  }
}

.sitemap ul.nested {
  margin-left: 10px;
}

.btn-circle .text span {
  height: 90px;
  position: absolute;
  width: 0;
  left: 0;
  top: 0;
  text-transform: uppercase;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  font-weight: 700;
  font-size: 12px;
}
.btn-circle .text .char1 {
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
.btn-circle .text .char2 {
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
}
.btn-circle .text .char3 {
  -webkit-transform: rotate(24deg);
          transform: rotate(24deg);
}
.btn-circle .text .char4 {
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
}
.btn-circle .text .char5 {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.btn-circle .text .char6 {
  -webkit-transform: rotate(48deg);
          transform: rotate(48deg);
}
.btn-circle .text .char7 {
  -webkit-transform: rotate(56deg);
          transform: rotate(56deg);
}
.btn-circle .text .char8 {
  -webkit-transform: rotate(64deg);
          transform: rotate(64deg);
}
.btn-circle .text .char9 {
  -webkit-transform: rotate(72deg);
          transform: rotate(72deg);
}
.btn-circle .text .char10 {
  -webkit-transform: rotate(80deg);
          transform: rotate(80deg);
}
.btn-circle .text .char11 {
  -webkit-transform: rotate(88deg);
          transform: rotate(88deg);
}
.btn-circle .text .char12 {
  -webkit-transform: rotate(96deg);
          transform: rotate(96deg);
}
.btn-circle .text .char13 {
  -webkit-transform: rotate(104deg);
          transform: rotate(104deg);
}
.btn-circle .text .char14 {
  -webkit-transform: rotate(112deg);
          transform: rotate(112deg);
}
.btn-circle .text .char15 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
.btn-circle .text .char16 {
  -webkit-transform: rotate(128deg);
          transform: rotate(128deg);
}
.btn-circle .text .char17 {
  -webkit-transform: rotate(136deg);
          transform: rotate(136deg);
}
.btn-circle .text .char18 {
  -webkit-transform: rotate(144deg);
          transform: rotate(144deg);
}
.btn-circle .text .char19 {
  -webkit-transform: rotate(152deg);
          transform: rotate(152deg);
}
.btn-circle .text .char20 {
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
}
.btn-circle .text .char21 {
  -webkit-transform: rotate(168deg);
          transform: rotate(168deg);
}
.btn-circle .text .char22 {
  -webkit-transform: rotate(176deg);
          transform: rotate(176deg);
}
.btn-circle .text .char23 {
  -webkit-transform: rotate(184deg);
          transform: rotate(184deg);
}
.btn-circle .text .char24 {
  -webkit-transform: rotate(192deg);
          transform: rotate(192deg);
}
.btn-circle .text .char25 {
  -webkit-transform: rotate(200deg);
          transform: rotate(200deg);
}
.btn-circle .text .char26 {
  -webkit-transform: rotate(208deg);
          transform: rotate(208deg);
}
.btn-circle .text .char27 {
  -webkit-transform: rotate(216deg);
          transform: rotate(216deg);
}
.btn-circle .text .char28 {
  -webkit-transform: rotate(224deg);
          transform: rotate(224deg);
}
.btn-circle .text .char29 {
  -webkit-transform: rotate(232deg);
          transform: rotate(232deg);
}
.btn-circle .text .char30 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
.btn-circle .text .char31 {
  -webkit-transform: rotate(248deg);
          transform: rotate(248deg);
}
.btn-circle .text .char32 {
  -webkit-transform: rotate(256deg);
          transform: rotate(256deg);
}
.btn-circle .text .char33 {
  -webkit-transform: rotate(264deg);
          transform: rotate(264deg);
}
.btn-circle .text .char34 {
  -webkit-transform: rotate(272deg);
          transform: rotate(272deg);
}
.btn-circle .text .char35 {
  -webkit-transform: rotate(280deg);
          transform: rotate(280deg);
}
.btn-circle .text .char36 {
  -webkit-transform: rotate(288deg);
          transform: rotate(288deg);
}
.btn-circle .text .char37 {
  -webkit-transform: rotate(296deg);
          transform: rotate(296deg);
}
.btn-circle .text .char38 {
  -webkit-transform: rotate(304deg);
          transform: rotate(304deg);
}
.btn-circle .text .char39 {
  -webkit-transform: rotate(312deg);
          transform: rotate(312deg);
}
.btn-circle .text .char40 {
  -webkit-transform: rotate(320deg);
          transform: rotate(320deg);
}
.btn-circle .text .char41 {
  -webkit-transform: rotate(328deg);
          transform: rotate(328deg);
}
.btn-circle .text .char42 {
  -webkit-transform: rotate(336deg);
          transform: rotate(336deg);
}

@-webkit-keyframes btncircle {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(-100deg);
            transform: translateX(-50%) translateY(-50%) rotateZ(-100deg);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(-460deg);
            transform: translateX(-50%) translateY(-50%) rotateZ(-460deg);
  }
}

@keyframes btncircle {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(-100deg);
            transform: translateX(-50%) translateY(-50%) rotateZ(-100deg);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(-460deg);
            transform: translateX(-50%) translateY(-50%) rotateZ(-460deg);
  }
}
.btn-circle {
  position: fixed;
  bottom: 140px;
  right: 100px;
  display: block;
  height: 180px;
  width: 180px;
  overflow: hidden;
  z-index: 2;
}
.btn-circle .text,
.btn-circle .wrapper {
  width: 180px;
  height: 180px;
}
.btn-circle .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(-100deg);
          transform: translateX(-50%) translateY(-50%) rotateZ(-100deg);
  pointer-events: none;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  color: var(--color-1);
  -webkit-animation: btncircle linear infinite 20s;
          animation: btncircle linear infinite 20s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.btn-circle .bubble {
  height: 85px;
  width: 85px;
  outline: solid 1px var(--color-1);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  -webkit-transition: outline 0.3s ease-in-out;
  transition: outline 0.3s ease-in-out;
}
.btn-circle .bubble::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-1);
  border-radius: 50%;
  -webkit-transform: translateX(50%) translateY(100%);
          transform: translateX(50%) translateY(100%);
  opacity: 0;
  -webkit-transition: background 0.6s, opacity 0.6s, -webkit-transform 0.6s;
  transition: background 0.6s, opacity 0.6s, -webkit-transform 0.6s;
  transition: background 0.6s, transform 0.6s, opacity 0.6s;
  transition: background 0.6s, transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
}
.btn-circle .wrapper {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media (min-width: 992px) {
  .btn-circle:hover .text {
    color: var(--color-2);
  }
  .btn-circle:hover .bubble {
    outline: solid 1px var(--color-2);
  }
  .btn-circle:hover .bubble::before {
    background: var(--color-2);
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
    opacity: 1;
  }
}

.card {
  position: relative;
}
.card.card-slide {
  height: 100%;
  background: 0 none;
  margin: 0;
  overflow: hidden;
}
.card.card-slide .group-media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card.card-slide .group-media .field-image {
  height: 100%;
}
@media (min-width: 992px) {
  .card.card-slide .group-media {
    position: static;
    padding: 0 15px;
  }
  .card.card-slide .group-media .field-image {
    overflow: hidden;
  }
  .card.card-slide .group-media .field-image img {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.card.card-slide .group-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.card-slide .group-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFFFFF;
  padding: 15px;
  padding-left: 40px;
  padding-right: 5px;
}
@media (min-width: 992px) {
  .card.card-slide .group-content {
    padding: 0;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
}
.card.card-slide .group-content .field-title {
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  font-size: 20px;
}
@media (min-width: 992px) {
  .card.card-slide .group-content .field-title {
    font-size: 32px;
  }
}
.card.card-slide .group-content::before {
  content: "";
  display: block;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: var(--color-1);
  position: absolute;
  bottom: 14px;
  left: 4px;
}
@media (min-width: 992px) {
  .card.card-slide .group-content::before {
    display: none;
  }
}
.card.card-slide.slide-football .group-content::before {
  background-image: url("../img/divers/icon-football.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px auto;
}
@media (min-width: 992px) {
  .card.card-slide.slide-football .group-content {
    bottom: auto;
    left: auto;
    top: 30px;
    right: 30px;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}
@media (min-width: 992px) {
  .card.card-slide.slide-football {
    margin-top: 90px;
    height: 690px;
  }
  .card.card-slide.slide-football:hover .group-content, .card.card-slide.slide-football:focus .group-content {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.card.card-slide.slide-rugby .group-content::before {
  background-image: url("../img/divers/icon-rugby.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px auto;
}
@media (min-width: 992px) {
  .card.card-slide.slide-rugby .group-content {
    bottom: auto;
    top: 30px;
    left: 90px;
    right: auto;
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
}
@media (min-width: 992px) {
  .card.card-slide.slide-rugby {
    height: 380px;
  }
  .card.card-slide.slide-rugby:hover .group-content, .card.card-slide.slide-rugby:focus .group-content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.card.card-slide.slide-basketball .group-content::before {
  background-image: url("../img/divers/icon-basketball.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px auto;
}
@media (min-width: 992px) {
  .card.card-slide.slide-basketball .group-content {
    bottom: auto;
    top: 30px;
    left: auto;
    right: 30px;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}
@media (min-width: 992px) {
  .card.card-slide.slide-basketball {
    height: 560px;
  }
  .card.card-slide.slide-basketball:hover .group-content, .card.card-slide.slide-basketball:focus .group-content {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.card.card-slide.slide-handball .group-content::before {
  background-image: url("../img/divers/icon-handball.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px auto;
}
@media (min-width: 992px) {
  .card.card-slide.slide-handball .group-content {
    bottom: 90px;
    left: 30px;
    right: auto;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}
@media (min-width: 992px) {
  .card.card-slide.slide-handball {
    height: 690px;
    margin-top: -220px;
  }
  .card.card-slide.slide-handball:hover .group-content, .card.card-slide.slide-handball:focus .group-content {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.card.card-slide.slide-volleyball .group-content::before {
  background-image: url("../img/divers/icon-volleyball.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px auto;
}
@media (min-width: 992px) {
  .card.card-slide.slide-volleyball .group-content {
    bottom: 30px;
    left: 90px;
    right: auto;
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
}
@media (min-width: 992px) {
  .card.card-slide.slide-volleyball {
    height: 560px;
    margin-top: 60px;
  }
  .card.card-slide.slide-volleyball:hover .group-content, .card.card-slide.slide-volleyball:focus .group-content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.card.card-slide.slide-autres .group-content::before {
  background-image: url("../img/divers/icon-tennis.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
@media (min-width: 992px) {
  .card.card-slide.slide-autres .group-content {
    bottom: 30px;
    left: 90px;
    right: auto;
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
}
@media (min-width: 992px) {
  .card.card-slide.slide-autres {
    height: 500px;
    margin-top: -160px;
  }
  .card.card-slide.slide-autres:hover .group-content, .card.card-slide.slide-autres:focus .group-content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (min-width: 992px) {
  .card.card-slide:hover {
    opacity: 1;
  }
  .card.card-slide:hover .group-media .field-image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.card .cardlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
}

.wrapper-slider-sports {
  margin: 0 -15px;
  background: #000000;
}

@media (max-width: 991px) {
  .slider-sports {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    overflow: hidden;
    height: 400px;
  }
  .slider-sports .slider-slide {
    position: relative;
    overflow: hidden;
    min-width: 36px;
    cursor: pointer;
    -webkit-transition: 0.4s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    transition: 0.4s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  }
  .slider-sports .slider-slide .card {
    height: 100%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .slider-sports .slider-slide .card .group-content .field-title {
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.2s;
    transition: opacity 0.3s 0.2s;
  }
  .slider-sports .slider-slide.active {
    -webkit-box-flex: 1000;
        -ms-flex-positive: 1000;
            flex-grow: 1000;
  }
  .slider-sports .slider-slide.active .group-content .field-title {
    opacity: 1;
  }
  .slider-sports .slider-slide:not(.active) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .slider-sports .slider-slide:not(.active) .card {
    opacity: 0.5;
  }
  .slider-sports .slider-slide:not(.active) .card .cardlink {
    display: none;
  }
}
@media (min-width: 992px) {
  .slider-sports {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: var(--container-3);
    margin: auto;
  }
  .slider-sports .slider-slide {
    width: 33.33%;
    margin-bottom: 15px;
    -webkit-transition: opacity 0.45s;
    transition: opacity 0.45s;
  }
  .slider-sports:hover .slider-slide {
    opacity: 0.3;
  }
  .slider-sports:hover .slider-slide:hover {
    opacity: 1;
  }
}
.wrapper-home-intro {
  margin: 0 -15px;
  margin-top: -1px;
  padding-top: 75px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .wrapper-home-intro {
    padding-top: 180px;
  }
}
.wrapper-home-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 50px;
  background: #000000;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media (min-width: 992px) {
  .wrapper-home-intro::before {
    height: 140px;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
}
.wrapper-home-intro::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -1;
  background-image: url("../img/divers/sublimation.jpg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(0 60px, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 60px, 100% 0, 100% 100%, 0% 100%);
}
@media (min-width: 992px) {
  .wrapper-home-intro::after {
    top: 90px;
    -webkit-clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 80%, 0 40%);
            clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 80%, 0 40%);
  }
}
.wrapper-home-intro #custom-text {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  padding: 15px;
  border-radius: 0;
  color: #000000;
  text-align: left;
  margin-bottom: 15px;
}
.wrapper-home-intro #custom-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #000000;
}
@media (min-width: 992px) {
  .wrapper-home-intro #custom-text {
    max-width: 560px;
    padding: 45px;
  }
}
.wrapper-home-intro #custom-text h2 {
  font-weight: 700;
  text-align: left;
  text-transform: none;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .wrapper-home-intro #custom-text h2 {
    margin-bottom: 30px;
  }
}
.wrapper-home-intro #custom-text .link-circles {
  margin: auto;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .wrapper-home-intro #custom-text .link-circles {
    margin: 0;
    position: absolute;
    top: 100%;
    left: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}

.list-model .card-img-top {
  max-width: 100%;
}
.list-model .card-body {
  text-align: center;
  color: #000000;
}

.products > .product {
  width: 100%;
}

.product-miniature .thumbnail-container {
  width: 100%;
  background: #FFFFFF;
  border: solid 1px var(--color-2);
  padding: 15px 0;
  margin-bottom: 15px;
}
.product-miniature .product-title,
.product-miniature .product-price-and-shipping {
  text-align: left;
}
.product-miniature .product-title a {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-2);
}
.product-miniature .product-list-reviews {
  display: none;
}
.product-miniature .product-description {
  background: 0 none;
  padding: 0;
}
@media (min-width: 992px) {
  .product-miniature .col-buy {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-miniature .product-price-and-shipping {
  font-size: 26px;
  margin-bottom: 15px;
}

.product-miniature .thumbnail-container:focus .product-description::after,
.product-miniature .thumbnail-container:hover .product-description::after {
  display: none;
}

.product-flags li.product-flag {
  background: var(--color-2);
}

.brands-sort .select-list:hover,
.products-sort-order .select-list:hover,
.suppliers-sort .select-list:hover {
  background: var(--color-2);
}

#subcategories ul li .subcategory-image a {
  -webkit-transition: border 0.25s;
  transition: border 0.25s;
}

#subcategories ul li:hover .subcategory-image a {
  border: 5px solid var(--color-2);
}

#subcategories ul li .subcategory-name:hover,
.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover,
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover,
.cart-grid-body a.label:hover {
  color: var(--color-2);
}

.block-categories {
  padding: 0;
}

.block-category {
  min-height: 0;
  padding: 0;
}
.block-category h1 {
  margin: 0;
  font-size: 38px;
}

#wrapper .breadcrumb {
  padding: 15px 0;
}

#subcategories {
  padding: 0;
  border: 0 none;
}

#subcategories ul {
  margin: 0 -15px;
}
#subcategories ul li {
  padding: 0 15px;
  width: 50%;
  margin: 0;
  min-width: 0;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  #subcategories ul li {
    width: 25%;
  }
}
#pagenotfound .page-not-found,
#products .page-not-found {
  max-width: none;
  padding: 0;
  color: #000000;
}

.block-categories .category-sub-menu {
  margin-top: 0;
}

#left-column .block-categories {
  padding: 20px;
  background: #F4F4F4;
}
#left-column .block-categories > ul {
  margin: 0;
}
#left-column .block-categories > .category-top-menu > li:first-child {
  margin-bottom: 5px;
}

.block-categories .category-sub-menu li[data-depth="1"],
.product-prices div {
  margin-bottom: 0;
}

#subcategories ul li .subcategory-image {
  padding: 0;
  background-image: url("../img/brand/logo.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-color: #000000;
  margin-bottom: 10px;
}

#subcategories ul li .subcategory-image a {
  min-height: 140px;
}

.main-container {
  margin-top: 15px;
}

.page-index .main-container {
  margin-top: 0;
}

#product #content {
  max-width: none;
}

.product-header .product-title {
  margin-bottom: 0;
  color: var(--color-2);
}
.product-header .product-prices {
  margin-top: 0;
}
.product-header .product-price {
  font-size: 2.5rem;
  color: #000000;
}

.product-information {
  margin-top: 30px;
}

.group-tab {
  border-bottom: solid 2px #FF1515;
  margin-top: 30px;
}

.group-description {
  padding: 30px;
  background: #F4F4F4;
}

.group-tab .tab-title {
  display: inline-block;
  padding: 8px 26px;
  background: #FF1515;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 10px 10px 0 0;
}

@media (min-width: 992px) {
  .group-tab {
    padding-left: 120px;
  }
  .group-description {
    padding: 60px 120px;
  }
}
.group-tab {
  border-bottom: solid 1px #D9D9D9;
}

.group-tab .tab-title {
  background: 0 none;
  color: #000000;
  font-weight: 400;
  padding: 8px 0;
  font-size: 24px;
}

.group-description {
  padding: 15px 0;
  background: 0 none;
}

.group-description h1 {
  color: var(--color-2);
  font-size: 24px;
  margin: 30px 0;
}

.group-description h1:first-child {
  margin-top: 0;
}

@media (min-width: 992px) {
  .group-tab {
    padding: 0;
  }
  .group-tab .tab-title {
    padding: 15px 0;
  }
  .group-description h1 {
    font-size: 28px;
  }
}
.product-actions .control-label {
  font-weight: 700;
}

.product-images > li.thumb-container .thumb.selected,
.product-images > li.thumb-container .thumb:hover {
  border-color: var(--color-2);
}

.product-price,
#blockcart-modal .product-name {
  color: var(--color-2);
}

#header .header-nav .cart-preview.active {
  background: 0 none;
}

.blockcart > a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 2;
}

.page-wrapper {
  background: #FFFFFF;
}

.cart-content-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cart-content .total-price {
  font-weight: 700;
  font-size: 26px;
}

.center-email-fields {
  margin-top: 15px;
}

.forgotten-password .form-fields label.required {
  width: 160px;
}

body#checkout #footer {
  padding: 0;
}
body#checkout #header .header-nav {
  padding: 10px 0;
}
@media (min-width: 992px) {
  body#checkout #header .header-nav {
    max-height: 50px;
  }
}

#minQtyMessage {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#minQtyMessage .alert {
  margin: 0;
  font-size: 16px;
}

@media (min-width: 1200px) {
  #header .header-top .header-top-right {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.logo-regionsud {
  margin: 15px 0;
  text-align: center;
  font-size: 14px;
}
.logo-regionsud img {
  width: 125px;
  height: auto;
}
@media (min-width: 992px) {
  .logo-regionsud {
    position: absolute;
    top: -10px;
    right: 10px;
  }
}
@media (min-width: 1470px) {
  .logo-regionsud {
    top: 0;
    right: 110px;
  }
}

.products {
  margin: 0 -15px;
}
.products > .product .product-miniature,
.products > .product .product-miniature .product {
  padding: 0 15px;
}
.products > .product .product-miniature .thumbnail-container,
.products > .product .product-miniature .product .thumbnail-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.products > .product .product-miniature .thumbnail-container .product-thumbnail,
.products > .product .product-miniature .product .thumbnail-container .product-thumbnail {
  height: auto;
}
.products > .product .product-miniature .thumbnail-container .product-title,
.products > .product .product-miniature .thumbnail-container .product-price-and-shipping,
.products > .product .product-miniature .product .thumbnail-container .product-title,
.products > .product .product-miniature .product .thumbnail-container .product-price-and-shipping {
  text-align: center;
}
@media (min-width: 992px) {
  .products > .product .product-miniature .thumbnail-container .col-buy,
  .products > .product .product-miniature .product .thumbnail-container .col-buy {
    height: auto;
  }
}
@media (min-width: 992px) {
  .products > .product {
    width: 33.33%;
  }
  .products > .product .product-miniature .thumbnail-container,
  .products > .product .product-miniature .product .thumbnail-container {
    margin-bottom: 30px;
  }
}

body {
  background-color: #FFFFFF;
}

.header {
  background-color: var(--color-light);
}

.footer {
  background-color: var(--color-dark);
}

.region-sidebar-first,
.region-sidebar-second,
.region-footer,
.region-content {
  padding: 0;
}

.footer-2 {
  background-color: #F4F4F4;
  padding: 30px 0;
  position: relative;
  margin-top: 50px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .footer-2 {
    padding-top: 75px;
    padding-bottom: 0;
    margin-top: 85px;
  }
}
.footer-2 .footer-logo {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.footer-2 .footer-logo .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-2 .footer-logo .logo-wrapper::before, .footer-2 .footer-logo .logo-wrapper::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #000000;
}
.footer-2 .footer-logo .logo-wrapper img {
  margin-top: -49px;
}
@media (min-width: 992px) {
  .footer-2 .footer-logo .logo-wrapper::before {
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
    min-width: 45px;
    width: calc((100vw + 15px - var(--container-3)) / 2);
  }
  .footer-2 .footer-logo .logo-wrapper img {
    width: 480px;
    height: auto;
    margin-top: -85px;
  }
}

.footer-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-3 .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: -50px;
}
@media (min-width: 992px) {
  .footer-3 .footer-wrapper {
    margin: 0;
  }
}
.footer-3 .footer-wrapper::before, .footer-3 .footer-wrapper::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #000000;
}
.footer-3 .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}
.footer-3 .menu a {
  color: #000000;
  padding: 8px 15px;
}
@media (min-width: 992px) {
  .footer-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 30px 0;
    padding-bottom: 50px;
    background: #F4F4F4;
  }
  .footer-3 .footer-wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-transform: none;
            transform: none;
  }
  .footer-3 .footer-wrapper::after {
    margin-right: 15px;
  }
  .footer-3 .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
}

.blockreassurance {
  text-align: center;
}
@media (min-width: 992px) {
  .blockreassurance {
    text-align: left;
    max-width: 780px;
    float: right;
  }
}
@media (max-width: 991px) {
  .blockreassurance > .row > [class*=col-] {
    margin-bottom: 30px;
  }
}
.blockreassurance .block-icon {
  display: inline-block;
  float: none;
  margin: auto;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.blockreassurance .block-icon svg {
  width: auto;
  height: 60px;
}
.blockreassurance .block-icon::before {
  content: "";
  display: block;
  height: 8px;
  width: 40px;
  position: absolute;
  left: 15px;
  bottom: 0;
  background: var(--color-1);
  z-index: -1;
}
.blockreassurance .block-title {
  color: #000000;
  display: block;
  height: auto;
  font-weight: 400;
  text-transform: uppercase;
  max-width: 220px;
  padding: 0;
  margin: auto;
}

.btn {
  border: 0 none;
  padding: 8px 22px;
  background: #F4F4F4;
  color: #000000;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 18px;
  -webkit-transition: background 0s;
  transition: background 0s;
}
.btn.btn-lg {
  padding: 16px 36px;
}
.btn.btn-link {
  background: 0 none;
  text-decoration: underline;
}
.btn:focus:not(.disabled):focus, .btn:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000000;
}
.btn:focus:not(.disabled):focus:active, .btn:not(:disabled):not(.disabled):focus:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000000;
}
.btn:focus:not(.disabled).btn-link, .btn:not(:disabled):not(.disabled).btn-link {
  color: #000000;
}
.btn.btn-1, .btn.btn-primary {
  background: var(--color-1);
  position: relative;
  z-index: 1;
  font-weight: 400;
  color: #000000;
}
.btn.btn-1::before, .btn.btn-primary::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--color-2)), color-stop(50%, var(--color-2)), color-stop(50%, var(--color-1)));
  background: linear-gradient(to right, var(--color-2), var(--color-2) 50%, var(--color-1) 50%);
  background-size: 200% 100%;
  background-position: 100%;
  opacity: 0;
  -webkit-transition: background-position 0.45s, opacity 0s 0.45s;
  transition: background-position 0.45s, opacity 0s 0.45s;
  z-index: -1;
}
@media (min-width: 992px) {
  .btn.btn-1:not(:disabled):hover::before, .btn.btn-primary:not(:disabled):hover::before {
    opacity: 1;
    background-position: 0;
    -webkit-transition: background-position 0.45s, opacity 0s;
    transition: background-position 0.45s, opacity 0s;
  }
}

.block-social {
  clear: both;
}
.block-social .nav > li {
  display: inline-block;
}
.block-social .nav > li > a:hover, .block-social .nav > li > a:focus {
  background-color: transparent;
}

#header {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#header a {
  color: #FFFFFF;
}
#header .top-menu a {
  color: #000000;
}
@media (min-width: 992px) {
  #header .top-menu .sub-menu {
    width: calc(100vw - 15px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
    top: 100%;
    padding: 0 15px;
  }
  #header .top-menu .sub-menu ul[data-depth="1"] {
    max-width: var(--container-3);
    margin: 30px auto;
    padding: 0 15px;
  }
  #header .top-menu .sub-menu ul[data-depth="1"] > li {
    float: none;
    margin: 0;
  }
  #header .top-menu #category-3 > .dropdown-item,
  #header .top-menu #category-4 > .dropdown-item {
    padding: 12px 18px;
    font-weight: 400;
    color: #FFFFFF;
  }
  #header .top-menu #category-3 > .dropdown-item {
    color: #000000;
    background: var(--color-1);
  }
}
@media (min-width: 1200px) {
  #header .top-menu #category-3 > .dropdown-item,
  #header .top-menu #category-4 > .dropdown-item {
    padding: 18px 32px;
  }
}
#header .header-banner {
  background: var(--color-2);
}
#header .wsdisplayheader {
  position: relative;
  display: none;
  padding: 0;
  padding-right: 50px;
  color: #000000;
  line-height: 1.2;
}
#header .wsdisplayheader .wsdisplayheader-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 56px;
}
#header .wsdisplayheader .wsdisplayheader-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  background: #000000;
  -webkit-mask-image: url("../img/menu/close.svg");
          mask-image: url("../img/menu/close.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 18px auto;
          mask-size: 18px auto;
  cursor: pointer;
}
#header .wsdisplayheader a {
  text-decoration: underline;
  color: #000000;
  font-weight: 700;
}
@media (min-width: 992px) {
  #header .wsdisplayheader a:hover, #header .wsdisplayheader a:focus {
    color: #000000;
  }
}
#header .wsdisplayheader p {
  display: inline-block;
  padding: 10px 15px;
  padding-left: 60px;
  position: relative;
}
#header .wsdisplayheader p::before {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  -webkit-mask-image: url("../img/divers/info.svg");
          mask-image: url("../img/divers/info.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%) translateY(2px);
          transform: translateY(-50%) translateY(2px);
}
@media (min-width: 992px) {
  #header .wsdisplayheader {
    text-align: center;
  }
  #header .wsdisplayheader .wsdisplayheader-content {
    min-height: 50px;
  }
  #header .wsdisplayheader p {
    padding: 16px 15px;
    padding-left: 60px;
  }
}
#header .header-nav,
#header .header-top {
  background: #000000;
}
#header .header-nav {
  border: 0 none;
}

.header-top .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .header-top .header-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 991px) {
  #header .header-nav {
    max-height: none;
  }
  #mobile_top_menu_wrapper {
    position: fixed;
    bottom: 45px;
    left: 15px;
    right: 15px;
    padding: 0 15px;
    background: 0 none;
    z-index: 1;
  }
  #mobile_top_menu_wrapper #top-menu {
    margin: 0;
  }
  #mobile_top_menu_wrapper .toggle-submenu.submenu-close {
    display: none;
  }
  #mobile_top_menu_wrapper ul[data-depth="0"] > li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #mobile_top_menu_wrapper ul[data-depth="0"] > li > .toggle-submenu {
    font-size: 14px;
    font-weight: 400;
    padding: 16px 12px;
    color: #000000;
    border: 0 none;
    height: 55px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
  }
  #mobile_top_menu_wrapper ul[data-depth="0"] > li > .toggle-submenu:hover, #mobile_top_menu_wrapper ul[data-depth="0"] > li > .toggle-submenu:focus {
    color: #000000;
  }
  #mobile_top_menu_wrapper ul[data-depth="0"] > li > .toggle-submenu:not(.submenu-close) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #mobile_top_menu_wrapper #category-3 > .toggle-submenu:not(.submenu-close) {
    background: var(--color-1);
  }
  #mobile_top_menu_wrapper #category-4 {
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
    padding-left: 1px;
  }
  #mobile_top_menu_wrapper #category-4 > .toggle-submenu:not(.submenu-close) {
    background: var(--color-2);
    font-size: 0;
    width: 60px;
    height: 55px;
    position: relative;
  }
  #mobile_top_menu_wrapper #category-4 > .toggle-submenu:not(.submenu-close)::before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #000000;
    -webkit-mask-image: url("../img/menu/burger.svg");
            mask-image: url("../img/menu/burger.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 22px auto;
            mask-size: 22px auto;
  }
  #mobile_top_menu_wrapper li > .submenu {
    display: none;
  }
  #mobile_top_menu_wrapper li.open > .submenu {
    display: block;
  }
  #mobile_top_menu_wrapper li.open > .toggle-submenu.submenu-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #mobile_top_menu_wrapper .submenu {
    padding-top: 90px;
    padding-bottom: 115px;
    overflow: auto;
  }
  #mobile_top_menu_wrapper .submenu .submenu-header {
    padding: 25px 50px;
    position: relative;
  }
  #mobile_top_menu_wrapper .submenu .submenu-header .parent-title {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    max-width: 220px;
    margin: auto;
  }
  #mobile_top_menu_wrapper .submenu .submenu-header .menu-back {
    position: absolute;
    top: 18px;
    left: 10px;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: #000000;
    font-size: 0;
    -webkit-mask-image: url("../img/menu/back.svg");
            mask-image: url("../img/menu/back.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 20px auto;
            mask-size: 20px auto;
  }
  #mobile_top_menu_wrapper ul[data-depth="0"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  #mobile_top_menu_wrapper ul[data-depth="0"] > li {
    position: relative;
  }
  #mobile_top_menu_wrapper ul[data-depth="0"] > li > .submenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: none;
    transition: none;
    background: #FFFFFF;
  }
  #mobile_top_menu_wrapper ul[data-depth="0"] > li > .toggle-submenu.submenu-close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    z-index: 1;
    color: #FFFFFF;
  }
  #mobile_top_menu_wrapper ul[data-depth="0"] > li#category-4 > .toggle-submenu.submenu-close {
    font-size: 0;
  }
  #mobile_top_menu_wrapper ul[data-depth="0"] > li#category-4 > .toggle-submenu.submenu-close::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    -webkit-mask-image: url("../img/menu/close.svg");
            mask-image: url("../img/menu/close.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 16px auto;
            mask-size: 16px auto;
  }
  #mobile_top_menu_wrapper ul[data-depth="1"],
  #mobile_top_menu_wrapper ul[data-depth="2"] {
    margin: 0;
    text-align: center;
    padding: 0 30px;
  }
  #mobile_top_menu_wrapper ul[data-depth="1"] li a,
  #mobile_top_menu_wrapper ul[data-depth="2"] li a {
    padding: 25px 14px;
    text-transform: uppercase;
    border-bottom: solid 1px;
  }
  #mobile_top_menu_wrapper ul[data-depth="1"] li:last-child a,
  #mobile_top_menu_wrapper ul[data-depth="2"] li:last-child a {
    border: 0 none;
  }
  #mobile_top_menu_wrapper ul[data-depth="1"] > li > .submenu,
  #mobile_top_menu_wrapper ul[data-depth="2"] > li > .submenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: none;
    transition: none;
    background: #FFFFFF;
  }
  #mobile_top_menu_wrapper ul[data-depth="1"] > li > .submenu .parent-title {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
  }
  #mobile_top_menu_wrapper ul[data-depth="2"] > li > .submenu .parent-title .current {
    color: var(--color-2);
  }
  #mobile_top_menu_wrapper .column-visual,
  #mobile_top_menu_wrapper .menu-column[data-type=short] {
    display: none;
  }
  #mobile_top_menu_wrapper .submenu-category-5 ul[data-depth="3"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 15px;
  }
  #mobile_top_menu_wrapper .submenu-category-5 ul[data-depth="3"] > li {
    width: 50%;
  }
  #mobile_top_menu_wrapper .submenu-category-5 ul[data-depth="3"] > li a {
    padding: 0;
    border: 0 none;
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    position: relative;
  }
  #mobile_top_menu_wrapper .submenu-category-5 ul[data-depth="3"] > li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    border-bottom: solid 1px var(--color-2);
    z-index: 1;
  }
  #mobile_top_menu_wrapper .submenu-category-5 ul[data-depth="3"] > li a::after {
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: var(--color-2);
    position: absolute;
    bottom: -6px;
    z-index: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    outline: solid 4px rgba(15, 157, 232, 0);
    -webkit-transition: outline 0.25s, -webkit-transform 0.25s;
    transition: outline 0.25s, -webkit-transform 0.25s;
    transition: transform 0.25s, outline 0.25s;
    transition: transform 0.25s, outline 0.25s, -webkit-transform 0.25s;
  }
  #mobile_top_menu_wrapper .submenu-category-5 ul[data-depth="3"] > li a strong {
    display: block;
    font-weight: 400;
    color: var(--color-2);
    font-size: 20px;
  }
  #mobile_top_menu_wrapper .submenu-category-5 ul[data-depth="3"] > li a .visual {
    display: block;
    position: absolute;
    bottom: 0;
  }
  #mobile_top_menu_wrapper .submenu-category-5 ul[data-depth="3"] > li:nth-of-type(1) {
    text-align: left;
  }
  #mobile_top_menu_wrapper .submenu-category-5 ul[data-depth="3"] > li:nth-of-type(1) a {
    padding-bottom: 210px;
  }
  #mobile_top_menu_wrapper .submenu-category-5 ul[data-depth="3"] > li:nth-of-type(1) a::before {
    border-left: solid 1px var(--color-2);
    height: 40px;
    width: 90px;
  }
  #mobile_top_menu_wrapper .submenu-category-5 ul[data-depth="3"] > li:nth-of-type(1) a::after {
    top: 94px;
    left: 80px;
  }
  #mobile_top_menu_wrapper .submenu-category-5 ul[data-depth="3"] > li:nth-of-type(1) a .visual {
    width: 190px;
    height: 190px;
    left: 30px;
    background-image: url("../img/menu/maillot.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #mobile_top_menu_wrapper .submenu-category-5 ul[data-depth="3"] > li:nth-of-type(2) {
    text-align: right;
    padding-top: 140px;
  }
  #mobile_top_menu_wrapper .submenu-category-5 ul[data-depth="3"] > li:nth-of-type(2) a {
    padding-bottom: 140px;
  }
  #mobile_top_menu_wrapper .submenu-category-5 ul[data-depth="3"] > li:nth-of-type(2) a::before {
    border-right: solid 1px var(--color-2);
    height: 95px;
    width: 125px;
    right: 0;
  }
  #mobile_top_menu_wrapper .submenu-category-5 ul[data-depth="3"] > li:nth-of-type(2) a::after {
    right: 120px;
    top: 148px;
  }
  #mobile_top_menu_wrapper .submenu-category-5 ul[data-depth="3"] > li:nth-of-type(2) a .visual {
    width: 130px;
    height: 130px;
    right: 92px;
    background-image: url("../img/menu/short.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 992px) {
  #_desktop_top_menu .submenu-header,
  #_desktop_top_menu .submenu-close {
    display: none;
  }
  #_desktop_top_menu .submenu {
    display: none;
  }
  /*.submenu {
    .wrapper-choices {
      display: flex;
      flex-wrap: wrap;
      max-width: var(--container-1);
      margin: auto;

      .top-menu {
        &:nth-of-type(1) {
          text-align: right;
        }
      }

      .product-choice {
        flex-grow: 1;
        height: 340px;
        display: flex;
        position: relative;

        .choice-maillot,
        .choice-short {
          width: 50%;
          position: absolute;
          top: 0;
          height: 100%;

          strong {
            display: block;
            text-transform: uppercase;
            font-weight: $regular;
          }

          &::before {
            content: '';
            display: block;
            position: absolute;
            background: $color-2;
            opacity: 0.4;
          }

          &::after {
            content: '';
            display: block;
            width: 230px;
            height: 220px;
            position: absolute;
          }

          &.choice-maillot {
            left: 0;

            &::before {
              width: 260px;
              height: 260px;
              left: 60px;
              bottom: 60px;
            }

            &::after {
              border-left: solid 2px $color-2;
              border-bottom: solid 2px $color-2;
              top: 0;
              left: 0;
            }
          }

          &.choice-short {
            right: 0;

            &::before {
              width: 175px;
              height: 175px;
              right: 120px;
              bottom: 0;
            }

            &::after {
              border-right: solid 2px $color-2;
              border-bottom: solid 2px $color-2;
              bottom: 0;
              right: 0;
            }
          }
        }
      }
    }
  }*/
}
#header .header-nav {
  padding: 10px 0;
}
#header .header-nav .right-nav {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header-nav .right-nav #search_widget {
  display: none;
}
#header .header-nav .right-nav #search_widget.open {
  display: block;
}
@media (max-width: 767px) {
  #header .header-nav .right-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #000000;
    height: 90px;
    padding: 25px 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
    width: 100%;
  }
  #header .header-nav .right-nav #search_widget {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0;
  }
  #header .header-nav .right-nav .toggle-search {
    display: none;
  }
}
#header .header-nav .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}
#header .header-nav .main-nav .top-logo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#header .header-nav .main-nav .top-logo h1 {
  padding-right: 65px;
  position: relative;
}
#header .header-nav .main-nav .top-logo h1::after {
  content: "";
  display: block;
  width: 70px;
  height: 18px;
  position: absolute;
  bottom: -2px;
  right: 15px;
  background-image: url("../img/menu/france.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#header .header-nav .user-info {
  margin: 0;
  position: relative;
}
@media (min-width: 992px) {
  #header .header-nav .user-info {
    padding-right: 100px;
  }
  #header .header-nav .user-info::after {
    content: "";
    display: block;
    width: 80px;
    height: 20px;
    position: absolute;
    top: 13px;
    right: 15px;
    background-image: url("../img/menu/france.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
#header .header-nav .user-info .login,
#header .header-nav .user-info .logout,
#header .header-nav .user-info .account {
  display: inline-block;
  height: 50px;
  width: 50px;
  background: var(--color-1);
  font-size: 0;
  vertical-align: middle;
  margin: 0;
}
#header .header-nav .user-info .login,
#header .header-nav .user-info .account {
  -webkit-mask-image: url("../img/menu/login.svg");
          mask-image: url("../img/menu/login.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 30px auto;
          mask-size: 30px auto;
}
#header .header-nav .user-info .logout {
  -webkit-mask-image: url("../img/menu/logout.svg");
          mask-image: url("../img/menu/logout.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 30px auto;
          mask-size: 30px auto;
}
#header .header-nav .blockcart {
  height: 50px;
  width: 50px;
  padding: 0;
  background: 0 none;
  position: relative;
  font-size: 0;
  margin: 0;
}
#header .header-nav .blockcart::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-1);
  -webkit-mask-image: url("../img/menu/cart.svg");
          mask-image: url("../img/menu/cart.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 30px auto;
          mask-size: 30px auto;
}
#header .header-nav .blockcart .cart-products-count {
  display: block;
  height: 20px;
  width: 20px;
  background: var(--color-2);
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  top: 4px;
  right: 4px;
}
#header .header-nav .toggle-search {
  display: inline-block;
  height: 50px;
  width: 50px;
  background: var(--color-1);
  font-size: 0;
  vertical-align: middle;
  -webkit-mask-image: url("../img/menu/search.svg");
          mask-image: url("../img/menu/search.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 26px auto;
          mask-size: 26px auto;
}

@media (max-width: 767px) {
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open #header .header-nav .right-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#header .header-top {
  padding: 0;
}
#header #_desktop_logo .branding-logo {
  display: block;
  margin-top: -35px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  #header #_desktop_logo .branding-logo {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  #header #_desktop_logo .branding-logo {
    margin-right: 90px;
  }
}
#header .branding-logo {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #FFFFFF;
}
#header .branding-logo:hover, #header .branding-logo:focus {
  color: #FFFFFF;
}
#header .branding-logo .slogan {
  padding-top: 5px;
}
@media (min-width: 992px) {
  #header .branding-logo .slogan {
    text-align: center;
  }
}
#header .branding-logo .logo {
  width: 160px;
  max-height: none;
}
@media (min-width: 992px) {
  #header .branding-logo .logo {
    width: 270px;
  }
}
@media (min-width: 992px) {
  #header .branding-logo {
    font-size: 16px;
  }
}

.top-menu a[data-depth="1"],
.top-menu a[data-depth="2"] {
  padding: 0;
}

@media (min-width: 992px) {
  #header .header-top .top-menu[data-depth="0"] > li > a {
    display: block;
    padding: 12px 20px;
    font-weight: 400;
    color: #FFFFFF;
  }
  #header .header-top .top-menu[data-depth="0"] > li:not(#category-3) > a {
    background: -webkit-gradient(linear, left top, right top, from(var(--color-1)), color-stop(50%, var(--color-1)), color-stop(50%, #FFFFFF));
    background: linear-gradient(to right, var(--color-1), var(--color-1) 50%, #FFFFFF 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 0.45s;
    transition: background-position 0.45s;
  }
  #header .header-top .top-menu[data-depth="0"] > li:not(#category-3) > a:hover {
    background-position: 0;
  }
  #header .header-top .top-menu[data-depth="0"] > li.open > a {
    background-position: 0;
  }
  #header .header-top .top-menu[data-depth="0"] > li#category-3 > a {
    color: #000000;
    position: relative;
    z-index: 1;
    background: var(--color-1);
    font-weight: 400;
  }
  #header .header-top .top-menu[data-depth="0"] > li#category-3 > a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(var(--color-2)), color-stop(50%, var(--color-2)), color-stop(50%, var(--color-1)));
    background: linear-gradient(to right, var(--color-2), var(--color-2) 50%, var(--color-1) 50%);
    background-size: 200% 100%;
    background-position: 100%;
    opacity: 0;
    -webkit-transition: background-position 0.45s, opacity 0s 0.45s;
    transition: background-position 0.45s, opacity 0s 0.45s;
    z-index: -1;
  }
  #header .header-top .top-menu[data-depth="0"] > li#category-3 > a:hover::before {
    opacity: 1;
    background-position: 0;
    -webkit-transition: background-position 0.45s, opacity 0s;
    transition: background-position 0.45s, opacity 0s;
  }
  #header .header-top .top-menu[data-depth="0"] > li#category-3.open > a::before {
    opacity: 1;
    background-position: 0;
    -webkit-transition: background-position 0.45s, opacity 0s;
    transition: background-position 0.45s, opacity 0s;
  }
  #header .header-top .top-menu[data-depth="0"] > li > .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    background: #FFFFFF;
    width: calc(100vw - 15px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
  #header .header-top .top-menu[data-depth="0"] > li > .submenu > ul {
    background: #F4F4F4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0;
  }
  #header .header-top .top-menu[data-depth="0"] > li > .submenu > ul a {
    text-transform: uppercase;
  }
  #header .header-top .top-menu[data-depth="0"] > li > .submenu > ul > li > a {
    font-size: 18px;
    padding: 25px 0;
    position: relative;
  }
  #header .header-top .top-menu[data-depth="0"] > li > .submenu > ul > li > a::before {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: var(--color-2);
    -webkit-transition: width 0.25s;
    transition: width 0.25s;
  }
  #header .header-top .top-menu[data-depth="0"] > li > .submenu > ul > li > a:hover::before {
    width: 100%;
  }
  #header .header-top .top-menu[data-depth="0"] > li > .submenu > ul > li.open > a::before {
    width: 100%;
  }
  #header .header-top .top-menu[data-depth="0"] > li.open > .submenu {
    display: block;
  }
  #header .header-top .top-menu[data-depth="1"] > li > .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #FFFFFF;
    padding: 30px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
  #header .header-top .top-menu[data-depth="1"] > li.open > .submenu {
    display: block;
  }
  #header .header-top .top-menu[data-depth="1"] > li > .submenu > .top-menu {
    max-width: 860px;
    margin: auto;
  }
  #header .header-top .top-menu[data-depth="2"] li {
    margin-bottom: 15px;
  }
  #header .header-top .top-menu[data-depth="2"] li:last-child {
    margin: 0;
  }
  #header .header-top .top-menu[data-depth="2"] li a {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(var(--color-2)), color-stop(50%, var(--color-2)), color-stop(50%, #000000));
    background: linear-gradient(to right, var(--color-2), var(--color-2) 50%, #000000 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 0.4s ease;
    transition: background-position 0.4s ease;
  }
  #header .header-top .top-menu[data-depth="2"] li a:hover, #header .header-top .top-menu[data-depth="2"] li a:focus {
    background-position: 0;
  }
  #header .header-top .submenu-category-5 .top-menu[data-depth="2"] > li > .toggle-submenu {
    display: none;
  }
  #header .header-top .submenu-category-5 .top-menu[data-depth="2"] > li > .submenu {
    display: block;
    position: static;
    padding: 0;
  }
  #header .header-top .submenu-category-5 .top-menu[data-depth="2"] > li > .submenu a {
    padding: 0;
  }
  #header .header-top .submenu-category-5 .wrapper-choices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: auto;
    max-width: 860px;
    height: 520px;
  }
  #header .header-top .submenu-category-5 .top-menu[data-depth="3"] > li {
    display: none;
  }
  #header .header-top .submenu-category-5 .menu-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .header-top .submenu-category-5 .menu-column > .top-menu li:last-child {
    margin: 0;
  }
  #header .header-top .submenu-category-5 .menu-column .column-visual {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #header .header-top .submenu-category-5 .menu-column .visual-text {
    width: 100%;
    height: 220px;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    padding: 0 15px;
  }
  #header .header-top .submenu-category-5 .menu-column .visual-text::before {
    content: "";
    position: absolute;
    display: block;
    border-bottom: solid 1px var(--color-2);
    height: 100%;
    z-index: 1;
  }
  #header .header-top .submenu-category-5 .menu-column .visual-text::after {
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: var(--color-2);
    position: absolute;
    bottom: -6px;
    z-index: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    outline: solid 4px rgba(15, 157, 232, 0);
    -webkit-transition: outline 0.25s, -webkit-transform 0.25s;
    transition: outline 0.25s, -webkit-transform 0.25s;
    transition: transform 0.25s, outline 0.25s;
    transition: transform 0.25s, outline 0.25s, -webkit-transform 0.25s;
  }
  #header .header-top .submenu-category-5 .menu-column .visual-text strong {
    font-weight: 400;
    display: block;
    color: var(--color-2);
    font-size: 30px;
  }
  #header .header-top .submenu-category-5 .menu-column svg {
    height: auto;
  }
  #header .header-top .submenu-category-5 .menu-column svg .cls-1,
  #header .header-top .submenu-category-5 .menu-column svg .cls-2 {
    -webkit-transition: fill 0.25s;
    transition: fill 0.25s;
  }
  #header .header-top .submenu-category-5 .menu-column:hover svg .cls-1, #header .header-top .submenu-category-5 .menu-column:focus svg .cls-1 {
    fill: var(--color-2);
  }
  #header .header-top .submenu-category-5 .menu-column:hover svg .cls-2, #header .header-top .submenu-category-5 .menu-column:focus svg .cls-2 {
    fill: #EAF5FD;
  }
  #header .header-top .submenu-category-5 .menu-column:hover .visual-text::after, #header .header-top .submenu-category-5 .menu-column:focus .visual-text::after {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    outline: solid 4px rgba(15, 157, 232, 0.3);
  }
  #header .header-top .submenu-category-5 .menu-column[data-type=maillot] {
    width: 50%;
  }
  #header .header-top .submenu-category-5 .menu-column[data-type=maillot] .visual-text::before {
    border-left: solid 1px var(--color-2);
    top: 0;
    left: 0;
    width: 59%;
  }
  #header .header-top .submenu-category-5 .menu-column[data-type=maillot] .visual-text::after {
    left: 58%;
  }
  #header .header-top .submenu-category-5 .menu-column[data-type=maillot] svg {
    position: relative;
    top: -55px;
    right: -100px;
    width: 260px;
  }
  #header .header-top .submenu-category-5 .menu-column[data-type=maillot] > .top-menu {
    padding-right: 15px;
  }
  #header .header-top .submenu-category-5 .menu-column[data-type=maillot] .top-menu[data-depth="3"] > li:nth-of-type(1) {
    display: block;
    text-align: right;
  }
  #header .header-top .submenu-category-5 .menu-column[data-type=short] {
    width: 50%;
    padding-top: 240px;
  }
  #header .header-top .submenu-category-5 .menu-column[data-type=short] .visual-text {
    text-align: right;
  }
  #header .header-top .submenu-category-5 .menu-column[data-type=short] .visual-text::before {
    border-right: solid 1px var(--color-2);
    bottom: 0;
    right: 0;
    width: 82%;
  }
  #header .header-top .submenu-category-5 .menu-column[data-type=short] .visual-text::after {
    right: 81%;
  }
  #header .header-top .submenu-category-5 .menu-column[data-type=short] svg {
    position: relative;
    top: -130px;
    left: -80px;
    width: 175px;
  }
  #header .header-top .submenu-category-5 .menu-column[data-type=short] > .top-menu {
    padding-left: 15px;
  }
  #header .header-top .submenu-category-5 .menu-column[data-type=short] .top-menu[data-depth="3"] > li:nth-of-type(2) {
    display: block;
  }
}
@media (min-width: 1200px) {
  #header .header-top .top-menu[data-depth="0"] > li > a {
    padding: 18px 40px;
  }
}
@media (min-width: 1470px) {
  #header .header-top .top-menu[data-depth="0"] > li > .submenu > ul {
    padding-left: 260px;
    padding-right: 260px;
  }
}
#search_widget form i.clear {
  padding: 0;
  right: 35px;
  color: #FFFFFF;
  top: 2px;
}
#search_widget form input {
  background: 0 none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  border-radius: 0;
  padding: 12px 0;
  padding-top: 0;
  padding-right: 35px;
  color: #FFFFFF;
  background-image: url("../img/menu/search.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 26px auto;
  background-position: top right;
}
#search_widget form input::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
#search_widget form input::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
#search_widget form input:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
#search_widget form input::-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
#search_widget form input::placeholder {
  color: #FFFFFF;
  opacity: 1;
}
#search_widget form input::-ms-input-placeholder {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  #search_widget form input {
    background: 0 none;
    padding: 12px 0;
  }
}

@media (max-width: 991px) {
  .ui-autocomplete.searchbar-autocomplete {
    top: 90px !important;
  }
}
.breadcrumb-area {
  background: #FFFFFF;
}

.breadcrumb {
  background: 0 none;
  margin: 0;
  padding: 8px 0;
}
.breadcrumb li {
  padding: 0;
  margin: 0;
}
.breadcrumb .breadcrumb-item.active {
  font-weight: 700;
}
.breadcrumb span,
.breadcrumb span > a {
  font-size: 13px;
}
.breadcrumb .delimiter {
  display: inline-block;
  margin-right: 3px;
  margin-left: 1px;
  font-size: 0;
  border-top: solid 2px var(--color-light);
  border-right: solid 2px var(--color-light);
  width: 6px;
  height: 6px;
  vertical-align: middle;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.breadcrumb-item + .breadcrumb-item {
  padding: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  display: block;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  height: 7px;
  width: 7px;
  padding: 0;
  margin-left: 5px;
  margin-right: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: 7px;
  border-radius: 0;
}

.form-item-pass-pass1 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-item-pass-pass1 {
    max-width: 250px;
  }
}
.form-item-pass-pass1 .progress {
  margin-bottom: 10px;
}
.form-item-pass-pass1 .control-label .label {
  display: inline-block;
  position: relative;
  top: -2px;
  left: 5px;
}

.form-item-pass-pass2 {
  clear: both;
}
@media (min-width: 768px) {
  .form-item-pass-pass2 {
    max-width: 250px;
  }
}

.help-block {
  clear: both;
  padding: 0 15px;
}

.has-feedback label ~ .form-control-feedback {
  top: 15px;
  right: 10px;
}

.captcha {
  margin: 10px 0;
}

.form-control {
  border-radius: 0;
  -webkit-transition: none;
  transition: none;
}
.form-control:focus {
  background: rgba(0, 254, 126, 0.1);
}

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.3);
}

.form-control:focus {
  outline: 0.1875rem solid var(--color-2);
  background: rgba(15, 157, 232, 0.1);
}

.custom-radio input[type=radio]:checked + span {
  background-color: var(--color-2);
}

.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i,
.dropdown:hover .expand-more,
.page-my-account #content .links a:hover i,
.search-widget form button[type=submit] .search:hover,
.top-menu .sub-menu a:hover {
  color: var(--color-2);
}

body::scrollbar {
  height: 15px;
  width: 15px;
  background: #FFFFFF;
}
body::scrollbar-thumb {
  background: var(--color-1);
  border: solid 3px #FFFFFF;
  border-radius: 10px;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
body::scrollbar-thumb:hover {
  background: var(--color-1);
}
body::scrollbar-button {
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
}
body::scrollbar-button:hover {
  background-color: var(--color-light);
}
body::scrollbar-button:horizontal {
  height: 10px;
  width: 20px;
}
body::scrollbar-button:horizontal:increment {
  background-image: url("../img/arrows/right.svg");
}
body::scrollbar-button:horizontal:decrement {
  background-image: url("../img/arrows/left.svg");
}
body::scrollbar-button:vertical {
  height: 20px;
  width: 10px;
}
body::scrollbar-button:vertical:increment {
  background-image: url("../img/arrows/down.svg");
}
body::scrollbar-button:vertical:decrement {
  background-image: url("../img/arrows/up.svg");
}
body::scrollbar-button:end {
  display: block;
}
body::scrollbar-button:start {
  display: none;
}

.colorwheel {
  height: 600px;
  width: 600px;
  background: #DEDEDE;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.colorwheel .color-main .splice {
  height: 300px;
  width: 300px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotateZ(0);
          transform: translateX(-50%) rotateZ(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.colorwheel .color-main .splice:nth-of-type(1) {
  background: #FF0000;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  -webkit-transform: translateX(-50%) rotateZ(0);
          transform: translateX(-50%) rotateZ(0);
  z-index: 1;
}
.colorwheel .color-main .splice:nth-of-type(2) {
  background: #0000FF;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  -webkit-transform: translateX(-50%) rotateZ(-10deg);
          transform: translateX(-50%) rotateZ(-10deg);
  z-index: 2;
}
.colorwheel .color-main .splice:nth-of-type(3) {
  background: 8000;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  -webkit-transform: translateX(-50%) rotateZ(-20deg);
          transform: translateX(-50%) rotateZ(-20deg);
  z-index: 3;
}

@media print {
  .field-slideshow {
    overflow: visible;
    width: auto;
    height: auto;
  }
  .more-link,
  .view-filters,
  .field-name-field-docs {
    display: none;
  }
  .views-row {
    overflow: visible;
    position: initial !important;
  }
  a[href*=jpg]::after,
  a[href*=gif]::after,
  a[href*=png]::after {
    content: "";
  }
  /*
  * @file
  * Print Styles
  * This probably needs work, but it's a good starting point.
  */
  /*
  * Body
  */
  body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4;
    word-spacing: 1.1pt;
    letter-spacing: 0.2pt;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: rgb(0, 0, 0);
    background: #fff;
    font-size: 11pt;
  }
  /*
  * Links
  */
  a {
    background: transparent;
    font-weight: 700;
    text-decoration: underline;
    color: rgb(0, 0, 238);
  }
  a[href^="http://"]:not([href*=jpg]):not([href*=gif]):not([href*=png]):after, a[href^="http://"]:not([href*=jpg]):not([href*=gif]):not([href*=png]):visited:after {
    content: "(" attr(href) ")";
    font-size: 10pt;
  }
  /*
  * Strip background from likely candidates
  */
  div[id*=wrapper],
  [class*=title],
  [class*=inner],
  header,
  footer,
  #branding,
  #container,
  #columns,
  .columns-inner,
  #content-column,
  .content-inner,
  .region,
  .region-header,
  .region-content,
  .article,
  .article-title,
  .article-content,
  .comment,
  .comment-title,
  .comment-content,
  .block,
  .block-inner,
  .block-title,
  .block-content,
  table,
  table * {
    background: none !important;
  }
  /*
  * Hide various bits of the page
  */
  .sidebar,
  #breadcrumb,
  .nav,
  .field-type-taxonomy-term-reference,
  ul.links,
  .feed-icon,
  .poll .bar,
  .poll .foreground,
  .comment-form,
  #comment-form,
  .book-navigation,
  .tabs,
  .action-links,
  .pager,
  .messages,
  .help {
    display: none;
  }
  /*
  * Ensure the display the main content region
  */
  #content {
    display: block !important;
  }
  /*
  * Layout
  */
  #header {
    margin-bottom: 10px;
  }
  .container {
    width: 100%;
    max-width: none;
    min-width: none;
  }
  .content-inner {
    margin: 0 !important;
    padding: 0 !important;
  }
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .node .field-type-image figure {
    float: left;
  }
  .node .field {
    clear: both;
  }
  /*
  * HTML elements
  */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: rgb(51, 51, 51);
    margin: 0;
    padding: 0;
    line-height: 1;
  }
  h1 {
    font-size: 14pt;
  }
  h2 {
    font-size: 13pt;
  }
  h3 {
    font-size: 12pt;
  }
  h4,
  h5,
  h6 {
    font-size: 11pt;
  }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a,
  #site-name a,
  #site-slogan {
    text-decoration: none !important;
    color: rgb(51, 51, 51);
  }
  .h-group a:link, .h-group a:visited {
    text-decoration: none;
  }
  #page-title {
    margin-top: 20px;
  }
  pre,
  code,
  tt,
  samp,
  kbd,
  var {
    font-size: 10pt;
    font-family: Consolas, "Lucida Console", Menlo, Monaco, "DejaVu Sans Mono", monospace, sans-serif;
  }
  blockquote {
    margin: 20px;
    padding: 10px;
    font-size: 10pt;
    font-style: italic;
    background: rgb(238, 238, 238);
  }
  hr {
    background-color: rgb(102, 102, 102);
  }
  /*
  * Header, Logo, Site name
  */
  #logo img {
    padding: 0 10px 0 0;
    margin: 0 !important;
    float: none !important;
  }
  /*
  * Images
  */
  img {
    float: left;
    margin: 4px 20px 10px 0;
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  a img {
    border: none;
  }
  /*
  * Tables
  */
  table {
    margin: 1px;
    text-align: left;
  }
  th {
    border-bottom: 1px solid rgb(51, 51, 51);
    font-weight: 700;
  }
  td {
    border-bottom: 1px solid rgb(51, 51, 51);
  }
  th,
  td {
    padding: 4px 10px 4px 0;
  }
  tfoot {
    font-style: italic;
  }
  caption {
    margin-bottom: 10px;
    text-align: left;
  }
  thead {
    display: table-header-group;
  }
  tr,
  ul,
  img {
    page-break-inside: avoid;
  }
  /*
  * Forms
  */
  form {
    margin-bottom: 10px;
  }
  /*
  * Poll module
  */
  .poll .text,
  .poll .percent,
  .poll .total {
    text-align: left;
  }
  .poll form {
    margin-bottom: 0;
  }
  /*
  * Articles
  */
  .node,
  .comment {
    margin-bottom: 20px;
    overflow: hidden;
    page-break-inside: avoid;
  }
  .submitted {
    color: rgb(102, 102, 102);
    text-decoration: none;
    font-size: 9pt;
    font-weight: 400;
    margin: 0;
    padding: 0;
  }
  .submitted a {
    color: rgb(102, 102, 102);
    text-decoration: none;
    font-size: 9pt;
    font-weight: 400;
    margin: 0;
    padding: 0;
  }
  h1,
  h2,
  h3 {
    page-break-after: avoid;
  }
  #skip-link,
  #leaderboard-wrapper,
  #block-search-form,
  #block-system-main-menu,
  .block-menu,
  nav,
  #backtotop,
  #footer-wrapper,
  #footer {
    display: none !important;
    color: red;
  }
}