@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*
Theme Name: Treval France Boutique
Theme URI: https://loulergue.fr
Author: Clément Loulergue
Author URI: https://loulergue.fr
Description: Thème personnalisé pour l'entreprise Treval France compatible avec woocommerce. Uniquement à appliquer à la boutique.
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

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;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
ol,
ul {
  list-style: none;
}
b {
  font-weight: bold;
}
:root {
  --bg-color: #fff;
  --card-box-shadow: 8px 8px 0px 0px #d9e9ec, 0px 4px 4px 0px rgba(0, 0, 0, 0.25),
    8px 12px 4px 0px rgba(0, 0, 0, 0.25);
}

/* -------------------------------------------------------------- */
/* General declarations */
/* -------------------------------------------------------------- */
body,
p,
textarea,
input {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
}
body {
  min-height: 100vh;
  background-color: var(--bg-color);
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins";
}
h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 46px;
  letter-spacing: 0.07em;
  color: #1b1f54;
}

button {
  border: none;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #273575;
}
a:hover {
  text-decoration: underline;
}
p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
}
.the-content p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
b,
strong {
  font-weight: 600;
}
.site-main, .the-content {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0;
  max-width: none;
  min-height: 50vh;
  padding-left: 10%;
  padding-right: 10%;
}
.wp-block-button__link,
.button {
  background-color: #285778;
  border-radius: 8px !important;
  padding: 1.5rem 2rem !important;
  color: #fefcfb;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  transition: 0.1s ease;
}
.wp-block-button__link:hover {
  background-color: #1b1f54;
  text-decoration: none;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #285778 !important;
  border-color: #285778 !important;
  color: white !important;
}
.wp-block-button.is-style-outline > .wp-block-button__link {
  border-width: 1px;
}
.news .wp-block-latest-posts li {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 15px;
  max-width: 160px;
  background-image: none;
  max-height: 255px;
  overflow: auto;
}
.news .wp-block-latest-posts {
  justify-content: center;
  margin-top: 50px;
  gap: 2rem;
}
.news .wp-block-latest-posts__post-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #000000;
}

.news .news-social {
  gap: 3rem 8rem;
  margin: 50px auto;
}
.news .news-social .index-social-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 400px;
  flex-wrap: wrap;
}
.news .news-social .index-social-links a {
  color: #285778;
  font-size: 5rem;
}
.news-container > .wp-block-group__inner-container {
  width: fit-content;
}

.news .news-social h2 {
  min-width: fit-content;
}
@media (max-width: 800px) {
  .news .news-social {
    flex-direction: column-reverse;
  }
}
.fa-brands:hover {
  text-decoration: none;
  transform: scale(1.05);
  transition: 0.2s ease;
}

/* Popup newsletter form */
#newsletter-form-container,
#contact-form-container {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  background-color: #1b1f5452;
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  overflow: auto;
}
#newsletter-form-container.active,
#contact-form-container.active {
  visibility: visible;
  opacity: 1;
}
#newsletter-form-container > * {
  margin: auto;
  position: relative;
}
#close-newsletter-form {
  position: absolute;
  top: 50px;
  right: 35px;
  cursor: pointer;
}

#newsletter-form-container .newsletter-form {
  background-color: white;
  padding: 3rem;
  border-radius: 8px;
  max-width: 450px;
}
#newsletter-form-container .newsletter-form .title-form {
  display: flex;
  flex-direction: column;
}
.newsletter-form .title-form {
  display: none;
}
#newsletter-form-container .newsletter-form h2 {
  line-height: normal;
  margin-top: 0;
}
#newsletter-form-container .newsletter-form p {
  text-align: justify;
}
#newsletter-form-container .newsletter-form a {
  color: #285778;
  font-size: 2.5rem;
  margin-left: auto;
  cursor: pointer;
  margin-bottom: 0.5rem;
}

.newsletter-form .input-container {
  position: relative;
  margin-top: 2rem;
}
.newsletter-form .input-container input {
  border-radius: 8px;
  border: 2px solid #00a3b8;
  background: var(--white-100, #fff);
  box-shadow: 0px 2px 12px 0px rgba(20, 20, 43, 0.08);
  padding: 2rem 5rem 2rem 1.5rem;
  width: calc(100% - 6.5rem);
}
.newsletter-form .input-container button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 5rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTIuMDI0OSA0Ljk0MTQxTDE3LjA4MzIgOS45OTk3NEwxMi4wMjQ5IDE1LjA1ODEiIHN0cm9rZT0iIzI5MkQzMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KICA8cGF0aCBkPSJNMi45MTY1IDEwSDE2Ljk0MTUiIHN0cm9rZT0iIzI5MkQzMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  background-color: transparent;
}
