.container{
	max-width: 1100px;
	margin:auto;
}

.slider_text{
	position: absolute;
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
	width:500px;
	bottom: 0px;
	left: 50%;
	transform:translateX(-50%);
	/*border-radius: 20px 20px 0 0;*/
	border-radius: 2px;
	padding: 10px 20px 30px 20px;
	background: rgba(0, 0, 0, 0.6);
}
.slider_text p{
	margin:0;
	color:white;
	line-height:20px;
}
.slider_link:hover .more{
	text-decoration:underline;
}
.slider_text.with_link{
	padding-bottom:10px;
}
.slider_text .more{
	flex-basis:100%;
	text-align:center;
}
.slider_text h2{
	float:left;
	margin: 0;
	color:white;
	font-size: 19px;
	font-weight: 400;
	font-family: "Questrial";
	text-transform: uppercase;
}
.slider_text h2:after{
	content: "";
	height: 2px;
	width: 14px;
	float: right;
	display: block;
	margin: 10px 9px;
	background-color: #e2007a;
}
	
@media only screen and (max-width: 600px) {
	.slider_text{
		width:100%;
		border-radius: 0;
		border-radius:none;
	}
}

#intro .owl-prev, #intro .owl-next {
	transition: all 0.3s;
	display: block;
	position: absolute;
	background-color: #000;
	top: 50%;
	color: #fff;
	font-size: 30px;
	margin: 0;
	border-radius: 0;
	width: 50px;
	text-align: center;
	transform: translateY(-50px);
	line-height: 30px;
	font-family: "Sans Source Pro";
	font-weight: 200;
	border-radius: 50%;
	padding: 10px !important;
	opacity: .35;
}

#intro .owl-prev {
	left: 15px;
}

#intro .owl-next {
	right: 15px;
}

#intro .owl-prev:hover, #intro .owl-next:hover {
	background-color: rgba(0,0,0,.75);
	padding: 15px !important;
	margin-top: -5px;
	width: 60px;
	opacity: 1;
}

#intro .owl-prev:hover {
	margin-left: -5px;
}

#intro .owl-next:hover {
	margin-right: -5px;
}

#intro .owl-prev:active, #intro .owl-next:active {
	transition: background-color 0s;
	background-color: #e2007a;
}

#intro .owl-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

#intro .owl-dots .owl-dot span {
	background-color: transparent;
	border: 2px solid #fff;
}

#intro .owl-dots .owl-dot.active span {
	background-color: #fff;
}

#intro .owl-dots .owl-dot:hover span {
	background-color: #e2007a;
	border: 0;
}

@media only screen and (max-width: 660px) {
	
	#intro .owl-nav {
		display:none;
	}

}

/*************************/
/* SECTION BOUTON TARIFS */
/*************************/

#cta{
	position: absolute;
    width: 100%;
    z-index: 1;
	margin: -30px 0 0;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.28571428;
	visibility:hidden;
}
#cta p{
	margin: 0 0 18px;
    color: #cecece;
}

#cta a{
	border-radius: 2px;
    color: #fff;
    background-color: #8d81ac;
    border-color: #8d81ac;
    height: 40px;
    font-size: 1.2rem;
    line-height: 26px;
    font-weight: bold;
    padding: 8px;
    margin: 0px 0 2px;
    min-width: 390px;
}
#cta a:hover{
	text-decoration:none;
	background-color:#80759c;
}
@media only screen and (max-width: 660px) {
	
	#cta{
		margin: -20px 0 20px;
	}
	#cta a{
		min-width: unset;
		width:80vw;
		font-size: 0.9rem;
	}
	#cta p{
		font-size: 0.8rem;
	}
}

/********************/
/* SECTION POURQUOI */
/********************/

#pourquoi {
    padding: 85px 0 50px;
    position: relative;
}
#pourquoi h1{
	color: #444;
    font-size: 35px;
    text-align: left;
    font-family: "Questrial";
    font-weight: 400;
	border-bottom: 2px solid #e2007a;
    letter-spacing: 1px;
    text-transform: uppercase;
	margin:0;
	margin-bottom: 45px;
	width:100%;
}
#pourquoi article{
	max-width:1100px;
	margin:0 auto;
	padding: 10px;
    z-index: 1;
}
#pourquoi picture{
	width: 36%;
    position: relative;
    float: left;
	display:inline-block;
    margin: 0;
    height: 600px;
    overflow: hidden;
	border-radius: 2px;
}
#pourquoi picture img{
    position: absolute;
    max-width: none;
    height: 100%;
    transition-duration: 0.5s;
}
#pourquoi ul{
    padding: 0px 0;
    list-style: none;
    color: #555;
	width: 60%;
	margin-right: 4%;
	float:left;
}
#pourquoi li .icone{
	float: left;
    width: 75px;
    text-align: center;
    margin-right: 30px;
	color: #cecece;
}
#pourquoi li .text{
	overflow:hidden;
}
#pourquoi li a{
	float: right;
    border: 1px solid #e2007a;
    margin-top: 5px;
    display: inline-block;
    padding: 5px 10px;
	border-radius:2px;
}
#pourquoi li a:hover{
	background:#f9f9f9;
	text-decoration:none;
}
#pourquoi li {
	padding: 0 0 39px;
}
#pourquoi li:last-child {
	padding: 0 0 0px;
}
#pourquoi h2{
    font-weight: 400;
    font-family: "Questrial";
    font-size: 25px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    color: #444;
}
#pourquoi h2:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #e2007a;
    margin: 10px 0;
}
#pourquoi p{
	margin:0;
}

@media only screen and (max-width: 860px) {
	#pourquoi{
		display: block;
		padding: 40px 10px 80px;
	}
	
	#pourquoi h1{
		text-align:center;
		max-width:600px;
		margin-left:auto;
		margin-right:auto;
	}
	
	#pourquoi article{
		width:90%;
	}
	
	#pourquoi ul{
		width:100%;
		padding:0;
		float:none;
		max-width:500px;
		margin:auto;
	}
	#pourquoi .visual {
		height: 290px;
	}
	#pourquoi .visual-infos{
		right: 115px;
		ont-size: 0.7em;
	}
	#pourquoi picture{
		width: 100%;
		padding:0;
		float:none;
		height:75vw;
	}
	#pourquoi picture img{
		width: 100%;
		height:auto;
	}
	#pourquoi li .icone{
		width:100%;
		float:none;
		margin-bottom:15px;
	}
	#pourquoi li .text{
		text-align:center;
		width:100%;
	}
	#pourquoi li a{
		margin-top:10px;
		float: none;
		width:100%;
	}
	#pourquoi li:last-child {
		padding: 0 0 39px;
	}
	#pourquoi h2:after {
		margin: 10px auto 0;
	}
}

#trouver {
	margin-bottom: 0;
	background-color: #f1f1f1;
	box-sizing: content-box;
	height: 350px;
	position: relative;
	margin-top: 176px;
	padding-top:50px;
}

#trouver:before {
	content: "";
    background: #f1f1f1;
    height: 183px;
    top: -89px;
    width: 100%;
    z-index: -1;
    position: absolute;
    -webkit-transform: skewY(-7deg);
    transform: skewY(-7deg);
}

#trouver article {
	width: 44%;
	height: inherit;
	padding-left: calc(50vw - 560px);
	display: inline-block;
	vertical-align: top;
	z-index: 4;
	position: relative;
}

#trouver h1 {
    color: #444;
    font-size: 35px;
    text-align: left;
    font-family: "Questrial";
    font-weight: 400;
    border-bottom: 2px solid #e2007a;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 56px 10px 58px;
}

#trouver article p {
	font-size: 15px;
	line-height: 26px;
	margin: 10px 10px 20px;
}

#trouver .separator {
	width: 100px;
	background-color: #f1f1f1;
	display: inline-block;
	margin-top: -30px;
	margin-left: -60px;
	z-index: 3;
	position: relative;
	height: 500px;
	transform: rotate(14deg);
}

#trouver-slider {
	width: calc(100% - 44% - 12px);
	display: inline-block;
	/*background-color: #444;*/
	height: inherit;
	vertical-align: top;
	z-index: 1;
	position: relative;
	margin-left: -35px;
	padding: 0;
	box-sizing: content-box;
	overflow:hidden;
}

#trouver-slider > div {
	z-index: 0;
}

@media screen and (min-width: 860px) {
	#trouver-slider .owl-item img {
		height: 100%;
		width:auto;
		max-width:unset;
	}
}

#trouver-slider-clickable {
	display: block;
	background: linear-gradient(7deg, rgba(0,0,0,.75) 15%, transparent 30%);
	width: 300px;
	position: absolute;
	height: inherit;
	top: 50px;
	right: 0;
	z-index: 2;
	width: calc(100% - 44% - 12px);
	cursor: pointer;
}

#trouver-slider-clickable h2 {
    position: absolute;
    bottom: 0;
    font-weight: 400;
    font-size: 15px;
    border: 0;
    color: #fff;
    margin-bottom: 0;
    font-family: Lato;
    padding: 10px 20px;
    text-align: center;
    margin-top: 10px;
    line-height: 20px;
}

#trouver-slider-clickable h2 > b {
	vertical-align: baseline;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	margin-left: 5px;
	font-size: 20px;
}

#trouver-slider-clickable h2 > b > span.lnr {
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 0;
}

#trouver-slider-clickable:hover {
	background: none;
	background-color: rgba(110, 123, 148, 0.75);
}

#trouver-slider-clickable:hover h2 {
	background-color: #fff;
	color: #6e7b94;
}

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

	#trouver,#trouver article, #trouver-slider {
		width: 100%;
		height: auto !important;
		position: relative;
		margin: 0;
	}
	#trouver article h1{
		max-width:600px;
		margin-left:auto;
		margin-right:auto;
		width:85vw;
	}
	#trouver article p{
		max-width:500px;
		margin:auto;
		width:85vw;
	}
	
	#trouver{
		margin-top: 81px;
		padding-top: 0px;
	}
	
	#trouver h1{
		text-align:center;
		margin-top: 0px;
	}
	
	#trouver article {
		z-index: 3;
		margin-bottom:30px;
		text-align:center;
	}
	
	#trouver-slider {
		z-index: 1;
	}

	#trouver-slider-clickable {
		z-index: 2;
		bottom: 0;
		width: 100%;
	}

	#trouver > div:nth-child(2) {
		display: none;
	}

}


#catalogue {
	transition: all 0.3s;
	display: block;
	background-color: #e2007a;
	width: 300px;
	height: 300px;
	color: #fff;
	position: absolute;
	top: -175px;
	right: -175px;
	transform: rotate(45deg);
	padding: 208px 90px 0;
	box-shadow: 0 5px 5px rgba(0,0,0,.1);
	text-decoration: none;
}

#catalogue:hover {
	top: -170px;
	right: -170px;
	background: radial-gradient(#e679b4 10%, #e2007a 30%) #e2007a;
}

#catalogue h2 {
	font-weight: 400;
	font-family: "Questrial";
	text-align: center;
	margin: 0;
	font-size: 16px;
}

#bassin {
	padding-bottom:100px;
	background: #f1f1f1;
	position: relative;
	margin: 0 auto;
	z-index: 5;
	overflow: hidden;
	padding-top: 30px;
}

#bassin p a {
	font-size: 15px;
	font-weight: 900;
	color:#555;
}

#bassin article {
	width: 33%;
	padding: 10px;
	float:left;
	vertical-align: top;
	min-width: 250px;
}

#bassin article:first-child {
	width:65%;
	margin-right:2%;
}
#bassin article .box{
	width: calc((100% - 4%) / 3);
	margin-right:2%;
	float:left;
	background-color: #e8e8e8;
    padding: 10px;
}
#bassin article .box:last-child{
	margin-right:0;
}

#bassin article .box h2{
	font-size:16px;
	margin:0;
	color:#444;
	font-family:Questrial;
	text-transform:uppercase;
}

#bassin article .box > a{
    width: 100%;
    display: block;
    border: 0;
    font-size: 14px;
    text-align: right;
}

#bassin article .box p{
    margin: 10px 0;
    color: #555;
    line-height: 20px;
    font-size: 0.8em;
}

#bassin article .ruban a {
	width: 100%;
    text-align: center;
    display: block;
    padding: 6px;
	border: 1px solid #e2007a;
	border-radius: 2px;
}
#bassin article > a:hover {
	background:#f9f9f9;
	text-decoration:none;
}

#bassin article h1 {
	font-weight: 400;
	font-family: "Questrial";
	font-size: 25px;
	margin: 15px 0;
    text-transform: uppercase;
	color: #444;
}

#bassin article h1:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background-color: #e2007a;
	margin: 10px 0;
}

#bassin .btn {
	background-color: #fff;
	border: 0;
	padding: 10px 5px;
	color: #0097a7;
	font-family: inherit;
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	/*border-radius: 50px;*/
}

#bassin .btn:hover {
	text-decoration: underline;
	color: #00838f;
	border-color: #00838f;
}
.ruban{
	background: #fdfdfd;
	position:relative;
	margin-top: 57px;
	padding:5px;
}
.ruban h2 {
	background: #e2007a;
	height: 45px;
	top: 15px;
	width: 100%;
	float: left;
	z-index: 100;
	margin: 0px 0px 10px;
	line-height: 45px;
	font-size: 23px;
	color: #fff;
	text-align: center;
	font-family: "Questrial";
	text-transform: uppercase;
	font-weight:400;
}
 
.ruban h2 {
}
.ruban p {
	font-size:14px;
	text-align:center;
}

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

	#bassin {
		background: #f1f1f1;
		text-align:center;
	}
	#bassin article:first-child {
		display: block;
		width: 90vw;
		max-width:500px;
		margin: 10px auto;
	}
	#bassin article:last-child {
		width: 90vw;
		max-width:500px;
		margin: 10px auto;
	}
	#bassin article{
		float:none;
	}
	#bassin article .box{
		width: 100%;
		margin: 10px 0;
		float:none;
	}
	#bassin article .box:last-child{
		margin-right:auto;
	}
	#bassin article .box > a {
		text-align:center;
	}
	#bassin article h1:after {
		margin: 10px auto;
	}

}

#visual {
    overflow: hidden;
    position: relative;
    height: 27vw;
    margin: 0;
}
#visual img{
	width: 100%;
}
@media only screen and (max-width: 660px) {
	#visual {
		height: 62vw;
	}
}

@keyframes forme {
	10% {
		width: 200px;
		height: 80px;
	}

	20% {
		width: 150px;
		height: 80px;
	}

	30% {
		width: 150px;
		height: 150px;
	}

	60% {
		width: 150px;
		height: 150px;
	}

	70% {
		width: 150px;
		height: 80px;
	}

	80% {
		width: 200px;
		height: 80px;
	}
}

#forme {
	display: block;
	max-width: 100%;
	height: 200px;
	position: relative;
}

#forme > div {
	animation: forme 7.5s infinite;
	border: 3px solid #fff;
	width: 200px;
	height: 80px;
	border-radius: 0;
	box-shadow: inset 15px 15px 0 rgba(0, 151, 167, .35);
	background-color: rgba(255,255,255,.2);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

#forme > div > span {
	display: inline-block;
	border-top: 2px dashed rgba(255,255,255,.5);
	border-bottom: 2px dashed rgba(255,255,255,.5);
	height: 10px;
	margin: 30px 0 0 30px;
	width: 30px;
}






/* J'EN VEUX UNE */
#en-avoir-une {
	max-width: 1100px;
	margin: 0 auto;
	padding: 100px 0;
	position: relative;
	font-size: 0;
}
#en-avoir-une > h1 {
	text-align: center;
    color: #444;
	max-width:500px;
    font-size: 35px;
    font-family: "Questrial";
    font-weight: 400;
    border-bottom: 2px solid #e2007a;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px auto 58px;
}

#en-avoir-une > p {
	max-width: 500px;
	text-align: center;
	margin: 0 auto 45px;
}

#obtenir-coordonnees-conseiller,
#prendre-rdv-conseiller {
	transition: background-color 0.3s, color 0.3s;
	display: inline-block;
	height: 180px;
	width: 50%;
	position: relative;
}

#obtenir-coordonnees-conseiller {
	background: url("../img/carte_france.svg") calc(100% - 40px) 25px no-repeat;
	background-size: auto 150px;
	border-right: 1px solid #eee;
}

#prendre-rdv-conseiller {
	background: url("../img/etude.svg") 45px 30px no-repeat;
	background-size: auto 140px;
	border-left: 1px solid #eee;
}

#obtenir-coordonnees-conseiller:hover,
#prendre-rdv-conseiller:hover {
	background-color: #e2007a;
	color: #fff;
}

#obtenir-coordonnees-conseiller:hover .btn,
#prendre-rdv-conseiller:hover .btn {
	text-decoration: underline;
	background-color: #fff;
	color: #222;
}

#obtenir-coordonnees-conseiller h2,
#prendre-rdv-conseiller h2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 400;
	font-family: Questrial;
	margin: 10px;
	font-size: 25px;
}

#obtenir-coordonnees-conseiller h2 {
	width: calc(100% - 230px);
	text-align: right;
	left: 20px;
}

#prendre-rdv-conseiller h2 {
	width: calc(100% - 200px);
	text-align: left;
	right: 20px;
}

#en-avoir-une-2 {
	padding-bottom: 21vw; /* 300px */
	background: url(../img/background_configurateur.jpg) no-repeat 0 -50px #4d4d4d;
	background-size: 100%;
}

#configurateur:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/configurateur.svg") no-repeat -30px -30px transparent;
	background-size: auto 200px;
	width: 300px;
	height: 300px;
	z-index: 1;
	overflow: hidden;
}

#configurateur {
	background: linear-gradient(0deg, #f1f1f1 40%, #fff 80%);
	padding: 35px 0;
	text-align: center;
	margin-top: 40px;
	border-radius: 0 0 50px 0;
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}

#configurateur h2 {
	font-weight: 400;
	font-family: "Questrial";
	margin: 0;
	font-size: 25px;
	text-align: center;
	padding: 20px 10px 0;
	color: #e2007a;
	z-index: 2;
	position: relative;
}

#configurateur h2:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background-color: #ccc;
	margin: 10px auto 0;
}

#configurateur h2 > span:first-child {
	background-color: #e2007a;
	color: #fff;
	display: inline-block;
	padding: 0 5px;
	border-radius: 5px;
}

#configurateur h2 > span:last-child {
	display: block;
	font-size: 18px;
	font-family: Satisfy;
	color: #555;
}

#configurateur > div {
	display: inline-block;
	width: 30%;
	margin-top: 30px;
	padding: 10px;
	position: relative;
	vertical-align: top;
	min-height: 180px;
	z-index: 2;
}

#configurateur > div:nth-child(4) {
	height: 120px;
	margin-top: 71px;
}

#configurateur label {
	font-weight: 700;
	font-size: 17px;
	display: block;
	margin: 10px 0;
}

#configurateur > div .btn {
	transition: all 0.2s;
	z-index: 999;
	display: inline-block;
	font-size: 25px;
	padding: 32px 0;
	text-decoration: none;
	vertical-align: middle;
	height: 115px;
	margin: 0;
	text-align: center;
	/*border-radius: 10px;*/
	color: #fff;
	background-color: #e2007a;
	font-weight: 400;
	width: 100%;
	font-family: "Questrial";
	line-height: 20px;
	text-transform: none;
	border: 0;
}

#configurateur > div .btn span {
	margin: 5px 0 0;
	display: block;
	font-size: 30px;
}

#configurateur > div .btn:hover {
	background-color: #ad005d;
	color: #fff;
}

#configurateur .select {
	background-color: #fcfcfc;
	padding: 10px;
	display: inline-block;
	color: #444;
	font-size: 15px;
	cursor: pointer;
	border: 2px solid #ddd;
	/*border-radius: 10px;*/
	width: calc(100% - 20px);
	position: absolute;
	overflow: hidden;
	z-index: 999;
	left: 50%;
	transform: translateX(-50%);
}

#configurateur .select span {
	padding: 10px 20px 10px 10px;
	display: block;
	text-align: center;
	position: relative;
	min-height: 93px;
}

#configurateur .select span > b {
	font-weight: 400;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	font-size: 14px;
}

#configurateur .select ul {
	list-style: none;
	padding: 5px 5px 10px 10px;
	margin: 5px -10px -10px;
	display: none;
	border-top: 1px solid #eee;
	color: #000;
	max-height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#configurateur .select ul::-webkit-scrollbar {
    width: 5px;
}

#configurateur .select ul::-webkit-scrollbar-track {
    background-color: transparent;
}

#configurateur .select ul::-webkit-scrollbar-thumb {
  background-color: #e2007a;
  /*border-radius: 10px;*/
  outline: 0;
}

#configurateur .select:hover {
	background-color: #fff;
}

#configurateur .select.focus {
	border-color: #ccc;
	box-shadow: 0 0 25px rgba(0,0,0,.05);
	cursor: default;
}

#configurateur .select li {
	padding: 10px 20px 10px 10px;
	/*border-radius: 5px;*/
	cursor: pointer;
	text-align: center;
	font-size: 14px;
}

#configurateur .select li:hover {
	background-color: #eee;
}

#configurateur .select.focus li.selected {
	background-color: #4dd0e1;
	color: #fff;
}

#configurateur .select.focus li.selected * {
	color: #fff;
}

#configurateur .select:not(.focus) li.selected {

}

#configurateur .select li > b,
#configurateur .select > span > b > b {
	color: #e2007a;
	font-weight: 400;
	font-family: Questrial;
	font-size: 18px;
}

#configurateur .select li > i,
#configurateur .select > span > b > i {
	display: block;
	text-align: center;
}

#configurateur .select span > i {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 20px;
	top: 50%;
	transform: translateY(-50%);
}

#configurateur > p {
	position: absolute;
	bottom: -5px;
	margin: 0;
	left: 0;
	right: 0;
}

#configurateur p .btn {
	background-color: #f8f8f8;
	display: inline-block;
	font-size: 13px;
	text-transform: none;
	padding: 5px 15px;
	color: #e2007a;
	/*border-radius: 25px 25px 0 0;*/
	border: 0;
}

#configurateur p .btn:hover {
	text-decoration: underline;
}

#en-avoir-une .btn {
	background-color: #eee;
	border: 0;
	/*border-radius: 50px;*/
	display: block;
	color: #444;
	font-family: Lato;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 5px;
	text-align: center;
	margin-top: 10px;
}

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

	#en-avoir-une-2 {
		padding-bottom: 50vw;
		background: url(../img/background_configurateur.jpg) no-repeat center bottom #4d4d4d;
		background-size: 100%;
	}

}

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

	#en-avoir-une #obtenir-coordonnees-conseiller,
	#en-avoir-une #prendre-rdv-conseiller {
		width: 100%;
		border: 0;
	}

	#en-avoir-une #obtenir-coordonnees-conseiller {
		border-bottom: 2px solid #eee;
	}

}

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

	#en-avoir-une {
		padding: 80px 0 0 0;
	}
	#en-avoir-une-2 {
		padding-bottom: 62vw;
		margin-top: 30px;
	}
	#en-avoir-une > h1 {
		margin: 0px 10px 15px;
		max-width: 100%;
	}

	#en-avoir-une > p {
		max-width: 100%;
		margin: 0 10px 30px;
	}

	/*
	#en-avoir-une-2 {
		padding-bottom: 60vw;
		background: url(../img/background_configurateur.jpg) no-repeat center bottom #4d4d4d;
		background-size: 100%;
		margin-bottom: -20vw;
	}
	*/

	#en-avoir-une-2 #configurateur {
		border-radius: 0;
	}

	#en-avoir-une-2 #configurateur:before {
		background: url("../img/configurateur_gris.svg") no-repeat -30px -30px transparent;
		background-size: auto 200px;
	}

	#en-avoir-une-2 #configurateur > div {
		width: 100%;
		display: block;
		min-height: 170px;
		margin: 10px 0 0;
		z-index: auto;
	}

}

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

	#en-avoir-une #obtenir-coordonnees-conseiller,
	#en-avoir-une #prendre-rdv-conseiller {
		height: 150px;
	}

	#en-avoir-une #obtenir-coordonnees-conseiller {
		background-position: calc(100% - 10px) 50px;
		background-size: auto 90px;
	}

	#en-avoir-une #prendre-rdv-conseiller {
		background-position: 10px 70px;
		background-size: auto 70px;
	}

	#en-avoir-une #obtenir-coordonnees-conseiller h2,
	#en-avoir-une #prendre-rdv-conseiller h2 {
		width: calc(100% - 20px);
		text-align: left;
		font-size: 20px;
		margin-top: -5px;
		left: 0;
	}

	#en-avoir-une #obtenir-coordonnees-conseiller h2 .btn {
		width: calc(100% - 100px);
	}

	#en-avoir-une #prendre-rdv-conseiller h2 .btn {
		width: calc(100% - 65px);
		margin-left: 65px;
	}

}



#avis {
	position: relative;
	margin-bottom: 75px;
    background: #f1f1f1;
	padding: 100px 0 50px 0;
    margin-bottom: 176px;
    width: 100%;
}


#avis:after {
    content: "";
    background: #f1f1f1;
    height: 183px;
	left:0;
    bottom: -89px;
    width: 100%;
    z-index: -1;
    position: absolute;
    -webkit-transform: skewY(-7deg);
    transform: skewY(-7deg);
}

#avis > div {
	padding:10px;
	max-width: 1100px;
	display:flex;
	margin: 0 auto;
}
@media screen and (max-width: 820px) {
	
	#avis{
		padding-bottom: 0px;
		width: 100%;
		height: auto !important;
		position: relative;
	}
	#avis > div {
		display:block;
	}
}

#avis article {
	float: left;
	font-size: 15px;
	padding: 10px 0 20px;
	width: 49%;
	overflow: hidden;
}
#avis article:first-child {
	margin-right:2%;
}

#avis-presse > div {
	position: relative;
}

#avis-presse-slider div.owl-item > div {
	background-color: #fff;
	padding: 15px;
	height: 300px;
	position: relative;
	overflow: hidden;
}

#avis-presse-slider div.owl-item > div > img {
	margin: 0;
	width: calc(40% - 30px);
	display: inline-block;
}

#avis-presse-slider div.owl-item > div > div {
	display: inline-block;
	vertical-align: middle;
	float: left;
	margin-right: 10px;
}

#avis-presse-slider div.owl-item > div > div > span {
	display: block;
	color: #888;
	text-align: center;
	font-style: italic;
	font-size: 13px;
}

#avis-presse-slider div.owl-item > div > div > img {
	max-width: 150px;
	margin-top: 30px;
}

#avis-presse-slider div.owl-item > div.with-img  > p {
	max-width: calc(100% - 160px);
	float: right;
}
#avis-presse-slider div.owl-item > div > p {
	margin: 10px 0 0;
	line-height: 23px;
}

#avis-presse-slider div.owl-item > div > p > b {
	display: block;
	font-weight: 700;
	color: #e2007a;
}

#avis-presse h1, #avis-client h1 {	
    color: #444;
    font-size: 35px;
    font-family: "Questrial";
    font-weight: 400;
    border-bottom: 2px solid #e2007a;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

#avis-client h1 {
	text-align: right;
}

#avis-presse-slider h1 {
    font-weight: 400;
    font-family: "Questrial";
    font-size: 23px;
    margin: 0 0 0px;
    text-transform: uppercase;
    color: #444;
    border-bottom: 0;
}

#avis-client > div {
	position: relative;
}

#avis-client a, #avis-presse > div > a {
	position: absolute;
	bottom : 5px;
	right: 5px;
	border: 0;
	display: block;
	font-family: Lato;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 0;
	text-align: center;
	margin-top: 10px;
	z-index: 1;
}

#avis-client a {
	color: #fff;
}

#avis-presse a {
	color: #e2007a;
}

#avis-client .btn:hover, #avis-presse .btn:hover {
	text-decoration: underline;
}

#avis-client-slider div.owl-item > div {
	height: 300px;
	position: relative;
	padding: 15px;
	color: #000;
}

#avis-client-slider div.owl-item > div > p {
	margin: 0;
	position: absolute;
	background-color: #fff;
	background: linear-gradient(-45deg, rgba(0,151,167,.8) 0%, rgba(77,208,225,.8) 100%);
	padding: 10px;
	top: 15px;
	right: 15px;
	max-width: calc(100% - 75px);
	border-radius: 20px 5px;
	color: #fff;
}

#avis-client-slider div.owl-item > div > div:last-child {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 50px 5px 20px;
	color: #eee;
	background: linear-gradient(0deg, rgba(0,0,0,.5) 25%, transparent 100%);
	width: 100%;
	font-size: 11px;
}

#avis-client-slider div.owl-item > div > div:last-child > span {
	font-weight: 400;
	display: block;
	font-family: "Questrial";
	font-size: 13px;
}

#avis-client-slider .owl-prev,
#avis-client-slider .owl-next,
#avis-presse-slider .owl-prev,
#avis-presse-slider .owl-next {
	position: absolute;
	top: -5px;
	bottom: -5px;
	padding: 10px;
	display: block;
	border-radius: 0;
	transition: left 0.3s, right 0.3s;
}

#avis-client-slider .owl-prev:hover,
#avis-client-slider .owl-next:hover,
#avis-presse-slider .owl-prev:hover,
#avis-presse-slider .owl-next:hover {
	background-color: transparent;
}

#avis-client-slider .owl-prev,
#avis-client-slider .owl-next {
	color: #fff;
}

#avis-presse-slider .owl-prev,
#avis-presse-slider .owl-next {
	color: #e2007a;
}

#avis-client:hover #avis-client-slider .owl-prev:active,
#avis-client:hover #avis-client-slider .owl-next:active,
#avis-presse:hover #avis-presse-slider .owl-prev:active,
#avis-presse:hover #avis-presse-slider .owl-next:active {
	background: rgba(0, 0, 0, .25);
	color: #e2007a;
}



#avis-client-slider .owl-prev,
#avis-presse-slider .owl-prev {
	left: -50px;
}

#avis-client-slider .owl-next,
#avis-presse-slider .owl-next {
	right: -50px;
}

#avis-client:hover #avis-client-slider .owl-prev span,
#avis-client:hover #avis-client-slider .owl-next span,
#avis-presse:hover #avis-presse-slider .owl-prev span,
#avis-presse:hover #avis-presse-slider .owl-next span {
	font-size: 20px;
	padding: 10px;
	display: inline-block;
}

#avis-client:hover #avis-client-slider .owl-prev,
#avis-presse:hover #avis-presse-slider .owl-prev {
	left: -5px;
}

#avis-client:hover #avis-client-slider .owl-next,
#avis-presse:hover #avis-presse-slider .owl-next {
	right: -5px;
}

#avis-client-slider .owl-dots,
#avis-presse-slider .owl-dots {
	position: absolute;
	bottom: -34px;
	left: 0;
	right: 0;
	padding: 5px;
}

#avis-client-slider .owl-dot span,
#avis-presse-slider .owl-dot span {
	background-color: transparent;
	border: 2px solid #444;
}

#avis-client-slider .owl-dot.active span,
#avis-presse-slider .owl-dot.active span {
	background-color: #444;
}

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

	#avis > div {
		width: 100%;
		border:none;
	}
	#avis article {
		display: block;
		float: none;
		width: 100%;
		padding:0 30px 20px 30px
	}

	#avis #avis-presse {
		margin-bottom: 30px;
	}

}


@media only screen and (max-width: 440px) {
	#avis-client-slider p{
		font-size:14px;
		line-height:22px;
	}
	
	#avis-client-slider div.owl-item > div > p {
		max-width:85%;
	}
	
	#avis #avis-presse-slider div.owl-item > div > div {
		width: 100px;
	}

	#avis #avis-presse-slider div.owl-item > div > p {
		width:100%;
		max-width:calc(100% - 100px);
	}

	#avis-presse-slider div.owl-item > div > p {
		line-height: 20px;
	}
}

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

	#avis #avis-presse-slider div.owl-item > div > div {
		width: 100px;
		display:none;
	}

	#avis #avis-presse-slider div.owl-item > div > p {
		width:100%;
		max-width:100%;
	}

	#avis-presse-slider div.owl-item > div > p {
		line-height: 20px;
	}
}

#presentation h1 {
	margin: 0 auto 5px;
	color: #444;
	font-size: 35px;
	font-family: "Questrial";
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 0 0 10px;
	border-bottom: 2px solid #e2007a;
	text-align: center;
	max-width: 700px;
}

#presentation p {
	max-width: 700px;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
}

#presentation img {
	width: 1100px;
	margin: 30px auto 0;
	display: block;
}

@media only screen and (max-width: 860px) {
	#presentation h1{
		max-width:600px;
	}
	#presentation p{
		max-width:500px;
	}
}

@media only screen and (max-width: 660px) {
	#presentation {
		padding-top:80px;
	}
}
