.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.columns {
  padding: 120px 0;
}
body main section.columns.active {
  background-color: #F5F5F5;
}
body main section.columns .contenu .container {
  max-width: 1415px;
}
body main section.columns .contenu .container.col3 {
  max-width: 1750px;
}
body main section.columns .contenu .container .row {
  margin: 0 -50px;
}
body main section.columns .contenu .container .row .col-12 {
  padding: 0 50px;
}
body main section.columns .contenu .container .bloc h3 {
  font-family: 'Gotham', sans-serif;
  color: #EF4735;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}
body main section.columns .contenu .container .bloc ul {
  margin-bottom: 20px;
}
body main section.columns .contenu .container .bloc ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
body main section.columns .contenu .container .bloc ul li:before {
  content: "-";
  position: absolute;
  top: 1px;
  left: 0;
}
body main section.columns .contenu .container .bloc .bouton {
  display: table;
  margin-top: 40px;
  background-color: #EF4735;
  padding: 0 35px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #EF4735;
}
body main section.columns .contenu .container .bloc .bouton:hover {
  background-color: #1B2C64;
  border: 1px solid #1B2C64;
}
body main section.columns .contenu .container .bloc .bouton span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Gotham', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body main section.columns {
    padding: 110px 0;
  }
  body main section.columns .contenu .container.col2 .row {
    margin: 0 -50px;
  }
  body main section.columns .contenu .container.col2 .row .col-12 {
    padding: 0 50px;
  }
  body main section.columns .contenu .container .row {
    margin: 0 -15px;
  }
  body main section.columns .contenu .container .row .col-12 {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.columns {
    padding: 90px 0;
  }
  body main section.columns .contenu .container.col2 .row {
    margin: 0 -30px;
  }
  body main section.columns .contenu .container.col2 .row .col-12 {
    padding: 0 30px;
  }
  body main section.columns .contenu .container .row {
    margin: 0 -15px;
  }
  body main section.columns .contenu .container .row .col-12 {
    padding: 0 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.columns {
    padding: 80px 0 30px;
  }
  body main section.columns .contenu .container .row {
    margin: 0 -15px;
  }
  body main section.columns .contenu .container .row .col-12 {
    padding: 0 15px;
  }
  body main section.columns .contenu .container .bloc {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.columns {
    padding: 60px 0 10px;
  }
  body main section.columns .contenu .container .row {
    margin: 0 -15px;
  }
  body main section.columns .contenu .container .row .col-12 {
    padding: 0 15px;
  }
  body main section.columns .contenu .container .bloc {
    margin-bottom: 50px;
    text-align: center;
  }
  body main section.columns .contenu .container .bloc h3 {
    font-size: 25px;
  }
  body main section.columns .contenu .container .bloc .bouton {
    margin: 30px auto 0;
  }
}
@media (max-width: 767.98px) {
  body main section.columns {
    padding: 40px 0 0;
  }
  body main section.columns .contenu .container .row {
    margin: 0 -15px;
  }
  body main section.columns .contenu .container .row .col-12 {
    padding: 0 15px;
  }
  body main section.columns .contenu .container .bloc {
    margin-bottom: 40px;
    text-align: center;
  }
  body main section.columns .contenu .container .bloc h3 {
    font-size: 25px;
  }
  body main section.columns .contenu .container .bloc .bouton {
    margin: 30px auto 0;
  }
}
