body {
    font-family: Verdana, Geneva, "微軟雅黑", "Microsoft YaHei";
}

.navbar {
    background-color: #55ADB1;
}


.nav-scroller {
    background-color: #55ADB1;
    margin-top: -1px;
}

#navbarsExampleDefault {
    flex-basis: auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    background-color: #55ADB1;

}

#navlist {
    width: 90%;
    flex-wrap: wrap;
    justify-content: flex-end;

}

#showpincode {
    background-color: #55ADB1;
    border: none;
    margin-top: 5px;
}

#iconsbox {
    margin-bottom: 3rem;
}

#icons {
    background-color: #55ADB1;
    height: 8rem;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

#icons a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

#icons img {
    width: 6rem;
    height: 6rem;
}

#icons img:hover {
    width: 6rem;
    height: 6rem;
    filter: contrast(20%);
}

#icons p {
    color: #111;
    font-size: 1rem;
}

#icons p:hover {
    color: #FFF;
}


#img-text {
    justify-content: center;
}

#pure-img {
    display: flex;
    justify-content: center;
}

#pure-text {
    padding-top: 100px;
}

.step {
    color: orange;
    font-weight: 600;
}

#twolists {
    justify-content: center;
}


#list-left h5 {
    border-left: 20px solid #c56e77;
}

.list-left-title {
    background-color: #FFF;
    margin-left: 0.5rem;
    border: 1px solid #FFF;
    padding: 0 0.5rem;
    letter-spacing: 0.2rem;
}


#list-left ul {
    margin-top: 1rem;
    list-style: none;
    padding: 0;
}

.link-nd {
    text-decoration: none;
    color: #444;
    display: grid;
}

.link-nd .row {
    width: 100%;
    margin: 0;
}

.link-nd>.row>.col {
    height: 3.5rem;
}

.link-nd .listtitle {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #028062;

}

.list-rectangle .row:hover .listtitle {
    color: #f74c00;
}

.middle-span {
    line-height: 3.5rem;
    font-size: 1rem;
}

.news-arrow {
    text-align: right;
    font-size: 2rem;
}


.news-category {
    color: #c56e77;
}

.news-date {
    border-right: 2px solid #777;
    padding: 0;
    text-align: center;
}

.list-rectangle {
    box-shadow: 0 0 5px#b8b8b8;
    padding: 5px;
    margin-bottom: 6px;
}

.list-rectangle .row:hover {

    border: 2px solid #fb550b;
    color: #777;

}

.list-rectangle .row:hover .news-chapitre {
    color: #f74c00;
}

.list-rectangle .row {
    margin: 0;
}

.list-more {
    text-align: center;
    height: rem;
}

.list-more img {
    width: 30%;
    line-height: 30rem;
}


#list-right ul {
    margin-top: 1rem;
    list-style: none;
    padding: 0;
}

.list-right-title {
    background-color: #FFF;
    margin-left: 0.5rem;
    border: 1px solid #FFF;
    padding: 0 0.5rem;
    letter-spacing: 0.2rem;
}


#list-right h5 {
    background-color: #ecb74b;

}


@media (min-width: 576px) and (max-width:768px) {
    body {
        font-size: 1rem !important;
    }

    #seconde-top {
        display: none;
    }

    #pure-text {
        padding-top: 0px;
        text-align: center;
    }

    #footer-links {
        width: 100%;
    }

    #logo-bottom {
        width: 100%;

    }

    .link-nd>.row>.col {
        height: 3rem;
    }

    .news-date {
        border: none;
        text-align: left;

    }

    .news-arrow {
        display: none;
    }

    .footer-links-title h5 {
        font-size: 1rem;
    }

    .footer-links-lists a {

        font-size: 0.8rem;
    }

    #logo-bottom p {
        font-size: 0.8rem;
    }

    #navbarsExampleDefault {
        align-content: flex-start;
        justify-content: flex-start;
    }

}

@media (min-width: 380px) and (max-width:576px) {
    body {
        font-size: 0.8rem !important;
    }

    #seconde-top {
        display: none;
    }

    #footer-links {
        width: 100%;
    }

    #logo-bottom {
        width: 100%;

    }

    .footer-links-blocks {
        padding: 0;
    }

    #iconsbox {
        height: 6rem;
    }

    #icons {
        height: 6rem;
    }

    #icons div {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    #icons img {
        line-height: 4rem;
        width: 3rem;
        height: 3rem;
    }

    #icons p {
        margin: 0;
        line-height: 2rem;
        font-size: 0.8rem;
    }

    #pure-text {
        padding-top: 0px;
        text-align: center;
    }

    #pure-img img {
        width: 300px;
        height: 290px;
    }

    .link-nd>.row>.col {
        height: 3rem;
    }

    .news-date {
        border: none;
        text-align: left;

    }

    .news-arrow {
        display: none;
    }

    .footer-links-lists a {

        font-size: 0.7rem;
    }

    #logo-bottom p {
        font-size: 0.7rem;
    }

    .footer-links-title h5 {
        font-size: 1rem;
    }


    .footer-links-items {
        justify-content: center;
    }

    #navbarsExampleDefault {
        align-content: flex-start;
        justify-content: flex-start;
    }

}