/*--------VARIABLES--------*/
/*--------FONTS---------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
@font-face {
  font-family: "Neris";
  src: url("../../fonts/Neris/neris-thin-webfont.woff2") format("woff2"), url("../../fonts/Neris/neris-thin-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Neris";
  src: url("../../fonts/Neris/neris-light-webfont.woff2") format("woff2"), url("../../fonts/Neris/neris-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Neris";
  src: url("../../fonts/Neris/neris-semibold-webfont.woff2") format("woff2"), url("../../fonts/Neris/neris-semibold-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Neris";
  src: url("../../fonts/Neris/neris-black-webfont.woff2") format("woff2"), url("../../fonts/Neris/neris-black-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
/* ----- KEYFRAMES ----- */
@keyframes fadeInUpCustom {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUpCustom {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInUpCustom {
  opacity: 0;
  -webkit-animation: fadeInUpCustom forwards 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: fadeInUpCustom forwards 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@-webkit-keyframes rot {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}

@keyframes rot {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ----- BANDEAU FAQ FOOTER ----- */
#bandeau-faq {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 80px 0;
}
#bandeau-faq hr.separator {
  margin-top: 0;
  margin-bottom: 80px;
}
#bandeau-faq .intro-faq {
  font-size: 22px;
  padding-right: 100px;
}
#bandeau-faq .intro-faq p {
  line-height: 2rem;
  font-weight: 300;
}
@media (max-width: 1400px) {
  #bandeau-faq .intro-faq {
    font-size: 20px;
    padding-right: 80px;
  }
}
@media (max-width: 1200px) {
  #bandeau-faq .intro-faq {
    font-size: 18px;
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  #bandeau-faq .intro-faq {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #bandeau-faq .intro-faq {
    font-size: 16px;
    padding-right: 0;
    margin-bottom: 10px;
  }
  #bandeau-faq .intro-faq p {
    line-height: 1.5rem;
  }
}
#bandeau-faq .titre-faq {
  margin-bottom: 0;
}
#bandeau-faq .container-faq {
  width: 100%;
}
#bandeau-faq .container-faq.with-intro {
  width: 48%;
  padding-top: 220px;
  padding-bottom: 100px;
}
.not-front #bandeau-faq .container-faq.with-intro {
  padding-top: 100px;
}
#bandeau-faq .container-faq.with-intro .zone-faq {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 20px;
}
#bandeau-faq .container-faq.with-intro .zone-faq .titre {
  text-align: left;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  #bandeau-faq .container-faq.with-intro {
    width: 50%;
  }
}
@media (max-width: 1299px) {
  #bandeau-faq .container-faq.with-intro .zone-faq {
    padding: 0 60px;
  }
}
@media (max-width: 991px) {
  #bandeau-faq .container-faq.with-intro {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .not-front #bandeau-faq .container-faq.with-intro {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  #bandeau-faq .container-faq.with-intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.navbar-toggler {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #ffffff;
  border: none;
  padding: 0 !important;
}
.navbar-toggler svg {
  width: 25px;
  height: 20px;
  fill: #ee2e24;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.active {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.active button svg {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.faq-collapse .collapse-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 22px 0;
}
.faq-collapse .collapse-button:hover {
  cursor: pointer;
}
.faq-collapse:first-child .collapse-button {
  padding-top: 0;
}

.collapse-content {
  position: relative;
  background: none;
  max-height: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: auto;
  padding: 0 25px 20px 0;
  display: none;
}
@media (max-width: 767px) {
  .collapse-content {
    font-size: 15px;
  }
}
.collapse-content p {
  font-size: 18px;
  font-weight: 300;
  color: #3d393b;
}
@media (max-width: 1299px) {
  .collapse-content p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .collapse-content p {
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
  }
}

.zone-faq {
  padding-bottom: 1px;
}
.zone-faq .zone-question {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.zone-faq .zone-question h2[itemprop=name],
.zone-faq .zone-question h3[itemprop=name] {
  margin: 0;
  color: #3d393b;
  font-size: 22px;
  padding-right: 15px;
  font-weight: 300;
}
@media (max-width: 1299px) {
  .zone-faq .zone-question h2[itemprop=name],
.zone-faq .zone-question h3[itemprop=name] {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .zone-faq .zone-question h2[itemprop=name],
.zone-faq .zone-question h3[itemprop=name] {
    font-size: 16px;
  }
}
.zone-faq .answer h3 {
  font-size: 1.15rem !important;
}
.zone-faq .answer h3::before {
  content: none !important;
}
.zone-faq .answer h4,
.zone-faq .answer h5,
.zone-faq .answer h6 {
  font-size: inherit !important;
}
.zone-faq .answer h4::before,
.zone-faq .answer h5::before,
.zone-faq .answer h6::before {
  content: none !important;
}
.zone-faq .zone-qr {
  position: relative;
}
.zone-faq .zone-qr:not(:last-of-type)::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='119.228' height='2' viewBox='0 0 119.228 2'><path d='M574.9,0H694.128' transform='translate(-574.9 1)' fill='none' stroke='%23707070' stroke-width='2' stroke-dasharray='4 8'/></svg>");
  background-position: right center;
  background-repeat: repeat;
}
.zone-faq .zone-qr:first-of-type {
  margin-top: 0;
}
.zone-faq .zone-qr:last-of-type {
  border: none;
}
.zone-faq .lien-faq {
  font-family: "Neris", sans-serif;
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  padding: 15px 35px;
  border: none;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  min-width: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #9d9d9d;
  border: 1px solid #9d9d9d;
  background-color: transparent;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .zone-faq .lien-faq {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .zone-faq .lien-faq {
    font-size: 15px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .zone-faq .lien-faq {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.zone-faq .lien-faq i {
  margin-left: 5px;
  font-size: 14px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.zone-faq .lien-faq:active, .zone-faq .lien-faq:hover, .zone-faq .lien-faq:focus {
  outline: 0 !important;
  outline-offset: 0;
}
.zone-faq .lien-faq:hover {
  background-color: #9d9d9d;
  color: #ffffff;
  text-decoration: none;
}
.zone-faq .lien-faq:hover i {
  color: #ffffff;
}
.zone-faq .lien-faq:hover::before, .zone-faq .lien-faq:hover::after {
  opacity: 1;
}
@media (min-width: 993px) {
  .zone-faq .lien-faq {
    padding: 15px 50px;
  }
}

.bloc--zone-faq,
.bloc--zone-faq-simple {
  margin-top: 30px;
  margin-bottom: 30px;
}
.bloc--zone-faq .container,
.bloc--zone-faq-simple .container {
  padding: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .bloc--zone-faq .container,
.bloc--zone-faq-simple .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .bloc--zone-faq .zone-faq,
.bloc--zone-faq-simple .zone-faq {
    padding: 20px;
  }
}

.bloc--zone-faq-simple .zone-faq {
  padding: 0;
}
.bloc--zone-faq-simple .zone-question {
  padding: 22px 0;
}
.bloc--zone-faq-simple .zone-question h2[itemprop=name] {
  font-size: 35px;
  font-family: "Neris", sans-serif;
  margin: 0;
  font-weight: 600;
  color: #ee2e24;
  position: relative;
}
.bloc--zone-faq-simple .zone-question h2[itemprop=name].collapseomatic {
  margin-bottom: 0;
}
@media (max-width: 1299px) {
  .bloc--zone-faq-simple .zone-question h2[itemprop=name] {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .bloc--zone-faq-simple .zone-question h2[itemprop=name] {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .bloc--zone-faq-simple .zone-question h2[itemprop=name] {
    font-size: 22px;
  }
}
.bloc--zone-faq-simple .zone-question h3[itemprop=name] {
  margin: 0;
  font-size: 22px;
}
@media (max-width: 1299px) {
  .bloc--zone-faq-simple .zone-question h3[itemprop=name] {
    font-size: 18px;
  }
}
@media (max-width: 1299px) {
  .bloc--zone-faq-simple .zone-question h3[itemprop=name] {
    font-size: 17px;
  }
}
.bloc--zone-faq-simple .simple-faq-content {
  padding: 0 0 25px 0;
}