@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
@import './components/background.css';
@import './components/header.css';
@import './components/footer.css';
@import './components/tutoriel.css';
@import './components/video_item.css';
@import './components/video_movable.css';
@import './components/slider.css';
@import './components/article_item.css';
@import './components/article_card.css';
@import './components/article_view.css';
@import './components/cours_list.css';

body {
    margin: 0 auto;
    max-width: 1240px !important;
    min-width: 1240px !important;
    width: 1240px !important;
}

.desktop-wrapper {
    margin: 0 auto;
    max-width: 1240px !important;
    min-width: 1240px !important;
    width: 1240px !important;
}

.container {
    margin: 0 auto;
    max-width: 1240px !important;
    min-width: 1240px !important;
    width: 1240px !important;
}


.yellow {
    background-color: yellow;
}

.red {
    background-color: red;
}

.content {
    min-height: 700px;
    padding-bottom: 40px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.container2 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

section.articles h3 {
    color: #800000;
    text-align: center;
}

.page-header {
    text-align: center;
    margin-top: 0;
}

.page-header h1 {
    margin-top: 0;
}