@charset "UTF-8";
/* Variables */
/*
$width-pagination: calc($max-width / 10);
$col-width: calc($max-width / 10);
*/
/* $width-pagination: calc(100% / 10); */
/* Réinitialisation de quelques styles par défaut du navigateur */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

.show-mobile {
  display: none;
}
@media (max-width: 560px) {
  .show-mobile {
    display: block;
  }
}

.show-tablet {
  display: none;
}
@media (min-width: 560px) and (max-width: 860px) {
  .show-tablet {
    display: block;
  }
}

.show-desktop {
  display: none;
}
@media (min-width: 861px) {
  .show-desktop {
    display: block;
  }
}

.show-mobile-tablet {
  display: none;
}
@media (max-width: 860px) {
  .show-mobile-tablet {
    display: block;
  }
}

@media (max-width: 560px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 560px) and (max-width: 860px) {
  .hide-tablet {
    display: none !important;
  }
}

* {
  box-sizing: border-box;
}

img {
  display: block;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

@media screen and (max-width: 860px) {
  .mb-150 {
    margin-bottom: 120px !important;
  }
  .mb-75 {
    margin-bottom: 60px !important;
  }
  .mb-50 {
    margin-bottom: 40px !important;
  }
  .mb-35 {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 560px) {
  .mt-150 {
    margin-top: 100px !important;
  }
  .mt-75 {
    margin-top: 50px !important;
  }
  .mb-150 {
    margin-bottom: 100px !important;
  }
  .mb-75 {
    margin-bottom: 50px !important;
  }
  .mb-50 {
    margin-bottom: 35px !important;
  }
  .mb-35 {
    margin-bottom: 20px !important;
  }
}
.mt-25vh {
  margin-top: 25vh;
}

.pt-25vh {
  padding-top: 25vh;
}

/* Barre de défilement */
/*
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.1);
}

::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.2);
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(255,255,255,0.5);
}
*/
.non-selectionnable {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.pb-150 {
  padding-bottom: 150px !important;
}
@media (max-width: 860px) {
  .pb-150 {
    padding-bottom: 120px !important;
  }
}
@media (max-width: 560px) {
  .pb-150 {
    padding-bottom: 100px !important;
  }
}

.no-overflow {
  overflow: hidden;
}

.encours {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
  padding: 50px;
  color: #000;
}

.pl-2cols {
  padding-left: 193.3333333333px;
}

.pl-1cols {
  padding-left: 96.6666666667px;
}

.pr-1cols {
  padding-right: 96.6666666667px;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.bloc-m.bloc-m-5 {
  height: 5px;
}

.bloc-m.bloc-m-10 {
  height: 10px;
}

.bloc-m.bloc-m-15 {
  height: 15px;
}

.bloc-m.bloc-m-20 {
  height: 20px;
}

.bloc-m.bloc-m-25 {
  height: 25px;
}

.bloc-m.bloc-m-30 {
  height: 30px;
}

.bloc-m.bloc-m-35 {
  height: 35px;
}

.bloc-m.bloc-m-40 {
  height: 40px;
}

.bloc-m.bloc-m-45 {
  height: 45px;
}

.bloc-m.bloc-m-50 {
  height: 50px;
}

.bloc-m.bloc-m-55 {
  height: 55px;
}

.bloc-m.bloc-m-60 {
  height: 60px;
}

.bloc-m.bloc-m-65 {
  height: 65px;
}

.bloc-m.bloc-m-70 {
  height: 70px;
}

.bloc-m.bloc-m-75 {
  height: 75px;
}

.bloc-m.bloc-m-80 {
  height: 80px;
}

.bloc-m.bloc-m-85 {
  height: 85px;
}

.bloc-m.bloc-m-90 {
  height: 90px;
}

.bloc-m.bloc-m-95 {
  height: 95px;
}

.bloc-m.bloc-m-100 {
  height: 100px;
}

.bloc-m.bloc-m-105 {
  height: 105px;
}

.bloc-m.bloc-m-110 {
  height: 110px;
}

.bloc-m.bloc-m-115 {
  height: 115px;
}

.bloc-m.bloc-m-120 {
  height: 120px;
}

.bloc-m.bloc-m-125 {
  height: 125px;
}

.bloc-m.bloc-m-130 {
  height: 130px;
}

.bloc-m.bloc-m-135 {
  height: 135px;
}

.bloc-m.bloc-m-140 {
  height: 140px;
}

.bloc-m.bloc-m-145 {
  height: 145px;
}

.bloc-m.bloc-m-150 {
  height: 150px;
}

.bloc-m.bloc-m-155 {
  height: 155px;
}

.bloc-m.bloc-m-160 {
  height: 160px;
}

.bloc-m.bloc-m-165 {
  height: 165px;
}

.bloc-m.bloc-m-170 {
  height: 170px;
}

.bloc-m.bloc-m-175 {
  height: 175px;
}

.bloc-m.bloc-m-180 {
  height: 180px;
}

.bloc-m.bloc-m-185 {
  height: 185px;
}

.bloc-m.bloc-m-190 {
  height: 190px;
}

.bloc-m.bloc-m-195 {
  height: 195px;
}

.bloc-m.bloc-m-200 {
  height: 200px;
}

@media screen and (max-width: 1024px) {
  .bloc-m.bloc-m-200 {
    height: 170px;
  }
  .bloc-m.bloc-m-150 {
    height: 125px;
  }
  .bloc-m.bloc-m-75 {
    height: 63px;
  }
  .bloc-m.bloc-m50 {
    height: 42px;
  }
}
@media screen and (max-width: 768px) {
  .bloc-m.bloc-m-200 {
    height: 150px;
  }
  .bloc-m.bloc-m-150 {
    height: 100px;
  }
  .bloc-m.bloc-m-75 {
    height: 50px;
  }
  .bloc-m.bloc-m50 {
    height: 34px;
  }
}
@media screen and (max-width: 480px) {
  .bloc-m.bloc-m-200 {
    height: 120px;
  }
  .bloc-m.bloc-m-150 {
    height: 75px;
  }
  .bloc-m.bloc-m-75 {
    height: 38px;
  }
  .bloc-m.bloc-m50 {
    height: 26px;
  }
}/*# sourceMappingURL=reinit.css.map */