123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195 |
- html, body{
- font-family: $Regular;
- line-height: 1.35;
- }
- h1{
- text-transform: uppercase;
- }
- h2{
- font-size: 2rem;
- }
- h4{
- font-weight: normal;
- font-size: 2rem;
- }
- h5{
- font-weight: normal;
- font-size: 1.2rem;
- }
- .container{
- & > .title{
- font-family: $Bold;
- }
- }
- .card-header{
- .publics{
- .tags{
- font-size: 0.8rem;
- font-family: $Bold;
- }
- }
- }
- .card-title{
- font-family: $Bold;
- font-size: 1.2rem;
- .date{
- font-size: 0.8rem;
- }
- }
- p{
- font-size: 0.9rem;
- strong{
- font-family: $Bold;
- font-weight: normal;
- }
- }
- .gal{
- h2{
- font-size: 1.65rem;
- line-height: 2.2rem;
- }
- }
- .entete{
- h2{
- font-size: 1.2rem;
- color: white;
- }
- h3{
- font-size: 1.5rem;
- line-height: 2rem;
- }
- }
- #home{
- p:not(:last-child){
- strong{
- font-size: 1.3rem;
- }
- }
- .content{
- p{
- &:nth-of-type(n+4):not(:last-child){
- text-align: center;
- strong{
- color: $red;
- }
- }
- }
- }
- }
- #item{
- .content{
- .content_s{
- h4{
- font-family: $Bold;
- font-size: 1.3rem;
- }
- }
- }
- }
- .sidebar{
- .date{
- font-size: 0.8rem;
- }
- h2{
- font-size: 1.4rem;
- line-height: 100px;
- color: white;
- text-align: center;
- }
- h5{
- font-size: 1.3rem;
- font-family: $Bold;
- }
- .date{
- color: $grey;
- }
- .side-all-agenda{
- a{
- font-size: 0.9rem;
- font-family: $Bold;
- }
- }
- }
- .side-newsletter{
- label{
- font-size: 1rem;
- line-height: 1.9rem;
- font-weight: normal;
- font-family: $Bold;
- }
- }
- .cat{
- width: 100%;
- a{
- 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{
- p{
- &:nth-of-type(1){
- color: white;
- text-align: center;
- }
- }
- #demander-votre-devis{
- a{
- color: white;
- }
- }
- }
- #footer{
- p{
- font-size: 0.8rem;
- a{
- font-family: $Bold;
- }
- }
- }
|