﻿/* =============================================================== */
/* site.css - FICHIER GENERE AUTOMATIQUEMENT - NE PAS MODIFIER     */
/* Modifiez les fichiers sources puis relancez build-css.ps1       */
/* =============================================================== */

/* ----- Source : css\base.css ----- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Texte visible uniquement par les lecteurs d'ecran (accessibilite) */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}


 /* Empêcher le dépassement horizontal */
 html, body {
     overflow-x: hidden;
     max-width: 100vw;
 } 
 
 
body {
  margin: 0;
  font-family: "Raleway", Calibri,"Lora", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;   
  background-image: url(fond6.jpg);
  background-attachment:fixed; 

}


h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}


h2, .h2 {
  font-size: calc(0.8rem + 0.4vw);

}

@media (max-width: 780px) {
  h2, .h2 {
    font-size: 1rem;
  }
}

h3, .h3 {
	font-size: calc(0.8rem + 0.9vw);
	

  }


h4 {
    font-family:"Segoe print", Arial, Helvetica, sans-serif;
}





h5 {
    font-family:"Segoe print", Arial, Helvetica, sans-serif;
	font-size: calc(0.7rem + 0.4vw);
	font-weight: 400;
}

h5:before {content:"○"}


.opacite1{
	opacity: 1;	
}

.opacite2{
	opacity: 1;	
}

.opacite3{
	opacity: 0.5;	
}


.opacite4{
	opacity: 0.25;	
}

.opacite5{
	opacity: 0.1;	
}

.font-Segoe{
	font-family:"Segoe print", Arial, Helvetica, sans-serif;
	font-size: calc(0.7rem + 0.7vw);
	
}


@media (min-width:1000px){
.affiche {
	width : 40px;
	
}
.affichecadeau {
	width : 80px;
	
}
}

@media (min-width: 500px) and (max-width: 1000px){
.affiche {
	width : 30px;
	
}
.affichecadeau {
	width : 60px;
	
}
}



@media (max-width: 500px){
.affiche {
	width : 25px;
	
}
.affichecadeau {
	width : 60px;
	
}
}



p {
  
	margin-bottom: 0rem;
	text-indent: 0em;
	font-size: calc(0.7rem + 0.3vw);
  text-justify: inter-word;	
  
}

span {
  
  margin-bottom: 0rem;
  text-indent: 0em;
  font-size: calc(0.7rem + 0.3vw);
  
}


ul li {

  font-size: calc(0.7rem + 0.3vw);
}

em {
  font-size: calc(0.6rem + 0.2vw);
}
.img-fluid {
  max-width: 100%;
  height: auto;
}


.mb-lg-0 {
    margin-bottom: 0 !important;
  }

.rounded {
  border-radius: 0.25rem !important;
}

.text-center {
  text-align: center !important;
}

.bg-faded {
  border: solid 5px #b12b5d
  
  
  
}



.flex-colonne{
	flex-direction: column;		
	display: flex;
	justify-content: center;
}

.image-align{
float:left;
}

.icone {

    position: relative;
    background-size: cover;
    max-width: 3vw;
	vertical-align:middle;
}

.icone2 {

    position: relative;
    background-size: cover;
    max-width: 2vw;
	vertical-align:middle;
}
@media screen and (max-width: 780px){

.icone2 {

    position: relative;
    background-size: cover;
    max-width: 5vw;
	vertical-align:middle;
}

}
.iconemap{
    position: relative;
    background-size: cover;
    max-width: 2em;
}



.retrait{
margin-left : 2em;
}
/* ----- Source : css\layout.css ----- */
/* Pour titre */
.Titre
{   display: flex;
	justify-content: center;
}

.entete{
  flex-basis: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;	
  background-size: cover;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";  
}

.entete .nom {
  font-family: "Lora", serif;
  font-size: clamp(1.2 rem, 4vw, 2rem);
  font-weight: 600;
  color: #BA5A87;
  margin-bottom: 0.2rem;
}

.entete .nom-site {
  font-family: "Lora", serif;
  font-size: clamp(1rem, 6vw, 3rem);
  font-weight: 600;
  line-height: 1.2;
  color: #4C989C;
  margin: 0.5rem 0;
}

.entete .nom-spé {
  font-size: clamp(1rem, 3vw, 1.5rem);
  font-weight: 400;
  line-height: 1.4;
  color: #555;
}

.h1-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 15px;
}

.h1-container h1,
.h1-container h2 {
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 780px){
.entete .nom{
  color: #BA5A87;
}

.entete .nom-site {
  margin: 0.4rem 0;
}

.entete .nom-spé {
  text-align: center;
  width: 100%;
  display: block;
}

}



/* Pour les images */

.pissenlit {
	flex-basis: 30%;
    flex-direction: column;
	justify-content: center;
	min-width:100px;
	margin: auto;
    background-size: cover;
    max-width: 10vw;
    padding: 15px;	
}

.pissenlit_petit {

    max-width: 5vw;

}

.logossi {
    max-width: 2.5vw;
    margin: auto;
}

.logossi2 {
    max-width: 4.5vw;
    padding-top: 1.5rem;
}

@media (max-width:750px){
    .pissenlit_petit {
        max-width: 8vw;
    }
    .logossi {
        max-width: 6vw;
    }

    .logossi2 {
        max-width: 8vw;
        padding-top: 0.1rem;
    }
}

.pissenlit2 {
	min-width:40px;
    position: relative;
    background-size: cover;
    max-width: 4vw;
    padding: 5px;
}
.page-section1 {
	display: flex; 	
	margin-top:3rem;
	margin-bottom: 3rem;
	justify-content: center;
	background-image: url("../assets/img/fond.png");
	background-size: cover;  
  
}

.page-section {
	display: flex; 	
	margin-top:3rem;
	margin-bottom: 3rem;
	justify-content: center;
  
}

@media (min-width: 1200px) {
	
	.page-section1 {
	display: flex; 	
	margin-top:3rem;
	margin-bottom: 3rem;
	justify-content: center;
	background-image: url("../assets/img/fond.png");
	background-size: cover;  
   }
}

@media (max-width: 1200px) {
	
	.page-section1 {
	display: flex; 	
	margin-top:3rem;
	margin-bottom: 3rem;
	justify-content: center; 
	background-image: url("../assets/img/fond2.png");
	background-size: cover;  	  
	
   }	
}

/* Section contact */
.img_cec 
{	margin: 1vw;
    justify-content: center;
    background-size: cover;
    max-width: 15vw;
	min-width: 150px;
    padding: 1px;	
}



.bleu{
    background-color: #4C989C;
    padding: 2rem 0;
}

.bandeau{
    width: 80%;
    margin: 0 auto;
}

.contact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    align-items: start;
}

.contact1 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.souscontact1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.souscontact1 .h2 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.souscontact2, .contact3 {
    padding: 1.5rem;
    color: black;
    height: 100%;
}

.contact3 h2, #nom {
    color: black;
}

.adresse-details {
    font-size: 0.9em;
    color: black;
    margin-left: 32px;
    display: inline-block;
}

.itineraire {
    color: #4C989C;
    margin-left: 10px;
    display: inline-block;
    text-decoration: none;
    font-style: normal;
}

a {
    color: #4C989C;
    text-decoration: none;
}

a:hover {
    color: #3a7478;
}

.iconemap {
    vertical-align: middle;
    transition: transform 0.2s;
    margin-right: 8px;
}

a:hover .iconemap {
    transform: scale(1.1);
}

#nom {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: black;
}

.contact2 {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.contact3 {
    padding: 1.5rem;
    height: 100%;
}

.contact3 h2 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: black;
}

.contact3 ul {
    list-style: none;
    padding: 0;
}

.contact3 li {
    margin-bottom: 0.8rem;
    font-size: 1rem;
    line-height: 1.4;
    color: black;
}

@media (max-width: 1000px) {
    .contact {
        grid-template-columns: 1fr;
    }
    
    .souscontact1 {
        justify-content: center;
    }
    
    .contact2 {
        order: -1;
    }
}


@media (min-width: 1150px) {
.logo{
    background-size: cover;
    max-width: 3em;
}

.contact1 {
    grid-column: 1;
    grid-row: 1;
}

.contact2 {
    grid-column: 2  ;
    grid-row: 1;
	margin: auto;
	text-align: center;
}

.contact3 {
    grid-column: 3 ;
    grid-row: 1;
}
#nom{
	font-weight: 700;
	font-size : 1.4rem;
}

}



@media (min-width: 625px) and (max-width: 1150px) {
.logo{
    background-size: cover;
    max-width: 3em;
}
.contact1 {
    grid-column: 1/3;
    grid-row: 1;
}

.contact2 {
    grid-column: 3  ;
    grid-row: 1;
	margin: auto;
	text-align: center;
}

.contact3 {
    grid-column: 1 / 4 ;
    grid-row: 2;
}
#nom{
	font-weight: 700;
	font-size : 1.4rem;
}
}

@media (max-width: 625px) {
.logo{
    background-size: cover;
    max-width: 2em;
}	
.contact1 {
    grid-column: 1/4;
    grid-row: 1;
}

.contact2 {
    grid-column: 1/4  ;
    grid-row: 2;
	margin: auto;
	text-align: center;
	}

.contact3 {
    grid-column: 1 / 4 ;
    grid-row: 3;
}
#nom{
	font-weight: 700;
	font-size : 1rem;
}
}



.souscontact {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 10px;	
    position: relative;
}

.souscontact1 {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
}

.souscontact2 {
    grid-column: 2;
    grid-row: 1;
}





/* fin section contact */



/* Pied de page*/

.footer {
  background-color: rgba(47, 23, 15, 0.9);
}

.text-faded {
  color: #46c8ca;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}


.small {
  font-size: 0.875em;
}

.m-0 {
  margin: 0 !important;
}

.adresse-details {
    font-size: 0.9em;
    color: #666;
    margin-left: 32px;
    margin-top: 2px;
}

.itineraire {
    color: #4C989C;
    margin-left: 32px;
    display: block;
    margin-top: 2px;
    text-decoration: underline;
    font-style: normal;
}

.iconemap {
    vertical-align: middle;
    transition: transform 0.2s;
}

a:hover .iconemap {
    transform: scale(1.1);
}

a:hover .itineraire {
    color: #3a7478;
}

.bleu {
    background-color: #4C989C;
    padding: 2rem 0;
}

.contact3 {
    padding: 1.5rem;
    height: 100%;
}

.contact3 h2 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: black;
}

.contact3 ul {
    list-style: none;
    padding: 0;
}

.contact3 li {
    margin-bottom: 0.8rem;
    font-size: 1rem;
    line-height: 1.4;
    color: black;
}

.souscontact2 {
    padding: 1.5rem;
    color: black;
    height: 100%;
}

#nom {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: black;
}

.adresse-details {
    font-size: 0.9em;
    color: black;
    margin-left: 8px;
    display: inline;
}

.itineraire {
    color: #4C989C;
    margin-left: 8px;
    display: inline;
    text-decoration: none;
}

.adresses a {
    color: black;
    text-decoration: none;
    display: block;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    padding: 8px;
    border-radius: 8px;
}

.adresses a:hover, .adresses a:active {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
}

.adresses a div {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.adresses a div:first-child {
    color: black;
    font-weight: 600;
}

.adresses a div:last-child {
    margin-left: 32px;
    font-size: 0.9em;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .adresses a {
        background-color: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 0.8rem;
    }
    
    .adresses a:active {
        background-color: rgba(255, 255, 255, 0.3);
    }
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 0.1rem;
    margin-top: 0.1rem;
}

.logo {
    background-size: cover;
    max-width: 3em;
    transition: transform 0.2s;
}

.logo:hover {
    transform: scale(1.1);
}

.souscontact2 a {
    color: black;
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    padding: 8px;
    border-radius: 8px;
}

.souscontact2 a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
}

.souscontact2 a div {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Nouveaux styles pour les avis clients */
.avis-header {
    text-align: center;
    margin-bottom: 2rem;
}

.section-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #333;
}

.google-avis-card {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 2rem;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.avis-title {
    margin-bottom: 1rem;
    font-weight: 600;
    text-align: center;
    color: #555;
}

.avis-stars-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    gap: 10px;
}

.google-icon {
    width: 24px;
    height: 24px;
}

.stars {
    color: #fbbc04;
    font-size: 24px;
}

.rating {
    font-weight: bold;
    color: #333;
}

.btn-avis {
    background-color: #4C989C;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 1rem;
}

.btn-avis:hover {
    background-color: #3a7478;
}

.subtitle {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

/* Styles pour le footer reviews */
.footer-reviews {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
}

.footer-reviews-link {
    margin-bottom: 2rem;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    border-radius: 20px;
    transition: background-color 0.3s ease;
}

.footer-reviews-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.footer-google-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.footer-stars {
    color: #fbbc04;
    font-size: 18px;
}

.footer-rating-text {
    margin-left: 10px;
}

.footer-affiliations {
    margin-bottom: 2rem;
}

.footer-logos {
    display: flex;
    justify-content: center;
    gap: 2rem;
    align-items: center;
}

/* Utilitaires */
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.text-center { text-align: center; }

/* ----- Source : css\navigation.css ----- */
/* Variables CSS pour une meilleure maintenance */
:root {
    --primary-color: #4C989C;
    --primary-hover: #5fb0b4;
    --text-color: #333;
    --text-light: #000000;
    --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    --shadow-hover: 0 8px 15px rgba(0, 0, 0, 0.2);
    --border-radius: 8px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Reset des styles de liste */
.navbar, .nav-list, .dropdown-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Barre de navigation principale */
.navbar {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
    box-shadow: var(--shadow);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
    height: 70px;
    position: relative;
}

/* Liste de navigation */
.nav-list {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-list > li {
    position: relative;
}

.nav-list a {
    text-decoration: none;
    color: var(--text-light);
    font-weight: 600;
    padding: 0.5vw 1vw;
    display: flex;
    align-items: center;
    border-radius: var(--border-radius);
    transition: var(--transition);
    white-space: nowrap;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
}



.nav-list a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

/* Flèches des menus déroulants */
.dropdown-arrow {
    margin-left: 0.5rem;
    font-size: 0.8rem;
    transition: var(--transition);
}

.dropdown-toggle[aria-expanded="true"] .dropdown-arrow {
    transform: rotate(180deg);
}

/* Menus déroulants */
.dropdown-menu {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    background: white;
    box-shadow: var(--shadow-hover);
    min-width: 220px;
    border-radius: var(--border-radius);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition);
    z-index: 1001;
}

.dropdown-menu[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li {
    border-bottom: 1px solid #f0f0f0;
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-menu a {
    padding: 1rem 1.25rem;
    color: var(--text-color);
    background: white;
    border-radius: 0;
    font-weight: 400;
}

.dropdown-menu a:hover {
    background: var(--primary-color);
    color: var(--text-light);
    transform: none;
    box-shadow: none;
}

/* Menu téléphone */
.phone-menu a {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    font-weight: 600;
    padding: 0.5rem 1rem;
    color:#000000
}

.phone-menu a:hover {
    background: rgba(255, 255, 255, 0.164);
    color: var(--primary-color);
    border-color: var(--text-light);
}

.phone-menu img {
    width: 18px;
    margin-right: 8px;
    filter: none;
}

.phone-menu a:hover img {
    filter: none;
}

/* Menu hamburger moderne */
.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: var(--transition);
    z-index: 1002;
    position: absolute;
    right: 2rem;
}

.menu-toggle:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.hamburger-line {
    display: block;
    width: 24px;
    height: 3px;
    background: var(--text-light);
    border-radius: 2px;
    margin: 3px 0;
    transition: var(--transition);
    transform-origin: center;
}

/* Animation du menu hamburger */
.menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}

.menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}


@media (max-width: 1215px) {
    .nav-list a{
        padding: 0.1vw 0.2vw;
        font-size: calc(0.5rem + 0.4vw);
    }

}
/* Responsive Design */
@media (max-width: 768px) {
    .nav-container {
        padding: 0 1rem;
        height: 60px;
    }
    
    .menu-toggle {
        display: flex;
    }
    
    .nav-list {
        position: fixed;
        top: 0;
        transform: translateX(100%);
        right: 0;
        width: 300px;
        height: 100vh;
        background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-hover) 100%);
        flex-direction: column;
        align-items: flex-start;
        padding: 80px 0 2rem 0;
        transition: var(--transition);
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        overflow-y: auto;
    }
    
    .nav-list.active {
        transform: translateX(0);
    }
    
    .nav-list > li {
        width: 100%;
        margin: 0;
    }
    
    .nav-list a {
        width: 100%;
        padding: 1rem 2rem;
        border-radius: 0;
        justify-content: space-between;
        font-size: calc(0.8rem + 0.2vw);

    }
    
    .nav-list a:hover {
        background: rgba(255, 255, 255, 0.1);
        transform: none;
        box-shadow: none;
    }
    
    /* Menus déroulants en mobile */
    .dropdown-menu {
        position: static;
        width: 100%;
        box-shadow: none;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 0;
        margin: 0;
        max-height: 0;
        overflow: hidden;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: max-height 0.3s ease;
    }
    
    .dropdown-menu[aria-hidden="false"] {
        max-height: 400px;
    }
    
    .dropdown-menu a {
        background: transparent;
        color: var(--text-light);
        padding: 0.75rem 3rem;
        font-size: 0.9rem;
    }
    
    .dropdown-menu a:hover {
        background: rgba(255, 255, 255, 0.1);
        color: var(--text-light);
    }
    
    .dropdown-menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .phone-menu {
        margin-top: 1rem;
        padding: 0 2rem;
    }
    
    .phone-menu a {
        justify-content: center;
        border-radius: 25px;
        font-weight: 600;

    }
    
    .phone-menu img {
        filter: none;
    }
}

@media (max-width: 480px) {
    .nav-list {
        width: 280px;
    }
    
    .nav-container {
        padding: 0 0.75rem;
    }
    
    .nav-logo a {
        font-size: 1.3rem;
    }
}

/* Animation d'entrée */
@keyframes slideInRight {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

.nav-list.active {
    animation: slideInRight 0.3s ease-out;
}

/* Overlay pour fermer le menu en cliquant à l'extérieur */
.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.nav-overlay.active {
    opacity: 1;
    visibility: visible;
}
/* ----- Source : css\components\slider.css ----- */
@media (min-width: 750px) {
.commentaires {
	align-self : center;
	max-width:80%

  }
  
.quote{
	width:90%;
	align-self:center;
}

}

@media (max-width: 750px) {
.commentaires {
	align-self : center;
	max-width:90%;

  }
  
.quote{
	width:100%;
	align-self:center;
}

}

.guillemet{
	min-width:60px;
	margin: auto;
    background-size: cover;
    max-width: 4vw;
    padding: 15px;	
}


  
.mySlides {
	display: none;
}

.fade_avis {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
/* ----- Source : css\components\buttons.css ----- */
.intro-nouv2 button, .intro-nouv3 button{
    color: #1d286d;
	background-color: white;
    border-radius: 300px;
	padding: 21px 34px;
	font-family: futura-pt;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .28em;
    border: 2px solid #ACE0E3;
}



.intro-nouv2 button:hover, .intro-nouv3 button:hover{
    background-color: #ACE0E3;
    cursor: pointer;
    box-shadow: 0px 0px 5px 0px #777;
}

.intro-nouv1 button {
    color: #1d286d;
	background-color: #dcabc1;
    border-radius: 300px;
	padding: 21px 34px;
	font-family: futura-pt;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .28em;
    border: 2px solid #b12b5d;
}
.intro-nouv1 button:hover{
    background-color: #b12b5d;
    color: #fff;
    cursor: pointer;
    box-shadow: 0px 0px 5px 0px #777;
}

.rendez-vous{
	padding: 1rem;
	z-index: 2;
	justify-self : center;
 }

.rendez-vous button {
    color: #1d286d;
	background-color: #dcabc1;
    border-radius: 300px;
	font-size: calc(0.7rem + 0.3vw);
	font-style: normal;
    border: 2px solid #b12b5d;
}
.rendez-vous button:hover{
    background-color: #b12b5d;
    color: #fff;
    cursor: pointer;
    box-shadow: 0px 0px 5px 0px #777;
}
/* ----- Source : css\components\forms.css ----- */
/* Champ honeypot anti-robots : hors ecran, invisible pour les humains
   (pas de display:none, que certains robots detectent) */
.hp-field {
    position: absolute;
    left: -9999px;
    top: -9999px;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

form{
    width: 100%;
	display: flex;
	flex-direction: column;
    background-color: rgba(220,220,0,0.2);
    padding : 5px 0px;
	align-items: center;
	justify-content: center;
}
.c100{
    width: 50%;
	display: flex;
	flex-direction: column;
    margin-top: 50px;
	align-items: center;
	justify-content: center;
}

.c200{
    width: 50%;
	display: flex;
	flex-direction: column;
    margin-top: 50px;
	align-items: center;
	justify-content: center;
}

label{
    display: inline-block;
    min-width: 100%;	
	font-size: calc(0.7rem + 0.4vw);
}

input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px solid #46c8ca;
  border-radius: 8px;
}

input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px solid #46c8ca;
  border-radius: 8px;
}

input[type=tel] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px solid #46c8ca;
  border-radius: 8px;
}



input[type="submit"]{
    color: black;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    border: 2px solid #46c8ca;
}
input[type="submit"]:hover{
    background-color: #46c8ca;
    color: #fff;
    cursor: pointer;
    box-shadow: 0px 0px 5px 0px #777;
}