


.page_footer--content--item  {
    float: none;
    border: none;
}

.page_footer {
    max-width: 1540px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 50px;
    height: 100%;
    border-top: solid 1px #cccccc;
    background-color: #003366;
    color: #ffffff;
}

.page_footer a,
.page_footer a:hover {
    color: #ffffff;
}

.page_footer--content {
    padding-left: 60px;
    padding-right: 60px;
    width: calc(-120px + 100%)
}

.page_footer--titre1 {
    padding-bottom: 20px;
    font-size: 20px;
    color: #ffffff;
}

.site_institionnel, 
.page_footer--texte {
    padding-bottom: 10px;
    font-size: 14px;
}

 .page_footer--libelle  {
    margin-right: 5px;
}


/* === SPECIFIQUE === */ 

.footerspecifique {
}

.footerspecifique--content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}


.footerspecifique--content .page_footer--content--item_logo {
    min-width: 140px;
    min-height: 100px;
    background-image: url("../_client/images/logo-footer.png");
    background-size: auto 120px;
    background-position-y: 0px;
    background-repeat: no-repeat;
    
}

.footerspecifique--content .page_footer--content--item {
    width: auto;
}

.page_footer--content--item_reseauxSociaux .social-links {
    float: left;
}

.page_footer--content--item_reseauxSociaux .social-links .page_footer--a_icon span {
}

.social-links {
    margin-right: 5px;    
}

.social-links > a > span::before {
	background-size: 30px !important;
	content: "" !important;
    width: 40px;
    height: 40px;
    display: inline-block;
	padding: 4px;
}

.social-links .instagram-icon::before {
    background: transparent url(../_client/images/social-instagram.png) no-repeat center center;
}

.social-links .youtube-icon::before {
    background: transparent url(../_client/images/social-youtube.png) no-repeat center center;
}

.social-links .facebook-icon::before {
    background: transparent url(../_client/images/social-facebook.png) no-repeat center center;
}

.social-links .pinterest-icon::before {
    background: transparent url(../_client/images/social-pinterest.png) no-repeat center center;
}

.social-links .linkedin-icon::before {
    background: transparent url(../_client/images/social-linkedin.png) no-repeat center center;
}


/* ==================================== */
/* =============== MEDIA ============== */

@media (max-width : 1200px) {

    .page_footer--content {
        padding-right: 0;
        padding-left: 0;
    }
	
	.page_footer--content--item_reseauxSociaux {
		display: block;
		width: 100% !important;
		margin-top: 40px;
	}
    
}


@media (max-width : 800px) {

    .page_footer {
        padding-top: 20px;
    }

    
	.page_footer--content--item_reseauxSociaux > ul > li,
	.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_reseauxSociaux {
        margin-top: 50px;        
        border-top: solid 1px #cccccc;
        border-bottom: solid 1px #cccccc;
    }
	
    .page_footer--content--item_reseauxSociaux > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

}
