/*-----------------------------FORMULAIRE--------------------------------------*/

input[type="checkbox"] {
    height: auto !important;
    margin-right: 15px;
}

.label-checkbox {
    max-width: 90%;
    vertical-align: top;
}

.form-style-1 .card-body{
    padding: 5.25rem 2rem;
}

.input-style-1{
    height: 50px;
    padding: 0 30px;
    width: 100%;
}

.input-style-1{
    width: 100%;
}

textarea.input-style-1{
    height: auto;
}

.message-erreur{
    font-weight: bold;
    margin-bottom: 20px;
    display: none;
}

.message-information{
    margin-bottom: 20px;
    font-weight: bold;
}

/* CUSTOM SELECT */

.customSelect{
    display: flex;
    align-items: center;
    background: #fff none repeat scroll 0 0;
    background-color: #fff;
    color: #333;
    width: 100%;
    padding-left: 15px;
    height: 50px;
    overflow: hidden;
    font-size: 14px;
}

.customdisplay{
    display: block;
    width: 100%;
}

.customdisplay .nowrap{ display: inline-block; }

.customSelect i{
    position: absolute;
    top: 18px;
    font-size: 15px;
    right: 0;
}

.slide-img .customSelect{
    position: absolute;
    top: 0;
    text-align: left;
    left: 0;
}

.slide-img .customSelect i{
    font-size: 24px;
    top: 15px;
    right: 15px;
}

/* */

.p-relative{
    position: relative;
}

.btn-formulaire, .btn-formulaire:hover, .btn-formulaire:active, .btn-formulaire:focus{
    display: inline-block;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    padding: 0 15px;
    min-width: 180px;
    width: auto;
    position: relative;
    z-index: 2;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 50px;
    border-radius: 0;
    padding: 0;
    height: 50px;
    text-align: center;
    border: none;
    font-style: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/*---------UTILISATIONS COULEURS MODIFIABLES DEPUIS LE BACKOFFICE--------------*/

/* FORMULAIRE */

.form-control:focus{
    border-color: #4D35E9 !important;
}

.input-style-1{
    border: 1px solid #4D35E9;
    color: #4D35E9;
    border-radius: 25px;
}

.message-information{
    color: #8A8A8A;
}

.customCheckboxMdp i{
    color: #4D35E9;
}

.message-erreur{
    color: red;
}

.btn-formulaire{
    background: #4D35E9;
}