.verveine {
  font-family: "Verveine", sans-serif;
}
main {
  overflow-x: hidden;
  font-family: "ITC Avant Garde Std Bk", sans-serif;
}
#ei_tpl_fullsite {
  padding-top: 0!important;
}
.a_blocappli select {
  width: 100%;
}
.rhec_recherche {
  padding: 0;
}
.rhec_recherche ._c1.ei_mainblocfctl._c1 {
  width: 100%;
}
.rhec_recherche ._c1.ei_mainblocfctl._c1 > div {
  max-width: 100%;
}
.rhec_recherche .ei_titletext {
  display: none;
}
.rhec_recherche ._c1.ei_flex.ei_flex_alcenter._c1:nth-child(4) {
  flex-direction: column-reverse;
  gap: 10px;
}
.rhec_recherche ._c1.ei_flex.ei_flex_alcenter._c1 .ei_button {
  padding: 0;
}
.ei_carousel__list-slide {
  gap: 1rem;
}
.ei_carousel__list-slide .ei_carousel__item {
  margin: 0;
}
.ei_carousel__list-slide .ei_carousel__item .ei_card_ico {
  padding: 1rem;
  height: 70px;
  width: auto!important;
}
.ei_land_tiles .ei_card .ei_card_ico img.rhec_img {
  display: block;
  height: 100%!important;
  width: auto;
  margin: 0 auto;
}
.ei_card_title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ei_card_title > a {
  font-size: 16px!important;
  height: 53px!important;
  text-align: center;
}
.ei_card_title br {
  display: none;
}
.ei_card_subtitle span {
  color: #1441BE;
}
.ei_card_body {
  color: #1441BE;
  font-size: 14px!important;
}
.ei_stackgrid_item {
  color: #1441BE;
}
.ei_button a {
  background-color: #0069e0;
}
.ei_button a:hover {
  background-color: #005dc7;
}
.ei_button.ei_btn_typ_notif a {
  background-color: #004494;
}
.ei_button.ei_btn_typ_notif a:hover {
  background-color: #002d61;
}
#backtotop {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  background-color: #E80B61;
  border-radius: 4px;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1000;
  transition: all ease 0.5s;
}
@media only screen and (min-width: 768px) {
  #backtotop {
    height: 40px;
    width: 40px;
    border-radius: 8px;
  }
}
#backtotop:hover {
  background-color: #1441BE;
}
.bg__bleu {
  background-color: #1441BE;
}
.bg__lightbleu {
  background-color: #F1F3F7;
}
.bg__rouge {
  background-color: #E80B61;
}
.bg__blanc {
  background-color: #ffffff;
}
.color__bleu {
  color: #1441BE;
}
.color__rouge {
  color: #E80B61;
}
.color__blanc {
  color: #ffffff;
}
.p {
  margin: 1rem 0;
  font-size: 18px;
  font-family: 'ITC Avant Garde Std Bk';
  font-weight: 600;
  line-height: 1.4;
}
h2,
h1 {
  font-style: oblique;
  font-weight: 900;
  font-size: 28px;
  line-height: 1.1;
  margin-top: 0;
  font-family: 'ITC Avant Garde Std Md';
  font-weight: bold;
  font-style: italic;
}
@media only screen and (min-width: 992px) {
  h2,
  h1 {
    font-size: 42px;
  }
}
.btn {
  text-transform: uppercase;
  padding: 1rem 2rem;
  border-radius: 50px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
.btn__blanc {
  color: #1441BE;
  background-color: #ffffff;
}
.btn__bleu {
  color: #ffffff;
  background-color: #1441BE;
}
.btn__full {
  width: 100%;
}
.btn__center {
  text-align: center;
}
figure img {
  display: block;
}
@media only screen and (min-width: 992px) {
  .mobile-only {
    display: none;
  }
}
.desktop-only {
  display: none;
}
@media only screen and (min-width: 992px) {
  .desktop-only {
    display: block;
  }
}
.header {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}
.header .content {
  padding: 1rem;
}
.header .content img.img-logo {
  max-width: 100px;
}
.header #osez_logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  max-width: 125px;
}
@media only screen and (min-width: 768px) {
  .header #osez_logo {
    max-width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  .header .content img.img-logo {
    max-width: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .header .content {
    padding: 1rem 2rem;
  }
  .header .content img.img-logo {
    max-width: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .header .content {
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1440px) {
  .header .content {
    width: 1280px;
    padding-right: 0;
    padding-left: 0;
  }
}
.section-hero {
  position: relative;
}
.section-hero figure {
  width: 100%;
  margin: 0;
}
.section-hero figure picture {
  display: block;
}
@media only screen and (min-width: 992px) {
  .section-hero figure picture {
    overflow: hidden;
  }
}
.section-hero figure picture img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.section-hero article {
  padding: 1rem;
  margin: 2rem 0;
}
.section-hero article p {
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .section-hero article p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .section-hero article {
    position: absolute;
    width: 100%;
    max-width: min(450px, 38%);
    top: calc(50% - 55px);
    left: 2rem;
    transform: translateY(-50%);
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 1280px) {
  .section-hero article {
    left: calc((100% - 1280px) / 2);
  }
}
.section-hero .hero-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .section-hero .hero-nav {
    bottom: 0!important;
    top: inherit!important;
  }
}
.section-hero .hero-nav ul {
  display: flex;
  padding: 0;
  margin: 0;
  background-color: #EDEEEE;
  padding: 0.5rem;
  border-radius: 100px;
}
.section-hero .hero-nav ul li a {
  font-size: 10px;
  font-weight: 600;
  padding: 0.5rem 0.75rem;
  border-radius: 100px;
  color: #1441BE;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .section-hero .hero-nav ul li a {
    font-size: 18px;
    padding: 0.5rem 1rem;
  }
}
.section-hero .hero-nav ul li a:hover {
  background-color: #1441BE;
  color: #ffffff;
}
.section-hero .hero-nav ul li a.actif {
  background-color: #1441BE;
  color: #ffffff;
}
.footer .content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}
.footer .content > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer .content > div {
    flex-direction: row;
    text-align: left;
  }
}
.footer .content > div a {
  color: white;
}
.footer .content > div a:hover {
  text-decoration: underline;
}
.footer .content img.img-logo {
  width: 100%;
  max-width: 150px;
}
.footer .content .sub_p {
  font-size: 12px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer .content {
    padding: 1rem 2rem;
  }
  .footer .content img.img-logo {
    max-width: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer .content {
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1440px) {
  .footer .content {
    width: 1280px;
    padding-right: 0;
    padding-left: 0;
  }
}
section .responsive {
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  section .responsive {
    padding: 1rem 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  section .responsive {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  section .responsive {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 1440px) {
  section .responsive {
    width: 1280px;
    padding-right: 0;
    padding-left: 0;
  }
}
section .responsive .col-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  margin-top: 2rem;
}
@media only screen and (min-width: 992px) {
  section .responsive .col-2 {
    flex-direction: row;
  }
  section .responsive .col-2 .width30 {
    width: 30%;
  }
  section .responsive .col-2 .width40 {
    width: 40%;
  }
  section .responsive .col-2 .width50 {
    width: 50%;
  }
  section .responsive .col-2 .width60 {
    width: 60%;
  }
  section .responsive .col-2 .width70 {
    width: 70%;
  }
}
section .section__categorie {
  font-size: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  border: 1px solid #ffffff;
  letter-spacing: 2px;
}
section .section__categorie__bleu {
  color: #1441BE;
  border: 1px solid #1441BE;
}
.logo_slides {
  overflow: hidden;
  height: fit-content;
  padding: 10px 0;
  white-space: nowrap;
  position: relative;
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.logo_slides:before,
.logo_slides:after {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  content: "";
  z-index: 2;
}
.logo_slides:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #F1F3F7);
}
.logo_slides:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #F1F3F7);
}
.logo_slides:hover .logo_slides__inner {
  animation-play-state: paused;
}
.logo_slides__inner {
  display: inline-flex;
  align-items: center;
  animation: 30s slide infinite linear;
}
.logo_slides__slide {
  max-width: 120px;
  max-height: 50px;
  margin: 0 40px;
}
#manifesto .content h2 {
  position: relative;
  padding: 1rem;
  border: 2px solid #1441BE;
  border-radius: 50px;
  margin: 0;
  background-color: #ffffff;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  #manifesto .content h2 {
    font-size: 32px;
  }
}
#manifesto .content h2 span {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  font-size: 36px;
}
#manifesto .content h2:hover {
  cursor: pointer;
  background-color: #E80B61;
  color: #ffffff;
}
#manifesto .content article {
  padding: 2rem 1rem 0 1rem;
  margin-top: -30px;
  border: 2px solid #1441BE;
  border-top-width: 0;
  border-radius: 0 0 31px 31px;
  max-height: 250px;
  overflow-y: scroll;
  scrollbar-color: #E80B61;
  scrollbar-width: thin;
}
@media only screen and (min-width: 768px) {
  #manifesto .content article {
    max-height: none;
    overflow-y: hidden;
  }
}
#manifesto .content article h3 {
  font-size: 16px;
  font-family: 'ITC Avant Garde Std Md';
  font-weight: bold;
  font-style: italic;
}
@media only screen and (min-width: 992px) {
  #manifesto .content article h3 {
    font-size: 28px;
  }
}
#manifesto .content article p {
  font-size: 14px;
  font-family: 'ITC Avant Garde Std Bk';
  font-weight: 600;
  font-style: normal;
}
@media only screen and (min-width: 992px) {
  #manifesto .content article p {
    font-size: 18px;
  }
}
.temoignages .responsive > div {
  margin-top: 2rem;
}
@media only screen and (min-width: 992px) {
  .temoignages .responsive > div {
    display: flex;
    gap: 20px;
  }
}
.temoignages .img-with-text {
  position: relative;
}
.temoignages .img-with-text figure {
  margin: 0;
  max-height: 450px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .temoignages .img-with-text figure {
    height: 100%;
    max-height: 100%;
  }
}
.temoignages .img-with-text figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .temoignages .img-with-text figure.mobile-only {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .temoignages .img-with-text figure.desktop-only {
    display: block;
  }
}
.temoignages .img-with-text .content-text {
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.temoignages .img-with-text .content-text p {
  margin-top: 0;
  font-size: 18px;
}
.temoignages .img-with-text__full {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .temoignages .img-with-text__full {
    margin-bottom: 0;
  }
}
.temoignages .img-with-text__full figure {
  margin-left: -1rem;
  margin-right: -1rem;
  position: relative;
}
.temoignages .img-with-text__full figure::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  background: linear-gradient(90deg, #395f68 0%, rgba(57, 95, 104, 0.6) 80%, rgba(57, 95, 104, 0) 100%);
}
@media only screen and (min-width: 992px) {
  .temoignages .img-with-text__full figure::before {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .temoignages .img-with-text__full figure::before {
    width: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .temoignages .img-with-text__full figure {
    margin: 0;
  }
}
.temoignages .img-with-text__full h2 {
  margin-top: 0;
  font-size: 22px;
}
@media only screen and (min-width: 992px) {
  .temoignages .img-with-text__full h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .temoignages .img-with-text__full h2 {
    font-size: 42px;
  }
}
.temoignages .img-with-text__full p,
.temoignages .img-with-text__full h2 {
  max-width: 75%;
}
@media only screen and (min-width: 992px) {
  .temoignages .img-with-text__full p,
  .temoignages .img-with-text__full h2 {
    max-width: 75%;
  }
}
@media only screen and (min-width: 1200px) {
  .temoignages .img-with-text__full p,
  .temoignages .img-with-text__full h2 {
    max-width: 75%;
  }
}
.temoignages .video-with-text:hover {
  cursor: pointer;
}
.temoignages .video-with-text:hover img {
  filter: opacity(0.8);
}
.temoignages .video-with-text .content-text {
  align-items: center;
  gap: 5px;
}
.temoignages .video-with-text .content-text img {
  max-width: 30px;
  height: auto;
}
@media only screen and (min-width: 480px) {
  .temoignages .video-with-text .content-text img {
    max-width: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .temoignages .video-with-text .content-text img {
    max-width: 80px;
  }
}
.temoignages .video-with-text h2 {
  text-align: center;
  font-size: 22px;
  font-style: normal;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .temoignages .video-with-text h2 {
    font-size: 28px;
  }
}
.temoignages .video-with-text figure {
  position: relative;
}
.temoignages .video-with-text figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-color: black;
}
.bg__bleu .slider-list ol li a {
  background-color: #ffffff;
}
.slider {
  overflow: hidden;
  padding-right: 100%;
}
.slider-container {
  padding-bottom: 20px;
  position: relative;
}
.slider-list {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.slider-list ol {
  list-style: none;
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0;
}
.slider-list ol li a {
  border-radius: 50px;
  background-color: #1441BE;
  width: 10px;
  height: 10px;
  display: block;
  transition: all ease 0.5s;
}
.slider-list ol li a[aria-selected="true"] {
  width: 27px;
  transition: all ease 0.5s;
}
.slider-list ol li a:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.slider-inner {
  display: flex;
  gap: 20px;
}
.slider-inner .slides {
  padding: 20px;
  border-radius: 15px;
}
.slider-inner .slides.bg__bleu {
  color: #ffffff;
}
.slider-inner .slides.bg__blanc {
  color: #1441BE;
}
.slider-buttons {
  display: none;
}
.mission-slide {
  position: relative;
  overflow: hidden;
}
.mission-slide h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
  font-style: italic;
}
@media only screen and (min-width: 1200px) {
  .mission-slide h3 {
    font-size: 33px;
  }
}
.mission-slide h3 .number {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 150px;
  text-align: center;
  font-style: normal;
  line-height: 1;
  background: transparent;
  z-index: 0;
}
.mission-slide h3 .number::before {
  content: attr(data-duplicated-content);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 190px;
  color: #E80B61;
  font-family: 'Verveine', serif;
  z-index: -1;
  line-height: 1;
}
.mission-slide p {
  font-size: 15px;
  max-width: calc(100% - 85px);
}
.mission-slide a {
  font-size: 11px;
}
@media only screen and (min-width: 1280px) {
  .engagements .slider-container {
    padding-bottom: 0;
  }
  .engagements .slider-list {
    display: none;
  }
  .engagements .slider {
    padding: 0;
    width: 100% !important;
  }
  .engagements .slider-inner {
    width: 100% !important;
  }
}
.engagement-slide {
  text-align: center;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1280px) {
  .engagement-slide {
    width: 100%!important;
  }
}
.engagement-slide figure {
  margin: 0;
}
.engagement-slide figure img {
  margin: 0 auto;
}
.engagement-slide h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
}
.engagement-slide p {
  font-size: 13px;
  text-align: center;
  flex-grow: 1;
}
.engagement-slide a {
  text-align: center;
  font-size: 11px;
}
.chiffres_cles .responsive {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.chiffres_cles h2 {
  margin: 0;
  order: 2;
}
@media only screen and (min-width: 992px) {
  .chiffres_cles h2 {
    order: 1;
  }
}
.chiffres_cles p {
  margin: 0;
  order: 10;
  font-size: 12px;
}
.chiffres_cles [data-slider="yes"] {
  order: 2;
}
@media only screen and (min-width: 992px) {
  .chiffres_cles [data-slider="yes"] {
    display: none;
  }
}
.chiffres_cles [data-slider="yes"] img {
  height: auto;
  width: 100%;
}
.chiffres_cles .chiffres_cles-grid {
  order: 1;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 600px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .chiffres_cles .chiffres_cles-grid {
    order: 3;
  }
}
.chiffres_cles .chiffres_cles-grid .div1 {
  grid-area: 1 / 1 / 3 / 2;
}
.chiffres_cles .chiffres_cles-grid .div3 {
  grid-area: 1 / 2 / 2 / 3;
}
.chiffres_cles .chiffres_cles-grid .div5 {
  grid-area: 2 / 2 / 3 / 3;
}
.chiffres_cles .chiffres_cles-grid .desktop-only {
  display: none;
}
@media only screen and (min-width: 992px) {
  .chiffres_cles .chiffres_cles-grid {
    max-width: 100%;
    grid-template-columns: repeat(5, 1fr) repeat(2, 52.5px) 1.5fr repeat(2, 52.5px);
    grid-template-rows: repeat(2, 125px);
  }
  .chiffres_cles .chiffres_cles-grid .desktop-only {
    display: block;
  }
  .chiffres_cles .chiffres_cles-grid .div1 {
    grid-area: 1 / 1 / 3 / 3;
  }
  .chiffres_cles .chiffres_cles-grid .div2 {
    grid-area: 1 / 3 / 2 / 6;
  }
  .chiffres_cles .chiffres_cles-grid .div3 {
    grid-area: 1 / 6 / 2 / 8;
  }
  .chiffres_cles .chiffres_cles-grid .div4 {
    grid-area: 1 / 8 / 2 / 11;
  }
  .chiffres_cles .chiffres_cles-grid .div5 {
    grid-area: 2 / 9 / 3 / 11;
  }
  .chiffres_cles .chiffres_cles-grid .div6 {
    grid-area: 2 / 3 / 3 / 6;
  }
  .chiffres_cles .chiffres_cles-grid .div7 {
    grid-area: 2 / 6 / 3 / 9;
  }
}
@media only screen and (min-width: 1200px) {
  .chiffres_cles .chiffres_cles-grid {
    grid-template-columns: repeat(5, 1fr) repeat(2, 65px) 1.5fr repeat(2, 65px);
    grid-template-rows: repeat(2, 150px);
  }
}
@media only screen and (min-width: 1280px) {
  .chiffres_cles .chiffres_cles-grid {
    grid-template-columns: repeat(5, 1fr) repeat(2, 77.5px) 1.5fr repeat(2, 77.5px);
    grid-template-rows: repeat(2, 175px);
  }
}
.chiffres_cles .chiffres_cles-grid img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
