/*
Theme Name: Maltaweb
Theme URL: https://www.maltadvice.com
Author: Maltadvice
Author URL: https://Maltadvice.com/
Description:  Learn English In Malta
Version: 1.0
License: @Maltadvice
Text Domain: Maltadvice
Tags: Malta

This theme is licensed under @Maltadvice
*/

/* COMMUNE STRUCTURE*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
html, body {
  width: 100%;
  height: 100%;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; /* Ajoutez les préfixes si nécessaire pour les anciens navigateurs */
  font-family: "Roboto", sans-serif;
}

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


:root {
  --max-page: 1180px;
  --dark-color:#17171b;
  --main-color: #4392eb;
  --second-color: #57a1f6;
  --button-color:#4392eb;
  --button-color-hover:#57a1f6;
}


body {
  color: var(--dark-color);
}



/* Picture */
picture {
  margin: 0;
  padding: 0;
}

/* Alignement des images et du texte*/
img {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

/* PART 1 - Before Lazy Load */
img[data-lazyloaded] {
  opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

/* enlève le style des liens*/
a {
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: var(--dark-color);
}

/* enlève la surbrillance sur Chrome Mobile*/
div,
a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* enlève la sélection des liens*/
a {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


strong{
font-weight:700;
}


/* ACTION BAR  */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/




/* --- ACTION BAR --- */
.action_bar {
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;       /* Positionnement fixe pour rester en bas de l'écran */
  left: 0;
  bottom: 0;
  transform: translateY(100%);  /* Hors de l'écran initialement */
  transition: transform 0.3s ease-in-out;  /* Effet de glissement */
  z-index: 1000;         /* Pour s'assurer que la barre passe au-dessus du reste */
}

.action_bar.active {
  transform: translateY(0);  /* La barre glisse et se positionne en bas de l'écran */
}

@media only screen and (min-width: 1210px){
  .action_bar {
    padding: 12px 0;
  }
}

@media only screen and (max-width: 1210px) and (min-width: 680px){
  .action_bar {
    padding: 12px 15px;
  }
}

@media only screen and (max-width: 680px){
  .action_bar {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
}



.action_bar_container {
  width:100%;
  max-width: var(--max-page);
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 680px){
  .action_bar_container {
    gap:20px;
  }
}

@media only screen and (max-width: 680px) {
  .action_bar_text  {
  display:none;
  }  }



.action_bar_text span {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--dark-color);
}

@media only screen and (min-width: 680px) {
  .action_bar_btn:nth-child(2) {
    margin-left: auto;
  }}
  
  @media only screen and (max-width: 680px) {
    .action_bar_btn{
      width:50%;
    }}



    .action_bar_btn a {
      transition: 0.5s;
    }

    @media only screen and (min-width: 680px) {
  .action_bar_btn a {

    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
    padding: 20px 40px;
    border-radius: 50px;
  }}

  @media only screen and (max-width: 680px) {
    .action_bar_btn a {
      display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
      gap:10px;
      padding: 15px 0;
    }}




  .action_bar_btn a svg {
    width: 16px; 
  }

  .action_bar_btn a span {
    font-size:16px;
    }
  

/* Deuxième bouton  */
.action_bar_btn:nth-child(2)  a {
  color: var(--dark-color);            


}




@media only screen and (min-width: 680px) {

  .action_bar_btn:nth-child(2)  a {
    color: var(--dark-color);            
    box-shadow: 0 0 20px #e2e2e2;
  
  }
  
  /* Deuxième bouton  */
  .action_bar_btn:nth-child(2)  a:hover {      
    box-shadow: 0 0 20px #d0d0d0;
  }
}

.action_bar_btn:nth-child(2) a svg {
fill:var(--dark-color);
}



/* Deuxième bouton  */
.action_bar_btn:nth-child(3)  a {
  background-image: radial-gradient(
    circle 950px at 2.5% 8%, 
    var(--second-color) 0%, 
    var(--main-color) 90%
  );
  color: white;
}

 @media only screen and (min-width: 680px) {

  .action_bar_btn:nth-child(3)  a {        
     box-shadow: 0 0 5px rgb(53, 125, 213);
  }

 .action_bar_btn:nth-child(3)  a:hover {      
  box-shadow: 0 0 8px rgb(53, 125, 213);
}
}

 .action_bar_btn:nth-child(3) a svg {
 fill:white;
}







/* FOOTER  */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



:root {
  --footer-main-color: var(--main-color);
  --footer-second-color: white;
}

/* Pied de page principal */
.mt_footer {
  background-color: var(--footer-main-color);
  width:100%;
}


/* Pour les écrans larges (≥ 1220px) */
@media (min-width: 1220px) {
  .mt_footer {
    padding: 20px calc((100vw - 1180px) / 2);

  }
}

/* Pour les écrans plus étroits (< 1220px) */
@media (max-width: 1219px) {
  .mt_footer {
    padding: 20px;

  }
}



/* Conteneur des colonnes */
.mt_footer_container {
  display:flex;
  flex-wrap:wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}


.footer_container_column{
  display:flex;
  flex-direction: column;
  gap:20px;
}


/* Responsivité : 2x2 entre 580px et 980px */
@media  (min-width: 980px) {
  .footer_container_column{
    width:calc(25% - 15px)
  }
}

/* Responsivité : 1 colonne si <580px */
@media (min-width: 580px) and (max-width: 980px) {
  .footer_container_column{
    width:calc(50% - 10px);
  }
}

/* Responsivité : 1 colonne si <580px */
@media  (max-width: 580px) {
  .footer_container_column{
    width:100%;
  }
}

/* Titres visuels (span) dans les colonnes */
.footer_container_column span {
  color: var(--footer-second-color);
  font-weight: 900;
}

/* Colonnes de liens */
.footer_container_column ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Liens */
.footer_container_column ul li a {
  color: var(--footer-second-color);
  text-decoration: none;
  transition: background-color 0.2s ease;
 text-underline-offset: 4px;
}

/* Surlignement uniquement en hiver */
.footer_container_column ul li a:hover {
  text-decoration: underline;
}

/* Bouton de langue */
.footer_lang {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--footer-second-color);
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow:0 0 5px grey;
  cursor: pointer;
  font: inherit;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width:200px;
}

.footer_lang span{

  color: var(--footer-main-color);

}

.footer_lang:hover {
  background-color: #e6e6e6;
}

.footer_lang svg {
  width: 20px;
  height: 20px;
  fill: var(--footer-main-color);
}

/* Sous-pied de page */
.down_footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.down_footer_info span {
  color: var(--footer-second-color);
}

.down_footer_social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.down_footer_social a svg {
  width: 20px;
  fill: var(--footer-second-color);
  transition: fill 0.2s ease;
}

.down_footer_social a:hover svg {
  fill: grey;
}





/* 1) Overlay */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 1000;
}
.modal-overlay.show {
  opacity: 1;
}

/* 2) Fenêtre modal */
.box_lang {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 90%;
  max-width: 600px;
  max-height: 80vh;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  padding: 40px;
  display: none;
  opacity: 0;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  z-index: 1001;
  overflow: hidden;
}
.box_lang.active {
  display: block;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* 3) Verrouiller le scroll du body */
body.modal-open {
  overflow: hidden;
}

/* 4) Header avec onglets */
.box_lang_title {
  padding-bottom:20px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom:solid 1px rgb(212, 212, 212);
  margin-bottom:20px;
}

.box_lang_title svg{
 width:20px;
 fill:var(--dark-color);
}

.box_lang_title span{
  font-size:18px;
  color:var(--dark-color);
  font-weight:900;
 }

.box_lang_nav {
  display: flex;
  gap: 32px;
  border-bottom: 2px solid #E0E0E0;
  padding-bottom: 8px;
  margin-bottom: 24px;
}
.box_lang_nav button {
  background: none;
  border: none;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 600;
  color: #293241;
  cursor: pointer;
  position: relative;
}
.box_lang_nav button.active {
  color: #007AFF;
}
.box_lang_nav button.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #007AFF;
  border-radius: 2px 2px 0 0;
}

/* 5) Close bouton */
.box_lang_close {
  position: absolute;
  top: 20px;
  right:20px;
  cursor: pointer;
  fill: var(--dark-color);
}

.box_lang_close svg{
width:16px;
fill:var(--dark-color);
}

/* 6) Liste des langues / devises */
.box_lang ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
}
@media  (max-width: 680px) {
  .box_lang ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }  }



.box_lang ul li {
  font-size: 16px;
  line-height: 1.6;
  padding: 6px 8px;
  cursor: pointer;
}

.box_lang ul li.lang-item {
order:2;
}
.box_lang ul li.current-lang{
  order:1;
  }

.box_lang ul .lang-item:hover {
  color:var(--main-color);
}



  .box_lang ul .lang-item a{
    color:var(--dark-color);
    transition:0.5s;
    display: flex;
  align-items: center;
    }

    .box_lang ul .lang-item a:hover {
  color:var(--main-color);
}



  
  .box_lang ul .lang-item.current-lang a {
    position: relative;
    font-weight: 900; 
     color: var(--main-color);
  }
  



  .box_lang ul .lang-item.current-lang a::after {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid meet'><g transform='translate(0,512) scale(0.1,-0.1)' fill='rgba(24,120,242,1)' stroke='none'><path d='M4605 4386 c-105 -33 -109 -36 -1445 -1372 l-1315 -1314 -595 595 c-553 551 -600 596 -662 625 -159 74 -328 51 -454 -63 -100 -90 -149 -234 -125 -364 25 -134 9 -117 839 -944 726 -724 771 -767 832 -794 78 -34 185 -44 257 -25 122 33 70 -16 1629 1543 1614 1616 1522 1517 1547 1660 34 199 -91 392 -292 453 -56 17 -162 17 -216 0z'/></g></svg>");
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-top: -5px;
  }
  




/* HEADER  */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



/* conteneur général */
.menu_mlt {
  display: flex;
  align-items: center;
  gap:20px;
  background-color: #fff;
  padding: 0 40px;
  height: 80px; /* ajustez selon votre header */
  box-sizing: border-box;
}

@media (max-width: 820px) {
  .menu_mlt {
    border-bottom:solid 1px rgb(227, 227, 227);
  }
  }


/* Pour les écrans larges (≥ 1220px) */
@media (min-width: 1220px) {
  .menu_mlt  {
    padding: 20px calc((100vw - 1180px) / 2);

  }
}

/* Pour les écrans plus étroits (< 1220px) */
@media (max-width: 1219px) {
  .menu_mlt {
    padding: 20px;

  }
}


/* logo à gauche */
.menu_logo a {
  display: block;
}

.menu_logo a svg{
  width:140px;
}

@media (max-width: 820px) {
  .menu_logo a svg{
    width:130px;
  }
  }

/* sélecteur de langue juste à côté du logo */
.menu_lang {
  display: flex;
  align-items: center;
  font-size: 14px;

  cursor: pointer;
  margin-left: auto;
}

@media (max-width: 820px) {
  .menu_lang{
    display:none;
  }
  }


.menu_lang svg {
  width:16px;
  margin-top: -2px;
}
.menu_lang span {
  margin-left: 8px;
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 600;
}

.menu_lang:hover span {
  color: var(--main-color);
}
.menu_lang:hover svg {
  fill: var(--main-color);
}


/* menu de navigation centré */

@media (max-width: 820px) {
  .menu_nav{
    display:none;
  }
  }


.menu_nav nav ul {
  display: flex;
  gap:20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu_nav .menu_nav_item {
  position: relative;

  color: var(--dark-color);
  font-size: 14px;
  font-weight: 600;

  text-decoration: none;
  transition: color .2s;
  padding: 10px;
}

.menu_nav .menu_nav_item:hover {

  color: var(--main-color);

}

/* état actif (souligné + couleur) */
.menu_nav .menu_nav_item.active {
  color: var(--main-color);
}
.menu_nav .menu_nav_item.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: var(--main-color);
}


.menu_contact .button-menu:hover {
  background-color: var(--main-color);
}

/* Deuxième bouton  */
.menu_contact  a {
  background-image: radial-gradient(
    circle 950px at 2.5% 8%, 
    var(--second-color) 0%, 
    var(--main-color) 90%
  );
  color: white;
  padding:
  12px 40px;
    border-radius:
  50px;
}


@media (max-width: 820px) {
  .menu_contact{

    margin-left:auto;
  }
  .menu_contact  a{
    padding:10px 30px;
  }
  }

 @media only screen and (min-width: 820px) {

  .menu_contact  a {        
     box-shadow: 0 0 5px rgb(53, 125, 213);
  }

  .menu_contact a:hover {      
  box-shadow: 0 0 8px rgb(53, 125, 213);
}
}






/* GYG : Rank + Post  */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/







.gyg{
  width:100%;
  max-width:var(--max-page-content);
  margin:0 auto;
    }
  
  /* ≥ 740 px */
  @media (min-width: 610px) {
    .gyg {
      height: 430px;
    }
  }
  /* ≤ 559 px (ou ≤ 375 px si tu préfères) */
  @media (max-width: 610px) {
    .gyg {
      height: 680px;
    }
  }
  
        
  
    .gyg .become-a-partner{
     display:none;
        }
  
        .gyg .availability-frame .become-a-partner[data-v-9c750401],
        .become-a-partner[data-v-527b8c14] {
          display: none !important;
        }
  
        .become-a-partner .footer-container[data-v-527b8c14] {
          display: none !important;
        }







/* Aside act  */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/* style.css */

/* Conteneur principal */
.act {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

/* Titre des activités */
.title_act p {
  font-size: clamp(1.5rem, 2vw + 0.5rem, 2.25rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.8rem;
}

/* Liste d’activités */
.box_act {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Item individuel */
.box_act_item {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  padding: 1rem;
  opacity: 0;
  transform: translateY(10px);
}

.box_act_item.slide-in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.box_act_item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

/* Image de l’item */
.box_act_item_img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
}

.box_act_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Texte et localisation */
.sub_box_act {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.box_act_item_title {
  font-size: 1.25rem;
  font-weight: 600;
}

.box_act_item_location {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #666;
}

.box_act_item_location svg {
  width: 15px;
  fill: black;
}

.box_act_item_location span {
  font-size: 15px;
  color: black;
}

/* Bouton de réservation */
.box_act_item_user {
  margin-left: auto;
}

.box_act_item_user a {
  display: inline-block;
  padding: 12px 20px;
  min-width: 120px;          /* largeur minimale homogène */
  text-align: center;
  background-color: var(--main-color);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 0.5rem;
  transition: filter 0.2s ease, background 0.2s ease;
}

.box_act_item_user a:hover {
  filter: brightness(1.1);
}

/* Bouton “Afficher plus” */
#loadMore {
  display: block;            /* pour que margin auto fonctionne */
  width: fit-content;        /* largeur adaptée au contenu */
  margin: 1.5rem auto;       /* centré horizontalement */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  background: #fdfdfd;
  color: var(--main-color);
  border: solid 1px var(--main-color);
  border-radius: 0.5rem;
  cursor: pointer;
}

#loadMore.visible {
  opacity: 1;
  visibility: visible;
}

#loadMore:hover {
  background: #e2f4ff;
}

/* Responsive mobile (≤ 600px) */
@media (max-width: 600px) {

  /* Item en colonne */
  .box_act_item {
    display:flex;
    flex-wrap:wrap;
    gap:20px;
  }

  /* Images un peu plus grandes */
  .box_act_item_img {
    width:50px;
    height: 50px;
  }

.sub_box_act{
    width: calc(100% - 70PX);
  }


  /* Textes ajustés */
  .box_act_item_title {
    font-size: 1.1rem;
  }

  .box_act_item_location {
    font-size: 13px;
  }

  /* Bloc réservation en pleine largeur, bouton aligné à droite */
  .box_act_item_user {
    width: 100%;
    margin-left: 0;
    text-align: right;
  }

  .box_act_item_user a {
    display:block;
    padding: 8px 16px;
    font-size: 0.9rem;
    min-width: 100px;
    margin:0 auto;
  }
}




/* OLD */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/






/* Lien interne*/
.intern-link,
.internlink,
.extern-link,
.externlink {
  background: linear-gradient(
    45deg,
    rgba(86, 111, 255, 0.7),
    rgba(86, 111, 255, 0.7)
  );

  background-position: bottom 0 left 0;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  color: rgba(86, 111, 255, 0.7);
  padding-bottom: 3px;
  transition: 1s;
}
.intern-link:hover,
.internlink:hover,
.extern-link:hover,
.externlink:hover {
  background: linear-gradient(
    45deg,
    rgba(86, 111, 255, 1),
    rgba(86, 111, 255, 1)
  );
  background-position: bottom 0 left 0;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  color: rgba(86, 111, 255, 1);
  padding-bottom: 3px;
  transition: 1s;
}

body:not(.page-id-12323):not(.page-id-43) .grecaptcha-badge {
  visibility: hidden;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* Boutton Standard */

.button-standard {
  background: var(--mean-color);
  border: var(--mean-color);
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 0 2px 5px #13405c;
  transition-duration: 0.5s;
}

.button-standard:hover {
  box-shadow: 0 5px 5px var(--box-shadow);
  transition-duration: 0.5s;
}

/* Boutton Original*/

.button-original {
  background: #eb6246;
  color: white;
  border: solid 1px #eb6246;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 0 2px 5px darkgray;
  transition-duration: 0.5s;
}

.button-original:hover {
  box-shadow: 0 5px 5px darkgray;
  transition-duration: 0.5s;
}

/* Boutton white*/

.button-white {
  background: white;
  color: var(--mean-color);
  border: solid 1px white;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 0 2px 5px #13405c;
  transition-duration: 0.5s;
}

.button-white:hover {
  box-shadow: 0px 5px 5px #13405c;
  transition-duration: 0.5s;
}

/* Span Focus*/
.spafocus {
  font-weight: bold;
}

.videoimg {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.script-video {
  z-index: 99;
}

/* Boucle formatée   :var(--mean-color);  */
/* Boucle formatée   :var(--padding-page-desktop);  */
/* Boucle formatée   :var(--mean-blue-logo);  */
/* Boucle formatée   :var(--box-shadow);  */

:root {
  --malta-dark: rgb(1, 6, 13);
}


:root {
  --mean-color: rgba(24, 120, 242, 1);


  --mean-grey: #303030;
  --mean-blue-logo: #13405c;

  --hover-grey: #f8f8f8;
  --blog-shadow: 0px 0px 8px 0px rgba(220, 220, 220, 1);
  --mean-shadow: 0px 0px 8px 0px rgba(220, 220, 220, 1);
  --hover-mean-shadow: 0px 0px 8px 0px rgb(199, 199, 199);


  --padding-mobile: 0 20px 0 20px;

  --radius-button: 5px;
  --box-shadow: #b0b0b0;

  --gradient-orange: linear-gradient(
    45deg,
    var(--color-malta-orange),
    var(--color-malta-purple)
  );
  --gradient-blue: linear-gradient(
    45deg,
    var(--color-malta-blue),
    var(--color-malta-blue-clear)
  );

  --hover-gradient-orange: linear-gradient(
    45deg,
    var(--color-malta-orange),
    var(--color-malta-orange),
    var(--color-malta-purple)
  );
  --hover-gradient-blue: linear-gradient(
    45deg,
    var(--color-malta-blue-clear),
    var(--color-malta-blue-clear)
  );

  --color-link: #425fff;
  --color-link-light: #eaedff;
  --color-link-hover: #425fff;
  --color-malta-grey: #303030;
  --color-malta-blue: #425fff;
  --color-malta-blue-clear: #61abfa;
  --color-blue-dark: #062b71;
  --color-malta-blue-dark: #062b71;

  --color-malta-pink: #f8549e;
  --color-malta-orange: #fe6652;
  --color-malta-purple: #c644fd;
  --color-malta-red: #db4511;
  --color-malta-green: #40ef84;
  --color-malta-white: #f8f8f8;

  --mean-gradient: linear-gradient(
    45deg,
    var(--mean-color),
    var(--second-color)
  );
}

@media (min-width: 1110px) {
  :root {
    --max-width: 1120px;
    --padding-general: 0 0;
    --padding-block: 100px 0 100px 0;

    --padding-blog: 30px 120px 30px 120px;
    --padding-page: 30px 20px 30px 20px;
  }
}

@media (max-width: 1110px) {
  :root {
    --max-width: 100%;
    --padding-general: 0 20px 0 20px;
    --padding-block: 75px 0 75px 0;

    --padding-blog: 30px 20px 30px 20px;
    --padding-page: 30px 20px 30px 20px;
  }
}





/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++     LIGHT MENU : HOTELS     +++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


.light_menu{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  padding:20px 0;
  display: flex;
  align-items: center;
}

@media (max-width: 1220px) {
  .light_menu{
    padding:20px 20px;
  }    }  


  .light_menu .logo_menu{
  
  }

  @media (min-width: 620px) {
    .light_menu .logo_menu a svg{
    width:140px;
    }  }
  @media (max-width: 620px) {
  .light_menu .logo_menu a svg{
  width:120px;
  }  }


  .lang_box{
    margin-left:auto;
    display: flex;
  align-items: center;
  cursor:pointer;
  gap:5px;
}

    .lang_box svg{
      width:18px;
      fill:var(--color-malta-blue-dark);
      margin-top: -2px;
      }


      .lang_box:hover svg{
        fill:var(--color-malta-blue-clear);
        }

    .lang_box span{
   font-size:14px;
   font-weight:800;
   color:var(--color-malta-blue-dark);
      }

      .lang_box:hover span{
        color:var(--color-malta-blue-clear);
           }











/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++     Pop Langue     +++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.cl-pop-lang {
  position: fixed;
  display: none;
  top: 0;

  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;

  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.8);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1010;
}
.open-lang {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: rgba(248, 248, 248, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* +++++++++++++++++++++++++++++ */

@media (min-width: 600px) {
  .contener-pop-lang {
    width: 100%;
    min-height: 100%;
    /*  border-radius:15px; */
    /* box-shadow: 3px 0px 30px  #c9c9c9;   */
  }
}

@media (max-width: 600px) {
  .contener-pop-lang {
    width: 100%;
    height: 100%;
    padding: 15px;
  }
}

.contener-pop-lang {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 1.5s;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  background: white;

  z-index: 1;
}

.open-contener-lang {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.div-pop-lang {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.custom-selecto-country {
  position: relative;
  user-select: none;
  width: 100%;
  min-width: 350px;
}

.contener-custom-optcountry {
  width: 100%;
  overflow: auto;
  height: 200px;
}

.custom-selecto {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  background: white;
}
.custom-selecto__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  font-size: 20px;
  font-weight: 300;
  color: var(--color-malta-blue-clear);
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  cursor: pointer;
  border: 2px solid var(--mean-color);
  width: 100%;
  max-width: 400px;
}
.custom-optcountry {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  box-shadow: 0 0 5px grey;
  border-top: 0;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  max-width: 400px;
  background: white;
}
.custom-selecto.open .custom-optcountry {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.custom-optiontry {
  position: relative;
  display: block;
  padding: 0 22px 0 22px;
  font-size: 22px;
  font-weight: 300;
  color: #3b3b3b;
  line-height: 60px;
  cursor: pointer;
  transition: all 0.5s;
  background: white;
}
.custom-optiontry:hover {
  cursor: pointer;
  background-color: var(--color-malta-blue-clear);
  color: white;
  transition: all 0.5s;
}


 /*  Polylang */




.custom-optiontry.selected {
}

.arrow-selecto {
  position: relative;
  height: 15px;
  width: 15px;
}
.arrow-selecto::before,
.arrow-selecto::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.15rem;
  height: 100%;
  transition: all 0.5s;
}
.arrow-selecto::before {
  left: -5px;
  transform: rotate(45deg);
  background-color: var(--color-malta-blue-clear);
}
.arrow-selecto::after {
  left: 5px;
  transform: rotate(-45deg);
  background-color: var(--color-malta-blue-clear);
}
.open .arrow-selecto::before {
  left: -5px;
  transform: rotate(-45deg);
}
.open .arrow-selecto::after {
  left: 5px;
  transform: rotate(45deg);
}

/* +++++++++++++++++++++++++++++ */

@media (min-width: 600px) {
  #close-top-lang {
    top: 10px;
    right: 10px;
    position: absolute;
  }
}

@media (max-width: 600px) {
  #close-top-lang {
    top: 20px;
    right: 20px;
    position: absolute;
  }
}

#close-top-lang {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  background: white;
  width: 40px;
  height: 40px;
  box-shadow: 3px 0px 30px #c9c9c9;
  border-radius: 50px;
  cursor: pointer;
}

.svg-close-top-lang {
  width: 14px;
  fill: #5d676a;
}

#close-top-lang:hover .svg-close-top-lang {
  fill: black;
}

/* +++++++++++++++++++++++++++++ */

.form-country {
}
.label-country {
  font-size: 20px;
  font-weight: 600;
  border-bottom: solid 1px var(--color-malta-blue-clear);
  color: var(--color-malta-blue-clear);
}

.div-select-country {
  position: relative;
  font-family: Arial;
}

.div-select-country select {
  display: none; /*hide original SELECT element:*/
}

/*style the arrow inside the select element:*/
.div-select-country select:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

#id-country {
  margin: 20px 0 0 0;
  display: block;
  width: 250px;
  padding: 15px;
  border: solid 1px grey;
  border-radius: 5px;
  font-size: 20px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++     Pop MENU    +++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.cl-pop-menu {
  position: fixed;
  display: none;
  top: 0;

  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;

  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.8);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1000;
}
.open-menu {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: rgba(248, 248, 248, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* +++++++++++++++++++++++++++++ */

.contener-pop-menu {
  width: 100%;
  height: 100%;
  padding: 15px;
}

.contener-pop-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 1.5s;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  background-color: rgba(248, 248, 248, 0.8);
}

.open-contener-menu {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Logo */

.img-pop-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.img-pop-menu img {
  width: 120px;
}

.div-pop-menu {
  margin: 10px 0;
}

.item-pop-menu {
  padding: 5px 0;
  margin: 5px 0;
  text-align: center;
}
.itp {
  color: var(--mean-blue-logo);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.itp:hover {
  color: var(--mean-color);
}

.item-pop-menu svg {
  fill: var(--mean-color);
  width: 20px;
  margin-right: 10px;
}

/* Contact */

.div-pop-menu-contact {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.div-pop-menu-contact div {
  border: solid 2px var(--mean-color);
  padding: 15px 30px;
  border-radius: 5px;
  color: var(--mean-color);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}

/* Social */

.social-pop-menu {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.folo-up {
  margin: 0 5px;
}

.folo-up div {
  border-radius: 50%;
  background: var(--mean-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.folo-up svg {
  width: 15px;
  fill: white;
}

/* +++++++++++++++++++++++++++++ */

@media (min-width: 600px) {
  #close-top-menu {
    top: 10px;
    right: 10px;
    position: absolute;
  }
}

@media (max-width: 600px) {
  #close-top-menu {
    top: 20px;
    right: 20px;
    position: absolute;
  }
}

#close-top-menu {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  background: white;
  width: 40px;
  height: 40px;
  box-shadow: 3px 0px 30px #c9c9c9;
  border-radius: 50px;
  cursor: pointer;
}

.svg-close-top-menu {
  width: 14px;
  fill: #5d676a;
}

#close-top-menu:hover .svg-close-top-menu {
  fill: black;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++        FAQ         ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.faq-contener {
  width: 100%;
  padding: var(--padding-general);
  background: #f2f2f2;
}

.div-question-faq {
  width: 100%;
  max-width: 600px;
  padding: 75px 0 50px 0;
}

.h2-faq {
  font-size: 20px;
  font-weight: 700;
}

.faq {
  width: 100%;
}

.panel {
  margin: 0;
  background: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: 225ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 225ms cubic-bezier(0.4, 0, 0.2, 1);
}
.question {
  padding: 20px 50px 20px 30px;
  cursor: pointer;
  position: relative;
}

.h3-question {
}

.material-icons {
  position: absolute;
  right: 30px;
  top: 25px;
  -webkit-transition: -webkit-transform 225ms;
  transition: -webkit-transform 225ms;
  transition: transform 225ms;
  transition: transform 225ms, -webkit-transform 225ms;
}

.svg-faq {
  width: 12px;
  fill: grey;
}

.answer {
  display: none;
  padding: 0 2em 1em;
}
.faq .panel.open {
  margin: 1em 0;
  border-bottom: none;
}
.faq .panel.open:first-child {
  margin-top: 0;
}
.faq .panel.open:last-child {
  margin-bottom: 0;
}
.faq .panel.open .question .material-icons {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq .panel.open .h3-question {
  font-weight: 700;
}
.p-answer {
  font-size: 16px;
  line-height: 24px;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Carrousel */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++*/
/*CSS Carrousel max 4 block */
/*++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++*/

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.carou-container {
  width: 100%;
}

.mhn-item {
  width: 100%;
}

.mhn-inner {
  width: 100%;
  height: 100%;
}

.mhn-slide .owl-stage-outer {
  z-index: 1;
}

.owl-nav {
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mhn-slide .owl-nav .disabled {
  display: none;
}

.owl-prev,
.owl-next {
  z-index: 2;
  width: 35px;
  height: 35px;
  padding: 8px;
  margin-top: -30px;
  position: absolute;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: block;
  transition-duration: 1s;
}

.carou-container:hover .owl-prev {
  background-color: white;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
}

.carou-container:hover .owl-next {
  background-color: white;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
}

.owl-prev {
  top: 50%;
  left: 0px;
}

.owl-next {
  top: 50%;
  right: 0px;
}

.svg-carrou-left {
  fill: #3e3e3e;
  transition-duration: 1s;
  width: 22px;
  margin-top: 5px;
}

.svg-carrou-right {
  fill: #3e3e3e;
  transition-duration: 1s;
  width: 22px;
  margin-top: 5px;
}
.carou-container:hover .svg-carrou-left {
  fill: #3e3e3e;
  transition-duration: 1s;
}

.carou-container:hover .svg-carrou-right {
  fill: #3e3e3e;
  transition-duration: 1s;
}

/*Fin CSS Carrousel */
/*++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++*/
/*CSS Carrousel Bis    max 3 block */
/*++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++*/

.mhn-slide-bis .owl-stage-outer {
  z-index: 1;
}

.mhn-slide-bis .owl-nav .disabled {
  display: none;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++    PAGE CONTACT    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.page-contact {
  width: 100%;
  margin: 0;
}

@media (min-width: 880px) {
  .page-contact {
    background: linear-gradient(90deg, #fdfdfd 50%, #f4f7fe 50%);
    padding: 50px 0;
    margin: 0;
  }
}

.sub-page-contact {
  width: 100%;
  max-width: var(--max-page);
  margin: 0 auto;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-contact-left {
}

@media (min-width: 880px) {
  .page-contact-left {
    width: calc(50% - 10px);
    padding: 0 20px 0 0;
  }

  .page-contact-right {
    width: calc(50% - 10px);
  }
}

@media (max-width: 880px) {
  .page-contact-left {
    width: 100%;
    padding: 20px;
  }

  .page-contact-right {
    width: 100%;
    background: rgb(187, 203, 240);
    padding: 20px;
  }
}

.page-contact-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*        Left      */

.contact-title {
}

.contact-title h1 {
  font-size: 30px;
  color: var(--mean-dark);
}

@media (max-width: 880px) {
  .contact-title h1 {
    margin-bottom: 20px;
  }
}

.contact-paragraphe {
}

.contact-paragraphe p {
  font-size: 14px;
  line-height: 20px;
  color: var(--mean-dark);
  margin: 20px 0;
}

@media (max-width: 880px) {
  .contact-paragraphe p {
    display: none;
  }
}

.contact-slector {
}

@media (max-width: 880px) {
  .contact-selector {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 880px) {
.ct-button {
  width:100%;
 max-width:220px;
}
}

@media (min-width: 880px) {
  .ct-button:nth-child(4) {
    width:100%;
    max-width:100%;
  }
  }

@media (max-width: 880px) {
  .ct-button {
    width: calc(50% - 5px);
  }

  .ct-button:nth-child(3) {
    width: 100%;
  }
}

.ct-button a{
  display:block;
  width:100%;
}

.page-contact-left .sub-ct-button {
  /* border: solid 2px rgba(0, 0, 255, 0);*/
  border: solid 2px #f4f7fe;
  cursor: pointer;
  border-radius: 5px;
}

@media (max-width: 880px) {
  .page-contact-left .sub-ct-button {
    border: solid 2px #f4f7fe;
  }
}

@media (min-width: 880px) {
  .page-contact-left .sub-ct-button {
    padding: 15px;
    width: 100%;
    max-width: 250px;
    display: flex;
    align-items: center;
    margin: 5px 0;
  }
}

@media (max-width: 880px) {
  .page-contact-left .sub-ct-button {
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
  }
}

.page-contact-left .ct-button:nth-child(4) .sub-ct-button {
  padding: 15px;
  width: 100%;
  max-width: 100%;

  margin: 5px 0;
  border: solid 2px #f4f7fe;
  cursor: auto;
}

@media (min-width: 880px) {
  .page-contact-left .ct-button:nth-child(4) .sub-ct-button {
    border: solid 2px rgba(0, 0, 255, 0);
  }
}

@media (max-width: 880px) {
  .page-contact-left .ct-button:nth-child(4) .sub-ct-button {
    display: none;
  }
}

.page-contact-left .sub-ct-button:hover {
  border: solid 2px var(--mean-color);
}

.page-contact-left .ct-button:nth-child(4) .sub-ct-button:hover {
  border: solid 2px rgba(0, 0, 255, 0);
}

.contact-phone {
}

.ct-button .svg-contact {
  width: 30px;
  padding: 2px 0 0 0;
}

.ct-button .svg-contact svg {
  width: 14px;
  fill: var(--mean-color);
}

@media (min-width: 880px) {
  .ct-text {
    width: calc(100% - 30px);
  }
}

@media (max-width: 880px) {
  .ct-text {
    width: auto;
  }
}

@media (min-width: 880px) {
  .ct-text p {
    font-size: 14px;
  }
}

@media (max-width: 880px) {
  .ct-text p {
    font-size: 12px;
  }
}

/*         Right        */

.contact-formulaire {
  width: 100%;
  max-width: 500px;
  padding: 20px 10px;
  background: white;
  border-radius: 5px;
  box-shadow: var(--mean-shadow);
}
.center-contact{
padding:0 20px;
}

/*         Map        */

.contener-map {
  width: 100%;
  background: #fdfdfd;
  padding: 40px 0 80px 0;
}

.sub-contener-map {
  width: 100%;
  max-width: var(--max-page);
  height: 200px;
  margin: 0 auto;
  height: 300px;
}

.sub-contener-map iframe {
  width: 100%;
  border-radius: 5px;
  height: 300px;
}




/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++    MESSAGE ENVOYE    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#id-global-send {
  width: 100%;
  padding:100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fcfcfc;
}

.box-send {
  background: white;
  padding: 40px;
  width: 100%;
  max-width: 700px;
  box-shadow:var(--mean-shadow);
  border-radius:15px;
}

.box-send-svg{
width:100%;
display: flex;
justify-content: center;
}

.box-send-svg svg{
  fill: var(--mean-color);
  width:70px;
  margin:0 auto;
  margin-bottom:30px;
}

.box-send h1 {
  color: var(--mean-color);
  text-align: center;
}

.box-send p {
  text-align: center;
  margin-top: 20px;
  line-height: 25px;
}










/*+++      QUOTE FORMULAR      ++++*/
/*+++  +++++++++++++++++++++++++++++++++++++++++++++    ++++*/


.quote-form{
  width:100%;
  max-width:800px;
 
 }
 





/*+++      Check Box      ++++*/

.check-box-qt{
  display: flex;
  align-items: center;
  justify-content: center;
  margin:20px 0 40px 0;
 }


/*++ Span CT7 ++*/
.check-box-qt .wpcf7-form-control-wrap{
  width:100%;
}

.check-box-qt .wpcf7-form-control{
  width:100%;
  display: flex;
  justify-content: space-between;
}

/*++ Item CT7 ++*/

  .check-box-qt .wpcf7-list-item {
    width: calc(50% - 5px);
    display: flex;
    justify-content: center;
    margin:0;
  }






 .check-box-qt input[type="radio"] {
  display: none;
}






.check-box-qt label {
  width: 100%;
}




.check-box-qt .wpcf7-list-item-label {
  display: block;
 
  cursor: pointer;
 background:white;
  color:rgb(55, 55, 55);
  font-size: 16px;

  border:solid 2px rgb(215, 215, 215);
  border-radius:5px;

}




  .check-box-qt .wpcf7-list-item-label {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;

  }




.check-box-qt .wpcf7-list-item-label:hover {
  border:solid 2px var(--mean-color);
}



.check-box-qt input[type=radio]:checked + .wpcf7-list-item-label {
  border:solid 2px var(--mean-color);
  background:var(--mean-color);
  color:white;
}




/*+++      Simple      ++++*/

 .quote-form input, .quote-form select, .quote-form textarea{
}
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus{
  outline: none;    
}



 
 

.quote-form .qttab{
  border:solid 1px rgb(195, 195, 195);
  padding:10px 0 0 0;
  border-radius:5px;
  margin:10px 0;
  background:white;



  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}


.quote-form .qtfocus {
  box-shadow:0 0 5px var(--mean-color);
  border: 1px solid var(--mean-color);
}




 .qttab label{
  width:100%;
  padding:0 10px;
  font-size:12px;

  color:var(--color-malta-grey);
  text-transform: uppercase;

  display:block;
 }




 .qttab input{
  width:100%;
  padding:10px;
  border:none;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;

  font-size:15px;
  font-weight:400;
 }

 .qttab select{
   width:100%;
   padding:10px;
   border:none;
   border-bottom-left-radius:5px;
   border-bottom-right-radius:5px;

   font-size:15px;
   font-weight:400;
  }


  
  
  .qttab select{
   
    width: 100%;
    
    border: none;
   
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    cursor: pointer;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="grey" width="12" height="12" viewBox="0 0 24 24"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/></svg>'),linear-gradient(rgba(255,255,255,1),rgba(255,255,255,1));
    background-repeat: no-repeat,repeat;
    background-position: center right 10px,center center;
    font-family: "Open Sans",sans-serif;
    
    
  
  
  }

  .qttab select option{
    font-size: 15px;
    font-weight: 200;
    color: #242424;
  }


  .qttab select option:first-child {
    font-weight: 600;
    color: var(--mean-dark);
    display: none;
  }


  .qttab textarea{
    width:100%;
    padding:10px;
    border:none;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    
    height:75px;
    font-size:15px;
    font-weight:200;
   }



   .qttab  .wpcf7-validates-as-date{
   cursor:pointer;
   }




/*+++      Simple      ++++*/

.quote-form-simple{
  width:100%;

 }

/*+++      Double      ++++*/


.quote-form-double{
  display:flex;
  flex-wrap: wrap;
  width:100%;

 }
 
 
 @media (min-width: 780px) {
 .quote-form-double .qttab{
  width:calc(50% - 5px);
}}

@media (max-width: 780px) {
  .quote-form-double .qttab{
   width:100%;
 }}


.quote-form-double .qttab:nth-child(odd) { 
}

 .quote-form-double .qttab:nth-child(even) {
  margin-left: auto;
}





/*+++      P     ++++*/

.pform{
  margin:10px 0;
  font-size:14px;
  line-height:20px;
  color:rgb(52, 52, 52);
}

.pform span{
  display:block;
}



/*+++      P     ++++*/

.datap{
  margin:20px 0;
  font-size:14px;
  line-height:20px;
  color:rgb(52, 52, 52);
}




/*+++      Send      ++++*/
.qt-send{
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:20px 0 0 0;
}

.qt-send input{



 cursor:pointer;
width:100%;
height:40px;

text-align: center;

border: none;
border-radius: 5px;
cursor: pointer;
color: #fff;
font-size: 15px;
font-weight: 700;
height: 60px;
background: var(--mean-gradient);
background-size: 200% 100%;
moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.qt-send input:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


.qt-send .wpcf7-spinner{
  display:none;
}







/*+++      PAGE QUOTE FORMULAR      ++++*/
/*+++  +++++++++++++++++++++++++++++++++++++++++++++    ++++*/







.pagequote{
  background:rgb(252, 252, 252);
  width:100%;
  }
 
  @media (max-width: 1000px) {
   .pagequote{
     padding:0 20px;
     }   }
 
  .subquote{
   width:100%;
   padding:50px 0;
   max-width:var(--max-page);
 
   margin:0 auto;
 
   display:flex;
   flex-wrap: wrap;
   }
 
 
   .leftquote{
     }
 
     @media (min-width: 900px) {
       .leftquote{
         width:65%;
         padding:0 30px 0 0;
         }  }
 
 
         @media (max-width: 900px) {
           .leftquote{
             width:100%;
             padding:0;
             }  }
 
     .leftquote .quote-content{
     }
 
     .leftquote .quote-content h1{
      
       }
 
       .leftquote .quote-content h1 span{
      display:block;
       }
 
       .leftquote .quote-content p{
        font-size:16px;
        line-height: 20px;
          }
 
 
          .quote-content p:nth-child(2){
           padding:20px 0 0 0;  
          }
 
        .quote-content p:last-child{
           padding:10px 0 20px 0;
          }
 
 
       .titlequote{
       color:var(--mean-color);
       margin:20px 0;
          }
 
          @media (min-width: 900px) {
     .rightquote{
       width:35%;
       }   }
 
       @media (max-width: 900px) {
         .rightquote{
           width:100%;
           margin-top:50px;
           }   }
 
       .whyquote{
         width:100%;
         background:white;
         box-shadow: 0 0 5px grey;
         border-radius:10px;
         padding:20px;
         }
      .spanwhy{
       color:rgb(33, 33, 33);
       font-size: 18px;
       text-transform: uppercase; 
       font-weight:600;
     }
 
       .whyquote-item{
         padding:20px 0;
         display:flex;
         flex-wrap: wrap;
         border-bottom:solid 1px grey;
       }
 
       .whyquote-item:last-child{
        border-bottom:none;
        padding:20px 0 0 0;
       }
 
       .L-QI{
         width:70px;
       }
 
       .L-QI svg{
         width:40px;
         fill:var(--mean-color);
       }
 
 
       .R-QI{
         width:calc(100% - 70px);
       }
  
       .R-QI span{
         font-size:16px;
         font-weight:600;
       }
 
       .R-QI p{
         margin-top:10px;
         font-size:15px;
         line-height:20px;
       }
 
 
 
 
 
 
       .quote-info{
       margin-top:30px;
       }
 
       .quote-info p:first-child{
        font-size:20px;
        font-weight:600;
       
         }
 
     
 
          .quote-info p:nth-child(3){
           padding:10px 0;  
           font-size:16px;
        
          }
 
          .quote-btn-ct{ 
           display: flex;
   justify-content: center;
   margin:20px;
           }
 
          .quote-btn
          {
          font-size: 14px;
          font-weight: 400;
         
          letter-spacing: 1px;
          position: relative;
          display: inline-flex;
          justify-content: center;
          padding: 15px 30px;
          text-decoration: none;
          border:solid 1px var(--mean-color);
          border-radius: 24px;
          cursor: pointer;
          text-transform: uppercase;
          color: var(--mean-color);
          background-size: 400% 400%;
          animation: headerup 5s ease;
         }
 
 
         .quote-btn svg
         {
     width:14px;
     fill:var(--mean-color);
     margin-right:10px;
        }
        .quote-btn span
        {
 
       }
 
 
 
 
         .quote-link{
           margin:10px 0;
           display: flex;
           align-items: center;
          }
 
          .quote-link a svg{
           width:15px;
           fill:rgb(48, 48, 48);
           margin-right:10px;
          }
 
          .quote-link a span{
           color:rgb(48, 48, 48);
          }












/*+++      BOX NEWS      ++++*/
/*+++  +++++++++++++++++++++++++++++++++++++++++++++    ++++*/








          .box-news {
            width: 100%;
            max-width: 600px;
            box-shadow: 0 0 5px grey;
            border-radius: 15px;
            background: white;
            padding: 20px;
          margin:50px auto 50px auto;
          }
          
          .box-news p {
            background: linear-gradient(90deg, #405dff, #5ea9f9);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            font-size: 24px;
            line-height:32px;
            font-weight: bold;
            margin-bottom:20px;
            margin-top:2px;
          }
          
          .brev-form {
            width: 100%;
            display: flex;
            align-items: center;
             column-gap: 40px;
          }


          @media (max-width: 800px) {
            .brev-form {
              width: 100%;
              display: flex;
             flex-wrap: wrap;
             row-gap: 20px;
            }    }




          .brev-mail {
             width: calc(100% - 200px); 
          }


          @media (max-width: 800px) {
            .brev-mail{
              width: 100%; 
              }   }




          .brev-mail input {
            border-radius: 50px;
            background: rgb(218, 216, 243);
            border: none;
            font-size: 16px;
            width: 100%;
            height: 50px;
             padding-left:20px;
          }
          
          .brev-send input {
            border-radius: 50px;
            background-image: linear-gradient(to right, #EB3349 0%, #F45C43 51%, #EB3349 100%);
            text-align: center;
            transition: 0.5s;
            background-size: 200% auto;
            display: block;
            border: none;
            color: white;
            cursor: pointer;
          
            height: 50px;
            font-size: 16px;
          }

          @media (min-width: 800px) {
            .brev-send input {
              width: 160px;
            }
          }

          @media (max-width: 800px) {
            .brev-send {
              width: 100%;
            }
            .brev-send input {
              width: 100%;
            }
          }
          
          .brev-send input:hover {
            background-position: right center;
            color: #fff;
            text-decoration: none;
          }
          



        

          .box-news{
         position:relative;
           }


           .sib_msg_disp.sib_validated{
            position:absolute;
            background:white;

            height: 100%;
  width: 100%;
  left: 0px;
  bottom: 0px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
           }


  


           body form#sib_signup_form_1 p.sib-alert-message-success, body form#sib_signup_form_2 p.sib-alert-message-success, body form#sib_signup_form_3 p.sib-alert-message-success, body form#sib_signup_form_4 p.sib-alert-message-success { 
            margin:0;
            font-size:16px;
            text-align:center;
            border:none  !important;
            color:rgb(30, 26, 40) !important;
         }






























@media (min-width: 780px) {
  :root { 
    --menu-item-width: 150px;
    --space-menu:15px;
    --height-menu:90px;
 } 
}

@media (max-width: 780px) {
  :root { 
    --menu-item-width: 140px;
    --space-menu:15px;
    --height-menu:70px;
 } 
}




header {
  position: relative;
  width: 100%;
  transition: height 0.5s ease;
}








/* Banner */
/* ++++++++++++++++++  */


:root {
  --banner-height: 50px;
  --banner-width-ext: 50px;
  --banner-color: var(--mean-color);
}


.banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: var(--banner-height);
  background: var(--banner-color);
  overflow: hidden;
  transition: max-height 0.5s ease;
  max-height: 0;
}

.banner.show {
  max-height: var(--banner-height);
}








.banner-label {
  background-color: var(--banner-color);
  width: var(--banner-width-ext);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-content {
  width: calc(100% - (2 * var(--banner-width-ext)));
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-content a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
}

.sub-banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.message {
  display: flex;
  align-items: center;
}

.message span {
  margin-right: 5px;
}

.banner-button button {
  border: none;
  color: var(--banner-color);
  padding: 10px 15px;
  cursor: pointer;
  margin-left: 10px;
  border-radius: 5px;
background:white;
}


.banner-closed {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--banner-width-ext);
  height: 100%;
}

.close-banner-button {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

.close-banner-button svg {
  width: 24px;
  height: 24px;
  fill: white;
}

.close-banner-button:hover svg {
  fill: grey;
}





/* Mean Menu */
/* ++++++++++++++++++  */


/* PHP SPECIFICATION */

.simpleM .meanmenu{
 position:relative;
 border-bottom:solid 1px rgb(223, 223, 223);
}

.topM .meanmenu{
  position:fixed;
  top:0;
 }

 

/* EFFET MENU STRUCTURE */

 .simpleM .div-page, .simpleM .page-blog{
  margin-top:0;
 }
 
 .topM .div-page{
  margin-top:var(--height-menu);
  }

  .topM .page-blog{
    margin-top:var(--height-menu);
    }




.meanmenu{
  width:100%;
  background:white;
  z-index:99;
}




.article .meanmenu {
  width: 100%;
  background: white;
  z-index: 99;
  position: relative;
}




.stickmenu{
box-shadow:var(--mean-shadow);
}




.sub-meanmenu{
  max-width:var(--max-page);

  
  display: flex;
  align-items: center;

  margin:0 auto;

  padding:0 0 0 10px;
  } 
  
.article .sub-meanmenu{
  max-width:100%;
  } 


@media (min-width: 780px) {  
.sub-meanmenu{
  height:var(--height-menu);

  }   
}  
  
@media (max-width: 780px) {  
.sub-meanmenu{
  height:var(--height-menu);
  }   
}    


  

@media (max-width: 1120px) {
  .sub-meanmenu{
padding:10px 20px;
}  }  



/* CLick Menu */

.click-menu{
  display: flex;
  align-items: center;
  margin-top:-3px;
}

.click-menu svg{
  fill:var(--mean-color);
  width:24px;
  cursor:pointer;
}


/* Logo Menu */

.logo-menu{
  margin-left:10px;
margin-top:-2px;
}

@media (min-width: 780px) {
.logo-menu{
  width:var(--menu-item-width);
  }  

.logo-menu a svg{
  width:var(--menu-item-width);
}

}



@media (max-width: 780px) {
.logo-menu{
  width:var(--menu-item-width);
  }  
.logo-menu a svg{
  width:var(--menu-item-width);
}
}



/* Click Lang */

.lang-box{
  display: flex;
  align-items: center;
  justify-content: end;
  margin-left:auto;
}


@media (max-width: 780px) {
  .lang-box{
    display:none;
  } }

.lang-menu{
  display: flex;
  align-items: center;
  cursor:pointer;
}

.lang-menu svg{
  width:14px;
  margin-top:-4px;
  margin-right:5px;
  fill:var(--mean-blue-logo);
}

.lang-menu:hover svg{
  width:14px;
  margin-top:-4px;
  margin-right:5px;
  fill:var(--mean-color);
}






/* SAME AS LOGO */
@media (min-width: 780px) {
.menu{
  display:flex;
}}


@media (max-width: 780px) {
.menu{
 display:none;
}}


.item-menu {
  position:relative;
  margin-right:var(--space-menu);
}

.item-menu:nth-child(1) {
  margin-left:var(--space-menu);
}


.name-menu{
   font-weight:600;
   position:relative;
   border-bottom:solid 2px rgba(0,0,0,0);
   font-size:14px;
   color:var(--mean-blue-logo);
   padding:10px 5px;
}

.name-menu:hover{
  color:var(--color-malta-blue-clear);
}

.active-menu{
  color:var(--color-malta-blue-clear);
  border-bottom:solid 2px var(--color-malta-blue-clear);
}

.new-menu{
 
  position:absolute;
  height:20px;
  width:20px;
  top:-5px;
  right:-15px;
  background:var(--color-malta-orange);
  color:white;
  Border-radius:5px;
   display: flex;
  align-items: center;
  justify-content: center;
  font-size:12px;
  padding:2px 0 0 0;
}


/* Bouton Menu */


.contact-menu{
  display: flex;
  justify-content: right;
}

.article .contact-menu{
 margin-right:20px;
}

@media (max-width: 780px) {
  .contact-menu{
   margin-left:auto;
  }
}


.button-menu{
  font-size: 14px;
  font-weight: 400;
  margin-left:20px;
  letter-spacing:1px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 24px;
  cursor:pointer;
  text-transform: uppercase;
  color:white;
  background: var(--main-color);
      }

.button-menu:hover{
  box-shadow: 0 0 5px rgb(53, 125, 213);
opacity:0.9;
}

@media (max-width: 780px) {
    .button-menu{
font-size: 13px;
padding: 13px 18px;
 }
 }







/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++    FOOTER    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/







:root {
  --footer-main-color:rgb(31, 40, 77);
  --footer-second-color:rgb(248, 248, 248);
  }
  

  
  .mt_footer{
    width:100%;
  background:var(--footer-main-color);
  padding-top:50px;
  padding-bottom:50px;
  padding-left: calc((100% - 1120px) / 2);
  padding-right: calc((100% - 1120px) / 2);
  }
  
  .footer_container{
    width:100%;
    display:flex;
    flex-wrap: wrap;
    }
  
    .footer_container_box{
      width:calc(25% - 22.5px);
      }
  
      @media screen and (min-width: 1120px) {
  
        .footer_container{
          column-gap: 20px;
          row-gap: 20px;
     
          }
  
        .footer_container_box {
            width: calc(25% - 22.5px);
        }
    }
    
    @media screen and (min-width: 780px) and (max-width: 1120px) {
  
      .footer_container{
        column-gap: 30px;
        row-gap: 30px;
        padding:20px;
        }
  
  
        .footer_container > .footer_container_box:first-child {
     order:3
      }
  
      .footer_container > .footer_container_box:last-child {
        order:4
         }
  
        .footer_container_box {
            width: calc(50% - 15px);
        }
  
  
  
  
    }
    
    @media screen and (max-width: 780px) {
  
      .footer_container{
        column-gap: 30px;
        row-gap: 30px;
        padding:20px;
        }
  
        .footer_container > .footer_container_box:first-child {
          order:3
           }
       
           .footer_container > .footer_container_box:last-child {
             order:4
              }
       
             .footer_container_box {
                 width: calc(50% - 15px);
             }
  
        .footer_container_box {
            width: 100%;
        }
    }
    
  
      /*  Language selector */
  
  
  #footerLanguageLabel{
    color:var(--footer-second-color);
    font-size:18px;
    font-weight:800;
  }
  
  
  .mt_footer .dropdown {
    margin-top:20px;
    width: 100%;
  
    font-family: Arial, sans-serif;
    background: var(--footer-second-color);
    position: relative;
  
  }
  
  .mt_footer .dropdown > div {
    width: 100%;
    padding: 20px;
    cursor: pointer;
    background: var(--footer-second-color);
    color:var(--footer-main-color);
    border: none;
    text-align: left;
    font-size:18px;
    font-weight:800;
    display: flex;
    align-items: center;
  }
  
  .dropdown-arrow {
  margin-left:auto;
  }
  
  .dropdown-arrow svg{
    width:15px;
  }
  
  .dropdown-content {
    list-style: none;
    padding-left: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    display: none;
    max-height: 150px;
    overflow-y: auto;
    z-index: 10;
    background:var(--footer-second-color);
  }

   /*  Lang-item = li polylang */

  .dropdown-content .lang-item  {
    border-top: 1px solid var(--footer-second-color);
  }
  

  .dropdown-content .lang-item a{
 
    font-size:18px;
    text-decoration: none;
    display: block;
  }
  
  
  .dropdown-content .lang-item:hover, .dropdown-content .lang-item:focus {
    background-color: var(--mean-color);
  }
  
  .dropdown-content .lang-item:hover a{
    color:white;
  }
  
  /*  Column  */
  
  .column_footer{
   
  }
  
  .column_footer a:hover{
    text-decoration: underline;
  }
  
  .column_footer p{
    margin-bottom:20px;
  }
  
  
  .column_footer p, .column_footer p a{
    color:var(--footer-second-color);
    font-size:18px;
    font-weight:800;
    display:block;
  }
  
  
  .column_footer ul{
   list-style: none;
  }
  
  .column_footer li, .column_footer li a, .single_link_footer a{
    color:var(--footer-second-color);
    font-size:16px;
    margin:15px 0;
   }
  
   .column_footer .single_link_footer{
    margin:15px 0 20px 0;
   }
  
  
   .social_footer{
  display:flex;
  flex-wrap:wrap;
  column-gap: 10px;
  margin-top:15px;
   }
  
   .social_footer svg{
   fill:var(--footer-second-color);
  width:20px;
     }
  
     .social_footer svg:hover{
      fill:rgb(235, 235, 235);
        }
  
  
  
  
  /*  SUB FOOTER  */
  
  
  .sub_footer{
  width:100%;
  padding-left: calc((100% - 1120px) / 2);
  padding-right: calc((100% - 1120px) / 2);
  display:flex;
  align-items: center;
  justify-content: end;
  column-gap: 20px;
  background:var(--footer-second-color);
  height:50px;
  }
  
  
  .info_sub_footer{
  
      }
  
      .info_sub_footer span{
        color:var(--footer-main-color);
        font-size:16px;
      }
























      /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++    ALREADY CHECK   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

