.CF5eb4c54dcf544 .form-control {
    box-shadow: none;
    color: #aaaaaa;
    background: transparent;
    border: 1px solid #aaaaaa;
}

.admin-bar .core-nav.nav-core-sticky.on-scroll {
    top: 32px;
    box-shadow: 5px 5px 2px rgba(23, 36, 52, .15);
}

.product-categories span.sep:last-child {
    display: none;
}

.realisation {
    position: relative;
}

.realisation .thumb {
    overflow: hidden;
}

.realisation .thumb img {
    transition: transform .4s 0s ease-in-out;
    -webkit-transition: transform 2s 0s ease-in-out;
}

.realisation .rea-caption {
    height: 100%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all .4s 0s ease-in-out;
    -webkit-transition: all .4s 0s ease-in-out;
    width: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,0.25);
	padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.realisation .rea-caption h3 {
    color: #fff;
}

.realisation:hover .rea-caption {
    opacity: 1;
}

.realisation:hover .thumb img {
    transform: scale(1.5) rotate(6deg);
    -webkit-transform: scale(1.5);
}

.slotholder:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(9,66,128,0.3);
}

.product-description ul {
    margin-left: 20px;
    margin-bottom: 1rem;
}

.current-menu-item  > a {
    color: #564180;
}

.page-link:hover {
    background-color: #564180;
}