@import url('https://fonts.googleapis.com/css2?family=Inter:slnt,wght@-10..0,100&display=swap');
@font-face { font-family: DaysFancy; font-weight: regular; src: url('../font/10-000-days-fancy-versiom.otf');}

* {
    box-sizing: border-box;
    text-decoration: none;
    tet-align: center;
}

html,
body {

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

body {
    height: 100vh;
}

.swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper-slide:nth-of-type(2n) {
    background-color: black;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide h1 {
    font-size: 125px;
    padding: 15px 35px;
    justify-content: center;
    tet-align: center;
    font-family: "DaysFancy", sans-serif;
    color: white;
    text-decoration: none;
}
.swiper-slide p {
    font-size: 40px;
    padding: 15px 35px;
    tet-align: center;
    justify-content: center;
    font-family: "Inter", sans-serif;
    color: white;
}

.video {
    width: 100%;
    height: 100%;
}

.titre-index {
    font-size: 125px;
    padding: 15px 35px;
    justify-content: center;
    tet-align: center;
    font-family: "DaysFancy", sans-serif;
    color: white;
    text-decoration: none;
}

/*------------------------------------------------------------------------ */
/* Cette partie là -> Dupliquer et renomer pour chaque projet */
.projet-1 {
    font-family: "Inter", sans-serif;
}

/*Cacher le menu */
.projet-1 .topnav #myLinks {
  display: none;
}

/* Mettre un style à l'icône du hamburger */
.projet-1 .topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  color: #FFFFFF;
  right: 0;
  top: 0;
}

/* Mettre un style au fond des liens */
.projet-1 .topnav a {
  color: white;
  padding: 25px 15px;
  text-decoration: none;
  font-size: 25px;
  display: block;
  background-color: #000000;
}

.projet-1 .active {
  background-color: #000000;
  color: white;
}

.projet-1 .multiples {
    /* Changer "../projet-1/Image-de-fond.jpg" en projet-2 */
    background-image: url(../schism/Image-de-fond.jpg);
    background-size: cover;
    background-position: center;
}

.projet-1 h1 {
    font-family: "DaysFancy", sans-serif;
    text-align: center;
    background-color: black;
    color: white;
    margin: 0;
    padding: 1em 0;
}
/* Fin de ce qu'il faut copier */

/* Cette partie là -> Dupliquer et renomer pour chaque projet */
.projet-2 {
    font-family: "Inter", sans-serif;
}

/*Cacher le menu */
.projet-2 .topnav #myLinks {
  display: none;
}

/* Mettre un style à l'icône du hamburger */
.projet-2 .topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  color: #FFFFFF;
  right: 0;
  top: 0;
}

/* Mettre un style au fond des liens */
.projet-2 .topnav a {
  color: white;
  padding: 25px 15px;
  text-decoration: none;
  font-size: 25px;
  display: block;
  background-color: #000000;
}

.projet-2 .active {
  background-color: #000000;
  color: white;
}

.projet-2 .multiples {
    /* Changer "../projet-1/Image-de-fond.jpg" en projet-2 */
    background-image: url(../contemplation/Image-de-fond.jpg);
    background-size: cover;
    background-position: center;
}

.projet-2 h1 {
    font-family: "DaysFancy", sans-serif;
    text-align: center;
    background-color: black;
    color: white;
    margin: 0;
    padding: 1em 0;
}
/* Fin de ce qu'il faut copier */

/* Cette partie là -> Dupliquer et renomer pour chaque projet */
.about {
    font-family: "Inter", sans-serif;
    background-color: black;
}

/*Cacher le menu */
.about .topnav #myLinks {
  display: none;
}

/* Mettre un style à l'icône du hamburger */
.about .topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  color: #FFFFFF;
  right: 0;
  top: 0;
}

/* Mettre un style au fond des liens */
.about .topnav a {
  color: white;
  padding: 25px 15px;
  text-decoration: none;
  font-size: 25px;
  display: block;
  background-color: #000000;
}

.about .active {
  background-color: #000000;
  color: white;
}

.about .multiples {
    /* Changer "../projet-3/Image-de-fond.jpg" en projet-2 */
    background-image: url(../fragment-de-chaos/Image-de-fond.jpg);
    background-size: cover;
    background-position: center;
}

.about h1 {
    font-family: "DaysFancy", sans-serif;
    text-align: center;
    background-color: black;
    color: white;
    margin: 0;
    padding: 1em 0;
}

.about .text {
    font-family: "Inter", sans-serif;
    font-size: 25px;
    text-align: center;
    background-color: black;
    color: white;
    margin: 0;
    padding: 1em 0;
}
/* Fin de ce qu'il faut copier */


/* Cette partie là -> Dupliquer et renomer pour chaque projet */
.projet-3 {
    font-family: "Inter", sans-serif;
}

/*Cacher le menu */
.projet-3 .topnav #myLinks {
  display: none;
}

/* Mettre un style à l'icône du hamburger */
.projet-3 .topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  color: #FFFFFF;
  right: 0;
  top: 0;
}

/* Mettre un style au fond des liens */
.projet-3 .topnav a {
  color: white;
  padding: 25px 15px;
  text-decoration: none;
  font-size: 25px;
  display: block;
  background-color: #000000;
}

.projet-3 .active {
  background-color: #000000;
  color: white;
}

.projet-3 .multiples {
    /* Changer "../projet-3/Image-de-fond.jpg" en projet-2 */
    background-image: url(../fragment-de-chaos/Image-de-fond.jpg);
    background-size: cover;
    background-position: center;
}

.projet-3 h1 {
    font-family: "DaysFancy", sans-serif;
    text-align: center;
    background-color: black;
    color: white;
    margin: 0;
    padding: 1em 0;
}
/* Fin de ce qu'il faut copier */
/*------------------------------------------------------------------------ */


.ligne-multiple {
    display: flex;
    justify-content: space-between;
}

.ligne-multiple img {
    max-width: 9.5vw;
    margin: 1vw 0;
}