/*STYLE.CSS*/

/* @link https://utopia.fyi/space/calculator?c=360,18,1.2,1240,20,1.25,5,2,414-768-1024-1366-1440-1680-1920&s=0.75|0.5|0.75,1.5|2|3|4|6,&g=s,l,xl,12 */

:root {
  --space-3xs: clamp(0.5625rem, 0.5369rem + 0.1136vw, 0.625rem); /* 14-15px */
  --space-2xs: clamp(0.875rem, 0.8494rem + 0.1136vw, 0.9375rem); /* 9-10px */
  --space-xs: clamp(0.875rem, 0.8494rem + 0.1136vw, 0.9375rem); /* 14-15px */
  --space-s: clamp(1.125rem, 1.0739rem + 0.2273vw, 1.25rem); /* 18-20px */
  --space-m: clamp(1.6875rem, 1.6108rem + 0.3409vw, 1.875rem); /* 27-30px */
  --space-l: clamp(2.25rem, 2.1477rem + 0.4545vw, 2.5rem); /* 36-40px */
  --space-xl: clamp(3.375rem, 3.2216rem + 0.6818vw, 3.75rem); /* 54-60px */
  --space-2xl: clamp(4.5rem, 4.2955rem + 0.9091vw, 5rem); /* 72-80px */
  --space-3xl: clamp(6.75rem, 6.4432rem + 1.3636vw, 7.5rem); /* 108-120px */
}

.pts {
  padding-top: 15px;
}
.pbs {
  padding-bottom: 15px;
}
.ptm {
  padding-top: 30px;
}
.pbm {
  padding-bottom: 30px;
}
.ptl {
  padding-top: 60px;
}
.pbl {
  padding-bottom: 60px;
}
.section_hero {
  padding-top: 30px;
}
.section_pt {
  padding-top: 60px;
}
.section_pb {
  padding-bottom: 60px;
}

.mts {
  margin-top: 15px;
}
.mbs {
  margin-bottom: 15px;
}
.xmb {
  margin-bottom: 19px;
}
.xmt {
  margin-top: 19px;
}
.mtm {
  margin-top: 30px;
}
.mbm {
  margin-bottom: 30px;
}
.mtl {
  margin-top: 60px;
}
.mbl {
  margin-bottom: 60px;
}

.section_mt {
  margin-top: 60px;
}
.section_mb {
  margin-bottom: 60px;
}
@media (min-width: 414px) {
  .pts {
    padding-top: 15px;
  }
  .pbs {
    padding-bottom: 15px;
  }
  .ptm {
    padding-top: 30px;
  }
  .pbm {
    padding-bottom: 30px;
  }
  .ptl {
    padding-top: 60px;
  }
  .pbl {
    padding-bottom: 60px;
  }
  .section_pt {
    padding-top: 60px;
  }
  .section_pb {
    padding-bottom: 60px;
  }

  .mts {
    margin-top: 15px;
  }
  .mbs {
    margin-bottom: 15px;
  }
  .mtm {
    margin-top: 30px;
  }
  .mbm {
    margin-bottom: 30px;
  }
  .mtl {
    margin-top: 60px;
  }
  .mbl {
    margin-bottom: 60px;
  }
  .section_mt {
    margin-top: 60px;
  }
  .section_mb {
    margin-bottom: 60px;
  }
}

@media (min-width: 480px) {
  .section_pt {
    padding-top: var(--space-xl);
  }
  .section_pb {
    padding-bottom: var(--space-xl);
  }
  .mtm {
    margin-top: var(--space-2xs);
  }
  /* .mbm{
    margin-bottom: var(--space-2xs);
  } */
}

@media (min-width: 640px) {
  .creche-locator-search__btn {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  /* .section_pt{
    padding-top: 25px;
  }
  .section_pb{
    padding-bottom: 25px;
  } */
  /* .section_hero {
    padding-top: 108px;
  } */
  .mtm {
    margin-top: 30px;
  }
  .mb0 {
    margin-bottom: 0px !important;
  }
  .mt0 {
    margin-top: 0px !important;
  }
  .copyright-menu li,
  .copyright-text {
    font-size: 16px !important;
  }
}

@media (min-width: 1024px) {
  .section_pt {
    padding-top: var(--space-xl);
  }
  .section_pb {
    padding-bottom: var(--space-xl);
  }
  .experience-section.section_pt {
    padding-top: 74px;
  }
  /* .section_hero {
    padding-top: 20px;
  } */
}

/* @media (min-width: 1280px) {
  .section_hero {
    padding-top: 140px;
  }
} */
@media (min-width: 1920px) {
  .section_pt {
    padding-top: 120px !important;
  }
  .section_pb {
    padding-bottom: 120px !important;
  }
  .kita-allegra-section.section_pt {
    padding-top: 186px !important;
  }
  .news-section.section_pt {
    padding-top: 105px !important;
  }
  .news-section p.ptablet {
    line-height: 1.6;
  }
  .text-14 {
    line-height: 1.4;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*This is main CSS file that contains custom style rules used in this template*/

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* Template Name: Agacom.*/

/* Version: 1.0 Initial Release*/

/* Build Date: 8-04-2016*/

/* Author: gfxbucket.*/

/* Copyright: (C) 2016 */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------*/

/* TABLE OF CONTENTS: */

/*--------------------------------------------------------*/

/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */

/* 02 - HOME PAGE 1 */

/* 03 - HOME PAGE 2 */

/* 04 - HOME PAGE 3 */

/* 05 - HOME PAGE 4 */

/* 06 - HOME PAGE 5 */

/* 07 - CASE STUDY */

/* 08 - CONTACT */

/* 09 - BLOG PAGE */

/* 10 - SLIDER ANIMATION */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*===========RESET==============*/

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;

  vertical-align: baseline;
}
body span {
  box-sizing: none !important;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

body * {
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input,
textarea,
select {
  font-weight: 400;
  appearance: none;
  border-radius: 0;
  border: 0px none;
}

select::-ms-expand {
  display: none;
}

a {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

a,
a:link,
a:visited,
a:active,
a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

body {
  overflow-x: hidden;
  font-weight: normal;
  font-size: 13px;
  line-height: 1;
  background: #fff;
  color: #000;

  font-family: NeueHelveticaPro55Roman;
}
strong {
  font-family: NeueHelveticaPro75Bold;
}
ul,
ol {
  list-style: none;
}

b {
  font-weight: 700;
}

input::-webkit-input-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

input::-moz-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

input:-moz-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

input:-ms-input-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

textarea::-webkit-input-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

textarea::-moz-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

textarea:-moz-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

textarea:-ms-input-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: NeueHelveticaPro55Roman;

  /*   
  font-weight: 700; */
}

/* 


h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
} */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  /* margin: 1em 0; */
  padding: 0;
  display: none;
}

ul,
ol {
  padding: 0;
}

ul {
  list-style: disc;
  list-style-position: inside;
}

ol {
  list-style: decimal;
  list-style-position: inside;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin: 0 0 1.75em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.75em;
}

del {
  opacity: 0.8;
}

table,
th,
td {
  border: 1px solid #d1d1d1;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 10px;
}

table {
  margin-bottom: 30px;
  width: 100%;
}

/*===========HELP CLASS==============*/

.table-align {
  display: table;
  width: 100%;
  height: 100%;
}

.table-align.h-100 {
  height: 100%;
}

.row-view {
  display: table-row;
}

.cell-view {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
}

.cell-view.cell-bottom {
  vertical-align: bottom;
}

/* .vertical-align {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
} */

.vertical-align.w-full {
  width: 100%;
  left: 0px;
}

.line-through {
  display: inline-block;
  position: relative;
}

.line-through:after {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  background: currentColor;
  content: "";
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
  font-size: 0px;
  display: block;
}

.bg-wrap {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.bg {
  height: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  backface-visibility: hidden;
}

.bg.fix {
  background-attachment: fixed;
}

body.mobile .bg.fix {
  background-attachment: scroll;
}

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

.col-white {
  color: #fff;
}

.black-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.full-height {
  height: 100vmin;
  position: relative;
  width: 100%;
}

.padd-bot-20 {
  padding-bottom: 20px;
}

.marg-bot-80 {
  margin-bottom: 80px;
}

.marg-bot-100 {
  margin-bottom: 100px;
}

.link-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background: #fff;
}

.load-title {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  left: 0px;
  margin-top: -30px;
  text-transform: uppercase;
  color: #676a6a;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 6px;
}

.load-title img {
  display: block;
  margin: 0 auto;
  max-width: 50px;
}

.load-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 60px;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.load-circle:before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: -50px 0 0 -50px;
  border-top: 2px solid transparent;
  border-right: 2px solid #272b2b;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-radius: 50em;
  -webkit-animation: rotate360 1s linear both infinite;
  animation: rotate360 1s linear both infinite;
}

@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes rotate360 {
  0% {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

:root {
  --pop-header-paragraph: clamp(1.25rem, 0.99vi + 1rem, 2.19rem);
  --pop-header-paragraphfr: clamp(1.25rem, 0.46vi + 1.13rem, 1.69rem);

  --pop-paragraph: clamp(1rem, 0.13vi + 0.97rem, 1.13rem);

  --pop-xxxl: clamp(3.05rem, 1.77vi + 2.61rem, 4.73rem);

  --pop-h1: clamp(2.5rem, 3.29vi + 1.68rem, 5.63rem);
  --pop-h1fr: clamp(2.5rem, 2.63vi + 1.84rem, 5rem);

  --pop-h2: clamp(2.19rem, 1.64vi + 1.78rem, 3.75rem);
  --pop-h2fr: clamp(1.88rem, 1.05vi + 1.61rem, 2.88rem);

  --pop-h3: clamp(1.38rem, 0.2vi + 1.33rem, 1.56rem);
  --pop-h3fr: clamp(1.25rem, 0.2vi + 1.2rem, 1.44rem);

  --pop-h35: clamp(1.25rem, 0.99vi + 1rem, 2.19rem);
  --pop-h35fr: clamp(1.25rem, 0.53vi + 1.12rem, 1.75rem);

  --numbers_title: clamp(2.19rem, 0.99vi + 1.94rem, 3.13rem);

  --numbers_titlefr: clamp(1.88rem, 1.32vi + 1.55rem, 3.13rem);

  --card-title: clamp(0.94rem, 0.46vi + 0.82rem, 1.38rem);
  --card-titlefr: clamp(0.88rem, 0.39vi + 0.78rem, 1.25rem);

  --card-label: clamp(1.13rem, 0.43vi + 1.04rem, 1.56rem);
  --card-labelfr: clamp(1rem, 0.37vi + 0.93rem, 1.38rem);

  --subscribeh4: clamp(1.75rem, 0.79vi + 1.55rem, 2.5rem);
  --subscribeh4fr: clamp(1.56rem, 0.66vi + 1.4rem, 2.19rem);
}

.pragraph_header,
.pragraph_header p {
  font-size: var(--pop-header-paragraph);
  line-height: 1.3 !important;
}
:lang(fr) .pragraph_header,
.pragraph_header p {
  font-size: var(--pop-header-paragraphfr);
}
:lang(de) .pragraph_header,
.pragraph_header p {
  font-size: var(--pop-header-paragraphfr);
}

.pop-paragraph,
.pop-paragraph p,
p,
.p {
  font-size: var(--pop-paragraph);
  line-height: 1.6;
}

.numbers_title {
  font-size: var(--numbers_title);
}

.card-title,
.subtitleh4 {
  font-size: var(--card-title);
}
:lang(fr) .card-title,
.subtitleh4 {
  font-size: var(--card-titlefr);
}
:lang(de) .card-title,
.subtitleh4 {
  font-size: var(--card-titlefr);
}

.card-label {
  font-size: var(--card-label);
}
:lang(fr) .card-label {
  font-size: var(--card-labelfr);
}
:lang(de) .card-label {
  font-size: var(--card-labelfr);
}

.subscribeh4 {
  font-size: var(--subscribeh4);
}
:lang(fr) .subscribeh4 {
  font-size: var(--subscribeh4fr);
}
:lang(de) .subscribeh4 {
  font-size: var(--subscribeh4fr);
}

.h1,
h1 {
  font-size: var(--pop-h1);
  line-height: 1.1;
}

:lang(fr) .h1,
h1 {
  font-size: var(--pop-h1fr);
}
:lang(de) .h1,
h1 {
  font-size: var(--pop-h1fr);
}

:lang(de) h1.h1.h1hp {
  font-size: clamp(2.5rem, 2.63vi + 1.84rem, 4.2rem);
}

.h2,
h2 {
  font-size: var(--pop-h2);
  line-height: 1.2 !important;
}
:lang(fr) .h2,
h2 {
  font-size: var(--pop-h2fr);
}
:lang(de) .h2,
h2 {
  font-size: var(--pop-h2fr);
}

.h3,
h3 {
  font-size: var(--pop-h3);
  line-height: 1.3;
}
:lang(fr) .h3 {
  font-size: var(--pop-h3fr);
}
:lang(de) .h3 {
  font-size: var(--pop-h3fr);
}

h3.h35,
h2.h35 {
  font-size: var(--pop-h35);
  line-height: 1.4;
}
:lang(fr) .h35,
h2.h35 {
  font-size: var(--pop-h35fr);
}
:lang(de) .h35,
h2.h35 {
  font-size: var(--pop-h35fr);
}

/* p:not(:first-child){
    margin-top: 15px;
  } */

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}

/* p {
  line-height: 1.2;
  font-weight: 300;
} */
/* 
.h1 {
  font-size: 46px;
  line-height: 80px;
  font-weight: 700;
}

.h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.h6 {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.h7 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
} */

.section-bg {
  background: #f4f7fc;
}

.section-bg-2 {
  background: #eef2fb;
}

.col-white .simple-text p,
.col-white .h1,
.col-white .h2,
.col-white .h3,
.col-white .h4,
.col-white .h5,
.col-white .h6,
.col-white .h7,
.col-white a,
.col-white span {
  color: #fff;
}

.simple-text p {
  font-size: 13px;
  line-height: 20px;
  color: #676a6a;
  font-weight: 300;
}

.simple-text i {
  font-style: italic;
  color: #272b2b;
}

.simple-text.md p {
  font-size: 18px;
  line-height: 28px;
}

.simple-text.lg p {
  font-size: 24px;
  line-height: 38px;
}

.simple-text p a {
  color: #272b2b;
  position: relative;
}

.simple-text p a:hover {
  color: #6ba9a9;
}

.font-type {
  font-family: "NeueHelveticaPro55Roman", serif;
}

.quote {
  padding-bottom: 50px;
}

.quote p {
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 15px;
}

.sub-title {
  max-width: 170px;
  width: 100%;
  position: relative;
  text-align: right;
  display: block;
  padding-bottom: 15px;
}

.sub-title .h5 {
  line-height: 34px;
}

.sub-title:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 2px;
  background: #272b2b;
  transition: all 0.75s ease-out;
  -webkit-transition: all 0.75s ease-out;
}

.title-style-1 {
  margin-left: -50px;
  margin-top: 60px;
}

.title-style-1.inside {
  margin-left: 50px;
}

.title-style-1.white-style .sub-title .h5,
.title-style-1.white-style .h1,
.title-style-1.white-style .link-type-1 {
  color: #fff;
}

.title-style-1.white-style .sub-title:before {
  background: #fff;
}

.white-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/layer_white.png) no-repeat;
  background-position: 0% 50%;
  background-size: cover;
}

.title-style-2 {
  position: relative;
  width: 100%;
}

.title-style-2.text-next {
  margin-top: 6px;
}

/*===========BUTTON STYLE==============*/

/*===========HEADER==============*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
}

header {
  /* position: fixed; */
  /* left: 0px;
  top: 0px; */
  /* padding-top: 27px;
  padding-bottom: 27px; */
  width: 100%;
  z-index: 101;
}

.header {
  position: relative;
  margin: 0px 157px;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1605px;
  margin: auto;
  padding: 21px 0;
  /* padding-bottom: 0; */
}

.logo {
  left: 0px;
  z-index: 102;
}

.nav-menu {
  position: fixed;
  display: block;
  left: 0px;
  top: 0px;
  padding-top: 100px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  overflow-y: auto;
}

.nav-menu-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden;
}

.nav-menu-layer span {
  position: absolute;
  width: 400%;
  height: 400px;
  background: #fff;
  left: -86%;
  top: 153%;
  transform: rotate(0) scale(1);
  -webkit-transform: rotate(0deg) scale(1);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.nav-list {
  position: relative;
  list-style: none;
  width: 100%;
  text-align: center;
  padding: 0px 0px 15px;
}

.nav-list > li {
  position: relative;
  width: 100%;
  opacity: 0;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -webkit-transition: all 300ms cubic-bezier(0.76, 0.94, 0.47, 1.04);
  transition: all 300ms cubic-bezier(0.76, 0.94, 0.47, 1.04);
}

.style-2 .nav-list > li a {
  color: var(--mediumGray);
  font-size: 16px;
  font-weight: 500;
}

.nav-list .drop-menu a {
  font-size: 28px;
  margin-bottom: 25px;
}

/*.nav-list > li:nth-child(1) {
  transition-delay: 0.2s;
}

.nav-list > li:nth-child(2) {
  transition-delay: 0.4s;
}

.nav-list > li:nth-child(3) {
  transition-delay: 0.6s;
}

.nav-list > li:nth-child(4) {
  transition-delay: 0.8s;
}

.nav-list > li:nth-child(5) {
  transition-delay: 1s;
}

.nav-list > li:nth-child(6) {
  transition-delay: 1.2s;
}

.nav-list > li:nth-child(7) {
  transition-delay: 1.3s;
}

.nav-list > li:nth-child(8) {
  transition-delay: 1.4s;
}

.nav-list > li:nth-child(9) {
  transition-delay: 1.5s;
}*/

.nav-list li a:hover,
.nav-list li.active > a,
.drop-link-next.active {
  color: #abaeaf;
}

.nav-menu.slide {
  visibility: visible;
  opacity: 1;
}

.nav-menu.slide .nav-list li {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.nav-menu.slide .nav-menu-layer span {
  transform: rotate(45deg) scale(6);
  -webkit-transform: rotate(45deg) scale(6);
}

.drop-menu {
  position: relative;
  list-style: none;
  width: 100%;
  display: none;
  margin-bottom: 20px;
}

.drop-menu-next {
  display: none;
  list-style: none;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

.open-drop {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 25px;
  top: 3px;
  display: none;
}

.open-drop span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.open-drop span:nth-child(1):before,
.open-drop span:nth-child(1):after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #272b2b;
  top: 50%;
  margin-top: -1px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.open-drop span:nth-child(1):before {
  left: 6px;
}

.open-drop span:nth-child(1):after {
  right: 6px;
}

.open-drop span:nth-child(2):before,
.open-drop span:nth-child(2):after {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background: #272b2b;
  left: 50%;
  margin-left: -1px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.open-drop span:nth-child(2):before {
  top: 6px;
}

.open-drop span:nth-child(2):after {
  bottom: 6px;
}

.nav-menu ul li a:hover .open-drop span:nth-child(1):before,
.nav-menu ul li.active .drop-link .open-drop span:nth-child(1):before,
.drop-link-next.active .open-drop span:nth-child(1):before {
  left: -3px;
  background: #abaeaf;
}

.nav-menu ul li a:hover .open-drop span:nth-child(1):after,
.nav-menu ul li.active .drop-link .open-drop span:nth-child(1):after,
.drop-link-next.active .open-drop span:nth-child(1):after {
  right: -3px;
  background: #abaeaf;
}

.nav-menu ul li a:hover .open-drop span:nth-child(2):before,
.nav-menu ul li.active .drop-link .open-drop span:nth-child(2):before,
.drop-link-next.active .open-drop span:nth-child(2):before {
  top: -3px;
  background: #abaeaf;
}

.nav-menu ul li a:hover .open-drop span:nth-child(2):after,
.nav-menu ul li.active .drop-link .open-drop span:nth-child(2):after,
.drop-link-next.active .open-drop span:nth-child(2):after {
  bottom: -3px;
  background: #abaeaf;
}

.burger-menu {
  position: absolute;
  right: 6px;

  width: 36.492px;
  height: 36.492px;
  z-index: 103;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary);
  border-radius: 100%;
}

.burger-menu i {
  display: inline-block;
  width: 100%;
  max-width: 12px;
  height: 1.5px;
  background: var(--white);
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.burger-menu i:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -3px;
  width: 100%;
  max-width: 12px;
  height: 1.5px;
  background: var(--white);
  border-radius: 4px;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  backface-visibility: hidden;
}

.burger-menu i:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -3px;
  width: 100%;
  max-width: 12px;
  height: 1.5px;
  background: var(--white);
  border-radius: 4px;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  backface-visibility: hidden;
}

.burger-menu.active i {
  background: rgba(0, 0, 0, 0);
}

.burger-menu.active i:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 0px;
}

.burger-menu.active i:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  bottom: 0px;
}
.fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
body.fix {
  overflow: hidden;
}

.success {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 500;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

.success.active {
  visibility: visible;
  opacity: 1;
}

.popup {
  position: absolute;
  display: table;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 480px;
  padding: 30px;
  background: #fff;
  height: 120px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.close-popup {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #222;
  color: #fff;
  line-height: 33px;
  font-size: 22px;
  cursor: pointer;
}

.close-popup span {
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: -2px;
}

.header-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-social-icons a {
  color: #272b2b;
  font-size: 14px;
  padding: 5px 1px;
  display: inline-block;
  margin-right: 15px;
}

.header-social-icons a:last-child {
  margin-right: 0px;
}

.header-social-icons a:hover {
  color: #abaeaf;
}

/*Header Style 3*/

.style-3.style-2 .nav-menu {
  width: 100%;
  /* max-width: max-content; */
}

.style-3 .header-social-icons {
  margin-left: 40px;
  display: none;
}

.logo {
  max-width: 196px;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
  .logo {
    max-width: 175px;
  }
  .header {
    padding: 18.5px 0;
    /* padding-bottom: 0; */
  }
}

/* @media (min-width: 992px) {
  .header {
    padding: 49.5px 0;
  }
} */

/* language swithcer */

.wpml-ls-statics-shortcode_actions,
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  width: 39.92px;
  height: 39.92px;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding: 0;
  background-color: #d9102a;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: #ffffff;

  font-weight: 400;
  border: none;
  font-family: "NeueHelveticaPro55Roman";
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
.wpml-ls-sub-menu a {
  font-size: 14px;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  border: none;
}

.plus_icon {
  background: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.4141 1.41406L7.41406 7.41406C7.02354 7.80459 6.39052 7.80459 6 7.41406L0 1.41406L1.41406 0L6.70703 5.29297L12 0L13.4141 1.41406Z" fill="%23616365"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 7.71px;
  width: 13px;
  display: inline-block;
}
.top-baner.smal-size {
  display: none;
}
@media (min-width: 1024px) {
  header {
    position: relative;
  }
  .style-3.style-2 .nav-menu {
    width: 100%;
    max-width: max-content;
  }
  a.main-menu-link.font-medium.drop-link {
    display: flex;
    /* flex-direction: row-reverse; */
    gap: 4px;
    align-items: center;
  }

  .header {
    padding: 22.5px 0;
  }
  .wpml-ls-slot-2 .wpml-ls-display {
    margin-left: 0;
  }

  .style-2 .nav-list > li a {
    color: var(--mediumGray);
    font-size: 12px;
    font-weight: 500;

    .nav-list.cell-view {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
  .login {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 20px;
  }
  .login .menu-item-separator {
    display: block;
    width: 1px;
    height: 25px;
    background-color: #ccc;
  }
  .wpml-ls-sub-menu .wpml-ls-link {
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wpml-ls-last-item,
  .wpml-ls-legacy-dropdown a:focus,
  .wpml-ls-legacy-dropdown a:hover {
    border-radius: 0 0 50px 50px;
  }

  .wpml-ls-sub-menu {
    background: #d9102a !important;
    border-radius: 0 0 50px 50px;
    border-top: none !important;
  }
  .wpml-ls-legacy-dropdown a {
    background: transparent;
    border: none;
    color: #ffffff;
  }
  .pml-ls-slot-shortcode_actions.wpml-ls-item {
    border-radius: 50px 50px 0 0;
  }
  .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
    color: #ffffff;
    background: #d9102a;
    border-radius: 50px 50px 0 0;
  }
  .wpml-ls-legacy-dropdown a:focus,
  .wpml-ls-legacy-dropdown a:hover {
    color: #ffffff;
    background: #d9102a;
  }
}
@media (min-width: 1180px) {
  .style-2 .nav-list > li {
    margin-right: 20px;
  }
  .style-2 .nav-list > li a {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .header {
    padding: 30.5px 0;
  }
  .logo {
    max-width: 180px;
  }
  .style-2 .nav-list > li a {
    font-size: 16px;
  }
  a.main-menu-link.font-medium.drop-link {
    gap: 6px;
  }
}
@media (min-width: 1366px) {
  .header {
    padding: 20px 0;
  }

  .style-2 .nav-list > li a {
    font-size: 18px;
  }
  .style-2 .nav-list > li {
    margin-right: 30px;
  }
}
@media (min-width: 1440px) {
  /* .header {
    padding: 30.5px 0;
  } */
  a.main-menu-link.font-medium.drop-link {
    gap: 8px;
  }
  .logo {
    max-width: 225px;
  }
}

@media (min-width: 1680px) {
  .logo {
    max-width: 220.001px;
  }
  .header {
    padding: 30px 0;
  }
  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
  .wpml-ls-sub-menu a {
    font-size: 16px;
  }
}

.menu-item-wpml-ls-2-en {
  display: none;
}

@media (min-width: 1920px) {
  .logo {
    max-width: 249px;
  }
  /* .header {
    padding: 45px 0;
  } */
  .style-2 .nav-list > li {
    margin-right: 54px;
  }

  .style-2 .nav-list > li a {
    font-size: 20px;
  }
}

/*Header Style 4*/

.style-4 .logo {
  position: initial;
  display: inline-block;
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
  margin-right: 35px;
}

.style-4 .header-social-icons {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.style-4 .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-2.style-4 .nav-menu {
  width: auto;
}

@media (min-width: 1024px) {
  .style-2 .nav-menu {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 0px;
    overflow: visible;
  }
}

/*Header Style 5 and 6*/

.style-5 .header,
.style-6 .header,
.style-7 .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.style-6 .header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.style-5 .logo,
.style-6 .logo {
  left: 0px;
  z-index: 102;
  position: initial;
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
}

.style-5.style-2 .nav-menu,
.style-6.style-2 .nav-menu,
.style-7.style-2 .nav-menu {
  width: auto;
}

.style-7 .logo {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.style-2.style-7 .nav-list > li {
  padding-left: 20px;
}

/*Header Style 8*/

.style-8 {
  height: 144px;
}

.style-8 .logo {
  position: initial;
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 76px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-8 .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-8 .header:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #eaecef;
  top: 76px;
  left: 0;
}

.style-8.style-2 .nav-menu {
  width: auto;
}

.style-8.style-2 .nav-list.cell-view {
  padding: 0;
}

.style-8 .header-social-icons {
  position: absolute;
  right: 0;
  top: 0;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1600px) {
  .style-2.style-7 .nav-list > li {
    padding-left: 10px;
  }
}

@media screen and (max-width: 991px) {
  .style-2.style-3 .nav-menu,
  .style-2.style-4 .nav-menu,
  .style-2.style-5 .nav-menu,
  .style-2.style-6 .nav-menu,
  .style-2.style-7 .nav-menu,
  .style-2.style-8 .nav-menu {
    width: 100%;
  }

  .style-2 .header-social-icons {
    margin-left: 0;
    margin-right: 70px;
  }

  .style-6 .header,
  .style-2 .header-social-icons {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
  }

  .style-8 .header:before {
    display: none;
  }

  .style-8,
  .style-8 .logo,
  .style-2.style-8 .header-social-icons {
    height: 60px;
  }

  .style-8 .logo {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .style-8 .header {
    border-bottom: 0;
  }
}
.style-2 .nav-list .drop-menu a {
  font-size: 16px !important;
  font-family: "NeueHelveticaPro65Medium";

  color: #282627;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

@media (min-width: 1024px) {
}

/*Mega menu*/
.style-2 .mega-menu-wrap {
  position: absolute;
  width: 100vw;
  left: 0;
  top: 100%;
  margin-top: 10px;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  transform: initial;
  border: none;
  background-color: transparent;
}

.style-2 .mega-menu-wrap:before {
  display: none;
}

.mega-menu-in .container {
  padding: 15px 30px;
  background: #fff;
  border: 1px solid #f1f1f1;
}

.mega-menu-in .row {
  margin: 0;
}

.mega-menu-in .row > div {
  padding: 0;
}

.mega-menu-col {
  text-align: left;
}

.mega-menu-title {
  font-size: 13px;
  color: #272b2b;
  margin-bottom: 15px;
  line-height: 17px;
  margin-top: 15px;
}

.mega-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.style-2 .nav-list .mega-menu-list li a {
  padding: 15px 0 !important;
  display: block;
}

.style-2 .drop-menu.mega-menu-wrap li {
  border: none;
}

.nav-list .mega-menu-list li a:hover {
  color: #272b2b;
}

.style-2 .mega-menu:before {
  top: initial;
  bottom: -11px;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  opacity: 0;
  visibility: hidden;
}

.style-2 .mega-menu:hover:before {
  bottom: -1px;
  opacity: 1;
  visibility: visible;
}
.hero-icon {
  max-width: 86px;
  opacity: 53%;
  right: 6px;
  top: -4px;
}

@media (max-width: 1023px) {
  .style-2 .mega-menu-wrap {
    position: initial;
    opacity: 1;
    visibility: visible;
    margin: 0;
    left: 0 !important;
    transition: initial;
  }

  .mega-menu-in {
    width: 100%;
  }

  .style-2 .nav-list .mega-menu-list li a {
    font-size: 28px !important;
    text-transform: capitalize;
    color: #272b2b;
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    line-height: 30px;
    padding: 0 !important;
  }

  .mega-menu-title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 25px;
    margin-top: 0;
  }

  .mega-menu-col {
    text-align: center;
  }

  .mega-menu-in .container {
    padding: 0 15px;
    background: transparent;
    border: none;
  }

  .table-align {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
  }
  .nav-list.cell-view {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    gap: 16px;
    padding-top: 50px;
    height: auto;
  }

  .style-2 .nav-list > li a {
    font-size: 24px !important;
  }
  .nav-list > li {
    width: auto;
  }

  .drop-menu {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .drop-menu li {
  }

  .style-2 .nav-list .drop-menu a {
    font-size: 20px !important;
  }
  .drop-menu li {
    width: 100%;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-list li a:hover,
  .nav-list li.active > a,
  .drop-link-next.active {
    color: #d9102a;
  }

  /* header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  
} */

  a.main-menu-link {
    gap: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-list .menu-item {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
  }
  /* .nav-list .menu-item:last-child {
    border-bottom: none;
  } */

  /* language switcher */
  .language-switcher.mobile-language-switcher
    .wpml-ls-statics-shortcode_actions {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    gap: 16px;
    height: auto;
    width: 100%;
  }
  .language-switcher.mobile-language-switcher
    .wpml-ls-legacy-dropdown
    .wpml-ls-sub-menu {
    visibility: visible;
    position: relative;
    display: flex;
  }
  .language-switcher.mobile-language-switcher {
    padding-left: 4% !important;
    padding-right: 4% !important;
  }
  .language-switcher.mobile-language-switcher
    .wpml-ls-legacy-dropdown
    .wpml-ls-slot-shortcode_actions,
  .language-switcher.mobile-language-switcher
    .wpml-ls-slot-shortcode_actions
    a {
    padding: 0;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 400;
    border: none;
  }
  .language-switcher.mobile-language-switcher
    .wpml-ls-slot-shortcode_actions
    a {
    margin-right: 10px;
  }
  .language-switcher.mobile-language-switcher
    a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    background: #d9102a;
    color: #ffffff;
  }
  .language-switcher.mobile-language-switcher
    .wpml-ls-sub-menu
    a.wpml-ls-link:hover {
    background: #d9102a !important;
    color: #ffffff !important;
  }

  .language-switcher.mobile-language-switcher
    .wpml-ls-slot-shortcode_actions
    a {
    background: transparent;
    color: #d9102a;
    width: 50px;
    height: 50px;

    border-radius: 50px;
    border: 1px solid #eaeaea;
  }
  .language-switcher.mobile-language-switcher
    .wpml-ls-legacy-dropdown
    .wpml-ls-sub-menu {
    border-top: none !important;
  }
}

@media (max-width: 767px) {
  .mega-menu-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .style-2 .nav-list .mega-menu-list li a {
    font-size: 20px !important;
    margin-bottom: 15px;
    line-height: 22px;
  }
}

.rounded-image {
  border-radius: 20px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .hero-icon {
    max-width: 115px;

    right: 16px;
    top: -20px;
  }
}
/* @media (min-width: 1280px) {
  .style-2 .nav-list>li{
    margin-left: 45px;
  }

}

@media (min-width: 1440px) {
  .style-2 .nav-list>li{
    margin-left: 60px;
  }

}


@media (min-width: 1920px) {
  .style-2 .nav-list>li {
    margin-left: 68px;
  }
} */
/* live this */

.frequently-icon {
  max-width: 110px;
  right: 76px;
  bottom: -34px;
}
/* reseaux icon */
@media (min-width: 768px) {
  .reseaux-icon {
    max-width: 88px;
    right: 11px;
    top: -14px;
  }

  .frequently-icon {
    max-width: 70px;
  }
}

@media (min-width: 1024px) {
  .reseaux-icon {
    max-width: 114px;
    right: 17px;
    top: -21px;
  }
  .style-2 .nav-list > li:last-child,
  .menu-item-1124 {
    margin-right: 0 !important;
  }
  .style-2 .nav-menu {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 0px;
    overflow: visible;
  }

  .style-2 .nav-menu .table-align {
    display: block;
    height: auto;
  }

  .style-2 .nav-menu-layer {
    display: none;
  }

  .style-2 .nav-list.cell-view {
    display: flex;
    justify-items: center;
    align-items: center;
    width: auto;
    float: right;
    padding: 0;
  }

  .style-2 .nav-list > li {
    position: relative;
    float: left;
    width: auto;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    margin: 0;
    padding: 0;
    margin-right: 12px;
  }

  .style-8 .nav-list > li {
    padding: 25px 0px 25px 0px;
  }

  .style-2 .drop-menu {
    position: absolute;
    width: 290px;

    /* left: 50%; */
    top: 100%;
    display: block;
    /* border: 1px solid rgba(39, 43, 43, 0.1); */
    background: #f7f7f7;
    border-radius: 20px;
    text-align: left;
    /* transform: translateX(-50%); */
    margin-top: 30px;
    visibility: hidden;

    opacity: 0;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
  }

  .style-2 .drop-menu li {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
  }
  .style-2 .drop-menu li:last-child {
    border-bottom: none;
  }

  .style-2 .nav-list > li:hover .drop-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
    padding: 10px 0;
  }

  .style-2 .nav-list .drop-menu a {
    font-size: 13px;
    padding: 0 19px 0 19px;
    line-height: 1.4;
    color: #676a6a;
    display: block;
    width: 100%;
  }
  .nav-list .drop-menu a,
  .drop-menu li {
    margin-bottom: 0px;
  }
  .style-2 .nav-list .drop-menu a:hover {
    color: #d9102a;
  }

  .style-2 .nav-list .drop-menu li {
    position: relative;
  }

  .style-2 .burger-menu {
    display: none;
  }

  .style-2 .nav-list .drop-menu:before,
  .style-2 .mega-menu:before {
    content: "";
    margin-left: -11px;
    position: absolute;
    left: 50%;
    width: 23px;
    height: 9px;
    top: -9px;
    background: url(../img/menu-point.png) no-repeat;
    z-index: 1;
    display: none;
  }

  .style-2 .nav-list li:last-child .drop-menu {
    left: auto;
    margin-left: 0px;
    right: 0%;
  }

  .style-2 .nav-list li:last-child .drop-menu:before {
    left: auto;
    right: 10px;
    margin-left: 0px;
  }

  .style-2 .drop-menu-next {
    position: absolute;
    left: -100%;
    background: #fff;
    border: 1px solid rgba(39, 43, 43, 0.1);

    display: block;
    margin-bottom: 0px;
    margin-left: -100px;
    min-width: 220px;
    top: 100%;
    margin-top: -20px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
  }

  .style-2 .nav-list .drop-menu-next li:last-child {
    padding-bottom: 0px;
  }

  .style-2 .nav-list .drop-menu li:hover .drop-menu-next {
    visibility: visible;
    opacity: 1;
    margin-top: -47px;
    margin-left: -42px;
  }
}

@media (min-width: 1280px) {
  .reseaux-icon {
    max-width: 123px;
    right: 33px;
    top: -21px;
  }

  style-2 .nav-list > li a {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  .reseaux-icon {
    max-width: 139px;
  }
  .frequently-icon {
    max-width: 110px;
    right: 76px;
    bottom: -63px;
  }
}
@media (min-width: 1440px) {
  .reseaux-icon {
    max-width: 147px;
    right: 23px;
  }
  .style-2 .nav-list > li {
    margin-right: 20px;
  }
}
@media (min-width: 1680px) {
  .style-2 .nav-list > li {
    margin-right: 30px;
  }
}
/*  */

/* home page */

@media (max-width: 400px) {
  .childcare-solutions.section_pt {
    padding-top: 30px;
  }
}
.elephanticon_home svg {
  top: -35px;

  max-width: 6rem;
}
.stats_icon {
  width: 37.276px;
}

.stat_icon_2 {
  width: 58.287px;
}
.stat_icon_3 {
  width: 42.156px;
}
.stat_icon_4 {
  width: 45.374px;
}

.sol_nav_item_2 span {
  max-width: 211.621px;
}
.sol_nav_item_1 span {
  max-width: 211px;
}
.guarantee_logo img {
  max-width: 133px;
  width: 100%;
}
.guarantee_logo_1 img {
  max-width: 102px;
}
.CfMHG {
  background: #d9102a !important;
  display: none !important;
}
.logo_container_guarantee_logo_3 {
  border-right: none;
}

@media (min-width: 768px) {
  .elephanticon_home svg {
    max-width: 104px;
    top: -2rem;
  }
}
@media (min-width: 1024px) {
  .elephanticon_home svg {
    max-width: 114px;
    top: -20px;
  }
}

@media (min-width: 1280px) {
  /* .section_hero {
    padding-top: 140px;
  } */
  .elephanticon_home svg {
    max-width: 130px;
  }

  .stats_icon {
    width: 42.276px;
  }

  .stat_icon_2 {
    width: 65.287px;
  }
  .stat_icon_3 {
    width: 42px;
  }
  .stat_icon_4 {
    width: 50px;
  }
}
@media (min-width: 1366px) {
  /* .section_hero {
    padding-top: 160px;
  } */
}
@media (min-width: 1440px) {
  .elephanticon_home {
    top: -20px;
  }

  /* .section_hero {
    padding-top: 120px;
  } */
}

@media (min-width: 1920px) {
  .elephanticon_home svg {
    max-width: 170px;
  }
  .max640 {
    max-height: 640px;
  }
  .elephanticon_home {
    max-width: 170px;
    top: -0.4rem;

    width: 100%;
  }
  .stats_icon {
    width: 66.276px;
  }
  .stats_icon.stat_icon_2 {
    width: 93.287px;
  }

  .stats_text {
    max-width: 140.9px;
  }

  .guarantee_logo.guarantee_logo_1 {
    max-width: 115px;
  }
  .guarantee_logo.guarantee_logo_2 {
    max-width: 149px;
  }
  .logo_container_guarantee_logo_0 {
    justify-content: start;
  }

  /* .section_hero {
    padding-top: 227px;
  } */
}
/* [aria-label*="Previous"] { ... }  */

.BulletsControl__BulletsControlItem-sc-ce7a3ae1-2.es-bullets-control-item-active {
  width: 16px !important;
  min-width: 16px !important;
  height: 16px !important;
  background: #d9102a !important;
}
.BulletsControl__BulletsControlItem-sc-ce7a3ae1-2 {
  width: 16px !important;
  min-width: 16px !important;
  height: 16px !important;
  background: #fff !important;
  border: 1px solid #d9102a !important;
}
.BulletsControl__BulletsControlContainer-sc-ce7a3ae1-0 {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 4px !important;
}
.cVEXeO {
  justify-content: center !important;
}

.menu-item-wpml-ls-2-en {
  display: none !important;
}

.wpml-ls-statics-shortcode_actions {
}
.secondary-btn {
  border: 1px solid #eaeaea !important;
  transition: all 0.3s ease-in-out !important;
}
.secondary-btn:hover {
  border: 1px solid #d9102a !important;
}

/* .guaranteeLogosSwiper .swiper-slide::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 126px;
  background: #E0E0E0;
  z-index: 1;
  margin-right: 10px;
} */
.guaranteeLogosSwiper .swiper-slide {
  height: 126px;
  width: 134px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* newsletter */
#hs-form-505fe662-dff7-4fb5-9e90-adab7678c41d-1a12d6b3-dc9e-4f86-93c1-04e6cfdaa9e1 {
  margin: 0 !important;
}
.email-form-wrap {
  display: flex;
  align-items: center;
  max-width: 300px;
  margin-top: 30px;
  position: relative;
  gap: 10px;
}
.email-input {
  flex: 1;
  height: 45px;
  border-radius: 999px;
  border: 0.86px solid #111;
  padding: 0 28px;
  font-size: 16px;
  outline: none;
  font-family: inherit;
}
.email-input::placeholder {
  color: #aaa;
}
.email-input:focus {
  border-color: #333;
}
.submit-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #cc1a1a;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 0;
}
.submit-btn:hover {
  background: #a81515;
}

/* @media (min-width: 1024px) {
  .email-input {
    height: 66px;

  }
  .submit-btn {
    height: 66px;
    width: 66px
  }
} */

@media (min-width: 1280px) {
  .email-input {
    height: 50px;
  }
  .submit-btn {
    height: 50px;
    width: 50px;
  }

  .email-form-wrap {
    max-width: 100%;
  }
}

/* @media (min-width: 1440px) {
  .newsletter-wrap {
    padding-left: 90px;
  }
} */
@media (min-width: 1920px) {
  .email-input {
    height: 66px;
  }
  .submit-btn {
    height: 66px;
    width: 66px;
  }
}

@media (min-width: 768px) {
  :lang(de-DE) .childcare-solutions p {
    max-width: 400px;
  }
}

@media (max-width: 760px) {
  :lang(fr-FR) .elephanticon_home,
  :lang(de-DE) .elephanticon_home {
    display: none;
  }
}

/* hubspot form */

#hubspot-form-container {
  max-width: 640px;
  margin: 0 auto;
}

/* ── Grid: two columns for firstname/lastname and email/phone ── */
#hubspot-form-container .hs-form .hs-form-field {
  margin-bottom: 20px;
}

#hubspot-form-container .hs-form > div:nth-child(1),
#hubspot-form-container .hs-form > div:nth-child(2) {
  display: inline-block;
  width: calc(50% - 8px);
}

#hubspot-form-container .hs-form > div:nth-child(1) {
  margin-right: 16px;
}

/* ── Labels ── */
#hubspot-form-container .hs-form label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #555;
  margin-bottom: 8px;
}

#hubspot-form-container .hs-form .hs-form-required {
  color: #c8102e;
}

/* ── Inputs, selects, textarea ── */
#hubspot-form-container .hs-form input[type="text"],
#hubspot-form-container .hs-form input[type="email"],
#hubspot-form-container .hs-form input[type="tel"],
#hubspot-form-container .hs-form select,
#hubspot-form-container .hs-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid #ddd;
  border-radius: 12px;
  font-size: 15px;
  color: #333;
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
  appearance: none;
  -webkit-appearance: none;
}

#hubspot-form-container .hs-form input:focus,
#hubspot-form-container .hs-form select:focus,
#hubspot-form-container .hs-form textarea:focus {
  border-color: #c8102e;
}

/* ── Select arrow ── */
#hubspot-form-container .hs-form .input {
  position: relative;
}

#hubspot-form-container .hs-form select + *,
#hubspot-form-container .hs-contact_topic .input::after {
  content: "↓";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #555;
  font-size: 14px;
}

.hs-richtext p {
  font-size: 12px;
}

/* ── Textarea ── */
#hubspot-form-container .hs-form textarea {
  min-height: 140px;
  resize: vertical;
}

/* ── Placeholder color ── */
#hubspot-form-container .hs-form select.is-placeholder {
  color: #aaa;
}

input.hs-button.primary.large {
  margin-top: 8px;
  background-color: var(--primary);
  color: #fff;
  width: 100%;
  padding: 14px 16px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
}

#contact #hubspot-form-container {
  max-width: 100% !important;
}

/* video js */

.video-js .vjs-tech,
.vjs-poster img {
  object-fit: cover !important ;
}
#peoplebehinde .video-js .vjs-tech {
  object-fit: unset !important ;
}
.video-js .vjs-big-play-button {
  font-size: 16px !important;
  line-height: 1.5em;
  height: 62px !important;
  width: 62px !important;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin-top: 0 !important;
  margin-left: 0 !important;
  cursor: pointer;
  opacity: 1;
  border: none !important;
  background-color: var(--white) !important;
  background-color: var(--white) !important;
  border-radius: 50px !important;
  transition: all 0.4s;
  color: red;
}
.vjs-big-play-button .vjs-icon-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vjs-button > .vjs-icon-placeholder {
  display: flex !important ;
  justify-content: center;
  align-items: center;
}
.vjs-modal-dialog .vjs-modal-dialog-content,
.video-js .vjs-modal-dialog,
.vjs-button > .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  top: unset !important;
  left: unset !important;
  width: unset !important;
  height: unset !important;
}
.vjs-has-started.vjs-paused .vjs-big-play-button {
  display: block !important;
}
.vjs-has-started.vjs-paused .vjs-control-bar {
  display: flex !important;
}
:is(
  .vjs-control-bar .btn,
  .vjs-control-bar .button,
  .vjs-control-bar button,

) {
  min-height: 0 !important;
}
:is(
  .vjs-control-bar .btn,
  .vjs-control-bar .button,
  .vjs-control-barbutton [type="submit"]
):hover {
  color: var(--btn-color-hover, #ffff);
  background-color: var(--btn-bgcolor-hover, transparent);
}
/* video Player */
/* .vjs-icon-volume-high,
.video-js .vjs-icon-placeholder,
.vjs-icon-play,
.video-js .vjs-play-control .vjs-icon-placeholder,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: "icomoon" 
} */
.vjs-icon-play:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-icon-play:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-icon-play:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  /* content: "\e914" ; */
  color: var(--primary);
}
/* .vjs-icon-volume-high:before,
.video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\e91d" 
}
.vjs-control-bar .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "||"
}

.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\e91c" 
}
.vjs-icon-picture-in-picture-enter:before,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\e917" 
}
.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\e916" 
} */

.word {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  line-height: 1.3;
}

.word-inner {
  display: inline-block;
}

.icon_form a {
  height: 36px;
  width: 36px;
}

.canton_header_icon svg,
.elephanticon_home svg {
  height: auto !important;
}

/* newsletter hubspot */
/* Form as flex row */
.newsletter-form .hs-form-private {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Email field takes all space */
.newsletter-form .hs_email {
  flex: 1;
  min-width: 0;
  margin: 0;
}

.newsletter-form .hs_email .input {
  margin: 0;
}

/* Input styling */
.newsletter-form .hs-input {
  width: 100% !important;
  padding: 18px 28px;
  border: 1.5px solid #1a1a1a;
  border-radius: 999px;
  font-size: 15px;
  color: #333;
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
  font-family: inherit;
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: none;
  height: auto;
}

.newsletter-form .hs-input::placeholder {
  color: #aaa;
}

.newsletter-form .hs-input:focus {
  border-color: #cc1010;
}

/* Submit wrapper */
.newsletter-form .hs_submit {
  flex-shrink: 0;
  margin: 0;
}

.newsletter-form .hs_submit .actions {
  padding: 0;
  margin: 0;
}

/* Red circle button — now a <button> so ::after works */
.newsletter-form .hs-button {
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  border-radius: 50% !important;
  background: #cc1010 !important;
  border: none !important;
  cursor: pointer;
  font-size: 0 !important; /* hides "Submit" text */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  transition:
    background 0.2s,
    transform 0.15s;
  box-shadow: none !important;
  line-height: 1 !important;
}

.newsletter-form .hs-button:hover {
  background: #a80000 !important;
  transform: scale(1.05);
}

/* Arrow icon — works now that it's a <button> */
.newsletter-form .hs-button::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='7' y1='17' x2='17' y2='7'/%3E%3Cpolyline points='7 7 17 7 17 17'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Error message container */
.newsletter-form .hs-error-msgs {
  display: block !important; /* override the hide we set earlier */
  list-style: none;
  margin: 6px 0 0 0;
  padding: 0;
}

/* Error text */
.newsletter-form .hs-error-msg {
  display: block;
  color: #cc1010;
  font-size: 12px;
  padding-left: 16px; /* aligns with the rounded input text */
  font-family: inherit;
}

/* Red border on the input when invalid */
.hs-input.error,
.hs-input.invalid {
  border-color: #cc1010 !important;
}
.ul.no-list.hs-error-msgs.inputs-list .ul.no-list.hs-error-msgs.inputs-list {
  list-style: none !important;
}
.submitted-message {
  font-size: 20px !important;
  color: green !important;
}

/* Hide label, errors, descriptions */
/* .newsletter-form .hs-form-field label,
.newsletter-form .hs-error-msgs,
.newsletter-form .hs-field-desc {
  display: none !important;
} */

/* Mobile “find daycare” CTA — hidden until user scrolls (see main.js) */
.find-daycare-btn--scroll-reveal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease,
    transform 0.35s ease;
}

.find-daycare-btn--scroll-reveal.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
