.ff-btn-submit {
	background-color: #f29100!important;
	font-weight: bold!important;
}

strong {
	font-weight: 600;
}

.page-template-page-de-contenu {
	h2 {
		margin-top: 48px!important;
		font-size: 27px!important;
	}

	h3 {
		margin-top: 32px!important;
		font-size: 22px!important;
	}

	h1 {
		font-size: 33px!important;
	}

	p {
		margin-bottom: 8px;
	}
	
	header {
		border-bottom: 5px solid #eef8f8;
	}

	h2, h3, h4, h5, h6 {
		font-family: Roboto, sans-serif;
		font-weight: bold;
	}
}

.poition-relative {
	position: relative;
}

#hero-block {
	background-image: url('https://lamalleauxvoyages.fr/wp-content/uploads/2024/10/decoration-voyage-scolaire.png');
	background-repeat: no-repeat;
	background-position: calc(50% + -24px) calc(50% - 47px);
	background-size: 1400px;
	
	#img-hero {
		margin-bottom: -300px;
	}
	
	#cross-hero {
		position: absolute;
    	top: 200px;
    	left: -25px;
	}
}

#img-destinations {
	position: relative;
	height: 0;
	display: flex;
    align-items: center;
    justify-content: center;
	
	img {
		position: absolute;
		z-index: 1;
		top: -50px;
		max-width: 1024px!important;
	}
}

#voyages-block {
	h2, p {
		z-index: 2;
		position: relative;
	}

	img {
		width: 100%;
	}

	.one-voyage {
		border-radius: 25px!important;

		.wp-block-heading {
			padding-bottom: 8px!important;
		}

		&.image {
			border-radius: 25px!important;

			img {
				border-radius: 25px!important;
			}
		}
	}

	.with-image .wp-block-image  {
		height: 235px;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 25px 25px 0 0!important;

		img {
			border-radius: 25px 25px 0 0!important;
			width: 100%;
			min-height: 100%;
			max-width: none;
		}
	}


}

.temoignage {
	.opening {
		&:after {
			content: '';
			display: block;
			background-image: url(https://lamalleauxvoyages.fr/wp-content/uploads/2024/10/temoignage-ferme.png);
			height: 50px;
            width: 64px;
            background-repeat: no-repeat;
            background-position: 100%;
            position: absolute;
            bottom: 0;
            right: 0;
		}
		&:before {
			content: '';
			display: block;
			background-image: url(https://lamalleauxvoyages.fr/wp-content/uploads/2024/10/temoignage-ouvert.png);
			height: 50px;
            width: 64px;
            background-repeat: no-repeat;
            top: 0;
            position: absolute;
		}
	}
	
	.has-background {
		margin: 0 80px!important;
	}
}

#faq-home {
    background-repeat: no-repeat;
    background-position: 100% 100%;
    
    .first-reponse {
        display: block!important;
    }
    
    .question {
        padding: 16px 0;
        cursor: pointer;
		display: block;
        position: relative;
        
        &:before {
            content: '';
            background-image: url('https://lamalleauxvoyages.fr/wp-content/uploads/2024/10/arrow-gr.webp');
            transition: all .3s ease-in-out;
            display: block;
            width: 30px;
            height: 20px;
            background-repeat: no-repeat;
            position: absolute;
            left: -38px;
            top: 22px;
        }
    }
    
    .open .question:before {
        transform: rotate(90deg);
    }   
    
    .reponse {
        padding-bottom: 16px;
        margin-top: -16px;
        display: none;
    }
}

@media screen and (max-width: 1120px) {
	#cta-voyage {
		grid-column: span 2;
		grid-row: span 1;
	}
}

@media screen and (max-width: 990px) {
	#img-hero, #cross-hero {
		display: none;
	}
	#voyages-block .one-voyage .wp-block-group{
		padding: 32px 24px!important;
	}
	.wp-site-blocks {
		overflow: hidden;
	}
}

@media screen and (max-width: 780px) {
	#voyages-block .one-voyage {
		grid-column: span 2;
		grid-row: span 1;
	}
	.wp-container-core-group-is-layout-22 {
		gap: 24px 0;
	}
}

@media screen and (max-width: 600px) {
	header {
		.wp-block-buttons {
			display: none;
		}
		.wp-block-site-logo {
			width: 100%;
			text-align: center;
			padding: 16px 0!important;

			img {
				width: 200px;
			}
		}
	}

	.temoignage {
		.opening {
			&:before {
				display: none;
			}
			&:after {
				display: none;
			}
		}
		.has-background {
			margin: 0!important;
		}
		.wp-block-image {
			display: none;
		}
	}

	#voyages-block {
		.one-voyage {
			border-radius: 25px!important;
	
			.wp-block-heading {
				padding-bottom: 8px!important;
			}

			.wp-block-image {
				height: 150px;
				overflow: hidden;
				display: flex;
				align-items: center;
				justify-content: center;
				border-radius: 25px 25px 0 0!important;
	
				img {
					border-radius: 25px 25px 0 0!important;
					width: auto;
					max-width: none;
				}
			}
		}

		#cta-voyage {
			padding: 24px;
			border-radius: 25px!important;
		}
	}

	.grille-voyages {
		margin-top: 40px!important;
	}

	.separator {
		padding-top: 8px!important;
	}

	#three-points-block {
		.wp-block-columns {
			img {
				height: 50px!important;
			}
		}
	}

	footer {
		.custom-logo-link {
			img {
				width: 200px;
			}
		}
	}

	#img-destinations {
		display: none;
	}

	

	#hero-block {
		padding-top: 80px!important;
		padding-bottom: 80px!important;
	}

	.padding-high {
		padding-top: 80px!important;
		padding-bottom: 80px!important;
	}
}
	