2021-02-06 22:22:13 +01:00
|
|
|
// les variables personnalisees
|
|
|
|
|
|
|
|
|
|
|
|
$couleurPrincipale: #005184;
|
|
|
|
$couleurPrincipaleOn: #00c4f5;
|
|
|
|
$couleurSecondaire: #f7651a;
|
2021-06-21 10:00:24 +02:00
|
|
|
$couleurSecondaireClaire: #F9E8DF;
|
2021-02-06 22:22:13 +01:00
|
|
|
/* $couleurPrincipaleDowner: lighten($couleurPrincipale, 60%); */
|
2021-03-11 16:29:35 +01:00
|
|
|
/* $blancTransparent: rgba(white,0.7); */
|
|
|
|
|
|
|
|
$couleurBackgroundTexte: #ffe9e0;
|
2021-06-10 18:05:33 +02:00
|
|
|
$couleurBackgroundTexteBleu:#f5faff;
|
2021-05-28 10:25:45 +02:00
|
|
|
$couleurTertiaire: #00c4f5;
|
|
|
|
|
|
|
|
$couleur-lien-hover: $couleurTertiaire;
|
2021-02-06 22:22:13 +01:00
|
|
|
|
|
|
|
|
|
|
|
$container-width: 1100px;
|
|
|
|
$screen-largeplus: $container-width;
|
|
|
|
$bp-largeplus: breakpoint(max-width, em($screen-largeplus, $_base-font-size));
|
|
|
|
$bp-largeplus-up: breakpoint(min-width, em($screen-largeplus+1px, $_base-font-size));
|
2021-09-27 14:28:03 +02:00
|
|
|
|
|
|
|
|
|
|
|
$blancTransparent: rgba($white,0.9);
|