@font-face {
  font-family: "GarajeCondA";
  font-weight: 400;
  src: url("res/fonts/205TF-GarajeCondA-1003Book.otf") format("opentype");
}



/* RAZ */

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  font: inherit;
  color: inherit;
  background: none;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

button {
  cursor: pointer;
}

h1, h2, h3, h4, p {
  overflow-wrap: break-word;
}

sup {
  position: relative;
  top: -0.05rem;
  font-size: 70%;
}

#root, #__next {
  isolation: isolate;
}

/* scrollbars */ 

::-webkit-scrollbar {
  width: 1.25rem;
}

::-webkit-scrollbar-thumb {
  background-color: black;
}


/* fonts */

html {
  font-family: "neue-haas-unica", sans-serif;
  font-size: 0.5208337vw;
  color: #000000;
  background-color: #FF0000;;
}

body {

  background-color: #FFD600;;
}


h1, .h1 {
  font-family: "GarajeCondA", sans-serif;
  font-size: 17rem;
  font-weight: 400;
  line-height: 15rem;
  text-transform: uppercase;
}

li, p, .p {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 5.5rem;
}


.bg-0 {
  background-color: #000000;
}

.bg-1 {
  background-color: #FFD600; /* jaune */
}

.bg-2 {
  background-color: #FF0000; /* rouge */
}

.bg-3 {
  background-color: #4CB5E6; /* ciel */
}

.bg-4 {
  background-color: #4C89D4;  /* bleu */
}

html, body, body > div  {
  height: 100%;
  overflow: hidden;
}

body > div:first-child {
  display: inline-block;
  vertical-align: top;
  width: 91.5rem;
  border: 4rem solid #FF0000;
}

body > div:first-child + div {
  display: inline-block;
  vertical-align: top;
  width: 100.5rem;
  padding: 0 6rem;

}

body > div:first-child + div > div:first-child + div + div,
body > div:first-child + div > div:first-child {
  height: 20rem;
  display: flex;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
}

body > div:first-child + div > div:first-child + div + div > * {
  flex: 0;
}

body > div:first-child + div > div:first-child + div + div {
  height: 36.5rem;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  text-align: left;
  justify-content: center;
  gap: 6rem;
}

body > div:first-child + div > div:first-child img,
body > div:first-child + div > div:first-child picture {
  display: block;
  width: 100%;
  height: auto;
  max-width: 885px;
  margin: 0 auto;
}

body > div:first-child + div > div:first-child + div { 
  height: calc(100% - 56.5rem);
  border-top: .4rem solid black;
  border-bottom: .4rem solid black;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
}

body > div:first-child + div > div:first-child + div > h1 { 
  flex: 1;
}

body > div:first-child + div > div:first-child + div  + div > img {
  width: 7.8rem;
  height:   auto;
}

body > div:first-child > div {
  position: relative;
  width: 100%;
  height: 100%;
    background-color: #4CB5E6; 
    overflow: hidden;
}

body > div:first-child > div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
    background-color: #4C89D4;
}

body > div:first-child > div > div {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: #FFD600;
  transform: translateY(50%);
}

@media (min-width: 1920px) {

h1, .h1 {

  font-size: 170px;
  line-height: 150px;
}

li, p, .p {
  font-size: 45px;
  line-height: 55px;
}

}



@media (max-width: 700px) {


html {
  font-size: 2.66668vw;
}

body {
   background-color: #FF0000;;
}

body > div:first-child {

    border: 2rem solid #FF0000;
}


h1, .h1 {

  font-size: 8.5rem;

  line-height: 7.5rem;
}

body > div:first-child + div > div:first-child picture {
      
        max-HEIGHT: 240PX;
  }

li, p, .p {
  font-size: 2.5rem;
  line-height: 3.5rem;
}

html, body, body > div  {
  height: auto;
  overflow: auto;
}


body > div:first-child {
  position: relative;
  z-index: 1;
  display: block;
  vertical-align: top;
  width: 100%;
  height: 100vh;
}

body > div:first-child + div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  vertical-align: top;
  width: 100%;
  height: 100vh;
}

.c1 > div {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background-color: #FFD600;
  height: 100vh;
}

body > div:first-child + div > div:first-child img,
body > div:first-child + div > div:first-child picture {
  display: block;
  width: auto;
  height: 21.3rem;
  max-width: 8895px;
  margin: 0;
}

body > div:first-child + div {

  padding: 0 1.5rem;

}

 body > div:first-child + div > div:first-child + div + div {
    height: 30rem;
}

 body > div:first-child + div > div:first-child {
    height: 25rem;
}

body > div:first-child + div > div:first-child + div { 
  height: calc(100% - 55rem);

}

br {
  display: none;
}

body > div:first-child + div > div:first-child + div + div{
  gap: 3rem;
}

body > div:first-child + div > div:first-child + div  + div > img {
  width: 5.6rem;
  height:   auto;
}

}


@media (max-width: 375px) {


html {
  font-size: 2.66668vw;
}

h1, .h1 {

 
}




body > div:first-child + div > div:first-child img,
body > div:first-child + div > div:first-child picture {
  
  height: 18rem;

}



 body > div:first-child + div > div:first-child + div + div {
  
}

 body > div:first-child + div > div:first-child {
   
}

body > div:first-child + div > div:first-child + div { 


}

}

@media (max-width: 700px) AND (min-width: 425px) {

html {
  font-size: 10px;
}

}
