123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264 |
- html, body{
- font-family: $Regular;
- line-height: 1.35;
- }
- h2{
- font-size: 2rem;
- }
- h4{
- font-weight: normal;
- font-size: 1rem;
- font-family: $Bold;
- }
- h5{
- font-weight: normal;
- font-size: 1.2rem;
- }
- nav{
- a{
- font-family: $Bold;
- font-size: 0.9rem;
- }
- }
- .container{
- & > .title{
- font-family: $Bold;
- }
- }
- .card-header{
- .publics{
- font-size: 0.8rem;
- font-family: $Bold;
- }
- }
- .card-title{
- h2{
- font-family:$now_alt_bold;
- font-weight: 400;
- font-size: 1.2rem!important;
- }
- .date{
- font-size: 0.8rem;
- }
- }
- .card-content{
- .reso{
- a{
- font-family: $Bold;
- font-weight: 400;
- }
- }
- }
- p{
- font-size: 0.9rem;
- strong{
- font-family: $Bold;
- font-weight: normal;
- }
- }
- .gal{
- p{
- font-family:$now_alt_bold;
- font-weight: 400;
- font-size: 1.2rem;
- line-height: 2.2rem;
- }
- }
- .entete{
- h1{
- font-size: 1.2rem;
- color: white;
- }
- p{
- font-family:$now_alt_bold;
- font-weight: 400;
- font-size: 1.5rem;
- line-height: 2rem;
- }
- }
- #home{
- p:not(:last-child){
- strong{
- font-size: 1.3rem;
- }
- }
- .content{
- p{
- strong{
- font-family:$now_alt_bold;
- font-weight: 400;
- }
- &:nth-of-type(n+4):not(:last-child){
- text-align: center;
- strong{
- color: $red;
- font-family:$now_alt_bold;
- font-weight: 400;
- }
- }
- }
- }
- }
- #item{
- .content{
- .content_s{
- h2{
- font-family: $Bold;
- font-size: 1.3rem;
- }
- }
- }
- .icones{
- p{
- font-family: $now_alt_bold;
- font-weight: 400;
- color: $red;
- font-size: 1.2rem;
- }
- }
- }
- .sidebar{
- .date{
- font-size: 0.8rem;
- }
- h2{
- font-family:$now_alt_bold;
- font-weight: 400;
- font-size: 1.4rem;
- line-height: 100px;
- color: white;
- text-align: center;
- }
- h3{
- font-size: 1.1rem;
- font-family:$now_alt_bold;
- font-weight: 400;
- }
- .date{
- color: $grey;
- }
- .side-all-agenda{
- a{
- font-size: 0.9rem;
- font-family: $Bold;
- }
- }
- }
- #newsletter{
- label{
- font-size: 1rem;
- line-height: 1.9rem;
- font-weight: normal;
- font-family: $Bold;
- }
- }
- .cat{
- width: 100%;
- a, label{
- font-family: $Bold;
- }
- }
- .dt{
- font-family: $Bold;
- color: $red;
- }
- #ajax-test-form{
- .form-label{
- font-size: 1.2rem;
- font-family: $Bold;
- }
- .radio{
- .form-radio{
- font-size: 1rem;
- font-family: $Bold;
- }
- }
- .button-wrapper{
- button{
- font-family: $Bold;
- }
- }
- }
- #send-valide{
- .toast{
- font-size: 1.3rem;
- font-family: $Bold;
- }
- .ok{
- font-family: $Bold;
- }
- }
- #devis{
- h4{
- font-size: 1rem;
- font-family:$now_alt_bold;
- font-weight: 400;
- }
- p{
- &:nth-of-type(1){
- color: white;
- text-align: center;
- }
- strong{
- font-family:$now_alt_bold;
- font-weight: 400;
- }
- }
- &.item{
- .title{
- font-family: $Bold;
- }
- }
- }
- .demander-votre-devis{
- a{
- p:nth-of-type(1){
- font-size: 2rem;
- }
- color: white;
- strong{
- font-family:$now_alt_bold;
- font-weight: 400;
- }
- }
- }
- #reco{
- h5{
- font-family:$Bold;
- font-weight: 400;
- }
- }
- #footer{
- font-family:$now_alt_medium;
- font-weight: 400;
- p{
- font-size: 0.8rem;
- a{
- font-family: $Bold;
- }
- }
- }
|