/*
 * WebDeb - Copyright (C) <2014-2019> <Université catholique de Louvain (UCL), Belgique ; Université de Namur (UNamur), Belgique>
 *
 * List of the contributors to the development of WebDeb: see AUTHORS file.
 * Description and complete License: see LICENSE file.
 *
 * This program (WebDeb) is free software:
 * you can redistribute it and/or modify it under the terms
 * of the GNU General Public License as published by the
 * Free Software Foundation, either version 3 of the License,
 * or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program (see COPYING file).  If not,
 * see <http://www.gnu.org/licenses/>.
 *
 */

.webdeb-logo {
    margin-bottom: 2rem;
    width: 209px; }

.teach_img {
    width: 330px;
}
@media screen and (max-width: 992px) {
    .teach_img {
        display: none;
    }
}

.debagora_img {
    width: 875px;
}
@media screen and (max-width: 992px) {
    .debagora_img {
        width: 100%;
    }
}

.text-header {
    color: #F8F8F8;
    font-weight: 400;
    font-size: 1.12rem;
    line-height: 1.5;
}

.module-image-container {
    margin-top: 1rem;
    background-color : white;
}
.module-image {
    background: no-repeat center;
    background-size: 100%;
    overflow: hidden;
    vertical-align: middle;
    height: 200px;
    width: 100%;
}

p {
    margin-top: 2rem;
}

h6 {
    font-size:  12px;
    font-weight: bold;
}

.module1 {
    background-color: #95d48d;
}
.module2 {
    background-color: #84d2c5;
}
.module3 {
    background-color: #a7c1c8;
}
.module4 {
    background-color: #fbe5c0
}
.module5 {
    background-color: #ece1e5;
}
.module6 {
    background-color: #edf6f3;
}
.module7 {
    background-color: #f8d4d1;
}
.module8 {
    background-color: #fbfcfc;
}


.background_debagora {
    background-color: #bce1da;
}