@charset "UTF-8";
/********************************************************
*														*
		        MODULES/ACCUEIL
*														*
********************************************************/
.homeBandeau {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 400px;
}

@media (min-width: 992px) {
  .homeBandeau {
    height: 70vh;
  }
}

.homeBandeau-welcome {
  --bandeau-welcome-titre: 6em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 0.625;
  color: #fff;
  font-size: 6.875em;
  font-size: var(--bandeau-welcome-titre);
  z-index: 1;
}

@media (min-width: 576px) {
  .homeBandeau-welcome {
    --bandeau-welcome-titre: 7em;
  }
}

@media (min-width: 768px) {
  .homeBandeau-welcome {
    --bandeau-welcome-titre: 8em;
  }
}

@media (min-width: 992px) {
  .homeBandeau-welcome {
    --bandeau-welcome-titre: 12em;
  }
}

.homeBandeau-welcome[class*="olive"]:before {
  top: -0.40em;
  left: -0.30em;
  width: 1em;
  height: 1.083em;
}

.homeBandeau-welcome small {
  position: absolute;
  top: 0;
  left: 4.5em;
  font-size: 0.17em;
}

.homeBandeau .bandeau {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  height: 100%;
}

.homeBandeau .bandeau .slideContainer, .homeBandeau .bandeau-slideshow,
.homeBandeau .bandeau .slides,
.homeBandeau .bandeau .slide, .homeBandeau .bandeau-interne {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.homeBandeau .bandeau-content {
  padding-top: 10em;
}

.homeActu {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #b7c8c0;
}

.homeActu-interne {
  /*padding: map-get($spacers, 6) map-get($spacers, 5);*/
}

.homeActu-interne [class*="titre"] {
  color: #151716;
}

.homeActu-interne {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-flow: column nowrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #414745;
}

.homeActu-interne:hover {
  color: #151716;
}

.homeActu-image {
  position: relative;
  z-index: 0;
  position: relative;
  z-index: 0;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  flex: 1 1 50%;
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 0;
  min-height: 300px;
  padding: 3rem 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.homeActu-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: inherit;
  background-position: inherit;
  background-repeat: inherit;
  background-size: inherit;
  z-index: -2;
  -webkit-filter: grayscale(1) brightness(0.5);
  filter: grayscale(1) brightness(0.5);
  -webkit-transition: opacity 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -moz-transition: opacity 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: opacity 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .homeActu-image:before {
    content: none;
  }
}

.homeActu-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffa721;
  opacity: 1;
  z-index: -1;
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -moz-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
}

@supports (mix-blend-mode: overlay) or (-webkit-mix-blend-mode: overlay) {
  .homeActu-image:after {
    -webkit-mix-blend-mode: overlay;
    mix-blend-mode: overlay;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .homeActu-image:after {
    -webkit-mix-blend-mode: none;
    mix-blend-mode: none;
    opacity: 0.5;
  }
}

@media (min-width: 992px) {
  .homeActu-image {
    min-height: 200px;
  }
}

.homeActu-title {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  padding: 0 10% 0 10%;
}

.homeActu-title:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 15px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #eaf2ee;
  position: absolute;
  bottom: -3rem;
  left: 10%;
}

.homeActu-article {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  flex: 1 1 50%;
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  padding: 3rem 10% 80px 10%;
  background-color: white;
}

@media (min-width: 576px) {
  .homeActu-article {
    padding-bottom: 3rem;
  }
}

.homeActu-content {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
}

.homeActu-content [class*="titre"] {
  color: #151716;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.homeActu-content [class*="lienPlus"] {
  margin-top: 0.5rem;
}

.homeActu-item {
  position: relative;
  display: block;
  padding: 15px 30px 15px 0;
}

.homeActu-item:after {
  content: "";
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: baseline;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.625em;
  font-size: 1.25em;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: -webkit-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -moz-transition: transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), -moz-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), -moz-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
}

.homeActu-item [class*="titre"] {
  margin-top: 0.25rem;
}

.homeActu-item:hover:after {
  -webkit-transform: translate3d(10px, 0, 0);
  -moz-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.homeActu-item:hover [class*="titre"] {
  color: inherit;
}

.homeActu-liste {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-top: 1.5rem;
}

.homeActu-liste li + li {
  border-top: 1px solid #b7c8c0;
}

.homeActu .btGroup {
  position: absolute;
  bottom: 0;
  right: 0;
}

.homeActu2 p {
  font-family: "Libre Baskerville", serif;
  font-size: 1em;
  font-style: italic;
  color: #151716;
}

.homeActu2 .btGroup {
  position: absolute;
  bottom: 0;
  right: 0;
}

.homeActu2-interne {
  position: relative;
  padding: 3rem 1rem;
}

@media (min-width: 768px) {
  .homeActu2-interne {
    padding: 3rem 3rem;
  }
}

.homeActu2-interne [class*="titre"] {
  color: #151716;
}

.homeActu2-image {
  background-position: center center;
  background-size: cover;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  height: 9rem;
}

@media (min-width: 576px) {
  .homeActu2-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 6rem;
    flex: 0 0 6rem;
    height: 6rem;
  }
}

.homeActu2-image figure:hover {
  color: magenta;
}

@media (min-width: 0) {
  .homeActu2-image {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .homeActu2-image {
    width: 6rem;
  }
}

.homeActu2-liste {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-top: 1.5rem;
}

.homeActu2-item {
  position: relative;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .homeActu2-item:after {
    position: absolute;
    content: "";
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: baseline;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 0;
    top: 50%;
    margin-top: -0.625em;
    font-size: 1.25em;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
    transition: -webkit-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
    -moz-transition: transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), -moz-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
    transition: transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
    transition: transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), -moz-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  }
}

.homeActu2-item [class*="titre"] {
  margin-top: 0.25rem;
}

.homeActu2-item:hover:after {
  -webkit-transform: translate3d(10px, 0, 0);
  -moz-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.homeActu2-item:hover [class*="titre"] {
  color: inherit;
}

.homeActu2-item .btGroup {
  position: absolute;
  bottom: 0;
  right: 0;
}

.homeActu2-contenu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media (min-width: 576px) {
  .homeActu2-contenu {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 6rem);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 6rem);
    flex: 0 0 calc(100% - 6rem);
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 992px) {
  .homeActu2-contenu {
    width: 100%;
  }
}

.homeCalendrier {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

.homeCalendrier-bg {
  position: relative;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  background-image: url("../../../img/photos/home-calendar.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.homeCalendrier-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #151716;
  opacity: 0.9;
  z-index: -1;
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -moz-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
}

@supports (mix-blend-mode: mutiply) or (-webkit-mix-blend-mode: mutiply) {
  .homeCalendrier-bg:before {
    -webkit-mix-blend-mode: mutiply;
    mix-blend-mode: mutiply;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .homeCalendrier-bg:before {
    -webkit-mix-blend-mode: none;
    mix-blend-mode: none;
    opacity: 0.5;
  }
}

.homeCalendrier-row {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  flex: 0 0 100%;
}

.homeCalendrier-content {
  padding: 5rem 0;
  background-color: rgba(21, 23, 22, 0.4);
}

.homeCalendrier-container {
  width: 250px;
  margin: 0 auto 0 auto;
}

.homeCalendrier-calendar {
  margin-top: 1.5rem;
}

.homeCalendrier-aside {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-flow: column nowrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.homeCalendrier-currentDate, .homeCalendrier-voirTout {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  flex: 1 1 50%;
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  color: white;
  font-family: "Muli", sans-serif;
  text-align: center;
}

.homeCalendrier-currentDate {
  position: relative;
  background-color: rgba(21, 23, 22, 0.6);
}

@media (min-width: 992px) {
  .homeCalendrier-currentDate:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 15px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
  }
}

.homeCalendrier-currentDay {
  line-height: 1;
  font-size: 3.125em;
  font-weight: 200;
}

.homeCalendrier-currentMonth {
  font-weight: 700;
}

.homeCalendrier-currentYear {
  font-weight: 200;
}

.homeCalendrier-voirTout {
  background-color: #7d8c47;
  font-size: 0.875em;
  font-weight: 700;
  text-transform: uppercase;
}

.homeCalendrier-voirTout span {
  min-width: 100%;
}

.homeCalendrier-voirTout i {
  margin-top: 0.5rem;
  font-size: 1.5em;
}

.homeCalendrier-voirTout:hover {
  color: #fff;
  background-color: #26356d;
}

.homeAgenda {
  background-color: #fff;
}

.homeAgenda-interne {
  padding: 5rem 3rem;
}

.homeAgenda-interne [class*="titre"] {
  color: #151716;
}

.homeAgenda-liste {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-top: 1.5rem;
}

.homeAgenda-liste li + li {
  border-top: 1px solid #b7c8c0;
}

.homeAgenda-item {
  position: relative;
  display: block;
  padding: 15px 30px 15px 0;
}

.homeAgenda-item:after {
  content: "";
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: baseline;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.625em;
  font-size: 1.25em;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: -webkit-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -moz-transition: transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), -moz-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), -moz-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
}

.homeAgenda-item [class*="titre"] {
  margin-top: 0.25rem;
}

.homeAgenda-item:hover:after {
  -webkit-transform: translate3d(10px, 0, 0);
  -moz-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.homeAgenda-item:hover [class*="titre"] {
  color: inherit;
}

.homeFlash {
  background-color: #26356d;
  color: #fff;
}

.homeFlash-interne {
  padding: 5rem 3rem;
}

.homeFlash .slideContainer ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.homeFlash .slideContainer ul:after {
  content: '';
  display: table;
  clear: both;
}

.homeFlash-slideshow {
  position: relative;
  margin-top: 3rem;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.homeFlash-content {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  color: #b7c8c0;
}

.homeFlash-content p {
  margin-top: 0;
}

.homeFlash-content * + p {
  margin-top: 0.25rem;
}

.homeFlash-content [class="lienPlus"] {
  margin-top: 1rem;
}

.homeFlash-content[href]:hover {
  color: #fff;
}

.homeFlash-nav {
  position: absolute;
  bottom: 0;
  right: 0;
}

.homeFlash-nav-prev {
  display: inline-block;
}

.homeFlash-nav-prev a {
  content: "";
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: baseline;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25em;
  width: 70px;
  height: 70px;
  text-align: center;
}

.homeFlash-nav-next {
  display: inline-block;
}

.homeFlash-nav-next a {
  content: "";
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: baseline;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25em;
  width: 70px;
  height: 70px;
  text-align: center;
}

.homeFlash-nav-prev a {
  background-color: #fff;
  color: #26356d;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.homeFlash-nav-prev a:hover {
  background-color: #005c98;
  color: #fff;
}

.homeFlash-nav-next a {
  background-color: #151716;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.homeFlash-nav-next a:hover {
  background-color: #005c98;
  color: #fff;
}

.homeFlash-pagin {
  position: absolute;
  top: 20px;
  right: 20px;
}

.homeFlash-pagin a {
  background-color: #fff;
}

.homeFlash-pagin a:hover {
  background-color: #151716;
}

.homeFlash-pagin .active a {
  background-color: #151716;
}

.homeGalerie {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.homeGalerie [class*="titre"] {
  position: absolute;
  top: 3rem;
  left: 3rem;
  max-width: -moz-calc(100% - 3rem);
  max-width: calc(100% - 3rem);
  z-index: 1;
}

.homeGalerie > .ccm-area,
.homeGalerie > .ccm-area > .ccm-area-block-list,
.homeGalerie > .ccm-area > .ccm-area-block-list > [data-container="block"],
.homeGalerie > .ccm-area > .ccm-area-block-list > [data-container="block"] > .ccm-block-edit {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.homeGalerie-liste {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.homeGalerie-liste li {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.homeGalerie-item {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.homeGalerie-item figure {
  position: relative;
  z-index: 0;
  position: relative;
  z-index: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  position: relative;
  margin-bottom: 0;
  width: 100%;
  min-height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.homeGalerie-item figure:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #151716;
  opacity: 0.2;
  z-index: -1;
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -moz-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
}

.homeGalerie-item figure:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fb7219;
  opacity: 0.4;
  z-index: -1;
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -moz-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
}

@supports (mix-blend-mode: multiply) or (-webkit-mix-blend-mode: multiply) {
  .homeGalerie-item figure:after {
    -webkit-mix-blend-mode: multiply;
    mix-blend-mode: multiply;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .homeGalerie-item figure:after {
    -webkit-mix-blend-mode: none;
    mix-blend-mode: none;
    opacity: 0.2;
  }
}

.homeGalerie-item:hover figure:before,
.homeGalerie-item:hover figure:after {
  opacity: 0;
}

.homeGalerie .btGroup {
  position: absolute;
  bottom: 0;
  right: 0;
}

.homeVideo {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  background-color: #151716;
  overflow: hidden;
}

@media (min-width: 768px) {
  .homeVideo {
    min-height: 400px;
  }
}

.homeVideo [class*="titre"] {
  position: absolute;
  top: 3rem;
  left: 3rem;
  max-width: -moz-calc(100% - 3rem);
  max-width: calc(100% - 3rem);
  z-index: 1;
}

.homeVideo-content,
.homeVideo .youtubeBlock {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.homeVideo .youtubeBlock iframe {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  height: 100%;
}

.homeVideo-content {
  position: relative;
  z-index: 0;
}

.homeVideo-content:before, .homeVideo-content:after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 17%;
  background-color: #151716;
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), opacity 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), opacity 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -webkit-transition: opacity 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: opacity 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -moz-transition: transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), opacity 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), -moz-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), opacity 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), opacity 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), -moz-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  z-index: 1;
}

.homeVideo-content:before {
  top: 0;
}

.homeVideo-content:after {
  bottom: 0;
}

.homeVideo-content figure {
  position: relative;
  z-index: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  margin: 0;
  min-height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.homeVideo-content figure:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #151716;
  opacity: 0.3;
  z-index: -1;
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -moz-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
}

@supports (mix-blend-mode: multiply) or (-webkit-mix-blend-mode: multiply) {
  .homeVideo-content figure:before {
    -webkit-mix-blend-mode: multiply;
    mix-blend-mode: multiply;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .homeVideo-content figure:before {
    -webkit-mix-blend-mode: none;
    mix-blend-mode: none;
    opacity: 0.2;
  }
}

.homeVideo-content [class*="olive"] {
  height: 86.64px;
  width: 80px;
  line-height: 86.64px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 -40px;
  color: #fff;
  font-size: 1.50em;
  -webkit-transition: opacity 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -moz-transition: opacity 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: opacity 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
}

.homeVideo-content:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, -70%, 0);
  -moz-transform: translate3d(0, -70%, 0);
  transform: translate3d(0, -70%, 0);
}

.homeVideo-content:hover:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 70%, 0);
  -moz-transform: translate3d(0, 70%, 0);
  transform: translate3d(0, 70%, 0);
}

.homeVideo-content:hover figure:before {
  opacity: 0;
}

.homeVideo-content:hover [class*="olive"] {
  opacity: 0;
}

.homeRaccourcis-interne {
  padding: 2.5rem;
  background-color: white;
}

@media (min-width: 992px) {
  .homeRaccourcis-interne .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .homeRaccourcis-interne .container {
    width: 1100px;
  }
}

.homeRaccourcis-interne .custom-prev {
  position: absolute;
  top: 2rem;
  color: #ffa721;
  font-size: 20px;
  left: 0;
}

@media (min-width: 992px) {
  .homeRaccourcis-interne .custom-prev {
    left: 0;
  }
}

@media (min-width: 1200px) {
  .homeRaccourcis-interne .custom-prev {
    left: 1rem;
  }
}

@media screen and (min-width: 1400px) {
  .homeRaccourcis-interne .custom-prev {
    left: -4rem;
  }
}

.homeRaccourcis-interne .custom-next {
  position: absolute;
  top: 2rem;
  color: #ffa721;
  font-size: 20px;
  right: 0;
}

@media (min-width: 992px) {
  .homeRaccourcis-interne .custom-next {
    right: 0;
  }
}

@media (min-width: 1200px) {
  .homeRaccourcis-interne .custom-next {
    right: 1rem;
  }
}

@media screen and (min-width: 1400px) {
  .homeRaccourcis-interne .custom-next {
    right: -4rem;
  }
}

.homeRaccourcis-interne [class*="titre"] {
  color: #414745;
  text-transform: uppercase;
}

.homeRaccourcis-liste {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-top: 0.5rem;
}

.homeRaccourcis-item {
  position: relative;
  text-align: center;
}

.homeRaccourcis-item span {
  display: block;
  color: #414745;
  font-size: 0.875em;
  font-style: italic;
}

.homeRaccourcis-item:hover:after {
  -webkit-transform: translate3d(10px, 0, 0);
  -moz-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.homeRaccourcis-item:hover [class*="titre"] {
  color: inherit;
}

.homeRaccourcis-blocImage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.5rem;
  margin-bottom: 0;
}

.homeRaccourcis-image {
  max-height: 1.5rem;
}
