/* BREAKPOINT: Ordinateur de bureau (BASE) */ body {font-family: "Poppins"; letter-spacing: 0px} h1,  h2,  h3,  h4,  h5,  h6 {font-family: "Poppins"; letter-spacing: 0px} h1 {font-size: 5em; line-height: 1; text-transform: uppercase; margin-bottom: 40px} h2 {font-size: 2em; line-height: 1; color: var(--primary-color); margin-bottom: 40px} h3 {font-size: 1.5em; line-height: 1; margin-bottom: 20px} h4 {font-size: 1.1em; color: var(--primary-color)}:root .bricks-color-primary {color: var(--primary-color)}:root .bricks-background-primary {background-color: var(--primary-color)}:root .bricks-color-secondary {color: var(--secondary-color)}:root .bricks-background-secondary {background-color: var(--secondary-color)} .bricks-button {color: var(--bricks-color-ordxdp); font-weight: 600; letter-spacing: 0px; transition: 140ms all ease; border-radius: 50px; padding-top: .8em; padding-right: 1.7em; padding-bottom: .8em; padding-left: 1.7em} .brxe-section {padding-top: 80px; padding-right: 15px; padding-bottom: 80px; padding-left: 15px}/* BREAKPOINT: Tablette verticale */@media (max-width: 991px) { h1 {font-size: 4em}}/* BREAKPOINT: Mobile horizontal */@media (max-width: 767px) { h1 {font-size: 2em; text-align: center; margin-right: auto; margin-left: auto} h2 {font-size: 2em; text-align: center; margin-right: auto; margin-left: auto} h3 {margin-right: auto; margin-left: auto; text-align: center}}