* {
  margin: 0;
  border: 0;
  padding: 0;
}
html {
  height: 100%;
  padding: 0;
}
/* body {
  overflow-x: hidden;
  line-height: normal;
  height: 100%;
  padding: 0;
  max-height: 999999px;
  font-size: 18px;
  color: #302e2d;
  background-color: #FFFFFF;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 300;
} */


/* PRE FORM */
#home .container .main-title {
  display: block;
  position: relative;
  text-align: left;
  margin: 0 auto 35px;
}
#home .container .main-title div, #home .container .main-title h1 {
  height: 75px;
  display: inline-block;
  position: relative;
  font-size: 52px;
  font-weight: 300;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  #home .container .main-title div, #home .container .main-title h1 {
			height: auto;
    font-size: 43px;
				line-height: 46px;
  }
	#home .container .intro .max-width .intro-text h1 {
   color: #000 !important;
  }
	#home .container .main-title {
   margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #home .container .main-title div, #home .container .main-title h1 {
    font-size: 36px;
				line-height: 39px;
  }
}
@media only screen and (max-width: 650px) {
  #home .container .main-title div, #home .container .main-title h1 {
    font-weight: 300;
    margin-left: 0;
    margin-bottom: 0;
  }
}
#home .container h2, #home .container .type-h2 {
  font-weight: 700;
  color: #819cc7;
  font-size: 42px;
  line-height: 45px;
  text-align: center;
}
#home .container h3 {
  text-align: center;
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  #home .container h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1280px) {
  #home .container section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1280px) {
  #home .container section.intro {
    padding-left: 0;
    padding-right: 0;
  }
	#home .container section.intro .bg-gradiant{
    padding-left: 15px;
    padding-right: 15px;
	}
}
@media only screen and (max-width: 650px) {
  #home .container section.arguments {
    padding-left: 0;
    padding-right: 0;
  }
}
#home .container .intro {
	background: linear-gradient(90deg, #C6D5F4, #C4D3F2);
}
#home .container .intro .bg-gradiant {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 30px;
	min-height: 533px;
  box-sizing: border-box;
}
.itemid-101 #home .container .intro .bg-gradiant {
  background-image: url(img/home/intro/homepage.jpg);
}
.itemid-132 #home .container .intro .bg-gradiant {
  background-image: url(img/home/intro/home-electricite.jpg);
}
.itemid-133 #home .container .intro .bg-gradiant {
  background-image: url(img/home/intro/home-gaz.jpg);
}
.itemid-134 #home .container .intro .bg-gradiant {
  background-image: url(img/home/intro/home-internet2.jpg);
}


@media only screen and (max-width: 1520px) {
  #home .container .intro .bg-gradiant {
 	 background-size: cover;
  }
}


@media only screen and (max-width: 991px) {
  #home .container .intro .bg-gradiant {
    background: none !important;
			min-height: auto;
    padding-bottom: 15px;
  }
}

/*
#home .container .intro .max-width .main-title div:before {
  width: 138px;
  height: 154px;
  position: absolute;
  content: '';
  top: -55px;
  right: -115px;
  background: url(img/home/intro/img-title.png) center no-repeat;
}
@media only screen and (max-width: 767px) {
  #home .container .intro .max-width .main-title div:before {
    top: -69px;
  }
}
@media only screen and (max-width: 650px) {
  #home .container .intro .max-width .main-title div:before {
    display: none;
  }
}
*/

#home .container .intro .max-width .main-title div span {
  display: none;
  text-indent: -3000em;
}
#home .container .intro .max-width .main-title i {
  position: relative;
  font-style: normal;
  display: inline;
}
@media only screen and (max-width: 650px) {
  #home .container .intro .max-width .main-title i {
    display: block;
    margin-left: -110px;
  }
}
@media only screen and (max-width: 650px) {
  #home .container .intro .max-width .main-title i:before {
    width: 106px;
    height: 103px;
    position: absolute;
    content: '';
    top: -20px;
    right: 92px;
    background: url(img/home/intro/img-title-responsive.png) center no-repeat;
  }
}
@media only screen and (max-width: 650px) and (max-width: 650px) {
  #home .container .intro .max-width .main-title i:before {
    right: 75px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 480px) {
  #home .container .intro .max-width .main-title i:before {
    right: 67px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 320px) {
  #home .container .intro .max-width .main-title i:before {
    right: 42px;
  }
}
#home .container .intro .max-width .main-title img {
  display: none;
}
@media only screen and (max-width: 650px) {
  #home .container .intro .max-width .main-title img {
    display: inline-block;
  }
}
#home .container .intro .max-width .intro-text {
  width: 710px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  #home .container .intro .max-width .intro-text {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  #home .container .intro .max-width .intro-text {
    margin-bottom: 30px;
  }
}
#home .container .intro .max-width .intro-text h1 {
  font-size: 24px;
  color: #819cc7;
  margin-bottom: 20px;
  text-align: left;
  font-weight: 300;
}
@media only screen and (max-width: 650px) {
  #home .container .intro .max-width .intro-text h1 {

  }
}
#home .container .intro .max-width .intro-text ul {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  #home .container .intro .max-width .intro-text ul {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  #home .container .intro .max-width .intro-text ul {
    display: block;
    justify-content: inherit;
  }
}


#home .container .intro .max-width .intro-text ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
		flex-direction: column;
  width: calc(33.3% - 12px);
  width: -moz-calc(33.3% - 12px);
  width: -webkit-calc(33.3% - 12px);
  width: calc(33.3% - 12px);
  width: -moz-calc(33.3% - 12px);
  width: -webkit-calc(33.3% - 12px);
  height: 252px;
  margin-right: 19px;
  background-color: #FFFFFF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 73, 103, 0.2);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 73, 103, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 73, 103, 0.2);
  text-align: center;
	overflow: hidden;

  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 650px) {
  #home .container .intro .max-width .intro-text ul li {
    width: 100%;
    height: 92px;
    line-height: 92px;
    margin-bottom: 10px;
    margin-right: 0;
			flex-direction: row;
  }
}

@media only screen and (min-width: 1100px) {
	#home .container .intro .max-width .intro-text ul li:hover {
	  -moz-transition: all 0.5s ease;
	  -o-transition: all 0.5s ease;
	  -webkit-transition: all 0.5s ease;
	  transition: all 0.5s ease;
	}

	#home .container .intro .max-width .intro-text ul li:hover,
	#home .container .intro .max-width .intro-text ul li:focus {
			color: #FFFFFF;
	}
	#home .container .intro .max-width .intro-text ul li:hover img.normal,
	#home .container .intro .max-width .intro-text ul li:focus img.normal {
	  display: none;
	}
	#home .container .intro .max-width .intro-text ul li:hover img.hover-pref,
	#home .container .intro .max-width .intro-text ul li:focus img.hover-pref {
	  display: inline-block;
	}
}


#home .container .intro .max-width .intro-text ul li:after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  background: url(img/home/intro/chevron.png) center no-repeat;
  width: 33px;
  height: 33px;

	transition-property: transform;
	transition-duration: 0.6s;
	transition-timing-function: ease;
}

#home .container .intro .max-width .intro-text ul li:before {
	position: absolute;
	content: '';
	bottom: -275px;
	right: -290px;
	background: #C0543A;
	width: 350px;
	height: 350px;
	transform: rotate(45deg);

	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: ease;

}

#home .container .intro .max-width .intro-text ul li:last-child {
  margin-right: 0;
}

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

	#home .container .intro .max-width .intro-text ul li:hover:after {
	 transform: translate(-187px,-215px) rotate(180deg);
	}

	#home .container .intro .max-width .intro-text ul li:hover:before {
	  transform: rotate(45deg) translate(-320px, 0);
	}
}

#home .container .intro .max-width .intro-text ul li img {
  margin-bottom: 17px;
  margin-left: auto;
  margin-right: auto;
	z-index: 5;
}
#home .container .intro .max-width .intro-text ul li img.hover-pref {
  display: none;
}
@media only screen and (max-width: 650px) {
	#home .container .intro .max-width .intro-text ul li img {
		position: relative;
		top: 0;
		display: inline-block;
		margin: 0;
  	}
}
#home .container .intro .max-width .intro-text ul li span {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 30px;
	z-index: 5;
}
@media only screen and (max-width: 650px) {
  #home .container .intro .max-width .intro-text ul li span {
    display: inline-block;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 320px) {
  #home .container .intro .max-width .intro-text ul li span {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 650px) {
  #home .container .intro .max-width .intro-text ul li a {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  #home .container .intro .max-width .intro-text ul li br {
    display: none;
  }
}
#home .container .intro .max-width .intro-argument {
  display: inline-block;
  position: relative;
	padding-bottom: 50px;
}
@media only screen and (max-width: 650px) {
  #home .container .intro .max-width .intro-argument {
    display: block;
    padding-bottom: 45px;
  }
}
#home .container .intro .max-width .intro-argument:before {
  position: absolute;
  content: '';
  top: 24px;
  right: -226px;
  width: 258px;
  height: 250px;
  background: url(img/home/intro/arguments.png) top center no-repeat;
}
@media only screen and (max-width: 650px) {
  #home .container .intro .max-width .intro-argument:before {
    position: absolute;
    content: '';
    top: 49px;
    right: -50px;
    width: 258px;
    height: 227px;
    background: url(img/home/intro/arguments-responsive.png) center no-repeat;
  }
}
@media only screen and (max-width: 480px) {
  #home .container .intro .max-width .intro-argument:before {
    top: 20px;
    right: -104px;
    z-index: 444;
    background-size: 80px;
  }
}
#home .container .intro .max-width .intro-argument .title {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media only screen and (max-width: 320px) {
  #home .container .intro .max-width .intro-argument .title {
    font-size: 34px;
  }
}
#home .container .intro .max-width .intro-argument ul {
  padding-left: 17px;
}
@media only screen and (max-width: 480px) {
  #home .container .intro .max-width .intro-argument ul {
    position: relative;
    padding-left: 0;
    z-index: 555;
  }
}
#home .container .intro .max-width .intro-argument ul li {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 23px;
}
#home .container .intro .max-width .intro-argument ul li span {
  display: inline-block;
  font-size: 22px;
  color: #819cc7;
  margin-right: 13px;
  padding-top: 4px;
}
#home .container .intro .max-width .intro-argument ul li p {
  font-size: 25px;
}
#home .container .intro .max-width .intro-argument ul li p strong {
  font-weight: 400;
}
#home .container .arguments {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F9F9F9;
}

#home .container .arguments ul {
  margin-bottom: 37px;
}
@media only screen and (max-width: 650px) {
  #home .container .arguments ul {
    padding-left: 15px;
    padding-right: 15px;
  }
  #home .container .arguments ul.slider {
    padding-left: 0;
    padding-right: 0;
  }
}
#home .container .arguments ul li {
  float: left;
  width: calc(20% - 75px);
  width: -moz-calc(20% - 75px);
  width: -webkit-calc(20% - 75px);
  width: calc(20% - 75px);
  width: -moz-calc(20% - 75px);
  width: -webkit-calc(20% - 75px);
  margin-right: 38px;
  background-color: #FFFFFF;
  padding: 185px 22px 25px 22px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
@media only screen and (max-width: 1280px) {
  #home .container .arguments ul li {
    margin-right: 15px;
    width: calc(20% - 56px);
    width: -moz-calc(20% - 56px);
    width: -webkit-calc(20% - 56px);
    width: calc(20% - 56px);
    width: -moz-calc(20% - 56px);
    width: -webkit-calc(20% - 56px);
  }
}
@media only screen and (max-width: 991px) {
  #home .container .arguments ul li {
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 8px;
    width: calc(20% - 17px);
    width: -moz-calc(20% - 17px);
    width: -webkit-calc(20% - 17px);
    width: calc(20% - 17px);
    width: -moz-calc(20% - 17px);
    width: -webkit-calc(20% - 17px);
  }
}
@media only screen and (max-width: 767px) {
  #home .container .arguments ul li {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    width: calc(33.3% - 40px);
    width: -moz-calc(33.3% - 40px);
    width: -webkit-calc(33.3% - 40px);
    width: calc(33.3% - 40px);
    width: -moz-calc(33.3% - 40px);
    width: -webkit-calc(33.3% - 40px);
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 650px) {
  #home .container .arguments ul li {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 25px;
    width: calc(50% - 43px);
    width: -moz-calc(50% - 43px);
    width: -webkit-calc(50% - 43px);
    width: calc(50% - 43px);
    width: -moz-calc(50% - 43px);
    width: -webkit-calc(50% - 43px);
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #home .container .arguments ul li {
    width: calc(50% - 35px);
    width: -moz-calc(50% - 35px);
    width: -webkit-calc(50% - 35px);
    width: calc(50% - 35px);
    width: -moz-calc(50% - 35px);
    width: -webkit-calc(50% - 35px);
    margin-right: 10px;
  }
}
#home .container .arguments ul li > div .arguments-text {
  position: relative;
  text-align: center;
}
#home .container .arguments ul li > div .arguments-text p {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1280px) {
  #home .container .arguments ul li > div .arguments-text p {
    height: 52px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 650px) {
  #home .container .arguments ul li > div .arguments-text p {
    margin-bottom: 0;
    line-height: 24px;
  }
}
#home .container .arguments ul li > div .arguments-text span {
  display: block;
  font-size: 18px;
}
@media only screen and (max-width: 650px) {
  #home .container .arguments ul li > div .arguments-text span {
    display: none;
  }
}
#home .container .arguments ul li:first-child > div .arguments-text:before {
  width: 201px;
  height: 85px;
  position: absolute;
  content: '';
  top: -105px;
  left: -22px;
  background: url(img/home/arguments/paperasse.png) center no-repeat;
}
@media only screen and (max-width: 650px) {
  #home .container .arguments ul li:nth-child(2) {
    margin-right: 0;
  }
}
#home .container .arguments ul li:nth-child(2) > div .arguments-text:before {
  width: 98px;
  height: 118px;
  position: absolute;
  content: '';
  top: -131px;
  left: calc(50% - 49px);
  left: -moz-calc(50% - 49px);
  left: -webkit-calc(50% - 49px);
  left: calc(50% - 49px);
  left: -moz-calc(50% - 49px);
  left: -webkit-calc(50% - 49px);
  background: url(img/home/arguments/economie.png) center no-repeat;
}
@media only screen and (max-width: 767px) {
  #home .container .arguments ul li:nth-child(3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 650px) {
  #home .container .arguments ul li:nth-child(3) {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 480px) {
  #home .container .arguments ul li:nth-child(3) {
    margin-right: 10px;
  }
}
#home .container .arguments ul li:nth-child(3) > div .arguments-text:before {
  width: 139px;
  height: 96px;
  position: absolute;
  content: '';
  top: -110px;
  left: calc(50% - 69.5px);
  left: -moz-calc(50% - 69.5px);
  left: -webkit-calc(50% - 69.5px);
  left: calc(50% - 69.5px);
  left: -moz-calc(50% - 69.5px);
  left: -webkit-calc(50% - 69.5px);
  background: url(img/home/arguments/coupure.png) center no-repeat;
}
@media only screen and (max-width: 767px) {
  #home .container .arguments ul li:nth-child(4) {
    width: calc(50% - 38px);
    width: -moz-calc(50% - 38px);
    width: -webkit-calc(50% - 38px);
    width: calc(50% - 38px);
    width: -moz-calc(50% - 38px);
    width: -webkit-calc(50% - 38px);
  }
}
@media only screen and (max-width: 650px) {
  #home .container .arguments ul li:nth-child(4) {
    width: calc(50% - 43px);
    width: -moz-calc(50% - 43px);
    width: -webkit-calc(50% - 43px);
    width: calc(50% - 43px);
    width: -moz-calc(50% - 43px);
    width: -webkit-calc(50% - 43px);
    margin-right: 0;
  }
}
@media only screen and (max-width: 650px) {
  #home .container .arguments ul li:nth-child(4) {
    width: calc(50% - 35px);
    width: -moz-calc(50% - 35px);
    width: -webkit-calc(50% - 35px);
    width: calc(50% - 35px);
    width: -moz-calc(50% - 35px);
    width: -webkit-calc(50% - 35px);
  }
}
#home .container .arguments ul li:nth-child(4) > div .arguments-text:before {
  width: 140px;
  height: 101px;
  position: absolute;
  content: '';
  top: -124px;
  left: calc(50% - 70px);
  left: -moz-calc(50% - 70px);
  left: -webkit-calc(50% - 70px);
  left: calc(50% - 70px);
  left: -moz-calc(50% - 70px);
  left: -webkit-calc(50% - 70px);
  background: url(img/home/arguments/intervention.png) center no-repeat;
}
#home .container .arguments ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  #home .container .arguments ul li:last-child {
    width: calc(50% - 38px);
    width: -moz-calc(50% - 38px);
    width: -webkit-calc(50% - 38px);
    width: calc(50% - 38px);
    width: -moz-calc(50% - 38px);
    width: -webkit-calc(50% - 38px);
  }
}
@media only screen and (max-width: 650px) {
  #home .container .arguments ul li:last-child {
    width: calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    text-align: center;
    padding-top: 77px;
    padding-bottom: 50px;
  }
}
#home .container .arguments ul li:last-child > div .arguments-text:before {
  width: 120px;
  height: 118px;
  position: absolute;
  content: '';
  top: -138px;
  left: calc(50% - 37px);
  left: -moz-calc(50% - 37px);
  left: -webkit-calc(50% - 37px);
  left: calc(50% - 37px);
  left: -moz-calc(50% - 37px);
  left: -webkit-calc(50% - 37px);
  background: url(img/home/arguments/engagement.png) center no-repeat;
}
@media only screen and (max-width: 650px) {
  #home .container .arguments ul li:last-child > div .arguments-text:before {
    position: absolute;
    top: -61px;
    left: 105px;
  }
}
@media only screen and (max-width: 480px) {
  #home .container .arguments ul li:last-child > div .arguments-text:before {
    left: 20px;
  }
}
@media only screen and (max-width: 650px) {
  #home .container .arguments ul li:last-child > div .arguments-text p {
    padding-left: 130px;
  }
}
#home .container .arguments #carousel-slider {
  margin-bottom: 30px;
}
@media only screen and (max-width: 650px) {
  #home .container .arguments #carousel-slider {
    margin-bottom: 0;
  }
}
#home .container .arguments #carousel-slider .type-h2 {
  margin-bottom: 50px;
}
#home .container .arguments #carousel-slider .bg {
  background-color: #F9F9F9;
  width: 233px;
  height: 605px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 777;
}
@media only screen and (max-width: 767px) {
  #home .container .arguments #carousel-slider .bg {
    display: none;
  }
}
#home .container .arguments #carousel-slider .overlay {
  position: absolute;
	top: 45px;
	left: 50px;
	background-color: #FFFFFF;
	max-width: 500px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 73, 103, 0.2);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 73, 103, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 73, 103, 0.2);
	padding: 50px 0 32px 0;
	z-index: 777;
}
#home .container .arguments #carousel-slider .overlay .slider {
  overflow: hidden;
	margin: 0;
}

#home .container .arguments #carousel-slider .overlay .slider li {
  float: left;
  width: auto;
  margin-right: 0;
  background-color: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow:hidden;
	padding: 22px 65px 0;
}
#home .container .arguments #carousel-slider .slider li span {
	position: relative;
	display: block;
	font-weight: 400;
	line-height: 30px;
	font-size: 20px;
	margin-bottom: 65px;
	text-align: center;
}
#home .container .arguments #carousel-slider .slider li span:before {
	width: 17px;
	height: 16px;
	position: absolute;
	content: '';
	top: -22px;
	left: -22px;
	background: url(img/home/carrousel/comma-prev.png) center no-repeat;
}
#home .container .arguments #carousel-slider .slider li span:after {
	width: 17px;
	height: 16px;
	position: absolute;
	content: '';
	bottom: -22px;
	right: -22px;
	background: url(img/home/carrousel/comma-next.png) center no-repeat;
}
#home .container .arguments #carousel-slider .slider li i {
	display: block;
	font-style: normal;
	margin-right: -30px;
	text-align: right;
	font-weight: 400;
	font-size: 16px;
}
@media only screen and (max-width: 991px) {
	#home .container .arguments #carousel-slider .slider li i {
		margin-right: 0;
	}
}


#home .container .arguments #carousel-slider img {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 605px;
  margin-left: 233px;
}
@media only screen and (max-width: 767px) {
  #home .container .arguments #carousel-slider img {
    margin-left: 0;
    height: 368px;
  }
}
@media only screen and (max-width: 650px) {
  #home .container .arguments #carousel-slider img {
    height: 320px;
  }
}

#home .container .arguments #carousel-slider .slick-slide {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #home .container .arguments #carousel-slider .overlay{
    position: relative;
    width: 90%;
    left: 0;
    top: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin: -100px auto 0;
  }
	#home .container .arguments #carousel-slider .overlay .slider li{
    width: 100%;
		padding: 22px 24px 0 22px;
	}
  #home .container .arguments #carousel-slider .slick-slide {
    overflow: hidden;
  }
}

#home .container .arguments #carousel-slider .slick-prev,
#home .container .arguments #carousel-slider .slick-next {
  position: absolute;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  top: -moz-calc(50% - 25px);
  top: -webkit-calc(50% - 25px);
  top: calc(50% - 25px);
  top: -moz-calc(50% - 25px);
  top: -webkit-calc(50% - 25px);
  z-index: 1;
  cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

#home .container .arguments #carousel-slider .slick-prev {
  left: -50px;
}
@media only screen and (max-width: 650px) {
  #home .container .arguments #carousel-slider .slick-prev,
	#home .container .arguments #carousel-slider .slick-next {
    top: calc(50% - -50px);
    top: -moz-calc(50% - -50px);
    top: -webkit-calc(50% - -50px);
    top: calc(50% - -50px);
    top: -moz-calc(50% - -50px);
    top: -webkit-calc(50% - -50px);
  }
}
#home .container .arguments #carousel-slider .slick-prev:after,
#home .container .arguments #carousel-slider .slick-next:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 3px solid #302e2d;
  border-right: 3px solid #302e2d;
}

@media only screen and (max-width: 650px) {
  #home .container .arguments #carousel-slider .slick-prev {
    left: 0;
  }
}
#home .container .arguments #carousel-slider .slick-prev:after {
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#home .container .arguments #carousel-slider .slick-next {
  left: 500px;
}
@media only screen and (max-width: 991px) {
  #home .container .arguments #carousel-slider .slick-next {
    left: 445px;
  }
}
@media only screen and (max-width: 767px) {
  #home .container .arguments #carousel-slider .slick-next {
    left: inherit;
    right: -50px;
  }
}
@media only screen and (max-width: 650px) {
  #home .container .arguments #carousel-slider .slick-next {
    right: 0;
  }
}
@media only screen and (min-width:768px) {
  #home .container .arguments ul.clearfix {
    display: flex;
  }
}
#home .container .arguments #carousel-slider .slick-next:after {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}







#home .container .partners {
  background-color: #FFFFFF;
  padding-top: 60px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 650px) {
  #home .container .partners {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 480px) {
  #home .container .partners {
    margin-top: 30px;
  }
}

#home .container .partners h2 {
  text-align: center;
	font-weight: 400;
	font-size: 36px;
	margin-bottom: 30px;
	color: black;
}
#home .container .partners .button-container {
  display: flex;
  justify-content: center;
}
#home .container .partners .button-container .button {
  display: inline-block;
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 25px;
}
@media only screen and (max-width: 650px) {
  #home .container .partners .button-container .button {
    font-size: 20px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 480px) {
  #home .container .partners .button-container .button {
    height: 100%;
    line-height: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 650px) {

}
#home .container .partners .max-width .partners-logo ul {
  display: flex;
  justify-content: center;
	flex-wrap: wrap;
}
#home .container .partners .max-width .partners-logo ul li {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
}



#home .container .partners .max-width .carousel-slider {
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 650px) {
  #home .container .partners .max-width .carousel-slider {
    display: block;
  }
}
#home .container .partners .max-width .carousel-slider img {
  margin-left: auto;
  margin-right: auto;
}
#home .container .faq {
  padding-top: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(img/home/faq/bg.jpg);
}
@media only screen and (max-width: 650px) {
  #home .container .faq {
		background: none;
    background-color: #d6e8fd;
  }
}
#home .container .faq .max-width {
  position: relative;
  padding-bottom: 40px;
  /*
    &:before {
    	@include abs-bottomrightcontent(0,-110px);
    	@include width-height(544px,670px);
    	background:url(img/home/faq/illustration.png) center no-repeat;
    	opacity: 0.8;
    	z-index: 4;
    	@media only screen and (max-width:1280px) {
    		right: -160px;
    	}
    	@media only screen and (max-width:1100px) {
    		right: -185px;
    		bottom: -40px;
    	}
    	@media only screen and (max-width:991px) {
    		display: none;
    	}
    	@media only screen and (max-width:650px) {
    		display: block;
    		bottom: inherit;
    		top: -50px;
    		z-index:444;
    	}
    	@media only screen and (max-width:320px) {
    		right: -235px;
    	}
    }
    */
}
#home .container .faq .max-width .faq-container {
  width: 924px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 73, 103, 0.2);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 73, 103, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 73, 103, 0.2);
  padding: 60px 0 60px 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1280px) {
  #home .container .faq .max-width .faq-container {
    width: 770px;
  }
}
@media only screen and (max-width: 991px) {
  #home .container .faq .max-width .faq-container {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  #home .container .faq .max-width .faq-container {
    background-color: transparent;
    padding-top: 0;
    box-shadow: inherit;
    margin-bottom: 0;
  }
}
#home .container .faq .max-width .faq-container h2 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 650px) {
  #home .container .faq .max-width .faq-container h2 {
    position: relative;
    text-align: center;
    color: #302e2d;
    padding-bottom: 20px;
    margin-bottom: 0;
    padding-left: 0;
    z-index: 5;
  }
  #home .container .faq .max-width .faq-container h2 i {
    display: block;
  }
}
#home .container .faq .max-width .faq-container h2 i {
  font-style: normal;
}

@media only screen and (max-width: 650px) {
  #home .container .faq .max-width .faq-container ul {
    position: relative;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 73, 103, 0.2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 73, 103, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 73, 103, 0.2);
    padding-top: 35px;
    padding-bottom: 35px;
    z-index: 555;
  }
}
#home .container .faq .max-width .faq-container ul li {
  margin-left: 50px;
  margin-right: 50px;
  border-bottom: 1px solid #F9F9F9;
  font-weight: 400;
  cursor: pointer;
}
@media only screen and (max-width: 1100px) {
  #home .container .faq .max-width .faq-container ul li {
    margin-left: 25px;
    margin-right: 25px;
  }
}
#home .container .faq .max-width .faq-container ul li h3 {
  position: relative;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 25px;
  text-align: left;
}
@media only screen and (max-width: 650px) {
  #home .container .faq .max-width .faq-container ul li h3 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 15px;
		padding-right: 20px;
  }
}
#home .container .faq .max-width .faq-container ul li h3:after, #home .container .faq .max-width .faq-container ul li h3:before {
  top: 8px;
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#home .container .faq .max-width .faq-container ul li h3:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #FFFFFF;
  border-width: 9px;
  margin-left: -16px;
}
#home .container .faq .max-width .faq-container ul li h3:before {
  border-color: rgba(129, 156, 199, 0);
  border-top-color: #819cc7;
  border-width: 12px;
  margin-left: -19px;
}
#home .container .faq .max-width .faq-container ul li p {
  display: none;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 25px;
  color: #484848;
}
#home .container .faq .max-width .faq-container ul li a {
  display: none;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  background-color: #C0543A;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #FFFFFF;
  width: 84px;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  border: 2px solid #C0543A;
}
#home .container .faq .max-width .faq-container ul li a:hover, #home .container .faq .max-width .faq-container ul li a:focus {
  background-color: #FFFFFF;
  color: #C0543A;
}
#home .container .faq .max-width .faq-container ul li a.see-all {
  width: 100%;
  display: block;
  color: #C0543A;
  text-align: center;
  font-weight: 400;
  text-decoration: underline;
  font-size: 25px;
  background-color: transparent;
  padding-top: 25px;
  padding-bottom: 25px;
  border: none;
}
#home .container .faq .max-width .faq-container ul li a.see-all:hover, #home .container .faq .max-width .faq-container ul li a.see-all:focus {
  color: #f1c40f;
}
#home .container .faq .max-width .faq-container ul li:last-child {
  border: none;
}
#home .container .faq .max-width .faq-container ul li.active p, #home .container .faq .max-width .faq-container ul li.active a {
  display: block;
}
#home .container .faq .max-width .faq-container ul li.active p:after, #home .container .faq .max-width .faq-container ul li.active p:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#home .container .faq .max-width .faq-container ul li.active h3:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFFFFF;
  border-width: 9px;
  margin-left: -16px;
  top: 2px;
}
#home .container .faq .max-width .faq-container ul li.active h3:before {
  border-color: rgba(129, 156, 199, 0);
  border-bottom-color: #819cc7;
  border-width: 12px;
  margin-left: -19px;
  top: -4px;
}
#home .container .prefooter {
  background-color: #F9F9F9;
  padding: 55px 0 20px 0;
}
@media only screen and (max-width: 1280px) {
  #home .container .prefooter {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 650px) {
  #home .container .prefooter {
    background-color: #FFFFFF;
    padding-left: 28px;
    padding-right: 28px;
			padding: 30px 25px 0;
  }
}
#home .container .prefooter .contener-prefooter  {
  display: flex;
  justify-content: center;
  padding-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  #home .container .prefooter .contener-prefooter {
    display: block;
    justify-content: inherit;
  }
}
#home .container .prefooter .prefooter-left, #home .container .prefooter .prefooter-center, #home .container .prefooter .prefooter-right {
  width: calc(33.3% - 53px);
  width: -moz-calc(33.3% - 53px);
  width: -webkit-calc(33.3% - 53px);
  width: calc(33.3% - 53px);
  width: -moz-calc(33.3% - 53px);
  width: -webkit-calc(33.3% - 53px);
}
@media only screen and (max-width: 991px) {
  #home .container .prefooter .prefooter-left, #home .container .prefooter .prefooter-center, #home .container .prefooter .prefooter-right {
    float: left;
  }
}
@media only screen and (max-width: 650px) {
  #home .container .prefooter .prefooter-left, #home .container .prefooter .prefooter-center, #home .container .prefooter .prefooter-right {
    float: none;
    width: 100%;
  }
}
#home .container .prefooter .prefooter-left, #home .container .prefooter .prefooter-center {
  margin-right: 80px;
}
@media only screen and (max-width: 1280px) {
  #home .container .prefooter .prefooter-left, #home .container .prefooter .prefooter-center {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 991px) {
  #home .container .prefooter .prefooter-left, #home .container .prefooter .prefooter-center {
    width: calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 650px) {
  #home .container .prefooter .prefooter-left, #home .container .prefooter .prefooter-center {
    margin-right: 0;
    width: 100%;
  }
}
#home .container .module-ttl {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 45px;
}
#home .container  .module-ttl:before {
  position: absolute;
  content: '';
  bottom: -15px;
  left: 0;
  width: 40px;
  height: 4px;
  background-color: #C0543A;
}
#home .container .prefooter .prefooter-left ul li {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#home .container .prefooter .prefooter-left ul li:hover {
  background: white;
}
#home .container .prefooter .prefooter-left ul li .prefooter-date {
  margin-right: 15px;
  background-color: #FFFFFF;
  height: 100%;
  text-align: center;
  padding: 25px 10px;
  text-transform: uppercase;
}
#home .container .prefooter .prefooter-left ul li .prefooter-date p {
  font-size: 18px;
  font-weight: 400;
}
#home .container .prefooter .prefooter-left ul li .prefooter-date span {
  display: block;
  font-weight: 300;
  font-size: 14px;
}
#home .container .prefooter .prefooter-left ul li .prefooter-des p {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
	padding-top: 5px;
}
#home .container .prefooter .prefooter-left ul li .prefooter-des p span {
  font-weight: 300;
  display: inline-block;
}
#home .container .prefooter .prefooter-left ul li a {
  position: relative;
  display: inline-block;
}
/*
#home .container .prefooter .prefooter-left ul li a:before {
  width: 12px;
  height: 12px;
  position: absolute;
  content: '';
  top: calc(50% - 6px);
  top: -moz-calc(50% - 6px);
  top: -webkit-calc(50% - 6px);
  top: calc(50% - 6px);
  top: -moz-calc(50% - 6px);
  top: -webkit-calc(50% - 6px);
  right: -18px;
  background: url(img/footer/chevron.png) center no-repeat;
}
*/
@media only screen and (max-width: 991px) {
  #home .container .prefooter .prefooter-center {
    margin-right: 0;
  }
}
#home .container .prefooter .prefooter-center ul li {
  position: relative;
  border-bottom: 1px dashed #ccc;
  padding: 20px 0 20px 55px;
  font-weight: 400;
  font-size: 20px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#home .container .prefooter .prefooter-center ul li:hover {
  background: white;
}


#home .container .prefooter.modules-homepage .prefooter-center ul li:first-child:before {
  width: 29px;
  height: 34px;
  position: absolute;
  content: '';
  top: calc(50% - 17px);
  top: -moz-calc(50% - 17px);
  top: -webkit-calc(50% - 17px);
  left: 13px;
  background: url(img/footer/leaf.png) center no-repeat;
}
#home .container .prefooter.modules-homepage .prefooter-center ul li:nth-child(2):before {
  width: 44px;
  height: 44px;
  position: absolute;
  content: '';
  top: calc(50% - 22px);
  top: -moz-calc(50% - 22px);
  top: -webkit-calc(50% - 22px);
  left: 5px;
  background: url(img/footer/prise.png) center no-repeat;
}
#home .container .prefooter.modules-homepage .prefooter-center ul li:nth-child(3):before {
  width: 30px;
  height: 30px;
  position: absolute;
  content: '';
  top: calc(50% - 15px);
  top: -moz-calc(50% - 15px);
  top: -webkit-calc(50% - 15px);
  left: 11px;
  background: url(img/footer/fourisseur.png) center no-repeat;
}
#home .container .prefooter.modules-homepage .prefooter-center ul li:last-child {
  border: none;
}
#home .container .prefooter.modules-homepage .prefooter-center ul li:last-child:before {
  width: 43px;
  height: 42px;
  position: absolute;
  content: '';
  top: calc(50% - 21px);
  top: -moz-calc(50% - 21px);
  top: -webkit-calc(50% - 21px);
  left: 2px;
  background: url(img/footer/diff.png) center no-repeat;
}



#home .container .prefooter .prefooter-center ul li:before {
  width: 45px;
  height: 45px;
  position: absolute;
  content: '';
  top: calc(50% - 22px);
  top: -moz-calc(50% - 22px);
  top: -webkit-calc(50% - 22px);
  left: 0;
}

#home .container .prefooter.modules-electricite .prefooter-center ul li.link_1:before {
  background: url("img/home/guides/fournisseur-energie.png") center no-repeat;
}
#home .container .prefooter.modules-electricite .prefooter-center ul li.link_2:before {
  background: url("img/home/guides/simulateur-electricite.png") center no-repeat;
}
#home .container .prefooter.modules-electricite .prefooter-center ul li.link_3:before {
  background: url("img/home/guides/tarif-electricite.png") center no-repeat;
}
#home .container .prefooter.modules-electricite .prefooter-center ul li.link_4:before {
  background: url("img/home/guides/contrat-electricite.png") center no-repeat;
}



#home .container .prefooter.modules-gaz .prefooter-center ul li.link_1:before {
  background: url("img/home/guides/fournisseur-gaz.png") center no-repeat;
}
#home .container .prefooter.modules-gaz .prefooter-center ul li.link_2:before {
  background: url("img/home/guides/simulateur-gaz.png") center no-repeat;
}
#home .container .prefooter.modules-gaz .prefooter-center ul li.link_3:before {
  background: url("img/home/guides/tarif-gaz.png") center no-repeat;
}

#home .container .prefooter.modules-gaz .prefooter-center ul li.link_4:before {
  background: url("img/home/guides/contrat-gaz.png") center no-repeat;
}

#home .container .prefooter.modules-internet .prefooter-center ul li.link_1:before {
  background: url("img/home/guides/fournisseur-internet.png") center no-repeat;
}
#home .container .prefooter.modules-internet .prefooter-center ul li.link_2:before {
  background: url("img/home/guides/test-debit.png") center no-repeat;
}
#home .container .prefooter.modules-internet .prefooter-center ul li.link_3:before {
  background: url("img/home/guides/offre-box-internet.png") center no-repeat;
}



#home .container .prefooter .prefooter-right {
  background-color: #FFFFFF;
  padding-top: 35px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 991px) {
  #home .container .prefooter .prefooter-right {
    width: calc(100% - 83px);
    width: -moz-calc(100% - 83px);
    width: -webkit-calc(100% - 83px);
    width: calc(100% - 83px);
    width: -moz-calc(100% - 83px);
    width: -webkit-calc(100% - 83px);
  }
}
@media only screen and (max-width: 650px) {
  #home .container .prefooter .prefooter-right {
    box-shadow: inherit;
    padding-top: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
#home .container .prefooter .prefooter-right h2, #home .container .prefooter .prefooter-right .type-h2 {
  font-weight: 700;
  color: #819cc7;
  font-size: 42px;
  line-height: 45px;
  text-align: center;
  padding-bottom: 35px;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 650px) {
  #home .container .prefooter .prefooter-right h2, #home .container .prefooter .prefooter-right .type-h2 {
    font-size: 36px;
    line-height: normal;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  #home .container .prefooter .prefooter-right ul {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 991px) {
  #home .container .prefooter .prefooter-right ul {
    display: block;
    justify-content: inherit;
  }
}
#home .container .prefooter .prefooter-right ul li {
  position: relative;
  padding: 35px 0 35px 70px;
  border-bottom: 1px solid #ccc;
	line-height: normal;
}
@media only screen and (max-width: 991px) {
  #home .container .prefooter .prefooter-right ul li {
    width: auto;
  }
}
@media only screen and (max-width: 650px) {
  #home .container .prefooter .prefooter-right ul li {
    width: calc(100% - 56px);
    width: -moz-calc(100% - 56px);
    width: -webkit-calc(100% - 56px);
    width: calc(100% - 56px);
    width: -moz-calc(100% - 56px);
    width: -webkit-calc(100% - 56px);
  }
}
#home .container .prefooter .prefooter-right ul li:before {
  width: 35px;
  height: 35px;
  position: absolute;
  content: '';
  top: calc(50% - 20.5px);
  top: -moz-calc(50% - 20.5px);
  top: -webkit-calc(50% - 20.5px);
  top: calc(50% - 20.5px);
  top: -moz-calc(50% - 20.5px);
  top: -webkit-calc(50% - 20.5px);
  right: 0;
}
#home .container .prefooter .prefooter-right ul li.baro_equal:before {
  background: url(/images_html/baro-up.png) center no-repeat;
}
#home .container .prefooter .prefooter-right ul li.baro_up:before {
  background: url(/images_html/baro-up.png) center no-repeat;
}
#home .container .prefooter .prefooter-right ul li.baro_down:before {
  background: url(/images_html/baro-down.png) center no-repeat;
}
@media only screen and (max-width: 991px) {
  #home .container .prefooter .prefooter-right ul li:before {
    right: inherit;
    left: 255px;
  }
}
@media only screen and (max-width: 991px) {
  #home .container .prefooter .prefooter-right ul li:before {
    position: absolute;
    content: '';
    top: calc(50% - 20.5px);
    top: -moz-calc(50% - 20.5px);
    top: -webkit-calc(50% - 20.5px);
    top: calc(50% - 20.5px);
    top: -moz-calc(50% - 20.5px);
    top: -webkit-calc(50% - 20.5px);
    right: 90px;
    left: inherit;
  }
}
@media only screen and (max-width: 480px) {
  #home .container .prefooter .prefooter-right ul li:before {
    right: 40px;
  }
}
@media only screen and (max-width: 320px) {
  #home .container .prefooter .prefooter-right ul li:before {
    right: 10px;
  }
}
#home .container .prefooter .prefooter-right ul li:first-child p:before {
  width: 35px;
  height: 55px;
  position: absolute;
  content: '';
  top: calc(50% - 15px);
  top: -moz-calc(50% - 15px);
  top: -webkit-calc(50% - 15px);
  top: calc(50% - 15px);
  top: -moz-calc(50% - 15px);
  top: -webkit-calc(50% - 15px);
  left: -72px;
  background: url(img/footer/electricite.png) center no-repeat;
}
#home .container .prefooter .prefooter-right ul li:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 991px) {
  #home .container .prefooter .prefooter-right ul li:last-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #home .container .prefooter .prefooter-right ul li:last-child {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 650px) {
  #home .container .prefooter .prefooter-right ul li:last-child {
    margin-left: 0;
  }
}
#home .container .prefooter .prefooter-right ul li:last-child p:before {
  width: 32px;
  height: 45px;
  position: absolute;
  content: '';
  top: calc(50% - 7px);
  top: -moz-calc(50% - 7px);
  top: -webkit-calc(50% - 7px);
  top: calc(50% - 7px);
  top: -moz-calc(50% - 7px);
  top: -webkit-calc(50% - 7px);
  left: -72px;
  background: url(img/footer/gaz.png) center no-repeat;
}
#home .container .prefooter .prefooter-right ul li p {
  position: relative;
  font-weight: 400;
  font-size: 22px;
}
#home .container .prefooter .prefooter-right ul li strong {
  display: block;
  font-size: 26px;
  font-weight: 700;
}



#home .container #carousel-slider, #home .container .carousel-slider {
  position: relative;
}
#home .container #carousel-slider .slick-slide, #home .container .carousel-slider .slick-slide {
  position: relative;
}
.slick-dots {
  display: none !important;
}

@media only screen and (max-width: 650px) {
	.slick-dots{
		display: block !important;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	.slick-prev,
	.slick-next{
		display: none !important;
	}

	.slick-dots li{
		width: 10px !important;
    height: 10px !important;
    display: inline-block !important;
    padding: 0 !important;
    float: none !important;
    margin: 0 3px !important;
    background: #000 !important;
    color: #000 !important;
    border-radius: 50px !important;
		overflow: hidden;
	}
	.slick-dots li button{
		width: 10px;
    height: 10px;
    display: inline-block;
    padding: 0;
    background: #000;
    color: #000;
    border-radius: 50px;
		border: none;
	}
  .slick-dots .slick-active button{
    color:#819cc7;
    background: #819cc7;
  }
}

  /* refonte home partie du bas */
  #home .container .homepage-footer .prefooter-left, #home .container .homepage-footer .prefooter-center , #home .container .homepage-footer .prefooter-center-center{
    margin-right: 0;
    background: #F9F9F9;
    padding: 20px;
    width: calc(95% - 30px) !important;
    }
    #home .container .homepage-footer .contener-prefooter  {
      padding-bottom: 0px;
    }
    #home .homepage-footer .ct-prefooter-left,#home .homepage-footer  .ct-prefooter-right { width: 50%;float: left;}
    #home .container .homepage-footer  .ct-prefooter-bottom .prefooter-left, #home .container .homepage-footer .ct-prefooter-bottom .prefooter-center {margin-right: 2%;float: left;}

    #home .container .homepage-footer .ct-prefooter-bottom .prefooter-left  {
      width: 45% !important;
    }
    #home .container .homepage-footer .ct-prefooter-bottom .prefooter-right, #home .container .homepage-footer .ct-prefooter-bottom .prefooter-center {width: 20.5% !important;}
    #home .container .homepage-footer .ct-prefooter-bottom .prefooter-right {float: left;padding: 20px;}
    #home .ct-prefooter-right .iframe .ct-iframe {position:relative;height: 354px;}

    @media only screen and (max-width: 1024px) {
      #home .homepage-footer .ct-prefooter-left, .homepage-footer .ct-prefooter-right {
        width: 100% !important;
        float: none !important;
        overflow: hidden;
      }
      #home .container .homepage-footer  .prefooter-left {
        margin-bottom: 20px;
      }
      #home .container .homepage-footer .ct-prefooter-bottom .prefooter-left, #home .container .homepage-footer .ct-prefooter-bottom .prefooter-center, #home .container .homepage-footer .ct-prefooter-bottom .prefooter-right {
        width: auto !important;
        float: none !important;
        margin: 0 0 20px 0 !important;
      }
      #home .container .homepage-footer  {
        padding-bottom: 15px;
      }
      #home .homepage-footer .ct-prefooter-right .iframe .ct-iframe {
        height: 280px;
      }
      #home .container .homepage-footer .ct-prefooter-bottom .prefooter-right {
        width: auto;
      float: none;
      margin: 3px !important;
      }
      #home .container .homepage-footer .prefooter-center {
        width: calc(100% - 30px) !important;
      }
    }

  #home .homepage-footer .ct-prefooter-bottom {
    overflow: hidden;
    margin-top: 15px;
    padding: 15px 0;
    }
    #home .container .homepage-footer .ct-prefooter-bottom .module-ttl {
    margin-bottom: 30px;
    }
    #home .container .homepage-footer .ct-prefooter-bottom .prefooter-center ul li {
    padding: 15px 0 14px 0px;
    margin-left: -10px;
    }
    #home .container .homepage-footer .ct-prefooter-bottom .prefooter-center ul li a {
    padding: 0 10px;
    }
    #home .container .homepage-footer .ct-prefooter-bottom .prefooter-center ul li:before {
    display: none;
    }
    #home .container .homepage-footer {
    background-color: #fff;
    }
    #home .container .homepage-footer .prefooter-left, #home .container .homepage-footer .prefooter-center, #home .container .homepage-footer .prefooter-center-center, #home .container .homepage-footer .prefooter-right {
    width: auto;
    }
    #home .container .homepage-footer .prefooter-center ul li {
    padding: 24px 0 24px 55px !important;
    }
    #home .container .homepage-footer .ct-prefooter-bottom .prefooter-left, #home .container .homepage-footer .ct-prefooter-bottom .prefooter-center {
    margin-right: 2%;
    float: left;
    }
    #home .container .homepage-footer .ct-prefooter-bottom .prefooter-center ul li {
    padding: 13px 0 13px 0px !important;
    margin-left: -10px;
    }
    #home .container .homepage-footer .ct-prefooter-bottom .prefooter-center ul li a {
    padding: 0 10px;
    }
    #home .container .homepage-footer .ct-prefooter-bottom .prefooter-center ul li:before {
    display: none;
    }
    #home .container .homepage-footer .prefooter-left ul li {
    margin-bottom: 21px;
    }
    #home .container .homepage-footer .prefooter-left ul li .prefooter-des p {
    line-height: 20px;
    padding-top: 10px;
    }
    #home .container .homepage-footer .prefooter-right ul li {
    padding: 35px 0 55px 70px;
    }

