﻿@charset "UTF-8";
/*
@author: RÃ©my Cholley	
@mail  : remy@marsrouge.com
*/
/*************************************************************************************************
Variable
*************************************************************************************************/
/*** Color ***/
/*** Grille ***/
/*** breakpoint ***/
/*** Height Fixe ***/
/*** Fonts ***/
/*************************************************************************************************
@MIXIN
*************************************************************************************************/
/*************************************************************************************************
	Fonts
*************************************************************************************************/
@font-face {
  font-family: 'exo_2.0bold';
  src: url("fonts/exo2.0-bold-webfont.eot");
  src: url("fonts/exo2.0-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/exo2.0-bold-webfont.woff2") format("woff2"), url("fonts/exo2.0-bold-webfont.woff") format("woff"), url("fonts/exo2.0-bold-webfont.ttf") format("truetype"), url("fonts/exo2.0-bold-webfont.svg#exo_2.0bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'exo_2.0extra_bold';
  src: url("fonts/exo2.0-extrabold-webfont.eot");
  src: url("fonts/exo2.0-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/exo2.0-extrabold-webfont.woff2") format("woff2"), url("fonts/exo2.0-extrabold-webfont.woff") format("woff"), url("fonts/exo2.0-extrabold-webfont.ttf") format("truetype"), url("fonts/exo2.0-extrabold-webfont.svg#exo_2.0extra_bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'exo_2.0light';
  src: url("fonts/exo2.0-light-webfont.eot");
  src: url("fonts/exo2.0-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/exo2.0-light-webfont.woff2") format("woff2"), url("fonts/exo2.0-light-webfont.woff") format("woff"), url("fonts/exo2.0-light-webfont.ttf") format("truetype"), url("fonts/exo2.0-light-webfont.svg#exo_2.0light") format("svg");
  font-weight: normal;
  font-style: normal; }
/*************************************************************************************************
@import (file)
*************************************************************************************************/
/*************************************************************************************************
	RESET CSS
*************************************************************************************************/
input, textarea {
    -webkit-appearance: none;
    outline: none; 
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, audio, canvas, details, figcaption,
figure, footer, header, hgroup, mark, menu, meter, nav,
output, progress, section, summary, time, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  font-family: helvetica;
  font-size: 14px; }

a {
  text-decoration: none;
  cursor: pointer; }

article, aside, dialog, figure, footer, header,
hgroup, nav, section, blockquote {
  display: block; }

nav ul {
  list-style: none; }

ol {
  list-style: none; }

ul {
  list-style: none; }

ul ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

ins {
  text-decoration: underline; }

del {
  text-decoration: line-through; }

mark {
  background: none; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input[type="submit"], input[type="button"], button {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding: 0 !important;
  margin: 0 !important; }

input, select, a img {
  vertical-align: middle; }

textarea, input,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"] {
  -webkit-appearance: none;
  border-radius: 0; }

/*************************************************************************************************
Box sizing
*************************************************************************************************/
*:before, *:after {
  box-sizing: border-box; }

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

* {
  box-sizing: border-box; }

/*************************************************************************************************
Clearfix
*************************************************************************************************/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }




/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.0 - 2014
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #01357C;
  font-family: helvetica, sans-serif;
  color: #ffffff; }

* html #outdated {
  position: absolute; }

#outdated h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 30px 0 10px; }

#outdated p {
  font-size: 12px;
  line-height: 12px;
  margin: 0; }

#outdated #btnUpdateBrowser {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 30px auto 0;
  width: 230px;
  /*need for IE*/
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  cursor: pointer; }

#outdated #btnUpdateBrowser:hover {
  color: #00aca4 !important;
  background-color: #ffffff; }

#outdated .last {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 20px;
  height: 20px; }

#outdated .last[dir='rtl'] {
  right: auto !important;
  left: 25px !important; }

#outdated #btnCloseUpdateBrowser {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
  font-size: 36px;
  line-height: 36px; }


/* -------------------------------- 

Main components 

-------------------------------- */
.cd-main-content, .cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform; }

.cd-main-content, .cd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }

@media only screen and (max-width: 1169px) {
  .cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px); }

  .nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px); } }
.cd-main-content {
  min-height: 100%;
  z-index: 2; }

.cd-main-header {
  height: 50px;
  background: #ffffff;
  z-index: 3; }

.nav-is-fixed .cd-main-header {
  /* add .nav-is-fixed class to body if you want a fixed navigation on > 1170px */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

@media only screen and (min-width: 1170px) {
  .cd-main-header {
    height: 80px; }

  .cd-main-header::after {
    clear: both;
    content: "";
    display: table; } }
.cd-logo {
  position: absolute;
  top: 12px;
  left: 5%; }

.cd-logo img {
  display: block; }

@media only screen and (max-width: 1169px) {
  .nav-on-left .cd-logo {
    left: auto;
    right: 5%; } }
@media only screen and (min-width: 1170px) {
  .cd-logo {
    top: 26px;
    left: 4em; } }
.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: 3px;
  right: 5%; }

.cd-header-buttons li {
  display: inline-block; }

@media only screen and (max-width: 1169px) {
  .nav-on-left .cd-header-buttons {
    right: auto;
    left: 5%; }

  .nav-on-left .cd-header-buttons li {
    float: right; } }
@media only screen and (min-width: 1170px) {
  .cd-header-buttons {
    top: 18px;
    right: 4em; } }
.cd-search-trigger, .cd-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent;
  z-index: 3; }

.cd-search-trigger::before, .cd-search-trigger::after {
  /* search icon */
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cd-search-trigger::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #2e3233; }

.cd-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #2e3233;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.cd-search-trigger span::before, .cd-search-trigger span::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #2e3233;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s; }

.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0; }

.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1; }

.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #2e3233; }

.cd-nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s; }

.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  -moz-transition: -moz-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s; }

.cd-nav-trigger span::before {
  /* menu icon top line */
  top: -6px; }

.cd-nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px; }

.cd-nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(46, 50, 51, 0); }

.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: #2e3233; }

.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg); }

.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg); }

@media only screen and (min-width: 1170px) {
  .cd-nav-trigger {
    display: none; } }
.cd-primary-nav, .cd-primary-nav ul {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 260px;
  background: #2e3233;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }

.cd-primary-nav a, .cd-primary-nav ul a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #3a3f40;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s; }

.cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {
  /* secondary navigations hidden by default */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

.cd-primary-nav.moves-out > li > a, .cd-primary-nav ul.moves-out > li > a {
  /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0; }

@media only screen and (max-width: 1169px) {
  .nav-on-left .cd-primary-nav, .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0; } }
.cd-primary-nav .see-all a {
  /* different style for the See all button on mobile and tablet */
  color: #69aa6f; }

.cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px; }

.cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
  overflow: hidden;
  text-overflow: ellipsis; }

.cd-primary-nav .cd-nav-gallery .cd-nav-item {
  padding-left: 90px; }

.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px; }

.cd-primary-nav .cd-nav-icons .cd-nav-item {
  padding-left: 75px; }

.cd-primary-nav .cd-nav-icons .cd-nav-item p {
  color: #2e3233;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none; }

.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px; }

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-1::before {
  background-image: url("../img/line-icon-1.svg"); }

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-2::before {
  background-image: url("../img/line-icon-2.svg"); }

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-3::before {
  background-image: url("../img/line-icon-3.svg"); }

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-4::before {
  background-image: url("../img/line-icon-4.svg"); }

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-5::before {
  background-image: url("../img/line-icon-5.svg"); }

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-6::before {
  background-image: url("../img/line-icon-6.svg"); }

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-7::before {
  background-image: url("../img/line-icon-7.svg"); }

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-8::before {
  background-image: url("../img/line-icon-8.svg"); }

@media only screen and (max-width: 1169px) {
  .cd-primary-nav {
    /* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s; }

  .cd-primary-nav.nav-is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s; } }
@media only screen and (min-width: 1170px) {
  .cd-primary-nav {
    position: static;
    padding: 0 150px 0 0;
    height: auto;
    width: auto;
    float: right;
    overflow: visible;
    background: transparent; }

  .cd-primary-nav::after {
    clear: both;
    content: "";
    display: table; }

  .cd-primary-nav.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }

  .cd-primary-nav ul {
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    overflow: visible;
    z-index: 3; }

  .cd-primary-nav ul.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

  .cd-primary-nav ul.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }

  .cd-primary-nav > li {
    float: left;
    margin-left: 3em; }

  .cd-primary-nav > li > a {
    /* main navigation buttons style */
    position: relative;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    padding: 0 10px;
    color: #2e3233;
    overflow: visible;
    border-bottom: none;
    -webkit-transition: color 0.3s, box-shadow 0.3s;
    -moz-transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s; }

  .cd-primary-nav > li > a:hover {
    color: #69aa6f; }

  .cd-primary-nav > li > a.selected {
    color: #69aa6f;
    box-shadow: inset 0 -2px 0 #69aa6f; }

  .cd-primary-nav .go-back, .cd-primary-nav .see-all {
    display: none; }

  .cd-primary-nav .cd-secondary-nav, .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons {
    /* dropdown menu style */
    position: absolute;
    top: 80px;
    width: 100vw;
    background: #ffffff;
    padding: 48px 64px 130px;
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s; }

  .cd-primary-nav .cd-secondary-nav::after, .cd-primary-nav .cd-nav-gallery::after, .cd-primary-nav .cd-nav-icons::after {
    clear: both;
    content: "";
    display: table; }

  .cd-primary-nav .cd-secondary-nav.is-hidden, .cd-primary-nav .cd-nav-gallery.is-hidden, .cd-primary-nav .cd-nav-icons.is-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s; }

  .cd-primary-nav .cd-secondary-nav > .see-all, .cd-primary-nav .cd-nav-gallery > .see-all, .cd-primary-nav .cd-nav-icons > .see-all {
    /* this is the BIG See all button at the bottom of the dropdown menu */
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    overflow: hidden;
    /* reset some inherited style */
    margin: 0;
    padding: 0; }

  .cd-primary-nav .cd-secondary-nav > .see-all a, .cd-primary-nav .cd-nav-gallery > .see-all a, .cd-primary-nav .cd-nav-icons > .see-all a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    border-top: 1px solid #e2e3df;
    /* reset some inherited style */
    border-bottom: none;
    margin: 0;
    padding: 0;
    -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
    -moz-transition: color 0.2s, background 0.2s, border 0.2s;
    transition: color 0.2s, background 0.2s, border 0.2s; }

  .cd-primary-nav .cd-secondary-nav > .see-all a:hover, .cd-primary-nav .cd-nav-gallery > .see-all a:hover, .cd-primary-nav .cd-nav-icons > .see-all a:hover {
    background: #2e3233;
    border-color: #2e3233;
    color: #ffffff; }

  .cd-primary-nav .cd-secondary-nav > li {
    /* change the height according to your needs - you can even set height: auto */
    height: 340px;
    /* here you set the number of columns - use width percentage */
    width: 23%;
    float: left;
    margin-right: 2.66%;
    border-right: 1px solid #e2e3df;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }

  .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+2) {
    /* +2 because we have 2 list items with display:none */
    margin-right: 0;
    border-right: none; }

  .cd-primary-nav .cd-secondary-nav > li > a {
    /* secondary nav title */
    color: #69aa6f;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: .6em; }

  .cd-primary-nav .cd-secondary-nav a {
    height: 30px;
    line-height: 30px;
    padding: 0 18% 0 0;
    color: #2e3233;
    border-bottom: none;
    font-size: 1.4rem; }

  .cd-primary-nav .cd-secondary-nav a:hover {
    color: #69aa6f; }

  .cd-primary-nav .cd-secondary-nav ul {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }

  .cd-primary-nav .cd-secondary-nav ul ul {
    /* tertiary navigation */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

  .cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }

  .cd-primary-nav .cd-secondary-nav ul ul .go-back {
    display: block; }

  .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
    color: transparent; }

  .cd-primary-nav .cd-secondary-nav ul ul .see-all {
    display: block; }

  .cd-primary-nav .cd-secondary-nav .moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }

  .cd-primary-nav .cd-nav-gallery li {
    /* set here number of columns - use width percentage */
    width: 22%;
    float: left;
    margin: 0 4% 40px 0; }

  .cd-primary-nav .cd-nav-gallery li:nth-child(4n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0; }

  .cd-primary-nav .cd-nav-gallery .cd-nav-item {
    border-bottom: none;
    padding: 0;
    height: auto;
    line-height: 1.2; }

  .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    position: static;
    margin-top: 0;
    height: auto;
    width: 100%;
    margin-bottom: .6em; }

  .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
    color: #69aa6f;
    font-weight: bold;
    padding: 0 .4em; }

  .cd-primary-nav .cd-nav-icons li {
    /* set here number of columns - use width percentage */
    width: 32%;
    float: left;
    margin: 0 2% 20px 0; }

  .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0; }

  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    border-bottom: none;
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
    position: relative; }

  .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
    background: #f6f6f5; }

  .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    color: #69aa6f;
    font-weight: bold; }

  .cd-primary-nav .cd-nav-icons .cd-nav-item p {
    display: block; }

  .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    left: 25px; } }
.has-children > a, .go-back a {
  position: relative; }

.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #464c4e;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media only screen and (min-width: 1170px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #c9cbc4; }

  .has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
    background: #69aa6f; } }
.has-children > a {
  padding-right: 40px; }

.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%; }

.cd-primary-nav .go-back a {
  padding-left: 40px; }

.cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%; }

@media only screen and (min-width: 1170px) {
  .has-children > a::before, .has-children > a::after {
    right: 15%; }

  .cd-primary-nav > .has-children > a {
    /* main navigation arrows on larger devices */
    padding-right: 30px !important; }

  .cd-primary-nav > .has-children > a::before, .cd-primary-nav > .has-children > a::after {
    width: 9px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #c9cbc4;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s; }

  .cd-primary-nav > .has-children > a::before {
    right: 12px; }

  .cd-primary-nav > .has-children > a::after {
    right: 7px; }

  .cd-primary-nav > .has-children > a.selected::before, .cd-primary-nav > .has-children > a.selected::after {
    width: 14px; }

  .cd-primary-nav > .has-children > a.selected::before {
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg); }

  .cd-primary-nav > .has-children > a.selected::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

  .cd-secondary-nav > .has-children > a::before, .cd-secondary-nav > .has-children > a::after {
    /* remove arrows on secondary nav titles */
    display: none; }

  .cd-primary-nav .go-back a {
    padding-left: 20px; }

  .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
    left: 1px; } }
.cd-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }

.cd-search form {
  height: 100%;
  width: 100%; }

.cd-search input {
  border-radius: 0;
  border: none;
  background: #ffffff;
  height: 100%;
  width: 100%;
  padding: 0 5%;
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.cd-search input::-webkit-input-placeholder {
  color: #c9cbc4; }

.cd-search input::-moz-placeholder {
  color: #c9cbc4; }

.cd-search input:-moz-placeholder {
  color: #c9cbc4; }

.cd-search input:-ms-input-placeholder {
  color: #c9cbc4; }

.cd-search input:focus {
  outline: none; }

.cd-search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.nav-is-fixed .cd-search {
  position: fixed; }

@media only screen and (min-width: 1170px) {
  .cd-search {
    height: 120px;
    top: 80px; }

  .cd-search input {
    padding: 0 2em;
    font-size: 3.2rem;
    font-weight: 300; } }
.cd-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(105, 170, 111, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s; }

.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s; }

@media only screen and (max-width: 1169px) {
  .cd-overlay.is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px); }

  .nav-on-left .cd-overlay.is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px); }

  .cd-overlay.is-visible.search-is-visible, .nav-on-left .cd-overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
/* -------------------------------- 

support for no js 

-------------------------------- */
.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2; }

.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible; }

@media only screen and (min-width: 1170px) {
  .no-js .cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0; }

  .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed; } }
/* -------------------------------- 

Main Components 

-------------------------------- */
/* -------------------------------- 

Slider

-------------------------------- */
.cd-hero {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cd-hero-slider {
  position: relative;
  height: 100%;
  overflow: hidden; }

.cd-hero-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

.cd-hero-slider li.selected {
  /* this is the visible slide */
  position: relative;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.cd-hero-slider li.move-left {
  /* slide hidden on the left */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

.cd-hero-slider li.is-moving, .cd-hero-slider li.selected {
  /* the is-moving class is assigned to the slide which is moving outside the viewport */
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s; }

@media only screen and (min-width: 768px) {
  .cd-hero-slider {
    height: 100%; } }
@media only screen and (min-width: 1170px) {
  .cd-hero-slider {
    height: 100%; } }
/* -------------------------------- 

Single slide style

-------------------------------- */
.cd-hero-slider li {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.cd-hero-slider li:first-of-type {
  background-color: #2c343b; }

.cd-hero-slider li:nth-of-type(2) {
  background-color: #3d4952; }

.cd-hero-slider li:nth-of-type(3) {
  background-color: #586775; }

.cd-hero-slider li:nth-of-type(4) {
  background-color: #2c343b; }

.cd-hero-slider li:nth-of-type(5) {
  background-color: #2c343b;
  background-image: url(../assets/img.jpg); }

.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  /* this padding is used to align the text */
  padding-top: 100px;
  text-align: center;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.cd-hero-slider .cd-img-container {
  /* hide image on mobile device */
  display: none; }

.cd-hero-slider .cd-img-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.cd-hero-slider .cd-bg-video-wrapper {
  /* hide video on mobile device */
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.cd-hero-slider .cd-bg-video-wrapper video {
  /* you won't see this element in the html, but it will be injected using js */
  display: block;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  height: auto;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.cd-hero-slider h2, .cd-hero-slider p {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  margin: 0 auto 14px;
  color: #ffffff;
  width: 90%;
  max-width: 400px; }

.cd-hero-slider h2 {
  font-size: 2.4rem; }

.cd-hero-slider p {
  font-size: 1.4rem;
  line-height: 1.4; }

.cd-hero-slider .cd-btn {
  display: inline-block;
  padding: 1.2em 1.4em;
  margin-top: .8em;
  background-color: rgba(255, 50, 48, 0.8);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.cd-hero-slider .cd-btn.secondary {
  background-color: rgba(22, 26, 30, 0.8); }

.cd-hero-slider .cd-btn:nth-of-type(2) {
  margin-left: 1em; }

.no-touch .cd-hero-slider .cd-btn:hover {
  background-color: #d44457; }

.no-touch .cd-hero-slider .cd-btn.secondary:hover {
  background-color: #161a1e; }

@media only screen and (min-width: 768px) {
  .cd-hero-slider li:nth-of-type(2) {
    background-image: none; }

  .cd-hero-slider li:nth-of-type(3) {
    background-image: none; }

  .cd-hero-slider li:nth-of-type(4) {
    background-image: none; }

  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    padding-top: 150px; }

  .cd-hero-slider .cd-bg-video-wrapper {
    display: block; }

  .cd-hero-slider .cd-half-width {
    width: 45%; }

  .cd-hero-slider .cd-half-width:first-of-type {
    left: 5%; }

  .cd-hero-slider .cd-half-width:nth-of-type(2) {
    right: 5%;
    left: auto; }

  .cd-hero-slider .cd-img-container {
    display: block; }

  .cd-hero-slider h2, .cd-hero-slider p {
    max-width: 520px; }

  .cd-hero-slider h2 {
    font-size: 2.4em;
    font-weight: 300; }

  .cd-hero-slider .cd-btn {
    font-size: 1.4rem; } }
@media only screen and (min-width: 1170px) {
  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    padding-top: 120px; }

  .cd-hero-slider h2, .cd-hero-slider p {
    margin-bottom: 20px; }

  .cd-hero-slider h2 {
    font-size: 3.2em; }

  .cd-hero-slider p {
    font-size: 1.6rem; } }
/* -------------------------------- 

Single slide animation

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-hero-slider .cd-half-width {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px); }

  .cd-hero-slider .move-left .cd-half-width {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px); }

  .cd-hero-slider .selected .cd-half-width {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

  .cd-hero-slider .is-moving .cd-half-width {
    /* this is the slide moving outside the viewport 
    wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s; }

  .cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2),
  .cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s; }

  .cd-hero-slider li.selected.from-left .cd-half-width:first-of-type,
  .cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s; }

  .cd-hero-slider .cd-full-width h2,
  .cd-hero-slider .cd-full-width p,
  .cd-hero-slider .cd-full-width .cd-btn {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px); }

  .cd-hero-slider .move-left .cd-full-width h2,
  .cd-hero-slider .move-left .cd-full-width p,
  .cd-hero-slider .move-left .cd-full-width .cd-btn {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px); }

  .cd-hero-slider .selected .cd-full-width h2,
  .cd-hero-slider .selected .cd-full-width p,
  .cd-hero-slider .selected .cd-full-width .cd-btn {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

  .cd-hero-slider li.is-moving .cd-full-width h2,
  .cd-hero-slider li.is-moving .cd-full-width p,
  .cd-hero-slider li.is-moving .cd-full-width .cd-btn {
    /* this is the slide moving outside the viewport 
    wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s; }

  .cd-hero-slider li.selected h2 {
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s; }

  .cd-hero-slider li.selected p {
    -webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.5s 0.3s;
    -moz-transition: opacity 0.4s 0.3s, -moz-transform 0.5s 0.3s;
    transition: opacity 0.4s 0.3s, transform 0.5s 0.3s; }

  .cd-hero-slider li.selected .cd-btn {
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s, background-color 0.2s 0s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s, background-color 0.2s 0s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s; } }
/* -------------------------------- 

Slider navigation

-------------------------------- */
.cd-slider-nav {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  text-align: center;
  height: 55px;
  background-color: rgba(0, 1, 1, 0.5); }

.cd-slider-nav nav, .cd-slider-nav ul, .cd-slider-nav li, .cd-slider-nav a {
  height: 100%; }

.cd-slider-nav nav {
  display: inline-block;
  position: relative; }

.cd-slider-nav .cd-marker {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 100%;
  color: #d44457;
  background-color: #ffffff;
  box-shadow: inset 0 2px 0 currentColor;
  -webkit-transition: -webkit-transform 0.2s, box-shadow 0.2s;
  -moz-transition: -moz-transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s; }

.cd-slider-nav .cd-marker.item-2 {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

.cd-slider-nav .cd-marker.item-3 {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%); }

.cd-slider-nav .cd-marker.item-4 {
  -webkit-transform: translateX(300%);
  -moz-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -o-transform: translateX(300%);
  transform: translateX(300%); }

.cd-slider-nav .cd-marker.item-5 {
  -webkit-transform: translateX(400%);
  -moz-transform: translateX(400%);
  -ms-transform: translateX(400%);
  -o-transform: translateX(400%);
  transform: translateX(400%); }

.cd-slider-nav ul::after {
  clear: both;
  content: "";
  display: table; }

.cd-slider-nav li {
  display: inline-block;
  width: 60px;
  float: left; }

.cd-slider-nav li.selected a {
  color: #2c343b; }

.no-touch .cd-slider-nav li.selected a:hover {
  background-color: transparent; }

.cd-slider-nav a {
  display: block;
  position: relative;
  padding-top: 35px;
  font-size: 1rem;
  font-weight: 700;
  color: #a8b4be;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.cd-slider-nav a::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../assets/cd-icon-navigation.svg) no-repeat 0 0; }

.no-touch .cd-slider-nav a:hover {
  background-color: rgba(0, 1, 1, 0.5); }

.cd-slider-nav li:first-of-type a::before {
  background-position: 0 0; }

.cd-slider-nav li.selected:first-of-type a::before {
  background-position: 0 -24px; }

.cd-slider-nav li:nth-of-type(2) a::before {
  background-position: -24px 0; }

.cd-slider-nav li.selected:nth-of-type(2) a::before {
  background-position: -24px -24px; }

.cd-slider-nav li:nth-of-type(3) a::before {
  background-position: -48px 0; }

.cd-slider-nav li.selected:nth-of-type(3) a::before {
  background-position: -48px -24px; }

.cd-slider-nav li:nth-of-type(4) a::before {
  background-position: -72px 0; }

.cd-slider-nav li.selected:nth-of-type(4) a::before {
  background-position: -72px -24px; }

.cd-slider-nav li:nth-of-type(5) a::before {
  background-position: -96px 0; }

.cd-slider-nav li.selected:nth-of-type(5) a::before {
  background-position: -96px -24px; }

@media only screen and (min-width: 768px) {
  .cd-slider-nav {
    height: 80px; }

  .cd-slider-nav .cd-marker,
  .cd-slider-nav li {
    width: 95px; }

  .cd-slider-nav a {
    padding-top: 48px;
    font-size: 1.1rem;
    text-transform: uppercase; }

  .cd-slider-nav a::before {
    top: 18px; } }
/* -------------------------------- 

Javascript disabled

-------------------------------- */
.no-js .cd-hero-slider li {
  display: none; }

.no-js .cd-hero-slider li.selected {
  display: block; }

.no-js .cd-slider-nav {
  display: none; }

/*----------------------------------------------
	Scroll to top
---------------------------------------------*/
.scrollToTop {
  position: fixed;
  right: 50%;
  margin-right: -25px;
  border-radius: 50%;
  opacity: 0;
  direction: block;
  overflow: hidden;
  outline: none;
  z-index: 100;
  background-color: #01357C !important;
  border-radius: 50% !important; }

.scrollToTop_show {
  opacity: 0.9;
  bottom: 15px;
  background-image: url(img/arrow-top-b.png) !important;
  background-size: 55% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important; }

@-webkit-keyframes scrollToTop_fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes scrollToTop_fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes scrollToTop_slide {
  0% {
    bottom: -100px; }
  100% {
    bottom: 20px; } }
@keyframes scrollToTop_slide {
  0% {
    bottom: -100px; }
  100% {
    bottom: 20px; } }
.scrollToTop_animating,
.scrollToTop_animating * {
  pointer-events: none !important; }

/* skin(default) */
.scrollToTop {
  width: 50px !important;
  height: 50px !important;
  color: #000;
  font-family: sans-serif;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  text-indent: 100%;
  white-space: nowrap;
  background: no-repeat center center transparent; }

.scrollToTop_default {
  display: block;
  width: auto;
  height: auto;
  padding: 10px;
  text-indent: 0;
  background: #eee;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.scrollToTop_default:hover {
  background-color: #ddd; }

/* easing.css - v0.1.0 - 2013-08-26
* https://github.com/amazingSurge/easing.css
* Copyright (c) 2013 amazingSurge; Licensed GPL */
.easing_linear {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

.easing_ease {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

.easing_easeIn {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }

.easing_easeOut {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

.easing_easeInOut {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

.easing_easeInQuad {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

.easing_easeInCubic {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.easing_easeInQuart {
  -webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.easing_easeInQuint {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }

.easing_easeInSine {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

.easing_easeInExpo {
  -webkit-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035); }

.easing_easeInCirc {
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.easing_easeInBack {
  -webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.735, 0.045);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

.easing_eastOutQuad {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.easing_easeOutCubic {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.easing_easeOutQuart {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

.easing_easeOutQuint {
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.easing_easeOutSine {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

.easing_easeOutExpo {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.easing_easeOutCirc {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }

.easing_easeOutBack {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.easing_easeInOutQuad {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.easing_easeInOutCubic {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

.easing_easeInOutQuart {
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

.easing_easeInOutQuint {
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }

.easing_easeInOutSine {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.easing_easeInOutExpo {
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1); }

.easing_easeInOutCirc {
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.easing_easeInOutBack {
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.easing_easeInOutElastic {
  -webkit-transition-timing-function: cubic-bezier(1, -0.56, 0, 1.455);
  transition-timing-function: cubic-bezier(1, -0.56, 0, 1.455); }

.easing_custom {
  -webkit-transition-timing-function: cubic-bezier(0.5, 0.25, 0.5, 0.75);
  transition-timing-function: cubic-bezier(0.5, 0.25, 0.5, 0.75); }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0; }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0; }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent; }

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
/*************************************************************************************************
Grille
*************************************************************************************************/
.container {
  max-width: 1170px;
  margin: 0 auto;
  position: relative; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  .container * {
    zoom: 1; }

.row {
  margin: 0px -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row * {
    zoom: 1; }

.col-1 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 8.33333%; }

.col-2 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 16.66667%; }

.col-3 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 25%; }

.col-4 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 33.33333%; }

.col-5 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 41.66667%; }

.col-6 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 50%; }

.col-7 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 58.33333%; }

.col-8 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 66.66667%; }

.col-9 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 75%; }

.col-10 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 83.33333%; }

.col-11 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 91.66667%; }

.col-12 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 100%; }
.col-120 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 0px;
  width: 100%; }

/*************************************************************************************************
Helpers
*************************************************************************************************/
body {
  font-size: 16px;
  font-family: 'exo_2.0light';
  font-weight: lighter;
  line-height: 19.2px;
  color: #493b43; }

#app {
  position: relative;
  z-index: 1; }

.show-tablette {
  display: none; }

.hide-tablette {
  display: block; }

@media all and (max-width: 768px) {
  .show-tablette {
    display: block; }

  .hide-tablette {
    display: none; } }
.show-mobile {
  display: none; }

.hide-mobile {
  display: block; }

@media all and (max-width: 480px) {
  .show-mobile {
    display: block; }

  .hide-mobile {
    display: none; } }
.vertical-table {
  display: table;
  height: 100%;
  width: 100%; }

.vertical-cell {
  display: table-cell;
  vertical-align: middle; }

.fh {
  height: 100%; }

.tc {
  text-align: center; }
  
/*************************************************************************************************
Hover icon SOCIAL
*************************************************************************************************/
.link-facebook:hover svg .fond{ fill: #3A589B; }
.link-twitter:hover svg .fond{ fill: #598DCA; }
.link-googleplus:hover svg .fond{ fill: #D95032; }


/*************************************************************************************************
Header
*************************************************************************************************/
#header {
  position: relative;
  z-index: 10; }

/*************************************************************************************************
Menu right dropdown
*************************************************************************************************/
#nav-mobile {
  background-color: #9C253A;
  padding: 0px 15px; }

#nav-mobile #menu-smartphone {
  /*padding-top: 140px;*/
  padding-top: 40px; }

#nav-mobile .menu-dropdown {
  font-family: 'museo300';
  color: #fff;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding-top: 3px; }

#nav-mobile .menu-dropdown .page-item-17, #nav-mobile .menu-dropdown .page-item-18, #nav-mobile .menu-dropdown .page-item-308, #nav-mobile .menu-dropdown .page-item-2 {
  display: none; }

#nav-mobile #menu-divers {
  font-family: 'museo300';
  text-align: right;
  margin: 30px 0px; }

#nav-mobile #menu-divers li {
  margin-bottom: 8px; }

#nav-mobile #menu-divers a {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff; }

#nav-mobile svg {
  height: 35px;
  width: 35px; }

#nav-mobile svg .fond {
  fill: #fff; }

#nav-mobile svg .plateforme {
  fill: #9C253A; }

.menu-dropdown,
.menu-dropdown ul,
.menu-dropdown li,
.menu-dropdown a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  text-decoration: none;
  line-height: 1;
  position: relative; }

.menu-dropdown a {
  line-height: 1.3;
  padding: 6px 15px; }

.menu-dropdown > ul > li {
  cursor: pointer;
  border-bottom: 1px solid #7f2136;
  margin-right: 35px;
  display: block; }

.menu-dropdown > ul > li.page-item-71,
.menu-dropdown > ul > li.page-item-404,
.menu-dropdown > ul > li.page-item-352,
.menu-dropdown > ul > li.page-item-62,
.menu-dropdown > ul > li.page-item-86,
.menu-dropdown > ul > li.page-item-80 {
  display: block; }

.menu-dropdown > ul > li:last-child {
  border-bottom: none; }

.menu-dropdown > ul > li > a {
  display: block;
  color: #ffffff; }

.menu-dropdown > ul > li > a:hover {
  text-decoration: none; }

.menu-dropdown > ul.children {
  margin-right: -63px; }

.menu-dropdown > ul > li.active {
  border-bottom: none; }

.menu-dropdown > ul > li.active > a {
  background: #9C253A; }

.menu-dropdown > ul > li.page_item_has_children > a span {
  content: "";
  position: absolute;
  top: 0px;
  right: -35px;
  width: 35px;
  height: 35px;
  background-image: url(img/arrow-b.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22%;
  background-color: #7f2136; }

.menu-dropdown > ul > li.page_item_has_children.active > a span {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg); }

/* Sub menu */
.menu-dropdown ul ul {
  padding: 0;
  display: none;
  margin-right: -35px; }

.menu-dropdown ul ul a {
  background: #fff;
  display: block;
  font-family: 'museo700';
  color: #9C253A; }

/*
.menu-dropdown ul ul li.odd a {
  background: #e5e5e5;
}
*/
.menu-dropdown ul ul li:last-child {
  border: none; }

.page-item-766 {
  display: none; }

/*************************************************************************************************
sup header
*************************************************************************************************/
#sup-header {
  height: 110px;
  background-color: #fff;
  position: relative; }
  #sup-header:before, #sup-header:after {
    content: " ";
    display: table; }
  #sup-header:after {
    clear: both; }
  #sup-header * {
    zoom: 1; }
  #sup-header #logo {
    float: left; }
    #sup-header #logo img {
      display: block;
      height: 100px;
      width: auto; }
  #sup-header #menu-sup-header {
    float: right;
    padding-top: 11px; }
  #sup-header .menu-social {
    float: left; }
    #sup-header .menu-social li {
      display: inline-block;
      margin-left: 13px; }
      #sup-header .menu-social li svg path.fond {
        fill: #01357C; }
  #sup-header .menu-contact {
    float: left;
    margin-right: 30px; }
    #sup-header .menu-contact svg {
      height: 40px;
      width: auto;
      margin-left: 13px; }
    #sup-header .menu-contact a:hover svg .fond {
      fill: #01357C; }

/*************************************************************************************************
Menu principale
*************************************************************************************************/
#menu-principal {
  background-color: #01357C;
  position: relative;
  text-transform: uppercase; }
  #menu-principal:before, #menu-principal:after {
    content: " ";
    display: table; }
  #menu-principal:after {
    clear: both; }
  #menu-principal * {
    zoom: 1; }
  #menu-principal a {
    color: #fff; }
  #menu-principal .container {
    position: initial; }
  #menu-principal ul {
    text-align: center; }
    #menu-principal ul:before, #menu-principal ul:after {
      content: " ";
      display: table; }
    #menu-principal ul:after {
      clear: both; }
    #menu-principal ul * {
      zoom: 1; }
    #menu-principal ul li {
      display: inline-block;
      line-height: 75px;
      text-align: left;
      margin-left: 30px;
      margin-right: 30px;
      cursor: pointer; }
      #menu-principal ul li:hover ul.sub-menu {
        display: block;
        height: 170px;
        transition: height 250ms; }
      #menu-principal ul li:hover a.link-cat {
        cursor: pointer;
        color: #ff3230; }
        #menu-principal ul li:hover a.link-cat:after {
          width: 100%;
          transition: width 150ms; }
      #menu-principal ul li a.link-cat {
        font-family: 'exo_2.0light';
        font-weight: lighter;
        letter-spacing: 2.4px;
        font-size: 20px;
        height: 75px;
        width: 200px;
        display: inline-block;
        -webkit-user-select: none; }
        #menu-principal ul li a.link-cat:before {
          content: " ";
          display: block;
          position: relative;
          top: 55px;
          width: 100%;
          height: 1px;
          background-color: #405078;
          opacity: 0.7; }
        #menu-principal ul li a.link-cat:after {
          content: " ";
          display: block;
          position: relative;
          top: -21px;
          width: 45px;
          height: 1px;
          background-color: #ff3230;
          transition: width 150ms; }
      #menu-principal ul li ul.sub-menu.open {
        display: block;
        height: 170px;
        transition: height 250ms; }
      #menu-principal ul li ul.sub-menu {
        position: absolute;
        left: 0px;
        right: 0px;
        background-color: #01357C;
        width: 100%;
        height: 0px;
        overflow: hidden;
        transition: height 250ms; }
        #menu-principal ul li ul.sub-menu .in:before, #menu-principal ul li ul.sub-menu .in:after {
          content: " ";
          display: table; }
        #menu-principal ul li ul.sub-menu .in:after {
          clear: both; }
        #menu-principal ul li ul.sub-menu .in * {
          zoom: 1; }
        #menu-principal ul li ul.sub-menu .picture {
          float: left;
          min-height: 1px;
          position: relative;
          padding: 0px 15px;
          width: 25%;
          margin-left: 8.3333%;
          height: 170px; }
          #menu-principal ul li ul.sub-menu .picture img {
            display: block; }
        #menu-principal ul li ul.sub-menu .entry-menu {
          float: left;
          min-height: 1px;
          position: relative;
          padding: 0px 15px;
          width: 58.33333%;
          padding: 0px;
          height: 170px; }
        #menu-principal ul li ul.sub-menu li {
          display: block;
          line-height: normal;
          margin: 0px;
          float: left;
          min-height: 1px;
          position: relative;
          padding: 0px 15px;
          width: 50%;
          margin-bottom: 8px;
          text-align: left; }
          #menu-principal ul li ul.sub-menu li a {
            width: auto;
            height: auto;
            padding: 0px;
            margin: 0px;
            border-bottom: 2px solid transparent;
            font-size: 16px;
            letter-spacing: 0.25px; }
            #menu-principal ul li ul.sub-menu li a:hover {
              /*font-family: 'exo_2.0extra_bold';*/
              border-bottom: 2px solid #fff; }

/*************************************************************************************************
Bloc bandeau
*************************************************************************************************/
#bandeau {
  position: relative; }
  #bandeau img {
    width: 100%;
    height: auto;
    display: block; }

/*************************************************************************************************
Bloc Slider
*************************************************************************************************/
#block-slider {
  /*height: 650px;*/
  height: 450px;
  background-color: gray; }
  #block-slider:before, #block-slider:after {
    content: " ";
    display: table; }
  #block-slider:after {
    clear: both; }
  #block-slider * {
    zoom: 1; }
  #block-slider .cd-hero-slider .cd-btn {
    position: absolute;
    left: 60px;
    bottom: 0px;
    display: block;
    text-align: left;
    max-width: 480px;
    width: 100%;
    height: 100%;
    max-height: 400px; }
    #block-slider .cd-hero-slider .cd-btn a {
      display: block;
      height: 100%;
      width: 100%; }
    #block-slider .cd-hero-slider .cd-btn .title {
      font-family: 'exo_2.0bold';
      font-size: 40px;
      line-height: 41px;
      color: #fff;
      text-transform: uppercase; }
    #block-slider .cd-hero-slider .cd-btn .description {
      font-family: 'exo_2.0light';
      font-weight: lighter;
      font-size: 20px;
      color: #fff;
      text-transform: none;
      line-height: 23px;
      margin-bottom: 0px; }

/*************************************************************************************************
Ariane
*************************************************************************************************/
#ariane {
  font-family: 'exo_2.0light';
  font-weight: lighter;
  text-transform: lowercase;
  font-size: 12px;
  line-height: 14.6px;
  margin-top: 5px;
  margin-bottom: 50px; }
  #ariane a, #ariane span {
    color: #01357C; }
  #ariane a:hover {
    color: #01357C; }

/*************************************************************************************************
Main content
*************************************************************************************************/
#main-content {
  margin-bottom: 30px; }
  #main-content a{ color: #ff3230;}
  #main-content:before, #main-content:after {
    content: " ";
    display: table; }
  #main-content:after {
    clear: both; }
  #main-content * {
    zoom: 1; }
  #main-content img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px; }
  #main-content p {
    margin-bottom: 25px; }
  #main-content h2 {
    font-family: 'exo_2.0bold';
    font-size: 20px;
    line-height: 23px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ff3230;
    color: #ff3230; }
  #main-content .main-picture {
    width: 45%;
    float: right;
    margin-left: 30px;
    margin-bottom: 30px; }
  #main-content p:last-child {
    margin-bottom: 0px; }

/*************************************************************************************************
CHAPEAU
*************************************************************************************************/
#chapeau {
  margin-bottom: 30px; }
  #chapeau:before, #chapeau:after {
    content: " ";
    display: table; }
  #chapeau:after {
    clear: both; }
  #chapeau * {
    zoom: 1; }
  #chapeau h1 {
    font-family: 'exo_2.0bold';
    color: #ff3230;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 20px; }
  #chapeau #chapeau-desc {
    font-size: 18px;
    line-height: 19px;
    padding-left: 35px;
    background-image: url("img/arrow-rouge-desc.png");
    background-position: left center;
    background-repeat: no-repeat; }

/*************************************************************************************************
Bloc Actu LISTE
*************************************************************************************************/
.container-bloc-actus {
  padding-top: 30px;
  padding-bottom: 30px; }
  .container-bloc-actus:before, .container-bloc-actus:after {
    content: " ";
    display: table; }
  .container-bloc-actus:after {
    clear: both; }
  .container-bloc-actus * {
    zoom: 1; }
  .container-bloc-actus .title-cat {
    font-family: 'exo_2.0light';
    font-weight: lighter;
    text-transform: uppercase;
    color: #01357C;
    font-size: 30px;
    letter-spacing: 2.4px;
    line-height: 27px;
    border-bottom: 1px solid #01357C;
    padding-bottom: 5px;
    margin: 0 auto;
    margin-bottom: 25px;
    width: 31.5%;
    text-align: center; }
  .container-bloc-actus .separator {
    margin-top: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #01357C; }
  .container-bloc-actus .link-all-actu {
    font-family: 'exo_2.0bold';
    height: 30px;
    border: 1px solid #01357C;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    color: #01357C;
    transition: all 150ms; }
    .container-bloc-actus .link-all-actu:hover {
      background-color: #01357C;
      color: #fff;
      transition: all 150ms; }
  .container-bloc-actus .un-bloc-actu {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 33.33333%;
    color: #fff;
    margin-bottom: 15px; }
    .container-bloc-actus .un-bloc-actu .in-actu {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      height: 450px;
      position: relative;
      padding: 30px;
      cursor: pointer;
      text-align: center; }
      .container-bloc-actus .un-bloc-actu .in-actu:hover .background-2 {
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        opacity: 1; }
      .container-bloc-actus .un-bloc-actu .in-actu:hover a.readmore:after {
        right: -12px; }
      .container-bloc-actus .un-bloc-actu .in-actu h2 {
        font-family: 'exo_2.0bold';
        font-size: 25px;
        line-height: 30px;
        text-transform: uppercase;
        position: absolute;
        bottom: 85px;
        right: 15px;
        left: 15px; }
    .container-bloc-actus .un-bloc-actu .background-1 {
      position: absolute;
      background-color: rgba(73, 59, 67, 0.6);
      z-index: 1;
      left: 30px;
      right: 30px;
      top: 30px;
      bottom: 30px;
      transition: opacity 150ms, top 150ms; }
    .container-bloc-actus .un-bloc-actu .background-2 {
      position: absolute;
      z-index: 2;
      background-color: rgba(68, 145, 253, 0.9);
      left: 30px;
      right: 30px;
      top: 30px;
      bottom: 30px;
      opacity: 0;
      transition: opacity 150ms, top 150ms, right 150ms, left 150ms, bottom 150ms; }
    .container-bloc-actus .un-bloc-actu .content {
      height: 100%;
      position: relative;
      z-index: 3;
      padding: 15px; }
      .container-bloc-actus .un-bloc-actu .content a.readmore {
        position: absolute;
        bottom: 30px;
        display: block;
        height: 30px;
        border: 2px solid #fff;
        border-right: none;
        line-height: 26px;
        font-size: 12px;
        color: #fff;
        width: 112px;
        text-align: center;
        text-transform: uppercase;
        left: 50%;
        margin-left: -60px; }
        .container-bloc-actus .un-bloc-actu .content a.readmore:before {
          content: " ";
          display: block;
          width: 8px;
          height: 30px;
          background-image: url("img/arrow-readmore.png");
          background-position: center center;
          background-repeat: no-repeat;
          top: -2px;
          position: absolute;
          right: -7px; }
        .container-bloc-actus .un-bloc-actu .content a.readmore:after {
          content: " ";
          display: block;
          width: 8px;
          height: 30px;
          background-image: url("img/arrow-readmore-right.png");
          background-position: center center;
          background-repeat: no-repeat;
          top: -2px;
          position: absolute;
          right: -10px;
          transition: right 100ms; }

/*************************************************************************************************
Bloc ce que nous faisons
*************************************************************************************************/
.title-arrow {
  font-family: 'exo_2.0extra_bold';
  font-size: 40px;
  line-height: 42px;
  text-transform: uppercase;
  color: #ff3230;
  display: block;
  width: 80%;
  display: block;
  padding-right: 50px;
  position: relative; }
  .title-arrow:after {
    content: ' ';
    background-image: url("img/arrow-rouge-titre.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 85px;
    width: 30px;
    top: 50%;
    right: 0px;
    margin-top: -42.5px;
    position: absolute; }

.bloc-container-faisons {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 30px; }
  .bloc-container-faisons h2 {
    font-family: 'exo_2.0bold';
    font-size: 20px;
    line-height: 23px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ff3230;
    color: #ff3230; }
  .bloc-container-faisons .clearfix:nth-child(1) {
    margin-bottom: 60px; }
    .bloc-container-faisons .clearfix:nth-child(1) .col-6:nth-child(2) {
      font-family: 'exo_2.0light';
      font-weight: lighter;
      line-height: 35px;
      font-size: 30px;
      color: #01357C; }
  .bloc-container-faisons .clearfix:nth-child(2) .col-6 p {
    margin-bottom: 25px; }
    .bloc-container-faisons .clearfix:nth-child(2) .col-6 p:last-child {
      margin-bottom: 0px; }

/*************************************************************************************************
Bloc Menu droite | MÃ©tier
*************************************************************************************************/
#menu-right-in {
  /*
  #btn-devis a{
  	@include font_bold();
  	display: block;
  	text-align: center;
  	height: 80px;	
  	background-color: $color_bleu_fonce;
  	color: $color_bleu;
  	line-height: 85px;
  	text-transform: uppercase;
  	margin-bottom: 15px;
  	transition: all 150ms;
  	&:hover{
  		background-color: $color_bleu;
  		color: #fff;
  		transition: all 150ms;
  	}
  }
  
  #btn-realisations a{
  	@include font_bold();
  	display: block;
  	text-align: center;
  	height: 80px;	
  	background-color: $color_rouge;
  	color: #fff;
  	line-height: 85px;
  	text-transform: uppercase;
  	margin-bottom: 30px;
  	transition: all 150ms;
  	&:hover{
  		background-color: $color_bleu;
  		color: #fff;
  		transition: all 150ms;	
  	}
  }
  */ }
  #menu-right-in #menu-metiers {
    background-color: #01357C;
    padding: 30px;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 15px; }
    #menu-right-in #menu-metiers #title-menu {
      font-family: 'exo_2.0bold';
      padding-bottom: 20px;
      margin-bottom: 15px;
      display: block;
      color: #fff;
      text-transform: uppercase;
      border-bottom: 1px solid #fff; }
    #menu-right-in #menu-metiers ul li.active a {
      font-family: 'exo_2.0bold';
      color: #01357C; }
    #menu-right-in #menu-metiers ul li a {
      font-family: 'exo_2.0light';
      font-weight: lighter;
      font-size: 15px;
      letter-spacing: 0.25px;
      display: block;
      padding: 15px 0px;
      text-transform: uppercase;
      color: #fff; }
      #menu-right-in #menu-metiers ul li a:hover {
        font-family: 'exo_2.0bold';
        color: #01357C; }
  #menu-right-in #btn-devis a {
    font-family: 'exo_2.0bold';
    display: block;
    height: 80px;
    background-color: #fff;
    color: #01357C;
    line-height: 85px;
    text-transform: uppercase;
    margin-bottom: 15px;
    transition: all 150ms;
    border: 1px solid #01357C;
    background-image: url(img/devis.png);
    background-position: left 15px center;
    background-repeat: no-repeat;
    font-size: 12px; }
    #menu-right-in #btn-devis a span {
      margin-left: 120px;
      border-bottom: 1px solid #01357C; }
    #menu-right-in #btn-devis a:hover {
      background-color: #ff3230;
      border-color: #ff3230;
      color: #fff;
      transition: all 150ms;
      background-image: url(img/devis-hover.png); }
      #menu-right-in #btn-devis a:hover span {
        border-color: #fff; }
  #menu-right-in #btn-realisations a {
    font-family: 'exo_2.0bold';
    display: block;
    height: 80px;
    background-color: #fff;
    color: #01357C;
    line-height: 85px;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 15px;
    transition: all 150ms;
    border: 1px solid #01357C;
    background-image: url(img/realisations.png);
    background-position: left 15px center;
    background-repeat: no-repeat;
    font-size: 12px; }
    #menu-right-in #btn-realisations a span {
      margin-left: 120px;
      border-bottom: 1px solid #01357C; }
    #menu-right-in #btn-realisations a:hover {
      background-color: #ff3230;
      border-color: #ff3230;
      color: #fff;
      transition: all 150ms;
      background-image: url(img/realisations-hover.png); }
      #menu-right-in #btn-realisations a:hover span {
        border-color: #fff; }

#menu-secondaire {
  background-color: #01357C;
  padding: 30px;
  padding-bottom: 15px;
  text-align: left;
  margin-bottom: 15px; }
  #menu-secondaire .title-menu {
    font-family: 'exo_2.0bold';
    padding-bottom: 20px;
    margin-bottom: 15px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    text-align: center; }
  #menu-secondaire ul li a {
    font-family: 'exo_2.0light';
    font-weight: lighter;
    font-size: 15px;
    letter-spacing: 0.25px;
    display: block;
    padding: 15px 0px;
    text-transform: uppercase;
    color: #fff; }
      #menu-secondaire ul li{ position: relative;}
    #menu-secondaire ul li a span {
      display: block;
      height: 20px;
      width: 30px;
      text-align: right;
      background-image: url(img/arrow-b-mr.png);
      background-position: right center;
      background-repeat: no-repeat;
      transform-origin: 50% 50%;
      transform: rotate(0deg);
      position: absolute;
	  right: 0px;
	  top:13px;
	}
      /*
      #menu-secondaire ul li a span:hover {
        background-image: url(img/fleche-menu-interne-bleu.png); }
      */
      #menu-secondaire ul li a span.span-open {
        transform: rotate(90deg); 
        top: 1px;
        right: -10px;}
    #menu-secondaire ul li a:hover {
      font-family: 'exo_2.0bold';
      color: #01357C; }
  #menu-secondaire ul li ul {
    margin-left: -30px;
    margin-right: -30px;
    background-color: #97dfe8; }
    #menu-secondaire ul li ul li a {
      padding-left: 30px;
      padding-right: 30px;
      font-size: 14px;
      color: #01357C;
      font-family: 'exo_2.0bold'; }
      #menu-secondaire ul li ul li a:hover {
        background-color: #01357C;
        color: #01357C; }

/*************************************************************************************************
Block barre devis
*************************************************************************************************/
#container-barre-devis {
  position: fixed;
  z-index: 20;
  width: 100%;
  top: -60px;
  height: 60px;
  background-color: rgba(255,255,255, 0.9);
  opacity: 0;
  transition: all 450ms; }
  #container-barre-devis .in:before, #container-barre-devis .in:after {
    content: " ";
    display: table; }
  #container-barre-devis .in:after {
    clear: both; }
  #container-barre-devis .in * {
    zoom: 1; }
  #container-barre-devis.visible {
    opacity: 1;
    top: 0;
    transition: all 450ms; }
  #container-barre-devis #scrollToTop {
    display: block;
    height: 35px;
    width: 35px;
    position: absolute;
    left: 35px;
    top: 50%;
    margin-top: -17.5px;
    background-color: none;
    background-image: url(img/scroll-to-top.png);
    background-repeat: no-repeat;
    background-position: center center; }
  #container-barre-devis #btn-short-right {
    float: right; }
  #container-barre-devis #barre-btn-devis a {
    font-family: 'exo_2.0bold';
    padding: 0px 30px;
    display: block;
    height: 60px;
    float: left;
    color: #fff;
    line-height: 60px;
    text-transform: uppercase;
    transition: all 150ms;
    background-position: left 15px center;
    background-repeat: no-repeat;
    background-size: 18%;
    font-size: 16px; }
    #container-barre-devis #barre-btn-devis a span {
      margin-left: 55px; }
    #container-barre-devis #barre-btn-devis a:nth-child(1) {
      background-color: #01357C;
      background-image: url(img/devis-hover.png); }
    #container-barre-devis #barre-btn-devis a:nth-child(2) {
      background-color: #ff3230;
      background-image: url(img/tel-hover.png); }

/*************************************************************************************************
**************************************************************************************************
**************************************************************************************************
**************************************************************************************************

Gabarit de PAGE

*************************************************************************************************
**************************************************************************************************
**************************************************************************************************
*************************************************************************************************/
/*************************************************************************************************
Page ACTU | Liste 
*************************************************************************************************/
#template-liste-actu .container-bloc-actus {
  margin: 0px;
  padding: 0px; }
  #template-liste-actu .container-bloc-actus .title-cat {
    display: none; }
  #template-liste-actu .container-bloc-actus .un-bloc-actu {
    margin-bottom: 30px; }
  #template-liste-actu .container-bloc-actus .separator {
    border-color: #ff3230; }
  #template-liste-actu .container-bloc-actus .link-all-actu {
    display: none; }
#template-liste-actu .pagination-top, #template-liste-actu .pagination-bottom {
  text-align: center; }
  #template-liste-actu .pagination-top ul, #template-liste-actu .pagination-bottom ul {
    display: inline-block; }
#template-liste-actu .pagination .next, #template-liste-actu .pagination .prev {
  display: none; }

/*************************************************************************************************
Page Equipe
*************************************************************************************************/
#container-team:before, #container-team:after {
  content: " ";
  display: table; }
#container-team:after {
  clear: both; }
#container-team * {
  zoom: 1; }
#container-team h2 {
  font-size: 20px;
  margin: 0px 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #01357C;
  color: #01357C; }
#container-team .liste-membres {
  margin-bottom: 15px; }
   #container-team .liste-membres .un-membre .in .background-membre {
        display: none;
        position: absolute;
        z-index: 2;
        top: 60px;
        left: 60px;
        right: 60px;
        bottom: 60px;
        opacity: 0;
        background-color: rgba(13, 32, 83, 0.6);
        transition: all 150ms; }
  #container-team .liste-membres:before, #container-team .liste-membres:after {
    content: " ";
    display: table; }
  #container-team .liste-membres:after {
    clear: both; }
  #container-team .liste-membres * {
    zoom: 1; }
  #container-team .liste-membres:nth-child(2) h2 {
    border-color: #01357C; }
  #container-team .liste-membres:nth-child(2) .un-membre .in {
    background-color: #01357C; }
  #container-team .liste-membres:nth-child(2) .un-membre .background-membre {
    background-color: rgba(18, 183, 202, 0.6); }
  #container-team .liste-membres:nth-child(3) h2 {
    border-color: #ff3230; }
  #container-team .liste-membres:nth-child(3) .in {
    background-color: #ff3230; }
  #container-team .liste-membres:nth-child(3) .un-membre .background-membre {
    background-color: rgba(255, 50, 48, 0.6); }
  #container-team .liste-membres .un-membre {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 25%;
    margin-bottom: 30px;
    position: relative; }
    #container-team .liste-membres .un-membre .in {
      position: relative;
      /*height: 260px;*/
      overflow: hidden;
      text-align: center;
      color: #fff;
      background-color: #01357C;
      font-family: 'exo_2.0extra_bold'; }
      #container-team .liste-membres .un-membre .in:hover .background-membre {
	     display: block;
        left: 30px;
        right: 30px;
        bottom: 30px;
        top: 30px;
        opacity: 1; }
      #container-team .liste-membres .un-membre .in img {
        width: 100%;
        height: auto;
        position: relative;
        display: block;
        z-index: 1; }
    
        #container-team .liste-membres .un-membre .in .background-membre.administration {
          background-color: rgba(18, 183, 202, 0.6); }
        #container-team .liste-membres .un-membre .in .background-membre.techniques {
          background-color: rgba(255, 50, 48, 0.6); }

/*************************************************************************************************
Page RÃ©alisations | Lite
*************************************************************************************************/
#liste-tag-realisation {
  padding: 0px;
  display: block;
  margin: 0px 15px;
  border-top: 1px solid #01357C;
  padding-top: 5px;
  margin-bottom: 25px; }
  #liste-tag-realisation li {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 10px;
    color: #01357C;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 0.25px; }
    #liste-tag-realisation li:last-child, #liste-tag-realisation li span.active {
      color: #ff3230;
      font-family: 'exo_2.0bold'; }
    #liste-tag-realisation li:hover {
      color: #ff3230; }

#liste-realisations:before, #liste-realisations:after {
  content: " ";
  display: table; }
#liste-realisations:after {
  clear: both; }
#liste-realisations * {
  zoom: 1; }
#liste-realisations .big {
  height: 560px;
  width: 50%;
  float: left;
  padding: 15px;
  position: relative; }
#liste-realisations .content-small {
  width: 50%;
  float: left;
  height: 560px; }
#liste-realisations .small {
  height: 280px;
  width: 100%;
  float: left;
  padding: 15px;
  position: relative; }
#liste-realisations .in {
  background-color: #01357C;
  text-align: center;
  height: 100%;
  font-size: 20px;
  text-transform: uppercase;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  #liste-realisations .in a {
    color: #fff;
    font-family: 'exo_2.0bold';
    cursor: pointer; }
    
   #liste-realisations .in h2{
	   line-height: 28px;
	   padding: 0px 15px;
   }
  #liste-realisations .in .absolute {
    position: absolute;
    top: 30px;
    right: 30px;
    left: 30px;
    bottom: 30px;
    transition: all 150ms; }
  #liste-realisations .in .vertical-table {
    opacity: 0;
    background-color: rgba(255, 50, 48, 0.9);
    transition: all 150ms; }
  #liste-realisations .in:hover .absolute {
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px; }
  #liste-realisations .in:hover .vertical-table {
    opacity: 1;
    transition: all 150ms; }
#liste-realisations .content-small {
  width: 50%; }

/*************************************************************************************************
Page Vos envies | Liste
*************************************************************************************************/

#liste-envies .une-envie{
	float: left;
    min-height: 1px;
    position: relative;
    width: 50%;
    cursor: pointer;
    /*margin-bottom: 30px;*/
    text-align: center;
    padding: 15px 0px;
}
#liste-envies .une-envie:before, #liste-envies .une-envie:after {
  content: " ";
  display: table; }
#liste-envies .une-envie:after {
  clear: both; }
#liste-envies .une-envie * {
  zoom: 1; }
#liste-envies .une-envie a {
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	color: #01357C;

  display: none; }
  

#liste-envies .une-envie:hover {
  background-color: #ff3230;  color: #fff !important; }
  #liste-envies .une-envie:hover a {
    display: block;}
  #liste-envies .une-envie:hover:nth-child(1) .icon {
    background-image: url("img/gif/bain.gif"); }
  #liste-envies .une-envie:hover:nth-child(2) .icon {
    background-image: url("img/gif/comble.gif"); }
  #liste-envies .une-envie:hover:nth-child(3) .icon {
    background-image: url("img/gif/velux.gif"); }
  #liste-envies .une-envie:hover:nth-child(4) .icon {
    background-image: url("img/gif/climatisation.gif"); }
  #liste-envies .une-envie:hover:nth-child(5) .icon {
    background-image: url("img/gif/chaud.gif"); }
  #liste-envies .une-envie:hover:nth-child(6) .icon {
    background-image: url("img/gif/iso.gif"); }
  #liste-envies .une-envie:hover:nth-child(7) .icon {
    background-image: url("img/gif/toit.gif"); }
#liste-envies .une-envie:nth-child(1) .icon {
  background-image: url("img/gif/bain.png"); }
#liste-envies .une-envie:nth-child(2) .icon {
  background-image: url("img/gif/comble.png"); }
#liste-envies .une-envie:nth-child(3) .icon {
  background-image: url("img/gif/velux.png"); }
#liste-envies .une-envie:nth-child(4) .icon {
  background-image: url("img/gif/climatisation.png"); }
#liste-envies .une-envie:nth-child(5) .icon {
  background-image: url("img/gif/chaud.png"); }
#liste-envies .une-envie:nth-child(6) .icon {
  background-image: url("img/gif/iso.png"); }
#liste-envies .une-envie:nth-child(7) .icon {
  background-image: url("img/gif/toit.png"); }
#liste-envies .une-envie .icon {
  /*float: left;*/
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  /*width: 16.66667%;*/
  height: 80px;
  /*background-position: left center;*/
  background-position: center center;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-size: contain; }
#liste-envies .une-envie .titre {
  /*float: left;*/
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  /*width: 83.33333%;*/
  width: 100%;
  font-family: 'exo_2.0bold';
  /*height: 80px;*/
  padding-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase; }

/*************************************************************************************************
Page MÃ©tiers | Liste
*************************************************************************************************/
#liste-metiers:before, #liste-metiers:after {
  content: " ";
  display: table; }
#liste-metiers:after {
  clear: both; }
#liste-metiers * {
  zoom: 1; }
#liste-metiers #recap-metier {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 25%;
  margin-bottom: 30px;
  text-align: center;
  color: #fff; }
  #liste-metiers #recap-metier .in {
    height: 260px;
    padding: 30px;
    background-color: #ff3230; }
  #liste-metiers #recap-metier #recup-title.on {
    font-family: 'exo_2.0bold';
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px; }
#liste-metiers .un-metier {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 25%;
  margin-bottom: 30px;
  text-align: center;
  color: #fff; }
  #liste-metiers .un-metier .in {
    cursor: pointer;
    position: relative;
    padding: 30px;
    height: 260px;
    background-color: #01357C;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    #liste-metiers .un-metier .in:hover .content {
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      background-color: rgba(255, 50, 48, 0.9);
      transition: all 150ms; }
    #liste-metiers .un-metier .in:hover .readmore {
      opacity: 1; }
  #liste-metiers .un-metier img {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: -1; }
  #liste-metiers .un-metier .desc-js {
    display: none; }
  #liste-metiers .un-metier .content {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    background-color: rgba(255, 50, 48, 0.6);
    transition: all 150ms; }
    #liste-metiers .un-metier .content h2 {
      font-family: 'exo_2.0bold';
      text-transform: uppercase; }
  #liste-metiers .un-metier a.readmore {
    position: absolute;
    bottom: 30px;
    display: block;
    height: 30px;
    border: 2px solid #fff;
    border-right: none;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    width: 112px;
    text-align: center;
    text-transform: uppercase;
    left: 50%;
    margin-left: -60px; }
    #liste-metiers .un-metier a.readmore:before {
      content: " ";
      display: block;
      width: 8px;
      height: 30px;
      background-image: url("img/arrow-readmore.png");
      background-position: center center;
      background-repeat: no-repeat;
      top: -2px;
      position: absolute;
      right: -7px; }
    #liste-metiers .un-metier a.readmore:after {
      content: " ";
      display: block;
      width: 8px;
      height: 30px;
      background-image: url("img/arrow-readmore-right.png");
      background-position: center center;
      background-repeat: no-repeat;
      top: -2px;
      position: absolute;
      right: -10px;
      transition: right 100ms; }
  #liste-metiers .un-metier .readmore {
    opacity: 0;
    transition: opacity 150ms 150ms; }

/*************************************************************************************************
Page metier detail
*************************************************************************************************/
#template-metiers-detail {
  margin-bottom: 30px; }
  #template-metiers-detail #col-left {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 66.66667%; }
    #template-metiers-detail #col-left #chapeau .col-9 {
      width: 100%;
      padding: 0px; }
  #template-metiers-detail #col-right {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 33.33333%; }

/*************************************************************************************************
Page vos envie | Detail
*************************************************************************************************/
#template-vos-envies-detail {
  margin-bottom: 30px; }
  #template-vos-envies-detail #col-left {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 66.66667%; }
    #template-vos-envies-detail #col-left #chapeau .col-9 {
      width: 100%;
      padding: 0px; }
  #template-vos-envies-detail #col-right {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 33.33333%; }

/*************************************************************************************************
Page type
*************************************************************************************************/
#template-page-type #col-left {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 66.66667%;
  margin-bottom: 30px; }
  #template-page-type #col-left #chapeau .col-9 {
    width: 100%;
    padding: 0px; }
  #template-page-type #col-left .container-bloc-carousel {
    margin-bottom: 30px; }
    #template-page-type #col-left .container-bloc-carousel .item {
      background-position: center bottom;
      background-size: cover;
      background-repeat: no-repeat;
      height: 500px; }
#template-page-type #col-right {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 33.33333%;
  margin-bottom: 30px; }

/*************************************************************************************************
Page Liste Actus
*************************************************************************************************/
/*************************************************************************************************
Footer
*************************************************************************************************/
#footer #sup-footer {
  padding: 30px 0px;
  background-color: #ff3230; }
  #footer #sup-footer .col-3 {
    text-align: center;
    color: #fff;
    height: 180px;
    border-left: 1px solid #fff;
    font-size: 14px; }
    #footer #sup-footer .col-3 a {
      color: #fff; }
    #footer #sup-footer .col-3 .icon {
      height: 70px;
      background-position: center center;
      background-repeat: no-repeat;
      margin-bottom: 15px; }
    #footer #sup-footer .col-3 h3 {
      font-family: 'exo_2.0bold';
      margin-bottom: 20px;
      font-size: 18px;
      text-transform: lowercase; }
    #footer #sup-footer .col-3:nth-child(1) {
      border-left: none; }
      /*
      #footer #sup-footer .col-3:nth-child(1) img {
        margin-bottom: 29px; }
      #footer #sup-footer .col-3:nth-child(1) h3 {
        font-size: 37px;
        line-height: 37px;
        text-transform: uppercase;
        margin-bottom: 30px; }
       */
       #footer #sup-footer .col-3:nth-child(1) .icon {
      background-image: url("img/logo-footer.png"); }
    #footer #sup-footer .col-3:nth-child(2) .icon {
      background-image: url("img/icon-adresse.png"); }
    #footer #sup-footer .col-3:nth-child(3) .icon {
      background-image: url("img/icon-reseaux-sociaux.png"); }
    #footer #sup-footer .col-3:nth-child(4) .icon {
      background-image: url("img/icon-mail.png"); }
    #footer #sup-footer .col-3 .menu-social {
      margin-top: 8px;
      text-align: center; }
      #footer #sup-footer .col-3 .menu-social li {
        display: inline-block; }
      #footer #sup-footer .col-3 .menu-social svg {
        height: 30px; }
        #footer #sup-footer .col-3 .menu-social svg .fond {
          fill: #fff; }
        #footer #sup-footer .col-3 .menu-social svg .plateforme {
          fill: #ff3230; }
#footer #sub-footer {
  background-color: #31262C;
  padding-top: 45px;
  padding-bottom: 45px; }
  #footer #sub-footer:before, #footer #sub-footer:after {
    content: " ";
    display: table; }
  #footer #sub-footer:after {
    clear: both; }
  #footer #sub-footer * {
    zoom: 1; }
  #footer #sub-footer ul.menu-footer {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 25%; }
    #footer #sub-footer ul.menu-footer a {
      color: #fff;
      text-transform: uppercase;
      font-size: 14px; }
      #footer #sub-footer ul.menu-footer a:hover {
        color: #01357C; }
    #footer #sub-footer ul.menu-footer li {
      position: relative; }
      #footer #sub-footer ul.menu-footer li:first-child {
        margin-bottom: 10px; }
        #footer #sub-footer ul.menu-footer li:first-child a {
          color: #01357C;
          max-width: 170px;
          display: block;
          width: 100%;
          font-size: 16px; }
          #footer #sub-footer ul.menu-footer li:first-child a:before {
            content: " ";
            display: block;
            position: relative;
            top: 23px;
            width: 100%;
            height: 1px;
            background-color: #405078;
            opacity: 0.7; }
          #footer #sub-footer ul.menu-footer li:first-child a:after {
            content: " ";
            display: block;
            position: relative;
            top: 3px;
            width: 25px;
            height: 1px;
            background-color: #ff3230;
            transition: width 150ms; }
    #footer #sub-footer ul.menu-footer:hover li:first-child a:after {
      width: 100%;
      transition: width 150ms; }
  #footer #sub-footer #menu-img-prix {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 25%; }
    #footer #sub-footer #menu-img-prix img {
      width: 100%;
      /* padding: 0px 77.5px; */
      margin-bottom: 25px;
      max-width: 120px;
      display: block;
      margin: 0 auto;
      margin-bottom: 23px; }
#footer #apropos {
  margin-top: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 16.8px;
  padding-left: 15px;
  padding-right: 15px;
  /*
  &:hover{
  	#title-apropos:after{
  		width: 100%;
  		transition: width 150ms;
  	}	
  }
  */ }
  #footer #apropos:before, #footer #apropos:after {
    content: " ";
    display: table; }
  #footer #apropos:after {
    clear: both; }
  #footer #apropos * {
    zoom: 1; }
  #footer #apropos .col-6:nth-child(1) {
    font-family: 'exo_2.0bold'; }
  #footer #apropos .col-6:nth-child(2) {
    font-family: 'exo_2.0light';
    font-weight: lighter; }
  #footer #apropos #title-apropos {
    margin-bottom: 10px;
    color: #01357C;
    display: block;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase; }
    #footer #apropos #title-apropos:before {
      content: " ";
      display: block;
      position: relative;
      top: 20px;
      width: 100%;
      height: 1px;
      background-color: #405078;
      opacity: 0.7; }
    #footer #apropos #title-apropos:after {
      content: " ";
      display: block;
      position: relative;
      top: 3px;
      width: 25px;
      height: 1px;
      background-color: #ff3230;
      transition: width 150ms; }
#footer #menu-credit {
  padding-left: 15px;
  padding-right: 30px;
  margin-top: 30px;
  text-transform: uppercase; }
  #footer #menu-credit:before, #footer #menu-credit:after {
    content: " ";
    display: table; }
  #footer #menu-credit:after {
    clear: both; }
  #footer #menu-credit * {
    zoom: 1; }
  #footer #menu-credit a {
    font-size: 12px;
    color: #fff; }
    #footer #menu-credit a:hover {
      color: #01357C; }
  #footer #menu-credit .left {
    float: left; }
    #footer #menu-credit .left a {
      margin-top: 3px;
      display: inline-block; }
  #footer #menu-credit #credit-marsrouge {
    float: right; }
    #footer #menu-credit #credit-marsrouge a:first-child {
      margin-right: 10px; }
    #footer #menu-credit #credit-marsrouge img {
      margin-top: -4px; }

/*************************************************************************************************
Pagination
*************************************************************************************************/
.pagination:before, .pagination:after {
  content: " ";
  display: table; }
.pagination:after {
  clear: both; }
.pagination * {
  zoom: 1; }
.pagination:last-child {
  margin-bottom: 30px; }
.pagination li {
  display: block;
  float: left;
  margin-right: 8px; }
  .pagination li.current a {
    background-color: #ff3230;
    color: #fff;
    border-color: #ff3230; }
  .pagination li a {
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #ff3230;
    border-color: #ff3230;
    transition: background 300ms ease-in, border-color 300ms ease-in, color 300ms ease-in; }
    .pagination li a:hover {
      transition: background 300ms ease-in, border-color 300ms ease-in, color 300ms ease-in;
      border-color: #ff3230;
      background-color: #ff3230;
      color: #fff; }

/*************************************************************************************************
Liste FAQ | PRESSE
*************************************************************************************************/
#liste-faq .une-faq {
  margin-bottom: 25px; }
  #liste-faq .une-faq p {
    margin-bottom: 5px; }
  #liste-faq .une-faq a {
    color: #01357C;
    text-transform: lowercase;
    font-size: 12px; }

/*************************************************************************************************
Form contact
*************************************************************************************************/
#template-contact #bandeau{
	
} 
#template-contact #chapeau .col-9{
	padding-left: 0px;
	padding-right: 0px;
}
#template-contact img{
	position: relative;
	z-index: 1;
}

#template-contact #adress-map{
	padding: 30px;
	position: relative;
    z-index: 2;
    /*
    left: 60px;
    margin-top: -250px;
    */
    margin-top: 24px;
    display: block;
    color: #fff;
    text-align: left;
    /*max-width: 480px;*/
    width: 100%;
    height: 372px;
    background-color: rgba(255, 50, 48, 1);
}


#template-contact #social-contact{
	margin-top: 15px;
	margin-bottom: 15px;
}
#template-contact #social-contact li{
    display: inline-block;
    margin-right: 15px;
}

#template-contact #social-contact svg{
	width: 30px;
	height: 30px;
}

#template-contact #social-contact li:last-child{
	margin-right: 0px;
}


#template-contact #social-contact li .fond{
	fill: #fff;	
}

#template-contact #social-contact li .plateforme{
	fill: rgba(255, 50, 48, 1);	
}




#template-contact #adress-map .title{
    font-family: 'exo_2.0bold';
    font-size: 40px;
    line-height: 41px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
#template-contact #adress-map a{ color: #fff;}
#template-contact #adress-map .description{
    font-family: 'exo_2.0light';
    font-weight: lighter;
    font-size: 20px;
    color: #fff;
    text-transform: none;
    line-height: 23px;
    margin-bottom: 4px;
}

#template-contact #wpcf7-f4-o1 input:focus{
	border-top: 1px solid #ff3230;
}

#wpcf7-f4-o1 {
  color: #fff;
  padding: 0px;
  margin-bottom: 50px;
  margin-left: -15px;
  margin-right: -15px;
  /*----------------------------------------------
  Gabarit input
  ---------------------------------------------*/ }
  #wpcf7-f4-o1 .wpcf7-form-control-wrap {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 50%; }
  #wpcf7-f4-o1 .wpcf7-form-control-wrap.your-message {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 100%; }
  #wpcf7-f4-o1 .content-submit {
    text-align: right;
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 100%; }
  #wpcf7-f4-o1 textarea,
  #wpcf7-f4-o1 input[type="text"],
  #wpcf7-f4-o1 input[type="button"],
  #wpcf7-f4-o1 input[type="email"] {
    font-family: 'exo_2.0light';
    font-weight: lighter;
    display: block;
    width: 100%;
    border: 1px solid transparent;
    height: 30px;
    margin-bottom: 30px;
    padding: 0px 15px;
    cursor: pointer;
    border-bottom: 1px solid #ff3230; }
  #wpcf7-f4-o1 textarea {
    height: 250px;
    padding: 15px;
    border: 1px solid #ff3230; }
  #wpcf7-f4-o1 input[type='submit'] {
    font-family: 'exo_2.0bold';
    background: transparent;
    border: 1px solid #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: 135px;
    color: #ff3230;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #ff3230;
    transition: background 150ms ease, color 150ms ease;
    cursor: pointer;
    margin-bottom: 0px; }
    #wpcf7-f4-o1 input[type='submit']:hover {
      background-color: #ff3230;
      color: #fff;
      transition: background 150ms ease, color 150ms ease; }
  #wpcf7-f4-o1 .input-entre-type {
    display: none !important; }
  #wpcf7-f4-o1 .ajax-loader {
    display: none; }
  #wpcf7-f4-o1 div.wpcf7-mail-sent-ok {
    border: none; }
  #wpcf7-f4-o1 span.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 10px;
    display: block;
    margin-top: -30px;
    margin-bottom: 5px;
    background-color: #ff3230;
    padding-left: 15px; }
  #wpcf7-f4-o1 div.wpcf7-response-output {
    background-color: #fff;
    padding: 8px 15px;
    margin: 0px;
    margin-top: 15px; }
  #wpcf7-f4-o1 div.wpcf7-validation-errors {
    border: none; }
  #wpcf7-f4-o1 br {
    display: none; }





/*************************************************************************************************
SVG | Test
*************************************************************************************************/
/*----------------------------------------------
Flamme
---------------------------------------------*/
.icon-vouloir-flamme:hover path.small {
  transform-origin: bottom;
  animation: icon-flamme 0.8s infinite; }

@keyframes icon-flamme {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1.4); }
  20% {
    transform: scale(1.2); }
  30% {
    transform: scale(1.6); }
  40% {
    transform: scale(1.7); }
  50% {
    transform: scale(1.75); }
  60% {
    transform: scale(1.4); }
  70% {
    transform: scale(1.5); }
  80% {
    transform: scale(1.6); }
  90% {
    transform: scale(1.25); }
  100% {
    transform: scale(1); } }
/*----------------------------------------------
Maison
---------------------------------------------*/
.icon-vouloir-maison:hover .toit-1 {
  transform-origin: bottom;
  animation: icon-flamme 1.5; }

@keyframes icon-flamme {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1.4); }
  20% {
    transform: scale(1.2); }
  30% {
    transform: scale(1.8); }
  40% {
    transform: scale(1.7); }
  50% {
    transform: scale(1.75); }
  60% {
    transform: scale(1.6); }
  70% {
    transform: scale(1.4); }
  80% {
    transform: scale(1.55); }
  90% {
    transform: scale(1.25); }
  100% {
    transform: scale(1); } }
/*************************************************************************************************
Bloc Vous-voulez
*************************************************************************************************/
#container-vous-voulez {
  padding: 30px 15px;
  text-align: center; }
  #container-vous-voulez:before, #container-vous-voulez:after {
    content: " ";
    display: table; }
  #container-vous-voulez:after {
    clear: both; }
  #container-vous-voulez * {
    zoom: 1; }
  #container-vous-voulez .title-bloc {
    font-family: 'exo_2.0light';
    font-weight: lighter;
    font-size: 30px;
    letter-spacing: 2.4px;
    color: #ff3230;
    text-transform: uppercase;
    line-height: 25px;
    width: 31.5%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ff3230;
    display: inline-block; }
  #container-vous-voulez .list-icon:before, #container-vous-voulez .list-icon:after {
    content: " ";
    display: table; }
  #container-vous-voulez .list-icon:after {
    clear: both; }
  #container-vous-voulez .list-icon * {
    zoom: 1; }
  #container-vous-voulez .un-vous-voulez {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 16.66667%;
    font-family: 'exo_2.0bold';
    width: 14.28%;
    /*height: 160px;*/
    text-align: center;
    cursor: pointer; }
    #container-vous-voulez .un-vous-voulez a {
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      display: none; }
    #container-vous-voulez .un-vous-voulez:hover {
      background-color: #ff3230; }
      #container-vous-voulez .un-vous-voulez:hover a {
        color: #fff;
        display: block; }
      #container-vous-voulez .un-vous-voulez:hover h2 {
        color: #fff; }
      #container-vous-voulez .un-vous-voulez:hover:nth-child(1) .icon {
        background-image: url("img/gif/bain.gif"); }
      #container-vous-voulez .un-vous-voulez:hover:nth-child(2) .icon {
        background-image: url("img/gif/comble.gif"); }
      #container-vous-voulez .un-vous-voulez:hover:nth-child(3) .icon {
        background-image: url("img/gif/velux.gif"); }
      #container-vous-voulez .un-vous-voulez:hover:nth-child(4) .icon {
        background-image: url("img/gif/climatisation.gif"); }
      #container-vous-voulez .un-vous-voulez:hover:nth-child(5) .icon {
        background-image: url("img/gif/chaud.gif"); }
      #container-vous-voulez .un-vous-voulez:hover:nth-child(6) .icon {
        background-image: url("img/gif/iso.gif"); }
      #container-vous-voulez .un-vous-voulez:hover:nth-child(7) .icon {
        background-image: url("img/gif/toit.gif"); }
    #container-vous-voulez .un-vous-voulez .icon {
      height: 50px;
      margin-top: 15px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      margin-bottom: 10px; }
    #container-vous-voulez .un-vous-voulez h2 {
      font-size: 16px;
      line-height: 18px;
      text-transform: uppercase;
      color: #01357C;
       }
     #container-vous-voulez .un-vous-voulez .title{ 
       margin-bottom: 18px;
     }
    #container-vous-voulez .un-vous-voulez:nth-child(1) .icon {
      background-image: url("img/gif/bain.png"); }
    #container-vous-voulez .un-vous-voulez:nth-child(2) .icon {
      background-image: url("img/gif/comble.png"); }
    #container-vous-voulez .un-vous-voulez:nth-child(3) .icon {
      background-image: url("img/gif/velux.png"); }
    #container-vous-voulez .un-vous-voulez:nth-child(4) .icon {
      background-image: url("img/gif/climatisation.png"); }
    #container-vous-voulez .un-vous-voulez:nth-child(5) .icon {
      background-image: url("img/gif/chaud.png"); }
    #container-vous-voulez .un-vous-voulez:nth-child(6) .icon {
      background-image: url("img/gif/iso.png"); }
    #container-vous-voulez .un-vous-voulez:nth-child(7) .icon {
      background-image: url("img/gif/toit.png"); }

/*************************************************************************************************
bloc CERTIFICATION
*************************************************************************************************/
#container-bloc-certifications {
  text-align: center;
  background-color: #01357C;
  padding: 0px 15px;
  padding-top: 30px;
  padding-bottom: 30px; }
  #container-bloc-certifications .title-bloc {
    font-family: 'exo_2.0light';
    font-weight: lighter;
    font-weight: lighter;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 2.4px;
    color: #fff;
    text-transform: uppercase;
    width: 31.5%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    display: inline-block; }
  #container-bloc-certifications #liste-certification {
    border-bottom: 1px solid #fff;
    margin-bottom: 30px; }
    #container-bloc-certifications #liste-certification:before, #container-bloc-certifications #liste-certification:after {
      content: " ";
      display: table; }
    #container-bloc-certifications #liste-certification:after {
      clear: both; }
    #container-bloc-certifications #liste-certification * {
      zoom: 1; }
    #container-bloc-certifications #liste-certification .une-certification {
      width: 20%;
      float: left;
      padding: 30px 15px; }
      #container-bloc-certifications #liste-certification .une-certification .in {
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 80px;
        width: 100%;
        display: block; }
  #container-bloc-certifications #link-all-certification {
    font-family: 'exo_2.0bold';
    height: 30px;
    border: 1px solid #fff;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    color: #fff;
    transition: all 150ms; }
    #container-bloc-certifications #link-all-certification:hover {
      background-color: #01357C;
      border-color: #01357C;
      color: #fff;
      transition: all 150ms; }

/*************************************************************************************************
Menu responsive
*************************************************************************************************/
.cd-nav-trigger {
  display: none;
  position: absolute;
  right: 0;
  top: 31px;
  width: 50px; }

.cd-nav-trigger span, .cd-nav-trigger span:before {
  background-color: #01357C; }
  
 .cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after{
	    width: 40px;
		height: 6px;
		border-radius: 120px;

 }

.cd-nav-trigger span::before{
	top: -11px;
	/*
	border-top-left-radius: 60px;
	border-top-right-radius: 60px;
	*/
	border-radius: 120px;

}



.cd-nav-trigger span::after {
  background: #ff3230; 
  top: 12px;
  /*
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  */
  border-radius: 120px;

}

.nav-is-visible .cd-nav-trigger span::before{
	/*
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	*/
	border-radius: 0px;

}

.nav-is-visible .cd-nav-trigger span::after {
  border-radius: 0px;
}




.cd-overlay {
  background: transparent; }

.cd-primary-nav, .cd-primary-nav ul {
  background-color: #01357C; }

.cd-primary-nav a, .cd-primary-nav ul a {
  border-color: #fff; }

.see-all a,
.go-back a {
  font-family: 'exo_2.0bold';
  color: #fff !important;
  display: block;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #fff; }

li.has-children a {
  font-family: 'exo_2.0light';
  font-weight: lighter;
  letter-spacing: 2.4px;
  font-size: 14px;
  text-transform: uppercase; }

.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  color: #fff;
  background: #fff;
  right: 15px; }

#cd-primary-nav.moves-out li#link-add-menu {
  display: none; }

li#link-add-menu {
  border: none;
  margin-top: 30px;
  position: absolute;
  bottom: 7px;
  right: 0; }
  li#link-add-menu ul {
    height: auto; }
  li#link-add-menu .menu-contact {
    display: none;
    text-align: right;
    padding-right: 15px; }
    li#link-add-menu .menu-contact a {
      display: inline-block;
      border: none;
      padding: 0px;
      margin-left: 15px; }
      li#link-add-menu .menu-contact a svg {
        width: 35px;
        height: auto; }
        li#link-add-menu .menu-contact a svg .fond {
          fill: #fff; }
        li#link-add-menu .menu-contact a svg .forme * {
          fill: #01357C; }
  li#link-add-menu .menu-social {
    text-align: right;
    padding-right: 15px; }
    li#link-add-menu .menu-social ul {
      position: relative;
      width: auto;
      right: initial; }
      li#link-add-menu .menu-social ul li {
        display: inline-block;
        margin-left: 18px; }
      li#link-add-menu .menu-social ul a {
        display: block;
        border: none;
        padding: 0px; }
        li#link-add-menu .menu-social ul a svg {
          width: 35px;
          height: auto; }
          li#link-add-menu .menu-social ul a svg .fond {
            fill: #fff; }
          li#link-add-menu .menu-social ul a svg .plateforme {
            fill: #01357C; }
  li#link-add-menu .link-divers {
    text-align: right;
    padding-right: 15px; }
    li#link-add-menu .link-divers a {
      height: auto;
      text-transform: uppercase;
      padding: 0px;
      margin-bottom: 4px;
      border: none;
      line-height: normal; }
/*************************************************************************************************
Menu icon mobile
*************************************************************************************************/
#sup-header .menu-contact{ margin-top: 10px;}

.cd-primary-nav a.special-link-realisation,
.special-link-realisation{
	
    font-family: 'exo_2.0bold';
	font-size: 12px;
	text-transform: uppercase;
	/*border-bottom: 1px solid #01357C;*/
	color: #01357C;
	padding-bottom: 8px;
	padding-left: 40px;
	position: relative;
	margin-right: 30px;
}

.special-link-realisation:after{
	content: ' ';
	display: block;
	background-image: url(img/icone-realisations-r.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 25px;
	width: 30px;
	position: absolute;
	left: 0px;
	top : -8px;
}

.cd-primary-nav a.special-link-contact,
.special-link-contact{

      font-family: 'exo_2.0bold';
	font-size: 12px;
	text-transform: uppercase;
	/*border-bottom: 1px solid #01357C;*/
	color: #01357C;
	padding-bottom: 8px;
	padding-left: 35px;
	position: relative;
}

.special-link-contact:after{
	content: ' ';
	display: block;
	background-image: url(img/icone-contact-r.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 25px;
	width: 30px;
	position: absolute;
	left: 0px;
	top : -8px;
}

.cd-primary-nav a.special-link-realisation,
.cd-primary-nav a.special-link-contact{
	display: none;
	margin-right: 0px;
	font-family: 'exo_2.0light';
    font-weight: lighter;
    letter-spacing: 2.4px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
	border-color: #fff;
	padding-left: 60px;
}


.cd-primary-nav a.special-link-realisation:after{ background-image: url(img/icone-realisations-f.png); left: 15px; top: 13px; }	
.cd-primary-nav a.special-link-contact:after{ background-image: url(img/icone-contact-f.png); left: 15px; top: 13px; }	

.cd-primary-nav a.special-link-contact{
	
}

#menu-sup-header .special-link-realisation span,
#menu-sup-header .special-link-contact span{ border-bottom: 1px solid #01357C;}


#menu-sup-header .special-link-realisation:after,
#menu-sup-header .special-link-contact:after{ top: -6px;}

/*************************************************************************************************
Page Partenaire | Liste
*************************************************************************************************/
#liste-partenaires{
	margin-bottom: 30px;
	margin-top: 45px;
}


#liste-partenaires .un-partenaire{
	margin-bottom: 30px;
}

#liste-partenaires .un-partenaire .in{
	border: 1px solid #ff3230;
}

#liste-partenaires .un-partenaire .content{
	padding: 15px;
}

#liste-partenaires .un-partenaire img{
	display: block;
	width: 100%;
	height: auto;
}

#liste-partenaires .un-partenaire .img_wrapper{
	width: 100% !important;
	position: relative;
	display: block !important;
	
}


#liste-partenaires .un-partenaire .img_wrapper img{
	width: 100%;
	height: auto;
}


#liste-partenaires .un-partenaire{ padding: 10px; margin-bottom: 0px;}	  
	  #liste-partenaires{ padding: 0px 10px; padding-bottom: 10px;}


/*************************************************************************************************
DEBUG
*************************************************************************************************/
.carousel-control.right span{
	background-image: url("img/arrow-intro-page-b.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 17px;
	height: 50px;
	right: 30px;
}

.carousel-control.left span{
	background-image: url("img/arrow-intro-page-left-b.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 17px;
	height: 50px;
	left: 30px;
}

/*************************************************************************************************
Edit 2016/03/22
*************************************************************************************************/
#block-etude-gratuite{
	border: 1px solid #ff3230;
	padding-bottom: 200px;
	background-image: url('img/background-devis.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
}


#block-etude-gratuite .zone-title{
	font-family: 'exo_2.0extra_bold';
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #ff3230;
	text-align: center;
	padding: 30px 15px;
	text-transform: uppercase;
}

#block-etude-gratuite .zone-title p:first-child{
	margin-bottom: 15px;
}

#block-etude-gratuite .zone-title .accroche{
	font-size: 15px;
	line-height: 15px;
	position: relative;
}

#block-etude-gratuite .zone-title .accroche span{
	height: 14px;
	width: 18px;
	background-image: url('img/fleche-titre-devis.png');
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	margin-right: 15px;
}

#block-etude-gratuite .zone-form{
	padding: 30px;
}


#block-etude-gratuite .zone-form input[type="text"],
#block-etude-gratuite .zone-form input[type="email"]{
    font-family: 'exo_2.0light';
    font-weight: lighter;
    display: block;
    width: 100%;
    border: 1px solid transparent;
    height: 30px;
    padding: 0px 15px;
    cursor: pointer;
    border-bottom: 1px solid #ff3230; }
    
    
    
#block-etude-gratuite .zone-form input[type="text"]:focus,
#block-etude-gratuite .zone-form input[type="email"]:focus {
    border-top: 1px solid #ff3230;
}

#block-etude-gratuite .content-submit{
	text-align: center;	
	margin-top: 30px;
}


#block-etude-gratuite .content-submit input{
	font-family: 'exo_2.0bold';
    background: transparent;
    border: 1px solid #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: 135px;
    color: #ff3230;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #ff3230;
    transition: background 150ms ease, color 150ms ease;
    cursor: pointer;	
}

#block-etude-gratuite .content-submit input:hover{
	background-color: #ff3230;
	color: #fff;
}


#block-etude-gratuite span.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 10px;
    display: block;
    margin-bottom: 5px;
    background-color: #ff3230;
    padding-left: 15px;
}

#block-etude-gratuite div.wpcf7-response-output{
	border: none;
	padding: 0px;
	padding: 8px 15px;
	background-color: #ff3230;
	color: #fff;
	font-size: 10px;
}

/*************************************************************************************************
Media Query
*************************************************************************************************/
.scrollToTop {
  display: block; }
  
  
@media all and (max-width: 1180px) {
	/*
	  #liste-partenaires .un-partenaire{ padding: 7.5px; margin-bottom: 0px;}	  
	  #liste-partenaires{ padding: 0px 7.5px; padding-bottom: 7.5px;}
	 */
}

@media all and (max-width: 1090px) {
	
	
	
  #footer #sup-footer .col-3 {
    height: 200px; }
  #container-vous-voulez .un-vous-voulez h2{ font-size: 13px;}    
}
    
    
@media all and (max-width: 1024px) {
#block-slider{ height: 350px;}	
 #block-slider {
    height: 350px; }

  #block-slider .cd-hero-slider .cd-btn {
    max-height: 190px;
    width: auto;
    left: 30px; }

  #block-slider .cd-hero-slider .cd-btn .title {
    font-size: 20px;
    line-height: 24px; }

  #block-slider .cd-hero-slider .cd-btn .description {
    font-size: 15px;
    line-height: 18px; }
	
	
  #menu-right-in #btn-realisations a span {
    margin-left: 90px; } }
@media all and (max-width: 1023px) {
  #menu-principal {
    display: none; }

  .carrot-mobile, #link-sort-organise {
    display: block; }

  #sup-header .menu-social {
    display: none; }

  .cd-nav-trigger {
    display: block; }

  #container-vous-voulez .un-vous-voulez {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 25%; }
    
    #container-vous-voulez .un-vous-voulez h2{ font-size: 18px;} 
	#sup-header .menu-contact{ margin-right: 55px;}
  #container-vous-voulez .un-vous-voulez:nth-child(5) {
    margin-left: 12.25%; } }
@media all and (max-width: 880px) {
	
	#liste-partenaires .un-partenaire{ width: 33.3333%;}
	
	
	
	.page-id-10 #menu-secondaire{ display: none;}
	#template-contact #adress-map{ position: relative; margin-top: 0px;  background-color: rgba(255, 50, 48, 1); text-align: center; height: auto; margin-top: 0px;}
	#template-contact .col-l{ width: 100%;}
	#template-contact .col-r{ width: 100%;}
	#container-team .liste-membres .un-membre{ width: 33.3333%;}	
  .scrollToTop {
    display: block; }

  .container-bloc-actus .un-bloc-actu {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 50%; }

  .container-bloc-actus .un-bloc-actu:last-child {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 100%; }

  #template-liste-actu .container-bloc-actus .un-bloc-actu:last-child {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 50%; }

  #menu-right-in #menu-metiers {
    display: none; }

  #template-page-type #col-left {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 100%; }

  #template-page-type #col-right {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 100%; }

  #template-metiers-detail #col-left {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 100%; }

  #template-metiers-detail #col-right {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 100%; }

  #footer #sup-footer {
    padding-left: 15px;
    padding-right: 15px; }

  #footer #sup-footer .col-3 {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 100%;
    padding: 30px 0px;
    border-left: none;
    height: auto;
    border-bottom: 1px solid #fff; }

  #footer #sup-footer .col-3:last-child {
    padding-bottom: 0px;
    border-bottom: 0px; }

  #footer #sup-footer .col-3:first-child {
    padding-top: 0px; }

  #liste-metiers .un-metier {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 33.33333%; }

  #liste-metiers #recap-metier {
    display: none; }

  #footer #sub-footer #menu-img-prix {
    text-align: center; }

  #footer #sub-footer #menu-img-prix img {
    width: 100%;
    height: auto;
    max-width: 90px;
    margin-bottom: 15px; }

  #container-bloc-certifications .title-bloc {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; } }
@media all and (max-width: 768px) {
	
	#container-team .liste-membres .un-membre{ width: 50%;}	
	
	
  .bloc-container-faisons #title-faisons {
    height: auto !important; }

  .bloc-container-faisons .title-arrow {
    margin-bottom: 15px; }

  .bloc-container-faisons .title-arrow:after {
    display: none; }

  .bloc-container-faisons .col-6 {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 100%; }

  .bloc-container-faisons .col-6:nth-child(1) {
    margin-bottom: 15px; }

  .bloc-container-faisons .clearfix:nth-child(1) {
    margin-bottom: 15px; }

  #liste-metiers .un-metier {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 50%; }

  #liste-metiers .un-metier:last-child {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 100%; }
    #liste-metiers .un-metier:last-child .in {
      height: 400px; }

  #liste-metiers .un-metier .content {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px; }

  #wpcf7-f4-o1 .wpcf7-form-control-wrap {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 50%; }

  #wpcf7-f4-o1 .wpcf7-form-control-wrap:last-child {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 100%; } }
    
    
    
@media all and (max-width: 690px) {    
   #sup-header .menu-contact{ display: none;} 
   .cd-primary-nav a.special-link-realisation,
   .cd-primary-nav a.special-link-contact{
		display: block;
	}
}
@media all and (max-width: 600px) {
	#liste-partenaires .un-partenaire{ width: 33.333333%;}
	#container-team .liste-membres .un-membre{ width: 100%;}	
  #menu-sup-header {
    display: none; }

  #chapeau .col-9 {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 100%; }

  li#link-add-menu .menu-contact {
    display: block; }

  #liste-realisations .big {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 100%;
    margin-bottom: 15px;
    float: none; }

  #liste-realisations .content-small {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 100%;
    height: auto;
    float: none; }
    #liste-realisations .content-small:before, #liste-realisations .content-small:after {
      content: " ";
      display: table; }
    #liste-realisations .content-small:after {
      clear: both; }
    #liste-realisations .content-small * {
      zoom: 1; }

  #liste-realisations .content-small .small {
    float: none;
    padding: 0px;
    margin-bottom: 15px; }

  .container-bloc-actus .un-bloc-actu {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 100%; }

  .container-bloc-actus .title-cat {
    width: 100%; }

  .container-bloc-actus .un-bloc-actu .background-1 {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px; }

  #template-liste-actu .container-bloc-actus .un-bloc-actu:last-child {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 100%; }

  #container-bloc-certifications #liste-certification {
    padding-bottom: 15px; }

  #container-bloc-certifications #liste-certification .une-certification {
    width: 33.33%;
    padding: 15px; }

  #container-bloc-certifications #liste-certification .une-certification:nth-child(4) {
    margin-left: 16.665%; }

  #footer #apropos .col-6 {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 100%; }

  #footer #apropos .col-6:nth-child(1) {
    margin-bottom: 15px; }

  #footer #sub-footer ul.menu-footer {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 100%;
    margin-bottom: 15px; }
    #footer #sub-footer ul.menu-footer li:first-child a {
      max-width: none; }

  #footer #sub-footer #menu-img-prix {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 100%;
    text-align: center; }

  #footer #sub-footer #menu-img-prix .in {
    padding: 15px 0px;
    border-top: 1px solid #405078;
    border-bottom: 1px solid #405078; }

  #footer #sub-footer #menu-img-prix img {
    width: 100%;
    height: auto;
    max-width: 90px;
    margin-bottom: 0px;
    display: inline-block;
    margin: 0px 7.5px; }
 /*
  #container-vous-voulez .title-bloc {
    width: 100%; }

  #container-vous-voulez .un-vous-voulez {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 100%;
    margin-left: 0 !important;
    height: 90px; }
    #container-vous-voulez .un-vous-voulez .title{ 
       margin-bottom: 0px;
     }
    #container-vous-voulez .un-vous-voulez h2{ height: auto !important; margin-bottom: 0px;}
    #container-vous-voulez .un-vous-voulez:before, #container-vous-voulez .un-vous-voulez:after {
      content: " ";
      display: table; }
    #container-vous-voulez .un-vous-voulez:after {
      clear: both; }
    #container-vous-voulez .un-vous-voulez * {
      zoom: 1; }

  #container-vous-voulez .un-vous-voulez .icon {
    width: 80px;
    height: 90px;
    float: left;
    margin: 0px; }

  #container-vous-voulez .un-vous-voulez .title {
    float: left;
    height: 90px;
    margin: 0px;
    text-align: left;
    margin-left: 45px; }
 */
 
 	/*----------------------------------------------
 	Edit
 	---------------------------------------------*/
 
   #container-vous-voulez .title-bloc {
    width: 100%; }

  #container-vous-voulez .un-vous-voulez {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 50%;
    margin-left: 0 !important;
    padding-bottom: 15px !important;
    }
    #container-vous-voulez .un-vous-voulez .title{ 
       margin-bottom: 0px;
       float: none;
     }
    #container-vous-voulez .un-vous-voulez h2{ height: auto !important; margin-bottom: 0px;}
    #container-vous-voulez .un-vous-voulez:before, #container-vous-voulez .un-vous-voulez:after {
      content: " ";
      display: table; }
    #container-vous-voulez .un-vous-voulez:after {
      clear: both; }
    #container-vous-voulez .un-vous-voulez * {
      zoom: 1; }

  #container-vous-voulez .un-vous-voulez .icon {
    height: 90px;
    margin: 0px; }

  #container-vous-voulez .un-vous-voulez .title {
    height: 90px;
    margin: 0px;
    text-align: center;
 }
    
   /*----------------------------------------------
   end edit
   ---------------------------------------------*/

  .bloc-container-faisons .title-arrow {
    width: 100%;
    padding-right: 0px; }

  #block-slider {
    height: 350px; }

  #block-slider .cd-hero-slider .cd-btn {
    max-height: 210px;
    width: auto;
    left: 30px; }

  #block-slider .cd-hero-slider .cd-btn .title {
    font-size: 20px;
    line-height: 24px; }

  #block-slider .cd-hero-slider .cd-btn .description {
    font-size: 15px;
    line-height: 18px; }

  #liste-metiers .un-metier {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 100%;
    margin-bottom: 15px; }

  #liste-metiers #recap-metier {
    display: none; }

  #wpcf7-f4-o1 .wpcf7-form-control-wrap {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 100%; } }
@media all and (max-width: 570px) {
  #container-barre-devis #scrollToTop {
    right: 10px;
    left: inherit; }

  #container-barre-devis #btn-short-right {
    float: none; }

  #container-barre-devis #barre-btn-devis a {
    padding: 0px 15px;
    font-size: 12px; }

  #container-barre-devis #barre-btn-devis a span {
    margin-left: 40px; } 
}


@media all and (max-width: 400px ){
	#container-vous-voulez .un-vous-voulez{ padding: 0px; }
	#container-vous-voulez .un-vous-voulez .title{
		float: none;
		/*padding-left: 40px;*/
		height: 100% !important;
		font-size: 14px;
		line-height: 16px;
	}
	
	#sup-header #logo img{ height: 50px; }
	
	#container-vous-voulez .un-vous-voulez h2{ font-size: 14px; line-height: 16px; }
	#container-barre-devis #barre-btn-devis a{ font-size: 10px; background-size: 15%;}
	#container-barre-devis #barre-btn-devis a span{ margin-left: 25px;}
	/*#container-barre-devis #barre-btn-devis a:nth-child(1){ display: none;}*/
}


#h1-indent{
	text-indent: -9999px;
	height: 0px;
}




