.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main section.home {
  position: relative;
  height: 100vh;
  padding-top: 150px;
  overflow: hidden;
}
body main section.home .contenu {
  position: relative;
  z-index: 1;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body main section.home .contenu .item1 {
  position: absolute;
  top: 9%;
  right: 26%;
  z-index: 2;
}
body main section.home .contenu .item2 {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  left: -80px;
  right: 0;
  margin: auto;
  display: table;
  z-index: 2;
}
body main section.home .contenu .item4 {
  position: absolute;
  bottom: 45%;
  left: 10%;
  z-index: 2;
}
body main section.home .contenu .item3 {
  position: absolute;
  bottom: 2%;
  left: 49%;
  z-index: 2;
}
body main section.home .contenu .item3 .flex .visuel span {
  top: auto;
  bottom: 98%;
}
body main section.home .contenu .item3 .flex .visuel span .rond {
  top: auto;
  bottom: 100%;
  transform: translate(-50%,50%);
}
body main section.home .contenu .flex {
  display: flex;
  align-items: center;
}
body main section.home .contenu .flex .visuel {
  position: relative;
}
body main section.home .contenu .flex .visuel span {
  position: absolute;
  top: 98%;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  background-color: #fff;
}
body main section.home .contenu .flex .visuel span .rond {
  background-color: #fff;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  opacity: 0;
  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.home .contenu .flex p {
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  line-height: 1.2;
  margin-left: 10px;
  text-shadow: 0 0 6px rgba(0,0,0,0.3);
}
body main section.home .contenu h1 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  max-width: 700px;
  width: 100%;
  padding-top: 30px;
  text-shadow: 0 0 6px rgba(0,0,0,0.3);
}
body main section.propos {
  background-color: #fff;
  padding: 60px 0 40px;
}
body main section.propos .contenu {
  position: relative;
  z-index: 1;
}
body main section.propos .contenu .visuel {
  position: relative;
  width: auto;
  height: 100%;
  border-radius: 30px;
  margin-left: 36px;
  overflow: hidden;
}
body main section.propos .contenu .visuel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body main section.propos .contenu .left {
  padding-left: 42px;
  margin-top: -160px;
}
body main section.propos .contenu .bloc {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px;
  margin-bottom: 40px;
  position: relative;
}
body main section.propos .contenu .bloc:before {
  content: "";
  position: absolute;
  background-color: #BECC00;
  border-radius: 30px;
  top: 40px;
  right: 30px;
  left: -30px;
  bottom: -40px;
  z-index: -2;
}
body main section.propos .contenu .bloc .liste {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body main section.home {
    padding-top: 140px;
  }
  body main section.home .parallax-window {
    top: 140px;
  }
  body main section.home .contenu {
    position: relative;
    z-index: 1;
  }
  body main section.home .contenu h1 {
    font-size: 36px;
  }
  body main section.home .contenu .item1 {
    top: 7%;
    right: 24%;
  }
  body main section.home .contenu .item2 {
    top: 36%;
    transform: translateY(-50%);
    left: -80px;
  }
  body main section.home .contenu .item3 {
    bottom: 6%;
    left: 49%;
  }
  body main section.home .contenu .item4 {
    bottom: 48%;
    left: 7%;
  }
  body main section.home .contenu .flex p {
    font-size: 19px;
  }
  body main section.home .contenu .flex .visuel img {
    width: 75px;
  }
  body main section.propos {
    padding: 60px 0 30px;
  }
  body main section.propos .contenu .bloc .liste img {
    max-height: 80px;
  }
}
@media (min-width: 1361px) and (max-width: 1500px) and (max-height: 775px) {
  body main section.home {
    height: 775px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.home {
    padding-top: 130px;
  }
  body main section.home .parallax-window {
    top: 130px;
  }
  body main section.home .contenu {
    position: relative;
    z-index: 1;
  }
  body main section.home .contenu h1 {
    font-size: 32px;
    padding-top: 30px;
  }
  body main section.home .contenu .item1 {
    top: 7%;
    right: 24%;
  }
  body main section.home .contenu .item2 {
    top: 36%;
    transform: translateY(-50%);
    left: -80px;
  }
  body main section.home .contenu .item3 {
    bottom: 6%;
    left: 49%;
  }
  body main section.home .contenu .item4 {
    bottom: 48%;
    left: 4%;
  }
  body main section.home .contenu .flex p {
    font-size: 17px;
  }
  body main section.home .contenu .flex .visuel img {
    width: 65px;
  }
  body main section.propos {
    padding: 60px 0 30px;
  }
  body main section.propos .contenu .bloc .liste {
    margin-top: 40px;
  }
  body main section.propos .contenu .bloc .liste img {
    max-height: 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) and (max-height: 775px) {
  body main section.home {
    height: 775px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.home {
    padding-top: 120px;
    height: 800px;
  }
  body main section.home .parallax-window {
    top: 40px;
  }
  body main section.home .contenu {
    position: relative;
    z-index: 1;
  }
  body main section.home .contenu h1 {
    font-size: 28px;
    padding-top: 30px;
    max-width: 510px;
  }
  body main section.home .contenu .item1 {
    top: 7%;
    right: 24%;
  }
  body main section.home .contenu .item2 {
    top: 36%;
    transform: translateY(-50%);
    left: -80px;
  }
  body main section.home .contenu .item3 {
    bottom: 6%;
    left: 49%;
  }
  body main section.home .contenu .item4 {
    bottom: 49%;
    left: 3%;
  }
  body main section.home .contenu .flex p {
    font-size: 17px;
  }
  body main section.home .contenu .flex .visuel img {
    width: 65px;
  }
  body main section.propos {
    padding: 50px 0 20px;
  }
  body main section.propos .contenu .visuel {
    margin-left: 10px;
  }
  body main section.propos .contenu .bloc .liste {
    margin-top: 30px;
  }
  body main section.propos .contenu .bloc .liste img {
    max-height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.home {
    padding-top: 120px;
    height: 640px;
  }
  body main section.home .parallax-window {
    top: 40px;
  }
  body main section.home .contenu {
    position: relative;
    z-index: 1;
  }
  body main section.home .contenu h1 {
    font-size: 22px;
    padding-top: 30px;
    max-width: 400px;
  }
  body main section.home .contenu .item1 {
    top: 7%;
    right: 17%;
  }
  body main section.home .contenu .item2 {
    top: 36%;
    transform: translateY(-50%);
    left: -30px;
  }
  body main section.home .contenu .item3 {
    bottom: 6%;
    left: 47%;
  }
  body main section.home .contenu .flex p {
    font-size: 16px;
  }
  body main section.home .contenu .flex .visuel img {
    width: 60px;
  }
  body main section.home .contenu .flex .visuel span {
    height: 100px !important;
  }
  body main section.home .contenu .flex .visuel span .rond {
    opacity: 1 !important;
  }
  body main section.propos {
    padding: 40px 0 20px;
  }
  body main section.propos .contenu .visuel {
    margin-left: 0;
    height: 450px;
    margin-top: 30px;
  }
  body main section.propos .contenu .left {
    margin-top: 0;
  }
  body main section.propos .contenu .bloc {
    border: 1px solid #F2F2F2;
  }
  body main section.propos .contenu .bloc .liste {
    margin-top: 30px;
    max-width: 300px;
    width: 100%;
  }
  body main section.propos .contenu .bloc .liste img {
    max-height: 60px;
  }
}
@media (max-width: 767.98px) {
  body main section.home {
    padding-top: 90px;
    height: 300px;
  }
  body main section.home .parallax-window {
    top: 40px;
  }
  body main section.home .contenu {
    position: relative;
    z-index: 1;
    background-size: contain;
  }
  body main section.home .contenu h1 {
    font-size: 18px;
    padding-top: 12px;
    max-width: 190px;
  }
  body main section.home .contenu .item1 {
    top: 15%;
    right: 35%;
  }
  body main section.home .contenu .item2 {
    top: 40%;
    transform: translateY(-50%);
    left: -60px;
    display: block;
    text-align: center;
  }
  body main section.home .contenu .item3 {
    bottom: 6%;
    left: 49%;
  }
  body main section.home .contenu .item4 {
    bottom: 37%;
    left: 10%;
  }
  body main section.home .contenu .flex {
    display: block;
  }
  body main section.home .contenu .flex p {
    font-size: 15px;
    display: none;
  }
  body main section.home .contenu .flex .visuel img {
    width: 30px;
  }
  body main section.home .contenu .flex .visuel span {
    height: 20px !important;
  }
  body main section.home .contenu .flex .visuel span .rond {
    opacity: 0 !important;
  }
  body main section.propos {
    padding: 30px 0 10px;
  }
  body main section.propos .contenu .visuel {
    margin-left: 0;
    height: 350px;
    margin-top: 40px;
  }
  body main section.propos .contenu .left {
    padding-left: 30px;
    margin-top: 0;
  }
  body main section.propos .contenu .bloc {
    border: 1px solid #F2F2F2;
    padding: 20px;
    margin-bottom: 0;
  }
  body main section.propos .contenu .bloc:before {
    left: -20px;
    bottom: -20px;
  }
  body main section.propos .contenu .bloc .liste {
    margin-top: 20px;
    max-width: 300px;
    width: 100%;
  }
  body main section.propos .contenu .bloc .liste img {
    max-height: 55px;
  }
}
