@charset "UTF-8";
/* CSS Document */
body,td,th {
	color: #333; 
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal; 
} 
body {
	background:#ffffff;
	margin-left: 0px;
	margin-top: 0px;  
	margin-right: 0px;
	margin-bottom: 0px; 
}
.bg-lightgrey {
    background:#efefef30;
}
a:link {
	color: #333; 
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}

img { border:0px; }

p { margin-top:0px; -webkit-margin-before:0em;  -webkit-margin-after:0em; line-height:normal; }

h1,h2,h3,h4,h5,h6 { margin:0px; padding:0px; }

div, input {
    box-sizing: border-box;
}

.material-icons-outlined {
    vertical-align: middle;
}

.just_mobile { display: none; }

@media (max-width: 768px) {
    .just_mobile { display: block; }
    .just_web { display: none; }
}

/* ==========================================================================
  CLEAR
  =========================================================================== */
.clear { clear: both; height: 0px; }
.clear_5 { clear: both; height: 5px; }
.clear_10 { clear: both; height: 10px; }
.clear_20 { clear: both; height: 20px; }
.clear_30 { clear: both; height: 30px; }
.clear_40 { clear: both; height: 40px; }
.clear_50 { clear: both; height: 50px; }
.clear_60 { clear: both; height: 60px; }
.clear_70 { clear: both; height: 70px; }
.clear_80 { clear: both; height: 80px; }
.clear_90 { clear: both; height: 90px; }
.clear_100 { clear: both; height: 100px; }
.clear_150 { clear: both; height: 150px; }
.clear_200 { clear: both; height: 200px; }


/* ==========================================================================
  FLEX
  =========================================================================== */
.flex-center { display: flex; justify-content: center; flex-wrap: wrap; }
.flex-start { display: flex; justify-content: flex-start; flex-wrap: wrap; }
.flex-end { display: flex; justify-content: flex-end; flex-wrap: wrap; }
.flex-between { display: flex; justify-content: space-between; flex-wrap: wrap; }
.flex-around { display: flex; justify-content: space-around; flex-wrap: wrap; }
.flex-column { display: flex; flex-direction: column; }


/* ==========================================================================
  CONTAINERS
  =========================================================================== */
.container-100 { width: 100%; box-sizing: border-box; }
.container-80 { width: 80%; box-sizing: border-box; }
.container-75 { width: 75%; box-sizing: border-box; }
.container-60 { width: 60%; box-sizing: border-box; }
.container-50 { width: 50%; box-sizing: border-box; }
.container-40 { width: 40%; box-sizing: border-box; }
.container-25 { width: 25%; box-sizing: border-box; }
.container-20 { width: 20%; box-sizing: border-box; }
.container-1400 {
    width: 1400px;
    margin: auto;
}
.container-1000 {
    width: 1000px;
    margin: auto;
}
@media (max-width: 1400px) {
    .container-1400 {  width: calc(100% - 40px); display: table; margin: auto; }
}
@media (max-width: 1000px) {
    .container-1000 {  width: calc(100% - 40px); display: table; margin: auto; }
}


/* ==========================================================================
  PADDING
  =========================================================================== */
.padding-60 { padding: 60px; }
.padding-30 { padding: 30px; }
.padding-20 { padding: 20px; }
.padding-16 { padding: 16px; }
.padding-10 { padding: 10px; }
.padding-8 { padding: 8px; }






/* ==========================================================================
  ACCUEIL
  =========================================================================== */
.container-nav {
    position: absolute;
    width: calc(100% - 80px);
    left: 40px;
    top: 40px;
    z-index: 100;
    display: flex;
    justify-content: space-between;
}

.container-nav .logo {
    margin-top: 0px;
}

.container-nav .logo img {
    width: 200px;
}

.container-nav .logo-mobile {
    display: none;
}

.container-nav .navigation {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    gap:16px;
    padding: 18px 32px;
    background: #fff;
    height: 75px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.container-nav .navigation-mobile {
    display: none;
}

.container-nav .navigation .flex-start {
    gap:20px;
}
.container-nav .navigation .flex-end {
    gap:12px;
}

.container-nav .navigation a {
    line-height: 40px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: .5px;
}

.container-nav .navigation a:hover {
    border-bottom: 2px solid #000;
}

.container-nav .navigation i {
    color: #000;
    background: transparent;
    padding: 8px;
    border-radius: 100%;
    cursor: pointer;
    margin-top: -6px;
}
.container-nav .navigation i:hover {
    background: #00000010;
}

.navigation .ico-nav {
    display: none;
}

.container-nav .navigation-end {
    color: #fff;
    background: #e83c55;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.container-nav .navigation-end a {
    color: #fff;
}
.container-nav .navigation-end a:hover {
    border-bottom: 2px solid #fff;
}


.menu-btn {
  float: right;
position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all .2s ease-in-out;
margin-top: 10px;
  /* border: 3px solid #fff; */
}
.menu-btn__burger {
  width: 30px;
  height: 3px;
  background: #fff; ;
  border-radius: 2px;
  transition: all .2s ease-in-out;
}
.menu-btn__burger::before,
.menu-btn__burger::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: all .2s ease-in-out;
}
.menu-btn__burger::before {
  transform: translateY(-13px);
}
.menu-btn__burger::after {
    transform: translateY(13px);
}
/* ANIMATION */
.menu-btn.open .menu-btn__burger {
    background: transparent;
    transform: translate(-12px, 0px);
}
.menu-btn.open .menu-btn__burger::before {
  transform: rotate(45deg) translate(10px, -10px);
}
.menu-btn.open .menu-btn__burger::after {
  transform: rotate(-45deg) translate(10px, 10px);
}


#nav-mobile {
    display: none;
}

@media (max-width: 990px) {
    .navigation .flex-start {
        display: none;
    }
    .navigation .ico-nav {
        display: block;
    }
    .container-nav .navigation {
        width: max-content;
        padding: 16px;
    }
}

@media (max-width: 768px) {
    
    .container-nav {
        width: calc(100% - 40px);
        left: 20px;
        top: 20px;
    }
    
    .container-nav .logo {
        margin-top: 2px;
    }
    
    .container-nav .logo img {
        height: 40px;
    }
    
    .container-nav .navigation {
        height: 44px;
        padding: 8px;
    }
    
    .container-nav .navigation .flex-end {
        gap: 0px;
    }
    
    
    #nav-mobile {
        display: block;
        position: fixed;
        transition: right .2s ease-in-out;
        width: 300px;
        max-width: 300px;
        right: -300px;
        top: 70px;
        bottom: 0;
        background: #222;
        z-index: 9999;
        border-top: 4px solid #2c3e50;
        box-shadow: -3px 0px 6px 1px rgba(0, 0, 0, 0.15);
    }
    
    #nav-mobile .line-nav {
        padding: 7px 20px;
        cursor: pointer;
        line-height: 40px;
        font-weight: 600;
        color: #fff;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
        font-size: 16px;
    }
    
    #nav-mobile .line-nav a {
        color: #fff;
    }
    #nav-mobile .line-nav a:hover {
        text-decoration: underline;
        text-underline-offset: 6px;
    }
    
}







/* ==========================================================================
  MENU
  =========================================================================== */
.container-menus {
    position: absolute;
    background: #fff;
    width: 600px;
    height: max-content;
    right: 40px;
    z-index: 999;
    top: 100px;
    padding: 32px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 4px 8px;
}

.sousmenu {
    display: flex;
    flex-direction: column;
    column-gap: 16px;
}

.sousmenu a {
    font-size: 22px;
    color: #222;
    border-bottom: 2px solid #fff;
    line-height: 36px;
    margin-bottom: 8px;
    transition: all .2s ease;
    width: max-content;
    text-decoration: none !important;
}

.sousmenu a:hover {
    text-decoration: none !important;
    border-bottom: 2px solid #222;
}

.sousmenu .title-login {
    color: #222;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 40px;
}

.input-login {
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 12px 19px;
    padding-left: 0px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #222;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 0;
    border-bottom: 2px solid #22222280;
    margin-bottom: 20px;
}

.input-login:focus {
    outline: none;
    border-bottom: 2px solid #222222;
}

.custom-alert {
    display: none;
}

.btn-login {
    width: 100%;
    padding: 20px 32px;
    background: #333;
    border-radius: 4px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-right: 20px;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 20px;
    transition: all .2s ease;
}
.btn-login:hover {
    background: #222222;
}

#menu-login a {
    font-size: 16px;
}

.line-account {
    line-height: 24px;
    width: calc(100% + 64px);
    margin-left: -32px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}
.line-account:hover {
    background: #f7f7f7;
}


.btn-logout {
    width: max-content;
    padding: 10px 16px;
    background: #666;
    border-radius: 4px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-right: 0px;
    cursor: pointer;
    margin-top: 20px;
    float: right;
}
.btn-logout:hover {
    background: #333;
}







/* ==========================================================================
  SLIDER
  =========================================================================== */
.container-slider {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.slider-img {
    position: absolute;
    top: 0;
    background-position: 50% 30%;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.mask-slider { 
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100%;
    background: #00000060;
    z-index: 99;
}

.container-title {
    width: 100%;
    padding: 40px;
    text-align: center;
    height: max-content;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 100;
    background: #00000095;
}

.container-title h1 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
}

.container-title .subtitle {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: light;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-slider {
    padding: 20px 32px;
    background: #fff;
    border: 3px solid #fff;
    line-height: 20px;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-right: 20px;
    cursor: pointer;
    transform: skew(-20deg);
    text-transform: uppercase;
}
.btn-slider span {
    display: inline-block;
    transform: skew(20deg); /* Straighten the text */
}
.btn-slider:hover {
    background: #e83c55;
    border: 3px solid #e83c55;
    color: #fff;
}

.btn-slider-more {
    padding: 20px 32px;
    background: #000;
    border: 3px solid #fff;
    line-height: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-right: 20px;
    cursor: pointer;
    transform: skew(-20deg);
    text-transform: uppercase;
}
.btn-slider-more:hover {
    border: 3px solid #f6c222;
    color: #f6c222;
}
.btn-slider-more span {
    display: inline-block;
    transform: skew(20deg); /* Straighten the text */
}
.container-arrow {
    width: max-content;
    height: max-content;
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 100;
}

.btn-slider-arrow {
    line-height: 20px;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    padding: 20px 20px;
    background: #ffffff60;
    margin-right: 0px;
}
.btn-slider-arrow:hover {
    background: #ffffff;
}

.btn-slider-arrow i {
    font-size: 32px;
    line-height: 20px;
}

@media (max-width: 768px) {
    .container-title {
        width: calc(100% - 40px);
        bottom: 20px;
        left: 20px;
    }
    
    .container-title .subtitle {
        font-size: 20px;
    }
    
    .btn-slider {
        margin-top: 20px;
    }
    
    .container-arrow {
        bottom: 20px;
        right: 20px;
    }
    
}


















/* ==========================================================================
  NOS SPORTS
  =========================================================================== */
.container-100-white {
    width: 100%;
    background: #fff;
    padding: 40px;
}

.container-100-ef {
    width: 100%;
    background: #efefef;
    padding-top: 40px;
}

.home-h2 {
    color: #222;
    font-family: 'Oswald', sans-serif;
    font-size: 46px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1;
}

.flex-sports {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap:24px;
    margin-top: 60px;
}

.div-sport {
    height: 400px;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 4px;
    opacity: .9;
    cursor: pointer;
    position: relative;
    background-color: #000;
}

.div-sport:hover {
    opacity: 1;
}

.div-sport:hover .btn {
   background: #e83c55;
    border: 3px solid #e83c55;
    color: #fff;
}

/* First row: 3 divs (33.33% each) */
.div-sport:nth-child(-n+4) { 
  flex-basis: calc(25% - 18px); /* Adjust for margin */
}

/* Second row: 4 divs (25% each) */
.div-sport:nth-child(n+5):nth-child(-n+8) {
  flex-basis: calc(25% - 18px); /* Adjust for margin */
}

/* Third row: 3 divs (33.33% each) */
.div-sport:nth-child(n+8) {
  flex-basis: calc(33.33% - 16px); /* Adjust for margin */
}

.div-sport .btn {
    padding: 10px 16px;
    background: #fff;
    border: 3px solid #fff;
    line-height: 20px;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    cursor: pointer;
    transform: skew(-20deg);
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.div-sport .btn span {
    display: inline-block;
    transform: skew(20deg);
}


@media (max-width: 768px) {
    .container-100-white {
        padding: 20px;
    }
    .flex-sports {
        margin-top: 30px;
    }
    .div-sport {
        flex-basis: calc(100% - 0px) !important; /* Adjust for margin */
        height: 300px;
    }
    
}
















/* ==========================================================================
  BRAND
  =========================================================================== */
.container-100-brand {
    width: 100%;
    padding: 40px;
    background: url(/images/hero-home-2.jpg);
    background-position: 50% 10%;
    background-size: cover;
}

.brand-h2 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 46px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.4;
}
.brand-h2 span {
    border: 3px solid #e83c55;
    display: inline;
    padding: 0 10px;
    padding-bottom: 4px;
}

.flex-brand {
    display: flex;
    justify-content: space-between;
    column-gap: 80px;
    flex-wrap: nowrap;
    margin-top: 60px;
    margin-bottom: 60px;
}

.div-brand {
    width: calc(33% - 20px);
    background: #00000080;
    border-radius: 12px;
    padding: 24px;
    color: #fff;
}

.div-brand h3 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
}

.div-brand p {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    letter-spacing: .5px;
    line-height: 30px;
    margin-top: 20px;
}






/* ==========================================================================
  HISTOIRE
  =========================================================================== */
.container-100-about {
    width: 100%;
    background-image: url(/images/notre-histoire.jpg);
    background-position: top right;
    background-size: cover;
    padding: 40px;
    float: left;
}

.container-about {
    width: calc(100% - 650px);
    min-height: 600px;
    float: left;
}

.container-about h2 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 46px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 32px;
}

.container-about p {
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 16px;
}

.about-image {
    position: absolute;
    height: 600px;
    right: 0px;
}

@media (max-width: 1600px) {
    .container-about {
        width: calc(100% - 620px);
    }
}

@media (max-width: 1024px) {
    .container-about {
        width: calc(50% - 50px);
    }
    .container-about-images {
        width: calc(50% - 50px);
    }
    .about-image {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .container-about {
        width: calc(100% - 0px);
    }
    .container-about-images {
        width: calc(100% - 0px);
        margin-left: 0;
        margin-top: 20px;
        height: 500px;
    }
}







/* ==========================================================================
  PRODUCTS
  =========================================================================== */
.category-header {
    width: 100%;
    height: max-content;
    padding: 40px;
}

.container-ariane {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap:16px;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    line-height: 30px;
    margin-top: 140px;
}

.container-ariane a {
    color: #444;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .2s ease; 
    border-bottom: 2px solid #efefef30;
}

.container-ariane a:hover {
    border-bottom: 2px solid #444;
}

.container-ariane .sep {
    width: 4px;
    height: 4px;
    background: #222;
    margin-top: 12px;
}

.category-title {
    margin-top: 50px;
}

.category-title h1 {
    color: #222;
    font-family: 'Oswald', sans-serif;
    font-size: 46px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 20px;
}

.category-title p {
    color: #222;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.7;
}

.category-filters {
    width: 100%;
    padding: 40px;
    display: flex;
    justify-content: flex-end;
}

.filters {
    margin-top: 50px;
    width: 80%;
    display: flex;
    justify-content: flex-end;
    gap:16px;
}

.filters .text {
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 40px;
    line-height: 24px;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}

.filters .color {
    padding: 10px 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 40px;
    cursor: pointer;
}

.filters .pastille {
    height: 24px;
    width: 24px;
    border-radius: 100%;
}

.filters i {
    margin-top: 10px;
}

.filters .count {
    padding: 10px 20px;
    background: #efefef;
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 24px;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}

.category-products {
    width: 100%;
    padding: 40px;
    display: flex;
    justify-content: space-between;
}

.category-products .div-filters {
    width: 320px;
    background: #00000010;
    padding: 20px;
    border-radius: 8px;
    margin-top: -126px;
    height: max-content;
}

.category-products .div-filters h2 {
    color: #444;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1;
}
.category-products .div-filters h2 i {
    margin-right: 12px;
    margin-top: -4px;
    font-size: 34px;
}

.category-products .div-filters strong {
    color: #222;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px;
    line-height: 30px;
}

.category-products .filter-text {
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: fit-content;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    cursor: pointer;
}

.category-products .filter-color {
    padding:6px 6px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 40px;
    cursor: pointer;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
}

.category-products .pastille {
    height: 30px;
    width: 30px;
    border-radius: 100%;
}



.category-products .div-products {
    width: calc(100% - 360px);
    margin-top: -40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:40px;
}

.category-products .div-product {
    width: calc(33% - 23px);
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 4px;
    box-shadow:0 0 1px #0000000d,0 4px 8px #0000001a;
    transition: all .4s ease;
    height: max-content;
}
.category-products .div-product:hover {
    box-shadow:0 0 4px #0000000d,0 16px 32px #0000001a;
}

.product-image {
    width: 100%;
    height: max-content;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    object-fit: cover;
    transition: all .4s ease;
}

.product-description { 
    padding: 24px;
    font-size: 16px;
    line-height: 24px;
    background: #f7f7f750;
}

.product-description h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px;
}

.size-add {
    display: flex;
    justify-content: space-between;
}

.size-add .input-list {
    font-size: 16px;
    color: #333;
    border: 0px solid #ccc;
    height: 50px;
    padding-left: 10px;
    width: 50%;
    border-radius: 0px;
    background-color: #efefef;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.size-add .btn-add {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #000;
    height: 50px;
    padding-top: 10px;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    width: 50%;
    background-color: #ffc83a;
    transition: all .1s ease;
}

.size-add .btn-add:hover {
    background: #000;
    color: #fff;
}

@media (max-width: 1600px) {
    .category-products .div-product {
        width: calc(50% - 23px);
    }
}

@media (max-width: 1024px) {
    .category-products .div-product {
        width: calc(100% - 0px);
    }
}


@media (max-width: 768px) {
    .category-products .div-filters {
        display: none;
    }
    
    .category-products .div-products {
        width: 100%;
    }
    
    .filters .text {
        display: none;
    }
    
    .filters .color {
        display: none;
    }
    
    .filters i {
        display: none;
    }
    
    .category-header {
        padding: 20px;
    }
    
    .category-filters {
        padding: 20px;
    }
    
    .category-products {
        padding: 20px;
        margin-top: 20px;
    }
}















/* ==========================================================================
  FAQ
  =========================================================================== */
.container-faq {
    max-width: 800px;
    width: 800px;
    float: left;
}

.container-faq .faq {
    width: 100%;
    padding: 16px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 20px;
}

.container-faq .question {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    cursor: pointer;
    user-select: none;
}

.container-faq .question i {
    float: right;
}

.container-faq .reponse {
    display: none;
    color: #22222295;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}








/* ==========================================================================
  CONTACT
  =========================================================================== */
.container-contact {
    max-width: 800px;
    width: 800px;
    float: left;
}

.container-contact .contact-form-div {
    width: 100%;
    padding: 32px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.contact-form-div .field-div {
    position: relative;
}

.input-contact {
    font-family: 'Arial', sans-serif;
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 12px 19px;
    padding-left: 0px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #222;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 0;
    border-bottom: 2px solid #22222280;
    margin-bottom: 20px;
}

.input-contact:focus {
    outline: none;
    border-bottom: 2px solid #222222;
}

.input-text {
    font-family: 'Arial', sans-serif;
    height: 120px;
    box-sizing: border-box;
}

.contact-form-div label {
    position: absolute;
    top: -5px;
    left: 0px;
    font-size: 12px;
    color: #666;
    opacity: 0;
}

.container-other-services {
    float: left;
    margin-left: 40px;
    width: 400px;
    padding: 32px;
    background: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.container-other-services-mobile {
    display: none;
}

.container-other-services h2 {
    color: #222;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 24px;
}

.container-other-services a {
    display: block;
    font-size: 22px;
    color: #222;
    border-bottom: 2px solid #f7f7f7;
    line-height: 36px;
    margin-bottom: 16px;
    transition: all .2s ease;
    width: max-content;
}

.container-other-services a:hover {
    border-bottom: 2px solid #222;
}

@media (max-width: 1320px) {
    .container-contact { 
        width: calc(100% - 350px)
    }
    
    .container-other-services {
        width: 310px;
    }
    
    
}

@media (max-width: 768px) {
    .container-100-about {
        padding: 20px;
    }
    
    .container-other-services a {
        font-size: 16px;
    }
    
    .container-other-services {
        display: none;
    }
    
    .container-contact { 
        width: calc(100% - 0px)
    }
    
    .container-other-services-mobile {
        float: left;
        width: 100%;
        padding: 20px;
        background: #f7f7f7;
        border: 1px solid #ccc;
        border-radius: 6px;
        display: flex;
        justify-content: flex-start;
        column-gap: 16px;
        margin-bottom: 20px;
    }
    
    .container-other-services-mobile a {
        display: block;
        font-size: 18px;
        color: #222;
        border-bottom: 2px solid #f7f7f7;
        line-height: 24px;
        margin-bottom: 0px;
        transition: all .2s ease;
        width: max-content;
    }
    
    .container-other-services a:hover {
        border-bottom: 2px solid #222;
    }
}







/* ==========================================================================
  CONTACT
  =========================================================================== */
.container-cgv {
    max-width: 800px;
    width: 800px;
    float: left;
    padding: 32px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.container-cgv .titre {
    display: flex;
    justify-content: flex-start;
    gap:10px;
    margin-bottom: 12px;
}

.container-cgv .number {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.container-cgv .texte {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.container-cgv p {
    font-size: 16px; 
    font-weight: normal;
    line-height: 26px;
}








/* ==========================================================================
  FOOTER
  =========================================================================== */
.container-footer {
    width: 100%;
    background: #262626;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-contact {
    width: 50%;
    padding-right: 60px;
}

.footer-links {
    width: 25%;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
}

.container-footer h2 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 24px;
}

.container-footer p {
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 16px;
}

.input-footer {
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 12px 19px;
    padding-left: 0px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 0;
    border-bottom: 2px solid #ffffff80;
}

.input-text:focus, .input-footer:focus, .input-list:focus {
    outline: none;
    border-bottom: 2px solid #fff;
}

.container-footer a {
    font-size: 16px;
    color: #e5e5e5;
    line-height: 1.7;
    margin-bottom: 4px;
    width: max-content;
    border-bottom: 1px solid #262626;
    transition: all .2s ease;
}
.container-footer a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.container-footer-2 {
    width: 100%;
    background: #222;
    padding: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #999;
    line-height: 1.7;
}

.container-footer-2 .flex-start {
    color: #999;
    gap:20px;
}

.container-footer-2 .flex-end {
    color: #999;
    gap:20px;
}

.container-footer-2 a {
    font-size: 16px;
    color: #999;
    line-height: 1.7;
    width: max-content;
    transition: all .2s ease;
}
.container-footer-2 a:hover {
    color: #fff;
}

@media (max-width: 768px) {
    
    .container-footer {
        padding: 20px;
    }
    .container-footer h2 {
        margin-bottom: 12px;
    }
    .container-footer p  {
        margin-bottom: 0px;
    }
    .footer-contact {
        margin-top: 30px;
        width: 100%;
        padding-right: 0;
    }
    .footer-links {
        margin-top: 30px;
        width: 100%;
        padding-right: 0px;
    }
    .container-footer-2 {
        padding: 20px;
    }
    .container-footer-2 .flex-start {
        width: 50%;
    }
}


.custom-alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: none;
}

/* Error message styling similar to Bootstrap's alert-danger */
.custom-alert-danger {
    color: #a94442; /* Text color */
    background-color: #f2dede; /* Background color */
    border-color: #ebccd1; /* Border color */
}

/* Strong text (optional) */
.custom-alert-danger strong {
    font-weight: bold;
}






/* ==========================================================================
  COUNTDOWN
  =========================================================================== */
.top-soon {
    width: 100%;
    clear: both;
    height: 200px;
    background: #000;
    padding-top: 24px;
    padding-bottom: 24px;
}
.top-soon .logo {
    display: table;
    margin: auto;
}
.top-soon .logo img {
    height: 150px;
}
.container-counter {
    width: 100%;
    height: 700px;
    min-height: calc(100vh - 495px);
    background-image: url('/images/bg-countdown.png');
    background-size: cover;
    background-position: center center;
}
.container-counter h1 {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1;
    margin-top: 60px;
}

.container-counter p {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: light;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.2;
}

.counters {
    background: #000;
    display: flex;
    margin: auto;
    margin-top: 50px;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 1000px;
    padding: 24px;
}

.counter {
    width: calc(25% - 1px);
    padding: 40px 24px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
}

.counter strong {
    font-size: 48px;
    font-weight: 600;
}

.counter1, .counter2, .counter3 {
    border-right: 1px solid #fff;
}

.div-h2 {
    width: calc(50% - 20px)
}

.footer-soon {
    width: calc(50% - 20px);
    height: 50px;
}

@media (max-width: 1000px) {
    .counters {
        width: calc(100% - 40px);
    }
}
@media (max-width: 700px) {
    .counter {
        padding: 20px 12px;
        font-size: 18px;
    }
    .counter strong {
        font-size: 30px;
        font-weight: 600;
    }
}
@media (max-width: 600px) {
    .container-counter {
        height: auto;
        min-height: unset;
        padding-bottom: 60px;
    }
    .div-h2 {
        width: calc(100% - 40px);
        margin-bottom: 30px;
    }
    .footer-soon {
        width: calc(100% - 40px);
    }
}

@media (max-width: 500px) {
    .counters {
        flex-wrap: wrap;
        width: calc(100% - 0px);
    }
    .counter {
        width: calc(50% - 1px);
    }
    .counter2 {
        border-right: 0px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .counter1 {
        border-bottom: 1px solid #fff;
    }
}

