@font-face {
    font-family: nagoda-regular;
    src: url(./font/nagoda-nagoda-regular-400.ttf);
} 

body, .title-menu p {font-family: nagoda-regular !important;}

h1, h2, h3, h4, h5, h6 {font-weight: 400;}

#header, #header .header-top {
    background-color: #93ACFD;
}

#header .header-nav {
    border-bottom: #f6f6f6 0px solid;
}

.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: rgb(147, 172, 253);
    border-radius: 25px;
    border: 2px solid transparent;
}

/* Bloc miniature produit */

.product-miniature .product-title a {
    font-size: 1.25rem;
    color: #93ACFD;
}

.product-miniature .product-title {margin-top: 20px;}

.page-content.page-cms ul, p {
    font-family: Montserrat;
    font-size: .625rem;
    color: #000;
    text-align: center;
    line-height: 12.19px;
}

.product-miniature .thumbnail-container:focus .product-description::after, .product-miniature .thumbnail-container:hover .product-description::after {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    content: "";
    border-top: none;
    opacity: .25;
}

.product-miniature .thumbnail-container {
    background: none;
}

.product-miniature .product-description {
    background: none;
}
.js-product {
    background-color: #EDEDED;
}

.btn-chevron {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    position: relative;
    margin: 30px 30px 0px 0px;
    border-radius: 50%;
    background-color: #93ACFD;
    float: right;
    cursor: pointer;
}

.btn-chevron i {
    font-size: 20px;
    color: #FFF;
}

.btn-chevron:hover {
    transform: rotate(90deg);
    transition: all 400ms;
}
