@import url("https://fonts.googleapis.com/css2?family=La+Belle+Aurore&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@font-face {
  font-family: "KuenstlerScript";
  src: url("./font/KuenstlerScript-TwoBold.eot");
  src: url("./font/KuenstlerScript-TwoBold.eot?#iefix") format("embedded-opentype"), url("./font/KuenstlerScript-TwoBold.woff2") format("woff2"), url("./font/KuenstlerScript-TwoBold.woff") format("woff"), url("./font/KuenstlerScript-TwoBold.ttf") format("truetype"), url("./font/KuenstlerScript-TwoBold.svg#KuenstlerScript-TwoBold") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
h1, h1 span {
  font-family: "KuenstlerScript", cursive;
  font-weight: 400;
  font-size: clamp(2.5rem, 6vw, 6rem);
  color: #505050;
  line-height: clamp(1.05em, 6.6vw, 1.2em);
}

h2 {
  font-family: "KuenstlerScript", cursive !important;
  font-weight: 400 !important;
  font-size: clamp(2rem, 4vw, 4rem) !important;
  color: #E30613;
  line-height: clamp(1.1em, 4.6vw, 1.2em);
}

h3 {
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: 400 !important;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem) !important;
  color: #505050;
  line-height: clamp(1.2em, 3.1vw, 1.35em);
}

h4 {
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  color: #E30613;
  line-height: clamp(1.2em, 4.8vw, 1.3em);
  margin-bottom: 15px;
}

ul:not(.toolbar-menu) li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #505050;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #505050;
  line-height: 1.6;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

ul,
ol {
  list-style: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

fieldset {
  border: none;
}

legend {
  padding: 0;
}

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

figure {
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.contextual-region {
  position: relative;
}

.contextual {
  position: absolute !important;
  top: 0;
  right: 0;
}

#block-mallet-page-title {
  width: 90%;
  margin: 80px auto;
}

.path-frontpage main {
  margin-top: -104px;
}
.path-frontpage main #block-mallet-page-title {
  display: none;
}

main {
  overflow: hidden;
}

#toolbar-administration {
  position: relative;
  z-index: 10000;
}

@media screen and (min-width: 600px) {
  .path-frontpage main {
    margin-top: -104px;
  }
}
@media screen and (min-width: 1280px) {
  #block-mallet-page-title {
    width: 1237px;
    margin: 80px auto;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wp-block-group.is-animated {
  animation: fadeInUp 0.7s ease forwards;
}

.wp-block-group:not(:first-child) {
  opacity: 0;
  transform: translateY(40px);
}

.wp-block-group:not(:first-child):not(.wp-block-group .wp-block-group) {
  opacity: 0;
  transform: translateY(40px);
}

#block-mallet-primary-local-tasks {
  position: fixed;
  top: 260px;
  left: 0;
  z-index: 9999;
  background: #E30613;
  padding: 10px 15px 10px 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#block-mallet-primary-local-tasks ul li a {
  color: white !important;
}

header {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: rgba(255, 255, 255, 0.75);
}
header #logo {
  width: 121px;
}
header #logo img {
  width: 100%;
  height: auto;
}
header #navsite {
  display: none;
}
header #toggle {
  display: block;
  top: 25px;
  right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 20px;
  z-index: 10000;
}
header #toggle span {
  position: relative;
  display: block;
  height: 3px;
  width: 100%;
  background: #505050;
  transition: transform 0.8s ease;
}
header #toggle.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
  background: white;
}
header #toggle.open span:nth-child(2) {
  display: none;
}
header #toggle.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: -8px;
  background: white;
}

.nav_mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 9999;
}
.nav_mobile .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #505050;
}
.nav_mobile .region-navmobile {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}
.nav_mobile #block-mallet-logo-2 {
  width: 100px;
  margin: 0 auto 35px;
}
.nav_mobile #block-mallet-logo-2 svg {
  width: 100%;
  height: auto;
}
.nav_mobile #block-mallet-navigationprincipale ul li {
  text-align: center;
}
@media screen and (min-width: 1280px) {
  header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 45px 35px 45px;
    z-index: 9999;
  }
  header #logo {
    width: 121px !important;
  }
  header #logo svg {
    width: 100%;
    height: auto;
  }
  header #logo img {
    width: 100%;
    height: auto;
  }
  header #navsite {
    display: block;
  }
  header #navsite ul:not(.contextual-links) {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  header #navsite ul:not(.contextual-links) li a {
    text-transform: uppercase;
  }
  header #toggle {
    display: none;
  }
}
.banner_home {
  position: relative;
  margin-bottom: 50px;
}
.banner_home figure {
  display: block;
  overflow: hidden;
  display: flex;
  justify-content: center;
  height: 400px;
}
.banner_home figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: 100%;
}
.banner_home svg {
  position: absolute;
  top: 90px;
  right: 10px;
  width: 250px;
  height: auto;
  z-index: 50;
}

@media screen and (min-width: 600px) {
  .banner_home {
    margin-bottom: 80px;
  }
  .banner_home svg {
    width: clamp(350px, 40vw, 1500px);
  }
}
@media screen and (min-width: 1024px) {
  .banner_home figure {
    height: auto;
  }
  .banner_home figure img {
    width: 100%;
    height: auto;
  }
  .banner_home svg {
    right: clamp(20px, 4vw, 80px);
  }
}
@media screen and (min-width: 1280px) {
  .banner_home {
    margin-bottom: 100px;
  }
  .banner_home figure {
    position: relative;
    z-index: 50;
  }
}
@media screen and (min-width: 1536px) {
  .banner_home {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .banner_home {
    margin-bottom: 100px;
  }
}
.wp-block-buttons .wp-block-button a {
  background: #505050;
  color: white;
  text-align: center;
  padding: 16px 15px;
  border-radius: 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  transition: 500ms;
}
.wp-block-buttons .wp-block-button a:hover {
  transition: 500ms;
  background: #E30613;
}

.language-switcher-language-url ul.links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.language-switcher-language-url ul.links li:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
.language-switcher-language-url ul.links li:first-child a {
  padding-right: 5px;
}
.language-switcher-language-url ul.links li:first-child:after {
  content: "";
  display: block;
  height: 14px;
  width: 2px;
  background: #505050;
}
.language-switcher-language-url ul.links li:last-child {
  position: relative;
  margin-left: 5px;
}

#age_consente {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#age_consente.is-visible {
  display: flex;
}
#age_consente .region-age {
  width: 100vw;
  height: 100vh;
  background: #fff;
  padding: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
#age_consente .region-age .language-switcher-language-url {
  position: absolute;
  top: 15px;
  right: 15px;
}
#age_consente .region-age #block-mallet-age {
  text-align: center;
}
#age_consente .region-age #block-mallet-age p {
  margin-bottom: 25px;
  font-size: 12px;
}
#age_consente .region-age #block-mallet-age .wp-block-buttons {
  margin-bottom: 25px;
}
#age_consente .region-age #block-mallet-labusdalcool {
  text-align: center;
}
#age_consente .region-age #block-mallet-labusdalcool p {
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  #age_consente .region-age {
    width: 640px;
    height: 450px;
    justify-content: space-between;
  }
  #age_consente .region-age #block-mallet-logo-3 {
    margin-top: 70px;
  }
  #age_consente .region-age #block-mallet-age p:first-child {
    display: block;
    width: 305px;
    margin: 0 auto 25px;
  }
}
.img-text-btn-fluid {
  position: relative;
  padding: 80px 0;
}
.img-text-btn-fluid .wp-block-columns {
  width: 90%;
  margin: 0 auto 40px;
  position: relative;
  z-index: 200;
  display: flex;
  flex-direction: column;
}
.img-text-btn-fluid .wp-block-columns:has(.wp-block-column:first-child figure) {
  flex-direction: column-reverse;
  position: relative;
}
.img-text-btn-fluid .wp-block-columns .wp-block-column {
  margin-bottom: 25px;
}
@media screen and (min-width: 1280px) {
  .img-text-btn-fluid .wp-block-columns {
    flex-direction: row !important;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .img-text-btn-fluid .wp-block-columns:has(.wp-block-column:first-child figure) {
    flex-direction: row !important;
  }
  .img-text-btn-fluid .wp-block-columns {
    /* Colonne image : prend sa taille naturelle */
  }
  .img-text-btn-fluid .wp-block-columns .wp-block-column:has(figure) {
    flex: 0 0 auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .img-text-btn-fluid .wp-block-columns .wp-block-column:has(figure) img {
    position: relative;
    z-index: 1;
  }
  .img-text-btn-fluid .wp-block-columns {
    /* Colonne texte : prend l'espace restant */
  }
  .img-text-btn-fluid .wp-block-columns .wp-block-column:not(:has(figure)) {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    padding-left: clamp(50px, 8vw, 110px);
    padding-right: unset;
  }
  .img-text-btn-fluid .wp-block-columns .wp-block-column:not(:has(figure)):first-child {
    padding-right: clamp(50px, 8vw, 110px);
    padding-left: unset;
  }
}
@media screen and (min-width: 1300px) {
  .img-text-btn-fluid .wp-block-columns {
    width: 1235px;
    margin: 0 auto 40px;
  }
}
.e_big {
  display: none;
}

@media screen and (min-width: 1200px) {
  .e_big {
    position: relative;
    display: block;
    width: 100%;
    height: 230px;
    z-index: 203;
  }
  .e_big .wp-block-group__inner-container svg {
    position: absolute;
    right: -60px;
    top: -270px;
  }
}
@media screen and (min-width: 1300px) {
  .e_big {
    width: 1235px;
    margin: 0 auto;
  }
  .e_big .wp-block-group__inner-container svg {
    right: -130px;
  }
}
@media screen and (min-width: 1536px) {
  .e_big .wp-block-group__inner-container svg {
    top: -350px;
    right: -240px;
  }
}
.autre_gamme_btn,
.autre_gamme,
.multi_gamme {
  position: relative;
  padding: 0 40px;
  margin-bottom: 80px;
}
.autre_gamme_btn h2,
.autre_gamme h2,
.multi_gamme h2 {
  margin-bottom: 35px;
  position: relative;
  z-index: 10;
}
.autre_gamme_btn header,
.autre_gamme header,
.multi_gamme header {
  background: unset;
  position: relative;
  padding: 0;
  margin-bottom: 50px;
  display: block;
  z-index: 100;
}
.autre_gamme_btn header p,
.autre_gamme header p,
.multi_gamme header p {
  margin-bottom: 35px;
}
.autre_gamme_btn .gamme-swiper,
.autre_gamme .gamme-swiper,
.multi_gamme .gamme-swiper {
  overflow: visible;
}
.autre_gamme_btn .swiper-slide,
.autre_gamme .swiper-slide,
.multi_gamme .swiper-slide {
  width: 362px;
  position: relative;
}
.autre_gamme_btn .swiper-slide img,
.autre_gamme .swiper-slide img,
.multi_gamme .swiper-slide img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.autre_gamme_btn .swiper-slide .hover_gammes,
.autre_gamme .swiper-slide .hover_gammes,
.multi_gamme .swiper-slide .hover_gammes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(227, 6, 19, 0.5);
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 35px;
  color: white;
}
.autre_gamme_btn .swiper-slide .hover_gammes h4,
.autre_gamme .swiper-slide .hover_gammes h4,
.multi_gamme .swiper-slide .hover_gammes h4 {
  font-family: "Otomanopee One Regular";
  font-size: 32px !important;
  color: white;
  margin-bottom: 0;
}
.autre_gamme_btn .swiper-slide .hover_gammes p,
.autre_gamme .swiper-slide .hover_gammes p,
.multi_gamme .swiper-slide .hover_gammes p {
  color: white;
  font-weight: 700 !important;
  font-size: 20px !important;
}
.autre_gamme_btn .swiper-slide:hover .hover_gammes,
.autre_gamme .swiper-slide:hover .hover_gammes,
.multi_gamme .swiper-slide:hover .hover_gammes {
  display: flex;
}
.autre_gamme_btn .swiper-button-next:after,
.autre_gamme_btn .swiper-button-prev:after,
.autre_gamme .swiper-button-next:after,
.autre_gamme .swiper-button-prev:after,
.multi_gamme .swiper-button-next:after,
.multi_gamme .swiper-button-prev:after {
  color: white;
}

@media screen and (min-width: 1024px) {
  .autre_gamme_btn header,
  .autre_gamme header,
  .multi_gamme header {
    margin-bottom: 80px;
    display: flex;
  }
  .autre_gamme_btn header p,
  .autre_gamme header p,
  .multi_gamme header p {
    margin-bottom: 35px;
    display: block;
    width: 540px;
  }
}
@media screen and (min-width: 1280px) {
  .autre_gamme_btn h2,
  .autre_gamme h2,
  .multi_gamme h2 {
    display: block;
    width: 1235px;
    margin: 0 auto 35px;
  }
  .autre_gamme_btn header,
  .autre_gamme header,
  .multi_gamme header {
    width: 1235px;
    margin: 0 auto 80px;
    display: flex;
  }
  .autre_gamme_btn header p,
  .autre_gamme header p,
  .multi_gamme header p {
    margin-bottom: 35px;
    display: block;
    width: 540px;
  }
}
.article_solo {
  position: relative;
  padding: 50px 0;
}
.article_solo .wp-block-group__inner-container {
  width: 90%;
  margin: 0 auto 80px;
}
.article_solo .wp-block-group__inner-container h2 {
  position: relative;
  z-index: 1000;
  margin-bottom: 35px;
}
.article_solo .wp-block-group__inner-container .views-row {
  margin-bottom: 35px;
}
.article_solo .wp-block-group__inner-container .views-row .field-content .col_1 {
  position: relative;
  margin-bottom: 35px;
}
.article_solo .wp-block-group__inner-container .views-row .field-content .col_1 img {
  width: 100%;
  height: auto;
}
.article_solo .wp-block-group__inner-container .views-row .field-content .col_1 .wp-block-buttons {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article_solo .wp-block-group__inner-container .views-row .field-content .col_2 {
  position: relative;
}
.article_solo .wp-block-group__inner-container .views-row .field-content .col_2 a {
  font-family: "Otomanopee One Regular";
  font-weight: 400 !important;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem) !important;
  color: #505050;
  line-height: clamp(1.2em, 3.1vw, 1.35em);
}
.article_solo .wp-block-group__inner-container .views-row .field-content .col_2 p.small {
  font-size: 10px;
}
.article_solo .wp-block-group__inner-container footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}

@media screen and (min-width: 600px) {
  .article_solo .wp-block-group__inner-container .views-row {
    width: 390px;
    margin: 0 auto 35px;
  }
}
@media screen and (min-width: 1024px) {
  .article_solo .wp-block-group__inner-container .views-row {
    width: 100%;
    margin: 0 auto 35px;
  }
  .article_solo .wp-block-group__inner-container .views-row .field-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .article_solo .wp-block-group__inner-container .views-row .field-content .col_1 {
    width: 464px;
    margin-bottom: 0;
  }
  .article_solo .wp-block-group__inner-container .views-row .field-content .col_2 {
    width: 450px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .article_solo .wp-block-group__inner-container h2 {
    display: block;
    width: 1172px;
    margin: 0 auto 35px;
  }
  .article_solo .wp-block-group__inner-container .views-row {
    width: 1172px;
    margin-bottom: 0;
  }
  .article_solo .wp-block-group__inner-container .views-row .field-content {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .article_solo .wp-block-group__inner-container .views-row .field-content .col_1 {
    position: relative;
    width: 464px;
    margin-bottom: 0;
    border-radius: 18px;
    z-index: 100;
  }
  .article_solo .wp-block-group__inner-container .views-row .field-content .col_1::after {
    content: "";
    position: absolute;
    display: block;
    width: 464px;
    height: 309px;
    background: #E30613;
    border-radius: 18px;
    z-index: -1;
    top: 45px;
    left: -45px;
  }
  .article_solo .wp-block-group__inner-container .views-row .field-content .col_1 a {
    display: block;
    overflow: hidden;
    width: 464px;
    height: 309px;
    border-radius: 18px;
  }
  .article_solo .wp-block-group__inner-container .views-row .field-content .col_1 .wp-block-buttons .wp-block-button a {
    width: initial;
    height: initial;
    border-radius: 10px;
  }
  .article_solo .wp-block-group__inner-container .views-row .field-content .col_2 {
    width: 588px;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .article_solo .wp-block-group__inner-container .views-row .field-content .col_2 a {
    display: block;
    margin-bottom: 35px;
  }
  .article_solo .wp-block-group__inner-container .views-row .field-content .col_2 p {
    margin-bottom: 35px;
  }
  .article_solo .wp-block-group__inner-container footer {
    justify-content: flex-end;
  }
}
.page-node-type-article .block-page-title-block .date_actu_texte {
  margin-top: 35px;
}
.page-node-type-article article {
  width: 90%;
}
.page-node-type-article article .node__meta {
  display: none;
}

@media screen and (min-width: 1280px) {
  .page-node-type-article .block-page-title-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .page-node-type-article .block-page-title-block .date_actu_texte {
    width: 100%;
  }
}
@media screen and (min-width: 1300px) {
  .page-node-type-article .block-page-title-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .page-node-type-article .block-page-title-block .date_actu_texte {
    width: 100%;
  }
  .page-node-type-article article {
    width: 100%;
  }
}
.wp-block-drupalblock-views-block-nos-gammes-block-2 {
  margin: 80px 0;
}
.wp-block-drupalblock-views-block-nos-gammes-block-2 h2 {
  display: none;
}
.wp-block-drupalblock-views-block-nos-gammes-block-2 .view-content {
  width: 362px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wp-block-drupalblock-views-block-nos-gammes-block-2 .view-content .views-row {
  position: relative;
  width: 362px;
  height: 362px;
  margin-bottom: 35px;
}
.wp-block-drupalblock-views-block-nos-gammes-block-2 .view-content .views-row .hover_gammes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(227, 6, 19, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 35px;
  color: white;
}
.wp-block-drupalblock-views-block-nos-gammes-block-2 .view-content .views-row .hover_gammes h4 {
  font-family: "Otomanopee One Regular";
  font-size: 32px !important;
  color: white;
  margin-bottom: 0;
}
.wp-block-drupalblock-views-block-nos-gammes-block-2 .view-content .views-row .hover_gammes p {
  color: white;
  font-weight: 700 !important;
  font-size: 20px !important;
}
.wp-block-drupalblock-views-block-nos-gammes-block-2 .view-content .views-row:hover .hover_gammes {
  display: flex;
}

@media screen and (min-width: 1024px) {
  .wp-block-drupalblock-views-block-nos-gammes-block-2 .view-content {
    width: 75%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
  }
  .wp-block-drupalblock-views-block-nos-gammes-block-2 .view-content .views-row {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .wp-block-drupalblock-views-block-nos-gammes-block-2 {
    margin-bottom: 160px;
  }
  .wp-block-drupalblock-views-block-nos-gammes-block-2 .view-content {
    width: 1235px;
    gap: 74px;
  }
  .wp-block-drupalblock-views-block-nos-gammes-block-2 .view-content .views-row .hover_gammes {
    display: none;
  }
}
.gamme .text_classique {
  position: relative;
  width: 90%;
  margin: 0 auto 80px;
}

@media screen and (min-width: 1280px) {
  .gamme .img-text-btn-fluid .carac {
    width: 323px;
  }
  .gamme .img-text-btn-fluid .carac h3 {
    margin-bottom: 25px;
  }
  .gamme .img-text-btn-fluid .carac p {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1300px) {
  .gamme .text_classique {
    padding: 60px 0;
    width: 100%;
  }
  .gamme .text_classique h2,
  .gamme .text_classique p {
    position: relative;
    z-index: 200;
    display: block;
    width: 1235px !important;
    margin: 0 auto 80px;
  }
  .gamme .img-text-btn-fluid {
    width: 1235px !important;
    margin: 0 auto;
  }
}
.wp-block-drupalblock-views-block-notre-actualite-block-1 {
  margin-bottom: 160px;
}
.wp-block-drupalblock-views-block-notre-actualite-block-1 h2 {
  display: none;
}
.wp-block-drupalblock-views-block-notre-actualite-block-1 .view-content {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.wp-block-drupalblock-views-block-notre-actualite-block-1 .view-content .views-row {
  width: 100%;
  margin-bottom: 55px;
}
.wp-block-drupalblock-views-block-notre-actualite-block-1 .view-content .views-row .views-field-field-image {
  margin-bottom: 15px;
}
.wp-block-drupalblock-views-block-notre-actualite-block-1 .view-content .views-row .views-field-field-image img {
  width: 100%;
  height: auto;
}
.wp-block-drupalblock-views-block-notre-actualite-block-1 .view-content .views-row .views-field-title a {
  font-family: "Otomanopee One Regular";
  font-weight: 400 !important;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem) !important;
  color: #505050;
  line-height: clamp(1.2em, 3.1vw, 1.35em);
}
.wp-block-drupalblock-views-block-notre-actualite-block-1 .view-content .views-row .views-field-created {
  margin-bottom: 25px;
}
.wp-block-drupalblock-views-block-notre-actualite-block-1 .view-content .views-row .views-field-created span {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #505050;
  line-height: 1.6;
}
.wp-block-drupalblock-views-block-notre-actualite-block-1 .view-content .views-row .views-field-body {
  margin-bottom: 20px;
}
.wp-block-drupalblock-views-block-notre-actualite-block-1 .view-content .views-row .views-field-body .field-content {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #505050;
  line-height: 1.6;
}

@media screen and (min-width: 600px) {
  .wp-block-drupalblock-views-block-notre-actualite-block-1 .view-content {
    justify-content: center;
  }
  .wp-block-drupalblock-views-block-notre-actualite-block-1 .view-content .views-row {
    width: 390px;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-drupalblock-views-block-notre-actualite-block-1 .view-content {
    justify-content: center;
    gap: 40px;
  }
  .wp-block-drupalblock-views-block-notre-actualite-block-1 .view-content .views-row {
    width: 390px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .wp-block-drupalblock-views-block-notre-actualite-block-1 .view-content {
    justify-content: flex-start;
    width: 1254px;
    gap: 42px;
  }
}
.wp-block-drupalblock-webform-block {
  width: 90%;
  margin: 0 auto 80px;
}
.wp-block-drupalblock-webform-block form label {
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #505050;
  line-height: 1.6;
}
.wp-block-drupalblock-webform-block form select,
.wp-block-drupalblock-webform-block form input[type=email],
.wp-block-drupalblock-webform-block form input[type=tel],
.wp-block-drupalblock-webform-block form input[type=text] {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  margin-bottom: 10px;
  height: 43px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.32);
  border: none;
  margin-bottom: 25px;
  background: white;
  border-radius: 10px;
  padding-left: 10px;
}
.wp-block-drupalblock-webform-block form select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url("../images/polygon.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 36px;
}
.wp-block-drupalblock-webform-block form textarea {
  width: 100%;
  margin-bottom: 10px;
  height: 43px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.32);
  border: none;
  margin-bottom: 25px;
  background: white;
  border-radius: 10px;
  padding-left: 10px;
  height: 200px;
}
.wp-block-drupalblock-webform-block form .form-item-je-veux-des-informations-sur {
  margin-bottom: 25px;
}
.wp-block-drupalblock-webform-block form #edit-actions--3 {
  display: flex;
  justify-content: center;
}
.wp-block-drupalblock-webform-block form #edit-actions--3 input[type=submit] {
  background: #E30613;
  color: white;
  text-align: center;
  padding: 16px 15px;
  border-radius: 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  transition: 500ms;
  width: 200px;
  height: 50px;
  border: none;
}
.wp-block-drupalblock-webform-block form #edit-actions--3 input[type=submit]:hover {
  transition: 500ms;
  background: #ffce63;
}

@media screen and (min-width: 768px) {
  .wp-block-drupalblock-webform-block form {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 660px;
    margin: 0 auto;
  }
  .wp-block-drupalblock-webform-block form textarea {
    width: 100%;
  }
  .wp-block-drupalblock-webform-block form .js-webform-type-textarea {
    width: 100%;
  }
  .wp-block-drupalblock-webform-block form .js-form-item-vous-etes {
    width: 45%;
  }
  .wp-block-drupalblock-webform-block form .form-item-je-veux-des-informations-sur {
    width: 100%;
  }
  .wp-block-drupalblock-webform-block form #edit-container-1--2 {
    width: 45%;
  }
  .wp-block-drupalblock-webform-block form #edit-container-02--2 {
    width: 45%;
  }
}
.classique {
  width: 90%;
  margin: 0 auto 80px;
}
.classique h2,
.classique h3 {
  margin: 35px 0;
}

@media screen and (min-width: 1280px) {
  .classique {
    width: 1200px;
  }
}
.ivoir_color {
  background: #FFFAF6;
}
.ivoir_color.up {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  bottom: 80px;
}
.ivoir_color.up.plus {
  top: -220px;
  bottom: 220px;
}
.ivoir_color.full_color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

footer .footer-up {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .footer-up .left {
  padding-bottom: 35px;
  text-align: center;
}
footer .footer-up .left ul {
  margin-top: 25px;
}
footer .footer-up .left ul li a {
  text-transform: uppercase;
}
footer .footer-up .right {
  padding: 35px 0;
  text-align: center;
}
footer .footer-up .right p {
  color: black;
}
footer .footer-bottom {
  padding: 20px 10px;
  background: #E30613;
  text-align: center;
}
footer .footer-bottom p {
  color: white;
  font-size: 18px;
}
footer .footer-bottom .region-footer-down-1 {
  margin-bottom: 15px;
}
footer .footer-bottom .region-footer-down-2 .block div p {
  font-size: 14px;
}
footer .footer-bottom .region-footer-down-2 .block div a {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  footer .footer-up {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  footer .footer-up .left {
    border-bottom: unset;
  }
  footer .footer-up .left .region-footer-up {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .footer-up .left ul {
    text-align: left;
    padding-left: 25px;
  }
  footer .footer-up .right {
    display: block !important;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  footer .footer-up {
    margin: 50px auto;
  }
  footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .footer-bottom .region-footer-down-1 {
    margin-bottom: 0;
  }
  footer .footer-bottom .region-footer-down-2 {
    margin-bottom: 0;
  }
  footer .footer-bottom .region-footer-down-2 .block div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .footer-bottom .region-footer-down-2 .block div a {
    margin-left: 15px;
  }
}
@media screen and (min-width: 1358px) {
  footer .footer-up {
    width: 1300px;
    margin: 0 auto;
  }
  footer .footer-bottom {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 1536px) {
  footer .footer-bottom {
    padding: 25px 50px;
  }
  footer .footer-bottom .region-footer-down-2 .block div a {
    margin-left: 25px;
  }
}/*# sourceMappingURL=style.css.map */