.simple {
  display:block;
}

.double .schoix {
  position: fixed;
  left:5px;
  width: 250px;
  height: calc(100% - 50px);
  background: var(--back);
  box-shadow: 0 0 10px black;
  border-radius: 15px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 0;
  margin-top: -40px;
  text-shadow: 1px 1px 2px black;
  overflow-y: auto;
}
.double .schoix h2 {
  font-size: 28px;
  margin-bottom: 25px;
  letter-spacing: 0.2em;
  font-weight: 800;
}
.double .schoix a {
  margin: 5px 0;
  padding: 12px 0;
  font-size: 22px;
  color: yellow;
  width: 220px;
  font-weight: 800;
}
.double .schoix a:hover {
  background: var(--scroll);
  border-radius: 12px;
  box-shadow: inset 2px 2px 5px black;
  text-shadow: 2px 2px 4px black;
}

.double .scontenu {
  position: absolute;
  left: 270px;
  width: calc(100% - 270px);
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px black;
}
.double .scontenu .cadre {
  position: relative;
  background: var(--scroll);
  box-shadow: inset 0 0 10px black;
  width: 100%;
  color: white;
  height: 100%;
  padding: 20px;
  overflow-y: auto;
}
.double .scontenu .cadre h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
}

/* ! ACCUEIL */
#acc .vid {
  filter: grayscale(100%);
  z-index: 5;
}
#acc video {
  width: 100vw;
  /*height: 100vh;*/
}
#acc .txt {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#acc .txt h1 {
  font-size: 56px;
  text-shadow: 2px 2px 2px black;
  text-align: center;
  color: white;
  padding: 10px 30px;
  margin: 0 50px;
  background: var(--back);
  letter-spacing: 0.2em;
  border-radius: 15px;
  filter: drop-shadow(2px 2px 2px black);
}

/* ! Sites */
.double #s2 .galerie {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.double #s2 .galerie img {
  width: 300px;
  height: 200px;
  box-shadow: 2px 2px 5px rgba(192, 192, 192, 0.6);
}
.double #s1 .det {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  gap: 25px;
}
.double #s1 .det .sit {
  width: 140px;
  height: 140px;
  border-radius: 12px;
  background: var(--back);
  color: black;
  font-weight: 600;
  box-shadow: 0 0 10px black, inset 0 0 10px black;
  text-align: center;
  padding: 10px;
}
.double #s1 .det .sit img {
  height: 90px;
}
.double #s1 .det .sit p {
  font-size: 22px;
}


/* ! outils */
.double .cadre.out .liste {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  gap: 25px;
}

.double .cadre.out .liste li {
  text-align: center;
  color: white;
  font-size: 22px;
}
.double .cadre.out .liste li img {
  height: 64px;
  border-radius: 10px;
}
.double .cadre.out .win {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 20px;
}
.double .cadre.out .win .arium {
  color: silver;
  font-size: 22px;
  background: rgba(0,0,0,0.7);
  padding: 10px 20px;
  text-align: justify;
  border-radius: 20px;
}
.double .cadre.out .win .arium li {
  font-size: 18px;
  text-indent: 20px;
}
.double .cadre.out .win .arium li:before {
  content: '=> ';
}
.double .cadre.out .win .apercu_arium {
  margin: 10px 0;
  display: flex;
  justify-content: space-around;
  background: rgba(0,0,0,0.7);
  padding: 10px 0px 10px 0px;
  text-align: justify;
  border-radius: 20px;
}
.double .cadre.out .win .apercu_arium img {
  width: 25%;
  border-radius: 20px;
}
.double .cadre.out #lien_arium {
  margin: 20px 0;
  width: 100%;
  text-align: center;
}
.double .cadre.out #lien_arium a {
  background: rgba(0,0,0,0.7);
  border-radius: 25px;
  padding: 10px 60px;
  color: yellow;
  font-size: 24px;
}

/* ! Matos */
.cadre.mat .matos {
  position: absolute;
  top: 5px; right: 5px;
  padding: 10px 10px 10px 0;
  width: 30%;
  height: 90%;
  background-repeat: no-repeat;
  background-size: contain;
}
.cadre.mat h3 {
  font-size: 28px;
}
.cadre.mat .config, .cadre .pilotes {
  margin-top: 20px;
  width: 70%;
  border-radius: 0 25px 0 0;
  border: 2px solid white;
  box-shadow: 4px 4px 10px black;
  overflow: hidden;
  position: relative;
}
.cadre.mat .config ion-icon {
  padding-right: 10px;
}
.cadre.mat .config h4, .cadre .pilotes h4 {
  font-size: 20px;
  padding: 5px 10px;
  letter-spacing: 0.1em;
  background: rgba(0,0,0,0.6);
  border-bottom: 2px solid white;
}
.cadre.mat .config .mlogo, .cadre .pilotes .mlogo {
  position: absolute;
  top: 2px;
  right: 10px;
  font-size: 28px;
  color: var(--back);
}
.cadre.mat .config .matos_det li,
.cadre.mat .pilotes .pilotes_det li {
  margin: 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
}
.cadre.mat .pilotes ion-icon {
  padding-right: 10px;
}
.cadre.mat .pilotes .pilotes_det ion-icon {
  color: white;
  font-size: 28px;
  padding-right: 20px;
}

/* ! Liens */
.position.liens {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.cadre.liens .liste {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.cadre.liens .liste h4 {
  font-size: 20px;
  font-weight: 100;
}
.cadre.liens .liste li {
  text-indent: 50px;
  text-align: center;
  color: white;
  font-size: 18px;
}
.cadre.liens .liste li a {
  color: yellow;
}

/* ! Fonds */
.position.fonds {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.cadre.fonds {
  background: var(--scroll);
  box-shadow: 0 0 10px black, inset 0 0 10px black;
  width: 100%;
  color: white;
  height: 100%;
  padding: 20px 25px;
  overflow-y: auto;
  position: relative;
  border: 1px dashed yellow;
}
.cadre.fonds h3 {
  font-size: 28px;
  font-weight: 100;
}
.cadre.fonds .galerie {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px;
}
.cadre.fonds .galerie .image {
  height: 200px;
  border: 1px solid black;
  box-shadow: 4px 4px 10px black;
  position: relative;
}
.cadre.fonds .galerie .image img {
  height: 100%;
}
.cadre.fonds .galerie .image .survol {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display : flex;
  align-items: center;
  justify-content: center;
  transition: background 0.50s ease-in-out;
}
.cadre.fonds .galerie .image:hover .survol {
  transition: background 0.50s ease-in-out;
  z-index: 5;
  background: rgba(0,0,0,0.4);
}
.cadre.fonds .galerie .image .survol ion-icon {
  font-size: 32px;
  color: white;
  filter: drop-shadow(1px 1px 0px black);
}
.cadre.fonds .galerie .image .survol a:nth-child(1) {
  padding: 0px 10px 10px 20px;
  background: var(--scroll);
  border-radius: 20px 0 0 20px;
  line-height: 48px;
}
.cadre.fonds .galerie .image .survol a:nth-child(2) {
  padding: 0px 20px 10px 10px;
  background: var(--scroll);
  border-radius: 0px 20px 20px 0;
  line-height: 48px;
}