footer.scss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. footer{
  2. background: white;
  3. border-top: 1px solid black;
  4. width: 100%;
  5. height: auto;
  6. padding: 2rem 0 0 0;
  7. margin-top:2rem;
  8. & > .d-flex{
  9. & > div{
  10. margin-bottom: 1.5rem;
  11. }
  12. }
  13. @media (min-width: 992px) {
  14. .d-lg-block {
  15. display: block !important;
  16. }
  17. }
  18. #block-colloque2024-renderedsitesettingsblock-5{
  19. .site_setting_entity{
  20. & > div{
  21. display: flex;
  22. flex-wrap: nowrap;
  23. @media screen and (min-width: 768px) {
  24. display:block;
  25. }
  26. & > div{
  27. width: calc((100% / 3) - #{$gutter});
  28. @media screen and (min-width: 768px) {
  29. width: calc((100% / 2) - #{$gutter});
  30. max-width: 200px;
  31. margin-bottom: 2rem;
  32. }
  33. &:first-child{
  34. margin-right: $gutter;
  35. }
  36. }
  37. }
  38. }
  39. }
  40. #block-colloque2024-renderedsitesettingsblock-4{
  41. @media (min-width: 992px) {
  42. .d-lg-block {
  43. display: block !important;
  44. }
  45. }
  46. .site_setting_entity{
  47. & > div{
  48. margin: 1rem 0;
  49. &:first-child{
  50. &::after,&:before{
  51. margin: 0.5rem 0;
  52. display: block;
  53. content: " ";
  54. width: 1rem;
  55. height: 1px;
  56. background: black;
  57. }
  58. }
  59. }
  60. .sub-title{
  61. font-size: 1rem;
  62. }
  63. .d-flex{
  64. margin-top: 1rem;
  65. & > div{
  66. width: 30px;
  67. margin-right: 1rem;
  68. }
  69. }
  70. }
  71. }
  72. .site_setting_entity{
  73. img{
  74. height: auto;
  75. }
  76. }
  77. & > div{
  78. display: flex;
  79. flex-wrap: nowrap;
  80. .__slide{
  81. .flickity-slider{
  82. & > div{
  83. width: max-content;
  84. margin: 0 1rem;
  85. img{
  86. width: auto!important;
  87. height: 100px;
  88. max-width: 70px;
  89. object-fit: contain;
  90. }
  91. }
  92. }
  93. }
  94. }
  95. }