/*

	Site internet achac
	Version : 1.1
	Site	: achac.com
	
	Theme 	: achac 1.1
	Author	: Integration : Yann Lobry
	
*/



#tribunes {
	padding-bottom: 10vw;
	background-color: #fff;
}

#tribunes .cont-titre-page {
	margin-bottom: 1.2vw;
}

#tribunes #container-items-mixitup {
	width: 81%;
	 margin: 0 0 0 19%;
	 
}

#tribunes #container-items-mixitup article {
	display: none;
}

#tribunes #container-items-mixitup article[data-visible="oui"] {
	display: flex;
	 flex-wrap: nowrap;
	 justify-content: flex-start;
	 padding: 4.2vw 0;
	 border-bottom: solid 2px #e9e0cc;
	 width: 93.7%;
}

#tribunes article .col-un {
	width: 22.4%;
}

#tribunes article .col-un a {
	display: flex;
	width: 100%;
	overflow: hidden;
	 height: 21.7vw;
	 justify-content: center;
}

#tribunes article .col-un img {
	height: 100% !important;
	width: auto !important;
}

#tribunes article .col-deux {
	width: 70%;
	 padding: 1.2vw 0 0 6.2%;
}

#tribunes .article-liste .texte p {
	display: none;
}

#tribunes .article-liste .texte p:first-child {
	display: block;
	 height: 8.3vw;
	 display: -webkit-box;
	 -webkit-line-clamp: 5;
	 -webkit-box-orient: vertical;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 line-clamp: 5;
	 box-orient: vertical;
}










#tribunes .cont-more {
	  width: 81%;
	  margin: 6.4vw 0 0 19%;
}














#une-tribune {
	 padding-bottom: 10vw;
	 background: #fff;
	 background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(243,239,229,1) 100%);
}

#une-tribune .cont-titre-page {
	 margin-bottom: 5.4vw;
}




#slide-tribunes h2 {
	font-family: 'CooperHewitt-Heavy', sans-serif;
	 color: #D8C9A8;
	 font-size: 3.9em;
	 text-transform: uppercase;
	 padding: 2vw 0 2.4vw 8.2vw;
}










































