.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.aide {
  position: relative;
  margin-top: 60px;
  overflow: hidden;
  padding: 150px 0 130px;
}
body main section.aide .parallax-window {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body main section.aide .overlay {
  background-color: rgba(239,71,53,0.86);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body main section.aide .contenu {
  position: relative;
  z-index: 1;
}
body main section.aide .contenu .container {
  max-width: 1800px;
}
body main section.aide .contenu .texte {
  max-width: 880px;
  width: 100%;
  margin: auto;
}
body main section.aide .contenu p {
  font-family: 'Gotham', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}
body main section.aide .contenu .bloc {
  max-width: 1010px;
  width: 100%;
}
body main section.aide .contenu a {
  display: table;
  margin: auto;
  background-color: #121E47;
  padding: 0 35px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #121E47;
}
body main section.aide .contenu a:hover {
  border: 1px solid #fff;
  background-color: transparent;
}
body main section.aide .contenu a span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Gotham', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
body main section.aide .contenu a span svg {
  fill: #fff;
  margin-right: 20px;
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body main section.aide {
    margin-top: 50px;
    padding: 120px 0 110px;
  }
  body main section.aide .contenu .texte {
    max-width: 830px;
  }
  body main section.aide .contenu p {
    font-size: 26px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.aide {
    margin-top: 50px;
    padding: 100px 0;
  }
  body main section.aide .contenu .texte {
    max-width: 750px;
  }
  body main section.aide .contenu p {
    font-size: 24px;
    margin-bottom: 40px;
  }
  body main section.aide .contenu a span {
    font-size: 15px;
  }
  body main section.aide .contenu a span svg {
    width: 23px;
    height: 23px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.aide {
    margin-top: 50px;
    padding: 80px 0;
  }
  body main section.aide .contenu .texte {
    max-width: 750px;
  }
  body main section.aide .contenu p {
    font-size: 22px;
    margin-bottom: 40px;
  }
  body main section.aide .contenu a span {
    font-size: 15px;
  }
  body main section.aide .contenu a span svg {
    width: 23px;
    height: 23px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.aide {
    margin-top: 30px;
    padding: 60px 0;
  }
  body main section.aide .contenu .texte {
    max-width: 690px;
  }
  body main section.aide .contenu p {
    font-size: 22px;
    margin-bottom: 40px;
  }
  body main section.aide .contenu a span {
    font-size: 15px;
  }
  body main section.aide .contenu a span svg {
    width: 23px;
    height: 23px;
  }
}
@media (max-width: 767.98px) {
  body main section.aide {
    margin-top: 20px;
    padding: 40px 0;
  }
  body main section.aide .contenu .texte {
    max-width: 690px;
  }
  body main section.aide .contenu p {
    font-size: 19px;
    margin-bottom: 30px;
  }
  body main section.aide .contenu a {
    height: 50px;
    padding: 0 25px;
  }
  body main section.aide .contenu a span {
    font-size: 15px;
  }
  body main section.aide .contenu a span svg {
    width: 23px;
    height: 23px;
  }
}
