.dropdown-menu, .yp-navbar__dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #36101f
;
  text-align: left;
  list-style: none;
  background-color: #36101f;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}


.yp-container--footer .footer__logo img {
    max-height: 150px;
}
  
  
.form-check-label, .yp-form__label-check {
    margin-bottom: 0;
    font-size: 14px;
}

.yp-container--section-extra .yp-row--section-extra {
    text-align: -webkit-center;
}


.yp-row--contact-chapeau {
    padding-bottom: 5rem;
    font-family: 'Passion One';
}

.h1, h1 {
    font-size: calc(var(--h1-font-size) - .25rem);
    font-family: 'Passion One';
    color: #c75926;
    font-size-adjust: 0.55;
}


.yp-container--header .yp-navbar {
    position: static;
    display: none;
}



.yp-container--realisations .yp-slider__img {
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
    width: inherit;
}

.yp-container--slider .yp-slider__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    display: none;
}