html,
body {
	margin: 0;
	overflow-x: hidden;
}

li {
	cursor: pointer;
}

a {
	color: rgba(141, 199, 63, 1);
	text-shadow: 1px 1px 3px rgba(255,215,0, 1);
	text-decoration: none;
}

a:hover {
	color: rgba(0,0,0, .7);
}

h2 {
	font-family: Booter;
	margin-left: 4vw;
}

h1,
h3 {
	font-family: Booter;
	text-align: center;
}

h1 a,
h3 a {
	color: black;
	text-shadow: none;
}

button {
	cursor: pointer;
	font-family: Booter;
	font-size: 22px;
	margin: 5px;
}

@font-face {
    font-family: 'DancingScript';
	src: url('../fonts/DancingScript.eot');
	src: url('../fonts/DancingScript.ttf') format('truetype'),
     	 url('../fonts/DancingScript.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DancingScript.woff2') format('woff2'),
         url('../fonts/DancingScript.woff') format('woff'),
         url('../fonts/DancingScript.svg#DancingScript') format('svg');
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Booter';
	src: url('../fonts/Booter.eot');
	src: url('../fonts/Booter.ttf') format('truetype'),
     	 url('../fonts/Booter.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Booter.woff2') format('woff2'),
         url('../fonts/Booter.woff') format('woff'),
         url('../fonts/Booter.svg#Booter') format('svg');
    font-style: normal;
	font-display: swap;
}

.noOverflow {
	overflow: hidden;
}

/*DIVERS*/
.noDisp {
	visibility: hidden;
}

#preloader {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.animPics {
	position: absolute;
	transform-style: preserve-3d;
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-o-transform-style:preserve-3d;
	animation: picsRot 8s linear infinite;
	-webkit-animation: picsRot 8s linear infinite;
	-moz-animation: picsRot 8s linear infinite;
	-o-animation: picsRot 8s linear infinite;
	-webkit-box-shadow: 0px 0px 3px 3px #8dc73f;
	-moz-box-shadow: 0px 0px 3px 3px #8dc73f;
	-o-box-shadow: 0px 0px 3px 3px #8dc73f;
	box-shadow: 0px 0px 3px 3px #8dc73f;
}

.nomAccueil {
	color: white;
	font-family: Booter;
	letter-spacing: 1px;
	position: absolute;
	transform: translateY(-50%);
	text-shadow: 1px 1px 0px rgba(235, 69, 43, 1), 
                 2px 2px 0px rgba(141, 199, 63, 1);
}

.maxWidth {
	max-width: 100%;
}

.vertAli {
	vertical-align: middle;
}

.pad5 {
	-webkit-box-shadow: 0px 0px 2px 2px rgba(255,215,0, 1);
	-moz-box-shadow: 0px 0px 2px 2px rgba(255,215,0, 1);
	-o-box-shadow: 0px 0px 2px 2px rgba(255,215,0, 1);
	box-shadow: 0px 0px 2px 2px rgba(255,215,0, 1);
	padding: 5px;
}

.pad5b {
	-webkit-box-shadow: 0px 0px 2px 2px rgba(141, 199, 63, 1);
	-moz-box-shadow: 0px 0px 2px 2px rgba(141, 199, 63, 1);
	-o-box-shadow: 0px 0px 2px 2px rgba(141, 199, 63, 1);
	box-shadow: 0px 0px 2px 2px rgba(141, 199, 63, 1);
	padding: 5px;
}

.zInd {
	z-index: -9999;
}
/*DIVERS*/

/*MENU*/
#menuBar {
	background: rgba(225,225,225,1);
	box-shadow: 1px 1px 2px 0.1px rgba(100,100,100, 1);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

#menuText {
	color: rgba(255,255,255, 1);
	font-family: DancingScript;
	font-weight: 500;
	position: absolute;
	text-align: right;
	right: 1%;
	text-shadow: 1px 1px 2px rgba(255,215,0, 1),
		2px 2px 2px rgba(255,215,0, 1);
	transform: translateY(-50%);
	top: 50%;
	width: 100%;
}

#menuText li {
	display: inline-block;
	padding: 2%;
}

#menuText li:hover {
	color: rgba(255,215,0, 1);
	text-shadow: 1px 1px 2px rgba(255,255,255, 1),
		2px 2px 2px rgba(255,255,255, 1),
		3px 3px 3px rgba(255,255,255, 1);
	transform: scale(1.2);
	transition: all 0.20s linear 0s;
  	-o-transition: all 0.20s linear 0s;
  	-ms-transition: all 0.20s linear 0s;
  	-moz-transition: all 0.20s linear 0s;
  	-webkit-transition: all 0.20s linear 0s;
}

.menuIcon {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2%;
}

#menuM {
	background: rgba(240,240,240,1);
	border-bottom: solid 1px rgba(200,200,200, 1);
	border-top: solid 1px rgba(200,200,200, 1);
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 50%;
}

.sousMenuM {
	font-family: DancingScript;
	letter-spacing: 1px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.sousMenuM p {
	border-bottom: solid 2px rgba(255,255,255, 1);
}

.sousMenuM p:hover{
	color: #FFFFFF;
	cursor: pointer;
	text-shadow: 2px 2px 2px rgba(255,215,0, 1);
}
/*MENU*/

/*PAGE*/
.nomPage {
	background-color: rgba(230,230,230, .8);
	box-shadow: 1px 1px 2px 0.5px rgba(140,140,140, 1);
	text-align: center;
}

.contentPage {
	display: flex;
    align-items: center;
    justify-content: center;
}

.alignMidText {
	text-align: center;
}

.alignMidPics {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#contentDec img {
	border: thick double rgba(200,200,200, 1);
	padding: 5px;
}
/*PAGE*/

/*ACCUEIL*/
.textPage {
	font-family: DancingScript;
	text-align: justify;
}

#accPage .contentPage,
#servPage .contentPage {
	display: block;
}

.picsAcc {
	float: left;
	margin: 5px 10px 5px 0;
}
/*ACCUEIL*/

/*DECOUVERTE*/
.decM,
.decC {
	text-align: center;
}

#contentDec p {
	font-family: Booter;
}

.autNom {
	font-family: Booter;
}
/*DECOUVERTE*/

/*CONTACT*/
#contentCont img {
	-webkit-box-shadow: 0px 0px 2px 2px rgba(141, 199, 63, 1);
	-moz-box-shadow: 0px 0px 2px 2px rgba(141, 199, 63, 1);
	-o-box-shadow: 0px 0px 2px 2px rgba(141, 199, 63, 1);
	box-shadow: 0px 0px 2px 2px rgba(141, 199, 63, 1);
	padding: 5px;
	display: block;
	margin-left: auto;
  	margin-right: auto;
	max-width: 50%;
	max-height: 50%;
}

#contentCont p {
	font-family: DancingScript;
	text-align: center;
}

.form-control {
	font-family: DancingScript;
	letter-spacing: 1px;
	margin: 5px;
}

.marg10 {
	margin: 10px;
}

#contentPart {
	font-family: Booter;
	width: 80%;
	height: auto;
	text-align: center;
	text-transform: uppercase;
}

#contentPartM a,
#contentPart a {
	color: black;
	text-shadow: none;
}
#contentCont img:hover,
#contentPart img:hover {
	transform: scale(1.2);
	transition: all 0.20s linear 0s;
  	-o-transition: all 0.20s linear 0s;
  	-ms-transition: all 0.20s linear 0s;
  	-moz-transition: all 0.20s linear 0s;
  	-webkit-transition: all 0.20s linear 0s;
}

#contentPartM a:hover,
#contentPart a:hover {
	color: rgba(141, 199, 63, 1);
	text-shadow: 1px 1px 3px rgba(255,215,0, 1);
}

#contentPartM {
	font-family: Booter;
	text-align: center;
	text-transform: uppercase;
}

#contentPartM td {
	display: block;
}
/*CONTACT*/

/*MENTIONS*/
#mentPage {
	padding-bottom: 50vh;
}

#contentMent img {
	-webkit-box-shadow: 0px 0px 2px 2px rgba(141, 199, 63, 1);
	-moz-box-shadow: 0px 0px 2px 2px rgba(141, 199, 63, 1);
	-o-box-shadow: 0px 0px 2px 2px rgba(141, 199, 63, 1);
	box-shadow: 0px 0px 2px 2px rgba(141, 199, 63, 1);
	padding: 5px;
	max-width: 50%;
	max-height: 50%;
}

#contentMent img:hover {
	transform: scale(1.2);
	transition: all 0.20s linear 0s;
  	-o-transition: all 0.20s linear 0s;
  	-ms-transition: all 0.20s linear 0s;
  	-moz-transition: all 0.20s linear 0s;
  	-webkit-transition: all 0.20s linear 0s;
}

#contentMent p {
	font-family: DancingScript;
	text-align: center;
}

#contentMent td {
	background-color: rgba(230,230,230, .8);
	border: thick double rgba(200,200,200, 1);
}
/*MENTIONS*/

/*FOOTER*/
footer {
	bottom: 0;
	width: 100%;
	position: fixed;
}
/*FOOTER*/

/*ANIM*/
.animateOpa {
	animation: animateOpacity 0.8s;
	-webkit-animation: animateOpacity 0.8s;
	-moz-animation: animateOpacity 0.8s;
	-o-animation: animateOpacity 0.8s;
}

@keyframes animateOpacity {
	0% {
    	opacity: 0;
  	}
  	100% {
		opacity: 1;
  	}
}

@-webkit-keyframes animateOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes animateOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes animateOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes picsRot {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@-webkit-keyframes picsRot {
	0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@-moz-keyframes picsRot {
	0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@-o-keyframes picsRot {
	0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/*ANIM*/