style.css 30 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501
  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. -webkit-box-sizing: border-box;
  11. box-sizing: border-box;
  12. }
  13. html{
  14. overflow-x: hidden;
  15. }
  16. /*START PARALAX*/
  17. .paralax{
  18. z-index: -1;
  19. position: absolute;
  20. width: 50%;
  21. }
  22. #section_proch .paralax{
  23. left: -20%;
  24. }
  25. .section_accueil .paralax{
  26. /* left: 50%; */
  27. }
  28. #section_projets .paralax{
  29. left: 50%;
  30. }
  31. #section_asso .paralax{
  32. left: 30%;
  33. }
  34. .agenda .paralax{
  35. z-index: -1;
  36. position: absolute;
  37. top:0;
  38. width: 50%;
  39. }
  40. .les-projets .paralax{
  41. z-index: -1;
  42. }
  43. .la-collecte .paralax{
  44. z-index: -1;
  45. width: 80%;
  46. }
  47. .la-benevole-zone .paralax{
  48. z-index: -1;
  49. width: 80%;
  50. }
  51. .privatiser-lespace .paralax{
  52. z-index: -1;
  53. width: 80%;
  54. }
  55. .privacy-policy .paralax{
  56. z-index: -1;
  57. width: 70%;
  58. }
  59. /*END PARALAX*/
  60. body {
  61. font-size: 16px;
  62. font-family: Universalis ADF Std, sans-serif;
  63. padding: 0!important;
  64. }
  65. h1, h2, h3, h5{
  66. font-family: Millimetre, sans-serif;
  67. }
  68. h1, h5, h6{
  69. text-transform: uppercase;
  70. }
  71. img{
  72. width: 100%;
  73. height: 100%;
  74. }
  75. ul{
  76. padding:0;
  77. }
  78. li ,ul ,ol {
  79. list-style-type:none;
  80. }
  81. a, a:hover{
  82. color: black;
  83. text-decoration: none;
  84. }
  85. /* START HEADER */
  86. header{
  87. width: 100%;
  88. position: fixed;
  89. z-index: 999;
  90. top: 0;
  91. left: 0;
  92. pointer-events: none;
  93. }
  94. header > .nav-wrapper{
  95. height: -webkit-fit-content;
  96. height: -moz-fit-content;
  97. height: fit-content;
  98. }
  99. /* START LOGO */
  100. .logoLamine {
  101. width : 150px;
  102. height: 150px;
  103. pointer-events: auto;
  104. }
  105. .logoLamine a{
  106. display: block;
  107. width: 100%;
  108. height: 100%;
  109. }
  110. .logoLamine img{
  111. -o-object-fit: cover;
  112. object-fit: cover;
  113. }
  114. #lumiR_logo {
  115. z-index: 1;
  116. position: absolute;
  117. left: 68px;
  118. top: 60px;
  119. width: 68px;
  120. height: 68px;
  121. background-color: #ffcc00ff;
  122. border-radius: 68px;
  123. opacity: 0.3;
  124. }
  125. .accueil #lumiR_logo, .agenda #lumiR_logo, .association #lumiR_logo, .privacy-policy #lumiR_logo{
  126. background-color: #ffcc00ff;
  127. }
  128. .les-projets #lumiR_logo {
  129. background-color: #ff0000ff;
  130. }
  131. .les-temps-forts #lumiR_logo {
  132. background-color: #009ee0ff;
  133. }
  134. .la-collecte #lumiR_logo {
  135. background-color: #ff56ffff;
  136. }
  137. .la-benevole-zone #lumiR_logo {
  138. background-color: #5353e1ff;
  139. }
  140. .privatiser-lespace #lumiR_logo {
  141. background-color: #26e800ff;
  142. }
  143. #fond_logo{
  144. z-index: -1;
  145. position: absolute;
  146. left: -25px;
  147. top: -25px;
  148. width: 200px;
  149. height: 200px;
  150. background-color: white;
  151. border-radius: 200px;
  152. -webkit-transform: scale(1);
  153. -ms-transform: scale(1);
  154. transform: scale(1);
  155. -webkit-transition: all 0.3s ease;
  156. -o-transition: all 0.3s ease;
  157. transition: all 0.3s ease;
  158. }
  159. .logoLamine:hover #fond_logo{
  160. -webkit-transform: scale(1.1);
  161. -ms-transform: scale(1.1);
  162. transform: scale(1.1);
  163. -webkit-transition: all 0.3s ease;
  164. -o-transition: all 0.3s ease;
  165. transition: all 0.3s ease;
  166. }
  167. /* END LOGO */
  168. /* START RS */
  169. .rs{
  170. /* padding-top: 10px; */
  171. height: -webkit-fit-content;
  172. height: -moz-fit-content;
  173. height: fit-content;
  174. pointer-events: auto;
  175. }
  176. .rs > div {
  177. width: 30px;
  178. height: 30px;
  179. -o-object-fit: cover;
  180. object-fit: cover;
  181. margin-right: 15px;
  182. }
  183. /* END RS */
  184. /* START NAV */
  185. /* END NAV */
  186. /* START BURGER */
  187. .burger{
  188. height: -webkit-fit-content;
  189. height: -moz-fit-content;
  190. height: fit-content;
  191. pointer-events: auto;
  192. }
  193. .fond_burger{
  194. background-image: url('../images/form_burger.svg');
  195. background-position: center; /* Center the image */
  196. background-repeat: no-repeat; /* Do not repeat the image */
  197. background-size: contain;
  198. }
  199. #nav-main{
  200. display: none;
  201. position: fixed;
  202. top: 70px;
  203. right: 1rem;
  204. width: calc(100% / 4);
  205. max-width : 200px;
  206. background: white;
  207. z-index: -1;
  208. border: 4px solid black;
  209. }
  210. @media screen and (max-width: 576px) {
  211. #nav-main{
  212. width: 100%;
  213. max-width : 100%;
  214. right: 0;
  215. top: 0;
  216. height: 100vh;
  217. border: none;
  218. }
  219. .nav-main > ul > li{
  220. border-bottom: 4px solid black;
  221. }
  222. .nav-main > ul > li:first-child{
  223. border-top: 4px solid black;
  224. }
  225. }
  226. #nav-main.is-active{
  227. display: -webkit-box;
  228. display: -ms-flexbox;
  229. display: flex;
  230. pointer-events: auto;
  231. -webkit-box-align: center;
  232. -ms-flex-align: center;
  233. align-items: center;
  234. }
  235. .nav-main > ul{
  236. width: 100%;
  237. display: -webkit-box;
  238. display: -ms-flexbox;
  239. display: flex;
  240. -webkit-box-pack: center;
  241. -ms-flex-pack: center;
  242. justify-content: center;
  243. -webkit-box-orient: vertical;
  244. -webkit-box-direction: normal;
  245. -ms-flex-direction: column;
  246. flex-direction: column;
  247. margin-bottom: 0rem;
  248. }
  249. .nav-main > ul > li{
  250. text-align: center;
  251. }
  252. .nav-main > ul > li a{
  253. background: white;
  254. color: black;
  255. -webkit-transition: all 0.3s ease;
  256. -o-transition: all 0.3s ease;
  257. transition: all 0.3s ease;
  258. }
  259. .nav-main > ul > li a:hover{
  260. background: black;
  261. color: white;
  262. -webkit-transition: all 0.3s ease;
  263. -o-transition: all 0.3s ease;
  264. transition: all 0.3s ease;
  265. }
  266. .nav-main > ul > li:not(:last-child){
  267. border-bottom: 4px solid black;
  268. }
  269. #fl_menu{
  270. position:absolute;
  271. z-index: 9999;
  272. width: 30px;
  273. height: auto;
  274. right: 0;
  275. }
  276. .menu-item {
  277. font-family: Millimetre, sans-serif;
  278. text-transform: uppercase;
  279. text-align: center;
  280. pointer-events: auto;
  281. }
  282. .menu-item a {
  283. width: 100%;
  284. display: block;
  285. padding: 1rem;
  286. }
  287. #nav-main > ul > li > ul{
  288. display: none;
  289. text-transform: lowercase;
  290. border-bottom: none;
  291. }
  292. #nav-main > ul > li > a:hover > ul {
  293. display: block;
  294. }
  295. #nav-main > ul > .menu-item{
  296. /* border: 4px solid black; */
  297. }
  298. #nav-main > ul > li:first-child > a::after{
  299. content: "";
  300. background-image: url('../images/fleche_menu.svg');
  301. background-repeat: no-repeat;
  302. background-position: center;
  303. display: inline-block;
  304. width: 20px;
  305. height: 15px;
  306. margin-left: 10px;
  307. }
  308. #nav-main > ul > li:first-child:hover > ul {
  309. display: block;
  310. }
  311. /* END BURGER */
  312. /* END HEADER */
  313. /* START BODY */
  314. body > .content-wrapper{
  315. margin-top: 200px;
  316. }
  317. /* END BODY */
  318. /* START BUTTON */
  319. .section_accueil .redirection_page{
  320. margin: 10px auto;
  321. padding: 3px 10px;
  322. }
  323. .section_accueil .tout_voir{
  324. margin: 30px auto;
  325. padding: 3px 10px;
  326. }
  327. .btn, #bouton_asso, #bouton_contact {
  328. display: block;
  329. cursor: default!important;
  330. margin: auto;
  331. }
  332. #bouton_contact {
  333. margin-top: 20px;
  334. }
  335. .btn a,
  336. #bouton_asso a,
  337. #bouton_contact a{
  338. display: block;
  339. width: -webkit-max-content;
  340. width: -moz-max-content;
  341. width: max-content;
  342. margin: auto;
  343. -webkit-transform: scale(1) rotate(0deg);
  344. -ms-transform: scale(1) rotate(0deg);
  345. transform: scale(1) rotate(0deg);
  346. -webkit-transition: -webkit-transform 0.3s ease;
  347. transition: -webkit-transform 0.3s ease;
  348. -o-transition: transform 0.3s ease;
  349. transition: transform 0.3s ease;
  350. transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  351. }
  352. .btn a:hover,
  353. #bouton_asso a:hover,
  354. #bouton_contact a:hover{
  355. -webkit-transform: scale(1.05) rotate(-5deg);
  356. -ms-transform: scale(1.05) rotate(-5deg);
  357. transform: scale(1.05) rotate(-5deg);
  358. -webkit-transition: all 0.3s ease;
  359. -o-transition: all 0.3s ease;
  360. transition: all 0.3s ease;
  361. }
  362. .btn a{
  363. padding: 7px 10px;
  364. background-color: white;
  365. border: 4px solid black;
  366. }
  367. .add_asso{
  368. display: block;
  369. cursor: default!important;
  370. margin: 30px auto 30px auto;;
  371. }
  372. .add_asso a {
  373. padding: 7px 10px;
  374. background-color: white;
  375. border: 4px solid black;
  376. font-weight: bold;
  377. }
  378. .add_asso a:hover {
  379. color: white;
  380. background-color: black;
  381. }
  382. .flickity-button {
  383. background: transparent;
  384. }
  385. .flickity-prev-next-button {
  386. width: 100px;
  387. height: 100px;
  388. }
  389. .flickity-button-icon {
  390. fill: white;
  391. }
  392. .flickity-button-icon:hover {
  393. fill: black;
  394. }
  395. .flickity-prev-next-button:hover {
  396. background: transparent;
  397. }
  398. footer .flickity-prev-next-button:disabled {
  399. display: none;
  400. }
  401. footer .flickity-prev-next-button{
  402. width: 50px;
  403. height: 50px;
  404. }
  405. /* END BUTTON */
  406. /* START PAGE HOME */
  407. .section_accueil {
  408. position: relative;
  409. padding: 100px 0;
  410. }
  411. .section_accueil .titre{
  412. white-space: nowrap;
  413. }
  414. .section_accueil#section_proch .titre{
  415. border-color: #ffcc00ff;
  416. }
  417. .section_accueil#section_asso .titre,
  418. .section_accueil#section_asso .content_asso {
  419. border-color: #ffcc00ff;
  420. }
  421. .section_accueil#section_projets .titre,
  422. .section_accueil#section_projets .wrap_content {
  423. border-color: #f51212ff;
  424. background-color: white;
  425. }
  426. .section_accueil#section_projets .wrapper__content h3{
  427. color: #f51212ff;
  428. }
  429. .section_accueil#section_projets .wrap_content{
  430. height: calc(100% - 80px);
  431. }
  432. /*ajout chloe drag*/
  433. .group_drag {
  434. z-index: 9999;
  435. width: 200px;
  436. height: auto;
  437. cursor: -webkit-grab;
  438. cursor: grab;
  439. }
  440. .ui-draggable-dragging{
  441. cursor: -webkit-grabbing;
  442. cursor: grabbing;
  443. }
  444. #drag_1 {
  445. position:absolute;
  446. top:175px;
  447. left: 645px;
  448. }
  449. #drag_2 {
  450. position:absolute;
  451. top: 265px;
  452. left: 318px;
  453. }
  454. #drag_3 {
  455. position:absolute;
  456. top:630px;
  457. left: 790px;
  458. }
  459. #drag_4 {
  460. position:absolute;
  461. top:385px;
  462. left: 616px;
  463. }
  464. #drag_5 {
  465. position:absolute;
  466. top:255px;
  467. left: 981px;
  468. }
  469. #drag_6 {
  470. position:absolute;
  471. top:280px;
  472. left: -69px;
  473. }
  474. #drag_7 {
  475. position:absolute;
  476. top:555px;
  477. left: 340px;
  478. }
  479. #drag_8 {
  480. position:absolute;
  481. top:420px;
  482. left: 945px;
  483. }
  484. #drag_9 {
  485. position:absolute;
  486. top:515px;
  487. left: 40px;
  488. }
  489. @media screen and (max-width: 576px) {
  490. .group_drag{
  491. display: none;
  492. }
  493. }
  494. /*fin ajout chloe drag*/
  495. .section_accueil#section_tpsF .titre,
  496. .section_accueil#section_tpsF .content_asso {
  497. border-color: #009ee0ff;
  498. }
  499. .section_accueil#section_tpsF .wrapper__content h3{
  500. color: #009ee0ff;
  501. }
  502. .section_accueil#section_tpsF .colonne_section{
  503. margin-bottom: 50px;
  504. }
  505. .section_accueil#section_tpsF ._content_tpsF{
  506. min-height: 280px;
  507. }
  508. .section_accueil#section_MineVideo .titre {
  509. border-color: #009ee0ff;
  510. }
  511. /* END PAGE HOME */
  512. /* START PAGE AGENDA */
  513. .agenda .titre_page {
  514. border-color: #ffcc00ff;
  515. }
  516. .agenda .cat-list{
  517. padding: 50px 0;
  518. }
  519. .agenda .cat-list li{
  520. cursor: pointer;
  521. margin: 0 10px 20px 10px;
  522. padding: 2px 8px;
  523. border: 4px solid black;
  524. background-color: white;
  525. height: 40px;
  526. display: -webkit-box;
  527. display: -ms-flexbox;
  528. display: flex;
  529. -webkit-box-align: end;
  530. -ms-flex-align: end;
  531. align-items: flex-end;
  532. -webkit-transition: all 0.2s ease;
  533. -o-transition: all 0.2s ease;
  534. transition: all 0.2s ease;
  535. }
  536. .agenda .cat-list li:hover{
  537. background: black;
  538. color: white;
  539. -webkit-transition: all 0.2s ease;
  540. -o-transition: all 0.2s ease;
  541. transition: all 0.2s ease;
  542. }
  543. .cat-list {
  544. text-transform: uppercase;
  545. font-weight: bold;
  546. margin-top: 10px;
  547. }
  548. /* START END AGENDA */
  549. /* START PAGE SINGLE */
  550. .fleche {
  551. position: relative;
  552. left:-50px;
  553. top:-10px;
  554. background-image: url('../images/fleche.svg');
  555. width: 50px;
  556. height: 50px;
  557. background-size: contain;
  558. }
  559. article .header{
  560. margin-bottom: 40px;
  561. }
  562. article .titre_event{
  563. text-transform: uppercase;
  564. font-weight: bold;
  565. text-align: center;
  566. background-color: white;
  567. border: 8px solid #ffcc00ff;
  568. padding: 0.5rem 0 0.2rem 0;
  569. margin: 0!important;
  570. }
  571. .article-content .cat{
  572. text-transform: uppercase;
  573. font-weight: bold;
  574. }
  575. .article-content .data{
  576. background-color: white;
  577. border: 4px solid #ffcc00ff;
  578. padding: 1em;
  579. text-transform: uppercase;
  580. font-weight: bold;
  581. color: #ffcc00ff;
  582. }
  583. .article-content .inscription,
  584. .article-content .partager,
  585. .article-content .tarif{
  586. margin-top: 40px;
  587. }
  588. .article-content h3:not(.titre_event) {
  589. color: #ffcc00ff;
  590. margin-bottom: 0;
  591. }
  592. .article-content .texte_details{
  593. margin: 0;
  594. }
  595. .article-content .voir_event{
  596. font-weight: bold;
  597. }
  598. .article-content .partager a{
  599. display: block;
  600. width: 20px;
  601. height: 20px;
  602. margin-right: 5px;
  603. }
  604. article .__img_event{
  605. max-height: 500px;
  606. }
  607. @media screen and (max-width: 576px) {
  608. article .__img_event{
  609. max-height: 300px;
  610. }
  611. }
  612. article .__img_event img{
  613. position:relative;
  614. top: 0;
  615. width:100%;
  616. height:100%;
  617. -o-object-fit:cover;
  618. object-fit:cover;
  619. }
  620. .other{
  621. margin-top: 200px;
  622. position: relative;
  623. }
  624. .other .header_other{
  625. position: absolute;
  626. top: 0;
  627. -webkit-transform: translate(-50% ,-150%);
  628. -ms-transform: translate(-50% ,-150%);
  629. transform: translate(-50% ,-150%);
  630. left: 0;
  631. }
  632. .voir_aussi {
  633. text-transform: uppercase;
  634. font-weight: bold;
  635. background-color: white;
  636. border: 8px solid #ffcc00ff;
  637. -webkit-transform: rotate(-10deg);
  638. -ms-transform: rotate(-10deg);
  639. transform: rotate(-10deg);
  640. padding: 0.5rem;
  641. }
  642. .cat p{
  643. margin:0;
  644. }
  645. .wrapper__content {
  646. margin-top: 20px;
  647. }
  648. /* END PAGE SINGLE */
  649. /* START PAGE LA COLLECTE */
  650. body.la-collecte .titre_page {
  651. border-color: #ff56ffff;
  652. }
  653. body.la-collecte .__header h3{
  654. color: #ff56ffff;
  655. }
  656. .sider_left_form .acf-field .acf-label label{
  657. display: none!important;
  658. }
  659. .sider_left_form .acf-fields > .acf-field{
  660. border-top: 0;
  661. }
  662. .sider_left_form input{
  663. border: 0px;
  664. border-bottom: 1px solid black;
  665. }
  666. .sider_left_form{
  667. padding: 0 1rem;
  668. border: 8px solid #ff56ffff;
  669. background-color: white;
  670. }
  671. .sider_left_form .acf-form-submit{
  672. padding-top: 0;
  673. }
  674. .sider_left_form .af-submit-button{
  675. margin: 0 auto;
  676. }
  677. .sidebar_left .__content,
  678. .content_zone {
  679. border: 8px solid blue;
  680. background-color: white;
  681. padding: 1em;
  682. }
  683. /* END PAGE LA COLLECTE */
  684. /* START PAGE BENEVOLE */
  685. body.la-benevole-zone .titre_page {
  686. border-color: #5353e1ff;
  687. }
  688. body.la-benevole-zone .__header h3{
  689. color: #5353e1ff;
  690. }
  691. body.la-benevole-zone .__content {
  692. border-color: #5353e1ff;
  693. }
  694. .la-benevole-zone .__bouttons{
  695. text-align: center;
  696. width: -webkit-max-content;
  697. width: -moz-max-content;
  698. width: max-content;
  699. margin: 30px auto 0 auto;
  700. }
  701. .la-benevole-zone .__bouttons > div{
  702. border: 4px solid #5353e1ff;
  703. background-color: white;
  704. margin: 10px auto;
  705. padding: 0 10px;
  706. font-weight: bold;
  707. }
  708. /* END PAGE BENEVOLE */
  709. /* START PAGE projets */
  710. body.les-projets .titre_page {
  711. border-color: #ff0000ff;
  712. }
  713. body.les-projets .header h3{
  714. color: #ff0000ff;
  715. }
  716. body.les-projets .content_zone {
  717. border-color: #ff0000ff;
  718. }
  719. body.les-projets .title {
  720. color: #ff0000ff;
  721. }
  722. body.les-projets section#content .wrapper section{
  723. margin: 100px auto;
  724. }
  725. .projet .img {
  726. margin: 30px 0;
  727. }
  728. ._pjt{
  729. margin-top: 8%;
  730. /* RETIRE LES % */
  731. }
  732. /* END PAGE projets */
  733. /* START PAGE ASSOCIATION */
  734. body.association .titre_page {
  735. border-color: #ffcc00ff;
  736. }
  737. body.association .__header h3{
  738. color: #ffcc00ff;
  739. }
  740. body.association .__content {
  741. border-color: #ffcc00ff;
  742. }
  743. .association .__bouttons{
  744. text-align: center;
  745. width: -webkit-max-content;
  746. width: -moz-max-content;
  747. width: max-content;
  748. margin: 30px auto 0 auto;
  749. }
  750. .association .__bouttons > div{
  751. border: 4px solid #ffcc00ff;
  752. background-color: white;
  753. margin: 10px auto;
  754. padding: 0 10px;
  755. font-weight: bold;
  756. }
  757. .tableau_engagements{
  758. margin-top: 100px;
  759. }
  760. .tableau_engagements > div:not(.gutter-sizer) {
  761. margin-bottom: 10px;
  762. border: 4px solid #ffcc00ff;
  763. background-color: white;
  764. padding: 10px;
  765. width: calc(50% - 10px)!important;
  766. }
  767. .gutter-sizer {
  768. width: 10px;
  769. }
  770. @media screen and (max-width: 576px) {
  771. .tableau_engagements > div:not(.gutter-sizer) {
  772. width: calc(100% - 40px)!important;
  773. margin: 0 20px 20px 20px;
  774. }
  775. }
  776. /* END PAGE ASSOCIATION */
  777. /* START PAGE privatiser-lespace */
  778. body.privatiser-lespace .titre_page {
  779. border-color: #26e800ff;
  780. }
  781. body.privatiser-lespace .__header h3{
  782. color: #26e800ff;
  783. }
  784. .legendes{
  785. background-color: white;
  786. position : absolute;
  787. bottom: 20px;
  788. margin-left: 20px;
  789. border: 8px solid #26e800ff;
  790. padding: 10px;
  791. }
  792. .privatiser.__slide .img{
  793. height: 100%;
  794. }
  795. .privatiser.__slide .legendes{
  796. opacity: 0;
  797. -webkit-transform: translateX(50px);
  798. -ms-transform: translateX(50px);
  799. transform: translateX(50px);
  800. -webkit-transition: all 0.3s;
  801. -o-transition: all 0.3s;
  802. transition: all 0.3s;
  803. }
  804. .privatiser.__slide .is-selected .legendes{
  805. opacity: 1;
  806. -webkit-transform: translateX(0px);
  807. -ms-transform: translateX(0px);
  808. transform: translateX(0px);
  809. -webkit-transition: all 1.3s;
  810. -o-transition: all 1.3s;
  811. transition: all 1.3s;
  812. }
  813. .privatiser-lespace .__organisation,
  814. .privatiser-lespace .__organisation .orga{
  815. margin: 40px 0;
  816. }
  817. .privatiser-lespace .__organisation .title{
  818. color: #26e800ff
  819. }
  820. .privatiser-lespace .__organisation .__item{
  821. border: 8px solid #26e800ff;
  822. background-color: white;
  823. padding: 10px;
  824. }
  825. /* END PAGE privatiser-lespace */
  826. /*START PRIVACY-POLICY*/
  827. .privacy-policy .article-h1 {
  828. position: absolute;
  829. top: 100px;
  830. left: 150px;
  831. text-transform: uppercase;
  832. font-weight: bold;
  833. text-align: center;
  834. -webkit-box-align: center;
  835. -ms-flex-align: center;
  836. align-items: center;
  837. border: 8px solid #00FFFF;
  838. -webkit-transform: rotate(-10deg);
  839. -ms-transform: rotate(-10deg);
  840. transform: rotate(-10deg);
  841. padding: 0.5rem;
  842. background-color: white;
  843. }
  844. .privacy-policy h2, .privacy-policy h3{
  845. font-family: Universalis ADF Std, sans-serif;
  846. color: black!important;
  847. font-size: 1em;
  848. text-transform: uppercase;
  849. font-weight: bold;
  850. }
  851. .privacy-policy .content-wrapper {
  852. margin-top: 300px;
  853. }
  854. .privacy-policy .article-body {
  855. -webkit-column-count: 2;
  856. -moz-column-count: 2;
  857. column-count: 2;
  858. }
  859. /*END PRIVACY-POLICY*/
  860. .titre_page, .titre{
  861. position: absolute;
  862. top: -100px;
  863. left: -70px;
  864. text-transform: uppercase;
  865. font-weight: bold;
  866. text-align: center;
  867. -webkit-box-align: center;
  868. -ms-flex-align: center;
  869. align-items: center;
  870. border: 8px solid blue;
  871. background-color: white;
  872. -webkit-transform: rotate(-10deg);
  873. -ms-transform: rotate(-10deg);
  874. transform: rotate(-10deg);
  875. padding: 0.5rem;
  876. background-color: white;
  877. }
  878. .titre_1{
  879. margin-top:1em;
  880. }
  881. .next_edition{
  882. font-style: italic;
  883. text-align: center;
  884. color:#009ee0ff;
  885. text-transform: uppercase;
  886. }
  887. .title {
  888. text-align: center;
  889. text-transform: uppercase;
  890. }
  891. /*start sections page accueil*/
  892. /* START KEVIN */
  893. /*START SECTION PROCHAINEMENT*/
  894. .coming_soon{
  895. width: 100%;
  896. }
  897. .coming_soon .thumbnails, .other-posts .thumbnails, .item.thumbnails {
  898. margin-top: 30px;
  899. -webkit-transform: scale(1);
  900. -ms-transform: scale(1);
  901. transform: scale(1);
  902. -webkit-transition: -webkit-transform 0.3s ease;
  903. transition: -webkit-transform 0.3s ease;
  904. -o-transition: transform 0.3s ease;
  905. transition: transform 0.3s ease;
  906. transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  907. }
  908. .coming_soon .thumbnails:hover, .other-posts .thumbnails:hover, .item.thumbnails:hover {
  909. -webkit-transform: scale(1.05);
  910. -ms-transform: scale(1.05);
  911. transform: scale(1.05);
  912. -webkit-transition: all 0.3s ease;
  913. -o-transition: all 0.3s ease;
  914. transition: all 0.3s ease;
  915. }
  916. /* ALL thumbnails */
  917. .thumbnails .__img{
  918. height: 300px;
  919. }
  920. .thumbnails .__img img{
  921. width: 100%;
  922. height: 100%;
  923. -o-object-fit: cover;
  924. object-fit: cover;
  925. }
  926. .thumbnails .icone_cat{
  927. width: 40px;
  928. height: 40px;
  929. border-radius: 40px;
  930. position: absolute;
  931. -webkit-transform: translate(-50%, -50%);
  932. -ms-transform: translate(-50%, -50%);
  933. transform: translate(-50%, -50%);
  934. background-position: center; /* Center the image */
  935. background-repeat: no-repeat; /* Do not repeat the image */
  936. background-size: cover; /* Resize the background image to cover the entire container */
  937. background-color: black;
  938. }
  939. .thumbnails .atelier_bois{
  940. background-image: url("../images/atelier_couture.png");
  941. }
  942. .thumbnails .atelier_couture{
  943. background-image: url("../images/atelier_couture.png");
  944. }
  945. .thumbnails .atelier_tricot_solidaire{
  946. background-image: url("../images/atelier_tricot.png");
  947. }
  948. .thumbnails .bal_rock, .thumbnails .woodstroc{
  949. background-image: url("../images/bal_rock.png");
  950. }
  951. .thumbnails .chiner_concert{
  952. background-image: url("../images/chiner_concert.png");
  953. }
  954. .thumbnails .atelier_fab_lab{
  955. background-image: url("../images/fab_lab.png");
  956. }
  957. .thumbnails .la_mine_numerique{
  958. background-image: url("../images/fab_lab.png");
  959. }
  960. .thumbnails .gouter_melanie{
  961. background-image: url("../images/gouter.png");
  962. }
  963. .thumbnails .danse_orientale{
  964. background-image: url('../images/bal_rock.png');
  965. }
  966. .thumbnails .hatha_yoga{
  967. background-image: url("../images/hatha_yoga.png");
  968. }
  969. .thumbnails .mineside_jazz{
  970. background-image: url("../images/mineside_jazz.png");
  971. }
  972. .thumbnails .non_programmation{
  973. background-image: url("../images/non_prog.png");
  974. }
  975. .thumbnails .soiree_mine{
  976. background-image: url("../images/soiree_mine.png");
  977. }
  978. .thumbnails .zero_dechets {
  979. background-image: url("../images/zero_dechet.png");
  980. }
  981. /* END SECTION PROCHAINEMENT */
  982. /* SECTION ASSO */
  983. #section_asso .association .__body{
  984. position: relative;
  985. -webkit-box-pack: end;
  986. -ms-flex-pack: end;
  987. justify-content: flex-end;
  988. margin-top: 50px;
  989. }
  990. .image_sectionasso {
  991. position: absolute;
  992. top: 0;
  993. left: 0;
  994. margin-top: 100px;
  995. width: 70%;
  996. }
  997. .content_asso {
  998. width: 70%;
  999. position: relative;
  1000. padding: 20px 10px;
  1001. background-color: white;
  1002. border: 8px solid yellow;
  1003. }
  1004. /* START SECTION PROJETS*/
  1005. #section_projets{
  1006. margin-top: 300px;
  1007. }
  1008. .title_pjt{
  1009. color: #f51212ff;
  1010. font-weight: bold;
  1011. }
  1012. /*END SECTION PROJETS*/
  1013. /* responsive iframe */
  1014. #section_MineVideo .wrapper__content {
  1015. position: relative;
  1016. padding-bottom: 56.25%; /* 16:9 */
  1017. height: 0;
  1018. }
  1019. #section_MineVideo .wrapper__content iframe {
  1020. position: absolute;
  1021. top: 0;
  1022. left: 0;
  1023. width: 100%;
  1024. height: 100%;
  1025. }
  1026. /* END KEVIN */
  1027. /* .item {
  1028. margin-top: 50px;
  1029. } */
  1030. .wrap__content_proch {
  1031. position: relative;
  1032. width: calc(100% - 40px);
  1033. margin: -4rem auto 0 auto;
  1034. padding: 10px;
  1035. min-height: 160px;
  1036. -webkit-box-align: center;
  1037. -ms-flex-align: center;
  1038. align-items: center;
  1039. text-align: center;
  1040. background-color: white;
  1041. border: 4px solid black;
  1042. display: -webkit-box;
  1043. display: -ms-flexbox;
  1044. display: flex;
  1045. -webkit-box-orient: vertical;
  1046. -webkit-box-direction: normal;
  1047. -ms-flex-direction: column;
  1048. flex-direction: column;
  1049. -webkit-box-pack: center;
  1050. -ms-flex-pack: center;
  1051. justify-content: center;
  1052. }
  1053. .colonne_section{
  1054. margin-top: 10px;
  1055. }
  1056. .colonne_section .wrap_content {
  1057. border: 8px solid blue;
  1058. padding: 1em;
  1059. }
  1060. .colonne_section h3 {
  1061. color: blue;
  1062. text-transform: uppercase;
  1063. text-align: center;
  1064. }
  1065. .projet .colonne_section .header{
  1066. height: 80px;
  1067. display: -webkit-box;
  1068. display: -ms-flexbox;
  1069. display: flex;
  1070. -webkit-box-align: end;
  1071. -ms-flex-align: end;
  1072. align-items: flex-end ;
  1073. }
  1074. .projet .colonne_section .header h3{
  1075. text-align: center;
  1076. width: 100%;
  1077. }
  1078. .item img{
  1079. width: 100%;
  1080. height: 100%;
  1081. -o-object-fit: cover;
  1082. object-fit: cover;
  1083. }
  1084. ._content_tpsF {
  1085. position: relative;
  1086. width: 80%;
  1087. padding: 10px;
  1088. margin: -50px auto;
  1089. -webkit-box-align: center;
  1090. -ms-flex-align: center;
  1091. align-items: center;
  1092. text-align: center;
  1093. background-color: white;
  1094. border: 4px solid black;
  1095. }
  1096. /*fin sections page accueil*/
  1097. /*page collecte avec formulaire*/
  1098. /*trouver comment styliser les champs du formulaire*/
  1099. .af-submit-button{
  1100. position: relative;
  1101. margin: 50px auto 10px auto;
  1102. display:-webkit-box;
  1103. display:-ms-flexbox;
  1104. display:flex;
  1105. border: 4px solid black;
  1106. border-radius: 0%;
  1107. text-align: center;
  1108. padding: 5px;
  1109. -webkit-transform: scale(1) rotate(0deg);
  1110. -ms-transform: scale(1) rotate(0deg);
  1111. transform: scale(1) rotate(0deg);
  1112. -webkit-transition: -webkit-transform 0.3s ease;
  1113. transition: -webkit-transform 0.3s ease;
  1114. -o-transition: transform 0.3s ease;
  1115. transition: transform 0.3s ease;
  1116. transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  1117. }
  1118. .af-submit-button:hover{
  1119. -webkit-transform: scale(1.1) rotate(-10deg);
  1120. -ms-transform: scale(1.1) rotate(-10deg);
  1121. transform: scale(1.1) rotate(-10deg);
  1122. -webkit-transition: all 0.3s ease;
  1123. -o-transition: all 0.3s ease;
  1124. transition: all 0.3s ease;
  1125. }
  1126. /*fin collecte et form*/
  1127. /*gestion des dots*/
  1128. .flickity-page-dots {
  1129. bottom: 0px;
  1130. }
  1131. .flickity-page-dots .dot {
  1132. width: 12px;
  1133. height: 12px;
  1134. opacity: 1;
  1135. background: transparent;
  1136. border: 2px solid white;
  1137. }
  1138. .flickity-page-dots .dot.is-selected {
  1139. background: white;
  1140. }
  1141. /* dot home */
  1142. .hero .flickity-page-dots{
  1143. bottom: 30px;
  1144. }
  1145. /*fin gestion des dots*/
  1146. /* START KEVIN */
  1147. .hero{
  1148. width: 100%;
  1149. height: 100vh;
  1150. position: relative;
  1151. }
  1152. .hero .slide{
  1153. width: 100%;
  1154. height: 100vh;
  1155. overflow: hidden;
  1156. }
  1157. .hero .slide .image{
  1158. width: 100%;
  1159. height: 100vh;
  1160. }
  1161. .hero .slide img{
  1162. width: 100%;
  1163. height: 100%;
  1164. -o-object-fit: cover;
  1165. object-fit: cover;
  1166. }
  1167. .hero .__head{
  1168. width: 100%;
  1169. text-align: center;
  1170. position: absolute;
  1171. bottom: 60px;
  1172. color: white;
  1173. }
  1174. .wrapper section > div {
  1175. position: relative;
  1176. }
  1177. .tpsF .img{
  1178. width: 100%;
  1179. height: 400px;
  1180. }
  1181. .tpsF .img img{
  1182. width: 100%;
  1183. height: 100%;
  1184. -o-object-fit: cover;
  1185. object-fit: cover;
  1186. }
  1187. body.les-temps-forts section{
  1188. margin-top: 100px;
  1189. }
  1190. body.les-temps-forts .title, body.les-temps-forts .next_edition {
  1191. color: #009ee0ff;
  1192. text-align: left;
  1193. }
  1194. body.les-temps-forts .titre_page {
  1195. border-color: #009ee0ff;
  1196. }
  1197. .projet .img{
  1198. height: 300px;
  1199. }
  1200. .projet .img img{
  1201. width: 100%;
  1202. height: 100%;
  1203. -o-object-fit: cover;
  1204. object-fit: cover;
  1205. }
  1206. .prive .images{
  1207. width: 100%;
  1208. height: 600px;
  1209. }
  1210. .prive .img img{
  1211. width: 100%;
  1212. height: 100%;
  1213. -o-object-fit: cover;
  1214. object-fit: cover;
  1215. }
  1216. /* END KEVIN */
  1217. /*START MEDIA QUERIES*/
  1218. @media screen and (min-width: 200px) and (max-width: 1088px) {
  1219. .titre_page,
  1220. .titre{
  1221. top: -150px;
  1222. left: 50%;
  1223. -webkit-transform: rotate(-10deg) translateX(-50%);
  1224. -ms-transform: rotate(-10deg) translateX(-50%);
  1225. transform: rotate(-10deg) translateX(-50%);
  1226. }
  1227. .privacy-policy .article-h1{
  1228. top: 100px;
  1229. left: 50%;
  1230. -webkit-transform: rotate(-10deg) translateX(-50%);
  1231. -ms-transform: rotate(-10deg) translateX(-50%);
  1232. transform: rotate(-10deg) translateX(-50%);
  1233. }
  1234. .privacy-policy .article-body {
  1235. -webkit-column-count: 1;
  1236. -moz-column-count: 1;
  1237. column-count: 1;
  1238. }
  1239. .other .header_other {
  1240. left: 50%;
  1241. }
  1242. .article-content{
  1243. margin-top: 30px;
  1244. }
  1245. }
  1246. @media only screen and (max-width : 320px) {
  1247. /* Smartphone */
  1248. /*footer*/
  1249. .accueil .collecte, .accueil .adresse, .accueil .horaires {
  1250. display: block;
  1251. }
  1252. .collecte, .horaires {
  1253. display:none;
  1254. }
  1255. /*fin footer*/
  1256. }
  1257. @media screen and (max-width : 768px){
  1258. article .__img_event{
  1259. max-height: 300px;
  1260. }
  1261. }
  1262. @media screen and (min-width: 200px) and (max-width: 640px) {
  1263. .image_sectionasso {
  1264. display: none;
  1265. width: 100%;
  1266. }
  1267. .content_asso {
  1268. width: 100%;
  1269. }
  1270. }
  1271. @media screen and (min-width: 200px) and (max-width: 755px) {
  1272. .__chapeau, .titre_event{
  1273. margin-top: 20px;
  1274. }
  1275. }
  1276. /*END MEDIA QUERIES*/
  1277. /* START FOOTER */
  1278. footer{
  1279. background-color: rgba(240, 240, 240, 240);
  1280. width: 100%;
  1281. padding: 50px 10px;
  1282. margin-top: 100px;
  1283. }
  1284. /* footer .information > div > div{
  1285. margin: 0 20px;
  1286. } */
  1287. footer > section{
  1288. margin-bottom: 20px;
  1289. }
  1290. footer .logo_lamine {
  1291. /* max-width: 150px; */
  1292. height: auto;
  1293. max-height: 150px;
  1294. /* margin: 10px; */
  1295. }
  1296. footer .logo_lamine a{
  1297. display: block;
  1298. height: 100%;
  1299. width: auto;
  1300. }
  1301. footer .logo_lamine img{
  1302. -o-object-fit: contain;
  1303. object-fit: contain;
  1304. }
  1305. footer > .information > div > div {
  1306. margin-bottom: 20px;
  1307. }
  1308. footer .reseaux_sociaux > div a > img{
  1309. display: block;
  1310. width: 20px;
  1311. height: 20px;
  1312. margin-right: 5px;
  1313. }
  1314. footer .reseaux_sociaux img {
  1315. vertical-align: baseline;
  1316. -o-object-fit: contain;
  1317. object-fit: contain;
  1318. }
  1319. /* START Mailchimp */
  1320. footer #mc_embed_signup label, footer #mc-embedded-subscribe{
  1321. padding: 7px 10px;
  1322. background-color: white;
  1323. border: 4px solid black;
  1324. }
  1325. footer .email{
  1326. width: 100%;
  1327. padding: 7px 10px;
  1328. background-color: #D8D8D8;
  1329. border-bottom: 4px solid black;
  1330. border-top: 4px solid black;
  1331. border-left: none;
  1332. border-right: none;
  1333. }
  1334. footer #mc_embed_signup_scroll label{
  1335. white-space: nowrap;
  1336. font-weight: bold;
  1337. }
  1338. footer #mc_embed_signup_scroll input{
  1339. width: 100%;
  1340. }
  1341. footer #mc-embedded-subscribe:hover{
  1342. color: white;
  1343. background-color: black;
  1344. }
  1345. /* END MAILCHIMP */
  1346. /* START SLIDE */
  1347. footer .partenaires ._titre{
  1348. white-space: nowrap;
  1349. font-weight: bold;
  1350. margin: auto 50px auto 0px;
  1351. }
  1352. footer .partenaires{
  1353. width: 100%;
  1354. }
  1355. footer .container_slide li{
  1356. width: 80px;
  1357. height: 80px;
  1358. margin: 0 10px;
  1359. }
  1360. footer .partenaires img{
  1361. -o-object-fit: contain;
  1362. object-fit: contain;
  1363. }
  1364. /* END SLIDE */
  1365. /* END FOOTER */
  1366. @media screen and (max-width: 576px) {
  1367. footer p,
  1368. footer a{
  1369. text-align: center;
  1370. }
  1371. footer a.d-flex{
  1372. -webkit-box-pack: center;
  1373. -ms-flex-pack: center;
  1374. justify-content: center;
  1375. }
  1376. #Btn_asso a{
  1377. display: block;
  1378. }
  1379. .send_actu input{
  1380. text-align: center;
  1381. }
  1382. }