/*   CSS PLUGINS CAROUSEL */
.wppsac-post-slider.design-1 .slick-prev,
.wppsac-post-slider.design-1 .slick-prev:hover{
  right:inherit!important;
}
.wppsac-post-slider.design-1 .wppsac-post-content-left {
    padding: 13px 40px 65px 40px !important;
}

.wppsac-post-slider.design-1 .slick-next,
.wppsac-post-slider.design-1 .slick-next:hover,
.wppsac-post-slider.design-1 .slick-prev,
.wppsac-post-slider.design-1 .slick-prev:hover{
  height:80px!important;
  background-size: 30px 32%!important;
  color:#333;
  top: calc(50% - 40px)!important;
}

.wppsac-post-content-left{
  width: 33.333%!important;
  height: 100%!important;
}

@media screen and (max-width:678px){
  .center-btn{
    transform: translateY(-20px)!important;
  }
  .wppsac-post-slider .wppsac-post-date::after{
    background: #A36298;
  }
  #wppsac-post-slider-1 .wppsac-post-content{
    display: block;
  }
  .wppsac-post-content-left{
    width: 100%!important;
  }
  #wppsac-post-slider-2.wppsac-post-slider.design-4 .wp-medium-5{
    padding: 0px;
  }
  #wppsac-post-slider-2{
    width: 80%;
  }

  #wppsac-post-slider-2 .wp-medium-7.wpcolumns,
  #wppsac-post-slider-2 .wppsac-post-list-content{
    height: 100%;
  }

  #wppsac-post-slider-2 .slick-slide,
  #wppsac-post-slider-2 .wppsac-post-content,
  #wppsac-post-slider-2 .slick-slide .wppsac-post-list{
    display: flex;
    flex-direction: column;
  }

  #wppsac-post-slider-2 .slick-slide{
    height: 70vh;
  }

  #wppsac-post-slider-2 .wp-medium-7.wpcolumns{
    padding: 10px 35px 10px 35px;
  }

  #wppsac-post-slider-2 .slick-list .slick-track{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  #wppsac-post-slider-2 .slick-slide .wppsac-post-list{
    flex: 1;
    justify-content: center;
  }

  #wppsac-post-slider-2 .wppsac-post-content{
    max-height: 250px;
    min-height: 200px;
    height: inherit;
  }
  #wppsac-post-slider-2 .wppsac-post-content > p{
    justify-content: flex-end;
    margin-top: auto;
  }
  #wppsac-post-slider-2 .wppsac-post-content .wppsac-readmorebtn{
    position: relative;
    bottom: unset;
    right: unset;
  }
  #wppsac-post-slider-2 .wppsac-post-image-bg{
    display: none;
  }
}

.wppsac-post-slider.design-1 .slick-dots{
  bottom:-15px!important;
  left: 0px!important;
  position: relative!important;

}
.wppsac-post-slider .slick-dots li button{
  border: 1px solid #A36298!important;
}

.wppsac-post-slider .wppsac-post-title{
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
}
.wppsac-post-slider .wppsac-post-title a{
  box-shadow: none;
}
.wppsac-post-slider .wppsac-post-title a:hover{
  box-shadow: inset 0 -1px 0 rgb(15 15 15);
}

.wppsac-post-slider .slick-dots li.slick-active button{
  background: #0e4194 !important;
}

/* .wppsac-post-image-bg{
  display: none;
}
.wppsac-post-slider.design-4 .wp-medium-5{
  display: none;
} */
.wppsac-post-list{
  display: flex;
}
.wppsac-post-content > p {
  margin: 0;
  display: flex;
}

.wppsac-post-content > p a{
  color: #FFF!important;
}

.center-btn{
    width: 100%;
    text-align: center;
    transform: translateY(-35px);
}

@media screen and (max-width:479px){
  .center-btn{
      transform: translateY(-15px);
  }
}



.wppsac-post-slider .wppsac-readmorebtn{
  background-color: #A36298;
  color: white;
  border: 1px solid #A36298!important;
  box-shadow: none!important;
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-weight: 600;
}
.wppsac-readmorebtn:hover {
  background-color: #fff !important;
  color: #A36298 !important;
  transition: all 0.25s ease-out !important;
  -webkit-transition: all 0.25s ease-out !important;
  text-decoration:none !important;
}
.slick-slider {
	margin-bottom:5%;
	z-index:0;
}
.recent-post-slider .slick-dots li {
	margin: 0 8px !important;
}
#primary .recent-post-slider h2.wp-post-title {
    padding: 0em 0 55px;
	font-weight:600;
}
.recent-post-slider.design-1 .post-content-left a {
    box-shadow: none !important;
}
.recent-post-slider.design-1 .post-content-left .wp-post-title a:hover {
	text-decoration:underline !important;
}

.wp-sub-content {
    font-size: 1rem !important;
}
.wp-sub-content::after {
    content:"[...]" !important;
}
.design-1 .wppsac-readmorebtn::after {
    content: "\2b";
    margin-left: 10px;
    background-color: white;
    color: #A36298;
    border-radius: 50%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 4px;
    padding-right: 4px;
    font-weight: bold;
    text-align: center;
}
#primary .recent-post-slider .wp-post-content a.wppsac-readmorebtn {
    margin: 5px 15px !important;
}

/*responsive*/
@media screen and (max-width:900px) {
.post-content-left{
	width: 100% !important;
}
.recent-post-slider.design-1 .wp-post-content{
	display:block !important;
}
#primary .recent-post-slider .wp-post-content a.wppsac-readmorebtn {
    margin: 5px 30px !important;
}

}
/*  FIN CSS PLUGINS CAROUSEL */

/* CSS PLUGINS ACTUALITÉS */
.recent-post-slider.design-4 .wp-post-content{
	display:block !important;
}
@media screen and (max-width:1046px) {

  .rpwwt-widget ul{
    margin-left: 15%;
  }
}
.rpwwt-widget a {
  position: relative;
  display: block;
}

#Recent_Posts.widgets_on_page{
  text-align: center;
  margin-top: 25px;
  position: relative;
}

.rpwwt-widget h2{
  color: #A36298;
  font-weight: bold;
  margin-top: 2%;
  padding: 0px 15px;
}

.rpwwt-widget ul li{
  border: 1px solid #A36298;
  width: 240px;
  height: 392px;
  margin-right: 12px;
  position: relative;
  padding: 10px;
  background-color: #fff;
}

/*Modification 05/04/2019*/
.rpwwt-widget ul li a .rpwwt-post-title{
  color: #A36298;
  /*float: left;*/
  font-weight: bold;
  position: absolute;
  top: 40px;
  left: 1px; /**/
  font-size: 1.15em; /**/

}


.rpwwt-widget ul li .rpwwt-post-date{
  color: #0e4194;
  font-weight: bold;
  float: left;
  position: absolute;
  top: 15px;
  left:18px;
}
.rpwwt-widget ul li .rpwwt-post-excerpt{
  position: absolute;
  top: 120px; /**/
  left:18px;
  right:15px;
font-size:1em;

}
.rpwwt-widget ul li a .rpwwt-post-title:hover {
	text-decoration: underline;
}
#Recent_Posts.widgets_on_page {
    text-align: left !important;
}
.readmorebtn2{
    display: block;
	font-weight:600;
    margin-top: 157%;
	margin-left: -10px;
    border: 1px solid #A36298;
    background-color: #A36298;
    color: #fff;
    width: 110% !important;	
	height:45px !important;
	text-decoration:none !important;
	line-height: 2.5em;
}
.readmorebtn2:hover{
    box-shadow: none !important;
	background-color:#fff;
	color:#A36298 !important;
	transition: all 0.25s ease-out !important;
	-webkit-transition: all 0.25s ease-out !important;
}
.readmorebtn2:after {
    content: "\2b";
    margin-left: 10px;
    background-color: white;
    color: #A36298;
    border-radius: 50%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 4px;
    padding-right: 4px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width:768px){
	.rpwwt-widget ul li .rpwwt-post-excerpt{
  position: absolute;
  top: 110px;
  left:18px;
  right:15px;
font-size:0.85em;

}
}

/* FIN CSS PLUGINS ACTUALITÉS */


/*  CSS PLUGINS CAROUSEL/Actualités Mobile */
.rpwwt-post-excerpt{
	text-align:left;
}
@media screen and (min-width:621px) {
.design-4{
  display: none;
  }
}
@media screen and (max-width:620px) {
.rpwwt-widget ul{  
	display: none;	
}  

.design-4{
  width: 248px;
  height: 100%;
  border: 1px solid #A36298;
  margin: auto;
  background-color:#fff;
}

.design-4 .slick-list .slick-track
 .post-slides .post-list .post-list-content
 .wp-medium-5
 .post-image-bg{
  display: none;
}

.design-4 .slick-list, .design-4 .slick-list .slick-track{
  height: 100%;
}


.design-4 .slick-list .slick-track
 .post-slides .post-list .post-list-content
 .wp-medium-7{
  height: 392px;
  width: 100%!important;
  padding-bottom: 0px;
}

.design-4 .slick-list .slick-track .post-slides
 .post-list .post-list-content
 .wp-medium-7 .wp-post-content
 .readmorebtn{
  color:white;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0px;
  margin-bottom: 0px;
  height: 44px;
  padding-top: 10px;
  padding-left: 20px;
  font-weight: 600;
}
.design-4 .slick-list
.slick-track .post-slides .post-list
.post-list-content .wp-medium-7 .wp-post-content
.readmorebtn::after{
  content: "\2b";
  margin-left: 10px;
  background-color: white;
  color: #A36298;
  border-radius: 50%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: bold;
  text-align: center;
}

.recent-post-slider.design-4 .slick-prev{
  left: -40px !important
}
.recent-post-slider.design-4 .slick-next{
  right: -40px !important
}

.design-4 .slick-dots{
  display: none!important;
}
}
.recent-post-slider .wp-post-date::after {
    background: transparent !important;
}
.recent-post-slider .wp-post-date {
    color: #0e4194;
    font-weight: bold;
}
.recent-post-slider.design-4 .post-list-content .wp-post-title a {
    text-decoration: none;
    color: #A36298;
	font-weight: bold;
	font-size: 21px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.recent-post-slider.design-4 .post-list-content .wp-post-title a:hover {
    text-decoration: underline;
}
#colophon .recent-post-slider h2.wp-post-title {
    padding: 0em 0 10px;
}
.recent-post-slider.design-4 .post-list-content .wp-medium-7 {
    padding: 10px 10px 50px 13px !important;
}
/*  FIN CSS PLUGINS CAROUSEL/Actualités Mobile */

/* CSS PLUGIN CAROUSSEL SLIDER*/

.owl-stage{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.carousel-slider .carousel-slider__item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
    max-height: 90px !important;
	background-color: #fff;
}
/*
.owl-item{
	width: 183px !important;
	margin-right: 13px !important;
}*/
.carousel-slider .carousel-slider__item{
  left: 5px;
}
.owl-stage-outer{
	/* height:105px !important; */
	background-color: #fff;
}
.carousel-slider .owl-nav [class*="owl-"]{
	top: 35% !important;
}
@media screen and (max-width:500px) {
.owl-stage-outer{
	height:70px !important;
}
.carousel-slider .carousel-slider__item img {
	max-height: 50px !important;
	margin-top: 0% !important;
}
}
/* FIN CSS PLUGIN CAROUSSEL SLIDER*/

/* CSS PLUGIN WP SOCIAL SHARING*/
.leftSocialButtonOnPage .sharethis-arrow {
    width: 130px !important;
}
/* FIN CSS PLUGIN WP SOCIAL SHARING*/

/* CSS BACKGROUND PAGE EVENTS 11/2017*/
#tribe-events-pg-template {
    background-color: white;
    padding: 30px;
    padding-top: 175px;
}
@media screen and (max-width:767px) {
	#tribe-events-pg-template {
		padding: 115px 20px 20px;
	}
}
/* FIN CSS BACKGROUND PAGE EVENTS 11/2017*/

