.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main section.presentation {
  padding: 40px 0;
}
body main section.presentation .contenu .titre {
  overflow: hidden;
  margin-bottom: 25px;
}
body main section.presentation .contenu .titre h2 {
  font-size: 34px;
  margin-bottom: 0;
  background-color: #fff;
  padding-right: 20px;
  color: #BECC00;
  font-weight: 600;
  position: relative;
  display: table;
}
body main section.presentation .contenu .titre h2:before {
  content: "";
  width: 2000px;
  height: 2px;
  position: absolute;
  left: 100%;
  bottom: 13px;
  border-bottom: 2px dotted #BECC00;
}
body main section.presentation .contenu .global {
  padding-left: 30px;
  position: relative;
  padding-bottom: 35px;
  max-width: 540px;
  width: 100%;
}
body main section.presentation .contenu .global:before {
  content: "";
  background-color: #BECC00;
  left: 0;
  bottom: 0;
  position: absolute;
  right: 30px;
  top: 40px;
  z-index: -1;
  border-radius: 30px;
}
body main section.presentation .contenu .global .content {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 30px;
  padding: 40px;
}
body main section.presentation .contenu .global .content ul {
  margin-bottom: 25px;
}
body main section.presentation .contenu .global .content ul li {
  color: #F58400;
  font-weight: 500;
  margin-bottom: 15px;
}
body main section.presentation .contenu .global .content .liste {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}
body main section.presentation .contenu .right {
  height: 100%;
  position: relative;
}
body main section.presentation .contenu .right .texte {
  padding: 40px 0 30px;
  background-color: #fff;
  z-index: 1;
  position: relative;
}
body main section.presentation .contenu .right .texte:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  -webkit-mask-image: radial-gradient(circle 20px at 0 0,transparent 0,transparent 30px,black 31px);
  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;
}
body main section.presentation .contenu .right .texte:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  -webkit-mask-image: radial-gradient(circle 20px at 0 0,transparent 0,transparent 30px,black 31px);
  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.presentation .contenu .right .texte p strong {
  font-weight: 500;
  color: #BECC00;
}
body main section.presentation .contenu .right .visuel {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
body main section.presentation .contenu .right .visuel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 230px;
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body main section.presentation {
    padding: 30px 0;
  }
  body main section.presentation .contenu .titre h2 {
    font-size: 32px;
  }
  body main section.presentation .contenu .global .content .liste img {
    max-height: 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.presentation {
    padding: 30px 0;
  }
  body main section.presentation .contenu .titre h2 {
    font-size: 28px;
  }
  body main section.presentation .contenu .global .content .liste img {
    max-height: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.presentation {
    padding: 25px 0;
  }
  body main section.presentation .contenu .titre h2 {
    font-size: 26px;
  }
  body main section.presentation .contenu .global .content .liste img {
    max-height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.presentation {
    padding: 25px 0;
  }
  body main section.presentation .contenu .titre h2 {
    font-size: 26px;
  }
  body main section.presentation .contenu .global {
    margin: auto;
  }
  body main section.presentation .contenu .global .content .liste img {
    max-height: 60px;
  }
  body main section.presentation .contenu .right {
    height: auto;
  }
  body main section.presentation .contenu .right .texte {
    text-align: center;
    padding: 40px 0 25px;
  }
  body main section.presentation .contenu .right .visuel {
    height: 450px;
    position: relative;
  }
  body main section.presentation .contenu .right .visuel img {
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  body main section.presentation {
    padding: 20px 0;
  }
  body main section.presentation .contenu .titre h2 {
    font-size: 22px;
    text-align: center;
    padding-right: 0;
  }
  body main section.presentation .contenu .titre h2:before {
    display: none;
  }
  body main section.presentation .contenu .global {
    margin: auto;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  body main section.presentation .contenu .global .content {
    padding: 20px;
  }
  body main section.presentation .contenu .global .content ul li {
    margin-bottom: 8px;
  }
  body main section.presentation .contenu .global .content .liste {
    margin-top: 25px;
  }
  body main section.presentation .contenu .global .content .liste img {
    max-height: 55px;
  }
  body main section.presentation .contenu .right {
    height: auto;
  }
  body main section.presentation .contenu .right .texte {
    text-align: center;
    padding: 40px 0 25px;
  }
  body main section.presentation .contenu .right .visuel {
    height: 350px;
    position: relative;
  }
  body main section.presentation .contenu .right .visuel img {
    padding-top: 0;
  }
}
