2019-02-25 00:47:08 +01:00
|
|
|
@charset "utf-8";
|
|
|
|
|
|
|
|
// Customization
|
|
|
|
|
|
|
|
// You can easily customize Bulma with your own variables.
|
|
|
|
// Just uncomment the following block to see the result.
|
|
|
|
|
|
|
|
/*
|
|
|
|
// 1. Import the initial variables
|
|
|
|
@import "../node_modules/bulma/sass/utilities/initial-variables";
|
|
|
|
|
|
|
|
// 2. Set your own initial variables
|
|
|
|
// Update the blue shade, used for links
|
|
|
|
$blue: #06bcef;
|
|
|
|
// Add pink and its invert
|
|
|
|
$pink: #ff8080;
|
|
|
|
$pink-invert: #fff;
|
|
|
|
// Update the sans-serif font family
|
|
|
|
$family-sans-serif: "Helvetica", "Arial", sans-serif;
|
|
|
|
|
|
|
|
// 3. Set the derived variables
|
|
|
|
// Use the new pink as the primary color
|
|
|
|
$primary: $pink;
|
|
|
|
$primary-invert: $pink-invert;
|
|
|
|
|
|
|
|
// 4. Import the rest of Bulma
|
|
|
|
*/
|
|
|
|
|
2019-03-12 15:23:58 +01:00
|
|
|
/**
|
|
|
|
Thème
|
|
|
|
**/
|
2019-03-13 15:23:55 +01:00
|
|
|
$deep-koamaru:#2b4162;
|
|
|
|
$myrtle-green:#326273;
|
|
|
|
$cadet-blue:#5c9ead;
|
|
|
|
$neon-carrot:#fa9f42;
|
|
|
|
$white:#ffffff;
|
2019-03-11 11:24:41 +01:00
|
|
|
|
2019-03-12 15:23:58 +01:00
|
|
|
/**
|
|
|
|
Variables Bulma
|
|
|
|
**/
|
2019-03-13 15:23:55 +01:00
|
|
|
$primary:$cadet-blue;
|
2019-03-11 11:24:41 +01:00
|
|
|
$primary-invert:#fff;
|
2019-03-13 15:23:55 +01:00
|
|
|
$info:$myrtle-green;
|
2019-03-12 15:23:58 +01:00
|
|
|
$info-invert:#fff;
|
2019-03-13 15:23:55 +01:00
|
|
|
$footer-color:$deep-koamaru;
|
|
|
|
$link:$neon-carrot;
|
2019-03-15 16:01:02 +01:00
|
|
|
$link-hover:"";
|
2019-03-05 16:01:59 +01:00
|
|
|
|
2019-03-13 16:29:43 +01:00
|
|
|
html {
|
|
|
|
background-color: $primary;
|
|
|
|
}
|
|
|
|
|
2019-06-17 23:17:15 +02:00
|
|
|
body{
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
|
2019-06-21 00:48:23 +02:00
|
|
|
.dark-theme-only{
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
|
2019-02-25 00:47:08 +01:00
|
|
|
@import "../node_modules/bulma/bulma";
|
2019-03-20 10:36:58 +01:00
|
|
|
@import "icon";
|
2019-06-21 00:48:23 +02:00
|
|
|
@import "dark-theme";
|
2019-03-05 16:01:59 +01:00
|
|
|
|
2019-03-07 11:46:02 +01:00
|
|
|
#idCard {
|
|
|
|
|
|
|
|
.hero-body {
|
|
|
|
padding-bottom: 2rem;
|
|
|
|
padding-top: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
// permet de re-aligner les tags avec les subtitles
|
|
|
|
.tags {
|
|
|
|
margin-top: -1.25rem;
|
|
|
|
}
|
2019-03-11 11:24:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
// retire les barres de scroll des panneaux experience/education
|
|
|
|
#experiences .media-content {
|
|
|
|
overflow: hidden;
|
2019-03-12 15:23:58 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
background-color: $footer-color !important;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer strong {
|
|
|
|
color: #fff;
|
2019-03-13 15:23:55 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.media-content {
|
|
|
|
margin-top: -6px;
|
2019-03-13 16:39:01 +01:00
|
|
|
}
|
|
|
|
|
2019-03-13 16:52:04 +01:00
|
|
|
// Pour devices iOS qui ont un notch (si c'est pas un device avec un notch, it's no-tch your problem)
|
2019-03-13 16:39:01 +01:00
|
|
|
div.hero-body {
|
2019-03-13 16:42:13 +01:00
|
|
|
margin-left: env(safe-area-inset-left);
|
2019-03-13 16:49:28 +01:00
|
|
|
margin-right: env(safe-area-inset-right);
|
2019-03-15 00:35:59 +01:00
|
|
|
}
|
|
|
|
|
2019-03-19 14:24:02 +01:00
|
|
|
section#contact .button {
|
2019-03-19 09:59:19 +01:00
|
|
|
min-width: 155px;
|
2019-03-15 17:30:26 +01:00
|
|
|
}
|
|
|
|
|
2019-03-15 16:01:02 +01:00
|
|
|
@media screen and (max-width: 768px) {
|
2019-03-15 16:15:00 +01:00
|
|
|
.button.is-fullw-mobile {
|
2019-03-15 16:01:02 +01:00
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2019-03-23 23:35:17 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.displayOnlyOnPrint {
|
2019-03-26 10:39:12 +00:00
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#buttonsUnderPhoto a {
|
|
|
|
padding-left: 16px;
|
|
|
|
padding-bottom:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#photosAndButtons .media-content p + p {
|
|
|
|
margin-top:-16px;
|
2019-03-26 14:25:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tile p.title{
|
|
|
|
font-size: 25px;
|
2019-03-05 16:01:59 +01:00
|
|
|
}
|