
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);*/



@font-face {
font-family: 'Cookie';
 font-style: normal;
 font-weight: normal;
 src: url('../font/Cookie-Regular.ttf');
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a:link {
    color: #3C3C3C;
}

/* visited link */
a:visited {
    color: #3C3C3C;
}

/* mouse over link */
a:hover {
    color: #3C3C3C;
}

/* selected link */
a:active {
    color: #3C3C3C;
}

.color-primary {
    color: #6bccd0
}

html {
    font-size: 62.5%
}

body {
    color: #3C3C3C;
	font-family: 'Open sans', sans-serif;
	/*font-display: optional;*/
    font-size: 1.2rem;
   /* background:#6bccd0;*/
    margin:0;
}

.wrap {
    margin: 0 auto;
    position: relative;
    width: 960px
}

.logo {
    height: 54px;
    margin: 0 auto;
    background-color: #6bccd0;;

    position: fixed;
    z-index: 100;
    width: 100%;
  	box-shadow: rgb(117, 117, 117) 0px 0px 5px;
    top : 38px
}
.logo-top {
  height: 54px;
  margin: 0 auto;
  background-color: #6bccd0;;

  position: fixed;
  z-index: 100;
  width: 100%;
  box-shadow: rgb(117, 117, 117) 0px 0px 5px;
  top : 0px
}



.menu {
	float:left;
	font-size:20px;
	padding-top:4px;
	color:white;
  
}
.menuTitre {
	float:left;
	padding-left:70px;
	cursor:pointer;
	text-decoration: none;

}
.menuTitrePremier {
	float:left;
	padding-left:70px;
	cursor:pointer;
	text-decoration: none;

}

.boutonConnexion-top {
    position: fixed;
    top:14px;
    right:10px;
    background-color:#d0069b;
    border-radius:3px;
    padding-top:3px;
    padding-bottom:3px;
    padding-right:5px;
    padding-left:5px;
    width:155px;
    font-size:16px;
    text-align:center; 
    list-style: none;
}
.boutonConnexion {
  position: fixed;
  top:52px;
  right:10px;
  background-color:#d0069b;
  border-radius:3px;
  padding-top:3px;
  padding-bottom:3px;
  padding-right:5px;
  padding-left:5px;
  width:155px;
  font-size:16px;
  text-align:center; 
}


.welcomeZone {
	height: 565px;
}

.header {
    background-size: cover;
    border-bottom: 2px solid #6bccd0;

    font-size: 3rem;
    font-weight: 300;
    height: 565px;
    margin: 0 auto;
    text-align: center;
}


.header .inner {
    background: rgba(255, 255, 255, .93);
    float: left;
    margin-top: 83px;
    padding: 20px 10px;
    left: 28%;
    border-radius: 7px;
    position:relative
}

.header .inner p:first-child {
    line-height: 1.3em;
}

.headerSample {
   display: none;
   }

.titre {
font-size:19px;
text-align:center;
font-weight: 400;
}

.titre2 {
 font-weight: 600;
 font-size: 33px;
 text-align:center;
}

.titreH1 {
text-align:center;
font-size:35px;
font-weight:300
}
.titreH2 {
text-align:center;
font-size:25px;
font-weight:300
}
.zone1 {
padding-top: 55px;
clear: both;
width:100%;
background-color: white;
color:#484848;
text-align:center;
border-bottom: 2px solid #6bccd0;

}
.zone2 {
clear: both;
width:100%;
color:white;
background-color: #6bccd0;
text-align:center;
border-bottom: 2px solid #6bccd0;

}
.vignetteRonde {
	width:200px;
	height:200px;
	float:left;
	margin-top:20px;
	margin-right:60px;
	border-radius: 110px; 
	box-shadow: 0px 0px 16px 0px black; 
}
.vignetteRondeRight {
	width:200px;
	height:200px;
	float:right;
	margin-top:20px;
	margin-left:60px;
	border-radius: 110px; 
	box-shadow: 0px 0px 16px 0px black; 
}
.vignetteCarre {
	width:200px;
	height:200px;
	float:left;
	margin-top:20px;
	margin-right:60px;
	box-shadow: 0px 0px 16px 0px black; 
}

.vignetteCarreRight {
	width:200px;
	height:200px;
	float:right;
	margin-top:20px;
	margin-left:60px;
	box-shadow: 0px 0px 16px 0px black; 
}
.vignetteRect {
	width:265px;
	height:200px;
	float:left;
	margin-top:20px;
	margin-right:15px;
	box-shadow: 0px 0px 16px 0px black; 
}
.paragraphe {
    clear:both;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 20px;
    font-size: 15px;
    text-align:justify;

}
.categorieContainer {
    width:111px;
    height:80px;
    float:left;
    margin: 5px;
}
.categorie {
    width:100px;
    height:76px;
    background-repeat: no-repeat, repeat;
    background-position: center center;
    padding-left: 6px;
    font-size: 12px;
    text-align: left;
    background-size: cover;
    line-height: 120px;
    color:white;
    padding-left:10px;
    margin:0 auto;
}
.categorieContainerLink {
    width:120px;
    height:150px;
    float:left;
    margin: 25px;
}
.zone {   
width:100%;
max-width: 800px;
margin:0 auto;
padding-bottom: 50px;
font-size: 15px;

}
.vignette {
	width:200px;
	padding-right:10px;
	padding-left:10px;
}
.vignette400 {
	width:400px;
	padding-right:10px;
	padding-left:10px;
	margin:0 auto;
	text-align:left;
}
.vignette300 {
	width:300px;
	padding-right:10px;
	padding-left:10px;
	margin:0 auto;
	text-align:left;
}
.vignette500 {
	width:500px;
	padding-right:10px;
	padding-left:10px;
}
.vignette800 {
	width:800px;
	padding-right:10px;
	padding-left:10px;
	margin:0 auto;
}

.cout1 {
padding-top:55px
}

.cout2 {
padding-top:0px
}


.header .inner .download {
    padding-top: 19px
}

.header .inner .download a {
    text-decoration: none
}


.footer {
font-size:15px;
}
#logo-footer {
	height:40px;
}
.socialnetwork-logo {
	padding-left:15px;
}
.footer p {
    margin: 40px auto;
    line-height: 1.5em;
    width: 750px
}

.promo {
	position: absolute;
	margin-top:-95px;
	margin-left: 30px;
}
.faqContent {
	padding-top: 80px;
}


.mosaique {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.image {
    width: 48%; /* Utilisez une valeur appropriée pour l'espace entre les images */
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.image img {
    width: 100%;
    height: auto;
    display: block;
}

.legende {
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    height: 120px; /* Hauteur fixe pour la zone de légende */
   
}

.instagram-button {
    display: inline-block;
    background-color: #405DE6; /* Couleur d'Instagram */
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.instagram-button:hover {
     background-color: #5851DB; /* Couleur d'Instagram au survol */
}

.gallery {
	display: block;
	width:600px;
	border: 1px solid rgb(192, 192, 192);
}

.grille-categories {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 0px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
  }

  .tuile-categorie-new {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    transition: transform 0.3s ease;
    position: relative;
    cursor: pointer;
    text-decoration: none !important;
  }

  .tuile-categorie-new:hover {
    transform: scale(1.03);
  }

  .tuile-categorie-new img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
  }

  .tuile-categorie-new:hover img {
    transform: scale(1.05);
  }

  .tuile-categorie-new h3 {
    font-size: 20px;
    color: #333;
    padding: 15px 10px;
    margin: 0;
  }



 

  .badge-tuile {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #17a2b8;
    color: white;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }

  .tuile-categorie-new:hover .badge-tuile {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    position: absolute;
}


.bloc-tuile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tuile-categorie-pastel {
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background-color: 	#f0f0f0;
  text-align: center;
  transition: transform 0.3s ease;
  position: relative;
  cursor: pointer;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  height: 100%;
  
  
}

.tuile-categorie-pastel:hover {
  transform: scale(1.03);
}

.image-conteneur-grand {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.image-conteneur-grand img {
  max-height: 300px;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 6px;

 /* Ombre simulant projection aux deux coins */
  box-shadow:
    -20px 20px 25px -20px rgba(0, 0, 0, 0.25),
     20px 20px 25px -20px rgba(0, 0, 0, 0.25);
}

.tuile-categorie-pastel:hover img {
  transform: scale(1.05) rotateX(2deg);
  box-shadow:
    -25px 25px 30px -20px rgba(0, 0, 0, 0.3),
     25px 25px 30px -20px rgba(0, 0, 0, 0.3);
}

.titre-bas {
  margin-top: 8px;
  text-align: center;
}

.titre-bas h3 {
  font-size: 13px;
  font-weight: 400;
  color: #777;
  margin: 0;
  line-height: 1.4;
}

/* Responsive (optionnel, mais améliore lisibilité mobile) */
@media (max-width: 600px) {
  .titre-bas h3 {
    font-size: 12px;
  }
}
.hover-text {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  color: #d0069b;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 5;
}

.tuile-categorie-pastel:hover .hover-text {
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}


/* 🔁 Responsive adaptations */
@media screen and (max-width: 768px) {
 

  .image-conteneur-grand img {
    max-height: 180px;
  }


}

@media screen and (max-width: 480px) {
  

  .image-conteneur-grand img {
    max-height: 160px;
  }
}


  
  
  .promo-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffeef2;
    color: #b10063;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 10px 40px 10px 10px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  
  .promo-close {
    position: absolute;
    right: 15px;
    background: none;
    border: none;
    font-size: 20px;
    color: #b10063;
    cursor: pointer;
    line-height: 1;
  }
  @media (max-width: 480px) {
    .promo-banner {
      height: 38px; /* même hauteur qu’avant si souhaité */
      padding: 0 40px 0 10px;
      display: flex;
      align-items: center;
    }
  
    #promo-message {
      font-size: 12px;
      line-height: 1.2;
    }
    .promo-close {
      font-size: 16px;
      top: 6px;
    }
  }


  .text-image-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    max-width: 800px;
    margin-bottom: 30px;
  }
  
  .text-image-row .text {
    flex: 1;
    min-width: 250px;
  }
  
  .text-image-row .image {
    flex: 0 0 250px;
    max-width: 250px;
  }
  
  .text-image-row .image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  
  
  @keyframes fadeIn {
    from { opacity: 0; top: -20px; }
    to { opacity: 1; top: 0; }
  }





  @media screen and (min-width:1800px) {
	
	 .header {
        height: 665px;
        font-size: 2rem;
        position: inherit;
        padding-top: 100px;
  
    }
    
    .welcomeZone {
	    height: 665px;
    }

	
}
@media screen and (min-width:768px) and (max-width:1024px) {
	

.faqContent {
	padding-top:10px;
}
.menu {
	clear:both;
	float:left;
	font-size:18px;
	padding-top:1px;
	color:white;
}
.menuTitre {
	
	padding-left:72px;
text-decoration: none;
	
}

.menuTitrePremier {
	
	padding-left:20px;
text-decoration: none;
	
}
.zone1 .zone2 {
	
	position: inherit;
}
.zone {   
width:100%
}

.cout1 {
padding-top:55px
}
.cout2 {
padding-top:0px
}
	.vignette {
		width:200px
	}
.vignette400 {
	width:400px;
	padding-right:10px;
	padding-left:10px;
	margin:0 auto;
}
.vignette500 {
	width:500px;
	padding-right:10px;
	padding-left:10px;
}
.vignette800 {
	width:100%;
	padding-right:10px;
	padding-left:10px;
}

    .wrap {
        width: auto
    }
    
    .welcomeZone {
	   height: 560px;
    }

    .header {
        height: 560px;
        font-size: 2rem;
        position: inherit;
        padding-top: 100px;
  
    }

    .header .inner {
   margin-top: -21px;
    }

    /*.header .inner h1 {
        height: 55px;
    }*/

  
.footer {
font-size:9px;
}
#logo-footer {
	height:30px;
}
.socialnetwork-logo {
	padding-left:5px;
}

}


@media screen and (min-width:626px) and (max-width:768px) {
	

.faqContent {
	padding-top:10px;
}
.menu {
	clear:both;
	float:left;
	font-size:15px;
	padding-top:1px;
	color:white;
	padding-left:10px;
}
.menuTitre {
	
	padding-left:20px;
text-decoration: none;
	
}
.menuTitrePremier {
	
	padding-left:0px;
text-decoration: none;
	
}
.zone1 .zone2 {
	
	position: inherit;
}
.zone {   
width:100%
}
.promo {
	
}

.cout1 {
padding-top:0px
}
.cout2 {
padding-top:0px
}
.header .inner .download {
    padding-top: 9px
}

	.vignette {
		width:184px
	}
	.vignette400 {
	width:360px;
	padding-right:10px;
	padding-left:10px;
	margin:0 auto;
}
.vignette500 {
	width:500px;
	padding-right:10px;
	padding-left:10px;
}

.vignette800 {
	width:100%;
	padding-right:10px;
	padding-left:10px;
}

.promo {
	position: inherit;
	margin:5px auto;
}

    .wrap {
        width: auto
    }

    .header {
        height: 725px;
        font-size: 2rem;
         position: inherit;
         padding-top: 111px;
    }
    
    .welcomeZone {
	   height: 725px;
    }

    .header .inner {
margin-top: -21px;
left: 18%
    }

    .header .inner h1 {
        height: 100px
    }

      .headerSample {
     display: inherit;
  margin:0 auto;
  width:365px;
  float:inherit;
   }
  .footer {
font-size:9px;
}

   #logo-footer {
	height:30px;
}
.socialnetwork-logo {
	padding-left:5px;
}
}

@media screen and (min-width:400px) and (max-width:625px) {

.legende {
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 11px;
    height: 150px; /* Hauteur fixe pour la zone de légende */ 
}

.faqContent {
	padding-top:10px;
}
.menu {
	clear:both;
	float:left;
	font-size:15px;
	padding-top:1px;
	color:white;
	padding-left:10px;
}


.titre {
    padding: 0px;
}
.titre2 {
    padding: 0px;
}
.vignetteRonde {
    clear:both;
    float:none;
    margin: 0 auto;
    margin-top: 30px;
}
.vignetteRondeRight {
    clear:both;
    float:none;
    margin: 0 auto;
    margin-top: 30px;
}
.vignetteCarre {
    clear:both;
    float:none;
    margin: 0 auto;
    margin-top: 30px;
}
.vignetteCarreRight {
    clear:both;
    float:none;
    margin: 0 auto;
    margin-top: 30px;
}
.vignetteRect {
    clear:both;
    float:none;
    margin: 0 auto;
    margin-top: 30px;
}

.menuTitre {
	
	
	padding-left:20px;
	font-size:12px;
	text-decoration: none;
	
	
}
.menuTitrePremier {
	
	
	padding-left:0px;
	font-size:12px;
	text-decoration: none;
	
	
}
.zone1 .zone2 {
	
	position: inherit;
}
.zone {   
width:300px;
}
.cout1 {
padding-top:0px
}
.cout2 {
padding-top:30px
}
.vignette {
	width:100%;
}
.vignette400 {
	width:100%;
	padding-right:10px;
	padding-left:10px;
	margin:0 auto;
}
.vignette500 {
	width:100%;
	padding-right:10px;
	padding-left:10px;
}
.vignette800 {
	width:100%;
	padding-right:10px;
	padding-left:10px;
}

.header .inner .download {
    padding-top: 9px
}

.promo {
	position: inherit;
	margin:5px auto;
}

    .wrap {
        width: 320px;
    }

.welcomeZone {
	height: 800px;
}

    .header {
       
        font-size: 2rem;
         height: 800px;
         position: inherit;
         padding-top:71px;
    }
    
     .headerSample {
     display: inherit;
  margin:0 auto;
  width:300px;
  float:inherit;
   }
   
    .header .inner {
margin-top: 8px;
left: 7px;
    }

    .header .inner h1 {
        height: 100px
    }


.footer {
font-size:9px;
width:100%;
}
#logo-footer {
	height:30px;
}
.socialnetwork-logo {
	padding-left:5px;
}

}
.gallery {
	display:block;
	width:600px;
	border: 1px solid rgb(192, 192, 192);
}

@media screen and (max-width:400px) {

.legende {
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 11px;
    height: 150px; /* Hauteur fixe pour la zone de légende */ 
}
	
.vignetteRonde {
    clear:both;
    float:none;
    margin: 0 auto;
    margin-top: 30px;
}
.vignetteRondeRight {
    clear:both;
    float:none;
    margin: 0 auto;
    margin-top: 30px;
}
.vignetteCarre {
    clear:both;
    float:none;
    margin: 0 auto;
    margin-top: 30px;
}
.vignetteCarreRight {
    clear:both;
    float:none;
    margin: 0 auto;
    margin-top: 30px;
}
.vignetteRect {
    clear:both;
    float:none;
    margin: 0 auto;
    margin-top: 30px;
}
	
.faqContent {
	padding-top:10px;
}
.menu {
	clear:both;
	float:left;
	font-size:12px;
	padding-top:1px;
	color:white;
	padding-left:1px;
	padding-right:1px;
}
.zone1 .zone2 {
	
	position: inherit;
}
.zone {   
width:300px;
}


.titre {
    font-size: 17px;
    text-align: center;
    padding: 0px;
    margin-bottom: 35px;
    }
    
 .titre2 {
	 font-size: 18px;
	 text-align: center;
	 padding: 0px;
	 margin-bottom: 35px;
 }

.menuTitre {
	
	padding-left:15px;
	font-size:11px;
	text-decoration: none;
	
}
.menuTitrePremier {
	
	padding-left:0px;
	font-size:11px;
	text-decoration: none;
	
}
.cout1 {
padding-top:0px
}
.cout2 {
padding-top:30px
}
.header .inner .download {
    padding-top: 9px
}

.vignette {
	width:100%
}
.vignette400 {
	width:100%;
	margin:0 auto;
	padding-right:10px;
	padding-left:10px;
}
.vignette500 {
	width:100%;
	padding-right:10px;
	padding-left:10px;
}
.vignette800 {
	width:100%;
	padding-right:10px;
	padding-left:10px;
}

.promo {
	position: inherit;
	margin:5px auto;
}

    .wrap {
        width: 322px;
    }
    
    .welcomeZone {
	   height: 780px;
    }

    .header {
       
        font-size: 2rem;
        height: 780px;
         position: inherit;
         padding-top:100px;
    }
    


    .header .inner {
        float: none;
        margin: 0 auto;
        padding: 10px 10px 10px;
        position: relative;
        top: 5px;
        width: 100%;
        left:inherit;
    }

    .header .inner h1 {
        background-size: 90%;
        height: 48px;
    }
    
     .headerSample {
       display: inherit;
  margin:0 auto;
  width:250px;
  float:inherit;
   }
   
.footer {
font-size:9px;
}
#logo-footer {
	height:30px;
}
.socialnetwork-logo {
	padding-left:5px;
}

.gallery {
	display:block;
	width:400px;
	border: 1px solid rgb(192, 192, 192);
}

}

/********Menu.css  ***************************************/

* {
  box-sizing: border-box;
}
.approbationZone {
	position: fixed;
	bottom: 0px;
	background-color:grey;
	display:block;
	color:white;
	width:100%;
	line-height:20px;
	text-align:center;
}
.application {
	width:0px;
}

.question {
padding: 10px 10px 0px;
font-weight: 600;
font-size: 18px;
cursor:pointer;
}

.reponse {
display: none;
font-size: 15px;
}


.boutonConnexion {
	
	    list-style: none;
}

.navi {
  width: 100%;
  position: relative;
}

.navi > .navi-header {
  display: inline;
   float: left;
}

.navi > .navi-header > .navi-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 10px 10px 10px 10px;
}


.navi > .navi-btn {
  display: none;
}

.navi > .navi-links {
  display: inline;
  float: left;
  font-size: 17px;
  line-height: normal;
}
.navi > .navi-links > ul > li {
	display: inline-block;
}
.webclientHeaderDisplay {
	display:none !important;
	
}
.navi > .navi-links > ul > li > a {
  display: inline-block;
  padding: 13px 20px 11px 20px;
  text-decoration: none;
  color: white;

}

.navi > .navi-links > ul {
 list-style: none;
 margin : 0px;
 padding-inline-start: 40px !important;
}
 
.submenutitle {
	font-size:16px;
	color:#504f4f;
	padding-left:15px;	
}
  
.subsubmenu {
	list-style:none;
  	margin-top:5px;
  	padding-left:10px;
  	max-width:250px;
	
}
.subsubmenuelement {
	float:left;
	width:185px;
}
.submenu {
  padding:15px;
  margin:0;

  list-style:none;

  overflow: hidden;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,.2);
  background-color: #6bccd0;
  position: absolute;
  left: -990px;
 min-width:200px;

}
.submenu li {
  position: relative;
  background-color: #6bccd0;
}
  
.submenu li a {
  display:block;
  text-decoration: none;
  color: white;
  font-size:12px;
  padding:5px;
}

.navi > .navi-links > ul > li:hover > a {
   border-bottom: 3px solid white; 
   z-index:2;
}

.navi > .navi-links > ul > li:hover > a ~ .submenu1 {
  left: 180px;
}

.navi > .navi-links > ul > li:hover > a ~ .submenu2 {
  left: 330px;
}

.navi > .navi-links > ul > li:hover > a ~ .submenu3 {
  left: 280px;
}

.navi > .navi-links > ul > li:hover > a ~ .submenu4 {
  left: 450px;
}
.navi > .navi-links > ul > li:hover > a ~ .submenu5 {
  left: 550px;
}


.navi > #navi-check {
  display: none;
}



@media (max-width:1220px) {
	
	.imgmenu {
	display: none;
}
  
  .logo {
  box-shadow: inherit;
  
  }
  .application {
	width:50%;
}

.submenu3 {
	padding:0px;
	
}

.subsubmenuelement {
	float:inherit;
	background-color: white !important;

}

.subsubmenu {
	padding-left:10px !important;

}

  .webclientHeader {
    position: inherit;
    top: auto;
    right: auto;
  	margin: 0 auto;
  	margin-bottom: 20px;
  }
  
  .webclientHeaderDisplay {
	display:block !important;	
  }

 .navi > .navi-links > ul {
 	padding:0px;
    padding-inline-start: 0px !important;
}

  .navi > .navi-links > ul > li {
	display: inherit;
	border-top:1px solid grey;
}
.navi > .navi-links > ul > li:hover {
   border-bottom: 0px solid white; 
}
.navi > .navi-links > ul > li > a {
  display: inherit;
  padding: 13px 25px 9px 25px;
  text-decoration: none;
  color: #484848;
  text-align: left;
}

.submenu {
  padding:0;
  padding-left: 27px;
  margin:0;
  list-style:none;
  margin-top:5px;
  overflow: hidden;
  box-shadow: inherit;
  background-color: white;
  position: inherit;
  left: 0px;

}

.submenu li a {
  display:block;
  text-decoration: none;
  color: #484848;
  font-size:12px;
  padding:5px;
  text-align:left;
  background-color:white;
  
}
  .navi > .navi-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .navi > .navi-btn > label {
    display: inline-block;
    width: 50px;
    height: 54px;
    padding: 13px;
    padding-top: 16px;
  }
  .navi > .navi-btn > label:hover,.navi  #navi-check:checked ~ .navi-btn > label {
   background-color: rgba(0, 0, 0, 0.3);
  }
  .navi > .navi-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid white;
  }
  .navi > .navi-links {
    position: absolute;
    display: block;
    background-color: white;
    color:#484848;;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 54px;
    left: 0px;
  }
  .navi > .navi-links > a {
    display: block;
    width: 100%;
  }
  .navi > #navi-check:not(:checked) ~ .navi-links {
    height: 0px;
  }
  .navi > #navi-check:checked ~ .navi-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }  
}

.cards {
 text-align:center;
 border:1px solid #ccc;
 padding: 12px;
  width: 100%;  
 }
 
/******** End Menu.css  ***************************************/

@media (max-width: 560px) {

.video-responsive {
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.video-responsive iframe {
left:0; 
top:0; 
height:100%;
width:100%;
position:absolute;
}
}



.cookie-consent-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f8f9fa;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    color: black;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    z-index: 1000;
}

.cookie-consent-button {
    border: none;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}

.cookie-consent-button:hover {
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.cookie-consent-button:active {
    opacity: .5;
}

.cookie-consent-button.btn-success {
    background-color: #6bccd0;
    color: white;
}

.cookie-consent-button.btn-grayscale {
    background-color: #dfe1e5;
    color: black;
}

.cookie-consent-button.btn-outline {
    background-color: #e6f4ea;
    color: #6bccd0;
}

.cookie-consent-options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.cookie-consent-options label {
    margin: 0 10px;
    font-size: 14px;
}

.cookie-consent-options input {
    margin-right: 5px;
}





