#popup-webinaire {
  width: 726px;
  max-width: 90%;
  margin: 13% auto;
  display: none;
}

#popup-close-btn {
  position: relative;
  display: flex;
  justify-content: end;
  margin-bottom: -31px;
  margin-right: 10px;
}

#popup-close-btn div:hover {
  cursor: pointer;
}

#popup-contenu-2026 {
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 340px;
}

.popup-text-20e {
  padding: 24px 26px 25px 25px;
  width: 520px;
  display: flex;
  flex-direction: column;
}

.popup-img-20e {
  width: 206px;
  height: 100%;
}

.btn-close {
  height: 20px;
  width: 20px;
  background-image: url('../images/Iconefermer.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.btn-close:hover {
  background-image: url('../images/Iconefermer-hover.svg');
}

#popup-text {
  padding: 0px 30px 10px 30px;
}

.img-pop-phone {
    display: none;
}

.popup-text-20e-1 img {
  margin-bottom: 10px;
}

.p-popup-01 {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 26px;
  color: black;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.p-popup-02 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  color: black;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

.p-popup-03 {
  font-size: 14px;
  line-height: 14px;
  color: black;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

.popup-text-20e-2 {
  margin: 45px 0;
}

.btn-popup-20e {
  display: inline-block;
  border-radius: 32px;
}
.btn-popup-20e a {
  text-decoration: none;
}

.btn-popup-20e-1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  --r: 32px;
  --b: 1px;
  border-radius: var(--r);
  display: inline-block;
  padding: 7px 10px;
  text-align: center;
  position: relative;
  z-index: 0;
  text-decoration: none;
  transition: all .4s;
  background: linear-gradient(90deg, var(--Lavandin, #5026A5) 0%, var(--Rose, #E05CC5) 50%, var(--Mandarine, #FFB17E) 99.52%), linear-gradient(0deg, var(--Mandarine, #FFB17E) 0%, var(--Mandarine, #FFB17E) 100%), linear-gradient(0deg, var(--Rose, #E05CC5) 0%, var(--Rose, #E05CC5) 100%), var(--Lavandin, #5026A5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-popup-20e-1::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border: var(--b) solid transparent;
  border-radius: var(--r);
  background: inherit;
  background-origin: border-box;
  background-clip: border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-repeat: no-repeat;
}

.btn-popup-20e-1:hover::before  {
  -webkit-mask: linear-gradient(90deg, var(--Lavandin, #5026A5) 0%, var(--Rose, #E05CC5) 50%, var(--Mandarine, #FFB17E) 99.52%), linear-gradient(0deg, var(--Mandarine, #FFB17E) 0%, var(--Mandarine, #FFB17E) 100%), linear-gradient(0deg, var(--Rose, #E05CC5) 0%, var(--Rose, #E05CC5) 100%), var(--Lavandin, #5026A5);
}  

.btn-popup-20e-1:hover {
  -webkit-text-fill-color: white;
}


#popup-text h2 {
  margin-top: 10px;
}

#popup-text .button {
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #3C9EE5;
}

#popup-text .paragraph-2 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 24px;
}

#popup-text h3 {
  font-size: 20px;
  line-height: 47px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  margin-top: 0;
}

#popup-text h2 {
  margin-top: 0px;
}

/*#popup-contenu .paragraph-2, #popup-contenu h2, #popup-contenu h3 {
  color: #fff;
}*/

.popup-header, .popup-intervenants {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup-header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-intervenants > div {
  margin: 10px;
}

.popup-intervenants img {
  margin: 0 !important;
  max-width: 150px;
}

.popup-intervenants .paragraph-2 {
  font-size: 15px;
  line-height: 22px;
}

@media screen and (max-width: 991px) {
  #popup-text {
    text-align: center;
  }

  #popup-webinaire {
    width: 320px;
    height: auto;
    flex-direction: column;
  }

  #popup-contenu-2026 {
    height: auto;
    flex-direction: column;
  }

  .popup-img-20e {
    width: auto;
  }

  .popup-text-20e {
    width: auto;
  }

  .img-pop-phone {
    display: inline-block;
  }

  .img-pop-desktop {
    display: none;
  }

  .p-popup-01 {
    font-size: 19px;
    line-height: 19px;
  }
}

