/*
> 23.09.2020
> [FOOTER] - Flexible Paiement logos section
> Wiki : Flexible Advantages Blocks
> Asset ID : footer-advantages
*/

.wrapper_footer-advantages-hr{
    margin-bottom: -22px;
    padding: 0px 22px;
}
.footer-advantages-bis {
    text-align: center;
}
.footer-advantages-bis h2 {
    background-color: #e5e5e5;
    font-size: 22px;
    font-weight: normal;
    font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    padding: 0px 25px;
}
.footer-advantages__hr {
    border-top: 2px solid #cbcbcb;
    line-height: 0;
}
.footer-advantages-bis ul li{
	list-style-type:none;
}
#footer-jcarousel-bis {
    display: flex;
    margin: 20px 0px 30px;
    padding: 0;
}
#footer-jcarousel-bis li {
    flex-basis: 100%;
}
#footer-jcarousel-bis strong {
    font-size: 24px;
    line-height: 1em;
    display: block;
    font-family: ClarinsRegular;
    font-weight: normal;
    margin-bottom: 6px;
}
@media screen and (max-width:769px){
    #footer-jcarousel-bis{
     flex-wrap: wrap;
    }
    #footer-jcarousel-bis li{
    	margin-bottom: 25px;
    }
    .wrapper_footer-advantages-hr {
    	margin-bottom: -30px;
	}
}