
.randoFigLink{
	width: 100%;
	aspect-ratio: 0.85;
	display: block;
}
.wp-block-image img.homeRandoThumbnail{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wp-block-post-featured-image a{
	display: block;
	width: 100%;
	aspect-ratio: 4/3;
}
.oldRandosTitle{
	margin-top: 100px;
}
.wp-block-columns + .wp-block-columns{
	margin-top: 50px;
}
.is-space-between{
	justify-content: space-between;
}
.svgIcon{
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.randoTechnics{
	line-height: 2em;
}
.modalInfo{
	width: 80%;
	margin: auto;
	max-height: 80vh;
	border: 3px solid;
	box-shadow: 0 5px 15px rgba(0,0,0,0.7);
	border-radius: 10px;
	background-color: #fcfbf7;
}
.modalInfo::backdrop{
	background: rgba(0,0,0,0.8);
}
.modalTitle{
	text-align: center;
}



@media (min-width: 782px) {
	.legal-nav-footer{
		text-align: right;
	}
	.nav-footer{
		border-left: 3px solid;
		padding: 10px;
	}
}

.rando-inscription-wrap { max-width: 600px; margin: 2rem auto; font-family: inherit; }
.rando-form { display: flex; flex-direction: column; gap: 1.25rem; }
.rando-fieldset { border: 1px solid #ddd; border-radius: 8px; padding: 1.25rem; }
.rando-fieldset legend { font-weight: 600; padding: 0 .5rem; }
.rando-field { display: flex; flex-direction: column; gap: .35rem; }
.rando-field label { font-weight: 500; font-size: .9rem; }
.rando-field input { padding: .55rem .75rem; border: 1px solid #ccc; border-radius: 6px; font-size: 1rem; transition: border-color .2s; }
.rando-field input:focus { outline: none; border-color: #4a7c59; box-shadow: 0 0 0 3px rgba(74,124,89,.15); }
.rando-field small { color: #666; font-size: .8rem; }
.rando-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.rando-separator { border: none; border-top: 1px solid #eee; margin: 1rem 0; }
.rando-section-title { font-weight: 600; margin: 0 0 .75rem; }
.rando-badge { background: #e8f5e9; color: #2e7d32; font-size: .75rem; padding: .15rem .5rem; border-radius: 99px; margin-left: .5rem; }
.rando-btn { background: #4a7c59; color: #fff; border: none; padding: .75rem 1.5rem; border-radius: 8px; font-size: 1rem; font-weight: 600; cursor: pointer; transition: background .2s; align-self: flex-start; }
.rando-btn:hover { background: #3a6347; }
.rando-alert { padding: .85rem 1rem; border-radius: 8px; margin-bottom: 1rem; font-weight: 500; }
.rando-alert--success { background: #e8f5e9; color: #1b5e20; border-left: 4px solid #4a7c59; }
.rando-alert--error   { background: #fdecea; color: #b71c1c; border-left: 4px solid #e53935; }
.rando-alert--info    { background: #e3f2fd; color: #0d47a1; border-left: 4px solid #1976d2; }
.rando-error { color: #b71c1c; }
@media (max-width: 480px) { .rando-field-row { grid-template-columns: 1fr; } }
