.header > img {
    width: 100%;
    height: auto;
    background-color: black;
    display: none;
}

#logoSL {
    display: none;
}

#image_entraidePartage {
    display: none;
}

.titre_InscriptionConnexion, h3, .title {
    text-align: center;
    font-family: 'montserrat';
    font-weight: 800;
    font-size: xx-large;
    color: white;
    margin-top: 20px;
}

#titre_desktop {
    display: none;
}

.label {
    color: white;
    text-align: left;
    margin-left: 7%;
    margin-bottom: 5px;
    display: block;
}

.tousButtonConnexion {
    /*background-color: rgb(209, 205, 205);*/
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.tousButtonConnexion > button {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    font-family: 'montserrat';
    padding: 12px 20px;
    margin: 10px;
    width: 80%;
}

.buttonFacebook {
    border-color: #3b5998;
    color: #3b5998;
}

.buttonGoogle {
    border-color: gray;
    color: gray;
}

.buttonGoogle > img {
    width: 15px;
}

.buttonApple {
    border-color: rgb(10,10,10);
    color: rgb(10,10,10);
}

#first_hr {
    border-style: inset;
    border-width: 1px;
    background-color: rgb(80, 80, 80);
    color: rgb(80, 80, 80);
    overflow: visible;
    text-align: center;
    height: 0;
    margin: 20px auto;
    width: 80%;
}

#first_hr:after {
    background: #0A0A0A;
    content: 'OU';
    color: white;
    padding: 0 4px;
    position: relative;
    top: -13px;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: larger;
}

#second_hr {
    border-style: inset;
    border-width: 1px;
    background-color: rgb(30, 30, 30);
    margin: 2% 25% 5% 25%;
}

.formulaire_1er {
    /*background-color: rgb(95, 95, 183);*/
    width: 90%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    font-family: 'montserrat';
    font-weight: 800;
}

form > p {
    font-weight: 500;
    font-size: 13px;
}

p > a:link {
    color: rgb(255, 215, 0);
}

p > a:visited {
    color: rgb(255, 215, 0);
}

.formulaire_2eme {
    /*background-color: rgb(84, 138, 140);*/
    width: 90%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    font-family: 'montserrat';
    font-weight: 800;
    padding-bottom: 30px;
}

input[type=email], input[type=password], [type=text] {
    width: 86%;
    padding: 12px 20px;
    margin: 8px auto;
    display: flex;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: 300;
    font-family: 'montserrat';
    color: black;
    background-color: white;
}

form > button {
    background-color: rgb(255, 215, 0);
    color: rgb(10,10,10);
    padding: 14px 20px;
    margin: 15px auto;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: 86%;
    font-size: 18px;
    font-weight: 800;
    font-family: 'montserrat';
    display: block;
}

#buttonContinuer_partenaire {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(10,10,10);
    border-radius: 8px;
}

.bord_button_footer > button {
    background-color: rgb(255, 215, 0);
    border: none;
    width: 40%;
    height: 50px;
    margin: 0 auto;
    font-weight: 800;
    font-family: 'montserrat';
    cursor: pointer;
}

/* Ici c'est la continutaion du CSS de la medium page Sign-In_After ..*/

#centrer_formulaireSign_in {
    /*background-color: antiquewhite;*/
    display: flex;
    align-items: center;
    height: 600px;
}

#formulaireSign_in {
    /*background-color: rgb(95, 95, 183);*/
    width: 90%;
    height: 400px;
    margin: 0 auto;
    text-align: center;
    font-family: 'montserrat';
    font-weight: 800;
}

#buttonRetourPageSign_in {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    font-family: 'montserrat';
    padding: 5px 8px;
    /*width: 35%;*/
}

/* Ici commence le CSS des large screen pages Sign-In, Sign-In_After & Log-In */
footer{
    display: none;
}
@media screen and (min-width: 1024px) {

    .header > img {
        display: none;
    }

    .header {
        width: 50%;
        height: auto;
        background-color: black;
        display: flex;
        flex-wrap: wrap;
        text-align: left;
    }
    
    .premier_block {
        /*background-color: bisque;*/
        height: 70px;
    }
    
    #logoSL {
        width: 100%;
        height: 135px;
        display: block;
        /*background-color: lightcoral;*/
    }
    
    #logoSL > img {
        width: 250px;
        height: 50px;
        margin: 20px 30px;
    }
    
    #image_entraidePartage {
        width: 100%;
        /*background-color: lightcoral;*/
        display: flex;
    }
    
    #image_entraidePartage > img {
        min-width: 100%;
    }
    
    .titre_InscriptionConnexion {
        text-align: center;
        font-family: 'Montserrat';
        font-weight: 800;
        font-size: xx-large;
    }

    #titre_mobile {
        display: none;
    }

    #titre_desktop {
        display: block;
        color: black;
        margin-bottom: 5px;
        margin-top: 0;
    }

    #one{
        background-color: #0A0A0A;
        margin: auto;
    }

    #two{
        background-color: white;
        min-height: 100%;
        padding-top: 2%;
        min-width: 50%;
        color: black;
    }

    .columns{
        padding:0;
        background-color: #0A0A0A;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 100%;
    }

    .column{
        padding:0;
    }

    .container{
        min-width: 100%;
        position: fixed;
        display:flex;
        width:100%;
        height:100%;
    }
    
    .tousButtonConnexion {
        /*background-color: rgb(209, 205, 205);*/
        height: 100px;
        margin: 0 auto;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .tousButtonConnexion > button {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-radius: 8px;
        cursor: pointer;
        font-size: 16px;
        font-weight: 800;
        font-family: 'montserrat';
        padding: 5px 8px;
        margin: 10px;
        width: 30%;
    }
    
    .buttonFacebook {
        border-color: #3b5998;
        color: #3b5998;
    }
    
    .buttonGoogle {
        border-color: gray;
        color: gray;
    }

    .buttonGoogle > img {
        width: 15px;
    }
    
    .buttonApple {
        border-color: rgb(10,10,10);
        color: rgb(10,10,10);
    }

    .div button{
        margin-top: -20px;
    }

    #first_hr {
        border-style: inset;
        border-width: 1px;
        background-color: rgb(30, 30, 30);
        color: rgb(30, 30, 30);
        overflow: visible;
        text-align: center;
        height: 0;
        margin: 2% 35% 5% 35%;
        width: auto;
    }
    
    #first_hr:after {
        background: white;
        content: 'OU';
        color: black;
        padding: 0 4px;
        position: relative;
        top: -13px;
        font-family: 'Montserrat';
        font-weight: 800;
        font-size: larger;
    }

    .label {
        color: black;
    }

    section > form {
        width: 450px;
        /*height: 300px;*/
        margin: 0 auto;
        text-align: center;
        font-family: 'montserrat';
        font-weight: 800;
    }

    form > button {
        width: 50%;
    }
    
    .formulaire_1er {
        /*background-color: rgb(95, 95, 183);*
        width: 450px;*/
        height: 200px;
        /*margin: 0 auto;
        text-align: center;
        font-family: 'montserrat';
        font-weight: bold;*/
    }
    
    form > p {
        font-weight: 500;
        font-size: 13px;
    }
    
    p > a:link {
        color: rgb(255, 215, 0);
    }
    
    p > a:visited {
        color: rgb(255, 215, 0);
    }
    
    #second_hr {
        border-style: inset;
        border-width: 1px;
        background-color: rgb(30, 30, 30);
        margin: 2% 25% 5% 25%;
    }

    .formulaire_2eme {
        /*background-color: rgb(84, 138, 140);*
        width: 450px;*/
        height: auto;
        display: flex;
        align-items: center;
        /*margin: 0 auto;
        text-align: center;
        font-family: 'montserrat';
        font-weight: bold;*/
    }
    
    
    
    #buttonContinuer_partenaire {
        background-color: rgb(255, 255, 255);
        border: 2px solid rgb(10,10,10);
        border-radius: 8px;
    }

    /* Ici c'est la continutaion du CSS de la medium page Sign-In_After ..*/

    #centrer_formulaireSign_in {
        /*background-color: antiquewhite;*/
        height: 750px;
        display: flex;
        align-items: center;
    }

    #formulaireSign_in {
        /*background-color: aqua;*/
        width: 80%;
    }

    #buttonRetourPageSign_in {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-radius: 8px;
        cursor: pointer;
        font-size: 16px;
        font-weight: 800;
        font-family: 'montserrat';
        padding: 5px 8px;
        width: 25%;
    }

    .title{
        display: none;
    }
    /*Fin du CSS de toutes les large screen pages.. */
}