@charset "UTF-8";
/*
Theme Name: Optic2000
Author: Habefast
Author URI: http://habefast.ch/
*/
/* ════════════════════════════════════════════════════════════════════════════════════
 * USEFULL MIXINS
 * ════════════════════════════════════════════════════════════════════════════════════
 * 
 * Bunch of usefull mixins available for use
 * 
 * ════════════════════════════════════════════════════════════════════════════════════ */
/* Placeholders form
 ************************************************************/
/************************************************************
 * THEME SPECIFIC
 ************************************************************/
/* Typo mixin
 ************************************************************/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: transparent;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: transparent;
}

button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: transparent;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #333;
}

a:visited {
  color: #fab900;
}

a:hover, a:focus, a:active {
  color: #9da3d2;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul ul {
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: inherit;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

*:focus {
  outline: thin dotted;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/************************************************************
 * TYPO
 ************************************************************/
/* Global
  ************************************************************/
@font-face {
  font-family: DKSensoryOverload;
  src: url(sansation_light.woff);
}
@font-face {
  font-family: "Encode Sans";
  src: local(EncodeSans-Regular), url("/wp-content/themes/optic2000/fonts/EncodeSans-Regular.woff2") format("woff2"), url("/wp-content/themes/optic2000/fonts/EncodeSans-Regular.woff") format("woff"), url("/wp-content/themes/optic2000/fonts/EncodeSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "Encode Sans";
  src: local(EncodeSans-Medium), url("/wp-content/themes/optic2000/fonts/EncodeSans-Medium.woff2") format("woff2"), url("/wp-content/themes/optic2000/fonts/EncodeSans-Medium.woff") format("woff"), url("/wp-content/themes/optic2000/fonts/EncodeSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "Encode Sans";
  src: local(EncodeSans-SemiBold), url("/wp-content/themes/optic2000/fonts/EncodeSans-SemiBold.woff2") format("woff2"), url("/wp-content/themes/optic2000/fonts/EncodeSans-SemiBold.woff") format("woff"), url("/wp-content/themes/optic2000/fonts/EncodeSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "Encode Sans";
  src: local(EncodeSans-Bold), url("/wp-content/themes/optic2000/fonts/EncodeSans-Bold.woff2") format("woff2"), url("/wp-content/themes/optic2000/fonts/EncodeSans-Bold.woff") format("woff"), url("/wp-content/themes/optic2000/fonts/EncodeSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
html {
  font-size: 12px;
}

body {
  font-family: "Encode Sans", helvetica, sans-serif;
  font-size: 12px;
}

p,
a,
li {
  font-family: "Encode Sans", helvetica, sans-serif;
  line-height: 1.5;
}

strong {
  font-weight: 600;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Encode Sans", helvetica, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  line-height: 1.5;
}
.h1 strong,
.h2 strong,
.h3 strong,
.h4 strong,
.h5 strong,
.h6 strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  text-transform: uppercase;
}

h2 strong,
.h2 strong {
  font-weight: 700;
}

p {
  margin: 0 0 1.2em 0;
  color: #787878;
  letter-spacing: 0.05em;
  font-size: 1.175rem;
}

li {
  color: #787878;
  line-height: 1.9em;
  letter-spacing: 0.05em;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

.site-main li {
  font-size: 1.175rem;
}

/* Titles
   ************************************************************/
.title__page, .title__page--primary, .title__page--upper {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  margin-bottom: 0.7em;
}
@media screen and (min-width: 768px) {
  .title__page, .title__page--primary, .title__page--upper {
    font-size: 30px;
  }
}
.title__page--upper {
  font-weight: 700;
  text-transform: uppercase;
}
.title__page--primary {
  color: #9da3d2;
}
.title__page-section, .title__page-section-smaller, .title__page-section-smaller--medium, .title__page-section-small, .title__page-section-small--bold-upper, .title__page-section-small--semi-bold-upper, .title__page-section-small--medium {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 0.95em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .title__page-section, .title__page-section-smaller, .title__page-section-smaller--medium, .title__page-section-small, .title__page-section-small--bold-upper, .title__page-section-small--semi-bold-upper, .title__page-section-small--medium {
    font-size: 33px;
  }
}
@media screen and (min-width: 768px) {
  .title__page-section-small, .title__page-section-small--bold-upper, .title__page-section-small--semi-bold-upper, .title__page-section-small--medium {
    font-size: 26px;
  }
}
.title__page-section-small--medium {
  font-weight: 500;
}
.title__page-section-small--semi-bold-upper {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
}
.title__page-section-small--bold-upper {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  .title__page-section-smaller, .title__page-section-smaller--medium {
    font-size: 20px;
  }
}
.title__page-section-smaller--medium {
  font-weight: 500;
}
.title__small-lower, .title__small-upper, .title__menu--sub > a, .title__shop-section {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 0.6em;
}
.title__small-lower-bold {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.6em;
}
.title__shop-section {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.title__small-upper, .title__menu--sub > a {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}
.title__smaller, .title__smaller-upper, .title__smaller-bold, .title__menu--top > a {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 0.6em;
}
.title__smaller-bold, .title__menu--top > a {
  font-weight: 700 !important;
}
.title__smaller-upper {
  text-transform: uppercase;
}
.title__xsmall-upper {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 0.6em;
  text-transform: uppercase;
}
.title__blog-single {
  font-size: 2em;
  font-weight: 500;
  margin: 1em 0;
}
.title__menu--top > a {
  font-size: 16px;
}
.title__menu--sub > a {
  font-size: 12px;
}

/* Texts
 ************************************************************/
.text--lead {
  font-size: 1.25em;
}
.text--light {
  color: #fff;
}
.text--light p {
  font-weight: 300;
}
.text--light p span {
  font-weight: 400;
}
.text--light-gray {
  color: #999;
}
.text--gray {
  color: #787878;
}
.text--gray p {
  color: #787878;
}
.text--dark {
  color: #2a2a2a;
}
.text--dark p {
  color: #2a2a2a;
}
.text--black {
  color: #000;
}
.text--black p {
  color: #000;
}
.text--accent {
  color: #9da3d2;
}
.text--secondary {
  color: #fab900;
}
.text--alignright {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .text--alignright-sm {
    text-align: right;
  }
}
.text--center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .text--center-sm {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .text--center-desktop {
    text-align: center;
  }
}

.small {
  font-size: 0.85em;
}

.seo-title {
  font-size: 0 !important;
  margin-bottom: 0 !important;
  color: transparent !important;
  opacity: 0 !important;
}

/************************************************************
 * ANIMATIONS
 ************************************************************/
@-webkit-keyframes translateY {
  from {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translate(-5px);
    transform: translate(-5px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes translateY {
  from {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translate(-5px);
    transform: translate(-5px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes translateY-one-way {
  from {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(-5px);
    transform: translate(-5px);
  }
}
@keyframes translateY-one-way {
  from {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(-5px);
    transform: translate(-5px);
  }
}
@keyframes draw {
  from {
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 2000;
  }
}
@-webkit-keyframes draw {
  from {
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 2000;
  }
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* ════════════════════════════════════════════════════════════════════════════════════
 * CONTACT FORM 7
 * ════════════════════════════════════════════════════════════════════════════════════ */
.wpcf7 {
  /* ════════════════════════════════════════════════════════════════════════════════════
   * MESSAGES
   * ════════════════════════════════════════════════════════════════════════════════════ */
}
.wpcf7 .wpcf7-response-output:not(.wpcf7-display-none),
.wpcf7 .wpcf7-response-output.wpcf7-display-none[style*=block] {
  display: inline-block !important;
  width: auto;
  margin: 0;
  line-height: 24px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-response-output:not(.wpcf7-display-none),
  .wpcf7 .wpcf7-response-output.wpcf7-display-none[style*=block] {
    display: block !important;
    margin-top: 80px;
  }
}

/************************************************************
 * GUNTENBERG EDITOR
 ************************************************************/
/* Change the margin for padding on columns so it doesn't break 
 * into 2 rows before it should
 ************************************************************/
@media (min-width: 600px) {
  .wp-block-column:not(:first-child) {
    padding-left: 32px;
    margin-left: inherit;
  }
  .wp-block-column:not(:last-child) {
    padding-right: 32px;
    margin-right: inherit;
  }
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.5%;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  max-width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
}

/************************************************************
 * BASE LAYOUT
 ************************************************************/
.site-content {
  min-height: calc(100vh - (90px + 300px));
}
.container, .container-narrower, .container-narrow {
  width: 90%;
  margin: 0 auto;
  max-width: 1220px;
}
@media screen and (max-width: 439px) {
  .container, .container-narrower, .container-narrow {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-narrow {
  max-width: 930px;
}

.container-narrower {
  max-width: 630px;
}

.container-full {
  width: 100%;
}

/* Layout with sidebar
 ************************************************************/
.container.has-sidebar, .has-sidebar.container-narrow, .has-sidebar.container-narrower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container.has-sidebar .content-area, .has-sidebar.container-narrow .content-area, .has-sidebar.container-narrower .content-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.container.has-sidebar .widget-area, .has-sidebar.container-narrow .widget-area, .has-sidebar.container-narrower .widget-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media screen and (min-width: 768px) {
  .container.has-sidebar .content-area, .has-sidebar.container-narrow .content-area, .has-sidebar.container-narrower .content-area {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .container.has-sidebar .widget-area, .has-sidebar.container-narrow .widget-area, .has-sidebar.container-narrower .widget-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 250px;
    flex: 0 1 250px;
  }
}
@media screen and (min-width: 992px) {
  .container.has-sidebar .widget-area, .has-sidebar.container-narrow .widget-area, .has-sidebar.container-narrower .widget-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
  }
}

/************************************************************
 * HEADER (LAYOUT)
 ************************************************************/
.site-header {
  position: relative;
  background-color: #000;
  z-index: 9999;
}

.mobile-header, .bottom-header__container {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2vw;
}

/* On desktop
 ************************************************************/
.top-header__container {
  max-width: 1700px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .top-header__container {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 30px;
  }
}
.top-header--right {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bottom-header {
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}
.bottom-header__container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 60px;
  max-width: 1700px;
  margin: auto;
}
@media screen and (max-width: 1050px) {
  .bottom-header__container {
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .top-header,
  .bottom-header {
    display: none;
  }
}

/* On mobile
 ************************************************************/
.mobile-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  height: 50px;
  width: 100%;
  top: 0;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .mobile-header {
    display: none;
  }
}

/************************************************************
 * FOOTER
 ************************************************************/
footer {
  min-height: 300px;
  background-color: #f2f2f2;
}

/************************************************************
 * GRID
 ************************************************************/
.grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 5% repeat(12, 7.5%) 5%;
  -ms-grid-columns: 5% 7.5% 7.5% 7.5% 7.5% 7.5% 7.5% 7.5% 7.5% 7.5% 7.5% 7.5% 7.5% 5%;
  width: 100%;
  margin: 0 auto;
  max-width: 1365px;
}
@media screen and (min-width: 1365px) {
  .grid {
    grid-template-columns: 1fr repeat(12, 108px) 1fr;
    -ms-grid-columns: 1fr 108px 108px 108px 108px 108px 108px 108px 108px 108px 108px 108px 108px 1fr;
  }
}

.cell-front {
  position: relative;
  z-index: 2;
}

.cell-x-xs-1-1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/span 1;
}

.cell-y-xs-1-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
}

.cell-x-xs-1-2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
}

.cell-y-xs-1-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
}

.cell-x-xs-1-3 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/span 3;
}

.cell-y-xs-1-3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/span 3;
}

.cell-x-xs-1-4 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/span 4;
}

.cell-y-xs-1-4 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1/span 4;
}

.cell-x-xs-1-5 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1/span 5;
}

.cell-y-xs-1-5 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-row: 1/span 5;
}

.cell-x-xs-1-6 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/span 6;
}

.cell-y-xs-1-6 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 6;
  grid-row: 1/span 6;
}

.cell-x-xs-1-7 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  grid-column: 1/span 7;
}

.cell-y-xs-1-7 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  grid-row: 1/span 7;
}

.cell-x-xs-1-8 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 8;
  grid-column: 1/span 8;
}

.cell-y-xs-1-8 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 8;
  grid-row: 1/span 8;
}

.cell-x-xs-1-9 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
  grid-column: 1/span 9;
}

.cell-y-xs-1-9 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 9;
  grid-row: 1/span 9;
}

.cell-x-xs-1-10 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 10;
  grid-column: 1/span 10;
}

.cell-y-xs-1-10 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 10;
  grid-row: 1/span 10;
}

.cell-x-xs-1-11 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-column: 1/span 11;
}

.cell-y-xs-1-11 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 11;
  grid-row: 1/span 11;
}

.cell-x-xs-1-12 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
}

.cell-y-xs-1-12 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 12;
  grid-row: 1/span 12;
}

.cell-x-xs-1-13 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 13;
  grid-column: 1/span 13;
}

.cell-y-xs-1-13 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  grid-row: 1/span 13;
}

.cell-x-xs-1-14 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
}

.cell-y-xs-1-14 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 14;
  grid-row: 1/span 14;
}

.cell-x-xs-2-1 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/span 1;
}

.cell-y-xs-2-1 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/span 1;
}

.cell-x-xs-2-2 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/span 2;
}

.cell-y-xs-2-2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/span 2;
}

.cell-x-xs-2-3 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-column: 2/span 3;
}

.cell-y-xs-2-3 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  grid-row: 2/span 3;
}

.cell-x-xs-2-4 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 4;
  grid-column: 2/span 4;
}

.cell-y-xs-2-4 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 4;
  grid-row: 2/span 4;
}

.cell-x-xs-2-5 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 5;
  grid-column: 2/span 5;
}

.cell-y-xs-2-5 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 5;
  grid-row: 2/span 5;
}

.cell-x-xs-2-6 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 6;
  grid-column: 2/span 6;
}

.cell-y-xs-2-6 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 6;
  grid-row: 2/span 6;
}

.cell-x-xs-2-7 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 7;
  grid-column: 2/span 7;
}

.cell-y-xs-2-7 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 7;
  grid-row: 2/span 7;
}

.cell-x-xs-2-8 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 8;
  grid-column: 2/span 8;
}

.cell-y-xs-2-8 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 8;
  grid-row: 2/span 8;
}

.cell-x-xs-2-9 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 9;
  grid-column: 2/span 9;
}

.cell-y-xs-2-9 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 9;
  grid-row: 2/span 9;
}

.cell-x-xs-2-10 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 10;
  grid-column: 2/span 10;
}

.cell-y-xs-2-10 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 10;
  grid-row: 2/span 10;
}

.cell-x-xs-2-11 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 11;
  grid-column: 2/span 11;
}

.cell-y-xs-2-11 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 11;
  grid-row: 2/span 11;
}

.cell-x-xs-2-12 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 12;
  grid-column: 2/span 12;
}

.cell-y-xs-2-12 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 12;
  grid-row: 2/span 12;
}

.cell-x-xs-2-13 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 13;
  grid-column: 2/span 13;
}

.cell-y-xs-2-13 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 13;
  grid-row: 2/span 13;
}

.cell-x-xs-3-1 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/span 1;
}

.cell-y-xs-3-1 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/span 1;
}

.cell-x-xs-3-2 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/span 2;
}

.cell-y-xs-3-2 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3/span 2;
}

.cell-x-xs-3-3 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-column: 3/span 3;
}

.cell-y-xs-3-3 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  grid-row: 3/span 3;
}

.cell-x-xs-3-4 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 4;
  grid-column: 3/span 4;
}

.cell-y-xs-3-4 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 4;
  grid-row: 3/span 4;
}

.cell-x-xs-3-5 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
  grid-column: 3/span 5;
}

.cell-y-xs-3-5 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 5;
  grid-row: 3/span 5;
}

.cell-x-xs-3-6 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 6;
  grid-column: 3/span 6;
}

.cell-y-xs-3-6 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 6;
  grid-row: 3/span 6;
}

.cell-x-xs-3-7 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 7;
  grid-column: 3/span 7;
}

.cell-y-xs-3-7 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 7;
  grid-row: 3/span 7;
}

.cell-x-xs-3-8 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 8;
  grid-column: 3/span 8;
}

.cell-y-xs-3-8 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 8;
  grid-row: 3/span 8;
}

.cell-x-xs-3-9 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 9;
  grid-column: 3/span 9;
}

.cell-y-xs-3-9 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 9;
  grid-row: 3/span 9;
}

.cell-x-xs-3-10 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 10;
  grid-column: 3/span 10;
}

.cell-y-xs-3-10 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 10;
  grid-row: 3/span 10;
}

.cell-x-xs-3-11 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 11;
  grid-column: 3/span 11;
}

.cell-y-xs-3-11 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 11;
  grid-row: 3/span 11;
}

.cell-x-xs-3-12 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 12;
  grid-column: 3/span 12;
}

.cell-y-xs-3-12 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 12;
  grid-row: 3/span 12;
}

.cell-x-xs-4-1 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/span 1;
}

.cell-y-xs-4-1 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/span 1;
}

.cell-x-xs-4-2 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-column: 4/span 2;
}

.cell-y-xs-4-2 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  grid-row: 4/span 2;
}

.cell-x-xs-4-3 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4/span 3;
}

.cell-y-xs-4-3 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 3;
  grid-row: 4/span 3;
}

.cell-x-xs-4-4 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 4;
  grid-column: 4/span 4;
}

.cell-y-xs-4-4 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 4;
  grid-row: 4/span 4;
}

.cell-x-xs-4-5 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 5;
  grid-column: 4/span 5;
}

.cell-y-xs-4-5 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 5;
  grid-row: 4/span 5;
}

.cell-x-xs-4-6 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 6;
  grid-column: 4/span 6;
}

.cell-y-xs-4-6 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 6;
  grid-row: 4/span 6;
}

.cell-x-xs-4-7 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 7;
  grid-column: 4/span 7;
}

.cell-y-xs-4-7 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 7;
  grid-row: 4/span 7;
}

.cell-x-xs-4-8 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 8;
  grid-column: 4/span 8;
}

.cell-y-xs-4-8 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 8;
  grid-row: 4/span 8;
}

.cell-x-xs-4-9 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 9;
  grid-column: 4/span 9;
}

.cell-y-xs-4-9 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 9;
  grid-row: 4/span 9;
}

.cell-x-xs-4-10 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 10;
  grid-column: 4/span 10;
}

.cell-y-xs-4-10 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 10;
  grid-row: 4/span 10;
}

.cell-x-xs-4-11 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 11;
  grid-column: 4/span 11;
}

.cell-y-xs-4-11 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 11;
  grid-row: 4/span 11;
}

.cell-x-xs-5-1 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5/span 1;
}

.cell-y-xs-5-1 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/span 1;
}

.cell-x-xs-5-2 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-column: 5/span 2;
}

.cell-y-xs-5-2 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 2;
  grid-row: 5/span 2;
}

.cell-x-xs-5-3 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-column: 5/span 3;
}

.cell-y-xs-5-3 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  grid-row: 5/span 3;
}

.cell-x-xs-5-4 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 4;
  grid-column: 5/span 4;
}

.cell-y-xs-5-4 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 4;
  grid-row: 5/span 4;
}

.cell-x-xs-5-5 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 5;
  grid-column: 5/span 5;
}

.cell-y-xs-5-5 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 5;
  grid-row: 5/span 5;
}

.cell-x-xs-5-6 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 6;
  grid-column: 5/span 6;
}

.cell-y-xs-5-6 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 6;
  grid-row: 5/span 6;
}

.cell-x-xs-5-7 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 7;
  grid-column: 5/span 7;
}

.cell-y-xs-5-7 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 7;
  grid-row: 5/span 7;
}

.cell-x-xs-5-8 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 8;
  grid-column: 5/span 8;
}

.cell-y-xs-5-8 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 8;
  grid-row: 5/span 8;
}

.cell-x-xs-5-9 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 9;
  grid-column: 5/span 9;
}

.cell-y-xs-5-9 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 9;
  grid-row: 5/span 9;
}

.cell-x-xs-5-10 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 10;
  grid-column: 5/span 10;
}

.cell-y-xs-5-10 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 10;
  grid-row: 5/span 10;
}

.cell-x-xs-6-1 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 1;
  grid-column: 6/span 1;
}

.cell-y-xs-6-1 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  grid-row: 6/span 1;
}

.cell-x-xs-6-2 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 2;
  grid-column: 6/span 2;
}

.cell-y-xs-6-2 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 2;
  grid-row: 6/span 2;
}

.cell-x-xs-6-3 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 3;
  grid-column: 6/span 3;
}

.cell-y-xs-6-3 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 3;
  grid-row: 6/span 3;
}

.cell-x-xs-6-4 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 4;
  grid-column: 6/span 4;
}

.cell-y-xs-6-4 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 4;
  grid-row: 6/span 4;
}

.cell-x-xs-6-5 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 5;
  grid-column: 6/span 5;
}

.cell-y-xs-6-5 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 5;
  grid-row: 6/span 5;
}

.cell-x-xs-6-6 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 6;
  grid-column: 6/span 6;
}

.cell-y-xs-6-6 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 6;
  grid-row: 6/span 6;
}

.cell-x-xs-6-7 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 7;
  grid-column: 6/span 7;
}

.cell-y-xs-6-7 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 7;
  grid-row: 6/span 7;
}

.cell-x-xs-6-8 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 8;
  grid-column: 6/span 8;
}

.cell-y-xs-6-8 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 8;
  grid-row: 6/span 8;
}

.cell-x-xs-6-9 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 9;
  grid-column: 6/span 9;
}

.cell-y-xs-6-9 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 9;
  grid-row: 6/span 9;
}

.cell-x-xs-7-1 {
  -ms-grid-column: 7;
  -ms-grid-column-span: 1;
  grid-column: 7/span 1;
}

.cell-y-xs-7-1 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  grid-row: 7/span 1;
}

.cell-x-xs-7-2 {
  -ms-grid-column: 7;
  -ms-grid-column-span: 2;
  grid-column: 7/span 2;
}

.cell-y-xs-7-2 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 2;
  grid-row: 7/span 2;
}

.cell-x-xs-7-3 {
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-column: 7/span 3;
}

.cell-y-xs-7-3 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  grid-row: 7/span 3;
}

.cell-x-xs-7-4 {
  -ms-grid-column: 7;
  -ms-grid-column-span: 4;
  grid-column: 7/span 4;
}

.cell-y-xs-7-4 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 4;
  grid-row: 7/span 4;
}

.cell-x-xs-7-5 {
  -ms-grid-column: 7;
  -ms-grid-column-span: 5;
  grid-column: 7/span 5;
}

.cell-y-xs-7-5 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 5;
  grid-row: 7/span 5;
}

.cell-x-xs-7-6 {
  -ms-grid-column: 7;
  -ms-grid-column-span: 6;
  grid-column: 7/span 6;
}

.cell-y-xs-7-6 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 6;
  grid-row: 7/span 6;
}

.cell-x-xs-7-7 {
  -ms-grid-column: 7;
  -ms-grid-column-span: 7;
  grid-column: 7/span 7;
}

.cell-y-xs-7-7 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 7;
  grid-row: 7/span 7;
}

.cell-x-xs-7-8 {
  -ms-grid-column: 7;
  -ms-grid-column-span: 8;
  grid-column: 7/span 8;
}

.cell-y-xs-7-8 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 8;
  grid-row: 7/span 8;
}

.cell-x-xs-8-1 {
  -ms-grid-column: 8;
  -ms-grid-column-span: 1;
  grid-column: 8/span 1;
}

.cell-y-xs-8-1 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 1;
  grid-row: 8/span 1;
}

.cell-x-xs-8-2 {
  -ms-grid-column: 8;
  -ms-grid-column-span: 2;
  grid-column: 8/span 2;
}

.cell-y-xs-8-2 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 2;
  grid-row: 8/span 2;
}

.cell-x-xs-8-3 {
  -ms-grid-column: 8;
  -ms-grid-column-span: 3;
  grid-column: 8/span 3;
}

.cell-y-xs-8-3 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 3;
  grid-row: 8/span 3;
}

.cell-x-xs-8-4 {
  -ms-grid-column: 8;
  -ms-grid-column-span: 4;
  grid-column: 8/span 4;
}

.cell-y-xs-8-4 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 4;
  grid-row: 8/span 4;
}

.cell-x-xs-8-5 {
  -ms-grid-column: 8;
  -ms-grid-column-span: 5;
  grid-column: 8/span 5;
}

.cell-y-xs-8-5 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 5;
  grid-row: 8/span 5;
}

.cell-x-xs-8-6 {
  -ms-grid-column: 8;
  -ms-grid-column-span: 6;
  grid-column: 8/span 6;
}

.cell-y-xs-8-6 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 6;
  grid-row: 8/span 6;
}

.cell-x-xs-8-7 {
  -ms-grid-column: 8;
  -ms-grid-column-span: 7;
  grid-column: 8/span 7;
}

.cell-y-xs-8-7 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 7;
  grid-row: 8/span 7;
}

.cell-x-xs-9-1 {
  -ms-grid-column: 9;
  -ms-grid-column-span: 1;
  grid-column: 9/span 1;
}

.cell-y-xs-9-1 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 1;
  grid-row: 9/span 1;
}

.cell-x-xs-9-2 {
  -ms-grid-column: 9;
  -ms-grid-column-span: 2;
  grid-column: 9/span 2;
}

.cell-y-xs-9-2 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 2;
  grid-row: 9/span 2;
}

.cell-x-xs-9-3 {
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
  grid-column: 9/span 3;
}

.cell-y-xs-9-3 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 3;
  grid-row: 9/span 3;
}

.cell-x-xs-9-4 {
  -ms-grid-column: 9;
  -ms-grid-column-span: 4;
  grid-column: 9/span 4;
}

.cell-y-xs-9-4 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 4;
  grid-row: 9/span 4;
}

.cell-x-xs-9-5 {
  -ms-grid-column: 9;
  -ms-grid-column-span: 5;
  grid-column: 9/span 5;
}

.cell-y-xs-9-5 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 5;
  grid-row: 9/span 5;
}

.cell-x-xs-9-6 {
  -ms-grid-column: 9;
  -ms-grid-column-span: 6;
  grid-column: 9/span 6;
}

.cell-y-xs-9-6 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 6;
  grid-row: 9/span 6;
}

.cell-x-xs-10-1 {
  -ms-grid-column: 10;
  -ms-grid-column-span: 1;
  grid-column: 10/span 1;
}

.cell-y-xs-10-1 {
  -ms-grid-row: 10;
  -ms-grid-row-span: 1;
  grid-row: 10/span 1;
}

.cell-x-xs-10-2 {
  -ms-grid-column: 10;
  -ms-grid-column-span: 2;
  grid-column: 10/span 2;
}

.cell-y-xs-10-2 {
  -ms-grid-row: 10;
  -ms-grid-row-span: 2;
  grid-row: 10/span 2;
}

.cell-x-xs-10-3 {
  -ms-grid-column: 10;
  -ms-grid-column-span: 3;
  grid-column: 10/span 3;
}

.cell-y-xs-10-3 {
  -ms-grid-row: 10;
  -ms-grid-row-span: 3;
  grid-row: 10/span 3;
}

.cell-x-xs-10-4 {
  -ms-grid-column: 10;
  -ms-grid-column-span: 4;
  grid-column: 10/span 4;
}

.cell-y-xs-10-4 {
  -ms-grid-row: 10;
  -ms-grid-row-span: 4;
  grid-row: 10/span 4;
}

.cell-x-xs-10-5 {
  -ms-grid-column: 10;
  -ms-grid-column-span: 5;
  grid-column: 10/span 5;
}

.cell-y-xs-10-5 {
  -ms-grid-row: 10;
  -ms-grid-row-span: 5;
  grid-row: 10/span 5;
}

.cell-x-xs-11-1 {
  -ms-grid-column: 11;
  -ms-grid-column-span: 1;
  grid-column: 11/span 1;
}

.cell-y-xs-11-1 {
  -ms-grid-row: 11;
  -ms-grid-row-span: 1;
  grid-row: 11/span 1;
}

.cell-x-xs-11-2 {
  -ms-grid-column: 11;
  -ms-grid-column-span: 2;
  grid-column: 11/span 2;
}

.cell-y-xs-11-2 {
  -ms-grid-row: 11;
  -ms-grid-row-span: 2;
  grid-row: 11/span 2;
}

.cell-x-xs-11-3 {
  -ms-grid-column: 11;
  -ms-grid-column-span: 3;
  grid-column: 11/span 3;
}

.cell-y-xs-11-3 {
  -ms-grid-row: 11;
  -ms-grid-row-span: 3;
  grid-row: 11/span 3;
}

.cell-x-xs-11-4 {
  -ms-grid-column: 11;
  -ms-grid-column-span: 4;
  grid-column: 11/span 4;
}

.cell-y-xs-11-4 {
  -ms-grid-row: 11;
  -ms-grid-row-span: 4;
  grid-row: 11/span 4;
}

.cell-x-xs-12-1 {
  -ms-grid-column: 12;
  -ms-grid-column-span: 1;
  grid-column: 12/span 1;
}

.cell-y-xs-12-1 {
  -ms-grid-row: 12;
  -ms-grid-row-span: 1;
  grid-row: 12/span 1;
}

.cell-x-xs-12-2 {
  -ms-grid-column: 12;
  -ms-grid-column-span: 2;
  grid-column: 12/span 2;
}

.cell-y-xs-12-2 {
  -ms-grid-row: 12;
  -ms-grid-row-span: 2;
  grid-row: 12/span 2;
}

.cell-x-xs-12-3 {
  -ms-grid-column: 12;
  -ms-grid-column-span: 3;
  grid-column: 12/span 3;
}

.cell-y-xs-12-3 {
  -ms-grid-row: 12;
  -ms-grid-row-span: 3;
  grid-row: 12/span 3;
}

.cell-x-xs-13-1 {
  -ms-grid-column: 13;
  -ms-grid-column-span: 1;
  grid-column: 13/span 1;
}

.cell-y-xs-13-1 {
  -ms-grid-row: 13;
  -ms-grid-row-span: 1;
  grid-row: 13/span 1;
}

.cell-x-xs-13-2 {
  -ms-grid-column: 13;
  -ms-grid-column-span: 2;
  grid-column: 13/span 2;
}

.cell-y-xs-13-2 {
  -ms-grid-row: 13;
  -ms-grid-row-span: 2;
  grid-row: 13/span 2;
}

.cell-x-xs-14-1 {
  -ms-grid-column: 14;
  -ms-grid-column-span: 1;
  grid-column: 14/span 1;
}

.cell-y-xs-14-1 {
  -ms-grid-row: 14;
  -ms-grid-row-span: 1;
  grid-row: 14/span 1;
}

@media screen and (min-width: 480px) {
  .cell-x-sm-1-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/span 1;
  }
  .cell-y-sm-1-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .cell-x-sm-1-2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
  .cell-y-sm-1-2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
  }
  .cell-x-sm-1-3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
  }
  .cell-y-sm-1-3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
  }
  .cell-x-sm-1-4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
  }
  .cell-y-sm-1-4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1/span 4;
  }
  .cell-x-sm-1-5 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/span 5;
  }
  .cell-y-sm-1-5 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    grid-row: 1/span 5;
  }
  .cell-x-sm-1-6 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
  }
  .cell-y-sm-1-6 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
    grid-row: 1/span 6;
  }
  .cell-x-sm-1-7 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1/span 7;
  }
  .cell-y-sm-1-7 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    grid-row: 1/span 7;
  }
  .cell-x-sm-1-8 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    grid-column: 1/span 8;
  }
  .cell-y-sm-1-8 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 8;
    grid-row: 1/span 8;
  }
  .cell-x-sm-1-9 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 9;
    grid-column: 1/span 9;
  }
  .cell-y-sm-1-9 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 9;
    grid-row: 1/span 9;
  }
  .cell-x-sm-1-10 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 10;
    grid-column: 1/span 10;
  }
  .cell-y-sm-1-10 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 10;
    grid-row: 1/span 10;
  }
  .cell-x-sm-1-11 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 11;
    grid-column: 1/span 11;
  }
  .cell-y-sm-1-11 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 11;
    grid-row: 1/span 11;
  }
  .cell-x-sm-1-12 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
  }
  .cell-y-sm-1-12 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 12;
    grid-row: 1/span 12;
  }
  .cell-x-sm-1-13 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 13;
    grid-column: 1/span 13;
  }
  .cell-y-sm-1-13 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 13;
    grid-row: 1/span 13;
  }
  .cell-x-sm-1-14 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 14;
    grid-column: 1/span 14;
  }
  .cell-y-sm-1-14 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 14;
    grid-row: 1/span 14;
  }
  .cell-x-sm-2-1 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/span 1;
  }
  .cell-y-sm-2-1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .cell-x-sm-2-2 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/span 2;
  }
  .cell-y-sm-2-2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/span 2;
  }
  .cell-x-sm-2-3 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2/span 3;
  }
  .cell-y-sm-2-3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    grid-row: 2/span 3;
  }
  .cell-x-sm-2-4 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2/span 4;
  }
  .cell-y-sm-2-4 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 4;
    grid-row: 2/span 4;
  }
  .cell-x-sm-2-5 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
    grid-column: 2/span 5;
  }
  .cell-y-sm-2-5 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 5;
    grid-row: 2/span 5;
  }
  .cell-x-sm-2-6 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 6;
    grid-column: 2/span 6;
  }
  .cell-y-sm-2-6 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 6;
    grid-row: 2/span 6;
  }
  .cell-x-sm-2-7 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 7;
    grid-column: 2/span 7;
  }
  .cell-y-sm-2-7 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 7;
    grid-row: 2/span 7;
  }
  .cell-x-sm-2-8 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 8;
    grid-column: 2/span 8;
  }
  .cell-y-sm-2-8 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 8;
    grid-row: 2/span 8;
  }
  .cell-x-sm-2-9 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 9;
    grid-column: 2/span 9;
  }
  .cell-y-sm-2-9 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 9;
    grid-row: 2/span 9;
  }
  .cell-x-sm-2-10 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/span 10;
  }
  .cell-y-sm-2-10 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 10;
    grid-row: 2/span 10;
  }
  .cell-x-sm-2-11 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 11;
    grid-column: 2/span 11;
  }
  .cell-y-sm-2-11 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 11;
    grid-row: 2/span 11;
  }
  .cell-x-sm-2-12 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 12;
    grid-column: 2/span 12;
  }
  .cell-y-sm-2-12 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 12;
    grid-row: 2/span 12;
  }
  .cell-x-sm-2-13 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 13;
    grid-column: 2/span 13;
  }
  .cell-y-sm-2-13 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 13;
    grid-row: 2/span 13;
  }
  .cell-x-sm-3-1 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/span 1;
  }
  .cell-y-sm-3-1 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .cell-x-sm-3-2 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/span 2;
  }
  .cell-y-sm-3-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/span 2;
  }
  .cell-x-sm-3-3 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/span 3;
  }
  .cell-y-sm-3-3 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    grid-row: 3/span 3;
  }
  .cell-x-sm-3-4 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 4;
    grid-column: 3/span 4;
  }
  .cell-y-sm-3-4 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 4;
    grid-row: 3/span 4;
  }
  .cell-x-sm-3-5 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
    grid-column: 3/span 5;
  }
  .cell-y-sm-3-5 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 5;
    grid-row: 3/span 5;
  }
  .cell-x-sm-3-6 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 6;
    grid-column: 3/span 6;
  }
  .cell-y-sm-3-6 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 6;
    grid-row: 3/span 6;
  }
  .cell-x-sm-3-7 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 7;
    grid-column: 3/span 7;
  }
  .cell-y-sm-3-7 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 7;
    grid-row: 3/span 7;
  }
  .cell-x-sm-3-8 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
  .cell-y-sm-3-8 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 8;
    grid-row: 3/span 8;
  }
  .cell-x-sm-3-9 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 9;
    grid-column: 3/span 9;
  }
  .cell-y-sm-3-9 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 9;
    grid-row: 3/span 9;
  }
  .cell-x-sm-3-10 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 10;
    grid-column: 3/span 10;
  }
  .cell-y-sm-3-10 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 10;
    grid-row: 3/span 10;
  }
  .cell-x-sm-3-11 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 11;
    grid-column: 3/span 11;
  }
  .cell-y-sm-3-11 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 11;
    grid-row: 3/span 11;
  }
  .cell-x-sm-3-12 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 12;
    grid-column: 3/span 12;
  }
  .cell-y-sm-3-12 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 12;
    grid-row: 3/span 12;
  }
  .cell-x-sm-4-1 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/span 1;
  }
  .cell-y-sm-4-1 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
  .cell-x-sm-4-2 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/span 2;
  }
  .cell-y-sm-4-2 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    grid-row: 4/span 2;
  }
  .cell-x-sm-4-3 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4/span 3;
  }
  .cell-y-sm-4-3 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 3;
    grid-row: 4/span 3;
  }
  .cell-x-sm-4-4 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 4;
    grid-column: 4/span 4;
  }
  .cell-y-sm-4-4 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 4;
    grid-row: 4/span 4;
  }
  .cell-x-sm-4-5 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 5;
    grid-column: 4/span 5;
  }
  .cell-y-sm-4-5 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 5;
    grid-row: 4/span 5;
  }
  .cell-x-sm-4-6 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
  .cell-y-sm-4-6 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 6;
    grid-row: 4/span 6;
  }
  .cell-x-sm-4-7 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 7;
    grid-column: 4/span 7;
  }
  .cell-y-sm-4-7 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 7;
    grid-row: 4/span 7;
  }
  .cell-x-sm-4-8 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 8;
    grid-column: 4/span 8;
  }
  .cell-y-sm-4-8 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 8;
    grid-row: 4/span 8;
  }
  .cell-x-sm-4-9 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 9;
    grid-column: 4/span 9;
  }
  .cell-y-sm-4-9 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 9;
    grid-row: 4/span 9;
  }
  .cell-x-sm-4-10 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 10;
    grid-column: 4/span 10;
  }
  .cell-y-sm-4-10 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 10;
    grid-row: 4/span 10;
  }
  .cell-x-sm-4-11 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 11;
    grid-column: 4/span 11;
  }
  .cell-y-sm-4-11 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 11;
    grid-row: 4/span 11;
  }
  .cell-x-sm-5-1 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-column: 5/span 1;
  }
  .cell-y-sm-5-1 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/span 1;
  }
  .cell-x-sm-5-2 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5/span 2;
  }
  .cell-y-sm-5-2 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    grid-row: 5/span 2;
  }
  .cell-x-sm-5-3 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    grid-column: 5/span 3;
  }
  .cell-y-sm-5-3 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    grid-row: 5/span 3;
  }
  .cell-x-sm-5-4 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5/span 4;
  }
  .cell-y-sm-5-4 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 4;
    grid-row: 5/span 4;
  }
  .cell-x-sm-5-5 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 5;
    grid-column: 5/span 5;
  }
  .cell-y-sm-5-5 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 5;
    grid-row: 5/span 5;
  }
  .cell-x-sm-5-6 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 6;
    grid-column: 5/span 6;
  }
  .cell-y-sm-5-6 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 6;
    grid-row: 5/span 6;
  }
  .cell-x-sm-5-7 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 7;
    grid-column: 5/span 7;
  }
  .cell-y-sm-5-7 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 7;
    grid-row: 5/span 7;
  }
  .cell-x-sm-5-8 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 8;
    grid-column: 5/span 8;
  }
  .cell-y-sm-5-8 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 8;
    grid-row: 5/span 8;
  }
  .cell-x-sm-5-9 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 9;
    grid-column: 5/span 9;
  }
  .cell-y-sm-5-9 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 9;
    grid-row: 5/span 9;
  }
  .cell-x-sm-5-10 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 10;
    grid-column: 5/span 10;
  }
  .cell-y-sm-5-10 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 10;
    grid-row: 5/span 10;
  }
  .cell-x-sm-6-1 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
    grid-column: 6/span 1;
  }
  .cell-y-sm-6-1 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/span 1;
  }
  .cell-x-sm-6-2 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 2;
    grid-column: 6/span 2;
  }
  .cell-y-sm-6-2 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 2;
    grid-row: 6/span 2;
  }
  .cell-x-sm-6-3 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 3;
    grid-column: 6/span 3;
  }
  .cell-y-sm-6-3 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 3;
    grid-row: 6/span 3;
  }
  .cell-x-sm-6-4 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 4;
    grid-column: 6/span 4;
  }
  .cell-y-sm-6-4 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 4;
    grid-row: 6/span 4;
  }
  .cell-x-sm-6-5 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 5;
    grid-column: 6/span 5;
  }
  .cell-y-sm-6-5 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 5;
    grid-row: 6/span 5;
  }
  .cell-x-sm-6-6 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 6;
    grid-column: 6/span 6;
  }
  .cell-y-sm-6-6 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 6;
    grid-row: 6/span 6;
  }
  .cell-x-sm-6-7 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 7;
    grid-column: 6/span 7;
  }
  .cell-y-sm-6-7 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 7;
    grid-row: 6/span 7;
  }
  .cell-x-sm-6-8 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 8;
    grid-column: 6/span 8;
  }
  .cell-y-sm-6-8 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 8;
    grid-row: 6/span 8;
  }
  .cell-x-sm-6-9 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 9;
    grid-column: 6/span 9;
  }
  .cell-y-sm-6-9 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 9;
    grid-row: 6/span 9;
  }
  .cell-x-sm-7-1 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 1;
    grid-column: 7/span 1;
  }
  .cell-y-sm-7-1 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7/span 1;
  }
  .cell-x-sm-7-2 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 2;
    grid-column: 7/span 2;
  }
  .cell-y-sm-7-2 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 2;
    grid-row: 7/span 2;
  }
  .cell-x-sm-7-3 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7/span 3;
  }
  .cell-y-sm-7-3 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 3;
    grid-row: 7/span 3;
  }
  .cell-x-sm-7-4 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 4;
    grid-column: 7/span 4;
  }
  .cell-y-sm-7-4 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 4;
    grid-row: 7/span 4;
  }
  .cell-x-sm-7-5 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 5;
    grid-column: 7/span 5;
  }
  .cell-y-sm-7-5 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 5;
    grid-row: 7/span 5;
  }
  .cell-x-sm-7-6 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/span 6;
  }
  .cell-y-sm-7-6 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 6;
    grid-row: 7/span 6;
  }
  .cell-x-sm-7-7 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 7;
    grid-column: 7/span 7;
  }
  .cell-y-sm-7-7 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 7;
    grid-row: 7/span 7;
  }
  .cell-x-sm-7-8 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 8;
    grid-column: 7/span 8;
  }
  .cell-y-sm-7-8 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 8;
    grid-row: 7/span 8;
  }
  .cell-x-sm-8-1 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 1;
    grid-column: 8/span 1;
  }
  .cell-y-sm-8-1 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    grid-row: 8/span 1;
  }
  .cell-x-sm-8-2 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 2;
    grid-column: 8/span 2;
  }
  .cell-y-sm-8-2 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 2;
    grid-row: 8/span 2;
  }
  .cell-x-sm-8-3 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 3;
    grid-column: 8/span 3;
  }
  .cell-y-sm-8-3 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 3;
    grid-row: 8/span 3;
  }
  .cell-x-sm-8-4 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 4;
    grid-column: 8/span 4;
  }
  .cell-y-sm-8-4 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 4;
    grid-row: 8/span 4;
  }
  .cell-x-sm-8-5 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 5;
    grid-column: 8/span 5;
  }
  .cell-y-sm-8-5 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 5;
    grid-row: 8/span 5;
  }
  .cell-x-sm-8-6 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 6;
    grid-column: 8/span 6;
  }
  .cell-y-sm-8-6 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 6;
    grid-row: 8/span 6;
  }
  .cell-x-sm-8-7 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 7;
    grid-column: 8/span 7;
  }
  .cell-y-sm-8-7 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 7;
    grid-row: 8/span 7;
  }
  .cell-x-sm-9-1 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 1;
    grid-column: 9/span 1;
  }
  .cell-y-sm-9-1 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    grid-row: 9/span 1;
  }
  .cell-x-sm-9-2 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 2;
    grid-column: 9/span 2;
  }
  .cell-y-sm-9-2 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 2;
    grid-row: 9/span 2;
  }
  .cell-x-sm-9-3 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
    grid-column: 9/span 3;
  }
  .cell-y-sm-9-3 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 3;
    grid-row: 9/span 3;
  }
  .cell-x-sm-9-4 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9/span 4;
  }
  .cell-y-sm-9-4 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 4;
    grid-row: 9/span 4;
  }
  .cell-x-sm-9-5 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 5;
    grid-column: 9/span 5;
  }
  .cell-y-sm-9-5 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 5;
    grid-row: 9/span 5;
  }
  .cell-x-sm-9-6 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 6;
    grid-column: 9/span 6;
  }
  .cell-y-sm-9-6 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 6;
    grid-row: 9/span 6;
  }
  .cell-x-sm-10-1 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 1;
    grid-column: 10/span 1;
  }
  .cell-y-sm-10-1 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 1;
    grid-row: 10/span 1;
  }
  .cell-x-sm-10-2 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 2;
    grid-column: 10/span 2;
  }
  .cell-y-sm-10-2 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 2;
    grid-row: 10/span 2;
  }
  .cell-x-sm-10-3 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10/span 3;
  }
  .cell-y-sm-10-3 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 3;
    grid-row: 10/span 3;
  }
  .cell-x-sm-10-4 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 4;
    grid-column: 10/span 4;
  }
  .cell-y-sm-10-4 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 4;
    grid-row: 10/span 4;
  }
  .cell-x-sm-10-5 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 5;
    grid-column: 10/span 5;
  }
  .cell-y-sm-10-5 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 5;
    grid-row: 10/span 5;
  }
  .cell-x-sm-11-1 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 1;
    grid-column: 11/span 1;
  }
  .cell-y-sm-11-1 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 1;
    grid-row: 11/span 1;
  }
  .cell-x-sm-11-2 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 2;
    grid-column: 11/span 2;
  }
  .cell-y-sm-11-2 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 2;
    grid-row: 11/span 2;
  }
  .cell-x-sm-11-3 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 3;
    grid-column: 11/span 3;
  }
  .cell-y-sm-11-3 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 3;
    grid-row: 11/span 3;
  }
  .cell-x-sm-11-4 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 4;
    grid-column: 11/span 4;
  }
  .cell-y-sm-11-4 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 4;
    grid-row: 11/span 4;
  }
  .cell-x-sm-12-1 {
    -ms-grid-column: 12;
    -ms-grid-column-span: 1;
    grid-column: 12/span 1;
  }
  .cell-y-sm-12-1 {
    -ms-grid-row: 12;
    -ms-grid-row-span: 1;
    grid-row: 12/span 1;
  }
  .cell-x-sm-12-2 {
    -ms-grid-column: 12;
    -ms-grid-column-span: 2;
    grid-column: 12/span 2;
  }
  .cell-y-sm-12-2 {
    -ms-grid-row: 12;
    -ms-grid-row-span: 2;
    grid-row: 12/span 2;
  }
  .cell-x-sm-12-3 {
    -ms-grid-column: 12;
    -ms-grid-column-span: 3;
    grid-column: 12/span 3;
  }
  .cell-y-sm-12-3 {
    -ms-grid-row: 12;
    -ms-grid-row-span: 3;
    grid-row: 12/span 3;
  }
  .cell-x-sm-13-1 {
    -ms-grid-column: 13;
    -ms-grid-column-span: 1;
    grid-column: 13/span 1;
  }
  .cell-y-sm-13-1 {
    -ms-grid-row: 13;
    -ms-grid-row-span: 1;
    grid-row: 13/span 1;
  }
  .cell-x-sm-13-2 {
    -ms-grid-column: 13;
    -ms-grid-column-span: 2;
    grid-column: 13/span 2;
  }
  .cell-y-sm-13-2 {
    -ms-grid-row: 13;
    -ms-grid-row-span: 2;
    grid-row: 13/span 2;
  }
  .cell-x-sm-14-1 {
    -ms-grid-column: 14;
    -ms-grid-column-span: 1;
    grid-column: 14/span 1;
  }
  .cell-y-sm-14-1 {
    -ms-grid-row: 14;
    -ms-grid-row-span: 1;
    grid-row: 14/span 1;
  }
}
@media screen and (min-width: 768px) {
  .cell-x-md-1-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/span 1;
  }
  .cell-y-md-1-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .cell-x-md-1-2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
  .cell-y-md-1-2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
  }
  .cell-x-md-1-3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
  }
  .cell-y-md-1-3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
  }
  .cell-x-md-1-4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
  }
  .cell-y-md-1-4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1/span 4;
  }
  .cell-x-md-1-5 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/span 5;
  }
  .cell-y-md-1-5 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    grid-row: 1/span 5;
  }
  .cell-x-md-1-6 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
  }
  .cell-y-md-1-6 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
    grid-row: 1/span 6;
  }
  .cell-x-md-1-7 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1/span 7;
  }
  .cell-y-md-1-7 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    grid-row: 1/span 7;
  }
  .cell-x-md-1-8 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    grid-column: 1/span 8;
  }
  .cell-y-md-1-8 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 8;
    grid-row: 1/span 8;
  }
  .cell-x-md-1-9 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 9;
    grid-column: 1/span 9;
  }
  .cell-y-md-1-9 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 9;
    grid-row: 1/span 9;
  }
  .cell-x-md-1-10 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 10;
    grid-column: 1/span 10;
  }
  .cell-y-md-1-10 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 10;
    grid-row: 1/span 10;
  }
  .cell-x-md-1-11 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 11;
    grid-column: 1/span 11;
  }
  .cell-y-md-1-11 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 11;
    grid-row: 1/span 11;
  }
  .cell-x-md-1-12 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
  }
  .cell-y-md-1-12 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 12;
    grid-row: 1/span 12;
  }
  .cell-x-md-1-13 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 13;
    grid-column: 1/span 13;
  }
  .cell-y-md-1-13 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 13;
    grid-row: 1/span 13;
  }
  .cell-x-md-1-14 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 14;
    grid-column: 1/span 14;
  }
  .cell-y-md-1-14 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 14;
    grid-row: 1/span 14;
  }
  .cell-x-md-2-1 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/span 1;
  }
  .cell-y-md-2-1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .cell-x-md-2-2 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/span 2;
  }
  .cell-y-md-2-2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/span 2;
  }
  .cell-x-md-2-3 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2/span 3;
  }
  .cell-y-md-2-3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    grid-row: 2/span 3;
  }
  .cell-x-md-2-4 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2/span 4;
  }
  .cell-y-md-2-4 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 4;
    grid-row: 2/span 4;
  }
  .cell-x-md-2-5 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
    grid-column: 2/span 5;
  }
  .cell-y-md-2-5 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 5;
    grid-row: 2/span 5;
  }
  .cell-x-md-2-6 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 6;
    grid-column: 2/span 6;
  }
  .cell-y-md-2-6 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 6;
    grid-row: 2/span 6;
  }
  .cell-x-md-2-7 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 7;
    grid-column: 2/span 7;
  }
  .cell-y-md-2-7 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 7;
    grid-row: 2/span 7;
  }
  .cell-x-md-2-8 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 8;
    grid-column: 2/span 8;
  }
  .cell-y-md-2-8 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 8;
    grid-row: 2/span 8;
  }
  .cell-x-md-2-9 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 9;
    grid-column: 2/span 9;
  }
  .cell-y-md-2-9 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 9;
    grid-row: 2/span 9;
  }
  .cell-x-md-2-10 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/span 10;
  }
  .cell-y-md-2-10 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 10;
    grid-row: 2/span 10;
  }
  .cell-x-md-2-11 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 11;
    grid-column: 2/span 11;
  }
  .cell-y-md-2-11 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 11;
    grid-row: 2/span 11;
  }
  .cell-x-md-2-12 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 12;
    grid-column: 2/span 12;
  }
  .cell-y-md-2-12 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 12;
    grid-row: 2/span 12;
  }
  .cell-x-md-2-13 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 13;
    grid-column: 2/span 13;
  }
  .cell-y-md-2-13 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 13;
    grid-row: 2/span 13;
  }
  .cell-x-md-3-1 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/span 1;
  }
  .cell-y-md-3-1 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .cell-x-md-3-2 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/span 2;
  }
  .cell-y-md-3-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/span 2;
  }
  .cell-x-md-3-3 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/span 3;
  }
  .cell-y-md-3-3 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    grid-row: 3/span 3;
  }
  .cell-x-md-3-4 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 4;
    grid-column: 3/span 4;
  }
  .cell-y-md-3-4 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 4;
    grid-row: 3/span 4;
  }
  .cell-x-md-3-5 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
    grid-column: 3/span 5;
  }
  .cell-y-md-3-5 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 5;
    grid-row: 3/span 5;
  }
  .cell-x-md-3-6 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 6;
    grid-column: 3/span 6;
  }
  .cell-y-md-3-6 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 6;
    grid-row: 3/span 6;
  }
  .cell-x-md-3-7 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 7;
    grid-column: 3/span 7;
  }
  .cell-y-md-3-7 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 7;
    grid-row: 3/span 7;
  }
  .cell-x-md-3-8 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
  .cell-y-md-3-8 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 8;
    grid-row: 3/span 8;
  }
  .cell-x-md-3-9 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 9;
    grid-column: 3/span 9;
  }
  .cell-y-md-3-9 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 9;
    grid-row: 3/span 9;
  }
  .cell-x-md-3-10 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 10;
    grid-column: 3/span 10;
  }
  .cell-y-md-3-10 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 10;
    grid-row: 3/span 10;
  }
  .cell-x-md-3-11 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 11;
    grid-column: 3/span 11;
  }
  .cell-y-md-3-11 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 11;
    grid-row: 3/span 11;
  }
  .cell-x-md-3-12 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 12;
    grid-column: 3/span 12;
  }
  .cell-y-md-3-12 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 12;
    grid-row: 3/span 12;
  }
  .cell-x-md-4-1 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/span 1;
  }
  .cell-y-md-4-1 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
  .cell-x-md-4-2 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/span 2;
  }
  .cell-y-md-4-2 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    grid-row: 4/span 2;
  }
  .cell-x-md-4-3 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4/span 3;
  }
  .cell-y-md-4-3 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 3;
    grid-row: 4/span 3;
  }
  .cell-x-md-4-4 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 4;
    grid-column: 4/span 4;
  }
  .cell-y-md-4-4 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 4;
    grid-row: 4/span 4;
  }
  .cell-x-md-4-5 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 5;
    grid-column: 4/span 5;
  }
  .cell-y-md-4-5 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 5;
    grid-row: 4/span 5;
  }
  .cell-x-md-4-6 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
  .cell-y-md-4-6 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 6;
    grid-row: 4/span 6;
  }
  .cell-x-md-4-7 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 7;
    grid-column: 4/span 7;
  }
  .cell-y-md-4-7 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 7;
    grid-row: 4/span 7;
  }
  .cell-x-md-4-8 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 8;
    grid-column: 4/span 8;
  }
  .cell-y-md-4-8 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 8;
    grid-row: 4/span 8;
  }
  .cell-x-md-4-9 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 9;
    grid-column: 4/span 9;
  }
  .cell-y-md-4-9 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 9;
    grid-row: 4/span 9;
  }
  .cell-x-md-4-10 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 10;
    grid-column: 4/span 10;
  }
  .cell-y-md-4-10 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 10;
    grid-row: 4/span 10;
  }
  .cell-x-md-4-11 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 11;
    grid-column: 4/span 11;
  }
  .cell-y-md-4-11 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 11;
    grid-row: 4/span 11;
  }
  .cell-x-md-5-1 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-column: 5/span 1;
  }
  .cell-y-md-5-1 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/span 1;
  }
  .cell-x-md-5-2 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5/span 2;
  }
  .cell-y-md-5-2 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    grid-row: 5/span 2;
  }
  .cell-x-md-5-3 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    grid-column: 5/span 3;
  }
  .cell-y-md-5-3 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    grid-row: 5/span 3;
  }
  .cell-x-md-5-4 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5/span 4;
  }
  .cell-y-md-5-4 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 4;
    grid-row: 5/span 4;
  }
  .cell-x-md-5-5 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 5;
    grid-column: 5/span 5;
  }
  .cell-y-md-5-5 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 5;
    grid-row: 5/span 5;
  }
  .cell-x-md-5-6 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 6;
    grid-column: 5/span 6;
  }
  .cell-y-md-5-6 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 6;
    grid-row: 5/span 6;
  }
  .cell-x-md-5-7 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 7;
    grid-column: 5/span 7;
  }
  .cell-y-md-5-7 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 7;
    grid-row: 5/span 7;
  }
  .cell-x-md-5-8 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 8;
    grid-column: 5/span 8;
  }
  .cell-y-md-5-8 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 8;
    grid-row: 5/span 8;
  }
  .cell-x-md-5-9 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 9;
    grid-column: 5/span 9;
  }
  .cell-y-md-5-9 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 9;
    grid-row: 5/span 9;
  }
  .cell-x-md-5-10 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 10;
    grid-column: 5/span 10;
  }
  .cell-y-md-5-10 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 10;
    grid-row: 5/span 10;
  }
  .cell-x-md-6-1 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
    grid-column: 6/span 1;
  }
  .cell-y-md-6-1 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/span 1;
  }
  .cell-x-md-6-2 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 2;
    grid-column: 6/span 2;
  }
  .cell-y-md-6-2 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 2;
    grid-row: 6/span 2;
  }
  .cell-x-md-6-3 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 3;
    grid-column: 6/span 3;
  }
  .cell-y-md-6-3 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 3;
    grid-row: 6/span 3;
  }
  .cell-x-md-6-4 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 4;
    grid-column: 6/span 4;
  }
  .cell-y-md-6-4 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 4;
    grid-row: 6/span 4;
  }
  .cell-x-md-6-5 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 5;
    grid-column: 6/span 5;
  }
  .cell-y-md-6-5 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 5;
    grid-row: 6/span 5;
  }
  .cell-x-md-6-6 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 6;
    grid-column: 6/span 6;
  }
  .cell-y-md-6-6 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 6;
    grid-row: 6/span 6;
  }
  .cell-x-md-6-7 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 7;
    grid-column: 6/span 7;
  }
  .cell-y-md-6-7 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 7;
    grid-row: 6/span 7;
  }
  .cell-x-md-6-8 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 8;
    grid-column: 6/span 8;
  }
  .cell-y-md-6-8 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 8;
    grid-row: 6/span 8;
  }
  .cell-x-md-6-9 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 9;
    grid-column: 6/span 9;
  }
  .cell-y-md-6-9 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 9;
    grid-row: 6/span 9;
  }
  .cell-x-md-7-1 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 1;
    grid-column: 7/span 1;
  }
  .cell-y-md-7-1 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7/span 1;
  }
  .cell-x-md-7-2 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 2;
    grid-column: 7/span 2;
  }
  .cell-y-md-7-2 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 2;
    grid-row: 7/span 2;
  }
  .cell-x-md-7-3 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7/span 3;
  }
  .cell-y-md-7-3 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 3;
    grid-row: 7/span 3;
  }
  .cell-x-md-7-4 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 4;
    grid-column: 7/span 4;
  }
  .cell-y-md-7-4 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 4;
    grid-row: 7/span 4;
  }
  .cell-x-md-7-5 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 5;
    grid-column: 7/span 5;
  }
  .cell-y-md-7-5 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 5;
    grid-row: 7/span 5;
  }
  .cell-x-md-7-6 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/span 6;
  }
  .cell-y-md-7-6 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 6;
    grid-row: 7/span 6;
  }
  .cell-x-md-7-7 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 7;
    grid-column: 7/span 7;
  }
  .cell-y-md-7-7 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 7;
    grid-row: 7/span 7;
  }
  .cell-x-md-7-8 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 8;
    grid-column: 7/span 8;
  }
  .cell-y-md-7-8 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 8;
    grid-row: 7/span 8;
  }
  .cell-x-md-8-1 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 1;
    grid-column: 8/span 1;
  }
  .cell-y-md-8-1 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    grid-row: 8/span 1;
  }
  .cell-x-md-8-2 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 2;
    grid-column: 8/span 2;
  }
  .cell-y-md-8-2 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 2;
    grid-row: 8/span 2;
  }
  .cell-x-md-8-3 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 3;
    grid-column: 8/span 3;
  }
  .cell-y-md-8-3 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 3;
    grid-row: 8/span 3;
  }
  .cell-x-md-8-4 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 4;
    grid-column: 8/span 4;
  }
  .cell-y-md-8-4 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 4;
    grid-row: 8/span 4;
  }
  .cell-x-md-8-5 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 5;
    grid-column: 8/span 5;
  }
  .cell-y-md-8-5 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 5;
    grid-row: 8/span 5;
  }
  .cell-x-md-8-6 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 6;
    grid-column: 8/span 6;
  }
  .cell-y-md-8-6 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 6;
    grid-row: 8/span 6;
  }
  .cell-x-md-8-7 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 7;
    grid-column: 8/span 7;
  }
  .cell-y-md-8-7 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 7;
    grid-row: 8/span 7;
  }
  .cell-x-md-9-1 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 1;
    grid-column: 9/span 1;
  }
  .cell-y-md-9-1 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    grid-row: 9/span 1;
  }
  .cell-x-md-9-2 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 2;
    grid-column: 9/span 2;
  }
  .cell-y-md-9-2 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 2;
    grid-row: 9/span 2;
  }
  .cell-x-md-9-3 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
    grid-column: 9/span 3;
  }
  .cell-y-md-9-3 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 3;
    grid-row: 9/span 3;
  }
  .cell-x-md-9-4 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9/span 4;
  }
  .cell-y-md-9-4 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 4;
    grid-row: 9/span 4;
  }
  .cell-x-md-9-5 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 5;
    grid-column: 9/span 5;
  }
  .cell-y-md-9-5 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 5;
    grid-row: 9/span 5;
  }
  .cell-x-md-9-6 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 6;
    grid-column: 9/span 6;
  }
  .cell-y-md-9-6 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 6;
    grid-row: 9/span 6;
  }
  .cell-x-md-10-1 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 1;
    grid-column: 10/span 1;
  }
  .cell-y-md-10-1 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 1;
    grid-row: 10/span 1;
  }
  .cell-x-md-10-2 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 2;
    grid-column: 10/span 2;
  }
  .cell-y-md-10-2 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 2;
    grid-row: 10/span 2;
  }
  .cell-x-md-10-3 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10/span 3;
  }
  .cell-y-md-10-3 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 3;
    grid-row: 10/span 3;
  }
  .cell-x-md-10-4 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 4;
    grid-column: 10/span 4;
  }
  .cell-y-md-10-4 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 4;
    grid-row: 10/span 4;
  }
  .cell-x-md-10-5 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 5;
    grid-column: 10/span 5;
  }
  .cell-y-md-10-5 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 5;
    grid-row: 10/span 5;
  }
  .cell-x-md-11-1 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 1;
    grid-column: 11/span 1;
  }
  .cell-y-md-11-1 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 1;
    grid-row: 11/span 1;
  }
  .cell-x-md-11-2 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 2;
    grid-column: 11/span 2;
  }
  .cell-y-md-11-2 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 2;
    grid-row: 11/span 2;
  }
  .cell-x-md-11-3 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 3;
    grid-column: 11/span 3;
  }
  .cell-y-md-11-3 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 3;
    grid-row: 11/span 3;
  }
  .cell-x-md-11-4 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 4;
    grid-column: 11/span 4;
  }
  .cell-y-md-11-4 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 4;
    grid-row: 11/span 4;
  }
  .cell-x-md-12-1 {
    -ms-grid-column: 12;
    -ms-grid-column-span: 1;
    grid-column: 12/span 1;
  }
  .cell-y-md-12-1 {
    -ms-grid-row: 12;
    -ms-grid-row-span: 1;
    grid-row: 12/span 1;
  }
  .cell-x-md-12-2 {
    -ms-grid-column: 12;
    -ms-grid-column-span: 2;
    grid-column: 12/span 2;
  }
  .cell-y-md-12-2 {
    -ms-grid-row: 12;
    -ms-grid-row-span: 2;
    grid-row: 12/span 2;
  }
  .cell-x-md-12-3 {
    -ms-grid-column: 12;
    -ms-grid-column-span: 3;
    grid-column: 12/span 3;
  }
  .cell-y-md-12-3 {
    -ms-grid-row: 12;
    -ms-grid-row-span: 3;
    grid-row: 12/span 3;
  }
  .cell-x-md-13-1 {
    -ms-grid-column: 13;
    -ms-grid-column-span: 1;
    grid-column: 13/span 1;
  }
  .cell-y-md-13-1 {
    -ms-grid-row: 13;
    -ms-grid-row-span: 1;
    grid-row: 13/span 1;
  }
  .cell-x-md-13-2 {
    -ms-grid-column: 13;
    -ms-grid-column-span: 2;
    grid-column: 13/span 2;
  }
  .cell-y-md-13-2 {
    -ms-grid-row: 13;
    -ms-grid-row-span: 2;
    grid-row: 13/span 2;
  }
  .cell-x-md-14-1 {
    -ms-grid-column: 14;
    -ms-grid-column-span: 1;
    grid-column: 14/span 1;
  }
  .cell-y-md-14-1 {
    -ms-grid-row: 14;
    -ms-grid-row-span: 1;
    grid-row: 14/span 1;
  }
}
@media screen and (min-width: 960px) {
  .cell-x-lg-1-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/span 1;
  }
  .cell-y-lg-1-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .cell-x-lg-1-2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
  .cell-y-lg-1-2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
  }
  .cell-x-lg-1-3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
  }
  .cell-y-lg-1-3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
  }
  .cell-x-lg-1-4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
  }
  .cell-y-lg-1-4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1/span 4;
  }
  .cell-x-lg-1-5 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/span 5;
  }
  .cell-y-lg-1-5 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    grid-row: 1/span 5;
  }
  .cell-x-lg-1-6 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
  }
  .cell-y-lg-1-6 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
    grid-row: 1/span 6;
  }
  .cell-x-lg-1-7 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1/span 7;
  }
  .cell-y-lg-1-7 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    grid-row: 1/span 7;
  }
  .cell-x-lg-1-8 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    grid-column: 1/span 8;
  }
  .cell-y-lg-1-8 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 8;
    grid-row: 1/span 8;
  }
  .cell-x-lg-1-9 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 9;
    grid-column: 1/span 9;
  }
  .cell-y-lg-1-9 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 9;
    grid-row: 1/span 9;
  }
  .cell-x-lg-1-10 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 10;
    grid-column: 1/span 10;
  }
  .cell-y-lg-1-10 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 10;
    grid-row: 1/span 10;
  }
  .cell-x-lg-1-11 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 11;
    grid-column: 1/span 11;
  }
  .cell-y-lg-1-11 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 11;
    grid-row: 1/span 11;
  }
  .cell-x-lg-1-12 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
  }
  .cell-y-lg-1-12 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 12;
    grid-row: 1/span 12;
  }
  .cell-x-lg-1-13 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 13;
    grid-column: 1/span 13;
  }
  .cell-y-lg-1-13 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 13;
    grid-row: 1/span 13;
  }
  .cell-x-lg-1-14 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 14;
    grid-column: 1/span 14;
  }
  .cell-y-lg-1-14 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 14;
    grid-row: 1/span 14;
  }
  .cell-x-lg-2-1 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/span 1;
  }
  .cell-y-lg-2-1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .cell-x-lg-2-2 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/span 2;
  }
  .cell-y-lg-2-2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/span 2;
  }
  .cell-x-lg-2-3 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2/span 3;
  }
  .cell-y-lg-2-3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    grid-row: 2/span 3;
  }
  .cell-x-lg-2-4 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2/span 4;
  }
  .cell-y-lg-2-4 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 4;
    grid-row: 2/span 4;
  }
  .cell-x-lg-2-5 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
    grid-column: 2/span 5;
  }
  .cell-y-lg-2-5 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 5;
    grid-row: 2/span 5;
  }
  .cell-x-lg-2-6 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 6;
    grid-column: 2/span 6;
  }
  .cell-y-lg-2-6 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 6;
    grid-row: 2/span 6;
  }
  .cell-x-lg-2-7 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 7;
    grid-column: 2/span 7;
  }
  .cell-y-lg-2-7 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 7;
    grid-row: 2/span 7;
  }
  .cell-x-lg-2-8 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 8;
    grid-column: 2/span 8;
  }
  .cell-y-lg-2-8 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 8;
    grid-row: 2/span 8;
  }
  .cell-x-lg-2-9 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 9;
    grid-column: 2/span 9;
  }
  .cell-y-lg-2-9 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 9;
    grid-row: 2/span 9;
  }
  .cell-x-lg-2-10 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/span 10;
  }
  .cell-y-lg-2-10 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 10;
    grid-row: 2/span 10;
  }
  .cell-x-lg-2-11 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 11;
    grid-column: 2/span 11;
  }
  .cell-y-lg-2-11 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 11;
    grid-row: 2/span 11;
  }
  .cell-x-lg-2-12 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 12;
    grid-column: 2/span 12;
  }
  .cell-y-lg-2-12 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 12;
    grid-row: 2/span 12;
  }
  .cell-x-lg-2-13 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 13;
    grid-column: 2/span 13;
  }
  .cell-y-lg-2-13 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 13;
    grid-row: 2/span 13;
  }
  .cell-x-lg-3-1 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/span 1;
  }
  .cell-y-lg-3-1 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .cell-x-lg-3-2 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/span 2;
  }
  .cell-y-lg-3-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/span 2;
  }
  .cell-x-lg-3-3 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/span 3;
  }
  .cell-y-lg-3-3 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    grid-row: 3/span 3;
  }
  .cell-x-lg-3-4 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 4;
    grid-column: 3/span 4;
  }
  .cell-y-lg-3-4 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 4;
    grid-row: 3/span 4;
  }
  .cell-x-lg-3-5 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
    grid-column: 3/span 5;
  }
  .cell-y-lg-3-5 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 5;
    grid-row: 3/span 5;
  }
  .cell-x-lg-3-6 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 6;
    grid-column: 3/span 6;
  }
  .cell-y-lg-3-6 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 6;
    grid-row: 3/span 6;
  }
  .cell-x-lg-3-7 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 7;
    grid-column: 3/span 7;
  }
  .cell-y-lg-3-7 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 7;
    grid-row: 3/span 7;
  }
  .cell-x-lg-3-8 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
  .cell-y-lg-3-8 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 8;
    grid-row: 3/span 8;
  }
  .cell-x-lg-3-9 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 9;
    grid-column: 3/span 9;
  }
  .cell-y-lg-3-9 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 9;
    grid-row: 3/span 9;
  }
  .cell-x-lg-3-10 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 10;
    grid-column: 3/span 10;
  }
  .cell-y-lg-3-10 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 10;
    grid-row: 3/span 10;
  }
  .cell-x-lg-3-11 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 11;
    grid-column: 3/span 11;
  }
  .cell-y-lg-3-11 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 11;
    grid-row: 3/span 11;
  }
  .cell-x-lg-3-12 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 12;
    grid-column: 3/span 12;
  }
  .cell-y-lg-3-12 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 12;
    grid-row: 3/span 12;
  }
  .cell-x-lg-4-1 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/span 1;
  }
  .cell-y-lg-4-1 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
  .cell-x-lg-4-2 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/span 2;
  }
  .cell-y-lg-4-2 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    grid-row: 4/span 2;
  }
  .cell-x-lg-4-3 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4/span 3;
  }
  .cell-y-lg-4-3 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 3;
    grid-row: 4/span 3;
  }
  .cell-x-lg-4-4 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 4;
    grid-column: 4/span 4;
  }
  .cell-y-lg-4-4 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 4;
    grid-row: 4/span 4;
  }
  .cell-x-lg-4-5 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 5;
    grid-column: 4/span 5;
  }
  .cell-y-lg-4-5 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 5;
    grid-row: 4/span 5;
  }
  .cell-x-lg-4-6 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
  .cell-y-lg-4-6 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 6;
    grid-row: 4/span 6;
  }
  .cell-x-lg-4-7 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 7;
    grid-column: 4/span 7;
  }
  .cell-y-lg-4-7 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 7;
    grid-row: 4/span 7;
  }
  .cell-x-lg-4-8 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 8;
    grid-column: 4/span 8;
  }
  .cell-y-lg-4-8 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 8;
    grid-row: 4/span 8;
  }
  .cell-x-lg-4-9 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 9;
    grid-column: 4/span 9;
  }
  .cell-y-lg-4-9 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 9;
    grid-row: 4/span 9;
  }
  .cell-x-lg-4-10 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 10;
    grid-column: 4/span 10;
  }
  .cell-y-lg-4-10 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 10;
    grid-row: 4/span 10;
  }
  .cell-x-lg-4-11 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 11;
    grid-column: 4/span 11;
  }
  .cell-y-lg-4-11 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 11;
    grid-row: 4/span 11;
  }
  .cell-x-lg-5-1 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-column: 5/span 1;
  }
  .cell-y-lg-5-1 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/span 1;
  }
  .cell-x-lg-5-2 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5/span 2;
  }
  .cell-y-lg-5-2 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    grid-row: 5/span 2;
  }
  .cell-x-lg-5-3 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    grid-column: 5/span 3;
  }
  .cell-y-lg-5-3 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    grid-row: 5/span 3;
  }
  .cell-x-lg-5-4 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5/span 4;
  }
  .cell-y-lg-5-4 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 4;
    grid-row: 5/span 4;
  }
  .cell-x-lg-5-5 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 5;
    grid-column: 5/span 5;
  }
  .cell-y-lg-5-5 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 5;
    grid-row: 5/span 5;
  }
  .cell-x-lg-5-6 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 6;
    grid-column: 5/span 6;
  }
  .cell-y-lg-5-6 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 6;
    grid-row: 5/span 6;
  }
  .cell-x-lg-5-7 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 7;
    grid-column: 5/span 7;
  }
  .cell-y-lg-5-7 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 7;
    grid-row: 5/span 7;
  }
  .cell-x-lg-5-8 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 8;
    grid-column: 5/span 8;
  }
  .cell-y-lg-5-8 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 8;
    grid-row: 5/span 8;
  }
  .cell-x-lg-5-9 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 9;
    grid-column: 5/span 9;
  }
  .cell-y-lg-5-9 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 9;
    grid-row: 5/span 9;
  }
  .cell-x-lg-5-10 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 10;
    grid-column: 5/span 10;
  }
  .cell-y-lg-5-10 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 10;
    grid-row: 5/span 10;
  }
  .cell-x-lg-6-1 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
    grid-column: 6/span 1;
  }
  .cell-y-lg-6-1 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/span 1;
  }
  .cell-x-lg-6-2 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 2;
    grid-column: 6/span 2;
  }
  .cell-y-lg-6-2 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 2;
    grid-row: 6/span 2;
  }
  .cell-x-lg-6-3 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 3;
    grid-column: 6/span 3;
  }
  .cell-y-lg-6-3 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 3;
    grid-row: 6/span 3;
  }
  .cell-x-lg-6-4 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 4;
    grid-column: 6/span 4;
  }
  .cell-y-lg-6-4 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 4;
    grid-row: 6/span 4;
  }
  .cell-x-lg-6-5 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 5;
    grid-column: 6/span 5;
  }
  .cell-y-lg-6-5 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 5;
    grid-row: 6/span 5;
  }
  .cell-x-lg-6-6 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 6;
    grid-column: 6/span 6;
  }
  .cell-y-lg-6-6 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 6;
    grid-row: 6/span 6;
  }
  .cell-x-lg-6-7 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 7;
    grid-column: 6/span 7;
  }
  .cell-y-lg-6-7 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 7;
    grid-row: 6/span 7;
  }
  .cell-x-lg-6-8 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 8;
    grid-column: 6/span 8;
  }
  .cell-y-lg-6-8 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 8;
    grid-row: 6/span 8;
  }
  .cell-x-lg-6-9 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 9;
    grid-column: 6/span 9;
  }
  .cell-y-lg-6-9 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 9;
    grid-row: 6/span 9;
  }
  .cell-x-lg-7-1 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 1;
    grid-column: 7/span 1;
  }
  .cell-y-lg-7-1 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7/span 1;
  }
  .cell-x-lg-7-2 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 2;
    grid-column: 7/span 2;
  }
  .cell-y-lg-7-2 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 2;
    grid-row: 7/span 2;
  }
  .cell-x-lg-7-3 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7/span 3;
  }
  .cell-y-lg-7-3 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 3;
    grid-row: 7/span 3;
  }
  .cell-x-lg-7-4 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 4;
    grid-column: 7/span 4;
  }
  .cell-y-lg-7-4 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 4;
    grid-row: 7/span 4;
  }
  .cell-x-lg-7-5 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 5;
    grid-column: 7/span 5;
  }
  .cell-y-lg-7-5 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 5;
    grid-row: 7/span 5;
  }
  .cell-x-lg-7-6 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/span 6;
  }
  .cell-y-lg-7-6 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 6;
    grid-row: 7/span 6;
  }
  .cell-x-lg-7-7 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 7;
    grid-column: 7/span 7;
  }
  .cell-y-lg-7-7 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 7;
    grid-row: 7/span 7;
  }
  .cell-x-lg-7-8 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 8;
    grid-column: 7/span 8;
  }
  .cell-y-lg-7-8 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 8;
    grid-row: 7/span 8;
  }
  .cell-x-lg-8-1 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 1;
    grid-column: 8/span 1;
  }
  .cell-y-lg-8-1 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    grid-row: 8/span 1;
  }
  .cell-x-lg-8-2 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 2;
    grid-column: 8/span 2;
  }
  .cell-y-lg-8-2 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 2;
    grid-row: 8/span 2;
  }
  .cell-x-lg-8-3 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 3;
    grid-column: 8/span 3;
  }
  .cell-y-lg-8-3 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 3;
    grid-row: 8/span 3;
  }
  .cell-x-lg-8-4 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 4;
    grid-column: 8/span 4;
  }
  .cell-y-lg-8-4 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 4;
    grid-row: 8/span 4;
  }
  .cell-x-lg-8-5 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 5;
    grid-column: 8/span 5;
  }
  .cell-y-lg-8-5 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 5;
    grid-row: 8/span 5;
  }
  .cell-x-lg-8-6 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 6;
    grid-column: 8/span 6;
  }
  .cell-y-lg-8-6 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 6;
    grid-row: 8/span 6;
  }
  .cell-x-lg-8-7 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 7;
    grid-column: 8/span 7;
  }
  .cell-y-lg-8-7 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 7;
    grid-row: 8/span 7;
  }
  .cell-x-lg-9-1 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 1;
    grid-column: 9/span 1;
  }
  .cell-y-lg-9-1 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    grid-row: 9/span 1;
  }
  .cell-x-lg-9-2 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 2;
    grid-column: 9/span 2;
  }
  .cell-y-lg-9-2 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 2;
    grid-row: 9/span 2;
  }
  .cell-x-lg-9-3 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
    grid-column: 9/span 3;
  }
  .cell-y-lg-9-3 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 3;
    grid-row: 9/span 3;
  }
  .cell-x-lg-9-4 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9/span 4;
  }
  .cell-y-lg-9-4 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 4;
    grid-row: 9/span 4;
  }
  .cell-x-lg-9-5 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 5;
    grid-column: 9/span 5;
  }
  .cell-y-lg-9-5 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 5;
    grid-row: 9/span 5;
  }
  .cell-x-lg-9-6 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 6;
    grid-column: 9/span 6;
  }
  .cell-y-lg-9-6 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 6;
    grid-row: 9/span 6;
  }
  .cell-x-lg-10-1 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 1;
    grid-column: 10/span 1;
  }
  .cell-y-lg-10-1 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 1;
    grid-row: 10/span 1;
  }
  .cell-x-lg-10-2 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 2;
    grid-column: 10/span 2;
  }
  .cell-y-lg-10-2 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 2;
    grid-row: 10/span 2;
  }
  .cell-x-lg-10-3 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10/span 3;
  }
  .cell-y-lg-10-3 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 3;
    grid-row: 10/span 3;
  }
  .cell-x-lg-10-4 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 4;
    grid-column: 10/span 4;
  }
  .cell-y-lg-10-4 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 4;
    grid-row: 10/span 4;
  }
  .cell-x-lg-10-5 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 5;
    grid-column: 10/span 5;
  }
  .cell-y-lg-10-5 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 5;
    grid-row: 10/span 5;
  }
  .cell-x-lg-11-1 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 1;
    grid-column: 11/span 1;
  }
  .cell-y-lg-11-1 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 1;
    grid-row: 11/span 1;
  }
  .cell-x-lg-11-2 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 2;
    grid-column: 11/span 2;
  }
  .cell-y-lg-11-2 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 2;
    grid-row: 11/span 2;
  }
  .cell-x-lg-11-3 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 3;
    grid-column: 11/span 3;
  }
  .cell-y-lg-11-3 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 3;
    grid-row: 11/span 3;
  }
  .cell-x-lg-11-4 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 4;
    grid-column: 11/span 4;
  }
  .cell-y-lg-11-4 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 4;
    grid-row: 11/span 4;
  }
  .cell-x-lg-12-1 {
    -ms-grid-column: 12;
    -ms-grid-column-span: 1;
    grid-column: 12/span 1;
  }
  .cell-y-lg-12-1 {
    -ms-grid-row: 12;
    -ms-grid-row-span: 1;
    grid-row: 12/span 1;
  }
  .cell-x-lg-12-2 {
    -ms-grid-column: 12;
    -ms-grid-column-span: 2;
    grid-column: 12/span 2;
  }
  .cell-y-lg-12-2 {
    -ms-grid-row: 12;
    -ms-grid-row-span: 2;
    grid-row: 12/span 2;
  }
  .cell-x-lg-12-3 {
    -ms-grid-column: 12;
    -ms-grid-column-span: 3;
    grid-column: 12/span 3;
  }
  .cell-y-lg-12-3 {
    -ms-grid-row: 12;
    -ms-grid-row-span: 3;
    grid-row: 12/span 3;
  }
  .cell-x-lg-13-1 {
    -ms-grid-column: 13;
    -ms-grid-column-span: 1;
    grid-column: 13/span 1;
  }
  .cell-y-lg-13-1 {
    -ms-grid-row: 13;
    -ms-grid-row-span: 1;
    grid-row: 13/span 1;
  }
  .cell-x-lg-13-2 {
    -ms-grid-column: 13;
    -ms-grid-column-span: 2;
    grid-column: 13/span 2;
  }
  .cell-y-lg-13-2 {
    -ms-grid-row: 13;
    -ms-grid-row-span: 2;
    grid-row: 13/span 2;
  }
  .cell-x-lg-14-1 {
    -ms-grid-column: 14;
    -ms-grid-column-span: 1;
    grid-column: 14/span 1;
  }
  .cell-y-lg-14-1 {
    -ms-grid-row: 14;
    -ms-grid-row-span: 1;
    grid-row: 14/span 1;
  }
}
@media screen and (min-width: 1280px) {
  .cell-x-xl-1-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/span 1;
  }
  .cell-y-xl-1-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .cell-x-xl-1-2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
  .cell-y-xl-1-2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
  }
  .cell-x-xl-1-3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
  }
  .cell-y-xl-1-3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
  }
  .cell-x-xl-1-4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
  }
  .cell-y-xl-1-4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1/span 4;
  }
  .cell-x-xl-1-5 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/span 5;
  }
  .cell-y-xl-1-5 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    grid-row: 1/span 5;
  }
  .cell-x-xl-1-6 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
  }
  .cell-y-xl-1-6 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
    grid-row: 1/span 6;
  }
  .cell-x-xl-1-7 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1/span 7;
  }
  .cell-y-xl-1-7 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    grid-row: 1/span 7;
  }
  .cell-x-xl-1-8 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    grid-column: 1/span 8;
  }
  .cell-y-xl-1-8 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 8;
    grid-row: 1/span 8;
  }
  .cell-x-xl-1-9 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 9;
    grid-column: 1/span 9;
  }
  .cell-y-xl-1-9 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 9;
    grid-row: 1/span 9;
  }
  .cell-x-xl-1-10 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 10;
    grid-column: 1/span 10;
  }
  .cell-y-xl-1-10 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 10;
    grid-row: 1/span 10;
  }
  .cell-x-xl-1-11 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 11;
    grid-column: 1/span 11;
  }
  .cell-y-xl-1-11 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 11;
    grid-row: 1/span 11;
  }
  .cell-x-xl-1-12 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
  }
  .cell-y-xl-1-12 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 12;
    grid-row: 1/span 12;
  }
  .cell-x-xl-1-13 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 13;
    grid-column: 1/span 13;
  }
  .cell-y-xl-1-13 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 13;
    grid-row: 1/span 13;
  }
  .cell-x-xl-1-14 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 14;
    grid-column: 1/span 14;
  }
  .cell-y-xl-1-14 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 14;
    grid-row: 1/span 14;
  }
  .cell-x-xl-2-1 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/span 1;
  }
  .cell-y-xl-2-1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .cell-x-xl-2-2 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/span 2;
  }
  .cell-y-xl-2-2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/span 2;
  }
  .cell-x-xl-2-3 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2/span 3;
  }
  .cell-y-xl-2-3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    grid-row: 2/span 3;
  }
  .cell-x-xl-2-4 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2/span 4;
  }
  .cell-y-xl-2-4 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 4;
    grid-row: 2/span 4;
  }
  .cell-x-xl-2-5 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
    grid-column: 2/span 5;
  }
  .cell-y-xl-2-5 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 5;
    grid-row: 2/span 5;
  }
  .cell-x-xl-2-6 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 6;
    grid-column: 2/span 6;
  }
  .cell-y-xl-2-6 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 6;
    grid-row: 2/span 6;
  }
  .cell-x-xl-2-7 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 7;
    grid-column: 2/span 7;
  }
  .cell-y-xl-2-7 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 7;
    grid-row: 2/span 7;
  }
  .cell-x-xl-2-8 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 8;
    grid-column: 2/span 8;
  }
  .cell-y-xl-2-8 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 8;
    grid-row: 2/span 8;
  }
  .cell-x-xl-2-9 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 9;
    grid-column: 2/span 9;
  }
  .cell-y-xl-2-9 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 9;
    grid-row: 2/span 9;
  }
  .cell-x-xl-2-10 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/span 10;
  }
  .cell-y-xl-2-10 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 10;
    grid-row: 2/span 10;
  }
  .cell-x-xl-2-11 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 11;
    grid-column: 2/span 11;
  }
  .cell-y-xl-2-11 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 11;
    grid-row: 2/span 11;
  }
  .cell-x-xl-2-12 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 12;
    grid-column: 2/span 12;
  }
  .cell-y-xl-2-12 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 12;
    grid-row: 2/span 12;
  }
  .cell-x-xl-2-13 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 13;
    grid-column: 2/span 13;
  }
  .cell-y-xl-2-13 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 13;
    grid-row: 2/span 13;
  }
  .cell-x-xl-3-1 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/span 1;
  }
  .cell-y-xl-3-1 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .cell-x-xl-3-2 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/span 2;
  }
  .cell-y-xl-3-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/span 2;
  }
  .cell-x-xl-3-3 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/span 3;
  }
  .cell-y-xl-3-3 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    grid-row: 3/span 3;
  }
  .cell-x-xl-3-4 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 4;
    grid-column: 3/span 4;
  }
  .cell-y-xl-3-4 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 4;
    grid-row: 3/span 4;
  }
  .cell-x-xl-3-5 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
    grid-column: 3/span 5;
  }
  .cell-y-xl-3-5 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 5;
    grid-row: 3/span 5;
  }
  .cell-x-xl-3-6 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 6;
    grid-column: 3/span 6;
  }
  .cell-y-xl-3-6 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 6;
    grid-row: 3/span 6;
  }
  .cell-x-xl-3-7 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 7;
    grid-column: 3/span 7;
  }
  .cell-y-xl-3-7 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 7;
    grid-row: 3/span 7;
  }
  .cell-x-xl-3-8 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
  .cell-y-xl-3-8 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 8;
    grid-row: 3/span 8;
  }
  .cell-x-xl-3-9 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 9;
    grid-column: 3/span 9;
  }
  .cell-y-xl-3-9 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 9;
    grid-row: 3/span 9;
  }
  .cell-x-xl-3-10 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 10;
    grid-column: 3/span 10;
  }
  .cell-y-xl-3-10 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 10;
    grid-row: 3/span 10;
  }
  .cell-x-xl-3-11 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 11;
    grid-column: 3/span 11;
  }
  .cell-y-xl-3-11 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 11;
    grid-row: 3/span 11;
  }
  .cell-x-xl-3-12 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 12;
    grid-column: 3/span 12;
  }
  .cell-y-xl-3-12 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 12;
    grid-row: 3/span 12;
  }
  .cell-x-xl-4-1 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/span 1;
  }
  .cell-y-xl-4-1 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
  .cell-x-xl-4-2 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/span 2;
  }
  .cell-y-xl-4-2 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    grid-row: 4/span 2;
  }
  .cell-x-xl-4-3 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4/span 3;
  }
  .cell-y-xl-4-3 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 3;
    grid-row: 4/span 3;
  }
  .cell-x-xl-4-4 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 4;
    grid-column: 4/span 4;
  }
  .cell-y-xl-4-4 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 4;
    grid-row: 4/span 4;
  }
  .cell-x-xl-4-5 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 5;
    grid-column: 4/span 5;
  }
  .cell-y-xl-4-5 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 5;
    grid-row: 4/span 5;
  }
  .cell-x-xl-4-6 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
  .cell-y-xl-4-6 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 6;
    grid-row: 4/span 6;
  }
  .cell-x-xl-4-7 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 7;
    grid-column: 4/span 7;
  }
  .cell-y-xl-4-7 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 7;
    grid-row: 4/span 7;
  }
  .cell-x-xl-4-8 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 8;
    grid-column: 4/span 8;
  }
  .cell-y-xl-4-8 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 8;
    grid-row: 4/span 8;
  }
  .cell-x-xl-4-9 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 9;
    grid-column: 4/span 9;
  }
  .cell-y-xl-4-9 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 9;
    grid-row: 4/span 9;
  }
  .cell-x-xl-4-10 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 10;
    grid-column: 4/span 10;
  }
  .cell-y-xl-4-10 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 10;
    grid-row: 4/span 10;
  }
  .cell-x-xl-4-11 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 11;
    grid-column: 4/span 11;
  }
  .cell-y-xl-4-11 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 11;
    grid-row: 4/span 11;
  }
  .cell-x-xl-5-1 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-column: 5/span 1;
  }
  .cell-y-xl-5-1 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/span 1;
  }
  .cell-x-xl-5-2 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5/span 2;
  }
  .cell-y-xl-5-2 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    grid-row: 5/span 2;
  }
  .cell-x-xl-5-3 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    grid-column: 5/span 3;
  }
  .cell-y-xl-5-3 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    grid-row: 5/span 3;
  }
  .cell-x-xl-5-4 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5/span 4;
  }
  .cell-y-xl-5-4 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 4;
    grid-row: 5/span 4;
  }
  .cell-x-xl-5-5 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 5;
    grid-column: 5/span 5;
  }
  .cell-y-xl-5-5 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 5;
    grid-row: 5/span 5;
  }
  .cell-x-xl-5-6 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 6;
    grid-column: 5/span 6;
  }
  .cell-y-xl-5-6 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 6;
    grid-row: 5/span 6;
  }
  .cell-x-xl-5-7 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 7;
    grid-column: 5/span 7;
  }
  .cell-y-xl-5-7 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 7;
    grid-row: 5/span 7;
  }
  .cell-x-xl-5-8 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 8;
    grid-column: 5/span 8;
  }
  .cell-y-xl-5-8 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 8;
    grid-row: 5/span 8;
  }
  .cell-x-xl-5-9 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 9;
    grid-column: 5/span 9;
  }
  .cell-y-xl-5-9 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 9;
    grid-row: 5/span 9;
  }
  .cell-x-xl-5-10 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 10;
    grid-column: 5/span 10;
  }
  .cell-y-xl-5-10 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 10;
    grid-row: 5/span 10;
  }
  .cell-x-xl-6-1 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
    grid-column: 6/span 1;
  }
  .cell-y-xl-6-1 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/span 1;
  }
  .cell-x-xl-6-2 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 2;
    grid-column: 6/span 2;
  }
  .cell-y-xl-6-2 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 2;
    grid-row: 6/span 2;
  }
  .cell-x-xl-6-3 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 3;
    grid-column: 6/span 3;
  }
  .cell-y-xl-6-3 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 3;
    grid-row: 6/span 3;
  }
  .cell-x-xl-6-4 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 4;
    grid-column: 6/span 4;
  }
  .cell-y-xl-6-4 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 4;
    grid-row: 6/span 4;
  }
  .cell-x-xl-6-5 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 5;
    grid-column: 6/span 5;
  }
  .cell-y-xl-6-5 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 5;
    grid-row: 6/span 5;
  }
  .cell-x-xl-6-6 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 6;
    grid-column: 6/span 6;
  }
  .cell-y-xl-6-6 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 6;
    grid-row: 6/span 6;
  }
  .cell-x-xl-6-7 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 7;
    grid-column: 6/span 7;
  }
  .cell-y-xl-6-7 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 7;
    grid-row: 6/span 7;
  }
  .cell-x-xl-6-8 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 8;
    grid-column: 6/span 8;
  }
  .cell-y-xl-6-8 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 8;
    grid-row: 6/span 8;
  }
  .cell-x-xl-6-9 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 9;
    grid-column: 6/span 9;
  }
  .cell-y-xl-6-9 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 9;
    grid-row: 6/span 9;
  }
  .cell-x-xl-7-1 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 1;
    grid-column: 7/span 1;
  }
  .cell-y-xl-7-1 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7/span 1;
  }
  .cell-x-xl-7-2 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 2;
    grid-column: 7/span 2;
  }
  .cell-y-xl-7-2 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 2;
    grid-row: 7/span 2;
  }
  .cell-x-xl-7-3 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7/span 3;
  }
  .cell-y-xl-7-3 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 3;
    grid-row: 7/span 3;
  }
  .cell-x-xl-7-4 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 4;
    grid-column: 7/span 4;
  }
  .cell-y-xl-7-4 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 4;
    grid-row: 7/span 4;
  }
  .cell-x-xl-7-5 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 5;
    grid-column: 7/span 5;
  }
  .cell-y-xl-7-5 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 5;
    grid-row: 7/span 5;
  }
  .cell-x-xl-7-6 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/span 6;
  }
  .cell-y-xl-7-6 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 6;
    grid-row: 7/span 6;
  }
  .cell-x-xl-7-7 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 7;
    grid-column: 7/span 7;
  }
  .cell-y-xl-7-7 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 7;
    grid-row: 7/span 7;
  }
  .cell-x-xl-7-8 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 8;
    grid-column: 7/span 8;
  }
  .cell-y-xl-7-8 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 8;
    grid-row: 7/span 8;
  }
  .cell-x-xl-8-1 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 1;
    grid-column: 8/span 1;
  }
  .cell-y-xl-8-1 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    grid-row: 8/span 1;
  }
  .cell-x-xl-8-2 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 2;
    grid-column: 8/span 2;
  }
  .cell-y-xl-8-2 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 2;
    grid-row: 8/span 2;
  }
  .cell-x-xl-8-3 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 3;
    grid-column: 8/span 3;
  }
  .cell-y-xl-8-3 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 3;
    grid-row: 8/span 3;
  }
  .cell-x-xl-8-4 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 4;
    grid-column: 8/span 4;
  }
  .cell-y-xl-8-4 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 4;
    grid-row: 8/span 4;
  }
  .cell-x-xl-8-5 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 5;
    grid-column: 8/span 5;
  }
  .cell-y-xl-8-5 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 5;
    grid-row: 8/span 5;
  }
  .cell-x-xl-8-6 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 6;
    grid-column: 8/span 6;
  }
  .cell-y-xl-8-6 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 6;
    grid-row: 8/span 6;
  }
  .cell-x-xl-8-7 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 7;
    grid-column: 8/span 7;
  }
  .cell-y-xl-8-7 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 7;
    grid-row: 8/span 7;
  }
  .cell-x-xl-9-1 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 1;
    grid-column: 9/span 1;
  }
  .cell-y-xl-9-1 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    grid-row: 9/span 1;
  }
  .cell-x-xl-9-2 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 2;
    grid-column: 9/span 2;
  }
  .cell-y-xl-9-2 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 2;
    grid-row: 9/span 2;
  }
  .cell-x-xl-9-3 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
    grid-column: 9/span 3;
  }
  .cell-y-xl-9-3 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 3;
    grid-row: 9/span 3;
  }
  .cell-x-xl-9-4 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9/span 4;
  }
  .cell-y-xl-9-4 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 4;
    grid-row: 9/span 4;
  }
  .cell-x-xl-9-5 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 5;
    grid-column: 9/span 5;
  }
  .cell-y-xl-9-5 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 5;
    grid-row: 9/span 5;
  }
  .cell-x-xl-9-6 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 6;
    grid-column: 9/span 6;
  }
  .cell-y-xl-9-6 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 6;
    grid-row: 9/span 6;
  }
  .cell-x-xl-10-1 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 1;
    grid-column: 10/span 1;
  }
  .cell-y-xl-10-1 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 1;
    grid-row: 10/span 1;
  }
  .cell-x-xl-10-2 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 2;
    grid-column: 10/span 2;
  }
  .cell-y-xl-10-2 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 2;
    grid-row: 10/span 2;
  }
  .cell-x-xl-10-3 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10/span 3;
  }
  .cell-y-xl-10-3 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 3;
    grid-row: 10/span 3;
  }
  .cell-x-xl-10-4 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 4;
    grid-column: 10/span 4;
  }
  .cell-y-xl-10-4 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 4;
    grid-row: 10/span 4;
  }
  .cell-x-xl-10-5 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 5;
    grid-column: 10/span 5;
  }
  .cell-y-xl-10-5 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 5;
    grid-row: 10/span 5;
  }
  .cell-x-xl-11-1 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 1;
    grid-column: 11/span 1;
  }
  .cell-y-xl-11-1 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 1;
    grid-row: 11/span 1;
  }
  .cell-x-xl-11-2 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 2;
    grid-column: 11/span 2;
  }
  .cell-y-xl-11-2 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 2;
    grid-row: 11/span 2;
  }
  .cell-x-xl-11-3 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 3;
    grid-column: 11/span 3;
  }
  .cell-y-xl-11-3 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 3;
    grid-row: 11/span 3;
  }
  .cell-x-xl-11-4 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 4;
    grid-column: 11/span 4;
  }
  .cell-y-xl-11-4 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 4;
    grid-row: 11/span 4;
  }
  .cell-x-xl-12-1 {
    -ms-grid-column: 12;
    -ms-grid-column-span: 1;
    grid-column: 12/span 1;
  }
  .cell-y-xl-12-1 {
    -ms-grid-row: 12;
    -ms-grid-row-span: 1;
    grid-row: 12/span 1;
  }
  .cell-x-xl-12-2 {
    -ms-grid-column: 12;
    -ms-grid-column-span: 2;
    grid-column: 12/span 2;
  }
  .cell-y-xl-12-2 {
    -ms-grid-row: 12;
    -ms-grid-row-span: 2;
    grid-row: 12/span 2;
  }
  .cell-x-xl-12-3 {
    -ms-grid-column: 12;
    -ms-grid-column-span: 3;
    grid-column: 12/span 3;
  }
  .cell-y-xl-12-3 {
    -ms-grid-row: 12;
    -ms-grid-row-span: 3;
    grid-row: 12/span 3;
  }
  .cell-x-xl-13-1 {
    -ms-grid-column: 13;
    -ms-grid-column-span: 1;
    grid-column: 13/span 1;
  }
  .cell-y-xl-13-1 {
    -ms-grid-row: 13;
    -ms-grid-row-span: 1;
    grid-row: 13/span 1;
  }
  .cell-x-xl-13-2 {
    -ms-grid-column: 13;
    -ms-grid-column-span: 2;
    grid-column: 13/span 2;
  }
  .cell-y-xl-13-2 {
    -ms-grid-row: 13;
    -ms-grid-row-span: 2;
    grid-row: 13/span 2;
  }
  .cell-x-xl-14-1 {
    -ms-grid-column: 14;
    -ms-grid-column-span: 1;
    grid-column: 14/span 1;
  }
  .cell-y-xl-14-1 {
    -ms-grid-row: 14;
    -ms-grid-row-span: 1;
    grid-row: 14/span 1;
  }
}
/************************************************************
 * FLEX GRID
 ************************************************************/
.flex-row {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-left: -20px;
  margin-right: -20px;
}

.col--full-width, .col {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  -ms-flex-negative: 0;
}

.flex-no-gap.flex-row {
  margin-left: 0;
  margin-right: 0;
}
.flex-no-gap > .col {
  padding-left: 0;
  padding-right: 0;
}

.flex-half-gap.flex-row {
  margin-left: -10px;
  margin-right: -10px;
}
.flex-half-gap > .col {
  padding-left: 10px;
  padding-right: 10px;
}

.flex-double-gap.flex-row {
  margin-left: -40px;
  margin-right: -40px;
}
.flex-double-gap > .col {
  padding-left: 40px;
  padding-right: 40px;
}

.flex-center-align {
  -webkit-box-align: center;
  align-items: center;
}

.flex-col-2 > .col {
  flex: 0 1 auto;
  width: 50%;
}

.flex-col-3 > .col {
  flex: 0 1 auto;
  width: 33%;
}

.flex-col-4 > .col {
  flex: 0 1 auto;
  width: 25%;
}

.flex-col-5 > .col {
  flex: 0 1 auto;
  width: 20%;
}

.flex-col-1-2 > .col:first-of-type {
  flex: 0 1 auto;
  width: 33.33%;
}
.flex-col-1-2 > .col:nth-of-type(2) {
  flex: 0 1 auto;
  width: 66.66%;
}

.flex-col-3-2 > .col:first-of-type {
  flex: 0 1 auto;
  width: 60%;
}
.flex-col-3-2 > .col:nth-of-type(2) {
  flex: 0 1 auto;
  width: 40%;
}

@media screen and (min-width: 440px) {
  .flex-col-xs-2 > .col {
    flex: 0 1 auto;
    width: 50%;
  }
  .flex-col-xs-3 > .col {
    flex: 0 1 auto;
    width: 33.33%;
  }
  .flex-col-xs-4 > .col {
    flex: 0 1 auto;
    width: 25%;
  }
  .flex-col-xs-5 > .col {
    flex: 0 1 auto;
    width: 20%;
  }
  .flex-col-xs-1-2 > .col:first-of-type {
    flex: 0 1 auto;
    width: 33.33%;
  }
  .flex-col-xs-1-2 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 66.66%;
  }
  .flex-col-xs-2-1 > .col:first-of-type {
    flex: 0 1 auto;
    width: 66.66%;
  }
  .flex-col-xs-2-1 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 33.33%;
  }
}
@media screen and (min-width: 768px) {
  .flex-col-sm-1 > .col {
    flex: 0 1 auto;
    width: 100%;
  }
  .flex-col-sm-2 > .col {
    flex: 0 1 auto;
    width: 50%;
  }
  .flex-col-sm-3 > .col {
    flex: 0 1 auto;
    width: 33.33%;
  }
  .flex-col-sm-4 > .col {
    flex: 0 1 auto;
    width: 25%;
  }
  .flex-col-sm-5 > .col {
    flex: 0 1 auto;
    width: 20%;
  }
  .flex-col-sm-6 > .col {
    flex: 0 1 auto;
    width: 16.66%;
  }
  .flex-col-sm-1-2 > .col:first-of-type {
    fflex: 0 1 auto;
    width: 33%;
  }
  .flex-col-sm-1-2 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 66%;
  }
}
@media screen and (min-width: 992px) {
  .flex-col-md-2 > .col {
    flex: 0 1 auto;
    width: 50%;
  }
  .flex-col-md-3 > .col {
    flex: 0 1 auto;
    width: 33.33%;
  }
  .flex-col-md-4 > .col {
    flex: 0 1 auto;
    width: 25%;
  }
  .flex-col-md-5 > .col {
    flex: 0 1 auto;
    width: 20%;
  }
  .flex-col-md-6 > .col {
    flex: 0 1 auto;
    width: 16.66%;
  }
  .flex-col-md-1-2 > .col:first-of-type {
    flex: 0 1 auto;
    width: 33%;
  }
  .flex-col-md-1-2 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 67%;
  }
  .flex-col-md-2-1 > .col:first-of-type {
    flex: 0 1 auto;
    width: 67%;
  }
  .flex-col-md-2-1 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 33%;
  }
  .flex-col-md-2-3 > .col:first-of-type {
    flex: 0 1 auto;
    width: 40%;
  }
  .flex-col-md-2-3 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 60%;
  }
  .flex-col-md-3-2 > .col:first-of-type {
    flex: 0 1 auto;
    width: 60%;
  }
  .flex-col-md-3-2 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 40%;
  }
}
@media screen and (min-width: 1342px) {
  .flex-col-lg-2 > .col {
    flex: 0 1 48%;
  }
  .flex-col-lg-3 > .col {
    flex: 0 1 33.33%;
  }
  .flex-col-lg-4 > .col {
    flex: 0 1 25%;
  }
  .flex-col-lg-5 > .col {
    flex: 0 1 20%;
  }
  .flex-col-lg-6 > .col {
    flex: 0 1 auto;
    width: 16.66%;
  }
  .flex-col-lg-1-2 > .col:first-of-type {
    flex: 0 1 33%;
  }
  .flex-col-lg-1-2 > .col:nth-of-type(2) {
    flex: 0 1 66%;
  }
}
/************************************************************
 * B2B
 ************************************************************/
@media screen and (max-width: 600px) {
  .col-image-header-b2b {
    position: absolute;
  }
}

@media screen and (max-width: 600px) {
  .col-texte-header-b2b {
    margin-top: 250px;
  }
}

@media screen and (max-width: 600px) {
  .image-membres {
    min-height: 290px;
    margin-top: -30px;
  }
}

.text-mobile-form {
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
}
@media screen and (min-width: 600px) {
  .text-mobile-form {
    display: none;
  }
}

.title-page-b2b {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .title-page-b2b {
    text-align: center;
    margin-top: 100px !important;
    font-size: 28px;
  }
}

.title-membres {
  display: inline-block;
  position: relative;
  color: #fff;
  margin: -50px 0 0;
  background: #000;
  padding: 10px 50px 10px 50px !important;
}
@media screen and (max-width: 600px) {
  .title-membres {
    padding: 10px !important;
    width: 90%;
  }
}

.page-template-page-b2b .c-conseil-single__header-img {
  background-position: right bottom !important;
  margin-top: -15%;
}
@media screen and (max-width: 600px) {
  .page-template-page-b2b .c-conseil-single__title-col, .page-template-page-b2b .c-conseil-single__header-flex-row > .col:nth-of-type(2) {
    flex: 0 1 100% !important;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .page-template-page-b2b .c-conseil__item {
    border-right: none !important;
  }
}

.subtitle-page-b2b {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.83px;
}
@media screen and (max-width: 600px) {
  .subtitle-page-b2b {
    text-align: center;
    font-size: 16px;
  }
}

.bouton-page-b2b {
  font-size: 12px;
  letter-spacing: 0.6px;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .bouton-page-b2b {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .bloc-chiffres {
    padding-left: 50px;
  }
}
.bloc-chiffres .picto-title {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}
.bloc-chiffres .picto-texte {
  font-size: 18px;
  letter-spacing: 0.9px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .bloc-chiffres .col {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .bloc-chiffres .item-1 {
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
  }
  .bloc-chiffres .item-2 {
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
  }
  .bloc-chiffres .item-3 {
    border-right: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
  }
  .bloc-chiffres .item-4 {
    border-left: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
  }
}

@media screen and (max-width: 600px) {
  .bloc-avantages .col-item-avantages {
    width: 50%;
  }
}

.bloc-questions .col-questions {
  width: 70%;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .bloc-questions .col-questions {
    width: 100%;
  }
}
.bloc-questions .image-questions {
  width: 25%;
}
@media screen and (max-width: 600px) {
  .bloc-questions .image-questions {
    width: 100%;
  }
}

.bloc-formulaire-b2b {
  background-color: #202020;
}
.bloc-formulaire-b2b .title-page-b2b-white {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #fff;
  margin-right: 5%;
}
@media screen and (max-width: 600px) {
  .bloc-formulaire-b2b .title-page-b2b-white {
    text-align: center;
    margin-right: 0px;
    width: 100%;
  }
}
.bloc-formulaire-b2b .image-formulaire {
  max-width: 360px;
  position: absolute;
  margin-top: 10%;
}
@media screen and (max-width: 600px) {
  .bloc-formulaire-b2b .image-formulaire {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .bloc-formulaire-b2b .bloc-etape-form {
    display: none;
  }
}
.bloc-formulaire-b2b .bloc-etape-form .texte-etape-form {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .bloc-formulaire-b2b .form-b2b {
    margin-left: -25%;
  }
}
@media screen and (max-width: 600px) {
  .bloc-formulaire-b2b .form-b2b {
    width: 100%;
  }
}
.bloc-formulaire-b2b .form-b2b .wpcf7-form .input_form_contact input:not([type=submit]), .bloc-formulaire-b2b .form-b2b .wpcf7-form .input_form_contact textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  max-width: 100%;
  width: 100%;
  margin-bottom: 30px;
  color: #fff;
}
.bloc-formulaire-b2b .form-b2b .wpcf7-form .input_form_contact .wpcf7-checkbox {
  color: white;
}
.bloc-formulaire-b2b .form-b2b .wpcf7-form .input_form_contact input[type=submit] {
  position: absolute;
}
@media screen and (max-width: 1440px) {
  .bloc-formulaire-b2b .form-b2b .wpcf7-form .input_form_contact input[type=submit] {
    position: relative;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .bloc-formulaire-b2b .form-b2b .wpcf7-form .input-submit-b2b {
    float: right;
  }
}

.button-rejoindre-reseau-b2b {
  border: 1px solid #9da3d2;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: 1.33px;
  color: #fff;
  padding: 1.5em 1vw;
  background-color: #9da3d2;
  text-transform: uppercase;
  text-align: left;
}
.button-rejoindre-reseau-b2b:hover {
  color: rgba(255, 255, 255, 0.7);
}
.button-rejoindre-reseau-b2b:visited {
  color: #fff;
}
.button-rejoindre-reseau-b2b:visited:hover {
  color: rgba(255, 255, 255, 0.7);
}

.button-suivez-nous-b2b {
  border: 1px solid #202020;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: 1.33px;
  color: #fff;
  padding: 1.5em 3vw;
  background-color: #202020;
  text-transform: uppercase;
  text-align: left;
}
.button-suivez-nous-b2b img {
  background-color: #202020;
}
.button-suivez-nous-b2b:hover {
  border: 1px solid #202020;
  color: #202020;
  padding: 1.5em 3vw;
  background-color: #fff;
}
.button-suivez-nous-b2b:visited {
  color: #fff;
}
.button-suivez-nous-b2b:visited:hover {
  color: #000;
}

.page-template-page-b2b .owl-nav button span {
  display: none;
}
@media screen and (max-width: 440px) {
  .page-template-page-b2b .owl-prev {
    left: 3px !important;
  }
  .page-template-page-b2b .owl-next {
    right: 3px !important;
  }
}

/************************************************************
 * MAIN NAVIGATION
 ************************************************************/
.site-branding {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  .site-branding {
    position: absolute;
    top: 35px;
  }
}
.site-branding img {
  max-width: 140px !important;
  max-height: 45px;
}
.site-branding a {
  color: #000;
}

.c-nav-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 1050px) {
  .c-nav-main {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.c-nav-main .c-nav-main-menu__container {
  position: relative;
}
.c-nav-main ul {
  list-style: none;
}
.c-nav-main ul.c-nav-main-menu {
  padding: 0;
  list-style: none;
}
.c-nav-main ul.c-nav-main-menu > li {
  display: inline-block;
  height: 60px;
  padding: 15px 0.5vw;
  font-size: 1.1em;
}
.c-nav-main ul.c-nav-main-menu > li.active > a {
  color: rgba(255, 255, 255, 0.7);
}
.c-nav-main ul.c-nav-main-menu > li.open > a {
  color: rgba(255, 255, 255, 0.7);
}
.c-nav-main ul.c-nav-main-menu > li.open > a:hover, .c-nav-main ul.c-nav-main-menu > li.open > a:focus {
  color: #9da3d2;
}
.c-nav-main ul.c-nav-main-menu > li.current-menu-item > a {
  color: rgba(255, 255, 255, 0.7);
}
.c-nav-main ul.c-nav-main-menu > li > a {
  color: #fff;
  font-weight: 500;
  padding: 0.5em 1vw;
}
.c-nav-main ul.c-nav-main-menu > li > a:hover, .c-nav-main ul.c-nav-main-menu > li > a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.c-nav-main ul.c-nav-main-menu > li.btn-menu-accent a {
  border: 1px solid #9da3d2;
  background-color: #9da3d2;
}
.c-nav-main ul.c-nav-main-menu > li.btn-menu-language a {
  border: 1px solid #fff;
  max-width: 60px;
  font-size: 1.1em;
  padding: 0.35em 1vw;
  margin-top: 0.1em;
  border-radius: 2px;
}
.c-nav-main ul.c-nav-main-menu > li.wpml-ls-item a {
  border: 1px solid #fff;
  max-width: 60px;
  font-size: 1.1em;
  padding: 0.3em 1vw;
  margin-top: 0.1em;
  border-radius: 2px;
}
@media screen and (max-width: 1342px) {
  .c-nav-main ul.c-nav-main-menu {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .c-nav-main ul.c-nav-main-menu > li > a {
    padding: 0.5em 0.4vw;
    font-size: 12px;
  }
}
@media screen and (max-width: 1050px) {
  .c-nav-main ul.c-nav-main-menu > li.order--1 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
    width: 33.33%;
    text-align: center;
  }
  .c-nav-main ul.c-nav-main-menu > li.order--2 {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
    width: 33.33%;
    text-align: center;
  }
  .c-nav-main ul.c-nav-main-menu > li.order--3 {
    -webkit-box-ordinal-group: 1000;
    -ms-flex-order: 999;
    order: 999;
    width: 33.33%;
    text-align: center;
  }
  .c-nav-main ul.c-nav-main-menu > li:nth-child(4) {
    margin-left: 200px;
  }
  .c-nav-main ul.c-nav-main-menu > li.btn-menu-language {
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
  }
  .c-nav-main ul.c-nav-main-menu > li.is-mega-menu.contact-lentils > ul.sub-menu {
    right: 0;
    left: auto !important;
  }
}

/************************************************************
* OPEN SUB MENU ON HOVER
************************************************************/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 768px) {
  ul.sub-menu {
    max-height: 0;
    padding: 0;
    overflow: hidden;
  }
  li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    max-height: 500px;
    padding: 15px 0;
    overflow: visible;
    -webkit-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
/************************************************************
 * MEGA MENU WITH GRID
 ************************************************************/
li.is-mega-menu > ul.sub-menu {
  position: absolute;
  display: none;
  display: grid;
  grid-template-columns: 3fr 2fr 2fr;
  -ms-grid-columns: 3fr 2fr 2fr;
  grid-template-rows: 40px repeat(3, 120px);
  -ms-grid-rows: 40px 120px 120px 120px;
  top: 60px;
  left: 0 !important;
  right: 0;
  text-align: left;
  max-width: 820px;
  margin-left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  -webkit-box-shadow: 2px 4px 10px 0 rgba(73, 73, 73, 0.5);
  box-shadow: 2px 4px 10px 0 rgba(73, 73, 73, 0.5);
  z-index: -1;
}
@media screen and (max-width: 1050px) {
  li.is-mega-menu > ul.sub-menu {
    top: 120px;
  }
}
li.is-mega-menu > ul.sub-menu > li {
  position: relative;
  margin: 5px 20px;
}
li.is-mega-menu > ul.sub-menu > li > ul.sub-menu {
  padding: 0;
  margin: 0;
}
li.is-mega-menu > ul.sub-menu > li > ul.sub-menu li {
  display: block;
  float: none;
  margin-bottom: 8px;
}
li.is-mega-menu > ul.sub-menu > li > ul.sub-menu li a {
  color: #000;
}
li.is-mega-menu:hover {
  background-color: #fff;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
li.is-mega-menu:hover > ul.sub-menu {
  display: -ms-grid;
}
li.is-mega-menu:hover > a {
  color: #000 !important;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  li.is-mega-menu {
    display: none;
  }
}

li.is-mega-menu.glasses > ul.sub-menu {
  grid-template-areas: "title1 title2 title3" "category1 list-brand list-form" "category2 list-brand list-form" "category3 bigcta bigcta";
  background-color: #fff;
}
li.is-mega-menu.sun-glasses > ul.sub-menu {
  grid-template-areas: "title1 title2 title3" "category1 list-brand list-form" "category2 list-brand list-form" "bigcta bigcta bigcta";
  background-color: #fff;
}
li.is-mega-menu.sun-glasses > ul.sub-menu .cta {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column-span: 3;
}
li.is-mega-menu.contact-lentils > ul.sub-menu {
  grid-template-columns: 3fr 2fr;
  -ms-grid-columns: 3fr 2fr;
  grid-template-rows: 40px repeat(2, 120px);
  -ms-grid-rows: 40px 120px 120px;
  grid-template-areas: "title1 title2" "category1 list-brand " "category2 list-brand ";
  background-color: #fff;
  max-width: 540px;
}
li.is-mega-menu.glasses > ul.sub-menu, li.is-mega-menu.sun-glasses > ul.sub-menu {
  grid-template-columns: 3.5fr 2.5fr 2fr;
}
li.is-mega-menu.glasses > ul.sub-menu .list--brand > ul.sub-menu > li, li.is-mega-menu.sun-glasses > ul.sub-menu .list--brand > ul.sub-menu > li {
  display: inline-block;
  width: 48%;
  padding-right: 2%;
}
li.is-mega-menu .title > a, li.is-mega-menu .title--3 > a, li.is-mega-menu .title--2 > a, li.is-mega-menu .title--1 > a {
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #000;
}
li.is-mega-menu .title--1 {
  grid-area: title1;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row-span: 1;
}
li.is-mega-menu .title--2 {
  grid-area: title2;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-row-span: 1;
}
li.is-mega-menu .title--3 {
  grid-area: title3;
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-row-span: 1;
}
li.is-mega-menu .category, li.is-mega-menu .category--3, li.is-mega-menu .category--2, li.is-mega-menu .category--1 {
  background-position: right top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: calc(33% - 20px);
}
li.is-mega-menu .category:hover, li.is-mega-menu .category--3:hover, li.is-mega-menu .category--2:hover, li.is-mega-menu .category--1:hover {
  background-size: auto 103%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
li.is-mega-menu .category a, li.is-mega-menu .category--3 a, li.is-mega-menu .category--2 a, li.is-mega-menu .category--1 a {
  color: #fff;
}
li.is-mega-menu .category--1 {
  padding: 15px 20px;
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  text-align: left;
  grid-area: category1;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row-span: 1;
}
li.is-mega-menu .category--1 > a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 50px;
}
li.is-mega-menu .category--2 {
  padding: 15px 20px;
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  text-align: left;
  grid-area: category2;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-row-span: 1;
}
li.is-mega-menu .category--2 > a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 50px;
}
li.is-mega-menu .category--3 {
  padding: 15px 20px;
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  text-align: left;
  grid-area: category3;
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-row-span: 1;
}
li.is-mega-menu .category--3 > a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 50px;
}
li.is-mega-menu .list > a, li.is-mega-menu .list--form > a, li.is-mega-menu .list--brand > a {
  display: none;
}
li.is-mega-menu .list--brand {
  grid-area: list-brand;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column-span: 1;
}
li.is-mega-menu .list--form {
  grid-area: list-form;
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-row-span: 2;
  -ms-grid-column-span: 1;
}
li.is-mega-menu .list--form li:not(.see-all) {
  background-size: 30px auto;
  background-position: left center;
  background-repeat: no-repeat;
}
li.is-mega-menu .list--form li:not(.see-all) > a {
  padding-left: 35px;
}
li.is-mega-menu .list .see-all, li.is-mega-menu .list--brand .see-all, li.is-mega-menu .list--form .see-all {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  li.is-mega-menu .list .see-all, li.is-mega-menu .list--brand .see-all, li.is-mega-menu .list--form .see-all {
    min-width: 150px;
  }
}
li.is-mega-menu .list .see-all > a, li.is-mega-menu .list--brand .see-all > a, li.is-mega-menu .list--form .see-all > a {
  padding-left: 0;
}
li.is-mega-menu .cta {
  display: -ms-flex;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding: 20px;
  min-height: 60px;
  background-color: #ccc;
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  grid-area: bigcta;
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column-span: 2;
  width: calc(100% - 20px);
}
li.is-mega-menu .cta a {
  color: #fff;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  color: #fff;
}
li.is-mega-menu .cta span.sub {
  display: block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}

/* Fallback queries
 ************************************************************/
@supports (display: grid) {
  li.is-mega-menu > ul.sub-menu > * {
    width: auto !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  li.is-mega-menu > ul.sub-menu > * {
    width: auto !important;
  }
}
/************************************************************
 * MOBILE NAVBAR
 ************************************************************/
.mobile-menu {
  display: none;
}

.navbar-toggle {
  display: none;
}

@media screen and (max-width: 767px) {
  .navbar-toggle {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    background-color: transparent;
    border-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 32px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 7px;
  }
  .c-nav-slide-toggle {
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.25, 0.25, 0.75);
    transition: 0.2s cubic-bezier(0.75, -0.25, 0.25, 0.75);
    z-index: 999999;
  }
  .c-nav-slide-toggle.slide-in {
    -webkit-transition: 0.5s cubic-bezier(0.75, -0.25, 0.25, 0.75);
    transition: 0.5s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  }
  .c-nav-slide-toggle.slide-in .icon-bar {
    -webkit-transition: 0.2s 0.2s ease-in;
    transition: 0.2s 0.2s ease-in;
  }
  .c-nav-slide-toggle.slide-in .icon-bar:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
  }
  .c-nav-slide-toggle.slide-in .icon-bar:nth-of-type(3) {
    opacity: 0;
  }
  .c-nav-slide-toggle.slide-in .icon-bar:nth-of-type(4) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
  }
  .c-nav-mobile.c-nav-slide {
    background: #000;
    width: 100%;
    height: calc(100% - 50px);
    position: fixed;
    left: 0;
    top: 50px;
    z-index: 9999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.2s 0.2s ease-in;
    transition: 0.2s 0.2s ease-in;
  }
  .c-nav-mobile.c-nav-slide.slide-in {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
  }
  .c-nav-mobile.c-nav-slide ul {
    list-style: none;
  }
  .c-nav-mobile nav#mobile-site-navigation {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) and (max-height: 520px) {
  .c-nav-mobile nav#mobile-site-navigation {
    overflow: auto;
  }
  .c-nav-mobile nav#mobile-site-navigation .c-nav-mobile__main-menu {
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-mobile__main-menu {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2%;
    padding: 0;
    background-color: #000;
    list-style: none;
  }
  .c-nav-mobile__main-menu > li {
    margin: 2%;
  }
  .c-nav-mobile__main-menu > li:first-of-type {
    margin-top: 0;
  }
  .c-nav-mobile__main-menu > li:not(.main-category) {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 28%;
    flex: 1 1 28%;
  }
  .c-nav-mobile__main-menu > li:not(.main-category) a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .c-nav-mobile__main-menu > li.main-category {
    padding: 15px 20px;
    background-position: center top;
    background-size: auto 100%;
    background-repeat: no-repeat;
    text-align: left;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    background-color: #fff;
    border: none;
  }
  .c-nav-mobile__main-menu > li.main-category > a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 50px;
  }
  .c-nav-mobile__main-menu > li.main-category:after {
    position: absolute;
    content: "";
    bottom: 15px;
    right: 20px;
    height: 15px;
    width: 15px;
    background-image: url("img/right-arrow-yellow.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .c-nav-mobile__main-menu > li.main-category--half:first-of-type {
    margin-top: 2%;
  }
  .c-nav-mobile__main-menu > li.main-category--half.main-category {
    padding: 15px 20px;
    background-position: center top;
    background-size: auto 100%;
    background-repeat: no-repeat;
    text-align: left;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 46%;
    flex: 0 1 46%;
  }
  .c-nav-mobile__main-menu > li.main-category--half.main-category > a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 50px;
  }
  .c-nav-mobile__main-menu > li > ul.sub-menu {
    position: fixed;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
    height: calc(100% - 60px);
    top: 0;
    right: 0;
    padding: 0 2% 2%;
    background: #000;
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .c-nav-mobile__main-menu > li > ul.sub-menu.is-opened {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .c-nav-mobile__main-menu > li > ul.sub-menu a.back-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-top: 5%;
    text-decoration: underline;
    color: #fff;
  }
  .c-nav-mobile__main-menu > li > ul.sub-menu a.back-menu:focus, .c-nav-mobile__main-menu > li > ul.sub-menu a.back-menu:hover, .c-nav-mobile__main-menu > li > ul.sub-menu a.back-menu:visited {
    color: #fff;
    background-color: transparent;
  }
  .c-nav-mobile__main-menu > li > ul.sub-menu > li {
    padding: 15px 20px;
    background-position: center top;
    background-size: auto 100%;
    background-repeat: no-repeat;
    text-align: left;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 2%;
    background-color: #333;
  }
  .c-nav-mobile__main-menu > li > ul.sub-menu > li > a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 50px;
  }
  .c-nav-mobile__main-menu > li > ul.sub-menu > li > a {
    color: #fff;
    padding-bottom: 40%;
  }
  .c-nav-mobile__main-menu > li > ul.sub-menu > li.menu-item-has-children:after {
    position: absolute;
    content: "";
    bottom: 15px;
    right: 20px;
    height: 15px;
    width: 15px;
    background-image: url("img/picto-arrow-right.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .c-nav-mobile__main-menu > li > ul.sub-menu > li > ul.sub-menu {
    position: fixed;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
    height: calc(100% - 60px);
    top: 0;
    right: 0;
    padding: 0 2% 2%;
    background: #000;
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    height: 100%;
  }
  .c-nav-mobile__main-menu > li > ul.sub-menu > li > ul.sub-menu.is-opened {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .c-nav-mobile__main-menu > li > ul.sub-menu > li > ul.sub-menu > li:not(.list) {
    padding: 15px 20px;
    background-position: center top;
    background-size: auto 100%;
    background-repeat: no-repeat;
    text-align: left;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    min-height: 100px;
    margin: 2%;
    background-color: #fff;
    text-align: center;
  }
  .c-nav-mobile__main-menu > li > ul.sub-menu > li > ul.sub-menu > li:not(.list) > a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 50px;
  }
  .c-nav-mobile__main-menu > li > ul.sub-menu > li > ul.sub-menu > li.list, li.is-mega-menu .c-nav-mobile__main-menu > li > ul.sub-menu > li > ul.sub-menu > li.list--brand, li.is-mega-menu .c-nav-mobile__main-menu > li > ul.sub-menu > li > ul.sub-menu > li.list--form {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 2%;
    background-color: transparent;
    text-align: center;
  }
  .c-nav-mobile__main-menu > li > ul.sub-menu > li > ul.sub-menu > li.list > a, li.is-mega-menu .c-nav-mobile__main-menu > li > ul.sub-menu > li > ul.sub-menu > li.list--brand > a, li.is-mega-menu .c-nav-mobile__main-menu > li > ul.sub-menu > li > ul.sub-menu > li.list--form > a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
  }
  .c-nav-mobile__main-menu > li > ul.sub-menu > li > ul.sub-menu > li.list > ul.sub-menu, li.is-mega-menu .c-nav-mobile__main-menu > li > ul.sub-menu > li > ul.sub-menu > li.list--brand > ul.sub-menu, li.is-mega-menu .c-nav-mobile__main-menu > li > ul.sub-menu > li > ul.sub-menu > li.list--form > ul.sub-menu {
    display: -ms-flex;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4vh 0 0 0;
    margin: 0;
    text-align: center;
  }
  .c-nav-mobile__main-menu > li > ul.sub-menu > li > ul.sub-menu > li.list > ul.sub-menu > li, li.is-mega-menu .c-nav-mobile__main-menu > li > ul.sub-menu > li > ul.sub-menu > li.list--brand > ul.sub-menu > li, li.is-mega-menu .c-nav-mobile__main-menu > li > ul.sub-menu > li > ul.sub-menu > li.list--form > ul.sub-menu > li {
    margin-bottom: 3vh;
  }
  .c-nav-mobile__main-menu > li > ul.sub-menu > li > ul.sub-menu > li.list > ul.sub-menu > li a, li.is-mega-menu .c-nav-mobile__main-menu > li > ul.sub-menu > li > ul.sub-menu > li.list--brand > ul.sub-menu > li a, li.is-mega-menu .c-nav-mobile__main-menu > li > ul.sub-menu > li > ul.sub-menu > li.list--form > ul.sub-menu > li a {
    text-transform: uppercase;
    color: #fff;
  }
  .c-nav-mobile__main-menu > li > ul.sub-menu > li > ul.sub-menu > li.list > ul.sub-menu > li.see-all a, li.is-mega-menu .c-nav-mobile__main-menu > li > ul.sub-menu > li > ul.sub-menu > li.list--brand > ul.sub-menu > li.see-all a, li.is-mega-menu .c-nav-mobile__main-menu > li > ul.sub-menu > li > ul.sub-menu > li.list--form > ul.sub-menu > li.see-all a {
    font-weight: 700;
    text-transform: none;
  }
  .c-nav-mobile__main-menu > li > ul.sub-menu > li > ul.sub-menu > li.list > ul.sub-menu .back-menu, li.is-mega-menu .c-nav-mobile__main-menu > li > ul.sub-menu > li > ul.sub-menu > li.list--brand > ul.sub-menu .back-menu, li.is-mega-menu .c-nav-mobile__main-menu > li > ul.sub-menu > li > ul.sub-menu > li.list--form > ul.sub-menu .back-menu {
    display: none;
  }
  .c-nav-mobile__main-menu > li > ul.sub-menu > li > ul.sub-menu > li.list.is-bordered, li.is-mega-menu .c-nav-mobile__main-menu > li > ul.sub-menu > li > ul.sub-menu > li.is-bordered.list--brand, li.is-mega-menu .c-nav-mobile__main-menu > li > ul.sub-menu > li > ul.sub-menu > li.is-bordered.list--form {
    border-right: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-mobile__bottom {
    position: relative;
    height: 60px;
    border-top: 1px solid #fab900;
  }
  .c-nav-mobile__bottom ul {
    padding: 0;
    margin: 0;
    height: 100%;
    list-style: none;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-nav-mobile__bottom ul li {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
  }
  .c-nav-mobile__bottom ul li:not(:last-of-type) {
    border-right: 1px solid #fab900;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-mobile__social img {
    max-width: 20px;
    max-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-mobile__lang .wpml-ls-legacy-list-horizontal a {
    display: block;
    text-decoration: none;
    padding: 10px 20px;
    line-height: 1;
    border: 1px solid #fff;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-mobile__search img {
    max-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-mobile__search-form {
    position: absolute;
    height: 59px;
    width: 100%;
    top: 0;
    padding: 5px 20px;
    background-color: #000;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .c-nav-mobile__search-form.is-opened {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .c-nav-mobile__search-form input.search-field {
    padding-right: 25px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-width: 0px;
    border-radius: 0;
    border-bottom-width: 1px;
    background: transparent;
    color: #fff;
    font-size: 1.4em;
    line-height: 35px;
    height: 40px;
    width: calc(100% - 45px);
  }
  .c-nav-mobile__search-form input.search-submit {
    border-color: transparent;
    border-radius: 0;
    background: transparent;
    background-image: url(img/search.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 0;
    height: 30px;
    width: 30px;
    line-height: 1;
    padding: 0;
    margin: 0 0 0 10px;
    z-index: 99;
  }
}
/************************************************************
 * TOP HEADER NAVIGATION
 ************************************************************/
ul.c-nav-top-menu {
  padding-left: 0;
  margin: 0;
  list-style: none;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}
ul.c-nav-top-menu li {
  display: inline-block;
  line-height: 30px;
  padding: 0 1vw 0 0;
}
ul.c-nav-top-menu li a {
  color: #fff;
  font-size: 1.15em;
  line-height: 30px;
}
@media screen and (max-width: 1342px) {
  ul.c-nav-top-menu li a {
    font-size: 12px;
  }
}

.top-header .site-tagline {
  margin: 0;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  font-size: 1;
}
.top-header .c-search-bar {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1vw;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}
.top-header .c-search-bar .search-form {
  position: relative;
}
.top-header .c-search-bar input.search-field {
  padding-right: 25px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-width: 0px;
  border-radius: 0;
  border-bottom-width: 1px;
  background: transparent;
  color: #fff;
  font-size: 1em;
  line-height: 1.4;
}
.top-header .c-search-bar input.search-field::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.top-header .c-search-bar input.search-field:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.top-header .c-search-bar input.search-field::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.top-header .c-search-bar input.search-field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.top-header .c-search-bar input.search-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.top-header .c-search-bar input.search-field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.top-header .c-search-bar input.search-submit {
  position: absolute;
  right: 0;
  bottom: -1px;
  border-color: transparent;
  border-radius: 0;
  background: transparent;
  background-image: url("img/search.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 0;
  height: 20px;
  width: 15px;
  line-height: 1;
  padding: 0;
  z-index: 99;
  cursor: pointer;
}

/* Social network nav
 ************************************************************/
ul.c-top-social-links__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.c-top-social-links__list li.c-top-social-links__item {
  display: inline-block;
  height: 30px;
  padding: 8px 1vw 0;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}
ul.c-top-social-links__list li.c-top-social-links__item a {
  vertical-align: top;
}
ul.c-top-social-links__list li.c-top-social-links__item img {
  width: 12px;
}

.breadcrumb-wrapper {
  font-size: 1em;
  margin-top: 30px;
  margin-bottom: auto;
}
.breadcrumb-wrapper a {
  color: #000;
}
.breadcrumb-wrapper a:visited {
  color: #000;
}
.breadcrumb-wrapper a.current-item {
  cursor: not-allowed;
  pointer-events: none;
}
.breadcrumb-wrapper a:hover {
  color: #fab900;
}

.c-pagination__wrapper {
  text-align: center;
}
.c-pagination__wrapper .page-numbers {
  height: 40px;
  width: 40px;
  display: inline-block;
  color: #000;
  font-size: 14px;
  line-height: 40px;
}
.c-pagination__wrapper .page-numbers.current {
  background-color: #000;
  color: #fff;
}
.c-pagination__wrapper .page-numbers.prev, .c-pagination__wrapper .page-numbers.next {
  display: none;
}

.tab-toggle {
  cursor: pointer;
}

.tab-content {
  display: none;
}
.tab-content.current {
  display: block;
}
@media screen and (min-width: 768px) {
  .tab-content--desktop {
    display: none;
  }
  .tab-content--desktop.current {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tab-content--mobile {
    display: none;
  }
  .tab-content--mobile.current {
    display: block;
  }
}

.owl-carousel button.owl-dot.active {
  background: #666;
}

ul {
  margin: 0 0 1em 0;
}

/************************************************************
 * BUTTONS
 ************************************************************/
.btn, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container.col-xs-7 a.asl-item-cta, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta, .c-home-search__form input[type=submit], li.is-mega-menu .cta a {
  display: inline-block;
  padding: 1em 1.4em;
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}

.btn-block {
  display: block;
  width: 160px;
}

.btn-ghost, .btn-ghost--black {
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
}
.btn-ghost--black {
  border-color: #000;
  color: #000;
}
.btn-ghost--black:visited, .btn-ghost--black:focus, .btn-ghost--black:hover {
  color: #000;
}
.btn-ghost--black:hover {
  background-color: #000;
  color: #fff;
  transition: 0.2s ease-out;
}

.btn-filled, .c-contact-form input[type=submit], .cn-button, .btn-filled--gray, .btn-filled--shop, .btn-filled--accent, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 #style_1.infoWindow a.action.zoomhere-2, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container.col-xs-7 a.asl-item-cta, .wp-block-button.btn-primary .wp-block-button__link, .btn-filled--black, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta, .c-home-search__form input[type=submit], li.is-mega-menu .cta a {
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
}
.btn-filled--black, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta, .c-home-search__form input[type=submit], li.is-mega-menu .cta a {
  border-color: #000;
  background-color: #000;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 0.7em 2.4em;
}
.btn-filled--black:visited, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta:visited, .c-home-search__form input[type=submit]:visited, li.is-mega-menu .cta a:visited {
  color: #fff;
}
.btn-filled--black:focus, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta:focus, .c-home-search__form input[type=submit]:focus, li.is-mega-menu .cta a:focus, .btn-filled--black:hover, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta:hover, .c-home-search__form input[type=submit]:hover, li.is-mega-menu .cta a:hover {
  color: #000;
  background-color: transparent;
  transition: 0.2s ease-out;
}
.btn-filled--accent, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 #style_1.infoWindow a.action.zoomhere-2, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container.col-xs-7 a.asl-item-cta, .wp-block-button.btn-primary .wp-block-button__link {
  border-color: #9da3d2;
  background-color: #9da3d2;
  color: #fff;
  padding: 0.7em 2.4em;
}
.btn-filled--accent:visited, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 #style_1.infoWindow a.action.zoomhere-2:visited, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container.col-xs-7 a.asl-item-cta:visited, .wp-block-button.btn-primary .wp-block-button__link:visited {
  color: #fff;
}
.btn-filled--accent:focus, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 #style_1.infoWindow a.action.zoomhere-2:focus, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container.col-xs-7 a.asl-item-cta:focus, .wp-block-button.btn-primary .wp-block-button__link:focus, .btn-filled--accent:hover, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 #style_1.infoWindow a.action.zoomhere-2:hover, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container.col-xs-7 a.asl-item-cta:hover, .wp-block-button.btn-primary .wp-block-button__link:hover {
  border-color: #7a82c2;
  background-color: #7a82c2;
  color: #fff;
  transition: 0.2s ease-out;
}
.btn-filled--shop {
  border-color: #000;
  background-color: #000;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 0.7em 2.4em;
}
.btn-filled--shop:visited {
  color: #fff;
}
.btn-filled--shop:focus, .btn-filled--shop:hover {
  color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  transition: 0.2s ease-out;
}
.btn-filled--gray {
  border-color: #f2f2f2;
  background-color: #f2f2f2;
  color: #787878;
  letter-spacing: 0.05em;
  padding: 0.7em 2.4em;
}
.btn-filled--gray:visited {
  color: #787878;
}
.btn-filled--gray:focus, .btn-filled--gray:hover {
  color: #787878;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  transition: 0.2s ease-out;
}

.btn-tryon {
  position: relative;
  padding-right: calc(1.4em + 30px);
}
.btn-tryon:before {
  position: absolute;
  content: "";
  top: 4px;
  right: 1.4em;
  height: 20px;
  width: 20px;
  background-image: url("./img/optic-2000-essayage-virtuel-cta-picto.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.btn-underlined {
  position: relative;
  display: inline-block;
  color: #000 !important;
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.btn-underlined:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.btn-underlined:hover {
  color: #9da3d2 !important;
}
.btn-underlined:hover:before {
  background-color: #9da3d2;
}

.cn-button {
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  border-color: #9da3d2;
  background-color: #9da3d2;
  color: #fff;
}
.cn-button:visited {
  color: #fff;
}
.cn-button:focus, .cn-button:hover {
  border-color: #7a82c2;
  background-color: #7a82c2;
  color: #fff;
  transition: 0.2s ease-out;
}

.button-rayban {
  margin-left: 25px;
}
@media screen and (min-width: 800px) {
  .button-rayban {
    margin-left: 37%;
  }
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

/************************************************************
 * FORM
 ************************************************************/
/* Contact from 7 forms
 ************************************************************/
.wpcf7-form input:not([type=submit]),
.wpcf7-form textarea {
  border: none;
  border-bottom: 1px solid #999;
  max-width: 100%;
  width: 100%;
  margin-bottom: 30px;
  color: #2a2a2a;
}
.wpcf7-form input[type=checkbox] {
  width: auto !important;
  margin-right: 5px;
}
.wpcf7-form .selectric {
  margin-bottom: 30px;
}
.wpcf7-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic;
  color: #787878;
  opacity: 1;
}
.wpcf7-form ::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
  color: #787878;
  opacity: 1;
}
.wpcf7-form :-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
  color: #787878;
  opacity: 1;
}
.wpcf7-form :-moz-placeholder { /* Firefox 18- */
  font-style: italic;
  color: #787878;
  opacity: 1;
}
.wpcf7-form input[type=checkbox] {
  margin-bottom: 0;
}

/* Overwrite Boostrap styles
 ************************************************************/
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: relative;
}

/* File input
 ************************************************************/
.custom-file-input {
  width: 158px;
  color: Transparent;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
  width: 1px;
}
.custom-file-input::-webkit-file-upload-button + span {
  visibility: hidden;
  width: 1px;
}
.custom-file-input::before {
  content: "Sélectionner une photo";
  display: inline-block;
  padding: 1em 1.4em;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  border-color: #000;
  color: #000;
  background-color: #f2f2f2;
  cursor: pointer;
}
.custom-file-input:hover::before {
  background-color: #000;
  color: #fff;
  transition: 0.2s ease-out;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
#vto-still-change .custom-file-input {
  width: 40px;
  height: 40px;
}
#vto-still-change .custom-file-input:before {
  background-image: url("./img/gallery.png");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
  width: 40px;
  overflow: hidden;
  border: none;
  border-radius: 5px;
  font-size: 0;
  background-color: #f2f2f2;
}

/************************************************************
 * Response output
 ************************************************************/
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  color: #ffb900;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450; /* Green */
  color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232; /* Red */
  color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28; /* Orange */
  color: #f56e28;
}

/************************************************************
 * CAROUSELS
 ************************************************************/
/* Image slider
 ************************************************************/
.c-home-slider {
  height: 70.8333333333vw;
}
@media screen and (min-width: 768px) {
  .c-home-slider {
    height: 36.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .c-home-slider {
    margin-top: 50px;
  }
}

.c-home-slider .owl-carousel {
  width: 100%;
}
.c-home-slider .owl-carousel .c-home-slider__item {
  height: 70.8333333333vw;
  background-color: #ccc;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-home-slider .owl-carousel .c-home-slider__item {
    height: 36.3888888889vw;
  }
}
.c-home-slider .owl-carousel .c-home-slider__item picture {
  height: 100%;
}
.c-home-slider .owl-carousel .c-home-slider__item picture img {
  object-fit: cover;
  width: auto;
  height: 100%;
}
.c-home-slider .owl-carousel .owl-dots {
  /* margin-top: 10px; */
  text-align: center;
  position: absolute;
  bottom: 5%;
  right: 10%;
}
.c-home-slider .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 20px;
  height: 2px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: rgb(255, 255, 255);
}
.c-home-slider .owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}

/* Navigation */
.owl-carousel .owl-nav [class*=owl-] {
  font-size: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  width: 15px;
  height: 15px;
  line-height: 30px;
  border-top: 1px solid #000 !important;
  border-left: 1px solid #000 !important;
  border-radius: 0;
  text-align: center;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
  border-color: #787878;
}

.owl-carousel .owl-nav [class*=owl-]:focus {
  outline: none;
  border-color: #787878;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  position: absolute;
  top: 40%;
  height: 30px;
  margin: auto !important;
}

.owl-carousel .owl-prev {
  left: -20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.owl-carousel .owl-next {
  right: -20px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 440px) {
  .owl-carousel .owl-prev {
    left: 0px;
  }
  .owl-carousel .owl-next {
    right: 0px;
  }
}
/************************************************************
 * CATALOGUE LAYOUT
 ************************************************************/
.c-catalogue-b-banner {
  display: none;
}

@media screen and (max-width: 768px) {
  .page-template-template-catalogue .product_catalogue {
    margin-top: 50px;
  }
}

/**** ACCORDION TL ***/
.catalogue-intro {
  position: relative;
  /*max-width: $screen-width-narrow;*/
  margin: auto;
}
@media screen and (max-width: 900px) {
  .catalogue-intro {
    padding-top: 10px;
  }
}
.catalogue-intro__title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 1em 0;
}
@media screen and (max-width: 767px) {
  .catalogue-intro__title {
    float: left;
    width: 80%;
  }
}
.catalogue-intro__text {
  max-height: 100px;
  overflow: hidden;
  transition: 0.5s ease-in;
}
.catalogue-intro__text:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0px;
  height: 30px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 93%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 93%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 93%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);
  /* IE6-9 */
}
@media screen and (max-width: 767px) {
  .catalogue-intro__text {
    max-height: 0px;
  }
}
.catalogue-intro__text.show-more {
  max-height: 2000px;
  transition: 0.5s ease-in;
}
.catalogue-intro__text-toggle {
  width: 15px;
  height: 15px;
  margin: auto;
  background-color: #fff;
  border: 2px solid #000;
  border-right-width: 0px;
  border-top-width: 0px;
  transform: rotate(-45deg);
  cursor: pointer;
  transition: 0.1s 0.3s ease-in;
}
.catalogue-intro__text-toggle.toggle-close {
  width: 30px;
  transform: rotate(0);
  border-left-width: 0px;
  transition: 0.1s 0.3s ease-in;
}
@media screen and (max-width: 767px) {
  .catalogue-intro__text-toggle {
    float: right;
  }
}

.product_catalogue .woocommerce .products ul,
.product_catalogue .woocommerce ul.products {
  position: relative;
  overflow: hidden;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.product_catalogue .woocommerce .products ul:after,
.product_catalogue .woocommerce ul.products:after {
  position: absolute;
  content: "";
  background: #fff;
  bottom: -2px;
  height: 4px;
  width: 100%;
  z-index: 2;
}
.product_catalogue .woocommerce ul.products[class*=columns-] li.product,
.product_catalogue .woocommerce-page ul.products[class*=columns-] li.product {
  max-width: 49%;
  flex: auto;
  height: inherit;
  min-height: 200px;
  max-height: 240px;
  margin: 0;
  border-right: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .product_catalogue .woocommerce ul.products[class*=columns-] li.product,
  .product_catalogue .woocommerce-page ul.products[class*=columns-] li.product {
    max-width: 20%;
  }
  .product_catalogue .woocommerce ul.products[class*=columns-] li.product:nth-child(5n),
  .product_catalogue .woocommerce-page ul.products[class*=columns-] li.product:nth-child(5n) {
    border-right: 0px solid #f2f2f2;
  }
}
@media screen and (max-width: 767px) {
  .product_catalogue .woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
  .product_catalogue .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    border-right: 0px solid #f2f2f2;
  }
}
.product_catalogue .woocommerce ul.products li.product .home_product_head {
  margin: 0 0 auto;
}
.product_catalogue .woocommerce ul.products li.product .home_product_bottom {
  margin: auto 0 0;
}
.product_catalogue .woocommerce ul.products li.product a img {
  width: auto;
  max-height: 130px;
  margin: auto;
  transition: 0.2s ease;
}
@media screen and (min-width: 768px) {
  .product_catalogue .woocommerce ul.products li.product .c-catalogue__btn-try {
    position: relative;
    opacity: 0;
    margin-top: -30px;
    z-index: 2;
  }
  .product_catalogue .woocommerce ul.products li.product:not(.no-hover):hover a img {
    transform: translateY(-20px);
    transition: 0.3s ease;
  }
  .product_catalogue .woocommerce ul.products li.product:not(.no-hover):hover .c-catalogue__btn-try {
    opacity: 1;
    transition: 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .product_catalogue .woocommerce ul.products li.product .c-catalogue__btn-try .btn-filled--shop {
    border-width: 0px;
    border-bottom-width: 1px;
    background-color: transparent;
    text-transform: uppercase;
    padding: 2px 0;
    border-radius: 0px;
    color: #000;
  }
  .product_catalogue .woocommerce ul.products li.product .c-catalogue__btn-try .btn-filled--shop:hover, .product_catalogue .woocommerce ul.products li.product .c-catalogue__btn-try .btn-filled--shop:focus {
    box-shadow: none;
    color: #000;
  }
}
.product_catalogue .woocommerce nav.woocommerce-pagination {
  margin-top: 30px;
}
.product_catalogue .woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.product_catalogue .woocommerce nav.woocommerce-pagination ul li {
  border-right: none;
}
.product_catalogue .woocommerce nav.woocommerce-pagination ul li a {
  font-size: 12px;
  line-height: 1.42;
  letter-spacing: 0.5px;
  color: #787878;
  padding: 0.5em 1em;
}
.product_catalogue .woocommerce nav.woocommerce-pagination ul li span.current {
  line-height: 1.42;
  padding: 0.5em 1em;
}

.home_product_text {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #000000;
  text-transform: uppercase;
  margin-left: 15px;
  margin-top: 20px;
}

.product-color {
  position: relative;
  z-index: 2;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #999999;
  text-transform: capitalize;
}

#shape_am {
  width: 230px;
}

#marque_am {
  width: 100%;
}

#glasses_am {
  width: 230px;
}

.lunettes_checkbox_mobile {
  margin-top: -70px !important;
}

.label_checkbox {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: left;
  color: #000000;
  z-index: 1;
}

.label_checkbox_mobile {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  z-index: 1;
  margin-top: -65px;
}

.cadre_filtre_mobile {
  border: 1px solid #fff;
  display: grid;
  padding: 10px;
  height: 80px;
  /*margin-left: 30px;
  margin-right: 30px;*/
}

.header-catalogue {
  height: 280px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2019/03/optic-2000-catalogue-header.jpg);
}
@media screen and (max-width: 640px) {
  .header-catalogue {
    height: 150px;
    /*background-size: contain;*/
  }
}

.titre-page-catalogue {
  padding: 15px 0;
  background-color: #000000;
  align-items: center;
}
.titre-page-catalogue h1.title__page, .titre-page-catalogue h1.title__page--upper, .titre-page-catalogue h1.title__page--primary {
  margin-bottom: 0;
  color: #fff;
  font-size: 30px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 767px) {
  .titre-page-catalogue h1.title__page, .titre-page-catalogue h1.title__page--upper, .titre-page-catalogue h1.title__page--primary {
    font-size: 24px;
  }
}

a.product_type_simple {
  display: none;
}

.display-none {
  display: none !important;
}

.cadre_filtre:has(input:checked) {
  border-radius: 2px;
}

.cadre_filtre_mobile:has(input:checked) {
  border-radius: 2px;
}

.fil-ariane {
  margin-top: 50px;
  text-transform: capitalize;
}
.fil-ariane a {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #909090;
}
.fil-ariane a[rel=tag] {
  display: inline-block; /* For IE11/ MS Edge bug */
  pointer-events: none;
  cursor: not-allowed;
}

.title__catalogue {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 0.8;
}
@media screen and (min-width: 768px) {
  .title__catalogue {
    font-size: 30px;
  }
}
.title__catalogue span {
  display: block;
  font-size: 0.75em;
  font-weight: 400;
  text-transform: none;
  color: #787878;
  padding: 0.75em 0;
}
@media screen and (min-width: 768px) {
  .title__catalogue span {
    display: inline-block;
    padding-left: 20px;
  }
}

/************************************************************
 * RECHERCHE FILTERS
 ************************************************************/
#am_selector_prod {
  position: relative;
  padding: 20px 0;
  min-height: 100px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(201, 201, 201, 0.5);
  z-index: 99;
}
@media screen and (max-width: 767px) {
  #am_selector_prod {
    padding: 15px 0;
    min-height: 60px;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    transition: 0.3s ease;
  }
  #am_selector_prod.nav-up {
    transform: translateY(-100%);
    transition: 0.3s ease-in;
  }
}
#am_selector_prod:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  top: -5px;
  background: #fff;
  z-index: 2;
}
.c-catalogue-filter__img {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
}
@media screen and (min-width: 768px) {
  .c-catalogue-filter__img > a {
    height: 100%;
    display: flex;
  }
}
.c-catalogue-filter__img img {
  object-fit: contain;
  object-position: left center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-catalogue-filter__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
  }
}
.c-catalogue-filter__main-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(5, auto);
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .c-catalogue-filter__main-grid {
    grid-template-rows: repeat(5, 1fr);
  }
}
.c-catalogue-filter__main-grid .loading {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  background-image: url("./img/optic-loader.gif");
  background-position: center;
  background-size: 100px auto;
  background-repeat: no-repeat;
  z-index: 99;
}
.c-catalogue-filter__main-grid .cadre_filtre {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 5px;
  border: 1px solid #f6f6f6;
  height: 35px;
  transition: 0.2s;
}
.c-catalogue-filter__main-grid .cadre_filtre img {
  width: 40px;
  margin: 0 10px 0 0;
}
.c-catalogue-filter__main-grid .checked_box_purple {
  border-radius: 2px;
  border: 1px solid #fab900 !important;
  background-color: transparent !important;
}
.c-catalogue-filter__main-grid .checked_box_purple span {
  color: #212121 !important;
}
@media screen and (max-width: 767px) {
  .c-catalogue-filter__cat-row {
    height: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .c-catalogue-filter__gender-row {
    /* margin-top: 35px;
     margin-bottom: 20px;*/
    display: block;
  }
}
.c-catalogue-filter__gender-row .cadre_filtre {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 0px solid #f6f6f6;
  border-width: 0px !important;
  height: 30px;
  transition: 0.2s;
}
.c-catalogue-filter__gender-row .cadre_filtre.is-disabled {
  opacity: 0.2;
}
.c-catalogue-filter__gender-row .cadre_filtre span {
  padding-left: 35px;
}
.c-catalogue-filter__gender-row .cadre_filtre span:before {
  position: absolute;
  content: "";
  margin: 0 auto 10px;
  display: block;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #000;
  transition: 0.2s;
}
.c-catalogue-filter__gender-row .cadre_filtre span:after {
  position: absolute;
  content: "";
  margin: 0 auto 10px;
  display: block;
  top: 10px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #fab900;
  opacity: 0;
  transition: 0.2s;
}
.c-catalogue-filter__gender-row .checked_box_yellow {
  border-radius: 2px;
  border: 0px solid #fab900 !important;
  border-width: 0px !important;
  background-color: transparent !important;
}
.c-catalogue-filter__gender-row .checked_box_yellow span {
  color: #212121 !important;
}
.c-catalogue-filter__gender-row .checked_box_yellow span:after {
  opacity: 1;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .c-catalogue-filter__submit-row {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.am_visible.is-disabled + .ms-parent.am_visible {
  display: none;
}

select.am_visible.is-disabled {
  display: none;
}

.cadre_filtre {
  position: relative;
  height: 30px;
  transition: 0.2s;
}
.cadre_filtre > input[type=checkbox] {
  position: absolute;
  top: 0;
  opacity: 0;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
  outline: none !important;
  cursor: pointer;
}

.recherche-catalogue {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #000;
}

@media screen and (min-width: 992px) {
  .select-container__flex-row > .col {
    flex: 0 1 27%;
    width: 27%;
  }
  .select-container__flex-row > .col:last-of-type {
    flex: 0 1 19%;
    width: 19%;
  }
}

/* Essayage banner
 ************************************************************/
.c-catalogue-b-banner {
  display: block;
  padding: 40px;
  background-color: #f7f7f7;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-catalogue-b-banner__title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.c-catalogue-b-banner__title p {
  color: #000;
}

/* Brands carousel
 ************************************************************/
.c-brands-block__img {
  height: 100px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-brands-block__img img {
  max-width: 120px;
}

/* On mobile
 ************************************************************/
.c-catalogue-mobile-filter__toggle-row > .col {
  flex: 1;
}
.c-catalogue-mobile-filter__toggle-row > .col:nth-child(2) {
  flex: 0 0 100px;
}

.page-header-page-layout-7.post-no-page-header .site-content {
  padding-top: 0px !important;
}

/* Selecteur essayage virtuel */
#am_products_container {
  /*border-top: 1px solid black;
  border-bottom: 1px solid black;
  height: 90px !important;*/
  white-space: nowrap !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  display: inline-block !important;
}

.am_select_module {
  position: relative;
  padding-top: 30px !important;
  /*display: flex !important;*/
  padding: 0px 20px !important;
  overflow: hidden;
}

.am_product_element {
  cursor: pointer !important;
  max-height: 70px;
}

.select_product_button {
  position: absolute;
  top: 0;
  /*border: 1px solid black;*/
  cursor: pointer !important;
  -webkit-user-select: none !important;
  /* Chrome/Safari */
  -moz-user-select: none !important;
  /* Firefox */
  -ms-user-select: none !important;
  /* IE10+ */
  -o-user-select: none !important;
  user-select: none !important;
  transform: translateY(30%);
  font-size: 45px !important;
  background-color: rgba(255, 255, 255, 0.9);
}

#am_next_button {
  right: 0;
  font-size: 45px !important;
}

#am_previous_button {
  left: 0;
  font-size: 45px !important;
}

#select_model_fitmix {
  max-width: 350px;
}

.fb-bottom-gradient {
  background: black;
}

.checked_box_white {
  border-radius: 2px;
  background-color: #fff !important;
  color: #000 !important;
}
.checked_box_white input[type=checkbox]:checked {
  /*content: url("/wp-content/uploads/2019/03/picto-check.svg") !important;*/
  background: #fff !important;
}
.checked_box_white span {
  color: #000 !important;
}

@media screen and (min-width: 1000px) {
  .grid-am-filters select {
    border: 2px solid black !important;
    height: 34px !important;
    /*width: 200px !important;*/
    background-color: rgba(0, 0, 0, 0) !important;
    color: black !important;
    padding: 5px !important;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .grid-am-filters select {
    border: 0px !important;
    border-bottom: 1px solid black !important;
    height: 34px !important;
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0) !important;
    color: black !important;
    padding: 5px !important;
    margin-top: 15px !important;
  }
}
@media screen and (min-width: 1000px) {
  .grid-am-filters input[type=checkbox] {
    /*margin-left: 45% !important;
    margin-right: 10px !important;*/
  }
  .ms-drop input[type=checkbox] {
    margin-left: auto !important;
  }
}
* {
  box-sizing: border-box;
}

.am_column {
  float: left;
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  margin: 0px;
  display: grid;
  height: 60px;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .checkbox-bordered-col {
    border-right: 1px solid #fab900;
  }
}

.grid-am-filters .ms-drop li.selected input[type=checkbox] {
  outline: none !important;
  background-image: url("https://www.optic2000.ch/wp-content/uploads/2019/03/picto-check-1.svg") !important;
  background-position: center !important;
  background-size: contain !important;
}

.grid-am-filters option {
  color: black !important;
}

.grid-am-filters {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .grid-am-filters {
    overflow: visible;
    margin-top: 40px !important;
    display: none;
  }
  .grid-am-filters.is-opened {
    margin-top: 40px;
    max-height: 1000px !important;
    transition: margin-top 0.2s, max-height 0.2s ease-in, overflow 0.1s 0.2s;
  }
}

.am_hide {
  opacity: 0;
}

.am_visible {
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  /* Firefox */
  -webkit-animation: fadein 1s;
  /* Safari and Chrome */
  -o-animation: fadein 1s;
  /* Opera */
}

.ms-parent {
  width: 100% !important;
}
.ms-parent .ms-choice {
  height: 35px;
  line-height: 35px;
  border-radius: 2px;
  border: 0.5px solid #000 !important;
}
.ms-parent .ms-choice > span.placeholder {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000;
}
.ms-parent .ms-choice span {
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
.ms-parent .ms-choice > div {
  margin-top: 5px;
}

.select_brand .ms-parent {
  width: 100% !important;
}

.select_color .ms-parent,
.select_forme .ms-parent {
  width: 100% !important;
}
.select_color .ms-parent label > span,
.select_forme .ms-parent label > span {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  padding-left: 40px;
  color: #000;
}
.select_color .ms-parent label > span:before, .select_color .ms-parent label > span:after,
.select_forme .ms-parent label > span:before,
.select_forme .ms-parent label > span:after {
  position: absolute;
  content: "";
}
.select_color .ms-parent label > span:before,
.select_forme .ms-parent label > span:before {
  left: 5px;
  bottom: -2px;
  width: 25px;
  height: 20px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.select_color .ms-parent label > span:after,
.select_forme .ms-parent label > span:after {
  left: 32px;
  bottom: 0;
  height: 100%;
  width: 1px;
  background-color: #ccc;
}

@media screen and (max-width: 767px) {
  .select_color .ms-parent .ms-choice {
    background-color: #f6f6f6;
    border: none !important;
  }
}

.select_color label > span:before {
  opacity: 0.85;
}
.select_color label input[value=argent] + span:before, .select_color label input[value=silber] + span:before {
  background-image: url("img/picto-colours/argent.svg");
}
.select_color label input[value=beige] + span:before,
.select_color label input[value=camel] + span:before {
  background-image: url("img/picto-colours/beige.svg");
}
.select_color label input[value=blanc] + span:before,
.select_color label input[value=weiß] + span:before, .select_color label input[value=weis] + span:before {
  background-image: url("img/picto-colours/blanc.svg");
}
.select_color label input[value=cristal] + span:before,
.select_color label input[value=cristal-de-2] + span:before {
  background-image: url("img/picto-colours/cristal.svg");
}
.select_color label input[value=bleu] + span:before,
.select_color label input[value=blau] + span:before {
  background-image: url("img/picto-colours/bleu.svg");
}
.select_color label input[value=brun] + span:before,
.select_color label input[value=hellbraun] + span:before {
  background-image: url("img/picto-colours/brun.svg");
}
.select_color label input[value=bordeaux] + span:before,
.select_color label input[value=bordeauxrote] + span:before {
  background-image: url("img/picto-colours/bordeaux.svg");
}
.select_color label input[value=dore] + span:before,
.select_color label input[value=doré] + span:before, .select_color label input[value=gold] + span:before {
  background-image: url("img/picto-colours/dore.svg");
}
.select_color label input[value=ecaille] + span:before,
.select_color label input[value=ecaille-mat] + span:before,
.select_color label input[value=schildpatt] + span:before,
.select_color label input[value=matt-schildpatt] + span:before {
  background-image: url("img/picto-colours/ecaille.svg");
}
.select_color label input[value=gris] + span:before,
.select_color label input[value=grau] + span:before,
.select_color label input[value=gun] + span:before {
  background-image: url("img/picto-colours/gris.svg");
}
.select_color label input[value=jaune] + span:before,
.select_color label input[value=gelb] + span:before {
  background-image: url("img/picto-colours/jaune.svg");
}
.select_color label input[value=marron] + span:before,
.select_color label input[value=braun] + span:before {
  background-image: url("img/picto-colours/marron.svg");
}
.select_color label input[value=mauve] + span:before,
.select_color label input[value=mauve-de] + span:before {
  background-image: url("img/picto-colours/mauve.svg");
}
.select_color label input[value=noir] + span:before,
.select_color label input[value=noir-mat] + span:before,
.select_color label input[value=schwarz] + span:before,
.select_color label input[value=mattschwarz] + span:before {
  background-image: url("img/picto-colours/noir.svg");
}
.select_color label input[value=orange] + span:before,
.select_color label input[value=orange-de] + span:before {
  background-image: url("img/picto-colours/orange.svg");
}
.select_color label input[value=rose] + span:before,
.select_color label input[value=rosa] + span:before {
  background-image: url("img/picto-colours/rose.svg");
}
.select_color label input[value=rouge] + span:before,
.select_color label input[value=rot] + span:before {
  background-image: url("img/picto-colours/rouge.svg");
}
.select_color label input[value=transparent] + span:before {
  background-image: url("img/picto-colours/transparent.svg");
}
.select_color label input[value=vert] + span:before,
.select_color label input[value=grun] + span:before {
  background-image: url("img/picto-colours/vert.svg");
}
.select_color label input[value=violet] + span:before,
.select_color label input[value=lila] + span:before, .select_color label input[value=violett] + span:before {
  background-image: url("img/picto-colours/violet.svg");
}
.select_color label input[value=prune] + span:before,
.select_color label input[value=pflaume] + span:before {
  background-image: url("img/picto-colours/Prune.svg");
}
.select_color label input[value=kaki] + span:before,
.select_color label input[value=kaki-de-2] + span:before {
  background-image: url("img/picto-colours/kaki.svg");
}
.select_color label input[value=mauve] + span:before {
  background-image: url("img/picto-colours/Mauve.svg");
}
.select_color label input[value=bordeaux] + span:before,
.select_color label input[value=bordeaux-de] + span:before {
  background-image: url("img/picto-colours/Bordeaux.svg");
}
.select_color label input[value=turquoise] + span:before,
.select_color label input[value=turkis] + span:before {
  background-image: url("img/picto-colours/Turquoise.svg");
}

.select_forme label > span:before {
  background-image: url("img/picto-forms/pilote.svg");
  opacity: 0.7;
}
.select_forme label input[value=carree] + span:before,
.select_forme label input[value=quadratisch] + span:before {
  background-image: url("img/picto-forms/retro.svg");
}
.select_forme label input[value=aviateur] + span:before {
  background-image: url("img/picto-forms/clubmaster.svg");
}
.select_forme label input[value=irreguliere] + span:before,
.select_forme label input[value=irregular] + span:before {
  background-image: url("img/picto-forms/Irreguliere.svg");
}
.select_forme label input[value=masque] + span:before {
  background-image: url("img/picto-forms/mask-02.svg");
}
.select_forme label input[value=oeil-de-CHat] + span:before {
  background-image: url("img/picto-forms/oeil de chat.svg");
}
.select_forme label input[value=retro] + span:before {
  background-image: url("img/picto-forms/retro.svg");
}
.select_forme label input[value=ovale] + span:before {
  background-image: url("img/picto-forms/ovale.svg");
}
.select_forme label input[value=papillon] + span:before,
.select_forme label input[value=schmetterling] + span:before {
  background-image: url("img/picto-forms/papillon.svg");
}
.select_forme label input[value=pilote] + span:before {
  background-image: url("img/picto-forms/clubmaster.svg");
}
.select_forme label input[value=rectangle] + span:before,
.select_forme label input[value=rechteckig] + span:before {
  background-image: url("img/picto-forms/rectangle.svg");
}
.select_forme label input[value=ronde] + span:before,
.select_forme label input[value=rund] + span:before {
  background-image: url("img/picto-forms/rondes.svg");
}
.select_forme label input[value=wayfarer] + span:before {
  background-image: url("img/picto-forms/wayfarer.svg");
}
.select_forme label input[value=mask] + span:before {
  background-image: url("img/picto-forms/mask-02.svg");
}
.select_forme label input[value=halfrim] + span:before {
  background-image: url("img/picto-forms/Halfrim.svg");
}
.select_forme label input[value=oversize] + span:before {
  background-image: url("img/picto-forms/oversize.svg");
}

#apply-btn {
  display: block;
  background-color: black;
  color: white;
  border: 0px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  height: 35px;
  line-height: 35px;
  font-size: 1em;
  width: 150px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #apply-btn {
    margin-left: auto;
    margin-right: 0;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.grid-am-filters .ms-drop input[type=checkbox] {
  width: auto !important;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: white !important;
  outline: 1px solid #ccc !important;
  border: 0 !important;
  width: 12px !important;
  height: 12px !important;
  vertical-align: middle;
  /*margin-left: 45% !important;
   margin-right: 10px !important;*/
}

.grid-am-filters .ms-drop li {
  color: #212121;
}

/* Breadcrumb
 ************************************************************/
.fil-ariane {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #999999;
  text-transform: capitalize;
  margin-bottom: 10px;
}

/* Text intro
 ************************************************************/
.catalogue-intro__text h2, .catalogue-intro__text h3 {
  margin-bottom: 1em;
}

/* Woocommerce info messages
 ************************************************************/
.products .woocommerce-error, .products .woocommerce-info, .products .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: transparent;
  color: #212121;
  font-weight: bold;
  border-top-width: 0px;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  text-align: center;
}
.products .woocommerce-error:before, .products .woocommerce-info:before, .products .woocommerce-message:before {
  display: block;
  position: relative;
  top: inherit;
  left: inherit;
  height: 30px;
  width: 30px;
  margin: 0 auto 1rem;
  font-size: 0;
  background-image: url("img/information.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/************************************************************
 * SINGLE PRODUCT
 ************************************************************/
.product_title_single {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #000000;
}
.product_title_single a {
  color: #000;
}

.product-color_single {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #999999;
  text-transform: capitalize;
}

.product-renewal_single {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #999999;
  text-transform: uppercase;
}

.image_single_product {
  width: 500px;
}

/* Bandeau Essayage virtuel
 ************************************************************/
.bandeau-essayage-virtuel {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 260px;
  padding: 30px;
  background-image: url("/wp-content/themes/optic2000/img/optic2000-essayage-vituel-produit.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  box-shadow: 1px 2px 4px 2px rgba(201, 201, 201, 0.5);
}
@media screen and (max-width: 500px) {
  .bandeau-essayage-virtuel {
    display: none;
  }
}
.bandeau-essayage-virtuel .titre-bandeau-essayage {
  color: #000;
  font-size: 20px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}

.button-jessaie button {
  font-size: 12px;
  letter-spacing: 0.6px;
  text-align: center;
  color: #fff;
  text-transform: none;
  padding: 0.6em 2em;
  border-radius: 0;
  background-color: #000;
}

.caracteristiques-techniques {
  margin-top: 100px !important;
}

.color_purple_light {
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0.5px;
  color: #000000;
}

.monture_text {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0.5px;
  color: #000000;
  font-weight: 600;
}

.attribute_text {
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0.5px;
  color: #000000;
}
.attribute_text span {
  color: #999999;
}

.texte_marque {
  margin-top: 30px !important;
  font-size: 12px;
  line-height: 1.42;
  letter-spacing: 0.5px;
  text-transform: none;
  color: #999999;
}

.title_single_product {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
  margin-left: 250px;
  /*margin-right: 250px;*/
  margin-top: 30px;
}
.title_single_product span {
  margin-left: -250px;
  margin-bottom: 20px;
}

/* Banner location
 ************************************************************/
.product-location-banner {
  justify-content: flex-end;
  align-items: center;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
.product-location-banner__content {
  padding: 70px 4vw 30px 0;
  max-width: clamp(250px, 50vw, 360px);
}
.product-location-banner__content p {
  font-size: 16px;
  font-weight: 500;
  color: #2a2a2a;
}

/* Single product CTAs
************************************************************/
@media screen and (max-width: 767px) {
  .product-single__cta {
    text-align: center;
  }
  .product-single__cta .btn, .product-single__cta .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container .product-single__cta a.asl-item-cta, .product-single__cta .c-home-search__form input[type=submit], .c-home-search__form .product-single__cta input[type=submit], .product-single__cta li.is-mega-menu .cta a, li.is-mega-menu .cta .product-single__cta a {
    min-width: 200px;
  }
}

/* Products related
 ************************************************************/
.titre-bandeau-related {
  color: #000;
  font-size: 20px;
  letter-spacing: 1.5px;
  align-items: center;
  margin-left: 20px;
}

.product-related__row {
  flex-wrap: nowrap;
  overflow: auto;
}

.product-related__item {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  /*margin-right: 20px !important;*/
  border-right: 2px solid #f2f2f2;
  /*background-color: #f2f2f2;*/
}
.product-related__item:last-child {
  border-right: none;
}
.product-related__item .gender-related {
  margin-top: 10px !important;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #999999;
}
.product-related__item .title-related {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000000;
  text-transform: uppercase;
  min-height: 36px;
}

/* Single product carousel
 ************************************************************/
.single-prod-carousel .owl-nav {
  position: relative;
  width: 180px;
  margin: 0 auto 60px;
  height: 40px;
}
.single-prod-carousel .owl-nav [class*=owl-] {
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 30px;
  border-top: 0px solid #000 !important;
  border-left: 0px solid #000 !important;
}
.single-prod-carousel .owl-nav .owl-prev {
  left: 0;
  -webkit-transform: none;
  transform: none;
}
.single-prod-carousel .owl-nav .owl-next {
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.single-prod-carousel.prod-cat-lentils-carousel .carousel-item img {
  max-height: 300px;
  object-fit: cover;
}

.single-essayage-virtuel {
  text-align: left;
  padding-top: 20px;
  margin: 15px;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 500px) {
  .single-essayage-virtuel {
    height: 300px;
  }
}

.height_800 {
  height: 800px !important;
}

.single-product #sb-container {
  display: none;
}

/*******Filter mobile ************/
#burger {
  position: absolute;
  display: block;
  right: 0;
  top: 10px;
  color: #000;
  font-size: 32px;
  padding-right: 15px;
  transition: 1s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #burger {
    display: none;
  }
}

#quit {
  position: absolute;
  right: 0;
  top: 10px;
  color: #000;
  font-size: 32px;
  display: none;
  cursor: pointer;
}

#links {
  display: none;
  flex-direction: column;
  /*width: 100vw;*/
  height: 50vh;
  padding: 25vh 0;
  margin-top: 100px;
  justify-content: space-around;
}

#links a {
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 2em;
  z-index: 10;
}

.woocommerce.columns-2 ul.products li.product {
  width: 42% !important;
  margin: 10px;
}

.button-jessaie-mobile {
  display: none;
}
@media screen and (max-width: 500px) {
  .button-jessaie-mobile {
    display: block;
    float: right;
    margin-left: 180px !important;
    padding-top: 10px;
    padding-bottom: 30px;
    /*padding-left: 30px;
    padding-right:30px;*/
    width: 120px !important;
  }
  .button-jessaie-mobile a {
    font-size: 12px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #fff;
    text-transform: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

/************************************************************
 * SUMMAE PAGE
 ************************************************************/
/************************************************************
 * ANNIVERSARY PAGE
 ************************************************************/
.c-anniversary-header__wrapper {
  padding-bottom: 58%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-anniversary-main {
  overflow: hidden;
}
.c-anniversary-main__title {
  font-size: 38px;
  color: #999;
  font-weight: 400;
}
.c-anniversary-main__title strong {
  color: #000;
}
.c-anniversary-main__texte-container {
  display: -ms-flex;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-anniversary-main__texte-container p {
  font-size: 19px;
  color: #aeaeae;
}
.c-anniversary-main__img-container {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}
.c-anniversary-main__img-background {
  background-color: #FCD8DB;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.c-anniversary-main__img-background img {
  margin-top: -85px;
  max-width: 430px;
  width: 35vw;
}

.c-anniversary-terms__tab {
  display: block;
  position: relative;
  height: 50px;
  width: 380px;
  margin: auto;
  padding-right: 70px;
  padding-left: 20px;
  line-height: 50px;
  color: #b74e00;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  background-color: #ffd000;
}
.c-anniversary-terms__tab:after {
  position: absolute;
  content: "";
  font-size: 20px;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  background-color: #b74e00;
  background-image: url("img/caret-down.png");
  background-size: 30px;
  background-position: center 5px;
  background-repeat: no-repeat;
}

.btn-anniversary {
  display: block;
  position: relative;
  background-color: #ffd000;
  color: #b74e00;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding: 1em 40px 1em 1em;
  margin-bottom: 10px;
}
.btn-anniversary:after {
  position: absolute;
  content: "";
  top: 16px;
  right: 20px;
  width: 20px;
  height: 28px;
  background-image: url("img/caret-right.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.btn-anniversary:visited {
  color: #b74e00;
}
.btn-anniversary:hover {
  color: #ff7e1e;
}

.btn-anniversary--big {
  padding: 0;
  margin-right: -12%;
}
/************************************************************
 * BOOTSTRAP CONFLICT
 ************************************************************/
/* Fix col prob in footer
  ************************************************************/
@media screen and (max-width: 439px) {
  .c-footer-menus .col {
    -ms-flex-preferred-size: 1;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .site-footer .btn, .site-footer .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container .site-footer a.asl-item-cta, .site-footer .c-home-search__form input[type=submit], .c-home-search__form .site-footer input[type=submit], .site-footer li.is-mega-menu .cta a, li.is-mega-menu .cta .site-footer a {
    padding: 1em 1em;
  }
}
/***** STYLE INLINE ESSAYAGE VIRTUEL *********/
/************************************************************
 * CATALOGUE LAYOUT
 ************************************************************/
.c-catalogue-b-banner {
  display: none;
}

.new-catalogue {
  /**** ACCORDION TL ***/
  /************************************************************
   * RECHERCHE FILTERS
   ************************************************************/
  /* Essayage banner
   ************************************************************/
  /* On mobile
   ************************************************************/
  /* Selecteur essayage virtuel */
  /* Breadcrumb
   ************************************************************/
  /* Text intro
   ************************************************************/
  /* Woocommerce info messages
   ************************************************************/
  /************************************************************
   * SINGLE PRODUCT
   ************************************************************/
  /* Bandeau Essayage virtuel
   ************************************************************/
  /* Products related
   ************************************************************/
  /*******Filter mobile ************/
  /************************************************************
   * SUMMAE PAGE
   ************************************************************/
  /************************************************************
   * ANNIVERSARY PAGE
   ************************************************************/
  /************************************************************
   * BOOTSTRAP CONFLICT
   ************************************************************/
  /* Fix col prob in footer 
    ************************************************************/
}
.new-catalogue .catalogue-intro {
  position: relative;
  /*max-width: $screen-width-narrow;*/
  margin: auto;
}
.new-catalogue .catalogue-intro__title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 1em 0;
}
@media screen and (max-width: 767px) {
  .new-catalogue .catalogue-intro__title {
    float: left;
    width: 80%;
  }
}
.new-catalogue .catalogue-intro__text {
  max-height: 100px;
  overflow: hidden;
  transition: 0.5s ease-in;
}
.new-catalogue .catalogue-intro__text:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0px;
  height: 30px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 93%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 93%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 93%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);
  /* IE6-9 */
}
@media screen and (max-width: 767px) {
  .new-catalogue .catalogue-intro__text {
    max-height: 0px;
  }
}
.new-catalogue .catalogue-intro__text.show-more {
  max-height: 2000px;
  transition: 0.5s ease-in;
}
.new-catalogue .catalogue-intro__text-toggle {
  width: 15px;
  height: 15px;
  margin: auto;
  background-color: #fff;
  border: 2px solid #000;
  border-right-width: 0px;
  border-top-width: 0px;
  transform: rotate(-45deg);
  cursor: pointer;
  transition: 0.1s 0.3s ease-in;
}
.new-catalogue .catalogue-intro__text-toggle.toggle-close {
  width: 30px;
  transform: rotate(0);
  border-left-width: 0px;
  transition: 0.1s 0.3s ease-in;
}
@media screen and (max-width: 767px) {
  .new-catalogue .catalogue-intro__text-toggle {
    float: right;
  }
}
.new-catalogue .product_catalogue .woocommerce .products ul,
.new-catalogue .product_catalogue .woocommerce ul.products {
  position: relative;
  overflow: hidden;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.new-catalogue .product_catalogue .woocommerce .products ul:after,
.new-catalogue .product_catalogue .woocommerce ul.products:after {
  position: absolute;
  content: "";
  background: #fff;
  bottom: -2px;
  height: 4px;
  width: 100%;
  z-index: 2;
}
.new-catalogue .product_catalogue .woocommerce ul.products[class*=columns-] li.product,
.new-catalogue .product_catalogue .woocommerce-page ul.products[class*=columns-] li.product {
  max-width: 49%;
  flex: auto;
  height: inherit;
  min-height: 200px;
  max-height: 240px;
  margin: 0;
  border-right: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .new-catalogue .product_catalogue .woocommerce ul.products[class*=columns-] li.product,
  .new-catalogue .product_catalogue .woocommerce-page ul.products[class*=columns-] li.product {
    width: 19%;
  }
  .new-catalogue .product_catalogue .woocommerce ul.products[class*=columns-] li.product:nth-child(5n),
  .new-catalogue .product_catalogue .woocommerce-page ul.products[class*=columns-] li.product:nth-child(5n) {
    border-right: 0px solid #f2f2f2;
  }
}
@media screen and (max-width: 767px) {
  .new-catalogue .product_catalogue .woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
  .new-catalogue .product_catalogue .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    border-right: 0px solid #f2f2f2;
  }
}
.new-catalogue .product_catalogue .woocommerce ul.products li.product a img {
  width: auto;
  max-height: 130px;
  margin: auto;
  transition: 0.2s ease;
}
@media screen and (min-width: 768px) {
  .new-catalogue .product_catalogue .woocommerce ul.products li.product .c-catalogue__btn-try {
    position: relative;
    opacity: 0;
    margin-top: -30px;
    z-index: 2;
  }
  .new-catalogue .product_catalogue .woocommerce ul.products li.product:not(.no-hover):hover a img {
    transform: translateY(-20px);
    transition: 0.3s ease;
  }
  .new-catalogue .product_catalogue .woocommerce ul.products li.product:not(.no-hover):hover .c-catalogue__btn-try {
    opacity: 1;
    transition: 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .new-catalogue .product_catalogue .woocommerce ul.products li.product .c-catalogue__btn-try .btn-filled--shop {
    border-width: 0px;
    border-bottom-width: 1px;
    background-color: transparent;
    text-transform: uppercase;
    padding: 2px 0;
    border-radius: 0px;
    color: #000;
  }
  .new-catalogue .product_catalogue .woocommerce ul.products li.product .c-catalogue__btn-try .btn-filled--shop:hover, .new-catalogue .product_catalogue .woocommerce ul.products li.product .c-catalogue__btn-try .btn-filled--shop:focus {
    box-shadow: none;
    color: #000;
  }
}
.new-catalogue .product_catalogue .woocommerce nav.woocommerce-pagination {
  margin-top: 30px;
}
.new-catalogue .product_catalogue .woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.new-catalogue .product_catalogue .woocommerce nav.woocommerce-pagination ul li {
  border-right: none;
}
.new-catalogue .product_catalogue .woocommerce nav.woocommerce-pagination ul li a {
  font-size: 12px;
  line-height: 1.42;
  letter-spacing: 0.5px;
  color: #787878;
  padding: 0.5em 1em;
}
.new-catalogue .product_catalogue .woocommerce nav.woocommerce-pagination ul li span.current {
  line-height: 1.42;
  padding: 0.5em 1em;
}
.new-catalogue .home_product_text {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #000000;
  text-transform: uppercase;
  margin-left: 15px;
  margin-top: 20px;
}
.new-catalogue .product-color {
  position: relative;
  z-index: 2;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #999999;
  text-transform: capitalize;
}
.new-catalogue #shape_am {
  width: 230px;
}
.new-catalogue #marque_am {
  width: 100%;
}
.new-catalogue #glasses_am {
  width: 230px;
}
.new-catalogue .lunettes_checkbox_mobile {
  margin-top: -70px !important;
}
.new-catalogue .label_checkbox {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: left;
  color: #000000;
  z-index: 1;
}
.new-catalogue .label_checkbox_mobile {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  z-index: 1;
  margin-top: -65px;
}
.new-catalogue .cadre_filtre_mobile {
  border: 1px solid #fff;
  display: grid;
  padding: 10px;
  height: 80px;
  /*margin-left: 30px;
  margin-right: 30px;*/
}
.new-catalogue .header-catalogue {
  height: 280px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2019/03/optic-2000-catalogue-header.jpg);
}
@media screen and (max-width: 640px) {
  .new-catalogue .header-catalogue {
    height: 150px;
    /*background-size: contain;*/
  }
}
.new-catalogue .titre-page-catalogue {
  padding: 15px 0;
  background-color: #000000;
  align-items: center;
}
.new-catalogue .titre-page-catalogue h1.title__page, .new-catalogue .titre-page-catalogue h1.title__page--upper, .new-catalogue .titre-page-catalogue h1.title__page--primary {
  margin-bottom: 0;
  color: #fff;
  font-size: 30px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 767px) {
  .new-catalogue .titre-page-catalogue h1.title__page, .new-catalogue .titre-page-catalogue h1.title__page--upper, .new-catalogue .titre-page-catalogue h1.title__page--primary {
    font-size: 24px;
  }
}
.new-catalogue a.product_type_simple {
  display: none;
}
.new-catalogue .display-none {
  display: none !important;
}
.new-catalogue .cadre_filtre:has(input:checked) {
  border-radius: 2px;
  background-color: #9da3d2 !important;
}
.new-catalogue .cadre_filtre_mobile:has(input:checked) {
  border-radius: 2px;
  background-color: #9da3d2 !important;
}
.new-catalogue .fil-ariane {
  margin-top: 50px;
  text-transform: capitalize;
}
.new-catalogue .fil-ariane a {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #909090;
}
.new-catalogue .fil-ariane a[rel=tag] {
  display: inline-block; /* For IE11/ MS Edge bug */
  pointer-events: none;
  cursor: not-allowed;
}
.new-catalogue .title__catalogue {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 0.8;
}
@media screen and (min-width: 768px) {
  .new-catalogue .title__catalogue {
    font-size: 30px;
  }
}
.new-catalogue #am_selector_prod {
  position: relative;
  padding: 20px 0;
  min-height: 100px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(201, 201, 201, 0.5);
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .new-catalogue #am_selector_prod {
    padding: 15px 0;
    min-height: 60px;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    transition: 0.3s ease;
  }
}
.new-catalogue #am_selector_prod:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  top: -5px;
  background: #fff;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .new-catalogue #am_selector_prod.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.3s ease;
  }
  .new-catalogue #am_selector_prod.is-sticky .c-catalogue-filter__img {
    max-height: 0px;
  }
  .new-catalogue #am_selector_prod.is-sticky .title__catalogue {
    display: none;
    transition: 0.2s ease;
  }
}
.new-catalogue .c-catalogue-filter__img {
  overflow: hidden;
}
.new-catalogue .c-catalogue-filter__img img {
  max-height: 180px;
}
@media screen and (min-width: 768px) {
  .new-catalogue .c-catalogue-filter__top-row > .col:nth-child(1) {
    width: 55%;
    flex-direction: column;
    justify-content: space-between;
  }
  .new-catalogue .c-catalogue-filter__top-row > .col:nth-child(2) {
    width: 45%;
  }
}
.new-catalogue .c-catalogue-filter__top-row > .col:nth-child(1) {
  flex: 0 1 auto;
  width: 50%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
}
.new-catalogue .c-catalogue-filter__top-row > .col:nth-child(2) {
  flex: 0 1 auto;
  width: 50%;
}
.new-catalogue .c-catalogue-filter__top-row .cadre_filtre {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 5px;
  border: 1px solid #f6f6f6;
  height: 35px;
  transition: 0.2s;
}
.new-catalogue .c-catalogue-filter__top-row .cadre_filtre img {
  width: 40px;
  margin: 0 10px 0 0;
}
.new-catalogue .c-catalogue-filter__top-row .checked_box_purple {
  border-radius: 2px;
  border: 1px solid #fab900 !important;
  background-color: transparent !important;
}
.new-catalogue .c-catalogue-filter__top-row .checked_box_purple span {
  color: #212121 !important;
}
@media screen and (max-width: 767px) {
  .new-catalogue .c-catalogue-filter__cat-row {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .new-catalogue .c-catalogue-filter__bottom-row > .col:nth-child(1) {
    flex: 0 1 auto;
    width: 45%;
  }
  .new-catalogue .c-catalogue-filter__bottom-row > .col:nth-child(2) {
    flex: 0 1 auto;
    width: 55%;
  }
}
@media screen and (min-width: 992px) {
  .new-catalogue .c-catalogue-filter__bottom-row > .col:nth-child(1) {
    width: 35%;
  }
  .new-catalogue .c-catalogue-filter__bottom-row > .col:nth-child(2) {
    width: 65%;
  }
}
.new-catalogue .c-catalogue-filter__bottom-row .cadre_filtre {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 0px solid #f6f6f6;
  border-width: 0px !important;
  height: 30px;
  transition: 0.2s;
}
.new-catalogue .c-catalogue-filter__bottom-row .cadre_filtre.is-disabled {
  opacity: 0.2;
}
.new-catalogue .c-catalogue-filter__bottom-row .cadre_filtre span {
  padding-left: 35px;
}
.new-catalogue .c-catalogue-filter__bottom-row .cadre_filtre span:before {
  position: absolute;
  content: "";
  margin: 0 auto 10px;
  display: block;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #000;
  transition: 0.2s;
}
.new-catalogue .c-catalogue-filter__bottom-row .cadre_filtre span:after {
  position: absolute;
  content: "";
  margin: 0 auto 10px;
  display: block;
  top: 10px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #fab900;
  opacity: 0;
  transition: 0.2s;
}
.new-catalogue .c-catalogue-filter__bottom-row .checked_box_yellow {
  border-radius: 2px;
  border: 0px solid #fab900 !important;
  border-width: 0px !important;
  background-color: transparent !important;
}
.new-catalogue .c-catalogue-filter__bottom-row .checked_box_yellow span {
  color: #212121 !important;
}
.new-catalogue .c-catalogue-filter__bottom-row .checked_box_yellow span:after {
  opacity: 1;
  transition: 0.2s;
}
.new-catalogue .cadre_filtre {
  position: relative;
  height: 30px;
  transition: 0.2s;
}
.new-catalogue .cadre_filtre > input[type=checkbox] {
  position: absolute;
  top: 0;
  opacity: 0;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
  outline: none !important;
  cursor: pointer;
}
.new-catalogue .am_visible.is-disabled + .ms-parent.am_visible {
  display: none;
}
.new-catalogue .recherche-catalogue {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #000;
}
@media screen and (min-width: 992px) {
  .new-catalogue .select-container__flex-row > .col {
    flex: 0 1 27%;
    width: 27%;
  }
  .new-catalogue .select-container__flex-row > .col:last-of-type {
    flex: 0 1 19%;
    width: 19%;
  }
}
.new-catalogue .c-catalogue-b-banner {
  display: block;
  padding: 40px;
  background-color: #f7f7f7;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}
.new-catalogue .c-catalogue-b-banner__title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.new-catalogue .c-catalogue-b-banner__title p {
  color: #000;
}
.new-catalogue .c-catalogue-mobile-filter__toggle-row > .col {
  flex: 1;
}
.new-catalogue .page-header-page-layout-7.post-no-page-header .site-content {
  padding-top: 0px !important;
}
.new-catalogue #am_products_container {
  /*border-top: 1px solid black;
  border-bottom: 1px solid black;
  height: 90px !important;*/
  white-space: nowrap !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  display: inline-block !important;
}
.new-catalogue .am_select_module {
  position: relative;
  padding-top: 30px !important;
  /*display: flex !important;*/
  padding: 0px !important;
}
.new-catalogue .am_product_element {
  cursor: pointer !important;
  max-height: 70px;
}
.new-catalogue .select_product_button {
  position: absolute;
  top: 0;
  /*border: 1px solid black;*/
  cursor: pointer !important;
  -webkit-user-select: none !important;
  /* Chrome/Safari */
  -moz-user-select: none !important;
  /* Firefox */
  -ms-user-select: none !important;
  /* IE10+ */
  -o-user-select: none !important;
  user-select: none !important;
  transform: translateY(30%);
  font-size: 20px;
}
.new-catalogue #am_next_button {
  right: -15px;
}
.new-catalogue #am_previous_button {
  left: -15px;
}
.new-catalogue #select_model_fitmix {
  max-width: 350px;
}
.new-catalogue .fb-bottom-gradient {
  background: black;
}
.new-catalogue .checked_box_white {
  border-radius: 2px;
  background-color: #fff !important;
  color: #000 !important;
}
.new-catalogue .checked_box_white input[type=checkbox]:checked {
  /*content: url("/wp-content/uploads/2019/03/picto-check.svg") !important;*/
  background: #fff !important;
}
.new-catalogue .checked_box_white span {
  color: #000 !important;
}
@media screen and (min-width: 1000px) {
  .new-catalogue .grid-am-filters select {
    border: 2px solid black !important;
    height: 34px !important;
    /*width: 200px !important;*/
    background-color: rgba(0, 0, 0, 0) !important;
    color: black !important;
    padding: 5px !important;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .new-catalogue .grid-am-filters select {
    border: 0px !important;
    border-bottom: 1px solid black !important;
    height: 34px !important;
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0) !important;
    color: black !important;
    padding: 5px !important;
    margin-top: 15px !important;
  }
}
@media screen and (min-width: 1000px) {
  .new-catalogue .grid-am-filters input[type=checkbox] {
    /*margin-left: 45% !important;
    margin-right: 10px !important;*/
  }
  .new-catalogue .ms-drop input[type=checkbox] {
    margin-left: auto !important;
  }
}
.new-catalogue * {
  box-sizing: border-box;
}
.new-catalogue .am_column {
  float: left;
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  margin: 0px;
  display: grid;
  height: 60px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .new-catalogue .checkbox-bordered-col {
    border-right: 1px solid #fab900;
  }
}
.new-catalogue .grid-am-filters .ms-drop li.selected input[type=checkbox] {
  content: url("/wp-content/uploads/2019/03/picto-check-1.svg") !important;
  outline: none !important;
  background: transparent !important;
}
.new-catalogue .grid-am-filters option {
  color: black !important;
}
.new-catalogue .grid-am-filters {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .new-catalogue .grid-am-filters.is-opened {
    margin-top: 40px;
    max-height: 1000px !important;
    transition: margin-top 0.2s, max-height 0.2s ease-in, overflow 0.1s 0.2s;
  }
}
.new-catalogue .am_hide {
  opacity: 0;
}
.new-catalogue .am_visible {
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  /* Firefox */
  -webkit-animation: fadein 1s;
  /* Safari and Chrome */
  -o-animation: fadein 1s;
  /* Opera */
}
.new-catalogue .ms-parent {
  width: 100% !important;
}
.new-catalogue .ms-parent .ms-choice {
  height: 35px;
  line-height: 35px;
  border-radius: 2px;
  border: 0.5px solid #000 !important;
}
.new-catalogue .ms-parent .ms-choice > span.placeholder {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000;
}
.new-catalogue .ms-parent .ms-choice > span {
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
.new-catalogue .ms-parent .ms-choice > div {
  margin-top: 5px;
}
.new-catalogue .select_color .ms-parent,
.new-catalogue .select_brand .ms-parent,
.new-catalogue .select_forme .ms-parent {
  width: 100% !important;
}
.new-catalogue .select_forme .ms-parent .ms-drop > span.placeholder {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000;
}
.new-catalogue .select_forme .ms-parent .ms-drop label > span {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  padding-left: 30px;
  color: #000;
  color: red;
}
.new-catalogue .select_forme .ms-parent .ms-drop label > span:before, .new-catalogue .select_forme .ms-parent .ms-drop label > span:after {
  position: absolute;
  content: "";
}
.new-catalogue .select_forme .ms-parent .ms-drop label > span:before {
  left: 0;
  bottom: -2px;
  width: 20px;
  height: 16px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("img/forms-picto/._clubmaster.svg");
}
.new-catalogue .select_forme .ms-parent .ms-drop label > span:after {
  left: 25px;
  bottom: 0;
  height: 100%;
  width: 1px;
  background-color: #f2f2f2;
}
.new-catalogue .select_forme .ms-parent .ms-drop > div {
  margin-top: 5px;
}
.new-catalogue .select_color .ms-parent .ms-choice {
  height: 35px;
  line-height: 35px;
  border-radius: 2px;
  border: 0.5px solid #f6f6f6 !important;
  background-color: #f6f6f6;
}
.new-catalogue .select_color .ms-parent .ms-choice > span.placeholder {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000;
}
.new-catalogue .select_color .ms-parent .ms-choice > span {
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
.new-catalogue .select_color .ms-parent .ms-choice > div {
  margin-top: 5px;
}
.new-catalogue #apply-btn {
  display: block;
  background-color: black;
  color: white;
  border: 0px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  height: 35px;
  line-height: 35px;
  font-size: 1em;
  width: 150px;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .new-catalogue #apply-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.new-catalogue .grid-am-filters .ms-drop input[type=checkbox] {
  width: auto !important;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: white !important;
  outline: 1px solid grey !important;
  border: 0 !important;
  width: 12px !important;
  height: 12px !important;
  /*margin-left: 45% !important;
   margin-right: 10px !important;*/
}
.new-catalogue .grid-am-filters .ms-drop li {
  color: #212121;
}
.new-catalogue .fil-ariane {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #999999;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.new-catalogue .catalogue-intro__text h2, .new-catalogue .catalogue-intro__text h3 {
  margin-bottom: 1em;
}
.new-catalogue .products .woocommerce-error, .new-catalogue .products .woocommerce-info, .new-catalogue .products .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: transparent;
  color: #212121;
  font-weight: bold;
  border-top-width: 0px;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  text-align: center;
}
.new-catalogue .products .woocommerce-error:before, .new-catalogue .products .woocommerce-info:before, .new-catalogue .products .woocommerce-message:before {
  display: block;
  position: relative;
  top: inherit;
  left: inherit;
  height: 30px;
  width: 30px;
  margin: 0 auto 1rem;
  font-size: 0;
  background-image: url("img/information.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.new-catalogue .product_title_single {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #000000;
}
.new-catalogue .product_title_single a {
  color: #000;
}
.new-catalogue .product-color_single {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #999999;
  text-transform: capitalize;
}
.new-catalogue .image_single_product {
  width: 500px;
}
.new-catalogue .bandeau-essayage-virtuel {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 260px;
  padding: 30px;
  background-image: url("/wp-content/themes/optic2000/img/optic2000-essayage-vituel-produit.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  box-shadow: 1px 2px 4px 2px rgba(201, 201, 201, 0.5);
}
@media screen and (max-width: 500px) {
  .new-catalogue .bandeau-essayage-virtuel {
    display: none;
  }
}
.new-catalogue .bandeau-essayage-virtuel .titre-bandeau-essayage {
  color: #000;
  font-size: 20px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}
.new-catalogue .button-jessaie button {
  font-size: 12px;
  letter-spacing: 0.6px;
  text-align: center;
  color: #fff;
  text-transform: none;
  padding: 0.6em 2em;
  border-radius: 0;
  background-color: #000;
}
.new-catalogue .caracteristiques-techniques {
  margin-top: 100px !important;
}
.new-catalogue .color_purple_light {
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0.5px;
  color: #000000;
}
.new-catalogue .monture_text {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0.5px;
  color: #000000;
  font-weight: 600;
}
.new-catalogue .attribute_text {
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0.5px;
  color: #000000;
}
.new-catalogue .attribute_text span {
  color: #999999;
}
.new-catalogue .texte_marque {
  margin-top: 30px !important;
  font-size: 12px;
  line-height: 1.42;
  letter-spacing: 0.5px;
  text-transform: none;
  color: #999999;
}
.new-catalogue .title_single_product {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
  margin-left: 250px;
  /*margin-right: 250px;*/
  margin-top: 30px;
}
.new-catalogue .title_single_product span {
  margin-left: -250px;
  margin-bottom: 20px;
}
.new-catalogue .titre-bandeau-related {
  color: #000;
  font-size: 20px;
  letter-spacing: 1.5px;
  align-items: center;
  margin-left: 20px;
}
.new-catalogue .product-related__row {
  flex-wrap: nowrap;
  overflow: auto;
}
.new-catalogue .product-related__item {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  /*margin-right: 20px !important;*/
  border-right: 2px solid #f2f2f2;
  /*background-color: #f2f2f2;*/
}
.new-catalogue .product-related__item:last-child {
  border-right: none;
}
.new-catalogue .product-related__item .gender-related {
  margin-top: 10px !important;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #999999;
}
.new-catalogue .product-related__item .title-related {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000000;
  text-transform: uppercase;
  min-height: 36px;
}
.new-catalogue .single-prod-carousel .owl-nav {
  position: relative;
  width: 180px;
  margin: 0 auto 60px;
  height: 40px;
}
.new-catalogue .single-prod-carousel .owl-nav [class*=owl-] {
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 30px;
  border-top: 0px solid #000 !important;
  border-left: 0px solid #000 !important;
}
.new-catalogue .single-prod-carousel .owl-nav .owl-prev {
  left: 0;
  -webkit-transform: none;
  transform: none;
}
.new-catalogue .single-prod-carousel .owl-nav .owl-next {
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.new-catalogue #burger {
  position: absolute;
  display: block;
  right: 0;
  top: 10px;
  color: #000;
  font-size: 32px;
  padding-right: 15px;
  transition: 1s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .new-catalogue #burger {
    display: none;
  }
}
.new-catalogue #quit {
  position: absolute;
  right: 0;
  top: 10px;
  color: #000;
  font-size: 32px;
  display: none;
  cursor: pointer;
}
.new-catalogue #links {
  display: none;
  flex-direction: column;
  /*width: 100vw;*/
  height: 50vh;
  padding: 25vh 0;
  margin-top: 100px;
  justify-content: space-around;
}
.new-catalogue #links a {
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 2em;
  z-index: 10;
}
.new-catalogue .woocommerce.columns-2 ul.products li.product {
  width: 42% !important;
  margin: 10px;
}
.new-catalogue .button-jessaie-mobile {
  display: none;
}
@media screen and (max-width: 500px) {
  .new-catalogue .button-jessaie-mobile {
    display: block;
    float: right;
    margin-left: 180px !important;
    padding-top: 10px;
    padding-bottom: 30px;
    /*padding-left: 30px;
    padding-right:30px;*/
    width: 120px !important;
  }
  .new-catalogue .button-jessaie-mobile a {
    font-size: 12px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #fff;
    text-transform: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.new-catalogue .c-summae-header__wrapper {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 32.7868852459vw;
  max-height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.new-catalogue .c-summae-header__title-container {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 90%;
  max-width: 1220px;
  margin: 0 auto 40px;
}
.new-catalogue .c-summae-header__title-container p {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
.new-catalogue .c-summae-header__title-img {
  max-width: 260px;
  margin-left: 40px;
}
.new-catalogue .c-summae-gallery__grid {
  display: block;
}
@media screen and (min-width: 440px) {
  .new-catalogue .c-summae-gallery__grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(10, 1fr);
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    max-height: 100.8064516129vw;
  }
}
@media screen and (min-width: 992px) {
  .new-catalogue .c-summae-gallery__grid {
    max-height: 63.9344262295vw;
  }
}
@media screen and (min-width: 440px) {
  .new-catalogue .c-summae-gallery__item {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .new-catalogue .c-summae-gallery__item a {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.new-catalogue .c-summae-gallery__img {
  -o-object-fit: cover;
  object-fit: cover;
}
.new-catalogue .c-anniversary-header__wrapper {
  padding-bottom: 58%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.new-catalogue .c-anniversary-main {
  overflow: hidden;
}
.new-catalogue .c-anniversary-main__title {
  font-size: 38px;
  color: #999;
  font-weight: 400;
}
.new-catalogue .c-anniversary-main__title strong {
  color: #000;
}
.new-catalogue .c-anniversary-main__texte-container {
  display: -ms-flex;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.new-catalogue .c-anniversary-main__texte-container p {
  font-size: 19px;
  color: #aeaeae;
}
.new-catalogue .c-anniversary-main__img-container {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}
.new-catalogue .c-anniversary-main__img-background {
  background-color: #FCD8DB;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.new-catalogue .c-anniversary-main__img-background img {
  margin-top: -85px;
  max-width: 430px;
  width: 35vw;
}
.new-catalogue .c-anniversary-terms__tab {
  display: block;
  position: relative;
  height: 50px;
  width: 380px;
  margin: auto;
  padding-right: 70px;
  padding-left: 20px;
  line-height: 50px;
  color: #b74e00;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  background-color: #ffd000;
}
.new-catalogue .c-anniversary-terms__tab:after {
  position: absolute;
  content: "";
  font-size: 20px;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  background-color: #b74e00;
  background-image: url("img/caret-down.png");
  background-size: 30px;
  background-position: center 5px;
  background-repeat: no-repeat;
}
.new-catalogue .btn-anniversary {
  display: block;
  position: relative;
  background-color: #ffd000;
  color: #b74e00;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding: 1em 40px 1em 1em;
  margin-bottom: 10px;
}
.new-catalogue .btn-anniversary:after {
  position: absolute;
  content: "";
  top: 16px;
  right: 20px;
  width: 20px;
  height: 28px;
  background-image: url("img/caret-right.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.new-catalogue .btn-anniversary:visited {
  color: #b74e00;
}
.new-catalogue .btn-anniversary:hover {
  color: #ff7e1e;
}
.new-catalogue .btn-anniversary--big {
  padding: 0;
  margin-right: -12%;
}
@media screen and (max-width: 439px) {
  .new-catalogue .c-footer-menus .col {
    -ms-flex-preferred-size: 1;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .new-catalogue .site-footer .btn, .new-catalogue .site-footer .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container .new-catalogue .site-footer a.asl-item-cta, .new-catalogue .site-footer .c-home-search__form input[type=submit], .c-home-search__form .new-catalogue .site-footer input[type=submit], .new-catalogue .site-footer li.is-mega-menu .cta a, li.is-mega-menu .cta .new-catalogue .site-footer a {
    padding: 1em 1em;
  }
}

/********** Essayage virtuel ***************/
.btn_page_product {
  background-color: #000000;
  padding: 10px;
  color: #fff !important;
}

.subtitle_essayage {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.9px;
  color: #000000;
  text-transform: uppercase;
}

.title_section_essayage_virtuel {
  height: 300px;
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  .title_section_essayage_virtuel {
    margin-bottom: 0px;
  }
}
.title_section_essayage_virtuel .img_essayage_bandeau {
  background-image: url("/wp-content/uploads/2019/01/group.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 500px) {
  .title_section_essayage_virtuel .img_essayage_bandeau {
    background-size: cover;
  }
}
.title_section_essayage_virtuel .title_essayage_virtuel {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #2a2a2a;
  margin-top: 120px;
}
.title_section_essayage_virtuel .title_essayage_virtuel span {
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .title_section_essayage_virtuel .title_essayage_virtuel {
    padding-left: 100px !important;
    padding-right: 100px !important;
    text-align: center;
    margin-top: 20px;
  }
}

.essayage-virtuel-filter__container {
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(201, 201, 201, 0.5);
  max-height: 68px;
  margin-top: 20px;
  overflow: hidden;
  transition: max-height 0.1s;
}
@media screen and (min-width: 768px) {
  .essayage-virtuel-filter__container {
    margin-top: 0;
  }
}
.essayage-virtuel-filter__container .grid-essayage-filters {
  opacity: 0;
  transition: 0.2s;
}
.essayage-virtuel-filter__container.is-opened {
  max-height: 600px;
  overflow: visible;
  padding-bottom: 15px;
  transition: 0.3s ease-in;
}
.essayage-virtuel-filter__container.is-opened .grid-essayage-filters {
  opacity: 1;
  transition: 0.2s 0.2s;
}
.essayage-virtuel-filter__header {
  display: flex;
  padding: 15px;
}
.essayage-virtuel-filter__toggle {
  margin: 0 0 0 auto;
  border: 1px solid #000;
  background: transparent;
  font-size: 1rem;
  height: 38px;
  padding: 1em 1em;
  color: #000;
  border-radius: 0;
  cursor: pointer;
  vertical-align: middle;
}
.essayage-virtuel-filter__toggle:hover, .essayage-virtuel-filter__toggle:focus {
  border: 1px solid #000;
  outline: 1px solid #000;
}
.essayage-virtuel-filter__toggle > img {
  max-height: 20px;
  margin-left: 20px;
  margin-top: -3px;
  vertical-align: middle;
}

.row-instructions-essayage {
  background-color: #f2f2f2;
  padding-bottom: 60px;
}
.row-instructions-essayage .title-instructions {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
}
.row-instructions-essayage .instructions .instruction {
  padding: 0 20px 60px 30px;
}
.row-instructions-essayage .instructions .instruction span {
  margin-left: -20px;
  margin-right: 10px;
  font-weight: bold;
  color: #fab900;
}
@media screen and (min-width: 768px) {
  .row-instructions-essayage .instructions .instruction {
    padding: 0 4vw;
  }
  .row-instructions-essayage .instructions .instruction span {
    margin-left: -2.2vw;
  }
}
@media screen and (min-width: 1342px) {
  .row-instructions-essayage .instructions .instruction {
    padding: 0 60px;
  }
  .row-instructions-essayage .instructions .instruction span {
    margin-left: -30px;
    margin-right: 20px;
  }
}

.row-plus-informations .title-informations {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.89px;
  color: #000;
  margin-bottom: 40px;
}

#image_product_fitviewer {
  width: 100%;
  max-width: 400px;
}

.fitviewer {
  text-align: center !important;
}

.essayage-virtuel #am_products_container {
  /*border-top: 1px solid black;
  	border-bottom: 1px solid black;
  height: 90px !important;*/
  white-space: nowrap !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  display: block !important;
  margin: auto;
}
.essayage-virtuel img[src*=undefined] {
  display: none !important;
}
.essayage-virtuel .am_select_module {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  display: inline-flex !important;
  padding: 0px !important;
  min-height: 52px;
  min-width: 100%;
}
.essayage-virtuel .am_product_element {
  cursor: pointer !important;
}
.essayage-virtuel .select_product_button {
  /*border: 1px solid black;*/
  cursor: pointer !important;
  -webkit-user-select: none !important;
  /* Chrome/Safari */
  -moz-user-select: none !important;
  /* Firefox */
  -ms-user-select: none !important;
  /* IE10+ */
  -o-user-select: none !important;
  user-select: none !important;
}
.essayage-virtuel #select_model_fitmix {
  max-width: 350px;
}
.essayage-virtuel .grid-essayage-filters option {
  color: black !important;
}
.essayage-virtuel .grid-essayage-filters {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: auto;
  padding: 15px;
}
@media screen and (min-width: 440px) {
  .essayage-virtuel .grid-essayage-filters {
    grid-template-columns: auto auto;
  }
}
.essayage-virtuel .grid-essayage-filters select {
  border: 1px solid #ccc !important;
  height: 34px !important;
  background-color: white !important;
  color: black !important;
  border-radius: 3px !important;
  padding: 5px !important;
}
.essayage-virtuel .grid-essayage-filters .selectric-select-colour .selectric-items {
  text-align: left;
}
.essayage-virtuel .grid-essayage-filters .selectric-select-colour .selectric-items .ico {
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.essayage-virtuel .grid-essayage-filters .selectric-items {
  text-align: left;
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  height: 30px;
  width: 30px;
  margin: 0 6px 0 0;
  background-size: contain;
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-carree, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-quadratisch {
  background-image: url("img/picto-forms/retro.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-aviateur, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-pilote, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-pilot, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-clubmaster {
  background-image: url("img/picto-forms/clubmaster.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-irreguliere, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-irregular {
  background-image: url("img/picto-forms/Irreguliere.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-oeil-de-chat, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-katzenauge {
  background-image: url("img/picto-forms/oeil-de-chat.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-retro {
  background-image: url("img/picto-forms/retro.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-ovale, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-oval {
  background-image: url("img/picto-forms/ovale.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-papillon, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-schmetterling {
  background-image: url("img/picto-forms/papillon.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-rectangulaire, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-rechteckig {
  background-image: url("img/picto-forms/rectangle.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-ronde, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-rund {
  background-image: url("img/picto-forms/rondes.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-wayfarer, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-quadratisch {
  background-image: url("img/picto-forms/wayfarer.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-mask {
  background-image: url("img/picto-forms/mask-02.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-halfrim {
  background-image: url("img/picto-forms/Halfrim.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-oversize {
  background-image: url("img/picto-forms/oversize.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-argent, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-silber {
  background-image: url("img/picto-colours/argent.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-beige, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-camel {
  background-image: url("img/picto-colours/beige.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-blanc, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-weiss {
  background-image: url("img/picto-colours/blanc.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-cristal, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-cristal-de-2 {
  background-image: url("img/picto-colours/cristal.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-bleu, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-blau {
  background-image: url("img/picto-colours/bleu.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-brun, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-hellbraun {
  background-image: url("img/picto-colours/brun.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-bordeaux, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-bordeauxrote {
  background-image: url("img/picto-colours/Bordeaux.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-dore, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-doré, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-gold {
  background-image: url("img/picto-colours/dore.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-ecaille, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-schildpatt {
  background-image: url("img/picto-colours/ecaille.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-gris, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-grau, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-gun {
  background-image: url("img/picto-colours/gris.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-jaune, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-gelb {
  background-image: url("img/picto-colours/jaune.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-marron, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-braun {
  background-image: url("img/picto-colours/marron.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-mauve {
  background-image: url("img/picto-colours/Mauve.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-noir, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-schwarz {
  background-image: url("img/picto-colours/noir.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-orange {
  background-image: url("img/picto-colours/orange.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-rose, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-rosa {
  background-image: url("img/picto-colours/rose.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-rouge, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-rot {
  background-image: url("img/picto-colours/rouge.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-transparent {
  background-image: url("img/picto-colours/transparent.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-vert, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-grun {
  background-image: url("img/picto-colours/vert.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-violet, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-lila, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-violett {
  background-image: url("img/picto-colours/violet.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-prune, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-pflaume {
  background-image: url("img/picto-colours/Prune.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-kaki {
  background-image: url("img/picto-colours/kaki.svg");
}
.essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-turquoise, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-turkis, .essayage-virtuel .grid-essayage-filters .selectric-items .ico.ico-türkis {
  background-image: url("img/picto-colours/Turquoise.svg");
}
.essayage-virtuel .am_hide {
  opacity: 0;
}
.essayage-virtuel .am_visible {
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  /* Firefox */
  -webkit-animation: fadein 1s;
  /* Safari and Chrome */
  -o-animation: fadein 1s;
  /* Opera */
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.essayage-virtuel div label input {
  margin-right: 100px;
}
.essayage-virtuel .am_btn div {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.essayage-virtuel .am_btn label {
  width: 100%;
  cursor: pointer;
}
.essayage-virtuel .am_btn input {
  display: none;
}
.essayage-virtuel .am_btn div {
  text-align: center;
  padding-top: 7px;
  font-weight: 500;
  height: 34px;
}
.essayage-virtuel .am_btn input:checked + div {
  background-color: #9da3d2;
  border-color: #9da3d2;
  color: #fff;
}

/************************************************************
 * GENERAL PAGES
 ************************************************************/
/* Placeholders
 ************************************************************/
.c-home-bottom__tab, .c-audition-terms__tab, .c-audition-single__tab, .c-store-locator__tab, .c-offre-terms__tab, .c-offre-single__tab {
  position: relative;
  padding-right: 50px;
}
.c-home-bottom__tab:after, .c-audition-terms__tab:after, .c-audition-single__tab:after, .c-store-locator__tab:after, .c-offre-terms__tab:after, .c-offre-single__tab:after {
  position: absolute;
  content: "";
  top: 5px;
  right: 25px;
  height: 24px;
  width: 15px;
  background-image: url("img/right-chevron.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.2s 0.2s ease-in;
  transition: 0.2s 0.2s ease-in;
}

.c-home-bottom__tab.is-opened:after, .c-audition-terms__tab.is-opened:after, .c-audition-single__tab.is-opened:after, .c-store-locator__tab.is-opened:after, .c-offre-terms__tab.is-opened:after, .c-offre-single__tab.is-opened:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

/* Blog page
  ************************************************************/
.c-blog-block, .c-blog-block--big {
  position: relative;
  margin-bottom: 40px;
}
.c-blog-block:hover .c-blog-block__img-inner, .c-blog-block--big:hover .c-blog-block__img-inner {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.c-blog-block__img {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.c-blog-block__img-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.c-blog-block__label, .c-blog-block__label--full-width, .c-blog-block__label--transparent {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #000;
  padding: 0.6em 1em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.c-blog-block__label--transparent {
  background-color: transparent;
}
.c-blog-block__label--full-width {
  width: 100%;
  display: block;
}
.c-blog-block__title {
  margin: 1em 0;
}
.c-blog-block__title h3 {
  font-weight: 500;
  font-size: 1.15em;
}
@media screen and (min-width: 440px) {
  .c-blog-block__title h3 {
    font-size: 1.25em;
  }
}
.c-blog-block__excerpt {
  margin-top: 15px;
}
.c-blog-block__excerpt p {
  color: #787878;
  font-size: 1rem;
}
.c-blog-block .blog-hover, .c-blog-block--big .blog-hover {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  opacity: 0;
  transition: 0.3s;
}
.c-blog-block:hover .blog-hover, .c-blog-block--big:hover .blog-hover {
  opacity: 1;
  transition: 0.3s;
}
.c-blog-block--big {
  font-size: 12px;
  margin-bottom: 50px;
  margin-left: -5%;
  margin-right: -5%;
}
@media screen and (min-width: 440px) {
  .c-blog-block--big {
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
  }
}
.c-blog-block--big:hover .c-blog-block__img-inner {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.c-blog-block--big .c-blog-block__label, .c-blog-block--big .c-blog-block__label--transparent, .c-blog-block--big .c-blog-block__label--full-width {
  left: 20px;
  bottom: 7px;
}
.c-blog-block--big .c-blog-block__title {
  position: relative;
  padding-left: 20px;
  padding-right: 60px;
}
.c-blog-block--big .c-blog-block__title h3 {
  font-size: 1.4em;
}
.c-blog-block--big .c-blog-block__title:after {
  position: absolute;
  content: "";
  top: 0;
  right: 30px;
  height: 100%;
  width: 20px;
  background-image: url(img/right-arrow-black.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-blog-block--big .c-blog-block__excerpt {
  padding: 0 20px;
}
.c-blog-block--big .c-blog-block__excerpt p {
  color: #787878;
  font-size: 1rem;
}
.c-blog-block--big .blog-hover {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  opacity: 0;
  transition: 0.3s;
}
.c-blog-block--big:hover .c-blog-block__title:after {
  right: 20px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.c-blog-block--big:hover .blog-hover {
  opacity: 1;
  transition: 0.3s;
}

/* Blog single
 ************************************************************/
.c-blog-single__label {
  display: inline-block;
  background-color: #000;
  padding: 1.1em 1.7em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-blog-single__label {
    font-size: 1.2rem;
  }
}
.c-blog-single__featured-img {
  width: 110%;
  padding-bottom: 60%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 -5% 40px;
}
.c-blog-single__image-grid {
  display: block;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr 1fr;
  grid-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  width: 100%;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .c-blog-single__image-grid {
    min-height: 300px !important;
    grid-gap: 20px;
  }
}
.c-blog-single__image-grid .c-bloc-single__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
}
@media screen and (min-width: 768px) {
  .c-blog-single__image-grid .c-bloc-single__image {
    min-height: 50px;
  }
}
.c-blog-single__text-block p {
  color: #999999;
}
.c-blog-single__text-block a {
  font-weight: 500;
  color: #fab900;
}
.c-blog-single__text-block a:hover {
  color: #fab900;
  text-decoration: none;
}
.c-blog-single__text-block a:visited {
  color: #fab900;
}
.c-blog-single__text-block h2 {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.c-blog-single__text-block h3 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #9da3d2;
  text-transform: uppercase;
}
.c-blog-single__video-block {
  width: 110%;
  margin: 40px -5%;
}
.c-blog-single__citation-block {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 40px;
  width: 60%;
}
.c-blog-single__citation-block p {
  color: #2a2a2a;
  position: relative;
}
.c-blog-single__citation-block p::before {
  position: absolute;
  content: url("/optic-prod/wp-content/themes/optic2000/img/optic-2000-picto-quote.svg");
  top: 0;
  left: -40px;
}
.c-blog-single__citation-block p::after {
  position: absolute;
  content: url("/optic-prod/wp-content/themes/optic2000/img/optic-2000-picto-quote-2.svg");
  bottom: 0;
  right: -40px;
}
.c-blog-single__citation-block .author {
  color: #2a2a2a;
  margin-top: 8px;
}

.navigation {
  text-align: center;
  margin: 60px auto 100px;
  float: none;
  width: 100%;
}

.navigation span.page-numbers.current {
  background-color: #000;
  color: #fff;
}

.navigation a.page-numbers,
.navigation span.page-numbers {
  display: inline-block;
  padding: 1rem;
  min-height: 40px;
  min-width: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 5px;
  border: 1px solid transparent;
}

.navigation a.page-numbers {
  color: #000;
}

.navigation a.page-numbers:hover {
  border: 1px solid #000;
  border-radius: 0px;
  cursor: pointer;
}

/************************************************************
 * NOS CONSEILS
 ************************************************************/
.c-conseil-grid {
  display: block;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .c-conseil-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 930px 1fr;
    -ms-grid-columns: 1fr 930px 1fr;
    width: 100%;
  }
}

.c-conseil-container--narrow {
  max-width: 930px;
}

.c-conseil-cell__img {
  display: none;
  min-width: 0px;
}
@media screen and (min-width: 992px) {
  .c-conseil-cell__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.c-conseil__item {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 15px 0;
  text-align: right;
}
.c-conseil__item:not(:last-of-type) {
  border-right: 1px solid #2a2a2a;
}
.c-conseil__item a:hover ~ .c-conseil__more,
.c-conseil__item a.c-conseil__more:hover {
  -webkit-animation: translateY 0.5s forwards;
  animation: translateY 0.5s forwards;
}
.c-conseil__picto {
  max-width: 35px;
  margin: 0 0 0 auto;
}
.c-conseil__img {
  background-color: #999;
  background-size: 250px auto;
  background-position: right center;
  background-repeat: no-repeat;
  border-radius: 50%;
  height: 250px;
  width: 250px;
  min-width: 250px;
  -webkit-box-shadow: 2px 6px 8px 0 rgba(114, 114, 114, 0.5);
  box-shadow: 2px 6px 8px 0 rgba(114, 114, 114, 0.5);
}
.c-conseil__more {
  position: relative;
  display: block;
  min-height: 10px;
  margin: auto 0 0;
}
.c-conseil__more:after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  right: 0;
  background-image: url("img/right-arrow-yellow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-conseil-section .owl-carousel .owl-stage-outer {
  margin-right: 5px;
}
.c-conseil-section .owl-carousel .owl-stage {
  display: flex;
}
.c-conseil-section .owl-carousel .owl-stage .owl-item {
  display: flex;
}
.c-conseil-section .owl-carousel .owl-stage .owl-item .c-conseil__item:last-of-type {
  border-right: 1px solid #2a2a2a;
}
.c-conseil-section .owl-carousel .owl-prev {
  display: none;
}

/************************************************************
 * CONSEIL SINGLE
 ************************************************************/
.c-conseil-single__header {
  overflow-x: hidden;
}
.c-conseil-single__header-flex-row > .col:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
}
.c-conseil-single__header-flex-row > .col:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  max-width: 40%;
}
@media screen and (min-width: 768px) {
  .c-conseil-single__header-flex-row > .col:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .c-conseil-single__header-flex-row > .col:nth-of-type(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    -ms-flex: 1 1;
  }
}
.c-conseil-single__header-img {
  background-color: #999;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 100%;
  padding-bottom: 100%;
  margin-top: -35%;
  margin-bottom: 10px;
  min-width: 250px;
  min-height: 250px;
  -webkit-box-shadow: 2px 6px 8px 0 rgba(114, 114, 114, 0.5);
  box-shadow: 2px 6px 8px 0 rgba(114, 114, 114, 0.5);
}
.c-conseil-single__title-col {
  display: -ms-flex;
  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;
}
.c-conseil-single__title-container h1 {
  margin-top: 0;
}
.c-conseil-single__categorie-conseil {
  font-size: 20px;
  font-weight: 500;
  color: #9da3d2;
  margin-bottom: 10px;
}
.c-conseil-single__intro p {
  color: #000;
}
.c-conseil-single__text-block img {
  margin-top: 40xp;
  margin-bottom: 40px;
}
.c-conseil-single__text-block h2.title__smaller-upper {
  margin-bottom: 1.4em;
}

.c-cta-conseil__container {
  text-align: center;
  max-width: 600px;
}
.c-cta-conseil h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  margin: 0 0 1em 0;
}

.c-conseil-related__img {
  height: 120px;
  width: 200px;
  margin: 0 0 20px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.owl-dots {
  text-align: center;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background: #666;
}

/************************************************************
 * NOS OFFRES
 ************************************************************/
.c-offre-block__excerpt, .c-offre-block__title-img {
  float: left;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .c-offre-block__excerpt, .c-offre-block__title-img {
    padding: 0 0.6vw;
  }
}
@media screen and (min-width: 1342px) {
  .c-offre-block__excerpt, .c-offre-block__title-img {
    padding: 0 15px;
  }
}

@media screen and (max-width: 640px), screen and (max-width: 768px) and (orientation: landscape) {
  .c-offre-header .c-page-header__image {
    height: 0px;
  }
  .c-offre-header .c-page-header__title-container {
    padding-top: 50px;
  }
  .c-offre-header .title__page, .c-offre-header .title__page--upper, .c-offre-header .title__page--primary {
    margin-bottom: 0.2em;
  }
}
.c-offre-block {
  overflow: hidden;
  clear: both;
}
.c-offre-block__img {
  position: relative;
  height: 200px;
  margin-bottom: 20px;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .c-offre-block__img {
    height: 115px;
  }
}
.c-offre-block__title-img {
  position: relative;
  display: none;
  width: 40%;
  margin-top: -50px;
}
@media screen and (min-width: 768px) {
  .c-offre-block__title-img {
    display: block;
  }
}
.c-offre-block__title {
  position: absolute;
  bottom: 0;
  left: 10px;
  display: inline-block;
  background-color: #000;
  padding: 0.6em 1em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .c-offre-block__title {
    display: none;
  }
}
.c-offre-block__excerpt {
  position: relative;
  width: 100%;
  font-size: 12px;
  padding-right: 50px;
}
.c-offre-block__excerpt:after {
  position: absolute;
  content: "";
  top: 0;
  right: 10px;
  height: 100%;
  width: 50px;
  background-image: url("img/right-arrow-black.svg");
  background-position: right bottom;
  background-size: auto 20px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-offre-block__excerpt {
    width: 60%;
  }
  .c-offre-block__excerpt:after {
    right: 0;
    background-position: center top;
    background-size: 15px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1342px) {
  .c-offre-block__excerpt {
    padding-right: 5vw;
  }
  .c-offre-block__excerpt:after {
    width: 5vw;
  }
}
.c-offre-block__excerpt p {
  font-size: 1em;
  margin-bottom: 0;
}
.c-offre-block:hover .c-offre-block__excerpt:after {
  -webkit-animation: translateY 0.5s forwards;
  animation: translateY 0.5s forwards;
}

/* Offre single
  ************************************************************/
.c-offre-single h3,
.c-offre-single h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.7px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 1.2em;
}
.c-offre-single p a:not(.btn) {
  font-weight: 600;
  color: #787878;
}
.c-offre-single p a:not(.btn):hover, .c-offre-single p a:not(.btn):focus, .c-offre-single p a:not(.btn):visited {
  color: #9da3d2;
}
@media screen and (max-width: 439px) {
  .c-offre-single__text-block p a.btn, .c-offre-single__text-block p .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container .c-offre-single__text-block p a.asl-item-cta, .c-offre-single__text-block p li.is-mega-menu .cta a, li.is-mega-menu .cta .c-offre-single__text-block p a {
    width: 100%;
    text-align: center;
  }
}
.c-offre-single__intro-col {
  display: -ms-flex;
  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;
}
.c-offre-single__title-container p {
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-offre-single__title-container h1 {
    text-align: center;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-offre-single .c-cta-offre__container {
  text-align: center;
  max-width: 600px;
}
.c-offre-single .c-cta-offre h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  margin: 0 0 1em 0;
}
.c-offre-single__mobile-img {
  margin-left: -20px;
  margin-right: -20px;
  max-width: calc(100% + 40px);
}
@media screen and (min-width: 768px) {
  .c-offre-float .flex-row {
    display: block;
  }
  .c-offre-float .flex-row .col {
    width: 50%;
  }
  .c-offre-float .flex-row > img {
    padding: 0 20px 30px;
  }
  .c-offre-float .c-offre-single__intro-img--float {
    float: right;
    width: 50%;
  }
}
.c-offre-float .flex-row > h2,
.c-offre-float .flex-row > h3,
.c-offre-float .flex-row > h4,
.c-offre-float .flex-row > p {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  .c-offre-single__half-img--left {
    width: 50%;
    float: left;
    padding: 0 20px 30px 0;
  }
  .c-offre-single__half-img--right {
    width: 50%;
    float: right;
    padding: 0 0 30px 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-offre-single__columns-block.columns-ray-ban-offer .col:nth-child(2) {
    order: 2;
  }
}

.c-offre-terms__tab {
  max-width: 1220px;
  margin: auto;
  padding: 0.8em 1.5em;
  background-color: #f2f2f2;
}
.c-offre-terms__tab h2 {
  font-size: 1.15em;
  font-weight: 500;
  text-transform: none;
  margin: 0;
}
.c-offre-terms__tab-content * {
  color: #999;
}
.c-offre-terms__tab-content li {
  font-size: 1.15em;
}

.c-offre-related__item {
  margin-bottom: 50px;
}
.c-offre-related__img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 160px;
}
.c-offre-related__title {
  position: absolute;
  bottom: -30px;
  left: 10px;
  display: inline-block;
  max-width: 180px;
  background-color: #000;
  padding: 0.6em 1em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 1.5em;
}
@media screen and (max-width: 460px) {
  .c-offre-related .flex-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .c-offre-related .col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 250px;
  }
}

/* OFFRE SINGLE 2EME PAIRE
 ************************************************************/
.c-offre-2-paire-intro__text P {
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-offre-2-paire-intro__text h1 {
    font-size: 30px;
  }
}
.c-offre-2-paire-intro__bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-offre-2-paire-intro__bg {
    padding-bottom: 100%;
    max-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .c-offre-2-paire-intro__tag {
    margin-top: -20%;
  }
}
@media screen and (max-width: 767px) {
  .c-offre-2-paire-intro .title__page--primary {
    font-size: 30px;
  }
}

.c-offre-text-img {
  grid-template-rows: auto auto;
}
.c-offre-text-img__img {
  -ms-grid-column: 2;
  -ms-grid-column-span: 6;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-column: 2/span 6;
  grid-row: 1/span 2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.c-offre-text-img__price {
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 5/span 3;
  grid-row: 1/span 1;
  align-items: flex-end;
}
.c-offre-text-img__price .price-tag {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 200px;
  color: #fff;
  text-align: center;
  background: #000;
  padding: 10px;
}
.c-offre-text-img__price .price-tag strong {
  display: block;
  font-size: 30px;
  font-size: clamp(20px, 2vw, 30px);
  margin-bottom: 0;
  line-height: 1.4;
}
.c-offre-text-img__title {
  -ms-grid-column: 8;
  -ms-grid-column-span: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 8/span 3;
  grid-row: 1/span 1;
  background: #000;
  padding: 10px 5px;
}
.c-offre-text-img__title h2 {
  width: 100%;
  color: #fff;
  font-weight: 900;
  font-size: 30px;
  font-size: clamp(10px, 2vw, 30px);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}
.c-offre-text-img__description {
  -ms-grid-column: 11;
  -ms-grid-column-span: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 11/span 3;
  grid-row: 1/span 1;
  background: #000;
  padding: 2vw;
  padding: clamp(10px, 2vw, 34px);
}
.c-offre-text-img__description p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
}
.c-offre-text-img__text {
  -ms-grid-column: 8;
  -ms-grid-column-span: 6;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-column: 8/span 6;
  grid-row: 2/span 1;
  background: #f2f2f2;
  padding: 20px;
}
.c-offre-text-img__text p {
  color: #000;
}
.c-offre-text-img__text p a {
  color: #9da3d2;
}
@media screen and (min-width: 768px) {
  .c-offre-text-img.even .c-offre-text-img__img {
    -ms-grid-column: 8;
    -ms-grid-column-span: 6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-column: 8/span 6;
    grid-row: 1/span 2;
  }
  .c-offre-text-img.even .c-offre-text-img__price {
    -ms-grid-column: 8;
    -ms-grid-column-span: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 8/span 3;
    grid-row: 1/span 1;
    align-items: flex-start;
  }
  .c-offre-text-img.even .c-offre-text-img__title {
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 5/span 3;
    grid-row: 1/span 1;
  }
  .c-offre-text-img.even .c-offre-text-img__description {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 2/span 3;
    grid-row: 1/span 1;
  }
  .c-offre-text-img.even .c-offre-text-img__text {
    -ms-grid-column: 2;
    -ms-grid-column-span: 6;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 2/span 6;
    grid-row: 2/span 1;
    background: #f2f2f2;
  }
}
@media screen and (max-width: 767px) {
  .c-offre-text-img__img {
    grid-column: 6/span 9;
    grid-row: 1/span 2;
  }
  .c-offre-text-img__price {
    grid-column: 1/span 5;
    grid-row: 2/span 1;
    background: #000;
  }
  .c-offre-text-img__price .price-tag {
    width: 100%;
    font-size: 8px;
  }
  .c-offre-text-img__title {
    grid-column: 1/span 5;
    grid-row: 1/span 1;
  }
  .c-offre-text-img__description {
    grid-column: 1/span 14;
    grid-row: 3/span 1;
  }
  .c-offre-text-img__description p {
    text-align: center;
  }
  .c-offre-text-img__text {
    grid-column: 1/span 14;
    grid-row: 4/span 1;
    max-height: 0;
    transition: 0.3s;
    padding: 0 20px;
    overflow: hidden;
  }
  .c-offre-text-img__text p {
    color: #000;
  }
  .c-offre-text-img__text p a {
    text-align: center;
    width: 100%;
    display: block;
  }
  .c-offre-text-img__text.is-opened {
    max-height: 700px;
    padding: 20px 20px 0;
    transition: 0.3s;
  }
  .c-offre-text-img__toggle {
    grid-column: 1/span 14;
    grid-row: 5/span 1;
    background: #f2f2f2;
    padding: 15px;
    text-align: center;
  }
  .c-offre-text-img__toggle a,
  .c-offre-text-img__toggle a:hover,
  .c-offre-text-img__toggle a:focus {
    color: #000;
    font-size: 13px;
    font-weight: 900;
  }
}

/* OFFRE SINGLE DOOBLE
 ************************************************************/
.c-offre-dooble__image-bloc h1, .c-offre-dooble__image-bloc h2 {
  color: #2a2a2a;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-bottom: 1.2em;
  text-transform: none;
}
.c-offre-dooble__image-bloc p a.btn, .c-offre-dooble__image-bloc p .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container .c-offre-dooble__image-bloc p a.asl-item-cta, .c-offre-dooble__image-bloc p li.is-mega-menu .cta a, li.is-mega-menu .cta .c-offre-dooble__image-bloc p a {
  color: #fff;
  margin-top: 1.5em;
  padding: 0.7em 1.4em;
  margin-right: 1em;
}
.c-offre-dooble__image-bloc p a.btn:hover, .c-offre-dooble__image-bloc p .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta:hover, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container .c-offre-dooble__image-bloc p a.asl-item-cta:hover, .c-offre-dooble__image-bloc p li.is-mega-menu .cta a:hover, li.is-mega-menu .cta .c-offre-dooble__image-bloc p a:hover {
  color: #000;
}
.c-offre-dooble__image-bloc p a.btn img, .c-offre-dooble__image-bloc p .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta img, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container .c-offre-dooble__image-bloc p a.asl-item-cta img, .c-offre-dooble__image-bloc p li.is-mega-menu .cta a img, li.is-mega-menu .cta .c-offre-dooble__image-bloc p a img {
  vertical-align: middle;
  margin-left: 10px;
  max-height: 20px;
}
@media screen and (max-width: 439px) {
  .c-offre-dooble__image-bloc p a.btn, .c-offre-dooble__image-bloc p .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container .c-offre-dooble__image-bloc p a.asl-item-cta, .c-offre-dooble__image-bloc p li.is-mega-menu .cta a, li.is-mega-menu .cta .c-offre-dooble__image-bloc p a {
    width: 100%;
    text-align: center;
  }
}
.c-offre-dooble__image-bloc p {
  color: #000;
}
.c-offre-dooble p a {
  color: unset;
}

.c-offre-dooble-text-img {
  grid-template-rows: auto auto;
}
.c-offre-dooble-text-img__bg {
  grid-column: 2/span 12;
  grid-row: 1/span 2;
  background: #f2f2f2;
}
.c-offre-dooble-text-img__img {
  grid-column: 2/span 6;
  grid-row: 2/span 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.c-offre-dooble-text-img__img img {
  object-fit: cover;
  width: 100%;
  min-height: 100%;
}
.c-offre-dooble-text-img__title {
  grid-column: 2/span 8;
  grid-row: 1/span 1;
  position: relative;
  display: flex;
  align-items: center;
  background: #000;
  padding: 20px 30px;
  z-index: 2;
}
.c-offre-dooble-text-img__title h2 {
  color: #fff;
  font-weight: 900;
  font-size: 30px;
  font-size: clamp(16px, 2vw, 30px);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}
.c-offre-dooble-text-img__title p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
  margin-left: 10px;
  max-width: 220px;
}
.c-offre-dooble-text-img__text {
  grid-column: 8/span 6;
  grid-row: 2/span 2;
  padding: 3vw;
}
.c-offre-dooble-text-img__text p {
  color: #000;
}
.c-offre-dooble-text-img__text p a {
  color: #9da3d2;
}
@media screen and (min-width: 768px) {
  .c-offre-dooble-text-img.even .c-offre-dooble-text-img__img {
    grid-column: 8/span 6;
    grid-row: 2/span 1;
  }
  .c-offre-dooble-text-img.even .c-offre-dooble-text-img__title {
    grid-column: 6/span 8;
    grid-row: 1/span 1;
  }
  .c-offre-dooble-text-img.even .c-offre-dooble-text-img__text {
    grid-column: 2/span 6;
    grid-row: 2/span 1;
  }
}
@media screen and (max-width: 767px) {
  .c-offre-dooble-text-img__img {
    grid-column: 1/span 14;
    grid-row: 1/span 1;
  }
  .c-offre-dooble-text-img__bg {
    grid-column: 1/span 14;
    grid-row: 1/span 3;
    background: #f2f2f2;
  }
  .c-offre-dooble-text-img__title {
    grid-column: 1/span 14;
    grid-row: 2/span 1;
  }
  .c-offre-dooble-text-img__title h2 {
    min-width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
  .c-offre-dooble-text-img__text {
    grid-column: 1/span 14;
    grid-row: 3/span 1;
  }
}

.c-offre-single__text-block p a.btn, .c-offre-single__text-block p .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container .c-offre-single__text-block p a.asl-item-cta, .c-offre-single__text-block p li.is-mega-menu .cta a, li.is-mega-menu .cta .c-offre-single__text-block p a {
  color: #fff;
  margin-top: 1.5em;
}
.c-offre-single__text-block p a.btn:hover, .c-offre-single__text-block p .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta:hover, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container .c-offre-single__text-block p a.asl-item-cta:hover, .c-offre-single__text-block p li.is-mega-menu .cta a:hover, li.is-mega-menu .cta .c-offre-single__text-block p a:hover {
  color: #000;
}

.c-offre-terms__tab h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.c-offre-terms__tab h3:after {
  top: 10px;
}

/************************************************************
 * MAGAZINE OH!
 ************************************************************/
.c-magoh-filter__wrapper {
  -webkit-box-shadow: 0 2px 4px 0 rgba(201, 201, 201, 0.5);
  box-shadow: 0 2px 4px 0 rgba(201, 201, 201, 0.5);
}
.c-magoh-filter__tab {
  position: relative;
  cursor: pointer;
  padding: 30px 0;
}
.c-magoh-filter__tab:after {
  position: absolute;
  content: "";
  top: 35px;
  right: 25px;
  height: 24px;
  width: 15px;
  background-image: url("img/right-chevron.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.2s 0.2s ease-in;
  transition: 0.2s 0.2s ease-in;
}
.c-magoh-filter__tab.is-opened:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.c-magoh-filter__tab-title {
  z-index: -1;
}
.c-magoh-filter__tab-content {
  display: none;
}

.c-magoh-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-magoh-block__img {
  max-width: 150px;
}
.c-magoh-block__text-block {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  max-width: 580px;
}
.c-magoh-block__date p, .c-magoh-single__date p {
  font-size: 0.85em;
  line-height: 1.3em;
  font-weight: 500;
  color: #9da3d2;
  margin-bottom: 0.5em;
  text-transform: capitalize;
}
.c-magoh-block__title h3 {
  font-size: 1.15em;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}
.c-magoh-block__more {
  margin: auto 0 1em;
}
.c-magoh-block__more a {
  color: #787878;
  text-transform: uppercase;
  border-bottom: 1px solid #2a2a2a;
}
@media screen and (max-width: 767px) {
  .c-magoh-block__more {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-magoh-pagination--desktop {
    display: none;
  }
}
.c-magoh-pagination--mobile {
  display: block;
  max-width: 200px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-magoh-pagination--mobile {
    display: none;
  }
}

/* Magazine OH! single
  ************************************************************/
.c-magoh-single__header {
  overflow-x: hidden;
}
.c-magoh-single__header-flex-row > .col:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
.c-magoh-single__header-flex-row > .col:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  -ms-flex: 1 1;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .c-magoh-single__header-flex-row > .col:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .c-magoh-single__header-flex-row > .col:nth-of-type(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    -ms-flex: 1 1;
  }
}
.c-magoh-single__header-img {
  background-color: #999;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  border-radius: 50%;
  width: 100%;
  padding-bottom: 100%;
  margin-top: -35%;
  margin-bottom: 10px;
  min-width: 250px;
  min-height: 250px;
  -webkit-box-shadow: 2px 6px 8px 0 rgba(114, 114, 114, 0.5);
  box-shadow: 2px 6px 8px 0 rgba(114, 114, 114, 0.5);
}
.c-magoh-single__title-col {
  display: -ms-flex;
  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;
}
.c-magoh-single__title-container p {
  color: #2a2a2a;
}
@media screen and (max-width: 767px) {
  .c-magoh-single__title-container p {
    font-size: 1.15em;
  }
}
.c-magoh-single__intro p {
  font-size: 1.15em;
  font-weight: 500;
  color: #000;
}
.c-magoh-single__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-magoh-single__img-main {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-left: inherit;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.c-magoh-single__img-main img {
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-magoh-single__img-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    margin-left: -5%;
    -webkit-box-ordinal-group: inherit;
    -ms-flex-order: inherit;
    order: inherit;
  }
}
@media screen and (min-width: 1342px) {
  .c-magoh-single__img-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    margin-left: -145px;
    -webkit-box-ordinal-group: inherit;
    -ms-flex-order: inherit;
    order: inherit;
  }
}
.c-magoh-single__content-text {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.c-magoh-single__content-text h2 {
  font-size: 1.15em;
  font-weight: 600;
  color: #9da3d2;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.c-magoh-single__content-text h2:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-magoh-single__content-text {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}
@media screen and (min-width: 1342px) {
  .c-magoh-single__content-text {
    -ms-flex-preferred-size: calc(55% + 145px);
    flex-basis: calc(55% + 145px);
  }
}
@media screen and (max-width: 767px) {
  .c-magoh-single .entry-content {
    margin-top: -20px;
  }
}
.c-magoh-single__related-posts .c-magoh-block__date, .c-magoh-single__related-posts .c-magoh-single__date {
  margin-bottom: 0.8em;
}
.c-magoh-single__related-posts .c-magoh-block__title h3 {
  font-size: 1em;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .c-magoh-single__related-posts .c-magoh-block__more {
    display: none;
  }
}

/************************************************************
 * STORE LOCATOR PAGE
 ************************************************************/
.c-store-locator__header {
  overflow-x: hidden;
}
.c-store-locator__header-flex-row > .col:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.c-store-locator__header-flex-row > .col:nth-of-type(2) {
  -webkit-box-flex: 0;
  flex: 0 1 100%;
  -ms-flex: 1 1;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .c-store-locator__header-flex-row > .col:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    padding-right: 10%;
  }
  .c-store-locator__header-flex-row > .col:nth-of-type(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    -ms-flex: 1 1;
    padding: 0;
  }
}
.c-store-locator__header-img {
  background-color: #999;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  border-radius: 50%;
  width: 100%;
  padding-bottom: 100%;
  margin-top: -40%;
  margin-bottom: 10px;
  min-width: 250px;
  min-height: 250px;
  -webkit-box-shadow: 2px 6px 8px 0 rgba(114, 114, 114, 0.5);
  box-shadow: 2px 6px 8px 0 rgba(114, 114, 114, 0.5);
}
@media screen and (max-width: 767px) {
  .c-store-locator__header-img {
    width: 110%;
    margin-left: -10%;
  }
}
.c-store-locator__title-col {
  display: -ms-flex;
  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;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c-store-locator__title-col {
    text-align: left;
    padding: 0;
  }
}
.c-store-locator__page-subtitle {
  font-size: 1em;
  color: #999;
}
@media screen and (min-width: 768px) {
  .c-store-locator__page-subtitle {
    font-size: 1.5em;
  }
}
.c-store-locator__tab {
  position: relative;
}
.c-store-locator .magasin-store .item-magasin {
  min-height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(70%);
}
@media screen and (max-width: 768px) {
  .c-store-locator .magasin-store .item-magasin {
    min-height: 300px;
    width: auto;
  }
}
.c-store-locator .magasin-store .item-magasin:hover {
  background-color: #9da3d2 !important;
  background-image: none !important;
  opacity: 1;
  filter: grayscale(0%);
}
.c-store-locator .magasin-store .item-magasin .titre-magasin {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

/************************************************************
 * SERVICES ET GARANTIES PAGE
 ************************************************************/
.c-garanties__icon {
  position: relative;
  height: 90px;
}
.c-garanties__icon img {
  position: absolute;
  max-width: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-garanties__icon svg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-garanties__icon .icon-border-svg {
  stroke-dasharray: 1000;
  stroke-dashoffset: 2000;
  fill: transparent;
  stroke: #fab900;
}
.c-garanties__desc {
  text-align: center;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(1, 0.28, 0.63, 0.91);
  transition: 0.3s cubic-bezier(1, 0.28, 0.63, 0.91);
}
.c-garanties__desc p {
  color: #787878;
}
.c-garanties:hover {
  height: 100%;
}
.c-garanties:hover .c-garanties__desc {
  max-height: 400px;
  margin-top: 20px;
  opacity: 1;
  -webkit-transition: max-height 0.3s 0.4s cubic-bezier(1, 0.28, 0.63, 0.91), opacity 0.3s 0.6s, margin-top 0.2s 0.4s;
  transition: max-height 0.3s 0.4s cubic-bezier(1, 0.28, 0.63, 0.91), opacity 0.3s 0.6s, margin-top 0.2s 0.4s;
}
.c-garanties:hover .c-garanties__title {
  padding-left: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.c-services-item {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 80px;
  min-height: 80px;
  background-color: #f2f2f2;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(1, 0.28, 0.63, 0.91);
  transition: 0.3s cubic-bezier(1, 0.28, 0.63, 0.91);
}
.c-services-item__icon {
  min-width: 60px;
  max-width: 60px;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-services-item__icon img {
  max-height: 33px;
}
.c-services-item__title {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-services-item__title h3 {
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.c-services-item__desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(1, 0.28, 0.63, 0.91);
  transition: 0.3s cubic-bezier(1, 0.28, 0.63, 0.91);
}
.c-services-item:hover {
  height: 100%;
}
@media screen and (min-width: 992px) {
  .c-services-item:hover {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
.c-services-item:hover .c-services-item__desc {
  max-height: 300px;
  margin-top: 20px;
  opacity: 1;
  -webkit-transition: max-height 0.3s 0.4s cubic-bezier(1, 0.28, 0.63, 0.91), opacity 0.3s 0.6s, margin-top 0.2s 0.4s;
  transition: max-height 0.3s 0.4s cubic-bezier(1, 0.28, 0.63, 0.91), opacity 0.3s 0.6s, margin-top 0.2s 0.4s;
}
.c-services-item:hover .c-services-item__title {
  padding-left: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.c-services-item-box {
  display: -ms-flex;
  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;
  height: 130px;
  min-height: 130px;
  border: 1px solid #000;
  padding: 10px;
  -webkit-transition: 0.3s cubic-bezier(1, 0.28, 0.63, 0.91);
  transition: 0.3s cubic-bezier(1, 0.28, 0.63, 0.91);
}
.c-services-item-box__icon {
  min-width: 80px;
  text-align: center;
  margin-bottom: 15px;
}
.c-services-item-box__icon img {
  max-height: 33px;
}
.c-services-item-box__title {
  box-sizing: border-box;
  max-width: 100%;
}
.c-services-item-box__title h3 {
  font-size: 1.15em;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.c-services-item-box__desc {
  box-sizing: border-box;
  max-width: 100%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(1, 0.28, 0.63, 0.91);
  transition: 0.3s cubic-bezier(1, 0.28, 0.63, 0.91);
}
.c-services-item-box:hover {
  height: 100%;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.c-services-item-box:hover .c-services-item-box__desc {
  max-height: 500px;
  margin-top: 20px;
  opacity: 1;
  -webkit-transition: max-height 0.3s 0.4s cubic-bezier(1, 0.28, 0.63, 0.91), opacity 0.3s 0.6s, margin-top 0.2s;
  transition: max-height 0.3s 0.4s cubic-bezier(1, 0.28, 0.63, 0.91), opacity 0.3s 0.6s, margin-top 0.2s;
}

/************************************************************
 * NOTRE ENSEIGNE PAGE
 ************************************************************/
.c-company-item {
  display: -ms-flex;
  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;
  height: 170px;
  min-height: 170px;
  border: 1px solid #000;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  -webkit-transition: 0.3s cubic-bezier(1, 0.28, 0.63, 0.91);
  transition: 0.3s cubic-bezier(1, 0.28, 0.63, 0.91);
}
.c-company-item__title h3 {
  font-size: 1.15em;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.c-company-item__desc p {
  font-size: 1em;
  line-height: 1.8;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .c-company-link {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 20px;
  }
}
.c-company-link__item {
  border-right: 1px solid #000;
  min-width: 230px;
}
.c-company-link__more {
  position: relative;
  display: block;
  min-height: 10px;
  margin: auto 0 0;
}
.c-company-link__more:after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  right: 0;
  background-image: url("img/right-arrow-yellow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-company-link a:hover ~ .c-company-link__more,
.c-company-link a.c-company-link__more:hover {
  -webkit-animation: translateY 0.5s forwards;
  animation: translateY 0.5s forwards;
}

/************************************************************
 * NEW ENGAGEMENT PAGE
 ************************************************************/
.c-new-engagement.container, .c-new-engagement.container-narrow, .c-new-engagement.container-narrower {
  max-width: 710px;
}
@media screen and (max-width: 439px) {
  .c-new-engagement.container, .c-new-engagement.container-narrow, .c-new-engagement.container-narrower {
    margin-left: 0;
  }
}
.c-new-engagement .title__small-upper, .c-new-engagement .title__menu--sub > a {
  font-size: 25px;
  margin-bottom: 1em;
}
@media screen and (max-width: 439px) {
  .c-new-engagement .title__small-upper, .c-new-engagement .title__menu--sub > a {
    font-size: 16px;
  }
}
.c-new-engagement .owl-carousel .owl-prev {
  display: none;
}
.c-new-engagement .owl-carousel .owl-next {
  right: 0;
}
@media screen and (max-width: 439px) {
  .c-new-engagement .owl-carousel .owl-next {
    bottom: 65px;
  }
}

.c-new-engagement-item {
  padding: 0 30px;
}
@media screen and (max-width: 439px) {
  .c-new-engagement-item {
    padding: 0 30px 0 0;
  }
}
.c-new-engagement-item .title__smaller, .c-new-engagement-item .title__smaller-bold, .c-new-engagement-item .title__smaller-upper, .c-new-engagement-item .title__menu--top > a {
  font-size: 16px;
  font-weight: 700;
}
.c-new-engagement-item__image {
  padding-bottom: 38%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c-new-engagement-item__content {
  padding: 30px;
  padding: clamp(15px, 2vw, 30px);
  background-color: #f2f2f2;
}
.c-new-engagement-item__cta {
  text-align: right;
  transform: translateY(-10px);
}
.c-new-engagement-item__cta a {
  margin-right: -28px;
  padding: 0.5em;
  background: #000;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  transition: 0.3s;
}
.c-new-engagement-item__cta a:hover, .c-new-engagement-item__cta a:focus {
  background: #9da3d2;
  color: #fff;
  transition: 0.3s;
}
.c-new-engagement-item__cta a:visited {
  color: #fff;
}
@media screen and (max-width: 439px) {
  .c-new-engagement-item__cta a {
    font-size: 13px;
  }
}

/************************************************************
  * NOTRE ENGAGEMENT PAGE
  ************************************************************/
.c-engagement-intro__img {
  max-width: 100%;
  width: 450px;
  display: block;
  margin: auto;
}
.c-engagement-intro .btn, .c-engagement-intro .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container .c-engagement-intro a.asl-item-cta, .c-engagement-intro .c-home-search__form input[type=submit], .c-home-search__form .c-engagement-intro input[type=submit], .c-engagement-intro li.is-mega-menu .cta a, li.is-mega-menu .cta .c-engagement-intro a {
  max-width: 90vw;
  white-space: normal;
}

.c-engagement-grid {
  display: block;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .c-engagement-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 930px 1fr;
    -ms-grid-columns: 1fr 930px 1fr;
    width: 100%;
  }
}

.c-engagement-cell__img, .c-engagement-cell__img--right, .c-engagement-cell__img--left {
  display: none;
  min-width: 0px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .c-engagement-cell__img, .c-engagement-cell__img--right, .c-engagement-cell__img--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-engagement-cell__img--left {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c-engagement-cell__img--right {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-engagement__item {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 15px 0;
  text-align: right;
}
.c-engagement__item:not(:last-of-type) {
  border-right: 1px solid #2a2a2a;
}
.c-engagement__item a:hover ~ .c-engagement__more,
.c-engagement__item a.c-engagement__more:hover {
  -webkit-animation: translateY 0.5s forwards;
  animation: translateY 0.5s forwards;
}
.c-engagement__img {
  position: relative;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  background-size: 250px auto;
  background-position: right center;
  background-repeat: no-repeat;
  border-radius: 50%;
  height: 250px;
  width: 250px;
  margin: auto;
  min-width: 250px;
  -webkit-box-shadow: 2px 6px 8px 0 rgba(114, 114, 114, 0.5);
  box-shadow: 2px 6px 8px 0 rgba(114, 114, 114, 0.5);
}
.c-engagement__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.c-engagement__more {
  position: relative;
  display: block;
  min-height: 10px;
  margin: auto 0 0;
}
.c-engagement__more:after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  right: 0;
  background-image: url("img/right-arrow-yellow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 460px) {
  .c-engagement-section .flex-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .c-engagement-section .col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 250px;
  }
}
/************************************************************
 * SUMMAE PAGE
 ************************************************************/
.c-summae-header__wrapper {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 27.0833333333vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .c-summae-header__wrapper {
    margin-top: 45px;
  }
}
.c-summae-header__title-container {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 90%;
  max-width: 1220px;
  margin: 0 auto;
}
.c-summae-header__title-container p {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-summae-header__title-container {
    margin: 0 auto 40px;
  }
}
.c-summae-header__title-img {
  max-width: 260px;
  margin-left: 40px;
}

.c-summae-gallery__grid {
  display: block;
}
@media screen and (min-width: 440px) {
  .c-summae-gallery__grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(10, 1fr);
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    max-height: 100.8064516129vw;
  }
}
@media screen and (min-width: 992px) {
  .c-summae-gallery__grid {
    max-height: 63.9344262295vw;
  }
}
@media screen and (min-width: 440px) {
  .c-summae-gallery__item {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    background-color: #333;
  }
  .c-summae-gallery__item a {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-summae-gallery__img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.2s cubic-bezier(1, 0.28, 0.63, 0.91) !important;
}
.c-summae-gallery__img:hover {
  transform: scale(1.04);
  transition: 0.3s cubic-bezier(0.77, 0, 0.18, 1);
}

@media screen and (max-width: 800px) {
  .page-template-page-rayban .c-summae-header__wrapper {
    margin-top: 45px;
    height: 26.2295081967vw;
  }
}

/************************************************************
 * KUMQUAT PAGE
 ************************************************************/
.c-kumquat-header__wrapper {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 26.0416666667vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (max-width: 800px) {
  .c-kumquat-header__wrapper {
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .c-kumquat-intro__cta {
    text-align: center;
  }
}

.c-kumquat-gallery__grid {
  display: block;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(6, 1fr);
  -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (min-width: 440px) {
  .c-kumquat-gallery__item {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    background-color: #333;
  }
  .c-kumquat-gallery__item a {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-kumquat-gallery__img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.2s cubic-bezier(1, 0.28, 0.63, 0.91) !important;
}
.c-kumquat-gallery__img:hover {
  transform: scale(1.04);
  transition: 0.3s cubic-bezier(0.77, 0, 0.18, 1);
}

.c-kumquat-catalogue .tab-toggle-sm-only {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-kumquat-catalogue .tab-toggle-sm-only {
    padding-right: 40px;
  }
  .c-kumquat-catalogue .tab-toggle-sm-only h2.title__page-section-small--semi-bold-upper {
    font-size: 17px;
    text-align: left !important;
  }
  .c-kumquat-catalogue .tab-toggle-sm-only:after {
    position: absolute;
    content: "";
    top: 0.3em;
    right: 0;
    height: 24px;
    width: 15px;
    background-image: url(img/right-chevron.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.2s 0.2s ease-in;
    transition: 0.2s 0.2s ease-in;
  }
  .c-kumquat-catalogue .tab-toggle-sm-only.is-opened {
    font-weight: 700;
    letter-spacing: 0;
  }
  .c-kumquat-catalogue .tab-toggle-sm-only.is-opened:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
}

@media screen and (max-width: 800px) {
  .page-template-page-rayban .c-kumquat-header__wrapper {
    margin-top: 45px;
    height: 26.2295081967vw;
  }
}

/************************************************************
 * COLLECTION PAGE (FOR SUMMAE / RAYBAM / PRUDENSEE
 ************************************************************/
.c-collection-header__wrapper {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 32.7868852459vw;
  max-height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-collection-header__wrapper {
    height: 66.6666666667vw;
  }
}

.c-collection__text h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 0.6em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .c-collection__text {
    text-align: center;
  }
}
.c-collection__video {
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-collection__video {
    width: 112%;
    margin-left: -6%;
    margin-right: -6%;
  }
}
.c-collection__video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.c-collection__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .c-collection-col__image {
    padding: 30px 20px;
    width: 112%;
    margin-left: -6%;
    margin-right: -6%;
  }
}
@media screen and (max-width: 767px) {
  .c-collection-col__mobile-push {
    order: 2;
  }
}

/************************************************************
 * ANNIVERSARY PAGE
 ************************************************************/
.c-anniversary-header__wrapper {
  padding-bottom: 35%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  .c-anniversary-header__wrapper {
    margin-top: 13%;
  }
}

.c-anniversary-main {
  overflow: hidden;
}
.c-anniversary-main__title {
  font-size: 30px;
  color: #999;
  font-weight: 400;
}
.c-anniversary-main__title strong {
  color: #000;
}
.c-anniversary-main__texte-container {
  display: -ms-flex;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-anniversary-main__texte-container p {
  color: #aeaeae;
}
.c-anniversary-main__img-container {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}
.c-anniversary-main__img-background {
  background-color: #FCD8DB;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.c-anniversary-main__img-background img {
  margin-top: -85px;
  max-width: 430px;
  width: 35vw;
}

.c-anniversary-terms__tab {
  display: block;
  position: relative;
  height: 50px;
  width: 380px;
  margin: auto;
  padding-right: 55px;
  padding-left: 5px;
  line-height: 50px;
  color: #b74e00;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  background-color: #ffd000;
}
.c-anniversary-terms__tab:after {
  position: absolute;
  content: "";
  font-size: 20px;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  background-color: #b74e00;
  background-image: url("img/caret-down.png");
  background-size: 30px;
  background-position: center 5px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-anniversary-terms__tab {
    height: auto;
    width: 90vw;
    margin: auto;
    font-size: 12px;
  }
}

.btn-anniversary {
  display: block;
  position: relative;
  background-color: #ffd000;
  color: #b74e00;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding: 1em 40px 1em 1em;
  margin-bottom: 10px;
}
.btn-anniversary:after {
  position: absolute;
  content: "";
  top: 16px;
  right: 20px;
  width: 20px;
  height: 28px;
  background-image: url("img/caret-right.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.btn-anniversary:visited {
  color: #b74e00;
}
.btn-anniversary:hover {
  color: #ff7e1e;
}

.btn-anniversary--big {
  padding: 0;
  margin-right: -12%;
}
.c-concours-terms__tab {
  display: block;
  position: relative;
  height: 50px;
  width: 380px;
  margin: auto;
  padding-right: 55px;
  padding-left: 5px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  background-color: #000;
}
.c-concours-terms__tab:after {
  position: absolute;
  content: "";
  font-size: 20px;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  background-color: #000;
  background-image: url("img/caret-down.png");
  background-size: 30px;
  background-position: center 5px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-concours-terms__tab {
    height: auto;
    width: 90vw;
    margin: auto;
    font-size: 12px;
  }
}

/************************************************************
 * CONTACT PAGE
 ************************************************************/
.title_section_essayage_virtuel {
  height: 300px;
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  .title_section_essayage_virtuel {
    margin-bottom: 0px;
  }
}
.title_section_essayage_virtuel .img_essayage_bandeau {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 500px) {
  .title_section_essayage_virtuel .img_essayage_bandeau {
    background-size: cover;
  }
}
.title_section_essayage_virtuel .title_essayage_virtuel {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #2a2a2a;
  margin-top: 120px;
}
.title_section_essayage_virtuel .title_essayage_virtuel span {
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .title_section_essayage_virtuel .title_essayage_virtuel {
    padding-left: 100px !important;
    padding-right: 100px !important;
    text-align: center;
    margin-top: 20px;
  }
}

.c-contact__header {
  overflow-x: hidden;
}
.c-contact__header-flex-row > .col:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.c-contact__header-flex-row > .col:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -ms-flex: 1 1;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-contact__header-flex-row > .col:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .c-contact__header-flex-row > .col:nth-of-type(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    -ms-flex: 1 1;
    text-align: left;
  }
}
.c-contact__header-img {
  background-color: #999;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  border-radius: 50%;
  width: 100%;
  padding-bottom: 100%;
  margin-top: -35%;
  margin-bottom: 10px;
  margin-left: -10%;
  min-width: 250px;
  min-height: 250px;
  -webkit-box-shadow: 2px 6px 8px 0 rgba(114, 114, 114, 0.5);
  box-shadow: 2px 6px 8px 0 rgba(114, 114, 114, 0.5);
}
@media screen and (min-width: 992px) {
  .c-contact__header-img {
    margin-left: -20%;
  }
}
.c-contact__title-container {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .c-contact__title-container h1 strong {
    display: block;
  }
}

.c-contact-item__text p {
  color: #000;
}
.c-contact-item__text a {
  color: #000;
}
.c-contact-item__text a:hover, .c-contact-item__text a:focus, .c-contact-item__text a:visited {
  color: #9da3d2;
}

.c-contact-form input:-moz-placeholder,
.c-contact-form textarea:-moz-placeholder, .c-contact-form input:-ms-input-placeholder,
.c-contact-form textarea:-ms-input-placeholder, .c-contact-form input::-moz-placeholder,
.c-contact-form textarea::-moz-placeholder, .c-contact-form input::-webkit-input-placeholder,
.c-contact-form textarea::-webkit-input-placeholder, .c-contact-form input,
.c-contact-form textarea {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.42;
  letter-spacing: 0.5px;
  color: #2a2a2a;
}

.c-contact-form__title {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.18;
  letter-spacing: 0.7px;
  color: black;
  text-transform: uppercase;
}
.c-contact-form input,
.c-contact-form textarea {
  border-radius: 0px;
}
.c-contact-form input::-webkit-input-placeholder,
.c-contact-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
}
.c-contact-form input::-moz-placeholder,
.c-contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
}
.c-contact-form input[type=file] {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.6px;
  padding-left: 90px;
  color: #787878;
  border-width: 0px;
}
.c-contact-form__upload-field {
  position: relative;
}
.c-contact-form__upload-field :before {
  content: "Joindre un document";
  position: absolute;
  left: 0;
  padding: 5px;
  background: #000;
  color: #fff;
  width: 170px;
  text-align: center;
  border-radius: 0px;
  outline: 20px solid #fff;
  cursor: pointer;
  z-index: 1000;
}
.c-contact-form input[type=submit] {
  border-color: #9da3d2;
  background-color: #9da3d2;
  color: #fff;
  padding: 0.6em 4em;
  font-weight: 400;
  font-size: 12px;
}
.c-contact-form input[type=submit]:visited {
  color: #fff;
}
.c-contact-form input[type=submit]:focus, .c-contact-form input[type=submit]:hover {
  border-color: #7a82c2;
  background-color: #7a82c2;
  color: #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-contact-form__object-field, .c-contact-form__upload-field {
  max-width: 320px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .c-contact-form__upload-field :before {
    width: 175px;
  }
}
@-moz-document url-prefix() {
  .c-contact-form__upload-field :before {
    width: 150px !important;
  }
}
.input_form_contact input,
.input_form_contact textarea {
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.42;
  letter-spacing: 0.5px;
  color: #2a2a2a;
}
.input_form_contact .textarea {
  width: 95%;
}
.input_form_contact input[type=file] {
  font-size: 12px;
  letter-spacing: 0.6px;
  text-align: center;
  color: #fff;
  background-color: #000;
}
.input_form_contact input[type=submit] {
  float: right;
  margin-right: 20%;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #9da3d2;
}

/************************************************************
 * SEARCH RESULTS
 ************************************************************/
/* Header
  ************************************************************/
.c-search-result__header {
  overflow-x: hidden;
}
.c-search-result__header-flex-row > .col:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
}
.c-search-result__header-flex-row > .col:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  max-width: 40%;
}
@media screen and (min-width: 768px) {
  .c-search-result__header-flex-row > .col:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .c-search-result__header-flex-row > .col:nth-of-type(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    -ms-flex: 1 1;
  }
}
.c-search-result__header-img {
  background-color: #999;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 100%;
  padding-bottom: 100%;
  margin-top: -35%;
  margin-bottom: 10px;
  min-width: 250px;
  min-height: 250px;
  -webkit-box-shadow: 2px 6px 8px 0 rgba(114, 114, 114, 0.5);
  box-shadow: 2px 6px 8px 0 rgba(114, 114, 114, 0.5);
}
.c-search-result__title-col {
  display: -ms-flex;
  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;
}
.c-search-result__title-container h1 {
  margin-top: 0;
}
.c-search-result__subtitle {
  padding: 15px;
  background-color: #f2f2f2;
}
.c-search-result__subtitle p {
  font-size: 18px;
  margin-bottom: 0;
}

.c-search-result-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-search-result-block__img {
  max-width: 150px;
}
.c-search-result-block__text-block {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  max-width: 580px;
}
.c-search-result-block__date p {
  font-size: 0.85em;
  line-height: 1.3em;
  font-weight: 500;
  color: #9da3d2;
  margin-bottom: 0.5em;
  text-transform: capitalize;
}
.c-search-result-block__title h3 {
  font-size: 1.15em;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}
.c-search-result-block__more {
  margin: auto 0 1em;
}
.c-search-result-block__more a {
  color: #787878;
  text-transform: uppercase;
  border-bottom: 1px solid #2a2a2a;
}
@media screen and (max-width: 767px) {
  .c-search-result-block__more {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-search-result-pagination--desktop {
    display: none;
  }
}
.c-search-result-pagination--mobile {
  display: block;
  max-width: 200px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-search-result-pagination--mobile {
    display: none;
  }
}

/************************************************************
 * VARILUX
 ************************************************************/
.c-varilux__header-row {
  margin-top: 50px;
}
.c-varilux__header-row > .col {
  flex: 1 0 100%;
  order: 1;
}
.c-varilux__header-row > .col:nth-child(2) {
  order: 0;
}
@media screen and (min-width: 768px) {
  .c-varilux__header-row {
    margin-top: 0;
  }
  .c-varilux__header-row > .col {
    flex: 1 0 50%;
    order: 0;
  }
  .c-varilux__header-row > .col:nth-child(2) {
    order: 1;
  }
  .c-varilux__header-row > .col:nth-child(2) img {
    width: 110%;
    max-width: 110%;
  }
}
.c-varilux__header-title-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-varilux__figure-bloc .wp-block-column {
  padding: 45px 10%;
}
.c-varilux__figure-bloc .wp-block-column p {
  margin-bottom: 0;
  color: #000;
}

/************************************************************
 * NOS auditionS
 ************************************************************/
.c-audition-block__excerpt, .c-audition-block__title-img {
  float: left;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .c-audition-block__excerpt, .c-audition-block__title-img {
    padding: 0 0.6vw;
  }
}
@media screen and (min-width: 1342px) {
  .c-audition-block__excerpt, .c-audition-block__title-img {
    padding: 0 15px;
  }
}

@media screen and (max-width: 640px), screen and (max-width: 768px) and (orientation: landscape) {
  .c-audition-header .c-page-header__image {
    height: 0px;
  }
  .c-audition-header .c-page-header__title-container {
    padding-top: 50px;
  }
  .c-audition-header .title__page, .c-audition-header .title__page--upper, .c-audition-header .title__page--primary {
    margin-bottom: 0.2em;
  }
}
.c-audition-block {
  overflow: hidden;
  clear: both;
}
.c-audition-block a:focus {
  outline: none;
}
.c-audition-block__img {
  position: relative;
  height: 200px;
  margin-bottom: 20px;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .c-audition-block__img {
    height: 115px;
  }
}
.c-audition-block__title-img {
  position: relative;
  display: none;
  width: 40%;
  margin-top: -50px;
  background: #000;
  min-height: 150px;
  padding: 10px;
}
.c-audition-block__title-img p, .c-audition-block__title-img h2, .c-audition-block__title-img h3 {
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-audition-block__title-img {
    display: block;
  }
}
.c-audition-block__title {
  position: absolute;
  bottom: 0;
  left: 10px;
  display: inline-block;
  background-color: #000;
  padding: 0.6em 1em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .c-audition-block__title {
    display: none;
  }
}
.c-audition-block__excerpt {
  position: relative;
  width: 100%;
  font-size: 12px;
  padding-right: 50px;
  padding-left: 20px;
}
.c-audition-block__excerpt:after {
  position: absolute;
  content: "";
  top: 0;
  right: 10px;
  height: 100%;
  width: 50px;
  background-image: url("img/right-arrow-black.svg");
  background-position: right bottom;
  background-size: auto 20px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-audition-block__excerpt {
    width: 60%;
  }
  .c-audition-block__excerpt:after {
    right: 0;
    background-position: center top;
    background-size: 15px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1342px) {
  .c-audition-block__excerpt {
    padding-right: 5vw;
  }
  .c-audition-block__excerpt:after {
    width: 5vw;
  }
}
.c-audition-block__excerpt p {
  font-size: 1em;
  margin-bottom: 0;
}
.c-audition-block:hover .c-audition-block__excerpt:after {
  -webkit-animation: translateY 0.5s forwards;
  animation: translateY 0.5s forwards;
}

/* audition single
  ************************************************************/
.c-audition-single h3,
.c-audition-single h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.7px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 1.2em;
}
.c-audition-single p a {
  font-weight: 600;
  color: #787878;
}
.c-audition-single p a:hover, .c-audition-single p a:focus, .c-audition-single p a:visited {
  color: #9da3d2;
}
.c-audition-single__intro-col {
  display: -ms-flex;
  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;
}
.c-audition-single__title-container p {
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-audition-single__title-container h1 {
    text-align: center;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-audition-single .c-cta-audition__container {
  text-align: center;
  max-width: 600px;
}
.c-audition-single .c-cta-audition h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  margin: 0 0 1em 0;
}
.c-audition-single__mobile-img {
  margin-left: -20px;
  margin-right: -20px;
  max-width: calc(100% + 40px);
}
@media screen and (min-width: 768px) {
  .c-audition-float .flex-row {
    display: block;
  }
  .c-audition-float .flex-row .col {
    width: 50%;
  }
  .c-audition-float .flex-row > img {
    padding: 0 20px 30px;
  }
  .c-audition-float .c-audition-single__intro-img--float {
    float: right;
    width: 50%;
  }
}
.c-audition-float .flex-row > h2,
.c-audition-float .flex-row > h3,
.c-audition-float .flex-row > h4,
.c-audition-float .flex-row > p {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  .c-audition-single__half-img--left {
    width: 50%;
    float: left;
    padding: 0 20px 30px 0;
  }
  .c-audition-single__half-img--right {
    width: 50%;
    float: right;
    padding: 0 0 30px 20px;
  }
}

.c-audition-terms__tab {
  max-width: 1220px;
  margin: auto;
  padding: 0.8em 1.5em;
  background-color: #f2f2f2;
}
.c-audition-terms__tab h3 {
  font-size: 1.15em;
  font-weight: 500;
  text-transform: none;
  margin: 0;
}
.c-audition-terms__tab-content * {
  color: #999;
}
.c-audition-terms__tab-content li {
  font-size: 1.15em;
}

.c-audition-magasin {
  position: relative;
}
.c-audition-magasin:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #f2f2f2;
  z-index: -1;
}
.c-audition-magasin h3 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.c-audition-related__item {
  margin-bottom: 50px;
}
.c-audition-related__img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 160px;
}
.c-audition-related__title {
  position: absolute;
  bottom: -30px;
  left: 10px;
  display: inline-block;
  width: 80px;
  min-height: 67px;
  background-color: #000;
  padding: 0.6em 1em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 10px;
}
@media screen and (max-width: 460px) {
  .c-audition-related .flex-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .c-audition-related .col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 250px;
  }
}

/************************************************************
 * MAGASIN
 ************************************************************/
.page-magasin-new {
  /* Magasin slider
   ************************************************************/
  /* Magasin details section
  ************************************************************/
  /* Magasin slider (main)
   ************************************************************/
  /* Content tabs
  ************************************************************/
  /* Content styling
   ************************************************************/
  /* Accordion (mobile)
  ************************************************************/
  /* Google review
  ************************************************************/
  /* Offres
   ************************************************************/
  /* Blog
   ************************************************************/
  /* Modal
  ************************************************************/
  /* Sliders
   ************************************************************/
}
.page-magasin-new .magasin-header__grid {
  display: -ms-grid;
  display: grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 5% repeat(12, 7.5%) 5%;
  -ms-grid-columns: 5% 7.5% 7.5% 7.5% 7.5% 7.5% 7.5% 7.5% 7.5% 7.5% 7.5% 7.5% 7.5% 5%;
  width: 100%;
  margin: 0 auto;
  max-width: 1365px;
  max-width: unset;
  border-bottom: 5px solid #fab900;
}
@media screen and (min-width: 1365px) {
  .page-magasin-new .magasin-header__grid {
    grid-template-columns: 1fr repeat(12, 101.6666666667px) 1fr;
    -ms-grid-columns: 1fr 101.6666666667px 101.6666666667px 101.6666666667px 101.6666666667px 101.6666666667px 101.6666666667px 101.6666666667px 101.6666666667px 101.6666666667px 101.6666666667px 101.6666666667px 101.6666666667px 1fr;
  }
}
.page-magasin-new .magasin-header__title {
  position: relative;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: transparent;
  padding: 30px 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .page-magasin-new .magasin-header__title {
    min-height: 300px;
    justify-content: center;
    padding: 30px 30px 30px 0;
  }
}
.page-magasin-new .magasin-header__title h1.title__page, .page-magasin-new .magasin-header__title h1.title__page--upper, .page-magasin-new .magasin-header__title h1.title__page--primary {
  color: #fff;
}
.page-magasin-new .magasin-header__button {
  background-color: #fab900;
  color: #000;
  border: 1px solid #fab900;
  font-weight: bold;
  font-size: 12px;
  transition: 0.3s;
}
.page-magasin-new .magasin-header__button:hover {
  background-color: transparent;
  border: 1px solid #fab900;
  color: #fab900;
  transition: 0.3s;
}
.page-magasin-new .magasin-header__image {
  position: relative;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .page-magasin-new .magasin-header__image {
    height: 255px;
  }
}
.page-magasin-new .magasin-header__image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.7;
}
@media screen and (max-width: 439px) {
  .page-magasin-new .magasin-slider .is-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 440px) {
  .page-magasin-new .magasin-slider .is-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .page-magasin-new .magasin-slider .container, .page-magasin-new .magasin-slider .container-narrow, .page-magasin-new .magasin-slider .container-narrower {
    width: 100%;
  }
}
.page-magasin-new .magasin-details__details {
  position: relative;
  margin: 0 0 30px;
}
.page-magasin-new .magasin-details__details h3 {
  margin-bottom: 1.4em;
}
.page-magasin-new .magasin-details__details p,
.page-magasin-new .magasin-details__details a:not(.btn),
.page-magasin-new .magasin-details__details li {
  color: #787878;
}
@media screen and (max-width: 767px) {
  .page-magasin-new .magasin-details__details {
    padding: 5px;
  }
  .page-magasin-new .magasin-details__details table,
  .page-magasin-new .magasin-details__details p,
  .page-magasin-new .magasin-details__details a,
  .page-magasin-new .magasin-details__details li {
    font-size: 11px;
  }
}
.page-magasin-new .magasin-details__email {
  position: relative;
  padding-left: 1.8em;
}
.page-magasin-new .magasin-details__email:before {
  position: absolute;
  content: " ";
  height: 1.2em;
  width: 1.2em;
  left: 0;
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 3px;
  background-image: url("./img/optic-2000-opticien-bandeau-picto-mail.svg");
}
.page-magasin-new .magasin-details__email p {
  margin-bottom: 1.3em;
}
.page-magasin-new .magasin-details__address {
  position: relative;
  padding-left: 1.8em;
}
.page-magasin-new .magasin-details__address:before {
  position: absolute;
  content: " ";
  height: 1.2em;
  width: 1.2em;
  left: 0;
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 4px;
  background-image: url("./img/optic-2000-opticien-bandeau-picto-adresse.svg");
}
.page-magasin-new .magasin-details__address p {
  margin-bottom: 1.3em;
}
.page-magasin-new .magasin-details__numbers {
  position: relative;
  padding-left: 1.8em;
}
.page-magasin-new .magasin-details__numbers:before {
  position: absolute;
  content: " ";
  height: 1.2em;
  width: 1.2em;
  left: 0;
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 4px;
  background-image: url("./img/optic-2000-opticien-bandeau-picto-tel.svg");
}
.page-magasin-new .magasin-details__numbers p {
  line-height: 2em;
  margin-bottom: 0.3em;
}
.page-magasin-new .magasin-details__opening-hours {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .page-magasin-new .magasin-details__opening-hours {
    padding: 5px;
  }
  .page-magasin-new .magasin-details__opening-hours .opening-hours__title:lang(de) {
    font-size: 1.2rem;
  }
}
.page-magasin-new .magasin-details__opening-hours table {
  max-width: 290px;
  margin-bottom: 0;
}
.page-magasin-new .magasin-details__opening-hours table tbody tr td {
  line-height: 1.8em;
  font-weight: 400;
  color: #787878;
  font-size: 13px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .page-magasin-new .magasin-details__opening-hours table tbody tr td {
    font-size: 11px;
  }
}
.page-magasin-new .magasin-details__opening-hours table tbody tr td strong {
  padding-right: 0.6em;
  font-size: 13px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-magasin-new .magasin-details__opening-hours table tbody tr td strong {
    font-size: 11px;
  }
}
.page-magasin-new .magasin-details__opening-hours .opening-hours__title {
  position: relative;
  padding-left: 1.8em;
}
.page-magasin-new .magasin-details__opening-hours .opening-hours__title:before {
  position: absolute;
  content: " ";
  height: 1.2em;
  width: 1.2em;
  left: 0;
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./img/optic-2000-opticien-bandeau-picto-horaires.svg");
}
.page-magasin-new .magasin-details__socials {
  padding-left: 1.8em;
}
.page-magasin-new .magasin-details__socials a:focus {
  outline: none;
}
.page-magasin-new .magasin-details__socials a > img {
  width: 20px;
  margin: 20px 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .page-magasin-new .magasin-details__virtual-view {
    text-align: center;
    margin: 0 auto 25px;
  }
}
.page-magasin-new .magasin-details__view360-link a {
  margin: 10px auto;
  width: 100%;
  max-width: 225px;
}
@media screen and (max-width: 439px) {
  .page-magasin-new .magasin-slider > .container, .page-magasin-new .magasin-slider > .container-narrow, .page-magasin-new .magasin-slider > .container-narrower {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-magasin-new .magasin-content__mobile-tab, .page-magasin-new .magasin-content__tabs > li {
  position: relative;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 1 30%;
  padding: 20px;
  margin: 4px;
  min-height: 150px;
  text-align: center;
  background-color: #fff;
  outline: 2px solid #fab900;
  cursor: pointer;
  z-index: 2;
}
.page-magasin-new .magasin-content__mobile-tab .tab-title, .page-magasin-new .magasin-content__tabs > li .tab-title {
  display: block;
  position: relative;
  padding-top: 80px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.page-magasin-new .magasin-content__mobile-tab .tab-title:before, .page-magasin-new .magasin-content__tabs > li .tab-title:before {
  position: absolute;
  content: "";
  top: -10px;
  left: 50%;
  height: 80px;
  width: 80px;
  transform: translateX(-50%);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.page-magasin-new .magasin-content__mobile-tab .tab-title#presentation-tab:before, .page-magasin-new .magasin-content__tabs > li .tab-title#presentation-tab:before {
  background-image: url(img/optic-2000-page-magasin-picto-presentation.svg);
}
.page-magasin-new .magasin-content__mobile-tab .tab-title#magasin-tab:before, .page-magasin-new .magasin-content__tabs > li .tab-title#magasin-tab:before {
  background-image: url(img/optic-2000-page-magasin-picto-equipe.svg);
}
.page-magasin-new .magasin-content__mobile-tab .tab-title#services-tab:before, .page-magasin-new .magasin-content__tabs > li .tab-title#services-tab:before {
  background-image: url(img/optic-2000-page-magasin-picto-services.svg);
}
.page-magasin-new .magasin-content__mobile-tab .tab-title#marques-tab:before, .page-magasin-new .magasin-content__tabs > li .tab-title#marques-tab:before {
  background-image: url(img/optic-2000-page-magasin-picto-marques.svg);
}
.page-magasin-new .current.magasin-content__mobile-tab, .page-magasin-new .magasin-content__tabs > li.current {
  background-color: #fab900;
}
.page-magasin-new .current.magasin-content__mobile-tab h3, .page-magasin-new .magasin-content__tabs > li.current h3 {
  color: #000;
}
.page-magasin-new .current.magasin-content__mobile-tab h3:before, .page-magasin-new .magasin-content__tabs > li.current h3:before {
  filter: invert(0);
}
.page-magasin-new .magasin-content__mobile-tab:hover, .page-magasin-new .magasin-content__tabs > li:hover {
  outline: 4px solid #fab900;
}
.page-magasin-new .magasin-content__mobile-tab:hover .tab-title:before, .page-magasin-new .magasin-content__tabs > li:hover .tab-title:before {
  transform: translate(-50%, -10%);
  transition: 0.3s;
}
.page-magasin-new .magasin-content {
  overflow: hidden;
}
.page-magasin-new .magasin-content__tabs {
  align-items: stretch;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .page-magasin-new .magasin-content__tabs {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-magasin-new .magasin-content__tab-content .title__small-upper, .page-magasin-new .magasin-content__tab-content .title__menu--sub > a {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.page-magasin-new .magasin-content__mobile-tab {
  width: 75%;
  min-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.page-magasin-new .magasin-content__mobile-tab .tab-title {
  font-weight: 400;
}
.page-magasin-new .magasin-content__mobile-tab .tab-title:before {
  position: absolute;
  content: "";
  top: -10px;
  left: 50%;
  height: 80px;
  width: 80px;
  transform: translateX(-50%);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.page-magasin-new .magasin-content__mobile-tab .tab-title.magasin-tab:before {
  background-image: url(img/optic-2000-page-magasin-picto-equipe.svg);
}
.page-magasin-new .magasin-content__mobile-tab .tab-title.services-tab:before {
  background-image: url(img/optic-2000-page-magasin-picto-services.svg);
}
.page-magasin-new .magasin-content__mobile-tab .tab-title.marques-tab:before {
  background-image: url(img/optic-2000-page-magasin-picto-marques.svg);
}
@media screen and (min-width: 768px) {
  .page-magasin-new .magasin-content__mobile-tab {
    display: none;
  }
}
.page-magasin-new .magasin-content .tab-content--mobile {
  position: relative;
  margin-top: -75px;
  padding-top: 145px;
  background-color: #f2f2f2;
}
.page-magasin-new .magasin-content .tab-content--mobile:before {
  position: absolute;
  content: "";
  bottom: -1000px;
  left: 0;
  height: 1000px;
  width: 100%;
  background-color: #f2f2f2;
}
.page-magasin-new .magasin-content .title__small-upper.text--center, .page-magasin-new .magasin-content .title__menu--sub > a.text--center {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-magasin-new .magasin-content .title__small-upper.text--center, .page-magasin-new .magasin-content .title__menu--sub > a.text--center {
    font-size: 17px;
    text-align: left;
    letter-spacing: 0.05em;
  }
}
.page-magasin-new .magasin-intro__container {
  max-width: 1020px;
  margin: auto;
}
.page-magasin-new .magasin-intro__image {
  margin: 0 auto 60px;
  max-width: 800px;
}
.page-magasin-new .magasin-intro p {
  font-size: 13px;
}
.page-magasin-new .magasin-equipe__image {
  margin: 0 auto 30px;
  max-width: 800px;
}
@media screen and (min-width: 768px) {
  .page-magasin-new .magasin-equipe__image {
    margin: 0 auto 60px;
  }
}
.page-magasin-new .magasin-equipe__membre {
  position: relative;
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
  overflow: hidden;
}
.page-magasin-new .magasin-equipe__membre:hover .magasin-equipe__membre-details {
  transform: translateY(0);
  transition: 0.2s ease-in-out;
}
.page-magasin-new .magasin-equipe__row {
  flex-wrap: wrap;
  justify-content: center;
}
.page-magasin-new .magasin-equipe__col {
  flex: 0 1 auto;
  width: 50%;
  max-width: 200px;
  padding: 0 25px;
  margin-bottom: 20px;
}
@media screen and (min-width: 440px) {
  .page-magasin-new .magasin-equipe__col {
    width: 200px;
    max-width: 200px;
    padding: 0 10px;
  }
}
.page-magasin-new .magasin-equipe__membre-image {
  position: relative;
  margin: 0;
  padding-bottom: 100%;
  width: 100%;
  background-color: #ebebeb;
}
.page-magasin-new .magasin-equipe__membre-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-magasin-new .magasin-equipe__membre-details {
  position: absolute;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 60px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 15px 0;
  text-align: center;
  font-size: 12px;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .page-magasin-new .magasin-equipe__membre-details {
    height: auto;
    justify-content: center;
    transform: translateY(100%);
  }
}
.page-magasin-new .magasin-equipe__membre-details h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0.3em;
  color: #fff;
}
.page-magasin-new .magasin-equipe__membre-details h4 strong {
  text-transform: uppercase;
}
.page-magasin-new .magasin-services .services-grid {
  display: block;
  margin-left: -2%;
  margin-right: -2%;
  margin-bottom: -2px;
}
@media screen and (min-width: 768px) {
  .page-magasin-new .magasin-services .services-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.page-magasin-new .magasin-services .services-grid__wrapper {
  overflow: hidden;
}
.page-magasin-new .magasin-services .services-grid__item {
  position: relative;
  padding: 4% 2%;
  border-color: #b7b7b7;
  border-style: solid;
  border-width: 0 1px 1px 0;
}
@media screen and (max-width: 767px) {
  .page-magasin-new .magasin-services .services-grid__item {
    border-width: 0 0 1px 0;
    padding: 20px 2% 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-magasin-new .magasin-services .services-grid__item {
    width: 50%;
  }
  .page-magasin-new .magasin-services .services-grid__item:nth-of-type(even) {
    border-right-width: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-magasin-new .magasin-services .services-grid__item {
    width: 33.3333333333%;
  }
  .page-magasin-new .magasin-services .services-grid__item:nth-of-type(3), .page-magasin-new .magasin-services .services-grid__item:nth-of-type(6), .page-magasin-new .magasin-services .services-grid__item:nth-of-type(9), .page-magasin-new .magasin-services .services-grid__item:nth-of-type(12) {
    border-right-width: 0;
  }
}
.page-magasin-new .magasin-services .services-grid__anchor {
  position: absolute;
  top: -160px;
}
.page-magasin-new .magasin-services .services-grid__title-container {
  margin-bottom: 1.5em;
  overflow: hidden;
}
.page-magasin-new .magasin-services .services-grid__image {
  float: left;
  width: 4em;
}
.page-magasin-new .magasin-services .services-grid__image img {
  max-width: 3em;
}
.page-magasin-new .magasin-services .services-grid__title {
  float: left;
  width: calc(100% - 4em);
}
.page-magasin-new .magasin-services .services-grid__title h3 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.page-magasin-new .magasin-services .services-grid__content {
  width: 100%;
}
.page-magasin-new .magasin-marques__search {
  padding: 0 0 30px;
  display: none;
  justify-content: center;
  align-content: center;
}
@media screen and (min-width: 768px) {
  .page-magasin-new .magasin-marques__search {
    display: flex;
  }
}
.page-magasin-new .magasin-marques__search label {
  margin-right: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}
.page-magasin-new .magasin-marques__search input {
  border-width: 1px;
  padding: 10px;
  min-width: 400px;
  border-color: #b7b7b7;
  border-style: solid;
  border-radius: 0;
  background-color: #fff;
  background-image: url(./img/search-black.svg);
  background-size: 15px auto;
  background-position: 95% center;
  background-repeat: no-repeat;
  font-size: 16px;
  /* Chrome / Opera / Safari */
  /* Firefox 19+ */
  /* IE 10+ */
  /* Firefox 18- */
}
::-webkit-input-placeholder {
  color: #787878;
}

::-moz-placeholder {
  color: #787878;
}

:-ms-input-placeholder {
  color: #787878;
}

:-moz-placeholder {
  color: #787878;
}

.page-magasin-new .magasin-marques__search input:focus {
  outline: none;
  border-color: #2a2a2a;
}
.page-magasin-new .magasin-marques .marques-grid__item {
  position: relative;
  padding: 1.2em;
  margin: 20px 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.6em;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .page-magasin-new .magasin-marques .marques-grid__item {
    margin-bottom: 30px;
    border: 1px solid #b7b7b7;
    height: 300px;
  }
  .page-magasin-new .magasin-marques .marques-grid__item:after {
    position: absolute;
    content: " ";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3em;
    opacity: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background: linear-gradient(transparent, #fff);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .page-magasin-new .magasin-marques .marques-grid__item:hover .marques-grid__image {
    position: relative;
    height: 50px;
    width: 100px;
    margin: -15px auto 0;
    background: #fff;
    padding: 0.6em;
  }
  .page-magasin-new .magasin-marques .marques-grid__item:hover .marques-grid__image:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-magasin-new .magasin-marques .marques-grid__item:hover .marques-grid__image img {
    max-width: 70px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .page-magasin-new .magasin-marques .marques-grid__item:hover .marques-grid__content {
    height: 260px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-magasin-new .magasin-marques .marques-grid__item:hover:after {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
.page-magasin-new .magasin-marques .marques-grid__image {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 130px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .page-magasin-new .magasin-marques .marques-grid__image:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    opacity: 0;
  }
  .page-magasin-new .magasin-marques .marques-grid__image img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.page-magasin-new .magasin-marques .marques-grid__content {
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .page-magasin-new .magasin-marques .marques-grid__content {
    display: block;
    height: 140px;
  }
}
.page-magasin-new .magasin-rating {
  background-color: #f2f2f2;
  border-top: 5px solid #fab900;
  padding: 20px 0;
}
.page-magasin-new .magasin-rating__row {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
@media screen and (max-width: 991px) {
  .page-magasin-new .magasin-rating__row {
    flex-wrap: wrap;
  }
  .page-magasin-new .magasin-rating__row > * {
    width: 100%;
  }
}
.page-magasin-new .magasin-rating__row .magasin-rating__rating,
.page-magasin-new .magasin-rating__row .magasin-rating__cta {
  flex: 0 1 auto;
}
.page-magasin-new .magasin-rating__row .magasin-rating__cta {
  padding: 0 10px;
}
@media screen and (max-width: 991px) {
  .page-magasin-new .magasin-rating__row .magasin-rating__cta {
    padding-bottom: 30px;
    text-align: center;
  }
}
.page-magasin-new .magasin-rating .wp-gr .wp-google-list .wp-google-left {
  display: none !important;
}
.page-magasin-new .magasin-rating .wp-gr .wp-google-list .wp-google-content-inner {
  display: none !important;
}
.page-magasin-new .magasin-rating .wp-gr .wp-google-list .wp-google-right {
  display: flex !important;
  align-items: center;
  width: unset !important;
}
@media screen and (max-width: 991px) {
  .page-magasin-new .magasin-rating .wp-gr .wp-google-list .wp-google-right {
    flex-wrap: wrap;
  }
  .page-magasin-new .magasin-rating .wp-gr .wp-google-list .wp-google-right > * {
    width: 100% !important;
    text-align: center !important;
  }
}
.page-magasin-new .magasin-rating .wp-gr .wp-google-list .wp-google-right .wp-google-name {
  font-size: 18px !important;
  text-transform: uppercase !important;
}
@media screen and (max-width: 991px) {
  .page-magasin-new .magasin-rating .wp-gr .wp-google-list .wp-google-right .wp-google-name {
    padding-bottom: 15px !important;
  }
}
.page-magasin-new .magasin-rating .wp-gr .wp-google-list .wp-google-right > div {
  padding: 0 10px !important;
}
.page-magasin-new .magasin-rating .wp-gr .wp-google-list .wp-google-right > div:nth-child(3) {
  display: none !important;
  padding: 0 !important;
}
.page-magasin-new .magasin-offres {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-magasin-new .magasin-offres .container-narrow {
    width: 75%;
    min-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-magasin-new .magasin-offres .title__small-upper.text--center, .page-magasin-new .magasin-offres .title__menu--sub > a.text--center {
  font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-magasin-new .magasin-offres .title__small-upper.text--center, .page-magasin-new .magasin-offres .title__menu--sub > a.text--center {
    font-size: 17px;
    text-align: left;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .page-magasin-new .magasin-offres .offers-magasins .owl-stage-outer {
    overflow: visible;
  }
  .page-magasin-new .magasin-offres .offers-magasins .owl-nav {
    display: none;
  }
}
.page-magasin-new .magasin-blog {
  position: relative;
}
.page-magasin-new .magasin-blog:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: calc((100% - 70px) / 2 + 70px);
  width: 100%;
  background-color: #fab900;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-magasin-new .magasin-blog:before {
    bottom: calc(25% + 35px);
    left: 0;
    height: 50%;
  }
}
.page-magasin-new .magasin-blog .title__small-upper, .page-magasin-new .magasin-blog .title__menu--sub > a {
  font-size: 25px;
  font-weight: bold;
}
.page-magasin-new .magasin-blog .col {
  padding-bottom: 70px;
}
.page-magasin-new .btn--modal {
  background-color: #000;
  color: #fff;
  font-weight: 400;
  width: 100%;
  height: 30px;
  padding: 0.7em 0;
}
.page-magasin-new .btn--modal:hover {
  color: #fff;
  opacity: 0.9;
  transition: 0.3s;
}
.page-magasin-new .close {
  position: absolute;
  top: -40px;
  right: 0;
  width: auto;
  height: 35px;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  border: 0;
}
.page-magasin-new .close:focus {
  outline: none;
}
.page-magasin-new .mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
}
.page-magasin-new .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80vw;
  max-width: 800px;
  height: 45vh;
  background: #fff;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-out;
  transform: translateY(-50%) translateX(-50%);
}
.page-magasin-new .modal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-magasin-new .active {
  visibility: visible;
  opacity: 1;
}
.page-magasin-new .active + .modal {
  visibility: visible;
  opacity: 1;
}
.page-magasin-new .owl-dots {
  position: absolute;
  display: block;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.page-magasin-new .owl-carousel .owl-dot {
  position: relative;
  display: inline-block;
  height: 3px;
  width: 20px;
  margin: 0 5px;
  background-color: #aaaaaa !important;
}
.page-magasin-new .owl-dot.active {
  background-color: #e1e1e1 !important;
}

/************************************************************
  * BLOG SINGLE
  ************************************************************/
.c-blog-single__label {
  display: inline-block;
  background-color: #000;
  padding: 1.1em 1.7em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-blog-single__label {
    font-size: 1.2rem;
  }
}
.c-blog-single__featured-img {
  width: 110%;
  padding-bottom: 60%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 -5% 40px;
}
.c-blog-single__image-grid {
  display: block;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr 1fr;
  grid-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  width: 100%;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .c-blog-single__image-grid {
    min-height: 300px !important;
    grid-gap: 20px;
  }
}
.c-blog-single__image-grid .c-bloc-single__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
}
@media screen and (min-width: 768px) {
  .c-blog-single__image-grid .c-bloc-single__image {
    min-height: 50px;
    display: flex;
    justify-content: center;
  }
}
.c-blog-single__text-block p {
  color: #999999;
}
.c-blog-single__text-block a {
  font-weight: 500;
  color: #fab900;
}
.c-blog-single__text-block a:hover {
  color: #fab900;
  text-decoration: none;
}
.c-blog-single__text-block a:visited {
  color: #fab900;
}
.c-blog-single__text-block h2 {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.c-blog-single__text-block h3 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #9da3d2;
  text-transform: uppercase;
}
.c-blog-single__video-block {
  width: 110%;
  margin: 40px -5%;
}
.c-blog-single__citation-block {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 40px;
  width: 60%;
}
.c-blog-single__citation-block p {
  color: #2a2a2a;
  position: relative;
}
.c-blog-single__citation-block p::before {
  position: absolute;
  content: url("/optic-prod/wp-content/themes/optic2000/img/optic-2000-picto-quote.svg");
  top: 0;
  left: -40px;
}
.c-blog-single__citation-block p::after {
  position: absolute;
  content: url("/optic-prod/wp-content/themes/optic2000/img/optic-2000-picto-quote-2.svg");
  bottom: 0;
  right: -40px;
}
.c-blog-single__citation-block .author {
  color: #2a2a2a;
  margin-top: 8px;
}

.navigation {
  text-align: center;
  margin: 60px auto 100px;
  float: none;
  width: 100%;
}

.navigation span.page-numbers.current {
  background-color: #000;
  color: #fff;
}

.navigation a.page-numbers,
.navigation span.page-numbers {
  display: inline-block;
  padding: 1rem;
  min-height: 40px;
  min-width: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 5px;
  border: 1px solid transparent;
}

.navigation a.page-numbers {
  color: #000;
}

.navigation a.page-numbers:hover {
  border: 1px solid #000;
  border-radius: 0px;
  cursor: pointer;
}

/* New layout
 ************************************************************/
@media screen and (max-width: 768px) {
  .c-blog-single-new {
    margin-top: 60px;
  }
}
.c-blog-single-new .c-blog-single__label {
  display: inline-block;
  background-color: #000;
  padding: 1.1em 1.7em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-blog-single-new .c-blog-single__label {
    font-size: 1.2rem;
  }
}
.c-blog-single-new .c-blog-single__featured-img {
  width: 110%;
  padding-bottom: 60%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 -5% 40px;
}
.c-blog-single-new .c-blog-single__image-grid {
  display: block;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr 1fr;
  grid-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  width: 100%;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .c-blog-single-new .c-blog-single__image-grid {
    min-height: initial !important;
    grid-gap: 20px;
    grid-template-rows: auto auto;
  }
}
.c-blog-single-new .c-blog-single__image-grid .c-bloc-single__image {
  min-height: initial !important;
}
@media screen and (min-width: 768px) {
  .c-blog-single-new .c-blog-single__image-grid .c-bloc-single__image {
    min-height: initial !important;
  }
}
.c-blog-single-new .c-blog-single__image-grid .c-bloc-single__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-blog-single-new .c-blog-single__image-grid .c-bloc-single__image img {
    object-fit: contain;
  }
}
.c-blog-single-new .c-blog-single__text-block p {
  color: #999999;
}
.c-blog-single-new .c-blog-single__text-block a {
  font-weight: 500;
  color: #fab900;
}
.c-blog-single-new .c-blog-single__text-block a:hover {
  color: #fab900;
  text-decoration: none;
}
.c-blog-single-new .c-blog-single__text-block a:visited {
  color: #fab900;
}
.c-blog-single-new .c-blog-single__text-block h2 {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.c-blog-single-new .c-blog-single__text-block h3 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #9da3d2;
  text-transform: uppercase;
}
.c-blog-single-new .c-blog-single__video-block {
  width: 110%;
  margin: 40px -5%;
}
.c-blog-single-new .c-blog-single__citation-block {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 40px;
  width: 60%;
}
.c-blog-single-new .c-blog-single__citation-block p {
  color: #2a2a2a;
  position: relative;
}
.c-blog-single-new .c-blog-single__citation-block p::before {
  position: absolute;
  content: url("/optic-prod/wp-content/themes/optic2000/img/optic-2000-picto-quote.svg");
  top: 0;
  left: -40px;
}
.c-blog-single-new .c-blog-single__citation-block p::after {
  position: absolute;
  content: url("/optic-prod/wp-content/themes/optic2000/img/optic-2000-picto-quote-2.svg");
  bottom: 0;
  right: -40px;
}
.c-blog-single-new .c-blog-single__citation-block .author {
  color: #2a2a2a;
  margin-top: 8px;
}

@media screen and (max-width: 834px) {
  .post-16138 .c-bloc-single__image img,
  .post-16903 .c-bloc-single__image img {
    height: auto !important;
    object-fit: contain !important;
  }
}
.c-blog-block__img .blog-hover {
  display: none;
}
.c-blog-block__img:hover .blog-hover {
  display: block !important;
}

/************************************************************
 * ENGAGEMENTS
 ************************************************************/
.c-new-engagement-single ul {
  font-size: 1.15em;
  padding-left: 2em;
  margin-bottom: 1.2em;
}
.c-new-engagement-single ul li {
  line-height: 1.5;
  margin-bottom: 0.8em;
}
.c-new-engagement-single .title__small-upper, .c-new-engagement-single .title__menu--sub > a {
  font-size: 25px;
}
.c-new-engagement-single .container-narrow {
  max-width: 800px;
}
.c-new-engagement-single__header {
  background: #000;
  padding: 15px 0 30px;
}
.c-new-engagement-single__header .title__page, .c-new-engagement-single__header .title__page--upper, .c-new-engagement-single__header .title__page--primary {
  color: #fff;
  font-weight: 600;
}
.c-new-engagement-single__image {
  padding-bottom: 56.5%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c-new-engagement-single .title__page, .c-new-engagement-single .title__page--upper, .c-new-engagement-single .title__page--primary {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.5;
}
@media screen and (min-width: 440px) {
  .c-new-engagement-single .title__page, .c-new-engagement-single .title__page--upper, .c-new-engagement-single .title__page--primary {
    font-size: 25px;
  }
}
.c-new-engagement-single__text-block .title__smaller, .c-new-engagement-single__text-block .title__smaller-bold, .c-new-engagement-single__text-block .title__smaller-upper, .c-new-engagement-single__text-block .title__menu--top > a {
  font-size: 20px;
  font-weight: 700;
  color: #787878;
  margin-bottom: 1em;
}
.c-new-engagement-single__text-block.bg--gray {
  margin-top: 25px;
  margin-bottom: 25px;
}
.c-new-engagement-single__text-block.bg--gray .title__smaller, .c-new-engagement-single__text-block.bg--gray .title__smaller-bold, .c-new-engagement-single__text-block.bg--gray .title__smaller-upper, .c-new-engagement-single__text-block.bg--gray .title__menu--top > a {
  font-size: 13px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .c-new-engagement-single__text-block.bg--gray {
    width: 110%;
    margin-left: -5%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.c-new-engagement-single__text-block p:last-of-type {
  margin-bottom: 0;
}
.c-new-engagement-single__image-grid {
  display: block;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr 1fr;
  grid-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-new-engagement-single__image-grid {
    min-height: initial !important;
    grid-gap: 20px;
    grid-template-rows: auto auto;
  }
}
.c-new-engagement-single__image-grid .c-new-engagement-single__image-block {
  min-height: initial !important;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-new-engagement-single__image-grid .c-new-engagement-single__image-block {
    min-height: initial !important;
  }
}
.c-new-engagement-single__image-grid .c-new-engagement-single__image-block img {
  display: block;
  width: 100%;
  object-fit: cover;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-new-engagement-single__image-grid .c-new-engagement-single__image-block img {
    object-fit: contain;
  }
}
.c-new-engagement-single__video-container {
  position: relative;
  padding-bottom: 56.5%;
}
.c-new-engagement-single__video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.c-new-engagement-single__cta a {
  text-transform: uppercase;
}
.c-new-engagement-single__related-posts .title__small-upper, .c-new-engagement-single__related-posts .title__menu--sub > a {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .c-new-engagement-single__related-posts {
    overflow: hidden;
    width: 100%;
    padding-left: 5%;
  }
  .c-new-engagement-single__related-posts .flex-row {
    flex-wrap: nowrap;
    overflow: scroll;
    padding-bottom: 20px;
  }
  .c-new-engagement-single__related-posts .c-engagement-related__item {
    min-width: 260px;
    border-right: 1px solid #000;
  }
}

.c-engagement-related__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
}
.c-engagement-related__item .title__smaller-upper {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  margin-bottom: 1em;
}
.c-engagement-related__item p {
  color: #000;
}
.c-engagement-related__cta {
  text-align: right;
  margin: auto 0 0;
}
.c-engagement-related__cta a {
  text-transform: uppercase;
}

.bas-page {
  font-size: 11px;
}

/************************************************************
 * PAGE 404
 ************************************************************/
.c-404__header {
  overflow-x: hidden;
}
.c-404__header-flex-row > .col {
  flex: 1;
  max-width: 50%;
}
@media screen and (min-width: 768px) {
  .c-404__header-flex-row > .col:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
  .c-404__header-flex-row > .col:nth-of-type(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    max-width: 60%;
    -ms-flex: 1 1;
  }
}
.c-404__header-img {
  background-color: #999;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 100%;
  padding-bottom: 100%;
  margin-top: -35%;
  margin-bottom: 10px;
  min-width: 250px;
  min-height: 250px;
  -webkit-box-shadow: 2px 6px 8px 0 rgba(114, 114, 114, 0.5);
  box-shadow: 2px 6px 8px 0 rgba(114, 114, 114, 0.5);
}
.c-404__title-col {
  display: -ms-flex;
  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;
}
.c-404__big-title {
  color: #000;
  font-size: 70px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-404__big-title {
    font-size: 11vw;
    margin-top: 50px;
  }
}
.c-404__small-title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.error-404-links .btn, .error-404-links .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container .error-404-links a.asl-item-cta, .error-404-links .c-home-search__form input[type=submit], .c-home-search__form .error-404-links input[type=submit], .error-404-links li.is-mega-menu .cta a, li.is-mega-menu .cta .error-404-links a {
  min-width: 200px;
}

/************************************************************
 * HOMEPAGE
 ************************************************************/
/* Slider / header
  ************************************************************/
/* Section type
 ************************************************************/
.c-home-text-image-block__img, .c-home-intro-mobile__img, .c-home-intro-mobile__img-shape {
  width: 100%;
  min-width: 250px;
  padding-bottom: 100%;
  border-radius: 50%;
  box-shadow: 2px 6px 8px 0 rgba(114, 114, 114, 0.5);
  background-color: #999;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-home-text-image-block__text .tagline {
  font-size: 1em;
  font-weight: 600;
  color: #9da3d2;
}

/* Home intro section
 ************************************************************/
.c-home-intro h2 strong {
  font-weight: 700;
}

/* Home search section
 ************************************************************/
.c-home-search__form {
  vertical-align: middle;
}
.c-home-search__form p {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.c-home-search__form input[type=submit] {
  display: inline-block;
  font-size: 1em;
}
.c-home-search__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.c-home-search__img img {
  object-fit: cover;
  object-position: center center;
  transition: 0.3s cubic-bezier(0.7, 0.13, 0.1, 0.92);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-home-search__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
  }
}
.c-home-search__thumb {
  position: relative;
  padding-bottom: 43%;
  background-color: #f7f7f7;
  background-position: left bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .c-home-search__thumb {
    background-position: center bottom;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  .c-home-search__thumb:hover .c-home-search__img img {
    transform: scale(1.1);
  }
}
.c-home-search__title {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.15em;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
}
.c-home-search__more {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 12px;
  width: 12px;
  background-image: url("img/right-arrow-yellow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.5s cubic-bezier(1, 0.01, 0.35, 0.93);
}

.c-home-search__thumb:hover .c-home-search__more {
  -webkit-transform: translate(5px);
  transform: translate(5px);
}

/* Blog section
 ************************************************************/
.c-home-blog-block {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.c-home-blog-block__img {
  padding-bottom: 60%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-home-blog-block__text-card {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  min-height: 185px;
  margin: -60px auto 0;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(73, 73, 73, 0.5);
}
.c-home-blog-block__text-card .title__smaller-bold, .c-home-blog-block__text-card .title__menu--top > a {
  font-size: 14px;
}
.c-home-blog-block__date {
  flex: 0 1 auto;
  margin-top: 0.4em;
  font-size: 0.85em;
  color: #9da3d2;
  text-transform: uppercase;
}
.c-home-blog-block__desc {
  width: 100%;
}
.c-home-blog-block__more {
  height: 10px;
  width: 20px;
  right: 0;
  bottom: 0;
  margin: 0 0 0 auto;
  background-image: url("img/right-arrow-yellow.svg");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-home-blog-block__text-card:hover .c-home-blog-block__more {
  -webkit-animation: translateY 0.5s forwards;
  animation: translateY 0.5s forwards;
}

/* Garanties et services section
 ************************************************************/
.c-home-services__icon {
  position: relative;
  height: 90px;
}
.c-home-services__icon img {
  position: absolute;
  max-width: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-home-services__icon svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-home-services__icon .icon-border-svg {
  stroke-dasharray: 1000;
  stroke-dashoffset: 2000;
}
.c-home-services .c-garanties__item:hover svg .icon-border-svg {
  -webkit-animation: draw 2s forwards;
  animation: draw 2s;
}
/* Bottom text
 ************************************************************/
.c-home-bottom__tab {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-home-bottom__tab {
    cursor: default;
  }
  .c-home-bottom__tab:after {
    display: none;
  }
  .c-home-bottom__tab-content {
    display: block;
  }
}

/* On mobile
 ************************************************************/
.c-home-intro-mobile {
  flex-wrap: nowrap;
}
.c-home-intro-mobile .col:first-of-type {
  flex: 1;
  max-width: 250px;
  width: auto;
}
.c-home-intro-mobile .col:nth-of-type(2) {
  flex: 1;
  width: auto;
}
.c-home-intro-mobile__img-shape {
  float: left;
  width: 340px;
  height: 340px;
  padding-bottom: 0;
  margin-right: 50px;
  shape-outside: circle(150px);
  shape-margin: 20px;
}
.c-home-intro-mobile__img {
  min-width: 50px;
  margin-left: -80%;
  width: 180%;
  padding-bottom: 180%;
}
@media screen and (min-width: 440px) {
  .c-home-intro-mobile__img {
    margin-left: -30%;
    width: 130%;
    padding-bottom: 130%;
  }
}
.c-home-intro-mobile h2 {
  clear: none;
}

.c-home-blog {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-home-blog .flex-row {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .c-home-blog .flex-row .col {
    min-width: 50%;
  }
  .c-home-blog .home-blog-carousel .owl-stage {
    display: flex;
    padding-bottom: 10px;
  }
  .c-home-blog .home-blog-carousel .owl-stage .owl-item {
    display: flex;
  }
  .c-home-blog .c-home-blog-block {
    padding: 0 5px;
  }
}
@media screen and (max-width: 479px) {
  .c-home-blog .container-narrow {
    width: 100%;
  }
  .c-home-blog.bg--gray {
    background-color: #fff;
  }
  .c-home-blog .flex-row .col {
    min-width: 100%;
  }
  .c-home-blog .c-home-blog-block {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  #sb_instagram #sbi_images {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin-bottom: 50px;
    padding-bottom: 10px !important;
  }
  #sb_instagram #sbi_images > .sbi_item {
    min-width: 25%;
  }
}
@media screen and (max-width: 439px) {
  #sb_instagram #sbi_images > .sbi_item {
    min-width: 50%;
  }
}

.c-home-fitting {
  overflow: hidden;
}
.c-home-fitting .is-mobile .flex-row {
  flex-wrap: nowrap;
}
.c-home-fitting .is-mobile .flex-row .col:first-of-type {
  flex: 1;
  width: auto;
}
.c-home-fitting .is-mobile .flex-row .col:nth-of-type(2) {
  flex: 1;
  max-width: 250px;
  width: auto;
}
.c-home-fitting .is-mobile .flex-row .c-home-fitting__img {
  min-width: 50px;
  margin-right: -40%;
  width: 140%;
  padding-bottom: 140%;
}

@media screen and (max-width: 767px) {
  .c-home-services .flex-row {
    flex-wrap: nowrap;
    overflow-y: auto;
  }
  .c-home-services .flex-row .col {
    min-width: 65%;
    width: auto;
  }
  .c-home-services .flex-row .c-home-services__item {
    min-width: 220px;
  }
  .c-home-services .flex-row .c-home-services__item * {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .c-home-intro h2 strong,
  .c-home-search h2 strong,
  .c-home-fitting .c-home-insta h2 strong {
    display: block;
  }
}

.home-mobile-intro-button {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.85px;
  text-transform: uppercase;
  width: 100%;
}
.home-mobile-intro-button img {
  margin-top: -4px;
  float: right;
}

.c-home-search__form {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Items box */
}
.c-home-search__form > span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .c-home-search__form {
    display: none;
  }
}
.c-home-search__form .selectric-wrapper {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.c-home-search__form .selectric-responsive {
  width: 100%;
}
.c-home-search__form .selectric {
  border: 0px solid #9da3d2;
  border-radius: 0px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.c-home-search__form .selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 40px 0 10px;
  font-size: 16px;
  line-height: 40px;
  color: #9da3d2;
  height: 40px;
  user-select: none;
}
.c-home-search__form .selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  color: #fff;
  text-align: center;
  font: 0/0 a;
  *font: 20px/40px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.c-home-search__form .selectric .button:after {
  content: " ";
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 15px;
  background-image: url("img/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border: 0px solid transparent;
  border-top-color: #fff;
  border-bottom: none;
}
.c-home-search__form .selectric-focus .selectric {
  border-color: #5761b2;
}
.c-home-search__form .selectric-hover .selectric {
  border-color: #7a82c2;
}
.c-home-search__form .selectric-hover .selectric .button {
  color: #e6e6e6;
}
.c-home-search__form .selectric-hover .selectric .button:after {
  border-top-color: #e6e6e6;
}
.c-home-search__form .selectric-open {
  z-index: 9999;
}
.c-home-search__form .selectric-open .selectric {
  border-color: #7a82c2;
}
.c-home-search__form .selectric-open .selectric-items {
  display: block;
}
.c-home-search__form .selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}
.c-home-search__form .selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.c-home-search__form .selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.c-home-search__form .selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.c-home-search__form .selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.c-home-search__form .selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}
.c-home-search__form .selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
.c-home-search__form .selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 0px solid #7a82c2;
  z-index: -1;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}
.c-home-search__form .selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .c-home-search__form .selectric-items {
  top: auto;
  bottom: 100%;
}
.c-home-search__form .selectric-items ul, .c-home-search__form .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  min-height: 20px;
}
.c-home-search__form .selectric-items li {
  display: block;
  padding: 10px;
  color: #9da3d2;
  cursor: pointer;
  text-align: left;
}
.c-home-search__form .selectric-items li.selected {
  background: #fff;
  color: #9da3d2;
}
.c-home-search__form .selectric-items li.highlighted {
  background: #fff;
  color: #9da3d2;
}
.c-home-search__form .selectric-items li:hover {
  background: #fff;
  color: #7a82c2;
}
.c-home-search__form .selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.c-home-search__form .selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.c-home-search__form .selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.c-home-search__form .selectric-items .selectric-group li {
  padding-left: 25px;
}

/************************************************************
 * WIDGET
 ************************************************************/
.site-footer .widget {
  font-size: 12px;
}
.site-footer .widget .widget-title {
  font-size: 1.4rem;
  color: #fff;
  margin-top: 0;
  margin-bottom: 2em;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 0.1em;
}
.site-footer .widget .textwidget p,
.site-footer .widget .textwidget a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 200;
  font-size: 1em;
  line-height: 1.5em;
}
.site-footer .widget .textwidget i {
  color: #fff;
  min-width: 30px;
  font-size: 2.4em;
  text-align: center;
}
.site-footer .widget .btn, .site-footer .widget .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container .site-footer .widget a.asl-item-cta, .site-footer .widget li.is-mega-menu .cta a, li.is-mega-menu .cta .site-footer .widget a, .site-footer .widget .c-home-search__form input[type=submit], .c-home-search__form .site-footer .widget input[type=submit] {
  margin: 1em 0;
  padding: 10px;
}
.site-footer .widget img {
  margin-top: 0;
  margin-bottom: 4.1em;
}
.site-footer .widget .input-newsletter {
  background-color: #2a2a2a;
  padding: 10px 8px;
  font-style: italic;
  letter-spacing: 1.7px;
}

/************************************************************
 * SIDEBAR

 ************************************************************/
/******************** TEMPORARY ************************/
.widget_categories {
  display: none;
}

.c-sidebar-coupon__block {
  padding: 20px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .c-sidebar-coupon__block {
    text-align: center;
  }
}
.c-sidebar-coupon__title h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.3em;
  letter-spacing: 0.055em;
}
.c-sidebar-coupon__btn {
  background-color: #9da3d2;
  color: #fff !important;
  margin-top: 20px;
  padding: 1em 3em;
  border-radius: 0;
  font-size: 1em;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-sidebar-coupon__btn:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #fff;
}

.widget-area .widget-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.widget-area li > a {
  color: #787878;
}
.widget-area li > a:hover {
  color: #000;
}

@media screen and (max-width: 767px) {
  .post-type-archive-magazine .widget_archive {
    display: none;
  }
}
/************************************************************
 * PLUGINS
 ************************************************************/
/* AS Locator
  ************************************************************/
/* Adjust the font sizes (Generated via Agile website)
 ************************************************************/
body #asl-storelocator.asl-p-cont.asl-template-0.storelocator-main .drop_box_filter p span {
  font-size: 13px;
}

body #asl-storelocator.asl-p-cont.asl-template-0.storelocator-main .range_filter p span {
  font-size: 13px;
}

body #asl-storelocator.asl-p-cont.asl-template-0.storelocator-main .search_filter > p:first-child {
  font-size: 13px;
}

body #asl-storelocator.asl-p-cont.asl-template-0.storelocator-main .infoWindow h3 {
  font-size: 14px !important;
}

body #asl-storelocator.asl-p-cont.asl-template-0.storelocator-main .infoWindow .infowindowContent .info-addr {
  font-size: 13px !important;
}

body #asl-storelocator.asl-p-cont.asl-template-0.storelocator-main .infoWindow .infowindowContent .info-addr .address {
  font-size: 13px !important;
}

body #asl-storelocator.asl-p-cont.asl-template-0.storelocator-main .infoWindow .infowindowContent .info-addr .phone {
  font-size: 13px !important;
}

body #asl-storelocator.asl-p-cont.asl-template-0.storelocator-main .infoWindow .infowindowContent .info-addr .p-time {
  font-size: 13px !important;
}

body #asl-storelocator.asl-p-cont.asl-template-0.storelocator-main .infoWindow .infowindowContent .info-addr .categories {
  font-size: 13px !important;
}

body #asl-storelocator.asl-p-cont.asl-template-0.storelocator-main .infoWindow .infowindowContent .info-addr .distance {
  font-size: 13px !important;
}

body #asl-storelocator.asl-p-cont.asl-template-0.storelocator-main .infoWindow .infowindowContent .asl-buttons a.action {
  font-size: 13px !important;
}

body #asl-storelocator.asl-p-cont.asl-template-0.storelocator-main .infoWindow .infowindowContent p {
  font-size: 13px !important;
}

body #asl-storelocator.asl-p-cont.asl-template-0.storelocator-main .infoWindow .infowindowContent p a {
  font-size: 13px !important;
  color: #000;
  font-weight: 500;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .more_info {
  font-size: 13px;
}

body #asl-storelocator.asl-p-cont.asl-template-0.storelocator-main .panel-inner .item .addr-sec .p-title {
  font-size: 14px;
}

body #asl-storelocator.asl-p-cont.asl-template-0.storelocator-main .panel-inner .item .p-area {
  font-size: 13px;
}

body #asl-storelocator.asl-p-cont.asl-template-0.storelocator-main .panel-inner .item .p-area a {
  font-size: 13px;
  color: #000;
  font-weight: 500;
}

body #asl-storelocator.asl-p-cont.asl-template-0.storelocator-main .panel-inner .item .s-direction,
body #asl-storelocator.asl-p-cont.asl-template-0.storelocator-main .panel-inner .item .s-distance {
  font-size: 12px;
}

body #asl-storelocator.asl-p-cont.asl-template-0.storelocator-main .storelocator-panel .directions-panel {
  font-size: 0.8em;
}

/* Template styling
 ************************************************************/
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .Filter_section {
  background-color: #000 !important;
  margin-bottom: 0 !important;
  padding-top: 15px;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .Filter_section .c-store-locator-plugin__intro {
  padding: 0 20px;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .Filter_section .c-store-locator-plugin__intro p {
  color: #fff;
  font-size: 1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .Filter_section .c-store-locator-plugin__intro {
    padding-top: 15px;
  }
  .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .Filter_section .c-store-locator-plugin__intro p {
    font-size: 1.3em;
  }
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .Filter_section .search_filter > p:first-child {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .Filter_section .search_filter > p:first-child {
    text-align: center;
  }
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .Filter_section .search_filter .form-control {
  border-radius: 2px;
  border: none;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .Filter_section .col-xs-12.search_filter p:last-child > span {
  background-color: #fff;
  border-radius: 2px;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .Filter_section .col-xs-12.search_filter p:last-child > span i {
  color: #fab900;
  background-image: url("img/picto-localisation.svg");
  background-size: 10px 17px;
  background-position: center;
  background-repeat: no-repeat;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .Filter_section .col-xs-12.search_filter p:last-child > span i::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .asl-panel {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .asl-panel {
    border: 1px solid #999;
    margin-bottom: 50px;
  }
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .Num_of_store {
  background-color: #f2f2f2;
  color: #000;
  width: calc(100% - 2px) !important;
  left: 1px !important;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .Num_of_store .count-result {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .Num_of_store {
    border-right: 15px solid #fff;
    width: 99% !important;
    left: 0 !important;
  }
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 #panel.storelocator-panel {
  margin-top: 40px;
  border-width: 0;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item {
  border-bottom-width: 0 !important;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item:nth-child(2n) {
  background-color: #fff !important;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .p-title {
  color: #000 !important;
  font-size: 14px;
  font-weight: 600 !important;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 20px !important;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .p-area:not(.no-margin) {
  margin-top: 15px;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__wrapper {
  margin-top: 15px;
  overflow: hidden;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta {
  color: #fff !important;
  padding: 0.6em 0;
  font-weight: 400;
  line-height: 1.4;
  border-bottom: 1px solid #000 !important;
  display: block;
  margin-top: 7px;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta:hover, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta:focus {
  border: 1px solid #9da3d2;
  background-color: #9da3d2;
  color: #fff !important;
  border-bottom: none;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta:visited, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta:hover:visited {
  color: #fff !important;
}
@media (max-width: 320px) {
  .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta {
    font-size: 10px;
  }
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container.col-xs-7 {
  padding-left: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1342px) {
  .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container.col-xs-7 {
    padding-left: 2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container.col-xs-7 {
    padding-left: 0;
  }
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container.col-xs-7 a.asl-item-cta {
  border-bottom: 0px !important;
  padding: 0.85em 1.4em;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .item-thumb {
  max-width: 90px;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .item-thumb .c-store-locator-plugin__item-thumb {
  display: block !important;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .c-store-locator-plugin__item-thumb {
  display: block !important;
  max-width: 90px;
  padding-bottom: 100%;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .optic-icon {
  float: left;
  height: 15px;
  line-height: 1.3;
  margin: auto;
  width: 17px;
  margin-left: -17px;
  background-position: left center;
  background-repeat: no-repeat;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .optic-icon.icon-location {
  background-image: url("img/picto-localisation.svg");
  background-size: 8px 13px;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .optic-icon.icon-phone {
  background-image: url("img/picto-phone.svg");
  background-size: 11px 11px;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .optic-icon.icon-mail {
  background-image: url("img/picto-mail.svg");
  background-size: 11px 7px;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .optic-icon:before {
  display: none;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 #asl-map-canv {
  height: 580px;
}
@media screen and (min-width: 768px) {
  .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .asl-map {
    margin-left: 40%;
    width: 60%;
  }
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .store-locator #asl-geolocation-agile-modal {
  background: none;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .store-locator #asl-geolocation-agile-modal .agile-modal-backdrop-in {
  opacity: 0.2;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .store-locator #asl-geolocation-agile-modal .agile-modal-dialog {
  width: 90% !important;
  z-index: 10000;
  text-align: center;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .store-locator #asl-geolocation-agile-modal .agile-modal-dialog .agile-modal-content {
  border-radius: 2px;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .store-locator #asl-geolocation-agile-modal .agile-modal-dialog .agile-modal-content h4 {
  font-size: 1em;
  color: #000;
  font-weight: 400;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .store-locator #asl-geolocation-agile-modal .agile-modal-dialog .btn.btn-default, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .store-locator #asl-geolocation-agile-modal .agile-modal-dialog li.is-mega-menu .cta a.btn-default, li.is-mega-menu .cta .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .store-locator #asl-geolocation-agile-modal .agile-modal-dialog a.btn-default, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .store-locator #asl-geolocation-agile-modal .agile-modal-dialog .c-home-search__form input.btn-default[type=submit], .c-home-search__form .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .store-locator #asl-geolocation-agile-modal .agile-modal-dialog input.btn-default[type=submit], .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .store-locator #asl-geolocation-agile-modal .agile-modal-dialog .item .asl-item-cta__container a.btn-default.asl-item-cta, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container .store-locator #asl-geolocation-agile-modal .agile-modal-dialog a.btn-default.asl-item-cta {
  background-color: #000;
  padding: 0.6em 1.5em !important;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .store-locator button.close-directions.close[aria-label=Close] {
  color: #ffb709;
  font-size: 26px;
  font-weight: 100;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .infoBox {
  width: 350px !important;
  max-width: calc(100% - 30px);
  margin-left: 0 !important;
  margin-right: 0 !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .infoBox .arrow-down {
  margin: 0 150px -10px 150px;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .infoBox * {
  font-family: "Encode Sans", helvetica, sans-serif;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 #style_1.infoWindow {
  width: 100%;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 #style_1.infoWindow > h3 {
  color: #000;
  font-weight: 600;
  font-size: 14px !important;
  text-transform: uppercase;
  margin-top: 15px !important;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 #style_1.infoWindow h4 {
  color: #000;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 #style_1.infoWindow .info-addr {
  margin-left: 17px;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 #style_1.infoWindow a.action {
  background-color: #000;
  padding: 1em 0;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 #style_1.infoWindow a.action:before {
  display: none;
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 #style_1.infoWindow a.action:hover {
  background-color: #9da3d2;
}
@media (max-width: 320px) {
  .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 #style_1.infoWindow a.action {
    font-size: 11px !important;
  }
}
.asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 #asl-map-canv.asl-map-canv--vertical-centering-at-bottom .gm-style > div:first-child {
  height: 190% !important;
}

.magasin-store .item-magasin {
  min-height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(70%);
  /* &:after{    
       content: '\A';
       position: absolute;
       width: 100%; height:100%;
       top:0; left:0;
       background:rgba(0,0,0,0.6);
       opacity: 0;
       transition: all 1s;
       -webkit-transition: all 1s;

   }
   &:hover:after{
       opacity: 1;
   }*/
}
@media screen and (max-width: 768px) {
  .magasin-store .item-magasin {
    min-height: 300px;
    width: auto;
  }
}
.magasin-store .item-magasin:hover {
  background-color: #9da3d2 !important;
  background-image: none !important;
  opacity: 1;
  filter: grayscale(0%);
}

/* Instagram feed plugin
 ************************************************************/
.ri-shadow:after, .ri-shadow:before {
  display: none;
}

/************************************************************
 * FOOTER
 ************************************************************/
.c-footer-menus {
  border-bottom: 1px solid #000;
}

.c-footer-menu__title {
  color: #000;
}
.c-footer-menu__nav {
  padding-top: 20px;
}
.c-footer-menu__menu {
  padding: 0;
  list-style: none;
}
.c-footer-menu__menu li a {
  color: #999;
}
.c-footer-menu__menu li a:hover {
  color: #787878;
}

.c-footer-buttons__col {
  display: -ms-flex;
  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;
  justify-content: flex-start;
  align-items: center;
  min-height: 100px;
}
.c-footer-buttons__col .btn, .c-footer-buttons__col li.is-mega-menu .cta a, li.is-mega-menu .cta .c-footer-buttons__col a, .c-footer-buttons__col .c-home-search__form input[type=submit], .c-home-search__form .c-footer-buttons__col input[type=submit], .c-footer-buttons__col .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container .c-footer-buttons__col a.asl-item-cta {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-footer-buttons__col {
    align-items: flex-start;
  }
  .c-footer-buttons__col .btn, .c-footer-buttons__col li.is-mega-menu .cta a, li.is-mega-menu .cta .c-footer-buttons__col a, .c-footer-buttons__col .c-home-search__form input[type=submit], .c-home-search__form .c-footer-buttons__col input[type=submit], .c-footer-buttons__col .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container .c-footer-buttons__col a.asl-item-cta {
    width: 190px;
  }
}
@media screen and (max-width: 439px) {
  .c-footer-buttons__col {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.c-footer-info__socials.col .title__smaller-bold, .c-footer-info__socials.col .title__menu--top > a {
  font-size: 1.35em;
}
.c-footer-info__socials.col p {
  max-width: 220px;
}
@media screen and (max-width: 767px) {
  .c-footer-info__socials.col {
    flex: 0 0 100%;
    text-align: center;
  }
  .c-footer-info__socials.col p {
    display: none;
  }
}

ul.c-footer-social-links__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
ul.c-footer-social-links__list li.c-footer-social-links__item {
  display: inline-block;
  margin: 20px 15px;
}
ul.c-footer-social-links__list li.c-footer-social-links__item img {
  width: 20px;
}
@media screen and (min-width: 768px) {
  ul.c-footer-social-links__list {
    text-align: left;
  }
  ul.c-footer-social-links__list li.c-footer-social-links__item {
    margin: 15px 30px 10px 0;
  }
}

@media screen and (min-width: 768px) {
  .c-footer-menus,
  .c-footer-info {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.c-footer-sponsor p {
  text-align: center;
  color: #000;
}
.c-footer-sponsor img {
  display: block;
  height: 15px;
  margin: 15px auto;
}

.c-footer-copyright {
  text-align: center;
}
.c-footer-copyright p, .c-footer-copyright a {
  color: #787878;
  font-size: 0.9em;
}

.cmplz-placeholder-element .cmplz-blocked-content-notice {
  background-color: black !important;
}

/************************************************************
 * PAGE HEADER
 ************************************************************/
/************************************************************
 * PAGE HEADER
 ************************************************************/
.c-page-header {
  overflow: hidden;
}
.c-page-header__image {
  position: relative;
  height: 280px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 70% center;
}
@media screen and (max-width: 640px) {
  .c-page-header__image {
    height: 150px;
  }
}
.c-page-header__image a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.c-page-header__title-container {
  background-color: #000;
}
.c-page-header__title {
  padding: 15px 0;
}
.c-page-header__title h1 {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-page-header__title {
    height: 50px;
    padding: 0;
  }
  .c-page-header__title h1 {
    display: inline-block;
    position: relative;
    color: #fff;
    margin: -50px 0 0;
    padding: 10px 50px 0 0;
    background: #000;
  }
  .c-page-header__title h1:before {
    position: absolute;
    left: -2000px;
    top: 0;
    content: "";
    height: 100%;
    width: 2000px;
    background: #000;
  }
}

#breadcrumb {
  margin-top: 10px;
}

.vto-main-frame #vto-canvas {
  min-height: 480px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .vto-main-frame #vto-canvas {
    min-height: unset;
  }
  .vto-main-frame #vto-canvas:not(.is-still) {
    padding-bottom: 75%;
  }
  .vto-main-frame #vto-canvas:not(.is-still) canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.vto-main-frame #vto-still-change {
  position: absolute;
  top: 15px;
  right: 15px;
}
.vto-main-frame #vto-disclaimer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 30px;
  background-color: #f2f2f2;
  text-align: center;
  z-index: 2;
}
.vto-main-frame #vto-disclaimer .btn-filled--black, .vto-main-frame #vto-disclaimer li.is-mega-menu .cta a, li.is-mega-menu .cta .vto-main-frame #vto-disclaimer a, .vto-main-frame #vto-disclaimer .c-home-search__form input[type=submit], .c-home-search__form .vto-main-frame #vto-disclaimer input[type=submit], .vto-main-frame #vto-disclaimer .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container .vto-main-frame #vto-disclaimer a.asl-item-cta {
  padding: 1em 1.4em;
}
.vto-main-frame #vto-disclaimer .btn-filled--black:hover, .vto-main-frame #vto-disclaimer li.is-mega-menu .cta a:hover, li.is-mega-menu .cta .vto-main-frame #vto-disclaimer a:hover, .vto-main-frame #vto-disclaimer .c-home-search__form input[type=submit]:hover, .c-home-search__form .vto-main-frame #vto-disclaimer input[type=submit]:hover, .vto-main-frame #vto-disclaimer .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container a.asl-item-cta:hover, .asl-template-optic #asl-storelocator.asl-p-cont.asl-bg-0 .item .asl-item-cta__container .vto-main-frame #vto-disclaimer a.asl-item-cta:hover {
  background-color: #9da3d2;
  border-color: #9da3d2;
  color: #fff;
}
.vto-main-frame #vto-disclaimer p {
  font-size: 1em;
}
.vto-main-frame canvas {
  max-width: 100%;
  margin: auto;
}
.vto-main-frame .vto-related-wrapper {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .vto-main-frame .vto-related-wrapper {
    padding: 20px 30px;
  }
}
.vto-main-frame .vto-related .vto-related-item img {
  max-width: 150px;
  margin: auto;
  cursor: pointer;
  transition: 0.2s ease-out;
}
.vto-main-frame .vto-related .vto-related-item img:hover {
  transform: scale(1.05);
  transition: 0.2s ease-out;
}
.vto-main-frame .vto-related .title-related {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000000;
  text-transform: uppercase;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 20px;
}
.vto-main-frame .vto-related a:hover h3 {
  color: #9da3d2;
}
.vto-main-frame .vto-related .owl-prev,
.vto-main-frame .vto-related .owl-next {
  transition: 0.2s;
}
.vto-main-frame .vto-related .owl-prev:not(.disabled):hover,
.vto-main-frame .vto-related .owl-next:not(.disabled):hover {
  border-top-color: #9da3d2;
  border-left-color: #9da3d2;
  transition: 0.2s;
}

.hfc_banner_container_content {
  border-radius: 12px;
  padding: 15px 20px !important;
}
.hfc_banner_container_content .hfc-btn {
  padding: 13px 10px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
}
.hfc_banner_container_content_title {
  font-size: 15px !important;
  margin-bottom: 20px !important;
}
.hfc_banner_container_content_text {
  font-size: 12px !important;
}
.hfc_banner_container_content_category_item {
  font-size: 14px !important;
}
.hfc_banner_container_content_link {
  font-size: 12px !important;
}
.hfc_banner_container_content_links {
  margin-top: 10px !important;
}
.hfc_banner_container_content_btns {
  margin-top: 20px !important;
}

.wpsimplycookie_banner_container_content {
  border-radius: 12px;
  padding: 15px 20px !important;
}
.wpsimplycookie_banner_container_content .wpsimplycookie-btn {
  padding: 13px 10px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
}
.wpsimplycookie_banner_container_content_title {
  font-size: 15px !important;
  margin-bottom: 20px !important;
}
.wpsimplycookie_banner_container_content_text {
  font-size: 12px !important;
}
.wpsimplycookie_banner_container_content_category_item {
  font-size: 14px !important;
}
.wpsimplycookie_banner_container_content_link {
  font-size: 12px !important;
}
.wpsimplycookie_banner_container_content_links {
  margin-top: 10px !important;
}
.wpsimplycookie_banner_container_content_btns {
  margin-top: 20px !important;
}

/************************************************************
 * UTILITIES
 ************************************************************/
.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vert-flex {
  display: -ms-flex;
  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;
}

.bottom-flex {
  display: -ms-flex;
  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-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

.strech-flex {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.no-overflow {
  overflow: hidden;
}

.bg--gray {
  background-color: #f2f2f2;
}

@media screen and (max-width: 767px) {
  .hide-sm {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .show-sm {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .hide-md {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .show-md {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-desktop {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-mobile {
    display: none;
  }
}

/************************************************************
 * SPACES
 ************************************************************/
.p-xs--150 {
  padding: -150px;
}

.p-xs--100 {
  padding: -100px;
}

.p-xs--70 {
  padding: -70px;
}

.p-xs--50 {
  padding: -50px;
}

.p-xs-0 {
  padding: 0px;
}

.p-xs-5 {
  padding: 5px;
}

.p-xs-10 {
  padding: 10px;
}

.p-xs-15 {
  padding: 15px;
}

.p-xs-20 {
  padding: 20px;
}

.p-xs-25 {
  padding: 25px;
}

.p-xs-30 {
  padding: 30px;
}

.p-xs-40 {
  padding: 40px;
}

.p-xs-50 {
  padding: 50px;
}

.p-xs-60 {
  padding: 60px;
}

.p-xs-70 {
  padding: 70px;
}

.p-xs-80 {
  padding: 80px;
}

.p-xs-100 {
  padding: 100px;
}

.p-xs-120 {
  padding: 120px;
}

.p-xs-150 {
  padding: 150px;
}

.p-xs-160 {
  padding: 160px;
}

.p-xs-200 {
  padding: 200px;
}

.p-xs-300 {
  padding: 300px;
}

.pt-xs--150 {
  padding-top: -150px;
}

.pt-xs--100 {
  padding-top: -100px;
}

.pt-xs--70 {
  padding-top: -70px;
}

.pt-xs--50 {
  padding-top: -50px;
}

.pt-xs-0 {
  padding-top: 0px;
}

.pt-xs-5 {
  padding-top: 5px;
}

.pt-xs-10 {
  padding-top: 10px;
}

.pt-xs-15 {
  padding-top: 15px;
}

.pt-xs-20 {
  padding-top: 20px;
}

.pt-xs-25 {
  padding-top: 25px;
}

.pt-xs-30 {
  padding-top: 30px;
}

.pt-xs-40 {
  padding-top: 40px;
}

.pt-xs-50 {
  padding-top: 50px;
}

.pt-xs-60 {
  padding-top: 60px;
}

.pt-xs-70 {
  padding-top: 70px;
}

.pt-xs-80 {
  padding-top: 80px;
}

.pt-xs-100 {
  padding-top: 100px;
}

.pt-xs-120 {
  padding-top: 120px;
}

.pt-xs-150 {
  padding-top: 150px;
}

.pt-xs-160 {
  padding-top: 160px;
}

.pt-xs-200 {
  padding-top: 200px;
}

.pt-xs-300 {
  padding-top: 300px;
}

.pr-xs--150 {
  padding-right: -150px;
}

.pr-xs--100 {
  padding-right: -100px;
}

.pr-xs--70 {
  padding-right: -70px;
}

.pr-xs--50 {
  padding-right: -50px;
}

.pr-xs-0 {
  padding-right: 0px;
}

.pr-xs-5 {
  padding-right: 5px;
}

.pr-xs-10 {
  padding-right: 10px;
}

.pr-xs-15 {
  padding-right: 15px;
}

.pr-xs-20 {
  padding-right: 20px;
}

.pr-xs-25 {
  padding-right: 25px;
}

.pr-xs-30 {
  padding-right: 30px;
}

.pr-xs-40 {
  padding-right: 40px;
}

.pr-xs-50 {
  padding-right: 50px;
}

.pr-xs-60 {
  padding-right: 60px;
}

.pr-xs-70 {
  padding-right: 70px;
}

.pr-xs-80 {
  padding-right: 80px;
}

.pr-xs-100 {
  padding-right: 100px;
}

.pr-xs-120 {
  padding-right: 120px;
}

.pr-xs-150 {
  padding-right: 150px;
}

.pr-xs-160 {
  padding-right: 160px;
}

.pr-xs-200 {
  padding-right: 200px;
}

.pr-xs-300 {
  padding-right: 300px;
}

.pb-xs--150 {
  padding-bottom: -150px;
}

.pb-xs--100 {
  padding-bottom: -100px;
}

.pb-xs--70 {
  padding-bottom: -70px;
}

.pb-xs--50 {
  padding-bottom: -50px;
}

.pb-xs-0 {
  padding-bottom: 0px;
}

.pb-xs-5 {
  padding-bottom: 5px;
}

.pb-xs-10 {
  padding-bottom: 10px;
}

.pb-xs-15 {
  padding-bottom: 15px;
}

.pb-xs-20 {
  padding-bottom: 20px;
}

.pb-xs-25 {
  padding-bottom: 25px;
}

.pb-xs-30 {
  padding-bottom: 30px;
}

.pb-xs-40 {
  padding-bottom: 40px;
}

.pb-xs-50 {
  padding-bottom: 50px;
}

.pb-xs-60 {
  padding-bottom: 60px;
}

.pb-xs-70 {
  padding-bottom: 70px;
}

.pb-xs-80 {
  padding-bottom: 80px;
}

.pb-xs-100 {
  padding-bottom: 100px;
}

.pb-xs-120 {
  padding-bottom: 120px;
}

.pb-xs-150 {
  padding-bottom: 150px;
}

.pb-xs-160 {
  padding-bottom: 160px;
}

.pb-xs-200 {
  padding-bottom: 200px;
}

.pb-xs-300 {
  padding-bottom: 300px;
}

.pl-xs--150 {
  padding-left: -150px;
}

.pl-xs--100 {
  padding-left: -100px;
}

.pl-xs--70 {
  padding-left: -70px;
}

.pl-xs--50 {
  padding-left: -50px;
}

.pl-xs-0 {
  padding-left: 0px;
}

.pl-xs-5 {
  padding-left: 5px;
}

.pl-xs-10 {
  padding-left: 10px;
}

.pl-xs-15 {
  padding-left: 15px;
}

.pl-xs-20 {
  padding-left: 20px;
}

.pl-xs-25 {
  padding-left: 25px;
}

.pl-xs-30 {
  padding-left: 30px;
}

.pl-xs-40 {
  padding-left: 40px;
}

.pl-xs-50 {
  padding-left: 50px;
}

.pl-xs-60 {
  padding-left: 60px;
}

.pl-xs-70 {
  padding-left: 70px;
}

.pl-xs-80 {
  padding-left: 80px;
}

.pl-xs-100 {
  padding-left: 100px;
}

.pl-xs-120 {
  padding-left: 120px;
}

.pl-xs-150 {
  padding-left: 150px;
}

.pl-xs-160 {
  padding-left: 160px;
}

.pl-xs-200 {
  padding-left: 200px;
}

.pl-xs-300 {
  padding-left: 300px;
}

.px-xs--150 {
  padding-left: -150px;
  padding-right: -150px;
}

.px-xs--100 {
  padding-left: -100px;
  padding-right: -100px;
}

.px-xs--70 {
  padding-left: -70px;
  padding-right: -70px;
}

.px-xs--50 {
  padding-left: -50px;
  padding-right: -50px;
}

.px-xs-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-xs-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.px-xs-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-xs-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.px-xs-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-xs-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.px-xs-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.px-xs-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-xs-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.px-xs-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.px-xs-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.px-xs-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.px-xs-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.px-xs-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.px-xs-150 {
  padding-left: 150px;
  padding-right: 150px;
}

.px-xs-160 {
  padding-left: 160px;
  padding-right: 160px;
}

.px-xs-200 {
  padding-left: 200px;
  padding-right: 200px;
}

.px-xs-300 {
  padding-left: 300px;
  padding-right: 300px;
}

.py-xs--150 {
  padding-top: -150px;
  padding-bottom: -150px;
}

.py-xs--100 {
  padding-top: -100px;
  padding-bottom: -100px;
}

.py-xs--70 {
  padding-top: -70px;
  padding-bottom: -70px;
}

.py-xs--50 {
  padding-top: -50px;
  padding-bottom: -50px;
}

.py-xs-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-xs-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-xs-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-xs-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-xs-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-xs-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-xs-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-xs-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-xs-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-xs-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-xs-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-xs-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-xs-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-xs-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.py-xs-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.py-xs-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.py-xs-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.py-xs-300 {
  padding-top: 300px;
  padding-bottom: 300px;
}

.m-xs--150 {
  margin: -150px;
}

.m-xs--100 {
  margin: -100px;
}

.m-xs--70 {
  margin: -70px;
}

.m-xs--50 {
  margin: -50px;
}

.m-xs-0 {
  margin: 0px;
}

.m-xs-5 {
  margin: 5px;
}

.m-xs-10 {
  margin: 10px;
}

.m-xs-15 {
  margin: 15px;
}

.m-xs-20 {
  margin: 20px;
}

.m-xs-25 {
  margin: 25px;
}

.m-xs-30 {
  margin: 30px;
}

.m-xs-40 {
  margin: 40px;
}

.m-xs-50 {
  margin: 50px;
}

.m-xs-60 {
  margin: 60px;
}

.m-xs-70 {
  margin: 70px;
}

.m-xs-80 {
  margin: 80px;
}

.m-xs-100 {
  margin: 100px;
}

.m-xs-120 {
  margin: 120px;
}

.m-xs-150 {
  margin: 150px;
}

.m-xs-160 {
  margin: 160px;
}

.m-xs-200 {
  margin: 200px;
}

.m-xs-300 {
  margin: 300px;
}

.mt-xs--150 {
  margin-top: -150px;
}

.mt-xs--100 {
  margin-top: -100px;
}

.mt-xs--70 {
  margin-top: -70px;
}

.mt-xs--50 {
  margin-top: -50px;
}

.mt-xs-0 {
  margin-top: 0px;
}

.mt-xs-5 {
  margin-top: 5px;
}

.mt-xs-10 {
  margin-top: 10px;
}

.mt-xs-15 {
  margin-top: 15px;
}

.mt-xs-20 {
  margin-top: 20px;
}

.mt-xs-25 {
  margin-top: 25px;
}

.mt-xs-30 {
  margin-top: 30px;
}

.mt-xs-40 {
  margin-top: 40px;
}

.mt-xs-50 {
  margin-top: 50px;
}

.mt-xs-60 {
  margin-top: 60px;
}

.mt-xs-70 {
  margin-top: 70px;
}

.mt-xs-80 {
  margin-top: 80px;
}

.mt-xs-100 {
  margin-top: 100px;
}

.mt-xs-120 {
  margin-top: 120px;
}

.mt-xs-150 {
  margin-top: 150px;
}

.mt-xs-160 {
  margin-top: 160px;
}

.mt-xs-200 {
  margin-top: 200px;
}

.mt-xs-300 {
  margin-top: 300px;
}

.mr-xs--150 {
  margin-right: -150px;
}

.mr-xs--100 {
  margin-right: -100px;
}

.mr-xs--70 {
  margin-right: -70px;
}

.mr-xs--50 {
  margin-right: -50px;
}

.mr-xs-0 {
  margin-right: 0px;
}

.mr-xs-5 {
  margin-right: 5px;
}

.mr-xs-10 {
  margin-right: 10px;
}

.mr-xs-15 {
  margin-right: 15px;
}

.mr-xs-20 {
  margin-right: 20px;
}

.mr-xs-25 {
  margin-right: 25px;
}

.mr-xs-30 {
  margin-right: 30px;
}

.mr-xs-40 {
  margin-right: 40px;
}

.mr-xs-50 {
  margin-right: 50px;
}

.mr-xs-60 {
  margin-right: 60px;
}

.mr-xs-70 {
  margin-right: 70px;
}

.mr-xs-80 {
  margin-right: 80px;
}

.mr-xs-100 {
  margin-right: 100px;
}

.mr-xs-120 {
  margin-right: 120px;
}

.mr-xs-150 {
  margin-right: 150px;
}

.mr-xs-160 {
  margin-right: 160px;
}

.mr-xs-200 {
  margin-right: 200px;
}

.mr-xs-300 {
  margin-right: 300px;
}

.mb-xs--150 {
  margin-bottom: -150px;
}

.mb-xs--100 {
  margin-bottom: -100px;
}

.mb-xs--70 {
  margin-bottom: -70px;
}

.mb-xs--50 {
  margin-bottom: -50px;
}

.mb-xs-0 {
  margin-bottom: 0px;
}

.mb-xs-5 {
  margin-bottom: 5px;
}

.mb-xs-10 {
  margin-bottom: 10px;
}

.mb-xs-15 {
  margin-bottom: 15px;
}

.mb-xs-20 {
  margin-bottom: 20px;
}

.mb-xs-25 {
  margin-bottom: 25px;
}

.mb-xs-30 {
  margin-bottom: 30px;
}

.mb-xs-40 {
  margin-bottom: 40px;
}

.mb-xs-50 {
  margin-bottom: 50px;
}

.mb-xs-60 {
  margin-bottom: 60px;
}

.mb-xs-70 {
  margin-bottom: 70px;
}

.mb-xs-80 {
  margin-bottom: 80px;
}

.mb-xs-100 {
  margin-bottom: 100px;
}

.mb-xs-120 {
  margin-bottom: 120px;
}

.mb-xs-150 {
  margin-bottom: 150px;
}

.mb-xs-160 {
  margin-bottom: 160px;
}

.mb-xs-200 {
  margin-bottom: 200px;
}

.mb-xs-300 {
  margin-bottom: 300px;
}

.ml-xs--150 {
  margin-left: -150px;
}

.ml-xs--100 {
  margin-left: -100px;
}

.ml-xs--70 {
  margin-left: -70px;
}

.ml-xs--50 {
  margin-left: -50px;
}

.ml-xs-0 {
  margin-left: 0px;
}

.ml-xs-5 {
  margin-left: 5px;
}

.ml-xs-10 {
  margin-left: 10px;
}

.ml-xs-15 {
  margin-left: 15px;
}

.ml-xs-20 {
  margin-left: 20px;
}

.ml-xs-25 {
  margin-left: 25px;
}

.ml-xs-30 {
  margin-left: 30px;
}

.ml-xs-40 {
  margin-left: 40px;
}

.ml-xs-50 {
  margin-left: 50px;
}

.ml-xs-60 {
  margin-left: 60px;
}

.ml-xs-70 {
  margin-left: 70px;
}

.ml-xs-80 {
  margin-left: 80px;
}

.ml-xs-100 {
  margin-left: 100px;
}

.ml-xs-120 {
  margin-left: 120px;
}

.ml-xs-150 {
  margin-left: 150px;
}

.ml-xs-160 {
  margin-left: 160px;
}

.ml-xs-200 {
  margin-left: 200px;
}

.ml-xs-300 {
  margin-left: 300px;
}

.mx-xs--150 {
  margin-left: -150px;
  margin-right: -150px;
}

.mx-xs--100 {
  margin-left: -100px;
  margin-right: -100px;
}

.mx-xs--70 {
  margin-left: -70px;
  margin-right: -70px;
}

.mx-xs--50 {
  margin-left: -50px;
  margin-right: -50px;
}

.mx-xs-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-xs-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mx-xs-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-xs-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mx-xs-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mx-xs-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.mx-xs-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mx-xs-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.mx-xs-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.mx-xs-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.mx-xs-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.mx-xs-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.mx-xs-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.mx-xs-120 {
  margin-left: 120px;
  margin-right: 120px;
}

.mx-xs-150 {
  margin-left: 150px;
  margin-right: 150px;
}

.mx-xs-160 {
  margin-left: 160px;
  margin-right: 160px;
}

.mx-xs-200 {
  margin-left: 200px;
  margin-right: 200px;
}

.mx-xs-300 {
  margin-left: 300px;
  margin-right: 300px;
}

.my-xs--150 {
  margin-top: -150px;
  margin-bottom: -150px;
}

.my-xs--100 {
  margin-top: -100px;
  margin-bottom: -100px;
}

.my-xs--70 {
  margin-top: -70px;
  margin-bottom: -70px;
}

.my-xs--50 {
  margin-top: -50px;
  margin-bottom: -50px;
}

.my-xs-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-xs-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-xs-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-xs-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-xs-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-xs-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-xs-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-xs-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-xs-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.my-xs-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.my-xs-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.my-xs-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.my-xs-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.my-xs-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.my-xs-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.my-xs-160 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.my-xs-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.my-xs-300 {
  margin-top: 300px;
  margin-bottom: 300px;
}

@media screen and (min-width: 480px) {
  .p-sm--150 {
    padding: -150px;
  }
  .p-sm--100 {
    padding: -100px;
  }
  .p-sm--70 {
    padding: -70px;
  }
  .p-sm--50 {
    padding: -50px;
  }
  .p-sm-0 {
    padding: 0px;
  }
  .p-sm-5 {
    padding: 5px;
  }
  .p-sm-10 {
    padding: 10px;
  }
  .p-sm-15 {
    padding: 15px;
  }
  .p-sm-20 {
    padding: 20px;
  }
  .p-sm-25 {
    padding: 25px;
  }
  .p-sm-30 {
    padding: 30px;
  }
  .p-sm-40 {
    padding: 40px;
  }
  .p-sm-50 {
    padding: 50px;
  }
  .p-sm-60 {
    padding: 60px;
  }
  .p-sm-70 {
    padding: 70px;
  }
  .p-sm-80 {
    padding: 80px;
  }
  .p-sm-100 {
    padding: 100px;
  }
  .p-sm-120 {
    padding: 120px;
  }
  .p-sm-150 {
    padding: 150px;
  }
  .p-sm-160 {
    padding: 160px;
  }
  .p-sm-200 {
    padding: 200px;
  }
  .p-sm-300 {
    padding: 300px;
  }
  .pt-sm--150 {
    padding-top: -150px;
  }
  .pt-sm--100 {
    padding-top: -100px;
  }
  .pt-sm--70 {
    padding-top: -70px;
  }
  .pt-sm--50 {
    padding-top: -50px;
  }
  .pt-sm-0 {
    padding-top: 0px;
  }
  .pt-sm-5 {
    padding-top: 5px;
  }
  .pt-sm-10 {
    padding-top: 10px;
  }
  .pt-sm-15 {
    padding-top: 15px;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .pt-sm-25 {
    padding-top: 25px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .pt-sm-60 {
    padding-top: 60px;
  }
  .pt-sm-70 {
    padding-top: 70px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pt-sm-100 {
    padding-top: 100px;
  }
  .pt-sm-120 {
    padding-top: 120px;
  }
  .pt-sm-150 {
    padding-top: 150px;
  }
  .pt-sm-160 {
    padding-top: 160px;
  }
  .pt-sm-200 {
    padding-top: 200px;
  }
  .pt-sm-300 {
    padding-top: 300px;
  }
  .pr-sm--150 {
    padding-right: -150px;
  }
  .pr-sm--100 {
    padding-right: -100px;
  }
  .pr-sm--70 {
    padding-right: -70px;
  }
  .pr-sm--50 {
    padding-right: -50px;
  }
  .pr-sm-0 {
    padding-right: 0px;
  }
  .pr-sm-5 {
    padding-right: 5px;
  }
  .pr-sm-10 {
    padding-right: 10px;
  }
  .pr-sm-15 {
    padding-right: 15px;
  }
  .pr-sm-20 {
    padding-right: 20px;
  }
  .pr-sm-25 {
    padding-right: 25px;
  }
  .pr-sm-30 {
    padding-right: 30px;
  }
  .pr-sm-40 {
    padding-right: 40px;
  }
  .pr-sm-50 {
    padding-right: 50px;
  }
  .pr-sm-60 {
    padding-right: 60px;
  }
  .pr-sm-70 {
    padding-right: 70px;
  }
  .pr-sm-80 {
    padding-right: 80px;
  }
  .pr-sm-100 {
    padding-right: 100px;
  }
  .pr-sm-120 {
    padding-right: 120px;
  }
  .pr-sm-150 {
    padding-right: 150px;
  }
  .pr-sm-160 {
    padding-right: 160px;
  }
  .pr-sm-200 {
    padding-right: 200px;
  }
  .pr-sm-300 {
    padding-right: 300px;
  }
  .pb-sm--150 {
    padding-bottom: -150px;
  }
  .pb-sm--100 {
    padding-bottom: -100px;
  }
  .pb-sm--70 {
    padding-bottom: -70px;
  }
  .pb-sm--50 {
    padding-bottom: -50px;
  }
  .pb-sm-0 {
    padding-bottom: 0px;
  }
  .pb-sm-5 {
    padding-bottom: 5px;
  }
  .pb-sm-10 {
    padding-bottom: 10px;
  }
  .pb-sm-15 {
    padding-bottom: 15px;
  }
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .pb-sm-25 {
    padding-bottom: 25px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .pb-sm-60 {
    padding-bottom: 60px;
  }
  .pb-sm-70 {
    padding-bottom: 70px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .pb-sm-100 {
    padding-bottom: 100px;
  }
  .pb-sm-120 {
    padding-bottom: 120px;
  }
  .pb-sm-150 {
    padding-bottom: 150px;
  }
  .pb-sm-160 {
    padding-bottom: 160px;
  }
  .pb-sm-200 {
    padding-bottom: 200px;
  }
  .pb-sm-300 {
    padding-bottom: 300px;
  }
  .pl-sm--150 {
    padding-left: -150px;
  }
  .pl-sm--100 {
    padding-left: -100px;
  }
  .pl-sm--70 {
    padding-left: -70px;
  }
  .pl-sm--50 {
    padding-left: -50px;
  }
  .pl-sm-0 {
    padding-left: 0px;
  }
  .pl-sm-5 {
    padding-left: 5px;
  }
  .pl-sm-10 {
    padding-left: 10px;
  }
  .pl-sm-15 {
    padding-left: 15px;
  }
  .pl-sm-20 {
    padding-left: 20px;
  }
  .pl-sm-25 {
    padding-left: 25px;
  }
  .pl-sm-30 {
    padding-left: 30px;
  }
  .pl-sm-40 {
    padding-left: 40px;
  }
  .pl-sm-50 {
    padding-left: 50px;
  }
  .pl-sm-60 {
    padding-left: 60px;
  }
  .pl-sm-70 {
    padding-left: 70px;
  }
  .pl-sm-80 {
    padding-left: 80px;
  }
  .pl-sm-100 {
    padding-left: 100px;
  }
  .pl-sm-120 {
    padding-left: 120px;
  }
  .pl-sm-150 {
    padding-left: 150px;
  }
  .pl-sm-160 {
    padding-left: 160px;
  }
  .pl-sm-200 {
    padding-left: 200px;
  }
  .pl-sm-300 {
    padding-left: 300px;
  }
  .px-sm--150 {
    padding-left: -150px;
    padding-right: -150px;
  }
  .px-sm--100 {
    padding-left: -100px;
    padding-right: -100px;
  }
  .px-sm--70 {
    padding-left: -70px;
    padding-right: -70px;
  }
  .px-sm--50 {
    padding-left: -50px;
    padding-right: -50px;
  }
  .px-sm-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .px-sm-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .px-sm-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .px-sm-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .px-sm-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .px-sm-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .px-sm-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .px-sm-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .px-sm-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .px-sm-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .px-sm-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .px-sm-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .px-sm-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .px-sm-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .px-sm-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .px-sm-160 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .px-sm-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .px-sm-300 {
    padding-left: 300px;
    padding-right: 300px;
  }
  .py-sm--150 {
    padding-top: -150px;
    padding-bottom: -150px;
  }
  .py-sm--100 {
    padding-top: -100px;
    padding-bottom: -100px;
  }
  .py-sm--70 {
    padding-top: -70px;
    padding-bottom: -70px;
  }
  .py-sm--50 {
    padding-top: -50px;
    padding-bottom: -50px;
  }
  .py-sm-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .py-sm-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .py-sm-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .py-sm-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .py-sm-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-sm-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .py-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-sm-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-sm-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .py-sm-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-sm-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .py-sm-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .py-sm-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .py-sm-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .py-sm-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .py-sm-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }
  .m-sm--150 {
    margin: -150px;
  }
  .m-sm--100 {
    margin: -100px;
  }
  .m-sm--70 {
    margin: -70px;
  }
  .m-sm--50 {
    margin: -50px;
  }
  .m-sm-0 {
    margin: 0px;
  }
  .m-sm-5 {
    margin: 5px;
  }
  .m-sm-10 {
    margin: 10px;
  }
  .m-sm-15 {
    margin: 15px;
  }
  .m-sm-20 {
    margin: 20px;
  }
  .m-sm-25 {
    margin: 25px;
  }
  .m-sm-30 {
    margin: 30px;
  }
  .m-sm-40 {
    margin: 40px;
  }
  .m-sm-50 {
    margin: 50px;
  }
  .m-sm-60 {
    margin: 60px;
  }
  .m-sm-70 {
    margin: 70px;
  }
  .m-sm-80 {
    margin: 80px;
  }
  .m-sm-100 {
    margin: 100px;
  }
  .m-sm-120 {
    margin: 120px;
  }
  .m-sm-150 {
    margin: 150px;
  }
  .m-sm-160 {
    margin: 160px;
  }
  .m-sm-200 {
    margin: 200px;
  }
  .m-sm-300 {
    margin: 300px;
  }
  .mt-sm--150 {
    margin-top: -150px;
  }
  .mt-sm--100 {
    margin-top: -100px;
  }
  .mt-sm--70 {
    margin-top: -70px;
  }
  .mt-sm--50 {
    margin-top: -50px;
  }
  .mt-sm-0 {
    margin-top: 0px;
  }
  .mt-sm-5 {
    margin-top: 5px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mt-sm-15 {
    margin-top: 15px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mt-sm-25 {
    margin-top: 25px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mt-sm-70 {
    margin-top: 70px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mt-sm-100 {
    margin-top: 100px;
  }
  .mt-sm-120 {
    margin-top: 120px;
  }
  .mt-sm-150 {
    margin-top: 150px;
  }
  .mt-sm-160 {
    margin-top: 160px;
  }
  .mt-sm-200 {
    margin-top: 200px;
  }
  .mt-sm-300 {
    margin-top: 300px;
  }
  .mr-sm--150 {
    margin-right: -150px;
  }
  .mr-sm--100 {
    margin-right: -100px;
  }
  .mr-sm--70 {
    margin-right: -70px;
  }
  .mr-sm--50 {
    margin-right: -50px;
  }
  .mr-sm-0 {
    margin-right: 0px;
  }
  .mr-sm-5 {
    margin-right: 5px;
  }
  .mr-sm-10 {
    margin-right: 10px;
  }
  .mr-sm-15 {
    margin-right: 15px;
  }
  .mr-sm-20 {
    margin-right: 20px;
  }
  .mr-sm-25 {
    margin-right: 25px;
  }
  .mr-sm-30 {
    margin-right: 30px;
  }
  .mr-sm-40 {
    margin-right: 40px;
  }
  .mr-sm-50 {
    margin-right: 50px;
  }
  .mr-sm-60 {
    margin-right: 60px;
  }
  .mr-sm-70 {
    margin-right: 70px;
  }
  .mr-sm-80 {
    margin-right: 80px;
  }
  .mr-sm-100 {
    margin-right: 100px;
  }
  .mr-sm-120 {
    margin-right: 120px;
  }
  .mr-sm-150 {
    margin-right: 150px;
  }
  .mr-sm-160 {
    margin-right: 160px;
  }
  .mr-sm-200 {
    margin-right: 200px;
  }
  .mr-sm-300 {
    margin-right: 300px;
  }
  .mb-sm--150 {
    margin-bottom: -150px;
  }
  .mb-sm--100 {
    margin-bottom: -100px;
  }
  .mb-sm--70 {
    margin-bottom: -70px;
  }
  .mb-sm--50 {
    margin-bottom: -50px;
  }
  .mb-sm-0 {
    margin-bottom: 0px;
  }
  .mb-sm-5 {
    margin-bottom: 5px;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .mb-sm-15 {
    margin-bottom: 15px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mb-sm-25 {
    margin-bottom: 25px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
  .mb-sm-70 {
    margin-bottom: 70px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .mb-sm-100 {
    margin-bottom: 100px;
  }
  .mb-sm-120 {
    margin-bottom: 120px;
  }
  .mb-sm-150 {
    margin-bottom: 150px;
  }
  .mb-sm-160 {
    margin-bottom: 160px;
  }
  .mb-sm-200 {
    margin-bottom: 200px;
  }
  .mb-sm-300 {
    margin-bottom: 300px;
  }
  .ml-sm--150 {
    margin-left: -150px;
  }
  .ml-sm--100 {
    margin-left: -100px;
  }
  .ml-sm--70 {
    margin-left: -70px;
  }
  .ml-sm--50 {
    margin-left: -50px;
  }
  .ml-sm-0 {
    margin-left: 0px;
  }
  .ml-sm-5 {
    margin-left: 5px;
  }
  .ml-sm-10 {
    margin-left: 10px;
  }
  .ml-sm-15 {
    margin-left: 15px;
  }
  .ml-sm-20 {
    margin-left: 20px;
  }
  .ml-sm-25 {
    margin-left: 25px;
  }
  .ml-sm-30 {
    margin-left: 30px;
  }
  .ml-sm-40 {
    margin-left: 40px;
  }
  .ml-sm-50 {
    margin-left: 50px;
  }
  .ml-sm-60 {
    margin-left: 60px;
  }
  .ml-sm-70 {
    margin-left: 70px;
  }
  .ml-sm-80 {
    margin-left: 80px;
  }
  .ml-sm-100 {
    margin-left: 100px;
  }
  .ml-sm-120 {
    margin-left: 120px;
  }
  .ml-sm-150 {
    margin-left: 150px;
  }
  .ml-sm-160 {
    margin-left: 160px;
  }
  .ml-sm-200 {
    margin-left: 200px;
  }
  .ml-sm-300 {
    margin-left: 300px;
  }
  .mx-sm--150 {
    margin-left: -150px;
    margin-right: -150px;
  }
  .mx-sm--100 {
    margin-left: -100px;
    margin-right: -100px;
  }
  .mx-sm--70 {
    margin-left: -70px;
    margin-right: -70px;
  }
  .mx-sm--50 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .mx-sm-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mx-sm-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mx-sm-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mx-sm-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mx-sm-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mx-sm-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .mx-sm-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mx-sm-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .mx-sm-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .mx-sm-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mx-sm-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .mx-sm-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .mx-sm-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .mx-sm-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .mx-sm-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .mx-sm-160 {
    margin-left: 160px;
    margin-right: 160px;
  }
  .mx-sm-200 {
    margin-left: 200px;
    margin-right: 200px;
  }
  .mx-sm-300 {
    margin-left: 300px;
    margin-right: 300px;
  }
  .my-sm--150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }
  .my-sm--100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }
  .my-sm--70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }
  .my-sm--50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }
  .my-sm-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .my-sm-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .my-sm-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my-sm-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-sm-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my-sm-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .my-sm-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-sm-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .my-sm-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .my-sm-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-sm-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .my-sm-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .my-sm-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .my-sm-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .my-sm-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .my-sm-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .my-sm-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .my-sm-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }
}
@media screen and (min-width: 768px) {
  .p-md--150 {
    padding: -150px;
  }
  .p-md--100 {
    padding: -100px;
  }
  .p-md--70 {
    padding: -70px;
  }
  .p-md--50 {
    padding: -50px;
  }
  .p-md-0 {
    padding: 0px;
  }
  .p-md-5 {
    padding: 5px;
  }
  .p-md-10 {
    padding: 10px;
  }
  .p-md-15 {
    padding: 15px;
  }
  .p-md-20 {
    padding: 20px;
  }
  .p-md-25 {
    padding: 25px;
  }
  .p-md-30 {
    padding: 30px;
  }
  .p-md-40 {
    padding: 40px;
  }
  .p-md-50 {
    padding: 50px;
  }
  .p-md-60 {
    padding: 60px;
  }
  .p-md-70 {
    padding: 70px;
  }
  .p-md-80 {
    padding: 80px;
  }
  .p-md-100 {
    padding: 100px;
  }
  .p-md-120 {
    padding: 120px;
  }
  .p-md-150 {
    padding: 150px;
  }
  .p-md-160 {
    padding: 160px;
  }
  .p-md-200 {
    padding: 200px;
  }
  .p-md-300 {
    padding: 300px;
  }
  .pt-md--150 {
    padding-top: -150px;
  }
  .pt-md--100 {
    padding-top: -100px;
  }
  .pt-md--70 {
    padding-top: -70px;
  }
  .pt-md--50 {
    padding-top: -50px;
  }
  .pt-md-0 {
    padding-top: 0px;
  }
  .pt-md-5 {
    padding-top: 5px;
  }
  .pt-md-10 {
    padding-top: 10px;
  }
  .pt-md-15 {
    padding-top: 15px;
  }
  .pt-md-20 {
    padding-top: 20px;
  }
  .pt-md-25 {
    padding-top: 25px;
  }
  .pt-md-30 {
    padding-top: 30px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .pt-md-50 {
    padding-top: 50px;
  }
  .pt-md-60 {
    padding-top: 60px;
  }
  .pt-md-70 {
    padding-top: 70px;
  }
  .pt-md-80 {
    padding-top: 80px;
  }
  .pt-md-100 {
    padding-top: 100px;
  }
  .pt-md-120 {
    padding-top: 120px;
  }
  .pt-md-150 {
    padding-top: 150px;
  }
  .pt-md-160 {
    padding-top: 160px;
  }
  .pt-md-200 {
    padding-top: 200px;
  }
  .pt-md-300 {
    padding-top: 300px;
  }
  .pr-md--150 {
    padding-right: -150px;
  }
  .pr-md--100 {
    padding-right: -100px;
  }
  .pr-md--70 {
    padding-right: -70px;
  }
  .pr-md--50 {
    padding-right: -50px;
  }
  .pr-md-0 {
    padding-right: 0px;
  }
  .pr-md-5 {
    padding-right: 5px;
  }
  .pr-md-10 {
    padding-right: 10px;
  }
  .pr-md-15 {
    padding-right: 15px;
  }
  .pr-md-20 {
    padding-right: 20px;
  }
  .pr-md-25 {
    padding-right: 25px;
  }
  .pr-md-30 {
    padding-right: 30px;
  }
  .pr-md-40 {
    padding-right: 40px;
  }
  .pr-md-50 {
    padding-right: 50px;
  }
  .pr-md-60 {
    padding-right: 60px;
  }
  .pr-md-70 {
    padding-right: 70px;
  }
  .pr-md-80 {
    padding-right: 80px;
  }
  .pr-md-100 {
    padding-right: 100px;
  }
  .pr-md-120 {
    padding-right: 120px;
  }
  .pr-md-150 {
    padding-right: 150px;
  }
  .pr-md-160 {
    padding-right: 160px;
  }
  .pr-md-200 {
    padding-right: 200px;
  }
  .pr-md-300 {
    padding-right: 300px;
  }
  .pb-md--150 {
    padding-bottom: -150px;
  }
  .pb-md--100 {
    padding-bottom: -100px;
  }
  .pb-md--70 {
    padding-bottom: -70px;
  }
  .pb-md--50 {
    padding-bottom: -50px;
  }
  .pb-md-0 {
    padding-bottom: 0px;
  }
  .pb-md-5 {
    padding-bottom: 5px;
  }
  .pb-md-10 {
    padding-bottom: 10px;
  }
  .pb-md-15 {
    padding-bottom: 15px;
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
  .pb-md-25 {
    padding-bottom: 25px;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .pb-md-50 {
    padding-bottom: 50px;
  }
  .pb-md-60 {
    padding-bottom: 60px;
  }
  .pb-md-70 {
    padding-bottom: 70px;
  }
  .pb-md-80 {
    padding-bottom: 80px;
  }
  .pb-md-100 {
    padding-bottom: 100px;
  }
  .pb-md-120 {
    padding-bottom: 120px;
  }
  .pb-md-150 {
    padding-bottom: 150px;
  }
  .pb-md-160 {
    padding-bottom: 160px;
  }
  .pb-md-200 {
    padding-bottom: 200px;
  }
  .pb-md-300 {
    padding-bottom: 300px;
  }
  .pl-md--150 {
    padding-left: -150px;
  }
  .pl-md--100 {
    padding-left: -100px;
  }
  .pl-md--70 {
    padding-left: -70px;
  }
  .pl-md--50 {
    padding-left: -50px;
  }
  .pl-md-0 {
    padding-left: 0px;
  }
  .pl-md-5 {
    padding-left: 5px;
  }
  .pl-md-10 {
    padding-left: 10px;
  }
  .pl-md-15 {
    padding-left: 15px;
  }
  .pl-md-20 {
    padding-left: 20px;
  }
  .pl-md-25 {
    padding-left: 25px;
  }
  .pl-md-30 {
    padding-left: 30px;
  }
  .pl-md-40 {
    padding-left: 40px;
  }
  .pl-md-50 {
    padding-left: 50px;
  }
  .pl-md-60 {
    padding-left: 60px;
  }
  .pl-md-70 {
    padding-left: 70px;
  }
  .pl-md-80 {
    padding-left: 80px;
  }
  .pl-md-100 {
    padding-left: 100px;
  }
  .pl-md-120 {
    padding-left: 120px;
  }
  .pl-md-150 {
    padding-left: 150px;
  }
  .pl-md-160 {
    padding-left: 160px;
  }
  .pl-md-200 {
    padding-left: 200px;
  }
  .pl-md-300 {
    padding-left: 300px;
  }
  .px-md--150 {
    padding-left: -150px;
    padding-right: -150px;
  }
  .px-md--100 {
    padding-left: -100px;
    padding-right: -100px;
  }
  .px-md--70 {
    padding-left: -70px;
    padding-right: -70px;
  }
  .px-md--50 {
    padding-left: -50px;
    padding-right: -50px;
  }
  .px-md-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .px-md-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .px-md-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .px-md-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .px-md-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .px-md-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .px-md-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .px-md-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .px-md-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .px-md-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .px-md-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .px-md-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .px-md-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .px-md-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .px-md-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .px-md-160 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .px-md-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .px-md-300 {
    padding-left: 300px;
    padding-right: 300px;
  }
  .py-md--150 {
    padding-top: -150px;
    padding-bottom: -150px;
  }
  .py-md--100 {
    padding-top: -100px;
    padding-bottom: -100px;
  }
  .py-md--70 {
    padding-top: -70px;
    padding-bottom: -70px;
  }
  .py-md--50 {
    padding-top: -50px;
    padding-bottom: -50px;
  }
  .py-md-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .py-md-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .py-md-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .py-md-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .py-md-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-md-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .py-md-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-md-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py-md-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-md-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .py-md-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-md-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .py-md-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .py-md-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .py-md-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .py-md-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .py-md-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }
  .m-md--150 {
    margin: -150px;
  }
  .m-md--100 {
    margin: -100px;
  }
  .m-md--70 {
    margin: -70px;
  }
  .m-md--50 {
    margin: -50px;
  }
  .m-md-0 {
    margin: 0px;
  }
  .m-md-5 {
    margin: 5px;
  }
  .m-md-10 {
    margin: 10px;
  }
  .m-md-15 {
    margin: 15px;
  }
  .m-md-20 {
    margin: 20px;
  }
  .m-md-25 {
    margin: 25px;
  }
  .m-md-30 {
    margin: 30px;
  }
  .m-md-40 {
    margin: 40px;
  }
  .m-md-50 {
    margin: 50px;
  }
  .m-md-60 {
    margin: 60px;
  }
  .m-md-70 {
    margin: 70px;
  }
  .m-md-80 {
    margin: 80px;
  }
  .m-md-100 {
    margin: 100px;
  }
  .m-md-120 {
    margin: 120px;
  }
  .m-md-150 {
    margin: 150px;
  }
  .m-md-160 {
    margin: 160px;
  }
  .m-md-200 {
    margin: 200px;
  }
  .m-md-300 {
    margin: 300px;
  }
  .mt-md--150 {
    margin-top: -150px;
  }
  .mt-md--100 {
    margin-top: -100px;
  }
  .mt-md--70 {
    margin-top: -70px;
  }
  .mt-md--50 {
    margin-top: -50px;
  }
  .mt-md-0 {
    margin-top: 0px;
  }
  .mt-md-5 {
    margin-top: 5px;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mt-md-15 {
    margin-top: 15px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mt-md-25 {
    margin-top: 25px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mt-md-40 {
    margin-top: 40px;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .mt-md-70 {
    margin-top: 70px;
  }
  .mt-md-80 {
    margin-top: 80px;
  }
  .mt-md-100 {
    margin-top: 100px;
  }
  .mt-md-120 {
    margin-top: 120px;
  }
  .mt-md-150 {
    margin-top: 150px;
  }
  .mt-md-160 {
    margin-top: 160px;
  }
  .mt-md-200 {
    margin-top: 200px;
  }
  .mt-md-300 {
    margin-top: 300px;
  }
  .mr-md--150 {
    margin-right: -150px;
  }
  .mr-md--100 {
    margin-right: -100px;
  }
  .mr-md--70 {
    margin-right: -70px;
  }
  .mr-md--50 {
    margin-right: -50px;
  }
  .mr-md-0 {
    margin-right: 0px;
  }
  .mr-md-5 {
    margin-right: 5px;
  }
  .mr-md-10 {
    margin-right: 10px;
  }
  .mr-md-15 {
    margin-right: 15px;
  }
  .mr-md-20 {
    margin-right: 20px;
  }
  .mr-md-25 {
    margin-right: 25px;
  }
  .mr-md-30 {
    margin-right: 30px;
  }
  .mr-md-40 {
    margin-right: 40px;
  }
  .mr-md-50 {
    margin-right: 50px;
  }
  .mr-md-60 {
    margin-right: 60px;
  }
  .mr-md-70 {
    margin-right: 70px;
  }
  .mr-md-80 {
    margin-right: 80px;
  }
  .mr-md-100 {
    margin-right: 100px;
  }
  .mr-md-120 {
    margin-right: 120px;
  }
  .mr-md-150 {
    margin-right: 150px;
  }
  .mr-md-160 {
    margin-right: 160px;
  }
  .mr-md-200 {
    margin-right: 200px;
  }
  .mr-md-300 {
    margin-right: 300px;
  }
  .mb-md--150 {
    margin-bottom: -150px;
  }
  .mb-md--100 {
    margin-bottom: -100px;
  }
  .mb-md--70 {
    margin-bottom: -70px;
  }
  .mb-md--50 {
    margin-bottom: -50px;
  }
  .mb-md-0 {
    margin-bottom: 0px;
  }
  .mb-md-5 {
    margin-bottom: 5px;
  }
  .mb-md-10 {
    margin-bottom: 10px;
  }
  .mb-md-15 {
    margin-bottom: 15px;
  }
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .mb-md-25 {
    margin-bottom: 25px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .mb-md-40 {
    margin-bottom: 40px;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  .mb-md-60 {
    margin-bottom: 60px;
  }
  .mb-md-70 {
    margin-bottom: 70px;
  }
  .mb-md-80 {
    margin-bottom: 80px;
  }
  .mb-md-100 {
    margin-bottom: 100px;
  }
  .mb-md-120 {
    margin-bottom: 120px;
  }
  .mb-md-150 {
    margin-bottom: 150px;
  }
  .mb-md-160 {
    margin-bottom: 160px;
  }
  .mb-md-200 {
    margin-bottom: 200px;
  }
  .mb-md-300 {
    margin-bottom: 300px;
  }
  .ml-md--150 {
    margin-left: -150px;
  }
  .ml-md--100 {
    margin-left: -100px;
  }
  .ml-md--70 {
    margin-left: -70px;
  }
  .ml-md--50 {
    margin-left: -50px;
  }
  .ml-md-0 {
    margin-left: 0px;
  }
  .ml-md-5 {
    margin-left: 5px;
  }
  .ml-md-10 {
    margin-left: 10px;
  }
  .ml-md-15 {
    margin-left: 15px;
  }
  .ml-md-20 {
    margin-left: 20px;
  }
  .ml-md-25 {
    margin-left: 25px;
  }
  .ml-md-30 {
    margin-left: 30px;
  }
  .ml-md-40 {
    margin-left: 40px;
  }
  .ml-md-50 {
    margin-left: 50px;
  }
  .ml-md-60 {
    margin-left: 60px;
  }
  .ml-md-70 {
    margin-left: 70px;
  }
  .ml-md-80 {
    margin-left: 80px;
  }
  .ml-md-100 {
    margin-left: 100px;
  }
  .ml-md-120 {
    margin-left: 120px;
  }
  .ml-md-150 {
    margin-left: 150px;
  }
  .ml-md-160 {
    margin-left: 160px;
  }
  .ml-md-200 {
    margin-left: 200px;
  }
  .ml-md-300 {
    margin-left: 300px;
  }
  .mx-md--150 {
    margin-left: -150px;
    margin-right: -150px;
  }
  .mx-md--100 {
    margin-left: -100px;
    margin-right: -100px;
  }
  .mx-md--70 {
    margin-left: -70px;
    margin-right: -70px;
  }
  .mx-md--50 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .mx-md-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mx-md-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mx-md-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mx-md-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mx-md-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mx-md-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .mx-md-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mx-md-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .mx-md-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .mx-md-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mx-md-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .mx-md-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .mx-md-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .mx-md-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .mx-md-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .mx-md-160 {
    margin-left: 160px;
    margin-right: 160px;
  }
  .mx-md-200 {
    margin-left: 200px;
    margin-right: 200px;
  }
  .mx-md-300 {
    margin-left: 300px;
    margin-right: 300px;
  }
  .my-md--150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }
  .my-md--100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }
  .my-md--70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }
  .my-md--50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }
  .my-md-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .my-md-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .my-md-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my-md-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-md-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my-md-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .my-md-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-md-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .my-md-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .my-md-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-md-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .my-md-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .my-md-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .my-md-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .my-md-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .my-md-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .my-md-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .my-md-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }
}
@media screen and (min-width: 960px) {
  .p-lg--150 {
    padding: -150px;
  }
  .p-lg--100 {
    padding: -100px;
  }
  .p-lg--70 {
    padding: -70px;
  }
  .p-lg--50 {
    padding: -50px;
  }
  .p-lg-0 {
    padding: 0px;
  }
  .p-lg-5 {
    padding: 5px;
  }
  .p-lg-10 {
    padding: 10px;
  }
  .p-lg-15 {
    padding: 15px;
  }
  .p-lg-20 {
    padding: 20px;
  }
  .p-lg-25 {
    padding: 25px;
  }
  .p-lg-30 {
    padding: 30px;
  }
  .p-lg-40 {
    padding: 40px;
  }
  .p-lg-50 {
    padding: 50px;
  }
  .p-lg-60 {
    padding: 60px;
  }
  .p-lg-70 {
    padding: 70px;
  }
  .p-lg-80 {
    padding: 80px;
  }
  .p-lg-100 {
    padding: 100px;
  }
  .p-lg-120 {
    padding: 120px;
  }
  .p-lg-150 {
    padding: 150px;
  }
  .p-lg-160 {
    padding: 160px;
  }
  .p-lg-200 {
    padding: 200px;
  }
  .p-lg-300 {
    padding: 300px;
  }
  .pt-lg--150 {
    padding-top: -150px;
  }
  .pt-lg--100 {
    padding-top: -100px;
  }
  .pt-lg--70 {
    padding-top: -70px;
  }
  .pt-lg--50 {
    padding-top: -50px;
  }
  .pt-lg-0 {
    padding-top: 0px;
  }
  .pt-lg-5 {
    padding-top: 5px;
  }
  .pt-lg-10 {
    padding-top: 10px;
  }
  .pt-lg-15 {
    padding-top: 15px;
  }
  .pt-lg-20 {
    padding-top: 20px;
  }
  .pt-lg-25 {
    padding-top: 25px;
  }
  .pt-lg-30 {
    padding-top: 30px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .pt-lg-50 {
    padding-top: 50px;
  }
  .pt-lg-60 {
    padding-top: 60px;
  }
  .pt-lg-70 {
    padding-top: 70px;
  }
  .pt-lg-80 {
    padding-top: 80px;
  }
  .pt-lg-100 {
    padding-top: 100px;
  }
  .pt-lg-120 {
    padding-top: 120px;
  }
  .pt-lg-150 {
    padding-top: 150px;
  }
  .pt-lg-160 {
    padding-top: 160px;
  }
  .pt-lg-200 {
    padding-top: 200px;
  }
  .pt-lg-300 {
    padding-top: 300px;
  }
  .pr-lg--150 {
    padding-right: -150px;
  }
  .pr-lg--100 {
    padding-right: -100px;
  }
  .pr-lg--70 {
    padding-right: -70px;
  }
  .pr-lg--50 {
    padding-right: -50px;
  }
  .pr-lg-0 {
    padding-right: 0px;
  }
  .pr-lg-5 {
    padding-right: 5px;
  }
  .pr-lg-10 {
    padding-right: 10px;
  }
  .pr-lg-15 {
    padding-right: 15px;
  }
  .pr-lg-20 {
    padding-right: 20px;
  }
  .pr-lg-25 {
    padding-right: 25px;
  }
  .pr-lg-30 {
    padding-right: 30px;
  }
  .pr-lg-40 {
    padding-right: 40px;
  }
  .pr-lg-50 {
    padding-right: 50px;
  }
  .pr-lg-60 {
    padding-right: 60px;
  }
  .pr-lg-70 {
    padding-right: 70px;
  }
  .pr-lg-80 {
    padding-right: 80px;
  }
  .pr-lg-100 {
    padding-right: 100px;
  }
  .pr-lg-120 {
    padding-right: 120px;
  }
  .pr-lg-150 {
    padding-right: 150px;
  }
  .pr-lg-160 {
    padding-right: 160px;
  }
  .pr-lg-200 {
    padding-right: 200px;
  }
  .pr-lg-300 {
    padding-right: 300px;
  }
  .pb-lg--150 {
    padding-bottom: -150px;
  }
  .pb-lg--100 {
    padding-bottom: -100px;
  }
  .pb-lg--70 {
    padding-bottom: -70px;
  }
  .pb-lg--50 {
    padding-bottom: -50px;
  }
  .pb-lg-0 {
    padding-bottom: 0px;
  }
  .pb-lg-5 {
    padding-bottom: 5px;
  }
  .pb-lg-10 {
    padding-bottom: 10px;
  }
  .pb-lg-15 {
    padding-bottom: 15px;
  }
  .pb-lg-20 {
    padding-bottom: 20px;
  }
  .pb-lg-25 {
    padding-bottom: 25px;
  }
  .pb-lg-30 {
    padding-bottom: 30px;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .pb-lg-50 {
    padding-bottom: 50px;
  }
  .pb-lg-60 {
    padding-bottom: 60px;
  }
  .pb-lg-70 {
    padding-bottom: 70px;
  }
  .pb-lg-80 {
    padding-bottom: 80px;
  }
  .pb-lg-100 {
    padding-bottom: 100px;
  }
  .pb-lg-120 {
    padding-bottom: 120px;
  }
  .pb-lg-150 {
    padding-bottom: 150px;
  }
  .pb-lg-160 {
    padding-bottom: 160px;
  }
  .pb-lg-200 {
    padding-bottom: 200px;
  }
  .pb-lg-300 {
    padding-bottom: 300px;
  }
  .pl-lg--150 {
    padding-left: -150px;
  }
  .pl-lg--100 {
    padding-left: -100px;
  }
  .pl-lg--70 {
    padding-left: -70px;
  }
  .pl-lg--50 {
    padding-left: -50px;
  }
  .pl-lg-0 {
    padding-left: 0px;
  }
  .pl-lg-5 {
    padding-left: 5px;
  }
  .pl-lg-10 {
    padding-left: 10px;
  }
  .pl-lg-15 {
    padding-left: 15px;
  }
  .pl-lg-20 {
    padding-left: 20px;
  }
  .pl-lg-25 {
    padding-left: 25px;
  }
  .pl-lg-30 {
    padding-left: 30px;
  }
  .pl-lg-40 {
    padding-left: 40px;
  }
  .pl-lg-50 {
    padding-left: 50px;
  }
  .pl-lg-60 {
    padding-left: 60px;
  }
  .pl-lg-70 {
    padding-left: 70px;
  }
  .pl-lg-80 {
    padding-left: 80px;
  }
  .pl-lg-100 {
    padding-left: 100px;
  }
  .pl-lg-120 {
    padding-left: 120px;
  }
  .pl-lg-150 {
    padding-left: 150px;
  }
  .pl-lg-160 {
    padding-left: 160px;
  }
  .pl-lg-200 {
    padding-left: 200px;
  }
  .pl-lg-300 {
    padding-left: 300px;
  }
  .px-lg--150 {
    padding-left: -150px;
    padding-right: -150px;
  }
  .px-lg--100 {
    padding-left: -100px;
    padding-right: -100px;
  }
  .px-lg--70 {
    padding-left: -70px;
    padding-right: -70px;
  }
  .px-lg--50 {
    padding-left: -50px;
    padding-right: -50px;
  }
  .px-lg-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .px-lg-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .px-lg-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .px-lg-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .px-lg-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .px-lg-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .px-lg-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .px-lg-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .px-lg-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .px-lg-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .px-lg-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .px-lg-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .px-lg-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .px-lg-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .px-lg-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .px-lg-160 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .px-lg-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .px-lg-300 {
    padding-left: 300px;
    padding-right: 300px;
  }
  .py-lg--150 {
    padding-top: -150px;
    padding-bottom: -150px;
  }
  .py-lg--100 {
    padding-top: -100px;
    padding-bottom: -100px;
  }
  .py-lg--70 {
    padding-top: -70px;
    padding-bottom: -70px;
  }
  .py-lg--50 {
    padding-top: -50px;
    padding-bottom: -50px;
  }
  .py-lg-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .py-lg-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .py-lg-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .py-lg-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .py-lg-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-lg-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .py-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-lg-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-lg-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .py-lg-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .py-lg-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .py-lg-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .py-lg-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .py-lg-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .py-lg-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }
  .m-lg--150 {
    margin: -150px;
  }
  .m-lg--100 {
    margin: -100px;
  }
  .m-lg--70 {
    margin: -70px;
  }
  .m-lg--50 {
    margin: -50px;
  }
  .m-lg-0 {
    margin: 0px;
  }
  .m-lg-5 {
    margin: 5px;
  }
  .m-lg-10 {
    margin: 10px;
  }
  .m-lg-15 {
    margin: 15px;
  }
  .m-lg-20 {
    margin: 20px;
  }
  .m-lg-25 {
    margin: 25px;
  }
  .m-lg-30 {
    margin: 30px;
  }
  .m-lg-40 {
    margin: 40px;
  }
  .m-lg-50 {
    margin: 50px;
  }
  .m-lg-60 {
    margin: 60px;
  }
  .m-lg-70 {
    margin: 70px;
  }
  .m-lg-80 {
    margin: 80px;
  }
  .m-lg-100 {
    margin: 100px;
  }
  .m-lg-120 {
    margin: 120px;
  }
  .m-lg-150 {
    margin: 150px;
  }
  .m-lg-160 {
    margin: 160px;
  }
  .m-lg-200 {
    margin: 200px;
  }
  .m-lg-300 {
    margin: 300px;
  }
  .mt-lg--150 {
    margin-top: -150px;
  }
  .mt-lg--100 {
    margin-top: -100px;
  }
  .mt-lg--70 {
    margin-top: -70px;
  }
  .mt-lg--50 {
    margin-top: -50px;
  }
  .mt-lg-0 {
    margin-top: 0px;
  }
  .mt-lg-5 {
    margin-top: 5px;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mt-lg-15 {
    margin-top: 15px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mt-lg-25 {
    margin-top: 25px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mt-lg-40 {
    margin-top: 40px;
  }
  .mt-lg-50 {
    margin-top: 50px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mt-lg-70 {
    margin-top: 70px;
  }
  .mt-lg-80 {
    margin-top: 80px;
  }
  .mt-lg-100 {
    margin-top: 100px;
  }
  .mt-lg-120 {
    margin-top: 120px;
  }
  .mt-lg-150 {
    margin-top: 150px;
  }
  .mt-lg-160 {
    margin-top: 160px;
  }
  .mt-lg-200 {
    margin-top: 200px;
  }
  .mt-lg-300 {
    margin-top: 300px;
  }
  .mr-lg--150 {
    margin-right: -150px;
  }
  .mr-lg--100 {
    margin-right: -100px;
  }
  .mr-lg--70 {
    margin-right: -70px;
  }
  .mr-lg--50 {
    margin-right: -50px;
  }
  .mr-lg-0 {
    margin-right: 0px;
  }
  .mr-lg-5 {
    margin-right: 5px;
  }
  .mr-lg-10 {
    margin-right: 10px;
  }
  .mr-lg-15 {
    margin-right: 15px;
  }
  .mr-lg-20 {
    margin-right: 20px;
  }
  .mr-lg-25 {
    margin-right: 25px;
  }
  .mr-lg-30 {
    margin-right: 30px;
  }
  .mr-lg-40 {
    margin-right: 40px;
  }
  .mr-lg-50 {
    margin-right: 50px;
  }
  .mr-lg-60 {
    margin-right: 60px;
  }
  .mr-lg-70 {
    margin-right: 70px;
  }
  .mr-lg-80 {
    margin-right: 80px;
  }
  .mr-lg-100 {
    margin-right: 100px;
  }
  .mr-lg-120 {
    margin-right: 120px;
  }
  .mr-lg-150 {
    margin-right: 150px;
  }
  .mr-lg-160 {
    margin-right: 160px;
  }
  .mr-lg-200 {
    margin-right: 200px;
  }
  .mr-lg-300 {
    margin-right: 300px;
  }
  .mb-lg--150 {
    margin-bottom: -150px;
  }
  .mb-lg--100 {
    margin-bottom: -100px;
  }
  .mb-lg--70 {
    margin-bottom: -70px;
  }
  .mb-lg--50 {
    margin-bottom: -50px;
  }
  .mb-lg-0 {
    margin-bottom: 0px;
  }
  .mb-lg-5 {
    margin-bottom: 5px;
  }
  .mb-lg-10 {
    margin-bottom: 10px;
  }
  .mb-lg-15 {
    margin-bottom: 15px;
  }
  .mb-lg-20 {
    margin-bottom: 20px;
  }
  .mb-lg-25 {
    margin-bottom: 25px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .mb-lg-40 {
    margin-bottom: 40px;
  }
  .mb-lg-50 {
    margin-bottom: 50px;
  }
  .mb-lg-60 {
    margin-bottom: 60px;
  }
  .mb-lg-70 {
    margin-bottom: 70px;
  }
  .mb-lg-80 {
    margin-bottom: 80px;
  }
  .mb-lg-100 {
    margin-bottom: 100px;
  }
  .mb-lg-120 {
    margin-bottom: 120px;
  }
  .mb-lg-150 {
    margin-bottom: 150px;
  }
  .mb-lg-160 {
    margin-bottom: 160px;
  }
  .mb-lg-200 {
    margin-bottom: 200px;
  }
  .mb-lg-300 {
    margin-bottom: 300px;
  }
  .ml-lg--150 {
    margin-left: -150px;
  }
  .ml-lg--100 {
    margin-left: -100px;
  }
  .ml-lg--70 {
    margin-left: -70px;
  }
  .ml-lg--50 {
    margin-left: -50px;
  }
  .ml-lg-0 {
    margin-left: 0px;
  }
  .ml-lg-5 {
    margin-left: 5px;
  }
  .ml-lg-10 {
    margin-left: 10px;
  }
  .ml-lg-15 {
    margin-left: 15px;
  }
  .ml-lg-20 {
    margin-left: 20px;
  }
  .ml-lg-25 {
    margin-left: 25px;
  }
  .ml-lg-30 {
    margin-left: 30px;
  }
  .ml-lg-40 {
    margin-left: 40px;
  }
  .ml-lg-50 {
    margin-left: 50px;
  }
  .ml-lg-60 {
    margin-left: 60px;
  }
  .ml-lg-70 {
    margin-left: 70px;
  }
  .ml-lg-80 {
    margin-left: 80px;
  }
  .ml-lg-100 {
    margin-left: 100px;
  }
  .ml-lg-120 {
    margin-left: 120px;
  }
  .ml-lg-150 {
    margin-left: 150px;
  }
  .ml-lg-160 {
    margin-left: 160px;
  }
  .ml-lg-200 {
    margin-left: 200px;
  }
  .ml-lg-300 {
    margin-left: 300px;
  }
  .mx-lg--150 {
    margin-left: -150px;
    margin-right: -150px;
  }
  .mx-lg--100 {
    margin-left: -100px;
    margin-right: -100px;
  }
  .mx-lg--70 {
    margin-left: -70px;
    margin-right: -70px;
  }
  .mx-lg--50 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .mx-lg-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mx-lg-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mx-lg-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mx-lg-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mx-lg-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mx-lg-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .mx-lg-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mx-lg-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .mx-lg-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .mx-lg-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mx-lg-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .mx-lg-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .mx-lg-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .mx-lg-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .mx-lg-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .mx-lg-160 {
    margin-left: 160px;
    margin-right: 160px;
  }
  .mx-lg-200 {
    margin-left: 200px;
    margin-right: 200px;
  }
  .mx-lg-300 {
    margin-left: 300px;
    margin-right: 300px;
  }
  .my-lg--150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }
  .my-lg--100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }
  .my-lg--70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }
  .my-lg--50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }
  .my-lg-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .my-lg-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .my-lg-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my-lg-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-lg-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my-lg-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .my-lg-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-lg-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .my-lg-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .my-lg-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-lg-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .my-lg-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .my-lg-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .my-lg-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .my-lg-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .my-lg-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .my-lg-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .my-lg-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .p-xl--150 {
    padding: -150px;
  }
  .p-xl--100 {
    padding: -100px;
  }
  .p-xl--70 {
    padding: -70px;
  }
  .p-xl--50 {
    padding: -50px;
  }
  .p-xl-0 {
    padding: 0px;
  }
  .p-xl-5 {
    padding: 5px;
  }
  .p-xl-10 {
    padding: 10px;
  }
  .p-xl-15 {
    padding: 15px;
  }
  .p-xl-20 {
    padding: 20px;
  }
  .p-xl-25 {
    padding: 25px;
  }
  .p-xl-30 {
    padding: 30px;
  }
  .p-xl-40 {
    padding: 40px;
  }
  .p-xl-50 {
    padding: 50px;
  }
  .p-xl-60 {
    padding: 60px;
  }
  .p-xl-70 {
    padding: 70px;
  }
  .p-xl-80 {
    padding: 80px;
  }
  .p-xl-100 {
    padding: 100px;
  }
  .p-xl-120 {
    padding: 120px;
  }
  .p-xl-150 {
    padding: 150px;
  }
  .p-xl-160 {
    padding: 160px;
  }
  .p-xl-200 {
    padding: 200px;
  }
  .p-xl-300 {
    padding: 300px;
  }
  .pt-xl--150 {
    padding-top: -150px;
  }
  .pt-xl--100 {
    padding-top: -100px;
  }
  .pt-xl--70 {
    padding-top: -70px;
  }
  .pt-xl--50 {
    padding-top: -50px;
  }
  .pt-xl-0 {
    padding-top: 0px;
  }
  .pt-xl-5 {
    padding-top: 5px;
  }
  .pt-xl-10 {
    padding-top: 10px;
  }
  .pt-xl-15 {
    padding-top: 15px;
  }
  .pt-xl-20 {
    padding-top: 20px;
  }
  .pt-xl-25 {
    padding-top: 25px;
  }
  .pt-xl-30 {
    padding-top: 30px;
  }
  .pt-xl-40 {
    padding-top: 40px;
  }
  .pt-xl-50 {
    padding-top: 50px;
  }
  .pt-xl-60 {
    padding-top: 60px;
  }
  .pt-xl-70 {
    padding-top: 70px;
  }
  .pt-xl-80 {
    padding-top: 80px;
  }
  .pt-xl-100 {
    padding-top: 100px;
  }
  .pt-xl-120 {
    padding-top: 120px;
  }
  .pt-xl-150 {
    padding-top: 150px;
  }
  .pt-xl-160 {
    padding-top: 160px;
  }
  .pt-xl-200 {
    padding-top: 200px;
  }
  .pt-xl-300 {
    padding-top: 300px;
  }
  .pr-xl--150 {
    padding-right: -150px;
  }
  .pr-xl--100 {
    padding-right: -100px;
  }
  .pr-xl--70 {
    padding-right: -70px;
  }
  .pr-xl--50 {
    padding-right: -50px;
  }
  .pr-xl-0 {
    padding-right: 0px;
  }
  .pr-xl-5 {
    padding-right: 5px;
  }
  .pr-xl-10 {
    padding-right: 10px;
  }
  .pr-xl-15 {
    padding-right: 15px;
  }
  .pr-xl-20 {
    padding-right: 20px;
  }
  .pr-xl-25 {
    padding-right: 25px;
  }
  .pr-xl-30 {
    padding-right: 30px;
  }
  .pr-xl-40 {
    padding-right: 40px;
  }
  .pr-xl-50 {
    padding-right: 50px;
  }
  .pr-xl-60 {
    padding-right: 60px;
  }
  .pr-xl-70 {
    padding-right: 70px;
  }
  .pr-xl-80 {
    padding-right: 80px;
  }
  .pr-xl-100 {
    padding-right: 100px;
  }
  .pr-xl-120 {
    padding-right: 120px;
  }
  .pr-xl-150 {
    padding-right: 150px;
  }
  .pr-xl-160 {
    padding-right: 160px;
  }
  .pr-xl-200 {
    padding-right: 200px;
  }
  .pr-xl-300 {
    padding-right: 300px;
  }
  .pb-xl--150 {
    padding-bottom: -150px;
  }
  .pb-xl--100 {
    padding-bottom: -100px;
  }
  .pb-xl--70 {
    padding-bottom: -70px;
  }
  .pb-xl--50 {
    padding-bottom: -50px;
  }
  .pb-xl-0 {
    padding-bottom: 0px;
  }
  .pb-xl-5 {
    padding-bottom: 5px;
  }
  .pb-xl-10 {
    padding-bottom: 10px;
  }
  .pb-xl-15 {
    padding-bottom: 15px;
  }
  .pb-xl-20 {
    padding-bottom: 20px;
  }
  .pb-xl-25 {
    padding-bottom: 25px;
  }
  .pb-xl-30 {
    padding-bottom: 30px;
  }
  .pb-xl-40 {
    padding-bottom: 40px;
  }
  .pb-xl-50 {
    padding-bottom: 50px;
  }
  .pb-xl-60 {
    padding-bottom: 60px;
  }
  .pb-xl-70 {
    padding-bottom: 70px;
  }
  .pb-xl-80 {
    padding-bottom: 80px;
  }
  .pb-xl-100 {
    padding-bottom: 100px;
  }
  .pb-xl-120 {
    padding-bottom: 120px;
  }
  .pb-xl-150 {
    padding-bottom: 150px;
  }
  .pb-xl-160 {
    padding-bottom: 160px;
  }
  .pb-xl-200 {
    padding-bottom: 200px;
  }
  .pb-xl-300 {
    padding-bottom: 300px;
  }
  .pl-xl--150 {
    padding-left: -150px;
  }
  .pl-xl--100 {
    padding-left: -100px;
  }
  .pl-xl--70 {
    padding-left: -70px;
  }
  .pl-xl--50 {
    padding-left: -50px;
  }
  .pl-xl-0 {
    padding-left: 0px;
  }
  .pl-xl-5 {
    padding-left: 5px;
  }
  .pl-xl-10 {
    padding-left: 10px;
  }
  .pl-xl-15 {
    padding-left: 15px;
  }
  .pl-xl-20 {
    padding-left: 20px;
  }
  .pl-xl-25 {
    padding-left: 25px;
  }
  .pl-xl-30 {
    padding-left: 30px;
  }
  .pl-xl-40 {
    padding-left: 40px;
  }
  .pl-xl-50 {
    padding-left: 50px;
  }
  .pl-xl-60 {
    padding-left: 60px;
  }
  .pl-xl-70 {
    padding-left: 70px;
  }
  .pl-xl-80 {
    padding-left: 80px;
  }
  .pl-xl-100 {
    padding-left: 100px;
  }
  .pl-xl-120 {
    padding-left: 120px;
  }
  .pl-xl-150 {
    padding-left: 150px;
  }
  .pl-xl-160 {
    padding-left: 160px;
  }
  .pl-xl-200 {
    padding-left: 200px;
  }
  .pl-xl-300 {
    padding-left: 300px;
  }
  .px-xl--150 {
    padding-left: -150px;
    padding-right: -150px;
  }
  .px-xl--100 {
    padding-left: -100px;
    padding-right: -100px;
  }
  .px-xl--70 {
    padding-left: -70px;
    padding-right: -70px;
  }
  .px-xl--50 {
    padding-left: -50px;
    padding-right: -50px;
  }
  .px-xl-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .px-xl-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .px-xl-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .px-xl-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .px-xl-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .px-xl-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .px-xl-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .px-xl-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .px-xl-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .px-xl-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .px-xl-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .px-xl-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .px-xl-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .px-xl-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .px-xl-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .px-xl-160 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .px-xl-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .px-xl-300 {
    padding-left: 300px;
    padding-right: 300px;
  }
  .py-xl--150 {
    padding-top: -150px;
    padding-bottom: -150px;
  }
  .py-xl--100 {
    padding-top: -100px;
    padding-bottom: -100px;
  }
  .py-xl--70 {
    padding-top: -70px;
    padding-bottom: -70px;
  }
  .py-xl--50 {
    padding-top: -50px;
    padding-bottom: -50px;
  }
  .py-xl-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .py-xl-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .py-xl-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .py-xl-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .py-xl-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-xl-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .py-xl-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-xl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-xl-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py-xl-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-xl-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .py-xl-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-xl-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .py-xl-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .py-xl-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .py-xl-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .py-xl-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .py-xl-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }
  .m-xl--150 {
    margin: -150px;
  }
  .m-xl--100 {
    margin: -100px;
  }
  .m-xl--70 {
    margin: -70px;
  }
  .m-xl--50 {
    margin: -50px;
  }
  .m-xl-0 {
    margin: 0px;
  }
  .m-xl-5 {
    margin: 5px;
  }
  .m-xl-10 {
    margin: 10px;
  }
  .m-xl-15 {
    margin: 15px;
  }
  .m-xl-20 {
    margin: 20px;
  }
  .m-xl-25 {
    margin: 25px;
  }
  .m-xl-30 {
    margin: 30px;
  }
  .m-xl-40 {
    margin: 40px;
  }
  .m-xl-50 {
    margin: 50px;
  }
  .m-xl-60 {
    margin: 60px;
  }
  .m-xl-70 {
    margin: 70px;
  }
  .m-xl-80 {
    margin: 80px;
  }
  .m-xl-100 {
    margin: 100px;
  }
  .m-xl-120 {
    margin: 120px;
  }
  .m-xl-150 {
    margin: 150px;
  }
  .m-xl-160 {
    margin: 160px;
  }
  .m-xl-200 {
    margin: 200px;
  }
  .m-xl-300 {
    margin: 300px;
  }
  .mt-xl--150 {
    margin-top: -150px;
  }
  .mt-xl--100 {
    margin-top: -100px;
  }
  .mt-xl--70 {
    margin-top: -70px;
  }
  .mt-xl--50 {
    margin-top: -50px;
  }
  .mt-xl-0 {
    margin-top: 0px;
  }
  .mt-xl-5 {
    margin-top: 5px;
  }
  .mt-xl-10 {
    margin-top: 10px;
  }
  .mt-xl-15 {
    margin-top: 15px;
  }
  .mt-xl-20 {
    margin-top: 20px;
  }
  .mt-xl-25 {
    margin-top: 25px;
  }
  .mt-xl-30 {
    margin-top: 30px;
  }
  .mt-xl-40 {
    margin-top: 40px;
  }
  .mt-xl-50 {
    margin-top: 50px;
  }
  .mt-xl-60 {
    margin-top: 60px;
  }
  .mt-xl-70 {
    margin-top: 70px;
  }
  .mt-xl-80 {
    margin-top: 80px;
  }
  .mt-xl-100 {
    margin-top: 100px;
  }
  .mt-xl-120 {
    margin-top: 120px;
  }
  .mt-xl-150 {
    margin-top: 150px;
  }
  .mt-xl-160 {
    margin-top: 160px;
  }
  .mt-xl-200 {
    margin-top: 200px;
  }
  .mt-xl-300 {
    margin-top: 300px;
  }
  .mr-xl--150 {
    margin-right: -150px;
  }
  .mr-xl--100 {
    margin-right: -100px;
  }
  .mr-xl--70 {
    margin-right: -70px;
  }
  .mr-xl--50 {
    margin-right: -50px;
  }
  .mr-xl-0 {
    margin-right: 0px;
  }
  .mr-xl-5 {
    margin-right: 5px;
  }
  .mr-xl-10 {
    margin-right: 10px;
  }
  .mr-xl-15 {
    margin-right: 15px;
  }
  .mr-xl-20 {
    margin-right: 20px;
  }
  .mr-xl-25 {
    margin-right: 25px;
  }
  .mr-xl-30 {
    margin-right: 30px;
  }
  .mr-xl-40 {
    margin-right: 40px;
  }
  .mr-xl-50 {
    margin-right: 50px;
  }
  .mr-xl-60 {
    margin-right: 60px;
  }
  .mr-xl-70 {
    margin-right: 70px;
  }
  .mr-xl-80 {
    margin-right: 80px;
  }
  .mr-xl-100 {
    margin-right: 100px;
  }
  .mr-xl-120 {
    margin-right: 120px;
  }
  .mr-xl-150 {
    margin-right: 150px;
  }
  .mr-xl-160 {
    margin-right: 160px;
  }
  .mr-xl-200 {
    margin-right: 200px;
  }
  .mr-xl-300 {
    margin-right: 300px;
  }
  .mb-xl--150 {
    margin-bottom: -150px;
  }
  .mb-xl--100 {
    margin-bottom: -100px;
  }
  .mb-xl--70 {
    margin-bottom: -70px;
  }
  .mb-xl--50 {
    margin-bottom: -50px;
  }
  .mb-xl-0 {
    margin-bottom: 0px;
  }
  .mb-xl-5 {
    margin-bottom: 5px;
  }
  .mb-xl-10 {
    margin-bottom: 10px;
  }
  .mb-xl-15 {
    margin-bottom: 15px;
  }
  .mb-xl-20 {
    margin-bottom: 20px;
  }
  .mb-xl-25 {
    margin-bottom: 25px;
  }
  .mb-xl-30 {
    margin-bottom: 30px;
  }
  .mb-xl-40 {
    margin-bottom: 40px;
  }
  .mb-xl-50 {
    margin-bottom: 50px;
  }
  .mb-xl-60 {
    margin-bottom: 60px;
  }
  .mb-xl-70 {
    margin-bottom: 70px;
  }
  .mb-xl-80 {
    margin-bottom: 80px;
  }
  .mb-xl-100 {
    margin-bottom: 100px;
  }
  .mb-xl-120 {
    margin-bottom: 120px;
  }
  .mb-xl-150 {
    margin-bottom: 150px;
  }
  .mb-xl-160 {
    margin-bottom: 160px;
  }
  .mb-xl-200 {
    margin-bottom: 200px;
  }
  .mb-xl-300 {
    margin-bottom: 300px;
  }
  .ml-xl--150 {
    margin-left: -150px;
  }
  .ml-xl--100 {
    margin-left: -100px;
  }
  .ml-xl--70 {
    margin-left: -70px;
  }
  .ml-xl--50 {
    margin-left: -50px;
  }
  .ml-xl-0 {
    margin-left: 0px;
  }
  .ml-xl-5 {
    margin-left: 5px;
  }
  .ml-xl-10 {
    margin-left: 10px;
  }
  .ml-xl-15 {
    margin-left: 15px;
  }
  .ml-xl-20 {
    margin-left: 20px;
  }
  .ml-xl-25 {
    margin-left: 25px;
  }
  .ml-xl-30 {
    margin-left: 30px;
  }
  .ml-xl-40 {
    margin-left: 40px;
  }
  .ml-xl-50 {
    margin-left: 50px;
  }
  .ml-xl-60 {
    margin-left: 60px;
  }
  .ml-xl-70 {
    margin-left: 70px;
  }
  .ml-xl-80 {
    margin-left: 80px;
  }
  .ml-xl-100 {
    margin-left: 100px;
  }
  .ml-xl-120 {
    margin-left: 120px;
  }
  .ml-xl-150 {
    margin-left: 150px;
  }
  .ml-xl-160 {
    margin-left: 160px;
  }
  .ml-xl-200 {
    margin-left: 200px;
  }
  .ml-xl-300 {
    margin-left: 300px;
  }
  .mx-xl--150 {
    margin-left: -150px;
    margin-right: -150px;
  }
  .mx-xl--100 {
    margin-left: -100px;
    margin-right: -100px;
  }
  .mx-xl--70 {
    margin-left: -70px;
    margin-right: -70px;
  }
  .mx-xl--50 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .mx-xl-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mx-xl-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mx-xl-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mx-xl-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mx-xl-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mx-xl-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .mx-xl-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mx-xl-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .mx-xl-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .mx-xl-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mx-xl-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .mx-xl-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .mx-xl-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .mx-xl-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .mx-xl-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .mx-xl-160 {
    margin-left: 160px;
    margin-right: 160px;
  }
  .mx-xl-200 {
    margin-left: 200px;
    margin-right: 200px;
  }
  .mx-xl-300 {
    margin-left: 300px;
    margin-right: 300px;
  }
  .my-xl--150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }
  .my-xl--100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }
  .my-xl--70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }
  .my-xl--50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }
  .my-xl-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .my-xl-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .my-xl-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my-xl-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-xl-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my-xl-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .my-xl-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-xl-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .my-xl-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .my-xl-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-xl-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .my-xl-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .my-xl-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .my-xl-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .my-xl-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .my-xl-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .my-xl-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .my-xl-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }
}