/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/* @font-face {
    font-family: Avenir;
    src: url(../fonts/AvenirLTProBlack.otf);
    font-weight: 800;
  } */

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

.fa-user-o::before {
    content: url(../img/icon/user.svg);
    width: 200px;
    height: 200px;
}

.ceicon-trolley-medium:before {
    content: url(../img/icon/cart.svg);
    width: 200px;
    height: 200px;
}

.fa-heart:before {
    content: url(../img/icon/fav.svg);
    width: 200px;
    height: 200px;
}


.fa-star-half:before {
    content: url(../img/icon/motif-title.svg) !important;
    width: 200px;
    height: 200px;
}

.icon-phone1::before {
    content: url(../img/icon/phone-call.svg) !important;
    width: 200px;
    height: 200px;
}


.icon-mail1:before {
    content: url(../img/icon/mail.svg) !important;
    width: 200px;
    height: 200px;
}
.icon-mail2:before {
    content: url(../img/icon/mail-header.svg) !important;
    width: 200px;
    height: 200px;
}

.icon-map-pin:before {
    content: url(../img/icon/localisation.svg) !important;
    width: 200px;
    height: 200px;
}

body {
    background-color: #fff;
}

#search_block_top .input-group {
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
}

.button-search svg {
    stroke: none;
    fill: none;
    transition: 0.3s ease;
}

#search_category {
    width: 135px;
    height: 45px;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.315' height='5.898' viewBox='0 0 10.315 5.898'%3E%3Cpath id='Icon_ionic-ios-arrow-down' data-name='Icon ionic-ios-arrow-down' d='M11.347,15.366l3.9-3.9a.734.734,0,0,1,1.041,0,.743.743,0,0,1,0,1.044l-4.419,4.422a.736.736,0,0,1-1.017.021L6.4,12.51a.737.737,0,1,1,1.041-1.044Z' transform='translate(-6.188 -11.246)' fill='%2300365f'/%3E%3C/svg%3E%0A");
    background-position: right 10px center;
    position: relative;
    -moz-appearance: none;
    cursor: pointer;
    color: #00365F;
    font-size: 13px;
    border-radius: 0px;
    border: none;
    background-color: #fff;
    padding: 0px;
    font-weight: 600;
}

.button-search {
    background: white;
    border-radius: 0px 144px 144px 0px;
    padding: 2px 19px;


}

#search_query_top {
    font-size: 13px;
    border-radius: 144px 0px 0px 144px;
    margin-right: -6px;


}

.cart-wishlist-number {
    display: block;
    position: absolute;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    top: -9px;
    right: -1.7em;
    border-radius: 100%;
    color: inherit;
    background-color: #0071CE;
    text-align: center;
    font-size: 10px;
    color: #fff;

}

.wimg {
    position: relative;
}

.wish {

    padding: 0px 7px;
    height: 36px;
    width: 36px;
    line-height: 43px;
    border-radius: 100%;
    text-align: center;
    margin: 5px;
    border-color: transparent;
    background: white;
    fill: #0071ce;
}

.wish:hover {

    color: #fff !important;
    background: #ffc220;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    fill: #fff;
    cursor: pointer;

}

.product-miniature .sp-quick-view:hover,
.product-miniature .sp-add-to-cart:hover {
    color: #fff !important;
    background: #ffc220;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);

}


.product-miniature .sp-add-to-cart {
    height: 36px;
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 9px;
    width: 100%;
    line-height: 36px;
    color: #fff;
    border: none;
    text-align: center;
    font-weight: 400;
    border-radius: 999px;
    -moz-border-radius: 50%;
    transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    -o-transition: .1s;
    background-color: #0071ce;
    margin-right: 0px;
    align-items: center;
    justify-content: center;
}

.sp_product_btns .cart_content {
    width: 90%;
}

.product-miniature .sp-add-to-cart .sp-cart-text {
    text-transform: capitalize;
    display: block;
}

.sp-product-style1 .product-description {

    z-index: 2;
    background: white;
}

.product-miniature:hover .product-thumbnail {
    display: block;
}

.product-miniature .product-thumbnail {
    display: block;
    background: #ffffff;
}



.product-miniature .sp_product_btns {
    position: static;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 1;
    min-height: 0px;
    z-index: 2;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    background: transparent;
    padding-top: 14px;
    /*height: 130%;*/
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0px 10px 10px 10px;
}

.product-miniature .sp_product_btns:after {
    /*content:"";*/
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    z-index: -1;
    background: #00000033;
    height: 600%;
    display: block;
    pointer-events: none;
    padding: 10px;
}

.product-miniature .product-image {
    overflow: hidden;
}


.text-xs-center i {

    display: none;
}


@media only screen and (min-width : 768px) and (max-width : 1024px) {


    #search_category {
        display: none;
    }

}

.product-page .product-prices .tax-shipping-delivery-label {
    display: none;
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
    #search_category {
        display: none;
    }
}

@media (max-width: 432px) {
    #js-product-list.product-list--list .products {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    #js-product-list .products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-column-gap: 15px !important;
        grid-row-gap: 15px !important;
    }



    .product-page .images-container.vertical-thumbnails .product-cover {

        width: 100%;
    }

    .product-cover h1 {

        font-size: 18px !important;
    }

    #category .category-cover h1 {
        font-size: 24px !important;
        text-transform: uppercase;
    }

    .product-cover.has_image .breadcrumb .breadcrumb-container {

        font-size: 12px !important;

    }

    .product-miniature .product-title {

        min-height: 50px;
        max-height: 50px;
        overflow: hidden;
    }

    .navbar #sp-megamenu .navbar-nav li:hover a,
    .navbar #sp-megamenu .navbar-nav li:hover span.menu-title {
        background: #fff !important;
        color: #282828 !important;
    }

    .navbar #sp-megamenu .navbar-nav li .dropdown-menu {

        background: #fff !important;

    }

}

@media (max-width: 991px) {
    .navbar .navbar-button .navbar-toggle i {
        line-height: inherit;
        color: #fff;
        font-size: 35px;
    }

    .navbar .navbar-button .navbar-toggle {
        margin: 0;
        background: transparent;
        cursor: pointer;
        text-align: center;
        border-radius: 0;
        border: none;
        display: block;
        height: 40px;
        width: 40px;
        padding: 10px;
    }

    .navbar #sp-megamenu .label-menu {
        background: #0071CE;
    }

    .navbar #sp-megamenu .navbar-nav li .dropdown-menu {

        background: #FFCB37;

    }

    .navbar #sp-megamenu .navbar-nav li span.grower {

        background: #ffffff;
        color: #282828 !important;

    }






    .navbar #sp-megamenu .navbar-nav li a,
    .navbar #sp-megamenu .navbar-nav li span.menu-title {
        color: black;
        font-weight: 400;
        text-transform: none;
        padding: 15px 20px;
        border: none;
        margin: 0;
        background: white;
        line-height: inherit;
        font-size: 14px;
    }

    .navbar #sp-megamenu .navbar-nav li:hover a,
    .navbar #sp-megamenu .navbar-nav li:hover span.menu-title {
        background: #FFCB37;
        color: #fff;
    }

}

.sp-megamenu .navbar-nav>li {
    position: unset;
}

.sp-megamenu .navbar-nav>li>a {
    display: inline-block;

    vertical-align: top;
    background: transparent;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sp-megamenu .navbar-nav>li>a:hover,
.sp-megamenu .navbar-nav>li>a:active {
    background: #FFCB37;
    color: #303030;
}

.sp-megamenu .navbar-nav>li>a {
    font-size: 16px;
    padding: 15px 30px 10px;
    margin: 0px;
}

@media (max-width: 479px) {
    .navbar #sp-megamenu .sp-megamenu-container {
        height: 100%;
    }
}

/* --------------listing -------------- */

.js-product-list .category-view-type .category-view-type-selector:hover,
.js-product-list .category-view-type .category-view-type-selector.selected {
    background: transparent;
}

.js-product-list .category-view-type .category-view-type-selector:hover a,
.js-product-list .category-view-type .category-view-type-selector.selected a {
    color: #1E1E1E;
}

.js-product-list .category-view-type .category-view-type-selector {
    display: inline-block;
    float: left;
    margin: 0;
    font-size: 24px;
    transition: 0.3s all ease 0s;
    background: transparent;
    width: 33px;
    height: 33px;
    line-height: 33px;
    margin-right: 5px;
    cursor: pointer;
}

#search_filters .facet .facet-label.active a,
#search_filters .facet .facet-label:hover a {
    color: #0071ce;
    border-bottom-color: #0071ce;
}

#js-product-list .products .product-miniature:hover .sp_product_btns {
    bottom: 0px;
}

.product-page h1.product-name {
    font-size: 34px;
    padding-top: 25px;
    margin: 0 0 15px;
    font-weight: 400;
    color: #0071ce;
    position: relative;
    text-transform: capitalize;
    font-weight: bold;
}

.product-page .product-actions .product-add-to-cart .add-to-cart {
    box-shadow: none;
    color: #fff;
    font-size: 13px;
    text-transform: none;
    background: #0071ce;
    border: none;
    border-radius: 50px;
    min-width: 130px;
    padding: 0 20px;
    height: 42px;
    line-height: 41px;
    margin: 0 10px;
    outline: none;
    transition: 0.3s all ease 0s;
}

.product-page .product-actions .product-add-to-cart .add-to-cart:hover {
    background: #0071ceb1;
}

.product-page .tabs .nav-tabs li.nav-item a:hover,
.product-page .tabs .nav-tabs li.nav-item a.active {
    color: #fff;
    background: #0071ce;
    border: none;
}

.product-page .product-prices .product-price {
    font-weight: 500;
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    color: #0071ce;
}

.product-page .images-container .js-qv-mask .thumb-container img.selected {
    border-color: #6d6d6d;
}





.breadcrumb .breadcrumb-container {
    background: transparent;
    border-radius: 0;
    border: none;
    margin: 0;
    color: #000 !important;
    font-size: 14px;
    padding: 0;
}

.product-cover.has_image .breadcrumb .breadcrumb-container {
    background: transparent;
    border-radius: 0;
    border: none;
    margin: 0;
    color: #fff !important;
    font-size: 14px;
    padding: 0;
}

.breadcrumb .breadcrumb-container ul li:last-child>a {
    color: #000;
}

.product-cover.has_image .breadcrumb .breadcrumb-container ul li:last-child>a {
    color: #ffffff;
}

#search_filters .clear-all-wrapper {
    position: absolute;
    right: 8px;
    top: 15px;
    z-index: 2;
}

#search_filters .ui-widget-header {
    background-color: #0071ce !important;
}

#js-product-list-top {
    margin-bottom: 0px;
    border-bottom: 1px solid #dddddd;
}

#search_filters h3.block-title {
    background-color: transparent !important;
    color: #1E1E1E;
    border-bottom: 1px solid #dddddd;
    padding-top: 20px;
    padding-bottom: 20px;
}

#left-column {
    border-right: 1px solid #dddddd;
    padding-right: 0px;
}

.products-selection .product-sort .products-sort-order .dropdown-menu .select-list:hover {
    color: #fff;
    background: #FFCB37;
}

.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
    color: #fe2424 !important;
}


.ct-carousel .owl-item {
    border: 1px solid #E2E2E2;
    background-color: white;
    height: 85px;
    max-height: 85px;
    min-height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 5px;
}

.product-miniature:hover .sp_product_btns {
    opacity: 1;
}

.category-cover {
    min-height: 200px;
    display: flex;
    align-items: center;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-top: 30px; */
    margin-bottom: 30px;
}

.product-cover {
    min-height: 200px;
    display: flex;
    align-items: center;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    color: #fff;
}

.category-cover h1,
.product-cover h1 {
    margin: 0px;
    color: #fff;
    font-size: 32px;
}

#js-product-list .products {
    margin-bottom: 30px;
    grid-row-gap: 30px;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 30px;
}

.hide-productcounter .products-selection .total-products {
    display: block;
}

.js-product-list .category-view-type {
    display: inline-block;
    float: right;
    margin: 0;
}

.js-product-list .product-sort {
    display: inline-block;
    vertical-align: top;
    float: left;
}

.addon-title.same_categ {
    display: flex;
    align-items: center;
}

.addon-title.same_categ h3 {
    font-family: Rubik;
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color: #0071ce;
}

#checkout #search_widget {
    display: inline-block;
}

#spstepcheckout {
    margin-top: 20px;
}

#btn_place_order,
.btn-info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 0;
    padding: 0.5rem 1rem;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1;
    background-color: #0071ce;
    color: #fff;
    border-radius: 5px;
}

#blockcart-modal .modal-header {
    background: #0071ce !important;
}

#blockcart-modal .modal-body .cart-content .btn {
    background: #0071ce !important;
}

#overlay i {
    position: absolute;
    left: 48.5%;
    top: 40%;
    color: #0071ce;
    font-size: 50px;
}

.cart-grid {
    margin-top: 1rem;
}

#products {
    margin-top: 1rem;
}

div.sp-megamenu .navbar-nav>li.mega_type1 .dropdown-menu ul li {
    float: left !important;
}

#product .manufacturer-logo {
    height: 24px;
}

.pagination .product-pagelist .page-list li.current {
    background: #0071CE;
}

.product-page .tabs .nav-tabs li.nav-item:first-child a:hover:before,
.product-page .tabs .nav-tabs li.nav-item:first-child a.active:before,
.product-page .tabs .nav-tabs li.nav-item:first-child a.active:after,
.product-page .tabs .nav-tabs li.nav-item a:hover:after {
    background: transparent !important;
}

.product-additional-info {
    display: none;
}

js-product-list.product-list--list .product-miniature .thumbnail-container {
    padding: 10px;
    width: 100%;
}

#js-product-list.product-list--list .product-miniature .cart_content {

    padding-bottom: 0px;
}

.product-miniature .product-title {
    font-weight: 400;
    margin: 11px 0 13px;
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
}

.product-miniature .thumbnail-container {
    position: relative;
    background: #fff;
    border: 1px solid #ebebeb;
    width: 100%;
}

@media (min-width: 991px) {
    .sp-megamenu .navbar-nav>li>a {
        font-size: 16px;
        padding: 15px 23px 10px;
        margin: 0px;
    }
}

@media (min-width: 1200px) {
    .sp-megamenu .navbar-nav>li>a {
        font-size: 16px;
        padding: 15px 30px 10px;
        margin: 0px;
    }
}

@media (min-width: 1400px) {
    .sp-megamenu .navbar-nav>li>a {
        font-size: 16px;
        padding: 15px 30px 10px;
        margin: 0px;
    }
}

@media (max-width: 991px) {


    .navbar #sp-megamenu .home {

        margin-bottom: 0px;
    }
}


.product-miniature .product-price-and-shipping {
    font-size: 16px !important;
    font-weight: bold !important;
    min-height: 45px !important;
    padding-bottom: 0px !important;
}

.product-miniature .product-title a {

    font-size: 14px !important;
    margin: 0 0 15px !important;
    font-weight: 500 !important;
    position: relative !important;
    transition: 0.3s all ease 0s !important;
}


.grade-stars {
    min-width: 70px;
}

.sp-quick-view {
    min-width: 36px;
}

.delivery-option .row {
    width: 100%;
}

#search #content-wrapper,
#manufacturer #content-wrapper {
    width: 100%;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.product-page .product-actions .product-add-to-cart .product-quantity #quantity_wanted {

    width: 72px;

}

.content-ajax-search .image {
    height: 100px;
    width: 100px;
}

.page-search #products .product {
    width: unset;
    min-width: unset;
}

.product-quantities {
    display: none;
}

.item-2>a::before {
    content: "";
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.item-2>a {
    display: flex !important;
    align-items: center;
}

/* Fournitures scolaires */
.item-2.dessin>a::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E%3Csvg version='1.1' id='svg1590' xml:space='preserve' width='682.66669' height='682.66669' viewBox='0 0 682.66669 682.66669' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1594'%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath1604'%3E%3Cpath d='M 0,512 H 512 V 0 H 0 Z' id='path1602' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='g1596' transform='matrix(1.3333333,0,0,-1.3333333,0,682.66667)'%3E%3Cg id='g1598'%3E%3Cg id='g1600' clip-path='url(%23clipPath1604)'%3E%3Cg id='g1606' transform='translate(199.5654,303.9551)'%3E%3Cpath d='m 0,0 c 0,-18.037 -14.621,-32.658 -32.657,-32.658 -18.036,0 -32.658,14.621 -32.658,32.658 0,18.036 14.622,32.658 32.658,32.658 C -14.621,32.658 0,18.036 0,0 Z' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path1608' /%3E%3C/g%3E%3Cg id='g1610' transform='translate(287.0058,345.0098)'%3E%3Cpath d='m 0,0 c 0,-17.498 -14.185,-31.682 -31.682,-31.682 -17.498,0 -31.682,14.184 -31.682,31.682 0,17.498 14.184,31.682 31.682,31.682 C -14.185,31.682 0,17.498 0,0 Z' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path1612' /%3E%3C/g%3E%3Cg id='g1614' transform='translate(214.7109,112.7065)'%3E%3Cpath d='m 0,0 c 0,-17.497 -14.185,-31.682 -31.682,-31.682 -17.498,0 -31.682,14.185 -31.682,31.682 0,17.498 14.184,31.682 31.682,31.682 C -14.185,31.682 0,17.498 0,0 Z' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path1616' /%3E%3C/g%3E%3Cg id='g1618' transform='translate(306.9795,83.0996)'%3E%3Cpath d='m 0,0 c 0,-17.498 -14.185,-31.682 -31.683,-31.682 -17.497,0 -31.681,14.184 -31.681,31.682 0,17.497 14.184,31.682 31.681,31.682 C -14.185,31.682 0,17.497 0,0 Z' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path1620' /%3E%3C/g%3E%3Cg id='g1622' transform='translate(168.8994,205.0806)'%3E%3Cpath d='m 0,0 c 0,-21.111 -17.113,-38.225 -38.225,-38.225 -21.111,0 -38.224,17.114 -38.224,38.225 0,21.111 17.113,38.225 38.224,38.225 C -17.113,38.225 0,21.111 0,0 Z' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path1624' /%3E%3C/g%3E%3Cg id='g1626' transform='translate(423.3525,356.4248)'%3E%3Cpath d='m 0,0 c -14.749,12.879 -31.479,23.892 -49.733,32.624 l 14.012,-51.538 h -0.001 c 4.025,0.354 7.848,-2.201 8.946,-6.236 l 3.533,-12.997 c 1.232,-4.533 -1.444,-9.207 -5.977,-10.44 l -6.038,-1.642 13.33,-42.49 C 19.436,-81.797 32.897,-28.728 0,0 Z' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path1628' /%3E%3C/g%3E%3Cg id='g1630' transform='translate(386.1357,337.2515)'%3E%3Cpath d='m 0,0 -48.043,-13.062 c -4.533,-1.233 -7.209,-5.907 -5.977,-10.44 l 3.534,-12.998 c 1.232,-4.533 5.907,-7.208 10.44,-5.976 l 48.043,13.062 c 4.533,1.233 7.209,5.907 5.977,10.44 L 10.44,-5.977 C 9.208,-1.443 4.533,1.232 0,0 Z' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path1632' /%3E%3C/g%3E%3Cg id='g1634' transform='translate(338.0927,324.1895)'%3E%3Cpath d='m 0,0 48.043,13.062 c 0.499,0.136 0.999,0.216 1.496,0.26 L 33.418,72.613 c -1.449,5.334 -6.949,8.482 -12.282,7.032 l -31.647,-8.604 c -5.333,-1.451 -8.481,-6.95 -7.031,-12.283 L -1.422,-0.534 C -0.971,-0.32 -0.499,-0.136 0,0 Z' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path1636' /%3E%3C/g%3E%3Cg id='g1638' transform='translate(321.7822,502.3369)'%3E%3Cpath d='M 0,0 C -3.986,3.967 -10.356,2.234 -11.785,-3.204 -20,-34.479 -41.771,-46.873 -34.407,-73.959 -28.48,-95.758 -9.06,-105.461 1.8,-109.276 c 1.116,0.989 2.463,1.751 4,2.169 l 31.646,8.604 c 1.537,0.418 3.085,0.443 4.548,0.155 7.432,8.788 19.267,26.989 13.34,48.788 C 47.969,-22.474 22.92,-22.81 0,0 Z' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path1640' /%3E%3C/g%3E%3Cg id='g1642' transform='translate(292.7978,14.853)'%3E%3Cpath d='m 0,0 c 19.315,1.702 38.826,5.802 58.126,12.598 28.978,10.203 46.286,33.487 51.468,59.07 -6.904,20.35 -8.987,31.142 -17.736,69.031 -7.124,8.113 -16.224,15.004 -27.34,19.995 -21.942,9.852 -35.439,22.923 -35.439,37.397 0,15.566 15.577,29.463 40.404,39.504 l -10.153,43.969 -6.038,-1.642 c -4.533,-1.232 -9.208,1.444 -10.44,5.977 l -3.534,12.997 c -1.097,4.035 0.907,8.174 4.555,9.907 l -16.12,59.291 c -1.032,3.797 0.273,7.669 3.031,10.114 -7.264,2.552 -18.355,7.746 -26.68,17.426 -130.448,13.408 -243.263,-79.421 -243.263,-197.543 0,-109.305 94.595,-191.905 204.159,-198.58' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path1644' /%3E%3C/g%3E%3Cg id='g1646' transform='translate(430.9756,169.5122)'%3E%3Cpath d='m 0,0 -42.881,136.684 -35.967,-9.779 41.032,-177.688 c 7.687,-32.754 20.092,-64.216 36.828,-93.402 l 6.911,-12.051 c 2.601,-4.537 7.938,-6.745 12.985,-5.373 5.047,1.372 8.53,5.979 8.477,11.209 l -0.143,13.891 C 26.857,-99.15 20.784,-66.251 10.48,-33.407' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path1648' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.item-2.cartables>a::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%200%200%20512%20512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%3E%3Cg%20id%3D%22school-bag%22%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m460.8%2090.705-76.8-25.6s-3.859%209.095-9.564%2023.805c-12.855-9.13-26.815-16.8-41.636-22.8v-14.905c0-28.275-22.93-51.205-51.205-51.205h-51.195c-28.28%200-51.2%2022.93-51.2%2051.205v14.905c-14.82%206-28.78%2013.67-41.635%2022.8-5.705-14.715-9.565-23.805-9.565-23.805l-76.8%2025.6%2014.795%2088.77c-9.535%2023.645-14.795%2036.665-14.795%2063.725v204.8c0%2014.15%2011.445%2025.6%2025.6%2025.6h18.155c9.895%2022.589%2032.445%2038.4%2058.645%2038.4h204.8c26.199%200%2048.75-15.811%2058.64-38.4h18.155c14.154%200%2025.604-11.449%2025.604-25.6v-204.8c0-27.061-5.265-40.08-14.795-63.726zm-62.205%206.255%2033.351%2011.115-5.686%2034.1c-8.92-13.325-19.369-25.535-31.09-36.395%201.125-2.94%202.266-5.88%203.425-8.82zm-193.795-45.755c0-14.125%2011.5-25.605%2025.6-25.605h51.195c14.105%200%2025.605%2011.48%2025.605%2025.605v6.45c-16.365-4.21-33.521-6.45-51.2-6.45-17.68%200-34.835%202.24-51.2%206.45zm-91.4%2045.755c1.16%202.94%202.295%205.88%203.42%208.825-11.715%2010.859-22.16%2023.064-31.085%2036.39l-5.685-34.1zm283.4%20351.04c0%2021.18-17.229%2038.4-38.399%2038.4h-204.801c-21.175%200-38.4-17.221-38.4-38.4v-102.4c0-21.175%2017.225-38.395%2038.4-38.395h204.8c21.17%200%2038.399%2017.22%2038.399%2038.395v102.4zm-268.57-161.145c3.92-67.075%2059.73-120.45%20127.77-120.45%2068.035%200%20123.845%2053.375%20127.77%20120.45-7.785-3.37-16.359-5.25-25.369-5.25h-204.801c-9.01%200-17.59%201.88-25.37%205.25zm306.965%20161.145h-12.801v-102.4c0-14.375-4.765-27.66-12.8-38.359v-12.835c0-84.83-68.774-153.601-153.595-153.601-84.825%200-153.6%2068.771-153.6%20153.601v12.835c-8.035%2010.699-12.8%2023.984-12.8%2038.359v102.4h-12.799v-204.8c0-98.795%2080.4-166.39%20179.2-166.39s179.195%2067.595%20179.195%20166.39zm-281.595-89.6h204.8v25.604h-153.6v38.4h-25.6v-38.4h-25.6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.item-2.parascolaire>a::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22459.319px%22%20height%3D%22459.319px%22%20viewBox%3D%220%200%20459.319%20459.319%22%20style%3D%22enable-background%3Anew%200%200%20459.319%20459.319%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23FFCB37%22%20d%3D%22M94.924%2C366.674h312.874c0.958%2C0%2C1.886-0.136%2C2.778-0.349c0.071%2C0%2C0.13%2C0.012%2C0.201%2C0.012c6.679%2C0%2C12.105-5.42%2C12.105-12.104V12.105C422.883%2C5.423%2C417.456%2C0%2C410.777%2C0h-2.955H114.284H94.941c-32.22%2C0-58.428%2C26.214-58.428%2C58.425c0%2C0.432%2C0.085%2C0.842%2C0.127%2C1.259c-0.042%2C29.755-0.411%2C303.166-0.042%2C339.109c-0.023%2C0.703-0.109%2C1.389-0.109%2C2.099c0%2C30.973%2C24.252%2C56.329%2C54.757%2C58.245c0.612%2C0.094%2C1.212%2C0.183%2C1.847%2C0.183h317.683c6.679%2C0%2C12.105-5.42%2C12.105-12.105v-45.565c0-6.68-5.427-12.105-12.105-12.105s-12.105%2C5.426-12.105%2C12.105v33.461H94.924c-18.395%2C0-33.411-14.605-34.149-32.817c0.018-0.325%2C0.077-0.632%2C0.071-0.963c-0.012-0.532-0.03-1.359-0.042-2.459C61.862%2C380.948%2C76.739%2C366.674%2C94.924%2C366.674z%20M103.178%2C58.425c0-6.682%2C5.423-12.105%2C12.105-12.105s12.105%2C5.423%2C12.105%2C12.105V304.31c0%2C6.679-5.423%2C12.105-12.105%2C12.105s-12.105-5.427-12.105-12.105V58.425z%22%2F%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E");}

.item-2.jeux>a::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22fi_4662170%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22M130%2C177.5v30a7.5%2C7.5%2C0%2C0%2C0%2C7.5%2C7.5h70a7.5%2C7.5%2C0%2C0%2C0%2C7.5-7.5V145h22.5A37.5%2C37.5%2C0%2C0%2C0%2C275%2C106.45C274.43%2C86.35%2C257.34%2C70%2C236.88%2C70H215V7.5A7.5%2C7.5%2C0%2C0%2C0%2C207.5%2C0H27.5A27.54%2C27.54%2C0%2C0%2C0%2C0%2C27.5v180A7.5%2C7.5%2C0%2C0%2C0%2C7.5%2C215h70a7.5%2C7.5%2C0%2C0%2C0%2C7.5-7.5v-30a22.5%2C22.5%2C0%2C0%2C1%2C45%2C0Zm-60%2C0V200H15V27.5A12.52%2C12.52%2C0%2C0%2C1%2C27.5%2C15H200V77.5a7.5%2C7.5%2C0%2C0%2C0%2C7.5%2C7.5h29.38c12.41%2C0%2C22.78%2C9.81%2C23.11%2C21.86A22.49%2C22.49%2C0%2C0%2C1%2C237.5%2C130h-30a7.5%2C7.5%2C0%2C0%2C0-7.5%2C7.5V200H145V177.5a37.5%2C37.5%2C0%2C0%2C0-75%2C0Z%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22M484.5%2C97h-180a7.5%2C7.5%2C0%2C0%2C0-7.5%2C7.5v70a7.5%2C7.5%2C0%2C0%2C0%2C7.5%2C7.5h29.38c12.41%2C0%2C22.78%2C9.81%2C23.11%2C21.86A22.49%2C22.49%2C0%2C0%2C1%2C334.5%2C227h-30a7.5%2C7.5%2C0%2C0%2C0-7.5%2C7.5V297H242V274.5a37.5%2C37.5%2C0%2C0%2C0-75%2C0V297H104.5a7.5%2C7.5%2C0%2C0%2C0-7.5%2C7.5v180A27.54%2C27.54%2C0%2C0%2C0%2C124.5%2C512h360A27.54%2C27.54%2C0%2C0%2C0%2C512%2C484.5v-360A27.54%2C27.54%2C0%2C0%2C0%2C484.5%2C97Zm-150%2C145A37.5%2C37.5%2C0%2C0%2C0%2C372%2C203.45c-.56-20.1-17.65-36.45-38.11-36.45H312V112H484.5A12.52%2C12.52%2C0%2C0%2C1%2C497%2C124.5V297H434.5a7.5%2C7.5%2C0%2C0%2C0-7.5%2C7.5v30a22.5%2C22.5%2C0%2C0%2C1-45%2C0v-30a7.5%2C7.5%2C0%2C0%2C0-7.5-7.5H312V242ZM297%2C497H124.5A12.52%2C12.52%2C0%2C0%2C1%2C112%2C484.5V312h62.5a7.5%2C7.5%2C0%2C0%2C0%2C7.5-7.5v-30a22.5%2C22.5%2C0%2C0%2C1%2C45%2C0v30a7.5%2C7.5%2C0%2C0%2C0%2C7.5%2C7.5H297v55H274.5a37.5%2C37.5%2C0%2C0%2C0%2C0%2C75H297Zm200-12.5A12.52%2C12.52%2C0%2C0%2C1%2C484.5%2C497H312V434.5a7.5%2C7.5%2C0%2C0%2C0-7.5-7.5h-30a22.5%2C22.5%2C0%2C0%2C1%2C0-45h30a7.5%2C7.5%2C0%2C0%2C0%2C7.5-7.5V312h55v22.5a37.5%2C37.5%2C0%2C0%2C0%2C75%2C0V312h55Z%22%2F%3E%3C%2Fsvg%3E");
}
.item-2.cahiers>a::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Layer_1%22%20enable-background%3D%22new%200%200%2048%2048%22%20height%3D%22512%22%20viewBox%3D%220%200%2048%2048%22%20width%3D%22512%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m7%2038c0%20.55.45%201%201%201v4c0%201.1.9%202%202%202h29c1.1%200%202-.9%202-2v-38c0-1.1-.9-2-2-2h-29c-1.1%200-2%20.9-2%202v4c-.55%200-1%20.45-1%201s.45%201%201%201v2c-.55%200-1%20.45-1%201s.45%201%201%201v6c-.55%200-1%20.45-1%201s.45%201%201%201v2c-.55%200-1%20.45-1%201s.45%201%201%201v6c-.55%200-1%20.45-1%201s.45%201%201%201v2c-.55%200-1%20.45-1%201zm3%201h2c.55%200%201-.45%201-1s-.45-1-1-1h-2v-2h2c.55%200%201-.45%201-1s-.45-1-1-1h-2v-6h2c.55%200%201-.45%201-1s-.45-1-1-1h-2v-2h2c.55%200%201-.45%201-1s-.45-1-1-1h-2v-6h2c.55%200%201-.45%201-1s-.45-1-1-1h-2v-2h2c.55%200%201-.45%201-1s-.45-1-1-1h-2v-4h29v38h-29z%22%20style%3D%22%26%2310%3B%20%20%20%20%2F*%20stroke%3A%20red%3B%20*%2F%26%2310%3B%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m35%2020h-18c-.55%200-1%20.45-1%201s.45%201%201%201h18c.55%200%201-.45%201-1s-.45-1-1-1z%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m35%2012h-18c-.55%200-1%20.45-1%201s.45%201%201%201h18c.55%200%201-.45%201-1s-.45-1-1-1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}

.item-2.ecritures>a::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20367.18%20367.18%22%20style%3D%22enable-background%3Anew%200%200%20367.18%20367.18%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22M362.266%2C68.69c-4.301-2.099-9.523-0.307-11.622%2C4.045l-8.499%2C17.51l-6.81-3.277l8.96-18.432%20c0-0.051%2C0.051-0.102%2C0.051-0.154c0.051-0.102%2C0.102-0.256%2C0.154-0.358c1.382-3.43%2C2.97-7.475%2C3.533-12.032%20c1.741-13.568-3.43-27.904-13.875-38.4c-9.933-9.984-25.139-15.616-39.578-14.746c-3.021%2C0.205-6.246%2C0.768-9.574%2C1.741%20c-5.274%2C1.536-10.445%2C4.198-15.309%2C7.936c-3.482%2C2.662-8.346%2C7.219-11.674%2C13.619c0%2C0.051-0.051%2C0.102-0.051%2C0.154%20s-0.051%2C0.102-0.051%2C0.102l-31.744%2C65.485c-0.154%2C0.256-0.307%2C0.512-0.461%2C0.819c-0.154%2C0.256-0.256%2C0.563-0.358%2C0.87%20L143.13%2C263.045c-1.229%2C2.56-1.843%2C5.427-1.741%2C8.294v0.051l1.843%2C54.63c0.205%2C5.325%2C2.202%2C10.291%2C5.53%2C14.182l-4.864%2C9.83%20c-2.15%2C4.301-0.358%2C9.523%2C3.942%2C11.674c1.229%2C0.614%2C2.56%2C0.922%2C3.84%2C0.922c3.226%2C0%2C6.298-1.792%2C7.834-4.864l4.71-9.574%20c0.717%2C0.051%2C1.382%2C0.102%2C2.099%2C0.102c4.813%2C0%2C9.574-1.485%2C13.568-4.454l44.134-32.358c0.922-0.666%2C1.792-1.485%2C2.56-2.304%20c0.154-0.154%2C0.256-0.307%2C0.41-0.461c0.973-1.126%2C1.792-2.406%2C2.458-3.738l98.253-202.394l6.81%2C3.277l-43.776%2C90.163%20c-2.099%2C4.301-0.307%2C9.523%2C4.045%2C11.622c1.229%2C0.614%2C2.509%2C0.87%2C3.789%2C0.87c3.226%2C0%2C6.349-1.792%2C7.834-4.915l47.002-96.819%20c0.256-0.358%2C0.512-0.768%2C0.717-1.178c0.205-0.41%2C0.307-0.768%2C0.461-1.178l11.725-24.166%20C368.41%2C76.011%2C366.567%2C70.789%2C362.266%2C68.69z%20M169.55%2C329.861c-1.587%2C1.126-3.584%2C1.382-5.376%2C0.717%20c-0.256-0.154-0.512-0.307-0.819-0.461c-0.154-0.051-0.256-0.102-0.41-0.154c-1.485-1.024-2.406-2.662-2.458-4.454l-1.229-35.584%20c11.52%2C8.96%2C24.781%2C15.411%2C38.912%2C18.995L169.55%2C329.861z%20M215.322%2C294.175c-20.941-2.048-40.499-11.571-55.04-26.829%20l77.21-159.13l55.142%2C26.675L215.322%2C294.175z%20M330.727%2C53.791c-0.307%2C2.406-1.28%2C4.966-2.253%2C7.373l-28.16%2C58.01l-55.194-26.675%20l28.262-58.266c1.536-2.816%2C3.942-5.632%2C6.912-7.885c3.072-2.355%2C6.349-4.096%2C9.472-5.018c2.099-0.614%2C4.096-0.973%2C5.786-1.075%20c9.472-0.563%2C19.763%2C3.226%2C26.214%2C9.677C328.321%2C36.485%2C331.751%2C45.65%2C330.727%2C53.791z%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22M116.609%2C347.013c-2.202-0.051-4.762%2C0-7.424%2C0c-13.926%2C0.154-39.885%2C0.41-48.179-8.858%20c-1.434-1.587-3.277-4.454-2.611-10.394c1.946-16.742%2C11.366-34.355%2C19.661-49.869l1.382-2.611%20c2.714-5.069%2C5.53-10.189%2C8.294-15.206c7.936-14.336%2C16.128-29.184%2C22.63-44.8c4.813-11.52%2C7.475-22.374%2C7.936-32.154%20c0.614-13.107-2.662-24.525-9.728-33.946c-8.448-11.315-20.787-19.61-37.683-25.446c-14.029-4.864-29.491-7.373-43.11-9.626%20c-6.144-1.024-11.981-1.946-17.357-3.072c-4.71-0.973-9.318%2C2.099-10.24%2C6.81c-0.973%2C4.71%2C2.099%2C9.318%2C6.81%2C10.24%20c5.734%2C1.178%2C11.725%2C2.15%2C18.022%2C3.174c25.856%2C4.25%2C55.194%2C9.011%2C69.632%2C28.314c8.55%2C11.418%2C8.448%2C27.904-0.358%2C48.998%20c-6.144%2C14.746-14.08%2C29.133-21.811%2C43.059c-2.765%2C5.018-5.632%2C10.24-8.397%2C15.411l-1.382%2C2.56%20c-9.062%2C16.896-19.302%2C36.045-21.606%2C56.064c-1.126%2C9.574%2C1.229%2C17.664%2C6.963%2C24.064c12.032%2C13.363%2C35.84%2C14.694%2C54.323%2C14.694%20c2.406%2C0%2C4.762%2C0%2C6.963-0.051c2.611%2C0%2C5.018-0.051%2C7.066%2C0c0.051%2C0%2C0.051%2C0%2C0.102%2C0c4.762%2C0%2C8.653-3.84%2C8.704-8.602%20C125.262%2C351.058%2C121.421%2C347.064%2C116.609%2C347.013z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3C%2Fsvg%3E");}

.item-2.geometrie>a::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20480.002%20480.002%22%20style%3D%22enable-background%3Anew%200%200%20480.002%20480.002%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cg%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22M16.001%2C440.002h24v-16h-24v-24h24v-16h-24v-24h24v-16h-24v-24h24v-16h-24v-24h24v-16h-24v-24h24v-16h-24v-24h24v-16h-24%20v-24h24v-16h-24v-24h24v-16h-24V27.314l218.352%2C218.352l11.313-11.313L13.657%2C2.346c-2.289-2.289-5.719-2.977-8.719-1.734%20C1.946%2C1.846%2C0.001%2C4.767%2C0.001%2C8.002v464c0%2C4.422%2C3.578%2C8%2C8%2C8h232v-16h-224V440.002z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M80.001%2C195.806l154.258%2C159.766l11.516-11.109L77.759%2C170.447c-2.273-2.352-5.727-3.102-8.758-1.859%20c-3.023%2C1.219-5%2C4.156-5%2C7.414v232c0%2C4.422%2C3.578%2C8%2C8%2C8h168v-16h-160V195.806z%22%20fill%3D%22%23EDB823%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M478.657%2C51.564l-32-48c-2.969-4.453-10.344-4.453-13.313%2C0l-32%2C48c-0.875%2C1.313-1.344%2C2.859-1.344%2C4.438v384%20c0%2C22.055%2C17.945%2C40%2C40%2C40s40-17.945%2C40-40v-384C480.001%2C54.424%2C479.532%2C52.877%2C478.657%2C51.564z%20M440.001%2C22.424l22.385%2C33.578%20h-44.771L440.001%2C22.424z%20M416.001%2C72.002h16v320h-16V72.002z%20M440.001%2C464.002c-13.234%2C0-24-10.766-24-24h48%20C464.001%2C453.236%2C453.235%2C464.002%2C440.001%2C464.002z%20M464.001%2C424.002h-48v-16h48V424.002z%20M464.001%2C392.002h-16v-320h16V392.002z%22%20fill%3D%22%23EDB823%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%3Cg%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22M383.938%2C319.01l-20.97-167.763c13.374-12.141%2C21.033-29.065%2C21.033-47.245c0-26.8-16.576-49.77-40-59.288V8.002%20c0-4.422-3.578-8-8-8h-32c-4.422%2C0-8%2C3.578-8%2C8v36.712c-23.424%2C9.518-40%2C32.488-40%2C59.288c0%2C18.179%2C7.659%2C35.104%2C21.033%2C47.245%20l-20.97%2C167.763c-0.061%2C0.477%2C0.097%2C0.932%2C0.123%2C1.405l-0.177%2C0.009l8%2C152c0.219%2C4.086%2C3.484%2C7.352%2C7.578%2C7.57%20c0.141%2C0.008%2C0.281%2C0.008%2C0.422%2C0.008c3.906%2C0%2C7.281-2.844%2C7.891-6.75l24-152l-0.041-0.006c0.014-0.089%2C0.069-0.161%2C0.08-0.251%20l16.063-128.5l16.063%2C128.5c0.011%2C0.09%2C0.066%2C0.162%2C0.08%2C0.251l-0.041%2C0.006l24%2C152c0.609%2C3.906%2C3.984%2C6.75%2C7.891%2C6.75%20c0.141%2C0%2C0.281%2C0%2C0.422-0.008c4.094-0.219%2C7.359-3.484%2C7.578-7.57l8-152l-0.177-0.009%20C383.841%2C319.942%2C383.999%2C319.486%2C383.938%2C319.01z%20M312.001%2C16.002h16v24.556c-2.627-0.33-5.285-0.556-8-0.556%20s-5.373%2C0.226-8%2C0.556V16.002z%20M275.985%2C395.478l-3.549-67.477h14.206L275.985%2C395.478z%20M288.938%2C312.002h-15.875l22-176h15.875%20L288.938%2C312.002z%20M312.001%2C120.002h-24c-4.031%2C0-7.438%2C3.008-7.938%2C7.008l-0.374%2C2.992c-4.967-7.649-7.688-16.608-7.688-26%20c0-17.721%2C9.677-33.191%2C24-41.506v17.506c0%2C4.422%2C3.578%2C8%2C8%2C8h8V120.002z%20M312.001%2C72.002V56.724c2.608-0.44%2C5.269-0.723%2C8-0.723%20s5.392%2C0.282%2C8%2C0.723v15.277H312.001z%20M328.001%2C88.002h8c4.422%2C0%2C8-3.578%2C8-8V62.496c14.323%2C8.315%2C24%2C23.785%2C24%2C41.506%20c0%2C9.392-2.722%2C18.351-7.688%2C26l-0.374-2.992c-0.5-4-3.906-7.008-7.938-7.008h-24V88.002z%20M329.063%2C136.002h15.875l22%2C176h-15.875%20L329.063%2C136.002z%20M364.017%2C395.478l-10.656-67.477h14.206L364.017%2C395.478z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3C%2Fsvg%3E");}
.item-2.collage>a::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='svg123' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 682.7 682.7' style='enable-background:new 0 0 682.7 682.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23EDB823;stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:13.3333;%7D%0A%3C/style%3E%3Cg id='g133'%3E%3Cg id='g139' transform='translate(184.6665,176.3828)'%3E%3Cpath id='path141' class='st0' d='M57.7,199.2l-41.5,43.3L-18.5,123C-32.9,73.6-43.8,42.9-9.1-11c3.6-5.5,4.3-4.3,6.5,2.9 l33.1,113.4L57.7,199.2z'/%3E%3C/g%3E%3Cg id='g143' transform='translate(166.27,100.9795)'%3E%3Cpath id='path145' class='st0' d='M51.5,375.2L73.9,452c10.2,35.2,47.1,55.4,82.2,45.2c35.2-10.2,55.4-47.1,45.2-82.4 c-6.2-21.7-22.5-37.7-42.3-44.5c-42.4-14.6-59.6-12.3-66.9-37.6'/%3E%3C/g%3E%3Cg id='g147' transform='translate(255.022,193.561)'%3E%3Cpath id='path149' class='st0' d='M81.1,159.2C44,197.9,3.3,240.4-15.1,259.5l-77.6,80.9c-25.5,26.5-67.5,27.4-94,2 c-26.5-25.4-27.4-67.4-2-94c15.5-16.4,37.4-23,58-19.9c44.4,6.7,56.1,18,74.3-1L136.6,26.2c5.2-5.5,6.5-6.2,7.1,0.3 C149.6,90.4,125.7,112.6,81.1,159.2z'/%3E%3C/g%3E%3Cg id='g151' transform='translate(161.2808,151.9761)'%3E%3Cpath id='path153' class='st0' d='M49.9,256.2c9.9-10.3,26.4-10.7,36.7-0.8c10.3,9.9,10.7,26.4,0.8,36.7'/%3E%3C/g%3E%3Cg id='g155' transform='translate(103.1709,107.2446)'%3E%3Cpath id='path157' class='st0' d='M30.5,360.6C19.4,349.9,1.7,350.3-9,361.4c-10.7,11.2-10.3,28.8,0.9,39.5 c11.2,10.7,28.8,10.3,39.5-0.9C42,388.9,41.7,371.2,30.5,360.6z'/%3E%3C/g%3E%3Cg id='g159' transform='translate(244.4487,73.7666)'%3E%3Cpath id='path161' class='st0' d='M77.6,438.7c-11.1-10.7-28.8-10.2-39.5,0.9c-10.7,11.2-10.3,28.8,0.9,39.5 c11.2,10.7,28.8,10.3,39.5-0.9C89.1,467.1,88.8,449.4,77.6,438.7z'/%3E%3C/g%3E%3Cg id='g163' transform='translate(353.7808,177.8286)'%3E%3Cpath id='path165' class='st0' d='M114.1,195.9h158.2c4.8,0,8.7,3.9,8.7,8.7v209.7c0,4.8-3.9,8.7-8.7,8.7H114.1 c-4.8,0-8.7-3.9-8.7-8.7V204.6C105.4,199.8,109.3,195.9,114.1,195.9z'/%3E%3C/g%3E%3Cg id='g167' transform='translate(411.2949,177.8286)'%3E%3Cpath id='path169' class='st0' d='M133.2,195.9h73.5l-14.4-38.5c-2.8-7.4-9.2-11.6-17.2-11.6h-41.9h-37c-7.9,0-14.4,4.2-17.2,11.6 l-14.4,38.5H133.2z'/%3E%3C/g%3E%3Cpath id='path171' class='st0' d='M459.2,459.2h175.6v74.4H459.2V459.2z'/%3E%3Cg id='g177' transform='translate(229.5669,464.1904)'%3E%3Cpath id='path179' class='st0' d='M72.6-382.3h-199.4v340.5 M322.6-264v-118.3H119.7 M31.8-23h197.8'/%3E%3C/g%3E%3Cg id='g181' transform='translate(389.8936,215.4453)'%3E%3Cpath id='path183' class='st0' d='M126.1,108.1H188L169.6-5.4c-2.9-15-23.1-14.2-25.1,0L126.1,108.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.item-2.instrument>a::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512.794 512.794' style='enable-background:new 0 0 512.794 512.794;' xml:space='preserve' width='512' height='512'%3E%3Cg%3E%3Cg%3E%3Cpath style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='&%2310;&%239;&%239;&%239;M380.11,504.933H16.4c-4.915,0-8.9-3.985-8.9-8.9v-20.901c0-4.915,3.985-8.9,8.9-8.9h479.994c4.915,0,8.9,3.985,8.9,8.9v20.901&%2310;&%239;&%239;&%239;c0,4.915-3.985,8.9-8.9,8.9h-81.698'/%3E%3Cpath style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='&%2310;&%239;&%239;&%239;M80.65,144.91V25.31c0-9.637,7.812-17.449,17.449-17.449h0c9.637,0,17.449,7.812,17.449,17.449v215.294H80.65v-60.897'/%3E%3Cpath style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='&%2310;&%239;&%239;&%239;M128.685,466.231H67.511c-12.461,0-22.563-10.102-22.563-22.563v0c0-12.461,10.102-22.563,22.563-22.563h61.174&%2310;&%239;&%239;&%239;c12.461,0,22.563,10.102,22.563,22.563v0C151.248,456.129,141.146,466.231,128.685,466.231z'/%3E%3Cpath style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='&%2310;&%239;&%239;&%239;M128.685,421.106H67.511c-12.461,0-22.563-10.102-22.563-22.563v0c0-12.461,10.102-22.563,22.563-22.563h61.174&%2310;&%239;&%239;&%239;c12.461,0,22.563,10.102,22.563,22.563v0C151.248,411.004,141.146,421.106,128.685,421.106z'/%3E%3Cpath style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='&%2310;&%239;&%239;&%239;M128.685,375.98H67.511c-12.461,0-22.563-10.102-22.563-22.563v0c0-12.461,10.102-22.563,22.563-22.563h61.174&%2310;&%239;&%239;&%239;c12.461,0,22.563,10.102,22.563,22.563v0C151.248,365.879,141.146,375.98,128.685,375.98z'/%3E%3Cpath style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='&%2310;&%239;&%239;&%239;M128.685,330.855H67.511c-12.461,0-22.563-10.102-22.563-22.563v0c0-12.461,10.102-22.563,22.563-22.563h61.174&%2310;&%239;&%239;&%239;c12.461,0,22.563,10.102,22.563,22.563v0C151.248,320.753,141.146,330.855,128.685,330.855z'/%3E%3Cpath style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='&%2310;&%239;&%239;&%239;M128.685,285.73H67.511c-12.461,0-22.563-10.102-22.563-22.563v0c0-12.461,10.102-22.563,22.563-22.563h61.174&%2310;&%239;&%239;&%239;c12.461,0,22.563,10.102,22.563,22.563v0C151.248,275.628,141.146,285.73,128.685,285.73z'/%3E%3Cpath style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='&%2310;&%239;&%239;&%239;M273.846,25.31v125.043h-34.897V25.31c0-9.637,7.812-17.449,17.449-17.449h0C266.034,7.861,273.846,15.673,273.846,25.31z'/%3E%3Cpath style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='&%2310;&%239;&%239;&%239;M286.984,466.231H225.81c-12.461,0-22.563-10.102-22.563-22.563v0c0-12.461,10.102-22.563,22.563-22.563h61.174&%2310;&%239;&%239;&%239;c12.461,0,22.563,10.102,22.563,22.563v0C309.547,456.129,299.445,466.231,286.984,466.231z'/%3E%3Cpath style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='&%2310;&%239;&%239;&%239;M286.984,421.106H225.81c-12.461,0-22.563-10.102-22.563-22.563v0c0-12.461,10.102-22.563,22.563-22.563h61.174&%2310;&%239;&%239;&%239;c12.461,0,22.563,10.102,22.563,22.563v0C309.547,411.004,299.445,421.106,286.984,421.106z'/%3E%3Cpath style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='&%2310;&%239;&%239;&%239;M286.984,375.98H225.81c-12.461,0-22.563-10.102-22.563-22.563v0c0-12.461,10.102-22.563,22.563-22.563h61.174&%2310;&%239;&%239;&%239;c12.461,0,22.563,10.102,22.563,22.563v0C309.547,365.879,299.445,375.98,286.984,375.98z'/%3E%3Cpath style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='&%2310;&%239;&%239;&%239;M286.984,330.855H225.81c-12.461,0-22.563-10.102-22.563-22.563v0c0-12.461,10.102-22.563,22.563-22.563h61.174&%2310;&%239;&%239;&%239;c12.461,0,22.563,10.102,22.563,22.563v0C309.547,320.753,299.445,330.855,286.984,330.855z'/%3E%3Cpath style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='&%2310;&%239;&%239;&%239;M286.984,285.73H225.81c-12.461,0-22.563-10.102-22.563-22.563v0c0-12.461,10.102-22.563,22.563-22.563h61.174&%2310;&%239;&%239;&%239;c12.461,0,22.563,10.102,22.563,22.563v0C309.547,275.628,299.445,285.73,286.984,285.73z'/%3E%3Cpath style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='&%2310;&%239;&%239;&%239;M286.984,240.604H225.81c-12.461,0-22.563-10.102-22.563-22.563v0c0-12.461,10.102-22.563,22.563-22.563h61.174&%2310;&%239;&%239;&%239;c12.461,0,22.563,10.102,22.563,22.563v0C309.547,230.503,299.445,240.604,286.984,240.604z'/%3E%3Cpath style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='&%2310;&%239;&%239;&%239;M286.984,195.479H225.81c-12.461,0-22.563-10.102-22.563-22.563v0c0-12.461,10.102-22.563,22.563-22.563h61.174&%2310;&%239;&%239;&%239;c12.461,0,22.563,10.102,22.563,22.563v0C309.547,185.377,299.445,195.479,286.984,195.479z'/%3E%3Cpath style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='&%2310;&%239;&%239;&%239;M432.145,25.31v79.918h-34.897V25.31c0-9.637,7.812-17.449,17.449-17.449h0C424.333,7.861,432.145,15.673,432.145,25.31z'/%3E%3Cpath style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='&%2310;&%239;&%239;&%239;M445.283,466.231h-61.174c-12.461,0-22.563-10.102-22.563-22.563v0c0-12.461,10.102-22.563,22.563-22.563h61.174&%2310;&%239;&%239;&%239;c12.461,0,22.563,10.102,22.563,22.563v0C467.846,456.129,457.744,466.231,445.283,466.231z'/%3E%3Cpath style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='&%2310;&%239;&%239;&%239;M445.283,421.106h-61.174c-12.461,0-22.563-10.102-22.563-22.563v0c0-12.461,10.102-22.563,22.563-22.563h61.174&%2310;&%239;&%239;&%239;c12.461,0,22.563,10.102,22.563,22.563v0C467.846,411.004,457.744,421.106,445.283,421.106z'/%3E%3Cpath style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='&%2310;&%239;&%239;&%239;M445.283,375.98h-61.174c-12.461,0-22.563-10.102-22.563-22.563v0c0-12.461,10.102-22.563,22.563-22.563h61.174&%2310;&%239;&%239;&%239;c12.461,0,22.563,10.102,22.563,22.563v0C467.846,365.879,457.744,375.98,445.283,375.98z'/%3E%3Cpath style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='&%2310;&%239;&%239;&%239;M445.283,330.855h-61.174c-12.461,0-22.563-10.102-22.563-22.563v0c0-12.461,10.102-22.563,22.563-22.563h61.174&%2310;&%239;&%239;&%239;c12.461,0,22.563,10.102,22.563,22.563v0C467.846,320.753,457.744,330.855,445.283,330.855z'/%3E%3Cpath style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='&%2310;&%239;&%239;&%239;M445.283,285.73h-61.174c-12.461,0-22.563-10.102-22.563-22.563v0c0-12.461,10.102-22.563,22.563-22.563h61.174&%2310;&%239;&%239;&%239;c12.461,0,22.563,10.102,22.563,22.563v0C467.846,275.628,457.744,285.73,445.283,285.73z'/%3E%3Cpath style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='&%2310;&%239;&%239;&%239;M445.283,240.604h-61.174c-12.461,0-22.563-10.102-22.563-22.563v0c0-12.461,10.102-22.563,22.563-22.563h61.174&%2310;&%239;&%239;&%239;c12.461,0,22.563,10.102,22.563,22.563v0C467.846,230.503,457.744,240.604,445.283,240.604z'/%3E%3Cpath style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='&%2310;&%239;&%239;&%239;M445.283,195.479h-61.174c-12.461,0-22.563-10.102-22.563-22.563v0c0-12.461,10.102-22.563,22.563-22.563h61.174&%2310;&%239;&%239;&%239;c12.461,0,22.563,10.102,22.563,22.563v0C467.846,185.377,457.744,195.479,445.283,195.479z'/%3E%3Cpath style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='&%2310;&%239;&%239;&%239;M445.283,150.354h-61.174c-12.461,0-22.563-10.102-22.563-22.563v0c0-12.461,10.102-22.563,22.563-22.563h61.174&%2310;&%239;&%239;&%239;c12.461,0,22.563,10.102,22.563,22.563v0C467.846,140.252,457.744,150.354,445.283,150.354z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.item-2.metier>a::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E%3Csvg version='1.1' id='svg2493' xml:space='preserve' width='682.66669' height='682.66669' viewBox='0 0 682.66669 682.66669' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs2497'%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath2511'%3E%3Cpath d='M 0,512 H 512 V 0 H 0 Z' id='path2509' /%3E%3C/clipPath%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath2527'%3E%3Cpath d='M 0,512 H 512 V 0 H 0 Z' id='path2525' /%3E%3C/clipPath%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath2567'%3E%3Cpath d='M 0,512 H 512 V 0 H 0 Z' id='path2565' /%3E%3C/clipPath%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath2583'%3E%3Cpath d='M 0,512 H 512 V 0 H 0 Z' id='path2581' /%3E%3C/clipPath%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath2599'%3E%3Cpath d='M 0,512 H 512 V 0 H 0 Z' id='path2597' /%3E%3C/clipPath%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath2615'%3E%3Cpath d='M 0,512 H 512 V 0 H 0 Z' id='path2613' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='g2499' transform='matrix(1.3333333,0,0,-1.3333333,0,682.66667)'%3E%3Cg id='g2501' transform='translate(366,226)'%3E%3Cpath d='M 0,0 H -220' style='fill:none;stroke:%23EDB823;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path2503' /%3E%3C/g%3E%3Cg id='g2505'%3E%3Cg id='g2507' clip-path='url(%23clipPath2511)'%3E%3Cg id='g2513' transform='translate(426,286)'%3E%3Cpath d='M 0,0 H 71 V -60 H 0' style='fill:none;stroke:%23EDB823;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path2515' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='g2517' transform='translate(146,286)'%3E%3Cpath d='M 0,0 H 220' style='fill:none;stroke:%23EDB823;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path2519' /%3E%3C/g%3E%3Cg id='g2521'%3E%3Cg id='g2523' clip-path='url(%23clipPath2527)'%3E%3Cg id='g2529' transform='translate(86,226)'%3E%3Cpath d='M 0,0 H -71 V 60 H 0' style='fill:none;stroke:%23EDB823;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path2531' /%3E%3C/g%3E%3Cg id='g2533' transform='translate(286,426)'%3E%3Cpath d='M 0,0 H 211 V -60 H 0' style='fill:none;stroke:%23EDB823;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path2535' /%3E%3C/g%3E%3Cg id='g2537' transform='translate(226,366)'%3E%3Cpath d='M 0,0 H -211 V 60 H 0' style='fill:none;stroke:%23EDB823;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path2539' /%3E%3C/g%3E%3Cg id='g2541' transform='translate(286,146)'%3E%3Cpath d='M 0,0 H 211 V -60 H 0' style='fill:none;stroke:%23EDB823;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path2543' /%3E%3C/g%3E%3Cg id='g2545' transform='translate(226,86)'%3E%3Cpath d='M 0,0 H -211 V 60 H 0' style='fill:none;stroke:%23EDB823;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path2547' /%3E%3C/g%3E%3Cg id='g2549' transform='translate(226,286)'%3E%3Cpath d='M 0,0 V 211 H 60 V 0' style='fill:none;stroke:%23EDB823;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path2551' /%3E%3C/g%3E%3Cg id='g2553' transform='translate(286,226)'%3E%3Cpath d='M 0,0 V -211 H -60 V 0' style='fill:none;stroke:%23EDB823;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path2555' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='g2557' transform='translate(86,146)'%3E%3Cpath d='M 0,0 V 220' style='fill:none;stroke:%23EDB823;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path2559' /%3E%3C/g%3E%3Cg id='g2561'%3E%3Cg id='g2563' clip-path='url(%23clipPath2567)'%3E%3Cg id='g2569' transform='translate(146,86)'%3E%3Cpath d='M 0,0 V -71 H -60 V 0' style='fill:none;stroke:%23EDB823;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path2571' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='g2573' transform='translate(146,366)'%3E%3Cpath d='M 0,0 V -220' style='fill:none;stroke:%23EDB823;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path2575' /%3E%3C/g%3E%3Cg id='g2577'%3E%3Cg id='g2579' clip-path='url(%23clipPath2583)'%3E%3Cg id='g2585' transform='translate(86,426)'%3E%3Cpath d='M 0,0 V 71 H 60 V 0' style='fill:none;stroke:%23EDB823;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path2587' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='g2589' transform='translate(366,146)'%3E%3Cpath d='M 0,0 V 220' style='fill:none;stroke:%23EDB823;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path2591' /%3E%3C/g%3E%3Cg id='g2593'%3E%3Cg id='g2595' clip-path='url(%23clipPath2599)'%3E%3Cg id='g2601' transform='translate(426,86)'%3E%3Cpath d='M 0,0 V -71 H -60 V 0' style='fill:none;stroke:%23EDB823;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path2603' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='g2605' transform='translate(426,366)'%3E%3Cpath d='M 0,0 V -220' style='fill:none;stroke:%23EDB823;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path2607' /%3E%3C/g%3E%3Cg id='g2609'%3E%3Cg id='g2611' clip-path='url(%23clipPath2615)'%3E%3Cg id='g2617' transform='translate(366,426)'%3E%3Cpath d='M 0,0 V 71 H 60 V 0' style='fill:none;stroke:%23EDB823;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path2619' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

/* Fournitures scolaires */
.item-2.tableaux>a::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m496%2056h-480a8%208%200%200%200%20-8%208v352a8%208%200%200%200%208%208h381.06l28.22%2028.23a8.015%208.015%200%200%200%2011.32%200l22.63-22.63a8.03%208.03%200%200%200%202.34-5.6h34.43a8%208%200%200%200%208-8v-352a8%208%200%200%200%20-8-8zm-65.06%20379.25-79.19-79.19%2011.31-11.31%2079.19%2079.19zm-90.51-67.88%208.63%208.63h-165.06v-24a24.032%2024.032%200%200%200%20-24-24h-64a24.032%2024.032%200%200%200%20-24%2024v24h-16v-272h400v272h-39.06l-42.57-42.57a16.006%2016.006%200%200%200%20-22.62%200l-11.32%2011.32a16.006%2016.006%200%200%200%200%2022.62zm-172.43-15.37v24h-80v-24a8.011%208.011%200%200%201%208-8h64a8.011%208.011%200%200%201%208%208zm320%2056h-39.06l-16-16h31.06a8%208%200%200%200%208-8v-288a8%208%200%200%200%20-8-8h-416a8%208%200%200%200%20-8%208v288a8%208%200%200%200%208%208h317.06l16%2016h-357.06v-336h464z%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m269.858%20183.077a30.2%2030.2%200%200%201%20-4%205.8c-25.712%2030.854-23.329%2057.74-12.525%2072.612%2011.42%2015.718%2032.476%2020.4%2053.642%2011.937%206.317-2.526%2011.038-2.639%2014.031-.333%208.264%206.366%208.324%2029.644%207.06%2039.913a8%208%200%200%200%206.946%208.93%208.1%208.1%200%200%200%201%20.063%208%208%200%200%200%207.928-7.009c.518-4.145%204.551-40.893-13.154-54.558-5.358-4.137-14.867-7.818-29.755-1.862-14.14%205.656-27.783%203.113-34.755-6.485-7.265-10-7.962-29.166%2011.872-52.966%208.46-10.152%2010.456-18.609%205.928-25.137-5.368-7.741-18.252-12.81-75.653%202.377-29.9%207.911-58.775%2017.988-59.064%2018.088a8%208%200%200%200%205.286%2015.1c.261-.092%2026.437-9.227%2054.5-16.819%2042.455-11.483%2056.561-10.593%2060.713-9.651z%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m122.343%20211.343-8%208a8%208%200%200%200%2011.314%2011.314l8-8a8%208%200%200%200%20-11.314-11.314z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.item-2.materiel>a::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 511.681 511.681' style='enable-background:new 0 0 511.681 511.681;' xml:space='preserve' width='512' height='512'%3E%3Cg%3E%3Cpath style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='&%2310;&%239;&%239;M151.99,392.421h302.7c8.34,0,15.62-5.69,17.64-13.79l31.07-124.67c1.37-5.5,0.93-11.29-1.26-16.51L440.78,90.94&%2310;&%239;&%239;c-1.87-4.46-6.23-7.36-11.07-7.36h-22.47c-7.54,0-13.22,6.87-11.78,14.27l27.62,142.81c6.13,31.66-15.75,61.92-47.74,66.02&%2310;&%239;&%239;L18.39,352.51c-6.23,0.8-10.89,6.1-10.89,12.37v15.06c0,6.89,5.59,12.48,12.48,12.48h97.01'/%3E%3Cline style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' x1='136.13' y1='337.391' x2='136.13' y2='289.85'/%3E%3Cline style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' x1='97.86' y1='342.311' x2='97.86' y2='289.85'/%3E%3Cpath style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='&%2310;&%239;&%239;M445.7,392.421v23.68c0,6.63-5.38,12-12,12H47.61c-6.63,0-12-5.37-12-12v-23.68'/%3E%3Cpath style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='&%2310;&%239;&%239;M104.56,290.888h24.87c12.15,0,22-9.85,22-22v-60.783c0-4.418-3.582-8-8-8H90.56c-4.418,0-8,3.582-8,8v60.783&%2310;&%239;&%239;C82.56,281.038,92.41,290.888,104.56,290.888z'/%3E%3Cline style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' x1='379.09' y1='306.07' x2='333.37' y2='255.12'/%3E%3Cline style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' x1='416.76' y1='278.961' x2='367.71' y2='224.301'/%3E%3Cpath style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='&%2310;&%239;&%239;M352.49,179.701l14.46,16.12c8.11,9.04,7.36,22.95-1.68,31.06l-29.07,26.09c-9.05,8.11-22.96,7.36-31.07-1.69l-53.08-59.16&%2310;&%239;&%239;c-2.95-3.29-2.68-8.34,0.61-11.3l49.91-44.78c3.29-2.95,8.35-2.67,11.3,0.61l15.21,16.96'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.item-2.adhesifs>a::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-73%20512%20512%22%3E%3Cpath%20fill%3D%22%23EDB823%22%20%20d%3D%22m295.519531%2094.832031c5.191407-1.886719%207.859375-7.628906%205.96875-12.820312-1.878906-5.1875-7.617187-7.859375-12.808593-5.976563-5.191407%201.886719-7.871094%207.628906-5.980469%2012.820313%201.890625%205.1875%207.628906%207.867187%2012.820312%205.976562zm0%200%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m472%20286.964844v-30c0-16.542969-13.457031-30-30-30h-275.609375l203.472656-74.054688%2010.261719%2028.183594c1.882812%205.171875%207.609375%207.871094%2012.816406%205.976562l75.179688-27.359374c5.1875-1.886719%207.867187-7.628907%205.976562-12.816407l-10.839844-29.789062c9.351563-7.6875%2013.664063-20.925781%209.109376-33.433594l-13.679688-37.585937c-13.226562-36.351563-53.359375-55.070313-89.71875-41.839844l-319.5%20116.289062c-36.140625%2013.15625-55.085938%2053.25-41.835938%2089.71875%205.84375%2016.058594%2017.464844%2029.4375%2032.367188%2037.550782v39.160156c-22.097656%200-40%2017.898437-40%2040%200%2022.054687%2017.945312%2040%2040%2040h432c22.097656%200%2040-17.898438%2040-40%200-22.058594-17.945312-40-40-40zm-20-30v30h-60v-40h50c5.515625%200%2010%204.484375%2010%2010zm-56.503906-92.109375-6.839844-18.785157%2056.386719-20.53125%206.839843%2018.796876zm-369.066406%2038.5625c-9.523438-26.199219%204.226562-54.75%2029.882812-64.085938l319.5-116.292969c25.960938-9.449218%2054.632812%203.914063%2064.082031%2029.882813l13.679688%2037.59375c1.890625%205.183594-.769531%2010.921875-5.964844%2012.808594-.003906%200-.003906.003906-.007813.003906l-75.175781%2027.367187c-.003906%200-.003906%200-.003906.003907l-281.910156%20102.597656c-25.675781%209.335937-54.53125-3.640625-64.082031-29.878906zm33.570312%2051.597656c12.625%202.476563%2025.433594%201.410156%2037.347656-2.925781l14.089844-5.125h260.5625v40h-312zm412%2091.949219h-432c-11.027344%200-20-8.972656-20-20%200-11.046875%208.953125-20%2020-20h432c11.027344%200%2020%208.972656%2020%2020%200%2011.042968-8.953125%2020-20%2020zm0%200%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m333.109375%2081.152344%2056.382813-20.523438c5.179687-1.886718%2010.925781.796875%2012.8125%205.972656l6.839843%2018.800782c1.886719%205.191406%207.625%207.867187%2012.816407%205.980468%205.1875-1.890624%207.863281-7.628906%205.976562-12.816406l-6.839844-18.804687c-5.660156-15.542969-22.910156-23.578125-38.449218-17.925781l-56.378907%2020.523437c-5.191406%201.886719-7.867187%207.625-5.976562%2012.816406%201.890625%205.1875%207.628906%207.863281%2012.816406%205.976563zm0%200%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m83.664062%20214.503906c15.542969-5.648437%2023.59375-22.890625%2017.945313-38.445312%200%200-.003906-.003906-.003906-.007813-5.667969-15.570312-22.871094-23.601562-38.449219-17.925781-15.589844%205.660156-23.609375%2022.867188-17.933594%2038.449219%205.660156%2015.539062%2022.828125%2023.613281%2038.441406%2017.929687zm-13.671874-37.585937c5.203124-1.894531%2010.933593.792969%2012.820312%205.976562%201.878906%205.183594-.800781%2010.929688-5.984375%2012.8125-5.175781%201.886719-10.925781-.796875-12.8125-5.976562-1.878906-5.164063.753906-10.914063%205.976563-12.8125zm0%200%22%2F%3E%3C%2Fsvg%3E");}

.item-2.agenda>a::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E%3Csvg version='1.1' id='svg3777' xml:space='preserve' width='682.66669' height='682.66669' viewBox='0 0 682.66669 682.66669' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs3781'%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath3791'%3E%3Cpath d='M 0,512 H 512 V 0 H 0 Z' id='path3789' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='g3783' transform='matrix(1.3333333,0,0,-1.3333333,0,682.66667)'%3E%3Cg id='g3785'%3E%3Cg id='g3787' clip-path='url(%23clipPath3791)'%3E%3Cg id='g3793' transform='translate(351.0439,347.748)'%3E%3Cpath d='M 0,0 H 146.148' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path3795' /%3E%3C/g%3E%3Cg id='g3797' transform='translate(14.8076,347.748)'%3E%3Cpath d='M 0,0 H 303.55' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path3799' /%3E%3C/g%3E%3Cg id='g3801' transform='translate(384.5439,7.5)'%3E%3Cpath d='m 0,0 h -344.736 c -13.808,0 -25,11.193 -25,25 v 207.157' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path3803' /%3E%3C/g%3E%3Cg id='g3805' transform='translate(83.6602,455.5498)'%3E%3Cpath d='m 0,0 h -43.853 c -13.807,0 -25,-11.193 -25,-25 v -158.206' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path3807' /%3E%3C/g%3E%3Cg id='g3809' transform='translate(232.2744,455.5498)'%3E%3Cpath d='M 0,0 H -101.162' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path3811' /%3E%3C/g%3E%3Cg id='g3813' transform='translate(256,406.5996)'%3E%3Cpath d='M 0,0 V 0 C -13.104,0 -23.726,10.622 -23.726,23.726 V 74.175 C -23.726,87.278 -13.104,97.9 0,97.9 13.104,97.9 23.726,87.278 23.726,74.175 V 23.726 C 23.726,10.622 13.104,0 0,0 Z' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path3815' /%3E%3C/g%3E%3Cg id='g3817' transform='translate(107.3867,406.5996)'%3E%3Cpath d='M 0,0 V 0 C -13.104,0 -23.727,10.622 -23.727,23.726 V 74.175 C -23.727,87.278 -13.104,97.9 0,97.9 13.104,97.9 23.726,87.278 23.726,74.175 V 23.726 C 23.726,10.622 13.104,0 0,0 Z' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path3819' /%3E%3C/g%3E%3Cg id='g3821' transform='translate(404.6133,406.5996)'%3E%3Cpath d='M 0,0 V 0 C -13.104,0 -23.726,10.622 -23.726,23.726 V 74.175 C -23.726,87.278 -13.104,97.9 0,97.9 13.104,97.9 23.727,87.278 23.727,74.175 V 23.726 C 23.727,10.622 13.104,0 0,0 Z' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path3823' /%3E%3C/g%3E%3Cg id='g3825' transform='translate(443.4805,199.876)'%3E%3Cpath d='m 0,0 h -81.099 c -2.909,0 -5.268,2.359 -5.268,5.269 v 81.098 c 0,2.91 2.359,5.269 5.268,5.269 H 0 c 2.91,0 5.269,-2.359 5.269,-5.269 V 5.269 C 5.269,2.359 2.91,0 0,0 Z' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path3827' /%3E%3C/g%3E%3Cg id='g3829' transform='translate(296.5498,62.4287)'%3E%3Cpath d='m 0,0 h -81.1 c -2.909,0 -5.267,2.358 -5.267,5.269 v 81.098 c 0,2.909 2.358,5.269 5.267,5.269 H 0 c 2.909,0 5.268,-2.36 5.268,-5.269 V 5.269 C 5.268,2.358 2.909,0 0,0 Z' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path3831' /%3E%3C/g%3E%3Cg id='g3833' transform='translate(149.6182,62.4287)'%3E%3Cpath d='m 0,0 h -81.099 c -2.91,0 -5.268,2.358 -5.268,5.269 v 81.098 c 0,2.909 2.358,5.269 5.268,5.269 H 0 c 2.909,0 5.269,-2.36 5.269,-5.269 V 5.269 C 5.269,2.358 2.909,0 0,0 Z' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path3835' /%3E%3C/g%3E%3Cg id='g3837' transform='translate(443.4805,62.4287)'%3E%3Cpath d='m 0,0 h -81.099 c -2.909,0 -5.268,2.358 -5.268,5.269 v 81.098 c 0,2.909 2.359,5.269 5.268,5.269 H 0 c 2.91,0 5.269,-2.36 5.269,-5.269 V 5.269 C 5.269,2.358 2.91,0 0,0 Z' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path3839' /%3E%3C/g%3E%3Cg id='g3841' transform='translate(296.5498,199.876)'%3E%3Cpath d='m 0,0 h -81.1 c -2.909,0 -5.267,2.359 -5.267,5.269 v 81.098 c 0,2.91 2.358,5.269 5.267,5.269 H 0 c 2.909,0 5.268,-2.359 5.268,-5.269 V 5.269 C 5.268,2.359 2.909,0 0,0 Z' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path3843' /%3E%3C/g%3E%3Cg id='g3845' transform='translate(149.6182,199.876)'%3E%3Cpath d='m 0,0 h -81.099 c -2.91,0 -5.268,2.359 -5.268,5.269 v 81.098 c 0,2.91 2.358,5.269 5.268,5.269 H 0 c 2.909,0 5.269,-2.359 5.269,-5.269 V 5.269 C 5.269,2.359 2.909,0 0,0 Z' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path3847' /%3E%3C/g%3E%3Cg id='g3849' transform='translate(97.3203,245.6943)'%3E%3Cpath d='M 0,0 21.748,-21.366 72.396,29.627' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path3851' /%3E%3C/g%3E%3Cg id='g3853' transform='translate(251,245.6943)'%3E%3Cpath d='M 0,0 21.749,-21.366 72.396,29.627' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path3855' /%3E%3C/g%3E%3Cg id='g3857' transform='translate(380.8877,455.5498)'%3E%3Cpath d='M 0,0 H -101.162' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path3859' /%3E%3C/g%3E%3Cg id='g3861' transform='translate(417.2314,7.5)'%3E%3Cpath d='m 0,0 h 54.961 c 13.808,0 25,11.193 25,25 v 398.05 c 0,13.806 -11.192,25 -25,25 H 11.108' style='fill:none;stroke:%23EDB823;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path3863' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.item-2.stockage>a::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20469.333%20469.333%22%20style%3D%22enable-background%3Anew%200%200%20469.333%20469.333%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22M466.208%2C131.125l-128-128c-4.167-4.167-10.917-4.167-15.083%2C0l-88.458%2C88.458l-3.125-3.125%20c-4.167-4.167-10.917-4.167-15.083%2C0L33.292%2C271.625C11.833%2C293.094%2C0%2C321.635%2C0%2C352c0%2C64.698%2C52.646%2C117.333%2C117.333%2C117.333%20c29.917%2C0%2C59.229-12.135%2C80.375-33.292l183.167-183.167c4.167-4.167%2C4.167-10.917%2C0-15.083l-3.125-3.125l88.458-88.458%20C470.375%2C142.042%2C470.375%2C135.292%2C466.208%2C131.125z%20M182.625%2C420.958C165.437%2C438.146%2C141.646%2C448%2C117.333%2C448%20c-52.938%2C0-96-43.063-96-96c0-24.667%2C9.604-47.854%2C27.042-65.292L224%2C111.083l134.25%2C134.25L182.625%2C420.958z%20M362.667%2C219.583%20L249.75%2C106.667l80.917-80.917l112.917%2C112.917L362.667%2C219.583z%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22M290.979%2C99.281c-4.021%2C4.188-3.958%2C10.823%2C0.146%2C14.927l10.667%2C10.667c2.083%2C2.083%2C4.813%2C3.125%2C7.542%2C3.125%20c2.729%2C0%2C5.458-1.042%2C7.542-3.125l32-32c4.167-4.167%2C4.167-10.917%2C0-15.083l-10.667-10.667c-1.021-1.021-2.25-1.854-3.583-2.385%20C327.125%2C61.708%2C327.125%2C61.625%2C290.979%2C99.281z%22%2F%3E%3Cpath%20d%3D%22M344.479%2C167.562l10.667%2C10.667c2.083%2C2.083%2C4.813%2C3.125%2C7.542%2C3.125c2.729%2C0%2C5.458-1.042%2C7.542-3.125l32-32%20c4.167-4.167%2C4.167-10.917%2C0-15.083l-10.667-10.667c-1.021-1.021-2.25-1.854-3.583-2.385c-7.479-3.031-7.5-3.115-43.646%2C34.542%20C340.313%2C156.823%2C340.375%2C163.458%2C344.479%2C167.562z%22%20fill%3D%22%23EDB823%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22M215.667%2C226.042c-0.854%2C3.604%2C0.229%2C7.385%2C2.833%2C10l0.005%2C0.005l-63.211%2C63.204l-5.461-16.387%20c-1.292-3.844-0.313-8.021%2C2.583-10.906l8.072-8.078c1.73%2C0.44%2C3.445%2C1.016%2C5.22%2C1.016c5.458%2C0%2C10.917-2.083%2C15.083-6.24%20c8.313-8.312%2C8.313-21.854%2C0-30.167c-8.333-8.313-21.833-8.313-30.167%2C0c-5.508%2C5.508-7.012%2C13.249-5.221%2C20.305l-8.07%2C8.07%20c-8.646%2C8.635-11.604%2C21.188-7.75%2C32.76l8.833%2C26.501l-5.195%2C5.195c-7.052-1.792-14.783-0.288-20.305%2C5.22%20c-8.313%2C8.313-8.313%2C21.854%2C0%2C30.167c4.167%2C4.156%2C9.625%2C6.24%2C15.083%2C6.24c5.458%2C0%2C10.917-2.083%2C15.083-6.24%20c5.506-5.507%2C7.012-13.249%2C5.221-20.305l20.297-20.293l26.482%2C8.827c3.354%2C1.125%2C6.792%2C1.677%2C10.208%2C1.677%20c8.313%2C0%2C16.417-3.271%2C22.542-9.396l5.766-5.766l0.005%2C0.005c2.083%2C2.073%2C4.813%2C3.115%2C7.542%2C3.115%20c2.729%2C0%2C5.458-1.042%2C7.542-3.125l15.083-15.083c4.167-4.167%2C4.167-10.917%2C0-15.083l-15.083-15.083%20c-4.167-4.167-10.917-4.156-15.083-0.01L218.5%2C281.271c-2%2C2-3.125%2C4.719-3.125%2C7.552s1.125%2C5.552%2C3.125%2C7.552l0.005%2C0.005%20l-5.755%2C5.755c-2.896%2C2.885-7.083%2C3.844-10.917%2C2.573l-16.371-5.457l48.137-48.132l0.005%2C0.005%20c2.021%2C2.021%2C4.75%2C3.115%2C7.542%2C3.115c0.813%2C0%2C1.646-0.094%2C2.458-0.281c3.583-0.854%2C6.5-3.51%2C7.667-7.01l7.542-22.625%20c1.271-3.833%2C0.271-8.063-2.583-10.917c-2.833-2.844-7.062-3.844-10.917-2.583l-22.646%2C7.542%20C219.167%2C219.542%2C216.5%2C222.437%2C215.667%2C226.042z%20M165.708%2C243.562l7.542%2C7.552l-7.521-7.51%20c-0.009-0.009-0.012-0.022-0.021-0.031V243.562z%20M128%2C341.635v-0.01c0%2C0%2C0.022%2C0.012%2C0.031%2C0.021l7.51%2C7.521L128%2C341.635z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3C%2Fsvg%3E");
}

.item-2.trombones>a::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E%3Csvg version='1.1' id='svg1707' xml:space='preserve' width='682.66669' height='682.66669' viewBox='0 0 682.66669 682.66669' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1711'%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath1721'%3E%3Cpath d='M 0,512 H 512 V 0 H 0 Z' id='path1719' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='g1713' transform='matrix(1.3333333,0,0,-1.3333333,0,682.66667)'%3E%3Cg id='g1715'%3E%3Cg id='g1717' clip-path='url(%23clipPath1721)'%3E%3Cg id='g1723' transform='translate(325.9367,502)'%3E%3Cpath d='M 0,0 V -64 H 64' style='fill:none;stroke:%23EDB823;stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path1725' /%3E%3C/g%3E%3Cg id='g1727' transform='translate(312.3475,18.0267)'%3E%3Cpath d='M 0,0 C -28.652,16.542 -38.504,53.31 -21.962,81.962 L 48.74,204.421 c 5.523,9.566 17.755,12.843 27.321,7.32 9.566,-5.522 12.843,-17.754 7.321,-27.32 L 12.68,61.962 C 7.166,52.411 10.449,40.155 20,34.641 c 9.551,-5.514 21.807,-2.23 27.32,7.321 l 74.377,128.823 c 16.542,28.652 6.69,65.419 -21.962,81.961 -28.652,16.542 -65.419,6.691 -81.961,-21.961 L -72.256,74.849 c -5.523,-9.566 -17.754,-12.843 -27.32,-7.32 -9.566,5.523 -12.844,17.754 -7.321,27.32 l 90.03,155.936 c 27.57,47.753 88.849,64.173 136.602,36.602 47.753,-27.57 64.173,-88.849 36.603,-136.602 L 81.962,21.962 C 65.42,-6.69 28.652,-16.542 0,0 Z' style='fill:none;stroke:%23EDB823;stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path1729' /%3E%3C/g%3E%3Cg id='g1731' transform='translate(101.9368,256)'%3E%3Cpath d='M 0,0 H 183.333' style='fill:none;stroke:%23EDB823;stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path1733' /%3E%3C/g%3E%3Cg id='g1735' transform='translate(146.9368,384)'%3E%3Cpath d='M 0,0 H 171' style='fill:none;stroke:%23EDB823;stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path1737' /%3E%3C/g%3E%3Cg id='g1739' transform='translate(101.9368,384)'%3E%3Cpath d='M 0,0 V 0' style='fill:none;stroke:%23EDB823;stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path1741' /%3E%3C/g%3E%3Cg id='g1743' transform='translate(101.9368,320)'%3E%3Cpath d='M 0,0 H 183.333' style='fill:none;stroke:%23EDB823;stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path1745' /%3E%3C/g%3E%3Cg id='g1747' transform='translate(101.9368,192)'%3E%3Cpath d='M 0,0 H 144' style='fill:none;stroke:%23EDB823;stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path1749' /%3E%3C/g%3E%3Cg id='g1751' transform='translate(101.9368,128)'%3E%3Cpath d='M 0,0 H 108' style='fill:none;stroke:%23EDB823;stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path1753' /%3E%3C/g%3E%3Cg id='g1755' transform='translate(342.4155,10)'%3E%3Cpath d='m 0,0 h -312.479 v 491.962 h 296 L 47.521,428 V 308.493' style='fill:none;stroke:%23EDB823;stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path1757' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.item-2.accessoires_bureau>a::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Capa_1%22%20enable-background%3D%22new%200%200%20511.728%20511.728%22%20height%3D%22512%22%20viewBox%3D%220%200%20511.728%20511.728%22%20width%3D%22512%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m441.539%20265.394c12.69-41.51%208.457-85.478-11.921-123.803-39.693-74.652-129.706-105.688-206.203-73.618l-14.433-27.145c11.359-4.968%2023.204-8.851%2035.371-11.532l-6.456-29.296c-48.848%2010.762-93.226%2038.181-124.959%2077.205-32.197%2039.592-49.928%2089.552-49.928%20140.677%200%2059.598%2023.209%20115.629%2065.352%20157.772%2038.587%2038.587%2088.821%2061.287%20142.772%2064.845v41.229h-68.855v30h167.711v-30h-68.856v-41.229c51.878-3.45%20100.633-24.733%20138.624-60.821l-20.662-21.751c-9.103%208.647-18.922%2016.309-29.313%2022.938l-14.436-27.149c31.714-20.751%2054.974-51.632%2066.192-88.322zm-259.02-130.086c.024%204.042.218%208.235.597%2012.58%201.465%2016.779%205.529%2035.117%2011.824%2054.008l-41.166%2021.888c-1.371-31.871%208.847-63.436%2028.745-88.476zm48.312-35.957c9.207%200%2022.214%206.137%2036.007%2017.303%2010.237%208.287%2020.428%2018.786%2030.172%2030.972l-75.187%2039.978c-4.651-14.887-7.674-29.209-8.82-42.325-1.986-22.743%202.2-39.752%2010.924-44.391%201.942-1.034%204.267-1.537%206.904-1.537zm97.366%2096.166c4.299%208.085%208.2%2016.209%2011.686%2024.284l-82.217%2043.716c-4.744-7.405-9.297-15.185-13.595-23.269-4.299-8.085-8.2-16.209-11.686-24.284l82.217-43.716c4.744%207.405%209.296%2015.185%2013.595%2023.269zm31.069%2094.969c1.986%2022.743-2.2%2039.752-10.925%2044.391-8.725%204.638-25.166-1.402-42.911-15.767-10.237-8.287-20.428-18.785-30.172-30.971l75.188-39.978c4.652%2014.887%207.675%2029.209%208.82%2042.325zm-153.428-60.408c3.558%208.097%207.466%2016.206%2011.744%2024.253%204.277%208.044%208.801%2015.833%2013.522%2023.308l-46.914%2024.945c-5.704-6.893-10.755-14.412-15.052-22.495-4.33-8.144-7.719-16.542-10.211-25.068zm42.541%2072.353c12.144%2015.787%2025.082%2029.397%2038.176%2039.996%203.427%202.774%206.829%205.297%2010.201%207.596-16.43%201.317-33.127-.462-49.363-5.426-14.697-4.493-28.25-11.358-40.245-20.243zm164.47-45.808c-4.963%2016.233-12.822%2031.068-23.098%2043.951-.02-4.078-.216-8.31-.599-12.697-1.465-16.779-5.529-35.117-11.824-54.008l41.243-21.929c.659%2014.911-1.229%2029.986-5.722%2044.683zm-9.72-100.949c4.297%208.082%207.706%2016.474%2010.231%2025.058l-46.93%2024.953c-3.558-8.097-7.466-16.206-11.745-24.253-4.277-8.044-8.801-15.833-13.522-23.307l46.886-24.93c5.676%206.834%2010.749%2014.334%2015.08%2022.479zm-38.091-44.22-41.149%2021.879c-12.143-15.788-25.082-29.398-38.176-39.997-3.388-2.743-6.753-5.247-10.089-7.525%203.432-.268%206.864-.415%2010.288-.415%2028.386%200%2056.233%209.142%2079.126%2026.058zm-78.904%20299.552c-106.489%200-193.124-86.635-193.124-193.124%200-44.252%2015.343-87.49%2043.203-121.75%2013.177-16.204%2028.873-30.089%2046.297-41.187l14.416%2027.112c-69.364%2045.485-93.968%20137.464-54.276%20212.116%2020.378%2038.326%2054.461%2066.422%2095.972%2079.113%2015.7%204.8%2031.751%207.179%2047.716%207.179%2021.345%200%2042.536-4.254%2062.524-12.658l14.441%2027.16c-24.074%2010.502-50.255%2016.039-77.169%2016.039z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.item-2.cachets>a::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E%3Csvg version='1.1' id='svg2379' xml:space='preserve' width='682.66669' height='682.66669' viewBox='0 0 682.66669 682.66669' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs2383'%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath2393'%3E%3Cpath d='M 0,512 H 512 V 0 H 0 Z' id='path2391' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='g2385' transform='matrix(1.3333333,0,0,-1.3333333,0,682.66667)'%3E%3Cg id='g2387'%3E%3Cg id='g2389' clip-path='url(%23clipPath2393)'%3E%3Cg id='g2395' transform='translate(271.2744,45)'%3E%3Cpath d='m 0,0 -226.274,226.274 -21.214,-21.213 c -11.715,-11.715 -11.715,-30.71 0,-42.426 L -63.64,-21.213 c 11.716,-11.716 30.711,-11.716 42.427,0 z' style='fill:none;stroke:%23EDB823;stroke-width:30;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path2397' /%3E%3C/g%3E%3Cg id='g2399' transform='translate(322.7715,110.6396)'%3E%3Cpath d='m 0,0 -212.132,212.132 c -15.621,15.621 -40.948,15.621 -56.568,0 L -298.985,181.848 -30.284,-86.853 0,-56.568 C 15.621,-40.947 15.621,-15.621 0,0 Z' style='fill:none;stroke:%23EDB823;stroke-width:30;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path2401' /%3E%3C/g%3E%3Cg id='g2403' transform='translate(308.6294,209.6348)'%3E%3Cpath d='m 0,0 -98.995,98.995 c -7.81,7.811 -20.474,7.811 -28.284,0 L -155.563,70.711 -28.284,-56.568 0,-28.284 C 7.811,-20.474 7.811,-7.811 0,0 Z' style='fill:none;stroke:%23EDB823;stroke-width:30;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path2405' /%3E%3C/g%3E%3Cg id='g2407' transform='translate(464.7817,464.7812)'%3E%3Cpath d='m 0,0 c -42.958,42.958 -112.606,42.958 -155.563,0 -26.616,-26.615 -36.675,-63.453 -30.284,-97.855 3.16,-17.014 -3.012,-34.435 -15.248,-46.671 -7.58,-7.58 -17.235,-12.747 -27.748,-14.85 l -19.233,-3.847 84.853,-84.852 3.847,19.233 c 2.102,10.513 7.269,20.167 14.849,27.747 12.236,12.237 29.657,18.408 46.671,15.248 34.402,-6.39 71.241,3.668 97.856,30.284 C 42.958,-112.605 42.958,-42.957 0,0 Z' style='fill:none;stroke:%23EDB823;stroke-width:30;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path2409' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

/* classement */
.item-2.classement_protection>a::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Layer_1%22%20enable-background%3D%22new%200%200%2060%2060%22%20height%3D%22512%22%20viewBox%3D%220%200%2060%2060%22%20width%3D%22512%22%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m59.03%2060h-58c-.552%200-1-.448-1-1v-38c0-.552.448-1%201-1h58c.552%200%201%20.448%201%201v38c0%20.552-.447%201-1%201zm-57-2h56v-36h-56z%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m52.03%2022h-44c-.552%200-1-.448-1-1v-4c0-.552.448-1%201-1h44c.552%200%201%20.448%201%201v4c0%20.552-.447%201-1%201zm-43-2h42v-2h-42z%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m48.03%2018h-36c-.552%200-1-.448-1-1v-4c0-.552.448-1%201-1h36c.552%200%201%20.448%201%201v4c0%20.552-.447%201-1%201zm-35-2h34v-2h-34z%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m46.03%2014h-32c-.552%200-1-.448-1-1v-4c0-.552.448-1%201-1h32c.552%200%201%20.448%201%201v4c0%20.552-.447%201-1%201zm-31-2h30v-2h-30z%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m37.03%2036h-14c-2.206%200-4-1.794-4-4s1.794-4%204-4h14c2.206%200%204%201.794%204%204s-1.794%204-4%204zm-14-6c-1.103%200-2%20.897-2%202s.897%202%202%202h14c1.103%200%202-.897%202-2s-.897-2-2-2z%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m59.03%2022h-58c-.332%200-.642-.165-.828-.439s-.224-.624-.101-.932l8-20c.151-.379.52-.628.929-.628h42c.409%200%20.776.249.928.628l8%2020c.124.308.086.657-.1.932s-.496.439-.828.439zm-56.523-2h55.046l-7.2-18h-40.646z%22%2F%3E%3C%2Fsvg%3E");
}

.item-2.classement_archivage>a::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20width%3D%22512%22%20height%3D%22512%22%3E%3Cg%20id%3D%22Cardboard-Packaging-Box-Education-Material%22%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22M42%2C45H22a3%2C3%2C0%2C0%2C0%2C0%2C6H42a3%2C3%2C0%2C0%2C0%2C0-6Zm0%2C4H22a1%2C1%2C0%2C0%2C1%2C0-2H42a1%2C1%2C0%2C0%2C1%2C0%2C2Z%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22M42%2C21H22a3%2C3%2C0%2C0%2C0%2C0%2C6H42a3%2C3%2C0%2C0%2C0%2C0-6Zm0%2C4H22a1%2C1%2C0%2C0%2C1%2C0-2H42a1%2C1%2C0%2C0%2C1%2C0%2C2Z%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22M62%2C30V14a.981.981%2C0%2C0%2C0-.34-.75l-9-8A.985.985%2C0%2C0%2C0%2C52%2C5H12a.985.985%2C0%2C0%2C0-.66.25l-9%2C8A.981.981%2C0%2C0%2C0%2C2%2C14V30a3.009%2C3.009%2C0%2C0%2C0%2C3%2C3H7.12L2.34%2C37.25A.981.981%2C0%2C0%2C0%2C2%2C38V54a3.009%2C3.009%2C0%2C0%2C0%2C3%2C3H59a3.009%2C3.009%2C0%2C0%2C0%2C3-3V38a.981.981%2C0%2C0%2C0-.34-.75L56.88%2C33H59A3.009%2C3.009%2C0%2C0%2C0%2C62%2C30ZM53%2C8.23%2C58.37%2C13H53ZM13%2C7H51v6H42a.988.988%2C0%2C0%2C0-.89.55L40.38%2C15H23.62l-.73-1.45A.988.988%2C0%2C0%2C0%2C22%2C13H13ZM11%2C8.23V13H5.63ZM10.13%2C33H11v4H5.63ZM60%2C54a1%2C1%2C0%2C0%2C1-1%2C1H5a1%2C1%2C0%2C0%2C1-1-1V39H21.38l.73%2C1.45A.988.988%2C0%2C0%2C0%2C23%2C41H41a.988.988%2C0%2C0%2C0%2C.89-.55L42.62%2C39H60ZM13%2C37V33H51v4H42a.988.988%2C0%2C0%2C0-.89.55L40.38%2C39H23.62l-.73-1.45A.988.988%2C0%2C0%2C0%2C22%2C37Zm45.37%2C0H53V33h.87ZM5%2C31a1%2C1%2C0%2C0%2C1-1-1V15H21.38l.73%2C1.45A.988.988%2C0%2C0%2C0%2C23%2C17H41a.988.988%2C0%2C0%2C0%2C.89-.55L42.62%2C15H60V30a1%2C1%2C0%2C0%2C1-1%2C1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.item-2.rangement>a::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%22512pt%22%20viewBox%3D%22-44%200%20512%20512%22%20width%3D%22512pt%22%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m75.699219%20378.414062c-24.203125%200-43.894531%2019.691407-43.894531%2043.894532s19.691406%2043.894531%2043.894531%2043.894531%2043.894531-19.691406%2043.894531-43.894531-19.691406-43.894532-43.894531-43.894532zm0%2072.804688c-15.941407%200-28.910157-12.96875-28.910157-28.910156s12.96875-28.90625%2028.910157-28.90625c15.941406%200%2028.90625%2012.964844%2028.90625%2028.90625s-12.964844%2028.910156-28.90625%2028.910156zm0%200%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m212.160156%20378.414062c-24.207031%200-43.894531%2019.691407-43.894531%2043.894532s19.6875%2043.894531%2043.894531%2043.894531c24.203125%200%2043.894532-19.691406%2043.894532-43.894531s-19.691407-43.894532-43.894532-43.894532zm0%2072.804688c-15.941406%200-28.910156-12.96875-28.910156-28.910156s12.96875-28.90625%2028.910156-28.90625c15.9375%200%2028.90625%2012.964844%2028.90625%2028.90625s-12.96875%2028.910156-28.90625%2028.910156zm0%200%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m39.984375%20323.46875h71.429687c6.886719%200%2012.488282-5.605469%2012.488282-12.488281v-257.597657c0-6.886718-5.601563-12.488281-12.488282-12.488281h-71.429687c-6.886719%200-12.488281%205.601563-12.488281%2012.488281v257.59375c0%206.886719%205.601562%2012.492188%2012.488281%2012.492188zm2.496094-267.585938h66.433593v24.429688h-66.433593zm0%2039.417969h66.433593v173.761719h-66.433593zm0%20188.746094h66.433593v24.433594h-66.433593zm0%200%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m176.445312%20323.46875h71.429688c6.886719%200%2012.488281-5.605469%2012.488281-12.488281v-70.964844c0-4.140625-3.355469-7.496094-7.496093-7.496094-4.136719%200-7.492188%203.355469-7.492188%207.496094v29.046875h-66.433594v-173.761719h66.433594v109.742188c0%204.140625%203.355469%207.496093%207.492188%207.496093%204.140624%200%207.496093-3.355468%207.496093-7.496093v-151.660157c0-6.886718-5.601562-12.488281-12.488281-12.488281h-71.429688c-6.886718%200-12.488281%205.601563-12.488281%2012.488281v257.59375c-.003906%206.886719%205.601563%2012.492188%2012.488281%2012.492188zm2.496094-267.585938h66.433594v24.429688h-66.433594zm0%20228.164063h66.433594v24.433594h-66.433594zm0%200%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m396.605469%20310.976562v-257.59375c0-6.886718-5.601563-12.488281-12.488281-12.488281h-71.429688c-6.886719%200-12.488281%205.601563-12.488281%2012.488281v257.59375c0%206.886719%205.601562%2012.492188%2012.488281%2012.492188h71.429688c6.886718%200%2012.488281-5.605469%2012.488281-12.492188zm-14.988281-2.496093h-66.433594v-24.433594h66.433594zm0-39.417969h-66.433594v-173.761719h66.433594zm0-188.75h-66.433594v-24.429688h66.433594zm0%200%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m408.238281%200h-32.328125c-4.136718%200-7.492187%203.355469-7.492187%207.492188%200%204.140624%203.355469%207.496093%207.492187%207.496093h32.328125c.484375%200%20.875.390625.875.871094v480.28125c0%20.480469-.390625.875-.875.875h-120.378906v-482.027344h53.414063c4.140624%200%207.496093-3.355469%207.496093-7.496093%200-4.136719-3.355469-7.492188-7.496093-7.492188h-197.320313c-.007813%200-.015625%200-.023437%200-.007813%200-.019532%200-.027344%200h-128.042969c-8.746094%200-15.859375%207.113281-15.859375%2015.859375v480.28125c0%208.746094%207.113281%2015.859375%2015.859375%2015.859375h128.042969.027344.023437%20264.285156c8.746094%200%2015.863281-7.113281%2015.863281-15.859375v-480.28125c0-8.746094-7.117187-15.859375-15.863281-15.859375zm-271.828125%20497.011719h-120.550781c-.480469%200-.871094-.390625-.871094-.871094v-480.28125c0-.480469.390625-.871094.871094-.871094h120.550781zm136.292969%200h-121.253906v-482.023438h121.253906zm0%200%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m348.402344%20378.414062c-24.207032%200-43.894532%2019.691407-43.894532%2043.894532s19.6875%2043.894531%2043.894532%2043.894531c24.203125%200%2043.894531-19.691406%2043.894531-43.894531s-19.691406-43.894532-43.894531-43.894532zm0%2072.804688c-15.941406%200-28.910156-12.96875-28.910156-28.910156s12.96875-28.90625%2028.910156-28.90625c15.9375%200%2028.90625%2012.964844%2028.90625%2028.90625s-12.96875%2028.910156-28.90625%2028.910156zm0%200%22%2F%3E%3C%2Fsvg%3E");
}

/* emballages */
.item-2.emballages>a::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%22511pt%22%20viewBox%3D%220%200%20511.99789%20511%22%20width%3D%22511pt%22%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m504.097656%20102.808594h-41.6875c1.210938-1.699219%202.308594-3.484375%203.269532-5.355469%205.515624-10.773437%206.261718-23.460937%202.046874-34.8125l-12.632812-33.953125c-4.210938-11.339844-13.058594-20.457031-24.265625-25.011719-11.21875-4.558593-23.925781-4.195312-34.867187%201l-99.976563%2047.480469c-4.941406-3.53125-10.984375-5.617188-17.507813-5.617188h-44.953124c-6.523438%200-12.570313%202.089844-17.511719%205.621094l-99.972657-47.488281c-10.941406-5.191406-23.648437-5.554687-34.867187-.996094-11.207031%204.554688-20.054687%2013.671875-24.265625%2025.007813l-12.632812%2033.960937c-4.214844%2011.347657-3.46875%2024.035157%202.050781%2034.808594.957031%201.871094%202.058593%203.660156%203.269531%205.355469h-41.691406c-4.363282%200-7.902344%203.535156-7.902344%207.902344v56.886718c0%204.363282%203.539062%207.902344%207.902344%207.902344%204.363281%200%207.902344-3.539062%207.902344-7.902344v-48.988281h54.886718c.878906.308594%201.769532.59375%202.671875.84375l66.339844%2018.261719c-14.742187%2022.589844-27.746094%2046.351562-38.878906%2070.972656h-85.019531v-9.484375c0-4.363281-3.539063-7.898437-7.902344-7.898437-4.363282%200-7.902344%203.535156-7.902344%207.898437v17.386719c0%204.363281%203.539062%207.902344%207.902344%207.902344h28.179687v279.753906c0%204.367187%203.539063%207.902344%207.902344%207.902344h424.03125c4.363281%200%207.902344-3.535157%207.902344-7.902344v-45.882813c0-4.363281-3.539063-7.902343-7.902344-7.902343-4.367187%200-7.902344%203.539062-7.902344%207.902343v37.984375h-156.707031v-266.996094c22.382812%2042.394532%2037.535156%2088.492188%2044.507812%20136.121094.460938%203.152344%202.773438%205.71875%205.863282%206.507813.648437.167969%201.304687.246093%201.957031.246093%202.441406%200%204.792969-1.132812%206.308594-3.144531%2011.359375-15.070312%2021.921875-31.203125%2031.457031-48.046875%2015.96875%2010.875%2031.472656%2023%2046.183594%2036.125%202.480468%202.210938%206.082031%202.636719%209.007812%201.058594%202.925782-1.574219%204.554688-4.8125%204.070313-8.101562-6.308594-43.035157-18.070313-85.355469-34.742188-125.625h42.089844v202.261718c0%204.367188%203.539063%207.902344%207.902344%207.902344%204.367187%200%207.902343-3.535156%207.902343-7.902344v-202.261718h28.183594c4.363282%200%207.898438-3.539063%207.898438-7.902344v-105.878906c.003906-4.367188-3.53125-7.902344-7.898438-7.902344zm-101.359375-83.859375c7.050781-3.34375%2014.910157-3.570313%2022.140625-.632813%207.21875%202.933594%2012.6875%208.570313%2015.402344%2015.878906l12.628906%2033.949219c2.71875%207.3125%202.253906%2015.164063-1.300781%2022.105469-3.550781%206.9375-9.648437%2011.898438-17.164063%2013.964844l-125.785156%2034.628906v-37.976562c28.273438-17.3125%2098.757813-53.019532%20116.300782-28.257813%202.519531%203.558594%207.449218%204.40625%2011.011718%201.882813%203.5625-2.523438%204.40625-7.457032%201.882813-11.015626-13.539063-19.113281-42.070313-20.042968-84.808594-2.757812-17.605469%207.117188-33.859375%2015.804688-44.386719%2021.832031v-5.832031c0-4.230469-.878906-8.261719-2.457031-11.921875zm-169.214843%2043.390625h44.953124c7.929688%200%2014.378907%206.453125%2014.378907%2014.378906v65.316406c0%207.929688-6.449219%2014.378906-14.378907%2014.378906h-44.953124c-7.929688%200-14.378907-6.449218-14.378907-14.378906v-65.316406c0-7.929688%206.449219-14.378906%2014.378907-14.378906zm-13.28125%20146.34375c7.558593-12.558594%2015.785156-24.730469%2024.636718-36.464844h22.234375c8.855469%2011.734375%2017.082031%2023.90625%2024.636719%2036.464844zm-159.851563-118.433594c-3.554687-6.941406-4.019531-14.792969-1.304687-22.101562l12.636718-33.957032c2.710938-7.304687%208.179688-12.941406%2015.398438-15.875%207.226562-2.9375%2015.089844-2.710937%2022.136718.632813l96.539063%2045.855469c-1.578125%203.65625-2.457031%207.683593-2.457031%2011.917968v6.28125c-10.492188-6.039062-27.113282-14.984375-45.167969-22.285156-42.734375-17.285156-71.269531-16.355469-84.808594%202.757812-2.523437%203.558594-1.679687%208.492188%201.882813%2011.015626%203.5625%202.523437%208.492187%201.679687%2011.011718-1.882813%2017.707032-24.996094%2089.351563%2011.621094%20117.082032%2028.738281v37.496094l-125.78125-34.625c-7.519532-2.070312-13.617188-7.03125-17.167969-13.96875zm146.496094%2065.960938c3.933593%207.359374%2010.824219%2012.910156%2019.078125%2015.046874-36.957032%2051.5625-62.398438%20110.808594-74.332032%20173.082032-8.394531-12.265625-16.242187-25.121094-23.425781-38.398438-1.050781-1.945312-2.863281-3.359375-5.007812-3.902344-2.140625-.542968-4.410157-.164062-6.257813%201.042969-13.160156%208.582031-26.046875%2017.996094-38.492187%2028.105469%2012.816406-67.273438%2039.296875-132.140625%2077.269531-189.0625zm-155%2068.28125h42.09375c-16.671875%2040.269531-28.433594%2082.585937-34.746094%20125.625-.480469%203.289062%201.144531%206.527343%204.070313%208.101562%202.929687%201.574219%206.527343%201.152344%209.007812-1.058594%2014.710938-13.125%2030.214844-25.25%2046.1875-36.125%209.535156%2016.84375%2020.09375%2032.972656%2031.457031%2048.046875%201.515625%202.011719%203.867188%203.148438%206.308594%203.148438.652344%200%201.308594-.082031%201.957031-.25%203.089844-.789063%205.398438-3.355469%205.859375-6.507813%206.976563-47.628906%2022.128907-93.730468%2044.507813-136.125v267h-156.703125zm172.507812%20271.855468v-271.855468h63.210938v271.855468zm170.664063-193.265625c-1.847656-1.207031-4.121094-1.582031-6.257813-1.039062-2.140625.542969-3.957031%201.957031-5.007812%203.898437-7.183594%2013.277344-15.03125%2026.136719-23.425781%2038.398438-11.933594-62.277344-37.375-121.519532-74.335938-173.078125%208.253906-2.132813%2015.148438-7.6875%2019.082031-15.050781l51.179688-14.089844c37.964843%2056.933594%2064.445312%20121.800781%2077.261719%20189.066406-12.449219-10.109375-25.335938-19.523438-38.496094-28.105469zm101.136718-94.394531h-85.015624c-11.132813-24.621094-24.136719-48.382812-38.875-70.972656l66.332031-18.261719c.902343-.25%201.792969-.535156%202.671875-.84375h54.886718zm0%200%22%2F%3E%3C%2Fsvg%3E");}

/* papiers  */
.item-2.papiers>a::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22312.414px%22%20height%3D%22312.414px%22%20viewBox%3D%220%200%20312.414%20312.414%22%20style%3D%22enable-background%3Anew%200%200%20312.414%20312.414%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cg%3E%3Cpath%20fill%3D%22%23EDB823%22%20%20d%3D%22M309.12%2C105.072l-52.682-22.331c-19.86-9.45-45.525-35.105-45.779-35.363c-1.239-1.242-3.011-1.804-4.746-1.511%20c-1.734%2C0.3-3.211%2C1.424-3.96%2C3.019c-8.828%2C18.721-34.504%2C24.271-35.1%2C24.405L3.969%2C118.069c-2.096%2C0.58-3.641%2C2.349-3.921%2C4.498%20c-0.287%2C2.151%2C0.752%2C4.266%2C2.618%2C5.363l87.109%2C51.1c0.836%2C0.49%2C1.78%2C0.743%2C2.732%2C0.743c0.517%2C0%2C1.042-0.074%2C1.55-0.227%20l214.502-64.339c2.184-0.653%2C3.718-2.603%2C3.84-4.875C312.526%2C108.06%2C311.213%2C105.958%2C309.12%2C105.072z%20M93.209%2C168.53%20L19.17%2C125.095l150.198-41.304c1.145-0.232%2C25.714-5.472%2C38.66-23.944c8.817%2C8.29%2C27.627%2C24.97%2C43.985%2C32.745l39.113%2C16.577%20L93.209%2C168.53z%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20%20d%3D%22M305.465%2C126.466L93.214%2C190.13L8.133%2C140.22c-2.566-1.511-5.88-0.646-7.388%2C1.922c-1.511%2C2.57-0.648%2C5.882%2C1.922%2C7.388%20l89.14%2C52.292l216.754-65.014c2.858-0.857%2C4.482-3.866%2C3.623-6.724C311.329%2C127.234%2C308.318%2C125.625%2C305.465%2C126.466z%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20%20d%3D%22M305.465%2C148.067L93.214%2C211.73L8.133%2C161.817c-2.566-1.514-5.88-0.644-7.388%2C1.925c-1.511%2C2.568-0.648%2C5.88%2C1.922%2C7.389%20l89.14%2C52.291l216.754-65.014c2.858-0.857%2C4.482-3.865%2C3.623-6.724C311.329%2C148.833%2C308.318%2C147.215%2C305.465%2C148.067z%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20%20d%3D%22M305.465%2C169.664L93.214%2C233.33L8.133%2C183.417c-2.566-1.514-5.88-0.639-7.388%2C1.924c-1.511%2C2.568-0.648%2C5.881%2C1.922%2C7.389%20l89.14%2C52.291l216.754-65.016c2.858-0.854%2C4.482-3.865%2C3.623-6.724C311.329%2C170.434%2C308.318%2C168.82%2C305.465%2C169.664z%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20%20d%3D%22M305.465%2C191.264L93.214%2C254.93L8.133%2C205.017c-2.566-1.514-5.88-0.644-7.388%2C1.925c-1.511%2C2.568-0.648%2C5.88%2C1.922%2C7.388%20l89.14%2C52.292l216.754-65.017c2.858-0.854%2C4.482-3.865%2C3.623-6.724C311.329%2C192.034%2C308.318%2C190.415%2C305.465%2C191.264z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3C%2Fsvg%3E");}

.item-2.pre-imprimes>a::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Layer_1%22%20height%3D%22512%22%20viewBox%3D%220%200%2064%2064%22%20width%3D%22512%22%20data-name%3D%22Layer%201%22%3E%3Cg%20fill%3D%22rgb(0%2C0%2C0)%22%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m52.89%2060h-38.8a1%201%200%200%201%20-1-1v-42.41a1%201%200%200%201%201-1h38.8a1%201%200%200%201%201%201v42.41a1%201%200%200%201%20-1%201zm-37.8-2h36.8v-40.41h-36.8z%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m14.09%2052.91h-6.52a1%201%200%200%201%20-1-1v-40.13c0-3.58%203.32-6.5%207.4-6.5h39.86c3.86%200%207%202.76%207%206.16s-3.14%206.15-7%206.15h-.94a1%201%200%200%201%200-2h.94c2.76%200%205-1.87%205-4.15s-2.24-4.16-5-4.16h-39.83c-3%200-5.4%202-5.4%204.5v39.13h5.52a1%201%200%201%201%200%202z%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m14.61%2017.44-1-1.71c.11-.06%202.74-1.71%202.68-4.5a5.61%205.61%200%200%200%20-2.72-4.23l1-1.71a7.52%207.52%200%200%201%203.63%205.93c.14%203.78-3.2%205.99-3.59%206.22z%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m45.63%2027.07h-23.86a1%201%200%200%201%200-2h23.86a1%201%200%200%201%200%202z%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m45.63%2031.5h-23.86a1%201%200%201%201%200-2h23.86a1%201%200%200%201%200%202z%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m45.63%2035.93h-23.86a1%201%200%200%201%200-2h23.86a1%201%200%200%201%200%202z%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m45.63%2040.35h-23.86a1%201%200%200%201%200-2h23.86a1%201%200%200%201%200%202z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.item-2.etiquette>a::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-43%200%20512%20512.001%22%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m337.808594%200c-48.574219%200-88.09375%2039.519531-88.09375%2088.09375v17.574219c0%204.140625%203.355468%207.5%207.5%207.5%204.144531%200%207.5-3.359375%207.5-7.5v-17.574219c0-40.304688%2032.789062-73.09375%2073.09375-73.09375%2040.304687%200%2073.097656%2032.789062%2073.097656%2073.09375v286.691406c-15.839844-23.492187-42.695312-38.972656-73.097656-38.972656s-57.253906%2015.480469-73.09375%2038.972656v-237.785156c0-4.140625-3.355469-7.5-7.5-7.5-4.144532%200-7.5%203.359375-7.5%207.5v24.167969h-148.082032c-2.015624%200-3.949218.8125-5.359374%202.253906l-.339844.347656c-.003906.003907-.003906.003907-.003906.003907l-93.789063%2095.835937c-.066406.066406-.121094.136719-.183594.207031-.09375.101563-.1875.203125-.273437.308594-.0625.078125-.117188.15625-.175782.238281-.089843.113281-.175781.230469-.257812.351563-.046875.070312-.085938.144531-.132812.21875-.082032.132812-.164063.269531-.242188.410156-.03125.0625-.058594.125-.089844.1875-.078125.15625-.152344.3125-.21875.472656-.023437.054688-.042968.113282-.0625.171875-.066406.167969-.128906.335938-.179687.511719-.019531.058594-.03125.121094-.046875.183594-.050782.171875-.097656.34375-.128906.519531-.019532.089844-.027344.183594-.042969.277344-.0234378.148437-.0507815.292969-.0664065.445312-.0273437.246094-.0390625.492188-.0390625.742188v115.480469c0%204.140624%203.359375%207.5%207.5%207.5%204.144531%200%207.5-3.359376%207.5-7.5v-107.578126h86.234375c4.144531%200%207.5-3.359374%207.5-7.5v-89.089843h140.980469v247.738281.027344c.007812%2030.390625%2015.488281%2057.234375%2038.972656%2073.066406h-273.6875v-86c0-4.140625-3.355469-7.5-7.5-7.5-4.140625%200-7.5%203.359375-7.5%207.5v93.5c0%204.144531%203.359375%207.5%207.5%207.5h327.027344c.257812%200%20.511718-.011719.761718-.035156.835938.023437%201.675782.035156%202.519532.035156%2048.574218%200%2088.09375-39.519531%2088.09375-88.09375v-335.8125c.003906-48.574219-39.519532-88.09375-88.09375-88.09375zm-312.863282%20257.757812%2068.789063-70.292968v70.292968zm312.863282%20239.242188c-40.304688%200-73.09375-32.789062-73.09375-73.09375s32.789062-73.09375%2073.09375-73.09375c40.304687%200%2073.097656%2032.789062%2073.097656%2073.09375s-32.792969%2073.09375-73.097656%2073.09375zm0%200%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22m337.808594%20389.539062c-18.945313%200-34.363282%2015.417969-34.363282%2034.367188s15.417969%2034.363281%2034.363282%2034.363281c18.949218%200%2034.367187-15.414062%2034.367187-34.363281s-15.417969-34.367188-34.367187-34.367188zm0%2053.730469c-10.675782%200-19.363282-8.6875-19.363282-19.363281%200-10.679688%208.6875-19.367188%2019.363282-19.367188%2010.679687%200%2019.367187%208.6875%2019.367187%2019.367188%200%2010.675781-8.6875%2019.363281-19.367187%2019.363281zm0%200%22%2F%3E%3C%2Fsvg%3E");
}

.item-2.courriers>a::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22M511.996%2C187.974c-0.004-0.343-0.034-0.678-0.08-1.009c-0.008-0.051-0.008-0.102-0.016-0.153%20c-0.006-0.042-0.019-0.082-0.026-0.124c-0.065-0.372-0.149-0.736-0.263-1.09l-0.005-0.021c-0.006-0.018-0.016-0.034-0.022-0.053%20c-0.115-0.348-0.257-0.683-0.416-1.008c-0.018-0.038-0.031-0.078-0.051-0.114c-0.012-0.023-0.026-0.045-0.038-0.068%20c-0.167-0.319-0.356-0.625-0.563-0.917c-0.022-0.03-0.04-0.063-0.061-0.094c-0.032-0.044-0.07-0.083-0.102-0.126%20c-0.21-0.276-0.431-0.542-0.674-0.789c-0.014-0.014-0.025-0.029-0.039-0.042c-0.004-0.005-0.01-0.01-0.014-0.015%20c-0.01-0.01-0.021-0.018-0.03-0.028c-0.259-0.255-0.539-0.488-0.831-0.708c-0.034-0.026-0.064-0.058-0.098-0.083l-0.001-0.001%20l-59.575-43.253c-3.613-2.623-8.667-1.823-11.292%2C1.793c-2.624%2C3.613-1.819%2C8.668%2C1.793%2C11.291l39.429%2C28.627H329.605%20l-190.549-61.333c-0.53-0.17-1.066-0.283-1.601-0.342c-3.736-0.41-7.375%2C1.842-8.573%2C5.561L110.82%2C179.99H32.98L256.001%2C18.075%20l163.359%2C118.6c3.612%2C2.62%2C8.666%2C1.822%2C11.292-1.793c2.624-3.613%2C1.821-8.668-1.793-11.292L260.75%2C1.542%20c-2.832-2.057-6.668-2.057-9.5%2C0L3.335%2C181.533l-0.001%2C0.001c-0.034%2C0.025-0.064%2C0.057-0.098%2C0.083%20c-0.291%2C0.219-0.571%2C0.452-0.831%2C0.708c-0.01%2C0.01-0.02%2C0.018-0.03%2C0.028c-0.005%2C0.005-0.01%2C0.01-0.015%2C0.015%20c-0.013%2C0.013-0.024%2C0.027-0.036%2C0.04c-0.244%2C0.248-0.466%2C0.514-0.676%2C0.791c-0.032%2C0.043-0.07%2C0.082-0.101%2C0.125%20c-0.022%2C0.03-0.04%2C0.063-0.061%2C0.094c-0.207%2C0.292-0.396%2C0.598-0.563%2C0.917c-0.012%2C0.023-0.026%2C0.045-0.038%2C0.068%20c-0.019%2C0.038-0.032%2C0.077-0.051%2C0.114c-0.159%2C0.324-0.301%2C0.66-0.416%2C1.007c-0.006%2C0.018-0.016%2C0.034-0.023%2C0.053%20c-0.002%2C0.006-0.002%2C0.014-0.005%2C0.021c-0.113%2C0.352-0.198%2C0.717-0.262%2C1.089c-0.008%2C0.042-0.021%2C0.083-0.027%2C0.125%20c-0.008%2C0.051-0.009%2C0.101-0.015%2C0.153c-0.045%2C0.331-0.075%2C0.666-0.08%2C1.009c0%2C0.029-0.004%2C0.057-0.004%2C0.086L0%2C188.074v0.024%20c0%2C0.005%2C0%2C0.01%2C0%2C0.015v315.803c0%2C0.044%2C0.005%2C0.087%2C0.006%2C0.132c0.002%2C0.147%2C0.012%2C0.292%2C0.023%2C0.439%20c0.009%2C0.123%2C0.016%2C0.246%2C0.03%2C0.368c0.016%2C0.136%2C0.04%2C0.271%2C0.063%2C0.406c0.022%2C0.128%2C0.041%2C0.257%2C0.068%2C0.382%20c0.028%2C0.127%2C0.064%2C0.251%2C0.097%2C0.377c0.034%2C0.129%2C0.068%2C0.26%2C0.109%2C0.388c0.039%2C0.12%2C0.086%2C0.237%2C0.13%2C0.356%20c0.049%2C0.128%2C0.095%2C0.257%2C0.149%2C0.382c0.05%2C0.113%2C0.107%2C0.223%2C0.162%2C0.335c0.063%2C0.126%2C0.123%2C0.252%2C0.191%2C0.375%20c0.058%2C0.104%2C0.123%2C0.204%2C0.185%2C0.305c0.078%2C0.126%2C0.155%2C0.251%2C0.239%2C0.372c0.065%2C0.093%2C0.136%2C0.182%2C0.205%2C0.274%20c0.094%2C0.124%2C0.189%2C0.246%2C0.29%2C0.364c0.027%2C0.031%2C0.05%2C0.066%2C0.076%2C0.096c0.045%2C0.051%2C0.096%2C0.094%2C0.141%2C0.143%20c0.119%2C0.127%2C0.239%2C0.251%2C0.365%2C0.371c0.085%2C0.081%2C0.17%2C0.158%2C0.258%2C0.235c0.12%2C0.104%2C0.244%2C0.204%2C0.369%2C0.301%20c0.096%2C0.074%2C0.192%2C0.149%2C0.291%2C0.218c0.127%2C0.089%2C0.259%2C0.172%2C0.392%2C0.254c0.1%2C0.063%2C0.199%2C0.126%2C0.302%2C0.183%20c0.148%2C0.083%2C0.3%2C0.156%2C0.453%2C0.23c0.092%2C0.044%2C0.181%2C0.093%2C0.275%2C0.133c0.184%2C0.08%2C0.375%2C0.149%2C0.566%2C0.216%20c0.066%2C0.023%2C0.129%2C0.051%2C0.195%2C0.071c0.245%2C0.078%2C0.494%2C0.143%2C0.747%2C0.198c0.015%2C0.003%2C0.03%2C0.009%2C0.046%2C0.012%20C6.96%2C511.94%2C7.515%2C512%2C8.084%2C512h495.832c0.57%2C0%2C1.125-0.06%2C1.661-0.172c0.015-0.003%2C0.03-0.009%2C0.046-0.012%20c0.253-0.055%2C0.503-0.12%2C0.747-0.198c0.066-0.021%2C0.129-0.049%2C0.195-0.071c0.192-0.067%2C0.382-0.135%2C0.567-0.216%20c0.093-0.04%2C0.182-0.088%2C0.274-0.132c0.153-0.073%2C0.306-0.147%2C0.453-0.23c0.102-0.057%2C0.202-0.122%2C0.302-0.183%20c0.133-0.082%2C0.264-0.165%2C0.392-0.254c0.099-0.069%2C0.195-0.143%2C0.291-0.218c0.126-0.097%2C0.249-0.196%2C0.369-0.301%20c0.087-0.077%2C0.174-0.154%2C0.258-0.235c0.126-0.12%2C0.247-0.244%2C0.365-0.371c0.046-0.05%2C0.097-0.093%2C0.141-0.143%20c0.027-0.031%2C0.05-0.065%2C0.077-0.096c0.101-0.119%2C0.196-0.24%2C0.29-0.364c0.069-0.092%2C0.14-0.181%2C0.205-0.274%20c0.084-0.121%2C0.162-0.246%2C0.239-0.372c0.063-0.101%2C0.128-0.203%2C0.185-0.305c0.069-0.123%2C0.129-0.25%2C0.192-0.376%20c0.055-0.111%2C0.111-0.221%2C0.161-0.333c0.055-0.126%2C0.101-0.255%2C0.15-0.384c0.044-0.117%2C0.091-0.235%2C0.129-0.354%20c0.041-0.127%2C0.074-0.258%2C0.109-0.388c0.033-0.125%2C0.069-0.25%2C0.097-0.377c0.027-0.125%2C0.046-0.253%2C0.068-0.382%20c0.023-0.136%2C0.046-0.271%2C0.063-0.406c0.014-0.122%2C0.022-0.245%2C0.03-0.368c0.01-0.147%2C0.019-0.292%2C0.022-0.439%20c0.001-0.044%2C0.006-0.087%2C0.006-0.132V188.113c0.001-0.005%2C0.001-0.01%2C0.001-0.015v-0.024v-0.014%20C512%2C188.031%2C511.996%2C188.003%2C511.996%2C187.974z%20M479.021%2C196.158l-30.466%2C22.118l-68.718-22.118H479.021z%20M124.406%2C190.551%20l17.39-54.026l184.061%2C59.245l106.487%2C34.276l-37.068%2C26.911L239.02%2C206.66c-4.249-1.362-8.804%2C0.968-10.173%2C5.219%20c-1.368%2C4.249%2C0.968%2C8.804%2C5.219%2C10.173l145.002%2C46.673l-19.811%2C14.382L172.329%2C222.94c-4.248-1.364-8.804%2C0.968-10.173%2C5.219%20c-1.368%2C4.249%2C0.968%2C8.804%2C5.219%2C10.173l175.671%2C56.544l-19.81%2C14.381l-24.31-7.826c-4.248-1.366-8.804%2C0.968-10.173%2C5.219%20c-1.367%2C4.249%2C0.968%2C8.804%2C5.219%2C10.173l13.054%2C4.202l-51.025%2C37.044L105.625%2C248.899L124.406%2C190.551z%20M105.615%2C196.158%20l-13.758%2C42.745L32.98%2C196.158H105.615z%20M16.168%2C203.933L191.563%2C331.27L16.168%2C486.004V203.933z%20M29.469%2C495.832%20l175.503-154.828l46.281%2C33.6c0.034%2C0.025%2C0.072%2C0.041%2C0.107%2C0.066c0.314%2C0.22%2C0.636%2C0.424%2C0.973%2C0.594%20c0.01%2C0.004%2C0.018%2C0.011%2C0.027%2C0.016c0.004%2C0.002%2C0.008%2C0.004%2C0.012%2C0.006c0.34%2C0.17%2C0.692%2C0.309%2C1.05%2C0.43%20c0.115%2C0.039%2C0.232%2C0.07%2C0.349%2C0.104c0.252%2C0.072%2C0.507%2C0.133%2C0.764%2C0.18c0.123%2C0.023%2C0.244%2C0.047%2C0.367%2C0.064%20c0.35%2C0.049%2C0.702%2C0.079%2C1.055%2C0.081c0.013%2C0%2C0.026%2C0.003%2C0.038%2C0.003c0.002%2C0%2C0.004-0.001%2C0.006-0.001%20c0.002%2C0%2C0.004%2C0.001%2C0.006%2C0.001c0.013%2C0%2C0.025-0.003%2C0.038-0.003c0.354-0.002%2C0.705-0.032%2C1.055-0.081%20c0.124-0.017%2C0.246-0.042%2C0.369-0.065c0.257-0.047%2C0.51-0.107%2C0.761-0.179c0.117-0.033%2C0.236-0.065%2C0.352-0.105%20c0.357-0.12%2C0.708-0.259%2C1.048-0.429c0.004-0.002%2C0.009-0.004%2C0.013-0.006c0.011-0.005%2C0.02-0.013%2C0.031-0.018%20c0.335-0.171%2C0.656-0.373%2C0.969-0.592c0.034-0.025%2C0.073-0.041%2C0.108-0.066l46.279-33.599l175.503%2C154.827H29.469z%20M495.832%2C486.003L320.438%2C331.272l80.977-58.789c0.005-0.003%2C0.01-0.008%2C0.015-0.011l94.402-68.538V486.003z%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22M180.823%2C204.869l29.455%2C9.48c0.823%2C0.264%2C1.658%2C0.39%2C2.479%2C0.39c3.416%2C0%2C6.59-2.183%2C7.694-5.609%20c1.368-4.25-0.968-8.804-5.219-10.173l-29.455-9.48c-4.247-1.367-8.804%2C0.969-10.173%2C5.219%20C174.237%2C198.947%2C176.573%2C203.5%2C180.823%2C204.869z%22%2F%3E%3Cpath%20fill%3D%22%23EDB823%22%20d%3D%22M273.06%2C309.687c3.416%2C0%2C6.59-2.183%2C7.694-5.609c1.368-4.249-0.968-8.804-5.219-10.173l-116.656-37.548%20c-4.247-1.362-8.804%2C0.968-10.173%2C5.219c-1.366%2C4.25%2C0.97%2C8.804%2C5.22%2C10.173l116.655%2C37.548%20C271.404%2C309.561%2C272.238%2C309.687%2C273.06%2C309.687z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3C%2Fsvg%3E");
}


#authentication .form-footer .btn-primary {
    background: #00365f;
    min-width: 170px;
}

#authentication .form-footer .btn-primary:hover {
    background: #0071ce;
}

#authentication [data-action="show-password"] {
    background: #00365f;
}

#authentication #content-wrapper {
    padding-top: 50px;
}

#wbsearch_data .title_showall_text {
    display: none;
}


margin: 0px;
color: #fff;
font-size: 32px;
}

#js-product-list .products .product-miniature .product-description {
    padding-bottom: 0px;
}

.product-reference {
    margin-top: 15px !important;
}

.product-reference label {
    font-size: 16px !important;
    font-weight: bold !important;
}

.product-reference span {
    font-size: 14px !important;
    font-weight: normal !important;
}

.product-availability {
    margin-top: 0px !important;
}

.product-page #product-availability.rupture_de_stock {
    color: #f72c2c !important;
}

.product-page #product-availability.last_remaining_items {
    color: #f1c747 !important;
}

/*added by amina */
#js-product-list.product-list--list .product-miniature .product-description {
    margin-top: 20px !important;
}

#js-product-list.product-list--list .product-miniature .sp_product_btns {
    width: 500px !important;
    margin-left: 480px !important;
}

@media only screen and (max-width : 1240px) {
    #js-product-list.product-list--list .product-miniature .sp_product_btns {
        width: 100% !important;
        margin-left: 0px !important;
    }
}

#search_category {
    padding-left: 7px;
}

#search_category option {
    font-weight: 500;
    color: #5e6362;
}

@media only screen and (max-width: 768px) {
    .elementor-image {
        background: #00365f;
        position: fixed;
        width: 100%;
        z-index: 10;
        margin-top: -20px;
        padding-top: 15px;
        padding-bottom: 6px;
    }

    .navbar-button {
        position: fixed;
    }

}

@media only screen and (max-width: 400px) {
    .product-miniature .thumbnail-container {
        height: 400px;
    }

    #product-availability {
        height: 43px;
    }
    .product-page .tabs .nav-tabs li.nav-item {
        width: 100% !important;
        text-align: center !important;
    }
    .product-miniature .reviews-loaded {
        height: auto !important;
    }
}
/*added by amina */

/* added by sawsen */
.product-miniature .sp-add-to-cart:hover,.product-miniature .sp-add-to-cart,
.product-miniature .thumbnail-container,.product-miniature .product-image {
    border-radius: 5px !important;
}
.sp-product-style1 {
    padding: 9px;
}
.star-content div.star:before, .star-content div.star-on:before, .star-content div.star-hover:before{
    color:#ffb400d9;
}
.countdown-thumbnail {
    display: flex;
  border:none !important;
}
.vente-flash .product-miniature .product-title a{
    color:#fff;
    font-weight: 600 !important;
}
.countdown-product-short-description {
    display: block;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    font-family: 'Rubik',sans-serif;
    color: #fff;
    font-weight: 500;
    line-height: 15px;
    margin-top: 15px;
    font-size:8px;
}
.product-description.countdown-description .product-title a{
    color:#fff;
    font-weight: 600;
}
.countdown-description {
    width: 60%;
    padding: 53px 10px !important;
    background: transparent !important;
}

.countdown-image {
    display: flex;
    align-items: center;
}
.vente-flash{
    background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="653" height="350" viewBox="0 0 653 350"><defs><radialGradient id="radial-gradient" cx="0.5" cy="0.5" r="0.5" gradientUnits="objectBoundingBox"><stop offset="0.005" stop-color="%2314caf4"/><stop offset="0.99" stop-color="%23256cc1"/></radialGradient></defs><g id="Groupe_342" data-name="Groupe 342" transform="translate(438.191 116.597)"><rect id="Rectangle_413" data-name="Rectangle 413" width="653" height="350" transform="translate(-438.191 -116.597)" fill="url(%23radial-gradient)"/><g id="Groupe_341" data-name="Groupe 341" transform="translate(-438.191 -116.597)"><path id="Tracé_850" data-name="Tracé 850" d="M214.809,16.925-36.15,45.247l250.959-60.2V-47.414L-47.432,33.379,214.809-93.668V-116.6H172.03L-65,23.96,85.732-116.6H25.164L-87.146,17.913-34.305-116.6H-85.244L-111.691,15.83-138.138-116.6h-50.939l52.841,134.511L-248.546-116.6h-60.568L-158.378,23.96-395.411-116.6h-42.779v22.929L-175.95,33.379-438.191-47.414V-14.95l250.959,60.2L-438.191,16.925v27.3L-191.119,58.4-438.191,72.578v27.3l250.959-28.322-250.959,60.2v32.464L-175.95,83.426-438.191,210.473V233.4h42.779L-158.378,92.845-309.114,233.4h60.568l112.31-134.511L-189.077,233.4h50.939l26.447-132.427L-85.244,233.4h50.939L-87.146,98.892,25.164,233.4H85.732L-65,92.845,172.03,233.4h42.779V210.473L-47.432,83.426l262.241,80.793V131.755L-36.15,71.558,214.809,99.88v-27.3L-32.262,58.4,214.809,44.227Z" transform="translate(438.191 116.597)" fill="%23fff" opacity="0.05"/><path id="Tracé_851" data-name="Tracé 851" d="M214.809,25.33-60.835,49.546,214.809-24.733v-12.1L-68.431,41.556l283.24-150.187V-116.6H199.945L-80.26,35.216,65.984-116.6H43.416L-95.167,31.145-49.987-116.6H-69.953L-111.691,29.742-153.429-116.6H-173.4l45.181,147.742L-266.8-116.6h-22.567L-143.121,35.216-423.327-116.6h-14.864v7.967l283.24,150.187-283.24-78.385v12.1l275.644,74.279L-438.191,25.33v10.7L-165.164,58.4-438.191,80.773v10.7l275.644-24.216-275.644,74.279v12.1l283.24-78.385-283.24,150.187V233.4h14.864L-143.121,81.59-289.365,233.4H-266.8L-128.215,85.661-173.4,233.4h19.967l41.738-146.339L-69.953,233.4h19.967L-95.167,85.661,43.416,233.4H65.984L-80.26,81.59,199.945,233.4h14.864v-7.967L-68.431,75.249l283.24,78.385v-12.1L-60.835,67.259,214.809,91.475v-10.7L-58.218,58.4,214.809,36.032Z" transform="translate(438.191 116.597)" fill="%23fff" opacity="0.05"/><path id="Tracé_852" data-name="Tracé 852" d="M-225.092-116.6h14.4l35.957,71Zm116.6,174.126a2.354,2.354,0,0,0-.3-.258,3.051,3.051,0,0,0-.366-.23,3.959,3.959,0,0,0-.428-.2c-.155-.06-.316-.113-.481-.158s-.34-.084-.521-.115-.364-.055-.549-.071-.37-.023-.562-.023-.379.008-.562.023-.366.039-.549.071-.355.071-.521.115a4.936,4.936,0,0,0-.479.158,3.987,3.987,0,0,0-.43.2,3.054,3.054,0,0,0-.366.23,2.251,2.251,0,0,0-.294.258,1.613,1.613,0,0,0-.215.279,1.251,1.251,0,0,0-.132.293,1.073,1.073,0,0,0-.044.3,1.068,1.068,0,0,0,.044.3,1.25,1.25,0,0,0,.132.293,1.561,1.561,0,0,0,.215.279,2.152,2.152,0,0,0,.294.258,3.054,3.054,0,0,0,.366.23,3.853,3.853,0,0,0,.43.2,4.751,4.751,0,0,0,.479.158c.166.045.34.084.521.116s.366.055.549.071.371.024.562.024.379-.008.562-.024.367-.039.549-.071.355-.071.521-.116a4.88,4.88,0,0,0,.481-.158,3.826,3.826,0,0,0,.428-.2,3.051,3.051,0,0,0,.366-.23,2.247,2.247,0,0,0,.3-.258,1.691,1.691,0,0,0,.215-.279,1.3,1.3,0,0,0,.132-.293,1.067,1.067,0,0,0,.043-.3,1.072,1.072,0,0,0-.043-.3,1.306,1.306,0,0,0-.132-.293A1.752,1.752,0,0,0-108.49,57.529ZM-231.611-30.064-337.2-116.6h-24.279Zm-74.113,54.676L-438.191-2.379V5.339ZM-12.69-116.6l-35.955,71,50.355-71ZM214.809-2.379,82.343,24.611,214.809,5.339ZM53.364-5.872l161.445-56.6V-75.481ZM-117.71-116.6l6.019,65.648,6.021-65.648Zm231.53,0L8.228-30.064,138.1-116.6ZM-438.191-75.481v13.013l161.445,56.6ZM-174.736,162.4l-50.357,71h14.4Zm126.09,0,35.955,71H1.71Zm263.454,16.871-161.445-56.6,161.445,69.609ZM8.228,146.87,113.82,233.4H138.1ZM92.328,58.4l122.481,3.226V55.176ZM82.343,92.194l132.466,26.991v-7.718Zm-359.088,30.484-161.445,56.6v13.013Zm-28.978-30.484-132.468,19.272v7.718ZM-315.709,58.4l-122.482-3.227v6.453Zm204.018,109.351L-117.71,233.4h12.04ZM-337.2,233.4l105.59-86.533L-361.479,233.4Z" transform="translate(438.191 116.597)" fill="%23fff" opacity="0.03"/></g></g></svg>')no-repeat scroll !important;
}
.product-miniature .product-price-and-shipping {
    background: #fff;
    display: inline-block;
    padding: 5px;
    border-radius: 2px;
    min-height: 25px !important;
}
.countdown-thumbnail.thumbnail-container.clearfix.reviews-loaded{
    background: transparent;
    box-shadow:none;
}
@media (max-width: 432px) {
    .countdown-thumbnail {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .countdown-description {
        width: 100%;
    }
    .sp_cdb_style2{
        display: flex;
        justify-content: center;
    }
}
.elementor-element .buttons_style1 .slick-slider .slick-arrow:before{
    background:#FFBC00 !important;
    color:#fff;
}
@media (min-width: 992px){

    div.sp-megamenu .navbar-nav>li.mega_type1 .dropdown-menu ul li {
        padding: 8px 15px 0;
    }

    .elementor-element .buttons_style1 .slick-slider .slick-arrow.slick-next{
        right:0;
    }
    .elementor-element .buttons_style1 .slick-slider .slick-arrow {
        top: -44px;
    }
}
.rentree a:before{
    content:url(../img/icon/icn_new2.png);
    height: 31px;
    width: 31px;
}

/*.essentiels-img .elementor-cta-bg-wrapper img.elementor-cta-bg,*/
/*.list-banner-home .elementor-cta-bg-wrapper img.elementor-cta-bg {*/
/*    object-fit: inherit;*/
/*}*/
.product-flags li.product-flag{
    padding: 2px 5px;
    margin: 5px 7px 0;
    line-height: 16px;
    height: auto;
}

.essentiels-img .elementor-cta-bg-wrapper img.elementor-cta-bg,
.list-banner-home .elementor-cta-bg-wrapper img.elementor-cta-bg {
    object-fit: inherit;
}

@media screen and (max-width:1537px){
    .list-banner-home   .elementor-cta-bg-wrapper img.elementor-cta-bg{
        object-fit: fill;
    }
}
@media (min-width: 1024px) and (max-width: 1082px) {
    .sp-megamenu .navbar-nav>li>a {
        padding: 15px 18px 10px !important;
    }
}
@media screen and (max-width: 1024px) {
    .slider-home  .carousel{
        padding-bottom: 0;
    }
    .slider-home .carousel .carousel-item .caption{
        margin:0px;
    }
}
@media (max-width:768px){
    .list-banner-home .elementor-cta-bg-wrapper img.elementor-cta-bg {
     object-fit: inherit;
    }
}
li.item-2.parascolaire.parent{
    padding-top:0px;
}

@media (max-width: 767px){
    .product-page .images-container.vertical-thumbnails .js-qv-mask{
        width: 100%;
    }
    #main .images-container .js-qv-mask  .slick-slider .slick-track{
        display: flex;
        flex-direction: row;
    }
    #main .images-container .js-qv-mask .slick-list{
        height: 150px !important;
    }
}
