*{
	margin:0;
	padding:0;
}

body{
	font-family: 'open_sansregular';
	font-size:16px;
	color:#3d3d3d;
	padding-top:100px;
}

.bold{
	font-family: 'open_sanssemibold';
}

a{
	color:#674f73;
	text-decoration:none;
	transition: color 0.5s;
}

a:hover{
	color:#43334a;
	border:none;
}

#chargement{
	background:url('../img/chargement.gif') no-repeat center center #FFF;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:8;
	opacity:1;
	transition:opacity 0.3s;
}
#chargement.fade{
	opacity:0;
}

.bouton{
	background: #674f73;
	color:#FFF;
	display:block;
	width:200px;
	margin:40px auto 0;
	padding:20px;
	text-align: center;
	transition: background 0.5s;
}

.top-fond{
	background:#0f0c12;
	width:100%;
	height:100px;
	text-align:left;
	position: fixed;
	top:0;
	z-index:9;
}

.top-fond h1{
	font-family: 'open_sanssemibold';
	font-weight:normal;
	color:#FFF;
	font-size:22px;
	text-transform:uppercase;
	padding: 20px 0 0 20px;
}

.top-sous-titre{
	font-family: 'open_sanslight';
	color:#FFF;
	font-size:18px;
	/* line-height:40px; */
	padding: 0 0 0 20px;
}

.top-fond .top-btns{
	position: absolute;
	top: 0;
	right: 20px;
	display: flex;
	flex-direction: row;
}

.top-fond img{
	height: 60px;
	margin: 20px 0 0 0;
	/* width: 30px;
	display: none;
	margin:10px 20px 0 0; */
}

.top-fond .bouton{
	margin: 20px 0 0 0;
}


.bouton:hover{
	background:#43334a;
	color:#FFF;
	cursor:pointer;
}

.categorie{
	width:100%;
	background:#FFF;
	max-width: 1024px;
	margin: 0 auto 0;
	padding: 20px 20px;
}

.categorie h2{
	color:#090909;
	font-family: 'open_sanslight';
	font-size:22px;
	text-align:left;
	text-transform:uppercase;
}

.fond-gris{
	background:#cecece;
	padding:0 0 40px 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-start;
	align-content:flex-start;
}

.conteneur{
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
	align-content:flex-start;
}

.objet{
	border: 10px solid #FFF;
	margin:40px 20px 0px 20px;
	transition: box-shadow 0.5s, transform 0.5s;
}
.objet img{
	display:block;
}
.objet:hover{
	border: 10px solid #FFF;
	box-shadow: 0px 5px 10px #a3a3a3;
	transform: translate(0, -10px);
}

.description{
	width:100%;
	border-bottom: 3px solid #3d3d3d;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-start;
	align-content:flex-start;
}
.desc-part{
	width:40%;
	margin:5%;
}
.desc-part h2{
	font-family: 'open_sanssemibold';
	font-size:60px;
	line-height:40px;
	text-transform:uppercase;
	font-weight:normal;
}
.desc-part h3{
	font-family: 'open_sanslight';
	font-size:30px;
	line-height:60px;
	font-weight:normal;
}
.desc-part h4{
	font-family: 'open_sanssemibold';
	font-size:16px;
	text-transform:uppercase;
	font-weight:normal;
}

.infos{
	margin-top:40px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
	align-content:flex-start;
}
.close{
	color:#990000;
}

.swiper-container{
	width:100%;
	height:auto;
}
.swiper-container img{
	width:100%;
}

.demo{
	width:100%;
	display:block;
}

.retour{
	width:60px;
	height:60px;
	margin-top:40px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-start;
	align-content:flex-start;
}
.carre{
	width:16px;
	height:16px;
	background:#674f73;
	margin:2px;
	transition: background 0.5s;
}
.retour:hover > .carre{
	background:#43334a;
}

.triangle-prec{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 60px 30px 0;
	border-color: transparent #674f73 transparent transparent;
	margin:40px 40px 0 0;
	transition: border-color 0.5s;
}
.triangle-prec:hover{
	border-color: transparent #43334a transparent transparent;
}
.triangle-suiv{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 60px;
	border-color: transparent transparent transparent #674f73;
	margin:40px 0 0 40px;
	transition: background 0.5s;
}
.triangle-suiv:hover{
	border-color: transparent transparent transparent #43334a;
}
.triangle-prec-dis{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 60px 30px 0;
	border-color: transparent #674f73 transparent transparent;
	margin:40px 40px 0 0;
	opacity:0.3;
}
.triangle-suiv-dis{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 60px;
	border-color: transparent transparent transparent #674f73;
	margin:40px 0 0 40px;
	opacity:0.3;
}

.pied-de-page{
	background-color:#0f0c12;
	text-align:center;
	color:#FFF;
	padding:60px 0;
}

.pied-de-page img{
	margin-top:25px;
}
