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

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

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

.form-projet{
    display: none;
}

.form-style-1 .card-body{
    padding: 5.25rem 2rem;
    box-shadow: 0 0 10px #ccc;
}

.input-style-1, .form-projet input:not([type="file"]){
    height: 40px;
    padding: 0 30px;
    width: 100%;
    border-radius: 15px;
}

.form-projet textarea{
    border-radius: 15px;
}

.form-projet textarea{
    height: auto;
    padding: 15px 30px;
    width: 100%;
}

.form-projet, .form-projet-contenu{
    background: #eee;
    padding: 15px 30px;
    border-radius: 15px;
}

.form-projet-contenu{
    padding: 30px 30px 15px 30px;
}

.form-projet p{
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    font-family: "Poppins",sans-serif;
}

.projet-equipe{
    margin-bottom: 10px;
}

.form-projet .projet-equipe p{
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-family: "Raleway", sans-serif;
}

.form-projet label{
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.form-projet select{
    position: absolute;
    opacity: 0;
    margin-bottom: 0px;
    height: 40px;
    width: 100%;
}

.form-projet .select-multiple{
    position: relative;
    opacity: 1;
    height: auto;
}

.form-projet i{
    margin-right: 15px;
}

.form-projet input, .form-projet textarea{
    margin-bottom: 10px;
}

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

.form-projet input[type="checkbox"]{
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin-top: 5px;
}

.form-projet input[type="radio"]{
    height: auto;
    width: auto;
}

.form-projet label.control-label{
    width: 85%;
    display: inline-block;
}

.form-projet .projet-option label, .form-projet .projet-option p{
    text-align: left;
    margin-left: 30px;
    font-size: 14px;
    font-weight: 600;
}

.form-projet .projet-option .row{
    margin: 0;
}

.form-projet .projet-option .col-sm-6{
    display: inline-block;
    padding: 0;
}

.form-projet .projet-option .col-sm-6 label, .form-projet .projet-option .col-sm-6 input{
    display: inline;
}

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

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

.form-projet #champs_connexion{
    display: none;
}

.form-projet #lien-inscription{
    display: none;
}

/* 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;
    border-radius: 15px;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
}

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

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

.customSelect i{
    position: absolute;
    top: 13px;
    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: 40px;
    border-radius: 50px;
    padding: 0;
    height: 40px;
    text-align: center;
    border: none;
    font-style: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 15px;
    padding: 0 15px;
}

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

/* FORMULAIRE */

.form-control:focus{
    border-color: #754c93 !important;
}

.input-style-1, .form-projet input, .form-projet textarea{
    border: 1px solid #754c93;
    color: #754c93;
}

input[type="file"]{
    border: none;
    padding: 0;
}

.form-projet p, .message-information{
    color: #8A8A8A;
}

.form-projet label a{
    color: #F17A16;
    display: inline;
}

.customCheckboxMdp i{
    color: #3CCACE;
}

.form-projet label, .form-projet i{
    color: #754c93;
}

.form-projet .btn-danger i{
    color: #fff;
}

.form-projet .customSelect{
    border: 1px solid #754c93;
}

.form-projet h2{
    color: #754c93;
    font-size: 24px;
    font-weight: bold;
}

.form-projet .nom-groupe{
    color: #bb1015;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.message-erreur{
    color: red;
}

.btn-formulaire{
    background: #754c93;
}

/* */

.texte-bleu, .texte-bleu:hover, .texte-bleu:focus, .texte-bleu:active{color: #754c93 !important;}  
.texte-orange, .texte-orange:hover, .texte-orange:focus, .texte-orange:active{color: #F17A16 !important;}  
.weight-normal{ font-weight: normal !important; }

