footer.scss 1.8 KB

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