style.css 24 KB

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