:root {
    --max-page-width: 1440px;
    --pageWidth: calc(100% * 12 / 14);
    --pageWidth-mobile: calc(100% * 13 / 14);

    --full: 100%;

    --width_global_1_2: calc(100% * 0.5 / 14);

    --width_global_1: calc(100% * 1 / 14);
    --width_global_8: calc(100% * 8 / 14);

    --width_grid_1: calc(100% * 1 / 12);
    --width_grid_1_2: calc(100% * 1 / 24);
    --width_grid_2: calc(100% * 2 / 12);
    --width_grid_3: calc(100% * 3 / 12);
    --width_grid_6: calc(100% * 6 / 12);
    --width_grid_9: calc(100% * 19 / 24);

    --width-state-bottom: 330px;
    --height-elem-state-bottom: 40px;

    --hauteur_header: 66px;
    --hauteur-header-mobile: 56px;
    --hauteur_big_header: 560px;
    --heightBoites: 400px;

    --hauteur-icone-recherche: calc(var(--hauteur_header) + 40px);
    --icone-recherche-tab: calc(var(--hauteur_header) + 40px);

    --hauteur-footer-top: 140px;
    --hauteur-footer-bottom: 124px;
    --footer-mobile-bottom: 350px;
    --footer-overlap-mobile: 195px;
    --hauteur-footer-mobile: 450px;

    --index_milieu: 10;
    --index_front: 1000;

    --hauteur-grand-film: 390px;
    --hauteur-petit-film: 290px;
    --duree-transition: .2s;

    --border-radius: 3px;
    --gutter-very-small: 12px;
    --gutter-small: 16px;
    --gutter-medium: 20px;
    --gutter-big: 40px;

}

.noir-dev-membres {
    --duree-transition: .8s;
}
