@charset "UTF-8";
@font-face {
  font-family: "font-principal";
  src: url(../../assets/fonts/DancingScript-Regular.ttf);
}
@font-face {
  font-family: "font-menu";
  src: url(../../assets/fonts/);
}
* {
  padding: 0;
  box-sizing: border-box;
  color: black;
}

body {
  font-family: "font-principal";
  height: 100vh;
  position: relative;
  min-height: 100vh;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
  display: flex;
}

form {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 15px;
  width: auto;
  max-width: 600px;
  background: rgba(128, 128, 128, 0.747);
  border-radius: 20px;
}
form label {
  padding: 5px;
}
form textarea {
  margin: 10px auto;
  max-width: 452px;
  max-height: 150px;
}
form #submit {
  margin: auto;
  text-align: center;
  width: 20%;
}

.homesec {
  background: url("/assets/img/salle.jpg") center/cover;
}

.home {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.Speech {
  margin-top: 500px;
  text-align: left;
  padding: 0 20px;
  font-size: 1.2rem;
}

.minicontain {
  display: none;
}

.contact {
  background: url("/assets/img/salle.jpg") center/cover;
  height: 100vh;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact h3 {
  margin-top: 0;
  color: white;
  font-size: 2rem;
}
.contact img {
  padding-right: 5px;
}

.card {
  background: rgba(128, 128, 128, 0.747);
  border-radius: 20px;
  padding: 15px;
  max-width: 270px;
  font-size: larger;
}
.card p, .card a {
  color: white;
  margin-top: 0;
}

@media screen and (max-width: 1020px) {
  .Speech {
    margin-top: 100px;
    background: rgba(255, 255, 255, 0.514);
  }
  .homesec {
    background: url("/assets/img/salle mini.jpg") center/cover;
  }
  .minicontain {
    display: block;
  }
  .minicontain img {
    height: auto;
    max-width: 100%;
    padding-top: 270px;
  }
}
nav {
  display: flex;
  height: 100px;
}
nav ul {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  align-items: center;
  align-content: center;
  justify-items: center;
  width: 100%;
}
nav ul :first-of-type:hover {
  transform: none;
}
nav ul li {
  font-family: "Lucida Sans";
}
nav ul li:hover {
  transform: scale(1.2);
}
nav ul li a {
  color: black;
}
nav ul li a:hover {
  color: red;
}
nav img {
  height: 100px;
  padding-right: 20px;
}

.container {
  position: relative;
  width: 320px;
  margin: 200px auto 0 auto;
  perspective: 1000px;
}

.carousel {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  -webkit-animation: rotate360 60s infinite forwards linear;
          animation: rotate360 60s infinite forwards linear;
}

.carousel__face {
  position: absolute;
  width: 300px;
  height: 187px;
  top: 20px;
  left: 10px;
  right: 10px;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
  display: flex;
}

span {
  margin: auto;
  font-size: 2rem;
  color: #fefefe;
  text-align: center;
}

.carousel__face:nth-child(1) {
  background-image: url("/assets/img/pontfilles.jpg");
  transform: rotateY(0deg) translateZ(430px);
}

.carousel__face:nth-child(2) {
  background-image: url("/assets/img/rassemblement.jpg");
  transform: rotateY(40deg) translateZ(430px);
}

.carousel__face:nth-child(3) {
  background-image: url("/assets/img/trempo.jpg");
  transform: rotateY(80deg) translateZ(430px);
}

.carousel__face:nth-child(4) {
  background-image: url("/assets/img/cours.jpg");
  transform: rotateY(120deg) translateZ(430px);
}

.carousel__face:nth-child(5) {
  background-image: url("/assets/img/eveil.jpg");
  transform: rotateY(160deg) translateZ(430px);
}

.carousel__face:nth-child(6) {
  background-image: url("/assets/img/street.jpg");
  transform: rotateY(200deg) translateZ(430px);
}

.carousel__face:nth-child(7) {
  background-image: url("/assets/img/zumba.jpg");
  transform: rotateY(240deg) translateZ(430px);
}

.carousel__face:nth-child(8) {
  background-image: url("/assets/img/zumbakids.jpg");
  transform: rotateY(280deg) translateZ(430px);
}

.carousel__face:nth-child(9) {
  background-image: url("/assets/img/streetkids.jpg");
  transform: rotateY(320deg) translateZ(430px);
}

@-webkit-keyframes rotate360 {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(-360deg);
  }
}

@keyframes rotate360 {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(-360deg);
  }
}
@media screen and (max-width: 1020px) {
  .container {
    display: none;
  }
}
footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  width: 100%;
  font-family: Verdana;
}

.contactfoot {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.contactfoot div {
  display: flex;
  align-items: center;
  color: black;
}
.contactfoot div img {
  padding: 5px;
}
.contactfoot div a {
  display: flex;
  align-items: center;
}

* {
  text-align: left;
}

.cardprof div {
  display: flex;
}
.cardprof img {
  width: 100%;
  min-width: 240px;
  max-width: 360px;
  max-height: 300px;
  border-radius: 20px;
}

.profs, .cours {
  padding: 10px;
  background: url("/assets/img/salle.jpg") center/cover;
  margin: 10px;
  font-size: 1.2rem;
}

h1 {
  margin: 0;
  line-height: 2;
  text-align: center;
}

h2 {
  margin: 0 0 0.5em;
  font-weight: normal;
}

.row {
  display: flex;
}
.row .col {
  flex: 1;
}
.row .col:last-child {
  margin-left: 1em;
}

/* Accordion styles */
.tabs {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.tab {
  width: 100%;
  overflow: hidden;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #ecf0f1;
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
.tab-label:hover {
  background: #cfd9db;
}
.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: black;
  transition: all 0.35s;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #ecf0f1;
  cursor: pointer;
}
.tab-close:hover {
  background: #cfd9db;
}

input:checked + .tab-label {
  background: #cfd9db;
}
input:checked + .tab-label::after {
  transform: rotate(90deg);
}
input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}

.detailcour {
  background: rgba(211, 210, 210, 0.795);
  border-radius: 20px;
  padding: 1%;
}
.detailcour li {
  color: beige;
}

.storyprof {
  padding: 2%;
  margin: 0 40px;
  width: 70%;
  text-align: justify;
  color: black;
  font-size: larger;
  background: rgba(211, 210, 210, 0.795);
  border-radius: 20px;
}

@media screen and (max-width: 800px) {
  .cardprof div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .storyprof {
    margin: auto;
    width: 100%;
    padding: 5%;
  }
}
.actu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #d6ecff;
  padding: 2%;
}
.actu div {
  margin: 30px auto;
  padding: 0 100px 10px;
  border-radius: 20px;
  background: url(/assets/img/salle.jpg) center/cover;
}
.actu div p {
  font-size: 1.5rem;
  text-align: center;
}
.actu img {
  width: 90%;
  max-width: 800px;
  margin: 0 5%;
}

.download {
  justify-content: center;
}
.download:hover {
  color: red;
}

@media screen and (max-width: 700px) {
  .actu div {
    padding: 0;
  }
  .download {
    color: red;
  }
}/*# sourceMappingURL=style.css.map */