front.scss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. header{
  2. #block-mainnavigation{
  3. ul{
  4. li{
  5. font-size: 0.8rem;
  6. a{
  7. color: black;
  8. font-family: 'truenoregular';
  9. &.is-active{
  10. font-family: 'truenobold';
  11. color: black;
  12. text-decoration: none;
  13. }
  14. &:hover{
  15. font-family: 'truenobold';
  16. color: black;
  17. text-decoration: none;
  18. }
  19. }
  20. }
  21. }
  22. }
  23. }
  24. #txt_present{
  25. margin: 3rem 0;
  26. @media screen and (min-width: 992px) {
  27. margin: 5rem 0;
  28. }
  29. & * {
  30. color: $color2;
  31. }
  32. & > div{
  33. margin: 2rem auto;
  34. }
  35. .__title-present{
  36. h2{
  37. font-size: 1.9rem;
  38. font-family: 'truenoregular';
  39. line-height: normal;
  40. }
  41. }
  42. .__sub-title-present{
  43. p{
  44. font-family: 'truenoregular_italic';
  45. font-size: 0.9rem;
  46. line-height: 1.3rem;
  47. }
  48. }
  49. .__body-present{
  50. p{
  51. font-family: 'truenolight';
  52. font-size: 1.2rem;
  53. line-height: 1.8rem;
  54. }
  55. }
  56. .more_link{
  57. padding: 0rem 1rem 0.2rem 1rem;
  58. background: white;
  59. a{
  60. font-size: 0.7rem
  61. }
  62. }
  63. }
  64. #block-views-block-dernieres-publications-block-1{
  65. .views{
  66. section:not(.wrap_head){
  67. margin: 1rem 0;
  68. @media screen and (min-width: 768px) {
  69. margin: 1rem calc( 0rem - #{$gutter});
  70. }
  71. }
  72. }
  73. }
  74. #block-views-block-slide-programme-block-1,
  75. #block-views-block-dernieres-publications-block-1{
  76. margin: 2rem 0;
  77. @media screen and (min-width: 992px) {
  78. margin: 5rem 0;
  79. }
  80. h3{
  81. text-transform: uppercase;
  82. margin: 0;
  83. font-family: 'dukefill';
  84. font-size: 2rem;
  85. letter-spacing: $letter_spacingH;
  86. color: $color2
  87. }
  88. }
  89. #block-views-block-slide-programme-block-1{
  90. h3{
  91. &::after{
  92. display: inline-flex;
  93. width: 60px;
  94. height: 60px;
  95. vertical-align: middle;
  96. margin-left:20px;
  97. @include labelOnline;
  98. }
  99. }
  100. }