a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.placeholder {
    background-color: transparent;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

button.close {
    background-color: transparent;
    border: 0;
    appearance: none;
}

.row .powermail_captchaimage {
  width: auto;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-accessibilite {
    z-index: 9999 !important;
    top: 100px !important;
    background: rgba(237, 244, 247, 0.7);
}

.modal-dialog-scrollable {
    height: unset !important;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.collapse:not(.show) {
    display: none;
}

.secure-dowload--container h2.entete {
    color: #005D97;
    line-height: 1.3;
    font-size: 2.25rem;
    font-family: "Arial bold";
    text-transform: none;
    margin-bottom: 20px;
    margin-top: 20px;
}
.secure-dowload--container h2.entete:after {
    height: 0px;
}
.secure-dowload--container .secure-download--subscribe .form-group {
    margin-top: 15px;
}

.secure-download--img {
    margin-bottom: 20px;
}