@font-face {
  font-family: Estrellas Tfb;
  src: url('../fonts/Estrellas-TFB.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --elements-webflow-library--neutral--300: #eff0f6;
  --black: black;
  --red-mad: #f51b2d;
  --red-dark: #b1150e;
  --grey-middle-pressed\<deleted\|variable-41b33043-ddc4-9291-6265-5d95dd2fe866\>: #b8abab;
  --button: -3px;
  --button-1: 4px;
  --button-2: 5px;
  --white: var(--elements-webflow-library--secondary--color-2);
  --gainsboro-grey: #e4e4e4;
  --orange-transp: #ffe9db;
  --elements-webflow-library--general--shadow-02: #14142b00;
  --elements-webflow-library--neutral--100: ;
  --elements-webflow-library--neutral--800: #9f93931a;
  --elements-webflow-library--accent--primary-1: #ffffffab;
  --elements-webflow-library--secondary--color-2: #fff;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --color\<deleted\|variable-dff8fcc1-b081-0ec8-187a-0622de496fbc\>: #ff914d;
  --elements-webflow-library--general--shadow-04: #14142b24;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --flowstica-webflow-library--black: #010b15;
  --flowstica-webflow-library--medium-sea-green: #08b54f;
  --elements-webflow-library--neutral--400: var(--elements-webflow-library--neutral--800);
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-200: #f5fbf3;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--primary-base: #e4cd1e;
  --lynx--black: #1f2022;
  --lynx--grey: #797c83;
  --lynx--white: white;
  --lynx--color: white;
  --flowui-component-library--color: white;
  --font-family: Exo, sans-serif;
  --color-2: #ffedb0;
  --flowstica-webflow-library--honeydew: #cef0dc;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
  margin-bottom: 60px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section-header {
  margin-left: 30px;
  margin-right: 30px;
}

.section-header.cc-cta {
  background-color: #f4f4f4;
  background-image: url('../images/Dépannage-serurrier-vitrier-rapide-fiable.png');
  background-position: 0 0;
  background-size: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.section-header.cc-store-home-wrap {
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.container.cc-blog-detail {
  background-image: url('../images/devis-serrurerie-vitrier-prix.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: scroll;
  margin-bottom: 0;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  color: var(--black);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  margin-left: 0;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  background-color: var(--red-mad);
  opacity: 1;
  color: #000;
  transform-style: preserve-3d;
  border-radius: 15px 5px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-left: 0;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
  transform: translate(0);
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: var(--red-dark);
  transform: translate3d(0, -3px, .01px);
  box-shadow: -3px 4px 5px #0003;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: var(--grey-middle-pressed\<deleted\|variable-41b33043-ddc4-9291-6265-5d95dd2fe866\>);
}

.button.cc-contact-us:hover {
  background-color: var(--red-dark);
  box-shadow: var(--button) var(--button-1) var(--button-2) 0 #0003;
  transform: translate3d(0, -3px, .01px);
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.cc-contact-us {
  z-index: 5;
  transform-style: preserve-3d;
  background-color: #f51b2d;
  border-radius: 15px 5px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 10px;
  font-family: Oswald, sans-serif;
  display: flex;
  position: relative;
}

.button.cc-contact-us {
  z-index: 5;
  transform-style: preserve-3d;
  background-color: #f51b2d;
  border-radius: 15px 5px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 10px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  position: relative;
}

.button.cc-contact-us:hover {
  background-color: #b1150e;
  transform: translate3d(0, -3px, .01px);
  box-shadow: -3px 4px 5px #0003;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  color: #000;
  flex: 0 auto;
  align-self: flex-start;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
  color: var(--black);
  font-size: 14px;
  line-height: 20px;
}

.heading-jumbo {
  color: var(--black);
  text-align: left;
  text-transform: none;
  object-fit: fill;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 55px;
  display: flex;
  position: static;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  text-align: left;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.navigation {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.navigation:hover {
  box-shadow: 0 2px 5px #0003;
}

.navigation:focus {
  background-color: var(--white);
}

.navigation-item {
  opacity: .75;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 20px 9px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: var(--red-dark);
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: .75;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: var(--red-dark);
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  max-width: 80px;
  display: block;
}

.navigation-items {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-right: 80px;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  position: absolute;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: left;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/Serrurier-rapide-pas_cher-honnête-fiable-idf-77-91-92-93-94-75.webp');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 600px;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #ffffffb0;
  background-clip: border-box;
  border-radius: 24px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin: 40px auto 60px;
  display: block;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 0;
  margin-bottom: 60px;
}

.home-section-wrap {
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.section-heading {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 42px;
}

.about-grid {
  grid-column-gap: 29px;
  grid-row-gap: 20px;
  grid-template: ". ."
  / .9fr .75fr;
  grid-auto-flow: row;
  align-items: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.about-grid.cc-about-2 {
  grid-column-gap: 30px;
  grid-template-columns: .75fr .9fr;
  grid-template-areas: ". .";
  font-family: Montserrat, sans-serif;
}

.intro-text {
  width: 80%;
  height: Infinity% ;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black);
  background-color: #fff0;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin: 0 auto;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

.div-block-24 {
  box-sizing: border-box;
  aspect-ratio: auto;
  border-radius: 20px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 5px;
  font-family: Exo, sans-serif;
  display: flex;
}

.text-block {
  color: var(--black);
  padding-left: 0;
  padding-right: 5px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.image-12 {
  background-color: #0000;
}

.text-span {
  color: #e81e15;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 40px;
  display: flex;
}

.heading-2-argument {
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 42px;
  display: flex;
}

.text-span-16 {
  color: #e81e15;
  padding-right: 8px;
}

.text-block-19 {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.text-block-14 {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-top: 0;
  padding-left: 0;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-15 {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-top: 0;
  padding-left: 0;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-20 {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.text-block-13 {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.div-block-25 {
  flex-direction: column;
  display: flex;
}

.text-block-18 {
  color: var(--black);
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 5px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.arg1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fefdfd00;
  border-right: 10px #ffaf021c;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: 0;
  margin-right: 40px;
  padding: 0;
  font-family: Exo, sans-serif;
  display: flex;
}

.div-block-40 {
  flex: 0 auto;
  justify-content: space-around;
  align-self: stretch;
  align-items: flex-end;
  padding-bottom: 40px;
  display: flex;
}

.div-block-26 {
  flex-direction: column;
  flex: 0 auto;
  display: flex;
}

.image-30min {
  text-align: left;
  align-self: center;
  width: 12vh;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-12 {
  color: var(--black);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: normal;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.arg1d {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fefdfd00;
  border-right: 10px #ffaf0238;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.image-10 {
  text-align: left;
  align-self: center;
  width: 12vh;
  padding-bottom: 0;
}

.text-block-21 {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.container-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  padding: 40px 0 0;
  font-family: Exo, sans-serif;
  display: flex;
}

.link-a2p-certification {
  justify-content: flex-start;
  align-items: center;
  display: inline-block;
}

.link-block-serrurerie {
  color: #fefdfd;
  background-color: #e81e15;
  border-radius: 15px 5px;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-top: 10px;
  padding: 10px 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-devis-gratuit {
  border: 1.5px solid var(--red-mad);
  color: var(--red-mad);
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 15px 5px;
  flex: none;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin: 10px 0 0 40px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.button-devis-gratuit:hover {
  border-color: var(--red-dark);
  background-color: var(--orange-transp);
  box-shadow: var(--button) var(--button-1) var(--button-2) 0 #0003;
  color: var(--red-dark);
  transform: translate3d(0, -3px, .01px);
}

.text-block-23 {
  padding-left: 0;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.text-block-16 {
  padding-left: 10px;
  font-weight: 800;
}

.image-21 {
  flex: 0 auto;
  align-self: flex-start;
  width: 100%;
  max-width: 24px;
  height: 100%;
  max-height: 24px;
}

.bouton_container_serrurerie {
  border-radius: 15px 5px;
  flex-direction: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-left: 30px;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-span-12 {
  font-weight: 500;
}

.text-span-10 {
  font-weight: 600;
}

.h2-service-serrurerie {
  color: #333;
  margin-top: 10px;
  padding-left: 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 800;
}

.div-block-2-copy {
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-self: stretch;
  align-items: flex-start;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.serrurerie_paragraph-2b {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 10px;
  font-family: Montserrat, sans-serif;
}

.div-block-37 {
  flex-direction: column;
  align-self: stretch;
  display: flex;
}

.nuisibles_paragraph-2a {
  flex-flow: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 10px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.div-block-38 {
  flex-flow: column;
  padding-bottom: 10px;
  padding-left: 30px;
  font-family: Exo, sans-serif;
  display: flex;
}

.text-block-24 {
  color: var(--white);
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.text-block-24:hover {
  color: var(--white);
}

.bouton_container_vitrerie {
  border-radius: 15px 5px;
  flex-direction: row-reverse;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-block-25 {
  padding-left: 10px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

.text-block-26 {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.image-23 {
  flex: 0 auto;
  align-self: flex-start;
  width: 100%;
  max-width: 24px;
  height: 100%;
  max-height: 24px;
}

.h2-solutions-nuisibles {
  color: #333;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 42px;
  display: flex;
}

.div-block-41 {
  flex-direction: column;
  align-self: stretch;
  display: flex;
}

.div-block-12 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-42 {
  align-self: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.paragraph-3 {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 9px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.text-span-17 {
  color: var(--red-mad);
  font-weight: 600;
}

.text-span-18 {
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.text-span-19 {
  font-weight: 600;
}

.div-block-43 {
  background-color: #f6f2f2;
  border-radius: 20px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding: 5px;
  display: flex;
}

.text-block-27 {
  color: #837f7f;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  text-decoration: none;
}

.image-24 {
  background-color: #0000;
}

.h2-nous-contacter {
  color: #333;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 42px;
  display: flex;
}

.text-block-10 {
  text-align: center;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.text-block-28 {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.div-block-22 {
  background-color: #0000;
  border: 6px #ffaf0238;
  border-left: 9px dotted #ffaf0238;
  border-right-width: 10px;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  align-self: center;
  padding: 1rem 0 1rem 2rem;
  display: flex;
}

.button-devis_contact {
  color: #e81e15;
  background-color: #fff;
  border: 1.5px solid #e81e15;
  border-radius: 15px 5px;
  flex: none;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin: 10px 0 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.link-block-call-contact {
  color: #fefdfd;
  background-color: #e81e15;
  border-radius: 15px 5px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.text-block-11 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.button-e-mail-contact {
  color: #e81e15;
  background-color: #ffaf0238;
  border: 1.5px solid #e81e15;
  border-radius: 15px 5px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin: 10px 0 0;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.bouton_container_contact {
  border-radius: 15px 5px;
  flex-direction: column-reverse;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.bouton_container_devis {
  border-radius: 15px 5px;
  flex-direction: row-reverse;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-block-20 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-21 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding: 0 2rem 0 0;
  display: flex;
}

.footer-light {
  text-align: left;
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  padding: 60px 60px 40px;
  display: flex;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 1100px;
  margin-left: 0;
  margin-right: 0;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  display: flex;
}

.footer-title {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-title:where(.w-variant-9717af89-c2e1-c56e-6d75-4aef0d7b85b8) {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.footer-link-two {
  color: #fff;
  margin-top: 0;
  text-decoration: none;
}

.footer-link-two:where(.w-variant-9717af89-c2e1-c56e-6d75-4aef0d7b85b8) {
  font-family: Exo, sans-serif;
}

.footer-link-two:hover {
  color: var(--red-dark);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 0;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
  font-size: 14px;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.div-block-44 {
  flex-direction: column;
  display: flex;
}

.div-block-30 {
  background-color: var(--white);
  border-right: 10px #ffaf0238;
  border-radius: 24px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-right: 20px;
  padding: 1rem 10px;
  display: flex;
}

.h3-aide-urgence {
  margin-top: 3px;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.bouton_container_aide {
  border-radius: 15px 5px;
  flex-direction: row-reverse;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-block-29 {
  background-color: #0000;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: space-around;
  align-self: stretch;
  align-items: stretch;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-32 {
  background-color: var(--white);
  border-radius: 24px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 1rem 10px;
  display: flex;
}

.text_comment_-a_marche1 {
  text-transform: uppercase;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.text-block-29 {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.div-block-39 {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.h2-d-pannage-24h-24 {
  color: #333;
  text-transform: none;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.link-block-aide-call {
  color: #fefdfd;
  background-color: #e81e15;
  border-radius: 15px 5px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-self: center;
  margin-top: 10px;
  padding: 10px 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.div-block-28 {
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  padding-top: 1rem;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.serrurerie_paragraph-2a-2 {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.text-block-22 {
  color: var(--black);
  text-transform: none;
  align-self: flex-start;
  padding-bottom: 20px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.div-block-31 {
  background-color: var(--white);
  border-right: 10px #ffaf0238;
  border-radius: 24px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-right: 20px;
  padding: 1rem 10px 2rem;
  display: flex;
}

.text_comment_-a_marche2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.button-aide-devis {
  color: #e81e15;
  background-color: #fff;
  border: 1.5px solid #e81e15;
  border-radius: 15px 5px;
  flex: none;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin: 10px 0 0 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 25px;
  display: flex;
}

.div-block-2 {
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: auto;
  padding: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.section-arguments {
  margin-left: 0;
  margin-right: 0;
}

.section-arguments.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section-arguments.cc-store-home-wrap, .section-arguments.cc-store-home-wrap-copy {
  background-color: #fff;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.section-pbm-nuisibles {
  margin-left: 30px;
  margin-right: 30px;
}

.section-pbm-nuisibles.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section-pbm-nuisibles.cc-store-home-wrap {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.section-depannage-7-7 {
  margin-left: 30px;
  margin-right: 30px;
}

.section-depannage-7-7.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section-depannage-7-7.cc-store-home-wrap {
  background-color: #e81e152e;
  border: 1px #000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0 40px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.section-solution-nuisibles {
  margin-left: 30px;
  margin-right: 30px;
}

.section-solution-nuisibles.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section-solution-nuisibles.cc-store-home-wrap {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.section-qui-sommes-nous {
  margin-left: 30px;
  margin-right: 30px;
}

.section-qui-sommes-nous.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section-qui-sommes-nous.cc-store-home-wrap {
  width: auto;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.section-nous-contacter {
  margin-left: 30px;
  margin-right: 30px;
}

.section-nous-contacter.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section-nous-contacter.cc-store-home-wrap {
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.text-block-30 {
  margin-left: 10px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
  line-height: 25px;
}

.image-26 {
  align-self: center;
}

.image-27 {
  border-radius: 24px;
  max-width: 100%;
}

.image-28 {
  background-color: #0000;
  max-width: 100%;
}

.image-29 {
  border-radius: 24px;
  max-width: 100%;
  box-shadow: 0 2px 7px #0003;
}

.image-30 {
  border-radius: 24px;
  max-width: 100%;
}

.text-span-20 {
  color: var(--red-mad);
}

.text-span-20:hover {
  color: var(--red-dark);
}

.div-block-45 {
  flex-direction: column;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: flex;
}

.button-serrurerie-call {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-serrurerie-call:hover {
  color: #fff;
  background-color: #32343a;
}

.button-serrurerie-call:active {
  background-color: #43464d;
}

.button-serrurerie-call.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-serrurerie-call.cc-jumbo-button.cc-jumbo-white {
  background-color: var(--red-mad);
  opacity: 1;
  color: var(--white);
  border-radius: 15px 5px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.button-serrurerie-call.cc-jumbo-button.cc-jumbo-white:hover {
  color: var(--red-mad);
  background-color: #f1f1f1;
}

.button-serrurerie-call.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-serrurerie-call.cc-jumbo-button.cc-jumbo-white.button:hover {
  background-color: var(--red-dark);
}

.button-serrurerie-call.cc-jumbo-button.cc-jumbo-white.button:active {
  background-color: var(--grey-middle-pressed\<deleted\|variable-41b33043-ddc4-9291-6265-5d95dd2fe866\>);
}

.button-serrurerie-call.cc-contact-us {
  z-index: 5;
  background-color: #e81e15;
  border-radius: 15px 5px;
  flex-direction: row;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.button-serrurerie-call.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-serrurerie-call.cc-white-button:hover {
  background-color: #fffc;
}

.button-serrurerie-call.cc-white-button:active {
  background-color: #ffffffe6;
}

.button-depannage-call {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-depannage-call:hover {
  color: #fff;
  background-color: #32343a;
}

.button-depannage-call:active {
  background-color: #43464d;
}

.button-depannage-call.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-depannage-call.cc-jumbo-button.cc-jumbo-white {
  background-color: var(--red-mad);
  opacity: 1;
  color: #000;
  border-radius: 15px 5px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  padding: 12px 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.button-depannage-call.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-depannage-call.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-depannage-call.cc-contact-us {
  z-index: 5;
  background-color: #e81e15;
  border-radius: 15px 5px;
  flex-direction: row;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.button-depannage-call.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-depannage-call.cc-white-button:hover {
  background-color: #fffc;
}

.button-depannage-call.cc-white-button:active {
  background-color: #ffffffe6;
}

.body {
  font-size: 14px;
  line-height: 20px;
}

.bold-text {
  font-family: Montserrat, sans-serif;
}

.button-vitrerie-call {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-vitrerie-call:hover {
  color: #fff;
  background-color: #32343a;
}

.button-vitrerie-call:active {
  background-color: #43464d;
}

.button-vitrerie-call.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-vitrerie-call.cc-jumbo-button.cc-jumbo-white {
  background-color: var(--red-mad);
  opacity: 1;
  color: #000;
  border-radius: 15px 5px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.button-vitrerie-call.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-vitrerie-call.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-vitrerie-call.cc-jumbo-button.cc-jumbo-white.button:hover {
  background-color: var(--red-dark);
}

.button-vitrerie-call.cc-jumbo-button.cc-jumbo-white.button:active {
  background-color: var(--grey-middle-pressed\<deleted\|variable-41b33043-ddc4-9291-6265-5d95dd2fe866\>);
}

.button-vitrerie-call.cc-contact-us {
  z-index: 5;
  background-color: #e81e15;
  border-radius: 15px 5px;
  flex-direction: row;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.button-vitrerie-call.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-vitrerie-call.cc-white-button:hover {
  background-color: #fffc;
}

.button-vitrerie-call.cc-white-button:active {
  background-color: #ffffffe6;
}

.bold-text-2 {
  color: #200ac2;
  -webkit-text-stroke-color: var(--red-mad);
  display: block;
}

.link-block {
  background-color: var(--elements-webflow-library--general--shadow-02);
  color: var(--black);
  border-radius: 5px;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.button-n-contacter-call {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-n-contacter-call:hover {
  color: #fff;
  background-color: #32343a;
}

.button-n-contacter-call:active {
  background-color: #43464d;
}

.button-n-contacter-call.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-n-contacter-call.cc-jumbo-button.cc-jumbo-white {
  background-color: var(--red-mad);
  opacity: 1;
  color: #000;
  border-radius: 15px 5px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.button-n-contacter-call.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-n-contacter-call.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-n-contacter-call.cc-contact-us {
  z-index: 5;
  background-color: #e81e15;
  border-radius: 15px 5px;
  flex-direction: row;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.button-n-contacter-call.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-n-contacter-call.cc-white-button:hover {
  background-color: #fffc;
}

.button-n-contacter-call.cc-white-button:active {
  background-color: #ffffffe6;
}

.link-block-2 {
  align-items: center;
  display: flex;
}

.link-avis-clients-gmb {
  justify-content: flex-start;
  align-items: center;
  display: inline-block;
}

.bold-text-3 {
  font-family: Montserrat, sans-serif;
  position: static;
}

.bold-text-4 {
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.arg1c {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fefdfd00;
  border-right: 10px #ffaf021c;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: 0;
  margin-right: 40px;
  padding: 0;
  display: flex;
}

.text-block-25b {
  column-count: auto;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  padding-top: 5px;
  padding-left: 0;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.heading-jumbo-404 {
  color: var(--white);
  text-align: left;
  text-transform: none;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 65px;
  display: flex;
}

.section-nuisibles-h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 42px;
}

.success-message {
  background-color: #77e86f;
}

.div-block-46 {
  display: block;
}

.submit-button {
  text-align: left;
  margin-bottom: 20px;
}

.div-block-47 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: 1140px;
  height: auto;
  display: flex;
}

.brix---bg-image-full-width {
  z-index: -1;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: linear-gradient(#00000080, #00000080);
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---paragraph-default {
  color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 27px;
  display: block;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---heading-h1-size {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 62px;
}

.brix---grid-2-col---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 0;
  display: grid;
}

.brix---container-default {
  max-width: 1218px;
  margin-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.brix---hero-bg-image-dark {
  background-color: var(--elements-webflow-library--neutral--800);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Obtenez-votre-devis-personnalisé.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.text-block-31 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.recaptcha {
  margin-top: 40px;
  margin-bottom: 10px;
}

.submit-button-2 {
  background-color: var(--red-mad);
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-top: 20px;
}

.div-block-48 {
  margin-top: 40px;
}

.text-field-2, .text-field-3, .text-field-4, .textarea {
  margin-bottom: 20px;
}

.section-devis-form {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.container-4 {
  align-self: center;
  padding-bottom: 40px;
  display: block;
}

.brix---btn-circle-accordion-btn {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-accordion-btn:hover {
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--orange-transp);
  transform: scale3d(.94, .94, 1.01);
}

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.brix---paragraph-default-2 {
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  padding-top: 3px;
  padding-left: 5px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---accordion-spacer {
  min-height: 2px;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---accordion-header {
  align-items: center;
  font-family: Exo, sans-serif;
  font-weight: 600;
  display: flex;
}

.brix---accordion-content-wrapper-v2 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

.brix---accordion-item-wrapper-v3-last {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 20px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-last:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 20px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3-first {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 0 0 20px;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-first:hover {
  transform: translate(8px);
}

.brix---grid-1-column-gap-row-0 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accordion-v3-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  pointer-events: auto;
  border-radius: 15px;
  padding: 40px 60px;
  font-family: Exo, sans-serif;
}

.brix---inner-container-1012px-center {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h2-size {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 42px;
  display: block;
}

.brix---mg-bottom-16px {
  margin-bottom: 0;
}

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

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 10px;
}

.brix---container-default-2 {
  max-width: 1100px;
  max-height: 1000px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-faq-lasam {
  background-color: var(--white);
  color: var(--elements-webflow-library--neutral--100);
  border-bottom: 1px solid #0000008a;
  padding-top: 30px;
  padding-bottom: 60px;
  font-family: Exo, sans-serif;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---hidden-desktop {
  display: none;
}

.brix---btn-slider-arrow-right---testimonial-v12 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--white);
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  -webkit-text-stroke-color: var(--white);
  text-overflow: clip;
  overflow-wrap: normal;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-right---testimonial-v12:hover {
  background-color: var(--orange-transp);
  transform: scale(.95)translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v12 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  left: -11px;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v12:hover {
  transform: scale(.95)translate(0, -50%);
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---heading-h4-size {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.brix---mg-bottom-8px {
  margin-bottom: 0;
}

.brix---flex-horizontal {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  display: flex;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-24px {
  margin-bottom: 0;
}

.brix---card-testimonial-v13 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--white);
  width: auto;
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 15px;
  font-family: Exo, sans-serif;
  display: flex;
}

.brix---slide-item-mg {
  margin-right: 28px;
}

.brix---slider-mask-width-390px {
  max-width: 390px;
  height: 100%;
  overflow: visible;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  background-color: var(--black);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 15px 5px;
  justify-content: center;
  padding: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-2 {
  text-align: center;
  margin-top: 40px;
  margin-right: 0;
}

.buttons-row-right---t-left {
  color: var(--black);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 25px;
  display: flex;
}

.brix---inner-container-490px {
  max-width: 700px;
}

.brix---grid-top---text-2-buttons {
  grid-column-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1.05fr;
  align-items: end;
  margin-bottom: 48px;
}

.brix---section-overflow-avis-clients {
  border-bottom: 1px solid var(--gainsboro-grey);
  background-color: var(--white);
  background-image: url('../images/Contexte-de-lutte-antiparasitaire.png'), linear-gradient(180deg, var(--color\<deleted\|variable-dff8fcc1-b081-0ec8-187a-0622de496fbc\>), var(--gainsboro-grey));
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.div-block-49 {
  flex-flow: column;
  width: auto;
  max-width: none;
  height: auto;
  margin-bottom: 40px;
  display: block;
}

.div-block-50 {
  flex-flow: column;
  display: block;
}

.brix---paragraph-default-head {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}

.heading-h2-sizfaq {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 42px;
  display: block;
}

.brix---paragraph-default-2-hfaq {
  color: var(--black);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.div-block-51 {
  overflow: visible;
}

.image-32 {
  background-color: var(--black);
  border-radius: 5px;
  margin-right: 5px;
  padding-bottom: 0;
}

.brix---paragraph-default-head2 {
  color: var(--black);
  text-align: center;
  align-self: center;
  margin-bottom: 0;
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}

.div-block-52 {
  align-self: auto;
  line-height: 28px;
}

.text-block-32 {
  padding-left: 5px;
  font-family: Exo, sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: 18px;
}

.div-block-53 {
  line-height: 18px;
}

.div-block-54 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.text-span-21 {
  color: var(--white);
}

.brix---hero-pp-serrurerie {
  background-color: var(--elements-webflow-library--neutral--100);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/AO-EA-MRH.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.brix---heading-h1-pp {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 55px;
}

.brix---paragraph-pp-hero {
  color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  display: block;
  overflow: visible;
}

.div-block-50-pp {
  flex-flow: column;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.brix---grid-2-col---1-col-t-pp {
  grid-column-gap: 25px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: .7fr .5fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: center stretch;
  display: grid;
}

.section-arguments-pp {
  margin-left: 30px;
  margin-right: 30px;
}

.section-arguments-pp.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section-arguments-pp.cc-store-home-wrap {
  border-bottom: 1px solid var(--gainsboro-grey);
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 60px;
  display: flex;
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: center;
  justify-items: center;
}

.brix---paragraph-default-3 {
  color: var(--black);
  text-align: left;
  overflow-wrap: normal;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--600);
  align-self: center;
}

.brix---mg-bottom-32px {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.brix---text-200-medium {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---color-accent-2 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---heading-h3-size {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
}

.brix---heading-h3-size-link {
  color: var(--elements-webflow-library--neutral--800);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  transition: color .3s;
}

.brix---heading-h3-size-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---mg-bottom-16px-2 {
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  margin-bottom: 10px;
}

.brix---text-center-2 {
  text-align: left;
  align-self: center;
  font-size: 14px;
  line-height: 20px;
}

.brix---avatar-image-link {
  border-radius: 100px;
  width: 160px;
  max-width: 160px;
  height: 160px;
  max-height: 160px;
  transition: transform .3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---avatar-circle-06 {
  border-radius: 50%;
  width: 160px;
  max-width: 160px;
  height: 160px;
  max-height: 160px;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-team-v1 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size-2 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 42px;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---inner-container-574px---center-2 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: block;
}

.conteneur-intervention {
  max-width: 1100px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.brix---section-serrurerie {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 0;
  padding-bottom: 60px;
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---paragraph-default-4 {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---display-4 {
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---image-wrapper-br-24px-shadow {
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library--general--shadow-04);
  border-radius: 24px;
  overflow: hidden;
}

.brix--grid-2-columns-text-right {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---link-content {
  color: var(--elements-webflow-library--neutral--600);
  text-decoration: none;
}

.brix---grid-2-columns-text-left {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---grid-1-column-gap-row-64px {
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-1000px-center {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---inner-container-490px-center {
  flex-flow: row;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-span-22 {
  color: var(--red-mad);
  font-size: 16px;
  line-height: 27px;
}

.text-span-23 {
  color: var(--red-mad);
}

.brix---inner-container-490px-center-exemple-inter {
  flex-flow: row;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.brix---text-center-2-ex-inter {
  text-align: center;
}

.brix---heading-h2-size-2-inter {
  color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  display: block;
  position: static;
}

.brix---mg-bottom-48px-2-inter {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: block;
}

.brix---container-default-3-inter {
  max-width: 1218px;
  padding-left: 60px;
  padding-right: 60px;
}

.brix---section-2-inter {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 60px;
  padding-bottom: 60px;
}

.brix---btn-icon-left {
  width: 10%;
  margin-right: 8px;
}

.brix---btn-download-app {
  background-color: var(--black);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 15px 5px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  box-shadow: 0 3px 8px #4a3aff1a;
}

.brix---btn-download-app:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---heading-h2-size-3 {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---cta-v13-link-card-white {
  border: 1px solid var(--elements-webflow-library--general--shadow-04);
  background-color: var(--white);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-04);
  color: var(--elements-webflow-library--neutral--600);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---cta-v13-link-card-white:hover {
  color: var(--elements-webflow-library--neutral--600);
  transform: scale(.96);
}

.brix---btn-download-app-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--red-mad);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 15px 5px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  box-shadow: 0 3px 6px #211f540f;
}

.brix---btn-download-app-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  transform: translate3d(0, -3px, .01px);
}

.brix---color-neutral-300 {
  color: var(--elements-webflow-library--neutral--300);
}

.brix---ctav-13-link-card {
  background-color: var(--red-mad);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---ctav-13-link-card:hover {
  color: var(--elements-webflow-library--neutral--100);
  transform: scale(.96);
}

.brix---grid-2-columns {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---section-ban-d-pannage-test {
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 60px;
}

.brix---cta-v1-floating-item-02 {
  position: absolute;
  inset: auto -2% 0% auto;
}

.brix---cta-v1-floating-item-01 {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto -1%;
}

.cta-button-cta-devis-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--secondary--color-2);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 5px;
  padding: 20px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.cta-button-cta-devis-white:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--red-dark);
  transform: translate3d(0, -3px, .01px);
}

.cta-button-cta-phone {
  background-color: var(--red-mad);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-04);
  color: var(--white);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 5px;
  justify-content: center;
  padding: 20px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.cta-button-cta-phone:hover {
  border: 1px none var(--red-mad);
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--red-mad);
  transform: translate3d(0, -3px, .01px);
  box-shadow: -3px 4px 5px #0003;
}

.brix---button-row-left-3 {
  margin-right: 24px;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 0;
}

.brix---inner-container-600px---center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---cta-card {
  background-color: var(--black);
  text-align: center;
  background-image: url('../images/devis-gratuit-intervention-rapide-punaises-rat-souris-traitement.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 30px;
  padding: 40px;
  position: relative;
}

.text-span-24 {
  color: var(--red-mad);
  font-size: 30px;
  line-height: 40px;
}

.text-block-33 {
  color: var(--elements-webflow-library--neutral--100);
  margin-bottom: 40px;
  font-weight: 500;
}

.section-intervention-2-cta {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-span-25 {
  color: var(--black);
  font-size: 25px;
  line-height: 35px;
}

.text-span-26 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.text-span-27 {
  text-transform: uppercase;
  font-weight: 300;
}

.text-span-28 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

.heading-h2-size-2cta {
  color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 42px;
  display: block;
  position: static;
}

.text-span-29 {
  color: var(--white);
  text-align: center;
  font-weight: 400;
}

.div-block-55 {
  margin-bottom: 40px;
}

.brix---heading-h3-size-2cta {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.brix---heading-h2-size-3-faq {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-56 {
  margin-bottom: 50px;
}

.text-block-33-c {
  color: var(--red-mad);
  text-align: center;
  mix-blend-mode: normal;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.brix---hero-pp-vitrerie {
  background-color: var(--elements-webflow-library--neutral--100);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/AO-EA-MRH.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.brix---hero-pp-vitrerie-copy {
  background-color: var(--elements-webflow-library--neutral--100);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Vitrier_vitre_cassée_remplacement.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.heading-h1-lasam {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}

.brix---half-bg-right---width-36 {
  z-index: -1;
  background-color: var(--elements-webflow-library--accent--primary-1);
  width: 36%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brix---error-message {
  color: var(--orange-transp);
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-809 {
  color: var(--elements-webflow-library--neutral--100);
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.brix---icon-success-message-big {
  text-align: center;
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message {
  background-color: var(--elements-webflow-library--general--shadow-04);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.brix---btn-primary-2 {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 15px 5px;
  justify-content: center;
  padding: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--red-dark);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-2:active {
  background-color: var(--grey-middle-pressed\<deleted\|variable-41b33043-ddc4-9291-6265-5d95dd2fe866\>);
}

.brix---text-area {
  border: 1px solid var(--elements-webflow-library--general--shadow-04);
  background-color: var(--elements-webflow-library--neutral--100);
  min-height: 130px;
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--black);
  border-radius: 5px;
  padding: 16px 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area:hover {
  border-color: var(--red-dark);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---text-area:focus {
  border-color: var(--red-dark);
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.brix---text-area::placeholder {
  color: var(--grey-middle-pressed\<deleted\|variable-41b33043-ddc4-9291-6265-5d95dd2fe866\>);
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.brix---input-label {
  color: var(--black);
  text-transform: none;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.brix---input {
  border: 1px solid var(--elements-webflow-library--general--shadow-04);
  background-color: var(--elements-webflow-library--neutral--100);
  min-height: 55px;
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--black);
  border-radius: 5px;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input:focus {
  border-color: var(--red-dark);
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.brix---input::placeholder {
  color: var(--grey-middle-pressed\<deleted\|variable-41b33043-ddc4-9291-6265-5d95dd2fe866\>);
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 22px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.card-form {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--white);
  min-height: 576px;
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  margin-bottom: 0;
  padding: 40px 20px;
  font-family: Exo, sans-serif;
}

.brix---text-200-bold-2 {
  color: var(--black);
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.brix---color-accent-3 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---text-201 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---big-icon-left {
  color: var(--black);
  border-radius: 16px;
  margin-right: 16px;
}

.card-link-icon-wrapper {
  border: 1px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.card-link-icon-wrapper:hover {
  border-color: var(--grey-middle-pressed\<deleted\|variable-41b33043-ddc4-9291-6265-5d95dd2fe866\>);
  background-color: var(--orange-transp);
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-1-column {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-400px {
  max-width: 400px;
}

.text-300-bold {
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.brix---color-neutral-810 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-40px-3 {
  margin-bottom: 35px;
}

.paragraph-default-5 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.brix---color-neutral-811 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---heading-h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 42px;
}

.brix---subtitle-2 {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  -webkit-text-stroke-color: var(--black);
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.grid-contact-v1 {
  grid-column-gap: 15px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.2fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  display: grid;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 60px;
  padding-right: 60px;
}

.brix---section---demande-devis {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.grid {
  grid-template-rows: 396px;
}

.div-block-57 {
  flex: 0 auto;
  align-self: center;
}

.brix---paragraph-d4-ex-int1 {
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.brix---paragraph-1---st---serrurerie, .brix---paragraph-2---st---serrurerie, .brix---paragraph-default-3---st---serrurerie {
  color: var(--black);
  text-align: left;
  overflow-wrap: normal;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-58 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---mg-bottom-32px-serrurerie-prix-d-lai {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.cta-phone-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--white);
  color: var(--red-mad);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  transform-style: preserve-3d;
  border-radius: 15px 5px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  box-shadow: 0 3px 6px #211f540f;
}

.cta-phone-white:hover {
  background-color: var(--orange-transp);
  box-shadow: var(--button) 3px var(--button-1) var(--button-2) #211f540f;
  transform: translate3d(0, -3px, .01px);
}

.cta-phone-white.cta-button-cta-phone {
  border-radius: 5px;
}

.brix---cta-form-devis {
  background-color: var(--black);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  box-shadow: 0 3px 8px #4a3aff1a;
}

.brix---cta-form-devis:hover {
  background-color: var(--red-dark);
  box-shadow: var(--button) var(--button-1) var(--button-2) 0 #4a3aff1a;
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.image-33 {
  opacity: .9;
  flex: 0 auto;
  align-self: auto;
}

.brix---paragraph-df-subtit-serrur {
  color: var(--black);
  text-align: center;
  overflow-wrap: normal;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.brix---paragraph-serrurerie-intervention-prix {
  opacity: .9;
  color: var(--red-mad);
  text-align: center;
  overflow-wrap: normal;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25 {
  font-weight: 600;
}

.brix---buttons-hero-cta {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.button-cta-call-hero-serrurerie {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-cta-call-hero-serrurerie:hover {
  color: #fff;
  background-color: #32343a;
}

.button-cta-call-hero-serrurerie:active {
  background-color: #43464d;
}

.button-cta-call-hero-serrurerie.cc-jumbo-button {
  margin-left: 0;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-cta-call-hero-serrurerie.cc-jumbo-button.cc-jumbo-white {
  background-color: var(--red-mad);
  opacity: 1;
  color: #000;
  border-radius: 15px 5px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-left: 0;
  padding: 10px 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.button-cta-call-hero-serrurerie.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-cta-call-hero-serrurerie.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-cta-call-hero-serrurerie.cc-contact-us {
  z-index: 5;
  background-color: #e81e15;
  border-radius: 15px 5px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  transition-property: background-color, transform, color;
  transition-duration: .3s, .3s, .3s;
  display: flex;
  position: relative;
}

.button-cta-call-hero-serrurerie.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-cta-call-hero-serrurerie.cc-white-button:hover {
  background-color: #fffc;
}

.button-cta-call-hero-serrurerie.cc-white-button:active {
  background-color: #ffffffe6;
}

.image-26c {
  align-self: center;
}

.text-block-30c {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33 {
  font-weight: 600;
}

.brix---section-ban-d-pannage-serrurerie {
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 60px;
}

.brix---container-ban-dep-serrurerie {
  max-width: 1218px;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.brix---cta-card-serrurerie {
  background-color: var(--black);
  text-align: center;
  background-image: url('../images/Avis-client-RM-serrurerie-brie-comte-robert.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 30px;
  padding: 40px;
  position: relative;
}

.div-block-40-c {
  flex: 0 auto;
  justify-content: space-around;
  align-self: stretch;
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
}

.brix---hero-pp-services-serrurerie {
  background-color: var(--elements-webflow-library--neutral--100);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Serrurier_dépannage_idf_fiable_pas_cher.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.div-block-59 {
  flex: 0 auto;
  align-self: stretch;
}

.image-29-contact {
  border-radius: 24px;
  max-width: 100%;
  box-shadow: 0 2px 7px #0003;
}

.brix---hero-pp-services-vitrerie {
  background-color: var(--elements-webflow-library--neutral--100);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Vitrier_dépannage_urgence_rapide_pas_cher.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.brix---hero-pp-contact-qui-sommes-nous {
  background-color: var(--elements-webflow-library--neutral--100);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/header-ban-lasam-contact-qui-sommes-nous.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.hero-pp-obtenir-un-devis {
  aspect-ratio: auto;
  background-color: var(--elements-webflow-library--neutral--100);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: none;
  background-image: url('../images/lasam-intervention-devis-diagnostic-gratuit.webp');
  background-position: 50% 0;
  background-size: cover;
  background-clip: border-box;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 60px;
  display: block;
  position: relative;
  overflow: hidden;
}

.bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40, .bold-text-41, .bold-text-42, .bold-text-43, .bold-text-44, .bold-text-45, .bold-text-46, .bold-text-47, .bold-text-48, .bold-text-49, .bold-text-50 {
  font-weight: 600;
}

.link-vitrerie {
  color: var(--red-mad);
  padding-left: 10px;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}

.link-vitrerie:hover {
  color: var(--red-dark);
}

.link-serrurerie {
  color: var(--red-mad);
  padding-left: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}

.link-serrurerie:hover {
  color: var(--red-dark);
}

.text-span-30, .text-span-31, .text-span-32, .text-span-33, .text-span-34, .text-span-35, .text-span-36, .bold-text-51, .bold-text-52, .bold-text-53, .bold-text-54, .bold-text-55, .bold-text-56, .bold-text-57, .bold-text-58, .bold-text-59, .bold-text-60, .bold-text-61, .bold-text-62, .bold-text-63, .bold-text-64, .bold-text-65, .bold-text-66, .bold-text-67, .bold-text-68, .bold-text-69, .bold-text-70, .bold-text-71 {
  font-weight: 600;
}

.text-block-34 {
  font-weight: 500;
}

.div-block-62 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-35 {
  color: var(--red-dark);
  font-weight: 600;
}

.brix---paragraph-default-6 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.brix---color-neutral-812 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-813 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-8px-3 {
  margin-bottom: 8px;
}

.brix---heading-h1-size---mg-0 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---circle-number {
  background-color: var(--elements-webflow-library--secondary--color-2);
  width: 160px;
  min-width: 160px;
  height: 160px;
  min-height: 160px;
  color: var(--elements-webflow-library--accent--primary-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.brix---content-center-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size-4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---subtitle-3 {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

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

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.brix---container-default-5 {
  max-width: 1218px;
  margin-top: 100px;
  margin-bottom: 0;
  padding: 40px 20px;
}

.brix---section-3 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.wbs-step-3-arrow-image-last {
  opacity: .25;
  position: absolute;
  inset: auto 23% -20% auto;
}

.wbs-step-3-arrow-image-top {
  opacity: .25;
  position: absolute;
  inset: -20% 0% 0% 26%;
}

.wbs-step-3-arrow-image-bottom {
  opacity: .25;
  position: absolute;
  inset: auto 0% -20%;
}

.wbs-heading-h5 {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3em;
}

.wbs-step-3-simple-number {
  color: var(--flowstica-webflow-library--medium-sea-green);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
}

.wbs-step-3-item-top {
  margin-top: 100px;
}

.wbs-step-3 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.wbs-container {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.section-intervention-4-tapes {
  background-color: var(--orange-transp);
  padding: 60px;
}

.wbs-step-simple-title {
  color: var(--black);
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
}

.wbs-step-simple-number {
  color: var(--red-mad);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 90px;
}

.wbs-step-simple-number-wrap {
  background-color: var(--elements-webflow-library--neutral--400);
  width: 80px;
  height: 80px;
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wbs-step-simple-item {
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 15px;
  padding: 20px;
  font-size: 14px;
  line-height: 25px;
}

.wbs-steps-2 {
  grid-column-gap: 1.4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.brix---bg-image-full-width-2 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-secondary-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-3 {
  background-color: var(--red-mad);
  color: var(--white);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 15px 5px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-3:hover {
  background-color: var(--red-dark);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-4 {
  margin-right: 24px;
}

.brix---buttons-row-2 {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 10px;
}

.brix---color-neutral-814 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---card-over-bg-image {
  z-index: 1;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  max-width: 728px;
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  padding: 60px;
  position: static;
}

.brix---grid-card-light {
  grid-column-gap: 1px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.35fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---section-bg-image {
  background-image: url('../images/Depannage-serrurerie-idf-91-92-93-94-95-75-77-78-idf.webp');
  background-position: 0 0;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.heading {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.div-block-58-depannage {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---mg-bottom-32px-d-pannage-prix-d-lai {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.heading-2 {
  text-align: center;
  margin-bottom: 60px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}

.text-span-37 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium, .f-text-weight-medium {
  font-weight: 500;
}

.f-sub-heading-regular {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-feature-icon-round {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 16px;
  display: flex;
  box-shadow: 23px 23px 48px -8px #1600420a;
}

.f-feature-card-outline {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--flowui-component-library--gray-200);
  border-radius: 12px;
  align-items: center;
  width: 100%;
  max-width: 350px;
  padding: 32px;
  transition: background-color .4s;
  display: flex;
}

.f-feature-card-outline:hover {
  background-color: var(--flowui-component-library--gray-100);
}

.f-feature-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-64 {
  margin-bottom: 64px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-button-primary {
  background-color: var(--flowui-component-library--gray-900);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-primary:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  min-height: 48px;
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-modal-button-grid {
  grid-template-rows: auto;
}

.f-modal-wrapper-right {
  grid-column-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.f-modal-line {
  background-color: var(--flowui-component-library--grey-300);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area {
  border: 1px solid var(--flowui-component-library--grey-300);
  min-height: 112px;
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-account-input-grid {
  grid-template-columns: 1fr;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-modal-close-link {
  color: var(--flowui-component-library--gray-500);
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-modal-close-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-modal-title-wrapper {
  width: 100%;
  color: var(--flowui-component-library--gray-900);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-modal-base-large {
  border: 1px solid var(--flowui-component-library--gray-100);
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 408px;
  padding: 24px;
  box-shadow: 105px 105px 144px -32px #1b09430a;
}

.brix---mg-bottom-0 {
  color: var(--black);
  margin-bottom: 0;
  font-weight: 400;
}

.brix---color-neutral-815 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---paragraph-default-7 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.brix---heading-h3-size-3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-816 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---square-icon {
  border-radius: 16px;
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---card-content-center {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.brix---grid-3-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size-5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-12px-2 {
  margin-bottom: 12px;
}

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

.brix---inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-4 {
  margin-bottom: 48px;
}

.brix---container-default-6 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-4 {
  color: var(--elements-webflow-library--neutral--100);
  padding: 60px;
}

.text-span-38 {
  color: var(--red-mad);
}

.wbs-section-ets {
  background-color: var(--orange-transp);
  padding: 60px;
}

.wbs-step-simple-item-copy {
  background-color: var(--white);
  text-align: center;
  border-radius: 13px;
  padding: 20px;
  font-size: 14px;
  line-height: 25px;
  box-shadow: 0 2px 7px #00000030;
}

.wbs-step-simple-item-copy1 {
  text-align: center;
  border-radius: 13px;
  padding: 20px;
  font-size: 14px;
  line-height: 25px;
}

.wbs-step-simple-number-wrap-copy {
  background-color: var(--white);
  width: 80px;
  height: 80px;
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wbs-steps-2-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wbs-step-simple-item-copy {
  text-align: center;
  border-radius: 13px;
  padding: 20px;
  font-size: 14px;
  line-height: 25px;
  box-shadow: 0 2px 7px #00000030;
}

.wbs-step-simple-item-copy-copy {
  text-align: center;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  line-height: 25px;
  display: flex;
  box-shadow: 0 2px 7px #00000030;
}

.flex-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.brix---buttons-row-2-c-m {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.container-2-c-m-arg {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  padding: 40px 0 0;
  display: flex;
}

.div-block-40-c-m-arg {
  flex: 0 auto;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.text-span-39 {
  color: var(--red-mad);
}

.brix---section-vitrerie {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 0;
  padding-bottom: 60px;
}

.section {
  background-image: url('../images/Depannage-serrurerie-idf-91-92-93-94-95-75-77-78-idf.webp');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.paragraph-bigger-st {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger-st.cc-bigger-light {
  opacity: .6;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.paragraph-bigger-st.cc-bigger-white-light-st {
  opacity: .6;
  color: var(--black);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.brix---st---pp-hero {
  color: var(--red-mad);
  text-transform: none;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  display: block;
  position: static;
}

.brix---st1---pp-hero {
  color: var(--red-mad);
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  display: block;
}

.text-block-36 {
  color: var(--white);
  font-family: Exo, sans-serif;
}

.bold-text-72, .text-block-37 {
  font-family: Oswald, sans-serif;
}

.image-60-lab1, .image-60-lab2 {
  flex: 0 auto;
  align-self: flex-start;
  width: 100%;
  max-width: 110px;
  height: 100%;
  max-height: 70px;
}

.section-overflow-avis-client-vfs {
  background-color: var(--white);
  background-image: url('../images/background-avis-clients-lasam-note-5-etoiles-gmb-google.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #0000;
  flex-flow: column;
  width: auto;
  height: auto;
  padding: 60px 30px;
  font-family: Exo, sans-serif;
  display: block;
  overflow: hidden;
}

.brix---input-ml {
  color: var(--black);
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.hero-pp-homepage {
  aspect-ratio: auto;
  background-color: var(--elements-webflow-library--neutral--100);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: none;
  background-image: url('../images/Ajouter-un-titre-3.png');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 60px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-intervention-de-section-2cta {
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 60px;
}

.bold-text-75, .bold-text-76, .bold-text-77 {
  font-weight: 600;
}

.div-block-63 {
  flex: 0 auto;
  display: flex;
}

.navigation-item-2 {
  opacity: .89;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding: 9px 20px 9px 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.navigation-item-2:hover {
  opacity: .9;
  color: #b1150e;
}

.navigation-item-2:active {
  opacity: .8;
}

.navigation-item-2.w--current {
  opacity: .75;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item-2.w--current:hover {
  opacity: .8;
  color: #b1150e;
}

.navigation-item-2.w--current:active {
  opacity: .7;
  color: #32343a;
}

.text-block-38 {
  margin-left: 10px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.navigation-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.navigation-2:hover {
  box-shadow: 0 2px 5px #0003;
}

.navigation-2:focus {
  background-color: #fff;
}

.image-34 {
  align-self: center;
}

.text-span-40 {
  color: #e81e15;
}

.text-span-40:hover {
  color: #b1150e;
}

.navigation-item-3 {
  opacity: .75;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding: 9px 20px 9px 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.navigation-item-3:hover {
  opacity: .9;
  color: #b1150e;
}

.navigation-item-3:active {
  opacity: .8;
}

.navigation-item-3.w--current {
  opacity: .75;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item-3.w--current:hover {
  opacity: .8;
  color: #b1150e;
}

.navigation-item-3.w--current:active {
  opacity: .7;
  color: #32343a;
}

.text-block-39 {
  margin-left: 10px;
  font-weight: 700;
  line-height: 25px;
}

.navigation-3 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.navigation-3:hover {
  box-shadow: 0 2px 5px #0003;
}

.navigation-3:focus {
  background-color: #fff;
}

.image-35 {
  align-self: center;
}

.text-span-41 {
  color: #e81e15;
}

.text-span-41:hover {
  color: #b1150e;
}

.bold-text-78 {
  font-weight: 600;
  line-height: 28px;
}

.button-2 {
  float: none;
  clear: none;
  text-align: center;
  position: sticky;
  inset: 0% auto auto 0%;
}

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

.div-block-64 {
  display: block;
}

.grid-2 {
  grid-column-gap: 0px;
  background-color: var(--black);
  border-radius: 5px;
  grid-template-rows: 1fr;
  grid-template-columns: .25fr .75fr .25fr minmax(100px, 1fr) .25fr 1fr;
  place-content: stretch;
  place-items: center start;
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.text-block-40, .text-block-41, .text-block-42 {
  color: #fff;
}

.div-block-65 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-43 {
  flex: 0 auto;
  font-weight: 700;
}

.div-block-66 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-family: Exo, sans-serif;
  display: none;
  overflow: visible;
}

.text-span-42, .text-span-43, .text-span-44 {
  color: var(--flowstica-webflow-library--medium-sea-green);
}

.text-block-44 {
  padding-left: 0;
}

.text-block-45 {
  font-weight: 700;
}

.text-span-45 {
  font-weight: 800;
}

.text-block-46 {
  color: #fff;
}

.text-block-footer-des {
  color: #fff;
  max-width: 300px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.text-block-47 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 14px;
}

.text-block-48 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-weight: 600;
  line-height: 40px;
}

.div-block-68 {
  padding-top: 10px;
}

.div-block-69 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.bold-text-80 {
  font-size: 16px;
  line-height: 40px;
}

.link-block-3, .link-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.image-36 {
  width: 25px;
}

.section-mentions-legales {
  background-color: var(--orange-transp);
  padding: 0 60px 40px;
}

.heading-h2 {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 42px;
  display: block;
}

.paragraph-8, .paragraph-9 {
  font-family: Exo, sans-serif;
}

.italic-text {
  font-style: normal;
}

.section-donn-es-personnelles {
  background-color: var(--orange-transp);
  padding: 40px 60px;
}

.section-cookies {
  background-color: var(--elements-webflow-library--general--shadow-03);
  padding: 0 60px 40px;
  font-family: Exo, sans-serif;
}

.section-mentions-l-gales {
  background-color: var(--elements-webflow-library--general--shadow-03);
  padding: 40px 60px;
}

.section-politique-confidentialite {
  background-color: var(--elements-webflow-library--general--shadow-03);
  padding: 0 60px 40px;
}

.brix---slide-item-mg-copy {
  margin-right: 28px;
}

.list {
  line-height: 20px;
}

.code-embed {
  color: var(--black);
  font-family: Exo, sans-serif;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  line-height: 20px;
}

.list-2, .paragraph-10 {
  font-family: Exo, sans-serif;
}

.paragraph-11 {
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.rich-text-block {
  font-family: Exo, sans-serif;
}

.paragraph-12 {
  font-weight: 500;
}

.list-item-6, .list-item-7, .list-item-8 {
  line-height: 20px;
}

.paragraph-13 {
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.rich-text-block-2 {
  font-family: Exo, sans-serif;
}

.paragraph-14 {
  font-weight: 500;
}

.bold-text-81, .bold-text-82 {
  font-weight: 600;
}

.navigation-item-4 {
  opacity: .75;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 0 auto;
  align-self: center;
  padding: 9px 0;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item-4:hover {
  opacity: .9;
  color: #b1150e;
}

.navigation-item-4:active {
  opacity: .8;
}

.navigation-item-4.w--current {
  opacity: .75;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item-4.w--current:hover {
  opacity: .8;
  color: #b1150e;
}

.navigation-item-4.w--current:active {
  opacity: .7;
  color: #32343a;
}

.text-block-49 {
  margin-left: 10px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.navigation-wrap-2 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.menu-2 {
  z-index: 0;
  text-align: left;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 1100px;
  font-family: Exo, sans-serif;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-items-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: none;
  padding-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  display: flex;
  position: absolute;
}

.navigation-lasam {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.navigation-lasam:hover {
  box-shadow: 0 2px 5px #0003;
}

.navigation-lasam:focus {
  background-color: #fff;
}

.image-37 {
  align-self: center;
}

.text-span-47 {
  color: #e81e15;
}

.text-span-47:hover {
  color: #b1150e;
}

.button-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-3:active {
  background-color: #43464d;
}

.button-3.cc-contact-us {
  z-index: 5;
  background-color: var(--red-mad);
  transform-style: preserve-3d;
  border-radius: 5px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.button-3.cc-contact-us:hover {
  background-color: #b1150e;
  transform: translate3d(0, -3px, .01px);
  box-shadow: -3px 4px 5px #0003;
}

.section-2 {
  background-color: #e2e2e2;
  max-width: 1218px;
  min-height: 400px;
}

.body-2 {
  display: block;
}

.section-ml {
  justify-content: center;
  align-items: center;
  max-width: none;
  min-height: 300px;
  padding-top: 40px;
  display: flex;
}

.heading-3 {
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
  display: grid;
}

.section-hero-page-sea {
  aspect-ratio: auto;
  background-color: var(--elements-webflow-library--neutral--100);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: none;
  background-image: url('../images/ChatGPT-Image-6-juin-2026-19_08_45.png');
  background-position: 100%;
  background-repeat: repeat;
  background-size: auto;
  background-clip: border-box;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.form {
  background-color: #fff;
  padding: 20px;
}

.brix---card-form---sea {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--white);
  min-height: 530px;
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-04);
  border-radius: 15px;
  margin-bottom: 0;
  padding: 20px;
  font-family: Exo, sans-serif;
}

.checkbox-label, .checkbox-label-2 {
  text-transform: none;
}

.div-block-74 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 15px;
  display: flex;
}

.div-block-75 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 5px;
  display: flex;
}

.field-label-5 {
  text-transform: none;
}

.field-label-form {
  text-transform: none;
  margin-bottom: 5px;
  font-weight: 700;
}

.field-label-7, .field-label-8 {
  text-transform: none;
}

.text-block-50 {
  font-family: Oswald, sans-serif;
  font-size: 12px;
  line-height: 17px;
}

.div-block-76 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.checkbox-label-3, .checkbox-label-4, .checkbox-label-5 {
  text-transform: none;
}

.text-block-51 {
  color: #888;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.div-block-77, .div-block-78 {
  padding-top: 10px;
}

.cta-header-devis {
  background-color: #000101;
  border-radius: 5px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.text-field-5, .text-field-6, .text-field-7 {
  border-radius: 10px;
  font-size: 14px;
  line-height: 26px;
}

.textarea-2 {
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
}

.text-block-52 {
  color: var(--red-mad);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.heading-4 {
  font-family: Oswald, sans-serif;
  font-weight: 600;
  line-height: 40px;
}

.div-block-79 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.div-block-80 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.form-2 {
  display: block;
}

.div-block-81 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #f4a3a375;
  border-radius: 15px;
  padding: 5px 10px;
  display: flex;
}

.brix---paragraph-pp-hero-2 {
  color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  display: block;
}

.section-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--orange-transp);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-82, .div-block-83 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-84 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.text-block-53 {
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-85 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  display: flex;
}

.div-block-86 {
  flex-flow: row;
  flex: 0 auto;
  align-self: center;
  max-width: 40%;
  max-height: 40%;
  display: block;
}

.div-block-87 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px #000;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
}

.flex-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  font-family: Exo, sans-serif;
}

.section-5 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0 0;
  font-family: Exo, sans-serif;
  display: block;
}

.paragraph-15 {
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.paragraph-16, .paragraph-17 {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 25px;
}

.text-block-54 {
  text-align: center;
  text-transform: uppercase;
}

.text-block-55, .text-block-56 {
  text-transform: uppercase;
}

.sous-titre-bloc-sea {
  color: var(--red-mad);
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  line-height: 25px;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-l {
  margin-bottom: 1rem;
}

.flex-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-layout.flex-vertical {
  flex-direction: column;
}

.utility-margin-bottom-0 {
  margin-bottom: 0;
}

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-block-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-heading {
  max-width: 740px;
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-paragraph {
  max-width: 820px;
  color: var(--lynx--grey);
  margin-bottom: 36px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.lynx-block-faq {
  grid-row-gap: 14px;
  flex-direction: column;
  width: 100%;
  max-width: 840px;
  font-family: Exo, sans-serif;
  display: flex;
}

.lynx-accordion-item {
  background-color: var(--lynx--white);
  border-radius: 20px;
  font-family: Exo, sans-serif;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  font-family: Exo, sans-serif;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header:hover {
  padding-left: 35px;
}

.lynx-heading-accordion {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.lynx-icon-arrow {
  background-color: var(--lynx--black);
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
}

.lynx-accordion-content {
  padding-left: 30px;
  padding-right: 30px;
  font-family: Exo, sans-serif;
  overflow: hidden;
}

.lynx-paragraph-accordion {
  color: var(--lynx--grey);
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.heading-2-bloc-sea {
  color: var(--black);
  text-align: left;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}

.section-faq {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sous-titre-center {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  line-height: 25px;
}

.section-ban-2-cta-footer-black {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom: 1px solid var(--lynx--grey);
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  display: flex;
}

.sous-titre-bloc-cta {
  text-transform: uppercase;
  text-overflow: clip;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  font-family: Exo, sans-serif;
}

.flex-block-3 {
  flex-flow: column;
  flex: 1;
}

.cta-phone-bloc-2-boutons {
  background-color: var(--red-mad);
  color: var(--white);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 5px;
  justify-content: center;
  padding: 20px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.cta-phone-bloc-2-boutons:hover {
  border: 1px none var(--red-mad);
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--red-mad);
  transform: translate3d(0, -3px, .01px);
  box-shadow: -3px 4px 5px #0003;
}

.cta-devis-bloc-2-boutons {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--secondary--color-2);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 5px;
  padding: 20px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.cta-devis-bloc-2-boutons:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--red-dark);
  transform: translate3d(0, -3px, .01px);
}

.div-block-88 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.sous-titre-bloc-cta-white {
  color: var(--red-mad);
  text-transform: uppercase;
  text-overflow: clip;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.heading-2-bloc-sea-white {
  color: var(--lynx--white);
  text-align: left;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}

.text-block-57 {
  color: var(--white);
  font-size: 14px;
  line-height: 25px;
}

.section-faq-sea {
  background-color: var(--white);
  color: var(--elements-webflow-library--neutral--100);
  border-bottom: 1px #0000008a;
  padding-top: 30px;
  padding-bottom: 60px;
  font-family: Exo, sans-serif;
}

.image-38, .image-39, .image-40 {
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 15px;
}

.paragraph-18 {
  color: var(--black);
  padding-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}

.cta-phone-header-sea {
  background-color: var(--red-mad);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-04);
  color: var(--white);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 5px;
  justify-content: center;
  padding: 20px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.cta-phone-header-sea:hover {
  border: 1px none var(--red-mad);
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--red-mad);
  transform: translate3d(0, -3px, .01px);
  box-shadow: -3px 4px 5px #0003;
}

.slide {
  text-align: left;
}

.section-7 {
  padding: 60px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 60px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: start stretch;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  border-radius: 15px;
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-03);
  border-radius: 15px;
  font-family: Exo, sans-serif;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.heading-2-copy {
  text-align: center;
  margin-bottom: 60px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}

.paragraph-19 {
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.section-8 {
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-89 {
  border-bottom: 1px solid var(--elements-webflow-library--general--shadow-01);
  display: block;
}

.section-4-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--black);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.text-block-53-c {
  color: var(--lynx--white);
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-85-c {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  justify-content: space-around;
  align-items: stretch;
  padding-bottom: 20px;
  display: flex;
}

.button-4 {
  float: left;
  clear: both;
  position: sticky;
}

.div-block-90 {
  z-index: 999;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: center;
  padding-bottom: 0;
  padding-right: 0;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.button-5 {
  background-color: var(--red-mad);
  border-radius: 50px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}

.button-6 {
  background-color: var(--flowstica-webflow-library--medium-sea-green);
  border-radius: 100px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}

.div-block-87-c {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-bottom: 60px;
  display: flex;
}

.section-hero-page-sea-rat-devis {
  aspect-ratio: auto;
  background-color: var(--elements-webflow-library--neutral--100);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: none;
  background-image: url('../images/header-lasam-deratisation-rat-devis-idf-intervention.webp');
  background-position: 50% 0;
  background-size: cover;
  background-clip: border-box;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-galerie-lasam {
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px 0;
  font-family: Exo, sans-serif;
  display: block;
}

.section-services-lasam {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0 0;
  font-family: Exo, sans-serif;
  display: block;
}

.section-ban-2cta {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom: 1px solid var(--lynx--grey);
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  display: flex;
}

.div-block-91 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 10px;
  display: flex;
}

.f-button-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.bouton-appel {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--flowui-component-library--gray-200);
  min-height: 48px;
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.bouton-appel:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.button-whatsapp {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--flowui-component-library--gray-200);
  min-height: 48px;
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-whatsapp:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.brix---heading-h1-sea {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}

.text-span-49 {
  color: var(--red-mad);
}

.section-hero-page-sea-black {
  aspect-ratio: auto;
  background-color: var(--elements-webflow-library--neutral--100);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: none;
  background-image: linear-gradient(#00000080, #00000080), url('../images/devis-traitement-punaises-de-lit-paris-idf-entreprise-lasam.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-clip: border-box;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.brix---heading-h1-sea-black {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}

.paragraph-page-sea-hero-black {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  display: block;
  overflow: visible;
}

.paragraph-sea-black {
  color: var(--white);
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

.text-block-sea-black {
  color: var(--white);
  padding-left: 0;
  padding-right: 5px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.div-block-sea-black-avis {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: var(--white);
  background-color: #fff0;
  border-radius: 20px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 5px;
  font-family: Exo, sans-serif;
  display: flex;
}

.sous-titre-center-white {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  line-height: 25px;
}

.link-block-black-avis {
  background-color: var(--elements-webflow-library--general--shadow-02);
  color: var(--white);
  border-radius: 5px;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-hero-page-sea-devis-intervention-nuisible {
  aspect-ratio: auto;
  background-color: var(--elements-webflow-library--neutral--100);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: none;
  background-image: url('../images/header-lasam-devis-traitement-nuisible-idf-paris.webp');
  background-position: 100% 100%;
  background-repeat: repeat;
  background-size: auto;
  background-clip: border-box;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-hero-page-sea-souris-devis-inter {
  aspect-ratio: auto;
  background-color: var(--elements-webflow-library--neutral--100);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: none;
  background-image: url('../images/header-lasam-devis-intervention-souris-75-paris.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  background-clip: border-box;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-span-50, .text-span-51, .text-span-52 {
  color: var(--red-mad);
}

.div-block-sea-avis, .div-block-sea-avis-cl {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: var(--black);
  background-color: #fff0;
  border-radius: 20px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 5px;
  font-family: Exo, sans-serif;
  display: flex;
}

.section-hero-page-sea-d-sinsectisation {
  aspect-ratio: auto;
  background-color: var(--elements-webflow-library--neutral--100);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: none;
  background-image: url('../images/header-lasam-devis-desinsectisation-intervention-idf-paris.webp');
  background-position: 45% 0;
  background-repeat: repeat;
  background-size: auto;
  background-clip: border-box;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-span-53 {
  color: var(--red-mad);
}

.body-3 {
  font-family: Exo, sans-serif;
}

.section-hero-page-sea-cafards-devis {
  aspect-ratio: auto;
  background-color: var(--elements-webflow-library--neutral--100);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: none;
  background-image: url('../images/header-lasam-devis-cafards-intervention-paris-idf.webp');
  background-position: 100% 100%;
  background-repeat: repeat;
  background-size: auto;
  background-clip: border-box;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-span-54 {
  color: var(--red-mad);
}

.section-hero-page-sea-souris-traitement {
  aspect-ratio: auto;
  background-color: var(--elements-webflow-library--neutral--100);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: none;
  background-image: url('../images/header-lasam-devis-traitement-souris-idf-paris-entreprise.webp');
  background-position: 70%;
  background-repeat: repeat;
  background-size: auto;
  background-clip: border-box;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-span-55 {
  color: var(--red-mad);
}

.section-hero-page-sea-devis-lasam {
  aspect-ratio: auto;
  background-color: var(--elements-webflow-library--neutral--100);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: none;
  background-image: linear-gradient(#0000005c 43%, #fff0), url('../images/header-devis-gratuit-lasam-intervention-paris.webp');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  background-clip: border-box;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.paragraph-18-white {
  color: var(--white);
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

.section-hero-page-sea-nuisible {
  aspect-ratio: auto;
  background-color: var(--elements-webflow-library--neutral--100);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: none;
  background-image: url('../images/header-lasam-nuisibles-traitement-devis-rapide-paris.webp');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: auto;
  background-clip: border-box;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-span-56 {
  color: var(--red-mad);
}

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

.button-7 {
  border: .5px solid var(--lynx--white);
  color: var(--white);
  background-color: #3898ec00;
  border-radius: 5px;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.heading-h2-white-avis {
  color: var(--lynx--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 42px;
  display: block;
}

.paragraph-avis-white {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}

.section-overflow-avis-client-black {
  background-color: var(--white);
  background-image: linear-gradient(#000000d9 100%, #fff), url('../images/background-avis-clients-lasam-note-5-etoiles-gmb-google.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 1px solid #0000;
  flex-flow: column;
  width: auto;
  height: auto;
  padding: 60px 30px;
  font-family: Exo, sans-serif;
  display: block;
  overflow: hidden;
}

.rich-text-block-3 {
  padding-top: 100px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-20 {
  font-size: 14px;
  line-height: 25px;
}

.text-span-57 {
  color: var(--red-mad);
}

.paragraph-21 {
  font-family: Exo, sans-serif;
  font-style: italic;
}

.section-9 {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px;
  font-family: Exo, sans-serif;
  display: flex;
}

.paragraph-22 {
  font-style: italic;
}

.footer-block-info-rgpd {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  display: flex;
}

.rich-text-block-ml, .rich-text-block-cookies {
  padding-top: 100px;
  padding-bottom: 60px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section-cookies-gestion {
  justify-content: center;
  align-items: center;
  max-width: none;
  min-height: 300px;
  padding-top: 40px;
  display: flex;
}

.div-block-92 {
  grid-column-gap: 33px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between space-around;
  align-self: stretch;
  padding-top: 10px;
  display: grid;
}

.text-span-58, .text-span-59 {
  color: var(--red-mad);
}

.checkbox-label-6 {
  text-transform: none;
}

.div-block-7b {
  padding-top: 10px;
}

.text-span-60 {
  color: var(--flowui-component-library--primary-base);
  font-family: Oswald, sans-serif;
  font-weight: 300;
  line-height: 25px;
}

.div-block-93 {
  flex: 1;
  align-self: stretch;
  max-width: 1100px;
  font-family: Exo, sans-serif;
  display: flex;
}

.text-span-61, .text-span-62 {
  color: var(--red-mad);
}

.section-faq-sea-vf {
  background-color: var(--white);
  color: var(--elements-webflow-library--neutral--100);
  border-bottom: 1px solid #0000008a;
  padding-top: 30px;
  padding-bottom: 60px;
  font-family: Exo, sans-serif;
}

@media screen and (min-width: 1280px) {
  .paragraph-bigger.cc-bigger-white-light, .button.cc-jumbo-button.cc-jumbo-white {
    margin-left: 60px;
  }

  .heading-jumbo {
    padding-left: 60px;
  }

  .navigation-wrap {
    max-width: 1218px;
  }

  .intro-content.cc-homepage {
    width: 60%;
  }

  .home-section-wrap {
    align-self: center;
  }

  .div-block-24 {
    margin-left: 0;
  }

  .text-block-23 {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-16 {
    font-size: 18px;
    line-height: 26px;
  }

  .serrurerie_paragraph-2b {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-37 {
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }

  .nuisibles_paragraph-2a, .text-block-26 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-41 {
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }

  .text-block-28 {
    font-size: 14px;
    line-height: 20px;
  }

  .h3-aide-urgence {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-29 {
    font-size: 18px;
    line-height: 26px;
  }

  .serrurerie_paragraph-2a-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .brix---section-overflow-avis-clients {
    background-image: url('../images/CD-1.png'), linear-gradient(180deg, var(--color\<deleted\|variable-dff8fcc1-b081-0ec8-187a-0622de496fbc\>), var(--gainsboro-grey));
  }

  .text-block-33-c {
    text-align: center;
  }

  .button-cta-call-hero-serrurerie.cc-jumbo-button.cc-jumbo-white {
    margin-left: 60px;
  }

  .link-vitrerie {
    font-family: Montserrat, sans-serif;
  }

  .text-span-37 {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-bigger-st.cc-bigger-white-light-st {
    margin-left: 60px;
  }

  .section-overflow-avis-client-vfs {
    background-image: url('../images/background-avis-clients-lasam-note-5-etoiles-gmb-google.webp');
    background-position: 50%;
    background-size: cover;
  }

  .text-block-44 {
    font-size: 14px;
    line-height: 20px;
  }

  .section-cookies, .section-mentions-l-gales, .section-politique-confidentialite {
    justify-content: center;
    display: flex;
  }

  .div-block-71, .div-block-72, .div-block-73 {
    flex: 1;
    max-width: 1218px;
  }

  .navigation-wrap-2 {
    max-width: 1100px;
  }

  .sous-titre-bloc-cta-white {
    font-family: Oswald, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

  .div-block-sea-black-avis {
    margin-left: 0;
  }

  .sous-titre-center-white {
    line-height: 25px;
  }

  .div-block-sea-avis, .div-block-sea-avis-cl {
    margin-left: 0;
  }

  .section-overflow-avis-client-black {
    background-image: linear-gradient(#000000d9 100%, #fff), url('../images/background-avis-clients-lasam-note-5-etoiles-gmb-google.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .text-span-60 {
    font-weight: 300;
    line-height: 25px;
  }
}

@media screen and (min-width: 1440px) {
  .section-header.cc-store-home-wrap {
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .intro-content.cc-homepage {
    width: 55%;
  }

  .div-block-24 {
    margin-left: 0;
  }

  .heading-2-argument {
    flex: 0 auto;
    width: 598.115px;
    height: 66px;
  }

  .button-devis-gratuit {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-arguments.cc-store-home-wrap, .section-arguments.cc-store-home-wrap-copy, .section-pbm-nuisibles.cc-store-home-wrap, .section-depannage-7-7.cc-store-home-wrap, .section-solution-nuisibles.cc-store-home-wrap, .section-qui-sommes-nous.cc-store-home-wrap, .section-nous-contacter.cc-store-home-wrap {
    display: flex;
  }

  .brix---button-row-left-2 {
    margin-top: 40px;
  }

  .brix---section-overflow-avis-clients {
    background-image: url('../images/CD-1.png');
    background-position: 0 0;
    background-size: cover;
  }

  .div-block-51 {
    text-align: center;
  }

  .section-arguments-pp.cc-store-home-wrap {
    display: flex;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-contact-v1 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
  }

  .link-serrurerie {
    font-size: 16px;
    line-height: 26px;
  }

  .section-overflow-avis-client-vfs {
    background-image: url('../images/background-avis-clients-lasam-note-5-etoiles-gmb-google.webp');
    background-position: 50% 0;
    background-size: cover;
  }

  .section-cookies, .section-mentions-l-gales, .section-politique-confidentialite {
    justify-content: center;
    display: flex;
  }

  .div-block-71, .div-block-72, .div-block-73 {
    flex: 1;
    max-width: 1218px;
  }

  .navigation-wrap-2 {
    max-width: 1100px;
  }

  .section-hero-page-sea {
    background-image: url('../images/ChatGPT-Image-6-juin-2026-17_33_19.png');
    background-position: 100% 100%;
    background-size: auto;
  }

  .heading-2-bloc-sea {
    color: var(--black);
  }

  .text-span-48 {
    color: var(--red-mad);
  }

  .section-hero-page-sea-black {
    background-image: linear-gradient(#00000080, #00000080), url('../images/devis-traitement-punaises-de-lit-paris-idf-entreprise-lasam.webp');
    background-position: 0 0, 100%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }

  .div-block-sea-black-avis {
    margin-left: 0;
  }

  .section-hero-page-sea-devis-intervention-nuisible {
    background-image: url('../images/header-lasam-devis-traitement-nuisible-idf-paris.webp');
    background-position: 100% 100%;
    background-size: auto;
  }

  .section-hero-page-sea-souris-devis-inter {
    background-image: url('../images/header-lasam-devis-intervention-souris-75-paris.webp');
    background-position: 50%;
    background-size: auto;
  }

  .div-block-sea-avis, .div-block-sea-avis-cl {
    margin-left: 0;
  }

  .section-hero-page-sea-d-sinsectisation {
    background-image: url('../images/header-lasam-devis-desinsectisation-intervention-idf-paris.webp');
    background-position: 100%;
    background-size: auto;
  }

  .section-hero-page-sea-cafards-devis {
    background-image: url('../images/header-lasam-devis-cafards-intervention-paris-idf.webp');
    background-position: 100% 100%;
    background-size: auto;
  }

  .section-hero-page-sea-souris-traitement {
    background-image: url('../images/header-lasam-devis-traitement-souris-idf-paris-entreprise.webp');
    background-position: 100%;
    background-size: auto;
  }

  .section-hero-page-sea-devis-lasam {
    background-image: linear-gradient(#0000008f 20%, #fff0), url('../images/header-devis-gratuit-lasam-intervention-paris.webp');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .section-hero-page-sea-nuisible {
    background-image: url('../images/header-lasam-nuisibles-traitement-devis-rapide-paris.webp');
    background-position: 0 100%;
    background-size: auto;
  }

  .heading-h2-white-avis {
    color: var(--white);
  }

  .section-overflow-avis-client-black {
    background-image: linear-gradient(#000000d9 100%, #fff), url('../images/background-avis-clients-lasam-note-5-etoiles-gmb-google.webp');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .rich-text-block-3, .rich-text-block-ml, .rich-text-block-cookies {
    font-family: Exo, sans-serif;
    font-size: 14px;
    line-height: 25px;
  }

  .text-span-60 {
    font-family: Oswald, sans-serif;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    align-self: auto;
    display: block;
  }

  .menu {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .navigation-wrap {
    justify-content: space-around;
    align-self: auto;
  }

  .navigation-item {
    align-self: center;
  }

  .navigation-items {
    flex: 1;
    align-self: center;
  }

  .intro-header {
    justify-content: center;
  }

  .intro-content.cc-homepage {
    flex: 0 auto;
    width: 40%;
  }

  .div-block-24 {
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding: 0;
    font-weight: 600;
  }

  .image-22 {
    max-width: 100%;
  }

  .text-block {
    padding-left: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .heading-2-argument {
    flex-direction: column;
    flex: 1;
    align-self: center;
    width: 1240px;
    height: 150px;
    font-size: 30px;
    line-height: 42px;
  }

  .container-2 {
    align-items: center;
    max-width: 1140px;
    display: flex;
  }

  .text-block-23 {
    font-size: 18px;
    line-height: 25px;
  }

  .text-block-16 {
    align-self: center;
    font-size: 26px;
    line-height: 30px;
  }

  .h2-service-serrurerie {
    font-size: 50px;
    line-height: 60px;
  }

  .nuisibles_paragraph-2a {
    font-family: Exo, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-25 {
    font-size: 14px;
    line-height: 25px;
  }

  .text-block-26 {
    align-self: center;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-12 {
    font-family: Exo, sans-serif;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-27 {
    font-size: 20px;
    line-height: 26px;
  }

  .text-block-28 {
    align-self: center;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-light:where(.w-variant-9717af89-c2e1-c56e-6d75-4aef0d7b85b8) {
    font-family: Exo, sans-serif;
  }

  .container-3 {
    max-width: 1100px;
  }

  .text-block-29 {
    align-self: center;
    font-size: 26px;
    line-height: 30px;
  }

  .link-block {
    padding: 5px;
  }

  .text-block-25b {
    font-size: 14px;
    line-height: 20px;
  }

  .brix---accordion-title {
    line-height: 28px;
  }

  .brix---container-default-2 {
    max-width: 1100px;
  }

  .brix---section-overflow-avis-clients {
    background-image: url('../images/CD-1.png');
    background-position: 50%;
    background-size: cover;
  }

  .brix---paragraph-default-head {
    font-size: 18px;
  }

  .brix---paragraph-pp-hero {
    line-height: 28px;
  }

  .brix---grid-2-col---1-col-t-pp {
    grid-column-gap: 113px;
  }

  .conteneur-intervention {
    max-width: 1100px;
  }

  .brix---paragraph-default-4 {
    font-size: 14px;
    line-height: 20px;
  }

  .brix---heading-h2-size-3 {
    color: var(--elements-webflow-library--neutral--200);
    font-size: 22px;
    line-height: 32px;
  }

  .brix---cta-v13-link-card-white {
    outline-offset: 0px;
    outline: 3px #6e7191;
  }

  .brix---grid-2-columns {
    box-shadow: inset 0 0 #0003;
  }

  .cta-button-cta-devis-white {
    color: var(--elements-webflow-library--secondary--color-2);
  }

  .text-span-25 {
    font-size: 22px;
    line-height: 32px;
  }

  .heading-h2-size-2cta {
    padding-bottom: 20px;
  }

  .text-span-29 {
    font-size: 14px;
    line-height: 20px;
  }

  .brix---heading-h3-size-2cta {
    font-weight: 600;
    line-height: 28px;
  }

  .text-block-33-c {
    font-size: 16px;
    line-height: 28px;
  }

  .brix---buttons-hero-cta {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-pp-obtenir-un-devis {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-image: url('../images/Ajouter-un-titre-3.png');
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    background-clip: border-box;
  }

  .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
    font-size: 14px;
    line-height: 20px;
  }

  .container-2-c-m-arg {
    align-items: center;
    max-width: 1140px;
    display: flex;
  }

  .section-overflow-avis-client-vfs {
    background-image: url('../images/background-avis-clients-lasam-note-5-etoiles-gmb-google.webp');
    background-position: 50% 0;
    background-size: cover;
  }

  .hero-pp-homepage {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-image: url('../images/Ajouter-un-titre-3.png');
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    background-clip: border-box;
  }

  .navigation-item-2, .navigation-item-3 {
    align-self: center;
  }

  .text-block-45 {
    font-size: 14px;
    line-height: 20px;
  }

  .section-cookies {
    justify-content: center;
    display: flex;
  }

  .section-mentions-l-gales {
    justify-content: center;
    width: auto;
    display: flex;
  }

  .section-politique-confidentialite {
    justify-content: center;
    display: flex;
  }

  .div-block-71 {
    flex: 1;
    align-self: auto;
    max-width: 1218px;
  }

  .div-block-72, .div-block-73 {
    flex: 1;
    max-width: 1218px;
  }

  .navigation-item-4 {
    align-self: center;
    font-weight: 500;
  }

  .navigation-wrap-2 {
    justify-content: space-between;
    align-self: auto;
    max-width: 1100px;
    display: flex;
  }

  .menu-2 {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .navigation-items-2 {
    flex: 1;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-hero-page-sea {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-image: url('../images/ChatGPT-Image-6-juin-2026-19_08_45.png');
    background-position: 100%;
    background-size: cover;
    background-clip: border-box;
  }

  .brix---paragraph-pp-hero-2 {
    line-height: 28px;
  }

  .div-block-85 {
    justify-content: space-around;
    align-items: stretch;
  }

  .div-block-87 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .section-5 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-3 {
    flex: 1;
    justify-content: center;
    align-self: stretch;
  }

  .cta-devis-bloc-2-boutons {
    color: var(--elements-webflow-library--secondary--color-2);
  }

  .image-38, .image-39, .image-40 {
    max-width: 100%;
    max-height: 100%;
  }

  .gallery-slider {
    font-family: Exo, sans-serif;
  }

  .div-block-87-c {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .section-hero-page-sea-rat-devis {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-image: url('../images/header-lasam-deratisation-rat-devis-idf-intervention.webp');
    background-position: 50%;
    background-size: cover;
    background-clip: border-box;
  }

  .section-galerie-lasam {
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-services-lasam {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section-hero-page-sea-black {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-image: linear-gradient(#00000080, #00000080), url('../images/devis-traitement-punaises-de-lit-paris-idf-entreprise-lasam.webp');
    background-position: 0 0, 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-clip: border-box;
  }

  .paragraph-page-sea-hero-black {
    line-height: 28px;
  }

  .text-block-sea-black {
    padding-left: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .div-block-sea-black-avis {
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding: 0;
    font-weight: 600;
  }

  .link-block-black-avis {
    padding: 5px;
  }

  .section-hero-page-sea-devis-intervention-nuisible {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-image: url('../images/header-lasam-devis-traitement-nuisible-idf-paris.webp');
    background-position: 0 100%;
    background-size: cover;
    background-clip: border-box;
  }

  .section-hero-page-sea-souris-devis-inter {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-image: url('../images/header-lasam-devis-intervention-souris-75-paris.webp');
    background-position: 100%;
    background-size: cover;
    background-clip: border-box;
  }

  .div-block-sea-avis, .div-block-sea-avis-cl {
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding: 0;
    font-weight: 600;
  }

  .section-hero-page-sea-d-sinsectisation {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-image: url('../images/header-lasam-devis-desinsectisation-intervention-idf-paris.webp');
    background-position: 100% 100%;
    background-size: cover;
    background-clip: border-box;
  }

  .body-3 {
    font-family: Exo, sans-serif;
  }

  .section-hero-page-sea-cafards-devis {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-image: url('../images/header-lasam-devis-cafards-intervention-paris-idf.webp');
    background-position: 50% 38%;
    background-size: cover;
    background-clip: border-box;
  }

  .section-hero-page-sea-souris-traitement {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-image: url('../images/header-lasam-devis-traitement-souris-idf-paris-entreprise.webp');
    background-position: 50%;
    background-size: cover;
    background-clip: border-box;
  }

  .section-hero-page-sea-devis-lasam {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-image: linear-gradient(#00000078 49%, #fff0), url('../images/header-devis-gratuit-lasam-intervention-paris.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    background-clip: border-box;
  }

  .section-hero-page-sea-nuisible {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-image: url('../images/header-lasam-nuisibles-traitement-devis-rapide-paris.webp');
    background-position: 100%;
    background-size: cover;
    background-clip: border-box;
  }

  .paragraph-avis-white {
    font-size: 18px;
  }

  .section-overflow-avis-client-black {
    background-image: linear-gradient(#000000d9 100%, #fff), url('../images/background-avis-clients-lasam-note-5-etoiles-gmb-google.webp');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .rich-text-block-3 {
    flex: 0 auto;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-9 {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .rich-text-block-ml, .rich-text-block-cookies {
    flex: 0 auto;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-93 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex: 1;
    max-width: 1100px;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .section-header.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .text-block-14, .text-block-15 {
    letter-spacing: 3px;
  }

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

  .text-block-13, .text-block-12 {
    letter-spacing: 3px;
  }

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

  .bouton_container_serrurerie, .nuisibles_paragraph-2a {
    align-self: center;
  }

  .paragraph-3 {
    text-align: left;
  }

  .div-block-43, .h2-nous-contacter, .div-block-20 {
    align-self: center;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-block-two:where(.w-variant-9717af89-c2e1-c56e-6d75-4aef0d7b85b8) {
    font-family: Exo, sans-serif;
  }

  .footer-title:where(.w-variant-9717af89-c2e1-c56e-6d75-4aef0d7b85b8) {
    font-family: Oswald, sans-serif;
  }

  .footer-link-two:where(.w-variant-9717af89-c2e1-c56e-6d75-4aef0d7b85b8) {
    font-family: Exo, sans-serif;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-copyright:where(.w-variant-9717af89-c2e1-c56e-6d75-4aef0d7b85b8) {
    font-family: Exo, sans-serif;
  }

  .div-block-30 {
    align-self: stretch;
  }

  .h3-aide-urgence {
    align-self: center;
  }

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

  .h2-d-pannage-24h-24 {
    align-self: center;
  }

  .serrurerie_paragraph-2a-2 {
    text-align: center;
  }

  .text-block-22 {
    text-align: center;
    align-self: center;
  }

  .section-arguments.cc-cta, .section-pbm-nuisibles.cc-cta, .section-depannage-7-7.cc-cta, .section-solution-nuisibles.cc-cta, .section-qui-sommes-nous.cc-cta, .section-nous-contacter.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .image-25 {
    margin-top: 0;
  }

  .button-serrurerie-call {
    justify-content: center;
  }

  .button-serrurerie-call.cc-contact-us {
    display: none;
  }

  .button-depannage-call {
    justify-content: center;
  }

  .button-depannage-call.cc-contact-us {
    display: none;
  }

  .button-vitrerie-call {
    justify-content: center;
  }

  .button-vitrerie-call.cc-contact-us {
    display: none;
  }

  .button-n-contacter-call {
    justify-content: center;
  }

  .button-n-contacter-call.cc-contact-us {
    display: none;
  }

  .text-block-25b {
    text-align: left;
  }

  .heading-jumbo-404 {
    font-size: 56px;
    line-height: 70px;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v3-last {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-last:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3-first {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-first:hover {
    transform: translate(6px);
  }

  .accordion-v3-card {
    padding: 64px 48px;
  }

  .brix---heading-h2-size {
    color: var(--black);
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .section-faq-lasam {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---slider-mask-width-390px {
    position: static;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .buttons-row-right---t-left {
    justify-content: center;
    align-items: center;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .brix---section-overflow-avis-clients {
    background-image: url('../images/CD-1.png');
    background-position: 0 0;
    background-size: auto;
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---paragraph-default-head {
    color: var(--black);
  }

  .heading-h2-sizfaq {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---paragraph-default-head2 {
    color: var(--black);
  }

  .brix---hero-pp-serrurerie {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .brix---heading-h1-pp {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-2-col---1-col-t-pp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .section-arguments-pp.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---social-media-grid-center {
    grid-column-gap: 10px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---heading-h3-size, .brix---heading-h3-size-link {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---avatar-circle-06 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---section-serrurerie {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix--grid-2-columns-text-right, .brix---grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-2-inter {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-2-inter {
    margin-bottom: 40px;
  }

  .brix---section-2-inter {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---btn-download-app {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---cta-v13-link-card-white {
    outline-offset: 0px;
    outline: 3px #6e7191;
    padding: 52px 32px;
  }

  .brix---btn-download-app-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---ctav-13-link-card {
    padding: 52px 32px;
  }

  .brix---grid-2-columns {
    box-shadow: none;
  }

  .brix---section-ban-d-pannage-test {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---cta-v1-floating-item-02 {
    width: 38%;
    bottom: -3%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 35%;
    top: -4%;
    left: -5%;
  }

  .cta-button-cta-phone {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---cta-card {
    padding: 72px 54px;
  }

  .section-intervention-2-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-h2-size-2cta {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-2cta {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---heading-h2-size-3-faq {
    font-size: 16px;
    line-height: 28px;
  }

  .brix---hero-pp-vitrerie, .brix---hero-pp-vitrerie-copy {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .heading-h1-lasam {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---half-bg-right---width-36 {
    width: 100%;
    height: 40%;
    inset: auto 0% 0%;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .card-form {
    padding: 54px 32px;
  }

  .brix---heading-h2 {
    font-size: 48px;
    line-height: 60px;
  }

  .grid-contact-v1 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .brix---section---demande-devis {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---mg-bottom-32px-serrurerie-prix-d-lai {
    margin-bottom: 24px;
  }

  .cta-phone-white, .brix---cta-form-devis {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .button-cta-call-hero-serrurerie {
    justify-content: center;
  }

  .button-cta-call-hero-serrurerie.cc-contact-us {
    display: none;
  }

  .brix---section-ban-d-pannage-serrurerie {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---cta-card-serrurerie {
    padding: 72px 54px;
  }

  .brix---hero-pp-services-serrurerie, .brix---hero-pp-services-vitrerie, .brix---hero-pp-contact-qui-sommes-nous {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .hero-pp-obtenir-un-devis {
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---heading-h1-size---mg-0 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .wbs-step-3-arrow-image-last, .wbs-step-3-arrow-image-top, .wbs-step-3-arrow-image-bottom {
    display: none;
  }

  .wbs-step-3-item-top {
    text-align: center;
    width: 400px;
    margin-top: 0;
  }

  .wbs-step-3-item {
    text-align: center;
    width: 400px;
  }

  .wbs-step-3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .section-intervention-4-tapes {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-step-simple-item {
    padding-left: 0;
    padding-right: 0;
  }

  .wbs-steps-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---btn-primary-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---card-over-bg-image {
    margin-bottom: 34px;
    padding: 56px 48px;
    position: static;
  }

  .brix---grid-card-light {
    grid-template-columns: 1.35fr;
  }

  .brix---section-bg-image {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---mg-bottom-32px-d-pannage-prix-d-lai {
    margin-bottom: 24px;
  }

  .f-feature-card-outline {
    flex-direction: column;
  }

  .brix---heading-h3-size-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-5 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 40px;
  }

  .brix---section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .wbs-section-ets {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-step-simple-item-copy, .wbs-step-simple-item-copy1 {
    padding-left: 0;
    padding-right: 0;
  }

  .wbs-steps-2-copy {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .wbs-step-simple-item-copy, .wbs-step-simple-item-copy-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---section-vitrerie {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .section-overflow-avis-client-vfs {
    background-image: url('../images/background-avis-clients-lasam-note-5-etoiles-gmb-google.webp');
    background-position: 0%;
    background-size: auto;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .hero-pp-homepage {
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-intervention-de-section-2cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .navigation-item-2 {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-2:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-2:active {
    background-color: #eef0f3;
  }

  .navigation-2 {
    padding: 25px 30px;
  }

  .navigation-item-3 {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-3:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-3:active {
    background-color: #eef0f3;
  }

  .navigation-3 {
    padding: 25px 30px;
  }

  .div-block-69:where(.w-variant-9717af89-c2e1-c56e-6d75-4aef0d7b85b8) {
    font-family: Exo, sans-serif;
  }

  .heading-h2 {
    color: var(--black);
    font-size: 30px;
    line-height: 46px;
  }

  .navigation-item-4 {
    text-align: right;
    width: 220px;
    margin-right: 0;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-4:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-4:active {
    background-color: #eef0f3;
  }

  .navigation-wrap-2 {
    background-color: #fff;
  }

  .menu-2 {
    margin-left: 30px;
    position: static;
  }

  .navigation-items-2 {
    background-color: #fff;
    justify-content: flex-end;
    align-items: center;
    width: 220px;
    padding-right: 0;
    inset: 132% 0% auto auto;
  }

  .menu-button-3 {
    padding: 0;
  }

  .menu-button-3.w--open {
    background-color: #0000;
  }

  .navigation-lasam {
    padding: 25px 30px;
  }

  .button-3 {
    justify-content: center;
  }

  .button-3.cc-contact-us {
    display: none;
  }

  .section-hero-page-sea {
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---card-form---sea {
    padding: 54px 32px;
  }

  .div-block-85 {
    justify-content: center;
    align-items: stretch;
  }

  .grid-layout.tablet-1-column {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .lynx-heading-accordion {
    font-size: 19px;
  }

  .cta-phone-bloc-2-boutons {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-faq-sea {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .cta-phone-header-sea {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .container-6 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .section-hero-page-sea-rat-devis {
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h1-sea {
    font-size: 48px;
    line-height: 60px;
  }

  .section-hero-page-sea-black {
    box-sizing: border-box;
    background-position: 50% 0;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h1-sea-black {
    font-size: 48px;
    line-height: 60px;
  }

  .section-hero-page-sea-devis-intervention-nuisible {
    box-sizing: border-box;
    background-position: 50%;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-hero-page-sea-souris-devis-inter {
    box-sizing: border-box;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-hero-page-sea-d-sinsectisation {
    box-sizing: border-box;
    background-position: 0 100%;
    background-repeat: repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-hero-page-sea-cafards-devis {
    box-sizing: border-box;
    background-position: 50%;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-hero-page-sea-souris-traitement {
    box-sizing: border-box;
    background-position: 0%;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-hero-page-sea-devis-lasam {
    box-sizing: border-box;
    background-size: auto, cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-hero-page-sea-nuisible {
    box-sizing: border-box;
    background-position: 40% 10%;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-h2-white-avis {
    color: var(--white);
    font-size: 30px;
    line-height: 46px;
  }

  .paragraph-avis-white {
    color: var(--white);
  }

  .section-overflow-avis-client-black {
    background-image: linear-gradient(#000000d9 100%, #fff), url('../images/background-avis-clients-lasam-note-5-etoiles-gmb-google.webp');
    background-position: 0 0, 0%;
    background-size: auto, auto;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .footer-block-info-rgpd:where(.w-variant-9717af89-c2e1-c56e-6d75-4aef0d7b85b8) {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    display: flex;
  }

  .section-faq-sea-vf {
    padding-top: 118px;
    padding-bottom: 118px;
  }
}

@media screen and (max-width: 767px) {
  .section-header {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-header.cc-cta {
    padding: 15px;
  }

  .section-header.cc-home-wrap, .section-header.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .div-block-40 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-around;
    align-self: center;
    align-items: center;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .section-arguments {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-arguments.cc-cta {
    padding: 15px;
  }

  .section-arguments.cc-home-wrap, .section-arguments.cc-store-home-wrap, .section-arguments.cc-store-home-wrap-copy, .section-pbm-nuisibles {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-pbm-nuisibles.cc-cta {
    padding: 15px;
  }

  .section-pbm-nuisibles.cc-home-wrap, .section-pbm-nuisibles.cc-store-home-wrap, .section-depannage-7-7 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-depannage-7-7.cc-cta {
    padding: 15px;
  }

  .section-depannage-7-7.cc-home-wrap, .section-depannage-7-7.cc-store-home-wrap, .section-solution-nuisibles {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-solution-nuisibles.cc-cta {
    padding: 15px;
  }

  .section-solution-nuisibles.cc-home-wrap, .section-solution-nuisibles.cc-store-home-wrap, .section-qui-sommes-nous {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-qui-sommes-nous.cc-cta {
    padding: 15px;
  }

  .section-qui-sommes-nous.cc-home-wrap, .section-qui-sommes-nous.cc-store-home-wrap, .section-nous-contacter {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-nous-contacter.cc-cta {
    padding: 15px;
  }

  .section-nous-contacter.cc-home-wrap, .section-nous-contacter.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .heading-jumbo-404 {
    font-size: 50px;
    line-height: 64px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brix---btn-circle-accordion-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v3-last, .brix---accordion-item-wrapper-v3, .brix---accordion-item-wrapper-v3-first {
    padding: 36px 0;
  }

  .accordion-v3-card {
    padding: 40px 32px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .section-faq-lasam {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-slider-arrow-right---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto 36% -104px auto;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto auto -104px 36%;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .brix---section-overflow-avis-clients {
    background-image: url('../images/CD-1.png');
    background-position: 0 0;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-h2-sizfaq {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---hero-pp-serrurerie {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brix---heading-h1-pp {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-2-col---1-col-t-pp {
    grid-template-columns: 1fr;
  }

  .section-arguments-pp {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-arguments-pp.cc-cta {
    padding: 15px;
  }

  .section-arguments-pp.cc-home-wrap, .section-arguments-pp.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .brix---social-media-grid-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---text-200-medium {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---avatar-circle-06 {
    width: 120px;
    max-width: 120px;
    height: 120px;
    max-height: 120px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---section-serrurerie {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---image-wrapper-br-24px-shadow {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library--general--shadow-04);
    border-radius: 14px;
  }

  .brix--grid-2-columns-text-right, .brix---grid-2-columns-text-left {
    grid-template-columns: 1fr;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-2-inter {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px-2-inter {
    margin-bottom: 32px;
  }

  .brix---section-2-inter {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-download-app {
    padding: 20px 22px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---btn-download-app-white {
    padding: 20px 22px;
  }

  .brix---grid-2-columns {
    grid-template-columns: 1fr;
  }

  .brix---section-ban-d-pannage-test {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---cta-v1-floating-item-02 {
    width: 34%;
    bottom: -5%;
    right: -4%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 34%;
  }

  .cta-button-cta-devis-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cta-button-cta-phone {
    padding: 20px 32px;
  }

  .brix---button-row-left-3 {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---cta-card {
    padding: 56px 40px;
  }

  .section-intervention-2-cta {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .heading-h2-size-2cta, .brix---heading-h2-size-3-faq {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---hero-pp-vitrerie, .brix---hero-pp-vitrerie-copy {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .heading-h1-lasam {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---text-200-bold-2, .brix---text-201 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .brix---heading-h2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

  .grid-contact-v1 {
    grid-template-columns: 1fr;
  }

  .brix---section---demande-devis {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-phone-white, .brix---cta-form-devis {
    padding: 20px 22px;
  }

  .brix---section-ban-d-pannage-serrurerie {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---cta-card-serrurerie {
    padding: 56px 40px;
  }

  .brix---hero-pp-services-serrurerie, .brix---hero-pp-services-vitrerie, .brix---hero-pp-contact-qui-sommes-nous, .hero-pp-obtenir-un-devis {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brix---heading-h1-size---mg-0 {
    font-size: 38px;
    line-height: 46px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle-3 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wbs-step-3-item-top, .wbs-step-3-item {
    width: 300px;
  }

  .wbs-step-3 {
    grid-template-columns: 1fr;
  }

  .section-intervention-4-tapes {
    padding: 2rem 2%;
  }

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-3 {
    padding: 20px 32px;
  }

  .brix---button-row-left-4 {
    margin-right: 16px;
  }

  .brix---card-over-bg-image {
    padding: 54px 32px;
  }

  .brix---grid-card-light {
    grid-template-columns: 1fr;
  }

  .brix---section-bg-image {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wbs-section-ets {
    padding: 2rem 2%;
  }

  .brix---section-vitrerie {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .paragraph-bigger-st {
    font-size: 16px;
    line-height: 28px;
  }

  .section-overflow-avis-client-vfs {
    background-image: url('../images/CD-1.png');
    background-position: 0 0;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-pp-homepage {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-intervention-de-section-2cta {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .navigation-2, .navigation-3 {
    padding: 20px 30px;
  }

  .heading-h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .navigation-items-2 {
    height: 100%;
    top: 126%;
    right: 0%;
  }

  .navigation-lasam {
    padding: 20px 30px;
  }

  .section-hero-page-sea {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brix---card-form---sea {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .cta-phone-bloc-2-boutons {
    padding: 20px 32px;
  }

  .cta-devis-bloc-2-boutons {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-faq-sea {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-phone-header-sea {
    padding: 20px 32px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .section-hero-page-sea-rat-devis {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brix---heading-h1-sea {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .section-hero-page-sea-black {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brix---heading-h1-sea-black {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .section-hero-page-sea-devis-intervention-nuisible {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-hero-page-sea-souris-devis-inter {
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-hero-page-sea-d-sinsectisation, .section-hero-page-sea-cafards-devis, .section-hero-page-sea-souris-traitement {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-hero-page-sea-devis-lasam {
    background-position: 0 0, 0%;
    background-size: auto, cover;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-hero-page-sea-nuisible {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .heading-h2-white-avis {
    font-size: 28px;
    line-height: 40px;
  }

  .section-overflow-avis-client-black {
    background-image: url('../images/CD-1.png');
    background-position: 0 0;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-faq-sea-vf {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section-header.cc-store-home-wrap {
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
  }

  .container {
    align-self: flex-start;
  }

  .paragraph-bigger.cc-bigger-white-light {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    align-self: center;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-top: 40px;
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    aspect-ratio: auto;
    align-self: center;
    width: auto;
    margin-left: 15px;
    display: block;
    position: static;
    inset: 0% 0% 0% auto;
  }

  .navigation-wrap {
    z-index: auto;
    align-self: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: sticky;
  }

  .navigation {
    padding: 10px 0;
    font-family: Exo, sans-serif;
    position: sticky;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .navigation-items {
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100vw;
    margin-top: 0;
    padding-right: 0;
    position: absolute;
    inset: 40px 0% auto;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    background-color: var(--gainsboro-grey);
    background-image: none;
    background-size: auto;
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    padding-bottom: 0;
    padding-left: 0;
  }

  .intro-content.cc-homepage {
    background-color: var(--gainsboro-grey);
    width: auto;
    height: 100%;
    color: var(--black);
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-section-wrap {
    text-align: left;
    align-self: flex-start;
  }

  .about-grid {
    grid-column-gap: 20px;
    grid-row-gap: 29px;
    align-content: stretch;
    place-items: center stretch;
  }

  .about-grid.cc-about-2 {
    grid-template-rows: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .intro-text {
    -webkit-text-stroke-color: var(--black);
    flex-direction: column;
    flex: 1;
    justify-content: space-around;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-24 {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
  }

  .text-block {
    text-align: center;
    font-weight: 500;
  }

  .text-span {
    text-align: center;
    justify-content: center;
    font-size: 32px;
    line-height: 47px;
  }

  .heading-2-argument {
    text-align: center;
    flex-direction: column;
    padding-bottom: 40px;
    font-size: 30px;
    line-height: 42px;
  }

  .text-span-16 {
    padding-right: 0;
  }

  .text-block-19 {
    font-size: 16px;
  }

  .text-block-14, .text-block-15 {
    letter-spacing: 2px;
  }

  .text-block-20 {
    font-size: 16px;
  }

  .text-block-13 {
    letter-spacing: 2px;
  }

  .div-block-25 {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .text-block-18 {
    font-size: 16px;
  }

  .arg1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom: 10px none var(--gainsboro-grey);
    opacity: 1;
    border-right-style: none;
    flex-flow: row;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    padding: 10px 10px 20px;
    font-family: Exo, sans-serif;
    display: flex;
  }

  .div-block-40 {
    flex-direction: column;
  }

  .div-block-26 {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .text-block-12 {
    letter-spacing: 2px;
  }

  .arg1d {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    flex: none;
    align-self: center;
    margin-bottom: 0;
    padding: 10px;
  }

  .image-10 {
    flex: 0 auto;
    align-self: center;
  }

  .text-block-21 {
    font-size: 16px;
  }

  .button-devis-gratuit {
    margin-left: 0;
  }

  .text-block-23 {
    font-size: 16px;
  }

  .image-21 {
    align-self: flex-start;
  }

  .bouton_container_serrurerie {
    flex-direction: column-reverse;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-left: 0;
  }

  .h2-service-serrurerie {
    text-align: center;
    align-self: auto;
    padding-left: 0;
  }

  .div-block-2-copy {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-self: flex-end;
    align-items: center;
    padding-right: 0;
  }

  .serrurerie_paragraph-2b {
    text-align: left;
    align-self: center;
    padding-left: 0;
  }

  .nuisibles_paragraph-2a {
    text-align: left;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    font-family: Exo, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .div-block-38 {
    text-align: left;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .bouton_container_vitrerie {
    flex-direction: column-reverse;
    align-self: stretch;
    margin-left: 0;
  }

  .text-block-25 {
    font-size: 16px;
    line-height: 28px;
  }

  .image-23 {
    align-self: flex-start;
  }

  .h2-solutions-nuisibles {
    text-align: center;
    padding-left: 0;
  }

  .div-block-12 {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-42 {
    text-align: left;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    padding-left: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-3 {
    text-align: left;
    padding-left: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-43 {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .h2-nous-contacter {
    text-align: left;
  }

  .div-block-22 {
    border-top-style: dotted;
    border-top-width: 10px;
    border-left-style: none;
    padding-left: 0;
  }

  .button-devis_contact {
    margin-left: 0;
  }

  .bouton_container_contact {
    flex-direction: column-reverse;
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .bouton_container_devis {
    flex-direction: column-reverse;
    align-self: center;
    margin-left: 0;
  }

  .div-block-20 {
    flex-direction: column;
    align-self: stretch;
    align-items: center;
  }

  .div-block-21 {
    flex-direction: column;
    flex: 1;
    justify-content: space-around;
    align-items: stretch;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .footer-light {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-3 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    place-content: center;
    align-items: center;
  }

  .footer-brand-lasam {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-block-two {
    justify-content: space-around;
    align-self: center;
    align-items: center;
    margin-top: 40px;
  }

  .footer-link-two {
    line-height: 20px;
  }

  .footer-bottom {
    text-align: center;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .div-block-44 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-30 {
    border-bottom: 10px #ffaf0238;
    border-right-style: none;
    border-radius: 24px;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .h3-aide-urgence {
    text-align: left;
    padding-left: 0;
  }

  .bouton_container_aide {
    flex-direction: column-reverse;
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .div-block-29 {
    flex-direction: column;
    flex: 1;
  }

  .div-block-32 {
    border: 1px #000;
    border-radius: 24px;
    align-self: stretch;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

  .text_comment_-a_marche1 {
    padding-top: 10px;
  }

  .div-block-39 {
    align-self: center;
    margin-left: 0;
  }

  .h2-d-pannage-24h-24 {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-28 {
    flex-direction: column;
    flex: 1;
    justify-content: space-around;
    align-self: center;
    align-items: center;
  }

  .serrurerie_paragraph-2a-2 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-22 {
    text-align: center;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    padding-bottom: 15px;
    padding-left: 0;
    display: flex;
  }

  .div-block-31 {
    border-bottom: 10px #ffaf0238;
    border-right-style: none;
    flex: none;
    align-self: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text_comment_-a_marche2 {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-aide-devis {
    margin-left: 0;
  }

  .div-block-2 {
    background-color: #0000;
    flex-direction: column;
    align-self: stretch;
  }

  .section-arguments.cc-store-home-wrap, .section-arguments.cc-store-home-wrap-copy {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-pbm-nuisibles.cc-store-home-wrap, .section-solution-nuisibles.cc-store-home-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .image-27 {
    display: block;
  }

  .image-29 {
    display: block;
    overflow: hidden;
  }

  .div-block-45 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-serrurerie-call.cc-jumbo-button.cc-jumbo-white {
    align-self: center;
  }

  .button-serrurerie-call.cc-jumbo-button.cc-jumbo-white.button {
    flex: 1;
    align-self: center;
  }

  .button-depannage-call.cc-jumbo-button.cc-jumbo-white {
    align-self: center;
  }

  .body {
    font-family: Open Sans, sans-serif;
  }

  .bold-text {
    text-align: left;
  }

  .button-vitrerie-call.cc-jumbo-button.cc-jumbo-white, .button-n-contacter-call.cc-jumbo-button.cc-jumbo-white {
    align-self: center;
  }

  .arg1c {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    border-bottom: 10px #ffaf0238;
    border-right-style: none;
    flex-flow: row;
    flex: none;
    align-self: center;
    margin-bottom: 0;
    margin-right: 0;
    padding: 10px 10px 20px;
  }

  .text-block-25b {
    font-size: 16px;
    line-height: 28px;
  }

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

  .heading-jumbo-404 {
    text-align: center;
    font-size: 36px;
    line-height: 48px;
  }

  .section-nuisibles-h2 {
    margin-top: 0;
  }

  .brix---btn-secondary-white, .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---hero-bg-image-dark {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .text-block-31 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .field-label, .field-label-2, .field-label-3, .field-label-4 {
    text-align: center;
  }

  .form-block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .brix---btn-circle-accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .brix---paragraph-default-2 {
    font-size: 16px;
    line-height: 28px;
  }

  .brix---accordion-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
  }

  .accordion-v3-card {
    padding: 16px 22px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 42px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default-2 {
    max-width: none;
    max-height: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-faq-lasam {
    padding-top: 20px;
  }

  .brix---btn-slider-arrow-right---testimonial-v12 {
    padding-left: 0;
    right: 31%;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    box-sizing: border-box;
    background-color: var(--white);
    justify-content: center;
    left: 31%;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---card-testimonial-v13 {
    background-color: var(--elements-webflow-library--neutral--200);
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---slider-mask-width-390px {
    max-width: 390px;
  }

  .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---btn-primary {
    border-radius: 15px 0;
    width: 100%;
    padding: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 20px;
    overflow: visible;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .buttons-row-right---t-left {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---section-overflow-avis-clients {
    background-image: url('../images/Contexte-de-lutte-antiparasitaire.png');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: cover;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .div-block-49 {
    text-align: center;
    width: auto;
  }

  .brix---paragraph-default-head {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .heading-h2-sizfaq {
    font-size: 30px;
    line-height: 42px;
  }

  .brix---paragraph-default-2-hfaq {
    font-size: 17px;
    line-height: 28px;
  }

  .div-block-51 {
    overflow: visible;
  }

  .image-32 {
    background-color: var(--black);
    border-radius: 5px;
    align-self: center;
  }

  .brix---paragraph-default-head2 {
    margin-left: 0;
    padding-top: 5px;
    font-size: 16px;
    line-height: 28px;
  }

  .brix---hero-pp-serrurerie {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h1-pp {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-pp-hero {
    border: 2px none var(--white);
    opacity: 1;
    outline-offset: 0px;
    text-align: left;
    word-break: normal;
    vertical-align: super;
    mix-blend-mode: normal;
    object-fit: fill;
    border-radius: 15px;
    outline: 3px #000;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 420px;
    margin-bottom: 10px;
    padding: 10px 0 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-decoration: none;
    display: block;
    overflow: visible;
  }

  .brix---grid-2-col---1-col-t-pp {
    grid-template-columns: 1fr;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-center {
    flex: 1;
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .brix---paragraph-default-3 {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---avatar-image-link {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .conteneur-intervention {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---paragraph-default-4 {
    font-size: 16px;
    line-height: 28px;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---heading-h2-size-2-inter {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px-2-inter {
    margin-bottom: 32px;
  }

  .brix---container-default-3-inter {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-icon-left {
    width: 10%;
  }

  .brix---btn-download-app {
    text-align: left;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 42px;
  }

  .brix---cta-v13-link-card-white {
    outline-offset: 0px;
    border-style: solid;
    outline: 3px #6e7191;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---btn-download-app-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---ctav-13-link-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---section-ban-d-pannage-test {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---cta-v1-floating-item-02 {
    width: 44%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 39%;
  }

  .cta-button-cta-devis-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .cta-button-cta-phone {
    width: 100%;
    color: var(--elements-webflow-library--secondary--color-2);
    align-self: center;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left-3 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---cta-card {
    background-position: 0%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-intervention-2-cta {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-span-25 {
    font-size: 24px;
    line-height: 34px;
  }

  .text-span-26 {
    line-height: 20px;
  }

  .heading-h2-size-2cta {
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 42px;
  }

  .text-span-29 {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
  }

  .brix---heading-h3-size-2cta {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
  }

  .brix---heading-h2-size-3-faq {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
  }

  .text-block-33-c {
    font-size: 16px;
    line-height: 28px;
  }

  .brix---hero-pp-vitrerie {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---hero-pp-vitrerie-copy {
    background-position: 0%;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-h1-lasam {
    text-align: center;
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 55px;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---input-label {
    text-align: center;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .card-form {
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 560px;
    padding-left: 23px;
    padding-right: 23px;
    display: block;
  }

  .brix---text-200-bold-2, .brix---text-201 {
    font-size: 16px;
    line-height: 28px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---grid-1-column {
    grid-template-rows: auto auto;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .text-300-bold {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph-default-5 {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
  }

  .brix---heading-h2 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 42px;
  }

  .brix---subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .grid-contact-v1 {
    grid-column-gap: 15px;
    grid-row-gap: 50px;
    place-items: center;
  }

  .brix---container-default-4 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section---demande-devis {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---paragraph-d4-ex-int1 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---paragraph-1---st---serrurerie, .brix---paragraph-2---st---serrurerie, .brix---paragraph-default-3---st---serrurerie {
    font-size: 14px;
    line-height: 20px;
  }

  .cta-phone-white {
    width: 100%;
    padding: 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .cta-phone-white.cta-button-cta-phone {
    color: var(--red-mad);
  }

  .brix---cta-form-devis {
    text-align: left;
    width: 100%;
    padding: 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---paragraph-df-subtit-serrur {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---paragraph-serrurerie-intervention-prix {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }

  .brix---buttons-hero-cta {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
  }

  .button-cta-call-hero-serrurerie.cc-jumbo-button.cc-jumbo-white {
    align-self: center;
  }

  .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32 {
    font-weight: 600;
  }

  .brix---section-ban-d-pannage-serrurerie {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---container-ban-dep-serrurerie {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---cta-card-serrurerie {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-40-c {
    flex-direction: column;
  }

  .brix---hero-pp-services-serrurerie {
    background-position: 0%;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-29-contact {
    display: none;
  }

  .brix---hero-pp-services-vitrerie {
    background-position: 0%;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---hero-pp-contact-qui-sommes-nous {
    background-image: url('../images/header-ban-mobile-lasam-contact-qui-sommes-nous-.webp');
    background-position: 0%;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-pp-obtenir-un-devis {
    background-image: url('../images/header-lasam-devis-gratuit-deratisation-desinsectisation.webp');
    background-position: 50%;
    background-size: cover;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .link-serrurerie {
    text-align: left;
  }

  .div-block-60, .div-block-61 {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .brix---paragraph-default-6 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px-3 {
    margin-bottom: 6px;
  }

  .brix---heading-h1-size---mg-0 {
    font-size: 32px;
    line-height: 38px;
  }

  .brix---circle-number {
    width: 110px;
    min-width: 110px;
    height: 110px;
    min-height: 110px;
    margin-bottom: 14px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---subtitle-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---container-default-5 {
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wbs-step-3-item-top, .wbs-step-3-item {
    width: 100%;
  }

  .wbs-step-3 {
    grid-row-gap: 30px;
    width: 100%;
  }

  .wbs-container {
    font-family: Exo, sans-serif;
  }

  .section-intervention-4-tapes {
    padding: 2.5rem 40px;
  }

  .wbs-step-simple-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wbs-steps-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .brix---btn-secondary-2, .brix---btn-primary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-4 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---card-over-bg-image {
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---grid-card-light {
    align-content: stretch;
    place-items: center stretch;
  }

  .brix---section-bg-image {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
    font-size: 16px;
    line-height: 28px;
  }

  .brix---mg-bottom-32px-d-pannage-prix-d-lai {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 42px;
  }

  .text-span-37 {
    line-height: 25px;
  }

  .f-modal-button-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---mg-bottom-0 {
    line-height: 20px;
  }

  .brix---paragraph-default-7 {
    font-size: 14px;
    line-height: 25px;
  }

  .brix---heading-h3-size-3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
    max-height: 65px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-5 {
    text-transform: none;
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-4 {
    padding: 40px 10px;
  }

  .wbs-section-ets {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wbs-step-simple-item-copy, .wbs-step-simple-item-copy1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wbs-steps-2-copy {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .wbs-step-simple-item-copy, .wbs-step-simple-item-copy-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---buttons-row-2-c-m {
    flex-direction: column;
    align-items: stretch;
  }

  .container-2-c-m-arg {
    padding-bottom: 40px;
  }

  .div-block-40-c-m-arg {
    flex-direction: column;
  }

  .paragraph-bigger-st.cc-bigger-white-light-st {
    color: var(--black);
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .brix---st---pp-hero {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
  }

  .brix---st1---pp-hero {
    color: var(--red-mad);
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
  }

  .image-60-lab1, .image-60-lab2 {
    align-self: flex-start;
  }

  .section-overflow-avis-client-vfs {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-image: url('../images/background-avis-clients-lasam-note-5-etoiles-gmb-google.webp');
    background-position: 0 0;
    background-size: auto;
    background-clip: border-box;
    max-width: none;
    margin-bottom: 0;
    padding: 60px 0 100px;
    display: block;
  }

  .brix---input-ml, .bold-text-73 {
    text-align: center;
  }

  .bold-text-74 {
    font-size: 16px;
    line-height: 28px;
  }

  .hero-pp-homepage {
    background-image: url('../images/header-lasam-hp-services-anti-nuisible-idf-region-parisienne.webp');
    background-position: 0%;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-intervention-de-section-2cta {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .navigation-2, .navigation-3 {
    padding: 10px 0;
    position: sticky;
  }

  .nav-menu {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-button-2 {
    display: block;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: 1fr;
    grid-template-columns: .25fr .8fr .25fr 1fr .25fr 1.25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-40, .text-block-41 {
    padding-right: 5px;
  }

  .div-block-65 {
    text-align: justify;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-66 {
    box-sizing: border-box;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    text-overflow: clip;
    object-fit: contain;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
    position: static;
  }

  .text-block-44 {
    font-size: 16px;
    line-height: 28px;
  }

  .text-block-45 {
    text-align: left;
  }

  .div-block-67 {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-span-46 {
    font-weight: 600;
  }

  .bold-text-79 {
    text-align: left;
  }

  .text-block-footer-des {
    text-align: center;
  }

  .text-block-48 {
    text-align: center;
    line-height: 40px;
  }

  .div-block-68 {
    padding-top: 20px;
  }

  .div-block-69 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-family: Exo, sans-serif;
  }

  .bold-text-80 {
    font-size: 16px;
    line-height: 40px;
  }

  .link-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-70 {
    font-family: Exo, sans-serif;
  }

  .heading-h2 {
    font-size: 30px;
    line-height: 42px;
  }

  .section-cookies, .section-mentions-l-gales, .section-politique-confidentialite {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-item-4 {
    width: auto;
  }

  .navigation-wrap-2 {
    z-index: auto;
    align-self: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: sticky;
  }

  .menu-2 {
    margin-left: 15px;
  }

  .navigation-items-2 {
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 70%;
    height: auto;
    margin-top: 0;
    padding-right: 0;
    position: absolute;
    inset: 91px 0% auto 30%;
  }

  .menu-button-3, .menu-button-3.w--open {
    flex: none;
  }

  .navigation-lasam {
    padding: 10px 0;
    position: sticky;
  }

  .section-hero-page-sea {
    background-image: url('../images/ChatGPT-Image-6-juin-2026-19_08_45.png');
    background-position: 0 100%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .brix---card-form---sea {
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 560px;
    padding-left: 23px;
    padding-right: 23px;
    display: block;
  }

  .field-label-form {
    text-align: left;
  }

  .cta-header-devis {
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .heading-4 {
    line-height: 35px;
  }

  .div-block-79, .div-block-80 {
    justify-content: center;
    align-items: center;
  }

  .brix---paragraph-pp-hero-2 {
    opacity: 1;
    outline-offset: 0px;
    text-align: left;
    word-break: normal;
    vertical-align: super;
    mix-blend-mode: normal;
    object-fit: fill;
    background-color: #ffffffab;
    border-style: none;
    border-width: 2px;
    border-radius: 0;
    outline: 3px #000;
    justify-content: center;
    align-items: center;
    max-width: 420px;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-decoration: none;
    display: block;
  }

  .section-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .div-block-82 {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .div-block-83 {
    display: block;
  }

  .div-block-84 {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    padding-bottom: 5px;
    font-weight: 500;
  }

  .text-block-53 {
    line-height: 25px;
  }

  .div-block-85 {
    align-self: center;
    display: block;
  }

  .div-block-86 {
    max-width: 100%;
  }

  .div-block-87 {
    clear: none;
    flex-flow: column;
    justify-content: flex-start;
    display: flex;
    position: static;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sous-titre-bloc-sea {
    color: var(--red-mad);
    font-weight: 300;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .lynx-heading-accordion {
    font-size: 18px;
  }

  .heading-2-bloc-sea {
    margin-top: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .section-faq {
    font-family: Exo, sans-serif;
  }

  .sous-titre-center {
    color: var(--black);
    font-weight: 300;
  }

  .section-ban-2-cta-footer-black {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .flex-block-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: Exo, sans-serif;
    font-weight: 400;
  }

  .cta-phone-bloc-2-boutons {
    width: 100%;
    color: var(--elements-webflow-library--secondary--color-2);
    align-self: center;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .cta-devis-bloc-2-boutons {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-88 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .sous-titre-bloc-cta-white {
    color: var(--red-mad);
    font-weight: 300;
  }

  .heading-2-bloc-sea-white {
    text-align: center;
    font-size: 30px;
    line-height: 42px;
  }

  .text-block-57 {
    text-align: center;
    font-weight: 500;
  }

  .section-faq-sea {
    padding: 60px 40px;
    position: static;
  }

  .image-38 {
    padding-bottom: 0;
  }

  .image-39 {
    max-height: 100%;
    padding-top: 0;
  }

  .image-40 {
    padding-top: 0;
  }

  .paragraph-18 {
    font-family: Exo, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
  }

  .cta-phone-header-sea {
    width: 100%;
    color: var(--elements-webflow-library--secondary--color-2);
    align-self: center;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
    display: none;
  }

  .gallery-slider {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-6 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .heading-2-copy {
    font-size: 30px;
    line-height: 42px;
  }

  .section-4-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .text-block-53-c {
    line-height: 25px;
  }

  .div-block-85-c {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-90 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    background-color: var(--white);
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding: 15px 20px 40px;
    display: grid;
    position: fixed;
    inset: auto 0% 0%;
  }

  .button-5 {
    background-color: var(--red-mad);
    border-radius: 15px 5px;
    font-family: Exo, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }

  .button-6 {
    background-color: #08c748;
    border-radius: 100px;
    flex: 0 auto;
    padding-left: 9px;
    padding-right: 9px;
    font-family: Exo, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
  }

  .link-block-5 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: var(--red-mad);
    justify-content: center;
    align-items: center;
    padding: 9px;
    font-family: Exo, sans-serif;
    font-size: 14px;
    line-height: 25px;
    display: flex;
  }

  .text-block-58 {
    color: var(--lynx--white);
    -webkit-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
    font-weight: 600;
    text-decoration: none;
    display: flex;
  }

  .div-block-87-c {
    clear: none;
    flex-flow: column-reverse wrap-reverse;
    justify-content: flex-start;
    display: flex;
    position: static;
  }

  .section-hero-page-sea-rat-devis {
    background-image: url('../images/header-lasam-deratisation-rat-devis-idf-intervention.webp');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-services-lasam {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-ban-2cta {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .div-block-91 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .f-button-icon {
    color: var(--white);
  }

  .bouton-appel {
    background-color: var(--red-mad);
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bouton-appel:hover {
    background-color: var(--red-dark);
  }

  .text-block-59 {
    color: var(--white);
    font-family: Exo, sans-serif;
    font-weight: 700;
  }

  .button-whatsapp {
    background-color: var(--flowstica-webflow-library--medium-sea-green);
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    transition-duration: .3s;
  }

  .button-whatsapp:hover {
    background-color: var(--flowui-component-library--success-darker);
  }

  .brix---heading-h1-sea {
    text-align: center;
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 55px;
  }

  .section-hero-page-sea-black {
    background-image: linear-gradient(#00000080, #00000080), url('../images/devis-traitement-punaises-de-lit-paris-idf-entreprise-lasam.webp');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .brix---heading-h1-sea-black {
    text-align: center;
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 55px;
  }

  .paragraph-page-sea-hero-black {
    border: 2px solid var(--white);
    background-color: var(--elements-webflow-library--accent--primary-1);
    opacity: 1;
    outline-offset: 0px;
    text-align: left;
    word-break: normal;
    vertical-align: super;
    mix-blend-mode: normal;
    object-fit: fill;
    border-radius: 15px;
    outline: 3px #000;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    max-width: 420px;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-decoration: none;
    display: none;
    overflow: visible;
  }

  .paragraph-sea-black {
    font-family: Exo, sans-serif;
    font-weight: 500;
    display: none;
  }

  .text-block-sea-black {
    text-align: center;
    font-weight: 500;
  }

  .div-block-sea-black-avis {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
  }

  .sous-titre-center-white {
    color: var(--red-mad);
    font-weight: 300;
  }

  .section-hero-page-sea-devis-intervention-nuisible {
    background-image: url('../images/header-lasam-devis-traitement-nuisible-idf-paris.webp');
    background-position: 0 100%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section-hero-page-sea-souris-devis-inter {
    background-image: url('../images/header-lasam-devis-intervention-souris-75-paris.webp');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .div-block-sea-avis, .div-block-sea-avis-cl {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
  }

  .section-hero-page-sea-d-sinsectisation {
    background-image: url('../images/header-lasam-devis-desinsectisation-intervention-idf-paris.webp');
    background-position: 50% 100%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section-hero-page-sea-cafards-devis {
    background-image: url('../images/header-lasam-devis-cafards-intervention-paris-idf.webp');
    background-position: 50% 100%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section-hero-page-sea-souris-traitement {
    background-image: url('../images/header-lasam-devis-traitement-souris-idf-paris-entreprise.webp');
    background-position: 0%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section-hero-page-sea-devis-lasam {
    background-image: url('../images/header-devis-gratuit-lasam-intervention-paris.webp');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .paragraph-18-white {
    font-family: Exo, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
  }

  .section-hero-page-sea-nuisible {
    background-image: url('../images/header-lasam-nuisibles-traitement-devis-rapide-paris.webp');
    background-position: 0 100%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .container-7 {
    height: auto;
  }

  .button-7 {
    margin-top: 100px;
  }

  .heading-h2-white-avis {
    color: var(--white);
    font-size: 30px;
    line-height: 42px;
  }

  .paragraph-avis-white {
    color: var(--white);
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .section-overflow-avis-client-black {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-image: linear-gradient(#000000d9 100%, #fff), url('../images/background-avis-clients-lasam-note-5-etoiles-gmb-google.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    background-clip: border-box;
    max-width: none;
    margin-bottom: 0;
    padding: 60px 0;
    display: block;
    position: static;
  }

  .image-41 {
    color: var(--white);
  }

  .footer-block-info-rgpd {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
  }

  .div-block-92 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    grid-auto-flow: row;
  }

  .checkbox-label-6 {
    text-align: left;
    text-transform: none;
    font-family: Exo, sans-serif;
  }

  .checkbox-field {
    text-align: left;
  }

  .div-block-93 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .section-faq-sea-vf {
    padding-top: 20px;
  }
}

#w-node-_6b5a0e77-1c49-7d28-3b92-98d6fd125547-41cf9dbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_303a2612-2036-a508-760e-f44734b9d42a-41cf9dbb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_303a2612-2036-a508-760e-f44734b9d47d-41cf9dbb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e33bdcab-c3cd-caeb-e587-3fb41193dc63-41cf9dbb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9b7942b9-372a-af49-886f-72ad76ebf3dc-41cf9dbb, #w-node-_9b7942b9-372a-af49-886f-72ad76ebf3e6-41cf9dbb, #w-node-_9b7942b9-372a-af49-886f-72ad76ebf3f0-41cf9dbb, #w-node-_9b7942b9-372a-af49-886f-72ad76ebf3fa-41cf9dbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f330914-35db-769a-0d16-9db9e655241a-41cf9dbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-feadcced-ad73-9744-9492-8d9cd4558fa4-41cf9dbb {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-feadcced-ad73-9744-9492-8d9cd4558fa6-41cf9dbb {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0d40b2b5-b702-8259-b8fd-50d4aea66eae-f00ab751 {
  place-self: auto start;
}

#w-node-_58acff9f-ccbc-96cf-fbe1-394ef00ab76a-f00ab751 {
  justify-self: end;
}

#w-node-_5808f0c2-169e-1e3d-d5a0-1a1220641b79-41cf9dc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-c00367eb-f0ec-0e6c-9b72-d4b9f4373175-41cf9dc0, #w-node-c00367eb-f0ec-0e6c-9b72-d4b9f4373190-41cf9dc0, #w-node-c00367eb-f0ec-0e6c-9b72-d4b9f43731ab-41cf9dc0, #w-node-c00367eb-f0ec-0e6c-9b72-d4b9f43731c6-41cf9dc0, #w-node-c00367eb-f0ec-0e6c-9b72-d4b9f43731e1-41cf9dc0, #w-node-c00367eb-f0ec-0e6c-9b72-d4b9f43731fc-41cf9dc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_746de0ce-021b-f25e-0406-9979cdbdd2cd-41cf9dc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d277e6fe-ff45-5420-86f8-2ddb7952b68d-41cf9dc0 {
  place-self: auto;
}

#w-node-a751d093-c55e-6e8e-7ec5-7f02899c0f8b-41cf9dc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-a74ebd37-a6bf-aa02-5e47-7469f2f530c8-41cf9dc4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a74ebd37-a6bf-aa02-5e47-7469f2f530e7-41cf9dc4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c2db84ab-57db-5796-1156-e898062f9c30-41cf9dc4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1f8dc774-3f84-6d35-6bb6-e707efcdae96-41cf9dc4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1f8dc774-3f84-6d35-6bb6-e707efcdae98-41cf9dc4 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7271e77c-6708-a301-838b-bceed12a9c92-d4cb0e64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-d4cb0e64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-d4cb0e64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a4-d4cb0e64, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6ae-d4cb0e64, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6b3-d4cb0e64, #w-node-e1fd3d45-5e54-5291-1860-110a52d8ada1-d4cb0e64, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adab-d4cb0e64, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adb5-d4cb0e64, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adbd-d4cb0e64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5afd78e6-3e02-f2fa-4678-b67669a0ecca-d4cb0e64 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e8b5b647-cb8b-ace4-de98-0decd76c62ee-d4cb0e64 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7271e77c-6708-a301-838b-bceed12a9c92-a911f2b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-a911f2b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-a911f2b7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a4-a911f2b7, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6ae-a911f2b7, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6b3-a911f2b7, #w-node-e1fd3d45-5e54-5291-1860-110a52d8ada1-a911f2b7, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adab-a911f2b7, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adb5-a911f2b7, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adbd-a911f2b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d23bc6f-f5b9-3372-c9d4-e077d2508887-a911f2b7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1d23bc6f-f5b9-3372-c9d4-e077d2508889-a911f2b7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7271e77c-6708-a301-838b-bceed12a9c92-dbc47c67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-dbc47c67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-dbc47c67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a4-dbc47c67, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6ae-dbc47c67, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6b3-dbc47c67, #w-node-e1fd3d45-5e54-5291-1860-110a52d8ada1-dbc47c67, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adab-dbc47c67, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adb5-dbc47c67, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adbd-dbc47c67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5afd78e6-3e02-f2fa-4678-b67669a0ecca-dbc47c67 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e8b5b647-cb8b-ace4-de98-0decd76c62ee-dbc47c67 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7271e77c-6708-a301-838b-bceed12a9c92-59afcf49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-59afcf49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-59afcf49 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a4-59afcf49, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6ae-59afcf49, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6b3-59afcf49, #w-node-e1fd3d45-5e54-5291-1860-110a52d8ada1-59afcf49, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adab-59afcf49, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adb5-59afcf49, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adbd-59afcf49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e948c4c-90a1-fd5f-c0d8-515637dba1ed-59afcf49 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1e948c4c-90a1-fd5f-c0d8-515637dba1ef-59afcf49 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7271e77c-6708-a301-838b-bceed12a9c92-7264977d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-7264977d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-7264977d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a4-7264977d, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6ae-7264977d, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6b3-7264977d, #w-node-e1fd3d45-5e54-5291-1860-110a52d8ada1-7264977d, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adab-7264977d, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adb5-7264977d, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adbd-7264977d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5afd78e6-3e02-f2fa-4678-b67669a0ecca-7264977d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e8b5b647-cb8b-ace4-de98-0decd76c62ee-7264977d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7271e77c-6708-a301-838b-bceed12a9c92-fc22ea2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-fc22ea2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-fc22ea2d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a4-fc22ea2d, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6ae-fc22ea2d, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6b3-fc22ea2d, #w-node-e1fd3d45-5e54-5291-1860-110a52d8ada1-fc22ea2d, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adab-fc22ea2d, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adb5-fc22ea2d, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adbd-fc22ea2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34443336-6fba-9243-af4a-8d32c8d6d2ab-fc22ea2d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_34443336-6fba-9243-af4a-8d32c8d6d2ad-fc22ea2d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7271e77c-6708-a301-838b-bceed12a9c92-0cfae6e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-0cfae6e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-0cfae6e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a4-0cfae6e2, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6ae-0cfae6e2, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6b3-0cfae6e2, #w-node-e1fd3d45-5e54-5291-1860-110a52d8ada1-0cfae6e2, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adab-0cfae6e2, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adb5-0cfae6e2, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adbd-0cfae6e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5afd78e6-3e02-f2fa-4678-b67669a0ecca-0cfae6e2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e8b5b647-cb8b-ace4-de98-0decd76c62ee-0cfae6e2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7271e77c-6708-a301-838b-bceed12a9c92-eaef2f9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-eaef2f9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-eaef2f9b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a4-eaef2f9b, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6ae-eaef2f9b, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6b3-eaef2f9b, #w-node-e1fd3d45-5e54-5291-1860-110a52d8ada1-eaef2f9b, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adab-eaef2f9b, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adb5-eaef2f9b, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adbd-eaef2f9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80605d8a-0f33-584b-d98d-f91e1523e555-eaef2f9b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_80605d8a-0f33-584b-d98d-f91e1523e557-eaef2f9b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7271e77c-6708-a301-838b-bceed12a9c92-dfb7859d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-dfb7859d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-dfb7859d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a4-dfb7859d, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6ae-dfb7859d, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6b3-dfb7859d, #w-node-e1fd3d45-5e54-5291-1860-110a52d8ada1-dfb7859d, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adab-dfb7859d, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adb5-dfb7859d, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adbd-dfb7859d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5afd78e6-3e02-f2fa-4678-b67669a0ecca-dfb7859d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e8b5b647-cb8b-ace4-de98-0decd76c62ee-dfb7859d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7271e77c-6708-a301-838b-bceed12a9c92-3d6cd951 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-3d6cd951 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-3d6cd951 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a4-3d6cd951, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6ae-3d6cd951, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6b3-3d6cd951, #w-node-e1fd3d45-5e54-5291-1860-110a52d8ada1-3d6cd951, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adab-3d6cd951, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adb5-3d6cd951, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adbd-3d6cd951 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce55e5b6-6837-78b1-f6ca-ed9560602eed-3d6cd951 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ce55e5b6-6837-78b1-f6ca-ed9560602eef-3d6cd951 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7271e77c-6708-a301-838b-bceed12a9c92-755aa883 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-755aa883 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-755aa883 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a4-755aa883, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6ae-755aa883, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6b3-755aa883, #w-node-e1fd3d45-5e54-5291-1860-110a52d8ada1-755aa883, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adab-755aa883, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adb5-755aa883, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adbd-755aa883 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6098b943-ee61-03b4-84a6-26cdd8b31728-755aa883 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6098b943-ee61-03b4-84a6-26cdd8b3172a-755aa883 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7271e77c-6708-a301-838b-bceed12a9c92-352904f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-352904f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-352904f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a4-352904f4, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6ae-352904f4, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6b3-352904f4, #w-node-e1fd3d45-5e54-5291-1860-110a52d8ada1-352904f4, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adab-352904f4, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adb5-352904f4, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adbd-352904f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_459c0d2c-1a61-004e-c39f-955dd5c8e638-352904f4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_459c0d2c-1a61-004e-c39f-955dd5c8e63a-352904f4 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7271e77c-6708-a301-838b-bceed12a9c92-39a93cf0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-39a93cf0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-39a93cf0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a4-39a93cf0, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6ae-39a93cf0, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6b3-39a93cf0, #w-node-e1fd3d45-5e54-5291-1860-110a52d8ada1-39a93cf0, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adab-39a93cf0, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adb5-39a93cf0, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adbd-39a93cf0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5afd78e6-3e02-f2fa-4678-b67669a0ecca-39a93cf0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e8b5b647-cb8b-ace4-de98-0decd76c62ee-39a93cf0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7271e77c-6708-a301-838b-bceed12a9c92-b16841e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-b16841e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-b16841e4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a4-b16841e4, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6ae-b16841e4, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6b3-b16841e4, #w-node-e1fd3d45-5e54-5291-1860-110a52d8ada1-b16841e4, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adab-b16841e4, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adb5-b16841e4, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adbd-b16841e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2920f171-3fa8-f08c-7253-c0e357f136c8-b16841e4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2920f171-3fa8-f08c-7253-c0e357f136ca-b16841e4 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7271e77c-6708-a301-838b-bceed12a9c92-2c23d4a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-2c23d4a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-2c23d4a8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a4-2c23d4a8, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6ae-2c23d4a8, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6b3-2c23d4a8, #w-node-e1fd3d45-5e54-5291-1860-110a52d8ada1-2c23d4a8, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adab-2c23d4a8, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adb5-2c23d4a8, #w-node-e1fd3d45-5e54-5291-1860-110a52d8adbd-2c23d4a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2612e1f6-41ae-fdde-8ae3-78d9bd341cdd-2c23d4a8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2612e1f6-41ae-fdde-8ae3-78d9bd341cdf-2c23d4a8 {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_303a2612-2036-a508-760e-f44734b9d42a-41cf9dbb {
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_303a2612-2036-a508-760e-f44734b9d42a-41cf9dbb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_303a2612-2036-a508-760e-f44734b9d47d-41cf9dbb {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-e33bdcab-c3cd-caeb-e587-3fb41193dc63-41cf9dbb {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center stretch;
  }

  #w-node-_478cf112-ebb8-9a0a-8fa8-42214d45a278-41cf9dc0 {
    order: 9999;
  }

  #w-node-a74ebd37-a6bf-aa02-5e47-7469f2f530c8-41cf9dc4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a74ebd37-a6bf-aa02-5e47-7469f2f530e7-41cf9dc4, #w-node-c2db84ab-57db-5796-1156-e898062f9c30-41cf9dc4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c2db84ab-57db-5796-1156-e898062f9c31-41cf9dc4 {
    justify-self: center;
  }

  #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-d4cb0e64, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-a911f2b7, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-dbc47c67, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-59afcf49, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-7264977d, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-fc22ea2d, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-0cfae6e2, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-eaef2f9b, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-dfb7859d, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-3d6cd951, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-755aa883, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-352904f4, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-39a93cf0, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-b16841e4, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-2c23d4a8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6b5a0e77-1c49-7d28-3b92-98d6fd125547-41cf9dbb {
    place-self: center;
  }

  #w-node-_303a2612-2036-a508-760e-f44734b9d47d-41cf9dbb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0d40b2b5-b702-8259-b8fd-50d4aea66eae-f00ab751 {
    place-self: center;
  }

  #w-node-a74ebd37-a6bf-aa02-5e47-7469f2f530e7-41cf9dc4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7271e77c-6708-a301-838b-bceed12a9c92-d4cb0e64 {
    place-self: center;
  }

  #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-d4cb0e64, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-d4cb0e64 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7271e77c-6708-a301-838b-bceed12a9c92-a911f2b7 {
    place-self: center;
  }

  #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-a911f2b7, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-a911f2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7271e77c-6708-a301-838b-bceed12a9c92-dbc47c67 {
    place-self: center;
  }

  #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-dbc47c67, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-dbc47c67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7271e77c-6708-a301-838b-bceed12a9c92-59afcf49 {
    place-self: center;
  }

  #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-59afcf49, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-59afcf49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7271e77c-6708-a301-838b-bceed12a9c92-7264977d {
    place-self: center;
  }

  #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-7264977d, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-7264977d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7271e77c-6708-a301-838b-bceed12a9c92-fc22ea2d {
    place-self: center;
  }

  #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-fc22ea2d, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-fc22ea2d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7271e77c-6708-a301-838b-bceed12a9c92-0cfae6e2 {
    place-self: center;
  }

  #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-0cfae6e2, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-0cfae6e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7271e77c-6708-a301-838b-bceed12a9c92-eaef2f9b {
    place-self: center;
  }

  #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-eaef2f9b, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-eaef2f9b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7271e77c-6708-a301-838b-bceed12a9c92-dfb7859d {
    place-self: center;
  }

  #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-dfb7859d, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-dfb7859d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7271e77c-6708-a301-838b-bceed12a9c92-3d6cd951 {
    place-self: center;
  }

  #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-3d6cd951, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-3d6cd951 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7271e77c-6708-a301-838b-bceed12a9c92-755aa883 {
    place-self: center;
  }

  #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-755aa883, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-755aa883 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7271e77c-6708-a301-838b-bceed12a9c92-352904f4 {
    place-self: center;
  }

  #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-352904f4, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-352904f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7271e77c-6708-a301-838b-bceed12a9c92-39a93cf0 {
    place-self: center;
  }

  #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-39a93cf0, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-39a93cf0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7271e77c-6708-a301-838b-bceed12a9c92-b16841e4 {
    place-self: center;
  }

  #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-b16841e4, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-b16841e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7271e77c-6708-a301-838b-bceed12a9c92-2c23d4a8 {
    place-self: center;
  }

  #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d69b-2c23d4a8, #w-node-_86cf5b98-bfc7-c80a-895b-9d600130d6a0-2c23d4a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Estrellas Tfb';
  src: url('../fonts/Estrellas-TFB.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ==========================================================================
   LASAM — corrections post-migration Webflow -> OVH
   Bloc ajouté en fin de fichier : aucune règle existante n'est modifiée,
   celles ci-dessous se contentent de les surcharger. Ne pas supprimer.
   ========================================================================== */

/* --- 1. Bloc « avis Google » (note + étoiles + logo) -----------------------
   Un seul groupe compact : largeur basée sur le contenu, alignement vertical
   centré, espacement régulier. Le composant ne s'étire jamais sur toute la
   largeur disponible et n'utilise aucun justify-content: space-between.     */

.link-block-black-avis,
.link-block {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

.link-block-black-avis > .text-block-sea-black,
.link-block-black-avis > .text-block,
.link-block > .text-block-sea-black,
.link-block > .text-block {
  padding-right: 0;
}

/* Les deux images conservent exactement leur taille d'origine (70px / 25px)
   mais ne peuvent plus être ni écrasées ni étirées par le conteneur flex.   */
.link-block-black-avis > .image-22,
.link-block-black-avis > .image-12,
.link-block > .image-22,
.link-block > .image-12 {
  flex: 0 0 auto;
  height: auto;
}

/* --- 2. Sticky mobile téléphone + WhatsApp --------------------------------- */

@media screen and (max-width: 479px) {
  .div-block-90 {
    /* 12 px sous les boutons + encoche iPhone, au lieu de 40 px de vide.
       La hauteur et la zone tactile des boutons restent inchangées.         */
    padding: 12px 20px calc(12px + env(safe-area-inset-bottom, 0px));
    transition: transform .3s ease, opacity .3s ease, bottom .3s ease;
    will-change: transform, opacity;
    /* Remonté au-dessus de la bannière cookies tant qu'elle est affichée.
       La variable est mesurée et posée par js/lasam-consent.js ; elle vaut
       0px dès que la bannière disparaît.                                    */
    bottom: var(--lasam-cky-offset, 0px);
  }

  /* État « masqué » posé par js/lasam-form.js quand le footer devient visible */
  .div-block-90.lasam-sticky-hidden {
    opacity: 0;
    transform: translateY(120%);
    pointer-events: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .div-block-90 {
      transition: none;
    }
  }
}
