style.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. body {
  2. width: 300px;
  3. margin: 0 auto;
  4. font-size: 1.2rem;
  5. font-family: Universalis ADF Std, sans-serif;
  6. }
  7. h1, h2, h3, h5{
  8. font-family: Millimetre, sans-serif;
  9. }
  10. h1, h5, h6{
  11. text-transform: uppercase;
  12. }
  13. img{
  14. width: 100%;
  15. height: auto;
  16. }
  17. ul{
  18. padding:0;
  19. }
  20. li {
  21. list-style-type:none;
  22. }
  23. a, a:hover{
  24. color: black;
  25. text-decoration: none;
  26. }
  27. .titre_page, .titre {
  28. text-transform: uppercase;
  29. font-weight: bold;
  30. text-align: center;
  31. align-items: center;
  32. border: 8px solid blue;
  33. transform: rotate(-10deg);
  34. padding: 1%;
  35. width: 30%;
  36. background-color: white;
  37. margin: 4% 0 8% -20%;
  38. }
  39. .titre_1{
  40. margin-top:1em;
  41. }
  42. .next_edition{
  43. font-style: italic;
  44. text-transform: uppercase;
  45. }
  46. .sidebar_left .title, .__organisation .title {
  47. color: blue;
  48. text-align: center;
  49. text-transform: uppercase;
  50. }
  51. .sidebar_left .__content, .sider_left_form, .__organisation .__item {
  52. border: 8px solid blue;
  53. padding: 1em;
  54. }
  55. .tableau_engagements {
  56. margin-top : 10%;
  57. }
  58. .tableau_engagements div{
  59. margin-top : 5%;
  60. padding-left: 5%;
  61. }
  62. /*sections page accueil*/
  63. .colonne_section .wrap_content {
  64. border: 8px solid blue;
  65. padding: 1em;
  66. }
  67. .colonne_section h3{
  68. color: blue;
  69. text-transform: uppercase;
  70. text-align: center;
  71. }
  72. .video iframe {
  73. width: 100vh;
  74. margin-left: auto;
  75. margin-right: auto;
  76. height: auto;
  77. }
  78. /*fin sections page accueil*/
  79. /*page évent*/
  80. .partager img {
  81. width: 50px;
  82. height: auto;
  83. margin-right: 2%;
  84. }
  85. .post-type img {
  86. object-fit: cover;
  87. width: 100%;
  88. }
  89. .tarif, .partager, .inscription {
  90. margin-top: 4%;
  91. }
  92. /*fin page event*/
  93. /*privatiser l'espace*/
  94. .legendes{
  95. background-color: white;
  96. position : absolute;
  97. bottom: 4%;
  98. margin-left: 4%;
  99. border: 8px solid blue;
  100. padding: 1%;
  101. padding-top: 2%;
  102. }
  103. .__organisation {
  104. margin-top: 8%;
  105. text-align: center;
  106. }
  107. /*fin privatiser l'espace*/
  108. /*BOUTONS*/
  109. .__bouttons{
  110. text-align : center;
  111. }
  112. .telechargement_plaquette {
  113. margin-top: 4%;
  114. border: 4px solid black;
  115. border-radius: 0%;
  116. padding: 1%;
  117. }
  118. .__bouttons div {
  119. margin-top: 4%;
  120. border: 4px solid blue;
  121. border-radius: 0%;
  122. padding: 1%;
  123. background-color: white;
  124. }
  125. .__bouttons div:hover, .telechargement_plaquette:hover, .bouton_asso:hover {
  126. text-decoration-color: white;
  127. transform: rotate(-10deg);
  128. }
  129. .redirection_page {
  130. color: black;
  131. text-decoration: underline;
  132. border: none;
  133. border-radius: 0%;
  134. }
  135. .redirection_page:hover {
  136. color: black;
  137. background-color: grey;
  138. text-decoration: underline;
  139. border: none;
  140. border-radius: 0%;
  141. }
  142. /* .tout_voir, .tout_voir:hover {
  143. margin-left: auto;
  144. margin-right: auto;
  145. width: 20%;
  146. }*/
  147. /*FIN BOUTON*/
  148. footer{
  149. background-color: rgba(255, 0, 0, 0.5);
  150. width: 100%;
  151. padding: 5%;
  152. margin: 10% auto 0 auto;
  153. }
  154. footer div{
  155. margin-right: 1%;
  156. }
  157. footer img {
  158. width: 50px;
  159. height: auto;
  160. }
  161. /* START KEVIN */
  162. header{
  163. z-index: 9999;
  164. position: absolute;
  165. width: 100%;
  166. top: 0;
  167. left: 0;
  168. }
  169. .hero{
  170. width: 100%;
  171. height: 100vh;
  172. position: relative;
  173. }
  174. .hero .slide{
  175. width: 100%;
  176. height: 100vh;
  177. overflow: hidden;
  178. }
  179. .hero .slide .image{
  180. width: 100%;
  181. height: 100vh;
  182. }
  183. .hero .slide img{
  184. width: 100%;
  185. height: 100%;
  186. object-fit: cover;
  187. }
  188. .hero .slide .flickity-page-dots{
  189. bottom: 20px;
  190. }
  191. .hero .slide .flickity-page-dots li{
  192. background: white;
  193. }
  194. .hero .__head{
  195. width: 100%;
  196. text-align: center;
  197. position: absolute;
  198. bottom: 60px;
  199. color: white;
  200. }
  201. .wrapper section{
  202. margin: 150px 0;
  203. }
  204. .tpsF .img{
  205. width: 100%;
  206. height: 400px;
  207. }
  208. .tpsF .img img{
  209. width: 100%;
  210. height: 100%;
  211. object-fit: cover;
  212. }
  213. .projet .img{
  214. height: 300px;
  215. }
  216. .projet .img img{
  217. width: 100%;
  218. height: 100%;
  219. object-fit: cover;
  220. }
  221. .tableau_engagements .engagement{
  222. width: 50%;
  223. }
  224. .prive .images{
  225. width: 100%;
  226. height: 600px;
  227. }
  228. .prive .img img{
  229. width: 100%;
  230. height: 100%;
  231. object-fit: cover;
  232. }
  233. /* END KEVIN */