/*
* simple theme
*/
.simple-theme.wp-posts-carousel { overflow: hidden; }
.simple-theme.wp-posts-carousel .wp-posts-carousel-slide { display: none; padding: 1%; position: relative; }
.simple-theme.wp-posts-carousel.owl-loaded .wp-posts-carousel-slide { display: block; }
.simple-theme.wp-posts-carousel .wp-posts-carousel-container {    background-color: #f6f6f6;
    padding: 0px;
    min-height: 475px;
    padding-bottom:10px;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 12px;
    max-width: 385px;
    color: #646363; transition: all 0.3s ease 0s; }

/*
* post's image
*/
.simple-theme.wp-posts-carousel .wp-posts-carousel-image { text-align: center; vertical-align: central; overflow: hidden;  }
.simple-theme.wp-posts-carousel .wp-posts-carousel-image a { display: block; width: 100%; text-align: center; }
.simple-theme.wp-posts-carousel .wp-posts-carousel-image img {display: block; margin: 0 auto; width: auto; border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: 100%;
    height: auto;}
.simple-theme.wp-posts-carousel .wp-posts-carousel-image img.owl-lazy {opacity: 0;}
/*
* post's details
*/
.simple-theme.wp-posts-carousel .wp-posts-carousel-details { padding: 0 5px 10px 5px; }
.simple-theme.wp-posts-carousel .wp-posts-carousel-title {  padding: 10px;
    padding-left: 15px;
    color: #352983;
    font-weight: 500;
    font-size: 22px; }
    
.simple-theme.wp-posts-carousel .wp-posts-carousel-title a {color: #352983;}    
    
.simple-theme.wp-posts-carousel .wp-posts-carousel-desc { padding: 15px;
    padding-top: 0px;min-height:110px; }
.simple-theme.wp-posts-carousel .wp-posts-carousel-created-date { padding: 0; margin: 0;font-size: 12px; color: #666; }
.simple-theme.wp-posts-carousel .wp-posts-carousel-categories { padding: 0; margin: 0; background: #eee; padding: 5px; font-size: 12px; position: absolute; top: 3px; left: 4px; display:none; }
.simple-theme.wp-posts-carousel .wp-posts-carousel-buttons { text-align: center; }
.simple-theme.wp-posts-carousel .wp-posts-carousel-buttons a {  background-image: url(../../../themes/village/img/btn-savoir-plus-actu.png);
    width: 37px;
    height: 37px;
    float: right;
   
    margin-top: -8px;
    margin-right: 20px;}
/*
* tags
*/
.simple-theme.wp-posts-carousel .wp-posts-carousel-tags { font-size: 11px; }
.simple-theme.wp-posts-carousel .wp-posts-carousel-tags a { padding: 2px 10px; background: #fafafa; color: #666; line-height: 24px; text-decoration: none; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; transition: all 0.3s ease 0s; }
.simple-theme.wp-posts-carousel .wp-posts-carousel-tags a:hover { color: #6E95B6; }
/*
* controls
*/
.simple-theme.wp-posts-carousel .owl-controls { *height: 0; }
/*
* navigation
*/
.simple-theme.wp-posts-carousel .owl-nav div:before  { font-family: "FontAwesome"; font-size: 30px; display: inline-block; content: '\f104'; }
.simple-theme.wp-posts-carousel .owl-controls .owl-nav div  {background: #e51d6e;  color: white;  text-align: center; text-decoration: none; display: block; width: 0px; height: 50px;line-height: 50px; margin: -45px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; border-radius: 50%; -webkit-border-radius: 50%; }
.simple-theme.wp-posts-carousel .owl-controls .owl-nav .owl-prev { left: -50px; padding: 0px 30px 0px 17px; }
.simple-theme.wp-posts-carousel .owl-nav .owl-next:before  { content: '\f105'; }
.simple-theme.wp-posts-carousel .owl-controls .owl-nav .owl-next { right: -50px; padding: 0px 27px 0px 20px; }
.simple-theme.wp-posts-carousel:hover .owl-controls .owl-nav .owl-prev { opacity: 1; left: 50px; }
.simple-theme.wp-posts-carousel:hover .owl-controls .owl-nav .owl-next  { opacity:1; right: 50px; }
.simple-theme.wp-posts-carousel:hover .owl-controls .owl-nav .owl-prev:hover,
.simple-theme.wp-posts-carousel:hover .owl-controls .owl-nav .owl-next:hover { opacity: 1; color: white;  background: #352983; }

/*
* dots
*/
.simple-theme.wp-posts-carousel .owl-dots { margin-top:10px;text-align:center; }
.simple-theme.wp-posts-carousel .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline; }
.simple-theme.wp-posts-carousel .owl-dots .owl-dot span { width: 13px; height: 13px; margin: 5px 7px; background: #362c80; display: block; -webkit-backface-visibility: visible; -webkit-transition: opacity 200ms ease; -moz-transition: opacity 200ms ease; -ms-transition: opacity 200ms ease; -o-transition: opacity 200ms ease; transition: opacity 200ms ease; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.simple-theme.wp-posts-carousel .owl-dots .owl-dot.active span { background: white; }
.simple-theme.wp-posts-carousel .owl-dots .owl-dot:hover span { transform: scale(1.1); background: #362c80;}