_custom.scss 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846
  1. // Your custom SCSS should be written here...
  2. .grav-lightslider {
  3. .lSSlideOuter {
  4. .lSPager.lSpg {
  5. > li a {
  6. z-index: 1;
  7. }
  8. }
  9. }
  10. }
  11. .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
  12. padding-left: 3rem;
  13. }
  14. #body > script:first-child + .grav-lightslider {
  15. margin-top: -3rem;
  16. }
  17. #sb-site{
  18. background: none !important;
  19. #body{
  20. background: none !important;
  21. padding-bottom: 2rem !important;
  22. font-family: "Sarabun", sans-serif !important;
  23. p:empty { display:none; }
  24. @media (max-width: 442px) {
  25. padding-top: 2rem;
  26. }
  27. }
  28. }
  29. #header.scrolled {
  30. padding-left: 2rem;
  31. padding-right: 2rem;
  32. }
  33. #header #navbar ul.navigation li a {
  34. font-family: "Sarabun", sans-serif;
  35. font-weight: 400;
  36. text-transform: uppercase;
  37. font-size: 1rem;
  38. display: inline-block;
  39. padding: 0.3rem 0.8rem;
  40. -webkit-backface-visibility: hidden;
  41. // float: left;
  42. }
  43. #header #navbar ul.navigation li:after {
  44. display: inline;
  45. content: "|";
  46. padding: 0 .1em;
  47. vertical-align: top;
  48. }
  49. #header #navbar ul.navigation li:last-child:after {
  50. content: "" !important;
  51. }
  52. #header #navbar ul.navigation li a:hover {
  53. font-weight: 900;
  54. }
  55. #logo {
  56. position: relative;
  57. display: flex;
  58. flex-direction: row;
  59. @include transform(scale(0.75));
  60. // &.active {
  61. // a:after {
  62. // top: 0;
  63. // visibility: visible;
  64. // @include transform(scale(0.75));
  65. // @extend .default-animation;
  66. // }
  67. img {
  68. padding: 0.5rem;
  69. height: 3rem;
  70. margin:auto;
  71. #gouv {
  72. padding-right: 2rem;
  73. padding: 0.5rem;
  74. min-height: 4rem !important;
  75. margin:auto;
  76. }
  77. #epau {
  78. }
  79. }
  80. }
  81. @media (max-width: 442px) {
  82. #header #navbar {
  83. position: absolute;
  84. right: 1rem;
  85. }
  86. .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
  87. padding-left: 0!important;
  88. padding-right: 0rem !important;
  89. }
  90. #header #logo {
  91. position: absolute;
  92. left: -1rem;
  93. }
  94. }
  95. @media (max-width: 1024px) {
  96. .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
  97. padding-left: 0!important;
  98. padding-right: 0rem !important;
  99. }
  100. #header #navbar {
  101. padding-right: 2rem;
  102. }
  103. }
  104. .callout {
  105. padding-top: 0.5rem;
  106. }
  107. .callout h1, h2, h3, p {
  108. text-align: left !important;
  109. }
  110. .callout {
  111. padding-right: 0rem !important;
  112. padding-left: 0rem !important;
  113. // h1 {
  114. // margin-bottom: 0rem !important;
  115. // }
  116. h2 {
  117. text-transform: capitalize;
  118. font-weight: 300;
  119. font-size: 1rem;
  120. }
  121. }
  122. .titre_nsb {
  123. display: block;
  124. margin-right: 52%;
  125. h1 {
  126. margin-bottom: 0rem !important;
  127. text-align: right;
  128. padding-right: 0rem !important;
  129. padding-left: 2rem;
  130. }
  131. @media (max-width: 442px) {
  132. margin-right: 42%;
  133. h1 {
  134. font-size: 1.6rem;
  135. }
  136. }
  137. }
  138. .titre_bsn {
  139. display: block;
  140. margin-left: 40%;
  141. // padding-right: 15%;
  142. h1 {
  143. text-align: left;
  144. margin-bottom: 0rem !important;
  145. // padding-bottom: 3rem;
  146. }
  147. p {
  148. padding-right: 15%;
  149. }
  150. @media (max-width: 442px) {
  151. h1 {
  152. font-size: 1.6rem;
  153. }
  154. }
  155. }
  156. @keyframes animate {
  157. 0% {width: 0%;}
  158. 100% {width: 100%;}
  159. }
  160. @keyframes glissement {
  161. from {
  162. margin-left: 100%;
  163. width: 300%;
  164. }
  165. to {
  166. margin-left: 0%;
  167. width: 100%;
  168. }
  169. }
  170. .after-h1 {
  171. .in-view-right {
  172. // opacity: 0;
  173. // transition: opacity 1s ease-in-out;
  174. animation: animate 1.2s 1 normal ease-in-out forwards;
  175. }
  176. .in-view {
  177. animation: glissement 1.2s 1 normal ease-in-out forwards;
  178. }
  179. }
  180. //
  181. // .after-h1 {
  182. // .test {
  183. // // opacity: 0;
  184. // // transition: opacity 1s ease-in-out;
  185. // animation: anim 2.5s 1 normal ease-in-out forwards;
  186. // }
  187. // .animateMe {
  188. // animation: glissement 2.5s 1 normal ease-in-out forwards;
  189. // }
  190. // }
  191. .programmes {
  192. display: flex;
  193. flex-wrap: wrap;
  194. //
  195. // background-image:
  196. // url("/user/themes/epau-antimatter/images/14360_default_big.jpg") ,
  197. // url("/user/themes/epau-antimatter/images/10361_web_01.jpg") ,
  198. // url("/user/themes/epau-antimatter/images/hyperliens_marseille_.PNG") ,
  199. // url("/user/themes/epau-antimatter/images/jeux-olypiques-paris-2024-village-athle-lot-e2.jpg") ;
  200. //
  201. // background-attachment: fixed;
  202. //
  203. // background-position: 50% -50px;
  204. // position: sticky;
  205. // transform: translateY(-1);
  206. // min-height: 500px;
  207. background-color: #d5d2d1;
  208. z-index: -1;
  209. justify-content: center;
  210. padding-left: 15%;
  211. padding-right: 15%;
  212. padding-top: 8rem;
  213. padding-bottom: 8rem;
  214. }
  215. .parallax-window {
  216. // min-height: 400px;
  217. background: transparent;
  218. // height: 1534px;
  219. // overflow: hidden;
  220. }
  221. // .images-background {
  222. // position: absolute !important;
  223. // width: 100%;
  224. // display: flex;
  225. // flex-direction: row;
  226. // flex-wrap: wrap;
  227. // justify-content: space-between;
  228. //
  229. // #photo1 {
  230. // position: relative;
  231. // top: -60px;
  232. //
  233. // }
  234. //
  235. // #photo2 {
  236. // z-index: 0;
  237. // width:700px !important;
  238. // position: relative;
  239. // top: 260px;
  240. // }
  241. //
  242. // #photo3 {
  243. // z-index: 0;
  244. // width:700px !important;
  245. // position: relative;
  246. // top: 300px;
  247. // }
  248. //
  249. // #photo4 {
  250. // z-index: 0;
  251. // width:700px !important;
  252. // position: relative;
  253. // top: 300px;
  254. // }
  255. // }
  256. .programme {
  257. z-index: 1;
  258. max-width: 35%;
  259. min-width: 26rem;
  260. padding: 1.5rem;
  261. background-color: white;
  262. margin: 0.4rem;
  263. h4 {
  264. text-transform: uppercase;
  265. line-height: 1.2;
  266. }
  267. img {
  268. max-height: 4rem;
  269. }
  270. p {
  271. font-family: $font-family-default;
  272. font-weight: 500;
  273. font-style: italic;
  274. padding-bottom: 1.5rem;
  275. }
  276. @media (max-width: 442px) {
  277. min-width: 20rem;
  278. }
  279. }
  280. .programme:hover {
  281. background-color: #000;
  282. transition:0.2s ease-in-out;
  283. p {
  284. color: #fff;
  285. }
  286. h4 {
  287. color: #fff;
  288. }
  289. }
  290. /*CSS pour afficher/masquer un texte via un bouton*/
  291. /*Style du module TEXTE*/
  292. .texte-cache {
  293. position: relative;
  294. max-height: 400px; /*Hauteur du texte visible avant le clic*/
  295. overflow: hidden; /*On cache tout ce qui dépasse des 400px*/
  296. transition: max-height 1s ease; /* Transition CSS entre l'ouverture et la fermeture*/
  297. @media (max-width: 1024px) {
  298. max-height: 445px;
  299. }
  300. }
  301. /*Style du module TEXTE lorsqu'il est ouvert*/
  302. .texte-cache.ouvert {
  303. max-height: 300vh; /* On lui définit une hauteur max de tout l'écran si nécessaire pour qu'il affiche tout son contenu*/
  304. }
  305. /*On stylise l'effet de flou lorsque le module TEXTE est fermé, donc il n'a pas la classe "ouvert"*/
  306. .texte-cache:not(.ouvert)::after {
  307. content: '';
  308. position: absolute;
  309. top: 400px;
  310. bottom: 0;
  311. left: 0;
  312. right: 0;
  313. // background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /*Couleur de notre effet*/
  314. }
  315. @media (max-width: 1024px) {
  316. .modular .features {
  317. width: 80% !important;
  318. margin-left: 8rem !important;
  319. }
  320. .modular .features .feature {
  321. width: 24% !important;
  322. // margin-bottom: 10rem;
  323. }
  324. }
  325. .bouton-ouverture {
  326. position: relative;
  327. justify-content: center;
  328. cursor: pointer;
  329. border: solid;
  330. border-radius: 0px !important;
  331. background-color: transparent;
  332. text-transform: uppercase;
  333. left: 45%;
  334. // margin-top: 3rem;
  335. margin-bottom: 2rem !important;
  336. }
  337. .gouvernance {
  338. background-color: #000;
  339. color: #ffffff;
  340. text-transform: uppercase;
  341. padding-bottom: 6rem;
  342. padding-top: 2rem;
  343. }
  344. .mozaique_personnes {
  345. background-color: #d5d2d1;
  346. padding-bottom: 10rem;
  347. .equipe {
  348. display: flex !important;
  349. flex-direction: row;
  350. flex-wrap: wrap;
  351. // margin-left: 15%;
  352. // padding-right: 15%;
  353. width: 100%;
  354. padding-left: 22%;
  355. padding-right: 15%;
  356. margin: auto;
  357. justify-items: center;
  358. @media (max-width: 442px) {
  359. width: 100%;
  360. padding-left: 3%;
  361. padding-right: 2%;
  362. }
  363. h3 {
  364. // display: flex;
  365. // flex-grow: 1;
  366. padding-top: 3rem;
  367. // padding-left: 15%;
  368. min-width: 100%;
  369. font-family: "Sarabun", sans-serif;
  370. font-weight: 800;
  371. font-size: 1rem;
  372. line-height: 20px;
  373. text-align: left;
  374. @media (max-width: 442px) {
  375. font-size: 0.9rem;
  376. padding-right: 0.5rem;
  377. }
  378. }
  379. .personne {
  380. display: flex;
  381. flex-direction: row;
  382. flex-wrap: wrap;
  383. // width: 50%;
  384. padding-right: 0.5rem;
  385. padding-bottom: 0.5rem;
  386. .mozaique {
  387. display: flex;
  388. flex-direction: row;
  389. justify-content: flex-end;
  390. max-width: 30rem;
  391. min-width: 30rem;
  392. @media (max-width: 442px) {
  393. max-width: 21rem;
  394. min-width: 21rem;
  395. }
  396. .photo {
  397. // min-width: 10rem;
  398. // min-height: 10rem;
  399. // max-width:50% !important;
  400. overflow: hidden;
  401. width: 15rem !important;
  402. height: 15rem !important;
  403. // object-fit: cover;
  404. // background-size: cover;
  405. img {
  406. // maxwidth: 15rem !important;
  407. // height: 15rem !important;
  408. object-fit: cover;
  409. width: 100%;
  410. height: 100%;
  411. }
  412. }
  413. .info {
  414. background-color: #fff;
  415. display:flex;
  416. flex-direction: column;
  417. font-family: $font-family-default;
  418. width: 50%;
  419. height: 15rem;
  420. min-width: 15rem;
  421. @media (max-width: 442px) {
  422. max-width: 11rem;
  423. min-width: 11rem;
  424. }
  425. h5 {
  426. font-weight: 900;
  427. font-size: 1.1rem;
  428. margin: 0;
  429. padding-top: 0.8rem;
  430. padding-right: 1rem;
  431. padding-left: 1.3rem;
  432. @media (max-width: 442px) {
  433. font-size: 0.9rem;
  434. padding-left: 0.8rem;
  435. padding-right: 0.6rem;
  436. }
  437. }
  438. h6 {
  439. font-weight: 300;
  440. font-size: 0.9rem;
  441. font-style: italic;
  442. line-height: 1.3;
  443. margin: 0;
  444. padding-right: 1.2rem;
  445. // padding-bottom: 1rem;
  446. padding-left: 1.3rem;
  447. @media (max-width: 442px) {
  448. padding-left: 0.8rem;
  449. font-size: 0.75rem;
  450. padding-right: 0.6rem;
  451. }
  452. }
  453. }
  454. &:hover {
  455. background-color: #000;
  456. color: #fff;
  457. transition:0.2s ease-in-out;
  458. }
  459. }
  460. }
  461. }
  462. }
  463. // .mozaique :hover {
  464. // background-color: #000;
  465. // color: #fff;
  466. // }
  467. .bouton {
  468. border: solid !important;
  469. background-color: transparent;
  470. border-radius: 0px !important;
  471. text-transform: uppercase;
  472. align-self: flex-end;
  473. margin:auto;
  474. margin-bottom: 0.8rem !important;
  475. font-size: 0.7rem;
  476. }
  477. //
  478. // .bouton :hover {
  479. // background-color: #000;
  480. // }
  481. // pop in biographie
  482. .modal {
  483. position: fixed;
  484. z-index: 1;
  485. top: 0;
  486. right: 0;
  487. bottom: 0;
  488. left: 0;
  489. display: none;
  490. }
  491. .modal.open{
  492. display: block;
  493. // .bouton {
  494. // border: solid !important;
  495. // background-color: transparent;
  496. // text-transform: uppercase;
  497. // align-self: flex-end;
  498. // margin:auto;
  499. // margin-bottom: 2rem;
  500. // }
  501. }
  502. // #modal .mask{
  503. // background: none !important;
  504. // opacity: 1;
  505. // position: absolute;
  506. // top: 0;
  507. // right: 0;
  508. // bottom: 0;
  509. // left: 0;
  510. //
  511. // }
  512. // #body .grey {
  513. // opacity: 0.5;
  514. // }
  515. .modal .container{
  516. position: absolute;
  517. background: white !important;
  518. top: 50%;
  519. left: 50%;
  520. transform: translateX(-50%) translateY(-50%);
  521. width: 50%;
  522. height: content;
  523. min-height: 50px;
  524. border: solid;
  525. color: black;
  526. .message{
  527. padding: 5% 10% 5% 5%;
  528. }
  529. a.close{
  530. position: absolute;
  531. right: 5%;
  532. top:5%;
  533. color: black;
  534. font-size: 30px;
  535. }
  536. a.close:hover{
  537. color: black;
  538. }
  539. @media (max-width: 442px) {
  540. transform: translateX(-50%) translateY(-50%);
  541. width: 85%;
  542. height: 80%;
  543. overflow-y: scroll;
  544. a.close {
  545. font-size: 0.8rem;
  546. position: absolute;
  547. right: 2%;
  548. top:0.8%;
  549. }
  550. p {
  551. font-size: 0.8rem;
  552. margin-top: 0;
  553. }
  554. .message{
  555. padding: 5% 5% 5% 5%;
  556. }
  557. }
  558. @media (max-width: 1024px) {
  559. transform: translateX(-50%) translateY(-50%);
  560. width: 75%;
  561. height: 65%;
  562. overflow-y: scroll;
  563. a.close {
  564. font-size: 0.8rem;
  565. position: absolute;
  566. right: 2%;
  567. top:0.8%;
  568. }
  569. p {
  570. font-size: 0.8rem;
  571. margin-top: 0;
  572. }
  573. .message{
  574. padding: 5% 5% 5% 5%;
  575. }
  576. }
  577. }
  578. #new-footer {
  579. // position:absolute;
  580. display: flex;
  581. flex-direction: column;
  582. .tothetop {
  583. position: absolute;
  584. // align-self: center;
  585. height: 1rem;
  586. bottom: $footer-height + 10rem;
  587. text-align: center;
  588. left: 0;
  589. right: 0;
  590. span {
  591. font-size: 1.7rem;
  592. line-height: 2,5rem;
  593. background: #fff;
  594. width: 4rem;
  595. height: 5rem;
  596. border-radius: $border-radius;
  597. display: inline-block;
  598. text-align: top;
  599. }
  600. }
  601. .footer {
  602. display: flex;
  603. flex-direction: row;
  604. flex-wrap: nowrap;
  605. .footer-logos {
  606. display: flex;
  607. flex-direction: row;
  608. flex-wrap: nowrap;
  609. width: 70%;
  610. align-items: center;
  611. margin-left: 3rem;
  612. img {
  613. // min-height: 4rem;
  614. max-height: 4rem;
  615. padding-right: 1rem;
  616. &:last-of-type {
  617. // height: 3.25rem;
  618. padding-top: 0.30rem;
  619. padding-bottom: 0.30rem;
  620. }
  621. }
  622. }
  623. #new-footer .footer .footer-logos img:last-of-type {
  624. height: 0.5rem !important;
  625. }
  626. .contact {
  627. display: flex;
  628. flex-direction: column;
  629. width: 30%;
  630. margin-top: 1.5rem;
  631. align-items: flex-start;
  632. img {
  633. margin-bottom: 1rem;
  634. max-height: 2rem;
  635. }
  636. svg {
  637. margin-bottom: 1rem;
  638. }
  639. h6 {
  640. margin: 0 !important;
  641. font-weight: 600;
  642. }
  643. p {
  644. margin: 0;
  645. }
  646. }
  647. }
  648. @media (max-width: 442px) {
  649. .footer {
  650. width: 100%;
  651. flex-direction: column-reverse;
  652. align-items: center;
  653. margin:auto;
  654. .contact {
  655. padding-top: 1rem;
  656. width: 80%;
  657. }
  658. .footer-logos {
  659. width: 90%;
  660. margin-top: 1.5rem;
  661. margin-left: 0.5rem;
  662. flex-direction: column;
  663. justify-content: space-between;
  664. img {
  665. padding:0.5rem;
  666. &:last-of-type {
  667. padding: 0.8rem;
  668. }
  669. }
  670. }
  671. }
  672. .tothetop {
  673. bottom: $footer-height + 31rem;
  674. }
  675. }
  676. @media (max-width: 1024px) {
  677. .footer {
  678. .contact {
  679. img {
  680. max-height: 1.5rem;
  681. }
  682. h6 {
  683. font-size:0.8rem;
  684. }
  685. p {
  686. font-size: 0.8rem;
  687. }
  688. svg {
  689. margin-bottom: 0.6rem;
  690. }
  691. }
  692. .footer-logos {
  693. img {
  694. padding: 0.5rem;
  695. &:last-of-type {
  696. padding: 0.8rem;
  697. }
  698. }
  699. }
  700. }
  701. .tothetop {
  702. bottom: $footer-height + 8rem;
  703. }
  704. }
  705. }
  706. button:focus {
  707. border: solid !important;
  708. background-color: transparent;
  709. border-radius: 0px !important;
  710. text-transform: uppercase;
  711. align-self: flex-end;
  712. margin:auto;
  713. // margin-bottom: 2rem;
  714. outline: -webkit-focus-ring-color auto 0px;
  715. outline-color: -webkit-focus-ring-color;
  716. outline-style: auto;
  717. outline-width: 0px;
  718. }