.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main section.modulerea {
  padding: 40px 0 25px;
  position: relative;
}
body main section.modulerea:before {
  content: "";
  background: url(../../../../img/motif.png) repeat;
  background-size: 100%;
  top: -115px;
  bottom: -45px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
body main section.modulerea .contenu h2 {
  color: #393B42;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
body main section.modulerea .contenu .global {
  margin: 0 -30px;
}
body main section.modulerea .contenu .global .col-12 {
  padding: 0 30px;
  position: relative;
}
body main section.modulerea .contenu .global .col-12 svg {
  position: absolute;
  top: 46%;
  left: 100%;
  transform: translate(-50%,-50%);
}
body main section.modulerea .contenu a {
  display: block;
}
body main section.modulerea .contenu a:hover .visuel img {
  transform: scale(1.05);
}
body main section.modulerea .contenu a:hover .texte {
  background-color: #F58400;
}
body main section.modulerea .contenu a:hover .texte:before,
body main section.modulerea .contenu a:hover .texte:after {
  background: #F58400;
}
body main section.modulerea .contenu a .visuel {
  width: 100%;
  height: 250px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
body main section.modulerea .contenu a .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.modulerea .contenu a .texte {
  background-color: #BECC00;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  display: table;
  padding: 6px 10px 3px;
  max-width: 110px;
  width: 100%;
  text-align: center;
  margin: auto;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
  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.modulerea .contenu a .texte:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 20px;
  height: 20px;
  background: #BECC00;
  -webkit-mask-image: radial-gradient(circle 10px at 0 0,transparent 0,transparent 20px,black 21px);
  transform: rotate(-90deg);
  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.modulerea .contenu a .texte:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 20px;
  height: 20px;
  background: #BECC00;
  -webkit-mask-image: radial-gradient(circle 10px at 0 0,transparent 0,transparent 20px,black 21px);
  transform: rotate(180deg);
  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.modulerea .contenu .owl-carousel .owl-controls {
  position: relative;
  display: table;
  margin: 35px auto 0;
}
body main section.modulerea .contenu .owl-carousel .owl-dots {
  position: relative;
  height: 20px;
  margin-top: 0;
}
body main section.modulerea .contenu .owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  margin: 0 15px;
  width: 8px;
  height: 8px;
  display: block;
  border: 1px solid #D9D9D9;
  width: 70px;
  height: 10px;
  border-radius: 5px;
  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.modulerea .contenu .owl-carousel .owl-dots .owl-dot span:hover {
  background: #BECC00;
}
body main section.modulerea .contenu .owl-carousel .owl-dots .owl-dot.active span {
  background: #BECC00;
}
body main section.modulerea .contenu .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}
body main section.modulerea .contenu .owl-carousel .owl-nav {
  position: absolute;
  margin-top: 0;
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
  width: 100%;
  height: 100%;
}
body main section.modulerea .contenu .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 18px;
}
body main section.modulerea .contenu .owl-carousel .owl-nav .owl-next {
  position: absolute;
  left: 100%;
  margin-left: 18px;
}
body main section.modulerea .contenu .owl-carousel .owl-nav 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.modulerea .contenu .owl-carousel .owl-nav svg:hover {
  fill: #F58400;
}
body main section.modulerea .contenu .owl-carousel .owl-nav button {
  background: transparent;
  margin: 0;
}
body main section.modulerea .contenu .owl-carousel .owl-nav button:focus {
  outline: none;
}
body main section.modulerea .contenu .owl-carousel .owl-item.active .lien {
  animation: fadeInUp ease 1.4s both;
  -webkit-animation: fadeInUp ease 1.4s both;
  -moz-animation: fadeInUp ease 1.4s both;
  -o-animation: fadeInUp ease 1.4s both;
}
body main section.modulerea .contenu .owl-carousel .owl-item.active .lien2 {
  animation: fadeInUp 1.4s ease .2s both;
  -webkit-animation: fadeInUp 1.4s ease .2s both;
  -moz-animation: fadeInUp 1.4s ease .2s both;
  -o-animation: fadeInUp 1.4s ease .2s both;
}
body main section.modulerea .contenu .owl-carousel .owl-item.active .lien3 {
  animation: fadeInUp 1.4s ease .4s both;
  -webkit-animation: fadeInUp 1.4s ease .4s both;
  -moz-animation: fadeInUp 1.4s ease .4s both;
  -o-animation: fadeInUp 1.4s ease .4s both;
}
body main section.modulerea .contenu .bouton {
  display: table;
  margin: 25px auto 0;
  height: 40px;
  border: 1px solid #F58400;
  border-radius: 20px;
  background-color: #fff;
  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.modulerea .contenu .bouton:hover {
  background-color: #F58400;
}
body main section.modulerea .contenu .bouton:hover span {
  color: #fff;
}
body main section.modulerea .contenu .bouton span {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 45px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #F58400;
  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;
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body main section.modulerea {
    padding: 30px 0 20px;
  }
  body main section.modulerea .contenu h2 {
    font-size: 32px;
    margin-bottom: 44px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.modulerea {
    padding: 30px 0 20px;
  }
  body main section.modulerea .contenu h2 {
    font-size: 28px;
    margin-bottom: 44px;
  }
  body main section.modulerea .contenu a .visuel {
    height: 240px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.modulerea {
    padding: 30px 0 20px;
  }
  body main section.modulerea .contenu h2 {
    font-size: 26px;
    margin-bottom: 44px;
  }
  body main section.modulerea .contenu .global {
    margin: 0 -25px;
  }
  body main section.modulerea .contenu .global .col-12 {
    padding: 0 25px;
  }
  body main section.modulerea .contenu a .visuel {
    height: 240px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.modulerea {
    padding: 30px 0 10px;
  }
  body main section.modulerea .contenu h2 {
    font-size: 26px;
    margin-bottom: 35px;
  }
  body main section.modulerea .contenu .global {
    margin: 0 -25px;
  }
  body main section.modulerea .contenu .global .col-12 {
    padding: 0 25px;
  }
  body main section.modulerea .contenu a .visuel {
    height: 190px;
  }
}
@media (max-width: 767.98px) {
  body main section.modulerea {
    padding: 20px 0 10px;
  }
  body main section.modulerea .contenu h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  body main section.modulerea .contenu .global {
    margin: 0 -25px;
  }
  body main section.modulerea .contenu .global .col-12 {
    padding: 0 25px;
  }
  body main section.modulerea .contenu .global .col-12 svg {
    top: 100%;
    left: 0;
    right: 0;
    transform: translateY(-50%) rotate(90deg);
    margin: -25px auto 0;
  }
  body main section.modulerea .contenu .owl-carousel .owl-controls {
    margin: -20px auto 0;
  }
  body main section.modulerea .contenu .owl-carousel .owl-controls .owl-dots .owl-dot span {
    width: 30px;
    margin: 0 5px;
  }
  body main section.modulerea .contenu .lien {
    padding-bottom: 50px;
  }
  body main section.modulerea .contenu .lien .visuel {
    height: 220px;
  }
  body main section.modulerea .contenu .bouton span {
    padding: 0 25px;
  }
}
