/*
Theme Name:     Wordpress Elementor Child
Theme URI:      https://www.net-tic.net
Description:    Thème Wordpress Elementor
Author:         Net&Tic
Author URI:     https://www.net-tic.net
Template:       wordpress-elementor
Version:        20250811
Text Domain:    wordpresselementor
*/


/*************************
*****  tarteaucitron *****
**************************/

body {
    --tac-font-family: var(--e-global-typography-primary-font-family);
    --tac-background-color: #F5F5F5;
    --tac-text-color: #333;
    --tac-mainline-background-color: var(--tac-background-color);
    --tac-mainline-color: var(--tac-text-color);
    --tac-infos-border-color: #333;
    --tac-privacy-button-backgound-color: black;
    --tac-privacy-button-backgound-color-hover: var(--e-global-color-primary);
    --tac-service-line-background-color: white;
    --tac-service-line-title-background-color: #EBEBEB;
    --tac-service-line-title-text-color: #444;
    --tac-buttons-accept-background-color: var(--e-global-color-accent);
    --tac-buttons-accept-color: white;
}




/******************************
***********  Divers  **********
*******************************/


.nt-carousel-avis {
    --swiper-pagination-bullet-height: 14px;
    --swiper-pagination-bullet-width: 20px;
    --swiper-pagination-bullet-inactive-color: var(--e-global-color-text);
    --swiper-pagination-bullet-inactive-opacity: .3;
    --swiper-pagination-color: var(--e-global-color-primary);
    --swiper-pagination-bullet-border-radius: 100px;
}
.nt-carousel-avis .nt_carousel_avis-swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
.nt-carousel-avis .nt_carousel_avis-swiper-pagination .swiper-pagination-bullet {
    transition: .3s;
}
.nt-carousel-avis .nt_carousel_avis-swiper-pagination .swiper-pagination-bullet-active {
    width: 40px;
}