_custom.scss 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845
  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. @media (max-width:442px) {
  300. max-height: 400px;
  301. }
  302. }
  303. }
  304. /*Style du module TEXTE lorsqu'il est ouvert*/
  305. .texte-cache.ouvert {
  306. max-height: 300vh; /* On lui définit une hauteur max de tout l'écran si nécessaire pour qu'il affiche tout son contenu*/
  307. }
  308. /*On stylise l'effet de flou lorsque le module TEXTE est fermé, donc il n'a pas la classe "ouvert"*/
  309. .texte-cache:not(.ouvert)::after {
  310. content: '';
  311. position: absolute;
  312. top: 400px;
  313. bottom: 0;
  314. left: 0;
  315. right: 0;
  316. // background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /*Couleur de notre effet*/
  317. }
  318. .modular .features {
  319. @media (max-width: 1024px) {
  320. width: 80% !important;
  321. margin: auto !important;
  322. }
  323. }
  324. .modular .features .feature {
  325. // margin-bottom: 10rem;
  326. @media (max-width: 442px) {width: 80% ;}
  327. @media (max-width: 1024px) {width: 24% ;}
  328. }
  329. .bouton-ouverture {
  330. position: relative;
  331. justify-content: center;
  332. cursor: pointer;
  333. border: solid;
  334. border-radius: 0px !important;
  335. background-color: transparent;
  336. text-transform: uppercase;
  337. left: 45%;
  338. // margin-top: 3rem;
  339. margin-bottom: 2rem !important;
  340. }
  341. .gouvernance {
  342. background-color: #000;
  343. color: #ffffff;
  344. text-transform: uppercase;
  345. padding-bottom: 6rem;
  346. padding-top: 2rem;
  347. }
  348. .mozaique_personnes {
  349. background-color: #d5d2d1;
  350. padding-bottom: 10rem;
  351. .equipe {
  352. display: flex !important;
  353. flex-direction: row;
  354. flex-wrap: wrap;
  355. // margin-left: 15%;
  356. // padding-right: 15%;
  357. width: 100%;
  358. padding-left: 22%;
  359. padding-right: 15%;
  360. margin: auto;
  361. justify-items: center;
  362. @media (max-width: 442px) {
  363. width: 100%;
  364. padding-left: 3%;
  365. padding-right: 2%;
  366. }
  367. h3 {
  368. // display: flex;
  369. // flex-grow: 1;
  370. padding-top: 3rem;
  371. // padding-left: 15%;
  372. min-width: 100%;
  373. font-family: "Sarabun", sans-serif;
  374. font-weight: 800;
  375. font-size: 1rem;
  376. line-height: 20px;
  377. text-align: left;
  378. @media (max-width: 442px) {
  379. font-size: 0.9rem;
  380. padding-right: 0.5rem;
  381. }
  382. }
  383. .personne {
  384. display: flex;
  385. flex-direction: row;
  386. flex-wrap: wrap;
  387. // width: 50%;
  388. padding-right: 0.5rem;
  389. padding-bottom: 0.5rem;
  390. .mozaique {
  391. display: flex;
  392. flex-direction: row;
  393. justify-content: flex-end;
  394. max-width: 30rem;
  395. min-width: 30rem;
  396. @media (max-width: 442px) {
  397. max-width: 21rem;
  398. min-width: 21rem;
  399. }
  400. .photo {
  401. // min-width: 10rem;
  402. // min-height: 10rem;
  403. // max-width:50% !important;
  404. overflow: hidden;
  405. width: 15rem !important;
  406. height: 15rem !important;
  407. // object-fit: cover;
  408. // background-size: cover;
  409. img {
  410. // maxwidth: 15rem !important;
  411. // height: 15rem !important;
  412. object-fit: cover;
  413. width: 100%;
  414. height: 100%;
  415. }
  416. }
  417. .info {
  418. background-color: #fff;
  419. display:flex;
  420. flex-direction: column;
  421. font-family: $font-family-default;
  422. width: 50%;
  423. height: 15rem;
  424. min-width: 15rem;
  425. @media (max-width: 442px) {
  426. max-width: 11rem;
  427. min-width: 11rem;
  428. }
  429. h5 {
  430. font-weight: 900;
  431. font-size: 1.1rem;
  432. margin: 0;
  433. padding-top: 0.8rem;
  434. padding-right: 1rem;
  435. padding-left: 1.3rem;
  436. @media (max-width: 442px) {
  437. font-size: 0.9rem;
  438. padding-left: 0.8rem;
  439. padding-right: 0.6rem;
  440. }
  441. }
  442. h6 {
  443. font-weight: 300;
  444. font-size: 0.9rem;
  445. font-style: italic;
  446. line-height: 1.3;
  447. margin: 0;
  448. padding-right: 1.2rem;
  449. // padding-bottom: 1rem;
  450. padding-left: 1.3rem;
  451. @media (max-width: 442px) {
  452. padding-left: 0.8rem;
  453. font-size: 0.75rem;
  454. padding-right: 0.6rem;
  455. }
  456. }
  457. &:hover {
  458. background-color: #000;
  459. color: #fff;
  460. transition:0.2s ease-in-out;
  461. }
  462. }
  463. }
  464. }
  465. }
  466. }
  467. // .mozaique :hover {
  468. // background-color: #000;
  469. // color: #fff;
  470. // }
  471. .bouton {
  472. border: solid !important;
  473. background-color: transparent;
  474. border-radius: 0px !important;
  475. text-transform: uppercase;
  476. align-self: flex-end;
  477. margin:auto;
  478. margin-bottom: 0.8rem !important;
  479. font-size: 0.7rem;
  480. }
  481. //
  482. // .bouton :hover {
  483. // background-color: #000;
  484. // }
  485. // pop in biographie
  486. .modal {
  487. position: fixed;
  488. z-index: 1;
  489. top: 0;
  490. right: 0;
  491. bottom: 0;
  492. left: 0;
  493. display: none;
  494. }
  495. .modal.open{
  496. display: block;
  497. // .bouton {
  498. // border: solid !important;
  499. // background-color: transparent;
  500. // text-transform: uppercase;
  501. // align-self: flex-end;
  502. // margin:auto;
  503. // margin-bottom: 2rem;
  504. // }
  505. }
  506. // #modal .mask{
  507. // background: none !important;
  508. // opacity: 1;
  509. // position: absolute;
  510. // top: 0;
  511. // right: 0;
  512. // bottom: 0;
  513. // left: 0;
  514. //
  515. // }
  516. // #body .grey {
  517. // opacity: 0.5;
  518. // }
  519. .modal .container{
  520. position: absolute;
  521. background: white !important;
  522. top: 50%;
  523. left: 50%;
  524. transform: translateX(-50%) translateY(-50%);
  525. width: 50%;
  526. height: content;
  527. min-height: 50px;
  528. border: solid;
  529. color: black;
  530. .message{
  531. padding: 5% 10% 5% 5%;
  532. }
  533. a.close{
  534. position: absolute;
  535. right: 5%;
  536. top:5%;
  537. color: black;
  538. font-size: 30px;
  539. }
  540. a.close:hover{
  541. color: black;
  542. }
  543. @media (max-width: 442px) {
  544. transform: translateX(-50%) translateY(-50%);
  545. width: 85%;
  546. height: 80%;
  547. overflow-y: scroll;
  548. a.close {
  549. font-size: 0.8rem;
  550. position: absolute;
  551. right: 2%;
  552. top:0.8%;
  553. }
  554. p {
  555. font-size: 0.8rem;
  556. margin-top: 0;
  557. }
  558. .message{
  559. padding: 5% 5% 5% 5%;
  560. }
  561. }
  562. @media (max-width: 1024px) {
  563. transform: translateX(-50%) translateY(-50%);
  564. width: 75%;
  565. height: 65%;
  566. overflow-y: scroll;
  567. a.close {
  568. font-size: 0.8rem;
  569. position: absolute;
  570. right: 2%;
  571. top:0.8%;
  572. }
  573. p {
  574. font-size: 0.8rem;
  575. margin-top: 0;
  576. }
  577. .message{
  578. padding: 5% 5% 5% 5%;
  579. }
  580. }
  581. }
  582. #new-footer {
  583. // position:absolute;
  584. display: flex;
  585. flex-direction: column;
  586. .tothetop {
  587. position: absolute;
  588. // align-self: center;
  589. height: 1rem;
  590. bottom: $footer-height + 10rem;
  591. text-align: center;
  592. left: 0;
  593. right: 0;
  594. span {
  595. font-size: 1.7rem;
  596. line-height: 2,5rem;
  597. background: #fff;
  598. width: 4rem;
  599. height: 5rem;
  600. border-radius: $border-radius;
  601. display: inline-block;
  602. text-align: top;
  603. }
  604. }
  605. .footer {
  606. display: flex;
  607. flex-direction: row;
  608. flex-wrap: nowrap;
  609. .footer-logos {
  610. display: flex;
  611. flex-direction: row;
  612. flex-wrap: nowrap;
  613. width: 70%;
  614. align-items: center;
  615. margin-left: 3rem;
  616. img {
  617. // min-height: 4rem;
  618. max-height: 4rem;
  619. padding-right: 1rem;
  620. &:last-of-type {
  621. // height: 3.25rem;
  622. padding-top: 0.30rem;
  623. padding-bottom: 0.30rem;
  624. }
  625. }
  626. }
  627. #new-footer .footer .footer-logos img:last-of-type {
  628. height: 0.5rem !important;
  629. }
  630. .contact {
  631. display: flex;
  632. flex-direction: column;
  633. width: 30%;
  634. margin-top: 1.5rem;
  635. align-items: flex-start;
  636. img {
  637. margin-bottom: 1rem;
  638. max-height: 2rem;
  639. }
  640. svg {
  641. margin-bottom: 1rem;
  642. }
  643. h6 {
  644. margin: 0 !important;
  645. font-weight: 600;
  646. }
  647. p {
  648. margin: 0;
  649. }
  650. }
  651. }
  652. @media (max-width: 442px) {
  653. .footer {
  654. width: 100%;
  655. flex-direction: column-reverse;
  656. align-items: center;
  657. margin:auto;
  658. .contact {
  659. padding-top: 1rem;
  660. width: 80%;
  661. }
  662. .footer-logos {
  663. width: 90%;
  664. margin-top: 1.5rem;
  665. margin-left: 0.5rem;
  666. flex-direction: column;
  667. justify-content: space-between;
  668. img {
  669. padding:0.5rem;
  670. &:last-of-type {
  671. padding: 0.8rem;
  672. }
  673. }
  674. }
  675. }
  676. .tothetop {
  677. bottom: $footer-height + 31rem;
  678. }
  679. }
  680. @media (max-width: 768px) {
  681. .tothetop {
  682. bottom: $footer-height + 10rem !important;
  683. }
  684. }
  685. @media (max-width: 1024px) {
  686. .footer {
  687. .contact {
  688. img {max-height: 1.5rem;}
  689. h6 {font-size:0.8rem;}
  690. p {font-size: 0.8rem;}
  691. svg {margin-bottom: 0.6rem;}
  692. }
  693. .footer-logos {
  694. img {
  695. padding: 0.5rem;
  696. &:last-of-type {
  697. padding: 0.8rem;
  698. }
  699. }
  700. }
  701. }
  702. .tothetop {
  703. bottom: $footer-height + 8rem;
  704. }
  705. }
  706. }
  707. button:focus {
  708. border: solid !important;
  709. background-color: transparent;
  710. border-radius: 0px !important;
  711. text-transform: uppercase;
  712. align-self: flex-end;
  713. margin:auto;
  714. // margin-bottom: 2rem;
  715. outline: -webkit-focus-ring-color auto 0px;
  716. outline-color: -webkit-focus-ring-color;
  717. outline-style: auto;
  718. outline-width: 0px;
  719. }