/*
Theme Name: swimrun
Template: blocksy 
Text Domain: swimrun
*/

@font-face {
    font-family: thrashlane;
    src: url("thrashlane.otf") format("opentype");
}


h1 strong,h2 strong {
font-family : 'thrashlane';
letter-spacing:3px;
font-weight:400;

}


/* Module Facebook */
/* 
 Structure skin_id="337" ou skin - Full Width | Layout : Full  
 .efbl-fullwidth-skin
     .efbl-thumbnail-wrapper
         .efbl-thumbnail-col
         .efbl-feed-content
*/

@media (min-width: 768px) {

.facebook-3col .efbl-story-wrapper{
    width: 25%;
    float:left;
}

.facebook-3col .efbl-thumbnail-col {
	width: 100%;
    aspect-ratio: 9 / 9; /* Force le format vertical */
    overflow: hidden;
    background: #eee;
	padding: 0;
	margin-bottom : 0 !important;
	
}

.facebook-3col .efbl-thumbnail-col a {
	width: 100%;
    height:100%;
}

.facebook-3col .efbl-thumbnail-col .img-responsive{
	width: 100%;
    height: 100%;
	max-width: 100%;
    /* This ensures the image covers the area without distorting aspect ratio */
    object-fit: cover; 
    /* This centers the crop */
    display: block;
	background: #eee;
}
.facebook-3col .efbl-feed-content {
    padding:20px;
	background: #eee;

}
.facebook-3col .efbl-feed-content .description {
    height:70px; /* 3 lignes : line-heigth : 23.1px  */
    overflow: hidden;
	}

}
.facebook-3col .efbl-fullwidth-skin {
	border: 0px;
}	


.facebook-3col .efbl-d-flex,
.facebook-3col .efbl-post-footer{
    display:none !important;
}

/* ActualitÃ© : Masquer une partie de l'article */
.page .hide-page {
	display:none;
}	
	

