#Messages {
  position:fixed;
  background: rgba(255,255,255,.8);
  width:100%;
  z-index: 100000;
  text-align: center;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #666;
  background-color: #fff;
  margin: 0;
}

.index body {
    background-color: #ffffe7;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  outline: 0;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}
img {
  vertical-align: middle;
}

b,
strong {
  font-weight: bold;
}

h1,
h2,
h3 {
  font-family: 'Francois One', sans-serif;
  line-height: 1.1;
  color: inherit;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 18px;
}

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

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

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:after {
    content: "";
    clear: both;
    display: table;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1400px;
  }
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*------------------------------------*\
    Header
\*------------------------------------*/ 
.top-contact {
    position: relative;
    top: -25px;
}
.Desktop .top-contact {
    top: -35px;
}
.right-top {
    float: right;
    color: #060606;
    font-weight: 700;
}
.Desktop .right-top {
    background: #d4d52d;
    padding: 5px 25px;
    border-radius: 0 0 10px 10px;
}
.goodies .right-top {
    color: white;
}
.top-tel {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
.horaire {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
#sticky-wrapper {
    position: absolute;
    top: 5%;
    width: 100%;
    z-index: 9999;
}
.Mobile #sticky-wrapper {
    top: 13%;
}
.header {
	/*position: absolute;
    top: 10%;
    width: 100%;*/
    position: relative;
    z-index: 100 !important
}
.Navigation:before {
	content: "";
	background: url('../images/bg/bg_closeNavInverse.png') repeat-x;
	height: 16px;
    position: absolute;
    width: 100%;
    top: -17px;
}
.Navigation:after {
	content: "";
	background: url('../images/bg/bg_closeNav.png') repeat-x;
	height: 16px;
    position: absolute;
    width: 100%;
    bottom: -19px;
}
.Navigation {
    background: rgba(255, 255, 255, 1);
    padding: 15px 0;
    position: relative;
}

/* Logo */
.logo {
    position: absolute;
    /*background: white;*/
    padding: 15px;
    border-radius: 45px;
    z-index: 90;
    top: -60px;
}
.is-sticky .logo {
    top: -13px;
}
.logo img {
	max-width: 200px;
}
.is-sticky .logo img {
	max-width: 125px;
}

.is-sticky .top-contact,
.is-sticky .animHeader {
    display: none;
}

.logoRight {
	background: #a5d8f0;
	border-top: 4px solid #92d005;
    /*float: right;*/
    text-align: center;
    padding: 10px 20px 20px;
    height: 140px;
    width: 350px
}

/* Navigation */
.nav {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    float: right;
	position: relative;
    margin-top: 5px;
	z-index: 30;
}
.nav-list {
    float: left;
	text-align:left;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.nav:after,
.nav-list:after {
	content: "";
	display: table;
	clear: both;
}
.nav-item {
	float:left;
	*display:inline;
	zoom:1;
	position:relative;
}
.nav-item a {
	display:block;
	padding: 10px;
    text-transform: uppercase;
    font-size: 13px;
    color: #181818;
}
.nav-item.active > a,
.nav-item > a:hover {
	background: #92d005;
}
.nav-item:hover .nav-submenu,
.nav-submenu .nav-submenu-item:hover .nav-subsubmenu {
	display:block;
}
/* Navigation submenu */
.nav-submenu {
    background: white;
    list-style: none;
    padding-left: 0;
	/*display:none;*/
	position:absolute;
	left:0;
}

.nav-submenu-item a {
	display:block;
	padding:15px;
}
.nav-submenu-item a:hover {
	background:#92d005;
    color: white;
}

/* Nav subsub menu */
.nav-subsubmenu {
    display: none;background: white;
    list-style: none;
    padding-left: 0;
    position:absolute;
    left:0;
}

@media (min-width: 1024px) {
    .nav-submenu,
    .nav-subsubmenu { 
      visibility: hidden; /* hides sub-menu */
      opacity: 0;
      top: 135%;
      left: 0;
      width: 200px;
      transform: translateY(-2em);
      z-index: -1;
      transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    }

    .nav-submenu-item {
        position: relative;
    }
    .nav-subsubmenu {
        top: 0;
        transform: translateY(inherit);
        transform: translateX(-2em);
        left: 100%;
    }

    .nav-item:hover .nav-submenu,
    .nav-submenu .nav-submenu-item:hover .nav-subsubmenu {
      visibility: visible; /* shows sub-menu */
      opacity: 1;
      z-index: 1;
      transform: translateY(0%);
      transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
    }
    .nav-submenu .nav-submenu-item:hover .nav-subsubmenu {
        transform: translateX(0%);
    }
}
/* Mobile navigation */
.Mbnav{
    float: right;
}
.nav-mobile {
	display:none; /* Hide from browsers that don't support media queries */
	cursor:pointer;
    vertical-align: middle;
	background:#92d005 url(../images/nav.svg) no-repeat center center;
	background-size:18px;
	height:50px;
	width:50px;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position:absolute;
	top:0;
	right:0;
	display:none;
	height:49px;
	width:50px;
	cursor:pointer;
}
.nav-click i {
	display:block;
	height:48px;
	width:48px;
	background:url(../images/drop.png) no-repeat center center;
	background-size:15px;
}
.nav-rotate {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}

@media only screen and (max-width: 991px) {
	.nav-mobile {
		display:inline-block;
	}
	.nav {
		width: 100%;
        margin: 0;
        padding: 0;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 100;
	}
	.nav-list {
        background-color: white;
		display:none;
        float: none;
	}
	.nav-item {
		width:100%;
		float:none;
	}
	.nav-item > a {
		padding:15px;
	}
	.nav-click {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
	}
	.nav-item:hover .nav-submenu,
    .nav-submenu-item:hover .nav-subsubmenu {
		display:none;
	}
	.nav-submenu {
        background: #f7f7f7;
		position:static;
        display: none;
		width:100%;
	}

    .nav-submenu-item {
        position: relative;
    }

    .nav-subsubmenu  {
        background: #eee;
        position:static;
        display: none;
		width:100%;
    }
}

.btn-devis-top {
        float: right;
    background: #92d005;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px;
    border-radius: 5px;
    margin-left: 15px;
}

.btn-com-top {
        float: right;
    background: #d4d52d;
    color: #333;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px;
    border-radius: 5px;
    margin-left: 15px;
    font-weight: bold;;
}

.Mobile .btn-com-top {
    float: none;
}

@media(max-width:"991px") {
    .btn-devis-top {
        float: left;
        margin-left: 17rem;
        margin-top: 7px;
        width: 50%;
        text-align: center;
    }
}    

.Mobile .btn-devis-top {
    position: relative;
    margin-right: 15px;
    top: 8px;
    z-index: 99;
}
.Mobile .header .mobile-tel{
    display: none;
    margin-right: 10px;
    font-size: 20px;
    font-weight: bold;
    position:relative;
    top: -15px;
}
.Mobile .is-sticky .header .mobile-tel{
    display: inline-block;
    vertical-align: middle;
}
.btn-devis-top:hover,
.btn-devis-top:focus {
    background: #92d005;
    opacity: .8;
}
.icon-tel-mobile{
    background: url(../images/tel-icon.png) no-repeat center center;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 7px;
    height: 24px;
    width:24px;
}

/*------------------------------------*\
    Content
\*------------------------------------*/
.HomeSlider {
	position: relative;
    height: 100vh;
}
.siderHome {
    top: 0;
    position: absolute;
    width:100%;
    height: 100vh;
}
.Mobile .HomeSlider{
    height: inherit;
}
.ImgSlider {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 100vh
}

.HomeSlider .container {
    position: relative;
    height: 100%;
    z-index: 999 !important;
}

.Desktop .HomeSlider .container,
.Tablet .HomeSlider .container {
	display: table;
}

.Desktop .elemSlider,
.Tablet .elemSlider {
	display: table-cell;
	vertical-align: middle;
}

.Mobile .elemSlider {
    padding-top: 5rem;
}

.capitionText {
	padding-top: 7rem;
    margin: 0 auto;
    text-align: center;
    width: 70%;
}
.Tabelt .capitionText,
.Mobile .capitionText {
    width: 100%;
}
.titreSlide {
	font-size: 38px;
    margin-bottom: 0;
    color: #222;
}
.Mobile .titreSlide {
    font-size: 20px;
}
@media(max-width:320px){
    .capitionText {
        padding-top: 4rem;
    }
    .titreSlide{
        font-size: 18px !important;
    }
}
.titreSlide strong {
	font-family: 'Francois One', sans-serif;
	display: block;
    font-size: 5rem;
}
.Mobile .titreSlide strong {
    font-size: 2rem;
}
.animeText {
	color: white;
    font-size: 30px;
    text-align: center;
    padding-left: 90px;
}

.Tablet .animeText {
    padding-left: 40px;
}
.Mobile .animeText {
    font-size: 20px;
    padding-left: 0;
}
.animeText:after {
    content: "";
    display: table;
    clear: both;
}
.animeText > div {
    display: inline-block;
    vertical-align: middle;
}
.animeText span {
	font-family: 'Francois One', sans-serif;
    text-align: left
}

.Mobile .animeText span {
    text-align: center
}

.animHeader {
    position: absolute;
    bottom: -90px;
    left: 0;
} 

.capitionText .animHeader {
    position: static;
}
.animHeader .animeText, {
    padding-left: 20px;
}
.animHeader .testSlider {
    width: 450px !important;
}

.Mobile .animHeader .testSlider,
.Mobile .testSlider {
    width: inherit !important;
    margin-left: 0;
}
.animHeader .animeText span {
    color: #000;
    font-size: 46px;
}
.Tablet .animHeader .animeText span,
.Mobile .animHeader .animeText span {
    font-size: 24px;
}
.animHeader .titre-head {
    color: #d4d52d;
}

.envel-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    right: 0;
    top: 30%;
    width: 28%;
    height: 60%;
    opacity: .7;
}
.Mobile .envel-slide {
    display: none;
}
.envel1 {
    background-image: url('../images/bg/envel1.png');
}

.envel2 {
    background-image: url('../images/bg/envel2.png');
}

.envel3 {
    background-image: url('../images/bg/envel3.png');
    width: 25%;
}

.envel4 {
    background-image: url('../images/bg/envel4.png');
    width: 30%;
    opacity: 1;
}

/* Envel banner */
.banner-envel {
    background-image: url("../images/arabesque.png");
    background-color: #242a2d;
    padding: 2rem 0;
}
.banner-envel h2 {
    text-align: center;
    color: white;
    text-transform: uppercase;
    margin: 0;
}
.banner-envel .btn-custom {
    background: #4fb7e8;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 10px;
    width: 200px;
}
.img-carousel img {
    max-width: 100%;
}
.slick-current img {
    border: 7px solid #4fb7e8;
}
.slick-dots{
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
}
.slick-dots li{
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.slick-dots li button{
    display: block;
    cursor: pointer;
    padding:0;
    background: white;
    border: none;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    text-indent: -9999px;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
    background: #333;
    outline: 0 !important;
}
.slick-dots li.slick-active button{
    background: #4fb7e8;
}

.devisBlock {
    background: url(../images/bg/bgDevis.jpg) no-repeat center bottom;
    position: relative;
    min-height: 600px;
    height: 65vh;
    padding-bottom: 2rem;
}
.Desktop .devisBlock .container,
.Tablet .devisBlock .container {
	display: table;
	height: 100%
}
.Mobile .devisBlock{
    height: inherit !important;
}

.devisBlock p {
    text-align: center;
    padding: 0 10rem;
    margin-top: 25px;
    font-size: 14px;
    color: #000;
}
.Mobile .devisBlock p{
    padding:0;
}

.Mobile .devisBlock .container {
    width: 100%;
}
.Desktop .devisGratuit,
.Tablet .devisGratuit {
	display: table-cell;
	vertical-align: middle;
    width: 100%;
}
.Mobile devisGratuit{
    padding-top:10px;
}

.Mobile.devis-gratuit .devisGratuit {
    padding-top: 10rem;
}
.devis-gratuit .foot {
    display: none !important;
}
.devis-gratuit .devisBlock {
    height: inherit !important;
}

.titleDevis {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
	text-align: center;
    display: block;
    margin-bottom: 35px;
    font-size: 40px;
    color: #222;
}
.Mobile .titleDevis {
    margin-bottom: 20px;
    font-size: 30px;
}

#mail {
	display: none !important;
}

#Form-devis {
	margin: 0 auto;
    width: 75%;
}
.Mobile #Form-devis {
    width: 100%;
}

.Desktop .input-group .input-form,
.Tablet .input-group .input-form {
    display: inline-block;
    margin-bottom: 10px;
    width: 49.5%;
}
.Desktop .input-group .input-form:last-child,
.Tablet .input-group .input-form:last-child {
    margin-left: 1%;
}
.input-form {
    display: block;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #000000;
    margin-bottom: 5px;
    padding: 20px 10px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    outline: 0 !important;
}

.btn {
	background: #92d005;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    display: block;
    outline: 0 !important;
    margin: 10px 0 0;
    padding: 20px;
    border-radius: 5px;
    text-transform: uppercase;
    width: 100%;
    border: none;
}

.btn-devis,
.btn-devis:hover {
    width: 350px;
    margin: 20px auto 0;
}

.Mobile .btn-devis,
.Mobile .btn-devis:hover {
    width: 100%
}

.testSlider {
    width: 250px !important;
    margin-left: 15px;
}

.Mobile .testSlider {
    width: 100% !important;
}

.content .intro h2,
.content.interne h1 {
	color: #a5d8f0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 46px;
}
.Mobile.index .content .intro h2{
    margin-top:7rem;
}
#Numerique .content h2 {
    color: #a5d8f0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 46px;
}
.Mobile .content h1 {
    font-size: 26px;
}
.p_intro {
	max-width: 75%;
    margin: 0 auto;
}
.Mobile .p_intro {
    max-width: 100%;
}
.intro {
    position: relative;
    text-align: center;
    height: 800px;
}

.Tablet .intro,
.Mobile .intro {
    height: 400px;
}
.home-bg {
    height: 644px;
    position: absolute;
    width: 100%;
    top: 40%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: 50%;
}

.Tablet .home-bg,
.Mobile .home-bg {
    height: 250px;
}

.home-bg .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    max-width: 940px;
}

.Tablet .home-bg .container,
.Mobile .home-bg .container {
    width: 100%;
}

.intro_bg .container {
    top: 42%;
    z-index: 5;
}

.index-parallax {
	margin: 0 auto;
    z-index: 1;
    max-width: 1400px;
    position: relative;
    width: 100%;
}

.intro_parallax {
    background-image: url('../images/bg/bgContent.png');
    background-size: 1359px;
    background-position: 0px -192px;
    width: 100%;
    height: 800px;
    overflow: auto;
    top: 0;
    position: absolute;
}

.file-icon {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
}

.intro-box {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    z-index: 2;
}

.intro img {
	max-width: 100%;
}

.Tablet .intro img,
.Mobile .intro img {
    display: none;
}

#envel-icon, 
#image-icon {
    top: 30px;
    position: absolute;
    left: -62px;
    right: 0;
}

#envel-icon {
    opacity: 0;
    visibility: hidden;
}

.popI, 
.popO {
    animation-duration: .4s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.popO {
    animation-name: popOut;
}

.popI {
    animation-name: popIn;
    opacity: 1!important;
    visibility: visible!important;
}

@keyframes popOut {
    from {
        transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1)
    }
    to {
        transform: scale3d(0, 0, 0);
        -webkit-transform: scale3d(0, 0, 0);
        -ms-transform: scale3d(0, 0, 0)
    }
}

@keyframes popIn {
    from {
        transform: scale3d(0, 0, 0);
        -webkit-transform: scale3d(0, 0, 0);
        -ms-transform: scale3d(0, 0, 0)
    }
    to {
        transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1)
    }
}

.hider, 
.hider_file-icon,
.hider_ilus-code {
    background-color: #FFF;
}
.hider {
	height: 190px;
    width: 100%;
    max-width: 635px;
    margin-left: -310px;
    left: 50%;
    top: 190px;
    position: absolute;
    z-index: 4;
}

.hider_ilus-code {
    z-index: 1;
    height: 235px;
    top: 180px;
    animation-delay: 1s;
}

.ilus-code {
	left: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    animation-delay: 1.1s;
}

.hider-bottom {
	height: 70px;
    animation-delay: 1s;
    top: 652px;
}

.Tablet .ilus-code,
.Mobile .ilus-code {
    display: none;
}

/* PUB */
.pub{
    bottom: 25px;
    position: absolute;
    width: 100%;
    z-index: 25;
}
.Mobile .pub{
    position: relative;
    background: white;
    bottom: 0;
    margin-top: 15px;
}
.offre{
    background: rgba(255, 255, 255, 0.81);
    padding: 10px;
    text-align: center;
    width: 275px;
    min-height: 200px;
    border-radius: 25px;
}
.Mobile .offre{
    width: 100%;
    padding-left: 0;
    padding-right:0;
}
.Desktop .img-offre{
    border-radius: 0 0 25px 25px;
    overflow: hidden;
}
.offre h3{
    font-size: 30px;
    text-transform: uppercase;
    color: #4fb7e8;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}

.arrow {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 25px;
}
.Mobile .arrow {
    bottom: 10px;
}
@media(max-width:320px){
    .arrow {
        bottom: 5px !important;
    }
}
.arrow-down {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 50%;
}
.arrow-down .icon {
    background: url('../images/icon-arrow-down.png') no-repeat center;
    display: block;
    margin: 7px auto 0;
    height: 32px;
    width: 32px;
}

/* Detail */
.detail {
	background: url('../images/bg/bgDetail.jpg') no-repeat center 50%;
    background-attachment: fixed;
	position: relative;
	color: white;
    height: 500px;
    overflow: hidden;
}
.Mobile .detail{
    height: 600px;
}

.detail .home-bg {
	height: 500px;
    text-align: center;
}

.detail .home-bg .container {
	max-width: 1170px;
	width: 100%;
}

.detail .home-bg h2{
    max-width: 60%;
    margin: 0 auto;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}
.Mobile .detail .home-bg h2{
    max-width: 100%;
    margin: 7rem auto 2rem;
}

.detail-left {
    float: left;
    width: 250px;
    text-align: right;
}

.detail-right {
    float: right;
    width: 250px;
}

.detail-right {
	text-align: left;
}

.Mobile .detail-left,
.Mobile .detail-right {
    width: 100%;
    text-align: center
}

#made_french {
    margin: 50px auto 50px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2.5px;
    font-weight: 500;
}
#made_french span {
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
}
.imprime-France {
    background: url('../images/bg/imprime-enveloffset.jpg') no-repeat center;
    position: relative
}
.Mobile #made_french img {
    display: block;
    margin: 10px auto;
}
.textImprime_home {
    position: relative;
    z-index: 4;
    text-align: center;
    margin: 0 auto;
    color: #000;
    padding: 7rem 0;
}
.Mobile .textImprime_home {
    padding:1rem 0 3rem;
}
.titlea {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 46px;
    margin-top: 35px;
    margin-bottom: 1rem;
    line-height: 48px;
    font-weight: 800;
}
.Mobile .titlea {
    font-size: 30px;
    line-height: 32px;
}
.titleb {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 48px;
    font-weight: 300;
    letter-spacing: 6.2px;
    margin: 1rem 0;
}
.Mobile .titleb {
    font-size: 36px;
    line-height: 36px;
}
.titlec {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2.8px;
    margin-top: 5px;
}
.Mobile .titlec {
    font-size: 14px;
}
.titlec span {
    text-decoration:underline; 
    font-weight:800
}
.btn-custom {
    display:block;
    text-decoration:none!important; 
    text-transform:uppercase;
    text-align: center;
    margin:0 auto;
    margin-top:35px; 
    width:350px;
}

.Mobile .btn-custom {
    width: 100%
}

/* Expedition */
.banner {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    height: 100%;
    width: 100%;
}
#bgentreprise.banner {
    position: absolute;
    height: 450px;
}
.chics-antichoc .banner,
.prestiges .banner {
	background-position: center center;
}
.content.interne {
    position: relative;
    z-index: 20;
}
.int_section {
    padding-top: 10rem;
    padding-bottom: 5rem;
}
.Mobile.entreprise .int_section{
    padding-bottom: 0;
}
#Savoir-faire .int_section {
    padding-bottom: 3rem;
}
#Numerique .int_section{
    padding-top: 0;
}
#Goodies .int_section {
    padding-bottom: 2rem;
}
.titre_produit {
    text-align: center;
}
#Numerique .titre_produit {
    border-top: 1px solid #ddd;
}
.detail_produit {
    position: relative;
}
.detail_produit img{
    margin-top:0 !important;
}
#col_3:after,
.box_une:after {
    content: "";
    display: table;
    clear: both;
}
#box_une {
    height: 249px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.77);
}

#col_3 .box_prod {
    width: 33.33337%;
}

.expeditions #col_3 .box_prod {
    width: 25%;
}

.Mobile #col_3 .box_prod,
.Mobile.expeditions #col_3 .box_prod {
    width: 100%;
    margin-bottom: 30px;
}

.box_prod.left {
    float: left;
}

#box_une .img_prod {
    float: left;
    margin-right: 20px;
}

#col_3 .desc_prod {
    background-color: rgba(255, 255, 255, 0.77);
    text-align: center;
    padding-bottom: 1rem;
}

#aqua {
    background-color: #a5d8f0 !important;
}
#purple {
    background-color: #e9b4f3 !important;
}
#green {
    background-color: #cef79e !important;
}

#eco_green {
	background-color: #9dd102 !important;
}

#col_3 .img_prod {
    height: 200px;
    overflow: hidden;
}
.desc_prod > div {
    color: #000;
    padding: 20px;
    font-size: 14px;
}
.subtitre {
    color: white;
    padding: 20px;
    margin: 0 auto;
    background: rgba(0, 0, 0, .4);
}
.subtitre h2 {
    letter-spacing: 3px;
}
.img_prod img {
    max-width: 100%;
}

.note_prod {
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #497d0b;
}

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

.largeBlock {
    background: #d4d52d;
    height: 425px;
    overflow: hidden;
    color: white;
}
.mecanics .largeBlock {
	background: #7bb1dd;
}
.chics-antichoc .largeBlock,
#marron_pastelle {
	background: #d6bba9;
}
.ImgLarge {
    background: white;
    float: left;
    width: 40%;
    height: 425px;
}
.pochettes-a-soufflet .largeBlock,
.pochettes-a-soufflet .ImgLarge {
	height: 450px
}

.Mobile .ImgLarge {
    width: 100%;
    height: 200px !important;
    overflow: hidden;
}

.Mobile .largeBlock,
.Mobile .TextLarge {
    height: inherit !important;
    width: 100%;
}

.ecologics .largeBlock,
.ecologics .ImgLarge,
#Numerics .largeBlock,
#Numerics .ImgLarge,
#Repiquage .largeBlock,
#Repiquage .ImgLarge {
	height: inherit;
}
.ecologics .largeBlock {
	background: rgba(255, 255, 255, 0.8);
    color: #000;
    margin: 15px 0;
}
.expeditions .largeBlock {
    background: #c6b087;
	height: 275px;
}
.TextLarge {
    padding: 0 5%;
    float: left;
    width: 60%;
}
.TextLarge h2 {
    margin-top: 35px;
}
.TextLarge li {
    margin-bottom: 10px;
}


.texte_produit {
    color: #000;
    padding: 20px;
    margin-top: 2rem;
    text-align: center;
}

/* Tqbleau */

.Mobile .noMobile {
    display: none !important;
}
.responstable {
    width: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.34);
    color: #000;
}
.responstable tr {
  border: 1px solid #fff;
}
.responstable tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.61);;
}
.responstable th {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 0;
  background-color: #353738;
  color: #FFF;
  text-transform: uppercase;
  padding: 1em;
}
.chics-antichoc .responstable th,
.eco_green .responstable th {
	background-color: #b0805a;
}
.responstable th p {
	text-transform: none !important;
	font-size: 14px !important;
	padding: 0 20px;
    font-weight: normal;
}
.responstable th:first-child {
  display: table-cell;
  text-align: center;
}
.responstable th:nth-child(2) {
  display: table-cell;
}
.responstable th:nth-child(2) span {
  display: none;
}
.responstable th:nth-child(2):after {
  content: attr(data-th);
}
.tableSpan {
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 18px;
}
.tableSpan img {
	display: block;
	margin:  0 auto 20px;
}
@media (min-width: 480px) {
  .responstable th:nth-child(2) span {
    display: block;
  }
  .responstable th:nth-child(2):after {
    display: none;
  }
}
.responstable td {
  display: block;
  word-wrap: break-word;
  max-width: 7em;
}

.Mobile .responstable td {
    max-width: inherit !important;
}
.responstable td:first-child {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #fff;
}
@media (min-width: 480px) {
  .responstable td {
    border: 1px solid #fff;
  }
}
.responstable th, .responstable td {
  text-align: left;
  margin: .5em 1em;
  font-size: 12px;
}
@media (min-width: 480px) {
  .responstable th, .responstable td {
    display: table-cell;
    padding: .5em;
  }
}

.btn-interne {
	max-width: 250px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.14);
    border: 2px solid rgba(0, 0, 0, 0.22);
    color: #000;
}

.chichs-td td {
	text-align: left !important;
    line-height: 48px;
}
.chichs-td img {
float: right;
}


/* Gallerie */
#Gallerie .links img {
    max-width: 100% !important;
}
.links {
    text-align: center;
}
.links a {
    border: 5px solid rgba(0, 0, 0, 0.45);
    border-top-width: 10px;
    display: inline-block;
    width: 25%;
}

.Mobile .links a {
    width: 50%;
}
.links a:first-child {
    border-left-width: 10px !important;
}
.links a:last-child {
    border-right-width: 10px !important;
}

.equipe-dynamique {
	padding: 3rem 0
}

.equipe-dynamique .equipe h2 {
	max-width: 85%;
	margin: 0 auto 3rem;
	line-height: 130%;
}
.Mobile .equipe-dynamique .equipe h2 {
    max-width: 100%;
}
.Mobile .equipe h2 {
    font-size: 24px;
}
.Mobile .box-eq {
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
    text-align: left;
}

/* Entreprise */
.equipe h2 {
	text-align: center;
    font-size: 36px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #000;
}
.wrap-eq {
    margin: 15px 0 30px;
    text-align: center;
}
@media(min-width: 992px) {
    .wrap-eq {
        justify-content: center;
        display: flex;
    }
.box-eq {
	float: left;
    text-align: center;
    padding: 0 15px;
    width: 25%;
}
.equipe-dynamique .box-eq {
	display: inline-block;
	float: none;
}
.item-img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}
.Mobile .item-img{
    float: left;
    width: 100px;
    height: 100px;
}
.item-img:after {
    content:"";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left:0;
    height:100%;
    width:100%;
}
.item-img img,
.item_eq img {
	max-width: 100%;
}
.Mobile #carousel-mobile .item_eq img{
    margin: 0 auto !important;
    width: 150px;
}
.item_eq img {
    border-radius: 100%;
}
.Mobile .desc{
    float: left;
    width: 58%;
    padding-left: 20px;
}
.Mobile #carousel-mobile .desc{
    float: none;
    width: 100%;
    padding-left: 0;
    text-align: center;
}
.item_eq .desc h4 {
	margin-bottom: 0;
    color: #d4d52d;
}
.Mobile .item_eq .desc h4 {
	margin-top: 13px;
}
.item_eq .desc h4:after {
	content: "";
	display: block;
    width: 50px;
    height: 3px;
    background: #d4d52d;
    margin: 10px auto 5px;
}
.Mobile.index .item_eq .desc h4:after {
    margin-left: 0 ;
    margin-right: 0 ;
}
.item_eq .desc em {
    display: block;
    font-size: 12px;
    color: #777;
}
.item_eq .desc span {
	font-size: 13px;
}


.entreprise .int_sec_section {
	background: #d4d52d;
    padding: 3rem 0;
}
.entreprise .text-left {
	float: left;
    color: white;
    width: 50%;
}
.img-right {
	float: right;
}

.entreprise .img-right {
    width: 50%;
}
.Mobile.entreprise .text-left,
.Mobile.entreprise .img-right {
    width: 100%;
}
.entreprise .img-right img {
    padding-left: 15px;
}

.Mobile.entreprise .img-right img {
    padding-left: 0;
    width: 100%;
    margin-bottom: 15px;
}

#Numerique img {
	max-width: 100%;
}
#Numerique h2 {
	background: #d4d52d;
    padding: 15px;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;
}

.num-100 {
	border: 1px solid #d4d52d;
	margin: 30px 0;
}
.img-num {
    background: white;
    text-align: center;
}
.Mobile .img-num img {
    max-width: 100%;
    margin-bottom: 15px;
}
.num-70,
.num-30,
.num-50,
.num-33 {
	float: left;
}
.num-70 {
	width: 70%;
    padding-right: 30px;
}
.num-30 {
	width: 30%;
}
.num-33 {
	width: 33.33337%;
}

.num-50 {
	width: 50%;
}

.Mobile .num-50,
.Mobile .num-30,
.Mobile .num-70 {
    float: none;
    width: 100%;
}

.Mobile .num-70 {
    padding-right: 0;
}

.num-70 .article {
    padding: 15px;
    margin-top: 10px;
    background: #d4d52d;
}

.Mobile .num-70 .article {
    margin-bottom: 15px;
}

.article ul {
    margin: 0;
    padding: 20px 20px 20px 40px;
    background: white;
}

.box-une {
    margin: 15px 0 30px;
    position: relative;
}

.box-une .article {
    background: white;
    border: 3px solid #bae267;
        padding: 20px 40px 20px 130px;
}

.Mobile .box-une .article {
    padding: 1px 20px;
}

.box-une > span {
    background: white;
    border: 5px solid #bae267;
    border-radius: 50%;
    width: 150px;
    left: -50px;
    top: 50px;
    height: 150px;
    position: absolute;
    text-align: center;
    line-height: 135px;
}

.Mobile .box-une > span {
    position: static;
    display: block;
    margin: 0 auto 15px;
}
#Environnement .article h2 {
    color: #93c629;
}

#Etiquette .article h2 {
    margin-top: 0;
}
#Etiquette img {
    max-width: 100%;
}
.Desktop #Etiquette img,
.Tablet #Etiquette img{
    margin-top: 25px;
}
.etiquette-box h2 {
    font-size: 20px;
    color: #e28b12;
}
.etiquette-box .article {
    background: rgba(236, 236, 236, 0.52);
    margin: 15px 0;
    padding: 20px;
    text-align: center;
}
.Mobile .etiquette-box .article{
    padding:0;
}
.etiquette-box h3{
    background: #d4d52d;
    width: 250px;
    margin: 0 auto -15px;
    padding: 15px;
    position: relative;
}
#list-etiquette{
    padding: 40px 20px 20px;
    background-color: white;
}
.list-etiquette {
    background-color: transparent;
    padding-bottom:0 !important;
    text-align: left
}
.list-etiquette li {
    margin-bottom: 5px;
    font-size: 13px;
    color: #000;
}
#Etiquette .left.img-num {
    text-align: left;
    background: none;
}
#Etiquette .right.img-num {
    text-align: right;
    background: none;
}
.titre_etiquette h2 {
    text-align: center;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
}
#et-1 {
    background: #f9afd6;
    color: white;
}
#et-2 {
    background: #ceb382;
    color: white;
}
#et-3 {
    background: #f1cf4c;
    color: white;
}
#et-4 {
    background: #ce99b3;
    color: white;
}
#et-5 {
    background: #ef8e82;
    color: white;
}
#et-6 {
    background: #a1af73;
    color: white;
}
#et-7 {
    background: #c0ad83;
    color: white;
}
#et-8 {
    background: #f7844e;
    color: white;
}

.map_section {
    background: #efefef;
    height: 350px;
    display: block;
    margin-bottom: 20px;
    margin-top: 5rem;
    padding: 15px;
}
#map {
    width: 100%;
    height: 100%;
    background: #FFFFFF url('../images/img/map_envelOffset.png') no-repeat center;
}
.nous-contacter {
    background: #dff0f9;
    padding: 15px;
}
.location {
    margin-left: 30px;
}
.detail-contact {}
.detail-contact span {
    display: block;
    margin: 10px 0;
}
.detail-contact .icon-map {}
.detail-contact .icon-tel {}
.detail-contact .icon-fax {}
.detail-contact .icon-mail {}
.acces span {
    display: block;
    margin: 7px 0;
    color: #000;
}

/* Footer */
.footer {
	background: url('../images/bg/bgFooter.jpg') no-repeat center bottom;
    background-attachment: fixed;
    text-align: center;
    height: 500px;
    color: #000;
    position: relative;
}
.footer .container {
    display: table;
    height: 100%;
}

.media {
    width: 100%;
    display: table-cell;
    vertical-align: middle
}

.media h3 {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-top: 0;
}

.media ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.media ul > li {
    display: inline-block;
    margin: 0 5px;
}

.icon-media {
    background: url('../images/icon.png') no-repeat;
    display: inline-block;
    height: 64px;
    width: 64px;
}

.facebook {
    background-position: 0 0;
}

.twitter {
    background-position: 0 -70px;
}

.google-plus {
    background-position: 0 -140px;
}

.contact {
    margin-top: 20px;
}

.Mobile .contact {
    margin-top: 0;
    text-align: center;
}

.contact > span {
    display: inline-block;
    vertical-align: middle;
}

.Mobile .contact > span {
    display: block;
}
.tel {
    font-size: 36px;
    font-family: 'Francois One', sans-serif;
}
.spacer-vert {
    margin: 0 15px;
}

.Mobile .spacer-vert {
    display: none !important;
}

.adress {
    background: #d4d52d;
    color: black;
    max-width: 55%;
    margin: 30px auto 15px;
    height: 70px;
    line-height: 68px;
    font-weight: bold;
}

.Tablet .adress {
    max-width: 100%;
}
.Mobile .adress {
    height: inherit;
    max-width: 100%;
    line-height: 25px;
    padding-bottom: 15px;
}
.adress span {
    background: white;
    width: 100px;
    height: 70px;
    float: left;
    vertical-align: middle;
    padding: 15px;
    line-height: 5px;
}

.Mobile .adress span {
    float: none;
    width: inherit;
    height: inherit;
    display: block;
    margin-bottom: 15px;
}

.adress span img {
    max-width: 100%;
}

.Mobile .adress span img  {
    max-width: 150px;
}

.copyright {
	margin: 0;
    color: black;
    font-weight: 700;
    font-size: 13px;
}
.Mobile copyright a {
    display: block;
}
#Goodies {
    background: #e52b5d;
}
.goodies-col {
    float: left;
}
.goodies-60 {
    width: 60%;
}
.goodies-40 {
    width: 40%;
}
.goodies-25 {
    width: 25%;
}
.goodies-75 {
    width: 75%;
}
.Mobile .goodies-col {
    float: none;
    width: 100% !important;
} 
.bg-objects {}
.title-object {
    background-image: -webkit-linear-gradient(to bottom,#022e55, #071a36);
    background-image: -moz-linear-gradient(to bottom,#022e55, #071a36);
    background-image: -o-linear-gradient(to bottom,#022e55, #071a36);
    background-image: linear-gradient(to bottom,#022e55, #071a36);
    padding: 25px;
    color: white;
    font-size: 56px;
    text-align: justify;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 26px;
}
.Mobile .title-object {
    font-size: 26px;
    letter-spacing: 15px;
}
.Mobile .title-object span {
    font-size: 14px;
}
.title-object span {
    display: block;
    font-size: 30px;
    letter-spacing: 5px;
    text-transform: none;
    font-weight: 400;
}
.text-goodies {
    padding-left: 60px;
    color: white;
}
.Mobile .text-goodies {
    padding-left: 30px;
    padding-right: 0;
}
.text-goodies h3 {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    margin-top: 3rem;
}
.text-goodies h3:before {
    content:"";
    background: url('../images/play-button.png') no-repeat;
    height: 16px;
    position: absolute;
    top: 2px;
    left: -25px;
    width: 16px;
}
.img-goodies {
    margin-top: 5rem;
}
.img-goodies img {
    max-width: 100%;
    max-height: 835px;
}
.goodies-25 .img-goodies,
.text-goodies .img-goodies {
    margin-top: 0;
}
.goodies-75 .text-goodies {
    padding-right: 60px;
    margin-top: 7rem;
}
.Mobile .goodies-75 .text-goodies {
    margin-top: 2rem;
}
.goodies-right {
    text-align: right;
}
.goodies-left {
    text-align: left;
}
.heig1{
    max-height: 215px !important;
    margin-bottom: 3rem;
}
.heig2{
}
.heig3{
    height: 145px !important;
    margin-top: 7rem;
}
.Mobile .heig3,
.Mobile .heig1{
    height: inherit !important;
    margin-top: 1rem;
}
.Mobile .hidden-m {
    display: none;
}

.mentions-content {
    background: #eaf4f9;
    padding: 12rem 0 3rem;
}
.mentions-content h1 {
    text-align: center;
    color:#000;
}
.mentions-content h1:after {
    content:"";
    border-top: 2px solid #000;
    margin: 15px auto 0;
    display: block;
    width: 100px;
}
.mentions-content ul {
    background: #fff;
    list-style: none;
    padding: 20px;
    display: inline-block;
    margin-top: 0;
}
.mentions-content li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.mentions-content li:first-child {
    padding-top: 0;
}
.mentions-content li:last-child {
    border-bottom: none;
}
.mentions-content li strong {
    display: inline-block;
    width: 200px;
}
.Mobile .mentions-content li strong{
    width: inherit
}


.modal {
  width:auto!important;
  max-width:none;
}