* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Work Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	line-height: 1.7;
}
img {
	max-width: 100%;
	vertical-align: top;
}
h1 {
	color: #88af45;
	font-family: "Cabin", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1.1;
	margin: 40px 0;
}
h1 span {
	color: #a8ad9c;
	display: block;
	font-size: 24px;
}
h2 {
	color: #88af45;
	font-family: "Cabin", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 1.1;
	margin: 40px 0;
}
h3 {
	color: #88af45;
	font-family: "Cabin", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: 28px;
	line-height: 1.1;
	margin: 0;
}
.infosecondaire {
	color: #a8ad9c;
	font-style: italic;
}
p {
	margin: 16px 0;
}
ul {
	margin-left: 20px;
}

.txtcenter {
	text-align: center;
}
.pa20 {
	padding: 20px;
}
.pal {
	padding: 20px;
}

.image_osteo {
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
	max-width: 450px;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}
.containersmall {
	max-width: 800px;
	margin: 0 auto;
}
.containerverysmall {
	max-width: 500px;
	margin: 0 auto;
}
.grille2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 80px;
}
.grille21 {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 80px;
}
.grille12 {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 80px;
}
.grille3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 80px;
}
.vcenter {
	align-content: center;
}
.vbottom {
	align-content: end;
}

.spacer50 {
	padding-top: 50px;
}
.spacer100 {
	padding-top: 100px;
}

#logo {
	width: 200px;
}

.btn-doctolib {
	display: inline-block;
	background: #1f78bd;
	text-decoration: none;
	color: #fff;
	padding: 16px 24px;
	font-weight: 600;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
	transition: all 0.4s ease;
}
.btn-doctolib img {
	width: 90px;
	position: relative;
	top: 1px;
	margin-left: 3px;
}
.btn-doctolib:hover {
	background: #045fae;
	transform: scale(1.03);
	box-shadow:
		rgba(0, 0, 0, 0.07) 0px 1px 2px,
		rgba(0, 0, 0, 0.07) 0px 2px 4px,
		rgba(0, 0, 0, 0.07) 0px 4px 8px,
		rgba(0, 0, 0, 0.07) 0px 8px 16px,
		rgba(0, 0, 0, 0.07) 0px 16px 32px,
		rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

#top {
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(233, 229, 220, 1) 100%);
	background-color: #e9e5dc;
	padding: 0 20px;
	position: relative;
}

#top .btn-doctolib {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -182px;
	margin-bottom: -32px;
}

.adresse {
	color: #fff;
	border: 2px solid #88af45;
	background: #88af45;
	border-radius: 4px;
	padding: 12px 16px;
	line-height: 1;
	font-family: "Cabin", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	text-decoration: none;
	margin-top: 20px;
	display: inline-block;
	margin-right: 12px;
}
.adresse:hover {
	background: #648b22;
	border-color: #648b22;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.telephone {
	color: #88af45;
	border: 2px solid #88af45;
	background-color: #fff;
	border-radius: 4px;
	padding: 12px 16px;
	line-height: 1;
	font-family: "Cabin", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	text-decoration: none;
	margin-top: 20px;
	display: inline-block;
	margin-right: 12px;
}
.telephone:hover {
	color: #648b22;
	border-color: #648b22;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
#presentation {
	background: url("css/fond-presentation.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.signature {
	text-align: right;
	margin-top: 40px;
}
.signature img {
	width: 180px;
}

.infos {
	background-color: #e9e5dc;
}

table {
	width: 100%;
}
td {
	padding: 6px;
}

.tarif {
	display: flex;
	justify-content: center;
	align-items: center;
}
.tarif h2 {
	color: #88966b;
}

.tarif > div {
	background-color: #fff;
	padding: 20px;
	border-radius: 12px;
	max-width: 300px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 25px 50px -12px;
	transform: rotate(4deg);
	transition: all 0.4s ease;
}
.tarif > div:hover {
	transform: rotate(-2deg);
}
.prix {
	color: #88af45;
	font-family: "Cabin", sans-serif;
	font-weight: 300;

	font-size: 60px;
}

.blocadresse {
	padding: 20px;
	background: url("css/fond-presentation.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.formations {
	background-color: #e9e5dc;
}
.formations h2 {
	text-align: center;
}
.form_annee {
	color: #648b22;
	background: #fff;
	display: block;
	width: fit-content;
	padding: 0px 4px;
	margin-bottom: 4px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
}
.form_auteur {
	color: #88966b;
	display: block;
	font-size: 14px;
	font-style: italic;
}

.definition .grille2 {
	gap: 0;
}

.definition_texte {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: justify;
}
.definition_texte > div {
	max-width: 500px;
}

.definition_image {
	aspect-ratio: 1;
	background: url(/css/osteopathie.jpg);
	background-size: cover;
}

.pourqui {
	background-color: #f6fcea;
}

.footer {
	color: #fff;
	background: url(/css/footer.jpg) #648b22;
	background-size: cover;
	padding: 20px;
	overflow: hidden;
}
.footer > div {
	max-width: 720px;
	margin: 150px auto;
}
.footer h2 {
	margin: 0;
	padding-top: 10px;
	color: #fff;
}
.footer p {
	margin: 0;
}

.footer img {
	background-color: #fff;
	padding: 30px 20px;
	width: 100px;
	border-radius: 4px;
	float: left;
	margin-right: 40px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
	transform: rotate(-4deg);
}
.footer p.footer_tel {
	margin-top: 10px;
	font-weight: 700;
}
.realisation {
	background-color: #2c2e27;
	padding: 40px;
	text-align: center;
}
.realisation img {
	width: 170px;
}
