body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

html {
	  background-color: #e6e6e6;
  } 
.appleLinks a {color:#000000;}
.appleLinksWhite a {color:#ffffff;}

a {
  color: #2e3547;
  text-decoration: none;
}

a:hover {
	color: #FFFFFF;
}

hr {margin : 15px;}

.catalogue_cont {
	margin-top:-70px;
	max-width:100%;
}

.mark {
	text-align: center;
}

.image-van {
	margin-bottom:50px;
}

.itempadding {
	background-color:#ff0000;
	padding:10px;
}

.detailpic {
	padding:20%;
    cursor: pointer;
}


.detailmainpic {
		padding:10px;
}

.modelpic{
	padding-bottom:20px;
}

.sectcont {
  padding-top: 10px;
  padding-bottom: 50px;
  background-color: #fff;
}
.youtubecontainer {
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	margin-top:20px;
}
.embed3d {
	width: 100%;
	height: 400px;
	border: 0px;
	overflow: visible;
}

.video  {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
}

/* Modal images */


.modal {
    display: none; 
    position: fixed; 
    z-index: 9999;
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9); /
}


.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

.close {
    position: absolute;
    top: 15px;
    padding-right: 35px;
    color: #f1f1f1;
	background-color:transparent; 
    font-size: 40px;
	height:50px;
	width:120px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}


/* Modal image end*/

.hero {
  position: relative;
  height: 100%;
  max-height: 600px;
  margin-top: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(17, 20, 27, .71), hsla(0, 0%, 100%, 0)), -webkit-linear-gradient(0deg, rgba(11, 15, 24, .81) -2%, rgba(11, 15, 24, .83) 0%, rgba(19, 26, 42, .54) 52%, hsla(0, 0%, 100%, 0) 80%), url('../images/9281d4dfe6229e348820b577cb102410.jpg');
  background-image: linear-gradient(180deg, rgba(17, 20, 27, .71), hsla(0, 0%, 100%, 0)), linear-gradient(90deg, rgba(11, 15, 24, .81) -2%, rgba(11, 15, 24, .83) 0%, rgba(19, 26, 42, .54) 52%, hsla(0, 0%, 100%, 0) 80%), url('../images/9281d4dfe6229e348820b577cb102410.jpg');
  background-position: 0px 0px, 0px 0px, 0px 50%;
  background-size: auto, auto, cover;
}

.hero.pages {
  height: 350px;
  margin-top: -100px;
  background-image: -webkit-linear-gradient(0deg, rgba(5, 5, 5, .59), hsla(0, 0%, 100%, 0)), url('../images/bg1.jpg');
  background-image: linear-gradient(90deg, rgba(5, 5, 5, .59), hsla(0, 0%, 100%, 0)), url('../images/bg1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero.pages.catalogue {
  margin-top: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .65), hsla(0, 0%, 100%, 0)), -webkit-linear-gradient(0deg, rgba(18, 18, 19, .48), hsla(0, 0%, 100%, 0)), url('../images/master.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .65), hsla(0, 0%, 100%, 0)), linear-gradient(90deg, rgba(18, 18, 19, .48), hsla(0, 0%, 100%, 0)), url('../images/master.jpg');
  background-position: 0px 0px, 0px 0px, 100% 50%;
  background-size: auto, auto, cover;
}

.hero.pages.configurer {
  height: 400px;
  margin-top: -100px;
  background-image: -webkit-linear-gradient(0deg, rgba(5, 5, 5, .59), hsla(0, 0%, 100%, 0)), url('../images/master-1.jpg');
  background-image: linear-gradient(90deg, rgba(5, 5, 5, .59), hsla(0, 0%, 100%, 0)), url('../images/master-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero.pages.action {
  background-image: url('../images/roma-program-750-x-300.jpg'), -webkit-linear-gradient(0deg, rgba(5, 5, 5, .59), hsla(0, 0%, 100%, 0));
  background-image: url('../images/roma-program-750-x-300.jpg'), linear-gradient(90deg, rgba(5, 5, 5, .59), hsla(0, 0%, 100%, 0));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.nav {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  border-style: solid;
  border-width: 1px 0px;
  border-color: hsla(0, 0%, 63%, .45);
  background-color: hsla(0, 0%, 100%, 0);
  background-image: none;
}

.nav.vendeurs {
  position: fixed;
  z-index: 9;
  background-color: #2e3547;
}

.logol {
  margin-top: 16px;
}

.logol:hover {
  opacity: 0.64;
}

.logol.w--current {
  margin-top: 20px;
}

.body {
  display: block;
  height: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #696666;
}

.containcenter {
  position: relative;
  top: 50%;
  z-index: 20;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.heading {
  color: #fff;
  font-size: 25px;
  line-height: 38px;
  font-weight: 600;
  letter-spacing: 0px;
  text-indent: 0px;
  text-transform: uppercase;
  text-shadow: none;
}

.heading.black {
  color: #464646;
  font-size: 24px;
  line-height: 40px;
  text-shadow: none;
}

.heading.black._60 {
  width: 60%;
  color: #646060;
  font-size: 20px;
  line-height: 35px;
  text-transform: uppercase;
}

.heading.black._60.grey {
  position: relative;
  z-index: 9;
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #4d4d4d;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
}

.heading.black._60.grey.block {
  display: inline-block;
}

.heading.black._60.white {
  margin-top: 0px;
  color: #fff;
}

.heading.black.revenduers {
  margin-bottom: 0px;
  font-size: 22px;
}

.heading.black.revenduers.name {
  font-size: 34px;
}

.navlink {
  padding-top: 25px;
  padding-bottom: 25px;
  border-left: 1px solid hsla(0, 0%, 63%, .45);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.navlink:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: #02bf39;
}

.navlink.w--current {
  color: #02bf39;
}

.navlink.lastcta {
  border: 1px none #02bf39;
  background-color: #02bf39;
  color: #fff;
}

.nav-menu {
  margin-top: 0px;
}

.button {
  display: block;
  margin-top: 23px;
  padding: 10px 25px;
  background-color: #02bf39;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.button.nofull {
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 23px;
}

.button.siteon {
  display: inline-block;
  padding: 12px 35px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.button.small {
  display: inline-block;
  margin-top: 31px;
  float: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-weight: 500;
}

.button.small:hover {
  background-color: #0a9b34;
}

._01intro {
  margin-bottom: -1px;
  padding-top: 111px;
  padding-bottom: 10px;
  background-color: #fff;
}

._01intro.newpage {
  position: relative;
  padding-top: 120px;
  padding-bottom: 124px;
  border-top: 1px none #dbdbdb;
  background-image: -webkit-radial-gradient(circle closest-corner at 50% 50%, rgba(16, 16, 31, .68), #151d31), -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/master.jpg');
  background-image: radial-gradient(circle closest-corner at 50% 50%, rgba(16, 16, 31, .68), #151d31), linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/master.jpg');
  background-position: 0px 0px, 0px 0px, 100% 50%;
  background-size: auto, auto, cover;
}

._01intro.newpage.white {
  overflow: hidden;
  padding-top: 69px;
  padding-bottom: 95px;
  background-color: #fff;
  background-image: none;
}

._01intro.newpage.white.grey {
  background-color: #fafafa;
}

._01intro.newpage.white.grey.imgplu {
  background-image: -webkit-linear-gradient(36deg, #fafafa 53%, hsla(0, 0%, 100%, .75)), url('../images/bg1.jpg');
  background-image: linear-gradient(54deg, #fafafa 53%, hsla(0, 0%, 100%, .75)), url('../images/bg1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

._01intro.newpage.last {
  padding-bottom: 189px;
  background-image: -webkit-radial-gradient(circle closest-corner at 50% 50%, rgba(16, 16, 31, .68), #151d31), -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/master.jpg');
  background-image: radial-gradient(circle closest-corner at 50% 50%, rgba(16, 16, 31, .68), #151d31), linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/master.jpg');
  background-position: 0px 0px, 0px 0px, 100% 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.boxhero {
  height: 312px;
  min-height: 312px;
  padding: 40px 50px;
  border-top: 5px solid #02bf39;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, .97);
  box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, .15);
}

.headboxhero {
  display: inline-block;
  margin-left: 16px;
  color: #21232a;
  font-size: 15px;
  font-weight: 600;
}

.itileicon {
  margin-bottom: 20px;
  padding-left: 0px;
  text-align: center;
}

.infotxt {
  color: #777;
  font-size: 13px;
  text-align: center;
}

.blociconz {
  display: none;
  margin-top: -112px;
  margin-bottom: 75px;
}

.imgcatalogue {
  margin-top: -5px;
}

.text-block {
  margin-top: 16px;
  font-size: 15px;
  line-height: 24px;
}

.text-block.grey.intro {
  width: 90%;
  margin-top: 24px;
  margin-bottom: 19px;
}

.text-block.grey.intro._60 {
  width: 60%;
}

.text-block.grey.intro.info3d {
  position: relative;
  top: 0px;
  z-index: 1;
  width: 75%;
  margin-top: 0px;
  direction: ltr;
  color: #acacac;
  font-size: 13px;
  font-style: italic;
  text-transform: none;
}

.text-block.white {
  color: #fff;
}

.rowibtro {
  margin-top: 65px;
  margin-bottom: 21px;
}

.rowibtro._2 {
  display: none;
  margin-top: 117px;
}

.rowibtro.ess {
  margin-top: 77px;
  margin-bottom: 0px;
}

.coleft {
  z-index: 9;
  padding-right: 51px;
}

.imgrightbott {
  position: relative;
  right: -60px;
  margin-top: -37px;
  margin-right: -17px;
  margin-left: 1px;
  padding-right: 0px;
  border-radius: 2px;
}

.line {
  position: relative;
  z-index: 9;
  width: 100px;
  height: 2px;
  margin-top: 18px;
  background-color: #02bf39;
}

.column-2 {
  text-align: left;
}

.footer {
  position: relative;
  bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #2e3547;
}

.containpages {
  position: relative;
  margin-top: 51px;
}

._01page {
  min-height: 500px;
  margin-right: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

._01page.concours {
  display: none;
  background-color: #f6f6f6;
}

._01page.avis {
  display: none;
}

.colmarques {
  padding: 30px;
  border-radius: 2px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #4e4d4d;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.colmarques:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.row-2 {
  margin-top: 35px;
}

.text-block-2 {
  margin-top: 19px;
}

.link-block {
  color: #2e3547;
  text-decoration: none;
}

.green {
  margin-bottom: -15px;
  color: #02bf39;
	text-decoration:none;
}
.tel {
	color: #FFFFFF;
	text-decoration:none;
}

.tel:hover {
	color: #02bf39;
}

.rowmodulesdispo {
  margin-top: 33px;
  margin-bottom: 48px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
}

.headproduct {
  margin-top: 0px;
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.imgproduct {
  margin-top: 25px;
}

.image {
  margin-top: 42px;
}

.column-3 {
  font-size: 15px;
}

.image-2 {
  margin-top: 20px;
}

.linkmodelz {
  color: #2e3547;
  text-decoration: none;
}

.rightcolfoot {
  color: #fff;
  text-align: right;
}

.text-block-3 {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.html-embed {
  margin-top: 52px;
}

.txtfield {
  height: 60px;
  margin-bottom: 26px;
  padding-left: 21px;
  border-style: none;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .11);
}

.rowwcontact {
  margin-top: 52px;
}

.textarea {
  height: 500px;
  padding-top: 19px;
  padding-bottom: 108px;
  padding-left: 21px;
  border-style: none;
  background-color: #fff;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, .11);
}

.rownew {
  margin-top: -60px;
  padding-top: 67px;
}

.btncontact {
  margin-top: 9px;
  padding-top: 11px;
  padding-bottom: 10px;
  border-radius: 2px;
  background-color: #02bf39;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.btncontact:hover {
  background-color: #06922f;
}

.btncontact.w--current {
  color: #fff;
}

.btncontact.inverse {
  margin-left: 10px;
  border: 1px solid #02bf39;
  background-color: transparent;
}

.container-3 {
  margin-top: 13px;
}

.column-5 {
  padding-top: 6px;
}

.fatcolor {
  padding-bottom: 0px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.linkintxt {
  color: #02bf39;
  font-weight: 500;
  text-decoration: none;
}

.col {
  padding-right: 0px;
  padding-left: 0px;
}

.image-3 {
  position: absolute;
  margin-left: 460px;
}

.section {
  display: none;
}

.form {
  position: relative;
  right: -96px;
  margin-top: -90px;
  margin-left: 49px;
  padding-right: 90px;
  padding-left: 3px;
  text-align: left;
}

.div-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 125px;
  border-top: 1px solid #464b58;
}

.containminifoot {
  margin-top: 49px;
}

.bottomarrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
}

.image-6 {
  display: none;
}

.bottomtxt {
  display: inline-block;
  color: #02bf39;
  font-size: 12px;
}

.link-block-2 {
  margin-bottom: 0px;
  padding-bottom: 9px;
  text-decoration: none;
}

.moreinfo {
  display: inline-block;
  margin-left: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.container-6 {
  padding-bottom: 19px;
  text-align: left;
}

.mask {
  overflow: visible;
}

.row-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.column-6 {
  z-index: 2;
  height: 100%;
  background-color: #fff;
}

.column-7 {
  z-index: 2;
  height: 100%;
  background-image: -webkit-linear-gradient(358deg, transparent, #fff);
  background-image: linear-gradient(92deg, transparent, #fff);
}

.slider {
  display: none;
  overflow: visible;
}

.column-8 {
  font-size: 16px;
}

.image-7 {
  margin-top: -6px;
}

.image-7._2 {
  margin-top: 0px;
}

.fullwhite {
  color: #fff;
}

.column-9 {
  padding-left: 0px;
}

.lightboxlink {
  position: relative;
  display: none;
}

.playicon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-filter: contrast(300%) brightness(300%);
  filter: contrast(300%) brightness(300%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 358ms ease;
  transition: -webkit-transform 358ms ease;
  transition: transform 358ms ease;
  transition: transform 358ms ease, -webkit-transform 358ms ease;
}

.playicon:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.22);
  -ms-transform: translate(-50%, -50%) scale(1.22);
  transform: translate(-50%, -50%) scale(1.22);
}

.blocicons {
  margin-bottom: 41px;
}

.image-8 {
  margin-top: -6px;
  margin-right: 9px;
}

.div-block-2 {
  display: none;
  width: 100%;
  height: 1px;
  margin-top: 84px;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #ececec, #fff);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #ececec, #fff);
}

.ctagreen {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #02bf39;
}

._01 {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

._01.nomargin {
  margin-top: 0px;
}

._01.nomargin.grey {
  background-color: #f8f8f8;
}

.heading-2 {
  font-size: 22px;
  font-weight: 400;
}

.addbtn {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.addbtn:hover {
  color: #02bf39;
}

.addbtn.w--current {
  color: #02bf39;
}

.addbtn.lastcta {
  margin-top: 9px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #02bf39;
}

.addbtn.lastcta:hover {
  background-color: #04a031;
  color: #fff;
}

.coladd {
  text-align: right;
}

.points {
  margin-top: 0px;
  color: #02bf39;
  font-size: 45px;
  line-height: 38px;
}

.text-block-4 {
  margin-bottom: 6px;
  color: #2e3547;
  font-size: 13px;
  font-weight: 700;
}

.infovendeur {
  display: inline-block;
  margin-top: 8px;
  margin-right: 10px;
  margin-bottom: 6px;
  padding: 3px 10px;
  border: 1px solid #02bf39;
  border-radius: 4px;
  color: #02bf39;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.headpagerevendeur {
  margin-top: 60px;
  margin-bottom: 17px;
  color: #2e3547;
  font-size: 20px;
  text-transform: uppercase;
}

.heading-3 {
  display: inline-block;
  color: #2e3547;
  font-size: 17px;
  font-weight: 600;
}

.blockwin {
  position: relative;
  margin-left: 0px;
  padding: 10px 20px 20px;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
}

.rowrevhead {
  padding-left: 10px;
}

.column-10 {
  padding-top: 14px;
}

.text-block-5 {
  color: #02bf39;
  font-size: 16px;
  text-align: right;
}

.barreprogress {
  position: relative;
  height: 30px;
  border-radius: 3px;
  background-color: #f1f1f1;
}

.barreprogress.green {
  position: absolute;
  width: 50%;
  max-width: 100%;
  background-color: #02bf39;
}

.barres {
  margin-top: 11px;
}

.chiffre {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding-top: 5px;
  padding-right: 9px;
  float: right;
  text-align: right;
}

.rowlots {
  margin-bottom: 30px;
}

.overlayaddpoint {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999999999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 33, 51, .91);
  opacity: 0;
}

.containaddpoint {
  position: relative;
  margin-top: 100px;
}

.form-block {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.headoverlay {
  color: #fff;
}

.heading-4 {
  margin-bottom: 26px;
  color: #fff;
  font-size: 27px;
  font-weight: 500;
}

.close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 18px;
  opacity: 1;
  color: #fff;
  font-weight: 800;
}

.botomiconz {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 110px;
  margin-bottom: -50px;
  background-color: rgba(24, 30, 44, 0);
}

.containbottomicon {
  height: 100%;
  box-shadow: 0 0 37px 0 rgba(0, 0, 0, .67);
}

.rowbottomicon {
  height: 100%;
}

.colboticon {
  z-index: 10;
  height: 100%;
  border-top: 5px solid #2e3547;
  background-color: #2e3547;
  -webkit-transition: border 1425ms ease, -webkit-transform 758ms ease;
  transition: border 1425ms ease, -webkit-transform 758ms ease;
  transition: transform 758ms ease, border 1425ms ease;
  transition: transform 758ms ease, border 1425ms ease, -webkit-transform 758ms ease;
}

.colboticon:hover {
  z-index: 9999;
  overflow: visible;
  border-top: 5px solid #02bf39;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.colboticon.mid {
  border-top-color: #252b3b;
  background-color: #252b3b;
}

.colboticon.mid:hover {
  border-top-color: #02bf39;
}

.headiconhero {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 13px;
  line-height: 27px;
  text-transform: uppercase;
}

.iconblocbottom {
  margin-top: 9px;
  margin-left: 17px;
  float: left;
}

.div-block-3 {
  position: absolute;
  width: 95%;
  margin-top: 0px;
}

.linkin {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 13px;
}

.txtintro {
  color: #bebebe;
  font-size: 16px;
  line-height: 25px;
  font-weight: 200;
}

.topbar {
  position: relative;
  z-index: 100;
  display: block;
  height: 45px;
}

.titlegroup {
  position: absolute;
  display: inline-block;
  width: 280px;
  margin-top: 60px;
  margin-left: -200px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #929292;
  font-size: 13px;
  font-weight: 600;
}

.titlerenverse {
  display: inline-block;
  margin-left: 65px;
  color: #535252;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

._50px {
  position: absolute;
  width: 50px;
  height: 2px;
  margin-top: -14px;
  margin-left: 0px;
  background-color: #535252;
  color: #fff;
}

.topbarctn {
  height: 100%;
  border-left: 1px none hsla(0, 0%, 63%, .45);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.rowtopinfo {
  height: 100%;
  max-height: 100%;
}

.topinfotxt {
  margin-top: 14px;
  margin-left: 1px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.column-12 {
  text-align: right;
}

.txticon {
  color: #bebebe;
  font-size: 13px;
  line-height: 19px;
  font-weight: 200;
}

.column-13 {
  padding-right: 0px;
}

.column-14 {
  margin-top: -18px;
}

.bgvideo {
  position: relative;
  z-index: 1;
  display: block;
  height: 450px;
}

.overlay {
  position: absolute;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.section-2 {
  position: relative;
  height: 450px;
}

.column-15 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-16 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #f9f9f9;
}

.row-4 {
  position: absolute;
  width: 100%;
  height: 450px;
  background-color: #f6f6f6;
}

.container-7 {
  position: relative;
  z-index: 1;
  height: 400px;
  margin-top: 1px;
}

.containinfofull {
  position: relative;
  top: 50%;
  margin-top: 67px;
}

.column-17 {
  height: 100%;
  padding-top: 19px;
  padding-right: 0px;
}

._3d {
  overflow: visible;
  margin-top: -27px;
  margin-bottom: -18px;
  padding-right: 16px;
}

._3dicon {
  position: absolute;
  top: -20px;
  opacity: 1;
}

.rowreal {
  margin-top: 55px;
}

.geadreal {
  color: #4d4949;
  font-size: 19px;
  text-transform: uppercase;
}

.newslettertxt {
  color: #fff;
  font-size: 23px;
  line-height: 40px;
  font-weight: 400;
}

.btncta {
  padding: 12px 20px;
  border-radius: 2px;
  background-color: #fff;
  color: #02bf39;
  font-weight: 600;
  text-transform: uppercase;
}

.rightcta {
  margin-top: 36px;
  text-align: right;
}

@media (max-width: 991px) {
  .nav {
    background-color: #2e3547;
  }
  .logol {
    margin-top: 19px;
  }
  .nav-menu {
    margin-top: 0px;
    background-color: #262c3d;
  }
  .menubutton {
    color: #fff;
    font-size: 35px;
  }
  .menubutton.w--open {
    background-color: #262c3d;
  }
  .image-9 {
    width: 168px;
  }
	.txticon, .headiconhero{
		font-size:10px;
	}
	.iconblocbottom {
	
		width:30px;
	}

  .heading {
    margin-top: -50px;
    float:left;
    font-size: 26px;
    line-height: 39px;
  }
	.txtintro {
		float:left;
	}
	.containcenter {
		margin-left:20px;
	}

  .hero {
    height: 500px;
  }
  
	.headingspacer {
    margin-top: 30px;
	  float:none;
  }	
}

@media (max-width: 767px) {
  .nav {
    position: fixed;
    border-style: none;
  }
  .topbar {
    display: none;
  }
	
.imgplu {
	margin-top:20px;
    padding-left: 20px;
  }	
	.cata {
		margin-top:0px;
	}	
  .coleft {
	  margin-bottom:100px;
  }
	.txticon, .headiconhero{
		font-size:8px;
	}	
	.iconblocbottom {
		width:25px;
	}	
	  .hero {
    height: 500px;
  }
  .heading {
    margin-top: 30px;
	  float:none;
  }	
	.txtintro {
		float:none;
		text-align: left;
	}	



}

@media (max-width: 479px) {
	.embed3d {
		margin-left:-200px;
		margin-top:-180px;
		margin-bottom:-180px;
		-webkit-transform:scale(0.4);
		-moz-transform-scale(0.4);
	}
	
	
		  .line {
		  margin-left:auto;
		  margin-right:auto;
  }
		.txtintro {
	
		text-align:center;
	}
	
	.heading.black._60.grey {
		margin-top:100px;
	}

	.botomiconz{
		position:relative;
		top:100px;
	}

	.btncontact{
		font-size:8px;
		padding:3px;
	}
		
	.iconblocbottom {
		width:22px;
	}
	.txticon, .headiconhero{
		font-size:10px;
	}	

  .hero.pages.catalogue {
    height: 290px;
  }
  .logol {
    display: inline-block;
    margin-right: auto;
    margin-left: -29px;
    float: none;
  }
  .containcenter {
    margin-top: 0px;
  }
  .heading {
    margin-top: 51px;
    padding: 17px;
    font-size: 26px;
    line-height: 39px;
    text-align: center;
  }
  .heading.black._60 {
    display: inline-block;
    width: 80%;
    margin-bottom: -7px;
  }
  .heading.black._60.grey.block {
    margin-top: 2px;
  }
  .heading.black.revenduers {
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .nav-menu {
    margin-top: 0px;
    background-color: #252c3d;
  }
  ._01intro.newpage.white {
    padding-top: 20px;
  }
  ._01intro.newpage.white.grey {
    padding-bottom: 9px;
  }

  ._01intro.newpage.last {
    padding-top: 21px;
  }
  .column {
    margin-top: 0px;
    margin-bottom: 22px;
  }
  .blociconz {
    margin-top: 0px;
  }
  .container {
    text-align: center;
  }
  .text-block.grey.intro._60 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .text-block.white {
    margin-bottom: 12px;
  }
  .rowibtro.ess {
    margin-bottom: -109px;
  }
  .coleft {
    padding-right: 20px;
    padding-left: 20px;
	  margin-bottom:0px;
    text-align: center;
  }

  .column-2 {
    text-align: center;
  }
  .container-2 {
    text-align: center;
  }
  .rightcolfoot {
    text-align: center;
  }
  .column-4 {
    text-align: center;
  }
  .form {
    right: 10px;
    margin-top: 23px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 21px;
    text-align: center;
  }
  .div-block {
    text-align: center;
  }
  .container-4 {
    text-align: center;
  }
  .image-4 {
    margin-top: 61px;
  }
  .container-5 {
    text-align: center;
  }
  .image-5 {
    margin-bottom: 25px;
  }
  .container-6 {
    text-align: center;
  }
  .image-7 {
    margin-top: 45px;
  }
  .image-7._2 {
    display: none;
  }
  .image-8 {
    margin-top: 60px;
  }
  .menubutton.w--open {
    background-color: #222735;
  }
  ._01 {
    padding-top: 10px;
  }
  .coladd {
    text-align: center;
  }
  .headpagerevendeur {
    text-align: center;
  }
  .blockwin {
    margin-bottom: 25px;
    text-align: center;
  }
  .column-11 {
    text-align: center;
  }
  .containaddpoint {
    margin-top: 20px;
  }
  .heading-4 {
    text-align: center;
  }
  .form-2 {
    text-align: center;
  }
  .botomiconz {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .titlegroup {
    position: relative;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

