.container {
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.justify-content-md-center{
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.mt-5, .my-5 {
    margin-top: 3rem!important;
}
.form-group {
    margin-bottom: 1rem;
}
label {
    color: #21202e;
    display: block;
    font-weight: 500;
    margin-bottom: 0.5em;
    font-size: 1rem;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #1c314c;
    background: #eeeeee;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #f3f3f3;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    display: block;
    padding: 0.7em;
    width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    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;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    min-width: 125px;
}
.btn-primary {
    background-color: #22a2c4;
    border-color: #22a2c4;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.error-message {
    padding-top: 20px;
}
.error-message ul{
    list-style: none;
    margin: 0;
    padding:0;
}
.error-message li{
    color: #000;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1.5rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    text-align: center;
}

.text-light {
    color: #f8f9fa!important;
}
.spinner-border {
    display: none;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;    
    top: 3px;
    margin-top: -1px;
}
.loading .spinner-border{
    display: inline-block;
}
.passwordlosed{
    color: #009dad;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-decoration: underline;
}
button[disabled], html input[disabled] {
    cursor: default;
    background: #ccc !important;
    border: #ccc !important;
}
button[disabled] span, html input[disabled] span {
    color:#fff !important;
}
/* Mise en commentaire par Christelle car empêchait le changement de typo dans les paramètres de customisation
*{
    font-family: 'Montserrat', sans-serif;
}*/
@keyframes spinner-border {
    to { transform: rotate(360deg); }
}
/***--css lies au boutton acces ---*/
.elementor-button.button-exp-link {
    border-radius: 4px;
    font-weight: bold !important;
    line-height: 19px;
    background: #3C005A;
}

.home-button .elementor-button.button-exp-link {
    background: #fff;
    color:#000;
}
.elementor-button.button-exp-link:hover {
    background:#FF438E;
}