@charset "UTF-8";
/*@font-face {
    font-family: 'Avenir';
    src: url(polices/fontawesome/webfonts/Avenir.otf);
}*/

h2 {
    margin-block-end:0cm;
}

.accueil{
    text-align: center;
    position: relative;
    position:absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 367px;
}

/*----------------------------------------------------Desktop---------------------------------------------*/
@media only screen and (min-width: 1024px) {

    .titre1 {
        color: rgb(129, 155, 180);
        font-family:'Avenir';
        text-align: center;
        font-size: 45px;
    }

    .titre2 {
        color: rgb(131, 135, 148);
        font-family: 'Avenir';
        text-align: center;
        font-size: 45px;
        margin-left:7px;
    }

    .soumettreButton {
        -webkit-appearance: none; -moz-appearance: none;
        text-align: center;
        background-color: rgb(244, 170, 74);
        border: none;
        border-radius: 0px 6px 6px 0px;
        height: 34px;
        width: 20px;
        float: left;
        margin-left: 2%;
        margin-top: 12px;
        box-shadow: 0px 0px 2px 0px grey; 
    }

    .motdepassClass {
        text-align: center;
        float: left;
        width: 262px;
        height: 28px;
        margin-left: 49px;
        margin-top: 12px;
        margin-right: 2%;     
    }

    input{
        width: 100%;
        height:100%;
    }

    input:focus,
    select:focus,
    textarea:focus,
    button:focus {
        outline: none;
    }

    .textConnection {
        text-align: center;
        float: left;
        -webkit-appearance: none; -moz-appearance: none;
    }
}


/*---------------------------------------------------Tablet-------------------------------------------------------*/
@media only screen and (min-width: 768px) {
    .titre1 {
        color: rgb(129, 155, 180);
        font-family:'Avenir';
        text-align: center;
        font-size: 45px;
    }
    
    .titre2 {
        color: rgb(131, 135, 148);
        font-family: 'Avenir';
        text-align: center;
        font-size: 45px;
        margin-left:7px;
    }

    .soumettreButton {
        -webkit-appearance: none; -moz-appearance: none;
        text-align: center;
        background-color: rgb(244, 170, 74);
        border: none;
        border-radius: 0px 6px 6px 0px;
        height: 34px;
        width: 20px;
        float: left;
        margin-left: 10px;
        margin-top: 12px;
        box-shadow: 0px 0px 2px 0px grey; 
    }
    
    .motdepassClass {
        text-align: center;
        float: left;
        width: 262px;
        height: 28px;
        margin-left: 49px;
        margin-top: 12px;
        margin-right: 10px;
    }

    input{
        width: 100%;
        height:100%;
    }
    
    input:focus,
    select:focus,
    textarea:focus,
    button:focus {
    outline: none;
    }

    .textConnection {
        text-align: center;
        float: left;
    }

}


/*-----------------------------------------------CellPhone-------------------------------------------*/
@media only screen and (min-width: 0px) {
    .titre1 {
        color: rgb(129, 155, 180);
        font-family:'Avenir';
        text-align: center;
        font-size: 45px;
    }
    
    .titre2 {
        color: rgb(131, 135, 148);
        font-family: 'Avenir';
        text-align: center;
        font-size: 45px;
        margin-left:7px;
    }

    .soumettreButton {
        -webkit-appearance: none; -moz-appearance: none;
        text-align: center;
        background-color: rgb(244, 170, 74);
        border: none;
        border-radius: 0px 6px 6px 0px;
        height: 34px;
        width: 20px;
        float: left;
        margin-left: 10px;
        margin-top: 12px;
        box-shadow: 0px 0px 2px 0px grey; 
        cursor: pointer;
    }
    
    .motdepassClass {
        text-align: center;
        float: left;
        width: 255px;
        height: 28px;
        margin-left: 49px;
        margin-top: 12px;
        margin-right: 10px;
    }

    input {
        width: 100%;
        height:100%;
    }
    
    input:focus,
    select:focus,
    textarea:focus,
    button:focus {
    outline: none;
    }

    .textConnection {
        text-align: center;
        float: left;
    }

}