.navbar {
  background-color: #000;
  color: #fff;
}

.nav-link {
  border: 4px solid #000;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link:hover {
  border-style: solid;
  border-width: 0px 0px 4px;
  border-color: #000 #000 #ffbe36;
  color: #ffbe36;
  font-weight: 400;
}

.nav-link-2 {
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 5px solid #000;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
}

.nav-link-2:hover {
  border-bottom-width: 5px;
  border-bottom-color: #ffbe36;
  color: #ffbe36;
  font-weight: 400;
}

.nav-link-2:focus {
  border-style: solid;
  border-width: 1px 1px 5px;
  border-color: #000 #000 #ffbe36;
  color: #ffbe36;
}

.body {
  border-bottom: 1px solid #000;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.section {
  margin-top: -10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: url('../images/BG_header_2023.png');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 710px;
  max-width: 1200px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  max-width: 75%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
}

.button {
  margin-right: 0px;
  margin-left: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 29px;
  background-color: #0871b2;
  font-family: Walkway, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.button.button-1 {
  margin: 0px 15px 0px 0px;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.29);
  font-family: 'Walkway rounded', sans-serif;
  letter-spacing: 2.5px;
}

.button.button-1.button-3 {
  margin-top: 40px;
  margin-bottom: 80px;
}

.button.button-1.button-4 {
  margin-right: 55px;
}

.button.button-1.button-5 {
  margin-top: 120px;
  margin-right: 60px;
  border-color: #f7cc46;
  background-color: #fff;
  color: #0871b2;
}

.button.button-1.button-6 {
  margin-right: 30px;
}

.button.button-1.button-7 {
  margin-right: 0px;
}

.button.button-2 {
  margin-right: 30px;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.29);
  font-family: 'Walkway rounded', sans-serif;
  letter-spacing: 2.5px;
}

.text-block {
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-shadow: 2px 2px 20px #000;
}

.image-3 {
  margin-right: 10px;
}

.div-block {
  margin-right: 60px;
  margin-bottom: 10px;
  text-align: left;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  max-width: 75%;
  margin-bottom: 25px;
  margin-left: 125px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; */
}

.heading {
  margin-top: 30px;
 /* margin-bottom: 100px;*/
  font-family: Raleway, sans-serif;
  color: #ffc529;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}

.heading._dev {
  margin-bottom: 10px;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.div-block-3 {
  margin-right: 0px;
  margin-left: 50px;
}

.div-block-4 {
  margin-left: 25px;
}

.text-block-2 {
  font-family: Raleway, sans-serif;
  color: #353535;
  font-size: 18px;
  line-height: 30px;
}

.text-block-3 {
  font-family: Raleway, sans-serif;
  color: #353535;
  font-size: 18px;
  line-height: 30px;
}

.image-4 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.slider {
  width: 350px;
  height: 140px;
  margin-top: 10px;
  background-color: #fff;
}

.image-5 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.image-6 {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.slide {
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(84%, #fff), to(#f5f5f5));
  background-image: linear-gradient(0deg, #fff 84%, #f5f5f5);
}

.image-7 {
  width: 40%;
  max-width: 40%;
}

.heading-2 {
  margin-top: 135px;
  font-family: Raleway, sans-serif;
  color: #ffc529;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}

.div-block-5 {
  max-width: 633px;
  margin-right: 80px;
  margin-left: 0px;
}

.heading-3 {
  font-family: 'Walkway rounded', sans-serif;
  color: #0065a6;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.text-span {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.paragraph {
  margin-top: 19px;
  font-family: Raleway, sans-serif;
  color: #0072af;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.list {
  padding-left: 20px;
  color: #ffcb00;
}

.list-item {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.text-span-2 {
  color: #353535;
}

.text-span-3 {
  color: #0072af;
}

.text-span-4 {
  color: #0072af;
}

.text-span-5 {
  color: #0072af;
}

.text-span-6 {
  color: #0072af;
}

.text-span-7 {
  color: #0072af;
}

.text-span-8 {
  color: #0072af;
}

.text-span-9 {
  color: #0072af;
}

.text-span-10 {
  color: #0072af;
}

.paragraph-2 {
  margin-top: 20px;
  font-family: Raleway, sans-serif;
  color: #353535;
  font-size: 18px;
  line-height: 30px;
}

.text-span-11 {
  color: #0072af;
}

.text-span-12 {
  color: #0072af;
  font-weight: 700;
}

.section-3 {
  margin-top: -108px;
  margin-bottom: 134px;
  padding-top: 200px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(84%, #fff), to(#f5f5f5));
  background-image: linear-gradient(0deg, #fff 84%, #f5f5f5);
}

.heading-4 {
  margin-bottom: 20px;
  font-family: 'Walkway rounded', sans-serif;
  color: #0065a6;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.text-span-13 {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.div-block-6 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-5 {
  margin: 0px auto 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #ffca38;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.heading-6 {
  margin-bottom: 20px;
  font-family: 'Walkway rounded', sans-serif;
  color: #0065a6;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.div-block-8 {
  margin-bottom: 0px;
  text-align: center;
}

.div-block-9 {
  text-align: center;
}

.div-block-10 {
  text-align: center;
}

.paragraph-3 {
  font-family: Raleway, sans-serif;
  color: #353535;
  font-size: 18px;
  line-height: 30px;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-4 {
  margin-right: 60px;
  font-family: Raleway, sans-serif;
  color: #0072af;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-align: right;
}

.container-4 {
  max-width: 1191px;
  padding-left: 0px;
}

.paragraph-5 {
  font-family: Raleway, sans-serif;
  color: #353535;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.text-span-14 {
  font-weight: 600;
}

.text-span-15 {
  font-weight: 600;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-span-16 {
  margin-right: 0px;
  color: #0871b2;
}

.text-span-17 {
  margin-right: 60px;
}

.link {
  color: #0871b2;
}

.link-2 {
  color: #0871b2;
}

.section-4 {
  background-image: url('../images/BG_rdv.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-5 {
  max-width: 1191px;
  margin-top: 0px;
  padding-top: 134px;
  padding-bottom: 283px;
}

.heading-7 {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.list-item-2 {
  margin-top: 50px;
  margin-bottom: 70px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.text-span-18 {
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-span-19 {
  color: #ffcb00;
  font-size: 40px;
  font-weight: 700;
}

.div-block-14 {
  max-width: 585px;
}

.image-8 {
  /* margin-top: 175px; */
  margin-top: 140px;
  margin-right: 40px;
  margin-left: 70px;
}

.text-span-20 {
  position: static;
  float: none;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-span-21 {
  margin-left: 43px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-span-22 {
  font-size: 20px;
}

.text-span-23 {
  line-height: 50px;
}

.div-block-15 {
  margin-left: auto;
  display: flex;
  flex-direction: column;
}

.container-6 {
  max-width: 909px;
  margin-top: -150px;
  margin-bottom: 100px;
  padding: 70px;
  border-radius: 75px;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.29);
}

.heading-8 {
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
  color: #ffca38;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}

.paragraph-6 {
  margin-bottom: 40px;
  font-family: 'Walkway rounded', sans-serif;
  color: #0065a6;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.text-span-24 {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1191px;
  margin-bottom: 100px;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-16 {
  max-width: 710px;
  padding-left: 20px;
}

.heading-9 {
  margin-bottom: 60px;
  font-family: Raleway, sans-serif;
  color: #ffca38;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}

.paragraph-7 {
  margin-bottom: 50px;
  font-family: 'Walkway rounded', sans-serif;
  color: #0065a6;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.text-span-25 {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.paragraph-8 {
  font-family: Raleway, sans-serif;
  color: #353535;
  font-size: 18px;
  line-height: 30px;
}

.text-span-26 {
  color: #0072af;
  font-weight: 700;
}

.text-span-27 {
  color: #0065a6;
}

.list-2 {
  margin-left: 50px;
  font-family: Raleway, sans-serif;
  color: #ffcb00;
  font-size: 18px;
  line-height: 30px;
}

.list-2.white {
  margin-left: 0px;
}

.text-span-28.white {
  color: white;
}

.text-span-28 {
  margin-left: 5px;
  color: #353535;
}

.list-item-3 {
  margin-bottom: 5px;
  color: #ffcb00;
}

.div-block-17 {
  margin-top: 40px;
  margin-bottom: 10px;
  text-align: right;
}

.container-8 {
  max-width: 1200px;
  padding-left: 0px;
}

.container-8 a {
  margin-bottom: 30px;
}

.heading-10 {
  margin-bottom: 40px;
  font-family: 'Walkway rounded', sans-serif;
  color: #0065a6;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.image-9 {
  margin-right: 50px;
  margin-bottom: 20px;
}

.image-10 {
  margin-right: 50px;
  margin-bottom: 20px;
}

.image-11 {
  margin-right: 50px;
  margin-bottom: 20px;
}

.image-12 {
  margin-right: 50px;
  margin-bottom: 20px;
}

.image-13 {
  margin-right: 50px;
  margin-bottom: 20px;
}

.image-14 {
  margin-right: 0px;
  margin-bottom: 20px;
}

.section-5 {
  margin-bottom: 141px;
}

.container-9 {
  max-width: 1191px;
}

.heading-11 {
  margin-top: 130px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}

.section-6 {
  padding-bottom: 120px;
  /* background-image: url('../images/BG_programme.png'); */
  background-color: #0871b2;
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section-7 {
  /*background-image: url('../images/BG_contact.png');*/
  background-image: url('../images/AdobeStock_171486690.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-10 {
  max-width: 1191px;
  padding-bottom: 76px;
}

.map {
  width: 48%;
}

.map iframe {
  border-radius: 30px;
}

.infos-pratiques-1 {
  width: 48%;
}

.infos-pratiques {
  display: flex;
  justify-content: space-between;
  padding-top: 122px;
}

.infos-pratiques-1 .heading-12, .infos-pratiques-1 .paragraph-13, .infos-pratiques-1 .paragraph-11 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.infos-pratiques-2 {
  margin-top: 20px;
}

.contact-info .heading-12 {
  margin-top: 0;
  margin-bottom: 32px;
}

.contact-info {
  background-color: #0871B2;
  border-radius: 40px;
  padding: 52px 101px 44px 101px;
  margin-top: 68px;

}

.heading-12 {
  margin-top: 135px;
  margin-bottom: 80px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}

.text-span-29 {
  color: #ffc529;
}

.section-8 {
  background-color: #161719;
  color: #333;
}

.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 2000px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-19 {
  width: 33%;
}

.div-block-20 {
  width: 33%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link-block {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.link-block.link-block-2-1 {
  text-decoration: underline;
}

.link-block.link-block-2-1.link-block-3 {
  margin-right: 20px;
}

.link-block.link-block-2-1.link-block-2-2 {
  margin-right: 10px;
}

.paragraph-9 {
  margin-bottom: 0px;
  text-align: center;
}

.image-15 {
  margin-top: 0px;
  margin-left: 0%;
}

.image-15.image-15-tablet {
  display: none;
}

.image-15.i-age-15-phone {
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.div-block-22 {
  width: 40%;
  background-image: url('../images/img-intro-2026.png');
  background-position: 75% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-9 {
  margin-bottom: 100px;
}

.left-arrow {
  height: 150px;
}

.right-arrow {
  height: 150px;
}

.slide-nav {
  display: none;
}

.image-16 {
  margin-top: 20px;
}

.btn {
  margin-right: 15px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 29px;
  background-color: #0871b2;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.29);
  text-decoration: none;
}

.btn.btn-2 {
  margin-right: 20px;
  margin-left: 20px;
}

.btn.btn-3 {
  margin-top: 40px;
  margin-bottom: 80px;
}

.btn.btn-4 {
  margin-right: 55px;
}

.btn.btn-6 {
  margin-right: 0px;
}

.btn.btn-7 {
  margin-right: 0px;
}

.btn.btn-5 {
  margin-top: 160px;
  margin-right: 60px;
  border-color: #f7cc46;
  background-color: #fff;
  float: right;
}

.btn.btn-5.btn-white.btn-white-contact {
  margin-top: 16px;
  margin-right: 0px;
  float: none;
}

.btn.btn-5._2 {
  margin-top: 60px;
  margin-right: 60px;
}

.btn.btn-faq-1 {
  margin-top: 10px;
  margin-bottom: 30px;
}

.div-block-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-btn {
  font-family: 'Walkway rounded', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 2.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-btn.text-btn-white {
  color: #0871b2;
}

.div-block-24 {
  width: 20px;
  height: 0.1px;
}

.arrow1 {
  position: relative;
  width: 20px;
  height: 2px;
  margin-left: 1em;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.arrow1.arrow1-white {
  background-color: #2f71ad;
}

.heading-13 {
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #2f2f2f;
  line-height: 30px;
  text-transform: uppercase;
}

.heading-14 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #353535;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

.heading-14.heading-14-1 {
  margin-top: 0px;
}

.list-3 {
  padding-left: 20px;
  color: #353535;
  font-size: 14px;
  line-height: 30px;
}

.list-3.list-3-2 {
  margin-top: 10px;
}

.list-3.list-3-faq {
  margin-bottom: 30px;
}

.list-3.list-3-faq._2 {
  margin-bottom: 20px;
}

.list-item-4 {
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
}

.text-span-30 {
  font-size: 18px;
}

.div-block-25 {
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.div-block-25.triggedcontent {
  padding-bottom: 0px;
}

.div-block-26 {
  width: 105%;
  height: 1px;
  margin: 0px 0px 10px -2.5%;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  background-color: #e6e6e6;
}

.div-block-26.div-block-23-1 {
  margin-top: 0px;
}

.div-block-26.div-block-26-2 {
  margin-top: 20px;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.div-block-27.triggerselt {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-17 {
  cursor: auto;
}

.image-17.img-faq {
  cursor: pointer;
}

.section-10 {
  margin-bottom: 130px;
}

.div-block-29 {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-19 {
  margin-top: -10px;
}

.image-20 {
  margin-top: -10px;
}

.image-21 {
  margin-top: -10px;
}

.tool-img {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.tool-img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.list-item-5 {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
}

.list-item-5.list-item-5-last {
  margin-bottom: 30px;
}

.list-item-5._2 {
  margin-bottom: 0px;
}

.div-block-30 {
  height: 1px;
}

.div-block-31 {
  margin-bottom: 80px;
  text-align: center;
}

.container-12 {
  max-width: 1191px;
  margin-bottom: 100px;
}

.heading-15 {
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
  color: #ffca38;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}

.heading-16 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #0072af;
  font-size: 25px;
  line-height: 30px;
}

.paragraph-10 {
  margin-top: 0px;
  color: #0065a6;
  font-size: 18px;
  line-height: 25px;
}

.link-block-6 {
  display: block;
  margin-top: 10px;
}

.link-block-6.link-block-6-2 {
  margin-top: 20px;
  color: #0065a6;
}

.link-block-6.link-block-6-last {
  margin-bottom: 20px;
  color: #0065a6;
}

.link-3 {
  color: #0065a6;
}

.heading-17 {
  margin: 0px 15px;
  font-family: 'Walkway rounded', sans-serif;
  color: #ffca38;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-32.div-block-32-1 {
  margin-top: 80px;
  margin-bottom: 60px;
}

.div-block-33 {
  width: 20%;
  height: 1px;
  background-color: #ffca38;
}

.paragraph-11 {
  margin-top: 80px;
  margin-bottom: 30px;
  font-family: 'Walkway rounded', sans-serif;
  color: #ffcb00;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.paragraph-12 {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.paragraph-13 {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.text-span-31 {
  color: #ffc529;
  font-weight: 700;
}

.text-span-32 {
  color: #ffc529;
}

.paragraph-14 {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.text-span-33 {
  text-transform: uppercase;
}

.paragraph-15 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.div-block-34 {
  text-align: center;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.link-4:hover {
  text-decoration: underline;
}

.mh-120 {
  max-height: 100px;
}

.div-block-28 {
  max-width: 560px;
}

.div-block-28 a {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 0px !important;
}

.div-block.header {
  margin-bottom: 20px;
}


.heading-2.video {
  margin-top: 20px;
}

.video-2022 {
  max-width: 600px;
  width: 95%;
}

.section-video {
  background-image: linear-gradient(0deg, #fff 84%, #f5f5f5);
  padding-bottom: 42px;
}

.flex-box-video {
  display: flex;
}

.video {
  display: block;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.div-bloc-video {
  width: 43%;
  max-width: 956px;
  display: flex;
  align-items: end;
}

.div-bloc-video video {
  width: 818px;
}

.background-video {
  z-index: 1;
  width: auto;
  height: 538px;
  max-width: none;
}

.div-block-video2 {
  max-width: 585px;
  margin-left: 55px;
}

.section-mosaique {
  padding-top: 47px;
  padding-bottom: 65px;
}

.container-mosaique {
  width: 98%;
  max-width: 1180px;
}

.mosaique {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 300px;
  max-width: 1180px;
  text-decoration: none;
  display: flex;
}

.frame-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: 580px;
  text-decoration: none;
  display: flex;
}

.frame-2 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: 300px;
  height: 395px;
  display: flex;
}


.frame-8 {
  grid-row-gap: 20px;
  background-color: #0871b2;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 300px;
  height: 138px;
  padding: 20px;
  display: flex;
}

.retour-sur-ldition-2022 {
  width: 100%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.rectangle-8, .rectangle-9 {
  border-radius: 5px;
}

.frame-6 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: 580px;
  text-decoration: none;
  display: flex;
}

.frame-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.rectangle-14, .rectangle-13 {
  border-radius: 5px;
}

.frame-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.rectangle-11, .rectangle-12 {
  border-radius: 5px;
}

.section-programme-2024 {
  padding-bottom: 100px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1220px) {
  .container-10 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1205px) {
  .video-2022 {
    width: 100%;
  }

  .section-2 {
    justify-content: center;
  }
}


@media screen and (max-width: 991px) {
  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-style: none;
    background-color: #000;
    text-align: center;
  }

  .nav-link-2:hover {
    border-bottom-style: none;
  }

  .container {
    overflow: visible;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .nav-menu {
    overflow: visible;
    padding-bottom: 20px;
    background-color: #000;
  }

  .menu-button {
    width: 100px;
    height: 50px;
    background-image: url('../images/Burger.png');
    background-position: 50% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    text-align: left;
  }

  .menu-button.w--open {
    height: 50px;
    background-color: #000;
    background-image: url('../images/Burger_cross.png');
    background-position: 50% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .image {
    width: 30px;
  }

  .div-block {
    width: 50%;
    margin-right: 60px;
  }

  .div-block-2 {
    margin-bottom: 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-5 {
    margin-right: 0px;
  }

  .list {
    margin-right: 0px;
    text-align: left;
  }

  .paragraph-2 {
    text-align: left;
  }

  .section-3 {
    margin-top: -60px;
  }

  .div-block-9 {
    margin-bottom: 0px;
  }

  .div-block-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-4 {
    text-align: center;
  }

  .container-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-5 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-14 {
    margin-left: 30px;
  }

  .image-8 {
    display: none;
    margin-left: 20px;
  }

  .container-6 {
    max-width: 90%;
    padding: 50px;
  }

  .container-7 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-16 {
    max-width: 100%;
    padding-left: 0px;
  }

  .heading-9 {
    text-align: center;
  }

  .paragraph-7 {
    text-align: center;
  }

  .paragraph-8 {
    text-align: center;
  }

  .list-2 {
    margin-left: 90px;
  }

  .div-block-17 {
    text-align: center;
  }

  .container-8 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-18 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-9 {
    max-width: 200px;
    margin-right: 0px;
  }

  .image-10 {
    max-width: 200px;
    margin-right: 0px;
  }

  .image-11 {
    max-width: 200px;
    margin-right: 0px;
  }

  .image-12 {
    max-width: 200px;
    margin-right: 0px;
  }

  .image-13 {
    max-width: 200px;
    margin-right: 0px;
  }

  .image-14 {
    max-width: 200px;
  }

  .section-5 {
    margin-bottom: 100px;
  }

  /* .heading-11 {
    margin-top: 150px;
  } */

  .section-6 {
    padding-bottom: 100px;
  }

  .div-block-19 {
    display: none;
  }

  .div-block-20 {
    width: 40%;
  }

  .div-block-21 {
    width: 60%;
  }

  .link-block {
    margin-left: 10px;
  }

  .link-block.link-block-2-1.link-block-2-2 {
    margin-right: 10px;
  }

  .image-15 {
    display: none;
  }

  .image-15.image-15-tablet {
    display: block;
  }

  .image-15.i-age-15-phone {
    display: none;
  }

  .div-block-22 {
    display: none;
  }

  .btn {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .btn.btn-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .btn.btn-4 {
    margin-right: 0px;
  }

  .btn.btn-5.btn-white {
    margin-right: 0px;
    margin-left: 20px;
  }

  .div-block-28 {
    width: 100%;
    margin-right: 20px;
  }

  .image-18 {
    display: none;
  }

  .div-block-28 a {
    margin-right: 20px;
  }

  .div-block-2.header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  .div-block.header {
    text-align: center;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {

  .infos-pratiques {
    flex-direction: column;
  }

  .map {
    width: auto;
    height: 300px;
}

.infos-pratiques-1 {
  width: auto;
  margin-top: 30px;
}

  .container-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block {
    font-size: 16px;
  }

  .div-block {
    margin-right: 0px;
    text-align: center;
  }

  .div-block-2 {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading {
    text-align: center;
  }

  .heading-2 {
    text-align: center;
  }

  .div-block-5 {
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }

  .heading-3 {
    text-align: center;
  }

  .paragraph {
    text-align: center;
  }

  .list {
    margin-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .list-item {
    margin-top: 0px;
  }

  .paragraph-2 {
    text-align: center;
  }

  .div-block-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-8 {
    margin-bottom: 40px;
  }

  .div-block-9 {
    margin-bottom: 40px;
  }

  .paragraph-4 {
    margin-right: 0px;
  }

  .div-block-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-15 {
    margin-right: auto;
    margin-left: auto;
  }

  .list-2 {
    margin-left: 0px;
  }

  .div-block-18 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .link-block.link-block-2-1.link-block-3 {
    margin-right: 10px;
  }

  .btn.btn-3 {
    text-align: left;
  }

  .btn.btn-4 {
    margin-right: 0px;
  }

  .btn.btn-6 {
    margin-right: 0px;
  }

  .btn.btn-5.btn-white {
    margin-top: 0px;
    margin-left: 0px;
  }

  .arrow1 {
    text-align: left;
  }

  .div-block-27.triggerselt {
    margin-bottom: 0px;
  }

  .div-block-28 {
    margin-right: 0px;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-2 {
    max-width: 100%;
    margin-top: 20px;
  }

  .text-block {
    margin-top: 20px;
  }

  .div-block {
    width: 100%;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading {
    font-size: 30px;
  }

  .container-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-3 {
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .div-block-4 {
    margin-right: 0px;
    margin-left: -20px;
  }

  .list-item {
    margin-top: 20px;
  }

  .paragraph-2 {
    margin-top: 40px;
  }

  .heading-7 {
    font-size: 30px;
    text-align: center;
  }

  .container-6 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-8 {
    font-size: 30px;
  }

  .paragraph-6 {
    font-size: 25px;
  }

  .div-block-18 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-9 {
    margin-bottom: 40px;
  }

  .image-10 {
    margin-bottom: 40px;
  }

  .image-11 {
    margin-bottom: 40px;
  }

  .image-12 {
    margin-bottom: 40px;
  }

  .image-13 {
    margin-bottom: 40px;
  }

  .heading-11 {
    font-size: 30px;
  }

  .heading-12 {
    font-size: 30px;
  }

  .container-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-20 {
    width: 100%;
  }

  .div-block-21 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .link-block.link-block-2-1.link-block-3 {
    text-align: center;
  }

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

  .image-15.image-15-tablet {
    display: none;
  }

  .image-15.i-age-15-phone {
    display: block;
  }

  .text-btn {
    font-size: 20px;
  }

  .div-block-26 {
    width: 100%;
    margin-left: 0%;
  }

  .div-block-26.div-block-23-1 {
    width: 100%;
  }

  .div-block-27.triggerselt {
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-28 {
    width: 100%;
  }

  .div-block-29 {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .link-block-4 {
    max-width: 75%;
  }
}

@font-face {
  font-family: 'Walkway';
  src: url('../fonts/Walkway_Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Walkway';
  src: url('../fonts/Walkway_Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Walkway';
  src: url('../fonts/Walkway_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Walkway';
  src: url('../fonts/Walkway_UltraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Walkway';
  src: url('../fonts/Walkway_SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Walkway_oblique';
  src: url('../fonts/Walkway_Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Walkway rounded';
  src: url('../fonts/Walkway_rounded.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}