/*@font-face { font-family: "Nunito" ; src: url("../fonts/Nunito-Regular.ttf"); font-display:swap;  format("opentype")  }*/
/*@font-face {
  font-family: "K2D";
  src: url(../css/Fonts/K2D-Regular.ttf);
}*/
:root {
  --main-green: #6fc56d; --main-orange: #ed8858; --main-red: #ed5858;
  --primary-color: #007bff;  --secondary-color: #9c41d6;  --background-color: #141414;
  --color-footer: #9c41d6; --color-txt-footer: white; 
  --color-txt: white;  --color-txt-secondary: #9c41d6; --color-fond-zone: #1A1A1A;  --color-fond-card: #141414;
  --width-fond: 1728;  --height-fond: 8099;
  --font-title: "Bowlby One", cursive, monospace, sans-serif; --font-subtitle: "K2D", cursive, monospace, sans-serif;
  --font-txt: "Nunito", cursive, monospace, sans-serif;
  --padding-default: 16px;  --padding-medium: 32px;  --padding-large: 48px;
  --gap-default: 1rem;  --gap-medium: 3.5rem;  --gap-large: 7rem; 
}
body { background: black; }
#containerMain { 
    background: url(../../ged/img/FondFusionné.svg);
    background-size: cover; }
#accueil { background: url(../../ged/img/Courbe.svg) left 95%; 
           background-size: 100%; background-repeat: no-repeat; }

