﻿/* Add CSS specific for France site */
@media screen and (min-width:320px) and (max-width:991px) {
.h1 em, h1 em { 
    line-height: 2.0rem ; 
}
}

@media screen and (min-width: 992px) {
.tabbed-content.tabbed-content--stacked .btn.nav-link {
    height: 75px !important;
}
}

@media screen and (max-width: 767px) and (min-width: 375px){
    .social-item--twitter .social-item__content {
        padding:1rem 0.5rem;
    }
}

