style.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600
  1. @font-face {
  2. font-family: Universalis ADF Std, sans-serif;
  3. src: url('asset/fonts/UniversalisADFStd-Regular.otf') format('otf'),
  4. url('asset/fonts/UniversalisADFStd-Regular.woff') format('woff');
  5. font-family: Millimetre, sans-serif;
  6. src: url('asset/fonts/Millimetre-Bold.otf') format('otf'),
  7. url('asset/fonts/Millimetre-Regular.otf') format('otf');
  8. }
  9. *{
  10. box-sizing: border-box;
  11. }
  12. body {
  13. width: 300px;
  14. margin: 0 auto;
  15. font-size: 16px;
  16. font-family: Universalis ADF Std, sans-serif;
  17. padding: 0!important;
  18. }
  19. h1, h2, h3, h5{
  20. font-family: Millimetre, sans-serif;
  21. }
  22. h1, h5, h6{
  23. text-transform: uppercase;
  24. }
  25. img{
  26. width: 100%;
  27. height: auto;
  28. }
  29. ul{
  30. padding:0;
  31. }
  32. li {
  33. list-style-type:none;
  34. }
  35. a, a:hover{
  36. color: black;
  37. text-decoration: none;
  38. }
  39. section{
  40. position: relative;
  41. }
  42. /* START KEVIN */
  43. .burger{
  44. position: fixed;
  45. top: 0;
  46. right: 0;
  47. }
  48. .nav-main{
  49. display: none;
  50. position: fixed;
  51. right: 0;
  52. top: 70px;
  53. background: white;
  54. padding: 30px;
  55. }
  56. .nav-main.is-active{
  57. display: block
  58. }
  59. /* END KEVIN */
  60. .menu-item {
  61. font-family: Millimetre, sans-serif;
  62. text-transform: uppercase;
  63. padding: 15px;
  64. }
  65. /*.nav-main li:first-child {display: none;}
  66. .nav-main li:first-child:hover .menu-item ul {display:block;}*/
  67. .menu-item a:hover {
  68. background-color: black;
  69. color: white;
  70. }
  71. .titre_page, .titre {
  72. position: absolute;
  73. top: -100px;
  74. left: -70px;
  75. text-transform: uppercase;
  76. font-weight: bold;
  77. text-align: center;
  78. align-items: center;
  79. border: 8px solid blue;
  80. transform: rotate(-10deg);
  81. padding: 0.5rem;
  82. background-color: white;
  83. }
  84. .titre_1{
  85. margin-top:1em;
  86. }
  87. .next_edition{
  88. font-style: italic;
  89. text-transform: uppercase;
  90. }
  91. .title, .cat {
  92. color: blue;
  93. text-align: center;
  94. text-transform: uppercase;
  95. }
  96. .sidebar_left .__content, .sider_left_form, .__organisation .__item, .content_zone {
  97. border: 8px solid blue;
  98. padding: 1em;
  99. }
  100. .tableau_engagements {
  101. margin-top : 10%;
  102. }
  103. .tableau_engagements div{
  104. margin-top : 5%;
  105. padding-left: 5%;
  106. }
  107. /*sections page accueil*/
  108. /* START KEVIN */
  109. .coming_soon{
  110. width: 100%;
  111. }
  112. .coming_soon .thumbnails, .other-posts .thumbnails, .item.thumbnails {
  113. transform: scale(1);
  114. transition: transform 0.3s ease;
  115. }
  116. .coming_soon .thumbnails:hover, .other-posts .thumbnails:hover, .item.thumbnails:hover {
  117. transform: scale(1.05);
  118. transition: all 0.3s ease;
  119. }
  120. /* ALL thumbnails */
  121. .thumbnails .__img{
  122. height: 300px;
  123. }
  124. .thumbnails .__img img{
  125. width: 100%;
  126. height: 100%;
  127. object-fit: cover;
  128. }
  129. .thumbnails .icone_cat{
  130. width: 50px;
  131. height: 50px;
  132. content: "Picto";
  133. position: absolute;
  134. transform: translate(-50%, -50%);
  135. background: black;
  136. border-radius: 50px;
  137. }
  138. /* SECTION ASSO */
  139. #section_asso .association .__body{
  140. position: relative;
  141. justify-content: flex-end;
  142. margin-top: 50px;
  143. }
  144. .image_sectionasso {
  145. position: absolute;
  146. top: 0;
  147. left: 0;
  148. margin-top: 100px;
  149. width: 70%;
  150. }
  151. .content_asso {
  152. width: 70%;
  153. position: relative;
  154. padding: 10px;
  155. background-color: white;
  156. border: 8px solid yellow;
  157. }
  158. @media screen and (min-width: 200px) and (max-width: 640px) {
  159. .image_sectionasso {
  160. display: none;
  161. width: 100%;
  162. }
  163. .content_asso {
  164. width: 100%;
  165. }
  166. }
  167. /* responsive iframe */
  168. #section_MineVideo .wrapper__content {
  169. position: relative;
  170. padding-bottom: 56.25%; /* 16:9 */
  171. height: 0;
  172. }
  173. #section_MineVideo .wrapper__content iframe {
  174. position: absolute;
  175. top: 0;
  176. left: 0;
  177. width: 100%;
  178. height: 100%;
  179. }
  180. /* END KEVIN */
  181. .item {
  182. margin-top: 50px;
  183. }
  184. .wrap__content_proch {
  185. position: relative;
  186. width: calc(100% - 40px);
  187. margin: -4rem auto 0 auto;
  188. padding: 10px;
  189. min-height: 160px;
  190. align-items: center;
  191. text-align: center;
  192. background-color: white;
  193. border: 4px solid black;
  194. display: flex;
  195. flex-direction: column;
  196. justify-content: center;
  197. }
  198. .colonne_section{
  199. margin-top: 4%;
  200. }
  201. .colonne_section .wrap_content {
  202. border: 8px solid blue;
  203. padding: 1em;
  204. }
  205. .colonne_section h3 {
  206. color: blue;
  207. text-transform: uppercase;
  208. text-align: center;
  209. }
  210. /* .image_sectionasso {
  211. position: absolute;
  212. width: 500px;
  213. }
  214. .content_asso {
  215. position: relative;
  216. margin: 150px auto auto 200px;
  217. padding: 10px;
  218. background-color: white;
  219. border: 8px solid yellow;
  220. } */
  221. .projet .colonne_section .header{
  222. height: 80px;
  223. display: flex;
  224. align-items: flex-end ;
  225. }
  226. .projet .colonne_section .header h3{
  227. text-align: center;
  228. width: 100%;
  229. }
  230. .item img{
  231. width: 100%;
  232. height: 100%;
  233. object-fit: cover;
  234. }
  235. ._content_tpsF {
  236. position: relative;
  237. width: 80%;
  238. padding: 10px;
  239. margin: -50px auto -20px auto;
  240. align-items: center;
  241. text-align: center;
  242. background-color: white;
  243. border: 4px solid black;
  244. }
  245. .video iframe {
  246. margin: 40px auto 0 auto;
  247. width:100%;
  248. }
  249. /*fin sections page accueil*/
  250. /*page collecte avec formulaire*/
  251. /*trouver comment styliser les champs du formulaire*/
  252. /*.af-input acf-input{
  253. background-color: pink;
  254. }*/
  255. .af-submit-button{
  256. position: relative;
  257. margin: 50px auto 10px auto;
  258. display:flex;
  259. border: 4px solid black;
  260. border-radius: 0%;
  261. text-align: center;
  262. padding: 5px;
  263. transform: scale(1) rotate(0deg);
  264. transition: transform 0.3s ease;
  265. }
  266. .af-submit-button:hover{
  267. transform: scale(1.1) rotate(-10deg);
  268. transition: all 0.3s ease;
  269. }
  270. /*fin collecte et form*/
  271. /*page évent*/
  272. .titre_event {
  273. position: absolute;
  274. top: -450px;
  275. left: 18vw;
  276. text-transform: uppercase;
  277. font-weight: bold;
  278. text-align: center;
  279. align-items: center;
  280. border: 8px solid blue;
  281. transform: rotate(-10deg);
  282. padding: 0.5rem;
  283. background-color: white;
  284. }
  285. .voir_aussi {
  286. position: absolute;
  287. top: 1300px;
  288. left: -50px;
  289. text-transform: uppercase;
  290. font-weight: bold;
  291. text-align: center;
  292. align-items: center;
  293. border: 8px solid blue;
  294. transform: rotate(-10deg);
  295. padding: 0.5rem;
  296. background-color: white;
  297. }
  298. .__img_event {
  299. position: relative;
  300. width: 100%;
  301. height: 500px;
  302. top: 50px;
  303. }
  304. .__img_event img{
  305. width: 100%;
  306. height: 100%;
  307. object-fit: cover;
  308. }
  309. .partager img {
  310. width: 50px;
  311. height: auto;
  312. margin-right: 2%;
  313. }
  314. .data {
  315. border: 8px solid blue;
  316. padding: 1em;
  317. }
  318. .tarif h3, .partager h3, .inscription h3{
  319. color: blue;
  320. }
  321. .tarif, .partager, .inscription {
  322. margin-top: 8%;
  323. }
  324. /*fin page event*/
  325. /*page les projets*/
  326. .projet img {
  327. margin: 5% 0 5% 0;
  328. }
  329. ._pjt{
  330. margin-top: 8%
  331. }
  332. .cat-list{
  333. align-items: baseline;
  334. }
  335. .cat-list li{
  336. margin-right: 20px;
  337. }
  338. /* .cat_name{
  339. margin: 0 4% 0 4%;
  340. } */
  341. /*fin page les projets*/
  342. /*privatiser l'espace*/
  343. .legendes{
  344. background-color: white;
  345. position : absolute;
  346. bottom: 4%;
  347. margin-left: 4%;
  348. border: 8px solid blue;
  349. padding: 1%;
  350. padding-top: 2%;
  351. }
  352. .__organisation {
  353. margin-top: 4%;
  354. text-align: center;
  355. }
  356. ._orga {
  357. margin-top: 4%;
  358. }
  359. /*fin privatiser l'espace*/
  360. /*BOUTONS*/
  361. .__bouttons div {
  362. position: relative;
  363. text-align : center;
  364. margin-top: 20px;
  365. border: 4px solid blue;
  366. border-radius: 0%;
  367. padding: 5px;
  368. /*background-color: white;*/
  369. }
  370. .tout_voir a {
  371. /*penser à mettre le lien sur toute la surface du bouton*/
  372. }
  373. .telechargement_plaquette, .redirection_page, .tout_voir {
  374. position: relative;
  375. margin: 50px auto 10px auto;
  376. display:flex;
  377. border: 4px solid black;
  378. border-radius: 0%;
  379. text-align: center;
  380. padding: 5px;
  381. transform: scale(1) rotate(0deg);
  382. transition: transform 0.3s ease;
  383. }
  384. .__bouttons #bouton_asso {
  385. position: relative;
  386. top: 100px;
  387. }
  388. .__bouttons #bouton_contact {
  389. position: relative;
  390. top: -30px;
  391. }
  392. .__bouttons div:hover, .telechargement_plaquette:hover, .bouton_asso:hover, .redirection_page:hover, .tout_voir:hover {
  393. transform: scale(1.1) rotate(-10deg);
  394. transition: all 0.3s ease;
  395. }
  396. .group_link {
  397. margin-top: 2%;
  398. width: 100%;
  399. color: black;
  400. text-decoration: underline;
  401. border: none;
  402. border-radius: 0%;
  403. }
  404. .group_link:hover, .cat_name:hover {
  405. color: black;
  406. background-color: grey;
  407. text-decoration: underline;
  408. border: none;
  409. border-radius: 0%;
  410. }
  411. .flickity-button {
  412. background: transparent;
  413. }
  414. .flickity-prev-next-button {
  415. width: 100px;
  416. height: 100px;
  417. }
  418. .flickity-button-icon {
  419. fill: white;
  420. }
  421. .flickity-button-icon:hover {
  422. fill: black;
  423. }
  424. .flickity-prev-next-button:hover {
  425. background: transparent;
  426. }
  427. .flickity-button:disabled {
  428. display: none;
  429. }
  430. /*FIN BOUTON*/
  431. /*gestion des dots*/
  432. .flickity-page-dots {
  433. bottom: 0px;
  434. }
  435. .flickity-page-dots .dot {
  436. width: 12px;
  437. height: 12px;
  438. opacity: 1;
  439. background: transparent;
  440. border: 2px solid white;
  441. }
  442. .flickity-page-dots .dot.is-selected {
  443. background: white;
  444. }
  445. /*fin gestion des dots*/
  446. footer{
  447. background-color: rgba(240, 240, 240, 240);
  448. width: 100%;
  449. padding: 5%;
  450. margin-top: 10%;
  451. }
  452. footer div{
  453. margin-right: 20px;
  454. }
  455. footer img {
  456. width: 50px;
  457. height: auto;
  458. }
  459. ._rs{
  460. margin-left: 5%;
  461. }
  462. .container_slide .row {
  463. width: 100%;
  464. height: 200px;
  465. margin-right: 10px;
  466. background: #333;
  467. }
  468. .container_slide .row .flickity-prev-next-button{
  469. width: 50px;
  470. height: 50px;
  471. }
  472. .container_slide .row li {
  473. width: 100%;
  474. height: 200px;
  475. margin-right: 10px;
  476. background: #8C8;
  477. border-radius: 5px;
  478. counter-increment: carousel-cell;
  479. }
  480. /* START KEVIN */
  481. header{
  482. z-index: 9999;
  483. position: absolute;
  484. width: 100%;
  485. top: 0;
  486. left: 0;
  487. }
  488. .hero{
  489. width: 100%;
  490. height: 100vh;
  491. position: relative;
  492. }
  493. .hero .slide{
  494. width: 100%;
  495. height: 100vh;
  496. overflow: hidden;
  497. }
  498. .hero .slide .image{
  499. width: 100%;
  500. height: 100vh;
  501. }
  502. .hero .slide img{
  503. width: 100%;
  504. height: 100%;
  505. object-fit: cover;
  506. }
  507. /*.hero .slide .flickity-page-dots{
  508. bottom: 20px;
  509. }
  510. .hero .slide .flickity-page-dots li{
  511. background: white;
  512. }*/
  513. .hero .__head{
  514. width: 100%;
  515. text-align: center;
  516. position: absolute;
  517. bottom: 60px;
  518. color: white;
  519. }
  520. .wrapper section{
  521. margin: 150px 0;
  522. padding: 100px 0;
  523. }
  524. .wrapper section > div {
  525. position: relative;
  526. }
  527. .tpsF .img{
  528. width: 100%;
  529. height: 400px;
  530. }
  531. .tpsF .img img{
  532. width: 100%;
  533. height: 100%;
  534. object-fit: cover;
  535. }
  536. .projet .img{
  537. height: 300px;
  538. }
  539. .projet .img img{
  540. width: 100%;
  541. height: 100%;
  542. object-fit: cover;
  543. }
  544. .tableau_engagements .engagement{
  545. width: 50%;
  546. }
  547. .prive .images{
  548. width: 100%;
  549. height: 600px;
  550. }
  551. .prive .img img{
  552. width: 100%;
  553. height: 100%;
  554. object-fit: cover;
  555. }
  556. /* END KEVIN */