body{
	width: auto;
	font-family: "Helvetica Neue";
	line-height: 120%;
	color: #707070;
}

.container1110{
	width: 1110px;
	margin: auto;
}

#top{
	padding-top: 18px;
	height: 37px;
	color: #973C77;
	font-weight: lighter;
}

#ornement{
	transform: scale(0.2);
	margin-top: -20px;
}

#ornementcontainer{
	display: flex;
	justify-content: center;
}

#imgheader{
	text-align: center;
	color: white;
	background: url("images/header.jpg") no-repeat;
	height: 200px;
}

#imgheader a{
	float: left;
	padding-inline: 10px; 
	border-right: 2px solid white;
	color: white;
	text-decoration: none;
	transition: all 200ms;
}

#imgheader a:hover{
	color: yellow;
}

#lastnav a{
	border: none;
}

#imgheader h1{
	font-size: 60px;
	padding-top: 40px;
	font-family: 'medhurstregular';
	padding-bottom: 60px;
	background: url("images/ornement.png") center bottom no-repeat;
	margin-bottom: 40px;
}

#imgheader ul{
	display: flex;
	justify-content: center;
}

#imgheader2{
	background: url("images/imgheader.jpg") no-repeat;
	background-size: cover;
	height: 150px;
}

#principal{
	background: url("images/pattern.png");
	padding-bottom: 75px;
	padding-top: 50px;
}

#principal h2{
	font-family: 'medhurstregular';
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	padding-bottom: 130px;
	background: url("images/pictos/ornement.svg") bottom no-repeat;
	margin-bottom: 20px;
	color: black;
}

#principalhaut{
	width: 100%;
	background: url("images/pictos/guillemetsh.svg") 110px -160px no-repeat, url("images/pictos/guillemetsb.svg") 720px 160px no-repeat white;
	margin-bottom: 50px;
}

#principalhaut img{
	float: left;
}

#principalhaut p{
	margin-right: 70px;
	margin-left: 70px;
	width: 680px;
	padding: 100px 0;
	font-weight: lighter;
	font-size: 18px;
	line-height: 120%;
	text-align: justify;
	float: left;
}

.colonnes4{
	width: 276px;
	float: left;
	border-right: 2px solid #707070;
	position: relative;
	background: white;
}

.colonnes4 img{
	margin-bottom: 10px;
	width: 100%;
}

#col4{
	border: none;
}

.trigger{
	background: url("images/pictos/plus.svg") no-repeat rgba(206, 165, 117, 0.5);
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: all 200ms;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.trigger:hover{
	opacity: 1;
}

.colonnes4 h4{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
	color: black;
}

.colonnes4 p{
	text-align: justify;
	font-size: 14px;
	margin-inline: 10px;
	margin-bottom: 10px;
}

#contact{
	background: url("images/imgfooter.jpg") no-repeat;
	background-size: cover;
	padding: 50px 300px;
}

#bordcontact{
	border: 1px solid white;
	padding-top: 70px;
	padding-bottom: 10px;
}

#contact h2{
	font-family: 'medhurstregular';
	color: white;
	font-size: 70px;
	text-align: center;
	margin-bottom: 50px;
}

#formcontact{
	width: 75%;
	margin: auto;
}

.colonnes2{
	width: 47%;
	margin: 0 1.5%;
	float: left;
}

#formcontact .colonnes2 input[type="text"],[type="email"],[type="tel"]{
	background: none;
	border: none;
	color: white;
	border-bottom: 1px solid white;
	font-family: "Helvetica Neue";
	font-style: italic;
	font-weight: lighter;
	width: 100%;
	padding-left: 5px;
	margin-bottom: 20px;
	font-size: 16px;
}

#textarea{
	width: 100%;
}

#formcontact textarea{
	background: none;
	color: white;
	border: 1px solid white;
	font-family: "Helvetica Neue";
	font-style: italic;
	font-weight: lighter;
	box-sizing: border-box;
	width: 100%;
	height: 115px;
	font-size: 16px;
	padding-left: 5px;
	resize: none;
	margin-bottom: 5px;
}

#formcontact input[type="submit"]{
	font-family: 'medhurstregular';
	background: white;
	width: 350px;
	height: 50px;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	border: 1px solid white;
	transition: all 200ms;
}

#formcontact input[type="submit"]:hover{
	background: none;
	cursor: pointer;
	color: white;
}

#submitcontent{
	text-align: center;
}

#formcontact h4{
	color: white;
	font-family: "Helvetica Neue";
	font-style: italic;
	font-weight: lighter;
	font-size: 16px;
	margin-bottom: 10px;
}

.labelcheckbox{
	color: white;
	font-style: italic;
	margin-bottom: 5px;
	font-size: 13px;
}

footer{
	text-align: center;
	height: 52px;
	padding-top: 33px;
}

.clear{
	clear: both;
}
