.cursor {
  mix-blend-mode: difference;
  width: 30px;
  height: 30px;
  border: 1.5px solid white;
  border-radius: 50%;
  position: absolute;
  transition: ease-in 0.2s;
  pointer-events: none;
  z-index: 1;
  transition-property: border-color, transform; }

.expand {
  border: #1F2BBC solid 1px;
  transform: scale(3);
  mix-blend-mode: normal; }

.contract {
  border: #1F2BBC solid 1px;
  background-color: #1F2BBC;
  transform: scale(0.3);
  mix-blend-mode: normal; }

.backgroundLight {
  background-color: #F2F4ED; }

.backgroundDark {
  background-color: #D9DBD3; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.none {
  display: none; }

.active {
  display: block; }

.border {
  border: solid 1px red; }

.nocursor * {
  cursor: auto; }

.navBar a, .navDark a, .navLight a {
  font-family: "roboto";
  font-size: 2em;
  font-weight: 200; }
  .navBar a:hover, .navDark a:hover, .navLight a:hover {
    color: #1F2BBC;
    text-decoration: none; }

.navDark a {
  color: #1B1D29; }

.navLight a {
  color: #DADBD4; }

.pageTitle h2, #pageTitle h2 {
  font-size: 5em;
  font-family: "morison"; }
.pageTitle span, #pageTitle span {
  font-size: 1.5rem; }

@media screen and (max-width: 1200px) {
  .navbar a {
    font-size: 1.5em; } }
@media screen and (max-width: 992px) {
  .pageTitle h2, #pageTitle h2 {
    font-size: 3.5em; }

  span {
    font-size: 1em; }

  .navBar a, .navDark a, .navLight a {
    font-size: 1.5rem; } }
@media screen and (max-width: 768px) {
  .pageTitle h2, #pageTitle h2 {
    font-size: 2.5em; }
  .pageTitle span, #pageTitle span {
    font-size: 0.75em; } }
#all {
  height: 100vh; }

#home {
  overflow: hidden; }

#salut a {
  font-size: 19rem;
  font-weight: bold; }

#scene {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 100%;
  height: 100%; }
  #scene #mainBall {
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    margin-right: 200px;
    background-color: #1F2BBC;
    transition: background-color ease-in 0.5s; }
  #scene #secondBall {
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    mix-blend-mode: difference;
    background-color: #0F1136; }

@media screen and (max-width: 992px) {
  #salut a {
    font-size: 15rem; } }
@media screen and (max-width: 768px) {
  #salut a {
    font-size: 10rem;
    padding-bottom: 40vh; }

  #scene {
    position: absolute;
    top: 70%;
    left: 40%;
    transform: translate(-50%, -50%); } }
#sommaire {
  font-size: 6em;
  font-family: 'morison'; }
  #sommaire a {
    color: #1B1D29;
    text-emphasis: none; }
    #sommaire a:hover {
      color: #1F2BBC;
      text-decoration: none; }
    #sommaire a span {
      font-size: 2rem; }
  #sommaire #contact {
    font-size: 3rem;
    transform: translateY(57px);
    font-family: "roboto";
    font-weight: 200; }

#canva {
  width: 60%;
  max-height: 90vh;
  transform: rotate(2deg);
  left: 30%;
  top: 10%;
  overflow: hidden;
  z-index: -1; }

@media screen and (max-width: 768px) {
  #sommaire {
    margin: 20px;
    max-height: 60vh; }
    #sommaire a {
      font-size: 3rem;
      padding-bottom: 40vh; }
    #sommaire a .illu {
      padding-top: 100px; }
    #sommaire #contact {
      font-size: 2rem; }

  #canva {
    left: 20%; } }
#illustrations h2 {
  color: #DADBD4; }

#illustrations .card-columns {
  margin-top: 150px;
  column-count: 4; }

#illustrations .scroll {
  opacity: 1; }

#illustrations .custom {
  opacity: 0; }

.fond {
  width: 100vw;
  position: absolute;
  top: -200px;
  height: 50vh;
  z-index: -1; }

.card-columns {
  column-count: 4; }

.authors a {
  font-family: "roboto", sans-serif;
  font-weight: 200;
  font-size: 2em; }

#contactPage {
  width: 100vw;
  height: 100vh;
  background-color: #1B1D29;
  color: #DADBD4;
  font-family: Roboto, sans-serif; }
  #contactPage * {
    z-index: 2; }
  #contactPage .info {
    height: 80vh; }
  #contactPage h1 {
    font-weight: bold;
    font-size: 15em; }
  #contactPage .info > p {
    font-size: 2em; }
    #contactPage .info > p span {
      color: #1B1D29; }
  #contactPage .photo {
    width: 40vw;
    height: 80vh;
    left: 50vw;
    top: 15vh;
    z-index: 1; }

@media screen and (max-width: 768px) {
  .authors a {
    font-size: 1em; } }
#formulaire main h1 {
  font-weight: bold;
  font-family: 'roboto';
  font-size: 133px; }
#formulaire main label {
  font-family: 'roboto';
  font-weight: bold; }
#formulaire main .formText input {
  width: 440px;
  border-radius: 25px;
  border: 1px solid #DCDFE7;
  background-color: #DCDFE7;
  height: 50px;
  padding-left: 20px; }
#formulaire main .form-check {
  font-family: 'roboto';
  color: #86868D; }
  #formulaire main .form-check a {
    color: #86868D; }
    #formulaire main .form-check a:hover {
      color: #1F2BBC;
      text-decoration: none; }
#formulaire main #button {
  border: 1px solid #A3A2AA;
  background-color: #FFFFFF;
  color: #A3A2AA;
  padding: 12px 70px;
  border-radius: 25px;
  font-family: 'roboto', sans-serif;
  font-weight: 200;
  margin-right: 75px;
  transform: scale(1);
  transition: all 0.3s ease; }
  #formulaire main #button:hover {
    border: none;
    color: white;
    font-weight: bold;
    background-color: #1F2BBC; }

#encadre {
  border-radius: 25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }

#shop button {
  border: 1px solid #A3A2AA;
  background-color: #FFFFFF;
  color: #A3A2AA;
  padding: 12px 28px;
  border-radius: 25px;
  font-family: 'roboto', sans-serif;
  font-weight: 200;
  transform: scale(1);
  transition: all 0.3s ease; }
  #shop button:hover {
    border: none;
    color: white;
    font-weight: bold;
    background-color: #1F2BBC; }

#shop .emptyMsg {
  width: 100%; }

#panier {
  z-index: 1;
  background-color: #DADBD4;
  top: 20px;
  right: 0;
  height: 95vh;
  overflow: scroll;
  font-family: Morison;
  position: fixed;
  transition: all ease-in 0.7s;
  /* ITEMS DANS LE PANIER */ }
  #panier > div {
    height: 100%; }
  #panier .exitIcon {
    width: 20px;
    right: 20px;
    top: 10px; }
  #panier h2 {
    font-size: 3em; }
  #panier hr {
    height: 1px;
    width: 80%;
    margin: 0 auto; }
  #panier > hr {
    width: 50%; }
  #panier .itemImg {
    width: 33%;
    height: 100px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
  #panier .trashIcon {
    width: 5%; }
  #panier p {
    width: 5%; }

/* TOTAL DU PRIX (toujours dans le panier) */
#panier .total h3 {
  font-size: 5em;
  color: rgba(0, 0, 0, 0.65); }
#panier .total p {
  font-size: 6em; }

#panier button {
  font-size: 3em; }

* {
  padding: 0;
  margin: 0;
  list-style-type: none;
  cursor: none; }

a {
  pointer-events: unset; }

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