/**
 * GLOBAL CSS - Styles de base copiés EXACTEMENT du WordPress
 * Source: D:\laragon\www\lifescape\wp-content\themes\template\assets\css\app.css
 * Lignes 1-430
 */

@charset "UTF-8";

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

html, body {
  width: 100% !important;
  background-color: #E0DDC7;
  box-sizing: border-box;
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden !important;
  position: relative;
  background: #DEDBC3;
}

* {
  font-family: "Work Sans", sans-serif;
  color: #483C3C;
}
