@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

/* ### COULEURS ### */
 :root {
         --green-color : #9DD29C;
         --green-blue-color : #00AD99;
         --dark-pink-color : #DA1C5C;
         --pink-color : #F386A7;
         --dark-color : #660028;

         --margin-section : 56px;

         --max-width-section : 1440px;
         --gutter-section : 24px;
}

/* ### UTILITAIRE ### */
a:hover{
        color: var(--green-blue-color);
}
a.full-size-link {
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        z-index:2;
}

/* ### TITRAGES & TEXTES ### */
h1 {
        font-size: 56px;
}
h2 {
        position: relative;
        font-weight:900;
        font-size: 48px;

}
h3 {
        font-weight:normal;
        font-size: 18px;
        margin-bottom:0;
}
h4 {
        text-transform:initial;
        font-weight:900;
        font-size: 14px;
}
h5 {
        font-weight:bold;
        font-size: 12px;
}
p,a,span,h1,h2,h3,h4,h5{
        font-family: scandia-web;
        color: var(--dark-color);
}
p,
.main-col p,
.main-col > ul, 
.main-col > ol,
#comments {
        max-width: 720px;
}
p:last-child {
        margin-bottom:0;
}

/* ### BOOTSTRAP ### */
/*
.btn {
        font-weight:bold;
}
body.admin-bar .edit-link a {
    color: #000!important;
}
*/
