﻿body {
}

.bandeaubleutitre {
    text-align: center;
    background-color: rgba(72,183,236, 0.30);
    height: 4.6875rem;
}

.h2titreblanc {
    font-size: 1.5rem;
    font-style: oblique;
    color: white;
    font-weight: bold;
    letter-spacing: 0.1rem;
    line-height: 4.6rem;
}

.containcreacompte {
    position: relative;
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
    height: 379px;
    width: 106px;
    border-radius: 1.1rem;
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.containblanc {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 400px;
    border-radius: 1.1rem;
    background-color: white;
}
}

i.obligatoire {
    color: red;
}

.texteinfos01 {
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
    text-align: center;
}

    .texteinfos01 p {
        font-size: 0.8rem;
        color: #000;
        text-align: center;
    }

.bandeaucivilite {
    background-color: #4d99d052;
    line-height: 2rem;
    font-size: 1rem;
    color: #262626;
}

    .bandeaucivilite label {
        font-size: 0.9rem;
    }

.modalbgboy {
    padding-top: 0;
    /*background-image: url(/images/topcontainwhite_modal.jpg);
    background-repeat: no-repeat;
    background-size: contain;*/
}

/******************************************************************************************************/
/*Extra large devices (large desktops, 992px and up)*/
/* Style pour grand desktop  */
@media (min-width: 992px) {
    .bandeaubleutitre {
        text-align: center;
        background-color: rgba(72,183,236, 0.30);
        height: 4.6875rem;
    }

    .h2titreblanc {
        font-size: 1.5rem;
        font-style: oblique;
        color: white;
        font-weight: bold;
        letter-spacing: 0.1rem;
        line-height: 4.6rem;
    }

    /*.containblanc {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        height: 400px;
        width: 350px;
        border-radius: 1.1rem;
        background-color: white;
    }*/
}

/***************************************************************************************/
/*Extra large devices (medium desktops, 768px and up)*/
/* Style pour grand desktop  */
@media (min-width: 768px) {
    .bandeaubleutitre {
        text-align: center;
        background-color: #38404f;
        height: 4.6875rem;
    }

        /*.bandeaubleutitre::before {
            position: absolute;
            z-index: 1;
            top: 0;
            right: 0rem;
            bottom: 0;
            left: 0rem;
            content: "";
            opacity: 0.03;
            background-image: url(../images/pattern-white.svg);
            background-repeat: repeat;
            background-position: center center;
            background-size: 28rem;
        }*/

    .h2titreblanc {
        font-size: 1.5rem;
        font-style: oblique;
        color: white;
        font-weight: bold;
        letter-spacing: 0.1rem;
        line-height: 4.6rem;
    }

    .containcreacompte {
        position: relative;
        margin-left: auto;
        margin-bottom: 30px;
        margin-right: auto;
        height: 279px;
        width: 106px;
        background-color: #fff;
        border-radius: 1.1rem;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    /*.containblanc {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        height: 400px;
        width: 350px;
        border-radius: 1.1rem;
        background-color: white;
    }*/
}

/*THE END Style pour medium desktops*/