<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');


html, body{
	margin: 0;
	padding: 0;
	font-family: Roboto;
	scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	padding: 0;
}

*{
	box-sizing: border-box;
}

a{
	text-decoration: none;
	color: #ffffff;
}

a:hover{
	text-decoration: none;
	color: #242424;
}

.header a{
	text-decoration: none;
	color: #ffffff;
  	letter-spacing: 0.10em;
  	display: inline-block;
 	padding: 10px 20px;
  	position: relative;
}

.header a:after {    
  	background: none repeat scroll 0 0 transparent;
  	bottom: 0;
  	content: "";
  	display: block;
  	height: 2px;
 	left: 50%;
  	position: absolute;
  	background: #fff;
  	transition: width 0.3s ease 0s, left 0.3s ease 0s;
  	width: 0;
}

.header a:hover:after { 
  	width: 100%; 
  	left: 0; 
}

.header-menu{
	max-width: 1300px;
	margin: auto;
}

#btn-menu-mobile{
	display: none;
}

.container-header{
	position: absolute;
	top: 20px;
	width: 100%;
}

.container-header ul{
	list-style-type: none;
	display: flex;
	justify-content: space-around;
	padding: 0px 0px 0px 0px;
	display: flex;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
}

.container-header ul li{
}

.container{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	flex-wrap: wrap;box-shadow: 0px 20px 16px -1px rgba(0,0,0,0.40);
	-webkit-box-shadow: 0px 20px 16px -1px rgba(0,0,0,0.40);
	-moz-box-shadow: 0px 20px 16px -1px rgba(0,0,0,0.40);
}

.container-header, .container-footer{
	max-width: 1300px;
	margin: 0 auto;
}

.header{
	width: 100%;
}

.header .slider{
	width: 100%;
	padding: 0px;
}

.content{
	width: 100%;
	color: #FFFFFF;
}

.content-desc{
	background-color: white;
	width: 100%;
	display: flex;
	justify-content: center;
}

.description{
	width: 75%;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	color: #0e6061;
	padding: 70px 0px 70px 0px;
}

.contenu{
	max-width: 1300px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.contenu p a{
	color: #0E6061;
}

.contenu a{
	color: #0E6061;
}

.contenu p a:visited{

}

.contenu a:visited{

}

.footer{
	background-color: #0e6061;
	padding: 30px 0px 30px 0px;
	color: #FFFFFF;
	width: 100%;
	display: flex;
	text-align: center;
	align-items: center;
}

.row{
	background-color: #0e6061;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	font-family: Roboto;
}

.row .section-text{
	width: 50%;
	padding: 50px;
	background-color: #0e6061;
}

.row .section-text h2{
	margin-bottom: 5px;
	font-size: 28px;
}

.row .section-text span{
	font-size: 20px;
}

.row .section-text p{
	margin-top: 10px;
	text-align: justify;
}

.row .section-image{
	width: 50%;
}

.content-title h2{
	color: #0e6061;
	font-size: 52px;
	text-align: center;
	padding: 80px 0px 40px 0px;
}

.content-diapo{
	max-width: 1300px;
	background-color: #0e6061;
	padding: 50px 0px 50px 0px
}

.content-contact{
	background-color: #FFFFFF;
}

[type=radio] {
  display: none;
}

#slider {
  height: 25vw;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
}

#slider label {
  margin: auto;
  width: 60%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  left: 0; right: 0;
  cursor: pointer;
  transition: transform 0.4s ease;
}

#s1:checked ~ #slide4, #s2:checked ~ #slide5,
#s3:checked ~ #slide1, #s4:checked ~ #slide2,
#s5:checked ~ #slide3 {
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
  transform: translate3d(-30%,0,-200px);
}

#s1:checked ~ #slide5, #s2:checked ~ #slide1,
#s3:checked ~ #slide2, #s4:checked ~ #slide3,
#s5:checked ~ #slide4 {
  box-shadow: 0 6px 10px 0 rgba(0,0,0,.3), 0 2px 2px 0 rgba(0,0,0,.2);
  transform: translate3d(-15%,0,-100px);
}

#s1:checked ~ #slide1, #s2:checked ~ #slide2,
#s3:checked ~ #slide3, #s4:checked ~ #slide4,
#s5:checked ~ #slide5 {
  box-shadow: 0 13px 25px 0 rgba(0,0,0,.3), 0 11px 7px 0 rgba(0,0,0,.19);
  transform: translate3d(0,0,0);
}

#s1:checked ~ #slide2, #s2:checked ~ #slide3,
#s3:checked ~ #slide4, #s4:checked ~ #slide5,
#s5:checked ~ #slide1 {
  box-shadow: 0 6px 10px 0 rgba(0,0,0,.3), 0 2px 2px 0 rgba(0,0,0,.2);
  transform: translate3d(15%,0,-100px);
}

#s1:checked ~ #slide3, #s2:checked ~ #slide4,
#s3:checked ~ #slide5, #s4:checked ~ #slide1,
#s5:checked ~ #slide2 {
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
  transform: translate3d(30%,0,-200px);
}

#slide1 {
	background-image: url(images/webp/real-1.webp);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#slide2 {
	background-image: url(images/webp/real-2.webp);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#slide3 {
	background-image: url(images/webp/real-3.webp);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#slide4 {
	background-image: url(images/webp/real-4.webp);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#slide5 {
	background-image: url(images/webp/real-5.webp);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#slide6 {
	background-image: url(images/webp/real-6.webp);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.formulaire_div{
	box-sizing: border-box;
	width: 100%;
	text-align: center;
}

input[type=text], input[type=email], input[type=tel]{
	background-color: #f5f5f7;
	border: 1px;
	border-radius: 4px;
	height: 50px;
	margin: 5px 5px 10px 5px;
	padding: 5px 6px 5px 15px;
	width: 25%;
}

textarea{
	background-color: #f5f5f7;
 	resize: none;
	border: 1px;
	border-radius: 4px;
	height: 30px;
	padding: 5px 6px 5px 15px;
	margin: 5px 5px 10px 5px;
	width: 51%;
	height: 100px;
}

input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, textarea::placeholder{
	font-family: Roboto;
	font-size: 14px;
}

.form_div .form_rgpd{
	margin: 0 auto;
	padding: 0 auto;
	margin-bottom: 50px;
	width: 52%;
}

.form_div .label{
	color: #000000;
	font-weight: 400;
	font-size: 14px;
	margin: 20px 0px 20px 0px;
	font-family: Roboto;
}

.response-validate{
	margin: 10px 0px 5px 0px;
	color: green;
}

.response-error{
	margin: 10px 0px 5px 0px;
	color: red;
}

.response-warning{
	margin: 10px 0px 5px 0px;
	color: orange;
}

.button{
	font-family: Roboto;
	font-size: 26px;
	font-weight: 600;
	margin-top: 20px;
	background-color: #f5f5f7;
	color: #0e6061;
	height: 60px;
	width: 50%;
	border: 0px;
	margin-bottom: 20px;
	-webkit-appearance: none;
}

.button:hover{
	background-color: #DCDCDE;
}

@media screen and (max-width: 1150px){

	.header-menu{
		display: none;
	}

	.right_menu{
		display: none;
	}

	.left_menu{
		padding-left: 25px;
	}

	#btn-menu-mobile{
		display: block;
		background: none;
		color: #323232;
		border: none;
		cursor: pointer;
		margin-right: 25px;
		font-size: 30px;
	}

	.description{
		font-size: 20px;
		width: 85%;
	}

	.row .section-text{
		width: 100%;
		max-width: 800px;
		order: 2;
	}

	.row .section-image{
		width: 100%;
		max-height: 40vw;
		object-fit: cover;
		order: 1;
	}

	.content-title h2{
		font-size: 32px;
	}

	.contenu{
		padding-left: 10px;
		padding-right: 10px;
	}

	input[type=text], input[type=email], input[type=tel]{
		width: 85%;
	}

	textarea{
		width: 85%;
	}

	.form_div .form_rgpd{
		width: 85%;
	}

	.button{
		width: 100%;
	}

	.footer{
		padding-left: 20px;
		padding-right: 20px;
	}

	#slider {
	  height: 40vw;
	}

} 
</pre></body></html>