.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 35px;
  padding-left: 35px;
}
@media (max-width: 990px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
  }
}

body {
  color: #465f77;
}

.row {
  position: relative;
}

.container {
  position: relative;
}

.is-block {
  display: block;
}

section > div > div {
  position: relative;
}

.hero-infographie {
  background-image: url(/fr/image/infographie/hero-background.png);
  background-repeat: repeat-x;
  position: relative;
}
.hero-infographie .is-titre {
  z-index: 1000;
}
.hero-infographie .is-titre h1 {
  font-size: 2.57em;
  color: #fff;
  text-align: left;
  margin: 0;
  width: 100%;
}
.hero-infographie .is-titre h1 strong {
  font-weight: 600;
}
.hero-infographie .is-titre h1:after {
  content: '';
  display: block;
  width: 55px;
  height: 3px;
  background-color: #D0373E;
  margin: 0.4em 0;
}
.hero-infographie .bloc-illustration {
  position: absolute;
  right: 0;
  top: 25px;
  width: 44%;
	z-index: 2;
}
.hero-infographie .bloc-illustration img {
  width: 100%;
}
.hero-infographie .deco-hero #nuages1 {
  opacity: 0.6;
  left: 140px;
  top: 36px;
  /*
  -webkit-animation: nuages 4s 1;
          animation: nuages 4s 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
		*/
}
.hero-infographie .deco-hero #nuages1 img {
  width: 659px;
}
.hero-infographie .deco-hero #nuages2 {
  opacity: 0.5;
  left: 130px;
  top: 56px;
}
.hero-infographie .deco-hero #nuages2 img {
  width: 350px;
}
.hero-infographie .deco-hero #arbres1 {
  right: 30em;
  bottom: 156px;
  opacity: 0.5;
}
.hero-infographie .deco-hero #arbres1 img {
  width: 147px;
}
.hero-infographie .deco-hero #arbres2 {
  right: 50px;
  bottom: 156px;
	opacity: 0.5;
}
.hero-infographie .deco-hero #arbres2 img {
  width: 105px;
}
.hero-section {
  height: 474px;
  position: relative;
}
.hero-section h2 {
  color: #fff;
  font-size: 2.57em;
  text-transform: none;
  font-weight: 500;
  text-align: left;
  margin-top: 0;
}
.hero-section h2:after {
  margin-left: 0;
  background-color: #fff;
}
.hero-section .bloc-illustration img {
  width: 474px;
}
.hero-section .deco {
  overflow: hidden;
}
.hero-section .deco div {
  position: absolute;
}
.accroche .icon img {
  width: 66px;
}
.accroche h3 {
  color: #465f77;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  margin-bottom: 10px;
}
.accroche h3 span {
  display: block;
  color: #1C5493;
  font-size: 80px;
  line-height: 80px;
  text-transform: none;
  font-weight: 600;
  letter-spacing: -6px;
}
.accroche h3:after {
  display: none;
}
.accroche h3.blue {
  color: #465f77;
}

.margin {
  height: 40px;
}

.no-margin {
  margin: 0 !important;
}
.margin-hauto {
	margin: auto 0;
}
.mb-7 {
	margin-bottom: 7px;
}
p {
  font-size: 1.4em;
  line-height: 1.35em;
}
p.big,
p .big {
  font-size: 1.8em;
  line-height: 1.4em;
}
p.big,
p .big {
	color: #465f77;
}
p.bigger,
p .bigger {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 600;
}
p.enormous,
p .enormous {
  font-size: 60px;
  line-height: 1em;
  font-weight: 600;
}

h4 {
  color: #465f77;
}

.defaut-color {
  color: #465f77 !important;
}

.text-white {
  color: #fff !important;
}
.text-white div,
.text-white p,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4 {
  color: #fff !important;
}
.text-blue {
	color: #1C5493!important;
}

.link-accordeon {
  color: #fff;
  font-size: 1.57em;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  text-decoration: none;
  background: none;
  border: none;
}
.link-accordeon:focus {
  text-decoration: none;
}
.link-accordeon strong {
  font-weight: 500;
}
.link-accordeon::before {
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  content: '';
  display: inline-block;
  width: 16px;
  height: 12px;
  background-image: url(../image/ui/fleche-bt.svg);
  background-size: contain;
  margin-right: 0.3em;
}
.link-accordeon:hover, .link-accordeon:focus {
  text-decoration: none;
  color: #fff;
}
.link-accordeon:hover::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ligne {
  padding: 60px 0;
}

.bloc-detail {
  background-color: #fff;
  padding: 30px 30px 30px 85px;
  position: relative;
}
.bloc-detail h4 {
  font-size: 24px;
  text-transform: uppercase;
	margin-bottom: .5em;
}
.bloc-detail .data {
  font-size: 4em;
  font-weight: 600;
  line-height: 1.2em;
}
.bloc-detail.reveal {
  -webkit-animation-duration: 1500ms;
          animation-duration: 1500ms;
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.bloc-detail:before {
  content: '';
  position: absolute;
  width: 66px;
  height: 66px;
  background-color: #ccc;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.bloc-detail:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 46px 46px;
  border-color: transparent transparent #ccc transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

.section-white .bloc-detail {
  padding: 30px 60px 30px 40px;
}

.last {
  padding-bottom: 6em;
}

.bottom {
  height: 120px;
  background-color: #627590;
}
.bottom:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 180px 0 180px;
  border-color: #f6ebec transparent transparent transparent;
  margin: 0 auto;
  display: block;
}
.bottom a.fleche {
  position: absolute;
  display: block;
  left: 50%;
  top: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(/fr/image/ui/fleche-scroll-white.svg);
}
.bottom a.fleche-red {
  position: absolute;
  display: block;
  left: 50%;
  top: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(/fr/image/ui/fleche-scroll.svg);
}
.bottom a.fleche-blue {
  position: absolute;
  display: block;
  left: 50%;
  top: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(/fr/image/ui/fleche-scroll-petrol.svg);
}

#bloc-protect .hero-section {
  background-color: #c63f45;
}
#bloc-protect .bloc-detail:before {
  background-color: #0D5091;
  background-image: url(/fr/image/infographie/protect-icon-white.png);
}
#bloc-protect .bloc-detail:after {
  border-color: transparent transparent #D32A2F transparent;
}
#bloc-protect .section-color2 {
  background-color: #c63f45;
  padding: 3em 0;
}
#bloc-protect .section-color3 {
  background-color: #f6ebec;
}
#bloc-protect .section-white .bloc-detail {
  background-color: #f6ebec;
}
#bloc-protect .section-white p {
  margin: 15px 0;
  font-size: 1.3em;
  line-height: 1.3em;
}
#bloc-protect .section-white p#text-pluie {
  margin-top: -10.8rem;;
}
#bloc-protect #illustration-parapluie {
  position: relative;
  top: -12.5rem;
}
#bloc-protect #illustration-parapluie #protect-parapluie {
  width: 178px;
}
#bloc-protect #illustration-parapluie .pluie {
  position: relative;
  width: 100px;
  height: 100px;
  top: 1rem;
  left: 1rem;
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
  overflow: hidden;
}
#bloc-protect #illustration-parapluie .pluie img {
  position: absolute;
  width: 60px;
  left: 0;
  top: 0;
}
#bloc-protect #illustration-parapluie .pluie img {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-name: pluie;
          animation-name: pluie;
  -webkit-animation-iteration-count: 5;
          animation-iteration-count: 5;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;	
}
#bloc-protect #illustration-parapluie .pluie #pluie2 {
  left: 25%;
}
#bloc-protect #illustration-parapluie .pluie #pluie2 {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}
#bloc-protect #illustration-parapluie .pluie #pluie3 {
	/*

		  */
  left: 66%;
}
#bloc-protect #illustration-parapluie .pluie #pluie3 {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-delay: 950ms;
          animation-delay: 950ms;	
}
#bloc-protect #illustration-parapluie .pluie #pluie4 {
  left: 5%;
}
#bloc-protect #illustration-parapluie .pluie #pluie4 {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

@-webkit-keyframes pluie {
  from {
    top: -100%;
  }
  to {
    top: 100%;
  }
}
@keyframes pluie {
  from {
    top: -100%;
  }
  to {
    top: 100%;
  }
}

#bloc-protect #icon-more {
  position: absolute;
  left: 42%;
  top: 20%;
}
#bloc-protect #icon-more img {
  width: 75px;
  height: 75px;
}
#bloc-protect #protect-boue {
  width: 354px;
}

#bloc-accompagner .hero-section {
  background-color: #627590;
}
#bloc-accompagner .bloc-detail:before {
  background-color: #DD767A;
  background-image: url(/fr/image/infographie/accompagner-icon-white.png);
}
#bloc-accompagner .bloc-detail:after {
  border-color: transparent transparent #687C98 transparent;
}
#bloc-accompagner .bloc-detail.bloc-enfant {
  padding-right: 15px;
  padding-left: 15px;
}
#bloc-accompagner .bloc-detail.bloc-enfant .text-bloc-enfant {
  margin: 60px 0 15px 0;
}
#bloc-accompagner .section-color2 {
  background-color: #A4B0C1;
}
#bloc-accompagner .section-color3 {
  background-color: #e4e9ef;
}
#bloc-accompagner .section-white .bloc-detail {
  background-color: #e4e9ef;
}
#bloc-accompagner .focus-red {
  font-size: 26px;
  font-weight: 100;
  color: #DD767A;
  margin-top: 15px;
}
#bloc-accompagner .focus-red:before {
  content: '';
  display: inline-block;
  background-image: url(/fr/image/ui/fleche-bt-red.png);
  width: 16px;
  height: 12px;
  margin-right: 10px;
  margin-bottom: 3px;
  background-size: contain;
}
#bloc-accompagner .focus-blue {
  font-size: 26px;
  font-weight: 100;
  color: #1C5493;
  margin-top: 15px;
}
#bloc-accompagner .focus-blue:before {
  content: '';
  display: inline-block;
  background-image: url(/fr/image/ui/fleche-bt-petrol.png);
  width: 16px;
  height: 12px;
  margin-right: 10px;
  margin-bottom: 3px;
  background-size: contain;
}
#bloc-accompagner ul {
  margin-top: 30px;
}
#bloc-accompagner ul li {
	color: #1C5493;
  font-size: 21px;
  padding-left: 30px;
  background-image: url(/fr/image/ui/fleche-bt-petrol.png);
  background-position: left 8px;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  margin-bottom: 15px;
}
#bloc-accompagner .bottom {
  background-color: #0D5091;
}
#bloc-accompagner .bottom:after {
  border-color: #e4e9ef transparent transparent transparent;
}
#bloc-accompagner #vague {
  bottom: 0;
  right: 0;
}
#bloc-accompagner #vague img {
  width: 800px;
}
#bloc-accompagner #accompagner-coeur {
  width: 282px;
}
#bloc-accompagner #accompagner-enfant {
  width: 276px;
}
#bloc-accompagner #accompagner-balancoire {
  position: absolute;
  width: 258px;
  top: -30px;
  right: 10%;
}
#bloc-accompagner #accompagner-balancoire {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: balance 500ms 8;
          animation: balance 500ms 8;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  animation-direction: alternate-reverse;
  animation-fill-mode: forwards;
}
@-webkit-keyframes balance {
  from {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  to {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
@keyframes balance {
  from {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  to {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
#bloc-accompagner #accompagner-horloge {
  width: 246px;
  margin-top: -50px;
  position: relative;
  margin-left: 70px;
}
#bloc-accompagner #accompagner-horloge img {
  display: block;
}
#bloc-accompagner #accompagner-horloge img.fond {
  width: 100%;
}
#bloc-accompagner #accompagner-horloge #aiguilles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#bloc-accompagner #accompagner-horloge .aiguille {
  position: absolute;
  width: 14px;
  height: 100%;
  left: 47.15%;
}
#bloc-accompagner #accompagner-horloge .aiguille {
  -webkit-animation: linear 2;
          animation: linear 2;
  -webkit-animation-name: aiguille;
          animation-name: aiguille;
}
#bloc-accompagner #accompagner-horloge .aiguille img {
  width: auto;
  height: 100%;
}
#bloc-accompagner #accompagner-horloge #aiguilleHeure {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
#bloc-accompagner #accompagner-horloge #aiguilleMinute {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
#bloc-accompagner #accompagner-horloge #aiguilleSeconde {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@-webkit-keyframes aiguille {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes aiguille {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#bloc-accompagner #accompagner-horloge #horloge-femme {
  position: absolute;
  left: -23%;
  bottom: -3%;
  width: auto;
  height: 87%;
}

#bloc-parcours .hero-section {
  background-color: #0D5091;
}
#bloc-parcours .bloc-detail {
  padding: 80px 40px 30px 40px;
}
#bloc-parcours .bloc-detail:before {
  background-color: #DAA12D;
  background-image: url(/fr/image/infographie/parcours-icon-white.png);
}
#bloc-parcours .bloc-detail:after {
  border-color: transparent transparent #3D72A7 transparent;
}
#bloc-parcours .section-color2 {
  background-color: #8BABCA;
}
#bloc-parcours .section-color3 {
  background-color: #d8e1e9;
}
#bloc-parcours .section-white .bloc-detail {
  background-color: #d8e1e9;
}
#bloc-parcours #parcours-office {
  width: 100%;
}
#bloc-parcours #parcours-ampoule {
  -webkit-animation: linear 40;
          animation: linear 40;
  animation-direction: alternate-reverse;
  -webkit-animation-duration: 120ms;
          animation-duration: 120ms;
  -webkit-animation-name: ampoule;
          animation-name: ampoule;
}
@-webkit-keyframes ampoule {
  from {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ampoule {
  from {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
	#bloc-protect #illustration-parapluie .pluie img,
	#bloc-accompagner #accompagner-balancoire,
	#bloc-accompagner #accompagner-horloge .aiguille,
	#bloc-parcours #parcours-ampoule {
		animation: none;
	}
}
#bloc-parcours #parcours-ampoule {
	position: absolute;
}
#bloc-parcours #parcours-femme-globe img {
  position: absolute;
}
#bloc-parcours #parcours-globe {
  width: 169px;
  top: -146px;
}
#bloc-parcours #parcours-femme-terre {
  width: 121px;
}
#bloc-parcours .bottom {
	background-color: #2b7779;
}
#bloc-parcours .bottom::after {
	border-color: #8BABCA transparent transparent transparent;
}
#bloc-qvt .hero-section {
  background-color: #2b7779;
}
.hero-section .bloc-illustration img.qvt-img {
	width: 550px;
}
#bloc-qvt .section-color3 {
	background-color: #c3e7e4;
}
#bloc-qvt .section-color2 {
	background-color: #cdeef0;
}
#bloc-qvt #mobilite-durable {
	position: relative;
	top: -5em;
}
#bloc-qvt .bloc-detail::before {
	background-color: #2b7779;
	background-image: url(/fr/image/infographie/accompagner-icon-white.png);
}
#bloc-qvt .bloc-detail::after {
	border-color: transparent transparent #2b7779 transparent;
}
#bloc-qvt #qvt-coeur {
	width: 282px;
}
#bloc-qvt #qvt-enfant {
	width: 276px;
}
#bloc-qvt .bloc-detail {
	padding: 80px 40px 30px 40px;
}
#bloc-qvt #mobilite-durable {
	width: 276px;
}
#bloc-qvt #echange {
	width: 276px;
}
#bloc-qvt .bloc-detail::before {
	background-color: #0D5091;
	background-image: url(/fr/image/infographie/qvt-icon-white.png);
}

@media (min-width: 220px) and (max-width: 425px) {
	.row {
		margin-left: 0;
		margin-right: 0;
	}
	.collapse:not(.show) {
		display: block !important;
	}
	.hero .deco-hero {
		display: none;
	}
	.hero-infographie .bloc-illustration {
		width: 30%;
		right: -1em;
	}
	.hero-section {
		height: auto;
	}
	.bloc-illustration {
		text-align: center;
	}
	.hero-section .bloc-illustration img {
		width: 250px;
	}
	.hero-section h2 {
		font-size: 1.5em;
	}
	.link-accordeon {
		font-size: 1.3em;
	}
	.accroche h3 {
		font-size: 1.4em;
		margin: 1em 0;
	}
	.accroche h3 span {
		font-size: 3em;
		line-height: 1.2em;
		letter-spacing: -.1em;
	}
	.bloc-detail::before {
		width: 40px;
		height: 40px;
	}
	.bloc-detail {
		padding: 30px 30px 30px 60px;
	}
	.bloc-detail h4 {
		font-size: 1.3em;
		margin-top: 1em;
	}
	.bottom::after {
		border-width: 80px 160px 0 160px;
	}
	p.enormous, p .enormous {
		font-size: 2.5em;
	}
	p {
		font-size: 1.2em;
	}
	p.big, p .big {
		font-size: 1.3em;
	}
	p.bigger, p .bigger {
		font-size: 3em;
		letter-spacing: -.05em;
	}
	.accroche .icon {
		margin-top: 1em;
	}
	.bloc-detail::before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.hero-infographie .bloc-illustration img {
		display: none;
	}
	#bloc-accompagner #accompagner-coeur,
	#bloc-accompagner #accompagner-enfant	{
		width: 150px;
		margin: 1em 0;
	}
	#bloc-accompagner #balancoire-container {
		display: none;
	}
	#bloc-accompagner #accompagner-horloge {
		width: 140px;
		margin: .5em auto 1em auto;
	}
	#bloc-accompagner ul li {
		font-size: 1.3em;
		line-height: 1.3em;
	}
	#bloc-protect #illustration-parapluie {
		display: none;
	}
	#bloc-protect #icon-more {
		top: 55%;
		left: 35%;
	}
	#bloc-protect #icon-more img {
		width: 55px;
		height: 55px;
	}
	#bloc-protect .section-white p#text-pluie {
		margin-top: 5rem;
	}
	#bloc-protect #protect-boue {
		position: relative;
		width: 200px;
		left: 4em;
		margin-bottom: 2em;
	}
	.last {
		padding-bottom: 0;
	}
	.hero-section .bloc-illustration img.qvt-img {
		width: 270px;
		margin: 0;
	}
	#bloc-parcours #parcours-ampoule {
		width: 8.5%;
		left: 29%;
	}
	#bloc-parcours #parcours-femme-globe {
		display: none;
	}
	#bloc-qvt #mobilite-durable {
		margin: 0;
	}
	#bloc-qvt .section-color3 {
		padding: 0 2em;
	}
}



@media (min-width: 426px) and (max-width: 576px) {
	.row {
		margin-left: 0;
		margin-right: 0;
	}
	.collapse:not(.show) {
		display: block !important;
	}
	.hero {
		height: 350px;
	}
	.hero-infographie .deco-hero #nuages1 img,
	.hero-infographie .deco-hero #nuages2 img,
	.hero-infographie .deco-hero #arbres1 img,
	.hero-infographie .deco-hero #arbres2 img	{
		display: none;
	}
	.hero-infographie .bloc-illustration {
		top: 12em;
		right: 0;
		width: 30%;
	}
	.hero .bloc-hero h1 {
		font-size: 2em;
		margin-top: -3em;
	}
	.hero-section .bloc-illustration {
		text-align: center;
	}
	.hero-section .bloc-illustration img {
		width: 55%;
	}
	.hero-section h2 {
		font-size: 1.7em;
	}
	.accroche h3 {
		font-size: 1.4em;
	}
	.bloc-detail {
		text-align: center;
		padding: 2em;
	}
	.bloc-detail h4 {
		font-size: 1.4em;
		margin: 1em 0;
	}
	p {
		font-size: 1.4em;
	}
	.bloc-detail::before {
		width: 40px;
		height: 40px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#bloc-protect .hero-section {
		height: auto;
	}
	#bloc-protect #illustration-parapluie {
		right: 0;
		top: -10px;
		width: 140px;
		margin-left: auto;
	}
	#bloc-protect #illustration-parapluie #protect-parapluie {
		width: 110px;
	}
	#bloc-protect #illustration-parapluie .pluie {
		display: none; 
	}
	#bloc-protect #icon-more {
		margin: 1em 0;
		left: 50%;
		top: 190px;
	}
	#bloc-protect #icon-more {
		left: 0;
		top: 55%;
	}
	#bloc-protect #icon-more img {
		margin-left: 0;
	}
	#bloc-protect .section-white p#text-pluie {
		margin-top: 0;
	}
	#bloc-protect #protect-boue {
		position: relative;
		width: 200px;
		left: 35%;
		margin: 0 auto 2em auto;
	}
	p.big, p .big {
		font-size: 1.4em;
		line-height: 1.3em;
	}
	.last {
		padding-bottom: 0;
	}
	.accroche h3 {
		font-size: 1.4em;
		line-height: 1.3em;
	}
	.accroche h3 span {
		font-size: 3em;
		letter-spacing: -.05em;
	}
	p.enormous, p .enormous {
		font-size: 3em;
	}
	#bloc-accompagner #accompagner-coeur,
	#bloc-accompagner #accompagner-enfant	{
		width: 150px;
		margin: 1em auto;
	}
	#bloc-accompagner #accompagner-balancoire {
		width: 150px;
	}
	#bloc-accompagner #accompagner-horloge {
		width: 150px;
		margin: 1em auto 2em auto;
	}
	#bloc-parcours #parcours-ampoule {
		width: 8.5%;
		left: 28.5%;
	}
	#parcours-femme-globe {
		display: none;
	}
	#bloc-accompagner .focus-blue {
		font-size: 1.5em;
	}
	#bloc-accompagner ul {
	margin-left: .5em;
}
	#bloc-accompagner ul li {
		font-size: 1.2em;
		line-height: 1.3em;
	}
	#bloc-qvt #mobilite-durable {
		margin: 0 0 3em 0 !important;
	}
	.hero-section .bloc-titre {
		padding: 1em;;
	}
	.hero-section .bloc-illustration img.qvt-img {
		width: 350px;
	}
}

@media (min-width: 577px) and (max-width: 768px) {
  body {
    text-align: center;
  }
.row {
	margin-left: 0;
	margin-right: 0;
}
  .ligne {
    padding: 30px 0 !important;
  }

  .link-accordeon {
    display: none;
  }

  .collapse:not(.show) {
    display: block !important;
  }

  .accroche .icon {
    margin-top: 0;
  }
.hero-infographie .deco-hero #nuages1,
.hero-infographie .deco-hero #nuages2 {
	display: none;
}
	.hero-infographie #arbres1 {
		bottom: 80px!important;
  }
  .hero-infographie #arbres2 {;
	  bottom: 20px!important;
  }
  .hero .bloc-hero h1 {
    margin: 1em auto 0 auto;
  }
  .hero-infographie .is-titre h1:after {
    margin: 0.4em auto;
  }
  .hero-infographie .bloc-illustration, #bloc-protect .bloc-illustration, #bloc-accompagner .bloc-illustration, #bloc-parcours .bloc-illustration {
    position: relative;
    width: 45%;
	top: 0;
    margin: 0 auto;
  }
  .hero-section {
    height: auto;
  }
  .hero-section .bloc-titre {
    padding: 2em 1em;
    text-align: center;
  }
  .hero-section h2 {
	  font-size: 2em;
    text-align: center;
  }
  .hero-section h2:after {
    margin: 0.3em auto;
  }
  .hero-section .bloc-illustration img {
    width: 100%;
  }

  .bloc-detail {
    margin-bottom: 20px;
    text-align: center;
    padding: 80px 20px 20px 20px !important;
  }
  .bloc-detail br {
    display: none;
  }
  .bloc-detail.h-100 {
    height: auto !important;
  }
  .bloc-detail:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
	#bloc-protect #icon-more {
		top: 21%;
		left: 55%;
	}
	#bloc-protect #icon-more img {
	margin-left: 0;
}
  #bloc-protect-social [class*='col-'] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  #bloc-protect-social p#text-pluie {
    margin-top: 10px !important;
  }

  .text-bloc-enfant {
    margin: 0px !important;
  }

  #bloc-accompagner ul li {
    text-align: left;
  }

  #bloc-protect #illustration-parapluie {
    position: relative;
    top: auto;
    left: auto;
    width: 320px;
    margin: 0 auto;
  }
  #bloc-protect #illustration-parapluie #protect-parapluie {
    width: 60%;
  }
  #bloc-protect #illustration-parapluie .pluie {
    display: none;
  }

  #bloc-protect #icon-more {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
  }

  #protect-boue {
    width: 35% !important;
    margin: 10px auto !important;
    display: block;
  }

  #accompagner-coeur, #accompagner-enfant {
    width: 35% !important;
    margin: 30px auto;
    display: block;
  }

  #balancoire-container {
    display: none;
  }

  #bloc-accompagner #accompagner-horloge {
    width: 25%;
    margin-top: 0;
    position: relative;
    display: block;
    margin: 0 auto;
    left: 4%;
    margin-bottom: 50px;
  }
#bloc-accompagner ul {
	margin-left: 2em;
}
p.big {
	margin: 0 2em 2em 2em;
}
  #bloc-parcours #parcours-office {
    margin-bottom: 30px;
  }
	#bloc-parcours #parcours-ampoule {
		width: 8.5%;
		left: 28.3%;
		top: 0.3%;
	}

  #bloc-parcours #parcours-femme-globe {
    position: relative;
    padding-top: 140px;
  }

  #bloc-parcours #parcours-femme-globe #parcours-globe {
    position: absolute;
    width: 169px;
    top: 0;
	left: 41%;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }

  #bloc-parcours #parcours-femme-globe #parcours-femme-terre {
    position: relative;
    width: 121px;
    left: 0;
  }
}

@media (min-width: 769px) and  (max-width: 992px) {
	.hero-infographie .deco-hero #nuages1,
	.hero-infographie .deco-hero #nuages2 {
		display: none;
	}
	.vertical-center {
		height: 70%;
	}
  .hero-section {
    height: auto;
  }
  .hero-section h2 {
	  font-size: 1.8em;
  }

  .hero-section .bloc-titre {
    margin-top: auto;
  }
	.hero-infographie .bloc-illustration {
		top: -2.5em;
		width: 30%;
	}
  .hero-section .bloc-illustration img {
    width: 100%;
  }
  .hero-section .bloc-illustration img.qvt-img {
	width: 400px;
}
  .hero .bloc-hero h1 {
	  font-size: 2.1em;
  }
  .hero-infographie .deco-hero #arbres1, .hero-infographie .deco-hero #arbres2 {
	  display: none;
  }
  #bloc-protect #illustration-parapluie {
	  right: -2em;
  }
  #bloc-protect #illustration-parapluie .pluie {
	  width: 90px;
	  height: 90px;
	  left: -10px;
  }
	#bloc-protect #icon-more {
		top: 21%;
		left: 55%;
	}  
	
#bloc-protect #icon-more img {
	width: 50px;
	height: 50px;
}
.bloc-detail::before {
	width: 40px;
	height: 40px;
}
.bloc-detail h4 {
	font-size: 1.5em;
}
.bloc-detail p {
	font-size: 1.4em;
}
.last {
	padding-bottom: 1em;
}
#bloc-protect #protect-boue {
	width: 270px;
}
p.big, p .big {
	font-size: 1.6em;
}
.ligne {
	padding: 4em 0;
}
#bloc-accompagner #accompagner-coeur {
	width: 200px;
}
#bloc-accompagner #accompagner-balancoire {
	width: 170px;
	right: 4%;
}
#bloc-accompagner #accompagner-horloge {
	width: 170px;
	margin-left: 50px;
}
p.enormous, p .enormous {
	font-size: 3.5em;
}
p {
	font-size: 1.35em;
}
#bloc-accompagner .focus-blue {
	font-size: 1.5em;
}
#bloc-accompagner ul {
	margin-left: 5em;
}
#bloc-accompagner ul li {
	font-size: 1.3em;
}
	#bloc-parcours #parcours-ampoule {
		width: 5.5%;
		left: 6.4%;
		top: 0.5%;
	}
#bloc-parcours #parcours-globe {
	width: 150px;
	top: -136px;
}
#bloc-parcours #parcours-femme-terre {
	width: 100px;
	left: 79%;;
}
.hero-section .bloc-illustration img.qvt-img {
	margin-left: -3em;
}
#bloc-qvt #echange {
	width: 250px;
}
}

@media (min-width: 993px) and  (max-width: 1023px) {
	.hero-infographie .deco-hero #arbres1 {
		display: none;
	}
	.hero .bloc-hero h1 {
		margin-top: -2em;
	}
	.hero-section .bloc-illustration img {
		width: 400px;
	}
	#bloc-protect #icon-more {
		left: 42%;
	}
	#bloc-parcours #parcours-ampoule {
		width: 5%;
		left: 7.9%;
		top: 0.5%;
	}
	#bloc-parcours #parcours-femme-terre {
		left: 80.5%;
	}
}

@media (min-width: 1024px) and  (max-width: 1199px) {
	.hero-infographie .deco-hero #nuages1,
	.hero-infographie .deco-hero #arbres1,
	.hero-infographie .deco-hero #arbres2 {
		display: none;
	}
	.hero-section .bloc-illustration img {
		width: 400px;
	}
	.hero-section .bloc-illustration img.qvt-img {
		width: 520px;
	}
	.row {
		margin-left: 0;
		margin-right: 0;
	}
	#bloc-parcours #parcours-ampoule {
		width: 5%;
		left: 8%;
		top: 0.5%;
	}
	#bloc-parcours #parcours-femme-terre {
		left: 80.5%;
	}
}

@media (min-width: 1200px) and  (max-width: 1399px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }
	#bloc-parcours #parcours-ampoule {
		width: 5.5%;
		left: 7.2%;
		top: 0.5%;
	}
	#bloc-parcours #parcours-femme-terre {
		left: 79.5%;
	}
}
@media (min-width: 1400px) {
	#bloc-parcours #parcours-ampoule {
		width: 5.5%;
		left: 7%;
	}
	#bloc-parcours #parcours-femme-terre {
		left: 79%;
	}
}

/*# sourceMappingURL=infographie.css.map */