/*
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
*/
/*--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
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%; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

body {
  overflow-x: hidden; }

.full_w {
  width: 100%; }

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

@media only screen and (max-width: 1100px) {
  .hide-mob {
    display: none; } }

.hidden {
  display: none; }

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

::-webkit-input-placeholder {
  color: #999999;
  font: 300 13px/14px "Open Sans", sans-serif; }

::-moz-placeholder {
  color: #999999;
  font: 300 13px/14px "Open Sans", sans-serif; }

:-ms-input-placeholder {
  color: #999999;
  font: 300 13px/14px "Open Sans", sans-serif; }

:-moz-placeholder {
  color: #999999;
  font: 300 13px/14px "Open Sans", sans-serif; }

.search-field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font: 300 3rem/3rem "Open Sans", sans-serif; }

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

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

.close {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -13px;
  height: 25px;
  width: 25px;
  cursor: pointer;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .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: #121212;
  font-family: "Open Sans", 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 {
  /* Don't display menus further than 3 deep in ul tree */ }
  .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 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: #c30000;
    /* 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: 400 1.8rem/2.8rem $font__main;   400 700
 
$color1: #c30000; // red
$color2: #222222 ; // charcoal


GENERAL STYLES 
**********************************************/
body {
  font: 400 1.9rem/2.8rem "Open Sans", sans-serif;
  color: #222222; }
  body [class*="ecol-"] {
    padding: 0; }
  @media only screen and (max-width: 1500px) {
    body {
      font: 400 1.6rem/2.2rem "Open Sans", sans-serif; } }
  body .site_w {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto; }
  body .site-main {
    padding: 0 0 0 0; }
    @media only screen and (max-width: 1100px) {
      body .site-main {
        padding-top: 0; } }

/*
h1 {
	font: 700 6rem/6.4rem $font__main;
	margin:0 0 0 0;
	padding:0 0 0 0;
	@include breakpoint(min-w-2100) {
		
	}
	@include breakpoint(max-w-1500) {
		font: 700 5rem/5.4rem $font__main;
	}
	@include breakpoint(max-w-1100) {
		font: 700 4rem/4.4rem $font__main;
	}
	@include breakpoint(max-w-800) {
		
	}
	@include breakpoint(max-w-450) {
		
	}
}
*/
/*
h2 {
	font: 600 3.6rem/4rem $font__main;
	margin:0 0 0 0;
	padding:0 0 0 0;
	@include breakpoint(min-w-2100) {
		
	}
	@include breakpoint(max-w-1500) {
		font: 600 2.8rem/3rem $font__main;
	}
	@include breakpoint(max-w-1100) {
		font: 600 2.5rem/2.9rem $font__main;
	}
	@include breakpoint(max-w-800) {
		
	}
	@include breakpoint(max-w-450) {
		
	}
}
*/
h3 {
  font: 600 2.7rem/3.3rem "Open Sans", sans-serif;
  margin: 30px 0 10px 0;
  padding: 0 0 0 0; }
  @media only screen and (max-width: 1100px) {
    h3 {
      font: 600 2.4rem/2.8rem "Open Sans", sans-serif;
      margin: 25px 0 7px 0; } }
  @media only screen and (max-width: 800px) {
    h3 {
      font: 600 2.7rem/3rem "Open Sans", sans-serif; } }
  @media only screen and (max-width: 450px) {
    h3 {
      font: 600 2.4rem/2.8rem "Open Sans", sans-serif; } }

h4 {
  font: 600 2rem/2.8rem "Open Sans", sans-serif;
  margin: 0 0 10px 0;
  padding: 0 0 0 0; }

a {
  color: #c30000;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  cursor: pointer !important; }
  a:hover {
    text-decoration: underline; }

p {
  margin: 0 0 20px 0; }
  @media only screen and (max-width: 1500px) {
    p {
      margin: 0 0 10px 0; } }

sup {
  font-size: 9px;
  margin-left: 3px;
  vertical-align: 4px; }

ul {
  padding-left: 20px; }

strong {
  font-weight: 600 !important; }

/******* GENERAL ***************************/
.animated-button {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  margin-top: 20px;
  color: #ffffff;
  font: 400 1.8rem/2.3rem "Open Sans", sans-serif;
  border: 3px solid #c30000;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  border-radius: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media only screen and (max-width: 1500px) {
    .animated-button {
      font: 400 1.6rem/2rem "Open Sans", sans-serif;
      padding: 6px 20px;
      margin-top: 15px; } }
  .animated-button span {
    font: 700 1.8rem/2.2rem "Open Sans", sans-serif; }
  .animated-button:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .animated-button:hover:after {
    height: 550%; }

.animated-button.shutter {
  border: 2px solid #c30000; }

.animated-button.shutter:after {
  background: #c30000;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  transform: translateX(-50%) translateY(-50%) rotate(-25deg); }

.go-to-top {
  display: block;
  position: fixed;
  cursor: pointer;
  bottom: 18px;
  left: 50%;
  margin-left: -15px;
  height: 30px;
  width: 30px;
  background: rgba(34, 34, 34, 0.7);
  z-index: 50;
  text-decoration: none;
  text-align: center;
  border-radius: 30px; }
  .go-to-top:hover {
    background: rgba(34, 34, 34, 0.8);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .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 .site-main {
  padding: 0; }

.error404 .site-header {
  background: #222222;
  height: 140px; }

.error404 .logo-2 {
  position: absolute;
  top: 30px;
  left: 100px;
  z-index: 4;
  padding: 0 0 0 0; }
  @media only screen and (max-width: 1500px) {
    .error404 .logo-2 {
      left: 50px; } }
  @media only screen and (max-width: 800px) {
    .error404 .logo-2 {
      top: 30px;
      left: 30px; } }
  @media only screen and (max-width: 450px) {
    .error404 .logo-2 {
      top: 20px;
      left: 20px; } }
  .error404 .logo-2 img {
    float: left;
    width: 200px;
    height: auto; }
    @media only screen and (max-width: 1500px) {
      .error404 .logo-2 img {
        width: 200px; } }
    @media only screen and (max-width: 1100px) {
      .error404 .logo-2 img {
        width: 150px; } }
    @media only screen and (max-width: 450px) {
      .error404 .logo-2 img {
        width: 200px; } }
  .error404 .logo-2 .tagline {
    float: left;
    width: 300px;
    border-left: 3px solid #ffffff;
    color: #ffffff;
    height: 100px;
    margin: 0 0 0px 40px;
    padding: 30px 0 0 40px;
    text-transform: uppercase;
    font: 600 1.8rem/2.2rem "Open Sans", sans-serif; }
    @media only screen and (max-width: 1500px) {
      .error404 .logo-2 .tagline {
        font: 600 1.6rem/1.9rem "Open Sans", sans-serif;
        border-left: 2px solid #ffffff;
        height: 70px;
        margin: 0 0 0px 30px;
        padding: 25px 0 0 30px; } }
    @media only screen and (max-width: 1100px) {
      .error404 .logo-2 .tagline {
        font: 600 1.5rem/1.7rem "Open Sans", sans-serif;
        padding: 15px 0 0 30px; } }
    @media only screen and (max-width: 800px) {
      .error404 .logo-2 .tagline {
        height: 60px;
        padding: 15px 0 0 30px; } }
    @media only screen and (max-width: 450px) {
      .error404 .logo-2 .tagline {
        width: auto;
        height: auto;
        font: 300 1.3rem/1.5rem "Open Sans", sans-serif;
        border-left: none;
        margin: -20px 0 0 100px;
        padding: 0; } }

.error404 .wrap {
  height: 800px;
  padding: 200px 50px 50px 50px;
  text-align: center; }
  .error404 .wrap h1 {
    font: 500 5.0rem/5.5rem "Open Sans", sans-serif;
    text-align: center;
    color: #c30000;
    margin: 0 auto; }
    @media only screen and (max-width: 1500px) {
      .error404 .wrap h1 {
        font: 500 4.0rem/5.5rem "Open Sans", sans-serif; } }
    @media only screen and (max-width: 450px) {
      .error404 .wrap h1 {
        font: 500 3.0rem/3.4rem "Open Sans", sans-serif; } }
  .error404 .wrap ul {
    list-style-type: none; }
    .error404 .wrap ul li {
      font: 500 2.4rem/2.7rem "Open Sans", sans-serif;
      padding: 10px 0 10px 0; }
      .error404 .wrap ul li a:hover {
        color: #222222; }

.wpcf7-form input, .wpcf7-form textarea {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #888888;
  padding: 10px 0 10px 0;
  font: 300 14px/14px "Open Sans", sans-serif;
  color: #000000;
  margin: 0 0 10px 0; }

.wpcf7-form select {
  color: #000000;
  border: none;
  border: 1px solid #dddddd;
  border-left: 5px solid #c30000;
  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 "Open Sans", 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 "Open Sans", 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 "Open Sans", sans-serif;
  color: #222222;
  padding-left: 10px;
  width: 100%; }

.wpcf7-form input[type="file"] {
  background: #cccccc;
  margin-top: -5px;
  border-bottom: 0;
  font: 300 2rem/2.2rem "Open Sans", sans-serif; }

.wpcf7-form input[type="submit"] {
  float: right;
  padding: 8px 20px;
  background: #c30000;
  font: 300 2rem/2.2rem "Open Sans", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 6px;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  color: #ffffff;
  border: none; }
  .wpcf7-form input[type="submit"]:hover {
    background: #000000; }

.wpcf7-form input[type="checkbox"] {
  float: left;
  width: 20px;
  margin: 0 5px 20px 0; }

.wpcf7-form span.wpcf7-list-item {
  margin: 0 0 20px 0;
  margin-right: 30px; }

.wpcf7-form .wpcf7-form-control-wrap {
  font: 1.4rem/1.9rem "Open Sans", sans-serif !important; }
  @media only screen and (max-width: 450px) {
    .wpcf7-form .wpcf7-form-control-wrap {
      font: 1.2rem/1.6rem "Open Sans", sans-serif !important; } }

.wpcf7-form .wpcf7-list-item-label {
  color: #999999;
  line-height: 0 !important; }

.wpcf7-form textarea {
  height: 100px;
  width: 100%;
  padding-left: 10px;
  border: 1px solid #888888;
  margin: 20px 0 20px 0; }

.wpcf7-form input[type="number"] {
  border: 1px solid #888888;
  padding-left: 10px;
  margin: 10px 0 0 0; }

.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;
  z-index: 0;
  height: 100vh;
  max-width: 2200px;
  width: 100%;
  background-size: cover !important;
  background-position: center bottom; }
  @media only screen and (max-width: 800px) {
    .full-screen {
      height: 60vh; } }
  @media only screen and (max-width: 450px) {
    .full-screen {
      height: 70vh; } }
  .full-screen .title {
    position: absolute;
    z-index: 3;
    height: 100vh;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    padding-left: 100px;
    color: #ffffff; }
    @media only screen and (max-width: 1500px) {
      .full-screen .title {
        padding-left: 50px; } }
    @media only screen and (max-width: 800px) {
      .full-screen .title {
        height: 60vh;
        left: 20px;
        padding: 30px 0 0 0; } }
    @media only screen and (max-width: 450px) {
      .full-screen .title {
        height: 70vh;
        padding: 30px 20px 0 0; } }
    .full-screen .title img {
      display: block;
      width: 60%; }
      @media only screen and (max-width: 800px) {
        .full-screen .title img {
          width: 90%; } }
    .full-screen .title h1 {
      font: 400 4rem/4.5rem "Open Sans", sans-serif;
      color: #ffffff;
      width: 50%; }
      @media only screen and (max-width: 1500px) {
        .full-screen .title h1 {
          font: 400 3rem/3.5rem "Open Sans", sans-serif; } }
      @media only screen and (max-width: 1100px) {
        .full-screen .title h1 {
          width: 70%; } }
      @media only screen and (max-width: 800px) {
        .full-screen .title h1 {
          width: 100%; } }
      @media only screen and (max-width: 450px) {
        .full-screen .title h1 {
          font: 400 2.5rem/3rem "Open Sans", sans-serif; } }
      .full-screen .title h1 span {
        font: 800 23rem/30rem "Open Sans", sans-serif;
        letter-spacing: -10px;
        text-shadow: 0 6px 0px #c30000;
        color: #ffffff; }
        @media only screen and (max-width: 1500px) {
          .full-screen .title h1 span {
            font: 800 16rem/22rem "Open Sans", sans-serif;
            letter-spacing: -7px; } }
        @media only screen and (max-width: 1100px) {
          .full-screen .title h1 span {
            font: 800 14rem/19rem "Open Sans", sans-serif;
            letter-spacing: -5px;
            text-shadow: 0 5px 0px #c30000; } }
        @media only screen and (max-width: 800px) {
          .full-screen .title h1 span {
            font: 800 12rem/15rem "Open Sans", sans-serif;
            text-shadow: 0 4px 0px #c30000; } }
        @media only screen and (max-width: 450px) {
          .full-screen .title h1 span {
            font: 800 7.5rem/10rem "Open Sans", sans-serif;
            text-shadow: 0 3px 0px #c30000;
            letter-spacing: -3px; } }
    .full-screen .title .sous {
      width: 45%; }
      @media only screen and (max-width: 1500px) {
        .full-screen .title .sous {
          width: 50%; } }
      @media only screen and (max-width: 800px) {
        .full-screen .title .sous {
          width: 95%; } }
  .full-screen .grill {
    position: absolute;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100vh;
    background-size: cover !important;
    background-position: center center !important; }
    @media only screen and (max-width: 800px) {
      .full-screen .grill {
        display: none; } }
  .full-screen .deg {
    position: absolute;
    z-index: 2;
    height: 100vh;
    width: 80%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.85), transparent); }
    @media only screen and (max-width: 800px) {
      .full-screen .deg {
        height: 60vh; } }
    @media only screen and (max-width: 450px) {
      .full-screen .deg {
        height: 70vh; } }
  .full-screen .canada {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 5; }
    @media only screen and (max-width: 450px) {
      .full-screen .canada {
        bottom: -50px;
        right: 20px; } }
    .full-screen .canada img {
      width: 100px;
      height: auto; }

.video {
  width: 100%;
  max-width: 1400px;
  margin: 0 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%; }

.mobile-icon {
  display: none;
  cursor: pointer; }
  @media only screen and (max-width: 1100px) {
    .mobile-icon {
      position: absolute;
      z-index: 210;
      top: 15px;
      right: 30px;
      display: block;
      width: 40px;
      height: auto; } }
  @media only screen and (max-width: 800px) {
    .mobile-icon {
      top: 0;
      margin: 10px 0 0 0; } }
  @media only screen and (max-width: 450px) {
    .mobile-icon {
      top: 0;
      margin: 20px 0 0 0;
      right: 20px; } }

.faq-zone {
  margin-top: 0;
  padding: 20px 0 100px 0; }
  @media only screen and (max-width: 1100px) {
    .faq-zone {
      padding: 20px 50px 50px 50px; } }
  @media only screen and (max-width: 800px) {
    .faq-zone {
      padding: 20px 30px 50px 30px; } }
  @media only screen and (max-width: 450px) {
    .faq-zone {
      padding: 20px 20px 50px 20px; } }
  .faq-zone h2 {
    text-align: center !important;
    margin: 50px auto 40px auto;
    width: 100%; }
    @media only screen and (max-width: 800px) {
      .faq-zone h2 {
        width: 100%; } }
    @media only screen and (max-width: 450px) {
      .faq-zone h2 {
        margin: 0 auto 0 auto; } }
  .faq-zone .q-r {
    width: 100%;
    max-width: 1120px;
    margin: 50px auto 0 auto;
    border-bottom: 1px solid #cccccc; }
    .faq-zone .q-r .wrap {
      margin: 0 0 0 0; }
      .faq-zone .q-r .wrap h3 {
        font: 600 2.4rem/2.7rem "Open Sans", sans-serif !important;
        background: #ffffff;
        padding: 25px 70px 25px 25px;
        cursor: pointer;
        margin-top: 0;
        border-top: 1px solid #cccccc; }
        @media only screen and (max-width: 450px) {
          .faq-zone .q-r .wrap h3 {
            font: 500 2.2rem/2.4rem "Open Sans", sans-serif !important; } }
        .faq-zone .q-r .wrap h3 p {
          margin: 0; }
      .faq-zone .q-r .wrap .up, .faq-zone .q-r .wrap .down {
        background: url("../assets/images/acc-plus.svg") no-repeat 98% center #ffffff;
        background-size: 20px auto;
        -webkit-transition: .2s ease-in-out;
        -moz-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out; }
      .faq-zone .q-r .wrap .down {
        background: url("../assets/images/acc-minus.svg") no-repeat 98% center #ffffff;
        background-size: 20px auto; }
      .faq-zone .q-r .wrap .desc {
        font: 400 2rem/2.8rem "Open Sans", sans-serif;
        color: #222222;
        background: #ffffff;
        padding: 5px 20px; }
        .faq-zone .q-r .wrap .desc p {
          margin: 0;
          padding: 0 0 15px 0; }
      .faq-zone .q-r .wrap:hover .up {
        background: url("../assets/images/acc-plus.svg") no-repeat 98% center #ffffff;
        background-size: 20px auto;
        color: #c30000; }
      .faq-zone .q-r .wrap:hover .down {
        background: url("../assets/images/acc-minus.svg") no-repeat 98% center #ffffff;
        background-size: 20px auto; }
    .faq-zone .q-r .close-acc {
      color: #999999;
      padding-left: 15px; }

/******* NAVIGATION ***************************/
.lang-switch {
  position: absolute;
  z-index: 20;
  top: 50px;
  right: 40px; }
  @media only screen and (max-width: 1500px) {
    .lang-switch {
      top: 40px; } }
  @media only screen and (max-width: 800px) {
    .lang-switch {
      top: 30px;
      right: 30px; } }
  @media only screen and (max-width: 450px) {
    .lang-switch {
      top: 20px;
      right: 20px; } }
  .lang-switch a {
    color: #ffffff; }
    .lang-switch a:hover {
      color: #c30000; }

/******* PAGES ***************************/
.home h2 {
  font: 800 4.5rem/5rem "Open Sans", sans-serif;
  padding: 0 0 20px 0;
  margin: 0 0 0 0;
  color: #000000; }
  @media only screen and (max-width: 1500px) {
    .home h2 {
      font: 800 4rem/4.8rem "Open Sans", sans-serif;
      padding: 0 0 15px 0; } }
  @media only screen and (max-width: 1100px) {
    .home h2 {
      padding: 20px 0 10px 0; } }
  @media only screen and (max-width: 450px) {
    .home h2 {
      font: 800 3.2rem/3.7rem "Open Sans", sans-serif; } }
  .home h2 span {
    color: #c30000; }

.home .zone1 .visuel {
  height: 1000px;
  width: 50%;
  background-size: cover;
  background-position: center right; }
  @media only screen and (max-width: 1500px) {
    .home .zone1 .visuel {
      height: 880px; } }
  @media only screen and (max-width: 1100px) {
    .home .zone1 .visuel {
      height: 700px; } }
  @media only screen and (max-width: 800px) {
    .home .zone1 .visuel {
      height: 550px;
      width: 97%; } }
  @media only screen and (max-width: 450px) {
    .home .zone1 .visuel {
      height: 350px;
      width: 99%; } }

.home .zone1 h2 {
  margin-top: 50px; }
  @media only screen and (max-width: 800px) {
    .home .zone1 h2 {
      margin-top: 20px; } }

.home .zone1 .desc {
  padding: 0 100px 0 30px; }
  @media only screen and (max-width: 1500px) {
    .home .zone1 .desc {
      padding: 0 50px 20px 30px; } }
  @media only screen and (max-width: 1100px) {
    .home .zone1 .desc {
      padding: 0 50px 50px 15px; } }
  @media only screen and (max-width: 800px) {
    .home .zone1 .desc {
      padding: 0 30px 50px 30px; } }
  @media only screen and (max-width: 450px) {
    .home .zone1 .desc {
      padding: 0 20px 50px 20px; } }
  .home .zone1 .desc .animated-button {
    color: #000000; }
    .home .zone1 .desc .animated-button:hover {
      color: #ffffff; }

.home .zone2 {
  min-height: 1100px;
  background: #000000; }
  @media only screen and (max-width: 1500px) {
    .home .zone2 {
      min-height: 1050px; } }
  @media only screen and (max-width: 450px) {
    .home .zone2 {
      min-height: 600px; } }
  .home .zone2 .desc {
    padding: 50px 100px 0 100px;
    color: #ffffff; }
    @media only screen and (max-width: 1500px) {
      .home .zone2 .desc {
        padding: 50px 80px 0 80px; } }
    @media only screen and (max-width: 1100px) {
      .home .zone2 .desc {
        padding: 50px 50px 0 50px; } }
    @media only screen and (max-width: 800px) {
      .home .zone2 .desc {
        padding: 30px 30px 50px 30px; } }
    @media only screen and (max-width: 450px) {
      .home .zone2 .desc {
        padding: 20px 30px 30px 20px; } }
    .home .zone2 .desc .animated-button {
      color: #ffffff;
      -webkit-transition: .2s ease-in-out;
      -moz-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
      .home .zone2 .desc .animated-button:hover {
        background: #c30000; }
    .home .zone2 .desc h2 {
      color: #c30000; }
      .home .zone2 .desc h2 span {
        color: #ffffff; }
    .home .zone2 .desc h3 {
      color: #c30000; }
  .home .zone2 .visuel {
    min-height: 1100px;
    background-position: center left;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 1500px) {
      .home .zone2 .visuel {
        min-height: 1050px;
        padding: 50px 80px 0 80px;
        background-position: top left; } }
    @media only screen and (max-width: 800px) {
      .home .zone2 .visuel {
        width: 100%;
        background-size: 90% auto !important;
        background: black;
        background-repeat: no-repeat;
        background-position-x: 105%; } }
    @media only screen and (max-width: 450px) {
      .home .zone2 .visuel {
        min-height: 600px;
        background-size: 97% auto !important; } }

.home .zone3 {
  margin-bottom: 100px; }
  @media only screen and (max-width: 1500px) {
    .home .zone3 {
      margin-bottom: 50px; } }
  .home .zone3 .visuel {
    height: 650px;
    background-size: cover;
    background-position: center right;
    margin: -150px 0 0 100px; }
    @media only screen and (max-width: 1500px) {
      .home .zone3 .visuel {
        height: 500px;
        margin: -150px 0 0 80px; } }
    @media only screen and (max-width: 1100px) {
      .home .zone3 .visuel {
        margin: -150px 0 0 0; } }
    @media only screen and (max-width: 800px) {
      .home .zone3 .visuel {
        margin: 0 0 0 0; } }
    @media only screen and (max-width: 450px) {
      .home .zone3 .visuel {
        height: 250px; } }
  .home .zone3 .desc {
    padding: 50px 50px 0 80px;
    width: 50%; }
    @media only screen and (max-width: 1500px) {
      .home .zone3 .desc {
        padding: 0 0 0 50px; } }
    @media only screen and (max-width: 1100px) {
      .home .zone3 .desc {
        width: 55%; } }
    @media only screen and (max-width: 800px) {
      .home .zone3 .desc {
        padding: 0 30px 0 30px;
        width: 100%; } }
    @media only screen and (max-width: 450px) {
      .home .zone3 .desc {
        padding: 0 20px 0 20px; } }
    .home .zone3 .desc .animated-button {
      color: #000000; }
      .home .zone3 .desc .animated-button:hover {
        color: #ffffff; }

.home .video-zone h2 {
  text-align: center;
  margin-bottom: 20px; }
  .home .video-zone h2 span {
    color: #c30000; }

.home .video-zone .video {
  max-width: 450px;
  height: auto;
  width: auto;
  margin: 0 auto 0 auto; }
  .home .video-zone .video .video-container {
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 16;
    object-fit: cover; }

.home .zone4 {
  margin-top: 100px;
  margin-bottom: 100px; }
  @media only screen and (max-width: 1500px) {
    .home .zone4 {
      margin-bottom: 50px; } }
  .home .zone4 h2 {
    margin-top: 50px; }
    @media only screen and (max-width: 800px) {
      .home .zone4 h2 {
        margin-top: 20px; } }
  .home .zone4 .visuel {
    height: 850px;
    background-size: cover;
    background-position: center center;
    margin: 0 0 0 0; }
    @media only screen and (max-width: 1500px) {
      .home .zone4 .visuel {
        height: 600px; } }
    @media only screen and (max-width: 1100px) {
      .home .zone4 .visuel {
        height: 500px; } }
    @media only screen and (max-width: 450px) {
      .home .zone4 .visuel {
        height: 300px; } }
  .home .zone4 .box {
    background: #c30000;
    padding: 50px;
    margin: -150px 0 0 200px;
    color: #ffffff; }
    @media only screen and (max-width: 1500px) {
      .home .zone4 .box {
        margin: -150px 0 0 80px;
        width: 40%; } }
    @media only screen and (max-width: 1100px) {
      .home .zone4 .box {
        width: 50%;
        margin: -100px 0 0 0; } }
    @media only screen and (max-width: 800px) {
      .home .zone4 .box {
        padding: 30px; } }
    @media only screen and (max-width: 450px) {
      .home .zone4 .box {
        width: 100%;
        margin: 0 0 0 0;
        padding: 20px; } }
    .home .zone4 .box h2 {
      margin-top: 0;
      color: #ffffff; }
    .home .zone4 .box .animated-button {
      background: #000000;
      -webkit-transition: .2s ease-in-out;
      -moz-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
      .home .zone4 .box .animated-button:hover {
        background: #ffffff;
        color: #c30000; }
  .home .zone4 .desc {
    width: 50%;
    padding: 0 100px 0 100px; }
    @media only screen and (max-width: 1500px) {
      .home .zone4 .desc {
        padding: 0 0 0 50px; } }
    @media only screen and (max-width: 1100px) {
      .home .zone4 .desc {
        padding: 0 30px 0 50px; } }
    @media only screen and (max-width: 450px) {
      .home .zone4 .desc {
        width: 100%;
        padding: 0 20px 0 20px; } }
    .home .zone4 .desc h2 {
      padding-bottom: 0; }
    .home .zone4 .desc h3 {
      margin: 30px 0 10px 0;
      color: #c30000; }

.home .zone5 {
  position: relative;
  height: 750px;
  background-size: cover;
  background-position: center center;
  margin: 0 100px 100px 100px; }
  @media only screen and (max-width: 1500px) {
    .home .zone5 {
      height: 600px;
      margin: 0 80px 50px 80px; } }
  @media only screen and (max-width: 1100px) {
    .home .zone5 {
      margin: 0 0 50px 0;
      height: 700px; } }
  .home .zone5 .box {
    position: absolute;
    z-index: 2;
    right: 100px;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
    color: #ffffff;
    width: 60%;
    padding: 50px; }
    @media only screen and (max-width: 1500px) {
      .home .zone5 .box {
        right: 0;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1));
        height: 600px; } }
    @media only screen and (max-width: 1100px) {
      .home .zone5 .box {
        width: 60%;
        height: 700px; } }
    @media only screen and (max-width: 800px) {
      .home .zone5 .box {
        width: 100%;
        padding: 30px; } }
    @media only screen and (max-width: 450px) {
      .home .zone5 .box {
        padding: 20px; } }
    .home .zone5 .box h2 {
      padding-top: 0;
      color: #ffffff; }
    .home .zone5 .box .animated-button {
      color: #ffffff; }
    .home .zone5 .box .animated-button.shutter:after {
      background: #000000; }
  .home .zone5 .deg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 750px;
    background-image: linear-gradient(to right, rgba(195, 0, 0, 0.6), rgba(195, 0, 0, 0.1)); }
    @media only screen and (max-width: 1500px) {
      .home .zone5 .deg {
        height: 600px; } }
    @media only screen and (max-width: 1100px) {
      .home .zone5 .deg {
        height: 700px; } }

.home .faq-zone h2 {
  font: 800 3.5rem/4rem "Open Sans", sans-serif;
  padding: 0 0 20px 0;
  margin: 0 auto 0 auto;
  color: #000000;
  width: 70%; }
  @media only screen and (max-width: 1500px) {
    .home .faq-zone h2 {
      font: 800 3.5rem/4rem "Open Sans", sans-serif;
      padding: 0 0 15px 0;
      width: 85%; } }
  @media only screen and (max-width: 1100px) {
    .home .faq-zone h2 {
      padding: 20px 0 10px 0;
      width: 100%; } }
  @media only screen and (max-width: 450px) {
    .home .faq-zone h2 {
      font: 800 3.2rem/3.7rem "Open Sans", sans-serif; } }

.home .order-zone {
  background: #f6f6f6;
  padding: 50px 100px; }
  @media only screen and (max-width: 1500px) {
    .home .order-zone {
      padding: 50px 80px; } }
  @media only screen and (max-width: 1100px) {
    .home .order-zone {
      padding: 50px; } }
  @media only screen and (max-width: 800px) {
    .home .order-zone {
      padding: 30px; } }
  @media only screen and (max-width: 450px) {
    .home .order-zone {
      padding: 20px; } }
  .home .order-zone h2 {
    text-align: center;
    padding: 0 20px 0 20px; }
    .home .order-zone h2 span {
      color: #c30000; }
  .home .order-zone h3 {
    color: #c30000;
    margin-top: 0;
    margin-bottom: 20px;
    padding-right: 50px; }
  .home .order-zone .individuel {
    background: #ffffff;
    padding: 50px 0 50px 100px;
    margin-top: 50px; }
    @media only screen and (max-width: 1500px) {
      .home .order-zone .individuel {
        padding: 50px; } }
    @media only screen and (max-width: 800px) {
      .home .order-zone .individuel {
        padding: 30px; } }
    .home .order-zone .individuel .btns {
      text-align: center;
      padding-top: 40px; }
      @media only screen and (max-width: 1500px) {
        .home .order-zone .individuel .btns {
          padding-top: 20px; } }
      .home .order-zone .individuel .btns .btn {
        margin: 0 20px 20px 20px; }
        @media only screen and (max-width: 450px) {
          .home .order-zone .individuel .btns .btn {
            margin: 0 0 20px 0; } }
      .home .order-zone .individuel .btns .animated-button {
        background: #000000;
        -webkit-transition: .2s ease-in-out;
        -moz-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out; }
        .home .order-zone .individuel .btns .animated-button:hover {
          background: #c30000;
          color: #ffffff; }
  .home .order-zone .entreprise {
    background: #ffffff;
    padding: 50px 100px;
    margin-top: 50px; }
    @media only screen and (max-width: 1500px) {
      .home .order-zone .entreprise {
        padding: 50px; } }
    @media only screen and (max-width: 800px) {
      .home .order-zone .entreprise {
        padding: 30px; } }
    @media only screen and (max-width: 450px) {
      .home .order-zone .entreprise {
        padding: 20px; } }
    .home .order-zone .entreprise .form {
      padding: 0 0 0 100px; }
      @media only screen and (max-width: 1100px) {
        .home .order-zone .entreprise .form {
          padding: 0 0 0 30px; } }
      @media only screen and (max-width: 800px) {
        .home .order-zone .entreprise .form {
          padding: 50px 0 0 0; } }

/******* Single pages ***************************/
/******* FOOTER *******************************/
.footercontainer {
  position: relative;
  width: 100%;
  background: black;
  height: 700px;
  background-size: cover !important;
  background-position: center center !important; }
  .footercontainer [class*="ecol-"] {
    padding: 0; }
  @media only screen and (max-width: 1100px) {
    .footercontainer {
      height: 600px; } }
  @media only screen and (max-width: 800px) {
    .footercontainer {
      height: 500px; } }
  @media only screen and (max-width: 450px) {
    .footercontainer {
      height: 600px;
      background-position: 55% center !important; } }
  .footercontainer .contenu {
    padding: 50px 0 0 100px;
    width: 40%; }
    @media only screen and (max-width: 1500px) {
      .footercontainer .contenu {
        padding: 50px 0 0 50px;
        width: 60%; } }
    @media only screen and (max-width: 1100px) {
      .footercontainer .contenu {
        padding: 30px 0 0 30px; } }
    @media only screen and (max-width: 800px) {
      .footercontainer .contenu {
        width: 80%; } }
    @media only screen and (max-width: 450px) {
      .footercontainer .contenu {
        width: 100%;
        padding: 20px; } }
    .footercontainer .contenu .logo img {
      float: left;
      width: 70%;
      height: auto; }
      @media only screen and (max-width: 1500px) {
        .footercontainer .contenu .logo img {
          width: 200px; } }
      @media only screen and (max-width: 1100px) {
        .footercontainer .contenu .logo img {
          width: 150px; } }
    .footercontainer .contenu .logo .tagline {
      float: left;
      width: 300px;
      border-left: 2px solid #ffffff;
      color: #ffffff;
      height: 85px;
      margin: 0 0 0px 30px;
      padding: 25px 0 0 30px;
      text-transform: uppercase;
      font: 600 1.6rem/1.9rem "Open Sans", sans-serif; }
      @media only screen and (max-width: 1500px) {
        .footercontainer .contenu .logo .tagline {
          font: 600 1.6rem/1.9rem "Open Sans", sans-serif;
          border-left: 2px solid #ffffff;
          height: 85px;
          margin: 0 0 0px 30px;
          padding: 25px 0 0 30px; } }
      @media only screen and (max-width: 1100px) {
        .footercontainer .contenu .logo .tagline {
          font: 600 1.5rem/1.7rem "Open Sans", sans-serif;
          padding: 15px 0 0 30px;
          height: 65px; } }
      @media only screen and (max-width: 800px) {
        .footercontainer .contenu .logo .tagline {
          width: auto;
          height: 60px;
          padding: 15px 0 0 30px; } }
      @media only screen and (max-width: 450px) {
        .footercontainer .contenu .logo .tagline {
          width: auto;
          height: auto;
          font: 300 1.4rem/1.6rem "Open Sans", sans-serif;
          border-left: none;
          margin: 0 0 0 75px;
          padding: 0; } }
    .footercontainer .contenu .coord {
      color: #ffffff;
      padding: 30px 0 0 0; }
      .footercontainer .contenu .coord a {
        color: #ffffff;
        -webkit-transition: .2s ease-in-out;
        -moz-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out; }
        .footercontainer .contenu .coord a:hover {
          color: #c30000; }
    .footercontainer .contenu .animated-button {
      background: #000000;
      -webkit-transition: .2s ease-in-out;
      -moz-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
      .footercontainer .contenu .animated-button:hover {
        background: #c30000;
        color: #ffffff; }
    .footercontainer .contenu .titre {
      color: #ffffff;
      padding: 50px 0 0 0; }
      @media only screen and (max-width: 1500px) {
        .footercontainer .contenu .titre {
          width: 70%; } }
      @media only screen and (max-width: 1100px) {
        .footercontainer .contenu .titre {
          padding: 30px 0 0 0; } }
      @media only screen and (max-width: 450px) {
        .footercontainer .contenu .titre {
          width: 100%; } }
      .footercontainer .contenu .titre h3 {
        color: #c30000;
        margin: 0 0 0 0; }
        @media only screen and (max-width: 450px) {
          .footercontainer .contenu .titre h3 {
            color: #ffffff; } }
  .footercontainer .site-info {
    position: absolute;
    bottom: 0;
    padding: 40px 100px 25px 100px;
    width: 100%;
    font: 300 13px/19px "Open Sans", sans-serif;
    color: #ffffff !important; }
    @media only screen and (max-width: 1500px) {
      .footercontainer .site-info {
        padding: 0 50px 20px 50px; } }
    @media only screen and (max-width: 1100px) {
      .footercontainer .site-info {
        padding: 0 30px 20px 30px; } }
    @media only screen and (max-width: 800px) {
      .footercontainer .site-info {
        width: 100%;
        padding: 0 30px 40px 30px; } }
    @media only screen and (max-width: 450px) {
      .footercontainer .site-info {
        width: 100%;
        text-align: left;
        padding: 30px 30px 20px 30px; } }
    @media only screen and (max-width: 800px) {
      .footercontainer .site-info [class*="ecol-"] {
        float: left;
        width: 50%; } }
    @media only screen and (max-width: 450px) {
      .footercontainer .site-info [class*="ecol-"] {
        float: none;
        width: 100%; } }
    .footercontainer .site-info a {
      text-decoration: underline;
      color: #ffffff;
      -webkit-transition: .2s ease-in-out;
      -moz-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
      .footercontainer .site-info a:hover {
        color: #c30000; }
    .footercontainer .site-info .custom {
      text-align: right; }
      @media only screen and (max-width: 800px) {
        .footercontainer .site-info .custom {
          text-align: right;
          margin-top: 0; } }
      @media only screen and (max-width: 450px) {
        .footercontainer .site-info .custom {
          text-align: left; } }
