/*
Theme Name: onbouge
Author: A&F Développement
Author URI: https://af-developpement.com/
Version: 1.0
*/

@font-face {
  font-family: "Mayenne Sans Regular";
  font-weight: 400;
  src: url("./assets/fonts/Mayenne_Sans_Regular.otf") format("opentype");
}

@font-face {
  font-family: "Helvetica Neue";
  font-weight: 100;
  src: url("./assets/fonts/Helvetica_Neue.otf") format("opentype");
}

@font-face {
  font-family: "Helvetica-Bold";
  font-weight: bold;
  src: url("./assets/fonts/helvetica-bold.otf") format("opentype");
}

@font-face {
  font-family: "Brandon Grotesque";
  font-weight: 300;
  src: url("./assets/fonts/Brandon_light.otf") format("opentype");
}

@font-face {
  font-family: "Brandon Grotesque";
  font-weight: 400;
  src: url("./assets/fonts/Brandon_reg.otf") format("opentype");
}

@font-face {
  font-family: "Brandon Grotesque";
  font-weight: 500;
  src: url("./assets/fonts/Brandon_med.otf") format("opentype");
}

@font-face {
  font-family: "Brandon Grotesque";
  font-weight: bold;
  src: url("./assets/fonts/Brandon_bld.otf") format("opentype");
}

@font-face {
  font-family: "Brandon Grotesque";
  font-weight: 900;
  src: url("./assets/fonts/Brandon_blk.otf") format("opentype");
}

@media print {

  .no-print,
  .no-print * {
    display: none !important;
  }
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: "Helvetica Neue";
  line-height: 1;
  letter-spacing: 1px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body,
html {
  margin: 0;
}

body {
  color: #000;
}

p,
input,
textarea,
ul,
li,
ol,
strong,
u,
span {
  font-family: "Helvetica Neue" !important;
  margin-bottom: 0;
}

h1 {
  font-size: 1.5em;
}

h2 {
  text-align: center;
  margin: 2rem auto;
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

address {
  word-break: break-all;
}

a,
a:hover {
  text-decoration: none;
}

figure.hovering {
  position: relative;
  transition: all 0.25s ease;
  margin-bottom: 2rem;
}

figure.hovering img {
  opacity: 1;
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  backface-visibility: hidden;
}

figure.hovering figcaption {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.5s ease;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

figure.hovering:hover img {
  opacity: 0.2;
}

figure.hovering:hover figcaption {
  opacity: 1;
}

.img-responsive {
  display: block;
  height: auto;
  width: 100%;
}

input[type="email"]:focus,
input[type="email"]:active,
input[type="email"]:focus-visible,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus-visible,
input[type="password"]:focus,
input[type="password"]:active,
input[type="email"]:focus-visible,
input[type="search"]:focus,
input[type="search"]:active,
input[type="email"]:focus-visible,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="email"]:focus-visible,
input[type="text"]:focus,
input[type="text"]:active,
input[type="email"]:focus-visible,
input[type="url"]:focus,
input[type="url"]:active,
input[type="email"]:focus-visible,
textarea:focus,
textarea:active,
input[type="email"]:focus-visible,
select:focus,
select:active,
select:focus-visible {
  border: 1px solid #000;
  outline: none;
}

:hover {
  -webkit-transition-delay: 0.1s;
  /* Safari */
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
}

[data-toggle="tooltip"] {
  cursor: help !important;
}

/* HEADER ------------------------------------------------------------------------------------------*/

header {
  font-family: Roboto, sans-serif;
  top: 0;
  z-index: 2;
  transition: all 0.3s;
  padding: 2rem 0;
}

header .mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .desktop {
  display: none;
}

header figure {
  width: 80%;
  height: 100%;
  margin: auto;
  padding-right: 1rem;
  text-align: center;
}

header figure img {
  height: 100%;
  width: 100%;
  max-width: 200px;
}

header ul li a {
  color: #e85e2e;
}

header #menu-menu-mobile-bleu li a,
header #menu-menu-bleu li a {
  color: #178;
}

.fa {
  font-family: "FontAwesome";
}

.container {
  /*padding: 0 1rem;*/
  margin: 0 auto;
}

/* HAMBURGER ------------------------------------------------------------------------------------------*/

.page-id-127 .mobile .hamburger {
  display: none;
}

.mobile .hamburger {
  cursor: pointer;
  height: auto;
  border: 1px solid #e65d2f;
  border-radius: 4px;
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr;
  background-color: transparent;
}

.page-id-139 .mobile .hamburger {
  border: 1px solid #339cb5;
}

.mobile .hamburger:hover {
  background-color: #339cb5;
}

.page-id-139 .mobile .hamburger:hover {
  background-color: #e65d2f;
}

.mobile .hamburger .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #e65d2f;
}

.mobile .hamburger:hover .icon-bar {
  background-color: #e65d2f;
}

.page-id-139 .mobile .hamburger .icon-bar {
  background-color: #339cb5;
}

.page-id-139 .mobile .hamburger:hover .icon-bar {
  background-color: #339cb5;
}

.mobile .hamburger .icon-bar+.icon-bar {
  margin-top: 3px;
}

/* NAV ------------------------------------------------------------------------------------------*/

.page-id-127 .menu-right {
  display: none;
}

header nav {
  display: none;
}

header .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-align: center;
}

header .menu.mobile {
  flex-direction: column;
}

header .menu .sub-menu {
  display: none;
  transition: opacity 0.3s;
}

header .menu>li .sub-menu {
  margin-top: 0.66rem;
}

header .menu .menu-item {
  width: 100%;
}

header .menu .menu-item a,
header .menu .menu-item a:hover {
  text-decoration: none;
  font-weight: 400;
}

header .menu,
header .menu .menu-item,
header .menu .menu-item-has-children,
header .menu .sub-menu .menu-item-has-children {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-toggle-menu {
  cursor: pointer;
  display: block;
  font-size: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.btn-toggle-menu .open-close-menu {
  display: block;
  position: absolute;
  z-index: 3;
}

.btn-toggle-menu .open-close-menu::before,
.btn-toggle-menu .open-close-menu::after {
  border-radius: 0.1875rem;
  content: "";
  display: block;
  position: absolute;
}

header .btn-toggle-menu .open-close-menu::before,
header .btn-toggle-menu .open-close-menu::after {
  background-color: #1450aa;
  height: 0.25rem;
  left: 0;
  transition-duration: 0.3s, 0.3s;
  width: 100%;
}

header .btn-toggle-menu .open-close-menu::before {
  top: -0.6875rem;
  transform-origin: top;
}

header .btn-toggle-menu .open-close-menu::after {
  bottom: -0.6875rem;
  transform-origin: bottom;
}

/* Hamburger animation */
header [type="checkbox"]:checked~.btn-toggle-menu .open-close-menu {
  background: none;
  transition-delay: 0s, 0.3s;
}

header [type="checkbox"]:checked~.btn-toggle-menu .open-close-menu::before,
header [type="checkbox"]:checked~.btn-toggle-menu .open-close-menu::after {
  left: 0.125rem;
  transition-delay: 0s, 0.3s;
}

header [type="checkbox"]:checked~.btn-toggle-menu .open-close-menu::before {
  top: 0;
  transform: rotate(45deg);
}

header [type="checkbox"]:checked~.btn-toggle-menu .open-close-menu::after {
  bottom: 0;
  transform: rotate(-45deg);
}

header .menu-item-has-children>.btn-toggle-menu {
  position: absolute;
  right: 2rem;
  top: 11px;
  height: 2rem;
  width: 2rem;
  font-size: 1.2rem;
  background-color: transparent;
}

header .menu-item-has-children>.btn-toggle-menu .open-close-menu {
  height: 100%;
  width: 100%;
}

header .menu-item-has-children>.btn-toggle-menu .open-close-menu::after,
header .menu-item-has-children>.btn-toggle-menu .open-close-menu::before {
  background: #1450aa;
  transition: transform 0.25s ease-out;
}

header .menu-item-has-children>.btn-toggle-menu .open-close-menu::before {
  height: 50%;
  left: calc(50% - 0.1875rem / 2);
  top: 25%;
  width: 0.1875rem;
}

header .menu-item-has-children>.btn-toggle-menu .open-close-menu::after {
  height: 0.1875rem;
  left: 25%;
  top: calc(50% - 0.1875rem / 2);
  width: 50%;
}

header [type="checkbox"]:checked~.btn-toggle-menu .open-close-menu::before {
  transform: rotate(90deg);
}

header [type="checkbox"]:checked~.btn-toggle-menu .open-close-menu::after {
  transform: rotate(180deg);
}

/* Hide and place checkbox over the toggle buttons */
header input[type="checkbox"] {
  cursor: pointer;
  display: block;
  opacity: 0;
  position: absolute;
  z-index: 2;
}

header input[type="checkbox"] {
  right: 0.5rem;
  top: 2.75rem;
}

header .menu-item-has-children input[type="checkbox"] {
  right: 1rem;
  top: 1rem;
}

header input[type="checkbox"]+.btn-toggle-menu .close-menu,
header input[type="checkbox"]:checked+.btn-toggle-menu .open-menu {
  display: none;
}

header input[type="checkbox"]:checked+.btn-toggle-menu .close-menu,
header input[type="checkbox"]+.btn-toggle-menu .open-menu {
  display: block;
}

header .menu-right {
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px,
    rgb(60 64 67 / 15%) 0px 1px 3px 1px;
  border-radius: 10px;
  display: grid;
  grid-gap: 1rem;
  position: fixed;
  right: 2%;
  background-color: #fff;
  padding: 2rem 1rem;
  z-index: 10;
  text-transform: uppercase;
}

header .menu-right div {
  display: flex;
  grid-gap: 10px;
  grid-template-columns: 0.2fr 0.8fr;
  align-items: center;
  cursor: pointer;
}

header .menu-right div header .menu-right div figure {
  height: 16px;
  padding: unset;
  margin: unset;
}

header .menu-right div .picto-volume {
  display: none;
}

header .menu-right div figure img {
  width: 30px;
}

header .menu-right div#langue figure img {
  width: 18px;
}

header .menu-right div i {
  color: #e85e2e;
}

header .menu-right div span {
  color: #178;
  text-decoration: underline;
  font-size: 12px;
  font-family: "Helvetica Neue" !important;
}

header .menu-right #select-lang {
  display: none;
  grid-template-areas: "a a a" "b c c";
}

header .menu-right #select-recherche {
  display: none;
  flex-direction: column;
}

header .menu-right #select-lang div.retour {
  grid-area: a;
}

header .menu-right #select-recherche input {
  border: 1px solid;
}

header .menu-right #select-lang div.retour span:last-child,
header .menu-right #select-recherche div.retour span:last-child {
  color: #339cb5;
  text-decoration: underline;
}

header .menu-right #select-lang div.retour span,
header .menu-right #select-recherche div.retour span {
  color: #e65d2e;
  text-decoration: none;
  font-size: 1rem;
  text-transform: initial;
}

header .menu-right #select-lang figure {
  grid-area: b;
}

header .menu-right #select-lang select {
  background: #e65d2e;
  border-radius: 20px;
  padding: 0.5rem;
  color: white;
  width: 9rem;
  grid-area: c;
}

#field_1_5 {
  text-align: right;
}

@media only screen and (min-width: 64em) and (any-pointer: coarse) {
  header .menu-item-has-children .btn-toggle-menu {
    display: block;
  }

  header .menu-item-has-children input[type="checkbox"] {
    display: block;
    right: 0.625rem;
    top: 0.625rem;
  }

  header .menu-item-has-children>a:focus~ul,
  header .menu-item-has-children>input[type="checkbox"]:not(:checked):focus~ul,
  header .menu .menu-item-has-children>a::after,
  header .sub-menu .menu-item-has-children>a::after {
    display: none;
  }
}

/* SLICK ------------------------------------------------------------------------------------------*/

.slick-prev {
  left: 18px;
  z-index: 1;
}

.slick-next {
  right: 18px;
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #1f8a70;
  -webkit-font-smoothing: antialiased;
}

.slider-item {
  position: relative;
}

.slider-img {
  width: 100%;
  height: 250px;
}

.slider-title {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
}

.slider-brand {
  text-align: center;
  padding: 15px 0;
}

.brand-item {
  position: relative;
}

.brand-img {
  height: 100px;
  margin: auto;
}

.brand-title {
  padding-top: 10px;
}

.slick-dots li button:before {
  color: #fff;
}

.slick-dots li.slick-active button:before {
  color: #f00;
}

.slick-slide figure {
  position: relative;
}

.slick-slide figure img {
  width: 100%;
  height: fit-content;
  object-fit: cover;
  object-position: center;
}

.slick-slide figure.img_slider img {
  margin: 0 auto;
  max-width: unset;
}

.slider_biais {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3rem), 0 100%);
}

.slider {
  display: flex;
}

.slider_biais .slider {
  border-bottom: none;
}

.container_btn_slide {
  z-index: 1;
  color: #fff;
  position: relative;
}

.container_btn_slide .bouton_left {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
}

.container_btn_slide .bouton_right {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
}

.btn_achat_slide {
  position: absolute;
  bottom: 2rem;
  z-index: 2;
  text-align: center;
  width: 100vw;
}

/* BLOCK MOBILITE-INCLUSIVE ------------------------------------------------------------------------------------------*/

.mobilite-inclusive .content {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}

.mobilite-inclusive .content .background {
  height: -webkit-fill-available;
  position: absolute;
  z-index: -1;
  object-fit: cover;
  margin-left: 0;
  left: 0;
}

.mobilite-inclusive .content .single-background {
  border-radius: 5%;
}

.mobilite-inclusive .content .single-background .single-content {
  margin-bottom: 2rem;
  transition: transform 0.2s;
}

.mobilite-inclusive .content .single-background .single-content:hover {
  transform: scale(1.2);
}

.mobilite-inclusive .content .single-background .single-content .fa-solid {
  color: #fff;
}

.mobilite-inclusive .content .single-background .single-content figure {
  position: relative;
}

.mobilite-inclusive .content .single-background .single-content figure i {
  position: absolute;
}

.mobilite-inclusive .content .single-background .single-content-2 figure i {
  color: #178 !important;
}

.mobilite-inclusive .content .single-background .single-content-1 figure .fa-quote-left {
  font-size: 18px;
  top: 16px;
  left: 4%;
}

.mobilite-inclusive .content .single-background .single-content-2 figure .fa-quote-left {
  top: -7%;
}

.mobilite-inclusive .content .single-background .single-content figure h2 {
  color: #fff;
  line-height: 18px;
  margin: auto;
  position: absolute;
  top: 8%;
  width: 90%;
  left: 5%;
  font-size: 11px;
  max-width: 190px;
}

.mobilite-inclusive .content .single-background .single-content-1 figure h2.first {
  text-align: left;
  margin-left: 1rem;
}

.mobilite-inclusive .content .single-background .single-content figure h2:last-child {
  top: unset;
  bottom: 0px;
  text-align: right;
  max-width: initial;
  left: 0;
  width: 100%;
  background: white;
  margin: 0;
  border-radius: 0px 0px 25px 25px;
  padding: 0.5rem 0.6rem;
  color: #f04c07;
}

.mobilite-inclusive .content .single-background .single-content-2 figure h2 {
  color: #178;
  top: -1%;
  left: 50%;
  transform: translateX(-50%);
}

.mobilite-inclusive .content .single-background .single-content-1 figure .fa-quote-right {
  left: 120px;
  font-size: 18px;
  top: 70px;
}

.mobilite-inclusive .content .single-background .single-content-2 figure .fa-quote-right {
  top: 18%;
}

.mobilite-inclusive .content .single-background .single-content figure img {
  /*width: 100%;
    height: 60%;
    object-fit: cover;
    border-radius: 5%;*/
  border-radius: 20px;
  box-shadow: 0px 0px 20px -7px #000000;
}

.mobilite-inclusive .content .single-background:last-child .single-content figure h2 {
  font-size: 16px;
}

.page-template-default .switch {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: #e65e2e;
  top: 0;
  left: 0;
  transition: 0.5s ease-out;
}

.page-template-default .switch.active {
  width: 0 !important;
}

.page-template-prefessionnel-mobilite .switch {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: #107788;
  top: 0;
  left: 0;
  transition: 0.5s ease-out;
}

.page-template-prefessionnel-mobilite .switch.active,
.switch.active {
  width: 0 !important;
}

.page-template-default .switch-other {
  width: 0;
  height: 100vh;
  position: fixed;
  background: #107788;
  top: 0;
  left: 0;
  transition: 0.5s ease-out;
}

.page-template-default .switch-other.active {
  width: 100vw;
}

.page-template-prefessionnel-mobilite .switch-other {
  width: 0;
  height: 100vh;
  position: fixed;
  background: #e65e2e;
  top: 0;
  left: 0;
  transition: 0.5s ease-out;
}

.page-template-prefessionnel-mobilite .switch-other.active {
  width: 100vw;
}

/* BLOCK DECOUVERTE-MOBILITE ------------------------------------------------------------------------------------------*/

.decouverte-mobilite figure {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}

.decouverte-mobilite figure img {
  z-index: -1;
  width: 100%;
  object-fit: cover;
}

.decouverte-mobilite figure div {
  position: absolute;
  bottom: 20%;
  color: #f34c03;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
  line-height: 24px;
  font-size: 24px;
}

.decouverte-mobilite figure h2 {
  margin: auto;
}

/* BLOCK QUESTION ------------------------------------------------------------------------------------------*/

.question div {
  width: 90%;
  background-color: #fff;
  margin: -2rem auto;
  height: 300px;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px,
    rgb(60 64 67 / 15%) 0px 1px 3px 1px;
  border-radius: 30px;
  text-align: center;
}

/* BLOCK MOBILITE-INCLUSIVE ------------------------------------------------------------------------------------------*/

.filtres-posts {
  margin: auto;
  /*padding: 5rem 0;*/
  width: 90%;
  max-width: 1170px;
  position: relative;
}


.background {
  background-size: cover;
  height: 600px;
  position: absolute;
  z-index: -1;
  width: 100vw;
  margin-left: -50vw;
  left: 49%;
  /*margin-top: -5rem;*/
  background-image: url("/wp-content/uploads/2022/03/Fichier-5@6x-100-1024x800.jpg");
}

a.anchor {
  display: block;
  position: relative;
  visibility: hidden;
}

.filtres-posts .background2 {
  height: 550px;
  position: absolute;
  z-index: -1;
  width: 100vw;
  margin-left: -50vw;
  left: 49%;
  opacity: 0.5;
  margin-top: -12rem;
  background-image: url("/wp-content/uploads/2022/03/Fichier-5@6x-100-1024x800.jpg");
}

.filtres-posts .filters {
  font-family: "Helvetica Neue" !important;
  display: flex;
  flex-direction: column;
  color: #f34c03 !important;
  grid-gap: 2rem;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 1rem;
  flex-wrap: wrap;
  text-decoration: none;
}

.filtres-posts .filters .filtre {
  color: #f34c03 !important;
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s ease-out;
  /* smooth scroll */
  scroll-behavior: smooth;
}

.filtres-posts .go-to-form {
  font-family: "Helvetica Neue" !important;
  font-size: 16px !important;
  display: flex;
  flex-direction: column;
  grid-gap: 2rem;
  align-items: center;
  justify-content: center;
  /* font-weight: 700; */
  padding-top: 1rem;
  flex-wrap: wrap;
  text-decoration: none;
  margin-bottom: 1rem;
}

.filtres-posts .filtrer {
  font-family: "Helvetica-Bold" !important;
  font-size: 23px;
  background: white;
  border-radius: 50px;
  text-align: center;
  width: 100%;
  color: #269cb7;
}

.filtres-posts .filtrer>p {
  font-family: "Helvetica-Bold" !important;
  font-size: 23px;
  margin-top: -15px !important;
  margin-bottom: 40px !important;
}

.filtres-posts .filters .filtre {
  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
  cursor: pointer;
  text-align: center;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px,
    rgb(60 64 67 / 15%) 0px 1px 3px 1px;
  padding: 0.6rem;
  border-radius: 50px;
  background-color: white;
}

.filtres-posts .go-to-form .filtre {
  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
  cursor: pointer;
  text-align: center;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px,
    rgb(60 64 67 / 15%) 0px 1px 3px 1px;
  padding: 0.5rem;
  border-radius: 50px;
  background-color: white;
  color: #269db6;
  /* background-color: #269db6;
  color: white; 
  font-weight: bold;*/
  padding-right: 13px;
}

.filtres-posts .go-to-form .filtre:hover {
  background-color: #269db6;
  transition: none;
  color: white;
}

.filtres-posts .go-to-form .filtre:hover figure img {
  filter: none;
}

.filtres-posts .go-to-form .filtre figure {
  margin: 0 !important;
}

.filtres-posts .filters .filtre span {
  margin-right: 10px;
}

.filtres-posts .filters .filtre.show-all {
  background: transparent;
  box-shadow: none;
  text-align: center;
  display: block;
}

.filtres-posts .filters .filtre.show-all span {
  background: white;
  padding: 1rem;
  border-radius: 50px;
}

.filtres-posts .filters .filtre img,
.filtres-posts .go-to-form .filtre img {
  width: 40px;
  filter: invert(49%) sepia(38%) saturate(745%) hue-rotate(144deg) brightness(96%) contrast(99%);
}

.filtres-posts .posts .form {
  background-color: #ff6633;
  border-radius: 15px;
}

.filtres-posts .posts .form .gform_wrapper {
  margin: auto !important;
  padding: 1rem !important;
}

.filtres-posts .posts .form div form {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 3.5rem;
}

.filtres-posts .posts .form div.gform_heading {
  width: 80%;
  padding-left: 1rem;
}

.filtres-posts .posts .form div .gform_heading h3 {
  color: #fff;
  font-size: 28px;
}

.filtres-posts .posts .form div .gform_body ul li {
  padding-right: 1rem !important;
}

.filtres-posts .posts .form div .gform_body ul li div {
  width: 100%;
  padding-left: 1rem !important;
  position: relative;
  margin-bottom: 1rem !important;
}

.filtres-posts .posts .form div form .gform_body ul li div:before {
  font-family: "FontAwesome";
  position: absolute;
  top: 38%;
  left: 6%;
}

.filtres-posts .posts .form div form .gform_body ul #field_1_1 div:before {
  content: "\f007";
  color: #e65d2f;
}

.filtres-posts .posts .form div form .gform_body ul #field_1_2 div:before {
  content: "";
  background-image: url("/wp-content/uploads/2022/03/formulaire-adresse.png");
  display: block;
  width: 14px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}

.filtres-posts .posts .form div form .gform_body ul #field_1_3 div:before {
  content: "";
  background-image: url("/wp-content/uploads/2022/03/formulaire-message.png");
  display: block;
  width: 14px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}

.filtres-posts .posts .form div form .gform_body ul li div input {
  border-radius: 15px;
  padding: 1rem 3rem !important;
  font-style: italic;
  width: 100%;
  font-weight: 400;
  font-family: "Helvetica Neue" !important;
}

.filtres-posts .posts .form div form .gform_footer {
  width: 30%;
  margin: 0 0 0 60%;
  position: relative;
}

.filtres-posts .posts .form div form li.phraseInfo {
  font-family: "Helvetica Neue" !important;
  color: #fff;
  padding-left: 1rem !important;
}

.filtres-posts .posts .form div form .gform_footer:before {
  font-family: "FontAwesome";
  content: "\f1d8";
  position: absolute;
  top: 45%;
  left: 10%;
}

.filtres-posts .posts .form div form .gform_footer input {
  width: auto;
  border-radius: 30px;
  padding: 1rem 1rem 1rem 3rem;
  margin: 0 0 0 auto;
  display: block;
  background: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}

.filtres-posts .posts .single-post {
  margin-top: 1rem;
  width: 100%;
}

.hidden {
  display: none !important;
}

.filtres-posts .posts .chiffres-cles .content-post {
  display: flex;
  flex-direction: column-reverse;
}

.filtres-posts .posts .single-post .content-post {
  border-radius: 30px;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px,
    rgb(60 64 67 / 15%) 0px 1px 3px 1px;
  background-color: #a82d00;
  cursor: pointer;
}

.filtres-posts .posts .single-post .content-post.content-violet {
  background-color: #9e71f6;
  padding: 2rem 2.5rem;
}

.filtres-posts .posts .single-post .content-post.content-violet h3 {
  color: #fff;
}

.filtres-posts .posts .single-post .content-post.content-violet p {
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
}

.filtres-posts .posts .single-post .content-post.content-violet img {
  width: 100%;
}

.filtres-posts .posts .single-post .content-chiffres-cles {
  background-color: #f4f3e6;
}

.filtres-posts .posts .single-post .content-fiches-conseils svg * {
  fill: white;
}

.filtres-posts .posts .single-post .content-chiffres-cles svg * {
  fill: #b24724;
}

.filtres-posts .posts .single-post .content-videos-beige {
  background-color: #fde6da;
  position: relative;
}

.filtres-posts .posts .single-post .content-videos-beige svg * {
  fill: #0f2030;
}

.filtres-posts .posts .single-post .content-videos-beige h3 {
  color: #0f2030;
}

.filtres-posts .posts .single-post .content-videos-orange {
  background-color: #fde6da;
  position: relative;
}

.filtres-posts .posts .single-post .content-videos-orange svg * {
  fill: #0f2030;
}

.filtres-posts .posts .single-post .content-videos-orange h3 {
  color: #0f2030;
}

.filtres-posts .posts .chiffres-cles .content-post .post-img {
  width: 80%;
  margin: 2rem auto;
}

.filtres-posts .posts .single-post .content-post .post-img img {
  width: 100%;
  border-radius: 30px 30px 0 0;
  height: 250px;
  object-fit: cover;
}

.filtres-posts .posts .chiffres-cles .content-post .post-img img {
  height: 600px;
  border-radius: 20px;
}

.filtres-posts .posts .single-post .content-post div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  grid-gap: 2rem;
}

.filtres-posts .posts .single-post .content-post div h3 {
  font-size: 18px;
  line-height: 1.5rem;
}

.filtres-posts .posts .videos .content-videos div h3 {
  color: #b24724;
  width: 70%;
  text-align: left;
}

.filtres-posts .posts .chiffres-cles .content-chiffres-cles div h3 {
  color: #b24724;
  width: 60%;
}

.filtres-posts .posts .fiches-conseils .content-post div h3 {
  color: #fff;
  width: 100%;
  text-align: left;
  line-height: 2rem;
}

.filtres-posts .posts .fiches-conseils .content-post div p {
  color: #fff;
  line-height: 20px;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.filtres-posts .posts .single-post .content-post div figure {
  width: 20%;
}

.filtres-posts .posts .single-post .content-post div figure svg {
  width: 4rem;
  position: relative;
  left: -1rem;
  margin-bottom: -2rem;
}

.filtres-posts .posts .single-post .content-post div figure img {
  width: 45px;
  margin-left: 1rem;
}

.filtres-posts .posts .single-post .content-post .chiffres-cles-img {
  padding: 1rem;
}

.filtres-posts .posts .single-post .content-post .chiffres-cles-img>img {
  height: 800px;
  object-fit: cover;
}

.filtres-posts .posts .single-post .footer-post {
  /*display: flex;
  flex-direction: column;
  text-align: center;*/
  grid-gap: 0.5rem;
  margin: 1rem auto;
  width: 50%;
  font-size: 9px;
  line-height: 400%;
}

.filtres-posts .posts .single-post .footer-post span {
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px,
    rgb(60 64 67 / 15%) 0px 1px 3px 1px;
  padding: 0.5rem;
  border-radius: 50px;
  background-color: #fff;
  color: #e85e2e;
}

#modal {
  position: fixed;
  display: none;
  z-index: 5000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  flex-direction: column;
  padding-bottom: 3rem;
}

#modal .modal-content {
  width: 80%;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  grid-gap: 2rem;
  align-items: center;
  padding: 20px 0;
}

#modal .modal-content.fiche {
  background: #fff;
  border-radius: 30px;
  padding: 0;
  padding-bottom: 20px;
  align-items: unset;
  max-width: 900px;
  margin-top: 8rem;
}

#modal .modal-content a.btn-fiche-conseil {
  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
  background: #fff;
  box-shadow: 0 0 12px -5px #000000;
  width: fit-content;
  padding: 1rem 3rem;
  border-radius: 30px;
  margin: 0 auto 2rem auto;
  color: #2696b0;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-family: "Helvetica Neue" !important;
  font-weight: bold;
}

#modal .modal-content a.btn-fiche-conseil i {
  font-size: 24px;
}

#modal .modal-content.fiche .content-right {
  width: 75%;
}

#modal .modal-content.fiche img.banner {
  max-height: 275px;
  object-fit: cover;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

#modal .modal-content.fiche img.img-titre {
  width: 45px;
}

#modal .modal-content.fiche h3 {
  color: #005266;
  margin-bottom: 1rem;
  text-align: start;
}

#modal .modal-content.fiche .texte {
  color: #005266;
}

#modal .modal-content img {
  width: 100%;
}

#modal .modal-content h3 {
  font-size: 20px;
  text-align: center;
  color: #ffffff;
}

#modal .modal-header {
  position: fixed;
  top: 10px;
  right: 10px;
}

#modal .close {
  color: #fff;
  float: right;
  font-size: 80px;
  margin: 2rem 3rem 0 3rem;
  cursor: pointer;
}

.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}

#modal .modal-content.fiche .content-right .texte {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#modal .modal-content.fiche .content-right .texte p,
#modal .modal-content.fiche .content-right .texte ul,
#modal .modal-content.fiche .content-right .texte li {
  line-height: 1.2;
  font-size: 18px;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#modal .modal-content.fiche .content-right iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

#modal .modal-content.fiche div.fiche-conseil-content {
  display: flex;
  align-items: flex-start;
  grid-gap: 1rem;
  margin: 0 1rem;
}

#modal .modal-content.fiche div.fiche-conseil-content .content-right {
  margin-top: 10px;
}

/* TEMPLATE-PARTS - SERVICE ------------------------------------------------------------------------------------*/

.container-service {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  background: #454545;
}

.container-service .service {
  text-align: center;
  padding: 10px;
  color: #fff;
}

.container-service .service-header {
  display: flex;
  align-items: center;
  padding: 10px 0px;
  justify-content: center;
}

.container-service .service-picto {
  max-width: 5%;
}

.container-service .service-title {
  margin-left: 5px;
}

/* TEMPLATE-PARTS - CONTACT ------------------------------------------------------------------------------------*/

.container-contact {
  position: relative;
}

.container-contact .contact {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container-contact .contact-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.container-contact .contact-title {
  font-size: 20px;
  color: #fff;
}

.container-contact .contact-link {
  background: #454545;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
}

.container-contact .contact-link a {
  color: #fff;
  padding: 10px 20px;
}

/* TEMPLATE-PARTS - TEAM ------------------------------------------------------------------------------------*/

.container-team {
  display: grid;
  grid-template-columns: 1fr;
}

.container-team .team-member {
  text-align: center;
  padding: 15px;
}

.container-team .member-img {
  padding-bottom: 10px;
  width: 100%;
}

/* IMAGE TITRE BOUTON ------------------------------------------------------------------ */

.image-titre-boutons {
  text-align: center;
  padding: 0 0 2rem 0;
}

.image-titre-boutons figure {
  margin-bottom: 2rem;
}

.image-titre-boutons h1 {
  padding: 1rem;
  font-size: 2rem;
  color: #339cb5;
  font-weight: bold;
  /*font-family: 'Roboto',sans-serif;*/
  margin-bottom: 1rem;
}

.image-titre-boutons .boutons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 2rem 1rem;
}

.image-titre-boutons .boutons a {
  color: #339cb5;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 1rem;
  -webkit-box-shadow: 0 0 10px 5px #d4d4d4ff;
  -moz-box-shadow: 0 0 10px 5px #d4d4d4ff;
  box-shadow: 0 0 10px 5px #d4d4d4ff;
}

.image-titre-boutons .boutons a i {
  color: #339cb5;
  margin-right: 1rem;
}

/* NEWS LETTER ---------------------------------------------------------------------- */

#mobilite .sib_signup_form {
  width: 80%;
  margin: auto;
}

#mobilite form#sib_signup_form_2 .sib_signup_box_inside_2 {
  background-color: #005267;
  border-radius: 20px;
  padding: 0.5rem;
  max-width: 1170px;
  margin: 2rem auto 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  text-align: center;
}

#mobilite form#sib_signup_form_2 .sib_signup_box_inside_2 h3 {
  color: #fff;
  font-size: 1.4rem;
  margin: auto;
}

#mobilite form#sib_signup_form_2 .sib_signup_box_inside_2 p:nth-last-child(1) {
  margin: 0 auto;
}

#mobilite form#sib_signup_form_2 .sib_signup_box_inside_2 p.sib-email-area:before {
  content: "";
  background-image: url(/wp-content/uploads/2022/03/enveloppe.png);
  display: block;
  width: 25px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  left: 2%;
  top: 50%;
  transform: translate(0, -50%);
}

#mobilite form#sib_signup_form_2 .sib_signup_box_inside_2 p.sib-email-area input.sib-email-area {
  border-radius: 15px;
  padding: 1rem 0 1rem 3rem;
  font-style: italic;
  font-size: 1.4rem;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

#mobilite form#sib_signup_form_2 .sib_signup_box_inside_2 p:nth-child(4):before {
  font-family: "FontAwesome";
  content: "\f1d8";
  right: 40%;
  position: relative;
  margin-right: 0.7rem;
  font-size: 1.2rem;
  top: 38%;
}

#mobilite form#sib_signup_form_2 .sib_signup_box_inside_2 p input.sib-default-btn {
  border-radius: 50px;
  padding: 1rem 1.5rem 1rem 3rem;
  text-transform: uppercase;
  display: block;
  background-color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
}

/* PARTENAIRES ---------------------------------------------------------------------- */

.partenaires {
  padding-bottom: 2rem;
}

.partenaires h2 {
  text-align: left;
  color: #339cb5;
  font-weight: bold;
  font-size: 24px;
  padding-left: 1rem;
}

.partenaires .container-partenaires {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
}

.partenaires .container-partenaires .partenaires {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}

.partenaires .container-partenaires .single-partenaire figure {
  position: relative;
}

.partenaires .container-partenaires .single-partenaire figure .bottom {
  width: 100%;
  border-radius: 0 0 20px 20px;
  background-color: #339cb5;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  color: #fff;
}

.partenaires .container-partenaires .single-partenaire figure .bottom h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.33rem;
}

.partenaires .container-partenaires .single-partenaire figure img {
  border-radius: 20px;
}

.partenaires .container-partenaires .img figure img {
  border-radius: 25px;
}

/* BLOCK ADHESION ---------------------------------------------------------------------- */

.adhesion {
  position: relative;
  margin-top: 1rem;
}

.adhesion .content {
  display: flex;
  grid-gap: 3rem;
  flex-direction: column;
  max-width: 77%;
  margin: 0 auto;
  padding: 1rem;
}

.adhesion .se-former {
  background: #005267;
  padding: 2rem;
  border-radius: 20px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-gap: 2rem;
}

.adhesion .se-former h2 {
  color: #fff;
  font-size: 30px;
}

.adhesion .se-former img {
  width: 100%;
  max-width: 225px;
}

.adhesion .nous-rejoindre {
  background-color: #2796b1;
  border-radius: 20px;
  padding: 2rem;
  color: #fff;
  font-size: 1.8rem;
  width: 100%;
  margin: 0 auto;
}

.adhesion .background {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-left: 0;
  background-image: url(/wp-content/uploads/2022/03/Fichier-5@6x-100-1024x800.jpg);
}

.adhesion .titre-p .aligner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  grid-gap: 0 0.8rem;
}

.adhesion .titre-p p {
  font-size: 21px;
  margin-top: 1rem;
}

.adhesion .titre-p .aligner h2 {
  margin: unset;
}

.adhesion .titre-p figure {
  padding-bottom: 5px;
}

.adhesion .titre-p figure img {
  height: 50px;
}

#gform_wrapper_2 form .gform_body ul li div {
  position: relative;
}

#gform_wrapper_2 form .gform_body ul #field_2_1 div:before {
  content: "";
  background-image: url(/wp-content/uploads/2022/03/enveloppe.png);
  display: flex;
  width: 22px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 5%;
  top: 40%;
  transform: translate(0, -50%);
}

#gform_wrapper_2 form .gform_body ul #field_2_2 div:before {
  content: "";
  background-image: url(/wp-content/uploads/2022/03/crayon.png);
  display: block;
  width: 32px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 5%;
  top: 8px;
}

#gform_wrapper_2 form .gform_body ul li div input,
#gform_wrapper_2 form .gform_body ul li div textarea {
  border-radius: 10px;
  padding: 0.5rem 3rem;
  width: 100%;
  font-size: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
}

#gform_wrapper_2 form .gform_body ul li div input::placeholder,
#gform_wrapper_2 form .gform_body ul li div textarea::placeholder {
  font-style: italic;
}

#gform_wrapper_2 form .gform_footer {
  position: relative;
}

#gform_wrapper_2 form .gform_footer input {
  width: auto;
  border-radius: 30px;
  padding: 1rem 1rem 1rem 3rem;
  margin: 0 0 0 0;
  background: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}

#gform_wrapper_2 form .gform_footer::before {
  font-family: "FontAwesome";
  content: "\f1d8";
  color: black;
  position: absolute;
  margin-right: 0.7rem;
  font-size: 1.2rem;
  top: 41%;
  left: 1rem;
}

.gform_legacy_markup_wrapper ul.gform_fields li.gfield,
.gform_legacy_markup_wrapper,
body .gform_legacy_markup_wrapper .top_label div.ginput_container {
  margin: unset !important;
  padding: unset !important;
}

/* RESEAU ---------------------------------------------------------------------- */

.cards {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem 1rem;
  align-items: center;
  background-color: #339cb5;
  padding: 3rem 1rem;
}

.cards .single-card {
  background-color: #fff;
  padding: 1rem;
  text-align: center;
  color: #339cb5;
  border-radius: 20px;
}

.wysiwyg-img .parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: white;
  max-width: 80%;
  margin: auto;
}

.wysiwyg-img .parent .mobin-info {
  grid-area: 1 / 1 / 2 / 4;
  background-color: #0d293e;
  border-radius: 20px;
  padding: 1rem 2rem 1rem 2rem;
  line-height: 1.3;
}

.wysiwyg-img .parent .mobin-info .info-content img {
  max-width: 50%;
  margin: 0 100px;
}

.wysiwyg-img .parent .mobin-info .info-content p>a {
  color: white;
  text-decoration: underline;
  font-weight: bold;
}

.wysiwyg-img .parent .mobin-info .info-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem 1rem 0;
}

.wysiwyg-img .parent .offre-formations {
  grid-area: 2 / 1 / 3 / 3;
  background-color: #2399b4;
  border-radius: 20px;
  padding: 1rem 2rem 1rem 2rem;
}

.wysiwyg-img .parent .formulaire-adhesion {
  grid-area: 2 / 3 / 3 / 4;
  background-color: #102539;
  border-radius: 20px;
  padding: 1rem 2rem 1rem 2rem;
}

.wysiwyg-img .parent .formulaire-adhesion h1::before {
  content: "";
  background-image: url(/wp-content/uploads/2022/09/ONYGO_icones-18-1-e1663332333236.png);
  display: flex;
  width: 59px;
  height: 53px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 89%;
  top: 50%;
  transform: translate(0, -50%);
}

.wysiwyg-img .parent .formulaire-adhesion h1 {
  position: relative;
  padding-left: 2.3rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.wysiwyg-img .parent div h1 {
  font-size: 24px;
  font-family: "Helvetica Neue" !important;
  text-align: left;
}

.formation-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.formation-content a {
  color: white;
  text-decoration: none;
}

.formation-content a div img {
  max-width: 70%;
}

.formation-content a div {
  padding: 2rem;
  text-align: center;
}

.formation-content a div p {
  font-size: 16px;
  margin-top: 30px;
}

.formation {
  grid-area: 2 / 1 / 3 / 2;
  background-color: #0d293e;
  border-radius: 20px;
  width: 47%;
}

.webinaire {
  grid-area: 2 / 2 / 3 / 3;
  background-color: #0d293e;
  border-radius: 20px;
  width: 47%;
}

.webinaire div,
.formation div {
  width: 100%;
}

.adhesion .content .grid>div>a h3 {
  font-size: 26px;
  color: white;
  font-family: "Helvetica Neue";
}

.adhesion .content .grid>div>a {
  padding: 1rem;
}

.adhesion .content .grid>div>a p {
  color: white;
  text-align: center;
  padding: 0 10px;
}

.adhesion .grid .grille-conteneur img {
  max-width: 100%;
}

.adhesion .grid .grille-conteneur .un {
  grid-area: a;
  background: #a37bfc;
  display: flex;
  flex-direction: column;
  color: white;
  grid-gap: 2rem;
}

.adhesion .grid .grille-conteneur .un img {
  margin-bottom: 1rem;
}

.adhesion .grid .grille-conteneur .deux {
  grid-area: b;
  background: #005266;
  color: #caf4ff;
}

.adhesion .grid .grille-conteneur .trois {
  grid-area: c;
  background: #112538;
  color: #f4f3e6;
}

.adhesion .grid .grille-conteneur .quatre {
  grid-area: d;
  background: #caf4ff;
  color: #005266;
}

.adhesion .grid .grille-conteneur .cinq {
  grid-area: e;
  background: #112538;
  color: #f4f3e6;
}

/* FOOTER ---------------------------------------------------------------------- */

footer {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  grid-gap: 8rem;
  background-color: #005267;
  color: #FDE6DA;
  padding: 4rem;
}

page-id-189 footer,
footer.header_rouge {
  background-color: #12283E;
}

footer>div {
  position: relative;
}



footer figure {
  width: 50%;
  margin: auto;
}

footer figure img {
  max-width: 150px;
}

footer .contenu {
  padding: 0.5rem 0;
  font-weight: 200;
  line-height: 23px;
}

footer .contenu span {
  font-weight: 600;
}

footer .liens {
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-gap: 1.5rem;
  height: 100%;
  //text-transform: uppercase;
}

footer a {
  color: #fff;
}

.gform_confirmation_message {
  color: white;
  padding: 13rem 0;
}

.formulaire-adhesion .formulaire .gform_confirmation_message {
  padding: 7rem 0;
}

#page h1 {
  font-size: 2rem;
}

#page h2 {
  font-size: 1.5rem;
}

#page h3 {
  font-size: 1.17rem;
  letter-spacing: 2px !important;
}

#page .container {
  padding: 1rem;
}

#page h1,
#page h2 {
  color: #117788;
  font-family: "Helvetica Neue" !important;
}

#page p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 20px;
}

#page h2 {
  text-align: left;
}

#page ul,
#page ol {
  list-style: initial;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.creer-pass-mobilite>p {
  font-size: 23px;
  color: #ec6b38;
  text-align: center;
  font-weight: bold;
  line-height: 30px !important;
  font-family: "Helvetica-Bold" !important;
  margin-bottom: 15px !important;
}


.creer-pass-mobilite form {
  background: #a82d00;
  padding: 3rem 0rem 3rem 1.8rem !important;
  border-radius: 10px;
  position: relative;
  margin-bottom: 3rem;
  margin: 50px;
}

.creer-pass-mobilite label {
  font-family: "Helvetica-Bold" !important;
}

.creer-pass-mobilite span {
  font-size: 25px;

  margin-left: 13px;
}

.creer-pass-mobilite .je-suis {
  display: flex;
  grid-gap: 0.7rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-direction: column;
}

.creer-pass-mobilite .je-suis input {
  display: none;
}

.creer-pass-mobilite .je-suis label {
  padding: 0.5rem 0.5rem;
  border-radius: 50px;
  display: table;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.creer-pass-mobilite .je-suis input:checked~label {
  color: white;
  font-size: 25px;
  font-style: italic;
}

.creer-pass-mobilite .je-suis input:checked~label figure svg * {
  fill: #a82d00;
}

.creer-pass-mobilite span,
.creer-pass-mobilite label {
  color: white;
}

.creer-pass-mobilite .je-suis label figure svg {
  width: 2rem;
}

.creer-pass-mobilite .je-suis label figure svg * {
  fill: white;
}

.creer-pass-mobilite .je-cherche {
  margin-bottom: 1.5rem;
  display: flex;
  grid-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.creer-pass-mobilite .je-cherche .select-parent:after {
  font-family: "Brandon Grotesque";
  content: "\25BC";
  position: relative;
  left: -30px;
  color: #a92c00;
}

.creer-pass-mobilite .je-cherche select {
  -webkit-appearance: none;
  background: white;
  padding: 0.5rem 2rem 0.5rem 1rem;
  box-shadow: 0px 0px 5px 4px rgb(0 0 0 / 30%);
  border-radius: 50px;
  color: #a82d00;
  font-size: 12px;
  width: 80%;
}

.creer-pass-mobilite .jhabite {
  display: flex;
  grid-gap: 1.5rem;
  align-items: center;
  margin-bottom: 1rem;
  flex-direction: column;
}

.creer-pass-mobilite .jhabite input {
  width: 16rem;
  padding: 0.2rem;
  border-radius: 50px;
  box-shadow: 0px 0px 5px 4px rgb(0 0 0 / 30%);
  display: table;
  width: 80%;
}

.creer-pass-mobilite .jhabite input::placeholder {
  color: #a82d00;
  opacity: 0.5;
}

.creer-pass-mobilite form>button {
  background: #0b2840;
  padding: 0.5rem 1rem;
  font-size: 13px;
  font-weight: bold;
  color: white;
  border-radius: 50px;
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translate(50%, 50%);
  box-shadow: 0px 0px 5px 4px rgb(0 0 0 / 30%);
  font-family: "Helvetica Neue" !important;
  display: flex;
  align-items: center;
  grid-gap: 1rem;
  width: 14rem;
  cursor: pointer;
}

.creer-pass-mobilite form>button figure {
  width: 3rem;
}

.modal-pass-mobilite {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 4444444;
  width: 90%
    /*46rem*/
  ;
  border-radius: 10px;
  background: #f9e2d6;
  transform: translate(-50%, -50%)
    /*translate(-50%, -61%) rotate(-5deg)*/
  ;
  transform-origin: center;
  padding: 2rem;
  /* padding-left: 8rem; */
  /* background: url(/wp-content/uploads/2022/09/ONYGO_dev_fond-pass-mobilite.svg); */
  background-size: cover;
}

.modal-pass-mobilite.prescripteur {
  background: url(/wp-content/uploads/2022/09/ONYGO_dev_fond-pass-mobilite_bleu.svg);
  background-size: cover;
  width: 50rem;

}

.modal-pass-mobilite.prescripteur .top figure {
  width: 10rem;
  margin-left: 5rem;
  margin-right: 1rem;
}

.modal-pass-mobilite .top {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.modal-pass-mobilite .top figure {
  width: 10rem;
}

.modal-pass-mobilite .top .content-top {
  color: #0b2840;
  font-size: 25px;
  /*35px;*/
}

.modal-pass-mobilite .top .content-top span {
  display: table;
  background: #a82d00;
  color: white;
  font-size: 20px;
  /*45px;*/
  font-weight: bold;
  padding: 0 0.5rem;
  font-family: "Helvetica Neue" !important;
}

.modal-pass-mobilite.prescripteur .top .content-top span {
  background: #112538;
}

.modal-pass-mobilite .content {
  padding: 2rem;
  font-size: 16px;
  /*25px;*/
  background: #a82d00;
  border-radius: 10px;
  font-family: "Helvetica Neue" !important;
  font-weight: bold;
  color: white;
}

.modal-pass-mobilite.prescripteur .content {
  background: #178;
}

.modal-pass-mobilite .content span {
  text-decoration: underline;
}

.modal-pass-mobilite .content span.je-cherche {
  text-transform: lowercase;
}

.modal-pass-mobilite .loading {
  margin-top: 1rem;
  text-align: center;
  color: #0b2840;
  border-bottom: 1px dot-dash white;
}

.modal-pass-mobilite .loading .content-progress {
  width: 100%;
  /*20rem*/
  height: 2rem;
  border-radius: 50px;
  border: 1px solid #0b2840;
  margin: 0 auto;
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
}

.modal-pass-mobilite .loading .content-progress .progress {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 100%;
  /*border-radius: 50px;*/
  background: #0b2840;
  transition: 1.5s linear;
}

.modal-pass-mobilite .loading .content-progress .progress.active {
  width: 20rem;
}

.overlay-pass-mobilite {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000b5;
  z-index: 5000;
}

.parent-resultat-mon-pass {
  width: 60rem;
  max-width: 90%;
  background: #f9e3d7;
  margin: 3rem auto;
  padding: 1rem 1rem 1rem 1rem;
  /*1rem 2rem 1rem 4rem;*/
  border-radius: 20px;
  background: url("./assets/img/fond_pass_mobilite.png");
  background-size: 100%;
}

.parent-resultat-mon-pass.prescripteur {
  width: 60rem;
  max-width: 90%;
  background: #f9e3d7;
  margin: 3rem auto;
  padding: 1rem 1rem 1rem 1rem;
  /*1rem 2rem 1rem 4rem;*/
  border-radius: 20px;
  background: url("./assets/img/fond_pass_mobilite_bleu.png");
  background-size: 100%;
}

.parent-resultat-mon-pass>.top {
  display: flex;
  align-items: center;
  margin: 0 auto 2rem auto;
  flex-direction: column;
}

.parent-resultat-mon-pass .top figure {
  width: 5rem;
  margin-bottom: 1rem;
}

.parent-resultat-mon-pass h1 {
  position: relative;
  display: table;
  margin: 0 auto;
  color: #a52e01;
}

.parent-resultat-mon-pass h1.prescripteur {
  color: #112538;
}

.liste-resultats {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.5rem;
  flex-wrap: wrap;
}

.liste-resultats .resultat {
  background: white;
  padding: 1rem;
  width: 100%;
  box-shadow: 0px 0px 9px 5px rgb(0 0 0 / 10%);
  border-radius: 10px;
  color: #000;
}

.liste-resultats .resultat .content {
  border-left: 5px solid #a52e01;
  padding-left: 1rem;
}

.liste-resultats .resultat .content.prescripteur {
  border-left: 5px solid #112538;
}

.liste-resultats .resultat .content .top {
  font-family: "Helvetica Neue" !important;
  margin: 0;
  margin-bottom: 0.5rem;
}

.liste-resultats .resultat .content .titre {
  margin-bottom: 1rem;
}

.liste-resultats .resultat .content .localisation {
  font-family: "Helvetica Neue" !important;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
}

.liste-resultats .resultat .content .localisation img,
.liste-resultats .resultat .content .km img {
  width: 1.5rem;
}

.liste-resultats .resultat .content .km {
  font-family: "Helvetica Neue" !important;
  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
}

.parent-resultat-mon-pass h1,
.parent-resultat-mon-pass h1 span {
  font-family: "Helvetica Neue" !important;
  line-height: 31px;
  font-size: 20px;
  text-align: center;
}

.parent-resultat-mon-pass h1 span:first-child {
  background: #a52e01;
  padding: 0.5rem;
  color: #f9e3d7;
}

.parent-resultat-mon-pass h1.prescripteur span:first-child {
  background: #102539;
  padding: 0.5rem;
  color: #caf4ff;
}

.parent-resultat-mon-pass h1 span:last-child {
  position: absolute;
  font-size: 13px;
  bottom: -1rem;
  transform: translateY(50%) rotate(-3deg);
  background: white;
  color: #a83500;
  padding: 0.5rem;
  display: block;
  right: 5rem;
  box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 38%);
  line-height: 15px;
  width: 112%;
  left: 0;
}

.parent-resultat-mon-pass h1.prescripteur span:last-child {
  color: #112538;
}

.parent-resultat-mon-pass .je-cherche,
.parent-resultat-mon-pass .je-cherche span {
  font-size: 18px;
  /*20px;*/
  font-family: "Helvetica Neue" !important;
  color: #a83500;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5rem;
}

.parent-resultat-mon-pass .je-cherche.prescripteur,
.parent-resultat-mon-pass .je-cherche.prescripteur span {
  color: #112538;
}

.parent-resultat-mon-pass .je-cherche {
  display: flex;
  align-items: center;
  margin-top: 4rem;
}

.parent-resultat-mon-pass .je-cherche figure {
  width: 15rem;
}

.parent-resultat-mon-pass .je-cherche span {
  text-decoration: underline;
}

.filtres-posts .posts .single-post .content-post .video-post {
  position: absolute;
  top: 27%;
  left: 42.5%;
  width: 15%;
}

.parent-resultat-mon-pass .solutions {
  background: #a83500;
  padding: 0.6rem 1rem;
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0px 0px 9px 5px rgb(0 0 0 / 10%);
}

.parent-resultat-mon-pass .solutions.prescripteur {
  background: #178;
}


.parent-resultat-mon-pass .solutions figure {
  width: 5rem;
}

.parent-resultat-mon-pass .solutions.prescripteur figure {
  width: 3rem;
  margin: 1rem;
}

.parent-resultat-mon-pass .solutions p {
  display: flex;
  align-items: center;
  grid-gap: 1rem;
  font-family: "Helvetica Neue" !important;
  color: white;
  font-size: 18px;
  flex-direction: column;
  text-align: center;
}

.parent-resultat-mon-pass .solutions p span {
  font-size: 60px;
  font-weight: 800;
  font-family: "Helvetica Neue" !important;
}

.parent-resultat-mon-pass .btn {
  background: #a83500;
  display: table;
  text-align: center;
  margin: 1rem auto;
  padding: 10px;
  color: white;
  border-radius: 50px;
  box-shadow: 0px 0px 9px 5px rgb(0 0 0 / 10%);
  font-size: 11px;
  line-height: 14px;
}

.parent-resultat-mon-pass .btn.go-dora {
  background: #5c0bea;
  padding: 1rem 3rem 1rem 3rem;
  width: 61%;
}

.parent-resultat-mon-pass .btn.go-dora p {
  font-family: "Helvetica Neue";
  font-size: 14px;
}

.btn.download {
  background: #0b2740;
  font-size: 14px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: white;
}

.btn.download figure {
  width: 5rem;
}

.parent-resultat-mon-pass je-consulte-titre {
  margin: 4rem 0 2rem 0rem;
}

.parent-resultat-mon-pass .titre-posts {
  font-family: "Helvetica Neue" !important;
  font-size: 1.3em;
  font-weight: 800;
  line-height: 30px;
  color: #a83500;
}

.parent-resultat-mon-pass .titre-posts.prescripteur {
  color: #112538;
}

.parent-resultat-mon-pass .je-consulte-titre {
  display: flex;
  align-items: center;
}

.parent-resultat-mon-pass .je-consulte-titre figure {
  width: 7rem;
  margin-right: 1rem;
  margin-left: 2rem;
}

.parent-resultat-mon-pass .posts {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  grid-gap: 1.5rem;
}

.parent-resultat-mon-pass .posts .single-post figure.post-img,
.parent-resultat-mon-pass .posts .single-post figure.post-img img {
  width: 100%;
  object-fit: cover;
  height: 10rem;
  border-radius: 20px;
}

.parent-resultat-mon-pass .posts .single-post.videos figure:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #00000078;
  border-radius: 20px;
}

.parent-resultat-mon-pass .posts .single-post .content-post {
  position: relative;
  border: 1px solid white;
  border-radius: 20px 20px 10px 10px;
  cursor: pointer;
}

.parent-resultat-mon-pass .posts .single-post.videos .content-post>div {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 12px;
  width: calc(100% - 2rem);
  color: white;
}

.parent-resultat-mon-pass .posts .single-post.videos .content-post>div>img {
  display: block;
  margin: auto;
  margin-top: 10%;
  width: 15%;
}

.parent-resultat-mon-pass .posts .single-post.chiffres-cles .content-post>div,
.parent-resultat-mon-pass .posts .single-post.fiches-conseils .content-post>div {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  background: #a82d00;
  border-radius: 0 0 10px 10px;
  padding: 0.5rem 0.1rem;
  color: white;
  width: 100%;
}

.parent-resultat-mon-pass .posts .single-post.chiffres-cles .content-post>div svg *,
.parent-resultat-mon-pass .posts .single-post.fiches-conseils .content-post>div svg * {
  fill: white;
}

.parent-resultat-mon-pass .posts .single-post .content-videos-beige .content-post>div {
  background: #a82d00;
  color: #0f2030;
}

.parent-resultat-mon-pass .posts .single-post.chiffres-cles .content-post>div figure,
.parent-resultat-mon-pass .posts .single-post.fiches-conseils .content-post>div figure {
  width: 3rem;
}

.parent-resultat-mon-pass .posts .single-post.chiffres-cles .content-post>div h3,
.parent-resultat-mon-pass .posts .single-post.fiches-conseils .content-post>div h3 {
  font-size: 10px;
  margin-left: 10px;
}

.go-to-glossaire {
  position: fixed;
  bottom: 6rem;
  right: 0.5%;
  background: white;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  border-radius: 15px;
  width: 16rem;
  text-align: center;
  padding: 2rem;
  z-index: 5;
}

.go-to-glossaire .cross {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.go-to-glossaire p {
  font-family: "Helvetica Neue" !important;
  color: #0b2740;
  margin-bottom: 1rem;
}

.go-to-glossaire a {
  background: #0b2740;
  padding: 10px;
  color: white;
  border-radius: 50px;
  box-shadow: 0 0 9px 5px rgb(0 0 0 / 10%);
  font-size: 11px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-align: left;
  grid-gap: 0.4rem;
}

.go-to-glossaire a figure {
  width: 3rem;
}


/* ----------------------------------------- */

.go-to-glossaire2 {
  bottom: 12rem;
  background: #FDE6DA;
  box-shadow: inset rgba(0, 0, 0, 0.2) 0px 4px 3px;
  color: #12283E;
  width: 100%;
  padding: 0rem 30px;
  z-index: 5;
}

.go-to-glossaire2 .cross {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}


.go-to-glossaire2 .message p {
  font-family: "Helvetica Neue" !important;
  margin-bottom: 1rem;
}

.go-to-glossaire2 .message a {
  background: #0b2740;
  padding: 10px 50px 10px 50px;
  color: white;
  border-radius: 50px;
  box-shadow: 0 0 9px 5px rgb(0 0 0 / 10%);
  align-items: center;
  text-align: left;
  grid-gap: 0.4rem;
}

.go-to-glossaire2 a figure {
  width: 3rem;
}

.go-to-glossaire2 .message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Pour espacer les éléments et les aligner sur les côtés */
}

.go-to-glossaire2 .message p {
  margin: 0;
  /* Pour supprimer les marges */
}

.go-to-glossaire2 .message a {
  margin-left: auto;
  /* Pour déplacer le lien complètement à droite */
}

.pad-10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.parent-input-ville {
  position: relative;
}

#page .parent-input-ville ul.liste-completion {
  position: absolute;
  top: 100%;
  margin: 0;
  z-index: 444;
  background: white;
  list-style: none;
  padding: 1rem 0;
  border-radius: 10px;
  width: 100%;
  box-shadow: 1px 4px 5px 4px rgb(0 0 0 / 30%);
  display: none;
}

.parent-input-ville .liste-completion li {
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: 0.1s;
}

.parent-input-ville .liste-completion li:hover {
  background: #0f2030;
  color: white;
}

.modal-contact-prescripteur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00000091;
  display: none;
}

.modal-contact-prescripteur .cross {
  position: absolute;
  left: 3rem;
  top: 3rem;
  font-size: 20px;
  color: white;
  cursor: pointer;
}

.modal-contact-prescripteur .content-modal {
  width: 90%;
  max-width: 600px;
  background: white;
  border-radius: 20px;
  padding: 1rem;
  text-align: center;
  line-height: 27px;
}

.modal-contact-prescripteur .content-modal .title {
  font-family: "Helvetica Neue" !important;
  text-align: center;
  color: #a83500;
}

.modal-contact-prescripteur .content-modal .btns {
  margin-bottom: 1rem;
}

.modal-contact-prescripteur .content-modal .btns a {
  font-family: "Helvetica Neue" !important;
  display: block;
  color: #0b273f;
  text-decoration: underline;
}

/* -------------------------------------------- */

.filtres-posts .filter-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 1rem;
}

.filtres-posts .filter-center .content-type {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  grid-gap: 1rem;
}

.filtres-posts .filter-center .content-type .filtre span {
  font-size: 16px;
  color: #269db6;
}

.filtres-posts .posts .single-post .hidden {
  display: none !important;
}

.filtres-posts .filter-left {
  width: 15%;
  height: auto;
  position: fixed;
  top: 40%;
  left: 0.5%;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  padding: 1rem;
  z-index: 2000;
}

.filtres-posts .filter-center .content-type .active {
  background: #269db6;
  transition: none;
  color: white !important;
}

.filtres-posts .filter-center .content-type .filtre.active span {
  color: white !important;
}

.filtres-posts .filter-center .content-type .filtre.active figure img {
  filter: grayscale(100%) brightness(0) invert(1);
}

.filtres-posts .filter-left h3 {
  text-align: left;
  font-size: 12px !important;
  color: #0b273f;
  margin-bottom: 1rem;
}

.filtres-posts .filter-center .content-type div {
  display: flex;
  grid-gap: 0.7rem;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  margin-bottom: 5px;
}

.filtres-posts .filter-center .content-type div figure {
  margin: 0 !important;
}

.filtres-posts .filter-center .content-type div figure img {
  width: 40px;
}

.filtres-posts .filter-center .content-type div:hover {
  background: #269cb7;
  border-radius: 50px;
  transition: none;
}

.filtres-posts .filter-center .content-type div:hover figure img {
  filter: grayscale(100%) brightness(0) invert(1);
}

.filtres-posts .filter-center .content-type div:hover span {
  color: white !important;
}

.filtres-posts .filter-center .content-type div {
  border-radius: 50px;
  transition: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.filtres-posts .filter-center .content-type .filtre-plus {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

.filtres-posts .filter-left .content-theme {
  display: grid;
  grid-template-columns: 10% 1fr;
  grid-row-gap: 0.7rem;
  align-items: center;
  cursor: pointer;
  font-family: "Helvetica Neue" !important;
  margin-left: 10px;
}

.filtres-posts .filter-left .content-theme label {
  margin-left: 10px;
}

/* ------------------------------------------  */
@media screen and (min-width: 1000px) {
  .container {
    /*max-width: 1170px;*/
  }

  #page .container {
    /*width: 540px;*/
    width: 100%;
  }

  .container-service {
    grid-template-columns: 1fr 1fr;
  }

  .decouverte-mobilite figure div {
    line-height: 30px;
    font-size: 26px;
  }

  .mobilite-inclusive .content .single-background {
    /*width: 50%;
        max-width: 330px;*/

    width: 330px;
  }

  .question div {
    margin: -3rem auto;
  }

  .filtres-posts .posts .form div form .gform_footer {
    width: 20%;
    margin: 0 0 0 75%;
  }

  .filtres-posts .posts .form div form li.phraseInfo {
    position: absolute;
    bottom: 45px;
    width: 70%;
  }

  .partenaires {
    padding-bottom: 2rem;
  }

  .wysiwyg-img {
    padding: 2rem;
  }

  .cards {
    padding: 3rem 2rem;
  }

  #gform_wrapper_2 form .gform_body ul #field_2_1 div:before,
  #gform_wrapper_2 form .gform_body ul #field_2_2 div:before {
    left: 1rem;
  }

  .mobilite-inclusive .content .single-background .single-content-1 figure h2 {
    font-size: 14px;
    max-width: 180px;
  }

  .mobilite-inclusive .content .single-background .single-content-1 figure .fa-quote-right {
    right: 0;
    font-size: 24px;
    top: 19%;
  }

  .mobilite-inclusive .content .single-background .single-content-1 figure .fa-quote-left {
    font-size: 24px;
  }

  .mobilite-inclusive .content .single-background .single-content-1 img {
    width: 80%;
    height: auto;
    top: 50px;
    position: relative;
    margin: 0;
  }

  .mobilite-inclusive .content .single-background .single-content-2 img {
    width: 100%;
    bottom: 50px;
    position: relative;
  }

  .mobilite-inclusive .content .single-background .single-content-3 img {
    width: 70%;
    height: auto;
    top: 116px;
    position: relative;
  }

  #modal .modal-content a.btn-fiche-conseil {
    grid-gap: 1.5rem;
    font-size: unset;
  }
}

@media screen and (min-width: 768px) {
  .filtres-posts .posts .single-post .content-post div figure svg {
    left: 0;
    margin-bottom: 0;
  }

  #page .container {
    width: 720px;
  }

  header {
    padding: unset;
    box-shadow: 0px 4px 9px 0px rgb(0 0 0 / 20%);
  }

  header .mobile,
  header .mobile+nav {
    display: none !important;
  }

  .page-id-127 header .desktop {
    display: block;
  }

  creer-pass-mobilite header .desktop {
    padding: 1rem 1rem;
    display: grid;
    grid-template-columns: 0.5fr 1fr 1fr;
    text-align: center;
  }

  header .desktop nav {
    display: block !important;
    margin: auto;
    width: 100%;
  }

  header .desktop nav div ul li {
    font-size: 13px;
  }

  header .desktop nav div #menu-menu-rouge li:nth-child(1) {
    border-right: 1px solid #e85e2e;
    padding-right: 1rem;
  }

  header .desktop figure {
    width: unset;
    height: unset;
    display: flex;
    justify-content: center;
  }

  .page-id-127 header figure img {
    width: 20%;
  }

  header figure img {
    height: unset;
    width: 100%;
  }

  header input[type="checkbox"],
  header .btn-toggle-menu {
    display: none;
  }

  header .menu::before,
  header .menu::after {
    display: none;
  }

  header .menu .menu-item {
    width: max-content;
    padding: 0 1rem;
    border-right: 1px solid #e95f2e;
  }

  header .menu .menu-item:last-child {
    padding-right: 0;
    border-right: 0;
  }

  header .menu>li .sub-menu {
    margin-top: unset;
  }

  header .menu>li>.sub-menu {
    margin-top: 0.66rem;
  }

  header .menu-item-has-children>.btn-toggle-menu {
    position: absolute;
    right: 0;
    top: 0;
    height: 2.5625rem;
    width: 2.5625rem;
  }

  header .menu .menu-item-has-children>a::after {
    display: inline-block;
    content: "\25BC";
    margin-left: 0.4045rem;
    text-decoration: none;
    position: relative;
  }

  /* Show submenu on hover/focus */
  header .menu-item-has-children>a:hover~ul,
  header .menu-item-has-children:hover>a~ul,
  header .menu-item-has-children>a~ul:hover,
  header .menu-item-has-children>a:focus~ul {
    display: block;
    z-index: 3;
    pointer-events: auto;
  }

  .sib_loader {
    display: none !important;
  }

  /* #mobilite
    form#sib_signup_form_2
    .sib_signup_box_inside_2
    p:nth-last-child(1):before {
    content: "" !important;
  } */

  /* Same rules - Focus-within not supported by Edge/IE. Unsupported selectors cause the entire block to be ignored, so we must repeat all styles separately. */
  header .menu-item-has-children:focus-within>a~ul {
    display: block;
    z-index: 3;
  }

  header .menu .sub-menu {
    min-width: 100%;
    position: absolute;
    border: 0.0625rem solid #dcdcdc;
  }

  header .menu>li>.sub-menu:after {
    border-color: #fff transparent;
    border-style: solid;
    border-width: 0 0.5rem 0.5rem;
    content: "";
    left: calc(30% + 0.0625rem);
    position: absolute;
    top: -0.4375rem;
  }

  header .sub-menu .menu-item-has-children>a:after {
    content: "\25C4";
    vertical-align: top;
  }

  header .sub-menu ul {
    left: -100%;
    top: 0;
    max-width: 100%;
  }

  /* MENU ------------------------------------------------------------------------------------------*/

  header .mobile nav {
    display: none !important;
  }

  header .desktop p {
    margin: auto 0 auto auto;
  }

  header .desktop p input {
    position: absolute;
  }

  header .desktop p label {
    position: relative;
    cursor: pointer;
    color: #178;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
  }

  .page-id-189 header .desktop p label {
    color: #178;
  }

  .page-id-139 header .desktop p label {
    color: #e85e2e;
  }

  header .desktop p label:before {
    content: "";
    left: -70px;
    top: -5px;
    width: 55px;
    height: 30px;
    background: #e85e2e;
    border-radius: 15px;
    position: absolute;
  }

  .page-id-139 .desktop p label:before {
    background: #178;
  }

  header .desktop p label:after {
    content: "";
    width: 20px;
    height: 20px;
    transition: all 0.2s;
    border-radius: 50%;
    background-color: #fff;
    left: -65px;
    position: absolute;
    top: 0%;
  }

  header .desktop p label.active:after {
    left: -40px;
  }

  .decouverte-mobilite figure div {
    line-height: 36px;
    font-size: 32px;
  }

  /*.mobilite-inclusive .content .single-background .single-content-1 figure .fa-quote-right{
        top: 33%
    }*/

  .single-post .content .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    display: none;
  }

  .question div {
    margin: -4rem auto;
  }

  .filtres-posts .posts .form div form .gform_body ul li div:before {
    top: 35%;
  }

  .filtres-posts .posts .single-post {
    /*padding: 0.5rem;*/
    padding: 0.5rem 2rem;
  }

  .filtres-posts .posts .videos {
    width: 50%;
  }

  .filtres-posts .posts .fiches-conseils {
    width: 100%;
  }

  .filtres-posts .posts .chiffres-cles {
    width: 50%;
  }

  .filtres-posts .posts .grid-sizer {
    width: 50%;
  }

  .filtres-posts .posts .form {
    width: 100%;
  }

  .filtres-posts .posts .fiches-conseils div p {
    width: 100%;
  }

  #gform_fields_1 {
    padding-inline-start: 0px !important;
  }

  .filtres-posts .posts .form div form li.phraseInfo {
    width: 62%;
  }

  .wysiwyg-img .conteneur {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 100%;
    grid-template-areas: "a b c" "a b c";
    background: none;
  }

  #mobilite form#sib_signup_form_2 .sib_signup_box_inside_2 {
    grid-template-columns: -1fr 1fr 1fr;
  }

  .cards,
  .partenaires .container-partenaires .partenaires {
    grid-template-columns: 1fr 1fr;
  }

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

  .adhesion .content {
    flex-direction: row;
  }

  .adhesion .se-former {
    width: 30%;
    margin: unset;
  }

  .adhesion .nous-rejoindre {
    margin: unset;
    width: 70%;
  }

  .adhesion .formulaire-adhesion figure img {
    height: 330px;
    object-fit: unset;
  }

  .adhesion .background {
    height: 600px;
  }

  #modal .modal-content.fiche .content-right .texte p {
    font-size: 20px;
  }

  #modal .modal-content.fiche .content-right iframe {
    min-height: 250px;
  }

  .wysiwyg-img .conteneur .grille-conteneur>div,
  .wysiwyg-img .conteneur .grille-conteneur>a {
    margin: 0;
  }

  .wysiwyg-img .conteneur>div>figure {
    width: 100%;
    top: -18%;
    position: relative;
    margin-left: 15px;
  }

  .parent-resultat-mon-pass .posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .creer-pass-mobilite form {
    padding: 3rem;
  }

  .creer-pass-mobilite .je-suis {
    flex-direction: row;
  }

  .creer-pass-mobilite form>button {
    padding: 1rem 2rem;
    font-size: 20px;
    right: 1rem;
    transform: translateY(50%);
    width: inherit;
  }

  .creer-pass-mobilite .jhabite {
    flex-direction: row;
  }

  .creer-pass-mobilite .jhabite input {
    width: 110%;
    padding: 0.5rem 1rem;
  }

  .creer-pass-mobilite .je-cherche {
    text-align: left;
    flex-direction: row;
  }

  .creer-pass-mobilite .je-cherche select {
    font-size: 16px;
  }

  .parent-resultat-mon-pass h1,
  .parent-resultat-mon-pass h1 span {
    font-size: 30px;
  }

  .parent-resultat-mon-pass h1 span:last-child {
    width: inherit;
    right: 0;
    left: inherit;
  }

  .parent-resultat-mon-pass .je-cherche,
  .parent-resultat-mon-pass .je-cherche span {
    font-size: 20px;
  }

  .parent-resultat-mon-pass .solutions p {
    flex-direction: row;
    font-size: 30px;
  }

  .parent-resultat-mon-pass .btn,
  .parent-resultat-mon-pass .btn.download {
    font-size: inherit;
    line-height: inherit;
  }

  .parent-resultat-mon-pass,
  .parent-resultat-mon-pass.prescripteur {
    padding: 1rem 2rem 1rem 4rem;
  }

  .parent-resultat-mon-pass>.top {
    flex-direction: row;
    width: 30rem;
  }

  .parent-resultat-mon-pass .top {
    margin-bottom: 0;
  }

  .parent-resultat-mon-pass .je-cherche {
    align-items: flex-start;
  }

  .parent-resultat-mon-pass .je-cherche figure {
    width: 8rem;
    position: relative;
    top: -2rem;
  }

  .parent-resultat-mon-pass .je-cherche.prescripteur figure {
    width: 3rem;
    position: relative;
    top: -0.8rem;
    left: 1.5rem;
    margin-right: 3rem;
    margin-bottom: 0px;
  }

  .parent-resultat-mon-pass .je-consulte-titre {
    margin: 3rem 0 2rem -2.5rem;
  }

  .parent-resultat-mon-pass .btn.download {
    flex-direction: row;
    width: 31rem;
    font-size: 15px;
    line-height: 25px;
  }

  .modal-pass-mobilite {
    width: 46rem;
    transform: translate(-50%, -61%) rotate(-5deg);
    transform-origin: center;
    padding: 2rem;
    padding-left: 8rem;
    background: url(/wp-content/uploads/2022/09/ONYGO_dev_fond-pass-mobilite.svg);
    background-size: cover;
  }

  .modal-pass-mobilite .top .content-top {
    font-size: 35px;
  }

  .modal-pass-mobilite.prescripteur .top .content-top span {
    font-size: 35px;
  }

  .modal-pass-mobilite .content {
    font-size: 25px;
  }

  .modal-pass-mobilite .loading .content-progress {
    width: 20rem;
  }

  /* FOOTER---------------------------------------------------------------*/
}

@media screen and (min-width: 1000px) {
  #page .container {
    width: 960px;
  }

  header .desktop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 150px;
  }

  header .desktop nav div ul li {
    font-size: 16px;
  }

  header .desktop a figure img {
    margin: 1rem 0;
  }

  header .desktop p label {
    font-size: 16px;
  }

  .container-team,
  .container-service {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .mobilite-inclusive .content {
    justify-content: center;
    position: relative;
    flex-direction: row;
    grid-gap: 20px;
    margin-top: 5rem;
  }

  .mobilite-inclusive .content div:last-child {
    position: relative;
    top: -2rem;
  }

  .mobilite-inclusive .content .background {
    width: 100%;
  }

  .mobilite-inclusive .content .single-background .single-content {
    align-items: center;
    text-align: center;
  }

  .mobilite-inclusive .content .single-background .single-content:only-child(3) {
    align-items: left !important;
    text-align: left !important;
  }

  .mobilite-inclusive .content .single-background .single-content-2 figure h2 {
    margin-top: 3rem;
    text-align: center !important;
  }

  .mobilite-inclusive .content .single-background .single-content-1 figure h2 {
    font-size: 14px;
    max-width: 180px;
  }

  .mobilite-inclusive .content .single-background .single-content figure h2:last-child {
    font-size: 16px;
    line-height: 21px;
  }

  .decouverte-mobilite figure div {
    line-height: 50px;
    font-size: 40px;
    width: 60%;
  }

  .question div {
    margin: -5rem auto;
  }

  .filtres-posts .filters {
    flex-direction: row;
  }

  .filtres-posts .posts .form {
    width: 66%;
  }

  .filtres-posts .posts .videos {
    width: 33%;
  }

  .filtres-posts .posts .fiches-conseils {
    width: 66%;
  }

  .filtres-posts .posts .chiffres-cles {
    width: 33%;
  }

  .filtres-posts .posts .grid-sizer {
    width: 33%;
  }

  #mobilite .sib_signup_form {
    width: 95%;
  }

  #mobilite form#sib_signup_form_2 .sib_signup_box_inside_2 {
    grid-template-columns: 0fr 1fr 1fr 1fr;
  }

  .mobilite-inclusive .content .single-background .single-content-2 figure .fa-quote-left {
    font-size: 22px;
    top: 2%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }

  .mobilite-inclusive .content .single-background .single-content-2 figure .fa-quote-right {
    top: 36%;
    font-size: 22px;
    left: 50%;
    transform: translateX(-50%);
  }

  .partenaires .container-partenaires {
    flex-direction: row;
  }

  .partenaires .container-partenaires .partenaires {
    width: 66%;
    padding-right: 2rem;
  }

  .filtres-posts .posts .single-post .content-post .video-post {
    position: absolute;
    top: 27%;
    left: 42.5%;
    width: 15%;
  }

  .partenaires .container-partenaires .img {
    width: 33%;
  }

  .cards {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cards .single-card:nth-child(2) {
    margin-top: 8rem;
  }

  .cards .single-card:nth-child(3) {
    margin-top: 4rem;
  }

  #modal .modal-content.fiche .content-right iframe {
    min-height: 320px;
    max-width: 580px;
  }

  .adhesion .se-former {
    width: 25%;
  }

  .adhesion .nous-rejoindre {
    width: 75%;
  }

  .wysiwyg-img .conteneur .grille-conteneur .un {
    flex-direction: row;
    align-items: center;
  }

  .wysiwyg-img .conteneur .grille-conteneur .un .left img {
    width: 50%;
  }

  .wysiwyg-img .conteneur .grille-conteneur .un .left {
    width: 60%;
  }

  .wysiwyg-img .conteneur .grille-conteneur .un .right {
    width: 40%;
  }

  footer {
    grid-template-columns: 1fr 1fr 1fr;
  }



  .liste-resultats {
    grid-template-columns: 1fr 1fr;
  }

  .parent-resultat-mon-pass .posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .creer-pass-mobilite .je-cherche {
    flex-direction: row;
  }
}

@media screen and (min-width: 1200px) {
  #page .container {
    width: 1140px;
  }

  header .menu-right {
    top: 100px;
  }

  .filtres-posts .posts .single-post .content-post div {
    flex-direction: row;
    padding: 1rem 1rem 1rem 1rem;
  }

  .filtres-posts .posts .single-post .footer-post {
    flex-direction: row;
    width: unset;
    margin: 1rem 0 0 0;
  }

  #mobilite form#sib_signup_form_2 .sib_signup_box_inside_2 p input.sib-default-btn {
    padding: 1rem 1.5rem 1rem 4rem;
  }

  .mobilite-inclusive .content .single-background .single-content figure h2:last-child {
    font-size: 17px;
    line-height: 22px;
  }
}

@media screen and (max-width: 1536px) {
  .filtres-posts .filter-left .content-theme label {
    font-size: 14px;
  }

  .text-access u {
    font-size: 12px;
  }

  .filtres-posts .posts .single-post .hidden {
    display: none !important;
  }

  .go-to-glossaire2 {
    position: initial;
    width: 100%;
    left: 0;
    font-size: 1em;
  }

  .go-to-glossaire {
    width: 15%;
    padding: 1rem 10px;
    font-size: 1em;
  }

  .access {
    top: 30% !important;
  }


}

@media screen and (min-width: 1440px) {
  #page .container {
    width: 1320px;
  }

  header .sub-menu ul {
    left: 100%;
    top: 0;
    max-width: 100%;
  }

  header .sub-menu .menu-item-has-children>a::after {
    content: "\25BA";
  }

  .container-team,
  .container-service {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.adhesion .grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
  grid-template-rows: 100%;
  grid-template-areas: "a b c";
  background: none;
  margin: 20px;
}

.adhesion .content {
  width: 100%;
  padding: 1rem;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #107788;
  border-radius: 30px;
}

.adhesion .content .grid>div>a>img {
  max-width: 350px;
  max-height: 150px;
  margin: 15px auto;
  display: table;
  width: 100%;
}

.adhesion .grid .box1 {
  grid-area: a;
  background: #9063eb;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.adhesion .grid .box2 {
  grid-area: b;
  background: #112538;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.adhesion .grid .box3 {
  grid-area: c;
  background: #005266;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.adhesion h1 {
  color: #269ab0;
  font-size: 2rem;
  text-align: center;
  margin-top: 50px;
}

.gform_wrapper .gform_validation_errors>h2.hide_summary {
  font-size: 12px;
  color: red !important;
}

.gform_legacy_markup_wrapper .validation_message {
  font-size: 12px;
  color: red !important;
}

.gform_legacy_markup_wrapper .field_description_below .gfield_description {
  padding-top: 0 !important;
  padding-left: 45px;
}

.gform_legacy_markup_wrapper .gform_footer {
  margin: 0 !important;
  padding: 16px 0 0px 0;
}

.filtres-posts .posts .single-post.videos .content-post .video-type {
  position: absolute;
  top: -28px;
  z-index: 2;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filtres-posts .posts .single-post .content-post .video-type p.type {
  font-family: "Helvetica Neue" !important;
  font-size: 0.7em;
  color: white;
  padding: 0.5rem;
  border-radius: 25px;
}

.gform_legacy_markup_wrapper div.validation_error {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 768px) {
  .creer-pass-mobilite form {
    padding: 3rem 0rem 3rem 0rem !important;
    margin: 0px 0px 50px 0px;
  }

  .creer-pass-mobilite .je-cherche .select-parent {
    width: 90%;
    margin: 0 auto 0 30px;
  }

  .creer-pass-mobilite span {
    margin-left: 0px;
  }

  .parent-input-ville {
    width: 100%;
  }

  .creer-pass-mobilite .jhabite input {
    width: 90%;
    margin: 0 auto;
    padding: 3px;
  }

  .adhesion .grid {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    grid-template-rows: 31%;
    grid-template-areas: "a" "b" "c";
    background: none;
    margin: 0px;
  }

  .mobilite-inclusive .content .single-background .single-content figure img {
    max-width: 45vh;
  }

  .wysiwyg-img .parent {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    grid-template-areas: "a" "b" "c";
    background: none;
    margin: 0px;
    max-width: 100%;
  }

  .formation-content a div img {
    margin: auto;
  }

  .wysiwyg-img .parent .mobin-info {
    grid-area: a;
  }

  .wysiwyg-img .parent .offre-formations {
    grid-area: b;
    width: 100%;
  }

  .wysiwyg-img .parent .formulaire-adhesion {
    grid-area: c;
  }

  .wysiwyg-img .parent .mobin-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    grid-template-rows: 31%;
  }

  .wysiwyg-img .parent .mobin-info h1 {
    margin-bottom: 0px;
  }

  .wysiwyg-img .parent .mobin-info .info-content {
    flex-direction: column;
  }

  .access {
    display: none;
    visibility: hidden;
  }

  .wysiwyg-img .parent .formulaire-adhesion h1::before {
    right: 93%;
  }

  .filtres-posts .filter-left {
    display: none;
    visibility: hidden;
  }

  .go-to-glossaire {
    display: none;
    visibility: hidden;
  }

  .go-to-glossaire2 {
    display: none;
    visibility: hidden;
  }

  .filtres-posts .filter-center .content-type div {
    padding: 5px;
  }

  .filtres-posts .filter-center .content-type {
    grid-gap: 3px;
  }
}


@keyframes bounce2 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-30px);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1199px) {
  .filtres-posts .posts .single-post .content-post div figure svg {
    display: none;
    visibility: hidden;
  }

  .filtres-posts .posts .fiches-conseils .content-post div h3,
  .filtres-posts .posts .fiches-conseils .content-post div p {
    text-align: center !important;
  }

  .filtres-posts .posts .single-post .content-post div {
    grid-gap: 0;
  }

  .filtres-posts .posts .single-post .footer-post {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

.ariane {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 1rem auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .8rem;
}

.ariane.pro {
  max-width: 80%;
}

.ariane a {
  color: #0f2030;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 600;
  margin: 0 10px;
  font-style: italic;
}

.ariane span {
  color: #005266;
}

header .container.desktop {
  position: relative;
}

header .container.desktop .logo {
  display: flex;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

header .container.desktop .logo img {
  width: 100%;
  object-fit: contain;
}

header .container.desktop .logo.partner {
  position: absolute;
  top: 15%;
  right: 0;
  width: 100%;
}

header .container.desktop .logo.partner img {
  width: 30%;
  object-fit: contain;
  max-width: 200px;
}

/* article pro */
article img {
  width: 100%;
  max-height: 40vh;
  object-fit: contain;
  margin: 2rem;
}

article h1 span {
  font-family: "Helvetica Neue" !important;
  font-size: 1.5em;
}

.list-article .article-pro {
  height: auto !important;
}

.uagb-slider-container.uagb-block-b2fe9b68 .swiper-pagination {
  margin-bottom: 20px;
}