
:root {
    --noir: #000;
    --rouge: #FF0000;
    --blanc: #FFF;
    --gris-clair : #f2f4f7;

    --noir: #262626;
    --orange: #EF7D00;
    --vert-drapeau: #3FA535;
    --vert: #0f7705;
    --vert-fonce:#023A05;
    --blanc: #FFF;
}



#type_candidature {
    position: relative;
}



#type_candidature .titre{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* align-items: flex-start; */
    padding: 25px;
    width: 100% !important;

    color: var(--noir);
    margin-top: 15px;
    background-color: rgba(255, 208, 157, 0.2);
    border-radius: 4px;

    border: 1px solid var(--vert);
}
#type_candidature .titre h2{
    font-size: 16px;
    font-weight: 600;
    color: var(--noir);
}
#type_candidature .titre p{
    font-size: 14px;
    font-weight: 500;
    color: var(--noir);
    margin: 0;
}

#type_candidature .text{
    width: 100%;
    position: relative;
    display: block;
}
#type_candidature form{
    position: relative;
    display: block;
    width: 100%;

    border: 1px solid rgba(90, 217, 68, 0.0);
    padding: 0px;
    margin-top: 10px;
}
#type_candidature form .one{
    position: relative;
    margin-bottom: 5px;

}
#type_candidature form .one .form-control{
    position: relative;
    width: 100% !important;
    margin-top: 8px;
    height: 40px;
    border-radius: 0px;
    font-weight: 600;
}
#type_candidature form .one select{
    position: relative;
    width: 100% !important;
}

#type_candidature form .liste_prix label{
    font-weight: normal;
    transition: ease 0.3s all;
}
#type_candidature form .liste_prix label:hover{
    font-weight: 510;
    cursor: pointer;
}

#type_candidature form .choix_type h2{
    position: relative;
    font-size: 16px;
    margin-top: 15px;
}
#type_candidature form .choix_type .one{
    font-weight: 510;
    cursor: pointer;
    margin-left: 20px;
}
#type_candidature form .choix_type .one label{
   cursor: pointer;
}


#type_candidature form button{
    position: relative;
    background-color: var(--vert);
    color: var(--blanc);
    padding: 10px 20px;
    border: none;
    font-size: 13px;
    text-transform: capitalize;
    outline: 0;
    transition: ease 0.3s all;
    margin-left: -11px;
}
#type_candidature form button:hover{
    position: relative;
    background-color: #023A05;
}


/******************************************* Responsive********************/

@media screen and (max-width: 1520px) {

}
@media screen and (max-width: 1400px) {
  
}
@media screen and (max-width: 1350px) {
    
}
@media screen and (max-width: 1250px) {

}
@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {

}
@media screen and (max-width: 640px) {
    
}
@media screen and (max-width: 480px) {
  

}