p {
    
    
}

/* Footer */
.footer {
	width: 100%;
    margin-top: 40px;
	/*background-color: white !important;*/
	min-height: 130px;
	height: auto;
	box-sizing: border-box;
	overflow-x: hidden;
}

.footer-separator {
    text-align: center;
    margin-bottom: 20px;
	width: 100%;
	/*background-color: white !important;*/
	height: auto;
	box-sizing: border-box;
}

.footer-logo {
	width: 100%;
	height: auto;
    /*background-color: white !important;*/
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 0;
}

.footer-logo:hover {
    /*transform: scale(1.1);*/
}

.frise {
    width: 100%;
    height: auto;
    max-height: 80px;
    transition: opacity 0.3s ease;
	box-sizing: border-box;
}

.footer-left {
	text-align: right;
	width: 40%;
	float: left;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	/*border: 1px solid black;*/
}

.footer-address {
	text-align: center;
	width: 20%;
	float: left;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*border: 1px solid black;*/
}
/*
.footer-address p {
	line-height: 1px;
}
*/
.footer-right {
	text-align: left;
	width: 40%;
	float: right;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	/*border: 1px solid black;*/
}

.footer-right img, .footer-left img {
	height: 40px;
	width: auto;
	max-width: 100%;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	object-fit: contain;
}


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

/* Mobiles Portrait (jusqu'à 767px) */
@media screen and (max-width: 767px) {
    /* Footer mobile */
    .footer {
        min-height: auto;
        /*margin-top: 30px;*/
		margin: 0;
    }
    
    .footer-logo {
        flex-direction: column;
        align-items: center;
        /*padding: 15px 10px;*/
        /*gap: 15px;*/
		margin: 0;
    }
    
    .footer-left,
    .footer-right {
        float: none;
        width: 100%;
        justify-content: center;
        text-align: center;
        /*margin: 10px 0;*/
    }
    
    .footer-address {
        float: none;
        width: 100%;
        /*margin: 10px 0;*/
        order: 1; /* Adresse en premier sur mobile */
    }
    
    .footer-left {
        order: 2; /* Logos gauche en deuxième */
    }
    
    .footer-right {
        order: 3; /* Logos droite en troisième */
    }
    
    .footer-right img, .footer-left img {
        height: 30px;
        margin: 5px 8px;
        max-width: 120px;
    }
    
    .footer-address p {
        margin: 3px 0;
        font-size: 0.9em;
    }
    
    .footer-address p:first-child {
        font-size: 1em;
        font-weight: bold;
    }
    
    .frise {
        max-height: 50px;
    }
    
    .footer-separator {
        /*margin-bottom: 15px;*/
		height: 10px;
		margin: 0;
    }
}

/* Mobile landscape (768px - 1024px)   -   PURPLE */
@media screen and (min-width: 768px) and (max-width: 959px) and (orientation: landscape) {
    .footer {
        min-height: 120px;
    }
    
    .footer-logo {
        padding: 15px 10px;
    }
    
    .footer-left,
    .footer-right {
        width: 35%;
    }
	
    .footer-right img, .footer-left img {
        height: 35px;
        margin-left: 8px;
        margin-right: 8px;
    }
    
    .footer-address {
		width: 30%;
        font-size: 0.9em;
    }
    
    .footer-address p {
        margin: 5px 0;
    }
    
    .frise {
        max-height: 70px;
    }
}



/* Tablettes Portrait (768px - 959px)  -  GREEN */
@media screen and (min-width: 768px) and (max-width: 959px) and (orientation: portrait) {
	.footer-left,
    .footer-right {
        width: 30%;
    }
	
    .footer-right img, .footer-left img {
        height: 40px;
        margin-left: 8px;
        margin-right: 8px;
    }
    
    .footer-address {
		width: 40%;
        font-size: 0.9em;
    }
    
    .footer-address p {
        margin: 5px 0;
    }
}



/* Tablettes Paysage (1024px - 2048px)  -  YELLOW */
@media screen and (min-width: 960px) and (max-width: 1599px) {
	.footer-left,
    .footer-right {
        width: 35%;
    }
	
    .footer-right img, .footer-left img {
        height: 50px;
        margin-left: 8px;
        margin-right: 8px;
    }
    
    .footer-address {
		width: 30%;
        font-size: 0.9em;
    }
    
    .footer-address p {
        margin: 5px 0;
    }
}



/* Très petits écrans (jusqu'à 480px) */
/*@media (max-width: 480px) {
    .footer {
        /*margin-top: 20px;*/
/*    }
    
    .footer-logo {
        padding: 10px 5px;
        gap: 10px;
    }
    
    .footer-right img, .footer-left img {
        height: 25px;
        margin: 5px;
        max-width: 100px;
    }
    
    .footer-address {
        font-size: 0.85em;
    }
    
    .footer-address p {
        margin: 2px 0;
    }
    
    .frise {
        max-height: 10px;
    }
    
    .footer-separator {
		margin: 0;
        /*margin-bottom: 10px;*/
 /*   }
}*/



/* Support pour les écrans haute densité */
/*@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .footer-right img, 
    .footer-left img,
    .frise {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Clearfix pour les éléments flottants */
/*.footer-logo::after {
    content: "";
    display: table;
    clear: both;
} */