/* POLICES */
.defaultPolice {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
}
/* GENERAL */
div.effect {
  -o-transition-property: all;
  -o-transition: 0.2s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.2s ease-in-out;
  transition-property: all;
  transition: 0.2s ease-in-out;
}
.ombre {
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  /*filter:progid:DXImageTransform.Microsoft.Shadow(color='#555', Direction=135, Strength=2);zoom: 1;*/

}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  margin-top: 0px;
}
a {
  text-decoration: none;
  cursor: hand;
  transition: color 0.5s ease-in-out;
  cursor: pointer;
}
a.noir,
a.noir:link,
a.noir:active,
a.noir:visited {
  color: #000000;
  text-decoration: none;
  cursor: hand;
}
a.noir:hover {
  color: #000000;
  text-decoration: none;
}
a.couleur1,
a.couleur1:link,
a.couleur1:active,
a.couleur1:visited {
  color: #008fd4 !important;
  text-decoration: none;
  cursor: hand;
  opacity: 1 !important;
}
a.couleur1:hover {
  color: #008fd4 !important;
  text-decoration: none;
  opacity: 1 !important;
}
a.noir_couleur1,
a.noir_couleur1:link,
a.noir_couleur1:active,
a.noir_couleur1:visited {
  color: #000000 !important;
  text-decoration: none;
  cursor: hand;
  filter: alpha(opacity=60) !important;
  opacity: 0.6 !important;
}
a.noir_couleur1:hover {
  color: #008fd4 !important;
  text-decoration: none;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}
a.noir_couleur1_opac5,
a.noir_couleur1_opac5:link,
a.noir_couleur1_opac5:active,
a.noir_couleur1_opac5:visited {
  color: #000000 !important;
  text-decoration: none;
  cursor: hand;
  filter: alpha(opacity=50) !important;
  opacity: 0.5 !important;
}
a.noir_couleur1_opac5:hover {
  color: #008fd4 !important;
  text-decoration: none;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}
.opac100 {
  filter: alpha(opacity=100);
  opacity: 1;
}
.opac30 {
  filter: alpha(opacity=30);
  opacity: 0.3;
}
html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 100%;
  margin: 0px;
  padding: 0;
  font-size: 1rem;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #000000;
  /*background:transparent url('/media/img/fond.png') center top no-repeat fixed;
	background-size:cover;*/

}
body {
  background: transparent url('/media/img/fond.png') center top no-repeat fixed !important;
  background-size: cover;
}
/*body{
	overflow-x:hidden;
}*/
h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: lighter;
  /*display:inline;*/

}
h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: lighter;
  /*display:inline;*/

}
h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: lighter;
  /*display:inline;*/

}
/*img, object, embed, canvas, video, audio, picture {
       max-width: 100%;
}*/
.noir {
  color: #000000;
}
.blanc {
  color: #ffffff;
}
.rouge {
  color: #e30613 !important;
}
.bg_noir {
  background-color: #000000;
}
.bg_blanc {
  background-color: #ffffff;
}
.opac_5_noir {
  background-color: rgba(0, 0, 0, 0.05);
}
.T12 {
  font-size: 12px;
}
.T25 {
  font-size: 25px;
}
.top10 {
  margin-top: 10px;
}
.top15 {
  margin-top: 15px;
}
.top20 {
  margin-top: 20px;
}
.top25 {
  margin-top: 25px;
}
.top30 {
  margin-top: 30px;
}
.top35 {
  margin-top: 35px;
}
.top65 {
  margin-top: 65px;
}
.top180 {
  margin-top: 180px;
}
.neg50 {
  top: -50px;
}
.left20 {
  margin-left: 20px;
}
.left30 {
  margin-left: 30px;
}
.left30Bis {
  margin-left: 30px;
}
.left70 {
  margin-left: 70px;
}
.padding15 {
  padding: 15px;
}
.padding25 {
  padding: 25px;
}
.paddingLeft15 {
  padding-left: 15px;
}
.paddingBottom20 {
  padding-bottom: 20px;
}
.paddingBottom30 {
  padding-bottom: 30px;
}
.paddingBottom45 {
  padding-bottom: 45px;
}
.paddingBottom155 {
  padding-bottom: 155px;
}
.fullBlock,
.fullBlock2,
.fullBlock3 {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
}
.fullBlock {
  text-align: left;
}
.fullBlock2 {
  text-align: center;
}
.fullBlock3 {
  text-align: right;
}
.autoBlock {
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  text-align: left;
}
.autoBlock2 {
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
#blocEntete,
#blocFooter {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  text-align: left;
}
.top50percent {
  top: 50%;
  margin-top: -20%;
  position: relative;
}
#blocGlobal {
  width: 100%;
  height: :100%;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}
#blocGlobal a {
  color: #58574b;
}
#blocGlobal a:hover {
  color: #000000;
}
#blocGlobal strong {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
}
#blocGlobal header {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: left;
  margin: 0 0 25px 0;
}
#blocGlobal header #contenantNwl {
  width: 100%;
  min-height: 40px;
  float: left;
  position: relative;
  text-align: left;
  background-color: #58574b;
}
#blocGlobal header #contenantNwl #blocCatalogue {
  width: auto;
  /*max-width:390px;
				width:100%;*/

  height: auto;
  float: left;
  position: relative;
  padding: 3px 0 0 10px;
}
#blocGlobal header #contenantNwl #blocCatalogue .pdf2 {
  width: auto;
  height: 30px;
  line-height: 30px;
  float: left;
  position: relative;
  text-align: left;
  padding: 0 0 0 40px;
  margin: 2px 5px 0 0;
  color: #e10f21;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal header #contenantNwl #blocCatalogue .pdf2:before {
  content: " ";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  text-align: left;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal header #contenantNwl #blocCatalogue .pdf2:before {
  background: transparent url('/media/img/pdfOff.png') left center no-repeat;
  background-size: 100%;
}
#blocGlobal header #contenantNwl #blocNwl {
  max-width: 620px;
  width: 100%;
  /*max-width:390px;
				width:100%;*/

  height: auto;
  float: right;
  position: relative;
  padding: 5px 15px;
}
#blocGlobal header #contenantNwl #blocNwl #pictoNwl {
  width: auto;
  height: 24px;
  line-height: 24px;
  float: left;
  position: relative;
  text-align: left;
  padding: 0 0 0 30px;
  margin: 2px 5px 0 0;
  color: #ffffff;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal header #contenantNwl #blocNwl #pictoNwl:before {
  content: " ";
  width: 24px;
  height: 24px;
  position: absolute;
  background: transparent url('/media/img/pictoNwl.png') left center no-repeat;
  background-size: 100%;
  left: 0;
  text-align: left;
}
#blocGlobal header #contenantNwl #blocNwl form#formInscription label {
  float: left;
}
#blocGlobal header #contenantNwl #blocNwl input[type="text"] {
  width: 150px;
  height: 30px;
  border: none;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  color: #4f4d36;
  -moz-border-radius: 0.3125em;
  -webkit-border-radius: 0.3125em;
  border-radius: 0.3125em;
  padding: 8px;
  float: left;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
}
#blocGlobal header #contenantNwl #blocNwl #btNwl {
  width: 9px;
  height: 18px;
  float: left;
  position: relative;
  background: transparent url('/media/img/flecheBlanche.png') left center no-repeat;
  background-size: 100%;
  filter: alpha(opacity=50);
  opacity: 0.5;
  margin: 6px 0 0 10px;
  cursor: pointer;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal header #contenantNwl #blocNwl #btNwl:hover {
  filter: alpha(opacity=50);
  opacity: 1;
}
#blocGlobal header #contenantNwl #blocNwl #consulterNwl {
  width: auto;
  height: 24px;
  line-height: 24px;
  float: left;
  position: relative;
  text-align: left;
  padding: 0 0 0 10px;
  margin: 2px 0 0 10px;
  color: #ffffff;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  filter: alpha(opacity=50);
  opacity: 0.5;
  border-left: solid 1px white;
}
#blocGlobal header #contenantNwl #blocNwl #consulterNwl:hover {
  filter: alpha(opacity=50);
  opacity: 1;
}
#blocGlobal header #contenantNwl #blocNwl #consulterNwl:after {
  content: " ";
  width: 9px;
  height: 18px;
  position: absolute;
  background: transparent url('/media/img/flecheBlanche.png') left center no-repeat;
  background-size: 100%;
  right: -15px;
  top: 4px;
  text-align: right;
}
#blocGlobal header #blocLogos {
  width: 100%;
  height: 120px;
  line-height: 120px;
  display: inline-block;
  position: relative;
  background-color: #ffffff;
}
#blocGlobal header #blocLogos #samb,
#blocGlobal header #blocLogos #sambNew {
  width: 300px;
  height: 85px;
  line-height: 85px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0 0 0 15px;
}
#blocGlobal header #blocLogos #samb {
  background: transparent url('/media/img/samb.png') left center no-repeat;
  background-size: 100%;
}
#blocGlobal header #blocLogos #sambNew {
  background: transparent url('/media/img/samb_2020.png') left center no-repeat;
  background-size: contain;
}
#blocGlobal header #blocLogos #boisPanneauxCoffrages {
  width: auto;
  height: 84px;
  line-height: 84px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding-left: 50px;
  margin-left: 10px;
}
#blocGlobal header #blocLogos #boisPanneauxCoffrages p {
  font-size: 30px;
  line-height: 28px;
  color: #58574b;
  filter: alpha(opacity=50);
  opacity: 0.6;
}
#blocGlobal header #blocLogos #boisPanneauxCoffrages:before {
  content: " ";
  width: 42px;
  height: 80px;
  position: absolute;
  background: transparent url('/media/img/PRO_GREEN_PORTRAIT_FRAMED/pefc-logo.png') left center no-repeat;
  background-size: 100%;
  left: 0;
  text-align: left;
}
#blocGlobal header #blocLogos #techcof {
  width: 183px;
  height: 45px;
  float: right;
  position: relative;
  background: transparent url('/images/techcof/logo_opacity.png') left center no-repeat;
  background-size: 100%;
  text-align: right;
  margin: 15px 30px 0 0;
}
#blocGlobal header #blocLogos a#bandeauDestockage {
  width: 580px;
  height: 120px;
  line-height: 120px;
  float: right;
  position: relative;
  text-align: right;
  padding: 0 140px 0 0;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  vertical-align: top;
}
#blocGlobal header #blocLogos a#bandeauDestockage:before {
  background: transparent url('/media/img/bandeauOff.png') left center no-repeat;
  background-size: 100%;
  content: "";
  opacity: 1;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal header #blocLogos a#bandeauDestockage:hover:before {
  opacity: 0;
  background: transparent url('/media/img/bandeauOff.png') left center no-repeat;
  background-size: 100%;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal header #blocLogos a#bandeauDestockage:after {
  background: transparent url('/media/img/bandeauOn.png') left center no-repeat;
  background-size: 100%;
  content: "";
  opacity: 0;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal header #blocLogos a#bandeauDestockage:hover:after {
  opacity: 1;
  background: transparent url('/media/img/bandeauOn.png') left center no-repeat;
  background-size: 100%;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal header #blocLogos a#bandeauDestockage #excluDestockage {
  display: inline-block;
  position: relative;
  line-height: normal;
  vertical-align: middle;
  z-index: 2;
}
#blocGlobal header #blocLogos a#bandeauDestockage #excluDestockage h1 {
  margin: 0;
  padding: 0;
  font-size: 40px;
  display: inline;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
}
#blocGlobal header #blocLogos a#bandeauDestockage sup {
  display: none;
}
#blocGlobal header #blocLogos a#bandeauDestockage section {
  display: inline;
}
#blocGlobal header #blocLogos a#flagDestockage {
  width: 150px;
  position: absolute;
  z-index: 5;
  right: 20px;
  top: 0;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
#blocGlobal header #blocLogos a#flagDestockage strong {
  font-size: 15px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-style: italic;
}
#blocGlobal header #blocLogos a#flagDestockage p {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 6;
  top: 92px;
  text-align: center;
  line-height: 12px;
  color: #ffffff;
}
#blocGlobal header #blocLogos a#flagDestockage:hover p {
  margin: 5px 0 0 0;
}
#blocGlobal header #blocLogos a#flagDestockage:before {
  width: 150px;
  height: 142px;
  background: transparent url('/media/img/flagDestockage.png') no-repeat scroll center center / auto 100%;
  content: "";
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: height 0.1s ease-in-out;
  -moz-transition: height 0.1s ease-in-out;
  -o-transition: height 0.1s ease-in-out;
  transition: height 0.1s ease-in-out;
}
#blocGlobal header #blocLogos a#flagDestockage:hover:before {
  opacity: 0;
  background: transparent url("/media/img/flagDestockage.png") no-repeat scroll center center / auto 100%;
}
#blocGlobal header #blocLogos a#flagDestockage:after {
  width: 150px;
  height: 152px;
  background: transparent url('/media/img/flagDestockageHover.png') no-repeat scroll center center / auto 100%;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: height 0.1s ease-in-out;
  -moz-transition: height 0.1s ease-in-out;
  -o-transition: height 0.1s ease-in-out;
  transition: height 0.1s ease-in-out;
}
#blocGlobal header #blocLogos a#flagDestockage:hover:after {
  opacity: 1;
  background: transparent url("/media/img/flagDestockageHover.png") no-repeat scroll center center / auto 100%;
}
#blocGlobal header #buttonMenu,
#blocGlobal header #closeMenu {
  display: none;
}
#blocGlobal header nav ul#menu {
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  background-color: #e8e8e8;
}
#blocGlobal header nav ul#menu > li {
  float: left;
  height: auto;
  line-height: 40px;
  font-size: 16px;
  color: #58574b;
  margin-left: 30px;
  cursor: pointer;
  position: relative;
}
#blocGlobal header nav ul#menu > li a {
  text-decoration: none;
}
#blocGlobal header nav ul#menu > li:nth-child(7) a span {
  color: #e10f21;
}
#blocGlobal header nav ul#menu > li.sel a {
  color: #000000;
}
#blocGlobal header nav ul#menu > li:hover {
  color: #000000;
}
#blocGlobal header nav ul#menu > li ul.ssMenu {
  /*max-width:100%;
						width:100%;*/

  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  z-index: 10;
  display: none;
  background-color: #e8e8e8;
  padding: 0 20px 20px 20px;
  left: 0;
  white-space: nowrap;
  left: -20px;
}
#blocGlobal header nav ul#menu > li ul.ssMenu#ssMenu_0 {
  width: 620px;
  white-space: normal !important;
}
#blocGlobal header nav ul#menu > li ul.ssMenu#ssMenu_0 > li {
  width: 35%;
}
#blocGlobal header nav ul#menu > li ul.ssMenu#ssMenu_0 > li:first-child {
  width: 30%;
}
#blocGlobal header nav ul#menu > li ul.ssMenu > li {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
  line-height: 0;
  color: #58574b;
}
#blocGlobal header nav ul#menu > li ul.ssMenu > li a {
  line-height: 16px;
  display: block;
  margin-top: 10px;
}
#blocGlobal header nav ul#menu > li ul.ssMenu > li strong {
  font-size: 20px;
  display: block;
  margin-top: 20px;
}
#blocGlobal header nav ul#menu > li ul.ssMenu > li:hover {
  color: #000000;
}
#blocGlobal #contenuGlobal {
  max-width: 1000px;
  width: 100%;
  height: :auto;
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  text-align: center;
}
#blocGlobal #contenuGlobal .pdf {
  width: auto;
  height: 30px;
  line-height: 30px;
  float: left;
  position: relative;
  text-align: left;
  padding: 0 0 0 40px;
  margin: 2px 5px 0 0;
  color: #e10f21;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #contenuGlobal .pdf:hover {
  color: #000000;
}
#blocGlobal #contenuGlobal .pdf:before,
#blocGlobal #contenuGlobal .pdf:hover:before {
  content: " ";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  text-align: left;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #contenuGlobal .pdf:before {
  background: transparent url('/media/img/pdfOff.png') left center no-repeat;
  background-size: 100%;
}
#blocGlobal #contenuGlobal .pdf:hover:before {
  background: transparent url('/media/img/pdfOn.png') left center no-repeat;
  background-size: 100%;
}
#blocGlobal #contenuGlobal .pdf2 {
  width: auto;
  height: 30px;
  line-height: 30px;
  float: left;
  position: relative;
  text-align: left;
  padding: 0 0 0 40px;
  margin: 2px 5px 0 0;
  color: #e10f21;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #contenuGlobal .pdf2:before {
  content: " ";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  text-align: left;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #contenuGlobal .pdf2:before {
  background: transparent url('/media/img/pdfOff.png') left center no-repeat;
  background-size: 100%;
}
#blocGlobal #contenuGlobal section {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: left;
  background-color: #ffffff;
  padding: 30px;
  /*=================================================
			Class Definitions
			=================================================*/

  /*** slide fade photos ***/

  /*** pagination rslide ***/

  /*** fin pagination rslide ***/

}
#blocGlobal #contenuGlobal section #filAriane {
  width: 100%;
  float: left;
  position: relative;
  text-align: left;
  font-size: 14px;
  margin: 0 0 30px 0;
}
#blocGlobal #contenuGlobal section #filAriane h1 {
  width: auto;
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 50px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 800;
}
#blocGlobal #contenuGlobal section.bgGris {
  background-color: #efefef !important;
}
#blocGlobal #contenuGlobal section .immersive_slider {
  background: #e8e8e8;
  max-width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
#blocGlobal #contenuGlobal section .immersive_slider .is-slide {
  display: table;
  height: 100%;
  width: 100%;
  /*padding: 50px 100px;*/

  position: absolute;
}
#blocGlobal #contenuGlobal section .immersive_slider .is-slide .image {
  float: none;
  width: 32%;
  /*padding-left: 10px;
			  padding: 0 0 0 10px;*/

  vertical-align: top;
  display: table-cell;
}
#blocGlobal #contenuGlobal section .immersive_slider .is-slide .image a.btPlay {
  max-width: 300px;
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  margin: 0;
}
#blocGlobal #contenuGlobal section .immersive_slider .is-slide .image a.btPlay:before {
  content: "";
  opacity: 1;
  width: 100%;
  max-height: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  background: transparent url('/media/img/btPlayOff.png') center center no-repeat;
}
#blocGlobal #contenuGlobal section .immersive_slider .is-slide .image a.btPlay:hover:before {
  opacity: 0;
  background: transparent url('/media/img/btPlayOff.png') center center no-repeat;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #contenuGlobal section .immersive_slider .is-slide .image a.btPlay:after {
  content: "";
  opacity: 0;
  width: 100%;
  max-height: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  background: transparent url('/media/img/btPlayOn.png') center center no-repeat;
}
#blocGlobal #contenuGlobal section .immersive_slider .is-slide .image a.btPlay:hover:after {
  opacity: 1;
  background: transparent url('/media/img/btPlayOn.png') center center no-repeat;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #contenuGlobal section .immersive_slider .is-slide .image a.btPlay embed,
#blocGlobal #contenuGlobal section .immersive_slider .is-slide .image a.btPlay iframe,
#blocGlobal #contenuGlobal section .immersive_slider .is-slide .image a.btPlay object {
  max-width: 100%;
  display: block;
}
#blocGlobal #contenuGlobal section .is-bg-overflow {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
#blocGlobal #contenuGlobal section .is-overflow,
#blocGlobal #contenuGlobal section .is-bg-overflow {
  height: 100%;
}
#blocGlobal #contenuGlobal section .ease {
  -webkit-transition: 1000ms ease all;
  -moz-transition: 1000ms ease all;
  -o-transition: 1000ms ease all;
  transition: 1000ms ease all;
}
#blocGlobal #contenuGlobal section .bounce {
  -webkit-transition: 1000ms cubic-bezier(0.175, 0.885, 0.42, 1.31) all;
  -moz-transition: 1000ms cubic-bezier(0.175, 0.885, 0.42, 1.31) all;
  -o-transition: 1000ms cubic-bezier(0.175, 0.885, 0.42, 1.31) all;
  transition: 1000ms cubic-bezier(0.175, 0.885, 0.42, 1.31) all;
}
#blocGlobal #contenuGlobal section .no-animation {
  -webkit-transition: none!important;
  -moz-transition: none!important;
  -o-transition: none!important;
  transition: none !important;
}
#blocGlobal #contenuGlobal section .immersive_slider .is-slide .image img {
  max-width: 100%;
  display: block;
  /*width: 100%;*/

}
#blocGlobal #contenuGlobal section .immersive_slider .is-slide .content {
  float: none;
  clear: both;
  width: 68%;
  color: #000000;
  text-align: left;
  line-height: 160%;
  vertical-align: middle;
  display: table-cell;
  padding: 30px;
}
#blocGlobal #contenuGlobal section .immersive_slider .is-slide .content a {
  color: #000000;
}
#blocGlobal #contenuGlobal section .immersive_slider .is-slide .content h1 {
  font-size: 30px;
  line-height: 30px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 800;
  float: left;
  margin-bottom: 10px;
  margin: 0;
  padding: 0;
}
#blocGlobal #contenuGlobal section .immersive_slider .is-slide .content p {
  font-size: 20px;
  clear: both;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
#blocGlobal #contenuGlobal section .immersive_slider .is-slide .content h2 {
  font-size: 42px;
  font-weight: 300;
  text-align: left;
}
#blocGlobal #contenuGlobal section .is-container {
  position: relative;
  overflow: hidden;
}
#blocGlobal #contenuGlobal section .is-container .is-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#blocGlobal #contenuGlobal section .is-container .is-background img {
  width: 100%;
  height: 100%;
  left: 0;
  position: relative;
}
#blocGlobal #contenuGlobal section .is-container .is-background.gs_cssblur {
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  filter: blur(20px);
}
#blocGlobal #contenuGlobal section .is-pagination {
  position: relative;
  left: 0;
  width: 100%;
  top: 0px;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#blocGlobal #contenuGlobal section .is-pagination li {
  padding: 0;
  display: inline-block;
  text-align: center;
  position: relative;
}
#blocGlobal #contenuGlobal section .is-pagination li a {
  padding: 6px;
  width: 10px;
  height: 10px;
  display: block;
}
#blocGlobal #contenuGlobal section .is-pagination li a:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgba(88, 87, 75, 0.1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#blocGlobal #contenuGlobal section .is-pagination li a.active:before {
  width: 10px;
  height: 10px;
  background: none;
  background: #58574b;
}
#blocGlobal #contenuGlobal section .is-next,
#blocGlobal #contenuGlobal section .is-prev {
  padding: 5px 5px 15px;
  font-size: 50px;
  position: absolute;
  bottom: 50%;
  margin-bottom: -36px;
  width: 40px;
  height: 80px;
  display: inline-block;
  line-height: 100%;
}
#blocGlobal #contenuGlobal section .is-next {
  right: 0;
  background: transparent url('/media/img/flecheD.png') left center no-repeat;
  background-size: 100%;
}
#blocGlobal #contenuGlobal section .is-prev {
  left: 0;
  background: transparent url('/media/img/flecheG.png') left center no-repeat;
  background-size: 100%;
}
#blocGlobal #contenuGlobal section .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
#blocGlobal #contenuGlobal section .rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  z-index: auto !important;
}
#blocGlobal #contenuGlobal section .rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
#blocGlobal #contenuGlobal section .rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
#blocGlobal #contenuGlobal section .transparent-btns_tabs {
  margin-top: 10px;
  text-align: center;
}
#blocGlobal #contenuGlobal section .transparent-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
}
#blocGlobal #contenuGlobal section .transparent-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: rgba(88, 87, 75, 0.1);
  display: inline-block;
  _display: block;
  *display: block;
  width: 10px;
  height: 10px;
}
#blocGlobal #contenuGlobal section .transparent-btns_here a {
  background: #58574b;
}
#blocGlobal #contenuGlobal section .slogan {
  font-size: 45px;
}
#blocGlobal #contenuGlobal section .slogan,
#blocGlobal #contenuGlobal section .contenuHome {
  max-width: 750px;
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  text-align: left;
  padding: 30px 0;
}
#blocGlobal #contenuGlobal section .slogan h1,
#blocGlobal #contenuGlobal section .contenuHome h1,
#blocGlobal #contenuGlobal section .slogan h2,
#blocGlobal #contenuGlobal section .contenuHome h2,
#blocGlobal #contenuGlobal section .slogan h3,
#blocGlobal #contenuGlobal section .contenuHome h3,
#blocGlobal #contenuGlobal section .slogan strong,
#blocGlobal #contenuGlobal section .contenuHome strong {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 800;
}
#blocGlobal #contenuGlobal section #pefc {
  width: 66px;
  height: 126px;
  display: block;
  position: relative;
  background: transparent url('/media/img/PRO_GREEN_PORTRAIT_FRAMED/pefc-logo.png') center bottom no-repeat;
  background-size: 100%;
  margin: 0 auto;
  text-align: center;
}
#blocGlobal #contenuGlobal section #contenuReference {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  margin-top: 20px;
  text-align: left;
}
#blocGlobal #contenuGlobal section #contenuReference h1 {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 30px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
}
#blocGlobal #contenuGlobal section #contenuReference p {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
}
#blocGlobal #contenuGlobal section #contenuReference p img {
  max-width: 100%;
  width: auto;
}
#fullFooter {
  width: 100%;
  height: auto;
  padding: 0 0 20px 0;
  float: left;
  text-align: center;
  background-color: #e8e8e8;
  margin: 30px 0 0 0;
}
#fullFooter ul#footer {
  max-width: 1000px;
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 0;
  list-style: none;
  text-align: center;
}
#fullFooter ul#footer > li {
  max-width: 220px;
  width: 100%;
  float: left;
  height: auto;
  font-size: 14px;
  color: #58574b;
  margin: 20px 20px 0 auto;
  text-align: left;
}
#fullFooter ul#footer > li img {
  width: 150px;
}
#fullFooter ul#footer > li hr {
  width: 100%;
  float: left;
  height: 1px;
  line-height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 14px 0 14px 0;
  border: none;
}
#fullFooter ul#footer > li a {
  color: #58574b;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.5s ease-in-out 0s;
}
#fullFooter ul#footer > li a:hover {
  color: #000000 !important;
}
#fullFooter ul#footer > li span,
#fullFooter ul#footer > li span a {
  color: #e10f21 !important;
}
#fullFooter ul#footer > li #coordonnees {
  width: 100%;
  height: auto;
  float: left;
  padding-left: 50px;
  margin-top: 10px;
}
#fullFooter ul#footer > li #coordonnees img {
  width: 150px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
#fullFooter ul#footer > li #coordonnees:before {
  content: " ";
  width: 42px;
  height: 80px;
  position: absolute;
  background: transparent url('/media/img/PRO_GREEN_PORTRAIT_FRAMED/pefc-logo.png') left top no-repeat;
  background-size: 100%;
  margin-left: -50px;
  text-align: left;
}
#fullFooter ul#footer > li #coordonnees a {
  color: #e10f21;
}
@media screen and (max-width: 980px) {
  #blocGlobal header #blocLogos a#bandeauDestockage {
    width: 450px;
    height: 120px;
    font-size: 15px;
  }
  #blocGlobal header #blocLogos a#bandeauDestockage:before {
    background: transparent url('/media/img/moyen_bandeauOff.png') left center no-repeat;
    background-size: 100%;
    content: "";
    opacity: 1;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    -o-transition-property: all;
    -o-transition: 0.5s ease-in-out;
    -moz-transition-property: all;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition-property: all;
    -webkit-transition: 0.5s ease-in-out;
    transition-property: all;
    transition: 0.5s ease-in-out;
  }
  #blocGlobal header #blocLogos a#bandeauDestockage:hover:before {
    opacity: 0;
    background: transparent url('/media/img/moyen_bandeauOff.png') left center no-repeat;
    background-size: 100%;
    -o-transition-property: all;
    -o-transition: 0.5s ease-in-out;
    -moz-transition-property: all;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition-property: all;
    -webkit-transition: 0.5s ease-in-out;
    transition-property: all;
    transition: 0.5s ease-in-out;
  }
  #blocGlobal header #blocLogos a#bandeauDestockage:after {
    background: transparent url('/media/img/moyen_bandeauOn.png') left center no-repeat;
    background-size: 100%;
    content: "";
    opacity: 0;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    -o-transition-property: all;
    -o-transition: 0.5s ease-in-out;
    -moz-transition-property: all;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition-property: all;
    -webkit-transition: 0.5s ease-in-out;
    transition-property: all;
    transition: 0.5s ease-in-out;
  }
  #blocGlobal header #blocLogos a#bandeauDestockage:hover:after {
    opacity: 1;
    background: transparent url('/media/img/moyen_bandeauOn.png') left center no-repeat;
    background-size: 100%;
    -o-transition-property: all;
    -o-transition: 0.5s ease-in-out;
    -moz-transition-property: all;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition-property: all;
    -webkit-transition: 0.5s ease-in-out;
    transition-property: all;
    transition: 0.5s ease-in-out;
  }
  #blocGlobal header #blocLogos a#bandeauDestockage #excluDestockage h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 800px) {
  #blocGlobal header #blocLogos a#bandeauDestockage {
    width: 200px;
    height: 120px;
    padding: 0;
    font-size: 15px;
    text-align: center;
  }
  #blocGlobal header #blocLogos a#bandeauDestockage:before {
    background: transparent url('/media/img/pt_bandeauOff.png') left center no-repeat;
    background-size: 100%;
    content: "";
    opacity: 1;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    -o-transition-property: all;
    -o-transition: 0.5s ease-in-out;
    -moz-transition-property: all;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition-property: all;
    -webkit-transition: 0.5s ease-in-out;
    transition-property: all;
    transition: 0.5s ease-in-out;
  }
  #blocGlobal header #blocLogos a#bandeauDestockage:hover:before {
    opacity: 0;
    background: transparent url('/media/img/pt_bandeauOff.png') left center no-repeat;
    background-size: 100%;
    -o-transition-property: all;
    -o-transition: 0.5s ease-in-out;
    -moz-transition-property: all;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition-property: all;
    -webkit-transition: 0.5s ease-in-out;
    transition-property: all;
    transition: 0.5s ease-in-out;
  }
  #blocGlobal header #blocLogos a#bandeauDestockage:after {
    background: transparent url('/media/img/pt_bandeauOn.png') left center no-repeat;
    background-size: 100%;
    content: "";
    opacity: 0;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    -o-transition-property: all;
    -o-transition: 0.5s ease-in-out;
    -moz-transition-property: all;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition-property: all;
    -webkit-transition: 0.5s ease-in-out;
    transition-property: all;
    transition: 0.5s ease-in-out;
  }
  #blocGlobal header #blocLogos a#bandeauDestockage:hover:after {
    opacity: 1;
    background: transparent url('/media/img/pt_bandeauOn.png') left center no-repeat;
    background-size: 100%;
    -o-transition-property: all;
    -o-transition: 0.5s ease-in-out;
    -moz-transition-property: all;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition-property: all;
    -webkit-transition: 0.5s ease-in-out;
    transition-property: all;
    transition: 0.5s ease-in-out;
  }
  #blocGlobal header #blocLogos a#bandeauDestockage sup {
    display: inline;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-style: italic;
  }
  #blocGlobal header #blocLogos a#bandeauDestockage section {
    display: none;
  }
  #blocGlobal header #blocLogos a#bandeauDestockage #excluDestockage {
    vertical-align: bottom;
    margin: 0 0 0 30px;
  }
  #blocGlobal header #blocLogos a#bandeauDestockage #excluDestockage h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  #blocGlobal header #blocLogos #samb {
    width: 200px;
    height: 97px;
    line-height: 97px;
  }
  #blocGlobal header #blocLogos #techcof {
    width: 100px;
    height: 88px;
  }
  #blocGlobal header #buttonMenu {
    display: block !important;
    float: right;
    cursor: pointer;
    width: 20px;
    height: 16px;
    margin: 16px 25px 0 0;
    background: transparent url("/media/img/pictoMenu.png") no-repeat scroll center center / auto 100%;
    border: 0;
  }
  #blocGlobal header li.noSmartphone,
  #blocGlobal header a.noSmartphone {
    display: none;
  }
  #blocGlobal header nav {
    /*position: fixed;
  				right: 0;
  				top: 0;
  				bottom: 0;
  				overflow:hidden;
  				width: 100%;
  				background-color:rgba(255,255,255,0.95);
  				z-index:1000;
  				display:block;
  				height:auto !important;
  				max-height: 0;
  				overflow: hidden;
  				-webkit-transition: max-height 0.8s;
  				-moz-transition: max-height 0.8s;
  				transition: max-height 0.8s;
  				text-align: right;*/
  
    /* Un lien par ligne */
  
  }
  #blocGlobal header nav.open {
    max-height: inherit;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #blocGlobal header nav #closeMenu {
    display: block !important;
    border: 0;
    clear: right;
    float: right;
    width: 20px;
    height: 20px;
    background: transparent url("/media/img/btClose.png") no-repeat scroll center center / auto 100%;
    background-color: #ffffff;
    margin: 25px 35px 15px 0;
    cursor: pointer;
    z-index: 10;
  }
  #blocGlobal header nav ul#menu {
    display: block;
    width: auto;
    padding: 20px 56px 0;
    height: auto;
  }
  #blocGlobal header nav ul#menu > li {
    width: auto;
    min-height: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 20px;
    text-align: left;
    margin: 0;
    height: auto;
    padding: 0 15px 15px 0;
    /*ul {
  						  display:none !important;
  					  }
  					  
  					  &.sel {
  						  margin-bottom:0;
  						  
  						  ul {
  							  position:relative;
  							  display:block !important;
  							  width:100%;
  							  margin: 10px 0 0 0;
  							  padding:0;
  							  left:auto !important;
  							  top:auto !important;
  							  
  							  li {
  								 margin: 0;
  								 padding:0;
  								.T(16);
  								line-height:28px !important;
  								
  								a {
  									color:#999999 !important;
  									
  									&:hover {
  										color:#000000 !important;
  									}
  								}
  							}
  						  }
  					  }*/
  
  }
  #blocGlobal header nav ul#menu > li ul.ssMenu {
    padding-top: 15px;
  }
  #blocGlobal header nav ul#menu > li ul.ssMenu > li {
    font-size: 14px;
  }
  #blocGlobal header nav ul#menu > li ul.ssMenu#ssMenu_0 {
    width: 320px;
    white-space: nowrap !important;
  }
  #blocGlobal header nav ul#menu > li ul.ssMenu#ssMenu_0 > li {
    width: 100%;
  }
  #blocGlobal #contenuGlobal section {
    padding: 15px;
    /*=================================================
  				Class Definitions
  				=================================================*/
  
  }
  #blocGlobal #contenuGlobal section .immersive_slider .is-slide .image {
    width: 50% !important;
  }
  #blocGlobal #contenuGlobal section .immersive_slider .is-slide .content {
    width: 50% !important;
    padding: 15px !important;
  }
  #blocGlobal #contenuGlobal section .slogan {
    font-size: 22px;
  }
}
