 .slideshow{
   position: relative;
   width: 656px;
   max-width: 100%;
   margin: 0 auto 30px;
   padding-bottom: 20px;
   border-bottom: 1px solid #E4E4E5;
   text-align: center;
   overflow: hidden;
 }
 .art-postcontent .slider,
 .art-post .slider{
   display: flex;
   justify-content: flex-start;
   width: 100%;
   margin: 0 auto 20px;
   animation: 21s infinite slide;
   list-style: none;
 }
 .art-postcontent ul.slider>li,
 .art-post ul.slider>li{margin: 0;padding: 0;}
 .art-postcontent ul.slider>li:before,
 .art-post ul.slider>li:before{content: none;}
 .slider img{display: block;margin: 0;}
 #pause:target + .slider,
 .slider:hover{animation-play-state: paused;}
 #play:target + .slider{animation-play-state: running;}
 .slider li{min-width: 20%;}
 .slider li a{display: block;width: calc(100% - 16px);}
 @keyframes slide{
 0%,
 12%,
 100%{transform: translateX(0);}
 16%,
 28%{transform: translateX(-20%);}
 32%,
 44%{transform: translateX(-40%);}
 48%,
 60%{transform: translateX(-60%);}
 64%,
 76%{transform: translateX(-80%);}
 80%,
 92%{transform: translateX(-100%);}
 }
 .play_commands{
 	position: absolute;
 	bottom: 24px;
   right: 15px;
 	z-index: 10;
 	width: 22px;
 	height: 22px;
 	text-indent: -9999px;
 	border: 0 none;
 }
 .play{right: 48px;}
 .pause:after,
 .pause:before{
 	position: absolute;
 	display: block;
 	content: " ";
 	top: 0;
 	width: 38%;
 	height: 22px;
 	background: #CECECE;
 }
 .pause:after{right: 0;}
 .pause:before{left: 0;}
 .play {
 	width: 1px;
 	height: 1px;
 	border-top: 11px solid transparent;
 	border-bottom: 11px solid transparent;
 	border-left: 20px solid #fff;
 	border-left: 20px solid #CECECE;
 }
 @media all and (max-width:959px){
 .slideshow{width:auto;}
 }
 @media all and (max-width:480px){
 .slideshow{width:auto;}
 }
 .entry-header{padding:10px 0;overflow: auto;}
#image-accueil{float:left;margin-right:40px;}
@media all and (max-width:959px){
#image-accueil{float:left;margin-right:10px;height:auto;}
}
@media all and (max-width:650px){
#image-accueil{float:none;margin-right:0px;}
}
@media all and (max-width:480px){
#image-accueil{float:none;margin-right:0px;}
}