@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('_menu.css');
@import url('_home.css');
@import url('_products.css');
@import url('_product.css');
@import url('_footer.css');
@import url('_contact.css');
@import url('_user.css');
@import url('_history.css');
@import url('_commercial.css');

/****************** GENERAL ************************/
/***************************************************/
body {
    font-family: 'Roboto', sans-serif !important;
    color: #232323;
    width: 100vw;
    overflow-x: hidden;
}
#wrapper {
    min-height: 75vh;
    background: #fff!important;
    width: 1300px !important;
    max-width: 95% !important;
    margin: auto !important;
    box-shadow: none;
}
#main .page-content {
    padding:0;
    margin: 0;
}
.container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important
}
.containerCustum, .footer-container, .jocastore_acceuil .up, .defineContain, .cart-grid, .breadcrumb, .page-order .container, .page-sitemap #wrapper, .cms-id-3 #wrapper, .cms-id-2 #wrapper, .cms-id-23 #wrapper, #module-psgdpr-gdpr #wrapper {
    box-shadow: none;
}

.cms-id-18 #main .page-header,
.cms-id-18 #main .page-footer {
    display: none!important;
}
.card {
    box-shadow: none;
    border: 0
}
.pointer {
    cursor: pointer
}

.carousel,
#products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container,
.tabs,
.product cover image,
.product-images>li.thumb-container>.thumb,
#product,
#block-reassurance {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important
}
.row::after {
    display: none!important;
}
#main .page-header {
    margin-top: 1.563rem;
}
/********************************* TEXT ************************************/
/***************************************************************************/
a,
h1,
h2,
h3,
h4,
h5 {
    font-family: Roboto, sans-serif;
}
a {
    color: #e31c79
}

/********************************* BUTTONS ************************************/
/***************************************************************************/
.btn-primary,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:visited {
    background-color: #e31c79 !important;
    color: #fff!important;
    border-radius: 3px!important;
    cursor: pointer!important;
    height: 45px!important;
    box-shadow: none!important;
    font-weight: initial!important;
    text-transform: initial!important;
    transition: .2s!important;
    display: flex;
    align-items: center!important;
    border: none!important;
    outline: 0!important;
    width:auto!important;
}
.btn-secondary,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary:hover,
.btn-secondary:visited {
    background-color: transparent !important;
    color: #000;
    border-radius: 3px;
    cursor: pointer;
    height: 45px;
    box-shadow: none;
    font-weight: initial;
    text-transform: initial;
    transition: .2s;
    display: flex;
    align-items: center;
    border: 1px solid;
    outline: 0
}
.btn-primary:hover {
    border: none;
    outline: 0;
    transition: .2s;
    border-radius: 10px
}
.btn-secondary:hover {
    transition: .2s;
    border-radius: 10px;
    background-color: transparent !important;
    border: 1px solid
}
.btn {
    transition: 0.2s;
}
.btn:hover {
    transition: 0.2s;
}
.btn.rose {
    background-color: #e31c79;
    color: #FFF;
}
.btn.vert {
    background-color: #00a5b5;
    color: #FFF;
}
.btn.rose:hover {
    background-color: rgba(227, 28, 121, 0.8);
}
.btn.vert:hover {
    background-color: rgba(0, 165, 181, 0.8);
}
/******************************** TITLE H1 ***********************************/
/***************************************************************************/
#wrapper .breadcrumb {
    margin: 0;
}
#wrapper .breadcrumb li a {
    color: #707070!important;
    font-size: 14px;
}
.title_h1 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
    align-items: flex-end;
    z-index: 1;
    position: relative;
}
.title_h1 .left {
    display: flex;
    flex-direction: column;
    position: relative;
}
.title_h1 .left h1 {
    font-family: 'Caveat', cursive;
    font-weight: initial!important;
    font-size:34px !important;
    margin-bottom: 0;
}
.title_h1.blue .left h1,
.title_h1.mentions-legales .left h1,
.title_h1.politique-de-confidentialite .left h1,
.title_h1.conditions-generales-de-vente .left h1 {
    color: #00a5b5;
}
.title_h1.contact .left h1,
.title_h1.notre-histoire .left h1,
.title_h1.ressources .left h1  {
    color: #e31c79;
}
.title_h1.nos-equipes .left h1 {
    color: #9bd611;
}
.title_h1 .left img {
    width: 340px;
    margin-top: -35px;
}
.title_h1 .right {
    width: 340px;
}
.title_h1.notre-histoire .left img,
.title_h1.contact .left img,
.title_h1.mentions-legales .left img,
.title_h1.politique-de-confidentialite .left img,
.title_h1.conditions-generales-de-vente .left img,
.title_h1.ressources .left img {
    margin-top: -70px;
}
.title_h1.politique-de-confidentialite .left img,
.title_h1.politique-de-confidentialite .right,
.title_h1.conditions-generales-de-vente .right {
    width: 370px;
}

/**************************************** FORM *****************************************/
/***************************************************************************************/

form .form-group .form_radio,
form .form-group .form_checkbox {
    display: flex;
    height: 45px;
    align-items: center
}
form .form-group .form_radio [type=radio]:checked,
form .form-group .form_radio [type=radio]:not(:checked),
form .form-group .form_checkbox [type=checkbox]:checked,
form .form-group .form_checkbox [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}
form .form-group .form_radio p,
form .form-group .form_checkbox p {
    margin: 0;
    margin-right: 20px
}
form .form-group .form_radio [type=radio]:checked+label,
form .form-group .form_radio [type=radio]:not(:checked)+label,
form .form-group .form_checkbox [type=checkbox]:checked+label,
form .form-group .form_checkbox [type=checkbox]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin-bottom: 0
}
form .form-group .form_checkbox [type=checkbox]:checked+label,
form .form-group .form_checkbox [type=checkbox]:not(:checked)+label {
    text-transform: initial;
}
form .form-group .form_radio [type=radio]:checked+label:before,
form .form-group .form_radio [type=radio]:not(:checked)+label:before,
form .form-group .form_checkbox [type=checkbox]:checked+label:before,
form .form-group .form_checkbox [type=checkbox]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff
}
form .form-group .form_checkbox [type=checkbox]:checked+label:before,
form .form-group .form_checkbox [type=checkbox]:not(:checked)+label:before {
    border-radius: 2px
}
form .form-group .form_radio [type=radio]:checked+label:after,
form .form-group .form_radio [type=radio]:not(:checked)+label:after,
form .form-group .form_checkbox [type=checkbox]:checked+label:after,
form .form-group .form_checkbox [type=checkbox]:not(:checked)+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #00a5b5;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}
form .form-group .form_checkbox [type=checkbox]:checked+label:after {
    border-radius: 2px;
    content: "\2713";
    color: #fff;
    font-size: 20px;
    height: 19px;
    width: 19px;
    top: 1px;
    left: 1px;
    padding-left: 1px
}
form .form-group .form_radio [type=radio]:not(:checked)+label:after,
form .form-group .form_checkbox [type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}
form .form-group .form_radio [type=radio]:checked+label:after,
form .form-group .form_checkbox [type=checkbox]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}
@media(max-width:520px) {
    form .form-group .form_radio,
    form .form-group .form_checkbox {
        flex-direction: column;
        height: auto
    }

    form .form-group .form_radio p {
        margin: 5px 0
    }

    form .form-group.custom_radio .form_radio p {
        width: 100% !important
    }

    form .form-group .form_radio [type=radio]+label {
        width: 100%;
        text-align: center
    }
}


/**************************************** NOS EQUIPES *****************************************/
/************************************ /32-nos-equipes.html ************************************/
.page-cms-32,
#wrapper {
    padding-top: 0
}
.cms-id-32 .nav_team {
    display: flex;
    justify-content: space-between
}
.cms-id-32 .nav {
    display: flex;
    align-items: center;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    transition: .2s;
    font-size: 14px;
    width: 210px;
    z-index: 1
}
.cms-id-32 .nav img {
    width: 30px
}
.cms-id-32 .nav.left {
    justify-content: flex-start;
    text-align: left
}
.cms-id-32 .nav.left img {
    margin-right: 10px
}
.cms-id-32 .nav.right {
    justify-content: flex-end;
    text-align: right
}
.cms-id-32 .nav.right img {
    margin-left: 10px;
    margin-right: 20px
}
.cms-id-32 .nav.rose {
    background: #e31c79
}
.cms-id-32 .nav.vert {
    background: #9bd611
}
.cms-id-32 .nav.bleu {
    background: #00a5b5
}
.cms-id-32 .nav.orange {
    background: #FFB300;
}
.cms-id-32 .nav:hover {
    transition: .2s;
    background: #484848
}
.pole {
    padding: 30px 20px;
    border-radius: 15px
}
.pole.hide {
    display: none
}
.pole h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 30px;
    font-family: 'Caveat', cursive;
    font-weight: initial !important;
    font-size: 40px !important;
}
.pole p.firstText {
    color: #484848;
    font-size: 16px;
    margin: auto;
    width: 50%;
    position: relative
}
.pole p.firstText span {
    z-index: 1;
    position: relative
}
.pole .grid {
    display: grid;
    padding: 50px 15%;
    grid-template-rows: auto;
    grid-gap: 25px;
    border-radius: 15px;
    position: relative;
    margin-top: 50px
}
.pole .grid .align_self_end {
    align-self: end
}
.pole .grid .align_self_center {
    align-self: center
}
.pole .grid span {
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 30vh
}
.pole .grid span img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.pole .grid p {
    width: 80%;
    margin: auto;
    z-index: 1;
    text-align: left;
    position: relative;
    color: #484848
}
.pole .grid p span {
    z-index: 1;
    position: relative
}
.pole .grid .rs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px
}
.pole .grid .rs a {
    width: 40px;
    height: 40px;
    margin: 0 8px
}
.pole .grid .rs a:first-of-type {
    margin: 0
}
.pole .grid .rs a img {
    width: 100%;
    height: 100%;
    object-position: bottom;
    object-fit: contain
}
.pole .grid p:before,
.pole p.firstText:before {
    content: '';
    position: absolute;
    width: 20px;
    height: calc(100% + 6px);
    z-index: 0;
    top: -3px;
    left: -10px
}
.pole .center_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5vh
}
.pole .center_btn img {
    width: 200px;
    margin-right: 40px
}
.pole .center_btn .btn {
    background-color: #006682
}
.cms-id-32 .icone {
    position: absolute;
    left: 15px;
    bottom: 15px;
    opacity: .1;
    width: 15%
}
.pole .team {
    display: grid;
    margin-top: 8vh;
    margin-bottom: 5vh;
    justify-content: center
}
.pole .team .one {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px
}
.pole .team .one span {
    width: 18vmin;
    height: 18vmin;
    border-radius: 50%;
    display: flex;
    margin-bottom: 20px;
    overflow: hidden;
    transition: .5s
}
.pole .team .one:hover>span {
    transform: rotateY(180deg);
    transition: .5s
}
.pole .team .one span img {
    width: 100%;
    height: 100%;
    object-fit: contain
}
.pole .team .one p {
    font-size: 16px;
    padding: 10px 25px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.pole .team .one a.btn {
    margin-top: 15px
}
.pole .team .one p.poste {
    background: 0 0 !important;
    color: #484848;
    height: 60px
}
.pole.edito .grid {
    background: rgba(227, 28, 121, .03);
    grid-template-columns: 50% 50%
}
.pole.edito .grid .lastPicture {
    grid-column: 1/3
}
.pole.edito .team {
    grid-template-columns: 25% 25% 25%;
    margin-top: 10vh
}
.pole.edito .grid p:before,
.pole.edito p.firstText:before {
    background-color: rgba(227, 28, 121, .8)
}
.pole.retd .grid {
    background: rgba(155, 214, 17, .03);
    grid-template-columns: 50% 50%
}
.pole.retd .grid .firstPicture {
    grid-column: 1;
    grid-row: 1/3
}
.pole.retd .grid .lastPicture {
    grid-column: 2;
    grid-row: 2/5;
    height: 50vh
}
.pole.retd .grid p {
    grid-row: 2/5
}
.pole.retd .team {
    grid-template-columns: 25% 25% 25%;
    margin-top: 10vh;
    margin-bottom: 0;
}
.pole.retd .grid p:before,
.pole.retd p.firstText:before {
    background-color: rgba(155, 214, 17, .8)
}
.pole .team.two {
    grid-template-columns: 25% 25%!important;
    margin-top: 0!important;
}
.pole .team.two:last-of-type {
    margin-bottom: 5vh;
}
.pole.communication .grid {
    background: rgba(0, 165, 181, .03);
    grid-template-columns: 50% 50%
}
.pole.communication .grid .lastPicture {
    grid-column: 2;
    grid-row: 2/4
}
.pole.communication .team {
    grid-template-columns: 25% 25%;
    margin-top: 0;
}
.pole.communication .grid p:before,
.pole.communication p.firstText:before {
    background-color: rgba(0, 165, 181, .8)
}
.pole.commercial .grid {
    background: rgba(227, 28, 121, .03);
    grid-template-columns: 50% 50%
}
.pole.commercial .grid .firstPicture {
    grid-column: 1;
    grid-row: 1/3;
    height: 50vh
}
.pole.commercial .grid .lastPicture {
    grid-column: 1/3
}
.pole.commercial .grid span:not(.lastPicture,
    .firstPicture) {
    height: auto
}
.pole.commercial .team {
    grid-template-columns: 25% 25% 25%;
    margin-top: 10vh
}
.pole.commercial .grid p:before,
.pole.commercial p.firstText:before {
    background-color: rgba(227, 28, 121, .8)
}
.pole.communication .grid {
    background: rgba(0, 165, 181, .03);
    grid-template-columns: 50% 50%
}
.pole.communication .grid .lastPicture {
    grid-column: 2;
    grid-row: 2/4;
    height: 50vh
}
.pole.communication .grid p {
    grid-row: 2/4
}
.pole.communication .team:first-of-type {
    grid-template-columns: 50% 50%;
    width: 50%;
    margin: 10vh auto 0 auto;
}
.pole.communication .team {
    grid-template-columns: 50% 50%;
    width: 50%;
    margin: 0 auto 0 auto;
}
.pole.communication .grid p:before,
.pole.communication p.firstText:before {
    background-color: rgba(255, 179, 0, .8);
}
.pole.adv .grid {
    background: rgba(155, 214, 17, .03);
    grid-template-columns: 50% 50%
}
.pole.adv .grid p {
    grid-row: 2/4
}
.pole.adv .grid .lastPicture {
    grid-column: 2;
    grid-row: 2/4;
    height: 50vh
}
.pole.adv .team {
    grid-template-columns: 25% 25% 25%;
    margin-top: 10vh
}
.pole.adv .grid p:before,
.pole.adv p.firstText:before {
    background-color: rgba(155, 214, 17, .8)
}
.pole.expedition .grid {
    background: rgba(0, 165, 181, .03);
    grid-template-columns: 50% 50%
}
.pole.expedition .grid span:not(.lastPicture,
    .firstPicture) {
    height: 50vh
}
.pole.expedition .grid .lastPicture {
    grid-column: 1/3
}
.pole.expedition .grid .lastPicture img {
    object-position: top
}
.pole.expedition .team {
    grid-template-columns: 25% 25% 25% 25%;
    margin-top: 10vh
}
.pole.expedition .grid p:before,
.pole.expedition p.firstText:before {
    background-color: rgba(0, 165, 181, .8)
}
.pole.assistance .grid {
    background: rgba(227, 28, 121, .03);
    grid-template-columns: 50% 50%
}
.pole.assistance .grid .lastPicture {
    grid-column: 1/3
}
.pole.assistance .grid .lastPicture img {
    object-position: top
}
.pole.assistance .team {
    grid-template-columns: 25% 25%;
    margin-top: 10vh
}
.pole.assistance .grid p:before,
.pole.assistance p.firstText:before {
    background-color: rgba(227, 28, 121, .8)
}
.pole.jocanet .grid {
    background: rgba(0, 165, 181, .03);
}
.pole.jocanet .grid .lastPicture {
    grid-column: 1/3;
}
.pole.jocanet .team {
    grid-template-columns: 25%;
    margin-top: 10vh;
}
.pole.jocanet .grid p:before,
.pole.jocanet p.firstText:before {
    background-color: rgba(0, 165, 181, .8);
}
.bandeau.hootop {
    width: 100%;
    margin-bottom: 5vh;
    display: block;
}
.bandeau.hootop img {
    width: 100%;
}
.bandeau.hootop img.mobile {
    display: none;
}
@media(max-width:768px) {
    .pole p.firstText {
        width: 80%
    }
    .pole.edito .team,
    .pole.retd .team,
    .pole.communication .team,
    .pole.commercial .team,
    .pole.adv .team,
    .pole.expedition .team,
    .pole.assistance .team,
    .pole.jocanet .team {
        grid-template-columns: 50% 50%
    }
    .pole h2 {
        font-size: 30px
    }
    .pole.edito .grid,
    .pole.retd .grid,
    .pole.communication .grid,
    .pole.commercial .grid,
    .pole.adv .grid,
    .pole.expedition .grid,
    .pole.assistance .grid,
    .pole.jocanet .grid {
        grid-template-columns: 100%
    }
    .pole.edito .grid .lastPicture,
    .pole.retd .grid .lastPicture,
    .pole.communication .grid p,
    .pole.communication .grid .lastPicture,
    .pole.commercial .grid .firstPicture,
    .pole.commercial .grid .lastPicture,
    .pole.adv .grid p,
    .pole.adv .grid .lastPicture,
    .pole.expedition .grid .lastPicture,
    .pole.assistance .grid .lastPicture,
    .pole.jocanet .grid .lastPicture {
        grid-column: initial;
        grid-row: initial
    }
    .pole .grid span,
    .pole.retd .grid .lastPicture,
    .pole.communication .grid .lastPicture,
    .pole.commercial .grid .firstPicture,
    .pole.commercial .grid .lastPicture,
    .pole.expedition .grid span:not(.lastPicture,
        .firstPicture) {
        height: auto
    }
}
@media(max-width:520px) {
    .pole .grid {
        padding: 20px
    }
    .pole.edito .team,
    .pole.retd .team,
    .pole.communication .team,
    .pole.commercial .team,
    .pole.adv .team,
    .pole.expedition .team,
    .pole.assistance .team,
    .pole.jocanet .team,
    .pole.communication .team:first-of-type {
        grid-template-columns: 100%
    }
    .pole .team {
        margin-top: 5vh !important
    }
    .pole .team .one span {
        width: 50vmin;
        height: 50vmin
    }
}

/**************************************** HOME *****************************************/
/***************************************************************************************/


/**************************************** NOS PRODUITS *****************************************/
/***********************************************************************************************/
#category #wrapper,
.page-search #wrapper {
    padding-top: 0 !important
}

#category #content-wrapper {
    padding: 0
}
.category li {
    display: contents
}
.cms-category {
    position: relative
}
#header .header-top .category a.dropdown-item:after,
#header .header-top .cms-category a.dropdown-item:after {
    content: '\25be';
    color: #484848
}
/*miniatures*/
.productCustom {
    height: fit-content;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px 0 transparent;
    box-shadow: 0 0 5px 0 transparent;
    margin: 0 !important;
    padding: 0 3vmin;
}
.productCustom .thumbnail-container {
    transition: .2s;
    padding: 15px
}
.productCustom .product-thumbnail {
    position: relative
}
.productCustom .product-title {
    font-size: 14px;
    height: 45px
}
.productCustom .thumbnail-container:hover .product-description:after {
    border-top: none !important
}
.productCustom:hover>.thumbnail-container {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2) !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    transition: .2s;
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
}
.productCustom .quick-view,
.productCustom .quick-video {
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    position: absolute;
    right: 11px;
    bottom: 10px;
    z-index: 2;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
    transition: .2s
}
.productCustom .quick-video {
    bottom: 45px
}
.productCustom:hover>.thumbnail-container .quick-view,
.productCustom:hover>.thumbnail-container .quick-video {
    transition: .2s;
    opacity: 1;
    pointer-events: initial
}
.productCustom .quick-view:hover,
.productCustom .quick-video:hover {
    transition: .2s;
    border-radius: 10px
}
#products .productCustom .product-description,
.productCustom .product-description {
    display: block;
    height: auto !important;
    position: relative !important;
    z-index: 1;
    width: 100% !important;
    padding: 15px;
    background-color: transparent !important
}
.productCustom .product-description .btn {
    opacity: 0;
    transition: .2s;
    pointer-events: none;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #00a5b5;
    color: #FFF;
}
.productCustom .product-description .price {
    color:#707070;
}
.productCustom:hover>.thumbnail-container .product-price-and-shipping .btn {
    opacity: 1;
    transition: .2s;
    pointer-events: initial;

}
.productCustom:hover>.thumbnail-container .product-price-and-shipping .btn:hover {
    background-color: #383b38;
    transition: 0.2s;
}
#products .productCustom .thumbnail-container:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2) !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    transition: .2s;
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
}
#product_list .productCustom {
    padding: 0 1vmin
}
#products .productCustom .thumbnail-container,
.productCustom .thumbnail-container {
    height: initial !important;
    width: 100% !important
}
.productCustom .thumbnail-container img {
    width: 100%
}
.productCustom .product-title,
#product .productCustom .product-title {
    margin-bottom: 10px!important;
    margin-top: 0!important;
    color: #7a7a7a!important;
    font-size: .875rem!important;
    text-decoration: none!important;
    text-align: center!important;
    font-weight: 400!important;
    font-family: Roboto, sans-serif!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productCustom:hover>.product-thumbnail {
    border: none !important
}
.productCustom:hover>.thumbnail-container .product-description:before {
    height: 100%;
    transition: .2s
}

.pagination .page-list {
    box-shadow: none
}
.pagination .page-list li {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle
}

.pagination .page-list li a:not(.next):not(.previous),
.pagination .page-list li .spacer {
    position: relative;
    float: left;
    line-height: 33px;
    text-decoration: none;
    border: 1px solid #e1e1e1;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 3px;
    font-weight: lighter;
    background-color: #fff;
    transition: .2s;
    color: #000
}
.pagination .page-list li .spacer {
    border: 0;
}

.pagination .current a {
    transition: .2s;
    background-color: #17ADBD !important;
    border-color: #fff !important;
    color: #fff !important
}

.pagination .page-list li a:hover:not(.next):not(.previous) {
    border-radius: 10px;
    transition: .2s
}

.pagination .page-list li a.next,
.pagination .page-list li a.previous {
    line-height: 33px;
    font-weight: lighter;
    margin: 0 5px;
    position: relative
}

.pagination .page-list li a.next:after,
.pagination .page-list li a.previous:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #000;
    transform: scaleX(0);
    transform-origin: right;
    backface-visibility: hidden;
    transition: -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1)
}

.pagination .page-list li a.next:hover:after,
.pagination .page-list li a.previous:hover:after {
    transform-origin: left;
    transform: none
}



.block-categories .category-sub-menu li[data-depth="0"]>a {
    border: 0;
    font-weight: 700;
    line-height: 1.1;
    color: #7a7a7a;
    font-size: .9375rem
}

.block-categories .collapse-icons {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover {
    color: #7a7a7a
}

.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover {
    color: #232323
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
    margin: 0;
    padding: 10px 15px 10px 15px;
    box-sizing: border-box;
    position: relative
}

.block-categories .category-sub-menu li[data-depth="1"] {
    margin: 10px 25px;
    position: relative
}

.block-categories .category-sub-menu li[data-depth="1"] a {
    position: relative;
    padding-left: 22px
}

.block-categories .category-sub-menu li[data-depth="1"] a:before {
    content: "";
    position: absolute;
    width: 15px;
    background: #7a7a7a;
    height: 10px;
    left: 0;
    top: 3px;
    border-top-right-radius: .5vmin;
    border-bottom-right-radius: .5vmin
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) a.category-sub-link:before {
    content: "";
    position: absolute;
    width: 7px;
    background: #7a7a7a;
    height: 7px;
    left: 0;
    border-radius: 50%;
    top: 4px
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) a.category-sub-link {
    padding-left: 12px
}

.block-categories .category-sub-menu li[data-depth="1"] .collapse {
    padding: 0 10px
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before {
    display: none
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) ul li a.category-sub-link:before {
    content: "";
    position: absolute;
    width: 5px;
    background: #7a7a7a;
    height: 3px;
    left: 0;
    top: 7px
}

.block-categories .category-sub-menu li.filtre_produit_354[data-depth="0"]>a:hover {
    background: #e31c79 !important;
    color: #fff !important;
    transition: .2s
}

.block-categories .category-sub-menu li.filtre_produit_355[data-depth="0"]>a:hover {
    background: #00a5b5 !important;
    color: #fff !important;
    transition: .2s
}

.block-categories .category-sub-menu li.filtre_produit_356[data-depth="0"]>a:hover {
    background: #9bd611 !important;
    color: #fff !important;
    transition: .2s
}

.block-categories li[data-depth="0"] a:hover .collapse-icons {
    color: #fff !important
}

.block-categories .filtre_produit_354 li[data-depth="1"] a:hover {
    transition: .2s;
    color: #e31c79 !important
}

.block-categories .filtre_produit_354 li[data-depth="1"] a:hover:before {
    transition: .2s;
    background: #e31c79 !important
}

.block-categories .filtre_produit_355 li[data-depth="1"] a:hover {
    transition: .2s;
    color: #00a5b5 !important
}
.block-categories .filtre_produit_355 li[data-depth="1"] a:hover:before {
    transition: .2s;
    background: #00a5b5 !important
}
.block-categories .filtre_produit_356 li[data-depth="1"] a:hover {
    transition: .2s;
    color: #9bd611 !important
}
.block-categories .filtre_produit_356 li[data-depth="1"] a:hover:before {
    transition: .2s;
    background: #9bd611 !important
}
.block-categories .collapse-icons i.remove {
    background: #7a7a7a;
    border-radius: 50%;
    color: #fff
}
.block-categories .collapse-icons i.remove:hover {
    background: #7a7a7a;
    color: #fff !important
}
.block-categories .collapse-icons i.remove:hover {
    color: #fff !important
}
.category-sub-menu li a:not(.category-sub-link):hover {
    color: #e31c79 !important
}
.block-categories .category-sub-menu .category-sub-link {
    display: flex;
    justify-content: space-between
}
.category-cover img {
    height: 180px
}
#products .page-not-found {
    max-width: 1200px!important;
    width: 90%;
}
.page-not-found h4,
.page-not-found p {
    text-align: center;
}
.page-not-found #search_widget form i {
    padding: 0;
}
@media only screen and (max-width:990px) {
    #category #content-wrapper {
        width: 100% !important
    }
}
@media only screen and (max-width:767px) {
    #category #wrapper {
        min-height: 90vh
    }
    #category #content-wrapper {
        margin-top: 0
    }
    .productCustom .quick-video {
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, .6)
    }
}
@media only screen and (max-width:520px) {
    .productCustom {
        width: 60%
    }
    .productCustom .thumbnail-container {
        padding: 10px
    }
}


.form-control:not(.js-cart-line-product-quantity) {
    border-radius: 3px !important;
    display: block!important;
    padding: 9px 20px!important;
    height: 45px!important;
    font-size: 16px!important;
    line-height: 1.45!important;
    color: #444!important;
    background-color: #fff!important;
    border: 1px solid #e1e1e1!important;
    box-shadow: none!important;
    width: 100%!important;
    transition: .2s
}

.form-control:focus {
    border: 1px solid #888 !important;
    outline: 0 !important;
    transition: .2s;
    background: #fff !important
}

.page-footer .account-link,
.page-footer .text-sm-center a {
    color: #7a7a7a !important;
    position: relative;
    transition: .2s
}

.page-footer .account-link:after,
.page-footer .text-sm-center a:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #383b38;
    transform: scaleX(0);
    transform-origin: right;
    backface-visibility: hidden;
    transition: -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1)
}

.page-footer .account-link:hover:after,
.page-footer .text-sm-center a:hover:after {
    transform-origin: left;
    transform: none
}

.form-control-comment {
    color: #00a5b5;
    font-style: italic
}

/******************************************* PAGE SITE INFOS ****************************************/
/****************************************************************************************************/
/*PAGE INFORMATION */
.page-content .collectionFeature  {
    margin-top: 2vh;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 30px;
    transition: .2s;
    border-radius: 1vmin;
    cursor: pointer;
    -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, .1);
}
.page-content .collectionFeature.rose h3,
.page-content .collectionFeature.rose h3 > a {
    color: #e31c79 !important;
}
.page-content .collectionFeature::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    transition: .2s;
    border-radius: 1vmin;
    z-index: -1;
}
.page-content .collectionFeature.rose::before {
    background: #e31c79;
}
.page-content .collectionFeature span.number {
    bottom: 0;
    color: #000;
    opacity: .02;
    font-size: 200px;
    line-height: 1;
    position: absolute;
    right: 10px;
    transition: .2s;
    height: 100%;
    display: flex;
    align-items: center;
}
.page-content .collectionFeature span.number i {
    opacity: 1;
    font-size: 100px;
}
.collectionHome .collectionFeature:hover::before {
    height: 100%;
    transition: .2s;
}
.collectionHome .collectionFeature:hover > h3,
.collectionHome .collectionFeature:hover > span {
    color: #FFF!important;
    transition: .1s;
}
/*PAGE PLAN DU SITE */
.page-sitemap .sitemap a,
.page-sitemap .sitemap a:visited,
.page-sitemap .sitemap a:focus {
    color: #707070!important;
    transition: .2s;
}
.page-sitemap .sitemap a:hover {
    color: #e31c79!important;
    transition: .2s;
}
a#supplier-page,
a#manufacturer-page,
a#prices-drop-page {
  display: none !important;
}
.cms-id-3 ul {
    font-size: .9375rem;
    font-weight: 400;
    color: #7a7a7a;
    list-style: circle;
}
/***************** MOBILE **************/
@media (max-width: 763px) {
    body {
        width: 100vw;
        overflow-x: hidden;
    }
    .row {
        margin: 0!important;
    }
    #wrapper {
        min-height: initial;
    }
    .title_h1,
    .title_h1 .left {
        width: 100%;
    }
    .title_h1 .right,
    #category #left-column #search_filter_controls {
        display: none;
    }
    #search_filters .one_facet .title.hidden-md-up {
        display: none;
    }
    #category #left-column #search_filters_wrapper {
        margin: 0!important;
    }
    #category .row {
        margin: 0!important;
    }
    #category #left-column #search_filters {
        border: 0;
        width: 100%;
        overflow-y: hidden;
    }
    .contain_sort  {
        margin-top: 10px;
    }
    .contain_sort,
    .contain_sort .products-sort-order {
        width: 100%;
    }
    #search_filters .one_facet .dropdown_facets {
        position: fixed;
        height: fit-content;
        z-index: 999;
        min-width: 60vw;
        max-width: 90vw;
        border-radius: 10px;
        top: 50%;
        left: 50%;
        padding: 20px 30px;
        transform: translate(-50%, -50%);
        margin-top: 0;
    }
    #search_filters .one_facet .dropdown_facets label a {
        font-size: 18px;
    }
    #search_filters .overlay_filters.show {
        background: rgba(0, 0, 0, 0.2);
    }
    #search_filters .one_facet .dropdown_facets li {
        padding: 1px;
    }
    #search_filters .one_facet .title_facets svg {
        display: none;
    }
    .page-cms-13 .item:nth-of-type(7) .text img {
        width: 115px;
    }
    .title_h1.politique-de-confidentialite .left img, .title_h1.politique-de-confidentialite .right, .title_h1.conditions-generales-de-vente .right {
        width: 100%;
    }
    .title_h1.blue .left h1, .title_h1.mentions-legales .left h1, .title_h1.politique-de-confidentialite .left h1, .title_h1.conditions-generales-de-vente .left h1 {
        font-size: 28px!important;
    }
}