@media only screen and (max-width: 768px) {
    body header#header {
        background-color: transparent;
    }

    body #header {
        background-repeat: no-repeat;
        background-position: left;
        background-size: cover;
        height: 300px;
        position: relative;
    }

    #header .bloc_titre {
        padding-bottom: 15px;
        position: absolute;
        bottom: 0
    }

    .texte_bottom_list br {
        content: ' '
    }

    .texte_bottom_list br:after {
        content: ' '
    }

    body #header.user.sante {
        height: auto;
    }

    #header.user.cd .bloc_titre,
    #header.user.sante .bloc_titre {
        margin-left: unset !important;
    }
}

@media only screen and (max-width: 480px) {

    #header .bloc_titre h1 {
        font-size: 20px
    }

    #header .bloc_titre p {
        font-size: 15px
    }

    #header .bloc_titre {
        padding: 15px

    }

    .step-1 .col-6 {
        max-width: 100%;
        flex: 0 0 100%
    }

    /*reposition help icon*/
    .step-1 .col-sm-2 img {
        margin-top: 20px;
    }

    .step-1 .form-check img {
        position: absolute;
        left: 0;
        margin-top: 15px
    }

    .step-3 .row.justify-content-md-center .btn {
        margin: auto
    }
}

form .step-3 .row .row p.texte_top {
    height: 200px;
    display: table-cell;
    vertical-align: middle;
}

/*hide telechargements on final*/
.bienvenue .telechargements {
    display: none;
}

.tooltip-inner {
    text-align: center;
}

.tooltip-inner .textleft {
    text-align: left;
}

/*widget recontact*/
body .ui-widget {
    font-family: "Lato", sans-serif
}


.ccbanner {
    background-color: rgb(86, 68, 70);
    font-size: smaller;
    width: 100%;
    margin: 0 20px;
    max-width: 500px;
    padding: 20px;
    box-sizing: border-box;
}

.ccbanner * {
    color: white;
}

.ccbanner div:not(:last-child) {
    margin-bottom: 10px;
}

div.container_960.fixe {
    margin: auto;
    margin-top: 20px;
}

.ccbanner div.flexhorizontal {
    justify-content: space-evenly;
    gap: 20px;
    padding: 20px 0 0;
    flex-wrap: wrap;
}

.ccbanner div.flexhorizontal a {
    cursor: pointer;
    text-decoration: none;
}

#ccbanner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
