/* ------------------------------------------------------------------------------
	Template Name: Minifolio
	Author: Designstub
	Author URI: http://www.designstub.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0

/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Merriweather:300,400,500,600,700);
p {
  font-size: 13px;
  line-height: 22.4px;
  color: #6c7279;
}
h1 {
  font-size: 65px;
  color: #2d3033;
}
h2 {
  font-size: 40px;
  color: #2d3033;
}
h3 {
  font-size: 28px;
  color: #2d3033;
  font-weight: 300;
}
h4 {
  font-size: 22px;
  color: #2d3033;
  font-weight: 400;
}
h5 {
  font-size: 14px;
  /*color: #2d3033;*/
  color: #0459ab;
  text-transform: uppercase;
  font-weight: 700;
}
.btn {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
}
.btn:hover, .btn:focus {
  background-color: #3d3d3d;
  color: #fff;
}
.btn-large {
  padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
  color: #e84545;
}
a:hover, a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s;
}
body {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  color: #6c7279;
}
ul, ol {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
.section {
  padding: 100px 0;
}
.no-padding {
  padding: 0;
}
.no-gutter [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.space {
  margin-top: 60px;
}
.center {
  text-align: center;
}
/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  z-index: 999;
  margin-top: -7px;
}
#header .header-content {
  margin: 0 auto;
  max-width: 1170px;
  padding: 60px 0;
  width: 100%;
  -moz-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
#header .logo {
  float: left;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 7px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7);
}
#header.fixed {
  background-color: #fff;
}
#header.fixed a {
  color: #000;
}
#header.fixed .header-content {
  border-bottom: 0;
  padding: 25px 0;
}
#header.fixed .nav-toggle {
  top: 18px;
  color: #000;
}
.navigation.open {
  opacity: 0.9;
  visibility: visible;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.navigation {
  float: right;
}
.navigation li {
  display: inline-block;
}
.navigation a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 700;
  margin-left: 40px;
  text-transform: uppercase;
}
.navigation .phone {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 500;
  margin-left: 40px;
  padding: 10px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #FFFFFF;
  letter-spacing: -0.1px;
}
.navigation .phone span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
}
.navigation a:hover, .navigation a.active {
  color: #fff;
}
.nav-toggle {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 5%;
  text-indent: 100%;
  top: 32px;
  white-space: nowrap;
  width: 44px;
  z-index: 99999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
.nav-toggle:before {
  background-color: #e84545;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.nav-toggle:after {
  background-color: #e84545;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.nav-toggle span {
  background-color: #fff;
  bottom: auto;
  display: inline-block;
  height: 3px;
  left: 50%;
  position: absolute;
  right: auto;
  top: 50%;
  width: 18px;
  z-index: 10;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
  background-color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.nav-toggle span:before {
  -moz-transform: translateY(-6px) rotate(0deg);
  -ms-transform: translateY(-6px) rotate(0deg);
  -webkit-transform: translateY(-6px) rotate(0deg);
  transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
  -moz-transform: translateY(6px) rotate(0deg);
  -ms-transform: translateY(6px) rotate(0deg);
  -webkit-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.nav-toggle.close-nav:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.nav-toggle.close-nav span {
  background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
  background-color: #fff;
}
.nav-toggle.close-nav span:before {
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
.banner {
  background-image: url(../img/header/banner5.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 750px;
}
.banner-layer-small {
  background-image: url(../img/header/banner5.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 140px;
}
.banner-text {
  padding-top: 15%;
}
.banner-text h1 {
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7);
}
.banner-text div.TitreLogo {
  font-size: 22px;
  font-family: "Merriweather";
  text-transform: uppercase;
  font-weight: 600;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 80px;
  letter-spacing: -0.8px;
  color: #FFFFFF;
}
.banner-text p {
  color: rgba(255, 255, 255, 0.80);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 80px;
}
/* ==========================================================================
 Barre de couleur
========================================================================== */
.colorLayer {
  background-image: url(../img/header/barrewave.png);
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 7px;
}
/* ==========================================================================
	$intro
========================================================================== */
.intro {
  /* background-color: #00aeda; Original color */
  background-color: #114c5c;
}
.intro h2 {
  color: #fff;
  margin-top: 0;
  font-size: 28px;
  font-weight: 300;
}
.intro h3 {
  color: #fff;
}
.intro h4 {
  color: #BFBFBF;
}
.intro p {
  /*font-family: "Merriweather", Arial, sans-serif;*/
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
} 
/* ------------------------------------------------------------------------------
	 Serives
-------------------------------------------------------------------------------*/
.service-section {
  padding-top: 50px;
}
.services {
  margin-bottom: 50px;
}
.services h1 {
  font-size: 30px;
  /*color: #2d3033;*/
  color: #0459ab;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding-bottom: 50px;
}
.services h2 {
  font-size: 14px;
  /*color: #2d3033;*/
  color: #0459ab;
  text-transform: uppercase;
  font-weight: 700;
}
.services-content {
  padding: 0 15px;
  margin-top: 30px;
}
.services .icon {
  color: #0459ab;
  font-size: 50px;
  padding-left: 15px;
}
/* ------------------------------------------------------------------------------
	 Mentions légales
-------------------------------------------------------------------------------*/
.mentions-legales-section {
  padding-top: 50px;
}
.mentions-legales {
  margin-bottom: 50px;
}
.mentions-legales h1 {
  font-size: 30px;
  /*color: #2d3033;*/
  color: #0459ab;
  text-transform: uppercase;
  font-weight: 700;
}
.mentions-legales-content {
  padding: 0 15px;
  margin-top: 30px;
}
.mentions-legales .icon {
  color: #0459ab;
  font-size: 50px;
  padding-left: 15px;
}
/* ------------------------------------------------------------------------------
	 Moyens techniques
-------------------------------------------------------------------------------*/
.moyen-tech-section {
  padding-top: 100px;
}
.moyen-tech {
  margin-bottom: 50px;
}
.moyen-tech h1 {
  font-size: 30px;
  /*color: #2d3033;*/
  color: #0459ab;
  text-transform: uppercase;
  font-weight: 700;
}
.moyen-tech h2 {
  font-size: 14px;
  /*color: #2d3033;*/
  color: #0459ab;
  text-transform: uppercase;
  font-weight: 700;
}
.moyen-tech h3 {
  font-size: 12px;
  /*color: #2d3033;*/
  color: #0459ab;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 5px;
}
.moyen-tech {
  padding: 0 15px;
  margin-top: 30px;
}
.moyen-tech .icon {
  color: #0459ab;
  font-size: 50px;
  padding-left: 15px;
}
.moyen-tech ul li {
  font-size: 13px;
  list-style: none;
  line-height: 22.4px;
  color: #6c7279;
}
#moyen-tech img, iframe {
  display: block;
  width: 100%;
}
/* ------------------------------------------------------------------------------
	 LOCATION
-------------------------------------------------------------------------------*/
.location-tech-section {
  padding-top: 100px;
}
.location-tech {
  margin-bottom: 50px;
}
.location-tech h1 {
  margin-top: inherit;
  font-size: 28px;
  /*color: #2d3033;*/
  color: #0459ab;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 15px;
  letter-spacing: -.8px;
}
.location-tech .catliste {}
.location-tech .catH1 {
  margin-left: 10px;
  padding-top: 8px;
  float: left;
}
.location-tech h1 .icon {
  /*margin-bottom:20px;	*/
}
.location-tech .MenuTitreArticle .icon {
  float: left;
  color: #FFFFFF;
  margin-top: 0px;
  font-size: 18px;
  font-variant: 700;
  margin-left: -2px;
}
.location-tech .H1SpanIntegration {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.location-tech .H1SpanIntegration .outer-box {
  float: left;
  position: relative;
  margin-bottom: 20px;
}
.location-tech .H1SpanIntegration .outer-box .inner-box {
  height: 100%;
  width: 100%;
  opacity: 0.7;
  top: 0;
  left: 0;
  position: absolute;
  padding: 0;
  transition: opacity .5s;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.location-tech .H1SpanIntegration .outer-box img {
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.location-tech .H1SpanIntegration .outer-box:hover .inner-box {
  opacity: .45;
  transition: opacity .5s;
}
.location-tech .H1SpanIntegration ul li h1 {
  margin-top: 15px;
  margin-left: 15px;
  position: absolute;
  margin-bottom: 10px;
}
.location-tech .H1SpanIntegration ul li h1 div {
  display: inline-block;
  margin-top: 9px;
  color: #FFFFFF;
}
.location-tech .H1SpanIntegration ul li h1 span {
  float: left;
  margin-right: 15px;
  color: #FFFFFF;
}
.location-tech h2 {
  font-size: 14px;
  margin-top: 0px;
  /*color: #2d3033;*/
  color: #0459ab;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -.8px;
}
.location-tech h3 {
  font-size: 12px;
  /*color: #2d3033;*/
  color: #0459ab;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 5px;
}
.location-tech {
  padding: 0 15px;
  margin-top: 30px;
}
.location-tech .icon {
  color: #0459ab;
  font-size: 50px;
  padding-left: 15px;
}
.location-tech ul li {
  font-size: 13px;
  list-style: none;
  line-height: 22.4px;
  color: #6c7279;
}
.location-tech img, iframe {
  display: block;
  width: 100%;
}
.location-tech .entry-social {
  margin-bottom: 15px;
}
/* Pricing */
.location-tech #pricing {
  margin: 0px auto;
  font-family: 'Open Sans', Helvetica;
}
.location-tech .price_card {
  width: 100%;
  background: rgb(255, 255, 255);
  display: inline-table;
  top: 0;
}
.location-tech .price_card:not(:last-child) {}
.location-tech .header {
  color: rgb(255, 255, 255);
}
.location-tech .bravo .header {
  background: rgb(246, 77, 77);
}
.location-tech .charlie .header {
  background: rgb(48, 219, 181);
}
.location-tech .location {
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  display: block;
  text-align: center;
  padding: 20px 0 5px;
}
.location-tech .MenuTitreArticle {
  border: 0;
  padding: 9px 0 9px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 5px;
  width: 98%;
  font-size: 12px;
  font-weight: 500;
  display: block;
  letter-spacing: -.3px;
}
.location-tech .MenuTitreArticle:first-child {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: inherit;
}
.location-tech .MenuTitreArticle:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.location-tech a.MenuTitreArticle:hover {
  font-weight: 600;
  letter-spacing: -.8px;
}
.location-tech .ProductTitle {
  font-weight: 700;
  color: #000;
  font-size: 10px;
  padding: 5px 0 0px;
}
.location-tech .ProductInfo {
  font-weight: 200;
  color: #999999;
  font-size: 10px;
  padding: 0px 0 10px;
}
.location-tech .menu {
  min-height: 500px;
}
.location-tech .menu ul {}
.location-tech .menu ul li {
  line-height: 1.8;
  padding: 5px 0 5px;
  padding-left: 7px;
  margin-bottom: 5px;
}
.location-tech .price {
  width: 100%;
  font-size: 45px;
  font-weight: 700;
  display: block;
  text-align: center;
  padding: 5px 0 0px;
}
.location-tech .name {
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  display: block;
  text-align: center;
  padding: 0 0 30px;
}
.location-tech .features {
  list-style: none;
  text-align: center;
  color: rgb(138, 138, 138);
  margin: 0;
  padding: 0;
}
.location-tech .features li {
  margin: 0 15px;
  padding: 20px 15px;
  width: 90%;
}
.location-tech .features li:not(:last-child) {
  border: 1px solid rgb(242, 242, 242);
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.location-tech .button {
  padding-top: 20px;
  display: block;
}
.location-tech .button button {
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 5px;
  height: 40px;
  width: 200px;
  display: block;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0px auto 20px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.location-tech .button button:hover {
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
}
.location-tech .tip {
  font-family: 'Indie Flower';
  text-align: right;
  display: block;
  color: rgb(117, 117, 117);
  margin: 10px 5px;
}
.location-tech .flex-control-nav {
  bottom: 50px;
}
.location-tech .pastille_titre {
  float: left;
  width: 10px;
  height: 10px;
  margin: 1px auto;
  border-radius: 50%;
  margin-top: 3px;
  margin-right: 7px;
}
.location-tech .materiel_complementaire {
  display: block;
  margin-bottom: 20px;
}
.location-tech .materiel_complementaire h2 {
  background: #fff;
  position: relative;
  float: left;
  text-transform: uppercase;
  padding: 8px 5px 5px 0px;
}
.location-tech .materiel_complementaire .pastille_Anchor {
  font-size: 10px;
  border-bottom: 1px solid rgb(212, 212, 212);
  text-align: right;
}
.location-tech .materiel_complementaire .pastille_Anchor li {
  display: inline;
  text-transform: uppercase;
  padding: 0 5px 0 2px;
}
.location-tech .overlay {
  background: rgba(1, 107, 134, 0.9);
  /*background: rgba(0, 174, 218, 0.9);*/
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}
.location-tech .overlay-caption {
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-breadcrumb, .cd-multi-steps {
  /*width: 90%;*/
  /*max-width: 768px;*/
  padding: 0.5em 1em;
  margin-top: 1.5em;
  margin-bottom: 2.5em;
  background-color: #edeff0;
  border-radius: .25em;
}
.cd-breadcrumb::after, .cd-multi-steps::after {
  clear: both;
  content: "";
  display: table;
}
.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li > *, .cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 1.2rem;
  /*color: #2c3f4c;*/
}
/*.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
	  /* selected step 
	  color: #96c03d;
	}*/
.no-touch .cd-breadcrumb a, .no-touch .cd-multi-steps a {
  /* steps already visited */
  color: #4E4E4E;
}
.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  /* color: #96c03d; */
  font-weight: 700;
}
.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
  /* replace the default separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
  /* add a custom icon before each item */
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0;
}
.cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .cd-multi-steps.custom-icons li.current:first-of-type > *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}
@media only screen and (min-width: 768px) {
  .cd-breadcrumb, .cd-multi-steps {
    padding: 0 1.2em;
  }
  .cd-breadcrumb li, .cd-multi-steps li {
    margin: 1.2em 0;
  }
  .cd-breadcrumb li::after, .cd-multi-steps li::after {
    margin: 0 1em;
  }
  .cd-breadcrumb li > *, .cd-multi-steps li > * {
    font-size: 1.4rem;
  }
}
/*Images Work */
.catwork {
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  overflow: hidden;
  position: relative;
  border: 1px solid #F3F3F3;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.catwork img {
  width: 100%;
  height: 100%;
}
.catwork .catoverlay {
  background: rgba(1, 107, 134, 0.9);
  /*background: rgba(0, 174, 218, 0.9);*/
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.catwork .catoverlay-caption {
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.catwork div.voir, .catwork p, .catwork img {
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.catwork div.voir, .catwork p {
  color: #fff;
  margin: 0;
  opacity: 0;
}
.catwork div.voir {
  letter-spacing: -.8px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 12px;
  -moz-transform: translate3d(0, -200%, 0);
  -ms-transform: translate3d(0, -200%, 0);
  -webkit-transform: translate3d(0, -200%, 0);
  transform: translate3d(0, -200%, 0);
}
.catwork ul li:first-child {
  overflow: hidden;
}
.catwork ul li:last-child {
  border-bottom-left-radius: 5px;
}
.catwork p {
  -moz-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
.catwork-box:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.catwork-box:hover .catoverlay {
  opacity: 1;
}
.catwork-box:hover .catoverlay div.voir, .catwork-box:hover .catoverlay p {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.location-tech .catwork h3 {
  font-weight: 500;
  text-transform: uppercase;
  color: #FFF;
  font-size: 12px;
  letter-spacing: -.8px;
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 30px;
}
/* ------------------------------------------------------------------------------
	 Works
-------------------------------------------------------------------------------*/
.work {
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  overflow: hidden;
  position: relative;
}
.work img {
  width: 100%;
  height: 100%;
}
.work .overlay {
  background: rgba(1, 107, 134, 0.9);
  /*background: rgba(0, 174, 218, 0.9);*/
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}
.work .overlay-caption {
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.work h5, .work p, .work img {
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.work h5, .work p {
  color: #fff;
  margin: 0;
  opacity: 0;
}
.work span {
  font-size: 45px;
}
.work h5 {
  margin-bottom: 5px;
  -moz-transform: translate3d(0, -200%, 0);
  -ms-transform: translate3d(0, -200%, 0);
  -webkit-transform: translate3d(0, -200%, 0);
  transform: translate3d(0, -200%, 0);
}
.work p {
  -moz-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
.work-box:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.work-box:hover .overlay {
  opacity: 1;
}
.work-box:hover .overlay h5, .work-box:hover .overlay p {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* ------------------------------------------------------------------------------
	 Teams
-------------------------------------------------------------------------------*/
#teams h2 {
  font-size: 30px;
  /*color: #2d3033;*/
  color: #0459ab;
  text-transform: uppercase;
  font-weight: 700;
}
.person {
  max-width: 270px;
  text-align: center;
  margin-top: 30px;
}
.person img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: auto;
}
.person-content {
  margin-top: 20px;
}
.person h4 {
  font-weight: 400;
}
.person h5 {
  color: #00aeda;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 20px;
}
.social-icons, .footer .footer-share {
  margin-top: 30px;
}
.social-icons li, .footer .footer-share li {
  display: inline-block;
  float: none;
}
.social-icons a, .footer .footer-share a {
  border: 1px solid #e8ecee;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #c6cacc;
  display: block;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  margin-right: 5px;
  text-align: center;
  width: 32px;
}
.social-icons a:hover {
  background-color: #00aeda;
  border-color: #01a9d4;
  color: #fff;
}
/* ------------------------------------------------------------------------------
	 Blog / Timeline
-------------------------------------------------------------------------------*/
/* Media Queries */
/* Card sizing */
/* Colors */
/* Calculations */
/* Placeholders */
/* https://codepen.io/paulhbarker/pen/apvGdv */
@media (min-width: 1000px) {
  #timeline .demo-card:nth-child(odd) .head::after, #timeline .demo-card:nth-child(even) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  #timeline .demo-card:nth-child(odd) .head::before, #timeline .demo-card:nth-child(even) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
  }
}
/* Some Cool Stuff */
.demo-card:nth-child(1) {
  order: 1;
}
.demo-card:nth-child(2) {
  order: 6;
}
.demo-card:nth-child(3) {
  order: 3;
}
.demo-card:nth-child(4) {
  order: 7;
}
.demo-card:nth-child(5) {
  order: 3;
}
.demo-card:nth-child(6) {
  order: 8;
}
.demo-card:nth-child(7) {
  order: 4;
}
.demo-card:nth-child(8) {
  order: 9;
}
.demo-card:nth-child(9) {
  order: 5;
}
.demo-card:nth-child(10) {
  order: 10;
}
#timeline {
  padding-top: 30px;
}
#timeline h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 20px;
}
#timeline h5 {
  font-size: 30px;
  text-align: center;
}
#timeline p.leader {
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 45px;
}
#timeline .demo-card-wrapper {
  position: relative;
  margin: auto;
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
    height: 2550px;
    margin: 0 auto;
  }
}
#timeline .demo-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}
#timeline .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
}
#timeline .displayNone {
  display: none;
}
@media (min-width: 480px) {
  #timeline .demo-card {
    max-width: 60%;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }
  #timeline .displayNone {
    display: none;
  }
}
@media (min-width: 720px) {
  #timeline .demo-card {
    max-width: 40%;
  }
  #timeline .displayNone {
    display: none;
  }
}
@media (min-width: 1000px) {
  #timeline .demo-card {
    max-width: 450px;
    height: 410px;
    margin: 90px;
    margin-top: 35px;
    margin-bottom: 35px;
  }
  #timeline .displayNone {
    display: block;
  }
  #timeline .demo-card:nth-child(odd) {
    margin-right: 45px;
  }
  #timeline .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }
  #timeline .demo-card:nth-child(odd) .head::before {
    left: 491.5px;
  }
  #timeline .demo-card:nth-child(even) {
    margin-left: 45px;
  }
  #timeline .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }
  #timeline .demo-card:nth-child(even) .head::before {
    right: 489.5px;
  }
  #timeline .demo-card:nth-child(2) {
    margin-top: 180px;
  }
}
#timeline .demo-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
#timeline .demo-card .head .number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.17);
}
#timeline .demo-card .head h2 {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0;
  padding-bottom: 6px;
  line-height: 1rem;
  color: #FFFFFF;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 {
    font-size: 100%;
    line-height: 1.2rem;
  }
}
#timeline .demo-card .head h2 span {
  display: block;
  font-size: 1.2rem;
  margin: 5px 0px 5px 0px;
  color: #FFFFFF;
}
@media (min-width: 720px) {
  #timeline .demo-card .head h2 {
    font-size: 115%;
    line-height: 1.2rem;
  }
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 span {
    font-size: 1.2rem;
  }
}
#timeline .demo-card .body {
  background: #fff;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-top: 0;
  padding: 15px;
}
@media (min-width: 1000px) {
  #timeline .demo-card .body {
    height: 315px;
  }
}
#timeline .demo-card .body p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
#timeline .demo-card .body img, iframe {
  display: block;
  width: 100%;
}
#timeline .demo-card--step1 {
  background-color: #114c5c;
}
#timeline .demo-card--step1 .head::after {
  border-color: #114c5c;
}
#timeline .demo-card--step2 {
  background-color: #1C7893;
}
#timeline .demo-card--step2 .head::after {
  border-color: #1C7893;
}
#timeline .demo-card--step3 {
  background-color: #114c5c;
}
#timeline .demo-card--step3 .head::after {
  border-color: #114c5c;
}
#timeline .demo-card--step4 {
  background-color: #1C7893;
}
#timeline .demo-card--step4 .head::after {
  border-color: #1C7893;
}
#timeline .demo-card--step5 {
  background-color: #114c5c;
}
#timeline .demo-card--step5 .head::after {
  border-color: #114c5c;
}
#timeline .demo-card--step6 {
  background-color: #1C7893;
}
#timeline .demo-card--step6 .head::after {
  border-color: #1C7893;
}
#timeline .demo-card--step7 {
  background-color: #114c5c;
}
#timeline .demo-card--step7 .head::after {
  border-color: #114c5c;
}
#timeline .demo-card--step8 {
  background-color: #1C7893;
}
#timeline .demo-card--step8 .head::after {
  border-color: #1C7893;
}
#timeline .demo-card--step9 {
  background-color: #114c5c;
}
#timeline .demo-card--step9 .head::after {
  border-color: #114c5c;
}
#timeline .demo-card--step10 {
  background-color: #1C7893;
}
#timeline .demo-card--step10 .head::after {
  border-color: #1C7893;
}
/* ------------------------------------------------------------------------------
	 Testimonials
-------------------------------------------------------------------------------*/
.testimonials {
  /* background-color: #00aeda; Original color */
  background-color: #114c5c;
  position: relative;
  text-align: center;
}
.testimonials blockquote {
  border: 0;
  margin: 0;
  padding: 100px 15%;
}
.testimonials .h1testimonials {
  color: #fff;
  font: 23px "Merriweather";
  font-weight: 300;
  font-size: 20px;
  text-align: justify;
}
.testimonials p {
  color: #fff;
  display: block;
  font-size: 13px;
  font-style: normal;
  letter-spacing: 2px;
  font-weight: 400;
  margin-top: 30px;
  text-transform: uppercase;
}
.flex-control-nav {
  margin-top: 2%;
  bottom: none !important;
  position: relative !important;
  right: 0;
  text-align: center;
  width: 100% !important;
  z-index: 100;
}
/* ------------------------------------------------------------------------------
	Contact form
-------------------------------------------------------------------------------*/
.conForm {
  text-align: center;
}
.conForm h5 {
  font-size: 30px;
}
.conForm p {
  text-align: center;
  margin: 7%;
}
.conForm input {
  color: #797979;
  padding: 15px 30px;
  border: none;
  margin-right: 3%;
  margin-bottom: 30px;
  outline: none;
  font-style: normal;
  border-bottom: #e0e0e0 1px solid;
  font-size: 15px;
}
.conForm input.noMarr {
  margin-right: 0px;
}
.conForm textarea {
  color: #797979;
  padding: 15px 30px;
  margin-bottom: 18px;
  outline: none;
  height: 150px;
  font-style: normal;
  resize: none;
  font-size: 15px;
  border: none;
  border-bottom: #e0e0e0 1px solid;
}
.conForm .submitBnt {
  background: #3bc492;
  color: #fff;
  margin-top: 30px;
  padding: 15px 30px 15px 30px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 5px;
  border: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
}
.conForm .submitBnt:hover {
  background: #3d3d3d;
  color: #fff;
}
.conForm #recapchaWidget {
  display: inline-block;
  padding-right: -30px;
}
#success_page {
  color: #00bdbd;
  font-weight: 500;
}
.error_message {
  color: #ff675f;
  padding-bottom: 15px;
  font-weight: 500;
}
#success_page h3 {
  font-size: 17px;
  color: #5ed07b;
  font-weight: 700;
}
#success_page h3.error {
  color: #E80003;
}
/* Formulaire généraux - Retraitement des balises CSS de la classe Bootstrap */
.form-check-label {
  font-weight: normal;
}
.col-form-label {
  font-weight: normal;
  padding-top: 5px;
}
.form-check {
  line-height: 2;
}
/* ------------------------------------------------------------------------------
	 Register form / Newletter Form / Password FORM 
-------------------------------------------------------------------------------*/
.user-form-section {
  padding-top: 100px;
}
.user-form {
  margin-bottom: 50px;
}
.user-form h1 {
  font-size: 35px;
  /*color: #2d3033;*/
  color: #0459ab;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 30px;
}
.user-form h2 {
  font-size: 20px;
  /*color: #2d3033;*/
  color: #0459ab;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 10px;
}
.user-form h3 {
  font-size: 16px;
  /*color: #2d3033;*/
  color: #0459ab;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 5px;
}
.user-form {
  padding: 0 15px;
  margin-top: 30px;
}
/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
  text-align: left;
}
.footer-top {
  background-color: #181818;
  padding-top: 50px;
}
.footer-bottom {
  background-color: #313454;
  padding: 20px 0;
}
.footer .footer-col {
  margin-bottom: 80px;
}
.footer h5 {
  color: #fff;
}
.footer h5 {
  margin-bottom: 20px;
}
.footer p {
  color: rgba(255, 255, 255, 0.25);
}
.footer a {
  color: rgba(255, 255, 255, 0.50);
}
.footer a:hover {
  color: #e84545;
}
.footer .footer-share {
  margin-top: 0;
}
.footer .footer-share li {
  display: inline-block;
  float: none;
}
.footer .footer-share a {
  border: none;
  font-size: 21px;
  color: rgba(255, 255, 255, 0.25);
}
.footer .fa-heart {
  color: #e84545;
  font-size: 11px;
  margin: 0 2px;
}