@charset "utf-8";

@font-face {
font-family: 'Rubik-Light';
src: url('Rubik-Light.ttf');
}
@font-face {
font-family: 'Photoshoot';
src: url('Photoshoot.ttf');
}
@font-face {
font-family: 'Rubik-Medium';
src: url('Rubik-Medium.ttf');
}
@font-face {
font-family: 'Rubik-Regular';
src: url('Rubik-Regular.ttf');
}
@font-face {
font-family: 'JuliusSansOne-Regular';
src: url('JuliusSansOne-Regular.ttf');
}
@font-face {
font-family: 'Mirage';
src: url('Mirage.otf');
}

html{
	height: 100%;
	display: flex;
	justify-content: center;

}
body{
	font-family: 'Rubik-Regular';
	min-height: 100%;
	position: relative;
	font-size: 1rem;
	width: 100%;
	max-width: 2200px;
}
#container{
	padding:0rem 2rem 2rem 2rem;
	font-size: 1.2rem;
}
@media screen and (max-width: 1000px){
	#container{
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 750px){
	#container{
		font-size: 1rem;
	}
}
@media screen and (max-width: 500px){
	#container{
		padding:0rem 0.5rem 2rem 0.5rem;
	}
}
.marginTop05rem{
	margin-top: 0.5rem;
}
.marginTop1rem{
	margin-top: 1rem;
}
.marginTop2rem{
	margin-top: 2rem;
}
.marginTop3rem{
	margin-top: 3rem;
}
.marginTop5rem{
	margin-top: 5rem;
}
.marginBottom1rem{
	margin-bottom: 1rem;
}
.marginBottom2rem{
	margin-bottom: 2rem;
}
.marginBottom3rem{
	margin-bottom: 3rem;
}
.marginBottom4rem{
	margin-bottom: 4rem;
}
.paddingCotes2rem{
	padding: 0rem 2rem 0rem 2rem;
}
.paddingCadre{
	position: relative;
	padding: 0rem 4rem 0rem 4rem;
}
@media screen and (max-width: 1000px){
	.paddingCadre{
		padding: 0rem 2rem 0rem 2rem;
	}
}
@media screen and (max-width: 600px){
	.paddingCadre{
		padding: 0rem 1rem 0rem 1rem;
	}
}
.texteJustify{
	text-align: justify;
}
.texteCenter{
	text-align: center;
}
.flex1{
	flex: 1;
}
.flex2{
	flex: 2;
}
a{
	transition: .25s ease-in-out;
}
a:hover{
	transition: .25s ease-in-out;
	color: #ac1927;
}
.texteGras{
	font-weight: bold;
}
.texteItalique{
	font-style: italic;
}
.weight600{
	font-weight: 600;
}

.couleurSecondaire{
	color: #ac1927;
}
		
.bouton-contact {
	display: block;
	width: 250px;
	margin-top: 2rem;
	text-align: center;
	padding: 0.8rem 1.5rem;
	background-color: #ac1927;
	color: white;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	transition: .25s ease-in-out;
}

.bouton-contact:hover {
	background-color: #ff6a78;
	color: #000;
}
.lienEnSavoirPlus{
	background-color: #154961;
	color: #FFF;
	padding: 0.1rem 0.5rem;
	border-radius: 10px;
}

.lienEnSavoirPlus:hover{
	background-color: #3f819f;
	color: #FFF;
}

																							/*Header*/
#menu{
	display: flex;
	justify-content: center;
	width: 100%;
}
#menu ul{
	font-family: 'JuliusSansOne-Regular';
	
	display: flex;
	justify-content: center;
	font-size: 1.5rem;
	color: #1c1b21;
	margin: 0.5rem 0rem 0.5rem 0rem;
	letter-spacing: 0.2rem;
}
@media screen and (max-width: 1500px){
	#menu ul{
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 1250px){
	#menu ul{
		font-size: 1.5rem;
	}
}

#menu ul li{
	padding: 0rem 1.5rem;
	font-weight: normal;
	transition: .25s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 1080px){
	#menu ul{
		font-size: 1.4rem;
	}
}
#menu ul li:hover{
	transition: .25s ease-in-out;
	color:  #e5c76e;
}
#bandeauHeader{
	z-index: 1;
	border-width: 1px;
	border-color: #e70008;
	border-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#bandeauNomContact{
	width: 100%;
	padding: 0.5rem 1.5rem 0.5rem 1.5rem;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 1000px){
	#bandeauNomContact{
		padding-left: 3rem;
	}
}
@media screen and (max-width: 750px){
	#bandeauNomContact{
		padding-left: 6.5rem;
	}
}
@media screen and (max-width: 400px){
	#bandeauNomContact{
		padding-right: 0.5rem;
	}
}
#NomSiteBandeau{
	font-family: 'Mirage';
	font-size: 3rem;
}
@media screen and (max-width: 1000px){
#NomSiteBandeau{
	font-size: 2.5rem;
}
}
#nomH1{
	font-family: 'Rubik-Light';
	font-size: 1.4rem;
	width: 100%;
	letter-spacing: 0.7rem;
	display: flex;
	justify-content: center;
	margin-top: 1rem;
	margin-bottom: 2rem;
	padding: 0rem 0.3rem;
}
@media screen and (max-width: 530px){
	#nomH1{
		font-size: 1.2rem;
		letter-spacing: 0.5rem;
	}
}
@media screen and (max-width: 530px){
	#nomH1{
		font-size: 1.2rem;
		letter-spacing: 0.2rem;
	}
}
#tel{
	font-size: 1.1rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.boutonDemandeDevis{
	background-color: #ac1927;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	padding: 0.3rem 0.3rem;
	color: #fff;
	margin-top: 0.5rem;
}
@media screen and (max-width: 1000px){
	.boutonDemandeDevis{
		margin-bottom: 0.5rem;
	}
}
@media screen and (max-width: 750px){
	.boutonDemandeDevis{
		display: flex;
		align-items: center;
	margin-top: 0.2rem;
	max-height: 30px;
	}
}
@media screen and (max-width: 600px){
	.boutonDemandeDevis{
		font-size: 0.8rem;
	}
}
#tel img{
	height: 20px;
}

#tel a{
	display: flex;
}
.boutonDemandeDevis:hover {
	background-color: #ff6a78;
	color: #000;
}
html body div#imagesBandeau img{
	width: 100%;
	border-width: 1px;
	border-color: #e70008;
	border-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	margin-bottom: 2rem;
}
html body div#imagesBandeauTel img{
	width: 100%;
	border-width: 1px;
	border-color: #e70008;
	border-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	margin-bottom: 2rem;
}
@media screen and (max-width: 750px){
	#imagesBandeau{
		display: none;
	}
}
@media screen and (min-width: 751px){
	#imagesBandeauTel{
		display: none;
	}
}
#logo{
	width: 200px;
}

@media screen and (max-width: 1000px){
		#logo{
			width: 100px;
	}
}
@media screen and (max-width: 750px){
		#logo{
			
	}
	#bandeauNomContact{
		padding-left: 3rem;
	}
}
@media screen and (max-width: 600px){
	#NomSiteBandeau{
		font-size: 2rem;
	}
	#logo{
  		width: 100px;
	}
}
@media screen and (max-width:400px){
	#NomSiteBandeau{
		font-size: 1.6rem;
	}
	#logo{
	width: 80px;
	}
}
#logo img{
	width: 100%;
}

																							/*FIN Header*/
																							/*Index*/
/*																							
#bandeauActivitees{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.3rem;
}
@media screen and (max-width: 800px){
	#bandeauActivitees{
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 700px){
	#bandeauActivitees{
		font-size: 1rem;
	}
}


.agencementActivitees{
display: flex;
justify-content: center;
margin: 0rem 0.2rem;
}
@media screen and (max-width: 650px){
	.agencementActivitees{
		flex-wrap: wrap;
	}
}

.enumerationActivitees{
	display: flex;
	margin: 0rem 0rem;
	width: 400px;
	justify-content: center;
}
@media screen and (max-width: 1612px){
	.enumerationActivitees{
		justify-content: flex-start;
	}
}
@media screen and (max-width: 800px){
	.enumerationActivitees{
		width: 350px;
	}
}
@media screen and (max-width: 700px){
	.enumerationActivitees{
		width: 321px;
	}
}
.enumerationActivitees img{
	height: 30px;
}
*/
.blockActivitees{
margin-top: 3rem;
}
.divH2{
	color: #636361;
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
@media screen and (max-width: 800px){
	.divH2{
		font-size: 2rem;
		text-align: center;
	}
}
@media screen and (max-width: 600px){
	.divH2{
		font-size: 1.7rem;
		text-align: center;
	}
}
@media screen and (max-width: 550px){
	.divH2{
		font-size: 1.5rem;
	}
}
.agencementBlockActivitees{
	display: flex;
	text-align: justify;
}
.imageParagraphe{
	min-width: 20rem;
}
@media screen and (max-width: 1600px){
.imageParagraphe{
	display: none;
}
}
.agencementBlockActivitees img{
	padding: 0.3rem 0.3rem 0.3rem 0.3rem;
	width: 100%;
	border-width: 1px;
	border-color: #e70008;
	border-style: solid;
	border-left-style: none;
	border-bottom-style: none;
}
.agencementBlockActivitees p{
	padding-left: 1.5rem;
}
@media screen and (max-width: 1600px){
.agencementBlockActivitees p{
padding-left: 0rem;
}
}
.Under1000{
	display: none;
}
@media screen and (max-width: 1600px){
.paragraphe img.Under1000{
	display: block;
	float: left;
	width: 300px;
	margin: 0rem 1rem 0rem 0rem;
}
}
@media screen and (max-width: 600px){

	.paragraphe{
		display: flex;
		flex-direction: column;
	}
.paragraphe img.Under1000{
	display: flex;
	float: none;
	width: 350px;
	margin: 0rem 0rem 1rem 0rem;
	border-radius: 30px;
	border-width: 7px;
}
}
.agencementH2SousTextes{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.h2SousTextes{
	font-size: 1rem;
	text-align: center;
	background-color: #ac1927;
	padding: 0.1rem 0.5rem;
	border-radius: 10px;
	color: #fff;
	margin: 0rem 0.2rem 1rem 0.2rem;
	min-width: 234px;

}
@media screen and (max-width: 600px){
.centreImage{
align-items: center;
}}


																							/*FIN index*/
                    				      						/*menu hamburger*/
#menuToggle{
position: fixed;
top: 35px;
left: 4px;
z-index: 7;
-webkit-user-select: none;
user-select: none;
width: 100%;
}
@media screen and (min-width: 1001px){
  #menuToggle{  
  	display: none;
  }
}
#menuToggle a{
padding: 5px;
transition: .25s ease-in-out;
}
#menuToggle a:hover{
transition: .25s ease-in-out;
background-color: #cdc2c6;
}
#menuToggle input{
display: block;
width: 40px;
height: 32px;
position: absolute;
top: -7px;
left: -5px;
cursor: pointer;
opacity: 0;
z-index: 7;
-webkit-touch-callout: none;
}
#menuHamb{
display: flex;
flex-direction: column;
align-items: center;
position: absolute;
width: 100%;
margin: -168px 0px 0px -10px;
padding-top: 125px;
padding-bottom: 1rem;
list-style-type: none;
-webkit-font-smoothing: antialiased;
/* to stop flickering of text in safari */
transform-origin: 0% 0%;
transform: translate(0, -100%);
transition: transform 0.5s;
line-height: 1.3;
font-size: 1.3rem;
background-color: #fff;
}
#menuHamb a{
width: 100%;
text-align: center;
color: #ac1927;
}
@media screen and (max-width: 800px){
#menuHamb a{
font-size: 1.3rem;
}
}
#menuHamb a:hover{
-webkit-box-shadow:inset 0px 0px 0px 1px #e5c76e;
-moz-box-shadow:inset 0px 0px 0px 1px #e5c76e;
box-shadow:inset 0px 0px 0px 1px #e5c76e;
background-color: #ac1927;
color: #000;
}
#menuToggle input:checked ~ .ulHamburger{
transform: none;
}

/*Effet petites barres menu*/
#menuToggle span{
display: block;
width: 33px;
height: 4px;
margin-bottom: 5px;
position: relative;
background: #9d9d9d;
border-radius: 3px;
z-index: 6;
transform-origin: 4px 0px;
transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
      background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
      opacity 0.55s ease;
}
#menuToggle span:first-child
{
transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span
{
opacity: 1;
transform: rotate(45deg) translate(-2px, -1px);
background: #000;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
opacity: 0;
transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2)
{
transform: rotate(-45deg) translate(0, -1px);
}
@media screen and (max-width: 1000px) {
#menu{
display: none;
}
#menu{
	height: 75px;
}
}
                    				      						/*FIN menu hamburger*/
                       							  			  /*formulaire contact*/
.formulaire_contact{
  flex:4;
  font-size: 1.2rem;
  padding: 1rem 0rem 1rem 0rem;
  display: flex;
	justify-content: end;
}
@media screen and (max-width: 1200px){
	.formulaire_contact{
		justify-content: center;
	}
}
.formulaire_contact form{
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 580px){
.formulaire_contact form{
  font-size: 1rem;
}}
.formulaire_contact form div{
  margin-top: 1rem;
}
.autreContact{
flex:4;
font-size: 1.3rem;
margin-bottom: 1rem;
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 1rem;
text-align: center;
}
.autreContact p{
  margin-bottom: 1rem;
}
@media screen and (max-width: 500px){
  .autreContact p{
font-size: 1rem;
}
}
.inputedit{
  width: 50rem;
  padding:0.5rem;
  border-width: 1px;
  border-color: #1d1d1d;
  border-style: solid;
  background-color: #c0c0c0;
  color:#0d0c0c;
}
@media screen and (max-width: 1600px){
.inputedit{
  width: 40rem;
}}
@media screen and (max-width: 1400px){
.inputedit{
  width: 35rem;
}}
@media screen and (max-width: 1000px){
.inputedit{
 width: 25rem;
}}

@media screen and (max-width: 600px){
.inputedit{
  width: 25rem;
}}
@media screen and (max-width: 500px){
.inputedit{
  width: 20rem;
}}
@media screen and (max-width: 355px){
.inputedit{
  width: 16rem;
}}
#valider{
  cursor: pointer;
  transition: .25s ease-in-out;
  color: #636363;
  margin-top: 1.5rem;
  padding:0rem 0.7rem 0rem 0.7rem;
  height: 2rem;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #c0c0c0;
}
@media screen and (max-width: 480px){
#valider{
  font-size: 1.1rem;
}}
#valider:hover{
  transition: .25s ease-in-out;
  color: #fff;;
  background-color: #636363;
}
#textareamessage{
  padding:0.5rem;
  color:#0d0c0c;
  min-height: 10rem;
}
.formulaire_contact form ul li{
  text-align: center;
}
.asterisque{
  color:#c50303;
}
.error{
  color:#ec5f66;
}
#titre_form{
		font-size: 30px;
}
@media screen and (max-width: 1000px){
#titre_form{
  font-size: 1.2rem;
}}
#agencementContact{
	display: flex;
	justify-content: space-between;
	color: #636363;
	background-color: #e5e5e5;
}
@media screen and (max-width: 1200px){
	#agencementContact{
		flex-direction: column;
		justify-content: center;
	}
}
#coordonees{
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 1050px){
	#coordonees{
font-size: 16px;
}
}
#coordonees span{
		margin-right:	1rem;
}
@media screen and (max-width: 1200px){
	#coordonees span{
		margin:	0.5rem 1rem 0rem 0rem;
}
}
#coordonees iframe{
	padding: 1rem 1rem 1rem 0rem ;
}
@media screen and (max-width: 1300px){
	#coordonees iframe{
		width: 30rem;
}
}
@media screen and (max-width: 1000px){
	#mapTel iframe{
		width: 30rem;
}
}
@media screen and (max-width: 600px){
	#mapTel iframe{
		width: 25rem;
}
}
@media screen and (max-width: 500px){
	#mapTel iframe{
		width: 20rem;
}
}
@media screen and (max-width: 355px){
	#mapTel iframe{
		width: 16rem;
}
}
@media screen and (max-width: 1200px){
#coordonees iframe{
display: none;
}
}
#mapTel{
	display: none;
	margin: auto;
}
@media screen and (max-width: 1200px){
#mapTel{
	margin-bottom: 1rem;
display: block;
}
}

               										           /*fin formulaire contact*/
              										           /*contact*/
.NomSite{
font-family: 'Rubik-Medium';
font-size: 1.5rem;
}
#contact{
font-family: 'JuliusSansOne-Regular';
font-size: 2rem;
text-align: center;
	border-width: 1px;
	border-color: #e70008;
	border-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
color: #636363;
letter-spacing: 0.2rem;
}
#Tel2{
	margin-left: 1.55rem;
}
                   										       /*Fin contact*/
                    				      						/*Footer*/
#bandeauFooter{
display: flex;
justify-content: space-between;
border-width: 1px;
border-color: #e70008;
border-style: solid;
border-right-style: none;
border-left-style: none;
border-bottom-style: none;
}
#agencementLogosSociaux{
	display: flex;
	padding: 0rem 1rem 0rem 0rem;
}
#agencementLogosSociaux img{
	width: 50px;
	margin-left: 1rem;
	margin-top: 0.2rem;
}
#CGU{
	color: #636363;
	display: flex;
	flex-direction: column;
	padding: 0.5rem 1rem 0.5rem 1rem;
}
@media screen and (max-width: 366px){
	#CGU{
	padding: 0.5rem 0.3rem 0.5rem 0.3rem;
	font-size: 0.9rem;
}
}
.basDePage{
position: fixed;
bottom: 0px;
width: 100%;
}
                    				      						/*FIN Footer*/

                    				      						/*FIN Footer2*/
/* Style général pour le footer */
#bandeauFooter2 {
    width: 100%;
    padding: 20px 15px;
    background-color: #f8f8f8;
    border-top: 1px solid #e7e7e7;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: #333;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 1rem;
}

/* Style pour les liens */
#bandeauFooter2 a {
    color: #555;
    text-decoration: none;
    transition: color 0.3s ease;
}

#bandeauFooter2 a:hover {
    color: #000;
    text-decoration: underline;
}

/* Section CGU */
#CGU2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

/* Section logos sociaux */
#agencementLogosSociaux2 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 5px 0;
}

#agencementLogosSociaux2 img {
    height: 30px;
    width: auto;
    transition: opacity 0.3s ease;
}

#agencementLogosSociaux2 img:hover {
    opacity: 0.8;
}

/* Section informations entreprise */
#infosEntreprise2 {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5;
}

/* Media Queries pour la responsivité */
@media screen and (max-width: 768px) {
    #CGU2 {
        justify-content: center;
    }
    
    #infosEntreprise2 {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    #bandeauFooter2 {
        padding: 15px 10px;
        font-size: 13px;
    }
    
    #agencementLogosSociaux2 img {
        height: 25px;
    }
    
    #infosEntreprise2 {
        font-size: 11px;
    }
}

@media screen and (max-width: 320px) {
    #bandeauFooter2 {
        padding: 10px 5px;
        font-size: 12px;
    }
    
    #CGU2 {
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }
    
    #agencementLogosSociaux2 {
        gap: 10px;
    }
    
    #agencementLogosSociaux2 img {
        height: 22px;
    }
    
    #infosEntreprise2 {
        font-size: 10px;
    }
}
                    				      						/*FIN Footer2*/

                                          /*réalisations */
#conteneurRealisations{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0rem 8rem 3rem 8rem;
}
@media screen and (max-width: 1000px){
	#conteneurRealisations{
	padding: 0rem 3rem 3rem 3rem;
}
}
@media screen and (max-width: 1000px){
	#conteneurRealisations{
	padding: 0rem 1rem 3rem 1rem;
}
}
#conteneurRealisations a{
	width: 32.5%;
	margin-top: 0.8rem;
	display: flex;
	align-items: center;
	background-color: #000;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
}
#conteneurRealisations a img{
	width: 100%;
}
#conteneurRealisations a:hover {
	-webkit-transform: scale(1.035);
	transform: scale(1.035);
}
#titrePageRealisations{
	margin-top: 4rem;
}
@media screen and (max-width: 800px){
	#titrePageRealisations{
	margin-top: 1rem;
}
}
@media screen and (max-width: 1000px){
#titrePageRealisations div.ecriture2CadreNosServices{
	max-width: 15rem;
}}

html body div#container div#conteneurRealisations a.sansBackgroundColor{
	background-color: #fff;
}
#conteneurRealisations div img{
	width: 100%;
}
html body div#container div#conteneurRealisations div.sansBackgroundColor{
	background-color: #fff;
	width: 32.5%;
	margin-top: 0.8rem;
	display: flex;
	align-items: center;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
}
.H2Realisations{
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 0rem;
}
                                          /*FIN page réalisations */
                                          /*page confirmation */
.messageRecu{
	text-align: center;
}
                                          /*FIN page confirmation */












/* Design moderne pour la partie body uniquement */

/* Conteneur principal avec ombre et arrière-plan */
.toiture-container-moderne {
  max-width: 1200px;
  margin: 0 auto 50px;
  background-color: #fff;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 40px;
  position: relative;
  overflow: visible; /* Changé de 'hidden' à 'visible' */
  z-index: 1; /* Assurer un z-index approprié */
}

/* Titre principal avec style moderne */
.toiture-titre-principal {
  font-size: 2.2rem;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.toiture-titre-principal:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #c52026;
}

/* Conteneur de l'image et des services */
.toiture-flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-bottom: 50px;
}

/* Image avec effet */
.toiture-image-moderne {
  width: 350px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
  position: relative;
}

.toiture-image-moderne:hover {
  transform: scale(1.02);
}

/* Overlay pour l'image */
.toiture-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 70%, rgba(0,0,0,0.1) 100%);
  border-radius: 8px;
  pointer-events: none; /* Permet les clics à travers l'overlay */
}

/* Conteneur des services */
.toiture-services-moderne {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/* Carte de service */
.toiture-service-card {
  flex: 1;
  min-width: 250px;
  padding: 25px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.toiture-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Titre de service */
.toiture-service-titre {
  font-size: 1.5rem;
  color: #c52026;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eaeaea;
  font-weight: 600;
}

/* Listes stylisées */
.toiture-liste-moderne {
  list-style: none;
  padding: 0;
  margin: 0;
}

.toiture-liste-moderne li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  color: #555;
}

.toiture-liste-moderne li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #c52026;
  border-radius: 50%;
}

/* Paragraphe de description */
.toiture-description {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  margin: 40px 0;
  line-height: 1.7;
  color: #444;
  text-align: justify;
}

/* Bouton contact moderne */
.toiture-bouton-moderne {
  display: inline-block;
  padding: 16px 40px;
  background-color: #c52026;
  color: white;
  text-decoration: none;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(197, 32, 38, 0.3);
  border: none;
  text-align: center;
  font-size: 1.1rem;
  position: relative;
  z-index: 2;
}

.toiture-bouton-moderne:hover {
  background-color: #a61a1f;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(197, 32, 38, 0.4);
}

/* Conteneur du bouton */
.toiture-bouton-container {
  text-align: center;
  margin: 40px 0 20px;
}

/* Media queries */
@media (max-width: 768px) {
  .toiture-container-moderne {
    padding: 25px;
  }
  
  .toiture-flex-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  
  .toiture-titre-principal {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .toiture-services-moderne {
    flex-direction: column;
  }
  
  .toiture-container-moderne {
    padding: 20px;
  }
  
  .toiture-service-card {
    padding: 20px;
  }
}

@media (max-width: 320px) {
  .toiture-container-moderne {
    padding: 15px;
  }
  
  .toiture-service-card {
    padding: 15px;
  }
  
  .toiture-titre-principal {
    font-size: 1.5rem;
  }
}


/* CSS spécifique pour la page de réparation de toiture */

/* Conteneur pour les deux images superposées */
.toiture-images-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 350px;
  max-width: 100%;
}

/* Conteneur individuel pour chaque image */
.toiture-image-container {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

/* Adaptation du style d'image existant pour qu'il fonctionne avec la nouvelle structure */
.toiture-image-container .toiture-image-moderne {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.toiture-image-container:hover .toiture-image-moderne {
  transform: scale(1.02);
}

/* Adaptation des media queries pour la nouvelle structure d'images */
@media (max-width: 768px) {
  .toiture-images-wrapper {
    width: 100%;
    max-width: 350px;
  }
}

@media (max-width: 480px) {
  .toiture-images-wrapper {
    gap: 15px;
  }
}

@media (max-width: 320px) {
  .toiture-images-wrapper {
    gap: 10px;
  }
}

/* CSS spécifique pour la page de nettoyage de toiture */

/* Conteneur pour les trois images avec disposition spéciale */
.toiture-images-wrapper-special {
  width: 350px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Image principale du haut */
.toiture-image-principale {
  width: 100%;
}

/* Conteneur pour les deux images du bas */
.toiture-images-duo {
  display: flex;
  gap: 15px;
  width: 100%;
}

/* Images secondaires (moitié de largeur) */
.toiture-image-secondaire {
  width: calc(50% - 7.5px);
  flex: 1; /* Assure une distribution égale de l'espace disponible */
}

/* Conteneur individuel pour chaque image */
.toiture-image-container {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

/* Adaptation du style d'image pour s'assurer que les images remplissent leurs conteneurs */
.toiture-image-secondaire .toiture-image-moderne {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Garantit que l'image couvre tout son conteneur */
  display: block;
}

/* Adaptations pour les appareils mobiles */
@media (max-width: 768px) {
  .toiture-images-wrapper-special {
    width: 100%;
    max-width: 350px;
  }
}

@media (max-width: 480px) {
  .toiture-images-duo {
    gap: 10px;
  }
  
  .toiture-image-secondaire {
    width: calc(50% - 5px);
  }
}

@media (max-width: 320px) {
  .toiture-images-duo {
    gap: 8px;
  }
}

/* CSS spécifique pour la page de zinguerie */

/* Conteneur pour les deux images côte à côte */
.toiture-images-wrapper-horizontal {
  display: flex;
  flex-direction: row;
  gap: 15px;
  width: 450px;
  max-width: 100%;
}

/* Images côte à côte (moitié de largeur) */
.toiture-image-horizontale {
  width: calc(50% - 7.5px);
  flex: 1; /* Assure une distribution égale de l'espace disponible */
}

/* Adaptation du style d'image pour s'assurer que les images remplissent leurs conteneurs */
.toiture-image-horizontale .toiture-image-moderne {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Garantit que l'image couvre tout son conteneur */
  display: block;
}

/* Adaptations pour les appareils mobiles */
@media (max-width: 768px) {
  .toiture-images-wrapper-horizontal {
    width: 100%;
    max-width: 350px;
  }
}

@media (max-width: 480px) {
  /* Pour les petits écrans, on passe en vertical */
  .toiture-images-wrapper-horizontal {
    flex-direction: column;
    gap: 15px;
  }
  
  .toiture-image-horizontale {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .toiture-images-wrapper-horizontal {
    gap: 10px;
  }
}

/* Styles pour le menu déroulant */
.dropdown-services {
    display: inline-block;
    position: relative;
}

.dropdown-btn {
    font-family: 'JuliusSansOne-Regular';
    color: #1c1b21;
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem 1.5rem;
    transition: .25s ease-in-out;
    display: flex;
    align-items: center;
}

.dropdown-btn:hover {
    color: #e5c76e;
    transition: .25s ease-in-out;
}

.dropdown-arrow {
    margin-left: 10px;
    font-size: 0.7em;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 250px; /* Élargi le dropdown */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
    border: 1px solid #e5c76e;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.dropdown-content a {
    color: #1c1b21;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    font-family: 'JuliusSansOne-Regular';
    font-size: 1rem; /* Réduit la taille du texte */
    letter-spacing: 0.1rem; /* Réduit légèrement l'espacement */
    transition: .25s ease-in-out;
}

.dropdown-content a:hover {
    color: #e5c76e;
    background-color: rgba(229, 199, 110, 0.1);
}

.dropdown-services:hover .dropdown-content {
    display: block;
}

/* Version mobile */
@media screen and (max-width: 1000px) {
    .dropdown-services {
        width: 100%;
    }
    
    .dropdown-btn {
        width: 100%;
        text-align: center;
    }
    
    .dropdown-content {
        position: static;
        display: none;
        width: 100%;
        box-shadow: none;
        border: none;
        transform: none;
        min-width: auto;
    }
    
    .dropdown-services.active .dropdown-content {
        display: block;
    }
}

/* Responsive adjustments */
@media screen and (max-width: 1500px){
    .dropdown-btn {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 1250px){
    .dropdown-btn {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1080px){
    .dropdown-btn {
        font-size: 1.4rem;
    }
}

/* Styles pour le menu déroulant mobile */
.dropdown-services-mobile {
    width: 100%;
}

.dropdown-btn-mobile {
    width: 100%;
    padding: 15px;
    text-align: center;
    color: #ac1927;
    font-size: 1.3rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.25s ease-in-out;
}

.dropdown-btn-mobile:hover {
    background-color: #cdc2c6;
}

.dropdown-content-mobile {
    display: none;
    width: 100%;
}

.dropdown-content-mobile a {
    display: block;
    width: 100%;
    padding: 15px;
    text-align: center;
    color: #ac1927;
    text-decoration: none;
    transition: background-color 0.25s ease-in-out;
}

.dropdown-content-mobile a:hover {
    background-color: #cdc2c6;
    box-shadow: inset 0px 0px 0px 1px #e5c76e;
}

.dropdown-services-mobile.active .dropdown-content-mobile {
    display: block;
}

/*Liste zone intervention*/
/* Styles pour la section zones d'intervention */
.zones-intervention-contenu {
    padding: 0 1.5rem;
    text-align: justify;
}

.zones-intervention-contenu p {
    margin-bottom: 1.5rem;
}

.liste-communes {
    background-color: #f9f9f9;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    margin: 1.5rem 0;
    line-height: 1.7;
}

.liste-communes p {
    margin-bottom: 0;
}

.zone-devis {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
    padding: 1rem;
    text-align: center;
}

.zone-devis p {
    max-width: 600px;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    .zones-intervention-contenu {
        padding: 0;
    }
    
    .liste-communes {
        padding: 1rem;
    }
}

/*fixed en haut d'écran*/
/* Styles pour fixer le téléphone lors du défilement */
.tel-fixed {
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 5;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

/* Style spécifique quand on a défilé */
.tel-scrolled {
    background-color: #f8f8f8;
    box-shadow: 0 3px 15px rgba(0,0,0,0.15);
}

/* Placeholder pour maintenir l'espace dans la mise en page */
#tel-placeholder {
    width: 0;
    height: 0;
    visibility: hidden;
}

/* Adaptation en mode responsive */
@media screen and (max-width: 1000px) {
    .tel-fixed {
        top: 5px;
        right: 20px; /* Espace pour le menu hamburger */
        padding: 5px;
    }
    
    .tel-fixed a {
        font-size: 0.9rem;
    }
    
    .tel-fixed img {
        height: 16px;
    }
}

@media screen and (max-width: 750px) {
    .tel-fixed {
        right: 20px;
    }
    
    .tel-fixed a.boutonDemandeDevis {
        font-size: 0.7rem;
        padding: 0.2rem;
    }
}

/* MODIFICATION POUR LE COMPORTEMENT SOUS 768px */
@media screen and (max-width: 768px) {
    .tel-fixed {
        padding: 3px;
        top: 3px;
        right: 10px;
    }
    
    /* Styles par défaut pour le tel-fixed */
    .tel-fixed.tel-scrolled {
        left: 0;
        right: 0;
        top: 0;
        width: 100vw;
        border-radius: 0;
        padding: 15px 10px;
        text-align: center;
        box-shadow: 0 2px 10px rgba(0,0,0,0.2);
        background-color: white;
        color: black;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        /* Forcer le centrage en annulant les styles par défaut */
        margin: 0 auto;
        /* Z-index inférieur au menu hamburger */
        z-index: 5;
    }
    
    .tel-fixed.tel-scrolled a {
        color: black;
        font-size: 1rem;
        /* Centrer les liens */
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        margin: 0 auto;
    }
    
    /* Spécifiquement pour le lien du téléphone (premier lien) */
    .tel-fixed.tel-scrolled a:first-child {
        order: 1;
        align-self: center;
        margin: 0 auto;
    }
    
    .tel-fixed.tel-scrolled a.boutonDemandeDevis {
        background-color: #ac1927;
        color: white;
        font-size: 0.8rem;
        padding: 0.5rem 1rem;
        border-radius: 5px;
        margin: 5px auto 0 auto;
        /* S'assurer que le bouton est centré et en deuxième position */
        align-self: center;
        order: 2;
    }
    
    .tel-fixed a:first-child {
        font-size: 1.2rem;
    }
    
    .tel-fixed img {
        height: 14px;
    }
}

@media screen and (max-width: 480px) {
    .tel-fixed a:first-child {
        font-size: 1rem;
    }
    
    .tel-fixed img {
        height: 14px;
    }
}

/* bannière de consentement */
    .cookie-banner {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #0a345e;
        color: white;
        padding: 15px;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
        z-index: 9999;
        display: flex;
        flex-direction: column;
        font-family: Arial, sans-serif;
    }

    .cookie-content {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .cookie-text {
        flex: 1;
        margin-bottom: 10px;
    }

    .cookie-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .btn {
        padding: 8px 15px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-weight: bold;
        transition: background-color 0.3s;
    }

    .btn-accept-all {
        background-color: #e3a900;
        color: white;
    }

    .btn-accept-all:hover {
        background-color: #c99300;
    }

    .btn-reject-all {
        background-color: #f44336;
        color: white;
    }

    .btn-reject-all:hover {
        background-color: #d32f2f;
    }

    .btn-customize {
        background-color: #2196F3;
        color: white;
    }

    .btn-customize:hover {
        background-color: #0b7dda;
    }

    .cookie-details {
        display: none;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #2a527e;
    }

    .cookie-details.active {
        display: block;
    }

    .cookie-option {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }

    .cookie-option input {
        margin-right: 10px;
    }

    .btn-save {
        background-color: #e3a900;
        color: white;
        margin-top: 10px;
    }

    .btn-save:hover {
        background-color: #c99300;
    }

    @media (min-width: 768px) {
        .cookie-content {
            flex-direction: row;
            align-items: center;
        }
        
        .cookie-text {
            margin-bottom: 0;
            margin-right: 15px;
        }
    }

/* ================= AVIS GOOGLE ================= */

#google-reviews {
    margin: 0px auto;
    max-width: 100%;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}

/* Règle globale pour box-sizing */
#google-reviews * {
    box-sizing: border-box;
}

/* Note moyenne */
.average-rating {
    text-align: center;
    font-size: 20px;
    /*font-weight: bold;*/
    margin-bottom: 20px;
    color: #e7711b;
    padding: 8px;
    border-radius: 8px;
    background-color: rgba(231, 113, 27, 0.05);
    display: inline-block;
    width: auto;
    max-width: 100%; /* Changé de 90% à 100% pour éviter problèmes sur mobile */
}

/* Conteneur du carrousel */
.reviews-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 100%;
    overflow: visible;
    margin: 0 auto;
}

/* Masque le débordement pour éviter le défilement du site */
.reviews-slider-wrapper {
    overflow: hidden;
    width: 85%; /* Modifié pour meilleure adaptabilité */
    max-width: 900px;
}

/* Slider contenant les avis */
.reviews-slider {
    display: flex;
    gap: 15px; /* Espace entre les avis */
    width: 100%;
    box-sizing: border-box;
    transform: translateX(0);
}

/* Classe pour activer/désactiver la transition */
.slide-transition {
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* Avis individuels */
.review {
    flex: 0 0 calc(33.333% - 10px); /* Pour 3 avis sur desktop */
    min-width: 0; /* Permet au flex de réduire en dessous de sa taille minimale si nécessaire */
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background: white;
    margin: 5px 0;
    text-align: left;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    min-height: 200px;
}

/* Effet hover sur avis */
.review:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 12px rgba(231, 113, 27, 0.15);
}

/* Auteur de l'avis */
.review-author {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 14px;
    color: #2c3e50;
    word-break: break-word; /* Empêche le débordement des noms longs */
}

/* Photo de profil */
.review-photo {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 8px;
    border: 2px solid #e7711b;
    object-fit: cover;
    flex-shrink: 0; /* Empêche la photo de se rétrécir */
}

/* Étoiles de notation */
.review-rating {
    color: #e7711b;
    margin-bottom: 6px;
    font-size: 16px;
    letter-spacing: 1px;
    white-space: nowrap; /* Garde les étoiles sur une ligne */
}

/* Date de l'avis */
.review-time {
    color: #7f8c8d;
    font-size: 12px;
    margin-bottom: 8px;
}

/* Texte de l'avis */
.review-text {
    line-height: 1.4;
    font-size: 14px;
    color: #333;
    flex-grow: 1;
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/* Réponse du propriétaire */
.review-response {
    margin-top: 10px;
    padding: 8px;
    background-color: #f7f7f7;
    border-left: 3px solid #e7711b;
    font-style: italic;
    font-size: 13px;
    color: #333;
    border-radius: 0 5px 5px 0;
}

.review-response strong {
    color: #d35400;
    font-weight: bold;
}

/* Style des erreurs */
.error {
    color: #e74c3c;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    font-size: 14px;
    background-color: rgba(231, 76, 60, 0.1);
    border-radius: 8px;
    margin: 10px auto;
    max-width: 100%; /* Changé pour éviter les débordements */
}

/* Boutons de navigation */
.carousel-btn {
    background: rgba(231, 113, 27, 0.1);
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #e7711b;
    transition: all 0.3s ease;
    border-radius: 50%;
    width: 40px; /* Taille augmentée pour meilleure accessibilité */
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 8px; /* Augmenté pour plus d'espace */
    z-index: 10;
    flex-shrink: 0;
    min-width: 40px; /* Taille minimale cohérente */
}

.carousel-btn:hover {
    transform: scale(1.1);
    background: rgba(231, 113, 27, 0.2);
}

.carousel-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    transform: scale(1);
}

/* Lien "Voir tous les avis" */
.see-all-reviews {
    text-align: center;
    margin-top: 25px;
}

.see-all-reviews a {
    display: inline-block;
    background-color: #e7711b;
    color: white !important;
  
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
    box-shadow: 0 3px 8px rgba(231, 113, 27, 0.3);
}

.see-all-reviews a:hover {
    background-color: #d35400;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(231, 113, 27, 0.4);
}

/* ================= RESPONSIVE ================= */

/* Desktop : 3 avis visibles */
@media (min-width: 1100px) {
    .review {
        flex: 0 0 calc(33.333% - 10px);
    }
}

/* Tablette : 2 avis visibles */
@media (max-width: 1099px) and (min-width: 768px) {
    .review {
        flex: 0 0 calc(50% - 8px); /* Ajusté pour être cohérent avec le gap */
    }
    
    .reviews-slider-wrapper {
        width: 85%;
    }
}

/* Mobile large : 1 avis visible à la fois */
@media (max-width: 767px) {
    .review {
        flex: 0 0 100%; /* Un avis occupe toute la largeur */
        min-width: 0;
    }
    
    .reviews-slider-wrapper {
        width: 80%; /* Augmenté pour mieux utiliser l'espace */
    }
    
    .carousel-btn {
        width: 36px;
        height: 36px;
        font-size: 20px;
        min-width: 36px;
    }
    
    #google-reviews {
        margin: 0px auto;
    }
    
    .average-rating {
        font-size: 16px;
        padding: 6px;
        margin-bottom: 15px;
    }
}

/* Mobile moyen */
@media (max-width: 600px) {
    .reviews-slider-wrapper {
        width: 80%;
    }
    
    .review {
        padding: 12px;
        min-height: 180px; /* Hauteur minimale réduite */
    }
    
    .review-text {
        -webkit-line-clamp: 4; /* Réduit le nombre de lignes visibles */
    }
}

/* Mobile petit */
@media (max-width: 480px) {
    .see-all-reviews a {
        padding: 8px 16px;
        font-size: 14px;
    }

    .review-photo {
        width: 30px;
        height: 30px;
    }
    
    .review {
        padding: 12px;
    }
    
    .review-text {
        font-size: 13px;
        line-height: 1.3;
    }
    
    .review-rating {
        font-size: 14px;
    }
    
    .carousel-btn {
        width: 32px;
        height: 32px;
        min-width: 32px;
        font-size: 16px;
        margin: 0 5px;
    }
}

/* Très petits écrans */
@media (max-width: 375px) {
    .reviews-slider-wrapper {
        width: 75%;
    }
    
    .carousel-btn {
        width: 28px;
        height: 28px;
        min-width: 28px;
        font-size: 14px;
        margin: 0 4px;
    }
    
    .review-rating {
        letter-spacing: 0;
    }
    
    .review-author {
        font-size: 12px;
    }
    
    .review-time {
        font-size: 10px;
    }
    
    .review {
        padding: 10px;
        min-height: 160px;
    }
}

/* Écrans minuscules */
@media (max-width: 320px) {
    .reviews-slider-wrapper {
        width: 70%;
    }
    
    .carousel-btn {
        width: 26px;
        height: 26px;
        min-width: 26px;
        font-size: 12px;
        margin: 0 3px;
    }
    
    .review {
        padding: 8px;
    }
    
    .review-text {
        font-size: 12px;
        line-height: 1.2;
        -webkit-line-clamp: 3;
    }
}
/* Style pour le bouton "Lire plus" */
.read-more-btn {
    color: #e7711b;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    margin-top: 5px;
    font-weight: bold;
    transition: color 0.2s ease;
    text-decoration: underline;
}

.read-more-btn:hover {
    color: #d35400;
}

.read-more-btn .icon {
    display: inline-block;
    margin-left: 2px;
    transition: transform 0.3s ease;
}

/* Pour maintenir la structure originale des avis */
.review {
    position: relative; /* Pour le positionnement des éléments internes */
}

/* Style pour le texte de l'avis en mode normal (tronqué) */
.review-text {
    line-height: 1.4;
    font-size: 14px;
    color: #333;
    flex-grow: 1;
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease;
}

/* Overlay pour le texte complet */
.review-text-overlay {
    position: absolute;
    left: 0;
    right: 0;
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10;
    line-height: 1.4;
    font-size: 14px;
    color: #333;
    top: 0;
    max-height: 80vh; /* Limiter la hauteur maximale */
    overflow-y: auto; /* Permettre le défilement si nécessaire */
    border: 1px solid #e7711b;
}

.review-text-overlay.active {
    display: block !important; /* Forcer l'affichage quand actif */
}

/* Bouton de fermeture pour l'overlay */
.close-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: #e7711b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    border: none;
}

.close-overlay:hover {
    background: #d35400;
}


/*Avis page Home*/
/* Conteneur principal */
#google-rating-home {
    text-align: center;
    padding: 15px 10px;
    margin: 20px auto;
    max-width: 100%;
    box-sizing: border-box;
}

/* Conteneur de la note et du bouton */
.rating-home-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 10px;
    background-color: rgba(231, 113, 27, 0.05);
    border-radius: 10px;
    margin: 0 auto;
    max-width: 500px;
}

/* Note moyenne */
.rating-home-container .average-rating {
    text-align: center;
    font-size: 22px;

    color: #e7711b;
    padding: 8px;
    border-radius: 8px;
    display: inline-block;
    width: auto;
}

/* Étoiles plus grandes sur la page d'accueil */
.rating-home-container .average-rating div:first-child {
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

/* Bouton "Voir tous les avis" */
.rating-home-container .see-all-reviews {
    margin-top: 5px;
}

.rating-home-container .see-all-reviews a {
    display: inline-block;
    background-color: #e7711b;
    color: white !important;
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
    box-shadow: 0 3px 8px rgba(231, 113, 27, 0.3);
}

.rating-home-container .see-all-reviews a:hover {
    background-color: #d35400;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(231, 113, 27, 0.4);
}

/* Message d'erreur */
.rating-home-container .error {
    color: #e74c3c;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    font-size: 14px;
    background-color: rgba(231, 76, 60, 0.1);
    border-radius: 8px;
    margin: 10px auto;
    max-width: 100%;
}

/* Responsive */
@media (max-width: 767px) {
    .rating-home-container .average-rating {
        font-size: 18px;
    }
    
    .rating-home-container .average-rating div:first-child {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .rating-home-container {
        padding: 8px;
    }
    
    .rating-home-container .average-rating {
        font-size: 16px;
    }
    
    .rating-home-container .average-rating div:first-child {
        font-size: 22px;
    }
    
    .rating-home-container .see-all-reviews a {
        padding: 8px 20px;
        font-size: 14px;
    }
}

/* FAQ Section */
.faq-container {
    max-width: 100%;
    margin: 2rem auto;
    padding: 0;
}

.faq-item {
    margin-bottom: 1.5rem;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #ac1927;
    box-shadow: 0 2px 8px rgba(172, 25, 39, 0.1);
}

.faq-question {
    background-color: #f5f5f5;
    color: #636361;
    padding: 1.2rem 3.5rem 1.2rem 1.5rem;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-left: 4px solid #ac1927;
    position: relative;
    user-select: none;
}

.faq-item:hover .faq-question {
    background-color: #ebebeb;
}

.faq-toggle {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    font-weight: bold;
    color: #ac1927;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
    transform: translateY(-50%) rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    background-color: #fff;
    line-height: 1.6;
    transition: max-height 0.4s ease, padding 0.4s ease;
    opacity: 0;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 1.2rem 1.5rem;
    opacity: 1;
    transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.3s ease 0.1s;
}

.faq-answer p {
    margin: 0;
    color: #1c1b21;
}

@media screen and (max-width: 750px) {
    .faq-question {
        font-size: 1rem;
        padding: 1rem 1.2rem;
    }

    .faq-answer {
        padding: 1rem 1.2rem;
    }
}

@media screen and (max-width: 500px) {
    .faq-container {
        padding: 0 0.5rem;
    }

    .faq-question {
        font-size: 0.95rem;
        padding: 0.8rem 1rem;
    }

    .faq-answer {
        padding: 0.8rem 1rem;
        font-size: 0.9rem;
    }
}