/*
Theme Name: Wordpress Elementor
Description: Thème Wordpress Elementor
Author: Net#Tic
Author URI: https://www.net-tic.net
Version: 1.0.0
Text Domain: wordpresselementor
*/


html, body, p {
    padding: 0;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    line-height: 25px;
}

button, a, [type=submit] {
    transition: .3s;
    cursor: pointer;
}

/*
.overall {
    max-width: 1400px;
    margin: auto;
}

@media (max-width: 1500px ) {
    .overall {
        max-width: 970px;
    }
}

@media (max-width: 991px ) {
    .overall {
        max-width: none;
        padding: 0 15px;
    }
}

 */

.grecaptcha-badge {
    display: none;
}

table, .wp-block-table {
    width: 100%;
    min-width: 240px;
    border-collapse: collapse;
}
.elementor-widget-text-editor p, .elementor-widget-text-editor ul {
	margin-bottom: 12px;
}

.woocommerce-ordering,
.woocommerce-MyAccount-navigation-link--downloads {
    display: none!important;
}

.sr-only {
   position: absolute;
   overflow: hidden;
   clip: rect(1px, 1px, 1px, 1px);
   width: 1px;
   height: 1px;
   margin: -1px;
   padding: 0;
   word-wrap: normal !important;
   border: 0;

   clip-path: inset(50%);
}

.nt-alert {
    padding: 10px 29px 10px 15px;
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 0.875rem;
}
.nt-alert strong {
    color: inherit!important;
}

.nt-alert-success {
    background: #edfbf6;
    color: #32d296;
}
.nt-alert-danger {
    background: #fef4f6;
    color: #f0506e;
}
.nt-alert-warning {
    background: #fff6ee;
    color: #faa05a;
}
.nt-alert .progress{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #ddd;
}
.woocommerce-notices-wrapper {
    position: relative;
    overflow: hidden;
}
.woocommerce-notices-wrapper .progress{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #ddd;
}
.woocommerce-notices-wrapper .progress:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #4070f4;
}
.woocommerce-notices-wrapper .woocommerce-message .progress:before{
    background-color: var(--message-message-icon-color,#95ac3c);
}
.woocommerce-notices-wrapper .woocommerce-error .progress:before{
    background-color: var(--error-message-icon-color,#b81c23);
}
.woocommerce-notices-wrapper.active .progress:before{
    animation: progress 5s linear forwards;
}
@keyframes progress {
    100%{
        right: 100%;
    }
}
.single-product .woocommerce-notices-wrapper,
.page-cadencier .woocommerce-notices-wrapper {
    position: fixed;
    box-shadow: 0 0 30px 0 #333;
    top: 150px;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, 0%);
}
.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .woocommerce-info {
    margin-bottom: 0;
    align-items: center;
    font-weight: 400;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    margin: -5px 0 -5px 30px;
}
.woocommerce-notices-wrapper .woocommerce-error::before, .woocommerce-notices-wrapper .woocommerce-info::before, .woocommerce-notices-wrapper .woocommerce-message::before {
    top: 50%;
    left: 1.5em;
    transform: translate(0%, -52%);
}



.nt-form .nt-form-multiline {
    display: flex;
    gap: 12px;
}
.nt-form .nt-form-multiline--big-gap {
    gap: 36px;
}
.nt-form .nt-form-multiline > * {
    flex: 0 1 100%;
}
.nt-form .nt-form-line {
    gap: 12px;
    margin-bottom: 8px;
}
.nt-form .nt-form-line label {
    flex: 0 0 105px;
    font-size: 13px;
    line-height: 28px;
    font-weight: 400;
    text-align: right;
}
.nt-form .nt-form-line .nt-form-field {
    flex: 0 1 100%;
}
.nt-form .nt-form-field input[type=text],
.nt-form .nt-form-field input[type=email],
.nt-form .nt-form-field input[type=tel],
.nt-form .nt-form-field input[type=password],
.nt-form .nt-form-field select,
.nt-form .nt-form-field textarea {
    border: 1px solid #333;
    width: 100%;
    font-family: inherit;
    height: 33px;
    padding: 0 6px;
    box-sizing: border-box;
}
.nt-form .nt-form-field textarea {
    height: 78px;
    padding: 6px;
    resize: vertical;
}
.nt-form .nt-form-line--submit {
    text-align: right;
    margin-top: 12px;
}

.nt-form [type=submit] .loader {
    opacity: 0;
    visibility: hidden;
    width: 0;
    margin-left: 0;
    transition: .3s;
    vertical-align: -5px;
}
.nt-form.loading [type=submit] {
    opacity: 0.5;
}
.nt-form.loading [type=submit] .loader,
.nt-form [type=submit].loading .loader {
    width: 18px;
    opacity: 1;
    visibility: visible;
    margin-left: 12px;
    margin-right: -6px;
}
.nt-form-notes p {
    text-align: left;
    font-size: 12px;
    font-weight: 400;
}


.elementor-swiper .swiper-slide-contents {
    padding: 30px;
    background: rgba(0,0,0,0.75);
}

@media (max-width: 1200px) {
    .e-widget-swiper .swiper-slide-contents {
        max-width: 100%!important;
        padding: 15px;
    }
}

.nt_text_shadow {
    text-shadow: 0px 0px 4px black;
}


.single-product .woocommerce-notices-wrapper{
    position: fixed;
    box-shadow: 0 0 30px 0 #333;
    top: 150px;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, 0%);
}
.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .woocommerce-info {
    margin-bottom: 0;
    align-items: center;
    font-weight: 400;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    margin: -5px 0 -5px 30px;
}
.woocommerce-notices-wrapper .woocommerce-error::before, .woocommerce-notices-wrapper .woocommerce-info::before, .woocommerce-notices-wrapper .woocommerce-message::before {
    top: 50%;
    left: 1.5em;
    transform: translate(0%, -52%);
}




/* WOOCOMMERCE CUSTOMIZATION */
@media (min-width: 550px) {
    .e-checkout__container .woocommerce-billing-fields #billing_postcode_field,
    .e-checkout__container .woocommerce-shipping-fields #shipping_postcode_field,
    .e-checkout__container .woocommerce-billing-fields #billing_phone_field,
    .e-checkout__container .woocommerce-shipping-fields #shipping_phone_field{
        width: 48%;
        float: left;
    }
    .e-checkout__container .woocommerce-billing-fields #billing_city_field,
    .e-checkout__container .woocommerce-shipping-fields #shipping_city_field,
    .e-checkout__container .woocommerce-billing-fields #billing_email_field,
    .e-checkout__container .woocommerce-shipping-fields #shipping_email_field{
        width: 48%;
        float: right;
        clear: revert;
    }
}
.woocommerce div.product p.stock {
    display: none!important;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
    width: 20px;
    height: 20px;
}
.woocommerce a.added_to_cart.wc-forward {
    color: var( --e-global-color-primary );
    display: block;
    text-align: center;
}
.woocommerce a.added_to_cart.wc-forward:after {
    content:"→";
    padding-left: 5px;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    height: 40px;
    width: 100px;
    font-family: inherit;
}
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
    min-width: 0;
    min-height: 0;
    display: block;
    padding: 0;
}
.woocommerce-mini-cart__empty-message:before {
    display: none;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-privacy-policy-text p {
    line-height: 1.4;
    margin-bottom: 10px;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions * {
    font-size: 0.75rem;
    line-height: 1.5;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions p {
    margin-bottom: 10px;
}
.elementor-widget-woocommerce-my-account .woocommerce .login p:nth-child(2),
.elementor-widget-woocommerce-my-account .woocommerce .register p:nth-child(2) {
    font-size: inherit!important;
}
.woocommerce-notice--success {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 30px;
}
.woocommerce-thankyou-order-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 0;
    justify-content: center;
}
.woocommerce-thankyou-order-details:before {
    display: none!important;
}
.woocommerce-thankyou-order-details li {
    padding-right: 20px!important;
    margin-right: 0!important;
}
.woocommerce div.product form.cart .variations select {
    background-color: white;
    height: 40px;
    border: 1px solid var(--e-global-color-primary)!important;
    border-radius: 4px;
    padding: 0 5px;
    font-family: inherit;
}
.woocommerce-variation .woocommerce-variation-price {
    text-align: center;
    margin-bottom: 20px;
}
.woocommerce-variation-add-to-cart,
.elementor-product-simple form.cart {
    display: flex;
    justify-content: center;
}
.woocommerce-variation-add-to-cart div.quantity,
.elementor-product-simple div.quantity {
    margin-right: 0!important;
    height: 100%;
    float: none;
}
.woocommerce-variation-add-to-cart div.quantity input,
.elementor-product-simple div.quantity input {
    height: 42px;
    border: 2px solid #444!important;
    font-family: inherit;
    font-size: 1rem;
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button,
.elementor-product-simple .single_add_to_cart_button {
    height: 42px;
    padding-top: 0!important;
    padding-bottom: 0!important;
}





/* PAGE RECHERCHE */

.listing-search-result .title-2 {
    font-family: var(--e-global-typography-primary-font-family);
}
.listing-search-result {
    margin-bottom: 80px;
}
.listing-search-result .item-search {
    margin-bottom: 20px;
}
.listing-search-result a.item-search {
    background: #EBEBEB;
    color: #361e0f;
    display: flex;
    font-size: 1.25em;
    margin-bottom: 25px;
    text-decoration: none;
    transition: all 500ms;
}
.listing-search-result a.item-search .img-wrapper {
    display: inline-grid;
}
.listing-search-result a.item-search .txt-wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 20px;
    width: calc(100% - 150px);
}
.listing-search-result a.item-search .txt-wrapper span {
    display: block;
    width: 100%;
}
.listing-search-result a.item-search .title{
    display: block;
    font-weight: bold;
    line-height: 1em;
    transition: all 500ms;
}
.listing-search-result a.item-search .txt-wrapper .category {
    font-style: italic;
    margin-bottom: 15px;
}
.listing-search-result a.item-search small {
    font-size: 0.8125em;
}
.listing-search-result a.item-search:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px -15px #666;
}


@media (max-width: 640px) {
    .listing-search-result a.item-search {
        display: block;
    }
    .listing-search-result a.item-search .img-wrapper {
        width: 100%;
    }
    .listing-search-result a.item-search .img-wrapper img {
        width: 100%;
        height: auto;
    }
    .listing-search-result a.item-search .txt-wrapper {
        width: 100%;
    }
}


/* SINGLE JOB */

.main-single-emploi .elementor-column {
    padding: 10px;
}
.nt-single-job__title {
    margin-top: 50px;
    line-height: 1;
    color: #4A4A4A;
    font-size: 3rem!important;
    font-weight: 400;
}
.nt-single-job__header {
    border: 2px solid var(--e-global-color-accent);
    padding: 15px 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.nt-single-job__columns {
    display: flex;
    gap: 48px;
}
.nt-single-job__column-description,
.nt-single-job__column-form {
    flex: 0 1 50%;
}
.nt-single-job__column-form {
    padding: 18px 24px 30px;
    background: #F4F4F4;
}
.nt-single-job__column-form h2 {
    margin-top: 0;
}

@media (max-width: 1024px) {
    .nt-single-job__columns {
        flex-direction: column;
    }
}


/* BREADCRUMB */

.nt-breadcrumb ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.nt-breadcrumb ul li {
    display: inline-block;
}



/*.nt-sticky-button {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*}*/
/*body.admin-bar .nt-sticky-button {*/
/*    top: 32px;*/
/*}*/
/*.nt-sticky-button a {*/
/*    background: var(--e-global-color-primary);*/
/*    color: white;*/
/*    display: flex;*/
/*    font-size: 1.125rem;*/
/*    line-height: 1.125;*/
/*    font-family: inherit;*/
/*    width: 130px;*/
/*    height: 130px;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    gap: 8px;*/
/*    text-decoration: none;*/
/*    border-bottom-left-radius: 40px;*/
/*    text-align: center;*/
/*}*/
/*.nt-sticky-button a svg {*/
/*    fill: white;*/
/*    width: 30px;*/
/*}*/



body .nt-sticky-button {
    border: none;
    bottom: 50px;
    display: flex;
    align-items: end;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    position: fixed;
    right: 50px;
    text-decoration: none;
    top: 54%;
    z-index: 2;
}
body .nt-sticky-button > a {
    background: var( --e-global-color-8aac877 );
    border-radius: 50px;
    display: flex;
    width: 57px;
    height: 57px;
    color: white;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: .3s;
}
body .nt-sticky-button > a:hover,
body .nt-sticky-button > a.active {
    width: 190px;
}
body .nt-sticky-button > a .picto {
    font-size: 30px;
    flex: 0 0 57px;
    text-align: center;
}
.nt-sticky-button a svg {
    fill: white;
    height: 100%;
    width: 30px;
}
.nt-sticky-button a svg path {
    fill: white;
}
body .nt-sticky-button > a .txt {
    display: block;
    min-width: 120px;
}

@media (max-width: 1280px) {

    body .nt-sticky-button {
        right: 10px;
        top: unset;
        bottom: 10px;
    }
}


.nt-listing-infos-traffic .elementor-grid-item,
.nt-listing-news .elementor-grid-item {
    flex-direction: row!important;
    gap: 20px;
    background: #F4F4F4;
    padding: 24px!important;
}

.nt-listing-infos-traffic .elementor-grid-item a,
.nt-listing-news .elementor-grid-item a {
    cursor: default;
}
.nt-listing-infos-traffic .elementor-grid-item .elementor-post__thumbnail img,
.nt-listing-news .elementor-grid-item .elementor-post__thumbnail img {
    height: 100%!important;
    width: 100%!important;
    object-fit: contain;
    background: white;
}

.nt-home-news .elementor-post__thumbnail img {
    aspect-ratio: 1;
    object-fit: contain;
    background: white;
}

@media (max-width: 1260px) and (min-width: 1025px) {
    .nt-main-header > .e-con-inner {
        flex-direction: column!important;
    }
}
/* border-box sur les popins pour éviter les scroll horizontaux */
.plus-canvas-content-wrap .plus-content-editor {
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .nt-main-header .elementor-nav-menu {
        flex-direction: column;
        align-items: center;
        width: 100%;
        background: #F0F0F0;
    }
}
@media (max-width: 767px) {
    .hotspot-content-overlay {
        display: none;
    }
    .nt-absolute-button-hotspot {
        position: static!important;
    }
}

@media (min-width: 1025px) {
    .nt-shop-navigation ul li .nt-shop-navigation-sub-menu > ul > li {
        flex: none!important;
    }
}

.nt-shop-navigation-btn-mobile {
    border: none!important;
}
.nt-shop-navigation-sub-menu-title {
    color: var(--e-global-color-primary)!important;
    font-weight: bold!important;
    font-size: 20px;
}
.nt-shop-navigation-sub-menu-back {
    color: white;
}
.nt-shop-navigation-btn-close {
    color: white;
}
.nt-shop-navigation-sub-menu-back:hover {
    color: var(--e-global-color-primary)!important;
}

.nt-shop-navigation ul li .nt-shop-navigation-sub-menu {
    right: unset!important;
}
.nt-shop-navigation ul li .nt-shop-navigation-sub-menu > ul {
    flex-direction: column!important;
}