BCB Bank static website
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

174 lignes
3.3 KiB

  1. @font-face {
  2. src: url("fonts/Archivo_Black/ArchivoBlack-Regular.ttf") format("truetype");
  3. font-family: archivo-black;
  4. font-style: normal;
  5. }
  6. @font-face {
  7. src: url("fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype");
  8. font-family: open-sans;
  9. font-weight: bolder;
  10. }
  11. @font-face {
  12. src: url("fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype");
  13. font-family: open-sans;
  14. font-weight: bold;
  15. }
  16. @font-face {
  17. src: url("fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
  18. font-family: open-sans;
  19. font-style: normal;
  20. }
  21. @font-face {
  22. src: url("fonts/Open_Sans/OpenSans-LightItalic.ttf") format("truetype");
  23. font-family: open-sans;
  24. font-weight: normal;
  25. font-style: italic;
  26. }
  27. .banner {
  28. height: 30vh;
  29. background-image: url("../images/cover-image.jpg");
  30. background-size: cover;
  31. background-repeat: no-repeat;
  32. display: flex;
  33. justify-content: center;
  34. position: relative;
  35. }
  36. .banner:after {
  37. content: "";
  38. width: 100%;
  39. height: 100%;
  40. position: absolute;
  41. background-color: rgba(64, 62, 65, 0.6);
  42. }
  43. .banner h3 {
  44. text-align: center;
  45. align-self: center;
  46. font-size: 36px;
  47. color: white;
  48. z-index: 1;
  49. }
  50. .about-content {
  51. margin: 50px auto;
  52. line-height: 1.8;
  53. letter-spacing: 0.8px;
  54. color: #808285;
  55. border-bottom: 1px solid #f1f1f1;
  56. }
  57. .about-content .inner-container {
  58. display: flex;
  59. justify-content: space-between;
  60. width: 90%;
  61. margin: 0 auto;
  62. }
  63. @media screen and (max-width: 1024px) {
  64. .about-content .inner-container {
  65. flex-direction: column;
  66. }
  67. }
  68. .about-content .inner-container .description {
  69. width: 60%;
  70. align-self: center;
  71. display: flex;
  72. justify-content: space-between;
  73. flex-direction: column;
  74. }
  75. @media screen and (max-width: 1024px) {
  76. .about-content .inner-container .description {
  77. width: 100%;
  78. }
  79. }
  80. .about-content .inner-container .description p {
  81. width: 100%;
  82. }
  83. .about-content .inner-container .description marked {
  84. color: #28aae2;
  85. }
  86. .about-content .inner-container .description .heading {
  87. font-weight: bold;
  88. font-size: 36px;
  89. font-family: archivo-black;
  90. color: #403e41;
  91. }
  92. .about-content figure {
  93. width: 37%;
  94. align-self: center;
  95. display: flex;
  96. height: 50vh;
  97. }
  98. @media screen and (max-width: 1024px) {
  99. .about-content figure {
  100. width: 100%;
  101. }
  102. }
  103. .about-content figure img {
  104. width: 100%;
  105. align-self: center;
  106. height: 100%;
  107. object-fit: cover;
  108. object-position: top;
  109. }
  110. .about-content p {
  111. width: 90%;
  112. margin: 0 auto 0;
  113. padding-bottom: 50px;
  114. }
  115. @media screen and (max-width: 1024px) {
  116. .about-content p {
  117. margin: 0 auto;
  118. }
  119. }
  120. #our-team {
  121. width: 90%;
  122. margin: 30px auto 100px;
  123. }
  124. #our-team h3 {
  125. font-size: 36px;
  126. color: #403e41;
  127. text-align: center;
  128. font-family: archivo-black;
  129. }
  130. #our-team h3 marked {
  131. color: #28aae2;
  132. display: inline;
  133. }
  134. #our-team marked {
  135. color: #28aae2;
  136. padding: 10px 0 0;
  137. text-align: center;
  138. display: block;
  139. font-weight: bold;
  140. }
  141. #our-team .owl-team {
  142. margin: 50px 0;
  143. }
  144. #our-team .section-container {
  145. margin: 0 20px;
  146. }
  147. #our-team figure {
  148. width: 100%;
  149. display: block;
  150. margin: 0 auto;
  151. }
  152. #our-team figure img {
  153. width: 100%;
  154. }
  155. #our-team p {
  156. text-align: center;
  157. margin-top: 10px;
  158. }
  159. #our-team .owl-team-btn {
  160. margin: 20px auto;
  161. text-align: center;
  162. padding: 20px 0;
  163. }
  164. #our-team .owl-team-btn i {
  165. font-size: 16px;
  166. padding: 0 10px;
  167. color: #28aae2;
  168. cursor: pointer;
  169. }
  170. /*# sourceMappingURL=about.css.map */