html {
	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*/

/*PAGCONT*/
.name {
	font-family: NeueM;
	color:  rgba(46, 206, 206, 1);
	
}

.add {
	font-family: NeueL;
	color:  white;
}

.addMail {
	font-family: NeueM;
}

.addText {
	font-family: NeueL;
	text-align: justify;
	color: white;
	margin-left: auto;
	margin-right: auto;
}

#pagCont {
	position: relative;
	opacity: 0;
	-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));
	width: 100%;
}

.containerC {
	text-align: center;
}

.form-control {
  	border: 1px solid #999;
	border-radius: 5px;
  	box-shadow: none;
	font-size: 16px;
	margin: 5px;
  	transition: all 0.4s ease-in-out;
}

.form-control:hover {
  	border: solid 2px rgba(15, 82, 111, 1);
}

input {
	height: 50px;
	padding: 10px;
	font-family: Acumin;
	background: linear-gradient(to bottom right, rgba(255, 255, 255, 1) 80%, rgba(46, 206, 206, 1));
}

textarea {
	padding: 10px;
	font-family: Acumin;
	background: linear-gradient(to bottom right, rgba(255, 255, 255, 1) 80%, rgba(46, 206, 206, 1));
}

button {
	border-radius: 6px;
	font-size: 16px;
	width: 120px;
	height: 50px;
	margin: 10px;
}

.btnSend {
	cursor: url("../pics/cursor2.webp"), pointer;
}

.messForm {
	color: white;
	font-size: 18px;
	text-align: center;
}

.section-title {
	padding: 10px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	text-align: center;
}

.section-title a {
	color:  rgba(46, 206, 206, 1);
	text-decoration: underline;
}

.section-title a:hover {
	text-decoration: none;
	color: white;
}

.section-title img {
	-webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .5));
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .5));
	max-width: 100%;
	height: auto;
}

.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));
}
/*PAGCONT*/

/*FOOTER*/
#footer {
	position: absolute;
	margin: 1px 0 0 0;
	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;
	}
	#pagAccCont table td {
		display: block;
	}
	.title {
		font-size: 22px;
	}
	#footer div {
		padding: 10px;
	}
	input,
	textarea {
		width: 80%;
	}
	.name {
		font-size: 28px;
	}
	.add {
		font-size: 20px;
	}
	.addMail {
		font-size: 24px;
	}
	.addText {
		font-size: 18px;
		width: 100%;
	}
}

@media screen and (min-width: 300px) and (max-width: 479.99px) {
	#menuS div {
		padding: 15px 0;
		font-size: 5vw;
	}
	#pagAccCont table td {
		display: block;
	}
	.title {
		font-size: 26px;
	}
	#footer div {
		padding: 10px;
	}
	input,
	textarea {
		width: 80%;
	}
	.name {
		font-size: 30px;
	}
	.add {
		font-size: 20px;
	}
	.addMail {
		font-size: 24px;
	}
	.addText {
		font-size: 18px;
		width: 95%;
	}
}

@media screen and (min-width: 480px) and (max-width: 767.99px) {
	#menuS div {
		padding: 20px 0;
		font-size: 3.5vw;
	}
	#pagAccCont table td {
		display: block;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.title {
		font-size: 30px;
	}
	#footer div {
		padding: 10px 15px;
	}	
	input,
	textarea {
		width: 80%;
	}
	.name {
		font-size: 32px;
	}
	.add {
		font-size: 22px;
	}
	.addMail {
		font-size: 26px;
	}
	.addText {
		font-size: 20px;
		width: 90%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023.99px) {
	#menuS div {
		padding: 20px 0;
		font-size: 3vw;
	}
	#pagAccCont table td {
		display: block;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	.title {
		font-size: 32px;
	}
	#footer div {
		padding: 10px 20px;
	}
	input,
	textarea {
		width: 60%;
	}
	.name {
		font-size: 32px;
	}
	.add {
		font-size: 22px;
	}
	.addMail {
		font-size: 26px;
	}
	.addText {
		font-size: 20px;
		width: 70%;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279.99px) {
	#footer div {
		padding: 10px 20px;
	}
	.name {
		font-size: 34px;
	}
	.add {
		font-size: 24px;
	}
	.addMail {
		font-size: 28px;
	}
	input,
	textarea {
		width: 60%;
	}
	.addText {
		font-size: 22px;
		width: 70%;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1499.99px) {
	#footer div {
		padding: 10px 30px;
	}
	.name {
		font-size: 34px;
	}
	.add {
		font-size: 24px;
	}
	.addMail {
		font-size: 28px;
	}
	input,
	textarea {
		width: 60%;
	}
	.addText {
		font-size: 22px;
		width: 70%;
	}
}

@media screen and (min-width: 1500px){
	#footer div {
		padding: 10px 30px;
	}
	.name {
		font-size: 34px;
	}
	.add {
		font-size: 26px;
	}
	.addMail {
		font-size: 30px;
	}
	input,
	textarea {
		width: 60%;
	}
	.addText {
		font-size: 22px;
		width: 70%;
	}
}
/*RESPONSIVE*/