.max-width {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1170px;
}

.bg-pan-left {
  -webkit-animation: bg-pan-left 2s infinite alternate forwards;
  animation: bg-pan-left 2s infinite alternate forwards;
  background-image: linear-gradient(270deg, var(--primary-color, var(--primary-color)), var(--primary-color-gradient-2, #2395f8), var(--primary-color-gradient-3, #09579b));
  background-size: 600% 100%;
}

@-webkit-keyframes bg-pan-left {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes bg-pan-left {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@media (max-width: 991px) {
  section.fonction {
    padding-bottom: 0;
  }
}

.fonction-question {
  color: #ffffff;
  padding: 0 0 25px 0;
}
@media (min-width: 992px) {
  .fonction-question {
    padding-bottom: 60px;
  }
}
.page-node-type-dossier .fonction-question {
  padding: 25px 0 0;
}
.fonction-question .max-width {
  padding: 30px;
  text-align: center;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
@media only screen and (max-width:1199px) {
  .fonction-question .max-width {
    width: calc(100% - 36px);
    width: -moz-calc(100% - 36px);
    width: -webkit-calc(100% - 36px);
    width: calc(100% - 36px);
    width: -moz-calc(100% - 36px);
    width: -webkit-calc(100% - 36px);
    margin-left: 18px;
    margin-right: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (max-width:991px) {
  .fonction-question .max-width {
    display: block;
    padding: 32px 24px;
  }
}
.fonction-question .max-width div {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 600;
  margin-bottom: 30px;
}
.content_layout.col-md-6 .fonction-question .max-width div {
  font-size: 16px;
}
.fonction-question .max-width div * {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}
@media only screen and (max-width:991px) {
  .fonction-question .max-width div {
    margin-bottom: 24px;
  }
}
.fonction-question .max-width div h3 {
  margin-top: 0;
  margin-bottom: 18px;
  margin-top: 0;
  font-size: 32px !important;
  line-height: 37px !important;
  font-weight: 700;
}
.fonction-question path {
  fill: var(--primary-color, var(--primary-color));
}

.reveal-loaded .reveal-3 {
  transition-delay: 0.2s;
}

@media screen and (max-width: 2500px) {
  .reveal-loaded [class*=reveal-] {
    transition: 1s cubic-bezier(0.5, 0, 0, 1);
  }
}
.btn-white {
  background-color: #ffffff;
  color: var(--primary-color, var(--primary-color));
}

.hint-block-btn {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color, var(--primary-color));
  font-weight: 700;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 16px;
  padding: 17px 34px;
  padding: clamp(5px, 1.5%, 17px) clamp(15px, 3%, 34px);
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: none !important;
  text-shadow: none;
  overflow: hidden;
  font-family: "Raleway", Arial, "sans-serif";
}
@media only screen and (max-width:480px) {
  .hint-block-btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.hint-block-btn:after {
  background: #ffffff;
  content: "";
  height: 255px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 1550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}
.hint-block-btn:focus, .hint-block-btn:active, .hint-block-btn:hover {
  box-shadow: none;
  cursor: pointer;
  outline: none;
  color: #ffffff;
  background-color: var(--primary-color-hovered, var(--primary-color-hovered));
  border: 2px solid var(--primary-color-hovered, var(--primary-color-hovered));
  text-decoration: none;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hint-block-btn:focus:after, .hint-block-btn:active:after, .hint-block-btn:hover:after {
  left: 120%;
  transition: all 1550ms cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 888;
}
.hint-block-btn.btn-white {
  background-color: #ffffff;
  color: var(--primary-color, var(--primary-color));
}
.hint-block-btn.btn-white:focus, .hint-block-btn.btn-white:active, .hint-block-btn.btn-white:hover {
  color: var(--primary-color-hovered, var(--primary-color-hovered));
  border-color: var(--primary-color-hovered, var(--primary-color-hovered));
}
.hint-block-btn.btn-white:after {
  background-color: var(--primary-color, var(--primary-color));
}
.hint-block-btn span {
  display: block;
  margin: 0 !important;
  font-size: 16px !important;
  padding: 0 !important;
  font-weight: 700 !important;
}
.hint-block-btn svg {
  min-width: 12px;
  width: 12px;
  margin-left: 10px;
}
