.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main section.avantage-rava {
  background-color: #FAFAFA;
  padding: 40px 0 25px;
  margin-bottom: 30px;
}
body main section.avantage-rava .contenu .titre {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
body main section.avantage-rava .contenu .titre:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-bottom: 2px dotted #BECC00;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
body main section.avantage-rava .contenu .titre h2 {
  color: #BECC00;
  font-size: 34px;
  font-weight: 600;
  display: table;
  padding-right: 20px;
  background-color: #FAFAFA;
}
body main section.avantage-rava .contenu h3 {
  color: #BECC00;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 3px;
}
body main section.avantage-rava .contenu p {
  line-height: 1.3;
}
body main section.avantage-rava .contenu .lien {
  display: block;
}
body main section.avantage-rava .contenu .lien:hover .visuel img {
  transform: scale(1.05);
}
body main section.avantage-rava .contenu .lien:hover .texte {
  background-color: #F58400;
}
body main section.avantage-rava .contenu .lien:hover .texte:before,
body main section.avantage-rava .contenu .lien:hover .texte:after {
  background: #F58400;
}
body main section.avantage-rava .contenu .lien .visuel {
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
body main section.avantage-rava .contenu .lien .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.avantage-rava .contenu .lien .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.avantage-rava .contenu .lien .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.avantage-rava .contenu .lien .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;
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body main section.avantage-rava {
    padding: 40px 0 25px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  body main section.avantage-rava .contenu .titre {
    margin-bottom: 45px;
  }
  body main section.avantage-rava .contenu .titre h2 {
    font-size: 32px;
  }
  body main section.avantage-rava .contenu h3 {
    font-size: 19px;
  }
  body main section.avantage-rava .contenu .lien .visuel {
    height: 320px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.avantage-rava {
    padding: 35px 0 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  body main section.avantage-rava .contenu .titre {
    margin-bottom: 45px;
  }
  body main section.avantage-rava .contenu .titre h2 {
    font-size: 28px;
  }
  body main section.avantage-rava .contenu h3 {
    font-size: 18px;
  }
  body main section.avantage-rava .contenu .lien .visuel {
    height: 280px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.avantage-rava {
    padding: 35px 0 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  body main section.avantage-rava .contenu .titre {
    margin-bottom: 35px;
  }
  body main section.avantage-rava .contenu .titre h2 {
    font-size: 26px;
  }
  body main section.avantage-rava .contenu h3 {
    font-size: 17px;
  }
  body main section.avantage-rava .contenu .lien .visuel {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.avantage-rava {
    padding: 35px 0 30px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  body main section.avantage-rava .contenu .titre {
    margin-bottom: 30px;
  }
  body main section.avantage-rava .contenu .titre:before {
    display: none;
  }
  body main section.avantage-rava .contenu .titre h2 {
    font-size: 26px;
    text-align: center;
    margin: auto;
  }
  body main section.avantage-rava .contenu h3 {
    font-size: 17px;
    text-align: center;
  }
  body main section.avantage-rava .contenu p {
    text-align: center;
  }
  body main section.avantage-rava .contenu .lien {
    margin-top: 20px;
  }
  body main section.avantage-rava .contenu .lien .visuel {
    height: 250px;
  }
}
@media (max-width: 767.98px) {
  body main section.avantage-rava {
    padding: 25px 0 20px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  body main section.avantage-rava .contenu .titre {
    margin-bottom: 30px;
  }
  body main section.avantage-rava .contenu .titre:before {
    display: none;
  }
  body main section.avantage-rava .contenu .titre h2 {
    font-size: 22px;
    text-align: center;
    margin: auto;
  }
  body main section.avantage-rava .contenu h3 {
    font-size: 16px;
    text-align: center;
  }
  body main section.avantage-rava .contenu p {
    text-align: center;
  }
  body main section.avantage-rava .contenu .lien {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  body main section.avantage-rava .contenu .lien .visuel {
    height: 250px;
  }
}
