@import url(https://use.typekit.net/jel3knp.css);

@font-face {
  font-family: "marianneregular";
  src: url("fonts/Marianne/marianne-regular-webfont.woff2") format("woff2"),
    url("fonts/Marianne/marianne-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "alluraregular";
  src: url("fonts/allura-regular-webfont.woff2") format("woff2"),
    url("fonts/allura-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "otama.epregular";
  src: url("fonts/Otama/otama-ep-webfont.woff2") format("woff2"),
    url("fonts/Otama/otama-ep-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "proza_librelight";
  src: url("fonts/ProzaLibre/prozalibre-light-webfont.woff2") format("woff2"),
    url("fonts/ProzaLibre/prozalibre-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotobold";
  src: url("fonts/Roboto/roboto-bold-webfont.woff2") format("woff2"),
    url("fonts/Roboto/roboto-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "biotifbold";
  src: url("fonts/Biotif/fontspring-demo-biotif-bold-webfont.woff2")
      format("woff2"),
    url("fonts/Biotif/fontspring-demo-biotif-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "biotifsemi_bold";
  src: url("fonts/BiotifSemiBold/fontspring-demo-biotif-semibold-webfont.woff2")
      format("woff2"),
    url("fonts/BiotifSemiBold/fontspring-demo-biotif-semibold-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "cabrion_bold";
  src: url("fonts/Cabrion/Cabrion-Bold.woff2") format("woff2"),
    url("fonts/Cabrion/Cabrion-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "alluraregular";
  src: url("fonts/allura-regular-webfont.woff2") format("woff2"),
    url("fonts/allura-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
  background-color: white;
  margin: 0px;
  padding: 0px;
}

body {
  overflow-x: hidden;
  width: 100vw;
}

html,
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  box-sizing: border-box;
}

@media (min-width: 1000px) {
  #divNavbar {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 0px;
    right: 20px;
    width: 100%;
    height: 82px;
    align-items: center;
    justify-content: right;
    z-index: 301;
    background-color: transparent;
  }

  #hover-box {
    position: absolute;
    top: 20px;
    height: 40px;
    width: 0;
    background: #f1f1f1;
    transition: 0.2s ease;
    pointer-events: none;
    border-radius: 5px;
  }

  .boutonNavbar {
    color: #1f1f1f;
    text-decoration: none;
    z-index: 2;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: transparent;
    font-size: 1em;
    padding: 10px 18px;
    box-sizing: border-box;
    font-family: "neue-haas-grotesk-text", "roboto", "Trebuchet MS",
      "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-weight: 500;
  }

  #container-ligne {
    display: none;
  }

  #hamburgerMenuButton {
    display: none;
  }
  #cartButtonLaptop {
    display: flex;
    position: absolute;
    top: 17px;
    right: 17px;
    font-family: "cabrion_bold", "marianneregular", Verdana, Geneva, Tahoma,
      sans-serif;
    letter-spacing: 0.5px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: white;
    padding: 13px;
    /* background-color: #1c1a32; */
    background-color: #16161a;
    width: 105px;
    height: 20px;
    text-decoration: none;
    border-radius: 9px;
    flex-wrap: wrap;
    transition: all 0.2s ease-in-out;
    z-index: 301;
  }
}

@media (min-width: 450px) and (max-width: 1000px) {
  #hover-box {
    display: none;
  }

  #cartButtonLaptop {
    display: flex;
    position: absolute;
    top: 17px;
    right: 90px;
    font-family: "cabrion_bold", "marianneregular", Verdana, Geneva, Tahoma,
      sans-serif;
    letter-spacing: 0.5px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: white;
    padding: 13px;
    /* background-color: #1c1a32; */
    background-color: #16161a;
    width: 105px;
    height: 20px;
    text-decoration: none;
    border-radius: 9px;
    flex-wrap: wrap;
    transition: all 0.2s ease-in-out;
    z-index: 301;
  }

  #container-ligne {
    height: 40px;
    width: 40px;
    display: flex;
    flex-direction: column;
    padding: 2px;
    margin-right: 0px;
    position: absolute;
    top: 25px;
    right: 20px;
    transition: all 0.35s ease-in;
    background-color: white;
  }

  #hamburgerMenuButton:hover {
    opacity: 0.1;
  }

  #hamburgerMenuButton {
    height: 60px;
    width: 60px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 14px;
    margin-right: 0px;
    opacity: 0;
    border-radius: 13px;
    background-color: rgb(52, 55, 102);
    border: none;
    transition: all 0.35s ease-in;
  }
}

@media (max-width: 1000px) {
  #divNavbar {
    display: none;
  }
}

#loader {
  z-index: 400;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background: rgb(250, 250, 250);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 1;
  transition: opacity 0.4s ease-out;
}

#loader img {
  margin: auto;
  display: flex;
  opacity: 1;
  max-width: 200px;
  width: 60vw;
  background-color: transparent;
  transition: opacity 0.8s ease-out;
}

#loaderGallery {
  z-index: 100;
  width: 100%;
  height: 50000px;
  position: absolute;
  background: rgb(250, 250, 250);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  opacity: 1;
  transition: opacity 0.5s ease-out;
}

#loaderGallery img {
  position: fixed;
  left: 50vw;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  max-width: 300px;
  max-height: 200px;
  top: 60vh;
  background-color: transparent;
  transition: opacity 0.5s ease-out;
}

#loaderPresta {
  z-index: 100;
  width: 100%;
  height: 50000px;
  position: absolute;
  background: white;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  opacity: 1;
  transition: opacity 0.5s ease-out;
}

#loaderPresta img {
  position: absolute;
  left: 50vw;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  max-width: 300px;
  max-height: 200px;
  top: 60vh;
  background-color: transparent;
  transition: opacity 0.5s ease-out;
}

.ligne {
  width: 35px;
  height: 4px;
  border-radius: 5px;
  background-color: black;
  margin: 0px;
  position: absolute;
  transition: all 0.35s ease-in;
}

.ligne:nth-child(1) {
  top: 0px;
}

.ligne:nth-child(2) {
  top: 12px;
}

.ligne:nth-child(3) {
  top: 24px;
}

#menu {
  display: flex;
  flex-direction: column;
  height: 0px;
  background-color: white;
  width: 100%;
  transition: all 0.35s ease-in;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

#headerID {
  background-color: white;
  z-index: 300;
}

@media (min-width: 450px) {
  header {
    padding: none;
    margin: none;
    transition: all 0.35s ease-in;
    height: 80px;
  }

  #divNomPrenom {
    display: flex;
    margin: 0px;
    margin-left: 0px;
    padding-left: 30px;
    transition: all 0.35s ease-in;
    margin-right: 0px;
    background-color: transparent;
    height: 80px;
    align-items: center;
    position: relative;
    top: -2px;
  }

  #nomprenom {
    display: flex;
    z-index: 302;
    flex-direction: row;
    font-size: 30px;
    color: black;
    text-decoration: none;
    transition: all 0.35s ease-in;
    background-color: transparent;
    align-items: center;
    font-family: "ff-tisa-sans-web-pro", "marianneregular",
      "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }
  #nom {
    font-weight: 500;
    transition: all 0.35s ease-in;
    background-color: transparent;
    color: #141414;
    margin: auto;
    font-family: "ff-tisa-sans-web-pro", "marianneregular",
      "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }

  #prenom {
    transition: all 0.35s ease-in;
    background-color: transparent;
    color: #000000;
    margin: auto;
    font-weight: 200;
    margin-bottom: 0px;
    font-family: "ff-tisa-sans-web-pro", "marianneregular",
      "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }
}

#alertComment {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background-color: rgb(255, 255, 255, 0.7);
  z-index: 1000;
}

@media (max-width: 450px) {
  #hover-box {
    display: none;
  }
  header {
    padding: none;
    margin: none;
    transition: all 0.35s ease-in;
    height: 55px;
  }
}

#drapeauFrancais {
  height: 4px;
  margin: auto;
  padding: none;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.rectangleDrapeau {
  width: 33.33%;
  padding: none;
  margin: none;
}

#bleu {
  background-color: #001d6e;
}
#blanc {
  background-color: white;
}
#rouge {
  background-color: #e6001f;
}

.BoutonMenu {
  width: auto;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  justify-content: flex-start;
  height: 0px;
  border-radius: 20px;
  transition: all 0.35s ease-in;
}

.BoutonMenu a img,
.BoutonMenu a p,
.BoutonMenu a {
  color: white;
  text-decoration: none;
  transition: all 0.35s ease-in;
  background-color: transparent;
}

#divBoutonMenu {
  margin: auto;
  margin-bottom: 30vh;
  width: 90%;
  height: 0px;
  display: flex;
  background-color: transparent;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.35s ease-in;
}

.BoutonMenu a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding: 10px 40px 10px 40px;
  border-radius: 20px;
}

.BoutonMenu a p {
  font-size: 0px;
  background-color: transparent;
  text-align: center;
}

.BoutonMenu a p::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: white;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
}

#divFooter {
  background-color: #24242a;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

#copyrights {
  background-color: #16161a;
  justify-content: center;
  align-items: center;
  color: white;
  display: flex;
  text-align: center;
  padding: 5px;
  font-size: 0.8em;
}

footer {
  width: 100vw;
  overflow: hidden;
}

#logo {
  height: 30vh;
  width: 30vh;
  padding: 10vh;
  background-color: #24242a;
}

#links {
  height: 10vh;
  max-width: 600px;
  width: 90%;
  background-color: #24242a;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin: none;
  margin-top: 100px;
}

#links img {
  height: 40px;
  width: 40px;
  background-color: #24242a;
  transition: transform 0.2s ease-in;
  border-radius: 15px;
  padding: 10px;
}

#links a {
  background-color: #24242a;
  color: white;
  text-decoration: none;
  font-size: 1.3em;
  transition: transform 0.2s ease-in-out;
}

header {
  position: relative;
  z-index: 2;
}

footer {
  position: relative;
  z-index: 1;
}

#landingPageInsta {
  width: 40vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

#landingPageInsta img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
  margin-left: 7%;
}

#fakeInstaPart3 {
  display: flex;
  background-color: white;
  border-radius: 20px;
  box-shadow: 2px 2px 5px rgb(70, 70, 70);
  width: 80%;
  max-width: 500px;
  height: 150px;
  margin: auto;
  justify-content: space-between;
  padding: none;
  margin-top: 20px;
}

@media (max-aspect-ratio: 2440/1320) {
  #welcomeLaptopImage {
    display: block;
    background-color: rgb(250, 250, 250);
    justify-content: center;
    align-items: center;
    object-fit: cover;
    width: 100vw;
    height: 85vh;
  }
}

#welcomePhoneImage {
  display: none;
}

@media (min-aspect-ratio: 2440/1320) {
  #welcomeLaptopImage {
    display: block;
    background-color: rgb(250, 250, 250);
    justify-content: center;
    align-items: center;
    width: 100vw;
  }
}

#goTop {
  z-index: 2;
  position: fixed;
  right: 30px;
  top: 90vh;
  height: 40px;
  width: 40px;
  background-color: white;
  border-radius: 100px;
  padding: 5px;
  transition: all 0.2s ease-in;
  display: none;
}

#goTopImg {
  height: 100%;
  width: 100%;
  background-color: white;
  border-radius: 100px;
  transition: all 0.2s ease-in;
}

#exploreLink {
  display: flex;
  width: 70px;
  height: 70px;
  flex-direction: column;
  background-color: transparent;
  border-radius: 20px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: #000000;
}

#exploreLink img,
#exploreLink p {
  background-color: transparent;
  justify-content: center;
  align-items: center;
  color: rgb(0, 0, 0);
}

#exploreLinkText {
  font-size: 1.5em;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

#exploreLink img {
  width: 70px;
  height: 70px;
  transition: all 0.2s ease-in-out;
  animation: move-down 2s infinite;
}

@keyframes move-down {
  80% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}

#exploreLinkText::after {
  content: "";
  display: flex;
  position: relative;
  left: 1px;
  width: 100%;
  height: 2px;
  background: rgb(0, 0, 0);
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}

#divExploreLink {
  background-color: transparent;
  height: auto;
  position: absolute;
  top: 80vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#divCarrousel {
  background-color: rgb(250, 250, 250);
  height: 100%;
  width: 40%;
  margin-left: 3vw;
  margin-right: 7vw;
  transition: all 2s ease-in-out;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.slider {
  width: 30vw;
  height: 16.9vw;
  border-radius: 10px;
  overflow: hidden;
  transition: all 1.5s ease-in-out;
}

.slides {
  width: 500%;
  height: 16.9vw;
  display: flex;
  flex-direction: row;
}

.slides input {
  display: none;
  pointer-events: none;
}

.slide {
  width: 20%;
  transition: all 1.5s ease-in-out;
}

.slide img {
  width: 30vw;
  height: 16.9vw;
}

#radio1:checked ~ .first {
  margin-left: 0;
}

#radio2:checked ~ .first {
  margin-left: -20%;
}

#radio3:checked ~ .first {
  margin-left: -40%;
}

#radio4:checked ~ .first {
  margin-left: -60%;
}

.navigation-auto {
  position: absolute;
  width: 30vw;
  margin-top: 15vw;
  display: flex;
  justify-content: center;
  background-color: transparent;
}

.navigation-auto div {
  border: 2px solid rgb(255, 255, 255);
  padding: 5px;
  background-color: transparent;
  border-radius: 10px;
  transition: all 1.5s ease-in-out;
}

.navigation-auto div:not(:last-child) {
  margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1 {
  background-color: white;
}

#radio2:checked ~ .navigation-auto .auto-btn2 {
  background-color: white;
}

#radio3:checked ~ .navigation-auto .auto-btn3 {
  background-color: white;
}

#radio4:checked ~ .navigation-auto .auto-btn4 {
  background-color: white;
}

#filtersWallpaper {
  height: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  margin: auto;
  width: 100%;
  background-color: transparent;
  display: flex;
  transition: all 0.3s ease-out;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

#galleryH1 {
  width: 100%;
  height: 20vh;
  display: flex;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 3em;
  font-family: "alluraregular", "marianneregular", Verdana, Geneva, Tahoma,
    sans-serif;
  padding: auto;
  margin: none;
}

#h2DivFiltre {
  font-weight: 300;
  background-color: transparent;
}

#filters {
  height: auto;
  margin: 30px auto 0px auto;
  width: auto;
  max-width: 90%;
  border-radius: 20px;
  display: none;
  opacity: 0;
  transition: all 0.2s ease-out;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

#crossFilterButton {
  display: none;
  width: 20px;
  height: 20px;
  background-color: transparent;
  margin: auto;
}

#pCollections {
  display: flex;
  background-color: transparent;
  margin: auto;
  width: auto;
  height: auto;
  text-align: center;
}

#divButtonToutVoirOUFiltres {
  display: flex;
  flex-direction: row;
  width: auto;
  height: auto;
  margin: auto;
}

#headFiltres {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
  height: auto;
  background-color: white;
  margin-top: 30px;
  margin-bottom: 20px;
}

#closeFilters {
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 100px;
  background-color: rgb(0, 0, 0);
  transition: all 0.2s ease-out;
}

#closeFilters:hover {
  background-color: red;
  cursor: pointer;
}

#closeFilters img {
  display: flex;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 100px;
  background-color: transparent;
}

.filterButton {
  text-decoration: none;
  color: black;
  width: auto;
  height: auto;
  padding: 8px 15px 8px 15px;
  margin: 8px 10px 8px 10px;
  font-size: 1em;
  text-align: center;
  border-radius: 7px;
  background-color: rgb(236, 236, 236);
  transition: all 0.2s ease-in;
  border: none;
  cursor: pointer;
}

#chooseFilter {
  text-decoration: none;
  color: black;
  width: auto;
  height: auto;
  padding: 8px 15px 8px 15px;
  margin: auto;
  margin-left: 10px;
  font-size: 1em;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background-color: rgb(236, 236, 236);
  border: none;
  cursor: pointer;
}

#chooseFilter:hover {
  color: white;
  background-color: #707070;
}

#everythingORfilters {
  display: flex;
  height: auto;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  transition: all 0.3s ease-out;
}

#showAll {
  text-decoration: none;
  width: auto;
  height: auto;
  padding: 8px 15px 8px 15px;
  margin: auto;
  margin-right: 10px;
  font-size: 1em;
  text-align: center;
  border-radius: 7px;
  transition: all 0.2s ease-in;
  border: none;
  cursor: pointer;
  background-color: #16161a;
  color: white;
}

#showAllWallpaper {
  text-decoration: none;
  width: auto;
  height: auto;
  padding: 8px 15px 8px 15px;
  margin: 8px 20px 8px 20px;
  font-size: 1em;
  text-align: center;
  border-radius: 7px;
  transition: all 0.2s ease-in;
  border: none;
  cursor: pointer;
  background-color: #16161a;
  color: white;
}


#wallpaperArea {
  display: flex;
  width: auto;
  justify-content: center;
  height: auto;
  flex-wrap: wrap;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 50px;
  background-color: rgb(255, 255, 255);
}

#imgLoader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 501;
  background-color: transparent;
  opacity: 1;
  justify-content: center;
  align-items: center;
  display: none;
}

#imgLoader span {
  display: inline;
  width: auto;
  height: auto;
  margin: auto;
  background-color: transparent;
  opacity: 1;
  color: white;
}


@keyframes ripple {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0.7;
  }
  50% {
    width: 600px;
    height: 600px;
    opacity: 0;
  }
}

@keyframes ripple2 {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0.9;
  }
  70% {
    width: 1000px;
    height: 1000px;
    opacity: 0;
  }
}

#photoDisplay {
  background-color: #101013;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  border: none;
  margin: none;
  padding: auto;
  overflow: hidden;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in;
  opacity: 1;
  z-index: 500;
}

#photoDisplay button {
  background-color: transparent;
  width: 6vh;
  height: 6vh;
  margin: none;
  padding: 1vh;
  transition: all 0.2s ease-in;
  border: none;
  border-radius: 50%;
  position: absolute;
  justify-content: center;
  align-items: center;
}

#photoDisplay button img {
  background-color: transparent;
  width: 4vh;
  height: 4vh;
  margin: none;
  transition: all 0.1s ease-in;
  border: none;
  object-fit: contain;
  z-index: 8;
}

#closeButton {
  top: 3vh;
  right: 3vh;
  display: flex;
}
#nextButton {
  top: 50%;
  right: 3vh;
  display: flex;
}
#previousButton {
  top: 50%;
  left: 3vh;
  display: flex;
}
#fullScreenButton {
  top: 3vh;
  right: 10vh;
  display: flex;
}
#endfullScreenButton {
  display: none;
  top: 3vh;
  right: 10vh;
}
#infoButton {
  top: 3vh;
  right: 17vh;
  display: flex;
}

#divInfo {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  background-color: #101013;
  opacity: 0.9;
  color: white;
  width: 100vw;
  height: 0vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 4;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

#divInfo * {
  background-color: transparent;
  font-size: 0.9em;
}

#divInfo h1 {
  margin: 25vh auto 15vh auto;
  font-size: 4em;
  font-weight: 200;
  font-family: "miller-display", "proza_librelight", "otama.epregular",
    "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
}

#divPhoto {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  z-index: 3;
  width: 100vw;
  height: 100vh;
}

#divPhoto img {
  width: auto;
  height: auto;
  max-width: 76vw;
  max-height: 100vh;
  margin: auto;
  opacity: 0;
  transition: opacity 0.1s ease-out;
}

#settings {
  display: flex;
  flex-direction: row;
  background-color: transparent;
  justify-content: space-between;
  width: 100%;
  height: 5%;
  margin: auto;
  margin-top: 2%;
  margin-bottom: 20%;
}

#divSettings {
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: 5%;
  justify-content: center;
  text-align: center;
  height: 17vh;
  border-radius: 15px;
  border: solid white 1px;
  width: 80%;
  max-width: 400px;
}

#divSettings h3 {
  margin: auto;
  margin-top: 13%;
  margin-bottom: 5%;
}

#settings p {
  margin: 3vw;
  display: flex;
  justify-content: center;
  text-align: center;
  flex: 1;
  margin: auto;
}

#AjaxPhotoResponse {
  background-color: transparent;
  width: 100vw;
  height: 100vh;
  transition: all 0.3s ease-out;
}

#gear {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  margin: none;
  padding: none;
}

#divGearContent {
  display: flex;
  background-color: transparent;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.gearImage {
  height: 60%;
  width: 90%;
  object-fit: contain;
}

#divGearContent div {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 70%;
  width: 400px;
  margin: 20px;
  background-color: #e7e7e7;
  border-radius: 20px;
  height: 500px;
  max-height: 100%;
}

#gear a {
  padding: 8px 16px 8px 16px;
  background-color: rgb(204, 204, 204);
  border-radius: 8px;
  color: black;
  max-width: 70%;
  width: 80%;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in;
  margin: auto;
}

#gear div p,
#gear div img {
  background-color: transparent;
  margin: auto;
}

#gear h4 {
  font-size: 2em;
}

#gear p {
  text-align: center;
}

#titleAbout {
  width: 90%;
  height: 20vh;
  display: flex;
  background-color: transparent;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: black;
  font-size: 2.3em;
  font-family: "miller-display", "alluraregular", "marianneregular", Verdana,
    Geneva, Tahoma, sans-serif;
  font-weight: 400;
  padding: auto;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 450px) {

  #titleAbout-QA {
  width: 90%;
  height: 20vh;
  display: flex;
  background-color: transparent;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: black;
  font-size: 2.1em;
  font-family: "miller-display", "alluraregular", "marianneregular", Verdana,
    Geneva, Tahoma, sans-serif;
  font-weight: 400;
  padding: auto;
  margin-left: auto;
  margin-right: auto;
}
  #generalPresentation {
    display: flex;
    flex-direction: row;
    background-color: white;
    margin-bottom: 100px;
    height: calc(100vh - 70px);
  }

  #generalPresentation p {
    background-color: transparent;
    color: rgb(74, 82, 102);
    text-align: justify;
    margin-top: 200px;
    margin-left: 200px;
    width: 30%;
  }

  #divInfoAbout {
    position: absolute;
    width: 100%;
    display: flex;
    background-color: transparent;
  }
}

@media (max-width: 450px) {

  #titleAbout-QA {
  width: 90%;
  height: 20vh;
  display: flex;
  background-color: transparent;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: black;
  font-size: 1.8em;
  font-family: "miller-display", "alluraregular", "marianneregular", Verdana,
    Geneva, Tahoma, sans-serif;
  font-weight: 400;
  padding: auto;
  margin-left: auto;
  margin-right: auto;
}
  #generalPresentation {
    display: flex;
    flex-direction: row;
    background-color: white;
    margin-bottom: 100px;
    height: calc(100vh - 40px);
  }

  #generalPresentation p {
    background-color: transparent;
    color: rgb(74, 82, 102);
    text-align: justify;
    margin-top: 150px;
    width: 80%;
    text-align: center;
  }

  #divInfoAbout {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
  }
}

#ppProfile {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  object-fit: cover;
  object-position: center bottom;
}

#insta,
#gear {
  margin-bottom: 40px;
}

#fakeInstaPart {
  display: flex;
  background-color: white;
  border-radius: 20px;
  box-shadow: 2px 2px 5px rgb(70, 70, 70);
  width: 90%;
  max-width: 500px;
  height: 150px;
  margin: auto;
  justify-content: space-between;
  padding: none;
  margin-top: 30px;
  margin-bottom: 80px;
}
#insta {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#rightPartInsta {
  margin: auto;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 59%;
}

#rightPartInsta p {
  font-weight: bolder;
  font-size: 1.3em;
  text-align: center;
  background-color: transparent;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}

#rightPartInsta a {
  color: white;
  margin: auto;
  display: flex;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  height: 45px;
  width: 80%;
  border-radius: 8px;
  background-image: linear-gradient(135deg, #eb2c68 40%, #fa8d52);
  transition: all 0.2s ease-in;
}

body::-webkit-scrollbar {
  width: 0px;
}

#headerReleaseInformation {
  color: #b6e7fd;
}

.otc {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.otc fieldset {
  border: 0;
  padding: 0;
  margin: auto;
}

.otc fieldset div {
  display: flex;
  align-items: center;
}

.otc legend {
  margin: 0 auto 1em;
  color: #5555ff;
}

input[type="number"] {
  width: 0.82em;
  line-height: 1;
  margin: 0.1em;
  padding: 8px 0 4px;
  font-size: 2.65em;
  text-align: center;
  appearance: textfield;
  -webkit-appearance: textfield;
  border: 2px solid #bbbbff;
  color: rgb(0, 0, 0);
  border-radius: 4px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* 2 group of 3 items */
input[type="number"]:nth-child(n + 4) {
  order: 2;
}
.otc div::before {
  content: "";
  height: 2px;
  width: 24px;
  margin: 0 0.25em;
  order: 1;
  background: #bbbbff;
}

.otc label {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

@media (max-width: 450px) and (max-height: 780px) {
  #welcomePhoneImage {
    display: block;
    background-color: rgb(250, 250, 250);
    justify-content: center;
    align-items: center;
    object-fit: cover;
    width: 100vw;
    height: 670px;
  }
}

@media (max-width: 450px) and (min-height: 780px) {
  #welcomePhoneImage {
    display: block;
    background-color: rgb(250, 250, 250);
    justify-content: center;
    align-items: center;
    object-fit: cover;
    width: 100vw;
    height: 85vh;
  }
}

@media (max-width: 450px) {
  #filtersWallpaper {
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    margin: auto;
    width: 100%;
    background-color: transparent;
    display: flex;
    transition: all 0.3s ease-out;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  #wallpaperArea {
    display: flex;
    width: 100vw;
    margin-left: 0px;
    margin-right: 0px;
    justify-content: center;
    height: auto;
    flex-wrap: wrap;
    margin-bottom: 5vw;
    background-color: rgb(250, 250, 250);
  }

  #headerAdmin h1 {
    background-color: transparent;
    margin-left: 2px;
    font-size: 1.1em;
  }

  #divNomPrenom {
    display: flex;
    margin: 0px;
    margin-left: 0px;
    background-color: transparent;
    transition: all 0.35s ease-in;
    margin-right: 0px;
    height: 70px;
  }

  #nomprenom {
    display: flex;
    justify-content: left;
    align-items: center;
    z-index: 302;
    flex-direction: row;
    font-size: 27px;
    color: black;
    text-decoration: none;
    transition: all 0.35s ease-in;
    background-color: transparent;
    font-family: "willard-sniffin-script", "marianneregular",
      "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }

  #nom {
    font-weight: 500;
    transition: all 0.35s ease-in;
    margin: auto;
    color: #141414;
    background-color: transparent;
    font-family: "ff-tisa-sans-web-pro", "marianneregular",
      "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }

  #prenom {
    font-weight: 200;
    transition: all 0.35s ease-in;
    margin: auto;
    color: #000000;
    margin-bottom: 0px;
    background-color: transparent;
    font-family: "ff-tisa-sans-web-pro", "marianneregular",
      "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }

  .h4ContactPage {
    text-align: center;
    color: #101013;
    font-size: 1.5em;
    width: 90%;
    margin: auto;
  }

  #insta {
    display: none;
    justify-content: center;
    flex-direction: column;
  }

  #headerReleaseInformation {
    display: none;
  }

  #hamburgerMenuButton {
    height: 50px;
    width: 55px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
    margin-right: 0px;
    opacity: 0;
    border-radius: 13px;
    background-color: rgb(52, 55, 102);
    border: none;
    transition: all 0.35s ease-in;
  }

  #container-ligne {
    height: 40px;
    width: 40px;
    display: flex;
    flex-direction: column;
    padding: 2px;
    margin-right: 0px;
    position: absolute;
    top: 13px;
    right: 6px;
    transition: all 0.35s ease-in;
    background-color: transparent;
  }

  #welcomeLaptopImage {
    display: none;
  }

  #degradeWhiteSmoke {
    display: none;
  }

  #links a {
    background-color: #24242a;
    color: white;
    text-decoration: none;
    font-size: 1.3em;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.2s ease-in-out;
  }

  #divAboutWelcome {
    height: 88vh;
    width: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    padding: 30px 0px 30px 0px;
  }

  .filterButton {
    text-decoration: none;
    color: black;
    width: auto;
    height: auto;
    padding: 8px 15px 8px 15px;
    margin: 5px 10px 5px 10px;
    font-size: 1em;
    text-align: center;
    border-radius: 7px;
    background-color: rgb(236, 236, 236);
    transition: all 0.2s ease-in;
    border: none;
    cursor: pointer;
  }

  #filters {
    height: 100vh;
    padding-bottom: 30px;
    width: 100vw;
    max-width: 100vw;
    margin: 0px;
    background-color: white;
    border-radius: 0px;
    display: none;
    opacity: 0;
    transition: all 0.3s ease-out;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    flex-direction: column;
    z-index: 400;
    overflow: scroll;
    max-height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
  }

  #headFiltres {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    height: auto;
    background-color: white;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  #loaderGallery img {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    top: 50vh;
    width: 50px;
    height: 50px;
    background-color: transparent;
    transition: opacity 0.5s ease-out;
  }

  #loaderPresta img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    top: 50vh;
    width: 50px;
    height: 50px;
    background-color: transparent;
    transition: opacity 0.5s ease-out;
  }
}

@media (min-width: 450px) {
  .BoutonMenu:not(#boutonPrints):hover a p::after {
    transform: scale(1);
  }

  #hamburgerMenuButton:hover {
    opacity: 0.1;
  }

  .BoutonMenu:not(#boutonPrints):hover p {
    transform: translateY(-3px);
  }

  .thumbNail:hover img {
    opacity: 0.75;
    cursor: pointer;
  }

  #photoDisplay button:hover {
    background-color: rgb(7, 7, 7);
    cursor: pointer;
  }

  #gear a:hover {
    background-color: #101013;
    color: white;
    box-shadow: 0px 0px 8px #000000;
  }
}

@media (max-width: 450px) and (orientation: portrait) {
  #divInfo h1 {
    margin: 30vh auto 20px auto;
    font-size: 2em;
    text-align: center;
    font-family: "miller-display", "proza_librelight", "otama.epregular",
      "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
    max-width: 90vw;
  }

  #place {
    margin: 20px auto 20px auto;
    font-size: 0.8em;
    font-weight: 100;
    max-width: 90vw;
    text-align: center;
  }

  #divSettings {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 20px;
    justify-content: center;
    text-align: center;
    height: 17vh;
    border-radius: 15px;
    border: solid white 1px;
    width: 70%;
    max-width: 400px;
  }

  #nextButton {
    top: 85%;
    right: 20%;
    display: flex;
  }
  #previousButton {
    top: 85%;
    left: 20%;
    display: flex;
  }
  #closeButton {
    top: 15px;
    right: 15px;
    display: flex;
  }
  #fullScreenButton {
    top: 15px;
    right: 70px;
    display: flex;
  }
  #endfullScreenButton {
    display: none;
    top: 15px;
    right: 70px;
  }
  #infoButton {
    top: 15px;
    right: 125px;
    display: flex;
  }

  #photoDisplay button {
    background-color: transparent;
    width: 40px;
    height: 40px;
    margin: none;
    padding: 1vh;
    transition: all 0.2s ease-in;
    border: none;
    border-radius: 50%;
    position: absolute;
    justify-content: center;
    align-items: center;
  }

  #photoDisplay button img {
    background-color: transparent;
    width: 25px;
    height: 25px;
    margin: none;
    transition: all 0.1s ease-in;
    border: none;
    object-fit: contain;
    z-index: 8;
  }

  #divPhoto img {
    width: auto;
    height: auto;
    max-width: 100vw;
    max-height: 60vh;
    margin: auto;
  }
}

@media (max-height: 450px) and (orientation: landscape) {
  #divInfo h1 {
    margin: 10vh auto 20px auto;
    font-size: 2em;
    text-align: center;
    font-family: "miller-display", "proza_librelight", "otama.epregular",
      "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
    max-width: 90vw;
  }

  #place {
    margin: 20px auto 20px auto;
    font-size: 0.8em;
    font-weight: 100;
    max-width: 90vw;
    text-align: center;
  }

  #divSettings {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 20px;
    justify-content: center;
    text-align: center;
    height: 35vh;
    border-radius: 15px;
    border: solid white 1px;
    width: 70%;
    max-width: 400px;
  }

  #divPhoto img {
    width: auto;
    height: auto;
    max-width: 80vw;
    max-height: 100vh;
    margin: auto;
  }

  #nextButton {
    top: 45%;
    right: 5px;
    display: flex;
  }
  #previousButton {
    top: 45%;
    left: 5px;
    display: flex;
  }

  #closeButton {
    top: 5px;
    right: 5px;
    display: flex;
  }
  #fullScreenButton {
    top: 50px;
    right: 5px;
    display: flex;
  }
  #endfullScreenButton {
    display: none;
    top: 50px;
    right: 5px;
  }
  #infoButton {
    top: 95px;
    right: 5px;
    display: flex;
  }

  #photoDisplay button {
    background-color: transparent;
    width: 50px;
    height: 50px;
    margin: none;
    padding: 1vh;
    transition: all 0.2s ease-in;
    border: none;
    border-radius: 50%;
    position: absolute;
    justify-content: center;
    align-items: center;
  }

  #photoDisplay button img {
    background-color: transparent;
    width: 30px;
    height: 30px;
    margin: none;
    transition: all 0.1s ease-in;
    border: none;
    object-fit: contain;
    z-index: 8;
  }
}

.pInfosPageWallpaper {
  max-width: 80%;
  width: 800px;
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
}

#h3InfosPageWallpaper {
  max-width: 80%;
  width: 800px;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}

.AffichageWallpaper {
  display: flex;
  flex-direction: column;
  width: 330px;
  max-width: 90%;
  height: 540px;
  max-height: 200vw;
  background-color: rgb(247, 247, 247);
  border-radius: 20px;
  color: #000000;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 60px;
}

.divThumbnailWallpaper {
  width: 100%;
  height: 330px;
  border-radius: 20px;
  text-decoration: none;
}

.thumbnailWallpaper {
  width: 100%;
  height: 100%;
  margin: none;
  border-radius: 20px;
  object-fit: cover;
}

.divInfoWallpaper {
  height: 100px;
  width: 80%;
  margin: auto;
  margin-top: 20px;
  background-color: transparent;
}

.divInfoWallpaper * {
  background-color: transparent;
}

.downloadWallpaperDiv {
  height: 80px;
  width: 100%;
  display: flex;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.downloadWallpaperButton {
  width: 120px;
  height: 40px;
  text-decoration: none;
  border-radius: 5px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #00e70c;
  color: #000000;
  margin: auto;
  margin-top: 10px;
}

.downloadWallpaperButton:hover {
  width: 120px;
  height: 40px;
  text-decoration: none;
  border-radius: 5px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #00ff0d;
  color: #000000;
  margin: auto;
  margin-top: 10px;
}

.iconTagWallpaper {
  margin-top: 5px;
  width: 30px;
  height: 30px;
  object-fit: contain;
  background-color: transparent;
}

.clickMessage {
  background-color: white;
  width: 250px;
  height: 30px;
  border-radius: 8px;
  position: relative;
  bottom: 50px;
  left: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  opacity: 0.75;
}

.clickMessage img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-color: transparent;
}

.clickMessage p {
  text-decoration: none;
  color: #000000;
  background-color: transparent;
}

.buttonAdminHome {
  color: white;
  margin: auto;
  margin-left: none;
  margin-bottom: 60px;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  border-radius: 8px;
  background-image: linear-gradient(135deg, #000280 60%, #529bfa);
  transition: all 0.2s ease-in;
  font-size: 1.1em;
  border: none;
  text-decoration: none;
}

#preloadImage {
  display: none;
}

#preloadImage img {
  display: none;
}

#divBusiness {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
}

#h3DivBusiness {
  width: 90%;
  max-width: 1000px;
  font-weight: bolder;
  font-family: "robotobold", "marianneregular", Verdana, Geneva, Tahoma,
    sans-serif;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
#pDivBusiness {
  width: 90%;
  max-width: 1000px;
  margin-bottom: 50px;
  font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
  text-align: left;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
#pDivBusiness p {
  box-sizing: border-box;
  width: 100%;
  text-align: justify;
  margin-bottom: 15px;
}
#pDivBusiness ul {
  box-sizing: border-box;
  width: 100%;
  text-align: justify;
  margin-bottom: 15px;
  padding-left: 20px;
}

.h2LegalPages {
  width: 90%;
  max-width: 1050px;
  font-family: "robotobold", "marianneregular", Verdana, Geneva, Tahoma,
    sans-serif;
  margin-bottom: 10px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.pLegalPages {
  width: 90%;
  max-width: 1050px;
  margin-bottom: 50px;
  font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
  text-align: justify;
  font-weight: 400;
  color: #272727;
  margin-left: auto;
  margin-right: auto;
}

.ulLegalPages {
  width: 90%;
  max-width: 1050px;
  margin-top: -40px;
  margin-bottom: 10px;
  font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
  text-align: justify;
  font-weight: 400;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  box-sizing: border-box;
}

.ulLegalPages li {
  font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
}

#title-classic-page {
  width: 90%;
  max-width: 1050px;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 50px;
  font-size: 3em;
  font-weight: 500;
  font-family: "miller-display", "roboto", "marianneregular", Verdana, Geneva,
    Tahoma, sans-serif;
}

.ulTiragesPages {
  width: 90%;
  max-width: 500px;
  margin-bottom: 10px;
  font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
  text-align: justify;
  font-weight: 400;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.ulTiragesPages li {
  font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
  background-color: white;
  list-style: none; /* Supprime les puces */
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 8px;
  box-sizing: border-box;
  border: 2px solid white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.062);
}

#carrousel-container-tirage-encadre {
  display: flex;
  margin: auto;
  max-width: 1000px;
  height: auto;
  width: 90%;
  background-color: transparent;
  position: relative;
  z-index: 0;
}

.imgSwipper {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: transparent;
}

@media (min-width: 1080px) {
  .pBottomSliderTirage {
    width: 90%;
    max-width: 700px;
    font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma,
      sans-serif;
    text-align: justify;
    font-weight: 400;
    color: #272727;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    z-index: 1;
    position: relative;
  }

  .pTopSliderTirage {
    width: 90%;
    max-width: 400px;
    font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma,
      sans-serif;
    text-align: justify;
    font-weight: 400;
    color: #272727;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    z-index: 1;
    position: relative;
  }

  #carouselImages {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .swiper {
    width: 95%;
    height: 100%;
    background-color: transparent;
    overflow: visible;
  }

  #swiperANDpagination {
    display: flex;
    flex-direction: column;
    width: 80%;
    background-color: transparent;
    height: auto;
    overflow: visible;
  }
}

.swiper-wrapper {
  background-color: transparent;
}

@media (max-width: 1080px) {
  .pBottomSliderTirage {
    width: 90%;
    max-width: 700px;
    font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma,
      sans-serif;
    text-align: justify;
    font-weight: 400;
    color: #272727;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    z-index: 1;
    position: relative;
  }

  .pTopSliderTirage {
    width: 90%;
    max-width: 700px;
    font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma,
      sans-serif;
    text-align: justify;
    font-weight: 400;
    color: #272727;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    z-index: 1;
    position: relative;
  }

  #swiperANDpagination {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }

  .swiper {
    width: 100%;
    height: 45vh;
    background-color: transparent;
  }
}

.img-presta-tirage-encadre {
  display: flex;
  margin: auto;
  width: 90%;
  max-width: 600px;
}

.subtitleTiragesEncadres {
  width: 90%;
  display: flex;
  background-color: transparent;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: black;
  font-size: 2em;
  font-family: "miller-display", "alluraregular", "marianneregular", Verdana,
    Geneva, Tahoma, sans-serif;
  font-weight: 400;
  padding: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

.pTiragesEncadres {
  width: 90%;
  max-width: 700px;
  font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
  text-align: justify;
  font-weight: 400;
  color: #272727;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  position: relative;
}

.pTiragesEncadres-center-bold1 {
  width: 90%;
  max-width: 700px;
  font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  color: #0f5add;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

.pTiragesEncadres-center-bold2 {
  width: 90%;
  max-width: 700px;
  font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  color: #313131;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  position: relative;
  text-align: center;
}

.pTiragesEncadres-bottom {
  width: 90%;
  max-width: 700px;
  font-size: 0.9em;
  font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
  text-align: justify;
  font-weight: 400;
  color: #5a5a5a;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  position: relative;
  margin-top: 80px;
  margin-bottom: 150px;
}

#tirageEncadreSubmit {
  color: white;
  margin: auto;
  margin-right: 2.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 120px;
  height: 10%;
  border-radius: 8px;
  background-color: #2e7bfd;
  transition: all 0.2s ease-in;
  font-size: 1.1em;
  border: none;
}

#tirageEncadreSubmit:hover {
  background-color: #0f5add;
  cursor: pointer;
}

#tirageEncadreForm {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.062);
  width: 82%;
  max-width: 460px;
  height: 500px;
  margin: auto;
  justify-content: space-around;
  padding: 20px;
  margin-top: 20px;
}

#home-personnal-presentation {
  display: flex;
  flex-direction: row;
  background-color: white;
  justify-content: center;
  box-sizing: border-box;
}

#home-personnal-presentation * {
  background-color: white;
}

#div1-home-personnal-presentation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: auto;
}

#div2-home-personnal-presentation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  height: auto;
}

@media (min-width: 1000px) {
  #home-personnal-presentation {
    flex-direction: row;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  #div1-home-personnal-presentation {
    margin-right: 50px;
    margin-bottom: 0px;
  }

  #image-home-personnal-presentation {
    width: 100%;
    height: 400px;
    max-width: 400px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 0px;
  }
}

@media (max-width: 1000px) {
  #home-personnal-presentation {
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #div1-home-personnal-presentation {
    margin-right: 0px;
    margin-bottom: 50px;
    width: 85%;
  }

  #div2-home-personnal-presentation {
    width: 85%;
    max-width: 500px;
  }

  #image-home-personnal-presentation {
    width: 100%;
    height: 300px;
    max-width: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 0px;
  }
}

#name-home-personnal-presentation {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 20px;
}

#metier-home-personnal-presentation {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 15px;
}

#link-hero-1 {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-direction: row;
  transition: all 0.2s ease-out;
  font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma;
  font-weight: 500;
  background-color: white;
  color: black;
  padding: 10px 18px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1em;
  width: 90px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.1);
}

#link-hero-2 {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-direction: row;
  transition: all 0.2s ease-out;
  font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma;
  font-weight: 500;
  background-color: white;
  color: black;
  padding: 10px 18px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1em;
  width: 135px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.1);
}

#link-hero-3 {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-direction: row;
  transition: all 0.2s ease-out;
  font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma;
  font-weight: 500;
  background-color: white;
  color: black;
  padding: 10px 18px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1em;
  width: 135px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.1);
}

#link-hero-1:hover,
#link-hero-2:hover,
#link-hero-3:hover {
  background-color: rgb(255, 255, 255, 0.9);
}

#link-hero-1 img,
#link-hero-2 img,
#link-hero-3 img {
  height: 12px;
  background-color: transparent;
}

#link-hero-1 p,
#link-hero-2 p,
#link-hero-3 p {
  background-color: transparent;
  position: relative;
  top: -2px;
}

#barre1,
#barre2,
#barre3 {
  height: 2px;
  background-color: black;
  width: 0px;
  transition: all 0.2s ease-out;
  border-radius: 3px;
  margin-left: 10px;
  position: relative;
  left: 5px;
}

@media (min-width: 450px) {
  #hero-index {
    height: calc(100vh - 80px);
    background-color: blue;
    display: flex;
  }

  #carouselImagesIndex {
    position: absolute;
    width: 100vw;
    height: calc(100vh - 76px);
    z-index: 0;
  }

  .imgSwipperPhone {
    display: none;
  }

  .imgSwipperLaptop {
    display: default;
  }

  .imgSwipperPhone,
  .imgSwipperLaptop {
    height: calc(100vh - 76px);
  }

  #link-hero-1,
  #link-hero-2,
  #link-hero-3 {
    background-color: rgb(255, 255, 255, 0.7);
  }

  #link-hero-1 {
    width: 90px;
  }

  #link-hero-2 {
    width: 105px;
  }

  #link-hero-3 {
    width: 123px;
  }
}

@media (min-width: 450px) and (max-width: 1000px) {
  #links-hero-index {
    display: flex;
    justify-content: left;
    background-color: transparent;
    margin: auto;
    flex-direction: column;
    z-index: 1;
    width: 90%;
    max-width: 200px;
    margin-left: 20%;
  }
}

@media (min-width: 1000px) {
  #links-hero-index {
    display: none;
  }
}

@media (max-width: 450px) {
  #hero-index {
    height: calc(100vh - 55px);
    background-color: blue;
    display: flex;
  }

  #carouselImagesIndex {
    position: absolute;
    width: 100vw;
    height: calc(100vh - 55px);
    z-index: 0;
  }

  .imgSwipperPhone {
    display: default;
  }

  .imgSwipperLaptop {
    display: none;
  }

  .imgSwipperPhone,
  .imgSwipperLaptop {
    height: calc(100vh - 55px);
  }

  #link-hero-1,
  #link-hero-2,
  #link-hero-3 {
    background-color: rgb(255, 255, 255, 0.75);
  }

  #link-hero-1 {
    width: 80px;
  }

  #link-hero-2 {
    width: 98px;
  }

  #link-hero-3 {
    width: 113px;
  }

  #links-hero-index {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    margin: auto;
    flex-direction: column;
    z-index: 1;
  }
}

.imgSwipperPhone,
.imgSwipperLaptop {
  width: 100%;
  object-fit: cover;
}

#buttonsPrestations {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  flex-direction: row;
  flex-wrap: wrap;
  height: fit-content;
  /* Empêche les variations de hauteur */
  transition: height 0s;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 750px) {
  #buttonsPrestations button:hover {
    display: flex;
    width: 280px;
    height: 140px;
    padding: 0;
    margin: 10px;
    border: none;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
    opacity: 80%;
    cursor: pointer;
  }

  #idMessagePagePresta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 85%;
    color: #000000;
    flex-direction: row;
  }

  #buttonsPrestations button:hover p {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    position: absolute;
    width: 100%;
    height: 30%;
    background-color: transparent;
    color: white;
    justify-content: center;
    margin-top: 98px;
    align-items: center;
    text-align: center;
    font-size: 1.1em;
  }

  #buttonsPrestations button {
    display: flex;
    width: 300px;
    height: 150px;
    padding: 0;
    margin: 5px;
    border: none;
    background-color: transparent; /* optionnel selon ton besoin */
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
    transition: all 0.1s ease-out;
  }

  #buttonsPrestations button p {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    position: absolute;
    width: 100%;
    height: 30%;
    background-color: transparent;
    color: white;
    justify-content: center;
    margin-top: 105px;
    align-items: center;
    text-align: center;
    font-size: 1.2em;
    transition: all 0.1s ease-out;
  }
}

@media (max-width: 750px) {
  #idMessagePagePresta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 85%;
    color: #000000;
    flex-direction: column;
  }

  #buttonsPrestations button {
    display: flex;
    width: calc(100vw / 2 - 20px);
    height: calc((100vw / 2 - 20px) / 2);
    padding: 0;
    margin: 5px;
    border: none;
    background-color: transparent; /* optionnel selon ton besoin */
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
    transition: all 0.1s ease-out;
  }

  #buttonsPrestations button p {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    position: absolute;
    width: 100%;
    height: 30%;
    background-color: transparent;
    color: white;
    justify-content: center;
    margin-top: calc((100vw / 2 - 20px) / 2 * 0.7);
    align-items: center;
    text-align: center;
    font-size: 1em;
    transition: all 0.1s ease-out;
  }
}

#buttonsPrestations button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  background-color: transparent;
}

* {
  font-family: "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
  background-color: rgb(250, 250, 250);
  margin: 0px;
  padding: 0px;
}

body {
  overflow-x: scroll;
  width: 100vw;
}

html,
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  box-sizing: border-box;
}

@media (max-width: 450px) {
  #titleTirageArt {
    width: 100%;
    height: 12vh;
    display: flex;
    background-color: transparent;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 2.5em;
    font-family: "miller-display", "alluraregular", "marianneregular", Verdana,
      Geneva, Tahoma, sans-serif;
    font-weight: 400;
    padding: auto;
    margin-top: 50px;
  }

  #container-ligne {
    height: 40px;
    width: 40px;
    display: flex;
    flex-direction: column;
    padding: 2px;
    margin-right: 0px;
    position: absolute;
    top: 21px;
    right: 14px;
    transition: all 0.35s ease-in;
    background-color: white;
  }

  #nomprenom {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 302;
    flex-direction: row;
    font-size: 27px;
    color: black;
    text-decoration: none;
    transition: all 0.35s ease-in;
    background-color: transparent;
    margin: auto;
    margin-top: 13px;
    font-family: "willard-sniffin-script", "marianneregular",
      "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }

  #nom {
    font-weight: 500;
    color: #141414;
    transition: all 0.35s ease-in;
    background-color: transparent;
    margin: auto;
    font-family: "ff-tisa-sans-web-pro", "marianneregular",
      "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }

  #prenom {
    font-weight: 200;
    color: #000000;
    transition: all 0.35s ease-in;
    background-color: transparent;
    margin: auto;
    font-family: "ff-tisa-sans-web-pro", "marianneregular",
      "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }

  #cartButtonPhoneHeader {
    display: flex;
    position: absolute;
    left: 8px;
    top: 8px;
    font-family: "cabrion_bold", "marianneregular", Verdana, Geneva, Tahoma,
      sans-serif;
    letter-spacing: 0.5px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: black;
    padding: 10px;
    /* background-color: #1c1a32; */
    background-color: transparent;
    width: auto;
    height: auto;
    text-decoration: none;
    border-radius: 9px;
    flex-wrap: wrap;
    transition: all 0.35s ease-in-out;
    z-index: 301;
  }

  #hamburgerMenuButton {
    height: 50px;
    width: 55px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    margin-right: 0px;
    opacity: 0;
    border-radius: 13px;
    background-color: rgb(52, 55, 102);
    border: none;
    transition: all 0.35s ease-in;
  }

  #interfaceSessionClientPhone1,
  #interfaceSessionClientPhone2 {
    display: flex;
    flex-direction: row;
    background-color: white;
    width: auto;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 14px;
    margin: 0px auto 20px auto;
  }

  header {
    padding: none;
    margin: none;
    transition: all 0.35s ease-in;
    height: 70px;
  }
}

@media (min-width: 1000px) {
  #divNavbar {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 82px;
    align-items: center;
    justify-content: center;
    z-index: 301;
    background-color: transparent;
  }

  #container-ligne {
    display: none;
  }

  #hamburgerMenuButton {
    display: none;
  }
  #cartButtonLaptop {
    display: flex;
    position: absolute;
    top: 17px;
    right: 17px;
    font-family: "cabrion_bold", "marianneregular", Verdana, Geneva, Tahoma,
      sans-serif;
    letter-spacing: 0.5px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: white;
    padding: 13px;
    /* background-color: #1c1a32; */
    background-color: #16161a;
    width: 105px;
    height: 20px;
    text-decoration: none;
    border-radius: 9px;
    flex-wrap: wrap;
    transition: all 0.2s ease-in-out;
    z-index: 301;
  }
}

@media (min-width: 450px) and (max-width: 1000px) {
  #cartButtonLaptop {
    display: flex;
    position: absolute;
    top: 17px;
    right: 90px;
    font-family: "cabrion_bold", "marianneregular", Verdana, Geneva, Tahoma,
      sans-serif;
    letter-spacing: 0.5px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: white;
    padding: 13px;
    /* background-color: #1c1a32; */
    background-color: #16161a;
    width: 105px;
    height: 20px;
    text-decoration: none;
    border-radius: 9px;
    flex-wrap: wrap;
    transition: all 0.2s ease-in-out;
    z-index: 301;
  }

  #container-ligne {
    height: 40px;
    width: 40px;
    display: flex;
    flex-direction: column;
    padding: 2px;
    margin-right: 0px;
    position: absolute;
    top: 25px;
    right: 20px;
    transition: all 0.35s ease-in;
    background-color: white;
  }

  #hamburgerMenuButton:hover {
    opacity: 0.1;
  }

  #hamburgerMenuButton {
    height: 60px;
    width: 60px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 14px;
    margin-right: 0px;
    opacity: 0;
    border-radius: 13px;
    background-color: rgb(52, 55, 102);
    border: none;
    transition: all 0.35s ease-in;
  }
}

@media (max-width: 1000px) {
  #divNavbar {
    display: none;
  }
}

@media (min-width: 450px) {
  #titleTirageArt {
    width: 100%;
    height: 12vh;
    display: flex;
    text-align: center;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 2.5em;
    font-family: "miller-display", "alluraregular", "marianneregular", Verdana,
      Geneva, Tahoma, sans-serif;
    font-weight: 400;
    padding: auto;
    margin-top: 50px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }

  #nomprenom {
    display: flex;
    z-index: 302;
    flex-direction: row;
    font-size: 30px;
    color: black;
    text-decoration: none;
    transition: all 0.35s ease-in;
    background-color: transparent;
    align-items: center;
    justify-content: center;
    font-family: "ff-tisa-sans-web-pro", "marianneregular",
      "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }
  #nom {
    font-weight: 500;
    color: #141414;
    transition: all 0.35s ease-in;
    background-color: transparent;
    margin: auto;
    font-family: "ff-tisa-sans-web-pro", "marianneregular",
      "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }

  #prenom {
    font-weight: 200;
    color: #000000;
    transition: all 0.35s ease-in;
    background-color: transparent;
    margin-bottom: 0px;
    margin-top: auto;
    font-family: "ff-tisa-sans-web-pro", "marianneregular",
      "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }

  #cartButtonPhoneHeader {
    display: none;
    font-family: "cabrion_bold", "marianneregular", Verdana, Geneva, Tahoma,
      sans-serif;
    letter-spacing: 0.5px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: white;
    padding: 13px;
    /* background-color: #1c1a32; */
    background-color: #16161a;
    width: auto;
    height: auto;
    text-decoration: none;
    border-radius: 9px;
    flex-wrap: wrap;
    transition: all 0.2s ease-in-out;
  }

  #interfaceSessionClientPhone1,
  #interfaceSessionClientPhone2 {
    display: none;
    flex-direction: row;
    background-color: white;
    width: auto;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 14px;
    margin: 0px auto 20px auto;
  }
}

#divImgGridCartHeader {
  display: grid;
  height: auto;
  width: auto;
  grid-template-columns: 30px;
  grid-template-rows: 30px;
  margin-right: 5px;
  background-color: transparent;
}

#cartImgButtonPhoneHeader1,
#cartImgButtonPhoneHeader2 {
  opacity: 1;
  transition: all 0.35s ease-in;
}
#cartImgButtonPhoneHeader1 {
  z-index: 302;
}
#cartImgButtonPhoneHeader2 {
  z-index: 301;
}

#cartButtonPhoneHeader img,
#cartButtonPhoneHeader p {
  background-color: transparent;
}

.cartImgButtonPhoneHeader {
  height: 30px;
  grid-row: 1/1;
  grid-column: 1/1;
  width: auto;
  background-color: transparent;
}

#cartButtonPhoneHeader * {
  /* background-color: #1c1a32; */
  background-color: transparent;
  font-family: "cabrion_bold", "marianneregular", Verdana, Geneva, Tahoma,
    sans-serif;
  letter-spacing: 0.5px;
  text-align: center;
}

.ligne {
  width: 35px;
  height: 4px;
  border-radius: 5px;
  background-color: black;
  margin: 0px;
  position: absolute;
  transition: all 0.35s ease-in;
}

.ligne:nth-child(1) {
  top: 0px;
}

.ligne:nth-child(2) {
  top: 12px;
}

.ligne:nth-child(3) {
  top: 24px;
}

#menu {
  display: flex;
  flex-direction: column;
  height: 0px;
  background-color: white;
  width: 100%;
  transition: all 0.35s ease-in;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  height: 0px;
  position: relative;
  top: -2px;
}

#headerID {
  background-color: white;
  z-index: 300;
}

#drapeauFrancais {
  height: 4px;
  margin: auto;
  padding: none;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.rectangleDrapeau {
  width: 33.33%;
  padding: none;
  margin: none;
}

#bleu {
  background-color: #001d6e;
}
#blanc {
  background-color: white;
}
#rouge {
  background-color: #e6001f;
}

.BoutonMenu {
  width: auto;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  justify-content: flex-start;
  height: 0px;
  border-radius: 20px;
  transition: all 0.35s ease-in;
}

.BoutonMenu a img,
.BoutonMenu a p,
.BoutonMenu a {
  color: black;
  text-decoration: none;
  transition: all 0.35s ease-in;
  background-color: transparent;
}

#divBoutonMenu {
  margin: auto;
  margin-bottom: 25vh;
  width: 90%;
  height: 0px;
  display: flex;
  background-color: transparent;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.35s ease-in;
}

.BoutonMenu a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding: 10px 40px 10px 40px;
  border-radius: 20px;
}

.BoutonMenu a p {
  font-size: 0px;
  font-family: "neue-haas-grotesk-display", "ff-tisa-sans-web-pro", "roboto",
    "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
  background-color: transparent;
  text-align: center;
}

.BoutonMenu a p::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: black;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
}

footer {
  background-color: #24242a;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#copyrights {
  background-color: #16161a;
  justify-content: center;
  align-items: center;
  color: white;
  display: flex;
  text-align: center;
  padding: 5px;
  font-size: 0.8em;
}

#logo {
  height: 30vh;
  width: 30vh;
  padding: 10vh;
  background-color: #24242a;
}

#links {
  max-width: 600px;
  width: 90%;
  background-color: #24242a;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 50px;
}

#links img {
  height: 40px;
  width: 40px;
  background-color: #24242a;
  transition: transform 0.2s ease-in;
  border-radius: 15px;
  padding: 10px;
}

#links a {
  background-color: #24242a;
  color: rgb(255, 255, 255);
  text-decoration: none;
  margin: 10px;
  font-size: 1.3em;
  transition: transform 0.2s ease-in-out;
}

header {
  position: relative;
  z-index: 2;
}

#divAboutWelcome {
  height: 40vh;
  width: 100%;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0px 0px 0px 0px;
}

#divAboutWelcome * {
  background-color: transparent;
}

#divAboutWelcomeText {
  width: 30vw;
  margin: none;
  padding: 5%;
}

#divAboutWelcome img {
  width: 20vh;
  height: 20vh;
  border-radius: 100px;
  margin: 5%;
}

#divAboutWelcomeText h3 {
  font-size: small;
  font-family: "otama.epregular", "marianneregular", Verdana, Geneva, Tahoma,
    sans-serif;
}

#divAboutWelcomeText h4 {
  color: #000000;
  font-size: 2em;
  margin: 20px;
  margin-left: 0px;
  margin-top: 15px;
  font-weight: 100;
}

#barre {
  background-color: #fd7b5b;
  height: 3px;
  width: 10%;
  margin-bottom: 20px;
}

#landingPageInsta {
  width: 40vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

#landingPageInsta img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
  margin-left: 7%;
}

#fakeInstaPart3 {
  display: flex;
  background-color: white;
  border-radius: 20px;
  box-shadow: 2px 2px 5px rgb(70, 70, 70);
  width: 80%;
  max-width: 500px;
  height: 150px;
  margin: auto;
  justify-content: space-between;
  padding: none;
  margin-top: 20px;
}

@media (max-aspect-ratio: 2440/1320) {
  #welcomeLaptopImage {
    display: block;
    background-color: rgb(250, 250, 250);
    justify-content: center;
    align-items: center;
    object-fit: cover;
    width: 100vw;
    height: 85vh;
  }
}

#welcomePhoneImage {
  display: none;
}

@media (min-aspect-ratio: 2440/1320) {
  #welcomeLaptopImage {
    display: block;
    background-color: rgb(250, 250, 250);
    justify-content: center;
    align-items: center;
    width: 100vw;
  }
}

#goTop {
  z-index: 2;
  position: fixed;
  right: 30px;
  top: 90vh;
  height: 40px;
  width: 40px;
  background-color: white;
  border-radius: 100px;
  padding: 5px;
  transition: all 0.2s ease-in;
  display: none;
}

#goTopImg {
  height: 100%;
  width: 100%;
  background-color: white;
  border-radius: 100px;
  transition: all 0.2s ease-in;
}

#exploreLink {
  display: flex;
  width: 70px;
  height: 70px;
  flex-direction: column;
  background-color: transparent;
  border-radius: 20px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: #000000;
}

#exploreLink img,
#exploreLink p {
  background-color: transparent;
  justify-content: center;
  align-items: center;
  color: rgb(0, 0, 0);
}

#exploreLinkText {
  font-size: 1.5em;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

#exploreLink img {
  width: 70px;
  height: 70px;
  transition: all 0.2s ease-in-out;
  animation: move-down 2s infinite;
}

@keyframes move-down {
  80% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}

#exploreLinkText::after {
  content: "";
  display: flex;
  position: relative;
  left: 1px;
  width: 100%;
  height: 2px;
  background: rgb(0, 0, 0);
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}

#divExploreLink {
  background-color: transparent;
  height: auto;
  position: absolute;
  top: 80vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#divCarrousel {
  background-color: rgb(250, 250, 250);
  height: 100%;
  width: 40%;
  margin-left: 3vw;
  margin-right: 7vw;
  transition: all 2s ease-in-out;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.slider {
  width: 30vw;
  height: 16.9vw;
  border-radius: 10px;
  overflow: hidden;
  transition: all 1.5s ease-in-out;
}

.slides {
  width: 500%;
  height: 16.9vw;
  display: flex;
  flex-direction: row;
}

.slides input {
  display: none;
  pointer-events: none;
}

.slide {
  width: 20%;
  transition: all 1.5s ease-in-out;
}

.slide img {
  width: 30vw;
  height: 16.9vw;
}

#radio1:checked ~ .first {
  margin-left: 0;
}

#radio2:checked ~ .first {
  margin-left: -20%;
}

#radio3:checked ~ .first {
  margin-left: -40%;
}

#radio4:checked ~ .first {
  margin-left: -60%;
}

.navigation-auto {
  position: absolute;
  width: 30vw;
  margin-top: 15vw;
  display: flex;
  justify-content: center;
  background-color: transparent;
}

.navigation-auto div {
  border: 2px solid rgb(255, 255, 255);
  padding: 5px;
  background-color: transparent;
  border-radius: 10px;
  transition: all 1.5s ease-in-out;
}

.navigation-auto div:not(:last-child) {
  margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1 {
  background-color: white;
}

#radio2:checked ~ .navigation-auto .auto-btn2 {
  background-color: white;
}

#radio3:checked ~ .navigation-auto .auto-btn3 {
  background-color: white;
}

#radio4:checked ~ .navigation-auto .auto-btn4 {
  background-color: white;
}

#ShopWallpaperComments {
  height: 40vh;
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0px;
  margin: 0px;
}

#galleryH1 {
  width: 100%;
  height: 20vh;
  display: flex;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 3em;
  font-family: "alluraregular", "marianneregular", Verdana, Geneva, Tahoma,
    sans-serif;
  padding: auto;
  margin: none;
}

#h2DivFiltre {
  font-weight: 300;
  background-color: transparent;
}

#showAllWallpaper {
  text-decoration: none;
  width: auto;
  height: auto;
  padding: 8px 15px 8px 15px;
  margin: 8px 20px 8px 20px;
  font-size: 1em;
  text-align: center;
  border-radius: 7px;
  transition: all 0.2s ease-in;
  border: none;
  cursor: pointer;
  background-color: #16161a;
  color: white;
}

#photoArea {
  display: flex;
  width: auto;
  justify-content: space-between;
  height: auto;
  flex-wrap: wrap;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 50px;
  background-color: rgb(250, 250, 250);
}

#wallpaperArea {
  display: flex;
  width: auto;
  justify-content: center;
  height: auto;
  flex-wrap: wrap;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 50px;
  background-color: rgb(250, 250, 250);
}

.thumbNail {
  width: auto;
  height: auto;
  margin: 5px;
  display: flex;
  flex-grow: 1;
  border: none;
  box-shadow: none;
  align-items: flex-start;
  background-color: transparent;
  transition: all 0.2s ease-in;
}

.imageThumbNail {
  display: flex;
  width: auto;
  max-height: 450px;
  object-fit: cover;
  margin: auto;
  background-color: transparent;
  transition: all 0.2s ease-in;
  opacity: 1;
  border: none;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#photoArea span {
  position: absolute;
  background-color: black;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border-radius: 50%;
  animation: ripple2 1s linear infinite;
  opacity: 0;
}

@keyframes ripple {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0.7;
  }
  50% {
    width: 600px;
    height: 600px;
    opacity: 0;
  }
}

@keyframes ripple2 {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0.9;
  }
  70% {
    width: 1000px;
    height: 1000px;
    opacity: 0;
  }
}

#photoDisplay {
  background-color: #101013;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  border: none;
  margin: none;
  padding: auto;
  overflow: hidden;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in;
  opacity: 1;
  z-index: 500;
}

#photoDisplay button {
  background-color: transparent;
  width: 6vh;
  height: 6vh;
  margin: none;
  padding: 1vh;
  transition: all 0.2s ease-in;
  border: none;
  border-radius: 50%;
  position: absolute;
  justify-content: center;
  align-items: center;
}

#photoDisplay button img {
  background-color: transparent;
  width: 4vh;
  height: 4vh;
  margin: none;
  transition: all 0.1s ease-in;
  border: none;
  object-fit: contain;
  z-index: 8;
}

#closeButton {
  top: 3vh;
  right: 3vh;
  display: flex;
}
#nextButton {
  top: 50%;
  right: 3vh;
  display: flex;
}
#previousButton {
  top: 50%;
  left: 3vh;
  display: flex;
}
#fullScreenButton {
  top: 3vh;
  right: 10vh;
  display: flex;
}
#endfullScreenButton {
  display: none;
  top: 3vh;
  right: 10vh;
}
#infoButton {
  top: 3vh;
  right: 17vh;
  display: flex;
}

#divInfo {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  background-color: #101013;
  opacity: 0.9;
  color: white;
  width: 100vw;
  height: 0vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 4;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

#divInfo * {
  background-color: transparent;
}

#divInfo h1 {
  margin: 25vh auto 15vh auto;
  font-size: 4em;
  font-weight: 200;
  font-family: "miller-display", "proza_librelight", "otama.epregular",
    "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
}

#divPhoto {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  z-index: 3;
  width: 100vw;
  height: 100vh;
}

#divPhoto img {
  width: auto;
  height: auto;
  max-width: 76vw;
  max-height: 100vh;
  margin: auto;
  opacity: 0;
  transition: opacity 0.1s ease-out;
}

#settings {
  display: flex;
  flex-direction: row;
  background-color: transparent;
  justify-content: space-between;
  width: 100%;
  height: 5%;
  margin: auto;
  margin-top: 2%;
  margin-bottom: 20%;
}

#divSettings {
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: 5%;
  justify-content: center;
  text-align: center;
  height: 20vh;
  border-radius: 15px;
  border: solid white 1px;
  width: 80%;
  max-width: 400px;
}

#divSettings h3 {
  margin: auto;
  margin-top: 13%;
  margin-bottom: 5%;
}

#settings p {
  margin: 3vw;
  display: flex;
  justify-content: center;
  text-align: center;
  flex: 1;
  margin: auto;
}

#AjaxPhotoResponse {
  background-color: transparent;
  width: 100vw;
  height: 100vh;
  transition: all 0.3s ease-out;
}

#gear {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  margin: none;
  padding: none;
}

#divGearContent {
  display: flex;
  background-color: transparent;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.gearImage {
  height: 60%;
  width: 90%;
  object-fit: contain;
}

#divGearContent div {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 70%;
  width: 400px;
  margin: 20px;
  background-color: #e7e7e7;
  border-radius: 20px;
  height: 500px;
  max-height: 100%;
}

#gear a {
  padding: 8px 16px 8px 16px;
  background-color: rgb(204, 204, 204);
  border-radius: 8px;
  color: black;
  max-width: 70%;
  width: 80%;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in;
  margin: auto;
}

#gear div p,
#gear div img {
  background-color: transparent;
  margin: auto;
}

#gear h4 {
  font-size: 2em;
}

#gear p {
  text-align: center;
}

#insta,
#gear {
  margin-bottom: 40px;
}

#discoverInsta {
  font-size: 2em;
  text-align: center;
}

#fakeInstaPart {
  display: flex;
  background-color: white;
  border-radius: 20px;
  box-shadow: 2px 2px 5px rgb(70, 70, 70);
  width: 90%;
  max-width: 500px;
  height: 150px;
  margin: auto;
  justify-content: space-between;
  padding: none;
  margin-top: 30px;
  margin-bottom: 80px;
}
#insta {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#rightPartInsta {
  margin: auto;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 59%;
}

#rightPartInsta p {
  font-weight: bolder;
  font-size: 1.3em;
  text-align: center;
  background-color: transparent;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}

#rightPartInsta a {
  color: white;
  margin: auto;
  display: flex;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  height: 45px;
  width: 80%;
  border-radius: 8px;
  background-image: linear-gradient(135deg, #eb2c68 40%, #fa8d52);
  transition: all 0.2s ease-in;
}

body::-webkit-scrollbar {
  width: 0px;
}

#headerReleaseInformation {
  color: #b6e7fd;
}

#insta2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: none;
}

textarea::-webkit-scrollbar {
  width: 0px;
}

.otc {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.otc fieldset {
  border: 0;
  padding: 0;
  margin: auto;
}

.otc fieldset div {
  display: flex;
  align-items: center;
}

.otc legend {
  margin: 0 auto 1em;
  color: #5555ff;
}

input[type="number"] {
  width: 0.82em;
  line-height: 1;
  margin: 0.1em;
  padding: 8px 0 4px;
  font-size: 2.65em;
  text-align: center;
  appearance: textfield;
  -webkit-appearance: textfield;
  border: 2px solid #bbbbff;
  color: rgb(0, 0, 0);
  border-radius: 4px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* 2 group of 3 items */
input[type="number"]:nth-child(n + 4) {
  order: 2;
}
.otc div::before {
  content: "";
  height: 2px;
  width: 24px;
  margin: 0 0.25em;
  order: 1;
  background: #bbbbff;
}

.otc label {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

@media (max-width: 450px) and (max-height: 780px) {
  #welcomePhoneImage {
    display: block;
    background-color: rgb(250, 250, 250);
    justify-content: center;
    align-items: center;
    object-fit: cover;
    width: 100vw;
    height: 670px;
  }
}

@media (max-width: 450px) and (min-height: 780px) {
  #welcomePhoneImage {
    display: block;
    background-color: rgb(250, 250, 250);
    justify-content: center;
    align-items: center;
    object-fit: cover;
    width: 100vw;
    height: 85vh;
  }
}

@media (max-width: 450px) {
  #blocAssociation img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: none;
    padding: none;
    z-index: 1;
  }

  #infosAssociations p {
    font-size: 1em;
  }

  #infosAssociations a {
    background-color: rgb(255, 255, 255);
    width: auto;
    font-size: 1em;
    text-decoration: none;
    max-width: 90%;
    border-radius: 15px;
    color: #000000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 18px 12px 18px;
    transition: all ease-out 0.2s;
  }

  #infosAssociations a img {
    height: 30px;
    width: 30px;
    background-color: transparent;
    margin-bottom: 0px;
    margin-right: 15px;
  }

  #infosAssociations a p {
    margin-bottom: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 1;
    position: relative;
    top: -2px;
  }

  #wallpaperArea {
    display: flex;
    width: 100vw;
    margin-left: 0px;
    margin-right: 0px;
    justify-content: center;
    height: auto;
    flex-wrap: wrap;
    margin-bottom: 5vw;
    background-color: rgb(250, 250, 250);
  }

  #headerReleaseInformation {
    display: none;
  }

  #links a {
    background-color: #24242a;
    color: white;
    text-decoration: none;
    font-size: 1.3em;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.2s ease-in-out;
  }

  #divAboutWelcome {
    height: 88vh;
    width: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    padding: 30px 0px 30px 0px;
  }

  .imageThumbNail {
    width: 100%;
    height: 100%;
    max-height: 1000px;
    margin: none;
    background-color: transparent;
    transition: all 0.2s ease-in;
    opacity: 1;
    border: none;
  }

  .thumbNail {
    width: auto;
    height: auto;
    max-width: 95vw;
    margin: auto;
    margin-bottom: 2.5vw;
    display: flex;
    border: none;
    box-shadow: none;
    align-items: flex-start;
    background-color: black;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.2s ease-in;
    position: relative;
  }
}

@media (min-width: 450px) {
  #blocAssociation img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: none;
    padding: none;
    z-index: 1;
  }

  #infosAssociations p {
    font-size: 1.2em;
  }

  #infosAssociations a {
    background-color: rgb(255, 255, 255);
    width: auto;
    font-size: 1.1em;
    text-decoration: none;
    max-width: 90%;
    border-radius: 15px;
    color: #000000;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 20px 12px 20px;
    transition: all ease-out 0.2s;
  }

  #infosAssociations a img {
    height: 35px;
    width: 35px;
    background-color: transparent;
    margin-bottom: 0px;
    margin-right: 15px;
  }

  #infosAssociations a p {
    margin-bottom: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -1px;
  }

  .BoutonMenu:not(#boutonPrints):hover a p::after {
    transform: scale(1);
  }

  .BoutonMenu:not(#boutonPrints):hover p {
    transform: translateY(-3px);
  }

  #links img:hover {
    background-color: #16161a;
  }

  .thumbNail:hover img {
    opacity: 0.75;
    cursor: pointer;
  }

  #photoDisplay button:hover {
    background-color: rgb(7, 7, 7);
    cursor: pointer;
  }

  #gear a:hover {
    background-color: #101013;
    color: white;
    box-shadow: 0px 0px 8px #000000;
  }
}

@media (max-width: 450px) and (orientation: portrait) {
  #divInfo h1 {
    margin: 30vh auto 20px auto;
    font-size: 2em;
    text-align: center;
    font-family: "miller-display", "proza_librelight", "otama.epregular",
      "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
    max-width: 90vw;
  }

  #place {
    margin: 20px auto 20px auto;
    font-size: 1.3em;
    font-weight: 100;
    max-width: 90vw;
  }

  #divSettings {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 20px;
    justify-content: center;
    text-align: center;
    height: 20vh;
    border-radius: 15px;
    border: solid white 1px;
    width: 80%;
    max-width: 400px;
  }

  #nextButton {
    top: 85%;
    right: 20%;
    display: flex;
  }
  #previousButton {
    top: 85%;
    left: 20%;
    display: flex;
  }
  #closeButton {
    top: 15px;
    right: 15px;
    display: flex;
  }
  #fullScreenButton {
    top: 15px;
    right: 70px;
    display: flex;
  }
  #endfullScreenButton {
    display: none;
    top: 15px;
    right: 70px;
  }
  #infoButton {
    top: 15px;
    right: 125px;
    display: flex;
  }

  #photoDisplay button {
    background-color: transparent;
    width: 40px;
    height: 40px;
    margin: none;
    padding: 1vh;
    transition: all 0.2s ease-in;
    border: none;
    border-radius: 50%;
    position: absolute;
    justify-content: center;
    align-items: center;
  }

  #photoDisplay button img {
    background-color: transparent;
    width: 25px;
    height: 25px;
    margin: none;
    transition: all 0.1s ease-in;
    border: none;
    object-fit: contain;
    z-index: 8;
  }

  #divPhoto img {
    width: auto;
    height: auto;
    max-width: 100vw;
    max-height: 60vh;
    margin: auto;
  }
}

@media (max-height: 450px) and (orientation: landscape) {
  #divInfo h1 {
    margin: 10vh auto 20px auto;
    font-size: 2em;
    text-align: center;
    font-family: "miller-display", "proza_librelight", "otama.epregular",
      "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
    max-width: 90vw;
  }

  #place {
    margin: 20px auto 20px auto;
    font-size: 1.3em;
    font-weight: 100;
    max-width: 90vw;
  }

  #divSettings {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 20px;
    justify-content: center;
    text-align: center;
    height: 40vh;
    border-radius: 15px;
    border: solid white 1px;
    width: 80%;
    max-width: 400px;
  }

  #divPhoto img {
    width: auto;
    height: auto;
    max-width: 80vw;
    max-height: 100vh;
    margin: auto;
  }

  #nextButton {
    top: 45%;
    right: 5px;
    display: flex;
  }
  #previousButton {
    top: 45%;
    left: 5px;
    display: flex;
  }

  #closeButton {
    top: 5px;
    right: 5px;
    display: flex;
  }
  #fullScreenButton {
    top: 50px;
    right: 5px;
    display: flex;
  }
  #endfullScreenButton {
    display: none;
    top: 50px;
    right: 5px;
  }
  #infoButton {
    top: 95px;
    right: 5px;
    display: flex;
  }

  #photoDisplay button {
    background-color: transparent;
    width: 50px;
    height: 50px;
    margin: none;
    padding: 1vh;
    transition: all 0.2s ease-in;
    border: none;
    border-radius: 50%;
    position: absolute;
    justify-content: center;
    align-items: center;
  }

  #photoDisplay button img {
    background-color: transparent;
    width: 30px;
    height: 30px;
    margin: none;
    transition: all 0.1s ease-in;
    border: none;
    object-fit: contain;
    z-index: 8;
  }
}

.pInfosPageWallpaper {
  max-width: 80%;
  width: 800px;
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
}

#h3InfosPageWallpaper {
  max-width: 80%;
  width: 800px;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}

.AffichageWallpaper {
  display: flex;
  flex-direction: column;
  width: 330px;
  max-width: 90%;
  height: 540px;
  max-height: 200vw;
  background-color: white;
  border-radius: 20px;
  color: #000000;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 60px;
}

.divThumbnailWallpaper {
  width: 100%;
  height: 330px;
  border-radius: 20px;
  background-color: white;
  text-decoration: none;
}

.thumbnailWallpaper {
  width: 100%;
  height: 100%;
  margin: none;
  border-radius: 20px;
  background-color: white;
}

.divInfoWallpaper {
  height: 100px;
  width: 80%;
  background-color: white;
  margin: auto;
  margin-top: 20px;
}

.divInfoWallpaper p,
.divInfoWallpaper h4,
.divInfoWallpaper img {
  background-color: white;
}

.downloadWallpaperDiv {
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: white;
}

.downloadWallpaperButton {
  width: 120px;
  height: 40px;
  text-decoration: none;
  border-radius: 5px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #00e70c;
  color: #000000;
  margin: auto;
  margin-top: 10px;
}

.downloadWallpaperButton:hover {
  width: 120px;
  height: 40px;
  text-decoration: none;
  border-radius: 5px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #00ff0d;
  color: #000000;
  margin: auto;
  margin-top: 10px;
}

.iconTagWallpaper {
  margin-top: 5px;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.clickMessage {
  background-color: white;
  width: 250px;
  height: 30px;
  border-radius: 8px;
  position: relative;
  bottom: 50px;
  left: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  opacity: 0.75;
}

.clickMessage img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-color: transparent;
}

.clickMessage p {
  text-decoration: none;
  color: #000000;
  background-color: transparent;
}

.buttonAdminHome {
  color: white;
  margin: auto;
  margin-left: none;
  margin-bottom: 60px;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  border-radius: 8px;
  background-image: linear-gradient(135deg, #000280 60%, #529bfa);
  transition: all 0.2s ease-in;
  font-size: 1.1em;
  border: none;
  text-decoration: none;
}

textarea::-webkit-scrollbar {
  width: 0px;
}

#preloadImage {
  display: none;
}

#preloadImage img {
  display: none;
}

#blocAssociation {
  width: 100%;
  background-color: #24242a;
  height: 80vh;
  overflow: hidden;
}

#infosAssociations {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: transparent;
  color: white;
  align-items: center;
  position: relative;
  top: -75vh;
  left: 0px;
  z-index: 2;
}

#infosAssociations h3 {
  font-size: 1.8em;
}

#infosAssociations p {
  font-size: 1.2em;
}

#infosAssociations * {
  background-color: transparent;
  max-width: 90%;
  text-align: center;
  margin-bottom: 15px;
}

#infosAssociations a:hover {
  cursor: pointer;
  background-color: rgb(232, 232, 232);
}

@media (min-width: 1350px) {
  #divApercuImpression {
    width: 80%;
    margin: auto auto auto auto;
    padding-top: 150px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
    margin-top: 0px;
  }
}

@media (max-width: 1350px) and (min-width: 1050px) {
  #divApercuImpression {
    margin: auto auto auto auto;
    padding-top: 150px;
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
    margin-top: 0px;
  }
}

@media (min-width: 1050px) {
  .apercuETmessage {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-bottom: 120px;
  }

  .apercuETmessage p {
    height: auto;
    width: 70%;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 30px;
    border: 1px solid rgb(219, 219, 219);
    padding: 40px;
  }

  #imgApercu1,
  #imgApercu3 {
    height: auto;
    width: 35%;
    border-radius: 30px;
  }

  #imgApercu2Phone {
    display: none;
  }

  #imgApercu2Laptop {
    height: auto;
    width: 50%;
    border-radius: 30px;
  }

  #message1,
  #message3 {
    width: 70%;
  }

  #message2 {
    width: 50%;
  }

  .apercuWhitewall img {
    height: 60px;
    width: auto;
    margin-bottom: 30px;
    max-width: 90%;
    object-fit: contain;
  }

  .apercuWhitewall {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .message {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .apercuWhitewall a {
    color: white;
    background-color: #000000;
    padding: 8px 14px 8px 14px;
    border-radius: 5px;
    height: auto;
    width: auto;
    text-decoration: none;
    margin-top: 20px;
  }

  .divPrestataire {
    height: auto;
    width: 70%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 30px;
    border: 1px solid rgb(219, 219, 219);
    padding: 40px;
  }

  #divLivraisonEtPaiement {
    height: auto;
    width: 70%;
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    text-align: center;
    border-radius: 30px;
    border: 1px solid rgb(219, 219, 219);
    padding: 40px;
  }

  #divPoweredByStripe {
    padding: 10px;
    width: auto;
    height: auto;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin-top: 10px;
  }

  #poweredByStripe {
    height: 80px;
    width: auto;
  }

  #imageLivraison {
    max-height: 80px;
    height: auto;
    max-width: 90%;
    width: auto;
    margin-top: 10px;
    border-radius: 10px;
  }

  #apercuStripe,
  #apercuLivraison {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
    margin-top: 0px;
  }

  #apercuStripe {
    padding-right: 20px;
    margin-bottom: auto;
  }
}

@media (max-width: 1050px) {
  #divApercuImpression {
    width: 100%;
    margin: auto auto auto auto;
    padding-top: 100px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
    margin-top: 0px;
  }

  .apercuETmessage {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
  }

  .apercuETmessage p {
    height: auto;
    width: 70%;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 30px;
    border: 1px solid rgb(219, 219, 219);
    padding: 40px;
  }

  #imgApercu1,
  #imgApercu3,
  #imgApercu2Phone {
    display: inline;
    height: auto;
    width: 90%;
    border-radius: 30px;
    margin-bottom: 20px;
  }

  #imgApercu2Laptop {
    display: none;
  }

  #message1,
  #message3,
  #message2 {
    width: 100%;
  }

  .apercuWhitewall img {
    height: 60px;
    width: auto;
    margin-bottom: 30px;
    max-width: 90%;
    object-fit: contain;
  }

  .apercuWhitewall {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .message {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .apercuWhitewall a {
    color: white;
    background-color: #000000;
    padding: 8px 14px 8px 14px;
    border-radius: 5px;
    height: auto;
    width: auto;
    text-decoration: none;
    margin-top: 20px;
  }

  .divPrestataire {
    height: auto;
    width: 70%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 30px;
    border: 1px solid rgb(219, 219, 219);
    padding: 40px;
  }

  #divLivraisonEtPaiement {
    height: auto;
    width: 70%;
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 30px;
    border: 1px solid rgb(219, 219, 219);
    padding: 40px;
  }

  #divPoweredByStripe {
    padding: 10px;
    width: auto;
    height: auto;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin-top: 10px;
  }

  #poweredByStripe {
    height: 80px;
    width: auto;
  }

  #imageLivraison {
    max-height: 80px;
    height: auto;
    max-width: 90%;
    width: auto;
    margin-top: 10px;
    border-radius: 10px;
  }

  #apercuStripe,
  #apercuLivraison {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
    margin-top: 0px;
  }

  #apercuStripe {
    padding-right: 0px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1300px) {
  #prestataire {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    height: auto;
    width: 94%;
    justify-content: flex-start;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 3%;
    padding-right: 3%;
  }

  #divWhiteWall,
  #divPaiement,
  #divLivraisons {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #ffffff;
    height: auto;
    align-items: center;
    flex: 0 0 90%;
    padding: 10%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    border-radius: 20px;
    margin-bottom: 50px;
  }

  #prestataire img,
  #prestataire h3,
  #prestataire p {
    background-color: #ffffff;
    margin-bottom: 20px;
  }

  #prestataire a {
    color: white;
    background-color: #000000;
    padding: 8px 14px 8px 14px;
    border-radius: 5px;
    height: auto;
    width: auto;
    text-decoration: none;
  }

  #livraisonInfos {
    height: auto;
    width: auto;
    max-height: 100px;
    max-width: 90%;
  }

  #poweredByStripeInfos {
    height: auto;
    width: auto;
    max-height: 100px;
    max-width: 90%;
  }

  #logoStripeInfos {
    height: auto;
    width: auto;
    max-height: 40px;
    max-width: 80%;
  }

  #logoWhitewallInfos {
    height: auto;
    width: auto;
    max-height: 40px;
    max-width: 80%;
  }

  #prestataire h3 {
    font-size: 1.5em;
    margin-bottom: 50px;
    margin-top: 25px;
  }

  #prestataire p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1300px) {
  #prestataire {
    display: flex;
    flex-direction: row;
    background-color: #eeeeee;
    height: auto;
    width: 94%;
    justify-content: flex-start;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 3%;
    padding-right: 3%;
  }

  #divWhiteWall,
  #divPaiement,
  #divLivraisons {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #ffffff;
    height: auto;
    align-items: center;
    flex: 0 0 23%;
    padding: 3%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    border-radius: 20px;
    margin-top: 0px;
  }

  #prestataire img,
  #prestataire h3,
  #prestataire p {
    background-color: #ffffff;
    margin-bottom: 20px;
  }

  #prestataire a {
    color: white;
    background-color: #000000;
    padding: 8px 14px 8px 14px;
    border-radius: 5px;
    height: auto;
    width: auto;
    text-decoration: none;
  }

  #livraisonInfos {
    height: auto;
    width: auto;
    max-height: 100px;
    max-width: 90%;
  }

  #poweredByStripeInfos {
    height: auto;
    width: auto;
    max-height: 100px;
    max-width: 90%;
  }

  #logoStripeInfos {
    height: auto;
    width: auto;
    max-height: 40px;
    max-width: 80%;
  }

  #logoWhitewallInfos {
    height: auto;
    width: auto;
    max-height: 40px;
    max-width: 80%;
  }

  #prestataire h3 {
    font-size: 1.5em;
    margin-bottom: 50px;
    margin-top: 25px;
  }

  #prestataire p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.divSizeGuide {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #16161a;
  color: white;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  border: 1px solid #16161a;
}

.divSizeGuide a {
  color: rgb(0, 0, 0);
  background-color: #ffffff;
  padding: 8px 14px 8px 14px;
  border-radius: 8px;
  height: auto;
  width: auto;
  font-size: 1em;
  text-decoration: none;
  margin-bottom: 80px;
}

.divSizeGuide img {
  width: 80%;
  max-width: 500px;
  height: auto;
  margin-top: 80px;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
}

.divSizeGuide h3 {
  background-color: #16161a;
  font-size: 1.6em;
  margin-bottom: 20px;
  margin-top: 30px;
  text-align: center;
}

.divSizeGuidep {
  background-color: #16161a;
  font-size: 1.1em;
  text-align: center;
  width: 80%;
  max-width: 500px;
  margin-bottom: 50px;
}

@media (min-width: 800px) {
  .divSupportHautDeGamme {
    background-color: #353538;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 50px;
    box-sizing: border-box;
  }

  .divSupportHautDeGamme img {
    max-width: 100%;
    width: auto;
    height: 40%;
    object-fit: contain;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .bigTitleSupportHautDeGamme {
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    background-color: transparent;
  }

  .titleSupportHautDeGamme {
    width: 100%;
    text-align: left;
    font-size: 1em;
    background-color: transparent;
    margin-top: 30px;
  }

  .detailsSupportHautDeGamme {
    width: 100%;
    text-align: left;
    font-size: 0.8em;
    background-color: transparent;
    margin-top: 15px;
  }

  #carouselSupportHautDeGamme {
    width: 90%;
    max-width: 600px;
    overflow: visible;
    background-color: transparent;
    height: 500px;
    margin-top: 100px;
    margin-bottom: 80px;
  }

  #infosEntreprises {
    width: 100%;
    max-width: 400px;
    margin-top: 50px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #24242a;
  }

  #infosEntreprises a {
    width: auto;
    margin: auto;
    margin-top: 20px;
    text-decoration: none;
    font-size: 1em;
    text-align: center;
    color: rgb(202, 202, 202);
    background-color: #24242a;
  }
}

@media (max-width: 800px) {
  #infosEntreprises {
    width: 100%;
    max-width: 400px;
    margin-top: 50px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #24242a;
  }

  #infosEntreprises a {
    width: auto;
    margin: auto;
    margin-top: 20px;
    text-decoration: none;
    font-size: 1em;
    text-align: center;
    color: rgb(202, 202, 202);
    background-color: #24242a;
  }

  .divSupportHautDeGamme {
    background-color: #353538;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
  }

  .divSupportHautDeGamme img {
    max-width: 100%;
    width: auto;
    height: 40%;
    object-fit: contain;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .bigTitleSupportHautDeGamme {
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    background-color: transparent;
  }

  .titleSupportHautDeGamme {
    width: 100%;
    text-align: left;
    font-size: 1em;
    background-color: transparent;
    margin-top: 20px;
  }

  .detailsSupportHautDeGamme {
    width: 100%;
    text-align: left;
    font-size: 0.8em;
    margin-top: 10px;
    background-color: transparent;
  }

  #carouselSupportHautDeGamme {
    width: 90%;
    max-width: 600px;
    overflow: visible;
    background-color: transparent;
    height: 500px;
    margin-top: 100px;
    margin-bottom: 80px;
  }
}

#titleFineArt {
  width: 100%;
  display: flex;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 2.8em;
  font-family: "miller-display", "alluraregular", "marianneregular", Verdana,
    Geneva, Tahoma, sans-serif;
  font-weight: 400;
  padding: auto;
  margin-top: 100px;
  padding-top: 100px;
  margin-bottom: 25px;
}

#productArea {
  display: flex;
  flex-direction: row;
  width: 100vw;
  background-color: rgb(250, 250, 250);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.catalogThumbnail {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: 500px;
  max-height: 500px;
  background-color: rgb(250, 250, 250);
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 200px;
  justify-content: flex-start;
  align-items: center;
}

.catalogThumbnail:hover {
  cursor: pointer;
}

.imgCatalogFramed {
  height: 100%;
  width: 100%;
  background-color: rgb(250, 250, 250);
  z-index: 2;
  transition: all 0.3s ease-out;
  opacity: 1;
}

.gridImgThumbnailProduct {
  display: flex;
}

@media (min-width: 1200px) {
  .imgCatalogFramed:hover {
    transform: scale(1.05);
  }
}

@media (min-width: 450px) {
  .pNameProduct {
    margin-top: 15px;
    font-size: 1.1em;
    z-index: 3;
    color: rgb(50, 50, 50);
    font-weight: 100;
  }

  .catalogThumbnail {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: rgb(250, 250, 250);
    margin: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .formThumbnailProduct {
    width: 100vw;
    height: 100vw;
    max-width: 500px;
    max-height: 500px;
    margin-bottom: 200px;
  }

  .buttonThumbnailProduct {
    width: 100vw;
    height: 100vw;
    max-width: 600px;
    max-height: 600px;
    margin: 0px;
    border: none;
    border-radius: 0px;
    display: flex;
  }

  #interfaceSessionClientLaptop {
    display: flex;
    flex-direction: row;
    background-color: white;
    width: 90%;
    max-width: 900px;
    justify-content: space-between;
    padding: 12px;
    border-radius: 14px;
    margin: 40px auto 20px auto;
    box-shadow: 3px 3px 15px rgb(238, 238, 238);
  }

  #pMaybeHiddenPanier,
  #pMaybeHiddenCompte {
    display: block;
  }

  #pMaybeHiddenPanier {
    margin-right: 5px;
  }

  #linkAnchorGoBackToShop {
    text-decoration: none;
    width: auto;
    height: auto;
    padding: 10px 13px 10px 13px;
    background-color: #f1f1f3;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: black;
    border-radius: 9px;
    margin: auto auto auto 15px;
    transition: all 0.2s ease-in-out;
  }
}

.hiddenInputThumbnailProduct {
  display: none;
  width: 0px;
  height: 0px;
}

@media (max-width: 450px) {
  #productArea {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 colonnes de largeur égale */
    gap: 0rem; /* espace entre les éléments (ajuste selon ton design) */
    width: 100vw;
    background-color: rgb(250, 250, 250);
    justify-items: center; /* centre horizontalement les éléments dans chaque cellule */
    align-items: start; /* aligne les éléments en haut de chaque cellule */
    padding: 0 0.8rem;
    box-sizing: border-box;
  }

  #cartButtonLaptop {
    display: none;
  }

  #linkAnchorGoBackToShop {
    text-decoration: none;
    width: auto;
    height: auto;
    padding: 10px 13px 10px 13px;
    background-color: #f1f1f3;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: black;
    border-radius: 9px;
    margin: 0px auto auto 15px;
    transition: all 0.2s ease-in-out;
  }
  .pNameProduct {
    margin-top: -10px;
    font-size: 1em;
    z-index: 3;
    color: rgb(50, 50, 50);
  }

  .catalogThumbnail {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: rgb(250, 250, 250);
    margin: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .formThumbnailProduct {
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
  }

  .buttonThumbnailProduct {
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 600px;
    margin: 0px;
    border: none;
    border-radius: 0px;
    display: flex;
  }

  #interfaceSessionClientLaptop {
    display: none;
    flex-direction: row;
    background-color: white;
    width: 90%;
    max-width: 900px;
    justify-content: space-between;
    padding: 12px;
    border-radius: 14px;
    margin: 0px auto 20px auto;
    box-shadow: 3px 3px 15px rgb(238, 238, 238);
  }

  #pMaybeHiddenPanier,
  #pMaybeHiddenCompte {
    display: none;
  }

  #pMaybeHiddenPanier {
    margin-right: 5px;
  }
}

#message-banniere-cancer {
  display: flex;
  flex-direction: row;
  background-color: #ffc0dd;
  width: auto;
  margin: auto;
  padding: 15px;
  margin: 15px 10px 10px 10px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}

#message-banniere-cancer * {
  background-color: transparent;
}

#logo-message-banniere-cancer {
  height: 30px;
  margin-right: 10px;
}

#txt-message-banniere-cancer {
  font-size: 0.75em;
}

#txt-message-banniere-cancer a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

@media (min-width: 450px) {
  #message-banniere-cancer-phone {
    display: none;
  }
}

@media (max-width: 450px) {
  #message-banniere-cancer-phone {
    display: flex;
  }
}

@media (max-width: 900px) and (min-width: 450px) {
  #message-banniere-cancer {
    max-width: 400px;
    align-items: center;
  }
}

#message-banniere-cancer-phone {
  flex-direction: row;
  background-color: white;
  width: auto;
  margin: auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0px;
  max-width: 300px;
  box-sizing: border-box;
  padding: 10px;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgb(238, 238, 238);
}

#message-banniere-cancer-phone * {
  background-color: white;
}

#logo-message-banniere-cancer-phone {
  height: 40px;
  margin-right: 10px;
}

#txt-message-banniere-cancer-phone {
  font-size: 0.7em;
}

#txt-message-banniere-cancer-phone a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

#cartButtonLaptop:hover {
  background-color: #156bfd;
}

#cartButtonLaptop img,
#cartButtonLaptop p {
  background-color: transparent;
}

#cartImgButtonLaptop {
  height: 20px;
  width: auto;
  /* background-color: #1c1a32; */
  background-color: #16161a;
  margin-right: 5px;
}

#cartButtonLaptop * {
  /* background-color: #1c1a32; */
  background-color: #16161a;
  font-family: "cabrion_bold", "marianneregular", Verdana, Geneva, Tahoma,
    sans-serif;
  letter-spacing: 0.5px;
  text-align: center;
}

#linkAnchorGoBackToShop * {
  background-color: transparent;
  text-align: center;
}

#linkAnchorGoBackToShop p {
  font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
}

#linkAnchorGoBackToShop img {
  height: 30px;
  width: 30px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

#divlinkAnchorGoBackToShop {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100%;
  margin-top: 20px;
}

#inputTypeNumberProductNumber {
  width: 50px;
  line-height: 1;
  margin: auto;
  padding: 5px;
  font-size: 1em;
  text-align: center;
  border: 1px solid black;
  border-radius: 0px;
}

#linkAnchorGoBackToShop:hover {
  background-color: #c7c7c7;
}

#divDescription {
  display: flex;
  background-color: #f1f1f3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  border-radius: 20px;
  width: 70%;
  max-width: 1000px;
  margin: 20px auto 0px auto;
}

#divDescription *,
#divDescriptionPhone * {
  background-color: #f1f1f3;
}

#divDescriptionH3description {
  font-weight: 100;
  text-align: center;
  width: 100%;
  margin-top: 150px;
  /* color:#cfcfcf; */
  color: #bbbbbb;
  font-size: 2em;
  font-family: "novecento-sans-narrow", "marianneregular", Verdana, Geneva,
    Tahoma, sans-serif;
  font-weight: 200;
}

#divDescriptionH3nom {
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: lighter;
  font-family: "miller-display", "alluraregular", "marianneregular", Verdana,
    Geneva, Tahoma, sans-serif;
  font-size: 2.2em;
  text-align: center;
  width: 100%;
}

#divDescriptionH3location {
  font-weight: lighter;
  text-align: center;
  width: 100%;
  font-size: 0.9em;
  margin-bottom: 15px;
}

#divDescriptionH3date {
  font-weight: lighter;
  text-align: center;
  width: 100%;
  font-size: 0.9em;
  margin-bottom: 50px;
}

#divDescriptionH3metadata {
  font-weight: lighter;
  text-align: center;
  width: 100%;
  font-size: 0.9em;
  margin-bottom: 30px;
}

#divDescriptionH3story {
  font-weight: 600;
  text-align: center;
  width: 100%;
  font-size: 1em;
  margin-bottom: 10px;
  font-family: "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
}

#divStory {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  font-size: 1em;
}

#DIVoptionsProduct {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

#DIVsizeProduct {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

#realPrintSizeSmall {
  display: flex;
}

#realPrintSizeMedium {
  display: none;
}

#realPrintSizeLarge {
  display: none;
}

#DIVsizeProduct a {
  color: rgb(0, 0, 0);
  background-color: #f1f1f3;
  padding: 8px 14px 8px 14px;
  border-radius: 5px;
  height: auto;
  width: auto;
  margin: auto;
  margin-left: 0px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

#DIVsizeProduct a:hover {
  background-color: #dadada;
}

#DIVaddToBasket {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
}

#smallButtonSizeProduct {
  width: 120px;
  height: 40px;
  background-color: #16161a;
  border: #16161a solid 1px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  font-size: 0.9em;
  border-radius: 5px;
  transition: all ease-in-out 0.2s;
}

#mediumButtonSizeProduct,
#largeButtonSizeProduct {
  width: 120px;
  height: 40px;
  background-color: rgb(250, 250, 250);
  color: #9c9c9c;
  border: #c2c2c2 solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  font-size: 0.9em;
  border-radius: 5px;
  transition: all ease-in-out 0.2s;
}

.buttonChooseProductSize:hover {
  cursor: pointer;
}

#realPrintSizeSmall,
#realPrintSizeSmall2,
#realPrintSizeMedium,
#realPrintSizeLarge {
  margin-bottom: 15px;
  width: 100%;
  font-weight: 300;
}

#DIVbuttonSizeProduct {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}

#hiddenRadioButtonProductForm {
  display: none;
}

.headingProductPageOptions {
  font-family: "novecento-sans-narrow", "roboto", "marianneregular", Verdana,
    Geneva, Tahoma, sans-serif;
  font-size: 1.8em;
  font-weight: 500;
  color: #3d3d3d;
  margin-top: 20px;
  margin-bottom: 5px;
}

#addToCartButton {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  height: auto;
  width: auto;
  margin-left: 0px;
  margin-right: auto;
  padding: 20px 25px 20px 25px;
  background-color: #2e7bfd;
  border: none;
  color: white;
  transition: all 0.3s ease-in-out;
}

#addToCartButton:hover {
  background-color: #0a5dec;
  cursor: pointer;
}

#cartImgAddToCartButton {
  height: 22px;
  width: 25px;
  background-color: transparent;
}

#pAddToCart {
  background-color: transparent;
  font-family: "cabrion_bold", "marianneregular", Verdana, Geneva, Tahoma,
    sans-serif;
  font-size: 1.5em;
  margin-right: 20px;
  letter-spacing: 0.5px;
}

#divPrice {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  justify-content: flex-start;
  align-items: center;
  background-color: transparent;
  margin-bottom: 15px;
}

#pInfosPrice {
  font-size: 0.7em;
  margin-top: 5px;
  color: #6f6f6f;
}

#pUnit {
  display: inline;
  color: #2e7bfd;
  font-size: 1.8em;
  font-family: "cabrion_bold", "roboto", "marianneregular", Verdana, Geneva,
    Tahoma, sans-serif;
}

#priceSmall {
  display: block;
  color: #2e7bfd;
  font-size: 1.8em;
  font-family: "cabrion_bold", "roboto", "marianneregular", Verdana, Geneva,
    Tahoma, sans-serif;
}
#priceMedium {
  display: none;
  color: #2e7bfd;
  font-size: 1.8em;
  font-family: "cabrion_bold", "roboto", "marianneregular", Verdana, Geneva,
    Tahoma, sans-serif;
}
#priceLarge {
  display: none;
  color: #2e7bfd;
  font-size: 1.8em;
  font-family: "cabrion_bold", "roboto", "marianneregular", Verdana, Geneva,
    Tahoma, sans-serif;
}

.divRadioButtonProductForm,
.divRadioButtonProductForm * {
  transition: all 0.3s ease-in-out;
}

.divRadioButtonProductForm {
  display: flex;
  flex-direction: column;
  padding: 15px 20px 15px 20px;
  width: 88%;
  max-width: 400px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-top: 15px;
  justify-content: center;
  align-items: center;
  box-shadow: 3px 3px 15px rgb(238, 238, 238);
}

.divRadioButtonProductForm:hover,
.divRadioANDLabel label:hover,
.divRadioANDLabel input:hover {
  cursor: pointer;
}

.divRadioButtonProductForm p {
  background-color: transparent;
  font-size: 0.8em;
  color: #16161a;
  text-align: left;
  width: 100%;
  overflow: hidden;
  opacity: 1;
  height: 54px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.divRadioANDLabel {
  display: flex;
  flex-direction: row;
  background-color: transparent;
  font-size: 1em;
  font-weight: bold;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
}

.divRadioANDLabel label {
  background-color: transparent;
  margin-right: auto;
  height: auto;
  display: flex;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -2px;
}

#divRadioButtonProductForm1 {
  border: 2px solid #2e7bfd;
}

#divRadioButtonProductForm1 div {
  margin-bottom: 10px;
}

#divRadioButtonProductForm2 div,
#divRadioButtonProductForm3 div {
  margin-bottom: 0px;
}

#divRadioButtonProductForm2,
#divRadioButtonProductForm3 {
  border: 2px solid white;
}

#divRadioButtonProductForm2 p,
#divRadioButtonProductForm3 p {
  height: 0px;
  font-size: 0.8em;
}

.divSubpartInformationProduct {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0px;
  margin: 0px;
  height: auto;
  max-width: 500px;
}

.divSubpartInformationProduct-QA {
  display: flex;
  flex-direction: column;
  width: 90%;
  padding: 0px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  height: auto;
  max-width: 600px; 
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}

#div_question_reponse {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: whitesmoke;
  padding-top: 50px;
  padding-bottom: 100px;
}

#divSubpartInformationProduct0 {
  border-bottom: 1px solid #16161a;
}

#divSubpartInformationProduct1 {
  border-bottom: 1px solid #16161a;
}

#divSubpartInformationProduct2 {
  border-bottom: 1px solid #16161a;
}

#divSubpartInformationProduct3 {
  border-bottom: 1px solid #16161a;
}

.DIVh3ANDbuttonInformationProduct {
  width: auto;
  margin: 0px;
  display: flex;
  flex-direction: row;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
}

.DIVh3ANDbuttonInformationProduct-QA {
  width: auto;
  margin: 0px;
  display: flex;
  flex-direction: row;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  cursor: pointer;
}

.DIVh3ANDbuttonInformationProduct-QA * {
  background-color: white;
  cursor: pointer;
}

.DIVh3ANDbuttonInformationProduct:hover,
.moinsButtonDivInformation:hover,
.plusButtonDivInformation:hover,
.h3DivInformation:hover {
  cursor: pointer;
}

.moinsButtonDivInformation {
  display: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border: none;
  font-size: 1.5em;
  margin: auto;
}

.plusButtonDivInformation {
  display: flex;
  margin: auto 0px auto 20px;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border: none;
  font-size: 1.5em;
}

.imgButtonDivInformation {
  width: 16px;
  height: 16px;
  margin: auto;
}

#imgButtonDivInformationMoins0,
#imgButtonDivInformationMoins1,
#imgButtonDivInformationMoins2,
#imgButtonDivInformationMoins3,
#imgButtonDivInformationMoins4,
#imgButtonDivInformationMoins1-QA,
#imgButtonDivInformationMoins2-QA,
#imgButtonDivInformationMoins3-QA {
  display: none;
}

.img-QA {
  margin: auto;
  width: 90%;
  max-width: 200px;
  background-color: white;
}

.span-img-QA {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
}

#divParagraphInformation0,
#divParagraphInformation1,
#divParagraphInformation2,
#divParagraphInformation3,
#divParagraphInformation4,
#divParagraphInformation1-QA,
#divParagraphInformation2-QA,
#divParagraphInformation3-QA {
  display: block;
  flex-direction: column;
  height: 0px;
  overflow: hidden;
  width: auto;
  padding: 0px 20px 0px 20px;
  margin: 0px;
}

#divInformationsProduct,
#divInformationsProduct *,
#div_question_reponse * {
  transition: all 0.5s ease-in-out;
}

#divInformationsProduct {
  margin-top: 50px;
}

#divInformationsProduct2 {
  margin-top: 0px;
  margin-bottom: 50px;
}

.h3DivInformation {
  font-weight: 600;
}

  #divParagraphInformation1-QA,
#divParagraphInformation2-QA,
#divParagraphInformation3-QA,
#divParagraphInformation1-QA *,
#divParagraphInformation2-QA *,
#divParagraphInformation3-QA * {
  background-color: white;
}

@media (max-width: 450px) {
  .DIVh3ANDbuttonInformationProduct-QA .h3DivInformation {
    font-size: 0.8rem;
    width: auto;
  }

  #divParagraphInformation1-QA,
#divParagraphInformation2-QA,
#divParagraphInformation3-QA,
#divParagraphInformation1-QA *,
#divParagraphInformation2-QA *,
#divParagraphInformation3-QA * {
  background-color: white;
  font-size: 0.8rem;
  line-height: normal;
}
}

#h3NomProduit {
  width: 100%;
  height: auto;
  display: flex;
  background-color: transparent;
  justify-content: flex-start;
  align-items: center;
  color: black;
  font-size: 2.5em;
  font-family: "kepler-std-display", "miller-display", "alluraregular",
    "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 500;
  padding: auto;
  margin: auto auto 30px 0px;
}

.imgSwipper {
  width: 100%;
  height: 100%;
  object-fit: contain;
  overflow: hidden;
}

@media (min-width: 1080px) {
  .swiper {
    width: 95%;
    height: 100%;
    background-color: transparent;
    overflow: visible;
  }

  .swiperSupport {
    width: 95%;
    height: 100%;
    background-color: transparent;
    overflow: visible;
  }

  #divPhotosProduct {
    display: flex;
    width: 62.5%;
    flex-direction: column;
    height: auto;
  }

  #divOptionsANDpayment {
    display: flex;
    width: 30%;
    flex-direction: column;
    margin: 50px 5% 0px 2.5%;
  }

  #divPhotosANDoptions {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 150px;
  }

  #divDescriptionH3description {
    font-weight: 100;
    text-align: center;
    width: 100%;
    margin-top: 150px;
    color: #bbbbbb;
    font-size: 2em;
    font-family: "novecento-sans-narrow", "marianneregular", Verdana, Geneva,
      Tahoma, sans-serif;
    font-weight: 200;
  }

  #divDescriptionH3descriptionPhone {
    display: none;
  }

  #divDescription {
    display: flex;
    background-color: #f1f1f3;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 30px;
    border-radius: 20px;
    width: 70%;
    max-width: 1000px;
    margin: 20px auto 0px auto;
  }

  #divDescriptionPhone {
    display: none;
  }
}

.swiper-wrapper {
  background-color: transparent;
}

@media (max-width: 1080px) {
  #carouselImages {
    margin-top: 20px;
    width: 100%;
  }

  .swiper {
    width: 100%;
    height: 45vh;
    background-color: transparent;
  }

  .swiperSupport {
    width: 100%;
    height: 100%;
    background-color: transparent;
  }

  #divPhotosProduct {
    display: flex;
    width: 100%;
    flex-direction: column;
    height: auto;
  }

  #divOptionsANDpayment {
    display: flex;
    width: 90%;
    max-width: 450px;
    flex-direction: column;
    margin: 75px auto 0px auto;
  }

  #divPhotosANDoptions {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
  }

  #divDescriptionH3description {
    display: none;
  }

  #divDescriptionH3descriptionPhone {
    display: block;
    font-weight: 100;
    text-align: center;
    width: 100%;
    margin-top: 100px;
    color: #bbbbbb;
    font-size: 2em;
    font-family: "novecento-sans-narrow", "marianneregular", Verdana, Geneva,
      Tahoma, sans-serif;
    font-weight: 200;
  }

  #divDescription {
    display: none;
  }

  #divDescriptionPhone {
    display: flex;
    background-color: #f1f1f3;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 30px;
    border-radius: 20px;
    width: 70%;
    max-width: 1000px;
    margin: 20px auto 0px auto;
  }
}

#subDivOrderSummary {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: white;
}

#divSecurePayment {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
}

#h2DiscountCode {
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  background-color: white;
  font-family: "gelica", "owners-narrow", "marianneregular", Verdana, Geneva,
    Tahoma, sans-serif;
  font-weight: 300;
  font-size: 1.3em;
  width: auto;
}

#h2VotrePanier {
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  background-color: white;
  font-family: "gelica", "owners-narrow", "marianneregular", Verdana, Geneva,
    Tahoma, sans-serif;
  font-weight: 300;
  font-size: 1.7em;
  width: auto;
}

#h2Recapitulatif {
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  background-color: white;
  font-family: "gelica", "owners-narrow", "marianneregular", Verdana, Geneva,
    Tahoma, sans-serif;
  font-weight: 300;
  font-size: 1.7em;
  margin-bottom: 30px;
}

#checkoutForm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 15px;
  background-color: white;
}

#checkoutButton {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  height: auto;
  width: auto;
  margin: auto;
  padding: 15px 25px 15px 25px;
  background-color: #2e7bfd;
  border: none;
  color: white;
  transition: all 0.3s ease-in-out;
  font-family: "cabrion_bold", "marianneregular", Verdana, Geneva, Tahoma,
    sans-serif;
  font-size: 1.3em;
}

#checkoutButton:hover {
  background-color: #156bfd;
  cursor: pointer;
}

#divInfosPrixLivraison {
  display: flex;
  flex-direction: column;
  background-color: white;
}

#divInfosPrixLivraison * {
  background-color: white;
}

#badgeStripe {
  margin: auto;
  height: auto;
  max-width: 140px;
  width: 90%;
  background-color: white;
}

#securePaymentImg {
  margin-right: 10px;
  margin-left: auto;
  height: auto;
  width: 20px;
  background-color: white;
}

#securePayment {
  margin-bottom: 15px;
  background-color: white;
  display: flex;
  flex-direction: row;
}

#pPaiementSecurise {
  margin-right: auto;
  font-size: 0.9em;
  background-color: white;
}

#divlinkAnchorGoBackToShopCart {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  width: 100%;
  flex-direction: row;
  background-color: white;
  margin-bottom: 0px;
}

#linkAnchorGoBackToShopCart2 {
  text-decoration: none;
  width: auto;
  height: auto;
  padding: 12px 20px 12px 20px;
  background-color: #f1f1f3;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: black;
  border-radius: 12px;
  margin: 50px auto auto auto;
  transition: all 0.2s ease-in-out;
}

#linkAnchorGoBackToShopCart2 * {
  background-color: transparent;
  text-align: center;
}

#linkAnchorGoBackToShopCart2 img {
  height: 40px;
  margin-right: 10px;
}

#linkAnchorGoBackToShopCart2:hover {
  background-color: #c7c7c7;
}

#linkAnchorGoBackToShopCart {
  text-decoration: none;
  width: auto;
  height: auto;
  padding: 10px 13px 10px 13px;
  background-color: #f1f1f3;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: black;
  border-radius: 9px;
  margin: auto;
  transition: all 0.2s ease-in-out;
  margin-right: 0px;
}

#linkAnchorGoBackToShopCart * {
  background-color: transparent;
  text-align: center;
}

#linkAnchorGoBackToShopCart:hover {
  background-color: #c7c7c7;
}

#divDeliveryCost {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0px;
  margin: 0px;
  height: auto;
  background-color: white;
}

#subDivDeliveryCost {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  background-color: white;
}

#subDivDeliveryCost * {
  background-color: white;
}

#divDeliveryCost:hover {
  cursor: pointer;
}

#divParagraphInformation {
  display: block;
  flex-direction: column;
  height: 0px;
  overflow: hidden;
  width: auto;
  padding: 0px 20px 0px 20px;
  margin: 0px;
  background-color: white;
  transition: all 0.3s ease-in-out;
}

#divParagraphInformation:hover {
  cursor: default;
}

#divParagraphInformation * {
  color: #000000;
  background-color: white;
}

#divParagraphInformation a {
  color: rgb(0, 0, 0);
  background-color: #e2e2e2;
  padding: 6px 11px 6px 11px;
  border-radius: 5px;
  height: auto;
  width: auto;
  text-decoration: none;
  margin: 5px auto 0px 0px;
  font-size: 0.9em;
  transition: all 0.2s ease-in-out;
}

#divParagraphInformation1 a {
  color: rgb(0, 0, 0);
  background-color: #e2e2e2;
  padding: 6px 11px 6px 11px;
  border-radius: 5px;
  height: auto;
  width: auto;
  text-decoration: none;
  margin: 5px auto 0px 0px;
  font-size: 0.9em;
  transition: all 0.2s ease-in-out;
}

#divParagraphInformation4 a {
  color: rgb(0, 0, 0);
  background-color: #e2e2e2;
  padding: 6px 11px 6px 11px;
  border-radius: 5px;
  height: auto;
  width: auto;
  text-decoration: none;
  margin: 5px auto 0px 0px;
  font-size: 0.9em;
  transition: all 0.2s ease-in-out;
}

#divParagraphInformation a:hover {
  color: rgb(0, 0, 0);
  background-color: #cacaca;
}

#imgButtonDivInformationMoins,
#imgButtonDivInformationPlus,
#imgButtonDivInformationMoins-QA,
#imgButtonDivInformationPlus-QA {
  width: 100%;
  height: 100%;
  margin: 0px;
  background-color: white;
}

#imgButtonDivInformationMoins,
#imgButtonDivInformationMoins-QA {
  display: none;
}

#imgButtonDivInformationPlus,
#imgButtonDivInformationPlus-QA {
  display: flex;
}

#h3DivCoutLivraison {
  width: auto;
  margin-right: auto;
}

#divSummaryPrice {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  width: 100%;
  background-color: white;
}

#divSummaryPrice * {
  background-color: white;
  font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 400;
}

.divLabelEtPrix {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: row;
  margin-bottom: 10px;
}

.divPriceCheckoutRecapitulatif {
  margin: auto;
  width: 30%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.labelPriceRecapitulatifCheckout {
  margin: auto;
  width: auto;
  display: flex;
  width: 70%;
  text-align: left;
}

#idDiscountPrice {
  padding-bottom: 0px;
}

#subDivOrderSummary {
  background-color: white;
}

#divProceedToCheckout {
  background-color: white;
}

#submitDiscountCode {
  display: flex;
  font-family: "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 13px;
  font-size: 0.9em;
  background-color: #16161a;
  width: auto;
  height: auto;
  text-decoration: none;
  border-radius: 9px;
  transition: all 0.2s ease-in-out;
  border: none;
  margin: auto 0px auto auto;
}

#submitDiscountCode:hover {
  background-color: #156bfd;
  cursor: pointer;
}

#divCartTable {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
  background-color: white;
  font-family: "roboto", Arial, Helvetica, sans-serif;
}

#headingLineCart {
  margin-top: 15px;
}

#headingLineCart p {
  text-align: center;
}

#headingLineCart * {
  background-color: white;
}

.lineCart div {
  background-color: white;
  display: flex;
  padding: 10px;
  box-sizing: border-box;
  height: 100%;
}

.imgLineCart {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  border-radius: 5px;
}

.imgButtonQuantityProductCart {
  height: 100%;
  width: 100%;
  background-color: transparent;
}

.formQuantityProductCart {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto 5px auto 5px;
  background-color: white;
}

.buttonQuantityProduct {
  height: 23px;
  width: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  border: 1px solid rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  margin: auto 5px auto 5px;
}

.buttonQuantityProduct:hover {
  cursor: pointer;
}

.divInfosCart {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.divInfosCart * {
  background-color: white;
}

.divImgCart {
  justify-content: center;
  align-items: center;
}

.divPlusMoinsCart {
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.pNumberQuantity {
  font-size: 1.1em;
  margin: auto 3px auto 3px;
  position: relative;
  top: -1px;
  display: flex;
  background-color: white;
}

.divPriceCart {
  justify-content: center;
  align-items: center;
}

.divPriceCart * {
  background-color: white;
  color: #2e7bfd;
  font-size: 1.5em;
}

.pPriceLineCart,
.pUnitLineCart {
  position: relative;
  top: -3px;
}

@media (max-width: 1000px) {
  #divWrongCoupon,
  #divRightCoupon,
  #divCoupon {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: white;
    font-size: 0.9em;
  }

  #inputDiscountCode {
    padding: 10px;
    background-color: white;
    border-radius: 9px;
    border: 1px solid black;
    width: 60%;
    margin-left: 0px;
    box-sizing: border-box;
  }

  #formDiscountCode {
    margin-top: 20px;
    margin-bottom: 0px;
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: transparent;
    box-sizing: border-box;
  }

  .pNameProductCart {
    font-size: 1em;
    text-align: center;
    color: black;
    font-weight: bold;
    width: 100%;
    font-family: "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
  }

  .pSizeProductCart,
  .pSignatureProductCart,
  .pQuantityProductCart {
    font-size: 0.9em;
    text-align: center;
    width: 100%;
    color: rgb(0, 0, 0);
  }

  #headingLineCart {
    display: none;
  }

  .lineCart {
    display: grid;
    background-color: white;
    grid-template-columns: 0.5fr 0.5fr;
    background-color: white;
    width: 100%;
  }

  .lineCart {
    grid-template-rows: 200px 100px;
    border: 1px solid rgb(232, 232, 232);
    overflow: hidden;
    border-radius: 9px;
    margin-top: 15px;
  }

  #divCartBloc {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1500px;
    background-color: transparent;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  #divCart {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: auto;
    background-color: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 3px 3px 15px rgb(238, 238, 238);
    margin-bottom: 30px;
    box-sizing: border-box;
  }

  #divDiscountCode {
    display: flex;
    flex-direction: column;
    min-width: 275px;
    width: 100%;
    max-width: 450px;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    background-color: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 3px 3px 15px rgb(238, 238, 238);
    box-sizing: border-box;
    margin-bottom: 30px;
  }

  #divCartANDDiscountCodeForm {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 90%;
    background-color: transparent;
    height: auto;
    margin: auto;
    padding: 0px;
  }

  #divOrderSummary {
    display: flex;
    flex-direction: column;
    width: 90%;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    height: auto;
    background-color: white;
    padding: 30px;
    border-radius: 20px;
    margin: auto;
    box-shadow: 3px 3px 15px rgb(238, 238, 238);
    box-sizing: border-box;
  }

  #linkAnchorGoBackToShopCart p {
    font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma,
      sans-serif;
    font-size: 1em;
    display: none;
  }

  #linkAnchorGoBackToShopCart img {
    height: 25px;
    width: 25px;
    margin-right: 0px;
    position: relative;
    top: -2px;
  }

  .divPlusMoinsCart {
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
}

@media (min-width: 1000px) {
  #divWrongCoupon,
  #divRightCoupon,
  #divCoupon {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: white;
    font-size: 0.9em;
  }

  #inputDiscountCode {
    padding: 10px;
    background-color: white;
    border-radius: 9px;
    border: 1px solid black;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 10px;
    box-sizing: border-box;
  }

  #formDiscountCode {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    box-sizing: border-box;
    margin-bottom: 0px;
  }

  .pNameProductCart {
    font-size: 1em;
    text-align: left;
    color: black;
    font-weight: bold;
    width: default;
    font-family: "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
  }

  .pSizeProductCart,
  .pSignatureProductCart,
  .pQuantityProductCart {
    font-size: 0.9em;
    width: default;
    text-align: left;
    color: rgb(0, 0, 0);
  }

  .lineCart,
  #headingLineCart {
    display: grid;
    background-color: white;
    grid-template-columns: 30% 30% 20% 20%;
    background-color: white;
    width: 100%;
  }

  .lineCart {
    grid-template-rows: 220px;
    border: 1px solid rgb(232, 232, 232);
    overflow: hidden;
    border-radius: 9px;
    margin-top: 15px;
  }

  #divCartBloc {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: transparent;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  #divCart {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: auto;
    background-color: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 3px 3px 15px rgb(238, 238, 238);
    margin-bottom: 50px;
    box-sizing: border-box;
  }

  #divDiscountCode {
    display: flex;
    flex-direction: column;
    width: calc(45% - 25px);
    min-width: 300px;
    max-width: 400px;
    height: 250px;
    padding: 30px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 3px 3px 15px rgb(238, 238, 238);
    box-sizing: border-box;
    margin-bottom: 50px;
    margin-right: 50px;
  }

  #divCartANDDiscountCodeForm {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%;
    max-width: 800px;
    background-color: transparent;
    height: auto;
    margin-right: 50px;
    padding: 0px;
  }

  #divOrderSummary {
    display: flex;
    flex-direction: column;
    width: 30%;
    max-width: 500px;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    height: auto;
    background-color: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 3px 3px 15px rgb(238, 238, 238);
    box-sizing: border-box;
  }

  #linkAnchorGoBackToShopCart p {
    font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma,
      sans-serif;
    font-size: 1em;
    display: default;
  }

  #linkAnchorGoBackToShopCart img {
    height: 25px;
    width: 25px;
    margin-right: 10px;
    position: relative;
    top: -2px;
  }

  .divPlusMoinsCart {
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
}

.linkProductFromCart {
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pPriceProduct {
  color: #777777;
  font-size: 0.8em;
}

#divDisplayEmptyCart {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  width: 100%;
  border: 1px solid rgb(232, 232, 232);
  border-radius: 9px;
  margin-top: 15px;
  height: 150px;
}

#divWrongCoupon p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  width: 100%;
  text-align: center;
  color: red;
  background-color: white;
}

#divRightCoupon p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  width: 100%;
  text-align: center;
  color: #156bfd;
  background-color: white;
}

#divCoupon p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  text-align: center;
  color: #000000;
  background-color: white;
}

#pLimitQuantity {
  width: 80%;
  margin: auto;
  height: auto;
  text-align: center;
  font-size: 1.1em;
  font-weight: normal;
  color: rgb(0, 0, 0);
  font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
}

#divGreyLines {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 30px;
  flex-direction: row;
  width: 90%;
}

#divGreyLines p {
  margin-left: 10px;
  margin-right: 10px;
  color: #7f7f7f;
  font-weight: lighter;
}

.greyLines {
  width: 120px;
  border-bottom: 1px solid rgb(195, 195, 195);
}

#pSpecificSizeRequirements {
  margin-top: 0px;
  margin-bottom: 10px;
}

.h2LegalPages {
  width: 90%;
  max-width: 800px;
  font-family: "robotobold", "marianneregular", Verdana, Geneva, Tahoma,
    sans-serif;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
}

.pLegalPages {
  width: 90%;
  max-width: 800px;
  margin-bottom: 50px;
  font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
  text-align: justify;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
}

.pOrderNumber {
  width: 100%;
  text-align: center;
  background-color: white;
}

.pInformationsCommande6,
.pInformationsCommande1,
.pInformationsCommande2,
.pInformationsCommande3,
.pInformationsCommande4,
.pInformationsCommande5 {
  margin-left: 20px;
  background-color: white;
  width: calc(100%-20px);
  max-width: 250px;
  font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
}

.pInformationsCommande1 {
  margin-top: 20px;
}

.pInformationsCommande4 {
  margin-bottom: 10px;
}

.pInformationsCommande5 {
  padding-top: 10px;
  border-top: 1px solid rgb(229, 229, 229);
  margin-bottom: 20px;
  color: #2e7bfd;
  font-weight: bold;
}

.divInfosOrder * {
  background-color: white;
}

.divPriceOrder * {
  background-color: white;
  color: #2e7bfd;
  font-size: 1.5em;
}

.divInfosOrder {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.divImgOrder {
  justify-content: center;
  align-items: center;
}

.divPriceOrder {
  justify-content: center;
  align-items: center;
}

.lineOrder div {
  background-color: white;
  display: flex;
  padding: 10px;
  box-sizing: border-box;
  height: 100%;
}

.DIVh3ANDbuttonOrder {
  width: auto;
  margin: 20px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  border-top: 2px solid black;
}

.DIVh3ANDbuttonOrder:hover,
.moinsButtonDivOrder:hover,
.plusButtonDivOrder:hover,
.h3DivOrder:hover {
  cursor: pointer;
}

.h3DivOrder {
  background-color: white;
}

.moinsButtonDivOrder {
  display: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border: none;
  font-size: 1.5em;
  margin: auto;
}

.plusButtonDivOrder {
  display: flex;
  margin: auto 0px auto auto;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border: none;
  font-size: 1.5em;
}

.imgButtonDivOrder {
  width: 100%;
  height: 100%;
  margin: 0px;
  background-color: white;
}

#imgButtonDivOrderMoins1 {
  display: none;
}

@media (max-width: 800px) {
  .lineOrder {
    display: grid;
    background-color: white;
    grid-template-columns: 50% 50%;
    background-color: white;
    width: 100%;
    grid-template-rows: 220px 90px;
    border: 1px solid rgb(232, 232, 232);
    overflow: hidden;
    border-radius: 9px;
    margin-top: 15px;
  }
}

@media (min-width: 800px) {
  .lineOrder {
    display: grid;
    background-color: white;
    grid-template-columns: 30% 30% 40%;
    background-color: white;
    width: 100%;
    grid-template-rows: 220px;
    border: 1px solid rgb(232, 232, 232);
    overflow: hidden;
    border-radius: 9px;
    margin-top: 15px;
  }
}

@media (max-width: 650px) {
  .itemCommandeUtilisateur {
    display: flex;
    flex-direction: column;
    background-color: white;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 20px;
    width: 100%;
    padding: 20px 5px 5px 5px;
    box-sizing: border-box;
    margin-top: 30px;
  }

  .informationsCommande {
    background-color: white;
    padding: 0px 5px;
    box-sizing: border-box;
  }

  .contentDetailsOrder {
    background-color: white;
    box-sizing: border-box;
    padding: 0px 5px;
    overflow: hidden;
  }

  #mesCommandes {
    display: flex;
    justify-content: center;
    align-items: left;
    padding: 30px 10px;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    border-radius: 15px;
    width: 100%;
    max-width: 1200px;
    flex-direction: column;
    margin: 0px auto 40px auto;
    box-sizing: border-box;
  }

  .messageInformationEtatCommande {
    background-color: white;
    font-size: 1.3em;
    text-align: center;
    width: 80%;
    margin: 10px auto 30px auto;
    font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma,
      sans-serif;
  }
}

@media (min-width: 650px) {
  .itemCommandeUtilisateur {
    display: flex;
    flex-direction: column;
    background-color: white;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 20px;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 30px;
  }

  .informationsCommande {
    background-color: white;
    padding: 0px 40px;
    box-sizing: border-box;
  }

  .contentDetailsOrder {
    background-color: white;
    box-sizing: border-box;
    padding: 0px 40px;
    overflow: hidden;
  }

  #mesCommandes {
    display: flex;
    justify-content: center;
    align-items: left;
    padding: 30px;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    border-radius: 15px;
    width: 100%;
    max-width: 1200px;
    flex-direction: column;
    margin: 0px auto 40px auto;
    box-sizing: border-box;
  }

  .messageInformationEtatCommande {
    background-color: white;
    font-size: 1.5em;
    text-align: center;
    width: 80%;
    margin: 10px auto 30px auto;
    font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma,
      sans-serif;
  }
}

#paymentSuccessImg {
  height: 70px;
  width: 70px;
  margin: 0px auto 25px auto;
}

#linkSuccessPayment {
  color: rgb(0, 0, 0);
  background-color: #e2e2e2;
  padding: 6px 11px 6px 11px;
  border-radius: 5px;
  height: auto;
  width: auto;
  margin: 0px auto 10px auto;
  text-decoration: none;
  font-size: 0.9em;
  transition: all 0.2s ease-in-out;
}

#linkSuccessPayment:hover {
  background-color: #cbcbcb;
}

#displayCommande {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(250, 250, 250);
  flex-direction: column;
}

#displayCommande h2 {
  font-size: 1.5em;
  width: 100%;
  text-align: center;
}

#commandeUtilisateurPageSuccess {
  width: 90%;
  max-width: 800px;
}

#inputCodeMDPOublie {
  display: inline;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  margin-left: 0px;
  border: 1px solid rgb(190, 190, 190);
  border-radius: 10px;
  margin-top: 5px;
  font-size: 1em;
}

#backgroundSizeguide {
  width: 90%;
  max-width: 1500px;
  object-fit: cover;
  border-radius: 30px;
  position: relative;
  min-height: 320px;
}

#containerBackgroundSizeguide {
  width: 100%;
  height: auto;
  min-height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imgSizingDetails {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: none;
}

@media (min-width: 1050px) {
  .containerImgSizeGuide {
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .containerImgSizeGuide2 {
    display: none;
  }
  .containerImgSizeGuide3 {
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .imgSizeGuide {
    height: auto;
    width: 90%;
    border-radius: 30px;
  }
  .infoSizingDetails1 {
    width: 60%;
    display: flex;
    justify-content: left;
  }
  .infoSizingDetails2 {
    width: 60%;
    display: flex;
    justify-content: right;
  }
  #containerBackgroundSizeguide2 {
    width: 100%;
    height: auto;
    min-height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .divEnvironnement span {
    text-align: justify;
    color: rgb(0, 0, 0);
  }
}

@media (max-width: 1050px) {
  .containerImgSizeGuide {
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .containerImgSizeGuide2 {
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .containerImgSizeGuide3 {
    display: none;
  }
  .imgSizeGuide {
    height: auto;
    width: 100%;
    border-radius: 30px;
  }
  .infoSizingDetails1 {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .infoSizingDetails2 {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #containerBackgroundSizeguide2 {
    display: none;
  }
  .divEnvironnement span {
    text-align: left;
    color: rgb(0, 0, 0);
  }
}

.divInfosEncadrementPageGuideDesTailles {
  width: 90%;
  max-width: 800px;
  margin-bottom: 50px;
  font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
  text-align: left;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
}

.divInfosEncadrementPageGuideDesTailles * {
  font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
  text-align: justify;
}

.divInfosEncadrementPageGuideDesTailles h2 {
  width: 90%;
  max-width: 800px;
  font-family: "robotobold", "marianneregular", Verdana, Geneva, Tahoma,
    sans-serif;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 15px;
}
.divInfosEncadrementPageGuideDesTailles p {
  margin-bottom: 30px;
}
.divInfosEncadrementPageGuideDesTailles ul {
  margin-bottom: 30px;
  margin-left: 10px;
}
.divInfosEncadrementPageGuideDesTailles li {
  margin-bottom: 10px;
  margin-left: 10px;
}
.divInfosEncadrementPageGuideDesTailles ol {
  margin-bottom: 10px;
  margin-left: 10px;
}

.divEnvironnement {
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  width: 70%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  border: 1px solid rgb(219, 219, 219);
  padding: 40px;
}

.divEnvironnement h2 {
  width: 90%;
  max-width: 800px;
  font-family: "robotobold", "marianneregular", Verdana, Geneva, Tahoma,
    sans-serif;
  text-align: center;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  font-size: 2em;
  margin-top: 20px;
}

.divEnvironnement li {
  margin-bottom: 20px;
  margin-left: 10px;
}

.ulLegalPages {
  width: 90%;
  max-width: 800px;
  margin-top: -40px;
  margin-bottom: 10px;
  font-family: "roboto", "marianneregular", Verdana, Geneva, Tahoma, sans-serif;
  text-align: justify;
  font-weight: 500;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  box-sizing: border-box;
}

#alertCommentButtonForm {
  background-color: white;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 20px;
  display: flex;
  margin: auto;
  width: 80%;
  max-width: 300px;
  max-height: 170px;
  height: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#alertCommentButtonForm p {
  background-color: transparent;
  font-size: 1.2em;
  margin: 15px;
  margin-top: auto;
}

#alertCommentButtonForm input {
  width: 90px;
  height: 50px;
  background-color: #1572fd;
  color: white;
  margin: 10px;
  margin-bottom: auto;
  border: none;
  border-radius: 10px;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#alertCommentButtonForm input:hover {
  cursor: pointer;
  background-color: #3686ff;
}

#divMailVerif2 {
  width: 100vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 90%;
  margin: 100px auto 75px auto;
}

#mailVerif {
  width: 100%;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  padding: none;
}

#pMailVerif {
  width: 100%;
  text-align: center;
  margin: 20px;
  margin-left: 0px;
  margin-right: 0px;
  padding: none;
}

#NoPrintProductInformationsDiv {
  font-size: 0.9em;
}


/* style.css */

/* Configuration de base de la section */
.process-section {
    position: relative;
    padding: 100px 20px;
    background-color: #16161a; /* Couleur de fond de la section */
    overflow: hidden;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.process-container {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    background-color: transparent;
}

.section-title {
    text-align: center;
    margin-bottom: 80px;
    font-size: 2.3rem;
    color: white;
    background-color: transparent;
    font-weight: normal;
}

/* --- La Ligne Centrale --- */
.line-container {
    position: absolute;
    top: 100px; /* Doit correspondre à peu près au début des items */
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px; /* Épaisseur de la ligne */
    height: calc(100% - 200px); /* Ajustement pour ne pas dépasser */
    z-index: 1;
    background-color: transparent;
}

.line-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: whitesmoke; /* Couleur ligne inactive (gris) */
    border-radius: 4px;
}

.line-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%; /* Commence à 0 */
    background-color: #2e7bfd; /* COULEUR PRINCIPALE (La ligne active) */
    border-radius: 4px;
    transition: height 0.1s linear; /* Animation fluide */
}

/* --- Les Étapes --- */
.steps-wrapper {
    position: relative;
    z-index: 2; /* Au dessus de la ligne */
    display: flex;
    flex-direction: column;
    gap: 80px; /* Espace entre chaque étape */
    background-color: transparent;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease;
    transform: translateY(20px);
    background-color: transparent;
}

/* État actif de l'étape (géré par JS) */
.step-item.active {
    transform: translateY(0);
}

.step-item.active .step-content p, .step-item.active .step-content h3 {
    transform: translateY(0);
    opacity: 1;
}

/* Le rond (Disque épais) */
.step-marker {
    background: #16161a; /* Même couleur que le fond de section pour "couper" la ligne */
    padding: 10px 0; /* Espace vertical autour du rond */
    margin-bottom: 20px;
    z-index: 2;
    background-color: transparent;
}

.step-disc {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 5px solid whitesmoke; /* Bordure grise par défaut */
    background-color: white;
    transition: border-color 0.3s ease, background-color 0.3s ease, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Quand l'étape est active */
.step-item.active .step-disc {
    border-color: #2e7bfd; /* COULEUR PRINCIPALE */
    background-color: #2e7bfd; /* Remplissage */
    transform: scale(1.3); /* Petit effet de "pop" */
}

.step-content h3 {
    margin: 0 0 10px 0;
    font-size: 1.5rem;
    color: white;
    opacity: 0.5; /* Légèrement transparent quand inactif */
    transition:opacity 0.3s ease;
    background-color: #16161a;
}

.step-content p {
    margin: 0;
    color: whitesmoke;
    max-width: 600px; /* Limite la largeur du texte pour la lecture */
    width: 80%;
    margin: 0 auto;
    line-height: 1.6;
    opacity: 0.5; /* Légèrement transparent quand inactif */
    transition:opacity 0.3s ease;
    background-color: #16161a;
}

.step-content p strong {
    background-color: #16161a;
}

.step-content {
  background-color: #16161a;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* =========================================
   VERSION ORDINATEUR (Media Query)
   Ces règles ne s'appliquent que si l'écran 
   est plus large que 768px (Tablettes et PC).
========================================= */

@media (min-width: 1100px) {

    /* 1. Déplacer la ligne sur la gauche */
    .line-container {
        /* On annule le centrage du mobile */
        left: 20px; /* Position fixe à gauche : 20px padding container + 40px (moitié du marker) */
        transform: translateX(-50%); /* On centre la ligne sur ce point exact */
    }

    /* 2. Changer l'orientation des étapes : de colonne à ligne */
    .step-item {
        flex-direction: row; /* Met le rond et le texte côte à côte */
        align-items: flex-start; /* Aligne le tout en haut */
        text-align: left; /* Pousse le texte à gauche */
    }

    /* 3. Ajuster le conteneur du marqueur */
    .step-marker {
        margin-bottom: 0; /* Plus besoin de marge en bas */
        margin-right: 40px; /* Espace entre le rond et le texte */
        width: 80px; /* Largeur fixe pour que la ligne tombe bien au milieu */
        justify-content: center; /* Centre le rond dans son conteneur de 80px */
    }

     /* Petit ajustement optique pour aligner le rond avec le titre H3 */
    .step-disc {
        margin-top: 6px;
    }

    /* 4. Ajuster le contenu textuel */
    .step-content p {
        margin: 0; /* On annule le 'margin: 0 auto' du mobile */
        max-width: 600px; /* Le texte peut être plus large sur PC */
    }
}

/* --- Galerie Flottante (Base : cachée sur mobile) --- */
.floating-gallery-phone {
    display: block; /* On cache sur téléphone pour ne pas encombrer */
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto; /* On place la zone d'images à gauche */
    width: 90%; /* Prend un peu moins de la moitié gauche */
    pointer-events: none; /* Permet de cliquer à travers si besoin */
    z-index: 3; /* Derrière tout par défaut */
    background-color: transparent;
    height : 1000px;
    margin-bottom: 200px;
}

.floating-gallery
{
  display: none;
}

/* --- VERSION ORDINATEUR --- */
@media (min-width: 1100px) {

    .floating-gallery-phone
    {
      display: none;
    }
    
    .floating-gallery {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0; /* On place la zone d'images à gauche */
        width: 40%; /* Prend un peu moins de la moitié gauche */
        pointer-events: none; /* Permet de cliquer à travers si besoin */
        z-index: 3; /* Derrière tout par défaut */
        background-color: transparent;
    }

        /* --- Configuration "Aléatoire" des 5 images --- */
    
    /* Image 1 : Haut gauche, petite */
    .img-1 {
        top: 10%; 
        left: 10%;
        width: 250px;
        z-index: 2; /* Devant */
    }

    /* Image 2 : Milieu/Haut, Grande, un peu cachée */
    .img-2 {
        top: 25%;
        right: 5%; /* Collée vers le centre de la page */
        width: 280px;
        z-index: 1; /* Derrière */
    }

    /* Image 3 : Milieu/Bas, format paysage */
    .img-3 {
        top: 50%;
        left: 5%;
        width: 200px;
        z-index: 3;
    }

    /* Image 4 : Bas, grande colonne */
    .img-4 {
        top: 70%;
        left: 20%;
        width: 220px;
        z-index: 0; /* Tout au fond */
    }

    /* Image 5 : Tout en bas, petit détail */
    .img-5 {
        top: 85%;
        right: 20%;
        width: 120px;
        z-index: 2;
    }
}

.float-img {
        position: absolute;
        object-fit: cover;
        box-shadow: 0 15px 35px rgba(0,0,0,0.1); /* Belle ombre portée */
        border-radius: 4px;
        transition: transform 0.1s linear; /* Fluidité pour le JS */
        will-change: transform; /* Optimisation performance */
    }


        /* --- Configuration "Aléatoire" des 5 images --- */
    
    /* Image 1 : Haut gauche, petite */
    .img-1 {
        top: 10%; 
        left: 10%;
        width: 250px;
        z-index: 2; /* Devant */
    }

    /* Image 2 : Milieu/Haut, Grande, un peu cachée */
    .img-2 {
        top: 25%;
        right: 5%; /* Collée vers le centre de la page */
        width: 280px;
        z-index: 1; /* Derrière */
    }

    /* Image 3 : Milieu/Bas, format paysage */
    .img-3 {
        top: 50%;
        left: 5%;
        width: 200px;
        z-index: 3;
    }

    /* Image 4 : Bas, grande colonne */
    .img-4 {
        top: 70%;
        left: 25%;
        width: 220px;
        z-index: 0; /* Tout au fond */
    }

    /* Image 5 : Tout en bas, petit détail */
    .img-5 {
        top: 85%;
        right: 20%;
        width: 120px;
        z-index: 2;
    }

    @media (max-width : 450px) {
      .floating-gallery-phone {
    display: block; /* On cache sur téléphone pour ne pas encombrer */
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto; /* On place la zone d'images à gauche */
    width: 90%; /* Prend un peu moins de la moitié gauche */
    pointer-events: none; /* Permet de cliquer à travers si besoin */
    z-index: 3; /* Derrière tout par défaut */
    background-color: transparent;
    height : 1500px;
    margin-bottom: 200px;
}

       /* --- Configuration "Aléatoire" des 5 images --- */
    
    /* Image 1 : Haut gauche, petite */
    .img-1 {
        top: 0%; 
        left: 0%;
        width: 250px;
        z-index: 2; /* Devant */
    }

    /* Image 2 : Milieu/Haut, Grande, un peu cachée */
    .img-2 {
        top: 25%;
        right: 0%; /* Collée vers le centre de la page */
        width: 240px;
        z-index: 1; /* Derrière */
    }

    /* Image 3 : Milieu/Bas, format paysage */
    .img-5 {
        top: 50%;
        left: 5%;
        width: 80px;
        z-index: 3;
    }

    /* Image 4 : Bas, grande colonne */
    .img-4 {
        top: 70%;
        left: 25%;
        width: 220px;
        z-index: 0; /* Tout au fond */
    }

    /* Image 5 : Tout en bas, petit détail */
    .img-3 {
        top: 75%;
        right: 20%;
        width: 200px;
        z-index: 2;
    }

    }