/*
Theme Name: NOE starter
Author: NOE interactive
Author URL: http://noe-interactive.com
Description: Theme NOE starter, theme de base, sans style, utilisé pour démarrer un projet noewp
Version: 1.5
Date : 28.10.2011
Tags: noe, starter
This css file is there uniquely to register the WordPress theme. Please do not edit.
*/
@media screen and (max-width: 1200px){
    .noewp-slider .noewp-slider-image{
        min-height: 130vh !important;
    }
}
@media screen and (max-width: 350px){
    .profile-welcome__page{
        padding: 0 !important;
    }
    .entry-excerpt, .chapo, .accroche, .tinymce .chapo{
        font-size: 2.2rem !important;
        line-height: 3rem !important;
    }
    .mce-content-body h2, h2, .h2, .tinymce h2{
        font-size: 5rem !important;
        line-height: 6rem !important;
    }
}