nhtml {
	opacity: 0;
	margin: 0;
	cursor: url("../pics/cursor1.webp"), url("../pics/cursor1.cur"), auto;
}

header,
body {
	margin: 0;
}

a {
	cursor: url("../pics/cursor2.webp"), url("../pics/cursor2.cur"), pointer;
}

/*HEADER*/
#headC img,
#headS img {
	width: 100%;
	height: auto;
}

#headC,
#headS {
	opacity: 0;
}

#logoC {
	position: absolute;
	opacity: 0;
	padding: 10px;
	right: 0;
	width: 30%;
	height: auto;
}

#logoS {
	position: absolute;
	opacity: 0;
	padding: 25px;
	right: 0;
	width: 80%;
	height: auto;
}

#logoC img,
#logoS img {
	-webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .5));
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .5));
	width: 100%;
}

#fHC {
	position: absolute;
	left: -50vw;
 	border-top : 17.5vw solid transparent;
 	border-bottom : 17vw solid transparent;
 	border-left : 50vw solid rgba(15, 82, 111, 1);
}

#fHS {
	position: absolute;
	left: -50vw;
 	border-top : 72.5vw solid transparent;
 	border-bottom : 47vw solid transparent;
 	border-left : 75vw solid rgba(15, 82, 111, 1);
}

#fHClairC {
	position: absolute;
 	border-top : 17.5vw solid transparent;
 	border-bottom : 17vw solid transparent;
 	border-left : 5vw solid rgba(46, 206, 206, 1);
}

#fHClairS {
	position: absolute;
 	border-top : 66.5vw solid transparent;
 	border-bottom : 45.5vw solid transparent;
 	border-left : 11vw solid rgba(46, 206, 206, 1);
}

#fHBlancC {
	position: absolute;
 	border-top : 17.5vw solid transparent;
 	border-bottom : 17vw solid transparent;
 	border-left : 6vw solid rgba(255, 255, 255, 1);
}

#fHBlancS {
	position: absolute;
 	border-top : 66.5vw solid transparent;
 	border-bottom : 45.5vw solid transparent;
 	border-left : 13vw solid rgba(255, 255, 255, 1);
}

.remOpa {
	opacity: 0;
	transition: .8s;
  	-webkit-transition: .8s;
  	-o-transition: .8s;
}

.opaPag {
	opacity: 1;
	transition: .8s;
  	-webkit-transition: .8s;
  	-o-transition: .8s;
}
/*HEADER*/

/*MENU*/
#menuS,
#menuC {
	display: none;
	padding: 20px 0px;
	-webkit-filter: drop-shadow(-3px -3px 8px #fff );
  	filter: drop-shadow(-3px -3px 8px #fff);
	background: linear-gradient(to bottom right, rgba(15, 82, 111, 1), rgba(46, 206, 206, .9));
}

#menuC div:hover {
	cursor: url("../pics/cursor2.webp"), url("../pics/cursor1.cur"), auto;
}

#menuS a,
#menuC a {
	cursor: url("../pics/cursor2.webp"), url("../pics/cursor1.cur"), auto;
	text-decoration: none;
	color: white;
}

#menuC {
	width: 100%;
	font-family: Acumin;
	text-align: center;
	font-size: 26px;
}

#menuC div {
	opacity: 0;
	padding: 15px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	cursor: pointer;
	color: white;
	border: double 2px white;
	background: linear-gradient(to bottom right, rgba(15, 82, 111, 1), rgba(46, 206, 206, .9));
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

#menuC a:hover {
	color: black;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
}

#menuC div:hover {
	color: black;
	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;
	background: linear-gradient(to bottom right, rgba(46, 206, 206, .9), rgba(15, 82, 111, 1));
}

#menuS {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	border-top: double 5px white;
	border-bottom: double 5px white;
	/*background: linear-gradient(to top right, rgba(15, 82, 111, .6), rgba(46, 206, 206, .9));*/
	background: linear-gradient(to top left, rgba(15, 82, 111, .8) 40%, rgba(46, 206, 206, .8));
	/*box-shadow: 2px -2px 4px white, 2px 2px 5px white;*/
	width: 100%;
	font-family: Acumin;
	text-align: center;
	z-index: 1;
}

#menuS div {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

#menuS a:hover {
	color: black;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}

#menuBt {
	-webkit-filter: drop-shadow(-3px -3px 8px #fff );
  	filter: drop-shadow(-3px -3px 8px #fff);
	text-align: center;
}

#btMenuOp {
	opacity: 0;
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 1));
	cursor: url("../pics/cursor2.webp"), url("../pics/cursor2.cur"), pointer;
	background: linear-gradient(to top left, #0f526f 40%, #2ecece);
	width: 100%;
	padding: 15px 0;
	z-index: 1;
}

#btMenuCl {
	position: relative;
	opacity: 0;
	left: 50%;
  	transform: translateX(-50%);
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 1));
	cursor: url("../pics/cursor2.webp"), url("../pics/cursor2.cur"), pointer;
}

/*MENU*/

/*PAGCMENT*/
.menTxt {
	color: white;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}

#pagMent1,
#pagMent2,
#pagMent3 {
	margin: 10px;
	padding: 10px;
	border: solid 2px white;
	background: linear-gradient(to bottom right, rgba(255, 255, 255, 1) 50%, rgba(46, 206, 206, 1));
	box-shadow: 1px 1px 2px black, 1px -1px 2px rgba(0, 0, 0, .6);
}

#pagMent {
	font-family: NeueL;
	position: relative;
	padding-top: 20px;
	width: 100%;
	-webkit-filter: drop-shadow(-3px -3px 8px #fff );
  	filter: drop-shadow(-3px -3px 8px #fff);
	background: linear-gradient(to bottom, rgba(15, 82, 111, 1), rgba(46, 206, 206, .6));
	opacity: 0;
}

#pagMent a {
	color: rgb(15, 82, 111);
}

#pagMent a:hover {
	color: rgb(46, 206, 206);
}

#pagMent img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

#pagMent table td {
	text-align: center;
	width: 33%;
}

.cookieTab {
	border: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

.reveal {
  	position: relative;
  	transform: translateY(100px);
  	opacity: 0;
  	transition: 1s all ease;
}

.reveal.active {
  	transform: translateY(0);
  	opacity: 1;
}

.reveal2 {
	position: relative;
  	transform: translateX(-100px);
  	opacity: 0;
  	transition: 1s all ease;
}

.reveal2.active {
  	transform: translateX(0);
  	opacity: 1;
}

.formPics {
	vertical-align: middle;
	-webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .5));
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .5));
}
/*PAGMENT*/

/*FOOTER*/
#footer {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100px;
	/*background: linear-gradient(to bottom right, rgba(46, 206, 206, .9), rgba(15, 82, 111, .6));*/
	/*background-color: rgba(15, 82, 111, 1);*/
	background: linear-gradient(to bottom right, rgba(15, 82, 111, 1), rgba(46, 206, 206, .9));
	-webkit-filter: drop-shadow(-3px -3px 8px #fff );
  	filter: drop-shadow(-3px -3px 8px #fff);
	text-align: center;
}

#footer div {
	display: inline-block;
	-webkit-filter: drop-shadow(1px 1px 1px #fff );
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 1));
}
/*FOOTER*/

/*RESPONSIVE*/
@media only screen and (max-width : 299.99px) {
	#menuS div {
		padding: 15px 0;
		font-size: 7vw;
	}
	#footer div {
		padding: 10px;
	}
	.menTxt {
		font-size: 16px;
		width: 90%;
	}
	#pagMent1,
	#pagMent2,
	#pagMent3 {
		font-size: 14px;
	}
	.cookies {
		font-size: 8px;
	}
	.cookieTab {
		padding: 0;
		width: 100%;
	}
	#pagMent table td {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.tabTd {
		display: block;
	}
}

@media screen and (min-width: 300px) and (max-width: 479.99px) {
	#menuS div {
		padding: 15px 0;
		font-size: 5vw;
	}
	#footer div {
		padding: 10px;
	}
	.menTxt {
		font-size: 18px;
		width: 90%;
	}
	#pagMent1,
	#pagMent2,
	#pagMent3 {
		font-size: 16px;
	}
	.cookies {
		font-size: 9px;
	}
	.cookieTab {
		padding: 0;
		width: 100%;
	}
	#pagMent table td {
		width: 90%;
		margin-left: auto;
		margin-right: auto;;
	}
	.tabTd {
		display: block;
	}
}

@media screen and (min-width: 480px) and (max-width: 767.99px) {
	#menuS div {
		padding: 20px 0;
		font-size: 3.5vw;
	}
	#footer div {
		padding: 10px 15px;
	}
	.menTxt {
		font-size: 18px;
		width: 85%;
	}
	#pagMent1,
	#pagMent2,
	#pagMent3 {
		font-size: 16px;
	}
	.cookies {
		font-size: 14px;
	}
	.cookieTab {
		padding: 0;
		width: 95%;
	}
	#pagMent table td {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.tabTd {
		display: block;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023.99px) {
	#menuS div {
		padding: 20px 0;
		font-size: 3vw;
	}
	#footer div {
		padding: 10px 20px;
	}
	.menTxt {
		font-size: 18px;
		width: 75%;
	}
	#pagMent1,
	#pagMent2,
	#pagMent3 {
		font-size: 18px;
	}
	.cookies {
		font-size: 14px;
	}
	.cookieTab {
		padding: 0;
		width: 90%;
	}
	.tabTd {
		display: block;
	}
	#pagMent table td {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279.99px) {
	#footer div {
		padding: 10px 20px;
	}
	.menTxt {
		font-size: 18px;
		width: 75%;
	}
	#pagMent1,
	#pagMent2,
	#pagMent3 {
		font-size: 18px;
	}
	.cookies {
		font-size: 16px;
	}
	.cookieTab {
		padding: 10px;
		width: 95%;
	}
	.tabTd {
		display: block;
	}
	#pagMent table td {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1499.99px) {
	#footer div {
		padding: 10px 30px;
	}
	.menTxt {
		font-size: 18px;
		width: 75%;
	}
	#pagMent1,
	#pagMent2,
	#pagMent3 {
		font-size: 20px;
	}
	.cookies {
		font-size: 16px;
	}
	.cookieTab {
		padding: 20px;
		width: 70%;
	}
}

@media screen and (min-width: 1500px){
	#footer div {
		padding: 10px 30px;
	}
	.menTxt {
		font-size: 18px;
		width: 75%;
	}
	#pagMent1,
	#pagMent2,
	#pagMent3 {
		font-size: 22px;
	}
	.cookies {
		font-size: 18px;
	}
	.cookieTab {
		padding: 20px;
		width: 70%;
	}
}
/*RESPONSIVE*/