@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body,
#wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#wrapper {
  position: relative;
}

body {
  background: #f5f5f5 url(../images/bg.jpg) no-repeat center center fixed;
  background-size: cover;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.6;
}

h1 {
  background: url(../images/title.png) no-repeat center;
  background-size: 860px;
  width: 860px;
  height: 163px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  text-indent: -9999px;
  animation: arrive-title 0.75s ease-out forwards;
}
@media (max-width: 1023px) {
  h1 {
    animation: arrive-title-mobile 0.75s ease-out forwards;
    top: 10vw;
    background-size: 80vw;
    height: 20vw;
  }
}

a#logo {
  background: url(../images/logo.png) no-repeat top right;
  display: flex;
  align-items: flex-end;
  font-family: "Arial", sans-serif;
  color: #fff;
  text-decoration: none;
  width: auto;
  height: 119px;
  position: absolute;
  bottom: 20px;
  right: 50px;
  font-size: 17px;
  letter-spacing: -0.01em;
  z-index: 10;
}
@media (max-width: 1023px) {
  a#logo {
    background-size: 120px;
    right: 20px;
    font-size: 12px;
    height: 35px;
    width: calc(100% - 40px);
    text-align: right;
    line-height: 1.2;
    background-position: left bottom;
    padding-left: 30%;
  }
}

#pilule {
  background: url(../images/pilule.png) no-repeat center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: arrive 0.5s ease-out forwards;
  z-index: 1;
}
@media (max-height: 960px) and (min-width: 1024px) {
  #pilule {
    background: url(../images/pilule.png) no-repeat center 30%;
  }
}
@media (max-height: 860px) and (min-width: 1024px) {
  #pilule {
    background: url(../images/pilule.png) no-repeat center 20%;
  }
}
@media (max-height: 760px) and (min-width: 1024px) {
  #pilule {
    background: url(../images/pilule.png) no-repeat center 10%;
  }
}
@media (max-width: 1023px) {
  #pilule {
    background: url(../images/pilule-mobile.png) no-repeat center center;
    background-size: min(100vw, 400px);
    background-position: center 8vw;
  }
}

#light {
  background: url(../images/light.png) no-repeat center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}
@media (max-height: 960px) and (min-width: 1024px) {
  #light {
    background: url(../images/light.png) no-repeat center 30%;
  }
}
@media (max-height: 860px) and (min-width: 1024px) {
  #light {
    background: url(../images/light.png) no-repeat center 20%;
  }
}
@media (max-height: 760px) and (min-width: 1024px) {
  #light {
    background: url(../images/light.png) no-repeat center 10%;
  }
}
@media (max-width: 1023px) {
  #light {
    background: url(../images/light-mobile.png) no-repeat center center;
    background-size: min(100vw, 400px);
    background-position: center 8vw;
  }
}

#info {
  background-color: #e00000;
  color: #fff;
  font-size: clamp(18px, 3vw, 24px);
  position: absolute;
  top: 50%;
  line-height: 1.2;
  left: 0;
  transform: translateY(-50%);
  text-transform: uppercase;
  padding: clamp(18px, 4vw, 30px) 30px clamp(100px, 9vw, 160px) 60px;
  max-width: clamp(220px, 30vw, 400px);
  animation: arrive-into 0.75s ease-out forwards;
  z-index: 5;
}
#info:before {
  background-color: #010a2f;
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  width: 18px;
  height: 100%;
}
#info:after {
  background: url(../images/heartbeat.png) no-repeat left;
  content: "";
  position: absolute;
  width: 375px;
  height: 83px;
  bottom: clamp(20px, 2vw, 50px);
  left: 60px;
  background-size: clamp(170px, 20vw, 315px);
}
@media (max-width: 1023px) {
  #info {
    max-width: 70vw;
    font-size: 24px;
    padding: 20px 20px 70px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: none;
    text-align: center;
    width: max-content;
    animation: arrive-into-mobile 0.5s ease-out forwards;
  }
  #info:before {
    display: none;
  }
  #info:after {
    width: clamp(170px, 20vw, 315px);
    height: 60px;
    bottom: clamp(0px, 1vw, 50px);
    left: 50%;
    background-size: clamp(170px, 20vw, 315px);
    transform: translateX(-50%);
  }
}

#cta {
  color: #fff;
  font-size: clamp(20px, 4vw, 30px);
  position: absolute;
  top: 50%;
  line-height: 1.05;
  right: 40px;
  transform: translateY(-50%);
  padding: 30px 30px 30px 110px;
  max-width: clamp(300px, 35vw, 500px);
  text-align: center;
  animation: arrive-cta 0.75s ease-out forwards;
  z-index: 5;
}
@media (max-width: 1023px) {
  #cta {
    top: auto;
    bottom: 24px;
    transform: none;
    padding: 0;
    font-size: 20px;
    right: auto;
    left: 50%;
    animation: arrive-cta-mobile 0.75s ease-out forwards;
    transform: translate(-50%, -50%);
    width: max-content;
  }
}

.start-btn {
  background-color: #e00000;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 15px 40px 20px;
  font-size: clamp(20px, 3vw, 30px);
  margin-top: 30px;
  border-radius: 50px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.start-btn:hover {
  background-color: rgb(198.5, 0, 0);
  transform: translateY(-3px);
}
@media (max-width: 1023px) {
  .start-btn {
    font-size: 20px;
    padding: 10px 30px 12px;
    margin-top: 16px;
  }
}

.count {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.count#count-1 {
  background: url(../images/count-1.png) no-repeat center;
}
.count#count-2 {
  background: url(../images/count-2.png) no-repeat center;
}
.count#count-3 {
  background: url(../images/count-3.png) no-repeat center;
}
.count#count-4 {
  background: url(../images/count-4.png) no-repeat center;
}
.count#count-5 {
  background: url(../images/count-5.png) no-repeat center;
}
@media (max-width: 1023px) {
  .count {
    background-size: 300vw !important;
  }
}

#respirations {
  pointer-events: none;
  position: absolute;
  top: 10%;
  left: 50.5%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  z-index: 3;
}
#respirations div {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  opacity: 0;
}
#respirations div#retenez {
  width: max-content;
}
@media (max-width: 1023px) {
  #respirations {
    font-size: 36px;
    top: auto;
    bottom: 20vh;
  }
}

#fin,
#fin2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  line-height: 1.05;
  color: #fff;
  text-align: center;
  opacity: 0;
  z-index: 6;
}
#fin i,
#fin2 i {
  font-style: normal;
  font-size: 60px;
  font-weight: 300;
}
@media (max-width: 1023px) {
  #fin,
  #fin2 {
    font-size: 42px;
    width: max-content;
    top: 30vh;
    transform: translate(-50%, 0);
  }
  #fin i,
  #fin2 i {
    font-size: 32px;
    display: block;
    margin-top: 30vh;
  }
}

@media (max-width: 1023px) {
  #fin2 {
    top: 33vh;
    font-size: 62px;
  }
  #fin2 .start-btn {
    margin-top: 30vh;
  }
}

#loading {
  background: #1c4c88;
  background: radial-gradient(circle, rgb(28, 76, 136) 0%, rgb(0, 0, 22) 100%);
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading .spinner {
  width: 48px;
  height: 48px;
  border: 4px solid rgba(224, 0, 0, 0.2);
  border-top-color: #e00000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes arrive {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
@keyframes arrive-title {
  from {
    top: -200px;
  }
  to {
    top: 50px;
  }
}
@keyframes arrive-title-mobile {
  from {
    transform: translate(-50%, -200px);
  }
  to {
    transform: translate(-50%, 0);
  }
}
@keyframes arrive-into {
  from {
    left: -100px;
  }
  to {
    left: 0;
  }
}
@keyframes arrive-into-mobile {
  from {
    transform: translate(-50%, -60%);
  }
  to {
    transform: translate(-50%, -50%);
  }
}
@keyframes arrive-cta {
  from {
    right: 0px;
  }
  to {
    right: 40px;
  }
}
@keyframes arrive-cta-mobile {
  from {
    transform: translate(-50%, -60%);
  }
  to {
    transform: translate(-50%, -50%);
  }
}
#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 22, 0.97);
  border-top: 2px solid #e00000;
  z-index: 1000;
  padding: 20px 30px;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  font-family: "Barlow Condensed", sans-serif;
}
#cookie-banner.visible {
  transform: translateY(0);
}
#cookie-banner #cookie-banner-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  #cookie-banner #cookie-banner-inner {
    flex-direction: column;
    gap: 15px;
  }
}
#cookie-banner #cookie-banner-inner p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  flex: 1;
}
#cookie-banner #cookie-banner-inner p strong {
  color: #fff;
}
#cookie-banner #cookie-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  #cookie-banner #cookie-actions {
    width: 100%;
    justify-content: center;
  }
}
#cookie-banner #cookie-actions button {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 10px 18px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}
#cookie-banner #cookie-actions button:hover {
  transform: translateY(-1px);
}
#cookie-banner #cookie-actions #cookie-refuse {
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#cookie-banner #cookie-actions #cookie-refuse:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}
#cookie-banner #cookie-actions #cookie-customize {
  background: #1C4C88;
  color: #fff;
}
#cookie-banner #cookie-actions #cookie-customize:hover {
  background: rgb(23.6463414634, 64.1829268293, 114.8536585366);
}
#cookie-banner #cookie-actions #cookie-accept {
  background: #e00000;
  color: #fff;
}
#cookie-banner #cookie-actions #cookie-accept:hover {
  background: rgb(198.5, 0, 0);
}

#cookie-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  font-family: "Barlow Condensed", sans-serif;
}
#cookie-modal.visible {
  opacity: 1;
  pointer-events: auto;
}
#cookie-modal #cookie-modal-inner {
  background: #0a1628;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 3px solid #e00000;
  border-radius: 6px;
  padding: 35px 40px;
  max-width: 540px;
  width: calc(100% - 40px);
  max-height: 90vh;
  overflow-y: auto;
}
#cookie-modal #cookie-modal-inner h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
#cookie-modal #cookie-modal-inner > p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 25px;
}

.cookie-category {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px 0;
}
.cookie-category .cookie-category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.cookie-category .cookie-category-header span:first-child {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.cookie-category p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.cookie-always-on {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.cookie-toggle {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  flex-shrink: 0;
}
.cookie-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.cookie-toggle input:checked + .cookie-toggle-slider {
  background: #e00000;
}
.cookie-toggle input:checked + .cookie-toggle-slider::before {
  transform: translateX(20px);
}
.cookie-toggle input:focus + .cookie-toggle-slider {
  outline: 2px solid rgba(224, 0, 0, 0.5);
  outline-offset: 2px;
}
.cookie-toggle .cookie-toggle-slider {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  cursor: pointer;
  transition: background 0.25s ease;
}
.cookie-toggle .cookie-toggle-slider::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.25s ease;
}

#cookie-modal-actions {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 5px;
}
#cookie-modal-actions button {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #e00000;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 12px 28px;
  cursor: pointer;
  width: 100%;
  transition: background 0.2s ease;
}
#cookie-modal-actions button:hover {
  background: rgb(198.5, 0, 0);
}

#cookie-settings-btn {
  position: fixed;
  left: 0;
  bottom: 10%;
  background: rgba(0, 0, 22, 0.92);
  border: none;
  border-left: 6px solid #e00000;
  border-radius: 0 4px 4px 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 10px 14px 10px 10px;
  cursor: pointer;
  display: none;
  align-items: center;
  gap: 8px;
  z-index: 100;
  transform: translateX(calc(-100% + 6px));
  transition: transform 0.3s ease, color 0.2s ease;
}
#cookie-settings-btn.visible {
  display: flex;
  animation: cookie-peek 3s ease 0.6s;
}
#cookie-settings-btn:hover, #cookie-settings-btn.expanded {
  transform: translateX(0);
  color: #fff;
}

@keyframes cookie-peek {
  0%, 100% {
    transform: translateX(calc(-100% + 4px));
  }
  25%, 75% {
    transform: translateX(0);
  }
}

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