/* BREAKPOINT: Ordinateur de bureau (BASE) */ html {font-size: 16px} body {font-size: 1rem; font-family: "Inter"; color: var(--base)} h1,  h2,  h3,  h4,  h5,  h6 {color: var(--base)} h1 {font-size: 3rem; color: var(--base); font-weight: 500} h2 {font-size: 2.4rem; color: var(--base); font-weight: 500} h3 {font-size: 2.2rem; font-weight: 500} h4 {font-size: 2rem} .bricks-type-hero {font-family: "Abel"; font-weight: 400} .bricks-type-lead {font-family: "EB Garamond"} body.bricks-is-frontend :focus {outline: none} .bricks-button.md {padding-top: 1em; padding-right: 1.5em; padding-bottom: 1em; padding-left: 1.5em} .bricks-button {padding-top: 1em; padding-right: 2em; padding-bottom: 1em; padding-left: 2em; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 500; font-size: 0.9rem; font-family: "Inter"} .bricks-button.sm {padding-top: 5px; padding-right: 20px; padding-bottom: 5px; padding-left: 20px} .bricks-button.lg {padding-top: 1em; padding-right: 1.5em; padding-bottom: 1em; padding-left: 1.5em} .bricks-button.xl {padding-top: 1em; padding-right: 1.5em; padding-bottom: 1em; padding-left: 1.5em} :root .bricks-button[class*="primary"] {color: #ffffff; border: 1px solid var(--primary-2); border-radius: 10px} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--primary-2)} :root .bricks-button[class*="secondary"]:not(.outline) {background-color: var(--blanc)} :root .bricks-button[class*="secondary"] {border: 1px solid var(--primary-4); border-radius: 3px; color: var(--base)} :root .bricks-button[class*="light"] {color: var(--base); border: 0; border-style: solid; border-color: var(--primary-3)} :root .bricks-button[class*="dark"] {color: var(--blanc); border: 0; border-style: solid; border-color: var(--secondary); border-radius: 10px} :root .bricks-button[class*="dark"]:not(.outline) {background-color: var(--secondary)} :root .bricks-button[class*="light"]:not(.outline):not(.bricks-lightbox) {background-color: #d9d9d9} .brxe-section {padding-top: 100px; padding-right: 0; padding-bottom: 100px; padding-left: 0} .brxe-container {width: 100%; max-width: 1440px; column-gap: 32px; row-gap: 32px; padding-right: 16px; padding-left: 16px} .woocommerce main.site-main {width: 100%} #brx-content.wordpress {width: 100%; max-width: 1440px} :where(.brxe-accordion .accordion-content-wrapper) a,  :where(.brxe-icon-box .content) a,  :where(.brxe-list) a,  :where(.brxe-post-content) a:not(.bricks-button),  :where(.brxe-posts .dynamic p) a,  :where(.brxe-shortcode) a,  :where(.brxe-tabs .tab-content) a,  :where(.brxe-team-members) .description a,  :where(.brxe-testimonials) .testimonial-content-wrapper a,  :where(.brxe-text) a,  :where(a.brxe-text),  :where(.brxe-text-basic) a,  :where(a.brxe-text-basic),  :where(.brxe-post-comments) .comment-content a {color: var(--primary)} :where(.brxe-accordion .accordion-content-wrapper) a:hover,  :where(.brxe-icon-box .content) a:hover,  :where(.brxe-list) a:hover,  :where(.brxe-post-content) a:not(.bricks-button):hover,  :where(.brxe-posts .dynamic p) a:hover,  :where(.brxe-shortcode) a:hover,  :where(.brxe-tabs .tab-content) a:hover,  :where(.brxe-team-members) .description a:hover,  :where(.brxe-testimonials) .testimonial-content-wrapper a:hover,  :where(.brxe-text) a:hover,  :where(a.brxe-text):hover,  :where(.brxe-text-basic) a:hover,  :where(a.brxe-text-basic):hover,  :where(.brxe-post-comments) .comment-content a:hover {text-decoration: underline} html {background-color: var(--blanc)} body {background: none}/* BREAKPOINT: Ordinateur */@media (max-width: 1200px) { html {font-size: 17px}}/* BREAKPOINT: Tablette verticale */@media (max-width: 991px) { html {font-size: 17px} h2 {font-size: 2.5rem} h3 {font-size: 2.3rem} h4 {font-size: 2.3rem} h1 {font-size: 3rem} .brxe-section {padding-top: 64px; padding-bottom: 64px}}/* BREAKPOINT: Mobile horizontal */@media (max-width: 767px) { h2 {font-size: 2.3rem} h3 {font-size: 2.2rem} .brxe-section {padding-top: 32px; padding-bottom: 32px} .brxe-container {column-gap: 16px; row-gap: 16px}}/* BREAKPOINT: Mobile vertical */@media (max-width: 478px) { h1 {font-size: 2.8px}}