/*
Theme Name: exPress
Theme URI: http://http://www.novembre.com/
Author: Novembre Communication
Author URI: http://http://www.novembre.com/
Description: Un site express !
Version: 1.0
Text Domain: exPress
*/

/*
  Do not write CSS in this file. Its only  purpose is
  to include all the files from the "/CSS/" directory.
*/

body {
    .slider__lists {
        overflow: hidden;
    }

    @media (min-width: 992px) {
        .footer__block_top.shape {
            position: relative;

            img {
                position: absolute;
                height: 420px;
                width: auto;
                transform: translateY(0);
            }
        }
    }

    .newsletter__content {
        h2 {
            margin-block: 2rem 1rem;

            .black {
                display: inline;
            }
        }
        .newsletter__intro {
            margin-bottom: 1.5rem;
        }
    }
}
