/*//////////GENERAL///////////*/
@font-face {
  font-family: 'ceasy';
  src: url('../font/ceasy.eot?46153828');
  src: url('../font/ceasy.eot?46153828#iefix') format('embedded-opentype'),
       url('../font/ceasy.woff2?46153828') format('woff2'),
       url('../font/ceasy.woff?46153828') format('woff'),
       url('../font/ceasy.ttf?46153828') format('truetype'),
       url('../font/ceasy.svg?46153828#ceasy') format('svg');
  font-weight: normal;
  font-style: normal;
}
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "ceasy";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before { content: '\e800'; }
.icon-phone:before { content: '\e801'; }
.icon-mail:before { content: '\e802'; }
.icon-location:before { content: '\e803'; }
.icon-facebook:before { content: '\e804'; }
.icon-right:before { content: '\e805'; }
.icon-right-open-1:before { content: '\e806'; }
.icon-left-open:before { content: '\e807'; }
.icon-right-open:before { content: '\f006'; }
.icon-youtube:before { content: '\f167'; }
body{
  background:#ffffff;
  margin:0;
  padding:0;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight:300;
  color:#3c3d48;
}
*{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a,
a:visited,
a:focus,
a:hover{
  text-decoration:none;
  color:inherit;
}
a:hover{
  opacity:0.7;
}
ul,ol{
  padding:0;
  margin:0;
}
.wrapper{
  width:1200px;
  margin:0 auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clear{
  clear:both;
}
.btn{
  font-family:"Lato", Helvetica, Arial, sans-serif;
}
label{
  cursor:pointer;
}
.resp{
  display:none;
}

.wysiwyg b,
.wysiwyg strong {
  font-weight: bold;
}

.breadcrumb ul li {
  display: inline-block;
  margin-right: 10px;
}

/*////////////////////////////////////////HEADER//////////////////////////////////////////////*/
header{
  height:120px;
  position:relative;
}
header .wrapper{

}
header .top-logo{
  display:inline-block;
  margin:15px 70px 0 0;
}
header nav{
  display:inline-block;
  vertical-align: 0px;
}
header nav ul li{
  display:inline-block;
  width:130px;
  height:57px;
  padding: 35px 0 0 8px;
  border-left:2px solid #f5f5f5;
  font-size:15px;
  text-transform:uppercase;
  font-family:"Oswald", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
header nav ul li a.sub-link{
  position:relative;
}
header nav ul li a.sub-link:before{
  content:"";
  display:block;
  position:absolute;
  top: -25px;
  left: -27px;
  color:#f5f5f5;
  font-size:35px;
  font-weight: 500;
}
header nav ul li.content-L a.sub-link:before{
  content:"L"; 
  left:-22px;
}
header nav ul li.content-B a.sub-link:before{
  content:"B"; 
  left:-27px;
}
header nav ul li.content-S a.sub-link:before{
  content:"S"; 
  left:-25px;
}
header nav ul li.content-O a.sub-link:before{
  content:"O"; 
  left:-26px;
}
header nav ul li.content-A a.sub-link:before{
  content:"A"; 
  left:-26px;
}

header nav ul li:hover a.sub-link:after{
  content: "";
  position: absolute;
  width: 2px;
  height: 21px;
  background: #e15556;
  top: 7px;
  left: -10px;
}
header nav ul li:hover a.sub-link{
  opacity:0.8;
  color:#e15556;
}
header nav ul li.active a.sub-link{
  color:#e15556;
}
header nav ul li.active a.sub-link:after{
  content: "";
  position: absolute;
  width: 2px;
  height: 21px;
  background: #e15556;
  top: 7px;
  left: -10px;
}
header .top-contact{
  position:absolute;
  top:0;
  right:0;
}
header .top-contact ul{
  font-size: 0;
  display: flex;
}
header .top-contact ul li{
  display:inline-block;
}
header .top-contact ul li a.btn{
  display:inline-block;
  height:30px;
  line-height:26px;
  font-family:"Oswald", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color:#ffffff;
  width:135px;
  text-align:center;
  font-size:15px;
}
header .top-contact ul li a.btn-call{
  background:#3c3d48;
}
header .top-contact ul li a.btn-annuaire{
  background: #000000;
  color: #ffffff;
  display: inline-block;
}
header .top-contact ul li a.btn-call:before{
  font-family: "ceasy";
  font-style: normal;
  font-weight: normal;
 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e801';
  display:inline-block;
  margin:0 9px 0 0;
}
header .top-contact ul li a.btn-contact{
  background:#989898;
}
header .top-contact ul li a.btn-contact:before{
  font-family: "ceasy";
  font-style: normal;
  font-weight: normal;
 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content:"\e802";
  display:inline-block;
  margin:0 9px 0 0;
}
header .top-contact ul li a.btn-locations{
  background:#d20001;
  position:relative;
  padding: 0 0 0 25px;
}
header .top-contact ul li a.btn-locations:before{
  content:"";
  display:inline-block;
  width:12px;
  height:24px;
  background:url("../img/picto-locations-small.png") no-repeat center center;
  position: absolute;
  left: 23px;
  top: 2px;
}
header.mobile{
  display:none;
}
header.mobile .show-mobile-menu{
  float: right;
    margin: 45px 15px 0 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background:url("../img/picto-menu-mobile-open.png") no-repeat center center #3d3d49;
    font-size: 0;
}
header.mobile .top-logo{
  margin: 10px 0px 10px 30px;
}
header.mobile .mobile-menu{
  display:none;
}
header.mobile .mobile-menu .mobile-menu-overlay{
  position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(61,61,73,0.9);
    z-index:20;
    cursor:pointer;
}
header.mobile .mobile-menu .mobile-menu-content{
  z-index: 20;
    background: #3d3d49;
    position: absolute;
    top: 0;
    width: 100%;
}
header.mobile .mobile-menu .mobile-menu-content nav{
  width: 100%;
    text-align: center;
}
header.mobile .mobile-menu .mobile-menu-content nav ul{
    width: 80%;
    text-align: left;
    margin: 0 auto;
    padding: 0 0 0 60px;
}
header.mobile .mobile-menu .mobile-menu-content nav li{
    margin-bottom: 30px;
    float: left;
    width: 50%;
}
header.mobile .mobile-menu .mobile-menu-content nav li a{
  color:#ffffff;
}
header.mobile .mobile-menu .close-mobile-menu{
  float: right;
  margin: 45px 15px 0 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  background:url("../img/picto-menu-mobile-close.svg") no-repeat center center #ffffff;
  font-size: 0;
}
header.mobile .mobile-top-contact{
  text-align: center;
  padding:10px 0 30px 0;
}
header.mobile .mobile-top-contact ul{
  font-size: 0;
}
header.mobile .mobile-top-contact ul li{
  display:inline-block;
  margin-top: 10px;
}
header.mobile .mobile-top-contact ul li a.btn{
  display:inline-block;
  height:30px;
  line-height:26px;
  font-family:"Oswald", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color:#ffffff;
  width:135px;
  text-align:center;
  font-size:15px;
}
header.mobile .mobile-top-contact ul li a.btn-call{
  background:#ffffff;
  color:#3c3d48;
}
header.mobile .mobile-top-contact ul li a.btn-call:before{
  font-family: "ceasy";
  font-style: normal;
  font-weight: normal;
 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e801';
  display:inline-block;
  margin:0 9px 0 0;
}
header.mobile .mobile-top-contact ul li a.btn-contact{
  background:#989898;
}
header.mobile .mobile-top-contact ul li a.btn-contact:before{
  font-family: "ceasy";
  font-style: normal;
  font-weight: normal;
 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content:"\e802";
  display:inline-block;
  margin:0 9px 0 0;
}
header.mobile .mobile-top-contact ul li a.btn-locations{
  background:#d20001;
  position:relative;
  padding: 0 0 0 25px;
}
header.mobile .mobile-top-contact ul li a.btn-locations:before{
  content:"";
  display:inline-block;
  width:12px;
  height:24px;
  background:url("../img/picto-locations-small.png") no-repeat center center;
  position: absolute;
  left: 23px;
  top: 2px;
}
/*////////////////////////////////////////MENU//////////////////////////////////////////////*/
header nav ul li .submenu{
  visibility:hidden;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: white;
  z-index: 10000;
  padding:30px 0;
  text-transform: initial;
  top:118px;
  border-top:2px solid #e15556;
  opacity:0;
  transition: opacity 0.2s ease-out, visibility 0.2s ease ;
}
header nav ul li:hover .submenu{
  visibility: visible;
  opacity:1;
}
header nav ul li.active .submenu{
  display: block;
  height:0;
  padding:0;
}
header nav ul li.active .submenu .submenu-wrapper{
  display:none;
}
header nav ul li.active:hover .submenu{
  height:auto;
  padding: 30px 0;
}
header nav ul li.active:hover .submenu .submenu-wrapper{
  display:flex;
}
header nav ul li .submenu .submenu-wrapper{
  width:1200px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
}

header nav ul li .submenu .submenu-wrapper .home-preview-block{
  font-family:"Oswald", Helvetica, Arial, sans-serif;
  font-weight:300;
  color:#000000;
  font-size:16px;
  margin:0 10px;

}
header nav ul li .submenu .submenu-wrapper .home-preview-block img{
  margin:0 0 15px 0;
  width:100%;
}
header nav ul li .submenu .submenu-wrapper .home-preview-block .home-preview-title{
  margin:0 0 10px 0;
  font-weight:500;
  color:#989898;
  font-size:20px;
}
/*////////////////////////////////////////BREADCRUMB//////////////////////////////////////////////*/
.breadcrumb{
  color:#989898;
  font-size:13px;
  font-family:"Oswald", Helvetica, Arial, sans-serif;
  font-weight:300;
  padding: 11px 0;
}
/*////////////////////////////////////////HOME SLIDER//////////////////////////////////////////////*/
.flexslider{
  border:none;
  margin:0;
  position:relative;
  overflow: hidden;
  border-radius:0;
}

.flexslider #logo-slider{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index:10;
}
/*////////////////////////////////////////HOME GROUPE//////////////////////////////////////////////*/
.home-groupe{
  background:#e1e1e1;
  padding:70px 0;
}
.home-groupe .wrapper{
  display:table;
}
.home-groupe .home-groupe-left,
.home-groupe .home-groupe-right{
  width:50%;
  height:100%;
  display: table-cell;
  vertical-align: top;
}
.home-groupe .home-groupe-right{
  padding:55px 20px 0 50px;
  background:url("../img/preview-groupe-colors.jpg") no-repeat 10px 0px;
  line-height:1.2;
  font-size:15px;
  background-size:contain;
}
.home-groupe .home-groupe-right h1{
  font-family:"Oswald", Helvetica, Arial, sans-serif;
  color:#989898;
  font-size:30px;
  text-transform:uppercase;
  font-weight:500;
  margin-bottom:50px;
}
.home-groupe .home-groupe-right h1 > span{
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  color:#3c3d48;
  font-size:40px;
  display:block;
  font-weight: 200;
  letter-spacing:-2px;
  margin-left:-3px;
}
.home-groupe .home-groupe-right h1 > span .cRed{
  color:#d20001;
}
.home-groupe .home-groupe-left img{
  width:100%;
}
/*////////////////////////////////////////HOME GAMMES//////////////////////////////////////////////*/
.home-gammes{

}
.home-gammes .wrapper{
  padding:50px 0;
  text-align:center;
}
.home-gammes .wrapper h2{
  font-family:"Oswald", Helvetica, Arial, sans-serif;
  color:#989898;
  font-size:30px;
  text-transform:uppercase;
  font-weight:500;
  margin-bottom:50px;
}
.home-gammes .wrapper h2 > span{
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  color:#3c3d48;
  font-size:40px;
  font-weight: 200;
  position:relative;
}
.home-gammes .wrapper h2 > span:after{
  content:"";
  display:block;
  width:97px;
  height:4px;
  background:#d20001;
  position:absolute;
  bottom:-10px;
  left:50%;
  margin-left:-47px;
}
/*////////////////////////////////////////SLIDER ACCORDEON//////////////////////////////////////////////*/
.accordion {
  width: 100%;
  height: 600px;
  margin:0;
}
.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 1000ms ease;
}
.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}
.accordion ul li div a {
  display: block;
  height: 600px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  transition: all 800ms ease;
}
.accordion ul li div a span {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  transform: rotate(-90deg) translate(0, -100%);
  transform-origin: 0 0;
  position: absolute;
  bottom: 5px;
  left: 35px;
  width: 300px;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.accordion ul li div a p {
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  top: 25px;
  left: 20px;
  font-weight: 500;
  font-family:"Oswald", Helvetica, Arial, sans-serif;
  width: 100%;
  text-transform: uppercase;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.accordion ul li{background-size: cover !important;}
.accordion ul:hover li { width: 8%; }
.accordion ul:hover li:hover { width: 60%; }
.accordion ul:hover li:hover a { background: rgba(0, 0, 0, 0.4); }
.accordion ul:hover li:hover:before{
  content:"";
  display:block;
  width:4px;
  height:46px;
  background:url("../img/picto-accordion-hover.jpg") no-repeat center center;
  position:absolute;
  top: -26px;
  left: 22.5px;
  overflow: none;
}
/*////////////////////////////////////////HOME SERVICES//////////////////////////////////////////////*/
.home-services{
  padding:30px 0 50px 0;
  text-align:center;
  line-height:1.2;
}
.home-services .wrapper{
  position:relative;
}
.home-services h2{
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  color:#3c3d48;
  font-size:40px;
  font-weight: 200;
  position:relative;
  text-transform:uppercase;
  margin-bottom:55px;
}
.home-services h2:after{
  content:"";
  display:block;
  width:97px;
  height:4px;
  background:#d20001;
  position:absolute;
  bottom:-10px;
  left:50%;
  margin-left:-47px;
}
.home-services h3{
  font-weight:500;
  margin-bottom:15px;
  font-size:18px;
}
.home-services p{
  font-size:15px;
  margin:0 0 40px 0;
}
.home-services a.btn{
  float:right;
  display:inline-block;
  height:36px;
  line-height:36px;
  width:150px;
  text-align:center;
  font-size:15px;
  position:relative;
}
.home-services a.btn.btn-services{
  background:#ffffff;
  border:1px solid #f5f5f5;
  margin: 0 20px 0 0;
}
.home-services a.btn.btn-services:after {
  content: '\e805';
  display: inline-block;
  margin: 0 0 0 9px;
  font-family: "ceasy";
  font-style: normal;
  font-weight: normal;
 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:#da2e2f;
}

.home-services .savoir-faire{
  font-family:"Oswald", Helvetica, Arial, sans-serif;
  font-weight:500;
  text-transform:uppercase;
  color:#ffffff;
  background:#989898;
  width:205px;
  height:45px;
  line-height:43px;
  font-size:30px;
  text-align:center;
  position:absolute;
  top: 175px;
  left: 0;
  transform: rotate(-90deg);
  transform-origin: top left;
}
/*////////////////////////////////////////HOME ACTUALITES//////////////////////////////////////////////*/
.home-actualites{
  background:#989898;
  padding:50px 0 30px;
  text-align:center;
  line-height:1.2;
}
.home-actualites .wrapper h2{
  display:block;
  font-family:"Oswald", Helvetica, Arial, sans-serif;
  color:#3c3d48;
  font-size:30px;
  text-transform:uppercase;
  font-weight:500;
  margin-bottom:50px;
}
.home-actualites .wrapper h2 > span{
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  color:#ffffff;
  font-size:40px;
  font-weight: 200;
  position:relative;
}
.home-actualites .wrapper h2 > span:after{
  content:"";
  display:block;
  width:97px;
  height:4px;
  background:#d20001;
  position:absolute;
  bottom:-10px;
  left:50%;
  margin-left:-47px;
}
.home-actualites .wrapper .home-actualites-block{
  width:33.3334%;
  float:left;
}

.home-actualites .wrapper .home-actualites-block .img-actu {
  height: 275px;
}

.home-actualites .wrapper .home-actualites-block img{
  width:100%;
  height:auto;
  visibility: hidden;
}
.home-actualites .wrapper .home-actualites-block .bgWhite{
  background:#ffffff;
  padding: 12px;
  position:relative;
  min-height: 126px;
}
.home-actualites .wrapper .home-actualites-block .bgWhite.bg-top{
  border-bottom: 2px solid #E1E1E1;
}

.home-actualites .wrapper .home-actualites-block .bgWhite.bg-bottom {
  border-top: 2px solid #E1E1E1;
}

.home-actualites .wrapper .home-actualites-block .bgWhite.mobile{
  display:none;
}
.home-actualites .wrapper .home-actualites-block h3{
  font-family:"Oswald", Helvetica, Arial, sans-serif;
  text-transform:uppercase;
  font-weight: 500;
  font-size:22px;
  color:#989898;
  margin:0 0 10px 0;
}
.home-actualites .wrapper .home-actualites-block.left .bgWhite:after,
.home-actualites .wrapper .home-actualites-block.center .bgWhite.mobile:after,
.home-actualites .wrapper .home-actualites-block.right .bgWhite:after{
  content:"";
  display:block;
  position:absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 22.5px 0 22.5px;
  border-color: #ffffff transparent transparent transparent;
  bottom: -10px;
  left: 50%;
  margin-left: -22.5px;
}

.home-actualites .wrapper .home-actualites-block.left .bgWhite:before,
.home-actualites .wrapper .home-actualites-block.center .bgWhite.mobile:before,
.home-actualites .wrapper .home-actualites-block.right .bgWhite:before {
  content:"";
  display:block;
  position:absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 22.5px 0 22.5px;
  border-color: #E1E1E1 transparent transparent transparent;
  bottom: -12px;
  left: 50%;
  margin-left: -22.5px;
}

.home-actualites .wrapper .home-actualites-block.center .bgWhite:not(.mobile):after{
  content:"";
  display:block;
  position:absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 22.5px 10px 22.5px;
  border-color: transparent transparent #ffffff transparent;
  top: -10px;
  left: 50%;
  margin-left: -22.5px;
}

.home-actualites .wrapper .home-actualites-block.center .bgWhite:not(.mobile):before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 22.5px 10px 22.5px;
  border-color: transparent transparent #E1E1E1 transparent;
  top: -12px;
  left: 50%;
  margin-left: -22.5px;
}


.home-actualites .see-more-actualite{
  float:right;
  color:#ffffff;
}
.home-actualites .see-more-actualite a{
  display:inline-block;
  width:122px;
  height:36px;
  line-height:36px;
  text-align:center;
  color:#3c3d48;
  background:#ffffff;
  margin:30px 70px 0px 10px;
}
.home-actualites .see-more-actualite a:after{
  content:"\f006";
  color:#d3d3d3;
  display:inline-block;
  margin:0 0 0 15px;
  font-family: "ceasy";
  font-style: normal;
  font-weight: normal;
 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*////////////////////////////////////////HOME TEMOIGNAGES//////////////////////////////////////////////*/
.home-temoignage{
  background:#3c3d48;
  padding:70px 0 50px 0;
  position:relative;
  color:#ffffff;
  text-align:center;
}
.home-temoignage:after{
  content:"";
  display:block;
  position:absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 57.5px 0 57.5px;
  border-color: #3c3d48 transparent transparent transparent;
  bottom:-25px;
  left:50%;
  margin-left:-57.5px;
}
.home-temoignage h2{
  display: inline-block;
  font-family:"Oswald", Helvetica, Arial, sans-serif;
  color:#989898;
  font-size:30px;
  text-transform:uppercase;
  font-weight:500;
  margin-bottom:50px;
  text-align:center;
  position:relative;
}
.home-temoignage h2 > span{
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  color:#ffffff;
  font-size:40px;
  font-weight: 200;
  position:relative;
}
.home-temoignage h2:before{
  content:"";
  display:block;
  width:21px;
  height:48px;
  background:url("../img/comas-open.png") no-repeat center center;
  position:absolute;
      top: -18px;
    left: -50px;
}
.home-temoignage h2:after{
  content:"";
  display:block;
  width:21px;
  height:48px;
  background:url("../img/comas-close.png") no-repeat center center;
  position:absolute;
  bottom: -18px;
  right: -50px;
}
.home-temoignage .home-temoignage-block{
  text-align:left;
  padding: 0 30px;
}
.home-temoignage .home-temoignage-block .left{
  float: left;
  text-align: center;
  position:relative; 
  width: 25%;
}

.home-temoignage .home-temoignage-block .left .container-img {
   width: 176px;
   height: 176px;
   border-radius: 100px;
   margin: 12px 0 0 65px;
}

.home-temoignage .home-temoignage-block .left:before{
  content:"";
  display:block;
  width:198px;
  height:201px;
  background:url("../img/bg-temoignage-profil.png") no-repeat center center;
  position:absolute;
  top: 0;
  left: 54px;
}
.home-temoignage .home-temoignage-block .left img{
  border-radius: 100px;
  visibility: hidden;
}
.home-temoignage .home-temoignage-block .right{
  width: 70%;
  padding:10px 0 0 0;
  float:left;
  margin-left: 45px;
}
.home-temoignage .home-temoignage-block .name{
  font-family:"Oswald", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 22px;
  position:relative;
  margin-bottom:5px;
}
.home-temoignage .home-temoignage-block .name:before{
  content:"";
  width:12px;
  height:12px;
  border-radius:12px;
  background:#989898;
  position:absolute;
  top: 6px;
  left: -25px;
}
.home-temoignage .home-temoignage-block .aside{
  font-weight: 500;
  margin-bottom:25px;
}
.home-temoignage .home-temoignage-block .text{
  line-height: 1.3;
}
.home-temoignage .home-temoignage-block a.btn{
  float:right;
  display:inline-block;
  height:36px;
  line-height:36px;
  text-align:center;
  font-size:15px;
  position:relative;
}
.home-temoignage .home-temoignage-block a.btn.btn-suite{
  border:1px solid #5b5b63;
  margin: 0 20px 0 0;
  color:#5b5b63;
  width:150px;
}
.home-temoignage .home-temoignage-block a.btn.btn-suite:after{
  content: "\e805";
  display: inline-block;
  margin: 0 0 0 9px;
  font-family: "ceasy";
  font-style: normal;
  font-weight: normal;
 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:#d20001;
}
.home-temoignage .home-temoignage-block a.btn.btn-temoignages{
  width:168px;
  background:#989898;
  color:#ffffff;
  margin: 0 70px 0 0;
}
.home-temoignage .home-temoignage-block .temoignage-content{
  position: relative;
  overflow: auto;
  margin-bottom:40px;
}
.home-temoignage.specific .home-temoignage-block{
  border-bottom:1px solid #CCCCCC;
  padding: 30px;
}
.home-temoignage.specific .pagination{
  display:inline-block;
  margin-top:50px;
}
.home-temoignage.specific .pagination a{
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  display:inline-block;
    font-weight:300;
    height:32px;
    line-height:32px;
    width:28px;
    text-align:center;
    color:#ffffff;
    font-size:14px;
    font-weight:500;
    border:1px solid #989898;
    margin:2px;
}
.home-temoignage.specific .pagination a.active{
    background:#989898;
}
/*////////////////////////////////////////HOME BOTTOM//////////////////////////////////////////////*/
.home-bottom{
  padding:95px 0 0 0;
  color:#3c3d48;
}
.home-bottom .wrapper.date{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom:1px solid #f5f5f5;
  padding-bottom:55px;
}
.home-bottom .wrapper.date img{
  height: 100%;
}
.home-bottom .wrapper.date .home-bottom-newsletter{
  font-family:"Oswald", Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size:18px;
  text-transform:uppercase;
}
.home-bottom .wrapper.date .home-bottom-newsletter form .title{
  margin:0 0 13px 0;
}
.home-bottom .wrapper.date .home-bottom-newsletter form input[type=email]{
  height:38px;
  line-height:38px;
  padding: 0 0 0 10px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight:300;
  text-transform:initial;
  font-size:14px;
}
.home-bottom .wrapper.date .home-bottom-newsletter form input[type=submit]{
  height: 38px;
  vertical-align: top;
  background: #d20001;
  border: none;
  color: #ffffff;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight:300;
  font-size:14px;
  cursor:pointer;
}

.home-bottom .wrapper.date .home-bottom-newsletter .home-bottom-social p.title{
  display:inline-block;
}
.home-bottom .wrapper.date .home-bottom-newsletter .home-bottom-social a{
  display:inline-block;
  width:30px;
  height:30px;
  border-radius:30px;
  background:#3c3d48;
  color:#ffffff;
  text-align: center;
  line-height: 27px;
}
.home-bottom .wrapper.date .home-bottom-newsletter .home-bottom-social a.fb{
  margin:0 10px;
}
.home-bottom .wrapper.date .home-bottom-newsletter .home-bottom-social a.fb:before{
  content:'\e804';
  font-family: "ceasy";
  font-style: normal;
  font-weight: normal;
 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:#ffffff;
}
.home-bottom .wrapper.date .home-bottom-newsletter .home-bottom-social a.yt{
  content:"X";
  display: none;
}
.home-bottom .wrapper .home-bottom-logos{
  display: flex;
  justify-content:space-around;
  align-items:center;
  padding:35px 0 30px 0;
}
/*////////////////////////////////////////HOME BOTTOM//////////////////////////////////////////////*/
footer{
  background:#3c3d48;
  font-size:14px;
  color:#989898;
  padding:35px 0 10px 0;
}
footer .wrapper{
  display:flex;
  justify-content: space-between;
}
footer a.home{
  font-size: 19px;
}
footer .footer-links ul{
  display:inline-block;
  vertical-align: top;
  color:#989898;
  margin:0 30px;
}
footer .footer-links ul li {
  margin-bottom:10px;
}

footer .footer-links ul.ul li:first-child{
  margin-top:0;
}
footer .footer-links ul.ul li{
  margin-bottom:15px;
}
footer .bottom-contact ul li a{
  width:140px;
  height:34px;
  line-height:31px;
  padding:0 0 0 40px;
  font-size:16px;
  display:inline-block;
  font-family:"Oswald", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 0 0 15px 0;
  position:relative;
}
footer .bottom-contact ul li a.call{
  color:#ffffff;
  background:#3c3d48;
  border:1px solid #ffffff;
}
footer .bottom-contact ul li a.call:before{
  content:'\e801';
  font-family: "ceasy";
  font-style: normal;
  font-weight: normal;
 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 16px;
}
footer .bottom-contact ul li a.contact{
  color:#ffffff;
  background:#989898;
}
footer .bottom-contact ul li a.contact:before{
  content:'\e802';
  font-family: "ceasy";
  font-style: normal;
  font-weight: normal;
 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 16px;
}
footer .bottom-contact ul li a.agences{
  color:#3c3d48;
  background:#e1e1e1;
}
footer .bottom-contact ul li a.agences:before{
  content:'\e803';
  font-family: "ceasy";
  font-style: normal;
  font-weight: normal;
 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 19px;
}

/*////////////////////////////////////////CONTACT//////////////////////////////////////////////*/

section.formulaire .wrapper {
  display: flex;
}

section.formulaire .wrapper form {
  width: 60%;
}

section.formulaire .wrapper .sidebar {
  width: 40%;
  padding-left: 50px;
  padding-top: 50px;
}

section.formulaire .wrapper .sidebar h2 {
  margin-bottom: 20px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  color: #3c3d48;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
}

section.formulaire .wrapper .sidebar p.adresse {
  margin-bottom: 20px;
}

section.formulaire .wrapper .sidebar iframe {
  margin-top: 20px;
  margin-bottom: 10px;
}

section.formulaire .wrapper .sidebar a {
  text-decoration: underline;
}


section.formulaire form {
  padding: 50px 0;
}

section.formulaire form .row {
  margin-bottom: 25px;
}

section.formulaire form .row>div {
  float: left;
  width: 50%;
}

section.formulaire form .row>div:nth-child(1) {
  padding-right: 20px;
}

section.formulaire form .row>div:nth-child(2) {
  padding-left: 20px;
}

section.formulaire form .row label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #3c3d48;
  font-weight: 500;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
}

section.formulaire form .row input,
section.formulaire form select {
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  border: 1px solid #3c3d48;
  width: 100%;
  border-radius: 3px;
}

section.formulaire form hr {
  margin: 35px 80px;
  border: 1px solid #d20001;
  
}

section.formulaire form .row textarea {
  padding: 5px 10px 90px;
  border: 1px solid #3c3d48;
  width: 100%;
  font-size: 18px;
  border-radius: 3px;
}

section.formulaire form button {
  display: inline-block;
  border: none;
  cursor: pointer;
  margin-top: 20px;
  background: #3c3d48;
  color: #ffffff;
  padding: 15px;
}

form button:hover {
  opacity: 0.7;
}

section.formulaire form .form-message {
  display: inline-block;
  margin-left: 25px;
}

section.formulaire form .form-message.valid {
  color: green;
}

section.formulaire form .form-message.error {
  color: #002639;
}

section.formulaire .wrapper form .row label input[type="checkbox"] {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 10px;
  border: 1px solid #004668;
}

/* HONEYPOT */
section.formulaire form .row.custominput,
section.formulaire form .row.custominput label,
section.formulaire form .row.custominput input{
    font-size:0;
    width:0px;
    height:0px;
    display:block;
    position: absolute;
    border:none
}

.filiale {
  margin: 50px 0 80px;
}

.filiale .list-filiale {
  display: table;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.filiale .list-filiale li {
  display: table-cell;
  width: 25%;
}

.filiale .list-filiale li img {
  margin-bottom: 30px;
}

.filiale .list-filiale li p{
  margin-bottom: 10px;
}

.carte-osm {
  width: 100%;
}

#map {
  /* la carte DOIT avoir une hauteur sinon elle n'apparaît pas */
  height: 400px;
}

/*////////////////////////////////////////ACTUALITÉS//////////////////////////////////////////////*/

.actus .page-title h1 {
  font-family: 'Montserrat',
  Helvetica,
  Arial,
  sans-serif;
  color: #3c3d48;
  font-size: 40px;
  font-weight: 200;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 55px;
}

.actus .page-title h1:after {
  content: "";
  display: block;
  width: 97px;
  height: 4px;
  background: #d20001;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -47px;
}

.actus {
  background: #f0f0f0;
  padding: 50px 0;

}

.actus .list-actus  {
  width: 100%;

}

.actus .list-actus .actu-block {
  display: inline-block;
  width: 360px;
  background: #ffffff;
  text-align: center;
  padding-bottom: 18px;
  margin: 0 30px 35px 0;
  margin-bottom: 35px;
}

.actus .list-actus .actu-block .contener-img {
  margin-bottom: 10px;
  width: 100%;
  height: 240px;
}

.actus .list-actus .actu-block img {
  width: 100%;
  display: block;
  visibility: hidden;
}

.actus .list-actus .actu-block h3 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 25px;
  color: #3c3d48;
  margin-bottom: 20px;
  position: relative;
  height: 50px;
}

.actus .list-actus .actu-block .infos {
  font-size: 15px;
  margin-bottom: 20px;
}

.actus .list-actus .actu-block .btn {
  font-family: Helvetica, Arial, sans-serif;
  display: inline-block;
  width: 140px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  color: #3c3d48;
  border: 1px solid #f5f5f5;
}

.actus .list-actus .actu-block .btn:after {
  font-family: "ceasy";
  content: "\e805";
  color: #da2e2f;
  margin-left: 25px;
}

.actus .bottom {
  padding-bottom: 35px;
  text-align: center;
  font-size: 14px;
  position: relative;
}

.actus .bottom .btn.left {
  float: left;
}

.actus .bottom .pagination {
  display: inline-block;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
}

.actus .bottom .btn.right {
  float: right;
}

.actus .bottom .btn {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  display: inline-block;
  font-weight: 300;
  height: 32px;
  line-height: 32px;
  width: 115px;
  text-align: center;
  color: #ffffff;
  background: #989898;
}

.actus .bottom .btn {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  display: inline-block;
  font-weight: 300;
  height: 32px;
  line-height: 32px;
  width: 115px;
  text-align: center;
  color: #ffffff;
  background: #989898;
}

.actus .bottom .btn.left:before {
  font-family: "ceasy";
  content: "\e807";
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}

.actus .bottom .btn.right:after {
  font-family: "ceasy"; 
  content: "\e806";
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
}

.actus .bottom .pagination a.active {
  color: #ffffff;
  background: #989898;
}

.actus .bottom .pagination a {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  display: inline-block;
  font-weight: 300;
  height: 32px;
  line-height: 32px;
  width: 28px;
  text-align: center;
  color: #3c3d48;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #989898;
}

/*////////////////////////////////////////SINGLE ACTUALITÉS//////////////////////////////////////////////*/

.single-actu h1 {
      font-family: 'Montserrat',
      Helvetica,
      Arial,
      sans-serif;
      color: #3c3d48;
      font-size: 40px;
      font-weight: 200;
      position: relative;
      text-transform: uppercase;
      margin-bottom: 80px;
      text-align: center;
}

.single-actu h1::after{
      content: "";
      display: block;
      width: 97px;
      height: 4px;
      background: #d20001;
      position: absolute;
      bottom: -10px;
      left: 50%;
      margin-left: -47px;
}

.single-actu p {
  margin: 10px 0;
}

.single-actu .left-inner span.date {
  display: block;
  text-align: right;
  margin-top: 50px;
  font-size: 14px;
}

.single-actu .right { 
  height: 715px;
}

/*////////////////////////////////////////LE GROUPE//////////////////////////////////////////////*/

.page-groupe .wysiwyg {
  margin: 45px 0 40px;
  text-transform: initial;
}

.page-groupe .wysiwyg p {
  margin: 15px 0 0;
  line-height: 1.4;
}

.presentation {
  background-color: #f0f0f0;
  padding: 50px 0 56px;
}

.presentation h2 {
  display: block;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  color: #3c3d48;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}

.presentation h2 span {
  font-weight: 200;
}
  
.presentation ul {
  width: 100%;
}

.presentation ul li {
  background-color: #ffffff;
  padding: 35px 0 35px 25px;
  margin-right: 22px;
  margin-bottom: 30px;
  width: 280px;
  display: inline-block;
}

.presentation ul li:nth-child(4n+0) {
  margin-right: 0;
}

.presentation .img-societe{
  width: 170px;
  height: 90px;
}

.presentation .img-societe  img{
  width: 80%;
  visibility: hidden;
}


.presentation ul li p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.6;
  padding-left: 20px;
}

.presentation ul li p.adresse-filiale,
.presentation ul li p.tel-filiale,
.presentation ul li p.mail-filiale {
  position: relative;
}

.presentation ul li p.adresse-filiale{
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: bold;
}

.presentation ul li p.adresse-filiale:before {
      content: '\e803';
      font-family: "ceasy";
      font-style: normal;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      left: 0;
      
}

.presentation ul li p.tel-filiale:before{
  content: '\e801';
  font-family: "ceasy";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
}

.presentation ul li p.mail-filiale:before{
  content: '\e802';
  font-family: "ceasy";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
}

/*////////////////////////////////////////SERVICES//////////////////////////////////////////////*/

.page-services .wysiwyg,
.page-bateaux .wysiwyg {
  margin: 45px 0 40px;
  text-transform: initial;
}

.page-services .wysiwyg p {
  margin: 15px 0 0;
  line-height: 1.4;
}

.prestations {
  background-color: #f0f0f0;
  padding: 45px 0 35px;
}

.prestations .wrapper {
  background-color: #ffffff;
  padding-bottom: 45px;
}

.prestations h2 {
  display: block;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  color: #3c3d48;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 40px 0 30px 42px;
}

.prestations h2 span {
  font-weight: 200;
}

.prestations .img-services .img-left,
.prestations .img-services .img-right {
  width: 599px;
}

.prestations .img-services .img-left {
  float: left;
}

.prestations .img-services .img-right {
  float: right;
}

.prestations .img-services img {
  visibility: hidden;
  width: 100%;
}

.prestations ul {
  margin: 0 30px 0 42px;
}

.prestations ul li {
  margin-bottom: 30px;
  position: relative;
  padding-left: 30px;
  line-height: 1.6;
  color: black;
}

.prestations ul li:before{
      content: "\e805";
      display: inline-block;
      margin: 0 0 0 9px;
      font-family: "ceasy";
      font-style: normal;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #989898;
      position: absolute;
      left: 0;
}

/*////////////////////////////////////////LOCATIONS//////////////////////////////////////////////*/
.page-template-locations  .page-title.page-locations{
	text-transform:none;
	line-height:1.1;
}
.page-template-locations  .page-title.page-locations .wrapper .wysiwyg{
	margin-top:35px;
	line-height: 1.3;
}
.page-template-locations  .page-title.page-locations .wrapper .wysiwyg a{
	color:#d20001;
	font-weight:bold;
}
.page-template-locations  .page-title.page-locations .wrapper .wysiwyg p{
	margin:10px 0;
}
.page-template-locations  .page-title.page-locations table{
	width: calc(100% + 60px);
	border-collapse: separate;
	border-spacing: 30px;
	margin: 0 -30px;
	text-transform:none;
}
.page-template-locations  .page-title.page-locations table td{
	padding:30px 55px 25px 55px;
	background:#e1e1e1;
	width:50%;
	vertical-align: top;
	line-height:1.2;
	font-size:15px;
	text-align:center;
}
.page-template-locations  .page-title.page-locations table td h4{
	font-size:17px;
	text-transform:uppercase;
	margin-bottom:30px;
	position:relative;
}
.page-template-locations  .page-title.page-locations table td h4 span{
	font-weight: 500;
	border-bottom: 3px solid white;
	padding-bottom: 8px;
}
.page-template-locations  .page-title.page-locations table td h4:before{
	content:"";
	display:inline-block;
	width:16px;
	height:19px;
	background:url("../img/icon-location.png") no-repeat center center;
	margin-right:35px;
	vertical-align: -2px;
}
.page-template-locations  .page-title.page-locations table td a{
  background: #d20001;
  padding: 10px;
  color: #fff;
  margin: 20px auto;
  display: block;
  width: 350px;
}
.page-template-locations section.locations{
  background:#f0f0f0;
  padding:40px 0 70px 0;
}
.page-template-locations section.locations h2{
	text-align:center;
	color:#3c3d48;
	font-size:20px;
	text-transform:uppercase;
	margin-bottom:30px;
}
.page-template-locations section.locations h2 b{
	font-weight:bold;
}
.page-template-locations section.locations .base{
  position:relative;
  margin-bottom:30px;
  width:100%;
  height:390px;
  display:block;
}
.page-template-locations section.locations .base img{
	width:100%;
	visibility:hidden;
}
.page-template-locations section.locations .text{
	height: 130px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 50%;
	background: rgba(0,0,0,0.5);
	color: #ffffff;
	font-size: 15px;
	padding: 15px 90px 0 55px;
	line-height: 1.15;
}
.page-template-locations section.locations .text:before{
	content:"";
	position:absolute;
	width:4px;
	height:20px;
	top:-20px;
	left:42px;
	background:#d20001;
}
.page-template-locations section.locations .text:after{
	content:"";
	position:absolute;
	width:4px;
	height:40px;
	top:0;
	left:42px;
	background:#ffffff;
}
.page-template-locations section.locations .text p:first-child{
	font-size:30px;
	color:#ffffff;
	font-weight:400;
	font-family:"Oswald", Arial, Sans-serif;
	margin-bottom: 5px;
}
/*////////////////////////////////////////BATEAUX//////////////////////////////////////////////*/

.page-bateaux .wysiwyg p {
  margin: 10px 0 0;
  line-height: 1.4;
}

.presentation-bateaux {
  background-color: #f0f0f0;
  padding: 40px 0 45px;
}

.presentation-bateaux .gamme {
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 35px;
  padding-bottom: 30px; 
}

.presentation-bateaux .liste-gammes .img-gamme{
  width: 100%;
  height: 390px;
  position: relative;
}

.presentation-bateaux .liste-gammes .img-gamme img {
  width: 100%;
  visibility: hidden;
  
}

.presentation-bateaux .liste-gammes .title {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 0 15px 42px;
}

.presentation-bateaux .liste-gammes .title h2 {
  font-family: "Oswald",
  Helvetica,
  Arial,
  sans-serif;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #ffffff;
}

.presentation-bateaux .liste-gammes .title p {
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  padding: 0 0 0 20px;
  color: #ffffff;
}

.presentation-bateaux .liste-gammes .title p:before {
  content: "";
  display: block;
  width: 4px;
  height: 46px;
  background: url(../img/picto-accordion-hover.jpg) no-repeat center center;
  position: absolute;
  top: 6px;
  left: 1px;
}

.presentation-bateaux .liste-gammes .gamme .wysiwyg {
  margin: 55px 42px 30px;
  line-height: 1.4;
  font-size: 15px;
}

.presentation-bateaux .liste-gammes .gamme .btn {
  font-family: Helvetica, Arial, sans-serif;
  width: 140px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  color: #3c3d48;
  border: 1px solid #f5f5f5;
  float: right;
  margin-right: 42px;
}

.presentation-bateaux .liste-gammes .gamme .btn:after{
  font-family: "ceasy";
  content: "\e805";
  color: #da2e2f;
  margin-left: 25px;
}

/*////////////////////////////////////////PAGE GENERIQUE (mentions legales, confidentialité,plan du site) //////////////////////////////////////////////*/

.page-content .wysiwyg h4,
.page-content .wysiwyg h2 {
  font-weight: bold;
  margin: 25px 0;
  text-transform: uppercase;
}

.page-content .wysiwyg p {
  margin: 10px 0;
  line-height: 1.4;
}

.page-content .wysiwyg ul{
  margin: 10px 0 10px 15px;
}

.page-content .wysiwyg ul li {
  line-height: 1.4;
  margin: 10px 0;
  list-style-type: disc;
}

/*////////////////////////////////////////MEDIA QUERIES//////////////////////////////////////////////*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1220px) {
  .wrapper{
    width:900px;
  }
  header nav ul li{
    width:87px;
  }
  header nav ul li .submenu .submenu-wrapper{
    width:900px;
  }
  .home-groupe .home-groupe-right{
    padding:5px 15px 0 45px;
  }
  .home-groupe .home-groupe-right h2{
    font-size:20px;
      margin-bottom: 25px;
  }
  .home-gammes .wrapper h2,
  .home-actualites .wrapper h2,
  .home-temoignage h2{
    font-size:20px;
  }
  .home-groupe .home-groupe-right h2 > span,
  .home-gammes .wrapper h2 > span,
  .home-services h2,
  .home-actualites .wrapper h2 > span,
  .home-temoignage h2 > span{
    font-size:30px;
  }
  .home-actualites .wrapper .home-actualites-block h3{
    font-size: 19px;
  }
  .home-actualites .wrapper .home-actualites-block p{
    font-size: 14px;
  }

  .home-temoignage .home-temoignage-block {
    padding: 0 50px;
  }

  .home-temoignage .home-temoignage-block .left{
      width: 100%; 
      display: block;
      float: none;
      margin: 0 auto;
  }
  .home-temoignage .home-temoignage-block .left:before{
    left: 300px;
    top: -10px;
  }

  .home-temoignage .home-temoignage-block .left .container-img {
    margin: 10px auto 0;
  }

  .home-temoignage .home-temoignage-block .right{
    width: 100%;
    padding: 10px 0 0 10px;
    margin: 40px 0 0 10px;
  }
  .home-bottom .wrapper.date img{
    width:33%;
  }
  .home-bottom .wrapper.date .home-bottom-newsletter{
    width: 33%;
      padding: 0 0 0 15px;
  }
  .presentation ul li {
    margin-right: 17px;
  }
  .presentation ul li:nth-child(3n+0){
    margin-right: 0;
  }
  .presentation ul li:nth-child(4n+0){
     margin-right: 17px;
  }

  .prestations h2 {
    line-height: 1.6;
  }

  .prestations .img-services .img-left,
  .prestations .img-services .img-right {
    float: none;
    background: none !important;
    width: 100%;
  }

  .prestations .img-services .img-left{
    margin-bottom: 10px;
  }

  .prestations .img-services img {
    width: 80%;
    display: block;
    margin: 0 auto;
    visibility: visible;
  }
  
  .actus .list-actus .actu-block,
  .actus .list-actus .actu-block:nth-child(3n+0) {
    margin: 0 175px 35px 0;
  }

  .actus .list-actus .actu-block:nth-child(2n+0) {
        margin: 0 0 35px 0;
  }
  
  .filiale .list-filiale {
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
   
  .filiale .list-filiale li {
    display: inline-block;
    width: 300px;
    margin: 50px;
    text-align: left;
  }
  .page-template-locations .page-title.page-locations table td h4 span{
  	display:inline-block;
  	width:100%;
  	text-decoration:none;
  }
  .page-template-locations section.locations .text {
  	right:0;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .wrapper{
    width: 750px;
  }
  header{
  	height:auto;
  }
  header .top-logo{
    margin: 15px 20px 0 0;
  }
  header nav ul li{
    width:100px;
  }
  header nav ul li .submenu .submenu-wrapper{
    width:750px;
  }
  .flexslider #logo-slider{
    width: 330px;
  }
  .home-groupe .home-groupe-right h2 > span,
  .home-gammes .wrapper h2 > span,
  .home-services h2,
  .home-actualites .wrapper h2 > span,
  .home-temoignage h2 > span{
    font-size:25px;
  }
  .home-groupe .home-groupe-right p{
    font-size: 13px;
      line-height: 1.4;
  }
  .home-services p br{
    display:none;
  }
  .home-services .savoir-faire{
    top: 115px;
    font-size: 20px;
    width: 145px;
  }
  .home-bottom .wrapper.date .home-bottom-newsletter form input[type=email],
  .home-bottom .wrapper.date .home-bottom-newsletter form input[type=submit]{
    width:100%;
  }
  .home-bottom .wrapper .home-bottom-logos li img{
    width:100%;
  }
  .home-temoignage .home-temoignage-block {
    padding: 0 80px;
  }

  .home-temoignage .home-temoignage-block .right{
    width: 100%;
    padding: 10px 0 0 0;
    margin-left: 0;
    float: none;
  }
  .home-temoignage .home-temoignage-block .left{
    width:100%;
  }
  .home-temoignage .home-temoignage-block .left:before{
    left: 50%;
    margin-left: -99px;
  }

  .home-temoignage .home-temoignage-block a.btn.btn-temoignages,
  .home-temoignage .home-temoignage-block a.btn.btn-suite {
    width: 50%;
    display: block;
    margin: 30px auto;
    float: none;
  }

  footer .footer-links ul{
    margin: 0 18px; 
  }
  
  .filiale .list-filiale li {
    margin: 0;
  }

  .filiale .list-filiale li img {
    margin-bottom: 30px;
  }
  .presentation ul li,
  .presentation ul li:nth-child(3n+0),
  .presentation ul li:nth-child(4n+0) {
    margin-right: 80px;
  }

  .presentation ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .actus .list-actus .actu-block,
  .actus .list-actus .actu-block:nth-child(3n+0) {
   margin: 0 25px 35px 0;
  }

}
/* HACK MENU */
@media only screen and (max-width : 780px) {
  header{
    height:auto;
  }
  header nav{
    display:block;
    width:550px;
    margin: 0 auto;
  }
  header nav ul li .submenu{
    top:170px;
  }
  
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  header{
    height:auto;
  }
  header nav ul li.active:hover .submenu .submenu-wrapper{
    width:100%;
  }
  .wrapper{
    width:550px;
  }
  header .top-contact ul li a.btn{
    width:125px;
  }
  .home-actualites .wrapper .home-actualites-block .bgWhite{
    height:auto;
  }
  .home-bottom .wrapper.date .home-bottom-newsletter .home-bottom-social p.title{
    display:block;
  }
  .home-bottom .wrapper.date .home-bottom-newsletter .home-bottom-social a.fb{
    margin: 10px 0 0;
  }
  footer .footer-links ul{
    margin: 0 10px 20px 0;
  }
  section.formulaire .wrapper {
    display: block;
  }
  section.formulaire .wrapper form,
  section.formulaire .wrapper .sidebar {
    width: 100%;
  }
  section.formulaire .wrapper .sidebar {
    padding: 30px 0;
  }

  .presentation ul{
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .presentation ul li,
  .presentation ul li:nth-child(3n+0),
  .presentation ul li:nth-child(4n+0),
  .presentation ul li:nth-child(2n+0) {
    margin-right: 0;
  }

  .presentation-bateaux .liste-gammes .img-gamme {
    background: none !important;
    height: auto;
  }

  .presentation-bateaux .liste-gammes .img-gamme img {
    visibility: visible;
    display: block;
  }

  .actus .list-actus .actu-block,
  .actus .list-actus .actu-block:nth-child(3n+0),
  .actus .list-actus .actu-block:nth-child(2n+0) {
    margin: 0 auto 35px;
    display: block;
  }

  header nav ul li .submenu .submenu-wrapper {
    width: 100%;
  }

  .single-actu .bateau-content {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .single-actu .bateau-content .left,
  .single-actu .bateau-content .right {
    float: none;
  }

  .single-actu .bateau-content .right{
    background: none !important;
    height: auto !important;
  }

  .single-actu .bateau-content .right img {
    width: 100%;
    display: block;
    visibility: visible;
    height: auto;
  }
  .filiale .list-filiale li {
    width: 260px;
    margin: 0 0 50px;
  }
  .home-actualites .wrapper .home-actualites-block {
    float: none;
    width: 100%;
  }

  .home-actualites .wrapper .home-actualites-block.center {
    margin-bottom: -4px;
  }

  .home-actualites .wrapper .home-actualites-block.center .bgWhite {
    display: none;
  }

  .home-actualites .wrapper .home-actualites-block.center .bgWhite.mobile {
    display: block;
    border-bottom: 2px solid #E1E1E1;
  }

  .home-actualites .see-more-actualite {
    float: none;
    text-align: center;
    margin-top: 15px;
  }

  .home-actualites .see-more-actualite a {
    margin: 0;
  }
  .page-template-locations .page-title.page-locations .wrapper .wysiwyg{
  	margin: 35px 0;
  }
  .page-template-locations .page-title.page-locations table{
  	width: 100%;
	border-collapse: collapse;
	border-spacing: 30px;
	margin: 0;
  }
  .page-template-locations .page-title.page-locations table td{
  	display:block;
  	width:100%;
  	margin-bottom: 35px;
  }
  .page-template-locations section.locations .text{
  	height:auto;
  	padding-bottom: 15px;
  }
   footer a.home {
     display: none;
   }

   footer .footer-contener {
     display: flex;
     flex-wrap: wrap-reverse;
     justify-content: center;
     flex-direction: column-reverse;
     align-items: center;
   }

   footer .footer-links ul {
     display: block;
     width: 100%;
     text-align: center;
     margin: 20px 0;
     padding-bottom: 5px;
     position: relative;
   }

   footer .footer-links ul::after {
     content: "";
     display: block;
     width: 97px;
     height: 1px;
     background: #ffffff;
     position: absolute;
     bottom: 0;
     left: 50%;
     margin-left: -47px;
   }

   footer .footer-links ul:last-child:after {
     display: none;
   }

   footer .bottom-contact {
     margin-bottom: 20px;
   }

  footer .bottom-contact ul li {
    display: inline-block;
  }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 550px) {
  header,
  .flexslider{
    display:none;
  }
  header.mobile{
    display:block;
  }
  .wrapper{
    width: 100%;
  }
  .breadcrumbs {
    margin-left: 10px;
  }
  .home-groupe{
    padding:0 0 35px 0;
  }
  .home-groupe .home-groupe-left,
  .home-groupe .home-groupe-right{
    width:100%;
    display:block;
  }
  .home-groupe .home-groupe-right{
    padding: 35px 15px 40px 45px;
    background:url("../img/preview-groupe-colors.jpg") no-repeat 10px 35px;
  }
  .home-groupe .home-groupe-right h2 > span,
  .home-gammes .wrapper h2 > span,
  .home-actualites .wrapper h2 > span,
  .home-temoignage h2 > span{
    display:block;
    font-size: 30px;
    margin-top:10px;
  }
  .home-gammes .wrapper h2, 
  .home-actualites .wrapper h2, 
  .home-services h2,
  .home-temoignage h2{
    font-size:30px;
  }
  .accordion ul li div a,
  .accordion ul li{
    height:300px;
  }

  .accordion ul li div a {
    padding: 0;
  }

  .accordion ul li div a span {
    transform: inherit;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
  }

  .accordion ul:hover li:hover:before {
    visibility: hidden;
  }

  .home-services .savoir-faire{
    display:none;
  }
  .home-services a.btn.btn-services,
  .home-services a.btn.btn-suite{
    float:none;
    margin:0;
  }
  

  .home-temoignage {
    padding: 70px 10px 50px;
  }
  .home-temoignage .home-temoignage-block{
    text-align:center;
    padding: 0 36px;
  }
  .home-temoignage .home-temoignage-block .right{
    padding: 20px 15px 0 15px;
    text-align:left;
  }
  .home-temoignage .home-temoignage-block .name,
  .home-temoignage .home-temoignage-block .aside{
    padding-left:20px;
    text-align:left;
  }
  .home-temoignage .home-temoignage-block .name:before{
    left:-5px;
  }
  
  .home-temoignage h2:after{
    right:-30px;
  }
  .home-temoignage h2:before{
    left:-30px;
  }
  .home-bottom{
    padding: 55px 20px 0 20px;
  }
  .home-bottom .wrapper.date{
    display:block;
    padding-bottom:35px;
  }
  .home-bottom .wrapper.date img{
    display:block;
    width:100%;
    max-width:100%;
  }
  .home-bottom .wrapper.date .home-bottom-newsletter{
    width:100%;
    padding:0;
      margin-top: 45px;
  }
  .home-bottom .wrapper.date img{
    display: block;
      width: auto;
      max-width: 100%;
      height: auto;
      margin: 0 auto 30px;
  }

  .home-bottom .wrapper.date .home-bottom-newsletter{
    text-align: center;
  }

  .home-bottom .wrapper.date .home-bottom-newsletter form input[type=email],
  .home-bottom .wrapper.date .home-bottom-newsletter form input[type=submit]{
    width:auto;
  }
  .home-bottom .wrapper.date .home-bottom-newsletter .home-bottom-social p.title{
    display:inline-block;
  }
  .home-bottom .wrapper .home-bottom-logos{
    display:block;
  }
  .home-bottom .wrapper .home-bottom-logos li{
    float:left;
    width:50%;
  }
  
  
  footer .bottom-contact{
    text-align:center;
  }
 
  footer .bottom-contact ul li a.call{
    vertical-align: -1px;
  }

 
  .accordion { height: auto; }
  .accordion ul li,
  .accordion ul li:hover,
  .accordion ul:hover li,
  .accordion ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
  .filiale, .formulaire{
    padding: 0 15px;
  }
  .page-groupe .wrapper {
    width: 90%;
  }

  .page-services .wysiwyg {
    margin: 45px 20px 40px;
  }

  .home-temoignage .home-temoignage-block a.btn.btn-temoignages,
  .home-temoignage .home-temoignage-block a.btn.btn-suite {
    width: 60%;
  }

  .actus .list-actus .actu-block {
    width: 100%;
  }

  .actus .list-actus .actu-block .contener-img {
    background: none !important;
    height: auto;
  }

  .actus .list-actus .actu-block .contener-img img {
    width: 100%;
    visibility: visible;
  }

  .filiale .list-filiale li {
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
  }
  
}

/* IMPRESSION */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: none;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  nav,
  .top-contact,
  .home-bottom,
  .breadcrumb,
  footer,
  .infos-contact .wrapper a.retour-liste,
  #form-infos,
  .flex-direction-nav,
  .flexslider-occasions-article .slider-bateau-infos .right.print {
    display: none !important;
  }

  header .top-logo{
    display: inline-block;
    width: 186px;
  }
  .flexslider-occasions-article .slider-bateau-infos{
    position: initial !important;
  }
  .infos-moteur .wrapper div{
    float: none !important;
    width: 100% !important;
  }
  .infos-moteur .wrapper div.infos{
    margin-bottom: 35px;
    page-break-after: always;
  }
   #f1 .flex-viewport{
    height: 500px !important;
    text-align: center;
  }
  #f1 .flex-viewport img{
    height: 500px;
    width: auto !important;
  }
  #f2 .flex-viewport {
    height: 150px !important;
    text-align: center;
  }
  #f2 .flex-viewport img{
    height: 200px;
    width: auto !important;
  }
   #f1 {
    margin: 65px 0 25px 0 !important;
  }
  .flexslider-occasions-article .slider-bateau-infos .right{
    padding: 20px 80px 20px 0 !important;
  }
  .infos-moteur table{
    width: 100% !important;
  }
  .infos-moteur tr{
    width: 50% !important; 
    display: inline-block !important;
  }
  .infos-moteur h2,
  .infos-comp h2,
  .infos-contact h2 {
    color: #989898 !important;
  }
  .infos-moteur h2 span,
  .infos-comp h2 span,
  .infos-contact h2 span{
    color: #d20001 !important;
  }
  @supports (-moz-appearance:none) {
    .infos-moteur tr {
      float: left;
      width: 100%;
      column-count: 2;
      margin-bottom: 20px;
    }
    .infos-moteur tr td{
      display: inline;
    }
  }
}