.bandeau {
    background-color: #4F87FE !important;
}


@media (max-width: 768px) {
    .slogan {
        font-size: 14px !important;
        font-weight: 600 !important;
        color:white !important;
        position: absolute !important;
        top: 10px !important;
        left: 0px !important;
    }
}
@media (min-width: 768px) {
    .slogan {
        font-size: 14px !important;
        font-weight: 600 !important;
        color:white !important;
        position: absolute !important;
        top: -8px !important;
        left: 80px !important;
    }
}
.slogan2 {
    font-size: 14px !important;
    font-weight: 600 !important;
    color:white !important;
    position: absolute;
    top: -8px;
    right: 0px;
}

@media (max-width: 768px) {
    .slogan3 {
        font-size: 12px !important;
        font-weight: 600 !important;
        color:white !important;
        position: absolute;
        top: 28px;
        left: 0px;
    }
}
@media (min-width: 768px) {
    .slogan3 {
        font-size: 14px !important;
        font-weight: 600 !important;
        color:white !important;
        position: absolute;
        top: -8px;
        right: 200px;
    }
}
#page {
    min-height:100vh; /* 1 */
    display:flex; /* 2 */
    flex-direction:column; /* 3 */
}

#content {
    flex-grow:1; /* 4 */
}

menu {
}

form {
    text-align: left;
    margin: 10px ;
}

.formdata {
    margin: auto;
    margin: 0px;
}

.formaccount {
    margin: auto;
    margin: 0px;
}

/*  test */
.testcenter {
    max-width:1280px;  /* avant 940px */
    margin: 0 auto;
    font:13px/1.4 "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding:10px;
    background-color: #f7fafe;
    border-style: solid;
    border-width: 0px 4px 0px 4px;
    border-color: #edf5ff;
}

.is-validating {
    border-color: #ced4da !important;
}

.invalid-feedback-validating {
    color: #6790C8 !important;
}

.nf-alert {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}

.nf-alert-content {
    margin-bottom: 0px;
}

.dropdown-toggle {
    cursor: pointer;
}


/* Login
=========================================================================
*/

#login {
    float: left;
    width: 200px;
    height: 220px;
    padding: 6px;
    border: 2px solid #ccc;
    border-radius: 6px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 12px;
}
#login input[type=text] {
    width: 180px;
    margin-left: 2px;
    margin-top: 4px;
}
#login input[type=password] {
    width: 180px;
    margin-left: 2px;
    margin-top: 4px;
}
#login_form {
    margin-left: 2px;
    margin-top: 8px;
    margin-bottom: 0px;
}
#status {
    color: #FF000F;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 4px;/* visibility: hidden;*/
}
#login label {
    float: left;
    width: 280px;
    text-align: left;
    display: block;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    padding-top: 1px;
    font-size: 13px;
}

/* Home page (pub)
=========================================================================
*/
.nf-pub-title {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    font-size: 48px;
}

.nf-pub-text {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    font-size: 24px;
    line-height: 1.7;
}

.nf-pub-button {
    padding: .5rem 1rem;
    font-size: 1.8rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.nf-pub-email {
    color: #4894fe;
}

/* Section générique
=========================================================================
*/
@media screen and (max-width:768px){
    #sectiongen {
        float: left;
        width: 855px;
        background-color: #fff;

        margin-top: 10px;
        margin-bottom: 0px;
        margin-left: 5px auto;
        margin-right: 0px;
    }
}
@media screen and (min-width:768px){
    #sectiongen {
        float: left;
        width: 855px;
        padding: 20px;
        background-color: #FFF;
        border: 2px solid #6790C8;
        border: 2px solid #d8ecfe;
        border-radius: 6px;
        margin-top: 12px;
        margin-bottom: 69px;
    }
}

/* Account
=========================================================================
*/
@media screen and (max-width:640px){
    #account {
        float: left;
        width: 855px;
        padding: 0px;
        background-color: #FFF;
        margin-top: 12px;
        margin-bottom: 69px;
        margin-left: 12px auto;
        margin: 12px auto;
        padding: 20px;
    }
}

@media screen and (min-width:640px){
    #account {
        float: left;
        width: 855px;
        padding: 0px;
        background-color: #FFF;
        border: 2px solid #6790C8;
        border: 2px solid #d8ecfe;
        border-radius: 6px;
        margin-top: 12px;
        margin-bottom: 69px;
        margin-left: 12px auto;
        margin: 12px auto;
        padding: 20px;
    }
}

/* PersonnalData
=========================================================================
*/
@media screen and (max-width:640px){
    #personaldata {
        float: left;
        width: 855px;
        padding: 0px;
        background-color: #FFF;
        margin-top: 12px;
        margin-bottom: 69px;
        margin-left: 12px auto;
        margin: 12px auto;
        padding: 20px;
    }
}

@media screen and (min-width:640px){
    #personaldata {
        float: left;
        width: 855px;
        padding: 0px;
        background-color: #FFF;
        border: 2px solid #6790C8;
        border: 2px solid #d8ecfe;
        border-radius: 6px;
        margin-top: 12px;
        margin-bottom: 69px;
        margin-left: 12px auto;
        margin: 12px auto;
        padding: 20px;
    }
}

/* Tags FAQ
=========================================================================
*/

.tagsList > li:not(:last-child) {
    margin-bottom: 50px;
}

/* Zoom images
=========================================================================
*/
.zoom-image-container {
    padding: 0.4em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.zoom-image-container:hover {
    background-color: #4F87FE;
}

.zoom-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;/*contain;*/
    display: block;
    max-width: 100%;
    padding-bottom: 10em;
    width: 100em;
}


.zoom-image-container-what {
    max-width: 80%;
    vertical-align: top;
}


.zoom-image-container-index {
    max-width: 100%;
    vertical-align: top;
}
