h1.entry-title {
	display: none;
}

header.entry-header.responsive-max-width {
	margin-top: 0 !important;
}

img.custom-logo {
	max-width: 70%;
}

@media screen and (max-width: 768px) {
	img.custom-logo {
		max-width: 90%;
	}
}

/* Estilo para banner */
.img-banner-coupe {
	position: relative;
	left: -170px;
	width: calc(100% + 170px);
	bottom: 0;
}

h1.responsive-title {
	font-size: 72px;
}

p.responsive-hook-paragraph {
	font-size: 32px;
}

.mission-title {
	font-size: 30px;
}

.mission-subtitle {
	font-size: 26px;
}

.two-col-txt-img {
	display: flex;
}

/* Media Query para telas menores */
@media (max-width: 1024px) {
	h1.responsive-title {
		font-size: 52px;
	}
	
	p.responsive-hook-paragraph {
		font-size: 28px;
	}
	
	.mission-title {
		font-size: 24px;
	}
	
	.mission-subtitle {
		font-size: 22px;
	}
}

@media (max-width: 768px) {
	.img-banner-coupe {
		left: -100px;
		width: calc(100% + 100px);
	}
	
	h1.responsive-title {
		font-size: 46px;
	}
	
	p.responsive-hook-paragraph {
		font-size: 26px;
	}
	
	.two-col-txt-img {
		flex-direction: column-reverse;
	}
	
	.btn-primary-cta {
		width: 100%;
	}
	
	figure.img-heart {
		width: 60%;
	}
	
	div.grid-to-flex {
		display: flex;
		flex-direction: column;
	}
}

/* Estilo para botões */
.btn-primary-cta {
	transition: opacity .2s ease-in-out;
	opacity: 1;
}

.btn-primary-cta:hover {
	opacity: .7;
}

/* Estilo para imagens circulares */
.circle-img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	object-fit: cover;
}

/* Estilo para textos destacados */
.highlight-text {
	color: #672A4E;
}

/* Estilo para transicao de tamanho */
.mission-col,
.blogpost-actu {
	transition: transform .3s ease, box-shadow .3s ease, background-color .3s ease;
}

.mission-col:hover,
.blogpost-actu:hover {
	transform: translateY(-10px);
}

.blogpost-actu {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Tableau presse*/
.table-presse {
	width: 100%;
	border-collapse: collapse;
	max-width: 800px;
/* Define um limite opcional para tabelas largas */
	margin: 0 auto;
}

.table-presse th, 
.table-presse td {
	padding: 10px;
	border: 1px solid #ddd;
	text-align: left;
	word-wrap: break-word;
}

.table-presse th:nth-child(1), 
.table-presse td:nth-child(1) {
	width: 20%;
}

.table-presse th:nth-child(2), 
.table-presse td:nth-child(2) {
	width: 15%;
}

.table-presse th:nth-child(3), 
.table-presse td:nth-child(3) {
	width: 50%;
}

.table-presse th:nth-child(4), 
.table-presse td:nth-child(4) {
	width: 15%;
}

/* styles pour les boutons du menu de navigation */
body:not(.fse-enabled) .main-navigation a {
	font-size: .8rem;
}

.main-navigation > div > ul {
	gap: .5rem;
	font-size: 10px;
}

.menu-item.btn-don a {
	background-color: rgb(245, 100, 118);
	color: white;
	padding: 10px 12px !important;
	border-radius: 25px;
	font-weight: bold;
	text-transform: uppercase;
	transition: background .3s ease;
}

.menu-item.btn-don a:hover {
	background-color: rgb(200, 50, 70);
	text-decoration: none;
}

.menu-item.btn-accueil a {
	background-color: rgb(107, 168, 214);
/* Azul suave */
	color: white;
	padding: 10px 12px !important;
	border-radius: 25px;
	font-weight: bold;
	text-transform: uppercase;
	transition: background .3s ease;
/*	margin-left: 10px;*/
}

.menu-item.btn-accueil a:hover {
	background-color: rgb(60, 20, 50);
	text-decoration: none;
}

/*footer*/
.widget-area {
	display: flex;
	justify-content: center !important;
}