@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap);
footer {
  padding: 2.5rem 5rem 5rem 5rem;
  width: 100%;
  background-color: var(--color-blue);
  position: relative;
  z-index: 2;
  color: white;
}
footer a:hover {
  color: var(--color-coral);
}
footer .footer {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1450px;
  margin: auto;
}
footer .footer .footer-left {
  flex: 2;
}
footer .footer .footer-left .logo-newsletter {
  display: flex;
  align-items: center;
}
footer .footer .footer-left .logo-newsletter figure {
  flex: 1;
}
footer .footer .footer-left .logo-newsletter .newsletter {
  flex: 2;
}
footer .footer .footer-left .logo-newsletter .newsletter .newsletter-input {
  position: relative;
}
footer .footer .footer-left .logo-newsletter .newsletter .newsletter-input input {
  border: 1px solid #f79d85;
  border-radius: 50px;
  padding: 0.75rem 1rem;
  min-width: 30rem;
}
footer .footer .footer-left .logo-newsletter .newsletter .newsletter-input input:hover, footer .footer .footer-left .logo-newsletter .newsletter .newsletter-input input:focus, footer .footer .footer-left .logo-newsletter .newsletter .newsletter-input input:focus-visible, footer .footer .footer-left .logo-newsletter .newsletter .newsletter-input input:focus-within {
  border: 1px solid var(--color-blue);
}
footer .footer .footer-left .logo-newsletter .newsletter .newsletter-input .newsletter-checkmark {
  display: none;
  position: absolute;
  top: 5px;
  left: 270px;
}
footer .footer .footer-left .logo-newsletter .newsletter .newsletter-input input:valid + .newsletter-checkmark {
  display: block;
}
footer .footer .footer-left .long-text {
  width: 70%;
}
footer .footer ul {
  flex: 1;
  text-align: center;
  list-style: none;
  padding: 0 5rem;
}
footer .footer ul a {
  text-transform: uppercase;
}
footer .footer-seo {
  max-width: 1450px;
  margin: 1.25rem auto 0 auto;
}
footer .footer-seo ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
footer .footer-seo ul li {
  margin: 0 1rem;
}
footer .footer-seo .footer-copyright {
  text-align: center;
  margin-top: 0.25rem;
}

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  footer .footer-seo ul {
    flex-direction: column;
    text-align: center;
    padding-left: 0;
  }
}
/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 460px) {
  footer {
    padding: 2.5rem 2rem 4rem 2rem;
  }
  footer .footer {
    flex-direction: column;
  }
  footer .footer .footer-left {
    width: 100%;
    margin: auto;
  }
  footer .footer .footer-left .logo-newsletter {
    flex-direction: column;
  }
  footer .footer .footer-left .logo-newsletter .newsletter {
    margin: 2rem 0;
  }
  footer .footer .footer-left .long-text {
    width: 100%;
    margin: 2rem 0;
  }
}
.nav-bar-container {
  width: 100%;
  background-color: var(--color-blue);
  z-index: 2;
  position: relative;
}
.nav-bar-container .nav-bar {
  display: flex;
  position: relative;
  width: 90%;
  margin: auto;
  padding: 2.5rem 5rem;
  justify-content: center;
}
.nav-bar-container .nav-bar .nav-left {
  flex: 1;
  z-index: 2;
}
.nav-bar-container .nav-bar .nav-left img {
  transition: all 0.33s ease-in-out;
}
.nav-bar-container .nav-bar .nav-left img:hover {
  scale: 1.1;
}
.nav-bar-container .nav-bar ul.nav-right {
  flex: 3;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 0 0 5rem;
}
.nav-bar-container .nav-bar ul.nav-right a {
  font-weight: 600;
  text-transform: uppercase;
}
.nav-bar-container .nav-bar ul.nav-right a:hover {
  color: #FFD700;
}

.mobile-nav-toggle {
  display: none;
}

/* CSS */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* Optional transition effect for a smoother appearance */
.overlay {
  transition: opacity 0.3s;
  opacity: 0; /* Initially hidden */
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
  z-index: 100; /* Make sure it's above other content */
}

.overlay.active {
  width: 100%;
  height: 100%;
  opacity: 1; /* Shown when active (mobile menu is open) */
}

/* Large devices (Monitors, 1440px and down)  */
@media only screen and (max-width: 1440px) {
  .nav-bar-container .nav-bar {
    width: 90%;
  }
}
/* Medium devices (Laptop, 1280px and down) */
@media only screen and (max-width: 1280px) {
  .nav-bar-container .nav-bar {
    padding: 2.5rem 0;
    width: 95%;
    margin: 0 auto 0 3rem;
  }
  .nav-bar-container .nav-bar .nav-left {
    margin: 0 3rem 0 0;
  }
  .nav-bar-container .nav-bar ul.nav-right {
    flex: 4;
    padding: 0;
    font-size: 1.5rem;
  }
  .nav-bar-container .nav-bar ul.nav-right button {
    padding: 1.5rem;
    font-size: 1.5rem;
    font-weight: 600;
  }
}
/* Small devices (tablets, 992px and down) */
@media only screen and (max-width: 992px) {
  .nav-bar-container .nav-bar {
    width: 90%;
  }
  .nav-bar-container .nav-bar ul.nav-right {
    font-size: 1.25rem;
    gap: 3rem;
  }
}
/* Extra small devices (phones, 768px and down) 
@media only screen and (max-width: $phoneScreenMax) {
}

/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 992px) {
  .mobile-nav-toggle {
    aspect-ratio: 1;
    background-color: transparent;
    display: block;
    position: fixed;
    right: 4rem;
    top: 2rem;
    width: 2rem;
    z-index: 104;
    padding: 0;
    border-radius: 0;
    color: #f79d85;
    font-size: 3.5rem;
  }
  .nav-bar-container {
    position: fixed;
    z-index: 103;
    inset: 0 0 0 30%;
    background-color: rgba(140, 179, 219, 0.3607843137);
    backdrop-filter: blur(1rem);
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    border-radius: 3rem 0 0 3rem;
    width: auto;
  }
  .nav-bar-container.active {
    transform: translateX(0);
  }
  .nav-bar-container .nav-bar {
    display: flex;
    flex-direction: column;
  }
  .nav-bar-container .nav-bar .nav-left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3rem;
    margin: 5rem 0 0 0;
    text-align: center;
  }
  .nav-bar-container .nav-bar .nav-left img {
    width: 80%;
    margin: auto;
  }
  .nav-bar-container .nav-bar ul.nav-right {
    flex: 4;
    flex-direction: column;
    gap: 5rem;
    justify-content: space-between;
    align-items: center;
    min-height: 50vh;
    margin-top: 2rem;
    font-size: 1.75rem;
  }
  .nav-bar-container .nav-bar ul.nav-right a {
    font-weight: 500;
  }
  .nav-bar-container .nav-bar ul.nav-right button {
    font-size: 1.75rem;
    font-weight: 500;
    padding: 2.25rem;
  }
  .nav-bar-container .web-links {
    flex: 1;
    border-left: none;
    align-items: end;
    padding-bottom: 3rem;
  }
  .nav-bar-container .web-links li {
    font-size: 3rem;
  }
}
button {
  font-size: 1.8rem;
  font-weight: 500;
  color: white;
  background-color: var(--color-coral);
  border: none;
  border-radius: 10rem;
  padding: 2rem;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
button:hover {
  background-color: var(--color-dark-blue);
}

/* Large devices (Monitors, 1440px and down) 
@media only screen and (max-width: 1440px) {
}

/* Medium devices (Laptop, 1280px and down) */
@media only screen and (max-width: var(--laptopScreenMax)) {
  button {
    font-size: 1.25rem;
    padding: 1rem;
  }
}
/* Small devices (tablets, 992px and down)
@media only screen and (max-width: $tabletScreenMax) {
}

/* Extra small devices (phones, 768px and down) 
@media only screen and (max-width: $phoneScreenMax) {
}

/* Tiny devices (phones, 389px and down) 
@media only screen and (max-width: $sphoneMax) {
} */
#about-app {
  /* Large devices (Monitors, 1440px and down)  */
}
#about-app section.about-section {
  z-index: 0;
  position: relative;
  padding: 5rem 0;
}
#about-app section.about-section .about {
  position: relative;
  width: var(--siteMaxWidth);
  margin: auto;
  z-index: 2;
}
#about-app section.about-section .about .description {
  width: 60%;
}
#about-app section.about-section .about .description p {
  text-align: justify;
  margin: 2rem 0;
}
@media only screen and (max-width: 1440px) {
  #about-app #about-app section.about-section .about {
    width: var(--siteMaxWidth);
  }
}

/* Medium devices (Laptop, 1280px and down)
@media only screen and (max-width: $laptopScreenMax) {
}

/* Small devices (tablets, 992px and down)
@media only screen and (max-width: $tabletScreenMax) {
}

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  #about-app section.about-section {
    padding: 5rem 0 0 0;
  }
  #about-app section.about-section .about .description {
    width: 90%;
    margin: auto;
  }
}
/* Tiny devices (phones, 389px and down) 
@media only screen and (max-width: $sphoneMax) {
} */
#about-app section.landing-section {
  background-color: white;
  z-index: 0;
}
#about-app section.landing-section .left-circle {
  width: 100%;
  aspect-ratio: 1/1;
  clip-path: circle(28% at 50% 50%);
  position: absolute;
  top: -25%;
  left: -50%;
  z-index: 1;
  background-color: var(--color-coral);
  opacity: 0.2;
}
#about-app section.landing-section .right-circle {
  width: 40%;
  aspect-ratio: 1/1;
  clip-path: circle(39% at 58% 59%);
  position: absolute;
  top: 5%;
  left: 52%;
  z-index: 1;
  background-color: var(--color-blue);
  opacity: 0.2;
}
#about-app section.landing-section .section-title {
  text-align: center;
  margin: 8rem 0 4rem 0;
}
#about-app section.landing-section .landing {
  display: flex;
  justify-items: center;
  align-items: center;
  width: var(--siteMaxWidth);
  margin: auto;
  min-height: 60vh;
}
#about-app section.landing-section .landing .cards {
  display: flex;
  column-gap: 8%;
  margin: 5rem 0 0 0;
}
#about-app section.landing-section .landing .cards figure {
  flex: 1;
  text-align: center;
  padding: 4rem;
  border-radius: 2rem;
  color: white;
  z-index: 2;
}
#about-app section.landing-section .landing .cards figure img {
  margin: auto;
  width: 40%;
  aspect-ratio: 1/1;
}
#about-app section.landing-section .landing .cards figure h3 {
  margin: 2rem 0;
}
#about-app section.landing-section .landing .cards figure p {
  text-align: justify;
  margin: 0 0.75rem;
}
#about-app section.landing-section .landing .cards figure:nth-of-type(1) {
  background-color: var(--color-green);
}
#about-app section.landing-section .landing .cards figure:nth-of-type(2) {
  background-color: var(--color-blue);
}
#about-app section.landing-section .landing .cards figure:nth-of-type(3) {
  background-color: var(--color-coral);
}

/* Large devices (Monitors, 1440px and down)  */
@media only screen and (max-width: 1440px) {
  #about-app section.landing-section .landing .cards figure {
    padding: 2rem;
  }
  #about-app section.landing-section .landing .cards figure img {
    width: 60%;
  }
}
/* Medium devices (Laptop, 1280px and down) */
@media only screen and (max-width: 1280px) {
  #about-app section.landing-section .landing .cards {
    column-gap: 3%;
  }
  #about-app section.landing-section .landing .cards figure img {
    width: 60%;
  }
}
/* Small devices (tablets, 992px and down)
@media only screen and (max-width: $tabletScreenMax) {
}

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  #about-app section.landing-section .landing .cards {
    flex-direction: column;
    row-gap: 5rem;
  }
  #about-app section.landing-section .landing .cards figure {
    padding: 2rem;
    width: 55%;
    margin: auto;
  }
  #about-app section.landing-section .landing .cards figure img {
    width: 40%;
  }
  #about-app section.landing-section .landing .cards figure figcaption p {
    max-height: 200px;
    overflow-y: auto;
    margin: 0;
    padding: 0 1.5rem;
  }
}
/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 460px) {
  #about-app section.landing-section .landing .cards figure {
    width: 85%;
  }
  #about-app section.landing-section .landing .cards figure figcaption p {
    max-height: max-content;
  }
}
#about-app section.storytelling-section {
  z-index: 0;
  position: relative;
  padding: 5rem 0 0 0;
}
#about-app section.storytelling-section .storytelling {
  position: relative;
  margin: auto;
  width: var(--siteMaxWidth);
  z-index: 0;
}
#about-app section.storytelling-section .storytelling .about-timeline {
  min-height: 1200px;
  margin: 10rem 0 0rem 0;
  display: block;
  scroll-behavior: initial;
}
#about-app section.storytelling-section .storytelling .about-timeline .story-container {
  margin: 5rem auto;
  position: relative;
}
#about-app section.storytelling-section .storytelling .about-timeline .story-container:nth-child(odd) .story {
  position: absolute;
  right: 60%;
  width: 30rem;
}
#about-app section.storytelling-section .storytelling .about-timeline .story-container:nth-child(even) .story {
  position: absolute;
  right: 20%;
  width: 30rem;
}
#about-app section.storytelling-section .storytelling .about-timeline .story-container:nth-child(1) .story {
  top: 0%;
}
#about-app section.storytelling-section .storytelling .about-timeline .story-container:nth-child(2) .story {
  top: 150px;
}
#about-app section.storytelling-section .storytelling .about-timeline .story-container:nth-child(3) .story {
  top: 300px;
}
#about-app section.storytelling-section .storytelling .about-timeline .story-container:nth-child(4) .story {
  top: 450px;
}
#about-app section.storytelling-section .storytelling .about-timeline .story-container:nth-child(5) .story {
  top: 600px;
}
#about-app section.storytelling-section .storytelling .about-timeline .story-container:nth-child(6) .story {
  top: 750px;
}
#about-app section.storytelling-section .storytelling .about-timeline .story-container:nth-child(7) .story {
  top: 900px;
}
#about-app section.storytelling-section .storytelling::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 50%;
  width: 0.4rem;
  height: 60%;
  background: var(--color-coral);
}
#about-app section.storytelling-section .circle {
  width: 60%;
  aspect-ratio: 1/1;
  clip-path: circle(44% at 55% 51%);
  position: absolute;
  top: 16%;
  right: 0%;
  z-index: 1;
  background-color: var(--color-blue);
  opacity: 0.2;
}

/* Large devices (Monitors, 1440px and down)  */
@media only screen and (max-width: 1440px) {
  #about-app section.storytelling-section .storytelling .about-timeline .story-container {
    margin: 2rem auto;
  }
  #about-app section.storytelling-section .storytelling .about-timeline .story-container:nth-child(odd) .story {
    right: 55%;
  }
  #about-app section.storytelling-section .storytelling .about-timeline .story-container:nth-child(even) .story {
    right: 10%;
  }
  #about-app section.storytelling-section .storytelling::after {
    right: 46%;
  }
}
/* Medium devices (Laptop, 1280px and down)
@media only screen and (max-width: $laptopScreenMax) {
}

/* Small devices (tablets, 992px and down)
@media only screen and (max-width: $tabletScreenMax) {
}

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  #about-app section.storytelling-section {
    z-index: 0;
    position: relative;
    padding: 5rem 0 0 0;
  }
  #about-app section.storytelling-section .storytelling {
    position: relative;
    margin: auto;
    width: var(--siteMaxWidth);
    z-index: 0;
  }
  #about-app section.storytelling-section .storytelling::after {
    display: none;
  }
  #about-app section.storytelling-section .storytelling .about-timeline .story-container:nth-child(even) .story {
    right: 0%;
  }
}
/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 460px) {
  #about-app section.storytelling-section .storytelling .about-timeline .story-container .story {
    margin-block: 3rem;
  }
  #about-app section.storytelling-section .storytelling .about-timeline .story-container:nth-child(odd) .story {
    left: 0%;
  }
  #about-app section.storytelling-section .storytelling .about-timeline .story-container:nth-child(even) .story {
    right: -3%;
  }
}
#about-app section.team-section {
  z-index: 0;
  position: relative;
  padding: 5rem 0 0 0;
}
#about-app section.team-section .team {
  position: relative;
  width: var(--siteMaxWidth);
  margin: auto;
  z-index: 0;
}
#about-app section.team-section .team .members {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  --drop-shadow: drop-shadow(-7px -7px 0px var(--color-blue));
  margin: 5rem 0;
}
#about-app section.team-section .team .members figure {
  text-align: center;
  padding: 2rem 0;
}
#about-app section.team-section .team .members figure img {
  margin: auto;
  filter: var(--drop-shadow);
  border-radius: 10px;
  width: 80%;
}
#about-app section.team-section .team .members figure h3 {
  margin: 2rem 0 1rem 0;
}
#about-app section.team-section .team .members figure:nth-child(2), #about-app section.team-section .team .members figure:nth-child(4), #about-app section.team-section .team .members figure:nth-child(6) {
  --drop-shadow: drop-shadow(
      -7px -7px 0px var(--color-green)
  );
}
#about-app section.team-section .team .members figure:nth-child(3), #about-app section.team-section .team .members figure:nth-child(5), #about-app section.team-section .team .members figure:nth-child(7) {
  --drop-shadow: drop-shadow(
      -7px -7px 0px var(--color-coral)
  );
}

/* Large devices (Monitors, 1440px and down)  
@media only screen and (max-width: 1440px) {
    section.team-section {
        .team {
            margin: 0 15rem;
        }
    }
}

/* Medium devices (Laptop, 1280px and down)
@media only screen and (max-width: $laptopScreenMax) {
}

/* Small devices (tablets, 992px and down)
@media only screen and (max-width: 992px) {
}

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  #about-app section.team-section .team .members {
    grid-template-columns: repeat(2, 1fr);
  }
  #about-app section.team-section .team .members figure.empty {
    display: none;
  }
}
/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 460px) {
  #about-app section.team-section .team .members {
    grid-template-columns: repeat(1, 1fr);
  }
}
#bellaConnection-app section.landing-section {
  background-color: white;
  z-index: 0;
  margin-block: 5rem;
}
#bellaConnection-app section.landing-section .left-circle {
  width: 75%;
  aspect-ratio: 1/1;
  clip-path: circle(28% at 50% 50%);
  position: absolute;
  top: -10%;
  left: -35%;
  z-index: 1;
  background-color: var(--color-blue);
  opacity: 0.2;
}
#bellaConnection-app section.landing-section .landing-content {
  display: flex;
  justify-items: center;
  align-items: center;
  width: var(--siteMaxWidth);
  margin: auto;
  min-height: 70vh;
}
#bellaConnection-app section.landing-section .landing-content .blue {
  color: var(--color-blue);
}
#bellaConnection-app section.landing-section .landing-content .section-title {
  width: 50%;
}
#bellaConnection-app section.landing-section .landing-content .section-title h2 {
  margin: 0 0 0 5rem;
  font-size: 7.5rem;
}
#bellaConnection-app section.landing-section .landing-content .content {
  width: 50%;
}
#bellaConnection-app section.landing-section .landing-content .content h3 {
  font-size: 3.5rem;
  font-weight: 700;
}
#bellaConnection-app section.landing-section .landing-content .content p {
  margin: 0 0 2rem 0;
}

/*
* TODO FIX for lower sizes
*/
/* Large devices (Monitors, 1440px and down)  */
@media only screen and (max-width: 1440px) {
  #bellaConnection-app section.landing-section .landing-content .section-title h2 {
    margin: 0;
    font-size: 6.5rem;
  }
}
/* Medium devices (Laptop, 1280px and down) */
@media only screen and (max-width: 1280px) {
  #bellaConnection-app section.landing-section {
    background-color: white;
    z-index: 0;
    margin-block: 5rem;
  }
  #bellaConnection-app section.landing-section .landing-content .section-title h2 {
    margin: 0;
    font-size: 6rem;
  }
}
/* Small devices (tablets, 992px and down) */
@media only screen and (max-width: 992px) {
  #bellaConnection-app section.landing-section .landing-content {
    display: block;
    min-height: 50vh;
  }
  #bellaConnection-app section.landing-section .landing-content .section-title {
    width: 100%;
  }
  #bellaConnection-app section.landing-section .landing-content .section-title h2 {
    text-align: center;
  }
  #bellaConnection-app section.landing-section .landing-content .content {
    width: 80%;
    margin: auto;
  }
}
/* Extra small devices (phones, 768px and down) 
@media only screen and (max-width: 768px) {
}

/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 460px) {
  #bellaConnection-app section.landing-section .landing-content .section-title h2 {
    font-size: 4rem;
    margin-bottom: 5rem;
  }
  #bellaConnection-app section.landing-section .landing-content .section-title h2:first-of-type {
    margin-bottom: 0rem;
    margin-top: 2rem;
  }
  #bellaConnection-app section.landing-section .landing-content .content h3 {
    font-size: 2.5rem;
  }
  #bellaConnection-app section.landing-section .landing-content .content p {
    text-align: justify;
  }
}
#event-app section.partenaire-section {
  background-color: white;
  z-index: 0;
}
#event-app section.partenaire-section .right-circle {
  width: 70%;
  aspect-ratio: 1/1;
  clip-path: circle(38% at 96% 38%);
  position: absolute;
  top: 85%;
  right: 0%;
  z-index: 0;
  background-color: var(--color-green);
  opacity: 0.2;
}
#event-app section.partenaire-section h3.section-title {
  text-align: center;
  font-size: 2.5rem;
}
#event-app section.partenaire-section h3.section-title .green {
  color: var(--color-green);
}
#event-app section.partenaire-section .gallerie-partenaire {
  position: relative;
  z-index: 20;
  width: 80%;
  margin: 10rem auto;
}
#event-app section.partenaire-section .gallerie-partenaire .slick-prev:before,
#event-app section.partenaire-section .gallerie-partenaire .slick-next:before {
  opacity: 0;
}
#event-app section.partenaire-section .gallerie-partenaire .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}
#event-app section.partenaire-section .gallerie-partenaire .slick-track .partenaire {
  height: 100%;
  margin-bottom: 5rem;
}
#event-app section.partenaire-section .gallerie-partenaire .slick-track .partenaire img {
  margin: auto;
  width: 35%;
}
#event-app section.partenaire-section .gallerie-partenaire .slick-track .slick-slide[data-index="3"] .partenaire img {
  width: 50%;
}
#event-app section.partenaire-section .event-content {
  display: flex;
  justify-items: center;
  align-items: center;
  width: var(--siteMaxWidth);
  margin: 9rem auto;
}
#event-app section.partenaire-section .event-content .event-image {
  width: 50%;
  text-align: center;
}
#event-app section.partenaire-section .event-content .event-image img {
  width: 50%;
  border-radius: 15px;
}
#event-app section.partenaire-section .event-content .event-text {
  width: 50%;
}
#event-app section.partenaire-section .event-content .event-text h3 {
  font-size: 2rem;
  font-weight: 700;
}
#event-app section.partenaire-section .event-content .event-text p {
  margin: 0 0 2rem 0;
}

/*
* TODO FIX for lower sizes
*/
/* Large devices (Monitors, 1440px and down)  
@media only screen and (max-width: 1440px) {
}

/* Medium devices (Laptop, 1280px and down) 
@media only screen and (max-width: 1280px) {
}

/* Small devices (tablets, 992px and down)
@media only screen and (max-width: $tabletScreenMax) {
}

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  #event-app section.partenaire-section .event-content {
    display: block;
  }
  #event-app section.partenaire-section .event-content .event-image {
    width: 100%;
    margin-bottom: 5rem;
  }
  #event-app section.partenaire-section .event-content .event-image img {
    width: 40%;
  }
  #event-app section.partenaire-section .event-content .event-text {
    width: 100%;
  }
  #event-app section.partenaire-section .event-content .event-text h3 {
    text-align: center;
  }
}
/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 460px) {
  #event-app section.partenaire-section h3.section-title {
    width: 90%;
    margin: auto;
  }
  #event-app section.partenaire-section .gallerie-partenaire {
    margin: 5rem auto;
    width: 60%;
  }
  #event-app section.partenaire-section .gallerie-partenaire .slick-prev {
    left: -70px;
  }
  #event-app section.partenaire-section .gallerie-partenaire .slick-next {
    top: 76px;
  }
  #event-app section.partenaire-section .event-content .event-text p {
    text-align: justify;
  }
}
#event-app section.programme-section {
  z-index: 1;
  position: relative;
  margin-block: 10rem;
}
#event-app section.programme-section .left-circle {
  width: 56%;
  aspect-ratio: 1/1;
  clip-path: circle(38% at 62% 54%);
  position: absolute;
  top: -30%;
  left: -15%;
  z-index: 0;
  background-color: var(--color-coral);
  opacity: 0.2;
}
#event-app section.programme-section h3 {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
#event-app section.programme-section h3 .orange {
  color: var(--color-coral);
}
#event-app section.programme-section .programme-info {
  width: 70%;
  max-width: 900px;
  margin: 5rem auto;
  background-color: var(--color-blue);
  padding: 4rem 0;
  border-radius: 2.5rem;
  text-align: center;
  position: relative;
  z-index: 3;
}
#event-app section.programme-section .programme-info p {
  margin: 0 0 1rem 0;
  font-weight: 700;
}
#event-app section.programme-section .programme-info p.white {
  color: white;
  margin-bottom: 0rem;
}

/*
* TODO FIX for lower sizes
*/
/* Large devices (Monitors, 1440px and down)  
@media only screen and (max-width: 1440px) {
}

/* Medium devices (Laptop, 1280px and down) 
@media only screen and (max-width: 1280px) {
}

/* Small devices (tablets, 992px and down)
@media only screen and (max-width: $tabletScreenMax) {
}

/* Extra small devices (phones, 768px and down) 
@media only screen and (max-width: 768px) {
}

/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 460px) {
  #event-app section.programme-section h3 {
    width: 90%;
    margin: auto;
  }
  #event-app section.programme-section .programme-info {
    width: 90%;
    padding: 2rem 0;
    border-radius: 1.5rem;
  }
}
#event-app section.summary-section h3 {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
#event-app section.summary-section h3 .orange {
  color: var(--color-coral);
}
#event-app section.summary-section .summary-content {
  display: flex;
  justify-items: center;
  align-items: center;
  width: var(--siteMaxWidth);
  margin: 9rem auto;
}
#event-app section.summary-section .summary-content .summary-image {
  width: 55%;
  text-align: end;
}
#event-app section.summary-section .summary-content .summary-image img {
  width: 80%;
  margin: 0 0 0 auto;
  border-radius: 15px;
  filter: drop-shadow(20px -20px 0px var(--color-green));
}
#event-app section.summary-section .summary-content .summary-text {
  width: 45%;
}
#event-app section.summary-section .summary-content .summary-text h3 {
  font-size: 2rem;
  font-weight: 700;
}
#event-app section.summary-section .summary-content .summary-text p {
  margin: 0 0 2rem 0;
}
#event-app section.summary-section .summary-content .summary-text ul li {
  display: flex;
  justify-items: center;
  align-items: center;
  margin: 0 0 1rem 0;
}
#event-app section.summary-section .summary-content .summary-text ul li img {
  width: 50px;
  height: auto;
  margin-right: 2rem;
}

/*
* TODO FIX for lower sizes
*/
/* Large devices (Monitors, 1440px and down)  
@media only screen and (max-width: 1440px) {
}

/* Medium devices (Laptop, 1280px and down) 
@media only screen and (max-width: 1280px) {
}

/* Small devices (tablets, 992px and down)
@media only screen and (max-width: $tabletScreenMax) {
}

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  #event-app section.summary-section .summary-content {
    display: block;
  }
  #event-app section.summary-section .summary-content .summary-text {
    width: 100%;
  }
  #event-app section.summary-section .summary-content .summary-image {
    width: 100%;
    text-align: center;
    margin-top: 5rem;
  }
  #event-app section.summary-section .summary-content .summary-image img {
    width: 55%;
  }
}
/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 460px) {
  #event-app section.summary-section .summary-content {
    margin: 5rem auto;
  }
  #event-app section.summary-section .summary-content .summary-image img {
    width: 80%;
  }
  #event-app section.summary-section .summary-content .summary-text p {
    text-align: justify;
  }
}
#bellaConnectionII-app section.description-section {
  margin: 60px auto;
  max-width: var(--siteMaxWidth);
}
#bellaConnectionII-app section.description-section h2 {
  font-size: 50px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}
#bellaConnectionII-app section.description-section .description-summary {
  display: grid;
  grid-template-columns: 5fr 2fr;
  grid-gap: 20px;
  align-items: center;
  margin-block: 50px 20px;
}
#bellaConnectionII-app section.description-section .description-summary a {
  color: var(--color-blue);
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
#bellaConnectionII-app section.description-section .description-summary a:hover {
  color: var(--color-coral);
  text-decoration: underline;
}
#bellaConnectionII-app section.description-section .description-summary .description-summary-details {
  padding-inline: 0;
}
#bellaConnectionII-app section.description-section .description-summary .description-summary-details a {
  color: var(--color-coral);
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
#bellaConnectionII-app section.description-section .description-summary .description-summary-details a:hover {
  color: var(--color-blue);
  text-decoration: underline;
}
#bellaConnectionII-app section.description-section .description-summary .description-summary-details li:nth-child(3) {
  margin-bottom: 15px;
}
#bellaConnectionII-app section.description-section h3 {
  font-size: 28px;
}
#bellaConnectionII-app section.description-section .description-content {
  display: grid;
  grid-template-columns: 5fr 2fr;
  grid-gap: 20px;
  align-items: center;
  margin-block: 50px;
}
#bellaConnectionII-app section.description-section .description-content .description-content-text div {
  margin-bottom: 20px;
}
#bellaConnectionII-app section.description-section .description-content .description-content-text a {
  color: var(--color-blue);
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
#bellaConnectionII-app section.description-section .description-content .description-content-text a:hover {
  color: var(--color-coral);
  text-decoration: underline;
}
#bellaConnectionII-app section.description-section .description-content .description-content-text div:not(:nth-child(2)) a:nth-child(1) {
  color: var(--color-coral);
}
#bellaConnectionII-app section.description-section .description-content .description-content-text div:not(:nth-child(2)) a:nth-child(1):hover {
  color: var(--color-blue);
  text-decoration: underline;
}
#bellaConnectionII-app section.description-section .description-content .description-content-text div:not(:nth-child(2)) a:nth-child(2) {
  color: var(--color-green);
}
#bellaConnectionII-app section.description-section .description-content .description-content-text div:not(:nth-child(2)) a:nth-child(2):hover {
  color: var(--color-dark-blue);
  text-decoration: underline;
}

/*
* TODO FIX for lower sizes
*/
/* Large devices (Monitors, 1440px and down)  
@media only screen and (max-width: 1440px) {
    #bellaConnectionII-app {

    }
}

/* Medium devices (Laptop, 1280px and down) 
@media only screen and (max-width: 1280px) {
    #bellaConnectionII-app {

    }
}

/* Small devices (tablets, 992px and down) */
@media only screen and (max-width: 992px) {
  #bellaConnectionII-app section.description-section {
    margin: 30px auto;
  }
  #bellaConnectionII-app section.description-section h2 {
    font-size: 45px;
  }
  #bellaConnectionII-app section.description-section .description-summary {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    margin-bottom: 40px;
  }
  #bellaConnectionII-app section.description-section h3 {
    font-size: 24px;
  }
  #bellaConnectionII-app section.description-section .description-content {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 40px;
  }
}
/* Extra small devices (phones, 768px and down) 
@media only screen and (max-width: 768px) {
}

/* Tiny devices (phones, 460px and down) 
@media only screen and (max-width: 460px) {
    #bellaConnectionII-app {
    }
}*/
#bellaConnectionII-app h2 {
  font-size: 50px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}
#bellaConnectionII-app section.first-edition-section {
  background-image: url("/build/images/first%20edition%201.16ceb8bd.jpg");
  background-size: cover;
  background-position: center;
  min-height: 243px;
  margin: 50px 85px;
  padding: 55px 75px;
  display: grid;
  grid-template-columns: 3fr 1fr;
}
#bellaConnectionII-app section.first-edition-section .first-edition-content {
  color: black;
  font-weight: 700;
}
#bellaConnectionII-app section.first-edition-section .first-edition-button {
  align-self: flex-end;
  text-align: end;
}
#bellaConnectionII-app section.first-edition-section .first-edition-button button {
  padding: 9px 30px;
}

/*
* TODO FIX for lower sizes
*/
/* Large devices (Monitors, 1440px and down)  
@media only screen and (max-width: 1440px) {
}

/* Medium devices (Laptop, 1280px and down) 
@media only screen and (max-width: 1280px) {
}

/* Small devices (tablets, 992px and down) 
@media only screen and (max-width: 992px) {
}

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  #bellaConnectionII-app section.first-edition-section {
    margin: 50px 20px;
    padding: 30px;
  }
}
/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 460px) {
  #bellaConnectionII-app section.first-edition-section {
    margin: 50px 10px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  #bellaConnectionII-app section.first-edition-section .first-edition-button {
    align-self: center;
    text-align: center;
  }
}
#bellaConnectionII-app section.hero-section {
  background-image: url(/build/images/landing.ade7104a.png);
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}
#bellaConnectionII-app section.hero-section h1 {
  font-size: 68px;
  font-weight: 700;
}

/*
* TODO FIX for lower sizes
*/
/* Large devices (Monitors, 1440px and down)  
@media only screen and (max-width: 1440px) {
    #bellaConnectionII-app {

    }
}

/* Medium devices (Laptop, 1280px and down) 
@media only screen and (max-width: 1280px) {
    #bellaConnectionII-app {

    }
}

/* Small devices (tablets, 992px and down)*/
@media only screen and (max-width: 992px) {
  #bellaConnectionII-app section.hero-section {
    height: 500px;
  }
  #bellaConnectionII-app section.hero-section h1 {
    font-size: 55px;
  }
}
/* Extra small devices (phones, 768px and down) 
@media only screen and (max-width: 768px) {
}

/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 460px) {
  #bellaConnectionII-app section.hero-section {
    height: 450px;
  }
  #bellaConnectionII-app section.hero-section h1 {
    font-size: 42px;
    width: 90%;
    margin: auto;
  }
}
#bellaConnectionII-app section.partenaires-section {
  margin-bottom: 100px;
}
#bellaConnectionII-app section.partenaires-section h4 {
  font-size: 40px;
  text-align: center;
  font-weight: 600;
}
#bellaConnectionII-app section.partenaires-section .gallerie-partenaire {
  position: relative;
  z-index: 20;
  width: 80%;
  margin: 10rem auto;
}
#bellaConnectionII-app section.partenaires-section .gallerie-partenaire .slick-prev:before,
#bellaConnectionII-app section.partenaires-section .gallerie-partenaire .slick-next:before {
  opacity: 0;
}
#bellaConnectionII-app section.partenaires-section .gallerie-partenaire .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}
#bellaConnectionII-app section.partenaires-section .gallerie-partenaire .slick-track .partenaire {
  height: 100%;
  margin-bottom: 5rem;
}
#bellaConnectionII-app section.partenaires-section .gallerie-partenaire .slick-track .partenaire img {
  margin: auto;
  width: 70%;
}
#bellaConnectionII-app section.partenaires-section .gallerie-partenaire .slick-track .slick-slide[data-index="6"] .partenaire img,
#bellaConnectionII-app section.partenaires-section .gallerie-partenaire .slick-track .slick-slide[data-index="0"] .partenaire img {
  width: 50%;
}
#bellaConnectionII-app section.partenaires-section h3 {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 50px;
}
#bellaConnectionII-app section.partenaires-section .partenaires-content {
  max-width: var(--siteMaxWidth);
  margin: auto;
}
#bellaConnectionII-app section.partenaires-section .partenaires-content a {
  color: var(--color-coral);
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
#bellaConnectionII-app section.partenaires-section .partenaires-content a:hover {
  color: var(--color-blue);
  text-decoration: underline;
}
#bellaConnectionII-app section.partenaires-section .partenaires-content div {
  max-width: 790px;
  margin-bottom: 20px;
}

/*
* TODO FIX for lower sizes
*/
/* Large devices (Monitors, 1440px and down)  
@media only screen and (max-width: 1440px) {
}

/* Medium devices (Laptop, 1280px and down) 
@media only screen and (max-width: 1280px) {
}

/* Small devices (tablets, 992px and down) */
@media only screen and (max-width: 992px) {
  #bellaConnectionII-app section.partenaires-section {
    margin-bottom: 35px;
  }
  #bellaConnectionII-app section.partenaires-section h3 {
    font-size: 35px;
  }
}
/* Extra small devices (phones, 768px and down) 
@media only screen and (max-width: 768px) {
    #bellaConnectionII-app {
        section.partenaires-section {
        }
    }
}

/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 460px) {
  #bellaConnectionII-app section.partenaires-section h3 {
    font-size: 27px;
  }
  #bellaConnectionII-app section.partenaires-section .gallerie-partenaire {
    margin: 5rem auto;
    width: 60%;
  }
  #bellaConnectionII-app section.partenaires-section .gallerie-partenaire .slick-prev {
    left: -70px;
  }
  #bellaConnectionII-app section.partenaires-section .gallerie-partenaire .slick-next {
    top: 125px;
  }
  #bellaConnectionII-app section.partenaires-section .gallerie-partenaire .slick-track .slick-slide[data-index="6"] .partenaire img {
    width: 50%;
  }
  #bellaConnectionII-app section.partenaires-section .gallerie-partenaire .slick-track .slick-slide[data-index="0"] .partenaire img {
    width: 75%;
  }
}
#contact-app .contact-section {
  z-index: 0;
  position: relative;
  padding: 5rem 0;
}
#contact-app .contact-section .contact {
  position: relative;
  width: var(--siteMaxWidth);
  margin: auto;
  z-index: 0;
}
#contact-app .contact-section .contact p.right-align {
  margin-top: 5rem;
}
#contact-app .contact-section .contact .contact-content {
  display: flex;
  margin: 2rem 0;
}
#contact-app .contact-section .contact .contact-content .contact-text {
  flex: 3;
  margin-right: 10%;
}
#contact-app .contact-section .contact .contact-content .contact-text p {
  margin-bottom: 3rem;
}
#contact-app .contact-section .contact .contact-content .contact-text figure {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}
#contact-app .contact-section .contact .contact-content .contact-text figure img {
  filter: drop-shadow(-7px -7px 0px #f79d85);
  border-radius: 10px;
  width: 80%;
  height: auto;
  margin: auto 2rem auto auto;
}
#contact-app .contact-section .contact .contact-content form {
  flex: 2;
  margin-top: 5%;
}
#contact-app .contact-section .contact .contact-content form .form-group {
  margin-bottom: 2rem;
  text-align: end;
}
#contact-app .contact-section .contact .contact-content form .form-group label {
  display: none;
}
#contact-app .contact-section .contact .contact-content form .form-group input,
#contact-app .contact-section .contact .contact-content form .form-group select,
#contact-app .contact-section .contact .contact-content form .form-group textarea {
  width: 100%;
  padding: 1rem;
  border: 2px solid #8cb3db;
  border-radius: 50px;
  text-align: start;
}
#contact-app .contact-section .contact .contact-content form .form-group input:focus,
#contact-app .contact-section .contact .contact-content form .form-group select:focus,
#contact-app .contact-section .contact .contact-content form .form-group textarea:focus {
  outline: none;
  border: 1px solid var(--color-coral);
}
#contact-app .contact-section .contact .contact-content form .form-group textarea {
  border-radius: 10px;
}
#contact-app .contact-section .contact .contact-content form .form-group .services-select {
  text-align: start;
}
#contact-app .contact-section .contact .contact-content form .form-group .services-select > div:nth-child(3) {
  width: 100%;
  border: 2px solid #8cb3db;
  border-radius: 50px;
  font-size: 1.25rem;
  text-align: start;
}
#contact-app .contact-section .contact .contact-content form .form-group .form-alert {
  font-size: 1.3rem;
  padding: 1rem 1rem 0;
}
#contact-app .contact-section .contact .contact-content form .form-group .form-alert.error {
  color: red;
}
#contact-app .contact-section .contact .contact-content form .button-container {
  text-align: end;
}
#contact-app .contact-section .contact .contact-content form .button-container button {
  width: 40%;
  margin: auto;
  padding: 1.5rem 2rem;
}

/* Large devices (Monitors, 1440px and down)  */
@media only screen and (max-width: 1440px) {
  section.contact-section .contact {
    margin: 0 15rem;
  }
  section.contact-section .contact .contact-content figure img {
    width: 90%;
    height: auto;
    margin: auto;
  }
  section.contact-section .contact .contact-content form button {
    margin: auto;
  }
}
/* Medium devices (Laptop, 1280px and down)
@media only screen and (max-width: $laptopScreenMax) {
}

/* Small devices (tablets, 992px and down)
@media only screen and (max-width: $tabletScreenMax) {
}

/* Extra small devices (phones, 768px and down) 
@media only screen and (max-width: $phoneScreenMax) {
}

/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 460px) {
  #contact-app .contact-section .contact p.right-align {
    text-align: start;
  }
  #contact-app .contact-section .contact .contact-content {
    flex-direction: column;
    margin-bottom: 0;
  }
  #contact-app .contact-section .contact .contact-content .contact-text {
    margin: 0;
  }
  #contact-app .contact-section .contact .contact-content .contact-text figure img {
    width: 95%;
    margin: 3rem 0;
  }
  #contact-app .contact-section .contact .contact-content .mobile-only {
    margin-top: 3rem;
  }
  #contact-app .contact-section .contact .contact-content .mobile-only p.bold {
    margin-bottom: 3rem;
  }
}
#event-app section.section-chiffres h2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
#event-app section.section-chiffres .chiffres-content {
  width: var(--siteMaxWidth);
  margin: 7.5rem auto;
  display: flex;
  justify-content: center;
  z-index: 2;
  position: relative;
}
#event-app section.section-chiffres .chiffres-content ul {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#event-app section.section-chiffres .chiffres-content ul li {
  margin-bottom: 1rem;
  display: flex;
  justify-items: center;
  align-items: center;
}
#event-app section.section-chiffres .chiffres-content ul li img {
  width: 50px;
  aspect-ratio: 1/1;
  margin-right: 1rem;
}
#event-app section.section-chiffres .chiffres-content figure {
  width: 60%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#event-app section.section-chiffres .chiffres-content figure img {
  width: 100%;
  height: auto;
  max-width: 550px;
  margin: auto;
}

/*
* TODO FIX for lower sizes
*/
/* Large devices (Monitors, 1440px and down)  
@media only screen and (max-width: 1440px) {
    #event-app {
    }
}

/* Medium devices (Laptop, 1280px and down) 
@media only screen and (max-width: 1280px) {
    #event-app {
    }
}

/* Small devices (tablets, 992px and down)
@media only screen and (max-width: $tabletScreenMax) {
    #event-app {
    }
}

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  #event-app section.section-chiffres .chiffres-content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #event-app section.section-chiffres .chiffres-content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    width: 100%;
    padding: 0;
  }
  #event-app section.section-chiffres .chiffres-content figure {
    width: 100%;
    margin-bottom: 5rem;
    text-align: center;
  }
  #event-app section.section-chiffres .chiffres-content figure img {
    max-width: 400px;
  }
}
/* Tiny devices (phones, 460px and down) 
@media only screen and (max-width: 460px) {
    #event-app {      
    }
}*/
#event-app section.gallery-section {
  background-color: white;
  z-index: 0;
}
#event-app section.gallery-section h2 {
  text-align: center;
  font-size: 3.5rem;
}
#event-app section.gallery-section h2 .coral {
  color: var(--color-coral);
}
#event-app section.gallery-section .gallery {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 2rem;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto 7.5rem;
}
#event-app section.gallery-section .gallery .gallery-image {
  height: 220px;
}
#event-app section.gallery-section .gallery .gallery-image img {
  height: 100%;
  width: auto;
}

/*
* TODO FIX for lower sizes
*/
/* Large devices (Monitors, 1440px and down)  
@media only screen and (max-width: 1440px) {
}

/* Medium devices (Laptop, 1280px and down) 
@media only screen and (max-width: 1280px) {
}

/* Small devices (tablets, 992px and down)
@media only screen and (max-width: $tabletScreenMax) {
}

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  #event-app section.gallery-section .gallery .gallery-image {
    height: 175px;
  }
}
/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 460px) {
  #event-app section.gallery-section .gallery .gallery-image {
    height: 120px;
  }
}
/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 395px) {
  #event-app section.gallery-section .gallery .gallery-image {
    height: 110px;
  }
}
#event-app section.invites-section {
  position: relative;
}
#event-app section.invites-section .circle {
  width: 39%;
  aspect-ratio: 1/1;
  clip-path: circle(45% at 57% 47%);
  position: absolute;
  top: 20%;
  right: 0%;
  background-color: var(--color-coral);
  opacity: 0.2;
}
#event-app section.invites-section h2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
#event-app section.invites-section h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
#event-app section.invites-section .invites-landing {
  width: var(--siteMaxWidth);
  margin: 0 auto 5rem;
  position: relative;
  z-index: 2;
}
#event-app section.invites-section .invites-landing .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
#event-app section.invites-section .invites-landing .content figure {
  width: 45%;
  text-align: center;
}
#event-app section.invites-section .invites-landing .content figure img {
  width: 100%;
  height: auto;
  max-width: 500px;
  margin: auto;
}
#event-app section.invites-section .invites-landing .content ul {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#event-app section.invites-section .invites-landing .content ul li {
  margin-bottom: 1rem;
}
#event-app section.invites-section .invite-detail {
  width: var(--siteMaxWidth);
  margin: auto auto 5rem;
}

/*
* TODO FIX for lower sizes
*/
/* Large devices (Monitors, 1440px and down)  
@media only screen and (max-width: 1440px) {
    #event-app {
    }
}

/* Medium devices (Laptop, 1280px and down) 
@media only screen and (max-width: 1280px) {
    #event-app {
    }
}

/* Small devices (tablets, 992px and down)
@media only screen and (max-width: $tabletScreenMax) {
    #event-app {
    }
}

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  #event-app section.invites-section .circle {
    width: 69%;
  }
  #event-app section.invites-section .invites-landing .content {
    flex-wrap: wrap;
  }
  #event-app section.invites-section .invites-landing .content figure {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
  #event-app section.invites-section .invites-landing .content figure img {
    width: 100%;
    height: auto;
    max-width: 400px;
    margin: auto;
  }
  #event-app section.invites-section .invites-landing .content ul {
    width: 100%;
  }
  #event-app section.invites-section .invites-landing .content ul li {
    margin-bottom: 1rem;
  }
}
/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 460px) {
  #event-app section.invites-section h2 {
    font-size: 3.2rem;
  }
  #event-app section.invites-section .circle {
    width: 62%;
    top: 38%;
  }
  #event-app section.invites-section .invites-landing .content figure img {
    width: 90%;
    border-radius: 5px;
  }
  #event-app section.invites-section .invite-detail {
    width: 90%;
    margin: auto auto 5rem;
  }
  #event-app section.invites-section .invite-detail p {
    text-align: justify;
    margin-bottom: 1rem;
  }
}
/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 360px) {
  #event-app section.invites-section h2 {
    font-size: 2.9rem;
  }
}
#event-app section.landing-section {
  background-color: white;
  z-index: 0;
  margin-block: 5rem;
  width: var(--siteMaxWidth);
  margin: auto;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#event-app section.landing-section .left-circle {
  width: 75%;
  aspect-ratio: 1/1;
  clip-path: circle(28% at 50% 50%);
  position: absolute;
  top: -10%;
  left: -35%;
  z-index: 1;
  background-color: var(--color-blue);
  opacity: 0.2;
}
#event-app section.landing-section .landing-content {
  display: flex;
  justify-items: center;
  align-items: center;
  margin: 10rem auto 5rem;
}
#event-app section.landing-section .landing-content .blue {
  color: var(--color-blue);
}
#event-app section.landing-section .landing-content .section-title {
  width: 50%;
}
#event-app section.landing-section .landing-content .section-title h1 {
  font-size: 7.5rem;
}
#event-app section.landing-section .landing-content .content {
  width: 50%;
}
#event-app section.landing-section .landing-content .content h2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}
#event-app section.landing-section .landing-content .content p {
  margin: 0 0 2rem 0;
}
#event-app section.landing-section .landing-details {
  margin-bottom: 5rem;
}
#event-app section.landing-section .landing-details p {
  margin-bottom: 1rem;
}

/*
* TODO FIX for lower sizes
*/
/* Large devices (Monitors, 1440px and down)  */
@media only screen and (max-width: 1440px) {
  #event-app section.landing-section .landing-content .section-title h2 {
    margin: 0;
    font-size: 6.5rem;
  }
}
/* Medium devices (Laptop, 1280px and down) */
@media only screen and (max-width: 1280px) {
  #event-app section.landing-section {
    background-color: white;
    z-index: 0;
    margin-block: 5rem;
  }
  #event-app section.landing-section .landing-content .section-title h2 {
    margin: 0;
    font-size: 6rem;
  }
}
/* Small devices (tablets, 992px and down) */
@media only screen and (max-width: 992px) {
  #event-app section.landing-section .landing-content {
    display: block;
    min-height: 50vh;
    margin-bottom: 0rem;
  }
  #event-app section.landing-section .landing-content .section-title {
    width: 100%;
    margin-bottom: 2rem;
  }
  #event-app section.landing-section .landing-content .section-title h2 {
    text-align: center;
  }
  #event-app section.landing-section .landing-content .content {
    width: 100%;
    margin: auto;
  }
  #event-app section.landing-section .landing-details {
    margin-bottom: 0rem;
  }
}
/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  #event-app section.landing-section .left-circle {
    width: 85%;
    clip-path: circle(48% at 50% 50%);
  }
}
/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 460px) {
  #event-app section.landing-section .left-circle {
    width: 105%;
    clip-path: circle(48% at 50% 50%);
    top: -3%;
    left: -31%;
  }
  #event-app section.landing-section .landing-content {
    margin-bottom: 0;
  }
  #event-app section.landing-section .landing-content .section-title h1 {
    font-size: 5.25rem;
    margin-bottom: 5rem;
  }
  #event-app section.landing-section .landing-content .section-title h1:first-of-type {
    margin-bottom: 0rem;
    margin-top: 2rem;
  }
  #event-app section.landing-section .landing-content .content {
    width: 90%;
  }
  #event-app section.landing-section .landing-content .content h2 {
    font-size: 2.3rem;
  }
  #event-app section.landing-section .landing-content .content h3 {
    font-size: 2.5rem;
  }
  #event-app section.landing-section .landing-content .content p {
    text-align: justify;
  }
  #event-app section.landing-section .landing-details {
    width: 90%;
    margin: 0 auto 2.5rem;
  }
  #event-app section.landing-section .landing-details p {
    text-align: justify;
  }
}
/* Tiny devices (phones, 360px and down) */
@media only screen and (max-width: 360px) {
  #event-app section.landing-section .landing-content .section-title h1 {
    font-size: 4.5rem;
  }
  #event-app section.landing-section .landing-content .content h2 {
    font-size: 2.1rem;
  }
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/build/images/ajax-loader.fb6f3c23.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/build/fonts/slick.a4e97f5a.eot);
    src: url(/build/fonts/slick.a4e97f5a.eot?#iefix) format('embedded-opentype'), url(/build/fonts/slick.29518378.woff) format('woff'), url(/build/fonts/slick.c94f7671.ttf) format('truetype'), url(/build/images/slick.2630a3e3.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

#event-app section.partenaires-section {
  background-color: white;
  z-index: 0;
  position: relative;
}
#event-app section.partenaires-section .right-circle {
  width: 70%;
  aspect-ratio: 1/1;
  clip-path: circle(38% at 96% 38%);
  position: absolute;
  top: 0%;
  left: 30%;
  z-index: 0;
  background-color: var(--color-green);
  opacity: 0.2;
}
#event-app section.partenaires-section h2.section-title {
  text-align: center;
  font-size: 3.5rem;
  line-height: 1.3;
}
#event-app section.partenaires-section h2.section-title .green {
  color: var(--color-green);
}
#event-app section.partenaires-section .gallerie-partenaire {
  position: relative;
  z-index: 20;
  width: var(--siteMaxWidth);
  margin: 10rem auto;
}
#event-app section.partenaires-section .gallerie-partenaire .slick-prev:before,
#event-app section.partenaires-section .gallerie-partenaire .slick-next:before {
  opacity: 0;
}
#event-app section.partenaires-section .gallerie-partenaire .slick-prev {
  left: -5px;
}
#event-app section.partenaires-section .gallerie-partenaire .slick-next {
  right: 0px;
}
#event-app section.partenaires-section .gallerie-partenaire .slick-list {
  overflow-x: hidden;
}
#event-app section.partenaires-section .gallerie-partenaire .slick-list .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}
#event-app section.partenaires-section .gallerie-partenaire .slick-list .slick-track .partenaire {
  height: 100%;
  margin-bottom: 5rem;
  text-align: center;
}
#event-app section.partenaires-section .gallerie-partenaire .slick-list .slick-track .partenaire img {
  margin: auto;
  width: 35%;
}
#event-app section.partenaires-section .event-content {
  display: flex;
  justify-items: center;
  align-items: center;
  width: var(--siteMaxWidth);
  margin: 9rem auto;
}
#event-app section.partenaires-section .event-content .event-image {
  width: 50%;
  text-align: center;
}
#event-app section.partenaires-section .event-content .event-image img {
  width: 50%;
  border-radius: 15px;
}
#event-app section.partenaires-section .event-content .event-text {
  width: 50%;
}
#event-app section.partenaires-section .event-content .event-text h3 {
  font-size: 2rem;
  font-weight: 700;
}
#event-app section.partenaires-section .event-content .event-text p {
  margin: 0 0 2rem 0;
}

/*
* TODO FIX for lower sizes
*/
/* Large devices (Monitors, 1440px and down)  
@media only screen and (max-width: 1440px) {
}

/* Medium devices (Laptop, 1280px and down) 
@media only screen and (max-width: 1280px) {
}

/* Small devices (tablets, 992px and down)
@media only screen and (max-width: $tabletScreenMax) {
}

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  #bellaConnection-app section.partenaire-section .event-content {
    display: block;
  }
  #bellaConnection-app section.partenaire-section .event-content .event-image {
    width: 100%;
    margin-bottom: 5rem;
  }
  #bellaConnection-app section.partenaire-section .event-content .event-image img {
    width: 40%;
  }
  #bellaConnection-app section.partenaire-section .event-content .event-text {
    width: 100%;
  }
  #bellaConnection-app section.partenaire-section .event-content .event-text h3 {
    text-align: center;
  }
}
/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 460px) {
  #bellaConnection-app section.partenaire-section h3.section-title {
    width: 90%;
    margin: auto;
  }
  #bellaConnection-app section.partenaire-section .gallerie-partenaire {
    margin: 5rem auto;
    width: 60%;
  }
  #bellaConnection-app section.partenaire-section .gallerie-partenaire .slick-prev {
    left: -70px;
  }
  #bellaConnection-app section.partenaire-section .gallerie-partenaire .slick-next {
    top: 76px;
  }
  #bellaConnection-app section.partenaire-section .event-content .event-text p {
    text-align: justify;
  }
}
#event-app section.temoignages-section {
  position: relative;
}
#event-app section.temoignages-section .circle {
  width: 39%;
  aspect-ratio: 1/1;
  clip-path: circle(45% at 57% 47%);
  position: absolute;
  top: 20%;
  right: 0%;
  background-color: var(--color-coral);
  opacity: 0.2;
}
#event-app section.temoignages-section h2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
#event-app section.temoignages-section .temoignages {
  position: relative;
  width: var(--siteMaxWidth);
  margin: auto;
  z-index: 0;
}
#event-app section.temoignages-section .temoignages .temoignages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10rem;
  row-gap: 8rem;
  margin: 5rem auto 5rem;
}
#event-app section.temoignages-section .temoignages .temoignages-grid .temoignage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
#event-app section.temoignages-section .temoignages .temoignages-grid .temoignage img {
  position: absolute;
  width: 70px;
  height: auto;
  z-index: 2;
  top: -20px;
  left: -8px;
}
#event-app section.temoignages-section .temoignages .temoignages-grid .temoignage .text {
  max-height: 160px;
  padding: 1rem 1.5rem;
  overflow-y: auto;
}
#event-app section.temoignages-section .temoignages .temoignages-grid .temoignage .author {
  font-weight: 700;
  margin-top: 1.5rem;
  padding-left: 1.5rem;
}

/*
* TODO FIX for lower sizes
*/
/* Large devices (Monitors, 1440px and down)  
@media only screen and (max-width: 1440px) {
    #event-app {
    }
}

/* Medium devices (Laptop, 1280px and down) */
@media only screen and (max-width: 1280px) {
  #event-app section.temoignages-section {
    position: relative;
  }
  #event-app section.temoignages-section .temoignages .temoignages-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5rem;
    row-gap: 5rem;
  }
}
/* Small devices (tablets, 992px and down)
@media only screen and (max-width: $tabletScreenMax) {
    #event-app {
    }
}

/* Extra small devices (phones, 768px and down) 
@media only screen and (max-width: 768px) {
    #event-app {
    }
}

/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 460px) {
  #event-app section.temoignages-section .temoignages .temoignages-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
#expertises-app section.contact-section {
  z-index: 0;
  position: relative;
  padding: 5rem 0;
}
#expertises-app section.contact-section .contact {
  position: relative;
  width: var(--siteMaxWidth);
  margin: auto;
  z-index: 0;
}
#expertises-app section.contact-section .contact .contact-content {
  display: flex;
  margin: 2rem 0;
  gap: 6%;
}
#expertises-app section.contact-section .contact .contact-content figure img {
  width: 80%;
  height: auto;
  margin: auto;
  filter: drop-shadow(-7px -7px 0px #f79d85);
  border-radius: 10px;
}
#expertises-app section.contact-section .contact .contact-content .contact-text {
  flex: 3;
  margin-top: -4%;
}
#expertises-app section.contact-section .contact .contact-content .contact-text p {
  margin: 0 5% 3rem 0;
  text-align: justify;
}
#expertises-app section.contact-section .contact .contact-content form {
  flex: 2;
}
#expertises-app section.contact-section .contact .contact-content form .form-group label {
  display: none;
}
#expertises-app section.contact-section .contact .contact-content form .form-group input,
#expertises-app section.contact-section .contact .contact-content form .form-group select,
#expertises-app section.contact-section .contact .contact-content form .form-group textarea {
  width: 100%;
  padding: 1rem;
  border: 2px solid #8cb3db;
  border-radius: 50px;
  margin-bottom: 2rem;
}
#expertises-app section.contact-section .contact .contact-content form .form-group input:focus,
#expertises-app section.contact-section .contact .contact-content form .form-group select:focus,
#expertises-app section.contact-section .contact .contact-content form .form-group textarea:focus {
  outline: none;
  border: 1px solid var(--color-coral);
}
#expertises-app section.contact-section .contact .contact-content form .form-group textarea {
  border-radius: 10px;
}
#expertises-app section.contact-section .contact .contact-content form .form-group .services-select > div:nth-child(3) {
  width: 100%;
  border: 2px solid #8cb3db;
  border-radius: 50px;
  margin-bottom: 2rem;
  font-size: 1.25rem;
}
#expertises-app section.contact-section .contact .contact-content form .button-container {
  display: flex;
  justify-content: flex-start;
}
#expertises-app section.contact-section .contact .contact-content form .button-container button {
  padding: 1.5rem 3rem;
  text-align: center;
  margin: 0;
  width: 50%;
}

/* Large devices (Monitors, 1440px and down)  */
@media only screen and (max-width: 1440px) {
  #expertises-app section.contact-section .contact .contact-content figure img {
    width: 90%;
  }
  #expertises-app section.contact-section .contact .contact-content form button {
    margin: auto;
  }
}
/* Medium devices (Laptop, 1280px and down)
@media only screen and (max-width: $laptopScreenMax) {
}

/* Small devices (tablets, 992px and down)
@media only screen and (max-width: $tabletScreenMax) {
}

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  #expertises-app section.contact-section {
    padding: 2rem 0;
  }
  #expertises-app section.contact-section .contact .contact-content {
    display: grid;
    grid-template-columns: 1fr;
  }
  #expertises-app section.contact-section .contact .contact-content .contact-text {
    margin-top: 1rem;
  }
  #expertises-app section.contact-section .contact .contact-content figure {
    text-align: center;
  }
  #expertises-app section.contact-section .contact .contact-content figure img {
    width: 70%;
  }
  #expertises-app section.contact-section .contact .contact-content form {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(6, fit-content);
    grid-column-gap: 15px;
  }
  #expertises-app section.contact-section .contact .contact-content form .form-group:nth-child(1) {
    grid-area: 1/1/2/3;
  }
  #expertises-app section.contact-section .contact .contact-content form .form-group:nth-child(2) {
    grid-area: 1/3/2/5;
  }
  #expertises-app section.contact-section .contact .contact-content form .form-group:nth-child(3) {
    grid-area: 2/1/3/5;
  }
  #expertises-app section.contact-section .contact .contact-content form .form-group:nth-child(3) > div {
    width: 55%;
  }
  #expertises-app section.contact-section .contact .contact-content form .form-group:nth-child(4) {
    grid-area: 3/1/4/3;
  }
  #expertises-app section.contact-section .contact .contact-content form .form-group:nth-child(5) {
    grid-area: 3/3/4/5;
  }
  #expertises-app section.contact-section .contact .contact-content form .form-group:nth-child(6) {
    grid-area: 4/1/5/5;
  }
  #expertises-app section.contact-section .contact .contact-content form .button-container {
    grid-area: 6/1/5/6;
    margin: 0 auto 5rem auto;
  }
  #expertises-app section.contact-section .contact .contact-content form .button-container button {
    width: 110%;
  }
}
/* Tiny devices (phones, 460px and down) */
#expertises-app section.contact-section {
  padding: 2rem 0;
}
#expertises-app section.contact-section .contact p.right-align {
  text-align: start;
}
#expertises-app section.contact-section .contact .contact-content figure img {
  width: 90%;
}
#expertises-app section.expertises-section {
  z-index: 0;
  position: relative;
  padding: 5rem 0;
  overflow-y: clip;
}
#expertises-app section.expertises-section .circle {
  width: 72%;
  aspect-ratio: 1/1;
  clip-path: circle(50% at 47% 49%);
  position: absolute;
  top: 49%;
  left: -52%;
  z-index: 1;
  background-color: var(--color-coral);
  opacity: 0.2;
}
#expertises-app section.expertises-section .expertises {
  position: relative;
  width: var(--siteMaxWidth);
  margin: auto;
  z-index: 3;
}
#expertises-app section.expertises-section .expertises .expertises-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 5rem 0 0 0;
}
#expertises-app section.expertises-section .expertises .expertises-grid figure {
  padding: 2.5rem 2rem;
}
#expertises-app section.expertises-section .expertises .expertises-grid figure p {
  width: 80%;
  margin: 1.5rem 0 2rem 0;
}
#expertises-app section.expertises-section .expertises .expertises-grid figure img {
  width: 20%;
  aspect-ratio: 1/1;
}

/* Large devices (Monitors, 1440px and down) 
@media only screen and (max-width: 1440px) {
    section.expertises-section {
        .expertises {
            margin: 0 15rem;
        }
    }
}

/* Medium devices (Laptop, 1280px and down)
@media only screen and (max-width: $laptopScreenMax) {
}

/* Small devices (tablets, 992px and down)
@media only screen and (max-width: $tabletScreenMax) {
}

/* Extra small devices (phones, 768px and down) 
@media only screen and (max-width: $phoneScreenMax) {
}

/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 460px) {
  #expertises-app section.expertises-section .expertises .expertises-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  #expertises-app section.expertises-section .expertises .expertises-grid figure {
    padding: 0.5rem 2rem;
  }
  #expertises-app section.expertises-section .expertises .expertises-grid figure:nth-child(even) {
    text-align: end;
  }
  #expertises-app section.expertises-section .expertises .expertises-grid figure:nth-child(even) figcaption p {
    margin: 1.5rem 0 2rem auto;
  }
}
#expertises-app section.fonctionnement-section {
  z-index: 0;
  position: relative;
  padding: 5rem 0;
}
#expertises-app section.fonctionnement-section .fonctionnement {
  position: relative;
  width: var(--siteMaxWidth);
  margin: auto;
  z-index: 3;
}
#expertises-app section.fonctionnement-section .fonctionnement .fonctionnement-content {
  padding: 5rem 0;
}
#expertises-app section.fonctionnement-section .fonctionnement .fonctionnement-content img.vector {
  display: block;
  margin: auto;
  width: 40%;
  height: auto;
}
#expertises-app section.fonctionnement-section .fonctionnement .fonctionnement-content svg {
  position: absolute;
}
#expertises-app section.fonctionnement-section .fonctionnement .fonctionnement-content svg:nth-of-type(1) {
  top: 6.4%;
  right: 71.9%;
}
#expertises-app section.fonctionnement-section .fonctionnement .fonctionnement-content svg:nth-of-type(2) {
  top: 6.4%;
  right: 41.9%;
}
#expertises-app section.landing-section {
  background-color: white;
  z-index: 0;
  padding: 5rem 0 7rem 0;
}
#expertises-app section.landing-section .circle {
  width: 100%;
  aspect-ratio: 1/1;
  clip-path: circle(24% at 56% 45%);
  position: absolute;
  top: -25%;
  left: -50%;
  z-index: 1;
  background-color: var(--color-blue);
  opacity: 0.2;
}
#expertises-app section.landing-section .green-circle {
  width: 66%;
  aspect-ratio: 1/1;
  clip-path: circle(47% at 84% 47%);
  position: absolute;
  top: 80%;
  right: 0%;
  z-index: 0;
  background-color: var(--color-green);
  opacity: 0.2;
}
#expertises-app section.landing-section .landing {
  display: flex;
  justify-items: center;
  align-items: center;
  max-width: var(--max-width);
  margin: auto;
  min-height: 60vh;
}
#expertises-app section.landing-section .landing .description {
  flex: 3;
  z-index: 2;
  margin: 4rem 6rem 2rem 2rem;
}
#expertises-app section.landing-section .landing .description h1 {
  font-size: 4.5rem;
  line-height: 1.2em;
}
#expertises-app section.landing-section .landing .description p {
  font-size: 2rem;
  margin: 1rem 0 3rem 0;
}
#expertises-app section.landing-section .landing .description ul {
  padding: 2rem 0 4rem 5rem;
}
#expertises-app section.landing-section .landing .description ul li {
  list-style-type: disc;
}
#expertises-app section.landing-section .landing .image {
  flex: 2;
  z-index: 2;
  position: relative;
}
#expertises-app section.landing-section .landing .image img {
  width: 85%;
  height: auto;
  position: absolute;
  bottom: -35rem;
  right: 0;
}

/* Large devices (Monitors, 1440px and down)  */
@media only screen and (max-width: 1440px) {
  #expertises-app section.landing-section .landing .description h1 {
    font-size: 3.5rem;
    line-height: 1.2em;
  }
  #expertises-app section.landing-section .landing .description p {
    font-size: 1.6rem;
  }
  #expertises-app section.landing-section .landing .image img {
    width: 90%;
    bottom: -20rem;
  }
}
/* Medium devices (Laptop, 1280px and down)
@media only screen and (max-width: 1280px) {
}

/* Small devices (tablets, 992px and down)
@media only screen and (max-width: 992px) {
}

/* Extra small devices (phones, 768px and down) 
@media only screen and (max-width: 768px) {
}

/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 460px) {
  #expertises-app section.landing-section .landing {
    flex-direction: column;
  }
}
#home-app section.clients-section {
  z-index: 0;
  position: relative;
  padding: 5rem 0;
}
#home-app section.clients-section .clients {
  position: relative;
  width: var(--siteMaxWidth);
  margin: auto;
  z-index: 0;
}
#home-app section.clients-section .clients h2 {
  text-align: center;
}
#home-app section.clients-section .clients .clients-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 7rem;
  gap: 4rem 0;
}
#home-app section.clients-section .clients .clients-logos > a {
  width: 25%;
  text-align: center;
}
#home-app section.clients-section .clients .clients-logos > a img {
  width: 40%;
  mix-blend-mode: multiply;
}
#home-app section.clients-section .clients .link-to-projets {
  text-align: center;
  margin-top: 8rem;
}
#home-app section.clients-section .clients .collaborate-footer {
  text-align: center;
  margin-top: 7.5rem;
}
#home-app section.clients-section .clients .collaborate-footer h2 {
  margin-bottom: 3rem;
}
#home-app section.clients-section .clients .collaborate-footer button {
  padding: 2rem 10rem;
  margin-bottom: 2.5rem;
}

/* Large devices (Monitors, 1440px and down)  
@media only screen and (max-width: 1440px) {
    section.clients-section {
        .clients {
            margin: 0 15rem;
        }
    }
}

/* Medium devices (Laptop, 1280px and down) */
@media only screen and (max-width: 1280px) {
  #home-app section.clients-section .clients .clients-logos > a {
    width: 33%;
  }
  #home-app section.clients-section .clients .clients-logos > a img {
    width: 50%;
  }
}
/* Small devices (tablets, 992px and down)
@media only screen and (max-width: $tabletScreenMax) {
}

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  #home-app section.clients-section .clients .clients-logos {
    margin-top: 4rem;
    gap: 3rem 0;
  }
  #home-app section.clients-section .clients .clients-logos > a {
    width: 50%;
  }
  #home-app section.clients-section .clients .clients-logos > a img {
    width: 50%;
  }
  #home-app section.clients-section .clients .link-to-projets {
    margin-top: 4rem;
  }
  #home-app section.clients-section .clients .fake-sub-header {
    margin-block: 8rem 0;
  }
  #home-app section.clients-section .clients .collaborate-footer h2 {
    font-size: 3.5rem;
    margin-bottom: 2rem;
  }
}
/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 460px) {
  #home-app section.clients-section {
    padding: 5rem 0 2rem 0;
  }
  #home-app section.clients-section .clients .clients-logos > a img {
    width: 70%;
  }
}
#home-app section.collaborate-section {
  z-index: 0;
  position: relative;
  padding: 5rem 0;
}
#home-app section.collaborate-section .circle {
  width: 66%;
  aspect-ratio: 1/1;
  clip-path: circle(30% at 84% 47%);
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: 0;
  background-color: var(--color-coral);
  opacity: 0.2;
}
#home-app section.collaborate-section .collaborate {
  position: relative;
  width: var(--siteMaxWidth);
  margin: auto;
  z-index: 0;
}
#home-app section.collaborate-section .collaborate .description {
  display: flex;
  margin-bottom: 10rem;
}
#home-app section.collaborate-section .collaborate .description .collaborate-img {
  flex: 1;
  text-align: end;
}
#home-app section.collaborate-section .collaborate .description .collaborate-img img {
  width: 60%;
  margin-right: 15rem;
  height: auto;
  filter: drop-shadow(-30px -30px 0px var(--color-blue));
  border-radius: 10px;
}
#home-app section.collaborate-section .collaborate .description .collaborate-text {
  flex: 1;
}
#home-app section.collaborate-section .collaborate .description .collaborate-text ul {
  padding-left: 0;
}
#home-app section.collaborate-section .collaborate .description .collaborate-text ul li {
  margin-bottom: 3rem;
  display: flex;
  justify-items: center;
  align-items: center;
  width: 80%;
}
#home-app section.collaborate-section .collaborate .description .collaborate-text ul li img {
  width: 50px;
  aspect-ratio: 1/1;
  margin-right: 1rem;
}

/* Large devices (Monitors, 1440px and down)  
@media only screen and (max-width: 1440px) {
}

/* Medium devices (Laptop, 1280px and down) 
@media only screen and (max-width: 1280px) {
}

/* Small devices (tablets, 992px and down) */
@media only screen and (max-width: 992px) {
  #home-app section.collaborate-section .collaborate .description .collaborate-img img {
    width: 75%;
  }
}
/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  #home-app section.collaborate-section .collaborate .description {
    flex-direction: column-reverse;
    margin-bottom: 5rem;
  }
  #home-app section.collaborate-section .collaborate .description .collaborate-text {
    text-align: center;
  }
  #home-app section.collaborate-section .collaborate .description .collaborate-text ul li {
    width: 100%;
  }
  #home-app section.collaborate-section .collaborate .description .collaborate-img {
    margin-top: 5rem;
    text-align: center;
  }
  #home-app section.collaborate-section .collaborate .description .collaborate-img img {
    width: 50%;
    margin: auto;
  }
}
/* Tiny devices (phones, 460px and down) */
#home-app section.expertises-section {
  z-index: 0;
  position: relative;
  padding: 5rem 0;
}
#home-app section.expertises-section .circle {
  width: 66%;
  aspect-ratio: 1/1;
  clip-path: circle(47% at 84% 47%);
  position: absolute;
  top: 20%;
  right: 0%;
  z-index: 0;
  background-color: var(--color-blue);
  opacity: 0.2;
}
#home-app section.expertises-section .expertises {
  position: relative;
  width: var(--siteMaxWidth);
  margin: auto;
  z-index: 0;
}
#home-app section.expertises-section .expertises h2 {
  text-align: center;
}
#home-app section.expertises-section .expertises .expertises-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 5rem 0;
}
#home-app section.expertises-section .expertises .expertises-grid figure {
  display: flex;
  align-items: center;
  border-right: solid;
  padding: 5rem 5rem 5rem 0;
}
#home-app section.expertises-section .expertises .expertises-grid figure p {
  margin: 0 1rem 0 0;
}
#home-app section.expertises-section .expertises .expertises-grid figure:nth-child(2n) {
  border-right: none;
  padding: 5rem 0 5rem 5rem;
}
#home-app section.expertises-section .expertises .expertises-grid figure:nth-child(2n) p {
  margin: 0 0 0 1rem;
}
#home-app section.expertises-section .expertises .expertises-grid figure img {
  width: 20%;
  aspect-ratio: 1/1;
}

/* Large devices (Monitors, 1440px and down)  
@media only screen and (max-width: 1440px) {
    section.expertises-section {
        .expertises {
            margin: 0 15rem;
        }
    }
}

/* Medium devices (Laptop, 1280px and down)*/
@media only screen and (max-width: 1280px) {
  #home-app section.expertises-section .expertises .expertises-grid figure {
    padding: 2rem 2rem 2rem 0;
  }
  #home-app section.expertises-section .expertises .expertises-grid figure:nth-child(2n) {
    padding: 2rem 0 2rem 2rem;
  }
}
/* Small devices (tablets, 992px and down)
@media only screen and (max-width: $tabletScreenMax) {
}

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  #home-app section.expertises-section .expertises .expertises-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 460px) {
  #home-app section.expertises-section {
    padding: 2.5rem 0;
  }
  #home-app section.expertises-section .expertises .expertises-grid {
    margin-bottom: 0;
  }
  #home-app section.expertises-section .expertises .expertises-grid figure {
    border-right: 0;
  }
}
#home-app section.landing-section {
  background-color: var(--color-blue);
}
#home-app section.landing-section .circle {
  width: 100%;
  aspect-ratio: 1/1;
  clip-path: circle(77% at 58% -44%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: white;
}
#home-app section.landing-section .landing {
  display: flex;
  justify-items: center;
  align-items: center;
  max-width: var(--siteMaxWidth);
  margin: auto;
  min-height: 60vh;
}
#home-app section.landing-section .landing .description {
  flex: 3;
  z-index: 2;
  margin: 1rem 0 4rem 0;
}
#home-app section.landing-section .landing .description p {
  font-size: 2.2rem;
  margin: 1rem 0 3rem 0;
}
#home-app section.landing-section .landing .description ul {
  margin-bottom: 4rem;
}
#home-app section.landing-section .landing .description ul li {
  list-style-type: disc;
}
#home-app section.landing-section .landing .image {
  flex: 2;
  z-index: 2;
  position: relative;
}
#home-app section.landing-section .landing .image img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -32rem;
  right: 0rem;
}

/* Large devices (Monitors, 1440px and down)  */
@media only screen and (max-width: 1440px) {
  #home-app section.landing-section .landing .image img {
    width: 108%;
    bottom: -25rem;
    right: -5rem;
  }
}
/* Medium devices (Laptop, 1280px and down) */
@media only screen and (max-width: 1280px) {
  #home-app section.landing-section .circle {
    clip-path: circle(55% at 58% -13%);
  }
  #home-app section.landing-section .landing {
    margin: 0 auto 0 auto;
    overflow-x: clip;
  }
  #home-app section.landing-section .landing .description {
    flex: 5;
  }
  #home-app section.landing-section .landing .image img {
    width: 116%;
    bottom: -16rem;
    right: -4rem;
  }
}
/* Small devices (tablets, 992px and down)*/
@media only screen and (max-width: 992px) {
  #home-app section.landing-section .circle {
    clip-path: circle(44% at 58% -3%);
  }
  #home-app section.landing-section .landing .description h1 {
    font-size: 3rem;
  }
  #home-app section.landing-section .landing .description p {
    font-size: 1.8rem;
  }
  #home-app section.landing-section .landing .description button {
    font-size: 1.6rem;
  }
  #home-app section.landing-section .landing .image img {
    width: 145%;
    bottom: -15rem;
    right: -5rem;
  }
}
/* TODO - Fix this
/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  #home-app section.landing-section .circle {
    clip-path: circle(319px at 487px 0px);
    width: 100%;
  }
  #home-app section.landing-section .landing .description {
    margin-bottom: 3rem;
  }
  #home-app section.landing-section .landing .description h1 {
    width: 111%;
  }
  #home-app section.landing-section .landing .image img {
    width: 148%;
    bottom: -16rem;
    right: -3rem;
  }
}
/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 460px) {
  #home-app section.landing-section .circle {
    clip-path: circle(400px at 400px -190px);
    width: 100%;
  }
  #home-app section.landing-section .mobile-title {
    text-align: center;
    z-index: 2;
    position: relative;
    padding: 2.5rem 2rem 1rem 2rem;
    font-size: 3rem;
  }
  #home-app section.landing-section .mobile-title .subtitle {
    display: block;
    font-size: 0.8em;
    font-weight: 500;
    margin-top: 0.5rem;
  }
  #home-app section.landing-section .landing {
    min-height: fit-content;
    padding-bottom: 5rem;
  }
  #home-app section.landing-section .landing .image img {
    width: 175px;
    bottom: -7rem;
    right: 0rem;
  }
}
/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 460px) {
  #home-app section.landing-section .landing {
    min-height: fit-content;
  }
  #home-app section.landing-section .landing .image img {
    width: 131px;
    bottom: -8rem;
    right: -1rem;
  }
  #home-app section.landing-section .landing .description p {
    text-align: justify;
  }
  #home-app section.landing-section .landing .description a {
    position: relative;
    right: -40%;
  }
}
#home-app section.obstacles-section {
  z-index: 0;
  position: relative;
  padding: 5rem 0;
}
#home-app section.obstacles-section .circle {
  width: 100%;
  aspect-ratio: 1/1;
  clip-path: circle(28% at 50% 50%);
  position: absolute;
  top: -75%;
  left: -50%;
  z-index: 1;
  background-color: var(--color-green);
  opacity: 0.2;
}
#home-app section.obstacles-section .obstacles {
  position: relative;
  width: var(--siteMaxWidth);
  margin: auto;
  z-index: 1;
}
#home-app section.obstacles-section .obstacles h2 {
  text-align: center;
}
#home-app section.obstacles-section .obstacles .obstacle-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 5rem 0;
}
#home-app section.obstacles-section .obstacles .obstacle-cards .obstacle-card {
  position: relative;
  padding: 2rem;
  background-color: white;
  border-radius: 1rem;
  border-color: var(--color-blue);
  border-style: solid;
  text-align: center;
  width: 80%;
  padding: 5rem;
  margin: auto;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 350px;
}
#home-app section.obstacles-section .obstacles .obstacle-cards .obstacle-card h3 {
  margin: 1rem 0;
}
#home-app section.obstacles-section .obstacles .obstacle-cards .obstacle-card p {
  margin: 0;
}

/* Large devices (Monitors, 1440px and down)  */
@media only screen and (max-width: 1440px) {
  #home-app section.obstacles-section .obstacles .obstacle-cards .obstacle-card {
    min-height: 350px;
  }
}
/* Medium devices (Laptop, 1280px and down) */
@media only screen and (max-width: 1280px) {
  #home-app section.obstacles-section .obstacles .obstacle-cards .obstacle-card {
    min-height: 310px;
  }
}
/* Small devices (tablets, 992px and down)
@media only screen and (max-width: 992px) {
    #home-app section.obstacles-section {
    }
}

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  #home-app section.obstacles-section .obstacles .obstacle-cards .obstacle-card {
    width: 90%;
    padding: 3.5rem;
    min-height: 310px;
  }
}
/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 460px) {
  #home-app section.obstacles-section .obstacles .obstacle-cards {
    grid-template-columns: 1fr;
  }
  #home-app section.obstacles-section .obstacles .obstacle-cards .obstacle-card {
    min-height: auto;
  }
}
#home-app section.pitch-section {
  z-index: 0;
  position: relative;
  padding: 10rem 0 5rem 0;
}
#home-app section.pitch-section .ellipse {
  width: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: white;
  clip-path: ellipse(52% 25% at 50% 25%);
}
#home-app section.pitch-section .square {
  width: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 0;
  background-color: var(--color-blue);
  clip-path: polygon(50% 0%, 50% 20%, 100% 20%, 100% 0%);
}
#home-app section.pitch-section .circle {
  width: 100%;
  aspect-ratio: 1/1;
  clip-path: circle(28% at 50% 50%);
  position: absolute;
  top: 31%;
  left: -50%;
  z-index: 1;
  background-color: var(--color-coral);
  opacity: 0.2;
}
#home-app section.pitch-section .pitch {
  position: relative;
  width: var(--siteMaxWidth);
  margin: auto;
  z-index: 2;
}
#home-app section.pitch-section .pitch h2 {
  text-align: center;
}
#home-app section.pitch-section .pitch p:first-of-type {
  margin: 0 0 2rem 0;
}
#home-app section.pitch-section .pitch .cards {
  display: flex;
  column-gap: 3%;
  margin: 5rem 0 0 0;
}
#home-app section.pitch-section .pitch .cards figure {
  flex: 1;
  text-align: center;
}
#home-app section.pitch-section .pitch .cards figure img {
  width: 50%;
  margin: auto;
}
#home-app section.pitch-section .pitch .cards figure h3 {
  margin: 2rem 0;
}
#home-app section.pitch-section .pitch .cards figure p {
  font-size: 1.8rem;
}

/* Large devices (Monitors, 1440px and down)  
@media only screen and (max-width: 1440px) {
    section.pitch-section {
        .pitch {
            margin: 0 15rem;
        }
    }
}

/* Medium devices (Laptop, 1280px and down)*/
@media only screen and (max-width: 1280px) {
  section.pitch-section .pitch .cards figure img {
    width: 50%;
    margin: auto;
  }
  section.pitch-section .pitch .cards figure p {
    max-height: 180px;
    overflow-y: auto;
    padding-right: 10px;
  }
}
/* Small devices (tablets, 992px and down)*/
@media only screen and (max-width: 992px) {
  section.pitch-section .pitch .cards figure img {
    width: 70%;
    margin: auto;
  }
}
/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  #home-app section.pitch-section .pitch .cards {
    flex-wrap: wrap;
  }
  #home-app section.pitch-section .pitch .cards figure {
    flex: auto;
    width: 40%;
  }
  #home-app section.pitch-section .pitch .cards figure img {
    width: 30%;
    margin: auto;
  }
  #home-app section.pitch-section .pitch .cards figure figcaption {
    width: 80%;
    margin: 1.5rem auto 0 auto;
  }
}
/* Tiny devices (phones, 425px and down) */
@media only screen and (max-width: 460px) {
  #home-app section.pitch-section .pitch .cards {
    display: flex;
    flex-direction: column;
  }
  #home-app section.pitch-section .pitch .cards figure {
    width: 80%;
    margin: 0rem auto 1.5rem auto;
  }
  #home-app section.pitch-section .pitch .cards figure p {
    max-height: max-content;
  }
  #home-app section.pitch-section .pitch .cards figure img {
    width: 40%;
  }
  #home-app section.pitch-section .pitch .cards figure figcaption {
    width: 100%;
  }
  #home-app section.pitch-section .pitch .cards figure figcaption h3 {
    font-size: 2.1rem;
  }
  #home-app section.pitch-section .circle {
    width: 440px;
    clip-path: circle(47% at 50% 50%);
  }
}
#home-app section.resultats-section {
  z-index: 0;
  position: relative;
  padding: 5rem 0 5rem 0;
}
#home-app section.resultats-section h2 {
  text-align: center;
  width: 90%;
  margin: 0 auto 5rem auto;
}
#home-app section.resultats-section .resultats {
  position: relative;
  width: var(--siteMaxWidth);
  margin: auto;
  z-index: 2;
  display: flex;
}
#home-app section.resultats-section .resultats .description {
  flex: 1;
}
#home-app section.resultats-section .resultats .description p {
  margin: 0 0 2rem 0;
}
#home-app section.resultats-section .resultats .description li {
  list-style-type: disc;
}
#home-app section.resultats-section .resultats .image {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home-app section.resultats-section .resultats .image img {
  width: 50%;
  height: auto;
  filter: drop-shadow(30px -30px 0px #f79d85);
  border-radius: 10px;
}

/* Large devices (Monitors, 1440px and down)  
@media only screen and (max-width: 1440px) {
    section.pitch-section {
        .pitch {
            margin: 0 15rem;
        }
    }
}

/* Medium devices (Laptop, 1280px and down)
@media only screen and (max-width: 1280px) {

}

/* Small devices (tablets, 992px and down)
@media only screen and (max-width: 992px) {

}

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  #home-app section.resultats-section .resultats {
    flex-direction: column;
  }
  #home-app section.resultats-section .resultats .description p {
    font-size: 1.8rem;
  }
  #home-app section.resultats-section .resultats .image {
    margin: 7rem 0 0 0;
  }
  #home-app section.resultats-section .resultats .image img {
    width: 40%;
  }
}
/* Tiny devices (phones, 425px and down) */
@media only screen and (max-width: 460px) {
  #home-app section.resultats-section .resultats .image img {
    width: 70%;
  }
  #home-app section.resultats-section .circle {
    width: 440px;
    clip-path: circle(47% at 50% 50%);
  }
}
#home-app section.temoignages-section {
  z-index: 0;
  position: relative;
  padding: 5rem 0;
}
#home-app section.temoignages-section .temoignages {
  position: relative;
  width: var(--siteMaxWidth);
  margin: auto;
  z-index: 0;
}
#home-app section.temoignages-section .temoignages h2 {
  text-align: center;
}
#home-app section.temoignages-section .temoignages .temoignages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10rem;
  row-gap: 8rem;
  margin-top: 7.5rem;
}
#home-app section.temoignages-section .temoignages .temoignages-grid .temoignage {
  position: relative;
}
#home-app section.temoignages-section .temoignages .temoignages-grid .temoignage img {
  position: absolute;
  width: 100px;
  height: auto;
  z-index: 2;
  top: -40px;
  left: -40px;
}
#home-app section.temoignages-section .temoignages .temoignages-grid .temoignage .text {
  max-height: 275px;
  padding: 1rem 1.5rem;
  overflow-y: auto;
}
#home-app section.temoignages-section .temoignages .temoignages-grid .temoignage .text p {
  margin-bottom: 1.5rem;
}
#home-app section.temoignages-section .temoignages .temoignages-grid .temoignage .text p:last-child {
  margin-bottom: 0;
}
#home-app section.temoignages-section .temoignages .temoignages-grid .temoignage h3 {
  margin: 1rem 0 0 0;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}
#home-app section.temoignages-section .temoignages .temoignages-grid .temoignage > p {
  margin: 0 0 0 0;
  padding-left: 1.5rem;
}

/* Large devices (Monitors, 1440px and down)  
@media only screen and (max-width: 1440px) {
    section.clients-section {
        .clients {
            margin: 0 15rem;
        }
    }
}

/* Medium devices (Laptop, 1280px and down) */
@media only screen and (max-width: 1280px) {
  #home-app section.temoignages-section .temoignages .temoignages-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5%;
  }
}
/* Small devices (tablets, 992px and down)
@media only screen and (max-width: $tabletScreenMax) {
}

/* Extra small devices (phones, 768px and down) 
@media only screen and (max-width: 768px) {
}

/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 460px) {
  #home-app section.temoignages-section .temoignages .temoignages-grid {
    grid-template-columns: 1fr;
  }
  #home-app section.temoignages-section .temoignages .temoignages-grid .temoignage {
    width: 80%;
    margin: auto;
  }
}
#btn-back-to-top {
  position: fixed;
  bottom: 80px;
  right: 25px;
  font-size: 30px;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  color: white;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid var(--color-coral);
  border-radius: 0.5rem;
  background-color: var(--color-blue);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  z-index: 3;
}
#btn-back-to-top svg {
  font-size: 30px;
}

/* Large devices (Monitors, 1440px and down) 
@media only screen and (max-width: 1440px) {
}

/* Medium devices (Laptop, 1280px and down)
@media only screen and (max-width: 1280px) {
}

/* Small devices (tablets, 992px and down)
@media only screen and (max-width: 992px) {
}

/* Extra small devices (phones, 768px and down) 
@media only screen and (max-width: 768px) {
}

/* Tiny devices (phones, 389px and down) 
@media only screen and (max-width: 389px) {
} */
#projets-app section.clients-section {
  z-index: 0;
  position: relative;
  padding: 5rem 0;
}
#projets-app section.clients-section .circle {
  width: 66%;
  aspect-ratio: 1/1;
  clip-path: circle(46% at 71% 47%);
  position: absolute;
  top: 25%;
  right: 0%;
  z-index: 0;
  background-color: var(--color-green);
  opacity: 0.2;
}
#projets-app section.clients-section .clients {
  position: relative;
  width: 90%;
  margin: auto;
  z-index: 1;
}
#projets-app section.clients-section .clients .clients-header {
  text-align: center;
}
#projets-app section.clients-section .clients .clients-header h2 {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
}
#projets-app section.clients-section .clients .clients-header h3 {
  font-weight: 400;
  font-size: 1.8rem;
}
#projets-app section.clients-section .clients .clients-content ul {
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 10px;
  list-style: none;
  margin: 4rem 0;
  flex-wrap: wrap;
}
#projets-app section.clients-section .clients .clients-content ul li {
  font-weight: 700;
  font-size: 2.1rem;
  cursor: pointer;
  margin: 8px 15px;
}
#projets-app section.clients-section .clients .clients-content ul li .client-filter-dot {
  margin-right: 1rem;
}
#projets-app section.clients-section .clients .clients-content ul li.active {
  background-color: var(--color-blue);
  padding: 1rem 3rem;
  border-radius: 5rem;
  color: white;
  cursor: context-menu;
}
#projets-app section.clients-section .clients .clients-content ul li.active .client-filter-dot {
  display: none;
  margin: 0;
}
#projets-app section.clients-section .clients .clients-content ul li.active.graphisme {
  background-color: var(--color-coral);
  color: #000000;
}
#projets-app section.clients-section .clients .clients-content ul li.active.social-media {
  background-color: var(--color-blue);
  color: black;
}
#projets-app section.clients-section .clients .clients-content ul li.active.seo {
  background-color: var(--color-green);
  color: #000000;
}
#projets-app section.clients-section .clients .clients-content ul li.active.site-web {
  background-color: #000000;
  color: #ffffff;
}
#projets-app section.clients-section .clients .clients-content ul li.active.events {
  background-color: var(--color-light-blue);
  color: black;
}
#projets-app section.clients-section .clients .clients-content ul li.active.creation-contenu {
  background-color: #ececec;
  color: #000000;
}
#projets-app section.clients-section .clients .clients-content ul li.active.newsletter {
  background-color: var(--color-dark-green);
  color: #ffffff;
}
#projets-app section.clients-section .clients .clients-content ul li.active.marketing {
  background-color: var(--color-dark-blue);
  color: #ffffff;
}
#projets-app section.clients-section .clients .clients-content ul a {
  font-weight: 600;
  text-transform: uppercase;
}
#projets-app section.clients-section .clients .clients-content .clients-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: space-evenly;
  margin: 4rem 0;
}
#projets-app section.clients-section .clients .clients-content .clients-list .client {
  position: relative;
  margin-block: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding-block: 2rem;
  background-color: #ffffff;
  width: 28%;
  --text-color: #000000;
}
#projets-app section.clients-section .clients .clients-content .clients-list .client.dark {
  --text-color: #f5f5f5;
  background-color: rgba(0, 0, 0, 0.4196078431);
}
#projets-app section.clients-section .clients .clients-content .clients-list .client.dark:hover {
  --text-color: #000000;
}
#projets-app section.clients-section .clients .clients-content .clients-list .client:hover {
  --text-color: var(--color-dark-blue);
}
#projets-app section.clients-section .clients .clients-content .clients-list .client[href=""], #projets-app section.clients-section .clients .clients-content .clients-list .client:not([href]) {
  cursor: default;
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .client-logo {
  height: 100px;
  text-align: center;
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .client-logo.dark {
  background-color: black;
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .client-logo img {
  width: auto;
  height: 100%;
  object-fit: contain;
  margin: auto;
  max-width: 80%;
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .project-name {
  margin-top: 4rem;
  text-align: center;
  font-weight: 500;
  color: var(--text-color);
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .client-tags {
  position: absolute;
  bottom: 21%;
  right: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .client-tags .tooltip-container {
  position: relative;
  margin-block: 5px;
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .client-tags .tooltip-container .tooltip {
  visibility: hidden;
  width: 120px;
  background-color: var(--color-blue);
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.5s;
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .client-tags .tooltip-container .client-tag {
  background-color: var(--color-blue);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .client-tags .tooltip-container .client-tag:last-child {
  margin-bottom: 0;
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .client-tags .tooltip-container .client-tag.graphisme {
  background-color: var(--color-coral);
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .client-tags .tooltip-container .client-tag.graphisme + .tooltip {
  background-color: var(--color-coral);
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .client-tags .tooltip-container .client-tag.social-media {
  background-color: var(--color-blue);
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .client-tags .tooltip-container .client-tag.social-media + .tooltip {
  background-color: var(--color-blue);
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .client-tags .tooltip-container .client-tag.seo {
  background-color: var(--color-green);
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .client-tags .tooltip-container .client-tag.seo + .tooltip {
  background-color: var(--color-green);
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .client-tags .tooltip-container .client-tag.site-web {
  background-color: #000000;
  color: #ffffff;
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .client-tags .tooltip-container .client-tag.site-web + .tooltip {
  background-color: #000000;
  color: #ffffff;
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .client-tags .tooltip-container .client-tag.events {
  background-color: #5ac8fa;
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .client-tags .tooltip-container .client-tag.events + .tooltip {
  background-color: #5ac8fa;
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .client-tags .tooltip-container .client-tag.creation-contenu {
  background-color: #ececec;
  color: #000000;
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .client-tags .tooltip-container .client-tag.creation-contenu + .tooltip {
  background-color: #ececec;
  color: #000000;
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .client-tags .tooltip-container .client-tag.newsletter {
  background-color: var(--color-dark-green);
  color: #ffffff;
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .client-tags .tooltip-container .client-tag.newsletter + .tooltip {
  background-color: var(--color-dark-green);
  color: #ffffff;
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .client-tags .tooltip-container .client-tag.marketing {
  background-color: var(--color-dark-blue);
  color: #ffffff;
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .client-tags .tooltip-container .client-tag.marketing + .tooltip {
  background-color: var(--color-dark-blue);
  color: #ffffff;
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .client-tags .tooltip-container:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .projet-link {
  margin: 1rem 0 5.5rem 10%;
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .projet-link a {
  color: black;
}
#projets-app section.clients-section .clients .clients-content .clients-list .client .projet-link::after {
  content: "";
  display: block;
  width: 25%;
  height: 1.5px; /* Adjust the height to control the thickness of the line */
  background-color: var(--color-coral); /* Adjust the color of the line */
  margin-top: 10px; /* Adjust the spacing between the paragraph and the line */
}

/* Large devices (Monitors, 1440px and down) */
@media only screen and (max-width: 1440px) {
  #projets-app section.clients-section .clients .clients-content ul li {
    font-size: 1.8rem;
  }
  #projets-app section.clients-section .clients .clients-content .clients-list {
    gap: 0%;
  }
  #projets-app section.clients-section .clients .clients-content .clients-list .client .client-image {
    width: 90%;
  }
  #projets-app section.clients-section .clients .clients-content .clients-list .client .client-tags {
    bottom: 10%;
    right: 5%;
  }
  #projets-app section.clients-section .clients .clients-content .clients-list .client .client-tags .client-tag {
    font-size: 1.5rem;
  }
  #projets-app section.clients-section .clients .clients-content .clients-list .client .projet-link {
    margin: 1rem 0 5.5rem 5%;
  }
}
/* Medium devices (Laptop, 1280px and down) */
@media only screen and (max-width: 1280px) {
  #projets-app section.clients-section .clients .clients-content .clients-list .client .client-tags {
    bottom: 20%;
  }
}
/* Small devices (tablets, 992px and down)*/
@media only screen and (max-width: 992px) {
  #projets-app section.clients-section .clients .clients-content .clients-list .client {
    width: 45%;
  }
}
/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  #projets-app section.clients-section .clients .clients-content > ul {
    padding-left: 0;
    margin-block: 2rem;
    flex-direction: column;
    column-gap: 0px;
  }
  #projets-app section.clients-section .clients .clients-list {
    margin-block: 2rem;
  }
}
/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 568px) {
  #projets-app section.clients-section .clients .clients-content .clients-list .client {
    width: 95%;
  }
}
/* Tiny devices (phones, 389px and down)
@media only screen and (max-width: $sphoneMax) {
    #projets-app section.clients-section {
        // Max width of the site
        --projectsMaxWidth: 90%;
    }
}
*/
.client-container {
  position: relative;
}

/* Large devices (Monitors, 1440px and down)
@media only screen and (max-width: 1440px) {
}

/* Medium devices (Laptop, 1280px and down) 
@media only screen and (max-width: 1280px) {
}

/* Small devices (tablets, 992px and down)
@media only screen and (max-width: 992px) {
}

/* Extra small devices (phones, 768px and down) 
@media only screen and (max-width: 568px) {
}

/* Tiny devices (phones, 389px and down)
@media only screen and (max-width: 389px) {
}
*/
@font-face {
  font-family: "Mainstay";
  src: local("Mainstay"), url(/build/fonts/Mainstay.97c0ee71.ttf) format("truetype");
  font-weight: 500;
}
:root {
  --color-blue: #8cb3db;
  --color-coral: #f79d85;
  --color-green: #a5d0a8;
  --color-dark-blue: #3a658f;
  --color-dark-green: #5e8c6a;
  --color-light-blue: #5ac8fa;
  --color-light-coral: #ffbcaa;
  --monitorScreenMin: "1440px";
  --laptopScreenMax: "1280px";
  --tabletScreenMax: "992px";
  --phoneScreenMax: "767px";
  --sphoneMax: "389px";
  --siteMaxWidth: 80%;
}

/* Large devices (Monitors, 1440px and down) */
@media only screen and (max-width: 1440px) {
  :root {
    --siteMaxWidth: 80%;
  }
}
/* Medium devices (Laptop, 1280px and down)*/
@media only screen and (max-width: 1280px) {
  :root {
    --siteMaxWidth: 90%;
  }
}
/* Small devices (tablets, 992px and down)*/
@media only screen and (max-width: 992px) {
  :root {
    --siteMaxWidth: 90%;
  }
}
/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 767px) {
  :root {
    --siteMaxWidth: 90%;
  }
}
/* Tiny devices (phones, 389px and down)*/
@media only screen and (max-width: 389px) {
  :root {
    --siteMaxWidth: 90%;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  text-decoration: none;
  list-style: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  /* Chrome, Edge, and Safari */
}
body *::-webkit-scrollbar {
  width: 10px;
}
body *::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.0901960784);
  border-radius: 10px;
}
body *::-webkit-scrollbar-thumb {
  background-color: var(--color-coral);
  border-radius: 10px;
  border: 3px none rgba(0, 0, 0, 0.0901960784);
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

body {
  font-size: 1.8rem;
  scroll-behavior: smooth;
}

h1 {
  font-size: 4rem;
  font-weight: 600;
}

h2 {
  font-size: 5.5rem;
  margin: 0 0 3rem 0;
  line-height: 6.5rem;
}

h3 {
  margin-bottom: 2rem;
}

a {
  color: white;
}

.bold {
  font-weight: 600;
}

.right-align {
  text-align: right;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.text-coral {
  color: var(--color-coral);
}

.text-blue {
  color: var(--color-blue);
}

.text-green {
  color: var(--color-green);
}

.mobile-title,
.mobile-only {
  display: none;
}

/* Medium devices (Laptop, 1280px and down) */
@media only screen and (max-width: 1280px) {
  body {
    font-size: 1.6rem;
  }
}
/* Small devices (tablets, 1024px and down)
@media only screen and (max-width: 1024px) {
}

/* Extra small devices (phones, 768px and down) 
@media only screen and (max-width: 768px) {
}

/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 460px) {
  .mobile-title,
  .mobile-only {
    display: block;
  }
  .pc-title {
    display: none;
  }
  .pc-only {
    display: none;
  }
  h2 {
    font-size: 3.2rem;
  }
}
/* Tiny devices (phones, 460px and down) */
@media only screen and (max-width: 360px) {
  h2 {
    font-size: 2.9rem;
    position: relative;
    z-index: 10;
  }
}
@media only screen and (max-width: 320px) {
  h2 {
    font-size: 2.8rem;
  }
}
.root {
  overflow-y: hidden;
}
