.LOADnom
{
	font-weight: bold;
	font-style: italic;
	margin-bottom: 14px;
}

.LOADbio
{
	display: flex;
	flex-direction: column;
	width: 100%;
}

.LOADbio_img
{
	display: flex;
	justify-content: center;
	width: 100%;
	max-height: 316px;
}

.LOADbio_img img
{
	max-width: 100%;
	max-height: 316px;
}

.LOADbio_txt
{
	width: 100%;
	padding: 0px 15px;
}

@media(min-width: 700px)
{
	.LOADbio
	{
		flex-direction: row;
		max-width: 950px;
		border-bottom: solid 1px #dedede;
	}

	.LOADbio:nth-child(3)
	{
		border-bottom: none;
	}

	.bio_reverse
	{
		flex-direction: row-reverse;
	}

	.LOADbio_img
	{
		width: 250px;
		max-height: none;
	}

	.LOADbio_img img
	{
		max-height: none;
	}

	.LOADbio_txt
	{
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: calc(100% - 250px);
		padding: 0 40px;
	}

	.LOADbio_txt p:first-child
	{
		margin-top: 0;
	}
}

@media(min-width: 700px)
{
	.LOADbio_txt
	{
		padding: 0 80px;
	}
}

.jury > .LOADbio
{
	border: none;
}



@media(min-width: 700px)
{
	.jury > .LOADbio
	{
		max-width: none;
		border-top: solid 1px #dedede;
	}

	.jury > .LOADbio:first-child
	{
		border: none;
	}
}


/* ********************************************************** */

.LOADtitre
{
	display: flex;
	align-items: center;
	width: 100%;
	height: 80px;
	font-family: 'Playfair';
	margin-top: 20px;
	margin-bottom: 20px;
}

.LOADtitre_background
{
	display: flex;
	justify-content: center;
	width: 100%;
	height: 60px;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(71,108,170,1) 8%, rgba(0,46,123,1) 35%, rgba(0,46,123,1) 65%, rgba(71,108,170,1) 92%, rgba(255,255,255,1) 100%); 
}

.LOADtitre_content
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 92%;
	color: white;
	line-height: 1.4em;
	font-size: 15px;
	text-align: center;
}

.LOADtitre_content > p
{
	margin: 0 18px;
}

.LOADtitre_content > img
{
	height: 66px;
}

@media(min-width: 600px)
{
	.LOADtitre
	{
		width: 100%;
		height: 80px;
	}

	.LOADtitre_content
	{
		width: 90%;
		font-size: 18px;
		line-height: 1.8em;
	}

	.LOADtitre_content > p
	{
		margin: 0 20px;
	}

	.LOADtitre_content > img
	{
		height: 75px;
	}

	.JVBsoustitre > p
	{
	  	font-size: 18px;
	}
}

.instrument
{
	display: flex;
	background: rgb(222,189,56);
	background: linear-gradient(90deg, rgba(222,189,56,1) 0%, rgba(222,189,56,1) 70%, rgba(255,255,255,1) 100%);
	width: max-content;
	padding-right: 100px;
	margin-top: 20px;
}

.instrument > img
{
	width: 40px;
	position: relative;
	top: -7px;
	height: 40px;
	left: -10px;
}

.instrument > p
{
	margin-left: 2px;
	font-size: 15px;
	color: white;
	margin-bottom: 8px;
	margin-top: 8px;
	font-family: 'Playfair';
}

.programme
{
	padding: 0 35px;
	max-width: 860px;
}

.programme a
{
	color: var(--color1);
	font-weight: bold;
}

@media(min-width: 600px)
{
	.instrument > p
	{
		font-size: 18px;
	}
}

/* ****************** */

.Paypal_window
{
	border: solid 1px var(--color1);
	border-radius: 10px;
	text-align: ce;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: fit-content;
	padding: 20px 40px;
	margin: auto;
}