@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');


.offer-container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    text-align: center;
    background-color:#f4f4f4;
   /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    border-radius: 8px;
}

.marketing-phrase {
    font-size: 2.5em;
    color: #e74c3c;
    margin-bottom: 1em;
    font-style: italic;
}

.offer-container h1 {
    font-size: 3.5em;
    margin-bottom: 0.5em;
}

.subtitle {
    font-size: 2.2em;
    color: #777;
    margin-bottom: 2em;
}

.pricing-card {
    background-color:#f7a71a;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 2em;
}

.pricing-card h2 {color: #0d273b;
    font-size: 2em;
    margin-bottom: 0.5em;
}

.price {
    font-size: 2.5em;
    color:#c0392b;
    margin-bottom: 1em;
}

.benefits {
    list-style-type: none;
    padding: 0;
}

.benefits li { color: #0d273b;
    font-size: 2.1em;
    margin-bottom: 0.5em;
}

.cta-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 2.2em;
    color: #fff;
    background-color:#c0392b;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 1em;
}

.cta-button:hover {
    background-color:  #e74c3c;
}

.advantages {
    font-size: 2.1em;
    line-height: 2.6;
}

.advantages h3 {
    font-size: 2.5em;
    margin-bottom: 1em;
}

@media (max-width: 600px) {
    h1 {
        font-size: 2em;
    }

    .marketing-phrase {
        font-size: 2.2em;
    }

    .subtitle {
        font-size: 3em;
    }

    .pricing-card h2 {
        font-size: 3.5em;
    }

    .price {
        font-size: 2.2em;
    }

    .benefits li, .advantages {
        font-size: 2em;
    }

    .cta-button {
        font-size: 2em;
    }
}


*,
::before,
::after

{box-sizing: border-box;
	padding: 0;
margin: 0;}

html {
    font-size:50% ;
    font-family: 'Roboto', sans-serif;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

hr {width: 70%;}

body{background: #e3f2e1;}
/*body{background: #f4f4f4;}*/

/* Style the header */
.information {
 max-width: 100%;
	padding: 0;
	height: auto;
		
}
.information {
   ;text-align: center;font-size: 20px;padding: 15px;
  background: #0e273b;
  color: #75ac42; 
}

.information span {
   ;text-decoration:underline;
}


/* Page content */
.content {
  padding: 25px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}



nav {position: fixed;
width: 100%;
display: flex;
align-items: center;
padding: 0px 25px;
background:#e3f2e1;;
/*background:#f1f1f1;*/
;z-index: 1000;}

.nav-icon{display: flex;
align-items: center;text-decoration: none;
margin-right: 20px;}

.nav-icon span {font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
font-size: 25px;
margin-left: 10px;
font-weight: 400;
color: #333;}

.nav-icon img{ width: 100px;height: 80px;min-width: 100px;}



.hamburger {display: none;}
.navlinks-container i {margin-left: 5px;}



.navlinks-container a {padding: 12px 0;
	margin:10px 15px 0px ;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	color: #000;
	display: inline-block;
	position:relative;
}
.navlinks-container  {
	margin-left: 70px;
}

.navbar-form {width: 30px;margin:0px 10px;
	font-size: 16px;}






.navlinks-container a:hover{ color: #3e8e41;transition: 0.3s;}
.nav-authentication{margin-left: auto;}

.sign-user{font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";color: #333;
font-size: 16px;
min-width: 90px;
padding: 10px 5px;
margin: 0 0px;
border-radius: 5px;
border: none;}




/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}



/* Dropdown Content (Hidden by Default) */
.dropdown-content {top: 100%;transition:0.3s ease-out ;
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 237px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {margin: 0;
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #3e8e41;color: black;transition: 0.3s;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {color:  #3e8e41;}


        /* Style de la barre de recherche */
        
.search-container {margin-left: 100px;
  float: right;
}

 input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
}

.search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.topnav .search-container button:hover {
  background: #ccc;
}
     

        /* Style pour le logo */
        .logo {
            float: left;
            margin: 8px 16px;
        }

        /* Style pour l'icône de connexion */
        .login-icon {
            float: right;
            margin: 8px 16px;
            color: white;
            font-size: 20px;
        }







@media (max-width:900px) {
.navlinks-container  {
	margin-left: 0;
}


/* liste deroulant*/
 .dropdown-content {position: sticky;
top:0;
}


        
	
	/* Style the search box inside the navigation bar */

.search-container {margin:0px;
    float: none;
  }
  nput[type=text], .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .topnav input[type=text] {
    border: 1px solid #ccc;  
  }
        /* Style pour le logo */
	
	nav {
		padding:15px 10px;
		pasition: relative;
	}
	

	.nav-icon{order: 2;
	margin:0;
	margin-left: auto;}
	
	.nav-icon span{font-size: 22px;}
	.nav-icon img {;height: auto}
	.main-navlinks{
		order: 1;
	}
	
	
	/* hamburgerToggler */
	.hamburger{
		width: 20px;
		height: 20px;
		cursor: pointer;
		border:none;
		display: flex;
		background:  #e3f2e1;
		align-items: center;
		position: relative;
		
	
	}
	
	.hamburger span {
		display: block;
		width: 100%;
		height: 2px;
		background: #333;
		position: absolute;
		pointer-events: none;
		transition: opacity 0.3s 0.15s ease-out;
	}
	.hamburger span:nth-child(1), 
	.hamburger span:nth-child(3) {
		transition: transform 0.3s ease-out;
	}
	
	.hamburger span:nth-child(1) {
		transform: translateY(7px);
	}
	
		.hamburger span:nth-child(3) {
			transform: translateY(-7px);
	}
	
	.hamburger.open span:nth-child(1){
		transform: translate(0) rotate(135deg);
	}
	.hamburger.open span:nth-child(2){
		opacity: 0;transition: opacity 0s ease-out;
	}
	.hamburger.open span:nth-child(3){
		transform: translate(0) rotate(-135deg);
	}
	
	
	
	.navlinks-container  {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		position: absolute;
		background:#e3f2e1;
		top: 100%;
		left: 0;
		height: 100vh;
		padding: 15px 50px 15px 20px;
		
		transform: translate(-100%); 
		transition: transform 0.3s ease-out;
		width: 100%;
	}
	.open{
		transform: translate(0%);}
	
	.navlinks-container a {
		font-size: 18px;
		margin: 10px 14px;
		padding: 5px;
	}
	

	
	  
	
	.nav-authentication {order: 3;
	margin-right:0px;}
	
	

}

@media (max-width:500px){
	.nav-icon img{width: 80px;}
	.nav-icon span {font-size: 20px;}
}



.reparation-ectromenager-a-domecile-toulouse h1 {margin-top: 130px;text-align: center;font-size: clamp(20px,7vw,30px);color: #0e273b; 
	
}



/* bannierre mobille */
.container-bannierre {display: none;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	pargin:auto;
	height: auto;
	
}

.bannierre img {margin-top:20px;}

.bannierre img {max-width: 100%;height: auto;object-fit: cover;border: 1px solid #c5c5c6;}

@media (max-width:600px){
	.bannierre img {margin-top:20px;object-fit: cover;border: 1px solid #c5c5c6;}
	.container-bannierre{display: block;}
}




/* bannierre2 */
.container-bannierre2 {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	pargin:auto;
	height: auto;
	
}



.bannierre2 img {max-width: 100%;height: auto;margin-top:20px;object-fit:cover;border: 1px solid #c5c5c6; }

@media (max-width:600px){
	.bannierre img {margin-top:20px;border: 1px solid #c5c5c6;}
	.container-bannierre2 {display: none;
	
		
}

}




 /* animation du texte */
.container3 { max-widht :1600px;
margin:0;padding:10px 20px 10px;
}

.container3 p {
	text-transform: uppercase;
color: #222;color:  transparent;
font-weight: 900;

font-size:0px; }
.container3 p span {display:inline-block;
position: relative;
overflow: hidden;
font-size: clamp(20px, 8vw,30px);}

.container3 p span::after{
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
top:0;
left:0;
transform: translateX(-100%);
}

.container3 p:nth-child(1) {font-weight:300;
animation: txt-appearance 0s 1s forwards;}

.container3 p:nth-child(2) {   
animation: txt-appearance 0s 1.25s forwards;}

.container3 p:nth-child(1) span::after {background:#0e273b;
animation: slide-in 0.75s ease-out forwards,
slide-out 0.75s 1s ease-out forwards;}

.container3 p:nth-child(2) span::after {background: #fac700;
animation: slide-in 0.75s 0.3s ease-out forwards,
slide-out 0.75s 1.3s ease-out forwards;}

@keyframes slide-in{
	100% {transform: translateX(0%)}
}

@keyframes slide-out{
	100%{transform: translateX(100%)}
}

@keyframes txt-appearance {
	100%{color: #222;}
}

@media (max-width:600px){
	
	
.container3 p span {
font-size: clamp(10px, 8vw,15px);}
}








/*tabs services */
.container-tabs {
    font-family:  "Anton", sans-serif;font-weight: 100;

    background-color: #e3f2e1;
    /*background-color: #f4f4f4;*/
    margin:0 ;
    padding: 20px;
}

.tab-links img { margin-left: 10px;
   width: 40px;
}

.tabs {margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ddd;
}

.tab-links li {
    margin: 0 10px; 
}

.tab-links li a {
    display: block;
    padding: 10px 20px;
    background: #e3f2e1;
   /*background-color: #f4f4f4;*/
    text-decoration: none;
    color: #0d273b;font-size: 20px;
}

.tab-links li.active a {
    background:  #e3f2e1;
	/*background-color: #f4f4f4;*/
    border-bottom: 4px solid #f7a71a;
}


.tab-content {
    border: 1px solid #f7a71a;
    border-radius: 5px;
    background: #fff;
    padding: 20px;
    width: 100%;
    max-width: 600px;
    margin-top: 20px;
    text-align: center;
}

.tab {
    display: none;
}


.tab p{
    font-size: clamp(40px, 8vw,50px);color: #0d273b;line-height: 1.4; 
}
.tab.active {background: #f4f4f4;
    display: block;
}

.tab button {margin-bottom: 20px;margin-top: 20px;
    background-color: #f7a71a;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.tab button:hover {
    background-color: #f9c714;
}

@media (max-width:360px){
	.tab p{
    font-size: clamp(25px, 8vw,50px);color: #333;line-height: 1.4; 
}
	}
	








/* icon-garantie */
.grand-container-icon-garantie{
    font-family: 'Arial', sans-serif;
    /*background-color: #f4f4f4;*/
    background-color: #e3f2e1;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	
}

.container-icon-garantie {margin-top: 20px;max-width: 100%; 
    display: flex;
    flex-direction:row;
    gap: 10px;
    align-items:flex-end;
}

@media (max-width:600px){
	.container-icon-garantie {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

}

.service-card {
    display: flex;
    align-items: center;
    background-color:#f8f5e1;
    border-radius: 10px;
    padding: 15px 20px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    width: 350px;
}

.icon-garantie {
    background-color: #f6f6f6;
    padding: 10px;
    border-radius: 50%;
    margin-right: 15px;
}

.icon-garantie img {
    width: 24px;
    height: 24px;
}

.text-garantie h3 {
    font-size: 18px;
    margin: 0;
    color: #1A4D2E; /* Couleur similaire à celle de votre image */
}

.text-garantie p {
    font-size: 14px;
    color: #666;
    margin: 5px 0 0;
}








/* button prendre rendez vous */

.button-container { margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    
    font-family: Arial, sans-serif;
    text-align: center;
}

.button-container .btn {margin-top: 20px;margin-bottom: 20px;border:none;
    display: inline-block;
   background-color: #0d273b;color:   #f7a71a;font-weight: bold;
    padding: 15px 25px;
    font-size: 16px; 
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.button-container .btn:hover {
    background-color: #0C5A97;
    color: #f7a71a;font-weight: bold;
}

.button-container .arrow {
    margin-left: 10px;
    font-size: 18px;
}

@media (max-width: 768px) {
    .button-container .btn {
        font-size: 14px;
        padding: 12px 20px;
    }
}

@media (max-width: 480px) {
    .button-container .btn {
        font-size: 12px;
        padding: 10px 15px;
    }
}


.titre-icon 
{display: flex;align-items: center;align-content: center;padding: 30px auto;color: #555;font-size: clamp(18px,2vw,20px);text-align: center;margin-top: 40px;}




/* ICONES et texte  */
.container-grand {border: none;
	max-width: 1300px;
	margin: auto;
	padding-left: 25px;
	padding-right: 25px;
	height: auto;
}
.petit-container {border:none;margin-top: 20px;/*background: #f5f5f5; */background: #e3f2e1;
display: flex;
justify-content: space-around;align-items: center;
padding: 0px;}

.petit-container  p {font-size: 15px;text-align: center;line-height: 1.4;padding: 30px;color:#333;font-weight: bold;}
.petit-container img {max-height: 100px;max-width: 100px;padding: 10px;} 

.contenair-icon1{flex-basis: 30%;display: flex;flex-direction: column;justify-content:center;align-items: center; align-content: center;}
.contenair-icon2{flex-basis: 30%;display: flex;flex-direction: column;justify-content:center;align-items: center; align-content: center;}
.contenair-icon3 {flex-basis: 30%;display: flex;flex-direction: column;justify-content:center;align-items: center; align-content: center;}



@media (max-width:700px){
	
	.petit-container {border:none;margin-top: 20px;
display: flex;flex-direction: column;
;align-items: center;
padding: 0px;

}}


@media (max-width:600px){
	.petit-container {border:none;margin-top: 20px;
display: flex;flex-direction: column;
;align-items: center;
padding: 0px;}
	
	
	
}
	
@media (max-width:300px){
 .petit-container h2 {margin-top: 40px; font-size:15; }
 .petit-container p {font-size:12px;padding: 10px;}
.petit-container img {max-height: 100px;max-width: 100px;padding: 15px 0 0;} 
}






.pere-comment-ca_marche {max-width:100%;margin: auto ;padding-left: 25px; padding-right: 25px;height: auto;}
.comment-ca_marche  {height:100%;max-width:  100%;border:none; background: #e3f2e1;;border-radius: 15px ;padding: auto;margin-top:30px ;}
.comment-ca_marche p {padding: 10px 10px 0px ;line-height: 1.4; font-size: clamp(17px,3vw,21px); color: #555;text-align: center;font-weight: bold;}

@media only screen and (max-width: 600px)
{.comment-ca_marche {margin-top: 10px;margin-top:40px ;}}







/*  diagnostic consiste a quoi */
h5 {font-size: 3vw;color: #444;max-width: 60%;padding: 25px;margin-top: 40px;}

.slideshow-container {
  max-width:60%;
  position: relative;
  margin: auto;
	height: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;width: 100%;margin-top: 20px;
}
.mySlides img {object-fit: cover;max-width:  100%;height: auto; }
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f7a71a;background:#0e273b;
  font-size: 4vw;
  padding: 8px 12px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color:  #f7a71a;background: #0e273b;
  font-size: 4vw;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}






/* bon dachat */



/* a savoir reparation */
.petit-contenair-pouequoi h1 {font-size: clamp(18px, 3vw,20px); color: #555;padding: 15px;margin-top: 30px;margin-bottom: 0px;}
.container-reconditionne {
	max-width: 1400px;
	padding-left: 25px;
	padding-right: 25px;
	margin: auto;
	height: auto;
}

.container-text-reconditione {max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
	height: auto;}
	

.petit-reconditionne{max-width: 100%;margin: 60px 0 ;
display: flex;background: #D7A859; ;align-items: center;justify-content: center;}
.image-reconditionne {max-width: 600px; max-height: 600px; object-fit: cover;}
.text-reconditionne {background:#0e273b; margin:40px 20px 40px 20px;padding: 20px;}
.text-reconditionne p {color: #ffffff;font-size: 16px;padding: 10px;line-height: 1.7;}
.border-text{border: 1px solid #FFD691;padding: 5px;}




@media (max-width:600px){
	.petit-contenair-pouequoi h1 {margin-bottom:  0px;}
	.container-text-reconditione {max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
	height: auto;}
	
		
	
	.petit-reconditionne{
display: flex;flex-direction: column;background:  #D7A859;width: 100%; margin-top: 80px;}
	.image-reconditionne {max-width: 600px; max-height:600px;}
	.text-reconditionne {background:#0e273b;margin-top: -40px;margin-left: 0;margin-right: 0;margin-bottom: 0;}

}






/* titre comment ca marche*/

.titre h6 {font-size:3vw;border:none;padding: 25px;color: #333;}





/* prix image et texte en flex box */
.grand-pere {max-width: 100%;
padding-left: 20px;
padding-right: 20px;
margin:auto;
height: auto;}
.parent {height: auto;display: flex;justify-content:space-around;align-items: center;align-content: center ;width: 100%;margin:  60px auto 40px;background:#0e273b;border:none;border-radius: 13px;}
.btnparent:hover {background-color:#75ac42; transition:0.3s ease;border: 1px solid;border: none;}
.enfant1 {margin: 20px;}
.enfant1 p {font-size: 18px;line-height: 1.4;color: #ffffff;padding:0 20px;margin-bottom: 6px;}
.enfant1 strong {color:#FFA500; }
.enfant1 i {font-size: 10px;color:#FFA500;;margin-right: 10px;}
.enfant2 img {max-width: 400px;height: auto; margin: 10px ;padding: 20px;min-width: 400px;min-height: 400px;object-fit: cover;border-radius: 50%;border: 1px solid #FF5733;}
.container1 {margin: 20px auto;border: 1px solid #FF5733;padding:15px;}
@media only screen and (max-width: 760px){
	
	  .parent{height: 100%; display: flex; flex-direction: column;width:93%;margin: 60px auto 40px;}
	  .enfant1  {order: 1;width: 100%;}
	  .enfant2 {order: 0; }
	  .enfant1 p {;width: 100%;font-size: 13px;padding: 0 10px ;line-height: 1.4;margin-bottom: 6px;}
	  .enfant2 img {max-width: 300px;margin: 10px;;min-width: 280px;min-height: 300px;object-fit: cover;}
	.enfant1 span {font-size: 14px;}
	.container1 {margin: 15px;padding:10px;}
  }







/* les étapes */

h2 {color: #555;font-size:clamp(30px,7vw,10px);padding: 20px;text-align: center; }

.container-don {
	max-width: 1400px;
	padding-left: 25px;
	padding-right: 25px;
	margin: auto;
	height: auto;
}

.container-text-don {max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
	height: auto;}
	

.petit-don{max-width: 100%;
display: flex;background:  #D7A859; align-items: center;justify-content: center;}
.image-don {max-width: 600px; max-height: 600px; }
.text-don {background:#0e273b;margin-left: -50px;padding: 20px;}
.text-don p {color:#ffffff; font-size: 16px;padding: 10px;line-height: 1.7;}
.text-don h2 {color: #ffffff; font-size: 18px;padding: 10px; }
.text-don span{padding: 10px 15px;background: #D7A859; border-radius: 50%;font-size: 20px;margin:20px 5px 15px 0px  ;}
.border-text{border: 1px solid #FFD691;padding: 5px;}


@media (max-width:600px){
	.container-text-don {max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
	height: auto;}
	
		
	
	.petit-don{
display: flex;flex-direction: column;background: #D7A859;;width: 100%; }
	.image-don {max-width: 600px; max-height:600px;}
	.text-don {background:#0e273b;margin-top: -40px;margin-left: 0;}

}






.container-don3 {
	max-width: 1400px;
	padding-left: 25px;
	padding-right: 25px;
	margin: auto;
	height: auto;
}

.container-text-don3 {max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
	height: auto;}
	

.petit-don3{max-width: 100%;
display: flex;background: #D7A859;align-items: center;}
.image-don3 {max-width: 600px; max-height: 600px; }
.text-don3 {background:#0e273b;margin-left: -50px;padding: 20px;}
.text-don3 p {color: #FFFFFF; font-size: 16px;padding: 10px;line-height: 1.7;}
.text-don3 h2 {color: #FFFFFF; font-size: 18px;padding: 10px; }
.text-don3 span{padding: 10px 15px;background: #D7A859;border-radius: 50%;font-size: 20px;margin:20px 5px 15px 0px  ;}
.border-text{border: 1px solid #FFD691;padding: 5px;}


@media (max-width:600px){
	.container-text-don3 {max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
	height: auto;}
	
		
	
	.petit-don3{
display: flex;flex-direction: column;background: #D7A859;width: 100%; }
	.image-don3 {max-width: 600px; max-height:600px;}
	.text-don3 {background:#0e273b;margin-top: -40px;margin-left: 0;}

}








 /* Section SEO local */
        .local-seo-section {
            position: relative;
            background: url("../images/LAVE-LINGE.png") no-repeat center center/cover;
            color: white;
            text-align: center;
            padding: 80px 20px;
            min-height: 300px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        /* Overlay sombre pour lisibilité */
        .local-seo-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            z-index: 1;
        }

        /* Contenu principal */
        .local-seo-section h1,
        .local-seo-section p,
        .local-seo-section h2 {
            position: relative;
            z-index: 2;
            max-width: 800px;
        }

        .local-seo-section h1 {
            font-size: 32px;
            margin-bottom: 10px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
        }

        .local-seo-section p {
            font-size: 18px;
            margin-bottom: 20px;
            opacity: 0.9;
        }

        .local-seo-section h2 {
            font-size: 20px;
            font-weight: normal;
            color: #FFD700;
        }

        /* Animation au scroll */
        .scroll-animation {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 1s ease-out, transform 1s ease-out;
        }

        .scroll-animation.active {
            opacity: 1;
            transform: translateY(0);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .local-seo-section {
                padding: 60px 15px;
            }

            .local-seo-section h1 {
                font-size: 26px;
            }

            .local-seo-section h2 {
                font-size: 18px;
            }
        }





/* locallisation desservie-seo-section*/
.local-seo-section2 {
    padding: 40px 20px;
    background-color:  #e3f2e1;
    border-radius: 8px;
}

.local-seo-section2 h1 {
    font-size: 2.5rem;
    color: #0e273b;
    text-align: center;
    margin-bottom: 20px;
}

.local-seo-section2 h2 {
    font-size: 2rem;
    color: #333;
   
    margin-bottom: 20px;
}

.local-seo-section2 p {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #555;
}

.local-seo-section2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.local-seo-section2 ul li {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #333;
    padding-left: 20px;
    position: relative;
}

.local-seo-section2 ul li:before {
   
    color: #0078d4;
    position: absolute;
    left: 0;
    font-size: 2.2rem;
    top: 0;
}






/* IMAGE MARQUE PARTENAIRES*/

/* Slider */
.container-marques{margin:30px 0 0 0;
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {object-fit: cover;
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




/* Style de base pour la bannière numero de telephone */


.banner {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items: center;
   /* background-color: #0e273b; */ 
    color: #f7a71a;
    padding: 20px;margin-top: 50px;margin-bottom: 50px;
    text-align: center;
}

.banner p {
    flex: 1;
    font-size: 2rem;
    margin: 0;
}

.icon {
    font-size: 1.5rem;
    color: #3bbcf7;
}
.buttons {
    display: flex;
    gap: 15px;
}

/* Style des boutons */
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-decoration: none;
    font-size: 1.7rem;
    font-weight: bold;
    color: white;
    background-color:#0e273b;
    border-radius: 50px;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

/* Animation hover */
.btn:hover {transition: 0.3s ease;
    background-color: #fac700;
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Adaptabilité mobile */
@media (max-width: 768px) {
    .banner {
        flex-direction: column;
        text-align: center;
    }

    .buttons {
        justify-content: center;
        margin-top: 10px;
    }

    .btn {
        font-size:  1.5rem;
        padding: 10px 20px;
    }
}

@media (max-width: 480px) {
    .banner p {
        font-size: 1.8rem;
    }

    .btn {
        font-size:  1.5rem;
        padding: 10px 20px;
    }
}

/* container reconditionnetexte avec bouton*/
 .grand-container {
        max-width: 100%;
			margin: auto;
			height: auto;
			padding-left: 25px;
			padding-right: 25px;
        }
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background-color: #e3f2e1;margin: 40px auto
}

.image-section3 {
    position: relative;
    width: 100%;
    max-width: 600px;
}

.main-image {
    width: 100%;
    border-radius: 10px;
}

.secondary-image {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 150px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.text-section3 {
    margin-top: 20px;
}

.text-section3 {
    font-size: 25px;
    color: #333;
    margin: 0;
}

.text-section3 p {line-height: 1.6;
    font-size: 25px;font-weight: bold;
    color: #666;
    margin: 10px 0;
}

.cta-button3 {
    background-color:darkred;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cta-button3:hover {
    background-color:#FF5733;
}

@media (min-width: 768px) {
    .container {
        flex-direction: row;
        align-items: flex-start;
    }

    .image-section3 {
        margin-right: 20px;
    }

    .text-section3{
        text-align: left;
    }
}


/* container reparateur texte et imaage en flex box*/
.container-reparateur {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background-color: #0e273b;;
}

.text-section-reparateur {flex-basis: 50%;
    max-width: 600px;
    text-align: left;
}

.text-section-reparateur h1 {
    font-size: 25px;
    color: #4CAF50;
    margin: 0;
    font-weight: bold;
}

.text-section-reparateur h1 span {
    color: #4CAF50;
}

.text-section-reparateur p {line-height: 1.6;
    font-size: 18px;
    color: #888;
    margin: 10px 0;
}

.image-section-reparateur {flex-basis: 50%;
    margin-top: 20px;
}

.main-image-reparateur {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .container-reparateur {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
    }

    .image-section-reparateur {
        margin-left: 20px;
    }

    .text-section-reparateur {
        margin-right: 20px;
    }
}
