.container {
	min-width: 240px;
	max-width: 768px;
}
.container360 {
	min-width: 240px;
	max-width: 360px;
}
.container600 {
	min-width: 240px;
	max-width: 768px;
}
.container960 {
	min-width: 240px;
	max-width: 960px;
}
.container1280 {
	min-width: 240px;
	max-width: 1280px;
}
a:link {
	text-decoration: none;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	color: #000000;
}
a:visited {
	text-decoration: none;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	color: #000000;
}
a:hover {
	text-decoration: none;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	color: #999999;
}
a.roll img {
	opacity: 1.0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
a.roll:hover img {
	opacity: 0.6;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
a.roll:onclick {
	opacity: 0.0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
a.roll2 img {
	opacity: 0.6;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
a.roll2:hover img {
	opacity: 1.0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
a.roll2:onclick {
	opacity: 0.0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
a.roll3 img {
	opacity: 0.3;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
a.roll3:hover img {
	opacity: 1.0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
a.roll3:onclick {
	opacity: 0.0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.b01 {
	font-family: sans-serif;
	font-size: 1.0em;
	font-weight: light;
	line-height: 140%;
	word-spacing: 50%;
}
.b02 {
	font-family: sans-serif;
	font-size: 1.0em;
	line-height: 140%;
	word-spacing: 50%;
}
.l01 {
	font-family: sans-serif;
	font-size: 1.1em;
	font-weight: light;
	line-height: 140%;
	word-spacing: 50%;
}
.l02 {
	font-family: sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 140%;
	color: #B18904;
	word-spacing: 50%;
}
.m01 {
	font-family: sans-serif;
	font-size: 0.9em;
	line-height: 140%;
	word-spacing: 50%;
}
.m02 {
	font-family: sans-serif;
	font-size: 0.9em;
	line-height: 140%;
	word-spacing: 50%;
}
.m03 {
	font-family: sans-serif;
	font-size: 0.9em;
	line-height: 140%;
	word-spacing: 50%;
}
.n01 {
	font-family: sans-serif;
	font-size: 0.75em;
	font-weight: light;
	line-height: 180%;
	word-spacing: 50%;
	vertical-align: 6px;
	white-space: nowrap; 
}
.st01 {
	font-family: sans-serif;
	font-size: 1.2em;
	font-weight: light;
	line-height: 140%;
	word-spacing: 50%;
}
.st02 {
	font-family: sans-serif;
	font-size: 1.6em;
	font-weight:;
	line-height: 140%;
	text-transform:;
	letter-spacing:;
	word-spacing: 50%;
}
.t01 {
	font-family: sans-serif;
	font-size: 1.9em;
	line-height: 140%;
	text-transform: uppercase;
	word-spacing: 50%;
}
.t02 {
	font-family: sans-serif;
	font-size: 1.9em;
	font-weight:light;
	line-height: 140%;
	word-spacing: 50%;
}
.t03 {
	font-family: sans-serif;
	font-size: 1.9em;
	font-weight: light;
	line-height: 140%;
	text-transform: uppercase;
	word-spacing: 50%;
}
.t04 {
	font-family: sans-serif;
	font-size: 2.1em;
	line-height: 140%;
	word-spacing: 50%;
}
.tbl01 {
	border: 1px solid silver;
}
.vcentre {
	margin: 0;
	position: absolute;
	top: 40%;
	-ms-transform: translateY(-40%);
	transform: translateY(-40%);
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
/* ZOOM */
.zoom {
	width: 480px;
	height: 300px;
}
.image {
	width: 72%;
	height: 72%;
}
.image img {
/* La transition s'applique à la fois sur la largeur et la hauteur, avec une durée d'une seconde. */
	-webkit-transition: all 1s ease;
/* Safari et Chrome */
	-moz-transition: all 1s ease;
/* Firefox */
	-ms-transition: all 1s ease;
/* Internet Explorer 9 */
	-o-transition: all 1s ease;
/* Opera */
	transition: all 1s ease;
}
.image:hover img {
/* L'image est grossie de 25% */
	-webkit-transform: scale(1.25);
/* Safari et Chrome */
	-moz-transform: scale(1.25);
/* Firefox */
	-ms-transform: scale(1.25);
/* Internet Explorer 9 */
	-o-transform: scale(1.25);
/* Opera */
	transform: scale(1.25);
}
#audio {
	margin: 0;
	padding: 0;
	width: 100%;
	opacity: 1;
}
/*/
////////////// hrvbox //////////////
/*/
.hvrbox, .hvrbox * {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.hvrbox img {
	object-fit: cover;
}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0%;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #ccc;
	padding: 0px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top, .hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text {
	text-align: center;
	display: inline-block;
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.6em;
	font-weight: light;
	line-height: 140%;
}
.hvrbox .hvrbox-text_mobile {
	font-size:;
	border-top: 1px solid rgb(179, 179, 179);
/* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 0px;
	padding-top: 0px;
	display: none;
	font-weight: light;
	line-height: 140%;
}
.hvrbox.active .hvrbox-text_mobile {
	display: block;
}
/*----- 2 cols  -----*/
.cols {
  float: left;
  width: 50%;
  padding: 0px;
}
.thux {
  float: left;
  width: 4,4%;
  padding: 0px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 600px) {
  .cols {
    width: 100%;
  }
}
/*----- 2 cols aside -----*/
.wrapper {
	display: flex;
	flex-flow: row wrap;
	text-align:;
}
.wrapper > * {
	padding: 0px;
	flex: 1 100%;
}
@media all and (min-width: 960px) {
.aside {
	flex: 1 0 0;
}
.side-1 {
	order: 1;
	max-width:50%;
	text-align:;
}
.side-2 {
	order: 2;
	text-align:;
}
