@import url(font.css);
@keyframes item_animee1 {
    100% {
        top: 60%;
        left: 70%;
    }
}

@keyframes item_animee2 {
    100% {
        top: 30%;
        left: 60%;
    }
}

#js-product-list-header > div {
    overflow: hidden;
}

#js-product-list-header>div div:nth-of-type(1)::before,
#js-product-list-header>div div:nth-of-type(1)::after,
#js-product-list-header>div div:nth-of-type(2)::before,
#js-product-list-header>div div:nth-of-type(2)::after {
    content: '';
    display: block;
    z-index: 0;
    position: absolute;
    border-radius: 50%;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

#js-product-list-header>div div:nth-of-type(1)::before {
    top: 30%;
    left: 30%;
    width: 150px;
    height: 150px;
    background-color: rgba(237,27,36,0.05);
    animation-name: item_animee1;
    animation-duration: 15s;
}

#js-product-list-header>div div:nth-of-type(1)::after {
    top: 60%;
    left: 40%;
    width: 250px;
    height: 250px;
    background-color: rgba(202,195,195,0.2);
    animation-name: item_animee2;
    animation-duration: 12s;
}

p,
a {
    font-family: "Comfortaa",cursive !important;
    font-weight: lighter !important;
}

.header-top a {
    font-family: "Righteous",cursive !important;
}

h1.h1 {
    font-family: "Righteous",cursive !important;
    font-size: 250% !important;
    font-weight: lighter !important;
}

p.h6.facet-title {
    font-family: "Righteous",cursive !important;
    font-weight: lighter !important;
}

.d-none {
    display: none;
}

#bandeau_cookie {
    padding: 0 0.2rem 0.2rem 0.2rem;
    font-size: small;
    background-color: #0077A8;
}

#bc_a_mentions {
    margin-right: 0.2rem;
    color: #fff;
}

#bc_a_mentions:hover {
    text-decoration: none;
    opacity: 0.8;
}

#bc_a_accepter {
    padding: 0 0.2rem;
    border-radius: 0.1rem;
    color: #0077A8;
    background-color: #fff;
    cursor: pointer;
}

#bc_a_accepter:hover {
    opacity: 0.8;
}

#wrapper {
    background: rgba(223,223,223,0.866667), url("images/main-bg.jpg");
    background: -webkit-linear-gradient(to right top, rgba(255,255,255,0.866667) , rgba(223,223,223,0.866667)), url("images/main-bg.jpg");
    background: linear-gradient(to right top, rgba(255,255,255,0.866667) , rgba(223,223,223,0.866667)), url("images/main-bg.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#header #top-menu>li:nth-child(1) > a[data-depth="0"] {
    background: #8d8989;
}

#header #top-menu>li:nth-child(2) > a[data-depth="0"] {
    background: #9c9898;
}

#header #top-menu>li:nth-child(3) > a[data-depth="0"] {
    background: #aca6a6;
}

#header #top-menu>li:nth-child(4) > a[data-depth="0"] {
    background: #bbb5b5;
}

#header #top-menu>li:nth-child(5) > a[data-depth="0"] {
    background: #cac3c3;
}

#header #top-menu>li:nth-child(6) > a[data-depth="0"] {
    background: #8d8989;
}

#header #top-menu>li:nth-child(7) > a[data-depth="0"] {
    background: #9c9898;
}

#header #top-menu>li:nth-child(8) > a[data-depth="0"] {
    background: #aca6a6;
}

#header a {
    color: #000 !important;
}

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

#header > .header-nav {
    margin-bottom: 0;
    background-color: #ED1B24;
}

@media screen and (max-width:768px) {
    #header > .header-nav {
        background: linear-gradient(to left, rgba(237,27,36,0) 12rem, #ED1B24 0);
    }
}

@media screen and (max-width:576px) {
    #header > .header-nav {
        background: linear-gradient(to left, rgba(237,27,36,0) 5.5rem, #ED1B24 0);
    }
}

#header > .header-top {
    padding-bottom: 0;
    background-color: #ED1B24 !important;
    background-color: transparent;
}

#header > .header-top #_mobile_logo {
    display: none;
}

#header > .header-top #_desktop_logo + div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 7.5rem;
    padding-left: 0;
}

@media screen and (max-width:768px) {
    #header > .header-top #_desktop_logo + div {
        padding-top: 4rem;
    }
}

#header > .header-top #_desktop_logo + div>div.clearfix {
    display: none;
}

#header > .header-top #_desktop_logo + div #_desktop_top_menu {
    order: 3;
    padding-left: 0 !important;
}

#header>.header-top #_desktop_logo+div #_desktop_top_menu a[data-depth]:not([data-depth="0"]) {
    padding: 0;
    font-weight: normal;
}

#header>.header-top #_desktop_logo+div #_desktop_top_menu a[data-depth]:not([data-depth="0"]):hover {
    text-decoration: underline;
}

#header > .header-top #_desktop_logo + div #_desktop_top_menu a[data-depth="0"] {
    box-shadow: 0 0 0.2rem 0 rgba(0,0,0,0.133333);
}

#header > .header-top #_desktop_logo + div #_desktop_top_menu a[data-depth="0"]:hover {
    background: #fff;
}

#header > .header-top #_desktop_logo + div #_desktop_top_menu a[data-depth="2"] {
    text-transform: lowercase;
    font-family: "Comfortaa",cursive !important;
    color: #2d2d2d !important;
}

#header > .header-top #_desktop_logo + div #_desktop_top_menu a[data-depth="2"]::first-letter {
    text-transform: uppercase;
}

#header > .header-top #_desktop_logo + div #_desktop_top_menu a[data-depth="3"] {
    display: none;
}

#header > .header-top #_desktop_logo + div #_desktop_top_menu #top-menu {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-bottom: -.2rem;
}

#header > .header-top #_desktop_logo + div #_desktop_top_menu #top-menu>li {
    margin-right: .2rem;
    margin-bottom: .2rem;
}

#header > .header-top #_desktop_logo + div #search_widget {
    flex-grow: 1;
    order: 2;
    margin-right: .2rem;
    margin-bottom: .2rem;
    max-width: 25rem;
    transition: 400ms;
}

#header > .header-top #_desktop_logo + div #search_widget input {
    padding: .09rem .625rem .375rem;
}

#js_logo_lettre {
    display: block;
    position: absolute;
    left: 0;
    order: 1;
    width: 100%;
    height: 7rem;
    background: no-repeat center top/contain url("images/logo-lettre.png"), no-repeat right 1rem bottom/16rem url("images/notes-noires.png");
}

@media screen and (max-width:768px) {
    #js_logo_lettre {
        height: 3.5rem;
    }
}

@media screen and (max-width:768px) {
    #js_logo_lettre {
        background: no-repeat center top/contain url("images/logo-lettre.png");
    }
}

.top-menu .sub-menu ul[data-depth="1"] > li {
    display: inline-table !important;
    float: none;
    margin: 0;
    min-width: 16rem;
}

.top-menu .sub-menu {
    box-shadow: 0 9px 11px 0 rgba(0,0,0,0.1);
}

.top-menu .sub-menu ul[data-depth="2"] > li:last-child {
    margin-bottom: 1rem;
}

#footer {
    background-color: #ED1B24;
}

#footer p,
#footer .block-contact {
    color: #fff !important;
}

#footer a {
    color: #fff !important;
    transition: 200ms;
}

#footer a:hover {
    color: #cac3c3 !important;
}

#footer a:hover::after {
    width: 100%;
}

#footer a::after {
    content: '';
    display: block;
    width: 0;
    border-bottom: solid 0.1rem #cac3c3;
    transition: 200ms;
}

#footer .footer-container {
    background-color: #0b0b0b80;
}

body#product .product-prices div {
    display: inline-block;
    vertical-align: baseline;
}

body#product .product-prices .current-price {
    font-size: 2rem;
}

body#product .product-information {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

body#product .product-information > [id^=product-description-short] {
    order: 1;
}

body#product .product-information > .product-actions {
    order: 2;
}

body#product .product-information > .tabs {
    order: 3;
}

body#product .product-information > #block-reassurance,
body#product .product-information .blockreassurance_product {
    order: 4;
}

.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
    text-transform: inherit !important;
}

.product-features > dl.data-sheet dd.value::first-letter,
.product-features > dl.data-sheet dt.name::first-letter {
    text-transform: uppercase;
}

#search_widget > form > input[placeholder]::placeholder {
    font-size: .8rem;
    color: #000c;
}

#search_widget > form > input[placeholder]:hover::placeholder {
    color: #0006;
    transition: 1000ms;
}

#js_vue_loupe_wrap {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    padding: 2rem;
    opacity: 0;
}

@media screen and (max-width:1100px) {
    #js_vue_loupe_wrap {
        display: none;
    }
}

#js_vue_loupe_wrap > div {
    width: 100%;
    height: 100%;
    border: solid 0.1rem #000;
    background-color: rgba(255,255,255,0.9);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.5);
}
