/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
#bloc11 {
    background : none!important;
    padding-top : 0!important;
}
#bloc11 .bloc11Formulaire {
    margin: 50px 15% 0 15%;
    padding: 15px;
    width: 70%;
    box-shadow: 1px 1px 12px #555;
    border-radius: 10px;
    background-color: rgb(255 255 255);
}

@media (max-width: 900px) {
#bloc11 {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
}
#bloc11 .bloc11Formulaire {
    margin: 0 !important;
    margin-top: 50px !important;
    margin-bottom: 20px;
    padding: 15px;
    width: 100%;
    box-shadow: 1px 1px 12px #555;
    border-radius: 10px;
}
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/