html {
  height: 100%;
}
body{
    color: #626262;
    font-family: Montserrat Alternates, -apple-system;
    min-height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}
.footer{
    position: absolute; bottom: 10px; 
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.14px;
    color: #E72582;
    line-height: 20px;
    margin-left: 10px;
    margin-right: 10px
}
.spinner-border{
    color: #E72582;
}

.mipcsImage{
    padding-left: 0px!important; 
    padding-right: 0px!important; 
    /*background-image: url('/images/mipcs-bg.png'); 
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;*/
    background-image: linear-gradient(to right, #E72582 , #212853);
    padding-bottom: 0px!important;
    margin-bottom: 0px!important;
}
.btn-primary{
    color: #ffffff;
    background-color: #E72582;
    font-size: 14px;
    border-color: #E72582;
    margin-right: 5px;
    min-width: 120px;
    border-radius: 30px 30px 30px 30px;

}
.btn-primary.hover, .btn-primary.disabled, .btn-primary:hover, .btn-primary:focus, .btn:focus-visible, .open .dropdown-toggle.btn-primary {
    background-color: #212853;
    border-color: #212853;
    color: #ffffff;
    box-shadow: none;
}

.formulaire{
    margin-top: 10px;
    margin-left: 40px;
}
.formulaire > form{
    padding-right: 80px;
}

input[type="text"]:focus, input[type="text"]:focus, input[type="email"]:focus, select:focus, textarea:focus{
    background-color: rgba(85, 85, 85, 0.1);
    border-color: rgba(85, 85, 85, 0.1);
}
input[type="text"]:focus-visible, input[type="email"]:focus-visible, textarea:focus-visible{
    border-color: rgba(85, 85, 85, 0.1)!important;
    box-shadow: none!important;
}
input[type="text"], input[type="email"], {
    height: 25px!important;
}
.form-floating>.form-control:focus~label::after, .form-floating>.form-select:focus~label::after, textarea:~label::after{
    background-color: rgb(85, 85, 85, 0);
}

.formulaire > p{
    font-family: Montserrat Alternates;
    font-size: 15px;
    line-height: 22px;
    color: #626262;
    font-weight: 500;
    letter-spacing: normal;
}

.logo2{
    width: 60%!important;
}



/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
    .mipcsImage, .footer{
        display: none;
    }  
    .formulaire{
        margin-top: 10px;
        margin-left: 0;
    }
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
  .mipcsImage, .footer{
        display: none;
    }
    .formulaire{
        margin-top: 10px;
        margin-left: 0;
    }  
}