/*
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=Titillium+Web:wght@400;700&display=swap");
@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 "Titillium Web", sans-serif; }

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

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

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

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

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

.search-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font: 300 3rem/3rem "Titillium Web", 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: "Titillium Web", 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: #ff6632;
    /* 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: #ff6632; // Orange
$color2: #CF4F72; // Pink
$black: #2E2E2E; // Charcoal

GENERAL STYLES 
**********************************************/
body {
  font: 400 2rem/3rem "Open Sans", sans-serif;
  color: #000000; }
  body [class*="ecol-"] {
    padding: 0; }
  @media only screen and (max-width: 1500px) {
    body {
      font: 400 1.6rem/2.5rem "Open Sans", sans-serif; } }
  @media only screen and (max-width: 1100px) {
    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 "Titillium Web", sans-serif;
  margin: 0 0 0 0;
  padding: 0 0 0 0; }
  @media only screen and (max-width: 1500px) {
    h1 {
      font: 700 5rem/5.4rem "Titillium Web", sans-serif; } }
  @media only screen and (max-width: 1100px) {
    h1 {
      font: 700 4rem/4.4rem "Titillium Web", sans-serif; } }

h2 {
  font: 600 3.6rem/4rem "Titillium Web", sans-serif;
  margin: 0 0 0 0;
  padding: 0 0 0 0; }
  @media only screen and (max-width: 1500px) {
    h2 {
      font: 600 2.8rem/3rem "Titillium Web", sans-serif; } }
  @media only screen and (max-width: 1100px) {
    h2 {
      font: 600 2.5rem/2.9rem "Titillium Web", sans-serif; } }

h3 {
  font: 400 2.7rem/3rem "Open Sans", sans-serif;
  margin: 0 0 20px 0;
  padding: 0 0 0 0; }

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

a {
  color: #ff6632;
  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; }

strong {
  font-weight: 600 !important; }

/******* GENERAL ***************************/
.cta, .cta-c {
  display: inline-block;
  padding: 10px 40px;
  margin-top: 20px;
  color: #000000;
  border: 2px solid #ff6632;
  font: 400 1.6rem/2rem "Titillium Web", sans-serif;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  transition: ease 0.3s; }
  @media only screen and (max-width: 1500px) {
    .cta, .cta-c {
      padding: 7px 30px; } }
  @media only screen and (max-width: 1100px) {
    .cta, .cta-c {
      padding: 7px 20px;
      font: 400 1.5rem/1.8rem "Titillium Web", sans-serif; } }
  @media only screen and (max-width: 450px) {
    .cta, .cta-c {
      padding: 7px 10px;
      font: 400 1.4rem/1.6rem "Titillium Web", sans-serif; } }
  .cta sup, .cta-c sup {
    vertical-align: 4px;
    font-size: 8px;
    margin: 0; }
  .cta:hover, .cta-c:hover {
    color: #ffffff;
    background: #000000;
    text-decoration: none;
    -moz-transform: translate(0px, -5px);
    -webkit-transform: translate(0px, -5px);
    -o-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    transform: translate(0px, -5px); }

.go-to-top {
  display: block;
  position: fixed;
  cursor: pointer;
  bottom: 18px;
  left: 50%;
  margin-left: -15px;
  height: 30px;
  width: 30px;
  background: rgba(255, 102, 50, 0.7);
  z-index: 50;
  text-decoration: none;
  text-align: center;
  border-radius: 30px; }
  .go-to-top:hover {
    background: rgba(207, 79, 114, 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: #CF4F72;
  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 "Titillium Web", sans-serif; }
    @media only screen and (max-width: 1500px) {
      .error404 .logo-2 .tagline {
        font: 600 1.6rem/1.9rem "Titillium Web", 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 "Titillium Web", 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 "Titillium Web", 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 "Titillium Web", sans-serif;
    text-align: center;
    color: #ff6632;
    margin: 0 auto; }
    @media only screen and (max-width: 1500px) {
      .error404 .wrap h1 {
        font: 500 4.0rem/5.5rem "Titillium Web", sans-serif; } }
    @media only screen and (max-width: 450px) {
      .error404 .wrap h1 {
        font: 500 3.0rem/3.4rem "Titillium Web", sans-serif; } }
  .error404 .wrap ul {
    list-style-type: none; }
    .error404 .wrap ul li {
      font: 500 2.4rem/2.7rem "Titillium Web", sans-serif;
      padding: 10px 0 10px 0; }
      .error404 .wrap ul li a:hover {
        color: #CF4F72; }

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

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

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

.wpcf7-form input[type="submit"] {
  float: right;
  padding: 8px 20px;
  background: #ff6632;
  font: 300 2rem/2.2rem "Titillium Web", 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; }
  .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 "Titillium Web", 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; }

.wpcf7-form input[type="number"] {
  border: 1px solid #cccccc;
  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; }
  .full-screen .cta {
    position: absolute;
    right: 100px;
    top: 50px; }
    @media only screen and (max-width: 800px) {
      .full-screen .cta {
        top: 20px; } }
    @media only screen and (max-width: 450px) {
      .full-screen .cta {
        top: 450px;
        right: auto;
        left: 18%; } }
  .full-screen .logo {
    position: absolute;
    display: block;
    padding: 30px 0 0 50px; }
    @media only screen and (max-width: 800px) {
      .full-screen .logo {
        padding: 30px 0 0 30px; } }
    @media only screen and (max-width: 450px) {
      .full-screen .logo {
        padding: 20px 0 0 20px; } }
    .full-screen .logo img {
      float: left;
      width: 250px;
      height: auto; }
      @media only screen and (max-width: 1500px) {
        .full-screen .logo img {
          width: 200px; } }
      @media only screen and (max-width: 1100px) {
        .full-screen .logo img {
          width: 150px; } }
      @media only screen and (max-width: 450px) {
        .full-screen .logo img {
          width: 120px; } }
    .full-screen .logo .tagline {
      float: left;
      width: 300px;
      border-left: 3px solid #000000;
      height: 100px;
      margin: 0 0 0px 40px;
      padding: 30px 0 0 40px;
      text-transform: uppercase;
      font: 600 1.8rem/2.2rem "Titillium Web", sans-serif; }
      @media only screen and (max-width: 1500px) {
        .full-screen .logo .tagline {
          border-left: 3px solid #000000;
          height: 80px;
          margin: 0 0 0px 30px;
          padding: 15px 0 0 30px; } }
      @media only screen and (max-width: 1100px) {
        .full-screen .logo .tagline {
          width: 250px;
          border-left: 2px solid #000000;
          height: 70px;
          margin: 0 0 0px 20px;
          padding: 15px 0 0 20px;
          font: 600 1.6rem/1.9rem "Titillium Web", sans-serif; } }
      @media only screen and (max-width: 800px) {
        .full-screen .logo .tagline {
          border-left: none;
          margin: 10px 0 0 20px;
          padding: 2px 0 0 0;
          font: 300 1.3rem/1.5rem "Titillium Web", sans-serif;
          height: auto;
          width: 200px; } }
      @media only screen and (max-width: 450px) {
        .full-screen .logo .tagline {
          font: 300 1.2rem/1.4rem "Titillium Web", sans-serif; } }
  .full-screen .title {
    position: absolute;
    left: 50px;
    z-index: 3;
    bottom: 50px;
    width: 50%; }
    @media only screen and (max-width: 1500px) {
      .full-screen .title {
        display: block;
        height: auto;
        left: 50px;
        bottom: 50px;
        padding: 30px 0 0 0; } }
    @media only screen and (max-width: 800px) {
      .full-screen .title {
        width: 60%; } }
    @media only screen and (max-width: 450px) {
      .full-screen .title {
        width: 90%;
        bottom: auto;
        top: 78vh;
        left: 20px;
        padding: 0 0 0 0; } }
    .full-screen .title h1 {
      font: 400 7rem/7.5rem "Titillium Web", sans-serif;
      color: black;
      margin-bottom: 20px;
      width: 75%; }
      @media only screen and (max-width: 1500px) {
        .full-screen .title h1 {
          font: 400 5rem/5.5rem "Titillium Web", sans-serif;
          width: 90%; } }
      @media only screen and (max-width: 1100px) {
        .full-screen .title h1 {
          font: 400 4.5rem/5rem "Titillium Web", sans-serif; } }
      @media only screen and (max-width: 800px) {
        .full-screen .title h1 {
          font: 400 3.5rem/4rem "Titillium Web", sans-serif;
          width: 80%; } }
      @media only screen and (max-width: 450px) {
        .full-screen .title h1 {
          font: 400 3rem/3.5rem "Titillium Web", sans-serif;
          width: 90%;
          margin-bottom: 20px; } }
      .full-screen .title h1 span {
        color: #ff6632;
        font: 600 7rem/7.5rem "Titillium Web", sans-serif; }
        @media only screen and (max-width: 1500px) {
          .full-screen .title h1 span {
            font: 600 5rem/5.5rem "Titillium Web", sans-serif; } }
        @media only screen and (max-width: 1100px) {
          .full-screen .title h1 span {
            font: 600 4.5rem/5rem "Titillium Web", sans-serif; } }
        @media only screen and (max-width: 450px) {
          .full-screen .title h1 span {
            font: 600 3rem/3.5rem "Titillium Web", sans-serif; } }
    @media only screen and (max-width: 800px) {
      .full-screen .title .cta-c {
        display: none; } }
  .full-screen .logo-cancer-sein {
    position: absolute;
    bottom: 50px;
    right: 100px; }
    @media only screen and (max-width: 1500px) {
      .full-screen .logo-cancer-sein {
        bottom: 30px;
        right: 50px; } }
    @media only screen and (max-width: 1100px) {
      .full-screen .logo-cancer-sein {
        bottom: 30px; } }
    @media only screen and (max-width: 800px) {
      .full-screen .logo-cancer-sein {
        right: 30px; } }
    @media only screen and (max-width: 450px) {
      .full-screen .logo-cancer-sein {
        margin-left: -100px;
        bottom: 20px;
        right: 20px; } }
    .full-screen .logo-cancer-sein img {
      width: 240px;
      height: auto; }
      @media only screen and (max-width: 1100px) {
        .full-screen .logo-cancer-sein img {
          width: 200px; } }
      @media only screen and (max-width: 800px) {
        .full-screen .logo-cancer-sein img {
          width: 160px; } }
      @media only screen and (max-width: 450px) {
        .full-screen .logo-cancer-sein img {
          width: 150px; } }
  .full-screen .choix {
    position: absolute;
    right: 50px;
    top: 30px;
    text-align: center;
    padding: 0 50px 0 0; }
    @media only screen and (max-width: 800px) {
      .full-screen .choix {
        right: auto;
        left: 30px;
        top: 450px; } }
    @media only screen and (max-width: 450px) {
      .full-screen .choix {
        left: 10px;
        top: 60vh; } }
    .full-screen .choix .btn-orange, .full-screen .choix .btn-pink {
      float: right;
      background: #ff6632;
      width: 100px;
      height: 100px;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      justify-content: center;
      padding: 10px;
      color: #ffffff;
      cursor: pointer;
      font: 600 1.6rem/2rem "Titillium Web", sans-serif;
      border-radius: 200px;
      text-transform: uppercase;
      margin: 0 10px 0 10px;
      transition: ease 0.3s; }
      @media only screen and (max-width: 1500px) {
        .full-screen .choix .btn-orange, .full-screen .choix .btn-pink {
          width: 90px;
          height: 90px;
          font: 600 1.5rem/1.8rem "Titillium Web", sans-serif; } }
      @media only screen and (max-width: 1100px) {
        .full-screen .choix .btn-orange, .full-screen .choix .btn-pink {
          width: 80px;
          height: 80px;
          font: 600 1.4rem/1.6rem "Titillium Web", sans-serif; } }
      @media only screen and (max-width: 450px) {
        .full-screen .choix .btn-orange, .full-screen .choix .btn-pink {
          width: 70px;
          height: 70px;
          font: 400 1.2rem/1.4rem "Titillium Web", sans-serif; } }
      .full-screen .choix .btn-orange:hover, .full-screen .choix .btn-pink:hover {
        text-decoration: none;
        color: #ffffff;
        background: #000000;
        -moz-transform: translate(0px, -5px);
        -webkit-transform: translate(0px, -5px);
        -o-transform: translate(0px, -5px);
        -ms-transform: translate(0px, -5px);
        transform: translate(0px, -5px); }
    .full-screen .choix .btn-pink {
      background: #CF4F72; }
  .full-screen .heros {
    height: 100vh;
    max-width: 2100px;
    width: 100%;
    background-size: cover !important;
    background-position: center center; }
    @media only screen and (max-width: 800px) {
      .full-screen .heros {
        background-position: 60% center; } }
    @media only screen and (max-width: 450px) {
      .full-screen .heros {
        background-position: 70% top;
        height: 75vh;
        background-repeat: no-repeat; } }

.partenaires-logos {
  text-align: center; }
  .partenaires-logos 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) {
      .partenaires-logos img {
        max-width: 140px;
        max-height: 40px; } }

.video {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 100px auto; }
  @media only screen and (max-width: 1500px) {
    .video {
      margin: 20px auto 50px 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 0 50px 0; } }
  .faq-zone h2 {
    text-align: center !important;
    margin: 50px auto 40px auto;
    width: 80%; }
    @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 "Titillium Web", sans-serif !important;
        background: #ffffff;
        padding: 20px 70px 15px 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 "Titillium Web", 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 95% 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 95% center #ffffff;
        background-size: 20px auto; }
      .faq-zone .q-r .wrap .desc {
        font: 400 2rem/2.4rem "Titillium Web", sans-serif;
        color: #000000;
        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 95% center #ffffff;
        background-size: 20px auto;
        color: #ff6632; }
      .faq-zone .q-r .wrap:hover .down {
        background: url("../assets/images/acc-minus.svg") no-repeat 95% center #ffffff;
        background-size: 20px auto; }
    .faq-zone .q-r .close-acc {
      color: #999999;
      padding-left: 15px; }

/******* NAVIGATION ***************************/
.top-right {
  position: absolute;
  z-index: 20;
  top: 30px;
  right: 40px; }
  @media only screen and (max-width: 450px) {
    .top-right {
      top: 0; } }
  .top-right .lang-switch {
    float: right;
    display: inline-block;
    margin-top: 30px; }
    @media only screen and (max-width: 800px) {
      .top-right .lang-switch {
        top: 30px; } }
    .top-right .lang-switch .menu {
      margin: 0; }
    .top-right .lang-switch a {
      color: #000000; }
      .top-right .lang-switch a:hover {
        color: #ff6632; }

/******* PAGES ***************************/
.home h2 {
  text-align: center;
  color: #000000;
  font: 400 4rem/4.4rem "Titillium Web", sans-serif;
  padding: 0 0 10px 0;
  margin: 0 auto; }
  @media only screen and (max-width: 450px) {
    .home h2 {
      font: 400 3rem/3.5rem "Titillium Web", sans-serif;
      padding: 0 10px 30px 0;
      text-align: left; } }
  .home h2 span {
    color: #ff6632;
    font: 600 4rem/4.4rem "Titillium Web", sans-serif; }
    @media only screen and (max-width: 450px) {
      .home h2 span {
        font: 600 3rem/3.5rem "Titillium Web", sans-serif; } }
  .home h2 sup {
    font-size: 16px;
    font-weight: normal;
    margin-left: 3px;
    vertical-align: 6px; }
    @media only screen and (max-width: 1100px) {
      .home h2 sup {
        font-size: 11px; } }

.home h3 {
  margin: 0 0 10px 0;
  padding: 0 0 0 0; }
  @media only screen and (max-width: 1100px) {
    .home h3 {
      font: 600 2.2rem/2.8rem "Open Sans", sans-serif; } }

.home .pourquoi {
  position: relative; }
  @media only screen and (max-width: 450px) {
    .home .pourquoi {
      margin-top: 430px; } }
  .home .pourquoi h2 {
    padding: 50px 0 50px 0; }
    @media only screen and (max-width: 1500px) {
      .home .pourquoi h2 {
        padding: 30px 0 30px 0;
        width: 80%; } }
    @media only screen and (max-width: 450px) {
      .home .pourquoi h2 {
        width: 100%;
        padding: 20px; } }
  .home .pourquoi .visuel {
    display: block;
    height: 750px;
    background-size: cover;
    background-position: bottom center; }
    @media only screen and (max-width: 1500px) {
      .home .pourquoi .visuel {
        height: 730px; } }
    @media only screen and (max-width: 1100px) {
      .home .pourquoi .visuel {
        height: 650px; } }
    @media only screen and (max-width: 800px) {
      .home .pourquoi .visuel {
        height: 450px; } }
    @media only screen and (max-width: 450px) {
      .home .pourquoi .visuel {
        height: 400px; } }
  .home .pourquoi .desc {
    padding: 50px 100px 0 100px; }
    @media only screen and (max-width: 1500px) {
      .home .pourquoi .desc {
        padding: 50px 50px 0 50px; } }
    @media only screen and (max-width: 800px) {
      .home .pourquoi .desc {
        padding: 30px 30px 0 30px; } }
    @media only screen and (max-width: 450px) {
      .home .pourquoi .desc {
        padding: 30px 20px 0 20px; } }
  .home .pourquoi .traction-profile {
    display: block;
    margin: 0 0 0 -200px;
    transform: rotate(7deg);
    filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.35)); }
    @media only screen and (max-width: 1500px) {
      .home .pourquoi .traction-profile {
        top: 550px;
        width: 90%;
        margin: 0 0 0 -100px; } }
    @media only screen and (max-width: 800px) {
      .home .pourquoi .traction-profile {
        margin: 0 0 0 20px; } }
    @media only screen and (max-width: 450px) {
      .home .pourquoi .traction-profile {
        width: 100%;
        margin: 0 0 0 0; } }

.home .conception {
  display: block;
  background-image: linear-gradient(to right, rgba(255, 102, 50, 0.8), rgba(246, 246, 246, 0.8));
  height: 650px;
  padding: 0 0 50px 0; }
  @media only screen and (max-width: 1500px) {
    .home .conception {
      height: 550px; } }
  @media only screen and (max-width: 1100px) {
    .home .conception {
      height: 600px; } }
  @media only screen and (max-width: 800px) {
    .home .conception {
      height: auto; } }
  .home .conception .text {
    padding: 0 0 0 100px;
    margin-top: 50px; }
    @media only screen and (max-width: 1500px) {
      .home .conception .text {
        padding: 0 0 0 50px; } }
    @media only screen and (max-width: 800px) {
      .home .conception .text {
        padding: 0 30px 0 30px; } }
    @media only screen and (max-width: 450px) {
      .home .conception .text {
        padding: 0 20px 0 20px; } }
    .home .conception .text h2 {
      text-align: left; }
  .home .conception img {
    display: block;
    margin: 50px auto 0 auto; }
    @media only screen and (max-width: 1500px) {
      .home .conception img {
        width: 80%;
        margin: 50px auto 0 auto; } }
    @media only screen and (max-width: 1100px) {
      .home .conception img {
        margin: 70px auto 0 auto;
        width: 90%; } }
    @media only screen and (max-width: 800px) {
      .home .conception img {
        margin: 0 auto 0 auto; } }

.home .details .tract {
  position: relative;
  margin-top: -100px; }
  @media only screen and (max-width: 1500px) {
    .home .details .tract {
      margin-top: -70px; } }
  .home .details .tract .logo-cancer-sein-2 {
    position: absolute;
    top: 50px;
    right: 50px;
    margin-left: -120px; }
    @media only screen and (max-width: 1500px) {
      .home .details .tract .logo-cancer-sein-2 {
        bottom: 30px; } }
    @media only screen and (max-width: 1100px) {
      .home .details .tract .logo-cancer-sein-2 {
        bottom: 0;
        top: 30px;
        right: 30px; } }
    @media only screen and (max-width: 450px) {
      .home .details .tract .logo-cancer-sein-2 {
        margin-left: -100px;
        bottom: 30px; } }
    .home .details .tract .logo-cancer-sein-2 img {
      width: 240px;
      height: auto; }
      @media only screen and (max-width: 450px) {
        .home .details .tract .logo-cancer-sein-2 img {
          width: 200px; } }
  .home .details .tract .label {
    margin-bottom: 20px;
    font: 400 1.6rem/2rem "Open Sans", sans-serif; }
    @media only screen and (max-width: 1100px) {
      .home .details .tract .label {
        text-align: right;
        margin-bottom: 10px; } }
  .home .details .tract .choix {
    position: absolute;
    left: 50px;
    bottom: 30px;
    z-index: 4;
    text-align: center;
    padding: 0 50px 0 0; }
    @media only screen and (max-width: 1500px) {
      .home .details .tract .choix {
        left: 20px; } }
    @media only screen and (max-width: 1100px) {
      .home .details .tract .choix {
        right: 20px;
        padding: 0 0 0 0; } }
    @media only screen and (max-width: 800px) {
      .home .details .tract .choix {
        left: 20px;
        right: auto; } }
    @media only screen and (max-width: 450px) {
      .home .details .tract .choix {
        left: auto;
        right: 20px; } }
    .home .details .tract .choix .btn-orange-2, .home .details .tract .choix .btn-pink-2 {
      float: right;
      background: #ff6632;
      width: 100px;
      height: 100px;
      font: 600 1.6rem/2rem "Titillium Web", sans-serif;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      justify-content: center;
      padding: 10px;
      color: #ffffff;
      cursor: pointer;
      border-radius: 200px;
      text-transform: uppercase;
      margin: 0 10px 0 10px;
      transition: ease 0.3s; }
      @media only screen and (max-width: 1500px) {
        .home .details .tract .choix .btn-orange-2, .home .details .tract .choix .btn-pink-2 {
          width: 80px;
          height: 80px;
          font: 400 1.4rem/1.7rem "Titillium Web", sans-serif; } }
      .home .details .tract .choix .btn-orange-2:hover, .home .details .tract .choix .btn-pink-2:hover {
        text-decoration: none;
        color: #ffffff;
        background: #000000;
        -moz-transform: translate(0px, -5px);
        -webkit-transform: translate(0px, -5px);
        -o-transform: translate(0px, -5px);
        -ms-transform: translate(0px, -5px);
        transform: translate(0px, -5px); }
    .home .details .tract .choix .btn-pink-2 {
      background: #CF4F72; }
  .home .details .tract .heros {
    height: 800px;
    width: 100%;
    background-size: cover !important;
    background-position: 95% center;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 1500px) {
      .home .details .tract .heros {
        height: 650px; } }
    @media only screen and (max-width: 1100px) {
      .home .details .tract .heros {
        height: 650px; } }
    @media only screen and (max-width: 450px) {
      .home .details .tract .heros {
        height: 500px; } }

.home .details .specs-p {
  padding: 50px 100px 0 50px; }
  @media only screen and (max-width: 1500px) {
    .home .details .specs-p {
      padding: 50px 50px 0 50px; } }
  @media only screen and (max-width: 1100px) {
    .home .details .specs-p {
      padding: 50px 30px 0 30px; } }
  @media only screen and (max-width: 450px) {
    .home .details .specs-p {
      padding: 30px 20px 0 20px; } }
  .home .details .specs-p h2 {
    color: #CF4F72;
    text-align: left;
    font-weight: 400; }
    @media only screen and (max-width: 1100px) {
      .home .details .specs-p h2 {
        font: 400 3.5rem/4rem "Titillium Web", sans-serif; } }
  .home .details .specs-p .cta {
    border: 2px solid #CF4F72; }

.home .details .specs-o {
  padding: 50px 100px 0 50px; }
  @media only screen and (max-width: 1500px) {
    .home .details .specs-o {
      padding: 50px 50px 0 50px; } }
  @media only screen and (max-width: 1100px) {
    .home .details .specs-o {
      padding: 50px 30px 0 30px; } }
  @media only screen and (max-width: 450px) {
    .home .details .specs-o {
      padding: 30px 20px 0 20px; } }
  .home .details .specs-o h2 {
    color: #ff6632;
    text-align: left;
    font-weight: 400; }
  .home .details .specs-o .cta {
    border: 2px solid #ff6632; }

.home .tableau {
  margin-top: 100px; }
  @media only screen and (max-width: 1500px) {
    .home .tableau {
      margin-top: 50px; } }
  .home .tableau h2 {
    margin-bottom: 40px; }
    @media only screen and (max-width: 450px) {
      .home .tableau h2 {
        margin-bottom: 20px;
        padding: 0 20px 0 20px; } }
  .home .tableau .bkgd-img {
    width: 100%;
    background-size: cover !important;
    background-position: center center;
    padding: 80px 0 80px 0; }
    @media only screen and (max-width: 1100px) {
      .home .tableau .bkgd-img {
        padding: 40px; } }
    @media only screen and (max-width: 450px) {
      .home .tableau .bkgd-img {
        padding: 20px; } }
    .home .tableau .bkgd-img table.compare {
      max-width: 1200px;
      width: 100%;
      margin: 0 auto;
      text-align: left;
      color: #000000;
      font: 400 2.1rem/2.3rem "Titillium Web", sans-serif; }
      .home .tableau .bkgd-img table.compare tbody tr {
        border-top: 1px solid #000000;
        background: rgba(255, 255, 255, 0.8); }
        @media only screen and (max-width: 400px) {
          .home .tableau .bkgd-img table.compare tbody tr {
            display: block; } }
      .home .tableau .bkgd-img table.compare tbody td {
        padding: 15px 20px 20px 20px;
        width: 33%; }
        @media only screen and (max-width: 400px) {
          .home .tableau .bkgd-img table.compare tbody td {
            border-bottom: 1px solid #ddd;
            display: block;
            text-align: right;
            width: 100%;
            padding: 10px 20px 10px 20px;
            font: 400 1.8rem/2rem "Titillium Web", sans-serif; } }
        @media only screen and (max-width: 400px) {
          .home .tableau .bkgd-img table.compare tbody td:before {
            content: attr(data-label) " : ";
            float: left; } }
      .home .tableau .bkgd-img table.compare thead tr {
        border: none;
        background: rgba(0, 0, 0, 0.6);
        color: #ffffff; }
      .home .tableau .bkgd-img table.compare thead th {
        padding: 10px 0 10px 20px; }
      @media only screen and (max-width: 400px) {
        .home .tableau .bkgd-img table.compare thead {
          border: none;
          clip: rect(0 0 0 0);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px; } }
      .home .tableau .bkgd-img table.compare .orange-txt {
        color: #ff6632;
        font-weight: 600; }

.home .video-zone h2 {
  text-align: center;
  margin: 100px 0 0 0; }
  @media only screen and (max-width: 1500px) {
    .home .video-zone h2 {
      margin: 50px 0 0 0; } }
  @media only screen and (max-width: 1100px) {
    .home .video-zone h2 {
      width: 70%;
      margin: 30px auto 0 auto; } }
  @media only screen and (max-width: 800px) {
    .home .video-zone h2 {
      width: 85%; } }
  @media only screen and (max-width: 450px) {
    .home .video-zone h2 {
      padding: 0 0 0 0; } }
  .home .video-zone h2 span {
    color: #ff6632; }

.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; }
    @media only screen and (max-width: 450px) {
      .home .order-zone h2 {
        padding: 0 0 0 0; } }
    .home .order-zone h2 span {
      color: #ff6632; }
  .home .order-zone h3 {
    color: #ff6632;
    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; } }
    @media only screen and (max-width: 450px) {
      .home .order-zone .individuel {
        margin-top: 20px; } }
    .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; } }
      @media only screen and (max-width: 450px) {
        .home .order-zone .individuel .btns .cta {
          display: block;
          width: 100%; } }
  .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;
  z-index: 0;
  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: 1500px) {
    .footercontainer {
      height: 600px; } }
  @media only screen and (max-width: 1100px) {
    .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%;
    position: absolute;
    top: 0;
    z-index: 2; }
    @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;
        width: 80%; } }
    @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: 200px;
      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 "Titillium Web", sans-serif; }
      @media only screen and (max-width: 1500px) {
        .footercontainer .contenu .logo .tagline {
          font: 600 1.6rem/1.9rem "Titillium Web", 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 "Titillium Web", 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 "Titillium Web", sans-serif;
          border-left: none;
          margin: 20px 0 0 30px;
          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: #ff6632; }
    .footercontainer .contenu .titre {
      color: #ffffff;
      padding: 100px 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 h2 {
        color: #ff6632;
        margin: 0 0 0 0;
        text-align: left; }
        @media only screen and (max-width: 450px) {
          .footercontainer .contenu .titre h2 {
            margin: 0 0 20px 0;
            padding: 0 0 0 0;
            width: 70%; } }
  .footercontainer .foot-tract {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    right: 30px; }
    @media only screen and (max-width: 1500px) {
      .footercontainer .foot-tract {
        width: 300px; } }
    @media only screen and (max-width: 1100px) {
      .footercontainer .foot-tract {
        width: 250px; } }
    @media only screen and (max-width: 450px) {
      .footercontainer .foot-tract {
        right: auto;
        left: 30px;
        width: 200px; } }
  .footercontainer .deg {
    position: absolute;
    top: 0;
    z-index: 1;
    background-image: linear-gradient(to right, black, rgba(255, 102, 50, 0.4));
    height: 700px;
    width: 100%; }
    @media only screen and (max-width: 1500px) {
      .footercontainer .deg {
        height: 600px; } }
    @media only screen and (max-width: 1100px) {
      .footercontainer .deg {
        height: 500px; } }
    @media only screen and (max-width: 450px) {
      .footercontainer .deg {
        height: 600px;
        background-image: linear-gradient(to right, black, rgba(255, 102, 50, 0.4)); } }
  .footercontainer .site-info {
    position: absolute;
    z-index: 2;
    bottom: 0;
    padding: 40px 100px 50px 100px;
    width: 100%;
    font: 300 14px/19px "Titillium Web", 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: #ff6632; }
    .footercontainer .site-info .copyright {
      text-align: left; }
      .footercontainer .site-info .copyright a {
        text-decoration: none; }
