/*
Theme Name: ExoCore
Theme URI: http://underscores.me/
Author: Exo B2B
Author URI: https://exob2b.com
Description: ExoB2B
Version: 4.0.0
License: GNU General Public License v2 or later
Text Domain: exocore
*/
/*--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-size: 62.5%;
}
@media only screen and (min-width: 2100px) {
  html {
    font-size: 68%;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 62.5%;
  }
}

.ecol-1 {
  width: 8.33%;
}

.ecol-2 {
  width: 16.66%;
}

.ecol-3 {
  width: 25%;
}

.ecol-4 {
  width: 33.33%;
}

.ecol-5 {
  width: 41.66%;
}

.ecol-6 {
  width: 50%;
}

.ecol-7 {
  width: 58.33%;
}

.ecol-8 {
  width: 66.66%;
}

.ecol-9 {
  width: 75%;
}

.ecol-10 {
  width: 83.33%;
}

.ecol-11 {
  width: 91.66%;
}

.ecol-12 {
  width: 100%;
}

[class*=ecol-] {
  float: left;
  padding: 50px;
}

.erow::after {
  content: "";
  clear: both;
  display: table;
}

@media only screen and (min-width: 2100px) {
  [class*=ecol-] {
    padding: 50px;
  }
}
@media only screen and (max-width: 1500px) {
  [class*=ecol-] {
    padding: 0;
  }
}
@media only screen and (max-width: 800px) {
  [class*=ecol-] {
    width: 100%;
  }
}
@font-face {
  font-family: "Tommy reg";
  src: url("../fonts/made_tommy_regular_webfont.woff2") format("woff2"), url("../fonts/made_tommy_regular_webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Tommy bold";
  src: url("../fonts/made_tommy_bold_webfont.woff2") format("woff2"), url("../fonts/made_tommy_bold_webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

html {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

.site_w {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media only screen and (min-width: 2100px) {
  .site_w {
    max-width: 1800px;
  }
}
.full_w {
  width: 100%;
}

.mobile-icon {
  display: none;
}
@media only screen and (max-width: 800px) {
  .mobile-icon {
    display: inherit;
    float: right;
    margin: 15px 15px 0 0;
    width: 50px;
    height: auto;
  }
}
.deskOnly {
  display: block;
}
@media only screen and (max-width: 800px) {
  .deskOnly {
    display: none;
  }
}

.mobOnly {
  display: none;
}
@media only screen and (max-width: 800px) {
  .mobOnly {
    display: block;
  }
}

strong, a strong {
  font-weight: 700;
}

.clear {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

.center {
  text-align: center;
}

.alri {
  text-align: right;
}
@media only screen and (max-width: 800px) {
  .alri {
    text-align: center;
  }
}

.inline {
  display: inline-block !important;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt80 {
  margin-top: 80px;
}

.mr20 {
  margin-right: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml50 {
  margin-left: 50px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt20 {
  padding-top: 20px;
}

.pt40 {
  padding-top: 40px;
}

.nopad {
  padding: 0;
}

::-moz-placeholder {
  color: #cccccc;
  font: 300 12px/14px "Tommy reg", sans-serif;
}

.search-field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font: 300 3rem/3rem "Tommy reg", sans-serif; /* Firefox */
}

.search-field::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font: 300 3rem/3rem "Tommy reg", sans-serif; /* Firefox */
}

.search-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font: 300 3rem/3rem "Tommy reg", sans-serif; /* Microsoft Edge */
}

.close {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -13px;
  height: 25px;
  width: 25px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.close:hover {
  opacity: 0.7;
}

/*
img {// Prevent image drag & Drop
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
	-webkit-touch-callout: none;
}
*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1em;
}

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

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

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Tommy reg", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

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

blockquote {
  margin: 0 1em;
}

address {
  margin: 0 0 1em;
}

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

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

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
## Others
--------------------------------------------------------------*/
table {
  width: 100%;
}

/* Alignement */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

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

.gallery-caption {
  display: block;
}

.site-header .menu li {
  display: inline-block;
  position: relative;
  text-align: left;
}
.site-header .menu li a {
  display: block;
  text-decoration: none;
}
.site-header .menu li ul, .site-header .menu li ul ul {
  display: none;
  position: absolute;
  z-index: 110;
  top: 10px;
  left: 0;
  width: 200px;
  margin: 0;
  background: #000000;
}
.site-header .menu li ul ul {
  left: 100%;
  top: 0;
}
.site-header .menu li li {
  display: block;
}
.site-header .menu li:hover > a {
  display: block;
  background: none;
}
.site-header .menu li:hover > ul {
  display: block;
}
.site-header .menu {
  /* Don't display menus further than 3 deep in ul tree */
}
.site-header .menu ul ul ul li:hover ul {
  display: none;
}
.site-header .menu li.menu-parent-item > a:after { /* If you don't want the arrows on the top level drop down, simply remove this style */
  /*font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  speak: none;
  vertical-align: middle;
  font-size: 9px;
  font-size: 0.5625rem;
  content: " \f078";
  width: calc(100% - 20px);
  display: block;
  position: absolute;*/
}
.site-header .menu .current_page_item a,
.site-header .menu .current-menu-item a {
  /**/
}
.site-header .menu .current-menu-item > a,
.site-header .menu .current-menu-ancestor > a,
.site-header .menu .current_page_item > a,
.site-header .menu .current_page_ancestor > a,
.site-header .menu .current_page_parent > a {
  color: #cccccc; /* Nav bar link color for current menu item or ancestor */
}

#footercontainer .sub-menu {
  display: none;
}

/*
.current-menu-item > a,
.current-menu-ancestor > a,
.current_page_item > a,
.current_page_ancestor > a,
.current_page_parent > a,
.current_page_item > a,
.current-menu-item > a {color: $color3 !important;}
*/
/**********************************************
font: 1.6rem/1.7rem $tommy__reg;
font: 1.6rem/1.7rem $tommy__bold;

$color1: #e31937; // Red
$color2: #444444; // 

GENERAL STYLES
**********************************************/
body {
  position: relative;
  font: 300 1.8rem/3rem "Tommy reg", sans-serif;
  color: #444444;
  z-index: 0;
  background: #f8f8f8;
}
body .site_w {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  body .site-main {
    padding-top: 0;
  }
}
h1 {
  font: 5.5rem/6rem "Tommy bold", sans-serif;
  margin: 0;
  color: #e31937;
  padding: 30px 0 40px 0;
  letter-spacing: -2px;
  text-align: center;
}
h2 {
  font: 3.4rem/4rem "Tommy reg", sans-serif;
  margin: 0 0 20px 0;
  color: #444444;
}
h3 {
  font: 2.4rem/2.8rem "Tommy reg", sans-serif;
  color: #333333;
}
h4 {
  font: 1.6rem/1.8rem "Tommy reg", sans-serif;
}
a {
  color: #e31937;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  cursor: pointer !important;
}
a:hover {
  color: #444444;
}

p {
  margin: 0 0 20px 0;
}

/******* GENERAL ***************************/
.cta {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 20px;
  color: #e31937;
  border: 1px solid #444444;
  font: 500 1.6rem/1.7rem "Tommy reg", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  transition: ease 0.3s;
}
.cta:hover {
  color: #ffffff;
  background: #e31937;
  border: 1px solid #e31937;
  transform: translate(0px, -5px);
}

.cta-big {
  padding: 0 0 100px 0;
  text-align: center;
}
.cta-big a {
  display: inline-block;
  font: 4rem/4.4rem "Tommy reg", sans-serif;
  padding: 20px 100px;
  text-align: center;
  border-radius: 50px;
  color: #ffffff;
  background: #e31937;
}
@media only screen and (max-width: 1100px) {
  .cta-big a {
    font: 2.4rem/3rem "Tommy reg", sans-serif;
    padding: 10px 50px;
  }
}
@media only screen and (max-width: 450px) {
  .cta-big a {
    padding: 10px 20px;
    width: 90%;
  }
}
.cta-big a span {
  font: 3rem/3.4rem "Tommy bold", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .cta-big a span {
    font: 2.4rem/3rem "Tommy bold", sans-serif;
  }
}
.cta-big a:hover {
  background: #000000;
  color: #ffffff;
}

.go-to-top {
  display: block;
  position: fixed;
  cursor: pointer;
  bottom: 18px;
  left: 50%;
  margin-left: -15px;
  height: 30px;
  width: 30px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 50;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
}
.go-to-top:hover {
  background: rgba(68, 68, 68, 0.8);
  transition: 0.2s ease-in-out;
}
.go-to-top img {
  width: 15px;
  padding: 5px 0 0 0;
}

.g-recaptcha {
  transform: scale(0.77);
  transform-origin: 0 0 0;
  margin: 10px 0 0 0;
}

.error404 [class*=ecol-] {
  padding: 0;
}
.error404 h1 {
  font: 700 5rem/5.5rem "Tommy reg", sans-serif;
  text-align: center;
  color: #e31937;
}
@media only screen and (max-width: 1100px) {
  .error404 h1 {
    padding: 30px 50px 10px 50px;
  }
}
@media only screen and (max-width: 450px) {
  .error404 h1 {
    font: 700 4rem/4.5rem "Tommy reg", sans-serif;
    padding: 30px 30px 10px 30px;
  }
}
.error404 .cta-group {
  text-align: center;
  width: 100%;
  height: 50vh;
  padding: 50px 100px 0 0;
}
@media only screen and (max-width: 1100px) {
  .error404 .cta-group {
    padding: 0 0 0 100px;
  }
}
@media only screen and (max-width: 800px) {
  .error404 .cta-group {
    height: 30vh;
    display: block;
    padding: 30px 0 0 0;
    text-align: center;
  }
}
@media only screen and (max-width: 450px) {
  .error404 .cta-group {
    padding: 10px 0 0 0;
  }
}
.error404 .cta-group .cta {
  padding-right: 20px;
  text-align: center;
  width: 400px;
  font: 500 1.8rem/2.1rem "Tommy reg", sans-serif;
}
@media only screen and (max-width: 800px) {
  .error404 .cta-group .cta {
    width: 50%;
  }
}
@media only screen and (max-width: 450px) {
  .error404 .cta-group .cta {
    width: 90%;
    font: 500 1.6rem/1.39rem "Tommy reg", sans-serif;
  }
}
.error404 .cta-group .cta:hover {
  color: #ffffff;
  background: #444444;
}

.wpcf7-form input, .wpcf7-form textarea {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0 10px 0;
  font: 300 14px/14px "Tommy reg", sans-serif;
  color: #000000;
  margin: 0 0 10px 0;
}
.wpcf7-form select {
  color: #000000;
  border: none;
  border: 1px solid #dddddd;
  border-left: 5px solid #e31937;
  width: 100%;
  height: 40px !important;
  background: url("../images/arrow-circ-down.svg") no-repeat 0 0 #ffffff;
  background-position: 98% 50%;
  background-size: 25px auto;
  font: 300 1.8rem/1.8rem "Tommy reg", sans-serif;
  padding: 0 0 0 10px;
  margin-bottom: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.wpcf7-form label {
  color: #999999;
  font: 300 1.3rem/1.9rem "Tommy reg", sans-serif;
  padding-bottom: 6px;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=tel], .wpcf7-form textarea {
  font: 300 1.8rem/1.8rem "Tommy reg", sans-serif;
  color: #e31937;
  padding-left: 10px;
  width: 100%;
}
.wpcf7-form input[type=file] {
  background: #cccccc;
  margin-top: -5px;
  border-bottom: 0;
  font: 300 2rem/2.2rem "Tommy reg", sans-serif;
}
.wpcf7-form input[type=submit] {
  float: right;
  padding: 8px 20px;
  background: #e31937;
  font: 300 2rem/2.2rem "Tommy reg", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.2s ease-in-out;
  color: #ffffff;
}
.wpcf7-form input[type=submit]:hover {
  background: #000000;
}
.wpcf7-form input[type=checkbox] {
  float: left;
  width: 20px;
}
.wpcf7-form input[type=radio] {
  border: 1px solid red;
}
.wpcf7-form span.wpcf7-list-item {
  margin: 0 0 20px 0;
  margin-right: 30px;
}
.wpcf7-form .wpcf7-list-item-label {
  color: #e31937;
  line-height: 10px !important;
  font: 500 2rem/2rem "Tommy reg", sans-serif !important;
}
.wpcf7-form textarea {
  height: 100px;
  width: 100%;
  padding-left: 10px;
}
.wpcf7-form p {
  padding: 0;
  margin: 0;
}
.wpcf7-form .ajax-loader {
  display: none !important;
}
.wpcf7-form div.wpcf7-response-output {
  margin: 50px 0 0 0;
  padding: 0;
  border: none;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #ffffff;
  background-color: red;
  border: 0;
  padding: 10px;
  line-height: 1.7rem;
  border-radius: 8px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #ffffff;
  background-color: #48e315;
  border: 0;
  padding: 10px;
  line-height: 1.7rem;
  border-radius: 8px;
}
.wpcf7-form .g-recaptcha, .wpcf7-form .cf7sr-g-recaptcha {
  float: left;
  transform: scale(0.6);
  transform-origin: 0 0 0;
  margin: 30px 0 0 0;
}

.full-screen {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.full-screen .title {
  position: absolute;
  bottom: 300px;
  left: 50px;
  z-index: 10;
}

.partner-client {
  padding: 100px 250px 100px 250px;
  text-align: center;
  background: #ffffff;
}
@media only screen and (max-width: 1500px) {
  .partner-client {
    padding: 100px 100px 100px 100px;
  }
}
@media only screen and (max-width: 1100px) {
  .partner-client {
    padding: 100px 50px 100px 50px;
  }
}
@media only screen and (max-width: 800px) {
  .partner-client {
    padding: 50px;
  }
}
.partner-client [class*=ecol-] {
  padding: 0;
  margin: 20px 0 40px 0;
}
.partner-client h3 {
  margin-bottom: 30px !important;
}
.partner-client img {
  display: inline-block;
  max-width: 160px;
  max-height: 50px;
  height: auto;
  width: auto;
  margin: 0 30px 40px 30px;
}
@media only screen and (max-width: 450px) {
  .partner-client img {
    display: block;
    margin: 0 auto 30px auto;
  }
}

.video {
  width: 100%;
  max-width: 1100px;
  margin: 150px auto 100px auto;
}
.video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video .video-container iframe,
.video .video-container object,
.video .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/******* NAVIGATION ***************************/
.site-header {
  width: 100%;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 1100px) {
  .site-header {
    position: inherit;
  }
}
.site-header .logo {
  position: fixed;
  z-index: 25;
  cursor: pointer;
  width: 250px;
  height: auto;
  transition: ease 0.3s;
}
@media only screen and (max-width: 800px) {
  .site-header .logo {
    width: 200px;
  }
}
@media only screen and (max-width: 450px) {
  .site-header .logo {
    width: 65%;
  }
}
.site-header .logo img {
  display: block;
}
.site-header .logo p {
  font: 1.4rem/1.4rem "Tommy reg", sans-serif;
  position: absolute;
  bottom: 0;
  color: #ffffff;
  padding: 0 0 13px 0;
  margin: 0 0 0 17px;
  letter-spacing: 14.5px;
}
@media only screen and (max-width: 800px) {
  .site-header .logo p {
    padding: 0 0 7px 0;
    margin: 0 0 0 14px;
    letter-spacing: 10.75px;
  }
}
@media only screen and (max-width: 450px) {
  .site-header .logo p {
    letter-spacing: 16px;
    margin: 0 0 0 17px !important;
    padding: 0 0 10px 0;
  }
}
.site-header .hamb {
  position: fixed;
  left: 250px;
  z-index: 25;
  padding: 17px 17px 0 17px;
  width: 85px;
  height: 70px;
  background: #000000;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 800px) {
  .site-header .hamb {
    left: 200px;
    height: 83px;
    padding: 25px 17px 0 17px;
  }
}
@media only screen and (max-width: 450px) {
  .site-header .hamb {
    width: 35%;
    left: auto;
    right: 0;
    height: 83px;
    padding: 30px 11% 0 11%;
  }
}
.site-header .hamb:hover {
  background: #222222;
}
.site-header .anim-hamb {
  display: block;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.site-header .anim-hamb span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #ffffff;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.site-header .anim-hamb span:nth-child(even) {
  left: 50%;
  border-radius: 0 6px 6px 0;
}
.site-header .anim-hamb span:nth-child(odd) {
  left: 0px;
  border-radius: 6px 0 0 6px;
}
.site-header .anim-hamb span:nth-child(1), .site-header .anim-hamb span:nth-child(2) {
  top: 0px;
}
.site-header .anim-hamb span:nth-child(3), .site-header .anim-hamb span:nth-child(4) {
  top: 13px;
}
.site-header .anim-hamb span:nth-child(5), .site-header .anim-hamb span:nth-child(6) {
  top: 26px;
}
.site-header .anim-hamb.open span {
  background: #e31937;
  margin-top: 5px;
}
.site-header .anim-hamb.open span:nth-child(1), .site-header .anim-hamb.open span:nth-child(6) {
  transform: rotate(45deg);
}
.site-header .anim-hamb.open span:nth-child(2), .site-header .anim-hamb.open span:nth-child(5) {
  transform: rotate(-45deg);
}
.site-header .anim-hamb.open span:nth-child(1) {
  left: 5px;
}
.site-header .anim-hamb.open span:nth-child(2) {
  left: calc(50% - 5px);
}
.site-header .anim-hamb.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.site-header .anim-hamb.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.site-header .anim-hamb.open span:nth-child(5) {
  left: 5px;
  top: 16px;
}
.site-header .anim-hamb.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 16px;
}
.site-header .slogan {
  width: 100%;
  height: 70px;
  background: #444444;
  color: #ffffff;
  font: 3rem/3.3rem "Tommy reg", sans-serif;
  padding: 15px 0 0 16.5%;
}
@media only screen and (max-width: 1500px) {
  .site-header .slogan {
    font: 2.4rem/2.6rem "Tommy reg", sans-serif;
  }
}
@media only screen and (max-width: 1100px) {
  .site-header .slogan {
    font: 2rem/2.2rem "Tommy reg", sans-serif;
  }
}
@media only screen and (max-width: 800px) {
  .site-header .slogan {
    font: 1.8rem/2rem "Tommy reg", sans-serif;
    width: 70%;
    float: right;
    padding-left: 100px;
    height: 83px;
  }
}
@media only screen and (max-width: 450px) {
  .site-header .slogan {
    margin-top: 80px;
    width: 100%;
    padding-left: 0;
    text-align: center;
    padding: 40px 15px 15px 15px;
    height: auto;
  }
}

.slide-out-menu {
  position: fixed;
  z-index: 20;
  width: 335px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  padding-top: 20px;
}
@media only screen and (max-width: 800px) {
  .slide-out-menu {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 450px) {
  .slide-out-menu {
    padding-top: 90px;
    width: 100%;
  }
}
.slide-out-menu h4 {
  color: #777777;
  margin: 30px 0 10px 0;
}
.slide-out-menu .sports h4 {
  padding-left: 30px;
}
.slide-out-menu .sports ul.menu {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0;
}
.slide-out-menu .sports ul.menu li {
  width: 100%;
}
.slide-out-menu .sports ul.menu li a {
  font: 2.4rem/2.8rem "Tommy reg", sans-serif;
  padding: 5px 0 5px 20px;
  margin: 0;
  color: #ffffff;
  border-left: 10px solid transparent;
}
.slide-out-menu .sports ul.menu li a:hover {
  background: #333333;
  border-left: 10px solid #e31937;
  padding: 5px 0 5px 25px;
}
.slide-out-menu .menu-2 {
  padding: 30px 30px 0 30px;
}
.slide-out-menu .menu-2 ul.menu {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.slide-out-menu .menu-2 ul.menu li {
  width: 100%;
}
.slide-out-menu .menu-2 ul.menu li a {
  font: 2.1rem/2.3rem "Tommy reg", sans-serif;
  padding: 10px 0 10px 0;
  margin: 0;
  color: #cccccc;
}
.slide-out-menu .menu-2 ul.menu li a:hover {
  color: #ffffff;
}
.slide-out-menu .icons {
  padding: 0 30px 0 30px;
}
.slide-out-menu .icons a {
  margin-right: 10px;
  display: inline-block;
  transition: ease 0.3s;
  cursor: pointer;
}
.slide-out-menu .icons a img {
  display: block;
  width: 40px;
  height: auto;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.slide-out-menu .icons a img:hover {
  transform: translate(0px, -5px);
}
.slide-out-menu .infolettre {
  padding: 0 30px 0 30px;
}
.slide-out-menu .infolettre form input[type=email] {
  float: left;
  width: 85%;
  padding: 10px 10px;
  border: none;
  font: 300 1.8rem/2rem "Tommy reg", sans-serif;
}
.slide-out-menu .infolettre form input[type=submit] {
  float: left;
  width: 15%;
  background: #e31937;
  color: #ffffff;
  border: none;
  padding: 0;
  font: 1.5rem/1.5rem "Tommy reg", sans-serif;
  transition: 0.2s ease-in-out;
  text-align: center;
  border-radius: 0;
  height: 40.5px;
  cursor: pointer;
}
.slide-out-menu .infolettre form input[type=submit]:hover {
  background: #444444;
  color: #ffffff;
}
.slide-out-menu .infolettre form .wpcf7-not-valid-tip {
  position: absolute;
  margin-top: 50px;
  font: 1.3rem/1.5rem "Tommy reg", sans-serif;
}
.slide-out-menu .infolettre form .wpcf7-response-output {
  display: none !important;
}

/******* PAGE TEMPLATES ***************************/
.home .hero-slices {
  padding: 0 0 0 1.5%;
}
.home .hero-slices a {
  position: relative;
  float: left;
  width: 30%;
  height: 70vh;
  cursor: pointer;
  overflow: hidden;
  margin: 50px 1.5% 0 1.5%;
}
@media only screen and (max-width: 1100px) {
  .home .hero-slices a {
    height: 50vh;
  }
}
@media only screen and (max-width: 800px) {
  .home .hero-slices a {
    height: 40vh;
  }
}
@media only screen and (max-width: 450px) {
  .home .hero-slices a {
    margin: 30px 1.5% 0 1.5%;
    height: 20vh;
  }
}
.home .hero-slices a .slice {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition: all 0.3s ease-in-out;
}
.home .hero-slices a .title {
  width: 100%;
  position: absolute;
  z-index: 5;
  bottom: 0;
  padding: 20px;
  text-align: center;
  font: 4.5rem/4.5rem "Tommy bold", sans-serif;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
@media only screen and (max-width: 1100px) {
  .home .hero-slices a .title {
    font: 3rem/3rem "Tommy bold", sans-serif;
  }
}
@media only screen and (max-width: 800px) {
  .home .hero-slices a .title {
    padding: 15px 5px;
  }
}
@media only screen and (max-width: 450px) {
  .home .hero-slices a .title {
    font: 2rem/2rem "Tommy bold", sans-serif;
    padding: 15px 5px;
  }
}
.home .hero-slices a:hover .title {
  background: #e31937;
  transition: all 0.3s;
}
.home .hero-slices a:hover .slice, .home .hero-slices a:focus .slice {
  transform: scale(1.05);
  filter: saturate(0.5);
}
@media only screen and (max-width: 1500px) {
  .home h1 {
    font: 4.5rem/5rem "Tommy bold", sans-serif;
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .home h1 {
    font: 4rem/4.5rem "Tommy bold", sans-serif;
    padding: 0 20px;
  }
}
.home .about {
  margin-top: 30px;
}
.home .about .desc {
  text-align: center;
  width: 80%;
  margin: 0 auto 100px auto;
}
.home .visuals {
  margin-bottom: 100px;
}
.home .visuals .le, .home .visuals .ri {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 450px) {
  .home .visuals .le, .home .visuals .ri {
    float: none;
    width: 100%;
  }
}
.home .visuals .le img, .home .visuals .ri img {
  display: block;
  width: 100%;
  border-radius: 0 50px 50px 0;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 450px) {
  .home .visuals .le img, .home .visuals .ri img {
    border-radius: 0;
  }
}
.home .visuals .ri {
  margin-top: 100px;
}
@media only screen and (max-width: 450px) {
  .home .visuals .ri {
    margin-top: 0;
  }
}
.home .visuals .ri img {
  display: block;
  width: 100%;
  border-radius: 50px 0 0 50px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 450px) {
  .home .visuals .ri img {
    border-radius: 0;
  }
}
.home .markets {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1100px) {
  .home .markets {
    margin: 0 20px 100px 20px;
  }
}
@media only screen and (max-width: 450px) {
  .home .markets {
    margin-bottom: 0;
  }
}
.home .markets .intro_marches {
  text-align: center;
  width: 80%;
  margin: 0 auto 50px auto;
}
.home .markets .box {
  float: left;
  width: 27%;
  margin: 0 3% 0 3%;
}
@media only screen and (max-width: 1100px) {
  .home .markets .box {
    width: 30%;
    margin: 0 1.5% 0 1.5%;
  }
}
@media only screen and (max-width: 800px) {
  .home .markets .box {
    float: none;
    width: 80%;
    margin: 0 auto 50px auto;
  }
}
@media only screen and (max-width: 450px) {
  .home .markets .box {
    width: 100%;
  }
}
.home .markets .box h2 {
  background: #e31937;
  padding: 20px;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.home .markets .box .desc {
  background-image: linear-gradient(to bottom, #eeeeee, #f6f6f6 90%);
  padding: 30px;
}

.sports .hero {
  position: relative;
  height: 94vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 1500px) {
  .sports .hero {
    height: 92vh;
  }
}
@media only screen and (max-width: 800px) {
  .sports .hero {
    height: 70vh;
  }
}
@media only screen and (max-width: 450px) {
  .sports .hero {
    height: 50vh;
  }
}
.sports .hero h1 {
  position: absolute;
  bottom: 0;
  font: 10rem/10.4rem "Tommy bold", sans-serif;
  width: 100%;
  background: #e31937;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 20px 0 20px 0;
}
@media only screen and (max-width: 1500px) {
  .sports .hero h1 {
    font: 8rem/8.4rem "Tommy bold", sans-serif;
  }
}
@media only screen and (max-width: 800px) {
  .sports .hero h1 {
    font: 6rem/6.4rem "Tommy bold", sans-serif;
  }
}
@media only screen and (max-width: 450px) {
  .sports .hero h1 {
    font: 3.7rem/3rem "Tommy bold", sans-serif;
  }
}
.sports .hero .arrow {
  position: absolute;
  bottom: 30px;
  right: 50px;
  width: 60px;
  height: auto;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@media only screen and (max-width: 1500px) {
  .sports .hero .arrow {
    bottom: 30px;
    right: 50px;
    width: 40px;
  }
}
@media only screen and (max-width: 800px) {
  .sports .hero .arrow {
    display: none;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.sports .hero .bounce {
  animation-name: bounce;
}
.sports h2 {
  font: 4rem/4.5rem "Tommy bold", sans-serif;
}
@media only screen and (max-width: 800px) {
  .sports h2 {
    font: 4rem/4.4rem "Tommy bold", sans-serif;
  }
}
@media only screen and (max-width: 450px) {
  .sports h2 {
    font: 3.5rem/4rem "Tommy bold", sans-serif;
  }
}
.sports h3 {
  margin: 0;
  padding: 0;
}
.sports ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 12px;
}
.sports .intro .texte {
  padding: 100px 100px 50px 100px;
}
@media only screen and (max-width: 1100px) {
  .sports .intro .texte {
    display: block;
    float: none;
    width: 100%;
    padding: 50px;
    height: auto;
  }
}
@media only screen and (max-width: 800px) {
  .sports .intro .texte {
    padding: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .sports .intro .texte {
    padding: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .sports .carousel-container {
    display: block;
    float: none;
    width: 100%;
  }
}
.sports .carousel-container img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1500px) {
  .sports .carousel-container .slider {
    height: 80vh;
  }
}
@media only screen and (max-width: 800px) {
  .sports .carousel-container .slider {
    height: 450px;
  }
}
@media only screen and (max-width: 450px) {
  .sports .carousel-container .slider {
    height: 250px;
  }
}
.sports .carousel-container .slide_viewer {
  height: 85vh;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .sports .carousel-container .slide_viewer {
    height: 80vh;
  }
}
@media only screen and (max-width: 800px) {
  .sports .carousel-container .slide_viewer {
    height: 450px;
  }
}
@media only screen and (max-width: 450px) {
  .sports .carousel-container .slide_viewer {
    height: 250px;
  }
}
.sports .carousel-container .slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}
.sports .carousel-container .slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}
.sports .carousel-container .slide:first-child {
  display: block;
}
.sports .carousel-container .slide_buttons {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 1500px) {
  .sports .carousel-container .slide_buttons {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .sports .carousel-container .slide_buttons {
    margin-top: 20px;
  }
}
.sports .carousel-container a.slide_btn {
  color: #444444;
  font-size: 6rem;
  margin: 0 5px;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 1500px) {
  .sports .carousel-container a.slide_btn {
    font-size: 5rem;
  }
}
.sports .carousel-container .slide_btn.active, .sports .carousel-container .slide_btn:hover {
  color: #e31937;
  cursor: pointer;
}
.sports .carousel-container .directional_nav {
  height: 150px;
  position: relative;
  top: -340px;
}
.sports .carousel-container .previous_btn {
  bottom: 0;
  left: 100px;
  margin: auto;
  position: absolute;
  top: 0;
}
.sports .carousel-container .next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 100px;
  top: 0;
}
.sports .carousel-container .previous_btn, .sports .carousel-container .next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}
.sports .carousel-container .previous_btn:hover, .sports .carousel-container .next_btn:hover {
  opacity: 1;
}
.sports .forfaits {
  margin: 50px auto 100px auto;
}
@media only screen and (max-width: 1100px) {
  .sports .forfaits {
    margin: 100px 0 50px 0;
  }
}
.sports .forfaits h2 {
  text-align: center;
}
.sports .forfaits .site_w {
  color: #ffffff;
  padding: 50px 20px;
  max-width: 1000px;
  width: 100%;
}
.sports .forfaits h3 {
  color: #ffffff;
  text-align: left;
  font: 3rem/3.4rem "Tommy reg", sans-serif;
  margin: 0 0 30px 0;
}
.sports .forfaits h3 span {
  font: 3rem/3.4rem "Tommy bold", sans-serif;
}
.sports .forfaits .txt {
  float: left;
  width: 50%;
  color: #ffffff;
  background: #e31937;
  min-height: 500px;
  padding: 50px 50px 50px 100px;
}
@media only screen and (max-width: 1100px) {
  .sports .forfaits .txt {
    padding: 0 20px 0 50px;
  }
}
@media only screen and (max-width: 450px) {
  .sports .forfaits .txt {
    width: 100%;
    margin: 0 0 0 0;
    padding: 30px;
  }
}
.sports .forfaits .txt a {
  color: #ffffff;
  text-decoration: underline;
}
.sports .forfaits .txt a:hover {
  color: #000000;
}
.sports .forfaits .visuel {
  float: right;
  width: 50%;
  height: 500px;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 450px) {
  .sports .forfaits .visuel {
    position: inherit;
    top: 0;
    width: 90%;
    height: 350px;
    margin: 0 5%;
  }
}

.contact .contenu {
  padding: 100px 0 100px 0;
}
.contact .contenu [class*=ecol-] {
  padding: 0;
}
@media only screen and (max-width: 1100px) {
  .contact .contenu {
    padding: 50px;
  }
}
@media only screen and (max-width: 450px) {
  .contact .contenu {
    padding: 20px;
  }
}
.contact .contenu h1 {
  font: 4.5rem/5rem "Tommy bold", sans-serif;
  padding: 30px 0 40px 0;
  text-align: left;
}
.contact .contenu .txt {
  padding: 0 50px 0 0;
}
@media only screen and (max-width: 450px) {
  .contact .contenu .txt {
    padding: 0 0 0 0;
  }
}
.contact .contenu .form {
  margin-top: 30px;
}

.generic .contenu {
  max-width: 1000px;
  background: #ffffff;
  margin: 0 auto 100px auto;
  padding: 50px 100px;
}
@media only screen and (max-width: 1100px) {
  .generic .contenu {
    padding: 50px;
  }
}
@media only screen and (max-width: 450px) {
  .generic .contenu {
    padding: 20px;
  }
}
.generic .contenu h1 {
  font: 7rem/7rem "Tommy bold", sans-serif;
  color: #e31937;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
}
@media only screen and (max-width: 450px) {
  .generic .contenu h1 {
    font: 7rem/7.4rem "Tommy bold", sans-serif;
  }
}

/*
body.page-id-233, body.page-id-531 { //generic
	background: url("../images/ID-padd-25.png") repeat 0 0 #f6f6f6;
	background-size: 100px auto;
	.contenu {
		background:rgba( $white, 0.8 ) ;
	}
}	
*/
/******* FOOTER *******************************/
#footercontainer {
  width: 100%;
}
#footercontainer [class*=ecol-] {
  padding: 0;
}
@media only screen and (max-width: 450px) {
  #footercontainer [class*=ecol-] {
    margin: 20px 0 0 0;
  }
}
#footercontainer .site_w {
  background: none;
}
#footercontainer .site-info {
  padding: 40px 20px;
  font: 300 13px/16px "Tommy reg", sans-serif;
  color: #ffffff !important;
  background: #e31937;
}
@media only screen and (max-width: 450px) {
  #footercontainer .site-info {
    text-align: center;
  }
}
#footercontainer .site-info h3 {
  text-align: center;
  color: #ffffff;
  font: 3rem/3.4rem "Tommy bold", sans-serif;
  margin: 0 0 20px 0;
}
#footercontainer .site-info a {
  color: #dddddd;
}
#footercontainer .site-info a:hover {
  color: #ffffff !important;
}/*# sourceMappingURL=style.css.map */