/*
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:        20260416
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-content-link__link {
    background: var(--e-global-color-primary);
    border: 25px solid white;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;

    aspect-ratio: 1;
    padding: 0;
    width: 150px;

    transition: .3s;
    -webkit-transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
}
.nt-content-link__link:hover,
.nt-content-link__link:focus {
    background: var(--e-global-color-secondary);
}
.nt-content-link__link svg {
    fill: white;
}
.nt-content-link__link svg:nth-child(1) {
    width: 40px;
}
.nt-content-link__link svg:nth-child(2) {
    height: 23px;
    width: 23px;
}

@media (max-width: 767px) {
    .nt-content-link__link {
        width: 90px;
        border-width: 10px;
    }
    .nt-content-link__link svg:nth-child(1) {
        width: 30px;
    }
    .nt-content-link__link svg:nth-child(2) {
        height: 18px;
        width: 18px;
    }
}

.wpsbc-calendars {
    display: flex;
    justify-content: center;
}