@charset "utf-8";
/* CSS Document */

html, html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
header {
	padding: 32px 32px 16px 32px;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	scroll-behavior: smooth;
}
.box img,
.box-consultations img {
	display: block;
	min-height: 250px;
	max-height: 250px;
	width: 250px;
	min-width: 250px;
	max-width: 250px;
	margin-left: 20px;
	margin-right: 20px;
	border-radius: 125px;
}
.box {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 98px;
	background-color: #deeccf;
}
.box p,
.box-consultations p{
	display: none;
}

.box-consultations {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
	width: 100%;
	margin: 98px 0px;
	background-color: #deeccf;
}

/* Conteneur centré */
.rdv-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}

#accueil {
  scroll-margin-top: 33px; /* ajuste cette valeur selon l'espace voulu */
}

.fake-link {
  display: inline-block;
  color: #deeccf;
  text-transform: uppercase;
  padding: 8px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

/* Style logo doctolib */
.rdv-button {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease, background-image 0.3s ease;
}

.rdv-button-accueil {
  width: 100px;
  height: 34px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease, background-image 0.3s ease;
}

/* Zoom au survol */
.rdv-button:hover {
  transform: scale(1.1);
}

/* Zoom au survol */
.rdv-button-accueil:hover {
  transform: scale(1.1);
}

/* Style logo doctolib */
.rdv-qr-code {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.rdv-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rdv-label {
  margin-top: 8px;
  font-size: 14px;
  color: #2e2e2e; /* même couleur que "Ils disent de nous" */
  text-align: center;
  font-family: 'Arial', sans-serif;
}

/* Logo Doctolib */
.doctolib-logo {
  background-image: url('images/doctolib.png');
}

.google-logo {
	background-image: url('images/avis-google.jpg');
}

.doctolib-logo:hover {
  background-image: url('images/doctolib-hover.png');
}

/* QR Code */
.qr-logo {
  background-image: url('images/qr-code.png');
}
.social-box {
	display: block;
	text-align: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 14px 20px 0px 20px;
}
.social-box p {
	font-size: 13px;
	margin-bottom: 8px;
}
.social-box a {
	font-size: 13px;
	margin-bottom: 8px;
	padding: 0px 8px;
}
.social-box ul li  {
	list-style-type: none;
	margin-bottom: 8px;
}
.social-box ul li a {
	text-decoration: none;
	color: #deeccf;
}
.social-box ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.social-box ul li a #instagram-hover {
	display: inline-block;
	background-image : url(images/instagram.png);
	background-repeat: no-repeat;
	background-size: 22px;
	height: 22px;
	min-height: 22px;
	max-height: 22px;
	width: 22px;
	min-width: 22px;
	max-width: 22px;
	margin: 0;
	padding: 0;
}
.social-box ul li a #instagram-hover:hover {
	background-image : url(images/instagram_hover.png);	
}
.social-box ul li a #linkedin-hover {
	display: inline-block;
	background-image : url(images/linkedin.png);
	background-repeat: no-repeat;
	background-size: 22px;
	height: 22px;
	min-height: 22px;
	max-height: 22px;
	width: 22px;
	min-width: 22px;
	max-width: 22px;
	margin: 0;
	padding: 0;
}
.social-box ul li a #linkedin-hover:hover {
	background-image : url(images/linkedin_hover.png);	
}
.title-contact {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: #626562;
	height: 90px;
	width: 100%;
}

.title-contact h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #deeccf;
	margin: 0px 4px 0px 16px;
	text-transform: none;
}

.contact {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px 20px;
	background-size: cover;
}
.contact h3 {
	font-size: 20px;
	margin-top: 50px;
	margin-bottom: 16px;
	padding: 0;
}
.contact h3.style-beauty {
	color: #626562;
}
.contact p {
	color: #626562;
	font-size: 18px;
	margin-bottom: 30px;
	padding: 0;
	margin: 0px 0px 14px 0px;
}
.contact a {
	margin-left: 4px;
	text-decoration: none;
	color: #626562;
}
.contact a:hover {
	color: #deeccf;
}
.contact img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	max-width: 574px;
	min-width: auto;
	margin-bottom: 50px;
}

footer {
	height: 100%;
	color: #deeccf;
	background-color: #626562;
	margin: 0;
	padding: 0;
}

footer ul li a:hover {
	color: #FFFFFF;
}

body {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width:1200px;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	max-width: 574px;
	min-width: auto;
}

.style-logo-center {
	align-content: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	max-width: 574px;
	min-width: auto;
	margin-bottom: 50px;
	margin-top: 30px;
}

.style-nav {
	text-align: center;
	padding: 20px 0px 0px 0px;
}
.style-nav ul {
	list-style-type: none;
}
.style-nav ul li a {
	display: inline-block;
	text-decoration: none;
	color: #626562;
	text-align: center;
	text-transform: uppercase;
	padding: 8px;
}

.style-nav ul li a:hover {
	color: #deeccf;
}
.style-nav ul li a.style-beauty {
	text-decoration: none;
	color: #b9a88e;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	padding: 8px;
}
.style-nav ul li a.style-beauty:hover {
	color: #2D2D35;
}
.row:before, .row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}
.hero {
	background-image: url(images/hero.jpg);
	min-height: 418px;
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}

.display-none {
	display: inline-block;
}
.ludovic-branco {
	background-size: cover;
	color: #626562;
	padding: 0px 20px 50px 20px;
	text-align: center;
}
.ludovic-branco p {
	text-align: justify;
}

.ludovic-branco p.style-beauty {
	text-align: right;
	margin-right: 20px;
}

.consultations {
	background-size: cover;
	color: #626562;
	padding: 0px 20px 50px 20px;
	text-align: center;
}
.consultations p {
	text-align: justify;
}

.footer p {
	text-align: center;
	font-size: 14px;
}

h1 {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 60px;
}
h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 23px;
}
h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 120px;
}


h4 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 35px;
}
p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
}
.ludovic-branco h1 {
	font-size: 40px;
	margin-top: 12px;
	margin-bottom: 8px;
}
.ludovic-branco h3 {
	font-size: 24px;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 50px;
}

.consultations h1 {
	font-size: 40px;
	margin-top: 12px;
	margin-bottom: 8px;
}
.consultations h3 {
	font-size: 24px;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 50px;
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}
a.button:hover {
	background-color: #9FB98E;
}
.info-box-tan {
	background-color: #b9a88e;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}
.info-box-dark {
	background-color: #2D2D35;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}
.col {
	width: 100%;
}
.contact p.style-beauty {
	color: #deeccf;
	font-size: 18px;
	padding: 0;
	margin: 0;
}
.style-nav ul li a.style-beauty {
	text-decoration: none;
	color: #b9a88e;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

.hidden-link {
    display: none;
}

.style-nav .hidden-link {
    display: none;
}

.contact h3.style-beauty {
    color: #626562;
	background-color: #deeccf;
	margin-bottom: 0px;
}

.avis-google {
  display: block;
  height: 250px;
  width: 250px;
  min-width: 250px;
  max-width: 250px;
  border-radius: 125px;
  margin-left: 20px;
  margin-right: 20px; /* pour l’aligner comme le portrait */
  transition: transform 0.3s ease;
}

.box-consultations a {
  display: block;
}

.box-consultations .avis-google {
  min-height: 250px;
  max-height: 250px;
  width: 250px;
  min-width: 250px;
  max-width: 250px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 125px;
  object-fit: cover; /* au cas où l’image ne soit pas parfaitement carrée */
}

.avis-google:hover {
  transform: scale(1.1);
}

.section-spacing {
  margin-top: 60px;
}

.container {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 0 auto;
}

.tarifs {
    margin-top: 20px;
    font-size: 18px;
	margin-bottom: 30px;
}

.tarif-item {
    margin-bottom: 15px;
	text-align: left;
	padding-left: 30px;
}

.tarif-item span {
    font-weight: bold;
}

.section-background {
  background-size: cover;
  background-position: center;
  height: 418px; /* ou la hauteur de ton choix */
  display: flex;
  justify-content: center; /* centre horizontalement */
  align-items: center;     /* centre verticalement */
}

.content-centered {
  padding: 30px 50px;
  text-align: center;
}

.content-centered h3 {
  padding: 30px 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 0px;
  font-style: italic;
  text-transform: none !important;
}

.footer-no-bg {
    background-color: transparent !important;
	color: #FFFFFF;
	font-style: italic;
}

.background-text-block {
  background-image: url(images/speech-bubble.png);
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  min-height: 300px; /* Ajuste la hauteur minimale selon ton image */
  display: flex;
  flex-direction: column;
  justify-content: center;   /* Centre verticalement */
  align-items: center;       /* Centre horizontalement */
  text-align: center;        /* Centre le texte à l'intérieur des <p> */
  padding: 2em;
  box-sizing: border-box;
}

.background-text-block p {
  margin: 0 0 1em 0;
  color: #333;
}

.style-beauty-Bernadette {
  align-self: flex-end; /* aligne ce <p> à droite dans le conteneur flex */
  padding-top: 20px;
  margin-right: 20px;
}

.style-beauty-Bernadette {
  text-align: 20px;
}

.mentions-legales h3 {
  margin-bottom: 20px;
}

/* Mentions légales – effet d'ouverture fluide */
.mentions-legales {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.6s ease-in-out, opacity 0.4s ease-in-out;
  padding: 0;
}

.mentions-legales.open {
  max-height: 4000px;
  opacity: 1;
  padding: 60px 20px;
}

.mentions-legales a {
  color: #626562;
  text-decoration: none;
}

.mentions-legales a:hover {
  color: #deeccf;
  text-decoration: underline; /* optionnel */
}

.consultations h3 {
  margin-top: 40px;
}

.consultations ul {
  margin-left: 20px;
}

.consultations ul li {
  margin-bottom: 12px;
}

.consultations ul {
  text-align: left;
  margin-left: 20px;
}

.consultations ul li {
  margin-bottom: 12px;
}

/* Forcer l’alignement à gauche dans les Mentions légales */
.mentions-legales h3 {
  text-align: left;
}

.mentions-legales p {
  text-align: left;
}

.testimonial-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 2rem 0;
}

.testimonials-container {
  display: flex;
  justify-content: center;
  gap: 1rem;
  transition: transform 0.5s ease-in-out;
  flex-wrap: nowrap;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
}

.testimonial {
  min-width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
  color: ##626562; /* couleur de la police - modifie si tu veux une autre couleur */
  font-weight: bold; /* met le texte en gras */
  background: #deeccf;
  padding: 2rem;
  border-radius: 1rem;
  /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */ /* Supprimé */
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  display: none;
}

.testimonial.visible {
  display: block;
  opacity: 1;
}

.dots {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 0.5rem;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #deeccf;
  cursor: pointer;
  transition: background 0.3s ease;
}

.dot.active {
  background: #626562;
}

/* Responsive */

@media screen and (min-width: 768px) {
  .testimonial {
    min-width: calc(100% / 3 - 1rem);
    max-width: calc(100% / 3 - 1rem);
    display: none;
  }

  .testimonial.visible {
    display: block;
    opacity: 1;
  }
}


/*Tablet View*/

@media (min-width: 650px) {
body {
	max-width: 1097px;
}
header {
	padding: 32px 32px 8px 32px;
}

.style-nav {
	text-align: center;
	margin-top: 8px;
	padding: 0px;
}
.style-nav ul li {
	display: inline-block;
	align-items: center;
	height: 34px;
}

.style-nav ul li a {
	display: inline-block;
	align-items: center;
	height: 34px;
}

.style-nav ul {
	text-align: center;
}
.display-none {
	display: none;
}

h1 {
	font-size: 40px;
	margin-bottom: 90px;
}
h2 {
	margin-bottom: 16px;
}
.title-contact h1 {
	font-size: 24px;
}
.col-md-one-half {
	width: 50%;
}
.col {
	float: left;
	padding: 0px 7px 0px;
}
.ludovic-branco {
	text-align: left;
}

.consultations {
	text-align: left;
}

.box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box p {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	font-size: 24px;
	color: #626562;
	margin: 0px 4px 0px 16px;
	text-transform: none;
}

.box-consultations {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box-consultations p {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	font-size: 24px;
	color: #626562;
	margin: 0px 4px 0px 16px;
	text-transform: none;
}

.box-consultations img {
	display: block;
	min-height: 250px;
	max-height: 250px;
	width: 250px;
	min-width: 250px;
	max-width: 250px;
	margin-left: 20px;
	margin-right: 150px;
	border-radius: 125px;
}

.contact p {
	font-size: 20px;
}
.contact h3 {
	font-size: 24px;
}
.contact p.style-beauty {
	font-size: 20px;
}
.social-box {
	display: block;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.content-centered h3 {
  padding: 30px 50px;
  text-align: center;
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 0px;
}

.footer-no-bg {
    background-color: transparent !important;
	color: #FFFFFF;
	font-style: italic;
	font-size: 20px;
}

.ludovic-branco P {
	margin-top: 20px;
}
	
.consultations P {
	margin-top: 20px;
}

/*Desktop View*/

@media (min-width: 1106px) {
body {
	max-width: 1920px;
}
header {
	padding: 32px 32px 18px 32px;
}
.style-logo {
	float: left;
}
.style-nav {
	float: right;
	text-align: center;
	margin-top: 0px;
	padding-top: 9px;
}
.col-lg-one-fourth {
	width: 25%;
}
.box p {
	font-size: 32px;
	color: #626562;
}

.box-consultations p {
	font-size: 32px;
	color: #626562;
}

.social-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 14px 20px 0px 20px;
}

.content-centered h3 {
  padding: 30px 50px;
  text-align: center;
  font-size: 32px;
  font-weight: 200;
  margin-bottom: 0px;
}

.footer-no-bg {
    background-color: transparent !important;
	color: #FFFFFF;
	font-style: italic;
	font-size: 24px;
}
}