/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/*Style reCAPTCHA*/
.contact-form form .form-fields #captcha-box > div{float: right;}
.contact-form form .form-footer{clear: both;padding-top: 1rem;}
@media screen and (max-width: 767px){
    #contact #left-column,
    #contact #content-wrapper{padding-left: 0!important;padding-right: 0!important;width: 100%;}
    /*Correction pour affichage correcte sur mobile*/
    .contact-form form .form-fields #captcha-box{position: relative;min-height: 78px;}
    .contact-form form .form-fields #captcha-box > div{float: none;position: absolute;left: 50%;top: 0;transform: translate(-50%,0);}
}
@media screen and (max-width: 379px){
    /*Correction pour affichage correcte sur mobile*/
    .register-form form .form-group .g-recaptcha{position: relative;min-height: 78px;}
    .register-form form .form-group .g-recaptcha > div{float: none;position: absolute;left: 50%;top: 0;transform: translate(-50%,0);}
}

/* R2COM - images sous-categories */
.subcategory-heading {
    font-weight: bold;
    text-align:center;
    padding-top:10px;
}
.subcategory-name {
    font-weight: normal;
    text-align:center;
}
#subcategories{
    background-color:#fff;
}
#subcategories h5{
    margin-bottom: 25px
}  
#subcategories ul li{
    float: left;
    width: 33%;
    text-align: center;
}
#subcategories ul li img {
    margin-bottom: 10px;
    width:80%;
}
#subcategories ul li img:hover{
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

/* mobile */
@media screen and (max-width:600px){
    #subcategories ul li{
        width: 50%;
    }
}

/* 19.10.19 - R2COM */  
#banner_msg_legal{font-size:12px;border-bottom:1px dashed #333;text-align:center;background-color:#fef3ca;}
#banner_msg_legal a{color:#222;}
#banner_msg_legal a img{width:12px;vertical-align:middle;line-height:5px;display:inline-block;margin-bottom:2px;}