/* CSS Document */

* {
	box-sizing: border-box;
}

body {
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	background-color: #2d2d2d;
	margin: 0px;
	padding: 0px;
}

body, html{
	height: 100%;
	/*overflow: auto;*/
}

h1 {
	font-size: 2em;
	color: #ffdd00;
}

a {
	color: #ffdd00;
}

img {
	max-width: 100%;
	max-height: 100%;
}

section {
	position: relative;
	float: left;
	width: 100%;
}

.container {
	position: relative;
	width: 80%;
	max-width: 960px;
	margin: 0 auto;
}

.container::after {
  content: "";
  clear: both;
  display: table;
}

.spacer30 {
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
}

/*----------------------------------------------------------------------nav*/
nav {
	position:fixed;
	top: 0px;
	left: 0px;
	z-index: 9000;
	min-width: 50px;
	width: auto;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
	overflow: hidden;
	display: block;
	margin:0;
	/*transition: width 0.5s;*/
}


#menuburger {
	position: absolute;
	width: 40px;
	opacity: 0.5;
	left: 50%;
	top: 5px;
	transform: translate(-50%, 0);
}

#menuburger:hover {
	opacity: 1;
}

#menu:checked ~ #menuburger {
	opacity: 1;
}

#menu {
	display: none;
}

@keyframes menu-anim-in {
 	from {left: -100%;}
 	to {left: 0;}
 }

#menu:checked ~ .liensmenu{
	animation: menu-anim-in 0.5s forwards;
}

.liensmenu {
	position: relative;
	float: left;
	left: -100%;
	margin: 70px 20px 0px 20px;
	padding:0px;
	display: none;
}

nav input[type=checkbox]:checked ~ .liensmenu {
	display: block;
}

nav a{
	text-decoration: none;
	color: #ffffff;
}

nav>ul>li{
	list-style-type: none;
	padding: 20px 0px;
	border-top: 1px #5a5a5a solid;
}

nav>ul>li:last-child{
	border-bottom: 1px #5a5a5a solid;
}
nav li {
	margin: 0px;
}
nav>ul::after {
  content: "";
  clear: both;
  display: table;
}

#slideshow {
/*	position: absolute;
	top:0px;
	left:0px;
	z-index: 200;*/
	height: 100%;
	overflow: hidden;
	width:100%;
	background-image: url('../assets/slideshow-4.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(0,0,0,0.5);
}

#telephone {
	position: absolute;
	top: 10px;
	right: 30px;
	z-index: 1100;
	color: #ffffff;
}

#telephone a{
	color: #ffffff;
}

.slides {
	position: absolute;
	top:0;
	left:-100%;
	width:100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(0,0,0,0.5);
}

@keyframes slides-anim {
 	from {left: -100%;}
 	to {left: 0;}
 }

#slide1 {
	background-image: url('../assets/slideshow-1.jpg');
	animation: slides-anim 2s forwards 2s;
	z-index: 300;
}

#slide2 {
	background-image: url('../assets/slideshow-2.jpg');
	animation: slides-anim 2s forwards 6s;
	z-index: 400;
}

#slide3 {
	background-image: url('../assets/slideshow-3.jpg');
	animation: slides-anim 2s forwards 10s;
	z-index: 500;
}

#slide4 {
	background-image: url('../assets/slideshow-4.jpg');
	animation: slides-anim 2s forwards 14s;
	z-index: 600;
}

#darkener {
	background-color: rgba(0,0,0,0.5);
	z-index: 900;
	left: 0;
}


.logosslideshow {
	text-align: center;
	color: #ffffff;
	position: absolute;
	z-index: 1000;
	margin: 0 auto;
	width: 400px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.logosslideshow img {
	margin-bottom: 30px;
}

#slideshow .container {
	height: 100%;
	vertical-align: center;
}

.titres {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}

/*#sectionapropos {
	background-color: #000000;
}*/

#photoalain {
	float: left;
	width: 33.33%;
	max-width: 100%;
	height: auto;
	/*border: 1px red solid;*/
}

#nomalain {
	border-top: 1px #5a5a5a solid;
	border-bottom: 1px #5a5a5a solid;
	margin: 0px 0px 30px 0px;
	padding: 10px 0px;
}

#apropos-texte {
	float: left;
	padding-left: 30px;
	width: 66.66%;
}

#apropos-texte p {
	margin-top: 0;
}

#sectionservices {
	background-image: url('../assets/services-background.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.service {
	display: block;
	position: relative;
	float: left;
	width: 33.3%;
	min-width: 170px;
	height: 200px;
	text-align: center;
	margin: 0 auto;
}

.service img {
	width: 100px;
}

#sectionheuresdouverture{
	text-align: center;
	background-color: #000000;
}

/*#sectioncontact{
	background-color: red;
}*/

#adresse{
	position: relative;
	float: left;
	text-align: left;
	width: 40%;
	padding-right: 30px;
	min-height: 300px;
}

#adresse h2 {
	margin-top: 0px;
}

#formulairecontact{
	position: relative;
	float: left;
	width: 60%;
	min-height: 300px;
}

#map{
	position: relative;
	float: left;
	width: 100%;
	height: 500px;
}

footer {
	position: relative;
	float: left;
	width: 100%;
	min-height: 50px;
	padding: 20px;
	text-align: center;
	background-color: #000000;
}

form {
	border-radius: 0px;
}

textarea {
	width: 100%;
	resize: vertical;
}

input {
	width: 100%;
	border: 0px solid;
	border-radius: 0px;
	min-height: 30px;
}

.bouton-formulaire{
	width: 150px;
	height: 30px;
	background-color: #ffdd00;
	border: 0px;
}

.bouton-formulaire:hover{
	background-color: #000000;
	color: #ffffff;
	margin-left: 0px;
}


/*--------------------------------------------------------------------------------------------720*/
/*Media mobile début*/
@media only screen and (max-width: 720px) {

nav {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9000;
	width: 100%;
	height: auto;
	min-height: 50px;
	background-color: rgba(0,0,0,0.8);
	transform: translate3d(0,0,0);
}


#menuburger {
	position: absolute;
	width: 40px;
	opacity: 0.5;
	left: 50%;
	top: 5px;
	transform: translate(-50%, 0);
}

#menu:checked ~ .liensmenu{
	animation: none;
}

.liensmenu {
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	padding:0px;
	margin: 80px auto 20px;
	display: none;
}

.container {
	text-align: center;
}

.service {
	width: 50%;
}

.fullwidth {
	width: 100%;
}

#adresse{
	width: 100%;
	text-align: center;
}

#apropos-texte {
	position: relative;
	text-align: center;
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
}

#apropos-texte::after {
  content: "";
  clear: both;
  display: table;
}

#formulairecontact{
	width: 100%;
}

#telephone {
	position: absolute;
	text-align: center;
	top: 50px;
	left: 50%;
	transform: translate(-50%);
	z-index: 1100;
	color: #ffffff;
	opacity: 0.5;
}

.logosslideshow {
	width: 80%;
}

#photoalain {
	width: 100%;
	text-align: center;
}

form {
	display: block;
}

/*Media cellulaire fin*/


