
/*                            */
/*           HEADER           */
/*                            */

#site-header {
  text-align: center;
  padding: 30px 0 20px 0;
}

body.single-post,
body.search,
body.search #site-header {
  background-color: var(--color_blanc);
}

/* Couleur spécifique aux pages hors accueil */
body.page:not(.home) #site-header {
  background-color: initial;
}

/* Forcer la couleur d'origine sur la page d'accueil */
body.home #site-header,
body.error404 #site-header,
body.error404 .breadcrumb,
body.single-post #site-header,
body.single-post .breadcrumb {
  background-color: var(--color_beige) !important;
}

.logo img {
  max-width: 200px;
  margin-bottom: 10px;
}

.baseline {
  margin-bottom: 30px;
}

.baseline p, .baseline h1 {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 900;
  font-variation-settings: 'wght' 900;
  font-family: 'Open Sans Static', 'Open Sans', sans-serif;
  color: var(--color_rouge);
  margin: 0;
  padding: 0px;
  width: 100%;
  line-height: 23px;
}

.baseline p:nth-child(1){
  font-family: 'DancingScript Variable', sans-serif;
  text-transform: none;
  font-size: larger;
  margin-bottom: 5px;
}






.socials {
  width: 160px;
  /* background: red; */
  position: absolute;
  top: 44px;
  right: 50px;
}

.socials .medias {
  /* background: orange; */
  display: flex;
  justify-content: space-evenly;
}

.socials .medias a{
  width: 15%;
}

.socials .contacts_button a {
  width: 100%;
  padding: 8px 16px;
  margin-top: 13px;
  font-size: 12px;
}


@media (max-width: 768px) {
  .socials {
    top: 10px;
    left: 10px;
    width: 64px;
  }

  .socials .medias {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 5px;
      justify-content: space-between;
  }

  .socials a {
      width: 45% !important;
  }

  .socials .contacts_button {
      display: none;
  }
}


/* Fil d'ariane */
.breadcrumb{
  width: 100%;
  margin: auto;
  padding: 25px 40px;
}

.breadcrumb p{
  color: var(--color_text);
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.breadcrumb  a{
  color: var(--color_gris);
}
