.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main section.certifications {
  box-shadow: 0 3px 10px rgba(0,0,0,0.16);
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
body main section.certifications .contenu .container {
  max-width: 1350px;
}
body main section.certifications .contenu .owl-carousel {
  width: 740px;
  padding: 0 50px;
  margin: 0 auto;
}
body main section.certifications .contenu .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 55px;
  display: flex;
  justify-content: space-between;
}
body main section.certifications .contenu .owl-carousel .owl-nav.disabled {
  display: none;
}
body main section.certifications .contenu .owl-carousel .owl-nav:before {
  content: "";
  width: 1.5px;
  position: absolute;
  top: -7px;
  bottom: -7px;
  border-radius: 3px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #5d6f85;
}
body main section.certifications .contenu .owl-carousel .owl-nav button:focus {
  outline: none;
}
body main section.certifications .contenu .owl-carousel .owl-nav button:hover svg {
  fill: #FF5E00;
}
body main section.certifications .contenu .owl-carousel .owl-nav button svg {
  fill: #5d6f85;
  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.certifications .contenu .titre {
  padding: 125px 0;
  position: relative;
  z-index: 1;
}
body main section.certifications .contenu .titre:before {
  content: "";
  background-color: #e8eaf0;
  position: absolute;
  top: 0;
  right: 100%;
  width: 1200px;
  height: 100%;
}
body main section.certifications .contenu .titre #form-princ {
  position: absolute;
  top: 64%;
  transform: translateY(-50%);
  left: 0;
  width: 1285px;
  z-index: -1;
  fill: transparent;
}
body main section.certifications .contenu .titre #form-princ path {
  transform: scale(0.6) rotate(85deg) translate(180px,-600px);
  fill: #e8eaf0;
}
body main section.certifications .contenu h2 {
  font-size: 40px;
  font-weight: 700;
  color: #181818;
  position: relative;
}
body main section.certifications .contenu h2:before {
  content: "";
  background-color: #003080;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}
body main section.certifications .contenu .visuel {
  position: relative;
}
body main section.certifications .contenu .visuel img {
  height: 100px;
  width: auto;
  margin: auto;
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body main section.certifications .contenu h2 {
    font-size: 36px;
  }
  body main section.certifications .contenu .titre {
    padding: 110px 0;
  }
  body main section.certifications .contenu .owl-carousel .owl-nav {
    right: -30px;
    left: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.certifications .contenu h2 {
    font-size: 32px;
  }
  body main section.certifications .contenu h2 svg {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-right: 10px;
    margin-top: -4px;
  }
  body main section.certifications .contenu .titre {
    padding: 90px 0;
  }
  body main section.certifications .contenu .titre #form-princ {
    width: 1165px;
  }
  body main section.certifications .contenu .visuel img {
    height: 80px;
  }
  body main section.certifications .contenu .owl-carousel {
    padding: 0 80px 0 50px;
  }
  body main section.certifications .contenu .owl-carousel .owl-nav {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.certifications .contenu h2 {
    font-size: 28px;
  }
  body main section.certifications .contenu h2 svg {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-right: 10px;
    margin-top: -4px;
  }
  body main section.certifications .contenu .titre {
    padding: 80px 0;
  }
  body main section.certifications .contenu .titre #form-princ {
    width: 985px;
  }
  body main section.certifications .contenu .visuel img {
    height: 80px;
  }
  body main section.certifications .contenu .owl-carousel {
    padding: 0 80px 0 50px;
    width: 100%;
  }
  body main section.certifications .contenu .owl-carousel .owl-nav {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.certifications {
    padding: 60px 0;
  }
  body main section.certifications .contenu h2 {
    font-size: 28px;
  }
  body main section.certifications .contenu h2 svg {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-right: 10px;
    margin-top: -4px;
  }
  body main section.certifications .contenu .container {
    padding: 0;
  }
  body main section.certifications .contenu .titre {
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
  }
  body main section.certifications .contenu .titre #form-princ {
    width: 985px;
  }
  body main section.certifications .contenu .visuel img {
    height: 80px;
  }
  body main section.certifications .contenu .owl-carousel {
    padding: 0;
    width: 100%;
  }
  body main section.certifications .contenu .owl-carousel .owl-nav {
    right: auto;
    left: auto;
    top: auto;
    position: relative;
    margin: auto;
    transform: none;
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  body main section.certifications {
    padding: 40px 0;
  }
  body main section.certifications .contenu h2 {
    font-size: 25px;
  }
  body main section.certifications .contenu h2 svg {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-right: 10px;
    margin-top: -4px;
  }
  body main section.certifications .contenu .container {
    padding: 0;
  }
  body main section.certifications .contenu .titre {
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
  }
  body main section.certifications .contenu .titre #form-princ {
    width: 985px;
  }
  body main section.certifications .contenu .visuel img {
    height: 80px;
  }
  body main section.certifications .contenu .owl-carousel {
    padding: 0;
    width: 100%;
  }
  body main section.certifications .contenu .owl-carousel .owl-nav {
    right: auto;
    left: auto;
    top: auto;
    position: relative;
    margin: auto;
    transform: none;
    margin-top: 50px;
  }
}
