html, body {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	color: #333333;
}
h1 {
	margin: 150px 0 50px 100px;
	padding: 0 0 0 30px;
	border-left: 3px solid #4c606b;
	color: #4c606b;
	font-size: 4em;
	line-height: 1em;
}
h1 span { 
	display: block;
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 50px;
}
h1 .logo {
	height: auto;
	vertical-align: middle;
	margin-bottom: -10px;
	margin-top: -45px;
	width: 350px;
}

.b-jaune {
	background: #fed501;
	padding: 10px 100px;
	color: #4c606b;
	position:relative;
	font-size:1.4em;
}
.b-jaune .svg-container {
	width: 800px;
	position: absolute;
	top: -450px;
	right: 20px;
	z-index: 100;
}
.btn-container {
	padding: 50px 100px 0px 100px;
	
}
.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;
}
.btn-container a:hover {
	background: #FFFFFF;
	border: 1px solid #333333;
}
.btn-container a:first-child {
	margin-right: 30px;
}
.footer {
	padding: 0 0 0 100px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-end;
}
.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;
}

@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: 1640px) {
	h1 {
		font-size: 3.1em;
	}
	h1 .logo {
		height: auto;
		vertical-align: middle;
		margin-bottom: -10px;
		margin-top: -45px;
		width: 300px;
	}
	.b-jaune .svg-container {
		width: 680px;
		position: absolute;
		top: -370px;
		right: 20px;
		z-index: 100;
	}
	
	.b-jaune {
		font-size: 1.2em;
	}
	
}
@media screen and (max-width: 1280px) {
	h1 {
		font-size: 2.5em;
	}
	.b-jaune .svg-container {
		width: 600px;
		position: absolute;
		top: -320px;
		right: 20px;
		z-index: 100;
	}
	
	.b-jaune {
		font-size: 1em;
	}
}
@media screen and (max-width: 1180px) {
	h1 {
		font-size: 2em;
	}
	h1 .logo {
		width: 200px;
		margin-top: -30px;
	}
	.b-jaune .svg-container {
		width: 500px;
		position: absolute;
		top: -270px;
		right: 20px;
		z-index: 100;
		right: 0px;
	}
	
	.b-jaune {
		font-size: 0.8em;
	}
	
	.btn-container a { 
		font-size: 1em;
	}
}
@media screen and (max-width: 1080px) {
	h1 {
		font-size: 1.8em;
	}
	.b-jaune .svg-container {
		width: 400px;
		position: absolute;
		top: -270px;
		right: 20px;
		z-index: 100;
		right: 0px;
	}
	.btn-container {
		padding-top: 100px;
	}
	.b-jaune {
		font-size: 1em;
		padding-right: 420px;
	}
	
}

@media screen and (max-width: 880px) {
	h1 {
		margin: 50px 20px 20px 20px;
		font-size: 1.6em;
	}
	h1 .logo {
		width: 200px;
		margin-top: -36px;
	}
	.b-jaune {
		padding: 10px;
		text-align: center;
		margin-top: 300px;
	}
	.b-jaune .svg-container {
		display: block;
		width: 100%;
		left: 50%;
		right: 50%;
		margin-left: -50%;
		top: -310px;
		margin-right: 0;
		text-align: center;
	}
	.b-jaune .svg-container img {
		max-width: 350px;
	}
	.b-jaune .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;
	}
	.footer {
		display: block;
		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;
	}
	  
}