
.main-title {
    padding: 40px 0;
    color: #585858;
    font-weight: bold;
	font-size: 68px;
	text-transform: uppercase;
	font-family: Libre Baskerville;
	padding-bottom: 0;
}

.sub-title {
	font-family: Libre Baskerville;
	margin-top: -28px;
}

.separator {
	width: 100px;
    height: 4px;
    background: #cd9958;
    margin: 30px auto 70px;
}

.separator-detail {
	width: 100px;
    height: 4px;
    background: #cd9958;
    /* margin: 30px auto 70px; */
}

.link-nohover:hover {
    color:rgba(205, 153, 88, 1);
    text-decoration: none;
}

.list-info {
    list-style-type: none;
    margin-top: -10px;
    padding-left: 15px;
}

.under-category{
    font-size: 80%;
    margin-top:1%;
    display:inline-block;
}

.link{
    font-size: 100%;
    color : rgba(205, 153, 88, 1);
    text-decoration: none;
}

.block-image {
    position: relative;
}

.block-title {
	/* margin-top: -18px; */
	position: relative;
    z-index: 10;
}

.block-title .news-title {
	color: #cfa56b;
    font-size: 1.8em;
	padding-left: 20px;
	text-shadow: 1px 1px black;
}

.blog_entry {
	margin-bottom: 50px;
}

.blog_entry-title {
	padding: 0;
    color: #585858;
    font-weight: bold;
	font-size: 3.2vw;
	text-transform: uppercase;
	font-family: Libre Baskerville;
	padding-bottom: 0;
}

.blog_entry-description {
	font-family: Libre Baskerville;
	font-size: 1.6vw;
}

.entry-content {
	/* font-size: 0.85vw; */
	font-size: 18px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	color: #cd9958;
	text-transform: uppercase;
}

.topleft {
    position: absolute;
    top: 2%;
    left: 8%;
    font-size: 18px;
    color :rgba(205, 153, 88, 1);
    padding :0.5%;
    border: 1px solid rgba(205, 153, 88, 1);
    border-radius: 10%;
}

.img_article { 
    border-radius: 10px;
}
.img-detail { 
    margin-left: 15px; 
}
.news-title{
font-family:Libre Baskerville;
}
/*ASIDE */

/*categorie*/
.aside-block-title{
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom : 20px;
}
/*date et titre article*/
.aside-caption{
    display: inline-block;
    margin-bottom:0px ;
}

/* aside calendrier*/
.date-aside{
    font-size:0.6rem;
}

/*titre article */
.aside-h4{
    margin-bottom: 0px;
    padding-top: 0px;
}
/*lien du titre*/
.link-aside{
    font-size : 70%;
    margin-bottom: 0px;
} 

.aside-img{
    margin-top: -15px;
}

.category_tag{
    padding :0px;
    margin :0px;
}


@media (max-width: 1399px) {
	.blog_entry-title {
		/* font-size: 5.2vw; */
	}

	.entry-content {
		font-size: 1.6vw;
	}
}

@media (max-width: 991px) {
	.blog_entry-title {
		font-size: 4.2vw;
	}

	.entry-content {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.blog_entry-title {
		font-size: 5.2vw;
		margin-top: 15px;
	}

	.entry-content {
		font-size: 2.85vw;
	}
}