/*
Theme Name: Thurso Hockey
Description: Inside Web boutique - thème
Version: 2.0.0
Author: Inside Web
Author URI: https://www.insideweb.be
*/

:root {
    --white: #ffffff;
    --black: #000000;
    --primary: #000000;
    --secondary: #2F3653;
    --transparent: #2f365300;
    --green: #3EB1C8;
    --fig: "figtree", sans-serif;
    --lato: "lato", sans-serif;
    --bleuOpac: #dcf1f5;
}

body{
    font-family: var(--lato);	
    font-weight:500;
    margin: 0;
    overflow-y: scroll;
    font-size: 15px;
    color:var(--primary);
}

input, button, select{
    outline: none;
}

a{
    text-decoration: none;
    color: var(--primary);
}

img {
    width: 100%;
}

p:last-child {
    margin-bottom: 0;
}

button, .button{
    background: var(--secondary);
    border: 1px solid var(--secondary);
}

.btn-close{
    padding: 8px 20px;
}

.btn-close:hover{
    border: none;
}

button:hover, .button:hover{
    border: 1px solid var(--secondary);
    color: var(--secondary);
}

.hide{
    display: none;
}

.btnSite, .btnContact{
    border: 1px solid var(--primary);
    color: var(--primary);
    background-color: var(--white);
    padding: 5px 20px;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
}

.btnSite:hover{
    background-color: var(--primary);
    color: var(--white);
}

.btnContact{
    background-color: var(--black);
    color: var(--white);
}

.btnContact:hover{
    color: var(--black);
    background-color: var(--transparent);
}

/* HEADER */

header .navbar-brand img, .navbar-brand img{
    transition: all 0.3s ease-in-out;
}

.offcanvas{
    z-index: 9998;
}

.offcanvas-footer{
    display: flex;
    align-items: center;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.navbar{
    padding-top: 20px;
    padding-bottom: 13px;
}

.nav-link{
    font-family: var(--lato);
    font-size: 12px;
    text-transform: uppercase;
    color: var(--white) !important;
}

.nav-link:hover{
    color: var(--green);
}

.navbar-nav{
    display: flex;
    align-items: center;
    flex-direction: row;
}

.navbar-nav li{
    margin-left: 10px;
    margin-right: 10px;
}


.logoBlack{
    display: none;
}

.fixed-top.active{
    background-color: var(--white);
}

.nav-link.active{
    color: var(--black) !important;
}

.nav-link.active::before {
    background-color: var(--black);
}

header.active .navbar-brand img{
    max-width: 92px;
}

.w-150{
    width: 150px;
}

.burger{
    display: flex;
    align-items: center;
    outline: none;
    height: 30px;
    width: 43px;
    border: 0;
    padding: 0px;
    background: var(--transparent);
    transition: all 250ms ease-out;
    cursor: pointer;
    z-index: 9999;
}

.burger:focus, .burger:hover{
    box-shadow: none;
    border: none;
}

.ligne{
    content: '';
    width: 43px;
    height: 2px;
    position: absolute;
    transition: all 250ms ease-out;
    will-change: transform;
}

.ligne-gauche{
    background-color: var(--white);
    transform: translateY(9px);
}

.ligne-center{
    background-color: var(--white);
    transform: translateY(0px);
}

.ligne-droite{
    background-color: var(--white);
    transform: translateY(-9px);
}

.ligne-gauche.active{
    transform: translateY(0) rotate(45deg);
    background-color: var(--black);
}

.ligne-center.active{
    opacity: 0;
    background-color: var(--black);
}

.ligne-droite.active{
    transform: translateY(0) rotate(-45deg);
    background-color: var(--black);
}

.ligne-gauche.active2{
    background-color: var(--black);
}

.ligne-center.active2{
    background-color: var(--black);
}

.ligne-droite.active2{
    background-color: var(--black);
}

.headerWhite .ligne-gauche.active2{
    background-color: var(--white);
}

.headerWhite .ligne-center.active2{
    background-color: var(--white);
}

.headerWhite .ligne-droite.active2{
    background-color: var(--white);
}

.headerWhite .ligne-gauche.active3{
    background-color: var(--black);
}

.headerWhite .ligne-center.active3{
    background-color: var(--black);
}

.headerWhite .ligne-droite.active3{
    background-color: var(--black);
}

/* FIN HEADER */

/* FOOTER */

footer{
    padding: 25px;
}

.divLienFooter{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.divLienFooter a, .titreGreen{
    color: var(--white);
    display: block;
    font-family: var(--lato);
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--white);
    transition: all 0.3s ease-in-out;
}

.titreGreen{
    margin-bottom: 5px;
}

.divLienFooter a:hover{
    color: var(--green);
}

.footer{
    padding: 85px 85px 20px 85px;
}

.paraFooter{
    font-family: var(--lato);
    font-weight: 500;
    font-size: 12px;
    color: var(--white);
}

.inputNewsletter{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inputNewsletter input{
    width: 75%;
    border: 1px solid var(--white);
    background-color: var(--transparent);
    color: var(--white);
    padding: 11px 25px;
}

.textFooterFollow{
    font-family: var(--lato);
    font-weight: 900;
    font-size: 20px;
    color: var(--white);
    margin-bottom: 0;
}

.conditionsPara a, .conditionsPara span{
    font-family: var(--lato);
    font-weight: 500;
    font-size: 12px;
    color: var(--white);
    transition: all 0.3s ease-in-out;
}

.conditionsPara a:hover{
    color: var(--green);   
}

.copyright, .copyright a{
    font-family: var(--lato);
    font-weight: 500;
    font-size: 12px;
    color: var(--white);
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.copyright a:hover{
    color: var(--green);
}

/* FIN FOOTER */

/* CONTACT */

/* FIN CONTACT */

/* PAGE 404 */

#page404{
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-self: center;
}

/* FIN PAGE 404 */

/* WOOCOMMERCE */

.woocommerce-account .woocommerce-MyAccount-navigation{
    padding: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul{
    list-style: none;
    padding-left: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li{
    font-size: 21px;
    color: var(--secondary);
    line-height: 30px;
    border-bottom: 1px solid var(--black);
    padding: 10px 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    transition: all 0.3s ease-in-out;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{
    color: var(--primary);
}

.woocommerce-account .woocommerce-MyAccount-content{
    padding: 20px;
}

.woocommerce .button, .woocommerce-account .addresses .title .edit, .btn-validation-edit-account{
    background-color: var(--white) !important;
    border: 1px solid var(--primary) !important;
    padding: 10px 20px !important;
    color: var(--primary) !important;
    font-size: 17px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease-in-out;
    border-radius: 0 !important;
}

.woocommerce .button:hover, .woocommerce-account .addresses .title .edit:hover, .btn-validation-edit-account:hover{
    background-color: var(--primary) !important;
    color: var(--white) !important;
}

#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{
    min-width: max-content;
}

.logoWhiteHeader{
    width: 92px;
    display: block;
}

.woocommerce-Address-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-Address-title .flex-adress{
    width: 100%;
}

address{
    border: 1px solid var(--primary);
    padding: 2%;
    margin: 2% 0;
}

legend{
    margin-top: 20px;
}

.woocommerce table.shop_table th{
    color: var(--black);
}

.woocommerce-checkout .col-1, .woocommerce-checkout .col-2, .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
    width: 100% !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-checkout .wc_payment_methods, .woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table, .woocommerce-order-details .woocommerce-table{
    width: 100%;
    padding: 20px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
}

.lienPanier{
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--white);
}

.lienPanier.active{
    color: var(--black);
}

.firstImage{
    aspect-ratio: 1;
    object-fit: cover;
}

/* ACCORDION */

/* accordion-style-one */
.single-accordion{
    margin-top: 30px;
}
.accordion-style-one .accordion .card {
    margin-top: 8px;
    border: 1px solid var(--gray-4) !important;
    border-radius: 4px;
  }
  .accordion-style-one .accordion .card .card-header {
    padding: 0;
    background: none;
  }
  .accordion-style-one .accordion .card .card-header a {
    display: block;
    font-family: var(--lato);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    color: var(--primary);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-bottom: 1px solid var(--primary);
    margin: -1px;
    padding: 13px 0px;
    z-index: 5;
  }
  .accordion-style-one .accordion .card .card-header a::before {
    position: absolute;
    content: "\f175"; /* fa-chevron-down (solid) */
    font-family: "Font Awesome 5 Pro"; /* ou 6 selon ta version */
    right: 0px;
    top: 14px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .accordion-style-one .accordion .card .card-header a.collapsed {
    color: var(--black);
    border-color: var(--gray-4);
  }
  .accordion-style-one .accordion .card .card-header a.collapsed::before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  .accordion-style-one .accordion .card .card-body {
    padding: 16px;
  }
  .accordion-style-one .accordion .card .card-body .text {
    color: var(--dark-3);
  }

.productInCart ul{
    padding: 0;
}

.liCartSlider{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 20px 0;
    border-bottom: 1px solid #767676;
    padding-bottom: 20px;
}

.liCartSlider img{
    width: 100px;
    aspect-ratio: 1;
    border: 1px solid var(--black);
}
/* FIN ACCORDION */

/* FIN WOOCOMMERCE */

.mb-30{
    margin-bottom: 30px;
}

.mb-40{
    margin-bottom: 40px;
}

.mb-60{
    margin-bottom: 60px;
}

.mt-65{
    margin-top: 65px;
}

.mb-80{
    margin-bottom: 80px;
}

.space{
    margin-bottom: 85px;
    margin-top: 85px;
}

.color-white{
    color: var(--white);
}

/* FRONT PAGE */

.containerAbsolute{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -10%);
}

.containerAbsoluteCenter{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.imgHeader{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.padding-0{
    padding: 0;
}

.single-product .quantity button{
    background-color: var(--black);
    color: var(--white);
    width: 40px;
    aspect-ratio: 1;
    padding: 0;
    font-size: 20px;
}

.single-product .quantity button:hover{
    color: var(--black);
    background-color: var(--white);
}

.woocommerce .quantity .qty{
    width: 40px;
    border: 0;
}

.variations{
    margin-bottom: 29px;
    margin-top: 25px;
}

.lienSite, .lienSiteBlack, #valueProduct, #valueProductVariation{
    font-family: var(--lato);
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--white);
    border: 1px solid var(--white);
    padding: 11px 50px;
    transition: all 0.3s ease-in-out;
    display: block;
    max-width: max-content;
}

.lienSite:hover{
    background-color: var(--white);
    color: var(--black);
}

.lienSiteBlack, #valueProduct, #valueProductVariation{
    color: var(--black);
    border: 1px solid var(--black);
}

.lienSiteBlack:hover, #valueProduct:hover, #valueProductVariation:hover{
    color: var(--white);
    background-color: var(--black);
}

#valueProduct, #valueProductVariation{
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 20px !important;
    color: var(--black) !important;
    padding: 11px 50px !important;
    border: 1px solid var(--black) !important;
    background-color: var(--white) !important;
    border-radius: 0 !important;
}

.paddingMinOff{
    padding: 5px 30px;
}

.h1Header{
    font-family: var(--lato);
    font-weight: 400;
    font-size: 45px;
    letter-spacing: 2.25px;
    line-height: 45px;
    color: var(--white);
    text-transform: uppercase;
}

.flexFollow{
    display: flex;
    align-items: center;
    transform: rotate(-90deg);
    max-width: max-content;
    position: absolute;
    bottom: 10%;
    left: 90%;
}

.pFollow{
    font-family: var(--fig);
    font-weight: 700;
    font-size: 20px;
    color: var(--white);
    line-height: 31px;
}

.btnInsta, .lienReseau{
    background-color: var(--white);
    border-radius: 50%;
    border: 1px solid var(--white);
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}


.btnInsta i, .lienReseau i{
    font-size: 17px;
}

.btnInsta:hover, .lienReseau:hover{
    background-color: var(--transparent);
    color: var(--white);
}

.h2-titre{
    font-family: var(--lato);
    font-weight: 900;
    font-size: 45px;
    line-height: 45px;
    text-transform: uppercase;
}

#sib-container{
    padding: 0 !important;
  }
  .sib-form-block, .sib-form{
    padding: 0 !important;
  }

.imgStick{
    aspect-ratio: 16/18;
    width: 100%;
    object-fit: contain;
}

.h3-produit{
    font-family: var(--lato);
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
    color: var(--black);
    margin-bottom: 5px;
    margin-top: 10px;
}

.h4-produit, .h5-produit, .variationStick, .titreStick, .quantiteStick{
    font-family: var(--lato);
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    /* text-transform: uppercase; */
    color: var(--black);
    margin-bottom: 10px;
}

.borderLeftBoutique{
    border-left: 1px solid var(--black);
    margin-bottom: 40px;
}

.lienProduct{
    width: 100%;
    height: 100%;
    display: block;
}

.divDetails{
    background-color: var(--black);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.productDetails{
    font-family: var(--lato);
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--white);
    text-align: center;
}

.bg-black{
    background-color: var(--black);
}

.imgLogoNation{
    max-width: 250px;
}

.lienCarre{
    aspect-ratio: 1;
    object-fit: cover;
}

.row-special{
    --bs-gutter-x: 58px;
    --bs-gutter-y: 58px;
}

.p-site-white{
    font-family: var(--fig);
    font-weight: 600;
    font-size: 15px;
    color: var(--white);
}

.imgEnfant{
    filter: brightness(0.5);
    min-height: 300px;
    object-fit: cover;
    max-height: 500px;
}

.logo-footer{
    max-width: 112px;
}

.pGreen{
    margin-top: 20px;
    margin-bottom: 0;
    font-family: var(--lato);
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: var(--green);
    text-transform: uppercase;
}

.h5Joueur{
    font-family: var(--lato);
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--black);
}

.pJoueur{
    font-family: var(--lato);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.38px;
    color: var(--black);
    line-height: 25px;
}

/* FIN FRONT PAGE */

/* ARCHIVE PRODUCT */

.cover-boutique{
    margin-top: 150px !important;
}

.headerWhite{
    background-image: url(https://www.thurso-hockey.com/layout/uploads/2025/04/Home-1@2x-scaled.jpg);
    background-size: cover;
}

.absoluteImageLogo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.titreFilter{
    padding: 5px 0;
    font-family: var(--lato);
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--primary);
}

.nav-link , .btnFilter{
    display: inline-block;
    padding: 5px 0;
    position: relative;
    transition: all 0.3s ease-in-out;
}
  
.nav-link:before , .btnFilter::before{
    content: "";
    background-color: var(--white);
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
}
  
.nav-link:hover::before , .btnFilter:hover::before{
    width: 100%;
}

.btnFilter::before{
    background-color: var(--black);
}
  

.headerWhite .nav-link{
    color: var(--white) !important;
}

.headerWhite .nav-link::before{
    background-color: var(--white) !important;
}

.headerWhite .lienPanier{
    color: var(--white) !important;
}

.firstSection, .site-main{
    margin-top: 140px;
}

.btnFilter, .btnFilter i{
    padding: 0;
    background-color: var(--transparent);
    font-family: var(--lato);
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--primary);
    border: none;
}

.btnFilter:hover{
    border: none;
}

.btnFilter i{
    margin-left: 10px;
}

.divContactAdresse, .divContactAdresse2{
    margin-bottom: 40px;
    margin-top: 25px;
}

.divContactAdresse h3, .divContactAdresse2 h3, .title-hero{
    font-family: var(--lato);
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 15px;
    color: var(--black);
    margin-bottom: 0;
}

.divContactAdresse a, .divContactAdresse2 a{
    font-family: var(--lato);
    font-weight: 500;
    font-size: 12px;
    color: var(--black);
    line-height: 18px;
    display: block;
    max-width: 150px;
}

.divContactAdresse a:last-child, .divContactAdresse2 a:last-child{
    font-weight: 900;
}

.divContactAdresse2{
    width: 50%;
}

.h2TitreContact{
    font-family: var(--lato);
    font-weight: 900;
    font-size: 25px;
    text-transform: uppercase;
    color: var(--black);
}

/* FIN ARCVHIVE PRODUCT */

.imgSingleProduct{
    aspect-ratio: 16/18;
    object-fit: contain;
    max-width: 473px;
}

.h2Single, .single-product .product_title{
    font-family: var(--lato);
    font-weight: 400;
    font-size: 35px;
    letter-spacing: 1.75px;
    line-height: 35px;
    text-transform: uppercase;
    color: var(--black);
}

.h3Single, .single-product .price{
    font-family: var(--lato);
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 20px;
    letter-spacing: 0;
}

.h4Single, .single-product label{
    font-family: var(--lato);
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--black);
    margin-right: 10px;
    margin-bottom: 0;
    min-width: 100px;
}

.pSingle, .single-product .woocommerce-product-details__short-description p{
    font-family: var(--lato);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.38px;
    line-height: 25px;
    color: var(--black);
}

.flexSingleVariation{
    display: flex;
    align-items: center;
    justify-content: start;
}

.selectSize, .single-product select{
    background-color: var(--transparent);
    border: 1px solid var(--black);
    padding: 8px 15px;
    appearance: none;
    width: calc(100% + 40.5px);
    font-family: var(--lato);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.38px;
}

.single-product select:hover{
    background-color: var(--black);
    color: var(--white);
}

td.value {
    position: relative;
  }
  
td.value::after {
    content: "\f175"; /* Font Awesome: chevron-down */
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    position: absolute;
    right: -40.5px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    width: 40.5px;
    height: 40.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--black);
    color: var(--white);
}

.woocommerce-breadcrumb{
    font-family: var(--lato);
    font-weight: 700;
    font-size: 10px !important;
    color: var(--black) !important;
}

.flexQuantite{
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 29px;
}

.marginTitreSingle{
    margin-top: 45px;
    margin-bottom: 70px;
}

.dropdown-menu[data-bs-popper]{
    position: absolute;
}

/* Positionne les sous-sous-menus */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
    position: absolute;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* Ajustements pour le lien parent dans le sous-menu */
.dropdown-submenu > a::after {
    content: ">";
    float: right;
    margin-left: 0.5em;
    font-size: 0.7em;
}

.dropdown-toggle::after{
    border: 0;
}

.dropdown-menu {
    border-radius: 0.4rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
}


/* Zoomable */

.zoomable {
    position: relative;
    overflow: hidden;
}

.zoomable__img {
    transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
    transition: transform 0.15s linear;
}

.zoomable--zoomed .zoomable__img {
    cursor: zoom-in;
    transform: scale(var(--zoom, 2));
}

.dropdown-item.active, .dropdown-item:active{
    background-color: var(--white);
    color: var(--black);
}

.dropdown-item:focus, .dropdown-item:hover{
    background-color: var(--bs-dropdown-link-hover-bg);
}

/* Retirer la bordure du deuxième enfant */

/* Retirer la bordure du deuxième enfant */
/* Sélectionner le deuxième élément enfant du parent */
.borderLeftBoutiqueParent .borderLeftBoutique:nth-child(2) {
    border-left: none;
}

.borderLeftBoutiqueParent2 .borderLeftBoutique:nth-child(3) {
    border-left: none;
}

.archive .borderLeftBoutiqueParent .borderLeftBoutique:nth-child(2), .page-template-archive-equipment .borderLeftBoutiqueParent .borderLeftBoutique:nth-child(2), .page-template-archive-outlet .borderLeftBoutiqueParent .borderLeftBoutique:nth-child(2), .search .borderLeftBoutique:nth-child(2) {
    border-left: 1px solid var(--black);
}

.archive .borderLeftBoutique:first-child, .page-template-archive-equipment .borderLeftBoutique:first-child, .page-template-archive-outlet .borderLeftBoutique:first-child, .search .borderLeftBoutique:first-child {
    border-left: none;
}

.archive .borderLeftBoutique:nth-child(4n+1), .page-template-archive-equipment .borderLeftBoutique:nth-child(4n+1), .page-template-archive-outlet .borderLeftBoutique:nth-child(4n+1), .search .borderLeftBoutique:nth-child(4n+1){
    border-left: none;
}


#stick-filters, #collection-filters, #size-filters, #color-filters, #regular-size-filters, #regular-size-equipment-filters, #main-category-filters{
    display: flex;
    flex-direction: column;
}

.bg-left-player{
    background: url(https://www.thurso-hockey.com/layout/uploads/2025/08/Sizes-Junior.jpg);
    background-size: cover;
    padding: 50px 60px;
}

.bg-right-player{
    background: url(https://www.thurso-hockey.com/layout/uploads/2025/08/Sizes-Senior.jpg);
    background-size: cover;
    padding: 50px 60px;
}

.bg-left-player h3, .bg-right-player h3{
    font-family: var(--lato);
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--white);
}

.textWhitePlayer{
    font-family: var(--lato);
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    color: var(--white);
}

.sousTitrePlayer{
    font-family: var(--lato);
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--black);
}

.h3Player{
    font-family: var(--lato);
    font-weight: 900;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.38px;
    color: var(--black);
}

.pPlayer{
    font-family: var(--lato);
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.38px;
    color: var(--black);
}

.h3TitreBows{
    font-family: var(--lato);
    font-weight: 900;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.38px;
    color: var(--black);
}

.h4TitreFeatures{
    font-family: var(--lato);
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    color: var(--white);
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 40px;
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img:last-child{
    display: none;
}

.absoluteName{
    position: absolute;
    bottom: 0;
    padding-left: 40px;
    padding-bottom: 40px;
}

.titreNomFamille{
    font-family: var(--lato);
    font-weight: 900;
    font-size: 25px;
    text-transform: uppercase;
    color: var(--white);
    margin: 0;
}

.titrePrenomFamille{
    font-family: var(--lato);
    font-weight: 900;
    font-size: 45px;
    line-height: 45px;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 0;
}

.imgCarre{
    aspect-ratio: 1;
    object-fit: cover;
}

.imgMaxHeight{
    max-height: 384px;
    object-fit: cover;
    height: 100%;
}

.absoluteImageNation{
    width: 100%;
    object-fit: cover;
    filter: brightness(0.8);
    max-height: 500px;
}

.absoluteContainer{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.absoluteContainer2{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}

.promoTitre{
    font-family: var(--lato);
    font-weight: 900;
    font-size: 45px;
    line-height: 45px;
    text-transform: uppercase;
    color: var(--white);
}

.paddingJoueur{
    padding: 30px;
}

.imgJoueur{
    max-height: 384px;
    object-fit: cover;
}

.instaJoueur{
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--white);
    border: 1px solid var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}

.titre1Joueur{
    font-family: var(--lato);
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    color: var(--white);
}

.titre2Joueur{
    font-family: var(--lato);
    font-weight: 900;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    color: var(--white);
}

.infoCartSlider{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.padding-left-0{
    padding-left: 0;
}

.padding-right-0{
    padding-right: 0;
}

.padding-central-0{
    padding: 0;
}

.margin-bottom-5{
    margin-bottom: 3rem;
}

.headerWhite .logoWhiteHeader{
    display: block !important;
}
.headerWhite .logoBlack{
    display: none !important;
}

.flexPaiement img{
    width: 45px;
    object-fit: contain;
}

.flexPaiement{
    margin-top: 20px;
}

.woocommerce a.remove{
    font-family: var(--lato);
    font-weight: 400 !important;
    color: var(--black) !important;
}

.woocommerce a.remove:hover{
    background-color: var(--transparent);
    color: var(--wc-red) !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment, .woocommerce-error, .woocommerce-info, .woocommerce-message{
    background-color: var(--bleuOpac);
}

.plan{
    height: 410px;
    object-fit: contain;
}

.flexContactAdress{
    display: flex;
}

.absoluteTexte{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--lato);
    font-weight: 900;
    font-size: 25px;
    text-transform: uppercase;
    color: var(--white);
}

.absoluteLien{
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -0%);
}

.height-overflow{
    height: 400px;
    overflow: scroll;
}

.woocommerce-variation{
    margin-bottom: 25px;
}

/* ICON SEARCH */
  
.flexbox {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
.search > div:after {
    content: "";
    background: var(--white);
    width: 1px;
    height: 6px;
    position: absolute;
    top: 18px;
    right: 0px;
    transform: rotate(135deg);
  }
  
  .search > div {
    display: inline-block;
    position: relative;
  }
  
  .search > div > input {
    color: var(--white);
    font-size: 12px;
    background: transparent;
    width: 12px;
    height: 12px;
    padding: 7px;
    border: solid 1px var(--white);
    outline: none;
    border-radius: 35px;
    transition: width 0.5s;
  }
  
  .search > div > input::placeholder {
    color: #efefef;
    opacity: 0;
    transition: opacity 150ms ease-out;
  }
  
  .search > div > input:focus::placeholder {
    opacity: 1;
  }
  
  .search > div > input:focus,
  .search > div > input:not(:placeholder-shown) {
    width: 100px;
  }

.home .search > div > input.active{
    color: var(--black);
    border: 1px solid var(--black);
}

.home .search > div.special::after{
    background-color: var(--black);
}

.search > div.special::after {
    background-color: var(--white);
}

input.custom-placeholder::placeholder {
    color: var(--black);
}  

/* FIN ICON SEARCH */

/* Google maps */

#map {
  position: relative;
  z-index: 99999;
  height: 450px;
  width: 100%;
  object-fit: cover;
}
/* Fin google maps */

.widthInput{
    display: flex;
    flex-direction: column;
}

.inputText, #message{
    width: 75%;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid var(--black);
    outline: none;
    padding-bottom: 15px;
}

.inputText::placeholder, #message::placeholder{
    color: var(--black);
    text-transform: uppercase;
    font-family: var(--lato);
    font-weight: 700;
    font-size: 15px;
}

.imgLogoContact{
    max-width: 180px;
}

.nomContact, .adresseContact{
    font-family: var(--lato);
    font-weight: 700;
    font-size: 15px;
    color: var(--black);
}

.adresseContact{
    font-weight: 400;
}

#successInscription, #errorInscription{
    margin-top: 15px;
}

.textCheckboxNews, .textValidateNews{
    color: var(--white);
    font-family: var(--lato);
    font-weight: 400;
    font-size: 15px;
}

.textValidateNews{
    margin-top: 10px;
}

.lienNewsletterBtn{
    background-color: var(--transparent);
    padding: 12.25px 50px;
}

.lienNewsletterBtn:hover{
    border: 1px solid var(--white);
}

.badge-sale{
    background-color: red;
    color: var(--white);
    padding: 5px 20px;
    font-family: var(--lato);
    font-weight: 400;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 1;
}

.stockOutAbsolute{
    background-color: #707070;
    color: var(--white);
    padding: 5px 20px;
    font-family: var(--lato);
    font-weight: 400;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 2;
}

.subcategory-title h4{
    font-family: var(--lato);
    font-weight: 900;
    font-size: 25px;
    color: var(--black);
    text-transform: uppercase;
}

.woocommerce-checkout #payment div.payment_box{
    background-color: var(--transparent);
}

.woocommerce-checkout #payment div.payment_box::before{
    display: none;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{
    padding-left: 0;
}

#size, #bows{
    position: absolute;
    top: -200px;
}

.textCheckboxNews{
    color: var(--white) !important;
    text-transform: math-auto !important;
}

.marginTitreSingle2{
    min-height: 80vh;
}

.ajax-loader{
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1400px){ 

}
@media only screen and (max-width: 1200px){ 

}
@media only screen and (max-width: 992px){
    .rowFlex{
        display: flex;
        flex-direction: column-reverse;
    }
    .paddingJoueur{
        padding: 15px;
    }
    .imgNoneNation{
        display: none;
    }
    .inputNewsletter input{
        width: 60%;
    }
    .absoluteImageNation{
        min-height: 50vh;
    }
    .height-overflow{
        height: 100%;
    }
    .h2-titre, .h1Header, .promoTitre, .titrePrenomFamille, .h4TitreFeatures{
        font-size: 38px;
        line-height: 38px;
        margin-top: 20px;
    }
    .single-accordion{
        margin-top: 0;
    }
    .single-product .single-accordion{
        margin-top: 30px;
    }
    .margin-bottom-5{
        margin-bottom: 2rem;
    }
    .navbar-brand img{
        max-width: 80px !important;
    }
    .row-special{
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
    }
    .padding-left-0{
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .padding-right-0{
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    .padding-central-0{
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .borderLeftBoutique{
        border-left: 0 !important;
    }
    .flexFollow{
        display: none;
    }
    .imgHeader{
        height: 70vh;
        filter: brightness(0.7);
    }
    .nav-link{
        color: var(--black) !important;
        font-size: 20px;
        letter-spacing: 0.38px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .navbar-nav{
        flex-direction: column;
        align-items: start;
        margin-top: 20px;
    }
    .mb-30{
        margin-bottom: 15px;
    }
    
    .mb-40{
        margin-bottom: 20px;
    }
    
    .mb-60{
        margin-bottom: 30px;
    }
    
    .mt-65{
        margin-top: 32px;
    }
    
    .mb-80{
        margin-bottom: 40px;
    }
    .space{
        margin-top: 42.5px;
        margin-bottom: 42.5px;
    }
    .marginMobile{
        margin-bottom: 40px;
    }
    .marginTopMobile{
        margin-top: 40px !important;
    }
    footer{
        padding: 0;
        margin-top: 40px;
    }
    .footer{
        padding: 42.5px 10px;
    }
    .headerWhite .nav-link{
        color: var(--black) !important;
    }
    .bg-left-player, .bg-right-player{
        padding: 20px 25px;
    }
    .single-product .product_title{
        margin-top: 30px;
    }
    .padding0Single{
        padding: 0;
    }
    .imgCarre{
        margin-bottom: 30px;
    }
    .color-black{
        color: var(--black);
    }
    .absoluteContainer{
        position: relative;
        transform: none;
        top: 0;
        left: 0;
    }
    .w-150{
        width: unset;
    }
    .headerWhite .lienPanier{
        color: var(--black) !important;
    }
    .headerWhite .ligne{
        background-color: var(--black) !important;
    }
    .headerWhite{
        background-color: var(--white);
        background-image: none;
    }
    .headerWhite .logoWhiteHeader{
        display: none !important;
    }
    .headerWhite .logoBlack{
        display: block !important;
    }
    .logo-footer{
        margin-bottom: 15px;
    }
    .pGreen{
        margin-bottom: 10px !important;
    }
    .firstSection, .site-main{
        margin-top: 110px;
    }
    .divContactAdresse2{
        width: 100%;
    }
    .flexContactAdress{
        display: block;
    }
    .inputText, #message{
        width: 100%;
    }
    .formulaireContact{
        margin-top: 40px;
    }
    .imgEnfant{
        min-height: 600px;
    }
    .containerAbsoluteCenter{
        width: 80%;
    }
}
@media only screen and (max-width: 768px) { 

}
@media only screen and (max-width: 576px) { 

}