
#footer .media-body {
    font-size: 1rem;
    line-height: 1.125rem;
    max-width: 140px;
    top: 0.5rem;
    position: relative;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}


/* ----------------------------------------------------------------
    Footer
-----------------------------------------------------------------*/

.cookie-banner {
    overflow: hidden;
    padding: 1rem 1rem 1.5rem 1rem;
    background: rgba(0,0,0,0.85);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    vertical-align: middle;
    color: #fff;
    text-align: center;
}

.cookie-banner p {
    display: inline-block;
    margin-bottom: 1rem;
    width: 100%;
}

.cookie-banner form {
    display: inline-block;
}

.cookie-banner a {
    color: #fff;
    text-decoration: underline;
    margin-bottom: 1rem;
    display: inline-block;
}

.cookie-banner > * {
    margin: 0.5rem 1rem;
}

#footer {
    padding: 0 0 2em 0;
    background: #171717;
    margin-top: 2rem;
    text-align: center;
}

#footer ul {
    list-style: none;
    padding: 0;
    line-height: 1.6rem;
    font-size: 1rem;
}

#footer .align-items-center {
    justify-content: space-around;
    flex-wrap: wrap;
}

#footer ul.lang-switch {
    font-size: 1.125rem;
    display: none;
}

#footer ul.lang-switch img {
    margin-right: .5rem;
    width: 37px;
}

#footer a {
    color: #e5e5e5;
    text-decoration: none
}

#footer a:hover {
    color: #fff
}

#footer li a {
    min-width: 48px;
}

#footer .address div {
    margin-bottom: 0.5rem;
    font-weight: 300;
    text-align: left;
    box-sizing: border-box;
}
#footer .address div ul{
    max-width: 210px;
    margin: 0 auto;
    line-height: 1.5rem;
    color: #111;
}

#footer .coords address {
    margin-bottom: 0
}

#footer .col-md-5 li {
    text-decoration: none !important;
}

#footer .address li:nth-child(1) {
    font-weight: 600;
}

#footer .col-md-5:nth-child(3) ul::after {
    content: '';
    height: 0 !important;
}

#footer .form-control::-moz-placeholder {
    color: #cccccc;
}

#footer .form-control:-ms-input-placeholder {
    color: #cccccc;
}

#footer .form-control::-webkit-input-placeholder {
    color: #cccccc;
}

#footer .form-control {
    font-weight: 300;
    border: 1px solid #686868;
    background: #686868;
    color: #cccccc;
    font-size: 18px
}


#footer .col-md-3:nth-child(3) div:nth-child(2) img {
    height: 62px;
    width: 62px
}

#footer .media {
    display: flex;
    justify-content: center;
}


footer address strong {
    display: inline-block;
    margin-bottom: 0.5rem
}

.footer-address{
    padding: 2rem 0;
    background: #ebebeb;
    position: relative;
}

.footer-address .row{
    max-width: 1366px;
    margin: 0 auto;
}
.package_footer{
    background: #242424;
    padding: 2rem 0;
    border-bottom: 1px solid #5b5b5b;
}

.package_footer h3,
.footer-bottom h3{
    padding-bottom: 0.5rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
}

.package_footer ul{
    height: fit-content;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.package_footer li a{
    color: red;
    font-weight: 300;
}

.package_footer li.heading,
.package_footer li.heading a{
    color: #fff;
    font-weight: 600;
    margin: 0 0 5px 0
}

.package_footer li.break{
    height: 11px;
    color: lightgrey;
}
.footer-top{
    max-width: 1366px;
    margin: 0 auto;
}
.footer-top li:nth-of-type(25){
    height: 33px;
}

.footer-top li:nth-of-type(37){
    height: 10px;
}


/* Safari 7.1+ */

_::-webkit-full-page-media, _:future, :root .package_footer li.break {
    height: 15px;
}

_::-webkit-full-page-media, _:future, :root .footer-top li:nth-of-type(25) {
    height: 42px;
}

_::-webkit-full-page-media, _:future, :root .footer-top li:nth-of-type(37) {
    height: 50px;
}



.package_footer li:first-of-type {
    margin-top: 0!important
}

.footer-bottom{
    background:#171717;
    padding: 1rem 1.5rem;
    max-width: 1366px;
    margin: 0 auto;
}

.footer-bottom a{
    font-weight: 300;
}

.footer-bottom img{
    height: auto;
    padding: 0.5rem;
}

.footer-bottom div img:first-of-type{
    padding-left: 0;
}

.footer-logo{
    display: block;
    margin: 0 auto;
}
.footer-bottom h3{
    padding: 1rem 0;
}

.footer-bottom small{
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    font-style: italic;
    display: block;
    font-size: 10px;
    position: relative;
    margin-top: -8px;
    text-align: center;
    line-height: 100%;
}

.footer-sub-menu{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.footer-sub-menu div{
    flex: unset;
}
#footer .socially {
    font-style: italic;
    display: flex;
    width: 100%;
    position: relative;
    justify-content: center;
}

#footer a.social-icon {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 2rem;
    font-size: 14px;
    color: #666;
    margin-right: 1rem;
    transition: 0.2s;
}

#footer a.social-icon:hover {
    color: #666;
    background: #e5e5e5;
    transition: 0.2s;
}

.footer-bottom span::before {
    color: #fff;
}

.footer-copyright{
    color: #fff;
    font-weight: 300;
    margin-top: 2rem;
}

.social-icon:hover {
    background: transparent!important;
}

.color-facebook{
    background: #3b5998!important;
}

.color-instagram{
    background: linear-gradient(to top right ,#FFD600,#FF7A00,#FF0069,#D300C5,#7638FA);
    background-color: #FF0069;
}

.color-pinterest{
    background: #c8232c!important;
}

.color-linkedin{
    background: #0e76a8!important;
}

.color-youtube{
    background: #c4302b!important;
}

.title_labo {
    color: #e20030;
}

.title_labo:before {
    content: "\e91c";
    font-family: 'icomoon';
    color: #e20030;
    margin-left: -22px;
    padding-right: 6px;
}
