/*
Theme Name: Cookie Club
Description: Inside Web 2025 - thème
Version: 2.0.0
Author: Inside Web
Author URI: https://www.insideweb.be
*/

/*Example to import font*/
/*@font-face {
  font-family: "Circular-Std";
  src: url("https://insideweb.be/layout/themes/insideweb/fonts/CircularStd-Black.ttf") format('truetype');
  font-weight: 700;
}*/

:root {
    --white: #ffffff;
    --black: #000000;
    --primary: #000000;
    --secondary: #D8AC53;
    --grey: #F5F5F5;
    --area: "area-normal", sans-serif;
    --tri: #23201D;
}

body{
    font-family: 'Montserrat', sans-serif;	
    font-weight:400;
    margin: 0;
    overflow-y: scroll;
    /*14px-16px*/
    font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
    color:var(--primary);
}

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

a:hover {
    color: var(--primary);
}

img {
    width: 100%;
}

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

button, .button{
    background: var(--secondary);
    border: 1px solid var(--secondary);
    padding: 10px 20px;
    color: var(--primary);
    /*14px-16px*/
    font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
    transition: all 0.5s ease 0s;
}

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

.hide{
    display: none;
}

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

/* HEADER */

header .navbar-brand img{
    width: auto;
    max-width: 150px;
}

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

.firstSection{
    margin-top: 100px;
}

.nav-link{
    font-family: var(--area);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.3px;
    color: var(--black);
}

/* FIN HEADER */

/* FOOTER */

/* FIN FOOTER */

/* CONTACT */

/* FIN CONTACT */

/* PAGE 404 */

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

/* FIN PAGE 404 */

.imgHeader{
    object-fit: contain;
    width: 100%;
    aspect-ratio: 5/3;
    max-width: 538px;
    margin-top: 60px;
    margin-bottom: 75px;
}

.bg-grey{
    background-color: var(--grey);
    padding-top: 70px;
    padding-bottom: 70px;
}

.inputText, .inputText2{
    border: none;
    border-bottom: 1px solid var(--secondary);
    padding-bottom: 15px;
    width: 100%;
    font-family: var(--area);
    font-weight: 600;
    letter-spacing: 0.38px;
    font-size: 15px;
    color: var(--tri);
}

.inputText:focus-visible, .inputText2:focus-visible{
    outline: none;
}

.inputText::placeholder, .inputText2::placeholder{
    font-family: var(--area);
    font-size: 15px;
    letter-spacing: 0.38px;
    color: var(--tri);
}

.titreLabel, .sousTitreFormulaire{
    font-family: var(--area);
    font-weight: 600;
    font-size: 15px;
    color: var(--tri);
    margin-bottom: 10px;
}

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

.sousTitreItalic{
    font-family: var(--area);
    font-style: italic;
    font-size: 13px;
    letter-spacing: 0.33px;
    color: #23201D;
}

.divRadio{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.radioTitre{
    font-family: var(--area);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.38px;
    color: var(--tri);
    margin-bottom: 0;
    margin-left: 5px;
}

#submitButton{
    background-color: var(--black);
    font-family: var(--area);
    font-weight: 700;
    font-size: 15px;
    color: var(--white);
    letter-spacing: 0.38px;
    border-radius: 23px;
    padding: 11px 62px; 
    border: 1px solid var(--black);
}

#submitButton:hover{
    background-color: var(--white);
    color: var(--black);
}

.divBtnContact{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.titreHeader{
    font-family: var(--area);
    font-weight: 800;
    font-size: 35px;
    letter-spacing: 0.88px;
    color: var(--black);
    line-height: 45px;
    text-align: center;
}

.titrePratical{
    font-family: var(--area);
    font-weight: 900;
    font-size: 25px;
    letter-spacing: 0.63px;
    text-align: center;
    color: var(--black);
    margin-bottom: 70px;
}

.titreGold{
    font-family: var(--area);
    font-weight: 800;
    font-size: 50px;
    letter-spacing: 1.25px;
    line-height: 50px;
    color: var(--secondary);
}

.sousTitreGold{
    margin-top: 36px;
    font-family: var(--area);
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.38px;
    color: var(--black);
}

.p-site{
    font-family: var(--area);
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.38px;
    line-height: 25px;
    color: var(--black);
    text-align: center;
    margin-bottom: 70px;
}

.imgLogoPetit{
    max-width: 240px;
}

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

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

.width70{
    max-width: 240px;
}

.width150{
    max-width: 150px;
    margin-left: 20px;
    margin-right: 20px;
}

.flexLogo{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footerBorder{
    border-top: 1px solid var(--secondary);
    padding-top: 35px;
    padding-bottom: 70px;
}

.logo-footer{
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.imgFooterAbsolute{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.absoluteContainerImg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.img550{
    max-width: 550px;
}

.btnMenu span i{
    font-size: 20px;
}

.comingWith{
    display: none;
}

.successInscription, .errorInscription{
    margin-top: 10px;
}

.colorYellow{
    color: var(--secondary);
}

.checkboxRadio{
    width: 20px;
}

/* MARQUEE */

.wrapper-marquee, .wrapper-marquee2 {
    max-width: 100%;
    overflow: hidden;
}
  
.marquee {
    white-space: nowrap;
    /* overflow: hidden; */
    display: inline-block;
    animation: marquee 30s linear infinite;
    background-color: var(--green);
    padding: 5px 0;
}
  
.marquee div {
    display: inline-block;
    text-transform: uppercase;
    color: var(--bleu);
    margin: 0;
}
  
@keyframes marquee {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-50%, 0, 0);
    }
}

.imgMarquee{
    height: 80px;
    width: 250px;
    object-fit: contain;
    margin-left: 30px;
    margin-right: 30px;
    /* margin: 30px; */
}

/* FIN MARQUEE */

/* .gallery {
    column-count: 4;
    column-gap: 1em;
    margin-bottom: 30px;
  }
  .gallery-item {
    break-inside: avoid;
    margin-bottom: 1em;
  }
  .gallery-item img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  }
  .gallery-item p {
    font-size: 14px;
    margin-top: 4px;
  }
  .load-more {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
  } */

  .grid {
    position: relative;
  }
  .grid::after {
    content: "";
    display: table;
    clear: both;
  }
  
  .grid-sizer,
  .grid-item {
    width: 25%;
  }
  .grid-item {
    margin-bottom: 1em;
    float: left;
    box-sizing: border-box;
    padding: 0 0.5em;
  }
  .grid-item img {
    width: 100%;
    border-radius: 8px;
    display: block;
  }
  .grid-item p {
    font-size: 14px;
    margin-top: 4px;
  }
  button.load-more {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
  }

  .videoYoutube{
    aspect-ratio: 16/9;
    width: 70%;
  }

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

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

}
@media only screen and (max-width: 992px){ 
    .videoYoutube{
        width: 100%;
        aspect-ratio: 1;
    }
    .flexRadio{
        display: block;
    }
    .absoluteContainerImg{
        display: none;
    }
    .titreGold{
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .sousTitreGold{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .p-site{
        text-align: start;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .mt-70{
        margin-top: 45px;
    }
    .mb-70{
        margin-bottom: 45px;
    }
    .titrePratical{
        margin-bottom: 35px;
    }
    .imgFooterAbsolute{
        display: none;
    }
    .footerBorder{
        padding-bottom: 35px;
    }
    .bg-grey{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .divRadio{
        justify-content: start;
    }
    .divRadio input{
        width: auto;
    }
    .width150{
        margin: 20px;
    }
    .grid-sizer,
    .grid-item {
      width: 50%;
    }
}
@media only screen and (max-width: 768px) { 

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

}