@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  border:0;
  -webkit-box-sizing:border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align:left;
}
html {
	height:100%;
	background-color:#FDF4D1;
}
div {
	display:block;
	}
ul, li {
	list-style:none;
	}
a {
	text-decoration:none;
	font-family: system-ui;
	}

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

p {
	text-align:justify;
	margin:20px 0;
	font-family: system-ui;
	}
:focus {
	outline: 0;
	}
h1, h2, h3, h4, strong, bold {
	font-weight:200;
	font-family: "Source Serif 4", serif;
	}
hr {
	clear:both;
	}
img {
	max-width:100%;	
	}
b {
	font-weight:450;
}
header, footer, section, hgroup, aside, nav, article, figure, figcaption, time, dialog {
	display: block;
}

.container {
	max-width:1140px;
	margin:0 auto;
	position:relative;
	}
	
.clearfix {
	clear:both;
	}

body {
	background-size:normal;
	font-size:20px;
	line-height:1.3;
	color:#026773;
	font-weight:300;
	color:#333;
}

h1 {
	font-size:60px;
	margin-bottom:50px;
	}

h2 {
	font-size:32px;
	margin-top:20px;
	}

h3 {
	font-size:24px;
	margin-top:20px;
	}

h4 {
	font-size:20px;
	}
	
ul.puce {
	list-style-type:none;
	margin:5px 0 5px 0;
	padding:0 0 0 0px;
	font-family: system-ui;
}

ul.puce li {
	background:url(../img/check.png) no-repeat left 0px;
	margin-left:0px;
	padding:0px 0 10px 40px;
}

header {
	background:url(../img/back2.jpg) no-repeat center center;
	min-height:300px;
	padding-bottom:30px;
	}
	
header #logo {
	margin-left:40px;
	padding-top:40px;
	max-width:200px;
	display:block;
}

header #logo img{
	width:100%;
	border-radius:0px 25px 0 25px;
}
	
nav {
	float:right;
	display:block;
	width:100%;
	}
	
nav ul {
	float:right;
	margin-right:40px;
	}
	
nav ul li {
	display:inline-block;
	}
	
nav ul li:last-child {
		border-bottom:none;
	}
  
nav ul li a {
	display:block;
	text-align:right;
	padding:0px 25px;
	height:50px;
	line-height:50px;
	color:#19534F;
	font-weight:700;
	font-size:24px;
	white-space: nowrap;
	background:#fff;
	border-radius:0 15px 0 15px;
	}
	
nav ul li a:hover {
	color:#226D68;
	text-decoration:none;
	}
	
section {
	padding:50px 40px;
	}

footer {
	min-height:200px;
	background:#18534F;
	color:#fff;
}
	
form {
	margin:0;
	padding:0;
	}
	
input {
	background:#d9cfa8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:100%;
	padding:8px 15px;
	color:#026773;
	cursor:pointer
	}
	
textarea {
	background:#d9cfa8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:100%;
	padding:8px 15px;
	min-height:120px;
	color:#026773;
	}
	
input:hover {
	background:#d9cfa8;
	}
	
textarea:hover {
	background:#d9cfa8;
	}
	
#envoyer {
	margin-top:25px;
	background:#19534f;
	color:#fff;
	font-weight:700;
	font-size:20px;
	}
	
#envoyer:hover {
	background:#226d68;
	}
	
#contact-form h2 {
	font-size: 1.2em;
	font-weight: 300;
	padding: 10px 15px;
	}
	
#home h1 {
	text-align:center;
}

#cgv h3 {
	margin-top:50px;
}

#mentions h3 {
	margin-top:50px;
}

.grid-1 {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}

.home-bloc {
	background:#226D68;
	color:#fff;
	padding-bottom:30px;
	margin-bottom:30px;
}

.home-bloc img {
	width:100%;
}

.home-bloc h2 {
	font-weight:500;
	padding-left:30px;
}

.home-bloc p {
	padding-left:30px;
	margin:0 0 30px 0;
}

.home-bloc a {
	padding-left:30px;
	color:#fff;
	text-decoration:underline;
	font-weight:100;
}

.grid-2 {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}

.home-picto {
	width:100%;
}

.home-picto img {
	margin: 0 auto;
	display:block;
}

.home-picto h3 {
	text-align:center;
	color:#226D68;
}

footer {
	padding:20px 40px 0px 40px;
}

footer h3 {
	font-weight:700;
}

footer ul {
	padding-top:20px;
}

footer a {
	color:#fff;
}

.grid-3 {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}

.grid-4 {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.grid-4 img {
	width:100%;
	margin-top:30px;
}

.proprio-bloc {
	background:#226D68;
	padding:20px 40px;
	color:#fff;
}

.grid-5 {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.grid-6 {
	display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 40px;
}

.grid-6 img {
	width:100%;
	margin-top:30px;
}
	
@media (max-width: 767px) {
	h1 {
		font-size:40px;
	}
	nav ul li {
		display:block;
	}
	nav ul li a{
		font-size:20px;
		height:40px;
		line-height:40px;
		text-align:center;
	}
	footer {
		text-align:center;
	}
	footer h3{
		text-align:center;
	}
	footer p{
		text-align:center;
	}
	footer li{
		text-align:center;
	}
	.grid-1 {
		grid-template-columns: 1fr;
	}
	.grid-2 {
		grid-template-columns: 1fr;
	}
	.grid-3 {
		grid-template-columns: 1fr;
	}
	.grid-4 {
		grid-template-columns: 1fr;
	}
	.grid-4 img {
		width:100%;
		margin-top:0px;
		margin-bottom:30px;
	}
	.grid-5 {
		grid-template-columns: 1fr;
	}
	.grid-6 {
		grid-template-columns: 1fr;
		grid-gap: 0px;
	}
	.grid-6 img{
		display:none;
	}
	}
@media (min-width: 768px) and (max-width: 991px) {
	h1 {
		font-size:50px;
	}
	.grid-1 {
		grid-template-columns: 1fr;
	}
	.grid-2 {
		grid-template-columns: 1fr 1fr;
	}
	.grid-3 {
		grid-template-columns: 2fr 1fr 1fr;
	}
	.grid-4 {
		grid-template-columns: 1fr;
	}
	.grid-4 img {
		width:100%;
		margin-top:0px;
		margin-bottom:30px;
	}
	}
@media (min-width: 992px) and (max-width: 1199px) {
	}
@media (min-width: 1200px) {
	}