@font-face {
	font-family: "InkFree";
	src: url('Inkfree.ttf');
}

.titres_bleus {
	font-weight:bold;
	font-size:1.5em;
	color:#3993dd;
}

.titres_verts {
	font-weight:bold;
	font-size:1.5em;
	color:#7ce577;
}

.titres_cyan {
	font-weight:bold;
	font-size:1.5em;
	color:#29e7cd;
}

.titres_oranges {
	font-weight:bold;
	font-size:1.5em;
	color: #ffbf00;
}

.textes_bleus {
	font-weight:bold;
	color:#3993dd;
}

.textes_verts {
	font-weight:bold;
	color:#7ce577;
}

.textes_cyan {
	font-weight:bold;
	color:#29e7cd;
}

.textes_oranges {
	font-weight:bold;
	color: #ffbf00;
}

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

#dabodycover {
	position: fixed;
	z-index:0;
	top:0;
	left:0;
	width:100%;
	height:100%;	
	background-color:rgba(0, 0, 0,0);
}


#dacenterer {
	background-color:rgba(255, 255, 255, 0.9);
	position:relative;
	z-index:200;
}

div.item-page {
	width:100%;
}

.evidences_oranges {
	font-weight:bold;
	font-size:1.4em;
	font-style:italic;
	color:#f57b20;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.smaller {
	font-size:0.8em;
}

.page-header {
	background-color:#000;
	margin-bottom:40px;
}

.page-header > h2 {
	font-weight:bold;
	font-size:1.2em;
	font-style:italic;
	text-transform:uppercase;
	background-color:#ffbf00;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	text-align:center;
	padding:10px 0px;
}

.site_center, .blog-featured, #abovecontent , div.category-view , div.productdetails, #dacontent .login, #dacontent .login + div, #dacontent .remind, #dacontent .logout , #dacontent .reset, #abovecontent ~h1, #abovecontent ~form, #abovecontent #adminForm, .vm-wrap, .cart-view  {
}

#dacontent .login, #dacontent .login + div, #dacontent .remind, #dacontent .logout, #dacontent .reset  {
	margin-top:50px;
}

#datopline {
	padding-bottom:10px;
	padding-right:10px;
	position:relative;
	background-color:rgba(255, 255, 255,0.9);
}

#datoplogo {
	position:relative;
	z-index:10;
	text-align: center;
	zzfloat:left;
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
	zzzpadding-top:20px;
}

#datopline #datoplogo  img {
	max-width:100% !important;
}

#datopbuttons {
	float:right;
	text-align:right;
	padding-top:10px;
}

#datopbuttons img {
	margin-left:10px;
}

#dabanner {
	height:350px;
	position:relative;
	z-index:-10;
}

#damenubar {
	background-color:rgba(57, 147, 221,0.9);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	border-top:1px solid rgba(57, 147, 221,1);
	border-bottom:1px solid #fff;
	box-shadow: 0px 4px 12px 5px rgba(255,255,255,0.8);
	position:relative;
	z-index:600;
}

#topmenu #damenubutton {
	display:none;
}

#topmenu ul {
	list-style-type:none;
	padding:20px 0px;
	margin:0px;
	text-align:center;
}

#topmenu  li {
	display:inline-block;
}

#topmenu  li  a {
	color:#fff;
	text-transform:capitalize;
	font-size:1.5em;
	font-weight:bold;
	padding:4px 22px;
	border-right:1px solid #fff;
}

#topmenu  li:last-child  a {
	border-right:0px solid #fff;
}


#topmenu  li  a:hover, #topmenu  li.active a {
	color:#fff;
	text-decoration:none;
}

#abovecontent {
	margin-bottom:30px;
}

#danews div.blog {
	display:block;
}

#danews div.blog > div.items-row {
	display:block;
	margin-bottom:10px;
	width:100% !important;
	border:1px solid #000;
}

#sssdanews div.blog > div.items-row:hover {
	border:1px solid #e9751e;
}

#danews div.blog > div.items-row  img {
	max-width:100% !important;
}

#danews .homenewstitle {
	color:#fff;
	background-color:#000;
	font-weight:bold;
	font-size:14px;
	padding:6px 6px;
	text-transform:uppercase;
	text-align:center;
}

#danews .homenewscontent {
	padding:10px;
}

#danews .homenewsmore {
	background-color:#000;
	text-align:center;
}

#danews .homenewsmore a {
	color:#fff !important;
	display:block;
	font-weight:bold;
	font-size:12px;
	padding:6px 6px;
	text-transform:uppercase;
	text-align:center;
}


#dacontent {
	padding-bottom:20px;
}

#dacontentplace {
	padding:20px 0px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:top;
}

#daservices{
	background-color:#522e16;
	padding:30px 0px;
}

#dacontact{
	background-color:rgba(57, 147, 221,0.9);
	padding:30px 0px;
	margin:20px 0px;
}

#daadresse{
}

#dahoraires{
}

.padderleft {
	padding-left:10px;
}

.padderright {
	padding-right:10px;
}

#dacontentleft {
	width:58%;
}

#dacontentright {
	width:38%;
	text-align:center;
	border:2px solid #3993dd;
}

#dacontentright img {
	max-width:100%;
	max-height:350px;
}

.dacontentrighttitle, .moduletable > h3 {
	color:#fff;
	background-color:#3993dd;
	font-weight:bold;
	font-size:18px;
	padding:3px 6px;
	text-transform:uppercase;
	margin-bottom:10px;
	text-align:center;
}

.dacontentrighttitle {
	background-color:#3993dd;
	margin-bottom:20px;
}

#dafooter {
	background-color:rgba(125, 229, 119,0.9);
	text-align:right;
}

#dafooter, #dafooter a {
	font-weight:bold;
	font-size:12px;
	color:#333;
}

.small_padder {
	padding:10px;
}

.clearit {
	clear:both;
}

.vcorrectit {
	position:relative;
	top:-4px;
}

#daparallax1 {
	
}

.pcontainer {
	box-sizing:border-box;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 15px;
	position: relative;
	width: 100%;
	min-height: 600px;
}

.pcontainer .pcontent {
	box-sizing:border-box !important;
	width:100%;
	text-align:center;
}

.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 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%;
}

.pcontainer .pcontent p {
	display:inline-block;
	padding:20px 40px;
	text-align:center;
	font-size:45px !important;
	color:#fff !important;
	background-color:rgba(0,0,0,0.6);
	margin:200px 0px;
}



/* ###################### OVERALL SETTINGS ###################### */
HTML {
	font-size: 100%;
	scroll-behavior: smooth;
}

BODY {
	background-color           : #fff;
    font-family: "InkFree", sans-serif;
	font-size:20px;
	font-weight:normal;
	color: #333;
	margin: 0px 0px 0px 0px;
	text-align:justify;
}

td, div, span, p {
	vertical-align:top;
}

h1, h2, h3 {
}

hr {
  height           : 0px;
  width            : 100%;
  color            : #28130a;
  border-top:0px solid #ccc;
}

video {
	max-width:100% !important;
	height:auto;
}

a[title~="composantJoomla"] {
	display:none !important;
}


/* ###################### 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;
	color:#2B4363;
}

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

img {
	border:none;
}

td {
	vertical-align:top;
}

ul.breadcrumb {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

ul.breadcrumb li {
	display:inline-block;
}

ul.breadcrumb  * {
	font-size:15px !important;
}


.doblocks, .doblockstbody, .doblocks tr, .doblocks td {
	display:block;
}

.doblocks tbody {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-evenly;
}

.doblocks tr {
	width:25%;
	margin:20px;
}

.doblocks tr * {
	max-width:100%;
	text-align:center;
}

.doblocks img {
	max-width:100% !important;
	border-radius:12px 0px;
	box-shadow: 3px 2px 6px #ddd;
}

.doblocks img:hover {
	box-shadow: 4px 2px 10px #222;
}

.doblocks a:link, .doblocks a:visited {
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

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

table.domobile {
	width:100%;
}

table.domobile td {
	padding:10px;
}

.centercontent, .centercontent * {
	text-align:center;
}


/* mise en page de contenus */

.doflex, .doflex tbody, .doflex tr, .doflex td {
	display:block;
}

.doflex tr {
	display:flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	justify-content:space-evenly;
}

.doflex td {
	display:block;
	margin:10px;
	box-sizing:border-box;
}

.doprices, .doprices * {
	display:block;
}

.doprices td {
	background-color:#d5dcf9;
	padding:10px 40px;
	text-align:center;
}

.doprices td p {
	margin:10px 0px;
	text-align:center;
}

/* --------------- */


div.copyright-block a.copyright-link {
	display:none;
}