
.us a {
    color:#f20b00;
  }
.nous {
  display: flex;
  /* text-align: left; */
  width: 70vw;
  position: relative;
  /* justify-content: space-between; */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
}

.blocFat {
       font-size: 1.3em;
    letter-spacing: 1px;
    line-height: 1.5em;
    width: 87%;
}

.blocSmall {
  width:100%;
  margin-left:5%;

}

.blocSmall h2 {
      letter-spacing: 1px;
    width: 70%;padding: 0;margin:0;font-size: 18px;
}

.blocSmall p {
 font-family: 'quicksand';
    width: 70%;
    font-size: 14px;
}
.blocSmall strong{
  font-family: 'Quicksand-Bold';
}
.img1{
  height: 20px;
}
.img2{
  height: 40px;
}

.imgMedium img {
  height: 300px;
}

.fadein {
  transition: opacity 0.1s;
}

.fadeout {
  transition: opacity 0.1s;
}
.chap{
  margin-top:3em;
}
.chap2{
  margin-top: 5em;
}

.imgSmall{
      display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    width: 20%;
}
.jaune{
    position: fixed;
    background-color: #E6CE02;
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
    left: 60%;
    top: 30%;
    z-index: -1;
}
.bleu{
     background-color: #293B8C;
    width: 200px;
    height: 2vw;
    position: absolute;
    top: 55%;
    left: 0%;
}
.rose{
  background-color: #EED2D0;
    width: 2vw;
    height: 200px;
    position: absolute;
    top: 15%;
    left: 0%;
    z-index: -1;
}
.rouge{
     background-color: #CE492E;
    width: 2vw;
    height: 200px;
    position: absolute;
    top: 70%;
    left: 0%;
}


.mobilefade {
  animation: disappear 0.1s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}

.mobileappear {
  animation: appear 0.1s;
  animation-delay: .2s;
  animation-fill-mode: forwards;
}

@keyframes disappear {
  0% {
    opacity: 1;
    height: auto;
    display: block;
  }

  100% {
    opacity: 0;
    height: 0;
    display: none;
  }
}

@keyframes appear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    display: none;
  }
}

.fadeout:hover {
  opacity: 0;
  cursor: pointer;
}

.fadein:hover {
  opacity: 1;
  cursor: pointer;
}

.loading {
  opacity: 0;
  margin-top: 60px;
}

.loaded {
  animation: loaded 1s;
  animation-fill-mode: forwards;
}

@keyframes loaded {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}





@media screen and (max-width: 926px) and (orientation: portrait){
  .copyright {
    font-size: 12px;
  }
  .blocSmall{
          width: 70%;
    margin-left: 20%;
  }
  .blocSmall p{
          width: 100%;
  }
  .blocSmall img{
    width: 100%;
    height: auto;
  }
  .imgSmall img{
    height:30px;width:auto;
  }
  .blocSmall h2{
    font-size:14px;
  }
  .blocFat{
        font-size: 1em;
  }
  .nous{
    margin-top: 150px;width:90vw;
  }
  .jaune{
    width: 55vw;
    height: 55vw;
    left: 40%;
  }
  .rose{
      width: 6vw;

    top: 25%;
    left: 0;
  }
  .bleu{
        left: 0;
    width: 70vw;
    height: 3vh;
    top: 55%;
  }
  .rouge{
            left: 0;
    width: 6vw;

    top: 77%;
  }
  .b-a,
  .bar:after,
  .bar:before,
  .bar {
    transition: all 0.25s;
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 30px;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.95);
  }



  .bar {
    position: fixed;
    left: 12px;
    top: 24px;
  }

  .bar:before {
    top: -8px;
  }

  .bar:after {
    top: 8px;
  }

  .b-a-expanded,
  .menu-expanded .bar:after,
  .menu-expanded .bar:before {
    transition: all 0.25s;
    top: 0px;
  }



  .menu-expanded .bar {
    background-color: transparent;
    transition: all 0.25s;
  }

  .menu-expanded .bar:before {
    transform: rotate(45deg);
  }

  .menu-expanded .bar:after {
    transform: rotate(-45deg);
  }
}

