* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 17px;
}

body {
  font-size: 1rem;
  font-family: "Lato";
  line-height: 1.5;
  color: #3D3D3B;
  padding-top: 4rem;
}

h1, h2, p, ul {
  margin: 0;
  padding: 0;
}

h1, .h1 {
  font-family: "Sarkowik", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 3rem;
  font-size: 2.95rem;
}

@media (max-width: 991px) {
  h1, .h1 {
    font-size: 2rem;
  }
}
h2, .h2 {
  font-family: "Sarkowik", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 1rem;
  font-size: 2.35rem;
  color: #007770;
}
h2 span, .h2 span {
  position: relative;
  display: inline-block;
  padding: 0 3rem;
}
h2 span:before, .h2 span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.75rem;
  aspect-ratio: 1;
  transform: translateY(-50%);
  -webkit-mask: no-repeat center left/contain url(../images/titre-gauche.svg);
          mask: no-repeat center left/contain url(../images/titre-gauche.svg);
  background: #007770;
}
h2 span:after, .h2 span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.75rem;
  aspect-ratio: 1;
  transform: translateY(-50%);
  -webkit-mask: no-repeat center left/contain url(../images/titre-droit.svg);
          mask: no-repeat center left/contain url(../images/titre-droit.svg);
  background: #007770;
}

@media (max-width: 991px) {
  h2, .h2 {
    font-size: 1.8rem;
  }
}
h3, .h3 {
  font-family: "Sarkowik", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 1rem;
  font-size: 2.1rem;
  color: #007770;
}

@media (max-width: 991px) {
  h3, .h3 {
    font-size: 1.6rem;
  }
}
h4, .h4 {
  font-family: "Sarkowik", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 1rem;
  font-size: 1.3rem;
  color: #007770;
}

p, ul {
  margin: 0 0 2rem;
}
p:not(.btns):last-child, ul:not(.btns):last-child {
  margin: 0;
}

a {
  color: black;
  text-decoration: none;
}

section {
  padding: 6rem 0;
}

@media (max-width: 767px) {
  section {
    padding: 4rem 0;
  }
}
/* HEADER */
header {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  transform: translateY(0rem);
  border-bottom: solid 1px transparent;
  transition: transform 0.3s ease, border 0.3s ease;
}
header.off {
  transform: translateY(-10rem);
}
header.border {
  border-bottom-color: #007770;
}
header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}
header .wrapper nav ul {
  display: flex;
  list-style: none;
  margin: 0;
}
header .wrapper nav ul li {
  margin: 0 2rem 0 0;
}
header .wrapper nav ul li a {
  font-family: "Sarkowik", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #007770;
  transition: color 0.3s ease;
}
header .wrapper nav ul li a:hover {
  color: #3D3D3B;
}
header .wrapper .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
header .wrapper .logo.on {
  opacity: 1;
}
header .wrapper .btn:hover {
  background: #3D3D3B;
  color: white;
  border-color: #3D3D3B;
}

@media (max-width: 1199px) {
  header .wrapper nav {
    display: none;
  }
  header .wrapper .logo {
    position: relative;
    left: 0;
    opacity: 1;
    transform: translate(0, 4px);
  }
}
/* FOOTER */
footer {
  padding: 5rem 0;
}
footer ul {
  list-style: none;
}
footer ul li {
  position: relative;
  padding: 0 0 0 3rem;
  margin: 0 0 1rem;
  line-height: 1.3;
}
footer ul li:before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: 0;
  width: 1.75rem;
  aspect-ratio: 1;
}
footer ul li.adresse:before {
  background: no-repeat center left/contain url(../images/adresse.svg);
}
footer ul li.telephone:before {
  background: no-repeat center left/contain url(../images/telephone.svg);
}
footer ul li.email:before {
  background: no-repeat center left/contain url(../images/email.svg);
}
footer ul li a {
  color: #3D3D3B;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer .reseaux {
  position: relative;
}
footer .reseaux:before, footer .reseaux:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
footer .reseaux:before {
  left: -1.5rem;
  border-left: solid 1px #007770;
}
footer .reseaux:after {
  right: -1.5rem;
  border-right: solid 1px #007770;
}
footer .reseaux ul {
  display: flex;
}
footer .reseaux ul li {
  padding: 0;
  margin: 0 1rem 0 0;
}
footer .reseaux ul li:before {
  content: none;
}
footer .reseaux ul li a {
  display: block;
  width: 2.35rem;
  aspect-ratio: 1;
  background: #007770;
  transition: background 0.3s ease;
}
footer .reseaux ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
  aspect-ratio: 1;
  background: white;
}
footer .reseaux ul li a:hover {
  background: #3D3D3B;
}
footer .reseaux ul li.instagram a:before {
  -webkit-mask: no-repeat center/contain url(../images/instagram.svg);
          mask: no-repeat center/contain url(../images/instagram.svg);
}
footer .reseaux ul li.facebook a:before {
  -webkit-mask: no-repeat center/contain url(../images/facebook.svg);
          mask: no-repeat center/contain url(../images/facebook.svg);
}

@media (max-width: 1199px) {
  footer .reseaux {
    margin: 4rem 0;
  }
  footer .reseaux:before, footer .reseaux:after {
    content: none;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 4rem 0;
  }
}
/* CLASSES */
/* BTN */
.btn {
  font-family: "Sarkowik", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  background: #007770;
  color: #FFFBEF;
  border: solid 2px transparent;
  font-size: 0.85rem;
  padding: 0.85rem 2rem 0.7rem;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.btn.rouge {
  background: #A83C0F;
  color: #FFFBEF;
}
.btn.rouge:hover {
  background: white;
  color: #A83C0F;
  border-color: #A83C0F;
}
.btn.noir {
  background: #3D3D3B;
  color: #FFFBEF;
}
.btn.noir:hover {
  background: white;
  color: #3D3D3B;
  border-color: #3D3D3B;
}
.btn.bleu {
  background: #CFE7E3;
  color: #007770;
}
.btn.bleu:hover {
  background: white;
  color: #CFE7E3;
  border-color: #CFE7E3;
}
.btn.border {
  color: #007770;
  background: white;
  border: solid 2px #007770;
}
.btn.border:hover {
  background: #007770;
  color: white;
  border-color: #007770;
}
.btn:hover {
  background: white;
  color: #007770;
  border-color: #007770;
}

.btns {
  list-style: none;
  display: flex;
  margin: 0 0 3rem;
}
.btns li {
  margin: 0 2rem 0 0;
}
.btns li .btn {
  width: 8rem;
  text-align: center;
}

@media (max-width: 991px) {
  .btns {
    flex-direction: column;
  }
  .btns li {
    margin: 0;
  }
  .btns li + li {
    margin: 1rem 0 0;
  }
  .btns li .btn {
    width: 100%;
  }
}
.plus {
  font-family: "Sarkowik", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  color: #007770;
  font-size: 0.85rem;
  padding: 0 0 0 1rem;
  position: relative;
}
.plus:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.65rem;
  aspect-ratio: 1;
  transform: translateY(-50%);
  -webkit-mask: no-repeat center/contain url(../images/plus.svg);
          mask: no-repeat center/contain url(../images/plus.svg);
  background: #007770;
}
.plus:hover {
  color: #3D3D3B;
}
.plus:hover:before {
  background: #3D3D3B;
}

/* ALIGN */
.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

/* IMAGES */
.image img {
  width: 100%;
  height: auto;
  display: block;
}

/* CITATION */
q {
  font-family: "Sarkowik", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  font-size: 1.05rem;
  color: #007770;
  text-align: center;
  padding: 0 2rem;
  position: relative;
}
q:before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: 0;
  width: 1.35rem;
  aspect-ratio: 1;
  -webkit-mask: no-repeat center left/contain url(../images/cite-gauche.svg);
          mask: no-repeat center left/contain url(../images/cite-gauche.svg);
  background: #007770;
}
q:after {
  content: "";
  position: absolute;
  top: -0.25rem;
  right: 0;
  width: 1.35rem;
  aspect-ratio: 1;
  -webkit-mask: no-repeat center left/contain url(../images/cite-droit.svg);
          mask: no-repeat center left/contain url(../images/cite-droit.svg);
  background: #007770;
}

/* FEATURED */
.featured {
  text-align: center;
  padding: 8rem 0 12rem;
  position: relative;
}
.featured:before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0;
  width: 30vw;
  height: 100%;
  background: no-repeat center left/contain url(../images/vue-bistrot.jpg);
}
.featured:after {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  width: 30vw;
  height: 100%;
  background: no-repeat center right/contain url(../images/vue-marche.jpg);
}
.featured img {
  margin: 0 auto 2rem;
  width: 100%;
  max-width: 30rem;
}
.featured .bienvenue {
  font-family: "Sarkowik", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  font-size: 1.875rem;
  padding: 0 2.5rem;
  margin: 0 0 1rem;
  position: relative;
}
.featured .bienvenue:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 1.75rem;
  aspect-ratio: 1;
  background: no-repeat center left/contain url(../images/titre-gauche.svg);
}
.featured .bienvenue:after {
  content: "";
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 1.75rem;
  aspect-ratio: 1;
  background: no-repeat center left/contain url(../images/titre-droit.svg);
}
.featured .scroll {
  margin: 2rem 0 0;
  width: 2.75rem;
  aspect-ratio: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.featured .scroll img {
  display: block;
}

@media (max-width: 1400px) {
  .featured {
    padding-bottom: 34rem;
  }
  .featured:before {
    top: initial;
    bottom: 0;
    width: 50vw;
    height: 30rem;
  }
  .featured:after {
    top: initial;
    bottom: 0;
    right: 0;
    width: 50vw;
    height: 30rem;
  }
}
@media (max-width: 540px) {
  .featured {
    padding-bottom: 8rem;
  }
  .featured:before, .featured:after {
    content: none;
  }
}
/* LIEU */
.lieu {
  background: #FFFBEF;
  text-align: center;
  position: relative;
}
.lieu:before {
  content: "";
  position: absolute;
  top: 0;
  left: -3rem;
  width: 20rem;
  aspect-ratio: 1;
  background: no-repeat center/contain url(../images/chiens.jpg);
}
.lieu:after {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  width: 15rem;
  aspect-ratio: 1;
  background: no-repeat center/contain url(../images/croque.jpg);
}
.lieu > div {
  position: relative;
  z-index: 1;
}
.lieu .espace {
  background: no-repeat center/cover var(--bg);
  color: white;
  padding: 2rem;
  margin: 4rem 0 0;
  position: relative;
}
.lieu .espace:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.lieu .espace div {
  position: relative;
  z-index: 1;
}
.lieu .espace div h2 {
  color: #FFFBEF;
}
.lieu .espace div .illustration {
  width: auto;
  height: 5rem;
  margin: 0 0 1rem;
}

@media (max-width: 767px) {
  .lieu:before, .lieu:after {
    content: none;
  }
  .lieu .espace {
    margin: 2rem 0 0;
  }
}
/* BISTROT */
.bistrot {
  background: #CFE7E3;
}

@media (max-width: 767px) {
  .bistrot img {
    margin: -2rem 0 2rem;
  }
}
/* MENU */
.menu .menus .titre {
  font-family: "Sarkowik", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.05rem;
  color: #007770;
  margin: 0 0 0.5rem;
}
.menu .menus .semaine {
  list-style: none;
}
.menu .menus .semaine li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.menu .menus .semaine li:before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 8px;
  aspect-ratio: 1;
  background: #007770;
}

@media (max-width: 767px) {
  .menu img {
    margin: 2rem 0 0;
  }
}
/* PRIVATISATION */
.privatisation {
  background: #3D3D3B;
  color: #FFFBEF;
}
.privatisation h2, .privatisation q {
  color: #CFE7E3;
}
.privatisation h2:before, .privatisation h2:after, .privatisation q:before, .privatisation q:after {
  background: #CFE7E3;
}
.privatisation h2 span:before, .privatisation h2 span:after, .privatisation q span:before, .privatisation q span:after {
  background: #CFE7E3;
}
.privatisation .bloc {
  background: #CFE7E3;
  color: #3D3D3B;
  padding: 1rem 2rem;
}
.privatisation .bloc p:not(:last-child) {
  margin: 0 0 1rem;
}
.privatisation .bloc .titre {
  font-family: "Sarkowik", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.05rem;
  color: #3D3D3B;
  margin: 0 0 0.5rem;
}

@media (max-width: 767px) {
  .privatisation img {
    margin: 0 0 2rem;
  }
}
/* TRAITEUR */
.traiteur {
  background: #FFFBEF;
}
.traiteur h2, .traiteur q {
  color: #A83C0F;
}
.traiteur h2:before, .traiteur h2:after, .traiteur q:before, .traiteur q:after {
  background: #A83C0F;
}
.traiteur h2 span:before, .traiteur h2 span:after, .traiteur q span:before, .traiteur q span:after {
  background: #A83C0F;
}

@media (max-width: 767px) {
  .traiteur img {
    margin: 2rem 0 0;
  }
}
/* VALEUR */
.valeurs {
  background: #CFE7E3;
  padding: 5rem 0 2rem;
}
.valeurs .valeur {
  background: white;
  margin: 0 0 3rem;
  position: relative;
  display: flex;
  height: calc(100% - 3rem);
  overflow: hidden;
}
.valeurs .valeur.active .over {
  opacity: 1;
  pointer-events: all;
}
.valeurs .valeur .image {
  width: 40%;
  height: 100%;
  margin: 1.5rem;
}
.valeurs .valeur .image img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.valeurs .valeur .detail {
  width: calc(60% - 1.5rem);
  margin: 1.5rem 1.5rem 1.5rem 0;
}
.valeurs .valeur .detail p {
  margin: 0 0 0.5rem;
}
.valeurs .valeur .over {
  position: absolute;
  background: #007770;
  inset: 0;
  padding: 1.5rem;
  color: white;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.valeurs .valeur .over .h4 {
  color: white;
}
.valeurs .valeur .over .close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
}

@media (max-width: 767px) {
  .valeurs .valeur {
    flex-direction: column;
  }
  .valeurs .valeur .detail {
    width: 100%;
    margin: 0;
    padding: 0 1.5rem 1.5rem;
  }
}
/* GENERIQUE */
.generique ul {
  margin: 0 0 2rem 2rem;
}

/* POPIN */
.popin-back {
  position: fixed;
  inset: 0;
  z-index: 10;
  background: rgba(61, 61, 59, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.popin-back.active {
  opacity: 1;
  pointer-events: all;
}

.popin {
  position: fixed;
  z-index: 11;
  top: 50%;
  left: 50%;
  width: 50vw;
  padding: 5rem;
  background: white;
  transform: translate(-50%, -70%);
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.popin.active {
  opacity: 1;
  pointer-events: all;
  transform: translate(-50%, -50%);
}
.popin img {
  width: 15rem;
  margin: 0 0 2rem;
}
.popin .close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2rem;
  aspect-ratio: 1;
  -webkit-mask: no-repeat center/contain url(../images/croix.svg);
          mask: no-repeat center/contain url(../images/croix.svg);
  background: #3D3D3B;
  cursor: pointer;
}
.popin .close:hover {
  background: #007770;
}

@media (max-width: 767px) {
  .popin {
    width: 100%;
  }
}
/* COPYRIGHT */
.copyright {
  text-align: center;
}
.copyright .wrapper {
  border-top: solid 1px #007770;
  padding: 2rem 0;
}
.copyright .wrapper ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
.copyright .wrapper ul li {
  margin: 0 1rem;
}
.copyright .wrapper ul li a {
  color: #3D3D3B;
  text-decoration: none;
  transition: color 0.3s ease;
}
.copyright .wrapper ul li a:hover {
  color: #007770;
}

@media (max-width: 767px) {
  .copyright ul {
    flex-direction: column;
  }
}/*# sourceMappingURL=styles.css.map */