.mySliderPostCategorie .swiper {
  width: 100%;
  height: 100%;
}

.mySliderPostCategorie .card {
  font-weight: 400;
  border: 0;
  /*-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 5px 0rgba(0,0,0,0.16),0 2px 10px 0rgba(0,0,0,0.12);*/
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  /*border: 1px solid rgba(0,0,0,.125);*/
  border-radius: 0.25rem;
}

.mySliderPostCategorie .carousel-col {
  display: flex;
  justify-content: center;
}

.mySliderPostCategorie .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 15px 15px;
}

.mySliderPostCategorie .card-title {
  /*margin-bottom: 0.75rem!important;*/
  margin-top: 0!important;
  font-size: 14px;
}

.mySliderPostCategorie .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: black;
}

.mySliderPostCategorie .carousel-indicators li {
  width: 1.25rem;
  max-width: 1.25rem;
  height: 1.25rem;
  background-color: #4285f4;
}

.mySliderPostCategorie .carousel-indicators li {
  width: 0.625rem;
  height: 0.625rem;
  cursor: pointer;
  border-radius: 50%;
}
@media (prefers-reduced-motion: reduce){
  .mySliderPostCategorie .carousel-indicators li {
  transition: none;
}
}
.mySliderPostCategorie .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

.mySliderPostCategorie .carousel-indicators .active {
  width: 1.56rem;
  max-width: 1.56rem;
  height: 1.56rem;
  background-color: #4285f4;
  border-radius: 50%;
}

.mySliderPostCategorie .carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
}

.mySliderPostCategorie .swiper-slide {
  /*text-align: center;
  font-size: 18px;
  background: #fff;*/

  /* Center slide text vertically */
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;*/
}

.mySliderPostCategorie .swiper-slide img {
  /*display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;*/
}

.mySliderPostCategorie .row {
  display: flex;
  justify-content: center;
}

.mySliderPostCategorie .card .card-body .card-text {
  /*font-weight: 400;
  color: #747373;
  font-size: 10px;*/
}

.mySliderPostCategorie .card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  pointer-events: none;
  border-radius: 5px;
}

.mySliderPostCategorie .carousel-indicators {
  height: 40px;
  bottom: -40px;
}

.mySliderPostCategorie .swiper-slide {
  /*transition: .6s ease-in-out left!important;*/
  /*flex-shrink: 0;
  width: 33.33333333%!important;*/
}

.mySliderPostCategorie .carousel-col-swiper { 
  position: relative; 
  min-height: 1px; 
  /*padding: 5px; */
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.mySliderPostCategorie .swiper {
  max-width: 800px;
}

@media (max-width: 768px) {
  .mySliderPostCategorie .swiper {
    max-width: 500px;
  }
}

@media (max-width: 580px) {
  .mySliderPostCategorie .swiper {
    max-width: 300px;
  }
}

.mySliderPostCategorie .post_swiper-button-next::after, .post_swiper-button-prev::after {
  font-size: 30px;
}

.mySliderPostCategorie .swiper {
  overflow: hidden;
  position: unset;
}

.mySliderPostCategorie .post_swiper-button-prev, .swiper-rtl .post_swiper-button-next {
  left: -15px;
  right: auto;
}

.mySliderPostCategorie .post_swiper-button-next, .swiper-rtl .post_swiper-button-prev {
  right: -15px;
  left: auto;
}

.mySliderPostCategorie .containercarousel {
  /*padding: 10px;
  overflow: hidden;*/
  position: relative;
  padding: 15px;
}

@media screen and (min-width: 62em){
  .mySliderPostCategorie .content-area:not(.full-width) {
    float: left;
    width: 80%;
    margin: 0 -31.3% 0 0;
  }
  .mySliderPostCategorie .site-content .widget-area {
    float: right;
    width: 20%;
    padding-top: 3.75em;
    margin-top: 0;
  }
}

.mySliderPostCategorie .post_swiper-pagination {
  bottom: -20px!important;
}

.mySliderPostCategorie {
  position: unset;
  width: calc(100% + 40px);
  margin-left: -20px;
}
/*

.swiper {
  max-width: 800px;
}

max width 768 : .swiper {
  max-width: 500px;
}

max width 580 : .swiper {
  max-width: 300px;
}
*/

.mySliderPostCategorie .swiper-button-next {
  right: -70px;
  left: auto;
}

.mySliderPostCategorie .swiper-button-prev {
  left: -70px;
  right: auto;
}

.mySliderPostCategorie .swiper-pagination-horizontal {
  bottom: -30px;
}

.mySliderPostCategorie .swiper-button-next {
  /*background-image: url(/img/chevronbas.png);
  height: 53px;
  width: 53px;
  transform: rotate(-90deg) scale(0.7);*/
}

.mySliderPostCategorie .swiper-button-next::after {
  /*content:unset*/
}

.mySliderPostCategorie .swiper-button-prev {
  /*background-image: url(/img/chevronbas.png);
  height: 53px;
  width: 53px;
  transform: rotate(90deg) scale(0.7);*/
}

.mySliderPostCategorie .swiper-button-prev::after {
  /*content:unset*/
}

.mySliderPostCategorie h4{
  /*font-size: 28px!important;
  font-family: 'Roboto'!important;
  line-height: 32px!important;
  font-weight: 600!important;*/
  font-family: Fira Sans!important;
  font-size: 24px!important;
  font-weight: 500!important;
  line-height: 36px!important;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.et_post_meta_wrapper {
  display: none;
}

@media (max-width: 768px) {
  .mySliderPostCategorie {
    /*width: calc(100% - 100px);
    margin-left: 50px;*/
  }

  .mySliderPostCategorie .swiper-button-next {
    right: -10px;
    left: auto;
  }

  .mySliderPostCategorie .swiper-button-prev {
    left: -10px;
    right: auto;
  }
}

.mySliderPostCategorie .card-text {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    padding-top: 5px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}


.mySliderPostCategorie .card-text, .mySliderPostCategorie .card-title {
  color: #303030;
}

.mySliderPostCategorie .card-title  {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    padding-bottom: 5px;
}

@media (min-width: 1080px) {
  /*#edit_a_voir {
    margin-left: calc((1080px - 100vw) / 2) !important;
    margin-right: calc((1080px - 100vw) / 2) !important;
  }*/
}

@media (min-width: 769px) and (max-width: 1250px){
  .mySliderPostCategorie {
    position: unset!important;
    width: calc(90% + 40px)!important;
    margin-left: calc(50% - (45% + 20px)) !important;
  }
  .mySliderPostCategorie .swiper-button-next {
    right: -10px;
    left: auto;
  }
  .mySliderPostCategorie .swiper-button-prev {
    left: -10px;
    right: auto;
  }
}

.damierorientation .article_damier {
  width: 32.3%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  position: relative;
}

.article_damier {
  display: inline-block;
  margin-bottom: 40px;
  box-shadow: 0px 4px 10px 0px #0000000D;
}

.article_damier > a > div {
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100% - 5px);
  background: rgba(0, 0,0, 0.4);
  padding: 30px;
  color: white!important;
}

.article_damier h4 {
  margin-top: 100%;color: white;
  font-family: Fira Sans;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.article_damier p {
  font-family: Inter;
  font-size: 17px;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
}


.article_damier img {
  aspect-ratio: 3/5;
  width: 100%;
}

@media (max-width: 980px) {
  .damierorientation .article_damier {
    width: 49%;
  }
}

@media (max-width: 768px) {
  .damierorientation .article_damier {
    width: 99%;
  }
}