style.css 12 KB

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