.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main section.entete {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
body main section.entete.active .contenu .bloc {
  background-color: #fff;
  margin-bottom: 0;
  max-width: 480px;
  padding: 25px 25px 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
body main section.entete.active .contenu .bloc h1 {
  color: #BECC00;
  text-shadow: 0 0 0 rgba(0,0,0,0);
}
body main section.entete.active .contenu .bloc p {
  text-shadow: 0 0 0 rgba(0,0,0,0);
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #393B42;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 15px;
}
body main section.entete.active .contenu .bloc p:last-of-type {
  margin-bottom: 0;
}
body main section.entete.active .contenu .bloc p strong {
  color: #F58400;
}
body main section.entete .parallax-window {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body main section.entete .contenu {
  position: relative;
  z-index: 1;
  height: 100%;
}
body main section.entete .contenu .container {
  height: 100%;
}
body main section.entete .contenu .container >.row {
  align-items: flex-end;
  height: 100%;
}
body main section.entete .contenu .bloc {
  max-width: 660px;
  width: 100%;
  margin-bottom: 45px;
}
body main section.entete .contenu .bloc h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  text-shadow: 0 0 6px rgba(0,0,0,0.3);
}
body main section.entete .contenu .bloc p {
  color: #fff;
  font-style: italic;
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.3;
  text-shadow: 0 0 6px rgba(0,0,0,0.3);
}
