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

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

.ecol-1 {
  width: 8.33%; }

.ecol-2 {
  width: 16.66%; }

.ecol-3 {
  width: 25%; }

.ecol-4 {
  width: 33.33%; }

.ecol-5 {
  width: 41.66%; }

.ecol-6 {
  width: 50%; }

.ecol-7 {
  width: 58.33%; }

.ecol-8 {
  width: 66.66%; }

.ecol-9 {
  width: 75%; }

.ecol-10 {
  width: 83.33%; }

.ecol-11 {
  width: 91.66%; }

.ecol-12 {
  width: 100%; }

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

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

@media only screen and (min-width: 2100px) {
  [class*="ecol-"] {
    padding: 50px; } }

@media only screen and (max-width: 1500px) {
  [class*="ecol-"] {
    padding: 0; } }

@media only screen and (max-width: 800px) {
  [class*="ecol-"] {
    width: 100%; } }

@font-face {
  font-family: 'brandon_grotesqueregular';
  src: url("../assets/fonts/brandon_reg-webfont.woff2") format("woff2"), url("../assets/fonts/brandon_reg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'brandon_grotesquemedium';
  src: url("../assets/fonts/brandon_med-webfont.woff2") format("woff2"), url("../assets/fonts/brandon_med-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'brandon_grotesquebold';
  src: url("../assets/fonts/brandon_bld-webfont.woff2") format("woff2"), url("../assets/fonts/brandon_bld-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

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

html {
  -webkit-overflow-scrolling: touch;
  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: 1100px) {
    .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 "brandon_grotesqueregular", sans-serif; }

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

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

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

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

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

.search-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font: 300 3rem/3rem "brandon_grotesqueregular", 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: "brandon_grotesqueregular", 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: #183821;
    /* Nav bar link color for current menu item or ancestor */ }

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

/*
.current-menu-item > a,
.current-menu-ancestor > a,
.current_page_item > a,
.current_page_ancestor > a,
.current_page_parent > a,
.current_page_item > a,
.current-menu-item > a {color: $color3 !important;}
*/
/**********************************************
font: 1.7rem/2.8rem $brandon_reg;
font: 1.7rem/2.8rem $brandon_medium;
font: 1.7rem/2.8rem $brandon_bold;

$color1: #183821; // Vert
$color2: #8b9c90; // Olive
$color3: #edede8; // Beige

GENERAL STYLES 
**********************************************/
body {
  font: 1.9rem/3.3rem "brandon_grotesqueregular", sans-serif; }
  body [class*="ecol-"] {
    padding: 0; }
  @media only screen and (max-width: 1500px) {
    body {
      font: 1.7rem/3rem "brandon_grotesqueregular", sans-serif; } }
  @media only screen and (max-width: 450px) {
    body {
      font: 1.9rem/3.3rem "brandon_grotesqueregular", sans-serif; } }
  body .site_w {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
  body .site-main {
    padding: 100px 0 0 0; }
    @media only screen and (max-width: 1100px) {
      body .site-main {
        padding: 90px 0 0 0; } }

h1 {
  font: 5rem/5.4rem "brandon_grotesquebold", sans-serif;
  margin: 0 0 0 0;
  padding: 0 0 0 0; }
  @media only screen and (max-width: 1500px) {
    h1 {
      font: 4.5rem/5rem "brandon_grotesquebold", sans-serif; } }
  @media only screen and (max-width: 1100px) {
    h1 {
      font: 3.5rem/4rem "brandon_grotesquebold", sans-serif; } }
  @media only screen and (max-width: 450px) {
    h1 {
      font: 3rem/3.4rem "brandon_grotesquebold", sans-serif; } }

h2 {
  font: 3.5rem/4.5rem "brandon_grotesquemedium", sans-serif;
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  color: #183821; }
  @media only screen and (max-width: 1500px) {
    h2 {
      font: 2.8rem/3rem "brandon_grotesquemedium", sans-serif; } }
  @media only screen and (max-width: 1100px) {
    h2 {
      font: 2.5rem/3.4rem "brandon_grotesquemedium", sans-serif; } }

h3 {
  font: 2.3rem/2.6rem "brandon_grotesquemedium", sans-serif;
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  color: #183821; }

h4 {
  font: 2rem/2.8rem "brandon_grotesqueregular", sans-serif;
  margin: 0 0 20px 0;
  padding: 0 0 0 0; }

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

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

/******* GENERAL ***************************/
.cta, .cta2 {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 20px;
  color: #183821;
  background: #8b9c90;
  border: 1px solid #8b9c90;
  font: 1.6rem/1.7rem "brandon_grotesqueregular", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  transition: ease 0.3s;
  background-image: linear-gradient(135deg, #edede8 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  transition: background 500ms ease-in-out;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }
  @media only screen and (max-width: 450px) {
    .cta, .cta2 {
      text-align: center; } }
  .cta:hover, .cta2:hover {
    background-position: 0;
    color: #183821;
    -moz-transform: translate(0px, -5px);
    -webkit-transform: translate(0px, -5px);
    -o-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    transform: translate(0px, -5px); }

.cta2 {
  color: #edede8;
  background: #183821;
  background-image: linear-gradient(135deg, #edede8 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%; }

.go-to-top {
  display: block;
  position: fixed;
  cursor: pointer;
  bottom: 18px;
  left: 50%;
  margin-left: -15px;
  height: 30px;
  width: 30px;
  background: rgba(24, 56, 33, 0.7);
  z-index: 50;
  text-decoration: none;
  text-align: center;
  border-radius: 30px; }
  .go-to-top:hover {
    background: rgba(237, 237, 232, 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 {
  position: relative;
  background: url("../assets/images/crowd.jpg") no-repeat 0 0;
  background-size: cover !important;
  background-position: center center;
  width: 100%;
  height: 100vh; }
  .error404 [class*="ecol-"] {
    padding: 0; }
  .error404 .wrap {
    position: absolute;
    z-index: 2;
    padding: 0 0 0 200px;
    text-align: left;
    width: 50%;
    height: 100vh;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center; }
    .error404 .wrap h1 {
      font: 6.0rem/6.5rem "brandon_grotesquebold", sans-serif;
      color: #183821;
      margin: 0 0 50px 0; }
      @media only screen and (max-width: 1500px) {
        .error404 .wrap h1 {
          font: 4.0rem/5.5rem "brandon_grotesqueregular", sans-serif; } }
      @media only screen and (max-width: 450px) {
        .error404 .wrap h1 {
          font: 3.0rem/3.4rem "brandon_grotesqueregular", sans-serif; } }
    .error404 .wrap a, .error404 .wrap p {
      font: 2.6rem/3rem "brandon_grotesqueregular", sans-serif;
      color: #edede8;
      margin-bottom: 30px;
      cursor: pointer; }
      .error404 .wrap a:hover, .error404 .wrap p:hover {
        color: #ffffff;
        text-decoration: underline; }
  .error404 .deg-h {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(to right, rgba(24, 56, 33, 0.9), transparent 70%); }

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

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

.wpcf7-form input[type="file"] {
  margin-top: -2px;
  border-bottom: 0;
  border: 1px solid #cccccc;
  width: 100%;
  padding: 010px; }

.wpcf7-form input[type="submit"] {
  float: right;
  padding: 8px 30px;
  background: #183821;
  font: 300 2rem/2.2rem "brandon_grotesqueregular", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  -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: #8b9c90; }

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

.wpcf7-form input[type="radio"] {
  border: 1px solid red; }

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

.wpcf7-form .wpcf7-form-control-wrap {
  font: 1.4rem/1.9rem "brandon_grotesqueregular", sans-serif !important;
  color: #8b9c90; }

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

.wpcf7-form textarea {
  height: 100px;
  width: 100%;
  padding-left: 10px; }

.wpcf7-form p {
  padding: 0;
  margin: 0; }

.wpcf7-form .ajax-loader {
  display: none !important; }

.wpcf7-form div.wpcf7-response-output {
  margin: 50px 0 0 0;
  padding: 0;
  border: none; }

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #ffffff;
  background-color: red;
  border: 0;
  padding: 10px;
  line-height: 1.7rem;
  border-radius: 8px; }

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #ffffff;
  background-color: #48e315;
  border: 0;
  padding: 10px;
  line-height: 1.7rem;
  border-radius: 8px; }

.wpcf7-form .g-recaptcha, .wpcf7-form .cf7sr-g-recaptcha {
  float: left;
  transform: scale(0.6);
  transform-origin: 0 0 0;
  margin: 30px 0 0 0; }

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

.mobile-icon {
  display: none;
  cursor: pointer; }
  @media only screen and (max-width: 1100px) {
    .mobile-icon {
      position: absolute;
      z-index: 210;
      top: 33px;
      right: 40px;
      display: block;
      width: 40px;
      height: auto; } }

.anim-hamb {
  width: 40px;
  height: 30px;
  position: relative;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  .anim-hamb span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #8b9c90;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .anim-hamb span:nth-child(even) {
      left: 50%;
      border-radius: 0 6px 6px 0; }
    .anim-hamb span:nth-child(odd) {
      left: 0px;
      border-radius: 6px 0 0 6px; }
    .anim-hamb span:nth-child(1), .anim-hamb span:nth-child(2) {
      top: 0px; }
    .anim-hamb span:nth-child(3), .anim-hamb span:nth-child(4) {
      top: 10px; }
    .anim-hamb span:nth-child(5), .anim-hamb span:nth-child(6) {
      top: 20px; }

.anim-hamb.open span:nth-child(1), .anim-hamb.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.anim-hamb.open span:nth-child(2), .anim-hamb.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.anim-hamb.open span:nth-child(1) {
  left: 5px; }

.anim-hamb.open span:nth-child(2) {
  left: calc(50% - 4px); }

.anim-hamb.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

.anim-hamb.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

.anim-hamb.open span:nth-child(5) {
  left: 5px;
  top: 13px; }

.anim-hamb.open span:nth-child(6) {
  left: calc(50% - 4px);
  top: 13px; }

.head {
  padding: 40px 0 30px 0;
  text-align: center;
  background-image: linear-gradient(to right, #183821, #8b9c90 90%); }
  @media only screen and (max-width: 1500px) {
    .head {
      padding: 20px 0 10px 0; } }
  @media only screen and (max-width: 1100px) {
    .head {
      padding: 20px 0 10px 0; } }
  @media only screen and (max-width: 800px) {
    .head {
      background-image: linear-gradient(to right, #8b9c90, rgba(139, 156, 144, 0.2) 90%);
      padding: 20px 0 10px 0; } }
  .head h1 {
    text-transform: uppercase;
    color: #183821;
    margin: 0 0 10px 0;
    color: #183821; }
    @media only screen and (max-width: 800px) {
      .head h1 {
        margin: 0 10px 10px 10px; } }
  .head p {
    margin: 0 0 0 0; }

.hero {
  position: relative;
  height: 600px;
  background-size: cover;
  background-position: center center;
  filter: saturate(0.7); }
  @media only screen and (max-width: 1500px) {
    .hero {
      height: 500px; } }
  @media only screen and (max-width: 1100px) {
    .hero {
      height: 400px; } }
  @media only screen and (max-width: 800px) {
    .hero {
      height: 350px; } }
  @media only screen and (max-width: 450px) {
    .hero {
      background-position: 30% center;
      height: 250px; } }
  .hero h1 {
    position: absolute;
    right: 100px;
    color: #edede8;
    text-transform: uppercase;
    height: 600px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: right;
    width: 60%;
    text-align: right; }
    @media only screen and (max-width: 1500px) {
      .hero h1 {
        height: 500px; } }
    @media only screen and (max-width: 1100px) {
      .hero h1 {
        height: 400px;
        right: 50px; } }
    @media only screen and (max-width: 800px) {
      .hero h1 {
        height: 350px; } }
    @media only screen and (max-width: 450px) {
      .hero h1 {
        font: 2.2rem/2.4rem "brandon_grotesquebold", sans-serif;
        right: 20px;
        height: 250px;
        width: 60%; } }
  .hero .bkgd {
    position: absolute;
    right: 0;
    background-image: linear-gradient(to right, rgba(24, 56, 33, 0.01) 10%, rgba(24, 56, 33, 0.99));
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 63%;
    height: 600px;
    z-index: 2; }
    @media only screen and (max-width: 1500px) {
      .hero .bkgd {
        height: 500px; } }
    @media only screen and (max-width: 1100px) {
      .hero .bkgd {
        width: 75%;
        height: 400px; } }
    @media only screen and (max-width: 800px) {
      .hero .bkgd {
        width: 80%;
        height: 350px; } }
    @media only screen and (max-width: 450px) {
      .hero .bkgd {
        width: 90%;
        height: 250px; } }

/******* NAVIGATION ***************************/
.site-header {
  position: fixed;
  z-index: 9;
  width: 100%;
  background: #edede8;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 1100px) {
    .site-header {
      background: #183821;
      position: absolute;
      min-height: 90px; } }
  @media only screen and (max-width: 800px) {
    .site-header {
      min-height: 83px; } }
  @media only screen and (max-width: 450px) {
    .site-header {
      min-height: 85px; } }
  .site-header [class*="ecol-"] {
    padding: 0; }
  @media only screen and (max-width: 1100px) {
    .site-header .cont {
      margin-top: 90px; } }
  .site-header .cont .le {
    float: left;
    width: 36%; }
    @media only screen and (max-width: 1500px) {
      .site-header .cont .le {
        width: 33%; } }
    @media only screen and (max-width: 1100px) {
      .site-header .cont .le {
        display: none;
        float: none;
        width: 100%;
        text-align: center;
        padding: 0 0 0 0;
        background: #183821; } }
  .site-header .cont .ri {
    float: left;
    width: 36%; }
    @media only screen and (max-width: 1500px) {
      .site-header .cont .ri {
        width: 33%; } }
    @media only screen and (max-width: 1100px) {
      .site-header .cont .ri {
        display: none;
        float: none;
        width: 100%;
        text-align: center;
        padding: 0 0 30px 0;
        background: #183821; } }
  .site-header .cont .ce {
    float: left;
    width: 28%; }
    @media only screen and (max-width: 1500px) {
      .site-header .cont .ce {
        width: 33%; } }
    @media only screen and (max-width: 1100px) {
      .site-header .cont .ce {
        float: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 28%; } }
    @media only screen and (max-width: 800px) {
      .site-header .cont .ce {
        position: absolute;
        width: 35%; } }
    @media only screen and (max-width: 450px) {
      .site-header .cont .ce {
        width: 60%; } }
    .site-header .cont .ce .brand {
      display: block;
      width: 80%;
      height: auto;
      background: #183821;
      color: #8b9c90;
      clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
      padding: 5px 5px 5px 5px;
      transition: ease 0.3s;
      cursor: pointer;
      text-align: center;
      margin: 0 auto;
      position: relative;
      overflow: hidden;
      z-index: 1;
      transition: color 100ms ease-in-out; }
      @media only screen and (max-width: 1100px) {
        .site-header .cont .ce .brand {
          clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
          width: 100%; } }
      .site-header .cont .ce .brand img {
        display: block;
        margin: 0 auto;
        width: 220px; }
        @media only screen and (max-width: 1100px) {
          .site-header .cont .ce .brand img {
            width: 180px; } }
        @media only screen and (max-width: 800px) {
          .site-header .cont .ce .brand img {
            width: 160px; } }
      .site-header .cont .ce .brand:after {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 100%;
        background: #8b9c90;
        z-index: -1;
        transition: width 100ms ease-in-out; }
      .site-header .cont .ce .brand .sous-titre {
        font: 1.3rem/1.3rem "brandon_grotesquemedium", sans-serif;
        padding: 5px 0 2px 0;
        letter-spacing: 2px; }
      .site-header .cont .ce .brand:hover {
        color: #8b9c90; }
        .site-header .cont .ce .brand:hover .sous-titre {
          color: #183821;
          -webkit-transition: .2s ease-in-out;
          -moz-transition: .2s ease-in-out;
          -o-transition: .2s ease-in-out;
          transition: .2s ease-in-out; }
        .site-header .cont .ce .brand:hover:after {
          width: 110%; }
    .site-header .cont .ce .brand-sm {
      clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
      width: 60%;
      -webkit-transition: .2s ease-in-out;
      -moz-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
      .site-header .cont .ce .brand-sm img {
        width: 130px;
        margin-bottom: 5px; }
      .site-header .cont .ce .brand-sm .sous-titre {
        display: none; }
  .site-header .cont .le ul, .site-header .cont .ri ul {
    text-align: right;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-transform: uppercase;
    height: 100px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: right; }
    @media only screen and (max-width: 1100px) {
      .site-header .cont .le ul, .site-header .cont .ri ul {
        display: block;
        text-align: center;
        height: auto; } }
    .site-header .cont .le ul li, .site-header .cont .ri ul li {
      display: inline-block;
      padding: 0 6% 0 6%; }
      @media only screen and (max-width: 1100px) {
        .site-header .cont .le ul li, .site-header .cont .ri ul li {
          display: block;
          padding: 0;
          text-align: center;
          margin-bottom: 10px; } }
      .site-header .cont .le ul li a, .site-header .cont .ri ul li a {
        font: 1.8rem/2rem "brandon_grotesqueregular", sans-serif;
        color: #183821;
        transition: ease 0.3s; }
        @media only screen and (max-width: 1500px) {
          .site-header .cont .le ul li a, .site-header .cont .ri ul li a {
            font: 1.6rem/1.8rem "brandon_grotesqueregular", sans-serif; } }
        @media only screen and (max-width: 1100px) {
          .site-header .cont .le ul li a, .site-header .cont .ri ul li a {
            font: 2.2rem/2.6rem "brandon_grotesquemedium", sans-serif;
            padding: 10px 0 10px 0;
            color: #edede8; } }
        .site-header .cont .le ul li a:hover, .site-header .cont .ri ul li a:hover {
          color: #8b9c90;
          -moz-transform: translate(0px, -5px);
          -webkit-transform: translate(0px, -5px);
          -o-transform: translate(0px, -5px);
          -ms-transform: translate(0px, -5px);
          transform: translate(0px, -5px); }
          @media only screen and (max-width: 1100px) {
            .site-header .cont .le ul li a:hover, .site-header .cont .ri ul li a:hover {
              color: #edede8;
              background: #183821;
              -moz-transform: none;
              -webkit-transform: none;
              -o-transform: none;
              -ms-transform: none;
              transform: none; } }
  .site-header .cont .ri ul {
    text-align: left;
    padding: 0 0 0 0;
    justify-content: left; }
    @media only screen and (max-width: 1100px) {
      .site-header .cont .ri ul {
        text-align: center; } }
    .site-header .cont .ri ul li {
      padding: 0 6% 0 6%; }

@media only screen and (max-width: 1100px) {
  .site-header-clip {
    border-bottom: 4px solid #8b9c90; } }

@media only screen and (max-width: 450px) {
  .site-header-clip {
    height: 100vh;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out; } }

.site-header-sm .cont .le ul, .site-header-sm .cont .ri ul {
  height: 55px; }
  .site-header-sm .cont .le ul li a, .site-header-sm .cont .ri ul li a {
    font: 1.6rem/1.8rem "brandon_grotesqueregular", sans-serif; }

/******* PAGES ***************************/
.home {
  background: #edede8; }
  .home .video-full {
    position: relative;
    width: 102%;
    height: 91vh;
    overflow: hidden;
    z-index: 1; }
    @media only screen and (max-width: 1500px) {
      .home .video-full {
        width: 100%; } }
    .home .video-full .bkgd {
      position: absolute;
      background-image: linear-gradient(to right, rgba(24, 56, 33, 0.95), rgba(24, 56, 33, 0.2));
      clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
      z-index: 2;
      width: 52%;
      height: 91vh; }
      @media only screen and (max-width: 1500px) {
        .home .video-full .bkgd {
          width: 52%; } }
      @media only screen and (max-width: 1100px) {
        .home .video-full .bkgd {
          width: 70%; } }
      @media only screen and (max-width: 800px) {
        .home .video-full .bkgd {
          width: 85%; } }
      @media only screen and (max-width: 450px) {
        .home .video-full .bkgd {
          width: 95%; } }
    .home .video-full .titre {
      position: absolute;
      width: 34%;
      padding-left: 100px;
      z-index: 3;
      height: 91vh;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      justify-content: left; }
      @media only screen and (max-width: 1500px) {
        .home .video-full .titre {
          width: 35%; } }
      @media only screen and (max-width: 1100px) {
        .home .video-full .titre {
          width: 50%;
          padding-left: 50px; } }
      @media only screen and (max-width: 800px) {
        .home .video-full .titre {
          display: block;
          top: 15%; } }
      @media only screen and (max-width: 450px) {
        .home .video-full .titre {
          width: 80%;
          padding-left: 30px; } }
      .home .video-full .titre h1 {
        font: 7.5rem/8.5rem "brandon_grotesquebold", sans-serif;
        text-align: left;
        letter-spacing: 2px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        color: #ffffff;
        text-transform: uppercase;
        background: linear-gradient(-90deg, #ffffff, #99b0a0, #ffffff, #dedebe);
        background-size: 200% 200%;
        animation: gradient 4s ease infinite;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
        @media only screen and (max-width: 1500px) {
          .home .video-full .titre h1 {
            font: 6rem/7rem "brandon_grotesquebold", sans-serif; } }
        @media only screen and (max-width: 1100px) {
          .home .video-full .titre h1 {
            font: 5rem/6rem "brandon_grotesquebold", sans-serif; } }
        @media only screen and (max-width: 800px) {
          .home .video-full .titre h1 {
            font: 5.5rem/7.5rem "brandon_grotesquebold", sans-serif; } }
        @media only screen and (max-width: 450px) {
          .home .video-full .titre h1 {
            font: 3.5rem/4rem "brandon_grotesquebold", sans-serif; } }
    .home .video-full video {
      /*object-fit: contain;*/
      /* object-fit: fill; */
      object-fit: cover;
      width: 100%;
      height: 100%;
      filter: saturate(0.6); }
      .home .video-full video video::-webkit-media-controls-start-playback-button {
        display: none !important; }
  .home .zone {
    position: relative;
    margin: 80px 0 0 0; }
    .home .zone .symbol, .home .zone .symbol2 {
      position: absolute;
      top: 42%;
      left: 50%;
      z-index: 5;
      background: #183821;
      width: 80px;
      height: 80px;
      margin-left: -40px;
      padding: 5px;
      border-radius: 100px; }
      @media only screen and (max-width: 1100px) {
        .home .zone .symbol, .home .zone .symbol2 {
          width: 70px;
          height: 70px;
          margin-left: -37px; } }
      @media only screen and (max-width: 800px) {
        .home .zone .symbol, .home .zone .symbol2 {
          top: 42%; } }
    .home .zone .symbol2 {
      background: #8b9c90; }
      @media only screen and (max-width: 800px) {
        .home .zone .symbol2 {
          top: 47%; } }
      @media only screen and (max-width: 450px) {
        .home .zone .symbol2 {
          top: 42%; } }
    .home .zone .visual {
      float: left;
      width: 50%;
      height: 500px;
      background-size: cover;
      background-position: center center;
      filter: saturate(0.6); }
      @media only screen and (max-width: 800px) {
        .home .zone .visual {
          float: none;
          width: 100%;
          height: 400px; } }
    .home .zone .txt {
      float: left;
      width: 50%;
      height: 500px;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      background: #183821;
      color: #edede8;
      padding: 0 10% 0 10%; }
      @media only screen and (max-width: 1100px) {
        .home .zone .txt {
          padding: 0 8% 0 9%; } }
      @media only screen and (max-width: 800px) {
        .home .zone .txt {
          display: block;
          float: none;
          width: 100%;
          height: auto;
          padding: 80px; } }
      @media only screen and (max-width: 450px) {
        .home .zone .txt {
          padding: 70px 20px 50px 20px; } }
      .home .zone .txt h2 {
        margin: 0 0 20px 0;
        color: #edede8; }
    .home .zone .sw-v {
      float: right; }
    .home .zone .sw-t {
      float: right;
      background: #8b9c90;
      color: #183821; }
      .home .zone .sw-t h2 {
        color: #183821; }
  .home .contact {
    text-align: center;
    padding: 50px 0 50px 0; }
    @media only screen and (max-width: 800px) {
      .home .contact {
        padding: 50px 20px 100px 20px; } }
    @media only screen and (max-width: 450px) {
      .home .contact {
        text-align: left; } }

.notre-equipe {
  background: #edede8;
  min-height: 800px; }
  .notre-equipe .main-container {
    padding: 20px 0 100px 50px; }
    @media only screen and (max-width: 800px) {
      .notre-equipe .main-container {
        padding: 20px 50px 100px 50px; } }
    @media only screen and (max-width: 450px) {
      .notre-equipe .main-container {
        padding: 20px 0 30px 0; } }
    .notre-equipe .main-container h2 {
      font: 2.6rem/3rem "brandon_grotesqueregular", sans-serif;
      color: #8b9c90;
      text-align: center;
      padding: 20px 40px 40px 0;
      margin: 0; }
      @media only screen and (max-width: 1500px) {
        .notre-equipe .main-container h2 {
          font: 2.2rem/2.5rem "brandon_grotesqueregular", sans-serif;
          padding: 15px 40px 30px 0; } }
      @media only screen and (max-width: 800px) {
        .notre-equipe .main-container h2 {
          padding: 15px 0 30px 0; } }
      @media only screen and (max-width: 450px) {
        .notre-equipe .main-container h2 {
          padding: 15px 20px 30px 20px; } }
    .notre-equipe .main-container .card {
      position: relative;
      display: block;
      float: left;
      width: 31.25%;
      margin: 0 2% 40px 0;
      overflow: hidden;
      border-radius: 10px; }
      @media only screen and (max-width: 1100px) {
        .notre-equipe .main-container .card {
          width: 46.5%;
          margin: 0 2% 30px 0; } }
      @media only screen and (max-width: 800px) {
        .notre-equipe .main-container .card {
          float: none;
          width: 100%;
          margin: 0 0 50px 0;
          border-radius: 10px; } }
      @media only screen and (max-width: 450px) {
        .notre-equipe .main-container .card {
          border-radius: 0; } }
      .notre-equipe .main-container .card .wrap {
        position: absolute;
        z-index: 2;
        bottom: 0;
        padding: 10px 20px 10px 20px;
        width: 100%;
        background-image: linear-gradient(to left, rgba(24, 56, 33, 0.8), transparent);
        text-align: right; }
        .notre-equipe .main-container .card .wrap h2 {
          color: #edede8;
          font: 2.4rem/3rem "brandon_grotesquebold", sans-serif;
          text-transform: uppercase;
          text-align: right;
          padding: 0;
          margin: 0; }
          @media only screen and (max-width: 450px) {
            .notre-equipe .main-container .card .wrap h2 {
              font: 2.2rem/2.5rem "brandon_grotesquebold", sans-serif; } }
          .notre-equipe .main-container .card .wrap h2 span {
            text-transform: capitalize; }
        .notre-equipe .main-container .card .wrap h3 {
          color: #edede8;
          font: 1.7rem/2.8rem "brandon_grotesqueregular", sans-serif;
          margin: 0; }
      .notre-equipe .main-container .card img {
        display: block;
        transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        filter: saturate(0.5); }
        @media only screen and (max-width: 1100px) {
          .notre-equipe .main-container .card img {
            filter: saturate(1); } }
      .notre-equipe .main-container .card:hover img {
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
        filter: saturate(1); }

.notre-expertise {
  background: #edede8;
  min-height: 800px; }
  .notre-expertise .main-container {
    padding: 20px 0 100px 50px; }
    @media only screen and (max-width: 1100px) {
      .notre-expertise .main-container {
        padding: 20px 20px 100px 50px; } }
    @media only screen and (max-width: 800px) {
      .notre-expertise .main-container {
        padding: 20px 50px 100px 50px; } }
    @media only screen and (max-width: 450px) {
      .notre-expertise .main-container {
        padding: 20px 0 100px 0; } }
    .notre-expertise .main-container h2 {
      font: 2.6rem/3rem "brandon_grotesqueregular", sans-serif;
      color: #8b9c90;
      text-align: center;
      padding: 20px 40px 40px 0;
      margin: 0; }
      @media only screen and (max-width: 1500px) {
        .notre-expertise .main-container h2 {
          font: 2.2rem/2.5rem "brandon_grotesqueregular", sans-serif;
          padding: 15px 40px 30px 0; } }
      @media only screen and (max-width: 800px) {
        .notre-expertise .main-container h2 {
          padding: 15px 0 30px 0; } }
      @media only screen and (max-width: 450px) {
        .notre-expertise .main-container h2 {
          padding: 15px 20px 30px 20px; } }
    .notre-expertise .main-container .card {
      position: relative;
      float: left;
      width: 31.85%;
      margin: 0 1% 30px 0;
      overflow: hidden;
      border-radius: 10px; }
      @media only screen and (max-width: 1500px) {
        .notre-expertise .main-container .card {
          width: 48%;
          margin: 0 2% 30px 0; } }
      @media only screen and (max-width: 800px) {
        .notre-expertise .main-container .card {
          width: 100%;
          margin: 0 0 30px 0; } }
      @media only screen and (max-width: 450px) {
        .notre-expertise .main-container .card {
          position: inherit;
          border-radius: 0;
          overflow: visible; } }
      .notre-expertise .main-container .card h2 {
        position: absolute;
        z-index: 2;
        bottom: 0;
        padding: 5px 20px 5px 20px;
        width: 100%;
        background: rgba(24, 56, 33, 0.6);
        text-align: center;
        color: #edede8;
        font: 2rem/2.2rem "brandon_grotesquemedium", sans-serif;
        text-transform: uppercase; }
        @media only screen and (max-width: 1100px) {
          .notre-expertise .main-container .card h2 {
            font: 1.8rem/2rem "brandon_grotesquemedium", sans-serif; } }
        @media only screen and (max-width: 450px) {
          .notre-expertise .main-container .card h2 {
            position: relative;
            margin-bottom: -40px;
            background: none;
            color: #183821;
            padding-bottom: 40px; } }
        .notre-expertise .main-container .card h2 span {
          text-transform: capitalize; }
      .notre-expertise .main-container .card img {
        display: block;
        transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        filter: saturate(0.5); }
        @media only screen and (max-width: 1100px) {
          .notre-expertise .main-container .card img {
            filter: saturate(1); } }
      .notre-expertise .main-container .card:hover img {
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
        filter: saturate(1); }
        @media only screen and (max-width: 450px) {
          .notre-expertise .main-container .card:hover img {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            filter: saturate(1); } }
      .notre-expertise .main-container .card:hover h2 {
        background: rgba(24, 56, 33, 0.9);
        -webkit-transition: .2s ease-in-out;
        -moz-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out; }
        @media only screen and (max-width: 450px) {
          .notre-expertise .main-container .card:hover h2 {
            background: none; } }

.a-propos .main-container {
  background: #edede8;
  padding: 0 0 100px 0; }
  @media only screen and (max-width: 1100px) {
    .a-propos .main-container {
      padding: 0 0 50px 0; } }
  @media only screen and (max-width: 450px) {
    .a-propos .main-container {
      padding: 0 0 0 0; } }
  .a-propos .main-container .contenu {
    background: #ffffff;
    max-width: 900px;
    width: 100%;
    padding: 100px;
    margin: 0 auto;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 50px 50px; }
    @media only screen and (max-width: 800px) {
      .a-propos .main-container .contenu {
        padding: 50px; } }
    @media only screen and (max-width: 450px) {
      .a-propos .main-container .contenu {
        padding: 30px 20px 100px 20px;
        border-radius: 0; } }

.contact {
  background: #edede8; }
  .contact .main-container {
    padding: 50px 0 100px 0; }
    @media only screen and (max-width: 1100px) {
      .contact .main-container {
        padding: 50px; } }
    @media only screen and (max-width: 450px) {
      .contact .main-container {
        padding: 50px 20px; } }
    .contact .main-container .site_w {
      max-width: 1000px;
      width: 100%; }
    .contact .main-container h2 {
      font: 2.2rem/3rem "brandon_grotesquemedium", sans-serif;
      margin: 0 0 20px 0; }
      .contact .main-container h2 a {
        color: #183821; }
        .contact .main-container h2 a:hover {
          color: #8b9c90; }
    .contact .main-container p {
      margin: 0 0 0 0;
      padding: 0 0 0 0; }
    @media only screen and (max-width: 800px) {
      .contact .main-container .form {
        margin-top: 50px; } }
  .contact .map iframe {
    filter: saturate(0.4);
    margin-bottom: 100px; }

.carriere {
  background: #edede8; }
  .carriere .main-container {
    padding: 50px 0 100px 0; }
    @media only screen and (max-width: 450px) {
      .carriere .main-container {
        padding: 40px 20px 100px 20px; } }
    .carriere .main-container .jobs, .carriere .main-container .no-jobs {
      margin-bottom: 80px;
      padding: 0 50px 0 20px;
      border-right: 1px solid rgba(139, 156, 144, 0.5);
      margin: 0 0 0 0;
      min-height: 600px; }
      @media only screen and (max-width: 1100px) {
        .carriere .main-container .jobs, .carriere .main-container .no-jobs {
          padding: 0 30px 0 20px; } }
      @media only screen and (max-width: 800px) {
        .carriere .main-container .jobs, .carriere .main-container .no-jobs {
          min-height: 200px; } }
      @media only screen and (max-width: 450px) {
        .carriere .main-container .jobs, .carriere .main-container .no-jobs {
          padding: 0;
          border-right: none;
          padding: 0 0 0 0; } }
      .carriere .main-container .jobs .wrap, .carriere .main-container .no-jobs .wrap {
        margin: 0 0 20px 0; }
        .carriere .main-container .jobs .wrap h2, .carriere .main-container .no-jobs .wrap h2 {
          font: 2.6rem/3rem "brandon_grotesqueregular", sans-serif;
          color: #ffffff;
          padding: 10px 20px 10px 15px;
          margin: 0; }
          .carriere .main-container .jobs .wrap h2 p, .carriere .main-container .no-jobs .wrap h2 p {
            margin: 0; }
        .carriere .main-container .jobs .wrap .desc, .carriere .main-container .no-jobs .wrap .desc {
          font: 1.6rem/2.4rem "brandon_grotesqueregular", sans-serif;
          color: #183821;
          background: #ffffff;
          padding: 30px;
          display: none; }
          @media only screen and (max-width: 450px) {
            .carriere .main-container .jobs .wrap .desc, .carriere .main-container .no-jobs .wrap .desc {
              padding: 20px 10px 10px 25px; } }
          .carriere .main-container .jobs .wrap .desc p, .carriere .main-container .no-jobs .wrap .desc p {
            margin: 0;
            padding: 10px 0 0 0; }
            @media only screen and (max-width: 450px) {
              .carriere .main-container .jobs .wrap .desc p, .carriere .main-container .no-jobs .wrap .desc p {
                padding: 0 0 20px 0; } }
        .carriere .main-container .jobs .wrap .up, .carriere .main-container .jobs .wrap .down, .carriere .main-container .no-jobs .wrap .up, .carriere .main-container .no-jobs .wrap .down {
          background: url("../assets/images/circle-plus-w.svg") no-repeat 97% center #183821;
          background-size: 25px auto;
          border-radius: 0;
          -webkit-transition: .2s ease-in-out;
          -moz-transition: .2s ease-in-out;
          -o-transition: .2s ease-in-out;
          transition: .2s ease-in-out; }
          @media only screen and (max-width: 450px) {
            .carriere .main-container .jobs .wrap .up, .carriere .main-container .jobs .wrap .down, .carriere .main-container .no-jobs .wrap .up, .carriere .main-container .no-jobs .wrap .down {
              border-radius: 0;
              background: url("../assets/images/circle-plus-w.svg") no-repeat 97% center #183821;
              background-size: 25px auto; } }
        .carriere .main-container .jobs .wrap .down, .carriere .main-container .no-jobs .wrap .down {
          background: url("../assets/images/circle-minus-w.svg") no-repeat 97% center #8b9c90;
          background-size: 25px auto; }
          @media only screen and (max-width: 450px) {
            .carriere .main-container .jobs .wrap .down, .carriere .main-container .no-jobs .wrap .down {
              border-radius: 0;
              background: url("../assets/images/circle-minus-w.svg") no-repeat 95% center #8b9c90;
              background-size: 25px auto; } }
    .carriere .main-container .form {
      padding: 0 20px 0 50px; }
      @media only screen and (max-width: 1100px) {
        .carriere .main-container .form {
          padding: 0 20px 0 30px; } }
      @media only screen and (max-width: 450px) {
        .carriere .main-container .form {
          padding: 0; } }

.generic .main-container {
  background: #edede8; }
  .generic .main-container .contenu {
    background: #ffffff;
    max-width: 1000px;
    width: 100%;
    padding: 100px;
    margin: 0 auto; }

/******* Single pages ***************************/
.equipier .site-main {
  padding: 0 0 0 0; }

.equipier .avocat {
  position: relative;
  background: #183821; }
  .equipier .avocat .photo {
    position: absolute;
    left: 0;
    z-index: 5;
    width: 50%;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }
    @media only screen and (max-width: 1100px) {
      .equipier .avocat .photo {
        position: inherit;
        float: left;
        width: 60%; } }
    @media only screen and (max-width: 800px) {
      .equipier .avocat .photo {
        float: none;
        width: 90%;
        position: inherit; } }
    @media only screen and (max-width: 450px) {
      .equipier .avocat .photo {
        width: 100%; } }
    .equipier .avocat .photo img {
      display: block;
      max-width: 1000px;
      width: 100%;
      clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%); }
  .equipier .avocat .coordonnees {
    float: right;
    width: 50%;
    height: 500px;
    color: #edede8;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: center; }
    @media only screen and (max-width: 1500px) {
      .equipier .avocat .coordonnees {
        height: 400px; } }
    @media only screen and (max-width: 1100px) {
      .equipier .avocat .coordonnees {
        height: 400px;
        width: 40%; } }
    @media only screen and (max-width: 800px) {
      .equipier .avocat .coordonnees {
        display: block;
        float: none;
        height: auto;
        width: 100%;
        padding: 50px 0 30px 0; } }
    .equipier .avocat .coordonnees h1 {
      text-transform: uppercase;
      font: 5rem/5.4rem "brandon_grotesquebold", sans-serif;
      margin: 0 0 30px 0;
      color: #ffffff;
      text-transform: uppercase;
      background: linear-gradient(-90deg, #ffffff, #99b0a0, #ffffff, #dedebe);
      background-size: 250% 250%;
      animation: gradient 4s ease infinite;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media only screen and (max-width: 1500px) {
        .equipier .avocat .coordonnees h1 {
          font: 4rem/4.5rem "brandon_grotesquebold", sans-serif; } }
      @media only screen and (max-width: 1100px) {
        .equipier .avocat .coordonnees h1 {
          font: 3.5rem/4rem "brandon_grotesquebold", sans-serif;
          margin: 0 auto 20px auto; } }
      @media only screen and (max-width: 800px) {
        .equipier .avocat .coordonnees h1 {
          font: 4.5rem/5rem "brandon_grotesquebold", sans-serif; } }
      @media only screen and (max-width: 450px) {
        .equipier .avocat .coordonnees h1 {
          font: 3rem/3.5rem "brandon_grotesquebold", sans-serif; } }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
      .equipier .avocat .coordonnees h1 span {
        text-transform: capitalize;
        font: 5rem/6.5rem "brandon_grotesqueregular", sans-serif; }
        @media only screen and (max-width: 1500px) {
          .equipier .avocat .coordonnees h1 span {
            font: 4.5rem/5rem "brandon_grotesqueregular", sans-serif; } }
        @media only screen and (max-width: 1100px) {
          .equipier .avocat .coordonnees h1 span {
            font: 3.5rem/4rem "brandon_grotesqueregular", sans-serif; } }
        @media only screen and (max-width: 800px) {
          .equipier .avocat .coordonnees h1 span {
            font: 4.5rem/5rem "brandon_grotesqueregular", sans-serif; } }
        @media only screen and (max-width: 450px) {
          .equipier .avocat .coordonnees h1 span {
            font: 3rem/3.5rem "brandon_grotesqueregular", sans-serif; } }
    .equipier .avocat .coordonnees h2 {
      color: #edede8;
      font: 3rem/3.3rem "brandon_grotesqueregular", sans-serif !important;
      margin: 0 0 30px 0;
      padding: 0 0 0 0; }
      @media only screen and (max-width: 1100px) {
        .equipier .avocat .coordonnees h2 {
          font: 2.6rem/3rem "brandon_grotesqueregular", sans-serif !important; } }
      @media only screen and (max-width: 450px) {
        .equipier .avocat .coordonnees h2 {
          font: 2.3rem/2.5rem "brandon_grotesqueregular", sans-serif !important; } }
    .equipier .avocat .coordonnees h3 {
      color: #8b9c90;
      font: 1.9rem/2.2rem "brandon_grotesqueregular", sans-serif !important;
      margin: 0 0 10px 0; }
    .equipier .avocat .coordonnees .linkedin {
      margin-top: 30px; }
      .equipier .avocat .coordonnees .linkedin img {
        width: 40px;
        height: auto;
        transition: ease 0.3s;
        -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; }
        .equipier .avocat .coordonnees .linkedin img:hover {
          -moz-transform: translate(0px, -5px);
          -webkit-transform: translate(0px, -5px);
          -o-transform: translate(0px, -5px);
          -ms-transform: translate(0px, -5px);
          transform: translate(0px, -5px); }
    .equipier .avocat .coordonnees a {
      color: #8b9c90; }
      .equipier .avocat .coordonnees a:hover {
        color: #ffffff; }

.equipier .contenu {
  position: relative;
  background: #edede8; }
  .equipier .contenu .visual {
    float: left;
    width: 50%;
    min-height: 1000px;
    background-size: cover;
    background-position: center center;
    filter: grayscale(100%);
    opacity: 0.3; }
    @media only screen and (max-width: 1500px) {
      .equipier .contenu .visual {
        min-height: 900px; } }
    @media only screen and (max-width: 800px) {
      .equipier .contenu .visual {
        display: none; } }
  .equipier .contenu .txt {
    float: left;
    width: 50%;
    min-height: 900px;
    padding: 100px 150px 50px 150px;
    background: #edede8; }
    @media only screen and (max-width: 1500px) {
      .equipier .contenu .txt {
        min-height: 900px;
        padding: 100px 100px 50px 100px; } }
    @media only screen and (max-width: 1100px) {
      .equipier .contenu .txt {
        min-height: 100px;
        padding: 50px; } }
    @media only screen and (max-width: 800px) {
      .equipier .contenu .txt {
        float: none;
        width: 100%;
        padding: 50px 50px 100px 50px; } }
    @media only screen and (max-width: 450px) {
      .equipier .contenu .txt {
        padding: 50px 20px 50px 20px; } }

.expertise .main-container {
  background: #8b9c90; }
  .expertise .main-container .sidebar {
    float: left;
    width: 35%;
    padding: 50px 0 50px 80px; }
    @media only screen and (max-width: 1500px) {
      .expertise .main-container .sidebar {
        padding: 50px 0 50px 50px; } }
    @media only screen and (max-width: 1100px) {
      .expertise .main-container .sidebar {
        float: none;
        width: 100%;
        padding: 0 0 0 0; } }
    .expertise .main-container .sidebar .drop h2 {
      display: none; }
      @media only screen and (max-width: 1100px) {
        .expertise .main-container .sidebar .drop h2 {
          display: block;
          padding: 20px 10px 20px 140px;
          margin-bottom: 0;
          font: 2.2rem/2.4rem "brandon_grotesqueregular", sans-serif;
          -webkit-transition: .2s ease-in-out;
          -moz-transition: .2s ease-in-out;
          -o-transition: .2s ease-in-out;
          transition: .2s ease-in-out; } }
      @media only screen and (max-width: 800px) {
        .expertise .main-container .sidebar .drop h2 {
          padding: 20px 10px 20px 90px; } }
      @media only screen and (max-width: 450px) {
        .expertise .main-container .sidebar .drop h2 {
          padding: 20px 10px 20px 60px; } }
    .expertise .main-container .sidebar .drop .up {
      background: url("../assets/images/arrow-down.svg") no-repeat 100px 50% rgba(237, 237, 232, 0.5);
      background-size: 25px auto; }
      @media only screen and (max-width: 800px) {
        .expertise .main-container .sidebar .drop .up {
          background: url("../assets/images/arrow-down.svg") no-repeat 50px 50% rgba(237, 237, 232, 0.5);
          background-size: 25px auto; } }
      @media only screen and (max-width: 450px) {
        .expertise .main-container .sidebar .drop .up {
          background: url("../assets/images/arrow-down.svg") no-repeat 20px 50% rgba(237, 237, 232, 0.5);
          background-size: 25px auto; } }
    .expertise .main-container .sidebar .drop .down {
      background: url("../assets/images/arrow-up.svg") no-repeat 100px 50% rgba(237, 237, 232, 0.5);
      background-size: 25px auto; }
      @media only screen and (max-width: 800px) {
        .expertise .main-container .sidebar .drop .down {
          background: url("../assets/images/arrow-up.svg") no-repeat 50px 50% rgba(237, 237, 232, 0.5);
          background-size: 25px auto; } }
      @media only screen and (max-width: 450px) {
        .expertise .main-container .sidebar .drop .down {
          background: url("../assets/images/arrow-up.svg") no-repeat 20px 50% rgba(237, 237, 232, 0.5);
          background-size: 25px auto; } }
    @media only screen and (max-width: 1100px) {
      .expertise .main-container .sidebar .drop .items {
        display: none; } }
    .expertise .main-container .sidebar .drop .items ul {
      list-style-type: none;
      margin: 20px 0 0 0;
      padding: 0 0 20px 0; }
      .expertise .main-container .sidebar .drop .items ul li {
        margin-bottom: 10px; }
        .expertise .main-container .sidebar .drop .items ul li a {
          display: block;
          padding: 5px 10px 5px 50px;
          width: 100%;
          border-radius: 50px 0 0 50px;
          background: url("../assets/logos/symbol-cda.svg") no-repeat 4px 50% transparent;
          background-size: 26px;
          font: 2.1rem/2.3rem "brandon_grotesqueregular", sans-serif;
          color: #183821; }
          @media only screen and (max-width: 1100px) {
            .expertise .main-container .sidebar .drop .items ul li a {
              border-radius: 0;
              background: none;
              padding: 5px 10px 5px 140px; } }
          @media only screen and (max-width: 800px) {
            .expertise .main-container .sidebar .drop .items ul li a {
              padding: 5px 10px 5px 90px; } }
          @media only screen and (max-width: 450px) {
            .expertise .main-container .sidebar .drop .items ul li a {
              padding: 5px 10px 5px 60px; } }
          .expertise .main-container .sidebar .drop .items ul li a:hover {
            background: url("../assets/logos/symbol-cda.svg") no-repeat 4px 50% #edede8;
            background-size: 26px;
            color: #183821; }
            @media only screen and (max-width: 1100px) {
              .expertise .main-container .sidebar .drop .items ul li a:hover {
                border-radius: 0;
                color: #ffffff;
                background: none;
                padding: 5px 10px 5px 140px; } }
            @media only screen and (max-width: 800px) {
              .expertise .main-container .sidebar .drop .items ul li a:hover {
                padding: 5px 10px 5px 90px; } }
            @media only screen and (max-width: 450px) {
              .expertise .main-container .sidebar .drop .items ul li a:hover {
                background-size: 26px;
                padding: 5px 10px 5px 60px; } }
      .expertise .main-container .sidebar .drop .items ul .current-menu-item a,
      .expertise .main-container .sidebar .drop .items ul .current-page-ancestor a,
      .expertise .main-container .sidebar .drop .items ul .current-post-ancestor a {
        background: url("../assets/logos/symbol-cda.svg") no-repeat 4px 50% #183821;
        background-size: 26px;
        color: #ffffff; }
        @media only screen and (max-width: 1100px) {
          .expertise .main-container .sidebar .drop .items ul .current-menu-item a,
          .expertise .main-container .sidebar .drop .items ul .current-page-ancestor a,
          .expertise .main-container .sidebar .drop .items ul .current-post-ancestor a {
            border-radius: 0;
            background: #183821;
            padding: 5px 10px 5px 140px; } }
        @media only screen and (max-width: 800px) {
          .expertise .main-container .sidebar .drop .items ul .current-menu-item a,
          .expertise .main-container .sidebar .drop .items ul .current-page-ancestor a,
          .expertise .main-container .sidebar .drop .items ul .current-post-ancestor a {
            padding: 5px 10px 5px 90px; } }
        @media only screen and (max-width: 450px) {
          .expertise .main-container .sidebar .drop .items ul .current-menu-item a,
          .expertise .main-container .sidebar .drop .items ul .current-page-ancestor a,
          .expertise .main-container .sidebar .drop .items ul .current-post-ancestor a {
            padding: 5px 10px 5px 60px; } }
  .expertise .main-container .description {
    float: left;
    width: 65%;
    padding: 80px 200px 100px 200px;
    background: #edede8; }
    @media only screen and (max-width: 1500px) {
      .expertise .main-container .description {
        padding: 50px 100px 50px 100px; } }
    @media only screen and (max-width: 1100px) {
      .expertise .main-container .description {
        float: none;
        width: 100%;
        padding: 50px 100px 100px 100px; } }
    @media only screen and (max-width: 800px) {
      .expertise .main-container .description {
        padding: 50px 50px 100px 50px; } }
    @media only screen and (max-width: 450px) {
      .expertise .main-container .description {
        padding: 30px 20px 150px 20px; } }
    .expertise .main-container .description .wp-block-quote {
      font: 2.6rem/3.4rem "brandon_grotesqueregular", sans-serif;
      border-left: 6px solid #183821;
      background: rgba(139, 156, 144, 0.2);
      color: #183821;
      margin: 40px 0 40px 0;
      padding: 40px 80px 40px 40px;
      width: 88%;
      clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%); }
      @media only screen and (max-width: 1500px) {
        .expertise .main-container .description .wp-block-quote {
          font: 2.3rem/3rem "brandon_grotesqueregular", sans-serif;
          margin: 30px 0 30px 0;
          padding: 30px 60px 30px 30px; } }
      @media only screen and (max-width: 450px) {
        .expertise .main-container .description .wp-block-quote {
          font: 2.1rem/2.4rem "brandon_grotesqueregular", sans-serif;
          width: 100%;
          padding: 20px 40px 20px 20px; } }
      .expertise .main-container .description .wp-block-quote p {
        margin: 0; }

/******* FOOTER *******************************/
.footercontainer {
  width: 100%;
  background: #8b9c90; }
  .footercontainer [class*="ecol-"] {
    padding: 0; }
  .footercontainer .site-info {
    position: relative;
    height: 200px; }
    .footercontainer .site-info .symbol {
      position: absolute;
      top: 32%;
      left: 52.5%;
      z-index: 5;
      background: #183821;
      width: 80px;
      height: 80px;
      margin-left: -90px;
      padding: 5px;
      border-radius: 100px; }
      @media only screen and (max-width: 1100px) {
        .footercontainer .site-info .symbol {
          width: 70px;
          height: 70px;
          margin-left: -65px; } }
      @media only screen and (max-width: 800px) {
        .footercontainer .site-info .symbol {
          top: -37px;
          margin-left: -50px; } }
    .footercontainer .site-info .gauche {
      float: left;
      width: 52.5%;
      padding: 0 0 0 100px;
      color: #ffffff !important;
      background: #183821;
      clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
      height: 200px;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center; }
      @media only screen and (max-width: 1100px) {
        .footercontainer .site-info .gauche {
          padding: 0 0 0 50px; } }
      @media only screen and (max-width: 800px) {
        .footercontainer .site-info .gauche {
          display: block;
          float: none;
          clip-path: none;
          width: 100%;
          height: auto;
          padding: 50px 20px 50px 20px;
          text-align: center; } }
      .footercontainer .site-info .gauche h3 {
        font: 1.6rem/2.2rem "brandon_grotesqueregular", sans-serif; }
      .footercontainer .site-info .gauche a {
        color: #edede8; }
        .footercontainer .site-info .gauche a:hover {
          color: #8b9c90; }
      .footercontainer .site-info .gauche p {
        margin-top: 15px; }
        @media only screen and (max-width: 1100px) {
          .footercontainer .site-info .gauche p {
            margin-top: 10px; } }
      .footercontainer .site-info .gauche .linkedin {
        float: left;
        width: 30px;
        margin-right: 15px; }
        @media only screen and (max-width: 800px) {
          .footercontainer .site-info .gauche .linkedin {
            float: none; } }
        .footercontainer .site-info .gauche .linkedin img {
          width: 25px;
          height: auto;
          margin: 10px 0 0 0;
          opacity: 0.7; }
          .footercontainer .site-info .gauche .linkedin img:hover {
            opacity: 1.0; }
      .footercontainer .site-info .gauche .copyright {
        float: left;
        font: 12px/17px "brandon_grotesqueregular", sans-serif; }
        @media only screen and (max-width: 800px) {
          .footercontainer .site-info .gauche .copyright {
            float: none;
            height: auto;
            width: 100%; } }
        .footercontainer .site-info .gauche .copyright a {
          color: #edede8; }
          .footercontainer .site-info .gauche .copyright a:hover {
            color: #ffffff;
            text-decoration: underline; }
    .footercontainer .site-info .droite {
      float: left;
      width: 47.5%;
      text-align: right;
      background: url("../assets/images/montreal-city-skyline.svg") no-repeat right bottom;
      background-size: 80% auto;
      height: 200px; }
      @media only screen and (max-width: 1100px) {
        .footercontainer .site-info .droite {
          background: url("../assets/images/montreal-city-skyline.svg") no-repeat right bottom;
          background-size: 90% auto; } }
      @media only screen and (max-width: 800px) {
        .footercontainer .site-info .droite {
          position: relative;
          float: none;
          width: 100%;
          height: 180px;
          text-align: left;
          background: url("../assets/images/montreal-city-skyline.svg") no-repeat right bottom #8b9c90;
          background-size: 80% auto; } }
      @media only screen and (max-width: 450px) {
        .footercontainer .site-info .droite {
          background: url("../assets/images/montreal-city-skyline.svg") no-repeat right bottom #8b9c90;
          background-size: 100% auto;
          height: 110px;
          margin-top: 0; } }
