@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

html {
  scroll-behavior: smooth;
}

@-moz-document url-prefix() {
  a {
    text-decoration: none;
  }
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-bold";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto-black";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Black.ttf");
}
@font-face {
  font-family: "Oxygen";
  src: url("/wp-content/themes/client/resources/fonts/Oxygen-Regular.ttf");
}
@font-face {
  font-family: "Oxygen-bold";
  src: url("/wp-content/themes/client/resources/fonts/Oxygen-Bold.ttf");
}
@font-face {
  font-family: "LuckiestGuy";
  src: url("/wp-content/themes/client/resources/fonts/LuckiestGuy-Regular.ttf");
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes unfade {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-bold";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto-black";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Black.ttf");
}
@font-face {
  font-family: "Oxygen";
  src: url("/wp-content/themes/client/resources/fonts/Oxygen-Regular.ttf");
}
@font-face {
  font-family: "Oxygen-bold";
  src: url("/wp-content/themes/client/resources/fonts/Oxygen-Bold.ttf");
}
@font-face {
  font-family: "LuckiestGuy";
  src: url("/wp-content/themes/client/resources/fonts/LuckiestGuy-Regular.ttf");
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes unfade {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
}
.button {
  background-color: transparent;
  color: #9B7A41;
  font-family: "Roboto-Black";
  font-weight: 700;
  border: 1px transparent solid;
  border-radius: 1.67rem;
  padding: 3rem 4rem;
  font-size: 2rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  transition: 0.5s ease-in-out all;
}
.button:hover {
  background-color: #9B7A41;
  color: #E7E2DC;
}
@media (max-width: 768px) {
  .button {
    font-size: 2rem;
    padding: 2rem;
  }
}

html {
  background-color: #E7E2DC;
  font-family: "Oxygen";
  color: #4A4A4A;
}

main {
  margin-top: 10%;
  transition: all 0.3s ease-in-out;
}

.title {
  font-size: 3.5rem;
  font-family: "Roboto-Black";
  color: #9B5E57;
}

.in-view {
  transition: smooth;
  animation: fade 0.5s 0.5s both;
}

.not-in-view {
  transition: smooth;
  animation: unfade 0.5s 0.5s both;
}

.grid-left {
  grid-column: 1;
  grid-row: 1;
}

.grid-right {
  grid-column: 2;
  grid-row: 1;
}

@media (max-width: 768px) {
  .title {
    font-size: 2.7rem;
  }
  .button {
    font-size: 2rem;
    padding: 1rem;
    text-align: center;
  }
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-bold";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto-black";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Black.ttf");
}
@font-face {
  font-family: "Oxygen";
  src: url("/wp-content/themes/client/resources/fonts/Oxygen-Regular.ttf");
}
@font-face {
  font-family: "Oxygen-bold";
  src: url("/wp-content/themes/client/resources/fonts/Oxygen-Bold.ttf");
}
@font-face {
  font-family: "LuckiestGuy";
  src: url("/wp-content/themes/client/resources/fonts/LuckiestGuy-Regular.ttf");
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes unfade {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: 100px;
  z-index: 1000;
  background-color: #E7E2DC;
}

.nav {
  display: flex;
  justify-content: right;
  align-items: center;
  height: 100%;
}
.nav__container {
  display: flex;
  flex-direction: column;
  justify-content: right;
  align-items: center;
  height: 100%;
  padding: 0;
  width: 100%;
  margin-left: 0;
}
.nav__container__menu {
  display: flex;
  justify-content: right;
  align-items: center;
  height: 100%;
  padding: 0;
  width: 100%;
  margin-left: 0;
}
.nav__container__menu__element {
  list-style: none;
  margin-right: 8.77%;
}
.nav__container__menu__element:last-child {
  margin-right: 5%;
}
.nav__link {
  padding: 0.25rem 1rem;
  position: relative;
  font-size: 1rem;
  font-family: "Roboto-Black";
  color: #4A4A4A;
  transition: 0.5s ease-in-out all;
  border-radius: 2rem;
}
.nav__link:hover {
  color: #FFFFFF;
  background-color: #9B5E57;
}
.nav__toggle {
  visibility: hidden;
}
.nav__icon {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.nav__icon__line {
  width: 100%;
  height: 3px;
  background-color: #4A4A4A;
  border-radius: 2px;
  transition: transform 0.3s ease;
}

.logo {
  margin-left: 2.7142857143%;
}
.logo__content {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wp-content/themes/client/resources/img/logo.svg");
}

body[data-page=acceuil] nav ul li a.nav__link[data-page=Acceuil],
body[data-page=sef] nav ul li a.nav__link[data-page=SEF],
body[data-page=actualites] nav ul li a.nav__link[data-page=Actualités],
body[data-page=contact] nav ul li a.nav__link[data-page=Contact],
body[data-page=magasins] nav ul li a.nav__link[data-page=Magasins],
body[data-page=soutenir] nav ul li a.nav__link[data-page="Nous soutenir"] {
  color: #9B5E57;
}
body[data-page=acceuil] nav ul li a.nav__link[data-page=Acceuil]:after,
body[data-page=sef] nav ul li a.nav__link[data-page=SEF]:after,
body[data-page=actualites] nav ul li a.nav__link[data-page=Actualités]:after,
body[data-page=contact] nav ul li a.nav__link[data-page=Contact]:after,
body[data-page=magasins] nav ul li a.nav__link[data-page=Magasins]:after,
body[data-page=soutenir] nav ul li a.nav__link[data-page="Nous soutenir"]:after {
  content: "";
  display: block;
  width: 70%;
  height: 3px;
  position: absolute;
  bottom: 10%;
  left: 14%;
  background: #9B5E57;
}
body[data-page=acceuil] nav ul li a.nav__link[data-page=Acceuil]:hover,
body[data-page=sef] nav ul li a.nav__link[data-page=SEF]:hover,
body[data-page=actualites] nav ul li a.nav__link[data-page=Actualités]:hover,
body[data-page=contact] nav ul li a.nav__link[data-page=Contact]:hover,
body[data-page=magasins] nav ul li a.nav__link[data-page=Magasins]:hover,
body[data-page=soutenir] nav ul li a.nav__link[data-page="Nous soutenir"]:hover {
  color: #FFFFFF;
  background-color: #9B5E57;
}

/* Styles pour le menu mobile */
@media (max-width: 768px) {
  .header {
    position: static;
  }
  .logo {
    margin-left: 0;
  }
  .logo__content {
    max-width: 70px;
    max-height: 70px;
  }
  .nav {
    justify-content: space-between;
    padding: 0 1rem;
  }
  .nav__container {
    z-index: 100;
    position: absolute;
    top: 11%;
    left: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 0;
    background-color: #E7E2DC;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  .nav__container__menu {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    padding: 1rem 0;
    justify-content: space-evenly;
    background-color: #E7E2DC;
  }
  .nav__container__menu__element {
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
  }
  .nav__container__menu__element:last-child {
    margin-right: 0;
  }
  .nav__toggle {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 10;
  }
  .nav__icon {
    display: flex;
    margin-right: 5%;
  }
  #nav-toggle:checked + .nav__icon .nav__icon__line:nth-child(1) {
    transform: rotate(45deg) translateX(3px) translateY(14px);
  }
  #nav-toggle:checked + .nav__icon .nav__icon__line:nth-child(2) {
    opacity: 0;
  }
  #nav-toggle:checked + .nav__icon .nav__icon__line:nth-child(3) {
    transform: rotate(-45deg) translateY(-10px);
  }
  #nav-toggle:checked ~ .nav__container {
    max-height: 70%;
  }
}
@media (min-width: 769px) and (max-width: 1059px) {
  .nav__container__menu__element {
    text-align: center;
    margin-right: 5%;
  }
  body[data-page=acceuil] nav ul li a.nav__link[data-page=Acceuil],
  body[data-page=sef] nav ul li a.nav__link[data-page=SEF],
  body[data-page=actualites] nav ul li a.nav__link[data-page=Actualités],
  body[data-page=contact] nav ul li a.nav__link[data-page=Contact],
  body[data-page=magasins] nav ul li a.nav__link[data-page=Magasins],
  body[data-page=soutenir] nav ul li a.nav__link[data-page="Nous soutenir"] {
    color: #9B5E57;
  }
  body[data-page=acceuil] nav ul li a.nav__link[data-page=Acceuil]:after,
  body[data-page=sef] nav ul li a.nav__link[data-page=SEF]:after,
  body[data-page=actualites] nav ul li a.nav__link[data-page=Actualités]:after,
  body[data-page=contact] nav ul li a.nav__link[data-page=Contact]:after,
  body[data-page=magasins] nav ul li a.nav__link[data-page=Magasins]:after,
  body[data-page=soutenir] nav ul li a.nav__link[data-page="Nous soutenir"]:after {
    display: none;
  }
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-bold";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto-black";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Black.ttf");
}
@font-face {
  font-family: "Oxygen";
  src: url("/wp-content/themes/client/resources/fonts/Oxygen-Regular.ttf");
}
@font-face {
  font-family: "Oxygen-bold";
  src: url("/wp-content/themes/client/resources/fonts/Oxygen-Bold.ttf");
}
@font-face {
  font-family: "LuckiestGuy";
  src: url("/wp-content/themes/client/resources/fonts/LuckiestGuy-Regular.ttf");
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes unfade {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
}
.footer {
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
}

.informations {
  display: grid;
  margin-left: 5%;
}
.informations__title {
  grid-column: 1/2;
  margin: 5% 0;
}
.informations__item {
  font-size: 1.5rem;
  font-family: "Oxygen";
  display: flex;
  align-items: center;
  margin-bottom: 5%;
}

.adress {
  grid-row: 2;
  grid-column: 1;
}
.adress:before {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  max-width: 25px;
  max-height: 25px;
  margin-right: 2%;
  background-image: url("/wp-content/themes/client/resources/img/home_logo.svg");
}

.phone {
  grid-row: 2;
  grid-column: 2;
}
.phone:before {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  max-width: 25px;
  max-height: 25px;
  margin-right: 2%;
  background-image: url("/wp-content/themes/client/resources/img/phone_logo.svg");
}
.phone:hover {
  color: #9B7A41;
  text-decoration: underline;
}

.facebook {
  grid-row: 3;
  grid-column: 2;
  transition: ease-in-out 0.5s all;
  cursor: pointer;
}
.facebook:before {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  max-width: 25px;
  max-height: 25px;
  margin-right: 2%;
  background-image: url("/wp-content/themes/client/resources/img/facebook_logo.svg");
}
.facebook:hover {
  color: #9B7A41;
  text-decoration: underline;
}

.email {
  grid-row: 3;
  grid-column: 1;
}
.email:before {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  max-width: 25px;
  max-height: 25px;
  margin-right: 2%;
  background-image: url("/wp-content/themes/client/resources/img/email_logo.svg");
}

.bank {
  grid-row: 4;
  grid-column: 1;
}
.bank:before {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  max-width: 25px;
  max-height: 25px;
  margin-right: 2%;
  background-image: url("/wp-content/themes/client/resources/img/bank_logo.svg");
}

.copyright {
  grid-row: 4;
  grid-column: 2;
}
.copyright:before {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  max-width: 25px;
  max-height: 25px;
  margin-right: 2%;
  background-image: url("/wp-content/themes/client/resources/img/copyright_logo.svg");
}

@media (max-width: 768px) {
  .informations {
    display: flex;
    flex-direction: column;
  }
  .informations__title {
    margin-bottom: 10%;
  }
  .informations__item {
    margin-bottom: 5%;
  }
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-bold";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto-black";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Black.ttf");
}
@font-face {
  font-family: "Oxygen";
  src: url("/wp-content/themes/client/resources/fonts/Oxygen-Regular.ttf");
}
@font-face {
  font-family: "Oxygen-bold";
  src: url("/wp-content/themes/client/resources/fonts/Oxygen-Bold.ttf");
}
@font-face {
  font-family: "LuckiestGuy";
  src: url("/wp-content/themes/client/resources/fonts/LuckiestGuy-Regular.ttf");
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes unfade {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
}
.contactus {
  margin-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 3rem;
}
.contactus__text {
  margin: 2.5%;
  font-size: 1.5rem;
  white-space: pre-line;
  text-align: center;
}

@media (max-width: 768px) {
  .contactus__title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 5%;
  }
  .contactus__text {
    margin-bottom: 5%;
  }
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-bold";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto-black";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Black.ttf");
}
@font-face {
  font-family: "Oxygen";
  src: url("/wp-content/themes/client/resources/fonts/Oxygen-Regular.ttf");
}
@font-face {
  font-family: "Oxygen-bold";
  src: url("/wp-content/themes/client/resources/fonts/Oxygen-Bold.ttf");
}
@font-face {
  font-family: "LuckiestGuy";
  src: url("/wp-content/themes/client/resources/fonts/LuckiestGuy-Regular.ttf");
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes unfade {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
}
.page {
  margin-top: 10%;
  position: relative;
}
.page__form {
  font-family: Oxygen, sans-serif;
}
.page__form .success {
  padding-bottom: 2em;
  color: forestgreen;
}
.page__form .error {
  padding-bottom: 2em;
  color: darkred;
}
.page__form .field__error {
  color: darkred;
  padding-bottom: 1em;
}
.page__content {
  font-family: Oxygen, sans-serif;
  margin-left: 5%;
}
.page__content__title {
  font-size: 4rem;
  font-family: "Roboto-Black";
  margin-bottom: 5%;
}

.contact__container {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-auto-flow: dense;
  row-gap: 10%;
  margin-bottom: 10%;
}
.contact .field {
  position: relative;
}
.contact .field-lname, .contact .field-fname, .contact .field-email, .contact .field-phone {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  grid-column: 1;
  margin-bottom: 4%;
  margin-left: 10%;
}
.contact .field-txtarea {
  grid-column: 2;
  grid-row: 1/7;
}
.contact .field__label {
  display: block;
  margin-bottom: 8px;
  font-size: 1.5rem;
  color: #4A4A4A;
  font-family: "Roboto-Black";
  align-self: flex-start;
}
.contact .field__input, .contact .field__textarea {
  max-width: 100%;
  padding: 3%;
  background-color: transparent;
  border: none;
  color: #4A4A4A;
  font-size: 1.1rem;
  outline: none;
  transition: all 0.3s ease-in-out;
  font-family: Oxygen, sans-serif;
  border-radius: 1.5rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
.contact .field__input:focus, .contact .field__textarea:focus {
  box-shadow: 0 6px 4px rgba(0, 0, 0, 0.5);
}
.contact .field__input {
  width: 80%;
}
.contact .field__textarea {
  min-height: 62%;
  resize: none;
  width: 80%;
}
.contact .field__error {
  color: darkred;
  font-size: 0.9rem;
  margin-top: 5px;
}
.contact__footer {
  text-align: center;
}
.contact__footer__submit {
  background-color: transparent;
  color: #9B7A41;
  font-family: "Roboto-Black";
  font-weight: 700;
  border: 1px transparent solid;
  border-radius: 1.67rem;
  padding: 3rem 4rem;
  font-size: 2rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  transition: 0.5s ease-in-out all;
  margin-bottom: 10%;
}
.contact__footer__submit:hover {
  background-color: #9B7A41;
  color: #E7E2DC;
}
@media (max-width: 768px) {
  .contact__footer__submit {
    font-size: 2rem;
    padding: 2rem;
  }
}

.success {
  padding-bottom: 2em;
  color: forestgreen;
  text-align: center;
}

.error {
  padding-bottom: 2em;
  color: darkred;
  text-align: center;
}

@media (max-width: 900px) {
  .page__content__title {
    font-size: 2.5rem;
    margin-left: 0;
  }
  .page__content__advice {
    font-size: 1.2rem;
    margin-bottom: 10%;
  }
  .page__content__advice:last-child {
    font-size: 0.9rem;
  }
  .contact__container {
    display: flex;
    flex-direction: column;
    margin-left: 7.5%;
  }
  .contact .field__textarea {
    width: 79%;
  }
  .contact .field-lname, .contact .field-fname, .contact .field-email {
    margin-left: 0;
    margin-bottom: 10%;
  }
  .contact__footer {
    margin-left: 0;
  }
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-bold";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto-black";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Black.ttf");
}
@font-face {
  font-family: "Oxygen";
  src: url("/wp-content/themes/client/resources/fonts/Oxygen-Regular.ttf");
}
@font-face {
  font-family: "Oxygen-bold";
  src: url("/wp-content/themes/client/resources/fonts/Oxygen-Bold.ttf");
}
@font-face {
  font-family: "LuckiestGuy";
  src: url("/wp-content/themes/client/resources/fonts/LuckiestGuy-Regular.ttf");
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes unfade {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
}
.shop {
  margin: 25% 0 15% 5%;
  display: flex;
  flex-direction: column;
}
.shop__grid {
  display: grid;
  -moz-column-gap: 10%;
       column-gap: 10%;
  margin-right: 10%;
}
.shop__title {
  margin-top: -5%;
}
.shop__text {
  margin-top: 5%;
  font-size: 2rem;
  grid-row: 1;
  align-self: center;
  line-height: 3rem;
}
.shop__links {
  margin-top: 5%;
  display: flex;
  justify-content: space-evenly;
  margin-left: -5%;
}
.shop__ref {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr auto;
  align-items: center;
  margin-bottom: 20%;
  row-gap: 5%;
}
.shop__card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  font-size: 1.5rem;
  margin: 5% 10%;
  -moz-column-gap: 10%;
       column-gap: 10%;
  align-content: center;
}
.shop__card__info {
  grid-column: 2;
  align-self: center;
}
.shop__card__schedule {
  grid-column: 3;
  align-self: center;
}
.shop__card__schedule-dropdown {
  display: none;
}
.shop__card__schedule-title {
  margin-bottom: 5%;
}
.shop__card__schedule-item {
  margin-bottom: 5%;
  font-size: 1rem;
}
.shop__name {
  font-family: "Roboto-Black";
  margin-bottom: 5%;
}
.shop__phone {
  display: flex;
}
.shop__phone:before {
  align-items: center;
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  max-width: 25px;
  max-height: 25px;
  margin-right: 2%;
  margin-right: 5%;
  background-image: url("/wp-content/themes/client/resources/img/phone_logo.svg");
}
.shop__adress {
  display: flex;
  align-items: center;
  margin-bottom: 2.5%;
}
.shop__adress:before {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  max-width: 25px;
  max-height: 25px;
  margin-right: 2%;
  margin-right: 5%;
  background-image: url("/wp-content/themes/client/resources/img/home_logo.svg");
}
.shop__fig {
  grid-column: 1;
  align-self: center;
  max-width: 250px;
  max-height: 150px;
  min-width: 100px;
  min-height: 100px;
  border-radius: 2rem;
}
.shop__fig-img {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.shop__fig__up {
  grid-column: 2;
  grid-row: 1;
  max-width: 600px;
  margin-right: 10%;
  aspect-ratio: 16/9;
  position: relative;
}
.shop__fig__up:after {
  border-radius: 2rem;
  background-color: #507D96;
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  z-index: -1;
  top: 8%;
  left: 8%;
}

.maps {
  margin: 15% 5% 5%;
  display: flex;
  justify-content: center;
}
.maps-frame {
  border: 3px solid #9B7A41;
  border-radius: 2rem;
  box-shadow: 0 0 4px #9B7A41;
  transition: ease-in-out 0.5s all;
}
.maps-frame:hover {
  box-shadow: 0 0 15px #9B7A41;
}
.maps-map {
  border-radius: 2rem;
}

.bricabrac {
  grid-row: 1;
}

.bouquinerie {
  grid-row: 2;
}

.depot {
  grid-row: 3;
}

@media (max-width: 768px) {
  .shop__adress, .shop__phone {
    align-items: normal;
    line-height: 1.3rem;
  }
  .shop__adress:before, .shop__phone:before {
    max-width: 15px;
    max-height: 15px;
  }
  .shop__grid {
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    margin-right: 0;
  }
  .shop__text {
    margin: 15% 5% 15% 0;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: justify;
  }
  .shop__ref {
    display: flex;
    flex-direction: column;
  }
  .shop__links {
    gap: 5%;
  }
  .shop__card {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20%;
  }
  .shop__card__info {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
  }
  .shop__card__schedule {
    font-size: 1rem;
    margin-top: 10%;
    grid-column: 1/3;
  }
  .shop__card__schedule-list {
    display: none;
  }
  .shop__card__schedule-dropdown {
    display: block;
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
    border-radius: 1rem;
    background-color: transparent;
    color: #4A4A4A;
    font-family: "Oxygen";
    appearance: none; /* Enlève les styles par défaut du navigateur */
    -webkit-appearance: none; /* Pour Safari */
    -moz-appearance: none; /* Pour Firefox */
    position: relative;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="292.362" height="292.362"><path fill="%23333" d="M287.283 69.511c-7.711-7.71-20.185-7.71-27.897 0L146.181 182.716 32.975 69.511c-7.71-7.71-20.185-7.71-27.896 0-7.71 7.711-7.71 20.186 0 27.896l130.93 130.93c7.71 7.71 20.185 7.71 27.896 0l130.93-130.93c7.711-7.71 7.711-20.185 0-27.896z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    outline: none;
  }
  .shop__card__schedule-dropdown:focus, .shop__card__schedule-dropdown:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  }
  .shop__fig {
    max-width: 150px;
    max-height: 150px;
  }
  .shop__fig__up {
    margin-top: 10%;
    margin-right: 5%;
  }
  .maps {
    margin: 5%;
    min-width: 100px;
    max-width: 300px;
  }
  .maps-map {
    min-width: 100px;
    height: 300px;
    width: 100%;
  }
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-bold";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto-black";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Black.ttf");
}
@font-face {
  font-family: "Oxygen";
  src: url("/wp-content/themes/client/resources/fonts/Oxygen-Regular.ttf");
}
@font-face {
  font-family: "Oxygen-bold";
  src: url("/wp-content/themes/client/resources/fonts/Oxygen-Bold.ttf");
}
@font-face {
  font-family: "LuckiestGuy";
  src: url("/wp-content/themes/client/resources/fonts/LuckiestGuy-Regular.ttf");
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes unfade {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
}
.help {
  margin-top: 10%;
  color: #4A4A4A;
}

.tips {
  margin-top: 15%;
  margin-bottom: 5%;
  margin-left: 5%;
  color: #4A4A4A;
}
.tips__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tips__title {
  width: 35%;
  margin-bottom: 5%;
}
.tips__subtitle {
  text-align: center;
  margin-bottom: 2%;
}
.tips__text {
  font-size: 1.5rem;
  text-align: center;
  width: 50%;
}

.donation {
  margin-left: 5%;
}
.donation-links {
  display: flex;
  justify-content: center;
  margin-bottom: 20%;
}
.donation__content {
  background-color: #D1CCC6;
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.5);
  color: #4A4A4A;
}
.donation__figure {
  min-width: 600px;
}
.donation__type {
  font-size: 3rem;
  font-family: "Roboto-Black";
}
.donation__general {
  margin-top: 2.5%;
  font-family: "Oxygen";
  font-size: 1.2rem;
  text-align: justify;
  margin-bottom: 10%;
  color: #4A4A4A;
}
.donation__general-fig {
  max-width: 600px;
  padding: 1rem;
  border-radius: 2rem;
  position: relative;
}
.donation__general-fig:after {
  border-radius: 2rem;
  background-color: #507D96;
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  z-index: -1;
  top: 10%;
  left: 10%;
}
.donation__general-fig-img {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.donation__general-title {
  margin-bottom: 1.5%;
  font-size: 2.5rem;
  font-family: "LuckiestGuy", sans-serif;
  text-transform: uppercase;
  color: #9B7A41;
}
.donation__general-text {
  width: 50%;
  font-size: 1.9rem;
  margin-bottom: 2.5%;
}
.donation__financial {
  margin-bottom: 20%;
}
.donation__financial-explaination {
  display: flex;
  gap: 10%;
}
.donation__financial-explaination-title {
  font-size: 2rem;
  margin: 5%;
  font-family: LuckiestGuy, sans-serif;
  color: #9B7A41;
}
.donation__financial-explaination-text {
  font-size: 1.3rem;
  margin: 2% 5%;
  font-family: "Oxygen";
  line-height: 1.7rem;
}
.donation__financial-money, .donation__financial-legs {
  padding: 1rem;
}
.donation__financial-legs {
  margin-right: 5%;
}
.donation__personnal, .donation__material {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 10%;
       column-gap: 10%;
  margin-right: 5%;
  align-items: center;
  text-align: justify;
  margin-bottom: 5%;
}
.donation__personnal-text, .donation__material-text {
  width: 100%;
  line-height: 1.7rem;
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  .tips {
    margin-bottom: 10rem;
  }
  .tips__title {
    width: 100%;
    margin-bottom: 5rem;
  }
  .tips__content {
    margin-right: 5%;
  }
  .tips__text {
    width: 100%;
  }
  .donation__type {
    margin-bottom: 5rem;
  }
  .donation__general {
    display: flex;
    flex-direction: column;
  }
  .donation__general-fig {
    display: none;
  }
  .donation__financial {
    margin-bottom: 5rem;
  }
  .donation__financial-explaination {
    display: grid;
    gap: 0;
  }
  .donation__financial-text {
    margin-right: 5%;
    width: 90%;
  }
  .donation__financial-money, .donation__financial__legs {
    margin: 5% 5% 5% 0;
  }
  .donation__links {
    margin-bottom: 10%;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .donation__general {
    display: flex;
    flex-direction: column;
  }
  .donation__general-fig {
    max-width: 900px;
  }
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-bold";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto-black";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Black.ttf");
}
@font-face {
  font-family: "Oxygen";
  src: url("/wp-content/themes/client/resources/fonts/Oxygen-Regular.ttf");
}
@font-face {
  font-family: "Oxygen-bold";
  src: url("/wp-content/themes/client/resources/fonts/Oxygen-Bold.ttf");
}
@font-face {
  font-family: "LuckiestGuy";
  src: url("/wp-content/themes/client/resources/fonts/LuckiestGuy-Regular.ttf");
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes unfade {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
}
.sef {
  margin: 15% 5%;
}
.sef__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 5%;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10%;
       column-gap: 10%;
  margin-bottom: 25%;
}
.sef__content__text {
  grid-column: 1;
  font-size: 2.2rem;
  line-height: 3rem;
  text-align: justify;
  font-family: Oxygen, sans-serif;
  color: #4A4A4A;
}
.sef__content__figure {
  grid-column: 2;
  margin-bottom: 5%;
  position: relative;
}
.sef__content__figure:after {
  border-radius: 2rem;
  background-color: #507D96;
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  z-index: -1;
  top: 8%;
  left: 8%;
}
.sef__content__figure-img {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.sef-links {
  margin-top: 5%;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.sef__historic {
  margin-left: 5%;
  margin-bottom: 5%;
}
.sef__historic__content {
  display: flex;
  gap: 5%;
  margin-top: 5%;
}
.sef__historic__figure {
  max-width: 400px;
  position: relative;
}
.sef__historic__figure:after {
  border-radius: 2rem;
  background-color: #507D96;
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  z-index: -1;
  top: 8%;
  left: 8%;
}
.sef__historic__figure-img {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.sef__historic__text {
  max-width: 50%;
  align-self: center;
  font-size: 2rem;
  line-height: 2.3rem;
  color: #4A4A4A;
  text-align: justify;
}
.sef__location {
  margin-left: 5%;
}
.sef__location__content {
  color: #4A4A4A;
  margin-top: 5%;
  display: flex;
  flex-direction: column;
}
.sef__location__adress {
  color: #4A4A4A;
  position: relative;
  display: flex;
  font-size: 2rem;
}
.sef__location__adress:before {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  max-width: 25px;
  max-height: 25px;
  margin-right: 2%;
  background-image: url("/wp-content/themes/client/resources/img/home_logo.svg");
}
.sef__maps {
  margin-top: 2%;
}
.sef__maps-frame {
  max-width: 100%;
  min-height: 100%;
  position: relative;
}
.sef__maps-frame:after {
  border-radius: 2rem;
  background-color: #507D96;
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  z-index: -1;
  top: 8%;
  left: 8%;
}
.sef__maps-map {
  min-width: 100%;
  min-height: 100%;
}

.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .sef__grid {
    display: flex;
    flex-direction: column;
  }
  .sef__content__text {
    margin-top: 10%;
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  .sef__historic__content {
    display: flex;
    flex-direction: column;
  }
  .sef__historic__figure {
    margin: 5% 5% 5% 0;
  }
  .sef__historic__text {
    min-width: 100%;
    margin-right: 5%;
    text-align: justify;
    font-size: 1.5rem;
  }
  .sef__location__content {
    align-items: center;
  }
  .sef__maps {
    max-width: 300px;
    min-width: 100px;
  }
  .sef__maps-map {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .sef__historic__content {
    gap: 10%;
  }
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-bold";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto-black";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Black.ttf");
}
@font-face {
  font-family: "Oxygen";
  src: url("/wp-content/themes/client/resources/fonts/Oxygen-Regular.ttf");
}
@font-face {
  font-family: "Oxygen-bold";
  src: url("/wp-content/themes/client/resources/fonts/Oxygen-Bold.ttf");
}
@font-face {
  font-family: "LuckiestGuy";
  src: url("/wp-content/themes/client/resources/fonts/LuckiestGuy-Regular.ttf");
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes unfade {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
}
.singlearticle-content__card {
  display: flex;
  flex-direction: column;
  margin-left: 5%;
  align-items: center;
}
.singlearticle-content__card-title {
  margin-left: 5%;
  margin-bottom: 5%;
}
.singlearticle-content__card-fig {
  max-width: 1000px;
  max-height: 600px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 2rem;
  margin-bottom: 5%;
}
.singlearticle-content__card-fig-img {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 600px;
}
.singlearticle-content__card-text {
  margin-bottom: 5%;
  white-space: pre-line;
  text-align: justify;
  margin-right: 5%;
  font-size: 2rem;
  font-family: Oxygen, sans-serif;
}

@media (max-width: 768px) {
  .singlearticle-content__card-title {
    font-size: 2rem;
  }
  .singlearticle-content__card-fig {
    margin-right: 5%;
  }
  .singlearticle-content__card-text {
    font-size: 1.5rem;
  }
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-bold";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto-black";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Black.ttf");
}
@font-face {
  font-family: "Oxygen";
  src: url("/wp-content/themes/client/resources/fonts/Oxygen-Regular.ttf");
}
@font-face {
  font-family: "Oxygen-bold";
  src: url("/wp-content/themes/client/resources/fonts/Oxygen-Bold.ttf");
}
@font-face {
  font-family: "LuckiestGuy";
  src: url("/wp-content/themes/client/resources/fonts/LuckiestGuy-Regular.ttf");
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes unfade {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
}
.news-title {
  margin-left: 5%;
  margin-bottom: 10%;
}
.news-container {
  max-width: 100vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.card {
  margin-left: 2.5%;
  max-height: 500px;
  display: flex;
  margin-bottom: 10%;
}
.card__content {
  padding: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
}
.card__content__img {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog-content {
  margin-top: -10%;
  display: grid;
  position: relative;
  z-index: 1;
  background-color: #E7E2DC;
  font-family: "Roboto-Black";
  padding: 1.5rem;
  transition: ease-in-out all 0.5s;
}
.blog-content:hover {
  color: #9B7A41;
}
.blog-content-title {
  font-size: 2rem;
  padding: 1rem;
  margin-top: -2%;
}
.blog-content-text {
  font-size: 2rem;
  grid-column: 2;
  grid-row: 1;
  margin-top: -2%;
  padding: 1rem;
  text-align: right;
}
.blog-content-link {
  text-decoration: none;
}

.news-nav-page {
  display: flex;
  font-size: 2rem;
  text-align: right;
  text-decoration: none;
  justify-content: space-between;
  font-family: "Roboto-Black";
  margin-bottom: 5%;
}
.news-nav-page__previous {
  margin-left: 5%;
  text-align: left;
}
.news-nav-page__next {
  margin-right: 5%;
  text-align: right;
}

@media (max-width: 768px) {
  .title {
    font-size: 2.5rem;
  }
  .card {
    margin-left: 0;
    padding: 2rem;
  }
  .card__content__img {
    max-width: 100%;
    max-height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }
  .blog-content {
    margin-top: -20%;
  }
  .blog-content-title {
    padding: 1rem;
    font-size: 1.2rem;
  }
  .blog-content-title:before {
    display: none;
  }
  .blog-content-text {
    font-size: 1.2rem;
  }
  .news-nav-page {
    font-size: 1.2rem;
  }
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-bold";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto-black";
  src: url("/wp-content/themes/client/resources/fonts/Roboto-Black.ttf");
}
@font-face {
  font-family: "Oxygen";
  src: url("/wp-content/themes/client/resources/fonts/Oxygen-Regular.ttf");
}
@font-face {
  font-family: "Oxygen-bold";
  src: url("/wp-content/themes/client/resources/fonts/Oxygen-Bold.ttf");
}
@font-face {
  font-family: "LuckiestGuy";
  src: url("/wp-content/themes/client/resources/fonts/LuckiestGuy-Regular.ttf");
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes unfade {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
}
.home {
  margin: 20% 5%;
}
.home__content {
  margin-bottom: 5%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 10%;
}
.home__content__text {
  font-size: 2rem;
  text-align: justify;
  max-width: 50%;
  line-height: 2.5rem;
}
.home__content__figure {
  max-width: 600px;
  max-height: 600px;
  position: relative;
}
.home__content__figure:after {
  border-radius: 2rem;
  background-color: #507D96;
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  z-index: -1;
  top: 8%;
  left: 8%;
}
.home__content__figure-img {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home__links {
  text-align: center;
}

.help {
  margin: 5% 5% 15% 5%;
}
.help__title {
  margin-bottom: 5%;
}
.help__title__container {
  display: flex;
  justify-content: center;
}
.help__content {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 5%;
  margin-bottom: 5%;
}
.help__content__text {
  font-size: 2rem;
  text-align: justify;
  max-width: 50%;
  line-height: 2.5rem;
}
.help__content__figure {
  max-width: 600px;
  max-height: 600px;
  position: relative;
}
.help__content__figure:after {
  border-radius: 2rem;
  background-color: #507D96;
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  z-index: -1;
  top: 8%;
  left: 8%;
}
.help__content__figure-img {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.help__links {
  text-align: right;
  margin-bottom: 10%;
}

.news {
  margin-top: 15%;
}
.news__content {
  margin-left: 5%;
  display: grid;
}
.news__title {
  font-size: 3rem;
  color: #9B5E57;
}
.news__view {
  margin: 2.5% 5%;
  display: flex;
  justify-content: space-evenly;
  overflow: scroll;
}
.news__links {
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  font-family: "Roboto-Black";
  text-align: center;
  margin-bottom: 10%;
}

.blog__content {
  margin-top: -20%;
  display: grid;
  position: relative;
  z-index: 1;
  background-color: #E7E2DC;
  font-family: "Roboto-Black";
  padding: 1.5rem;
  transition: ease-in-out all 0.5s;
}
.blog__content:hover {
  color: #9B7A41;
}
.blog__content-title {
  font-size: 2rem;
  padding: 1rem;
  margin-top: -2%;
}
.blog__content-title:before {
  display: none;
}
.blog__content-text {
  font-size: 2rem;
  grid-column: 2;
  grid-row: 1;
  margin-top: -2%;
  padding: 1rem;
  text-align: right;
}

@media (max-width: 768px) {
  .home {
    margin: 0 5%;
  }
  .home__content,
  .help__content {
    flex-direction: column;
    margin-bottom: 20%;
  }
  .home__content__text,
  .help__content__text {
    font-size: 1.8rem;
    max-width: 100%;
  }
  .home__content__text {
    margin: 10% 0;
  }
  .help__title {
    text-align: center;
    max-width: 100%;
  }
  .help__content__figure {
    margin: 10% 0;
  }
  .news {
    margin-top: 30%;
  }
  .news__view {
    padding: 3rem;
  }
  .news__title {
    font-size: 2rem;
  }
  .news__content {
    display: flex;
    flex-direction: column;
  }
  .news__links {
    margin-top: 5%;
    text-align: left;
  }
  .content {
    margin-top: -30%;
  }
}
@media (min-width: 1440px) {
  .blog__content {
    margin-top: -15%;
  }
}
