.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
.temoignages {
  padding: 100px 0;
}
.temoignages .container {
  max-width: 1100px;
}
.temoignages h2,
.temoignages .sous_titre {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}
.temoignages h2 {
  color: #ffffff;
  margin-bottom: 60px;
}
.temoignages .global {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,0.125);
  border-radius: 20px;
  padding: 70px 80px 70px 60px;
  box-shadow: 0 7px 29px 0 rgba(100,100,111,0.2);
  -webkit-box-shadow: 0 7px 29px 0 rgba(100,100,111,0.2);
}
.temoignages .global img {
  max-width: 150px;
  height: 150px;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: table;
  margin: 0 auto 20px;
}
.temoignages .global .nom {
  font-size: 22px;
  color: #213063;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.2;
}
.temoignages .global .fonction {
  margin-bottom: 0;
}
.temoignages .global .texte {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}
.temoignages .global .texte .quote1,
.temoignages .global .texte .quote2 {
  position: absolute;
  opacity: .1;
}
.temoignages .global .texte .quote1 {
  left: 20px;
  top: -10px;
}
.temoignages .global .texte .quote2 {
  right: 30px;
  bottom: -30px;
}
.temoignages .global .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(-82%,-50%);
}
.temoignages .global .owl-carousel .owl-nav button {
  background-color: #4d0fb2;
  width: 45px;
  height: 45px;
  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;
}
.temoignages .global .owl-carousel .owl-nav button.disabled {
  display: none;
}
.temoignages .global .owl-carousel .owl-nav button:focus {
  outline: none;
}
.temoignages .global .owl-carousel .owl-nav button:hover {
  background-color: #ff2980;
}
.temoignages .global .owl-carousel .owl-nav button.owl-prev {
  margin-bottom: 5px;
}
.temoignages .global .owl-carousel .owl-nav button svg {
  fill: #ffffff;
  width: 14px;
  height: 26px;
}
@media (max-width: 1399.98px) {
  .temoignages {
    padding: 80px 0;
  }
}
@media (max-width: 1199.98px) {
  .temoignages {
    padding: 70px 0;
  }
  .temoignages .container {
    padding: 0 50px;
  }
}
@media (max-width: 991.98px) {
  .temoignages {
    padding: 60px 0;
  }
  .temoignages .container {
    padding: 0 50px;
  }
  .temoignages .global {
    padding: 60px 50px;
  }
  .temoignages .global .texte {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .temoignages {
    padding: 40px 0;
  }
  .temoignages h2 {
    margin-bottom: 30px;
  }
  .temoignages .container {
    padding: 0 20px;
  }
  .temoignages .global {
    padding: 40px 20px;
  }
  .temoignages .global .texte {
    text-align: center;
    padding-left: 0;
  }
  .temoignages .global .texte .quote2 {
    bottom: -10px;
  }
  .temoignages .global .owl-carousel .owl-nav {
    display: table;
    position: relative;
    transform: none;
    left: auto;
    right: auto;
    top: auto;
    margin: 20px auto 0;
  }
}
