.labels-section {
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.labels- section h2 {
    font-size: 3.5em;
    margin: 0;
    color: #707070;
    position: absolute;
    top: 60px;
    left: 160px;
    font-weight: bold;
}

.label-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
    margin-top: 50px;
}

.card-label {
    background: #CEDC9D;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    position: relative;
}

.label-logo {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.card-label .label-logo {
    width: 150px;
    height: 250px;
    border-radius: 12px;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pefc {
    background-color: #E7ECCE;
}

.fsc {
    background-color: #d9eee3;
}

.print-ethic {
    background-color: #CEDC9D;
}

.imprifrance {
    background-color: #BBD078;
}

.imprimvert {
    background-color: #daf1e7;
}

.label-card p {
    font-size: 0.9em;
    line-height: 1.6;
    color: #333;
    margin: 0;
}

.label-card a {
    color: #007BFF;
    text-decoration: none;
    font-weight: bold;
}

.label-card a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1024px) {
    .label-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 768px) {
    .label-grid {
        grid-template-columns: 1fr;
    }

    .labels-section h1 {
        position: static;
        margin-bottom: 20px;
    }
}

.valeur {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    background-color: #BBD07830;
    padding-bottom: 100px;
    padding-top: 100px;
}

.valeur-card {
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: center;
}

.div-text {
    flex-direction: column;
    gap: 16px;
    max-width: 40vw;
}

.engagement {
    margin: 100px;
    margin-bottom: 200px;
}

.valeur img {
    width: 140px;
}

.enplus {
    margin-top: 100px;
}

#green {
    background-color: #E7ECCE !important;
}

#green2 {
    background-color: #CEDC9D !important;
}

#green3 {
    background-color: #BBD078 !important;
}

.chiffre {
    margin-top: 100px;
}

.chiffre {
    flex-direction: unset;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.number h3 {
    font-size: 3.5vw;
    margin: 0;
}

.haut-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.chiffre-card {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    border-radius: .5rem;
    justify-content: space-between;
    overflow: hidden;
    background-color: white;
    height: 100%;
}

.card-label {
    display: flex;
	flex-direction: row;
    padding: 2rem;
    border-radius: .5rem;
    justify-content: space-between;
    overflow: hidden;
    background-color: white;
    height: 100%;
}

#cinquante {
    width: 48vw !important;
    background-color: #E7ECCE;
}

#trente {
    width: 38vw !important;
    background-color: #BBD078;
}

#soixente-dix {
    width: 58vw !important;
    background-color: #CEDC9D;
}

#green {
    width: 48vw !important;
    background-color: #BBD078 !important;
}

#cent {
	background-color: #CEDC9D;
	margin-bottom: 150px;
	width: 98vw;
}

.ligne-groupe {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 32px;
    padding: 16px;
}

.title {
    scroll-snap-align: top;
    background-color: transparent !important;
}

.title h2 {
    font-size: 7rem;
}





.chiffre-card:hover .arrow-button {
    transform: rotate(0deg);
}



.text{
	margin-top: 100px;
	padding-bottom: 100px !important;
}


@media (max-width: 768px) {
	.ligne-groupe{
		flex-direction: column;
	}
	
	
	#cinquante {
    	width: 100% !important;
	}

	#trente {
   	 width: 100% !important;
	}

	#soixente-dix {
    	width: 100% !important;
	}

	#green {
   	 width: 100% !important;
	}
	
	.chiffre-card {
		height: auto;
		gap: 12px;
	}
	
	.number h3{
		font-size: 1.2rem;
		text-align: center;
	}
	
	.logo-placeholder{
		width: 50px;
		height: 50px;
	}
	
	.logo-placeholder img{
		width: 38px;
	}
	
	.chiffre-card {
  	padding: 1.5rem;
	}
	
	.title h2{
		font-size: 2rem;
		text-align: center;
	}
	
	.valeur-card{
		flex-direction: column;
		gap: 0;
	}
	
	.valeur{
		padding: 80px 20px 80px 20px;

	}
	
	.div-text{
		max-width: 100%;
		text-align: center;
	}
	
	.div-text h3{
		padding-bottom: 8px;
	}
	
	.text{
		margin : 0;
	}
	
	.text h3{
		text-align: center;
	}
	
	.valeur img {
		width: 20vw;
	}
}

.card-label {
  display: flex;
  flex-direction: row;
  padding: 2rem;
  border-radius: .5rem;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
  gap: 16px;
}

#label-card{
    width: 150px;
    height: 250px;
    border-radius: 12px;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.logo-placeholder img#label-img  {
    width: 115px;
    height: auto;
    object-fit: cover;
}