.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main section.sliderHome {
  height: 100vh;
  padding-top: 145px;
  overflow: hidden;
}
body main section.sliderHome .contenu {
  height: 100%;
}
body main section.sliderHome .contenu .container {
  height: 100%;
  max-width: 100%;
  padding: 0;
}
body main section.sliderHome .contenu .container .row {
  height: 100%;
  align-items: center;
}
body main section.sliderHome .contenu .container .row .col-12 {
  height: 100%;
}
body main section.sliderHome .contenu .container .owl-carousel {
  height: 100%;
}
body main section.sliderHome .contenu .container .owl-carousel .owl-stage-outer {
  height: 100%;
}
body main section.sliderHome .contenu .container .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
body main section.sliderHome .contenu .container .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
body main section.sliderHome .contenu .container .owl-carousel .owl-stage-outer .owl-stage .owl-item.active .visuel {
  animation: fadeInLeft 1.2s ease .1s both;
  -webkit-animation: fadeInLeft 1.2s ease .1s both;
  -moz-animation: fadeInLeft 1.2s ease .1s both;
  -o-animation: fadeInLeft 1.2s ease .1s both;
}
body main section.sliderHome .contenu .container .owl-carousel .owl-stage-outer .owl-stage .owl-item.active .bloc .titre {
  animation: fadeInLeft 1s ease .4s both;
  -webkit-animation: fadeInLeft 1s ease .4s both;
  -moz-animation: fadeInLeft 1s ease .4s both;
  -o-animation: fadeInLeft 1s ease .4s both;
}
body main section.sliderHome .contenu .container .owl-carousel .owl-stage-outer .owl-stage .owl-item.active .bloc .texte {
  animation: fadeInLeft 1s ease .5s both;
  -webkit-animation: fadeInLeft 1s ease .5s both;
  -moz-animation: fadeInLeft 1s ease .5s both;
  -o-animation: fadeInLeft 1s ease .5s both;
}
body main section.sliderHome .contenu .container .owl-carousel .owl-stage-outer .owl-stage .owl-item.active .bloc .bouton {
  animation: fadeInLeft 1s ease .6s both;
  -webkit-animation: fadeInLeft 1s ease .6s both;
  -moz-animation: fadeInLeft 1s ease .6s both;
  -o-animation: fadeInLeft 1s ease .6s both;
}
body main section.sliderHome .contenu .container .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
}
body main section.sliderHome .contenu .container .owl-carousel .owl-nav {
  position: absolute;
  width: 70px;
  bottom: 90px;
  left: 0;
  right: 33%;
  margin: auto;
  z-index: 2;
  display: block !important;
}
body main section.sliderHome .contenu .container .owl-carousel .owl-prev {
  left: 0;
}
body main section.sliderHome .contenu .container .owl-carousel .owl-prev:hover .arrow {
  right: 96%;
}
body main section.sliderHome .contenu .container .owl-carousel .owl-prev:hover .arrow svg {
  fill: #73AA17;
}
body main section.sliderHome .contenu .container .owl-carousel .owl-prev:hover .arrow:before {
  right: -49%;
  width: 22px;
  background-color: #73AA17;
}
body main section.sliderHome .contenu .container .owl-carousel .owl-next {
  right: 0;
}
body main section.sliderHome .contenu .container .owl-carousel .owl-next:hover .arrow {
  left: 96%;
}
body main section.sliderHome .contenu .container .owl-carousel .owl-next:hover .arrow svg {
  fill: #73AA17;
}
body main section.sliderHome .contenu .container .owl-carousel .owl-next:hover .arrow:before {
  left: -49%;
  width: 22px;
  background-color: #73AA17;
}
body main section.sliderHome .contenu .container .owl-carousel .owl-prev {
  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.sliderHome .contenu .container .owl-carousel .owl-prev .arrow {
  position: absolute;
  top: 0;
  right: 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.sliderHome .contenu .container .owl-carousel .owl-prev .arrow svg {
  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.sliderHome .contenu .container .owl-carousel .owl-prev .arrow:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2.9px;
  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.sliderHome .contenu .container .owl-carousel .owl-next {
  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.sliderHome .contenu .container .owl-carousel .owl-next .arrow {
  position: absolute;
  top: 0;
  left: 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.sliderHome .contenu .container .owl-carousel .owl-next .arrow svg {
  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.sliderHome .contenu .container .owl-carousel .owl-next .arrow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2.9px;
  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.sliderHome .contenu .container .owl-carousel .owl-prev,
body main section.sliderHome .contenu .container .owl-carousel .owl-next {
  position: absolute;
  width: 22px;
  height: 28.5px;
}
body main section.sliderHome .contenu .container .owl-carousel .owl-prev span,
body main section.sliderHome .contenu .container .owl-carousel .owl-next span {
  display: none;
}
body main section.sliderHome .contenu .container .owl-carousel .owl-prev:focus,
body main section.sliderHome .contenu .container .owl-carousel .owl-next:focus {
  outline: none;
}
body main section.sliderHome .contenu .forme {
  position: absolute;
  top: -100px;
  right: 120px;
  z-index: -1;
}
body main section.sliderHome .contenu .encart {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #01141E;
}
body main section.sliderHome .contenu .bloc {
  width: 100%;
  max-width: 100%;
  padding: 0 50px;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  height: 100%;
}
body main section.sliderHome .contenu .bloc h1,
body main section.sliderHome .contenu .bloc h2 {
  font-size: 58px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 25px;
}
body main section.sliderHome .contenu .bloc h1 span,
body main section.sliderHome .contenu .bloc h2 span {
  color: #73AA17;
  line-height: 1.2;
  font-size: 58px;
  font-weight: 700;
  text-decoration: none !important;
}
body main section.sliderHome .contenu .bloc p {
  letter-spacing: .4px;
  color: #fff;
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  line-height: 1.6;
  margin-bottom: 80px;
}
body main section.sliderHome .contenu .bloc .bouton a span {
  color: #73AA17;
  letter-spacing: .4px;
  font-weight: 500;
  position: relative;
  padding-bottom: 12px;
}
body main section.sliderHome .contenu .bloc .bouton a span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #73AA17;
  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.sliderHome .contenu .bloc .bouton a svg {
  fill: #fff;
  margin-left: 15px;
  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.sliderHome .contenu .bloc .bouton a:hover span:before {
  width: 100%;
}
body main section.sliderHome .contenu .bloc .bouton a:hover svg {
  margin-left: 25px;
}
body main section.sliderHome .contenu .media {
  background-color: #fff;
  padding: 0;
  position: relative;
}
body main section.sliderHome .contenu .media:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 205px 0 205px 350px;
  border-color: transparent transparent transparent #74aa17;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  opacity: .79;
}
body main section.sliderHome .contenu .visuel {
  position: relative;
  width: 100%;
  height: 100%;
}
body main section.sliderHome .contenu .visuel img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body main section.sliderHome {
    padding-top: 135px;
  }
  body main section.sliderHome .contenu .bloc h1,
  body main section.sliderHome .contenu .bloc h2 {
    font-size: 45px;
  }
  body main section.sliderHome .contenu .bloc h1 span,
  body main section.sliderHome .contenu .bloc h2 span {
    font-size: 45px;
  }
  body main section.sliderHome .contenu .bloc p {
    margin-bottom: 60px;
  }
  body main section.sliderHome .contenu .bloc .bouton a svg {
    width: 20px;
  }
  body main section.sliderHome .contenu .media:before {
    border-width: 175px 0 175px 320px;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-nav {
    bottom: 60px;
  }
  body main section.sliderHome .contenu .container .owl-carousel .arrow svg {
    width: 35px;
  }
  body main section.sliderHome .contenu .container .owl-carousel .arrow:before {
    height: 2px !important;
  }
}
@media (min-width: 1361px) and (max-width: 1500px) and (max-height: 800px) {
  body main section.sliderHome {
    height: 850px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.sliderHome {
    padding-top: 125px;
  }
  body main section.sliderHome .contenu .bloc h1,
  body main section.sliderHome .contenu .bloc h2 {
    font-size: 38px;
  }
  body main section.sliderHome .contenu .bloc h1 span,
  body main section.sliderHome .contenu .bloc h2 span {
    font-size: 38px;
  }
  body main section.sliderHome .contenu .media:before {
    border-width: 145px 0 145px 290px;
  }
  body main section.sliderHome .contenu .bloc p {
    font-size: 15px;
    padding-right: 20px;
    margin-bottom: 70px;
  }
  body main section.sliderHome .contenu .bloc .bouton span {
    font-size: 15px;
  }
  body main section.sliderHome .contenu .bloc .bouton a svg {
    width: 18px;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-nav {
    bottom: 60px;
  }
  body main section.sliderHome .contenu .container .owl-carousel .arrow svg {
    width: 30px;
  }
  body main section.sliderHome .contenu .container .owl-carousel .arrow:before {
    height: 1.8px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) and (max-height: 750px) {
  body main section.sliderHome {
    height: 800px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.sliderHome {
    padding-top: 100px;
    height: 800px;
  }
  body main section.sliderHome .contenu .bloc h1,
  body main section.sliderHome .contenu .bloc h2 {
    font-size: 38px;
  }
  body main section.sliderHome .contenu .bloc h1 span,
  body main section.sliderHome .contenu .bloc h2 span {
    font-size: 38px;
  }
  body main section.sliderHome .contenu .media:before {
    border-width: 145px 0 145px 290px;
  }
  body main section.sliderHome .contenu .bloc p {
    font-size: 15px;
    padding-right: 20px;
    margin-bottom: 70px;
  }
  body main section.sliderHome .contenu .bloc .bouton span {
    font-size: 15px;
  }
  body main section.sliderHome .contenu .bloc .bouton a svg {
    width: 18px;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-nav {
    bottom: 60px;
    right: 17%;
  }
  body main section.sliderHome .contenu .container .owl-carousel .arrow svg {
    width: 30px;
  }
  body main section.sliderHome .contenu .container .owl-carousel .arrow:before {
    height: 1.8px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.sliderHome {
    padding-top: 90px;
    height: auto;
  }
  body main section.sliderHome .contenu {
    height: auto;
  }
  body main section.sliderHome .contenu .container .row {
    height: auto;
  }
  body main section.sliderHome .contenu .container .row .col-12 {
    height: auto;
  }
  body main section.sliderHome .contenu .bloc {
    text-align: center;
    padding: 80px 0 60px;
    justify-content: center;
    height: auto;
  }
  body main section.sliderHome .contenu .bloc h1,
  body main section.sliderHome .contenu .bloc h2 {
    font-size: 32px;
  }
  body main section.sliderHome .contenu .bloc h1 span,
  body main section.sliderHome .contenu .bloc h2 span {
    font-size: 32px;
  }
  body main section.sliderHome .contenu .media:before {
    border-width: 145px 0 145px 290px;
  }
  body main section.sliderHome .contenu .visuel {
    height: 350px;
  }
  body main section.sliderHome .contenu .bloc p {
    font-size: 15px;
    padding-right: 20px;
    margin-bottom: 70px;
  }
  body main section.sliderHome .contenu .bloc .bouton span {
    font-size: 15px;
  }
  body main section.sliderHome .contenu .bloc .bouton a svg {
    width: 18px;
  }
  body main section.sliderHome .contenu .container .owl-carousel {
    height: auto;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-stage-outer {
    height: auto;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-stage-outer .owl-stage {
    height: auto;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    height: auto;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    height: auto;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-nav {
    background-color: #73AA17;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 80px;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-nav button {
    height: 100%;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-nav button .arrow {
    height: 100%;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-nav button .arrow:before {
    display: none !important;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-nav button .arrow svg {
    height: 100%;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-prev,
  body main section.sliderHome .contenu .container .owl-carousel .owl-next {
    width: 32px;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-prev .arrow svg {
    padding-left: 8px;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-prev:hover .arrow {
    right: 0;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-prev:hover .arrow svg {
    fill: #fff;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-next .arrow svg {
    padding-right: 8px;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-next:hover .arrow {
    left: 0;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-next:hover .arrow svg {
    fill: #fff;
  }
  body main section.sliderHome .contenu .container .owl-carousel .arrow svg {
    width: 30px;
  }
  body main section.sliderHome .contenu .container .owl-carousel .arrow:before {
    height: 1.8px !important;
  }
}
@media (max-width: 767.98px) {
  body main section.sliderHome {
    padding-top: 60px;
    height: auto;
  }
  body main section.sliderHome .contenu {
    height: auto;
  }
  body main section.sliderHome .contenu .bloc {
    text-align: center;
    padding: 40px 20px 80px;
    justify-content: center;
    height: 100%;
  }
  body main section.sliderHome .contenu .bloc h1,
  body main section.sliderHome .contenu .bloc h2 {
    font-size: 25px;
  }
  body main section.sliderHome .contenu .bloc h1 span,
  body main section.sliderHome .contenu .bloc h2 span {
    font-size: 25px;
  }
  body main section.sliderHome .contenu .media {
    display: none;
  }
  body main section.sliderHome .contenu .media:before {
    border-width: 145px 0 145px 290px;
  }
  body main section.sliderHome .contenu .visuel {
    display: none;
  }
  body main section.sliderHome .contenu .bloc p {
    font-size: 14px;
    padding-right: 0;
    margin-bottom: 40px;
  }
  body main section.sliderHome .contenu .bloc .bouton span {
    font-size: 14px;
  }
  body main section.sliderHome .contenu .bloc .bouton a svg {
    width: 18px;
  }
  body main section.sliderHome .contenu .container .row {
    height: auto;
  }
  body main section.sliderHome .contenu .container .row .col-12 {
    height: auto;
  }
  body main section.sliderHome .contenu .container .owl-carousel {
    height: auto;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-stage-outer {
    height: auto;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-stage-outer .owl-stage {
    height: auto;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    height: auto;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    height: auto;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-nav {
    background-color: #73AA17;
    right: 0;
    bottom: 0;
    left: auto;
    height: 40px;
    width: 80px;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-nav button {
    height: 100%;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-nav button .arrow {
    height: 100%;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-nav button .arrow:before {
    display: none !important;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-nav button .arrow svg {
    height: 100%;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-prev,
  body main section.sliderHome .contenu .container .owl-carousel .owl-next {
    width: 32px;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-prev .arrow svg {
    padding-left: 8px;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-prev:hover .arrow {
    right: 0;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-prev:hover .arrow svg {
    fill: #fff;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-next .arrow svg {
    padding-right: 8px;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-next:hover .arrow {
    left: 0;
  }
  body main section.sliderHome .contenu .container .owl-carousel .owl-next:hover .arrow svg {
    fill: #fff;
  }
  body main section.sliderHome .contenu .container .owl-carousel .arrow svg {
    width: 30px;
  }
  body main section.sliderHome .contenu .container .owl-carousel .arrow:before {
    height: 1.8px !important;
  }
}
