/**
* 2007-2022 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2022 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.decreaseQty, .increaseQty {
    padding: 0 5px;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: column;
    border: 1px solid #eee;
    height: 28px;
    display: flex;
    cursor: pointer;
}
.product-with-same-grouping-code-quantity {
    text-align: center;
    border: 1px solid #d8d8d8;
    color: #1ba8e4;
    border-radius: 3px;
}

.ag-modal-add-to-cart, .ag-modal-add-product-customization {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    outline: 0;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ag-modal-add-to-cart #ag-modal-add-to-cart-container,.ag-modal-add-product-customization #ag-modal-add-product-customization-container {
    position: relative;
    width: 1140px;
    height: auto;
    max-width: 90%;
    padding: 0 0px 47px 0;
    background: #FFFFFF;
}

.ag-modal-add-to-cart-header,.ag-modal-add-product-customization-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 18px 11px 0px;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    text-align: right;
}
p.trans {
    display: flex;
    justify-content: space-between;
    color: #193c6c;
}
.d-flex-between{
display: flex;
justify-content: space-between;
}
.ag-cart-details {
    padding-left: 50px;
}
.ag-modal-add-to-cart-header .close{
    margin-left: 10px;
}
p.product-total .label { font-weight:500; color: #193c6c;}
p.product-total span.value {   color: #193c6c; font-weight: bold;}

p.product-total {
    display: flex;
    justify-content: space-between;
    background: #f7f7f7;
    padding: 10px 0;
    color: #193c6c;
}
.footer-close{
justify-content: space-around;
display: flex;}
p.trans span { font-weight: 500;}
p.trans span.shipping.value { font-weight: bold;}
p.cart-products-count {
    font-size: 0.938rem;
    font-weight: 600;
    color: #193c6c;
}
.ag-updated-product-on-cart span {
    font-size: 0.9rem;
    color: #193c6c;
}
.product-name {
    font-size: 1.125rem;
    color: #193c6c;
    text-transform: uppercase;
}
.divide-right {
    border-right: 1px solid #dbdbdb;
}
.product-customization .file-input{
    height: 2rem;
}
.ag-modal-add-to-cart-content,.ag-modal-add-product-customization-content { margin-top: 30px; }
.ag-modal-add-product-customization-content { padding: 0 30px; }

.ag-modal-add-to-cart-footer,.ag-modal-add-product-customization-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
}
h4#myModalLabel {
    font-size: 1.125rem;
    font-weight: 900;
    color: #193c6c;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.modal-out-of-stock{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    outline: 0;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
}
#ag-stockalert-add {
    width: 750px;
    height: auto;
    max-width: 90%;
    background: #f7f5f4;
}
#alert-from-product-page .modal-title {
    font-size: 2rem;
    line-height: 4.375rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    font-weight: 600;
    color: #2B2B2B;
}
.modal-out-of-stock .tabs{
    padding: 1rem 1rem;
}
.stockalert-add-content {
    padding: 20px;
}
.w15{
    width:15%;
}

.close:hover {
    background: #cbcbcb!important;
    border-radius: 50px!important;
}

.ag-reset-dimension svg {
    margin-right: 10px;
}

.ag-reset-dimension {
    padding: 3px 10px 7px 0px;
    border-radius: 50px;
    background: transparent;
    border: 0px solid #3a5881;
    color: #1ba8e4;
    display: flex;
    align-items: center;
    text-decoration: underline;
    align-content: center;
    font-size: 15px;
    font-weight: 600;
    justify-content: space-between;
}
.ag-add-product-customization svg{
    padding: 4px;
    width: 46px;
    height: 46px;
    border-radius: 50px;

}
a.ag-add-product-customization {
    cursor: pointer;
}
.product-customization .product-message {
    width: 100%;
    height: 2.8rem;
    padding: 0.7rem 0 0 1rem;
    resize: none;
    background: #f6f6f6;
    border: none;
    border-radius: 50px;
}
.product-customization .custom-file {
    position: relative;
    display: block;
    width: 100%;
    height: 2.8rem;
    padding-left: 0.2rem;
    margin-top: 1.75rem;
    line-height: 2.625rem;
    color: #7a7a7a;
    text-indent: 0.625rem;
    background: #f6f6f6;
    border-radius: 50px;
}
.product-customization .custom-file button {

  top: inherit;

}
button { cursor: pointer; }

button[disabled] { cursor: not-allowed; }

.ag-add-product-customization .personlize-valider svg path{
    fill: #4cbb6c !important;
}
.ag-add-product-customization svg path{
    fill: #6ac6ed !important;
}

.product-quantity { position: relative}
.loading-product-bloc-content, .loading-in-modal-saving-product-customization {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9;
    background: url(../img/loading_product_bloc_content.svg) no-repeat #00000026 center center / contain
}




.ag-header-sticky ul.elementor-nav-menu{
    flex-wrap: initial !important;
}

.ag-header-sticky li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children{width: 12rem;}

.ag-header-sticky li.menu-item.menu-item-type-post_type.menu-item-object-page{
    text-align: center !important;
    width: auto;
    display: flex;
    justify-content: center;
}
#solignac-footer-menu li.menu-item.menu-item-type-post_type.menu-item-object-page{
    text-align: left !important;

    justify-content: start;
}
.ag-header-sticky li.menu-item.menu-item-type-post_type.menu-item-object-page a{flex-grow: inherit !important; }
.ag-header-sticky ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
    text-shadow: none;
    border-left: 0px solid transparent !important;
    padding: 0 10px !important;
}

.ag-header-sticky .elementor-nav-menu--layout-horizontal .elementor-nav-menu{
    flex-wrap: inherit;
}



.eicon-menu-bar::before{content: ' ';
    background: url("/app/uploads/2021/09/burger-on.svg");
    background-position-x: 0%;
    background-position-y: 0%;
    width: 60px;
    height: 50px;
    display: block;
    background-position: center;}
.elementor-menu-toggle.elementor-active i::before{content: ' ';
    background: url("/app/uploads/2021/09/burger-off.svg");
    background-position-x: 0%;
    background-position-y: 0%;
    width: 59px;
    height: 50px;
    display: block;
    background-position: center;}
.eicon-menu-bar::focus{outline:none;}

.elementor-nav-menu--main a.elementor-item:hover,
.elementor-nav-menu--main a.elementor-item.elementor-item-active{
    background: url('/app/uploads/2022/02/forme-souris.svg') 100% 50% no-repeat;
    background-position: 94% 64%;
}

.elementor-42 .elementor-element.elementor-element-202c1625 .elementor-nav-menu--main .elementor-item.elementor-item-active {
    background: url('/app/uploads/2022/02/forme-souris.svg') 100% 50% no-repeat;
    background-position: 94% 64%;
}

.elementor-42 .elementor-element.elementor-element-202c1625 .elementor-nav-menu--main .elementor-nav-menu--dropdown  {
    box-shadow: none;
}

.elementor-42 .elementor-element.elementor-element-202c1625 .elementor-nav-menu--dropdown {
    background-color: white;
    text-align: center;
}

.elementor-nav-menu--main .elementor-nav-menu a{
    padding: 13px 23px;
}

.elementor-sub-item {
    padding: 2px 0px !important;


}

.has-submenu{
    flex-direction: column;
}
.elementor-nav-menu .sub-arrow {
    padding: 0 !important;
    margin-top: -1px!important;
    margin-bottom: -21px!important;

}

.elementor-nav-menu--main .elementor-nav-menu a, .elementor-nav-menu--main .elementor-nav-menu a:hover, .elementor-nav-menu--main .elementor-nav-menu a:focus, .elementor-nav-menu--main .elementor-nav-menu a.highlighted {
    padding: 13px 35px;

}


.fa-caret-down::before {
    content: "" !important;
    display: block;
    height: 16px;
    width: 38px;
}

.has-submenu:hover{
    background: none !important;
}
.elementor-item-active :hover{
    background: none !important;
}

.elementor-item {
    padding: 13px 35px !important;
}


.highlighted .sub-arrow{
    display: none !important;
}

.highlighted{

}

.elementor-nav-menu li {
    border-width: 0;
    text-align: center !important;
}
ul.elementor-nav-menu li.menu-item:nth-child(2) ul.sub-menu{
    background-image: none !important;
    margin-left: 7px !important;
}
ul.elementor-nav-menu li.menu-item:nth-child(3) ul.sub-menu{
    background-image: none !important;
    margin-left: -8px !important;
}



/*.elementor-sub-item.elementor-item-active {*/
/*    background: url('/app/uploads/2022/02/forme-souris.svg') 100% 50% no-repeat;*/
/*  background-color: rgba(0, 0, 0, 0);*/
/*;*/
/*background-position: 100% 64%;*/

/*}*/
/*.elementor-sub-item.elementor-item-active:hover {*/
/*    background: url('/app/uploads/2022/02/forme-souris.svg') 100% 50% no-repeat;*/
/*  background-color: rgba(0, 0, 0, 0);*/
/*;*/
/*background-position: 100% 64%;*/

/*}*/
/*.elementor-sub-item.elementor-item-active:active {*/
/*   background: url('/app/uploads/2022/02/forme-souris.svg') 100% 50% no-repeat;*/
/*  background-color: rgba(0, 0, 0, 0);*/
/* ;*/
/*background-position: 100% 64%;*/
/*width: 11.9rem;*/
/*}*/



ul.elementor-nav-menu li.menu-item:nth-child(3) a.elementor-item-active {
    background: none !important;
}


ul.elementor-nav-menu li.menu-item-has-children ul.sub-menu li.current_page_item a.elementor-item-active:after{
    content: "";
    background: url('/app/uploads/2022/02/forme-souris.svg') 100% 50% no-repeat !important;
    background-color: rgba(0, 0, 0, 0);
    background-position: 100% 64%;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 2px;
}


ul.elementor-nav-menu li.menu-item-has-children ul.sub-menu li.current_page_item a.elementor-item-active{
    display: flex;
}

a.elementor-animation-sink{
    position: relative;
    color: #404040;
}

a.elementor-animation-sink:hover{
    color: #404040;
    transform: none;
}

a.elementor-animation-sink:hover .elementor-button-content-wrapper .elementor-button-text{
    color: #404040;
}

a.elementor-animation-sink .elementor-button-content-wrapper{
    z-index: 10 !important;
}

a.elementor-animation-sink .elementor-button-content-wrapper .elementor-button-text{
    z-index: 10 !important;
}

a.elementor-animation-sink .elementor-button-content-wrapper .elementor-button-icon{
    transition: .2s all;
}

a.elementor-animation-sink:hover .elementor-button-content-wrapper .elementor-button-icon{
    transform: translateX(8px);
}

a.elementor-animation-sink:before{
    position: absolute;
    content:'';
    width: 0px;
    height: 5px;
    background-color: #CBC2E3;
    left: 0;
    bottom: 14px;
    transition:width .2s;
    z-index: 1;
}
a.elementor-animation-sink:hover:before{
    width: 82%;
}

.elementor-animation-sink  .fa-angle-right::before {
    content: "" !important;
    display: block;
    background: url(/app/uploads/2022/02/btn-fleche.svg);
    width: 10px;
    height: 15px;

}

.elementor-button-content-wrapper {
    align-items: center;
}


@media only screen and (max-width: 768px) {
    .elementor-nav-menu li {

        display: block !important;
        width:auto !important;

    }

    li.menu-item.menu-item-type-post_type.menu-item-object-page {
        text-align: center !important;
        width: inherit;}

    .elementor-42 .elementor-element.elementor-element-202c1625 .elementor-nav-menu--dropdown {
        padding: 0rem;
    }


    .elementor-nav-menu--dropdown {
        background-color: white !important;
    }


    .elementor-item {
        padding: 20px 35px !important;
    }

    .elementor-sub-item {
        padding: 10px 0px !important;
    }

}
@media (min-width: 1024px) and (max-width: 1366px){
    li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children {
        width: auto !important;
    }

    li.menu-item.menu-item-type-post_type.menu-item-object-page {
        text-align: center !important;
        width: auto !important;}
}

@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-42 .elementor-element.elementor-element-202c1625 .elementor-nav-menu--dropdown .elementor-item, .elementor-42 .elementor-element.elementor-element-202c1625 .elementor-nav-menu--dropdown .elementor-sub-item {

        font-size: 11px;}
    .elementor-item {
        padding: 20px 11px !important;
    }

    .elementor-42 .elementor-element.elementor-element-35ec52e4 {
        width: 77% !important;
    }
    .elementor-42 .elementor-element.elementor-element-7c70d5b0 {
        width: 2% !important;
    }
}

.ag-modal-add-product-customization-header .close { float: unset; }

/*.tr-first-attribute {border-top: 1px solid #dfdfdf;}*/
.tr-last-attribute {border-bottom: 1px solid #dfdfdf;}
.tr-open td:first-child { padding-left: 15px; }

.show-declinaisons {
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.ag-product-with-attributes {
    font-weight: bold;
    text-align: left;
}
td.ag-personalize .product-perso {
    display: block;
}
table.product-bloc tr td:last-child {width: 20px;}

td.ag-personalize .product-perso {display: inline-flex;}
td.ag-personalize {width: 45px;}