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


/***************
****  Reset ****
****************/

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

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:not(:last-child),
.elementor-widget-text-editor ul:not(:last-child) {
	margin-bottom: 12px;
}

.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-primary, .nt-alert-info {
    background: #d8eafc;
    color: #1e87f0;
}
.nt-alert-success {
    background: #edfbf6;
    color: #32d296;
}
.nt-alert-danger, .nt-alert-error {
    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;
}

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

.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;
    }
}


/***********************
****  Fix Elementor ****
************************/

/* Suppression de "Posted on Google" sur le widget d'avis Google */
.tp-review .tp-SR-logotext .tp-newline {
    display: none;
}
/* border-box sur les popins pour éviter les scroll horizontaux */
.plus-canvas-content-wrap .plus-content-editor {
    box-sizing: border-box;
}
/* Aligne les étapes du widget process-steps en version horizontale */
.tp-process-steps-widget.style_2 {
    align-items: start;
}


/********************
****  Breadcrumb ****
*********************/

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



/*******************
****  Admin bar ****
********************/

@media (max-width: 1200px) {
    html[lang] {
        margin-top: 0!important;
    }
    #wpadminbar {
        display: none!important;
    }
}


/********************************
****  Formulaires génériques ****
*********************************/

.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;
}



/***********************************
****  Customization woocommerce ****
************************************/

@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;
}
.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-ordering,
.woocommerce-MyAccount-navigation-link--downloads {
    display: none!important;
}
.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;
}

.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%);
}



/************************
******  Animations ******
*************************/

@keyframes fadein {
    0% {
        opacity: 0;
        display: none;
    }
    100% {
        opacity: 1;
        display: block;
    }
}
@keyframes fadeout {
    0% {
        opacity: 1;
        display: block;
    }
    100% {
        opacity: 0;
        display: none;
    }
}
@keyframes progress {
    100%{
        right: 100%;
    }
}

@keyframes ondulate {
    0% {
        opacity: .8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}




/************************
****  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-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.listing-search-result-categories .listing-search-result-categories-item {
    background: white;
    box-shadow: 0 0 10px 0 #DEDEDE;
    color: var( --e-global-color-secondary );
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px;
    font-size: 1rem;
    font-weight: 300;
    height: 70px;
    width: calc(25% - 14px);
    text-decoration: none;
    transition: .3s;
}
.listing-search-result-categories .listing-search-result-categories-item:hover,
.listing-search-result-categories .listing-search-result-categories-item:focus {
    background: var( --e-global-color-primary );
    color: white;
}
.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;
    }
}




/********************
****  Quick menu ****
*********************/

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( --main-color );
    border-radius: 50px;
    display: flex;
    width: 57px;
    height: 57px;
    color: var( --text-color );
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: .3s;
}
body .nt-sticky-button > a:hover,
body .nt-sticky-button > a.active {
    width: 200px;
}
body .nt-sticky-button > a .picto {
    font-size: 30px;
    flex: 0 0 57px;
    text-align: center;
}
body .nt-sticky-button > a .picto img {
    height: 30px;
    width: 30px;
}
body .nt-sticky-button > a .picto svg {
    height: 30px;
    width: 30px;
}
body .nt-sticky-button > a .picto svg path {
    fill: var( --text-color );
}
body .nt-sticky-button > a .txt {
    display: block;
    min-width: 120px;
    font-size: 1rem;
}

@media (max-width: 1280px) {

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

/************************
****  Pickup chooser ****
*************************/

.nt-pickup-datetime-chooser {
    margin: 15px 0;
    position: relative;
}
.nt-pickup-datetime-chooser__popup {
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    width: 582px;
    max-width: calc(100vw - 20px);
    background: white;
    filter: drop-shadow(0 0 10px #DEDEDE);
    padding: 16px 24px;
    z-index: 1;
}
.nt-pickup-datetime-chooser__popup:not(.open):not(.close) {
    display: none;
    opacity: 0;
}
.nt-pickup-datetime-chooser__btn-open {
    padding: 7px 15px!important;
    font-size: 1rem!important;
}
.nt-pickup-datetime-chooser__popup.close {
    -webkit-animation: fadeout 0.3s ease forwards;
    animation: fadeout 0.3s ease forwards;
}
.nt-pickup-datetime-chooser__popup.open {
    -webkit-animation: fadein 0.3s ease forwards;
    animation: fadein 0.3s ease forwards;
}
.nt-pickup-datetime-chooser__popup:before {
    content:"";
    display : inline-block;
    height : 0;
    width : 0;
    border-right : 10px solid transparent;
    border-bottom : 10px solid white;
    border-left : 10px solid transparent;

    position: absolute;
    top: -10px;
    left: 40px;
}
.nt-pickup-datetime-chooser__popup-inner {
    display: flex;
    gap: 24px;
}
.nt-pickup-datetime-chooser__date,
.nt-pickup-datetime-chooser__time {
    flex: 0 1 50%;
}
.nt-pickup-datetime-chooser .flatpickr-monthDropdown-months {
    padding: 5px!important;
}
.nt-pickup-datetime-chooser__date-input,
.nt-pickup-datetime-chooser__time-input {
    border: none;
    outline: none;
    font-family: inherit;
    font-size: 1.25rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.nt-pickup-datetime-chooser__time-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.nt-pickup-datetime-chooser__time-slot {
    padding: 2px 5px;
    border-radius: 0 10px!important;
    font-size: .875rem!important;
    color: white;
}
.nt-pickup-datetime-chooser__time-slot:not(.open):not(.close) {
    display: none;
}
.nt-pickup-datetime-chooser__time-slot.close {
    -webkit-animation: fadeout 0.3s ease forwards;
    animation: fadeout 0.3s ease forwards;
}
.nt-pickup-datetime-chooser__time-slot.open {
    -webkit-animation: fadein 0.3s ease forwards;
    animation: fadein 0.3s ease forwards;
}