@font-face {
  font-family: "PoppinsLight";

  src: url("../fonts/Poppins/Poppins-Light.ttf");
}

@font-face {
  font-family: "PoppinsRegular";

  src: url("../fonts/Poppins/Poppins-Regular.ttf");
}

@font-face {
  font-family: "GreatVibes";

  src: url("../fonts/Great_Vibes/GreatVibes-Regular.ttf");
}

@font-face {
  font-family: "Roboto";

  src: url("../fonts/Roboto/Roboto-Regular.ttf");
}

/* -------------------- Shapping html -------------------- */

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;

  padding: 0;

  box-sizing: border-box;
}

body {
  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  background-color: #ffff;
}

/* -------------------- Shapping scrollbar -------------------- */

::-webkit-scrollbar {
  width: 0;
}

/* --------------------- Shapping NavBar --------------------- */

.navBar {
  width: 100vw;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;

  z-index: 10;

  background-color: #151515;

  font-family: "poppinsRegular";

  height: 25vh;

  top: 0;

  left: 0;

  right: 0;

  position: fixed;
}

.logoNav1 {
  width: 100px;
}

.list {
  margin-top: -10%;
}

li {
  list-style-type: none;

  display: inline;
}

.navLink {
  text-decoration: none;

  color: #f3e1dd;

  font-size: 0.41em;
}

/* ------------------ Shapping Home Section ------------------ */

#home {
  min-height: 100vh;

  width: 100%;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  background-image: url(../images/sociale.jpg);

  background-repeat: no-repeat;

  background-position: bottom;

  background-size: cover;

  background-attachment: fixed;
}

.ml15 {
  font-weight: 800;

  font-size: 3em;

  text-decoration: none;

  font-weight: lighter;

  margin-bottom: 20px;

  color: #f3e1dd;
}

.ml15 .word {
  display: inline-block;

  line-height: 1em;

  font-family: "GreatVibes";
}

.h2Home {
  color: whitesmoke;

  font-size: 2em;

  text-transform: initial;

  font-family: "GreatVibes";

  text-decoration: none;

  font-weight: lighter;
}

.h2Home .letter {
  display: inline-block;

  line-height: 1em;
}

.icon-scroll {
  width: 35px;

  height: 60px;

  bottom: 100px;

  box-shadow: inset 0 0 0 2px #fff;

  border-radius: 25px;
}

.icon-scroll,
.mouseButton {
  position: absolute;

  top: 80%;
}

.mouseButton {
  content: "";

  width: 8px;

  height: 8px;

  background: #ff3400;

  margin-left: -3px;

  top: 8px;

  left: 49%;

  border-radius: 4px;
}

/* ------------------ Shapping News Section ------------------ */

#news {
  min-height: 100vh;

  width: 90%;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  background-color: whitesmoke;

  box-shadow: 0px 20px 30px lightgrey;

  padding: 25px;

  margin-top: 800px;

  z-index: 9;
}

.newsTitle {
  font-family: "poppinsRegular";

  font-size: 2em;
}

.newsPlaquette {
  display: flex;

  justify-content: center;

  width: 100%;
}

.plaquette {
  width: 100%;

  margin-top: 40%;
}

/* --------------- Shapping Activities Section --------------- */

#activities {
  min-height: 100vh;

  width: 90%;

  display: flex;

  flex-direction: column;

  justify-content: space-around;

  align-items: center;

  background-color: whitesmoke;

  box-shadow: 0px 20px 30px lightgrey;

  margin-top: 200px;

  padding: 25px;

  padding-bottom: 20%;
}

.activitiesTitle {
  font-family: "poppinsRegular";

  font-size: 2em;

  padding-bottom: 25px;

  text-align: center;
}

.activitiesSubtitle {
  font-family: "poppinsRegular";

  font-size: 1.5em;

  padding-bottom: 50px;

  padding-top: 75px;
}

.activitiesTxt {
  text-align: justify;

  padding-bottom: 10px;

  font-family: "Roboto";
}

/* ------------------ Shapping Lvl Section ------------------ */

#lvl {
  min-height: 100vh;

  width: 90%;

  display: flex;

  flex-direction: column;

  justify-content: space-around;

  align-items: center;

  background-color: whitesmoke;

  box-shadow: 0px 20px 30px lightgrey;

  margin-top: 200px;

  z-index: 8;

  padding: 25px;

  padding-bottom: 20%;
}

.lvlTitle {
  font-family: "poppinsRegular";

  font-size: 2em;

  padding-bottom: 20%;
}

.lvlTxt {
  text-align: justify;

  padding-bottom: 10px;

  font-family: "Roboto";
}

/* --------------- Shapping Teachers Section --------------- */

#teachers {
  min-height: 100vh;

  width: 90%;

  display: flex;

  flex-direction: column;

  justify-content: space-around;

  align-items: center;

  background-color: whitesmoke;

  box-shadow: 0px 20px 30px lightgrey;

  margin-top: 200px;

  z-index: 8;

  padding: 25px;

  padding-bottom: 20%;
}

.teacherTitle {
  font-family: "poppinsRegular";

  font-size: 2em;

  padding-bottom: 20%;
}

.teacherTitle2 {
  font-family: "poppinsRegular";

  font-size: 1.5em;

  padding-bottom: 10%;
}

.teacherTxt {
  text-align: justify;

  padding-bottom: 50px;

  font-family: "Roboto";
}

.photoKentin {
  width: 100%;
}

/* --------------- Shapping Pricing Section --------------- */

#pricing {
  min-height: 100vh;

  width: 90%;

  display: flex;

  flex-direction: column;

  justify-content: space-around;

  align-items: center;

  background-color: whitesmoke;

  box-shadow: 0px 20px 30px lightgrey;

  margin-top: 200px;

  z-index: 8;

  padding: 25px;

  padding-bottom: 20%;
}

.pricingTitle {
  font-family: "poppinsRegular";

  font-size: 2em;

  padding-bottom: 10%;
}

.pricingTxt {
  text-align: center;

  padding-bottom: 20%;

  font-family: "Roboto";
}

.cards {
  display: flex;

  justify-content: space-around;

  padding-bottom: 10%;

  flex-wrap: wrap;
}

.card {
  display: flex;

  flex-direction: column;

  height: 150px;

  justify-content: space-around;

  align-items: center;

  margin-bottom: 20%;

  box-shadow: 0px 20px 30px 1px lightgrey;

  padding: 20px;

  border-radius: 10px;

  width: 100%;
}

.cardTitle {
  font-family: "poppinsRegular";

  font-size: 1em;

  font-weight: bold;
}

.cost {
  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;
}

.cost1 {
  font-size: 1.5em;

  color: #ff3400;

  font-family: "Roboto";
}

.cost2 {
  font-style: italic;

  padding-top: 5px;

  font-size: 1em;

  font-family: "Roboto";
}

.pricingTxt2 {
  font-style: italic;

  font-size: 0.9em;

  font-family: "Roboto";
}

/* ---------------- Shapping Hours Section ---------------- */

#hours {
  min-height: 100vh;

  width: 90%;

  display: flex;

  flex-direction: column;

  justify-content: space-around;

  align-items: center;

  background-color: whitesmoke;

  box-shadow: 0px 20px 30px lightgrey;

  margin-top: 200px;

  padding: 25px;

  padding-bottom: 20%;
}

.hoursTitle {
  font-family: "poppinsRegular";

  font-size: 2em;

  padding-bottom: 10%;
}

.hourTitle {
  font-family: "poppinsRegular";

  font-size: 1.5em;

  padding-bottom: 25px;

  text-align: center;
}

.hourTxt {
  font-family: "Roboto";

  padding-bottom: 50px;
}

/* ---------------- Shapping Rooms Section ---------------- */

#rooms {
  min-height: 100vh;

  width: 90%;

  display: flex;

  flex-direction: column;

  justify-content: space-around;

  align-items: center;

  background-color: whitesmoke;

  box-shadow: 0px 20px 30px lightgrey;

  margin-top: 300px;

  padding: 25px;

  padding-bottom: 20%;
}

.roomsTitle {
  font-family: "poppinsRegular";

  font-size: 2em;

  padding-bottom: 20%;
}

.places {
  display: flex;

  justify-content: space-around;

  align-items: center;

  flex-wrap: wrap;

  width: 80%;
}

.place {
  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  padding-bottom: 20%;
}

.placeTitle {
  font-family: "poppinsRegular";

  font-weight: bold;

  padding-bottom: 10%;

  text-align: center;
}

.placeTxt {
  padding-bottom: 10%;

  font-family: "Roboto";

  text-align: center;

  font-size: 0.9em;
}

/* ---------------- Shapping Contact Section ---------------- */

#contact {
  min-height: 100vh;

  width: 90%;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  background-color: whitesmoke;

  box-shadow: 0px 20px 30px lightgrey;

  margin-top: 300px;

  padding-left: 100px;

  padding-right: 100px;

  margin-bottom: 200px;
}

.contactTitle {
  font-family: "poppinsRegular";

  font-size: 2em;

  padding-bottom: 100px;
}

.contactContent {
  font-family: "Roboto";

  font-size: 1em;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-wrap: wrap;
}

.contactLink {
  text-decoration: none;

  color: black;
}

.contactLink:hover {
  color: #ff3400;
}

.contactTxt {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;
}

.fas,
.far {
  margin-bottom: 20px;
}

.far {
  margin-top: 40px;
}

/* ---------------- Shapping footer Section ---------------- */

footer {
  height: 20vh;

  background-color: #151515;

  width: 100%;

  padding: 30px;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  align-items: center;
}

.linkFooter {
  text-decoration: none;

  color: #f3e1dd;
}

.txtFooter {
  color: #f3e1dd;

  text-align: center;
}
