*	{
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}
html{
	font-size: 16px;
	scroll-behavior: smooth;
}
h1{
	color:white;
}
h2{
	color:white;
	font-weight: normal;
	font-size: 1.25rem;
}
p{
	color:white;
}
.home-container {
    min-height: 100vh;
    background: url(images/PLOMO_DESIGN.jpg);
    background-size: cover;
	background-position: 50% center;
	z-index:999;
}


/* burger menu */ 
body {
    font-family: "Poppins", sans-serif;
    --color1: #FFF ;
    --color2: #181818 ;
}
.nav-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
	position: relative;
    background-color: var(--color2);
    padding: 12px 20px;
}

.logo img {width: 40px;}
.menu {display: flex;}
.menu li {padding-left: 30px;}
.menu li a {
    display: inline-block;
    text-decoration: none;
    color: var(--color1);
    text-align: center;
    transition: 0.15s ease-in-out;
    position: relative;
    text-transform: uppercase;
}
.menu li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color1);
    transition: 0.15s ease-in-out;
}
.menu li a:hover:after {width: 100%;}
.open-menu , .close-menu {
    position: absolute;
    color: var(--color1);
    cursor: pointer;
    font-size: 1.5rem;
    display: none;
}
.open-menu {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.close-menu {
    top: 20px;
    right: 20px;
}
#check {display: none;}
@media(max-width: 890px){
    .menu {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 80%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        background-color: var(--color2);
        transition: all 0.2s ease-in-out;
    }
    .menu li {margin-top: 40px;}
    .menu li a {padding: 10px;}
    .open-menu , .close-menu {display: block;}
    #check:checked ~ .menu {right: 0;}
}
/* fin burger menu */ 

.la_carte_plomo {
	font-family: "Inter Tight", sans-serif;
	font-size: 1.5 rem;
	margin-right: 0px;
	padding-bottom: 0.75rem;
	font-weight: 700;
}
.maxi_bon_plan{
	font-size: 0.9rem;
	margin-right: 0px;
	/* padding-bottom: 1.75rem; */
	border-top: 1px solid white; /* Trait noir en haut */
	border-bottom: 1px solid white; /* Trait noir en bas */
	/* padding: 10px; Espacement entre le texte et les bordures */
}
.first_commande{
	display: inline-block;
	margin-top: 1.25rem;
    padding: 1rem 2rem;
	background-color: #f6f5f6; /* couleur de fond bleue */
    color: black; /* texte blanc */
    text-align: center;
    text-decoration: none; /* enlève le soulignement */
    border-radius: 10px; /* bordures arrondies */
    transition: background-color 0.3s; /* transition pour un effet au survol */
}

.first_commande:hover {
    background-color:#e0dede; /* couleur plus foncée au survol*/
}
.txt_home {
	width: 60%; /* changer fonction taille ecran et police */ 
	margin-top: 50%;
	margin-left: auto;
	margin-right: 10px;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: flex-end;
	/* border:2px solid red; */
}

@media (min-width: 768px) {
    /* Styles pour les écrans de tablettes vont ici */
	/* grossir texte c tt */ 
	html{
		 font-size: 18px;
	}
}

@media (min-width: 992px) {
    /* Styles pour les écrans d'ordinateur vont ici */
	html{
		font-size: 20px;
	}
	.txt_home{
		margin-top: 15%;
		margin-right: 100px;
	}
	.la_carte_plomo{
		font-size: 2.5rem;
		padding-bottom: 1.5rem;
	}
	.maxi_bon_plan{
		font-size: 1.1rem;
	}
	.first_commande{
		margin-top: 1.5rem;
	}
}

.maxi-container{
	background-color: #181818;
	font-size: 1rem;
}
.div-maxi{
	text-align: center;
	margin-left: 1rem;
	margin-right: 1rem;
}
.h2-maxi{
	padding-top: 1.5rem;
}
.p-text-maxi{
	font-weight: bold;
	padding-top: 3rem;
}
.bien-raison{
	padding-top: 1rem;
}
.happy_hour{
	padding-top: 1rem;
	width: 10rem;   /* La largeur de l'image sera 4 fois la taille de police de base */
    height: auto;
}

@media (min-width: 768px) {
	.maxi-container{
		background-color: #181818;
		font-size: 1.15rem;
	}
	.happy_hour{
		width:13rem;
	}
}
.utiliser-container{
	background-color: #181818;
}
.div-utiliser{
	text-align: center;
	margin-left: 1rem;
	margin-right: 1rem;
}
.h2-utiliser{
	padding-top: 1.5rem;
}
.comment-marche{
	font-weight: bold;
	padding-top: 3rem;
}
.paragraphe-utiliser{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.insta_compte{
	color:white;
	text-decoration: none;
}
.insta_compte:hover{
	color:#e0dede;
}
.img-utiliser{
	display: flex;
	justify-content: center;
	align-items: center; 
	flex-direction: column;
}
.img-utiliser img{
	width:30%;
	margin:center;
}
@media (min-width: 768px) {
	.img-utiliser{
		display: flex;
		justify-content: center;
		align-items: center; 
		flex-direction: row;
	}
	.img-utiliser img{
		width:20%;
	}
}
@media (min-width: 992px) {
	.img-utiliser img{
		width: 18%;
	}
}
.contact-container{
	background-color: #181818;
}
.h2-contact{
	padding-top: 2.5rem;
	text-align: center;
	margin-left: 1rem;
	margin-right: 1rem;
}
h2{
	position: relative;
	padding: 0 0 10px;
	margin-bottom: 10px;
}

h2:after{
	content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 4px;
    width: 50px;
    border-radius: 2px;
    background-color: #ff0000;
}
/* formulaire contact */

.contact-container {
    max-width: 600px;
    margin: 30px auto;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.contact-title {
    text-align: center;
    color: #333;
}

.input-group {
    margin-bottom: 20px;
}

.input-label {
    display: block;
    margin-bottom: 5px;
    color: #666;
}

.input-field {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.submit-button {
    width: 100%;
    padding: 10px;
    background-color: red;
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
}

.submit-button:hover {
    background-color: #CC0000;
}

@media (max-width: 600px) {
    .contact-container {
        width: 90%;
        margin: 10px auto;
    }
}
body{
	background-color: #181818;
}
.contact-class{
	padding-top: 1rem;
}
.contact-container{
	background-color: white;
}

.map-class{
	position: relative;  /* Important pour le positionnement de la carte */
    height: 20rem;       /* ou la hauteur que vous désirez */         /* pour occuper toute la largeur du conteneur parent */
    /* margin: 20px 0; */
	width: calc(100% - 50px);
	margin-left: 25px;
	margin-right: 25px;
	/* padding: 0 50px; Espace libre de 50px à gauche et à droite */
}

#map {
	position: absolute; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0;
}
/* footer */
footer p{
	color:white;
	font-size: 0.9rem;
}
.footer{
	margin-top: 0.2rem;
	background-color: #181818;
	padding-top: 0.5rem;
	display: flex;
	justify-content: center;
    align-items: center;
	flex-direction: row;
	justify-content: space-between;
	width: calc(100% - 30px);
	margin-left: 15px;
	margin-right: 15px;
}
footer a{
	text-decoration: none;
	color: inherit;
	color: white;
	font-size: 1rem;
}
/* countdown */
#countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #333;
    color: #ccc;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.time-container {
    text-align: center;
    margin: 0 15px;
}

.time-container span {
    font-size: 2.5rem;
    font-weight: bold;
    display: block;
}

.smalltext {
    font-size: 1rem;
    color: #aaa;
}

@media (max-width: 600px) {
    .time-container span {
        font-size: 2rem;
    }
    .smalltext {
        font-size: 0.8rem;
    }
}
.sortie-carte{
padding-top: 1.5rem;
text-align: center;
}
@keyframes fadeInUp {
	from {
	  opacity: 0;
	  transform: translateY(20px);
	}
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
  
  .animate-on-view {
	opacity: 0;
	animation: fadeInUp 0.5s ease forwards;
  }

  .div-insta{
	background-color: red;
	width: calc(100% - 60px);
	margin-left: 30px;
	margin-right: 30px;
  }
  .instagram-container{
	margin-top: 3rem;
	width: calc(100% - 60px);
	margin-left: 30px;
	margin-right: 30px;
  }
  .titre-instagram{
	text-align: center;
  }