@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;600;700&family=Oswald:wght@300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda&family=Heebo:wght@500&family=Oswald:wght@200&display=swap');

* {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
  margin: 0;
}

main {
  height: 90vh;
}

h5 {
  font-size: 1.2em;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wrapper_section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.image {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.body-container img {
  max-width: 720px;
  max-height: 575px;
}

.body-container video {
  max-width: 720px;
  max-height: 575px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.accueil {
  height: 90vh;
  box-sizing: content-box;
  width: 100vw;
}



.accueil h2 a {
  text-decoration: none;
  font-size: 1.5em;
  color: #fff;
  margin-bottom: 10px;
}

.accueil__background {
  z-index: -1;
  width: 100vw;
  display: flex;
  justify-content: space-between;
}

.accueil__background img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  position: absolute;
  /* This timing applies on the way IN */
  transition-timing-function: ease-out;
  /* A litttttle slower on the way in */
  transition: 0.25s;
}

.accueil__background .img1 {
  clip-path: polygon(0 0, 75% 0, 50% 100%, 0% 100%);
  width: 60%;
  height: 100%;
}

.accueil__background .img1:hover,
.accueil__background .r1:hover {
  filter: grayscale(100%) sepia(100%) hue-rotate(200deg) saturate(137%) contrast(71%);
  -webkit-filter: grayscale(100%) sepia(100%) hue-rotate(200deg) saturate(137%) contrast(71%);
  -moz-filter: grayscale(100%) sepia(100%) hue-rotate(200deg) saturate(137%) contrast(71%);
}

.accueil__background .img2 {
  clip-path: polygon(30% 0, 100% 0%, 70% 100%, 10% 100%);
  left: 20%;
  width: 60%;
  height: 100%;
}

.accueil__background .img2:hover,
.accueil__background .r2:hover {
  filter: grayscale(100%) sepia(100%) hue-rotate(120deg) saturate(137%) contrast(71%);
  -webkit-filter: grayscale(100%) sepia(100%) hue-rotate(120deg) saturate(137%) contrast(71%);
  -moz-filter: sepia(100%) hue-rotate(120deg) saturate(137%) contrast(71%);
}

.accueil__background .img3 {
  clip-path: polygon(70% 0, 100% 0%, 100% 100%, 45% 100%);
  right: 0;
  width: 75%;
  height: 100%;
}

.accueil__background .img3:hover,
.accueil__background .accueil__texte-case-rub.r3:hover .img3 {
  filter: grayscale(14%) sepia(100%) brightness(89%) hue-rotate(300deg) saturate(137%) contrast(83%);
  -webkit-filter: grayscale(14%) sepia(100%) brightness(89%) hue-rotate(300deg) saturate(137%) contrast(83%);
  -moz-filter: grayscale(14%) sepia(100%) brightness(89%) hue-rotate(300deg) saturate(137%) contrast(83%);
}

.accueil__texte {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100vw;
}

.accueil__texte-haut {
  display: flex;
  align-items: flex-start;
  padding: 3%;
}

.accueil__texte .logo {
  background-color: black;
  width: 250px;
  height: 150px;
  margin-right: 20%;
  margin-left: 5%;
}

.accueil__texte-titre {
  background: rgba(224, 210, 194, 0.86);
  padding: 25px;
  box-sizing: border-box;
  width: 60vw;
  height: 40vh;
}

.accueil__texte h2 a {
  color: white;
  font-size: 3em;
}

.accueil__texte-case {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  right: 10px;
  top: 50%;
  z-index: 10;
  color: white;
}

.accueil__texte-case-rub {
  text-align: center;
  width: 25%;
  padding: 25px;
}

.accueil__texte-case-rub h2 {
  font-family: 'Oswald', sans-serif;
}

.accueil__texte-case-rub p {
  font-family: 'Mukta', sans-serif;
}

.headerart {
  background-size: cover;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerart_h1 {
  font-size: 50px;
}

.section {
  height: 100vh;
  width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
  scroll-snap-align: start;
  position: relative;
  padding: 2%;
  overflow: hidden;
}

.section__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Oswald', sans-serif;
}

.section__flex h2 {
  font-size: 3em;
  margin: 0;
}

.section__flex p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
}

.section__flex ul li {
  list-style-type: none;
}

.section__article {
  display: flex;
  flex-direction: column;
}

.section__article div {
  display: flex;
  margin-bottom: 3vh;
}

.section__article div div {
  display: flex;
  flex-direction: column;
}

.section__article .verbe {
  margin-right: 2%;
  width: 150px;
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
}

.section__article .bar {
  margin-right: 2%;
  height: 50px;
  width: 5px;
}

.section__article .titre {
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  width: 80%;
}

.section__article .titre a {
  text-decoration: none;
  color: inherit;
}

.section__article .titre p {
  margin-top: 0px;
}

.rub1:nth-child(even) {
  color: white;
}

.rub1:nth-child(even) .bar {
  background-color: white;
}

.rub1:nth-child(odd) {
  color: black;
}

.rub1:nth-child(odd) .titre_section {
  color: #006D86;
}

.rub1:nth-child(odd) .bar {
  background-color: #006D86;
}

.rub2:nth-child(even) {
  color: white;
}

.rub2:nth-child(even) .bar {
  background-color: white;
}

.rub2:nth-child(odd) {
  color: black;
}

.rub2:nth-child(odd) .titre_section {
  color: #548B45;
}

.rub2:nth-child(odd) .bar {
  background-color: #548B45;
}

.rub3:nth-child(even) {
  color: white;
}

.rub3:nth-child(even) .bar {
  background-color: white;
}

.rub3:nth-child(odd) {
  color: black;
}

.rub3:nth-child(odd) .titre_section {
  color: #FF0202;
}

.rub3:nth-child(odd) .bar {
  background-color: #FF0202;
}

.parent {
  overflow-y: scroll;
  height: 100vh;
  scroll-snap-points-y: repeat(100vh);
  scroll-snap-type: y mandatory;
}

.parent h1 {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 64px;
}

.parent .edito {
  width: 50%;
  padding: 2%;
  margin-left: 5%;
  line-height: 152.7%;
  font-size: 1.2em;
  font-family: 'Mukta', sans-serif;
  text-align: justify;
  box-sizing: border-box;
  color: #fff;
}

.parent .ed-right {
  margin-left: 35%;
}

.parent__header {
  display: flex;
  justify-content: flex-start;
}

.parent__header .logo {
  background-image: url("./img/logofinal.png");
  width: 200px;
  height: 100px;
  align-self: center;
  margin-right: 20%;
  margin-left: 5%;
}

.encart {
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  text-align: justify;
  color: white;
  background-color: #006D86;
}

.encart2 {
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  text-align: justify;
  color: white;
  background-color: #548B45;
}

.encart3 {
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  text-align: justify;
  color: white;
  background-color: #FF0202;
}

.body-container {
  display: flex;
  flex-direction: column;
  width: 75%;
  padding: 0 45px;
  line-height: 26px;
  text-align: justify;
}

.body-container .aside {
  width: 20%;
  height: 100vh;
  position: fixed;
  right: 0;
}

.body-container span a {
  color: black;
  text-decoration: none;
}

.body-container h1 {
  margin-top: 2px;
}

.body-container .mot-cle {
  margin: 0;
  margin-top: 10px;
  font-weight: bold;
}

.body-container .m1 {
  color: #006D86;
}

.body-container .m2 {
  color: #548B45;
}

.body-container .m3 {
  color: #FF0202;
}

.body-container .trait {
  height: 1px;
  width: 75%;
  box-sizing: border-box;
}

.body-container .t1 {
  background-color: #006D86;
}

.body-container .t2 {
  background-color: #548B45;
}

.body-container .t3 {
  background-color: #FF0202;
}

.cercle {
  border: 3px solid white;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.active {
  background-color: white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.container_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.titre_section_article {
  height: 10vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  display: flex;
}

.titre_section_article .logo {
  background-image: url("./img/logofinal.png");
  width: 200px;
  height: 100px;
  align-self: center;
  margin-right: 20%;
  margin-left: 5%;
}

.aside {
  width: 15%;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.aside_verbe {
  color: white;
}

.aside a {
  color: white;
  text-decoration: none;
  margin-bottom: 50%;
  margin-top: 5px;
}

.aside1 {
  background-color: #006D86;
}

.aside2 {
  background-color: #548B45;
}

.aside3 {
  background-color: #FF0202;
}

/***ACCUEIL******/
.header_accueil {
  height: 120px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-around;
}

.header_chapô {
  font-size: 22px;
  margin: 30px;
  margin-right: 50px;
  font-family: 'Mukta', sans-serif;
}

.logo_img {
  height: 100%;
}

.logo {
  margin-top: none;
}

/*****PLAYER*****/
button {
  background: #eee;
  border: 1px solid #ddd;
  border-bottom: 4px solid #ccc;
  cursor: pointer;
  font-size: 20px;
  margin-top: 10px;
  padding: 10px;
  border-radius: 100px;
  margin: 10px;
}

button:active {
  outline: none;
  border-top: 4px solid #eee;
  border-bottom: 2px solid #777;
}

button:focus {
  outline: none;
}

.lecteur {
  width: 75%;
  background-color: #DCDCDC;
  margin: 10px;
  border-radius: 50px;
  padding: 25px;
}

.lecteur h3 {
  margin: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.lecteur_img {
  width: 75%;
  margin: 10px;
  background-image: url("../img/SON 1.jpeg");
  background-size: cover;
  border-radius: 12px;
  padding: 25px;
}

.lecteur_img2 {
  width: 75%;
  margin: 10px;
  background-image: url("../img/SON 2.jpeg");
  background-size: cover;
  border-radius: 12px;
  padding: 25px;
}

.lecteur_img3 {
  width: 75%;
  margin: 10px;
  background-image: url("../img/SON 3.jpeg");
  background-size: cover;
  border-radius: 12px;
  padding: 25px;
}

.lecteur_img4 {
  width: 75%;
  margin: 10px;
  background-image: url("../img/SON 4.jpeg");
  background-size: cover;
  border-radius: 12px;
  padding: 25px;
}

.lecteur_img5 {
  width: 75%;
  margin: 10px;
  background-image: url("./img/SON 5.jpeg");
  background-size: cover;
  border-radius: 12px;
  padding: 25px;
}

.lecteur_img6 {
  width: 75%;
  margin: 10px;
  background-image: url("./img/societe.jpeg");
  background-size: cover;
  border-radius: 12px;
  padding: 25px;
}

.lecteur_img h3 {
  margin: 10px;
  margin-top: 10px;
}

.div_bouton {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lecteur_img h3 {
  margin: 10px;
  margin-top: 10px;
}

.galerie {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.galerieXR {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.galerieXR .image1 {
  grid-area: 1 / 1 / 3 / 3;
}

.galerieXR .image1 img {
  width: 50%;
}

.galerieXR .image2 {
  grid-area: 1 / 3 / 3 / 5;
}

.galerieXR .image2 img {
  width: 50%;
}

.galerieXR .image3 {
  grid-area: 3 / 1 / 5 / 3;
}

.galerieXR .image3 img {
  width: 50%;
}

.galerieXR .image4 {
  grid-area: 3 / 3 / 5 / 5;
}

.galerieXR .image4 img {
  width: 50%;
}

/****FOOTER*****/
footer {
  background-color: #000;
  color: #fff;
  padding: 0 25px;
  z-index: 10;
  width: 100%;
  height: 10vh;
  box-sizing: border-box;
  line-height: 5vh;
}

footer ul {
  display: flex;
  justify-content: space-between;
}

footer ul li {
  list-style-type: none;
}

footer ul a {
  text-decoration: none;
  color: #fff;
}

.signature {
  font-weight: normal;
  margin-top: 0px;
  font-size: 12px;
}

.art_titre {
  margin-bottom: 0px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 720px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}


h3 {
  text-align: center;
  padding: 50px;
}

figure {
  padding: 0px 100px 0px 100px;
  font-size: 13px;
}

.grand_titre {
  font-family: 'Oswald', 'sans-serif';
  font-size: 30px;
  color: white;
  padding: 0px 0px 100px 0px;
}

.img {
  max-width: 200%;
  height: auto;
  vertical-align: middle;
}

audio {
  text-align: center;
}