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

.backgroundLight {
  background-color: #F2F4ED; }

.backgroundDark {
  background-color: #D9DBD3; }

.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; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.none {
  display: none; }

.active {
  display: block; }

.border {
  border: solid 1px red; }

.cursor {
  mix-blend-mode: difference;
  width: 30px;
  height: 30px;
  border: 1.5px solid white;
  border-radius: 50%;
  position: absolute;
  transition: ease-in 0.2s;
  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; }

#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%; } }
.card-columns {
  column-count: 4; }

#illustrations h2 {
  color: #DADBD4; }

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

#illustrations .scroll {
  opacity: 1; }

#illustrations .custom {
  opacity: 0; }

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

#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; }

#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; }

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