@import url('https://fonts.googleapis.com/css2?family=KoHo:wght@300;400;500;600;700&display=swap');

*
{
	outline: none;
	box-sizing: border-box;
}
body
{
	padding: 0;
	margin: 0;

	font-family: 'KoHo', sans-serif;
	font-weight: 300;
	color: #000000;
	font-size: 32px;
}
body > div
{
	padding: 50px;
}
b
{
	font-weight: 500;
}
a
{
	color: #FFF;
}
p
{
	margin: 0 60px 30px;
}
hr
{
	max-width: 590px;
	background-color: none;
	height: 1px;
	border-bottom: 1px solid #9ab6c8;
}
.notification
{
	padding: 10px 20px;
    border-radius: 3px;
    color: #FFF;
    text-align: left;
    
    margin: 10px;
}
.notification.validation
{
	background-color: #37bc9b;
}
.notification.information
{
	background-color: #5D9CEC;
}
.notification.erreur
{
	background-color: #F05050;
}
.notification.alert
{
	background-color: #f0bd50;
}
h1
{
	font-weight: 700;
	font-size: 71px;
	color: #ad7d3f;
	text-align: center;
}
h2
{
	color: #266389;
	font-weight: 700;
}
header
{
	position: relative;
	height: 555px;/*755*/
	padding: 50px;

	background-image: url(../img/tetiere-cheval.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}
header + div
{
	background-image: url(../img/drapeau.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
header > img
{

}
header > div
{
	position: absolute;
	bottom: 75px;
	right: 70px;
	
	padding: 5px 0;
	max-width: 1030px;
	border-top: 3px solid #a7804a;
	border-bottom: 3px solid #a7804a;
}
header > div > div
{
	display: inline;
	color: #FFF;
	background-color: #266389;
	font-size: 43px;
	padding-inline: 10px;
}
header > div > div:first-child
{
	display: block;
	font-weight: 500;
	font-size: 43px;
}

#choix
{
	margin: 0 60px 30px;
}
.choix
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.choix > li
{
	margin: 0;
	padding: 10px;
	padding-top: 55px;
	text-align: center;
	width: 100%;
	min-width: 340px;
	max-width: 25%;
}
.choix > li > label
{
	position: relative;
	display: block;
}
.choix > li > label > div:last-child
{
	border: 2px solid #266389;
}
.choix > li > label input
{
	display: none;
}
.choix > li > label > div:first-child
{
	position: absolute;
	top: -50px;
	width: 100%;
	height: 50px;
	text-align: center;
	background-color: #bd9765;
	color: #FFFFFF;
}
.choix > li .choix-prix
{
	font-weight: 700;
	font-size: 90px;
	color: #266389;
}
.choix > li .choix-prix > small
{
	font-size: 27px;
}
.choix > li .choix-impot
{
	font-size: 32px;
	padding: 0 10px 10px;
}
.choix > li .choix-impot b
{
	color: #266389;
	font-weight: 700;
}
.choix > li img
{
	object-fit: cover;
	width: 100%;
	height: 245px;
	vertical-align: middle;
}
.choix > li .choix-label
{
	font-weight: 600;
	font-size: 29px;
	color: #266389;
	padding: 10px;
	display: flex;
	align-items: center;
	height: 140px;
}

.choix > li > label > input:checked + div 
{
	background-color: #ad7d3f;
	color: #FFFFFF;
	border-color: #ad7d3f;
}
.choix > li > label > input:checked + div .choix-prix,
.choix > li > label > input:checked + div .choix-impot,
.choix > li > label > input:checked + div .choix-impot b,
.choix > li > label > input:checked + div .choix-label
{
	color: #FFFFFF;
}

.montant_personnalise
{
	border: 2px solid #266389;
	padding: 45px;
	text-align: center;
	margin: 10px;
}
.montant_personnalise > div:first-child
{
	font-size: 44px;
	font-weight: 700;
	color: #266389;
}
.montant_personnalise > div:first-child + div
{
	font-weight: 500;
	margin-top: 40px;
}
.montant_personnalise > div:first-child + div span
{
	color: #266389;
}

input[type='text'],
select
{
	border: 0;
	background-color: #eeeeee;
	font-size: 37px;
	width: 100%;
	max-width: 375px;
	text-align: center;
}

label > input[type='radio']
{
	display: none;
}
div.bouton
{
	display: inline-block;
	border: 2px solid #266389;
	background-color: #FFFFFF;
	margin: 0;
	padding: 5px 25px;
	font-size: 36px;
	font-weight: 700;
	color: #266389;
}
label > input:checked + .bouton
{
	border: 2px solid #ad7d3f;
	background-color: #ad7d3f;
	color: #FFFFFF;
}
input.bouton
{
	display: inline-block;
	border: 2px solid #ad7d3f;
	background-color: #ad7d3f;
	margin: 30px 10px;
	padding: 5px 65px;
	font-size: 36px;
	font-weight: 500;
	color: #FFFFFF;
}

.pictos
{
	list-style: none;
	margin: 50px 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.pictos > li
{
	margin: 0;
	padding: 10px;
	text-align: center;
	width: 100%;
	max-width: 300px;
	font-weight: 500;
	font-size: 25px;
}
.pictos > li > div
{
	background-color: #266389;
	border-radius: 100%;
	width: 155px;
	height: 155px;
	margin: 0 auto 15px;
	padding: 30px;
}
.pictos > li > div > img
{
	width: 95px;
	height: 95px;
}

.paiements
{
	position: relative;
	text-align: center;
	padding: 60px 0 100px;
	overflow: hidden;
	margin: 0 -50px;
}
.paiements img
{
	margin: 0 30px;
}
.paiements > div
{
	display: inline-block;
	    position: relative;
}
.paiements > div:before
{
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	width: 100%;
	height: 25px;
	background-color: #ad7d3f;
	border-radius: 0 13px 13px 0;
	transform: translateY(-50%);
}
.paiements > div:after
{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	width: 100%;
	height: 25px;
	background-color: #ad7d3f;
	border-radius: 13px 0 0 13px;
	transform: translateY(-50%);
}

#coordonnees
{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(2px) grayscale(100%);
	background-color: rgba(255,255,255,0.5);
	align-items: center;
	justify-content: center;
	z-index: 99;
}
#coordonnees > form
{
	position: relative;
	padding: 15px;
	width: 90%;
	height: 90%;
	max-width: 800px;
	max-height: 750px;
	overflow: auto;
	background-color: #FFF;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 20%)
}
#coordonnees > form > i.fa-times
{
	position: absolute;
	right: 15px;
	top: 15px;
}
#coordonnees > form h2
{
	margin: 0 0 10px;
}
#coordonnees input[type='text'],
#coordonnees select
{
	text-align: left;
	padding: 5px;
	font-size: 22px;
	max-width: initial;
}
fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}
fieldset > ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
fieldset > ul > li
{
	display: inline-block;
	width: 50%;
	margin: 0;
	padding: 0 5px 10px;
	font-size: 22px;
}
fieldset > ul > li > .input
{

}
fieldset > ul > li > .input > label
{

}
fieldset > ul > li > .input > div
{
	
}

footer
{
	position: relative;
	background-color: #266389;
	text-align: center;
	color: #FFFFFF;
	padding: 100px 50px 30px 50px;
	font-size: 24px;
	background-image: url(../img/footer-chat.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}
footer > img:first-child
{
	position: absolute;
	left: 50%;
	top: -90px;
	transform: translate(-50%,0%);
}
footer > img:first-child + img
{
	position: absolute;
	left: 50px;
	top: 50px;
}
footer > div > a
{
	text-decoration: none;
}
footer > div > div
{
	padding: 10px;
}
footer > div > div i
{
	font-size: 30px;
}
footer > div > div:last-child
{
	margin-top: 40px;
}
footer > div > div:last-child a
{
	font-weight: 500;
	display: inline-block;
	padding: 0 10px;
}

@media screen and (max-width: 430px)
{
	div.bouton
	{
		font-size: 23px;
		margin: 5px;
	}
	body
	{
		font-size: 23px;
	}
	body > div
	{
		padding: 25px;
	}
	p
	{
		margin: 0 0px 30px;
	}
	header
	{
		height: 495px;
		text-align: center;
	}
	header + div
	{		
		background-size: 30%;
	}
	header > div
	{
		left: 25px;
		right: 25px;
		bottom: 25px;
		text-align: left;
	}
	header > div
	{
		font-size: 0;
	}
	header > div > div
	{
		font-size: 21px;
		display: inline-block;
	}
	header > div > div:first-child
	{
		font-size: 28px;
	}
	h1
	{
		font-size: 40px;
	}
	#choix
	{
		margin: 0 0 30px;
	}
	.choix > li
	{
		max-width: 100%;
		min-width: initial;
		padding: 55px 0 0;
	}
	.choix > li > label > div:first-child
	{
		height: 37px;
		top: -37px;
	}
	.montant_personnalise
	{
		margin: 10px 0;
		padding: 35px;
	}
	.montant_personnalise > div:first-child
	{
		font-size: 34px;
	}
	.paiements
	{
		margin: 0;

	}
	.paiements img
	{
		height: 40px;
	}

	footer
	{
		padding-top: 200px;
		background-size: 30%;
	}
	footer > img:first-child + img
	{
		left: 20px;
		top: 20px;
	}


	header + div > div img
	{
		max-width: 100%!important;
	}
	iframe
	{
		margin: 0 0 10px!important;
		width: 100%!important;
		height: 250px!important;
		float: none:!important;
	}

	#coordonnees > form
	{
		width: 100%;
		left: 0;
		top: 0;
		height: 100%;
	}
	fieldset > ul > li
	{
		width: 100%;
	}
}