height: calc(100% - 2 * $space)
background-color: $menu-background
font-size: 14px
+ z-index: 1
#logo-client
padding: $space
nav
position: absolute
- top: 115px
+ top: 90px
& > ul > li
position: relative
transform-origin: 50% 50%
transform: scale(-1, 1)
-
.menu-compact
- $space: 15px
+ main
+ padding: $space $space $space $space*3+70px
+
+ $compact-menu-space: 15px
$width: 70px
header
display: none
#logo-client, #logo-eif
- padding: $space
+ padding: $compact-menu-space
nav > ul > li
> a
- padding: $space
+ padding: $compact-menu-space
height: $width
span
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
font-size: 24px
font-weight: 900
margin-bottom: 9px
+
.grid
display: grid
- grid-template-columns: repeat( 3, 1fr )
+ grid-template-columns: repeat( 3, 1fr)
grid-gap: 25px
- align-items: start
article
-
- height: 100px
+ position: relative
+ background-color: #fff
+ border-radius: 6px
+ transition: box-shadow 0.5s
padding: 15px
- text-align: right
+
+ &:hover
+ box-shadow: 0 0 50px rgba(0, 0, 0, 0.1)
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
+ &.indicators
+ article
+ height: 100px
+ text-align: right
+
+ 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
+ svg
+ position: absolute
+ top: 15px
+ left: 15px
+ height: 70px
+ width: auto
+ &.charts
+ article
+ .chart
+ img
+ width: 100%
+ height: 100%
+ object-fit: contain
+ object-position: 50% 0
@import "inc/menu"
</article>
<article data-icon="icone-honoraires">
<h4>Honoraires en attente de règlement</h4>
- <strong>1 195 434</strong>
+ <strong>1 195 434 €</strong>
</article>
<article data-icon="icone-optimisation">
<h4>Optimisation moyenne</h4>
</article>
</div>
</section>
+ <section class="charts">
+ <h2>Panorama des dossiers en cours</h2>
+ <div class="grid">
+ <article>
+ <h4>Phasage des dossiers en cours</h4>
+ <div class="chart">
+ <img src="placeholders/dummy_500x500_000000_ffffff.png">
+ </div>
+ <?php include "inc/chart-menu.php" ?>
+ </article>
+ <article>
+ <h4>Détail des dossiers en cours d’audit</h4>
+ <div class="chart">
+ <img src="placeholders/dummy_500x500_000000_ffffff.png">
+ </div>
+ <?php include "inc/chart-menu.php" ?>
+ </article>
+ <article>
+ <h4>Détail des dossiers en cours d’audit</h4>
+ <div class="chart">
+ <img src="placeholders/dummy_500x500_000000_ffffff.png">
+ </div>
+ <?php include "inc/chart-menu.php" ?>
+ </article>
+ <article>
+ <h4>Nature des missions confiées</h4>
+ <div class="chart">
+ <img src="placeholders/dummy_500x400_000000_ffffff.png">
+ </div>
+ <?php include "inc/chart-menu.php" ?>
+ </article>
+ <article>
+ <h4>Détail des dossiers en cours d’audit</h4>
+ <div class="chart">
+ <img src="placeholders/dummy_500x400_000000_ffffff.png">
+ </div>
+ <?php include "inc/chart-menu.php" ?>
+ </article>
+ <article>
+ <h4>Actifs audités par EIF</h4>
+ <div class="chart">
+ <img src="placeholders/dummy_500x400_000000_ffffff.png">
+ </div>
+ <?php include "inc/chart-menu.php" ?>
+ </article>
+ </div>
+ </section>
<?php include "inc/foot.php" ?>
\ No newline at end of file