/* --------------------------------------------------------------- */
/*
/* Prototype
/*
/* --------------------------------------------------------------- */

#prototype {
    padding: 50px 0;
}

#prototype h3 {
    color: #8d0000;
}

#prototype .prototype {
    border: 1px solid #ddd;
    margin: 20px 0;
    padding: 20px 32px;
}

/* --------------------------------------------------------------- */
/*
/* Images
/*
/* --------------------------------------------------------------- */

#prototype .images {
    margin: 30px 0;
}

#prototype #miniaturesImages {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 10px;
}

#prototype #miniaturesImages img{
	border: 2px solid #b7b7b7;
	cursor: pointer;
}

#prototype #miniaturesSlideshow {
    width: 466.125px;
}

#prototype #miniaturesSlideshow img{
	margin: 0 1%;
	border: 2px solid #b7b7b7;
}

#prototype #miniatures_prev,
#prototype #miniatures_next{
	color: #b7b7b7;	
	font-size: 26px;
	cursor: pointer;
}

#prototype .ligne_sep{
	margin: 45px 0 15px 0;
	border-bottom: 1px solid #959595;
}

/* --------------------------------------------------------------- */
/*
/* Vidéos
/*
/* --------------------------------------------------------------- */

#prototype #videos_produit.active{
	display: flex;
	align-items: center;
	justify-content: center;
}

#prototype #videos_produit .control{
	margin: 0 25px;
	font-size: 30px;
	color: #b7b7b7;
	cursor: pointer;
}

#prototype #videos_produit #slideshow_videos,
#prototype #videos_produit #slideshow_videos iframe{
	max-width: 100%;
}