:root {
  --blanc: #ffffff;
  --orange: #febb1e;
  --mauve: #162038;
  --gris: #e0e0e0;
  --grisClaire: #f7f7f7;
}
#popup {
  margin: auto auto;
  background-color: #1b2846;
  /* Couleur du background principal */
  position: fixed;
  bottom: 0;
  z-index: 5000 /*Mets le div en avant plan */;
  height: 150px;
  display: block;
  transition: all ease 2s;
  width: 100%;
  left: 0;
}
#popup > div {
  width: 95%;
  margin: auto;
}
#popup.remove-popup {
  bottom: -100%;
}
p.text-cookies {
  padding: 15px 0;
  color: white !important;
  /* Couleur du texte */
  font-size: 0.7em;
  /* en mobile */
  text-align: left;
}
p.text-cookies a {
  color: #A5A6A8;
  text-decoration: none;
}
button#buttonCookie {
  background-color: #FEBB1E;
  text-transform: uppercase;
  color: white;
  border: none;
  padding: 0.25em 0.75em;
  margin-left: auto;
  display: block;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  p.text-cookies {
    font-size: 1em;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body,
html {
  position: relative;
  width: 100%;
  font-size: 16px;
  overflow-x: hidden !important;
}
body {
  font-family: 'Prompt', sans-serif;
}
p,
h1,
h2,
h3,
h4,
a,
b,
span,
.button {
  color: #162038;
}
a {
  text-decoration: unset;
}
a,
.button {
  transition: all 400ms;
  cursor: pointer;
}
.button {
  padding: 13px 28px;
  display: block;
  width: max-content;
  font-size: 16px;
  background-color: var(--mauve);
  color: var(--blanc);
}
.button:hover {
  background-color: var(--orange);
}
.button img {
  margin-right: 12px;
}
img {
  width: 100%;
  max-width: max-content;
  display: block;
}
main {
  position: relative;
}
.container {
  width: 90%;
  margin: 0 auto;
}
.flex-row {
  display: flex;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-switch {
  display: flex;
  flex-direction: column;
}
.wrap {
  flex-wrap: wrap;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(284px, 1fr));
}
header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
}
header ul li {
  transition: background-color 0.3s linear, color 0.2s linear;
  cursor: pointer;
}
header ul li a {
  color: var(--blanc);
  text-decoration: none;
}
.header-mobile {
  background-color: var(--mauve);
  padding: 16px 0;
  width: 100%;
  position: fixed;
}
.header-mobile .flex-row {
  justify-content: space-between;
}
.header-screen {
  display: none;
}
#burger .line {
  width: 33px;
  height: 3px;
  background-color: white;
  margin: 8px 0;
  transform-origin: 3% 0%;
  border-radius: 13px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
#burger.actif .line:nth-child(1) {
  transform: translate3d(0, 0, 0) rotate(45deg);
}
#burger.actif .line:nth-child(2) {
  opacity: 0;
}
#burger.actif .line:nth-child(3) {
  transform: translate3d(0, 0, 0) rotate(-45deg);
}
.menu-mobile {
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: -100%;
  padding-top: 90px;
  background-color: var(--mauve);
  z-index: 2;
  padding-left: 22px;
  transition: top 0.5s ease;
}
.menu-mobile li {
  width: fit-content;
  color: var(--blanc);
  margin: 18px 0;
}
.menu-mobile li a {
  color: var(--blanc);
  text-decoration: unset;
  font-size: 1.1em;
}
.menu-mobile .sous-menu-container ul {
  margin-left: 16px;
}
.menu-mobile .sous-menu-container.actif {
  color: var(--orange);
}
.menu-mobile .sous-menu-container.actif > ul {
  display: block;
}
.menu-mobile .deuxieme-dimension,
.menu-mobile .troisieme-dimension {
  display: none;
}
.menu-mobile .deuxieme-dimension.actif,
.menu-mobile .troisieme-dimension.actif {
  display: block;
}
.menu-mobile.actif {
  top: 0;
}
.banner {
  position: relative;
}
.banner-content {
  position: absolute;
}
hr {
  background-color: var(--mauve);
  color: var(--mauve);
  flex: 1;
  height: 5px;
}
.hr-container {
  display: flex;
  align-items: center;
}
.hr-container span {
  font-size: 1.2em;
  font-weight: 600;
}
.elm-absolute {
  position: absolute;
}
ul {
  list-style: none;
  display: list-item;
}
.orange {
  color: var(--orange);
}
.section-equipement {
  padding-top: 60px;
}
.section-equipement h2 {
  font-weight: 900;
}
.section-equipement .equipement-container {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  padding-top: 34px;
  padding-bottom: 90px;
  row-gap: 36px;
}
.section-equipement .equipement-container .equipement p {
  line-height: 26px;
}
.section-equipement .equipement-container .equipement p span {
  display: block;
  font-size: 2em;
  font-weight: 800;
}
.section-equipement .equipement-container .equipement .button {
  margin-top: 26px;
}
.format {
  margin-bottom: 20px;
}
.format .col-1 {
  background-color: #fdc300;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 10%;
}
.format .col-1 strong,
.format .col-1 h1,
.format .col-1 h2 {
  margin-right: 10px;
  font-weight: 900;
  font-size: 1.2em;
}
.format .col-2 {
  max-width: 380px;
}
.format .col-2 img {
  height: 100%;
}
.heading .title {
  display: flex;
  align-items: center;
}
.heading .title img {
  margin-left: 15px;
}
input[name="name"] {
  display: none;
}
input,
textarea {
  font-family: 'Prompt', sans-serif;
}
input:not([type="submit"]),
textarea {
  width: 100%;
  padding: 9px 9px;
}
.checkbox-container label {
  cursor: pointer;
}
input[type="checkbox"] {
  width: fit-content;
}
input::placeholder,
textarea::placeholder {
  font-weight: 600;
}
input[type="submit"] {
  border: 0;
}
select {
  background-color: var(--blanc);
  padding: 4px 6px;
  min-width: 205px;
  cursor: pointer;
}
.label-poste {
  margin-right: 10px;
}
input[type="file"] {
  display: none;
}
label[for="upload"] {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: fit-content;
}
label[for="upload"] p {
  margin-left: 18px;
}
.uploaded-files {
  margin-top: 10px;
}
.form-error {
  color: red;
  font-weight: bold;
}
.input-error {
  border: 3px solid red;
}
footer * {
  color: var(--blanc);
}
footer a:hover {
  color: var(--orange);
}
footer hr {
  width: 35%;
  max-width: 650px;
  background-color: var(--orange);
  height: 14px;
  margin-left: 0;
  border: 0;
}
footer strong {
  color: var(--orange);
  font-weight: 400;
}
footer > .row-2 {
  padding-top: 26px;
  background-color: var(--mauve);
}
footer > .row-2 .container > .flex-switch > .col-2 > .row-1 .flex-column {
  padding-top: 26px;
}
footer > .row-2 .container > .flex-switch > .col-2 > .row-1 > .col-3 .piece {
  margin-top: 24px;
}
footer > .row-2 .container > .flex-switch > .col-2 > .row-2 {
  margin-top: 26px;
}
@media only screen and (min-width: 768px) {
  .format .col-1 strong,
  .format .col-1 h1,
  .format .col-1 h2 {
    font-size: 1.4em;
  }
}
@media only screen and (min-width: 1024px) {
  .flex-switch {
    flex-direction: row;
    justify-content: space-between;
  }
  hr {
    width: 100%;
    border: 0;
  }
  .section-equipement {
    padding-top: 120px;
  }
  .section-equipement h2 {
    font-size: 2.2em;
  }
  .format {
    margin-bottom: 28px;
  }
  .format .col-1 {
    padding-left: 15%;
  }
  .format .col-1 strong {
    color: var(--mauve);
  }
  .format .col-1 strong,
  .format .col-1 h1,
  .format .col-1 h2 {
    font-size: 2.6em;
    margin-right: 10px;
  }
  footer * {
    color: var(--blanc);
  }
  footer strong {
    color: var(--orange);
  }
  footer > .row-2 {
    padding-top: 40px;
    padding-bottom: 84px;
    background-color: var(--mauve);
  }
  footer > .row-2 .container > .flex-switch {
    width: 78%;
    max-width: 1012px;
  }
  footer > .row-2 .container > .flex-switch > .col-1 {
    width: 24%;
  }
  footer > .row-2 .container > .flex-switch > .col-2 {
    width: 66%;
  }
  footer > .row-2 .container > .flex-switch > .col-2 > .row-1 .flex-column {
    padding-top: 0;
  }
  footer > .row-2 .container > .flex-switch > .col-2 > .row-2 {
    margin-top: 50px;
    column-gap: 16px;
  }
}
@media only screen and (min-width: 1536px) {
  header {
    align-items: center;
  }
  .header-screen {
    display: flex;
    flex-direction: column;
  }
  .header-screen .row-1 {
    width: 100%;
    background-color: var(--mauve);
    height: 80px;
    padding-top: 0;
  }
  .header-screen .row-1 .container {
    height: 100%;
  }
  .header-screen .row-1 .container .flex-row {
    justify-content: space-between;
    align-items: center;
    height: 100%;
    flex-direction: row;
  }
  .header-screen .row-1 .container .flex-row .col-1 {
    width: 40%;
    align-self: center;
  }
  .header-screen .row-1 .container .flex-row .col-1 .logo {
    display: inline-block;
    width: fit-content;
  }
  .header-screen .row-1 .container .flex-row .col-2 {
    width: 74%;
    height: 80px;
  }
  .header-screen .row-1 .container .flex-row .col-2 .sous-menu-container {
    position: relative;
  }
  .header-screen .row-1 .container .flex-row .col-2 .sous-menu-container ul {
    display: none;
  }
  .header-screen .row-1 .container .flex-row .col-2 > ul.premier-dimension {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  .header-screen .row-1 .container .flex-row .col-2 > ul.premier-dimension .sous-menu-container:hover > ul {
    display: block;
  }
  .header-screen .row-1 .container .flex-row .col-2 > ul.premier-dimension .sous-menu-container.actif > ul {
    display: block;
  }
  .header-screen .row-1 .container .flex-row .col-2 > ul.premier-dimension li {
    background-color: var(--mauve);
  }
  .header-screen .row-1 .container .flex-row .col-2 > ul.premier-dimension > li {
    color: var(--blanc);
    position: relative;
    margin-top: 28px;
    height: 64%;
    padding: 0 25px;
    /* == Pour remplir le gap qui fait disparaitre sous-menu trop vite ==*/
    /**/
  }
  .header-screen .row-1 .container .flex-row .col-2 > ul.premier-dimension > li > a {
    height: 100%;
    display: block;
  }
  .header-screen .row-1 .container .flex-row .col-2 > ul.premier-dimension > li > .invisible-area {
    position: absolute;
    bottom: 0%;
    height: 16px;
    width: 100%;
    margin-bottom: -6px;
  }
  .header-screen .row-1 .container .flex-row .col-2 > ul.premier-dimension > li > hr {
    height: 2px;
    background-color: var(--orange);
    position: absolute;
    bottom: 0;
    left: 0%;
    display: none;
  }
  .header-screen .row-1 .container .flex-row .col-2 > ul.premier-dimension > li:hover > hr {
    display: block;
  }
  .header-screen .row-1 .container .flex-row .col-2 > ul.premier-dimension > li > ul.deuxieme-dimension {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 102%;
    left: 0%;
    white-space: nowrap;
    width: 100%;
    display: none;
  }
  .header-screen .row-1 .container .flex-row .col-2 > ul.premier-dimension > li > ul.deuxieme-dimension li {
    display: flex;
    justify-content: center;
  }
  .header-screen .row-1 .container .flex-row .col-2 > ul.premier-dimension > li > ul.deuxieme-dimension li:hover {
    background-color: var(--orange);
    color: var(--mauve);
  }
  .header-screen .row-1 .container .flex-row .col-2 > ul.premier-dimension > li > ul.deuxieme-dimension li:hover a:hover {
    color: var(--mauve);
  }
  .header-screen .row-1 .container .flex-row .col-2 > ul.premier-dimension > li > ul.deuxieme-dimension .sous-menu-container > ul > li {
    display: flex;
    justify-content: center;
    padding: 8px 0;
  }
  .header-screen .row-1 .container .flex-row .col-2 > ul.premier-dimension > li > ul.deuxieme-dimension > li > a {
    width: 100%;
    text-align: center;
    padding: 8px 0px;
  }
  .header-screen .row-1 .container .flex-row .col-2 > ul.premier-dimension > li > ul.deuxieme-dimension > li > ul.troisieme-dimension {
    position: absolute;
    transform: translateX(100%);
    top: 0%;
    right: 0;
    width: 100%;
  }
  .header-screen .row-2 hr {
    background-color: var(--orange);
    width: 32%;
    max-width: unset;
    height: 14px;
    margin-left: 0;
  }
  .header-mobile {
    display: none;
  }
  .section5 input:not([type="submit"]),
  textarea {
    font-size: 1.3em;
  }
  input[type="submit"] {
    font-size: 1.4em;
    padding: 4px 43px;
  }
}
@media only print {
  h1,
  h2,
  h3,
  h4,
  p,
  a,
  li {
    color: #000 !important;
  }
  nav {
    display: none;
  }
}
