html {
  height: 100%;
}
body {
  font-family: "AvenirNext";
  font-weight: 400;
  font-size: 14px;
  min-height: 100%;
  color: #002e50;
}
#masthead {
  padding-bottom: 4vh;
}
#masthead .menu-desktop ul {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
}
#masthead .menu-desktop ul li {
  flex-grow: 1;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
#masthead .menu-desktop ul li a:after {
  content: '';
  background: url('https://mediconnect-staging.jake-digital.com/wp-content/themes/mediconnectV5/less/../assets/images/fleche_down.svg');
  width: 12px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(180deg);
  margin-left: 5px;
  margin-bottom: 4px;
}
#masthead .menu-desktop ul li a {
  font-weight: 500;
  color: #002e50;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
#masthead .menu-desktop ul li:not(:first-child) a {
  padding-left: 25px;
}
#masthead .menu-desktop ul li.current-menu-item a {
  color: #9d1f30;
  text-decoration: underline;
}
#masthead .menu-desktop ul li.current-menu-item a:after {
  transform: rotate(0);
}
#masthead .logo {
  border-top: 1px #9d1f30 solid;
  padding-top: 15px;
}
@media (max-width: 980px) {
  #masthead .menu-desktop ul {
    justify-content: flex-end;
  }
  #masthead .menu-desktop ul li {
    flex-grow: 0;
  }
  #masthead .menu-desktop ul li:not(:first-child) a {
    padding-left: 0;
  }
  #masthead .menu-desktop ul li:not(:last-child) a {
    padding-left: 15px;
  }
  #masthead .menu-desktop ul li a {
    font-size: 3.5vw;
  }
  #masthead .col1 {
    margin-bottom: 10px;
    order: 3;
    text-align: left;
  }
  #masthead .col2 {
    max-width: 30%;
    margin-right: 2%;
  }
  #masthead .col3 {
    max-width: 68%;
  }
  #masthead .col3 .menu-desktop {
    padding-top: 15px;
  }
  #masthead .col3 .et_mobile_nav_menu {
    display: none;
  }
  #masthead .col3 .et_pb_menu__menu {
    display: block;
  }
}
@media (max-width: 980px) {
  #menu-login.et_pb_menu {
    padding-top: 0;
    margin-bottom: 0;
  }
  #menu-login.et_pb_menu .et_mobile_nav_menu {
    display: none;
  }
  #menu-login.et_pb_menu .et_pb_menu__wrap {
    justify-content: flex-start;
  }
  #menu-login.et_pb_menu .et_pb_menu__menu {
    display: block;
  }
}
@media (max-width: 980px) {
  .menu-footer.et_pb_menu .et_mobile_nav_menu {
    display: none;
  }
  .menu-footer.et_pb_menu .et_pb_menu__menu {
    display: block;
  }
}
.titre-trait h2,
.titre-trait h1 {
  color: #9d1f30;
  max-width: 65%;
  margin: auto;
}
.titre-trait h2 span,
.titre-trait h1 span {
  background: #fff;
  padding-right: 15px;
}
.titre-trait h2:after,
.titre-trait h1:after {
  content: '';
  border-bottom: 1px #9d1f30 solid;
  width: 100%;
  height: 0;
  display: block;
  margin-top: -8px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .titre-trait h2,
  .titre-trait h1 {
    max-width: 100%;
    font-size: 8vw !important;
  }
}
.titre-trait.titre-trait-full h2,
.titre-trait.titre-trait-full h1 {
  max-width: 100%;
}
.rouge {
  color: #9d1f30;
}
.bleu {
  color: #002e50;
}
.txt-50-right {
  max-width: 50%;
  margin-left: auto;
}
@media (max-width: 980px) {
  .txt-50-right {
    max-width: 100%;
  }
}
.et_pb_section.qui-nous .et_pb_column_1_5 {
  width: 12%;
}
.et_pb_section.qui-nous .et_pb_column_3_5 {
  width: 80%;
}
@media (max-width: 980px) {
  .et_pb_section.qui-nous .et_pb_column_1_5 {
    width: 5%;
  }
  .et_pb_section.qui-nous .et_pb_column_3_5 {
    width: 100%;
  }
}
footer#colophon {
  background: #002e50;
  height: 150px;
}
#masthead .et_pb_row,
#main-content .et_pb_row {
  max-width: 1170px !important;
}
#masthead .col-empty-header-page,
#main-content .col-empty-header-page {
  max-width: 800px !important;
}
#masthead .col-empty-header-page a,
#main-content .col-empty-header-page a {
  color: #002e50;
  text-decoration: underline;
}
.font24 {
  font-size: 24px;
}
.medium {
  font-weight: 500;
}
.bouton-cta-home {
  background: #9d1f30;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  padding: 12px 16px;
  padding-right: 50px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  opacity: 1;
}
.bouton-cta-home:after {
  content: '';
  background: #7e1926 url(https://mediconnect-staging.jake-digital.com/wp-content/themes/mediconnectV5/less/../assets/images/picto-yaller-blanc.svg);
  background-size: 60%;
  background-position: 50% 50%;
  width: 40px;
  height: 100%;
  background-repeat: no-repeat;
  display: inline-block !important;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s cubic-bezier(0.6899999999999999, 0.15, 0.47, 1.32);
}
.bouton-cta-home:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.bouton-cta-home:hover:after {
  background-position: 90% 50%;
}
.footer-logos .et_pb_column {
  position: relative;
}
.footer-logos .et_pb_column:not(:last-child):not(:first-child):after,
.footer-logos .et_pb_column:not(:last-child):not(:first-child):before {
  content: '';
  height: 30px;
  border-left: 1px #fff solid;
  width: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
.footer-logos .et_pb_column:not(:last-child):not(:first-child):before {
  right: auto;
  left: 0;
}
.menu-footer .et_pb_menu_inner_container {
  width: 100%;
}
.menu-footer .et_pb_menu_inner_container div,
.menu-footer .et_pb_menu_inner_container nav,
.menu-footer .et_pb_menu_inner_container nav > ul,
.menu-footer .et_pb_menu_inner_container nav > ul > li {
  flex-grow: 1;
  text-align: center;
}
.menu-footer .et_pb_menu_inner_container nav > ul > li > a {
  margin: 0 auto;
}
.home-slide {
  background-size: 296px 54px !important;
}
.home-slide .et_pb_column {
  /*dding:40px;*/
}
.home-slide .cta-slide-home {
  font-size: 22px;
  font-weight: 500;
  color: #9d1f30;
  display: inline-block;
}
.home-slide .cta-slide-home:after {
  content: '';
  background: url(https://mediconnect-staging.jake-digital.com/wp-content/themes/mediconnectV5/less/../assets/images/picto-yaller-rouge.svg);
  background-size: 60%;
  background-position: 50% 50%;
  width: 40px;
  height: 15px;
  background-repeat: no-repeat;
  display: inline-block !important;
}
.home-slide .container {
  padding-top: 0 !important;
}
.home-slide .container .et_pb_text_inner {
  font-size: 18px;
  color: #002e50;
  font-weight: 500;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
  /*background: #fff url('https://mediconnect-staging.jake-digital.com/wp-content/themes/mediconnectV5/less/./ajax-loader.gif') center center no-repeat;*/
  background: #fff;
}
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -60px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 24px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
.et_pb_section.section-cta-ressources > .et_pb_row {
  align-items: center;
}
.et_pb_section.section-cta-ressources .et_pb_column_2,
.et_pb_section.section-cta-ressources .et_pb_column_2_tb_body {
  margin-right: 0;
  vertical-align: middle;
}
.et_pb_section.section-cta-ressources .et_pb_column_3,
.et_pb_section.section-cta-ressources .et_pb_column_3_tb_body {
  width: 35%;
  vertical-align: middle;
}
.et_pb_module.cta-ressources {
  padding: 50px 10px 20px 10px;
}
.et_pb_module.cta-ressources .et_pb_button {
  border: none;
}
@media (max-width: 980px) {
  .et_pb_module.cta-ressources {
    padding: 25px 8px 10px 5px;
  }
  .et_pb_module.cta-ressources a {
    font-size: 20px !important;
  }
}
.relative {
  position: relative;
}
.webinaire-elt-row {
  margin-bottom: 30px;
}
.webinaire-title,
.ressources-title {
  padding: 50px 0;
}
.webinaire-title .title-agenda,
.ressources-title .title-agenda {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.webinaire-title h1,
.ressources-title h1,
.webinaire-title h2,
.ressources-title h2 {
  font-size: 38px;
}
.webinaire-title h1 span,
.ressources-title h1 span,
.webinaire-title h2 span,
.ressources-title h2 span {
  background-color: #fff;
  padding-right: 15px;
}
.webinaire-title h1:after,
.ressources-title h1:after,
.webinaire-title h2:after,
.ressources-title h2:after {
  content: '';
  border-bottom: 1px #000 solid;
  width: 100%;
  height: 0;
  display: block;
  margin-top: -8px;
  margin-bottom: 8px;
}
.ressources-title {
  padding-bottom: 10px;
}
.ressources-title .col-sm-8 {
  padding-left: 0;
  padding-right: 0;
}
.title-ressources {
  padding-left: 0;
  padding-right: 0;
}
.row-inscription {
  text-align: center;
  padding: 20px;
}
.row-inscription .cta-inscription {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  padding: 6px 20px;
  padding-right: 60px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-out;
  opacity: 1;
}
.row-inscription .cta-inscription:after {
  content: '';
  background-size: 60%;
  background-position: 50% 50%;
  width: 50px;
  height: 100%;
  background-repeat: no-repeat;
  display: inline-block !important;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s cubic-bezier(0.6899999999999999, 0.15, 0.47, 1.32);
}
.row-inscription .cta-inscription:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.row-inscription .cta-inscription:hover:after {
  background-position: 80% 50%;
}
.form_inscription .err-msg {
  font-size: 11px;
  color: #9d1f30;
}
.cta-fleche {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  padding: 6px 20px;
  padding-right: 60px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}
.cta-fleche:hover {
  color: #fff;
  text-decoration: none;
}
.cta-fleche:after {
  content: '';
  background-size: 60%;
  background-position: 50% 50%;
  width: 50px;
  height: 100%;
  background-repeat: no-repeat;
  display: inline-block !important;
  position: absolute;
  right: 0;
  top: 0;
}
.cta-fleche.bleu {
  background-color: #002e50;
  color: #fff;
}
.cta-fleche.bleu:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDI4IDE4Ij48ZyBpZD0iVUlfRGVza3RvcF9HbHlwaHNfQ1RBX0Rvd25sb2FkQXJyb3ciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMTgpIHJvdGF0ZSgtOTApIj48cGF0aCBpZD0iQ29tYmluZWQtU2hhcGUiIGQ9Ik0wLDI4bC42NjgtMkgxOGwtLjY1NCwyWk0wLDkuMzI1SDUuNjYxVjMuNDdsMi0xLjI5VjkuMzI1SDkuNDFWMS40MzZsMi0xLjQzNlY5LjMyNWg1LjkyMmwtNi4xOSwxMS40MjhMOS45LDE4LjQ2OGwzLjcxNS02Ljg1N0gzLjcxNGw0Ljk1Miw5LjE0M0w5LjksMjMuMDM5LDguNjY2LDI1LjMyNVoiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+');
  background-color: rgba(255, 255, 255, 0.5);
}
.bloc-confirmation h3 {
  padding-top: 40px;
}
.bloc-confirmation .confirmation-cta {
  padding: 50px;
}
.center {
  text-align: center;
}
.webinaire-elt-row .cta-retour {
  padding: 20px;
  text-align: center;
}
.webinaire-elt-row .cta-retour a {
  text-decoration: underline;
  font-size: 18px;
  color: #000;
}
.webinaire-filters {
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .webinaire-filters {
    width: 85%;
  }
}
@media (max-width: 980px) {
  .webinaire-filters {
    width: 100%;
  }
}
.webinaire-filters .cat-filter-col {
  margin-bottom: 10px;
}
.webinaire-filters .cat-filter-col a {
  display: block;
  padding: 0 0 0 45px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  background-size: auto 70%;
  background-repeat: no-repeat;
  background-position: 8px 50%;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
}
.webinaire-filters .cat-filter-col a:hover,
.webinaire-filters .cat-filter-col a.active {
  color: #fff;
}
.webinaire-filters .cat-filter-col a > span {
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
}
.row-intervenants {
  padding-top: 40px;
}
.row-intervenants .bloc-intervenant {
  font-size: 500;
}
.webinaire-elt {
  background: #F8F8F8;
  font-size: 18px;
  color: #002e50;
}
.webinaire-elt h1,
.webinaire-elt h2 {
  font-size: 18px;
  font-weight: 600;
}
.webinaire-elt .intervenants {
  font-size: 12px;
}
.webinaire-elt .text-bloc {
  padding: 15px 20px;
  padding-bottom: 74px;
}
.webinaire-elt .bottom {
  left: 20px;
  right: 0px;
  bottom: 0px;
  position: absolute;
}
.webinaire-elt .bottom .intervenants {
  padding: 10px;
}
.webinaire-elt .cta-inscription {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  padding: 8px 12px;
  padding-right: 50px;
  position: relative;
  text-transform: uppercase;
}
.webinaire-elt .cta-inscription:after {
  content: '';
  background-size: 60%;
  background-position: 50% 50%;
  width: 40px;
  height: 100%;
  background-repeat: no-repeat;
  display: inline-block !important;
  position: absolute;
  right: 0;
  top: 0;
}
.webinaire-elt .date-bloc {
  color: #fff;
  font-size: 24px;
  padding: 15px;
}
.webinaire-elt .date-bloc .annee {
  font-size: 14px;
}
.webinaire-elt .date-bloc .annee span {
  padding-right: 15px;
}
.webinaire-elt .date-bloc .annee:after {
  content: '';
  border-bottom: 1px #fff solid;
  width: 100%;
  height: 0;
  display: block;
  margin-top: -8px;
  margin-bottom: 8px;
}
.webinaire-elt .date-bloc .date {
  text-align: right;
  padding-top: 50px;
  padding-bottom: 20px;
}
.webinaire-elt .date-bloc .date .jour {
  color: #002e50;
}
.webinaire-elt .date-bloc .time {
  text-align: right;
  font-size: 14px;
  color: #002e50;
}
.title-ressources {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #002e50;
  padding-bottom: 40px;
}
.title-ressources:after {
  margin-left: 10px;
  content: '';
  background: url('https://mediconnect-staging.jake-digital.com/wp-content/themes/mediconnectV5/less/../assets/images/fleche_down.svg');
  width: 13px;
  height: 7px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  display: inline-block;
  vertical-align: middle;
}
.ressource-caption {
  background: #F8F8F8;
  padding: 15px;
}
.ressource-caption h2 {
  font-size: 14px;
  font-weight: 500;
  color: #002e50;
}
#video-player {
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
}
#video-player h2 {
  font-size: 18px;
  font-weight: 700;
  color: #002e50;
}
.ressource-elt {
  margin-bottom: 30px;
}
.ressource-elt .cta-open,
.home-slider .cta-open {
  position: relative;
  display: block;
}
.ressource-elt .cta-open:after,
.home-slider .cta-open:after {
  content: '';
  width: 50px;
  height: 50px;
  background-size: 23px 25px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-sizing: content-box;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -26px;
  margin-top: -26px;
  border-radius: 50%;
  border: 1px #fff solid;
  transition: 0.3s all ease-out;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.5);
}
.ressource-elt .cta-open:before,
.home-slider .cta-open:before {
  content: '';
  top: 50%;
  left: 50%;
  background-color: transparent;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  transition: 0.3s all cubic-bezier(0.6899999999999999, 0.15, 0.47, 1.32);
  z-index: 1;
}
.ressource-elt .cta-open:hover:after,
.home-slider .cta-open:hover:after {
  background-color: #fff;
}
.ressource-elt .cta-open:hover:before,
.home-slider .cta-open:hover:before {
  content: '';
  top: 50%;
  left: 50%;
  background-color: #004C97;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-left: -35px;
  margin-top: -35px;
  position: absolute;
  z-index: 1;
}
.ressource-elt .cta-open.video:after,
.home-slider .cta-open.video:after {
  background-image: url(https://mediconnect-staging.jake-digital.com/wp-content/themes/mediconnectV5/less/../assets/images/picto-play_only.svg);
}
.ressource-elt .cta-open.document:after,
.home-slider .cta-open.document:after {
  background-image: url(https://mediconnect-staging.jake-digital.com/wp-content/themes/mediconnectV5/less/../assets/images/picto-dl.svg);
}
.aires-therapeutiques {
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .aires-therapeutiques {
    max-width: none;
  }
}
.popup-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 20px;
  text-decoration: none;
}
.mc-popup {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  z-index: 10;
  min-width: 278px;
}
.mc-popup .cta-reg-form {
  background: #9d1f30;
  font-weight: 700;
  text-align: center;
  border-radius: 0;
  padding: 8px 30px;
  color: #fff;
  border: none;
  display: inline-block;
}
.mc-popup .popup-foot-links > div {
  flex-grow: 1;
}
.mc-popup .popup-foot-links a {
  font-size: 14px;
  color: #9d1f30;
}
.mc-popup .popup-foot-links .links-right {
  text-align: right;
}
.bleu {
  color: #002e50;
}
.form-register {
  font-size: 14px;
}
.form-register input[type="text"],
.form-register input[type="email"],
.form-register textarea,
.form-register select {
  border: 1px #BFBFBF solid;
  color: #000;
  font-size: 14px;
  border-radius: 0;
  width: 100%;
  line-height: 1.5;
}
.form-register textarea {
  height: 250px;
}
.form-register .form-group {
  position: relative;
}
.form-register .form-group:after {
  display: none;
  content: '';
  background-image: url('https://mediconnect-staging.jake-digital.com/wp-content/themes/mediconnectV5/less/../assets/images/cross-error.svg');
  background-size: 7px 7px;
  background-color: #BFBFBF;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 9px;
  /*margin-top:-9px;*/
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.form-register .form-group.ok:after {
  display: block;
  background-color: #23C22B;
  background-image: url('https://mediconnect-staging.jake-digital.com/wp-content/themes/mediconnectV5/less/../assets/images/check.svg');
}
.form-register .form-group.error:after {
  display: block;
  background-color: #9D1F30;
  background-image: url('https://mediconnect-staging.jake-digital.com/wp-content/themes/mediconnectV5/less/../assets/images/cross-error.svg');
}
.form-register .form-group.error input[type="text"],
.form-register .form-group.error input[type="email"],
.form-register .form-group.error select {
  border-color: #9D1F30;
}
.form-register .canal-email label,
.form-register .canal-sms label {
  width: 100%;
  display: block;
}
.form-register .canal-email input,
.form-register .canal-sms input {
  margin-right: 15px;
}
.form-register .inscription-action {
  text-align: center;
}
.form-register .inscription-action .cta-reg-form {
  background: #9d1f30;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 30px;
  color: #fff;
  border: none;
  display: inline-block;
}
@media (max-width: 980px) {
  .et_pb_row {
    width: 90%;
  }
}
.bt-cookies {
  text-decoration: none !important;
}
#onetrust-page h3,
#onetrust-page h4,
#onetrust-page #cookie-policy-description,
#onetrust-page section p {
  color: #002e50 !important;
}
#onetrust-page h3 {
  font-size: 22px !important;
}
#onetrust-page h4 {
  font-size: 18px !important;
}
#onetrust-page #cookie-policy-description,
#onetrust-page section p {
  font-size: 20px !important;
}
#onetrust-page #ot-sdk-btn {
  display: block;
  margin: 10px auto;
  width: auto;
  font-size: 1.2rem;
}
p {
  margin-bottom: 0;
}
body {
  font-size: 14px;
}
body.home .medi-domaines-home {
  display: flex;
  flex-direction: row;
}
body.home .medi-domaines-home .medi-domaine-up,
body.home .medi-domaines-home .medi-domaine-down {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
body.home .medi-domaines-home .medi-domaine-up img,
body.home .medi-domaines-home .medi-domaine-down img {
  margin: 10px 0;
}
body.home .medi-domaines-home .medi-domaine-up .caption,
body.home .medi-domaines-home .medi-domaine-down .caption {
  position: absolute;
  font-size: 24px;
  text-align: center;
  width: 100%;
  font-weight: 400;
  text-wrap: nowrap;
}
body.home .medi-domaines-home .medi-domaine-up:not(:last-child):not(:first-child),
body.home .medi-domaines-home .medi-domaine-down:not(:last-child):not(:first-child) {
  margin-right: -40px;
  margin-left: -40px;
}
body.home .medi-domaines-home .medi-domaine-up:first-child,
body.home .medi-domaines-home .medi-domaine-down:first-child {
  margin-right: -40px;
}
body.home .medi-domaines-home .medi-domaine-up:last-child,
body.home .medi-domaines-home .medi-domaine-down:last-child {
  margin-left: -40px;
}
body.home .medi-domaines-home .medi-domaine-up .caption {
  top: 100%;
  left: 0;
}
body.home .medi-domaines-home .medi-domaine-down .caption {
  bottom: 100%;
  left: 0;
}
@media (max-width: 768px) {
  body.home .medi-domaines-home {
    flex-direction: column;
  }
  body.home .medi-domaines-home .medi-domaine-up,
  body.home .medi-domaines-home .medi-domaine-down {
    width: 100%;
    flex-direction: row !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  body.home .medi-domaines-home .medi-domaine-up .caption,
  body.home .medi-domaines-home .medi-domaine-down .caption {
    flex: 0 0 55%;
    position: relative;
    font-size: 22px;
    text-align: left;
    width: 50%;
    font-weight: 400;
    margin-left: 5%;
    text-wrap: wrap;
  }
  body.home .medi-domaines-home .medi-domaine-down p,
  body.home .medi-domaines-home .medi-domaine-down img {
    order: 1;
  }
  body.home .medi-domaines-home .medi-domaine-down .caption {
    order: 2;
  }
}
body.home .ligne-quinous .txt-50-left p {
  max-width: 50%;
}
@media (max-width: 980px) {
  body.home .ligne-quinous .txt-50-left p {
    max-width: 100%;
  }
}
body.home .ligne-quinous .titre-trait h2 {
  font-size: 2.375rem;
}
body.home .home-slide {
  padding-top: 60px;
  padding-bottom: 40px;
}
body.home .home-slide .et_pb_row {
  padding-top: 0;
  padding-bottom: 0;
}
body.home .home-slide #home-slider .home-slider {
  padding: 0;
}
body.home .home-slide #home-slider .slick-slide .row {
  align-items: center;
}
body.home .home-slide #home-slider .slick-slide .row .et_pb_text_inner {
  line-height: 1.3;
}
body.home .home-slide #home-slider .slick-slide .row .et_pb_text_inner p {
  padding-bottom: 1rem;
}
body.home .home-slide #home-slider .slick-slide .row .et_pb_text_inner a {
  text-decoration: none;
}
body.home .home-slide #home-slider .slick-slide .row .slider-col-media {
  width: 40%;
  padding-right: 8%;
  padding-left: 0;
}
@media (max-width: 980px) {
  body.home .home-slide #home-slider .slick-slide .row .slider-col-media {
    width: 100%;
    padding-right: 0%;
  }
}
body.home .home-slide #home-slider .slick-slide .row .slider-col-media a {
  padding: 0px;
}
body.home .home-slide .slick-dots {
  bottom: -60px;
}
body.home .et_pb_section.qui-nous .et_pb_column_1_5 {
  width: 6%;
}
body.home .et_pb_section.qui-nous .et_pb_column_3_5 {
  width: 77%;
}
@media (max-width: 980px) {
  body.home .et_pb_section.qui-nous .et_pb_column_1_5 {
    width: 5%;
  }
  body.home .et_pb_section.qui-nous .et_pb_column_3_5 {
    width: 100%;
  }
}
.bouton-cta-home,
#ot-sdk-btn {
  background: #9d1f30;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  padding: 6px 16px;
  line-height: 1.3;
  padding-right: 66px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  opacity: 1;
  text-decoration: none;
  border: none;
}
.bouton-cta-home:after,
#ot-sdk-btn:after {
  content: '';
  background: #7e1926 url(https://mediconnect-staging.jake-digital.com/wp-content/themes/mediconnectV5/less/../assets/images/picto-yaller-blanc.svg);
  background-size: 55%;
  background-position: 50% 50%;
  width: 50px;
  height: 100%;
  background-repeat: no-repeat;
  display: inline-block !important;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s cubic-bezier(0.6899999999999999, 0.15, 0.47, 1.32);
}
.bouton-cta-home:hover,
#ot-sdk-btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  border: none;
  padding: 6px 16px;
  background: #9d1f30;
  padding-right: 66px;
}
.bouton-cta-home:hover:after,
#ot-sdk-btn:hover:after {
  background-position: 80% 50%;
}
.bouton-cta-home.bouton-vert,
#ot-sdk-btn.bouton-vert {
  background: #7fbdad;
  color: #fff;
}
.bouton-cta-home.bouton-vert:after,
#ot-sdk-btn.bouton-vert:after {
  background-color: #6d978a;
}
#masthead .menu-desktop .et_pb_menu__menu {
  flex: 1;
}
#masthead .menu-desktop .et_pb_menu__menu .et-menu-nav {
  flex: 1;
}
#masthead .menu-desktop ul {
  flex: 1;
}
#masthead .menu-desktop ul li {
  flex-grow: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
#masthead .menu-desktop ul li:not(:first-child) a {
  padding-left: 0px;
}
#masthead .menu-desktop ul li a {
  font-size: 12px;
  font-weight: 500;
}
#masthead .menu-desktop ul li:after {
  content: '';
  background: url('https://mediconnect-staging.jake-digital.com/wp-content/themes/mediconnectV5/less/../assets/images/fleche_down.svg');
  width: 12px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 4px;
  position: absolute;
  top: 5px;
  /* première ligne */
  right: 0;
}
#masthead .menu-desktop ul li a:after {
  display: none;
}
#masthead .menu-desktop ul li.current-menu-item a {
  color: #c0263b;
}
#masthead .logo {
  border-top: 1px #c0263b solid;
}
#masthead .masthead-ligne {
  display: flex;
  align-items: end;
}
#masthead .col1 {
  margin-right: 0;
  flex: 0 0 17%;
}
#masthead .col2 {
  width: 20%;
  flex: 0 0 20%;
  margin-right: 2%;
}
#masthead .col3 {
  flex: 1;
}
#masthead #menu-main-menu {
  display: flex;
  flex-wrap: nowrap;
  /* tout tient sur une ligne */
  align-items: flex-start;
  /* alignement haut entre les <li> */
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
#masthead #menu-main-menu > li {
  position: relative;
  flex: 0 0 auto;
  /* pas d’étirement ni de rétrécissement */
  width: min-content;
  /* ✅ largeur = plus long mot */
  padding-right: 1.2em;
  /* réserve pour le chevron */
  box-sizing: content-box;
  /* padding s’ajoute à la width intrinsèque */
  text-align: center;
  line-height: 1.4;
}
#masthead #menu-main-menu .menu > li > a {
  display: block;
  white-space: normal;
  /* autorise les retours à la ligne */
  word-break: normal;
  /* pas de coupure au milieu des mots */
  overflow-wrap: normal;
  /* idem */
  hyphens: none;
  /* pas de césure auto */
  line-height: 1.4;
  text-decoration: none;
  font-weight: 500;
  color: #002e50;
  padding-bottom: 0 !important;
  text-transform: uppercase;
}
#masthead .et_pb_row,
#main-content .et_pb_row {
  max-width: 1000px !important;
}
#masthead .row-header,
#main-content .row-header {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0 0;
}
#masthead .col-empty-header-page,
#main-content .col-empty-header-page {
  max-width: 870px !important;
}
#masthead .col-empty-header-page a,
#main-content .col-empty-header-page a {
  color: #002e50;
  text-decoration: underline;
}
a {
  color: inherit;
  text-decoration: underline;
}
a.rouge {
  text-decoration: underline;
}
a.rouge:hover {
  color: #c0263b;
}
.page-template-default .et_pb_text p {
  padding-bottom: 1em;
}
.info-page-large .et_pb_column:first-child {
  margin-right: 10%;
}
.info-page-large .et_pb_column:last-child {
  width: 47.8%;
}
.info-page-large .info-page-large-texte {
  font-size: 18px;
  font-weight: 500;
  color: #002e50;
}
.info-page-large .info-page-large-texte h2 {
  color: #002e50;
}
.info-page-large .info-page-large-texte a {
  font-size: 22px;
  font-weight: 500;
  color: #9d1f30;
  display: inline-block;
  text-decoration: none;
}
.info-page-large .info-page-large-texte a:after {
  content: '';
  background: url(https://mediconnect-staging.jake-digital.com/wp-content/themes/mediconnectV5/less/../assets/images/picto-yaller-rouge.svg);
  background-size: 60%;
  background-position: 50% 50%;
  width: 40px;
  height: 15px;
  background-repeat: no-repeat;
  display: inline-block !important;
}
.poppins {
  font-family: Poppins, sans-serif;
}
.section-cta-page .et_pb_button_module_wrapper {
  height: 100%;
}
.section-cta-page .et_pb_button {
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 12px 16px;
  padding-right: 50px;
  background: #9d1f30;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  padding: 6px 16px;
  line-height: 1.3;
  padding-right: 66px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  opacity: 1;
  text-decoration: none;
  border: none;
  line-height: 1.4 !important;
}
.section-cta-page .et_pb_button:after {
  content: '';
  background: #7e1926 url(https://mediconnect-staging.jake-digital.com/wp-content/themes/mediconnectV5/less/../assets/images/picto-yaller-blanc.svg);
  background-size: 60%;
  background-position: 50% 50%;
  width: 40px;
  height: 100%;
  background-repeat: no-repeat;
  display: inline-block !important;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s cubic-bezier(0.6899999999999999, 0.15, 0.47, 1.32);
}
.section-cta-page .et_pb_button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.section-cta-page .et_pb_button:hover:after {
  background-position: 90% 50%;
}
.section-cta-page .et_pb_button:after {
  content: '';
  background: #7e1926 url(https://mediconnect-staging.jake-digital.com/wp-content/themes/mediconnectV5/less/../assets/images/picto-yaller-blanc.svg);
  background-size: 55%;
  background-position: 50% 50%;
  width: 50px;
  height: 100%;
  background-repeat: no-repeat;
  display: inline-block !important;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s cubic-bezier(0.6899999999999999, 0.15, 0.47, 1.32);
}
.section-cta-page .et_pb_button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  border: none;
  padding: 6px 16px;
  background: #9d1f30;
  padding-right: 66px;
}
.section-cta-page .et_pb_button:hover:after {
  background-position: 80% 50%;
}
.section-cta-page .et_pb_button.bouton-vert {
  background: #7fbdad;
  color: #fff;
}
.section-cta-page .et_pb_button.bouton-vert:after {
  background-color: #6d978a;
}
.section-cta-page .et_pb_button:after {
  opacity: 1;
}
.section-cta-page .et_pb_button.bouton-vert {
  background: #7fbdad;
  color: #fff;
}
.section-cta-page .et_pb_button.bouton-vert:after {
  background-color: #6d978a;
}
.rouge-logo {
  color: #c0263b;
}
.rouge-vif {
  color: #d02d37;
}
.bleu-ciel {
  color: #69aacd;
}
.vert-clair {
  color: #7fbdad;
}
.orange {
  color: #d02d37;
}
.section-ref-page .et_pb_row {
  max-width: 800px;
  margin: 0 auto;
}
.section-ref-page .et_pb_text_inner li {
  line-height: 1.4 !important;
  padding-bottom: 5px;
}
.article-illus-3col strong {
  color: #9d1f30;
  font-weight: 600;
}
.article-illus-3col .et_pb_column {
  margin-right: 0;
}
.article-illus-3col .et_pb_column_1_5 {
  width: 17.8%;
}
.article-illus-3col .et_pb_column_3_5 {
  width: 62.8%;
  margin-right: 10px;
}
.font14 {
  font-size: 14px;
}
.w600 {
  font-weight: 600;
}
.w500 {
  font-weight: 500;
}
.article-section-mentions hr {
  width: 20%;
  margin: 20px 0 20px auto;
  border: 3px solid #d02d37;
}
.ligne-bt-retour .et_pb_column_1_5 {
  width: 14.6%;
  text-align: center;
}
.ligne-bt-retour .article-bt-retour-wrapper {
  width: 19.6%;
}
.webinaires-list {
  position: relative;
}
.webinaire-filters {
  margin-bottom: 6px;
}
.webinaire-filters-childrens {
  position: relative;
  width: 100vw;
  left: 0;
  display: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.webinaire-filters-childrens.active {
  display: block;
}
.webinaire-filters-childrens ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.webinaire-filters-childrens ul li:not(:last-child) a:after {
  content: '';
  border-right: 2px #fff solid;
  display: block;
  height: 60%;
}
.webinaire-filters-childrens a {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  background-size: auto 70%;
  background-repeat: no-repeat;
  background-position: 8px 50%;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
}
.webinaire-filters-childrens a:hover,
.webinaire-filters-childrens a.active {
  font-weight: 600;
}
.webinaire-filters-childrens a > span {
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px 0 15px;
}
@media (max-width: 980px) {
  .webinaire-elt .text-bloc {
    padding-bottom: 20px;
  }
  .webinaire-elt .bottom {
    position: relative;
    left: 0;
  }
  .webinaire-elt .bottom .cta-webinar {
    align-self: end;
  }
}
.et_pb_section.section-cta-ressources > .et_pb_row {
  align-items: center;
}
.et_pb_section.section-cta-ressources .et_pb_column:first-child {
  width: 60%;
  margin-right: 0;
  vertical-align: middle;
}
.et_pb_section.section-cta-ressources .et_pb_column:last-child {
  width: 39%;
  vertical-align: middle;
}
.et_pb_section.section-cta-ressources .et_pb_column:last-child .et_pb_button:hover {
  padding: .3em 1em;
}
.btn-anime {
  transition: all 0.3s ease-out;
}
.bootstrap-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.footer-logos .et_pb_column {
  position: relative;
  margin: 0;
}
.footer-logos .et_pb_column:first-child,
.footer-logos .et_pb_column:last-child {
  width: 20%;
}
.footer-logos .et_pb_column:not(:last-child):not(:first-child) {
  width: 30%;
  padding: 0 5%;
}
.footer-logos .et_pb_column:not(:last-child):not(:first-child):after {
  content: '';
  height: 30px;
  border-left: 1px #fff solid;
  width: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
.footer-logos .et_pb_column:not(:last-child):not(:first-child):not(:nth-child(2)):after {
  display: none;
}
.footer-logos .et_pb_column:not(:last-child):not(:first-child):before {
  right: auto;
  left: 0;
  display: none;
}
.exit-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.exit-modal .exit-modal-content {
  background: #d8d8d8;
  padding: 50px 50px 70px;
  border-radius: 0;
  width: 80%;
  max-width: 590px;
  margin: 15% auto;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.exit-modal h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #002e50;
  font-weight: 700;
}
.exit-modal .exit-modal-buttons {
  margin-top: 15px;
}
.exit-modal .exit-modal-buttons button {
  margin: 0 10px;
  padding: 8px 36px;
  cursor: pointer;
  width: 170px;
  text-align: left;
}
.pre-inscription-to-event {
  padding: 2rem;
}
/* mobile menu */
/* --- Donner plus de place au logo et garder le login à gauche --- */
@media (max-width: 980px) {
  #masthead .col1 {
    margin-bottom: 10px;
    order: 3;
    text-align: left;
    flex: 1 0 100%;
    position: relative;
    z-index: 1;
  }
  #masthead .col2 {
    max-width: 50%;
    margin-right: 2%;
    flex: 0 0 50%;
    z-index: 2;
    position: relative;
  }
  #masthead .col3 {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  #masthead .col3 .menu-desktop {
    padding-top: 15px;
  }
  #masthead .col3 .et_mobile_nav_menu {
    display: none;
  }
  #masthead .col3 .et_pb_menu__menu {
    display: block;
  }
}
/* cacher le menu desktop, garder le mobile du menu principal */
@media (max-width: 1200px) {
  #masthead .menu-desktop .et_pb_menu__menu {
    display: none !important;
  }
  #masthead .menu-desktop .et_mobile_nav_menu {
    display: block !important;
  }
  /* éviter un 2e burger sur la colonne login */
  #masthead .col1 .et_mobile_nav_menu {
    display: none !important;
  }
}
/* burger visuel (on réutilise celui de Divi) */
#masthead .menu-desktop .et_mobile_nav_menu .mobile_menu_bar {
  width: 28px;
  height: 22px;
  position: relative;
  cursor: pointer;
  background: transparent;
}
#masthead .menu-desktop .et_mobile_nav_menu {
  /* Les 3 barres */
  /* barre du milieu = l’élément lui-même */
  /* barre du haut */
  /* barre du bas */
}
#masthead .menu-desktop .et_mobile_nav_menu .mobile_menu_bar {
  position: relative;
  width: 28px;
  /* largeur des barres */
  height: 22px;
  /* hauteur globale du burger */
  cursor: pointer;
  display: inline-block;
}
#masthead .menu-desktop .et_mobile_nav_menu .mobile_menu_bar,
#masthead .menu-desktop .et_mobile_nav_menu .mobile_menu_bar::before,
#masthead .menu-desktop .et_mobile_nav_menu .mobile_menu_bar::after {
  background-color: #222;
  /* couleur des barres */
  height: 2px;
  width: 22px;
  border-radius: 2px;
  display: block;
  position: absolute;
  right: 0;
  transition: background-color 0.2s ease;
}
#masthead .menu-desktop .et_mobile_nav_menu .mobile_menu_bar {
  top: 9px;
  /* centrée verticalement */
}
#masthead .menu-desktop .et_mobile_nav_menu .mobile_menu_bar::before {
  content: "";
  top: -6px;
}
#masthead .menu-desktop .et_mobile_nav_menu .mobile_menu_bar::after {
  content: "";
  bottom: -6px;
}
/* Style hamburger 3 barres */
/* OFF-CANVAS : transformer le <ul.et_mobile_menu> en volet gauche */
#masthead .menu-desktop .et_mobile_nav_menu .et_mobile_menu {
  /* neutralise le slideDown/height de Divi */
  display: block !important;
  height: auto !important;
  /* volet fixé à gauche, sous le header (valeur mise en JS) */
  position: fixed;
  left: 0;
  top: var(--drawer-top, 0px);
  width: 80vw;
  max-width: 420px;
  height: calc(100vh) !important;
  transform: translateX(-100%);
  transition: transform .32s ease !important;
  z-index: 10001;
  background: #fff;
  border-right: 1px solid #eee;
  padding: 16px 20px 28px;
  overflow: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  border-top: 2px #9d1f30 solid;
}
#masthead .menu-desktop .et_mobile_nav_menu .et_mobile_menu > li > a {
  padding-left: 5px;
}
#masthead .menu-desktop .et_mobile_nav_menu .mobile_nav.closed .et_mobile_menu {
  box-shadow: none;
}
/* ouvert = slide in (on gère la classe .opened nous-mêmes en JS) */
#masthead .menu-desktop .et_mobile_nav_menu .mobile_nav.opened .et_mobile_menu {
  transform: translateX(0);
}
/* overlay (ajouté/enlevé par le JS) */
.et-offcanvas-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 3;
}
/* petit confort : retire les chevrons décoratifs du menu desktop masqué */
@media (max-width: 1200px) {
  #masthead .menu-desktop ul li:after {
    display: none !important;
  }
}
