#ytb_row_CL #ytb_block_CL_1,
#ytb_row_infosL #ytb_block_infosL_1 {
 width: 100%; 
}

.rgpdContactFormBlock {
  width: 100%;
}

.rgpdContactFormBlock label {
  width: 90%;
}

/* Mise en place du bandeau qui prend toute la largeur du header */
body #ytb_block_header_1 {
  padding-top: 50px;
}

#ytb_row_header {
  height: auto;
}

#ytb_block_header_1, #ytb_block_header_2 {
  float: none;
  width: 100%;
  height: auto;
  line-height: initial;
}

@media (min-width: 800px) {
  #ytb_block_header_2 .ytb_extension_site_navigation {
    position: relative;
  }
  
  ul.slimmenu {
    display: flex;
    justify-content: flex-end;
  }
  
  ul.slimmenu li a {
    display: inline-block;
    top: initial;
  }
}