.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main section.equipe {
  padding: 200px 0 160px;
  position: relative;
  overflow: hidden;
}
body main section.equipe .contenu .container {
  max-width: 1600px;
}
body main section.equipe .contenu .container.container2 {
  max-width: 100%;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-45%);
}
body main section.equipe .contenu .motif {
  position: absolute;
}
body main section.equipe .contenu .motif path {
  transform: translate(0,0) scale(0.97);
}
body main section.equipe .contenu .visuel {
  clip-path: url(#path2);
  background-color: #FF5E00;
  height: 720px;
}
body main section.equipe .contenu .visuel img {
  max-width: initial;
  width: 1100px;
  object-fit: cover;
  height: 100%;
}
body main section.equipe .contenu .bloc {
  background-color: #F4F5FA;
  padding: 100px 90px 100px 140px;
  position: relative;
  z-index: 1;
  width: 800px;
  max-width: 100%;
}
body main section.equipe .contenu .bloc h2 {
  color: #181818;
  font-size: 38px;
  font-weight: 700;
  padding-left: 50px;
  position: relative;
  margin-bottom: 25px;
}
body main section.equipe .contenu .bloc h2 svg {
  position: absolute;
  top: 13px;
  left: 0;
}
body main section.equipe .contenu .bloc .texte {
  margin-bottom: 30px;
}
body main section.equipe .contenu .bloc p {
  font-size: 17px;
  letter-spacing: .17px;
  color: #3B4347;
}
body main section.equipe .contenu .bloc p.poste {
  margin-bottom: 5px;
  color: #003080;
}
body main section.equipe .contenu .bloc .bouton {
  position: relative;
  background-color: #FF5E00;
  border-radius: 5px;
  height: 50px;
  display: table;
  overflow: hidden;
  margin-top: 50px;
}
body main section.equipe .contenu .bloc .bouton span {
  font-family: 'Poppins', sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 0 0 25px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.2px;
  z-index: 2;
  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.equipe .contenu .bloc .bouton span svg {
  background-color: #FF4E00;
  height: 100%;
  margin-left: 25px;
  width: 55px;
  padding: 0 15px;
  fill: #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.equipe .contenu .bloc .bouton i {
  margin-right: 12px;
}
body main section.equipe .contenu .bloc .bouton:before {
  content: "";
  background-color: #181818;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  right: 100%;
  z-index: 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.equipe .contenu .bloc .bouton:hover:before {
  right: 0;
}
body main section.equipe .contenu .bloc .bouton:hover span {
  color: #fff;
}
body main section.equipe .contenu .bloc .bouton:hover span svg {
  background-color: black;
  margin-left: 45px;
  fill: #fff;
}
@media (min-width: 1921px) {
  body main section.equipe .contenu .motif path {
    transform: translate(0,0) scale(1.29);
  }
  body main section.equipe .contenu .visuel {
    margin-top: -50px;
  }
  body main section.equipe .contenu .visuel img {
    width: 1410px;
  }
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body main section.equipe {
    padding: 160px 0 120px;
  }
  body main section.equipe .contenu .bloc {
    padding: 80px 70px 80px 120px;
  }
  body main section.equipe .contenu .bloc h2 {
    font-size: 34px;
  }
  body main section.equipe .contenu .bloc h2 svg {
    top: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.equipe {
    padding: 100px 0 80px;
  }
  body main section.equipe .contenu .bloc {
    padding: 60px 50px 60px 100px;
  }
  body main section.equipe .contenu .bloc h2 {
    font-size: 30px;
  }
  body main section.equipe .contenu .bloc h2 svg {
    top: 8px;
    width: 17px;
  }
  body main section.equipe .contenu .bloc p {
    font-size: 16px;
  }
  body main section.equipe .contenu .bloc .bouton span {
    font-size: 15px;
  }
  body main section.equipe .contenu .visuel {
    height: 520px;
  }
  body main section.equipe .contenu .visuel img {
    width: 770px;
  }
  body main section.equipe .contenu .motif path {
    transform: translate(0,0) scale(0.7);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.equipe {
    padding: 100px 0 80px;
  }
  body main section.equipe .contenu .bloc {
    padding: 50px;
  }
  body main section.equipe .contenu .bloc h2 {
    font-size: 30px;
  }
  body main section.equipe .contenu .bloc h2 svg {
    top: 8px;
    width: 17px;
  }
  body main section.equipe .contenu .bloc p {
    font-size: 16px;
  }
  body main section.equipe .contenu .bloc .bouton span {
    font-size: 15px;
  }
  body main section.equipe .contenu .visuel {
    height: 520px;
  }
  body main section.equipe .contenu .visuel img {
    width: 770px;
  }
  body main section.equipe .contenu .motif path {
    transform: translate(0,0) scale(0.7);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.equipe {
    padding: 60px 0;
  }
  body main section.equipe .contenu .container.container2 {
    top: auto;
    transform: none;
    position: relative;
  }
  body main section.equipe .contenu .bloc {
    padding: 50px;
    text-align: center;
  }
  body main section.equipe .contenu .bloc h2 {
    font-size: 24px;
    padding-left: 0;
  }
  body main section.equipe .contenu .bloc h2 svg {
    top: auto;
    width: 15px;
    position: relative;
    display: inline-block;
    margin-right: 8px;
  }
  body main section.equipe .contenu .bloc p {
    font-size: 16px;
  }
  body main section.equipe .contenu .bloc .bouton {
    margin: 40px auto 0;
  }
  body main section.equipe .contenu .bloc .bouton span {
    font-size: 15px;
  }
  body main section.equipe .contenu .visuel {
    width: 570px;
    margin: 40px 0 0 auto;
    height: 520px;
  }
  body main section.equipe .contenu .visuel img {
    width: 770px;
  }
  body main section.equipe .contenu .motif path {
    transform: translate(0,0) scale(0.7);
  }
}
@media (max-width: 767.98px) {
  body main section.equipe {
    padding: 40px 0;
  }
  body main section.equipe .contenu .container.container2 {
    top: auto;
    transform: none;
    position: relative;
  }
  body main section.equipe .contenu .bloc {
    padding: 25px 20px;
    text-align: center;
  }
  body main section.equipe .contenu .bloc h2 {
    font-size: 22px;
    padding-left: 0;
  }
  body main section.equipe .contenu .bloc h2 svg {
    top: auto;
    width: 15px;
    position: relative;
    display: inline-block;
    margin-right: 8px;
  }
  body main section.equipe .contenu .bloc p {
    font-size: 15px;
  }
  body main section.equipe .contenu .bloc p.poste strong {
    display: table;
    margin: auto;
  }
  body main section.equipe .contenu .bloc .bouton {
    margin: 30px auto 0;
    text-align: left;
    display: block;
  }
  body main section.equipe .contenu .bloc .bouton span {
    font-size: 12px;
  }
  body main section.equipe .contenu .visuel {
    width: 100%;
    margin: 10px 0 0 auto;
    clip-path: none;
    padding: 0 20px;
    background: none;
    height: 350px;
  }
  body main section.equipe .contenu .visuel img {
    width: 100%;
  }
  body main section.equipe .contenu .motif path {
    transform: translate(56px,0) scale(0.4);
  }
}
