.featured-title {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    position: relative;
  }
  
  .featured-title::after {
    content: "";
    position: absolute;
    width: 142px;
    height: 5px;
    left: 0;
    top: 100%;
    background-color: #f9423a;
  }
  
  section,
  aside {
    padding-top: 70px;
  }
  
  .section {
    margin-top: 70px;
  }
  
  .section-title {
    margin-bottom: 30px;
  }
  
  .section-title h2 {
    font-size: 36px;
    line-height: 48px;
    text-transform: uppercase;
    margin: 0;
  }
  
  .page-title h2 {
    font-size: 48px;
    line-height: 65px;
  }
  
  .page-title h2 span {
    display: inline-block;
  }
  
  section .cta-button,
  div .cta-button {
    text-align: center;
  }
  
  .overlay {
    background-color: rgba(51, 51, 51, 0.8);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 99;
    display: none;
  }
  
  body.menu-opened .overlay {
    display: block;
  }
  
  .file-link {
    padding-left: 20px;
    display: block;
    position: relative;
  }
  
  .file-link::before {
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .pdf-link::before {
    content: "\f1c1";
  }
  
  p.tag {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    font-family: "Antonio", sans-serif;
    color: #fff;
    background-color: #3887c8;
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 0;
    z-index: 2;
  }
  
  p.date-with-icon,
  p.location-with-icon {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    color: #555555;
  }
  
  p.date-with-icon i,
  p.location-with-icon i {
    margin-right: 6px;
  }
  
  p.date-with-icon {
    color: #0071bb;
  }
  
  .img-link::before {
    content: "\f1c5";
  }
  
  .zip-link::before {
    content: "\f1c6";
  }
  
  .print-link::before {
    content: "\f02f";
  }
  
  @media (min-width: 768px) {
    .columns-2 {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      column-gap: 20px;
    }
    .columns-3 {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      column-gap: 20px;
    }
  }
  
  @media (max-width: 767px) {
    section,
    aside {
      padding-top: 45px;
    }
    .section {
      margin-top: 50px;
    }
    section .cta-button,
    div .cta-button {
      text-align: left;
    }
    .page-title h2 {
      font-size: 36px;
      line-height: 50px;
    }
  }
  
  .fiche {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  
  .fiche p {
    margin-bottom: 0;
  }
  
  .fiche .sidebar {
    padding-right: 10px;
    width: 30.9375%;
  }
  
  .fiche .sidebar .sidebar-img {
    position: relative;
  }
  
  .fiche .sidebar .sidebar-img img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .fiche .sidebar .document-link{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .fiche .sidebar .document-link .ml-5.file-link.print-link, .fiche .document-add-favorite{
    margin-right: 80px;
  }
  
  
  
  
  .fiche .sidebar .info-sidebar {
    padding: 10px 10px 20px 10px;
    background-color: #f1f1f1;
  }
  
  .fiche .sidebar .info-sidebar h5 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    line-height: 25px;
    font-weight: normal;
    margin-bottom: 10px;
  }
  
  .fiche .sidebar .info-sidebar p.date-with-icon {
    margin-bottom: 5px;
  }
  
  .fiche .sidebar .info-sidebar .map {
    margin-top: 35px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #00b0cf;
    height: 345px;
  }
  
  .fiche .sidebar .info-sidebar .contact-info h5 {
    margin-bottom: 15px;
  }
  
  .fiche .sidebar .info-sidebar .contact-info p {
    color: #1d1d1d;
    margin-bottom: 0;
  }
  
  .fiche .sidebar .info-sidebar .contact-info a {
    text-decoration: underline;
  }
  
  .fiche .sidebar .info-sidebar .contact-info i {
    color: #00b0cf;
    font-size: 15px;
    margin-left: 4px;
  }
  
  .fiche .content-fiche {
    padding-left: 10px;
    width: 69.0625%;
  }
  
  @media (max-width: 767px) {
    .fiche .sidebar {
      width: 100%;
      padding: 0;
      margin-bottom: 20px;
    }
    .fiche .content-fiche {
      width: 100%;
      padding: 0;
    }
  }

  /* homepage */
  
  .news-article .article-image {
    position: relative;
    padding-bottom: 67.22%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .news-article .article-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  
  .news-article .article-image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f9423a;
    opacity: 0;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
  }
  
  .news-article .article-image:hover::after {
    opacity: 0.5;
  }
  
  .news-article .date {
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 15px;
    line-height: 1;
    font-family: "Antonio", sans-serif;
    color: #1d1d1d;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    background-color: #fff;
    padding: 7.5px 10px;
  }
  
  .news-article .title-article {
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    max-width: 80%;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    position: relative;
  }
  
  .news-article .title-article::after {
    content: "";
    position: absolute;
    width: 61px;
    height: 5px;
    left: 0;
    bottom: 0;
    background-color: #f9423a;
  }
  
  .news-article .excerpt {
    margin-bottom: 0;
  }
  
  @media (max-width: 767px) {
    .news-article .article-image {
      padding-bottom: 72.1%;
    }
    .news-article .date {
      right: 0;
    }
  }
  
  @media (max-width: 359px) {
    .news-article .title-article {
      max-width: 100%;
    }
  }
  
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .news-article .article-image {
      display: block;
    }
  }
  
  .events-article {
    background-color: #f1f1f1;
    /*height: 185px;*/
    display: flex;
    margin-bottom: 15px;
  }
  
  .events-article .event-image {
    position: relative;
    width: 23.352%;
    padding-bottom: 18.325%;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  
  .events-article .event-image:not(.no-link)::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f9423a;
    opacity: 0;
    transition: all 0.1s;
    z-index: 1;
  }
  
  .events-article .event-image:hover::before {
    opacity: 0.5;
  }
  
  .events-article .sidebar-event-image::after,
  .events-article .event-image::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    font-family: "Antonio", sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 0;
    z-index: 2;
  }
  
  .events-article .event-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
  }
  
  @media screen and (max-width: 740px) {
    .events-article .event-image img {
      width: 330px;
    }
  }
  
  .home .trainings-section .events-article .event-image img,
  .page-id-29 .events-article .event-image img,
  .page-template-revue-de-presse .events-article .event-image img {
    height: initial;
    width: 100%;
  }
  
  .events-article.complete .sidebar-event-image::after,
  .events-article.complete .event-image::after {
    content: "COMPLET" !important;
    background-color: #f9423a !important;
  }
  
  .events-article.complete .bottom-description .main-btn {
    display: none;
  }
  
  .events-article.new .sidebar-event-image::after,
  .events-article.new .event-image::after {
    content: "Nouveau";
    background-color: #3887c8;
  }
  
  .events-article.save-the-date .sidebar-event-image::after,
  .events-article.save-the-date .event-image::after {
    content: "Save The Date";
    background-color: #fff;
    color: #1d1d1d;
  }
  
  .events-article.annule .sidebar-event-image::after,
  .events-article.annule .event-image::after {
    content: "ANNULE" !important;
    background-color: #f9423a !important;
    color:#fff;
  }
  
  .events-article .event-description {
    width: 76.648%;
    padding: 10px 10px 10px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }
  
  .events-article .title-event {
    font-family: "Roboto", sans-serif;
    color: #1d1d1d;
    font-weight: normal;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 5px;
    width: 100%;
  }
  
  .events-article .title-event:not(.no-link):hover {
    color: #f36f21;
  }
  
  .events-article .date,
  .events-article .location {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  
  .events-article .date img,
  .events-article .location img {
    display: inline-block;
    margin-right: 6px;
  }
  
  .events-article .date i,
  .events-article .location i {
    margin-right: 6px;
  }
  
  .events-article .date {
    color: #0071bb;
    margin-bottom: 8px;
  }
  
  .events-article .bottom-description {
    width: 100%;
    align-self: flex-end;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 5px;
  }
  
  .events-article .bottom-description .main-btn {
    margin-bottom: 4px;
    display: block;
  }
  
  .events-article .excerpt {
    max-width: 567px;
    margin-bottom: 0;
  }
  
  .events-article .excerpt .show-print {
    display: none;
  }
  
  .events-article .form-apply {
    max-width: 214px;
    display: none;
  }
  
  .events-article .form-apply label {
    font-weight: bold;
    line-height: 19px;
    margin: 0;
    width: 100%;
  }
  
  .events-article .form-apply input {
    border: 1px solid #00b0cf;
    padding: 0 9px;
    width: calc(100% - 27px);
    height: 30px;
    font-style: italic;
    outline: none;
  }
  
  .events-article .form-apply input[type="submit"] {
    background-color: #00b0cf;
    background-image: url("../../img/icons/icon-bell.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 27px;
    height: 30px;
    padding: 0;
    outline: none;
    border: 1px solid #00b0cf;
    border-left: none;
  }
  
  .events-article .form-apply input[type="submit"]:hover {
    background-color: #fff;
    background-image: url("../../img/icons/icon-bell-blue.svg");
  }
  
  .events-article.save-the-date .form-apply {
    display: flex;
    flex-wrap: wrap;
  }
  
  .events-article.save-the-date .main-btn {
    /*display: none;*/
  }
  
  @media (max-width: 767px) {
    .events-article {
      flex-direction: column;
      height: auto;
    }
    .events-article .event-image {
      width: 100%;
      padding-bottom: 78%;
    }
    .events-article .title-event {
      margin-bottom: 5px;
    }
    .events-article .event-description {
      width: 100%;
      padding-left: 10px;
      padding-bottom: 10px;
    }
    .events-article .date,
    .events-article .location {
      line-height: 19px;
      padding-left: 4px;
    }
    .events-article .date {
      margin-bottom: 8px;
    }
    .events-article .bottom-description {
      display: block;
      align-self: initial;
      text-align: center;
      margin-top: 20px;
    }
    .events-article .bottom-description .main-btn {
      display: inline-block;
      margin-top: 20px;
      margin-bottom: 10px;
    }
    .events-article .bottom-description p {
      text-align: left;
    }
    .events-article .form-apply label {
      text-align: left;
      margin-bottom: 5px;
    }
  }
  
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .events-article .event-image {
      display: block;
    }
  }
  
  .trainings-article {
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 12px 10px 23px 10px;
  }
  
  .trainings-article .event-image {
    width: 100%;
    padding-bottom: 61.405%;
  }
  
  .trainings-article .event-image .tag {
    position: absolute;
    top: 10px;
    left: 0;
    font-family: "Antonio", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    background-color: #555555;
    padding: 0 5px;
    margin: 0;
    z-index: 2;
  }
  
  .trainings-article .event-description {
    width: 100%;
    padding: 0;
    padding-top: 20px;
  }
  
  .trainings-article .title-event {
    margin-bottom: 8px;
  }
  
  .trainings-article .date {
    margin-top: 0;
    margin-bottom: 13px;
    line-height: 19px;
  }
  
  .trainings-article .location {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 19px;
  }
  
  .trainings-article .bottom-description {
    display: block;
  }
  
  .trainings-article .main-btn {
    display: inline-block;
  }
  
  .trainings-article .excerpt {
    width: 100%;
    margin-bottom: 15px;
  }
  
  .trainings-article .form-apply {
    margin-top: auto;
  }
  
  .trainings-article .form-apply label {
    margin-bottom: 5px;
  }
  
  .trainings-article .cta-btn {
    text-align: center;
    margin-top: auto;
  }
  
  .slide {
    height: 100%;
  }
  
  @media (max-width: 767px) {
    .trainings-article {
      padding-bottom: 0;
    }
    .trainings-article .title-event {
      margin-bottom: 5px;
    }
    .trainings-article .location {
      margin-bottom: 0;
    }
    .trainings-article .excerpt {
      margin-bottom: 0;
    }
    .trainings-article .main-btn {
      margin-top: 15px;
      margin-bottom: 20px;
    }
    .trainings-article .form-apply {
      margin-top: 20px;
      margin-bottom: 20px;
      max-width: 100%;
    }
    .trainings-article .form-apply input {
      width: 227px;
    }
  }
  
  .publications-article {
    padding-bottom: 20px;
    padding-top: 10px;
    margin-bottom: 30px;
  }
  
  .publications-article .event-image {
    padding-bottom: 142.46%;
  }
  
  .publications-article .event-description {
    padding-top: 10px;
  }
  
  .publications-article .date {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
  }
  
  .publications-article .file-link {
    text-transform: uppercase;
  }
  
  @media (max-width: 767px) {
    .publications-article {
      padding-left: 11px;
      padding-right: 11px;
      margin-bottom: 20px;
    }
    .publications-article .event-image {
      padding-bottom: 127.67%;
    }
    .publications-article .bottom-description {
      text-align: left;
      margin-top: 0;
    }
    .publications-article .date {
      padding-left: 0;
    }
  }
  
  .partner {
    display: flex;
    background-color: #f1f1f1;
    margin-bottom: 30px;
    position: relative;
  }
  
  .partner .partner-image {
    position: relative;
    display: flex;
    align-items: center;
    width: 15.625%;
    padding-bottom: 15.625%;
    overflow: hidden;
    background-color: #fff;
  }
  
  .partner .partner-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
  }
  
  .partner .partner-description {
    width: 84.375%;
    padding: 60px 20px 20px 10px;
    align-self: flex-end;
  }
  
  .partner .excerpt {
    margin-bottom: 15px;
  }
  
  .partner .tag {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
    font-family: "Antonio", sans-serif;
    color: #fff;
    background-color: #3887c8;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    text-transform: uppercase;
    padding: 5px 10px;
  }
  
  @media (max-width: 991.90px) {
    .partner .partner-image {
      width: 25%;
    }
    .partner .partner-description {
      width: 75%;
    }
  }
  
  @media (max-width: 767px) {
    .partner {
      display: block;
    }
    .partner .partner-image {
      width: 100%;
      padding-bottom: 100%;
    }
    .partner .partner-description {
      width: 100%;
      position: relative;
      padding-right: 10px;
    }
  }
  
  .filters {
    margin-bottom: 20px;
  }
  
  .filters .dropdown {
    display: inline-block;
    margin-bottom: 10px;
  }
  
  .filters .dropdown.show .btn-dropdown::after {
    transform: rotate(90deg);
  }
  
  .filters .dropdown-menu {
    width: 100%;
    margin-top: 0;
    padding: 0;
    border: 1px solid #00b0cf;
    border-radius: 0;
  }
  
  .filters .dropdown-menu .dropdown-item {
    font-size: 18px;
    color: #555555;
    font-weight: normal;
    line-height: 26px;
    padding: 6px 20px;
    border-bottom: 1px solid #00b0cf;
    position: relative;
    white-space: normal;
  }
  
  .filters .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  
  .filters .dropdown-menu .dropdown-item:hover {
    color: #00b0cf;
    background-color: transparent;
  }
  
  .filters .dropdown-menu .dropdown-item:hover::after {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #00b0cf;
  }
  
  .btn-dropdown {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 26px;
    /*width: 255px;*/
    min-width: 200px;
    height: 40px;
    background-color: #00b0cf;
    color: #fff;
    outline: none;
    border: none;
    text-align: left;
    padding-left: 20px;
    /*padding-right: 22px;*/
    padding-right: 45px;
  }
  
  .btn-dropdown::after {
    border: none;
    width: 7px;
    height: 10px;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    position: absolute;
    vertical-align: middle;
    background-image: url("../../img/icons/icon-r-dropdown.svg");
    background-repeat: no-repeat;
  }
  
  .btn-dropdown:focus {
    outline: none;
  }
  
  .secondary-dropdown .btn-dropdown {
    background-color: #cbc4bc;
  }
  
  .secondary-dropdown .dropdown-menu {
    border-color: #cbc4bc;
  }
  
  .secondary-dropdown .dropdown-menu .dropdown-item {
    border-bottom-color: #cbc4bc;
  }
  
  .secondary-dropdown .dropdown-menu .dropdown-item:hover {
    color: #cbc4bc;
  }
  
  .secondary-dropdown .dropdown-menu .dropdown-item:hover::after {
    background-color: #cbc4bc;
  }
  
  @media (max-width: 767px) {
    .filters .dropdown {
      display: block;
      margin-bottom: 10px;
    }
    .btn-dropdown {
      width: 100%;
    }
  }
  
  .members .col-xl-3 {
    margin-bottom: 50px;
  }
  
  .member {
    background-color: #fff;
    position: relative;
    border-bottom: 5px solid #f1f1f1;
    height: 100%;
    text-align: center;
  }
  
  .member::after {
    content: "";
    width: 2px;
    height: calc(100% - 100px);
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #f1f1f1;
  }
  
  .member .avatar-member {
    position: relative;
    z-index: 2;
  }
  
  .member .avatar-member::after {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #3887c8;
    border-top: 10px solid #3887c8;
    z-index: 0;
  }
  
  .member .img-avatar {
    width: 190px;
    height: 190px;
    background-color: #c4c4c4;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 4;
    border: 5px solid #fff;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  
  .member .img-avatar img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
  }
  
  .member .name-member {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .member .name-member h3 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
  }
  
  .member .name-member p {
    font-weight: normal;
    margin-bottom: 5px;
  }
  
  .member .name-member p.position {
    font-weight: bold;
    color: #3887c8;
    margin-bottom: 0;
  }
  
  .member .name-member .date {
    margin-bottom: 10px;
    font-weight: 300;
  }
  
  .member .description-member {
    font-style: italic;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .member .description-member p {
    margin-bottom: 20px;
  }
  
  @media (max-width: 767px) {
    .members .col-xl-3 {
      margin-bottom: 30px;
    }
  }
  
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .member .img-avatar {
      display: block;
    }
  }
  
  .testimonial {
    text-align: center;
    padding: 20px 10px 17px 10px;
    height: 100%;
  }
  
  .testimonial .avatar-member {
    width: 200px;
    height: 200px;
    background-color: #c4c4c4;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-radius: 50%;
  }
  
  .testimonial .avatar-member img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  
  .testimonial .name-member {
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  
  .testimonial .position-member {
    font-weight: bold;
    color: #3887c8;
    margin-bottom: 20px;
  }
  
  .testimonial .review-member {
    margin-bottom: 0;
  }
  
  @media (max-width: 575px) {
    .testimonial {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .testimonial .avatar-member {
      display: block;
    }
  }
  
  .news-section .news-item {
    display: flex;
    margin: 0 -10px;
  }
  
  .news-section .news-article {
    width: 33.3%;
    margin: 0 10px;
    position: relative;
  }
  
  .trainings-section .trainings-item {
    display: flex;
    margin: 0 -10px;
  }
  
  .trainings-section .trainings-article {
    width: 33.3%;
    margin: 0 10px;
  }
  
  .cta-newsletter {
    display: flex;
    align-items: center;
    background-color: #f1f1f1;
  }
  
  .cta-newsletter .section-title {
    margin-bottom: 27px;
  }
  
  .cta-newsletter > img {
    width: 49%;
  }
  
  .cta-newsletter .description-newsletter {
    width: 51%;
    padding: 20px;
    align-self: flex-start;
  }
  
  .cta-newsletter .description-newsletter ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
  }
  
  .cta-newsletter .description-newsletter ul li {
    display: flex;
    margin-bottom: 10px;
  }
  
  .cta-newsletter .description-newsletter ul li p {
    margin-bottom: 0;
    padding: 0 5px;
  }
  
  .cta-newsletter .description-newsletter ul li p:first-child {
    font-weight: normal;
    /*width: 60px;*/
  }
  
  .cta-newsletter .description-newsletter ul li p:nth-child(2) {
    /*width: 100px;*/
  }
  
  .cta-newsletter .description-newsletter .main-btn {
    padding-left: 27px;
    padding-right: 27px;
  }
  
  /* cta-propositions */
  .cta-propositions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #3887c8;
  }
  
  @media (min-width: 768px) {
    .cta-propositions {
      flex-wrap: nowrap;
    }  
  }
  
  
  .cta-propositions > img,
  .cta-propositions > iframe,
  .cta-propositions .description-propositions {
    max-width: 100%;
    width: 100%;
  }
  
  @media (min-width: 768px) {
    .cta-propositions > img,
    .cta-propositions > iframe,
    .cta-propositions .description-propositions {
      width: 50%;
    }
    
  }
  
  .cta-propositions .description-propositions {
    color: white;
    padding: 20px;
  }
  
  .cta-propositions .description-propositions h3 {
    color: white;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    text-decoration: #F9423A 4px;
    text-decoration-line: underline;
    text-underline-offset: 11px;
    text-transform: uppercase;
    margin-bottom: 25px;
  }
  
  .cta-propositions .description-propositions p {
    font-size: 16px;
    line-height: 24px;
  }
  
  .cta-propositions .description-propositions .main-btn {
    padding-left: 27px;
    padding-right: 27px;
    color: #00b0cf;
    background-color: #ffffff;
    border: 1px solid #ffffff;
  }
  /* End cta-propositions */
  
  .external-sites-section {
    padding-top: 55px;
  }
  
  .external-sites-section .section-title {
    margin-bottom: 22px;
  }
  
  .external-sites-section .site {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  
  .external-sites-section p {
    font-weight: normal;
    margin-bottom: 25px;
  }
  
  .external-sites-section .site-box {
    display: flex;
    margin-bottom: 20px;
    background-color: #f1f1f1;
    margin-top: auto;
  }
  
  .external-sites-section .img-container {
    position: relative;
    display: flex;
    justify-content: center;
    width: 48.04%;
    padding-bottom: 37.434%;
    overflow: hidden;
  }
  
  .external-sites-section .img-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
  }
  
  .external-sites-section ul {
    width: 51.96%;
    list-style-type: none;
    padding: 10px 0 10px 20px;
    margin-top: 3px;
    margin-bottom: 0;
  }
  
  .external-sites-section ul li {
    font-weight: normal;
    margin-bottom: 5px;
  }
  
  @media (max-width: 767px) {
    .news-section .news-item {
      display: block;
      margin: 0;
    }
    .news-section .news-article {
      width: 100%;
      margin: 0;
      margin-bottom: 25px;
    }
    .news-section .news-article:last-child {
      margin-bottom: 0;
    }
    .events-section .save-the-date .main-btn {
      display: none;
    }
    .events-section .form-apply {
      margin-top: 20px;
      margin-bottom: 10px;
    }
    .trainings-section .trainings-item {
      flex-direction: column;
      margin: 0;
    }
    .trainings-section .trainings-article {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 15px;
    }
    .cta-newsletter {
      flex-direction: column;
    }
    .cta-newsletter > img {
      width: 100%;
    }
    .cta-newsletter .description-newsletter {
      width: 100%;
    }
    .external-sites-section {
      padding-top: 45px;
    }
    .external-sites-section .site-box {
      flex-direction: column;
    }
    .external-sites-section .site-box .img-container {
      width: 100%;
      padding-bottom: 0;
      display: block;
    }
    .external-sites-section .site-box .img-container img {
      position: relative;
    }
    .external-sites-section ul {
      width: 100%;
      padding-bottom: 20px;
    }
    .external-sites-section .site {
      margin-bottom: 45px;
      display: block;
    }
  }
  
  .listing-news {
    padding-top: 67px;
    padding-bottom: 10px;
  }
  
  .listing-news .news-article {
    margin-bottom: 45px;
  }
  
  .listing-news .news-article .article-image {
    padding-bottom: 67.75%;
  }
  
  .listing-news .news-article .date {
    right: 10px;
  }
  
  .listing-news .news-article .title-article {
    max-width: 100%;
    padding-bottom: 10px;
  }
  
  .listing-news .news-article .title-article::after {
    width: 142px;
  }
  
  .listing-news .news-article .excerpt {
    margin-bottom: 15px;
  }
  
  @media (max-width: 767px) {
    .listing-news {
      padding-top: 50px;
    }
    .listing-news .news-article {
      margin-bottom: 30px;
    }
    .listing-news .news-article .article-image {
      padding-bottom: 82.5%;
    }
  }
  
  .article-post {
    padding-top: 70px;
  }
  
  .article-post .featured-image {
    position: relative;
    height: 350px;
    background-size: cover;
    background-position: center;
  }
  
  .article-post .featured-image .tag {
    position: absolute;
    left: 0;
    top: 30px;
    background-color: #3887c8;
    font-family: "Antonio", sans-serif;
    color: #fff;
    font-size: 48px;
    line-height: 65px;
    font-weight: normal;
    text-transform: uppercase;
    max-width: 645px;
    padding: 0 7px;
    z-index: 3;
  }
  
  .article-post .featured-image .tag:nth-of-type(2) {
    top: 95px;
  }
  
  .article-post .featured-image .date {
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 15px;
    line-height: 1;
    font-family: "Antonio", sans-serif;
    color: #1d1d1d;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    background-color: #fff;
    padding: 7.5px 10px;
  }
  
  .article-content h1 span,
  .article-post h1 span,
  .section-title h2 span {
    color: #fff;
    background-color: #3887c8;
    padding: 0 6px;
    /* box-shadow: 5px 0 #3887c8, -5px 0 #3887c8; */
  }
  
  .single-post .article-post .title-post {
    margin-top: 20px;
  }
  .article-post .title-post {
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    max-width: 874px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
  }
  
  .single-post .article-top .title-post {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 68px;
  }
  
  .single-offers .article-post .title-post::after {
    content: "";
    position: absolute;
    width: 142px;
    height: 5px;
    left: 0;
    bottom: 0;
    background-color: #f9423a;
  }
  
  .article-post p {
    margin-bottom: 25px;
  }
  
  .article-post h5 {
    font-family: "Roboto", sans-serif;
    color: #555555;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 17px;
  }
  
  .article-post ul,
  .article-post ol {
    padding-left: 36px;
  }
  
  .article-post ul li,
  .article-post ol li {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 25px;
  }
  
  .article-post .pdf-document {
    display: block;
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px;
  }
  
  .article-post .pdf-document:last-child {
    margin-bottom: 0;
  }
  
  .article-post .pdf-document::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    background-image: url("../../img/icons/icon-pdf.svg");
    background-repeat: no-repeat;
    background-position: center 2px;
  }
  
  .article-post .featured-articles {
    margin-top: 63px;
  }
  
  .article-post .featured-articles .news-item {
    display: flex;
    margin: 0 -10px;
  }
  
  .article-post .featured-articles .news-article {
    width: 33.3%;
    margin: 0 10px;
    position: relative;
  }
  
  .single-post .article-top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .single-post .article-top .page-title{
      margin-right: 20px;
  }
  .single-post .article-top > div {
    width: 100%;
  }
  .single-post .article-top > div:first-child {
    order: 0;
  }
  @media(min-width: 678px) {
      .single-post .article-top {
        flex-wrap: nowrap;
      }
      .single-post .article-top > div {
        width: 50%;
      }
      .single-post .article-top > div:first-child {
        padding-right: 10px;
      }
      .single-post .article-date-share div.action-buttons {
        flex-direction: row;
        align-items: center;
        font-weight: 300;
      }
  }
  @media(max-width: 576px){
    .single-post .article-top .featured-image{
      margin-top: 30px;
    }
  }
  .article-date-share p.date{
    font-size: 20px;
    font-family: "Antonio", sans-serif;
    font-weight: normal;
    color: #1d1d1d;
    margin-top: 20px;
    line-height: 20px;
    text-transform: uppercase;
  }
  
  .article-date-share div.action-buttons{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
  }
  .single-post .content-article > h2 {
    font-family: "Antonio";
    color: #1D1D1D;
    position: relative;
  }
  .single-post .content-article > h2:after {
    content: "";
    position: absolute;
    width: 142px;
    height: 5px;
    left: 0;
    bottom: -8px;
    background-color: #f9423a;
  }
  
  @media (max-width: 767px) {
    .article-post {
      padding-top: 50px;
      padding-bottom: 5px;
    }
    .article-post .featured-image {
      height: 200px;
    }
    .article-post .featured-image .tag {
      font-size: 22px;
      line-height: 30px;
    }
    .article-post .featured-image .tag:nth-of-type(2) {
      top: 60px;
    }
    .article-post .featured-image .date {
      font-size: 13px;
      padding-left: 4px;
      padding-right: 4px;
    }
    .article-post .featured-articles {
      margin-top: 45px;
    }
    .article-post .featured-articles .news-item {
      display: block;
      margin: 0;
    }
    .article-post .featured-articles .news-item .news-article {
      width: 100%;
      margin: 0;
      margin-bottom: 15px;
    }
    .article-post .slick-slider {
      padding-bottom: 0;
    }
  }
  
  @media (max-width: 479px) {
    .article-post .featured-image .date {
      top: 0;
    }
  }
  
  .listing-trainings .pagination {
    margin-top: 45px;
  }
  
  .listing-trainings .featured-title {
    padding-top: 15px;
  }
  
  .listing-trainings .featured-title::after {
    width: 61px;
  }
  
  .listing-trainings .search-form {
    margin-bottom: 10px;
  }
  
  .listing-trainings .filters {
    margin-bottom: 10px;
  }
  
  .listing-trainings .events-article:last-child {
    margin-bottom: 0;
  }
  
  .listing-trainings .events-article .event-image {
    width: 17.5%;
    padding-bottom: 13.672%;
  }
  
  .listing-trainings .events-article .event-description {
    width: 82.5%;
  }
  
  @media (max-width: 767px) {
    .listing-trainings .pagination {
      margin-top: 30px;
    }
    .listing-trainings .events-article .event-image {
      width: 100%;
      padding-bottom: 78%;
    }
    .listing-trainings .events-article .event-description {
      width: 100%;
    }
    .listing-trainings .save-the-date .main-btn {
      display: none;
    }
  }
  
  .listing-formations .filters {
    margin-bottom: 20px;
  }
  
  .listing-formations .featured-title {
    padding-top: 5px;
  }
  
  .listing-formations .featured-title::after {
    width: 61px;
  }
  
  .listing-formations .col-xl-3 {
    margin-bottom: 25px;
  }
  
  .listing-formations .trainings-article {
    height: 100%;
    margin-bottom: 0;
  }
  
  .agenda-formations footer.main-footer {
    margin-top: 45px;
  }
  
  @media (max-width: 576px) {
    .listing-formations .trainings-article .event-image {
      padding-bottom: 54.7%;
    }
    .listing-formations .col-xl-3 {
      margin-bottom: 15px;
    }
    .listing-formations .col-xl-3:last-child {
      margin-bottom: 25px;
    }
    .agenda-formations footer.main-footer {
      margin-top: 25px;
    }
  }
  
  .cta-press-info {
    margin-bottom: 50px;
  }
  
  .cta-press-info .file-link {
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  
  .cta-press-info .file-link:last-child {
    margin-bottom: 0;
  }
  
  .listing-press-releases .col-xl-3 {
    margin-bottom: 30px;
  }
  
  .listing-press-releases .trainings-article {
    height: 100%;
    padding: 10px 10px 18px 10px;
    margin-bottom: 0;
  }
  
  .listing-press-releases .trainings-article .date {
    margin-bottom: 10px;
  }
  
  .listing-press-releases .trainings-article .title-event {
    margin-bottom: 20px;
  }
  
  .listing-press-releases .trainings-article .file-link {
    margin-bottom: 5px;
  }
  
  .listing-press-releases .trainings-article .file-link:last-child {
    margin-bottom: 0;
  }
  
  .listing-press-releases .trainings-article .bottom-description {
    text-align: left;
  }
  
  .listing-press-releases .pagination {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  
  @media (max-width: 767px) {
    .cta-press-info {
      margin-bottom: 30px;
    }
    .listing-press-releases .trainings-article .event-image {
      padding-bottom: 54.7%;
    }
    .listing-press-releases .trainings-article .bottom-description {
      margin-top: 0;
    }
    .listing-press-releases .col-xl-3 {
      margin-bottom: 45px;
    }
    .listing-press-releases .col-xl-3:last-child {
      margin-bottom: 0;
    }
    .listing-press-releases .pagination {
      margin-top: 30px;
      margin-bottom: 10px;
    }
  }
  
  .revue-de-presse .trainings-article {
    padding-bottom: 10px;
  }
  
  .revue-de-presse .trainings-article .event-image {
    padding-bottom: 45.615%;
  }
  
  .revue-de-presse .trainings-article .bottom-description p {
    margin-bottom: 0;
  }
  
  .revue-de-presse .trainings-article .bottom-description p span {
    font-size: 16px;
    font-weight: bold;
  }
  
  .revue-de-presse .trainings-article .bottom-description .date {
    line-height: 25px;
  }
  
  @media (max-width: 767px) {
    .revue-de-presse .col-xl-3 {
      margin-bottom: 30px;
    }
    .revue-de-presse .col-xl-3:last-child {
      margin-bottom: 30px;
    }
    .revue-de-presse .trainings-article {
      padding-bottom: 20px;
    }
    .revue-de-presse .pagination {
      margin-top: 15px;
    }
  }
  
  .listing-partners .section-title {
    margin-bottom: 40px;
  }
  
  .listing-partners .section-title p {
    margin-top: 30px;
    margin-bottom: 0;
  }
  
  @media (max-width: 767px) {
    .listing-partners .section-title {
      margin-bottom: 20px;
    }
  }
  
  @media (max-width: 576px) {
    .partner .partner-image {
      padding-bottom: 70%;
    }
  }
  
  .contributions .main-form,
  .contributions .account-page-form,
  .contributions .form-ajax-search,
  .contributions .wpcf7 {
    margin-top: 45px;
    max-width: 468px;
  }
  
  @media (max-width: 767px) {
    .main-form,
    .account-page-form,
    .form-ajax-search,
    .wpcf7 {
      margin-top: 50px;
    }
  }
  
  .article-la-feef h5 {
    font-family: "Roboto", sans-serif;
    color: #3887c8;
    font-weight: normal;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 25px;
  }
  
  .article-la-feef h6 {
    font-family: "Roboto", sans-serif;
    color: #555555;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
  }
  
  .article-la-feef p {
    margin-bottom: 30px;
  }
  
  .article-la-feef p:last-child {
    margin-bottom: 0;
  }
  
  .article-la-feef .data-numbers {
    margin-top: 43px;
    display: flex;
    justify-content: center;
  }
  
  .article-la-feef .data-numbers .data {
    width: 200px;
    margin-right: 126px;
    text-align: center;
  }
  
  .article-la-feef .data-numbers .data:last-child {
    margin-right: 0;
  }
  
  .article-la-feef .data-numbers .data .img {
    height: 253px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
  }
  
  .article-la-feef .data-numbers .data .img img {
    max-width: 100%;
  }
  
  .article-la-feef .data-numbers .data .number {
    font-family: "Antonio", sans-serif;
    font-weight: normal;
    font-size: 48px;
    line-height: 65px;
    color: #3887c8;
    margin-bottom: 5px;
  }
  
  .article-la-feef .data-numbers .data .name {
    font-family: "Antonio", sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    color: #555555;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  
  .article-la-feef.article-presentation .section-title {
    margin-bottom: 20px;
  }
  
  .article-la-feef.article-presentation .section-title h2 {
    margin-bottom: 30px;
  }
  
  .article-la-feef .chart h3 {
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  
  .article-la-feef ul {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    padding-left: 25px;
  }
  
  .article-la-feef ul li {
    margin-bottom: 22px;
  }
  
  .article-la-feef .file-link {
    text-transform: uppercase;
    display: inline-block;
  }
  
  .article-la-feef .description {
    margin-bottom: 45px;
  }
  
  .article-la-feef .description .featured-title::after {
    width: 96px;
  }
  
  @media (max-width: 991.90px) {
    .article-la-feef .data-numbers .data {
      margin-right: 70px;
    }
  }
  
  @media (max-width: 767px) {
    .article-la-feef .data-numbers {
      display: block;
      margin-top: 45px;
    }
    .article-la-feef .data-numbers .data {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px;
    }
    .article-la-feef .data-numbers .data:last-child {
      margin-bottom: 0;
      margin-right: auto;
    }
    .article-la-feef .data-numbers .data .img {
      height: auto;
    }
    .article-la-feef .description {
      margin-bottom: 30px;
    }
    .article-la-feef .main-form,
    .article-la-feef .account-page-form,
    .article-la-feef .form-ajax-search,
    .article-la-feef .wpcf7 {
      margin-top: 0;
    }
  }
  
  .le-bureau-page footer.main-footer {
    margin-top: 20px;
  }
  
  .team-section .member {
    max-width: 305px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .team-section .member .name-member {
    padding-bottom: 20px;
  }
  
  .team-section .member .name-member p {
    margin-bottom: 15px;
  }
  
  .team-section .member .name-member .phone-no,
  .team-section .member .name-member .e-mail {
    font-weight: normal;
    color: #3887c8;
    margin-bottom: 5px;
    display: block;
  }
  
  .team-section .member .name-member .phone-no i,
  .team-section .member .name-member .e-mail i {
    margin-right: 5px;
    font-size: 15px;
  }
  
  .team-section .join {
    max-width: 955px;
  }
  
  .team-section .join strong {
    color: #1d1d1d;
  }
  
  .gray img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  
  .filters-team {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  
  .filters-team h4 {
    font-size: 22px;
    line-height: 30px;
    color: #3887c8;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: 15px;
  }
  
  .filters-team .button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .filters-team button {
    font-family: "Antonio", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #1d1d1d;
    text-transform: uppercase;
    padding: 0 3px;
    margin: 0 11px 15px;
    border: 1px solid #00b0cf;
    background-color: #fff;
  }
  
  .filters-team button:hover,
  .filters-team button.is-checked {
    background-color: #00b0cf;
    color: #fff;
  }
  
  .filters-team button:focus {
    outline: none;
  }
  
  @media (max-width: 767px) {
    .team-section .join {
      margin-top: 15px;
    }
    .filters-team button {
      margin-left: 3px;
      margin-right: 3px;
      padding: 0 2px;
    }
  }
  
  .etudes {
    padding-bottom: 0;
  }
  
  .etudes form {
    margin-top: 50px;
  }
  
  .connexion-forms .obs {
    margin-bottom: 20px;
  }
  
  .connexion-forms .login-form {
    max-width: 100%;
  }
  
  .connexion-forms .login-form .inputs-group {
    display: block;
  }
  
  .connexion-forms .login-form .inputs-group .input-wrapper {
    padding: 0 !important;
  }
  
  .connexion-forms
    .login-form
    .inputs-group
    .input-wrapper
    input:not([type="submit"]) {
    max-width: 224px;
  }
  
  .connexion-forms .pass-recovery {
    margin-top: 20px;
    margin-bottom: 0;
  }
  
  .connexion-forms .pass-recovery a {
    color: #f36f21;
  }
  
  .connexion-forms .form-pass-recovery {
    margin-top: 60px;
  }
  
  @media (max-width: 767px) {
    .connexion-forms .login-form {
      margin-top: 0;
    }
    .connexion-forms .form-pass-recovery {
      margin-top: 45px;
    }
  }
  
  .become-member .mission {
    text-align: center;
    margin-bottom: 45px;
  }
  
  .become-member .mission .icon-img {
    max-width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #3887c8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  
  .become-member .mission h4 {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
    color: #555555;
    margin: 0;
  }
  
  .become-member .content p{
    word-break: break-all;
  }
  
  .contact-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
  }
  
  .contact-area .contact-details {
    width: 468px;
    max-width: 49%;
  }
  
  .contact-area .contact-details .contact-manager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .contact-area .contact-details .contact-manager > img {
    width: 50%;
    max-width: 100%;
    padding-right: 10px;
  }
  
  .contact-area .contact-details .contact-manager .info {
    width: 50%;
    padding-left: 10px;
  }
  
  .contact-area .contact-details .contact-manager .info .name {
    margin-bottom: 0;
    font-weight: normal;
  }
  
  .contact-area .contact-details .contact-manager .info .position {
    margin-bottom: 15px;
  }
  
  .contact-area .contact-details .contact-manager .info .phone,
  .contact-area .contact-details .contact-manager .info .mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .contact-area .contact-details .contact-manager .info .phone i,
  .contact-area .contact-details .contact-manager .info .mail i {
    line-height: 25px;
    margin-right: 5px;
    color: #00b0cf;
  }
  
  .contact-area .contact-details .contact-manager .info .phone p,
  .contact-area .contact-details .contact-manager .info .mail p {
    margin: 0;
    vertical-align: middle;
  }
  
  .contact-area .main-form,
  .contact-area .account-page-form,
  .contact-area .form-ajax-search,
  .contact-area .wpcf7 {
    width: 468px;
    max-width: 49%;
  }
  
  .page-id-39 .contact-area .fa-solid, .page-id-39 .contact-area .fas {
    font-family: inherit;
  }
  .page-id-39 .contact-area .fa-solid:before, .page-id-39 .contact-area .fas:before {
    font-family: "Font Awesome 6 Free";
  }

  .testimonials .col-xl-3 {
    margin-bottom: 30px;
  }
  
  .become-member-page footer.main-footer {
    margin-top: 40px;
  }
  
  @media (max-width: 767px) {
    .become-member .mission {
      margin-bottom: 30px;
    }
    .contact-area {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .contact-area .contact-details {
      width: 100%;
    }
    .contact-area form {
      margin-top: 30px;
    }
    .contact-area .main-form input[type="submit"],
    .contact-area .account-page-form input[type="submit"],
    .contact-area .form-ajax-search input[type="submit"],
    .contact-area .wpcf7 input[type="submit"] {
      margin-top: 15px;
    }
    .become-member-page footer.main-footer {
      margin-top: 20px;
    }
  }
  
  @media (max-width: 575px) {
    .contact-area .contact-details .contact-manager {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .contact-area .contact-details .contact-manager > img {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: auto;
      max-width: 100%;
      padding: 0;
      margin-left: auto;
      margin-right: auto;
    }
    .contact-area .contact-details .contact-manager .info {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 100%;
      padding: 0;
      margin-bottom: 20px;
    }
    .contact-area .contact-details {
      max-width: 100%;
    }
    .contact-area .main-form,
    .contact-area .account-page-form,
    .contact-area .form-ajax-search,
    .contact-area .wpcf7 {
      max-width: 100%;
      width: 100%;
    }
  }
  
  .member-space-page .section-title h2 span {
    background-color: #f36f21;
    box-shadow: 5px 0 #f36f21, -5px 0 #f36f21;
  }
  
  .video-note {
    display: flex;
    flex-wrap: wrap;
  }
  
  .video-note .video {
    width: 50%;
    padding-right: 10px;
  }
  
  .video-note .video p {
    margin-top: 20px;
    margin-bottom: 0;
  }
  
  .video-note .note {
    width: 50%;
    padding-left: 10px;
  }
  
  .video-note .note .widget-note {
    background-color: #f1f1f1;
    padding: 20px 10px 22px 20px;
  }
  
  .video-note .note .widget-note .section-title {
    text-align: center;
    margin-bottom: 24px;
  }
  
  .video-note .note .widget-note .subtitle {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 25px;
    font-weight: normal;
    color: #1d1d1d;
  }
  
  .video-note .note .widget-note p {
    margin-bottom: 20px;
  }
  
  .services-section {
    padding-top: 45px;
  } 
  
  .services-section .featured-title {
    font-size: 36px;
    line-height: 50px;
    padding-bottom: 5px;
    margin-bottom: 25px;
    display: block;
    width: 100%;
  }
  @media (max-width: 767px) {
    .video-note .video {
      width: 100%;
      padding: 0;
    }
    .video-note .note {
      width: 100%;
      padding: 0;
      margin-top: 20px;
    }
    .video-note .note .widget-note {
      padding-right: 20px;
    }
  }
  
  .fiche-event .content-fiche {
    position: relative;
  }
  
  .fiche-event .event-bottom {
    min-height: 35px;
  }
  
  /*.fiche-event .action-buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
  }
  */
  .fiche-event .action-buttons a {
    font-size: 25px;
    color: #3887c8;
    margin-right: 15px;
    display: inline-block;
  }
  
  .fiche-event .action-buttons a:last-child {
    margin-right: 0;
  }
  
  .fiche-event ul {
    /*list-style-type: none;*/
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    padding-left: 30px;
    margin-bottom: 0;
  }
  
  .fiche-event .description {
    margin-bottom: 20px;
  }
  
  .fiche-event form p {
    margin-bottom: 15px;
  }
  
  .fiche-event form button {
    margin-top: 15px;
    margin-right: 12px;
  }
  
  .fiche-event form button:last-child {
    margin-right: 0;
  }
  
  .fiche-event .events-section {
    padding-top: 45px;
  }
  
  .fiche-event .events-section .featured-title {
    padding-top: 0;
  }
  
  @media (max-width: 1199px) {
    .fiche-event .action-buttons {
      display: none;
    }
  }
  
  @media (max-width: 767px) {
    .fiche-event .main-form,
    .fiche-event .account-page-form,
    .fiche-event .form-ajax-search,
    .fiche-event .wpcf7 {
      margin-top: 0;
    }
    .fiche-event .events-article {
      margin-bottom: 25px;
    }
  }
  
  .fiche-formation .fiche .sidebar .info-sidebar p.duration {
    margin-bottom: 14px;
  }
  
  .fiche-formation .fiche .sidebar .info-sidebar p.location-with-icon {
    margin-top: 30px;
  }
  
  .fiche-formation .fiche .sidebar .info-sidebar .main-btn {
    margin-top: 20px;
  }
  
  .fiche-formation .fiche .content-fiche .featured-title:not(:first-child) {
    margin-top: 20px;
  }
  
  .fiche-formation .fiche .content-fiche .comments p {
    margin-bottom: 20px;
  }
  
  .fiche-formation .fiche .content-fiche form {
    margin-top: 30px;
  }
  
  .fiche-formation .trainings-section {
    padding-top: 45px;
  }
  
  @media (max-width: 767px) {
    .fiche-formation .main-form input[type="submit"],
    .fiche-formation .account-page-form input[type="submit"],
    .fiche-formation .form-ajax-search input[type="submit"],
    .fiche-formation .wpcf7 input[type="submit"] {
      margin-top: 15px;
    }
    .fiche-formation .events-article {
      margin-bottom: 15px;
    }
    .fiche-formation .slick-slider {
      padding-bottom: 0;
    }
  }
  
  .fiche-partenaire .cta-widget {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .fiche-partenaire .cta-widget.cta-with-p {
    display: block;
  }
  
  .fiche-partenaire .cta-widget.cta-with-p p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .fiche-partenaire .cta-widget h3 {
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
  }
  
  .fiche-partenaire .content-fiche .featured-title:not(:first-child) {
    margin-top: 20px;
  }
  
  .fiche-partenaire .content-fiche .fa-envelope {
    color: #00b0cf;
    margin-right: 9px;
  }
  
  .fiche-partenaire .description {
    margin-bottom: 0;
  }
  
  .fiche-partenaire .description ul {
    list-style-type: initial;
    padding-left: 44px;
  }
  
  @media (max-width: 767px) {
    .fiche-partenaire .cta-widget {
      padding-top: 10px;
    }
    .fiche-partenaire .cta-widget.cta-with-p p {
      margin-bottom: 0;
    }
    .fiche-partenaire .cta-widget .main-btn {
      margin-top: 20px;
    }
  }
  
  .fiche-document .featured-title {
    color: #f36f21;
  }
  
  .fiche-document .content-with-tabs {
    display: flex;
  }
  
  .fiche-document .content-with-tabs .tab-navigation {
    width: 224px;
    flex: 0 0 224px;
  }
  
  .fiche-document .content-with-tabs .tab-navigation .nav-pills .nav-link {
    background-color: #cbc4bc;
    border: 1px solid #cbc4bc;
    border-radius: 0;
    color: #fff;
    padding: 7px 20px;
    margin-bottom: 15px;
  }
  /*
  .fiche-document .content-with-tabs .tab-navigation .nav-pills .nav-link:hover {
    background-color: #fff;
    color: #cbc4bc;
  }
  */
  
  .fiche-document .content-with-tabs .tab-content {
    padding-left: 20px;
    width: 100%;
  }
  
  @media (min-width: 992px) {
    .fiche-document .content-with-tabs .tab-content > div {
      display: inline-block;
      vertical-align: top;
    }
    .fiche-document .content-with-tabs .tab-content > div:first-child {
      width: 18%;
    }
    .fiche-document .content-with-tabs .tab-content > div:last-child {
      width: 80%;
    }
  }
  
  .fiche-document .content-with-tabs .tab-content p {
    margin-bottom: 0;
  }
  
  .fiche-document .content-with-tabs .tab-content .file-link {
    text-transform: uppercase;
    display: inline-block;
  }
  
  .fiche-document .content-with-tabs .tab-content .file-link:hover {
    color: #f36f21;
  }
  
  .fiche-document .content-with-tabs .tab-content .img-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  
  @media (max-width: 767px) {
    .fiche-document .content-with-tabs {
      display: block;
    }
    .fiche-document .content-with-tabs .tab-navigation {
      padding-bottom: 5px;
      width: 100%;
    }
    .fiche-document .content-with-tabs .tab-content {
      padding-left: 0;
    }
  }
  
  @media (max-width: 575px) {
    .fiche-document .content-with-tabs .tab-content .img-left {
      max-width: 124px;
    }
  }
  
  .single .page-title,
  .fiche-publication .page-title {
    /*max-width: 920px;*/
    display: flex;
    justify-content: space-between;
  }
  
  .fiche-publication .page-title .date {
    font-family: "Antonio", sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    color: #3887c8;
    margin-top: 10px;
    margin-bottom: 0;
  }
  
  .fiche-publication .pdf-file {
    width: 100%;
    height: 1217px;
    margin-bottom: 20px;
  }
  
  .fiche-publication .file-link {
    text-transform: uppercase;
    display: inline-block;
    margin-right: 25px;
  }
  
  .fiche-publication .file-link:last-child {
    margin-right: 0;
  }
  
  .fiche-publication .print-link::before {
    font-size: 15px;
  }
  
  .fiche-publication .events-carousel .item {
    display: flex;
    justify-content: space-between;
  }
  
  .fiche-publication .events-carousel .item .events-article {
    width: 50%;
    height: auto;
    background-color: transparent;
  }
  
  .fiche-publication .events-carousel .item .events-article:nth-child(odd) {
    padding-right: 10px;
  }
  
  .fiche-publication .events-carousel .item .events-article:nth-child(even) {
    padding-left: 10px;
  }
  
  .fiche-publication .events-carousel .item .events-article .event-description {
    background-color: #f1f1f1;
    width: 52.13675%;
    padding: 20px;
  }
  
  .fiche-publication .events-carousel .item .events-article .event-image {
    width: 47.86325%;
    padding-bottom: 51.34%;
    background-color: #f1f1f1;
  }
  
  .fiche-publication .events-carousel .item .events-article .event-image img {
    width: auto;
    height: 100%;
  }
  
  .fiche-publication .events-carousel .item .events-article .title-event {
    font-family: "Antonio", sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  
  .fiche-publication .events-carousel .item .events-article .date {
    margin-bottom: 15px;
    line-height: 25px;
    padding-left: 0;
  }
  
  .fiche-publication .events-carousel .item .events-article .main-btn {
    margin: 0;
  }
  
  .fiche-publication form p {
    margin-bottom: 20px;
  }
  
  .fiche-publication form input[type="submit"] {
    margin-top: 2.5px;
  }
  
  .fiche-publication form .inputs-group .input-wrapper:last-child {
    width: 50%;
    padding-left: 10px;
  }
  
  @media (max-width: 1199px) {
    .fiche-publication .sidebar {
      width: 100%;
      padding: 0;
      margin-bottom: 30px;
    }
    .fiche-publication .content-fiche {
      width: 100%;
      padding: 0;
    }
  }
  
  @media (max-width: 991.90px) {
    .fiche-publication .main-form,
    .fiche-publication .account-page-form,
    .fiche-publication .form-ajax-search,
    .fiche-publication .wpcf7 {
      margin-top: 80px;
    }
    .fiche-publication .main-form .inputs-group .input-wrapper:last-child,
    .fiche-publication .account-page-form .inputs-group .input-wrapper:last-child,
    .fiche-publication .form-ajax-search .inputs-group .input-wrapper:last-child,
    .fiche-publication .wpcf7 .inputs-group .input-wrapper:last-child {
      width: 100%;
      padding: 0;
    }
  }
  
  @media (max-width: 767px) {
    .fiche-publication .events-carousel .item {
      display: block;
    }
    .fiche-publication .events-carousel .item .events-article {
      width: 100%;
      padding: 0;
      margin-bottom: 35px;
    }
    .fiche-publication .events-carousel .item .events-article:last-child {
      margin-bottom: 0;
    }
    .fiche-publication .events-carousel .item .events-article:nth-child(odd),
    .fiche-publication .events-carousel .item .events-article:nth-child(even) {
      padding: 0;
    }
    .fiche-publication .events-carousel .item .events-article .event-image {
      width: 100%;
      padding-bottom: 107.06%;
    }
    .fiche-publication .events-carousel .item .events-article .event-description {
      width: 100%;
      padding-left: 10px;
    }
    .fiche-publication
      .events-carousel
      .item
      .events-article
      .event-description
      .title-event {
      max-width: 64%;
    }
    .fiche-publication
      .events-carousel
      .item
      .events-article
      .bottom-description {
      margin: 0;
      text-align: left;
    }
  }
  
  @media (max-width: 575px) {
    .fiche-publication .main-form .inputs-group,
    .fiche-publication .account-page-form .inputs-group,
    .fiche-publication .form-ajax-search .inputs-group,
    .fiche-publication .wpcf7 .inputs-group {
      display: block;
    }
    .fiche-publication .form-ajax-search .inputs-group .input-wrapper,
    .fiche-publication .wpcf7 .inputs-group .input-wrapper,
    .fiche-publication .account-page-form .inputs-group .input-wrapper,
    .fiche-publication .main-form .inputs-group .input-wrapper {
      width: 224px;
    }
    .fiche-publication .file-link {
      display: block;
      margin-bottom: 15px;
    }
    .fiche-publication .file-link:last-child {
      margin-bottom: 0;
    }
    .fiche-publication .description {
      margin-bottom: 0;
    }
  }
  
  .fiche-annuaire .featured-title {
    color: #1d1d1d;
  }
  
  .fiche-annuaire .content-with-tabs .tab-navigation {
    width: 305px;
    flex: 0 0 305px;
  }
  
  .fiche-annuaire .content-with-tabs .tab-content .phone-no,
  .fiche-annuaire .content-with-tabs .tab-content .e-mail {
    font-weight: normal;
    color: #3887c8;
    display: block;
  }
  
  .fiche-annuaire .content-with-tabs .tab-content .phone-no i,
  .fiche-annuaire .content-with-tabs .tab-content i.fa-map-marker-alt,
  .fiche-annuaire .content-with-tabs .tab-content .e-mail i {
    margin-right: 5px;
    font-size: 15px;
  }
  .fiche-annuaire .content-with-tabs .tab-content i.fa-map-marker-alt{
    width: 15px;
  }
  
  @media (max-width: 767px) {
    .fiche-annuaire .content-with-tabs .tab-navigation {
      width: 100%;
    }
  }
  
  .edit-profile .quick-access {
    margin-bottom: 37px;
  }
  
  .edit-profile .quick-access > p {
    margin-bottom: 30px;
  }
  
  .edit-profile .quick-access .checkboxes-form {
    display: flex;
  }
  
  .edit-profile .quick-access .checkboxes-form .checkboxes-group {
    padding-right: 70px;
  }
  
  .edit-profile .quick-access .checkboxes-form .checkboxes-group:last-child {
    padding-right: 0;
  }
  
  .edit-profile .quick-access .checkboxes-form .checkboxes-group label {
    font-weight: normal;
  }
  
  .edit-profile .subscriptions-management > p {
    margin-bottom: 30px;
  }
  
  .edit-profile .subscriptions-management .listing-subscriptions .subscription {
    max-width: 305px;
    margin-bottom: 45px;
  }
  
  .edit-profile
    .subscriptions-management
    .listing-subscriptions
    .subscription
    .title-with-icon {
    display: flex;
    margin-bottom: 10px;
  }
  
  .edit-profile
    .subscriptions-management
    .listing-subscriptions
    .subscription
    .title-with-icon
    i {
    font-size: 61px;
    margin-right: 20px;
  }
  
  .edit-profile
    .subscriptions-management
    .listing-subscriptions
    .subscription
    .title-with-icon
    h4 {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  
  .edit-profile
    .subscriptions-management
    .listing-subscriptions
    .subscription
    .title-with-icon
    p {
    font-weight: normal;
    margin-bottom: 0;
  }
  
  .edit-profile
    .subscriptions-management
    .listing-subscriptions
    .subscription
    > p {
    margin-bottom: 20px;
  }
  
  .edit-profile
    .subscriptions-management
    .listing-subscriptions
    .subscription
    .buttons-wrapper
    a:not(:last-child) {
    margin-right: 10px;
  }
  
  .edit-profile .events-formations {
    margin-bottom: 45px;
  }
  
  .edit-profile .events-formations .events-article {
    background-color: transparent;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }
  
  .edit-profile .events-formations .events-article:last-child {
    margin-bottom: 0;
  }
  
  .edit-profile .events-formations .events-article .event-description {
    width: 100%;
    padding: 0;
    display: block;
  }
  
  .edit-profile
    .events-formations
    .events-article
    .event-description
    .title-event {
    display: block;
  }
  
  .edit-profile #wpcf7-f19273-o1 {
    max-width: 1040px;
  }
  
  .edit-profile #wpcf7-f19273-o1 form .inputs-group .input-wrapper {
    width: 23%;
    padding: 0;
    margin-right: 2%;
  }
  
  .edit-profile #wpcf7-f19273-o1 form .filters {
    margin-bottom: 0;
  }
  
  .edit-profile #wpcf7-f19273-o1 form .filters .dropdown {
    margin-bottom: 15px;
    /*margin-right: 1px;*/
    max-height: 40px;
  }
  
  .edit-profile #wpcf7-f19273-o1 form .filters .btn-dropdown::after {
    transform: rotate(90deg);
  }
  
  .edit-profile
    #wpcf7-f19273-o1
    form
    .filters
    .dropdown.show
    .btn-dropdown::after {
    transform: none;
  }
  
  .edit-profile #wpcf7-f19273-o1 form input[type="submit"] {
    margin-top: 5px !important;
    margin-bottom: 50px;
  }
  
  @media (max-width: 991.90px) {
    .edit-profile .quick-access .checkboxes-form .checkboxes-group {
      padding-right: 40px;
    }
  }
  
  @media (max-width: 767px) {
    .edit-profile .quick-access {
      margin-bottom: 22px;
    }
    .edit-profile .quick-access .checkboxes-form {
      display: block;
    }
    .edit-profile .quick-access .checkboxes-form .checkboxes-group {
      padding-right: 0;
    }
    .edit-profile .subscriptions-management .listing-subscriptions .subscription {
      margin-bottom: 30px;
    }
    .edit-profile .events-formations {
      margin-bottom: 30px;
    }
    .edit-profile #wpcf7-f19273-o1 form {
      margin-top: 0;
    }
    .edit-profile #wpcf7-f19273-o1 form .filters .dropdown {
      display: inline-block;
    }
    .edit-profile #wpcf7-f19273-o1 form .btn-dropdown {
      width: 244px;
    }
  }
  
  .listing-offres-partenaires .partner .partner-description {
    padding: 20px 20px 20px 10px;
  }
  
  .listing-offres-partenaires .partner .partner-description h4 {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  
  @media (max-width: 767px) {
    .listing-offres-partenaires .partner .partner-description {
      padding-right: 10px;
    }
    .listing-offres-partenaires .partner .partner-description h4 {
      margin-bottom: 20px;
    }
    .listing-offres-partenaires .partner .partner-description .excerpt {
      margin-bottom: 20px;
    }
  }
  
  .document-database .filters {
    margin-bottom: 10px;
  }
  
  .document-database .filters .dropdown {
    margin-bottom: 10px;
  }
  
  .document-database .filters .btn-dropdown::after {
    transform: rotate(90deg);
  }
  
  .document-database .filters .dropdown.show .btn-dropdown::after {
    transform: none;
  }
  
  .chart {
    width: 79%;
    margin-left: auto;
    margin-right: auto;
  }
  
  @media (max-width: 767px) {
    .chart {
      width: 50%;
    }
  }
  
  .annuaire-database .search-form {
    /* margin-bottom: 20px; */
  }
  
  .annuaire-database .main-form,
  .annuaire-database .account-page-form,
  .annuaire-database .form-ajax-search,
  .annuaire-database .wpcf7 {
    /* max-width: 1040px; */
    margin-bottom: 30px;
  }
  
  .annuaire-database .main-form .inputs-group,
  .annuaire-database .account-page-form .inputs-group,
  .annuaire-database .form-ajax-search .inputs-group,
  .annuaire-database .wpcf7 .inputs-group {
    display: inline-block;
  }
  
  .annuaire-database .main-form .inputs-group .input-wrapper,
  .annuaire-database .account-page-form .inputs-group .input-wrapper,
  .annuaire-database .form-ajax-search .inputs-group .input-wrapper,
  .annuaire-database .wpcf7 .inputs-group .input-wrapper {
    width: 224px;
    display: inline-block;
    margin-right: 10px;
    padding: 0;
  }
  
  .annuaire-database .main-form input[type="submit"],
  .annuaire-database .account-page-form input[type="submit"],
  .annuaire-database .form-ajax-search input[type="submit"],
  .annuaire-database .wpcf7 input[type="submit"] {
    display: block;
    margin-top: 5px;
  }
  
  .annuaire-database .form-ajax-search .dropdown,
  .annuaire-database .wpcf7 .dropdown,
  .annuaire-database .account-page-form .dropdown,
  .annuaire-database .main-form .dropdown {
    margin-bottom: 15px;
  }
  
  @media (min-width: 992px) {
    .annuaire-database .custom-table .head li:first-child,
    .annuaire-database .custom-table .item-table ul li:first-child {
      width: 19.0625%;
    }
    .annuaire-database .custom-table .head li:nth-child(2),
    .annuaire-database .custom-table .item-table ul li:nth-child(2) {
      width: 18.90625%;
    }
    .annuaire-database .custom-table .head li:nth-child(3),
    .annuaire-database .custom-table .item-table ul li:nth-child(3) {
      width: 18.90625%;
    }
    .annuaire-database .custom-table .head li:nth-child(4),
    .annuaire-database .custom-table .item-table ul li:nth-child(4) {
      width: 12.65625%;
    }
    .annuaire-database .custom-table .head li:nth-child(5),
    .annuaire-database .custom-table .item-table ul li:nth-child(5) {
      width: 12.65625%;
    }
    .annuaire-database .custom-table .head li:nth-child(6),
    .annuaire-database .custom-table .item-table ul li:nth-child(6) {
      width: 17.8125%;
    }
  }
  
  @media (max-width: 767px) {
    .annuaire-database .main-form,
    .annuaire-database .account-page-form,
    .annuaire-database .form-ajax-search,
    .annuaire-database .wpcf7 {
      margin-top: 0;
    }
  }
  
  @media (max-width: 575px) {
    .annuaire-database .main-form,
    .annuaire-database .account-page-form,
    .annuaire-database .form-ajax-search,
    .annuaire-database .wpcf7 {
      margin-bottom: 20px;
    }
    .annuaire-database .main-form .inputs-group,
    .annuaire-database .account-page-form .inputs-group,
    .annuaire-database .form-ajax-search .inputs-group,
    .annuaire-database .wpcf7 .inputs-group {
      display: block;
    }
    .annuaire-database .main-form .inputs-group .input-wrapper,
    .annuaire-database .account-page-form .inputs-group .input-wrapper,
    .annuaire-database .form-ajax-search .inputs-group .input-wrapper,
    .annuaire-database .wpcf7 .inputs-group .input-wrapper {
      width: 100%;
      margin-right: 0;
    }
    .annuaire-database
      .main-form
      .inputs-group
      .input-wrapper
      input:not([type="submit"]),
    .annuaire-database
      .account-page-form
      .inputs-group
      .input-wrapper
      input:not([type="submit"]),
    .annuaire-database
      .form-ajax-search
      .inputs-group
      .input-wrapper
      input:not([type="submit"]),
    .annuaire-database
      .wpcf7
      .inputs-group
      .input-wrapper
      input:not([type="submit"]) {
      margin-bottom: 20px;
    }
    .annuaire-database .main-form input[type="submit"],
    .annuaire-database .account-page-form input[type="submit"],
    .annuaire-database .form-ajax-search input[type="submit"],
    .annuaire-database .wpcf7 input[type="submit"] {
      margin-top: 0;
    }
    .annuaire-database .main-form .dropdown,
    .annuaire-database .account-page-form .dropdown,
    .annuaire-database .form-ajax-search .dropdown,
    .annuaire-database .wpcf7 .dropdown {
      margin-bottom: 20px;
    }
  }
  
  .lettre {
    display: flex;
  }
  
  .lettre .sidebar {
    padding-right: 10px;
    width: calc(100% - 620px);
  }
  
  .lettre .sidebar .date {
    font-family: "Antonio", sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    color: #3887c8;
    margin-bottom: 10px;
  }
  
  .lettre .sidebar h3 {
    color: #f36f21;
  }
  
  .lettre .content-newsletter {
    width: 620px;
  }
  
  .lettre .content-newsletter .file-link {
    text-transform: uppercase;
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 45px;
    margin-top: 30px;
  }
  
  @media (min-width: 992px) {
    .lettre .content-newsletter .custom-table .head li:first-child,
    .lettre .content-newsletter .custom-table .item-table ul li:first-child {
      width: 13%;
    }
    .lettre .content-newsletter .custom-table .head li:nth-child(2),
    .lettre .content-newsletter .custom-table .item-table ul li:nth-child(2) {
      width: 23%;
    }
    .lettre .content-newsletter .custom-table .head li:nth-child(3),
    .lettre .content-newsletter .custom-table .item-table ul li:nth-child(3) {
      width: 64%;
    }
  }
  
  @media (max-width: 991.90px) {
    .lettre {
      display: block;
    }
    .lettre .sidebar {
      padding: 0;
      width: 100%;
      margin-bottom: 30px;
    }
    .lettre .content-newsletter {
      width: 100%;
    }
    .lettre .content-newsletter .file-link {
      margin-bottom: 10px;
      margin-top: 0;
      margin-right: 0;
      display: block;
    }
    .lettre .content-newsletter .file-link:first-of-type {
      margin-top: 30px;
    }
    .lettre .content-newsletter .file-link:last-of-type {
      margin-bottom: 20px;
    }
  }
  
  @media screen and (min-width: 420px) {
    .pagination .page-item.last-link .page-link,
    .pagination .page-item.first-link .page-link {
      width: 91px !important;
    }
  }
  .pagination .page-item.last-link {
    margin-right: 0;
  }
  .pagination .page-item:last-child .page-link {
    /* width: 30px; */
  }
  .events-article,
  .formations .formation,
  .formation-date-field {
    transition: all 0.3s ease-in-out;
  }
  .formations .formation {
    margin-bottom: 15px;
  }
  
  .events-article.hide,
  .formations .formation.hide,
  .formation-date-field.hide {
    margin-bottom: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
  
  .formations .formation.hide {
    margin-bottom: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    width: 0 !important;
    flex: none;
    padding: 0;
  }
  
  .filters .dropdown-menu .dropdown-item.active-filter {
    color: #00b0cf;
    background-color: transparent;
  }
  
  .filters .dropdown-menu .dropdown-item.active-filter::after {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #00b0cf;
  }
  #map {
    pointer-events: none;
  }
  form .errorsForm {
    color: red;
    display: block;
    margin: 5px 0;
  }
  form .successForm {
    color: green;
    display: block;
    margin: 5px 0;
  }
  .main-btn:focus {
    /*color: #00b0cf;*/
    text-decoration: none;
  }
  .main-btn:hover:focus {
    color: #f36f21;
    background-color: #fff;
  }
  
  input.errorForm {
    border: 1px solid red !important;
  }
  
  .events-article .bottom-description .main-btn {
    margin-left: auto;
  }
  .featured-title.hide {
    display: none;
  }
  
  .single-formation .img-fluid {
    width: 100%;
  }
  
  .page-template-default article {
    max-width: 1300px;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  @media (max-width: 1300px) {
    .page-template-default article {
        margin-left: 15px;
        margin-right: 15px;
    }
  }

  .single-evenement .fiche-event .content-fiche ul,
  .single-formation .fiche-event .content-fiche ul {
    list-style-type: initial;
  }
  
  div.wpcf7-mail-sent-ok {
    border: none;
    color: #398f14 !important;
  }
  div.wpcf7-validation-errors,
  div.wpcf7-acceptance-missing {
    border: none;
    color: #f7e700 !important;
  }
  div.wpcf7-response-output {
    border: none;
    color: #ff0000 !important;
  }
  
  #page-connexion-form,
  .left-page-connexion {
    background: #f1f1f1;
    border: 1px solid #ccd0d4;
    box-sizing: border-box;
    max-width: 610px;
    padding: 13px 24px;
    width: 100%;
  }
  
  .no-click {
    pointer-events: none;
    pointer: pointer;
  }
  .single-documents .document-add-favorite p,
  .single-documents .document-add-favorite a {
    display: inline-block;
  }
  .single-documents .pdf-document,
  .single-documents .print-link,
  .single-documents .document-add-favorite {
    display: inline-block !important;
  }
  .single-documents .star.document-add-favorite a i {
    color: #cbc4bc;
  }
  .single-documents .star.active.document-add-favorite a i {
    color: #f36f20;
  }
  
  form#search-form-header {
    position: absolute;
    top: 100%;
  }
  form#search-form-mobile,
  form#search-form-header {
    background: #f1f1f1;
  }
  form#search-form-mobile {
    display: none;
    width: 100%;
    padding: 10px 0 20px;
  }
  form#search-form-header {
    display: none;
    padding: 20px 20px 20px 25px;
  }
  #search-form-header.active {
    display: block;
    width: 350px;
    right: 0;
  }
  .search-icon-header {
    height: 100%;
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    padding-left: 30px;
    font-size: 15px;
    color: #00b0cf;
    cursor: pointer;
  }
  .search-icon-header i {
    font-size: 25px;
    width: 25px;
    text-align: center;
  }
  #search-form-mobile .input-wrapper,
  #search-form-header .input-wrapper {
    display: flex;
    position: relative;
  }
  form#search-form-mobile input[type="submit"],
  form#search-form-header input[type="submit"] {
    -webkit-appearance: none;
    background: #fff;
    border-left: 0px;
  }
  
  form#search-form-mobile input[type="text"],
  form#search-form-header input[type="text"] {
    background: #fff;
    border: 1px solid #00b0cf;
    border-right: 0px;
    border-left-width: 6px;
    width: 100%;
    padding: 7px 60px 7px 20px;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
  }
  form#search-form-mobile input[type="submit"],
  form#search-form-header input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #00b0cf;
    border-left: none;
    width: 60px;
    padding: 0;
    background-image: url("../../img/icons/icon-search.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  form#search-form-mobile input[type="submit"]:focus,
  form#search-form-header input[type="submit"]:focus {
    outline: none;
  }
  form.wpcf7-form.sent .inputs-group {
    display: none;
  }
  
  .search-results .article-content {
    padding-top: 0;
  }
  
  .search-results .tease .news-article .title-article {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  
  .search-results .tease .news-article .date {
    padding: 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    text-transform: none;
    margin-bottom: 10px;
  }
  
  .search-results .tease {
    margin-bottom: 30px;
  }
  
  #navbarSupportedContent > .cta-dropdown {
    display: none;
  }
  
  @media (max-width: 991.90px) {
    .search-form-header-container {
      display: none;
    }
    #navbarSupportedContent > .cta-dropdown,
    form#search-form-mobile {
      display: block;
    }
  }
  
  .searchwp-live-search-result p {
    padding: 10px 10px;
  }
  .searchwp-live-search-result a {
    color: #555555;
  }
  .searchwp-live-search-result a:hover {
    color: #00b0cf;
  }
  .newsletter-blue {
    font-weight: bold;
    color: #3887c8;
    margin-bottom: 0;
  }
  
  .table-newsletter .head li:first-child,
  .table-newsletter .table-rows .item-table li:first-child {
    width: 15%;
  }
  
  .table-newsletter .head li:nth-child(2),
  .table-newsletter .table-rows .item-table li:nth-child(2) {
    width: 20%;
  }
  
  .table-newsletter .head li:last-child,
  .table-newsletter .table-rows .item-table li:last-child {
    width: 65%;
  }
  
  .custom-table.table-newsletter ul {
    padding: 0;
  }
  
  .custom-table.table-newsletter .head {
    padding: 0;
  }
  
  /*.custom-table.table-newsletter .head li:first-child {
    width: auto;
  }
  */
  /*.page-template-newsletter .table-view,
  .single-marasit_newsletter .table-view {
    border: 5px solid #000;
  }
  */
  
  @media (max-width: 1399px) {
    .search-icon-header {
      padding-left: 15px;
    }
  }
  
  .events-article.save-the-date .main-btn.save_the_date {
    display: inline-block;
  }
  a.main-btn.medium-btn.btn-default {
    background: #adadad;
    color: #000;
    border-color: #adadad;
    pointer-events: none;
  }
  .add_row_button {
    position: absolute;
    right: -50px;
    padding: 10px;
    cursor: pointer;
    top: 0;
  }
  span.remove_row_button {
    position: absolute;
    right: -90px;
    top: 0;
    padding: 10px;
    cursor: pointer;
  }
  
  .event-description > a.main-btn.medium-btn {
    right: 10px;
    bottom: 10px;
  }
  @media(min-width: 1024px){
    .event-description > a.main-btn.medium-btn {
      position: absolute;
    }
  }
  
  .event-description {
    position: relative;
  }
  .events-article .action-buttons {
    top: 10px;
    right: 10px;
  }
  .events-article.trainings-article .action-buttons {
    top: 20px;
    left: 10px;
  }
  
  .events-article.trainings-article {
    position: relative;
  }
  .disabled {
    pointer-events: none;
    opacity: 0.6;
  }
  
  #page-connexion-form .inputs-group > .input-wrapper:nth-child(2) {
    display: flex;
    align-items: center;
    width: 100%;
  }
  
  #page-connexion-form .inputs-group > .input-wrapper:nth-child(2) .recovery {
    margin-bottom: 15px;
    margin-top: 0;
    margin-left: 40px;
  }
  .tow-cols {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-direction: row;
  }
  
  @media (max-width: 1023px) {
    .tow-cols {
      flex-direction: column;
    }
  }
  
  .icon-exclamation {
    font-size: 10px;
    font-weight: 600;
    border: 1px solid #f36e21;
    padding: 2px 5px;
    border-radius: 50%;
    color: #f36e21;
    margin-right: 10px;
    margin-top: -2px;
  }
  .besoin small,
  .besoin i {
    cursor: pointer;
  }
  .besoin {
    color: #555555;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .vous-souhaitez-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #555555;
  }
  .button-nous-contacter {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .section.connexion-forms {
    margin-top: 30px;
  }
  .message.message_lost_password span:last-child {
    text-align: center;
    padding: 0 12px;
  }
  .message.message_lost_password {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 4px solid #00a0d2;
  }
  .besoin_link,
  .besoin_link:hover {
    color: #555555;
    font-size: 14px;
    font-weight: 100;
  }
  
  
  /*Print*/
  @media print {
    .events .events-article {
      page-break-inside: avoid;
    }
  
    .agenda .event-description > a.main-btn.medium-btn {
      display: none;
    }
  
    .agenda .events-article .excerpt {
      max-width: 100%;
      width: 100%;
    }
    .events-article .excerpt .show-web {
      display: none;
    }
    .events-article .excerpt .show-print {
      display: inline;
    }
  
    .agenda .search-form,
    .agenda .filters > * {
      display: none;
    }
  
    .agenda .filters::after {
      content: "Retrouvez tous nos évènements sur www.feef.org/agenda.";
      font-size: 22px;
    }
  
    .grecaptcha-badge {
      opacity: 0;
    }
  
    #footer {
      display: none;
    }
  }
  .section-title-ma-feef{
    color:#bb1215;
    margin-top: 20px
  }
  .section-title-ma-feef-hr{
    margin: 0px;
  }
  .container-flex-ma-feef{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
  }
  .container-slider-ma-feef{
    margin-top: 30px;
    margin-bottom: 30px;
    width: 500px;
  }
  .slider-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 10px
  }
  .slider-right-button{
    padding: 10px;
    margin-right: 30px;
    background-color: #bb1215;
    color: #fff;
    font-size: 15px;
  }
  
  .widget-sidebar-p{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .widget-sidebar-hotline {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    width: 200px;
    height: 200px;
    background-color: #0056b3;
    margin: 10px auto;
    color: #ffffff;
    padding: 10px;
  }
  a.widget-sidebar-hotline:hover, 
  a.widget-sidebar-hotline:focus {
    color: #ffffff;
    text-decoration: none;
  }
  .widget-sidebar-hotline > div {
    flex-basis: 50%;
    text-align: center;
  }
  .widget-sidebar-hotline > div.hotline-icon {
    height: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .widget-sidebar-hotline > div.hotline-icon-reverse {
    background: #fff;
    color: #0056b3;
  }
  .widget-sidebar-hotline > div.hotline-text {
    margin-top: 10px;
  }
  .widget-sidebar-hotline > div.hotline-text-balance-scale {
    margin-top: 20px;
  }
  
  .widget-articles .section-title{
    text-decoration: underline;
    color: #f36f21;
  }
  .widget-articles-g1, .widget-articles-g2{
    display: flex;
    flex-direction: row;
  }
  
  .widget-articles-in-g1, .widget-articles-in-g2{
    width: 220px;
    height: 100px;
    background-color: blue;
    margin: 5px;
  }
  .widget-articles p{
    vertical-align: center;
    text-align: center;
    line-height: 100px;
    color: #fff;
  }
  
  /*Mon Profil Adherent - GÉRER MES ABONNEMENTS listing*/
  #profile-subscriptions-management.subscriptions-management .listing-subscriptions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #profile-subscriptions-management.subscriptions-management .listing-subscriptions .subscription {
    /*max-width: 100%;*/
    padding: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(164, 164, 164, 0.3);
    max-width: 420px;
  }
  
  /*#profile-subscriptions-management.subscriptions-management .listing-subscriptions .subscription:last-child {
    border-bottom: none;
  }*/
  
  #profile-subscriptions-management.subscriptions-management .listing-subscriptions .name {
    margin-bottom: 10px;
  }
  
  #profile-subscriptions-management.subscriptions-management .listing-subscriptions .buttons-wrapper {
    margin-top: 15px;
  }
  
  #profile-subscriptions-management.subscriptions-management .listing-subscriptions .subscription .title-with-icon {
    display: flex;
    margin-bottom: 0;
  }
  
  #profile-subscriptions-management.subscriptions-management .listing-subscriptions .subscription .title-with-icon i {
    width: 76px;
    text-align: center;
  }
  #profile-subscriptions-management.subscriptions-management .listing-subscriptions .subscription .title-with-icon img {
    width: 110px;
    text-align: center;
    height: 110px !important;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  
  #profile-subscriptions-management.subscriptions-management .listing-subscriptions .subscription .title-with-icon > div {
    flex: 1;
  }
  
  .col-lg-3 #profile-subscriptions-management.subscriptions-management .listing-subscriptions .subscription {
    padding: 5px;
    margin-bottom: 5px;  
  }
  .col-lg-3 #profile-subscriptions-management.subscriptions-management .listing-subscriptions .subscription .title-with-icon img {
    width: 76px;
    height: 76px !important;
    padding-right: 5px;
    padding-bottom: 5px;
  }
  .col-lg-3 #profile-subscriptions-management.subscriptions-management .listing-subscriptions .subscription .name,
  .col-lg-3 #profile-subscriptions-management.subscriptions-management .listing-subscriptions .subscription h4,
  .col-lg-3 #profile-subscriptions-management.subscriptions-management .listing-subscriptions .subscription p,
  .col-lg-3 #profile-subscriptions-management.subscriptions-management .listing-subscriptions .subscription .buttons-wrapper {
    margin: 0;
  }
  .col-lg-3 #profile-subscriptions-management.subscriptions-management .listing-subscriptions .subscription h4 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .col-lg-3 #profile-subscriptions-management.subscriptions-management .listing-subscriptions .subscription p,
  .col-lg-3 #profile-subscriptions-management.subscriptions-management .listing-subscriptions .subscription .buttons-wrapper .main-btn {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .col-lg-3 #profile-subscriptions-management.subscriptions-management .listing-subscriptions .subscription .buttons-wrapper .main-btn {
    padding: 0 5px;
  }
  
  /* id 39 : devenir-adherent */
  
  #post-39 .article-content {
    padding-top: 0;
  }
  #post-39 ul li {
    margin-bottom: 0;
    text-align: left;
  }
  #post-39 .wp-block-image:not(.is-style-rounded) img {
    border-radius: 0;
  }
  
  /* id 53 : ma-feef */
  
  .page-id-53 .slider-section {
    margin-bottom: 40px;
  }
  .page-id-53 .wp-block-column .encadre {
    /*display:none;*/
    border-top: 5px solid transparent;
    margin-bottom: 20px;
  }
  
  .page-id-53 .wp-block-column .encadre .titre{
    margin-top:-22px;
    text-align:center
  }
  .page-id-53 .wp-block-column .encadre .titre .rouge {
      color: #ec1c24;
  }
  .page-id-53 .wp-block-column .encadre .titre .fa-inverse {
      color: #fff;
  }
  /*.page-id-53 .wp-block-column .encadre .titre .button.hollow {
      color: #004071;
  }*/
  .page-id-53 .wp-block-column .encadre .titre .button.hollow i {
      color: #ec1c24;
  }
  
  .page-id-53 aside {
    padding-top: 0;
  }
  
  .feef-em {
    color: #fff;
    background-color: #3887c8;
    padding: 0 6px;
  }
  
  .logged-in #navbarSupportedContent .cta-dropdown {
    display: none;
  }
  
  .wp-block-social-links.is-style-logos-only .wp-social-link a {
    font-size: inherit;
  }

  .page-id-79588 .wp-block-image.is-style-rounded img{
    max-width: 80px !important;
  }