/* Logo  */
#navbar {
    height: 56px;
    padding: 0 20px;
    font-family: 'Lato', sans-serif;
    z-index: 10 !important;
}

#navbar .logo {
    padding: 5px;
    color: inherit;
}

.navbar {
    transition: background-color 0.25s ease-in-out;
    display: flex;
    align-items: center;
}

.navbar-scrolled {
    background-color: rgba(33, 33, 33, 1) !important;
}

/* Menu  */
#menu {
    padding: 17px 0;
}

#menu-item li {
    padding: 10px;
    border-bottom: 4px solid;
    border-color: transparent;
}

#menu-item li a {
    font-weight: 700;
    color: rgba(33, 33, 33, 1);
    font-size: 14pt;
}

#menu-item li:hover {
    border-bottom: 4px solid;
    border-color: rgba(33, 33, 33, 1) !important;
}

/* Commom */
#content {
    padding-left: 10px;
    padding-right: 10px;
}

.section {
    padding: 10px 0;
    width: 100%;
}

.section .title {
    font-family: "Lato", Arial;
    color: rgba(33, 33, 33, 1);
    font-size: 14pt;
    font-weight: 700;
    vertical-align: baseline;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    margin-bottom: 25px;
}

/* Introduction */
#introduction .card-title {
    color: #000000;
    font-family: "Comfortaa", Arial;
    font-size: 12.0pt;
    font-variant: normal;
    font-weight: 700;
    vertical-align: baseline
}

#introduction .card-text {
    color: #000000;
    font-family: Arial;
    font-size: 12.0pt;
    font-variant: normal;
    font-weight: 400;
    vertical-align: baseline;
    padding-top: 30px;
}

/* Our vision */
#our-vision .card-title {
    color: rgba(34, 110, 147, 1);
    font-family: "Lato", sans-serif;
    font-size: 34pt;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

#our-vision .card-text {
    color: #000000;
    font-family: Arial;
    font-size: 12.0pt;
    font-variant: normal;
    font-weight: 400;
    vertical-align: baseline;
    padding-top: 30px;
}

/* Our vision */
#activity .card-link {
    color: rgba(34, 110, 147, 1);
    font-size: 19pt;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
    font-family: "Lexend", Arial;
}

/* Product list  */
#product-list .card-link {
    color: rgba(33, 33, 33, 1);
    font-family: "Lato", sans-serif;
    font-size: 11pt;
    font-weight: 400;
    line-height: 1.6667;
    text-align: center;
    text-decoration: none;
}

/* Project list  */
#project-list img {
    outline: 2px dashed rgba(0, 0, 0, .1);
}

#project-list .card-link {
    color: rgba(34, 110, 147, 1);
    font-size: 19pt;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
    font-family: "Lexend", Arial;
    text-align: center;
    text-decoration: none;
}

/* Footer */
#footer {
    margin-top: 30px;
}

#footer h2 {
    background-color: rgba(30, 108, 147, 1);
    font-family: "Lato", Arial;
    font-weight: 700;
    vertical-align: baseline;
    color: rgba(255, 255, 255, 1);
    padding: 30px 10px;
}

#footer p {
    font-size: 14pt;
    vertical-align: baseline;
    line-height: 1.2;
    font-family: "Lato", sans-serif;
    color: rgba(33, 33, 33, 1);
    word-wrap: break-word;
    padding: 25px 10px;
    margin: 0;
}

/* Responsive */

/* Mobile  */
@media only screen and (max-width: 426px) {

    /* Introduction */
    #introduction .card-text {
        padding-top: 15px;
    }

    /* Product list */
    #product-list .card-link {
        font-size: 13pt;
    }
}

@media only screen and (max-width: 769px) {
    #navbar {
        background-color: white !important;
        height: 60px;
        padding: 0 10px;
    }

    #navbar p {
        color: rgba(33, 33, 33, 1);
    }

    .background-color {
        background-color: white !important;
    }

    #box-menu {
        padding: 0 !important;
    }

    #menu-item li:last-child {
        border-bottom: 2px dotted;
    }

    #menu-item li a {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
    }

    #menu-mobile {
        position: fixed;
        right: 10px;
        top: 10px;
        color: rgba(255, 255, 255, .55) !important;
        border-color: rgba(255, 255, 255, .1) !important;
        z-index: 99;
    }

    #banner img {
        margin-top: 59px;
        display: block;
    }

    .section .title {
        font-size: 16pt;
    }

    /* Field of activity */
    #activity .card-link {
        font-size: 14pt;
        font-weight: 400;
        line-height: 1.2;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* Introduction */
    #introduction .image {
        margin-top: auto;
        padding-bottom: 16px;
    }

    /* Our vision */
    #our-vision .image {
        margin-top: auto;
        padding-bottom: 16px;
    }
}