/* page_protection-intellectuelle.less */

@import "main.less";

.page_protection-intellectuelle {

    /* Extra Extra Large Devices */
@media (min-width: 1920px) {
    .content_wrapper {
        width: 50%;
        margin: auto;
    }
}

/* Extra Large Device */
@media only screen and (max-width : 1920px) {
    .content_wrapper {
        width: 60%;
        margin: auto;
    }
}

/* Large Devicess */
@media only screen and (max-width : 1440px) {
    .content_wrapper {
        width: 80%;
        margin: auto;
    }    
}

/* Small Devices */
@media only screen and (max-width : 938px) {
    .content_wrapper {
        width: 80%;
        margin: auto;
    }    
}

}
