  .w-webflow-badge {
    display: none !important;
  }

.logo-row {
	display: flex; 
	gap: 50px; 
	justify-content: center; 
	align-items: center; 
	flex-wrap: wrap;
	  }

.logo-row svg {
  width: 86px;
  height: 86px;
}

.image-credit {
position: absolute;
bottom: 6px;
right: 8px; 
color: #fbf7f4; 
background-color: #fbf7f430;
}

.popup1 {
  z-index: 99999;
  text-align: left;
  object-fit: fill;
  background-color: #fbf7f4;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 3%;
    padding-top: 60px;
    padding-bottom: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow-y: scroll;
}

.popup2 {
  z-index: 99999;
  text-align: left;
  object-fit: fill;
  background-color: #fbf7f4;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 3%;
    padding-top: 60px;
    padding-bottom: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow-y: scroll;
}

/* Masquer Google Translate */
#google_translate_element,
.goog-te-banner-frame,
.goog-logo-link {
  display: none !important;
}

body {
  top: 0 !important;
}

div.skiptranslate {
  display: none;
}

/* Dropdown */
.lang-dropdown {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
}

.lang-selected {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
	margin-left: 20px;
}

.lang-selected img {
  width: 28px;
  border-radius: 4px;
}

/* Liste déroulante */
.lang-list {
  display: none;
  position: absolute;
  top: 36px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  list-style: none;
  padding: 6px;
  margin: 0;
  z-index: 9999;
}

.lang-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 6px;
margin-right: 10px;
}

.lang-list li:hover {
  background: #f2f2f2;
}

.lang-list img {
  width: 22px;
  border-radius: 3px;
}

.lang-list.open {
  display: block;
}

	@media (max-width: 767px) {
  .div-block-11 {
    flex-direction: column;
  }
.logo-row { gap: 12px; }
  .logo-row svg { width: 34px; height: 34px; }
		
.paragraph_small.margin-bottom_none {
    text-align: left;
  }

	.lang-dropdown {
  display: inline-block;
  font-family: sans-serif;
  top: 20px;
  right: 30px;
  position: absolute;
}
		
.lang-list {
right: 0;
		}
}		
		
		