.show_search_more .search_more > *{
transform:translateY(0px);
opacity:1;
transition:all 0.5s;
transition-delay:0.2s;
}

.search_more > *{
transition:all 0.1s;
transform:translateY(20px);
opacity:0;
}

.show_search_more .search_more > *:nth-child(2){transition-delay:0.35s;}

.show_search_more .search_more > *:nth-child(3){transition-delay:0.50s;}

.show_search_more .search_more > *:nth-child(4){transition-delay:0.65s;}

.banner{
transition:all 1.5s;
transition-delay:0.3s;
}

/*
.wrapper_img_banner img{
transform:scale(1);
transform:translate(-50%,-50%) scale(1);
transition:all 3s;
}
*/

.banner .title_page > span, .banner_home .title_page > span{
-webkit-animation:appear_title 1s ease; 
animation:appear_title 1s ease;
-webkit-animation-fill-mode:both;
animation-fill-mode:both;
animation-delay:0.4s;
position:relative;
}

.banner_home .title_page > span + span{animation-delay:0.3s;}

.banner .title_page > span:last-child, .banner_home .title_page > span:last-child{animation-delay:0.1s;}

@-webkit-keyframes appear_title{
	0%{
	opacity:0;
	top:40px;
	}
	100%{
	opacity:1;
	top:0;
	}
}

@keyframes appear_title{
	0%{
	opacity:0;
	top:40px;
	}
	100%{
	opacity:1;
	top:0;
	}
}

.tr_monitor .title_page span{
opacity:0; 
transform:translateY(40px);
}

.title_page span{
display:block;
opacity:1; 
transform:translateY(0px);
transition:all 2s;
}

.tr_monitor .bloc_chiffres{
transform:translateY(40px);
opacity:0;
}

.bloc_chiffres{
transform:translateY(0px);
opacity:1;
transition:all 0.8s;
transition-delay:0.5s;
}

.content_chiffres > div:nth-child(2){transition-delay:0.7s;}

.content_chiffres > div:nth-child(3){transition-delay:0.9s;}

.tr_monitor .pole{transform:scale(0);}

.pole{
transform:scale(1);
transition:all 0.8s;
}

.wrapper_poles > div:nth-child(1){transition-delay:0.3s;}

.wrapper_poles > div:nth-child(2){transition-delay:0.5s;}

.wrapper_poles > div:nth-child(3){transition-delay:0.7s;}