/*
Theme Name: bt5 Child
Theme URI: https://them.es/starter
Template: bt5
Author: uniweb
Author URI: https://www.uniweb-toulouse.fr
Description: uniweb
Tags: custom-background,custom-colors,featured-images,flexible-header,microformats,post-formats,rtl-language-support,theme-options,translation-ready,accessibility-ready
Version: 3.5.2.1712907610
Updated: 2024-04-12 09:40:10

*/




:root {
    --color-1:  #457F8D;
	 --color-2:#5FA874; 
	 --color-3: #070606;
     }

*{
    font-family:"Montserrat", 'Arial Narrow', Arial, sans-serif; 
}


a{
    text-decoration: none !important;
}



:root{
    --bs-border-radius: 0.8rem;
    --swiper-navigation-color:var(--color-1) !important;
    --swiper-theme-color:var(--color-1) !important;
    --swiper-navigation-top-offset:30% !important;
}
*{
    background-repeat: no-repeat;
}
#wpadminbar{
    z-index:999999999;
}

/* 
header{
    margin: 20px;
    border-radius : 50px;
    transition: all 0.3s ease-in-out;
    
    
} */

.color-1{color:var(--color-1);}
.bg-color-1 {background-color: var(--color-1) !important;}
.color-2 {color: var(--color-2) !important;}
.bg-color-2 {background-color: var(--color-2) !important;}
.color-3 {color: var(--color-3) !important;}
.bg-color-3 {background-color: var(--color-3) !important;}


.bg-blur{
    backdrop-filter: blur(10px) !important;
background: rgba(255,255,255,0.5) !important;
}

.textshadow{text-shadow: 0px 0px 20px #000000,1px 1px 20px #000000,-1px -1px 20px #000000;}




main h1, main h2{font-weight: 500 ;}

p a, li a {
    color: #00699e;
    text-decoration: underline;
}



/* COMPOSANTS */

.link-1, .wpcf7-submit{
    color: #fff!important;
    border-width: 0px!important;
    border-radius: 50px;;
    
    letter-spacing: -0.01em;
    font-size: 20px;
    
   
    font-weight: 600!important;
    background-image: linear-gradient(63deg, var(--color-1) 60%, var(--color-2) 100%);
    padding-top: 16px!important;
    padding-right: 24px!important;
    padding-bottom: 16px!important;
    padding-left: 24px!important;
    transition: padding 300ms ease 0ms; 
}

.link-1::after{
    color: #fff;
    
    font-size: inherit!important;
    left: auto;
    font-family: FontAwesome!important;
    font-weight: 900!important;
    
    line-height: 1em;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    
    text-shadow: none;
    margin-top : 6px;
    }


.link-1:after {
    content: "\f061"; /* Code Unicode pour l'icône du téléphone dans FontAwesome */
    font-family: FontAwesome;
}


.link-1:hover:after{
    margin-left: 0.3em;
    left: auto;
    margin-left: 0.3em;
    opacity: 1; 
}


.link-1:hover{
    padding-right: 48px!important;
    padding-left: 24px!important;
    
}




.add_to_cart_button, .single_add_to_cart_button, .wp-element-button, .wc-block-cart__submit-button {
    
        color: #fff!important;
        background-image: linear-gradient(63deg, var(--color-1) 60%, var(--color-2) 100%) !important;
    
}
















.navbar {
    background-image: none !important;
}

.nav-link{
    color: white !important;
    transition: all 0.2s ease;
}
.nav-link.active,.menu-item .active{
    background-color: var(--color-2) !important;
    transition: all 0.2s ease;
}





.nav-link:hover{
    background-color: var(--color-2) !important;
    transition: all 0.2s ease;
}


.nav-link:focus-visible {
    /* -webkit-box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25); */
    box-shadow: none !important;
    outline: 0;
}










/* ----------------------------------------EFFETS-------------------------------------------- */

/*----HOVER SCALE ----*/
.hover-scale:hover, .solo-product:hover {
    transform: scale(1.05) !important;
    transition: all 200ms ease-in-out;
  }
  .hover-scale, .solo-product {
    transform: scale(1);
    transition: all 200ms ease-in-out;
  }





/*----HOVER TRANSLATE ----*/
.hover-translate:hover {
    transform: translateX(10px);
    transition: all 200ms ease-in-out;
  }
  .hover-translate {
    transform: translateX(0px);
    transition: all 200ms ease-in-out;
  }

/*----HOVER gradient ----*/
  .hover-gradient:hover {
  
    background-image:linear-gradient(164deg,rgba(255,255,255,0) 50%,rgba(0,0,0,0.99) 87%) !important;
    background-color: rgba(0, 0, 0, 0);
    transition: all 200ms ease-in-out;
    color:#1ba0cb;
  }
  .hover-gradient {
    background-image:linear-gradient(164deg,rgba(255,255,255,0) 50%,rgba(0,0,0,0.99) 87%) !important;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 200ms ease-in-out;
  }


.cursor-pointer{
    cursor: pointer;
}


.box-shadow{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}


.text-shadow{
    text-shadow: 0.08em 0.08em 0.24em rgba(0,0,0,0.4);
}
















/*BURGER EFFECT*/

#checkbox {
    display: none;
    }
    
    .toggle {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition-duration: .5s;
    }
    
    .bars {
    width: 100%;
    height: 4px;
    background-color: var(--color-2);
 
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }
    
    #bar2 {
    transition-duration: .8s;
    }
    
    #bar1,#bar3 {
    width: 100%;
    }
    
    #checkbox:checked + .toggle .bars {
    position: absolute;
    transition-duration: .5s;
    }
    
    #checkbox:checked + .toggle #bar2 {
    transform: scaleX(0);
    transition-duration: .5s;
    }
    
    #checkbox:checked + .toggle #bar1 {
    width: 100%;
    transform: rotate(45deg);
    transition-duration: .5s;
    }
    
    #checkbox:checked + .toggle #bar3 {
    width: 100%;
    transform: rotate(-45deg);
    transition-duration: .5s;
    }
    
    #checkbox:checked + .toggle {
    transition-duration: .5s;
    transform: rotate(180deg);
    }
    
    
    
    .navbar{background-image: none !important;}/*RETIRER LE GRADIENT BTS*/
    .navbar-toggler:focus{border: none !important; box-shadow: none !important;}
    .navbar-toggler{border: none !important; box-shadow: none !important;}











    /* FILTER */

    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, select.orderby {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        outline: 0;
        line-height: normal;
        border-radius: 25px;
        border: solid 1px var(--color-1);
        padding: 5px;
    }


    .pwf-field-item-title{
        border-radius: 25px;
        background-color: var(--color-1);
        padding: 5px;
        color: white !important;
        text-align: center;
    }

    .pwf-woo-filter .term-toggle-icon-arrow .pwf-item-label .pwf-toggle, .pwf-woo-filter .title-toggle-icon-arrow .pwf-field-item-title .pwf-toggle {

        right: 10px !important;
 
        /* border: 1px solid #fff !important; */
        border: 2px solid #fff !important;
        border-bottom: none !important;
        border-right: none !important;

    }





.attachment-woocommerce_thumbnail{
    border-radius: 15px 15px 0 0;
}














/* CONTACT */
.wpcf7-text:focus-visible,
.wpcf7-textarea:focus-visible {
  outline: unset !important;
}


#contact_section .wpcf7-text,
#contact_section .wpcf7-textarea,
#contact_section .wpcf7-quiz,
#contact_section .wpcf7-date,
#contact_section .wpcf7-select,
#contact_section .wpcf7-number,
#contact_section .f12c  {
  width: 100% !important;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  border-radius: 21px;
  border: none;
  padding: 20px;
  color: black;
  border : solid 1px var(--color-1)
}

#contact_section .wpcf7-text::placeholder,
#contact_section .wpcf7-textarea::placeholder {
  color: var(--principale);
}

#contact_section textarea,
#contact_section p,
#contact_section label,
#contact_section span {
  width: 100% !important;
}

#contact_section .wpcf7-submit {
    border: none !important;
}

input[type="date"], select {
    -webkit-appearance: none;
    appearance: none;
    /* Vos autres styles */
}


#contact_section .wpcf7-spinner{
    width: 25px !important;
    background-color: var(--color-1) !important;
}



#contact_section .captcha-image img{
    padding: 1em;
}


.wpcf7-not-valid-tip{
    color: red !important;
}






span.price{
    color: black !important;
    font-size: 1.2em !important;

}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: black;
    font-size: 1.8em;
}