/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* FONTS */
@font-face {
  font-family: 'Switzer';
  src: url("fonts/Switzer-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Switzer';
  src: url("fonts/Switzer-Bold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'Romie';
  src: url("fonts/Romie-Italic.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }
/*@font-face {
	font-family: 'Romie';
	src: url('fonts/Romie-Italic.woff2') format('woff2');
	font-weight: normal;
	font-style: italic;
	//font-display: fallback;
}*/
/* MAIN */
body {
  color: #000;
  font-family: 'Switzer', Arial, sans-serif !important;
  --font--xxl: 64px;
  --font--xl: 40px;
  --font--l: 24px;
  --font--m: 18px;
  --font--s: 15px; }

body.menuactive {
  overflow: hidden; }

h1, h2, h3 {
  font-family: 'Romie', serif !important; }
  h1 span, h2 span, h3 span {
    font-family: 'Switzer', Arial, sans-serif !important;
    text-transform: uppercase; }
  h1 span.big, h2 span.big, h3 span.big {
    font-size: 1.25em; }

.fadeInUp {
  animation-name: fadeInUpCustom !important;
  animation-duration: 600ms !important; }

.e-con-full {
  --padding-inline-start: 0 !important;
  --padding-inline-end: 0 !important; }

@keyframes fadeInUpCustom {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    animation-timing-function: ease-out; }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes fadeInCustom {
  0% {
    opacity: 0;
    animation-timing-function: ease-out; }
  100% {
    opacity: 1; } }
#mobile-header {
  display: none; }
  #mobile-header .menu-toggle {
    opacity: 1;
    pointer-events: auto;
    transition: all 200ms ease; }

/* HEADER */
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0);
  padding: 20px 40px;
  transition: all 600ms ease-in-out; }
  #header .cols {
    display: grid;
    grid-template-columns: auto 155px auto;
    gap: 30px;
    align-items: center;
    height: 55px;
    transition: all 600ms ease-in-out; }

.admin-bar #header {
  top: 32px; }

#menu1, #menu2 {
  opacity: 1;
  transition: all 400ms ease-in-out; }
  #menu1 ul, #menu2 ul {
    display: flex;
    gap: 6%;
    list-style: none;
    padding: 0;
    text-transform: uppercase;
    font-size: 20px; }
    #menu1 ul li, #menu2 ul li {
      font-size: clamp(11px, 1.1vw, 20px); }
    #menu1 ul li.lang, #menu2 ul li.lang {
      padding-right: 6%; }
      #menu1 ul li.lang a:not(:last-child):after, #menu2 ul li.lang a:not(:last-child):after {
        content: '|';
        margin: 0 5px; }
      #menu1 ul li.lang a.lang-active, #menu2 ul li.lang a.lang-active {
        text-decoration: underline;
        text-underline-offset: 4px;
        text-decoration-thickness: 1px;
        text-decoration-color: black; }
    #menu1 ul a, #menu2 ul a {
      transition: all 400ms ease;
      text-decoration-color: rgba(0, 0, 0, 0); }
    #menu1 ul li.current_page_item a, #menu1 ul a:hover, #menu2 ul li.current_page_item a, #menu2 ul a:hover {
      text-decoration: underline;
      text-underline-offset: 4px;
      text-decoration-thickness: 1px;
      text-decoration-color: black; }

#menu2 ul {
  justify-content: flex-end; }

.main-logo {
  position: fixed;
  top: 20px;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  max-width: 155px;
  height: 55px;
  transition: all 600ms ease-in-out; }
  .main-logo a {
    position: absolute;
    inset: 0; }
  .main-logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    padding: 0;
    transition: all 600ms ease-in-out; }
  .main-logo .anchor-link {
    display: none; }

#home-header-gradient {
  pointer-events: none;
  width: 100%;
  max-width: 1000px;
  height: auto;
  aspect-ratio: 1 / 1;
  position: fixed;
  top: 0;
  left: 50%;
  translate: -50% -80%;
  transition: all 600ms ease-in-out; }

#intro-arrow {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 15px;
  rotate: 90deg;
  transform-origin: left;
  cursor: pointer;
  transition: all 300ms ease; }
  #intro-arrow::after {
    content: 'next';
    font-family: swiper-icons;
    font-size: 30px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1; }

.sticky #intro-arrow {
  opacity: 0;
  pointer-events: none; }

.admin-bar .main-logo {
  top: 52px; }

.header-home #mobile-header .menu-toggle {
  opacity: 0;
  pointer-events: none; }
.header-home .main-logo {
  height: 284px;
  max-width: 800px;
  top: 50% !important;
  translate: -50% -50%;
  padding: 20px; }
  .header-home .main-logo img {
    padding: 20px; }
  .header-home .main-logo .anchor-link {
    position: absolute;
    inset: 0;
    display: block; }
.header-home #menu1, .header-home #menu2 {
  opacity: 0; }
.header-home #home-header-gradient {
  top: 50%;
  translate: -50% -50%; }

body.home #content {
  padding-top: 50svh;
  opacity: 0; }

.logo-fadein #home-header-gradient .gradient {
  background: radial-gradient(47.58% 47.58% at 50% 50%, #D6FE9B 17%, rgba(231, 249, 199, 0.7) 57%, rgba(247, 243, 243, 0) 100%);
  position: absolute;
  inset: 0;
  opacity: 0;
  animation-name: fadeInCustom;
  animation-duration: 2000ms;
  animation-delay: 1000ms;
  animation-fill-mode: forwards; }
.logo-fadein .main-logo {
  opacity: 0;
  animation-name: fadeInCustom;
  animation-duration: 2000ms;
  animation-delay: 500ms;
  animation-fill-mode: forwards; }

#header.sticky {
  background: white;
  padding-top: 15px;
  padding-bottom: 15px; }
  #header.sticky .cols {
    height: 28px; }
  #header.sticky .main-logo {
    height: 35px;
    top: 12px; }
  #header.sticky #menu1 ul li, #header.sticky #menu2 ul li {
    font-size: clamp(10px, 1vw, 16px); }

.admin-bar #header.sticky .main-logo {
  top: 44px; }

/* HOME */
.elementor-widget {
  z-index: 5; }

#home-moving-gradient {
  width: 100%;
  max-width: 50vw;
  height: auto;
  aspect-ratio: 1 / 1;
  position: fixed;
  bottom: -25vw;
  transition: left 1000ms ease, opacity 100ms ease;
  background: radial-gradient(47.58% 47.58% at 50% 50%, #DAECFA 17%, rgba(218, 236, 250, 0.7) 57%, rgba(218, 236, 250, 0) 100%);
  pointer-events: none; }
  #home-moving-gradient.left {
    left: 0; }
  #home-moving-gradient.right {
    left: 50vw; }

/* SECTION GRADIENT */
.full-section-gradient {
  position: relative;
  z-index: 0; }

.full-section-gradient::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -55%;
  width: 100%;
  height: 150vh;
  background-image: var(--bg-image);
  opacity: calc(var(--fade-opacity, 1));
  /* inverse if you want fade-out */
  transition: opacity 0.2s ease-out;
  pointer-events: none;
  z-index: 1; }

.full-section-gradient.left::after {
  width: 70vw;
  left: 0;
  translate: 0 -55%; }

.full-section-gradient.right::after {
  width: 70vw;
  left: auto;
  right: 0;
  translate: 0 -55%; }

/* SCROLLABLE IMAGE CARDS */
.ap-scrollable-image-cards .sticky-content {
  max-width: 980px;
  margin: 0 auto;
  text-align: center; }
  .ap-scrollable-image-cards .sticky-content h2 {
    font-size: 64px;
    margin-bottom: 30px; }
  .ap-scrollable-image-cards .sticky-content h4 {
    text-transform: uppercase; }
  .ap-scrollable-image-cards .sticky-content .content {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 40px; }

/* CONTACT */
.contact-gradient-1 {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-40%, -40%);
  width: 125vw;
  height: 125vw;
  background: radial-gradient(circle, #daecfa 0%, rgba(218, 236, 250, 0) 50%);
  opacity: 0;
  animation-name: fadeInCustom;
  animation-duration: 600ms;
  animation-delay: 1200ms;
  animation-fill-mode: forwards;
  pointer-events: none;
  z-index: 1; }

.contact-gradient-2 {
  position: fixed;
  bottom: -100vh;
  right: 0;
  transform: translate(40%, 20%);
  width: 125vw;
  height: 125vw;
  background: radial-gradient(circle, #d6fe9b 0%, rgba(214, 254, 155, 0) 50%);
  opacity: 0;
  animation-name: fadeInCustom;
  animation-duration: 600ms;
  animation-delay: 1600ms;
  animation-fill-mode: forwards;
  pointer-events: none;
  z-index: 2; }

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .frm_slimselect.ss-main, .with_frm_style textarea {
  border-width: 0 0 1px 0 !important;
  padding: 15px 1px !important;
  margin-bottom: 20px !important; }

.with_frm_style textarea {
  border-width: 1px 0 1px 0 !important;
  margin-top: 40px !important;
  margin-bottom: 0 !important; }

.frm_combo_inputs_container, .frm_grid_container, .frm_form_fields .frm_section_heading, .frm_form_fields .frm_fields_container {
  grid-gap: 0 6%; }

.with_frm_style input.frm-intl-tel-input {
  padding-left: 60px !important; }

/* ACCORDEON */
.elementor-widget-n-accordion .e-n-accordion-item-title-text {
  font-family: 'Romie', serif !important; }

/* SCROLLABLE IMAGE CARDS TEMP FIX */
.ap-image-card-list {
  list-style: none;
  padding: 30px;
  margin: 100px 0 50px;
  display: flex;
  gap: 50px; }

.ap-image-card-list .card-item {
  position: relative;
  aspect-ratio: 5 / 6;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%; }
  .ap-image-card-list .card-item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .ap-image-card-list .card-item h3 {
    position: relative;
    font-size: 48px; }

/* BLOG */
.btn, .blog-post .entry-header .post-categories li a, .blog-archive .all-categories a, .modal-content .actions input {
  display: inline-block;
  padding: 8px 25px;
  border-radius: 100px;
  font-size: 14px;
  text-transform: uppercase;
  border: solid 1px #000;
  transition: all 200ms ease;
  text-align: center; }
  .btn:hover, .blog-post .entry-header .post-categories li a:hover, .blog-archive .all-categories a:hover, .modal-content .actions input:hover {
    border-color: var(--e-global-color-accent);
    background: var(--e-global-color-accent); }

.blog-post {
  max-width: 1640px !important;
  padding: 120px 0 100px;
  font-size: var(--font--l); }
  .blog-post .cols {
    display: grid;
    grid-template-columns: 5fr 2fr;
    gap: 50px;
    padding: 50px 20px 0;
    align-items: start; }
  .blog-post .entry-image {
    height: 520px; }
    .blog-post .entry-image img {
      position: absolute;
      left: 0;
      width: 100vw;
      height: 100%;
      max-height: 500px; }
  .blog-post .entry-header {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px #000; }
    .blog-post .entry-header .post-categories {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      padding: 0;
      margin: 0 0 20px;
      list-style: none; }
      .blog-post .entry-header .post-categories li {
        margin: 0; }
    .blog-post .entry-header h1 {
      font-size: var(--font--xxl);
      margin-bottom: 30px; }
    .blog-post .entry-header .excerpt {
      font-size: var(--font--xl); }
    .blog-post .entry-header .meta {
      padding: 50px 0; }
  .blog-post .entry-content h2 {
    font-size: var(--font--xl);
    margin-top: 50px; }
  .blog-post .entry-content h3 {
    font-family: 'Switzer', Arial, sans-serif !important;
    font-weight: 800;
    font-size: var(--font--l);
    margin-top: 50px; }
  .blog-post .entry-content figure {
    margin: 50px 0; }
  .blog-post .livre-blanc {
    position: sticky;
    top: 150px;
    border: solid 1px #000;
    border-width: 1px 0;
    padding: 30px 0 60px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px; }
    .blog-post .livre-blanc .content {
      display: grid;
      align-content: space-between; }
    .blog-post .livre-blanc h4 {
      font-family: 'Romie', serif !important;
      font-size: var(--font--xl);
      max-width: 200px; }
    .blog-post .livre-blanc img {
      display: block; }

#blog-intro {
  background: radial-gradient(closest-side, #daecfa 0%, rgba(218, 236, 250, 0) 100%);
  padding-bottom: 100px; }
  #blog-intro h2 {
    text-transform: none;
    padding: 100px 0;
    text-align: center;
    font-size: var(--font--xxl); }
  #blog-intro .livre-blanc {
    max-width: 960px;
    margin: 100px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: end;
    font-size: var(--font--m); }
    #blog-intro .livre-blanc h3 {
      font-size: var(--font--xl);
      margin: 20px 0; }
    #blog-intro .livre-blanc .btn, #blog-intro .livre-blanc .blog-post .entry-header .post-categories li a, .blog-post .entry-header .post-categories li #blog-intro .livre-blanc a, #blog-intro .livre-blanc .blog-archive .all-categories a, .blog-archive .all-categories #blog-intro .livre-blanc a, #blog-intro .livre-blanc .modal-content .actions input, .modal-content .actions #blog-intro .livre-blanc input {
      margin: 50px 0 50px; }

#blog-sticky {
  background: radial-gradient(closest-side, #d6fe9b 0%, rgba(214, 254, 155, 0) 100%);
  padding-bottom: 100px; }
  #blog-sticky .sticky-title {
    font-size: var(--font--xl); }
  #blog-sticky .cols {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px; }
  #blog-sticky .image img {
    aspect-ratio: 16 / 14;
    object-fit: cover;
    object-position: center; }
  #blog-sticky .content {
    text-align: center;
    font-size: var(--font--m); }
    #blog-sticky .content h2 {
      font-size: var(--font--xl);
      margin: 0 0 40px; }
    #blog-sticky .content .btn, #blog-sticky .content .blog-post .entry-header .post-categories li a, .blog-post .entry-header .post-categories li #blog-sticky .content a, #blog-sticky .content .blog-archive .all-categories a, .blog-archive .all-categories #blog-sticky .content a, #blog-sticky .content .modal-content .actions input, .modal-content .actions #blog-sticky .content input {
      margin-top: 60px; }

#blog-content {
  background: radial-gradient(closest-side, #eae8db 0%, rgba(234, 232, 219, 0) 100%); }

.blog-archive {
  max-width: 1640px !important;
  padding: 150px 20px 100px; }
  .blog-archive h1.archive-title {
    margin-bottom: 50px;
    font-size: var(--font--xxl); }
  .blog-archive h4 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: var(--font--l); }
  .blog-archive .all-categories {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1000px;
    list-style: none;
    gap: 10px;
    padding: 0;
    margin: 50px 0 100px; }
    .blog-archive .all-categories a {
      display: block; }
    .blog-archive .all-categories .current-cat a {
      border-color: var(--e-global-color-accent);
      background: var(--e-global-color-accent);
      font-weight: bold;
      pointer-events: none; }

.blog-posts {
  margin: 50px 0;
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 1fr 1fr; }
  .blog-posts article {
    font-size: var(--font--s); }
    .blog-posts article img {
      aspect-ratio: 16 / 12;
      object-fit: cover;
      object-position: center; }
    .blog-posts article h2 {
      font-size: var(--font--l);
      margin: 10px 0 15px; }

.more-blogs {
  margin: 80px 20px 0;
  padding: 50px 0 0;
  border-top: solid 1px #000; }
  .more-blogs h3 {
    font-size: var(--font--xxl) !important; }

/* MODAL LIVRE BLANC */
.modal-wrapper {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  z-index: 9999; }
  .modal-wrapper .cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center; }

.modal-content {
  margin: 15px;
  background: #FFF;
  padding: 30px;
  border-radius: 8px;
  width: 100%;
  max-width: 600px;
  max-height: calc( 100vh - 30px );
  position: relative;
  overflow-y: scroll;
  overscroll-behavior: contain;
  scrollbar-width: none; }
  .modal-content::-webkit-scrollbar {
    display: none; }
  .modal-content fieldset {
    margin-bottom: 10px !important; }
  .modal-content .actions {
    margin-top: 20px; }

.close-modal {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 32px;
  cursor: pointer;
  padding: 10px;
  font-weight: bold; }

/* FOOTER */
#footer {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, #DAECFA 100%); }

.dynamic-sep {
  transition: width 50ms linear;
  width: 0%; }

#soumettre-btn {
  position: sticky;
  bottom: 30px; }

.constant-speed .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important; }

.elementor-widget-ap_page_title_block {
  text-align: center;
  padding: clamp(150px, 25vh, 400px) 0 150px; }
  .elementor-widget-ap_page_title_block .gradient {
    height: 120vh;
    width: 100%;
    aspect-ratio: 1 / 1;
    top: 50%;
    left: 50%;
    position: absolute;
    translate: -50% -50%;
    animation-name: fadeInCustom;
    animation-duration: 600ms;
    animation-delay: 800ms;
    animation-fill-mode: forwards;
    opacity: 0; }
  .elementor-widget-ap_page_title_block h1 {
    position: relative;
    font-size: 128px; }
    .elementor-widget-ap_page_title_block h1::after {
      content: '';
      height: 150px;
      width: 1px;
      background: #000;
      display: block;
      margin: 30px auto; }
  .elementor-widget-ap_page_title_block h2 {
    position: relative;
    font-size: 24px !important;
    font-family: 'Switzer', Arial, sans-serif !important; }

#fixed-cta {
  position: fixed;
  bottom: 4vh;
  right: 4vw;
  z-index: 999;
  background-color: var(--e-global-color-accent);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  transition: width 0.4s ease, border-radius 0.4s ease;
  padding: 0 15px; }

#fixed-cta .cta-link {
  opacity: 0;
  margin-left: 10px;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.3s ease;
  pointer-events: none;
  text-transform: uppercase;
  font-size: 15px; }

#fixed-cta .plus {
  font-size: 36px;
  transition: opacity 0.2s ease;
  position: absolute;
  font-weight: 100; }

#fixed-cta:hover {
  width: 300px;
  /* Adjust depending on link text length */
  border-radius: 25px;
  justify-content: center; }

#fixed-cta:hover .plus {
  opacity: 0; }

#fixed-cta:hover .cta-link {
  opacity: 1;
  pointer-events: auto; }

.contact-num .elementor-widget-container p:last-of-type {
  margin-bottom: 0 !important;
  margin-block-end: 0 !important; }

@media screen and (max-width: 1700px) {
  .elementor-widget-ap_page_title_block h1 {
    font-size: 90px; }
    .elementor-widget-ap_page_title_block h1::after {
      height: 100px; }
  .elementor-widget-ap_page_title_block h2 {
    font-size: 21px !important; }

  .ap-image-card-list .card-item h3 {
    font-size: 36px; } }
@media screen and (max-width: 1400px) {
  .ap-image-card-list .card-item h3 {
    font-size: 24px; } }
@media screen and (max-width: 991px) {
  .ap-image-card-list {
    list-style: none;
    padding: 30px;
    margin: 100px auto 50px;
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr;
    max-width: 600px; }

  .ap-image-card-list .card-item h3 {
    font-size: 56px; }

  body {
    --font--xxl: 42px;
    --font--xl: 36px;
    --font--l: 21px;
    --font--m: 16px; }

  #header, #header.sticky {
    background: white;
    padding: 15px 15px 10px; }
    #header .cols, #header.sticky .cols {
      display: none;
      height: auto;
      padding: 40px 15px; }
    #header .branding, #header.sticky .branding {
      display: none; }

  .menuactive #header {
    min-height: 100vh; }

  .main-logo {
    height: 35px;
    top: 12px;
    transition-duration: 400ms; }
    .main-logo img {
      transition-duration: 400ms; }

  .admin-bar .main-logo {
    top: 44px; }

  #menu1 ul, #menu2 ul {
    display: block;
    text-align: center; }
    #menu1 ul li, #menu2 ul li {
      margin: 0 0 6px;
      font-size: 24px !important; }
    #menu1 ul li.lang, #menu2 ul li.lang {
      margin: 0 0 25px;
      padding-right: 0; }

  #mobile-header {
    display: grid;
    grid-template-columns: 30px auto 30px;
    text-align: right;
    min-height: 30px; }
    #mobile-header .menu-toggle {
      display: inline-block;
      height: 25px;
      width: 25px;
      background: url("img/toggle-burger.svg") no-repeat center; }
      #mobile-header .menu-toggle.active {
        background-image: url("img/toggle-close.svg"); }

  #home-moving-gradient {
    max-width: 100vw; }

  .ap-scrollable-image-cards .sticky-content h2 {
    font-size: 48px;
    margin-bottom: 20px; }
  .ap-scrollable-image-cards .sticky-content h4 {
    text-transform: uppercase; }
  .ap-scrollable-image-cards .sticky-content .content {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px; }

  .elementor-widget-ap_page_title_block {
    padding: 180px 0 100px; }
    .elementor-widget-ap_page_title_block h1 {
      font-size: 46px; }
    .elementor-widget-ap_page_title_block h2 {
      font-size: 16px !important; }

  .blog-posts {
    gap: 20px; }
    .blog-posts article h2 {
      font-size: var(--font--l); }

  .blog-post .cols {
    display: grid;
    grid-template-columns: 1fr; } }
@media screen and (max-width: 768px) {
  .ap-image-card-list .card-item h3 {
    font-size: 48px; }

  body {
    --font--xxl: 36px;
    --font--xl: 24px;
    --font--l: 18px;
    --font--m: 15px; }

  .blog-post {
    padding: 60px 0 50px; }
    .blog-post .livre-blanc {
      display: flex;
      flex-direction: column-reverse;
      text-align: center; }
      .blog-post .livre-blanc > * {
        width: 100%; }
      .blog-post .livre-blanc h4 {
        max-width: none; }
      .blog-post .livre-blanc img {
        display: inline-block; }

  .blog-posts {
    gap: 20px;
    grid-template-columns: 1fr 1fr; }

  .blog-archive .all-categories {
    grid-template-columns: 1fr 1fr; }

  #blog-intro .livre-blanc {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center; }
    #blog-intro .livre-blanc .image img {
      max-width: 60%;
      display: inline-block; }

  #blog-sticky {
    text-align: center; }
    #blog-sticky .cols {
      margin-top: 20px;
      grid-template-columns: 1fr;
      gap: 30px; } }
@media screen and (max-width: 481px) {
  body {
    --font--xxl: 36px;
    --font--xl: 24px;
    --font--l: 18px;
    --font--m: 15px; }

  .blog-posts {
    grid-template-columns: 1fr; }
    .blog-posts .excerpt {
      display: none; } }
