/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version,> 0.1%,IE 11
*/

@font-face {
  font-family: 'Oceania';
  src: url('font/Oceania-Regular.eot') format("eot"), url('font/Oceania-Regular.woff') format("woff"), url('font/Oceania-Regular.woff2') format("woff2"), url('font/Oceania-Regular.ttf') format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Oceania';
  src: url('font/Oceania-Bold.eot') format("eot"), url('font/Oceania-Bold.woff') format("woff"), url('font/Oceania-Bold.woff2') format("woff2"), url('font/Oceania-Bold.ttf') format("ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Oceania';
  src: url('font/Oceania-Medium.eot') format("eot"), url('font/Oceania-Medium.woff') format("woff"), url('font/Oceania-Medium.woff2') format("woff2"), url('font/Oceania-Medium.ttf') format("ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Oceania';
  src: url('font/Oceania-Light.eot') format("eot"), url('font/Oceania-Light.woff') format("woff"), url('font/Oceania-Light.woff2') format("woff2"), url('font/Oceania-Light.ttf') format("ttf");
  font-weight: 300;
  font-style: normal;
}

html {
  font-size: 62.5%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Oceania' , sans-serif; }
html body {
  font-size: 1.5rem;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
  margin: 0; }
html * {
  font-family: 'Oceania' , sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
html .mobile-hidden {
  display: none; }
@media (min-width: 768px) {
  html .mobile-hidden {
    display: block; }
  html .mobile-hidden.home-button-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
html .wide-hidden {
  display: block; }
@media (min-width: 768px) {
  html .wide-hidden {
    display: none; } }
html a:hover,
html a:focus {
  text-decoration: none; }
@media print {
  html a:after {
    content: none !important; } }
html .a-button {
  width: 100%;
  height: 6rem;
  background-color: #731e80;
  color: #fff;
  text-transform: uppercase;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
@media print {
  html .a-button {
    display: none; } }
html .a-button:hover {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12); }
html h1 {
  font-size: 4.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff; }
@media (min-width: 992px) {
  html h1 {
    font-size: 6rem; } }
html h2 {
  font-size: 3.5rem;
  font-weight: normal;
  text-transform: uppercase;
  color: #64676a; }
@media (min-width: 992px) {
  html h2 {
    font-size: 5rem; } }
html h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #4a4a4a; }
html h4 {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase; }
html h4.h3 {
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: none; }
html .decorated,
html h2.paragraph {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%; }
@media (min-width: 992px) {
  html .decorated,
  html h2.paragraph {
    width: auto; } }
html .decorated:before,
html h2.paragraph:before {
  content: url("../images/svg/rappel-logo.svg");
  margin-top: 2rem;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
@media (min-width: 992px) {
  html .decorated:before,
  html h2.paragraph:before {
    margin-right: 3rem;
    margin-top: 0; } }
@media (min-width: 992px) {
  html .decorated,
  html h2.paragraph {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }
html .three-dots-decoration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
html .three-dots-decoration .dots-decoration {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background-color: #731e80;
  display: inline-block;
  margin: 2rem .5rem; }
html .bubbled {
  position: relative; }
html .bubbled > * {
  position: relative;
  z-index: 1; }
html .bubbled:before {
  position: absolute;
  content: url("../images/svg/bg-saviez-vous-1.svg");
  top: 0;
  left: 0;
  z-index: 0;
  opacity: .07; }
html .bubbled:after {
  position: absolute;
  content: url("../images/svg/bg-saviez-vous-2.svg");
  bottom: -.7rem;
  right: 0;
  z-index: 0;
  opacity: .07; }
html .ariane ol {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
html .ariane ol li {
  list-style-type: none; }
html .ariane ol li {
  font-size: 1.3rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold; }
html .ariane ol li a {
  font-weight: normal;
  color: inherit; }
html .ariane ol li a:after {
  content: "\eab8";
  margin: 0 .8rem;
  font-family: 'icofont';
  font-size: 1.5rem; }
html .publication-bloc {
  position: relative; }
@media (min-width: 768px) {
  html .publication-bloc {
    padding-left: 9.7rem; } }
html .publication-bloc .publication-img {
  width: 19.7rem;
  height: auto;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
  display: block;
  margin: 0 auto -5rem;
  position: relative; }
@media (min-width: 768px) {
  html .publication-bloc .publication-img {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; } }
html .publication-bloc .publication-bloc-info .publication-bloc-title {
  padding: 8rem 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  min-height: 14rem;
  background-color: #fff; }
@media (min-width: 768px) {
  html .publication-bloc .publication-bloc-info .publication-bloc-title {
    padding: 0;
    padding-left: 13rem;
    background-color: transparent; } }
html .publication-bloc .publication-bloc-info .publication-bloc-title h3 {
  font-size: 2.5rem;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  width: 100%; }
@media (min-width: 768px) {
  html .publication-bloc .publication-bloc-info .publication-bloc-title h3 {
    padding-top: 0;
    width: auto; } }
html .publication-bloc .publication-bloc-info .publication-bloc-text {
  padding: 2.8rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-size: 1.4rem;
  min-height: 17rem; }
@media (min-width: 768px) {
  html .publication-bloc .publication-bloc-info .publication-bloc-text {
    padding: 2.8rem 3rem 2.8rem 13rem; } }
html .publication-bloc .publication-bloc-info .publication-bloc-text p {
  margin-bottom: 0;
  line-height: 1.1; }
html .publication-bloc .publication-bloc-info .publication-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fff; }
html .publication-bloc .publication-bloc-info .publication-cta .publication-more {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
html .publication-bloc .publication-bloc-info .publication-cta .publication-consulter {
  width: 16.4rem;
  min-width: auto;
  background-color: #f8f4f9; }
html .publication-bloc .publication-bloc-info .publication-cta .publication-consulter:hover {
  background-color: #64676a; }
html .home-actu-card {
  display: block;
  text-align: center;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12);
  color: #64676a;
  background-color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  min-height: 710px;
  margin-bottom: 90px; }
html .home-actu-card .home-actu-img {
  width: 100%;
  padding-top: 67.55%; }
html .home-actu-card .home-actu-title {
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 16.6rem; }
@media screen and (min-width: 0\0) {
  html .home-actu-card .home-actu-title {
    height: 16.6rem; } }
html .home-actu-card .home-actu-title h3 {
  font-weight: normal;
  font-size: 3rem;
  text-transform: uppercase;
  margin: 0; }
html .home-actu-card .home-actu-publish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f2f2f2;
  padding: 1rem; }
html .home-actu-card .home-actu-publish p {
  margin-bottom: 0;
  margin-left: 1.5rem; }
html .home-actu-card .home-actu-text {
  padding: 3.5rem 1rem 3rem;
  min-height: 12.9rem; }
html .home-actu-card .home-actu-text p {
  margin: 0;
  /* line-height: normal;  */
}
html .home-actu-card .home-actu-plus {
  position: relative;
  padding-bottom: 3.7rem; }
html .home-actu-card .home-actu-plus .home-actu-cta {
  margin: 0;
  color: #731e80; }
html .home-actu-card .home-actu-plus i {
  position: absolute;
  left: calc(50% - 3rem);
  top: 2.7rem;
  width: 6rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  background-color: #731e80;
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
html .home-actu-card:hover {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4); }
html .home-actu-card:hover .home-actu-plus i {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5); }
html .sidebar-page-soeur {
  background-color: #f7f7f7;
  padding: 2.5rem 0 1rem; }
html .sidebar-page-soeur h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #64676a;
  margin: 0; }
html .sidebar-page-soeur ul {
  padding-left: 0;
  margin-bottom: 0;
  display: block; }
html .sidebar-page-soeur ul li {
  list-style-type: none; }
html .sidebar-page-soeur ul a {
  color: #64676a; }
html .sidebar-page-soeur ul a:hover {
  text-decoration: underline; }
html .sidebar-page-soeur ul.page-soeur-liste > li {
  padding: 2rem 3rem 0;
  font-weight: bold;
  background-color: rgba(242, 242, 242, 0);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
html .sidebar-page-soeur ul.page-soeur-liste > li:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d6d6d6;
  display: block;
  margin-top: 2rem; }
html .sidebar-page-soeur ul.page-soeur-liste > li:last-of-type:after {
  background-color: transparent; }
html .sidebar-page-soeur ul.page-soeur-liste > li .page-soeur i {
  margin-left: 2rem;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block; }
html .sidebar-page-soeur ul.page-soeur-liste > li .page-soeur.open i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
html .sidebar-page-soeur ul.page-soeur-liste > li.open {
  background-color: #f2f2f2; }
html .sidebar-page-soeur ul.page-fille-liste {
  padding-left: 3rem;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  height: 0; }
html .sidebar-page-soeur ul.page-fille-liste li {
  font-weight: normal;
  margin-top: 1.3rem; }
html .sidebar-page-soeur ul.page-fille-liste.open {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  height: auto; }
html .sidebar-guide-tri {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.43)), to(rgba(0, 0, 0, 0.43))), url("../images/bg-sidebar-tri.jpg") no-repeat center center;
  background: -o-linear-gradient(rgba(0, 0, 0, 0.43) 0%, rgba(0, 0, 0, 0.43)), url("../images/bg-sidebar-tri.jpg") no-repeat center center;
  background: linear-gradient(rgba(0, 0, 0, 0.43) 0%, rgba(0, 0, 0, 0.43)), url("../images/bg-sidebar-tri.jpg") no-repeat center center;
  background-size: cover, cover;
  padding: 2.5rem 3rem 3rem;
  margin-top: 3rem;
  text-align: center; }
html .sidebar-guide-tri h3 {
  font-size: 3rem;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 1.5rem; }
html .sidebar-guide-tri p {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 2rem;
  margin-top: 1.7rem; }
html .sidebar-guide-tri select {
  width: 100%; }
html .sidebar-guide-tri .select2-selection {
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  border-color: #cecece;
  font-size: 1.5rem; }
html .sidebar-guide-tri .select2-selection .select2-selection__arrow {
  height: 100%; }
html .sidebar-guide-tri .select2-selection .select2-selection__arrow b {
  display: none; }
html .sidebar-guide-tri .select2-selection .select2-selection__arrow:after {
  content: "\eab2";
  font-family: icofont;
  color: #731e80;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 2rem;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }
html .sidebar-guide-tri .select2-container--open .select2-selection .select2-selection__arrow:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  padding-right: 0;
  margin-right: 1rem; }
html .sidebar-guide-tri .a-button {
  margin-top: 1.5rem;
  height: auto;
  padding: 1.2rem 4rem 1.2rem 3rem;
  line-height: normal;
  font-weight: normal; }
html .profil-bar {
  display: none;
  position: fixed;
  right: -215px;
  top: 50%;
  z-index: 999;
  pointer-event: none;
  -webkit-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  transform: translate(0%,-50%);}
@media print {
  html .profil-bar {
    display: none; } }
@media (min-width: 992px) {
  html .profil-bar {
    display: block; } }
html .profil-bar .profil-bar-list {
  padding-left: 0;
  margin-bottom: 0; }
html .profil-bar .profil-bar-list li {
  list-style-type: none; }
html .profil-bar .profil-bar-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: .5rem;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  pointer-events: auto; }
html .profil-bar .profil-bar-list li .profil-svg-container {
  background-color: #731e80;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 6.8rem;
  width: 6.8rem; }
html .profil-bar .profil-bar-list li .profil-svg-container img {
  height: 3rem;
  width: auto; }
html .profil-bar .profil-bar-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 21.5rem;
  background-color: #f7f7f7;
  color: #64676a;
  text-transform: uppercase;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
html .profil-bar .profil-bar-list li:hover {
  -webkit-transform: translateX(-75%);
  -ms-transform: translateX(-75%);
  transform: translateX(-75%); }
html .overlay {
  display: none; }
html .overlay.open {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 23.7rem;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7); }

.home-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }

.home-button-more {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 3rem;
  min-width: 25rem;
  color: #64676a;
  font-size: 1.5rem;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-transform: uppercase; }
@media print {
  .home-button-more {
    display: none; } }
.home-button-more i {
  color: #9cc12b;
  margin-right: 1.5rem;
  font-size: 1.9rem; }
.home-button-more:hover {
  background-color: #64676a;
  color: #fff; }

.bloc-accroche {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
@media print {
  .bloc-accroche {
    display: none; } }
@media (min-width: 1200px) {
  @supports (-ms-ime-align: auto) {
    .bloc-accroche {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } } }
.bloc-accroche .video-accroche {
  cursor: pointer;
  width: 100%;
  height: 18.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url("../image/capture-video-accroche.jpg") no-repeat center center;
  background: -o-linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../image/capture-video-accroche.jpg") no-repeat center center;
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../image/capture-video-accroche.jpg") no-repeat center center;
  background-size: cover, cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
@media (min-width: 1200px) {
  .bloc-accroche .video-accroche {
    width: 55.25%;
    height: 27.23vw; }
  @supports (-ms-ime-align: auto) {
    .bloc-accroche .video-accroche {
      width: 55vw; } } }
.bloc-accroche .video-accroche .play-button {
  cursor: pointer; }
.bloc-accroche .video-accroche .play-button svg path {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
.bloc-accroche .video-accroche .play-button:hover svg path {
  stroke: #9cc12b; }
.bloc-accroche .info-accroche {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3rem;
  position: relative; }
@media (min-width: 1200px) {
  .bloc-accroche .info-accroche {
    width: 44%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
.bloc-accroche .info-accroche .accroche-more-video {
  border-bottom: 1px solid #cecece; }
@media (min-width: 992px) {
  .bloc-accroche .info-accroche .accroche-more-video {
    border-bottom: none;
    position: absolute;
    bottom: 0;
    right: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; } }
.bloc-accroche .info-accroche .accroche-more-video span {
  line-height: 1;
  font-weight: bold; }
.bloc-accroche .info-accroche .info-accroche-content p {
  margin: 0; }
.bloc-accroche .info-accroche .info-accroche-content .tag {
  color: #9cc12b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase; }
.bloc-accroche .info-accroche .info-accroche-content .tag:before {
  content: "";
  display: inline-block;
  height: .5rem;
  width: 8rem;
  background-color: #9cc12b;
  margin-right: 1.5rem; }
.bloc-accroche .info-accroche .info-accroche-content h1 {
  color: #64676a;
  font-weight: normal;
  letter-spacing: -.024em;
  Margin: 3rem 0;
  font-size: 3.5rem; }
@media (min-width: 992px) {
  .bloc-accroche .info-accroche .info-accroche-content h1 {
    font-size: 6rem; } }

.home-un-click {
  padding-top: 1rem;
  background-size: contain;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }
@media print {
  .home-un-click {
    display: none; } }
@media (min-width: 992px) {
  .home-un-click {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 8.5rem;
    padding-top: 10rem; } }
.home-un-click .home-un-click-entete {
  text-align: left;
  padding: 0 3rem; }
@media (min-width: 992px) {
  .home-un-click .home-un-click-entete {
    text-align: center;
    padding: 0 1.5rem;
    margin-bottom: 2rem; } }
.home-un-click .home-un-click-entete > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
.home-un-click .home-un-click-entete h2 {
  margin-bottom: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% - 10.5rem); }
@media (min-width: 992px) {
  .home-un-click .home-un-click-entete h2 {
    width: 100%;
    margin-bottom: 4rem; } }
.home-un-click .home-un-click-entete .un-click-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 4rem;
  color: #000;
  width: 4.5rem;
  margin-left: 6rem;
  margin-top: 2.6rem;
  height: 13.3rem;
  background-color: #f0f0f0; }
@media (min-width: 992px) {
  .home-un-click .home-un-click-entete .un-click-toggle {
    display: none; } }
.home-un-click .home-un-click-entete p {
  margin: 0 auto;
  max-width: 97rem;
  width: 100%;
  height: 0;
  overflow-y: hidden; }
.home-un-click .home-un-click-entete p.open {
  height: auto;
  overflow-y: visible; }
@media (min-width: 992px) {
  .home-un-click .home-un-click-entete p {
    height: auto;
    overflow-y: visible; } }
.home-un-click .home-un-click-item {
  margin-top: 3rem;
  height: 0;
  overflow-y: hidden;
  opacity: 0;
  margin-top: 0; }
.home-un-click .home-un-click-item.open {
  height: auto;
  overflow-y: visible;
  opacity: 1;
  margin-top: 3rem; }
@media (min-width: 992px) {
  .home-un-click .home-un-click-item {
    margin-top: 3rem;
    height: auto;
    overflow-y: visible;
    opacity: 1; } }
.home-un-click .home-un-click-item > div {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12);
  background-color: #f7f7f7; }
.home-un-click .home-un-click-item h3 {
  font-size: 3rem;
  font-weight: normal;
  color: #64676a;
  text-transform: uppercase;
  margin: 0;
  padding: 2.3rem 2.5rem 2.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer; }
.home-un-click .home-un-click-item h3 i {
  color: #731e80;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-left: 5rem; }
@media (min-width: 992px) {
  .home-un-click .home-un-click-item h3 i {
    display: none; } }
@media (min-width: 992px) {
  .home-un-click .home-un-click-item h3 {
    text-align: center;
    display: block;
    cursor: auto; } }
.home-un-click .home-un-click-item h3.open i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
.home-un-click .home-un-click-item .home-un-click-liste {
  background-color: #fff;
  border-radius: 0;
  padding: 0 3rem 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  max-height: 0;
  overflow: hidden; }
.home-un-click .home-un-click-item .home-un-click-liste.open {
  border-radius: 70px 70px 0 0;
  padding: 3.5rem 3rem 0;
  height: auto;
  max-height: 1000vh; }
@media (min-width: 992px) {
  .home-un-click .home-un-click-item .home-un-click-liste {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    border-radius: 70px 70px 0 0;
    padding: 3.5rem 3rem 0;
    height: auto;
    max-height: none; } }
.home-un-click .home-un-click-item .home-un-click-liste ul {
  padding-left: 0;
  margin-bottom: 0; }
.home-un-click .home-un-click-item .home-un-click-liste ul li {
  list-style-type: none; }
.home-un-click .home-un-click-item .home-un-click-liste ul .home-un-click-liste-item a {
  padding: 1.8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #64676a;
  border-bottom: 1px solid #d3d3d3;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-weight: normal; }
.home-un-click .home-un-click-item .home-un-click-liste ul .home-un-click-liste-item a img {
  height: 4rem;
  width: 27px;
  margin-right: 30px; }
  @media (min-width: 1200px) {
    .home-un-click .home-un-click-item .home-un-click-liste ul .home-un-click-liste-item a img {
      width: 4.5rem;
      margin-right: 3rem;
    }
    .home-un-click .home-un-click-item .home-un-click-liste ul .home-un-click-liste-item a .texte {
      width: calc(100% - 57px);
    }
  }
.home-un-click .home-un-click-item .home-un-click-liste ul .home-un-click-liste-item a .texte {
  width: calc(100% - 57px);
}
.home-un-click .home-un-click-item .home-un-click-liste ul .home-un-click-liste-item a:hover {
  color: #731e80;
  font-weight: 500; }
.home-un-click .home-un-click-item .home-un-click-liste ul .home-un-click-liste-item:last-of-type a {
  border-bottom: none; }

.home-dans-ma-commune {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.43)), to(rgba(0, 0, 0, 0.43))), url("../images/home-macommune.jpg") no-repeat center center;
  background: -o-linear-gradient(rgba(0, 0, 0, 0.43), rgba(0, 0, 0, 0.43)), url("../images/home-macommune.jpg") no-repeat center center;
  background: linear-gradient(rgba(0, 0, 0, 0.43), rgba(0, 0, 0, 0.43)), url("../images/home-macommune.jpg") no-repeat center center;
  background-size: cover, cover;
  padding: 6rem 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }
@media print {
  .home-dans-ma-commune {
    display: none; } }
@media (min-width: 992px) {
  .home-dans-ma-commune {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 6rem 1rem; } }
.home-dans-ma-commune h2 {
  color: #fff;
  margin-top: .5rem;
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.home-dans-ma-commune p {
  color: #fff;
  font-size: 1.5rem; }
.home-dans-ma-commune form {
  width: 100%; }
.home-dans-ma-commune form select {
  width: 100%; }
.home-dans-ma-commune form p.wide-hidden {
  margin-top: 2.6rem;
  margin-bottom: 0; }
.home-dans-ma-commune form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #64676a; }
.home-dans-ma-commune form .select2-selection.select2-selection--single {
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  padding: 0 2rem; }
@media (min-width: 992px) {
  .home-dans-ma-commune form .select2-selection.select2-selection--single {
    padding: 0 3rem; } }
.home-dans-ma-commune form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%; }
.home-dans-ma-commune form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; }
.home-dans-ma-commune form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "\eab2";
  font-family: icofont;
  color: #731e80;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 2rem;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }
.home-dans-ma-commune form .a-button {
  margin-top: 2rem; }

.home-actu {
  padding: 1rem 0 3rem;
  background: url("../images/home-actu-bg.png") no-repeat -50px center;
  background-size: contain;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }
@media (min-width: 992px) {
  .home-actu {
    padding: 10rem 0; } }
.home-actu > .container > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
@media (min-width: 1200px) {
  .home-actu > .container > .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
.home-actu > .container > .row:after, .home-actu > .container > .row:before {
  content: none; }
.home-guide-de-tri {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.43)), to(rgba(0, 0, 0, 0.43))), url("../images/home-guidetri.jpg") no-repeat center center;
  background: -o-linear-gradient(rgba(0, 0, 0, 0.43), rgba(0, 0, 0, 0.43)), url("../images/home-guidetri.jpg") no-repeat center center;
  background: linear-gradient(rgba(0, 0, 0, 0.43), rgba(0, 0, 0, 0.43)), url("../images/home-guidetri.jpg") no-repeat center center;
  background-size: cover, cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-bottom: 3.4rem; }
@media (min-width: 992px) {
  .home-guide-de-tri {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    min-height: 76.6rem; } }
.home-guide-de-tri .home-tri-content {
  width: 100%;
  text-align: center; }
.home-guide-de-tri .home-tri-content h2 {
  color: #fff; }
.home-guide-de-tri .home-tri-content p {
  color: #fff;
  text-align: left;
  margin: 2rem 0 3rem; }
.home-actu .home-actu-titre {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center; }
@media (min-width: 992px) and (max-width: 1199px) {
  .home-actu .home-actu-titre {
    margin-top: 3rem; } }
@media (min-width: 992px) {
  .home-actu .home-actu-titre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left; } }
.home-actu .home-actu-titre h2 {
  margin-top: 0;
  margin-bottom: 3.3rem; }
.home-actu .home-actu-titre .home-actu-to-agenda {
  padding: 2.3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
@media (min-width: 992px) {
  .home-actu .home-actu-titre .home-actu-to-agenda {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 3rem; } }
.home-actu .home-actu-card-list {
  position: relative; }
.home-actu .home-actu-card-list .slider-nav-link {
  position: absolute;
  z-index: 10;
  top: 9rem;
  height: 6.8rem;
  width: 6.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  font-size: 4rem;
  color: #4a4a4a; }
.home-actu .home-actu-card-list .slider-nav-link.slider-nav-prev {
  left: 0; }
.home-actu .home-actu-card-list .slider-nav-link.slider-nav-next {
  right: 0; }
.home-actu .home-actu-card-list .slick-slide {
  padding: 0 3rem; }
.home-actu .home-actu-card {
  margin-bottom: 5rem; }
@media (min-width: 992px) {
  .home-actu .home-actu-card {
    margin-bottom: 0; } }

.home-prefooter {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }
@media (min-width: 768px) {
  .home-prefooter {
    background-color: #f8f4f9;
    padding-top: 9rem;
    padding-bottom: 7rem; } }
.home-prefooter h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.home-prefooter .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.home-prefooter .row:before, .home-prefooter .row:after {
  content: none; }
.home-prefooter .home-publications {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  background-color: #f8f4f9;
  padding-bottom: 4rem; }
@media (min-width: 768px) {
  .home-prefooter .home-publications {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 0;
    padding-bottom: 0;
    overflow-x: hidden; } }
.home-prefooter .home-to-publications {
  width: 100%;
  background-color: #f0eaf2;
  position: relative;
  margin-bottom: 4rem; }
.home-prefooter .home-to-publications:before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  background-color: #f0eaf2;
  position: absolute;
  top: 0;
  right: 100%; }
.home-prefooter .home-to-publications:after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  background-color: #f0eaf2;
  position: absolute;
  top: 0;
  left: 100%; }
.home-prefooter .home-profils {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
@media print {
  .home-prefooter .home-profils {
    display: none; } }
@media (min-width: 992px) {
  .home-prefooter .home-profils {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }
.home-prefooter .home-profils .home-profils-liste .home-profils-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 14rem;
  position: relative;
  margin-bottom: 3rem;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
.home-prefooter .home-profils .home-profils-liste .home-profils-item .home-profils-masque {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #731e80;
  border-radius: 0 0 0 5rem;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
.home-prefooter .home-profils .home-profils-liste .home-profils-item .home-profils-info {
  position: relative;
  z-index: 5;
  text-align: center;
  width: 100%; }
.home-prefooter .home-profils .home-profils-liste .home-profils-item .home-profils-info p {
  margin-top: 1.3rem;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff; }
.home-prefooter .home-profils .home-profils-liste .home-profils-item:hover {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3); }
.home-prefooter .home-profils .home-profils-liste .home-profils-item:hover .home-profils-masque {
  width: 0; }

.video-overlay {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.video-overlay .video-modal {
  height: 95%;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
@media (min-width: 1200px) {
  .video-overlay .video-modal {
    height: 70%;
    width: 70%; } }
.video-overlay .video-modal video {
  max-height: 100%;
  max-width: 100%; }
.video-overlay.onscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer; }

.hero-header {
  padding-top: 5.8rem;
  padding-bottom: 5.5rem;
  margin-bottom: 9rem;
  position: relative; }
.hero-header .hero-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
.hero-header .hero-title > svg {
  display: none; }
@media (min-width: 992px) {
  .hero-header .hero-title > svg {
    display: block; } }
.hero-header .hero-title .hero-title-content {
  text-align: center;
  margin: 0 auto; }
@media (min-width: 992px) {
  .hero-header .hero-title .hero-title-content {
    padding-left: 3rem;
    text-align: left;
    margin: 0; } }
.hero-header .hero-title .hero-title-content h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  text-align: center; }
.hero-header .hero-title .hero-title-content h1:after {
  content: url("../images/svg/rappel-blanc.svg");
  display: block; }
@media (min-width: 992px) {
  .hero-header .hero-title .hero-title-content h1:after {
    display: none;
    content: none; } }
.hero-header .hero-title .hero-title-content .ariane {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
@media (min-width: 992px) {
  .hero-header .hero-title .hero-title-content .ariane {
    display: block; } }
.hero-header .hero-title .hero-title-content svg path {
  fill: #fff; }
.hero-header .hero-profil-picto {
  position: absolute;
  top: 3.5rem;
  right: 6rem;
  height: 100%;
  opacity: .3; }
.hero-header .hero-profil-picto svg {
  height: auto;
  width: 20rem; }
@media (min-width: 992px) {
  .hero-header .hero-profil-picto svg {
    height: calc(100% - 7rem);
    width: auto; } }
@media (min-width: 992px) {
  .hero-header .hero-profil-picto {
    opacity: .7; } }

.hero-action a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  border: 1px solid #fff; }

.paragraph--type--carte .map-container {
  width: 100%;
  height: 57rem; }
.paragraph--type--carte .map-container #mapBox {
  height: 100%;
  width: 100%; }

.paragraph--type--carte .map-filtre-container {
  width: 100%;
  padding: 0 1rem;
  margin-top: -6rem;
  position: relative;
  z-index: 999;
}
@media (min-width: 992px) {
  .paragraph--type--carte .map-filtre-container {
  padding: 0 3.6rem;
}  }
.paragraph--type--carte .map-filtre-container .map-filtre {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 2rem 1rem; }
.paragraph--type--carte .map-filtre-container .map-filtre .form-map-filtre-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 1rem; }
.paragraph--type--carte .map-filtre-container .map-filtre .form-map-filtre-top .input-recherche-adresse {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 51.5rem;
  background-color: #f7f7f7; }
.paragraph--type--carte .map-filtre-container .map-filtre .form-map-filtre-top .input-recherche-adresse [type=text] {
  height: 4.5rem;
  width: 100%;
  border: none;
  background-color: transparent;
  padding-left: 2rem;
  padding-right: 6.5rem; }
.paragraph--type--carte .map-filtre-container .map-filtre .form-map-filtre-top .input-recherche-adresse .searchbtn {
  font-family: icofont;
  height: 4.5rem;
  width: 4.5rem;
  border: none;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;}
.paragraph--type--carte .map-filtre-container .map-filtre .form-map-filtre-top button,.paragraph--type--carte .map-filtre-container .map-filtre .form-map-filtre-top .reload {
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: #4a4a4a;
  font-weight: bold;
  padding: 1rem 2.5rem;
  margin-left: 1rem; }
.paragraph--type--carte .map-filtre-container .map-filtre .form-map-filtre-top button i ,.paragraph--type--carte .map-filtre-container .map-filtre .form-map-filtre-top .reload i {
  color: #731e80; }
.paragraph--type--carte .map-filtre-container .map-filtre .form-map-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 3rem; }
.paragraph--type--carte .map-filtre-container .map-filtre .form-map-checkboxes label {
  width: 11rem;
  text-align: center; }
.paragraph--type--carte .map-filtre-container .map-filtre .form-map-checkboxes label .map-label-text {
  height: 8.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #e6e6e6;
  font-size: 1.3rem;
  font-weight: normal;
  margin: 0; }
.paragraph--type--carte .map-filtre-container .map-filtre .form-map-checkboxes label [type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 2rem;
  width: 2rem;
  background-color: #fff;
  border: 1px solid #64676a;
  margin-top: 2rem;
  border-radius: 3px;
  position: relative; }
.paragraph--type--carte .map-filtre-container .map-filtre .form-map-checkboxes label [type=checkbox]:checked:after {
  content: "\eed8";
  font-family: icofont;
  font-size: 2rem; }
.paragraph--type--carte .map-filtre-container .map-filtre .form-map-submit {
  position: relative;
  height: 3rem; }
.paragraph--type--carte .map-filtre-container .map-filtre .form-map-submit [type=submit] {
  position: absolute;
  height: 4.5rem;
  bottom: -4.5rem;
  left: calc(50% - 11.3rem);
  width: 22.6rem; }

.paragraph--type--chapo {
  font-weight: bold; }

.page__field-contenu-de-la {
  padding-bottom: 8rem; }

.paragraph {
  margin-top: 6rem;
  color: #64676a; }
.paragraph h3 {
  color: #4a4a4a;
  margin-top: 6rem;
  margin-bottom: 2.8rem; }
.paragraph p a {
  color: #731e80;
  text-decoration: underline; }

.paragraph--type--text .paragraph-button {
  font-weight: bold;
  padding-left: 3rem;
  padding-right: 4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto; }

.paragraph--type--text ul {
  padding-left: 0;
  margin-bottom: 0; }
.paragraph--type--text ul li {
  list-style-type: none; }
.paragraph--type--text ul li {
  margin-bottom: 1.5rem; }
.paragraph--type--text ul li:before {
  content: "";
  display: inline-block;
  height: .8rem;
  width: .8rem;
  border-radius: 50%;
  background-color: #731e80;
  margin-right: 1.5rem;
  min-width:.8rem;}
.paragraph--type--text .home-actu-card {
  min-height : 0px;
  overflow: hidden;
}
.paragraph--type--text .home-actu-card .home-actu-img {transition:  all .2s ease-in-out;}
.paragraph--type--bloc-de-liens ul {
  padding-left: 0;
  margin-bottom: 0; }
.paragraph--type--bloc-de-liens ul li {
  list-style-type: none; }
.paragraph--type--bloc-de-liens ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  color: #731e80; }
.paragraph--type--bloc-de-liens ul li a .in-list-icone {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #731e80;
  margin-right: 1.5rem; }
.paragraph--type--bloc-de-liens ul li a:hover {
  text-decoration: underline; }

.paragraph--type--exergue {
  background: -o-linear-gradient(top, #fff 0, #fff 98px, #f7f7f7 98px, #f7f7f7 100%);
  background: linear-gradient(to bottom, #fff 0, #fff 98px, #f7f7f7 98px, #f7f7f7 100%); }
@media (min-width: 992px) {
  .paragraph--type--exergue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }
.paragraph--type--exergue img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 1.4rem 1.4rem;
  margin: 0 auto;
  display: block; }
@media (min-width: 992px) {
  .paragraph--type--exergue img {
    margin: 0; } }
.paragraph--type--exergue .exergue-text {
  padding: 3rem;
  display: inline-block;
  -ms-flex-negative: 1;
  flex-shrink: 1; }
@media (min-width: 992px) {
  .paragraph--type--exergue .exergue-text {
    padding: 11.8rem 3rem 3rem; } }
.paragraph--type--exergue .exergue-text .h3 {
  margin-top: 0;
  margin-bottom: 1.8rem;
  text-align: center; }
@media (min-width: 992px) {
  .paragraph--type--exergue .exergue-text .h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    text-align: left; } }
.paragraph--type--exergue .exergue-text .h3 svg {
  margin: .5rem auto;
  display: block; }
@media (min-width: 992px) {
  .paragraph--type--exergue .exergue-text .h3 svg {
    margin: 0 1.5rem 0 0; } }
.paragraph--type--exergue .exergue-text p {
  line-height: 1.1;
  margin: 0; }

.paragraph--type--lien-contact {
  background: -o-linear-gradient(top, #fff 0, #fff 33px, #f7f7f7 33px, #f7f7f7 100%);
  background: linear-gradient(to bottom, #fff 0, #fff 33px, #f7f7f7 33px, #f7f7f7 100%); }
@media (min-width: 992px) {
  .paragraph--type--lien-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
.paragraph--type--lien-contact>img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 1.4rem 1.4rem;
  margin: 0 auto;
  display: block; }
@media (min-width: 992px) {
  .paragraph--type--lien-contact>img {
    margin: 0; } }
.paragraph--type--lien-contact .lien-contact-text {
  padding: 3rem; }
@media (min-width: 992px) {
  .paragraph--type--lien-contact .lien-contact-text {
    padding: 6.3rem 3rem 3rem 9rem;
    display: inline-block;
    -ms-flex-negative: 1;
    flex-shrink: 1; } }
.paragraph--type--lien-contact .lien-contact-text .h3 {
  margin-top: 0;
  margin-bottom: 1.8rem;
  text-align: center; }
@media (min-width: 992px) {
  .paragraph--type--lien-contact .lien-contact-text .h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    text-align: left; } }
.paragraph--type--lien-contact .lien-contact-text .h3 img {
  fill: #731e80;
  width: 3rem;
  height: 2.2rem;
  display: block;
  margin: .5rem auto; }
@media (min-width: 992px) {
  .paragraph--type--lien-contact .lien-contact-text .h3 img {
    margin: 0 1.5rem 0 0; } }
.paragraph--type--lien-contact .lien-contact-text .h3 svg path {
  fill: #731e80; }
.paragraph--type--lien-contact .lien-contact-text p {
  line-height: 1.1;
  margin: 0; }
.paragraph--type--lien-contact .lien-contact-text a.a-button {
  width: 100%;
  margin-top: 2.4rem; }
@media (min-width: 992px) {
  .paragraph--type--lien-contact .lien-contact-text a.a-button {
    width: 35.4rem; } }

.paragraph--type--carousel {
  margin-top: 2rem; }
@media print {
  .paragraph--type--carousel {
    display: none; } }
.paragraph--type--carousel .paragraph-carousel-container {
  position: relative; }
.paragraph--type--carousel .paragraph-carousel-container figure {
  width: 87rem;
  padding-top: 45rem; }
.paragraph--type--carousel .paragraph-carousel-container .slider-nav-link {
  position: absolute;
  font-size: 1.8rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: #731e80;
  z-index: 10;
  width: 5rem;
  height: 7rem;
  top: calc(50% - 3.5rem); }
.paragraph--type--carousel .paragraph-carousel-container .slider-nav-link:hover {
  background-color: #9cc12b; }
.paragraph--type--carousel .paragraph-carousel-container .slider-nav-link.slider-nav-prev {
  left: 0;
  border-radius: 0 2.5rem 2.5rem 0; }
.paragraph--type--carousel .paragraph-carousel-container .slider-nav-link.slider-nav-next {
  right: 0;
  border-radius: 2.5rem 0 0 2.5rem; }
.paragraph--type--carousel .paragraph-carousel-container .slick-dots {
  position: absolute;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
  width: 100%;
  bottom: 0;
  padding-bottom: 2rem; }
.paragraph--type--carousel .paragraph-carousel-container .slick-dots li {
  list-style-type: none; }
.paragraph--type--carousel .paragraph-carousel-container .slick-dots li {
  height: 1.6rem;
  width: 1.6rem;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 0 1rem; }
.paragraph--type--carousel .paragraph-carousel-container .slick-dots li button {
  opacity: 0; }
.paragraph--type--carousel .paragraph-carousel-container .slick-dots li.slick-active {
  background-color: #fff; }

.paragraph--type--2col h3 {
  margin-top: 0; }

.paragraph--type--2col figure {
  margin-top: 2rem;
  width: 100%;
  height: auto; }
.paragraph--type--2col figure a {
  width: 100%;
  padding-top: 65.9%;
  position: relative;
  overflow: hidden;
  display: block; }
.paragraph--type--2col figure a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
@media screen and (min-width: 0\0) {
  .paragraph--type--2col figure a img {
    width: 100%;
    height: auto; } }

.paragraph--type--photo {
  margin-top: 2rem; }
.paragraph--type--photo figure {
  margin-top: 2rem;
  width: 100%;
  height: auto; }
.paragraph--type--photo figure a {
  width: 100%;
  padding-top: 65.9%;
  position: relative;
  overflow: hidden;
  display: block; }
.paragraph--type--photo figure a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
@media screen and (min-width: 0\0) {
  .paragraph--type--photo figure a img {
    width: 100%;
    height: auto; } }

.paragraph--type--video {
  margin-top: 3rem; }
@media print {
  .paragraph--type--video {
    display: none; } }
.paragraph--type--video .video-container {
  width: 100%;
  padding-top: 56.32%;
  position: relative; }
.paragraph--type--video .video-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.paragraph--type--video .video-iframe-info {
  background-color: #f7f7f7;
  padding: 3.6rem 3rem 3rem; }
.paragraph--type--video .video-iframe-info .video-iframe-tag {
  color: #9cc12b;
  font-size: 1.4rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0; }
.paragraph--type--video .video-iframe-info .video-iframe-tag:before {
  content: "";
  width: 8rem;
  height: .5rem;
  background-color: #9cc12b;
  margin-right: 1.5rem; }
.paragraph--type--video .video-iframe-info .video-iframe-title {
  font-size: 3.5rem;
  font-weight: normal;
  margin: 2rem 0;
  text-transform: uppercase; }
.paragraph--type--video .video-iframe-info .video-iframe-description {
  font-size: 1.4rem;
  margin: 0; }

.table-container {
  margin-top: 3rem;
  width: 100%;
}
.table-container table {
  width: 100%;
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
  font-size: 1.4rem; }
.table-container thead th {
  background-color: #731e80;
  color: #fff; }
.table-container thead th:nth-of-type(2n) {
  background-color: #661772; }
.table-container tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
.table-container tr th, .table-container tr td {
  width: 25%;
  border-bottom: 1px solid #cecece;
  border-right: 1px solid #cecece;
  min-height: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem; }

@media print {
  .paragraph--type--agenda {
    display: none; } }

.paragraph--type--agenda .paragraph--agenda--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.paragraph--type--agenda .paragraph--agenda--top .paragraph-agenda-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 7rem;
  width: 100%;
  background-color: #f7f7f7;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 2rem; }
@media (min-width: 992px) {
  .paragraph--type--agenda .paragraph--agenda--top .paragraph-agenda-current {
    width: 26rem; } }
.paragraph--type--agenda .paragraph--agenda--top .paragraph-agenda-current p {
  color: #731e80;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
  margin: 0; }
.paragraph--type--agenda .paragraph--agenda--top select {
  width: calc(50% - 2px);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
@media (min-width: 992px) {
  .paragraph--type--agenda .paragraph--agenda--top select {
    width: calc(50% - 13rem);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; } }
@media screen and (min-width: 0\0) {
  .paragraph--type--agenda .paragraph--agenda--top select {
    width: 30.6rem; } }
@media screen and (min-width: 0\0) and (max-width: 1199px) {
  .paragraph--type--agenda .paragraph--agenda--top select {
    width: 50%; } }
.paragraph--type--agenda .paragraph--agenda--top .select2-selection {
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  border-color: #cecece;
  font-size: 1.4rem;
  font-weight: bold; }
.paragraph--type--agenda .paragraph--agenda--top .select2-selection__arrow {
  height: 100%; }
.paragraph--type--agenda .paragraph--agenda--top .select2-selection__arrow b {
  display: none; }
.paragraph--type--agenda .paragraph--agenda--top .select2-selection__arrow:after {
  content: "\eab2";
  font-family: icofont;
  color: #731e80;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 2rem; }

.paragraph--type--agenda .paragraph--agenda--slider-container {
  position: relative; }
@media (min-width: 992px) {
  .paragraph--type--agenda .paragraph--agenda--slider-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.paragraph--type--agenda .paragraph--agenda--slider-container .paragraph--agenda--slider-control {
  position: absolute;
  top: -14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
@media (min-width: 992px) {
  .paragraph--type--agenda .paragraph--agenda--slider-container .paragraph--agenda--slider-control {
    position: relative;
    top: 0;
    width: 9rem; } }
.paragraph--type--agenda .paragraph--agenda--slider-container .paragraph--agenda--slider-control .paragraph-slider-agenda-arrow {
  width: 7rem;
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #64676a;
  font-size: 1.8rem; }
@media (min-width: 992px) {
  .paragraph--type--agenda .paragraph--agenda--slider-container .paragraph--agenda--slider-control .paragraph-slider-agenda-arrow {
    width: 4.5rem;
    height: 4.5rem; } }
.paragraph--type--agenda .paragraph--agenda--slider-container .paragraph--agenda--slider-control .paragraph-slider-agenda-arrow.paragraph-slider-agenda-next {
  background-color: #f7f7f7; }
.paragraph--type--agenda .paragraph--agenda--slider-container .paragraph--agenda--slider {
  width: 100%; }
@media (min-width: 992px) {
  .paragraph--type--agenda .paragraph--agenda--slider-container .paragraph--agenda--slider {
    width: calc(100% - 9rem); } }
.paragraph--type--agenda .paragraph--agenda--slider-container .paragraph--agenda--slider table {
  width: 100%;
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
  display: table; }
.paragraph--type--agenda .paragraph--agenda--slider-container .paragraph--agenda--slider table thead, .paragraph--type--agenda .paragraph--agenda--slider-container .paragraph--agenda--slider table tbody {
  width: 100%; }
.paragraph--type--agenda .paragraph--agenda--slider-container .paragraph--agenda--slider table tr {
  width: 100%; }
.paragraph--type--agenda .paragraph--agenda--slider-container .paragraph--agenda--slider table tr th, .paragraph--type--agenda .paragraph--agenda--slider-container .paragraph--agenda--slider table tr td {
  width: calc(100% / 7);
  height: 4.5rem;
  padding: 1rem;
  text-align: center;
  border-bottom: 1px solid #cecece;
  border-right: 1px solid #cecece; }
.paragraph--type--agenda .paragraph--agenda--slider-container .paragraph--agenda--slider table tr th {
  background-color: #731e80;
  color: #fff;
  font-size: 0;
  font-weight: bold; }
.paragraph--type--agenda .paragraph--agenda--slider-container .paragraph--agenda--slider table tr th::first-letter {
  font-size: 1.4rem; }
@media (min-width: 992px) {
  .paragraph--type--agenda .paragraph--agenda--slider-container .paragraph--agenda--slider table tr th {
    font-size: 1.4rem; } }
.paragraph--type--agenda .paragraph--agenda--slider-container .paragraph--agenda--slider table tr th:nth-of-type(2n) {
  background-color: #661772; }
.paragraph--type--agenda .paragraph--agenda--slider-container .paragraph--agenda--slider table tr td {
  font-size: 1.8rem;
  color: #64676a;
  background-color: #fff; }
.paragraph--type--agenda .paragraph--agenda--slider-container .paragraph--agenda--slider table tr td.unavailable {
  color: #fff;
  background-color: #64676a; }
.paragraph--type--agenda .paragraph--agenda--slider-container .paragraph--agenda--slider table tr td.other-month {
  background-color: #f7f7f7; }

.paragraph--type--agenda .legende {
  margin-top: 3rem; }
@media (min-width: 992px) {
  .paragraph--type--agenda .legende {
    margin-left: 9rem; } }
.paragraph--type--agenda .legende .legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.paragraph--type--agenda .legende .legend-item .legend-color {
  height: 2.5rem;
  width: 2.5rem;
  background-color: #64676a;
  margin-right: 1.5rem; }

.row-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.row-type:after, .row-type:before {
  content: none; }
.row-type .sidebar {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }
@media (min-width: 992px) {
  .row-type .sidebar {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media print {
  .row-type .sidebar {
    display: none; } }
.row-type .colonne-principale {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
.row-type .colonne-principale > .paragraph:first-child {
  margin-top: 0; }
@media (min-width: 992px) {
  .row-type .colonne-principale {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }
@media print {
  .row-type .colonne-principale {
    width: 100%; } }

.liste-actu-row,
.publications-row {
  padding-bottom: 8rem; }
.liste-actu-row .publication-bloc,
.publications-row .publication-bloc {
  margin-bottom: 6rem; }
.liste-actu-row .publication-bloc .publication-bloc-info .publication-bloc-text,
.publications-row .publication-bloc .publication-bloc-info .publication-bloc-text {
  background-color: #f8f4f9; }
.liste-actu-row .publication-bloc .publication-bloc-info .publication-cta,
.publications-row .publication-bloc .publication-bloc-info .publication-cta {
  background-color: #f8f4f9; }
.liste-actu-row .publication-bloc .publication-bloc-info .publication-cta .publication-consulter,
.publications-row .publication-bloc .publication-bloc-info .publication-cta .publication-consulter {
  background-color: #fff; }

.videos-filtre {
  margin-top: -9rem;
  background-color: #f7f7f7;
  padding: 4.5rem 0 4.9rem; }
.videos-filtre form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
.videos-filtre form > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin-top: 2rem;
  width: 100%; }
@media (min-width: 992px) {
  .videos-filtre form > * {
    margin-top: 0;
    width: auto; } }
.videos-filtre h2 {
  font-size: 3.3rem;
  margin: 0; }
.videos-filtre select {
  width: 100%; }
.videos-filtre .select2-selection {
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  border-color: #cecece;
  font-size: 1.5rem; }
.videos-filtre .select2-selection .select2-selection__arrow {
  height: 100%; }
.videos-filtre .select2-selection .select2-selection__arrow b {
  display: none; }
.videos-filtre .select2-selection .select2-selection__arrow:after {
  content: "\eab2";
  font-family: icofont;
  color: #731e80;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 2rem;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }
.videos-filtre .a-button {
  font-weight: bold; }
.videos-filtre .refresh-filtre {
  color: #64676a; }
.videos-filtre .refresh-filtre i {
  color: #731e80;
  margin-right: .9rem; }

.video-content {
  padding-bottom: 8rem; }
.video-content .video-liste {
  padding-bottom: 6rem; }
.video-content .video-liste .video-item {
  margin-top: 3rem; }
@media (min-width: 768px) {
  .video-content .video-liste .video-item {
    width: calc(50% - 1.5rem);
    float: left; }
  .video-content .video-liste .video-item:nth-of-type(2n) {
    float: right; } }
.video-content .video-liste .video-item .video-container {
  width: 100%;
  padding-top: 56.32%;
  position: relative; }
.video-content .video-liste .video-item .video-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.video-content .video-liste .video-item .video-iframe-info {
  background-color: #f7f7f7;
  padding: 3.6rem 3rem 3rem; }
.video-content .video-liste .video-item .video-iframe-info .video-iframe-tag {
  color: #9cc12b;
  font-size: 1.4rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0; }
.video-content .video-liste .video-item .video-iframe-info .video-iframe-tag:before {
  content: "";
  width: 8rem;
  height: .5rem;
  background-color: #9cc12b;
  margin-right: 1.5rem; }
.video-content .video-liste .video-item .video-iframe-info .video-iframe-title {
  font-size: 3.5rem;
  font-weight: normal;
  margin: 2rem 0;
  text-transform: uppercase; }
.video-content .video-liste .video-item .video-iframe-info .video-iframe-description {
  font-size: 1.4rem;
  margin: 0; }

.recherche-content {
  padding-top: 9rem;
  padding-bottom: 6rem; }
.recherche-content h2.decorated {
  margin-top: 0; }

.recherche-filtre {
  margin-top: -9rem;
  background-color: #f7f7f7;
  padding: 4.5rem 0 4.9rem; }
.recherche-filtre h2 {
  font-size: 3.3rem;
  margin: 0 0 2.1rem; }
.recherche-filtre h2 a {
  color: #731e80; }
@media (min-width: 992px) {
  .recherche-filtre .recherche-filtre-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  @supports (-ms-ime-align: auto) {
    .recherche-filtre .recherche-filtre-input {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } } }
.recherche-filtre .recherche-filtre-input input {
  width: 100%;
  height: 5.5rem;
  border: 1px solid #cecece;
  padding: 2rem; }
/*@media (min-width: 992px) {
  .recherche-filtre .recherche-filtre-input input {
    width: calc(50% - 2.5rem); }
  @supports (-ms-ime-align: auto) {
    .recherche-filtre .recherche-filtre-input input {
      width: 48%; } } }*/
.recherche-filtre .recherche-filtre-input p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  height: 5rem; }
@media (min-width: 992px) {
  .recherche-filtre .recherche-filtre-input p {
    width: 5rem;
    height: auto; } }
.recherche-filtre .recherche-filtre-input select {
  width: 100%; }
@media (min-width: 992px) {
  .recherche-filtre .recherche-filtre-input select {
    width: calc(50% - 2.5rem); }
  @supports (-ms-ime-align: auto) {
    .recherche-filtre .recherche-filtre-input select {
      width: 48%; } } }
.recherche-filtre .recherche-filtre-input .select2-selection {
  height: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  border-color: #cecece;
  font-size: 1.5rem;
  margin-bottom: 2rem; }
@media (min-width: 992px) {
  .recherche-filtre .recherche-filtre-input .select2-selection {
    margin-bottom: 0; } }
.recherche-filtre .recherche-filtre-input .select2-selection .select2-selection__arrow {
  height: 100%; }
.recherche-filtre .recherche-filtre-input .select2-selection .select2-selection__arrow b {
  display: none; }
.recherche-filtre .recherche-filtre-input .select2-selection .select2-selection__arrow:after {
  content: "\eab2";
  font-family: icofont;
  color: #731e80;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 2rem;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }
.recherche-filtre .recherche-filtre-input .select2-container--open .select2-selection .select2-selection__arrow:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  padding-right: 0;
  margin-right: 1rem; }
.recherche-filtre .a-button {
  height: 5.5rem; }

.recherche-result {
  margin-top: 3rem;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12);
  padding-top: 3rem;
  margin-bottom: 2rem; }
.recherche-result figure {
  width: calc(100% - 3rem);
  padding-top: 41.1%; }
.recherche-result .recherche-result-text {
  padding: 2.6rem 3rem 3.3rem; }
.recherche-result .recherche-result-text h3 {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  width: calc(100% - 3rem);
  margin: 0 auto 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #d8d8d8;
  color: #64676a; }
.recherche-result .recherche-result-answer {
  position: relative;
  text-align: center;
  padding: 3rem; }
@media (min-width: 992px) {
  .recherche-result .recherche-result-answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
.recherche-result .recherche-result-answer img {
  height: 3rem;
  width: auto;
  margin-bottom: 1rem; }
@media (min-width: 992px) {
  .recherche-result .recherche-result-answer img {
    position: absolute;
    left: 3rem;
    top: 3rem;
    height: calc(100% - 6rem);
    margin-bottom: 0; }
  @supports (-ms-ime-align: auto) {
    .recherche-result .recherche-result-answer img {
      height: 6.4rem; } } }
@media screen and (min-width: 0\0) {
  .recherche-result .recherche-result-answer img {
    width: 6.4rem; } }
.recherche-result .recherche-result-answer .recherche-result-answer-text p {
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 300;
  margin: 0;
  line-height: 1; }
.recherche-result .recherche-result-answer .recherche-result-answer-text p.recherche-result-answer-main {
  font-size: 3rem;
  font-weight: normal;
  margin-top: 1.2rem; }
.recherche-result .recherche-result-answer.recherche-decheterie {
  background-color: #731e80; }
.recherche-result .recherche-result-answer.recherche-decheterie svg {
  fill: #fff; }
.recherche-result .recherche-result-answer.recherche-decheterie svg path {
  fill: #fff; }
.recherche-result .recherche-result-answer.recherche-decheterie p {
  color: #fff; }
.recherche-result .recherche-result-answer.recherche-papier {
  background-color: #00b5e2; }
.recherche-result .recherche-result-answer.recherche-papier img {
  fill: #fff; }
.recherche-result .recherche-result-answer.recherche-papier svg path {
  fill: #fff; }
.recherche-result .recherche-result-answer.recherche-papier p {
  color: #fff; }
.recherche-result .recherche-result-answer.recherche-menager {
  background-color: #2e4f52; }
.recherche-result .recherche-result-answer.recherche-menager svg {
  fill: #fff; }
.recherche-result .recherche-result-answer.recherche-menager svg path {
  fill: #fff; }
.recherche-result .recherche-result-answer.recherche-menager p {
  color: #fff; }
.recherche-result .recherche-result-answer.recherche-recyclable {
  background-color: #e8de24; }
.recherche-result .recherche-result-answer.recherche-recyclable svg {
  fill: #4a4a4a; }
.recherche-result .recherche-result-answer.recherche-recyclable svg path {
  fill: #4a4a4a; }
.recherche-result .recherche-result-answer.recherche-recyclable p {
  color: #4a4a4a; }
.recherche-result .recherche-result-answer.recherche-textile {
  background-color: #0662ab; }
.recherche-result .recherche-result-answer.recherche-textile svg {
  fill: #fff; }
.recherche-result .recherche-result-answer.recherche-textile svg path {
  fill: #fff; }
.recherche-result .recherche-result-answer.recherche-textile p {
  color: #fff; }
.recherche-result .recherche-result-answer.recherche-verre {
  background-color: #509e2f; }
.recherche-result .recherche-result-answer.recherche-verre svg {
  fill: #fff; }
@media (min-width: 992px) {
  .recherche-result .recherche-result-answer.recherche-verre svg {
    margin-left: 2.8rem; } }
.recherche-result .recherche-result-answer.recherche-verre svg path {
  fill: #fff; }
.recherche-result .recherche-result-answer.recherche-verre p {
  color: #fff; }
.recherche-result .recherche-result-answer.recherche-composteur {
  background-color: #97d700; }
.recherche-result .recherche-result-answer.recherche-composteur svg {
  fill: #fff; }
.recherche-result .recherche-result-answer.recherche-composteur svg path {
  fill: #fff; }
.recherche-result .recherche-result-answer.recherche-composteur p {
  color: #fff; }

.sidebar-en-chiffres {
  position: relative;
  text-align: center;
  background-color: #f7f7f7;
  padding: 5.2rem 2rem 5.2rem; }
.sidebar-en-chiffres .sidebar-chiffre-title {
  text-transform: uppercase;
  font-weight: 500;
  color: #731e80;
  margin: 0 auto 2.5rem; }
.sidebar-en-chiffres svg {
  fill: #731e80;
  height: 2.9rem;
  width: 5.9rem;
  margin-bottom: 3.9rem; }
.sidebar-en-chiffres svg path {
  fill: #731e80; }
.sidebar-en-chiffres p {
  margin: 0;
  color: #731e80;
  font-size: 2.5rem; }
.sidebar-en-chiffres:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 93px 93px 0 0;
  border-color: #731e80 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0; }
.sidebar-en-chiffres:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 93px 93px;
  border-color: transparent transparent #731e80 transparent;
  position: absolute;
  bottom: 0;
  right: 0; }

.sidebar-saviez-vous {
  color: #fff;
  background-color: #731e80;
  margin-top: 3rem;
  text-align: center;
  padding: 6rem 3rem;
  position: relative; }
.sidebar-saviez-vous > * {
  position: relative;
  z-index: 1; }
.sidebar-saviez-vous:before {
  position: absolute;
  content: url("../images/svg/bg-saviez-vous-1.svg");
  top: 0;
  left: 0;
  z-index: 0;
  opacity: .07; }
.sidebar-saviez-vous:after {
  position: absolute;
  content: url("../images/svg/bg-saviez-vous-2.svg");
  bottom: -.7rem;
  right: 0;
  z-index: 0;
  opacity: .07; }
.sidebar-saviez-vous h3 {
  color: #fff;
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
  font-size: 3.3rem;
  font-weight: 500; }
.sidebar-saviez-vous svg {
  fill: #fff; }
.sidebar-saviez-vous svg path {
  fill: #fff; }
.sidebar-saviez-vous svg.rappel-svg {
  height: 2.7rem;
  width: 5.9rem; }
.sidebar-saviez-vous p {
  text-align: left;
  margin: 3.5rem 0 0; }

.contact-content .contact-content-top {
  margin-bottom: 7.6rem; }
@media (min-width: 992px) {
  .contact-content .contact-content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
.contact-content .contact-content-top .mapbox {
  width: 100%;
  height: 34rem; }
@media (min-width: 992px) {
  .contact-content .contact-content-top .mapbox {
    width: 72.95%; } }
.contact-content .contact-content-top .contact-top-info {
  width: 100%;
  padding: 7rem 0 0 3rem; }
@media (min-width: 992px) {
  .contact-content .contact-content-top .contact-top-info {
    width: 27.04%; } }
.contact-content .contact-content-top .contact-top-info h3 {
  text-transform: uppercase;
  margin: 0;
  margin-bottom: .5rem; }
.contact-content .contact-content-top .contact-top-info .contact-top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 0;
  margin-top: 3rem; }
.contact-content .contact-content-top .contact-top-info .contact-top-item p {
  margin: 0; }
.contact-content .contact-content-top .contact-top-info .contact-top-item i {
  color: #731e80;
  margin-right: 1.5rem; }

.contact-content .contact-content-form {
  padding: 0 1.5rem 6rem; }
@media (min-width: 992px) {
  .contact-content .contact-content-form {
    padding: 0 0 6rem; } }
.contact-content .contact-content-form h3 {
  margin-top: 0;
  margin-bottom: .5rem; }
.contact-content .contact-content-form [type=text],
.contact-content .contact-content-form [type=email],
.contact-content .contact-content-form [type=tel] {
  height: 5.5rem;
  width: 100%;
  border: 1px solid #cecece;
  padding: .5rem 2rem 0; }
.contact-content .contact-content-form textarea {
  width: 100%;
  border: 1px solid #cecece;
  padding: 2rem; }
.contact-content .contact-content-form .row > * {
  margin-top: 3rem; }
.contact-content .contact-content-form select {
  width: 100%; }
.contact-content .contact-content-form .select2-selection {
  height: 5.5rem;
  width: 100%;
  border: 1px solid #cecece;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .5rem 2rem 0; }
.contact-content .contact-content-form .select2-selection__arrow {
  height: 100%; }
.contact-content .contact-content-form .select2-selection__arrow b {
  display: none; }
.contact-content .contact-content-form .select2-selection__arrow:after {
  content: "\eab2";
  font-family: icofont;
  color: #731e80;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 2rem;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }
.contact-content .contact-content-form .contact-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.contact-content .contact-content-form .contact-checkboxes p {
  font-size: 1.4rem; }
.contact-content .contact-content-form .contact-checkboxes label {
  font-size: 1.4rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.contact-content .contact-content-form .contact-checkboxes label [type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-appearance: none;
  height: 2rem;
  width: 2rem;
  border: 1px solid #cecece;
  border-radius: 3px;
  margin: 0;
  position: relative;
  margin-right: 1.5rem; }
.contact-content .contact-content-form .contact-checkboxes label [type=checkbox]:checked:before {
  content: "\eed8";
  font-family: icofont;
  top: 0;
  left: 0;
  font-size: 2rem; }
.contact-content .contact-content-form .contact-validation {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3rem; }
@media (min-width: 992px) {
  .contact-content .contact-content-form .contact-validation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
.contact-content .contact-content-form .contact-validation .a-button {
  width: 100%;
  height: 4.5rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: .5rem;
  margin-top: 2rem; }
@media (min-width: 992px) {
  .contact-content .contact-content-form .contact-validation .a-button {
    width: auto;
    margin-top: 0; } }
.contact-content .contact-content-form .contact-legal {
  font-size: 1.4rem; }

.filtre-dans-ma-commune {
  margin-top: -9rem;
  background-color: #f7f7f7;
  padding: 4.4rem 0 5rem; }
.filtre-dans-ma-commune h2 {
  font-size: 3.3rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem; }
.filtre-dans-ma-commune .form-dans-ma-commune {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filtre-dans-ma-commune .form-dans-ma-commune select { }
@media (min-width: 992px) {
  .filtre-dans-ma-commune .form-dans-ma-commune select {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; } }
.filtre-dans-ma-commune .form-dans-ma-commune .select2-selection {
  height: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  border: 1px solid #cecece; }
.filtre-dans-ma-commune .form-dans-ma-commune .select2-selection .select2-selection__arrow {
  height: 100%; }
.filtre-dans-ma-commune .form-dans-ma-commune .select2-selection .select2-selection__arrow b {
  display: none; }
.filtre-dans-ma-commune .form-dans-ma-commune .select2-selection .select2-selection__arrow:after {
  content: "\eab2";
  font-family: icofont;
  color: #731e80;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 2rem;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }
.filtre-dans-ma-commune .form-dans-ma-commune .nom_voie {
  height: 5.5rem;
  width: 47rem;
  padding-left: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem; }
@media (min-width: 992px) {
  .filtre-dans-ma-commune .form-dans-ma-commune .nom_voie {
    margin-top: 0; } }
.filtre-dans-ma-commune .form-dans-ma-commune .num_voie {
  height: 5.5rem;
  width: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-top: 2rem; }
@media (min-width: 992px) {
  .filtre-dans-ma-commune .form-dans-ma-commune .num_voie {
    margin-top: 0; } }
.filtre-dans-ma-commune .form-dans-ma-commune .a-button {
  height: 5.5rem;
  width: 17rem;
  margin-top: 2rem; }
@media (min-width: 992px) {
  .filtre-dans-ma-commune .form-dans-ma-commune .a-button {
    margin-top: 0; } }

.dans-ma-commune-content {
  padding-top: 5.6rem;
  padding-bottom: 8rem; }
.dans-ma-commune-content h2 {
  width: 100%; }
@media (min-width: 992px) {
  .dans-ma-commune-content h2 {
    width: auto; } }
.dans-ma-commune-content .commune-no-collect {
  margin-bottom: 3rem; }
.dans-ma-commune-content .collect-item {
  min-height: 40rem;
  text-align: center;
  padding: 6rem 2.5rem;
  margin-top: 3rem;
  display: block; }
.dans-ma-commune-content .collect-item img {
  height: 11rem;
  width: auto; }
.dans-ma-commune-content .collect-item svg.rappel-svg {
  height: 2.7rem; }
.dans-ma-commune-content .collect-item p {
  margin-top: 3.6rem;
  margin-bottom: 2rem;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase; }
@media (min-width: 992px) {
  .dans-ma-commune-content .collect-item p {
    line-height: .8; } }
.dans-ma-commune-content .collect-item p.collect-text {
  font-weight: normal;
  font-size: 3.5rem;
  margin-top: 0; }
.dans-ma-commune-content .collect-no-item {
  margin-top: 3rem;
  min-height: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7f7f7;
  padding: 3rem;
  text-align: center; }
@media screen and (min-width: 0\0) {
  .dans-ma-commune-content .collect-no-item {
    height: 40rem; } }
.dans-ma-commune-content .collect-no-item p {
  display: block; }
.dans-ma-commune-content .collect-no-item p:before {
  content: "";
  height: 2px;
  width: 10rem;
  display: block;
  background-color: #c8c8c8;
  margin: 2.9rem auto 2.7rem; }
@media screen and (min-width: 0\0) {
  .dans-ma-commune-content .collect-no-item p {
    width: 100%; } }
.dans-ma-commune-content .collect-menager {
  background-color: #2e4f52;
  color: #fff; }
.dans-ma-commune-content .collect-recycle {
  background-color: #e8de24;
  color: #4a4a4a; }
.dans-ma-commune-content .collect-recycle svg {
  fill: #4a4a4a; }
.dans-ma-commune-content .collect-recycle svg path {
  fill: #4a4a4a; }
.dans-ma-commune-content .collect-recycle:before, .dans-ma-commune-content .collect-recycle:after {
  opacity: .25; }
.dans-ma-commune-content .collect-borne {
  background-color: #9a9a9a;
  color: #fff; }
.dans-ma-commune-content .collect-borne .collect-text {
  padding-top: 2.4rem;
  line-height: 1; }
.dans-ma-commune-content .collect-demande-bac {
  background-color: #97d700;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
.dans-ma-commune-content .collect-demande-bac:hover {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12); }
.dans-ma-commune-content .collect-demande-bac svg {
  fill: #fff; }
.dans-ma-commune-content .collect-demande-bac svg path {
  fill: #fff; }
.dans-ma-commune-content .collect-demande-bac:before, .dans-ma-commune-content .collect-demande-bac:after {
  opacity: .12; }
.dans-ma-commune-content .collect-demande-badge {
  background-color: #731e80;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
.dans-ma-commune-content .collect-demande-badge:hover {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12); }
.dans-ma-commune-content .collect-demande-badge svg {
  fill: #fff; }
.dans-ma-commune-content .collect-demande-badge svg path {
  fill: #fff; }
.dans-ma-commune-content .collect-demande-badge:before, .dans-ma-commune-content .collect-demande-badge:after {
  opacity: .12; }
.dans-ma-commune-content .collect-demande-carte {
  background-color: #00b5e2;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
.dans-ma-commune-content .collect-demande-carte:hover {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12); }
.dans-ma-commune-content .collect-demande-carte svg {
  fill: #fff; }
.dans-ma-commune-content .collect-demande-carte svg path {
  fill: #fff; }
.dans-ma-commune-content .collect-demande-carte:before, .dans-ma-commune-content .collect-demande-carte:after {
  opacity: .12; }
.dans-ma-commune-content .collect-special {
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 0;
  margin-top: 3rem; }
.dans-ma-commune-content .collect-special .collect-special-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 3rem;
  border-right: 1px solid #c8c8c8; }
.dans-ma-commune-content .collect-special .collect-special-alert svg {
  width: 5.1rem;
  height: 4.3rem; }
.dans-ma-commune-content .collect-special .collect-special-info {
  padding: 0 3rem; }
.dans-ma-commune-content .collect-special .collect-special-info .collect-special-item {
  margin-top: 3.5rem; }
.dans-ma-commune-content .collect-special .collect-special-info .collect-special-item:first-of-type {
  margin-top: 0; }
.dans-ma-commune-content .collect-special .collect-special-info .collect-special-item p {
  margin: 0;
  font-size: 1.4rem; }
.dans-ma-commune-content .collect-special .collect-special-info .collect-special-item p.title {
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 1.6rem; }
.dans-ma-commune-content .near-home-title {
  margin-top: 8rem;
  margin-bottom: 2rem;
  width: 100%; }
@media (min-width: 992px) {
  .dans-ma-commune-content .near-home-title {
    width: auto; } }
.dans-ma-commune-content .paragraph--type--carte .map-container {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12); }
.dans-ma-commune-content .commune-demande {
  padding-top: 8rem; }

.hero-detail-actu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.hero-detail-actu .back-actu {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 1.9rem 3rem 2rem;
  text-transform: uppercase;
  color: #64676a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
.hero-detail-actu .back-actu svg {
  margin-right: 1.5rem; }
.hero-detail-actu figure {
  width: calc(100% - 106rem); }
.hero-detail-actu .hero-detail-actu-info {
  background-color: #f7f7f7;
  width: 106rem;
  text-align: center;
  position: relative;
  padding-top: 11.6rem;
  padding-bottom: 18.2rem; }
.hero-detail-actu .hero-detail-actu-info svg {
  fill: #64676a; }
.hero-detail-actu .hero-detail-actu-info svg path {
  fill: #64676a; }
.hero-detail-actu .hero-detail-actu-info h1 {
  font-size: 4rem;
  font-weight: normal;
  color: #64676a;
  margin: 0 0 3rem; }
.hero-detail-actu .hero-detail-actu-info .rappel-svg {
  margin-bottom: 4rem; }
.hero-detail-actu .hero-detail-actu-info .ariane {
  margin-bottom: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 2rem; }
@media (min-width: 992px) {
  .hero-detail-actu .hero-detail-actu-info .ariane {
    display: block;
    padding: 0; }
    .hero-detail-actu .hero-detail-actu-info h1 {
      padding-right: 70px;}
  }
.hero-detail-actu .hero-detail-actu-info .ariane ol {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
@media (min-width: 992px) {
  .hero-detail-actu .hero-detail-actu-info .ariane ol {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
.hero-detail-actu .hero-detail-actu-info .ariane li, .hero-detail-actu .hero-detail-actu-info .ariane a {
  color: #64676a; }
.hero-detail-actu .hero-detail-actu-info .hero-action a {
  border: 1px solid #64676a; }
.hero-detail-actu .hero-detail-actu-info .detail-actu-publication {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6rem;
  background-color: #ededed; }
.hero-detail-actu .hero-detail-actu-info .detail-actu-publication i {
  color: #731e80;
  margin-right: 1.4rem; }
.hero-detail-actu .hero-detail-actu-info .detail-actu-publication p {
  color: #64676a;
  margin: .7rem 0 0; }

.detail-actu-content {
  padding-top: 7.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
.detail-actu-content .paragraph--type--chapo {
  margin-bottom: 7.5rem; }
.detail-actu-content .paragraph--type--titre-de-section {
  font-size: 3.3rem;
  width: 100%; }
@media (min-width: 992px) {
  .detail-actu-content .paragraph--type--titre-de-section {
    width: auto; } }
.detail-actu-content .paragraph--type--video {
  max-width: 87rem; }


.simulateur-content .simulateur-form-item {
  margin-bottom: 4rem; }
.simulateur-content .simulateur-form-item label {
  color: #731e80;
  font-size: 1.5rem;
  font-weight: bold; }
.simulateur-content .simulateur-form-item a {
  float: right;
  color: #731e80; }
.simulateur-content .simulateur-form-item select {
  width: 100%; }
.simulateur-content .simulateur-form-item .select2-selection {
  height: 5.5rem;
  border: 1px solid #cecece;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.simulateur-content .simulateur-form-item .select2-selection .select2-selection__arrow {
  height: 100%; }
.simulateur-content .simulateur-form-item .select2-selection .select2-selection__arrow b {
  display: none; }
.simulateur-content .simulateur-form-item .select2-selection .select2-selection__arrow:after {
  content: "\eab2";
  font-family: icofont;
  color: #731e80;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 2rem;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }
.simulateur-content .simulateur-form-item [type=text],
.simulateur-content .simulateur-form-item [type=number] {
  height: 5.5rem;
  border: 1px solid #cecece;
  width: 100%;
  padding: 0 2rem; }

header {
  position: relative;
  /* z-index: 50; */
  width: 100%;
  padding-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
@media (min-width: 1500px) {
  header {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }
header .extra-menu.mobile-extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.3rem 3rem;
  width: 100%;
  background-color: #f7f7f7; }
header .extra-menu.mobile-extra .extra-menu-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
header .extra-menu.mobile-extra a {
  color: #64676a;
  font-size: 2.2rem;
  font-weight: 600; }
header .extra-menu.mobile-extra a.font-resize {
  margin-right: 1.8rem; }
header .extra-menu.mobile-extra a.mobile-user-login {
  margin-left: 2rem;
  border-left: 1px solid #d0d0d0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
header .extra-menu.mobile-extra a.mobile-blank-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
header .extra-menu.mobile-extra svg {
  fill: #64676a;
  height: 2.4rem;
  margin-left: 2rem; }
header .extra-menu.mobile-extra svg path {
  fill: #64676a; }
@media (min-width: 1500px) {
  header .extra-menu.mobile-extra {
    display: none; } }
header .extra-menu.wide-extra {
  display: none;
  position: absolute;
  top: 0;
  right: 0; }
@media (min-width: 1500px) {
  header .extra-menu.wide-extra {
    display: block; } }
header .extra-menu.wide-extra ul {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
header .extra-menu.wide-extra ul li {
  list-style-type: none; }
header .extra-menu.wide-extra ul li {
  height: 6rem;
  margin-left: 5.4rem;
  font-size: 1.3rem; }
header .extra-menu.wide-extra ul li:last-of-type {
  margin-left: 4.9rem; }
header .extra-menu.wide-extra ul li a {
  height: 6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #64676a;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
header .extra-menu.wide-extra ul li a svg {
  height: 1.8rem;
  width: auto;
  display: inline-block;
  fill: #64676a;
  margin-right: 1.4rem; }
header .extra-menu.wide-extra ul li a svg path {
  fill: #64676a; }
header .extra-menu.wide-extra ul li a i {
  font-size: 1.8rem;
  margin-right: 1.4rem; }
header .extra-menu.wide-extra ul li a.font-resize {
  font-weight: bold;
  font-size: 1.9rem; }
header .extra-menu.wide-extra ul li a.font-resize:last-of-type {
  margin-left: 2.5rem; }
header .extra-menu.wide-extra ul li form {
  position: relative;
  height: 6rem;
  background-color: #64676a; }
header .extra-menu.wide-extra ul li form [type=text] {
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: transparent;
  border: none;
  width: 26vw;
  min-width: 25rem;
  padding-left: 3rem;
  padding-right: 10rem; }
header .extra-menu.wide-extra ul li form [type=text]::-webkit-input-placeholder {
  color: #fff; }
header .extra-menu.wide-extra ul li form [type=text]::-moz-placeholder {
  color: #fff; }
header .extra-menu.wide-extra ul li form [type=text]:-ms-input-placeholder {
  color: #fff; }
header .extra-menu.wide-extra ul li form [type=text]::-ms-input-placeholder {
  color: #fff; }
header .extra-menu.wide-extra ul li form [type=text]::placeholder {
  color: #fff; }
header .extra-menu.wide-extra ul li form [type=submit] {
  position: absolute;
  height: 100%;
  border: none;
  background-color: transparent;
  color: #fff;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  font-family: 'Icofont';
  top: 0;
  right: 0; }
@media print {
  header .extra-menu {
    display: none !important; } }
header .menu-burger {
  display: block; }
@media (min-width: 1200px) {
  header .menu-burger {
    display: none; } }
header .menu-burger .menu-burger-button {
  width: 4.4rem;
  height: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.6rem 1.3rem 1.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 50%;
  background-color: #64676a; }
header .menu-burger .menu-burger-button .burger-bar {
  height: .3rem;
  width: 1.8rem;
  border-radius: .15rem;
  background-color: #fff;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
header .menu-burger .menu-burger-button .burger-bar .burger-close-bar {
  position: absolute;
  height: .3rem;
  width: 1.8rem;
  border-radius: .15rem;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
header .menu-burger .menu-burger-button.open .burger-bar {
  opacity: 0; }
header .menu-burger .menu-burger-button.open .burger-bar:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1; }
header .menu-burger .menu-burger-button.open .burger-bar:nth-of-type(2) .burger-close-bar {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 1;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }
@media print {
  header .menu-burger {
    display: none; } }
header .logo-main {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 2rem; }
@media (min-width: 1200px) {
  header .logo-main {
    padding: 2.3rem 3rem 0; } }
header .logo-main img {
  height: 10.4rem;
  width: 18.5rem; }
@media (min-width: 1200px) {
  header .logo-main img {
    height: 14rem;
    width: 24.8rem;
    margin: 0; } }
header .mobile-search-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.4rem;
  width: 4.4rem;
  border-radius: 50%;
  background-color: #64676a;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
@media (min-width: 1200px) {
  header .mobile-search-button {
    display: none; } }
@media print {
  header .mobile-search-button {
    display: none; } }
header .menu-main {
  display: none; }
@media (min-width: 1200px) {
  header .menu-main {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; } }
@media (min-width: 1200px) and (max-width: 1499px) {
  header .menu-main {
    width: 100%; } }
header .menu-main a {
  color: #64676a;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
@media (min-width: 1200px) {
  header .menu-main a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  header .menu-main a .responsive-menu-icon {
    display: none;
    position: absolute;
    right: 2rem;
    color: #9cc12b; } }
header .menu-main ul {
  padding-left: 0;
  margin-bottom: 0; }
header .menu-main ul li {
  list-style-type: none; }
header .menu-main .menu-0 {
  position: relative; }
@media (min-width: 1200px) {
  header .menu-main .menu-0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 3rem; } }
header .menu-main .menu-0 li {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
@media (min-width: 1200px) {
  header .menu-main .menu-0 .menu-0-mobile-more {
    display: none; } }
header .menu-main .menu-0 .ecocito {
  margin-left: 5.5rem;
  background-color: #f7f7f7;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
header .menu-main .menu-0 .ecocito:hover {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12); }
@media (min-width: 992px) and (max-width: 1499px) {
  header .menu-main .menu-0 .ecocito {
    position: absolute;
    right: 0;
    bottom: 100%; } }
header .menu-main .menu-0 .ecocito a {
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2rem;
  font-weight: bold;
  font-size: 1.5rem;
  text-transform: uppercase; }
header .menu-main .menu-0 .ecocito a:first-of-type {
  border-right: 1px solid #cbcbcb; }
header .menu-main .menu-0 .menu-0-item {
  margin-left: 5.5rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold; }
@media (min-width: 992px) {
  header .menu-main .menu-0 .menu-0-item {
    position: relative;
    padding: 1.3rem 0; } }
header .menu-main .menu-0 .menu-0-item:hover > a {
  color: #731e80; }
header .menu-main .menu-0 .menu-0-item:hover .menu-1 {
  display: block; }
@media (min-width: 992px) {
  header .menu-main .menu-0 .menu-0-item .menu-1 {
    display: none;
    font-weight: normal; } }
@media (min-width: 992px) and (min-width: 1200px) {
  header .menu-main .menu-0 .menu-0-item .menu-1 {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 100%;
    z-index: 50;
    background-color: #fff;
    font-size: 1.4rem; } }
@media (min-width: 992px) {
  header .menu-main .menu-0 .menu-0-item .menu-1 .menu-1-item {
    position: relative;
    white-space: nowrap; }
  header .menu-main .menu-0 .menu-0-item .menu-1 .menu-1-item > a {
    height: 100%;
    width: 100%;
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  header .menu-main .menu-0 .menu-0-item .menu-1 .menu-1-item .menu-2 {
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #f7f7f7;
    display: none; }
  header .menu-main .menu-0 .menu-0-item .menu-1 .menu-1-item .menu-2 .menu-2-item > a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding: 2rem;
    display: block; }
  header .menu-main .menu-0 .menu-0-item .menu-1 .menu-1-item .menu-2 .menu-2-item > a:hover {
    font-weight: bold;
    letter-spacing: -.04em; }
  header .menu-main .menu-0 .menu-0-item .menu-1 .menu-1-item:hover > a {
    background-color: #f7f7f7;
    font-weight: bold; }
  header .menu-main .menu-0 .menu-0-item .menu-1 .menu-1-item:hover .menu-2 {
    display: block; } }
header .menu-main.open {
  width: 100%;
  display: block;
  background-color: #f7f7f7;
  text-align: center; }
header .menu-main.open .menu-0 a {
  position: relative;
  text-transform: uppercase; }
header .menu-main.open .menu-0 a .responsive-menu-icon {
  position: absolute;
  right: 0;
  color: #731e80; }
header .menu-main.open .menu-0 .menu-0-item {
  margin-left: 0;
  padding: 0 3rem; }
header .menu-main.open .menu-0 .menu-0-item > a {
  border-top: 1px solid #cecece;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem 0; }
header .menu-main.open .menu-0 .menu-0-item:first-of-type > a {
  border-top: none; }
header .menu-main.open .menu-0 .menu-0-item .menu-1 {
  display: none; }
header .menu-main.open .menu-0 .menu-0-item .menu-1 .menu-1-item {
  padding: 0 3rem; }
header .menu-main.open .menu-0 .menu-0-item .menu-1 .menu-1-item > a {
  border-top: 1px solid #cecece;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem 0; }
header .menu-main.open .menu-0 .menu-0-item .menu-1 .menu-1-item:first-of-type > a {
  border-top: none; }
header .menu-main.open .menu-0 .menu-0-item .menu-1 .menu-1-item .menu-2 {
  display: none; }
header .menu-main.open .menu-0 .menu-0-item .menu-1 .menu-1-item.open {
  padding: 0; }
header .menu-main.open .menu-0 .menu-0-item .menu-1 .menu-1-item.open > a {
  padding: 2rem 3rem;
  background-color: #eaeaea; }
header .menu-main.open .menu-0 .menu-0-item .menu-1 .menu-1-item.open > a .responsive-menu-icon {
  display: none; }
header .menu-main.open .menu-0 .menu-0-item .menu-1 .menu-1-item.open > a:before {
  content: "\ea5c";
  font-family: icofont;
  color: #731e80;
  position: absolute;
  left: 2rem; }
header .menu-main.open .menu-0 .menu-0-item .menu-1 .menu-1-item.open .menu-2 {
  display: block; }
header .menu-main.open .menu-0 .menu-0-item .menu-1 .menu-1-item.open .menu-2 .menu-2-item > a {
  border-bottom: 1px solid #cecece;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem 0; }
header .menu-main.open .menu-0 .menu-0-item .menu-1 .menu-1-item.closed {
  height: 0;
  overflow: hidden; }
header .menu-main.open .menu-0 .menu-0-item.open {
  padding: 0; }
header .menu-main.open .menu-0 .menu-0-item.open > a {
  background-color: #eaeaea;
  padding: 2rem 3rem; }
header .menu-main.open .menu-0 .menu-0-item.open > a .responsive-menu-icon {
  display: none; }
header .menu-main.open .menu-0 .menu-0-item.open > a:before {
  content: "\ea5c";
  font-family: icofont;
  color: #731e80;
  position: absolute;
  left: 2rem; }
header .menu-main.open .menu-0 .menu-0-item.open .menu-1 {
  display: block; }
header .menu-main.open .menu-0 .menu-0-item.closed {
  height: 0;
  overflow: hidden; }
header .menu-main.open .menu-0 .ecocito {
  margin-left: 0;
  padding: 0 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  margin-top: 9rem; }
header .menu-main.open .menu-0 .ecocito > a {
  padding: 0; }
header .menu-main.open .menu-0 .ecocito > a:first-of-type {
  border: none; }
header .menu-main.open .menu-0 .menu-0-mobile-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #64676a;
  padding: 2rem 0; }
header .menu-main.open .menu-0 .menu-0-mobile-more a {
  display: block;
  width: 50%;
  text-align: center; }
header .menu-main.open .menu-0 .menu-0-mobile-more a > span {
  display: block;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  text-transform: uppercase; }
header .menu-main.open .menu-0 .menu-0-mobile-more a > svg {
  display: block;
  margin: 0 auto;
  fill: #fff; }
header .menu-main.open .menu-0 .menu-0-mobile-more a > svg path {
  fill: #fff; }
header .menu-main.open .menu-0 .menu-0-mobile-more a:first-of-type {
  border-right: 1px solid #fff; }
@media print {
  header .menu-main {
    display: none; } }

footer {
  border-top: 1px solid #d1d1d1; }
@media print {
  footer {
    display: none; } }
footer [class^=col-] {
  padding-left: 0;
  padding-right: 0; }
@media (min-width: 768px) {
  footer [class^=col-] {
    padding-left: 15px;
    padding-right: 15px; } }
footer .footer-main {
  padding: .5rem 3rem; }
@media (min-width: 992px) {
  footer .footer-main {
    padding: 6rem 1rem; } }
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-main .container {
    padding-right: 8rem; } }
footer .footer-main .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
footer .footer-main .flex-row:after, footer .footer-main .flex-row:before {
  content: none; }
footer .footer-main .flex-row .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
@media (min-width: 768px) {
  footer .footer-main .flex-row .footer-logo {
    display: block; } }
footer .footer-main .flex-row .footer-logo img {
  height: 14rem;
  width: 24.8rem;
  max-width: 95%; }
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-main .flex-row .footer-coord {
    padding-bottom: 0; } }
footer .footer-main .flex-row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 3.4rem;
  padding-bottom: 3.4rem; }
footer .footer-main .flex-row > div:first-of-type {
  padding-bottom: 0; }
@media (min-width: 768px) {
  footer .footer-main .flex-row > div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
@media (min-width: 992px) {
  footer .footer-main .flex-row > div {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0; } }
footer .footer-main .flex-row > div .footer-main-logo {
  width: 100%; }
footer .footer-main .flex-row .bordered {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5; }
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-main .flex-row .bordered {
    margin-top: 3rem; } }
@media (min-width: 992px) {
  footer .footer-main .flex-row .bordered {
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-top: none;
    border-bottom: none; } }
footer .footer-main .flex-row .footer-pratique .footer-pratique-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem 0; }
footer .footer-main .flex-row .footer-pratique .footer-pratique-item i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.8rem;
  height: 3.9rem;
  width: 3.9rem;
  border-radius: 50%;
  background-color: #731e80;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1.5rem; }
footer .footer-main .flex-row .footer-pratique .footer-pratique-item p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.7rem;
  color: #64676a;
  min-width: 24rem; }
@media (min-width: 992px) {
  footer .footer-main .flex-row .footer-pratique .footer-pratique-item p {
    font-size: 1.4rem;
    min-width: auto; } }
footer .footer-main .flex-row .footer-main-nav h4 {
  margin: 0 0 2.8rem;
  color: #64676a; }
footer .footer-main .flex-row .footer-main-nav ul {
  padding-left: 0;
  margin-bottom: 0; }
footer .footer-main .flex-row .footer-main-nav ul li {
  list-style-type: none; }
footer .footer-main .flex-row .footer-main-nav ul li {
  margin-bottom: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
footer .footer-main .flex-row .footer-main-nav ul li:before {
  content: "";
  height: .7rem;
  width: .7rem;
  border-radius: 50%;
  background-color: #731e80;
  margin-right: 1.5rem; }
footer .footer-main .flex-row .footer-main-nav ul li a {
  font-size: 1.7rem;
  color: #64676a; }
footer .footer-main .flex-row .footer-main-nav ul li a:hover {
  text-decoration: underline; }
@media (min-width: 992px) {
  footer .footer-main .flex-row .footer-main-nav ul li a {
    font-size: 1.4rem; } }
footer .footer-main .flex-row .footer-main-nav ul li:last-of-type {
  margin-bottom: 0; }
footer .footer-main .flex-row .footer-main-cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.7rem;
  color: #64676a;
  margin: 1rem 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
@media (min-width: 992px) {
  footer .footer-main .flex-row .footer-main-cta a {
    font-size: 1.3rem; } }
footer .footer-main .flex-row .footer-main-cta a svg {
  margin-right: 1.3rem;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
footer .footer-main .flex-row .footer-main-cta a svg path {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
footer .footer-main .flex-row .footer-main-cta a:hover {
  color: #731e80; }
footer .footer-main .flex-row .footer-main-cta a:hover svg path {
  fill: #731e80; }
footer .footer-legal-container {
  background-color: #f7f7f7; }
footer .footer-legal-container .footer-legal {
  text-align: center;
  padding: 2.6rem 3rem; }
@media (min-width: 992px) {
  footer .footer-legal-container .footer-legal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
footer .footer-legal-container .footer-legal .footer-legal-nav ul {
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 1.5rem; }
footer .footer-legal-container .footer-legal .footer-legal-nav ul li {
  list-style-type: none; }
@media (min-width: 992px) {
  footer .footer-legal-container .footer-legal .footer-legal-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0; } }
footer .footer-legal-container .footer-legal .footer-legal-nav ul p {
  margin: 0; }
footer .footer-legal-container .footer-legal .footer-legal-nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #64676a;
  font-size: 1.7rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 2; }
@media (min-width: 992px) {
  footer .footer-legal-container .footer-legal .footer-legal-nav ul li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1;
    font-size: 1.3rem; }
  footer .footer-legal-container .footer-legal .footer-legal-nav ul li:after {
    content: "|";
    margin: 0 .8rem; }
  footer .footer-legal-container .footer-legal .footer-legal-nav ul li:last-of-type:after {
    content: none; } }
footer .footer-legal-container .footer-legal .footer-legal-nav ul li .footer-copyright {
  font-weight: bold; }
@media (min-width: 992px) {
  footer .footer-legal-container .footer-legal .footer-legal-nav ul li .footer-copyright {
    font-weight: normal; } }
footer .footer-legal-container .footer-legal .footer-legal-nav ul li .footer-copyright span {
  color: #731e80;
  text-transform: uppercase;
  font-weight: bold;
  display: block; }
@media (min-width: 992px) {
  footer .footer-legal-container .footer-legal .footer-legal-nav ul li .footer-copyright span {
    display: inline;
    font-weight: normal; } }
footer .footer-legal-container .footer-legal .footer-legal-nav ul li .footer-copyright .mobile-hidden {
  display: none; }
@media (min-width: 992px) {
  footer .footer-legal-container .footer-legal .footer-legal-nav ul li .footer-copyright .mobile-hidden {
    display: inline; } }
footer .footer-legal-container .footer-legal .footer-legal-nav ul li a {
  color: #64676a; }
footer .footer-legal-container .footer-legal .footer-legal-nav ul li a:hover {
  text-decoration: underline; }
footer .footer-legal-container .footer-legal .footer-signature {
  padding-top: 1.5rem;
  border-top: 1px solid #cecece; }
@media (min-width: 992px) {
  footer .footer-legal-container .footer-legal .footer-signature {
    border-top: none;
    padding-top: 0; } }

/* ADD 2025 */
.searchwp-live-search-results .searchwp-live-search-result:hover {
  background-color: #F0F0F0;
}
.searchwp-live-search-results .searchwp-live-search-result h4.searchwp-live-search-result--title a {
  font-weight: 600;
  font-size: 14px;
  color: #4a4a4a;
}
.searchwp-live-search-results .searchwp-live-search-result p.searchwp-live-search-result--desc {
  font-size: .7em;
}