style.css 21 KB

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