@charset "UTF-8";
* {
	margin:0px;
	}
a {
	text-decoration:none;
	border:none;
	color:#ffffff;
	}
a:link {
	text-decoration:none;
	border:none;
	color:#ffffff;
	}
	
a:hover {
	color:#961A1D;
	}
a img {
	border:none;
	}
body {
	color: #FFFFFF;
	max-width: 1260px;
	background-color: #090909;
	margin: auto;
	font-family: 'Source Sans Pro', sans-serif;
	}
h1 {
	color: #961A1D;
	text-transform: uppercase;
	font-size: 18pt;
	letter-spacing: 4px;
	margin-left:2%;
	margin-top:4px;
	}
p {
	margin-bottom:20px;
	}
.clear {
	clear:both;
	}
.red {
	color: #961A1D;
	font-weight: bold;
	}
	
/*construction de base*/
#over_main {
	width:100%;
	max-width:1260px;
	min-height:400px;
	margin:auto;
	background-image: url(../images/fond.jpg);	
	background-repeat: no-repeat;
	background-size: 100% auto;
	}
#main {
	width: 100%;
	margin: auto;
	}
#logo img {
	width:400px;
	margin-left:20px;
	margin-top:17px;
	}
	
/*toutes les pages sauf index*/
#content{
	width: 980px;
	margin: auto;
	margin-top: 270px;
	min-height: 350px;
	background-color: hsla(0,0%,0%,0.69);
	}
	
/*Page index - slogan*/
#slogan{
	width: 1000px;
	margin: auto;
	margin-top: 250px;
	padding-top: 70px;
	min-height: 250px;
	float: right;
	padding-right: 2%;
	font-family: 'Gilda Display', serif;
	text-transform: uppercase;
	text-align: right;
	font-size: 25px;
	font-weight: lighter;
	line-height: 12px;
	}
	
/*Pages d'informations (presentation et services)*/
.article_description {
	width: 50%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 1%;
	float: left;
	font-size: 19px;
	}
.article_photos{
	width: 38%;
	float: left;
	padding-top: 3%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	}
.photo_grande {
	width:60%;
	float:left;
	}
.photo_grande img {
	width:100%;
	height:auto;
	}
.photo_petite {
	width:30%;
	margin-left:5%;
	margin-bottom:4%;
	float:left;
	}
.photo_petite img{
	width:90%;
	height:auto;
	}
	
/*Page de contact*/
.article_contact_photo, .article_contact_adresse, .article_contact_plan {
	width:28%;
	margin-left:50px;
	float:left;
	}
.article_contact_adresse {
	text-align:center;
	margin-left:0px;
	text-decoration:none;
	}
	
.article_contact_plan {
	text-align:right;
	float:right;
	margin-left:0px;
	margin-right:50px;
	}
.article_contact_photo img {
	width:250px;
	height:300px;
	margin-bottom:10px;
	}
.article_contact_plan iframe {
	width:250px;
	height:300px;
	}
	
/*Pages des produits*/
.produit_nav {
	width: 21%;
	margin-left: 3%;
	padding-right:5px;
	float: left;
	margin-top: 20px;
	background-color:rgba(221,222,224,0.15);
	}
.produit_texte_left, .produit_texte_right {
	width: 35%;
	margin-left: 2%;
	margin-top:10px;
	float: left;
	font-size: 19px;
	}
.produit_nav ul {
	margin-top: 30px;
	}
.produit_nav ul li {
	list-style-type: none;
	margin-bottom:32px;
	text-transform: uppercase;
	letter-spacing: 3px;
	}
.produit_photos {
	width:74%;
	float:left;
	}
.produit_photos img {
	width:20%;
	margin-left:4%;
	margin-bottom:10px;
	}
	
/*Navigation*/
#over_nav {
	width:100%;
	text-align:center;
	height:80px;
	}
#nav {
	width:80%;
	margin-left:10%;
	padding-top:5px;
	text-align: center;
	background-image: url(../images/nav_fond.png);
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 100;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	}
/*pied de page*/
#footer {
	text-align: center;
	font-size: 11px;
	letter-spacing: 2px;
	padding-top: 10px;
	background-color: #000000;
	height: 60px;
	}
	
/*SLIDE*/

#container2 {
	height: 150px;
	width: 150px;
	box-shadow: 1px 1px 1px #000000;
	-webkit-box-shadow: 1px 1px 1px #000000;
	-moz-box-shadow: 1px 1px 1px #000000;
	float: left;
	margin-left: 820px;
}

#container2 img {
	height: 150px;
	width: 150px;
}



#slideShowImages{
	width: 150px;
	height: 150px;
	overflow: hidden;
	float: left;
	
}
#slides div {
	background: #000000;
	height: 200px; /* Égal à la hauteur de l'image */
	/*margin: 10px;*/
	overflow:hidden;
	position: relative;
	width: 200px; /* Égal à la largeur de l'image */
}
#slides div img {
	left: 0;
	position: absolute;
	top: 0;
	transition: transform 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;

}
#slides div:hover img {
	transform: translateY(-195px); /* Valeur négative égale à la hauteur de l'image */
	-moz-transform: translateY(-195px);
	-o-transform: translateY(-195px);
	-webkit-transform: translateY(-195px);
}


/* pour les tablettes */
@media screen and (max-width: 768px){
body {
	margin-top:50px;
	color: #FFFFFF;
	max-width: 100%;
	background-color: #090909;
	margin: auto;
	font-family: 'Source Sans Pro', sans-serif;
	}
#over_main {
	width:100%;
	margin:auto;
	background-image: url(../images/fond3.jpg);	
	background-repeat: no-repeat;
	background-size: 100% auto;
	}	
#main {
	width: 100%;
	margin: auto;
	}
#logo img {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 25px;
	}	
/*toutes les pages sauf index*/
#content{
	width: 100%;
	margin: auto;
	margin-top: 45%;
	min-height: 340px;
	background-color: hsla(0,0%,0%,0.69);
	}
/*Page index - slogan*/
#slogan{
	width: 100%;
	margin: auto;
	margin-top: 210px;
	margin-bottom:10px;
	padding-top: 180px;
	min-height: 180px;
	float: right;
	padding-right: 2%;
	font-family: 'Gilda Display', serif;
	text-transform: uppercase;
	text-align: right;
	font-size: 25px;
	font-weight: lighter;
	line-height: 12px;
	}
/*SLIDE*/

#container2 {
	height: 150px;
	width: 150px;
	box-shadow: 1px 1px 1px #000000;
	-webkit-box-shadow: 1px 1px 1px #000000;
	-moz-box-shadow: 1px 1px 1px #000000;
	float: left;
	margin-left: 72%;
}

#container2 img {
	height: 150px;
	width: 150px;
}

#slideShowImages{
	width: 150px;
	height: 150px;
	overflow: hidden;
	float: left;
	
}
#slides div {
	background: #000000;
	height: 200px; /* Égal à la hauteur de l'image */
	/*margin: 10px;*/
	overflow:hidden;
	position: relative;
	width: 200px; /* Égal à la largeur de l'image */
}
#slides div img {
	left: 0;
	position: absolute;
	top: 0;
	transition: transform 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;

}
#slides div:hover img {
	transform: translateY(-195px); /* Valeur négative égale à la hauteur de l'image */
	-moz-transform: translateY(-195px);
	-o-transform: translateY(-195px);
	-webkit-transform: translateY(-195px);
}

/*Pages d'informations (presentation et services)*/
.article_description {
	width: 50%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 1%;
	float: left;
	font-size: 19px;
	}
.article_photos{
	width: 38%;
	float: left;
	padding-top: 3%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	}
.photo_grande {
	width:60%;
	float:left;
	}
.photo_grande img {
	width:100%;
	height:auto;
	}
.photo_petite {
	width:30%;
	margin-left:5%;
	margin-bottom:4%;
	float:left;
	}
.photo_petite img{
	width:90%;
	height:auto;
	}
/*Pages des produits*/
.produit_nav {
	width: 90%;
	margin-left: 5%;
	padding-right:5px;
	text-align:center;
	float: left;
	margin-top: 10px;
	background-color:rgba(221,222,224,0.15);
	}
.produit_texte_left, .produit_texte_right {
	width: 40%;
	margin-left: 5%;
	margin-top:10px;
	float: left;
	font-size: 19px;
	}
.produit_nav ul {
	margin-top: 10px;
	}
.produit_nav ul li {
	list-style-type: none;
	margin-bottom:10px;
	text-transform: uppercase;
	letter-spacing: 3px;
	}
.produit_photos {
	width:90%;
	float:left;
	margin-left:5%;
	margin-bottom:20px;
	}
.produit_photos img {
	width:20%;
	margin-left:4%;
	margin-bottom:10px;
	}
/*Page de contact*/
.article_contact_photo, .article_contact_adresse, .article_contact_plan {
	width:28%;
	margin-left:50px;
	float:left;
	}
.article_contact_adresse {
	text-align:center;
	margin-left:0px;
	text-decoration:none;
	}
	
.article_contact_plan {
	text-align:right;
	float:right;
	margin-left:0px;
	margin-right:50px;
	}
.article_contact_photo img {
	width:80%;
	height:auto;
	margin-bottom:10px;
	}
.article_contact_plan iframe {
	width:90%;
	height:220px;
	}


}






/* pour les smartphones */
@media screen and (max-width: 480px){
/*construction de base*/
body {
	margin-top:50px;
	color: #FFFFFF;
	max-width: 100%;
	background-color: #090909;
	margin: auto;
	font-family: 'Source Sans Pro', sans-serif;
	}
#over_main {
	width:100%;
	margin:auto;
	background-image: url(../images/fond2.jpg);	
	background-repeat: no-repeat;
	background-size: 100% auto;
	}
#main {
	width: 100%;
	margin: auto;
	}
#logo img {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 25px;
	}
/*toutes les pages sauf index*/
#content{
	width: 100%;
	margin: auto;
	margin-top: 170px;
	min-height: 360px;
	background-color: hsla(0,0%,0%,0.69);
	}

/*Page index - slogan*/
#slogan{
	width: 100%;
	margin: auto;
	margin-top: 190px;
	margin-bottom:10px;
	padding-top: 70px;
	min-height: 110px;
	float: right;
	padding-right: 2%;
	font-family: 'Gilda Display', serif;
	text-transform: uppercase;
	text-align: right;
	font-size: 25px;
	font-weight: lighter;
	line-height: 12px;
	}

/*Navigation*/
#over_nav {
	width:100%;
	text-align:center;
	height:80px;
	}
#nav {
	width: 100%;
	margin-left:0%;
	padding-top: 5px;
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 100;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: #090909;
	}

/*Pages d'informations (presentation et services)*/
.article_description {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 6%;
	float: left;
	font-size: 19px;
	}
.article_photos{
	width: 98%;
	float: left;
	padding-top: 5%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	}
.photo_grande {
	width:100%;
	text-align:center;
	margin-bottom:20px;
	}
.photo_grande img {
	width:80%;
	height:auto;
	}
.photo_petite {
	display:none;
	}
.photo_petite img{
	display:none;
	}

/*Pages des produits*/
.produit_nav {
	width: 60%;
	padding-right:5px;
	float: left;
	margin-left:5%;
	margin-top: 10px;
	text-align:left;
	background-color:rgba(221,222,224,0.1);
	}
.produit_texte_left, .produit_texte_right {
	width: 90%;
	margin-left: 5%;
	margin-top:10px;
	float: left;
	font-size: 19px;
	}
.produit_nav ul {
	margin-top: 10px;
	}
.produit_nav ul li {
	list-style-type: none;
	margin-bottom:10px;
	text-transform: uppercase;
	letter-spacing: 3px;
	}
.produit_photos {
	width:90%;
	float:left;
	}
.produit_photos img {
	width:44%;
	margin-left:3%;
	margin-bottom:30px;
	}

/*Page de contact*/
.article_contact_photo{
	width:40%;
	margin-left:10px;
	}
.article_contact_adresse {
    width:40%;
	text-align:center;
	margin-left:5px;
	text-decoration:none;
}

.article_contact_plan {
	width:90%;
	float:left;
	margin-left:5%;
	margin-bottom:20px;
}


.article_contact_photo img {
	width:90%;
	height:auto;
	float:left;
	}
.article_contact_plan iframe {
	width:100%;
	text-align:center;
	height:auto;
	}

/*SLIDE*/

#container2 {
	height: 140px;
	width: 140px;
	box-shadow: 1px 1px 1px #000000;
	-webkit-box-shadow: 1px 1px 1px #000000;
	-moz-box-shadow: 1px 1px 1px #000000;
	float: right;
	margin-bottom:10px;
}

#container2 img {
	height: 140px;
	width: 140px;
}



#slideShowImages{
	width: 140px;
	height: 140px;
	overflow: hidden;
	float: left;
	margin-bottom:10px;
	
}
#slides div {
	background: #000000;
	height: 200px; /* Égal à la hauteur de l'image */
	/*margin: 10px;*/
	overflow:hidden;
	position: relative;
	width: 200px; /* Égal à la largeur de l'image */
}
#slides div img {
	left: 0;
	position: absolute;
	top: 0;
	transition: transform 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;

}
#slides div:hover img {
	transform: translateY(-195px); /* Valeur négative égale à la hauteur de l'image */
	-moz-transform: translateY(-195px);
	-o-transform: translateY(-195px);
	-webkit-transform: translateY(-195px);
}




}



/*FIN SLIDE*/
	
/*CSS by web4com.ch and 7skyweb.ch - 2015*/
