.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Regular.ttf) format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Light.ttf) format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Medium.ttf) format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Bold.ttf) format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Black.ttf) format('truetype');
  font-weight: 900;
}
@font-face {
  font-family: 'League Gothic';
  src: url(../fonts/LeagueGothic-Regular-VariableFont_wdth.ttf) format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?ehux8t');
  src: url('../fonts/icomoon.eot?ehux8t#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?ehux8t') format('truetype'), url('../fonts/icomoon.woff?ehux8t') format('woff'), url('../fonts/icomoon.svg?ehux8t#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-telephone:before {
  content: "\e914";
}
.icon-enveloppe:before {
  content: "\e911";
}
.icon-linkedin:before {
  content: "\e912";
}
.icon-guillemet:before {
  content: "\e913";
}
.icon-bulles:before {
  content: "\e900";
}
.icon-chevron:before {
  content: "\e901";
}
.icon-compte:before {
  content: "\e902";
}
.icon-course:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-finish:before {
  content: "\e905";
}
.icon-fleche:before {
  content: "\e906";
}
.icon-immeuble:before {
  content: "\e907";
}
.icon-instagram:before {
  content: "\e908";
}
.icon-loupe:before {
  content: "\e909";
}
.icon-maison:before {
  content: "\e90a";
}
.icon-map-marker:before {
  content: "\e90b";
}
.icon-mont:before {
  content: "\e90c";
}
.icon-natation:before {
  content: "\e90d";
}
.icon-panier:before {
  content: "\e90e";
}
.icon-play:before {
  content: "\e90f";
}
.icon-youtube:before {
  content: "\e910";
}
section.texte-simple {
  padding: 71px 0 51px;
  background-position: top center;
  background-size: contain;
}
section.texte-simple.theme-noir-avec-motifs {
  background-image: url(../img/xp-fond-noir.jpg);
  color: #FFFFFF;
}
section.texte-simple.centrer-contenu {
  text-align: center;
}
section.texte-simple.reculer-contenu {
  padding-top: 0;
  margin-top: 106px;
}
section.texte-simple.reculer-contenu .texte {
  margin-top: -106px;
  display: inline-block;
  width: 100%;
}
section.texte-simple .titre {
  margin-bottom: 40px;
}
section.texte-simple .boutons {
  margin-top: 47px;
}
section.texte-simple .boutons .bouton {
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  background-color: #E10819;
  padding: 20.5px 35px;
  position: relative;
  text-align: center;
  font-weight: 600;
  margin-right: 30px;
  text-transform: uppercase;
}
section.texte-simple .boutons .bouton:last-child {
  margin-right: 0;
}
section.texte-simple .boutons .bouton:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #E10819;
  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;
}
section.texte-simple .boutons .bouton span {
  position: relative;
}
section.texte-simple .boutons .bouton:hover:before {
  width: 100%;
  opacity: 1;
}
@media screen and (max-width: 767.98px) {
  section.texte-simple {
    padding: 30px 0 10px;
  }
  section.texte-simple .titre {
    margin-bottom: 20px;
  }
  section.texte-simple.reculer-contenu {
    margin: 0;
    padding: 30px 0 10px;
  }
  section.texte-simple.reculer-contenu .texte {
    margin: 0;
  }
}
