.logo {
    width: 450px;
}

.exclusive {
    color: #a3d200;
    font-weight: bold;
    margin-top: 20px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}


h1 {
    font-size: 5em;
    font-weight: bold;
    color: #002060;
    line-height: 75px;
    margin-bottom: 20px;
}

.description {
    font-size: 1.2em;
    color: #333333;
    margin-bottom: 20px;
}

.input-group {
    margin-top: 20px;
}

.social-icons {
    margin-top: 20px;
}

.social-icons img {
    width: 30px;
    margin-right: 10px;
}

.connexion-input{
    border-radius: 50px;
    background-color: #002060;
    text-align: center;
    padding: 10px;
    color: white;
    border: 0px;
    display: inline-block
}

.connexion-input:focus{
    border-radius: 50px;
    background-color: #081a3e;
    text-align: center;
    padding: 10px;
    color: white;
}

.connexion-input::placeholder {
    color: white;
    opacity: 1; /* Firefox */
}

.connexion-button {
    border-radius: 50px;
    background-color: #a3d200;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    color: white;
    border: 0px;
    display: inline-block
}

.connexion-button:hover{
    background-color: #80a106;
}

.connexion-button:active{
    background-color: #80a106;
}

.input-button {
    margin-bottom: 20px;
}

.petit-col-md {
    width: 5%;
}

.form-check-label {
    font-size: 10px;
}

.check {
    margin-top: 5px;
    margin-bottom: 5px;
}

.titre {
    font-size: 2em;
    font-weight: bold;
    color: #002060;
    margin-bottom: 20px;
}

.scroller {
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    scrollbar-width: thin;
    margin-bottom: 20px;
}

.return_home {
    border-radius: 50px;
    background-color: #002060;
    text-align: center;
    padding: 10px;
    color: white;
    border: 0px;
    text-decoration: none;
}

.image-section {
    padding: 0;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.image-section img {
    max-width: 100%;
    height: auto;
}

.errorClass {
    border-radius: 50px;
    background-color: #ae0808;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    color: white;
    border: 0px;
    /*width: 35%;*/
    display: inline-block
}

.goodClass {
    border-radius: 50px;
    /*background-color: #0bc763;*/
    border: 3px solid #0bc763;
    color : #0bc763;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    /*color: white;
    border: 0px;*/
    /*width: 45%;*/
    display: inline-block
}

.linkClass {
    display: inline-block;
    background-color: #002060;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    color: white;
    border: 0px;
    border-radius: 50px;
}

.linkClass:hover {
    display: inline-block;
    background-color: #071a3f;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    color: white;
    border: 0px;
    border-radius: 50px;
}

.linkClass a {
    color: white;
    text-decoration: none;
}

.icon{
    font-size: 1.5rem;
    color: #002060;
    padding-right: 10px;
}

.image-Hydrao img {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1000;
    width: 10%;
    padding: 10px;
    background-color: white;
}

.explication {
    font-size: 10px;
}

@media (max-width: 640px) {

    .mobile-global {
        align-items: normal !important;
        padding-top: 25px;
        text-align: center;
    }

    .connexion-button {
        margin-top: 15px;
    }

    .petit-col-md {
        width: 100%;
    }

    .image-Hydrao img {
        position: relative;
        bottom: 0px;
        right: 0px;
        z-index: 1000;
        width: 50%;
        padding: 10px;
        background-color: white;
    }

    .icon {
        padding-right: 0px;
    }

    .icon-mobile{
        bottom: 0px;
        left: 0px;
        width: 100%;
        font-size: 1.5rem;
        color: #002060;
        padding-right: 0px;
    }

    .image-produit {
        width: 100%;
        margin-top: 20px;
    }

    .image-produit img {
        width: 75%;
    }

    .logo {
        width: 250px;;
    }

    h1 {
        font-size: 3em;
        line-height: 50px;
    }

    .linkClass {
        margin-top: 15px;
    }

}

/* REFONTE SUEZ */

.Accroche-Suez {
    color: #a3d200;
    font-weight: bold;
    margin-top: 20px;
    letter-spacing: 2px;
    margin-bottom: 0px;
}

.Titre-Suez {
    font-size: 3em;
    font-weight: bold;
    color: #002060;
    margin-bottom: 0px;
}

.Description-Suez {
    font-size: 0.9em;
}

.Explication-Suez {
    font-size: 0.9em;
}

.Text-checkbox-Suez {
    margin-top: 10px;
    margin-bottom: 10px;
}

.Button-Suez {
    margin-bottom: 10px;
}

.Confidentialite-Suez {
    font-size: 0.7em;
}

.form-check-input {
border: 2px solid #002060;
}

@media (max-width: 640px) {

    .Titre-Suez {
        font-size: 2em;
        margin-top: 10px;
        margin-bottom: 10px;
    }

}