footer{

    margin-top: 20px;
    background: #24282f;
    color: #fdf3e1;
}

footer h3{
    font-family: Georgia;
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 20px;

}

.menu-joindre
{
    border:none;
    border-radius: 0px;
    /*min-height: 380px; /*380*/
    /*background-color : #fdf3e1;*/
    font-size: 16px;
    position: relative;
    margin: auto;
    display: block;
    color: #24282f;
    height: 500px;
}

.menu-joindre .panel-heading
{
    font-family: Georgia, sans-serif;
    font-weight: bold;
    border:none;
    /*background-color : #fdf3e1;*/
    padding-top: 31px;
    padding-bottom: 14px;
    font-size: 1.9rem;
}

.menu-joindre .panel-body
{
    /*background-color : #fdf3e1;*/
    color: #000;

}


ul.menu-joindre-coordonee > li {
    margin-bottom: 32px;
    height: 40px;
    display: block;
    margin-left: 10%;
}

ul.menu-joindre-coordonee {
    margin-top: 30px;
    margin-bottom: 50px;
}

.icn-lst_footer{

    padding-left: 50px;
    padding-top: 0px;
    padding-bottom: 6px;
    display: inline-block;
    color: #24282f;

}

.contactemail{  background: url(../../images/Com/mail.png) no-repeat;  }
.contacttel{background: url(../../images/Com/Phone-copy.png) no-repeat; }
.contactdisc{background: url(../../images/Com/Chat-copy.png) no-repeat;  }
.contactlocal{background: url(../../images/Com/boutique-1.png) no-repeat;  }


footer .menu-joindre li strong{
    display: block;
    font-family: Georgia, sans-serif;
    font-style: italic;
}

.menu-joindre-partage {
    margin: 0 0 22px 0;
    text-align: center;
}

.menu-joindre-partage a {
    margin-right: 10px;
}
.menu-joindre-partage .partage-title {
    display: block;
    margin: 0 0 14px 0;
    line-height: 1;
    color: #24282f;
}

.ronder-icon {
    border: 2px solid #24282f;
    border-radius: 38px;
    width: 38px;
    height: 38px;
    line-height: 35px;
    vertical-align: middle;
    display: block;
    text-align: center;
}

.ronder-icon--alt {
    border-width: 2px;
    height: 50px;
    width: 50px;
    line-height: 45px;
}

.menu-joindre-partage .ronder-icon {
    display: inline-block;
    margin: 0 0 0 10px;
}
.menu-joindre-partage .ronder-icon:first-child {
    margin: 0;
}

.menu-joindre-card
{
    padding-bottom: 0px;
    padding-top: 32px;
}

.menu-joindre-card a {
    display: inline-block;
    margin: 0 0 0 16px;
}
.menu-joindre-card a:first-child {
    margin: 0;
}

.bottom-footer
{
    background-color: #24282f;
    border-top: 1px solid #11151b;
    height: 68px;
    padding-top: 20px;
}

.footer-copyright a
{
    background: transparent;
    color: #fff;
}

.footer-copyright .nav-pills>li>a:hover
{
    background-color:transparent;
    color :#fa6161;
}


footer .right-col h2{
    font-size: 14px;
    font-style: italic;
    font-family: Georgia;
    margin-bottom: 30px;
}

footer .right-col h4{
    font-size: 14px;
    font-style: italic;
    font-family: Georgia;
    margin-bottom: 30px;
}

footer .right-col a{
    color: #ffffff;
    font-size: 1.2rem;
}

footer .right-col li{
    margin-bottom: 4px;
}

footer .right-col{
    padding-bottom: 15px;
    height: 540px;
}

.footer_recherche
{
    color: #fff;
}




@media (max-width: 1200px) and (min-width: 992px) {

    footer .right-col{  height: 600px;  }

    .menu-joindre {  height: 600px;  }

    .menu-joindre .panel-body
    {
        height: 604px;
    }

}

@media (max-width: 992px){

                        footer .right-col{  height: 600px;  }

                        .menu-joindre {  height: 450px;  }

                        .menu-joindre .panel-body
                        {
                            height: 300px;
                        }

                        ul.menu-joindre-coordonee > li {
                            margin-bottom: 10px;
                        }

                        ul.menu-joindre-coordonee {
                            margin-top: 10px;
                            margin-bottom: 10px;
                        }

                        .menu-joindre-card
                        {
                            padding-bottom: 0px;
                            padding-top: 0px;
                        }

                        .bottom-footer
                        {

                            height: inherit;
                            padding-top: inherit;
                        }

}