* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


/**************
 *   FONTS    *
 **************/

/* https://google-webfonts-helper.herokuapp.com/fonts/roboto?subsets=latin-ext,latin */

/* roboto-300 - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v18-latin_latin-ext-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v18-latin_latin-ext-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin_latin-ext-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin_latin-ext-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin_latin-ext-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin_latin-ext-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-300italic - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/roboto-v18-latin_latin-ext-300italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
       url('../fonts/roboto-v18-latin_latin-ext-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin_latin-ext-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin_latin-ext-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin_latin-ext-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin_latin-ext-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v18-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v18-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin_latin-ext-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-italic - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v18-latin_latin-ext-italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Italic'), local('Roboto-Italic'),
       url('../fonts/roboto-v18-latin_latin-ext-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin_latin-ext-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin_latin-ext-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin_latin-ext-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin_latin-ext-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v18-latin_latin-ext-900.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'),
       url('../fonts/roboto-v18-latin_latin-ext-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin_latin-ext-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin_latin-ext-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin_latin-ext-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin_latin-ext-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900italic - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/roboto-v18-latin_latin-ext-900italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'),
       url('../fonts/roboto-v18-latin_latin-ext-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin_latin-ext-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin_latin-ext-900italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin_latin-ext-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin_latin-ext-900italic.svg#Roboto') format('svg'); /* Legacy iOS */
}



	
/*************************
 *     STYLES GLOBAUX    *
 *************************/
/*	
#D87827  orange 
#316C72  bleu 
#CADDE4  bleu clair
#8F8E8F  gris 
#F6F6F6  gris clair
#555355  gris foncé
#ffffff  blanc 
*/
	
a:focus {
	outline: none;
}
	
a:link,
a:visited,
a:hover {
	text-decoration:none;
	color: #D87827;
    font-weight: normal;
    font-style: normal;
	}	

.clear {
	clear:both;
	}	
	
.table{
	display:table;
	}

.tr{
	display:table-row;
	}
	
.td{
	display:table-cell;
	}
	
.gauche{
	clear:both;
	float: left;
	margin: 0 10px 0 0;
	}
	
.center{
	text-align:center;
	}

.shadowBox{
	background: #FFFFFF;
	/* http://www.debray-jerome.fr/outils/Generateur-de-box-shadow-css3.html */
	-moz-box-shadow: 0px 0px 10px 0px #b2b2b2;
	-webkit-box-shadow: 0px 0px 10px 0px #b2b2b2;
	-o-box-shadow: 0px 0px 10px 0px #b2b2b2;
	box-shadow: 0px 0px 10px 0px #b2b2b2;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#b2b2b2, Direction=NaN, Strength=10);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;			
	}

	
::selection {
	background: #D87827; /* Safari */
	color: #000000;
	}
::-moz-selection {
	background: #D87827; /* Firefox */
	color: #000000;
}

p{
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
b, strong{
	font-weight: bold;
    font-style: normal;
	}

.hyphenate {
	text-align: justify;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	}



html{
	margin: 0;
	padding: 0;
	width:100%;
	}	
	

body {
   -webkit-font-feature-settings: "lnum";
   -moz-font-feature-settings: "lnum";
   font-feature-settings: "lnum"; 
   -webkit-font-smoothing: antialiased;
	font-family: 'Roboto';
	font-size: calc(8px + 0.5vw); 
	line-height: calc(16px + 0.5vw); 
	color: #555355; 
	margin: 0;
	padding: 0;
	width:100%;
	text-align: center;
	background: #555355;
	background: #F6F6F6;
	}
	
#wrapperGlobal	{
	position: relative;
	min-height: calc(100vh - 120px);
	height:auto;
	}

	
/*******************
 *     HEADER      *
 *******************/

#wrapperHeader{
	display:block;
	width: 100%;
	height: 19vh;
	min-height: 124px;
	max-height: 180px;
	margin:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#555355+0,8f8e8f+100 */
	background: #555355; /* Old browsers */
	background: -moz-linear-gradient(left, #555355 0%, #8f8e8f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #555355 0%,#8f8e8f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #555355 0%,#8f8e8f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555355', endColorstr='#8f8e8f',GradientType=1 ); /* IE6-9 */
	-moz-box-shadow: 0px 0px calc(10px + 1vh) 0px #555355;
	-webkit-box-shadow: 0px 0px calc(10px + 1vh) 0px #555355;
	-o-box-shadow: 0px 0px calc(10px + 1vh) 0px #555355;
	box-shadow: 0px 0px calc(10px + 1vh) 0px #555355;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#555355, Direction=NaN, Strength=10);
	}

#header{
	display:block;
	width: 100%;
	height: 100%;
	}

#header1{
	display:block;
	width: 100%;
	height: 6vh;
	min-height: 38px;
	max-height: 59px;	
	border-bottom: 1px solid #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#316c72+0,cadde4+100 */
	background: #316c72; /* Old browsers */
	background: -moz-linear-gradient(top, #316c72 0%, #cadde4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #316c72 0%,#cadde4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #316c72 0%,#cadde4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#316c72', endColorstr='#cadde4',GradientType=0 ); /* IE6-9 */
	}
	
#header2{
	width: 100%;
	height: calc(13vh - 1px);
	min-height: 86px;
	max-height: 121px;
	}
	
#header2 .tr,
#header2 .td{
	height: 100%;
	}

#logoHeader{
	text-align:left;
	vertical-align: middle; 
	}

#logoHeader img{
	height: 7vh;
	min-height: 45px;
	max-height: 67px;
	width: auto;
	margin: 0  1.5vw 0 1.5vw;
	}

	
	
/********************************
 *     HEADER > MENU CONTACT    *
 ********************************/

#header1 .table{
	float:right;
	}
	
	
#header1 .td{
	width: auto;
	height: 6vh;
	min-height: 38px;
	max-height: 59px;
	vertical-align: middle;
	text-align:right;
	padding-right: 3vw;
	}
#header1 .td:last-child{
	padding-right: 2vw;
	}

	
#header1 a:link ,
#header1 a:visited,
#header1 a:hover{
	color: #CADDE4;
	font-size: calc(8px + 0.5vw); 
	line-height: calc(8px + 0.5vw); 
	}
	
#header1 .contactTel img,
#header1 .contactEmail img,
#header1 .contactItineraire img{
	height: 2vh;
	min-height: 12px;
	max-height: 20px;
	width: auto;	
	margin: 0 0.5vw -0.5vh 0;
	}
	
#header1 .td.reseauxSociaux img{
	height: 4vh;
	min-height: 24px;
	max-height: 40px;
	width: auto;	 
	}
 
/***************************
 *     HEADER > LANGUES    *
 ***************************/
 
#menuLanguesTemp{
	display:none;
	width: auto;
	height: auto;
	vertical-align:middle;
	text-align:right;
	padding: 0 2vw 0 0;
}

#menuLanguesTemp .goog-te-gadget-icon{
	display:none !important;
	}
 
 
#menuLanguesTemp a.goog-te-menu-value span,
#menuLanguesTemp a.goog-te-menu2-item-selected .text{
	font-family: 'Roboto'!important;
	color: #555355 !important;
	}

#menuLangues{
	width: auto;
	height: auto;
	vertical-align:middle;
	text-align:right;
	padding: 0 2vw 0 0;
}

#menuLangues #selectLangue{
	margin:0;
	padding:0;
} 
	
#selectLangue-button,
#selectLangue-button.ui-selectmenu-button.ui-button.ui-widget.ui-selectmenu-button-closed.ui-corner-all > span.ui-selectmenu-text
#selectLangue-button.ui-selectmenu-button.ui-button.ui-widget.ui-selectmenu-button-open,
#selectLangue-button.ui-selectmenu-button.ui-selectmenu-button-closed{
	background: none;
	border: none;
	width:50px;
	clear:both;
	margin: 0 !important;
	padding: 0 !important;
	text-transform: uppercase;
	height:18px;
	line-height:18px;
	background: url("../images/template/es.png") no-repeat top left;
	}	

#selectLangue-button .ui-icon {
	background: url("../images/template/down_arrow_select_icon.png") no-repeat right 0px;
	height:18px;
	}
	
#selectLangue-button.ui-selectmenu-button.ui-button.ui-widget.ui-selectmenu-button-open.ui-corner-top > span.ui-selectmenu-text,	
#selectLangue-button.ui-selectmenu-button.ui-button.ui-widget.ui-selectmenu-button-closed.ui-corner-all > span.ui-selectmenu-text{
	color: transparent!important;
	}

	
ul#selectLangue-menu.ui-menu.ui-corner-bottom.ui-widget.ui-widget-content{
	border:none	!important;
	margin:10px 0 0 0 !important;
	text-align:left;
	padding: 5px 5px 10px 0 !important;
	background: none !important;
	}

#selectLangue-menu li.ui-menu-item{
	}


#selectLangue-menu li.ui-menu-item,
#selectLangue-menu li.ui-menu-item:hover{
	color: transparent;
	border:none	!important;
	padding: 0 !important;
	margin: 0 !important;
	text-indent: none !important;	
	width: 50px;
	}

#selectLangue-menu .ui-menu .ui-state-focus,
#selectLangue-menu .ui-menu .ui-state-active {
	margin: 0!important;
}

#selectLangue-menu li.ui-menu-item .ui-menu-item-wrapper,
#selectLangue-menu li.ui-menu-item .ui-menu-item-wrapper.ui-state-focus,
#selectLangue-menu li.ui-menu-item .ui-menu-item-wrapper.ui-state-active,
#selectLangue-menu li.ui-menu-item .ui-menu-item-wrapper.ui-state-active:hover{
	color: transparent;
	border:none !important;	
	background: none !important;	
	}

#selectLangue-menu li.ui-menu-item:nth-child(2){
	background: url("../images/template/fr.png") no-repeat top left;
	}
#selectLangue-menu li.ui-menu-item:nth-child(3){
	background: url("../images/template/en.png") no-repeat top left;
	}
	
#selectLangue-menu li.ui-menu-item .ui-menu-item-wrapper.ui-state-active:hover{
	color: transparent;
	border:none	!important;
	}
	
#selectLangue-menu.ui-menu.ui-corner-bottom.ui-widget.ui-widget-content li.ui-state-disabled.ui-menu-item:first-child{
	display:none;
	}
		
	
/***************************
 *    HEADER > MAIN NAV    *
 ***************************/
 
.td#navHeader{
	vertical-align:middle;	 
	padding: 0 2vw 0 4vw;
	text-align: right;
	}
 
#WrapperMenuNav{
	display: table;
	width: auto;
	float:right;
	}

#menunav {
	display:table-row;
	list-style:none;
	width: auto;
	margin: 0 auto 0 auto;
	padding:0;
	text-align:right;
	}  

#menunav li {
	display:table-cell;
	padding:10px;
	z-index:999;
	vertical-align:top;
	text-align:left;
	}
	
#menunav li:last-child {
	}
	
	
#menunav li a {
	width: auto;
	padding: 0 15px 0 15px;
	display:inline-block;
	font-size: calc(8px + 0.7vw); 
	line-height: calc(12px + 0.7vw); 
	color: #FFFFFF;
	text-decoration:none;
	}
	
#menunav li:last-child a {
	}
	
#menunav li:hover a {
	color: #fff;
	}		
	
#menunav li.menuItemActif,
#menunav li.menuItemActif:hover{
	}	
	
#menunav li.menuItemActif a,
#menunav li.menuItemActif:hover a{
	}	
	
	
	
	
/*************************
 *      ZONE CONTENU     *
 *************************/
	
#wrapperContenu{
	clear: both;
	width: 100%;
	padding:0;
	margin:0;	
}

#contenu {
	width: 100%;
	padding:0;
	margin:0;
	}
	
.WrapperContenuPrincipal{
	display:block;
	height: 100%;
	}
	

	
.WrapperContenuPrincipal .ZoneContenu {
/*	width: 87vw;
	max-width: 1280px;
	margin: 0 auto 0 auto;
	padding: 1.5vw 0 1.5vw 0;*/
	}
		
		
/********************************
 *    ACCUEIL VUE 3D - ACTUS    *
 ********************************/
 
.WrapperContenuPrincipal.vue_3d_actu {
	padding: 3vw 1.5vw 3vw 1.5vw;
	position: relative;	
	}
	
.WrapperContenuPrincipal.vue_3d_actu .table .tr .td:first-child{
	width: 60vw;
	height: calc(60vw/1.6); 
	position: relative;	
	}
.WrapperContenuPrincipal.vue_3d_actu .table .tr .td:first-child img{
	width: 60vw;
	height: calc(60vw/1.6); 
	}

.WrapperContenuPrincipal.vue_3d_actu #wrapperx3d{
	position: relative;	
	}

.WrapperContenuPrincipal.vue_3d_actu #wrapperx3d x3d{
	width: 60vw;
	height: calc(60vw/1.6); 
	}

/*	
.WrapperContenuPrincipal.vue_3d_actu .x3dom-progress{
	display: block;
    background: red no-repeat top left cover url("../3d/ecorceuse-rotor-flottant.png");
	}		
*/
	
	
@keyframes blinker {
  85% {
    opacity: 0;
  }
}

	
.WrapperContenuPrincipal.vue_3d_actu .x3dom-progress {
	width: 60vw;
	height: calc(60vw/1.6); 
    background: #353636 url(../3d/ecorceuse-rotor-flottant.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	font-size: 14px; 
	line-height: 50px;
	font-weight: normal;	
	color: #ffff00;
	animation: blinker 5s linear infinite;
	}

.WrapperContenuPrincipal.vue_3d_actu #legendex3d {
	position: absolute;
	top:0;
	left:0;
	width: 57vw;
	padding: 1.5vw;
	text-align: left;
	height: calc(60vw/1.6); 
	font-size: calc(9px + 0.7vw); 
	line-height: calc(13px + 0.7vw); 
	font-weight: normal;	
	color: #CADDE4;
    z-index: 999;
    background: transparent url(../images/template/3d-logo.png) no-repeat right 1.5vw;
	}
	
/*	
 div.table > div.tr > div.td > div > input#name5.viewbutts.ui-button.ui-corner-all.ui-widget
*/

.WrapperContenuPrincipal.vue_3d_actu input{
	text-indent: -200px;
	position: absolute;
	left:3vw;
    z-index: 9999;
	padding: 0 !important;
	width: 3vw !important;
	height: 3vw !important;
	border: none !important;
	border-radius: 0 !important;
	}	
	
.WrapperContenuPrincipal.vue_3d_actu input#name2{
	bottom: 23vw;
    background: transparent url(../images/template/3d-back.png)!important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	}	
.WrapperContenuPrincipal.vue_3d_actu input#name3{
	bottom: 19vw;
    background: transparent url(../images/template/3d-front.png)!important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	}	
.WrapperContenuPrincipal.vue_3d_actu input#name4{
	bottom: 15vw;
    background: transparent url(../images/template/3d-right.png)!important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	}	
.WrapperContenuPrincipal.vue_3d_actu input#name5{
	bottom: 11vw;
    background: transparent url(../images/template/3d-left.png)!important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	}	
.WrapperContenuPrincipal.vue_3d_actu input#name6{
	bottom: 7vw;
    background: transparent url(../images/template/3d-top.png)!important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	}	
.WrapperContenuPrincipal.vue_3d_actu input#name7{
	bottom: 3vw;
    background: transparent url(../images/template/3d-bottom.png)!important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	}	


.WrapperContenuPrincipal.vue_3d_actu .table .tr .td:last-child{
	width: 36.9vw;
	height: calc(60vw/1.6); 	
	float: right;
	}

	
#actusUne{
	display:block;
	background: #fff;
	margin: 0 0 0 1.5vw;
	border: 1px solid #919191;
	padding: 1.5vw;
	text-align: justify;
	height: 245px; 
	}	
	
a.bouton:link,
a.bouton:visited,
a.bouton:hover{	
	display:inline-block;
	float:right;
	background: transparent url("../images/template/fleche.png") no-repeat center right;
	padding: 0 86px 0 0;
	line-height:39px;	
	}
	
	
#actusBreves{
	display:block;
	background: #fff;
	margin: 1.5vw 0 0 1.5vw;
	border: 1px solid #919191;
	padding: 1.5vw;
	text-align: justify;
	height: calc( 100% - 245px - 1.5vw); 
	max-height: calc((12px + 0.5vw ) * 25); 	
	}	
	
#actusBreves #wrapperListeActus	{
   -webkit-column-count: 1;
   -moz-column-count: 1;
	column-count: 1;
   -webkit-column-width: calc( 34vw - 2px); 
    column-width: calc( 34vw - 2px); 
    height: calc( 100% - (27px + 39px + 10px) - 0.5vw); 	
	overflow:hidden;
	}


/*		
#actusBreves{
	display:block;
	background: #fff;
	margin: 1.5vw 0 0 1.5vw;
	border: 1px solid #919191;
	padding: 1.5vw;
	text-align: justify;
	height: calc( 100% - 235px - 1.5vw); 
	max-height: calc((12px + 0.5vw ) * 25); 	
	  text-overflow: -o-ellipsis-lastline;
	}	
*/

	
#actusBreves h1,
#actusBreves h2{
	font-size: calc(18px + 0.5vw); 
	line-height: calc(27px + 0.5vw); 
	font-weight: normal;
	color: #316C72;
	}

	
/********************
*     CODE HTML     *
*********************/

.WrapperContenuPrincipal.code_html{
	padding: 3vw;
	margin-top:  calc(27px + 0.5vw); 
	padding-top: 0;
	padding-bottom: 0;
	}
	

	
/************************
*     TITRE DE PAGE     *
*************************/

.WrapperContenuPrincipal.titre_page{
	padding: 3vw;
	text-align: justify;
	margin-top:  calc(27px + 0.5vw); 
	padding-top: 0;
	padding-bottom: 0;
	}

.WrapperContenuPrincipal.titre_page h1,
.WrapperContenuPrincipal.titre_page h2 {
	font-size: calc(18px + 0.5vw); 
	line-height: calc(27px + 0.5vw); 
	font-weight: normal;
	color: #316C72;
	text-align:left;	
	margin: 0;
	}

/**********************
*     SOUS-TITRES     *
***********************/

.WrapperContenuPrincipal.soustitre{
	padding: 3vw;
	text-align: justify;
	margin-top:  calc(27px + 3.5vw); 
	padding-top: 0;
	padding-bottom: 0;
	}

.WrapperContenuPrincipal.soustitre h1,
.WrapperContenuPrincipal.soustitre h2 {
	font-size: calc(18px + 0.5vw); 
	line-height: calc(27px + 0.5vw); 
	font-weight: normal;
	color: #316C72;
	text-align:left;	
	}
	
	
	
/*****************
*     PHOTOS     *
******************/

.WrapperContenuPrincipal.photo{
	padding: 3vw 0 3vw 0;
	text-align: left;
	}
	
.WrapperContenuPrincipal.photo img{
	width: 100vw;
	height: auto;
	}
 
/*********************
*     PARAGRAPHE     *
**********************/

/*
.WrapperContenuPrincipal.paragraphe .ZoneContenu {
	columns: 800px auto;
	column-gap : 1.5vw
	}
.WrapperContenuPrincipal.paragraphe .ZoneContenu p:first-child{
	margin-top: 0;
	}
*/	
	
.WrapperContenuPrincipal.paragraphe {
	clear: both;
	text-align: justify;
	margin: 1.5vw 3vw 1.5vw 3vw;
	}
	
.WrapperContenuPrincipal.paragraphe.encadre {
	background: #fff;
	padding: 0.5vw 1.5vw 0.5vw 1.5vw;
	border: 1px solid #919191;
	}
		
.WrapperContenuPrincipal.paragraphe:last-child {
	padding-bottom: 0;
	}

.WrapperContenuPrincipal.paragraphe div.ZoneContenu p{
	text-align: justify;
	margin: 10px 0 10px 0;
	}
	
.WrapperContenuPrincipal.paragraphe ul{ 
	display:inline;
	list-style: none; 
	padding: 0;
	margin: 0;
	text-indent:0;
	} 
	
.WrapperContenuPrincipal.paragraphe ul li{
	position:relative; 
	padding-left: 18px;
	line-height:26px;		
	text-align:left;
	}
	
.WrapperContenuPrincipal.paragraphe ul li:before{ 
	position: absolute; 
	left: 0;
	content:"•"; 
	font-size:26px; 
	color: #AD974F;
	} 
	
/**************************
*     TELECHARGEMENTS     *
***************************/


.WrapperContenuPrincipal.telechargement {
	clear: both;
	text-align: left;
	margin: 1.5vw 3vw 1.5vw 3vw;
	}

.WrapperContenuPrincipal.telechargement div.ZoneContenu{
	text-align: left;
	}

.WrapperContenuPrincipal.telechargement div.ZoneContenu a{
	}

.WrapperContenuPrincipal.telechargement	.wrapperDownloadIcon{
	padding: 5px 20px 0 0;	
	display:block;
	float:left;
	}

.WrapperContenuPrincipal.telechargement	.wrapperDownloadIcon img{
	height: calc(40px + 1.5vw); 
	width: auto;
    filter: none;
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
	}
	
.WrapperContenuPrincipal.telechargement .wrapperDownloadIcon img:hover{
	-webkit-transform: rotate(-5deg);
			transform: rotate(-5deg);
    filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
	}
	

/*****************
*     VIDEOS     *
******************/

.WrapperContenuPrincipal.video_youtube {
	text-align: left;
	}
	
	
.WrapperContenuPrincipal.video_youtube iframe.iframeVideo {
	background: #f6f6f6;
	text-align: left;
	padding:0;
	margin: 1.5vw 3vw 1.5vw 3vw;
	width: 94vw;
	max-width: 1000px;
	height: calc(75vw*0.5625); /* 16/9eme */
	max-height: 422px;
	}
	
		
/*********************
 *      GALERIE      *
 *********************/
 
.WrapperContenuPrincipal.galerie_photo{
	clear:both;
	margin: 3vw;
	text-align:left;
	}

.galerie{
	clear:both;
	position:relative;
	width:94vw;
	margin:0;
	}
	
.grid{
	width:auto;
	padding: 0;
	background:#fff;
	margin:0;
	float:left;
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
}

.grid strong {
	color: #2C3346;
	margin:10px;
	display:block;
	padding:0;
	text-align: justify;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	}


.grid .imgholder {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px #fff;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
	}

.grid .imgholder:hover, 
.grid .imgholder:focus, 
.grid .imgholder:active {
  box-shadow: 0 0 8px #D87827;
  border: 1px solid #D87827;
}


.grid .imgholder img{
	width:100%;
	display:block;
}


/******************
 *   ACTUALITES   *
 ******************/

.WrapperContenuPrincipal.actualites{
	margin: 1.5vw 3vw 1.5vw 3vw;	
	}
	

.listingActu{
	text-align: left;	
	}
	
.listingActu .table{
    border-spacing: 1.5vw;
    border-collapse: separate;
	}
	
.listingActu .td{
	width: 50%; 
	text-align: left;	
	background: #ffffff;
	border: 1px solid #919191;
	padding: 0 0 1.5vw;
	}

.listingActu .td .wrapperActu{
	}

	
.listingActu .td.vide{
	background: none;
	border: none;
	}
	

	
.listingActu .detailActu,
.listingActu .detailActuImage{
	padding: 1.5vw;
	margin:0;
	}
	
.listingActu .detailActuImage img{
	width: 50%;
	margin: 0 0 1.5vw 1.5vw;
	height:auto;
	float:right;
	}
	
.listingActu .dateActu{
	display: block;
	line-height: calc(8px + 0.5vw); 
	text-align: left;		
	padding: 0;
	margin: 0 0 1ex 0;
	}
	
.listingActu .dateActu span{
	color: #8a898a;
	}	

.listingActu .description,
.listingActu a:link .description,
.listingActu a:visited .description{
	color: #555355; 
	}
	
.listingActu .description{
  max-width: calc(50% - 1.5vw);
  }
	
.listingActu  .detailActu h1,
.listingActu  .detailActu h2,
.listingActu  .detailActuImage h1,
.listingActu  .detailActuImage h2{
	height: auto;
	background:none;
	padding: 0;
	margin: 0;
	font-size: calc(12px + 0.5vw); 
	line-height: calc(18px + 0.5vw); 
	font-weight: normal;
	color: #316C72;
	text-transform: uppercase;
	}
	
.listingActu a:link .bouton,
.listingActu a:visited .bouton,
.listingActu a:hover .bouton{	
	clear:both;
	display:block;
	text-align:right;
	background: transparent url("../images/template/fleche.png") no-repeat center right;
	padding: 0 86px 0 0;
	line-height:39px;	
	margin: 0 1.5vw 0 0;
	text-transform: uppercase;
	}

/************************
 *   ACTUALITE DETAIL   *
 ************************/
 
.nextPrev {
	display:block;
	}

.nextPrev a:link,
.nextPrev a:visited,
.nextPrev a:hover{
	display: inline-block;
	text-transform:uppercase;
	height: calc(16px + 0.5vw); 
	margin-bottom: 3vw;
	}	
	
	
.nextPrev img{
	height: calc(16px + 0.5vw); 
	width: auto;
	margin-bottom: -4px; 
	}

.nextPrev .next{
	float:right;
	}
		
.nextPrev .next img{
	margin-left: 1.5vw;
	}	
	
.nextPrev .prev{
	float:left;
	}
		
.nextPrev .prev img{
	margin-right: 1.5vw;
	}
	
.WrapperContenuPrincipal.dateActu {
	margin: 0 0 0 3vw;
	}
.WrapperContenuPrincipal.dateActu h2,
.WrapperContenuPrincipal.dateActu h1{
	color: #8a898a;
	font-weight: normal;
	margin: 0 0 1ex 0;
	}

.WrapperContenuPrincipal.titre_page.actualite{
	margin-top: 0;
	}

	
/******************************
*     SCHEMAS INTERACTIFS     *
*******************************/

.WrapperContenuPrincipal.schemaInteractif {
	margin: 0;
	padding: 0;
	position: relative;
	}
	
.WrapperContenuPrincipal.schemaInteractif .td:first-child{
	width: 80vw;
	height:auto;
	}
	
.WrapperContenuPrincipal.schemaInteractif .td:first-child img{
	width: 80vw;
	height: auto;
	}
	
.WrapperContenuPrincipal.schemaInteractif .numero{
	position: absolute;
	display:block;	
	padding: 1vw;
	text-align:center;
	cursor: pointer;
	}
	
.WrapperContenuPrincipal.schemaInteractif .numero2{
	cursor: pointer;
	}
	
.WrapperContenuPrincipal.schemaInteractif .numero2:hover{
	color: #D87827;	
	}
	
.WrapperContenuPrincipal.schemaInteractif .numero span,
.WrapperContenuPrincipal.schemaInteractif .numero2 span{
	display:block;
	color:#fff;
	background-color: #8a898a;
	text-align:center;
	width: calc(20px + 0.5vw); 	
	height: calc(20px + 0.5vw); 	
	line-height: calc(20px + 0.5vw); 	
	-moz-border-radius: calc((20px + 0.5vw)/2);
	-webkit-border-radius: calc((20px + 0.5vw)/2);
	border-radius: calc((20px + 0.5vw)/2);
	box-shadow: 0px 0px 15px 5px #fff;
	 /* in order: x offset, y offset, blur size, spread size, color */
    /* blur size and spread size are optional (they default to 0) */
	}
	
.WrapperContenuPrincipal.schemaInteractif .numero:hover span,
.WrapperContenuPrincipal.schemaInteractif .numero2:hover span{
	background: #D87827;	
	}
	
.WrapperContenuPrincipal.schemaInteractif .td:last-child{
	width: auto;
	height:auto;
	padding: 0;
	text-align: left;
	vertical-align:top;
	}
		
.WrapperContenuPrincipal.schemaInteractif .td:last-child p{
	text-align: left;
	text-transform: uppercase;
	clear:both;
	padding-bottom: 1ex; 
	width: auto;
	font-size: calc(8px + 0.25vw);
  }
		
.WrapperContenuPrincipal.schemaInteractif .td:last-child .numero2 span{
	display:inline-block;	
	margin: 0 1vw 0 1vw; 
	float:left;
	}
	
.WrapperContenuPrincipal.schemaInteractif p.numero2 a span{
	background: #D87827 !important;	
	}

	
/*	
###################
#   Parcs à bois  #
###################
*/
	
	
#page3 #numero1{
	top : 30vw;
	left: 20vw;
	}
#page3 #numero18{
	top : 29vw;
	left: 5vw;
	}		
#page3 #numero19{
	top : 28vw;
	left: 10vw;
	}
#page3 #numero2{
	top : 32vw;
	left: 29vw;
	}	
#page3 #numero3{
	top : 37vw;
	left: 30vw;
	}	
#page3 #numero4{
	top : 27vw;
	left: 36vw;
	}	
#page3 #numero5{
	top : 35vw;
	left: 40vw;
	}	
#page3 #numero17{
	top : 42vw;
	left: 25vw;
	}	
#page3 #numero6{
	top : 23vw;
	left: 44vw;
	}	
#page3 #numero8{
	top : 30vw;
	left: 46vw;
	}	
#page3 #numero7{
	top : 34vw;
	left: 49vw;
	}	
#page3 #numero9{
	top : 25vw;
	left: 53vw;
	}	
#page3 #numero10{
	top : 18vw;
	left: 63vw;
	}	
#page3 #numero11{
	top : 18vw;
	left: 70vw;
	}	
#page3 #numero12{
	top : 16vw;
	left: 55vw;
	}	
#page3 #numero13{
	top : 13vw;
	left: 51vw;
	}	
#page3 #numero14{
	top : 12vw;
	left: 61vw;
	}	
#page3 #numero15{
	top : 3vw;
	left: 61vw;
	}	
#page3 #numero16{
	top : 4vw;
	left: 57vw;
	}	
	
	
/*	
###############################
#   Valorisation des connexes #
###############################
*/
	
#page4 #numero1{
	top : 10vw;
	left: 13vw;
	}
	
#page4 #numero2{ /* convoyeur à bande */
	top : 17vw;
	left: 9vw;
	}
	
#page4 #numero3{
	top : 16vw;
	left: 19vw;
	}	
	
#page4 #numero4{
	top : 19vw;
	left: 19vw;
	}	
				
#page4 #numero5{
	top : 20vw;
	left: 22vw;
	}		
		
#page4 #numero6{
	top : 19vw;
	left: 29vw;
	}	
	
#page4 #numero7{
	top : 13vw;
	left: 25vw;
	}
	
#page4 #numero8{
	top : 22vw;
	left: 33vw;
	}			
	
#page4 #numero9{
	top : 10vw;
	left: 45vw;
	}		
	
#page4 #numero10{
	top : 2vw;
	left: 58vw;
	}		
	
	
/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.hvr-wobble-horizontal span{
	background: #D87827 !important;	
	}
	
	
/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.hvr-pulse-grow {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

span.hvr-pulse-grow,
.hvr-pulse-grow span{
	background: #D87827 !important;	
	}

	
/********************
 *    BOUTON TOP    *
 ********************/
	
.cd-top {
	z-index: 999999999;
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #316C72 url(../images/template/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #316C72;
  opacity: 1;
}

.cd-top {
height: 60px;
width: 60px;
right: 30px;
bottom: 30px;
}



/**********************
 *    PAGE CONTACT    *
 **********************/

#page2 .WrapperContenuPrincipal.photo{
	padding: 3vw 0 0 0;
	margin-bottom: -3.5vw;
	}

#page2 #footer{
	border-top:1px solid #fff;
	}

	

/****************
 *    FOOTER    *
 ****************/

 
#wrapperFooter{
	padding-top: 3vw;	
	} 
 
#footer{
	position: absolute;
	bottom:-120px;
	left:0;
	clear:both;
	display:block;
	width: 100%;
	margin:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#316c72+0,cadde4+100 */
	background: #316c72; /* Old browsers */
	background: -moz-linear-gradient(top, #316c72 0%, #cadde4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #316c72 0%,#cadde4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #316c72 0%,#cadde4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#316c72', endColorstr='#cadde4',GradientType=0 ); /* IE6-9 */
	border-top: 6px solid #ffffff;
	text-align: center;
	color: #CADDE4;
	height: 120px;
	padding : calc(12px + 0.5vw) 0 calc(12px + 	.5vw) 0;
 }


#footer a:link,
#footer a:visited{
	color: #CADDE4;
	}
#footer a:hover{
	color: #ffffff;
	}
	
#footer #plantonsPourAvenir{
	position: absolute;
	top: 1vw;
	right: 120px;	
	}
	
#footer #plantonsPourAvenir img{
	height: 75px;
	width: auto;
	}

/***************
 *    X3DOM    *
 ***************/
  
#myCanvas{
	position: absolute;
	top: 0;
	left: 0;	
	} 
 
#wrapperx3d{
	background:transparent; 
	margin: 0; 
	text-align:center;
	} 

x3d{
	background: #CADDE4;
	background: -moz-radial-gradient(center, ellipse cover, #CADDE4 0%, #212121 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #CADDE4 0%,#212121 100%);
	background: radial-gradient(ellipse at center, #CADDE4 0%,#212121 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CADDE4', endColorstr='#212121',GradientType=1 );
	}
	
X3D, x3d {
  position:relative;    /* in order to be able to position stat-div within X3D */
  float:left;           /* float the element so it has the same size like the canvas */
  cursor:pointer;
  margin: 0;
  padding: 0;
  border: none;
}

X3D:hover, 
x3d:hover, 
.x3dom-canvas:hover {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.x3dom-canvas {
  border:none;
  cursor:pointer;
  cursor:-webkit-grab;
  cursor:grab;
  width:100%;
  height:100%;
  float:left;
}

.x3dom-canvas-mousedown {
  cursor:-webkit-grabbing;
  cursor:grabbing;
}

.x3dom-canvas:focus {
    outline:none; 
}
.x3dom-progress {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
	font-size: 14px; 
	line-height: 21px;
	font-weight: normal;	
	color: #FFFFFF;
    border: 0px;
    z-index: 100;
}

.x3dom-progress.bar span {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 20px;
  background-color: red;
}


.x3dom-statdiv {
    margin: 0;
    padding: 0;
    right: 10px;
    top: 10px;
    position: absolute;
    color: #316C72;
    line-height:10px;
    font-size: 10px;
    width: 75px;
    height: 70px;
    border: 0px;
}

#x3dom-state-canvas {
    margin: 2px;
    padding: 0;
    right: 0%;
    top: 0%;
    position: absolute;
}

#x3dom-state-viewer {
  position: absolute;
  margin: 2px;
  padding: 5px;
  width: 135px;
  top: 0%;
  right: 0%;
  opacity: 0.9;
  background-color: #323232;
  z-index: 1000;
  font-family: Arial, sans-serif;
  color: #C8C8C8;
  font-weight: bold;
  text-transform: uppercase;
  cursor: help;
}

.x3dom-states-head {
  display: block;
  font-size: 26px;
}

.x3dom-states-rendermode-software {
    font-size: 10px;
    margin: 0 0 2px 2px;
}

.x3dom-states-rendermode-hardware {
    font-size: 10px;
    margin: 0 0 2px 2px;
}

.x3dom-states-head2 {
  font-size: 10px;
}

.x3dom-states-list {
  float: left;
  width: 100%;
  border-top: 1px solid #C8C8C8;
  list-style: none;
  font-size: 9px;
  line-height: 16px;
  margin:0;
  padding: 0;
  padding-top: 2px;
}

.x3dom-states-item  {
  width: 100%;
  float: left;
}

.x3dom-states-item-title {
  float: left;
  margin-left: 2px;
}

.x3dom-states-item-value {
  float: right;
  margin-right: 2px;
}

.x3dom-touch-marker {
	display: inline;
    padding: 5px;
	border-radius: 10px;
    position: absolute;
    line-height:10px;
    font-size: 10px;
    color: #D87827;
    opacity: 0.6;
    border: 2px solid #D87827;
	z-index: 200;
}

.x3dom-logContainer {
    border: 2px solid olivedrab;
    height: 200px;
    padding: 4px;
    overflow: auto;
    white-space: pre-wrap;
    font-family: sans-serif;
    font-size: x-small;
    color: #00ff00;
    background-color: black;
    margin-right: 10px;
}

.x3dom-nox3d {
    font-size: 14px;
    background-color: #D87827;
    padding: 1em;
    opacity: 0.75;
}

.x3dom-nox3d p { 
    color: #fff;
    font-size: 14px;
}

.x3dom-nox3d a { 
    color: #fff;
    font-size: 14px;
}


/* self-clearing floats */
.group:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}


@media only screen and (max-width: 920px){
	#google_translate_element{
		display:none;
		}
	}		

