@charset "UTF-8";
:root {
  --title-font: "Trebuchet MS", "Segoe UI", sans-serif;
  --main-font: "Verdana", "Arial", sans-serif;
}

/* ========== Variables ========== */
/* ====== Mixins ======*/
.logos {
  height: 1.7rem;
  width: 1.7rem;
}
@media (max-width: 767.98px) {
  .logos .logos {
    height: 2rem;
    width: 2rem;
  }
}

.bloc-1 {
  flex: 0 0 60.1%;
}

.bloc-2 {
  flex: 0 0 38.1%;
}

.bloc-4 {
  flex: 0 0 49.1%;
}

.bloc-5 {
  flex: 0 0 49.1%;
}

.bloc-6 {
  flex: 0 0 56.15%;
}

.bloc-7 {
  flex: 0 0 42.15%;
}

.bloc-8 {
  flex: 100%;
}

@media (max-width: 768px) {
  .bloc-1,
  .bloc-2,
  .bloc-4,
  .bloc-5,
  .bloc-6,
  .bloc-7 {
    flex: 0 0 100%;
  }
}
.bloc-3 {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bloc-3 .col-gauche,
.bloc-3 .col-droite {
  flex: 0 0 calc(50% - 0.5rem);
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.bloc-3 .col-droite {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 1rem;
}
.bloc-3 .col-gauche {
  padding-right: 1rem;
}
@media (max-width: 768px) {
  .bloc-3 {
    flex-direction: column;
  }
  .bloc-3 .col-gauche,
  .bloc-3 .col-droite {
    flex: 0 0 100%;
    border-left: none;
  }
  .bloc-3 .col-droite {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1rem;
  }
}

.mot-cle {
  color: #264653;
  font-weight: bold;
}

.back {
  background-color: #b7bec5;
  color: #181717;
  font-weight: bolder;
  padding: 0.1rem 0.4rem;
  border-radius: 0.1rem;
}

.caracteres {
  font-size: 0.9rem;
  color: white;
  font-style: italic;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .caracteres {
    font-size: 1rem;
  }
}

.espaces {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.shadowed {
  box-shadow: 2px 7px 12px rgba(17, 21, 22, 0.3);
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
}

.card {
  box-shadow: 2px 7px 12px rgba(17, 21, 22, 0.3);
}

.made {
  background-color: #b7bec5;
  color: #181717;
  font-style: italic;
}

.paragraphe {
  /* Pour les paragraphes justifiés */
  font-family: var(--main-font);
  font-size: 0.9rem;
  color: #181717;
  line-height: 1.4;
  text-align: justify;
  word-spacing: 0.1rem;
  letter-spacing: 0.01rem;
}
@media (max-width: 767.98px) {
  .paragraphe {
    font-size: 1rem;
    line-height: 1.5;
    word-spacing: 0.05rem;
    letter-spacing: 0;
    text-align: start;
  }
}

/* mixin polices */
.recettes-bouton {
  margin-bottom: 4.5rem;
}

/* mixin teste */
.textes {
  /* .textes */
  font-family: var(--main-font);
  font-size: 0.9rem;
  color: #181717;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 767.98px) {
  .textes {
    line-height: 1.5;
    font-size: 1rem;
  }
}

/* ========== Base ========== */
body {
  font-family: var(--main-font);
  font-size: 1rem;
  line-height: 1.6;
  color: #181717;
  background-color: #c9c1b8;
}

/* ==== TYPOGRAPHIE ==== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font);
  font-weight: bold;
  line-height: 1.3;
}

/* ==== Section À propos de ce blog === */
.section-bosse {
  position: relative;
  background-color: #c9c1b8;
}
.section-bosse::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,60 Q100,0 200,60' fill='white' stroke='%23444' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.container {
  max-width: 960px;
  margin: auto;
}

/* === Fin de cette section  */
/* ========== Buttons ========== */
.btn-primary {
  background-color: #ff6b35;
  border-color: #ff6b35;
}
.btn-primary:hover {
  background-color: rgb(255, 69.6336633663, 2);
  border-color: rgb(246.8, 65.9762376238, 0);
}

/* ========== Header ========== */
header {
  background-color: #264653;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.05) 10px, transparent 1px), radial-gradient(circle, rgba(255, 255, 255, 0.03) 10px, transparent 1px);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
  color: whitesmoke;
  text-align: center;
  padding: 2rem 1rem;
  border-bottom: 5px solid #ff6b35;
  box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.05);
}

.text-corail {
  color: #ff6b35;
}

.text-beige-bambou {
  color: #f4e1d2;
}

header .container {
  padding: 60px 0;
}

.bas-marge {
  margin-bottom: 80px;
}

/* ========== Footer ========== */
footer {
  font-size: 0.9rem;
  text-align: center;
  padding: 1rem;
  background-color: #264653;
  color: #b7bec5;
  margin-top: 2rem;
}

/* fin index.html */
/* pour blog */
.blog-main {
  font-size: 1.1rem;
}

.blog-post {
  margin-bottom: 4rem;
}

.blog-post-title {
  margin-bottom: 0.25rem;
}

.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #b7bec5;
}

/* fin blog */
.zero_ecart {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  .zero_ecart {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .inter-pad {
    padding: 0.5rem !important;
  }
}
.fond-services {
  background-color: #648a72;
  color: white;
}

.custom-fond {
  background-color: #b7bec5;
}

.font-titre {
  font-size: 1.3rem;
  font-family: var(--title-font);
  color: #181717;
}

.btn-outline-primary:hover {
  background-color: #0d6efd;
  color: #fff;
}

.soustitle {
  color: #264653;
}
@media (max-width: 767.98px) {
  .soustitle {
    font-size: 1.8rem;
  }
}

/* ========================= */
/* NAVIGATION                */
/* ========================= */
.nav-container {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 5px 0;
  background-color: #181717;
}

/* Bouton menu (caché desktop) */
.nav-toggle {
  display: none;
}

.nav-toggle-label {
  display: none;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 1rem;
  cursor: pointer;
}

/* Liens */
.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.nav-links li {
  margin: 0.3rem 1rem;
}

.nav-links a {
  text-decoration: none;
  color: #b8f2e6;
  font-weight: 100;
  transition: color 0.2s;
}
.nav-links a:hover {
  color: #ff6b35;
  text-decoration: none;
}
.nav-links a.active {
  color: whitesmoke;
}

/* ========================= */
/* RESPONSIVE (mobile <768)  */
/* ========================= */
@media (max-width: 767.98px) {
  .nav-container {
    background-color: #c9c1b8;
    padding: 0;
  }
  .nav-toggle-label {
    display: block;
    color: white !important;
  }
  /* Menu mobile caché avec transition */
  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 1rem;
    /* transition slide down */
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
  }
  /* Quand on coche le menu */
  .nav-toggle:checked + .nav-toggle-label + .nav-links {
    max-height: 500px;
    opacity: 1;
  }
  .nav-links li {
    margin: 0.5rem 0;
  }
  .nav-links a {
    color: black !important;
    font-size: 1.1rem;
    font-weight: bolder;
  }
  .nav-links a:hover {
    color: #ff6b35 !important;
  }
  .nav-links a.active {
    color: #264653 !important;
  }
}
nav {
  background-color: #181717;
  padding-top: 8px;
  padding-bottom: 8px;
}

.color-liens {
  color: #b8f2e6;
}

/* Pour Modal Image 'blog.html' papillon géant */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  height: auto;
  border-radius: 10px;
}

.caption {
  text-align: center;
  color: #f1f1f1;
  margin-top: 15px;
  font-size: 1rem;
}

.close {
  position: absolute;
  top: 15px;
  right: 40px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
}

/* Page Laos (Bloc Journal) */
.bloc-journal {
  color: black;
  column-count: 2;
  column-gap: 2rem;
  text-align: justify;
  padding: 1rem;
  background-color: #e4c07a;
}

@media (max-width: 768px) {
  .bloc-journal {
    column-count: 1;
  }
}
/* Pour image Nouat blog.html */
.format {
  width: 100px;
  height: 60px;
}

/* Fond pour Ravaye Lassami (page laos.html) */
.fond-ravaye {
  background-color: #264653;
}

/* Fond pour label dans barre de navigation haut de page*/
.menu-fond {
  background-color: #648a72;
}

.marge-egal {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .marge-responsive {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cuisine-responsive {
    padding: 0;
  }
}/*# sourceMappingURL=style.css.map */