.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main section.modulerea2 {
  padding: 30px 0 35px;
  position: relative;
}
body main section.modulerea2:before {
  content: "";
  background: url(../../../../img/motif.png) repeat;
  background-size: 100%;
  top: 30px;
  bottom: -35px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
body main section.modulerea2 .contenu .titre {
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
body main section.modulerea2 .contenu .titre:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-bottom: 2px dotted #BECC00;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
body main section.modulerea2 .contenu .titre h2 {
  color: #BECC00;
  font-size: 34px;
  font-weight: 600;
  display: table;
  padding-right: 20px;
  background-color: #fff;
}
body main section.modulerea2 .contenu .owl-carousel {
  max-width: 780px;
  height: 550px;
  width: 100%;
  margin: auto;
}
body main section.modulerea2 .contenu .owl-carousel .owl-stage-outer {
  height: 100%;
}
body main section.modulerea2 .contenu .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
body main section.modulerea2 .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
body main section.modulerea2 .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
}
body main section.modulerea2 .contenu .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
body main section.modulerea2 .contenu .owl-carousel .owl-nav button:focus {
  outline: none;
}
body main section.modulerea2 .contenu .owl-carousel .owl-nav button svg {
  fill: #BECC00;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body main section.modulerea2 .contenu .owl-carousel .owl-nav button svg:hover {
  fill: #F58400;
}
body main section.modulerea2 .contenu .owl-carousel .owl-nav button.owl-prev {
  left: -55px;
  position: absolute;
  top: 0;
}
body main section.modulerea2 .contenu .owl-carousel .owl-nav button.owl-next {
  right: -55px;
  position: absolute;
  top: 0;
}
body main section.modulerea2 .contenu .visuel {
  overflow: hidden;
  border-radius: 30px;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
body main section.modulerea2 .contenu .visuel:hover img {
  transform: scale(1.05);
}
body main section.modulerea2 .contenu .visuel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body main section.modulerea2 .contenu .bouton {
  background-color: transparent;
  border: 1px solid #F58400;
  height: 40px;
  border-radius: 20px;
  display: table;
  margin: 45px auto 0;
}
body main section.modulerea2 .contenu .bouton span {
  color: #F58400;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body main section.modulerea2 .contenu .bouton:hover {
  background-color: #F58400;
}
body main section.modulerea2 .contenu .bouton:hover span {
  color: #fff;
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body main section.modulerea2 {
    padding: 25px 0 30px;
    position: relative;
  }
  body main section.modulerea2 .contenu .titre h2 {
    font-size: 32px;
  }
  body main section.modulerea2 .contenu .owl-carousel {
    height: 500px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.modulerea2 {
    padding: 25px 0 25px;
    position: relative;
  }
  body main section.modulerea2 .contenu .titre h2 {
    font-size: 28px;
  }
  body main section.modulerea2 .contenu .owl-carousel {
    height: 480px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.modulerea2 {
    padding: 25px 0 20px;
    position: relative;
  }
  body main section.modulerea2 .contenu .titre h2 {
    font-size: 26px;
  }
  body main section.modulerea2 .contenu .owl-carousel {
    height: 480px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.modulerea2 {
    padding: 25px 0 20px;
    position: relative;
  }
  body main section.modulerea2 .contenu .titre h2 {
    font-size: 26px;
    margin: auto;
    text-align: center;
    padding: 0 20px;
  }
  body main section.modulerea2 .contenu .owl-carousel {
    height: 450px;
  }
  body main section.modulerea2 .contenu .bouton {
    margin: 40px auto 0;
  }
}
@media (max-width: 767.98px) {
  body main section.modulerea2 {
    padding: 15px 0 20px;
    position: relative;
  }
  body main section.modulerea2 .contenu .titre {
    margin-bottom: 25px;
  }
  body main section.modulerea2 .contenu .titre:before {
    display: none;
  }
  body main section.modulerea2 .contenu .titre h2 {
    font-size: 22px;
    margin: auto;
    text-align: center;
    padding: 0;
  }
  body main section.modulerea2 .contenu .owl-carousel {
    height: auto;
  }
  body main section.modulerea2 .contenu .owl-carousel .owl-nav {
    position: relative;
    top: auto;
    transform: none;
    width: 50px;
    height: 27px;
    margin: 20px auto 0;
  }
  body main section.modulerea2 .contenu .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
  body main section.modulerea2 .contenu .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
  body main section.modulerea2 .contenu .visuel {
    height: 350px;
  }
  body main section.modulerea2 .contenu .bouton {
    margin: 20px auto 0;
  }
}
