@charset "UTF-8";
/*
 * Contenu styles utilisés par les classes sass
 *
 */
/* Width & Margin Management */
.h-100 {
  height: 100%; }

.mr-1 {
  margin-right: 1rem; }

.no-margin {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important; }

/*******************************
 * General Layout
 *******************************/
.grid {
  display: grid; }

.grid-2 {
  grid-template-columns: 1fr 1fr; }

.soft-flex {
  display: flex;
  gap: 2rem; }

.single-figure-container {
  display: flex;
  justify-content: center; }

.end-action-container {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 1.5rem;
  padding-top: 1rem; }

.layout-two-spaced {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0; }

@media (max-width: 1100px) {
  .layout-two-spaced {
    display: block; } }

/*******************************
 * Sticky nav / menu volant
 *******************************/
.sticky-nav {
  position: sticky;
  top: 7rem;
  /*background: white; */
  /*border: 1px solid $background-secondary;*/ }
  .sticky-nav ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-right: 5rem;
    height: 100%; }
    .sticky-nav ul li {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      border: 1px solid #7592A8;
      display: flex;
      align-items: center; }
      .sticky-nav ul li a {
        color: black;
        background-color: white;
        text-decoration: none;
        width: 100%;
        height: 100%;
        padding: .5rem 1rem;
        transition: 0.2s all; }
      .sticky-nav ul li a:hover {
        background-color: silver; }

@media (max-width: 1100px) {
  .sticky-nav ul {
    flex-direction: column; } }

.button {
  display: inline-block;
  cursor: pointer;
  background-color: #F2A71B;
  color: white;
  padding: 1rem 2.5rem;
  text-transform: uppercase;
  text-decoration: none;
  user-select: none;
  min-width: 10rem;
  font-size: 1.2em;
  border: 0;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent; }
  .button:hover {
    opacity: 0.8;
    background-color: #f6c15f;
    color: black;
    border: 1px solid rgba(1, 1, 1, 0.3);
    border-style: inset; }

.button.button-border {
  border: 1px solid #A56F09; }

.button.button-transparent {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border: 1px solid white; }
  .button.button-transparent:hover {
    background-color: transparent;
    opacity: 0.5;
    color: white; }

.button.button-light {
  background-color: transparent;
  border-color: #F2A71B;
  border-width: 1px;
  border-style: solid;
  color: #F2A71B; }
  .button.button-light:hover {
    background-color: transparent;
    color: white;
    background-color: #F2A71B; }

.button.button-sm {
  font-size: 1em;
  font-weight: 500; }

.fig-img {
  display: inline-block;
  text-align: center;
  margin: 0;
  margin-bottom: 1rem; }
  .fig-img figcaption {
    font-size: .9em;
    color: #2C3E50;
    text-align: center; }
    .fig-img figcaption p {
      margin: 0; }
  .fig-img img {
    max-height: 30rem; }

.fig-img.fig-size-lg img {
  max-height: 85vh; }

.figures-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding-top: 1rem;
  margin-bottom: 1rem; }
  .figures-grid figure {
    max-width: 27rem;
    margin: 0; }

/*********************************
* Landing page specific styles
**********************************/
.landing-main {
  overflow-x: hidden; }
  .landing-main section:first-of-type {
    border-top: 1px solid rgba(1, 1, 1, 0.2); }
  .landing-main section {
    border-bottom: 1px solid rgba(1, 1, 1, 0.2); }

.dark-section, .landing-section, .trailer-section {
  background-color: #025E7377;
  color: white;
  box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.2); }
  .dark-section h2, .landing-section h2, .trailer-section h2 {
    color: white; }

.trailer-section .video {
  z-index: 3;
  position: relative;
  border-radius: 16px; }

.landing-section {
  position: relative;
  overflow: clip;
  margin-top: 24px;
  border-radius: 16px; }
  .landing-section .side-icon {
    position: absolute;
    z-index: 1;
    left: 20px;
    bottom: -100px; }
    .landing-section .side-icon svg {
      opacity: 0.3;
      width: 300px; }
  .landing-section .section-title {
    padding-top: 2rem; }
  .landing-section .landing-section__content {
    z-index: 2;
    position: relative;
    padding-left: 3rem;
    padding-right: 3rem; }

.special-section {
  position: relative;
  overflow: clip;
  background-color: #FFFFFFBB;
  color: black !important;
  box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.2);
  border-radius: 16px; }
  .special-section h2 {
    color: black; }

.special-section * {
  color: black !important; }

.cover__espacement {
  position: relative;
  min-height: 2rem; }

/*********************************
* Gestion des actualités
**********************************/
.news-section .side-icon {
  left: -50px;
  bottom: -75px; }
  .news-section .side-icon svg {
    width: 500px; }

.news-section .separator {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 1rem 0; }

.news-section .article-cards {
  margin-bottom: 1rem; }

/*********************************
* Gestion de la comparaison d'images
**********************************/
.compare-section .compare-section__content {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem; }

.compare-section .compare-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2rem; }
  .compare-section .compare-items figure {
    margin: 0; }

.compare-section .compare-item {
  display: block;
  margin-bottom: 1rem; }
  .compare-section .compare-item img {
    display: block;
    width: 100%;
    object-fit: contain; }

.compare-section .tpo-bas, .compare-section .tpo-haut {
  width: 400px;
  height: 225px;
  position: absolute;
  left: 0; }

.compare-section .tpo-fondu {
  margin-top: 0px;
  margin-left: 0px;
  position: relative;
  width: 400px;
  height: 225px;
  float: left; }

.compare-section .tpo-fondu img {
  transition: opacity 2s linear; }

.compare-section .tpo-fondu img.tpo-haut:hover {
  opacity: 0; }

@media (max-width: 1100px) {
  .compare-section .compare-items {
    grid-template-columns: 1fr; } }

.history-summary {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-column-gap: 2rem; }

.history-summary__image {
  display: flex;
  align-items: center; }

/*********************************
* Gestion des partenaires sur la page principale
**********************************/
.partners-container .carousel {
  border-top: 1px solid #eee; }

.partner-comment__container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(1, 1, 1, 0.05); }
  .partner-comment__container .partner-comment {
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .partner-comment__container .partner-comment__quote-container {
    display: flex;
    width: 80%;
    margin: 0 auto; }
    .partner-comment__container .partner-comment__quote-container p {
      text-align: center;
      margin: 2.5rem auto;
      position: relative;
      display: block;
      font-style: italic;
      font-weight: 300; }
    .partner-comment__container .partner-comment__quote-container .quote-decoration {
      display: flex;
      flex-direction: column; }
      .partner-comment__container .partner-comment__quote-container .quote-decoration svg {
        fill: rgba(0, 0, 0, 0.2);
        width: 3rem;
        height: 3rem; }
    .partner-comment__container .partner-comment__quote-container .quote-before {
      justify-content: flex-start; }
    .partner-comment__container .partner-comment__quote-container .quote-after {
      justify-content: flex-end; }
      .partner-comment__container .partner-comment__quote-container .quote-after svg {
        transform: rotate(180deg); }
  .partner-comment__container .partner-comment__author {
    margin-top: .5rem;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .partner-comment__container .partner-comment__author-picture {
    width: 10rem;
    aspect-ratio: 1; }
  .partner-comment__container .partner-comment__author-name {
    margin-top: .5rem; }
  .partner-comment__container .partner-comment__author-link:hover {
    opacity: 0.6; }

.history-carousel {
  background: rgba(1, 1, 1, 0.05); }

.history-container .double-horizontal-image-container {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  .history-container .double-horizontal-image-container img {
    width: 100%;
    height: 17rem;
    object-fit: cover; }

@media (max-width: 1100px) {
  .side-icon {
    display: none; }
  .trailer-section .end-action-container {
    justify-content: space-between; }
    .trailer-section .end-action-container .button {
      padding: 1rem 2rem; } }

.article__date {
  font-style: italic; }

.article__author {
  text-align: right;
  font-style: italic; }

.article__featured-image-container {
  padding-top: 1rem; }

.article__featured-image {
  min-width: 80%;
  max-width: 100%;
  text-align: center;
  margin-bottom: 0; }
  .article__featured-image img {
    max-height: 40vh;
    max-width: 100%; }

.article-card {
  display: grid;
  grid-template-columns: 3fr 5fr;
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
  border-radius: 3px; }
  .article-card .article__image {
    margin-right: 0rem;
    overflow: hidden;
    height: 100%;
    width: 100%; }
    .article-card .article__image img {
      display: block;
      height: 300px;
      width: 100%;
      object-fit: cover;
      transition: all 1s ease-in-out; }
    .article-card .article__image img:hover {
      transform: scale(1.1); }
  .article-card .article__title {
    color: white;
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
    font-size: 1.5em; }
    .article-card .article__title a {
      color: white;
      text-decoration: none; }
  .article-card .article__meta {
    margin-bottom: 0.2rem;
    opacity: 0.8; }
  .article-card .article__bottom {
    display: flex;
    justify-content: end; }
  .article-card .article__content {
    padding: 0rem 2rem;
    padding-bottom: 0.2rem; }
  .article-card .article__readmore.link {
    padding: 1rem; }

.prominent-article {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 3fr 4fr; }
  .prominent-article .article__image {
    height: 100% !important;
    min-height: 100% !important;
    width: 100%;
    margin-right: 0rem; }
    .prominent-article .article__image img {
      height: 100% !important; }
  .prominent-article .article__content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 2rem;
    width: 100%; }
    .prominent-article .article__content .article__title {
      margin-bottom: 1.5rem; }
    .prominent-article .article__content .article__meta {
      margin-bottom: 1rem; }
    .prominent-article .article__content .article__summary {
      padding-bottom: 1rem; }
  .prominent-article:hover .article__background {
    transform: scale(1.1); }

.less-prominent-articles {
  display: grid;
  grid-template-columns: 1fr 1fr; }

.right-floating-image {
  float: right; }

@media (max-width: 900px) {
  .prominent-article .article__title {
    margin-top: 1rem; }
  .article-card {
    display: block; }
    .article-card .article__image {
      width: 100%; } }

@media (max-width: 1100px) {
  .article__featured-image {
    margin: 0;
    margin-top: 1rem; }
    .article__featured-image img {
      aspect-ratio: initial; } }

.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1rem; }

.gallery__side {
  grid-column-start: 1;
  grid-column-end: 4; }

.gallery__side {
  margin-bottom: .5rem; }

.gallery-tags__title {
  font-weight: bold; }

.gallery__items-container {
  grid-column-start: 4;
  grid-column-end: 13; }

.gallery__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(13rem, 1fr));
  grid-gap: 1rem; }

.gallery__item {
  aspect-ratio: 1; }
  .gallery__item img {
    width: 0;
    height: 0;
    min-height: 100%;
    min-width: 100%;
    display: block;
    object-fit: cover; }

.gallery__nextprev {
  display: flex;
  justify-content: space-between; }

@media (max-width: 1100px) {
  .gallery {
    display: block; }
  .gallery__items {
    grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr)); }
  .gallery__side {
    margin-bottom: 1rem; } }

@media (max-width: 400px) {
  .gallery__items {
    grid-template-columns: 1fr; } }

.pagination-nav {
  margin-top: 1em;
  display: flex;
  justify-content: space-between; }

.single-image {
  background: #ecf0f1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1rem; }
  .single-image .single-image__side {
    padding: 2rem 1rem 2rem 2rem; }
  .single-image .single-image__image-container {
    background: #95a5a6;
    min-width: 70vh;
    min-height: 50vh;
    max-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center; }
  .single-image .single-image__image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }
  .single-image .single-image__property {
    display: flex;
    align-items: center;
    margin-bottom: .1rem;
    min-height: 1.5rem;
    font-size: .8em; }
    .single-image .single-image__property div:first-of-type {
      margin-right: 1rem; }
    .single-image .single-image__property .icon {
      margin-right: .5rem; }
    .single-image .single-image__property .param-info {
      margin: 0;
      font-family: monospace;
      font-size: .65em;
      color: #2c3e50; }
  .single-image .single-image__content {
    margin-top: .5rem;
    margin-bottom: .1rem;
    font-size: .8em; }

@media (max-width: 1100px) {
  .single-image {
    display: block; }
    .single-image .single-image__image-container {
      min-width: initial;
      max-height: initial;
      width: 100%; } }

@media (max-width: 900px) {
  .single-image .single-image__property {
    display: block; } }

/****************************************
 * Site Footer Styles
 *
 ****************************************/
html {
  height: 100%; }

body {
  min-height: 100%;
  display: flex;
  flex-direction: column; }

.footer-push {
  flex-grow: 1; }

.site-footer {
  border-top: 0.3rem solid #F2A71B;
  margin-top: 4rem;
  background-color: #025E73;
  color: white; }
  .site-footer a {
    color: white;
    text-decoration: none; }
  .site-footer a:hover {
    opacity: 0.8;
    text-decoration: underline; }

.landing-page .site-footer {
  margin-top: 1rem; }

.site-footer__title-recall {
  width: 9em; }
  .site-footer__title-recall .site-footer__logo {
    height: 100%;
    width: 100%; }

.site-footer__content {
  display: flex;
  justify-content: space-between;
  max-width: 38rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto; }

.site-footer__links {
  padding-top: 1rem;
  align-content: center; }

.inline-menu-list {
  display: block; }
  .inline-menu-list li {
    float: left;
    width: 12rem;
    /*display: table-cell;*/
    display: inline-table-cell; }

.site-footer-socials {
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-end;
  list-style-type: none; }
  .site-footer-socials li {
    margin-right: 1.5rem; }
  .site-footer-socials li:last-of-type {
    margin-right: 0; }
  .site-footer-socials a {
    display: flex;
    align-items: center;
    opacity: 0.8;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s ease; }
  .site-footer-socials a:hover {
    opacity: 1;
    transform: scale(1.1); }
  .site-footer-socials .site-footer-socials__logo {
    width: 2rem;
    height: 2rem;
    fill: white; }

.icon-twitter {
  fill: #37a7f2 !important; }

.icon-instagram {
  fill: #FDB9D6 !important; }

.icon-mastodon {
  fill: #aca4f0 !important; }

.icon-youtube {
  fill: #ff6767 !important; }

.icon-facebook {
  fill: #6ea5ff !important; }

@media (max-width: 900px) {
  .site-footer__content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
  .site-footer__title-recall {
    text-align: center; }
  .site-footer-socials {
    justify-content: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    padding: 0 .5rem; }
    .site-footer-socials li {
      margin-bottom: 1rem; }
  .inline-menu-list {
    display: block;
    text-align: center; }
    .inline-menu-list li {
      margin-right: 0; } }

@keyframes tonext {
  75% {
    left: 0; }
  95% {
    left: 100%; }
  98% {
    left: 100%; }
  99% {
    left: 0; } }

@keyframes tostart {
  75% {
    left: 0; }
  95% {
    left: -300%; }
  98% {
    left: -300%; }
  99% {
    left: 0; } }

@keyframes snap {
  96% {
    scroll-snap-align: center; }
  97% {
    scroll-snap-align: none; }
  99% {
    scroll-snap-align: none; }
  100% {
    scroll-snap-align: center; } }

.carousel {
  position: relative;
  filter: drop-shadow(0 0 10px #0003);
  perspective: 100px;
  height: 25rem;
  scrollbar-color: transparent transparent;
  /* thumb and track color */
  scrollbar-width: 0px; }
  .carousel ol, .carousel li {
    list-style: none;
    margin: 0;
    padding: 0; }

.carousel__viewport {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory; }

.carousel__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  counter-increment: item;
  z-index: 1; }

.slide-content {
  position: absolute;
  width: 100%;
  z-index: 0; }
  .slide-content .slide-image {
    width: 100%;
    padding: 0;
    margin: 0; }
    .slide-content .slide-image img {
      border-radius: 2px;
      object-fit: cover;
      max-height: 22rem; }
    .slide-content .slide-image figcaption {
      font-size: .9em;
      opacity: 0.9;
      text-align: center;
      margin-top: 1rem; }

.carousel__slide:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -40%, 70px);
  color: #fff;
  font-size: 2em; }

.carousel__snapper {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
  z-index: 2;
  pointer-events: none; }

@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none; } }

.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
  animation-name: none; }

.carousel__navigation {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 1rem;
  left: 0;
  text-align: center; }

.carousel__navigation-list,
.carousel__navigation-item {
  display: flex;
  justify-content: center; }

.carousel__navigation-button {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-clip: content-box;
  background-color: #eeeeee;
  box-shadow: inset 0 0 2px black;
  border: 0.25rem solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s; }

.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
  position: absolute;
  top: 0;
  width: 4rem;
  height: 4rem;
  transform: translateY(10.5rem);
  border-radius: 50%;
  font-size: 0;
  outline: 0;
  z-index: 2; }

.carousel::before,
.carousel__prev {
  left: -0.5rem; }

.carousel::after,
.carousel__next {
  right: -0.5rem; }

.carousel__prev, .carousel__next {
  pointer-events: visible !important; }

.carousel::before,
.carousel::after {
  content: '';
  z-index: 10;
  background-color: transparent;
  opacity: 0.65;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 2.5em;
  line-height: 4rem;
  text-align: center;
  pointer-events: none; }

.carousel::before:hover, .carousel::after:hover {
  opacity: 1 !important; }

.carousel::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' /%3E%3C/svg%3E"); }

.carousel::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' /%3E%3C/svg%3E"); }

.carousel__navigation-item {
  display: flex;
  align-items: center; }

.carousel__navigation-item.enabled .carousel__navigation-button {
  opacity: 0.5;
  background-color: #f2a71b; }

.layout-grid-image {
  display: grid;
  grid-column-gap: 2rem;
  min-height: 25rem; }
  .layout-grid-image .image-container {
    margin-top: 1.5rem;
    display: flex;
    align-items: center; }

.double-image-container {
  display: flex; }

.layout-grid-image.third {
  grid-template-columns: 3fr 1fr; }

.layout-grid-image.half {
  grid-template-columns: 1fr 1fr; }

@media (max-width: 1100px) {
  .carousel {
    height: 47rem !important; }
  .carousel::before,
  .carousel::after,
  .carousel__prev,
  .carousel__next {
    transform: translateY(42.5rem) !important; } }

@media (max-width: 1100px) {
  .carousel .layout-grid-image.half {
    display: block; }
  .carousel .layout-grid-image.third {
    display: block; }
  .carousel .image-container {
    display: flex;
    justify-content: center;
    padding-top: 1rem; }
  .carousel .slide-image {
    height: 20rem; }
    .carousel .slide-image img {
      width: auto;
      height: 100%;
      max-height: initial !important;
      object-fit: contain; } }

@media (max-width: 900px) {
  .carousel .image-container {
    padding-top: 0rem; }
  .carousel .slide-image {
    height: 16rem; } }

.adhesion-choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: .5rem; }
  .adhesion-choices span {
    font-size: 1.3em; }

.adhesion-choices__item {
  border: 1px solid gray;
  text-align: center; }

.adhesion-choices__item:hover, .adhesion-choices__item:focus {
  background: transparent !important;
  box-shadow: inset 0 0 10px #A56F09;
  color: black !important; }
  .adhesion-choices__item:hover svg, .adhesion-choices__item:focus svg {
    filter: grayscale(100%); }

.adhesion-choices__item__icon {
  margin-bottom: 1rem; }
  .adhesion-choices__item__icon svg {
    padding: .8rem;
    width: 9rem;
    height: 9rem; }

@media (max-width: 1100px) {
  .adhesion-choices {
    display: block; }
    .adhesion-choices .adhesion-choices__item {
      width: 100%;
      margin-bottom: 1rem; }
    .adhesion-choices .adhesion-choices__item:last-child {
      margin-bottom: 0; } }

.tags-list {
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0; }
  .tags-list .tags-list__item {
    border: 1px solid black;
    border-radius: 3px;
    margin-right: .3rem;
    padding: .3rem;
    font-size: .9em;
    margin-bottom: .4rem; }
  .tags-list .tags-list__item:last-of-type {
    margin-right: 0; }

.alert {
  border: 2px solid #F2A71B;
  border-radius: 3px;
  padding: 1rem 2rem;
  width: 100%; }
  .alert .alert-split-content {
    display: flex;
    justify-content: space-between; }

@media (max-width: 1100px) {
  .alert .alert-split-content {
    display: block; } }
