<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Norline
*/
body,
html {
    height: 100%;
    width: 100%;
     font-size:16px;
    -webkit-text-size-adjust: none;
}
#loader {
	display:none;
	width:100%;
	height:100%;
	background-color: rgb(0,0,0);
	position:absolute;
	z-index:20000;
	background-image:url('../images/loader.gif');
	background-repeat:no-repeat;
    background-size:60px 80px;
    background-position:center center;
	pointer-events:none;
	opacity:0.7;
}
a {
	color:#000;
}
br {
	display:static;
}
.clear {
    clear:both;
}
.masque {
    display:none;
}
.left {
    float:left;
}
.alignright {
	float:right;
	margin-left:2em;
}
.alignleft {
	float:left;
	margin-right:2em;
}
.aligncenter {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

blockquote {
	font-style:italic;
	margin:0;
	margin-left:1em;
	padding:0;
	font-size:18px;
	line-height:24px;
}

img.centre, a img.centre {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	display:block;
	float:none;
}

.cmn-toggle-switch {
  display: block;
  position: relative;
    float:left;
  overflow: hidden;
    top:0px;
    left:0px;
    z-index:1000;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 33px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
}
.cmn-toggle-switch:focus {
  outline: none;
}
.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 16px;
  left: 10px;
  right: 10px;
  height: 1px;
  background: white;
}
.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
}
.cmn-toggle-switch span::before {
  top: -5px;
}
.cmn-toggle-switch span::after {
  bottom: -5px;
}
.cmn-toggle-switch__htx {
  background-color: #000;
}
.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
          transition: background 0 0.3s;
}
.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
          transition-delay: 0.3s, 0;
}
.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}
.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}
/* active state, i.e. menu open */
#menu.actif .cmn-toggle-switch__htx {
  background-color: #000;
}
#menu.actif .cmn-toggle-switch__htx span {
  background: none;
}
#menu.actif .cmn-toggle-switch__htx span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu.actif .cmn-toggle-switch__htx span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#menu.actif .cmn-toggle-switch__htx span::before,
#menu.actif .cmn-toggle-switch__htx span::after {
  -webkit-transition-delay: 0, 0.3s;
          transition-delay: 0, 0.3s;
}

#mobilemenu {
	display:none;
}


#menu, #sous_menu {
    display:none;
    position:fixed;
    left:30px;
    top:30px;
    z-index:2000;
    color:#fff;
    cursor:pointer;
    overflow:hidden;
    list-style: none;
    font-family: "trumpgothicpro", arial, sans-serif;
    font-weight:500;
    font-size:1em;
    letter-spacing: 0.3em;
    z-index:12000;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
#bouton {
     background:#000;
    overflow:auto;
}
#menu #sous_menu {
    margin-top:1px;
    overflow:hidden;
    width:0px;
    height:0px;
    position:static;
    text-align:center;
    padding:0px;
    background:#000;

    -webkit-transition: all 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -moz-transition: all 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -o-transition: all 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    transition: all 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */
}

#menu.actif #sous_menu {
    display:block;
    width:150px;
    height:180px;
    padding:20px 50px 20px 30px;
}
ul {
    margin:0px;
    padding:0px;
}
ul li {
    list-style: none;
    font-family: "trumpgothicpro" ,arial ,sans-serif;
    font-weight:500;
    font-size:1em;
    letter-spacing: 0.3em;
}
ul li  a {
    color:#fff;
    text-decoration:none;
    display:block;
    margin-bottom:10px;
}
#menu div.label {
    float:left;
    padding-top:6px;
    margin-right:5px;
}
/********************     BORDURE     ********************/
#bordure {
    z-index:20000;
}
#top, #bottom, #left, #right {
	background: #fff;
	position: fixed;
    z-index:20000;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 10px;
		}
		#left { left: 0; }
		#right { right: 0; }

	#top, #bottom {
		left: 0; right: 0;
		height: 10px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }

/********************     POLICES     ********************/

# {
    color:#000;
}
.blanc {
    color:#fff;
}
h1,h4 {
    font-family: "halogen", arial, sans-serif;
    font-weight:100;
    font-size:3.125em;
    /*font-size: 4vw;*/
    letter-spacing: 0.3em;
    text-transform: uppercase;
    width:100%;
    z-index:200;
    margin-bottom:0px;
    margin-top:15px;
}
h2, h3 {
    text-align:center;
    font-family: "trumpgothicpro" ,arial, sans-serif;
    font-weight:500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size:1.250em;
    position:absolute;
    z-index:110;
    width:100%;
}
h3 {
    font-size:1.250em;
    line-height: 1.2em;
    letter-spacing: 0.3em;
    /*font-size: 1.4vw;*/
}
h4 {
    margin-top:-10px;
    font-weight:900;
    font-size:1.081em;
    /*font-size: 1.4vw;*/
}
p, h2 p {
    text-align:center;
    font-family: "proxima-nova" ,arial, sans-serif;
    font-weight:100;
    font-size:1em;
    position:absolute;
    z-index:110;
    width:100%;
    text-transform: none;
    letter-spacing: 0em;
    /*font-size: 1.1vw;*/
}
article {
    text-align:center;
}
h1.etiquette, div.etiquette {
    display:block;
    text-align:center;
    font-family: "trumpgothicpro", arial, sans-serif;
    font-weight:500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    z-index:110;
    width:100%;
    font-size: 1em;
    margin-top:0px;
}

.suite {
    display:block;
    width:2.188em;
    height:2.188em;
    margin:20px auto 0px auto;
    background: url('../images/bt_suite.png');
    background-size:2.188em 2.188em;
}
#bt_video {
    display:block;
     width:2.188em;
    height:2.188em;
    margin:20px auto 0px auto;
    background: url('../images/bt_video.png');
    background-size:2.188em 2.188em;
}
.scroll {
    display:block;
    width:2.188em;
    height:2.188em;
    margin:20px auto 0px auto;
    background: url('../images/anim_scroll.gif');
    background-size:2.188em 2.188em;
}
/********************     ZONES ACCEUIL     ********************/
.contenu {
    opacity: 0;
    z-index:200;
    position:absolute;
    overflow:visible;
    width:100%;
    min-height:100%;
    -webkit-transition: opacity 0.3s ease,   -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease,
}
.contenu.affiche {
    opacity: 1;
}
section#conteneur, section#realisations,section#rubrique_presse,    section#decouvrir,  section#process , section#norline, section#contact {
   position: absolute;
    border:10px solid #fff;
    height: 100%;
    min-height:600px;
    width:100%;
    background:#fff;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    display:none;
}
section#realisations {
    z-index:300;
}
section#rubrique_presse {
    z-index:600;
}
section#decouvrir {
    z-index:400;
    background:#000;
}
section#contact {
    z-index:500;
}


article {
    position:absolute;
    overflow: hidden;
   cursor:pointer;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;

    -webkit-transition: all 1s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -moz-transition: all 1s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -o-transition: all 1s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    transition: all 1s cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */
    -webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530);
    transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */
}
body.mobile article {
	-webkit-transition: all 0s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -moz-transition: all 0s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -o-transition: all 0s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    transition: all 0s cubic-bezier(0.550, 0.085, 0.680, 0.530);
}
article .fond {
    position:absolute;
    width:100%;
    height:100%;


    -moz-transition: all .1s;
    -webkit-transition: all .1s;
    transition: all .1s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);

    -webkit-background-size: cover;
    background-size: cover;
}
article.anim2:hover .fond {
    -moz-transform: scale(1.3,1.3);
    -webkit-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3);

    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    transition: all 10s;

    -webkit-filter: blur(5px);
    filter: blur(5px);
}

/**** NORLINE ****/
article#fond {
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:0;
}

article#zone_norline .fond {
  /*  background:url('../images/norline.jpg')no-repeat center center; */
    -webkit-background-size: cover;
    background-size: cover;
}
article#zone_norline {
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:10;
    cursor:pointer;
}
article#zone_norline.anim1 {
    width:75%;
}
article#zone_norline.anim2 {
    height:66.666666666%;
}

#logo2 {
    width:100%;
    height:auto;
    position:absolute;
    top:20%;
    text-align: center;
}
#logo2 #adresse {
    margin-top:50px;
    font-family: "trumpgothicpro", arial, sans-serif;
    font-style: normal;
    font-style: normal;
    letter-spacing: 0.1em;
    font-size:1.375em;
}
#logo2 #adresse hr {
    border: 0;
    height: 1px;
    width:300px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

 #logo2 #forme {
    margin-left:auto;
    margin-right:auto;
     width: 3.750em;
	height: 4.750em;
    background: url('../images/logo.png') center top no-repeat;
    background-size:3.750em  4.750em;
}
#logo2 #forme.noir {
    background: url('../images/logo_noir.png') center top no-repeat;
    background-size: 3.750em 4.750em;
}
img.fr {
    width: 80px;
    /*border:1px solid rgba(80,80,80,.1);*/
    border:1px solid #555;
}
#zone_norline .suite {
    margin-top:20px;
    margin-bottom: 15px;
}
article#zone_norline h2 {
    /*top:65%;*/
    bottom:70px;
}
article#zone_norline h2 p {
    margin-top:5px;
    font-size:0.875em;
    opacity:0.6;
}


article#zone_realisations {
    right:0px;
    top:0px;
    width:0%;
    height:100%;
    z-index:10;
    cursor:pointer;
}
article#zone_realisations h2 {
    top:40%;
}
article#zone_realisations.anim1 {
    width:25%;
}
article#zone_realisations.anim2 {
    height:66.666666666%;
}

article#zone_realisations .fond {
    background:url('../images/produits.jpg')no-repeat center center;
     -webkit-background-size: cover;
    background-size: cover;
}
article#zone_realisations .contenu {
    background: url('../images/filet_realisations.png') bottom left no-repeat;
}
article#zone_process {
    left:0px;
    bottom:0px;
    width:25%;
    height:0%;
    z-index:10;
    background: #000;
    cursor:pointer;
}

article#zone_process .contenu {
    top:0px;
    background: url('../images/filet_process.png') top left no-repeat;
    padding-top:10%;
    -webkit-transition: all 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -moz-transition: all 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -o-transition: all 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    transition: all 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */
}

article#zone_process #forme {

    bottom:20%;
	position:absolute;
    left:50%;
    margin-left:-30px;
    width: 3.750em;
	height: 4.750em;
    background: url('../images/process_img2.png') center top no-repeat;
 	background-size:3.75em 4.75em;
}

article#zone_presse {
    /* left:25%; */
    left:25%;
    bottom:0px;
    width:25%;
    /* width:25%; */
    height:0%;
    background: #444;
    z-index:10;
    cursor:pointer;
}
article#zone_presse .fond {
	 background:#aaa;
}
article#zone_presse .contenu h3 {
    width:100%;
    height: auto;
    text-align:center;
    padding:5%;
    margin:0;
    top: 30%;
  	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
article#zone_presse.blanc .contenu h3 {
   color:#fff;
}
article#zone_presse.noir .contenu h3 {
    color:#000;
}

article#zone_decouvrir {
    /* left:25%; */
    left:0%;
    bottom:0px;
    width:25%;
    /* width:25%; */
    height:0%;
    background: #444;
    z-index:10;
    cursor:pointer;
}
article#zone_decouvrir .fond {
    background:url('../images/video.jpg')no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
article#zone_decouvrir .contenu {
    background: url('../images/filet_decouvrir.png') top right no-repeat;
}
article#zone_decouvrir .contenu h3 {
    margin:0;
    cursor:pointer;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 5%;
    margin: 0;
    top: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
article#zone_decouvrir .contenu h3 img {
    margin-bottom:20px;
}
article#zone_actualites {
    right:0px;
    bottom:0px;
    width:50%;
    height:0;
    background: #555;
    z-index:10;
    cursor:pointer;
}
article#zone_actualites .contenu {
   background: url('../images/filet_actualites.png') top left no-repeat;
}
#zone_actualites .contenu img {
	max-width:80%;
	max-height:100%;
	padding:3em;
	box-sizing: border-box;
}
article#zone_actualites .contenu div  {
    position:absolute;
    height: 100%;
	width: 100%;
    /*padding-top: 2em;*/
     font-family: "trumpgothicpro" , arial , sans-serif;
    font-weight:500;
    font-size:1.5;
}
article#zone_actualites .contenu div p {
	 font-family: "trumpgothicpro" , arial , sans-serif;
	 letter-spacing: 0.1em;
    font-weight:500;
    font-size: 1.2em;
    margin:0px;
    margin-top: 0.625em;
    padding:0px;
}
article#zone_actualites .contenu div a {
	color:#fff;
	text-decoration:none;
}

article#zone_actualites .fond {
    -webkit-background-size: cover;
    background-size: cover;
}
#zone_actualites img {
	/*margin-bottom: 1em;*/
	clear:both;
}

article#zone_process.anim2 , article#zone_decouvrir.anim2, article#zone_actualites.anim2, article#zone_presse.anim2 {
    height:33.3333333%;
}

section#realisations div.vignette_produit, section#realisations #menu_produits ,section#realisations #nav_produits,
section#rubrique_presse div.vignette_presse, section#rubrique_presse #menu_presse
{
    width:25%;
    height:33.33333333333%;
    float: left;
    position:relative;
    display: block;
    overflow:hidden;
    cursor:pointer;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
section#realisations div.vignette_produit {
	opacity:0.2;
}

section#rubrique_presse div.vignette_presse, section#rubrique_presse #menu_presse  {
	width:33.33333333333%;
}
section#rubrique_presse #menu_presse  {
	padding-right:20px;
	padding-bottom:20px;
	display:none;
	text-align:center;
}
section#rubrique_presse div.vignette_presse {
	padding:20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:block;
}
section#realisations #nav_produits #nav {
	vertical-align:middle;
  display:inline-block;
  line-height:normal;
  position: absolute;
  z-index:200;
  margin-top:35%;
  width:100%;
  text-align:center;
}
section#realisations #nav_produits #retour, section#realisations #nav_produits #suite {
	font-family: "trumpgothicpro" , arial , sans-serif;
	text-transform:uppercase;
	font-weight: 500;
	font-size: 1em;
	letter-spacing: 0.3em;
	color:#fff;
	background: url('../images/bt_suite_b.png') no-repeat center right;
   background-size: 35px 35px;
	display: inline-block;
	clear:both;
	height: 2.5em;
	width:auto;
	padding-right: 40px;
	margin-bottom:10px;
	line-height: 2.5em;
}
section#realisations #nav_produits #retour {
	background: url('../images/bt_prev_b.png') no-repeat center left;
	background-size: 35px 35px;
	padding-right: 0em;
	padding-left: 40px;
	width:auto;
	margin-right:1em;
}
section#realisations #nav_produits #retour:hover {
	background: url('../images/bt_prev_b_on.png') no-repeat center left;
	background-size: 35px 35px;
}
section#realisations #nav_produits #suite:hover {
	background: url('../images/bt_suite_b_on.png') no-repeat center right;
	background-size: 35px 35px;
}

section#realisations div.vignette_produit:first-child  {
	margin-left:25%;
}
section#rubrique_presse div.vignette_presse:first-child  {
	margin-left:33.3333333%;
}
section#realisations div.groupe_produits,
section#rubrique_presse div.groupe_presse
{
	width:100%;
	height:100%;
	position:absolute;
	pointer-events:none;
}
section#rubrique_presse div.groupe_presse {
	pointer-events:all;
}
section#realisations div.groupe_produits .vignette_produit,
section#realisations div.groupe_produits .vignette_produit a,
section#rubrique_presse div.groupe_produits .vignette_presse,
section#rubrique_presse div.groupe_produits .vignette_presse a {
	pointer-events:none;
}
section#realisations div.groupe_produits .vignette_produit .roll_contenu{
	display:none !important;
}

section#rubrique_presse div.groupe_presse .vignette_presse .roll_contenu {
	display:none;
}

section#realisations div.groupe_produits.actif,
section#realisations div.groupe_produits.actif .vignette_produit,
section#realisations div.groupe_produits.actif .vignette_produit a {
		pointer-events:all;
}
section#realisations div.groupe_produits.actif .vignette_produit .roll_contenu {
	display:block !important;
}
section#rubrique_presse div.groupe_presse.actif .vignette_presse .roll_contenu  {
	display:none;
}
#menu_produits .fond_prod {
    background: #000 url('../images/fond_menu_produits.png') no-repeat center bottom;
}
section#realisations div .fond_prod,
section#rubrique_presse div .fond_prod {
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    display:none;
    -webkit-background-size: cover;
    background-size: cover;
}
section#rubrique_presse div .fond_prod {
	opacity:0.63;
}
section#rubrique_presse div#menu_presse .fond_prod {
	opacity:1;
	display:block;
}
section#realisations div .roll_prod,
section#rubrique_presse div .roll_prod {
     position:absolute;
     top:0px;
    left:0px;
    width:100%;
    height:100%;display:block;
    background-color:#fff;
    opacity: 0.6;
    text-align:center;
    z-index:410;
}
section#rubrique_presse div .roll_prod {
	background:none;
	opacity: 1;
}

section#realisations div.vignette_produit.actif a .roll_contenu,
section#realisations div.vignette_produit a .roll_contenu,
section#rubrique_presse div  .roll_contenu {
    position:absolute;
    display:block;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    padding:20px;
    text-align:center;
    z-index:420;
    opacity:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

     -webkit-transition: all 0.2s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -moz-transition: all 0.2s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -o-transition: all 0.2s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    transition: all 0.2s cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */
}
section#rubrique_presse div  .roll_contenu {
	opacity:1;
	overflow:hidden;
	/*display:none;*/
}
section#realisations div.vignette_produit ,
section#rubrique_presse div.vignette_presse {

    -webkit-transition: all 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -moz-transition: all 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -o-transition: all 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    transition: all 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */

}
section#realisations div.vignette_produit.actif,
section#rubrique_presse div.vignette_presse.actif {
    opacity:1;
}
section#realisations div.vignette_produit.actif:hover a .roll_contenu {
    opacity:1;
    display:block;
    cursor:pointer;
}
section#realisations div.vignette_produit.actif:hover a .fond_prod  {
    opacity:1;
    cursor:pointer;
       -moz-transform: scale(1.3,1.3);
    -webkit-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3);

    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    transition: all 10s;

    -webkit-filter: blur(5px);
    filter: blur(5px);
}
section#rubrique_presse.actif div.vignette_presse.actif:hover .fond_prod  {
	opacity:0.63;
}
section#realisations div  .roll_contenu .etiquette,
section#rubrique_presse div  .roll_contenu .etiquette {
    position:relative;
    display:block;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:1px solid #9f9e9a;
    text-align:center;
    z-index:430;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
section#rubrique_presse div  .roll_contenu .etiquette  {
	border:none;
}
section#rubrique_presse div.vignette_presse a  .roll_contenu .etiquette:hover {
	border:1px solid #bbb;
	cursor:pointer;
}
section#rubrique_presse div.vignette_presse a:hover  .roll_contenu .etiquette {
	border:1px solid #bbb;
	cursor:pointer;
}
section#rubrique_presse div.vignette_presse a:hover  .roll_contenu .journal {
	border-top:1px solid #bbb;
}
section#rubrique_presse div  .roll_contenu .etiquette h2 {
	font-family: "proxima-nova" ,arial, sans-serif;
	font-weight:100;
	position:static;
	letter-spacing: 0;
	text-transform: none;
}
section#realisations div  .roll_contenu .etiquette img,
section#rubrique_presse div  .roll_contenu .etiquette img {
    display:block;
margin-left: auto;
margin-right:auto;
}

section#realisations div  .roll_contenu .etiquette div,
section#rubrique_presse div  .roll_contenu .etiquette div.titre_article {
    bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	height: auto;
	width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
section#rubrique_presse div  .roll_contenu .etiquette div.titre_article {
	padding: 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
section#rubrique_presse div  .roll_contenu .etiquette div .journal, #contenu_article .journal{
	border-top:1px solid transparent;
	display: inline-block;
	width:auto;
	padding-top:1em;
}
section#rubrique_presse div  .roll_contenu .etiquette div .journal .ladate , #contenu_article .ladate {
	font-size:0.9em;
	text-transform: none;
	letter-spacing: 0.15em;
	padding-top: 0.4em;
	display: block;
}
 #contenu_article .journal {
 	font-family: "trumpgothicpro" , arial , sans-serif;
	text-transform:uppercase;
	font-weight: 500;
	font-size: 1em;
	display:inline-block;
	letter-spacing: 0.3em;
	z-index: 110;
	font-size: 1em;
	width: auto;
	text-align: center;
	margin-bottom:2em;
	border-top: 1px solid #bbb;
	padding-top:2em;
 }
 #contenu_article .journal .ladate {
 	text-transform:none;
 	font-size:0.9em;
 	letter-spacing: 0.15em;
 }
 #contenu_article h1 {
 	font-family: "proxima-nova" ,arial, sans-serif;
 	font-weight:100;
 	font-size:2em;
 	text-transform:none;
 	letter-spacing: normal;
 	text-align:center;
 	padding-left:3em;
 	padding-right:3em;
 	margin-bottom:1em;
 	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
 }
#menu_produits ul , #menu_presse ul  {
    position:absolute;
    z-index:520;
    width:100%;
    top:70px;
    margin-left: -10px;
}
 #menu_presse ul  {
 	top:90px;
 }

  #contenu_article_texte p {
  	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }
#menu_produits ul li ,#menu_presse ul li {
    width:100%;
    text-align:center;
    background:none;
}
#menu_presse ul li a {
	background-image: url('../images/bt_down.png') ;
	background-repeat:no-repeat;
	background-position:right center ;
	background-size:25px 25px;
	width:200px;
	margin-left:auto;
	margin-right:auto;

}
#menu_presse ul li a:hover {
	background: url('../images/bt_down_on.png') no-repeat;
	background-size:25px 25px;
	background-position:right center ;
	width:200px;
}
ul li a img {
    visibility: hidden;
    margin-right:5px;
}
 ul li a.actif img, ul li a:hover img {
    visibility: visible;
}
 #nav_produits .fond_prod, #menu_presse .fond_prod {
   background: #000 url('../images/fond_nav_produits.png') no-repeat center bottom;
}
 #menu_presse .fond_prod  {
    background:none;
    background-color: #000 ;
}

section#realisations #nav_produits {
    position:absolute;
    right:0;
    bottom:2px;
}
/*
#produit_1 .fond_prod{
    background: #000 url('../produits/vignette1.jpg') no-repeat center center;
}
#produit_2 .fond_prod{
    background: #000 url('../produits/vignette2.jpg') no-repeat center center;
}
#produit_3 .fond_prod{
    background: #000 url('../produits/vignette3.jpg') no-repeat center center;
}
#produit_4 .fond_prod{
    background: #000 url('../produits/vignette4.jpg') no-repeat center center;
}
#produit_5 .fond_prod{
    background: #000 url('../produits/vignette5.jpg') no-repeat center center;
}
#produit_6 .fond_prod{
    background: #000 url('../produits/vignette6.jpg') no-repeat center center;
}
#produit_7 .fond_prod{
    background: #000 url('../produits/vignette7.jpg') no-repeat center center;
}
#produit_8 .fond_prod{
    background: #000 url('../produits/vignette8.jpg') no-repeat center center;
}
#produit_9 .fond_prod{
    background: #000 url('../produits/vignette9.jpg') no-repeat center center;
}
#produit_10 .fond_prod{
    background: #000 url('../produits/vignette10.jpg') no-repeat center center;
}
*/
section#conteneur_produit , section#conteneur_presse  {
    height:100%;
	left:0;
	overflow:hidden;
	position:fixed;
	top:0;
	width:100%;
    display:none;
    z-index:600;
    background:#fff;
    color:#000;
}
section#conteneur_presse {
    background:none;
    z-index:10000;
    overflow-y: auto;
    top:auto;
    position:absolute;
	bottom:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#outils_presse {
	float:right;
	margin-top:-2em;
	margin-right:-2em;
	width:auto;
	height:auto;
}
.imprimer, .partager {
	display:block;
	width:25px;
	height:25px;
	background: url('../images/imprimer.png') no-repeat center center;
}
.partager {
	background: url('../images/partager.png') no-repeat center center;
	margin-top:2em;
}

#dossier_presse {
	display:none;
	position: absolute;
	bottom: 0;
	height: auto;
	width: 100%;
	background: #000;
	color: #fff;
	z-index:10001;
	padding:1em 1em 1em 2em;
	margin-bottom:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#dossier_presse a {
	color: #fff;
	text-decoration:none;
	font-family: "trumpgothicpro", arial, sans-serif;
	font-size: 1em;
	letter-spacing: 0.2em;
	padding-right:2em;
	line-height:25px;
	background: url('../images/bt_down.png') no-repeat center right;
	background-size:25px 25px;
}
#dossier_presse a:hover {
	background: url('../images/bt_down_on.png') no-repeat center right ;
	background-size:25px 25px;
}
#contenu_article {
	width:70%;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:6em;
	background:#fff;
	/*display:none;*/
	padding:4em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
}
#contenu_article p {
	position:static;
	text-align:justify;
}

a#arrow_left  {
    display:none;
    width:2.438em;
    height:2.438em;
    position:absolute;
    left:30px;
    top:50%;
    margin-top:-20px;
    z-index:550;
    background: url('../images/bt_prev.png') no-repeat center center;
	background-size:2.438em 2.438em;
}
a#arrow_right {
    display:none;
    width:2.438em;
    height:2.438em;
    position:absolute;
    right:30px;
    top:50%;
    margin-top:-20px;
    z-index:550;
    background: url('../images/bt_suite.png') no-repeat center center;
    background-size:2.438em 2.438em;
}
#mosaique {
   	width:3.750em;
	height:3.750em;
    position:absolute;
    right:1.875em;
    top:1.875em;
    z-index:550;
    background: url('../images/mosaique.png') no-repeat top right;

    cursor:pointer;
}

#mosaique_presse {
   	width:3.750em;
	height:3.750em;
    position:fixed;
    right:1.875em;
    top:1.875em;
    z-index:550;
    background: url('../images/mosaique.png') no-repeat top right;

    cursor:pointer;
}
.titre {
    opacity:0;
    position : absolute;
    width:20%;
    text-transform: none;
    left:3%;
    top:40%;
    z-index:560;
    padding-top:75px;
    background: url('../images/logo_petit_noir.png') no-repeat top center;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.titre.affiche {
    opacity:1;
}
.legende {
    position : absolute;
    width:20%;
    text-transform: none;
    left:10%;
    top:40%;
    z-index:560;
    padding-top:75px;
}
.titre.affiche p {
	margin-top:5Px;
}

/********************     BORDURE     ********************/

.filet {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.filet::after, .filet::before {
    position: absolute;
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
    content: '';
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.35s ease,
    -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease,
    transform 0.35s ease;
}
.filet::after {
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.filet::before {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.filet.noir::after {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}
.filet.noir::before {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

article.anim_filet .filet::after, article.anim_filet .filet::before {
    opacity: 0.6;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1s ease -webkit-transform 1s ease 1s;
    transition: opacity 1s ease, transform 1s ease 1s;
}
#logo {
    width:263px;
    height:350px;
    position:absolute;
    top: 50%;
    left: 50%;
    margin-left: -131.5px;
    margin-top:-200px;
    z-index:100;
    text-align: center;
}
#logo &gt; * {
  position: absolute;
  display: inline-block;
  visibility: hidden;
  border: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (-o-min-device-pixel-ratio: 3/2),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5) {
    #logo {
        width:120px;
        height:160px;
        background:url('../images/logo_anim@2x.png') ;
    }
    h1 {
       /* background:url('/images/logo@2x.png') ;  */
    }
}

/* VERSION MOBILE PAYSAGE ET PORTRAIT */
@media  only screen and (max-width: 768px), only screen and (max-device-width: 640px) {

	body.mobile {
		font-size: 35px;
	}

	h1 {
		font-weight: 200;
	}

	#menu {
		position:fixed;
		left:10px;
		top:10px;
		width:auto;
		padding-left: 0px;
		min-width:25%;
		min-height:25%;
	}

	#menu div.label {
		padding: 0.4em;
		font-size:5vw;
		 -moz-box-sizing: border-box;
       box-sizing: border-box;
	}

	#menu_produits, #menu_presse {
		display:none !important;
	}

	section#realisations div.vignette_produit, section#rubrique_presse div.vignette_presse {
		width:100%;
		clear:both;
	}
	#zone_actualites .contenu img {
		max-width:80%;
		max-height:100%;
		padding: 1.5em;
		box-sizing: border-box;
	}
	/* BURGER MENU */
			#hmenu {
				display:none;
			}
			#menu #mobilemenu {
				FLOAT:LEFT;
				display:block;
				width: 2em;
				height: 3em;
				background-color:#ff0000;
				background:url('../images/ouvre.png') ;
				background-repeat: no-repeat;
				background-size: 2em 3em;
				background-position:0em -0.6em;
			}

			#menu.actif #mobilemenu {
				background:url('../images/ferme.png') ;
				background-size: 2em 3em;
				background-repeat: no-repeat;
				background-position:0em -0.5em;
			}

			#menu #sous_menu ul li   {
				font-size:2em;
				line-height:2em;
				padding-left:20px;
			}

			#menu #sous_menu ul li a.actif img {
				width:0.6em;
			}
			#menu.actif #sous_menu {
				width:auto;
				height:auto;
			}


	/* ZONES PLEINE LARGEUR */

	article , #zone_norline, #zone_realisations, #zone_decouvrir, #zone_actualites, #zone_presse {
		background:none;
		position:relative;
		display:block;
		width:100%;
		overflow: hidden;
	    cursor:pointer;
	}

	article br.desktop {
		display:none;
	}

	article#zone_norline.anim1 , article#zone_realisations.anim1, article#zone_decouvrir, article#zone_actualites , article#zone_presse  {
		width:100%;
	}

	article#zone_norline.anim2 {
		height:100%;
	}

	article#zone_realisations.anim2 {
		height:50%;
	}
	article#zone_norline h2 p  {
		padding-left: 40px;
		padding-right: 40px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	article#zone_actualites .contenu div {
		bottom:auto;
		top:20px;
	}

	#bt_video {
		/* display:none; */
		width:134px;
		height:134px;
		background-size:134px 134px;
	}

	article#zone_norline h2{
		bottom: 160px;
	}

	article#zone_norline h2 p {
		opacity: 1;
	}

	section#realisations #nav_produits {
		display:none;
	}

	#mosaique, #mosaique_presse {
		width: 3.750em;
		height: 3.750em;
		right: 0.857em;
		top: 0.857em;
		background-size: 2em 1.714em;
	}

	a#arrow_left, a#arrow_right {
		width: 4em;
		height: 4em;
	}


	.titre, .legende {
		top:5%;
		left:30%;
		width:25%;
	}

	article#zone_decouvrir .contenu h3  {
		margin-top: 0px;
	}

	article#zone_realisations h2 {
		top: 30%;
	}


	section#realisations #nav_produits #retour, section#realisations #nav_produits #suite {
		display:none;
	}

	section#realisations div.groupe_produits {
		pointer-events: all;
		position: static;
		height:100%;
	}

	section#realisations div.vignette_produit:first-child, section#rubrique_presse div.vignette_presse:first-child {
		margin-left:0;
	}

	section#rubrique_presse div.vignette_presse:first-child {
		margin-top:4em;
	}

	section#realisations div.vignette_produit .fond_prod ,section#rubrique_presse div.vignette_presse .fond_prod {
		display:block !important;
	}

	section#rubrique_presse div.vignette_presse a .roll_contenu .etiquette {
		border:1px solid #bbb;
		cursor:pointer;
	}
	section#rubrique_presse div.vignette_presse a  .roll_contenu .etiquette h2 {
		font-family: "proxima-nova" ,arial, sans-serif;
		letter-spacing: 0;
		text-transform: none;
	}

	#contenu_article {
		width:90%;
		min-height:100%;
		margin-left:auto;
		margin-right:auto;
		margin-top:4em;
		background:#fff;
		/*display:none;*/
		padding:1.5em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align:center;
	}

	#contenu_article_texte img {
		float:none;
		clear:both;
		width:100%;
	}

	.journal {
		font-family: "trumpgothicpro" , arial , sans-serif;
		text-transform:uppercase;
		font-weight: 500;
		font-size: 1em;
		display:inline-block;
		letter-spacing: 0.3em;
		z-index: 110;
		font-size: 1em;
		width: auto;
		text-align: center;
		margin-bottom:2em;
		border-top: 1px solid #bbb;
	 }

	  #contenu_article .journal {
	  	font-size:1.2em;
	  }

	  #contenu_article_texte p {
	  	font-size: 1.3em;
	  }
 #contenu_article .journal .ladate {
 	text-transform:none;
 	font-size:0.9em;
 	letter-spacing: 0.15em;
 }
 #contenu_article h1 {
 	font-family: "proxima-nova" ,arial, sans-serif;
 	font-weight:100;
 	font-size:1.8em;
 	padding-left: 0em;
padding-right: 0em;
 	text-transform:none;
 	letter-spacing: normal;
 }

 section#rubrique_presse div .roll_contenu .etiquette div .journal {
		margin-bottom:2em;
		border-top: 1px solid #bbb;
	}
	section#rubrique_presse div.vignette_presse a .roll_contenu .etiquette h2 {
		font-size: 1.4em;
		margin-top:2em;
	}

}




/* AJUSTEMENTS MOBILE EN VERSION PAYSAGE */
@media  only screen and (max-width: 768px) and (orientation : landscape) , only screen and (max-device-width: 640px)  and (orientation : landscape) {

	body.mobile {
		font-size: 22px;
	}

	article#zone_process.anim2 , article#zone_decouvrir.anim2, article#zone_actualites.anim2, article#zone_presse.anim2 {
    	height:50%;
	}
	#menu {
		min-width: 15%;
		min-height: 20%;
	}

	#menu div.label {
		font-size: 4vw;
	}


	#menu #sous_menu ul li   {
		font-size:1.8em;
	}

	#menu #mobilemenu {
				FLOAT:LEFT;
				display:block;
				width: 2em;
				height: 3em;
				background-color:#ff0000;
				background:url('../images/ouvre.png') ;
				background-repeat: no-repeat;
				background-size: 2em 3em;
				background-position:0em -0.10em;
			}

			#menu.actif #mobilemenu {
				background:url('../images/ferme.png') ;
				background-size: 2em 3em;
				background-repeat: no-repeat;
				background-position:0em 0em;
			}

	article#zone_norline h2{
		bottom: 80px;
	}

	article#zone_presse {
		left:0px;
	}

	article#zone_decouvrir .contenu h3 {
		margin-top: 0px;
	}

	article#zone_decouvrir .contenu h3 #bt_video {
		width:100px;
		height:100px;
		background-size:100px;
		margin: 0px auto 0px auto;
	}

	section#rubrique_presse div.vignette_presse {
		height:50%;
	}

  section#rubrique_presse {
	position: absolute;
	overflow: scroll;
	height:auto;
	}

	.imprimer {
		display: none;
	}

	.partager {
		width: 50px;
		height: 50px;
		margin-top: 0px;
		background-size:50px 50px;
	}

	#outils_presse {
		margin:0px;
	}
	#dossier_presse {
		display:none;
	}
	article#zone_presse .contenu h3 {
		padding:0%;
		margin-top: 30px;
		top:30%;
	}

	#bt_video {
		display:block;
	}

	article#zone_realisations h2 {
		top: 25%;
	}

		.titre.gauche_h {
		left: 5%;
		top:40%;
	}

	.titre.bas_h {
		left:auto;
		top:auto;
		margin-left: 30%;
		bottom:5%
	}

	.titre.haut_h {
		left:auto;
		top:5%;
		margin-left: 30%;
	}
	.titre, .legende {
		top:5%;
		left:30%;
		width:25%;
	}
}
/* VERSION DESKTOP GESTION DE LA HAUTEUR */
@media screen and (max-height: 700px) {
	#logo2 {
		top:10%;
	}

	article#zone_presse {
		/*left:0px;*/
	}

	h2 {
		font-size:1.125em;
	}

	article#zone_norline h2 {
		bottom:65px;
	}

	#menu_produits ul, #menu_presse ul {
		top:60px;
	}
	ul li a {
		margin-bottom:5px;
	}
}

/* PORTRAIT ET PAYSAGE SANS LIMITE DE TAILLE ET ON MOBILE (iPAD) */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

	/* Version ipad */
	body:not(mobile) #menu #sous_menu ul li {
		font-size: 1.8em;
		line-height:1.6em;
	}

	body:not(mobile) #menu.actif #sous_menu {
		width: auto;
		height: auto;
	}

	body:not(mobile) #menu_produits ul li ,body:not(mobile) #menu_presse ul li{
		font-size: 1.8em;
		line-height: 1.6em;
	}

	article#zone_actualites .contenu div {
		padding-top: 6em;
	}

	article#zone_decouvrir .contenu h3, article#zone_presse .contenu h3 {
		margin-top: 3em;
	}

	.titre {
		left: 5%;
		top:40%;
	}

	.titre.bas {
		left:auto;
		top:auto;
		margin-left: 40%;
		bottom:5%
	}

	.titre.haut {
		left:auto;
		top:5%;
		margin-left: 40%;
	}

	article#zone_presse {
		left:0px;
	}

}
/* PORTRAIT MOBILE - TITRE DES RÃ‰FÃ‰RENCES */
@media  only screen
and (max-width: 768px) and (orientation : portrait),
only screen and (max-device-width: 640px) and (orientation : portrait) {
	.titre {
		left: 5%;
		top:40%;
		width:40%;
	}


	article#zone_presse {
		left:0px;
	}

	.titre.bas {
		left:auto;
		top:auto;
		margin-left: 30%;
		bottom:5%
	}

	.titre.haut {
		left:auto;
		top:5%;
		margin-left: 30%;
	}
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {

	/* Version ipad */
	body:not(mobile) #menu #sous_menu ul li {
		font-size: 1.5em;
		line-height:1.6em;
	}

	body:not(mobile) #menu.actif #sous_menu {
		width: auto;
		height: auto;
	}

	body:not(mobile) #menu_produits ul li ,body:not(mobile) #menu_presse ul li{
		font-size: 1.2em;
	}

	#bt_video {
		display:none;
	}

	.titre.gauche_h {
		left: 5%;
		top:40%;
	}

	article#zone_presse {
		left:0px;
	}

	.titre.bas_h {
		left:auto;
		top:auto;
		margin-left: 30%;
		bottom:5%
	}

	.titre.haut_h {
		left:auto;
		top:5%;
		margin-left: 30%;
	}
}
}
</pre></body></html>