<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#boutique_footer{
    padding: 2em 0.5em;
    background-color: #f3f3f3;
}

#boutique_footer .boutique_footer_left{
    text-align: center;
}

#boutique_footer .boutique_footer_left img{
    width: 100%;
    max-width: 600px;
    margin-bottom: 2em;
}

#boutique_footer .boutique_footer_right{
    padding: 0 2em;
}

#boutique_footer .boutique_footer_right h3{
    font-size: 1.5rem;
    color: #bc1818;
}

#boutique_footer .boutique_footer_right a{
    background-color: #bc1818;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}

#boutique_footer .boutique_footer_right a:hover{
    background-color: #222;
}



/*********************/
/*  FOOTER TOP
/*********************/

.footer_top{
    background-color: #222;
    padding: 1em 0;
}

.footer_top .footer_bloc{
    padding: 1em 3em;
}

.footer_top .footer_bloc1{
    text-align: center;
}

.footer_top .footer_bloc1 img{
    width: 100%;
    max-width: 300px;
}

.footer_top .footer_bloc2{
    color: #fff;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
}

.footer_top .footer_bloc2_titre{
    font-size: 120%;
    font-weight: 400;
}

.footer_top .footer_bloc2_texte{
    font-size: 80%;
    font-weight: 200;
    margin: 5px 0 15px;
}

.footer_top .footer_bloc2_form{
    position: relative;
}

.footer_top .footer_bloc2_form input{
    display: inline-block;
    width: 100%;
    height: 45px;
    border-radius: 0;
    border: none;
    background-color: #fff;
    padding-right: 75px;
}

.footer_top .footer_bloc2_form button{
    width: 60px;
    height: 45px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #fff;
    padding: 4px 0 0 0;
}

.footer_top .footer_bloc2_form button:hover{
    background-color: #999;
}

.footer_top .footer_bloc3{
    color: #fff;
    text-align: center;
}

.footer_top .footer_bloc3_titre{
    font-size: 140%;
}

.footer_top .footer_bloc3_pictos{
    padding: 20px 0 0;
}

.footer_top .footer_bloc3_pictos ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer_top .footer_bloc3_pictos li{
    display: inline-block;
}

.footer_top .footer_bloc3_pictos li i{
    font-size: 200%;
    margin: 0 10px;
}

.footer_top .footer_bloc3_pictos li i:hover{
    color: #ccc;
}


/*********************/
/*  FOOTER BOTTOM
/*********************/

.footer_bottom{
    font-size: 80%;
    padding: 7px 0;
    color: #fff;
    text-align: center;
}

.footer_bottom a{
    color: #fff;
}</pre></body></html>