body, h1, h2, h3, p, ul, li, form, input, textarea, button {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

body {
  background-color: #f5f5f5;
  color: #333;
  line-height: 1.6;
}

a{
	color: #fff;
	text-decoration: none;
}

a:visited{
	color: #fff
}

#citation{
  font-weight: 600;
}

#titre{
	font-size: 50px;
  margin-bottom: 10px;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
}

header {
  background-color: #333;
  color: #fff;
  padding: 20px;
	position: relative;
}

nav ul {
  list-style: none;
  display: flex;
	flex-wrap: wrap;
}

nav ul li {
  margin-right: 20px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
}

#rating{
	position: absolute;
	top: 10px;
	right: 20px;
}

#hero {
  background-image: url('image/cabinet.jpeg');
  background-size: cover;
  background-position: center;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  text-align: center;
}

.hero-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
	color: #f7f7f5;
}

#rdv {
	  background-image: url('image/agenda.jpeg');
  background-size: cover;
  background-position: center;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rdv-content{
	text-align: center;
}
.rdv-content h2{
	 font-size: 36px;
  margin-bottom: 20px;
	color: #eee;
}
.titre_article{
	background-color: #524ff7;
	border-radius: 5px;
}

.btn, .call-button{
  display: inline-block;
  background-color: #333;
  color: #fff;
	font-size: 25px;
  padding: 10px 20px;
	margin-bottom: 20px;
	margin-top: 20px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn:hover, .call-button:hover{
  background-color: #555;
}

#article1 {
  background-image: url('image/Estomac.jpeg');
  background-size: cover;
  background-position: center;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
	color: #fff;
}

#article2 {
  background-image: url('image/vertebre.jpeg');
  background-size: cover;
  background-position: center;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
	color: #fff;
}
#article3 {
  background-image: url('image/bras.jpeg');
  background-size: cover;
  background-position: center;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
	color: #fff;
}
#article4 {
  background-image: url('image/squelette.jpeg');
  background-size: cover;
  background-position: center;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
	color: #fff;
}
#article5 {
  background-image: url('image/femme.jpeg');
  background-size: cover;
  background-position: center;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
	color: #fff;
}
#article6 {
  background-image: url('image/zen.jpeg');
  background-size: cover;
  background-position: center;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
	color: #fff;
}
#article7 {
  background-image: url('image/everest.jpeg');
  background-size: cover;
  background-position: center;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
	color: #fff;
}
#article_text, #fin_article{
	margin-left: 100px;
	margin-right: 100px;
}
section {
  padding: 40px 0;
}

.box{
	display: flex;
	flex-wrap: wrap;
	justify-content: columns;
}
.image_box{
	margin-bottom: 20px;
	margin-left: 50px;
}
.about_text{
	font-size: 18px;
  text-align: justify;
	max-width: 400px;
	min-width: 300px;
	margin-left: 30px;
	margin-top: -10px;
}

h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

#faq-section {
  padding: 40px;
  background-color: #f5f5f5;
  text-align: center;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: left;
}

.faq-item:hover{
	background-color: #acb9c2;
	color: #fff;
	transition-duration: 0.5s;
}

.question {
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.answer {
  margin-top: 10px;
  display: none;
}

.answer p {
  margin-bottom: 10px;
}

.services-grid, .lieu-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.service, .lieu, .exemple_avis{
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}

.exemple_avis{
	margin: 20px;
}

.lieu:hover{
	background-color: #acb9c2;
	color: #fff;
	transition-duration: 0.5s;
}

#image-container1 {
      display: none;
		margin-left: 30px;
		margin-top: 15px;
    }
#image-container2 {
      display: none;
		margin-left: 30px;
		margin-top: 15px;
    }

.btn_lln{
  display: inline-block;
  background-color: #333;
  color: #fff;
  font-size: 18px;
  padding: 5px 10px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn_lln:hover{
  background-color: #555
}

img{
	border-radius: 5px;
}

form{
	max-width: 300px;
	margin: 0;
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

input, textarea{
	width: 80%;
	padding: 10px;
	font-size: 16px;
	margin-bottom: 20px;
}

.bar_footer{
	background-color: #333;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 20px;
}

footer {
  background-color: #333;
  color: #fff;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
/* Insérez vos propriétés CSS ici, avec vos sélecteurs*/
	#rating{
	position: relative;
}

}

}