:root {
  --base-16: 16px;
  --_colors-jpo-urscop---dark-blue: #302683;
  --_colors-jpo-urscop---blue: #009cc4;
  --_colors-jpo-urscop---orange-1: #ebaa45;
  --dark-grey: #1a1b1f;
  --_colors-jpo-urscop---orange-3: #d7592a;
  --light-grey: #edeff2;
  --light-grey-2: #f5f7fa;
  --_colors-jpo-urscop---clear-blue: #46bee0;
  --_colors-jpo-urscop---vert-oxalis: #8bbe38;
  --_colors-jpo-urscop---orange-2: #df8130;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Titillium Web, sans-serif;
  font-size: var(--base-16);
  line-height: 1.4em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2em;
}

h2 {
  color: var(--_colors-jpo-urscop---dark-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 900;
  line-height: 36px;
}

h3 {
  color: var(--_colors-jpo-urscop---dark-blue);
  margin-top: 20px;
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-underline-position: under;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-decoration-thickness: 1px;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--_colors-jpo-urscop---blue);
  text-decoration-color: var(--_colors-jpo-urscop---blue);
  text-decoration-thickness: 2px;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  background-color: var(--_colors-jpo-urscop---orange-1);
  color: var(--dark-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 1rem;
  margin-bottom: 1rem;
  padding: 1em 1.5em;
  font-size: 1.2em;
  font-weight: 600;
  transition: all .2s;
  display: block;
}

.button-primary:hover, .button-primary:active {
  background-color: color-mix(in hsl, var(--_colors-jpo-urscop---orange-1) 100%, var(--_colors-jpo-urscop---orange-3) 30%);
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.hero-heading-left {
  background-color: var(--_colors-jpo-urscop---dark-blue);
  color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 32px;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  max-width: 46%;
  display: flex;
  position: relative;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.shadow-two {
  width: 100%;
  box-shadow: 0 4px 24px #96a3b514;
}

.logos-title-small {
  padding: 60px 30px;
  position: relative;
}

.clients-tag {
  text-align: center;
  margin-bottom: 1rem;
}

.clients-wrapper-three {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: grid;
  position: relative;
}

.logo-item {
  min-width: 96px;
  max-width: 256px;
}

.footer {
  padding: 40px 30px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-flow: column;
  max-width: 46%;
  display: flex;
}

.features-block-two {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--light-grey);
  box-shadow: none;
  border-radius: 2.5em;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1.5rem .5rem .5rem;
  font-weight: 600;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.surtitre {
  font-size: 24px;
  font-weight: 600;
  display: block;
}

.horaire-circle {
  background-color: var(--_colors-jpo-urscop---dark-blue);
  box-shadow: none;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 4em;
  flex: none;
  width: 3.5rem;
  height: 3.5rem;
  padding: 1rem .5rem;
  font-weight: 600;
  display: block;
}

.horaire-circle.center {
  margin-left: auto;
  margin-right: auto;
}

.horaire-circle.double {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 3.5rem;
  height: auto;
  min-height: 3.5px;
  display: flex;
}

.paragraph {
  display: inline-flex;
}

.list-horaires {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.heading {
  margin-bottom: 1em;
}

.list-item {
  margin-bottom: 0;
}

.horizontal-list {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

._4col {
  flex: none;
  width: 24%;
}

._4col.center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 25%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.center {
  text-align: center;
}

.center.margin-bottom {
  margin-bottom: 2rem;
}

.container-2 {
  background-color: var(--light-grey);
  color: var(--_colors-jpo-urscop---dark-blue);
  margin-top: 2rem;
  padding: 2rem;
  font-weight: 600;
}

.image {
  height: 40px;
  display: inline-block;
}

.heading-2, .heading-3 {
  font-weight: 900;
}

.btn-exergue {
  font-weight: 900;
  display: block;
}

.link {
  color: var(--dark-grey);
  text-underline-position: under;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
}

.grid {
  grid-column-gap: var(--base-16);
  grid-row-gap: var(--base-16);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  width: 100%;
}

.image-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 24px;
}

.image-3 {
  width: 100%;
}

.image-4 {
  max-width: 128px;
}

.image-5 {
  max-width: 256px;
}

.partners-intro {
  margin-bottom: 1rem;
  font-size: 1.2em;
  font-weight: 600;
}

.column-2 {
  border-left: 1px solid #e4ebf3;
  border-radius: 1px;
}

.icon-circle {
  border: 2px solid var(--_colors-jpo-urscop---dark-blue);
  color: #fff;
  border-radius: 3rem;
  flex: none;
  width: 5rem;
  height: 5rem;
  padding: 1rem;
}

.grid-2 {
  grid-template-columns: 1fr 3fr;
  grid-auto-flow: column;
}

.paragraph-3 {
  color: var(--_colors-jpo-urscop---orange-3);
  text-align: left;
  font-size: 2em;
  font-weight: 600;
  line-height: 1em;
}

.list {
  margin-bottom: 0;
  padding-left: 1rem;
  list-style-type: disc;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .logo-item {
    min-width: 32px;
    max-width: 100%;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .features-wrapper-two {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 46%;
  }

  .container-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-5 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-left, .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: 0;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .features-list {
    padding: 60px 15px;
  }

  .features-wrapper-two {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .features-left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .features-right {
    text-align: center;
    max-width: 100%;
  }

  .features-block-two {
    text-align: left;
  }

  .image-5 {
    max-width: 260px;
  }

  .column {
    margin-top: 2rem;
  }

  .column-2 {
    border-top: 1px solid #e4ebf3;
    border-left-style: none;
    border-left-width: 0;
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .clients-wrapper-three {
    grid-auto-columns: 1fr;
    margin-bottom: 0;
  }

  .logo-item {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-right {
    margin-bottom: 0;
  }

  .features-block-two {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .horizontal-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
  }

  ._4col.center {
    text-align: left;
    flex-flow: row;
    width: 100%;
  }

  .container-2 {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2 {
    text-align: left;
  }

  .image-2 {
    grid-template-columns: 1fr 1fr;
  }

  .icon-circle {
    border-width: 1px;
    width: 3rem;
    height: 3rem;
    padding: .5rem;
  }
}


