@media (max-width: 1450px) {
    div#content-actu-full {padding-right: 10%;}
    .share-network-actus-full {right: 15px;}
    div#page_actus_full h1 {padding-right: 10%;}
}
@media (max-width: 800px) {
    div#content-actu-full {padding-right: 10%;}
    .share-network-actus-full {right: 20px;}
    div#page_actus_full h1 {padding-right: 17%;}
}
@media (max-width: 400px) {
    div#content-actu-full {padding-right: 0;}
}
/* BANDEAU USER LOGIN */
@media (min-width: 992px) and (max-width:1100px){
    div.bandeau__image__userlogin .bandeau__content_userlogin .title-user-login-header {
        top: 75px;
        white-space: nowrap;
    }
    div.bandeau__image__userlogin .bandeau__content_userlogin .field__item {
        display: none;
    }
}
@media (min-width: 1100px) and (max-width:1200px){
    div.bandeau__image__userlogin .bandeau__content_userlogin .title-user-login-header {
        top: 75px;
        white-space: nowrap;
    }
    div.bandeau__image__userlogin .bandeau__content_userlogin .field__item {
        display: none;
    }
}

/* FORM ESPACE MEMBRE IPAD IPADPRO */
@media (min-width: 1280px) and (min-device-height:1024px){
     div.formulaire_userlogin {top: 55%;}
}

@media (min-width: 1380px) and (min-device-height:768px){
    div.bandeau__image__userlogin .bandeau__content_userlogin .title-user-login-header {top: -75px;white-space: nowrap;}
     div.formulaire_userlogin {top: 75%;}
}

@media (max-width: 1366px) and (min-device-height:800px){
    div.bandeau__image__userlogin .bandeau__content_userlogin .title-user-login-header {top: 30px;white-space: nowrap;}
     div.formulaire_userlogin {top: 95%;}
}



@media (max-width: 1024px) and (min-device-height:1366px){
    div.bandeau__image__userlogin .bandeau__content_userlogin .title-user-login-header {white-space: nowrap;top: -45px;}
     div.formulaire_userlogin {top: 40%;}
    body.path_user footer {position: absolute;width: 100%;bottom: 0;}
    
}
@media (max-width: 1024px) and (min-device-height:768px){
    div.bandeau__image__userlogin .bandeau__content_userlogin .title-user-login-header {top: -65px;white-space: nowrap;}
     div.formulaire_userlogin {top: 65%;}
    div.bandeau__image__userlogin .bandeau__content_userlogin .title-user-login-header {font-family: "Raleway",sans-serif;font-size: 50px;line-height: 60px;letter-spacing: 0;font-weight: 800;color: #fff;position: relative;}
    div.bandeau__image__userlogin .bandeau__content_userlogin .title-user-login-header::after {content: "";display: block;background: url(../images/bulle-espace-membre2.png) no-repeat;width: 486px;height: 100px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-40%);}
    
}