i{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.woocommerce-checkout img{width:auto !important;}
/* Link */
.tobi-zoom {
  border: 0;
  box-shadow: none;
  display: block;
  position: relative;
  text-decoration: none;
}

.tobi-zoom img {
  display: block;
}

.tobi-zoom__icon {
  align-items: center;
  background-color: rgba(26, 42, 58, 0.94);
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 0;
}

.tobi-zoom__icon svg {
  color: #fff;
  fill: none;
  height: 1.11111em;
  padding-bottom: 0.22222em;
  padding-left: 0.22222em;
  padding-right: 0.22222em;
  padding-top: 0.22222em;
  pointer-events: none;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 2;
  stroke: #fff;
  width: 1.11111em;
}

/* Hide scrollbar if lightbox is displayed */
.tobi-is-open {
  overflow-y: hidden;
}

/* Lightbox */
.tobi {
  background-color: rgba(26, 42, 58, 0.94);
  bottom: 0;
  box-sizing: border-box;
  contain: strict;
  font-size: 18px;
  left: 0;
  line-height: 1.5555555555555556;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1337;
}

.tobi[aria-hidden="true"] {
  display: none;
}

.tobi *,
.tobi *::before,
.tobi *::after {
  box-sizing: inherit;
}

/* Slider */
.tobi__slider {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  will-change: transform;
}

.tobi__slider:not(.tobi__slider--is-dragging) {
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (prefers-reduced-motion: reduce) {
  .tobi__slider:not(.tobi__slider--is-dragging) {
    transition: none;
  }
}

.tobi__slider--is-draggable .tobi__slider__slide__content {
  cursor: -webkit-grab;
  cursor: grab;
}

.tobi__slider--is-dragging .tobi__slider__slide__content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* Slide */
.tobi__slider__slide {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

/* Slide content */
.tobi__slider__slide__content > figure {
  margin: 0;
  position: relative;
}

.tobi__slider__slide__content > figure > img {
  display: block;
  height: auto;
  max-height: 85vh;
  max-width: 85vw;
  width: auto;
}

.tobi__slider__slide__content > figure > figcaption {
  background-color: rgba(255, 255, 255, 0.94);
  bottom: 0;
  color: #1a2a3a;
  display: block;
  left: 0;
  padding-bottom: 0.22222em;
  padding-left: 0.44444em;
  padding-right: 0.44444em;
  padding-top: 0.22222em;
  position: absolute;
  white-space: pre-wrap;
  width: 100%;
}

.tobi__slider__slide__content[data-type="html"] {
  max-height: 85vh;
  max-width: 85vw;
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.tobi__slider__slide__content[data-type="html"] video {
  cursor: auto;
  display: block !important;
  max-height: 85vh;
  max-width: 85vw;
}

.tobi__slider__slide__content[data-type="iframe"] {
  max-height: 85vh;
  max-width: 85vw;
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  /* Fix iframe scrolling on iOS */
  -webkit-overflow-scrolling: touch;
  transform: translate3d(0, 0, 0);
}

.tobi__slider__slide__content[data-type="iframe"] iframe {
  display: block !important;
  height: 85vh;
  width: 85vw;
}

.tobi__slider__slide__content[data-type="youtube"] {
  max-height: 85vh;
  max-width: 85vw;
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.tobi__slider__slide__content[data-type="youtube"] iframe {
  display: block !important;
}

/* Buttons */
.tobi > button {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0.05556em solid transparent;
  color: #fff;
  cursor: pointer;
  display: flex;
  font: inherit;
  justify-content: center;
  line-height: 1;
  margin: 0;
  opacity: 0.5;
  padding-bottom: 0.22222em;
  padding-left: 0.22222em;
  padding-right: 0.22222em;
  padding-top: 0.22222em;
  position: absolute;
  touch-action: manipulation;
  transition-duration: 0.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  will-change: opacity, transform;
  z-index: 1;
}

@media screen and (prefers-reduced-motion: reduce) {
  .tobi > button {
    transition: none;
    will-change: opacity;
  }
}

.tobi > button svg {
  pointer-events: none;
  stroke: #fff;
  stroke-width: 1;
  stroke-linecap: square;
  stroke-linejoin: miter;
  fill: none;
  color: #fff;
}

.tobi > button:active, .tobi > button:focus, .tobi > button:hover {
  opacity: 1;
  transform: scale(0.84);
}

@media screen and (prefers-reduced-motion: reduce) {
  .tobi > button:active, .tobi > button:focus, .tobi > button:hover {
    transform: none;
  }
}

.tobi > button.tobi__prev, .tobi > button.tobi__next {
  top: 50%;
  top: calc(50% - 2.22222em);
}

.tobi > button.tobi__prev svg, .tobi > button.tobi__next svg {
  height: 3.88889em;
  width: 3.88889em;
}

.tobi > button.tobi__prev {
  left: 0;
}

.tobi > button.tobi__next {
  right: 0;
}

.tobi > button.tobi__close {
  right: 0.27778em;
  top: 1em;
}

.tobi > button.tobi__close svg {
  height: 3.33333em;
  width: 3.33333em;
}

.tobi > button:disabled, .tobi > button[aria-hidden="true"] {
  display: none;
}

/* Counter */
.tobi__counter {
  align-items: center;
  background-color: transparent;
  color: #fff;
  display: flex;
  font-size: 1.11111em;
  justify-content: center;
  left: 1em;
  line-height: 1;
  position: absolute;
  top: 2.22222em;
  z-index: 1;
}

.tobi__counter[aria-hidden="true"] {
  display: none;
}

/* Loader */
.tobi-loader {
  display: inline-block;
  height: 5.55556em;
  left: calc(50% - 2.77778em);
  position: absolute;
  top: calc(50% - 2.77778em);
  width: 5.55556em;
}

.tobi-loader::before {
  animation: spin 1s infinite;
  border-radius: 100%;
  border: 0.22222em solid #949ba3;
  border-top-color: #fff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
  overflow: hidden;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
  opacity: 0;
}

/* top: 0;
        left: 0;
        right: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); */

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
        .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
        .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
    .gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
        .desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
        .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  width: 100vh;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
        /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  padding: 20px;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 62vh;
}

.gslide-media {
  display: block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
    .desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
}

.gslide-description.description-left,
    .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
    .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p::last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 100%);
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: .4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: .4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader .8s infinite linear;
  animation: lightboxLoader .8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  background-repeat: no-repeat;
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  display: block;
  background-position: 0 0;
  border: none;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 100%;
  height: auto;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: .1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
    .glightbox-closing .gprev,
    .glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */

.glightbox-clean .gslide-description,
.glightbox-modern .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner,
.glightbox-modern .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title,
.glightbox-modern .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc,
.glightbox-modern .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video,
.glightbox-modern .gslide-video {
  background: #000;
}

/* .gprev,
    .gnext,
    .gclose{
        border: none;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGMAAAA2CAYAAADTeCfRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NThDMEMwNzg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NThDMEMwODg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk1OEMwQzA1ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk1OEMwQzA2ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+htE8KwAAA9BJREFUeNrsm1tIFGEYhndDI4OSLgqkMrKjBXYwCjt40QkpL4pMyoqMgigIgm6iiy66KSwpj2vrucKgpINRRhYRooQkWYEWUkaWERokhVQXbu/QOyDhpjPzz3H/Dx7W1f2+753/3X9mnPnHHwqFfDKcEWPkEEgzZEgzpBkybDbjHLhvIP8GKLNhPILgksEaFaDKKWacAMdAn4Ean8F+kGOxGXFgDyjSmZ8L9oFpurKVU1uBnAr9jZMCah1hrQLBGkciyL7FGvNymXdZb2+RG3GGYo4LrHmINS9abEiZRkMu8PNXjPQVJV4Vc9SEgclm7WqLDSkd5RdBiBGizCihmMMmDkwWe1yz2JBy9g2E+ft5o7smkWZUUMwBCwYmg71u2nQMCZhphFEzaihmt4UDk86e9TYZUsj3OaKNMGJGHcVkWjwoChvZ+7HFfQvZt42vpaJ76Em6SzHbbDBCZR01NFvct519u8yorzXhEcWk2WiESiq1tFrUT901veZrnp1mNFHEWgcYoZJMTe0m98ljn3K+z+f7oB1mtLD5agcZoZJEbZ3Ab0J9deCrwpzSB6004xWbLnegESqJ1NgNok04aFeF+XtA5MF8pA90stkiBxuhkkCtvSBGQL2iEYz415Bys8yIAu/ZZKELjFCJp+Z+EGugTgHrVGq8ClEm2oxZ4CUYAHNcZIRKHOjj6ed8A8eISo15xUaPIcP9spFFk11ohMp0bkOHxrxa5lXo7Ksack9Pvn+YpTqLwS0QDZbxRo+bYgJoBZPAZtCiIVe5QzceZBroXwP8YKfWRH+YdVOx4AOYCOJBt0uMUAz4BGLAVNDjhXvg/bwF2UdTElywLVOoN5o/97hsRv/3HvgAv10fwVuQ6ODtUO45f6HmyaDXi6tDfoMZNKMdJDlwG2ZyN/qVs/mbl5fqDILZoAO8AMkO0j8XvONJhjKLf0TKuqkF4Dl4BlY6QLty1vcGdHE39SvSFrEtBc2gCWywUfcKfjE6eHIxGKkrCleBRvAApNmgOQU8BW2crRG/vDMV1JN0C/WmcmYqZizxeSyMLO/cBG6DOyDDAq3rwRPOyhSfB8PoWtst4DrJMlGnYnwDeMjZ4c0QdGGumhfIsk246LeVtetcfOFyVEQJ8nQv+AkqwThQIqjuDnAV1ILtPo9HlMBaB/kfewCMBfkG6ylL85VnJZSroLt8kRAmTLezOpfUD+W0WQvFnIzfpEePlaeO5oE1OvOVp56+R8KuaWiYZYYMG05tZUgzpBkypBnSDBnSDGmGDGmGDGmGNEOGNEOaIUOa4YH4I8AAM9m8BFEzyDIAAAAASUVORK5CYII=');
    } */

.glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose,
    .glightbox-modern .gprev,
    .glightbox-modern .gnext,
    .glightbox-modern .gclose {
  background-color: rgba(0, 0, 0, 0.12);
}

.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover,
.glightbox-modern .gprev:hover,
.glightbox-modern .gnext:hover,
.glightbox-modern .gclose:hover {
  background-color: rgba(0, 0, 0, 0.20);
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path,
.glightbox-modern .gprev path,
.glightbox-modern .gnext path,
.glightbox-modern .gclose path {
  fill: #fff;
}

.glightbox-clean button:focus:not(.focused):not(.disabled),
.glightbox-modern button:focus:not(.focused):not(.disabled) {
  outline: none;
}

.glightbox-clean .gprev,
.glightbox-modern .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 56px;
}

.glightbox-clean .gnext,
.glightbox-modern .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 56px;
}

.glightbox-clean .gclose,
.glightbox-modern .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
  opacity: .7;
  background-position: -59px 2px;
}

.glightbox-clean .gclose svg,
.glightbox-modern .gclose svg {
  width: 20px;
}

.glightbox-clean .gclose:hover,
.glightbox-modern .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/

.gfadeIn {
  -webkit-animation: gfadeIn .5s ease;
  animation: gfadeIn .5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut .5s ease;
  animation: gfadeOut .5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft .3s ease;
  animation: gslideOutLeft .3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft .3s ease;
  animation: gslideInLeft .3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight .3s ease;
  animation: gslideOutRight .3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight .3s ease;
  animation: gslideInRight .3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn .5s ease;
  animation: gzoomIn .5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut .5s ease;
  animation: gzoomOut .5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d( 0, 0, 0);
    transform: translate3d( 0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d( 0, 0, 0);
    transform: translate3d( 0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
                .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: calc(100% - 20px);
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 95vh;
  }
  .gslide-description.description-left,
    .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, .92);
  }
  .glightbox-clean .gslide-media,
.glightbox-modern .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .gprev,
.glightbox-modern .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext,
.glightbox-modern .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose,
.glightbox-modern .gclose {
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.0
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}
/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, picture, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div, ul, li, input, textarea, h1, h2, h3, h4, h5, h6, p, a, span, button, blockquote {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 8, 2017 */
@font-face {
  font-family: 'robotoblack';
  src: url(65d98011d7f955eb66a6c7ec12d16273.woff2) format("woff2"), url(7d2655b6663d39202d9acba7029e41a4.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'robotobold';
  src: url(de67df5fecc3ee6bc4a7ff19252fd774.woff2) format("woff2"), url(4d7ec1989ce6b36dd544b3103f9119d8.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'robotolight';
  src: url(09b01f20b0d5b053f3b827db91641326.woff2) format("woff2"), url(c5271942471da7ec340134439eb24059.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'robotomedium';
  src: url(7a4eb8b72c2dfc1c1578c25a22abc406.woff2) format("woff2"), url(3e986c33fbb4328410a662d17d8726b5.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'robotoregular';
  src: url(c6b7a25ae561bf46238f6ddc9b802a95.woff2) format("woff2"), url(f84bbfb8f053b60171b28a05b24c9b85.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'robotothin';
  src: url(5f46d6002ded46eb9f1ac16aefa9bcef.woff2) format("woff2"), url(766d4f88a1dea986d26f3d146c3014a9.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "robotoregular", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  background: #fff; }

img {
  width: 100%;
  height: auto;
  display: block; }

h1 {
  font-family: "robotobold", sans-serif;
  letter-spacing: 2px;
  font-size: 1.8em;
  text-transform: uppercase; }

h2 {
  font-size: 1.8em;
  text-transform: uppercase;
  font-family: "robotobold", sans-serif;
  letter-spacing: 2px;
  line-height: 1.2; }

h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "robotomedium", sans-serif; }

h4 {
  letter-spacing: 4px;
  font-family: "robotolight", sans-serif;
  color: #d0121e; }

a {
  color: #d0121e;
  text-decoration: none; }
  a:hover {
    color: #010101; }

strong {
  font-family: "robotomedium", sans-serif; }

.wrapper {
  width: 90%;
  max-width: 1600px;
  margin: auto; }

.before-line:before {
  content: '';
  display: block;
  background: #d0121e;
  margin: 0 auto 20px 0;
  height: 5px;
  width: 40%;
  max-width: 100px; }

.before-line.align-center:before {
  margin: 0 auto 20px; }

.before-line.align-left:before {
  margin: 0 auto 20px 0; }

/* Size fonts */
.bigger-150 {
  font-size: 1.5em; }

/* *** Width *** */
.max-w-1800 {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto; }

.min-w-1800 {
  min-width: 1800px;
  margin-left: auto;
  margin-right: auto; }

.max-w-1600 {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }

.min-w-1600 {
  min-width: 1600px;
  margin-left: auto;
  margin-right: auto; }

.max-w-1400 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }

.min-w-1400 {
  min-width: 1400px;
  margin-left: auto;
  margin-right: auto; }

.max-w-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.min-w-1000 {
  min-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.max-w-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.min-w-1200 {
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.max-w-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.min-w-800 {
  min-width: 800px;
  margin-left: auto;
  margin-right: auto; }

/* *** Margin *** */
.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.mt-60 {
  margin-top: 60px; }

.mb-60 {
  margin-bottom: 60px; }

.mt-80 {
  margin-top: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.mt-100 {
  margin-top: 100px; }

.mb-100 {
  margin-bottom: 100px; }

.mt-120 {
  margin-top: 120px; }

.mb-120 {
  margin-bottom: 120px; }

.margin-auto {
  margin-left: auto;
  margin-right: auto; }

/* *** Padding *** */
.pad-10 {
  padding: 10px; }

.padt-10 {
  padding-top: 10px; }

.padb-10 {
  padding-bottom: 10px; }

.padl-10 {
  padding-left: 10px; }

.padr-10 {
  padding-right: 10px; }

.pad-20 {
  padding: 20px; }

.padt-20 {
  padding-top: 20px; }

.padb-20 {
  padding-bottom: 20px; }

.padl-20 {
  padding-left: 20px; }

.padr-20 {
  padding-right: 20px; }

.pad-30 {
  padding: 30px; }

.padt-30 {
  padding-top: 30px; }

.padb-30 {
  padding-bottom: 30px; }

.padl-30 {
  padding-left: 30px; }

.padr-30 {
  padding-right: 30px; }

.pad-40 {
  padding: 40px; }

.padt-40 {
  padding-top: 40px; }

.padb-40 {
  padding-bottom: 40px; }

.padl-40 {
  padding-left: 40px; }

.padr-40 {
  padding-right: 40px; }

.pad-60 {
  padding: 60px; }

.padt-60 {
  padding-top: 60px; }

.padb-60 {
  padding-bottom: 60px; }

.padl-60 {
  padding-left: 60px; }

.padr-60 {
  padding-right: 60px; }

.pad-80 {
  padding: 80px; }

.padt-80 {
  padding-top: 80px; }

.padb-80 {
  padding-bottom: 80px; }

.padl-80 {
  padding-left: 80px; }

.padr-80 {
  padding-right: 80px; }

.pad-100 {
  padding: 100px; }

.padt-100 {
  padding-top: 100px; }

.padb-100 {
  padding-bottom: 100px; }

.padl-100 {
  padding-left: 100px; }

.padr-100 {
  padding-right: 100px; }

.pad-120 {
  padding: 120px; }

.padt-120 {
  padding-top: 120px; }

.padb-120 {
  padding-bottom: 120px; }

.padl-120 {
  padding-left: 120px; }

.padr-120 {
  padding-right: 120px; }

/* *** Paragraphs *** */
.secondary-color {
  color: #d0121e; }

.primary-color {
  color: #010101; }

p:not(:last-of-type) {
  margin-bottom: 15px; }

.chapo {
  font-size: 1.4em;
  letter-spacing: 1px;
  margin-bottom: 30px; }

.focus {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fbfbfb;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .focus strong, .focus a {
    display: ruby-base-container;
    display: contents; }
  .focus:before {
    content: '\f05a';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 36px;
    font-weight: 700;
    color: #d0121e;
    margin-right: 20px;
    line-height: 1; }

.light-paragraph {
  font-family: "robotolight", sans-serif; }

/* *** Buttons *** */
.btn-default, .wp-block-button a {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 30px;
  background: #d0121e;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 2px; }
  .btn-default:hover, .wp-block-button a:hover {
    background: #010101;
    color: #fff; }

.wp-block-button.alignright {
  text-align: right; }

.wp-block-button.alignleft {
  text-align: left; }

.wp-block-button.aligncenter {
  text-align: center; }

/* *** Alignments *** */
.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-justify {
  text-align: justify; }

/* *** Title Style *** */
.uppercase > * {
  text-transform: uppercase; }

.stylized-title {
  position: relative;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .stylized-title:after, .stylized-title:before {
    content: '';
    display: block;
    height: 10px;
    width: 40px;
    background: #000;
    margin: 0 70px; }

.title-button {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "robotomedium", sans-serif;
  padding: 5px 10px;
  display: inline-block;
  background: #010101;
  color: #fff;
  margin-bottom: 5px;
  cursor: pointer; }
  .title-button:hover {
    background: #d0121e;
    color: #fff; }

.hide-paragraph {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .hide-paragraph.active {
    height: auto;
    opacity: 1; }

/* *** Before/After *** */
.before-angle {
  text-indent: -11px; }
  .before-angle:before {
    content: '\f101';
    font-family: 'Fontawesome';
    display: inline-block;
    margin-right: 6px;
    color: #010101;
    font-size: 24px;
    line-height: 16px;
    vertical-align: top;
    font-weight: 900; }

.long-arrow-after a:after {
  content: '\f178';
  font-family: 'Fontawesome';
  display: inline-block;
  margin-left: 6px;
  color: inherit;
  font-size: 20px;
  line-height: 13px;
  vertical-align: middle;
  font-weight: 900; }

/* *** Links *** */
.link-default {
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "robotobold", sans-serif; }

/* *** Lists *** */
.list {
  padding-left: 20px;
  margin: 20px 0; }
  .list.two-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .list.two-columns li {
      -ms-flex-preferred-size: 47%;
          flex-basis: 47%; }
  .list.dot-before li, .list.square-before li {
    padding-left: 18px;
    text-indent: -18px; }
    .list.dot-before li:before, .list.square-before li:before {
      content: '';
      width: 8px;
      height: 8px;
      display: inline-block;
      margin-right: 10px;
      background: #d0121e; }
  .list.dot-before li:before {
    border-radius: 4px; }
  .list.long-arrow-before li:before {
    content: '\f178';
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 10px;
    color: #010101; }
  .list li:not(:last-of-type) {
    margin-bottom: 10px; }

.list-ordered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  counter-reset: ordered;
  width: 100%; }
  .list-ordered li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 300px;
    margin: 0 20px;
    letter-spacing: 1px; }
    .list-ordered li:before {
      counter-increment: ordered;
      content: counter(ordered);
      width: 45px;
      height: 45px;
      border-radius: 30px;
      background: #d0121e;
      color: white;
      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;
      margin: 0 auto 20px;
      font-size: 1.5em; }

/* *** Blocks *** */
.box-caps {
  padding: 25px; }

/* Image */
.picto {
  display: inline-block;
  max-width: 80px;
  height: auto !important; }

.ctn-title-page {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.breadcrumb {
  letter-spacing: 2px;
  font-size: 0.85em;
  margin-top: 5px;
  color: #010101;
  font-family: "robotomedium", sans-serif; }
  .breadcrumb a {
    color: #d0121e; }
    .breadcrumb a:hover {
      color: #000; }

.content {
  margin: 80px auto; }

.ctn-relative {
  position: relative; }

.bg-primary {
  background: #010101;
  color: #fff; }
  .bg-primary .wp-block-button a {
    background: #fff;
    color: #d0121e; }

.bg-secondary {
  background: #d0121e;
  color: #fff; }
  .bg-secondary .wp-block-button a {
    background: #fff;
    color: #010101; }

.mw-750 {
  max-width: 750px; }
  .mw-750.align-right {
    margin: 0 0 0 auto; }
  .mw-750.align-left {
    margin: 0 auto 0 0; }
  .mw-750.align-center {
    margin: 0 auto 0; }

@supports (-ms-flow-from: thingy) {
  /* Edge only */
  .list-ordered {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

@media screen and (max-width: 768px) {
  .content {
    margin: 40px auto; }
  .focus {
    display: block; }
    .focus:before {
      display: block;
      margin: 0 0 15px; } }

@media screen and (max-width: 640px) {
  .list-ordered {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .list-ordered li {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      .list-ordered li:not(:last-of-type) {
        margin-bottom: 30px; } }

@media screen and (max-width: 480px) {
  h2, .inner-rassurance h2 {
    font-size: 1.5em !important; }
  .wrapper {
    width: 85%; }
  .before-angle {
    text-indent: 0; }
  .ctn-title-page {
    text-align: center;
    display: block; }
  .list.two-columns li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.header-container.is-sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 9000; }
  .header-container.is-sticky #navbar {
    display: none; }
  .header-container.is-sticky .logo {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    margin: 20px 0; }
  .header-container.is-sticky .ctn-menu {
    -ms-flex-preferred-size: calc(90% - 100px);
        flex-basis: calc(90% - 100px); }
  .header-container.is-sticky .header-stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-container.is-sticky .header-stacked .main-menu {
      margin-top: 0;
      border-top: none; }
    .header-container.is-sticky .header-stacked .ctn-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .header-container.is-sticky .header-modern {
    padding: 0; }
  .header-container.is-sticky .btn-responsive {
    -ms-flex-item-align: end;
        align-self: flex-end; }

.header-classic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .header-classic .ctn-menu {
    -ms-flex-preferred-size: calc(90% - 200px);
        flex-basis: calc(90% - 200px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .header-classic .ctn-menu nav {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .header-classic .col-1-items > li {
    -ms-flex-preferred-size: calc( 100% / 1);
        flex-basis: calc( 100% / 1);
    width: calc( 100% / 1); }
  .header-classic .col-2-items > li {
    -ms-flex-preferred-size: calc( 100% / 2);
        flex-basis: calc( 100% / 2);
    width: calc( 100% / 2); }
  .header-classic .col-3-items > li {
    -ms-flex-preferred-size: calc( 100% / 3);
        flex-basis: calc( 100% / 3);
    width: calc( 100% / 3); }
  .header-classic .col-4-items > li {
    -ms-flex-preferred-size: calc( 100% / 4);
        flex-basis: calc( 100% / 4);
    width: calc( 100% / 4); }
  .header-classic .col-5-items > li {
    -ms-flex-preferred-size: calc( 100% / 5);
        flex-basis: calc( 100% / 5);
    width: calc( 100% / 5); }
  .header-classic .col-6-items > li {
    -ms-flex-preferred-size: calc( 100% / 6);
        flex-basis: calc( 100% / 6);
    width: calc( 100% / 6); }
  .header-classic .col-7-items > li {
    -ms-flex-preferred-size: calc( 100% / 7);
        flex-basis: calc( 100% / 7);
    width: calc( 100% / 7); }
  .header-classic .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .header-classic .main-menu > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .header-classic .main-menu > li > a {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        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-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 5px;
        width: 100%;
        text-align: center; }
  .header-classic.sub-menu-worker {
    position: relative; }

.header-stacked .logo {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto; }

.header-stacked .col-1-items > li {
  -ms-flex-preferred-size: calc( 100% / 1);
      flex-basis: calc( 100% / 1);
  width: calc( 100% / 1); }

.header-stacked .col-2-items > li {
  -ms-flex-preferred-size: calc( 100% / 2);
      flex-basis: calc( 100% / 2);
  width: calc( 100% / 2); }

.header-stacked .col-3-items > li {
  -ms-flex-preferred-size: calc( 100% / 3);
      flex-basis: calc( 100% / 3);
  width: calc( 100% / 3); }

.header-stacked .col-4-items > li {
  -ms-flex-preferred-size: calc( 100% / 4);
      flex-basis: calc( 100% / 4);
  width: calc( 100% / 4); }

.header-stacked .col-5-items > li {
  -ms-flex-preferred-size: calc( 100% / 5);
      flex-basis: calc( 100% / 5);
  width: calc( 100% / 5); }

.header-stacked .col-6-items > li {
  -ms-flex-preferred-size: calc( 100% / 6);
      flex-basis: calc( 100% / 6);
  width: calc( 100% / 6); }

.header-stacked .col-7-items > li {
  -ms-flex-preferred-size: calc( 100% / 7);
      flex-basis: calc( 100% / 7);
  width: calc( 100% / 7); }

.header-stacked .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  border-top: 1px solid #000; }
  .header-stacked .main-menu > li {
    text-align: center; }
    .header-stacked .main-menu > li > a {
      display: block;
      padding: 30px 5px; }

.header-stacked.sub-menu-worker .main-menu {
  position: relative; }

.header-modern {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .header-modern .ctn-menu {
    -ms-flex-preferred-size: 45px;
        flex-basis: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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; }
  .header-modern .btn-responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.btn-responsive {
  text-align: right;
  border: none;
  background: transparent;
  width: 45px;
  height: 35px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  cursor: pointer; }
  .btn-responsive:hover span {
    background: #010101; }
  .btn-responsive:hover:before {
    color: #010101; }
  .btn-responsive:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 100%;
    top: 50%;
    content: 'MENU';
    font-family: "robotomedium", sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  .btn-responsive span {
    height: 6px;
    display: block;
    background: #000;
    border-radius: 50px;
    width: 45px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }

.logo {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  max-width: 200px;
  margin: 20px 0; }

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .main-menu > li > a {
    text-transform: uppercase;
    color: #000;
    font-family: "robotomedium", sans-serif;
    font-size: 1em; }
  .main-menu > li:hover a {
    background: #010101;
    color: #fff; }
  .main-menu .sub-menu {
    position: absolute;
    top: 100%;
    background: #010101; }
    .main-menu .sub-menu a {
      color: #fff;
      display: block; }
  .main-menu a {
    letter-spacing: 1px; }

.sub-menu-classic li {
  position: relative; }

.sub-menu-classic .main-menu > li:hover .sub-menu {
  display: block; }

.sub-menu-classic .sub-menu {
  left: 0;
  width: 100%;
  padding: 0 20px 40px;
  text-align: center;
  display: none;
  z-index: 7000; }
  .sub-menu-classic .sub-menu li:not(:last-of-type) a:after {
    content: '***';
    margin: 20px auto;
    display: block; }
  .sub-menu-classic .sub-menu a {
    font-size: 0.85em; }
  .sub-menu-classic .sub-menu .sub-menu {
    display: none !important; }

.sub-menu-stacked {
  position: relative; }
  .sub-menu-stacked .sub-menu {
    display: none;
    left: 0;
    right: 0;
    padding: 15px;
    -webkit-box-shadow: 2px 10px 8px -2px rgba(0, 0, 0, 0.3) inset;
            box-shadow: 2px 10px 8px -2px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
    .sub-menu-stacked .sub-menu a {
      font-family: "robotobold", sans-serif; }
      .sub-menu-stacked .sub-menu a:hover {
        color: #000; }
    .sub-menu-stacked .sub-menu .sub-menu {
      display: none !important; }
  .sub-menu-stacked .main-menu > li {
    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-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .sub-menu-stacked .main-menu > li > a {
      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-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .sub-menu-stacked .main-menu > li:hover .sub-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

.sub-menu-worker .main-menu .sub-menu {
  position: relative;
  top: 0; }
  .sub-menu-worker .main-menu .sub-menu li {
    text-align: left; }

.sub-menu-worker .main-menu > li:hover .ctn-submenu {
  display: block; }

.sub-menu-worker .col-sub-1 .sub-menu > li {
  -ms-flex-preferred-size: calc( 100% / 1);
      flex-basis: calc( 100% / 1);
  width: calc( 100% / 1); }

.sub-menu-worker .col-sub-2 .sub-menu > li {
  -ms-flex-preferred-size: calc( 100% / 2);
      flex-basis: calc( 100% / 2);
  width: calc( 100% / 2); }

.sub-menu-worker .col-sub-3 .sub-menu > li {
  -ms-flex-preferred-size: calc( 100% / 3);
      flex-basis: calc( 100% / 3);
  width: calc( 100% / 3); }

.sub-menu-worker .col-sub-4 .sub-menu > li {
  -ms-flex-preferred-size: calc( 100% / 4);
      flex-basis: calc( 100% / 4);
  width: calc( 100% / 4); }

.sub-menu-worker .col-sub-5 .sub-menu > li {
  -ms-flex-preferred-size: calc( 100% / 5);
      flex-basis: calc( 100% / 5);
  width: calc( 100% / 5); }

.sub-menu-worker .ctn-submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #010101;
  padding: 40px;
  z-index: 9000; }
  .sub-menu-worker .ctn-submenu .inner-ctn-submenu {
    max-width: 1000px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .sub-menu-worker .ctn-submenu .sub-menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-preferred-size: calc(95% - 300px);
        flex-basis: calc(95% - 300px); }
    .sub-menu-worker .ctn-submenu .sub-menu .sub-title-menu {
      margin-bottom: 15px;
      text-transform: uppercase;
      font-family: "robotobold", sans-serif;
      color: #fff;
      letter-spacing: 1px;
      font-size: 0.85em; }
      .sub-menu-worker .ctn-submenu .sub-menu .sub-title-menu:before {
        content: '\f101';
        font-family: 'FontAwesome';
        display: inline-block;
        vertical-align: middle;
        color: #000;
        font-size: 16px;
        margin-right: 10px;
        line-height: 9px;
        font-weight: 700; }
  .sub-menu-worker .ctn-submenu .sub-sub-menu {
    padding-left: 20px; }
    .sub-menu-worker .ctn-submenu .sub-sub-menu li {
      line-height: 1.2;
      padding-left: 18px;
      text-indent: -18px; }
      .sub-menu-worker .ctn-submenu .sub-sub-menu li:not(:last-of-type) {
        margin-bottom: 15px; }
      .sub-menu-worker .ctn-submenu .sub-sub-menu li a {
        font-family: "robotolight", sans-serif;
        font-size: 0.85em; }
        .sub-menu-worker .ctn-submenu .sub-sub-menu li a:before {
          content: '';
          display: inline-block;
          visibility: middle;
          width: 8px;
          height: 8px;
          background: #000;
          border-radius: 4px;
          margin-right: 10px; }
        .sub-menu-worker .ctn-submenu .sub-sub-menu li a:hover {
          color: #d0121e; }
  .sub-menu-worker .ctn-submenu .thumb-menu {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    padding: 10px;
    border: 1px solid #fff; }

.close-window {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 2em;
  color: #fff;
  cursor: pointer; }
  .close-window:hover {
    color: #000; }

#responsive-ctn:not(.stacked) {
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #010101;
  z-index: 9999;
  padding: 80px 0;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  #responsive-ctn:not(.stacked).active {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  #responsive-ctn:not(.stacked) .responsive-menu > ul > li {
    overflow: hidden; }
    #responsive-ctn:not(.stacked) .responsive-menu > ul > li:not(:last-of-type) {
      margin-bottom: 20px; }
    #responsive-ctn:not(.stacked) .responsive-menu > ul > li > a {
      font-size: 1.4em;
      text-transform: uppercase;
      font-family: "robotobold", sans-serif; }
    #responsive-ctn:not(.stacked) .responsive-menu > ul > li .sub-menu {
      height: 0;
      opacity: 0;
      -webkit-transition: all 300ms;
      transition: all 300ms;
      overflow: hidden; }
      #responsive-ctn:not(.stacked) .responsive-menu > ul > li .sub-menu:not(:last-of-type) {
        margin-bottom: 10px; }
      #responsive-ctn:not(.stacked) .responsive-menu > ul > li .sub-menu a {
        font-family: "robotolight", sans-serif; }
      #responsive-ctn:not(.stacked) .responsive-menu > ul > li .sub-menu.active {
        height: auto;
        opacity: 1; }
  #responsive-ctn:not(.stacked) a {
    color: #fff; }
    #responsive-ctn:not(.stacked) a:hover {
      color: #000; }

@media screen and (max-width: 1440px) {
  .header-classic .logo {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px; }
  .header-classic .ctn-menu {
    -ms-flex-preferred-size: calc(95% - 150px);
        flex-basis: calc(95% - 150px); } }

@media screen and (max-width: 1280px) {
  .main-menu {
    font-size: 0.9em; } }

@media screen and (max-width: 1024px) {
  .header-classic {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-classic .ctn-menu {
      -ms-flex-preferred-size: 45px;
          flex-basis: 45px; }
      .header-classic .ctn-menu nav {
        display: none; }
    .header-classic .btn-responsive {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .header-stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-stacked .logo {
      -ms-flex-preferred-size: 150px;
          flex-basis: 150px;
      margin-left: 0;
      margin-right: 0; }
    .header-stacked .ctn-menu {
      -ms-flex-preferred-size: 45px;
          flex-basis: 45px; }
      .header-stacked .ctn-menu nav {
        display: none; }
    .header-stacked .btn-responsive {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

#navbar {
  background: #010101;
  padding: 15px 0;
  position: relative; }
  #navbar.woo-commerce-enable {
    padding: 25px 0; }
  #navbar .list-social-network:last-of-type li {
    margin-left: 15px; }
    #navbar .list-social-network:last-of-type li:first-of-type {
      margin-left: 0; }
  #navbar .list-social-network:nth-of-type(3) li {
    margin: 0 7px; }
  #navbar .list-social-network a {
    color: #fff; }
    #navbar .list-social-network a:hover {
      color: #000; }

.widget {
  line-height: 1.2; }
  .widget a {
    color: #000;
    font-size: 0.85em; }
    .widget a:hover {
      color: #fff; }

.widgettitle {
  display: none; }

#navbar > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px; }
  #navbar > .wrapper .widget:not(:last-of-type) {
    margin-right: 20px; }
  #navbar > .wrapper .widget_nvg_btn_cart_widget {
    margin-left: 50px; }

.widget_search {
  background: rgba(255, 255, 255, 0.7);
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  padding: 0 5px;
  border-radius: 20px;
  height: 29px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .widget_search label {
    display: none; }
  .widget_search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .widget_search input[type=text] {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
    border: 0;
    background: transparent; }
  .widget_search button[type=submit] {
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
    border: none;
    background: transparent;
    font-size: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer; }
    .widget_search button[type=submit]:hover:before {
      color: #010101; }
    .widget_search button[type=submit]:before {
      content: '\f002';
      display: inline-block;
      font-family: 'FontAwesome';
      font-weight: 700;
      color: #000;
      font-size: 16px; }

.widget_phone_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 240px;
      flex-basis: 240px;
  color: #fff;
  font-size: 0.85em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "robotobold", sans-serif; }
  .widget_phone_widget:before {
    content: '\f095';
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: 700;
    color: #000;
    font-size: 16px;
    margin-right: 10px; }

.widget_contact_us_widget {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px; }

.widget_contact_us_widget a, .widget_nvg_btn_contact_widget a {
  font-family: "robotomedium", sans-serif; }
  .widget_contact_us_widget a:hover:before, .widget_nvg_btn_contact_widget a:hover:before {
    color: #d0121e; }
  .widget_contact_us_widget a:before, .widget_nvg_btn_contact_widget a:before {
    content: '\f0e0';
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    margin-right: 10px; }

.widget_nvg_btn_cart_widget {
  position: relative; }
  .widget_nvg_btn_cart_widget .btn-cart:before {
    content: '\f07a';
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: 700;
    color: #FFF;
    font-size: 16px;
    margin-right: 10px; }
  .widget_nvg_btn_cart_widget .cart-dot {
    top: 45%;
    left: 50%;
    position: absolute;
    font-size: 14px;
    margin-right: 10px;
    font-weight: 700;
    color: #fff;
    border-radius: 15px;
    background: #d0121e;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .widget_nvg_btn_cart_widget .cart-dot:hover {
      background: #fff;
      color: #d0121e; }

.widget_nvg_btn_account_widget {
  position: relative; }
  .widget_nvg_btn_account_widget .btn-account:hover:before {
    color: #d0121e; }
  .widget_nvg_btn_account_widget .btn-account:before {
    content: '\f007';
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: 700;
    color: #fff;
    font-size: 16px; }
  .widget_nvg_btn_account_widget .disconnect-dot {
    position: absolute;
    left: 50%;
    top: 45%; }
    .widget_nvg_btn_account_widget .disconnect-dot:hover:before {
      background: #fff;
      color: #d0121e; }
    .widget_nvg_btn_account_widget .disconnect-dot:before {
      content: '\f08b';
      display: inline-block;
      font-family: 'FontAwesome';
      font-weight: 700;
      color: #fff;
      font-size: 16px;
      border-radius: 15px;
      background: #d0121e;
      width: 25px;
      height: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 5px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }

.widget_nvg_btn_search_widget button {
  border: 0;
  background: transparent;
  cursor: pointer; }
  .widget_nvg_btn_search_widget button:hover {
    color: #fff; }
    .widget_nvg_btn_search_widget button:hover:before {
      color: #d0121e; }
  .widget_nvg_btn_search_widget button:before {
    content: '\f002';
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    margin-right: 10px; }

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: 0;
  position: relative;
  bottom: -2px; }

.widget_icl_lang_sel_widget ul {
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .widget_icl_lang_sel_widget ul li {
    position: relative; }
    .widget_icl_lang_sel_widget ul li:not(:last-of-type) {
      border-right: 1px solid #000; }

.widget_icl_lang_sel_widget .wpml-ls-link {
  padding: 0 10px;
  font-family: "robotomedium", sans-serif; }

.ctn-widget-searchform {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5000;
  margin: auto;
  text-align: center;
  max-width: 1600px;
  background: #d0121e;
  padding: 10px;
  -webkit-transform: translateX(-1500px);
  transform: translateX(-1500px);
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  opacity: 0; }
  .ctn-widget-searchform.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .ctn-widget-searchform form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .ctn-widget-searchform input[type=text] {
    -ms-flex-preferred-size: calc(100% - 50px);
        flex-basis: calc(100% - 50px);
    border: 0;
    background: transparent; }
  .ctn-widget-searchform button[type=submit] {
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
    border: none;
    background: transparent;
    font-size: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer; }
    .ctn-widget-searchform button[type=submit]:hover:before {
      color: #010101; }
    .ctn-widget-searchform button[type=submit]:before {
      content: '\f002';
      display: inline-block;
      font-family: 'FontAwesome';
      font-weight: 700;
      color: #000;
      font-size: 16px; }
  .ctn-widget-searchform label {
    display: none; }

.widget_nav_menu {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
  .widget_nav_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .widget_nav_menu ul li {
      margin: 0 20px; }
    .widget_nav_menu ul a {
      color: #fff; }
      .widget_nav_menu ul a:hover {
        color: #d0121e; }
  .widget_nav_menu:first-of-type {
    -ms-flex-preferred-size: calc(100% - 300px);
        flex-basis: calc(100% - 300px); }
    .widget_nav_menu:first-of-type ul li {
      margin-right: 40px;
      margin-left: 0; }
  .widget_nav_menu:last-of-type {
    -ms-flex-preferred-size: calc(100% - 175px);
        flex-basis: calc(100% - 175px); }
    .widget_nav_menu:last-of-type ul {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .widget_nav_menu:last-of-type ul li {
        margin-left: 40px;
        margin-right: 0; }

@media screen and (max-width: 1440px) {
  .widget_nav_menu:last-of-type {
    -ms-flex-preferred-size: calc(100% - 305px);
        flex-basis: calc(100% - 305px); }
    .widget_nav_menu:last-of-type ul li {
      margin-left: 20px; } }

@media screen and (max-width: 1280px) {
  .widget_phone_widget {
    display: none; }
  .widget_contact_us_widget {
    font-size: 0;
    -ms-flex-preferred-size: 40px;
        flex-basis: 40px; } }

@media screen and (max-width: 860px) {
  #navbar {
    display: none; } }

footer {
  background: #F7F7F7; }

.inner-footer {
  letter-spacing: 3px;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.abstract-footer-menu, .foot-classic-top .footer-menu, .foot-classic-top-no-logo .footer-menu, .foot-classic-bottom .footer-menu, .foot-classic-bottom-no-logo .footer-menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-transform: uppercase;
  font-family: "robotobold", sans-serif; }
  .abstract-footer-menu li:not(:first-of-type), .foot-classic-top .footer-menu li:not(:first-of-type), .foot-classic-top-no-logo .footer-menu li:not(:first-of-type), .foot-classic-bottom .footer-menu li:not(:first-of-type), .foot-classic-bottom-no-logo .footer-menu li:not(:first-of-type) {
    margin-left: 40px; }
  .abstract-footer-menu a, .foot-classic-top .footer-menu a, .foot-classic-top-no-logo .footer-menu a, .foot-classic-bottom .footer-menu a, .foot-classic-bottom-no-logo .footer-menu a {
    color: #010101; }
    .abstract-footer-menu a:hover, .foot-classic-top .footer-menu a:hover, .foot-classic-top-no-logo .footer-menu a:hover, .foot-classic-bottom .footer-menu a:hover, .foot-classic-bottom-no-logo .footer-menu a:hover {
      color: #d0121e; }
  .abstract-footer-menu .sub-menu, .foot-classic-top .footer-menu .sub-menu, .foot-classic-top-no-logo .footer-menu .sub-menu, .foot-classic-bottom .footer-menu .sub-menu, .foot-classic-bottom-no-logo .footer-menu .sub-menu {
    display: none; }

.abstract-long-border-top, .foot-classic-top .coord, .foot-classic-top-no-logo .coord, .foot-classic-bottom .footer-menu, .foot-classic-bottom-no-logo .footer-menu {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #000; }

.abstract-coord .coord, .foot-classic-bottom .coord, .foot-classic-bottom-no-logo .coord, .foot-classic-flex .coord, .foot-classic-flex-no-logo .coord {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-preferred-size: calc(95% - 200px);
      flex-basis: calc(95% - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .abstract-coord .coord a, .foot-classic-bottom .coord a, .foot-classic-bottom-no-logo .coord a, .foot-classic-flex .coord a, .foot-classic-flex-no-logo .coord a {
    color: #d0121e; }
    .abstract-coord .coord a:hover, .foot-classic-bottom .coord a:hover, .foot-classic-bottom-no-logo .coord a:hover, .foot-classic-flex .coord a:hover, .foot-classic-flex-no-logo .coord a:hover {
      color: #010101; }
  .abstract-coord .coord > div, .foot-classic-bottom .coord > div, .foot-classic-bottom-no-logo .coord > div, .foot-classic-flex .coord > div, .foot-classic-flex-no-logo .coord > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 400px;
    line-height: 2; }
    .abstract-coord .coord > div:not(:first-of-type), .foot-classic-bottom .coord > div:not(:first-of-type), .foot-classic-bottom-no-logo .coord > div:not(:first-of-type), .foot-classic-flex .coord > div:not(:first-of-type), .foot-classic-flex-no-logo .coord > div:not(:first-of-type) {
      margin-left: 5%; }
    .abstract-coord .coord > div:before, .foot-classic-bottom .coord > div:before, .foot-classic-bottom-no-logo .coord > div:before, .foot-classic-flex .coord > div:before, .foot-classic-flex-no-logo .coord > div:before {
      display: inline-block;
      font-family: 'FontAwesome';
      font-size: 46px;
      font-weight: 700;
      color: #d0121e;
      margin-right: 20px;
      line-height: 1; }
    .abstract-coord .coord > div.address-ctn:before, .foot-classic-bottom .coord > div.address-ctn:before, .foot-classic-bottom-no-logo .coord > div.address-ctn:before, .foot-classic-flex .coord > div.address-ctn:before, .foot-classic-flex-no-logo .coord > div.address-ctn:before {
      content: '\f041'; }
    .abstract-coord .coord > div.phones-ctn:before, .foot-classic-bottom .coord > div.phones-ctn:before, .foot-classic-bottom-no-logo .coord > div.phones-ctn:before, .foot-classic-flex .coord > div.phones-ctn:before, .foot-classic-flex-no-logo .coord > div.phones-ctn:before {
      content: '\f0e0'; }
    .abstract-coord .coord > div.schedules-ctn:before, .foot-classic-bottom .coord > div.schedules-ctn:before, .foot-classic-bottom-no-logo .coord > div.schedules-ctn:before, .foot-classic-flex .coord > div.schedules-ctn:before, .foot-classic-flex-no-logo .coord > div.schedules-ctn:before {
      content: '\f017'; }
  .abstract-coord .coord .name-company, .foot-classic-bottom .coord .name-company, .foot-classic-bottom-no-logo .coord .name-company, .foot-classic-flex .coord .name-company, .foot-classic-flex-no-logo .coord .name-company, .abstract-coord .coord .street, .foot-classic-bottom .coord .street, .foot-classic-bottom-no-logo .coord .street, .foot-classic-flex .coord .street, .foot-classic-flex-no-logo .coord .street, .abstract-coord .coord .street-2, .foot-classic-bottom .coord .street-2, .foot-classic-bottom-no-logo .coord .street-2, .foot-classic-flex .coord .street-2, .foot-classic-flex-no-logo .coord .street-2, .abstract-coord .coord .country, .foot-classic-bottom .coord .country, .foot-classic-bottom-no-logo .coord .country, .foot-classic-flex .coord .country, .foot-classic-flex-no-logo .coord .country, .abstract-coord .coord .phone, .foot-classic-bottom .coord .phone, .foot-classic-bottom-no-logo .coord .phone, .foot-classic-flex .coord .phone, .foot-classic-flex-no-logo .coord .phone, .abstract-coord .coord .contact-link-footer, .foot-classic-bottom .coord .contact-link-footer, .foot-classic-bottom-no-logo .coord .contact-link-footer, .foot-classic-flex .coord .contact-link-footer, .foot-classic-flex-no-logo .coord .contact-link-footer {
    display: block; }

.abstract-nl-flex .ctn-foot-nl, .foot-classic-top .ctn-foot-nl, .foot-classic-top-no-logo .ctn-foot-nl, .foot-classic-flex .ctn-foot-nl, .foot-classic-flex-no-logo.nl-enable .ctn-foot-nl {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid grey; }
  .abstract-nl-flex .ctn-foot-nl .mc4wp-form-fields > div, .foot-classic-top .ctn-foot-nl .mc4wp-form-fields > div, .foot-classic-top-no-logo .ctn-foot-nl .mc4wp-form-fields > div, .foot-classic-flex .ctn-foot-nl .mc4wp-form-fields > div, .foot-classic-flex-no-logo.nl-enable .ctn-foot-nl .mc4wp-form-fields > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.abstract-nl-flex .ctn-fields-nl, .foot-classic-top .ctn-fields-nl, .foot-classic-top-no-logo .ctn-fields-nl, .foot-classic-flex .ctn-fields-nl, .foot-classic-flex-no-logo.nl-enable .ctn-fields-nl {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  margin: 0 0 0 15px; }

.foot-classic-top .ctn-footer-menu, .foot-classic-top-no-logo .ctn-footer-menu {
  -ms-flex-preferred-size: calc(95% - 200px);
      flex-basis: calc(95% - 200px);
  -ms-flex-item-align: center;
      align-self: center; }

.foot-classic-top .coord, .foot-classic-top-no-logo .coord {
  position: relative;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .foot-classic-top .coord address, .foot-classic-top-no-logo .coord address {
    display: inline; }
  .foot-classic-top .coord .street:before, .foot-classic-top-no-logo .coord .street:before, .foot-classic-top .coord .street-2:before, .foot-classic-top-no-logo .coord .street-2:before, .foot-classic-top .coord .zipcode:before, .foot-classic-top-no-logo .coord .zipcode:before, .foot-classic-top .coord .country:before, .foot-classic-top-no-logo .coord .country:before {
    content: '-';
    margin: 0 5px; }
  .foot-classic-top .coord .city:after, .foot-classic-top-no-logo .coord .city:after, .foot-classic-top .coord .phone:after, .foot-classic-top-no-logo .coord .phone:after {
    content: '-';
    margin: 0 5px; }

.foot-classic-top .list-social-network, .foot-classic-top-no-logo .list-social-network {
  position: absolute;
  right: 0;
  top: 20px; }

.foot-classic-top .footer-menu, .foot-classic-top-no-logo .footer-menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.foot-classic-top-no-logo .ctn-footer-menu {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
  .foot-classic-top-no-logo .ctn-footer-menu .footer-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.foot-classic-top-no-logo .coord {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.foot-classic-bottom .logo-footer, .foot-classic-bottom-no-logo .logo-footer {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.foot-classic-bottom.nl-enable .coord, .nl-enable.foot-classic-bottom-no-logo .coord {
  -ms-flex-preferred-size: calc(65% - 200px);
      flex-basis: calc(65% - 200px);
  margin-left: 5%;
  margin-right: 5%;
  margin-justify-content: space-between; }
  .foot-classic-bottom.nl-enable .coord > div, .nl-enable.foot-classic-bottom-no-logo .coord > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }

.foot-classic-bottom.nl-enable .ctn-foot-nl, .nl-enable.foot-classic-bottom-no-logo .ctn-foot-nl {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }
  .foot-classic-bottom.nl-enable .ctn-foot-nl label, .nl-enable.foot-classic-bottom-no-logo .ctn-foot-nl label {
    display: block; }

.foot-classic-bottom .ctn-footer-menu, .foot-classic-bottom-no-logo .ctn-footer-menu {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.foot-classic-bottom .footer-menu, .foot-classic-bottom-no-logo .footer-menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .foot-classic-bottom .footer-menu li:not(:first-of-type), .foot-classic-bottom-no-logo .footer-menu li:not(:first-of-type) {
    margin-left: 80px; }

.foot-classic-bottom-no-logo .coord {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.foot-classic-bottom-no-logo.nl-enable .coord {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 0; }

.foot-classic-bottom-no-logo.nl-enable .ctn-foot-nl {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
  text-align: center;
  padding: 15px;
  background: #05A366;
  margin-bottom: 30px; }
  .foot-classic-bottom-no-logo.nl-enable .ctn-foot-nl form {
    max-width: 400px;
    margin: auto; }
    .foot-classic-bottom-no-logo.nl-enable .ctn-foot-nl form label {
      color: #fff; }

.foot-classic-flex .inner-footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.foot-classic-flex .ctn-footer-menu {
  -ms-flex-preferred-size: 280px;
      flex-basis: 280px;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-left: 40px;
  border-left: 1px solid #000; }

.foot-classic-flex .footer-menu {
  display: block;
  text-align: right; }
  .foot-classic-flex .footer-menu li:not(:last-of-type) {
    margin-bottom: 10px; }
  .foot-classic-flex .footer-menu a {
    color: #fff; }
    .foot-classic-flex .footer-menu a:hover {
      color: #010101; }
  .foot-classic-flex .footer-menu .sub-menu {
    display: none; }

.foot-classic-flex .coord {
  -ms-flex-preferred-size: calc(95% - (200px + 280px));
      flex-basis: calc(95% - (200px + 280px));
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  .foot-classic-flex .coord > div {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%; }

.foot-classic-flex-no-logo .inner-footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.foot-classic-flex-no-logo .coord {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%; }

.foot-classic-flex-no-logo .ctn-footer-menu {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%; }

.foot-classic-flex-no-logo .coord {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .foot-classic-flex-no-logo .coord > div {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.foot-classic-flex-no-logo .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .foot-classic-flex-no-logo .footer-menu > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 15px; }
    .foot-classic-flex-no-logo .footer-menu > li > a {
      text-transform: uppercase; }
    .foot-classic-flex-no-logo .footer-menu > li .sub-menu li:not(:last-of-type) {
      margin-bottom: 10px; }
    .foot-classic-flex-no-logo .footer-menu > li .sub-menu a {
      color: #000;
      font-size: 0.85em; }
      .foot-classic-flex-no-logo .footer-menu > li .sub-menu a:hover {
        color: #010101; }

.ctn-foot-nl label {
  color: #010101;
  font-family: "robotomedium", sans-serif; }

.ctn-fields-nl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
  padding: 5px 20px;
  margin-top: 10px;
  border-radius: 20px;
  background: #fbfbfb; }
  .ctn-fields-nl input, .ctn-fields-nl button[type=submit] {
    height: 30px;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: transparent;
    border: none; }
  .ctn-fields-nl input[type=email] {
    width: 100%; }
  .ctn-fields-nl button[type=submit] {
    -ms-flex-preferred-size: 30px;
        flex-basis: 30px;
    cursor: pointer; }
    .ctn-fields-nl button[type=submit]:hover:before {
      color: #d0121e; }
    .ctn-fields-nl button[type=submit]:before {
      content: '\f1d8';
      display: block;
      font-family: 'FontAwesome';
      font-size: 24px;
      color: #010101; }

.logo-footer {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px; }

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.coord {
  color: #000;
  font-size: 0.85em; }
  .coord .city {
    text-transform: uppercase; }

.contact-link-footer {
  font-family: "robotomedium", sans-serif; }
  .contact-link-footer:after {
    content: '>';
    margin-left: 10px; }
  .contact-link-footer:hover {
    color: #d0121e; }

.list-social-network {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .list-social-network li:not(:last-of-type) {
    margin-right: 10px; }
  .list-social-network a {
    color: #010101; }
    .list-social-network a:before {
      font-family: 'FontAwesome';
      font-size: 22px; }
    .list-social-network a:hover {
      color: #d0121e; }
  .list-social-network .facebook:before {
    content: '\f09a'; }
  .list-social-network .twitter:before {
    content: '\f099'; }
  .list-social-network .linkedin:before {
    content: '\f0e1'; }
  .list-social-network .pinterest:before {
    content: '\f231'; }
  .list-social-network .youtube:before {
    content: '\f16a'; }
  .list-social-network .viadeo:before {
    content: '\f2a9'; }
  .list-social-network .instagram:before {
    content: '\f16d'; }

.phones-ctn .list-social-network li:not(:last-of-type) {
  margin-right: 10px; }

@media screen and (max-width: 1280px) {
  .foot-classic-top .footer-menu li:not(:first-of-type), .foot-classic-top-no-logo .footer-menu li:not(:first-of-type) {
    margin-left: 20px; }
  .foot-classic-top .list-social-network, .foot-classic-top-no-logo .list-social-network {
    position: relative;
    top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .foot-classic-top .coord, .foot-classic-top-no-logo .coord, .foot-classic-top .address-ctn, .foot-classic-top-no-logo .address-ctn, .foot-classic-top .phones-ctn, .foot-classic-top-no-logo .phones-ctn {
    display: block;
    text-align: center; }
  .foot-classic-bottom.nl-enable .logo-footer, .nl-enable.foot-classic-bottom-no-logo .logo-footer {
    display: none; }
  .foot-classic-bottom.nl-enable .coord, .nl-enable.foot-classic-bottom-no-logo .coord {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    margin-left: 0;
    margin-right: 0; }
  .foot-classic-bottom.nl-enable .ctn-foot-nl, .nl-enable.foot-classic-bottom-no-logo .ctn-foot-nl {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%; }
  .foot-classic-bottom-no-logo.nl-enable .coord {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .foot-classic-bottom-no-logo.nl-enable .ctn-foot-nl {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .foot-classic-flex .logo-footer {
    display: none; }
  .foot-classic-flex .ctn-footer-menu {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px; }
  .foot-classic-flex .coord {
    -ms-flex-preferred-size: calc(95% - 200px);
        flex-basis: calc(95% - 200px); }
  .foot-wlogo.woo-comm-enable .logo-footer {
    display: none; }
  .foot-wlogo.woo-comm-enable .coord {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

@media screen and (max-width: 1024px) {
  .foot-classic-top .logo-footer, .foot-classic-top-no-logo .logo-footer {
    display: none; }
  .foot-classic-top .ctn-footer-menu, .foot-classic-top-no-logo .ctn-footer-menu {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .foot-classic-top .footer-menu, .foot-classic-top-no-logo .footer-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .foot-classic-top .footer-menu li, .foot-classic-top-no-logo .footer-menu li {
      text-align: center; }
      .foot-classic-top .footer-menu li:not(:first-of-type), .foot-classic-top-no-logo .footer-menu li:not(:first-of-type) {
        margin-left: 40px; }
  .foot-classic-top .coord, .foot-classic-top-no-logo .coord {
    display: block;
    text-align: center; }
    .foot-classic-top .coord span, .foot-classic-top-no-logo .coord span {
      display: block; }
    .foot-classic-top .coord .street:before, .foot-classic-top-no-logo .coord .street:before, .foot-classic-top .coord .street-2:before, .foot-classic-top-no-logo .coord .street-2:before, .foot-classic-top .coord .zipcode:before, .foot-classic-top-no-logo .coord .zipcode:before, .foot-classic-top .coord .country:before, .foot-classic-top-no-logo .coord .country:before, .foot-classic-top .coord .city:after, .foot-classic-top-no-logo .coord .city:after, .foot-classic-top .coord .phone:after, .foot-classic-top-no-logo .coord .phone:after {
      content: none; }
  .foot-classic-top .address-ctn, .foot-classic-top-no-logo .address-ctn {
    margin-bottom: 20px; }
  .foot-classic-bottom .logo-footer, .foot-classic-bottom-no-logo .logo-footer {
    display: none; }
  .foot-classic-bottom .coord, .foot-classic-bottom-no-logo .coord {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .foot-classic-flex-no-logo .ctn-footer-menu {
    display: none; }
  .foot-classic-flex-no-logo .coord {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .foot-classic-flex-no-logo .coord > div {
      display: block; }
      .foot-classic-flex-no-logo .coord > div:before {
        display: block;
        margin-bottom: 10px; } }

@media screen and (max-width: 860px) {
  .foot-classic-bottom .coord, .foot-classic-bottom-no-logo .coord {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .foot-classic-bottom .coord > div, .foot-classic-bottom-no-logo .coord > div {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: block; }
      .foot-classic-bottom .coord > div:before, .foot-classic-bottom-no-logo .coord > div:before {
        margin: 0 auto 10px; }
    .foot-classic-bottom .coord .phones-ctn, .foot-classic-bottom-no-logo .coord .phones-ctn, .foot-classic-bottom .coord .schedules-ctn, .foot-classic-bottom-no-logo .coord .schedules-ctn {
      margin-left: 0 !important;
      margin-top: 25px; }
  .foot-classic-bottom.nl-enable .coord, .nl-enable.foot-classic-bottom-no-logo .coord {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .foot-classic-bottom.nl-enable .coord > div, .nl-enable.foot-classic-bottom-no-logo .coord > div {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
  .foot-classic-bottom.nl-enable .ctn-foot-nl, .nl-enable.foot-classic-bottom-no-logo .ctn-foot-nl {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 350px;
    text-align: center;
    margin: 0 auto 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .foot-classic-bottom .list-social-network, .foot-classic-bottom-no-logo .list-social-network {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .foot-wlogo.woo-comm-enable .woocommerce-payment {
    margin-top: 25px;
    margin-left: 0 !important;
    max-width: 300px; } }

@media screen and (max-width: 768px) {
  .foot-classic-bottom .ctn-footer-menu, .foot-classic-bottom-no-logo .ctn-footer-menu {
    display: none; }
  .foot-classic-top .ctn-footer-menu, .foot-classic-top-no-logo .ctn-footer-menu {
    display: none; }
  .foot-classic-top .coord, .foot-classic-top-no-logo .coord {
    margin-top: 0;
    padding-top: 0;
    border-top: none; }
  .foot-classic-bottom-no-logo.nl-enable .ctn-foot-nl {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none; }
  .foot-classic-flex .ctn-footer-menu {
    display: none; }
  .foot-classic-flex .coord {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .foot-classic-flex .coord > div {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: block; }
      .foot-classic-flex .coord > div:before {
        margin: 0 auto 10px; }
    .foot-classic-flex .coord .phones-ctn, .foot-classic-flex .coord .schedules-ctn {
      margin-left: 0 !important;
      margin-top: 25px; }
  .foot-classic-flex .list-social-network {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media screen and (max-width: 640px) {
  .foot-classic-flex.nl-enable .mc4wp-form-fields > div, .foot-classic-flex-no-logo.nl-enable .mc4wp-form-fields > div, .foot-classic-top.nl-enable .mc4wp-form-fields > div, .nl-enable.foot-classic-top-no-logo .mc4wp-form-fields > div, .foot-classic-top-no-logo.nl-enable .mc4wp-form-fields > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .foot-classic-flex.nl-enable .ctn-fields-nl, .foot-classic-flex-no-logo.nl-enable .ctn-fields-nl, .foot-classic-top.nl-enable .ctn-fields-nl, .nl-enable.foot-classic-top-no-logo .ctn-fields-nl, .foot-classic-top-no-logo.nl-enable .ctn-fields-nl {
    max-width: 350px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 10px auto 0; }
  .foot-classic-flex-no-logo .coord {
    display: block; }
    .foot-classic-flex-no-logo .coord > div {
      width: 100%; }
      .foot-classic-flex-no-logo .coord > div:not(:last-of-type) {
        margin: 0 auto 20px; }
      .foot-classic-flex-no-logo .coord > div:last-of-type {
        margin: 0 auto; } }

.ctn-home-visual {
  position: relative; }

.ctn-img {
  background: #010101; }

.ctn-video {
  background: #010101;
  height: 600px;
  overflow: hidden;
  position: relative; }
  .ctn-video iframe {
    position: absolute;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    mix-blend-mode: luminosity; }
  .ctn-video .caption-title:after {
    margin: 30px auto; }
  .ctn-video .caption-text {
    font-family: "robotomedium", sans-serif; }

.ctn-slider {
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .ctn-slider .slide {
    background: #010101;
    display: inline-block;
    position: relative; }
    .ctn-slider .slide.slide-up-text .caption-slide {
      opacity: 0;
      -webkit-transform: translate3d(0, 120%, 0);
              transform: translate3d(0, 120%, 0);
      -webkit-transition: all 800ms ease-in-out 300ms;
      transition: all 800ms ease-in-out 300ms; }
    .ctn-slider .slide.slide-up-text.tns-slide-active .caption-slide {
      opacity: 1;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0); }
    .ctn-slider .slide.flipX.tns-slide-active {
      -webkit-backface-visibility: visible !important;
      backface-visibility: visible !important;
      -webkit-animation-name: flipInX;
      animation-name: flipInX;
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
    .ctn-slider .slide.flipY.tns-slide-active {
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: visible !important;
      backface-visibility: visible !important;
      -webkit-animation-name: flipInY;
      animation-name: flipInY; }
    .ctn-slider .slide.fade {
      opacity: 0; }
      .ctn-slider .slide.fade.tns-slide-active {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-delay: 450ms;
                animation-delay: 450ms; }
  .ctn-slider .caption-slide.caption-bg-black, .ctn-slider .caption-slide.caption-bg-white {
    padding: 30px;
    max-width: 900px; }
    .ctn-slider .caption-slide.caption-bg-black .caption-title, .ctn-slider .caption-slide.caption-bg-black .caption-text, .ctn-slider .caption-slide.caption-bg-white .caption-title, .ctn-slider .caption-slide.caption-bg-white .caption-text {
      text-shadow: none; }
    .ctn-slider .caption-slide.caption-bg-black .caption-link.btn-default, .ctn-slider .caption-slide.caption-bg-white .caption-link.btn-default {
      background: #d0121e;
      color: #fff; }
      .ctn-slider .caption-slide.caption-bg-black .caption-link.btn-default:hover, .ctn-slider .caption-slide.caption-bg-white .caption-link.btn-default:hover {
        background: #010101;
        color: #fff; }
  .ctn-slider .caption-slide.caption-bg-black {
    background: rgba(0, 0, 0, 0.5);
    color: #fff; }
    .ctn-slider .caption-slide.caption-bg-black .caption-title, .ctn-slider .caption-slide.caption-bg-black .caption-text {
      color: #fff; }
    .ctn-slider .caption-slide.caption-bg-black .caption-title:after {
      background: #fff; }
  .ctn-slider .caption-slide.caption-bg-white {
    background: rgba(255, 255, 255, 0.5);
    color: #000; }
    .ctn-slider .caption-slide.caption-bg-white .caption-title, .ctn-slider .caption-slide.caption-bg-white .caption-text {
      color: #000; }
    .ctn-slider .caption-slide.caption-bg-white .caption-title:after {
      background: #000; }
  .ctn-slider .caption-slide .caption-title:after {
    margin: 30px auto; }
  .ctn-slider .caption-text {
    font-family: "robotomedium", sans-serif; }
  .ctn-slider .tns-controls button {
    position: absolute;
    top: 50%;
    z-index: 500;
    font-size: 25px;
    background: #010101;
    border: none;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .ctn-slider .tns-controls button:before, .ctn-slider .tns-controls button:after {
      font-size: 50px;
      display: block;
      font-family: 'FontAwesome'; }
    .ctn-slider .tns-controls button[data-controls="prev"] {
      left: 20px; }
      .ctn-slider .tns-controls button[data-controls="prev"]:before {
        content: '\f104'; }
    .ctn-slider .tns-controls button[data-controls="next"] {
      right: 20px; }
      .ctn-slider .tns-controls button[data-controls="next"]:before {
        content: '\f105'; }
    .ctn-slider .tns-controls button:hover {
      background: #000; }
  .ctn-slider .tns-liveregion {
    display: none; }

.caption-video, .caption-image, .caption-slide {
  position: absolute;
  z-index: 5000;
  top: 50%;
  max-width: 700px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.caption-video, .caption-slide {
  right: 5%;
  left: 5%;
  margin: auto;
  text-align: center;
  width: 85%; }
  .caption-video .caption-text, .caption-video .caption-title, .caption-slide .caption-text, .caption-slide .caption-title {
    text-shadow: 1px 1px 0px #FFF; }
  .caption-video .caption-title, .caption-slide .caption-title {
    line-height: 1.2; }
  .caption-video .caption-text, .caption-slide .caption-text {
    font-size: 1.2em; }
  .caption-video .caption-link, .caption-slide .caption-link {
    background: #000;
    color: #fff; }
    .caption-video .caption-link:hover, .caption-slide .caption-link:hover {
      background: #d0121e;
      color: #fff; }

.caption-image {
  top: 50%;
  left: 10%;
  width: 50%; }
  .caption-image .caption-title {
    color: #010101; }

.caption-title {
  text-transform: uppercase;
  color: #000;
  font-size: 2.5em;
  letter-spacing: 4px;
  font-family: "robotobold", sans-serif; }
  .caption-title:after {
    content: '';
    display: block;
    height: 2px;
    background: #000;
    width: 70%;
    max-width: 200px;
    margin: 20px auto 40px 0; }

.caption-text {
  letter-spacing: 2px;
  line-height: 2; }

.caption-link {
  margin-top: 30px;
  text-transform: uppercase;
  letter-spacing: 2px; }

@media screen and (max-width: 1024px) {
  .caption-title {
    font-size: 2em; }
  .caption-text {
    line-height: 1.5; }
  .caption-link {
    margin-top: 15px; }
  .caption-image .caption-title:after {
    margin: 15px auto 25px 0; }
  .ctn-slider .tns-controls button {
    width: 40px;
    height: 40px; }
    .ctn-slider .tns-controls button:before, .ctn-slider .tns-controls button:after {
      font-size: 24px; } }

@media screen and (max-width: 860px) {
  .ctn-slider .tns-controls button {
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    bottom: 20px; } }

@media screen and (max-width: 640px) {
  .caption-image .caption-text, .caption-slide .caption-text {
    display: none; }
  .ctn-video {
    height: 450px; } }

@media screen and (max-width: 480px) {
  .caption-image {
    right: 10%;
    text-align: center;
    width: 80%; }
    .caption-image .caption-title:after {
      margin: 20px auto; }
  .ctn-video, .ctn-slider .tns-controls button {
    display: none; }
  .caption-image .caption-title, .caption-slide .caption-title {
    font-size: 1.5em; } }

.main-container {
  min-height: 500px; }

.home h1 {
  font-size: 2.5em; }

.page:not(.home) h2 {
  color: #d0121e; }

.ctn-rassurances {
  position: relative;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .ctn-rassurances.rassurance-type-2 {
    padding: 40px 0; }
    .ctn-rassurances.rassurance-type-2 .overlay-rassurances {
      display: none; }
    .ctn-rassurances.rassurance-type-2 .inner-rassurance {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      background: rgba(255, 255, 255, 0.780392);
      padding: 40px; }
    .ctn-rassurances.rassurance-type-2 h2 {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      color: #000;
      text-align: center;
      font-size: 2em;
      margin-bottom: 40px;
      letter-spacing: normal;
      font-family: "robotobold", sans-serif;
      letter-spacing: 3px; }
      .ctn-rassurances.rassurance-type-2 h2:before {
        content: none; }
    .ctn-rassurances.rassurance-type-2 .list-rassurances {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      margin: auto;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
    .ctn-rassurances.rassurance-type-2 .list-rassurances__item {
      height: auto;
      -ms-flex-preferred-size: 300px;
          flex-basis: 300px; }
      .ctn-rassurances.rassurance-type-2 .list-rassurances__item a {
        background: transparent;
        padding: 0; }
      .ctn-rassurances.rassurance-type-2 .list-rassurances__item .list-rassurances__title {
        color: #d0121e;
        margin-bottom: 10px; }
      .ctn-rassurances.rassurance-type-2 .list-rassurances__item .list-rassurances__read-more {
        color: #000;
        letter-spacing: 2px;
        font-family: "robotomedium", sans-serif; }

.overlay-rassurances {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222222;
  opacity: 0.7;
  z-index: 5; }

.inner-rassurance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .inner-rassurance h2 {
    -ms-flex-preferred-size: calc(95% - 1150px);
        flex-basis: calc(95% - 1150px);
    color: #fff;
    text-transform: uppercase;
    font-size: 3.6em;
    font-weight: 700;
    letter-spacing: 15px;
    line-height: 1.4; }
    .inner-rassurance h2:before {
      content: '';
      display: block;
      background: #010101;
      margin: 0 auto 40px 0;
      height: 5px;
      width: 40%;
      max-width: 100px; }
  .inner-rassurance .list-rassurances {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-preferred-size: 1150px;
        flex-basis: 1150px; }
  .inner-rassurance .list-rassurances__item {
    -ms-flex-preferred-size: 350px;
        flex-basis: 350px;
    height: 350px;
    text-align: center; }
    .inner-rassurance .list-rassurances__item a {
      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;
      height: 100%;
      background: #fff;
      padding: 30px; }
      .inner-rassurance .list-rassurances__item a:hover .list-rassurances__title, .inner-rassurance .list-rassurances__item a:hover .list-rassurances__excerpt {
        color: #010101; }
    .inner-rassurance .list-rassurances__item img {
      max-height: 100px;
      width: auto;
      margin-bottom: 40px; }
  .inner-rassurance .list-rassurances__title {
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
    font-weight: 700;
    max-width: 100%; }
  .inner-rassurance .list-rassurances__excerpt {
    letter-spacing: 2px;
    margin-top: 20px;
    line-height: 1.2;
    color: #000;
    max-width: 100%; }

/* *** News *** */
.blog .list-news {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 50px; }

.single-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.single-news__thumb {
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px; }

.single-news__text {
  -ms-flex-preferred-size: calc(95% - 400px);
      flex-basis: calc(95% - 400px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .single-news__text .btn_list-news {
    -ms-flex-item-align: end;
        align-self: flex-end; }

.gmap iframe {
  width: 100%; }

.list-btn-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
  .list-btn-tabs li {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px; }
    .list-btn-tabs li button {
      padding: 20px 0;
      border: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      -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;
      text-align: center;
      border-radius: 2px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 2px;
      background: #d0121e;
      cursor: pointer; }
      .list-btn-tabs li button:hover, .list-btn-tabs li button.active {
        background: #010101; }
      .list-btn-tabs li button .read-more {
        font-size: 12px;
        letter-spacing: 2px;
        display: block;
        margin: 5px 0 0;
        text-transform: none; }

.outer-tabs-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .outer-tabs-cols .list-btn-tabs {
    -ms-flex-preferred-size: 350px;
        flex-basis: 350px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .outer-tabs-cols .list-btn-tabs li {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      .outer-tabs-cols .list-btn-tabs li:not(:last-of-type) {
        margin-bottom: 20px; }
  .outer-tabs-cols .ctn-tabs {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-preferred-size: calc(95% - 650px);
        flex-basis: calc(95% - 650px); }
  .outer-tabs-cols .col-img-tabs {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .outer-tabs-cols .col-img-tabs figure {
      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-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .outer-tabs-cols .col-img-tabs img {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -o-object-fit: cover;
         object-fit: cover; }

.wp-block-columns .wp-block-column .list-btn-tabs {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px; }
  .wp-block-columns .wp-block-column .list-btn-tabs button {
    padding: 5px 0; }

.wp-block-columns .wp-block-column .ctn-tabs {
  -ms-flex-preferred-size: calc(95% - 150px);
      flex-basis: calc(95% - 150px); }

.picto-before-h3 h3:before {
  content: '';
  display: block;
  margin: 0 0 15px;
  background-image: url(sprite.png);
  height: 50px; }

.picto-before-h3 #quality h3:before {
  background-position: -120px 0;
  width: 50px; }

.picto-before-h3 #proximity h3:before {
  background-position: -186px 0;
  width: 45px; }

.picto-before-h3 #reactivity h3:before {
  background-position: -55px 0;
  width: 50px; }

.picto-before-h3 #advice h3:before {
  background-position: 0 0;
  width: 35px; }

.cap-spe {
  background: #d0121e;
  padding: 50px; }

.cap-spe .inner {
  border: 2px solid #FFF;
  padding: 25px;
  text-align: center;
  color: #FFF; }

.cap-spe .inner .bloc-list-product {
  margin: 0 5%; }

.cap-spe .inner h2 {
  margin: -45px auto 30px;
  background: #d0121e;
  width: 55%;
  color: #FFF; }

.cap-spe .inner .margin-50 {
  margin: 0 10% 35px; }

.cap-spe .inner .bloc-produit {
  background: #FFF;
  margin: 25px 5% 40px; }

.cap-spe .inner .bloc-produit .texte {
  padding: 15px;
  text-align: left;
  color: #000;
  font-size: 0.8em; }

.cap-spe .inner .bloc-produit .texte a {
  text-align: right; }

.cap-spe .inner .hidden {
  display: none; }

.cap-spe .inner .wp-block-button a {
  background: #FFF;
  color: #000;
  position: relative;
  top: 45px;
  border-left: 20px solid #d0121e;
  border-right: 20px solid #d0121e; }

.cap-spe .inner .wp-block-button a:hover {
  background: #000;
  color: #FFF; }

.border-form {
  border: 1px solid;
  padding: 25px 50px;
  width: 100%;
  margin: 25px 0; }

#cap-ecran {
  position: fixed;
  bottom: 50px;
  right: 0;
  background: #FFF;
  width: 15%;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 10;
  font-size: 12px;
  padding: 0 0 25px; }

#cap-ecran a, #cap-ecran p {
  display: block;
  margin: 25px 5% 0; }

#cap-ecran button {
  position: absolute;
  right: 0;
  top: 0;
  background: #000;
  color: #FFF;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 0;
  cursor: pointer; }

#cap-ecran button:hover {
  background: #d0121e; }

.breadcrumb {
  font-size: 1.1em; }

@media screen and (max-width: 1024px) {
  .cap-spe .inner .bloc-produit .wp-block-column, .cap-spe .inner .bloc-produit {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important; }
  #cap-ecran {
    width: 25%; } }

@media screen and (max-width: 824px) {
  #cap-ecran {
    display: none; } }

@media screen and (max-width: 1800px) {
  .inner-rassurance h2 {
    -ms-flex-preferred-size: calc(95% - 950px);
        flex-basis: calc(95% - 950px); }
  .inner-rassurance .list-rassurances {
    -ms-flex-preferred-size: 950px;
        flex-basis: 950px; }
  .inner-rassurance .list-rassurances__item {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    height: 300px; }
    .inner-rassurance .list-rassurances__item a {
      padding: 20px; } }

@media screen and (max-width: 1440px) {
  .inner-rassurance {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .inner-rassurance h2 {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin-bottom: 35px;
      text-align: center; }
      .inner-rassurance h2:before {
        margin-left: auto;
        margin-right: auto; }
    .inner-rassurance .list-rassurances {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin: auto; }
  .blog .list-news {
    grid-template-columns: 1fr 1fr 1fr; } }

@media screen and (max-width: 1280px) {
  .outer-tabs-cols .list-btn-tabs {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px; }
  .outer-tabs-cols .ctn-tabs {
    -ms-flex-preferred-size: calc(95% - 500px);
        flex-basis: calc(95% - 500px); } }

@media screen and (max-width: 1024px) {
  .outer-tabs-cols .col-img-tabs {
    display: none; }
  .outer-tabs-cols .ctn-tabs {
    -ms-flex-preferred-size: calc(95% - 300px);
        flex-basis: calc(95% - 300px); } }

@media screen and (max-width: 860px) {
  .outer-tabs-cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .outer-tabs-cols .col-img-tabs {
      display: none; }
    .outer-tabs-cols .list-btn-tabs {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin-bottom: 40px; }
    .outer-tabs-cols .ctn-tabs {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
  .wp-block-columns .wp-block-column .list-btn-tabs {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 40px; }
  .wp-block-columns .wp-block-column .ctn-tabs {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .inner-rassurance .list-rassurances {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .inner-rassurance .list-rassurances__item {
    margin: 20px; }
  .blog .list-news {
    grid-template-columns: 1fr 1fr; } }

@media screen and (max-width: 480px) {
  .blog .list-news {
    grid-template-columns: 1fr; } }

.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.champs {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
  margin-bottom: 10px; }
  .champs.full-width, .champs.check-rgpd {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .champs.check-rgpd .wpcf7-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .champs.check-rgpd input {
    -ms-flex-preferred-size: 15px;
        flex-basis: 15px;
    height: 15px; }
  .champs input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px; }
  .champs input, .champs label, .champs textarea {
    display: block;
    width: 100%; }
  .champs input, .champs textarea {
    background: #fbfbfb;
    border: none; }

.ctn-news {
  padding: 80px 0; }
  .ctn-news.block-news-type-1 {
    overflow: hidden; }
    .ctn-news.block-news-type-1 .tns-liveregion {
      display: none; }
    .ctn-news.block-news-type-1 .tns-inner {
      position: relative; }
      .ctn-news.block-news-type-1 .tns-inner:before, .ctn-news.block-news-type-1 .tns-inner:after {
        position: absolute;
        content: '';
        top: 0;
        width: 500px;
        bottom: 0;
        background: #fff;
        display: block;
        opacity: 0.8;
        z-index: 400; }
      .ctn-news.block-news-type-1 .tns-inner:before {
        right: 100%; }
      .ctn-news.block-news-type-1 .tns-inner:after {
        left: 100%; }
    .ctn-news.block-news-type-1 .ctn-news__title h2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      font-size: 2em; }
      .ctn-news.block-news-type-1 .ctn-news__title h2:after, .ctn-news.block-news-type-1 .ctn-news__title h2:before {
        content: '';
        display: block;
        height: 10px;
        width: 40px;
        background: #000;
        margin: 0 50px; }
    .ctn-news.block-news-type-1 .tns-outer {
      position: relative; }
    .ctn-news.block-news-type-1 .list-news li {
      display: inline-block; }
    .ctn-news.block-news-type-1 .list-news .tns-slide-active:first-child {
      opacity: 0.2; }
    .ctn-news.block-news-type-1 .tns-controls button {
      border: none;
      position: absolute;
      top: 140px;
      z-index: 500;
      background: transparent;
      padding: 0;
      color: #000;
      cursor: pointer; }
      .ctn-news.block-news-type-1 .tns-controls button:hover {
        color: #010101; }
      .ctn-news.block-news-type-1 .tns-controls button:before {
        font-family: FontAwesome;
        font-size: 60px;
        font-weight: 900; }
      .ctn-news.block-news-type-1 .tns-controls button[data-controls=prev] {
        left: 5%; }
        .ctn-news.block-news-type-1 .tns-controls button[data-controls=prev]:before {
          content: '\f104'; }
      .ctn-news.block-news-type-1 .tns-controls button[data-controls=next] {
        right: 5%; }
        .ctn-news.block-news-type-1 .tns-controls button[data-controls=next]:before {
          content: '\f105'; }

/****/
.ctn-news__title {
  text-align: center;
  margin-bottom: 40px; }
  .ctn-news__title h2 {
    text-transform: uppercase;
    letter-spacing: 6px;
    line-height: 1;
    margin-bottom: 10px;
    font-family: "robotobold", sans-serif; }
  .ctn-news__title a {
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 1px;
    font-family: "robotomedium", sans-serif; }
    .ctn-news__title a:hover {
      color: #d0121e; }

.block-news-type-2 .ctn-news__title h2 {
  font-size: 3em;
  line-height: 1.2; }
  .block-news-type-2 .ctn-news__title h2:before {
    content: '';
    display: block;
    height: 10px;
    width: 100px;
    background: #d0121e;
    margin: 0 auto 20px; }

.block-news-type-2 .ctn-news__title a {
  font-family: "robotobold", sans-serif; }
  .block-news-type-2 .ctn-news__title a:hover {
    color: #d0121e; }

/****/
.block-news-type-2-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .block-news-type-2-type .list-news__item {
    max-width: 480px;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .block-news-type-2-type .list-news__item .btn-default {
      -ms-flex-item-align: end;
          align-self: flex-end; }
  .block-news-type-2-type .list-news__title {
    font-size: 1.2em;
    margin: 30px 0; }
    .block-news-type-2-type .list-news__title a {
      color: #000; }
  .block-news-type-2-type .list-news__excerpt {
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 30px; }

.block-news-type-1-type .list-news__thumb {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden; }
  .block-news-type-1-type .list-news__thumb a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #010101;
    z-index: 5;
    opacity: 0.5;
    mix-blend-mode: screen;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 300ms;
    transition: all 300ms; }
  .block-news-type-1-type .list-news__thumb a:hover:after {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .block-news-type-1-type .list-news__thumb a:hover img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }

.block-news-type-1-type .list-news__title {
  text-transform: uppercase;
  font-family: "robotomedium", sans-serif;
  margin-bottom: 15px;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .block-news-type-1-type .list-news__title a {
    color: #000; }
    .block-news-type-1-type .list-news__title a:hover {
      color: #010101; }
  .block-news-type-1-type .list-news__title:after {
    content: '\f101';
    font-size: 30px;
    font-family: FontAwesome;
    color: #010101;
    font-weight: 900;
    line-height: 21px; }

.block-news-type-1-type .list-news__excerpt {
  letter-spacing: 2px;
  font-family: "robotolight", sans-serif;
  font-size: 0.8em;
  line-height: 1.8; }

@media screen and (min-width: 481px) and (max-width: 640px) {
  .block-news-type-2-type .list-news__title {
    font-size: 1em; }
  .block-news-type-2-type .list-news__excerpt {
    display: none; }
  .block-news-type-2-type .btn-default {
    font-size: 0.8em;
    padding: 7px 15px; } }

@media screen and (max-width: 480px) {
  .block-news-type-2-type {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .block-news-type-2-type .list-news__item {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      .block-news-type-2-type .list-news__item:not(:last-of-type) {
        margin-bottom: 30px; } }

@media screen and (max-width: 360px) {
  .ctn-news.block-news-type-1 .list-news__excerpt {
    display: none; } }

.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px; }
  .wp-block-columns.has-2-columns > .wp-block-column {
    -ms-flex-preferred-size: 47.5%;
        flex-basis: 47.5%; }
  .wp-block-columns.has-3-columns > .wp-block-column {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%; }
  .wp-block-columns.has-4-columns > .wp-block-column {
    -ms-flex-preferred-size: 23.5%;
        flex-basis: 23.5%; }
  .wp-block-columns.has-5-columns > .wp-block-column {
    -ms-flex-preferred-size: 18.5%;
        flex-basis: 18.5%; }
  .wp-block-columns.align-flex-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .wp-block-columns.align-flex-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .wp-block-columns.align-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }

.wp-block-column {
  position: relative; }
  .wp-block-column .wp-block-image figcaption {
    margin-top: 15px;
    font-style: italic; }
  .wp-block-column .wp-block-image:nth-of-type(2) {
    position: absolute;
    bottom: -40px;
    right: -50px;
    width: 300px;
    border: 15px solid #fff; }
  .wp-block-column:nth-of-type(2) .wp-block-image:nth-of-type(2) {
    right: auto;
    left: -40px; }
  .wp-block-column.frise-column .frise-text {
    padding-left: 150px;
    margin: 20px 0 40px;
    background: #e7e7e7;
    background: #fbfbfb;
    padding: 10px 10px 10px 150px; }
    .wp-block-column.frise-column .frise-text strong {
      text-transform: uppercase;
      margin-bottom: 10px;
      display: block; }
  .wp-block-column.frise-column .frise-button {
    width: 150px;
    text-align: center; }
  .wp-block-column.frise-column .ctn-frise:after {
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    bottom: -30px;
    left: 75px;
    width: 1px;
    background: #000;
    z-index: -1; }

.wp-block-media-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

.wp-block-media-text__content {
  padding: 5%; }

.wp-block-media-text__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .wp-block-media-text__media img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -o-object-fit: cover;
       object-fit: cover; }

.wp-block-quote {
  font-family: "robotobold", sans-serif;
  font-size: 1.25em;
  letter-spacing: 2px;
  position: relative;
  padding: 10px 50px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }
  .wp-block-quote.is-style-large {
    padding: 30px 80px;
    max-width: 1200px;
    font-size: 2em; }
    .wp-block-quote.is-style-large:before, .wp-block-quote.is-style-large:after {
      font-size: 55px;
      line-height: 48px; }
    .wp-block-quote.is-style-large cite {
      margin-top: 15px; }
  .wp-block-quote:before, .wp-block-quote:after {
    display: block;
    font-family: 'FontAwesome';
    color: #010101;
    font-size: 36px;
    position: absolute;
    line-height: 30px; }
  .wp-block-quote:before {
    top: 0;
    left: 0;
    content: '\f10d'; }
  .wp-block-quote:after {
    bottom: 0;
    right: 0;
    content: '\f10e'; }
  .wp-block-quote cite {
    font-style: italic;
    font-family: "robotolight", sans-serif;
    color: #000;
    font-size: 0.85em;
    display: block;
    margin-top: 5px; }
    .wp-block-quote cite:before, .wp-block-quote cite:after {
      display: inline-block;
      content: '-';
      color: inherit; }
    .wp-block-quote cite:before {
      margin-right: 10px; }
    .wp-block-quote cite:after {
      margin-left: 10px; }

.wp-block-cover {
  padding: 40px;
  min-height: 350px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  background-size: cover; }
  .wp-block-cover.has-background-dim.has-very-dark-gray-background-color {
    background-color: #000; }
    .wp-block-cover.has-background-dim.has-very-dark-gray-background-color h2 {
      color: #fff; }
  .wp-block-cover.has-background-dim.has-very-light-gray-background-color {
    background-color: #fbfbfb; }
    .wp-block-cover.has-background-dim.has-very-light-gray-background-color h2 {
      color: #000; }
  .wp-block-cover.has-background-dim.has-very-light-gray-background-color {
    background-color: #fbfbfb; }
    .wp-block-cover.has-background-dim.has-very-light-gray-background-color h2 {
      color: #000; }
  .wp-block-cover.has-background-dim:before {
    background-color: inherit;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  .wp-block-cover.has-background-dim.has-background-dim-10:before {
    opacity: 0.1; }
  .wp-block-cover.has-background-dim.has-background-dim-20:before {
    opacity: 0.2; }
  .wp-block-cover.has-background-dim.has-background-dim-30:before {
    opacity: 0.3; }
  .wp-block-cover.has-background-dim.has-background-dim-40:before {
    opacity: 0.4; }
  .wp-block-cover.has-background-dim.has-background-dim-50:before {
    opacity: 0.5; }
  .wp-block-cover.has-background-dim.has-background-dim-60:before {
    opacity: 0.6; }
  .wp-block-cover.has-background-dim.has-background-dim-70:before {
    opacity: 0.7; }
  .wp-block-cover.has-background-dim.has-background-dim-80:before {
    opacity: 0.8; }
  .wp-block-cover.has-background-dim.has-background-dim-90:before {
    opacity: 0.9; }
  .wp-block-cover.has-background-dim.has-background-dim-100:before {
    opacity: 1; }
  .wp-block-cover.has-background-dim .wp-block-cover-text, .wp-block-cover.has-background-dim .wp-block-cover__inner-container {
    color: #fff;
    position: relative;
    z-index: 50;
    font-size: 1.4em;
    letter-spacing: 2px;
    max-width: 800px; }

@media screen and (max-width: 1280px) {
  .wp-block-columns {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .wp-block-columns .wp-block-column {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .wp-block-columns .wp-block-column :not(.wp-block-gallery) figure {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .wp-block-columns .wp-block-column :not(.wp-block-gallery) figure img {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          -o-object-fit: cover;
             object-fit: cover; }
    .wp-block-columns.has-5-columns {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .wp-block-columns.has-5-columns > .wp-block-column {
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%; }
        .wp-block-columns.has-5-columns > .wp-block-column:nth-of-type(n+4) {
          -ms-flex-preferred-size: 47.5%;
              flex-basis: 47.5%;
          margin-top: 30px; } }

@media screen and (max-width: 1024px) {
  .wp-block-media-text {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .wp-block-columns.has-4-columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .wp-block-columns.has-4-columns > .wp-block-column {
      -ms-flex-preferred-size: 47.5%;
          flex-basis: 47.5%; }
      .wp-block-columns.has-4-columns > .wp-block-column:nth-of-type(n+3) {
        margin-top: 30px; }
  .wp-block-columns.has-5-columns > .wp-block-column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .wp-block-columns.has-5-columns > .wp-block-column:nth-of-type(n+2) {
      -ms-flex-preferred-size: 47.5%;
          flex-basis: 47.5%;
      margin-top: 30px; } }

@media screen and (max-width: 860px) {
  .wp-block-columns {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
    .wp-block-columns.has-2-columns .wp-block-column, .wp-block-columns.has-3-columns .wp-block-column {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    .wp-block-columns .wp-block-column {
      display: block; }
      .wp-block-columns .wp-block-column:not(:first-of-type) {
        margin-top: 40px; }
      .wp-block-columns .wp-block-column figure {
        height: 400px; }
        .wp-block-columns .wp-block-column figure img {
          height: 100%; }
      .wp-block-columns .wp-block-column.frise-column .frise-text {
        padding: 10px; }
      .wp-block-columns .wp-block-column .wp-block-image:nth-of-type(2) {
        position: absolute;
        bottom: -40px;
        right: 40px;
        width: 180px;
        height: 180;
        border: 15px solid #fff; }
      .wp-block-columns .wp-block-column:nth-of-type(2) .wp-block-image:nth-of-type(2) {
        left: 40px; }
    .wp-block-columns.has-4-columns > .wp-block-column:nth-of-type(2) {
      margin-top: 0; }
	.single-realisations .wp-block-columns {
		margin: 30px auto !important;
		display: block;
	}
	.single-realisations .wp-block-columns .wp-block-column figure{
		height: auto;
	}
	.single-realisations .wp-block-columns > .wp-block-column:first-of-type{
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 640px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 1fr; }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media, .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      height: 300px; }
      .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media img, .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media img {
        height: auto; }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content, .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      padding: 0;
      margin-top: 30px; }
  .wp-block-columns.has-4-columns > .wp-block-column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .wp-block-columns.has-4-columns > .wp-block-column:nth-of-type(n+2) {
      margin-top: 30px; }
  .wp-block-columns.has-5-columns > .wp-block-column:nth-of-type(n+1) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } 
	.col_dynamique2 img{width:100% !important;}}

@media screen and (max-width: 480px) {
  .wp-block-quote.is-style-large {
    padding: 15px 35px;
    font-size: 1.5em; }
    .wp-block-quote.is-style-large:before, .wp-block-quote.is-style-large:after {
      font-size: 36px;
      line-height: 30px; }
  .wp-block-column .wp-block-image:nth-of-type(2) {
    display: none; }
  .wp-block-cover {
    padding: 20px; } }

.ctn-terms-type-1 {
  margin: 100px 0;
  position: relative; }
  .ctn-terms-type-1 .ctn-terms__item__inner {
    position: relative; }
  .ctn-terms-type-1 .ctn-title-terms {
    margin-bottom: 30px; }
    .ctn-terms-type-1 .ctn-title-terms h2 {
      font-size: 2.5em;
      margin-bottom: 20px; }
  .ctn-terms-type-1 .ctn-terms__item {
    position: relative;
    opacity: 0;
    -webkit-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out;
    -webkit-transform: translate(200px, 0);
            transform: translate(200px, 0); }
    .ctn-terms-type-1 .ctn-terms__item.visible {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 1; }
    .ctn-terms-type-1 .ctn-terms__item:hover .ctn-terms__item__thumb {
      opacity: 0.7; }
    .ctn-terms-type-1 .ctn-terms__item.tns-slide-active:nth-of-type(1) {
      -webkit-transition-delay: calc(100ms * 1);
              transition-delay: calc(100ms * 1); }
    .ctn-terms-type-1 .ctn-terms__item.tns-slide-active:nth-of-type(2) {
      -webkit-transition-delay: calc(100ms * 2);
              transition-delay: calc(100ms * 2); }
    .ctn-terms-type-1 .ctn-terms__item.tns-slide-active:nth-of-type(3) {
      -webkit-transition-delay: calc(100ms * 3);
              transition-delay: calc(100ms * 3); }
    .ctn-terms-type-1 .ctn-terms__item.tns-slide-active:nth-of-type(4) {
      -webkit-transition-delay: calc(100ms * 4);
              transition-delay: calc(100ms * 4); }
    .ctn-terms-type-1 .ctn-terms__item.tns-slide-active:nth-of-type(5) {
      -webkit-transition-delay: calc(100ms * 5);
              transition-delay: calc(100ms * 5); }
    .ctn-terms-type-1 .ctn-terms__item.tns-slide-active:nth-of-type(6) {
      -webkit-transition-delay: calc(100ms * 6);
              transition-delay: calc(100ms * 6); }
    .ctn-terms-type-1 .ctn-terms__item.tns-slide-active:nth-of-type(7) {
      -webkit-transition-delay: calc(100ms * 7);
              transition-delay: calc(100ms * 7); }
    .ctn-terms-type-1 .ctn-terms__item.tns-slide-active:nth-of-type(8) {
      -webkit-transition-delay: calc(100ms * 8);
              transition-delay: calc(100ms * 8); }
  .ctn-terms-type-1 a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 5; }
  .ctn-terms-type-1 .tns-controls button {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    background: transparent;
    border: none;
    color: #d0121e;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .ctn-terms-type-1 .tns-controls button:before {
      display: inline-block;
      font-family: 'FontAwesome';
      font-size: 48px;
      font-weight: 700;
      line-height: 1; }
    .ctn-terms-type-1 .tns-controls button[data-controls="prev"] {
      left: -60px; }
      .ctn-terms-type-1 .tns-controls button[data-controls="prev"]:before {
        content: '\f104'; }
    .ctn-terms-type-1 .tns-controls button[data-controls="next"] {
      right: -60px; }
      .ctn-terms-type-1 .tns-controls button[data-controls="next"]:before {
        content: '\f105'; }
  .ctn-terms-type-1 .tns-outer {
    position: relative; }
  .ctn-terms-type-1 .ctn-terms__item__text {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff; }
    .ctn-terms-type-1 .ctn-terms__item__text .btn-default {
      -ms-flex-item-align: end;
          align-self: flex-end;
      text-transform: uppercase;
      font-family: "robotomedium", sans-serif;
      letter-spacing: 3px; }
  .ctn-terms-type-1 .ctn-terms__item__title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2em;
    letter-spacing: 4px;
    margin-bottom: 60px; }
  .ctn-terms-type-1 .ctn-terms__item__desc {
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 1.2em;
    margin-bottom: 30px;
    line-height: 2; }
  .ctn-terms-type-1 .ctn-terms__item__thumb {
    background: #010101; }
    .ctn-terms-type-1 .ctn-terms__item__thumb img {
      opacity: 0.4; }

.head-term-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.head-term-product__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10%; }

.head-term-product__desc {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  margin-top: 25px;
  letter-spacing: 2px;
  color: #000;
  line-height: 2; }
  .head-term-product__desc h2 {
    margin: 20px 0 5px;
    font-size: 1.4em; }
  .head-term-product__desc .btn-default {
    float: right;
    margin: 10px 0 0px; }
  .head-term-product__desc .head-term-product__desc__link-terms:not(:last-of-type):after {
    content: ' / ';
    display: inline-block;
    margin: 0 8px; }
  .head-term-product__desc .head-term-product__desc__link-terms:last-of-type:after {
    content: '.'; }

.head-term-product__thumb {
  max-width: 500px;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 20px; }
  .head-term-product__thumb img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px; }
  .head-term-product__thumb:after, .head-term-product__thumb:before {
    position: absolute;
    height: 0;
    width: 0;
    content: '';
    display: block;
    width: 50px;
    height: 50px; }
  .head-term-product__thumb:before {
    top: 0;
    left: 0;
    border-top: 5px solid #d0121e;
    border-left: 5px solid #d0121e; }
  .head-term-product__thumb:after {
    bottom: 0;
    right: 0;
    border-bottom: 5px solid #d0121e;
    border-right: 5px solid #d0121e; }

.hide-desc {
  overflow: hidden;
  display: none; }
  .hide-desc.active {
    display: inline; }

.short-desc.active:after {
  content: none; }

.short-desc:after {
  content: '...';
  display: inline !important;
  font-size: inherit; }

.head-term-product__desc button {
  margin-top: 30px;
  float: right; }

.head-term__see-also {
  text-align: right;
  margin-top: 50px;
  max-width: 800px;
  margin-right: 0;
  margin-left: auto; }

.term-mid-block {
  position: relative;
  margin: 80px auto;
  padding: 80px 0; }
  .term-mid-block .btn-default {
    font-size: 1.2em; }

.term-mid-block__text {
  background: #fff;
  padding: 40px 80px;
  text-align: center;
  line-height: 2; }
  .term-mid-block__text h2 {
    color: #d0121e;
    margin-bottom: 40px;
    font-size: 1.7em;
    letter-spacing: normal; }
  .term-mid-block__text h3 {
    text-transform: none;
    letter-spacing: normal; }
    .term-mid-block__text h3:before {
      content: '';
      display: block;
      height: 2px;
      background: #000;
      margin: 40px auto 20px;
      width: 80%;
      max-width: 210px; }
  .term-mid-block__text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px; }
    .term-mid-block__text ul li {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      max-width: 600px;
      margin: 0 25px; }
    .term-mid-block__text ul img {
      display: inline-block;
      max-height: 140px;
      width: auto; }
    .term-mid-block__text ul strong {
      display: block; }

.term-mid-block__thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  background-position: center center;
  background-size: cover; }

.term-mid-block__link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 300px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%); }

.major-products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 40px auto 80px; }
  .major-products__list .woocommerce-loop-product__bottom .woocommerce-loop-product__bottom__price {
    font-size: 1.3em !important; }
  .major-products__list li:not(:last-child) {
    border-right: 1px solid;
    border-color: #bfbfbf; }

.major-products__title {
  text-align: center;
  color: #d0121e; }
  .major-products__title:after {
    content: '';
    display: block;
    margin: 20px auto 80px;
    height: 1px;
    background: #010101;
    width: 70%;
    max-width: 300px; }

.major-products__list__more-link {
  margin: auto;
  max-width: 300px;
  display: block;
  background: #010101;
  color: #fff; }
  .major-products__list__more-link:hover {
    background: #d0121e;
    color: #fff; }

#achievements {
  opacity: 0;
  height: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  #achievements.active {
    height: auto;
    opacity: 1;
    margin-bottom: 80px; }
  #achievements .gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px; }
    #achievements .gallery .gallery-item {
      margin: 0;
      width: 100%; }
      #achievements .gallery .gallery-item a {
        height: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        #achievements .gallery .gallery-item a img {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          -o-object-fit: cover;
             object-fit: cover;
          border: none !important;
          height: 100%;
          max-height: 100%; }
    #achievements .gallery br {
      display: none; }

.title_term_list {
  text-align: center;
  color: #d0121e;
  margin-bottom: 80px; }

.products .woocommerce-loop-product__bottom .woocommerce-loop-product__bottom__price, .major-products__list .woocommerce-loop-product__bottom .woocommerce-loop-product__bottom__price, .woocommerce-product__price, .woocommerce-variation-price {
  font-size: 2em;
  color: #d0121e;
  letter-spacing: 1px;
  font-family: "robotobold", sans-serif; }
  .products .woocommerce-loop-product__bottom .woocommerce-loop-product__bottom__price .ttc-price, .major-products__list .woocommerce-loop-product__bottom .woocommerce-loop-product__bottom__price .ttc-price, .woocommerce-product__price .ttc-price, .woocommerce-variation-price .ttc-price {
    font-size: 0.7em;
    color: grey;
    margin: 0 5px; }

.products:before, .major-products__list:before {
  display: none !important; }

.products.columns-3, .columns-3.major-products__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; }
  .products.columns-3 .product:not(:nth-of-type(3n)), .columns-3.major-products__list .product:not(:nth-of-type(3n)) {
    border-right: 1px solid;
    border-color: #bfbfbf; }
  .products.columns-3 .product:nth-of-type(n+4), .columns-3.major-products__list .product:nth-of-type(n+4) {
    border-top: 1px solid;
    border-color: #bfbfbf; }

.products.columns-5, .columns-5.major-products__list {
  display: grid;
  grid-template-columns: repeat(5, 20%); }
  .products.columns-5 .woocommerce-loop-product__bottom__price, .columns-5.major-products__list .woocommerce-loop-product__bottom__price {
    font-size: 1.3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .products.columns-5 .woocommerce-loop-product__bottom__price .btn-default, .columns-5.major-products__list .woocommerce-loop-product__bottom__price .btn-default {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin-top: 10px;
      max-width: 190px; }
  .products.columns-5 .product:not(:nth-of-type(5n)), .columns-5.major-products__list .product:not(:nth-of-type(5n)) {
    border-right: 1px solid;
    border-color: #bfbfbf; }
  .products.columns-5 .product:nth-of-type(n+6), .columns-5.major-products__list .product:nth-of-type(n+6) {
    border-top: 1px solid;
    border-color: #bfbfbf; }

.products .product, .major-products__list .product {
  margin: 0 !important;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px !important; }

.products.related, .related.major-products__list {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  grid-template-columns: minmax(100px, 400px) minmax(100px, 400px) minmax(100px, 400px); }
  .products.related .product:not(:nth-of-type(3n)), .related.major-products__list .product:not(:nth-of-type(3n)) {
    border-right: none; }

.products .product-list__item__thumb, .major-products__list .product-list__item__thumb {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 20px; }

.products .product-list__item__title .woocommerce-loop-product__title, .major-products__list .product-list__item__title .woocommerce-loop-product__title {
  font-size: 1.1em !important;
  letter-spacing: 1px; }
  .products .product-list__item__title .woocommerce-loop-product__title a, .major-products__list .product-list__item__title .woocommerce-loop-product__title a {
    color: #000; }
    .products .product-list__item__title .woocommerce-loop-product__title a:hover, .major-products__list .product-list__item__title .woocommerce-loop-product__title a:hover {
      color: #d0121e; }

.products .product-list__item__title .woocommerce-loop-product__excerpt, .major-products__list .product-list__item__title .woocommerce-loop-product__excerpt {
  font-size: 0.9em;
  letter-spacing: 1px;
  font-family: "robotolight", sans-serif; }

.products .woocommerce-loop-product__bottom, .major-products__list .woocommerce-loop-product__bottom {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px; }

.woocommerce-page .ctn-rassurances {
  background: none !important;
  padding: 0;
  margin: 80px auto 0; }
  .woocommerce-page .ctn-rassurances .inner-rassurance {
    border-top: 1px solid #bfbfbf; }

.woocommerce-product__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.woocommerce-product__text {
  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-pack: flex;
      -ms-flex-pack: flex;
          justify-content: flex;
  padding: 80px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
  .woocommerce-product__text .breadcrumb {
    margin-bottom: 30px; }

.woocommerce-product__title {
  font-size: 2.5em;
  margin-bottom: 30px; }

.woocommerce-product__sku {
  text-transform: uppercase;
  font-family: "robotobold", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 30px; }
  .woocommerce-product__sku .woocommerce-product__sku__value {
    color: #d0121e; }

.woocommerce-product__block-price {
  margin-bottom: 30px; }
  .woocommerce-product__block-price .ttc-price {
    margin: 0 15px; }

.woocommerce-product__price, .woocommerce-variation-price {
  font-size: 2.5em; }

.woocommerce-product__become-reseller {
  font-family: "robotoblack", sans-serif; }
  .woocommerce-product__become-reseller:hover {
    color: #010101; }

.woocommerce-product-details__short-description {
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 30px; }
  .woocommerce-product-details__short-description p:not(:last-of-type) {
    margin-bottom: 10px; }

.woocommerce-product-details__long-description {
  letter-spacing: normal;
  margin-bottom: 30px;
  line-height: 1.4;
  letter-spacing: 2px; }
  .woocommerce-product-details__long-description p:not(:last-of-type) {
    margin-bottom: 5px; }

.woocommerce-product__thumb {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px; }
  .woocommerce-product__thumb img {
    max-width: 650px; }

.woocommerce-product__cart__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px !important;
  background: #fff;
  padding: 7px 10px;
  font-size: 14px;
  color: #000;
  border: 1px solid #000;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.woocommerce-product__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%; }

.woocommerce-product__cart__label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "robotomedium", sans-serif; }

.woocommerce-product__cart__input {
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  border: none;
  background: transparent; }

.woocommerce-product__cart__button {
  background: #010101;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px; }
  .woocommerce-product__cart__button:hover {
    background: #d0121e; }

.coupon input {
  min-width: 110px;
  height: 35px;
  display: block; }

.woocommerce .product .out-of-stock {
  color: #010101 !important; }

#filter-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F4F4F4;
  padding: 30px;
  margin-bottom: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #filter-sidebar li:not(:last-of-type) {
    margin-bottom: 5px; }
  #filter-sidebar > div {
    -ms-flex-preferred-size: 260px;
        flex-basis: 260px;
    letter-spacing: 1px;
    padding: 25px;
    font-family: "robotoregular", sans-serif;
    max-width: 340px; }
    #filter-sidebar > div.yith-woo-ajax-reset-navigation {
      max-width: 180px; }
    #filter-sidebar > div.yith-woo-ajax-reset-navigation .widgettitle {
      display: none; }
    #filter-sidebar > div.yith-woo-ajax-reset-navigation a {
      background: #d0121e;
      color: #fff;
      font-weight: 300; }
  #filter-sidebar .widgettitle {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 15px; }
  #filter-sidebar a:hover {
    color: #d0121e; }
  #filter-sidebar a.active:before {
    color: #d0121e; }
  #filter-sidebar .yith-wcan-label a:hover, #filter-sidebar .yith-wcan-label .chosen a {
    background: #d0121e;
    border-color: #d0121e;
    color: #FFF; }

.woocommerce .cart-collaterals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .woocommerce .cart-collaterals h2 {
    margin-bottom: 30px; }
  .woocommerce .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .cart_totals {
    float: none;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin-top: 40px; }
  .woocommerce .cart-collaterals .cross-sells .products, .woocommerce .cart-collaterals .cross-sells .major-products__list {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    .woocommerce .cart-collaterals .cross-sells .products li:nth-of-type(even), .woocommerce .cart-collaterals .cross-sells .major-products__list li:nth-of-type(even) {
      border-right: none; }
    .woocommerce .cart-collaterals .cross-sells .products .woocommerce-loop-product__excerpt, .woocommerce .cart-collaterals .cross-sells .major-products__list .woocommerce-loop-product__excerpt {
      display: none; }
  .woocommerce .cart-collaterals .cross-sells .product-list__item__thumb {
    width: 80%;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    margin: 0 auto 20px; }
  .woocommerce .cart-collaterals .cross-sells .product .product-list__item__title, .woocommerce .cart-collaterals .cross-sells .product .woocommerce-loop-product__title {
    font-size: 1em;
    text-align: center; }
  .woocommerce .cart-collaterals .cross-sells .woocommerce-loop-product__bottom {
    display: block;
    text-align: center; }
    .woocommerce .cart-collaterals .cross-sells .woocommerce-loop-product__bottom .btn-default {
      padding: 5px 15px;
      font-size: 14px; }
    .woocommerce .cart-collaterals .cross-sells .woocommerce-loop-product__bottom .woocommerce-loop-product__bottom__price {
      display: block;
      margin-bottom: 10px;
      font-size: 1.5em; }
  .woocommerce .cart-collaterals .wc-proceed-to-checkout a {
    background: #d0121e;
    color: #fff; }
    .woocommerce .cart-collaterals .wc-proceed-to-checkout a:hover {
      background: #010101; }

.woocommerce .woocommerce-billing-fields__field-wrapper {
  margin-bottom: 50px; }
  .woocommerce .woocommerce-billing-fields__field-wrapper .form-row {
    margin-bottom: 17px; }
  .woocommerce .woocommerce-billing-fields__field-wrapper input {
    height: 35px;
    border: none;
    background: #fbfbfb;
    margin-bottom: 10px;
    display: block; }

.woocommerce button.button.alt {
  background: #d0121e;
  color: #fff; }
  .woocommerce button.button.alt:hover {
    background: #010101; }

.woocommerce .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #bfbfbf;
  letter-spacing: 1px; }
  .woocommerce .woocommerce-MyAccount-navigation ul li a {
    color: #000;
    display: block;
    padding: 10px; }
    .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
      background: #d0121e;
      color: #fff; }

.woocommerce .woocommerce-MyAccount-content input {
  height: 35px;
  border: none;
  background: #fbfbfb;
  margin-bottom: 10px;
  display: block; }

.variations_form.cart tr{display:flex; gap:25px;}
.variations_form.cart select, .variations_form.cart input {
  height: 35px;
  background: #fff;
  padding: 7px 10px;
  font-size: 14px;
  color: #000;
  border: 1px solid #000; }

.variations_form.cart .woocommerce-variation-availability {
  display: none; }

.woocommerce-notice {
  margin: 0 0 30px; }

@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .ctn-terms-type-1 .ctn-terms__item__title {
    font-size: 1.5em;
    margin-bottom: 30px; }
  .ctn-terms-type-1 .ctn-terms__item__desc {
    line-height: 1.5; } }

.post-thumbnail-product {
  -ms-flex-preferred-size: calc(100% - 170px);
      flex-basis: calc(100% - 170px); }

.gallery-thumb_product {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .gallery-thumb_product.rows {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .gallery-thumb_product li {
    margin: 5px;
    width: 80px; }
  .gallery-thumb_product a {
    background: #222222;
    display: block;
    height: 80px; }
    .gallery-thumb_product a:hover {
      background: #fff;
      outline: 4px solid #d0121e; }
    .gallery-thumb_product a :hover img {
      opacity: 1; }
  .gallery-thumb_product img {
    opacity: 0.7;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%; }

.single_variation_wrap .woocommerce-variation-add-to-cart {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
    margin-left: 15px !important; }
    .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input {
      width: 160px; }
  .single_variation_wrap .woocommerce-variation-add-to-cart button.single_add_to_cart_button {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 20px;
    background: #d0121e !important;
    color: #fff; }
    .single_variation_wrap .woocommerce-variation-add-to-cart button.single_add_to_cart_button:not(.disabled):hover {
      background: #010101 !important; }

@media screen and (max-width: 1440px) {
  .products.columns-5, .columns-5.major-products__list {
    grid-template-columns: repeat(4, 25%); }
    .products.columns-5 .product:not(:nth-of-type(5n)), .columns-5.major-products__list .product:not(:nth-of-type(5n)) {
      border-right: none; }
    .products.columns-5 .product:not(:nth-of-type(4n)), .columns-5.major-products__list .product:not(:nth-of-type(4n)) {
      border-right: 1px solid;
      border-color: #bfbfbf; }
    .products.columns-5 .product:nth-of-type(n+5), .columns-5.major-products__list .product:nth-of-type(n+5) {
      border-top: 1px solid;
      border-color: #bfbfbf; } }

@media screen and (max-width: 1280px) {
  .ctn-terms-type-1 .tns-controls {
    margin-bottom: 30px; }
    .ctn-terms-type-1 .tns-controls button {
      position: static; }
  .woocommerce .cart-collaterals {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .woocommerce .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .cart_totals {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%; }
  .products.columns-5, .columns-5.major-products__list {
    grid-template-columns: repeat(3, 33%); }
    .products.columns-5 .product:not(:nth-of-type(4n)), .columns-5.major-products__list .product:not(:nth-of-type(4n)) {
      border-right: none; }
    .products.columns-5 .product:not(:nth-of-type(3n)), .columns-5.major-products__list .product:not(:nth-of-type(3n)) {
      border-right: 1px solid;
      border-color: #bfbfbf; }
    .products.columns-5 .product:nth-of-type(n+4), .columns-5.major-products__list .product:nth-of-type(n+4) {
      border-top: 1px solid;
      border-color: #bfbfbf; } }

@media screen and (max-width: 1024px) {
  .woocommerce-product__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .woocommerce-product__thumb {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .woocommerce-product__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .products.columns-3, .columns-3.major-products__list {
    grid-template-columns: 1fr 1fr; }
  .products .product:nth-of-type(2n), .major-products__list .product:nth-of-type(2n) {
    border-right: none; }
  .products .product:nth-of-type(odd), .major-products__list .product:nth-of-type(odd) {
    border-right: 1px solid;
    border-color: #bfbfbf; }
  .term-mid-block__text ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .term-mid-block__text ul li {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      .term-mid-block__text ul li:not(:last-child) {
        margin-bottom: 20px; }
  .major-products__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .major-products__list .product__item {
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%; }
      .major-products__list .product__item:nth-of-type(n+3) {
        border-top: 1px solid #bfbfbf; }
  #achievements .gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr; } }

@media screen and (max-width: 860px) {
  .head-term-product {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .head-term-product__title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .head-term-product__thumb {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 40px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none; }
  .head-term-product__desc {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .products.columns-5, .columns-5.major-products__list {
    grid-template-columns: repeat(2, 50%); }
    .products.columns-5 .product:not(:nth-of-type(3n)), .columns-5.major-products__list .product:not(:nth-of-type(3n)) {
      border-right: none; }
    .products.columns-5 .product:not(:nth-of-type(2n)), .columns-5.major-products__list .product:not(:nth-of-type(2n)) {
      border-right: 1px solid;
      border-color: #bfbfbf; }
    .products.columns-5 .product:nth-of-type(n+3), .columns-5.major-products__list .product:nth-of-type(n+3) {
      border-top: 1px solid;
      border-color: #bfbfbf; }
  #achievements .gallery {
    grid-template-columns: 1fr 1fr 1fr; }
    .inner-address-ctn{font-weight: 700; letter-spacing: 1px;}
   }

@media screen and (min-width: 769px) and (max-width: 860px) {
  .ctn-terms-type-1 .ctn-terms__item__desc {
    display: none; } }

@media screen and (max-width: 640px) {
  .products.columns-3, .columns-3.major-products__list, .products.columns-5, .columns-5.major-products__list {
    display: block; }
  .products.columns-5 .product:nth-of-type(n+2), .columns-5.major-products__list .product:nth-of-type(n+2) {
    border-top: 1px solid;
    border-color: #bfbfbf; }
  .products .product, .major-products__list .product {
    border-right: none !important; }
  .major-products__list .product__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .major-products__list .product__item:nth-of-type(n+2) {
      border-top: 1px solid #bfbfbf; }
  .woocommerce .cart-collaterals .cross-sells .products, .woocommerce .cart-collaterals .cross-sells .major-products__list {
    grid-template-columns: 1fr; }
  #achievements .gallery {
    grid-template-columns: 1fr 1fr; } }

@media screen and (max-width: 480px) {
  .woocommerce .products .woocommerce-loop-product__bottom, .woocommerce .major-products__list .woocommerce-loop-product__bottom {
    display: block; }
    .woocommerce .products .woocommerce-loop-product__bottom > *, .woocommerce .major-products__list .woocommerce-loop-product__bottom > * {
      display: block;
      text-align: center; }
    .woocommerce .products .woocommerce-loop-product__bottom .woocommerce-loop-product__bottom__price, .woocommerce .major-products__list .woocommerce-loop-product__bottom .woocommerce-loop-product__bottom__price {
      margin-bottom: 20px; }
  .woocommerce-product__text {
    padding: 20px; }
  .woocommerce-product__title {
    font-size: 1.5em; }
  #achievements .gallery {
    grid-template-columns: 1fr; } }

@media screen and (max-width: 360px) {
  .product .woocommerce-loop-product__bottom__price .ttc-price {
    display: block; } }

.addtoany_shortcode {
  margin-top: 40px;
  width: 90%;
  max-width: 630px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
  .addtoany_shortcode .addtoany_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .addtoany_shortcode .addtoany_list a:hover .a2a_label {
      color: #d0121e; }
    .addtoany_shortcode .addtoany_list .a2a_label {
      display: inline-block !important;
      font-size: 16px;
      color: #010101;
      opacity: 1;
      overflow: visible;
      width: auto !important;
      position: static !important;
      height: auto !important;
      -webkit-clip-path: inherit;
      vertical-align: middle;
      margin: 0 10px;
      -webkit-clip-path: none;
              clip-path: none; }
  .addtoany_shortcode .a2a_svg.a2a_s__default {
    vertical-align: middle; }

@media screen and (max-width: 480px) {
  .addtoany_list a, .widget .addtoany_list a {
    text-align: center; } }

.list-search {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
  margin-top: 40px; }
  .list-search li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .list-search li .btn-default {
      -ms-flex-item-align: end;
          align-self: flex-end;
      font-size: 12px; }

.list-search__title {
  font-size: 1.2em; }

.list-search__excerpt {
  font-size: 0.95em;
  margin: 10px 0 20px;
  letter-spacing: 1px; }

@media screen and (max-width: 1024px) {
  .list-search {
    grid-template-columns: 1fr 1fr; } }

@media screen and (max-width: 640px) {
  .list-search {
    grid-template-columns: 1fr; } }

.content.sitemap {
  -webkit-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  height: 470px; }
  .content.sitemap a {
    color: #000; }
    .content.sitemap a:hover {
      color: #d0121e; }
  .content.sitemap .parent-link {
    text-transform: uppercase;
    font-size: 1.15em;
    font-weight: 700;
    margin-bottom: 5px; }
    .content.sitemap .parent-link li {
      text-transform: none;
      font-size: 0.9em;
      font-weight: 300; }
  .content.sitemap h2 {
    -webkit-column-break-before: column;
            break-before: column; }

#popup {
  position: fixed;
  top: 0;
  left: 0;
  DISPLAY: none;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #000000bf;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2; }

#popup h2 {
  color: #d0121e;
  margin-bottom: 25px; }

#popup h3 {
  margin-bottom: 15px; }

.pop-up__inner {
  padding: 30px;
  background: rgba(255, 255, 255, 0.75);
  width: 70%;
  overflow: auto;
  border: 1px solid #fff;
  color: #413c3c; }

.pop-up__inner p {
  margin-bottom: 15px; }

.pop-up__inner ul {
  margin: 15px 0;
  padding-left: 30px; }

#closePopup {
  margin: 0 0 0 auto;
  display: block;
  background: transparent;
  font-size: 2em;
  border: none;
  color: #d0121e;
  cursor: pointer;
  float: right; }

#closePopup:hover {
  color: #010101; }

body, html {
  scroll-behavior: smooth; }

body {
  overflow-x: hidden; }

#navbar .widget a:before {
  color: #d0121e; }

#navbar .widget:first-of-type {
  -ms-flex-preferred-size: 330px;
      flex-basis: 330px; }

#navbar .widget.widget_nvg_btn_cart_widget, #navbar .widget.widget_nvg_btn_account_widget {
  -ms-flex-preferred-size: 110px;
      flex-basis: 110px; }

#navbar .widget.widget_nvg_btn_cart_widget .cart-dot {
  left: -30px; }

#navbar .widget.widget_nvg_btn_account_widget .btn-account:before {
  margin-right: 10px; }

#navbar .widget.widget_nvg_btn_account_widget .disconnect-dot {
  left: auto;
  right: -33px; }
  #navbar .widget.widget_nvg_btn_account_widget .disconnect-dot:before {
    color: #fff; }
  #navbar .widget.widget_nvg_btn_account_widget .disconnect-dot:hover:before {
    color: #d0121e; }

#navbar .widget.widget_nvg_btn_search_widget {
  -ms-flex-preferred-size: calc(100% - 660px);
      flex-basis: calc(100% - 660px); }
  #navbar .widget.widget_nvg_btn_search_widget .btn-search {
    display: none; }

#navbar .widget .ctn-widget-searchform {
  position: static;
  margin: auto;
  max-width: 350px;
  background: transparent;
  padding: 0;
  -webkit-transform: none;
          transform: none;
  opacity: 1; }
  #navbar .widget .ctn-widget-searchform .widget_search {
    background: transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 0 0 10px; }
  #navbar .widget .ctn-widget-searchform input[type="text"], #navbar .widget .ctn-widget-searchform input[type="text"]::-webkit-input-placeholder {
    color: #fff; }
  #navbar .widget .ctn-widget-searchform input[type="text"], #navbar .widget .ctn-widget-searchform input[type="text"]:-ms-input-placeholder {
    color: #fff; }
  #navbar .widget .ctn-widget-searchform input[type="text"], #navbar .widget .ctn-widget-searchform input[type="text"]::-ms-input-placeholder {
    color: #fff; }
  #navbar .widget .ctn-widget-searchform input[type="text"], #navbar .widget .ctn-widget-searchform input[type="text"]::placeholder {
    color: #fff; }
  #navbar .widget .ctn-widget-searchform button[type=submit] {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding: 0; }
    #navbar .widget .ctn-widget-searchform button[type=submit]:before {
      color: #fff; }

#navbar .widget.widget_nav_menu li {
  margin: 0; }
  #navbar .widget.widget_nav_menu li:not(:last-of-type):after {
    content: '|';
    display: inline-block;
    margin: 0 20px;
    color: #fff; }

#navbar .widget.widget_nav_menu a {
  color: #fff; }
  #navbar .widget.widget_nav_menu a:hover {
    color: #d0121e; }

#navbar .widget a {
  color: #fff; }
  #navbar .widget a:hover {
    color: #d0121e; }

.header-classic .main-menu {
  /*Catalogue*/
  /*Nos solutions*/
  /*Nos solutions*/ }
  .header-classic .main-menu > li:not(.home-picto) > a {
    position: relative; }
    .header-classic .main-menu > li:not(.home-picto) > a:after {
      content: '\f107';
      display: block;
      font-family: FontAwesome;
      color: #d0121e;
      font-size: 29px;
      margin: 0px auto 0;
      line-height: 1;
      position: absolute;
      bottom: 10px;
      left: 0;
      right: 0; }
  .header-classic .main-menu .home-picto {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .header-classic .main-menu .home-picto a {
      font-size: 24px; }
      .header-classic .main-menu .home-picto a:hover {
        background: transparent;
        color: #d0121e; }
  .header-classic .main-menu .thumb-menu {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .header-classic .main-menu #menu-item-964571 .thumb-menu {
    background-image: url("/wp-content/uploads/2017/12/p_5_2_6_526-thickbox_default-Presentoir-Tournant-Trys.jpg"); }
  .header-classic .main-menu #menu-item-964571 .inner-ctn-submenu > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header-classic .main-menu #menu-item-964571 .inner-ctn-submenu > .sub-menu > li {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .header-classic .main-menu #menu-item-964571 .inner-ctn-submenu > .sub-menu > li:not(:last-of-type) {
        margin-right: 20px; }
    .header-classic .main-menu #menu-item-964571 .inner-ctn-submenu > .sub-menu .sub-sub-menu {
      margin-top: 15px; }
      .header-classic .main-menu #menu-item-964571 .inner-ctn-submenu > .sub-menu .sub-sub-menu a {
        font-size: 13px; }
        .header-classic .main-menu #menu-item-964571 .inner-ctn-submenu > .sub-menu .sub-sub-menu a:before {
          background: #d0121e; }
  .header-classic .main-menu #menu-item-964572 .thumb-menu {
    background-size: cover;
    background-image: url("/wp-content/uploads/2018/04/p_5_9_2_592-thickbox_default-Vitrine.jpg"); }
  .header-classic .main-menu #menu-item-964581 .thumb-menu {
    background-size: cover;
    background-image: url("/wp-content/uploads/communication-vitrine-competence-principale.jpg"); }

.sub-menu-worker .ctn-submenu .sub-menu {
  display: block; }
  .sub-menu-worker .ctn-submenu .sub-menu li {
    letter-spacing: 2px;
    width: 100%; }
    .sub-menu-worker .ctn-submenu .sub-menu li:not(:last-of-type) {
      margin-bottom: 10px; }
      .sub-menu-worker .ctn-submenu .sub-menu li a:hover {
        color: #d0121e; }

.sub-menu-worker .ctn-submenu .thumb-menu {
  border: none; }

.tobi {
  z-index: 9999 !important; }

#hide-box {
  background: #fff;
  padding: 40px; }
  #hide-box img {
    width: auto;
    max-width: 400px;
    margin: 10px;
    display: inline-block; }

.product-list__item__thumb {
  min-height: 280px; }

.after-line:after {
  content: '';
  display: block;
  background: #d0121e;
  margin: 40px auto 0;
  height: 5px;
  width: 40%;
  max-width: 100px; }

.head-product-page .woocommerce-product__title {
  margin-bottom: 10px; }

.ctn-rassurances.rassurance-type-2 {
  padding: 0;
  background-image: none !important; }
  .ctn-rassurances.rassurance-type-2 .inner-rassurance {
    padding: 0;
    margin: 80px auto; }
  .ctn-rassurances.rassurance-type-2 h2:before {
    content: '';
    display: block;
    margin: 40px auto;
    width: 60%;
    max-width: 250px;
    background: #d0121e;
    height: 1px; }

.block-news-type-2 .ctn-news__title {
  text-align: left;
  overflow: hidden; }
  .block-news-type-2 .ctn-news__title h2 {
    text-transform: none;
    position: relative;
    display: inline-block;
    font-size: 2.5em;
    letter-spacing: 3px; }
    .block-news-type-2 .ctn-news__title h2:before {
      content: none; }
    .block-news-type-2 .ctn-news__title h2:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 100%;
      height: 1px;
      width: 1200px;
      background: #000;
      display: block;
      margin-left: 15px; }
  .block-news-type-2 .ctn-news__title a {
    text-transform: none;
    color: #000;
    font-size: 1em; }
    .block-news-type-2 .ctn-news__title a:after {
      content: '\f178';
      font-family: FontAwesome;
      font-weight: 900;
      font-size: 20px;
      margin-left: 15px; }

.block-news-type-2-type .list-news__content {
  width: 90%;
  padding: 35px;
  margin: -50px auto 0;
  background: #fff;
  max-width: 390px; }

.block-news-type-2-type .list-news__title {
  margin: 0 0 30px;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 1.35em; }

.block-news-type-2-type .list-news__excerpt {
  letter-spacing: 1px;
  font-size: 1.15em; }

.block-news-type-2-type .btn-default {
  display: block;
  background: transparent;
  font-family: "robotobold", sans-serif;
  width: 100%;
  border: 2px solid #010101;
  color: #010101; }
  .block-news-type-2-type .btn-default:hover {
    border-color: #d0121e;
    color: #fff;
    background: #d0121e; }

.head-term-product__thumb span {
  display: block;
  margin-top: 10px;
  text-align: center;
  letter-spacing: 1px;
  font-family: "robotobold", sans-serif; }

#responsive-ctn:not(.stacked) a:hover {
  color: #d0121e; }

#responsive-ctn:not(.stacked) .sub-menu {
  text-transform: uppercase; }
  #responsive-ctn:not(.stacked) .sub-menu .sub-menu a {
    text-transform: none;
    font-size: 14px; }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .block-news-type-2-type {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .block-news-type-2-type .list-news__item {
      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-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: none;
      margin: 20px 0; }
    .block-news-type-2-type .list-news__thumb {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
      min-width: 150px; }
    .block-news-type-2-type .list-news__content {
      margin: 0 0 0 30px;
      padding: 0;
      max-width: none; } }

@media screen and (max-width: 1024px) {
  #navbar .widget.widget_nav_menu {
    display: none; }
  #navbar .widget.widget_nvg_btn_search_widget {
    -ms-flex-preferred-size: calc(100% - 310px);
        flex-basis: calc(100% - 310px); }
    #navbar .widget.widget_nvg_btn_search_widget .ctn-widget-searchform {
      margin: 0; } }

.about {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 0;
  position: relative; }
  .about:before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    display: block;
    background: #fbfbfb;
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .about h1 {
    font-size: 1.65em;
    text-transform: none;
    color: #d0121e;
    position: relative;
    font-family: 'robotoblack'; }
    .about h1:before {
      content: '';
      height: 2px;
      width: 500px;
      top: 50%;
      position: absolute;
      right: 100%;
      display: block;
      background: #d0121e;
      margin-right: 20px; }
  .about .about__text {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 700px;
    margin-right: 100px;
    line-height: 2; }
    .about .about__text .wp-block-buttons {
      text-align: right; }
  .about .about__thumb {
    max-width: 600px; }

@media screen and (max-width: 860px) {
  .about .about__text {
    margin-right: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 600px; } }

.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  border: 1px solid #bfbfbf;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 80px auto;
  max-width: 1400px; }
  .partners h2 {
    font-family: "robotoregular", sans-serif;
    color: #d0121e;
    background: #fff;
    text-align: right;
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
    margin-right: 50px;
    position: relative;
    right: 100px;
    font-size: 2em;
    padding: 10px 0;
    line-height: 1.2; }
    .partners h2 span {
      font-family: "robotobold", sans-serif;
      font-size: 2em; }
  .partners .tns-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px; }
    .partners .tns-nav button {
      border-radius: 10px;
      width: 10px;
      height: 10px;
      padding: 0;
      background: grey;
      -webkit-box-shadow: none;
              box-shadow: none;
      border: none;
      margin: 0 2px; }
      .partners .tns-nav button.tns-nav-active, .partners .tns-nav button:hover {
        background: #d0121e; }

.partners_list {
  -ms-flex-preferred-size: calc(100% - 400px);
      flex-basis: calc(100% - 400px);
  margin: auto; }
  .partners_list img {
    max-width: 200px;
    max-height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    margin: auto; }

@media screen and (max-width: 1280px) {
  .partners {
    display: block; }
    .partners h2 {
      text-align: center;
      margin-right: 0;
      position: relative;
      right: 0;
      margin-bottom: 40px; }
      .partners h2 span {
        display: block; } }

@media screen and (max-width: 768px) {
  .partners_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media screen and (max-width: 480px) {
  .partners h2 {
    font-size: 1.2em !important; }
  .partners .tns-nav {
    margin-top: 30px; } }

.featured-products-home {
  text-align: center;
  margin: 80px auto;
  overflow: hidden; }
  .featured-products-home h2 {
    color: #d0121e;
    display: inline-block;
    padding: 10px 30px;
    position: relative; }
    .featured-products-home h2:before, .featured-products-home h2:after {
      top: 50%;
      position: absolute;
      content: '';
      height: 1px;
      background: #010101;
      width: 350px; }
    .featured-products-home h2:before {
      right: 100%; }
    .featured-products-home h2:after {
      left: 100%; }
  .featured-products-home .link-all-products a {
    color: #010101;
    font-family: "robotobold", sans-serif;
    letter-spacing: 2px; }
    .featured-products-home .link-all-products a:before {
      content: '\f178';
      display: inline-block;
      vertical-align: middle;
      font-family: FontAwesome;
      margin-right: 10px;
      font-weight: 900; }
    .featured-products-home .link-all-products a:hover {
      color: #d0121e; }

.featured-products__list {
  display: grid;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px; }
  .featured-products__list li {
    padding: 10px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left; }
    .featured-products__list li > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    .featured-products__list li:not(:last-of-type) {
      border-right: 1px solid #bfbfbf; }

.featured__term {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2; }

.featured-product__thumb {
  max-width: 150px;
  max-height: 150px;
  margin: 0 auto 15px; }
  .featured-product__thumb img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    max-width: none; }

.featured-product__title {
  margin-bottom: 5px;
  letter-spacing: normal;
  font-size: 1.15em;
  line-height: 1.2; }
  .featured-product__title a {
    color: #010101; }
    .featured-product__title a:hover {
      color: #d0121e; }

.featured-product__actions {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%; }
  .featured-product__actions i {
    font-size: 26px; }
  .featured-product__actions span {
    color: #d0121e;
    font-family: "robotobold", sans-serif;
    font-size: 1.125em; }

.featured-product__excerpt {
  line-height: 1.2;
  font-size: 0.85em; }

.featured__term {
  padding: 25px !important;
  margin: 0 10px;
  position: relative; }

.featured__term__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: .3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.featured__term__link {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border: 1px solid #000;
  color: #000;
  font-size: 1.6em;
  text-transform: uppercase; }
  .featured__term__link:hover {
    color: #d0121e; }
  .featured__term__link:after {
    content: '';
    display: block;
    height: 1px;
    background: #000;
    width: 50%;
    margin: 25px auto 0;
    max-width: 250px; }

.featured__term__name {
  font-family: serif;
  font-size: 2em;
  line-height: 1.2;
  text-transform: none; }

@media screen and (max-width: 1024px) {
  .featured-products__list {
    grid-template-columns: 1fr 1fr 1fr; }
  .featured__term {
    grid-column-start: 2;
    grid-column-end: 4; } }

@media screen and (max-width: 860px) {
  .featured-products__list {
    grid-template-columns: 1fr 1fr; }
    .featured-products__list li:nth-of-type(even) {
      border-right: none !important; }
  .featured__term {
    grid-column-start: 1;
    grid-column-end: 3; } }

@media screen and (max-width: 640px) {
  .featured-products__list {
    grid-template-columns: 1fr; }
    .featured-products__list li {
      border-right: none !important; }
  .featured__term {
    grid-column-start: 1;
    grid-column-end: 2; } }

@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(674f50d287a8c48dc19ba404d20fe713.eot);
  src: url(674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(af7ae505a9eed503f8b8e6982036873e.woff2) format("woff2"), url(fee66e712a8a08eef5805a46892932ad.woff) format("woff"), url(b06871f281fee6b241d60582ae9369b9.ttf) format("truetype"), url(fontawesome-webfont.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }



div.product .woocommerce-product-details__short-description li::before {
	content: '';
	width: 8px;
	height: 8px;
	display: inline-block;
	margin-right: 10px;
	background: #d0121e;
}

.woocommerce-product-details__short-description {
	line-height: 1em;
}

div.product .woocommerce-product-details__short-description ul li{
	color: #888;
	letter-spacing: 0;
	font-style: italic;
	line-height: 1.3em;
}

div.product .woocommerce-product-details__short-description strong{
	font-weight: 400 !important;
}




.content.sitemap {
	display: flex;
	height: auto;
	flex-wrap: wrap;
}

.content.sitemap h2 {
	width: 100%;
}

.content.sitemap > ul{
	margin: 30px auto;
	width: 100%;
}

@media screen and (max-width: 640px) {

	.featured-products__list li {
		padding: 10px 0;
		width: 100%;
		order: 2;
	}
	.featured-products__list {
		display: flex;
		flex-wrap: wrap;
	}	
	.featured-products__list li.featured__term {
		display: block;
		font-size: .5rem;
		width: 100%;
		order: 1;
	}
	.partners h2 span {
		font-size: 1.2em;
	}
	
	.ctn-form-contact__address figure > iframe {
		width: 100%;
	}
	
	.ctn-form-contact__address figure{
		height: 250px !important;
	}

	.ctn-form-contact__address{
		padding: 0;
	}

}

.dynamique_img img{
	max-height: 600px;
	object-fit: cover;
}

.col_dynamique h2,
.col_dynamique2 h2{
	margin-bottom: 30px;
}

.col_dynamique > .wp-block-column{
	width: 49%;
}

.col_dynamique2 .wp-block-media-text__content {
	padding-left: 0;
}

.col_dynamique > .wp-block-column,
.col_dynamique2 > .wp-block-column {
	padding: 50px;
	border: 1px solid #d0121e;
}

.col_dynamique2{
	position: relative;
}

.col_dynamique2 img {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	padding: 40px;
	box-sizing: border-box;
}

.col_dynamique2 h2:not(:first-of-type){
	margin-top: 30px;
}

.header-classic .hov-affdyn .thumb-menu {
	background-size: cover;
	background-image: url(../src/img/img-affichage-dynamique.webp) !important;
}

@media screen and (max-width: 640px) {
	.col_dynamique > .wp-block-column {
		width: 100%;
	}
}

.copy-nova {
	display: block;
	width: 40px;
	height: 50px;
	background: url(../src/img/made-by-noir.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	position: static;
	margin: 40px auto 00px auto;
}

.mise_en_evidence_principal {
	text-transform: uppercase;
	color: #d0121e;
	padding: 10px 20px;
	font-size: 2em;
	max-width: 650px;
	padding: 20px;
	background: none;
	margin: 50px auto 0 auto;
	text-align: center;
	border-top: 2px solid #d0121e;
	border-bottom: 2px solid #d0121e;
}

.mise_en_evidence_principal2{
	text-align: left;
	max-width: 100%;
}

.mise_en_evidence {
	border-left: 5px solid rgba(255,255,255,0.7);
	text-transform: uppercase;
	background: #d0121e;
	color: #fff;
	padding: 10px 20px;
}

#achievements{
	display: none;
}

#achievements.active{
	display: block;
}

.entry__specification{
	color: #000 !important;
	font-weight: 700;
}

.icones_paiement {
	width: 180px;
	height: auto;
	object-fit: contain;
	margin: 30px auto 0 auto;
}

#sib-form > div{
	padding: 0 !important;
}

.sib-form-block > button.sib-form-block__button.sib-form-block__button-with-loader {
	margin-top: 10px !important;
}

.grecaptcha-badge{
	display: none !important;
}


/* realisations */

.single-realisations .wp-block-columns{
	margin: 60px auto;
}

.single-realisations h2{
	margin-bottom: 20px;
	color: #d0121e;
}

.single-realisations .addtoany_share_save_container{display: none;}

.single-realisations .wp-block-column:nth-of-type(2) .wp-block-image:nth-of-type(2) {
	position: static !important;
}
.single-realisations .wp-block-gallery.has-nested-images figure.wp-block-image {
	box-sizing: border-box;
	display: block !important;
	position: static !important;
	max-height: 400px !important;
}
.single-realisations .wp-block-column .wp-block-image:nth-of-type(2) {
	position: static !important;
	border: none !important;
}

.single-realisations .wp-block-column h2:not(:first-of-type){
	margin-top: 30px;
}

.single-realisations .wp-block-column .wp-block-buttons{margin-top: 30px;}

.wrap_back_realisations h2{
	position: relative;
}

.wrap_back_realisations h2::after{
	content:'';
	display: block;
	position: absolute;
	right: -130px;
	top:50%;
	transform: translateY(-50%);
	width: 100px;
	height: 100px;
	background: url(../src/img/icon-back.png) no-repeat center / contain;
}

.wrap_back_realisations a h2,
.wrap_back_realisations a .partners{transition: all .3s;}

.wrap_back_realisations a:hover h2{color: #000;}

.wrap_back_realisations a:hover .partners{border-color: #d0121e;}

.liste_realisations{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px 1%;
}

.item_realisations{
	width: 32%;
}

.item_realisations img{
	width: 100%;
	height: 280px;
	object-fit: cover;
}

.item_realisations h2{
	text-transform: none;
	font-size: 1.1em;
	letter-spacing: 0;
	margin-bottom: 15px;
	margin-top: 10px;
}

.item_realisations p{
	color: #000;
	font-size: 1em;
}

.small_titre{
	max-width: 750px;
	margin: 30px auto;
	text-align: center;
	line-height: 1.6em;
}

.col_picto{
	align-items: flex-start !important;
}

.col_picto > .wp-block-column{
	width: 30%;
	text-align: center;
}

.col_picto > .wp-block-column > p:first-of-type{
	font-size: 1.2em;
}

.col_picto figure{
	width: 120px;
	height: 120px;
	margin: 0 auto 10px auto;
}

.banniere-bandeau{
	position: relative;
	padding: 0;
	margin-top: 80px;
}

.banniere-bandeau .wp-block-cover__inner-container{
	position: absolute;
	left: 0;
	width: 70%;
	background: #fff;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 40px;
	text-align: left;
}

.banniere-bandeau .wp-block-cover__inner-container h2 {
	font-size: 1.8em !important;
	margin-bottom: 20px;
	text-align: left;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.5em;
}

.banniere-bandeau .wp-block-buttons {
	margin-top: 20px;
}

.wrap_article_lies{
	margin: 140px auto;
}

.wrap_article_lies h2{
	text-align: center;
}

.wrap_article_lies ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

.wrap_article_lies ul li{
	width: 300px;
}

.wrap_article_lies ul li a{
	display: block;
}

.wrap_article_lies ul li img{
	display: block;
	width: 100%;
	height: 530px;
	object-fit: cover;
}

.wrap_article_lies ul li a span{
	display: block;
	padding: 12px;
	background: #d0121e;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 1.2em;
}

.description-realisations ul{
	margin: 20px 0;
}

.description-realisations li:not(:last-of-type){
	margin-bottom: 10px;
}

.description-realisations li::before {
	content: '';
	width: 8px;
	height: 8px;
	display: inline-block;
	margin-right: 10px;
	background: #d0121e;
}

.mt20{
	margin-top: 20px;
}

.woocommerce-product__thumb img {
	max-height: 650px;
	object-fit: contain;
}

.class_produit_variable .woocommerce-product__price{
	display: none;
}

.class_produit_variable .woocommerce-variation-price span.woocommerce-Price-amount {
	font-size: 1em;
	color: #d0121e;
	letter-spacing: 1px;
	font-family: "robotobold", sans-serif;
}

.class_produit_variable .woocommerce-variation-price .price .woocommerce-price-suffix{
	color: #d0121e;
}

.woocommerce div.product p.stock.out-of-stock {
	font-size: 1.6em;
}

.col_list_category .wp-block-cover {
	position: relative;
	z-index: 10;
}

.col_list_category .wp-block-cover > span {
	background-color: #000 !important;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: .5;
}

.col_list_category .wp-block-cover > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.col_list_category .wp-block-cover__inner-container{
	position: relative;
	z-index: 20;
}

.col_list_category .wp-block-cover__inner-container p{
	color: #fff;
}

.col_list_category .wp-block-cover__inner-container .wp-block-buttons{
	margin-top: 20px;
}

.wrap_list_produits{
	margin: 80px auto;
}

.wrap_list_produits h2{
	color: #d0121e;
	text-align: center;
	margin-bottom: 40px;
}

@media screen and (max-width: 1280px) {
	.wrap_back_realisations h2::after {
		width: 50px;
		height: 50px;
		position: static;
		transform: none;
		margin: 20px auto -20px auto;
	}
	.item_realisations{
		width: 48%;
	}
}

@media screen and (max-width: 850px) {
	.item_realisations img{
		height: 160px;
	}
	.wp-block-columns.col_picto .wp-block-column figure {height: 120px;}
	.wp-block-columns.col_picto .wp-block-column {margin-top: 0px;}
	.banniere-bandeau .wp-block-cover__inner-container {position:static;width: 80%;transform: none;-webkit-transform: none;margin-top: -150px;}
	.item_realisations h2{font-size: 1em;}
	.item_realisations p{font-size: .9em;}
	.wrap_article_lies ul li img {height: auto;}
	.wrap_article_lies ul li {width: 200px;}
	.wrap_article_lies ul li a span {padding: 12px 5px;font-size: 1em;}
}

@media screen and (max-width: 550px) {
	.ctn-tabs .hide-paragraph .wp-block-columns .wp-block-column{
		width: 100%;flex-basis: 100% !important;
	}
	.ctn-tabs .hide-paragraph .wp-block-columns .wp-block-column figure {
		height: auto;
		width: 100%;
	}
	.ctn-tabs .hide-paragraph .wp-block-columns .wp-block-column figure img {
		max-height: 250px;
		object-fit: contain;
	}
	.wp-block-columns.col_picto .wp-block-column {
		width: 100%;
	}
	.wp-block-columns.col_picto .wp-block-column figure{
		height: 90px;
		width: 90px;
	}
	.banniere-bandeau .wp-block-cover__inner-container {
		width: 100%;
		margin-top: 0;
		padding: 20px;
	}
	.banniere-bandeau .wp-block-cover__inner-container h2 {
		font-size: 1.3em !important;
	}
}





.woocommerce-product-details__long-description ul li::before{
	content: '';
	letter-spacing: 0;
	font-style: italic;
	line-height: 1.3em;
	width: 8px;
	height: 8px;
	display: inline-block;
	margin-right: 10px;
	background: #d0121e;
}

.woocommerce-product-details__long-description ul li,
.woocommerce-product-details__long-description p{
	letter-spacing: 1px;
}

.woocommerce-product-details__long-description ul li{
	color: #888;
	line-height: 1.3em;
}


#description-product .row{display:grid; grid-template-columns:repeat(2, 1fr); gap:50px; margin:0 0 75px;}
#description-product ul{margin:25px 5%;}
#description-product ul li{margin:10px 0;}

@media screen and (max-width: 780px) {
	#description-product .row{grid-template-columns:repeat(1, 100%);}
}

