<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********* ANIMATON CSS3 *********/
	.contain_post{
	overflow: hidden;position: relative;
	}
        .contain_post img{width: 100%;}
	.contain_post a:after {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	height: 5px;
	width: 0;
	background-color: #f50045;
	transition: width .3s ease-in;
	}
	.contain_post a:hover:after {
	width: 100%;
	}
	.poster{
	position: relative;
	
	transition-property: all;
	transition-duration: 1.5s;
	transition-timing-function: ease-in;
	
	-webkit-transition-property: all;
	-webkit-transition-duration: 1.5s;
	-webkit-transition-timing-function: ease-in;
	
	-moz-transition-property: all;
	-moz-transition-duration: 1.5s;
	-moz-transition-timing-function: ease-in;
	
	-o-transition-property: all;
	-o-transition-duration: 1.5s;
	-o-transition-timing-function: ease-in;
	
	-ms-transition-property: all;
	-ms-transition-duration: 1.5s;
	-ms-transition-timing-function: ease-in;
	}
	
	.poster:hover{
	transform: scale(1.1);	}
        
        
        
        .surv{display: block;}
        .survol{position: relative;text-align: center;overflow: hidden;}
        .survol h2, .survol span{text-align: center;}
        
        .survol img{-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;-webkit-transform:}
        .survol:hover img{transform: scale(1.1);}</pre></body></html>