+</main>
<?php include "inc/scripts.php" ?>
</body>
</html>
\ No newline at end of file
<title>EIF - Unibail Rodamco Westfield</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tippy.js/6.3.7/tippy.min.css" integrity="sha512-HbPh+j4V7pXprvQMt2dtmK/zCEsUeZWYXRln4sOwmoyHPQAPqy/k9lIquKUyKNpNbDGAY06UdiDHcEkBc72yCQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style/style.css">
</head>
<body>
<?php include "inc/svg-sprite.php" ?>
-<?php include "inc/menu.php" ?>
\ No newline at end of file
+<?php include "inc/menu.php" ?>
+<main>
// Ajouter les symboles SVG
$("[data-icon]").each(function () {
- $(this).html(getSpriteIcon('eif-' + $(this).data('icon')));
+ $(this).append(getSpriteIcon('eif-' + $(this).data('icon')));
});
// Menu : afficher le sous-menu au clic sur un élement
$background-color: #F0EDEB
$menu-background: #363636
$button-color: #c1ce3a
+$headings-color: #454565
+$light-color:#a2a1bc
$space: 25px
\ No newline at end of file
@import "inc/variables"
@import "inc/reset"
-html,body
+html, body, main
min-height: 100%
body
background-color: $background-color
font-family: $font
+main
+ padding: $space $space $space $space*3+150px
+
+ section
+ article
+ position: relative
+ background-color: #fff
+ border-radius: 6px
+ transition: all 0.5s
+ &:hover
+ box-shadow: 0 0 50px rgba(0,0,0,0.05)
+
+
+ section.indicators
+ padding: 15px 0
+
+ h2
+ color: $headings-color
+ font-family: $font
+ font-size: 24px
+ font-weight: 900
+ margin-bottom: 9px
+ .grid
+ display: grid
+ grid-template-columns: repeat( 3, 1fr )
+ grid-gap: 25px
+ align-items: start
+
+ article
+
+ height: 100px
+ padding: 15px
+ text-align: right
+
+ h4
+ color: $light-color
+ font-size: 16px
+ font-weight: 400
+
+ strong
+ font-weight: 900
+ color: $headings-color
+ font-size: 36px
+ margin-top: 10px
+ display: block
+
+ svg
+ position: absolute
+ top: 15px
+ left: 15px
+ height: 70px
+ width: auto
+
+
@import "inc/menu"
<?php include "inc/head.php" ?>
+ <section class="indicators">
+ <h2>Indicateurs de performance</h2>
+ <div class="grid">
+ <article data-icon="icone-audits-clotures">
+ <h4>Audits clôturés</h4>
+ <strong>557</strong>
+ </article>
+ <article data-icon="icone-actifs-audites">
+ <h4>Actifs audités</h4>
+ <strong>659</strong>
+ </article>
+ <article data-icon="icone-degrevements-obtenus">
+ <h4>Dégrèvements obtenus</h4>
+ <strong>11 781 722 €</strong>
+ </article>
+ <article data-icon="icone-degrevements-en-cours">
+ <h4>Dégrèvements en cours d’instruction</h4>
+ <strong>45</strong>
+ </article>
+ <article data-icon="icone-honoraires">
+ <h4>Honoraires en attente de règlement</h4>
+ <strong>1 195 434</strong>
+ </article>
+ <article data-icon="icone-optimisation">
+ <h4>Optimisation moyenne</h4>
+ <strong>9,87%</strong>
+ </article>
+ </div>
+ </section>
<?php include "inc/foot.php" ?>
\ No newline at end of file