/** footer **/

footer {
    background-color: #1D3141;
    color: #ffffff;
    padding: 20px 0px;
}


.footer-all {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footer-logo img {
    width: 276px;
    margin-bottom: 30px;
}

.social-media svg {
    margin: 0px 20px;
}

.footer-nav li {
    margin-bottom: 30px;
}

.footer-nav li a {
    color: #fff;
    text-decoration:none;
}

.footer-nav li a:hover
 {
    color: #FAAB4C;
}

footer h2 {
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.563rem;
    color: #FAAB4C;
    text-align: center;
    margin-bottom: 41px;
}

footer small {
    font-size: 0.75rem;
    display: flex;
    justify-content: center;
}


.reconnaissance img {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    ;

}

.reconnaissance-images {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icones-socialmedia {
    display: flex;
    align-items: center;
}


#twitter:hover #twitter-2 {
    fill: #FAAB4C;
}

#instagram_footer:hover #Trace_19,
#instagram_footer:hover #Trace_20,
#instagram_footer:hover #Trace_21 {
    fill: #FAAB4C;
}



#footer_facebook:hover #facebook {
    fill: #FAAB4C
}

#youtube_footer:hover #Trace_22,
#youtube_footer:hover #Trace_23 {
    fill: #FAAB4C
}

/**footer responsive**/

@media screen and (max-width: 800px) {
 /** footer **/

 .footer-all {
    flex-direction: column;
    padding-top: 1rem;

}

.footer-infos {
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-media {
    padding-bottom: 4rem;
}

.reconnaissance {
    padding-bottom: 2rem;
}

.footer-nav {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer-logo img {
    width: 154px;
}

footer h2 {
    margin-bottom: 20px;
}

.social-media svg {
    margin: 0px 10px;
}

/** retour en haut de page **/
#scroll_to_top {
    display: none;
}

#scroll_to_top-responsive {
    display: flex;
    justify-content: flex-end;
    position: relative;
    right: 0px;
    left: 0px;
    margin-bottom: 2rem;
}
}

.social-menu {
    display: flex;
    justify-content: space-between;
}

.social-menu a {
    /* Masquage du texte */
    font: 0/0 a;
    text-decoration: none;
    color: transparent;
    border: 0;
    text-shadow: none;
    /* Remplacement par une image */
    display: block;
    width: 56px;
    height: 56px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin:10px;
}

.social-menu a[href*="facebook"] {
    background-image: url(../images/icon_facebook.svg);
}
.social-menu a[href*="twitter"] {
    background-image: url(../images/icon_twitter.svg);
}

.social-menu a[href*="instagram"] {
    background-image: url(../images/icon_instagram.svg);
}

.social-menu a[href*="youtube"] {
    background-image: url(../images/icon_youtube.svg);
}


