.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothamBook.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Light.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothamMedium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: 'flood-std-regular';
  src: url("../fonts/FloodStd.woff2") format("woff2");
  font-weight: 400;
}
body main section.sliderhome {
  height: 88vh;
  padding-top: 120px;
}
body main section.sliderhome .contenu {
  height: 100%;
}
body main section.sliderhome .contenu .owl-carousel {
  height: 100%;
}
body main section.sliderhome .contenu .owl-carousel .owl-stage-outer {
  height: 100%;
}
body main section.sliderhome .contenu .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
body main section.sliderhome .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
body main section.sliderhome .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item.active .bloc {
  animation: fadeInLeft ease 1s both;
  -webkit-animation: fadeInLeft ease 1s both;
  -moz-animation: fadeInLeft ease 1s both;
  -o-animation: fadeInLeft ease 1s both;
}
body main section.sliderhome .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item.active .bloc h1,
body main section.sliderhome .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item.active .bloc h2 {
  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 .owl-carousel .owl-stage-outer .owl-stage .owl-item.active .bloc .boutonArrow {
  animation: fadeInLeft 1s ease .8s both;
  -webkit-animation: fadeInLeft 1s ease .8s both;
  -moz-animation: fadeInLeft 1s ease .8s both;
  -o-animation: fadeInLeft 1s ease .8s both;
}
body main section.sliderhome .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
  position: relative;
}
body main section.sliderhome .contenu .owl-carousel .owl-nav {
  position: absolute;
  bottom: 40px;
  right: 50px;
  z-index: 1;
}
body main section.sliderhome .contenu .owl-carousel .owl-nav button:focus {
  outline: none;
}
body main section.sliderhome .contenu .owl-carousel .owl-nav .arrow {
  padding: 0 6px;
}
body main section.sliderhome .contenu .owl-carousel .owl-nav .arrow svg rect {
  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 .owl-carousel .owl-nav .arrow:hover svg rect {
  fill: #1B2C64;
}
body main section.sliderhome .contenu .owl-carousel .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
}
body main section.sliderhome .contenu .owl-carousel .owl-dots .owl-dot {
  background-color: #fff;
  width: 13px;
  height: 13px;
  margin: 0 4px;
  border-radius: 50%;
  opacity: .59;
  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 .owl-carousel .owl-dots .owl-dot:hover {
  opacity: 1;
  background-color: #FF8F71;
}
body main section.sliderhome .contenu .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}
body main section.sliderhome .contenu .owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
  background-color: #FF8F71;
}
body main section.sliderhome .contenu .container {
  height: 100%;
  max-width: 1710px;
}
body main section.sliderhome .contenu .container .row {
  height: 100%;
  align-items: center;
}
body main section.sliderhome .contenu img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
body main section.sliderhome .contenu .bloc {
  background-color: #fff;
  box-shadow: 0 3px 15px rgba(0,0,0,0.16);
  width: 100%;
  max-width: 580px;
  padding: 80px 60px;
  position: relative;
  display: table;
  margin-top: 60px;
}
body main section.sliderhome .contenu .bloc .entete {
  position: absolute;
  top: 0;
  left: 60px;
  right: 60px;
  transform: translateY(-40%);
  background-color: #1B2C64;
  font-size: 14px;
  text-transform: uppercase;
  display: table;
  letter-spacing: .56px;
  color: #fff;
  padding: 15px 35px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
body main section.sliderhome .contenu .bloc h1,
body main section.sliderhome .contenu .bloc h2 {
  font-weight: 700;
  font-size: 40px;
  color: #1B2C64;
}
body main section.sliderhome .contenu .bloc p {
  color: #484C56;
  font-size: 18px;
}
body main section.sliderhome .contenu .bloc .boutonArrow {
  margin-top: 40px;
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body main section.sliderhome {
    padding-top: 110px;
  }
  body main section.sliderhome .contenu .bloc {
    padding: 70px 60px;
    max-width: 540px;
  }
  body main section.sliderhome .contenu .bloc h1,
  body main section.sliderhome .contenu .bloc h2 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.sliderhome {
    padding-top: 100px;
  }
  body main section.sliderhome .contenu .bloc {
    padding: 70px 60px 50px;
    max-width: 490px;
    margin-top: 20px;
  }
  body main section.sliderhome .contenu .bloc h1,
  body main section.sliderhome .contenu .bloc h2 {
    font-size: 32px;
  }
  body main section.sliderhome .contenu .bloc .entete {
    font-size: 13px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.sliderhome {
    padding-top: 100px;
    height: 710px;
  }
  body main section.sliderhome .contenu .bloc {
    padding: 60px 60px 40px;
    max-width: 490px;
    margin-top: 20px;
  }
  body main section.sliderhome .contenu .bloc h1,
  body main section.sliderhome .contenu .bloc h2 {
    font-size: 28px;
  }
  body main section.sliderhome .contenu .bloc .entete {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.sliderhome {
    padding-top: 90px;
    height: 100%;
  }
  body main section.sliderhome .contenu {
    height: auto;
  }
  body main section.sliderhome .contenu .owl-carousel {
    height: auto;
  }
  body main section.sliderhome .contenu .owl-carousel .owl-stage-outer {
    height: auto;
  }
  body main section.sliderhome .contenu .owl-carousel .owl-stage-outer .owl-stage {
    height: auto;
  }
  body main section.sliderhome .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    height: auto;
  }
  body main section.sliderhome .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    height: auto;
  }
  body main section.sliderhome .contenu .container {
    height: auto;
  }
  body main section.sliderhome .contenu .container .row {
    height: auto;
  }
  body main section.sliderhome .contenu .bloc {
    padding: 60px 60px 40px;
    max-width: 490px;
    margin: 100px auto;
    text-align: center;
  }
  body main section.sliderhome .contenu .bloc h1,
  body main section.sliderhome .contenu .bloc h2 {
    font-size: 28px;
  }
  body main section.sliderhome .contenu .bloc .entete {
    font-size: 13px;
    margin: auto;
    left: 0;
    right: 0;
    display: table;
  }
  body main section.sliderhome .contenu .bloc .boutonArrow {
    margin: 40px auto 0;
  }
}
@media (max-width: 767.98px) {
  body main section.sliderhome {
    padding-top: 70px;
    height: 100%;
  }
  body main section.sliderhome .contenu {
    height: auto;
  }
  body main section.sliderhome .contenu .owl-carousel {
    height: auto;
  }
  body main section.sliderhome .contenu .owl-carousel .owl-stage-outer {
    height: auto;
  }
  body main section.sliderhome .contenu .owl-carousel .owl-stage-outer .owl-stage {
    height: auto;
  }
  body main section.sliderhome .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    height: auto;
  }
  body main section.sliderhome .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    height: auto;
  }
  body main section.sliderhome .contenu .owl-carousel .owl-nav {
    display: none;
  }
  body main section.sliderhome .contenu .container {
    height: auto;
  }
  body main section.sliderhome .contenu .container .row {
    height: auto;
  }
  body main section.sliderhome .contenu .bloc {
    padding: 50px 20px 30px;
    max-width: 490px;
    margin: 60px auto 100px;
    text-align: center;
  }
  body main section.sliderhome .contenu .bloc h1,
  body main section.sliderhome .contenu .bloc h2 {
    font-size: 22px;
  }
  body main section.sliderhome .contenu .bloc .entete {
    font-size: 12px;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
    padding: 12px 35px;
  }
  body main section.sliderhome .contenu .bloc .boutonArrow {
    margin: 30px auto 0;
  }
}
