


.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 1px #cccccc;
    background-color: #81afb8;
    color: #fff;
}

.page_footer a {
    color: #fff;
}

.page_footer a:hover {
	text-decoration: underline;
    color: #f9c5a9;
}

.page_footer--content {
    max-width: 1540px;
    padding-left: 60px;
    padding-right: 60px;
    width: calc(-120px + 100%)
}


.page_footer--titre1 {
    padding-bottom: 20px;
    font-size: 20px;
    color: #fff;
}

.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: 130px auto;
    background-position-y: 20px;
    background-repeat: no-repeat;
	display: none;
}

.footerspecifique--content .page_footer--content--item {
    width: auto;
}

.page_footer--content--item_reseauxSociaux {
    /*text-align: center;*/
}

.page_footer--content--item_reseauxSociaux .social-links {
    float: left;
    /*text-align: center;*/
}


/* === ASSISTANT === */

.page_footer--assistant {
    z-index: 8900;
	display: block;
    width: 220px;
    height: 80px;
    position: fixed;
    bottom: 120px;
    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: #ecf0f1;
    background-image: url("../_client/images/assistant--avatar.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30%;
    box-sizing: content-box;
	line-height: 17px;
	color: #000;
	font-size: 12.5px;
	text-align: left;
    opacity: 0.85;
	
	padding-left: 100px;
}

.page_footer--assistant b {
	font-weight: bold;
}

.page_footer--assistant a {
    display: inline-block;
	color: #000;
}

.page_footer--assistant a:hover {
    text-decoration: none;
	color: #000;
}


.page_footer--assistant a:hover {
    text-decoration: none;
	color: #000;
}


/* === RESEAUX SOCIAUX === */

.site_institionnel {
/*	margin-bottom: 10px;*/
}

.page_footer--a_icon span {
	font-family: Awesome-brands;
	font-size: 25px;
	margin-right: 10px;
}

.page_footer--a_icon span::before {
	background: none !important;
}

.social-links .facebook-icon::before {
	content: "\f39e";
}

.social-links .youtube-icon::before {
	content: "\f167";
}

.social-links .instagram-icon::before {
	content: "\f16d";
}

.social-links .pnterest-icon::before {
	content: "\f231";
}

.social-links .linkedin-icon::before {
	content: "\f0e1";
}


/* ==================================== */
/* =============== MEDIA ============== */

@media (max-width : 1200px) {

    .page_footer--content {
        padding-right: 0;
        padding-left: 0;
    }
}


@media (max-width : 800px) {


    .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_reseauxSociaux {
        margin-top: 50px;        
    }
    
    .page_footer--content--item_reseauxSociaux > ul {
        text-align: center;
    }
    
    .page_footer--content--item_reseauxSociaux .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;
    }
        

}
