_custom.scss 15 KB

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