/**
 * General
 */
html {
  height: 100%;
  background: black;
}

body {
  background: black;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.divider-black-wrapper {
  padding: 0px 15px;
}

.divider-black-wrapper .divider-black {
  padding: 20px 0;
  border: none;
  background-image: url(../images/black-divider.png);
  background-position: center;
  background-repeat: repeat-x;
  background-size: 1px;
}

/**
 * Spectral font size
 */
.spectral-12 {
  font-size: 12px;
  line-height: 21px;
  font-family: 'Spectral-Regular';
}

.spectral-15 {
  font-size: 16px;
  line-height: 25px;
  font-family: 'Spectral-Medium';
}

.spectral-18 {
  font-size: 20px;
  line-height: 29px;
  font-family: 'Spectral-Regular';
}

.spectral-30 {
  font-size: 30px;
  line-height: 36px;
  font-family: 'Spectral-Light';
}

/**
 * Gotham font size
 */
.gotham-15 {
  font-size: 16px;
  line-height: 25px;
  font-family: 'GothamNarrow-Bold';
}

/**
 * Muzeo left
 */
#muzeo-left {
  background-color: #000000;
  background-image: url(../images/left-background.svg);
  background-position: center;
  background-size: cover;
  padding: 0;
}

#muzeo-left #muzeo-left-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

/**
 * Muzeo right
 */
#muzeo-right {
  background-color: #E9DFDB;
  padding: 0;
}

/**
 * Logo
 */
#muzeo-right #muzeo-right-wrapper #muzeo-right-logo-wrapper {
  padding: 20px 15px 0 15px;
  position: relative;
}

#muzeo-right #muzeo-right-wrapper #muzeo-right-logo-wrapper #muzeo-right-logo {
  height: 37px;
}

#muzeo-right #muzeo-right-wrapper #muzeo-right-logo-wrapper a#muzeo-right-external-link {
  position: absolute;
  top: 27px;
  right: 15px;
  height: 30px;
  font-family: 'Spectral-Medium';
  line-height: 30px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 22px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 20px;
}

#muzeo-right #muzeo-right-wrapper #muzeo-right-logo-wrapper a#muzeo-right-external-link:hover,
#muzeo-right #muzeo-right-wrapper #muzeo-right-logo-wrapper a#muzeo-right-external-link:active {
  color: #E9DFDB;
  background-color: #000000;
}

/**
 * Mobile background
 */
#muzeo-right #muzeo-right-wrapper #muzeo-right-mobile-background-wrapper {
  display: block;
  height: 220px;
  margin-top: 20px;
  display: block;
  background-image: url(../images/left-background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: black;
}

/**
 * Title
 */
#muzeo-right #muzeo-right-wrapper #muzeo-right-title-wrapper {
  padding: 0 15px;
}

#muzeo-right #muzeo-right-wrapper #muzeo-right-title-wrapper h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

/**
 * Body
 */
#muzeo-right #muzeo-right-wrapper #muzeo-right-body-wrapper {
  padding: 0 15px;
}

#muzeo-right #muzeo-right-wrapper #muzeo-right-body-wrapper p {
  margin-bottom: 10px;
}

#muzeo-right #muzeo-right-wrapper #muzeo-right-body-wrapper p.last {
  margin-bottom: 0px;
}

/**
 * Form
 */
#muzeo-right #muzeo-right-wrapper #muzeo-right-form-wrapper {
  padding: 0 15px;
}

#muzeo-right #muzeo-right-wrapper #muzeo-right-form-wrapper .form-contact {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas:
    'form-company'
    'form-email'
    'form-firstname'
    'form-lastname'
    'form-function'
    'form-phone'
    'form-submit'
    'form-notice';
  row-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

#muzeo-right #muzeo-right-wrapper #muzeo-right-form-wrapper .form-contact .form-company {
  grid-area: form-company;
}

#muzeo-right #muzeo-right-wrapper #muzeo-right-form-wrapper .form-contact .form-email {
  grid-area: form-email;
}

#muzeo-right #muzeo-right-wrapper #muzeo-right-form-wrapper .form-contact .form-firstname {
  grid-area: form-firstname;
}

#muzeo-right #muzeo-right-wrapper #muzeo-right-form-wrapper .form-contact .form-lastname {
  grid-area: form-lastname;
}

#muzeo-right #muzeo-right-wrapper #muzeo-right-form-wrapper .form-contact .form-function {
  grid-area: form-function;
}

#muzeo-right #muzeo-right-wrapper #muzeo-right-form-wrapper .form-contact .form-phone {
  grid-area: form-phone;
}

#muzeo-right #muzeo-right-wrapper #muzeo-right-form-wrapper .form-contact .form-submit {
  grid-area: form-submit;
}

#muzeo-right #muzeo-right-wrapper #muzeo-right-form-wrapper .form-contact .form-notice {
  grid-area: form-notice;
}

#muzeo-right #muzeo-right-wrapper #muzeo-right-form-wrapper .form-contact label {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#muzeo-right #muzeo-right-wrapper #muzeo-right-form-wrapper .form-contact label.erreur {
  margin-bottom: 0;
}

#muzeo-right #muzeo-right-wrapper #muzeo-right-form-wrapper .form-contact input[type=text],
#muzeo-right #muzeo-right-wrapper #muzeo-right-form-wrapper .form-contact input[type=email],
#muzeo-right #muzeo-right-wrapper #muzeo-right-form-wrapper .form-contact select {
  width: 100%;
  border: 1px solid #000000;
  background-color: #E9DFDB;
  line-height: 40px;
  height: 40px;
}

#muzeo-right #muzeo-right-wrapper #muzeo-right-form-wrapper .form-contact select option {
  text-transform: none;
}

#muzeo-right #muzeo-right-wrapper #muzeo-right-form-wrapper .form-contact .form-submit input {
  background-color: #F4C335;
  color: #000000;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 10px;
  cursor: pointer;
  text-transform: uppercase;
  width: 100%;
}

#muzeo-right #muzeo-right-wrapper #muzeo-right-form-wrapper .form-contact .form-submit input:hover,
#muzeo-right #muzeo-right-wrapper #muzeo-right-form-wrapper .form-contact .form-submit input:active {
  background-color: #000000;
  color: #F4C335;
}

/**
 * Footer
 */
#muzeo-right #muzeo-right-wrapper #muzeo-right-footer-wrapper {
  position: relative;
  padding: 0 15px;
  padding-bottom: 20px;
}

#muzeo-right #muzeo-right-wrapper #muzeo-right-footer-wrapper ul li {
  display: none;
  height: 20px;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0 5px;
}

#muzeo-right #muzeo-right-wrapper #muzeo-right-footer-wrapper ul li.circle {
  padding: 0 5px;
}

#muzeo-right #muzeo-right-wrapper #muzeo-right-footer-wrapper ul li.first {
  padding-left: 0;
  display: inline-block;
}

#muzeo-right #muzeo-right-wrapper #muzeo-right-footer-wrapper ul li img {
  height: 20px;
  display: block;
}

#muzeo-right #muzeo-right-wrapper #muzeo-right-footer-wrapper img#depuis-2003 {
  height: 20px;
  display: block;
  position: absolute;
  top: 0px;
  right: 15px;
}
