style.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. img{
  2. width: 100%;
  3. height: auto;
  4. }
  5. footer img{
  6. width: 50px;
  7. height: auto;
  8. }
  9. footer li {
  10. list-style-type:none;
  11. }
  12. .sidebar_left {
  13. background-color: pink;
  14. }
  15. .tableau_engagements {
  16. background-color: green;
  17. }
  18. .tableau_engagements div{
  19. background-color: red;
  20. }
  21. /* .tableau_engagements > div{
  22. display: inline-block;
  23. } */
  24. .legendes{
  25. background-color: pink;
  26. position : absolute;
  27. bottom: 100px;
  28. }
  29. /* START KEVIN */
  30. header{
  31. z-index: 9999;
  32. position: absolute;
  33. width: 100%;
  34. top: 0;
  35. left: 0;
  36. }
  37. .hero{
  38. width: 100%;
  39. height: 100vh;
  40. position: relative;
  41. }
  42. .hero .slide{
  43. width: 100%;
  44. height: 100vh;
  45. overflow: hidden;
  46. }
  47. .hero .slide .image{
  48. width: 100%;
  49. height: 100vh;
  50. }
  51. .hero .slide img{
  52. width: 100%;
  53. height: 100%;
  54. object-fit: cover;
  55. }
  56. .hero .slide .flickity-page-dots{
  57. bottom: 20px;
  58. }
  59. .hero .slide .flickity-page-dots li{
  60. background: white;
  61. }
  62. .hero .__head{
  63. width: 100%;
  64. text-align: center;
  65. position: absolute;
  66. bottom: 60px;
  67. color: white;
  68. }
  69. .wrapper section{
  70. margin: 150px 0;
  71. }
  72. .tpsF .img{
  73. width: 100%;
  74. height: 400px;
  75. }
  76. .tpsF .img img{
  77. width: 100%;
  78. height: 100%;
  79. object-fit: cover;
  80. }
  81. .projet .img{
  82. height: 300px;
  83. }
  84. .projet .img img{
  85. width: 100%;
  86. height: 100%;
  87. object-fit: cover;
  88. }
  89. .tableau_engagements .engagement{
  90. width: 50%;
  91. }
  92. .prive .images{
  93. width: 100%;
  94. height: 600px;
  95. }
  96. .prive .img img{
  97. width: 100%;
  98. height: 100%;
  99. object-fit: cover;
  100. }
  101. /* END KEVIN */