


:root {
    --fs-html: 16px;

    --noir: #000000;
	--noir-gris: #525252;
    --blanc: #ffffff;

    --bleu:#011c3c;
    --bleu-fonce: #011329;
    --bleu-clair: #3e9aa3;

    --border-radius: 0.9375rem;

	--transition-all: all 0.4s ease;
	
	--font-family-text: 'Work Sans', sans-serif;
    --font-family-head: 'Poppins', sans-serif;

    --normal:400;
    --semi-bold:600;
	--bold:700;
	--black:900;

    --space-v:20px;
	--space-h:20px;
 
    --texte-gap:1.125rem;
    --section-gap:3rem;

    --fs-sub-f-li:0.85625rem; /*14px*/
    --fs-f-li:0.8125rem; /*13px*/
    --fs-li:1.125rem; 
    --fs-p-home:0.9rem;
    --fs-s: 0.93rem; 
    --fs-base: 1.17rem;
    --fs-m: 1.367rem;
    --fs-l: 1.5625rem;
    --fs-xl: 1.95rem;
    --container-width: calc((283 / 320) * 100%);
    --ease:all 0.4s ease;
	
	--header-height:44px;
	--scrolled-header-height: 44px;

	--admin-bar-height: 46px;
    --box-radius:4.5rem;
}
@media(min-width:480px) {
    :root {	
        
    }
}
@media(min-width:480px) and (max-width:767px) {
     :root {
        --container-width:460px; 
    }
}

@media(min-width:768px) {
	:root {	
		--container-width:90vw; 
	}
}

@media(min-width:980px) {
	:root {	
        /* --container-width:768px;  */
        --fs-li:0.8rem; /*18px*/
	}
}

@media(min-width:1200px) {
	:root {	
        /* --container-width: 1000px; */
        --fs-li:1.125rem; /*18px*/
    }
}

@media(min-width:1600px) {
	:root {	
        /* --container-width: 1400px; */

        --fs-sub-f-li:0.85625rem; /*14px*/
        --fs-f-li:0.8125rem; /*13px*/
        --fs-li:1.125rem; /*18px*/
        --fs-p-home:1.46875rem;/*22px*/
        --fs-s: 1.5rem; /*24px*/
        /*--fs-base: 1.875rem;*//*30px */
        --fs-base: 1.5rem;
        --fs-m: 2.1875rem;/*35px*/
        --fs-l: 2.5rem;/*40px*/
        --fs-xl: 3.125rem;/*50px*/

        --header-height:130px;
        --scrolled-header-height: 64px;

	}
}
@media(min-width:1920px) {
	:root {	
        --fs-base: 1.875rem;/*30px*/
	}
}
@media(min-width:1800px) {
	:root {	
        --container-width: 1600px;
    }
}
