.main {
display: flex;
}
.banner{height:100%}
 .frame_imgcat{background-color: #524c9b;width: 100%;
    height: 100%;overflow:hidden}
.frame_imgcat img{  opacity: 0.25;min-width: 100%;
    min-height: 100%;
    filter:alpha(opacity=25);
    -moz-opacity:0.25;}
.product {
position: relative;
background: rgba(166,213,242,1);
background: -moz-linear-gradient(left, rgba(166,213,242,1) 0%, rgba(156,196,232,1) 25%, rgba(133,160,210,1) 50%, rgba(110,123,188,1) 71%, rgba(87,87,165,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(166,213,242,1)), color-stop(25%, rgba(156,196,232,1)), color-stop(50%, rgba(133,160,210,1)), color-stop(71%, rgba(110,123,188,1)), color-stop(100%, rgba(87,87,165,1)));
background: -webkit-linear-gradient(left, rgba(166,213,242,1) 0%, rgba(156,196,232,1) 25%, rgba(133,160,210,1) 50%, rgba(110,123,188,1) 71%, rgba(87,87,165,1) 100%);
background: -o-linear-gradient(left, rgba(166,213,242,1) 0%, rgba(156,196,232,1) 25%, rgba(133,160,210,1) 50%, rgba(110,123,188,1) 71%, rgba(87,87,165,1) 100%);
background: -ms-linear-gradient(left, rgba(166,213,242,1) 0%, rgba(156,196,232,1) 25%, rgba(133,160,210,1) 50%, rgba(110,123,188,1) 71%, rgba(87,87,165,1) 100%);
background: linear-gradient(to right, rgba(166,213,242,1) 0%, rgba(156,196,232,1) 25%, rgba(133,160,210,1) 50%, rgba(110,123,188,1) 71%, rgba(87,87,165,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6d5f2', endColorstr='#5757a5', GradientType=1 );
margin-top: 12%;
display: table;
    width: 100%;
}
.bg-color{
background-color: #fff;
    position: absolute;
    height: 125px;
    z-index: 0;
    width: 100%;
}
.has-animation {
  position: relative;
}
has-animation img, .has-animation h1, .has-animation .title-chemin {
  opacity: 0;
}
.has-animation.animate-in p, .has-animation .title-chemin, .has-animation h1 {
  animation: textHidden 0.1s 1.1s forwards;
}
 .has-animation.animate-in .title-box img {
animation: moveUp 6s infinite;
}
.has-animation.animate-in:before, .has-animation.animate-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.has-animation.animate-in:before {
  background-color: #c0a360;
}
.has-animation.animate-in:after {
  background-color: #5959a7;
  animation-delay: .5s;
}
.has-animation.animation-ltr.animate-in:before {
  animation: revealLTR 1.8s ease;
}
.has-animation.animation-ltr.animate-in:after {
  animation: revealLTR 1s .6s ease;
}
.has-animation.animation-rtl.animate-in:before {
  animation: revealRTL 1.8s ease;
}
.has-animation.animation-rtl.animate-in:after {
  animation: revealRTL 1s .6s ease;
}

@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body.fixe {
width: 100%;
position: fixed;
}
body {
font-family: 'Tahoma' !important;
outline: none !important;
background: #fff;
}
#Body {
padding: 0 55px;
}

::selection {
  background: #777777; 
}
::-moz-selection {
  background: #777777;
}
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-thumb {
  border-right: solid 2px #c0a360;
  background: #c0a360;
}
::-webkit-scrollbar-track {
  border: none;
  background: #ededed;
}
@font-face {
	font-family: 'Tahoma';
	src: url('/Files/App_002/Fonts/Tahoma.eot');
	src: url('/Files/App_002/Fonts/Tahoma.eot?#iefix') format('embedded-opentype'),
		url('/Files/App_002/Fonts/Tahoma.woff') format('woff'),
		url('/Files/App_002/Fonts/Tahoma.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Ebrima';
	src: url('/Files/App_002/Fonts/Ebrima-Bold.eot');
	src: url('/Files/App_002/Fonts/Ebrima-Bold.eot?#iefix') format('embedded-opentype'),
		url('/Files/App_002/Fonts/Ebrima-Bold.woff') format('woff'),
		url('/Files/App_002/Fonts/Ebrima-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('/Files/App_002/Fonts/OpenSans.eot');
	src: url('/Files/App_002/Fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
		url('/Files/App_002/Fonts/OpenSans.woff') format('woff'),
		url('/Files/App_002/Fonts/OpenSans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('/Files/App_002/Fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/Files/App_002/Fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/Files/App_002/Fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/Files/App_002/Fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/Files/App_002/Fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/Files/App_002/Fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-search:before {
  content: "\f002";
}


@keyframes moveUp {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
     
    50% {
        transform: translate3d(0px, 30px, 0px);
        animation-timing-function: ease-out;
    }
     
    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
}
@-webkit-keyframes moveUp {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
     
    50% {
        transform: translate3d(0px, 10px, 0px);
        animation-timing-function: ease-out;
    }
     
    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
}
@-moz-keyframes moveUp {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
     
    50% {
        transform: translate3d(0px, 10px, 0px);
        animation-timing-function: ease-out;
    }
     
    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
}
@-ms-keyframes moveUp {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
     
    50% {
        transform: translate3d(0px, 10px, 0px);
        animation-timing-function: ease-out;
    }
     
    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
}

.moveUp{
    animation: moveUp 6s infinite;
}

@media screen and (min-width: 1400px) {
.container {
    width: 1202px;
   padding-left:0;
  padding-right:0;
}
}

@font-face {
	font-family: 'Linearicons-Free';
	src:url('/Files/App_002/Fonts/Linearicons-Free.eot?w118d');
	src:url('/Files/App_002/Fonts/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'),
		url('/Files/App_002/Fonts/Linearicons-Free.woff2?w118d') format('woff2'),
		url('/Files/App_002/Fonts/Linearicons-Free.woff?w118d') format('woff'),
		url('/Files/App_002/Fonts/Linearicons-Free.ttf?w118d') format('truetype'),
		url('/Files/App_002/Fonts/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
	font-weight: normal;
	font-style: normal;
}

.lnr {
	font-family: 'Linearicons-Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.lnr-arrow-left:before {
	content: "\e879";
}
.lnr-arrow-right:before {
	content: "\e87a";
}
/*.mainLeft {
    background: #fff;
    height: calc(100vh - 55px);
}
.mainRight {
    /*width: calc(100% - 260px);*/
    position: relative;
    left: 260px;
    height: 43vh;
}*/
/*.mainRight .banner{
    overflow: hidden;
    width: 100%;
    height: 417px;
}*/
.mainRight .banner .img-header {
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
    height: inherit;
}
.mainRight .banner .title-box {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0px auto;
	bottom: 65px;
	color: #fff;
}
.banner .title-box h1 {
color: #fff;
font-size: 40px;
text-transform: uppercase;
font-weight: bold;
}
.breadcrumb-chemin {
position: relative;
    overflow: hidden;
}

.breadcrumb-chemin ul {
	list-style: none;
	padding: 0;
	margin: 35px 0 0 0;
	
}
.breadcrumb-chemin ul li {
    color: #c0a360;
    font-size: 16px;
    float: left;
    text-transform: capitalize;
   position: relative;
   padding: 0 15px;
}
.breadcrumb-chemin ul li:after {
    content: "";
    background: #c0a360;
    width: 3px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 7px;
    border-radius: 50%;
}
.breadcrumb-chemin ul li a {
	font-size: 16px;
    color: #c0a360;
}
.content .bloc {
padding-left:0px;
padding-right:0px;
padding-top: 100px;
}
.bloc-detail-prod {
padding-left:0px;
padding-right:0px;
}
.video-content {
margin-top: 15px;
}
.play-video {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0px auto;
    text-align: center;
}
.play-video a {
cursor: pointer;
}
.play-video h5 a {
color: #fffaef;
    text-decoration: none !important;
    font-size: 20px;
    margin-top: 35px;
    display: block;
    cursor: pointer;
}
.menu-open .header-top { 
display: none !important;
}
.bloc-header {
display: none;
}
.content {
position: relative;
    overflow: hidden;
    margin-bottom: 45px;
    clear: both;
}


@media screen and (max-width: 1280px) {
#Body {
padding: 0 30px;
}
}

@media screen and (max-width: 1024px) {
#Body {
padding: 0 25px;
}
}
@media screen and (max-width: 993px) {

.main {
display: block;
    overflow: hidden;
}
.mainLeft {
height: 140px !important;
}
.header {
 height: 140px;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    flex-direction: inherit;
}
.content .bloc {
padding-top: 50px;
}
.bloc-header {
padding: 0 55px;
position: absolute;
right:0;
display: block;
z-index: 999;
top: 40px;
}
.header-top { 
display: none !important;
}
.menu-open .header-top { 
display: flex !important;
}
#Body {
    padding: 0px;
}
.header .menu {
margin-top: 0px !important;
padding-top: 6%;
}
.mainLeft {
    height: 140px;
    width: 100%;
    float: none;
}
.mainRight {
    width: 100%;
    height: 100%;
   left: 0;
}
.header .logo {
    max-width: 120px;
    height: auto;
    margin: 0;
}
.mainRight .banner {
position: relative;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
}

@media screen and (max-width: 500px) {
.title-chemin, .title-box h1 {
font-size: 20px;
}
.mainRight .banner {
    height: 330px;
}
.play-video {
    top: 35%;
}
.play-video h5 a {
    font-size: 17px;
    margin-top: 15px;
}


.mainRight .banner .title-box {
bottom: 20px;
}
.banner .title-box h1, .title-chemin {
    font-size: 20px !important;
}
@keyframes moveUp {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
     
    50% {
        transform: translate3d(0px, 10px, 0px);
        animation-timing-function: ease-out;
    }
     
    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
}
@-webkit-keyframes moveUp {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
     
    50% {
        transform: translate3d(0px, 5px, 0px);
        animation-timing-function: ease-out;
    }
     
    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
}
@-moz-keyframes moveUp {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
     
    50% {
        transform: translate3d(0px, 5px, 0px);
        animation-timing-function: ease-out;
    }
     
    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
}
@-ms-keyframes moveUp {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
     
    50% {
        transform: translate3d(0px, 5px, 0px);
        animation-timing-function: ease-out;
    }
     
    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
}
}

.jumbotron { margin:100px auto;}

iframe {width:100%;  min-height:300px;}

@media screen and (min-width: 994px) {
	body {
		padding: 0 35px !important;
	}
}

@media screen and (max-width: 300px) {
.mainRight .banner .title-box {
bottom: 10px;
}
.banner .title-box h1, .title-chemin {
    font-size: 18px !important;
}




.product .bloc-list-produit {
overflow: hidden;
 position: relative;
}
.product .bloc-list-produit>div>div:after {
    content: "";
    width: 100%;
    height: 81%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #c0a360;
    z-index: 999;
    transition: 0.7s transform cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transform: translateX(-112%);
    border-radius: 50%;
}

.product.activesection  .bloc-list-produit>div>div:after{
    -webkit-animation: translatesection  1.3s 0.6s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
    animation: translatesection 1.3s 0.6s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
}
.product .prod {opacity:0;transform: translateX(-100%); overflow: hidden;}
.product.activesection .prod{    -webkit-animation: opacity 1s 0.9s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
    animation: opacity 1s 0.9s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;}
@keyframes translatesection{
    0% {
       transform: translateX(-112%);
        animation-timing-function:  cubic-bezier(0.46, 0.03, 0.52, 0.96);
    }
     
    50% {
transform: translateX(0%);
             animation-timing-function:  cubic-bezier(0.46, 0.03, 0.52, 0.96);
    }
     
    100% {
       transform: translateX(112%);
    animation-timing-function:  cubic-bezier(0.46, 0.03, 0.52, 0.96);
    }
}



@keyframes opacity{
    0% {
   opacity:0;transform: translateX(-100%);
        animation-timing-function:  cubic-bezier(0.46, 0.03, 0.52, 0.96);
    }
     
     
    100% {
   opacity:1;transform: translateX(0%);
    animation-timing-function:  cubic-bezier(0.46, 0.03, 0.52, 0.96);
    }
}



@keyframes translateSectionX{
    0% {
  transform: translateX(-100%);
        animation-timing-function:  cubic-bezier(0.46, 0.03, 0.52, 0.96);
    }
     
     
    100% {
  transform: translateX(0%);
    animation-timing-function:  cubic-bezier(0.46, 0.03, 0.52, 0.96);
    }
}













