body {
    background-color: lightgrey;
}

.newsImage {
    border-radius: 4px 4px 0 0;
    height: 450px;
    background-size: cover;
    background-position: 50% 50%;
}

@media only screen and (max-width: 480px) {
    .newsImage {height: 250px;}
}

.font-button {
    background-color: #1892ED;
    height: 20px;
    width: 20px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 10pt;
    cursor: pointer;
}

.search-news {
    height: 250px;
    overflow: hidden;
    padding: 0;
    margin: 10px;
    width: 100%
}

.search-news a .description-text {
    width: 100%;
    height: 125px;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    bottom: 0;
    padding: 10px;
}

.search-news a .description-text p {
    margin: 0;
    font-size: 15px;
    color: #ccc;
}

.search-news a .description-text h4 {
    margin: 0;
}

.news-heading {
    margin-top: 20px;
    background-image: url('image/team-ConvertImage.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}

.news-title {
    font-weight: bold;
    color: #111;

}

.news-text {
    color: grey;
}

.search-news a .description-text p {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    border-bottom: 1px solid white;
    margin-right: 120px;
}

.description-text {
    font-family: "Rajdhani", 'sans-serif';
}

.slash {
    color: rgba(255, 2, 29, 0.81);
    font-weight: 800;
}

.date-border {
    border: 1px solid red;
    margin-top: 5px;
    margin-bottom: 5px;
}

.post-comments {
    padding-bottom: 9px;
    margin: 5px 0 5px;
}

.comments-nav {
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.post-comments .comment-meta {
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.post-comments .media {
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.post-comments .media-heading {
    font-size: 15px;
    color: #00559F;
    font-weight: bold;
    font-family: 'Rajdhani', sans-serif;
    padding-top: 10px;
    padding-left: 5px;
    text-align:left;
}

.post-comments .comment-meta a {
    font-size: 12px;
    color: grey;
    font-weight: bolder;
    margin-right: 5px;
}

.newsHeader {
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    padding: 10px;
}

.card-content {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #fff;
    height: auto;
    border-radius: 0 0 4px ;
}
.ligue {
    padding-top: 30px;
}
.league {
    background-color: #1892ED;
    color: #fff;
    font-weight:bold;
    display: inline;
    padding: 5px 10px;
    font-family: 'Rajdhani',sans-serif;
}

.title-news {
    font-family: 'Do Hyeon', sans-serif;
    font-weight: 800;
}

.counter-section {
    height: 70px;
    border-left: 5px solid #00559F;
    display: block;
    background-color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px
}

.comment-counter {
    line-height: 70px;
    padding-left: 30px;
    font-family: Rajdhani;
    text-align: center;
}

.registration-section {
    height: auto;
    text-align: center;
    border-left: 5px solid #00559F;
    display: block;
    background-color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.registration-section h4 {
    font-family: 'Rajdhani', sans-serif;
}

.news-registration {
    font-size: 20px;
    color: #00559F;
    font-family: 'Rajdhani', sans-serif;
}

.news-login {
    color: #E32118;
    font-size: 20px;
    font-family: 'Rajdhani', sans-serif;
}

.news-slash {
    font-size: 20px;
    font-family: 'Rajdhani', sans-serif;
}

.sidebar-news {
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    text-align: center;
    border-left: 5px solid #00559F;
    border-bottom: 1px solid #e8e8e8;
    display: block;
    background-color: white;
    margin-top: 20px;
    border-radius: 4px 0 0 0;
}

.media-section {
    margin-top: 20px;
}

.media-left-section {
    float: left;
    margin-right: 15px;
}

.facebook-logo {
    height: 70px;
    background-color: #43609C;
    width: 100px;
    display: inline-block;
    border-radius: 4px;
}

.facebook-logo p {
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.facebook-right-section {
    padding: 10px;
    height: 70px;
    background-color: #4D6BAA;
    border-radius: 4px;
}

.facebook-right-section h5{
    margin-top: 0px;
    font-weight: bold;
    color: #fff;
}

.twitter-logo {
    height: 70px;
    background-color: #38C2E5;
    width: 100px;
    display: inline-block;
    border-radius: 4px;
}

.twitter-logo p {
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.twitter-right-section {
    padding: 10px;
    height: 70px;
    background-color: #3FCEF2;
    border-radius: 4px;
}

.twitter-right-section h5 {
    margin-top: 0px;
    font-weight: bold;
    color: #fff;
}

.youtube-logo {
    height: 70px;
    background-color: #D80027;
    width: 100px;
    display: inline-block;
    border-radius: 4px;
}

.youtube-logo p {
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.youtube-right-section {
    padding: 10px;
    height: 70px;
    background-color: #f63e28;
    border-radius: 4px;
}

.youtube-right-section h5 {
    margin-top: 0px;
    font-weight: bold;
    color: #fff;
}

.instagram-logo {
    height: 70px;
    background: #b92b27;
    background: -webkit-linear-gradient(to right, #1565C0, #b92b27);
    background: linear-gradient(to right, #1565C0, #b92b27);
    width: 100px;
    display: inline-block;
    border-radius: 4px;
}

.instagram-logo p {
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.instagram-right-section {
    padding: 10px;
    height: 70px;
    background: #b92b27;
    background: -webkit-linear-gradient(to left, #1565C0, #b92b27);
    background: linear-gradient(to left, #1565C0, #b92b27);
    border-radius: 4px;
}

.instagram-right-section h5 {
    margin-top: 0px;
    font-weight: bold;
    color: #fff;
}

.sidebar-latest-news {
    background-color: white;
    height: auto;
}

.latest-news-section {
    height: 110px;
    border-bottom: 1px solid #A3A6AA;
    background-color: #fff;
}

.latest-left-section {
    float: left;
}

.latest-left-section img {
    padding: 10px;
    height: 110px;
}

.latest-right-section {
    padding: 10px;
    height: 110px;
}

.latest-news-ligue {
    background-color: #1892ED;
    color: #fff;
    font-weight: bold;
    display: inline;
    padding: 2px 5px;
    font-family: 'Rajdhani', sans-serif;
}

.latest-right-section h4 {
    margin-top: 5px;
    font-weight: bold;
    color: #000;
}

.latest-right-section h5 {
    color: #000;
}

.glyphicon {
    cursor: pointer;
}