/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/* strong_password */
[id^="strong_password_box_"] {
    position: absolute;
    bottom: -65px;
    z-index: 100;
    width: 230px;
    font-size: 12px;
}
[id^="strong_password_top_"] {
    background: transparent url(../img/strong_pw/strong_pw_background_top.png) no-repeat left top;
    height: 20px;
    width: 228px;
}
[id^="strong_password_bottom_"] {
    background: transparent url(../img/strong_pw/strong_pw_background_bottom.png) no-repeat left top;
    height: 5px;
    width: 228px;
}
[id^="strong_password_content_"] {
    background: transparent url(../img/strong_pw/strong_pw_background_content.png) repeat-y left top;
    width: 228px;
    padding: 5px 15px 5px 10px;
    overflow: hidden;
}
[id^="strong_password_title_"] {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 16px;
}
.strong_password_line {
    display: inline-block;
    overflow: hidden;
    width: 204px;
}
.strong_password_failed {
    background-image: url(../img/strong_pw/strong_pw_background_failed.gif);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: left 3px;
    width: 19px;
    height: 19px;
    margin: 0;
    padding: 0;
    float: left;
}
.strong_password_succeed {
    background-image: url(../img/strong_pw/strong_pw_background_succeed.gif);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: left 3px;
    width: 19px;
    height: 19px;
    margin: 0;
    padding: 0;
    float: left;
}
.strong_password_description {
    width: 185px;
    float: left;
}

.page-id-9552 .contact-form label{
    font-size:2rem;
}

.page-id-9552 .contact-form .form-control{
    min-height:5rem !important;
    font-size:2rem;
}

.page-id-9552 .contact-form textarea.form-control{
    height: auto !important;
}

.page-id-9552 .contact-form span.buttonText{
    font-size: 1.5rem;
    line-height: 3.5rem;
}
.page-id-9552 .contact-form .form-control-comment{
    line-height: 4rem;
    font-size: 1.5rem;
}
.page-id-9552 .contact-form .form-footer .btn{
   font-size: 2.5rem;
}
.product-miniature-grid .product-availability .badge img {
    max-width: 32px !important;
    margin-right: 5px;
    display: inline-block;
}

.product-miniature-grid .product-availability{
    position: relative;
    bottom:0;
}
.product-add-cart{
    display: block !important;
}

.product-description{
    margin-top: 5px !important;
}

.product-description-unvailable{
    height: 100%;
}

.header__search--form {
    position: absolute !important;
}
.product-description-short{
    display:none !important;
}

.header__search--form .ssearch .searchProduct {
    font-size: 31px;
    color: #000;
    font-weight: 400;
    text-align: center;
}
.form-control {
    background-color: #fff;
    border: solid 1px #e3e3e3;
}
.form-control::placeholder {
    color: #777;
}
@media (min-width:1024px){
    .ssearch .searchProduct{
        display: none;
    }
    .header_search_mobile{
        display: none;
    }
    .form-search-control{
        width: 375px !important;
    }
    .form-search-control{
        border-radius: 50px 0 0 50px;
    }
    .btn-search input{
        border-radius: 0 50px 50px 0;
    }
}
@media (max-width:1024px){
    .buton-search{
        display: block !important;
    }
    .menu__wrapper_desktop{
        display: none !important;
    }
    /* .searchbarDesktop{
        display: none !important;
    } */
    .menu__wrapper_mobile{
        display: block !important;
        margin-bottom: 16px;
        margin-left: 10px;
    }
    .header__search{
        margin: 0 0 8px 0 !important;
    }
    .bloc-rechercher-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
        width: 96%;
    }
    .header_search_mobile{
        background-color: #fff;
        display: inline-flex;
        width: 100%;
        margin-top: -2px !important;
    }
    .btn-search-mobile{
        width: auto !important;
    }
    .allContainerSearch{
        display: grid;
        grid-template-columns: 6% 94%;
        align-items: center;
    }
    .form-search-control{
        width: 210px !important;
        border-radius: 50px 0 0 50px;
    }
    .button_search{
        border-radius: 0 50px 50px 0;
    }
}
@media (min-width:600px){
    .form-search-control{
        width: 300px !important;
        border-radius: 50px 0 0 50px;
    }
    .searchbarMobile{
        width: 90%;
    }
}
.header__search{
    margin: 0px auto;
}
#product_ref{
    margin-right:0px;
    width:300px;
}
#product_ref{
    margin-right: 0;
    width: 300px;
}
.btn-search{
    padding: 1.1em 0;
    display: block;
    width: 0;
}
.buton-search{
    display: none;
}
.menu__wrapper_mobile{
    display: none
}
.menu__wrapper_desktop{
    display: block
}
.searchbarDesktop{
    display: block
}
.background-point{
    width: 0 !important;
}
.sub-menu > .row{
    padding-left: 0 !important;
}
.ls-nav-prev, .ls-nav-next{
    z-index: 30 !important;
}
#header .menu{
    top: 90%;
}