.bloc1 p {
    font-family: 'futura';
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 5px !important;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
}

.bloc2 p {
    font-family: 'futura';
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 8px !important;
    letter-spacing: 0.02em;
    font-size: 14px;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
}

.bloc3 {
    display: flex !important;
    justify-content: center !important;
}

.bloc3 figure {
    width: 50px;
    margin: 15px !important;
}

.btn-faisabilite {
    display: none !important;
    margin-bottom: 50px !important;
}



.layout-particuliers {
    display: none;
}

.layout-professionnels {
    display: none;
}

.layout-particuliers.show {
    display: block;
}

.layout-professionnels.show {
    display: block;
}

.layout-captcha {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.layout-captcha>div {
    margin-left: auto;
    margin-right: auto;
}

.widget-retour-haut-page {
    display: flex;
    position: fixed;
    top: 80%;
    right: 1%;
    z-index: 4;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #000000;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.widget-retour-haut-page i {
    font-size: 20px;
    color: #fff;
    margin-top: -10px;
}

.widget-retour-haut-page span {
    display: block;
    font-family: 'roboto-regular';
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 1;
}

.layout-form-message:empty {
    display: none;
}

.layout-form-message {
    display: flex;
    justify-content: center;
    width: calc(100% - 20px);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 5%;
    background: linear-gradient(90deg, #2358b080, #87d1f4);
    color: #fff;
    font-family: 'futura';
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px;
    text-align: center;
    line-height: 1.7;
}

@media screen and (max-width:600px) {
    
    .layout-formulaires {
        padding-left: 10px;
        padding-right: 10px;
    }
    .bloc1 p {
        font-size: 18px;
    }

    .btn-faisabilite {
        display: block !important;    
    }
}