* {
	box-sizing:border-box;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}

.site_center {
	width:1100px; 
	text-align:left;
	margin-left:auto; margin-right:auto;
}

.allwhite {
	padding:30px 20px;
}

#datopline {
	position:fixed;
	top:0px; left:0px; z-index:10;
	width:100%;
	height:100px;
	background-color:rgba(0,0,0,0.7);
	border-bottom:2px solid white;
	transition: height 1s;
}

#datoplogo {
	position:fixed;
	top:0px; left:0px; z-index:11;
	width:100%;
	text-align:center;
}

#datoplogo img {
	max-height:150px;
	width:auto;
	transition: max-height 1s;
}

#daheader {
	min-height:100vh;
	width:100%;
	flex-wrap:wrap;
	align-items:center;
	border-bottom:2px solid white;
	box-shadow: 0px 60px 25px 10px rgba(0,0,0,0.75);
	padding-top:180px;
	padding-bottom:120px;
	position:relative;
	z-index:3;
}

#daheaderinfos {
	background-color:rgba(0,0,0,0.5);
	width:100%;
	text-align:center;
	padding:20px;
	color:white;
	font-size:1.5em;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:50px;
}

#daheaderinfos p {
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}


#daheaderinfos p:first-of-type {
	font-size:2em;
}

#dazone_station {
	border-bottom:2px solid white;
	box-shadow: 0px 60px 25px 10px rgba(0,0,0,0.75);
	position:relative;
	z-index:2;
	background-color:#000;
}

#zone_flash table, #zone_flash tbody, #zone_flash tr, #zone_flash td {
	display:block;
}

#zone_flash table{
	margin-top:40px;
	padding:20px;
	background-color:rgba(255,255,255,0.8);
	border-radius:20px;
	color:#000;
	font-size:2em;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
}

#dazone_espaces {
	border-bottom:2px solid white;
	box-shadow: 0px 30px 25px 10px rgba(0,0,0,0.75);
	position:relative;
	z-index:1;
	background-color:#000;
}

#dazone_espaces .custom { 
}

#dacontent {
	padding:30px 0px;
}

#dafooter {
	padding-top:60px;
	padding-bottom:40px;
	background-color:#3C3D3F;
}

#dafooter, #dafooter *{
	color:#fff;
}

.page-header h2 {
	display:inline-block;
	font-weight:bold;
	text-transform:uppercase;
	font-size:22px;
	border-bottom:5px solid #6638B5;
	margin-bottom:30px;
}

/* ###################### OVERALL SETTINGS ###################### */
HTML {
}

BODY {
	background-color           : #fff;
    font-family: 'PT Sans', sans-serif;
	font-size:1em;
	color                      : #333;
	margin: 0px 0px 0px 0px;
}

td, tr, p, div {
}

h1, h2, h3 {
	font-size:20px;
}

hr {
  height           : 1px;
  width            : 100%;
  color            : #4E6371;
}


/* ###################### CONTENT PAGE SETTINGS ###################### */


/* ###################### FORMULAR SETTINGS ###################### */
.button {
	font-size: 10px;
	font-weight:bold;
  color            : #242C31;
  background-color : #F3F6F7;
  border           : 1px solid #242C31;
  text-transform   : uppercase;
}

.inputbox {
	font-size: 11px;
  color            : #242C31;
  background-color : #F3F6F7;
  border           : 1px solid #242C31;
}

/* ###################### LINKS ###################### */
a:link, a:visited {
  font-weight	   : bold;
  text-decoration  : none;
}

a:hover, a:active {
	text-decoration:underline;
}

img {
	border:none;
}

.custom img {
	max-width:100%;
	height:auto;
}

td {
	vertical-align:top;
}

.clearit {
	clear:both;
}

#dacontent img, #datopline img {
	max-width:100% !important;
	height:auto;
}

#daparallax2 {
	border-top:4px solid black;
}

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	/*z-index: -100;*/
}
.parallax__container .parallax {
	/* can be put in a seperate class for better control */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* --------------------------- */
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
}

.pcontent {
	padding:150px 0px;
	position:relative;
	z-index:1;
}

.pcontent .pcontent_content {
	padding:20px;
	background-color:rgba(255,255,255,0.8);
	border-radius:20px;
}

.pcontent .pcontent_content, .pcontent .pcontent_content * {
	color:#000;
	font-size:1.2em;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
}

.titreblanc {
	display:block;
	background-color:#fff;
	color:#000;
	font-weight:bold;
	padding:5px 10px;
	font-size:1.5em;
}



.customprix {
	width:170px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.customprix  table, .customprix  tbody {
	display:flex;
	flex-direction:column;
	width:100%;
}

.customprix  tr {
	display:block;
	flex-grow:1;
	flex-basis:auto;
	border:1px solid #fff;
	padding:6px;
} 

.customprix  tr:first-child {
	padding:0px;
}

.customprix  td {
	display:block;
	font-weight:bold;
}

.customprix tr td:last-child {
	background-color:#000;
	border-radius:8px;
	margin-top:10px;
	border:1px solid #333;
}

.customprix  tr td:first-child, .customprix  tr td:first-child * {
	font-size:20px;
	text-align:left;
	color:#fff;
}

.customprix  tr td:last-child, .customprix  tr td:last-child * {
	font-size:50px;
	text-align:center;
	color:red;
}

.customprix  tr.customprix_self {
	background-color:#24A2E4;
}

.customprix  tr.customprix_self td:first-child {
	font-size:30px;
	text-align:center;
	padding:0px;
}

.customprix  tr:first-child td:first-child, .customprix  tr:first-child td:first-child * {
	background-color:#fff;
	color:#000;
	text-align:center;
}

.customprix  tr.customprix_self td:last-child, .customprix  tr:first-child td:last-child  {
	display:none;
}

.customprix  tr.customprix_95 {
	background-color:#00AA77;
}

.customprix  tr.customprix_98 {
	background-color:#53C339;
}

.customprix  tr.customprix_diesel {
	background-color:#000;
}

/*
.customprix {
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:0px 20px;
}

.customprix table > p {
	font-size:24px;
	text-align:center;
	font-weight:bold;
	font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
}

.customprix  table, .customprix  tbody {
	display:flex;
	width:100%;
}

.customprix  tr {
	display:block;
	flex-grow:1;
	flex-basis:auto;
	border:1px solid #fff;
} 

.customprix  td {
	display:block;
	background-color:#000;
	font-weight:bold;
}

.customprix  tr td:first-child, .customprix  tr td:first-child * {
	font-size:30px;
	text-align:left;
	padding:10px;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.customprix  tr td:last-child, .customprix  tr td:last-child * {
	font-size:50px;
	text-align:center;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.customprix  * {
	color:#000;
}

.customprix  table * {
	color:#fff !important;
}

*/


.blogactions {
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content:space-around;
	padding:20px;
}

.blogactions * {
	word-break:break-word !important;
	font-size:14px !important;
	zzztext-align:left !important;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.blogactions .items-row {
	width:29% !important;
	ttmargin-right:3%;
	margin-bottom:40px;
}

.blogactions .items-row .item {
	overflow:hidden;
	zzbox-shadow: 2px 2px 2px 2px rgba(0,0,0,0.3);
	border-radius:12px;
	border:1px solid #ddd;
	background-color:#fff;
}

.blogactions .items-row .offrestitle {
	padding:5px 12px;
	min-height:50px;
	text-align:center !important;
}

.blogactions .items-row .offrestitle * {
	text-align:center !important;
	font-size:18px !important;
	font-weight:bold;
}

.blogactions .items-row .item .offresimage {
	overflow:hidden;
	text-align:center !important;
	padding:15px;
	height:200px;
}

.blogactions .items-row img {
	width:auto !important;
	max-width:100% !important;
	border:0px;
	max-height:180px !important;
	margin-bottom:-3px;
}

.blogactions .items-row .offrestext {
	text-align:center;
	position:relative;
}

.blogactions .items-row .offrestext .offrestextcontent {
	display:block;
	background-color:#D92482;
	padding:10px 20px;
	font-weight:bold;
	font-size:1.5em !important;
	rposition:absolute;
	z-index:50;
	top:15px;
}

.blogactions .items-row .offrestext .offrestextcontent * {
	font-size:1em !important;
	color:#fff;
}

ul.osgalery-cat-tabs {
	display:none !important;
}