:root {
  --color-text: #676767;
  --color-text-dark: #1E1E1E;
  --color-text-light: #fff;
  --color-primaire: #625C5C;
  --color-primaire-transparent: rgba(98, 92, 92, 0.1529411765);
  --color-primaire-dark: #080808;
  --color-primaire-light: #817e7e;
  --color-secondaire: #E66D10;
  --color-secondaire-dark: #bb590e;
  --color-secondaire-light: #eb8435;
  --color-delete: #ff0000;
  --color-delete-light: #ffcdc0;
  --color-noir: #000000;
  --color-danger: #c92523;
  --color-success: #40b521;
  --color-bg-light: #f0f0f0;
  --color-bg-white: #fff;
  --color-bg-dark: #080808;
}

@font-face {
  font-family: "Regular";
  src: url("../fonts/KirvyRegular-webfont.ttf?v=3.2.1") format("truetype");
  font-optical-sizing: auto;
  font-style: normal;
}
@font-face {
  font-family: "Bold";
  src: url("../fonts/KirvyBold-webfont.ttf?v=3.2.1") format("truetype");
  font-optical-sizing: auto;
  font-style: normal;
}
:root {
  --font-title: Bold;
  --font-regular: Regular;
  --font-italic: Regular;
  --real-font-titre: Bold;
  --real-font-regular: Regular;
  --real-font-italic: Regular;
  --real-font-bold: Bold;
  --real-font-black: Bold;
}

body #checkRspvMenu {
  position: absolute;
  top: 0;
  left: -50px;
  opacity: 0;
  color: var(--color-text);
  font-size: 2rem;
}
@media only screen and (max-width : 660px) {
  body #checkRspvMenu:checked ~ #header {
    position: relative;
  }
  body #checkRspvMenu:checked ~ #header #rspvBtnClose {
    display: block;
    position: absolute;
    top: 2rem;
    right: 2rem;
  }
  body #checkRspvMenu:checked ~ #header #rspvBtnOpen {
    display: none;
  }
  body #checkRspvMenu:checked ~ #header .rspvMenuFooter {
    display: flex;
    flex-wrap: wrap;
  }
  body #checkRspvMenu:checked ~ #header .rspvMenuFooter a {
    width: 50%;
    text-align: center;
  }
  body #checkRspvMenu:checked ~ #header .container {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 100;
    background: #ffffff;
    max-width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2rem;
    gap: initial;
  }
  body #checkRspvMenu:checked ~ #header .logo-cont {
    flex: initial;
  }
  body #checkRspvMenu:checked ~ #header .header-menu {
    opacity: 1;
    pointer-events: all;
    display: block;
    margin-top: 3rem;
    width: 100%;
  }
  body #checkRspvMenu:checked ~ #header .header-menu .menu {
    flex-direction: column;
    width: 100%;
    gap: 3rem;
    margin-bottom: 3rem;
  }
  body #checkRspvMenu:checked ~ #header .header-menu .header-links .langues > ul > li {
    display: flex;
    gap: 2rem;
  }
  body #checkRspvMenu:checked ~ #header .header-menu .header-links .langues > ul > li > ul {
    flex: 1;
    display: flex;
    gap: 2rem;
  }
  body #checkRspvMenu:checked ~ #header .header-menu .menu li {
    text-align: left;
    font-size: 3.2rem;
    opacity: 1;
    transform: translateY(0);
  }
  body #checkRspvMenu:checked ~ #header .header-menu .menu li .submenu {
    display: block;
    position: relative;
    top: initial;
    right: initial;
  }
  body #checkRspvMenu:checked ~ #header .header-menu .menu li .submenu ul li {
    padding: 1rem;
    font-size: 1.6rem;
    position: relative;
  }
  body #checkRspvMenu:checked ~ #header .header-menu .menu li .submenu ul li:before {
    content: "";
    position: absolute;
    top: 19px;
    left: 0;
    display: inline-block;
    width: 3px;
    height: 3px;
    background: var(--color-text);
    border-radius: 50%;
  }
}
body > header .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-items: center;
  padding: 2rem 6rem 1rem;
  gap: 2.8rem;
}
@media only screen and (max-width : 660px) {
  body > header .container {
    padding: 2rem 0;
  }
}
body > header .rspvMenuFooter {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
body > header .logo-cont {
  display: flex;
  flex: 1;
}
body > header .logo-cont a {
  display: block;
}
body > header .logo-cont a img {
  height: 50px;
}
body > header .header-menu {
  display: flex;
  gap: 2.8rem;
}
@media only screen and (max-width : 660px) {
  body > header .header-menu {
    display: none;
  }
}
body > header .header-menu a:hover {
  text-decoration: none;
}
body > header .header-menu label.a {
  cursor: pointer;
}
body > header .header-menu li a, body > header .header-menu li span, body > header .header-menu li label {
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
body > header .header-menu ul, body > header .header-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body > header .header-menu > ul.menu {
  display: flex;
  gap: 0.8rem;
}
body > header .header-menu > ul.menu li {
  text-align: right;
  font-size: 1.2rem;
  text-transform: uppercase;
  position: relative;
  padding: 0 1rem;
}
body > header .header-menu > ul.menu li a,
body > header .header-menu > ul.menu li label {
  color: inherit;
  font-size: inherit;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s;
  transition: color 0.25s ease 0s;
}
body > header .header-menu > ul.menu li a:hover,
body > header .header-menu > ul.menu li label:hover {
  color: var(--color-secondaire);
  text-decoration: none;
}
body > header .header-menu > ul.menu li .submenu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  background: #ffffff;
  padding: 1rem 0;
}
body > header .header-menu > ul.menu li .submenu > ul li {
  padding: 0.5rem 1rem;
}
body > header .header-menu > ul.menu li:hover .submenu {
  display: block;
}
body > header #rspvBtnOpen, body > header #rspvBtnClose {
  cursor: pointer;
  display: none;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  color: #D9D9D9;
}
body > header #rspvBtnOpen .icon .fa, body > header #rspvBtnClose .icon .fa {
  font-size: 2rem;
}
@media only screen and (max-width: 1024px) {
  body > header #rspvBtnOpen .icon .fa, body > header #rspvBtnClose .icon .fa {
    font-size: 3rem;
  }
}
body > header #rspvBtnOpen:hover, body > header #rspvBtnClose:hover {
  color: var(--color-primaire);
}
@media only screen and (max-width : 660px) {
  body > header #rspvBtnOpen {
    display: block;
  }
}
body > header #rspvBtnClose {
  display: none;
}
body .header-links .langues ul, body .header-links .langues li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
body .header-links .langues > ul > li > span {
  display: block;
}
body .header-links .langues > ul > li > ul {
  display: none;
}
body .header-links .langues > ul > li > ul > li {
  display: block;
}
body .header-links .langues > ul > li:hover {
  position: relative;
}
body .header-links .langues > ul > li:hover ul {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
}
body .header-links .langues > ul > li:hover ul li {
  padding-top: 0.5rem;
}
body .header-links .icon {
  display: block;
}
body .header-links .icon .fal,
body .header-links .icon .fa,
body .header-links .icon .fa-brands {
  font-size: 2.4rem;
}

/*# sourceMappingURL=header.css.map */
