.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.rdv {
  position: relative;
  overflow: hidden;
  padding: 170px 0 130px;
}
body main section.rdv .parallax-window {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body main section.rdv .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(39,54,104,0.84);
  z-index: 1;
}
body main section.rdv .contenu {
  position: relative;
  z-index: 1;
}
body main section.rdv .contenu .top p {
  color: #fff;
  font-size: 40px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.3;
  text-align: center;
}
body main section.rdv .contenu .top .texte {
  color: #FF8F71;
}
body main section.rdv .contenu .boutons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}
body main section.rdv .contenu .boutons a {
  margin: 0 13px;
  display: block;
}
body main section.rdv .contenu .boutons .bouton {
  width: 220px;
  text-align: center;
  background-color: #EF4735;
  height: 72px;
  border-radius: 45px;
}
body main section.rdv .contenu .boutons .bouton:hover {
  background-color: #1B2C64;
}
body main section.rdv .contenu .boutons .bouton span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  padding: 0 35px;
  color: #fff;
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body main section.rdv {
    padding: 130px 0 110px;
  }
  body main section.rdv .contenu .top p {
    font-size: 36px;
  }
  body main section.rdv .contenu .boutons .bouton span {
    font-size: 17px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.rdv {
    padding: 100px 0;
  }
  body main section.rdv .contenu .top p {
    font-size: 32px;
  }
  body main section.rdv .contenu .boutons .bouton span {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.rdv {
    padding: 80px 0;
  }
  body main section.rdv .contenu .top p {
    font-size: 28px;
  }
  body main section.rdv .contenu .boutons .bouton span {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.rdv {
    padding: 60px 0;
  }
  body main section.rdv .contenu .top p {
    font-size: 28px;
  }
  body main section.rdv .contenu .boutons .bouton span {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  body main section.rdv {
    padding: 40px 0;
  }
  body main section.rdv .contenu .top p {
    font-size: 22px;
  }
  body main section.rdv .contenu .boutons {
    margin: 30px auto 0;
    display: table;
  }
  body main section.rdv .contenu .boutons .bouton {
    height: 64px;
    margin-top: 15px;
  }
  body main section.rdv .contenu .boutons .bouton span {
    font-size: 15px;
  }
}
