.logo_image {
    text-align: center;
}

.Accroche-ThierryImmobilier {
    color: #bf1081;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
}

.Titre-ThierryImmobilier {
    font-size: 5em;
    font-weight: bold;
    color: #002060;
    line-height: 75px;
    margin-bottom: 50px;
}

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

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

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

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

.Petite-Ligne {
    font-size: 0.7em;
}

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

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

.connexion-input:focus{
    border-radius: 50px;
    background-color: #7d2282;
    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;
}

.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;
    display: inline-block
}

.goodClass {
    border-radius: 50px;
    border: 3px solid #0bc763;
    color : #0bc763;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    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;
    }

}



@media (max-width: 640px) {

    .Accroche-ThierryImmobilier {
        font-size: 20px;
        line-height: 28px;
    }
    

    .Titre-ThierryImmobilier {
        font-size: 2em;
        line-height: 100%;
    }

}