h2 {
  font-size: 4rem;
  margin: 50px;
  line-height: 1.4;
  font-weight: 300;
}
h2.titre-bleu {
  color: #0b2f4b !important;
  font-size: 2.5rem;
}
h2 span {
  font-size: 3.2rem;
  font-weight: 700 !important;
  display: block;
}

.img-container {
  position: relative;
}

.img-top {
  position: absolute;
  bottom: 0;
  right: 4px;
  width: 55%;
}

@media screen and (min-width: 768px) {
  .hq-p-large {
    font-size: 3.2rem !important;
    line-height: 1.5;
  }
  h1 span {
    font-style: italic;
    font-weight: 800;
  }
  h1 {
    font-size: 5.6rem;
    line-height: 1.4;
    font-weight: 800;
  }
  h2 {
    font-size: 4rem;
    margin: 50px;
    line-height: 1.4;
    font-weight: 300;
  }
  h2.titre-bleu {
    color: #0b2f4b !important;
    font-size: 4rem;
  }
  h2 span {
    font-size: 4rem;
    font-weight: 700 !important;
    display: block;
  }
  h3 {
    font-size: 4rem;
    line-height: 1.4;
  }
  p {
    margin: 26px 0 10px 0;
    line-height: 1.8;
    font-size: 1.8rem;
  }
  .bloc-relative {
    position: relative;
    top: -125px;
  }
  table.hq-tableau {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .liste-deux-colonnes {
    -webkit-column-count: 1 !important;
       -moz-column-count: 1 !important;
            column-count: 1 !important;
  }
}
body {
  font-family: "Open Sans", sans-serif;
}

ul {
  list-style-image: url(/themes/developpement-durable/images/puce-dd.svg);
  padding-left: 18px;
}
ul li {
  margin: 20px 10px;
  line-height: 1.8;
  font-size: 1.8rem;
}

ol li {
  line-height: 1.8;
  font-size: 1.8rem;
}

a.lien-pointeur {
  background: url(/themes/developpement-durable/images/puce-dd.svg) no-repeat 0 0.2em;
  padding-left: 24px;
}

.liste-deux-colonnes {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.txt-bleu {
  color: #0b2f4b !important;
}

#bloc-rapport {
  margin: 0 auto;
  padding: 75px 0;
  overflow: hidden;
}

.hq-section {
  margin: 40px auto;
}
@media screen and (min-width: 1024px) {
  .hq-section {
    margin: 75px auto;
  }
}

.inner-rapport {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}
.inner-rapport h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
.inner-rapport .rapport-ipad {
  position: relative;
  -webkit-transform: translate(0, -100px);
      -ms-transform: translate(0, -100px);
          transform: translate(0, -100px);
  margin-bottom: -100px;
  top: 50px;
  z-index: 9;
}
.inner-rapport .rapport-ipad img {
  width: 150%;
  max-width: none !important;
}
.inner-rapport .columns:not(:first-child) {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .inner-rapport .columns:not(:first-child) {
    margin-top: 0;
  }
}
.inner-rapport .border-bottom {
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .inner-rapport .border-bottom {
    padding-bottom: 75px;
  }
}

.bring-forward {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1699px) {
  .inner-rapport {
    margin-left: 100px;
    margin-right: 100px;
  }
  .inner-rapport .rapport-ipad {
    -webkit-transform: translate(-50px, -75px);
        -ms-transform: translate(-50px, -75px);
            transform: translate(-50px, -75px);
    margin-bottom: 0;
    top: 0;
  }
  .inner-rapport .rapport-ipad img {
    width: 160%;
  }
}
@media screen and (max-width: 1549px) {
  .inner-rapport {
    margin-left: 50px;
    margin-right: 50px;
  }
  .inner-rapport .rapport-ipad {
    -webkit-transform: translate(-75px, -50px);
        -ms-transform: translate(-75px, -50px);
            transform: translate(-75px, -50px);
    margin-bottom: -50px;
  }
  .inner-rapport .rapport-ipad img {
    width: 180%;
  }
}
@media screen and (max-width: 1399px) {
  .inner-rapport {
    margin-left: auto;
    margin-right: auto;
  }
  .inner-rapport .rapport-ipad {
    -webkit-transform: translate(-75px, 0);
        -ms-transform: translate(-75px, 0);
            transform: translate(-75px, 0);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 912px) and (max-width: 1299px) {
  .inner-rapport {
    margin-left: 0;
    margin-right: 0;
  }
  .inner-rapport .bring-forward {
    margin-bottom: 100px;
  }
  .inner-rapport .rapport-ipad {
    -webkit-transform: translate(-5%, 25%);
        -ms-transform: translate(-5%, 25%);
            transform: translate(-5%, 25%);
    bottom: 0;
  }
  .inner-rapport .rapport-ipad img {
    width: 140%;
  }
}
@media screen and (max-width: 560px) {
  .inner-rapport .rapport-ipad {
    -webkit-transform: translate(-5%, 0);
        -ms-transform: translate(-5%, 0);
            transform: translate(-5%, 0);
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 560px) {
  h2 {
    margin: 0;
  }
  #notre-approche h2.titre-bleu {
    margin-top: 30px;
  }
  .hq-sticky-txt {
    margin: 0 15px !important;
  }
}
.bloc-opaque {
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 40px;
  margin-bottom: 40px;
}

.linear-gradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(#0f096c));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #0f096c 100%);
  z-index: 9 !important;
  width: 100%;
  height: 600px;
  position: absolute;
  opacity: 0.7;
}

#hero-video-banner {
  height: 600px;
  position: relative;
  background-color: #0b2f4b;
}
#hero-video-banner h1 {
  text-shadow: 1px 1px 20px #0f096b;
}

.section-video-txt {
  position: relative;
  background-color: #0f096b;
}
.section-video-txt h1,
.section-video-txt .hq-bloc-intro p {
  color: #fff;
  z-index: 999 !important;
  text-shadow: 0px 1px 20px rgb(0, 0, 0);
}
.section-video-txt .row {
  z-index: 999 !important;
  margin: 0;
  position: absolute;
  top: -350px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.fleche {
  position: absolute;
  width: 25px;
  height: 35px;
  left: 50%;
  bottom: 100px;
  z-index: 99;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fleche img {
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
  -webkit-animation: mover 0.5s alternate;
          animation: mover 0.5s alternate;
  -webkit-animation-iteration-count: 6;
          animation-iteration-count: 6;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.fleche.go-to-top {
  bottom: -70px;
}
.fleche.go-to-top img {
  -webkit-animation: none;
          animation: none;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fleche.section-approche {
  left: 49%;
  bottom: auto;
}

.hq-section.bg-dark-blue {
  background-color: #0b2f4b !important;
}
.hq-section.bg-dark-blue.hq-flipcards a.card-open div {
  color: #b0a9d0 !important;
}
.hq-section.bg-dark-blue .card__side--back p,
.hq-section.bg-dark-blue .card__side--back a {
  color: #48433f !important;
}

.hq-flipcards {
  font-family: "Open Sans", sans-serif;
}
.hq-flipcards a .card-front {
  text-align: center;
  font-size: 1.8rem;
}
.hq-flipcards a.card-open {
  text-decoration: none;
  color: #a9a1cb !important;
}
.hq-flipcards a .donnee {
  font-weight: 800 !important;
  display: block;
  font-size: 5.5rem;
  color: #fff !important;
}
.hq-flipcards a .closed .vertical {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.hq-flipcards a .closed .horizontal {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.hq-flipcards .fichier-type,
.hq-flipcards .fichier-type abbr {
  color: #666 !important;
}
.hq-flipcards .circle-plus {
  height: 3.5em;
  width: 3.5em;
  margin: 0 auto;
  margin-top: 50px;
}
.hq-flipcards .circle-plus .circle {
  position: relative;
  width: 3.55em;
  height: 3.5em;
  border-radius: 100%;
  border: solid 1px #0b2f4b;
}
.hq-flipcards .circle-plus .circle .horizontal {
  position: absolute;
  background-color: #ff9a00;
  width: 30px;
  height: 5px;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -2.5px;
}
.hq-flipcards .circle-plus .circle .vertical {
  position: absolute;
  background-color: #ff9a00;
  width: 5px;
  height: 30px;
  left: 50%;
  margin-left: -2.5px;
  top: 50%;
  margin-top: -15px;
}
.hq-flipcards .circle-plus.opened .circle {
  border: solid 1px #0b2f4b;
}
.hq-flipcards .circle-plus.opened .horizontal {
  background-color: #493d7b;
}
.hq-flipcards .circle-plus.opened .vertical {
  background-color: #493d7b;
}
.hq-flipcards .opened .vertical {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hq-flipcards .opened .horizontal {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  70% {
    -webkit-transform: rotateY(200deg);
            transform: rotateY(200deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  70% {
    -webkit-transform: rotateY(200deg);
            transform: rotateY(200deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
@-webkit-keyframes rotate-inverse {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  70% {
    -webkit-transform: rotateY(-20deg);
            transform: rotateY(-20deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}
@keyframes rotate-inverse {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  70% {
    -webkit-transform: rotateY(-20deg);
            transform: rotateY(-20deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}
@keyframes stayvisible {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
@-webkit-keyframes stayvisible {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}

.card {
  -webkit-perspective: 600px;
  -o-perspective: 600px;
  -ms-perspective: 600px;
  perspective: 600px;
  position: relative;
  margin-bottom: 1em;
}
.card .card__wrapper {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  animation: rotate-inverse 0.5s linear both;
  -webkit-animation: rotate-inverse 0.5s linear both;
  -moz-animation: rotate-inverse 0.5s linear both;
  -o-animation: rotate-inverse 0.5s linear both;
  -ms-animation: rotate-inverse 0.5s linear both;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
}
.card .card__side {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  border-radius: 8px;
  color: #fff;
}
.card .card__side.is-active {
  position: static;
}
.card .card__side.card__side--front {
  /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
  animation: stayvisible 0.5s both;
  -webkit-animation: stayvisible 0.5s both;
  -moz-animation: stayvisible 0.5s both;
  -o-animation: stayvisible 0.5s both;
  -ms-animation: donothing 0.5s;
  -ms-transition: visibility 0s linear 0.17s;
  visibility: visible;
}
.card .card__side.card__side--back {
  padding: 2em 6em 2em 2em;
  background-color: #fff;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
  animation: stayvisible 0.5s both;
  -webkit-animation: stayvisible 0.5s both;
  -moz-animation: stayvisible 0.5s both;
  -o-animation: stayvisible 0.5s both;
  -ms-animation: donothing 0.5s;
  -ms-transition: visibility 0s linear 0.17s;
  visibility: hidden;
}
.card .card__side.card__side--back a {
  display: none;
}
.card .card__side.card__side--back p {
  margin-top: 0;
}
.card .card__side.card__side--back .circle-plus {
  position: absolute;
  top: 1em;
  right: 1em;
  margin-top: 0;
}
.card .card__side.card__side--back:focus, .card .card__side.card__side--back:hover {
  background-color: #fff;
}
.card.is-switched .card__wrapper {
  -webkit-animation: rotate 0.5s linear both;
          animation: rotate 0.5s linear both;
}
.card.is-switched .card__side--front {
  /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
  animation: stayvisible 0.5s both;
  -webkit-animation: stayvisible 0.5s both;
  -moz-animation: stayvisible 0.5s both;
  -o-animation: stayvisible 0.5s both;
  -ms-animation: donothing 0.5s;
  -ms-transition: visibility 0s linear 0.17s;
  visibility: hidden;
}
.card.is-switched .card__side--front a.card-open {
  display: none;
}
.card.is-switched .card__side--back {
  /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
  animation: stayvisible 0.5s both;
  -webkit-animation: stayvisible 0.5s both;
  -moz-animation: stayvisible 0.5s both;
  -o-animation: stayvisible 0.5s both;
  -ms-animation: donothing 0.5s;
  -ms-transition: visibility 0s linear 0.17s;
  visibility: visible;
}
.card.is-switched .card__side--back a {
  display: block;
}
.card .card__side .card-open {
  display: block;
  height: 100%;
}
.card .card__side .card-open .card-front {
  padding: 5em 2em 2em 2em;
  height: 100%;
}
.card .card__side .card-open:focus .card-front, .card .card__side .card-open:hover .card-front {
  border-radius: 8px;
  background-color: #145384;
}
.card .card__side .card-open:focus .card-front div, .card .card__side .card-open:hover .card-front div {
  color: #fff !important;
}
.card .card__side .card-open:focus .card-front .closed .vertical, .card .card__side .card-open:hover .card-front .closed .vertical {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.card .card__side .card-open:focus .card-front .closed .horizontal, .card .card__side .card-open:hover .card-front .closed .horizontal {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.card .card__side .card-open:focus .circle-plus .circle, .card .card__side .card-open:hover .circle-plus .circle {
  background: #fff;
}
.card .card__side .card-close:focus, .card .card__side .card-close:hover {
  outline: none;
}
.card .card__side .card-close:focus .opened .vertical, .card .card__side .card-close:hover .opened .vertical {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.card .card__side .card-close:focus .opened .horizontal, .card .card__side .card-close:hover .opened .horizontal {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.card .btn {
  outline: 0;
  border: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 22px;
  text-decoration: none;
  margin: 20px;
  color: #fff;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
}
.card .btn:active {
  -webkit-transform: translate(0px, 5px);
      -ms-transform: translate(0px, 5px);
          transform: translate(0px, 5px);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.25);
}
.card .btn--blue {
  background-color: #55acee;
  -webkit-box-shadow: 0px 5px 0px 0px #3c93d5;
          box-shadow: 0px 5px 0px 0px #3c93d5;
}
.card .btn--blue:focus, .card .btn--blue:hover {
  background-color: #6fc6ff;
}
.card .title {
  color: #fff;
}

.cards-carousel {
  border-radius: 8px;
}
.cards-carousel .cards-carousel__title {
  margin-bottom: 24px;
}
.cards-carousel .cards-carousel__title span {
  display: block;
  color: #fff !important;
  font-size: 4rem;
  font-weight: 800 !important;
}
.cards-carousel .cards-carousel__content p {
  -webkit-margin-after: 20px;
  margin-block-end: 20px;
}
.cards-carousel .slick-slide {
  margin: 0 10px;
  padding: 40px;
  background-color: #130c84;
  border-radius: 8px;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.cards-carousel .slick-slide.slick-current {
  opacity: 1;
}
.cards-carousel .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  background: 0 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 10;
}
.cards-carousel .slick-arrow.slick-prev {
  left: 10px;
  background: url(/themes/developpement-durable/images/prev-dd.svg) no-repeat;
  top: 45%;
}
.cards-carousel .slick-arrow.slick-next {
  right: -15px;
  background: url(/themes/developpement-durable/images/next-dd.svg) no-repeat;
  top: 45%;
}
.cards-carousel .slick-dots {
  margin: 0;
  padding: 10px 0;
  list-style-image: none;
  text-align: center;
}
.cards-carousel .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  opacity: 0.4;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.cards-carousel .slick-dots li button {
  display: block;
  padding: 10px;
  background: 0 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.cards-carousel .slick-dots li button:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  transition: background-color 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.cards-carousel .slick-dots li.slick-active {
  opacity: 1;
}
.cards-carousel .slick-dots li.slick-active button:before {
  background-color: #ff9a00;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
}

@media only screen and (max-width: 1499px) {
  .hq-flipcards .card .card__wrapper .card__side {
    height: 380px;
  }
  .hq-flipcards .card .card__wrapper .card__side.card__side--back {
    padding: 30px 80px 30px 30px;
  }
  .hq-flipcards .card .card__wrapper .card__side.card__side--back p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1199px) {
  .hq-flipcards .card .card__wrapper .card__side.card__side--back p {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1099px) {
  .hq-flipcards .card .card__wrapper .card__side.card__side--back {
    padding: 20px 60px 20px 20px;
  }
  .hq-flipcards .card .card__wrapper .card__side.card__side--back p {
    font-size: 1.4rem;
  }
  .hq-flipcards .card .card__wrapper .card__side.card__side--back .circle-plus {
    width: 2.5em;
    height: 2.5em;
  }
  .hq-flipcards .card .card__wrapper .card__side.card__side--back .circle-plus .circle {
    width: 2.5em;
    height: 2.5em;
  }
  .hq-flipcards .card .card__wrapper .card__side.card__side--back .circle-plus .circle .horizontal {
    width: 20px;
    height: 4px;
    margin-top: -2px;
    margin-left: -10px;
  }
  .hq-flipcards .card .card__wrapper .card__side.card__side--back .circle-plus .circle .vertical {
    width: 4px;
    height: 20px;
    margin-top: -10px;
    margin-left: -2px;
  }
}
@media only screen and (max-width: 911px) {
  .hq-flipcards .card .card__wrapper .card__side.card__side--back p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .collapse-content .right-border {
    border-right: 1px solid lightgrey;
  }
  .collapse-content .left-border {
    border-left: 1px solid lightgrey;
  }
  .collapse-content > .row > .small-12:nth-child(1) {
    padding-right: 40px;
    padding-left: 24px;
  }
  .collapse-content > .row > .small-12:nth-child(2) {
    padding-left: 40px;
    padding-right: 24px;
  }
}
#hq-sticky-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
#hq-sticky-grid nav.hq-sidebar {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 400px;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  width: 400px;
  margin-left: 200px;
  margin-right: 4rem;
}
#hq-sticky-grid nav.hq-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 2rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 400px;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  width: 400px;
}
#hq-sticky-grid nav.hq-sidebar ul li {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #f2f2f2;
}
#hq-sticky-grid nav.hq-sidebar ul li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
  white-space: initial;
}
#hq-sticky-grid nav.hq-sidebar ul a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-size: 2rem;
  line-height: 3rem;
  color: #48433f;
}
#hq-sticky-grid nav.hq-sidebar ul a:focus, #hq-sticky-grid nav.hq-sidebar ul a:hover {
  text-decoration: underline;
}
#hq-sticky-grid nav.hq-sidebar ul a.current {
  color: #0b2f4b;
  font-weight: 600;
}
#hq-sticky-grid .hq-sidebar-rapport {
  position: fixed;
  bottom: 0;
  width: 400px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 400px;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  margin-left: 200px;
  margin-right: 4rem;
  background-color: #fff;
  left: 0;
}
#hq-sticky-grid .hq-sidebar-rapport aside {
  margin: 0;
  padding: 2rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 400px;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  width: 400px;
}
#hq-sticky-grid .hq-sticky-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  margin-right: 200px;
}
#hq-sticky-grid .hq-sticky-content section {
  padding: 2rem;
  margin: 0 0 2rem 0;
}
#hq-sticky-grid .hq-sticky-content section h3,
#hq-sticky-grid .hq-sticky-content section h4,
#hq-sticky-grid .hq-sticky-content section h5,
#hq-sticky-grid .hq-sticky-content section h6 {
  color: #0b2f4b;
  font-weight: bold;
  margin-top: 40px;
}
#hq-sticky-grid .hq-sticky-content section h3 {
  font-size: 2.4rem;
}
#hq-sticky-grid .hq-sticky-content .hq-sticky-txt {
  margin: 0 80px;
}

@media screen and (max-width: 1439px) {
  #hq-sticky-grid nav.hq-sidebar {
    margin-left: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    width: 300px;
    white-space: initial;
  }
  #hq-sticky-grid nav.hq-sidebar ul {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    width: 300px;
  }
  #hq-sticky-grid nav.hq-sidebar ul li a {
    line-height: 3rem !important;
  }
  #hq-sticky-grid .hq-sidebar-rapport {
    margin-left: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    width: 300px;
    white-space: initial;
  }
  #hq-sticky-grid .hq-sidebar-rapport aside {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    width: 300px;
  }
  #hq-sticky-grid .hq-sticky-content {
    margin-right: 100px;
  }
  #hq-sticky-grid .hq-sticky-content .hq-sticky-txt {
    margin: 0 40px;
  }
}
@media screen and (max-width: 1079px) {
  #hq-sticky-grid nav.hq-sidebar,
  #hq-sticky-grid .hq-sidebar-rapport {
    margin-left: auto;
  }
  #hq-sticky-grid .hq-sticky-content {
    margin-right: auto;
  }
}
@media screen and (max-width: 911px) {
  #hq-sticky-grid nav.hq-sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 240px;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    width: 240px;
    margin-right: 0;
  }
  #hq-sticky-grid nav.hq-sidebar ul {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 240px;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    width: 240px;
  }
  #hq-sticky-grid nav.hq-sidebar ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  #hq-sticky-grid nav.hq-sidebar ul a {
    padding: 0.5rem 1rem;
    font-size: 1.6rem;
    line-height: 2rem !important;
  }
  #hq-sticky-grid .hq-sidebar-rapport {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 240px;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    width: 240px;
    margin-right: 0;
  }
  #hq-sticky-grid .hq-sidebar-rapport aside {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 240px;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  #hq-sticky-grid {
    display: block;
  }
  #hq-sticky-grid nav.hq-sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  #hq-sticky-grid nav.hq-sidebar ul {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    position: relative !important;
  }
  #hq-sticky-grid .hq-sidebar-rapport {
    position: relative;
    width: 100%;
    text-align: center;
  }
  #hq-sticky-grid .hq-sidebar-rapport aside {
    width: 100%;
  }
}
.hq-mega-collapse .collapse-banner,
.hq-mega-collapse .collapse-banner .collapse-title,
.hq-mega-collapse {
  border-left: none;
  border-right: none;
}

.hq-mega-collapse h3,
.hq-mega-collapse h4 {
  color: #0b2f4b !important;
  font-size: 2.4rem !important;
}
.hq-mega-collapse .collapse-banner {
  margin-bottom: 0 !important;
}
.hq-mega-collapse .collapse-banner .collapse-title {
  display: table-cell;
  text-align: left;
  text-decoration: none;
}
.hq-mega-collapse .collapse-banner .collapse-toggle {
  display: table-cell !important;
  width: 11%;
}
.hq-mega-collapse .collapse-banner .collapse-toggle:after {
  display: block !important;
  background-image: url(/themes/developpement-durable/images/icn-mega-accordeon-defi.png) !important;
  width: 42px !important;
  height: 41px !important;
}
.hq-mega-collapse .collapse-banner.open .collapse-toggle:after {
  background-position: center left !important;
  background-image: url(/themes/developpement-durable/images/icn-mega-accordeon-defi-ouvert.png) !important;
}
.hq-mega-collapse .collapse-banner .collapse-closex {
  display: none !important;
}
.hq-mega-collapse .collapse-banner:focus .collapse-title, .hq-mega-collapse .collapse-banner:hover .collapse-title {
  color: #0b2f4b !important;
}
.hq-mega-collapse .collapse-banner + .collapse-content:before {
  background: transparent !important;
  margin-bottom: 0 !important;
}
.hq-mega-collapse .collapse-content:before {
  display: block !important;
  height: 24px !important;
  border: none !important;
}
.hq-mega-collapse .collapse-content {
  padding: 0 2em 2em 2em !important;
}

.bg-orange {
  background-color: #febc4b;
}
.bg-orange h2 {
  color: #0b2f4b;
}
.bg-orange .hq-mega-collapse .collapse-banner,
.bg-orange .hq-mega-collapse .collapse-banner .collapse-title,
.bg-orange .hq-mega-collapse {
  border-top: 1px solid #febc4b !important;
  border-bottom: 1px solid #febc4b !important;
}
.bg-orange .hq-mega-collapse {
  margin-left: 200px;
  margin-right: 200px;
}
.bg-orange .hq-mega-collapse .collapse-banner .collapse-title {
  border: none !important;
  font-weight: 700;
}
.bg-orange .hq-mega-collapse .collapse-banner .collapse-toggle {
  background-color: transparent;
}
.bg-orange .hq-mega-collapse h4 span {
  font-size: 1.6rem;
  padding-right: 1em;
}
.bg-orange .hq-mega-collapse .collapse-content h5 {
  text-transform: uppercase;
  color: #0b2f4b;
  font-size: 1.6rem;
}
.bg-orange .hq-mega-collapse .collapse-banner.open .collapse-toggle:after {
  background-position: center left;
  background-image: url(/themes/developpement-durable/images/icn-mega-accordeon-defi-ouvert.png);
}
.bg-orange .hq-mega-collapse .collapse-banner.open {
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: 1px solid #fff;
}
.bg-orange .hq-mega-collapse .collapse-content {
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media screen and (max-width: 1439px) {
  .bg-orange .hq-mega-collapse {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media screen and (max-width: 1079px) {
  .bg-orange .hq-mega-collapse {
    margin-left: auto;
    margin-right: auto;
  }
}
.bg-dark-to-blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#00103b), to(#0f096c));
  background: linear-gradient(180deg, #00103b 0%, #0f096c 100%);
}

#hq-outer-mask {
  overflow: initial !important;
}

#dd-notre-approche h1,
#dd-notre-approche h2,
#dd-notre-approche h3 {
  color: #0b2f4b !important;
}
#dd-notre-approche h1 {
  font-size: 3rem !important;
}
#dd-notre-approche h2 {
  font-size: 4.5rem !important;
  font-weight: 800;
  margin-left: 0;
}
#dd-notre-approche h3 {
  font-size: 3rem !important;
  font-weight: 800 !important;
  padding-top: 24px;
}
#dd-notre-approche h4 {
  font-size: 2.2rem !important;
}
#dd-notre-approche h5 {
  font-size: 2rem !important;
}
#dd-notre-approche .hq-nav-section-bloc {
  display: none;
}
#dd-notre-approche .bg-q-hydro {
  position: absolute;
  background-color: #f9f9f9;
  height: 550px;
  width: 100%;
}
#dd-notre-approche .bg-q-hydro .q-hydro {
  background-image: url("/themes/developpement-durable/images/bg-q.png");
  position: absolute;
  background-repeat: no-repeat;
  top: 460px;
  width: 400px;
  height: 400px;
}
#dd-notre-approche .bc-sidebar {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 400px;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  width: 400px;
  margin-left: 0;
  margin-right: 4rem;
  padding-left: 3rem;
}
#dd-notre-approche .liste-liens li:before {
  content: url(/images2016/puce-blanche.svg);
}
#dd-notre-approche #hq-sticky-grid .hq-sticky-content {
  margin-right: 0;
}
#dd-notre-approche #hq-sticky-grid .hq-sticky-content a {
  color: #0b2f4b;
}
#dd-notre-approche #hq-sticky-grid .hq-sticky-content .hq-sticky-txt {
  margin-left: 0;
}
#dd-notre-approche #hq-sticky-grid nav.hq-sidebar {
  margin-right: 0;
}
#dd-notre-approche div[class*=hq-collapse]:not(.etape) > .item a:after,
#dd-notre-approche div[class*=hq-collapse]:not(.etape) > h2 a:after,
#dd-notre-approche div[class*=hq-collapse]:not(.etape) > h3 a:after,
#dd-notre-approche div[class*=hq-collapse]:not(.etape) > h4 a:after,
#dd-notre-approche div[class*=hq-collapse]:not(.etape) > h5 a:after,
#dd-notre-approche div[class*=hq-collapse]:not(.etape) > h6 a:after,
#dd-notre-approche div[class*=hq-collapse]:not(.etape) > section > h2 a:after {
  background-image: url(/themes/developpement-durable/images/icn-mega-accordeon-defi.png) !important;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
#dd-notre-approche div[class*=hq-collapse]:not(.etape) > .item.open a:after,
#dd-notre-approche div[class*=hq-collapse]:not(.etape) > h2.open a:after,
#dd-notre-approche div[class*=hq-collapse]:not(.etape) > h3.open a:after,
#dd-notre-approche div[class*=hq-collapse]:not(.etape) > h4.open a:after,
#dd-notre-approche div[class*=hq-collapse]:not(.etape) > h5.open a:after,
#dd-notre-approche div[class*=hq-collapse]:not(.etape) > h6.open a:after,
#dd-notre-approche div[class*=hq-collapse]:not(.etape) > section > h2.open a:after {
  background-image: url(/themes/developpement-durable/images/icn-accordeon-ouvert.png) !important;
  background-position: 0;
}
#dd-notre-approche figure img + figcaption {
  color: #0b2f4b !important;
  font-size: 2.4rem;
  line-height: 36px;
  letter-spacing: -1px;
  max-width: 1200px;
}
#dd-notre-approche figure img + figcaption.fig-legende {
  background: transparent;
  border-left: 2px solid #0b2f4b;
  margin: 24px 0;
  padding: 0 24px 0 24px !important;
}
#dd-notre-approche a[data-lity] svg {
  right: auto;
}
#dd-notre-approche .graph img {
  border: 50px solid #fff;
}
#dd-notre-approche .bloc-consultez {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #0f096c;
  color: #fff;
  padding: 1em;
  margin: 50px 0;
}
#dd-notre-approche .bloc-consultez a {
  color: #fff !important;
}
#dd-notre-approche .bloc-consultez p {
  color: #ff9a00;
  margin: 0;
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: 800;
}
#dd-notre-approche .bloc-consultez .liste-liens li:before {
  top: -4px;
}
#dd-notre-approche .note {
  font-size: 1.5rem !important;
  margin-top: 0;
}
#dd-notre-approche .breadcrumb-bloc {
  margin-top: 0;
  padding-top: 25px;
}
@media screen and (min-width: 1024px) {
  #dd-notre-approche .two-columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    padding-top: 20px;
  }
  #dd-notre-approche .two-columns p:first-child {
    margin-top: 0;
  }
  #dd-notre-approche .bloc-consultez {
    padding: 40px;
  }
}
@media screen and (max-width: 1439px) {
  #dd-notre-approche .bloc-consultez {
    padding: 100px;
  }
}
@media screen and (max-width: 1279px) {
  #dd-notre-approche .bloc-consultez {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  #dd-notre-approche #hq-sticky-grid .hq-sticky-content .hq-sticky-txt {
    margin-right: 0;
  }
  #dd-notre-approche .bloc-consultez {
    padding: 25px;
  }
  #dd-notre-approche .bg-q-hydro {
    display: none;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1439px) {
  #dd-notre-approche .bc-sidebar {
    margin-left: 100px;
  }
  #dd-notre-approche .q-hydro {
    left: 125px;
  }
}
@media screen and (min-width: 1440px) {
  #dd-notre-approche .bc-sidebar {
    margin-left: 200px;
  }
  #dd-notre-approche .q-hydro {
    left: 225px;
  }
}

.action-legende-bloc {
  list-style-image: none !important;
  padding-left: 0 !important;
}
.action-legende-bloc li:first-child {
  background: url(/themes/developpement-durable/images/icn-ovt.png) no-repeat;
  padding-left: 35px;
}
.action-legende-bloc li.last-child {
  background: url(/themes/developpement-durable/images/icn-agenda-21.png) no-repeat;
  padding-left: 35px;
  padding-bottom: 10px;
  margin-bottom: 0 !important;
}

.etape-legend {
  padding-left: 0;
}

.etape-legend span {
  display: inline-block;
}

.action-figure {
  position: relative;
}

h3.action-ovt,
h3.action-agenda-21 {
  position: relative;
}

h3.action-ovt a,
h3.action-agenda-21 a {
  position: relative;
  padding-right: 155px !important;
}

.action-ovt:after {
  background: url("/themes/developpement-durable/images/icn-ovt.png") no-repeat;
  content: " ";
  display: block;
  text-indent: -10000px;
  height: 24px;
  position: absolute;
  right: 50px;
  top: 12px;
  width: 24px;
  z-index: 1000;
}

.action-ovt.action-agenda-21:after {
  right: 85px;
}

.action-agenda-21:before {
  background: url("/themes/developpement-durable/images/icn-agenda-21.png") no-repeat;
  content: " ";
  display: block;
  text-indent: -10000px;
  height: 24px;
  position: absolute;
  right: 50px;
  top: 12px;
  width: 24px;
  z-index: 1001;
}

.bg-cell {
  background: #e9e8e8;
}

.liste-autres {
  list-style-image: none;
  padding-left: 0;
}

.logo-presenatation p {
  font-weight: 600;
  color: #0f096c;
}

.article-quote-down-big {
  position: relative;
}
.article-quote-down-big::before {
  content: "";
  display: inline-block;
  float: left;
  width: 50px;
  height: 37px;
  margin: 0 10px 10px 0;
  background: url("/themes/developpement-durable/images/quote-down.svg") 0 0 no-repeat;
}
@media screen and (min-width: 768px) {
  .article-quote-down-big::before {
    width: 100px;
    height: 75px;
    margin: 0 20px 15px 0;
  }
}

.author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-size: 2rem;
  text-align: right;
}
.author__name {
  text-transform: uppercase;
  color: #9d5e00;
  font-weight: 600;
}

.txt-bleu-3 {
  color: #1a3664 !important;
}

.txt-meduim {
  font-size: 1.8rem;
}

.center-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .team-portrait--mobile-mb {
    margin-bottom: 30px;
  }
}
.team-portrait__image {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.team-portrait__caption {
  margin-top: 40px;
  text-align: center;
}

img {
  display: block;
  max-width: 100%;
}

.hq-row-large {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1100px) {
  .hq-row-large {
    margin-left: calc(-45vw + 45%);
    margin-right: calc(-45vw + 45%);
  }
}
.hq-row-large__container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}