.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232; /* Red */
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d; /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc; /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.wpcf7 [inert] {
  opacity: 0.5;
}

.wpcf7 input[type="file"] {
  cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}

.wpcf7-reflection > output {
  display: list-item;
  list-style: none;
}

.wpcf7-reflection > output[hidden] {
  display: none;
}
@import url(https://use.typekit.net/myc0tnq.css);
.glide {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.glide * {
  box-sizing: inherit;
}
.glide__slides {
  backface-visibility: hidden;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  touch-action: pan-Y;
  transform-style: preserve-3d;
  white-space: nowrap;
  width: 100%;
  will-change: transform;
}
.glide__slide,
.glide__slides--dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.glide__slide {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  flex-shrink: 0;
  height: 100%;
  white-space: normal;
  width: 100%;
}
.glide__slide a {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows,
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}
@keyframes infinite_rotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeup_xs {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes faderight {
  0% {
    opacity: 0;
    transform: translateY(0) translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
@keyframes fadeleft {
  0% {
    opacity: 0;
    transform: translateY(-20px) translateX(-50px) skew(-2deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
@keyframes fadeoutleft {
  0% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px) translateX(-50px) skew(-2deg);
  }
}
@keyframes text_hover {
  0% {
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(0);
  }
  to {
    text-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
    transform: translateX(20px);
  }
}
@keyframes zoomout {
  0% {
    opacity: 0;
    transform: scale(5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeup_title {
  0% {
    color: #004289;
    opacity: 0;
    width: 0;
  }
  to {
    color: #0067d6;
    opacity: 1;
    width: 100%;
  }
}
.animate .fadein,
.animate .fadeout,
.animate .faderight,
.animate .fadeup {
  display: block;
  opacity: 0;
}
.animate.is-visible .fadeout {
  animation: fadeout 0.9s 1 forwards;
}
.animate.is-visible .fadein {
  animation: fadein 0.9s 1 forwards;
  opacity: 0;
}
.animate.is-visible .fadeup {
  animation: fadeup 0.9s 1 forwards;
  opacity: 0;
}
.animate.is-visible .faderight {
  animation: faderight 0.9s 1 forwards;
  opacity: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  text-transform: none;
}
.wide-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3em;
  text-transform: none;
}
.wide-title small {
  display: block;
  font-size: 36px;
  line-height: 1.1em;
}
@media (min-width: 768px) {
  .wide-title {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .wide-title {
    font-size: 40px;
  }
  .wide-title small {
    font-size: 46px;
    line-height: 1.2em;
  }
}
@media (min-width: 1200px) {
  .wide-title {
    font-size: 50px;
  }
  .wide-title small {
    line-height: 1em;
  }
}
@media (min-width: 1600px) {
  .wide-title {
    font-size: 60px;
  }
}
.post-title {
  font-size: 36px;
}
.post-title,
.post-title p {
  line-height: 1.3em;
}
@media (min-width: 992px) {
  .post-title {
    font-size: 46px;
  }
}
@media (min-width: 1200px) {
  .post-title {
    font-size: 66px;
  }
}
.big-title {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 1.25em;
}
.big-title,
.big-title strong,
.big-title strong:before {
  font-weight: 600;
}
.big-title p {
  line-height: 1.25em;
}
@media (min-width: 768px) {
  .big-title {
    font-size: 36px;
  }
  .big-title,
  .big-title p {
    line-height: 1.15em;
  }
}
@media (min-width: 992px) {
  .big-title {
    font-size: 44px;
  }
  .big-title,
  .big-title strong,
  .big-title strong:before {
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .big-title {
    font-size: 50px;
    letter-spacing: -2px;
  }
}
@media (min-width: 1600px) {
  .big-title {
    font-size: 60px;
    letter-spacing: -2px;
  }
}
.collapse-div .custom-wysiwyg .speakers h4,
.custom-wysiwyg h2,
.medium-title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.25em;
}
.collapse-div .custom-wysiwyg .speakers h4 strong,
.collapse-div .custom-wysiwyg .speakers h4 strong:before,
.custom-wysiwyg h2 strong,
.custom-wysiwyg h2 strong:before,
.medium-title strong,
.medium-title strong:before {
  font-weight: 500;
}
.collapse-div .custom-wysiwyg .speakers h4 p,
.custom-wysiwyg h2 p,
.medium-title p {
  line-height: 1.2em;
}
.collapse-div .custom-wysiwyg .speakers h4 br,
.custom-wysiwyg h2 br,
.medium-title br {
  display: none;
}
@media (min-width: 768px) {
  .collapse-div .custom-wysiwyg .speakers h4,
  .custom-wysiwyg h2,
  .medium-title {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .collapse-div .custom-wysiwyg .speakers h4,
  .custom-wysiwyg h2,
  .medium-title {
    font-size: 36px;
    font-weight: 600;
  }
  .collapse-div .custom-wysiwyg .speakers h4 strong,
  .collapse-div .custom-wysiwyg .speakers h4 strong:before,
  .custom-wysiwyg h2 strong,
  .custom-wysiwyg h2 strong:before,
  .medium-title strong,
  .medium-title strong:before {
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .collapse-div .custom-wysiwyg .speakers h4,
  .custom-wysiwyg h2,
  .medium-title {
    font-size: 38px;
  }
  .collapse-div .custom-wysiwyg .speakers h4 br,
  .custom-wysiwyg h2 br,
  .medium-title br {
    display: block;
  }
}
@media (min-width: 1600px) {
  .collapse-div .custom-wysiwyg .speakers h4,
  .custom-wysiwyg h2,
  .medium-title {
    font-size: 50px;
  }
}
.custom-wysiwyg h3,
.discover-training__links .link--discover span,
.listing--simple__outro .custom-wysiwyg h1,
.listing--simple__outro .custom-wysiwyg h2,
.listing--simple__outro .custom-wysiwyg h3,
.offer--list__item .link--training span,
.small-title {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1.25em;
}
@media (min-width: 992px) {
  .custom-wysiwyg h3,
  .discover-training__links .link--discover span,
  .listing--simple__outro .custom-wysiwyg h1,
  .listing--simple__outro .custom-wysiwyg h2,
  .listing--simple__outro .custom-wysiwyg h3,
  .offer--list__item .link--training span,
  .small-title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .custom-wysiwyg h3,
  .discover-training__links .link--discover span,
  .listing--simple__outro .custom-wysiwyg h1,
  .listing--simple__outro .custom-wysiwyg h2,
  .listing--simple__outro .custom-wysiwyg h3,
  .offer--list__item .link--training span,
  .small-title {
    font-size: 26px;
  }
}
@media (min-width: 1600px) {
  .custom-wysiwyg h3,
  .discover-training__links .link--discover span,
  .listing--simple__outro .custom-wysiwyg h1,
  .listing--simple__outro .custom-wysiwyg h2,
  .listing--simple__outro .custom-wysiwyg h3,
  .offer--list__item .link--training span,
  .small-title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .page-template-page-type-formation .discover-training__links a span {
    font-size: 20px;
    line-height: 1.4em;
    max-width: 210px;
  }
}
@media (min-width: 1600px) {
  .page-template-page-type-formation .discover-training__links a span {
    font-size: 24px;
    max-width: 260px;
  }
}
.xsmall-title {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.3em;
}
.xsmall-title.type {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .xsmall-title {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .xsmall-title {
    font-size: 16px;
  }
  .xsmall-title.type {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .intro * {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .intro * {
    font-size: 20px;
  }
}
.small-text {
  font-size: 12px;
}
p {
  line-height: 1.4em;
  margin: 25px 0 10px;
}
p strong {
  font-weight: 700;
}
@media (min-width: 1200px) {
  p {
    margin: 20px 0 15px;
  }
}
.title p {
  margin: 0;
}
@media (max-width: 575px) {
  .title br {
    display: none;
  }
}
.hero--basic--wrapper p {
  margin: 10px 0 5px;
}
@media (min-width: 768px) {
  .hero--basic--wrapper p {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .hero--basic--wrapper p {
    font-size: 21px;
  }
}
.custom-wysiwyg h2,
.custom-wysiwyg h3 {
  line-height: 1.4em !important;
}
.registration--wrapper .custom-wysiwyg h3,
.single--content .custom-wysiwyg h3 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.8px;
}
@media (min-width: 992px) {
  .registration--wrapper .custom-wysiwyg h3,
  .single--content .custom-wysiwyg h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .registration--wrapper .custom-wysiwyg h3,
  .single--content .custom-wysiwyg h3 {
    font-size: 26px;
  }
}
@media (min-width: 1600px) {
  .registration--wrapper .custom-wysiwyg h3,
  .single--content .custom-wysiwyg h3 {
    font-size: 26px;
  }
}
.registration--wrapper .custom-wysiwyg p,
.single--content .custom-wysiwyg p {
  margin: 0;
}
.icon-title {
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.icon-title .icon-wrapper {
  display: block;
  height: auto;
  max-width: 120px;
  padding: 0 0 20px;
}
.icon-title .icon-wrapper img {
  display: block;
  height: 35px;
  max-width: 100%;
}
.icon--arrow {
  border-bottom: 3px solid #004289;
  border-radius: 0;
  border-right: 3px solid #004289;
  display: block;
  height: 8px;
  margin: 0 auto;
  transform: rotate(45deg);
  width: 8px;
}
body,
html {
  font-family: Poppins, sans-serif;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}
body {
  color: #004289;
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-margin: 120px;
}
* {
  box-sizing: border-box;
}
a {
  color: #004289;
}
a,
a:hover {
  text-decoration: none;
}
img {
  height: auto;
  width: auto;
}
.sticky-top {
  position: sticky;
  top: 100px;
  z-index: 2;
}
.border-radius {
  border-radius: 5px;
}
.shadowed {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.container {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    width: 520px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1440px;
  }
}
p {
  color: #004289;
}
.white {
  color: #fff;
}
.white--bg {
  background-color: #fff;
}
.primary-color {
  color: #004289;
}
.primary-color--bg {
  background-color: #004289;
}
.secondary-color {
  color: #002e5f;
}
.secondary-color--bg {
  background-color: #002e5f;
}
.linear-gradient--bg {
  background: #004289;
  background: linear-gradient(90deg, #004289 0, #002e5f);
}
.list-inline {
  margin: 0;
  padding: 0;
}
.list-inline li {
  display: inline-block;
}
.ambition,
.contact-image,
.generic-banner,
.image-contact,
.list--reviews + .twocol,
.listing,
.page__bottom .training-filters,
.page__bottom .video--banner,
.text-contact,
.twocol + .banner--news-events {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (min-width: 992px) {
  .ambition,
  .contact-image,
  .generic-banner,
  .image-contact,
  .list--reviews + .twocol,
  .listing,
  .page__bottom .training-filters,
  .page__bottom .video--banner,
  .text-contact,
  .twocol + .banner--news-events {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .ambition,
  .contact-image,
  .generic-banner,
  .image-contact,
  .list--reviews + .twocol,
  .listing,
  .page__bottom .training-filters,
  .page__bottom .video--banner,
  .text-contact,
  .twocol + .banner--news-events {
    padding-bottom: 96px;
    padding-top: 96px;
  }
}
@media (min-width: 1600px) {
  .ambition,
  .contact-image,
  .generic-banner,
  .image-contact,
  .list--reviews + .twocol,
  .listing,
  .page__bottom .training-filters,
  .page__bottom .video--banner,
  .text-contact,
  .twocol + .banner--news-events {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.ambition + .ambition,
.ambition + .contact-image,
.ambition + .generic-banner,
.ambition + .image-contact,
.ambition + .listing,
.ambition + .text-contact,
.contact-image + .ambition,
.contact-image + .contact-image,
.contact-image + .generic-banner,
.contact-image + .image-contact,
.contact-image + .listing,
.contact-image + .text-contact,
.generic-banner + .ambition,
.generic-banner + .contact-image,
.generic-banner + .generic-banner,
.generic-banner + .image-contact,
.generic-banner + .listing,
.generic-banner + .text-contact,
.image-contact + .ambition,
.image-contact + .contact-image,
.image-contact + .generic-banner,
.image-contact + .image-contact,
.image-contact + .listing,
.image-contact + .text-contact,
.list--reviews + .list--reviews.twocol + .twocol,
.list--reviews + .twocol + .ambition,
.list--reviews + .twocol + .banner--news-events,
.list--reviews + .twocol + .contact-image,
.list--reviews + .twocol + .generic-banner,
.list--reviews + .twocol + .image-contact,
.list--reviews + .twocol + .listing,
.list--reviews + .twocol + .text-contact,
.list--reviews.ambition + .twocol,
.list--reviews.contact-image + .twocol,
.list--reviews.generic-banner + .twocol,
.list--reviews.image-contact + .twocol,
.list--reviews.listing + .twocol,
.list--reviews.text-contact + .twocol,
.listing + .ambition,
.listing + .contact-image,
.listing + .generic-banner,
.listing + .image-contact,
.listing + .listing,
.listing + .text-contact,
.page__bottom .ambition + .training-filters,
.page__bottom .ambition + .video--banner,
.page__bottom .contact-image + .training-filters,
.page__bottom .contact-image + .video--banner,
.page__bottom .generic-banner + .training-filters,
.page__bottom .generic-banner + .video--banner,
.page__bottom .image-contact + .training-filters,
.page__bottom .image-contact + .video--banner,
.page__bottom .list--reviews + .twocol + .training-filters,
.page__bottom .list--reviews + .twocol + .video--banner,
.page__bottom .list--reviews.training-filters + .twocol,
.page__bottom .list--reviews.video--banner + .twocol,
.page__bottom .listing + .training-filters,
.page__bottom .listing + .video--banner,
.page__bottom .text-contact + .training-filters,
.page__bottom .text-contact + .video--banner,
.page__bottom .training-filters + .ambition,
.page__bottom .training-filters + .contact-image,
.page__bottom .training-filters + .generic-banner,
.page__bottom .training-filters + .image-contact,
.page__bottom .training-filters + .listing,
.page__bottom .training-filters + .text-contact,
.page__bottom .training-filters + .training-filters,
.page__bottom .training-filters + .video--banner,
.page__bottom .twocol + .banner--news-events + .training-filters,
.page__bottom .twocol + .banner--news-events + .video--banner,
.page__bottom .twocol.training-filters + .banner--news-events,
.page__bottom .twocol.video--banner + .banner--news-events,
.page__bottom .video--banner + .ambition,
.page__bottom .video--banner + .contact-image,
.page__bottom .video--banner + .generic-banner,
.page__bottom .video--banner + .image-contact,
.page__bottom .video--banner + .listing,
.page__bottom .video--banner + .text-contact,
.page__bottom .video--banner + .training-filters,
.page__bottom .video--banner + .video--banner,
.text-contact + .ambition,
.text-contact + .contact-image,
.text-contact + .generic-banner,
.text-contact + .image-contact,
.text-contact + .listing,
.text-contact + .text-contact,
.twocol + .banner--news-events + .ambition,
.twocol + .banner--news-events + .contact-image,
.twocol + .banner--news-events + .generic-banner,
.twocol + .banner--news-events + .image-contact,
.twocol + .banner--news-events + .listing,
.twocol + .banner--news-events + .text-contact,
.twocol + .list--reviews.banner--news-events + .twocol,
.twocol + .twocol.banner--news-events + .banner--news-events,
.twocol.ambition + .banner--news-events,
.twocol.contact-image + .banner--news-events,
.twocol.generic-banner + .banner--news-events,
.twocol.image-contact + .banner--news-events,
.twocol.listing + .banner--news-events,
.twocol.text-contact + .banner--news-events {
  padding-top: 100px;
}
.ambition + .contact-image,
.ambition + .image-contact,
.ambition + .video--banner,
.contact-image + .contact-image,
.contact-image + .image-contact,
.contact-image + .video--banner,
.generic-banner + .contact-image,
.generic-banner + .image-contact,
.generic-banner + .video--banner,
.image-contact + .contact-image,
.image-contact + .image-contact,
.image-contact + .video--banner,
.list--reviews + .twocol + .contact-image,
.list--reviews + .twocol + .image-contact,
.list--reviews + .twocol + .video--banner,
.listing + .contact-image,
.listing + .image-contact,
.listing + .video--banner,
.page__bottom .training-filters + .contact-image,
.page__bottom .training-filters + .image-contact,
.page__bottom .training-filters + .video--banner,
.page__bottom .video--banner + .contact-image,
.page__bottom .video--banner + .image-contact,
.page__bottom .video--banner + .video--banner,
.text-contact + .contact-image,
.text-contact + .image-contact,
.text-contact + .video--banner,
.twocol + .banner--news-events + .contact-image,
.twocol + .banner--news-events + .image-contact,
.twocol + .banner--news-events + .video--banner {
  padding-top: 0 !important;
}
@media (max-width: 575px) {
  .custom-wysiwyg iframe {
    width: 100%;
  }
}
.custom-wysiwyg .white {
  color: #fff;
}
.custom-wysiwyg p {
  line-height: 1.6em;
}
.custom-wysiwyg ul {
  padding-left: 0;
}
.custom-wysiwyg p + a {
  margin-top: 20px;
}
.custom-wysiwyg p + h2,
.custom-wysiwyg p + ul {
  margin-top: 0;
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .custom-wysiwyg p + h2,
  .custom-wysiwyg p + ul {
    padding-top: 25px;
  }
}
.custom-wysiwyg p + h3 {
  margin-top: 0;
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .custom-wysiwyg p + h3 {
    padding-top: 60px;
  }
}
.custom-wysiwyg h2,
.custom-wysiwyg h3,
.custom-wysiwyg h4 {
  text-transform: none;
}
.custom-wysiwyg h2 {
  margin-bottom: 20px;
}
.custom-wysiwyg h3 {
  color: #004289;
  margin-bottom: 20px;
}
.custom-wysiwyg h4 {
  margin-bottom: 20px;
}
.custom-wysiwyg iframe {
  margin-top: 20px;
}
.custom-wysiwyg img {
  margin: 20px 0;
  max-width: 100%;
  width: auto;
}
.collapse-div .custom-wysiwyg .speakers h4 + blockquote,
.collapse-div .custom-wysiwyg .speakers h4 + ol,
.collapse-div .custom-wysiwyg .speakers h4 + p,
.collapse-div .custom-wysiwyg .speakers h4 + strong,
.collapse-div .custom-wysiwyg .speakers h4 + ul,
.custom-wysiwyg .big-title + blockquote,
.custom-wysiwyg .big-title + ol,
.custom-wysiwyg .big-title + p,
.custom-wysiwyg .big-title + strong,
.custom-wysiwyg .big-title + ul,
.custom-wysiwyg .custom-title + blockquote,
.custom-wysiwyg .custom-title + ol,
.custom-wysiwyg .custom-title + p,
.custom-wysiwyg .custom-title + strong,
.custom-wysiwyg .custom-title + ul,
.custom-wysiwyg .discover-training__links .link--discover span + blockquote,
.custom-wysiwyg .discover-training__links .link--discover span + ol,
.custom-wysiwyg .discover-training__links .link--discover span + p,
.custom-wysiwyg .discover-training__links .link--discover span + strong,
.custom-wysiwyg .discover-training__links .link--discover span + ul,
.custom-wysiwyg .medium-title + blockquote,
.custom-wysiwyg .medium-title + ol,
.custom-wysiwyg .medium-title + p,
.custom-wysiwyg .medium-title + strong,
.custom-wysiwyg .medium-title + ul,
.custom-wysiwyg .offer--list__item .link--training span + blockquote,
.custom-wysiwyg .offer--list__item .link--training span + ol,
.custom-wysiwyg .offer--list__item .link--training span + p,
.custom-wysiwyg .offer--list__item .link--training span + strong,
.custom-wysiwyg .offer--list__item .link--training span + ul,
.custom-wysiwyg .small-title + blockquote,
.custom-wysiwyg .small-title + ol,
.custom-wysiwyg .small-title + p,
.custom-wysiwyg .small-title + strong,
.custom-wysiwyg .small-title + ul,
.custom-wysiwyg .title + blockquote,
.custom-wysiwyg .title + ol,
.custom-wysiwyg .title + p,
.custom-wysiwyg .title + strong,
.custom-wysiwyg .title + ul,
.custom-wysiwyg h2 + blockquote,
.custom-wysiwyg h2 + ol,
.custom-wysiwyg h2 + p,
.custom-wysiwyg h2 + strong,
.custom-wysiwyg h2 + ul,
.custom-wysiwyg h3 + blockquote,
.custom-wysiwyg h3 + ol,
.custom-wysiwyg h3 + p,
.custom-wysiwyg h3 + strong,
.custom-wysiwyg h3 + ul,
.discover-training__links .link--discover .custom-wysiwyg span + blockquote,
.discover-training__links .link--discover .custom-wysiwyg span + ol,
.discover-training__links .link--discover .custom-wysiwyg span + p,
.discover-training__links .link--discover .custom-wysiwyg span + strong,
.discover-training__links .link--discover .custom-wysiwyg span + ul,
.listing--simple__outro .custom-wysiwyg h1 + blockquote,
.listing--simple__outro .custom-wysiwyg h1 + ol,
.listing--simple__outro .custom-wysiwyg h1 + p,
.listing--simple__outro .custom-wysiwyg h1 + strong,
.listing--simple__outro .custom-wysiwyg h1 + ul,
.listing--simple__outro .custom-wysiwyg h2 + blockquote,
.listing--simple__outro .custom-wysiwyg h2 + ol,
.listing--simple__outro .custom-wysiwyg h2 + p,
.listing--simple__outro .custom-wysiwyg h2 + strong,
.listing--simple__outro .custom-wysiwyg h2 + ul,
.listing--simple__outro .custom-wysiwyg h3 + blockquote,
.listing--simple__outro .custom-wysiwyg h3 + ol,
.listing--simple__outro .custom-wysiwyg h3 + p,
.listing--simple__outro .custom-wysiwyg h3 + strong,
.listing--simple__outro .custom-wysiwyg h3 + ul,
.offer--list__item .link--training .custom-wysiwyg span + blockquote,
.offer--list__item .link--training .custom-wysiwyg span + ol,
.offer--list__item .link--training .custom-wysiwyg span + p,
.offer--list__item .link--training .custom-wysiwyg span + strong,
.offer--list__item .link--training .custom-wysiwyg span + ul {
  margin-top: 20px;
}
.custom-wysiwyg a {
  color: #f49fec;
  position: relative;
  text-decoration: underline;
  transition: all 0.5s;
}
.custom-wysiwyg a:hover {
  color: #79d0d0;
}
.custom-wysiwyg a:hover:after {
  background-color: #004289;
}
.custom-wysiwyg a.btn-primary,
.custom-wysiwyg a.btn-primary--gradient {
  text-decoration: none;
}
.custom-wysiwyg a.btn-primary--arrow {
  background-color: #79d0d0;
  text-decoration: none;
}
.custom-wysiwyg a.btn-primary--arrow:hover {
  background-color: #004289;
}
.custom-wysiwyg ol {
  padding-left: 0;
}
.custom-wysiwyg ol li {
  list-style-position: inside;
  padding: 0 0 10px;
}
.custom-wysiwyg .btn-wrapper {
  padding-top: 20px;
}
.custom-wysiwyg ul {
  margin-bottom: 0;
  margin-top: 20px;
}
.custom-wysiwyg ul li {
  display: block;
  line-height: 1.6em;
  list-style: none;
  margin-bottom: 10px;
  padding: 0 0 10px 35px;
  position: relative;
}
.custom-wysiwyg ul li:before {
  background-color: #65b352 !important;
  border-radius: 10px;
  content: "";
  display: block;
  height: 18px;
  left: 5px;
  position: absolute;
  top: 2px;
  width: 18px;
}
.custom-wysiwyg ul li ul {
  margin-top: 10px;
}
.custom-wysiwyg ul li ul li {
  margin-bottom: 0;
}
.custom-wysiwyg ul li ul li:before {
  background-color: #f0f8f9;
}
.custom-wysiwyg ul li.no-style {
  padding: 0;
}
.custom-wysiwyg ul li.no-style:before {
  display: none;
}
@media (max-width: 991px) {
  .custom-wysiwyg ul.half li {
    display: inline-block;
    min-width: 250px;
    padding-right: 10px;
    width: auto;
  }
}
.custom-wysiwyg blockquote {
  line-height: 1.6em;
  margin: 30px 0;
  padding: 0;
}
.custom-wysiwyg blockquote * {
  color: #004289;
  font-size: 16px;
  line-height: 1.6em;
  margin: 0;
}
.custom-wysiwyg.blue ul li b,
.custom-wysiwyg.blue ul li strong {
  color: #004289;
}
.custom-wysiwyg ul li:before {
  background: #79d0d0;
}
.custom-wysiwyg .btn-wrapper a.btn-primary--arrow {
  background-color: #79d0d0;
}
.custom-wysiwyg .btn-wrapper a.btn-primary--arrow:hover {
  background-color: #53c3c3;
}
.custom-wysiwyg.entrepreneur-pme ul li:before {
  background: #f08260;
}
.custom-wysiwyg.entrepreneur-pme .btn-wrapper a.btn-primary--arrow {
  background-color: #f08260;
}
.custom-wysiwyg.entrepreneur-pme .btn-wrapper a.btn-primary--arrow:hover {
  background-color: #ec5d31;
}
.custom-wysiwyg.finance ul li:before {
  background: #76cb6c;
}
.custom-wysiwyg.finance .btn-wrapper a.btn-primary--arrow {
  background-color: #76cb6c;
}
.custom-wysiwyg.finance .btn-wrapper a.btn-primary--arrow:hover {
  background-color: #53be46;
}
.custom-wysiwyg.people ul li:before {
  background: #f49fec;
}
.custom-wysiwyg.people .btn-wrapper a.btn-primary--arrow {
  background-color: #f49fec;
}
.custom-wysiwyg.people .btn-wrapper a.btn-primary--arrow:hover {
  background-color: #ef71e3;
}
.custom-wysiwyg.management ul li:before {
  background: #ecef67;
}
.custom-wysiwyg.management .btn-wrapper a.btn-primary--arrow {
  background-color: #ecef67;
}
.custom-wysiwyg.management .btn-wrapper a.btn-primary--arrow:hover {
  background-color: #e6ea39;
}
.custom-wysiwyg.secteur-public ul li:before {
  background: #bceceb;
}
.custom-wysiwyg.secteur-public .btn-wrapper a.btn-primary--arrow {
  background-color: #bceceb;
}
.custom-wysiwyg.secteur-public .btn-wrapper a.btn-primary--arrow:hover {
  background-color: #94e1df;
}
.custom-wysiwyg.communication ul li:before {
  background: #79d0d0;
}
.custom-wysiwyg.communication .btn-wrapper a.btn-primary--arrow {
  background-color: #79d0d0;
}
.custom-wysiwyg.communication .btn-wrapper a.btn-primary--arrow:hover {
  background-color: #53c3c3;
}
svg .cls-1 {
  fill: rgba(240, 248, 249, 0.45);
}
.circle-wrapper {
  height: 100%;
  position: absolute;
  top: 30px;
  width: 100%;
}
.circle-wrapper svg {
  height: auto;
  max-width: 1080px;
}
@media (min-width: 992px) {
  .circle-wrapper svg {
    transform: translateX(-300px);
  }
}
.circle-wrapper.entrepreneur-pme svg .cls-1 {
  fill: rgba(240, 130, 96, 0.05);
}
.circle-wrapper.finance svg .cls-1 {
  fill: rgba(118, 203, 108, 0.05);
}
.circle-wrapper.people svg .cls-1 {
  fill: rgba(244, 159, 236, 0.05);
}
.circle-wrapper.management svg .cls-1 {
  fill: hsla(61, 81%, 67%, 0.05);
}
.circle-wrapper.secteur-public svg .cls-1 {
  fill: rgba(188, 236, 235, 0.05);
}
.circle-wrapper.communication svg .cls-1 {
  fill: rgba(121, 208, 208, 0.05);
}
@media (max-width: 575px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
ul.btn-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
}
ul.btn-wrapper li {
  margin-bottom: 10px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  ul.btn-wrapper li {
    margin-bottom: 0;
  }
}
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
}
.btn:hover {
  color: inherit;
}
.btn-danger,
.btn-info,
.btn-primary,
.btn-primary--arrow,
.btn-primary--gradient,
.btn-secondary,
.btn-success,
.btn-warning,
.btn-white,
.btn-white--arrow,
.custom-wysiwyg a.btn-primary,
.custom-wysiwyg a.btn-primary--gradient,
.custom-wysiwyg a.btn-secondary {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  border-radius: 40px;
  box-shadow: none;
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}
.btn-danger:hover,
.btn-info:hover,
.btn-primary--arrow:hover,
.btn-primary--gradient:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-success:hover,
.btn-warning:hover,
.btn-white--arrow:hover,
.btn-white:hover,
.custom-wysiwyg a.btn-primary--gradient:hover,
.custom-wysiwyg a.btn-primary:hover,
.custom-wysiwyg a.btn-secondary:hover {
  color: inherit;
}
@media (min-width: 992px) {
  .btn-danger,
  .btn-info,
  .btn-primary,
  .btn-primary--arrow,
  .btn-primary--gradient,
  .btn-secondary,
  .btn-success,
  .btn-warning,
  .btn-white,
  .btn-white--arrow,
  .custom-wysiwyg a.btn-primary,
  .custom-wysiwyg a.btn-primary--gradient,
  .custom-wysiwyg a.btn-secondary {
    padding: 13px 18px 11px;
  }
}
@media (min-width: 1200px) {
  .btn-danger,
  .btn-info,
  .btn-primary,
  .btn-primary--arrow,
  .btn-primary--gradient,
  .btn-secondary,
  .btn-success,
  .btn-warning,
  .btn-white,
  .btn-white--arrow,
  .custom-wysiwyg a.btn-primary,
  .custom-wysiwyg a.btn-primary--gradient,
  .custom-wysiwyg a.btn-secondary {
    font-size: 16px;
    padding: 15px 28px 13px;
  }
}
@media (min-width: 1600px) {
  .btn-danger,
  .btn-info,
  .btn-primary,
  .btn-primary--arrow,
  .btn-primary--gradient,
  .btn-secondary,
  .btn-success,
  .btn-warning,
  .btn-white,
  .btn-white--arrow,
  .custom-wysiwyg a.btn-primary,
  .custom-wysiwyg a.btn-primary--gradient,
  .custom-wysiwyg a.btn-secondary {
    font-size: 17px;
    padding: 18px 30px 15px;
  }
}
.btn-filter,
.btn-outline,
.btn-outline--arrow,
.btn-outline--arrow.white,
.btn-outline--blue,
.btn-outline--white,
.btn-outline-link,
form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 3px solid #f49fec;
  border-radius: 0;
  border-radius: 40px;
  box-shadow: none;
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
}
.btn-filter:hover,
.btn-outline--arrow:hover,
.btn-outline--blue:hover,
.btn-outline--white:hover,
.btn-outline-link:hover,
.btn-outline:hover,
form input[type="submit"]:hover {
  color: inherit;
}
@media (min-width: 992px) {
  .btn-filter,
  .btn-outline,
  .btn-outline--arrow,
  .btn-outline--arrow.white,
  .btn-outline--blue,
  .btn-outline--white,
  .btn-outline-link,
  form input[type="submit"] {
    padding: 13px 18px 11px;
  }
}
@media (min-width: 1200px) {
  .btn-filter,
  .btn-outline,
  .btn-outline--arrow,
  .btn-outline--arrow.white,
  .btn-outline--blue,
  .btn-outline--white,
  .btn-outline-link,
  form input[type="submit"] {
    font-size: 16px;
    padding: 15px 28px 13px;
  }
}
@media (min-width: 1600px) {
  .btn-filter,
  .btn-outline,
  .btn-outline--arrow,
  .btn-outline--arrow.white,
  .btn-outline--blue,
  .btn-outline--white,
  .btn-outline-link,
  form input[type="submit"] {
    font-size: 17px;
    padding: 18px 30px 15px;
  }
}
.btn-outline--arrow.white,
.btn-outline--white {
  border-color: #fff;
  color: #fff;
}
.btn-filter,
.btn-outline--blue,
form input[type="submit"] {
  border-color: #004289;
  color: #004289;
}
.btn-outline--arrow,
.btn-outline--arrow.white {
  background: url(//360conseils.com/themes/ichec/assets/images/icons/blue-arrow-s.svg) no-repeat
    center right 25px/26px auto;
  padding-right: 65px;
}
.btn-outline--arrow.white {
  background: url(//360conseils.com/themes/ichec/assets/images/icons/white-arrow-xs.svg)
    no-repeat center right 25px/26px auto;
}
.btn-outline--arrow.white span {
  color: #fff;
}
@media (min-width: 992px) {
  .btn-filter:hover,
  .btn-outline--arrow:hover,
  .btn-outline--blue:hover,
  .btn-outline--white:hover,
  .btn-outline-link:hover,
  .btn-outline:hover,
  form input[type="submit"]:hover {
    background-color: #f49fec;
    border-color: #f49fec;
    color: #004289;
  }
  .btn-filter:hover span,
  .btn-outline--arrow:hover span,
  .btn-outline--blue:hover span,
  .btn-outline--white:hover span,
  .btn-outline-link:hover span,
  .btn-outline:hover span,
  form input[type="submit"]:hover span {
    color: #004289;
    transition: all 0.5s;
  }
  .btn-outline--arrow.white:hover,
  .btn-outline--white:hover {
    background-color: #fff;
    color: #004289;
  }
  .btn-outline--arrow.white:hover span,
  .btn-outline--white:hover span {
    color: #004289;
  }
  .btn-filter:hover,
  .btn-outline--blue:hover,
  form input[type="submit"]:hover {
    background-color: #fff;
    border-color: #65b352;
    color: #65b352;
  }
  .btn-filter:hover span,
  .btn-outline--blue:hover span,
  form input[type="submit"]:hover span {
    color: #65b352;
  }
  .btn-outline--arrow:hover {
    background-color: transparent;
    background-position: center right 20px;
    border-color: #f49fec;
  }
  .btn-outline--arrow:hover span {
    color: #f49fec;
  }
  .btn-outline--arrow.white:hover {
    background-color: transparent;
    background-position: center right 20px;
    border-color: #fff;
  }
  .btn-outline--arrow.white:hover span {
    color: #fff;
  }
}
.btn-primary,
.btn-primary--gradient,
.custom-wysiwyg a.btn-primary,
.custom-wysiwyg a.btn-primary--gradient {
  background-color: #004289;
  color: #fff;
}
.btn-primary span,
.btn-primary--gradient span,
.custom-wysiwyg a.btn-primary span,
.custom-wysiwyg a.btn-primary--gradient span {
  color: #fff;
}
.btn-primary--gradient {
  background: #004289;
  background: linear-gradient(90deg, #004289 0, #002e5f);
}
@media (min-width: 992px) {
  .btn-primary,
  .btn-primary--gradient,
  .custom-wysiwyg a.btn-primary,
  .custom-wysiwyg a.btn-primary--gradient {
    transition: all 0.5s;
  }
  .btn-primary--gradient:hover,
  .btn-primary:hover,
  .custom-wysiwyg a.btn-primary--gradient:hover,
  .custom-wysiwyg a.btn-primary:hover {
    background-color: #002e5f;
    color: #fff;
  }
}
.btn-formation {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ae132a;
  border: none;
  border-radius: 0;
  border-radius: 40px;
  box-shadow: none;
  color: #004289;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.btn-formation:hover {
  color: inherit;
}
@media (min-width: 992px) {
  .btn-formation {
    padding: 13px 18px 11px;
  }
}
@media (min-width: 1200px) {
  .btn-formation {
    font-size: 16px;
    padding: 15px 28px 13px;
  }
}
@media (min-width: 1600px) {
  .btn-formation {
    font-size: 17px;
    padding: 18px 30px 15px;
  }
}
.btn-formation .icon--navicon {
  background-color: #004289;
  display: block;
  height: 3px;
  margin: 0 10px 2.5px 0;
  position: relative;
  width: 20px;
}
.btn-formation .icon--navicon:after,
.btn-formation .icon--navicon:before {
  background-color: #004289;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  top: -6px;
  width: 100%;
}
.btn-formation .icon--navicon:after {
  bottom: -6px;
  top: auto;
}
.btn-formation:hover {
  background-color: #f49fec;
  transition: all 0.5s;
}
.btn-back {
  background: url(//360conseils.com/themes/ichec/assets/images/icons/arrow-white-reverse.svg)
    no-repeat center left 5px/15px auto;
  color: hsla(0, 0%, 100%, 0.7);
  display: block;
  font-size: 14px;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
  max-width: 220px;
  padding-left: 30px;
  transition: all 0.5s;
}
@media (min-width: 1200px) {
  .btn-back:hover {
    background-position: 0;
    color: #fff;
  }
}
.btn-primary--arrow,
.btn-white--arrow {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  padding: 5px 35px 5px 10px;
}
.btn-primary--arrow.big,
.btn-white--arrow.big {
  font-size: 16px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .btn-primary--arrow,
  .btn-white--arrow {
    font-size: 14px;
  }
}
.btn-outline-primary {
  border-color: #004289;
  color: #004289;
}
.btn-secondary,
.custom-wysiwyg a.btn-secondary {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #79d0d0;
  border: none;
  border-radius: 0;
  border-radius: 40px;
  box-shadow: none;
  color: #004289;
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}
.btn-secondary:hover,
.custom-wysiwyg a.btn-secondary:hover {
  color: inherit;
}
@media (min-width: 992px) {
  .btn-secondary,
  .custom-wysiwyg a.btn-secondary {
    padding: 13px 18px 11px;
  }
}
@media (min-width: 1200px) {
  .btn-secondary,
  .custom-wysiwyg a.btn-secondary {
    font-size: 16px;
    padding: 15px 28px 13px;
  }
}
@media (min-width: 1600px) {
  .btn-secondary,
  .custom-wysiwyg a.btn-secondary {
    font-size: 17px;
    padding: 18px 30px 15px;
  }
}
@media (min-width: 992px) {
  .btn-secondary,
  .custom-wysiwyg a.btn-secondary {
    transition: all 0.5s;
  }
  .btn-secondary:hover,
  .custom-wysiwyg a.btn-secondary:hover {
    background-color: #f49fec;
    color: #fff;
  }
}
.btn-outline-secondary {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: #002e5f;
  border-radius: 0;
  border-radius: 40px;
  box-shadow: none;
  color: #002e5f;
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}
.btn-outline-secondary:hover {
  color: inherit;
}
@media (min-width: 992px) {
  .btn-outline-secondary {
    padding: 13px 18px 11px;
  }
}
@media (min-width: 1200px) {
  .btn-outline-secondary {
    font-size: 16px;
    padding: 15px 28px 13px;
  }
}
@media (min-width: 1600px) {
  .btn-outline-secondary {
    font-size: 17px;
    padding: 18px 30px 15px;
  }
}
.btn-white {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: none;
  border-radius: 0;
  border-radius: 40px;
  box-shadow: none;
  color: #344888;
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}
.btn-white:hover {
  color: inherit;
}
@media (min-width: 992px) {
  .btn-white {
    padding: 13px 18px 11px;
  }
}
@media (min-width: 1200px) {
  .btn-white {
    font-size: 16px;
    padding: 15px 28px 13px;
  }
}
@media (min-width: 1600px) {
  .btn-white {
    font-size: 17px;
    padding: 18px 30px 15px;
  }
}
.btn-social {
  display: flex;
}
.btn-social__item {
  display: block;
  padding: 0 5px;
}
.btn-social__item img {
  height: 16px;
  width: auto;
}
.btn-link,
.btn-link--white {
  color: #004289;
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
}
.btn-link--white {
  color: #fff;
}
.btn-link--phone {
  background: url(//360conseils.com/themes/ichec/assets/images/icons/ico-phone.png) no-repeat
    left 5px/15px auto;
  display: block;
  padding: 0 0 0 30px;
}
@media (min-width: 992px) {
  .btn-link--phone {
    transition: all 0.5s;
  }
  .btn-link--phone:hover {
    color: #f49fec;
  }
}
.btn-link--mail {
  background: url(//360conseils.com/themes/ichec/assets/images/icons/ico-letter.png) no-repeat 0/16px
    auto;
  display: block;
  padding: 0 0 0 30px;
}
@media (min-width: 992px) {
  .btn-link--mail {
    transition: all 0.5s;
  }
  .btn-link--mail:hover {
    color: #f49fec;
  }
}
.btn-link--map {
  align-items: center;
  color: #79d0d0;
  display: flex;
  position: relative;
}
.btn-link--map:before {
  background: url(//360conseils.com/themes/ichec/assets/images/icons/ico-pin.png) no-repeat 50%;
  background-size: 16px;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  position: relative;
  width: 40px;
}
.btn-link--map span {
  position: relative;
}
.btn-link--map span:after {
  background: #79d0d0;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  width: auto;
}
.btn-link--arrow,
body.page-template-page-listing-trainings .training-filters .btn-link--arrow {
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 1.3em;
  margin-top: 11px;
  padding: 0;
  position: relative;
}
@media (min-width: 992px) {
  .btn-link--arrow,
  body.page-template-page-listing-trainings .training-filters .btn-link--arrow {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .btn-link--arrow,
  body.page-template-page-listing-trainings .training-filters .btn-link--arrow {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .btn-link--arrow,
  body.page-template-page-listing-trainings .training-filters .btn-link--arrow {
    font-size: 18px;
  }
}
.btn-link--arrow span,
body.page-template-page-listing-trainings
  .training-filters
  .btn-link--arrow
  span {
  position: relative;
}
.btn-link--arrow span:after,
body.page-template-page-listing-trainings
  .training-filters
  .btn-link--arrow
  span:after {
  background: url(//360conseils.com/themes/ichec/assets/images/icons/blue-arrow-xs.svg) no-repeat
    50%;
  content: "";
  display: inline-block;
  height: 12px;
  left: 0;
  margin-left: 15px;
  position: relative;
  top: 0;
  width: 28px;
}
.btn-link--arrow:after,
body.page-template-page-listing-trainings
  .training-filters
  .btn-link--arrow:after {
  background-color: #004289;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  right: 45px;
  width: auto;
}
.btn-link--arrow.white,
body.page-template-page-listing-trainings
  .training-filters
  .white.btn-link--arrow {
  color: #fff;
}
.btn-link--arrow.white span:after,
body.page-template-page-listing-trainings
  .training-filters
  .white.btn-link--arrow
  span:after {
  background: url(//360conseils.com/themes/ichec/assets/images/icons/white-arrow-xs.svg)
    no-repeat 50%;
}
@media (min-width: 992px) {
  .btn-link--arrow:hover,
  body.page-template-page-listing-trainings
    .training-filters
    .btn-link--arrow:hover {
    background-position: 100%;
    transition: all 0.5s;
  }
}
.btn-link.btn-reset,
.btn-reset.btn-link--white {
  font-weight: 600;
  text-decoration: underline;
}
.btn-link.btn-reset:hover,
.btn-reset.btn-link--white:hover {
  color: #f98bef;
  transition: all 0.5s;
}
.btn-faq.btn-link--white,
.btn-link.btn-faq,
.btn-link.btn-pdf,
.btn-pdf.btn-link--white {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 2px 0 0;
}
.btn-faq.btn-link--white:before,
.btn-link.btn-faq:before,
.btn-link.btn-pdf:before,
.btn-pdf.btn-link--white:before {
  background: url(//360conseils.com/themes/ichec/assets/images/icons/ico-download.svg) no-repeat
    50%;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  position: relative;
  top: 1px;
  width: 18px;
}
.btn-faq.btn-link--white:hover,
.btn-link.btn-faq:hover,
.btn-link.btn-pdf:hover,
.btn-pdf.btn-link--white:hover {
  color: #f98bef;
  transition: all 0.5s;
}
.btn-faq.btn-link--white,
.btn-link.btn-faq {
  align-items: center;
  display: flex;
}
.btn-faq.btn-link--white:before,
.btn-link.btn-faq:before {
  background: url(//360conseils.com/themes/ichec/assets/images/icons/ico-faq.svg) no-repeat 50%;
  height: 22px;
  top: -4px;
  width: 25px;
}
.btn-inscription {
  background-color: #f3e243;
  border-radius: 40px 0 40px 40px;
  color: #004289;
  display: block;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 3px 12px 1px;
}
.btn-inscription.btn-agenda {
  background-color: #79d0d0;
}
.btn-inscription:hover {
  background-color: #f49fec;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .btn-inscription {
    border-radius: 40px;
    padding: 10px 20px 7.5px;
  }
}
.btn-yellow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f3e243;
  border: none;
  border-radius: 0;
  border-radius: 40px;
  box-shadow: none;
  color: #004289;
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}
.btn-yellow:hover {
  color: inherit;
}
@media (min-width: 992px) {
  .btn-yellow {
    padding: 13px 18px 11px;
  }
}
@media (min-width: 1200px) {
  .btn-yellow {
    font-size: 16px;
    padding: 15px 28px 13px;
  }
}
@media (min-width: 1600px) {
  .btn-yellow {
    font-size: 17px;
    padding: 18px 30px 15px;
  }
}
@media (min-width: 992px) {
  .btn-yellow {
    transition: all 0.5s;
  }
  .btn-yellow:hover {
    background-color: #f49fec;
  }
}
.btn-scroll,
.glide__arrow {
  background-color: #f49fec;
  border-radius: 100%;
  flex-wrap: wrap;
}
.btn-scroll,
.btn-scroll .icon,
.glide__arrow,
.glide__arrow .icon {
  align-items: center;
  display: flex;
  height: 35px;
  justify-content: center;
  width: 35px;
}
.btn-scroll .icon,
.glide__arrow .icon {
  transform: rotate(90deg);
}
.btn-scroll .icon img,
.glide__arrow .icon img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 20px;
}
@media (min-width: 1200px) {
  .btn-scroll,
  .glide__arrow {
    height: 65px;
    width: 65px;
  }
  .btn-scroll .icon,
  .glide__arrow .icon {
    height: 55px;
    width: 55px;
  }
  .btn-scroll .icon img,
  .glide__arrow .icon img {
    width: 30px;
  }
}
.btn-close {
  background: 0 0;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  height: 40px;
  width: 40px;
  z-index: 2;
}
.btn-close:hover {
  background-color: #004289;
  transition: all 0.5s;
}
.btn-close .lines {
  background: #fff;
  border-radius: 0;
  display: block;
  height: 3px;
  margin: 0 auto;
  position: relative;
  right: 10px;
  top: 18.5px;
  transform: rotate(45deg);
  transition: all 0.5s;
  width: 20px;
}
@media (min-width: 768px) {
  .btn-close .lines {
    width: 25px;
  }
}
.btn-close .lines:after {
  background: #fff;
  border-radius: 0;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  transform: rotate(-90deg);
  width: 20px;
}
@media (min-width: 768px) {
  .btn-close .lines:after {
    width: 25px;
  }
  .btn-close {
    height: 50px;
    width: 50px;
  }
  .btn-close .lines {
    right: 0;
    top: 22.5px;
  }
}
.btn-filter {
  cursor: pointer;
}
.btn-filter i {
  margin: 0 0 4px 10px;
}
.btn-filter:hover {
  border-color: #004289;
  color: #004289;
}
.btn-dropdown {
  transition: 0s;
}
.btn-dropdown.is-open {
  background-color: #fff;
  border-radius: 25px 25px 0 0;
}
.btn-dropdown.is-open i {
  transform: rotate(-135deg);
}
.btn-wrapper + .btn-wrapper {
  padding-top: 10px !important;
}
@media (min-width: 992px) {
  .page-template-page-contact {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .page-template-page-contact .page__bottom .training-filters {
    background: 0 0;
    border-bottom: 3px solid #d9e3ed;
    padding: 0;
  }
}
form .second-part {
  padding-top: 20px;
}
form .profil .wpcf7-list-item,
form .rgpd .wpcf7-list-item {
  margin: 0 15px 0 0;
}
form select {
  -moz-appearance: none;
  border: 2px solid #d3d3d3;
  color: rgba(0, 0, 0, 0.6);
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 10px 20px;
  width: 100%;
}
form input[type="checkbox"],
form input[type="radio"] {
  display: none;
}
form .wpcf7-list-item {
  margin-left: 0;
}
form input[type="checkbox"] + span,
form input[type="radio"] + span {
  cursor: pointer;
  display: block;
  position: relative;
}
form input[type="checkbox"] + span:before,
form input[type="radio"] + span:before {
  border: 1.5px solid #f49fec;
  border-radius: 0;
  content: "";
  display: inline-block;
  height: 15px;
  margin: 0 10px 0 0;
  position: relative;
  top: 2px;
  transition: all 0.5s;
  width: 15px;
}
form input[type="checkbox"] + span:after,
form input[type="radio"] + span:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 9px;
  left: 4.5px;
  position: absolute;
  top: 6.5px;
  transition: all 0.5s;
  width: 9px;
  z-index: 2;
}
form input[type="checkbox"]:checked + span:before,
form input[type="radio"]:checked + span:before {
  background-color: #f49fec;
}
form input[type="checkbox"]:checked + span:after,
form input[type="radio"]:checked + span:after {
  opacity: 0;
}
form label {
  width: 100%;
}
form label input[type="email"],
form label input[type="phone"],
form label input[type="text"],
form label textarea {
  -moz-appearance: none;
  background-color: #f0f8f9;
  border: none;
  caret-color: #f49fec;
  color: #004289;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  margin-top: 0;
  padding: 15px 20px 12.5px;
  width: 100%;
}
form label input[type="email"]::-moz-placeholder,
form label input[type="phone"]::-moz-placeholder,
form label input[type="text"]::-moz-placeholder,
form label textarea::-moz-placeholder {
  color: #004289;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
}
form label input[type="email"]::placeholder,
form label input[type="phone"]::placeholder,
form label input[type="text"]::placeholder,
form label textarea::placeholder {
  color: #004289;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
}
form label textarea {
  height: 120px;
}
.wpcf7 form,
.wpcf7 form label span {
  position: relative;
}
.wpcf7 form .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 5px;
  position: absolute;
  right: 0;
}
.wpcf7 form .wpcf7-response-output {
  background-color: #fff;
  border: none;
  border-radius: 5px;
  color: #000;
  margin: 0;
  padding: 15px;
}
@media (min-width: 768px) {
  .wpcf7 form .wpcf7-response-output {
    bottom: 20px;
    position: absolute;
    right: 0;
  }
}
.wpcf7 form.invalid .wpcf7-response-output {
  background-color: #f2f0b5;
  color: #bab521;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #c5eaa6;
  color: #2c4c12;
}
.wpcf7 form.failed .wpcf7-response-output {
  background-color: #fcb8b8;
  color: #7d0505;
}
.contact-image + .page__bottom section:first-child,
.image-contact + .page__bottom section:first-child,
.text-contact + .page__bottom section:first-child {
  margin-top: 0;
}
.contact-image + .text-text,
.contact-image + .twocol,
.image-contact + .text-text,
.image-contact + .twocol,
.text-contact + .text-text,
.text-contact + .twocol {
  padding-top: 0;
}
.contact-image--wrapper,
.image-contact--wrapper,
.text-contact--wrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0 0;
}
.contact-image--wrapper img,
.image-contact--wrapper img,
.text-contact--wrapper img {
  max-width: 100%;
  width: 100%;
}
.contact-image__title,
.image-contact__title,
.text-contact__title {
  margin: 0 auto 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .contact-image__title,
  .image-contact__title,
  .text-contact__title {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .contact-image__title,
  .image-contact__title,
  .text-contact__title {
    width: 730px;
  }
}
@media (min-width: 1200px) {
  .contact-image__title,
  .image-contact__title,
  .text-contact__title {
    width: 930px;
  }
}
@media (min-width: 1600px) {
  .contact-image__title,
  .image-contact__title,
  .text-contact__title {
    width: 1170px;
  }
}
.contact-image .col--right,
.image-contact .col--right,
.text-contact .col--right {
  width: 100%;
}
@media (min-width: 768px) {
  .contact-image .col--right,
  .image-contact .col--right,
  .text-contact .col--right {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .contact-image .col--right,
  .image-contact .col--right,
  .text-contact .col--right {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .contact-image .col--right,
  .image-contact .col--right,
  .text-contact .col--right {
    width: 550px;
  }
}
@media (min-width: 1600px) {
  .contact-image .col--right,
  .image-contact .col--right,
  .text-contact .col--right {
    width: 690px;
  }
}
.contact-image .col--left,
.image-contact .col--left,
.text-contact .col--left {
  width: 100%;
}
@media (min-width: 768px) {
  .contact-image .col--left,
  .image-contact .col--left,
  .text-contact .col--left {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .contact-image .col--left,
  .image-contact .col--left,
  .text-contact .col--left {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .contact-image .col--left,
  .image-contact .col--left,
  .text-contact .col--left {
    width: 550px;
  }
}
@media (min-width: 1600px) {
  .contact-image .col--left,
  .image-contact .col--left,
  .text-contact .col--left {
    width: 690px;
  }
}
.contact-image .col--contact,
.image-contact .col--contact,
.text-contact .col--contact {
  background-color: hsla(0, 0%, 100%, 0);
  border: 3px solid #f49fec;
  border-radius: 40px 0 40px 40px;
  border-radius: 0 45px 0 0;
  padding: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .contact-image .col--contact,
  .image-contact .col--contact,
  .text-contact .col--contact {
    width: 290px;
  }
}
@media (min-width: 992px) {
  .contact-image .col--contact,
  .image-contact .col--contact,
  .text-contact .col--contact {
    width: 355px;
  }
}
@media (min-width: 1200px) {
  .contact-image .col--contact,
  .image-contact .col--contact,
  .text-contact .col--contact {
    width: 455px;
  }
}
@media (min-width: 1600px) {
  .contact-image .col--contact,
  .image-contact .col--contact,
  .text-contact .col--contact {
    width: 450px;
  }
}
@media (min-width: 768px) {
  .contact-image .col--contact,
  .image-contact .col--contact,
  .text-contact .col--contact {
    padding: 20px 30px;
  }
}
@media (min-width: 992px) {
  .contact-image .col--contact,
  .image-contact .col--contact,
  .text-contact .col--contact {
    border-radius: 40px 0 40px 40px;
    border-width: 3px;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .contact-image .col--contact,
  .image-contact .col--contact,
  .text-contact .col--contact {
    border-radius: 80px 0 80px 80px;
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .contact-image .col--contact:first-child,
  .image-contact .col--contact:first-child,
  .text-contact .col--contact:first-child {
    margin-bottom: 30px;
    padding: 35px 30px;
  }
  .contact-image .col--contact:last-child,
  .image-contact .col--contact:last-child,
  .text-contact .col--contact:last-child {
    margin-top: 30px;
    padding: 35px 30px;
  }
}
.contact-image .col--contact .contact,
.image-contact .col--contact .contact,
.text-contact .col--contact .contact {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  padding: 20px 0 0;
}
.contact-image .col--contact .contact li,
.image-contact .col--contact .contact li,
.text-contact .col--contact .contact li {
  display: block;
  font-size: 14px;
  list-style: none;
  margin: 0;
}
.contact-image .col--contact .contact li strong,
.image-contact .col--contact .contact li strong,
.text-contact .col--contact .contact li strong {
  display: block;
  font-weight: 600;
  margin-bottom: 2px;
}
.contact-image .col--contact .contact li a,
.image-contact .col--contact .contact li a,
.text-contact .col--contact .contact li a {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
}
.contact-image .col--contact .contact li a.btn-link--mail,
.contact-image .col--contact .contact li a:hover,
.image-contact .col--contact .contact li a.btn-link--mail,
.image-contact .col--contact .contact li a:hover,
.text-contact .col--contact .contact li a.btn-link--mail,
.text-contact .col--contact .contact li a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .contact-image .col--contact,
  .image-contact .col--contact,
  .text-contact .col--contact {
    position: sticky;
    top: 140px;
  }
  .contact-image .col--contact li a,
  .contact-image .col--contact li strong,
  .image-contact .col--contact li a,
  .image-contact .col--contact li strong,
  .text-contact .col--contact li a,
  .text-contact .col--contact li strong {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .contact-image--wrapper,
  .image-contact--wrapper,
  .text-contact--wrapper {
    padding: 30px 0 0;
  }
  .contact-image .col--contact,
  .image-contact .col--contact,
  .text-contact .col--contact {
    padding: 50px 40px 55px 50px;
  }
  .contact-image .col--contact li a,
  .contact-image .col--contact li strong,
  .image-contact .col--contact li a,
  .image-contact .col--contact li strong,
  .text-contact .col--contact li a,
  .text-contact .col--contact li strong {
    font-size: 16px;
  }
}
.member--list {
  margin: 0;
  padding: 10px 0 0;
}
.member__item {
  background-color: #f0f8f9;
  margin: 0 0 10px;
  padding: 20px;
  width: 100%;
}
.member__item .image-wrapper {
  margin: 0 0 20px;
}
.member__item .image-wrapper picture {
  aspect-ratio: 1;
  display: flex;
  height: auto;
  height: 100px;
  overflow: hidden;
  position: relative;
  width: 100%;
  width: 100px;
}
.member__item .image-wrapper picture img {
  display: block;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .member__item .image-wrapper picture {
    height: 120px;
    width: 120px;
  }
}
@media (min-width: 768px) {
  .member__item .content {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .member__item .content {
    width: 400px;
  }
}
@media (min-width: 1600px) {
  .member__item .content {
    width: 540px;
  }
}
.member--function,
.member--name {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
}
.member--function {
  padding-bottom: 10px;
}
.member--info {
  display: block;
  margin-bottom: 2.5px;
  width: 100%;
}
.member--info span {
  display: block;
}
.member--info a {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
}
@media (min-width: 768px) {
  .member__item {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .member__item .image-wrapper {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 1600px) {
  .member__item {
    padding: 30px;
  }
  .member__item .image-wrapper {
    margin: 0 30px 0 0;
  }
  .member__item .image-wrapper picture {
    height: 120px;
    width: 120px;
  }
}
.btn-collapse {
  background: 0 0;
  border: none;
  cursor: pointer;
  display: flex;
  outline: 0;
  padding: 30px 40px 25px 10px;
  position: relative;
  transition: all 0.5s;
  width: 100%;
}
.btn-collapse .icon {
  display: block;
  height: 30px;
  margin-bottom: 20px;
  width: auto;
}
.btn-collapse .btn-close {
  background-color: #004289;
  position: absolute;
  right: 0;
  top: 20px;
}
.btn-collapse .btn-close .lines {
  position: absolute;
  right: 10px;
  top: 18.5px;
  transform: rotate(90deg);
  transition: all 0.5s;
}
@media (min-width: 768px) {
  .btn-collapse .btn-close .lines {
    right: 12px;
    top: 22.5px;
  }
}
.btn-collapse.active {
  padding-bottom: 10px;
}
.btn-collapse.active .btn-close .lines {
  transform: rotate(-135deg);
}
@media (min-width: 768px) {
  .btn-collapse {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px 0 20px;
  }
  .btn-collapse .title {
    max-width: 80%;
  }
  .btn-collapse .btn-close {
    position: relative;
    right: 0;
    top: 0;
  }
}
.collapse-div {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.collapse-div img {
  max-width: 100%;
}
.collapse-div .member--list {
  padding-bottom: 30px;
}
.collapse-div .custom-wysiwyg .director {
  margin-bottom: 20px;
}
.collapse-div .custom-wysiwyg .speakers {
  margin-top: 20px;
}
.collapse-div .custom-wysiwyg .speaker {
  border-bottom: 3px solid #d9e3ed;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.collapse-div .custom-wysiwyg .speaker div[itemprop="name"] {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 5px;
}
.collapse-div .custom-wysiwyg .speaker div[itemprop="description"] {
  color: #708bd7;
}
.collapse-div .custom-wysiwyg .speaker:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .collapse-div {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .collapse-div {
    padding-right: 60px;
  }
}
.vignette {
  background-color: #f08260;
  width: 100%;
}
.vignette--wrapper {
  display: block;
  height: 100%;
  padding: 40px 40px 25px 30px;
}
.vignette--wrapper:hover .btn-link,
.vignette--wrapper:hover .btn-link--white {
  opacity: 1;
}
.vignette--wrapper:hover .icon-wrapper,
.vignette--wrapper:hover picture img {
  transform: scale(1.1);
}
.vignette--wrapper:hover .btn-scroll,
.vignette--wrapper:hover .glide__arrow {
  transform: rotate(1turn);
  transition: all 0.5s;
}
.vignette .meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 20px;
}
.vignette__image {
  position: relative;
}
.vignette__image picture {
  aspect-ratio: 1;
  border-radius: 50px 0 50px 50px;
  display: flex;
  height: auto;
  margin-left: 15%;
  overflow: hidden;
  width: 85%;
}
.vignette__image picture img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 1s;
  width: 100%;
}
.vignette__image .icon-wrapper {
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
  bottom: -30px;
  display: flex;
  flex-wrap: wrap;
  height: 100px;
  justify-content: center;
  position: absolute;
  right: 0;
  transition: all 0.5s;
  width: 100px;
  z-index: 2;
}
.vignette__image .icon-wrapper:after {
  background: url(//360conseils.com/themes/ichec/assets/images/icons/blue-arrow-S.svg) no-repeat
    50%;
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  width: 25px;
}
.vignette__image .icon-wrapper img {
  height: 85px;
  width: 85px;
}
.vignette .vignette__image picture:before {
  border-color: #f08260;
}
.vignette .vignette__content .cat:before,
.vignette .vignette__image .btn-link,
.vignette .vignette__image .btn-link--white {
  background: #f08260;
}
.vignette__content {
  padding: 50px 0 20px;
}
.vignette__content .btn-scroll,
.vignette__content .glide__arrow {
  background: #fff;
  display: none;
  margin-top: 20px;
}
.vignette__content .btn-scroll .icon img,
.vignette__content .glide__arrow .icon img {
  transform: rotate(-90deg);
}
@media (min-width: 992px) {
  .vignette--wrapper {
    padding: 60px 45px 30px;
  }
  .vignette__image picture {
    margin-left: 0;
    width: 100%;
  }
  .vignette__image .icon-wrapper {
    height: 80px;
    width: 80px;
  }
  .vignette__image .icon-wrapper img {
    height: 70px;
    width: 70px;
  }
  .vignette__image:hover .icon-wrapper img {
    animation: infinite_rotate 5s linear infinite;
  }
}
@media (min-width: 1200px) {
  .vignette--wrapper {
    padding: 80px 45px;
  }
  .vignette__image .icon-wrapper {
    border-radius: 100px;
    height: 130px;
    width: 130px;
  }
  .vignette__image .icon-wrapper:after {
    height: 30px;
    width: 30px;
  }
  .vignette__image .icon-wrapper img {
    height: 110px;
    width: 110px;
  }
}
.cat {
  align-items: center;
  display: flex;
  font-size: 14px;
  margin-right: 0;
}
.vignette--wrapper {
  background-color: #d9e3ed;
}
.vignette--wrapper .vignette__image picture:before {
  border-color: #d9e3ed;
}
.vignette--wrapper .vignette__content .cat:before,
.vignette--wrapper .vignette__image .btn-link,
.vignette--wrapper .vignette__image .btn-link--white {
  background: #d9e3ed;
}
.vignette--wrapper.cat--entrepreneur-pme {
  background-color: #f08260;
}
.vignette--wrapper.cat--entrepreneur-pme .vignette__image picture:before {
  border-color: #f08260;
}
.vignette--wrapper.cat--entrepreneur-pme .vignette__content .cat:before,
.vignette--wrapper.cat--entrepreneur-pme .vignette__image .btn-link,
.vignette--wrapper.cat--entrepreneur-pme .vignette__image .btn-link--white {
  background: #f08260;
}
.vignette--wrapper.cat--finance-controle {
  background-color: #76cb6c;
}
.vignette--wrapper.cat--finance-controle .vignette__image picture:before {
  border-color: #76cb6c;
}
.vignette--wrapper.cat--finance-controle .vignette__content .cat:before,
.vignette--wrapper.cat--finance-controle .vignette__image .btn-link,
.vignette--wrapper.cat--finance-controle .vignette__image .btn-link--white {
  background: #76cb6c;
}
.vignette--wrapper.cat--rh-people-management {
  background-color: #f49fec;
}
.vignette--wrapper.cat--rh-people-management .vignette__image picture:before {
  border-color: #f49fec;
}
.vignette--wrapper.cat--rh-people-management .vignette__content .cat:before,
.vignette--wrapper.cat--rh-people-management .vignette__image .btn-link,
.vignette--wrapper.cat--rh-people-management .vignette__image .btn-link--white {
  background: #f49fec;
}
.vignette--wrapper.cat--management-strategie {
  background-color: #ecef67;
}
.vignette--wrapper.cat--management-strategie .vignette__image picture:before {
  border-color: #ecef67;
}
.vignette--wrapper.cat--management-strategie .vignette__content .cat:before,
.vignette--wrapper.cat--management-strategie .vignette__image .btn-link,
.vignette--wrapper.cat--management-strategie .vignette__image .btn-link--white {
  background: #ecef67;
}
.vignette--wrapper.cat--secteur-public {
  background-color: #bceceb;
}
.vignette--wrapper.cat--secteur-public .vignette__image picture:before {
  border-color: #bceceb;
}
.vignette--wrapper.cat--secteur-public .vignette__content .cat:before,
.vignette--wrapper.cat--secteur-public .vignette__image .btn-link,
.vignette--wrapper.cat--secteur-public .vignette__image .btn-link--white {
  background: #bceceb;
}
.vignette--wrapper.cat--marketing-communication {
  background-color: #79d0d0;
}
.vignette--wrapper.cat--marketing-communication
  .vignette__image
  picture:before {
  border-color: #79d0d0;
}
.vignette--wrapper.cat--marketing-communication .vignette__content .cat:before,
.vignette--wrapper.cat--marketing-communication .vignette__image .btn-link,
.vignette--wrapper.cat--marketing-communication
  .vignette__image
  .btn-link--white {
  background: #79d0d0;
}
.listing-news__item .vignette--wrapper {
  padding: 20px 20px 0;
}
.listing-news__item .vignette--wrapper .meta .type,
.listing-news__item .vignette__image .icon-wrapper {
  display: none;
}
.listing-news__item .vignette__content .btn-scroll,
.listing-news__item .vignette__content .glide__arrow {
  display: flex;
}
@media (min-width: 992px) {
  .listing-news__item .vignette--wrapper {
    padding: 30px 30px 0;
  }
}
.vignette-event--wrapper {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0);
  border: 3px solid #d9e3ed;
  border-radius: 40px 0 40px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  padding: 10px 20px 15px 30px !important;
}
@media (min-width: 768px) {
  .vignette-event--wrapper {
    padding: 20px 30px;
  }
}
@media (min-width: 992px) {
  .vignette-event--wrapper {
    border-radius: 40px 0 40px 40px;
    border-width: 3px;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .vignette-event--wrapper {
    border-radius: 80px 0 80px 80px;
    padding: 40px;
  }
}
.vignette-event--wrapper .date,
.vignette-event--wrapper .price {
  font-size: 14px;
  width: 100%;
}
@media (min-width: 768px) {
  .vignette-event--wrapper .date,
  .vignette-event--wrapper .price {
    width: 110px;
  }
}
@media (min-width: 992px) {
  .vignette-event--wrapper .date,
  .vignette-event--wrapper .price {
    width: 130px;
  }
}
@media (min-width: 1200px) {
  .vignette-event--wrapper .date,
  .vignette-event--wrapper .price {
    width: 170px;
  }
}
@media (min-width: 1600px) {
  .vignette-event--wrapper .date,
  .vignette-event--wrapper .price {
    width: 210px;
  }
}
@media (max-width: 575px) {
  .vignette-event--wrapper .date,
  .vignette-event--wrapper .price {
    width: auto;
  }
}
.vignette-event--wrapper .title {
  padding: 13.3333333333px 0 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .vignette-event--wrapper .title {
    width: 290px;
  }
}
@media (min-width: 992px) {
  .vignette-event--wrapper .title {
    width: 505px;
  }
}
@media (min-width: 1200px) {
  .vignette-event--wrapper .title {
    width: 645px;
  }
}
@media (min-width: 1600px) {
  .vignette-event--wrapper .title {
    width: 810px;
  }
}
.vignette-event--wrapper .btn-scroll .icon img,
.vignette-event--wrapper .glide__arrow .icon img {
  transform: rotate(-90deg);
}
.vignette-event--wrapper:hover .btn-scroll .icon img,
.vignette-event--wrapper:hover .glide__arrow .icon img {
  transform: rotate(270deg);
  transition: all 0.5s;
}
@media (min-width: 768px) {
  .vignette-event--wrapper {
    padding: 10px 20px 8px 30px !important;
  }
  .vignette-event--wrapper .title {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .vignette-event--wrapper {
    transition: all 0.5s;
  }
  .vignette-event--wrapper:hover {
    border-color: #004289;
  }
}
@media (min-width: 1200px) {
  .vignette-event--wrapper {
    padding: 10px 35px 10px 45px;
  }
}
.tab--list {
  padding-bottom: 60px;
}
.tab--list--wrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tab--list__nav {
  background-color: hsla(0, 0%, 100%, 0);
  background-color: #f0f8f9;
  border: none;
  border-radius: 40px 0 40px 40px;
  margin: 0 auto 60px;
  padding: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .tab--list__nav {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .tab--list__nav {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  .tab--list__nav {
    width: 360px;
  }
}
@media (min-width: 1600px) {
  .tab--list__nav {
    width: 450px;
  }
}
@media (min-width: 768px) {
  .tab--list__nav {
    padding: 20px 30px;
  }
}
@media (min-width: 992px) {
  .tab--list__nav {
    border-radius: 40px 0 40px 40px;
    border-width: 3px;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .tab--list__nav {
    border-radius: 80px 0 80px 80px;
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .tab--list__nav {
    display: none;
  }
}
.tab--list__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tab--list__nav ul li {
  position: relative;
}
.tab--list__nav ul li a {
  display: block;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 13.3333333333px 0;
}
.tab--list__nav ul li:after {
  let: 0;
  background: #004289;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  right: 0;
  transition: all 0.5s;
  width: 100%;
}
.tab--list__nav ul li:last-of-type:after {
  display: none;
}
@media (min-width: 992px) {
  .tab--list__nav ul li:hover a {
    color: #f49fec;
    transition: all 0.5s;
  }
  .tab--list__nav ul li:hover:after {
    background-color: #f49fec;
  }
}
.tab--list__nav .btn-wrapper {
  padding-top: 30px;
}
.tab--list__nav .btn-wrapper a {
  width: 100%;
}
.tab--list__content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .tab--list__content {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .tab--list__content {
    width: 580px;
  }
}
@media (min-width: 1200px) {
  .tab--list__content {
    width: 740px;
  }
}
@media (min-width: 1600px) {
  .tab--list__content {
    width: 930px;
  }
}
.tab__item {
  background-color: hsla(0, 0%, 100%, 0);
  border: 3px solid #d9e3ed;
  border-radius: 40px 0 40px 40px;
  margin-bottom: 10px;
  padding: 20px;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  scroll-margin: 120px;
}
@media (min-width: 768px) {
  .tab__item {
    padding: 20px 30px;
  }
}
@media (min-width: 992px) {
  .tab__item {
    border-radius: 40px 0 40px 40px;
    border-width: 3px;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .tab__item {
    border-radius: 80px 0 80px 80px;
    padding: 40px;
  }
}
.tab__item .custom-wysiwyg,
.tab__item form {
  padding-bottom: 30px;
}
.tab__footer {
  padding: 20px 0 0;
}
@media (min-width: 992px) {
  .tab--list__nav {
    margin: 0;
    padding: 45px 30px 30px;
    position: sticky;
    top: 140px;
  }
  .tab--list__content {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .tab--list {
    padding-bottom: 80px;
  }
}
.filters.is-visible .filters--list__item {
  animation: fadeup 0.5s 0s 1 forwards;
}
.filters.is-visible .filters--list__item:first-child {
  animation-delay: 0.15s;
}
.filters.is-visible .filters--list__item:nth-child(2) {
  animation-delay: 0.3s;
}
.filters.is-visible .filters--list__item:nth-child(3) {
  animation-delay: 0.45s;
}
.filters.is-visible .filters--list__item:nth-child(4) {
  animation-delay: 0.6s;
}
.filters.is-visible .filters--list__item:nth-child(5) {
  animation-delay: 0.75s;
}
.filters.is-visible .filters--list__item:nth-child(6) {
  animation-delay: 0.9s;
}
.filters.is-visible .filters--list__item:nth-child(7) {
  animation-delay: 1.05s;
}
.filters.is-visible .filters--list__item:nth-child(8) {
  animation-delay: 1.2s;
}
.filters--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 0;
  padding: 0;
}
.filters--list__item {
  list-style: none;
  max-width: 330px;
  opacity: 0;
  width: 50%;
}
.filters--list__btn {
  align-items: flex-end;
  background: #f08260;
  color: #fff;
  display: flex;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  height: auto;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.5s;
}
.filters--list__btn:before {
  border: 3px solid #f08260;
  bottom: 0;
  content: "";
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.filters--list__btn:hover {
  background-color: #fff;
}
.filters--list__btn.entrepreneur-pme {
  background: #f08260;
}
.filters--list__btn.entrepreneur-pme:before {
  border-color: #f08260;
}
@media (min-width: 1200px) {
  .filters--list__btn.entrepreneur-pme:hover {
    background-color: #fff;
    color: #f08260;
  }
}
.filters--list__btn.finance {
  background: #76cb6c;
}
.filters--list__btn.finance:before {
  border-color: #76cb6c;
}
@media (min-width: 1200px) {
  .filters--list__btn.finance:hover {
    background-color: #fff;
    color: #76cb6c;
  }
}
.filters--list__btn.people {
  background: #f49fec;
}
.filters--list__btn.people:before {
  border-color: #f49fec;
}
@media (min-width: 1200px) {
  .filters--list__btn.people:hover {
    background-color: #fff;
    color: #f49fec;
  }
}
.filters--list__btn.management {
  background: #ecef67;
}
.filters--list__btn.management:before {
  border-color: #ecef67;
}
@media (min-width: 1200px) {
  .filters--list__btn.management:hover {
    background-color: #fff;
    color: #ecef67;
  }
}
.filters--list__btn.secteur-public {
  background: #bceceb;
}
.filters--list__btn.secteur-public:before {
  border-color: #bceceb;
}
@media (min-width: 1200px) {
  .filters--list__btn.secteur-public:hover {
    background-color: #fff;
    color: #bceceb;
  }
}
.filters--list__btn.communication {
  background: #79d0d0;
}
.filters--list__btn.communication:before {
  border-color: #79d0d0;
}
@media (min-width: 1200px) {
  .filters--list__btn.communication:hover {
    background-color: #fff;
    color: #79d0d0;
  }
}
@media (min-width: 992px) {
  .filters--list__btn {
    height: 120px;
  }
  .filters--list__item {
    max-width: 285px;
  }
}
@media (min-width: 1200px) {
  .filters--list__btn {
    height: 140px;
  }
  .filters--list__item {
    max-width: 175px;
  }
}
@media (min-width: 1600px) {
  .filters--list__btn {
    font-size: 16px;
    height: 160px;
  }
  .filters--list__item {
    max-width: 225px;
  }
}
@media (max-width: 575px) {
  .filters--list__item {
    max-width: 100%;
    width: 100%;
  }
  .filters--list__btn {
    font-size: 14px;
    margin: 0 auto 10px;
  }
}
#introduction {
  scroll-margin: 60px;
}
@media (min-width: 1600px) {
  #introduction {
    scroll-margin: 120px;
  }
}
#introduction + .text-image {
  margin-top: 60px !important;
}
@media (min-width: 1200px) {
  #introduction + .text-image {
    margin-top: 80px !important;
  }
}
@media (min-width: 1600px) {
  #introduction + .text-image {
    margin-top: 96px !important;
  }
}
.twocol + .text-text {
  padding-top: 0;
}
.twocol.text-image + .text-text {
  margin-top: 60px !important;
}
@media (min-width: 1200px) {
  .twocol.text-image + .text-text {
    margin-top: 80px !important;
  }
}
@media (min-width: 1600px) {
  .twocol.text-image + .text-text {
    margin-top: 96px !important;
  }
}
.twocol + .list--reviews,
.twocol + .page__bottom,
.twocol + .text-text,
.twocol + .twocol {
  margin-top: 60px;
}
.list--reviews.twocol + .twocol,
.page__bottom .twocol + .list--reviews.training-filters,
.page__bottom .twocol + .list--reviews.video--banner,
.page__bottom .twocol + .page__bottom.training-filters,
.page__bottom .twocol + .page__bottom.video--banner,
.page__bottom .twocol + .text-text.training-filters,
.page__bottom .twocol + .text-text.video--banner,
.page__bottom .twocol + .twocol.training-filters,
.page__bottom .twocol + .twocol.video--banner,
.twocol + .list--reviews.ambition,
.twocol + .list--reviews.banner--news-events,
.twocol + .list--reviews.contact-image,
.twocol + .list--reviews.generic-banner,
.twocol + .list--reviews.image-contact,
.twocol + .list--reviews.listing,
.twocol + .list--reviews.text-contact,
.twocol + .page__bottom.ambition,
.twocol + .page__bottom.banner--news-events,
.twocol + .page__bottom.contact-image,
.twocol + .page__bottom.generic-banner,
.twocol + .page__bottom.image-contact,
.twocol + .page__bottom.listing,
.twocol + .page__bottom.text-contact,
.twocol + .text-text.ambition,
.twocol + .text-text.banner--news-events,
.twocol + .text-text.contact-image,
.twocol + .text-text.generic-banner,
.twocol + .text-text.image-contact,
.twocol + .text-text.listing,
.twocol + .text-text.text-contact,
.twocol + .twocol.ambition,
.twocol + .twocol.banner--news-events,
.twocol + .twocol.contact-image,
.twocol + .twocol.generic-banner,
.twocol + .twocol.image-contact,
.twocol + .twocol.listing,
.twocol + .twocol.text-contact {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .twocol + .list--reviews,
  .twocol + .page__bottom,
  .twocol + .text-text,
  .twocol + .twocol {
    margin-top: 80px;
  }
}
@media (min-width: 1600px) {
  .twocol + .list--reviews,
  .twocol + .page__bottom,
  .twocol + .text-text,
  .twocol + .twocol {
    margin-top: 96px;
  }
}
.list--reviews + .twocol + .page__bottom,
.list--reviews + .twocol + .twocol,
.page__bottom .twocol.training-filters + .page__bottom,
.page__bottom .twocol.training-filters + .twocol,
.page__bottom .twocol.video--banner + .page__bottom,
.page__bottom .twocol.video--banner + .twocol,
.twocol + .twocol.banner--news-events + .page__bottom,
.twocol + .twocol.banner--news-events + .twocol,
.twocol.ambition + .page__bottom,
.twocol.ambition + .twocol,
.twocol.contact-image + .page__bottom,
.twocol.contact-image + .twocol,
.twocol.generic-banner + .page__bottom,
.twocol.generic-banner + .twocol,
.twocol.image-contact + .page__bottom,
.twocol.image-contact + .twocol,
.twocol.listing + .page__bottom,
.twocol.listing + .twocol,
.twocol.text-contact + .page__bottom,
.twocol.text-contact + .twocol {
  margin-top: 0;
}
.list--reviews + .twocol + .text-contact,
.page__bottom .twocol.training-filters + .text-contact,
.page__bottom .twocol.video--banner + .text-contact,
.twocol + .twocol.banner--news-events + .text-contact,
.twocol.ambition + .text-contact,
.twocol.contact-image + .text-contact,
.twocol.generic-banner + .text-contact,
.twocol.image-contact + .text-contact,
.twocol.listing + .text-contact,
.twocol.text-contact + .text-contact {
  padding-top: 0;
}
.twocol.image-image .title {
  padding-bottom: 30px;
}
@media (max-width: 575px) {
  .twocol.image-text + .list--reviews {
    margin-top: 60px;
  }
}
.twocol--wrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.twocol--wrapper.text-text--wrapper {
  align-items: flex-start;
  padding-top: 20px;
}
.twocol--wrapper.text-text--wrapper .col--right {
  padding-left: 0;
}
.twocol--wrapper.reverse .col--left .image-wrapper {
  width: 100%;
}
.twocol--wrapper .col {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .twocol--wrapper .col {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .twocol--wrapper .col {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .twocol--wrapper .col {
    width: 550px;
  }
}
@media (min-width: 1600px) {
  .twocol--wrapper .col {
    width: 690px;
  }
}
.twocol--wrapper .col .title strong {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.twocol--wrapper .col .title strong:before {
  border: 3px solid #f3e243;
  border-radius: 40px;
  bottom: 2.5px;
  content: "";
  display: block;
  height: auto;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -5px;
  width: auto;
  z-index: 1;
}
@media (min-width: 1200px) {
  .twocol--wrapper .col .title strong {
    margin-left: 5px;
    margin-right: 5px;
  }
  .twocol--wrapper .col .title strong:before {
    border-radius: 60px;
    bottom: 0;
    left: -5px;
    right: -5px;
    top: -5px;
  }
}
@media (min-width: 1600px) {
  .twocol--wrapper .col .title strong:before {
    bottom: 5px;
    left: -10px;
    right: -10px;
  }
}
@media (max-width: 575px) {
  .twocol--wrapper .col .title strong {
    line-height: 1.2em;
  }
  .twocol--wrapper .col .title strong:before {
    bottom: 0;
    top: -2.5px;
  }
}
.twocol--wrapper .col--right {
  padding-top: 30px;
}
.twocol--wrapper .col--left {
  margin: 0 auto;
}
.twocol--wrapper .col--left .image-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .twocol--wrapper .col--left .image-wrapper {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .twocol--wrapper .col--left .image-wrapper {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .twocol--wrapper .col--left .image-wrapper {
    width: 550px;
  }
}
@media (min-width: 1600px) {
  .twocol--wrapper .col--left .image-wrapper {
    width: 690px;
  }
}
.twocol--wrapper .col .custom-wysiwyg {
  margin: 0 auto 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .twocol--wrapper .col .custom-wysiwyg {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .twocol--wrapper .col .custom-wysiwyg {
    width: 355px;
  }
}
@media (min-width: 1200px) {
  .twocol--wrapper .col .custom-wysiwyg {
    width: 455px;
  }
}
@media (min-width: 1600px) {
  .twocol--wrapper .col .custom-wysiwyg {
    width: 570px;
  }
}
.twocol--wrapper .col .image-wrapper picture {
  display: flex;
  height: auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.twocol--wrapper .col .image-wrapper picture img {
  display: block;
  height: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.twocol--wrapper .col .btn-wrapper {
  padding-top: 20px;
}
.twocol .twocol--wrapper.offer--wrapper .col--left .image-wrapper,
.twocol.image-text .col--left .image-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .twocol .twocol--wrapper.offer--wrapper .col--left .image-wrapper,
  .twocol.image-text .col--left .image-wrapper {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .twocol .twocol--wrapper.offer--wrapper .col--left .image-wrapper,
  .twocol.image-text .col--left .image-wrapper {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .twocol .twocol--wrapper.offer--wrapper .col--left .image-wrapper,
  .twocol.image-text .col--left .image-wrapper {
    width: 455px;
  }
}
@media (min-width: 1600px) {
  .twocol .twocol--wrapper.offer--wrapper .col--left .image-wrapper,
  .twocol.image-text .col--left .image-wrapper {
    width: 570px;
  }
}
.twocol .twocol--wrapper.offer--wrapper .col .custom-wysiwyg,
.twocol.image-text .col .custom-wysiwyg {
  width: 100%;
}
@media (min-width: 768px) {
  .twocol .twocol--wrapper.offer--wrapper .col .custom-wysiwyg,
  .twocol.image-text .col .custom-wysiwyg {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .twocol .twocol--wrapper.offer--wrapper .col .custom-wysiwyg,
  .twocol.image-text .col .custom-wysiwyg {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .twocol .twocol--wrapper.offer--wrapper .col .custom-wysiwyg,
  .twocol.image-text .col .custom-wysiwyg {
    width: 550px;
  }
}
@media (min-width: 1600px) {
  .twocol .twocol--wrapper.offer--wrapper .col .custom-wysiwyg,
  .twocol.image-text .col .custom-wysiwyg {
    width: 690px;
  }
}
@media (min-width: 768px) {
  .twocol .twocol--wrapper.offer--wrapper .col .custom-wysiwyg,
  .twocol.image-text .col .custom-wysiwyg {
    padding-right: 60px;
  }
  .twocol--wrapper .col--left {
    margin: 0 auto 30px;
  }
}
@media (min-width: 992px) {
  .twocol.text-image .twocol--wrapper {
    flex-direction: row-reverse;
  }
  .twocol.text-image .twocol--wrapper .col .image-wrapper {
    padding-top: 0;
  }
  .twocol.text-image .twocol--wrapper .col--left {
    padding-left: 0;
    padding-right: 0;
  }
  .twocol.text-image .twocol--wrapper .col--right {
    padding-left: 0;
    padding-right: 30px;
    padding-top: 0;
  }
  .twocol--wrapper.reverse {
    flex-direction: row-reverse;
  }
  .twocol--wrapper.reverse .col .image-wrapper {
    padding-top: 0;
  }
  .twocol--wrapper.reverse .col--left {
    padding-left: 0;
    padding-right: 0;
  }
  .twocol--wrapper.reverse .col--right {
    padding-left: 0;
    padding-right: 30px;
    padding-top: 0;
  }
  .twocol--wrapper .col {
    margin: 0;
  }
  .twocol--wrapper .col--left {
    padding-right: 30px;
  }
  .twocol--wrapper .col--right {
    padding-left: 0;
    padding-top: 0;
  }
  .twocol--wrapper.offer--wrapper .col--left {
    padding-right: 30px;
  }
  .twocol--wrapper.offer--wrapper .col--right,
  .twocol.text-image--highlight .twocol--wrapper.reverse .col--left {
    padding-left: 30px;
  }
  .twocol.image-text .twocol--wrapper .col--right {
    padding-left: 0;
  }
  .twocol.image-text .twocol--wrapper .col--left .image-wrapper {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .twocol--wrapper {
    align-items: center;
  }
  .twocol--wrapper .col .image-wrapper {
    padding-top: 20px;
  }
  .twocol--wrapper.offer--wrapper .col--left {
    padding-right: 45px;
  }
  .twocol--wrapper.offer--wrapper .col--right {
    padding-left: 0;
  }
}
.offer--list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.offer--list__item {
  margin-bottom: 10px;
  position: relative;
}
.offer--list__item .link--training {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0);
  border: 3px solid #d9e3ed;
  border-radius: 40px 0 40px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 45px 20px 20px;
}
@media (min-width: 768px) {
  .offer--list__item .link--training {
    padding: 20px 30px;
  }
}
@media (min-width: 992px) {
  .offer--list__item .link--training {
    border-radius: 40px 0 40px 40px;
    border-width: 3px;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .offer--list__item .link--training {
    border-radius: 80px 0 80px 80px;
    padding: 40px;
  }
}
.offer--list__item .link--training span {
  margin-right: 0;
  margin-top: 12px;
  max-width: 200px;
}
.offer--list__item .link--training .icon-wrapper {
  align-items: center;
  background-color: #f0f8f9;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 50px;
  justify-content: center;
  width: 50px;
}
.offer--list__item .link--training .icon-wrapper img {
  height: auto;
  width: 30px;
}
.offer--list__item .link--training:hover {
  border: 3px solid #004289;
  transition: all 0.5s;
}
.offer--list__item picture {
  left: 30px;
  position: absolute;
  top: 20px;
}
.offer--list__item picture img {
  height: 20px;
  width: auto;
}
@media (min-width: 768px) {
  .offer--list {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .offer--list__item .link--training {
    padding-top: 50px;
  }
  .offer--list__item .link--training span {
    max-width: 250px;
  }
  .offer--list__item picture {
    left: 30px;
    top: 30px;
  }
}
@media (min-width: 992px) {
  .offer--list {
    -moz-column-count: 1;
    column-count: 1;
    margin-top: 50px;
  }
  .offer--list__item {
    margin-bottom: 15px;
  }
  .offer--list__item .link--training {
    padding: 50px 20px 15px 30px;
    position: relative;
    z-index: 2;
  }
  .offer--list__item .link--training .icon-wrapper {
    transition: all 0.5s;
  }
  .offer--list__item .link--training span {
    max-width: 250px;
  }
  .offer--list__item .link--training:hover .icon-wrapper {
    transform: translateX(20px);
  }
  .offer--list__item picture {
    left: 30px;
    top: 25px;
  }
  .offer--list__item picture img {
    height: 35px;
  }
}
@media (min-width: 1200px) {
  .offer--list__item .link--training {
    padding: 60px 50px 30px 45px;
  }
  .offer--list__item .link--training span {
    max-width: 360px;
  }
  .offer--list__item picture {
    left: 50px;
    top: 35px;
  }
}
@media (min-width: 1600px) {
  .offer--list__item .link--training {
    padding: 65px 70px 30px 60px;
  }
  .offer--list__item .link--training span {
    max-width: 450px;
  }
  .offer--list__item picture {
    left: 60px;
    top: 35px;
  }
}
.banner--info {
  background-color: #004289;
  margin: 0;
  padding: 30px 0;
}
.banner--info:after {
  background: url(//360conseils.com/themes/ichec/assets/images/bg-blue-left.svg) no-repeat 0 0;
  height: 120px;
  left: 0;
  margin-top: -70px;
  width: 120px;
}
.banner--info:after,
.banner--info:before {
  content: "";
  display: block;
  position: absolute;
}
.banner--info:before {
  background: url(//360conseils.com/themes/ichec/assets/images/bg-blue-right.svg) no-repeat 100%
    0;
  height: 350px;
  margin-top: -100px;
  right: 0;
  width: 350px;
}
.banner--info__wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner--info__text {
  width: 100%;
}
@media (min-width: 768px) {
  .banner--info__text {
    width: 470px;
  }
}
@media (min-width: 992px) {
  .banner--info__text {
    width: 655px;
  }
}
@media (min-width: 1200px) {
  .banner--info__text {
    width: 835px;
  }
}
@media (min-width: 1600px) {
  .banner--info__text {
    width: 1170px;
  }
}
.banner--info__text .title {
  color: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
}
.banner--info__text p {
  color: #fff;
  display: none;
  margin: 0;
  padding: 10px 0;
}
.banner--info__link {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .banner--info__link {
    width: 170px;
  }
}
@media (min-width: 992px) {
  .banner--info__link {
    width: 205px;
  }
}
@media (min-width: 1200px) {
  .banner--info__link {
    width: 265px;
  }
}
@media (min-width: 1600px) {
  .banner--info__link {
    width: 210px;
  }
}
@media (min-width: 768px) {
  .banner--info {
    padding: 20px 0;
  }
  .banner--info__link {
    justify-content: flex-end;
    padding-top: 0;
  }
  .banner--info__link .white:hover {
    color: #fff;
  }
}
.banner--news-events {
  padding-bottom: 0 !important;
}
.banner--news-events__title {
  display: none;
  padding: 15px 0 10px;
}
.banner--news-events__title .title {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
  width: 100%;
}
@media (min-width: 768px) {
  .banner--news-events__title .title {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .banner--news-events__title .title {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .banner--news-events__title .title {
    width: 740px;
  }
}
@media (min-width: 1600px) {
  .banner--news-events__title .title {
    width: 930px;
  }
}
.banner--news-events__title .action {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .banner--news-events__title .action {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .banner--news-events__title .action {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .banner--news-events__title .action {
    width: 360px;
  }
}
@media (min-width: 1600px) {
  .banner--news-events__title .action {
    width: 450px;
  }
}
.banner--news-events__title .action__item {
  padding: 0 20px 0 0;
  position: relative;
}
.banner--news-events__title .action__item a {
  display: block;
  padding: 10px 0;
  position: relative;
}
.banner--news-events__title .action__item:after {
  background: #002e5f;
  bottom: 0;
  content: "";
  display: block;
  height: 20px;
  margin-top: 12px;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.banner--news-events__title .action__item:last-of-type {
  padding: 0 0 0 20px;
}
.banner--news-events__title .action__item:last-of-type:after {
  display: none;
}
@media (min-width: 768px) {
  .banner--news-events__title .action {
    justify-content: flex-end;
  }
  .banner--news-events__title .action__item {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .banner--news-events__title {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .banner--news-events__title .action__item .btn-link--white:after,
  .banner--news-events__title .action__item .btn-link:after {
    background-color: #004289;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transition: all 0.5s;
    width: auto;
  }
  .banner--news-events__title .action__item .btn-link--white:hover:after,
  .banner--news-events__title .action__item .btn-link:hover:after {
    left: 0;
    right: 0;
  }
}
.banner--news-events__wrapper .vignette {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .banner--news-events__wrapper .vignette__content {
    padding-right: 60px;
  }
}
.banner--news-events__wrapper .vignette:first-child {
  border-radius: 0 50px 0 0;
}
.banner--news-events__wrapper .vignette--wrapper.events {
  background-color: #004289;
}
.banner--news-events__wrapper .vignette--wrapper.events .meta .type,
.banner--news-events__wrapper .vignette--wrapper.events .title {
  color: #fff;
}
.banner--news-events__wrapper .vignette--wrapper.events .meta .date {
  color: #f98bef;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.banner--newsletter {
  background-color: #002e5f;
  padding: 30px 0;
}
.banner--newsletter__wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner--newsletter .text-wrapper {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding: 3px 0 20px;
}
.banner--newsletter .text-wrapper * {
  color: #fff;
}
.banner--newsletter .text-wrapper p {
  margin: 0;
}
.banner--ads {
  background-color: #d9e3ed;
  padding: 10px 0;
}
.banner--ads .container {
  padding: 0;
}
.banner--ads__link picture {
  aspect-ratio: 20/4;
  display: flex;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .banner--ads__link picture {
    width: 470px;
  }
}
@media (min-width: 992px) {
  .banner--ads__link picture {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .banner--ads__link picture {
    width: 550px;
  }
}
@media (min-width: 1600px) {
  .banner--ads__link picture {
    width: 690px;
  }
}
.banner--ads__link picture img {
  display: block;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .banner--news-events__wrapper {
    grid-column-gap: 0;
    grid-row-gap: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
  }
  .banner--news-events__wrapper .vignette,
  .banner--news-events__wrapper .vignette:first-child {
    border-radius: 0;
  }
  .banner--newsletter .text-wrapper {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .banner--news-events__wrapper .vignette__image {
    padding-left: 30px;
  }
  .banner--ads {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .banner--news-events__wrapper .vignette--wrapper {
    padding-right: 85px;
  }
  .banner--news-events__wrapper .vignette__image {
    padding-left: 40px;
  }
}
.list--reviews.listing + .twocol,
.listing + .ambition,
.listing + .contact-image,
.listing + .generic-banner,
.listing + .image-contact,
.listing + .listing,
.listing + .text-contact,
.page__bottom .listing + .training-filters,
.page__bottom .listing + .video--banner,
.twocol.listing + .banner--news-events {
  padding-top: 0;
}
.listing--wrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.listing__item {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .listing__item {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .listing__item {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .listing__item {
    width: 550px;
  }
}
@media (min-width: 1600px) {
  .listing__item {
    width: 690px;
  }
}
.listing__item:last-of-type {
  margin-bottom: 0;
}
.listing__item .item-wrapper {
  background-color: hsla(0, 0%, 100%, 0);
  border: 3px solid #d9e3ed;
  border-radius: 40px 0 40px 40px;
  padding: 20px;
}
@media (min-width: 768px) {
  .listing__item .item-wrapper {
    padding: 20px 30px;
  }
}
@media (min-width: 992px) {
  .listing__item .item-wrapper {
    border-radius: 40px 0 40px 40px;
    border-width: 3px;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .listing__item .item-wrapper {
    border-radius: 80px 0 80px 80px;
    padding: 40px;
  }
}
.listing__item .item-wrapper picture {
  display: block;
  height: auto;
  margin: 0 auto 20px 0;
  max-width: 120px;
}
.listing__item .item-wrapper picture img {
  display: block;
  height: 35px;
}
.listing__item .item-wrapper .content {
  padding: 20px 0 0;
}
.listing__item .item-wrapper .content p {
  margin: 0;
}
.listing--simple {
  background-color: #f0f8f9;
  margin-bottom: 60px;
  padding: 30px 0 !important;
}
.listing--simple__intro {
  width: 100%;
}
@media (min-width: 768px) {
  .listing--simple__intro {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .listing--simple__intro {
    width: 730px;
  }
}
@media (min-width: 1200px) {
  .listing--simple__intro {
    width: 930px;
  }
}
@media (min-width: 1600px) {
  .listing--simple__intro {
    width: 930px;
  }
}
.listing--simple__intro .title strong {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.listing--simple__intro .title strong:before {
  border: 3px solid #65b352;
  border-radius: 40px;
  bottom: 2.5px;
  content: "";
  display: block;
  height: auto;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -5px;
  width: auto;
  z-index: 1;
}
@media (min-width: 1200px) {
  .listing--simple__intro .title strong {
    margin-left: 5px;
    margin-right: 5px;
  }
  .listing--simple__intro .title strong:before {
    border-radius: 60px;
    bottom: 0;
    left: -5px;
    right: -5px;
    top: -5px;
  }
}
@media (min-width: 1600px) {
  .listing--simple__intro .title strong:before {
    bottom: 5px;
    left: -10px;
    right: -10px;
  }
}
@media (max-width: 575px) {
  .listing--simple__intro .title strong {
    line-height: 1.2em;
  }
  .listing--simple__intro .title strong:before {
    bottom: 0;
    top: -2.5px;
  }
}
.listing--simple__list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 30px 0;
}
.listing--simple__list__item {
  background-color: hsla(0, 0%, 100%, 0);
  border: 3px solid #d9e3ed;
  border-radius: 40px 0 40px 40px;
  margin: 0 0 10px;
  padding: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .listing--simple__list__item {
    padding: 20px 30px;
  }
}
@media (min-width: 992px) {
  .listing--simple__list__item {
    border-radius: 40px 0 40px 40px;
    border-width: 3px;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .listing--simple__list__item {
    border-radius: 80px 0 80px 80px;
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .listing--simple__list__item {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .listing--simple__list__item {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .listing--simple__list__item {
    width: 550px;
  }
}
@media (min-width: 1600px) {
  .listing--simple__list__item {
    width: 690px;
  }
}
@media (min-width: 1200px) {
  .listing--simple__list__item {
    padding: 25px 45px 20px;
  }
  .listing--simple__list__item span {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .listing--simple__list__item {
    padding: 25px 45px 20px;
  }
}
.listing--simple__outro .custom-wysiwyg h1,
.listing--simple__outro .custom-wysiwyg h2,
.listing--simple__outro .custom-wysiwyg h3 {
  color: #004289;
}
@media (min-width: 768px) {
  .listing__item {
    margin-bottom: 0;
  }
  .listing__item:first-child,
  .listing__item:nth-child(3),
  .listing__item:nth-child(5) {
    margin-top: 45px;
  }
}
@media (min-width: 1200px) {
  .listing__item .item-wrapper {
    padding-right: 60px;
  }
  .listing--simple {
    margin-bottom: 80px;
    padding: 75px 0 !important;
  }
}
@media (min-width: 1600px) {
  .listing__item .item-wrapper {
    padding: 60px 80px;
  }
}
.video--banner {
  background-color: #f0f8f9;
  padding: 45px 0;
}
.video--banner__title {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .video--banner__title {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .video--banner__title {
    width: 730px;
  }
}
@media (min-width: 1200px) {
  .video--banner__title {
    width: 930px;
  }
}
@media (min-width: 1600px) {
  .video--banner__title {
    width: 1170px;
  }
}
.video--banner__content {
  background: #f0f8f9;
  margin: 0 auto;
  padding: 30px 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .video--banner__content {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .video--banner__content {
    width: 730px;
  }
}
@media (min-width: 1200px) {
  .video--banner__content {
    width: 930px;
  }
}
@media (min-width: 1600px) {
  .video--banner__content {
    width: 1170px;
  }
}
.video--banner__content iframe,
.video--banner__content video {
  aspect-ratio: 4/3;
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .video--banner {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  .video--banner__content {
    padding: 20px 0 0;
  }
  .video--banner__content iframe,
  .video--banner__content video {
    aspect-ratio: 16/8;
  }
}
@media (min-width: 1200px) {
  .video--banner {
    padding: 80px 0;
  }
}
.ambition {
  background-color: #004289;
  margin-top: 0;
}
.ambition .container {
  z-index: 4;
}
.ambition:after {
  background: url(//360conseils.com/themes/ichec/assets/images/bg-blue-left.svg) no-repeat 0 0;
  height: 120px;
  left: 0;
  margin-top: -70px;
  width: 120px;
}
.ambition:after,
.ambition:before {
  content: "";
  display: block;
  position: absolute;
}
.ambition:before {
  background: url(//360conseils.com/themes/ichec/assets/images/bg-blue-right.svg) no-repeat 100%
    0;
  height: 350px;
  margin-top: -100px;
  right: 0;
  width: 350px;
}
.ambition--wrapper .title,
.ambition--wrapper .title p {
  color: #fff;
}
.ambition--wrapper .title p strong,
.ambition--wrapper .title strong {
  color: #fff;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.ambition--wrapper .title p strong:before,
.ambition--wrapper .title strong:before {
  border: 3px solid #65b352;
  border-radius: 40px;
  bottom: 2.5px;
  content: "";
  display: block;
  height: auto;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -5px;
  width: auto;
  z-index: 1;
}
@media (min-width: 1200px) {
  .ambition--wrapper .title p strong,
  .ambition--wrapper .title strong {
    margin-left: 5px;
    margin-right: 5px;
  }
  .ambition--wrapper .title p strong:before,
  .ambition--wrapper .title strong:before {
    border-radius: 60px;
    bottom: 0;
    left: -5px;
    right: -5px;
    top: -5px;
  }
}
@media (min-width: 1600px) {
  .ambition--wrapper .title p strong:before,
  .ambition--wrapper .title strong:before {
    bottom: 5px;
    left: -10px;
    right: -10px;
  }
}
@media (max-width: 575px) {
  .ambition--wrapper .title p strong,
  .ambition--wrapper .title strong {
    line-height: 1.2em;
  }
  .ambition--wrapper .title p strong:before,
  .ambition--wrapper .title strong:before {
    bottom: 0;
    top: -2.5px;
  }
}
.ambition--wrapper .btn-wrapper {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .ambition:after {
    height: 150px;
    margin-top: -100px;
    width: 150px;
  }
  .ambition:before {
    height: 400px;
    margin-top: -100px;
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .ambition {
    padding: 80px 0;
  }
  .ambition:after {
    height: 200px;
    margin-top: -100px;
    width: 200px;
  }
  .ambition:before {
    height: 550px;
    margin-top: -200px;
    width: 550px;
  }
}
@media (min-width: 1600px) {
  .ambition {
    padding: 120px 0;
  }
}
.text-text + .list--reviews {
  margin-top: 0;
}
.text-text .big-title {
  margin: 0 auto 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .text-text .big-title {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .text-text .big-title {
    width: 730px;
  }
}
@media (min-width: 1200px) {
  .text-text .big-title {
    width: 930px;
  }
}
@media (min-width: 1600px) {
  .text-text .big-title {
    width: 1170px;
  }
}
.text-text + .page__bottom .ambition {
  margin-top: 0;
}
@media (max-width: 991px) {
  .text-text--wrapper .col.col--left {
    margin: 0 auto;
  }
  .text-text--wrapper .col.col--right {
    padding-top: 20px;
  }
}
.page-template-page-about-us .banner--ads,
.page-template-page-about-us .footer--partners {
  display: none;
}
.listing--menu {
  margin: 0;
  padding: 0;
}
.listing--menu__item {
  display: block;
  list-style: none;
  position: relative;
  width: 100%;
}
.listing--menu__item a {
  display: block;
  padding: 20px 0;
}
.listing--menu__item a .title {
  display: block;
  padding: 0 0 5px;
}
.listing--menu__item a .desc {
  color: #79d0d0;
  display: block;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}
.listing--menu__item:after {
  background-color: #004289;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.listing--menu__item:last-of-type:after,
aside.popup {
  display: none;
}
aside.popup {
  background: rgba(0, 66, 137, 0.95);
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: scroll;
  position: fixed;
  right: 0;
  top: 0;
}
aside.popup.is-active {
  animation: fadein 0.9s 1 forwards;
  display: block;
  height: 100vh;
  z-index: 9999;
}
aside.popup.is-active .popup--wrapper.menu {
  animation: faderight 0.9s 0.3s 1 forwards;
}
aside.popup .btn-close {
  align-items: center;
  background: 0 0;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  display: flex;
  height: 50px;
  position: absolute;
  right: 60px;
  top: 60px;
  width: 50px;
  width: auto;
  z-index: 2;
}
aside.popup .btn-close span {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 0 10px;
}
aside.popup .btn-close:hover {
  transition: all 0.5s;
}
aside.popup .btn-close .lines {
  background: #fff;
  border-radius: 0;
  display: block;
  height: 3px;
  margin: 0 auto;
  position: relative;
  top: 0;
  transform: rotate(45deg);
  transition: all 0.5s;
  width: 20px;
}
@media (min-width: 768px) {
  aside.popup .btn-close .lines {
    width: 25px;
  }
}
aside.popup .btn-close .lines:after {
  background: #fff;
  border-radius: 0;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  transform: rotate(-90deg);
  width: 20px;
}
@media (min-width: 768px) {
  aside.popup .btn-close .lines:after {
    width: 25px;
  }
}
@media (max-width: 991px) {
  aside.popup .btn-close {
    right: 0;
    top: 0;
  }
  aside.popup .btn-close .lines {
    top: 20px;
  }
}
aside.popup .popup--wrapper {
  background: #fff;
  margin: 90px 20px 30px;
  max-width: 700px;
  padding: 0;
  position: relative;
  width: auto;
}
aside.popup .popup--wrapper.menu {
  background-color: #002e5f;
  opacity: 0;
}
aside.popup .popup--wrapper.contact-item {
  border: 3px solid #d9e3ed;
  border-radius: 30px 0 30px 30px;
}
@media (min-width: 992px) {
  aside.popup .popup--wrapper.contact-item {
    border-radius: 40px 0 40px 40px;
  }
}
@media (min-width: 1200px) {
  aside.popup .popup--wrapper.contact-item {
    border-radius: 60px 0 60px 60px;
  }
}
@media (max-width: 575px) {
  aside.popup .popup--wrapper.contact-item {
    margin-top: 30px;
  }
}
aside.popup .popup--wrapper__menu {
  width: 100%;
}
aside.popup .popup--wrapper__contact {
  padding: 30px 20px;
}
aside.popup .popup--wrapper__contact .btn-close {
  background-color: #004289;
  height: 50px;
  right: 20px;
  top: 30px;
  width: 50px;
}
aside.popup .popup--wrapper__contact .btn-close .lines {
  left: 0;
  top: 0;
}
aside.popup .popup--wrapper__contact .logo-wrapper {
  display: block;
  height: auto;
  max-width: 200px;
  width: 120px;
}
aside.popup .popup--wrapper__contact .logo-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
}
aside.popup .popup--wrapper__contact .content-wrapper {
  padding: 30px 0 0;
}
@media (min-width: 576px) {
  aside.popup .popup--wrapper {
    margin: 60px auto;
    padding: 60px;
  }
}
@media (min-width: 768px) {
  aside.popup .popup--wrapper__contact {
    padding: 45px;
  }
}
@media (min-width: 992px) {
  aside.popup .popup--wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 120px auto 60px;
    max-width: 700px;
    padding: 30px;
  }
  aside.popup .popup--wrapper.menu {
    height: 100%;
    margin: 0 0 0 auto;
    max-width: 50%;
    padding: 60px;
  }
  aside.popup .popup--wrapper__contact {
    padding: 60px;
  }
  aside.popup .popup--wrapper__contact .logo-wrapper {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  aside.popup .popup--wrapper {
    margin: 60px auto;
    max-width: 800px;
    padding: 0;
  }
  aside.popup .popup--wrapper.menu {
    max-width: 700px;
    padding: 60px;
  }
}
@media (min-width: 1600px) {
  aside.popup .popup--wrapper.menu {
    max-width: 41%;
    padding: 60px 120px;
  }
}
.hero--home {
  position: relative;
}
.hero--home__bg {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.hero--home__bg picture {
  display: flex;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.hero--home__bg picture img {
  display: block;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.hero--home__text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  min-height: 70vh;
  padding: 18vh 0 0;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .hero--home__text {
    width: 470px;
  }
}
@media (min-width: 992px) {
  .hero--home__text {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .hero--home__text {
    width: 455px;
  }
}
@media (min-width: 1600px) {
  .hero--home__text {
    width: 570px;
  }
}
.hero--home__text .title strong {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.hero--home__text .title strong:before {
  border: 3px solid #f3e243;
  border-radius: 40px;
  bottom: 2.5px;
  content: "";
  display: block;
  height: auto;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -5px;
  width: auto;
  z-index: 1;
}
@media (min-width: 1200px) {
  .hero--home__text .title strong {
    margin-left: 5px;
    margin-right: 5px;
  }
  .hero--home__text .title strong:before {
    border-radius: 60px;
    bottom: 0;
    left: -5px;
    right: -5px;
    top: -5px;
  }
}
@media (min-width: 1600px) {
  .hero--home__text .title strong:before {
    bottom: 5px;
    left: -10px;
    right: -10px;
  }
}
@media (max-width: 575px) {
  .hero--home__text .title strong {
    line-height: 1.2em;
  }
  .hero--home__text .title strong:before {
    bottom: 0;
    top: -2.5px;
  }
}
.hero--home + .training-filters {
  margin: -50px auto 30px;
  position: relative;
  z-index: 3;
}
@media (min-width: 576px) {
  .hero .hero-mobile {
    position: relative;
    top: 30vh;
  }
  .hero .hero-mobile img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .hero--home__bg picture {
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .hero--home__bg picture {
    width: 590px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .hero--home__bg picture {
    width: 730px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .hero--home__bg picture {
    width: 930px;
  }
}
@media (min-width: 768px) and (min-width: 1600px) {
  .hero--home__bg picture {
    width: 1170px;
  }
}
@media (min-width: 768px) {
  .hero--home__text {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 50vh;
    padding: 120px 0 30px;
  }
  .hero--home + .training-filters {
    margin: -120px auto 60px;
  }
}
@media (min-width: 992px) {
  .hero--home__text {
    min-height: 70vh;
    padding: 120px 0 60px;
  }
  .hero--home + .training-filters {
    margin: -160px auto 60px;
  }
}
@media (min-width: 1200px) {
  .hero {
    margin-top: 40px;
  }
  .hero--home__text {
    min-height: 87vh;
  }
}
@media (min-width: 1600px) {
  .hero--home__text {
    height: 87vh;
    min-height: 650px;
  }
}
@media (max-width: 767px) {
  .hero--home {
    flex-direction: column-reverse;
  }
  .hero--home__text {
    align-items: center;
    justify-content: center;
    min-height: 350px;
  }
  .hero--home__bg {
    position: static;
  }
  .hero--home__bg picture {
    margin: 0 0 0 auto;
    top: 0;
  }
}
@media (max-width: 575px) {
  .hero--home__text {
    align-items: flex-start;
    justify-content: center;
    min-height: 320px;
    padding-top: 60px;
  }
  .hero--home__text .text-wrapper {
    padding-right: 30px;
  }
  .hero--home__bg {
    position: static;
  }
  .hero--home__bg picture {
    margin: 0 0 0 auto;
    top: 0;
  }
  .hero + .training-filters {
    margin-bottom: 0;
  }
}
.hero--event,
.hero--training {
  background-color: #002e5f !important;
}
.hero--event:before,
.hero--training:before {
  background: url(//360conseils.com/themes/ichec/assets/images/pattern-formation-mobile.svg)
    no-repeat 0 0;
  content: "";
  height: 700px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.hero--event .container,
.hero--training .container {
  position: relative;
  z-index: 2;
}
.hero--training--wrapper .col--right.col {
  padding-top: 60px;
}
.hero--training--wrapper.reverse .col--right {
  width: 100%;
}
@media (min-width: 768px) {
  .hero--training--wrapper.reverse .col--right {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .hero--training--wrapper.reverse .col--right {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .hero--training--wrapper.reverse .col--right {
    width: 550px;
  }
}
@media (min-width: 1600px) {
  .hero--training--wrapper.reverse .col--right {
    width: 810px;
  }
}
.hero--training--wrapper.reverse .col--right * {
  color: #fff;
}
.hero--training--wrapper.reverse .col--left {
  width: 100%;
}
@media (min-width: 768px) {
  .hero--training--wrapper.reverse .col--left {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .hero--training--wrapper.reverse .col--left {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .hero--training--wrapper.reverse .col--left {
    width: 550px;
  }
}
@media (min-width: 1600px) {
  .hero--training--wrapper.reverse .col--left {
    width: 570px;
  }
}
.hero--training--wrapper.reverse .col--left .image-wrapper {
  margin: 0 0 0 auto;
}
.hero--training--wrapper.reverse .col--left .image-wrapper picture {
  aspect-ratio: 0.95;
}
@media (min-width: 576px) {
  .hero--training--wrapper {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .hero--event,
  .hero--training {
    margin-top: 80px;
  }
  .hero--event:before,
  .hero--training:before {
    background: url(//360conseils.com/themes/ichec/assets/images/pattern-formation.svg) no-repeat
      0 0;
    height: 500px;
    left: 50%;
    margin-left: -50%;
  }
  .hero--training--wrapper {
    align-items: flex-start;
    margin-top: 60px;
  }
  .hero--training--wrapper .col--right.col {
    padding-top: 0;
  }
  .hero--event .custom-wysiwyg,
  .hero--training .custom-wysiwyg {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .hero--event:before,
  .hero--training:before {
    height: 700px;
  }
  .hero--training--wrapper {
    align-items: center;
    margin-top: 10px;
    padding-top: 60px;
  }
}
@media (min-width: 1600px) {
  .hero--training--wrapper {
    align-items: center;
  }
}
.hero--event,
.hero--page,
.hero--single,
.hero--training {
  background-color: #f0f8f9;
  padding-top: 90px;
  position: relative;
}
.hero--page.hero,
.hero.hero--event,
.hero.hero--single,
.hero.hero--training {
  margin-bottom: 0;
}
.hero--event:after,
.hero--page:after,
.hero--single:after,
.hero--training:after {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 60px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.hero--page--wrapper,
.hero--training--wrapper {
  align-items: center;
  flex-direction: column-reverse;
  position: relative;
  z-index: 2;
}
.hero--page--wrapper .col--left,
.hero--training--wrapper .col--left {
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .hero--page--wrapper .col--left,
  .hero--training--wrapper .col--left {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .hero--page--wrapper .col--left,
  .hero--training--wrapper .col--left {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .hero--page--wrapper .col--left,
  .hero--training--wrapper .col--left {
    width: 550px;
  }
}
@media (min-width: 1600px) {
  .hero--page--wrapper .col--left,
  .hero--training--wrapper .col--left {
    width: 570px;
  }
}
.hero--page--wrapper .col--right,
.hero--training--wrapper .col--right {
  padding: 60px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .hero--page--wrapper .col--right,
  .hero--training--wrapper .col--right {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .hero--page--wrapper .col--right,
  .hero--training--wrapper .col--right {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .hero--page--wrapper .col--right,
  .hero--training--wrapper .col--right {
    width: 550px;
  }
}
@media (min-width: 1600px) {
  .hero--page--wrapper .col--right,
  .hero--training--wrapper .col--right {
    width: 810px;
  }
}
.hero--page--wrapper .col .btn-wrapper,
.hero--training--wrapper .col .btn-wrapper {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .hero--event,
  .hero--page,
  .hero--single,
  .hero--training {
    padding-top: 180px;
  }
  .hero--page--wrapper .col--right,
  .hero--training--wrapper .col--right {
    padding: 30px 0 60px;
  }
}
@media (min-width: 992px) {
  .hero--event:after,
  .hero--page:after,
  .hero--single:after,
  .hero--training:after {
    display: block;
    height: 60px;
  }
  .hero--page--wrapper,
  .hero--training--wrapper {
    flex-direction: row;
  }
  .hero--page--wrapper.reverse,
  .reverse.hero--training--wrapper {
    flex-direction: row-reverse;
  }
  .hero--page--wrapper .col--right,
  .hero--training--wrapper .col--right {
    padding-bottom: 0;
    padding-top: 0;
  }
  .hero--page--wrapper .col--left,
  .hero--training--wrapper .col--left {
    margin-bottom: 0;
  }
  .hero--page--wrapper .col .image-wrapper,
  .hero--training--wrapper .col .image-wrapper {
    padding-top: 60px;
    width: 100% !important;
  }
  .hero--page--wrapper .col .image-wrapper picture,
  .hero--training--wrapper .col .image-wrapper picture {
    aspect-ratio: 0.95;
  }
}
@media (min-width: 1200px) {
  .hero--page--wrapper,
  .hero--training--wrapper {
    align-items: center;
  }
  .hero--page--wrapper .image-wrapper,
  .hero--training--wrapper .image-wrapper {
    padding-right: 30px;
  }
  .hero--page--wrapper .title,
  .hero--training--wrapper .title {
    padding-top: 0;
  }
}
@media (min-width: 1600px) {
  .hero--event,
  .hero--page,
  .hero--single,
  .hero--training {
    padding-top: 180px;
  }
  .hero--event:after,
  .hero--page:after,
  .hero--single:after,
  .hero--training:after {
    height: 60px;
  }
  .hero--page--wrapper .title,
  .hero--training--wrapper .title {
    padding-top: 0;
  }
  .hero--page--wrapper .custom-wysiwyg,
  .hero--training--wrapper .custom-wysiwyg {
    width: 600px !important;
  }
}
.hero--basic,
.hero--blog,
.hero--single-training {
  margin-bottom: 0;
  margin-top: 120px;
  padding-top: 120px;
}
@media (min-width: 992px) {
  .hero--basic,
  .hero--blog,
  .hero--single-training {
    margin-top: 40px;
  }
}
.hero--basic--wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .hero--basic--wrapper {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .hero--basic--wrapper {
    width: 730px;
  }
}
@media (min-width: 1200px) {
  .hero--basic--wrapper {
    width: 930px;
  }
}
@media (min-width: 1600px) {
  .hero--basic--wrapper {
    width: 1170px;
  }
}
.hero--basic--wrapper .custom-wysiwyg {
  width: 100%;
}
@media (min-width: 768px) {
  .hero--basic--wrapper .custom-wysiwyg {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .hero--basic--wrapper .custom-wysiwyg {
    width: 580px;
  }
}
@media (min-width: 1200px) {
  .hero--basic--wrapper .custom-wysiwyg {
    width: 930px;
  }
}
@media (min-width: 1600px) {
  .hero--basic--wrapper .custom-wysiwyg {
    width: 1170px;
  }
}
.blue.hero--blog,
.blue.hero--single-training,
.hero--basic.blue {
  background: #002e5f
    url(https://ichec-formation.in-fine.be/uploads/2024/04/pattern-formation.png)
    no-repeat bottom/96% auto;
  padding-bottom: 60px;
}
.blue.hero--blog .title,
.blue.hero--single-training .title,
.hero--basic.blue .title {
  padding-bottom: 0 !important;
}
.blue.hero--blog .custom-wysiwyg *,
.blue.hero--blog .title,
.blue.hero--single-training .custom-wysiwyg *,
.blue.hero--single-training .title,
.hero--basic.blue .custom-wysiwyg *,
.hero--basic.blue .title {
  color: #fff;
}
.blue.hero--blog .custom-wysiwyg,
.blue.hero--single-training .custom-wysiwyg,
.hero--basic.blue .custom-wysiwyg {
  padding-bottom: 30px;
}
.blue.hero--blog .custom-wysiwyg p,
.blue.hero--single-training .custom-wysiwyg p,
.hero--basic.blue .custom-wysiwyg p {
  font-size: 16px !important;
}
.blue.hero--blog .custom-wysiwyg p .intro,
.blue.hero--single-training .custom-wysiwyg p .intro,
.hero--basic.blue .custom-wysiwyg p .intro {
  font-size: 20px !important;
}
.blue.hero--blog .custom-wysiwyg strong,
.blue.hero--single-training .custom-wysiwyg strong,
.hero--basic.blue .custom-wysiwyg strong {
  color: #f49fec;
}
@media (min-width: 1200px) {
  .blue.hero--blog .hero--basic--wrapper,
  .blue.hero--single-training .hero--basic--wrapper,
  .hero--basic.blue .hero--basic--wrapper {
    margin-bottom: 10px;
    margin-top: 40px;
    padding-bottom: 0;
  }
  .blue.hero--blog .hero--basic--wrapper .custom-wysiwyg,
  .blue.hero--single-training .hero--basic--wrapper .custom-wysiwyg,
  .hero--basic.blue .hero--basic--wrapper .custom-wysiwyg {
    padding-bottom: 0;
  }
}
.hero--blog {
  background-color: #f0f8f9;
  margin-bottom: 0;
  z-index: 2;
}
.hero--blog,
.hero--blog.event {
  position: relative;
}
.hero--blog.event:after {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 120px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.hero--blog.event .container {
  z-index: 2;
}
@media (min-width: 768px) {
  .hero--basic,
  .hero--blog,
  .hero--single-training {
    margin-bottom: 60px;
    padding-top: 240px;
  }
  .blue.hero--blog,
  .blue.hero--single-training,
  .hero--basic.blue {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .hero--basic--wrapper {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .blue.hero--blog,
  .blue.hero--single-training,
  .hero--basic.blue {
    padding-bottom: 80px;
  }
}
@media (min-width: 1600px) {
  .hero {
    margin-bottom: 80px;
  }
  .hero--basic,
  .hero--blog,
  .hero--event,
  .hero--page,
  .hero--single,
  .hero--single-training,
  .hero--training {
    margin-bottom: 0;
  }
}
.hero {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
}
@media (min-width: 768px) {
  .hero {
    margin: 0 0 60px;
  }
}
.hero--blog {
  margin-bottom: 0 !important;
}
.hero .cat-wrapper span {
  background-color: #fff;
  border-radius: 50px 0 50px 50px;
  color: #004289;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding: 10px 20px 6px;
}
.hero .cat-wrapper span.cat--management-strategie {
  background-color: #ecef67;
}
.hero .cat-wrapper span.cat--finance-controle {
  background-color: #76cb6c;
}
.hero .cat-wrapper span.cat--it-data-management {
  background-color: #c3c8ff;
}
.hero .cat-wrapper span.cat--marketing-communication {
  background-color: #79d0d0;
}
.hero .cat-wrapper span.cat--rh-people-management {
  background-color: #f49fec;
}
.hero .cat-wrapper span.cat--entrepreneur-pme {
  background-color: #f08260;
}
.hero .cat-wrapper span.cat--secteur-public {
  background-color: #bceceb;
}
@media (min-width: 992px) {
  .hero .cat-wrapper span {
    font-size: 18px;
    padding: 10px 30px 8px;
  }
}
.hero--single:after {
  display: block !important;
}
.hero--single .container {
  position: relative;
  z-index: 2;
}
.hero--single--wrapper {
  flex-direction: column-reverse;
}
.hero--single .col--right {
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .hero--single .col--right {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .hero--single .col--right {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .hero--single .col--right {
    width: 550px;
  }
}
@media (min-width: 1600px) {
  .hero--single .col--right {
    width: 810px;
  }
}
.hero--single__image.col--left {
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .hero--single__image.col--left {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .hero--single__image.col--left {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .hero--single__image.col--left {
    width: 550px;
  }
}
@media (min-width: 1600px) {
  .hero--single__image.col--left {
    width: 570px;
  }
}
.hero--single__image .image-wrapper {
  margin-top: 0;
  padding-top: 0 !important;
  width: 100% !important;
}
.hero--single__image .image-wrapper picture {
  aspect-ratio: 0.95;
}
.hero--single__text {
  padding: 0 0 30px;
}
.hero--single__text .cat-wrapper {
  display: flex;
  padding-bottom: 20px;
}
.hero--single__text .date {
  font-size: 14px;
  padding: 20px 0 0;
}
@media (min-width: 992px) {
  .hero--single__text {
    padding: 0 0 60px;
  }
  .hero--single--wrapper {
    align-items: center;
    flex-direction: row;
  }
  .hero--single__image .image-wrapper {
    margin-top: 60px;
  }
}
.hero--event:after {
  display: block;
}
.hero--event--wrapper {
  align-items: center;
  flex-direction: column-reverse;
}
.hero--event--wrapper .image-wrapper picture {
  aspect-ratio: 1;
}
.hero--event--wrapper .title {
  padding: 20px 0 0;
}
.hero--event--wrapper .col--left {
  margin-bottom: 0;
}
.hero--event--wrapper .col--right {
  padding: 60px 0;
}
.hero--event--wrapper .col--right .btn-wrapper {
  padding: 30px 0 0;
}
.hero--event__image.col--left {
  width: 100%;
}
@media (min-width: 768px) {
  .hero--event__image.col--left {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .hero--event__image.col--left {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .hero--event__image.col--left {
    width: 550px;
  }
}
@media (min-width: 1600px) {
  .hero--event__image.col--left {
    width: 570px;
  }
}
.hero--event__image.col--left picture {
  aspect-ratio: 0.95;
}
@media (min-width: 992px) {
  .hero--event--wrapper {
    flex-direction: row;
  }
  .hero--event--wrapper .title {
    padding: 20px 0;
  }
  .hero--event .col--right {
    padding-bottom: 60px;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .hero--event {
    padding-top: 240px;
  }
}
.hero--single-training {
  background-color: #f0f8f9;
}
.hero--single-training:after {
  display: none;
}
.hero--single-training--wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
}
.hero--single-training__left {
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .hero--single-training__left {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .hero--single-training__left {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .hero--single-training__left {
    width: 740px;
  }
}
@media (min-width: 1600px) {
  .hero--single-training__left {
    width: 930px;
  }
}
@media (min-width: 576px) {
  .hero--single-training__left {
    margin: 60px auto 0;
  }
}
@media (min-width: 992px) {
  .hero--single-training__left {
    margin: 0;
  }
}
.hero--single-training__left .title {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .hero--single-training__left .title {
    max-width: 700px;
  }
}
.hero--single-training__left .infos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 0 10px;
}
.hero--single-training__left .infos .cat-wrapper {
  margin-right: 10px;
}
.hero--single-training__left .infos .cat-wrapper span {
  background-color: #f3e243;
}
.hero--single-training__left .infos .icon {
  align-items: center;
  background-color: #fff;
  border-radius: 20px 0 20px 20px;
  display: flex;
  flex-wrap: wrap;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.hero--single-training__left .infos .icon img {
  display: block;
  height: auto;
  width: 22px;
}
.hero--single-training__left .infos .icon--jour_soir img {
  height: 27px;
  left: 1px;
  position: relative;
  top: -2px;
  width: 27px;
}
.hero--single-training__right {
  margin: 15px auto 0;
  width: 100%;
}
@media (min-width: 768px) {
  .hero--single-training__right {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .hero--single-training__right {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .hero--single-training__right {
    width: 360px;
  }
}
@media (min-width: 1600px) {
  .hero--single-training__right {
    width: 450px;
  }
}
@media (min-width: 992px) {
  .hero--single-training__right {
    margin: 0;
  }
}
.hero--single-training .training__info {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 15px 0 10px;
}
.hero--single-training .training__info .date {
  align-items: center;
  background: url(//360conseils.com/themes/ichec/assets/images/icons/ico-calendar.png) no-repeat
    top 5px left/18px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 5px 10px 5px 28px;
}
.hero--single-training .training__info .date .start {
  padding: 0 0 0 5px;
}
.hero--single-training .training__info .date .arrow--right {
  border-bottom: 3px solid #004289;
  border-radius: 0;
  border-right: 3px solid #004289;
  display: block;
  height: 8px;
  margin: 0 10px;
  transform: rotate(45deg);
  transform: rotate(-45deg) translateY(-2px);
  width: 8px;
}
@media (max-width: 991px) {
  .hero--single-training .training__info {
    padding: 5px 0 0;
  }
  .hero--single-training .training__info .date {
    background: url(//360conseils.com/themes/ichec/assets/images/icons/ico-calendar.png)
      no-repeat top 7px left/12px auto;
    font-size: 13px;
    padding: 5px 10px 5px 20px;
  }
}
.hero--single-training .training__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 20px;
}
.hero--single-training .training__actions .btn-formation {
  margin-right: 20px;
}
.hero--single-training .training__actions .deadline {
  color: #004289;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 991px) {
  .hero--single-training .training__actions {
    padding-top: 12px;
  }
  .hero--single-training .training__actions .btn-formation {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .hero--single-training--wrapper {
    padding-bottom: 60px;
  }
}
.infos-grid {
  grid-column-gap: 0;
  grid-row-gap: 0;
  background-color: hsla(0, 0%, 100%, 0);
  border: 3px solid #d9e3ed;
  border-radius: 40px 0 40px 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  padding: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .infos-grid {
    padding: 20px 30px;
  }
}
@media (min-width: 992px) {
  .infos-grid {
    border-radius: 40px 0 40px 40px;
    border-width: 3px;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .infos-grid {
    border-radius: 80px 0 80px 80px;
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .infos-grid {
    padding: 10px;
  }
}
.infos-grid:after,
.infos-grid:before {
  background-color: #d9e3ed;
  bottom: 20px;
  content: "";
  display: block;
  height: auto;
  left: 50%;
  position: absolute;
  top: 20px;
  width: 3px;
}
.infos-grid:before {
  bottom: auto;
  height: 3px;
  left: 20px;
  right: 20px;
  top: 50%;
  width: auto;
}
.infos-grid .grid__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 20px 0;
}
.infos-grid .grid__item .title {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.infos-grid .grid__item .label {
  font-size: 14px;
  padding-bottom: 0;
}
.infos-grid .grid__item .shape-title {
  background: url(//360conseils.com/wp-content/uploads/2025/07/lang-shape.png) no-repeat 50% /
    auto 30px;
  height: 30px;
  margin: 0 auto 10px;
  width: 100%;
}
.infos-grid .grid__item .shape-title.price {
  background-image: url(//360conseils.com/wp-content/uploads/2025/07/price-shape.png);
}
.infos-grid .grid__item .shape-title.master {
  background-image: url(//360conseils.com/wp-content/uploads/2025/07/master-shape.png);
}
.infos-grid .grid__item .shape-title.duration {
  background-image: url(//360conseils.com/wp-content/uploads/2025/07/duration-shape.png);
}
@media (max-width: 991px) {
  .infos-grid .grid__item .shape-title {
    background: url(//360conseils.com/wp-content/uploads/2025/07/lang-shape.png) no-repeat 50% /
      auto 25px;
    height: 25px;
  }
}
@media (min-width: 992px) {
  .infos-grid {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .infos-grid {
    padding: 20px;
  }
  .infos-grid .grid__item {
    padding: 30px 0;
  }
}
@media (min-width: 1600px) {
  .infos-grid {
    padding: 20px;
  }
}
.page-template-page-agenda .blue.hero--blog,
.page-template-page-agenda .blue.hero--single-training,
.page-template-page-agenda .hero--basic.blue,
.page-template-page-listing-trainings .blue.hero--blog,
.page-template-page-listing-trainings .blue.hero--single-training,
.page-template-page-listing-trainings .hero--basic.blue {
  background-color: #f0f8f9;
  margin-bottom: 0;
}
.page-template-page-agenda .blue.hero--blog .custom-wysiwyg *,
.page-template-page-agenda .blue.hero--blog .title,
.page-template-page-agenda .blue.hero--single-training .custom-wysiwyg *,
.page-template-page-agenda .blue.hero--single-training .title,
.page-template-page-agenda .hero--basic.blue .custom-wysiwyg *,
.page-template-page-agenda .hero--basic.blue .title,
.page-template-page-listing-trainings .blue.hero--blog .custom-wysiwyg *,
.page-template-page-listing-trainings .blue.hero--blog .title,
.page-template-page-listing-trainings
  .blue.hero--single-training
  .custom-wysiwyg
  *,
.page-template-page-listing-trainings .blue.hero--single-training .title,
.page-template-page-listing-trainings .hero--basic.blue .custom-wysiwyg *,
.page-template-page-listing-trainings .hero--basic.blue .title {
  color: #004289;
}
.page-template-page-agenda .blue.hero--blog .title,
.page-template-page-agenda .blue.hero--single-training .title,
.page-template-page-agenda .hero--basic.blue .title,
.page-template-page-listing-trainings .blue.hero--blog .title,
.page-template-page-listing-trainings .blue.hero--single-training .title,
.page-template-page-listing-trainings .hero--basic.blue .title {
  padding-bottom: 20px;
}
.page-template-page-agenda .hero--basic:after,
.page-template-page-agenda .hero--blog:after,
.page-template-page-agenda .hero--single-training:after,
.page-template-page-listing-trainings .hero--basic:after,
.page-template-page-listing-trainings .hero--blog:after,
.page-template-page-listing-trainings .hero--single-training:after {
  display: none;
}
.page__bottom .training-filters {
  background-color: #004289;
}
.page__bottom .training-filters__form {
  background-color: #002e5f;
}
.glide__track {
  overflow: hidden;
}
.glide__slide {
  cursor: pointer;
}
.glide__slide picture {
  aspect-ratio: 4/3;
  display: flex;
  height: auto;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.glide__slide picture img {
  display: block;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.glide__slide p {
  color: #fff;
}
.glide__arrows {
  display: flex;
  display: none;
  justify-content: center;
  padding-top: 20px;
}
.glide__bullets {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  justify-content: center;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .glide__bullets {
    display: none;
  }
}
.glide__bullet {
  -moz-appearance: none;
  background-color: #d9e3ed;
  border: none;
  border-radius: 20px;
  height: 12px;
  margin: 0 5px;
  outline: 0;
  width: 12px;
}
.glide__bullet--active {
  background-color: #004289;
}
.glide__arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f0f8f9;
  border: none;
  border-radius: 0;
  border-radius: 100%;
  box-shadow: none;
  cursor: pointer;
  margin: 0 5px;
  text-decoration: none;
  transition: all 0.5s;
}
.glide__arrow:hover {
  color: inherit;
}
.glide__arrow--right .icon {
  transform: rotate(0);
}
.glide__arrow--left .icon {
  transform: rotate(-180deg);
}
@media (min-width: 768px) {
  .glide__arrow {
    margin: 0;
    position: absolute;
    top: 45%;
  }
  .glide__arrow--left {
    left: -20px;
  }
  .glide__arrow--right {
    right: -20px;
  }
  .glide__arrows {
    display: flex;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .glide__arrow--left {
    left: -70px;
  }
  .glide__arrow--right {
    right: -70px;
  }
}
.gallery-slider {
  margin: 0 0 60px;
}
.gallery-slider__title {
  padding: 0 0 30px;
}
@media (min-width: 992px) {
  .gallery-slider {
    margin: 0 0 60px;
  }
}
@media (min-width: 1200px) {
  .gallery-slider {
    margin: 30px 0 80px;
  }
}
.list--reviews {
  background-color: #c3c8ff;
  padding: 45px 0;
}
@media (min-width: 1200px) {
  .list--reviews {
    padding: 60px 0;
  }
}
.list--reviews__slider .glide__bullets {
  display: flex;
  margin-top: 15px;
}
.list--reviews__slider .glide__slide p {
  color: #004289;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .list--reviews__slider .glide__slide p {
    font-size: 14px;
  }
}
.list--reviews__slider .glide__slide footer {
  font-size: 14px;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .list--reviews__slider .glide__slide footer {
    font-size: 16px;
  }
}
.list--reviews .review__item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list--reviews .review__item .image-wrapper {
  margin: 0 auto 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .list--reviews .review__item .image-wrapper {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .list--reviews .review__item .image-wrapper {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  .list--reviews .review__item .image-wrapper {
    width: 360px;
  }
}
@media (min-width: 1600px) {
  .list--reviews .review__item .image-wrapper {
    width: 450px;
  }
}
.list--reviews .review__item .image-wrapper picture {
  border-radius: 30px 0 30px 30px;
}
@media (min-width: 992px) {
  .list--reviews .review__item .image-wrapper picture {
    border-radius: 40px 0 40px 40px;
  }
}
@media (min-width: 1200px) {
  .list--reviews .review__item .image-wrapper picture {
    border-radius: 60px 0 60px 60px;
  }
}
.list--reviews .review__item .image-wrapper.logo picture {
  aspect-ratio: unset;
  background-color: #fff;
  display: flex;
  padding: 30px;
}
.list--reviews .review__item .image-wrapper.logo picture img {
  height: auto;
  margin: 0 auto;
  max-width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
}
.list--reviews .review__item .image-wrapper.photo picture {
  display: flex;
  height: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.list--reviews .review__item .image-wrapper.photo picture img {
  display: block;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.list--reviews .review__item .text-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .list--reviews .review__item .text-wrapper {
    width: 380px;
  }
}
@media (min-width: 992px) {
  .list--reviews .review__item .text-wrapper {
    width: 505px;
  }
}
@media (min-width: 1200px) {
  .list--reviews .review__item .text-wrapper {
    width: 645px;
  }
}
@media (min-width: 1600px) {
  .list--reviews .review__item .text-wrapper {
    width: 810px;
  }
}
@media (min-width: 768px) {
  .list--reviews .review__item .image-wrapper {
    margin: 0 20px 0 30px;
  }
  .list--reviews .review__item .image-wrapper.logo picture {
    aspect-ratio: 8/5;
    padding: 20px;
  }
  .list--reviews .review__item .image-wrapper.logo picture img {
    max-width: 80%;
  }
  .list--reviews .review__item .text-wrapper {
    margin-left: 20px;
  }
  .list--reviews .review__item .text-wrapper:before {
    background: url(//360conseils.com/themes/ichec/assets/images/icons/ico-quote.svg) no-repeat
      50%;
    content: "";
    display: block;
    height: 26px;
    margin-bottom: 20px;
    position: absolute;
    position: static;
    width: 26px;
  }
}
@media (min-width: 992px) {
  .list--reviews .review__item {
    justify-content: space-between;
  }
  .list--reviews .review__item .text-wrapper {
    margin: 0;
  }
  .list--reviews .review__item .image-wrapper {
    margin: 0 0 0 30px;
  }
}
@media (min-width: 1200px) {
  .list--reviews .review__item .text-wrapper {
    padding-left: 15px;
  }
  .list--reviews .review__item .image-wrapper {
    margin: 0 0 0 60px;
  }
}
@media (min-width: 1600px) {
  .list--reviews .review__item .text-wrapper {
    margin: 0;
    padding-left: 30px;
  }
}
blockquote {
  margin: 0 0 20px;
}
blockquote p {
  color: #004289;
  margin: 0;
}
blockquote footer.italic {
  font-style: italic;
  padding: 20px 0 0;
}
@media (min-width: 1200px) {
  blockquote {
    margin: 0 0 30px;
    padding-right: 60px;
  }
}
.footer--partners {
  padding: 30px;
}
.footer--partners .glide__slide .wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 60px;
  justify-content: center;
  max-height: 60px;
  width: 100%;
}
.footer--partners .glide__slide .wrapper img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
@media (max-width: 575px) {
  .footer--partners .glide__slide .wrapper img {
    max-height: 100%;
    max-width: 200px;
  }
}
.footer--partners .glide__arrow {
  top: 0;
}
@media (min-width: 768px) {
  .footer--partners .glide__arrow {
    top: 0;
  }
}
.pre-footer {
  background: linear-gradient(90deg, #76cb6c, #99d892);
  margin-top: 60px;
  position: relative;
}
.pre-footer:before {
  border-color: #76cb6c;
}
.pre-footer:hover {
  background-color: #fff;
  color: #76cb6c;
}
.pre-footer.entrepreneur-pme {
  background: linear-gradient(90deg, #f08260, #f4a78f);
}
.pre-footer.entrepreneur-pme:before {
  border-color: #f08260;
}
.pre-footer.entrepreneur-pme:hover {
  background-color: #fff;
  color: #f08260;
}
.pre-footer.campagne2022 {
  background: linear-gradient(90deg, #67cbda, #90d9e4);
}
.pre-footer.campagne2022:before {
  border-color: #67cbda;
}
.pre-footer.campagne2022:hover {
  background-color: #fff;
  color: #67cbda;
}
.pre-footer.finance {
  background: linear-gradient(90deg, #76cb6c, #99d892);
}
.pre-footer.finance:before {
  border-color: #76cb6c;
}
.pre-footer.finance:hover {
  background-color: #fff;
  color: #76cb6c;
}
.pre-footer.people {
  background: linear-gradient(90deg, #f49fec, #f9cdf5);
}
.pre-footer.people:before {
  border-color: #f49fec;
}
.pre-footer.people:hover {
  background-color: #fff;
  color: #f49fec;
}
.pre-footer.management {
  background: linear-gradient(90deg, #ecef67, #f2f495);
}
.pre-footer.management:before {
  border-color: #ecef67;
}
.pre-footer.management:hover {
  background-color: #fff;
  color: #ecef67;
}
.pre-footer.secteur-public {
  background: linear-gradient(90deg, #bceceb, #e4f7f7);
}
.pre-footer.secteur-public:before {
  border-color: #bceceb;
}
.pre-footer.secteur-public:hover {
  background-color: #fff;
  color: #bceceb;
}
.pre-footer.communication {
  background: linear-gradient(90deg, #79d0d0, #9fdddd);
}
.pre-footer.communication:before {
  border-color: #79d0d0;
}
.pre-footer.communication:hover {
  background-color: #fff;
  color: #79d0d0;
}
.pre-footer--wrapper {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.pre-footer__text {
  margin: 0 auto;
  max-width: 600px;
  padding: 60px 20px 20px;
  position: relative;
  text-align: center;
  width: auto;
  z-index: 2;
}
.pre-footer__text .title {
  color: #fff;
}
.pre-footer__text .btn-wrapper {
  margin-top: 30px;
}
.pre-footer__image {
  max-height: 375px;
  width: auto;
}
.pre-footer__image picture {
  align-items: flex-end;
  display: flex;
}
.pre-footer__image picture img {
  height: auto;
}
@media (max-width: 991px) {
  .pre-footer__image picture img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .pre-footer--wrapper {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
  }
  .pre-footer__text {
    max-width: 520px;
    padding: 60px 0;
    text-align: left;
    width: 60%;
  }
  .pre-footer__image {
    width: 40%;
  }
  .pre-footer__image picture {
    transform: translateX(-225px);
  }
}
@media (min-width: 1200px) {
  .pre-footer__text {
    margin: 0;
    max-width: 600px;
    width: 55%;
  }
  .pre-footer__image {
    width: 45%;
  }
  .pre-footer__image picture {
    transform: translateX(-105px);
  }
}
@media (min-width: 1600px) {
  .pre-footer--wrapper {
    margin: 0 auto;
    max-width: 1600px;
  }
  .pre-footer__text {
    margin: 0 30px;
    max-width: 720px;
    width: 55%;
  }
  .pre-footer__image {
    width: 45%;
  }
  .pre-footer__image picture {
    transform: none;
  }
}
.pre-footer .circle-wrapper {
  display: none;
  height: 100%;
  justify-content: flex-end;
  position: absolute;
  right: 10%;
  top: 0;
  width: 100%;
  z-index: 1;
}
.pre-footer .circle-wrapper svg {
  max-height: 300px;
  opacity: 0.55;
}
@media (min-width: 992px) {
  .pre-footer .circle-wrapper svg {
    transform: translateX(0);
  }
}
@media (max-width: 575px) {
  .pre-footer .circle-wrapper {
    max-height: 200px;
  }
}
.responsive__iframe {
  margin-bottom: 20px;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.responsive__iframe iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.footer {
  background-color: #004289;
}
.footer--top {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer--top .logo-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 60px 0;
  width: 100%;
}
.footer--top .logo-wrapper a {
  display: flex;
  height: auto;
  width: auto;
}
.footer--top .logo-wrapper .logo {
  display: block;
  height: 90px;
  max-width: 240px;
}
@media (max-width: 575px) {
  .footer--top .logo-wrapper .logo {
    height: 38px;
    max-width: 120px;
  }
}
.footer--top .text-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .footer--top .text-wrapper {
    width: 710px;
  }
}
@media (min-width: 992px) {
  .footer--top .text-wrapper {
    width: 580px;
  }
}
@media (min-width: 1200px) {
  .footer--top .text-wrapper {
    width: 740px;
  }
}
@media (min-width: 1600px) {
  .footer--top .text-wrapper {
    width: 930px;
  }
}
.footer--top .text-wrapper span {
  display: block;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding: 0 0 0 3px;
}
.footer--top .text-wrapper span strong {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
}
.footer--top .text-wrapper .title {
  margin-top: 0;
}
.footer--top .text-wrapper .title a {
  color: #fff;
  line-height: 1.2em;
  position: relative;
}
.footer--top .text-wrapper .title a:after {
  background-color: #708bd7;
  bottom: 0;
  content: "";
  display: block;
  display: none;
  height: 3px;
  left: 0;
  position: relative;
  position: absolute;
  right: 0;
  transition: all 0.5s;
  width: 100%;
}
.footer--top .text-wrapper .title a:hover {
  color: #f3e243;
  transition: all 0.5s;
}
@media (min-width: 992px) {
  .footer--top .text-wrapper .title a:after {
    bottom: 20px;
    left: 3px;
  }
  .footer--top .text-wrapper .title a:hover:after {
    background: #fff;
  }
}
.footer--top .social-wrapper {
  padding: 30px 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .footer--top .social-wrapper {
    width: 710px;
  }
}
@media (min-width: 992px) {
  .footer--top .social-wrapper {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  .footer--top .social-wrapper {
    width: 360px;
  }
}
@media (min-width: 1600px) {
  .footer--top .social-wrapper {
    width: 450px;
  }
}
.footer--top .social-wrapper li {
  margin: 0 10px 0 0;
}
.footer--top .social-wrapper .btn-social__item {
  align-items: center;
  border: 3px solid #708bd7;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 50px;
  justify-content: center;
  padding: 0;
  transition: all 0.5s;
  width: 50px;
}
.footer--top .social-wrapper .btn-social__item img {
  height: auto;
  height: 20px;
  max-height: 30px;
  max-width: 30px;
  width: auto;
}
.footer--top .social-wrapper .btn-social__item:hover {
  background-color: #708bd7;
}
.footer--menus {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 0;
}
.footer--menus .hidden-mobile {
  display: none;
}
.footer--menus .btn-collapse {
  border-bottom: 1px solid rgba(112, 139, 215, 0.5);
  color: #fff;
  padding: 15px 30px 15px 0;
  position: relative;
}
.footer--menus .btn-collapse .arrow-bottom {
  border-bottom: 3px solid #708bd7;
  border-left-color: #708bd7;
  border-radius: 0;
  border-right: 3px solid #708bd7;
  border-top-color: #708bd7;
  display: block;
  height: 8px;
  margin: 0 auto;
  position: absolute;
  right: 15px;
  top: 17px;
  transform: rotate(45deg);
  width: 8px;
}
.footer--menus .btn-collapse.active {
  border-bottom: 1px solid rgba(112, 139, 215, 0);
}
.footer--menus .btn-collapse.active .arrow-bottom {
  transform: rotate(-135deg);
}
.footer--menus__item {
  width: 100%;
}
@media (min-width: 768px) {
  .footer--menus__item {
    width: 230px;
  }
}
@media (min-width: 992px) {
  .footer--menus__item {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  .footer--menus__item {
    width: 360px;
  }
}
@media (min-width: 1600px) {
  .footer--menus__item {
    width: 450px;
  }
}
.footer--menus__item span.title {
  color: #708bd7;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 200;
}
.footer--menus__list {
  margin: 0;
  padding: 0 0 30px;
}
.footer--menus__list li {
  display: block;
  position: relative;
}
.footer--menus__list li:last-of-type a:after {
  display: none;
}
.footer--menus__list a {
  background: url(//360conseils.com/themes/ichec/assets/images/icons/white-arrow-s.svg) no-repeat
    center right 10px/20px auto;
  color: #fff;
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 15px 30px 15px 0;
  width: 100%;
}
@media (min-width: 992px) {
  .footer--menus__list a {
    transition: all 0.5s;
  }
  .footer--menus__list a:hover {
    background-position: 100%;
    color: #f98bef;
  }
}
.footer--menus__list a:after {
  background-color: hsla(0, 0%, 100%, 0.1);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}
.footer--bottom {
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer--bottom .btn-faq,
.footer--bottom .btn-pdf {
  color: #fff;
}
.footer--bottom__left,
.footer--bottom__right {
  width: 100%;
}
@media (min-width: 768px) {
  .footer--bottom__left,
  .footer--bottom__right {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .footer--bottom__left,
  .footer--bottom__right {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .footer--bottom__left,
  .footer--bottom__right {
    width: 550px;
  }
}
@media (min-width: 1600px) {
  .footer--bottom__left,
  .footer--bottom__right {
    width: 690px;
  }
}
.footer--bottom__left {
  gap: 1rem;
  padding-top: 20px;
}
.footer--bottom__links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 20px 0;
}
.footer--bottom__links li {
  margin: 0 20px 0 0;
}
.footer--bottom__links a {
  background: url(//360conseils.com/themes/ichec/assets/images/icons/arrow-white.svg) no-repeat
    center right 5px/15px auto;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  padding: 5px 30px 5px 0;
  position: relative;
}
.footer--bottom__links a:after {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 30px;
  width: auto;
}
@media (min-width: 576px) {
  .footer--bottom__links {
    justify-content: flex-end;
  }
  .footer--bottom__links li {
    margin: 0 0 0 20px;
  }
}
@media (min-width: 992px) {
  .footer--bottom__links a:hover {
    background-position: 100%;
    color: #708bd7;
    transition: all 0.5s;
  }
  .footer--bottom__links a:hover:after {
    background-color: #708bd7;
  }
}
.footer--copy {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0;
}
.footer--copy__right a.infine-link {
  height: auto;
  width: auto;
}
.footer--copy__right a.infine-link img {
  display: block;
  height: 30px;
  width: auto;
}
.footer--copy__left {
  width: 100%;
}
@media (min-width: 768px) {
  .footer--copy__left {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .footer--copy__left {
    width: 730px;
  }
}
@media (min-width: 1200px) {
  .footer--copy__left {
    width: 930px;
  }
}
@media (min-width: 1600px) {
  .footer--copy__left {
    width: 1170px;
  }
}
.footer--copy__left li {
  display: block;
}
.footer--copy__left li,
.footer--copy__left li a {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
}
.footer--copy__left li a {
  display: inline-block;
  padding: 2.5px 0;
}
.footer--copy__left li a:before {
  background-color: #f08260;
  border-radius: 100%;
  content: "";
  display: block;
  display: inline-block;
  height: 5px;
  margin: 0 5px 0 0;
  position: absolute;
  position: static;
  width: 5px;
}
@media (min-width: 768px) {
  .footer--copy__left li {
    display: inline-block;
  }
  .footer--copy__left li a:before {
    margin: 0 5px;
  }
}
.footer--copy__right {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 30px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .footer--copy__right {
    width: 110px;
  }
}
@media (min-width: 992px) {
  .footer--copy__right {
    width: 130px;
  }
}
@media (min-width: 1200px) {
  .footer--copy__right {
    width: 170px;
  }
}
@media (min-width: 1600px) {
  .footer--copy__right {
    width: 210px;
  }
}
@media (min-width: 768px) {
  .footer--copy__right {
    justify-content: flex-end;
    padding: 0;
  }
  .footer--menus {
    padding: 60px 0;
  }
  .footer--menus .btn-wrapper-mobile {
    display: none;
  }
  .footer--menus .hidden-mobile {
    display: block;
  }
  .footer--menus .collapse-div {
    height: auto !important;
  }
  .footer--menus__list {
    padding: 0 10px 0 0;
  }
  .footer--menus__list a {
    font-size: 14px;
  }
  .footer--bottom__left {
    display: flex;
    padding: 10px 0;
  }
}
@media (min-width: 992px) {
  .footer--top .social-wrapper {
    padding: 0 0 15px;
  }
  .footer--bottom__links li a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .footer--menus {
    padding: 80px 0;
  }
  .footer--menus__list a {
    font-size: 16px;
  }
}
body.nav-open,
body.open {
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 1199px) {
  body.nav-open header.main-header,
  body.open header.main-header {
    height: 100vh;
  }
  body.nav-open header.main-header .main-header--wrapper__menu,
  body.open header.main-header .main-header--wrapper__menu {
    background-color: #fff;
    border-radius: 0;
    height: 100%;
    margin-top: 0;
    max-width: 100%;
    transition: all 0.7s;
    width: 100%;
  }
  body.nav-open header.main-header .main-header--wrapper .home-btn,
  body.open header.main-header .main-header--wrapper .home-btn {
    animation: fadeup 0.4s 0s 1 forwards;
  }
}
header.main-header {
  margin: 0;
  position: fixed;
  top: 0;
  transition: all 0.25s;
  width: 100%;
  z-index: 9999;
}
header.main-header,
header.main-header.is-active {
  background-color: #fff;
}
header.main-header.is-active .main-header--pre {
  height: 0;
  padding: 0;
}
header.main-header.is-active .main-header--wrapper {
  padding: 5px 0;
  transition: all 0.5s;
}
header.main-header.is-active .main-header--wrapper__logo img {
  max-width: 240px;
}
@media (max-width: 991px) {
  header.main-header.is-active .main-header--wrapper {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  header.main-header.is-active .main-header--wrapper {
    padding: 10px 20px;
  }
}
header.main-header .main-header--pre {
  background: #004289;
  display: none;
  height: auto;
  overflow: hidden;
  padding: 6px 10px;
  transition: all 0.5s;
}
@media (min-width: 1200px) {
  header.main-header .main-header--pre {
    display: block;
  }
}
header.main-header .main-header--pre .container {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}
header.main-header .main-header--pre .btn-social li {
  align-items: center;
  margin: 0 5px;
}
header.main-header .main-header--pre .btn-social li:hover {
  transform: scale(1.2);
  transition: all 0.5s;
}
header.main-header .main-header--pre .btn-social__item {
  align-items: center;
  display: flex;
  height: 100%;
}
header.main-header .main-header--pre__list {
  align-items: center;
  display: flex;
  margin: 0;
  padding: 0;
}
header.main-header .main-header--pre__list .btn-wrapper {
  margin-right: 20px;
}
header.main-header .main-header--pre__list .btn-wrapper li {
  margin: 0 0 0 10px;
}
header.main-header .main-header--pre__list .btn-wrapper li a {
  font-size: 14px;
}
header.main-header .main-header--pre__list ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
header.main-header .main-header--pre__list .nav-links li {
  list-style: none;
  margin: 2.5px 15px 0 5px;
}
header.main-header .main-header--pre__list .nav-links li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2px;
}
header.main-header .main-header--pre__list .nav-links li a:hover {
  color: #f49fec;
  transition: all 0.5s;
}
header.main-header .main-header--wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
}
header.main-header .main-header--wrapper .home-btn {
  display: none;
}
header.main-header .main-header--wrapper__navicon {
  display: none;
  width: 100%;
}
@media (min-width: 768px) {
  header.main-header .main-header--wrapper__navicon {
    width: 350px;
  }
}
@media (min-width: 992px) {
  header.main-header .main-header--wrapper__navicon {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  header.main-header .main-header--wrapper__navicon {
    width: 360px;
  }
}
@media (min-width: 1600px) {
  header.main-header .main-header--wrapper__navicon {
    width: 450px;
  }
}
header.main-header .main-header--wrapper__menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}
@media (min-width: 768px) {
  header.main-header .main-header--wrapper__menu {
    width: 530px;
  }
}
@media (min-width: 992px) {
  header.main-header .main-header--wrapper__menu {
    width: 655px;
  }
}
@media (min-width: 1200px) {
  header.main-header .main-header--wrapper__menu {
    width: 930px;
  }
}
@media (min-width: 1600px) {
  header.main-header .main-header--wrapper__menu {
    width: 1050px;
  }
}
header.main-header .main-header--wrapper__menu .btn-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 1199px) {
  header.main-header .main-header--wrapper__menu .btn-wrapper {
    display: none;
  }
}
header.main-header .main-header--wrapper__menu ul {
  margin-right: 40px;
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 1199px) {
  header.main-header .main-header--wrapper__menu ul {
    margin-right: 0;
  }
}
header.main-header .main-header--wrapper__menu ul.nav-primary {
  margin-bottom: 0;
  padding: 0;
  text-align: right;
}
header.main-header .main-header--wrapper__menu ul.nav-primary li {
  display: inline-block;
}
header.main-header .main-header--wrapper__menu ul.nav-primary li a {
  color: #004289;
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin: 0 0 0 40px;
  padding: 15px 0;
  position: relative;
  transition: all 0.5s;
}
header.main-header .main-header--wrapper__menu ul.nav-primary li a:after {
  background: #004289;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: all 0.5s;
  width: 0;
}
@media (min-width: 992px) {
  header.main-header .main-header--wrapper__menu ul.nav-primary li a:hover,
  header.main-header
    .main-header--wrapper__menu
    ul.nav-primary
    li.current_page_item
    a {
    color: #004289;
  }
  header.main-header
    .main-header--wrapper__menu
    ul.nav-primary
    li
    a:hover:after,
  header.main-header
    .main-header--wrapper__menu
    ul.nav-primary
    li.current_page_item
    a:after {
    width: 100%;
  }
}
header.main-header .main-header--wrapper__logo {
  width: 100%;
}
@media (min-width: 768px) {
  header.main-header .main-header--wrapper__logo {
    width: 170px;
  }
}
@media (min-width: 992px) {
  header.main-header .main-header--wrapper__logo {
    width: 205px;
  }
}
@media (min-width: 1200px) {
  header.main-header .main-header--wrapper__logo {
    width: 170px;
  }
}
@media (min-width: 1600px) {
  header.main-header .main-header--wrapper__logo {
    width: 330px;
  }
}
header.main-header .main-header--wrapper__logo a {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
header.main-header .main-header--wrapper__logo img {
  height: 130px;
  max-width: 280px;
  transition: all 0.5s;
  width: 100%;
}
@media (min-width: 1200px) {
  header.main-header .main-header--wrapper__menu ul.nav-primary li a {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  header.main-header .main-header--wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  header.main-header .main-header--wrapper__menu ul.nav-primary {
    padding: 0;
    text-align: right;
  }
  header.main-header .main-header--wrapper__menu ul.nav-primary li a {
    font-size: 17px;
  }
  header.main-header .main-header--wrapper__logo {
    margin-left: -90px;
    position: relative;
  }
}
header.main-header .nav-mobile--agenda,
header.main-header .nav-mobile--formations,
header.main-header .nav-mobile--secondary,
header.main-header .nav-mobile--social {
  display: none;
}
@media (max-width: 1199px) {
  header.main-header .main-header--wrapper__menu,
  header.main-header .pre-header {
    display: none;
  }
  header.main-header .logo-wrapper {
    text-align: center;
  }
  header.main-header .logo-wrapper a.btn-logo {
    display: block;
    margin: 0 auto;
    max-width: 240px;
    width: auto;
  }
  header.main-header .main-header--wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 0;
  }
  header.main-header .main-header--wrapper__navicon {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  header.main-header .main-header--wrapper__navicon .btn-wrapper {
    position: relative;
    z-index: 99;
  }
  header.main-header .main-header--wrapper__menu {
    background: #fff;
    height: auto;
    left: 0;
    max-height: 100%;
    min-height: 100vh;
    overflow: scroll;
    padding: 120px 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
  }
  header.main-header .main-header--wrapper__menu .nav-wrapper {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 720px;
    padding: 30px 20px;
  }
  header.main-header .main-header--wrapper__menu.active {
    display: block;
  }
  header.main-header .main-header--wrapper__menu.active ul {
    margin: 0 auto;
    max-width: 100%;
  }
  header.main-header .main-header--wrapper__menu.active ul li {
    animation: fadeup 0.7s 0.5s 1 forwards;
    opacity: 0;
  }
  header.main-header
    .main-header--wrapper__menu.active
    ul
    li.current_page_item
    a {
    color: #004289;
    display: inline-block;
  }
  header.main-header
    .main-header--wrapper__menu.active
    ul
    li.current_page_item
    a:after {
    width: 100%;
  }
  header.main-header .main-header--wrapper__menu.active ul li:first-child {
    animation-delay: 0.2s;
  }
  header.main-header .main-header--wrapper__menu.active ul li:nth-child(2) {
    animation-delay: 0.4s;
  }
  header.main-header .main-header--wrapper__menu.active ul li:nth-child(3) {
    animation-delay: 0.6s;
  }
  header.main-header .main-header--wrapper__menu.active ul li:nth-child(4) {
    animation-delay: 0.8s;
  }
  header.main-header .main-header--wrapper__menu.active ul li:nth-child(5) {
    animation-delay: 1s;
  }
  header.main-header .main-header--wrapper__menu.active ul li:nth-child(6) {
    animation-delay: 1.2s;
  }
  header.main-header .main-header--wrapper__menu.active ul li:nth-child(7) {
    animation-delay: 1.4s;
  }
  header.main-header .main-header--wrapper__menu.active ul li:nth-child(8) {
    animation-delay: 1.6s;
  }
  header.main-header .main-header--wrapper__menu.active ul li:nth-child(9) {
    animation-delay: 1.8s;
  }
  header.main-header .main-header--wrapper__menu.active ul li:nth-child(10) {
    animation-delay: 2s;
  }
  header.main-header .main-header--wrapper__menu.active .links-wrapper {
    animation: fadeup 0.9s 1.5s 1 forwards;
  }
  header.main-header .main-header--wrapper__menu ul.nav-mobile--secondary,
  header.main-header .main-header--wrapper__menu ul.nav-primary {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 50%;
  }
  header.main-header .main-header--wrapper__menu ul.nav-mobile--secondary li,
  header.main-header .main-header--wrapper__menu ul.nav-primary li {
    display: block;
  }
  header.main-header .main-header--wrapper__menu ul.nav-mobile--secondary li a,
  header.main-header .main-header--wrapper__menu ul.nav-primary li a {
    color: #344888;
    display: block;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    padding: 5px 0;
  }
  header.main-header .main-header--wrapper__menu .nav-mobile--social {
    display: block;
    margin: 0 auto;
    max-width: 720px;
    padding: 30px 20px;
  }
  header.main-header
    .main-header--wrapper__menu
    .nav-mobile--social
    .btn-social__item {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 10px;
  }
  header.main-header
    .main-header--wrapper__menu
    .nav-mobile--social
    .btn-social__item
    img {
    height: 20px;
  }
  header.main-header .main-header--wrapper__menu .nav-mobile--formations {
    background-color: #f0f8f9;
    display: block;
    width: 100%;
  }
  header.main-header
    .main-header--wrapper__menu
    .nav-mobile--formations
    .formation-list {
    max-width: 720px;
    padding: 30px 20px;
  }
  header.main-header
    .main-header--wrapper__menu
    .nav-mobile--formations
    .formation-list__item {
    list-style: none;
  }
  header.main-header
    .main-header--wrapper__menu
    .nav-mobile--formations
    .formation-list__item
    a {
    color: #004289;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
  }
  header.main-header .main-header--wrapper__menu .nav-mobile--agenda {
    display: block;
    margin: 0 auto;
    max-width: 720px;
    padding: 20px;
  }
  header.main-header .main-header--wrapper__menu .nav-mobile--agenda a {
    color: #004289;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  header.main-header .main-header--wrapper {
    padding: 15px 20px;
  }
  header.main-header .main-header--wrapper__logo img {
    height: auto;
    max-width: 120px;
  }
  header.main-header .main-header--wrapper__menu .circle-wrapper {
    overflow: hidden;
    width: 100vw;
  }
  header.main-header .main-header--wrapper__menu .circle-wrapper svg {
    transform: scale(1.5) translateY(200px) rotate(-30deg);
  }
  header.main-header .main-header--wrapper__menu ul.nav-primary li a {
    font-size: 16px;
  }
  header.main-header .main-header--wrapper__menu ul.main-header--pre__list {
    display: block;
    text-align: center;
  }
  header.main-header .main-header--wrapper__menu ul.main-header--pre__list li {
    margin-bottom: 10px;
  }
  header.main-header .main-header--wrapper__menu ul.main-header--pre__list a {
    font-size: 16px;
  }
  header.main-header.is-active .main-header--wrapper {
    padding: 10px 20px;
  }
  header.main-header.is-active .main-header--wrapper__logo img {
    max-width: 120px;
  }
}
header.active {
  background-color: #fff;
}
header.active .pre-header {
  border-bottom: 1px solid #e8f1f5;
}
.btn-nav {
  align-items: center;
  background-color: #79d0d0;
  border: 3px solid #79d0d0;
  border-radius: 100%;
  display: flex;
  display: none;
  flex-wrap: wrap;
  height: 60px;
  justify-content: center;
  margin-left: 10px;
  padding: 0;
  position: relative;
  width: 60px;
  z-index: 8;
}
.btn-nav .lines {
  align-self: center;
  margin-top: 0;
}
.btn-nav .lines,
.btn-nav .lines:after,
.btn-nav .lines:before {
  background: #004289;
  display: block;
  height: 3px;
  transition: all 0.5s;
  width: 20px;
}
.btn-nav .lines:after,
.btn-nav .lines:before {
  content: "";
  margin-left: 5px;
  position: absolute;
}
@media (min-width: 576px) {
  .btn-nav .lines:after,
  .btn-nav .lines:before {
    margin-left: 0;
  }
}
.btn-nav .lines:before {
  margin-top: -6px;
}
.btn-nav .lines:after {
  margin-top: 6px;
}
.btn-nav.active {
  background-color: #004289;
  border: 3px solid #fff;
}
.btn-nav.active .lines {
  background: 0 0;
}
.btn-nav.active .lines:before {
  background: #fff;
  margin-top: 0;
  transform: rotate(-45deg);
}
.btn-nav.active .lines:after {
  background: #fff;
  margin-top: 0;
  transform: rotate(45deg);
}
@media (max-width: 1199px) {
  .btn-nav {
    display: flex;
  }
}
@media (max-width: 575px) {
  .btn-nav {
    height: 50px;
    width: 50px;
  }
  .btn-nav .lines:after,
  .btn-nav .lines:before {
    left: 7.5px;
  }
  .btn-nav .lines:before {
    margin-top: -6px;
  }
  .btn-nav .lines:after {
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  header.main-header .main-header--wrapper__logo {
    width: 40% !important;
  }
  header.main-header .main-header--wrapper__navicon {
    width: 60% !important;
  }
}
body.home header.main-header {
  background-color: hsla(0, 0%, 100%, 0);
}
body.home header.main-header.is-active {
  background-color: #fff;
}
.training-filters--wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.training-filters--wrapper .btn-link--arrow:after,
.training-filters--wrapper
  body.page-template-page-listing-trainings
  .training-filters
  .btn-link--arrow:after,
body.page-template-page-listing-trainings
  .training-filters
  .training-filters--wrapper
  .btn-link--arrow:after {
  display: none;
}
.training-filters__title {
  background-color: #f3e243;
  border-radius: 25px 0 0 0;
  padding: 12px 25px 7px;
}
.training-filters__links {
  display: none;
  padding: 20px 0;
}
.training-filters__reset {
  display: none;
  font-size: 14px;
}
.training-filters__reset--mobile {
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
}
.training-filters__reset--mobile a {
  color: #fff;
}
@media (min-width: 768px) {
  .training-filters__reset {
    display: block;
    margin-left: auto;
    margin-right: 40px;
  }
  .training-filters__reset--mobile {
    display: none;
  }
}
.training-filters__form {
  background-color: #002e5f;
  border-radius: 0 30px 30px 30px;
  padding: 30px 20px;
}
@media (min-width: 576px) {
  .training-filters__form form.collapse-div {
    height: auto;
    padding-right: 0;
  }
}
.training-filters__form .inputs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.training-filters__form .inputs .input {
  margin: 0 0 20px;
  max-width: 100%;
  position: relative;
  width: auto;
}
.training-filters__form .inputs .input:before {
  background-color: #708bd7;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
}
.training-filters__form .inputs .input:first-child {
  padding-left: 0;
}
.training-filters__form .inputs .input label {
  color: #708bd7;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2em;
}
.training-filters__form .inputs .input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  background-color: #002e5f;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 10px 0;
  text-decoration: none;
  text-overflow: ellipsis;
}
.training-filters__form .inputs .input select:hover {
  color: inherit;
  color: #708bd7;
  transition: all 0.5s;
}
.training-filters__form .inputs .input--submit {
  margin-bottom: 0;
  max-width: none;
  padding: 0;
}
.training-filters__form .inputs .input--submit button {
  align-items: center;
  background: 0 0;
  border: 3px solid #708bd7;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  height: 80px;
  justify-content: center;
  transition: all 0.5s;
  width: 80px;
}
.training-filters__form .inputs .input--submit button:hover {
  background-color: #708bd7;
  transform: scale(1.05);
}
.training-filters__form .inputs .input--submit .label {
  display: none;
}
.training-filters__form .inputs .input--submit img {
  height: 65px;
  transition: all 0.5s;
  width: 65px;
}
.training-filters__form .inputs .input--submit:before {
  display: none;
}
@media (min-width: 576px) {
  .training-filters__links {
    padding: 0 0 0 30px;
  }
}
@media (min-width: 768px) {
  .training-filters__form {
    padding: 30px 60px;
  }
  .training-filters__form .inputs .input {
    max-width: 260px;
    width: 50%;
  }
  .training-filters__form .inputs .input--submit {
    max-width: 100%;
    width: 100%;
  }
  .training-filters__form .inputs .input--submit submit {
    margin: 0 auto;
  }
  .training-filters__form .inputs .input:first-child {
    max-width: 260px;
  }
}
@media (min-width: 992px) {
  .training-filters__links {
    padding-left: 30px;
    padding-top: 0;
  }
  .training-filters__form {
    border-radius: 0 50px 50px 50px;
    padding: 12px 15px 12px 45px;
  }
  .training-filters__form .inputs .input {
    margin: 0;
    max-width: 180px;
    padding-left: 30px;
    width: auto;
  }
  .training-filters__form .inputs .input--submit {
    width: auto;
  }
  .training-filters__form .inputs .input:before {
    height: 100%;
    right: auto;
    top: 0;
    width: 3px;
  }
  .training-filters__form .inputs .input:first-child {
    max-width: 200px;
  }
  .training-filters__form .inputs .input:first-child:before {
    display: none;
  }
  .training-filters__form .inputs .input select {
    line-height: 1em;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .training-filters__form .inputs .input:first-child {
    max-width: 300px;
  }
  .training-filters__form .inputs .input select {
    font-size: 19px;
  }
}
.training-filters .btn-search {
  display: none;
}
@media (max-width: 575px) {
  .training-filters .container {
    padding: 0;
  }
  .training-filters__form {
    border-radius: 0;
  }
  .training-filters__form .inputs {
    padding-top: 30px;
  }
  .training-filters__form .inputs .input--select,
  .training-filters__form .inputs .input--submit {
    width: 100%;
  }
  .training-filters__form .inputs .input--submit button {
    background: #f3e243 url(//360conseils.com/themes/ichec/assets/images/icons/blue-arrow-xs.svg)
      no-repeat center right 30px/30px;
    border: none;
    border-radius: 50px;
    color: #004289;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 500;
    height: auto;
    justify-content: flex-start;
    padding: 15px 30px;
    width: 100%;
  }
  .training-filters__form .inputs .input--submit button .label {
    display: block;
  }
  .training-filters__form .inputs .input--submit button img {
    display: none;
  }
  .training-filters__title {
    border-radius: 0 50px 0 0;
  }
  .training-filters .btn-search {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 70px 10px 0;
    position: relative;
  }
  .training-filters .btn-search span {
    color: #fff;
  }
  .training-filters .btn-search.active .icon-wrapper img {
    display: none;
    opacity: 0;
  }
  .training-filters .btn-search.active .icon-wrapper .btn-close {
    background: 0 0;
    display: flex;
    position: relative;
    top: 0;
  }
  .training-filters .btn-search .icon-wrapper {
    align-items: center;
    border: 3px solid #708bd7;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 60px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
  }
  .training-filters .btn-search .icon-wrapper img {
    display: block;
  }
  .training-filters .btn-search .icon-wrapper .btn-close {
    display: none;
  }
  .training-filters .btn-search img {
    height: 50px;
    width: 50px;
  }
}
.discover-training {
  background-color: #f0f8f9;
}
.discover-training__title .title strong {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.discover-training__title .title strong:before {
  border: 3px solid #65b352;
  border-radius: 40px;
  bottom: 2.5px;
  content: "";
  display: block;
  height: auto;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -5px;
  width: auto;
  z-index: 1;
}
@media (min-width: 1200px) {
  .discover-training__title .title strong {
    margin-left: 5px;
    margin-right: 5px;
  }
  .discover-training__title .title strong:before {
    border-radius: 60px;
    bottom: 0;
    left: -5px;
    right: -5px;
    top: -5px;
  }
}
@media (min-width: 1600px) {
  .discover-training__title .title strong:before {
    bottom: 5px;
    left: -10px;
    right: -10px;
  }
}
@media (max-width: 575px) {
  .discover-training__title .title strong {
    line-height: 1.2em;
  }
  .discover-training__title .title strong:before {
    bottom: 0;
    top: -2.5px;
  }
}
.discover-training__links {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 0;
  padding: 0;
}
.discover-training__links__item {
  list-style: none;
  margin: 0 0 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .discover-training__links__item {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .discover-training__links__item {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  .discover-training__links__item {
    width: 360px;
  }
}
@media (min-width: 1600px) {
  .discover-training__links__item {
    width: 450px;
  }
}
.discover-training__links .link--discover {
  align-items: flex-start;
  background-color: hsla(0, 0%, 100%, 0);
  border: 3px solid #d9e3ed;
  border-radius: 40px 0 40px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 20px 20px 30px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .discover-training__links .link--discover {
    padding: 20px 30px;
  }
}
@media (min-width: 992px) {
  .discover-training__links .link--discover {
    border-radius: 40px 0 40px 40px;
    border-width: 3px;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .discover-training__links .link--discover {
    border-radius: 80px 0 80px 80px;
    padding: 40px;
  }
}
.discover-training__links .link--discover span {
  color: #004289;
  max-width: 240px;
  width: 100%;
}
.discover-training__links .link--discover svg {
  height: 40px;
  transition: all 0.5s;
  width: 40px;
}
.discover-training__links .link--discover svg .icon-white {
  fill: #004289;
}
.discover-training__links .link--discover:hover svg {
  transform: scale(0.9) rotate(90deg);
}
.discover-training__links .cat--management-strategie {
  background-color: #ecef67;
  border-color: #ecef67;
}
.discover-training__links .cat--management-strategie svg .icon-white {
  fill: #fff;
}
.discover-training__links .cat--finance-controle {
  background-color: #76cb6c;
  border-color: #76cb6c;
}
.discover-training__links .cat--finance-controle svg .icon-white {
  fill: #fff;
}
.discover-training__links .cat--it-data-management {
  background-color: #c3c8ff;
  border-color: #c3c8ff;
}
.discover-training__links .cat--it-data-management svg .icon-white {
  fill: #fff;
}
.discover-training__links .cat--marketing-communication {
  background-color: #79d0d0;
  border-color: #79d0d0;
}
.discover-training__links .cat--marketing-communication svg .icon-white {
  fill: #fff;
}
.discover-training__links .cat--rh-people-management {
  background-color: #f49fec;
  border-color: #f49fec;
}
.discover-training__links .cat--rh-people-management svg .icon-white {
  fill: #fff;
}
.discover-training__links .cat--entrepreneur-pme {
  background-color: #f08260;
  border-color: #f08260;
}
.discover-training__links .cat--entrepreneur-pme svg .icon-white {
  fill: #fff;
}
.discover-training__links .cat--secteur-public {
  background-color: #bceceb;
  border-color: #bceceb;
}
.discover-training__links .cat--secteur-public svg .icon-white {
  fill: #fff;
}
@media (min-width: 768px) {
  .discover-training__links .link--discover {
    padding: 30px;
  }
  .discover-training__links .link--discover span {
    max-width: 160px;
  }
}
@media (min-width: 992px) {
  .discover-training__links__item {
    margin: 0 0 20px;
  }
  .discover-training__links .link--discover {
    min-height: 110px;
    padding: 28px 25px 25px 30px;
    transition: all 0.5s;
  }
  .discover-training__links .link--discover:hover {
    background-color: #004289;
    border-color: #004289;
    color: #fff;
  }
  .discover-training__links .link--discover:hover span {
    color: #fff;
  }
  .discover-training__links .link--discover:hover svg .icon-white {
    fill: #fff;
  }
  .discover-training__links .link--discover span {
    max-width: 150px;
    transition: all 0.5s;
  }
  .discover-training__links .link--discover svg {
    height: 40px;
    transition: all 0.5s;
    width: 40px;
  }
}
@media (min-width: 1200px) {
  .discover-training__links .link--discover {
    min-height: 136px;
    padding: 35px 35px 30px 40px;
  }
  .discover-training__links .link--discover span {
    max-width: 200px;
  }
  .discover-training__links .link--discover svg {
    height: 45px;
    width: 45px;
  }
}
@media (min-width: 1600px) {
  .discover-training__links .link--discover {
    min-height: 146px;
    padding: 35px 45px 30px 60px;
  }
  .discover-training__links .link--discover svg {
    height: 55px;
    width: 55px;
  }
}
.page-template-page-about-us {
  overflow: visible;
}
.agenda--wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
  width: 100%;
}
@media (min-width: 768px) {
  .agenda--wrapper {
    width: 710px;
  }
}
@media (min-width: 992px) {
  .agenda--wrapper {
    width: 880px;
  }
}
@media (min-width: 1200px) {
  .agenda--wrapper {
    width: 930px;
  }
}
@media (min-width: 1600px) {
  .agenda--wrapper {
    width: 1170px;
  }
}
.agenda--list {
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
}
.agenda--list__category {
  align-items: flex-start;
  background-color: #f0f8f9;
  border-radius: 30px 0 30px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 15px 30px 30px;
}
@media (min-width: 992px) {
  .agenda--list__category {
    border-radius: 40px 0 40px 40px;
  }
}
@media (min-width: 1200px) {
  .agenda--list__category {
    border-radius: 60px 0 60px 60px;
  }
}
.agenda--list__category.cat--management-strategie {
  background-color: #ecef67;
}
.agenda--list__category.cat--finance-controle {
  background-color: #76cb6c;
}
.agenda--list__category.cat--it-data-management {
  background-color: #c3c8ff;
}
.agenda--list__category.cat--marketing-communication {
  background-color: #79d0d0;
}
.agenda--list__category.cat--rh-people-management {
  background-color: #f49fec;
}
.agenda--list__category.cat--entrepreneur-pme {
  background-color: #f08260;
}
.agenda--list__category.cat--secteur-public {
  background-color: #bceceb;
}
.agenda--list__category .title-wrapper {
  margin-top: 7px;
  padding: 0 0 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .agenda--list__category .title-wrapper {
    width: 710px;
  }
}
@media (min-width: 992px) {
  .agenda--list__category .title-wrapper {
    width: 205px;
  }
}
@media (min-width: 1200px) {
  .agenda--list__category .title-wrapper {
    width: 170px;
  }
}
@media (min-width: 1600px) {
  .agenda--list__category .title-wrapper {
    width: 210px;
  }
}
@media (max-width: 991px) {
  .agenda--list__category {
    padding: 30px 30px 0;
  }
}
.agenda--list__events {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .agenda--list__events {
    width: 710px;
  }
}
@media (min-width: 992px) {
  .agenda--list__events {
    width: 580px;
  }
}
@media (min-width: 1200px) {
  .agenda--list__events {
    width: 645px;
  }
}
@media (min-width: 1600px) {
  .agenda--list__events {
    width: 810px;
  }
}
.agenda--list__events__item {
  align-items: center;
  border-bottom: 3px solid hsla(0, 0%, 100%, 0.3);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.agenda--list__events__item:last-of-type {
  border: none;
  margin-bottom: 0;
}
.agenda--list__events__item .infos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.agenda--list__events__item .date {
  margin-right: 30px;
}
.agenda--list__events__item .btn-link--arrow,
.agenda--list__events__item
  body.page-template-page-listing-trainings
  .training-filters
  .btn-link--arrow,
body.page-template-page-listing-trainings
  .training-filters
  .agenda--list__events__item
  .btn-link--arrow {
  margin-top: 0;
}
.agenda--list__events__item .btn-link--arrow:after,
.agenda--list__events__item
  body.page-template-page-listing-trainings
  .training-filters
  .btn-link--arrow:after,
body.page-template-page-listing-trainings
  .training-filters
  .agenda--list__events__item
  .btn-link--arrow:after {
  display: none !important;
}
.agenda--list__events__item .btn-link--arrow span,
.agenda--list__events__item
  body.page-template-page-listing-trainings
  .training-filters
  .btn-link--arrow
  span,
body.page-template-page-listing-trainings
  .training-filters
  .agenda--list__events__item
  .btn-link--arrow
  span {
  font-family: Poppins, sans-serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 300;
  font-weight: 400;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .agenda--list__events__item {
    justify-content: start;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .agenda--list__events__item .name {
    padding-right: 30px;
  }
  .agenda--list__events__item .infos {
    font-size: 14px;
    font-weight: 700;
  }
}
.agenda--list__events__item .name {
  line-height: 1.3em;
  width: 100%;
}
@media (min-width: 768px) {
  .agenda--list__events__item .name {
    width: 470px;
  }
}
@media (min-width: 992px) {
  .agenda--list__events__item .name {
    width: 392.5px;
  }
}
@media (min-width: 1200px) {
  .agenda--list__events__item .name {
    width: 455px;
  }
}
@media (min-width: 1600px) {
  .agenda--list__events__item .name {
    width: 570px;
  }
}
.agenda--list__events__item .name a:hover {
  text-decoration: underline;
}
.agenda--list__events__item .name span {
  padding: 0;
}
.agenda--list__events__item .name span a {
  display: block;
}
.agenda--list__events__item .name span:after {
  margin-left: 10px;
  top: 1px;
  width: 18px;
}
.agenda--list__events__item .period {
  background: #fff url(//360conseils.com/themes/ichec/assets/images/icons/ico-moon.png) no-repeat
    50%/20px;
  background-size: 50%;
  border-radius: 20px 0 20px 20px;
  height: 40px;
  width: 40px;
}
.agenda--list__events__item .period--daytime {
  background-image: url(//360conseils.com/themes/ichec/assets/images/icons/ico-sun.png);
  background-size: 55%;
}
.agenda--list__events__item .period--both {
  background-image: url(//360conseils.com/themes/ichec/assets/images/icons/ico-moon-sun.svg);
  background-position: 60% 45%;
  background-size: 65%;
}
@media (min-width: 768px) {
  .agenda--list__events__item {
    border: none;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  .agenda--list__events__item .infos {
    justify-content: flex-end;
    width: auto;
  }
}
@media (min-width: 992px) {
  .agenda--list__category {
    padding: 30px;
  }
  .agenda--list__category .title-wrapper {
    padding: 0 0 20px;
  }
}
@media (min-width: 1200px) {
  .agenda {
    margin: 0 0 80px;
  }
  .agenda--list__category {
    padding: 40px 45px;
  }
}
body.single-events header.main-header {
  background-color: #fff;
}
.filters {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
.filters__item {
  margin: 0 0 10px;
  width: 100%;
}
.filters__item a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.filters__item.has-children {
  position: relative;
}
.filters__item .dropdown-list {
  background-color: #fff;
  border: 3px solid #004289;
  border-radius: 0 0 25px 25px;
  border-top: none;
  display: none;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.filters__item .dropdown-list.is-visible {
  display: block;
  opacity: 1;
}
.filters__item .dropdown-list__item a {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  justify-content: flex-start;
  padding: 5px 0;
}
@media (min-width: 768px) {
  .filters {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .filters__item {
    margin: 0 10px 0 0;
    width: auto;
  }
}
@media (min-width: 992px) {
  .filters__item .dropdown-list__item a {
    transition: all 0.5s;
  }
  .filters__item .dropdown-list__item a:hover {
    color: #65b352;
  }
}
.listing-news {
  position: relative;
  z-index: 1;
}
.listing-news:before {
  background-color: #f0f8f9;
  content: "";
  display: block;
  height: 120px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.listing-news--wrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.listing-news__item {
  list-style: none;
  margin: 0 0 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .listing-news__item {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .listing-news__item {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  .listing-news__item {
    width: 360px;
  }
}
@media (min-width: 1600px) {
  .listing-news__item {
    width: 450px;
  }
}
@media (max-width: 767px) {
  .listing-news__item {
    width: 48%;
  }
  .listing-news__item picture {
    margin-left: 0;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .listing-news--wrapper {
    padding: 30px 0;
  }
}
@media (min-width: 1200px) {
  .listing-news:before {
    height: 180px;
  }
  .listing-news__item {
    margin: 0 0 30px;
  }
}
.listing-events {
  padding-bottom: 60px;
}
.listing-events--wrapper {
  margin: 0;
  padding: 20px 0 0;
}
.listing-events__item {
  list-style: none;
  margin: 0 0 10px;
}
@media (min-width: 992px) {
  .listing-events {
    padding-bottom: 120px;
  }
}
.event--filters {
  margin: 60px 0 0;
}
.event--highlight {
  align-items: center;
  background: #002e5f url(//360conseils.com/themes/ichec/assets/images/bg-event-highlight.svg)
    no-repeat 0 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.event--highlight__image {
  width: 100%;
}
@media (min-width: 768px) {
  .event--highlight__image {
    width: 710px;
  }
}
@media (min-width: 992px) {
  .event--highlight__image {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .event--highlight__image {
    width: 550px;
  }
}
@media (min-width: 1600px) {
  .event--highlight__image {
    width: 690px;
  }
}
@media (max-width: 991px) {
  .event--highlight__image {
    width: 100%;
  }
}
.event--highlight__image picture {
  aspect-ratio: 1;
  display: flex;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.event--highlight__image picture img {
  display: block;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.event--highlight__text {
  padding: 30px 30px 45px;
  width: 100%;
}
@media (min-width: 768px) {
  .event--highlight__text {
    width: 710px;
  }
}
@media (min-width: 992px) {
  .event--highlight__text {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .event--highlight__text {
    width: 550px;
  }
}
@media (min-width: 1600px) {
  .event--highlight__text {
    width: 690px;
  }
}
.event--highlight__text .title {
  padding: 20px 0;
}
.event--highlight__text .custom-wysiwyg {
  padding: 30px 0 0;
}
.event--highlight__text .custom-wysiwyg * {
  color: #fff;
}
.event--highlight__text .icon-wrapper {
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
  bottom: -50px;
  display: flex;
  flex-wrap: wrap;
  height: 100px;
  justify-content: center;
  margin-right: 50px;
  position: absolute;
  right: 0;
  transition: all 0.5s;
  width: 100px;
  z-index: 2;
}
.event--highlight__text .icon-wrapper:after {
  background: url(//360conseils.com/themes/ichec/assets/images/icons/blue-arrow-S.svg) no-repeat
    50%;
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  width: 25px;
}
.event--highlight__text .icon-wrapper img {
  animation: infinite_rotate 15s linear infinite;
  height: 85px;
  width: 85px;
}
@media (min-width: 768px) {
  .event--highlight__image picture {
    aspect-ratio: 16/9;
  }
  .event--highlight__text {
    padding: 60px;
  }
}
@media (min-width: 992px) {
  .event--highlight {
    flex-direction: row-reverse;
    position: relative;
  }
  .event--highlight__image picture {
    aspect-ratio: 1;
  }
  .event--highlight__text {
    padding: 40px 20px 40px 40px;
  }
  .event--highlight__text .icon-wrapper {
    border-radius: 100px;
    bottom: 50px;
    height: 110px;
    left: 50%;
    margin-left: -35px;
    width: 110px;
  }
  .event--highlight__text .icon-wrapper img {
    height: 95px;
    width: 95px;
  }
  .event--highlight__text:hover .icon-wrapper {
    transform: scale(1.1);
    transition: all 0.5s;
  }
}
@media (min-width: 1200px) {
  .event--event {
    margin: 80px 0;
  }
  .event--highlight__text {
    padding: 60px 20px 60px 60px;
  }
  .event--highlight__text .title {
    font-size: 40px;
  }
  .event--highlight__text .icon-wrapper {
    bottom: 70px;
    height: 130px;
    margin-left: -45px;
    width: 130px;
  }
  .event--highlight__text .icon-wrapper:after {
    height: 30px;
    width: 30px;
  }
  .event--highlight__text .icon-wrapper img {
    height: 110px;
    width: 110px;
  }
}
@media (min-width: 1600px) {
  .event--highlight__text .title {
    font-size: 50px;
  }
  .event--highlight__text .icon-wrapper {
    bottom: 70px;
    margin-left: -35px;
  }
}
.info-list {
  justify-content: flex-start;
  padding: 0;
}
.info-list,
.info-list__item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.info-list__item {
  color: #fff;
  font-size: 14px;
  justify-content: center;
  list-style: none;
  position: relative;
}
.info-list__item:after {
  background: #fff;
  border-radius: 5px;
  content: "";
  display: block;
  height: 5px;
  margin: 0 20px;
  position: absolute;
  position: relative;
  width: 5px;
}
.info-list__item:last-of-type:after {
  display: none;
}
.info-list__item.price .value {
  padding-left: 5px;
}
.info-list__item.date time {
  color: #f98bef;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.page--content + .event--speaker {
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .page--content + .event--speaker {
    margin-top: 80px;
  }
}
.event-registration--wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 30px auto 60px;
  width: 100%;
}
@media (min-width: 768px) {
  .event-registration--wrapper {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .event-registration--wrapper {
    width: 730px;
  }
}
@media (min-width: 1200px) {
  .event-registration--wrapper {
    width: 740px;
  }
}
@media (min-width: 1600px) {
  .event-registration--wrapper {
    width: 930px;
  }
}
.event-registration--wrapper .text-wrapper {
  background-color: hsla(0, 0%, 100%, 0);
  border: 3px solid #f49fec;
  border-radius: 40px 0 40px 40px;
  padding: 30px 40px 25px !important;
  padding: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .event-registration--wrapper .text-wrapper {
    padding: 20px 30px;
  }
}
@media (min-width: 992px) {
  .event-registration--wrapper .text-wrapper {
    border-radius: 40px 0 40px 40px;
    border-width: 3px;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .event-registration--wrapper .text-wrapper {
    border-radius: 80px 0 80px 80px;
    padding: 40px;
  }
}
.event-registration--wrapper .text-wrapper a {
  margin-top: 5px;
}
.event-registration--wrapper .text-wrapper a:after {
  display: none;
}
@media (min-width: 992px) {
  .event-registration--wrapper {
    margin: 60px auto;
  }
}
@media (min-width: 1200px) {
  .event-registration--wrapper .text-wrapper {
    padding: 40px 60px !important;
  }
}
.banner--news-events .vignette:nth-child(2) .vignette--wrapper.events {
  background-color: #002e5f;
}
.speakers .container {
  margin: 0 auto;
}
.speakers--wrapper {
  margin: 0 auto 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .speakers--wrapper {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .speakers--wrapper {
    width: 730px;
  }
}
@media (min-width: 1200px) {
  .speakers--wrapper {
    width: 740px;
  }
}
@media (min-width: 1600px) {
  .speakers--wrapper {
    width: 930px;
  }
}
.speakers--list {
  margin: 0;
  padding: 30px 0 0;
}
.speakers__item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.speakers__item:after {
  background: #f0f8f9;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.speakers__item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.speakers__item:last-of-type:after {
  display: none;
}
.speakers__item__image {
  margin: 0 0 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .speakers__item__image {
    width: 170px;
  }
}
@media (min-width: 992px) {
  .speakers__item__image {
    width: 205px;
  }
}
@media (min-width: 1200px) {
  .speakers__item__image {
    width: 170px;
  }
}
@media (min-width: 1600px) {
  .speakers__item__image {
    width: 210px;
  }
}
.speakers__item__image .image-wrapper {
  width: 80px;
}
.speakers__item__image .image-wrapper picture {
  aspect-ratio: 1;
  border-radius: 100%;
  display: flex;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.speakers__item__image .image-wrapper picture img {
  display: block;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.speakers__item__text {
  width: 100%;
}
@media (min-width: 768px) {
  .speakers__item__text {
    width: 410px;
  }
}
@media (min-width: 992px) {
  .speakers__item__text {
    width: 505px;
  }
}
@media (min-width: 1200px) {
  .speakers__item__text {
    width: 550px;
  }
}
@media (min-width: 1600px) {
  .speakers__item__text {
    width: 690px;
  }
}
@media (min-width: 768px) {
  .speakers__item__image {
    margin: 0;
  }
  .speakers__item__image .image-wrapper {
    height: 120px;
    width: 120px;
  }
}
@media (min-width: 992px) {
  .speakers--wrapper {
    margin: 0 auto 60px;
  }
}
@media (min-width: 1200px) {
  .speakers--wrapper {
    margin: 0 auto 80px;
  }
  .speakers__item__image .image-wrapper {
    height: 150px;
    width: 150px;
  }
}
.single--content {
  padding-bottom: 60px;
  position: relative;
}
.single--content__text {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  opacity: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .single--content__text {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .single--content__text {
    width: 730px;
  }
}
@media (min-width: 1200px) {
  .single--content__text {
    width: 740px;
  }
}
@media (min-width: 1600px) {
  .single--content__text {
    width: 930px;
  }
}
.single--content__text.is-visible {
  animation: fadeup 0.5s 0.2s 1 forwards;
}
.single--content__imageonly {
  margin-top: 60px;
  opacity: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .single--content__imageonly {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .single--content__imageonly {
    width: 730px;
  }
}
@media (min-width: 1200px) {
  .single--content__imageonly {
    width: 740px;
  }
}
@media (min-width: 1600px) {
  .single--content__imageonly {
    width: 930px;
  }
}
.single--content__imageonly.is-visible {
  animation: fadeup 0.5s 0.5s 1 forwards;
}
.single--content__imageonly picture {
  display: flex;
  width: 100%;
}
.single--content__imageonly picture img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.single--content__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 60px;
}
.single--content__gallery.is-visible .single--content__gallery__item {
  animation: fadeup 0.5s 1 forwards;
}
.single--content__gallery.is-visible
  .single--content__gallery__item:first-child {
  animation-delay: 0.2s;
}
.single--content__gallery.is-visible
  .single--content__gallery__item:nth-child(2) {
  animation-delay: 0.4s;
}
.single--content__gallery.is-visible
  .single--content__gallery__item:nth-child(3) {
  animation-delay: 0.6s;
}
.single--content__gallery.is-visible
  .single--content__gallery__item:nth-child(4) {
  animation-delay: 0.8s;
}
.single--content__gallery.is-visible
  .single--content__gallery__item:nth-child(5) {
  animation-delay: 1s;
}
.single--content__gallery.is-visible
  .single--content__gallery__item:nth-child(6) {
  animation-delay: 1.2s;
}
.single--content__gallery.is-visible
  .single--content__gallery__item:nth-child(7) {
  animation-delay: 1.4s;
}
.single--content__gallery.is-visible
  .single--content__gallery__item:nth-child(8) {
  animation-delay: 1.6s;
}
.single--content__gallery.is-visible
  .single--content__gallery__item:nth-child(9) {
  animation-delay: 1.8s;
}
.single--content__gallery.is-visible
  .single--content__gallery__item:nth-child(10) {
  animation-delay: 2s;
}
.single--content__gallery.is-visible
  .single--content__gallery__item:nth-child(11) {
  animation-delay: 2.2s;
}
.single--content__gallery.is-visible
  .single--content__gallery__item:nth-child(12) {
  animation-delay: 2.4s;
}
.single--content__gallery.is-visible
  .single--content__gallery__item:nth-child(13) {
  animation-delay: 2.6s;
}
.single--content__gallery.is-visible
  .single--content__gallery__item:nth-child(14) {
  animation-delay: 2.8s;
}
.single--content__gallery.is-visible
  .single--content__gallery__item:nth-child(15) {
  animation-delay: 3s;
}
.single--content__gallery.is-visible
  .single--content__gallery__item:nth-child(16) {
  animation-delay: 3.2s;
}
.single--content__gallery.is-visible
  .single--content__gallery__item:nth-child(17) {
  animation-delay: 3.4s;
}
.single--content__gallery.is-visible
  .single--content__gallery__item:nth-child(18) {
  animation-delay: 3.6s;
}
.single--content__gallery.is-visible
  .single--content__gallery__item:nth-child(19) {
  animation-delay: 3.8s;
}
.single--content__gallery.is-visible
  .single--content__gallery__item:nth-child(20) {
  animation-delay: 4s;
}
.single--content__gallery__item {
  margin: 0 0 10px;
  opacity: 0;
  width: 100%;
}
.single--content__gallery__item picture {
  display: flex;
  height: auto;
  overflow: hidden;
}
.single--content__gallery__item img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 576px) {
  .single--content__gallery__item {
    margin: 0 10px 30px;
    max-width: 340px;
  }
}
@media (min-width: 768px) {
  .single--content__gallery__item {
    max-width: 340px;
  }
  .single--content__gallery__item picture {
    height: 220px;
  }
}
@media (min-width: 1200px) {
  .single--content__gallery__item {
    margin: 0 7.5px 30px;
    max-width: 301.6666666667px;
  }
}
@media (min-width: 1600px) {
  .single--content__gallery__item {
    max-width: 285px;
  }
  .single--content__gallery__item picture {
    height: 220px;
  }
}
.single--content__columns {
  margin-top: 60px;
  position: relative;
  width: 100%;
}
.single--content__columns__image {
  display: flex;
  opacity: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .single--content__columns__image {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .single--content__columns__image {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .single--content__columns__image {
    width: 550px;
  }
}
@media (min-width: 1600px) {
  .single--content__columns__image {
    width: 690px;
  }
}
.single--content__columns__image img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.single--content__columns__text {
  opacity: 0;
  padding-top: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .single--content__columns__text {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .single--content__columns__text {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .single--content__columns__text {
    width: 550px;
  }
}
@media (min-width: 1600px) {
  .single--content__columns__text {
    width: 690px;
  }
}
.single--content__columns__text .btn-wrapper {
  padding-top: 30px;
}
.single--content__columns.is-visible .single--content__columns__image {
  animation: fadeup 0.5s 0.5s 1 forwards;
}
.single--content__columns.is-visible .single--content__columns__text {
  animation: fadeup 1s 0.9s 1 forwards;
}
@media (min-width: 576px) {
  .single--content__columns__text {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .single--content__columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .single--content__columns.img_right {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .single--content__columns {
    align-items: center;
  }
}
.share {
  background-color: #004289;
  margin: 0;
  padding: 60px 0;
  position: relative;
}
.share__list {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.share__list li {
  list-style: none;
  margin: 0 5px;
}
.share__list li.mention {
  align-items: center;
  color: #fff;
  display: flex;
  margin-right: 10px;
}
.share__list li a {
  align-items: center;
  border: 3px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 100%;
  display: flex;
  height: 50px;
  padding: 0;
  transition: all 0.5s;
  width: 50px;
}
.share__list li a:hover {
  background-color: #79d0d0;
  border-color: #79d0d0;
}
.share__list li a img {
  display: block;
  height: 20px;
  margin: 0 auto;
  width: auto;
}
.share__list li a.twitter img {
  height: 16px;
}
@media (max-width: 767px) {
  .share__list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .share__list li.mention {
    justify-content: center;
    margin: 0 auto 20px;
    text-align: center;
    width: 100%;
  }
}
.page-template-page-community header.main-header,
.page-template-page-type-formation header.main-header {
  background-color: #fff;
}
.page-template-page-community .training-filters__big_title,
.page-template-page-type-formation .training-filters__big_title {
  display: block;
}
.page-template-page-community .training-filters__big_title .title,
.page-template-page-type-formation .training-filters__big_title .title {
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page-template-page-community .training-filters,
  .page-template-page-type-formation .training-filters {
    border-bottom: 3px solid #d9e3ed;
    padding: 60px 0 0 !important;
  }
  .page-template-page-community .training-filters__big_title,
  .page-template-page-type-formation .training-filters__big_title {
    padding: 0 20px;
  }
}
body.single-trainings .training-filters {
  background: #004289 url(//360conseils.com/themes/ichec/assets/images/bg-event-highlight.svg)
    no-repeat 0 0;
}
body.single-trainings .training-filters__big_title {
  color: #fff;
  display: block;
  padding: 0 0 30px;
}
@media (min-width: 992px) {
  body.single-trainings {
    overflow: visible;
  }
}
.training-filters__big_title {
  display: none;
}
body.page-template-page-listing-trainings
  .training-filters
  .btn-link--arrow
  span {
  color: #004289;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
}
body.page-template-page-listing-trainings
  .training-filters
  .btn-link--arrow
  span:after {
  background: url(//360conseils.com/themes/ichec/assets/images/icons/blue-arrow-xs.svg) no-repeat
    50% !important;
}
@media (min-width: 768px) {
  body.page-template-page-listing-trainings .hero + .training-filters {
    margin-top: -60px;
  }
}
.single-training--intro {
  padding: 45px 0;
}
.single-training--intro__wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-training--intro__wrapper .btn-wrapper {
  margin-top: 20px;
}
.single-training--intro__desc {
  width: 100%;
}
@media (min-width: 768px) {
  .single-training--intro__desc {
    width: 410px;
  }
}
@media (min-width: 992px) {
  .single-training--intro__desc {
    width: 505px;
  }
}
@media (min-width: 1200px) {
  .single-training--intro__desc {
    width: 645px;
  }
}
@media (min-width: 1600px) {
  .single-training--intro__desc {
    width: 810px;
  }
}
.single-training--intro__desc .custom-wysiwyg .responsive__iframe iframe,
.single-training--intro__desc .custom-wysiwyg img:first-child,
.single-training--intro__desc .custom-wysiwyg p {
  margin-top: 0;
}
.single-training--intro__desc .custom-wysiwyg li,
.single-training--intro__desc .custom-wysiwyg p,
.single-training--intro__desc .custom-wysiwyg span,
.single-training--intro__desc .custom-wysiwyg strong {
  color: #004289 !important;
}
@media (min-width: 768px) {
  .single-training--intro {
    padding: 30px 0;
  }
  .single-training--intro__wrapper {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .single-training--intro {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .single-training--intro {
    padding: 0 0 60px;
  }
  .single-training--intro__desc {
    padding-right: 60px;
  }
}
@media (min-width: 1600px) {
  .single-training--intro__desc {
    padding-right: 120px;
  }
}
@media (max-width: 767px) {
  body.single-trainings .page__bottom .training-filters {
    border-bottom: 3px solid #f0f8f9;
    padding: 60px 0 0;
  }
  body.single-trainings
    .page__bottom
    .training-filters
    .training-filters__big_title {
    padding: 0 20px 30px;
  }
}
.page-trainings--wrapper {
  margin: 30px auto;
}
.page-trainings--wrapper .result-title {
  display: block;
  padding: 0 0 0 40px;
  width: 100%;
}
.page-trainings__noresult {
  padding: 60px 0;
}
.page-trainings__noresult .btn-wrapper {
  padding-top: 20px;
}
.page-trainings__listing {
  margin: 0;
  padding: 0;
}
.page-trainings__listing__item {
  list-style: none;
  margin: 0 0 10px;
}
.page-trainings__listing__item .training {
  background-color: #f0f8f9;
  border-radius: 50px 0 50px 50px;
}
.page-trainings__listing__item .training.cat--management-strategie {
  background-color: #ecef67;
}
.page-trainings__listing__item .training.cat--finance-controle {
  background-color: #76cb6c;
}
.page-trainings__listing__item .training.cat--it-data-management {
  background-color: #c3c8ff;
}
.page-trainings__listing__item .training.cat--marketing-communication {
  background-color: #79d0d0;
}
.page-trainings__listing__item .training.cat--rh-people-management {
  background-color: #f49fec;
}
.page-trainings__listing__item .training.cat--entrepreneur-pme {
  background-color: #f08260;
}
.page-trainings__listing__item .training.cat--secteur-public {
  background-color: #bceceb;
}
.page-trainings__listing__item .training.cat--management-strategie {
  border: 3px solid #ecef67;
}
.page-trainings__listing__item .training.cat--finance-controle {
  border: 3px solid #76cb6c;
}
.page-trainings__listing__item .training.cat--it-data-management {
  border: 3px solid #c3c8ff;
}
.page-trainings__listing__item .training.cat--marketing-communication {
  border: 3px solid #79d0d0;
}
.page-trainings__listing__item .training.cat--rh-people-management {
  border: 3px solid #f49fec;
}
.page-trainings__listing__item .training.cat--entrepreneur-pme {
  border: 3px solid #f08260;
}
.page-trainings__listing__item .training.cat--secteur-public {
  border: 3px solid #bceceb;
}
.page-trainings__listing__item .training--info {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page-trainings__listing__item .training a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
}
.page-trainings__listing__item .training:hover {
  border: 3px solid #002e5f;
  transition: all 0.5s;
}
.page-trainings__listing__item .training .period-label {
  align-items: center;
  background-color: #fff;
  border-radius: 20px 0 20px 20px;
  display: flex;
  flex-wrap: wrap;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.page-trainings__listing__item .training .period-label img {
  display: block;
  height: 20px;
  width: 20px;
}
.page-trainings__listing__item .training .period-label.icon--jour_soir img {
  height: 27px;
  left: 2px;
  position: relative;
  top: -2px;
  width: 27px;
}
.page-trainings__listing__item .training .text-wrapper {
  margin-top: 3px;
}
.page-trainings__listing__item .training .text-wrapper .date {
  with: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: flex-start;
  padding: 0;
}
.page-trainings__listing__item .training .text-wrapper .date .start {
  padding-left: 10px;
}
.page-trainings__listing__item .training .text-wrapper .date .arrow--right {
  border-bottom: 3px solid #004289;
  border-radius: 0;
  border-right: 3px solid #004289;
  display: block;
  height: 8px;
  margin: 0 10px;
  transform: rotate(45deg);
  transform: rotate(-45deg) translateY(-2px);
  width: 8px;
}
.page-trainings__listing__item .training .btn-scroll,
.page-trainings__listing__item .training .glide__arrow {
  background-color: #fff;
}
.page-trainings__listing__item .training .btn-scroll .icon img,
.page-trainings__listing__item .training .glide__arrow .icon img {
  transform: rotate(-90deg);
}
@media (min-width: 992px) {
  .page-trainings--wrapper {
    margin: 20px auto;
  }
  .page-trainings__listing .training a {
    padding: 20px 30px 17px;
  }
  .page-trainings__listing .training .period-label {
    margin: 0 20px 0 0 !important;
  }
  .page-trainings__noresult {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .page-trainings__noresult {
    padding: 80px 0;
  }
  .page-trainings__listing .training a {
    padding: 12px 30px 9px;
  }
}
@media (max-width: 767px) {
  .page-trainings__listing__item .training a {
    padding: 30px 60px 30px 30px;
    position: relative;
  }
  .page-trainings__listing__item .training a .period-label {
    margin: 0 10px 10px 0;
  }
  .page-trainings__listing__item .training a .btn-scroll,
  .page-trainings__listing__item .training a .glide__arrow {
    height: 40px;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 30px;
    width: 40px;
  }
  body.page-template-page-listing-trainings .training-filters {
    margin-top: -50px;
  }
}
.page-template-page-registration header.main-header {
  background: #fff;
}
.page-template-page-registration .banner--newsletter {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .page-template-page-registration .banner--newsletter {
    margin-top: 60px;
  }
}
@media (min-width: 1600px) {
  .page-template-page-registration .banner--newsletter {
    margin-top: 120px;
  }
}
.registration--wrapper {
  margin: 60px auto;
  width: 100%;
}
@media (min-width: 768px) {
  .registration--wrapper {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .registration--wrapper {
    width: 730px;
  }
}
@media (min-width: 1200px) {
  .registration--wrapper {
    width: 740px;
  }
}
@media (min-width: 1600px) {
  .registration--wrapper {
    width: 930px;
  }
}
.registration--wrapper .tab--list__content {
  margin: 30px auto 0;
  width: 100%;
}
@media (min-width: 768px) {
  .registration--wrapper .tab--list__content {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .registration--wrapper .tab--list__content {
    width: 730px;
  }
}
@media (min-width: 1200px) {
  .registration--wrapper .tab--list__content {
    width: 740px;
  }
}
@media (min-width: 1600px) {
  .registration--wrapper .tab--list__content {
    width: 930px;
  }
}
@media (min-width: 992px) {
  .registration--wrapper {
    margin: 60px auto;
  }
  .registration--wrapper .tab--list__content {
    margin: 60px auto 0;
  }
}
@media (min-width: 1200px) {
  .registration--wrapper {
    margin: 80px auto;
  }
}
.legal {
  margin-top: 120px;
}
@media (min-width: 992px) {
  .legal {
    margin-top: 40px;
  }
}
.legal--wrapper,
.page-404--wrapper {
  margin: 0 auto;
  padding: 0 0 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .legal--wrapper,
  .page-404--wrapper {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .legal--wrapper,
  .page-404--wrapper {
    width: 730px;
  }
}
@media (min-width: 1200px) {
  .legal--wrapper,
  .page-404--wrapper {
    width: 740px;
  }
}
@media (min-width: 1600px) {
  .legal--wrapper,
  .page-404--wrapper {
    width: 930px;
  }
}
@media (min-width: 768px) {
  .legal--wrapper,
  .page-404--wrapper {
    padding: 30px 0 60px;
  }
}
@media (min-width: 992px) {
  .legal--wrapper,
  .page-404--wrapper {
    padding: 180px 0 60px;
  }
}
.page-404 {
  background-color: #f0f8f9;
  padding-bottom: 30px;
  padding-top: 120px;
}
.page-404--wrapper .title {
  padding-bottom: 20px;
  text-align: center;
}
.page-404--wrapper .custom-wysiwyg {
  padding: 20px 0;
}
.page-404--wrapper .list-inline {
  text-align: center;
}
@media (min-width: 992px) {
  .list--reviews + .page-404.twocol,
  .page-404.ambition,
  .page-404.contact-image,
  .page-404.generic-banner,
  .page-404.image-contact,
  .page-404.listing,
  .page-404.text-contact,
  .page__bottom .page-404.training-filters,
  .page__bottom .page-404.video--banner,
  .twocol + .page-404.banner--news-events {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.category {
  margin-bottom: 0;
}
@media (max-width: 1599px) {
  .category.ambition,
  .category.contact-image,
  .category.generic-banner,
  .category.image-contact,
  .category.listing,
  .category.text-contact,
  .list--reviews + .category.twocol,
  .page__bottom .category.training-filters,
  .page__bottom .category.video--banner,
  .twocol + .category.banner--news-events {
    margin-top: 55px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .category.ambition,
  .category.contact-image,
  .category.generic-banner,
  .category.image-contact,
  .category.listing,
  .category.text-contact,
  .list--reviews + .category.twocol,
  .page__bottom .category.training-filters,
  .page__bottom .category.video--banner,
  .twocol + .category.banner--news-events {
    margin-top: 0;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .category.ambition,
  .category.contact-image,
  .category.generic-banner,
  .category.image-contact,
  .category.listing,
  .category.text-contact,
  .list--reviews + .category.twocol,
  .page__bottom .category.training-filters,
  .page__bottom .category.video--banner,
  .twocol + .category.banner--news-events {
    padding-top: 50px;
  }
}
.category__intro {
  background: radial-gradient(circle at top right, #c5eaea 0, #79d0d0 70%);
  overflow: hidden;
  padding: 80px 20px 160px;
  position: relative;
}
.category__intro.entrepreneur-pme {
  background: radial-gradient(circle at top right, #f9cbbd 0, #f08260 70%);
}
.category__intro.finance {
  background: radial-gradient(circle at top right, #bce6b7 0, #76cb6c 70%);
}
.category__intro.people {
  background: radial-gradient(circle at top right, #fefbfe 0, #f49fec 70%);
}
.category__intro.management {
  background: radial-gradient(circle at top right, #f8f9c3 0, #ecef67 70%);
}
.category__intro.secteur-public {
  background: radial-gradient(circle at top right, #fff 0, #bceceb 70%);
}
.category__intro.communication {
  background: radial-gradient(circle at top right, #c5eaea 0, #79d0d0 70%);
}
.category__intro__title {
  color: #fff;
  text-align: center;
}
@media (max-width: 575px) {
  .category__intro__title {
    text-align: left;
  }
}
.category__intro .circle-wrapper {
  left: 0;
  top: 0;
}
.category__intro .circle-wrapper svg {
  display: block;
  margin: 40px auto 0;
  width: 90%;
}
.category__intro .circle-wrapper svg .cls-1 {
  fill: rgba(240, 248, 249, 0.15);
}
@media (min-width: 992px) {
  .category__intro .circle-wrapper svg {
    margin: -40px 0 0;
    width: auto;
  }
}
.category__listing article {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .category__listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .category__listing article {
    margin-left: 7.5px;
    margin-right: 7.5px;
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .category__listing article {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.category__listing.is-visible article {
  animation: fadeup 0.5s 0.2s 1 forwards;
}
.category__listing.is-visible article:first-child {
  animation-delay: 0.2s;
}
.category__listing.is-visible article:nth-child(2) {
  animation-delay: 0.4s;
}
.category__listing.is-visible article:nth-child(3) {
  animation-delay: 0.6s;
}
.category__listing.is-visible article:nth-child(4) {
  animation-delay: 0.8s;
}
.category__listing.is-visible article:nth-child(5) {
  animation-delay: 1s;
}
.category__listing.is-visible article:nth-child(6) {
  animation-delay: 1.2s;
}
.category__listing.is-visible article:nth-child(7) {
  animation-delay: 1.4s;
}
.category__listing.is-visible article:nth-child(8) {
  animation-delay: 1.6s;
}
.category__listing.is-visible article:nth-child(9) {
  animation-delay: 1.8s;
}
.category__listing.is-visible article:nth-child(10) {
  animation-delay: 2s;
}
.category__listing.is-visible article:nth-child(11) {
  animation-delay: 2.2s;
}
.category__listing.is-visible article:nth-child(12) {
  animation-delay: 2.4s;
}
.category__listing.is-visible article:nth-child(13) {
  animation-delay: 2.6s;
}
.category__listing.is-visible article:nth-child(14) {
  animation-delay: 2.8s;
}
.category__listing.is-visible article:nth-child(15) {
  animation-delay: 3s;
}
.category__listing.is-visible article:nth-child(16) {
  animation-delay: 3.2s;
}
.category__listing.is-visible article:nth-child(17) {
  animation-delay: 3.4s;
}
.category__listing.is-visible article:nth-child(18) {
  animation-delay: 3.6s;
}
.category__listing.is-visible article:nth-child(19) {
  animation-delay: 3.8s;
}
.category__listing.is-visible article:nth-child(20) {
  animation-delay: 4s;
}
.category__navigation {
  background-color: #f0f8f9;
  margin: 30px 0 0;
  padding: 20px;
}
.category__navigation .pagination,
.category__navigation ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.category__navigation ul {
  background-color: #fff;
  border-radius: 50px;
  margin: 0;
  padding: 0;
}
.category__navigation ul li {
  list-style: none;
}
.category__navigation .text {
  display: block;
  padding: 0 0 20px;
  text-align: center;
  width: auto;
}
.category__navigation .page-numbers {
  align-items: center;
  border-radius: 100%;
  color: #004289;
  display: flex;
  flex-wrap: wrap;
  height: 40px;
  justify-content: center;
  margin: 0;
  transition: all 0.5s;
  width: 40px;
}
.category__navigation .page-numbers.current,
.category__navigation .page-numbers:hover {
  background: #004289;
  color: #fff;
}
@media (min-width: 992px) {
  .category__navigation {
    margin-top: 60px;
    padding: 60px 0;
  }
}
.hero--home__bg,
.hero--home__text {
  opacity: 0;
}
.hero--home.is-visible .hero--home__text {
  animation: fadeup 0.9s 1 forwards;
}
.hero--home.is-visible .hero--home__bg {
  animation: fadein 0.9s 0.3s 1 forwards;
}
.hero--single-training__left,
.hero--single-training__right {
  opacity: 0;
}
.hero--single-training.is-visible .hero--single-training__left {
  animation: fadeleft 0.9s 1 forwards;
}
.hero--single-training.is-visible .hero--single-training__right {
  animation: faderight 0.9s 0.3s 1 forwards;
}
.hero--blog .custom-wysiwyg,
.hero--blog .event--highlight,
.hero--blog .filters,
.hero--blog .title {
  opacity: 0;
}
.hero--blog.is-visible .title {
  animation: fadein 0.9s 1 forwards;
}
.hero--blog.is-visible .custom-wysiwyg,
.hero--blog.is-visible .filters {
  animation: fadein 0.9s 0.3s 1 forwards;
}
.hero--blog.is-visible .event--highlight {
  animation: fadeup 0.9s 0.6s 1 forwards;
}
.event--filters {
  opacity: 0;
}
.event--filters.is-visible {
  animation: fadeup 0.9s 0.3s 1 forwards;
}
.tab--list__content,
.tab--list__nav {
  opacity: 0;
}
.tab--list__content.is-visible {
  animation: fadeup 0.9s 0.3s 1 forwards;
}
.tab--list.is-visible .tab--list__nav {
  animation: fadeup 0.9s 1 forwards;
}
.tab--list.is-visible .tab--list__content {
  animation: fadeup 0.9s 0.3s 1 forwards;
}
.training-filters {
  opacity: 0;
}
.training-filters.is-visible {
  animation: fadeup 0.9s 0.3s 1 forwards;
}
.discover-training__links__item,
.discover-training__title {
  opacity: 0;
}
.discover-training.is-visible .discover-training__title {
  animation: fadein 0.9s 1 forwards;
}
.discover-training.is-visible .discover-training__links__item {
  animation: fadeup 0.9s 0.3s 1 forwards;
}
.discover-training.is-visible .discover-training__links__item:first-child {
  animation-delay: 0.55s;
}
.discover-training.is-visible .discover-training__links__item:nth-child(2) {
  animation-delay: 0.8s;
}
.discover-training.is-visible .discover-training__links__item:nth-child(3) {
  animation-delay: 1.05s;
}
.discover-training.is-visible .discover-training__links__item:nth-child(4) {
  animation-delay: 1.3s;
}
.discover-training.is-visible .discover-training__links__item:nth-child(5) {
  animation-delay: 1.55s;
}
.discover-training.is-visible .discover-training__links__item:nth-child(6) {
  animation-delay: 1.8s;
}
.discover-training.is-visible .discover-training__links__item:nth-child(7) {
  animation-delay: 2.05s;
}
.discover-training.is-visible .discover-training__links__item:nth-child(8) {
  animation-delay: 2.3s;
}
.discover-training.is-visible .discover-training__links__item:nth-child(9) {
  animation-delay: 2.55s;
}
.discover-training.is-visible .discover-training__links__item:nth-child(10) {
  animation-delay: 2.8s;
}
.discover-training.is-visible .discover-training__links__item:nth-child(11) {
  animation-delay: 3.05s;
}
.discover-training.is-visible .discover-training__links__item:nth-child(12) {
  animation-delay: 3.3s;
}
.discover-training.is-visible .discover-training__links__item:nth-child(13) {
  animation-delay: 3.55s;
}
.discover-training.is-visible .discover-training__links__item:nth-child(14) {
  animation-delay: 3.8s;
}
.discover-training.is-visible .discover-training__links__item:nth-child(15) {
  animation-delay: 4.05s;
}
.discover-training.is-visible .discover-training__links__item:nth-child(16) {
  animation-delay: 4.3s;
}
.discover-training.is-visible .discover-training__links__item:nth-child(17) {
  animation-delay: 4.55s;
}
.discover-training.is-visible .discover-training__links__item:nth-child(18) {
  animation-delay: 4.8s;
}
.discover-training.is-visible .discover-training__links__item:nth-child(19) {
  animation-delay: 5.05s;
}
.discover-training.is-visible .discover-training__links__item:nth-child(20) {
  animation-delay: 5.3s;
}
.twocol .col--left,
.twocol .col--right {
  opacity: 0;
}
.twocol.is-visible .col--left {
  animation: fadeleft 0.9s 1 forwards;
}
.twocol.is-visible .col--right,
.twocol.is-visible .twocol--wrapper.reverse .col--left {
  animation: faderight 0.9s 1 forwards;
}
.twocol.is-visible .twocol--wrapper.reverse .col--right {
  animation: fadeleft 0.9s 1 forwards;
}
.banner--news-events__wrapper {
  background-color: #004289;
}
@media (min-width: 768px) {
  .banner--news-events__wrapper {
    border-radius: 0 50px 0 0;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .banner--news-events__wrapper {
    border-radius: 0 60px 0 0;
  }
}
.banner--news-events .vignette {
  opacity: 0;
}
.banner--news-events.is-visible .vignette {
  animation: fadein 0.9s 0.3s 1 forwards;
}
.banner--news-events.is-visible .vignette:first-child {
  animation-delay: 0.55s;
}
.banner--news-events.is-visible .vignette:nth-child(2) {
  animation-delay: 0.8s;
}
.banner--news-events.is-visible .vignette:nth-child(3) {
  animation-delay: 1.05s;
}
.banner--ads,
.banner--newsletter,
.footer--partners {
  opacity: 0;
}
.banner--ads.is-visible,
.banner--newsletter.is-visible,
.footer--partners.is-visible {
  animation: fadein 0.9s 1 forwards;
}
.footer--partners.is-visible {
  animation-delay: 0.6s;
}
.banner--ads.is-visible {
  animation-delay: 0.3s;
}
.listing__item {
  opacity: 0;
}
.listing.is-visible .listing__item {
  animation: fadeup 0.9s 0.3s 1 forwards;
}
.listing.is-visible .listing__item:first-child {
  animation-delay: 0.55s;
}
.listing.is-visible .listing__item:nth-child(2) {
  animation-delay: 0.8s;
}
.listing.is-visible .listing__item:nth-child(3) {
  animation-delay: 1.05s;
}
.listing.is-visible .listing__item:nth-child(4) {
  animation-delay: 1.3s;
}
.listing.is-visible .listing__item:nth-child(5) {
  animation-delay: 1.55s;
}
.listing.is-visible .listing__item:nth-child(6) {
  animation-delay: 1.8s;
}
.listing.is-visible .listing__item:nth-child(7) {
  animation-delay: 2.05s;
}
.listing.is-visible .listing__item:nth-child(8) {
  animation-delay: 2.3s;
}
.listing.is-visible .listing__item:nth-child(9) {
  animation-delay: 2.55s;
}
.listing.is-visible .listing__item:nth-child(10) {
  animation-delay: 2.8s;
}
.listing-news__item {
  opacity: 0;
}
.listing-news.is-visible .listing-news__item {
  animation: fadeup 0.9s 0.15s 1 forwards;
}
.listing-news.is-visible .listing-news__item:first-child {
  animation-delay: 0.4s;
}
.listing-news.is-visible .listing-news__item:nth-child(2) {
  animation-delay: 0.65s;
}
.listing-news.is-visible .listing-news__item:nth-child(3) {
  animation-delay: 0.9s;
}
.listing-news.is-visible .listing-news__item:nth-child(4) {
  animation-delay: 1.15s;
}
.listing-news.is-visible .listing-news__item:nth-child(5) {
  animation-delay: 1.4s;
}
.listing-news.is-visible .listing-news__item:nth-child(6) {
  animation-delay: 1.65s;
}
.listing-news.is-visible .listing-news__item:nth-child(7) {
  animation-delay: 1.9s;
}
.listing-news.is-visible .listing-news__item:nth-child(8) {
  animation-delay: 2.15s;
}
.listing-news.is-visible .listing-news__item:nth-child(9) {
  animation-delay: 2.4s;
}
.page-trainings__listing__item {
  opacity: 0;
}
.page-trainings.is-visible .page-trainings__listing__item {
  animation: fadeup 0.9s 0.1s 1 forwards;
}
.page-trainings.is-visible .page-trainings__listing__item:first-child {
  animation-delay: 0.35s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(2) {
  animation-delay: 0.6s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(3) {
  animation-delay: 0.85s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(4) {
  animation-delay: 1.1s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(5) {
  animation-delay: 1.35s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(6) {
  animation-delay: 1.6s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(7) {
  animation-delay: 1.85s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(8) {
  animation-delay: 2.1s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(9) {
  animation-delay: 2.35s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(10) {
  animation-delay: 2.6s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(11) {
  animation-delay: 2.85s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(12) {
  animation-delay: 3.1s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(13) {
  animation-delay: 3.35s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(14) {
  animation-delay: 3.6s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(15) {
  animation-delay: 3.85s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(16) {
  animation-delay: 4.1s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(17) {
  animation-delay: 4.35s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(18) {
  animation-delay: 4.6s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(19) {
  animation-delay: 4.85s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(20) {
  animation-delay: 5.1s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(21) {
  animation-delay: 5.35s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(22) {
  animation-delay: 5.6s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(23) {
  animation-delay: 5.85s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(24) {
  animation-delay: 6.1s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(25) {
  animation-delay: 6.35s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(26) {
  animation-delay: 6.6s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(27) {
  animation-delay: 6.85s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(28) {
  animation-delay: 7.1s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(29) {
  animation-delay: 7.35s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(30) {
  animation-delay: 7.6s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(31) {
  animation-delay: 7.85s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(32) {
  animation-delay: 8.1s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(33) {
  animation-delay: 8.35s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(34) {
  animation-delay: 8.6s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(35) {
  animation-delay: 8.85s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(36) {
  animation-delay: 9.1s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(37) {
  animation-delay: 9.35s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(38) {
  animation-delay: 9.6s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(39) {
  animation-delay: 9.85s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(40) {
  animation-delay: 10.1s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(41) {
  animation-delay: 10.35s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(42) {
  animation-delay: 10.6s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(43) {
  animation-delay: 10.85s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(44) {
  animation-delay: 11.1s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(45) {
  animation-delay: 11.35s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(46) {
  animation-delay: 11.6s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(47) {
  animation-delay: 11.85s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(48) {
  animation-delay: 12.1s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(49) {
  animation-delay: 12.35s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(50) {
  animation-delay: 12.6s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(51) {
  animation-delay: 12.85s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(52) {
  animation-delay: 13.1s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(53) {
  animation-delay: 13.35s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(54) {
  animation-delay: 13.6s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(55) {
  animation-delay: 13.85s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(56) {
  animation-delay: 14.1s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(57) {
  animation-delay: 14.35s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(58) {
  animation-delay: 14.6s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(59) {
  animation-delay: 14.85s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(60) {
  animation-delay: 15.1s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(61) {
  animation-delay: 15.35s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(62) {
  animation-delay: 15.6s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(63) {
  animation-delay: 15.85s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(64) {
  animation-delay: 16.1s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(65) {
  animation-delay: 16.35s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(66) {
  animation-delay: 16.6s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(67) {
  animation-delay: 16.85s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(68) {
  animation-delay: 17.1s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(69) {
  animation-delay: 17.35s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(70) {
  animation-delay: 17.6s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(71) {
  animation-delay: 17.85s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(72) {
  animation-delay: 18.1s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(73) {
  animation-delay: 18.35s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(74) {
  animation-delay: 18.6s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(75) {
  animation-delay: 18.85s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(76) {
  animation-delay: 19.1s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(77) {
  animation-delay: 19.35s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(78) {
  animation-delay: 19.6s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(79) {
  animation-delay: 19.85s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(80) {
  animation-delay: 20.1s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(81) {
  animation-delay: 20.35s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(82) {
  animation-delay: 20.6s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(83) {
  animation-delay: 20.85s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(84) {
  animation-delay: 21.1s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(85) {
  animation-delay: 21.35s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(86) {
  animation-delay: 21.6s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(87) {
  animation-delay: 21.85s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(88) {
  animation-delay: 22.1s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(89) {
  animation-delay: 22.35s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(90) {
  animation-delay: 22.6s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(91) {
  animation-delay: 22.85s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(92) {
  animation-delay: 23.1s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(93) {
  animation-delay: 23.35s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(94) {
  animation-delay: 23.6s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(95) {
  animation-delay: 23.85s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(96) {
  animation-delay: 24.1s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(97) {
  animation-delay: 24.35s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(98) {
  animation-delay: 24.6s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(99) {
  animation-delay: 24.85s;
}
.page-trainings.is-visible .page-trainings__listing__item:nth-child(100) {
  animation-delay: 25.1s;
}
.listing-events__item {
  opacity: 0;
}
.listing-events.is-visible .listing-events__item {
  animation: fadeup 0.3s 0.15s 1 forwards;
}
.listing-events.is-visible .listing-events__item:first-child {
  animation-delay: 0.4s;
}
.listing-events.is-visible .listing-events__item:nth-child(2) {
  animation-delay: 0.65s;
}
.listing-events.is-visible .listing-events__item:nth-child(3) {
  animation-delay: 0.9s;
}
.listing-events.is-visible .listing-events__item:nth-child(4) {
  animation-delay: 1.15s;
}
.listing-events.is-visible .listing-events__item:nth-child(5) {
  animation-delay: 1.4s;
}
.listing-events.is-visible .listing-events__item:nth-child(6) {
  animation-delay: 1.65s;
}
.listing-events.is-visible .listing-events__item:nth-child(7) {
  animation-delay: 1.9s;
}
.listing-events.is-visible .listing-events__item:nth-child(8) {
  animation-delay: 2.15s;
}
.listing-events.is-visible .listing-events__item:nth-child(9) {
  animation-delay: 2.4s;
}
.contact-image--wrapper .col--contact,
.contact-image--wrapper .col--left,
.contact-image__title,
.image-contact--wrapper .col--contact,
.image-contact--wrapper .col--left,
.image-contact__title,
.text-contact--wrapper .col--contact,
.text-contact--wrapper .col--left,
.text-contact__title {
  opacity: 0;
}
.contact-image.is-visible .text-contact__title,
.image-contact.is-visible .text-contact__title,
.text-contact.is-visible .text-contact__title {
  animation: fadein 0.9s 1 forwards;
}
.contact-image.is-visible .text-contact--wrapper .col--left,
.image-contact.is-visible .text-contact--wrapper .col--left,
.text-contact.is-visible .text-contact--wrapper .col--left {
  animation: fadeup 0.9s 0.3s 1 forwards;
}
.contact-image.is-visible .text-contact--wrapper .col--contact,
.image-contact.is-visible .text-contact--wrapper .col--contact,
.text-contact.is-visible .text-contact--wrapper .col--contact {
  animation: fadeup 0.9s 0.6s 1 forwards;
}
.gallery-slider .glide,
.gallery-slider__title {
  opacity: 0;
}
.gallery-slider.is-visible .gallery-slider__title {
  animation: fadeup 0.9s 1 forwards;
}
.gallery-slider.is-visible .glide {
  animation: fadeup 0.9s 0.3s 1 forwards;
}
.ambition--wrapper {
  opacity: 0;
}
.ambition.is-visible .ambition--wrapper {
  animation: fadein 0.9s 0.3s 1 forwards;
}
.video--banner__content,
.video--banner__title {
  opacity: 0;
}
.video--banner.is-visible .video--banner__title {
  animation: fadeup 0.9s 1 forwards;
}
.video--banner.is-visible .video--banner__content {
  animation: fadeup 0.9s 0.3s 1 forwards;
}
.list--reviews {
  opacity: 0;
}
.list--reviews.is-visible {
  animation: fadeup 0.9s 0.3s 1 forwards;
}
.footer--bottom,
.footer--copy,
.footer--menus__item,
.footer--top {
  opacity: 0;
}
.footer.is-visible .footer--top {
  animation: fadein 0.9s 1 forwards;
}
.footer.is-visible .footer--menus__item {
  animation: fadeup 0.9s 0.3s 1 forwards;
}
.footer.is-visible .footer--menus__item:first-child {
  animation-delay: 0.55s;
}
.footer.is-visible .footer--menus__item:nth-child(2) {
  animation-delay: 0.8s;
}
.footer.is-visible .footer--menus__item:nth-child(3) {
  animation-delay: 1.05s;
}
.footer.is-visible .footer--bottom {
  animation: fadeup 0.9s 0.9s 1 forwards;
}
.footer.is-visible .footer--copy {
  animation: fadeup 0.9s 1.2s 1 forwards;
}