modif css

This commit is contained in:
2020-01-20 11:51:20 +01:00
parent 7ca69e1549
commit b81be5ec03
178 changed files with 14005 additions and 187 deletions
@@ -0,0 +1,111 @@
$animate: all 0.2s ease-in-out;
#text_figli{
z-index: 999;
opacity: 1;
p{
& > a{
z-index: 999;
&:before,
&:after {
content: "";
position: absolute;
bottom: -1px;
width: 0px;
height: 1px;
margin: 1px 0 0;
transition: $animate;
transition-duration: 0.3s;
opacity: 0;
background-color: black;
}
&::before{
left: 50%;
}
&:after{
right: 50%;
}
&:hover {
cursor: pointer;
&:before,
&:after {
width: 100%;
opacity: 1;
}
&:before,
&:after {
width: 50%;
}
}
#icone_list{
transition: 1s 0.5s margin-left,0.8s 0.3s opacity;
.hamburger{
&.hamburger--slider{
.hamburger-inner{
transform: translate3d(0,5px,0) rotate(0deg);
transition: 0s 0.2s transform;
&:after{
transform: translate3d(0,-10px,0) rotate(0deg);
transition: 0.2s 0.2s transform;
}
}
}
}
}
&.open{
#icone_list{
transition: 0.5s margin-left, 0.5s opacity;
.hamburger{
&.hamburger--slider{
.hamburger-inner{
transform: translate3d(0,5px,0) rotate(45deg);
transition: 0.8s 0.2s transform;
&:after{
transform: translate3d(0,-10px,0) rotate(90deg);
transition: 1s 0.2s transform;
}
}
}
}
}
}
}
}
&.hidden{
opacity: 0;
transition: 0.3s opacity ease;
}
}
.circle_hover{
position: absolute;
width: 0px;
height: 0px;
transform: translate(-50%, -50%);
z-index: 0;
transition: height .2s, width .2s;
&.open{
width: 200px;
height: 200px;
transition: height .5s, width .5s;
}
&.publique{
background:
url("/user/themes/figureslibres/images/forme2.svg") center no-repeat;
background-size: contain;
}
&.sociale{
background: $color_sociale;
border-radius: 100px;
}
&.culturelle{
background:
url("/user/themes/figureslibres/images/forme3.svg") center no-repeat;
background-size: contain;
}
&.commanditaires{
background:
url("/user/themes/figureslibres/images/forme4.svg") center no-repeat;
background-size: contain;
}
}
@@ -0,0 +1,20 @@
#item_list{
display: inline-flex;
flex-wrap: wrap;
width: 100%;
.card{
width: $Wi50;
height: 100%;
&:nth-child(odd){
margin-right: $margI;
}
.card-header{
z-index: 999;
display: inline-flex;
width: 100%;
& > * {
margin-right: $marg;
}
}
}
}
@@ -0,0 +1,7 @@
.search-input, [data-grav-field="array"] input, [data-grav-field="array"] textarea {
@extend .form-input;
}
.button {
@extend .btn;
}
@@ -0,0 +1,30 @@
// Sticky Footer solution
body.sticky-footer {
height: 100%;
min-height: 100vh;
display: flex;
flex-direction: column;
#page-wrapper {
flex: 1 0 auto;
}
}
.home{
footer{
color: #acb3c2;
display: inline-flex;
position: fixed;
bottom: 20px;
right: 20px;
p{
font-size: 1rem!important;
line-height: 1rem!important;
a{
img{
width: 20px!important;
}
}
}
}
}
@@ -0,0 +1,47 @@
form {
.button-wrapper {
margin-top: 0.75rem;
margin-bottom: 1rem;
}
span.required {
color: $error-color;
font-weight: 700;
font-size: 1.2rem;
}
.form-input[type=range] {
appearance: slider-horizontal;
&:focus {
box-shadow: none;
border: none;
}
}
}
#grav-login {
> form {
margin: 2rem auto 0;
max-width: 350px;
}
.form-label {
display: none;
}
.form-data {
margin: 1rem 0;
}
.form-input {
text-align: center;
}
.button-wrapper {
text-align: right;
.form-data.rememberme {
margin: 0;
float: left;
}
button[type="submit"] {
@include button-primary;
}
}
}
@@ -0,0 +1,156 @@
html {
height: 100%;
}
#body-wrapper {
.container {
padding: $vert-padding;
}
// Fixed Header solution
.header-fixed & {
padding-top: $header-height-large;
}
}
.header-fixed {
.hero + #start > #body-wrapper {
padding-top: 0;
}
}
section.section {
padding-left: $horiz-padding;
padding-right: $horiz-padding;
position: relative;
}
.overlay-light, .overlay-dark, .overlay-light-gradient, .overlay-dark-gradient {
z-index: 0;
}
// Hero
.hero {
display: flex;
align-items: center;
justify-content: center;
padding-top: 6rem;
padding-bottom: 7rem;
background-size: cover;
background-position: center;
h1 {
color: $header-text-dark;
font-size: 4rem;
}
h2 {
color: rgba($header-text-dark, 0.8);
font-size: 2.5rem;
}
&.hero-fullscreen {
min-height: 100vh;
}
&.hero-large {
min-height: 500px;
}
&.hero-medium {
min-height: 400px;
}
&.hero-small {
min-height: 110px;
}
&.hero-tiny {
min-height: 8rem;
}
.header-fixed & {
background-position: 50% 0;
}
//&.parallax {
// background-attachment: fixed;
//}
@include breakpoint(md) {
h1 {
font-size: 3rem;
}
h2 {
font-size: 1.75rem;
}
}
@include breakpoint(sm) {
h1 {
font-size: 2rem;
}
h2 {
font-size: 1.25rem;
}
}
&.text-light {
h1 {
color: $header-text-light;
}
h2 {
color: rgba($header-text-light, 0.8);
}
}
p {
font-size: .9rem;
font-weight: 300;
}
#to-start {
display: inline-block;
position: absolute;
bottom: 10px;
font-size: 2rem;
cursor: pointer;
}
}
// Overlay
.image-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
.overlay-light & {
background: rgba(#fff, 0.4);
}
.overlay-light-gradient & {
background: linear-gradient(to bottom, rgba(#fff,0.5), rgba(#fff,0.2));
}
.overlay-dark & {
background: rgba(#000, 0.4);
}
.overlay-dark-gradient & {
background: linear-gradient(to bottom, rgba(#000,0.5), rgba(#000,0.2));
}
}
@@ -0,0 +1,4 @@
.home{
header{
}
}
@@ -0,0 +1,38 @@
#item{
.e-content{
-webkit-columns: 300px 2;
-moz-columns: 300px 2;
columns: 300px 2;
margin-bottom: $marg;
}
.card-image{
img:not(:last-of-type){
margin-bottom: $marg;
}
}
}
.other_projets{
border-top: 1px solid black;
display: flex;
flex-wrap: wrap;
margin-top: $margI;
margin-bottom: $margI;
h3{
margin: 1rem 0 $marg 0;
width: 100%;
}
.card{
width: $Wi33;
&:nth-child(-1n+3){
margin-right: $marg;
}
.card-header{
display: flex;
flex-wrap: wrap;
& > *{
margin-right: $marg;
}
}
}
}
@@ -0,0 +1,143 @@
@media screen and (max-width: 1024px){
body{
#start{
width: $Wi80-m;
#text_figli{
#item_list{
.card{
width: $Wi33-m;
#item{
width: calc(300% + (.5rem * 2));
}
}
}
}
}
}
}
@media screen and (max-width: 1000px){
.sidebar-right{
.list-projets {
.container{
width: 100%;
float: none;
padding-bottom: 0;
}
.informations{
width: calc(100% - 10px);
float: none;
padding-left: 0.5rem;
margin-left: 10px;
&::after{
height: 1px;
width: 0;
}
}
}
&.is-active{
.informations{
&::after{
width: 100%;
transition: 1s width 1s ease;
}
}
}
}
#item_list{
width: 90vw!important;
}
}
@media screen and (max-width: 414px) {
body{
#start{
width: $Wi-m;
margin: 0rem auto 2rem auto;
padding-right: 2rem;
#text_figli{
p{
font-size: 1.7rem;
line-height: 2.3rem;
a{
&:before,
&:after {
width: 50%;
opacity: 1;
background-color: black;
}
}
}
#item_list{
width: 100%;
.card{
width: calc(100%);
margin: 0 0 0.5rem 0;
#item{
width: 100%;
padding: 1rem;
.content-title{
h2{
font-size: 2rem !important;
line-height: 2.5rem !important;
}
& > div{
line-height: 1rem;
}
}
}
}
}
}
}
.sidebar-right{
width: 100%;
right: -100%;
#icone_list{
z-index: 0;
width: 100%;
// background-color: #f9f9f9fe;
.hamburger{
float: right;
z-index: 999;
}
}
.list-projets{
z-index: 999;
ul{
text-align: center;
span{
text-align: center;
}
li{
text-align: center;
margin-top: 0!important;
&::before{
width: 100%;
}
a{
padding: 0.5rem;
}
}
}
}
}
}
footer{
z-index: 999;
justify-content: center;
width: 100%;
bottom: 0!important;
left: 0!important;
padding: 0.5rem;
background-color: #f9f9f9fe;
}
.circle_hover.open{
width: 100px!important;
height: 100px!important;
}
}
@@ -0,0 +1,373 @@
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
margin: 0;
padding: 0;
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
font-size: 16px;
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0;
padding: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: auto;
margin:0;
}
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
p{
margin: 0;
}
ul{
list-style: none;
}
ul,li{
margin: 0;
padding: 0;
}
a {
background-color: transparent;
color: black;
text-decoration: none;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted; /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none;
width: 100%;
height: 100%;
vertical-align: bottom;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
-webkit-box-sizing: border-box;
box-sizing: border-box; /* 1 */
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none;
}
@@ -0,0 +1,173 @@
.sidebar-right{
position: fixed;
width: 100%;
height: 100%;
// right: calc( -20% + 0.5rem);
left: -100vw;
top: 0;
transition: 0.3s right ease;
background: #f9f9f9fe;
z-index: 1000;
ul{
& > *:not(span) {
// border: 2px solid black;
// border-radius: 50px;
}
}
#icone_list{
z-index: 1000;
position: fixed;
top: 10px;
right: 0;
}
.list-projets{
height: 100%;
overflow: auto;
.title-menu{
padding-left: 0.5rem;
&::after{
content: " ";
width: 0;
height: 1px;
display: block;
margin-top: 0.5rem;
}
}
.container{
opacity: 0;
overflow: auto;
padding: 1rem 2rem 2rem 0.5rem;
width: 85%;
float: left;
margin-top: 20px;
ul{
margin-bottom: 20px;
span.cat{
display: block;
line-height: 3rem;
}
li{
display: inline-flex;
align-items: flex-end;
width: auto;
position: relative;
a{
z-index: 0;
display: block;
background: #f9f9f9fe;
transition: 0.6s background;
margin-right: 5px;
padding: 0 ;
.img{
pointer-events: none;
display: none;
position: fixed;
width: 300px;
height: auto;
z-index: 999;
transform-origin: center center;
transform: rotate(0deg);
border-radius: 10px;
overflow: hidden;
}
&:hover{
z-index: 999;
.img{
display: block;
transition: all 1s ease;
}
}
}
// &::before{
// position: absolute;
// content: " ";
// display: inline-block;
// height: 100%;
// transition: 0.6s background;
// }
&:hover{
&.culturelle{
a{
background: $color_culturelle;
transition: 0.6s background;
}
// &::before{
// }
}
&.sociale{
a{
background: $color_sociale;
transition: 0.6s background;
}
// &::before{}
}
&.publique{
a{
background: $color_publique;
transition: 0.6s background;
}
&::before{}
}
&::before{
min-width: 100%;
transition: 0.3s background;
}
}
}
a{
color: black;
z-index: 999;
&.active{
color: black;
}
}
}
}
.informations{
position: relative;
float: right;
width: 15%;
height: 100%;
padding-left: 40px;
opacity: 0;
&::after{
content: " ";
height: 0;
width: 1px;
display: block;
position: absolute;
top: 0;
margin-right: 1rem;
left:0;
}
}
}
&.is-active{
left: 0;
transition: 0.5s 0.3s left ease;
.title-menu{
&::after{
width: 100%;
background: black;
transition: 1s 0.9s width ease;
}
}
.informations{
padding-left: 25px;
opacity: 1;
transition: 1s opacity 1s ease;
&::after{
background: black;
height: 100%;
transition: 1s 0.9s height ease;
}
}
.container{
margin-top: 0;
opacity: 1;
transition: 1s opacity 1s ease;
}
}
}
@@ -0,0 +1,290 @@
*{
box-sizing: border-box;
}
.loader{
display: none;
background-image: url('/user/themes/figureslibres/images/ajax-loader.gif');
background-size: 10px 10px;
background-position: center;
background-repeat: no-repeat;
vertical-align: middle;
margin-left: 10px;
width: 10px;
height: 10px;
}
.card{
.loader{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, 50%);
z-index: 999;
margin-left: 0;
}
}
html, body{
background: #f9f9f9fe;
&.hidden{
overflow: hidden;
}
}
img.lazy{
display: block;
}
body{
#start{
width: $Wi80;
margin: $marg auto auto $marg;
#text_figli{
p {
a{
#icone_list{
opacity: 0;
margin-left: -30px;
z-index: 999;
position: relative;
display: inline-block;
.hamburger{
padding: 0;
margin-left: 10px;
.hamburger-box{
vertical-align: middle;
}
}
}
&.marg{
margin-right: $marg;
}
&.open{
#icone_list{
z-index: 999;
position: relative;
display: inline-block;
margin-left: 0px;
opacity: 1;
transition: 0.5s margin-left, 0.5s opacity;
.hamburger{
padding: 0;
margin-left: 10px;
&.hamburger--slider{
.hamburger-inner{
transform: translate3d(0,5px,0) rotate(45deg);
transition: 0.8s 0.2s transform;
&:after{
transform: translate3d(0,-10px,0) rotate(90deg);
transition: 1s 0.2s transform;
}
}
}
.hamburger-box{
vertical-align: middle;
}
}
}
}
}
}
#item_list{
width: 80vw;
margin-top: 0.5rem;
position: relative;
.card{
width: calc((100% / 5) - ( #{$marg} * 2) );
min-width: 250px;
display: inline-block;
vertical-align: top;
position: relative;
margin: 0 $marg $marg 0;
height: 100%;
& > .card-image{
&.open{
a{
img{
filter: grayscale(0);
transition: filter 0.3s ease;
}
}
}
}
a{
display: block;
border-radius: 5px;
overflow: auto;
img{
filter: grayscale(1);
transition: filter 0.3s ease;
}
}
.card-header{
width: 100%;
padding: $marg;
flex-wrap: wrap;
display: none;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
& > *{
font-size: 0.8rem;
line-height: 1rem;
margin-right: $marg;
}
}
&:hover{
a{
display: block;
img{
filter: grayscale(0);
transition: filter 0.3s ease;
}
}
.card-header{
display: inline-flex;
position: absolute;
// transform: translateY(-100%);
bottom: 0;
}
}
&:last-of-type{
vertical-align: baseline!important;
}
#item{
width: calc( 80vw - ( #{$marg} * 6) );
padding: 2rem 2rem 0.5rem 2rem;
margin-top: $marg;
border-radius: 5px;
position: relative;
.content-title{
margin: 0 auto 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: baseline;
a{
display: block;
}
}
.e-content{
margin: 1rem auto 2rem auto;
p{
font-size: 1rem;
line-height: 1.2rem;
}
}
&.publique{
background: $color_publique;
}
&.sociale{
background: $color_sociale;
}
&.culturelle{
background: $color_culturelle;
}
&.commanditaires{
background: $color_commanditaire;
}
#icone_list{
position: absolute;
top: 0px;
right: 0;
line-height: 0;
}
}
}
&.publique{
.card{
&:hover{
.card-header{
background: $color_publique;
}
}
}
}
&.sociale{
.card{
&:hover{
.card-header{
background: $color_sociale;
}
}
}
}
&.culturelle{
.card{
&:hover{
.card-header{
background: $color_culturelle;
}
}
}
}
&.commanditaires{
columns: 4 150px;
-webkit-column-gap: 2em;
-moz-column-gap: 2em;
column-gap: 2em;
display: block;
margin: 1rem auto;
p{
font-size: 1rem;
line-height: 1.2rem;
margin: 0.5rem auto;
}
.card{
&:hover{
.card-header{
background: $color_culturelle;
}
}
}
}
}
#top{
cursor: pointer;
position: relative;
width: 100%;
text-align: center;
}
}
}
&:not(.home){
#start{
margin-top: calc( 2rem + #{$Flhome});
}
}
}
#icone_list{
.hamburger{
padding: 0.8rem;
.hamburger-box{
width: 18px;
height: 12px;
.hamburger-inner{
height: 2px;
width: 18px;
&::before{
width: 15px;
height: inherit;
top: 5px;
}
&::after{
top: 10px;
height: inherit;
width: inherit;
}
}
}
&.hamburger--slider.is-active{
.hamburger-inner{
transform: translate3d(0, 5px, 0) rotate(45deg);
&::after {
transform: translate3d(0, -10px, 0) rotate(-90deg);
}
}
}
}
}
@@ -0,0 +1,178 @@
h1, h2, h3, p, ul, li, a, span{
font-family: $lato;
font-weight: lighter;
}
header{
a{
font-size: $txt-figli;
line-height: $Flhome;
}
}
a, button{
border: none;
outline: none!important;
}
.home{
h2, p{
font-size: $txt-figli;
line-height: 3rem;
}
#text_figli{
strong{
position: relative;
&::after{
display: block;
position: absolute;
content: "";
width: 100%;
height: 1px;
background: black;
bottom: 0;
}
}
a{
position: relative;
&#publique{
font-family: $playfair;
}
&#sociale{
font-family: $syne;
}
&#culturelle{
font-family: $avara;
}
&#commanditaires{
font-family: $moche;
}
}
#item{
.e-content{
p{
font-size: 1.5rem;
line-height: 3rem;
strong{
font-weight: bold!important;
}
a{
text-decoration: underline;
}
em{
font-style: italic;
}
}
}
}
#item_list{
&.commanditaires{
flex-direction: column;
.card-title{
line-height: normal;
}
}
}
}
}
#item{
h2{
width: auto;
line-height: 4rem!important;
font-size: 4rem!important;
font-weight: normal!important;
}
span{
font-size: 1rem;
}
&.publique{
h2{
font-family: $playfair;
}
span{
font-family: $playfair;
font-weight: normal;
}
}
&.sociale{
h2{
font-family: $syne;
}
span{
font-family: $syne;
font-weight: normal;
}
}
&.culturelle{
h2{
font-family: $avara;
}
span{
font-family: $avara;
font-weight: normal;
}
}
}
a.publique, span.publique{
font-family: $playfair;
}
a.sociale, span.sociale{
font-family: $syne;
}
a.culturelle, span.culturelle{
font-family: $avara;
}
.sidebar-right{
h2{
margin: .5rem 0rem 0rem 0rem;
}
ul > span{
font-size: 0.8rem;
line-height: 1rem!important;
text-decoration: underline;
margin-bottom: 0.5rem;
}
ul > li{
font-size: 1.7rem;
line-height: 2rem;
a{
font-size: 1.7rem;
line-height: 2rem;
border-radius: 50px;
}
}
.informations{
padding: 1rem;
&> div{
margin-bottom: 1rem;
}
h3{
font-size: 1.5rem;
line-height: 2rem;
margin: 0;
}
p{
font-size: 1rem;
line-height: 1.5rem;
}
}
}
.other_projets{
h3{
font-size: $txt-figli;
margin: 0;
}
}
.card{
h2{
margin: 0;
font-size: 1rem;
}
}