@import url("https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap");

*,
*:after,
*:before {
  box-sizing: border-box;
  outline: none;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

:root {
  --bg-color: #ffffffff;
  --text-color: #19273b;
  --second-color: #333 GRAS;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: var(--bg-color);
}

::-webkit-scrollbar-thumb {
  background-color: var(--text-color);
  border-radius: 9px;
}

html {
  font-size: 65%;
  overflow-x: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-top: 0.5%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  background-color: #ffffff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 100;
  transition: 0.5s;
}

p {
  font-size: 1.9rem;
  width: auto;
  font-family: "Fredoka", sans-serif;
}

span {
  font-size: 1.9rem;
  font-weight: 300;
}

strong {
  font-size: 1.8rem;
  text-transform: uppercase;
}

h1 {
  font-size: 3rem;
  margin: 14%;
  font-family: "Julius Sans One", sans-serif;
}

h2 {
  font-size: 1.5rem;
  margin: 1%;
  font-weight: 9000;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.4rem;
}

a {
  font-size: 3.4rem;
  font-weight: 700;
  color: var(--text-color);
}



.navbar {
  position: relative;
  display: flex;
  align-items: end;
  flex-direction: row-reverse;
  left: 2%;
}



.logo {
  font-family: "Shadows Into Light", cursive;
}





/* effect-shine */
a.effect-shine:hover {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #2669de25 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}



.icon {
  font-size: 3rem;
  margin-top: 50%;
}

body {
  display: flex;
  background-color: var(--bg-color);
  color: var(--text-color);
  flex-direction: column;
}

button {
  outline: none;
  background-color: transparent;
  border: none;
  font-size: 2.2rem;
}

#menu-icon {
  position: relative;
  font-size: 3.6rem;
  cursor: pointer;
  display: none;
}

.scroll-down header {
  transform: translate3d(0, -140%, 0);
}

.scroll-up header {
  filter: drop-shadow(0 -10px 20px rgba(170, 170, 170));
}


section {
  min-height: 10vh;
  padding: 3rem;
  margin-bottom: 2%;
}

.section-contenue {
  display: flex;
  width: 100%;
  padding: 3rem;
}

.section-contenue h2 {
  text-align: left;
}

.section-presentation {
  flex: 1;
  margin-top: 1%;
  margin-right: 1rem;
  text-align: justify;
}

.section-presentation p {
  margin-bottom: 4.6vh;
  margin-left: 30%;
}

.section-activite {
  flex: 1;
  text-align: left;
  margin-top: 1%;
  margin-left: 5%;
}

.section-activite p {
  font-family: "Fredoka", sans-serif;
  margin-top: 3vh;
  margin-bottom: 7vh;
  margin-right: 30%;
}

.section-activite p span {
  display: block;
  margin-bottom: 1.2em;
}

.section-contact {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10vmin;
  margin: 10% 0; /* Ajoutez une marge en haut de 5% */
  width: 100%; /* Changez la largeur à 100% pour occuper tout l'espace disponible */
  text-align: center;
}

.carre-contact,
.carre-email {
  flex: 1;
  border: 1px solid #19273b; /* Ajoutez une bordure pour mieux visualiser les carrés */
  margin: 0 1%;
  border-radius: 15px;
}

.carre-contact span,
.carre-email span {
  font-family: "Fredoka", sans-serif;
  margin-top: 5%;
  margin-bottom: 5%;
  justify-content: center;
  display: block;
}

.telephone {
  font-size: 7rem;
  margin-bottom: 1%;
  margin-top: 2%;
}

.bulle-content {
  max-width: 10rem;
}

.profile-image {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 10vmin;
}

.profile-image img {
  max-width: 50vh;
}

.info-bulle {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 2vmin;
}

.bulle-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 2px;
  height: 9vh;
  width: 60vh;
  border-radius: 60px;
  border: #19273b solid;
  transition: all 700ms ease;
  position: relative;
  overflow: hidden;
}

.bulle-1 .c-button__blobs {
  height: 100%;
  filter: url(#goo);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -3px;
  right: -1px;
  z-index: -1;
}
.bulle-1 .c-button__blobs div {
  background-color: #19273b;
  width: 34%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  transform: scale(1.4) translateY(125%) translateZ(0);
  transition: all 700ms ease;
}
.bulle-1 .c-button__blobs div:nth-child(1) {
  left: -5%;
}
.bulle-1 .c-button__blobs div:nth-child(2) {
  left: 30%;
  transition-delay: 60ms;
}
.bulle-1 .c-button__blobs div:nth-child(3) {
  left: 66%;
  transition-delay: 25ms;
}
.bulle-1:hover {
  color: #fff;
  box-shadow: 0 4px 30px rgb(0, 0, 0);
  transition: 0.5s;
  transform: scale(1.1);
}
.bulle-1:hover .c-button__blobs div {
  transform: scale(1.4) translateY(0) translateZ(0);
}

.main {
  width: 100%;
  max-width: 1400px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}



.main .mySwiper img {
  height: auto; /* Ajustement automatique de la hauteur en fonction de la largeur */
  width: 100%; /* Utiliser toute la largeur disponible */
  max-height: 800px; /* Définir une hauteur maximale */
  object-fit: cover; /* Ajuster l'image pour remplir le conteneur tout en conservant les proportions */
}




swiper-container {
  width: 100%;
  height: 100%;
  margin-top: 10%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 6%;
}

swiper-slide {
  width: 90%;
  max-width: 100%;
}
















footer {
  margin-top: 8%;
  display: flex;
  justify-content: space-between;
}

footer p {
  color: var(--text-color);
}

.footer-text-dev {
  text-align: start;
}

@media (max-width: 1400px) {
  html {
    font-size: 50%;
  }


  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 92%;
    margin-top: 0.5%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    background-color: #ffffff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    z-index: 100;
    transition: 0.5s;
  }
  



}



@media (max-width: 1200px) {
  html {
    font-size: 55%;
  }

}

section {
  margin-bottom: auto;
}

@media (max-width: 991px) {
  header {
    width: 92%;
    padding: 1.7rem;
    margin-top: 0.5%;
  }

  section {
    margin-bottom: auto;
  }

  .photo {
    max-width: 100%;
    height: auto;
    width: 80%;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
  }

  .footer {
    padding: 2rem 3%;
  }
}

@media (max-width: 850px) {
  header {
    width: 92%;
    padding: 1.7rem;
    margin-top: 0.5%;
  }

  .bulle-1 {
    height: 10vh;
    width: 50vh;
  }

  section {
    min-height: 10vh;
    padding: 3rem;
    margin-bottom: auto;
  }

  .section-presentation p {
    margin-bottom: 4.6vh;
    margin-left: auto;
  }

  .section-activite p {
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .bulle-1 {
    height: 11vh;
    width: 60vh;
  }
}

@media (max-width: 617px) {
}

@media (max-width: 520px) {
  html {
    font-size: 50%;
  }
}

@media (max-width: 462px) {
  
  html {
    font-size: 55%;
  }

  a {
    line-height: 2.2rem;
    justify-content: center;
  }


  header {
    width: 90%;
    margin-top: 2.5%;
  }



  h1 {
    font-size: 1.9rem;
  }

  section {
    min-height: 10vh;
    padding: 3rem;
    margin-bottom: auto;
  }

  .profile-image {
    padding: 10vh;
  }

  .bulle-1 {
    height: 11vh;
    width: 45vh;
  }

  .section-contenue {
    display: flex;
    flex-direction: column;
    padding: 1rem;
  }

  .section-presentation {
    text-align: left;
    width: 100%;
  }

  .section-presentation p {
    margin-bottom: 4.6vh;
    margin-left: auto;
  }

  .section-activite p {
    margin-right: auto;
  }

  .section-activite p {
    margin-right: auto;
  }

  .page-contact {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    margin-top: 25%;
  }

  .carre-contact,
  .carre-email {
    margin: 3%;
  }

  .photo {
    max-width: 100%;
    height: auto;
    width: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
  }
}
@media (max-width: 371px)
{


html {
  font-size: 32%;
}

  header {
    width: 92%;
    margin-top: 3%;
  }

  h1 {
    font-size: 1.9rem;
  }

  section {
    min-height: 10vh;
    padding: 3rem;
    margin-bottom: auto;
  }

  .photo {
    max-width: 100%;
    height: auto;
    width: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
  }

  .section-contenue {
    display: flex;
    flex-direction: column;
    padding: 1rem;
  }

  .section-contenue p {
    font-size: 2.6rem;
  }

  .section-presentation {
    text-align: left;
    width: 100%;
  }

  .page-contact {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    margin-top: 30%;
  }

  .carre-contact,
  .carre-email {
    margin: 3%;
  }

  .profile-image {
    padding: 15vh;
  }

  .bulle-1 {
    height: 13vh;
    width: 46vh;
  }

  p {
    font-size: 2rem;
  }
}
