


.page_footer--content--item  {
    float: none;
    border: none;
}


.page_footer {
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    padding-bottom: 15px;
    height: 100%;
    border-top: solid 8px #e53520;
    background-color: #123147;
    color: #ffffff;
	
	background-image: url(../image/FOOTER.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
	
}


.page_footer a,
.page_footer a:hover {
    color: #ffffff;
}


.page_footer--content {
    max-width: 1540px;
    padding-left: 60px;
    padding-right: 60px;
    width: calc(-120px + 100%)
}


.page_footer--titre1 {
    padding-bottom: 8px;
    font-size: 16px;
    color: #ffffff;
}

.page_footer--texte {
    /*padding-bottom: 8px;**/
    font-size: 14px;
	line-height: 32px;
	
}

 .page_footer--libelle  {
    margin-right: 5px;
}


/* ===  === */ 

.footerspecifique {
	box-sizing: border-box;
}

.footerspecifique--content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	width: calc(100% - 184px);
}

.page_footer--content--item {
    width: auto;
	padding: 0 60px;
	margin: 0;
	border-right: solid 1px #5a6f7f;
}

.page_footer--content--item:first-child {
	padding-left: 0;
}

.page_footer--content--item:last-child {
	padding-right: 0;
	border-right: none;
}
	


/* === RESEAUX SOCIAUX === */

.social-links {
	
    /*margin-right: 5px;    */

}

.social-links > a {
	position: relative;
	padding-left: 28px;
}

.social-links > a::before {
	display: inline-block;
	content: " " !important;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: -2px;
}

.linkedin-icon::before {
    background: url(../image/picto-reseau_linkedin.png) no-repeat left center !important;
	background-size: 17px !important;
}

.instagram-icon::before {
    background: url(../image/picto-reseau_instagram.png) no-repeat left center !important;
	background-size: 17px !important;
}

.facebook-icon::before {
    background: url(../image/picto-reseau_facebook.png) no-repeat left center !important;
	background-size: 17px !important;
}

.youtube-icon::before {
    background: url(../image/picto-reseau_youtube.png) no-repeat left center !important;
	background-size: 17px !important;
}


/* === ADRESSE === */

.page_footer--content--item_contact > ul {
	padding-left: 160px;
    background-image: url("../image/logo-footer.png");
    background-size: 130px auto;
    background-position-y: 5px;
    background-repeat: no-repeat;
	width: 100%;
}


.page_footer--content--item_contact .page_footer--texte {
	font-size: 16px;
	line-height: 26px;
}


/* === FORMULAIRE CONTACT === */

.footer--formulaire_contact {
    width: 110px;
    height: 64px;
    z-index: 8900;
    position: fixed;
    bottom: 80px;
    right: -5px;    
    border: solid 1px #ebebeb;
    border-radius: 5px;
    padding: 10px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 6px 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 6px 12px rgb(0 0 0 / 18%);
    background-color: #44a99e;
    background-image: url("/_client/images/formulaire-contact.png");
    background-repeat: no-repeat;
    background-position: center 48px;
    background-size: 30%;
    
    box-sizing: content-box;
    opacity: 0.8;
}



.footer--formulaire_contact a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold;
    text-decoration: none;
}

.footer--formulaire_contact a:hover {
    text-decoration: none;
}




/* ==================================== */
/* =============== MEDIA ============== */

@media (max-width : 1320px) {

    .page_footer--content {
        padding-right: 0;
        padding-left: 0;
		width: 100%;
    }
	
	
	.page_footer--content--item_informations {
		order: -2;
		padding-left: 0;
	}
	
	.page_footer--content--item_reseaux_sociaux {
		order: -1;
	}
	
	.page_footer--content--item_contact {
		margin-top: 50px;
		margin-left: 100%;
		margin-right: 100%;
		padding-right: 0;
		border-right: none;
	}
	
	.page_footer--content--item_contact > ul {
		padding-right: 160px;
	}
	
}


@media (max-width : 800px) {

	.page_footer--content {
		position: relative;
	}

	.page_footer--content--item {
		border-right: none;
		margin-top: 40px;
		padding-left: 0;
		padding-right: 0;
		width: 80%;
	}

	.page_footer--content--item_informations {
		margin-top: 0px;
	}

	.page_footer--content--item_contact {
		margin-left: 0;
		margin-right: 0;
	}

	.page_footer--content--item_contact > ul {
		padding-left: 0;
		padding-top: 60px;
	}
	
	.page_footer--content--item_reseaux_sociaux {
		position: absolute;
		margin-top: 0;
		top: 0;
		right: 0;
		width: auto;
	}
	
	.page_footer--content--item_reseaux_sociaux .page_footer--titre1 {
		display: none;
	}
	
	.page_footer--content--item_reseaux_sociaux .page_footer--libelle {
		display: none;
	}
	
	.social-links {
		padding: 10px 30px;
	}		
	
	.social-links > a::before {
		background-size: 40px !important;
		width: 40px;
		height: 40px;
	}

/*
    .page_footer {
        padding-top: 20px;
    }

    .footerspecifique--content .page_footer--content--item {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    
    .footerspecifique--content .page_footer--content--item_logo {
        background-position: center;
        min-height: 100px;
    }
    
    .page_footer--titre1 {
        padding-bottom: 10px;
    }


    .page_footer--content--item_reseaux_sociaux {
        margin-top: 50px;        
    }
    
    .page_footer--content--item_reseaux_sociaux > ul {
        text-align: center;
    }
    
    .page_footer--content--item_reseaux_sociaux .social-links {
        float: none;
    }
    
    .site_institionnel {
        width: 100%;
    }
    
    .footer--formulaire_contact {
        width: 50px;
        height: 50px;
        background-position: center center;
        background-size: 60%;
        
    }
    
    .footer--formulaire_contact span {
        display: none;
    }
        
*/
}


