/* CSS - Enviro-Saule [08/11/18] */

body { /* Aspect général */
    margin: 0;
    padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6c5735;
	background-color: #6c5735;
}
#top{ /* Header */
	position: relative;
	right: 0 !important; /* Hack IE6 */
	right: 1px;
	width: 100%;
	height: 297px;
	background-image: url(../images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#bottom{ /* Footer */
	position: relative;
	right: 0 !important; /* Hack IE6 */
	right: 1px;
	width: 100%;
	background-image: url(../images/footer.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 278px;
}
#credits{ /* texte Credits */
	position:relative;
	top: 68px;
	clear:both;
	margin: 0 0 0 30px;
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
}
.highlight{ /* Texte en gras */
	font-weight: bold;
	color:#6c5735;
}
.spacer{
	clear: both;
}
.galerie{ /* !! */
	text-align:center;
	margin: 10px 0;
	padding: 0;
}
.galerie li{ /* !! */
	float: left;
	/*width: 150px;
	display: block;*/
	display: inline;
	list-style-type:none;
	margin: 5px!important; /* Hack IE6 */
	margin: 5px;
}
.galerie li img{ /* images thumbnails */
	margin: 0;
}
.galerie li p{ /* liens sous les images */
	/*width: 150px;*/
	font-weight:bold;
	text-align:center;
	padding: 0;
	margin: 5px;
	/*margin: 0 auto;*/
	/*display: block;  limite la largeur des liens sous les images */
}
.galerie li a img{ /* images thumbnails */
	border:3px solid #46555e !important;
}
.galerie li a:hover img{ /* images thumbnails */
	border:3px solid #77b639 !important;
}
.galerie a{
	font-size: 11px;
	font-weight: bold;
	color: #35434b;
	text-decoration: none;
	/*background-color: #77b639;*/
}
.galerie a:hover{
	font-size: 11px;
	font-weight: bold;
	color: #77b639;
	text-decoration: underline;
}
.defilement{
	border-top: 1px solid #90979b;
	border-bottom: 1px solid #90979b;
	padding: 3px;
	font-size: 11px;
	text-align:center;
	font-weight:bold;
}

.defilement a{
	color: #77b639;
	text-decoration: underline;
	/*background-color: #77b639;*/
}
.defilement a:hover{
	color: #35434b;
	text-decoration: none;
}
/* --------------------------------------- Menus bas de page ---------------------------------------------------------- */

#menuBottom{ /* Footer - Menu de navigation principal [08/02/20] */
	margin:0 auto 0 auto;
	position:relative;
	clear:both;
	text-align:right;
	font-size:10px;
	color:#6e0e10;
	width:940px;
	/* height: 295px; Placement des crédits [08/02/21] */
}
#menuBottom ul {
/*	border-left:1px solid #761712;
*/	float: right;
	margin: 23px -10px 0 0;
	padding: 0;
}
#menuBottom ul.Ser { width:230px; }

#menuBottom ul li {
	list-style:	none;
	margin:0 !important;
	padding:0 !important;
	width:100%;
}
#menuBottom ul li a {
	display:block;
	width:100%;
	color:#a0c859;
	text-decoration:none;
	margin: 0 !important;
}
#menuBottom a:hover {
	color:#ffffff;
	text-decoration:none;
	background-color: #77b639;
}
#menuBottom ul li a b{
	display: block;
	font-size: 11px;
	padding: 4px 15px 4px 4px;
	color: #a0c859;
}
#menuBottom ul li a:hover b{
	display: block;
	font-size: 11px;
	padding: 4px 15px 4px 4px;
	color: #ffffff;
	background-color: #6c5635;
}

/* --------------------------------------- Fin - Menus bas de page ---------------------------------------------------------- */

#container{ /* Contenu principal */
	background-image: url(../images/fond_colonne.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: left;
	width: 960px;
	margin: 0 auto 0 auto !important; /* Hack IE6 */
	margin: 0 auto -15px auto;
}
#container h2{
	color:#6c5735;
}
#container h4{
	color:#6c5735;
	font-size: 15px;
}
#footer{ /* Séparateur Contenu/Footer */
	clear:both;
	height: 0px;
/*	background-color: #eec990; */
}

p a{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#76ab39;
	padding: 10px;
	text-decoration: none;
	margin-left: -2px;
}
p a.selection,
p a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#6c5735;
	margin-left: -2px;
}

#contenu .video {
	text-align: center;
	margin-bottom: 40px;
}

#contenu .pdf-right-products a,
#contenu .pdf-right a,
#contenu .pdf a {
	background: none;
	margin: 0;
	padding: 0;
}
#contenu .pdf-right-products a:hover,
#contenu .pdf-right a:hover,
#contenu .pdf a:hover {
	color: #6c5735;
	background: none;
	margin: 0;
	padding: 0;
}

#contenu .pdf-right-products img:hover,
#contenu .pdf-right img:hover,
#contenu .pdf img:hover {
	border: 3px solid #6c5735;
}

#contenu .pdf-right {
	position: absolute;
	top: 400px;
	right: 83px;
}
#contenu .pdf-right-products {
	position: absolute;
	top: 331px;
	right: 0;
}

#contenu .double {
	right: 15px;
}

#contenu .double a,
#contenu .double a:hover {
	float: left;
	margin: 0 6px;
}

#contenu h3 a{ /* Fil d'ariane [08/02/21] */
	color:#000000;
	text-decoration:underline;
}
#contenu h3 a:hover{ /* Fil d'ariane [08/02/21] */
	color:#000000;
	text-decoration:none;
}


/* Navigation colonne de droite */

#navigation{
	text-align:center;
	float:left;
	width:240px;
	margin-right: 0 !important;
	margin-right: -35px; /* Hack IE6 */
	position: relative;
	top: -58px;
}
#navigation h2{
	color:#77b639;
	font-size:22px;
}
#navigation img{
/* 	text-align:center; */
	position:relative;
/* 	top: 12px; */
	left: 4px;
	top: 8px;
}
#navigation ul{
	padding-top:0px !important; /* Hack IE6 */
	padding-top:0px;
}
#navigation ul li{
	padding-top:1px !important; /* Hack IE6 */
	padding:0px;
}
/* ====================================================================== */
#navigation .titre{ /* titre des sections */
/*	background-color: #46555e;
*/	text-align:left;
	height: 25px;
	position:relative;
	right:7px;
	list-style:none;
}
#navigation .highlight{ /* sections en cours */
	text-align:left;
	height: 25px;
	position:relative;
	right:7px;
	list-style:none;
	font-weight:bold;
}
#navigation .titre a{ /* liens des titre des sections */
	position: relative;
	right:20px;
	padding: 5px 5px 5px 7px;
	font-size: 12px;
	font-weight:bold;
	color: #6c5735;
	text-decoration:none;
	display:block;
	background-color:#ccda89;
	width: 210px;
}
#navigation .titre a:hover{ /* liens(hover) des titre des sections */
	background-color:#9fc759;
	position: relative;
	right:33px;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	padding-left: 20px;
	width: 210px;
	background-image:url(../images/border_menu.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#navigation .highlight a{ /* liens(hover) des sous-sections */
	position: relative;
	right:33px;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	background-color:#9fc759;
	padding: 5px 5px 5px 20px;
	width: 210px;
	background-image:url(../images/border_menu.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
/* ====================================================================== */

.imageretrait img {
	margin-top: 96px;
}
.projets {
	margin-top: 30px;
	padding-bottom: 64px;
	width: 101%;
}

.first-line {
	margin-top: 0;
	padding-bottom: 0;
	width: 101%;
}
.second-line {
	margin-top: 36px;
	width: 101%;
}
.second-line a span {
	padding-top: 20px;
}

.projets a {
	background: none;
	padding: 0;
	margin: 0;
	position: relative;
}

.projets a:hover {
	color: #6c5735;
	background: none;
	padding: 0;
	margin: 0;
}
.first-line a span {
	position: absolute;	
	bottom: -13px;
	left: 0;
	width: 232px;
	text-align: center;
	font-size: 1.4em;
}

.second-line a span {
	position: absolute;	
	bottom: -27px;
	left: 0;
	width: 232px;
	text-align: center;
	font-size: 1.4em;
}

.projets a img {
	margin: 0;
}
.orignaux {
	position: absolute;
	right: 18px;
	top: 259px;
}

#content_bottom{ /* Motif au bas des pages de contenu [08/02/21] */
/*	background-image: url(../images/fond_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;*/
	background-color: #a7cc60;
	float:left;
	min-height: 954px;
}
#content{
	position: relative;
	top:-18px !important;
	background-image: url(../images/fond_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width:720px;
}
#contenu{
	position: relative;
	min-height: 580px;
	margin: 10px 20px 0 20px;
}
#contenu img{ /* !! */
	border:3px solid #77b639;
	text-align:center;
}

#contenu .imgLeft{ /* !! */
	border-top:3px solid #eea635;
	padding-top:1px;
	padding-bottom:30px;
	text-align:center;
	background-image: url(../images/img_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#contenu h2{ /* Titres des sections */
	font-size:22px;
	position:relative;
	top:10px;
	color:#6c5735;
}
#contenu h3{ /* Sous-titres des sections */
	font-size:15px;
	font-weight: bold;
	font-style:italic;
	text-align:center;
	position:relative;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#76ab39;
	padding: 10px;
	background-image:url(../images/fond_titre.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#contenu h3 .cell{ /* Sous-titres des sections */
	font-size:12px;
}

#contenu h3 em {
	font-size:11px;
	display: block;
	margin-top: 8px;
}

h3 strong{
	color: #9c1210;
}

#contenu h4.warning{
	bottom: 0;
	font-size:13px;
	font-weight: bold;
	font-style:italic;
	text-align:center;
	position:relative;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9c1210;
	padding: 10px;
}

#contenu .liste {
text-align: left;

}
#contenu .noimg{ /* Motif devant les titres [08/02/21] */
	border:0;
	padding:0px;
}

#contenu .mt-93 {
	margin-top: 93px;
}

#contenu .fintxt{ /* Motif devant les titres [08/02/21] */
	border:0;
	padding:0px;
	text-align:center;
	position:relative;
	left: 286px;
}
#contenu h5{ /* Fil d'ariane [08/02/21] */
	float:right;
	margin-top: 5px;
	text-align:right;
	font-size:9px;
	color:#6c5735;
}
#contenu h5 a{ /* Fil d'ariane [08/02/21] */
	color:#6c5735;
	text-decoration:underline;
}
#contenu h5 a:hover{ /* Fil d'ariane [08/02/21] */
	color:#6c5735;
	text-decoration:none;
}

#contenu ul li {
	list-style: none;
	padding: 3px 0;
}

#contenu ul li i {
	font-size: 1.4em;
	margin: 0 7px 0 0;
}
#contenu ul li i.long {
	position: absolute;
	left: 16px;
}
#contenu .realisations-list {
	text-align: right;
	padding: 10px 0;
	position: relative;
}
#contenu .retour {
	position: absolute;
	left: 2px;
	top: 0;
}
#contenu .projets-details strong {
	display: block;
	font-size: 1.2em;
	margin: 4px 0;
}

#contenu .single-float {
	position: absolute;
	right: -17px;
	top: 152px;
	width: 384px;
}
#contenu .single-float img {
	margin: 0;
}
#contenu .single-float span {
	float: left;
	margin: -16px 0 0 20px;
	font-size: .8em;
	font-weight: bold;
	width: 300px;
}

.haut a{ /* Fil d'ariane [08/02/21] */
	float:right;
	margin: 0 20px;
	text-align:right;
	font-size:9px;
	color:#6c5735;
	font-weight:bold;
	text-decoration:underline;
}
.haut a:hover{ /* Fil d'ariane [08/02/21] */
	float:right;
	margin: 0 20px;
	text-align:right;
	font-size:9px;
	color:#6c5735;
	font-weight:bold;
	text-decoration:none;
}

.noimg {
	border:0px;
	margin-left: 25px;
}

.imgBottom {
	/*margin-bottom: -50px;*/
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.margetop {
margin-top: -163px;
}

/* -------------------- Formulaire --------------------*/
#contact-form {
	width: 90%;
	margin: auto;
}
#contact-form .form-group-2 {
	width: 25%;
	float: left;
}
#contact-form .form-group-3 {
	width: 25%;
	float: left;
}
#contact-form .form-group-6 {
	width: 50%;
	float: left;
}
#contact-form .form-group-9 {
	width: 75%;
	float: left;
}
#contact-form .form-group-12 {
	width: 100%;
	float: left;
}

#contact-form .col-lg-2 {
	width: 87%;
}
#contact-form .col-lg-3 {
	width: 25%;
}
#contact-form .col-lg-6 {
	width: 94%;
}
#contact-form .col-lg-12 {
	width: 97%;
}
#contact-form .col-lg-12 input {
	width: 100%;
}
#contact-form .col-lg-2 input {
	width: 87%;
}

#contact-form .col-lg-6 input {
	width: 100%;
}


#contact-form input {
	border-radius: 4px;
	padding: 6px;
	width: 124px;
	border: 0;
}

#contact-form textarea {
	border-radius: 4px;
	height: 50px;
	padding: 6px;
	width: 100%;
	border: 0;
}

#contact-form h5 {
	margin: 10px 0;
	width: 100%;
	text-align: left;
	font-size: 1.2em;
/* 	background-color: #76ab39; */
/* 	padding: 4px; */
}
.formstyle {
	background-color: #dce8a0;
	position: absolute;
	padding: 0 18px;
	width: 79%;
}
.note {
	font-size: .8em;
	line-height: 1;
	margin-top: 12px;
}
#avertissement {
	width: 20px!important;
}
.form-group  {
	padding: 5px 0;
}
.formulaire  {
	min-height: 904px!important;
}

.formulaire button {
	padding: 10px;
}

.soumission a {
background-color: #6c5635!important;
padding: 10px 13px;
color: white!important;
}
.soumission a:hover {
background-color: #6c5635!important;
color: white!important;
}

.salon {
	text-align: center;
	margin: 123px 0 0;
	list-style: none;
	padding: 0;
	position: absolute;
	left: 8px;
}
.salon a {
	color: black;
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
}
.salon img {
	margin: 0 0 13px 0;
	border: none;
}

.contact,
.realisations {
	min-height: 866px;
}

.warning a {
	background-color: #9c1210!important;
	padding: 10px 13px;
	color: white!important;
	margin: 14px 0;
}
.warning a:hover {
	background-color: #9c1210!important;
	color: white!important;
}

#navigation .warning img {
	left: 20px;
	top: 0;
}

.soumission,
.warning {
	bottom: -14px;
}