@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
}/*  -----------------------------  repertoire employeur -------------------------------*/
/*  -----------------------------  boite pour la page index recherhce avec coin rond LOOK dossier --------------*/
/*  -----------------------------  container flex    -------------------------------*/
.repertoire-formulaire-container {
    margin: 1% auto 1% auto;
    width: 96%;
    max-width: 680px;
    text-align: justify;
    display: flex;
    flex-direction: row;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}
.repertoire-formulaire-container h2 {
    padding-bottom: 10px;
}
.repertoire-formulaire-container h3 {
    padding-bottom: 10px;
}
.repertoire-formulaire-boite {
    width: 40%;
    min-height: 155px;
    border-radius: 0 10px 0 0;
    margin: 10px 5% 1% 1%;
}
.repertoire-formulaire-contenu {
    width: 100%;
    min-height: 180px;
    padding: 25px 20px 10px 20px;
    border-radius: 0 10px 0 0;
}
.repertoire-formulaire-boite-header {
    width: 50%;
    padding: 5px 0 0px 15px;
    border-radius: 10px 10px 0 0;
    color: white;
    margin: 0;
}
.repertoire-formulaire-header-blanc {
    width: 50%;
    float: right;
}
.repertoire-formulaire-boite-bouton {
    padding: 5px 20px 20px 20px;
    width: 100%;
    min-height: 45px;
    border-radius: 0 0 10px 10px;
}
/*  -----------------------------   boite  pleine sans onglet coin rond + boutton   -------------------------------*/
.repertoire-formulaire-boite-pleine {
    min-height: 155px;
    border-radius: 0 10px 0 0;
    margin: 5%;
}
.repertoire-formulaire-boite-pleine-boutton {
    padding: 10px 20px 20px 30px;
    width: 40%;
    min-height: 45px;
    border-radius: 0 0 10px 10px;
}
.repertoire-formulaire-bouton {
    width: 96%;
    margin: 0 6% 2% 0;
}
/*  -----------------------------  boite 2 col flex pour formulaire generale  -------------------------------*/
.formulaire-1-col {
    width: 96%;
    margin: 2%;
    text-align: left;
    clear: left;
}
.formulaire-2-col {
    width: 46%;
    float: left;
    padding-bottom: 10px;
    margin: 2%;
    text-align: left;
}
/*  -----------------------------   liste 2 colonnes flex pour les r/sultats de recherche et formulaire   -------------------------------*/
.resultats-recherche {
    width: 60%;
    float: right;
    padding: 5px;
    display: block;
}
.resultats-recherche-entete {
    float: left;
    padding: 5px;
    font-weight: bold;
    width: 30%;
    text-align: right;
    clear: right;
    display: block;
}
/* --- form */
/* Style inputs, select elements and textareas */
input[type=text], select, textarea {
    width: 98%;
    padding: 10px;
    margin-bottom: 2%;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
}
/* Style the label to display next to the inputs */
label {}
/* Style the submit button */
input[type=submit] {
    background-color: lightgreen;
    color: white;
    padding: 10px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    float: right;
    margin: 2%;
}
/* Style the container */
.container-form {
    border-radius: 5px;
    padding: 20px;
    max-width: 690px;
    margin: 0 auto;
}
/* Floating column for labels: 25% width */
.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}
/* Floating column for inputs: 75% width */
.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
/*  -------------------------------  media   700 > 1080 px -------------------------------*/
/*  -------------------------------  media   700 > 1080 px -------------------------------*/
@media only screen and (min-width: 736px) and (max-width: 1080px) {}
/*  -------------------------------  media   0  > 700 px -------------------------------*/
/*  -------------------------------  Screen cellulaire  -------------------------------*/
@media only screen and (min-width: 0px) and (max-width: 735px) {
    .repertoire-formulaire-contenu {
        height: auto;
    }
    .repertoire-formulaire-container {
        margin: 1% auto 1% auto;
        width: 96%;
        text-align: justify;
        display: flex;
        flex-direction: column;
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }
    .repertoire-formulaire-boite {
        min-width: 380px;
        border-radius: 0 10px 0 0;
        margin: 1%;
    }
    .resultats-recherche {
        width: 98%;
        padding: 5px;
        text-align: left;
    }
    .resultats-recherche-entete {
        padding: 5px;
        width: 90%;
        text-align: left;
    }
    
 .formulaire-2-col {
    width: 94%; 
 
}
}
