@charset "UTF-8";

/* ------------	general 2018 ------- */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }

@media all and (max-width: 360px)	{	body			{	overflow: hidden;  }	}
@media all and (min-width: 361px)	{	body			{	overflow: hidden; }		}						

a 						{	text-decoration:none;	}
a.image, a.image:hover 	{	border: none;	}

/* ------------	conteneur 2018 ------- */
@media all and (max-width: 1280px)		{	.conteneur_page_adatable			{	top:40px;  }	}
@media all and (min-width: 1281px)		{	.conteneur_page_adatable			{	top:90px;  }	}

.conteneur_page_adatable			{	position:fixed;	left:0px;	right:0px;	bottom:0px;	overflow:hidden;	 }
/* --------------- div -------- */
.div_invisible 	{ display:none;	}

.bloc_widthfull_chasse_INDEX	{	display: inline-block;	width:100%;	height:auto;	}
.bloc_widthfull_chasse_ARTCL	{	display: inline-block;	width:100%;	height:auto;	padding-bottom:2px;	}

/* --------------- vimeo -------- */
.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
height: auto;
}

		
.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;

}

	
	