/* ── Wrapper interne (max 1920px) ─────────────── */
:root {
  --euf-purple-base:     #9E00A5;
  --euf-white-base:      #FFFFFF;
  --euf-radius:     25px;
  --euf-height-desk:     78px;
  --euf-height-mob:      64px;
}

.euf-footer-bar {
  max-width: 1920px;
  margin: 0 auto;
     padding: 0px 20px;
  height: var(--euf-height-desk);
  display: flex;
  align-items: center;
  gap: 8px;

    height:60px;

  
  background: var(--euf-white-base);
  border-radius: 25px;
 border-radius: 25px;
 -webkit-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.5);
 box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.5);
}
div.wpcf7-response-output {
    border: none;
	display:none;
}
.euf-purple-text{
  color: var(--euf-purple-base);
  font-weight: bold;
  
}

.seo-text li div p a {
			color:white;
		}
			.euf-footer-bar .brk-social-links__item {
				width: 26px;
				height: 26px;
				min-width: 26px;
				border-radius: 50%;
				background-color: var(--euf-purple-base);
				color: #ffffff;
				display: inline-flex;
				align-items: center;
				justify-content: center;
				padding: 0;
				margin: 0 4px;
				line-height: 1;
			}

			.euf-footer-bar .brk-social-links__item i {
				color: #ffffff;
				font-size: 15px;
				line-height: 1;
				margin: 0;
			}

.euf-footer-bar .brk-social-links_rounded .brk-social-links__item {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: var(--euf-purple-base);
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 4px;
}

.euf-logo-footer { flex-shrink: 0; }
.euf-logo-footer a { display: flex; align-items: center; }
.euf-logo-footer img,
.euf-logo-footer .custom-logo { height: 42px; width: auto; display: block; }
.euf-logo-footer-text {
  font-size: 22px;
  font-weight: 800;
  color: var(--euf-text);
  font-style: normal;
  letter-spacing: -0.3px;
}
.euf-logo-footer-text em {
  font-style: normal;
  color: var(--euf-purple);
}

@media (max-width: 1024px) {

    .euf-footer-bar {
    margin-top: 15px;
    width: 100%;           /* ← remplace width: auto */
    max-width: 100%;       /* ← sécurité anti-débordement */
    box-sizing: border-box;
    height: unset;
    position: relative;
    justify-content: space-between;
    flex-direction: row;
    border-radius: 25px;
  }
}



@media (max-width: 767px) {
	.euf-footer-bar {
		border-radius: 6px;
		padding: 24px 16px;
		margin: 0 auto 24px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.euf-footer-bar .euf-logo {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

	.euf-footer-bar .euf-logo img {
		margin-bottom: 12px;
	}

	.euf-footer-bar .euf-logo p {
		margin: 0 0 22px;
		width: 100%;
		max-width: 280px;
		line-height: 24px;
		white-space: normal;
	}

	.euf-footer-bar .brk-social-links {
		width: 100%;
		justify-content: center;
	}

	.euf-footer-bar .brk-social-links__item {
		margin: 0 6px;
	}

}
