/*SECONDARY*/
html, body {
    max-width: 100%;
  }
  
  .modal-backdrop {
    background: #242424 !important;
    opacity: 0.8 !important;
  }
  
  #covid .modal-dialog {
    max-width: 1200px !important;
  }
  #covid .modal-dialog .modal-content {
    border-radius: 10px;
    border: inherit !important;
  }
  #covid .modal-body {
    border-radius: 10px;
    padding: inherit !important;
    position: relative;
  }
  #covid .modal-body .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  #covid .modal-body .inner {
    display: flex;
    align-items: center;
  }
  #covid .modal-body .inner .left {
    width: 560px;
    height: 520px;
    border-radius: 10px 0px 0px 10px;
    background-image: url("https://cdn2.hubspot.net/hubfs/403167/WEBSITE-2020/HOMEPAGE/Fond%20Image.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  #covid .modal-body .inner .de-pic {
    width: 560px;
    height: 520px;
    border-radius: 10px 0px 0px 10px;
    background-image: url("https://info.iadvize.com/hubfs/WEBSITE-2020/HOMEPAGE/Fond%20ImageDE.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  #covid .modal-body .inner .en-pic {
    width: 560px;
    height: 520px;
    border-radius: 10px 0px 0px 10px;
    background-image: url("https://info.iadvize.com/hubfs/WEBSITE-2020/HOMEPAGE/Fond%20ImageEN.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  #covid .modal-body .inner .right {
    height: 100%;
    width: 100%;
    padding: 40px;
  }
  #covid .modal-body .inner .right .kind {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
  }
  #covid .modal-body .inner .right .kind .trait {
    width: 25px;
    height: 0px;
    border-bottom: 0.826087px solid #707689;
    margin-right: 7px;
  }
  #covid .modal-body .inner .right .kind .text {
    font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 140%;
    color: #707689;
  }
  #covid .modal-body .inner .right .title {
    font-family: "proxima-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 120%;
    color: #34393F;
    margin-bottom: 15px;
  }
  #covid .modal-body .inner .right .legend {
    font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #707689;
    margin-bottom: 15px;
  }
  #covid .modal-body .inner .right .last {
    font-family: "proxima-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 140%;
    color: #34393F;
    margin-bottom: 35px;
  }
  #covid .modal-body .inner .right .cta {
    font-family: "Open Sans";
    letter-spacing: 0.005em;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    background: #1BC74E;
    border-radius: 5px;
    padding: 20px 40px 20px 40px;
    display: inline-block;
    cursor: pointer;
  }
  
  /*# sourceMappingURL=modal.css.map */

  /*SECONDARY*/
html, body {
  max-width: 100%;
}

.promo-covid h2 {
  font-family: "proxima-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 45px;
  line-height: 45px;
  color: #34393F;
}
@media only screen and (max-width:1025px) {
  .promo-covid h2 {
    width: 700px;
  }
}
@media only screen and (max-width:767px) {
  .promo-covid h2 {
    width: 320px;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.promo-covid .legend {
  max-width: 1000px;
  margin: 0px auto;
  text-align: center;
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #707689;
  margin-bottom: 40px;
}
@media only screen and (max-width:1025px) {
  .promo-covid .legend {
    width: 700px;
  }
}
@media only screen and (max-width:767px) {
  .promo-covid .legend {
    width: 320px;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=promotion-covid.css.map */
  