changement de template html5up + retouche du logo

This commit is contained in:
Antoine Ouvrard
2021-09-17 15:27:59 +02:00
parent 5e97fdcb3b
commit 9e54cbbd7d
60 changed files with 4230 additions and 5463 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,19 +1,37 @@
/*
Overflow by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
/*
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* BG */
body.is-preload #bg:before {
background-color: transparent;
}
/* Header */
body.is-preload #header {
opacity: 1;
-moz-filter: none;
-webkit-filter: none;
-ms-filter: none;
filter: none;
}
body.is-preload #header footer {
-moz-transform: none;
-webkit-transform: none;
-ms-transform: none;
transform: none;
body.is-preload #header > * {
opacity: 1;
}
}
body.is-preload #header .content .inner {
max-height: none;
padding: 3rem 2rem;
opacity: 1;
}
/* Main */
#main article {
opacity: 1;
margin: 4rem 0 0 0;
}