style.css 11 KB

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