fieldset
{
    flex-direction: row;
<<<<<<< HEAD
    background: linear-gradient(90deg, white 75%, transparent);
=======
    background: #FFFFFF;
>>>>>>> f4dbbec0ad4884910deac2ca173971d24997607c
}
.flex
{
    flex-direction: row;
}
.form
{
    padding-right: 15px;
}
.gauche
{
    padding: 30px;
}
.droite
{
    padding-left: 150px;
}
p.trait
{
    width: 1px;
    height: 150px;
    background: black;
    margin-right: 15px;
}
.col5, .col7
{
    margin-left: 15px;
}
.results
{
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "emplo coldeux";
}
.emplo
{
    margin-left: auto;
    margin-right: auto;
}
.emplo>form
    {
        margin-left: auto;
        margin-right: 25px;
    }
.coldeux
{
    width: 60%;
}

.apercu, .pub
{
    margin-left: auto;
    margin-right: auto;
    /* width: 75%; */
    width: 600px;
}
/* Cookies */
.ligne
{
    display: flex;
    justify-content: center;
}
.cookies
{
    position: fixed;
    z-index: 2;
    width: 94%;;
    background: black;
    color: white;
    padding: 25px;
    bottom: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25vh;
}
.bouton
{
    text-decoration: none;
    color: #FFFFFF;
    width: 160px;
    height: 18px;
    background: green;
    padding: 15px;
    border-radius: 15px 0px 15px 0px;
    text-align: center;
}
.bloque
{
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background: gray;
    opacity: 0.6;
    top: 0px;
}
/*  */
.droite>h1
{
    font-size: 35px;
    text-align: left;
}
/*  */
.droitedeux
{
    width: 75%;
}
.field_client .droite
{
    width: 40%;
}
.droitedeux>.coldeux>.apercu
{
    margin-top: 86px;
}