/* Show it is fixed to the top */
body {
  font-family: "Fira Sans";
  margin-top: 140px;
}

main {
  margin-top: 160px;
}

.navbar__top {
  color: white !important;
  text-decoration: none !important;
  background-color: #18435A;
}

.navbar__top__link {
  color: white !important;
  text-decoration: none !important;
  font-size: 13px;
}

.navbar__bottom {
  background-color: #13293D;
}

.search__btn {
  color: white;
  background-color: #3E92CC;
  border-radius: 50px;
  text-transform: uppercase;
  transition: 0.5s all;
}

.search__btn:hover {
  background-color: #fff;
  color: #3E92CC;
}

.nav-link {
  font-family: "Montserrat";
  font-weight: 600;
  margin-right: 30px;
  text-decoration: none !important;
}

.nav-link i {
  font-size: 20px;
}

.container__hero {
}

.container__hero__title {
  font-family: "Montserrat";
  font-weight: 700;
font-size: 34px;
color: #18435A;
letter-spacing: -1.6px;
text-align: center;
padding-top: 100px;
}

.container__hero__btn {
  color: white;
  background-color: #18435A;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 6px 20px;
  font-size: 14px;
  transition: 0.5s all;
}

.container__hero__btn:hover {
  background-color: #3E92CC;
  font-weight: 400 !important;
  color: white;
}

.news {
  border-bottom: 1px solid #ccc;
}
.news__badge {
  color: white;
  background-color: #D81F26;
  border-radius: 6px;
  font-family: "Montserrat";
  padding: 6px 20px;
  font-weight: 800;
}

.news__title {
  font-family: "Fira Sans";
  font-weight: 500;
font-size: 16px;
color: #13293D;
letter-spacing: -0.16px;
}

.news__icon {
  cursor: pointer;
}

.section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section__top__title {
  font-family: "Fira Sans";
  font-weight: 300;
font-size: 26px;
color: #18435A;
letter-spacing: -1.13px;
text-transform: uppercase;
margin-bottom: 0px;
}

.section__bottom__title {
  font-family: "Montserrat";
  font-weight: 800;
font-size: 26px;
color: #16324F;
letter-spacing: -1.13px;
text-transform: uppercase;
}

.section__subtitle {
  font-family: "Fira Sans";
  font-weight: 500;
font-size: 14px;
color: #595959;
letter-spacing: -0.16px;
}

.formations__background {
  background: #FFFFFF;
box-shadow: 0 0 20px 0 rgba(0,0,0,0.09);
border-radius: 8px;
border-left: 8px solid #D81F26;
transition: 0.5s all;
}

.formations__title {
  font-family: "Fira Sans";
  font-weight: 600;
font-size: 18px;
color: #16324F;
letter-spacing: -0.75px;
line-height: 18px;
}

.formations__infos {
  font-family: "Fira Sans";
font-size: 14px;
color: #5D5D5D;
letter-spacing: -0.66px;
}

.section__cta__btn {
  color: white !important;
  background-color: #18435A;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 20px;
  font-size: 14px;
  transition: 0.5s all;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.section-cta-btn {
  color: white !important;
  background-color: #18435A;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 20px;
  font-size: 14px;
  transition: 0.5s all;
  text-decoration: none;
  cursor: pointer;
}

.bg-lightblue {
  background: rgba(62,146,204,0.06);
}

.docs__background {
  background: #FFFFFF;
box-shadow: 0 0 20px 0 rgba(0,0,0,0.09);
border-radius: 8px;
transition: 0.5s all;
}

.docs__title {
  font-family: "Fira Sans";
  font-weight: 600;
font-size: 18px;
color: #16324F;
letter-spacing: -0.75px;
line-height: 18px;
}

.formations__link {
  color: #3E92CC;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none !important;
}

.articles__title {
  font-family: "Fira Sans";
  font-weight: 600;
font-size: 16px;
color: #16324F;
letter-spacing: -0.75px;
line-height: 18px;
}

.articles__arrow {
  color: #3E92CC;
  font-size: 32px;
}

.tools__title {
  font-family: "Fira Sans";
  font-weight: 600;
  font-size: 18px;
  color: #16324F;
  letter-spacing: -0.4px;
  text-align: center;
  line-height: 18px;
}

.border-right {
  border-right: 1px solid #ccc;
}

.footer {
  background-color: #16324F;
  color: white;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-top: 60px;
}

.footer__links {
font-size: 16px;
color: #FFFFFF;
letter-spacing: -0.75px;
text-align: right;
text-transform: uppercase;
text-decoration: none;
}

.footer__second__div {
  background-color: #13293D;
  color: white;
}

.footer__second__div p {
  font-size: 12px;
}

.second__footer__logos {
  height: 40px;
}

.formations__background:hover {
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
  transform: translateY(-2px);
}

.docs__background:hover {
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
  transform: translateY(-2px);
}

.articles__background:hover {
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
  transform: translateY(-2px);
}

.section__cta__btn:hover {
  background-color:#3E92CC;
}

.modal__type {
  font-family: "Montserrat";
  font-weight: 600;
font-size: 20px;
color: #16324F;
letter-spacing: -0.94px;
text-align: center;
text-transform: uppercase;
}

.loginusername label {
  display: block !important;
}

#loginform input[type="text"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#loginform input[type="password"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#loginform input[type="submit"] {
  cursor: pointer;
  background-color: #18435A;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#loginform {
  width: 300px;
  text-align: center;
}

.login__title {
  font-family: "Montserrat";
  font-weight: 800;
font-size: 24px;
color: #16324F;
letter-spacing: -1.13px;
}

.nav-link .show {
  background-color: red !important;
}

.dropdown-item {
  font-family: "Fira Sans";
  font-weight: 600;
font-size: 14px;
color: #16324F;
letter-spacing: -0.16px;
text-decoration: none !important;
}

.nav__menu__arrow {
  color:#3E92CC;
}

.arianeFeed a {
  text-decoration: none;
  color:#3E92CC;
}

.formation__single__title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 28px;
  color: #16324F;
  letter-spacing: -1.13px;
}

.formation__single__cta {
  color: white;
  background-color: #18435A;
border-radius: 6px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 20px;
  font-size: 14px;
  transition: 0.5s all;
  text-decoration: none;
  cursor: pointer;
}

.formation__single__cta:hover {
  background-color:#3E92CC;
}

.text-decoration-none {
  text-decoration: none !important;
}

.formation__single__label {
  color:#18435A;
  font-weight: 700;
}

.formations__single__box {
  background-color: #3E92CC22;
  border-radius: 6px;
}

.formations__single__box a {
  color:#3E92CC;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

/* #wpadminbar {
  display: none !important;
} */

.trp-language-switcher > div {
  background-color: #18435A !important;
  border: 1px solid #5E7C8C !important;
  margin-left: 10px;
  color: white;
}

.trp-language-switcher > div > a:hover {
  color: #18435A !important;
}

.trp-language-switcher > div > a {
  color: white !important;
  text-decoration: none !important;
}

.register__price {
  font-size: 18px;
}

.contact-block {
  background: #FFFFFF;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.09);
  border-radius: 8px;‡
}

.contact-block i {
  font-size: 36px;
  color: #18435A;
}

.contact-block a {
  color: #3E92CC;
}

h2 {
  font-family: "IBM Plex Sans";
  font-weight: 700;
  font-size: 22px;
  color: #13293D;
  letter-spacing: -1.04px;
  /* margin-top: 3rem;
  margin-bottom: 3rem; */
}

.justify-center-p {
  text-align: justify !important;
}

.navbar {
  position: fixed;
  transition: 0.5s all ease-in-out;
  top: 32px;
  z-index: 999;
  max-width:100vw;
}

.scroll-up {
  top: -200px;
}
.scroll-down {
  top: 32px;
}

.footer__logo {
  height: 80px;
}

.shadowDiv {
  background: #FFFFFF;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.09);
  border-radius: 7px;
}

.shadowDiv__h3 {
  font-family: 'Fira Sans';
  font-size: 18px;
  color: #18435A;
  letter-spacing: -1.13px;
}

.smd__nom {
  font-family: 'Fira Sans';
  font-weight: 600;
  font-size: 14px;
  color: #16324F;
  letter-spacing: -0.31px;
  text-align: center;
  line-height: 18px;
}

.smd__address {
  opacity: 0.65;
  font-family: 'Fira Sans';
  font-size: 14px;
  color: #4A4A4A;
  letter-spacing: -0.31px;
  line-height: 18px;
}

.border-bottom {
  border-bottom: 1px solid #ccc;
}

#addresses-filter {
  display: flex;
  justify-content: space-between;
  background-color: white;
  z-index: 9;
}

.wpml-ls-link {
  color: white;
}

.blue_btn > a {
  color: white !important;
  text-decoration: none !important;
}

@media (max-width: 767px) { /* 767px est un point de rupture courant pour les mobiles */
  
  main {
    margin-top: 0px;
  }

  body {
    margin-top: 100px;
  }
  
  .hide-mob {
    display: none !important;
  }

  .nav-link {
    margin-right: 0 !important;
  }

  .searchandfilter > ul > li {
    display: block !important;
    width: 100% !important;
    margin-top: 20px !important;
  }

  .searchandfilter select.sf-input-select {
    min-width: 100% !important;
  }

  .arianeFeed {
    margin-top: 0px !important;
  }
}

@media (min-width: 768px) { /* 1024px est un point de rupture commun pour les desktops */
  .hide-desktop {
    display: none !important; /* ou "flex", "inline-block", etc., selon votre mise en page */
  }
}

.modern-footnotes-list li>span {
  margin-right: 1.5em;
  color: #000 !important;
  word-wrap: normal;
  word-break: normal;
}

.page-content a {
  color: #3E92CC !important;
  text-decoration: none;
}

.page-content a.section__cta__btn {
  color: #FFFFFF !important;
}