style.css 18 KB

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