.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main section.services {
  margin: 40px 0 10px;
  position: relative;
  overflow: hidden;
}
body main section.services.active .contenu .titre {
  margin-right: 200px;
  overflow: hidden;
  position: relative;
}
body main section.services.active .contenu .entete {
  font-size: 34px;
  margin-bottom: 55px;
  background-color: #F7F7F7;
  padding-right: 20px;
  position: relative;
  display: table;
  max-width: auto;
  width: auto;
}
body main section.services.active .contenu .entete:before {
  content: "";
  width: 2000px;
  height: 2px;
  position: absolute;
  left: 100%;
  bottom: 13px;
  border-bottom: 2px dotted #BECC00;
}
body main section.services.active .contenu .content {
  position: relative;
  padding: 60px 0 90px;
}
body main section.services.active .contenu .content:before {
  content: "";
  background-color: #F7F7F7;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 1000px;
  position: absolute;
  z-index: -1;
}
body main section.services.active .contenu .content:after {
  content: "";
  background-color: #F7F7F7;
  top: 0;
  bottom: 0;
  left: 0;
  right: 165px;
  position: absolute;
  z-index: -1;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}
body main section.services .contenu .entete {
  font-family: 'Poppins', sans-serif;
  color: #BECC00;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 40px;
  max-width: 870px;
  width: 100%;
}
body main section.services .contenu .content {
  padding: 0 0 40px;
}
body main section.services .contenu .global {
  margin: 0 -25px;
}
body main section.services .contenu .global .item {
  padding: 0 25px;
}
body main section.services .contenu a {
  display: block;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 30px;
  transform: scale(1);
  box-shadow: 0 0 0 rgba(0,0,0,0);
}
body main section.services .contenu a:hover {
  transform: scale(1.05);
  box-shadow: -6px 6px 7px rgba(0,0,0,0.1);
}
body main section.services .contenu a:hover .bloc .bouton {
  background-color: #F58400;
}
body main section.services .contenu a:hover .bloc .bouton span {
  color: #fff;
}
body main section.services .contenu a .visuel {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 355px;
  border-radius: 30px;
}
body main section.services .contenu a .visuel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body main section.services .contenu a .bloc {
  position: relative;
  padding: 50px 40px;
}
body main section.services .contenu a .bloc .icon {
  position: absolute;
  display: table;
  margin: auto;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}
body main section.services .contenu a .bloc .icon:before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 102px;
  height: 102px;
  border-radius: 50%;
  z-index: -1;
}
body main section.services .contenu a .bloc h2 {
  color: #BECC00;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
body main section.services .contenu a .bloc .texte {
  line-height: 1.3;
}
body main section.services .contenu a .bloc .bouton {
  position: absolute;
  top: 100%;
  transform: translate(-50%,-50%);
  left: 50%;
  margin: auto;
  height: 40px;
  border: 1px solid #F58400;
  border-radius: 20px;
  display: table;
  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.services .contenu a .bloc .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.services {
    margin: 30px 0 10px;
  }
  body main section.services.active .contenu .entete {
    font-size: 32px;
  }
  body main section.services.active .contenu .content {
    padding: 50px 0 80px;
  }
  body main section.services .contenu .entete {
    font-size: 26px;
  }
  body main section.services .contenu .content {
    padding: 0 0 40px;
  }
  body main section.services .contenu .global {
    margin: 0 -20px;
  }
  body main section.services .contenu .global .item {
    padding: 0 20px;
  }
  body main section.services .contenu a .visuel {
    height: 320px;
  }
  body main section.services .contenu a .bloc {
    position: relative;
    padding: 50px 40px 40px;
  }
  body main section.services .contenu a .bloc .icon:before {
    width: 92px;
    height: 92px;
  }
  body main section.services .contenu a .bloc .icon img {
    max-height: 45px;
  }
  body main section.services .contenu a .bloc h2 {
    font-size: 19px;
  }
  body main section.services .contenu a .bloc .texte {
    line-height: 1.3;
    font-size: 14.9px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.services {
    margin: 30px 0 10px;
  }
  body main section.services.active .contenu .entete {
    font-size: 28px;
    margin-bottom: 45px;
  }
  body main section.services.active .contenu .content {
    padding: 45px 0 75px;
  }
  body main section.services .contenu .entete {
    font-size: 24px;
  }
  body main section.services .contenu .content {
    padding: 0 0 40px;
  }
  body main section.services .contenu .global {
    margin: 0 -20px;
  }
  body main section.services .contenu .global .item {
    padding: 0 20px;
  }
  body main section.services .contenu a .visuel {
    height: 300px;
  }
  body main section.services .contenu a .bloc {
    position: relative;
    padding: 50px 40px 40px;
  }
  body main section.services .contenu a .bloc .icon:before {
    width: 92px;
    height: 92px;
  }
  body main section.services .contenu a .bloc .icon img {
    max-height: 45px;
  }
  body main section.services .contenu a .bloc h2 {
    font-size: 18px;
  }
  body main section.services .contenu a .bloc .texte {
    line-height: 1.3;
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.services {
    margin: 20px 0 10px;
  }
  body main section.services.active .contenu .entete {
    font-size: 26px;
    margin-bottom: 35px;
  }
  body main section.services.active .contenu .content {
    padding: 40px 0 70px;
  }
  body main section.services .contenu .entete {
    font-size: 23px;
  }
  body main section.services .contenu .content {
    padding: 0 0 30px;
  }
  body main section.services .contenu .global {
    margin: 0 -12px;
  }
  body main section.services .contenu .global .item {
    padding: 0 12px;
  }
  body main section.services .contenu a .visuel {
    height: 260px;
  }
  body main section.services .contenu a .bloc {
    position: relative;
    padding: 40px 30px 30px;
  }
  body main section.services .contenu a .bloc .icon:before {
    width: 82px;
    height: 82px;
  }
  body main section.services .contenu a .bloc .icon img {
    max-height: 40px;
  }
  body main section.services .contenu a .bloc h2 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  body main section.services .contenu a .bloc .texte {
    line-height: 1.3;
    font-size: 14px;
  }
  body main section.services .contenu a .bloc .bouton span {
    padding: 0 25px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.services {
    margin: 20px 0 10px;
  }
  body main section.services.active .contenu .entete {
    font-size: 26px;
    margin-bottom: 35px;
  }
  body main section.services.active .contenu .content {
    padding: 40px 0 20px;
  }
  body main section.services .contenu .entete {
    font-size: 23px;
  }
  body main section.services .contenu .content {
    padding: 0;
  }
  body main section.services .contenu .global {
    margin: 0 -12px;
    justify-content: center;
  }
  body main section.services .contenu .global .item {
    padding: 0 12px;
  }
  body main section.services .contenu a {
    margin-bottom: 40px;
  }
  body main section.services .contenu a .visuel {
    height: 260px;
  }
  body main section.services .contenu a .bloc {
    position: relative;
    padding: 40px 30px 30px;
  }
  body main section.services .contenu a .bloc .icon:before {
    width: 82px;
    height: 82px;
  }
  body main section.services .contenu a .bloc .icon img {
    max-height: 40px;
  }
  body main section.services .contenu a .bloc h2 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  body main section.services .contenu a .bloc .texte {
    line-height: 1.3;
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  body main section.services {
    margin: 20px 0 10px;
  }
  body main section.services.active .contenu .entete {
    font-size: 22px;
    margin-bottom: 25px;
  }
  body main section.services.active .contenu .titre {
    margin-right: 20px;
  }
  body main section.services.active .contenu .content {
    padding: 30px 0 10px;
  }
  body main section.services.active .contenu .content:after {
    right: 0;
  }
  body main section.services .contenu .entete {
    font-size: 20px;
    margin-bottom: 25px;
    text-align: center;
  }
  body main section.services .contenu .content {
    padding: 0;
  }
  body main section.services .contenu .global {
    margin: 0 -12px;
    justify-content: center;
  }
  body main section.services .contenu .global .item {
    padding: 0 12px;
  }
  body main section.services .contenu a {
    margin-bottom: 40px;
  }
  body main section.services .contenu a .visuel {
    height: 260px;
  }
  body main section.services .contenu a .bloc {
    position: relative;
    padding: 40px 20px 20px;
  }
  body main section.services .contenu a .bloc .icon:before {
    width: 82px;
    height: 82px;
  }
  body main section.services .contenu a .bloc .icon img {
    max-height: 40px;
  }
  body main section.services .contenu a .bloc h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  body main section.services .contenu a .bloc .texte {
    line-height: 1.3;
    font-size: 14px;
  }
  body main section.services .contenu a .bloc .bouton span {
    padding: 0 25px;
  }
}
