html, body {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	color: #333333;
}
.header {
	text-align: center;
}
h1 {
	margin: 50px 0 30px 0;
	color: #4c606b;
	font-size: 5em;
	line-height: 1em;
}
.logo {
	height: auto;
	margin-top: 20px;
}

.b-gris {
	color: #4c606b;
	position:relative;
	font-size:2em;
}
.b-jaune .svg-container {
	width: 800px;
	position: absolute;
	top: -450px;
	right: 20px;
	z-index: 100;
}
.icon-container {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.icon-container > div {
	text-align: center;
	width: 240px;
}
.icon-container > div > span {
	display: block;
	color: #105e68;
	font-weight:600;
}
.icon-container > div > span > img {
	margin-bottom: 20px;
}
.btn-container {
	padding: 50px 100px 0px 100px;
	text-align: center;
	
}
.btn-container a {
	display: inline-block;
	border-radius: 10px;
	background: #CCCCCC;
	border: 1px solid #FFFFFF;
	padding: 10px 30px;
	text-align: center;
	font-size: 1.2em;
	color: #333333;
	text-decoration: none;
	width: 250px;
}
.btn-container a:hover {
	background: #FFFFFF;
	border: 1px solid #333333;
}
.btn-container a:first-child {
	margin-right: 30px;
}
.footer {
	padding: 100px 0 20px 100px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-end;
}
.footer div.addr {
	margin-right: 20px;
}
.footer div.tel {
	padding-left: 40px;
}
.footer div.grow {
	flex: auto;
}
.footer div.croix {
	width: 200px;
	height: 200px;
	position: relative;
}
.footer div.croix .h {
	background: #fed501;
	width: 50px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -25px;
}
.footer div.croix .v {
	background: #fed501;
	width: 200px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
}

.contacteznous {
	padding: 50px 10px 50px 10px;
	text-align: center;
	color: #4c606b;
	font-size: 2em;
}

@media screen and (min-width: 1640px) {
	body {
		overflow-x: hidden;
	}
	
	.container {
		width: 1640px;
		margin: 0 auto;
	}
	.b-jaune {
		position: relative;
	}
	.b-jaune::before {
		content: " ";
		display: block;
		background: #fed501;
		position: absolute;
		left: 0;
		top: 0;
		width: 50%;
		transform: rotate(180deg);
		transform-origin: center left;
		height: 100%;
	}
	.b-jaune::after {
		content: " ";
		display: block;
		background: #fed501;
		position: absolute;
		right: 0;
		top: 0;
		width: 50%;
		transform: rotate(180deg);
		transform-origin: center right;
		height: 100%;
	}
	
}

@media screen and (max-width: 1280px) {
	h1 {
		font-size: 3.5em;
	}
	.logo {
		width: 500px;
	}
	
	.b-gris {
		font-size: 1.4em;
	}
	
	.btn-container a { 
		font-size: 1em;
	}
}
@media screen and (max-width: 1180px) {
	h1 {
		font-size: 3.5em;
	}
	.logo {
		width: 500px;
	}
	
	.b-gris {
		font-size: 1.4em;
	}
	
	.btn-container a { 
		font-size: 1em;
	}
}
@media screen and (max-width: 1080px) {
	
	h1 {
		font-size: 2.5em;
	}
	
	.logo {
		width: 500px;
	}
	.b-jaune .svg-container {
		width: 400px;
		position: absolute;
		top: -270px;
		right: 20px;
		z-index: 100;
		right: 0px;
	}
	.btn-container {
		padding-top: 100px;
	}
	.icon-container > div {
		font-size: 0.8em;
		width: 200px;
		margin: 10px 0 10px;
	}
	.b-gris {
		font-size: 1em;
	}
	
}

@media screen and (max-width: 880px) {
	h1 {
		margin: 10px;
		font-size: 1.8em;
	}
	.logo {
		width: 300px;
	}
	.b-gris {
		font-size: 0.8em;
	}
	.sep {
		display: block;
		overflow: hidden;
		text-indent: -600px;
		height: 5px;
	}
	.btn-container {
		padding: 50px 10px;
		text-align: center;
	}
	.btn-container a:first-child {
		margin: 0 0 10px 0;
	}
	.icon-container {
		flex-wrap: wrap;
	}
	
	.icon-container > div {
		font-size: 0.8em;
		width: 200px;
		margin: 10px 0 10px;
	}
	.footer {
		display: flex;
		padding: 10px 0;
		position: relative;
		margin-top: 50px;
	}
	.footer div {
		margin: 10px;
		padding: 0;
	}
	.footer div.tel {
		padding: 0;
	}
	.footer div.grow {
		height: 20px;
	}
	.footer div.croix {
		position: absolute;
		z-index: -1;
		margin: 0;
		right: 0;
		bottom: 0;
		width: 150px;
		height: 150px;
	}
	.footer div.croix .v {
		background: #fed501;
		width: 100%;
		height: 40px;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -20px;
	}
	.footer div.croix .h {
		background: #fed501;
		width: 40px;
		height: 100%;
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -20px;
	}
	  
}




.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
/*  box-shadow: 0 0 1px transparent;*/
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5B4D71;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 7px;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hvr-sweep-to-right:active:before {
	background-color: #4F4262;
}

.hvr-sweep-to-right-2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
/*  box-shadow: 0 0 1px transparent;*/
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right-2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5B4D71;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  overflow: hidden;
}

.hvr-sweep-to-right-2:hover, .hvr-sweep-to-right-2:focus, .hvr-sweep-to-right-2:active {
  color: white;
}
.hvr-sweep-to-right-2:hover:before, .hvr-sweep-to-right-2:focus:before, .hvr-sweep-to-right-2:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hvr-sweep-to-right-2:active:before {
	background-color: #4F4262;
}

.hvr-shadow {
  
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
/*  box-shadow: 0 0 1px transparent;*/
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-shadow:hover, .hvr-shadow:focus {
 	box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.5) !important;
}

.hvr-shadow:active {
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5) !important;
}

.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: white;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

.hvr-underline-from-left:active:before {
	background: #D1D1D1;
}

.hvr-underline-from-left-2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  color: #38B6AB;

}
.hvr-underline-from-left-2:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #38B6AB;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;

}
.hvr-underline-from-left-2:hover:before, .hvr-underline-from-left-2:focus:before, .hvr-underline-from-left-2:active:before {
  right: 0;
}

.hvr-underline-from-left-2:active:before {
	background: #319E94;
}

.hvr-underline-from-left-3 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  color: #38B6AB;

}
.hvr-underline-from-left-3:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #5C5C5B;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;

}
.hvr-underline-from-left-3:hover:before, .hvr-underline-from-left-3:focus:before, .hvr-underline-from-left-3:active:before {
  right: 0;
}

.hvr-underline-from-left-3:active:before {
	background: #383838;
}

.submit-contact {
  color: white;
  background-color: #38B6AB;
  border: none;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 40px;
  border-radius: 6px;
  align-items: center;
  cursor: pointer;
}
