/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.category-item-image {
    object-fit: contain;
    max-width: 20%;
    height: 35px;
    margin-top: 8px;
    margin-bottom: 20px;
}
.baseline-logo {
    font-size: .8rem;
        display: block;
    white-space: nowrap;
    margin-bottom: 0px;
}
.search-widget {
    width: 100%;
    }
    
.search-widget form input[type=text] {
    padding: .5rem 1rem;
}

/* Etre rappelé */
@media screen and (min-width:768px){
  .etre-rappele{
    position: fixed;
    top: 75%;
    right: 0%;
    transform: translateX(234px) translateY(-50%);
    transition: 1s;
    z-index: 10000;
    cursor: pointer;
  }
  .etre-rappele:hover{
    transform: translateX(0) translateY(-50%);
  }
}
@media screen and (max-width:767px){
  .etre-rappele{
    position: fixed;
    bottom: -161px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    transition: 1s;
    z-index: 10000;
    cursor: pointer;
    width: 300px;
    height: 154px;
  }
  .page-contact .etre-rappele{
    display: none;
  }
}

#maoFormWrapper .price_request {
    display: flex;
    gap: 5px;
    color: #bc1010;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #bc1010;
    padding: 10px;
    width: max-content;
    margin-top: 10px;
}