#entete {
    margin-bottom:-50px;
    background: linear-gradient(#a0979e, #ffffff);
    text-align:center;
}

#entete img {
    width:100%;
    max-width: 500px;
}

.separateur {
    margin:25px 0;
}

.separateur > div {
    display: inline-block;
    vertical-align: middle;
}
.separateur .bord {
    border: 2px solid grey;
    width: 38%;
    margin:1%;
}

.separateur .picto {
    width: 13%;
    height:13vw;
    /*background-color:grey;
    border-radius:200px;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size:100%;
}

.separateur .user {
    background-image: url('picto_user.png');
}

.separateur .machine {
    background-image: url('picto_machine.png');
}

.separateur .nuage {
    background-image: url('picto_nuage.png');
}

.txt_big {
    font-size: 25pt;
    text-align: center;
}

.txt_gras {
    font-weight:bold;
}

.txt_1 {
    font-size: 14pt;
    text-align: center;
}

.txt_2 {
    font-size: 18pt;
    text-align: center;
}

.bt {
    width: 74%;
    margin:30px 0 30px 13%;
    border-radius: 10px;
    padding: 10px 5px;
    text-align: center;
    font-weight: bold;
}

.bt_vert {
    background-color: #53C153;
    color:white;
}

.bt_blue {
    background-color: #8B8BC4;
    color:white;
}

.bt_orange {
    background-color: #FF7700;
    color:white;
}

.img_centre {
    width: 220px;
    margin-left:calc((100vw - 220px)/2);
}

/*-------------------------------------------------------*/
/*               SELECT 2                                */
/*-------------------------------------------------------*/

span.select2-container {
    border: 2px solid black;
    width: 100% !important;
}

div.form-select2 {
    width:80% !important;
    margin-left:10%;
    margin-top:50px;
}
