/* GENERAL CONFIG VARIABLES */

:root {

    /* FONTS */
    --my-font: 'Poppins', sans-serif;
    --my-font-2: 'Roboto', sans-serif;
    --my-font-num:'Lato', sans-serif; /*Affichage chiffre*/

    /* FONTS SIZE */

    /* SLIDER POSITION */
    --position-photo1: top;
    --position-photo2: center;
    --position-photo3: center;

    /* colors */
    --bleuF-bellon: #0B489D;
    --bleuC-bellon: #35D3D2;
    --orange-bellon: #FE5F00;

    /*BACKGROUND COLORS */
    --primary-color:#1f286d;
    --secondary-color:rgb(238,238,238);
    --tertiary-color:#D3412A;
    --accent-color:rgb(240,206,84);
    --background-color:rgb(255, 255, 255);

    /*TEXT COLORS*/
    --text-color-dark:rgb(0,0,0);
    --text-color-light:rgb(255, 255, 255);
    
    /*BACKGROUNDS IMAGES*/
    --img:url("../img/backgrounds/fondtest.png");
    /*--img:url("../img/backgrounds/My2B-ERP-BOF.jpg");
    --img:url("../img/backgrounds/My2B-ERP-MAREE.jpg");
    --img:url("../img/backgrounds/My2B-ERP-VIANDE.jpg");
    --img:url("../img/backgrounds/My2B-ERP-F&L.jpg");*/

}

.glass {
    border: 1px solid rgba(255, 255, 255, 0.70);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(25px);
}