.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main section.home {
  height: 100vh;
  padding-top: 109px;
  position: relative;
}
body main section.home .contenu {
  height: 100%;
  position: relative;
}
body main section.home .contenu .content {
  overflow: hidden;
  position: relative;
  height: 100%;
}
body main section.home .contenu .content:before {
  content: "";
  background: url(../../../../img/motif3.png) no-repeat;
  background-size: 100%;
  width: 1334.4px;
  height: 305px;
  position: absolute;
  bottom: 0;
  right: -100px;
  z-index: 2;
}
body main section.home .contenu .container {
  max-width: 1260px;
  height: 100%;
}
body main section.home .contenu .container.container2 {
  max-width: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  height: 830px;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
body main section.home .contenu .container.container2 >.row .col-12 {
  height: 100%;
}
body main section.home .contenu .container >.row {
  height: 100%;
  align-items: center;
}
body main section.home .contenu .owl-carousel {
  height: 100%;
}
body main section.home .contenu .owl-carousel .owl-stage-outer {
  height: 100%;
}
body main section.home .contenu .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
body main section.home .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
body main section.home .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item.active .bloc h1 {
  animation: fadeInLeft 1.2s ease .2s both;
  -webkit-animation: fadeInLeft 1.2s ease .2s both;
  -moz-animation: fadeInLeft 1.2s ease .2s both;
  -o-animation: fadeInLeft 1.2s ease .2s both;
}
body main section.home .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item.active .bloc .texte {
  animation: fadeInLeft 1.2s ease .4s both;
  -webkit-animation: fadeInLeft 1.2s ease .4s both;
  -moz-animation: fadeInLeft 1.2s ease .4s both;
  -o-animation: fadeInLeft 1.2s ease .4s both;
}
body main section.home .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item.active .bloc .cta {
  animation: fadeInLeft 1.2s ease .6s both;
  -webkit-animation: fadeInLeft 1.2s ease .6s both;
  -moz-animation: fadeInLeft 1.2s ease .6s both;
  -o-animation: fadeInLeft 1.2s ease .6s both;
}
body main section.home .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
}
body main section.home .contenu .owl-carousel .owl-nav {
  position: absolute;
  bottom: 90px;
  max-width: 1160px;
  margin: auto;
  right: 0;
  height: 28px;
  left: 0;
}
body main section.home .contenu .owl-carousel button:focus {
  outline: none;
}
body main section.home .contenu .owl-carousel button:hover svg {
  fill: #04A6FF;
}
body main section.home .contenu .owl-carousel button.owl-next {
  padding-left: 30px !important;
}
body main section.home .contenu .owl-carousel button 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.home .contenu .bloc {
  max-width: 620px;
  width: 100%;
  z-index: 1;
  position: relative;
  margin-bottom: 50px;
}
body main section.home .contenu .bloc h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 500;
  margin-bottom: 15px;
}
body main section.home .contenu .bloc .texte {
  margin-bottom: 60px;
}
body main section.home .contenu .bloc p {
  color: #fff;
}
body main section.home .contenu .bloc p strong {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}
body main section.home .contenu .bloc .cta {
  background-color: #04A6FF;
}
body main section.home .contenu .bloc .cta span {
  color: #fff;
}
body main section.home .contenu .bloc .cta:hover {
  background-color: #fff;
}
body main section.home .contenu .bloc .cta:hover span {
  color: #04A6FF;
}
body main section.home .contenu .visuel {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body main section.home .contenu .visuel:before {
  content: "";
  background: #051f3e;
  background: linear-gradient(90deg,#051f3e 0%,#04a6ff 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: .7;
}
body main section.home .contenu .visuel img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body main section.home .contenu .scroll {
  position: absolute;
  top: 94%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  display: table;
  z-index: 1;
  animation-duration: 1.4s;
}
@media (min-width: 1501px) and (max-width: 1800px) and (max-height: 800px) {
  body main section.home .contenu .owl-carousel .owl-nav {
    bottom: 40px;
  }
}
@media (min-width: 1501px) and (max-width: 1800px) and (max-height: 700px) {
  body main section.home {
    height: auto;
  }
  body main section.home .contenu .bloc {
    padding: 50px 0 70px;
  }
  body main section.home .contenu .owl-carousel .owl-nav {
    bottom: 40px;
  }
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body main section.home {
    padding-top: 100px;
  }
  body main section.home .contenu .content:before {
    width: 1114.4px;
    height: 255px;
    right: -100px;
  }
  body main section.home .contenu .container.container2 {
    height: 100%;
  }
  body main section.home .contenu .owl-carousel .owl-nav {
    bottom: 90px;
  }
  body main section.home .contenu .owl-carousel button.owl-next {
    padding-left: 30px !important;
  }
  body main section.home .contenu .bloc {
    max-width: 500px;
  }
  body main section.home .contenu .bloc h1 {
    font-size: 48px;
  }
  body main section.home .contenu .bloc p strong {
    font-size: 30px;
  }
}
@media (min-width: 1361px) and (max-width: 1500px) and (max-height: 800px) {
  body main section.home .contenu .owl-carousel .owl-nav {
    bottom: 40px;
  }
}
@media (min-width: 1361px) and (max-width: 1500px) and (max-height: 650px) {
  body main section.home {
    height: auto;
  }
  body main section.home .contenu .bloc {
    padding: 50px 0 70px;
  }
  body main section.home .contenu .owl-carousel .owl-nav {
    bottom: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.home {
    padding-top: 90px;
  }
  body main section.home .contenu .content:before {
    width: 1024.4px;
    height: 234px;
    right: -100px;
  }
  body main section.home .contenu .container.container2 {
    height: 100%;
  }
  body main section.home .contenu .owl-carousel .owl-nav {
    bottom: 90px;
  }
  body main section.home .contenu .owl-carousel button.owl-next {
    padding-left: 30px !important;
  }
  body main section.home .contenu .bloc {
    max-width: 500px;
  }
  body main section.home .contenu .bloc h1 {
    font-size: 42px;
    margin-bottom: 12px;
  }
  body main section.home .contenu .bloc .texte {
    margin-bottom: 50px;
  }
  body main section.home .contenu .bloc p strong {
    font-size: 26px;
  }
  body main section.home .contenu clipPath {
    transform: scale(0.88);
  }
  body main section.home .contenu .visuel1 {
    left: -130px;
    height: 680px;
  }
  body main section.home .contenu .visuel2 {
    left: 140px;
    height: 775px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) and (max-height: 800px) {
  body main section.home .contenu .owl-carousel .owl-nav {
    bottom: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) and (max-height: 650px) {
  body main section.home .contenu .owl-carousel .owl-nav {
    bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.home {
    height: 680px;
    padding-top: 80px;
  }
  body main section.home .contenu .content:before {
    width: 774.4px;
    height: 176px;
    right: -100px;
  }
  body main section.home .contenu .scroll {
    display: none;
  }
  body main section.home .contenu .container.container2 {
    height: 100%;
  }
  body main section.home .contenu .owl-carousel .owl-nav {
    bottom: 60px;
    padding: 0 50px;
  }
  body main section.home .contenu .owl-carousel button.owl-next {
    padding-left: 30px !important;
  }
  body main section.home .contenu .bloc {
    max-width: 440px;
  }
  body main section.home .contenu .bloc h1 {
    font-size: 42px;
    margin-bottom: 12px;
  }
  body main section.home .contenu .bloc .texte {
    margin-bottom: 50px;
  }
  body main section.home .contenu .bloc p strong {
    font-size: 26px;
  }
  body main section.home .contenu clipPath {
    transform: scale(0.88);
  }
  body main section.home .contenu .visuel1 {
    left: -130px;
    height: 680px;
    width: 640px;
  }
  body main section.home .contenu .visuel2 {
    left: 140px;
    height: 775px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.home {
    height: auto;
    padding-top: 80px;
    text-align: center;
  }
  body main section.home .contenu {
    height: auto;
  }
  body main section.home .contenu .content {
    height: auto;
  }
  body main section.home .contenu .content:before {
    display: none;
  }
  body main section.home .contenu .motif {
    left: -260px;
    height: 100%;
  }
  body main section.home .contenu .scroll {
    display: none;
  }
  body main section.home .contenu .container {
    height: auto;
  }
  body main section.home .contenu .container.container2 {
    height: 100%;
  }
  body main section.home .contenu .owl-carousel {
    height: auto;
  }
  body main section.home .contenu .owl-carousel .owl-stage-outer {
    height: auto;
  }
  body main section.home .contenu .owl-carousel .owl-stage-outer .owl-stage {
    height: auto;
  }
  body main section.home .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    height: auto;
  }
  body main section.home .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    height: auto;
  }
  body main section.home .contenu .owl-carousel .owl-nav {
    bottom: auto;
    padding: 0 50px;
    position: absolute;
    bottom: 40px;
  }
  body main section.home .contenu .owl-carousel button.owl-next {
    padding-left: 30px !important;
  }
  body main section.home .contenu .bloc {
    max-width: 500px;
    margin: auto;
    padding: 50px 0 130px;
  }
  body main section.home .contenu .bloc h1 {
    font-size: 36px;
    margin-bottom: 12px;
  }
  body main section.home .contenu .bloc .texte {
    margin-bottom: 50px;
  }
  body main section.home .contenu .bloc p strong {
    font-size: 22px;
  }
  body main section.home .contenu .bloc .cta {
    margin: auto;
  }
}
@media (max-width: 767.98px) {
  body main section.home {
    height: auto;
    padding-top: 60px;
    text-align: center;
  }
  body main section.home .contenu .content:before {
    display: none;
  }
  body main section.home .contenu .motif {
    left: -260px;
    height: 100%;
  }
  body main section.home .contenu .scroll {
    display: none;
  }
  body main section.home .contenu .container.container2 {
    height: 800px;
  }
  body main section.home .contenu .owl-carousel {
    height: auto;
  }
  body main section.home .contenu .owl-carousel .owl-stage-outer {
    height: auto;
  }
  body main section.home .contenu .owl-carousel .owl-stage-outer .owl-stage {
    height: auto;
  }
  body main section.home .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    height: auto;
  }
  body main section.home .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    height: auto;
  }
  body main section.home .contenu .owl-carousel .owl-nav {
    bottom: auto;
    padding: 0 20px;
    position: absolute;
    bottom: 30px;
  }
  body main section.home .contenu .owl-carousel .owl-nav button svg {
    width: 30px;
  }
  body main section.home .contenu .owl-carousel button.owl-next {
    padding-left: 30px !important;
  }
  body main section.home .contenu .bloc {
    max-width: 500px;
    margin: auto;
    padding: 30px 0 100px;
  }
  body main section.home .contenu .bloc h1 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  body main section.home .contenu .bloc .texte {
    margin-bottom: 30px;
  }
  body main section.home .contenu .bloc p strong {
    font-size: 18px;
  }
  body main section.home .contenu .bloc .cta {
    margin: auto;
  }
}
