/*!
Theme Name: tessellation
Theme URI: http://underscores.me/
Author: Soma MORADI
Author URI: https://soma-dev.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tessellation
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

tessellation is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# layouts
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* Variables
--------------------------------------------- */
@font-face {
  font-family: "Celias";
  src: url("../fonts/Celias-Regular.woff");
  src: url("../fonts/Celias-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Celias-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Celias-Light";
  src: url("../fonts/Celias-Light.woff");
  src: url("../fonts/Celias-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Celias-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* Mixins
--------------------------------------------- */
/* Variables
--------------------------------------------- */
.container {
  padding-right: 2rem;
  padding-left: 2rem;
}
.container:not(.is-fluid) {
  margin: 0 auto;
}
@media only screen and (min-width: 767px) {
  .container:not(.is-fluid) {
    width: 100%;
    max-width: 757px;
  }
}
@media only screen and (min-width: 880px) {
  .container:not(.is-fluid) {
    width: 100%;
    max-width: 870px;
  }
}
@media only screen and (min-width: 1024px) {
  .container:not(.is-fluid) {
    width: 100%;
    max-width: 1014px;
  }
}
@media only screen and (min-width: 1200px) {
  .container:not(.is-fluid) {
    width: 100%;
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1440px) {
  .container:not(.is-fluid) {
    width: 100%;
    max-width: 1420px;
  }
}
@media only screen and (min-width: 1800px) {
  .container:not(.is-fluid) {
    width: 100%;
    max-width: 1720px;
  }
}
@media only screen and (min-width: 2400px) {
  .container:not(.is-fluid) {
    width: 100%;
    max-width: 2150px;
  }
}

.container-xs {
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .container-xs {
    max-width: 757px;
  }
}
@media only screen and (min-width: 880px) {
  .container-xs {
    max-width: 870px;
  }
}
@media only screen and (min-width: 1024px) {
  .container-xs {
    max-width: 1014px;
  }
}
@media only screen and (min-width: 1200px) {
  .container-xs {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1440px) {
  .container-xs {
    max-width: 1420px;
  }
}
@media only screen and (min-width: 1800px) {
  .container-xs {
    max-width: 1720px;
  }
}
@media only screen and (min-width: 2400px) {
  .container-xs {
    max-width: 2150px;
  }
}

.container-sm {
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
}
@media only screen and (min-width: 880px) {
  .container-sm {
    max-width: 870px;
  }
}
@media only screen and (min-width: 1024px) {
  .container-sm {
    max-width: 1014px;
  }
}
@media only screen and (min-width: 1200px) {
  .container-sm {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1440px) {
  .container-sm {
    max-width: 1420px;
  }
}
@media only screen and (min-width: 1800px) {
  .container-sm {
    max-width: 1720px;
  }
}
@media only screen and (min-width: 2400px) {
  .container-sm {
    max-width: 2150px;
  }
}

.container-md {
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .container-md {
    max-width: 1014px;
  }
}
@media only screen and (min-width: 1200px) {
  .container-md {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1440px) {
  .container-md {
    max-width: 1420px;
  }
}
@media only screen and (min-width: 1800px) {
  .container-md {
    max-width: 1720px;
  }
}
@media only screen and (min-width: 2400px) {
  .container-md {
    max-width: 2150px;
  }
}

.container-lg {
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .container-lg {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1440px) {
  .container-lg {
    max-width: 1420px;
  }
}
@media only screen and (min-width: 1800px) {
  .container-lg {
    max-width: 1720px;
  }
}
@media only screen and (min-width: 2400px) {
  .container-lg {
    max-width: 2150px;
  }
}

.container-xl {
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
}
@media only screen and (min-width: 1440px) {
  .container-xl {
    max-width: 1420px;
  }
}
@media only screen and (min-width: 1800px) {
  .container-xl {
    max-width: 1720px;
  }
}
@media only screen and (min-width: 2400px) {
  .container-xl {
    max-width: 2150px;
  }
}

.container-xxl {
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
}
@media only screen and (min-width: 1800px) {
  .container-xxl {
    max-width: 1720px;
  }
}
@media only screen and (min-width: 2400px) {
  .container-xxl {
    max-width: 2150px;
  }
}

.container-xxxl {
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
}
@media only screen and (min-width: 2400px) {
  .container-xxxl {
    max-width: 2150px;
  }
}

.row {
  margin-right: 15px;
  margin-left: 15px;
  display: flex;
  flex-wrap: wrap;
}

.flex {
  gap: 15px;
  display: flex;
}

.flex-col-1 {
  flex-basis: 4%;
}
@media (max-width: 1024px) {
  .flex-col-1 {
    flex-basis: 100%;
  }
}

.flex-col-2 {
  flex-basis: 13%;
}
@media (max-width: 1024px) {
  .flex-col-2 {
    flex-basis: 100%;
  }
}

.flex-col-3 {
  flex-basis: 22%;
}
@media (max-width: 1024px) {
  .flex-col-3 {
    flex-basis: 100%;
  }
}

.flex-col-4 {
  flex-basis: 31%;
}
@media (max-width: 1024px) {
  .flex-col-4 {
    flex-basis: 100%;
  }
}

.flex-col-5 {
  flex-basis: 40%;
}
@media (max-width: 1024px) {
  .flex-col-5 {
    flex-basis: 100%;
  }
}

.flex-col-6 {
  flex-basis: 49%;
}
@media (max-width: 1024px) {
  .flex-col-6 {
    flex-basis: 100%;
  }
}

.flex-col-7 {
  flex-basis: 58%;
}
@media (max-width: 1024px) {
  .flex-col-7 {
    flex-basis: 100%;
  }
}

.flex-col-8 {
  flex-basis: 67%;
}
@media (max-width: 1024px) {
  .flex-col-8 {
    flex-basis: 100%;
  }
}

.flex-col-9 {
  flex-basis: 76%;
}
@media (max-width: 1024px) {
  .flex-col-9 {
    flex-basis: 100%;
  }
}

.flex-col-10 {
  flex-basis: 85%;
}
@media (max-width: 1024px) {
  .flex-col-10 {
    flex-basis: 100%;
  }
}

.flex-col-11 {
  flex-basis: 94%;
}
@media (max-width: 1024px) {
  .flex-col-11 {
    flex-basis: 100%;
  }
}

.flex-col-12 {
  flex-basis: 103%;
}
@media (max-width: 1024px) {
  .flex-col-12 {
    flex-basis: 100%;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/* Typography
--------------------------------------------- */
/* Variables
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #1C2941;
  font-family: "Celias", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

/* Mixins
--------------------------------------------- */
/* Variables
--------------------------------------------- */
@font-face {
  font-family: "Celias";
  src: url("../fonts/Celias-Regular.woff");
  src: url("../fonts/Celias-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Celias-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Celias-Light";
  src: url("../fonts/Celias-Light.woff");
  src: url("../fonts/Celias-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Celias-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.container {
  padding-right: 2rem;
  padding-left: 2rem;
}

.container:not(.is-fluid) {
  margin: 0 auto;
}

@media only screen and (min-width: 767px) {
  .container:not(.is-fluid) {
    width: 100%;
    max-width: 757px;
  }
}
@media only screen and (min-width: 880px) {
  .container:not(.is-fluid) {
    width: 100%;
    max-width: 870px;
  }
}
@media only screen and (min-width: 1024px) {
  .container:not(.is-fluid) {
    width: 100%;
    max-width: 1014px;
  }
}
@media only screen and (min-width: 1200px) {
  .container:not(.is-fluid) {
    width: 100%;
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1440px) {
  .container:not(.is-fluid) {
    width: 100%;
    max-width: 1420px;
  }
}
@media only screen and (min-width: 1800px) {
  .container:not(.is-fluid) {
    width: 100%;
    max-width: 1720px;
  }
}
@media only screen and (min-width: 2400px) {
  .container:not(.is-fluid) {
    width: 100%;
    max-width: 2150px;
  }
}
.container-xs {
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
}

@media only screen and (min-width: 767px) {
  .container-xs {
    max-width: 757px;
  }
}
@media only screen and (min-width: 880px) {
  .container-xs {
    max-width: 870px;
  }
}
@media only screen and (min-width: 1024px) {
  .container-xs {
    max-width: 1014px;
  }
}
@media only screen and (min-width: 1200px) {
  .container-xs {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1440px) {
  .container-xs {
    max-width: 1420px;
  }
}
@media only screen and (min-width: 1800px) {
  .container-xs {
    max-width: 1720px;
  }
}
@media only screen and (min-width: 2400px) {
  .container-xs {
    max-width: 2150px;
  }
}
.container-sm {
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
}

@media only screen and (min-width: 880px) {
  .container-sm {
    max-width: 870px;
  }
}
@media only screen and (min-width: 1024px) {
  .container-sm {
    max-width: 1014px;
  }
}
@media only screen and (min-width: 1200px) {
  .container-sm {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1440px) {
  .container-sm {
    max-width: 1420px;
  }
}
@media only screen and (min-width: 1800px) {
  .container-sm {
    max-width: 1720px;
  }
}
@media only screen and (min-width: 2400px) {
  .container-sm {
    max-width: 2150px;
  }
}
.container-md {
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .container-md {
    max-width: 1014px;
  }
}
@media only screen and (min-width: 1200px) {
  .container-md {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1440px) {
  .container-md {
    max-width: 1420px;
  }
}
@media only screen and (min-width: 1800px) {
  .container-md {
    max-width: 1720px;
  }
}
@media only screen and (min-width: 2400px) {
  .container-md {
    max-width: 2150px;
  }
}
.container-lg {
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .container-lg {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1440px) {
  .container-lg {
    max-width: 1420px;
  }
}
@media only screen and (min-width: 1800px) {
  .container-lg {
    max-width: 1720px;
  }
}
@media only screen and (min-width: 2400px) {
  .container-lg {
    max-width: 2150px;
  }
}
.container-xl {
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
}

@media only screen and (min-width: 1440px) {
  .container-xl {
    max-width: 1420px;
  }
}
@media only screen and (min-width: 1800px) {
  .container-xl {
    max-width: 1720px;
  }
}
@media only screen and (min-width: 2400px) {
  .container-xl {
    max-width: 2150px;
  }
}
.container-xxl {
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
}

@media only screen and (min-width: 1800px) {
  .container-xxl {
    max-width: 1720px;
  }
}
@media only screen and (min-width: 2400px) {
  .container-xxl {
    max-width: 2150px;
  }
}
.container-xxxl {
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
}

@media only screen and (min-width: 2400px) {
  .container-xxxl {
    max-width: 2150px;
  }
}
.row {
  margin-right: 15px;
  margin-left: 15px;
  display: flex;
  flex-wrap: wrap;
}

.flex {
  gap: 15px;
  display: flex;
}

.flex-col-1 {
  flex-basis: 4%;
}

@media (max-width: 1024px) {
  .flex-col-1 {
    flex-basis: 100%;
  }
}
.flex-col-2 {
  flex-basis: 13%;
}

@media (max-width: 1024px) {
  .flex-col-2 {
    flex-basis: 100%;
  }
}
.flex-col-3 {
  flex-basis: 22%;
}

@media (max-width: 1024px) {
  .flex-col-3 {
    flex-basis: 100%;
  }
}
.flex-col-4 {
  flex-basis: 31%;
}

@media (max-width: 1024px) {
  .flex-col-4 {
    flex-basis: 100%;
  }
}
.flex-col-5 {
  flex-basis: 40%;
}

@media (max-width: 1024px) {
  .flex-col-5 {
    flex-basis: 100%;
  }
}
.flex-col-6 {
  flex-basis: 49%;
}

@media (max-width: 1024px) {
  .flex-col-6 {
    flex-basis: 100%;
  }
}
.flex-col-7 {
  flex-basis: 58%;
}

@media (max-width: 1024px) {
  .flex-col-7 {
    flex-basis: 100%;
  }
}
.flex-col-8 {
  flex-basis: 67%;
}

@media (max-width: 1024px) {
  .flex-col-8 {
    flex-basis: 100%;
  }
}
.flex-col-9 {
  flex-basis: 76%;
}

@media (max-width: 1024px) {
  .flex-col-9 {
    flex-basis: 100%;
  }
}
.flex-col-10 {
  flex-basis: 85%;
}

@media (max-width: 1024px) {
  .flex-col-10 {
    flex-basis: 100%;
  }
}
.flex-col-11 {
  flex-basis: 94%;
}

@media (max-width: 1024px) {
  .flex-col-11 {
    flex-basis: 100%;
  }
}
.flex-col-12 {
  flex-basis: 103%;
}

@media (max-width: 1024px) {
  .flex-col-12 {
    flex-basis: 100%;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Celias", sans-serif;
}

/* Variables
--------------------------------------------- */
@font-face {
  font-family: "Celias";
  src: url("../fonts/Celias-Regular.woff");
  src: url("../fonts/Celias-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Celias-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Celias-Light";
  src: url("../fonts/Celias-Light.woff");
  src: url("../fonts/Celias-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Celias-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
p {
  margin-bottom: 1.3em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #666;
  font-family: "Courier 10 Pitch", courier, monospace;
  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;
}

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

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

big {
  font-size: 125%;
}

::selection {
  background-color: #93070E;
  color: #fff;
}

/* Elements
--------------------------------------------- */
/* Variables
--------------------------------------------- */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background: #FFFFFF;
}

.menu-is-open {
  overflow: hidden;
}

/* Variables
--------------------------------------------- */
hr {
  background-color: #D6D6D6;
  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: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Variables
--------------------------------------------- */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

figcaption, .wpb_single_image .vc_figure-caption {
  opacity: 0.8;
  font-size: 0.6em !important;
  margin-top: 0.5em !important;
  text-align: left;
}

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

/* Links
--------------------------------------------- */
/* Variables
--------------------------------------------- */
a {
  color: #B00009;
  text-decoration: none;
}
a:visited {
  color: #243B64;
}
a:hover, a:focus, a:active {
  color: #243B64;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
/* Variables
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #F9F9F9 #F9F9F9 #D6D6D6;
  border-radius: 3px;
  background: #243B64;
  color: #fff;
  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: #D6D6D6;
}
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: #D6D6D6;
}

/* Variables
--------------------------------------------- */
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: #1B262C;
  border: 1px solid #F9F9F9;
  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 #fff;
  background: #252525;
  padding: 0.5em 1em;
  color: #fff;
  font-size: 16px !important;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 3px;
}

textarea {
  width: 100%;
}

/* layouts
--------------------------------------------- */
/*--------------------------------------------------------------


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Posts and pages
--------------------------------------------- */
/* Variables
--------------------------------------------- */
.align-center, .aligncenter {
  text-align: center;
}
.align-left, .alignleft {
  text-align: left;
}
.align-right, .alignright {
  text-align: right;
}

img.aligncenter {
  text-align: center;
  margin: 0 auto !important;
  display: block;
  position: relative;
}
img.alignleft {
  text-align: left;
  display: block;
  position: relative;
  float: left;
}
img.alignright {
  text-align: right;
  display: block;
  position: relative;
  float: right;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-white {
  color: #fff;
}

.hidden {
  display: none;
}
@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-pc {
    display: none !important;
  }
}

.list-none {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 2.5rem;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 1.5rem;
    font-size: 2.2rem;
  }
}
@media (max-width: 599px) {
  h1 {
    font-size: 0.9rem;
    font-size: 2rem;
  }
}
h2 {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 1rem;
    font-size: 1.7rem;
  }
}
@media (max-width: 599px) {
  h2 {
    font-size: 0.4rem;
    font-size: 1.5rem;
  }
}
h3 {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 0.5rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 599px) {
  h3 {
    font-size: -0.1rem;
    font-size: 1rem;
  }
}
h4 {
  font-size: 1.3rem;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 0.3rem;
    font-size: 1rem;
  }
}
@media (max-width: 599px) {
  h4 {
    font-size: -0.3rem;
    font-size: 0.8rem;
  }
}
h5 {
  font-size: 1.1rem;
}
@media (max-width: 1024px) {
  h5 {
    font-size: 0.1rem;
    font-size: 0.8rem;
  }
}
@media (max-width: 599px) {
  h5 {
    font-size: -0.5rem;
    font-size: 0.6rem;
  }
}

.bg-red:before {
  background-color: #B00009;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w10-h10:before {
  background-color: #B00009;
  width: 10%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w10-h20:before {
  background-color: #B00009;
  width: 10%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w10-h30:before {
  background-color: #B00009;
  width: 10%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w10-h40:before {
  background-color: #B00009;
  width: 10%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w10-h50:before {
  background-color: #B00009;
  width: 10%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w10-h60:before {
  background-color: #B00009;
  width: 10%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w10-h70:before {
  background-color: #B00009;
  width: 10%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w10-h80:before {
  background-color: #B00009;
  width: 10%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w10-h90:before {
  background-color: #B00009;
  width: 10%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w10-h100:before {
  background-color: #B00009;
  width: 10%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w20-h10:before {
  background-color: #B00009;
  width: 20%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w20-h20:before {
  background-color: #B00009;
  width: 20%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w20-h30:before {
  background-color: #B00009;
  width: 20%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w20-h40:before {
  background-color: #B00009;
  width: 20%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w20-h50:before {
  background-color: #B00009;
  width: 20%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w20-h60:before {
  background-color: #B00009;
  width: 20%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w20-h70:before {
  background-color: #B00009;
  width: 20%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w20-h80:before {
  background-color: #B00009;
  width: 20%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w20-h90:before {
  background-color: #B00009;
  width: 20%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w20-h100:before {
  background-color: #B00009;
  width: 20%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w30-h10:before {
  background-color: #B00009;
  width: 30%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w30-h20:before {
  background-color: #B00009;
  width: 30%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w30-h30:before {
  background-color: #B00009;
  width: 30%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w30-h40:before {
  background-color: #B00009;
  width: 30%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w30-h50:before {
  background-color: #B00009;
  width: 30%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w30-h60:before {
  background-color: #B00009;
  width: 30%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w30-h70:before {
  background-color: #B00009;
  width: 30%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w30-h80:before {
  background-color: #B00009;
  width: 30%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w30-h90:before {
  background-color: #B00009;
  width: 30%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w30-h100:before {
  background-color: #B00009;
  width: 30%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w40-h10:before {
  background-color: #B00009;
  width: 40%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w40-h20:before {
  background-color: #B00009;
  width: 40%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w40-h30:before {
  background-color: #B00009;
  width: 40%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w40-h40:before {
  background-color: #B00009;
  width: 40%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w40-h50:before {
  background-color: #B00009;
  width: 40%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w40-h60:before {
  background-color: #B00009;
  width: 40%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w40-h70:before {
  background-color: #B00009;
  width: 40%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w40-h80:before {
  background-color: #B00009;
  width: 40%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w40-h90:before {
  background-color: #B00009;
  width: 40%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w40-h100:before {
  background-color: #B00009;
  width: 40%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w50-h10:before {
  background-color: #B00009;
  width: 50%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w50-h20:before {
  background-color: #B00009;
  width: 50%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w50-h30:before {
  background-color: #B00009;
  width: 50%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w50-h40:before {
  background-color: #B00009;
  width: 50%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w50-h50:before {
  background-color: #B00009;
  width: 50%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w50-h60:before {
  background-color: #B00009;
  width: 50%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w50-h70:before {
  background-color: #B00009;
  width: 50%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w50-h80:before {
  background-color: #B00009;
  width: 50%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w50-h90:before {
  background-color: #B00009;
  width: 50%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w50-h100:before {
  background-color: #B00009;
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w60-h10:before {
  background-color: #B00009;
  width: 60%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w60-h20:before {
  background-color: #B00009;
  width: 60%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w60-h30:before {
  background-color: #B00009;
  width: 60%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w60-h40:before {
  background-color: #B00009;
  width: 60%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w60-h50:before {
  background-color: #B00009;
  width: 60%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w60-h60:before {
  background-color: #B00009;
  width: 60%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w60-h70:before {
  background-color: #B00009;
  width: 60%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w60-h80:before {
  background-color: #B00009;
  width: 60%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w60-h90:before {
  background-color: #B00009;
  width: 60%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w60-h100:before {
  background-color: #B00009;
  width: 60%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w70-h10:before {
  background-color: #B00009;
  width: 70%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w70-h20:before {
  background-color: #B00009;
  width: 70%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w70-h30:before {
  background-color: #B00009;
  width: 70%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w70-h40:before {
  background-color: #B00009;
  width: 70%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w70-h50:before {
  background-color: #B00009;
  width: 70%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w70-h60:before {
  background-color: #B00009;
  width: 70%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w70-h70:before {
  background-color: #B00009;
  width: 70%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w70-h80:before {
  background-color: #B00009;
  width: 70%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w70-h90:before {
  background-color: #B00009;
  width: 70%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w70-h100:before {
  background-color: #B00009;
  width: 70%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w80-h10:before {
  background-color: #B00009;
  width: 80%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w80-h20:before {
  background-color: #B00009;
  width: 80%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w80-h30:before {
  background-color: #B00009;
  width: 80%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w80-h40:before {
  background-color: #B00009;
  width: 80%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w80-h50:before {
  background-color: #B00009;
  width: 80%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w80-h60:before {
  background-color: #B00009;
  width: 80%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w80-h70:before {
  background-color: #B00009;
  width: 80%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w80-h80:before {
  background-color: #B00009;
  width: 80%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w80-h90:before {
  background-color: #B00009;
  width: 80%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w80-h100:before {
  background-color: #B00009;
  width: 80%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w90-h10:before {
  background-color: #B00009;
  width: 90%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w90-h20:before {
  background-color: #B00009;
  width: 90%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w90-h30:before {
  background-color: #B00009;
  width: 90%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w90-h40:before {
  background-color: #B00009;
  width: 90%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w90-h50:before {
  background-color: #B00009;
  width: 90%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w90-h60:before {
  background-color: #B00009;
  width: 90%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w90-h70:before {
  background-color: #B00009;
  width: 90%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w90-h80:before {
  background-color: #B00009;
  width: 90%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w90-h90:before {
  background-color: #B00009;
  width: 90%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w90-h100:before {
  background-color: #B00009;
  width: 90%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w100-h10:before {
  background-color: #B00009;
  width: 100%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w100-h20:before {
  background-color: #B00009;
  width: 100%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w100-h30:before {
  background-color: #B00009;
  width: 100%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w100-h40:before {
  background-color: #B00009;
  width: 100%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w100-h50:before {
  background-color: #B00009;
  width: 100%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w100-h60:before {
  background-color: #B00009;
  width: 100%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w100-h70:before {
  background-color: #B00009;
  width: 100%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w100-h80:before {
  background-color: #B00009;
  width: 100%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w100-h90:before {
  background-color: #B00009;
  width: 100%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w100-h100:before {
  background-color: #B00009;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu:before {
  background-color: #1C2941;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w10-h10:before {
  background-color: #1C2941;
  width: 10%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w10-h20:before {
  background-color: #1C2941;
  width: 10%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w10-h30:before {
  background-color: #1C2941;
  width: 10%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w10-h40:before {
  background-color: #1C2941;
  width: 10%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w10-h50:before {
  background-color: #1C2941;
  width: 10%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w10-h60:before {
  background-color: #1C2941;
  width: 10%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w10-h70:before {
  background-color: #1C2941;
  width: 10%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w10-h80:before {
  background-color: #1C2941;
  width: 10%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w10-h90:before {
  background-color: #1C2941;
  width: 10%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w10-h100:before {
  background-color: #1C2941;
  width: 10%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w20-h10:before {
  background-color: #1C2941;
  width: 20%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w20-h20:before {
  background-color: #1C2941;
  width: 20%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w20-h30:before {
  background-color: #1C2941;
  width: 20%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w20-h40:before {
  background-color: #1C2941;
  width: 20%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w20-h50:before {
  background-color: #1C2941;
  width: 20%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w20-h60:before {
  background-color: #1C2941;
  width: 20%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w20-h70:before {
  background-color: #1C2941;
  width: 20%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w20-h80:before {
  background-color: #1C2941;
  width: 20%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w20-h90:before {
  background-color: #1C2941;
  width: 20%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w20-h100:before {
  background-color: #1C2941;
  width: 20%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w30-h10:before {
  background-color: #1C2941;
  width: 30%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w30-h20:before {
  background-color: #1C2941;
  width: 30%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w30-h30:before {
  background-color: #1C2941;
  width: 30%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w30-h40:before {
  background-color: #1C2941;
  width: 30%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w30-h50:before {
  background-color: #1C2941;
  width: 30%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w30-h60:before {
  background-color: #1C2941;
  width: 30%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w30-h70:before {
  background-color: #1C2941;
  width: 30%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w30-h80:before {
  background-color: #1C2941;
  width: 30%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w30-h90:before {
  background-color: #1C2941;
  width: 30%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w30-h100:before {
  background-color: #1C2941;
  width: 30%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w40-h10:before {
  background-color: #1C2941;
  width: 40%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w40-h20:before {
  background-color: #1C2941;
  width: 40%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w40-h30:before {
  background-color: #1C2941;
  width: 40%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w40-h40:before {
  background-color: #1C2941;
  width: 40%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w40-h50:before {
  background-color: #1C2941;
  width: 40%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w40-h60:before {
  background-color: #1C2941;
  width: 40%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w40-h70:before {
  background-color: #1C2941;
  width: 40%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w40-h80:before {
  background-color: #1C2941;
  width: 40%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w40-h90:before {
  background-color: #1C2941;
  width: 40%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w40-h100:before {
  background-color: #1C2941;
  width: 40%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w50-h10:before {
  background-color: #1C2941;
  width: 50%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w50-h20:before {
  background-color: #1C2941;
  width: 50%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w50-h30:before {
  background-color: #1C2941;
  width: 50%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w50-h40:before {
  background-color: #1C2941;
  width: 50%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w50-h50:before {
  background-color: #1C2941;
  width: 50%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w50-h60:before {
  background-color: #1C2941;
  width: 50%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w50-h70:before {
  background-color: #1C2941;
  width: 50%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w50-h80:before {
  background-color: #1C2941;
  width: 50%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w50-h90:before {
  background-color: #1C2941;
  width: 50%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w50-h100:before {
  background-color: #1C2941;
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w60-h10:before {
  background-color: #1C2941;
  width: 60%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w60-h20:before {
  background-color: #1C2941;
  width: 60%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w60-h30:before {
  background-color: #1C2941;
  width: 60%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w60-h40:before {
  background-color: #1C2941;
  width: 60%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w60-h50:before {
  background-color: #1C2941;
  width: 60%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w60-h60:before {
  background-color: #1C2941;
  width: 60%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w60-h70:before {
  background-color: #1C2941;
  width: 60%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w60-h80:before {
  background-color: #1C2941;
  width: 60%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w60-h90:before {
  background-color: #1C2941;
  width: 60%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w60-h100:before {
  background-color: #1C2941;
  width: 60%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w70-h10:before {
  background-color: #1C2941;
  width: 70%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w70-h20:before {
  background-color: #1C2941;
  width: 70%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w70-h30:before {
  background-color: #1C2941;
  width: 70%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w70-h40:before {
  background-color: #1C2941;
  width: 70%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w70-h50:before {
  background-color: #1C2941;
  width: 70%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w70-h60:before {
  background-color: #1C2941;
  width: 70%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w70-h70:before {
  background-color: #1C2941;
  width: 70%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w70-h80:before {
  background-color: #1C2941;
  width: 70%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w70-h90:before {
  background-color: #1C2941;
  width: 70%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w70-h100:before {
  background-color: #1C2941;
  width: 70%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w80-h10:before {
  background-color: #1C2941;
  width: 80%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w80-h20:before {
  background-color: #1C2941;
  width: 80%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w80-h30:before {
  background-color: #1C2941;
  width: 80%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w80-h40:before {
  background-color: #1C2941;
  width: 80%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w80-h50:before {
  background-color: #1C2941;
  width: 80%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w80-h60:before {
  background-color: #1C2941;
  width: 80%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w80-h70:before {
  background-color: #1C2941;
  width: 80%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w80-h80:before {
  background-color: #1C2941;
  width: 80%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w80-h90:before {
  background-color: #1C2941;
  width: 80%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w80-h100:before {
  background-color: #1C2941;
  width: 80%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w90-h10:before {
  background-color: #1C2941;
  width: 90%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w90-h20:before {
  background-color: #1C2941;
  width: 90%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w90-h30:before {
  background-color: #1C2941;
  width: 90%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w90-h40:before {
  background-color: #1C2941;
  width: 90%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w90-h50:before {
  background-color: #1C2941;
  width: 90%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w90-h60:before {
  background-color: #1C2941;
  width: 90%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w90-h70:before {
  background-color: #1C2941;
  width: 90%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w90-h80:before {
  background-color: #1C2941;
  width: 90%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w90-h90:before {
  background-color: #1C2941;
  width: 90%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w90-h100:before {
  background-color: #1C2941;
  width: 90%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w100-h10:before {
  background-color: #1C2941;
  width: 100%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w100-h20:before {
  background-color: #1C2941;
  width: 100%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w100-h30:before {
  background-color: #1C2941;
  width: 100%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w100-h40:before {
  background-color: #1C2941;
  width: 100%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w100-h50:before {
  background-color: #1C2941;
  width: 100%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w100-h60:before {
  background-color: #1C2941;
  width: 100%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w100-h70:before {
  background-color: #1C2941;
  width: 100%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w100-h80:before {
  background-color: #1C2941;
  width: 100%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w100-h90:before {
  background-color: #1C2941;
  width: 100%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w100-h100:before {
  background-color: #1C2941;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}

.fix-right {
  position: absolute;
  right: 0;
}

.btn {
  padding: 3px 1em;
  font-style: italic;
  align-items: stretch;
  justify-content: space-evenly;
  position: absolute;
  border: none;
  color: #fff;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.btn-classic {
  float: right;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.btn-classic:before {
  background: #93070E;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.btn-classic:hover {
  color: #fff;
}
.btn-classic:hover:after {
  border: 2px solid #93070E;
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  right: 0;
  border-left: 0;
  padding: 1em;
  top: -3px;
}
.btn-classic:hover:before {
  border: 1px solid #fff;
  width: 50%;
  border-right: 0;
  top: 0;
  background: none;
}
.btn-classic:before, .btn-classic:after {
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out;
}
.btn-classic:visited {
  color: #fff;
}
.btn-red {
  background: #93070E;
  padding: 4px 1em;
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  position: absolute;
  right: 20%;
  border: none;
}
.btn-red:hover {
  color: #fff;
  background-color: #B00009;
}
.btn-second {
  float: right;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #fff;
  background-color: transparent;
}
.btn-second:after {
  border: 2px solid #93070E;
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  right: 0;
  border-left: 0;
  padding: 1em;
  top: -3px;
}
.btn-second:before {
  content: "";
  border: 1px solid #fff;
  width: 50%;
  border-right: 0;
  top: 0;
  background: none;
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.btn-second:before, .btn-second:after {
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out;
}
.btn-second:visited {
  color: #fff;
}
@media (min-width: 768px) {
  .btn-second:hover:before {
    width: 100%;
    border-top: none;
  }
  .btn-second:hover:after {
    width: 100%;
    border-bottom: none;
  }
}

button.btn.btn-3.hover-border-3 {
  background-color: #B00009;
  color: #fff;
  border: none;
  padding: 1em;
  position: relative;
}
button.btn.btn-3.hover-border-3 input {
  padding: 0em 5em;
  border: none;
  background: transparent;
}

@keyframes leftright {
  100% {
    width: 20px;
  }
  0% {
    width: 100%;
  }
}
.taleez {
  width: 120px;
  position: fixed;
  right: 5px;
  bottom: 5px;
  z-index: 10000000000000000000;
  text-align: center;
  display: flex;
  align-items: center;
  transition: width 0.3s ease;
  /* Collapsed state */
}
.taleez a {
  border-radius: 10px;
  border-bottom: 1px solid #B00109;
  border-right: 1px solid #B00109;
  text-align: center;
  transition-delay: 250ms;
  transition-property: width;
  box-shadow: -1px -1px 5px 0px rgba(36, 36, 36, 0.3019607843);
}
.taleez a div {
  background: #B00109;
  border-radius: 10px;
  font-size: 15px;
  letter-spacing: 0;
  color: #FFFFFF;
  font-weight: 700;
  font-style: italic;
  padding: 8px;
  line-height: 1.3;
  border-bottom: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  transition: opacity 0.3s ease, padding 0.3s ease;
}
.taleez span {
  font-size: 16px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #B00109;
  padding: 2px;
  background-color: #FFFFFF;
  box-shadow: -1px -1px 5px 0px rgba(36, 36, 36, 0.3019607843);
  color: #B00109;
  cursor: pointer;
}
.taleez.collapsed {
  width: 42px;
}
.taleez.collapsed a {
  animation: leftright 0.4s;
  width: 20px;
  pointer-events: none;
  cursor: default;
}
.taleez.collapsed a div {
  color: transparent;
  pointer-events: none;
}
.taleez.collapsed span {
  rotate: 180deg;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.full_text {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.full_text.show {
  visibility: visible;
  opacity: 1;
}

.sep_text {
  cursor: pointer;
  font-size: 24px;
  padding-left: 5px;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.sep_text:hover {
  padding-left: 8px;
}
.sep_text.show {
  visibility: hidden;
  font-size: 0;
}

.width-50 {
  width: 50%;
}

.lang-item a {
  opacity: 1;
}
.lang-item.current-lang a {
  opacity: 0.5;
}
.lang-item.current-lang a:hover {
  opacity: 1;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 100px;
}

.menu-is-open .taleez {
  z-index: -1;
}
.menu-is-open .header-top {
  background: rgba(0, 0, 0, 0.8784313725);
}

.section-red {
  background-color: #B00009;
  color: #fff;
  position: relative;
}
.section-red > .vc_row {
  gap: 3vw;
  justify-content: space-between;
  display: flex;
  width: 100%;
  flex-flow: row;
  align-items: center;
  padding: 3em 0;
}
@media (max-width: 1024px) {
  .section-red > .vc_row {
    gap: 1em;
    flex-direction: row;
    padding: 2em 0;
  }
}
@media (max-width: 767px) {
  .section-red > .vc_row {
    flex-wrap: wrap;
  }
}
.section-red > .vc_row:before, .section-red > .vc_row:after {
  content: none;
}
.section-red > .vc_row .col-text .wpb_text_column {
  margin-bottom: 0 !important;
}
@media (max-width: 1024px) {
  .section-red > .vc_row .col-text {
    margin-bottom: 1em;
  }
}
.section-red > .vc_row .col-text h3 {
  margin-top: 0;
}
.section-red > .vc_row .col-image {
  display: flex;
  align-items: baseline;
}
.section-red > .vc_row .col-image .wpb_single_image {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .section-red > .vc_row .col-image * {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section-red > .vc_row .col-image {
    margin-bottom: 0;
  }
}
.section-red .wpb_single_image img {
  margin-bottom: 0 !important;
  max-height: 50vh;
  width: auto;
}
.section-red a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid;
  font-style: italic;
}
.section-red a:hover {
  color: #fff;
  font-weight: 600;
}
.section-red a:visited {
  color: rgba(255, 255, 255, 0.1490196078);
}
.section-bleu {
  background-color: #1C2941;
  color: #fff;
  position: relative;
}
.section-bleu > .vc_row {
  gap: 3vw;
  justify-content: space-between;
  display: flex;
  width: 100%;
  flex-flow: row;
  align-items: center;
  padding: 3em 0;
}
@media (max-width: 1024px) {
  .section-bleu > .vc_row {
    gap: 1em;
    flex-direction: row;
    padding: 2em 0;
  }
}
@media (max-width: 767px) {
  .section-bleu > .vc_row {
    flex-wrap: wrap;
  }
}
.section-bleu > .vc_row:before, .section-bleu > .vc_row:after {
  content: none;
}
.section-bleu > .vc_row .col-text .wpb_text_column {
  margin-bottom: 0 !important;
}
@media (max-width: 1024px) {
  .section-bleu > .vc_row .col-text {
    margin-bottom: 1em;
  }
}
.section-bleu > .vc_row .col-text h3 {
  margin-top: 0;
}
.section-bleu > .vc_row .col-image {
  display: flex;
  align-items: baseline;
}
.section-bleu > .vc_row .col-image .wpb_single_image {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .section-bleu > .vc_row .col-image * {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section-bleu > .vc_row .col-image {
    margin-bottom: 0;
  }
}
.section-bleu .wpb_single_image img {
  margin-bottom: 0 !important;
  max-height: 50vh;
  width: auto;
}
.section-bleu a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid;
  font-style: italic;
}
.section-bleu a:hover {
  color: #fff;
  font-weight: 600;
}
.section-bleu a:visited {
  color: rgba(255, 255, 255, 0.1490196078);
}
.section-white {
  padding: 3em 0;
  display: flex;
  gap: 3vw;
  justify-content: space-between;
  flex-flow: row;
  align-items: center;
}
@media (max-width: 767px) {
  .section-white {
    padding: 2em 0;
    gap: 1em;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.section-white:before, .section-white:after {
  content: none;
}
.section-white > .vc_row {
  justify-content: space-between;
  display: flex;
  width: 100%;
  flex-flow: row;
  align-items: center;
  gap: 3vw;
}
.section-white > .vc_row:before, .section-white > .vc_row:after {
  content: none;
}
@media (max-width: 1024px) {
  .section-white > .vc_row {
    flex-direction: row;
    gap: 1em;
  }
}
@media (max-width: 767px) {
  .section-white > .vc_row {
    flex-wrap: wrap;
  }
}
.section-white .wpb_content_element,
.section-white ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}

.show {
  max-height: 100%;
  transition: all 0.7s;
}

.hide {
  max-height: 0;
  transition: all 0.5s;
  padding: 0 !important;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
}
.menu-langue .lang-item-es,
.menu-langue .lang-item-en,
.footer_langues .lang-item-es,
.footer_langues .lang-item-en {
  visibility: hidden;
  display: none;
}

/* Variables
--------------------------------------------- */
/* Mixins
--------------------------------------------- */
/* Root Variables */
:root {
  --hero-height-top-home: 50vh;
  --hero-height-top-other: 22vh;
  --hero-height-btn: 30vh;
  --sticky-header-height: 90px;
}

/* =========================================
   KEYFRAMES
   (Consider relying on Autoprefixer instead
    of writing multiple prefixed versions)
========================================= */
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeOutFromBlock {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
/* =========================================
   MOBILE STYLES (TABLET & BELOW)
========================================= */
@media (max-width: 767px) {
  section,
  #section-header > * {
    transition: all 0.6s;
  }
  #section-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    place-items: center;
    z-index: 5;
    padding: 0;
  }
  #section-header #main-header {
    position: relative;
    width: 100%;
  }
  /* Mobile Menu Toggle (Hamburger) */
  /* Sticky State */
  /* Body Menu Active Overlay */
}
@media (max-width: 767px) and (max-width: 767px) {
  #section-header #main-header {
    padding-bottom: 1.7em;
  }
}
@media (max-width: 767px) {
  #section-header #main-header .container {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #section-header #main-header .header-top {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8em;
    transition: all 0.2s linear;
  }
  #section-header #main-header .header-top .custom-logo-link {
    text-align: center;
  }
  #section-header #main-header .header-top .custom-logo-link img {
    width: 63%;
    transition: all 0.2s ease-in-out;
  }
  #section-header #main-header .header-top #menu-toggle {
    position: absolute;
    right: 1em;
    top: 1em;
    color: #fff;
    transition: all 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  }
  #section-header #main-header .header-top .menu-langue {
    display: flex;
    position: absolute;
    left: -130%;
    right: auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.6em;
    margin: 0;
    padding: 0;
    transition: all 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    z-index: 99999999;
    top: 1.5em;
  }
  #section-header #main-header .header-top .menu-langue li {
    display: block;
    width: auto;
  }
  #section-header #main-header .header-top .menu-langue li a {
    font-size: 15px;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    font-family: "Celias-Light", sans-serif;
    color: #fff;
  }
  #section-header #main-header .header-title {
    animation: fadeInFromNone 0.3s ease-in;
    opacity: 1;
    display: block;
    padding: 4em 2.5em 3em;
  }
  #section-header #main-header .header-title h1 {
    color: #fff;
    margin: 0;
  }
  #section-header #main-header .header-title p {
    color: #fff;
    font-style: italic;
    font-family: "Celias-Light", sans-serif;
    font-size: 14px;
    line-height: 1.5em;
  }
  #section-header #main-header .header-title p .sep_text {
    font-size: 18px;
  }
  #section-header #main-header #header-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -130%;
    left: auto;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.82);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    transition: all 0.6s;
    z-index: 1;
    padding-top: 5em;
  }
  #section-header #main-header #header-menu nav ul {
    margin: 0;
    padding: 0.5em;
    display: flex;
    flex-direction: column;
    gap: 1.2em;
    list-style: none;
    overflow: hidden;
  }
  #section-header #main-header #header-menu nav ul li {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #section-header #main-header #header-menu nav ul li a {
    width: 85%;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    transition: all 0.2s ease-in-out !important;
    -webkit-transition: all 0.2s ease-in-out;
    padding: 1em;
    font-size: 1.3rem;
    text-align: center;
    margin-top: 1em;
    flex-direction: column;
    justify-content: center;
    background-size: contain;
    background-origin: content-box;
    padding: 1em 2em;
    width: 100%;
    background-color: #B00009;
    color: #fff;
  }
  #section-header #main-header #header-menu nav ul li a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -0.8em;
    left: -0.8em;
    z-index: -1;
    transition: all 0.2s ease-in-out !important;
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #1C2941;
  }
  #section-header #main-header #header-menu nav ul li a .menu-icon:before {
    font-size: 1.6em;
    color: #93070E;
    z-index: 0;
  }
  #section-header #main-header #header-menu nav ul li a .menu-title {
    z-index: 1;
  }
  #section-header #main-header #header-menu nav ul li a.active, #section-header #main-header #header-menu nav ul li a:active, #section-header #main-header #header-menu nav ul li a:target, #section-header #main-header #header-menu nav ul li a:focus {
    background-color: #1C2941;
  }
  #section-header #main-header #header-menu nav ul li a.active .menu-icon:before, #section-header #main-header #header-menu nav ul li a:active .menu-icon:before, #section-header #main-header #header-menu nav ul li a:target .menu-icon:before, #section-header #main-header #header-menu nav ul li a:focus .menu-icon:before {
    color: #0B0C1C;
  }
  #section-header #main-header #header-menu nav ul li a.active:before, #section-header #main-header #header-menu nav ul li a:active:before, #section-header #main-header #header-menu nav ul li a:target:before, #section-header #main-header #header-menu nav ul li a:focus:before {
    top: 5px;
    left: 5px;
    background-color: #B00009;
  }
  #section-header #main-header #header-menu nav ul li:nth-child(odd) a {
    justify-content: space-between;
    flex-direction: row-reverse;
    font-size: 1.1rem;
  }
  #section-header #main-header #header-menu nav ul li:nth-child(even) a {
    justify-content: space-between;
    flex-direction: row;
    font-size: 1.1rem;
  }
  #section-header #main-header #header-menu nav ul li.hidden-pc {
    display: block;
  }
  #section-header #main-header #header-menu nav ul li.hidden-pc.menu-item-has-children a {
    display: none;
  }
  #section-header #main-header #header-menu nav ul li.hidden-pc.menu-item-has-children a:before {
    content: none;
  }
  #section-header #main-header #header-menu nav ul li.menu-socials .sub-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
  }
  #section-header #main-header #header-menu nav ul li.menu-socials .sub-menu li {
    display: block;
    width: auto;
  }
  #section-header #main-header #header-menu nav ul li.menu-socials .sub-menu li a {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 15px;
    font-family: "Celias-Light", sans-serif;
    background-color: transparent;
  }
  #section-header #main-header #header-menu nav ul li.menu-socials .sub-menu .menu-wman {
    width: 66%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -999999px;
  }
  #section-header #main-header #header-menu nav ul li.menu-contact, #section-header #main-header #header-menu nav ul li.menu-wman, #section-header #main-header #header-menu nav ul li.logo-mobile, #section-header #main-header #header-menu nav ul li.menu-wamn {
    display: flex;
  }
  #section-header #main-header #header-menu nav ul li.menu-contact a, #section-header #main-header #header-menu nav ul li.menu-wman a, #section-header #main-header #header-menu nav ul li.logo-mobile a, #section-header #main-header #header-menu nav ul li.menu-wamn a {
    display: flex;
  }
  #section-header #main-header #header-menu nav ul li.logo-mobile, #section-header #main-header #header-menu nav ul li.menu-wamn {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  #section-header #main-header #header-menu nav ul li.logo-mobile a, #section-header #main-header #header-menu nav ul li.menu-wamn a {
    background-color: transparent;
    text-indent: -99999999em;
  }
  #section-header #main-header #header-menu nav ul li.logo-mobile a:before, #section-header #main-header #header-menu nav ul li.menu-wamn a:before {
    content: none;
  }
  #section-header #main-header #header-menu nav ul li.menu-wamn {
    background-position: right;
    background-size: 10em;
  }
  #section-header.page_inside #main-header #main-header-container .header-top {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  #section-header.page_inside #main-header #main-header-container .header-title {
    padding: 0;
  }
  .menu-chooser {
    position: relative;
    width: 3.5rem;
    height: 3.5rem;
    display: block;
    cursor: pointer;
    overflow: hidden;
    transition: background 0.5s;
  }
  .menu-lines {
    position: absolute;
    width: 1.5rem;
    height: 2px;
    background: rgb(255, 255, 255);
    transition: all 0.6s;
    transform-origin: 50% 50%;
  }
  .menu-line1 {
    transform: translate(10px, 16px) rotate(0deg);
    z-index: 3;
  }
  .menu-line2 {
    transform: translate(10px, 24px) rotate(0deg);
    z-index: 4;
  }
  .menu-line3 {
    transform: translate(10px, 32px) rotate(0deg);
    z-index: 2;
  }
  .is-sticky #header-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0 auto;
    height: 100vh;
    background: rgba(11, 12, 28, 0.71);
    transition: all 0.6s;
  }
  .is-sticky #section-header #main-header .header-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8784313725);
    padding-top: 0.5em !important;
    padding-bottom: 0.2em !important;
  }
  .is-sticky #section-header #main-header .header-top #menu-toggle {
    top: 0.8em !important;
  }
  .is-sticky #section-header #main-header .header-top .custom-logo-link img {
    width: 50%;
  }
  .is-sticky .headerfix .entry-header {
    padding-top: 5em;
  }
  body {
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    border: 0;
  }
  body.menu-active {
    outline: 0 !important;
    outline-offset: 0;
    overflow: hidden;
  }
  body.menu-active #section-header #main-header .container {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  body.menu-active #section-header #main-header #menu-toggle {
    z-index: 2;
  }
  body.menu-active #section-header #main-header .menu-langue {
    left: 1em;
    gap: 0.8em;
  }
  body.menu-active #section-header #main-header #header-menu {
    right: 0;
    overflow: scroll;
    padding-top: 5em;
    padding-bottom: 5em;
    background: #454545;
  }
  body.menu-active #section-header #main-header #header-menu:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    width: 50%;
    height: 120%;
    background-color: #000;
    transition: all 0.3s;
    z-index: -2;
  }
  body.menu-active #section-header #main-header #header-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 1em !important;
    padding-bottom: 0.2em !important;
    z-index: 99999;
  }
  body.menu-active #section-header #main-header #header-top .custom-logo-link img {
    width: 40%;
  }
  body.menu-active .set-menu-close .menu-line1 {
    transform: translate(10px, 1.5rem) rotate(315deg);
  }
  body.menu-active .set-menu-close .menu-line3 {
    transform: translate(10px, 1.5rem) rotate(405deg);
  }
  body.menu-active .set-menu-close .menu-line2 {
    transform: translate(10px, 1.5rem) rotate(360deg);
    background: rgba(255, 255, 255, 0);
  }
  body.menu-active .set-menu-close .menu-lines {
    width: 1.6rem;
    height: 2px;
  }
  body.menu-active.is-sticky .minheader .header-top,
  body.menu-active .minheader .header-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8em;
    transition: all 0.6s;
  }
}
/* =========================================
   DESKTOP STYLES (TABLET-LANDSCAPE-UP)
========================================= */
@media (min-width: 768px) {
  section,
  #section-header > * {
    transition: all 0.6s;
  }
  #section-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--hero-height-top-home);
    display: grid;
    place-items: center;
    z-index: 5;
  }
  #section-header > * {
    grid-area: 1/1;
    padding: 0 20px;
    width: 100%;
  }
  #section-header #main-header {
    position: fixed;
    top: 0;
  }
  #section-header #main-header .header-top {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3.5em;
    transition: all 0.6s;
  }
  #section-header #main-header .header-title {
    display: block;
    opacity: 1;
    padding-bottom: 4.5em;
    transition: all 0.6s;
  }
  #section-header #main-header .header-title h1 {
    margin: 0;
    color: #fff;
  }
  #section-header #main-header .header-title p {
    margin-bottom: 0;
    margin-top: 0.5em;
    font-size: 15px;
    line-height: 1.5em;
    color: #fff;
    font-style: italic;
    font-family: "Celias-Light", sans-serif;
  }
  #section-header #main-header .header-title p .sep_text {
    font-size: 15px;
  }
  #section-header #main-header .header-title p .sep_text.show {
    font-size: 0;
  }
  #section-header #header-menu {
    position: absolute;
    top: calc(var(--hero-height-top-home) - 5vh);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    transition: all 0.6s;
  }
  #section-header #header-menu nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    gap: 1em;
    justify-content: space-between;
    align-items: stretch;
  }
  #section-header #header-menu nav ul li {
    display: flex;
    flex: 1;
    align-items: stretch;
    justify-content: center;
  }
  #section-header #header-menu nav ul li a {
    color: #fff;
    width: 85%;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    transition: all 0.2s ease-in-out !important;
    -webkit-transition: all 0.2s ease-in-out;
    padding: 1em;
    font-size: 1.3rem;
    text-align: center;
    margin-top: 1em;
    flex-direction: column;
    justify-content: center;
    background-size: contain;
    background-origin: content-box;
  }
  #section-header #header-menu nav ul li a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -0.8em;
    left: -0.8em;
    z-index: -1;
    transition: all 0.2s ease-in-out !important;
    -webkit-transition: all 0.2s ease-in-out;
  }
  #section-header #header-menu nav ul li a:hover:before {
    top: 5px;
    left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #section-header #header-menu nav ul li a .menu-icon:before {
    color: transparent;
  }
}
@media (min-width: 768px) {
  #section-header #header-menu nav ul li:nth-child(odd) a {
    background-color: #B00009;
    color: #fff;
  }
  #section-header #header-menu nav ul li:nth-child(odd) a:before {
    content: "";
    background-color: #1C2941;
  }
  #section-header #header-menu nav ul li:nth-child(odd) a .menu-icon {
    font-size: 1.6em;
    margin-bottom: -30px;
    color: #93070E;
    z-index: 0;
  }
  #section-header #header-menu nav ul li:nth-child(odd) a .menu-title {
    z-index: 1;
  }
  #section-header #header-menu nav ul li:nth-child(even) a {
    background-color: #1C2941;
    color: #fff;
  }
  #section-header #header-menu nav ul li:nth-child(even) a:before {
    content: "";
    background-color: #B00009;
  }
  #section-header #header-menu nav ul li:nth-child(even) a .menu-icon {
    font-size: 1.6em;
    margin-bottom: -30px;
    color: #0B0C1C;
    z-index: 0;
  }
  #section-header #header-menu nav ul li:nth-child(even) a .menu-title {
    z-index: 1;
  }
  #section-header #header-menu nav ul li a {
    padding: 20px;
    box-shadow: -1px -1px 12px 1px rgba(36, 36, 36, 0.4509803922);
  }
  #section-header #header-menu nav ul li a:before {
    box-shadow: -1px -1px 12px 1px rgba(36, 36, 36, 0.4509803922);
  }
  #section-header .menu-flex {
    display: flex;
    flex-direction: row;
    gap: 1em;
    justify-content: space-between;
  }
  #section-header .menu-flex nav {
    width: 100%;
    transition: all 0.6s;
  }
  #section-header .menu-flex .right-logo {
    width: 0;
    transition: all 0.6s;
  }
  .main-home #section-header {
    height: var(--hero-height-top-home);
  }
  .main-other #section-header {
    height: var(--hero-height-top-other);
  }
  .main-other #section-header #header-menu {
    top: calc(var(--hero-height-top-other) - 5vh);
  }
  .main-other .second {
    padding: calc(var(--hero-height-top-other) + 10vh) 0 10vh 0;
  }
  .is-sticky::before {
    content: "";
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    height: 15px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
  }
  .is-sticky #section-header {
    height: var(--sticky-header-height);
  }
  .is-sticky #section-header #main-header {
    opacity: 1;
    visibility: visible;
  }
  .is-sticky #section-header #main-header .header-top {
    transform: translateY(-100%);
    opacity: 0;
  }
  .is-sticky #section-header #main-header .header-title {
    transform: translateY(-100%);
    opacity: 0;
  }
  .is-sticky #section-header #header-menu {
    top: 1.5em;
    transition: all 0.6s;
  }
  .is-sticky #section-header #header-menu nav ul li a {
    font-size: 1.2rem;
    padding: 1.1em 5px;
    background-image: none !important;
    border: 1px solid rgba(128, 128, 128, 0.23);
  }
  .is-sticky #section-header #header-menu nav ul li a .menu-icon {
    color: transparent;
  }
  .is-sticky #section-header .menu-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .is-sticky #section-header .menu-flex nav {
    width: 85%;
  }
  .is-sticky #section-header .menu-flex .right-logo {
    width: 15%;
    margin-top: -2em;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
  }
  .is-sticky #section-header .menu-flex .right-logo .custom-logo {
    width: 70%;
  }
  .is-sticky .second {
    padding-top: calc(var(--sticky-header-height) + 30vh);
  }
}
input::placeholder,
textarea::placeholder {
  opacity: 0.85;
}

.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0 !important;
}

.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

@font-face {
  font-family: "askida-icons";
  src: url("../fonts/font-icons/askida-icons.eot?qqu1sq");
  src: url("../fonts/font-icons/askida-icons.eot?qqu1sq#iefix") format("embedded-opentype"), url("../fonts/font-icons/askida-icons.ttf?qqu1sq") format("truetype"), url("../fonts/font-icons/askida-icons.woff?qqu1sq") format("woff"), url("../fonts/font-icons/askida-icons.svg?qqu1sq#askida-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "askida-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-scroll-horizontal:before {
  content: "\e925";
}

.icon-clients-fr:before {
  content: "\e915";
}

.icon-contact-fr:before {
  content: "\e916";
}

.icon-expertises-fr:before {
  content: "\e917";
}

.icon-metiers-fr:before {
  content: "\e918";
}

.icon-projets-fr:before {
  content: "\e919";
}

.icon-talents-fr:before {
  content: "\e91a";
}

.icon-clientes-es:before {
  content: "\e91b";
}

.icon-competencia-es:before {
  content: "\e91c";
}

.icon-noticias-es:before {
  content: "\e91d";
}

.icon-proyectos-es:before {
  content: "\e91e";
}

.icon-servicios-es:before {
  content: "\e91f";
}

.icon-clients-en:before {
  content: "\e920";
}

.icon-expertises-en:before {
  content: "\e921";
}

.icon-news-en:before {
  content: "\e922";
}

.icon-projects-en:before {
  content: "\e923";
}

.icon-services-en:before {
  content: "\e924";
}

.icon-big-flesh-left:before {
  content: "\e911";
}

.icon-flesh-left:before {
  content: "\e912";
}

.icon-flesh-right:before {
  content: "\e913";
}

.icon-big-flesh-right:before {
  content: "\e914";
}

.icon-linkedin:before {
  content: "\e904";
  color: #0077b5;
}

.icon-sphere:before {
  content: "\e9c9";
}

.icon-cross:before {
  content: "\ea0f";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-telegram:before {
  content: "\ea95";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-vimeo:before {
  content: "\eaa0";
}

.icon-linkedin2:before {
  content: "\eaca";
}

.icon-arrow-long-right:before {
  content: "\e90e";
}

.icon-arrow-thin-right:before {
  content: "\e90d";
}

.icon-read-more:before {
  content: "\e90a";
}

.icon-more:before {
  content: "\e90a";
}

.icon-play:before {
  content: "\e905";
}

.icon-menu:before {
  content: "\e9bd";
}

.icon-plus:before {
  content: "\ea0a";
}

.icon-play2:before {
  content: "\ea15";
}

.icon-pause:before {
  content: "\ea16";
}

.icon-stop:before {
  content: "\ea17";
}

.icon-play3:before {
  content: "\ea1c";
}

.icon-pause2:before {
  content: "\ea1d";
}

.icon-arrow-right2:before {
  content: "\ea3c";
}

.icon-switch_right:before {
  content: "\e926";
}

.icon-align_horizontal_right:before {
  content: "\e910";
}

.icon-read_more:before {
  content: "\e90b";
}

.icon-more1:before {
  content: "\e90c";
}

.icon-play4:before {
  content: "\e907";
}

.icon-play1:before {
  content: "\e906";
}

.icon-long-arrow-right:before {
  content: "\e90f";
}

.icon-play-circle:before {
  content: "\e908";
}

.icon-play5:before {
  content: "\e909";
}

.icon-quote-right:before {
  content: "\e902";
}

.icon-quote-left:before {
  content: "\e903";
}

.icon-chevron-left:before {
  content: "\e900";
}

.icon-chevron-right:before {
  content: "\e901";
}

/* Variables
--------------------------------------------- */
.updated:not(.published) {
  display: none;
}

.section-classic {
  padding-top: 6em !important;
  padding-bottom: 6em;
}
@media (max-width: 1024px) {
  .section-classic {
    padding-top: 3em !important;
    padding-bottom: 3em;
  }
}
.section-entro h1 {
  color: #fff;
  text-shadow: 0.03em 0.03em 3px #1C2941;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .section-entro h1 {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
.section-entro h1::after {
  content: "";
  display: flex;
  border-top: 6px solid #B00009;
  width: 100px;
  position: relative;
  left: auto;
  z-index: 1;
  margin: 0 auto;
  margin-top: 15px;
}
.section-entro h3 {
  font-size: 2.3rem;
  font-family: "Celias", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1024px) {
  .section-entro h3 {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

#contact {
  line-height: 1.3;
}

#body-wrap #site-main {
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out !important;
}
/* Variables
--------------------------------------------- */
/* Mixins
--------------------------------------------- */
.section-text-right {
  padding-top: 4em;
}
.section-text-left {
  padding-top: 4em;
}

.widget-title {
  display: flex;
  justify-content: center;
  position: relative;
}
.widget-title h2:before {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 110%;
  height: 110%;
  position: absolute;
  top: -0.8em;
  z-index: -1;
  left: -5%;
}

.title {
  color: #fff;
  position: relative;
  z-index: 1;
  margin-top: 2em;
}
@media (min-width: 768px) {
  .title {
    font-size: 2.5rem;
  }
}
.title-contact {
  margin-top: 1em;
}
.title-contact-fr:before {
  background-image: url(../images/titles/fr/Contact.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 110%;
  height: 110%;
  position: absolute;
  top: -0.8em;
  z-index: -1;
  left: -5%;
}
.title-contact-en {
  background-image: url(../images/titles/en/Contact.png);
}
.title-contact-es {
  background-image: url(../images/titles/es/Contact.png);
}

/* Variables
--------------------------------------------- */
.section-talents {
  margin-bottom: 3em;
  position: relative;
}
.section-talents::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #B00009;
  width: 100%;
  height: 65%;
  display: block;
  z-index: -2;
}
@media (max-width: 1024px) {
  .section-talents::before {
    height: 25%;
  }
}
@media (max-width: 599px) {
  .section-talents .widget-talents.container {
    padding: 0 !important;
  }
}
.section-talents .widget-talents .swipper-item {
  display: flex;
  align-items: stretch;
  align-content: space-between;
  height: initial;
}
.section-talents .widget-talents .swipper-item .item {
  word-break: break-word;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1em;
  color: #fff;
  justify-content: space-between;
  align-items: stretch;
}
.section-talents .widget-talents .swipper-item .item .talent-details {
  background: #1C2941;
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 1em;
  justify-content: space-evenly;
  height: -webkit-fill-available;
}
.section-talents .widget-talents .swipper-item .item .talent-details h3 {
  margin: 0;
  font-size: 1.2rem;
}
@media (max-width: 1024px) {
  .section-talents .widget-talents .swipper-item .item .talent-details h3 {
    font-size: 1rem;
  }
}
.section-talents .widget-talents .swipper-item .item .talent-details p {
  margin: 0;
  font-style: italic;
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .section-talents .widget-talents .swipper-item .item .talent-details p {
    font-size: 0.9rem;
  }
}
@media (max-width: 1024px) {
  .section-talents .widget-talents .swipper-item .item .talent-details {
    padding: 1.2em;
  }
}
@media (max-width: 599px) {
  .section-talents .widget-talents .swipper-item .item .talent-details {
    padding: 1em;
  }
  .section-talents .widget-talents .swipper-item .item .talent-details p {
    font-size: 14px;
  }
}
.section-talents .widget-talents .swipper-item .item .talent-details a {
  color: #fff;
  text-decoration: underline;
}
.section-talents .widget-talents .swipper-item:nth-child(odd) .talent-details {
  order: 2;
}
.section-talents .widget-talents .swipper-item:nth-child(odd) .talent-details::before {
  content: "";
  background: #161615;
  width: 80%;
  height: 100%;
  position: absolute;
  left: 10%;
  z-index: -1;
  border: 0;
  top: -100px;
}
.section-talents .widget-talents .swipper-item:nth-child(odd) .figure {
  order: 1;
}
.section-talents .widget-talents .swipper-item:nth-child(even) .talent-details {
  order: 1;
}
.section-talents .widget-talents .swipper-item:nth-child(even) .talent-details::after {
  content: "";
  background: #161615;
  width: 80%;
  height: 50%;
  position: absolute;
  left: 10%;
  z-index: -1;
  border: 0;
  bottom: -100px;
  top: 0;
}
.section-talents .widget-talents .swipper-item:nth-child(even) .figure {
  order: 2;
}
.section-talents .widget-talents swiper-container::part(button-prev) {
  color: transparent;
  font-size: 3em;
  transition: all 0.2s ease-in-out;
  left: var(--swiper-navigation-sides-offset, -1em);
}
@media (max-width: 599px) {
  .section-talents .widget-talents swiper-container::part(button-prev) {
    display: none !important;
  }
}
.section-talents .widget-talents swiper-container::part(button-prev)::before {
  content: "\e912";
  font-family: "askida-icons";
  color: #161615;
}
.section-talents .widget-talents swiper-container::part(button-prev):hover {
  left: var(--swiper-navigation-sides-offset, -1.1em);
}
.section-talents .widget-talents swiper-container::part(button-prev) svg {
  display: none !important;
}
.section-talents .widget-talents swiper-container::part(button-next) {
  color: transparent;
  font-size: 3em;
  transition: all 0.2s ease-in-out;
  right: var(--swiper-navigation-sides-offset, -1em);
}
.section-talents .widget-talents swiper-container::part(button-next)::before {
  content: "\e913";
  font-family: "askida-icons";
  color: #161615;
}
.section-talents .widget-talents swiper-container::part(button-next):hover {
  right: var(--swiper-navigation-sides-offset, -1.1em);
}
@media (max-width: 599px) {
  .section-talents .widget-talents swiper-container::part(button-next) {
    display: none !important;
  }
}
.section-talents .widget-talents swiper-container::part(button-next) svg {
  display: none !important;
}
.section-talents .widget-talents swiper-container::part(container) {
  position: initial;
  display: flex;
  align-items: stretch;
  align-content: space-between;
}
@media (max-width: 599px) {
  .section-talents .widget-talents swiper-container::part(container) {
    width: 100%;
  }
}
.section-talents .widget-talents swiper-container::slotted(swiper-slide) {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: auto;
  display: flex;
}
.section-talents .section-title > .wpb_wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .section-talents .widget-talents .swipper-item:nth-child(odd) .talent-details {
    order: 2;
  }
  .section-talents .widget-talents .swipper-item:nth-child(odd) .talent-details::before {
    content: "";
    background: #161615;
    width: 80%;
    height: 100%;
    position: absolute;
    left: 10%;
    z-index: -1;
    border: 0;
    top: -100px;
  }
  .section-talents .widget-talents .swipper-item:nth-child(odd) .figure {
    order: 1;
    width: 100%;
  }
  .section-talents .widget-talents .swipper-item:nth-child(even) .talent-details {
    order: 2;
  }
  .section-talents .widget-talents .swipper-item:nth-child(even) .talent-details::before {
    content: "";
    background: #161615;
    width: 80%;
    position: absolute;
    left: 10%;
    z-index: -1;
    border: 0;
    top: -100px;
  }
  .section-talents .widget-talents .swipper-item:nth-child(even) .talent-details::after {
    content: none;
  }
  .section-talents .widget-talents .swipper-item:nth-child(even) .figure {
    order: 1;
  }
  .section-talents .widget-talents .swipper-item .item {
    gap: 0;
    align-items: center;
    height: 100%;
  }
  .section-talents .widget-talents .swipper-item .item .talent-details {
    width: 78%;
    display: flex;
  }
  @-moz-document url-prefix() {
    .section-talents .widget-talents .swipper-item .item .talent-details {
      height: 100%;
    }
  }
}
@media (max-width: 767px) and (min-width: 1024px) {
  .section-talents .widget-talents .swipper-item .item .talent-details {
    height: -webkit-fill-available;
  }
}
@media (max-width: 767px) and (max-width: 1024px) {
  .section-talents .widget-talents .swipper-item .item .talent-details {
    min-height: 20vh;
    max-height: 25vh;
  }
}
@media (max-width: 767px) {
  .section-talents .widget-talents .swipper-item .item .talent-details::before {
    content: none;
  }
}
.section-talents .vc_column-inner {
  padding: 0 !important;
}
.section-talents .figure {
  margin: 0;
  line-height: 0;
  position: relative;
  color: #fff;
  display: flex;
  overflow: visible;
}
.section-talents .figure video {
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
  overflow: auto;
}
.section-talents .figure video::-webkit-media-controls {
  width: 100%;
  z-index: 10000000000000000000000;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  display: none;
}

.talentSwiper::part(pagination) {
  position: relative;
}
.talentSwiper::part(wrapper) {
  padding-bottom: 2rem;
  align-items: stretch;
  align-content: space-between;
}
.talentSwiper::part(bullet) {
  width: 25px;
  height: 8px;
  background: transparent;
  border: 1px solid #B00009;
  opacity: 1;
  border-radius: 0;
  margin: 0 0.5em;
}
.talentSwiper::part(bullet-active) {
  width: 35px;
  transition: width 0.5s;
  background: #B00009;
  border: 1px solid transparent;
  border-radius: 0;
}
@media (max-width: 767px) {
  .talentSwiper .swiper-slide-next,
  .talentSwiper .swiper-slide-prev,
  .talentSwiper .swiper-slide-active {
    opacity: 0.8;
    display: flex !important;
  }
  .talentSwiper .swiper-slide-next video,
  .talentSwiper .swiper-slide-prev video,
  .talentSwiper .swiper-slide-active video {
    display: block;
    width: 100% !important;
  }
  .talentSwiper .swiper-slide-next video::-webkit-media-controls,
  .talentSwiper .swiper-slide-prev video::-webkit-media-controls,
  .talentSwiper .swiper-slide-active video::-webkit-media-controls {
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 1000000000000000000000;
  }
  .talentSwiper .swiper-slide-active {
    opacity: 1;
  }
}

.swiper-horizontal {
  touch-action: pan-y;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.swiper-backface-hidden::slotted(swiper-slide),
.swiper-backface-hidden ::slotted(swiper-slide) {
  display: flex;
}

.figure video.showvideo {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
}

.swiper-slide {
  overflow: visible !important;
}

.showvideo::-webkit-media-controls-panel {
  width: 100% !important;
}

.talentSwiper .swiper-slide {
  overflow: visible !important;
}

.figure {
  overflow: visible;
}

@media (max-width: 1024px) {
  .entry-title {
    font-size: 6vw;
  }
}
/* Variables
--------------------------------------------- */
.site-footer {
  padding-top: 2em;
  padding-bottom: 1em;
  margin-top: 3em;
  background: #1C2941;
  font-family: "Celias-Light", sans-serif;
}
.site-footer a,
.site-footer p {
  text-decoration: none;
  color: #fff;
}
.site-footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0;
}
.site-footer ul li {
  list-style: none;
}
@media (max-width: 767px) {
  .site-footer {
    margin-top: 1em;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
.site-footer .footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .site-footer .footer-content {
    align-items: stretch;
    flex-direction: column;
    gap: 1.5em;
    align-content: center;
    text-align: center;
  }
}
.site-footer .footer-content > div {
  flex: 1;
}
.site-footer .footer-content .footer_langues {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 1.2em;
  padding-bottom: 1em;
}
.site-footer .footer-content .footer_langues a {
  text-transform: uppercase;
}
.site-footer .footer-content .footer_langues a:hover {
  opacity: 0.58;
}
.site-footer .footer-content .footer-socials {
  display: flex;
  flex-direction: column;
  gap: 2em;
  align-items: flex-start;
  justify-content: center;
  align-content: flex-start;
  text-align: left;
}
@media (max-width: 767px) {
  .site-footer .footer-content .footer-socials {
    align-items: center;
  }
}
.site-footer .footer-content .footer-socials .social-wrap li a {
  text-decoration: none;
  background: none;
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
  background: #B00009;
  display: flex;
  text-align: center;
  -webkit-transition: background 0.5s;
  /* For Safari 3.0 to 6.0 */
  transition: background 0.5s;
  -webkit-transition: color 0.5s;
  /* For Safari 3.0 to 6.0 */
  transition: color 0.5s;
  width: 2em;
  height: 2em;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 100%;
}
.site-footer .footer-content .footer-socials .social-wrap li a span {
  line-height: normal;
}
.site-footer .footer-content .footer-socials .social-wrap li a .icon-Twitter---X:before {
  font-size: 20px;
}
.site-footer .footer-content .footer-socials .social-wrap li a .icon-Facebook-1:before {
  font-size: 21px;
}
.site-footer .footer-content .footer-socials .social-wrap li a .icon-Linkedin:before {
  font-size: 24px;
}
.site-footer .footer-content .footer-socials .social-wrap li a .icon-Instagram:before {
  font-size: 25px;
  padding-right: 0px;
  padding-top: 2px;
}
.site-footer .footer-content .footer-socials .social-wrap li a:hover {
  background: #B00009;
  color: #000;
}
.site-footer .footer-content .footer-menu {
  text-transform: normal;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.site-footer .footer-content .footer-menu ul {
  gap: 1.2em;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .site-footer .footer-content .footer-menu ul {
    flex-direction: row;
  }
}
.site-footer .footer-content .footer-menu ul li {
  text-align: center;
}
@media (max-width: 767px) {
  .site-footer .footer-content .footer-menu ul li {
    flex: 1;
  }
}
.site-footer .footer-content .footer-menu ul li a {
  color: #fff;
  -webkit-transition: color 0.5s;
  /* For Safari 3.0 to 6.0 */
  transition: color 0.5s;
}
@media (max-width: 767px) {
  .site-footer .footer-content .footer-menu ul li a {
    font-size: 0.9rem;
  }
}
.site-footer .footer-content .footer-menu ul li a:hover {
  opacity: 0.8;
}
.site-footer .footer-content .footer-adresse {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-footer .footer-content .footer-adresse p {
  margin: 0;
}
.site-footer .footer-content .footer-adresse .askida-ref {
  line-height: 0;
  width: -webkit-fill-available;
  text-align: center;
}
.site-footer .footer-content .footer-adresse .askida-ref img {
  width: 100%;
}
@media (min-width: 2000px) {
  .site-footer .footer-content .footer-adresse .askida-ref img {
    width: 70%;
  }
}
@media (max-width: 2000px) {
  .site-footer .footer-content .footer-adresse .askida-ref img {
    width: 70%;
  }
}
@media (max-width: 1600px) {
  .site-footer .footer-content .footer-adresse .askida-ref img {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-content .footer-adresse .askida-ref img {
    width: 70%;
  }
}
@media (max-width: 599px) {
  .site-footer .footer-content .footer-adresse .askida-ref img {
    width: 85%;
  }
}
.site-footer .footer-content .footer-adresse p.code-postal {
  font-size: 14px;
}
.site-footer .footer-copy {
  text-align: center;
  margin-top: 1.5em;
}
.site-footer .footer-copy p {
  margin: 5px;
  opacity: 0.5;
  letter-spacing: 1px;
  font-family: "Celias-Light";
  font-size: 0.9em;
}
.site-footer .footer-sep {
  width: 50%;
  background: #93070E;
  margin-bottom: 0;
  margin-top: 0;
}

/* Variables
--------------------------------------------- */
.error-404 {
  min-height: 24vw;
  background-image: url(../images/404.svg);
  position: relative;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: stretch;
  margin-bottom: 10%;
}
@media (max-width: 767px) {
  .error-404 {
    min-height: 30vh;
    margin-top: 15%;
    margin-bottom: 25%;
  }
}
.error-404:after {
  background-color: #1C2941;
  width: 100%;
  height: 51%;
  content: "";
  position: absolute;
  left: 0;
  bottom: -20%;
  display: block;
  z-index: -2;
}
.error-404 .page-title {
  color: #fff;
  padding: 0;
  margin: 0;
  font-family: "Celias-Light";
  font-weight: 100;
  font-size: 1.2vw;
}
@media (max-width: 767px) {
  .error-404 .page-title {
    font-size: 4vw;
  }
}
.error-404 .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: -3%;
}
@media (max-width: 767px) {
  .error-404 .container {
    margin-bottom: -10%;
  }
}

/* Widgets
--------------------------------------------- */
/* Variables
--------------------------------------------- */
.section-contact {
  overflow: visible !important;
}
.section-contact:before {
  content: "";
  position: absolute;
  left: 0;
  top: -5%;
  background: #1C2941;
  width: 50%;
  height: 70%;
  display: block;
  z-index: -2;
}
@media (max-width: 1024px) {
  .section-contact:before {
    height: 45%;
    width: 66%;
  }
}
.section-contact::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10%;
  background: #0B0C1C;
  width: 50%;
  height: 60%;
  display: block;
  z-index: -2;
}
@media (max-width: 1024px) {
  .section-contact::after {
    height: 45%;
    width: 66%;
    bottom: -5%;
  }
}
.section-contact .section-title {
  width: 50%;
  color: #fff;
}
@media (max-width: 599px) {
  .section-contact .section-title {
    width: 66%;
  }
}
@media (max-width: 599px) {
  .section-contact .width-50 {
    width: 66%;
    padding: 0 2em;
    font-family: "Celias-Light", sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    text-align: left;
  }
}
.section-contact #mailchimp_contact_form_wrap {
  padding: 2em;
  background-color: #FFFFFF;
  border: 5px solid #B00109;
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .section-contact #mailchimp_contact_form_wrap {
    padding: 3em 4em;
  }
}
@media (max-width: 2000px) {
  .section-contact #mailchimp_contact_form_wrap {
    padding: 3em 4em;
  }
}
@media (max-width: 1600px) {
  .section-contact #mailchimp_contact_form_wrap {
    padding: 3em 4em;
  }
}
@media (max-width: 1200px) {
  .section-contact #mailchimp_contact_form_wrap {
    padding: 3em 4em;
  }
}
@media (max-width: 1024px) {
  .section-contact #mailchimp_contact_form_wrap {
    padding: 3em;
  }
}
@media (max-width: 599px) {
  .section-contact #mailchimp_contact_form_wrap {
    padding: 2em;
  }
}
.section-contact #mailchimp_contact_form_wrap #contact_form_container {
  position: relative;
  width: 100%;
}
.section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form {
  display: flex;
  flex-direction: column;
  row-gap: 0.5em;
}
.section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group {
  text-align: center;
  display: grid;
  justify-items: start;
  text-align: left;
}
.section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group label {
  margin-bottom: 0.6em;
  text-align: left;
  color: #2F3136;
  font-size: 16px;
  font-family: "Celias-Light", sans-serif;
}
@media (max-width: 1024px) {
  .section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group label {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group .input_text {
  color: #1C1C27;
  border-radius: 0;
  width: 100% !important;
  border: none;
  border-bottom: 1px solid #2F3136;
}
.section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group .input_submit {
  padding: 0em 5em;
}
.section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group.col_flex {
  display: flex;
  gap: 1.5em;
}
@media (max-width: 599px) {
  .section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group.col_flex {
    flex-direction: column;
    gap: 0.5em;
  }
}
.section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group.col_flex .col_6 {
  width: 50%;
  display: grid;
}
@media (max-width: 599px) {
  .section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group.col_flex .col_6 {
    width: 100%;
  }
}
.section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group .g-recaptcha {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media (max-width: 540px) {
  .section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group .g-recaptcha {
    transform: scale(0.8);
    transform-origin: 0;
    transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group.btn-send {
  justify-items: center;
}
@media (max-width: 1024px) {
  .section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group.btn-send button {
    width: 100%;
  }
  .section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group.btn-send button span input {
    padding: initial;
  }
}
.section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group.btn-send span {
  padding-left: inherit;
  padding-right: inherit;
  padding-top: 10px;
  padding-bottom: 10px;
}
.section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group input:focus-visible,
.section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group textarea:focus-visible {
  outline: none;
}
.section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .no-grid {
  display: block;
}
.section-contact #mailchimp_contact_form_wrap .message_wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  position: absolute;
  z-index: 5;
  background: #FFFFFF;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
}
.section-contact #mailchimp_contact_form_wrap .message_wrap .output_message_wrap {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.section-contact #mailchimp_contact_form_wrap .message_wrap .output_message_wrap .output_message {
  font-size: 25px;
}
.section-contact #mailchimp_contact_form_wrap .message_wrap #back_to_form {
  display: block;
  cursor: pointer;
  font-size: 35px;
}
.section-contact #mailchimp_contact_form_wrap .message_wrap #back_to_form i:before {
  content: "\ea0f";
  color: #B00009;
}
.section-contact #mailchimp_contact_form_wrap .message_wrap #agree_policy_conditions p {
  text-align: center;
  margin-top: 1em;
}
.section-contact #mailchimp_contact_form_wrap .message_wrap #agree_policy_conditions p a {
  text-decoration: underline;
}
.section-contact #mailchimp_contact_form_wrap .message_wrap .mettre-en-copy label {
  display: ruby;
  padding-left: 0.3em;
}
.section-contact .contact-wrap > .vc_column-inner > .wpb_wrapper {
  display: flex;
  align-items: flex-start;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (max-width: 1024px) {
  .section-contact .contact-wrap > .vc_column-inner > .wpb_wrapper {
    gap: 1em;
  }
}
.section-contact .contact-wrap > .vc_column-inner > .wpb_wrapper .col-left, .section-contact .contact-wrap > .vc_column-inner > .wpb_wrapper .col-right {
  width: 25%;
}
.section-contact .contact-wrap > .vc_column-inner > .wpb_wrapper .col-center {
  width: 50%;
}
@media (min-width: 1024px) {
  .section-contact .contact-wrap > .vc_column-inner > .wpb_wrapper .col-center {
    margin-top: 5em;
  }
}
@media (max-width: 1024px) {
  .section-contact .contact-wrap > .vc_column-inner > .wpb_wrapper {
    flex-wrap: wrap;
  }
  .section-contact .contact-wrap > .vc_column-inner > .wpb_wrapper .col-left, .section-contact .contact-wrap > .vc_column-inner > .wpb_wrapper .col-right {
    width: 60%;
  }
  .section-contact .contact-wrap > .vc_column-inner > .wpb_wrapper .col-center {
    width: 100%;
  }
  .section-contact .contact-wrap > .vc_column-inner > .wpb_wrapper .col-right {
    width: 100%;
  }
  .section-contact .contact-wrap > .vc_column-inner > .wpb_wrapper .col-left.wpb_content_element {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .section-contact .container {
    padding: 0 !important;
  }
}

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

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

.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;
}

.gallery-caption {
  display: block;
}

.figure {
  margin: 0;
  line-height: 0;
  position: relative;
  color: #fff;
  display: flex;
}
.figure video {
  position: relative;
}
.figure .video-play-button {
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 10;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  z-index: 1;
}
.figure .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background: rgb(147, 7, 14);
  border-radius: 50%;
}
.figure .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 200ms;
  box-shadow: 0px 0px 7px 2px rgba(255, 255, 255, 0.5803921569);
  background: rgb(147, 7, 14);
}
.figure .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 19px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 10px;
  left: 5px;
}
.figure:hover .video-play-button:before {
  animation: pulse-border 1100ms ease-out infinite;
}
.figure.isplay video::-webkit-media-controls {
  opacity: 1;
}
.figure.isplay .video-play-button {
  opacity: 0;
}
.figure.ispause video::-webkit-media-controls {
  opacity: 0;
}
.figure.ispause .video-play-button {
  opacity: 1;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

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