@charset "UTF-8";
/*
Theme Name: my-little-big-theme-child
Theme URI: Theme URI: http://underscores.me/
Template: my-little-big-theme
Author: Underscores.me
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/**
 * Colors Custom
 */
/*==============================
=            Mixins            =
==============================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
​ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
html, body {
  overflow-x: hidden !important;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  transition: ease-in-out 0.3s;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  html {
    scroll-padding-top: 90px;
  }
}
html * {
  outline: 0;
  box-sizing: border-box;
}
html *:focus {
  outline: 0;
}
.page {
  margin-bottom: 0 !important;
}
.otgs-development-site-front-end {
  display: none;
}
.ph {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .ph {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .ph {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.pt {
  padding-top: 102px;
}
@media (max-width: 1024px) {
  .pt {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .pt {
    padding-top: 40px;
  }
}
.pb {
  padding-bottom: 102px;
}
@media (max-width: 1024px) {
  .pb {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .pb {
    padding-bottom: 40px;
  }
}
.pv {
  padding-top: 102px;
  padding-bottom: 102px;
}
@media (max-width: 1024px) {
  .pv {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .pv {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.pt-68 {
  padding-top: 68px;
}
@media screen and (max-width: 1024px) {
  .pt-68 {
    padding-top: 34px;
  }
}
.pb-68 {
  padding-bottom: 68px;
}
@media screen and (max-width: 1024px) {
  .pb-68 {
    padding-bottom: 34px;
  }
}
.pv-68 {
  padding-top: 68px;
  padding-bottom: 68px;
}
@media screen and (max-width: 1024px) {
  .pv-68 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
.mt-68 {
  margin-top: 68px;
}
@media screen and (max-width: 1024px) {
  .mt-68 {
    margin-top: 34px;
  }
}
.mb-68 {
  margin-bottom: 68px;
}
@media screen and (max-width: 1024px) {
  .mb-68 {
    margin-bottom: 34px;
  }
}
.mv-68 {
  margin-top: 68px;
  margin-bottom: 68px;
}
@media screen and (max-width: 1024px) {
  .mv-68 {
    margin-top: 34px;
    margin-bottom: 34px;
  }
}
.p-64 {
  padding: 64px;
}
@media screen and (max-width: 1024px) {
  .p-64 {
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-64 {
    padding: 22px;
  }
}
.mt-38 {
  margin-top: 38px;
}
@media screen and (max-width: 1024px) {
  .mt-38 {
    margin-top: 19px;
  }
}
.mb-38 {
  margin-bottom: 38px;
}
@media screen and (max-width: 1024px) {
  .mb-38 {
    margin-bottom: 19px;
  }
}
.mt-34 {
  margin-top: 34px;
}
@media screen and (max-width: 1024px) {
  .mt-34 {
    margin-top: 17px;
  }
}
.mb-34 {
  margin-bottom: 34px;
}
@media screen and (max-width: 1024px) {
  .mb-34 {
    margin-bottom: 17px;
  }
}
.pb-34 {
  padding-bottom: 34px;
}
@media screen and (max-width: 1024px) {
  .pb-34 {
    padding-bottom: 17px;
  }
}
.pt-34 {
  padding-top: 34px;
}
@media screen and (max-width: 1024px) {
  .pt-34 {
    padding-top: 17px;
  }
}
.pv-34 {
  padding-top: 34px;
  padding-bottom: 34px;
}
@media screen and (max-width: 1024px) {
  .pv-34 {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.mt-17 {
  margin-top: 17px;
}
@media screen and (max-width: 1024px) {
  .mt-17 {
    margin-top: 10px;
  }
}
.mb-17 {
  margin-bottom: 17px;
}
@media screen and (max-width: 1024px) {
  .mb-17 {
    margin-bottom: 10px;
  }
}
.pt-17 {
  padding-top: 17px;
}
@media screen and (max-width: 1024px) {
  .pt-17 {
    padding-top: 10px;
  }
}
.pb-17 {
  padding-bottom: 17px;
}
@media screen and (max-width: 1024px) {
  .pb-17 {
    padding-bottom: 10px;
  }
}
.p-68 {
  padding: 68px;
}
@media screen and (max-width: 1024px) {
  .p-68 {
    padding: 34px;
  }
}
.margin_auto {
  margin-left: auto;
  margin-right: auto;
}
.margin_left {
  margin-left: auto;
}
.display-none {
  display: none !important;
}
.uppercase {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .show-mobile {
    display: none;
  }
}
.row {
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
}
h1, .t-h1 {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  color: #496785;
  letter-spacing: 0.756px;
}
h1.t-white, .t-h1.t-white {
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  h1, .t-h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  h1, .t-h1 {
    font-size: 32px;
  }
}
h2, .t-h2 {
  font-family: "Inter", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  color: #496785;
  letter-spacing: 0.588px;
  orphans: 2;
}
h2.t-white, .t-h2.t-white {
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  h2, .t-h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  h2, .t-h2 {
    font-size: 24px;
  }
}
h3, .t-h3 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  color: #496785;
  letter-spacing: 0.392px;
}
h3.t-white, .t-h3.t-white {
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  h3, .t-h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  h3, .t-h3 {
    font-size: 20px;
  }
}
h4, .t-h4 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  color: #496785;
  letter-spacing: 0.336px;
}
h4.t-white, .t-h4.t-white {
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  h4, .t-h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  h4, .t-h4 {
    font-size: 18px;
  }
}
h5, .th-5 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #496785;
  letter-spacing: 0.28px;
}
h5.t-white, .th-5.t-white {
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  h5, .th-5 {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  h5, .th-5 {
    font-size: 16px;
  }
}
.subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.336px;
  text-transform: uppercase;
  color: #FF8607;
  display: inline-block;
}
.subtitle.t-white {
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .subtitle {
    font-size: 18px;
  }
}
span {
  font-family: "Poppins", sans-serif;
}
span.t-white {
  color: #FFFFFF;
}
p, .text {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.252px;
  color: #496785;
  orphans: 2;
}
p.t-white, .text.t-white {
  color: #FFFFFF;
}
p.t-blue, .text.t-blue {
  color: #496785;
}
p a, .text a {
  font-weight: 700;
  text-decoration-line: underline;
  color: #FF8607;
  orphans: 2;
}
p a:visited, .text a:visited {
  color: #FF8607;
}
p a:hover, .text a:hover {
  color: #0673F7;
}
p a:active, p a:focus, .text a:active, .text a:focus {
  color: #FF8607;
}
p:not(:last-child), .text:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1440px) {
  p, .text {
    font-size: 16px;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.224px;
  }
}
p b, p strong, .text b, .text strong {
  font-weight: 600;
}
.page-content-area li {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.252px;
  color: #496785;
  margin-left: 25px;
  list-style: disc;
  margin-bottom: 18px;
}
.page-content-area li.t-white {
  color: #FFFFFF;
}
.page-content-area li.t-blue {
  color: #496785;
}
.page-content-area li a {
  font-weight: 700;
  text-decoration-line: underline;
  color: #FF8607;
}
.page-content-area li a:visited {
  color: #FF8607;
}
.page-content-area li a:hover {
  color: #0673F7;
}
.page-content-area li a:active, .page-content-area li a:focus {
  color: #FF8607;
}
.page-content-area li b, .page-content-area li strong {
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .page-content-area li {
    font-size: 16px;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.224px;
  }
}
.sl-menu a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.64px;
  text-decoration: none;
}
.t-center {
  text-align: center;
}
.t-center li {
  list-style-position: inside;
}
.t-left .description, .t-left .section-description {
  text-align: left !important;
}
.t-left .content {
  text-align: left !important;
}
.t-left h2 {
  text-align: left !important;
}
.t-left .t-center li {
  list-style-position: outside;
}
.btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.64px;
  text-align: center;
  display: inline-block;
  padding: 18px 34px;
  background-color: #0673F7;
  border-radius: 12px;
  transition: 0.2s;
  white-space: wrap;
  color: #FFFFFF;
  text-decoration: none;
}
.btn:hover {
  background-color: #033F85;
  color: #FFFFFF;
}
.btn:active, .btn:focus {
  background-color: #033F85;
  color: #FFFFFF;
}
.btn:visited {
  color: #FFFFFF;
}
.tab-btn {
  color: #496785;
  display: inline-block;
  background-color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  padding: 18px 38px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: 0.72px;
  border-radius: 8px;
  transition: 0.2s;
  border: 1px solid #FFFFFF;
  box-shadow: 0px -6px 20px 0px rgba(0, 0, 0, 0.08), 0px 6px 20px 0px rgba(0, 0, 0, 0.08);
}
.tab-btn:hover {
  border-color: #FF8607;
}
.tab-btn.active {
  border-color: #FF8607;
  box-shadow: none;
}
.tab-btn:visited {
  color: #496785;
}
@media screen and (max-width: 1024px) {
  .tab-btn {
    font-size: 16px;
    padding: 18px 24px;
  }
}
@media screen and (max-width: 767px) {
  .tab-btn {
    font-size: 14px;
    padding: 12px 12px;
    box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.08), 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  }
}
.wave {
  position: relative;
}
.wave::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/wave.svg);
  bottom: 55%;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .wave::after {
    display: none;
  }
}
.wave-right {
  position: relative;
}
.wave-right::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/wave-right.svg);
  bottom: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .wave-right::after {
    display: none;
  }
}
.wp-block-columns {
  max-width: 1490px;
  display: flex;
  align-items: center !important;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .wp-block-columns {
    flex-direction: column;
  }
}
.wp-block-columns img {
  border-radius: 12px;
}
.page-container .wp-block-group {
  max-width: 1490px;
  margin: 0 auto;
}
.wp-block-heading {
  margin-bottom: 20px;
}
.container {
  position: relative;
  z-index: 1;
}
.smaller-title .case-title .t-h3 {
  font-size: 21px !important;
}
.no-background {
  background-color: transparent !important;
  background-image: none !important;
}
.no-background::after {
  display: none !important;
}
.no-background::before {
  display: none !important;
}
.bg-grey {
  background-color: #f6f6f6 !important;
}
.block_faq.no-background::after {
  display: none !important;
}
.block_faq.no-background::before {
  display: none !important;
}
.block_faq.no-background .container {
  background-color: transparent !important;
}
.block_faq.no-background .container::after {
  display: none !important;
}
.block_faq.no-background .container::before {
  display: none !important;
}
.block_faq.no-bg {
  background-image: none !important;
  background-color: transparent !important;
}
.block_faq.no-bg::after {
  display: none !important;
}
.block_faq.no-bg::before {
  display: none !important;
}
.block_faq.no-bg .container {
  background-color: transparent !important;
}
.block_faq.no-bg .container::after {
  display: none !important;
}
.block_faq.no-bg .container::before {
  display: none !important;
}
.block_faq li {
  margin-bottom: 5px;
}
.reverse .flex-wrap {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) {
  .reverse .flex-wrap {
    flex-direction: column;
  }
}
.shape-background {
  position: relative;
  background-color: #f6f6f6;
  z-index: 0;
  padding-bottom: 0;
  margin-bottom: 120px;
}
.shape-background::before {
  content: "";
  width: 100%;
  height: 120px;
  bottom: -120px;
  position: absolute;
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/background-shape.svg);
}
@media screen and (max-width: 1023px) {
  .shape-background::before {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .shape-background {
    margin-bottom: 50px;
  }
  .shape-background::before {
    height: 50px;
    bottom: -50px;
  }
}
.block_text-image.wave::after {
  bottom: 25%;
  width: 950px;
  height: 950px;
}
@media screen and (max-width: 1200px) {
  .block_text-image.wave::after {
    display: none;
  }
}
.block_grid-6 li {
  margin-bottom: 0;
}
.error-404-page {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .error-404-page {
    padding-top: 50px;
  }
}
.error-404-page .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .error-404-page .row {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 20px;
  }
}
.error-404-page .error-404, .error-404-page .404-image {
  flex: 1 1 0px;
}
.error-404-page img {
  max-height: 60vh;
}
@media screen and (max-width: 767px) {
  .error-404-page img {
    max-width: 150px;
    align-self: flex-end;
  }
}
.error-404-page .image {
  text-align: right;
}
.error-404-page .error-404, .error-404-page .content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
}
.merci-content {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  align-items: center;
  text-align: center;
  padding-top: 100px;
}
#scroll-top {
  pointer-events: none;
  position: fixed;
  right: 40px;
  bottom: 40px;
  background-color: #FFFFFF;
  transition: all 0.3s;
  z-index: 3;
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/icons/chevron.svg) !important;
  background-position: center !important;
  background-size: 12px !important;
  background-repeat: no-repeat !important;
  box-shadow: 0px 3px 25px 0px rgba(31, 19, 85, 0.05);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transform: rotate(180deg);
  cursor: pointer;
  opacity: 0;
}
#scroll-top.active {
  pointer-events: all;
  opacity: 0.8;
}
#scroll-top.active:hover {
  opacity: 1;
  box-shadow: 0px 0px 5px 0px rgba(31, 19, 85, 0.266);
}
header#masthead {
  position: fixed;
  top: 60px;
  width: 100%;
  width: 100vw;
  z-index: 999;
}
@media screen and (max-width: 1200px) {
  header#masthead {
    top: 0;
    padding: 0 !important;
  }
}
header#masthead.sticky {
  top: 0;
  padding-right: 0;
  padding-left: 0;
}
header#masthead.sticky .header-container {
  padding: 0 18px;
  max-width: 100%;
  border-radius: 0;
}
header#masthead .header-container {
  max-width: 1660px;
  width: 100%;
  padding: 0 18px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.12);
  border-radius: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  header#masthead .header-container {
    display: none;
    padding: 0;
  }
}
header#masthead .header-container .col-right {
  display: flex;
  align-items: center;
  column-gap: 36px;
  position: relative;
}
header#masthead .header-container .col-right .items-wrapper {
  display: flex;
  align-items: center;
}
header#masthead .header-container .col-right .special-stamp {
  position: absolute;
  right: -70px;
  bottom: -100px;
}
@media screen and (max-width: 1800px) {
  header#masthead .header-container .col-right .special-stamp {
    right: -50px;
  }
}
header#masthead .header-container .menu, header#masthead .header-container .language-switcher {
  display: flex;
  gap: 36px;
}
header#masthead .header-container .menu .menu-item, header#masthead .header-container .language-switcher .menu-item {
  text-align: center;
  color: #496785;
  transition: 0.2s;
  padding: 40px 0;
}
header#masthead .header-container .menu .menu-item:hover a, header#masthead .header-container .language-switcher .menu-item:hover a {
  color: #0673F7;
}
header#masthead .header-container .menu .menu-item a, header#masthead .header-container .language-switcher .menu-item a {
  color: #496785;
  text-decoration: none;
}
header#masthead .header-container .language-switcher {
  padding-right: 18px;
  position: relative;
}
header#masthead .header-container .language-switcher::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 40px;
  background-color: #496785;
}
header#masthead .header-container .language-switcher a {
  text-decoration: underline;
  color: #496785;
}
header#masthead .header-container .language-switcher a:visited {
  color: #496785;
}
header#masthead .header-container .language-switcher .wpml-ls-statics-shortcode_actions {
  padding: 0;
}
header#masthead .header-container .client-portail {
  padding-left: 18px;
}
.mega-menu-service-open {
  display: none;
  position: relative;
  background-color: #FFFFFF;
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 12px;
  margin-top: -18px;
  padding: 48px 36px 36px;
}
@media screen and (max-width: 1400px) {
  .mega-menu-service-open {
    margin-right: 120px;
  }
}
.mega-menu-service-open::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/my-little-big-theme-child/assets/img/arrondie-menu-gauche.svg");
  top: 18px;
  left: -16px;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
}
.mega-menu-service-open::after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/my-little-big-theme-child/assets/img/arrondie-menu-droite.svg");
  top: 18px;
  right: -16px;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
}
.mega-menu-service-open.active {
  display: block;
}
@media screen and (max-width: 1200px) {
  .mega-menu-service-open.active {
    display: none !important;
  }
}
.mega-menu-service-open .menu {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr 1fr;
  column-gap: 36px;
}
.mega-menu-service-open .menu .menu-item-has-children {
  border-right: 2px solid #496785;
  padding-right: 20px !important;
}
.mega-menu-service-open .menu .menu-item-has-children:last-child {
  border-right: none;
  padding-right: 0 !important;
}
.mega-menu-service-open .menu .menu-item {
  transition: 0.2s;
  padding: 10px 0;
}
.mega-menu-service-open .menu .menu-item a {
  color: #496785;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
}
.mega-menu-service-open .menu .menu-item a:hover {
  color: #0673F7;
}
.mega-menu-service-open .menu .menu-item .sub-menu {
  margin-left: 0;
  margin-top: 10px;
}
.mega-menu-service-open .menu .menu-item .sub-menu a {
  font-size: 16px;
  font-weight: 500;
}
.mega-menu-service-open .menu .menu-item .sub-menu a:hover {
  color: #0673F7;
}
.mega-menu-service {
  position: relative;
  padding-right: 0;
}
.mega-menu-service a {
  position: relative;
  padding-right: 24px !important;
}
.mega-menu-service a::after {
  content: url("/wp-content/themes/my-little-big-theme-child/assets/icons/chevron.svg");
  position: absolute;
  right: 0;
  top: -2px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mega-menu-service.active a {
  position: relative;
}
.mega-menu-service.active a::after {
  transform: rotate(180deg);
  top: 1px;
}
.header--mobile {
  display: none;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.12);
}
.header--mobile .special-stamp {
  position: absolute;
  left: 100px;
  top: 15px;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .header--mobile .special-stamp {
    top: 10px;
  }
}
.header--mobile .menu a {
  color: #496785;
  display: inline-block;
}
.header--mobile .container .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .header--mobile .container .inner {
    padding: 10px 0;
  }
}
.header--mobile .container .inner .header--bottom__logo {
  margin-right: auto;
  width: 80px;
}
.header--mobile .container .inner .header--bottom__logo a {
  display: block;
  width: 100%;
  height: auto;
}
.header--mobile .container .inner .header--bottom__logo a img {
  width: 100%;
  height: auto;
}
.header--mobile .container .inner .header--bottom__content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  width: calc(100% - 200px);
}
.header--mobile .container .inner .header--bottom__content .link {
  display: inline-block;
  width: 22px;
  height: 22px;
}
.header--mobile .container .inner .header--bottom__content .link svg {
  display: block;
  width: 100%;
}
.header--mobile .container .inner .header--bottom__content .link svg path {
  transition: all 0.3s;
}
.header--mobile .container .inner .header--bottom__content .link.phone svg path {
  stroke: #496785;
}
.header--mobile .container .inner .header--bottom__content .link.phone:hover svg path {
  stroke: #FF8607;
}
.header--mobile .container .inner .header--bottom__content .link.login svg path {
  fill: #496785;
}
.header--mobile .container .inner .header--bottom__content .link.login:hover svg path {
  fill: #FF8607;
}
.header--mobile .container .inner .header--bottom__content .open {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  cursor: pointer;
}
.header--mobile .container .inner .header--bottom__content .open svg {
  display: block;
  width: 100%;
}
.header--mobile .container .inner .header--bottom__content .open svg path {
  fill: #496785;
  transition: all 0.3s;
}
.header--mobile .container .inner .header--bottom__content .open:hover svg path {
  fill: #FF8607;
}
@media (max-width: 1200px) {
  .header--mobile {
    display: block;
  }
}
.header--mobile .header--bottom__menu {
  user-select: none;
  transform: translateX(101%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #FFFFFF;
  height: 100vh;
  height: 100dvh;
  padding: 10px;
  display: flex;
  row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-image: url("/wp-content/themes/my-little-big-theme-child/assets/img/menu-bg.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 200px;
  transition: all 0.3s;
}
.header--mobile .header--bottom__menu.active {
  transform: translateX(0);
}
.header--mobile .header--bottom__menu .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header--mobile .header--bottom__menu .icon svg {
  cursor: pointer;
  display: block;
  width: 100%;
}
.header--mobile .header--bottom__menu .icon svg path {
  fill: #496785;
  transition: all 0.3s;
}
.header--mobile .header--bottom__menu .icon:hover svg path {
  fill: #34261B;
}
.header--mobile .header--bottom__menu .close {
  position: absolute;
  right: 30px;
  top: 39px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  cursor: pointer;
}
.header--mobile .header--bottom__menu .close svg {
  display: block;
  width: 100%;
}
.header--mobile .header--bottom__menu .close svg path {
  fill: #496785;
  transition: all 0.3s;
}
.header--mobile .header--bottom__menu .close:hover svg path {
  fill: #FF8607;
}
@media (max-width: 767px) {
  .header--mobile .header--bottom__menu .close {
    right: 10px;
    top: 34px;
  }
}
.header--mobile .header--bottom__menu .header--bottom__logo {
  display: block;
  width: 200px;
}
.header--mobile .header--bottom__menu .header--bottom__logo a {
  display: block;
  width: 100%;
}
.header--mobile .header--bottom__menu .header--bottom__logo a img {
  width: 100%;
  height: auto;
}
.header--mobile .header--bottom__menu .menu-mobile-container {
  width: 100%;
}
.header--mobile .header--bottom__menu .menu-mobile-container .menu {
  width: 100%;
  margin-top: 20px;
  border-bottom: 1px solid #FFFFFF;
  max-height: calc(100vh - 204px);
  max-height: calc(100dvh - 204px);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.header--mobile .header--bottom__menu .menu-mobile-container .menu::-webkit-scrollbar {
  display: none;
}
.header--mobile .header--bottom__menu .menu-mobile-container .menu .menu-item {
  margin: 0;
}
.header--mobile .header--bottom__menu .menu-mobile-container .menu .menu-item a {
  display: block;
  width: 100%;
  position: relative;
  color: #496785;
  font-weight: 600;
  border-top: 1px solid #ffc2ac;
  padding: 18px 0 18px;
  color: #496785;
}
.header--mobile .header--bottom__menu .menu-mobile-container .menu .menu-item a:visited {
  color: #496785;
}
.header--mobile .header--bottom__menu .menu-mobile-container .menu .menu-item .sub-menu {
  display: none;
  margin: 0;
}
.header--mobile .header--bottom__menu .menu-mobile-container .menu .menu-item .sub-menu a {
  padding-left: 14px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.header--mobile .header--bottom__menu .menu-mobile-container .menu .menu-item .sub-menu a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 1px;
  background: #FFFFFF;
}
.header--mobile .header--bottom__menu .menu-mobile-container .menu .menu-item.menu-item-has-children a {
  padding-right: 20px;
}
.header--mobile .header--bottom__menu .menu-mobile-container .menu .menu-item.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background-image: url("/wp-content/themes/my-little-big-theme-child/assets/icons/chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.header--mobile .header--bottom__menu .menu-mobile-container .menu .menu-item.menu-item-has-children.active a::after {
  transform: scaleY(-1);
}
.header--mobile .header--bottom__menu .menu-mobile-container .menu .menu-item.menu-item-has-children.active .sub-menu {
  display: block;
}
.header--mobile .header--bottom__menu .btn {
  margin-top: auto;
}
.header--mobile .client-portail {
  margin-right: 20px;
}
.header--mobile .client-portail a {
  display: flex;
  align-items: center;
}
.header--mobile .client-portail svg {
  height: 30px;
}
.sticky .header-container .special-stamp {
  opacity: 0;
  z-index: -50;
}
.special-stamp {
  max-width: 100px;
  width: 100%;
  transition: opacity 0.3s;
}
.wpml-ls-slot-shortcode_actions.wpml-ls-current-language {
  display: none !important;
}
.wpml-ls-slot-shortcode_actions a {
  color: #496785;
  text-decoration: underline;
}
.wpml-ls-slot-shortcode_actions a:visited {
  color: #496785;
}
.wpml-ls-slot-shortcode_actions span {
  vertical-align: bottom !important;
}
.footer {
  background-color: #34261B;
  position: relative;
  margin-top: 180px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 100px;
  }
}
.footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/footer-shape.svg);
  top: -140px;
  left: 0;
  background-size: cover;
  z-index: -1;
  background-position: right;
}
@media screen and (max-width: 767px) {
  .footer::before {
    height: 70px;
    top: -60px;
  }
}
.footer .row {
  display: flex;
}
.footer .row-top {
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 2px #FF8607;
  column-gap: 10%;
}
@media screen and (max-width: 600px) {
  .footer .row-top {
    flex-direction: column;
    row-gap: 24px;
    align-items: flex-start;
  }
}
.footer .row-top .social-media ul {
  display: flex;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .footer .row-top .social-media ul {
    gap: 16px;
  }
}
.footer .row-top .social-media ul li {
  border-radius: 100%;
}
.footer .row-top .social-media ul li img {
  transition: 0.2s;
}
.footer .row-top .social-media ul li img:hover {
  transform: scale(0.94);
}
.footer .row-middle {
  gap: 5%;
}
@media screen and (max-width: 1200px) {
  .footer .row-middle {
    flex-direction: column;
  }
}
.footer .row-middle .col-2 {
  margin-top: 62px;
}
.footer .row-middle .contact-info-item {
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 12px;
  white-space: nowrap;
}
.footer .row-middle .contact-info-item:hover {
  text-decoration: underline;
}
.footer .row-middle .menu-services-container .menu {
  display: grid;
  gap: 5%;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1200px) {
  .footer .row-middle .menu-services-container .menu {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .footer .row-middle .menu-services-container .menu {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.footer .row-middle .menu-services-container .menu .sub-menu {
  margin-left: 0;
}
.footer .row-middle .help {
  width: 120px;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 1023px) {
  .footer .row-middle .help {
    margin-top: 60px;
  }
}
.footer .row-middle .help svg {
  width: 80px;
  height: 80px;
  fill: #FFFFFF;
  margin-bottom: 12px;
  background-color: #0673F7;
  padding: 15px;
  border-radius: 12px;
  transition: 0.3s;
}
.footer .row-middle .help:hover {
  cursor: pointer;
}
.footer .row-middle .help:hover svg {
  background-color: #FF8607;
}
.footer .row-middle .help .label {
  font-size: 14px;
}
.footer .row-middle .newsletter {
  max-width: 350px;
}
.footer .row-middle .newsletter .label {
  font-size: 22px;
  color: #FFFFFF;
  display: block;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .footer .row-middle .newsletter .label {
    font-size: 20px;
    margin-top: 40px;
  }
}
.footer .row-middle .newsletter .gfield p {
  font-size: 14px;
  color: #FFFFFF;
}
.footer .row-middle .newsletter .gfield p a {
  color: #FFFFFF;
  text-decoration: underline;
  font-size: 14px;
}
.footer .row-middle .newsletter .gform_wrapper .gform_footer {
  justify-content: flex-start !important;
  margin-top: 8px !important;
}
.footer .menu-item a {
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}
.footer .menu-item a:hover {
  text-decoration: underline;
}
.footer .menu-item-has-children {
  font-size: 18px;
  font-weight: 700;
}
.footer .row-bottom {
  border-top: solid 2px #FF8607;
  border-bottom: solid 2px #FF8607;
  justify-content: center;
}
.footer .row-bottom .menu-footer-container .menu {
  display: flex;
  gap: 36px;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .footer .row-bottom .menu-footer-container .menu {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}
.footer .row-bottom .menu-footer-container .menu a {
  margin-bottom: 0;
}
.footer .row-copyright {
  font-size: 16px;
  color: #FFFFFF;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .footer .row-copyright {
    font-size: 14px;
  }
}
.footer .row-copyright a {
  text-decoration: none;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .footer .row-copyright a {
    font-size: 14px;
  }
}
.footer .row-copyright a:hover {
  text-decoration: underline;
}
.block_hero {
  padding-bottom: 0;
}
.block_hero.half-height .row-hero {
  min-height: 50vh;
}
.block_hero .container-hero {
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/Herder-container.jpg);
  background-size: cover;
  background-position: center right;
  background-attachment: fixed;
}
@media screen and (max-width: 1023px) {
  .block_hero .container-hero {
    background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/Header-mobile.jpg);
    background-position: center bottom;
    background-attachment: scroll;
  }
}
.block_hero .row-hero {
  min-height: 100vh;
  padding-top: 100px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .block_hero .row-hero {
    min-height: auto;
  }
}
@media screen and (min-width: 1921px) {
  .block_hero .row-hero {
    min-height: 1000px;
  }
}
.block_hero .content-hero {
  padding-top: 10vw;
  padding-bottom: 10vw;
  max-width: 864px;
}
.block_hero .content-hero .hero-label {
  border-bottom: 2px solid #FFFFFF;
  padding-right: 30px;
  font-size: 34px;
}
@media screen and (max-width: 1023px) {
  .block_hero .content-hero {
    padding-bottom: 20vh;
    padding-top: 15vw;
  }
}
.block_hero .container-bandeau {
  margin-top: -25vh;
}
@media screen and (max-width: 1023px) {
  .block_hero .container-bandeau {
    margin-top: -15vh;
  }
}
.block_hero .container-bandeau .bandeau {
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
}
.block_hero .container-bandeau .bandeau::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 18px;
  width: 100%;
  background-color: #FF8607;
}
.block_hero .container-bandeau .bandeau .bandeau-title {
  text-align: center;
}
.block_hero .container-bandeau .bandeau-content {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  align-items: center;
}
.block_hero .container-bandeau .bandeau-content .bandeau-description {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .block_hero {
    padding-bottom: 40px;
  }
}
.block_tabs {
  position: relative;
}
.block_tabs li {
  margin-bottom: 5px;
}
.block_tabs ul {
  margin-bottom: 25px;
}
.block_tabs::after {
  background-color: #F6F6F6;
  content: "";
  position: absolute;
  width: 100%;
  height: calc(105% - 180px);
  top: 0;
  left: 0;
  z-index: -1;
}
.block_tabs::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 180px;
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/background-shape.svg);
  bottom: -5%;
  left: 0;
  background-size: 100%;
  z-index: -1;
  background-repeat: no-repeat;
}
.block_tabs .row {
  max-width: 1146px;
}
.block_tabs .section-title {
  text-align: center;
}
.block_tabs .tabs-toggle {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .block_tabs .tabs-toggle {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 15px;
    padding-top: 10px;
    gap: 12px;
  }
}
.block_tabs .tabs-items-container {
  position: relative;
}
.block_tabs .tabs-item {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  background-color: #FFFFFF;
}
.block_tabs .tabs-item.active {
  opacity: 1;
  position: relative;
  visibility: visible;
}
.block_tabs .tabs-content-inner {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 25%;
}
@media screen and (max-width: 767px) {
  .block_tabs .tabs-content-inner {
    background-size: 0%;
    padding: 25px;
  }
}
.block_tabs .tabs-content-inner .title {
  max-width: 75%;
}
@media screen and (max-width: 767px) {
  .block_tabs .tabs-content-inner .title {
    max-width: 100%;
  }
}
.block_tabs .tabs-content-inner .tabs-content {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .block_tabs .tabs-content-inner .tabs-content {
    width: 100%;
  }
}
.block_text-image .flex-content {
  display: flex;
  column-gap: 64px;
  row-gap: 32px;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .block_text-image .flex-content {
    flex-direction: column;
  }
}
.block_text-image .flex-content .subtitle {
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .block_text-image .flex-content .btn {
    margin-top: 20px;
  }
}
.block_text-image .flex-content .right-col {
  text-align: right;
}
.block_text-image .flex-content .col {
  flex: 1 1 0px;
}
.block_text-image .flex-content .col img {
  border-radius: 12px;
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .block_text-image .flex-content {
    flex-direction: column;
  }
  .block_text-image .flex-content .col {
    width: 100%;
  }
}
.block_text-image.reverse .flex-content {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) {
  .block_text-image.reverse .flex-content {
    flex-direction: column;
  }
}
.block_text-image.reverse .flex-content .right-col {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .block_text-image img {
    aspect-ratio: 1.7777777778;
    object-fit: cover;
    object-position: top center;
    max-height: 35vh;
  }
}
@media screen and (max-width: 767px) {
  .block_text-image.illustration .col img {
    object-fit: contain;
  }
}
.bloc-shortcode .img-container {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
.bloc-shortcode .img-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.3s;
  border-radius: 12px;
}
.bloc-shortcode .img-container .overlay .icon {
  width: 100px;
  cursor: pointer;
}
.bloc-shortcode .img-container .overlay .icon svg {
  fill: white;
}
.bloc-shortcode .img-container .overlay .icon:hover svg {
  fill: #FF8607;
}
.bloc-shortcode .img-container #officeview.active {
  position: relative;
  z-index: 5;
}
.case {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  padding: 34px;
  border-radius: 12px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  background-color: #FFFFFF;
}
.case .case-header {
  display: flex;
  column-gap: 18px;
  align-items: center;
}
.case span.t-h3 {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #496785;
}
@media screen and (max-width: 767px) {
  .case span.t-h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .case {
    padding: 24px;
  }
}
.cases-container .case li {
  margin-bottom: 0px;
}
.block_grid-1 .flex-content {
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 1300px) {
  .block_grid-1 .flex-content {
    gap: 24px;
    flex-direction: column-reverse;
  }
}
.block_grid-1 .flex-content .left-col {
  width: 40%;
}
@media screen and (max-width: 1300px) {
  .block_grid-1 .flex-content .left-col {
    width: 100%;
    display: none;
  }
}
.block_grid-1 .flex-content .left-col .img-container {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.block_grid-1 .flex-content .left-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_grid-1 .flex-content .right-col {
  width: 60%;
}
@media screen and (max-width: 1300px) {
  .block_grid-1 .flex-content .right-col {
    width: 100%;
  }
  .block_grid-1 .flex-content .right-col .cases-container {
    margin-top: 20px;
  }
}
.block_grid-1 .case img {
  min-width: 37px;
  width: 37px;
}
@media screen and (max-width: 1023px) {
  .block_grid-1 .case .t-h3 {
    font-size: 18px !important;
  }
}
.block_grid-1 .grid-container .cases-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .block_grid-1 .grid-container .cases-container {
    grid-template-columns: 1fr;
  }
}
.block_grid-2 {
  background-color: #f8f8f8;
  position: relative;
  z-index: 0;
}
.block_grid-2::after {
  bottom: 25%;
  z-index: 0;
}
.block_grid-2 h2, .block_grid-2 .description {
  text-align: center;
}
.block_grid-2 .cases-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}
@media screen and (max-width: 1023px) {
  .block_grid-2 .cases-container {
    gap: 18px;
  }
}
@media screen and (max-width: 767px) {
  .block_grid-2 .cases-container {
    grid-template-columns: 1fr;
  }
}
.block_grid-2 .cases-container .case:last-child:nth-child(odd) {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .block_grid-2 .cases-container .case:last-child:nth-child(odd) {
    grid-column: span 1;
  }
}
.block_grid-2 .cases-container .case-title span {
  font-size: 22px;
  font-weight: 700;
  color: #496785;
}
@media screen and (max-width: 1023px) {
  .block_grid-2 .cases-container .case-title span {
    font-size: 18px;
  }
}
.block_grid-2 .cases-container .case-title h3 {
  font-size: 22px;
  font-weight: 700;
  color: #496785;
}
@media screen and (max-width: 1023px) {
  .block_grid-2 .cases-container .case-title h3 {
    font-size: 18px;
  }
}
.block_grid-2 .cases-container img {
  width: 47px;
  min-height: 47px;
}
.block_grid-2 .cases-container .case {
  row-gap: 12px;
  text-decoration: none;
  transition: 0.3s;
}
.block_grid-2 .cases-container a.case:hover {
  cursor: pointer;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.34);
}
.block_grid-2 .cases-container .case-content {
  padding-left: 65px;
}
.block_icon-3 {
  background-color: #f8f8f8;
}
.block_icon-3 .flex-content {
  display: flex;
  gap: 64px;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .block_icon-3 .flex-content {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.block_icon-3 .flex-content .left-col {
  width: 55%;
}
@media screen and (max-width: 1200px) {
  .block_icon-3 .flex-content .left-col {
    width: 100%;
  }
}
.block_icon-3 .flex-content .right-col {
  width: 45%;
}
@media screen and (max-width: 1200px) {
  .block_icon-3 .flex-content .right-col {
    width: 100%;
  }
}
.block_icon-3 .case img {
  min-width: 80px;
  width: 80px;
}
.block_icon-3 .case .case-header {
  flex-direction: column;
  justify-content: center;
  row-gap: 32px;
}
.block_icon-3 .case .case-header .case-title span {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #496785;
}
@media screen and (max-width: 1023px) {
  .block_icon-3 .case .case-header .case-title span {
    font-size: 20px;
  }
}
.block_icon-3 .cases-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .block_icon-3 .cases-container {
    grid-template-columns: 1fr 1fr;
  }
}
.block_grid-4 .case {
  justify-content: center;
}
.block_grid-4 .t-h3 {
  font-size: 22px;
}
@media screen and (max-width: 1023px) {
  .block_grid-4 .t-h3 {
    font-size: 18px;
  }
}
.block_grid-4 .flex-content {
  display: flex;
  align-items: center;
  gap: 64px;
}
@media screen and (max-width: 1023px) {
  .block_grid-4 .flex-content {
    flex-direction: column;
    gap: 34px;
  }
}
.block_grid-4 .flex-content .col {
  flex: 1 1 0px;
}
.block_grid-4 .flex-content .cases-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .block_grid-4 .flex-content .cases-container {
    gap: 18px;
  }
}
.block_grid-4 .flex-content .case-header img {
  max-width: 56px;
}
.block_grid-4.two_col .flex-content {
  display: block;
}
.block_grid-4.two_col .flex-content .cases-container {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .block_grid-4.two_col .flex-content .cases-container {
    grid-template-columns: 1fr;
  }
}
.block_grid-4.two_col .flex-content .left-col {
  text-align: center;
}
.block_grid-4.two_col .flex-content .left-col .hero-title {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.block_grid-6.icon-large .case-header {
  column-gap: 10px;
}
.block_grid-6.icon-large .case img {
  width: 65px;
  min-height: 65px;
  max-width: 65px;
}
.block_grid-6 .one-column {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.block_grid-6 .two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .block_grid-6 .two-column {
    gap: 17px;
  }
}
@media screen and (max-width: 600px) {
  .block_grid-6 .two-column {
    grid-template-columns: 1fr;
  }
}
.block_grid-6 .three-column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .block_grid-6 .three-column {
    grid-template-columns: 1fr 1fr;
    gap: 17px;
  }
}
@media screen and (max-width: 600px) {
  .block_grid-6 .three-column {
    grid-template-columns: 1fr;
  }
}
.block_grid-6 .four-column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .block_grid-6 .four-column {
    grid-template-columns: 1fr 1fr;
    gap: 17px;
  }
}
@media screen and (max-width: 600px) {
  .block_grid-6 .four-column {
    grid-template-columns: 1fr;
  }
}
.block_grid-6 .case h3 {
  font-size: 22px;
  font-weight: 700;
  color: #496785;
}
@media screen and (max-width: 1023px) {
  .block_grid-6 .case h3 {
    font-size: 18px;
  }
}
.block_grid-6 .case img {
  width: 47px;
  min-height: 47px;
  max-width: 47px;
}
.block_cta-1 .flex-content {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  column-gap: 68px;
  row-gap: 34px;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .block_cta-1 .flex-content {
    grid-template-columns: 1fr;
  }
}
.block_cta-1 .cases-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
@media screen and (max-width: 1200px) {
  .block_cta-1 .cases-container {
    grid-template-columns: 1fr;
  }
}
.block_cta-1 .case {
  padding: 64px;
}
@media screen and (max-width: 1200px) {
  .block_cta-1 .case {
    padding: 46px;
  }
}
@media screen and (max-width: 850px) {
  .block_cta-1 .case {
    padding: 32px;
  }
}
.block_cta-1 .case .t-h3 {
  display: block;
}
.block_cta-2 .flex-content {
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 1023px) {
  .block_cta-2 .flex-content {
    flex-direction: column;
    gap: 0;
    background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/cassure-cta.svg);
    background-position: bottom right;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.12);
  }
}
.block_cta-2 .flex-content .col {
  flex: 1 1 0px;
}
@media screen and (max-width: 1023px) {
  .block_cta-2 .flex-content .col {
    flex: auto;
  }
}
.block_cta-2 .flex-content .left-col {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
@media screen and (max-width: 1023px) {
  .block_cta-2 .flex-content .left-col {
    row-gap: 0;
  }
}
.block_cta-2 .flex-content .row-top {
  padding: 64px;
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/cassure-cta.svg);
  background-position: bottom right;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 100%;
  overflow: visible;
}
@media screen and (max-width: 1023px) {
  .block_cta-2 .flex-content .row-top {
    padding: 0;
    background-image: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    margin: 0 auto 20px;
  }
}
.block_cta-2 .flex-content .row-top .title {
  padding-bottom: 120px;
}
@media screen and (max-width: 1023px) {
  .block_cta-2 .flex-content .row-top .title {
    padding-bottom: 0;
  }
}
.block_cta-2 .flex-content .row-bottom {
  flex-direction: row;
  align-items: center;
  gap: 34px;
  padding: 64px;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .block_cta-2 .flex-content .row-bottom {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0 auto 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.block_cta-2 .flex-content .right-col {
  padding: 0;
}
.block_cta-2 .flex-content .right-col img {
  padding-right: 36px;
}
@media screen and (max-width: 1023px) {
  .block_cta-2 .flex-content .right-col .img-container {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .block_cta-2 .flex-content .right-col {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }
}
.block_cta-2 .flex-content .wrapper {
  padding: 64px;
}
@media screen and (max-width: 1023px) {
  .block_cta-2 .flex-content .wrapper {
    padding: 0 0 60px;
  }
}
.block_cta-3::after {
  content: "";
  position: absolute;
  width: 1300px;
  height: 800px;
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/wave.svg);
  bottom: 24%;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.block_cta-3 .content {
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/cta-background.jpg);
  background-size: cover;
  background-position: center right;
  padding: 64px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 1023px) {
  .block_cta-3 .content {
    padding: 46px;
  }
}
.block_cta-3 .content .cta-title {
  max-width: 890px;
  margin: 0 auto;
}
.block_cta-3 .content .cta-title span {
  display: block;
}
.block_cta-4 {
  background-color: #f9f9f9;
  position: relative;
}
.block_cta-4::before {
  content: "";
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 20%;
}
.block_cta-4 .row {
  max-width: 1880px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  overflow: hidden;
}
.block_cta-4 .flex-content {
  display: flex;
  column-gap: 5%;
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/shape-cta.svg);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1300px) {
  .block_cta-4 .flex-content {
    align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .block_cta-4 .flex-content {
    flex-direction: column;
    background-image: none;
  }
}
.block_cta-4 .flex-content .left-col {
  padding-left: 10%;
  padding-top: 8%;
  padding-bottom: 8%;
  width: 60%;
}
@media screen and (max-width: 1023px) {
  .block_cta-4 .flex-content .left-col {
    width: 100%;
    padding: 32px;
  }
}
.block_cta-4 .flex-content .left-col .label {
  margin-bottom: 5px;
}
@media screen and (max-width: 1023px) {
  .block_cta-4 .flex-content .right-col {
    display: none;
  }
}
.block_cta-service .infolettre-cta {
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/form-background.webp);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  display: flex;
  column-gap: 30px;
  text-align: left;
}
.block_cta-service .infolettre-cta .cta-content p, .block_cta-service .infolettre-cta .cta-content li {
  color: #fff;
  text-align: left;
}
.block_cta-service .infolettre-cta .cta-title {
  max-width: 100%;
}
.block_cta-service .infolettre-cta > div {
  flex: 1 1 0;
}
.block_cta-service .infolettre-cta .cta-content li {
  margin-bottom: 10px;
}
.block_cta-service .infolettre-cta .t-h2 {
  text-align: left;
  margin-bottom: 20px;
  margin-top: 16px;
}
.block_cta-service .infolettre-cta .gfield_label, .block_cta-service .infolettre-cta .gfield_required {
  color: #fff !important;
}
.block_cta-service .infolettre-cta .gfield--type-html p, .block_cta-service .infolettre-cta .gfield--type-html a {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .block_cta-service .infolettre-cta {
    flex-direction: column;
  }
  .block_cta-service .infolettre-cta .gform-body {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .block_cta-service .infolettre-cta {
    padding: 20px;
  }
}
.block_faq {
  position: relative;
  margin-top: 60px;
  background-color: #F6F6F6;
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/faq_background.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 600px;
  padding-bottom: 100px;
  margin-bottom: -100px;
}
@media screen and (max-width: 1023px) {
  .block_faq {
    padding-top: 40px;
  }
}
.block_faq::after {
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/background-shape.svg);
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  top: -100px;
  left: 0;
  background-size: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: left;
  transform: rotate(180deg);
}
.block_faq .container {
  position: relative;
}
.block_faq .container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 30%;
  left: 0;
  z-index: -1;
}
.block_faq .row {
  max-width: 1175px;
}
.block_faq .title {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .block_faq .title {
    margin-bottom: 32px;
  }
}
.block_faq .faq-items {
  display: flex;
  row-gap: 24px;
  flex-direction: column;
}
.block_faq .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .block_faq .faq-question {
    gap: 20px;
  }
}
.block_faq .faq-question .question {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .block_faq .faq-question .question {
    font-size: 19px;
  }
}
.block_faq .faq-question .icon {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 100%;
  border: 1px solid #FF8607;
  transition: 0.2s;
}
.block_faq .faq-question .icon svg {
  width: 18px;
  height: 14px;
}
.block_faq .faq-question .icon svg path {
  stroke: #FF8607;
}
@media screen and (max-width: 767px) {
  .block_faq .faq-question .icon {
    height: 40px;
    width: 40px;
    min-width: 40px;
  }
}
.block_faq .faq-item {
  cursor: pointer;
}
.block_faq .faq-item.active .faq-reponse {
  height: auto;
  visibility: visible;
  position: relative;
  opacity: 1;
}
.block_faq .faq-item.active .icon {
  background: linear-gradient(90deg, #f0ad31 0%, #FF8607 100%);
  border: none;
}
.block_faq .faq-item.active .icon svg {
  transform: rotate(180deg);
}
.block_faq .faq-item.active .icon svg path {
  stroke: #FFFFFF;
}
.block_faq .faq-item:hover {
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.12);
  transition: 0.3s;
}
.block_faq .faq-item:hover .faq-question .icon {
  background: linear-gradient(90deg, #FF8607 0%, #f0ad31 100%);
  border: none;
}
.block_faq .faq-item:hover .faq-question .icon path {
  stroke: #FFFFFF;
}
.block_faq .faq-reponse {
  position: absolute;
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
.section-nouvelles {
  padding-top: 220px;
  padding-bottom: 200px;
  margin-bottom: -100px;
  background-color: #f9f9f9;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section-nouvelles {
    padding-top: 120px;
  }
}
.section-nouvelles::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 1000px;
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/wave.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .section-nouvelles::before {
    display: none;
  }
}
.section-nouvelles .content-container, .section-nouvelles .content-header {
  z-index: 1;
  position: relative;
}
.articles-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media screen and (max-width: 1200px) {
  .articles-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .articles-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.article-tile {
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-decoration: none;
}
.article-tile .t-h3 {
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  .article-tile .t-h3 {
    font-size: 20px;
  }
}
.article-tile .article-tile__content {
  padding: 34px;
}
.article-tile .article-tile__content .article-tile__date {
  color: #FF8607;
  font-weight: 300;
  display: block;
  padding: 18px 0;
  margin-bottom: 18px;
  position: relative;
  font-size: 14px;
}
.article-tile .article-tile__content .article-tile__date::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -34px;
  width: calc(100% + 68px);
  height: 1px;
  background-color: #C4C4C4;
}
.article-tile .article-tile__content .read-more {
  color: #0673F7;
  font-weight: 700;
  font-size: 18px;
}
.article-tile .article-tile__content .read-more:hover {
  color: #FF8607;
  text-decoration: underline;
}
.article-tile:hover .article-tile__img img {
  transform: scale(1.1);
}
.article-tile .article-tile__img {
  aspect-ratio: 1.5;
  position: relative;
  overflow: hidden;
}
.article-tile .article-tile__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.article-tile .article-tile__img .article-tile__category {
  position: absolute;
  bottom: 20px;
  left: 34px;
  background-color: #FF8607;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
}
.pagination {
  display: flex;
  align-items: center;
  gap: 2vw;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination a {
  margin: 1rem 0.6rem;
  display: inline-block;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
.pagination a.page-numbers {
  color: #496785;
}
.pagination a.page-numbers:hover {
  color: #0673F7;
}
.pagination a.page-numbers:hover {
  color: #383838;
}
.pagination .page-numbers.current, .pagination .page-numbers.dots {
  color: #e0e0e0;
}
.pagination a.next, .pagination a.prev {
  padding: 10px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: white;
  border: 1px solid #FF8607;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.pagination a.next svg path, .pagination a.prev svg path {
  stroke: #FF8607;
}
.pagination a.next svg {
  transform: rotate(270deg);
}
.pagination a.prev svg {
  transform: rotate(90deg);
}
.pagination a.next:hover, .pagination a.prev:hover {
  background: linear-gradient(90deg, #f0ad31 0%, #FF8607 100%);
  color: #fff;
  border: none;
}
.pagination a.next:hover svg path, .pagination a.prev:hover svg path {
  stroke: #FFFFFF;
}
.block_nouvelles {
  background-color: #f9f9f9;
  padding-bottom: 168px;
  margin-bottom: -100px;
}
@media screen and (max-width: 767px) {
  .block_nouvelles {
    padding-bottom: 120px;
    margin-bottom: -80px;
  }
}
.block_nouvelles::after {
  z-index: 0;
  bottom: 30%;
}
@media screen and (max-width: 1023px) {
  .single-article .container-hero {
    background-attachment: scroll;
  }
}
.single-article .container-hero .row-hero {
  min-height: 50vh;
}
@media screen and (max-width: 1023px) {
  .single-article .container-hero .row-hero {
    padding-top: 100px;
  }
}
.single-article .container-hero .meta-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.single-article .container-hero .meta-wrap span {
  display: block;
}
.single-article .container-hero .category-label {
  background-color: #FF8607;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
}
.single-article .content-hero {
  display: flex;
  max-width: 100%;
  align-items: center;
  gap: 68px;
  padding-top: 5vw;
  padding-bottom: 5vw;
}
.single-article .content-hero .col-left {
  flex: 1 1 0px;
}
.single-article .content-hero .col-right {
  flex: 1 1 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.single-article .content-hero .col-right img {
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .single-article .content-hero {
    flex-direction: column;
    gap: 30px;
  }
}
.single-article .block_cta-3::after {
  display: none;
}
.single-article .content-article {
  margin-top: 40px;
}
.single-article .content-article h2 {
  margin-bottom: 30px;
  margin-top: 35px;
}
.single-article .content-article h2 span {
  font-weight: 700 !important;
}
.single-article .content-article h3, .single-article .content-article h4 {
  margin-bottom: 20px;
  margin-top: 30px;
}
.single-article .content-article h3 span, .single-article .content-article h4 span {
  font-weight: 700 !important;
}
.single-article .content-article p span, .single-article .content-article li span {
  font-weight: 300 !important;
}
.single-article .content-article p a span, .single-article .content-article li a span {
  font-weight: 500 !important;
}
.single-article .content-article p strong, .single-article .content-article li strong {
  font-weight: 700 !important;
}
.infolettre-cta .t-white a {
  color: #FFFFFF !important;
}
.infolettre-cta .gform_wrapper.gravity-theme .gform_footer {
  padding: 0 !important;
}
.infolettre-cta .gform_wrapper.gravity-theme .gfield input.large {
  max-width: 600px;
  margin: 0 auto;
}
.infolettre-cta .gform-body {
  max-width: 500px;
  margin: 0 auto;
}
.block_temoignages {
  padding: 120px 0 100px;
  position: relative;
  z-index: 2;
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/background-temoignage.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .block_temoignages {
    padding: 80px 0 10px;
    background-position: right bottom;
  }
}
@media screen and (max-width: 767px) {
  .block_temoignages {
    padding: 40px 0 10px;
  }
}
.block_temoignages .heading-wrapper {
  margin-bottom: 10px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.block_temoignages .heading-wrapper .subtitle {
  margin-bottom: 17px;
}
.block_temoignages .testimonial-slide {
  margin: 60px 34px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 58px 48px;
  background-color: #FFFFFF;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 1300px) {
  .block_temoignages .testimonial-slide {
    margin: 50px 17px;
  }
}
@media (max-width: 1100px) {
  .block_temoignages .testimonial-slide {
    padding: 50px 20px 20px 20px;
    margin: 20px 17px;
  }
}
.block_temoignages .testimonial-slide::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/icons/quotes.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  z-index: 1;
}
.block_temoignages .testimonial-slide::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/icons/quotes-b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  z-index: 1;
}
.block_temoignages .slick-track {
  display: flex !important;
}
.block_temoignages .slick-slide {
  height: inherit !important;
}
.block_temoignages .slick-list {
  overflow: visible !important;
  padding-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .block_temoignages .slick-list {
    padding-bottom: 25px;
  }
}
.block_temoignages .slick-dots {
  bottom: 17px;
}
@media screen and (max-width: 1023px) {
  .block_temoignages .slick-dots {
    bottom: 0;
  }
}
.block_temoignages .slick-dots li button:before {
  color: #FFFFFF;
  font-size: 16px;
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .block_temoignages .slick-dots li button:before {
    font-size: 9px;
  }
}
.block_temoignages .slick-dots li.slick-active button:before {
  color: #496785;
}
.block_temoignages .slick-dots li {
  margin: 0 5px;
}
.block_temoignages .slick-arrow {
  position: absolute;
  background-color: #496785;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
}
.block_temoignages .slick-arrow:hover {
  background-color: #0673F7;
}
.block_temoignages .slick-arrow.next {
  right: 40%;
  bottom: 0;
  transform: rotate(180deg);
}
.block_temoignages .slick-arrow.prev {
  left: 40%;
  bottom: 0;
}
@media screen and (max-width: 1580px) {
  .block_temoignages .slick-arrow {
    display: none !important;
  }
}
.block_temoignages .testimonial-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block_temoignages .testimonial-content .testimonial-text p {
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  line-height: 2;
}
@media (max-width: 1400px) {
  .block_temoignages .testimonial-content .testimonial-text p {
    font-size: 18px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .block_temoignages .testimonial-content .testimonial-text p {
    font-size: 16px;
    line-height: 1.6;
  }
}
.block_temoignages .info {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
}
.block_temoignages .info .logo {
  position: relative;
}
.block_temoignages .info .logo img {
  max-height: 45px;
}
.block_temoignages .info .testimonial-author {
  font-weight: 700;
  margin-left: 10px;
  text-align: center;
}
.block_temoignages .info .testimonial-author span {
  display: block;
}
.block_temoignages .info .testimonial-author .author-name {
  color: #FF8607;
  font-size: 19px;
  margin-bottom: 7px;
}
.block_temoignages .info .testimonial-author .author-title {
  color: #496785;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.3;
}
.block_logos {
  background-color: #F6F6F6;
}
.block_logos .slick-list {
  overflow: visible !important;
}
.block_logos .slick-track {
  display: flex;
  align-items: center;
}
.block_logos .ticker__item {
  margin: 0 10px;
  display: flex;
  justify-content: center;
}
.block_logos .ticker__item img {
  max-height: 80px;
  max-width: 200px;
  width: auto;
  filter: grayscale(1);
}
section.jobs .content-header {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
section.jobs .offre-emploi {
  margin-bottom: 32px;
  border: 2px solid transparent;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  section.jobs .offre-emploi {
    margin-bottom: 17px;
  }
}
section.jobs .offre-emploi .offre-emploi-header {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
}
@media screen and (max-width: 767px) {
  section.jobs .offre-emploi .offre-emploi-header {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
}
section.jobs .offre-emploi .offre-emploi-header .col-left .conditions {
  display: flex;
  align-items: center;
  column-gap: 32px;
  row-gap: 16px;
  flex-wrap: wrap;
}
section.jobs .offre-emploi .offre-emploi-header .col-left .conditions .condition-item {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 17px;
  color: #496785;
}
section.jobs .offre-emploi .offre-emploi-header .col-right {
  display: flex;
  column-gap: 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  section.jobs .offre-emploi .offre-emploi-header .col-right {
    justify-content: space-between;
    width: 100%;
  }
}
section.jobs .offre-emploi .offre-emploi-header .col-right .accordion-icon {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 100%;
  border: 1px solid #FF8607;
  transition: 0.2s;
}
section.jobs .offre-emploi .offre-emploi-header .col-right .accordion-icon svg {
  width: 18px;
  height: 14px;
}
section.jobs .offre-emploi .offre-emploi-header .col-right .accordion-icon svg path {
  stroke: #FF8607;
}
section.jobs .offre-emploi .offre-emploi-content {
  position: absolute;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
section.jobs .offre-emploi .offre-emploi-content h4:first-child {
  margin-top: 0;
  margin-bottom: 12px;
}
section.jobs .offre-emploi .offre-emploi-content h4:not(:first-child) {
  margin-top: 24px;
  margin-bottom: 12px;
}
section.jobs .offre-emploi .offre-emploi-content h5 {
  margin-top: 12px;
  margin-bottom: 12px;
}
section.jobs .offre-emploi .offre-emploi-content li {
  margin-bottom: 2px;
}
section.jobs .offre-emploi .offre-emploi-content li li {
  list-style: circle;
}
section.jobs .offre-emploi .offre-emploi-content ul {
  margin: 12px auto;
}
section.jobs .offre-emploi .offre-emploi-content em {
  font-style: italic;
}
section.jobs .offre-emploi:hover {
  border-color: #FF8607;
}
section.jobs .offre-emploi.active {
  border-color: #FF8607;
}
section.jobs .offre-emploi.active .offre-emploi-content {
  position: relative;
  visibility: visible;
  height: auto;
  opacity: 1;
}
section.jobs .offre-emploi.active .accordion-icon {
  transform: rotate(180deg);
  background: linear-gradient(90deg, #f0ad31 0%, #FF8607 100%);
}
section.jobs .offre-emploi.active .accordion-icon path {
  stroke: #FFFFFF !important;
}
.page-template-page-contact .page-content-area {
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
  margin-bottom: -100px;
  padding-bottom: 100px;
  padding-top: 200px;
}
@media screen and (max-width: 1300px) {
  .page-template-page-contact .page-content-area {
    background-attachment: fixed;
  }
}
@media screen and (max-width: 1200px) {
  .page-template-page-contact .page-content-area {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .page-template-page-contact .page-content-area {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-contact .page-content-area {
    background-attachment: unset;
  }
}
.page-template-page-contact .contact-info {
  border-radius: 12px;
}
.page-template-page-contact .contact-info .coordonnees {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.page-template-page-contact .contact-info .coordonnees .contact-info-item {
  display: flex;
  column-gap: 32px;
  color: #496785;
  text-decoration: none;
  font-size: 22px;
  color: #FFFFFF;
}
@media screen and (max-width: 1300px) {
  .page-template-page-contact .contact-info .coordonnees .contact-info-item {
    font-size: 18px;
  }
}
.page-template-page-contact .contact-info .coordonnees .contact-info-item:hover {
  text-decoration: underline;
}
.page-template-page-contact .contact-info .coordonnees .contact-info-item svg path {
  fill: #FFFFFF;
}
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper .gform-field-label {
  font-size: 18px !important;
  font-weight: 500 !important;
  font-family: "Poppins", sans-serif;
  color: #496785;
  margin-bottom: 12px !important;
}
.gform_wrapper .gform_fields {
  grid-column-gap: 5% !important;
}
.gform_wrapper input, .gform_wrapper textarea {
  background-color: #F4F5F9;
  border: 1px solid #B6B6B6 !important;
  border-radius: 10px !important;
  padding: 15px !important;
}
.gform_wrapper .gform_footer {
  justify-content: center !important;
  margin-top: 32px !important;
}
.gform_wrapper .gform_footer .gform_button {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.64px;
  text-align: center;
  display: inline-block;
  padding: 18px 34px !important;
  background-color: #0673F7;
  border-radius: 12px !important;
  transition: 0.2s;
  white-space: wrap;
  color: #FFFFFF;
  text-decoration: none;
  border: none !important;
  line-height: 1 !important;
  cursor: pointer;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background-color: #033F85;
  color: #FFFFFF;
}
.gform_wrapper .gform_footer .gform_button:active, .gform_wrapper .gform_footer .gform_button:focus {
  background-color: #033F85;
  color: #FFFFFF;
}
.gform_wrapper .gform_footer .gform_button:visited {
  color: #FFFFFF;
}
.gform_wrapper .gfield--type-html a {
  color: #496785;
}
.gform_wrapper .gfield--type-html a:hover {
  color: #0673F7;
}
.gform_wrapper .gform_drop_area button {
  background-color: #FFFFFF;
  border: 2px solid #496785;
  border-radius: 12px;
  color: #496785;
  font-size: 16px;
  font-weight: 500;
  padding: 18px 34px;
  border: none;
  transition: 0.2s;
  cursor: pointer;
}
.gform_wrapper .gform_drop_area button:hover {
  background-color: #033F85;
}
