/*@import url("font_face.css");*/

.image-max-height
{
	max-height: 400px;
}

.videotheque-footer
{
	height: 200px;
}

.video-height
{
	max-width:300px;
}

#carrousel
{
	height: 700px;
}

.bullet
{
	cursor:pointer;
 	height: 15px;
    width: 15px;
	margin: 0 2px;
    background-color: transparent;
    /*border: 1px white solid;*/
   	border: 1px solid rgb(186, 122, 76);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.bullet-container
{
	height: 60px;
	transform: translate(-50%,-50%);
}

.active
{
	background-color: white;
}


