_custom.scss 23 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183
  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. #logo {
  65. position: relative;
  66. display: flex;
  67. flex-direction: row;
  68. img {
  69. padding: 0.75rem;
  70. height: 4rem;
  71. margin:auto;
  72. @media (max-width: 442px) {
  73. height: 3rem;
  74. }
  75. @media (max-width: 1024px) {
  76. height: 3.5rem;
  77. }
  78. #gouv {
  79. padding-left: 1rem;
  80. padding-right: 2rem;
  81. padding: 0.5rem;
  82. min-height: 4rem;
  83. // margin:auto;
  84. }
  85. }
  86. }
  87. @media (max-width: 442px) {
  88. #header #navbar {
  89. position: absolute;
  90. right: 1rem;
  91. }
  92. .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 {
  93. padding-left: 0!important;
  94. padding-right: 0rem !important;
  95. }
  96. #header #logo {
  97. position: absolute;
  98. // left: -2rem;
  99. }
  100. #logo img {
  101. height: 3rem;
  102. margin-left: 1rem;
  103. }
  104. }
  105. @media (max-width: 1024px) {
  106. .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 {
  107. padding-left: 0!important;
  108. padding-right: 0rem !important;
  109. }
  110. #header #navbar {
  111. padding-right: 2rem;
  112. }
  113. }
  114. .parallax-window {
  115. background: transparent;
  116. // background-position: center;
  117. // background-size: cover;
  118. // position: relative;
  119. // top: -500px;
  120. width: 100%;
  121. }
  122. .parallax-mirror {
  123. top: -80px;
  124. // height: auto;
  125. }
  126. .callout {
  127. filter:opacity(0.75);
  128. position: relative;
  129. z-index: 1;
  130. padding-top: 0.5rem;
  131. padding-right: 0rem !important;
  132. padding-left: 0rem !important;
  133. h1, h2, h3, p {
  134. text-align: left !important;
  135. }
  136. h2 {
  137. text-transform: capitalize;
  138. font-weight: 300;
  139. font-size: 1rem;
  140. }
  141. }
  142. .ressources {
  143. background-color: white;
  144. padding-top: 1rem;
  145. }
  146. .titre_nsb {
  147. // position: relative;
  148. // top: -440px;
  149. display: block;
  150. margin-right: 45%;
  151. h1 {
  152. margin-bottom: 0rem !important;
  153. text-align: right;
  154. padding-right: 0rem !important;
  155. padding-left: 2rem;
  156. }
  157. @media (max-width: 500px) {
  158. margin-right: 30% !important;
  159. h1 {
  160. font-size: 1.6rem;
  161. }
  162. }
  163. }
  164. .titre_bsn {
  165. display: block;
  166. margin-left: 45%;
  167. // padding-right: 15%;
  168. h1 {
  169. text-align: left;
  170. margin-bottom: 0rem !important;
  171. // padding-bottom: 3rem;
  172. }
  173. p {
  174. // text-transform: uppercase;
  175. padding-right: 15%;
  176. }
  177. .chapeau{
  178. text-transform: uppercase;
  179. }
  180. @media (max-width: 442px) {
  181. margin-left: 30%;
  182. h1 {
  183. font-size: 1.6rem;
  184. }
  185. }
  186. }
  187. @keyframes animate {
  188. 0% {width: 0%;}
  189. 100% {width: 100%;}
  190. }
  191. @keyframes glissement {
  192. from {
  193. margin-left: 100%;
  194. width: 300%;
  195. }
  196. to {
  197. margin-left: 0%;
  198. width: 100%;
  199. }
  200. }
  201. .after-h1 {
  202. .in-view-right {
  203. animation: animate 1.2s 1 normal ease-in-out forwards;
  204. }
  205. .in-view {
  206. animation: glissement 1.2s 1 normal ease-in-out forwards;
  207. }
  208. }
  209. // //présentation en mosaique//
  210. // .programmes {
  211. // display: flex;
  212. // flex-wrap: wrap;
  213. // justify-content: center;
  214. // padding-left: 15%;
  215. // padding-right: 15%;
  216. // padding-top: 8rem;
  217. // padding-bottom: 8rem;
  218. // }
  219. ///présentation en carroussel////
  220. .programmes{
  221. justify-content: center;
  222. // padding-left: 5%;
  223. // padding-right: 5%;
  224. padding-top: 8rem;
  225. // padding-bottom: 8rem;
  226. // max-height: 100vh;
  227. .slick-list{
  228. // max-height: 100vh;
  229. // display: inline-block;
  230. width: 70%;
  231. margin: auto;
  232. // padding-top: 150px;
  233. // padding: 0px 150px !important;
  234. .slick-slide{
  235. width: min-content;
  236. }
  237. // .slick-track{
  238. // max-height: 100vh ;
  239. // }
  240. }
  241. }
  242. .programme {
  243. z-index: 1;
  244. max-width: 35%;
  245. min-width: 26rem;
  246. padding: 1.5rem;
  247. background-color: white;
  248. margin: 0.4rem;
  249. h4 {
  250. text-transform: uppercase;
  251. line-height: 1.2;
  252. }
  253. img {
  254. max-height: 4rem;
  255. }
  256. p {
  257. font-family: $font-family-default;
  258. font-weight: 500;
  259. font-style: italic;
  260. padding-bottom: 1.5rem;
  261. }
  262. @media (max-width: 442px) {
  263. min-width: 20rem;
  264. }
  265. }
  266. // .programme:hover {
  267. // background-color: #000;
  268. // transition:0.2s ease-in-out;
  269. // p {
  270. // color: #fff;
  271. // }
  272. // h4 {
  273. // color: #fff;
  274. // }
  275. // }
  276. // #ressources {
  277. // position: relative;
  278. // top: -440px;
  279. // }
  280. /*CSS pour afficher/masquer un texte via un bouton*/
  281. /*Style du module TEXTE*/
  282. .texte-cache-raisondetre {
  283. position: relative;
  284. max-height: 200px; /*Hauteur du texte visible avant le clic*/
  285. overflow: hidden; /*On cache tout ce qui dépasse des 400px*/
  286. transition: max-height 1s ease; /* Transition CSS entre l'ouverture et la fermeture*/
  287. @media (max-width: 1024px) {
  288. max-height: 200px;
  289. }
  290. @media (max-width:442px) {
  291. max-height: 200px;
  292. }
  293. }
  294. /*Style du module TEXTE lorsqu'il est ouvert*/
  295. .texte-cache-raisondetre.ouvert {
  296. max-height: 300vh; /* On lui définit une hauteur max de tout l'écran si nécessaire pour qu'il affiche tout son contenu*/
  297. }
  298. /*On stylise l'effet de flou lorsque le module TEXTE est fermé, donc il n'a pas la classe "ouvert"*/
  299. .texte-cache-raisondetre:not(.ouvert)::after {
  300. content: '';
  301. position: absolute;
  302. top: 400px;
  303. bottom: 0;
  304. left: 0;
  305. right: 0;
  306. // background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /*Couleur de notre effet*/
  307. }
  308. .bouton-raisondetre{
  309. position: relative;
  310. justify-content: center;
  311. cursor: pointer;
  312. border: solid;
  313. border-radius: 0px !important;
  314. background-color: transparent;
  315. text-transform: uppercase;
  316. left: 45%;
  317. // margin-top: 3rem;
  318. margin-bottom: 2rem !important;
  319. @media (max-width: 442px) {left: 0%;}
  320. }
  321. /*CSS pour afficher/masquer un texte via un bouton*/
  322. /*Style du module TEXTE*/
  323. .texte-cache {
  324. display: flex;
  325. flex-wrap: wrap;
  326. position: relative;
  327. max-height: 400px; /*Hauteur du texte visible avant le clic*/
  328. overflow: hidden; /*On cache tout ce qui dépasse des 400px*/
  329. transition: max-height 1s ease; /* Transition CSS entre l'ouverture et la fermeture*/
  330. @media (max-width: 1024px) {
  331. max-height: 445px;
  332. }
  333. @media (max-width:442px) {
  334. max-height: 400px;
  335. }
  336. }
  337. /*Style du module TEXTE lorsqu'il est ouvert*/
  338. .texte-cache.ouvert {
  339. max-height: 300vh; /* On lui définit une hauteur max de tout l'écran si nécessaire pour qu'il affiche tout son contenu*/
  340. display: flex;
  341. flex-wrap: wrap;
  342. }
  343. /*On stylise l'effet de flou lorsque le module TEXTE est fermé, donc il n'a pas la classe "ouvert"*/
  344. .texte-cache:not(.ouvert)::after {
  345. content: '';
  346. position: absolute;
  347. top: 400px;
  348. bottom: 0;
  349. left: 0;
  350. right: 0;
  351. // background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /*Couleur de notre effet*/
  352. }
  353. .modular .features {
  354. @media (max-width: 1024px) {
  355. width: 80% !important;
  356. margin: auto !important;
  357. }
  358. }
  359. .modular .features .feature {
  360. // margin-bottom: 10rem;
  361. @media (max-width: 442px) {width: 80% ;}
  362. @media (max-width: 1024px) {width: 24% ;}
  363. }
  364. .bouton-ouverture {
  365. position: relative;
  366. justify-content: center;
  367. cursor: pointer;
  368. border: solid;
  369. border-radius: 0px !important;
  370. background-color: transparent;
  371. text-transform: uppercase;
  372. left: 45%;
  373. // margin-top: 3rem;
  374. margin-bottom: 2rem !important;
  375. // @media (min-width: 768px) {display: none ;}
  376. }
  377. .gouvernance {
  378. background-color: #000;
  379. // filter:opacity(0.75);
  380. color: #ffffff;
  381. text-transform: uppercase;
  382. padding-bottom: 6rem;
  383. padding-top: 2rem;
  384. }
  385. .mozaique_personnes {
  386. background-color: #d9d9d9;
  387. padding-bottom: 6rem;
  388. .equipe {
  389. display: flex !important;
  390. flex-direction: row;
  391. flex-wrap: wrap;
  392. // margin-left: 15%;
  393. // padding-right: 15%;
  394. width: 100%;
  395. padding-left: 22%;
  396. padding-right: 15%;
  397. margin: auto;
  398. justify-items: center;
  399. @media (max-width: 442px) {
  400. width: 100%;
  401. padding-left: 3%;
  402. padding-right: 2%;
  403. }
  404. h3 {
  405. // display: flex;
  406. // flex-grow: 1;
  407. padding-top: 3rem;
  408. // padding-left: 15%;
  409. min-width: 100%;
  410. font-family: "Sarabun", sans-serif;
  411. font-weight: 800;
  412. font-size: 1rem;
  413. line-height: 20px;
  414. text-align: left;
  415. @media (max-width: 442px) {
  416. font-size: 0.9rem;
  417. padding-right: 0.5rem;
  418. }
  419. }
  420. .personne {
  421. display: flex;
  422. flex-direction: row;
  423. flex-wrap: wrap;
  424. // width: 50%;
  425. padding-right: 0.5rem;
  426. padding-bottom: 0.5rem;
  427. .mozaique {
  428. display: flex;
  429. flex-direction: row;
  430. justify-content: flex-end;
  431. max-width: 30rem;
  432. min-width: 30rem;
  433. @media (max-width: 442px) {
  434. max-width: 21rem;
  435. min-width: 21rem;
  436. }
  437. .photo {
  438. // min-width: 10rem;
  439. // min-height: 10rem;
  440. // max-width:50% !important;
  441. overflow: hidden;
  442. width: 15rem !important;
  443. height: 15rem !important;
  444. // object-fit: cover;
  445. // background-size: cover;
  446. img {
  447. // maxwidth: 15rem !important;
  448. // height: 15rem !important;
  449. object-fit: cover;
  450. width: 100%;
  451. height: 100%;
  452. }
  453. }
  454. .info {
  455. background-color: #fff;
  456. display:flex;
  457. flex-direction: column;
  458. font-family: $font-family-default;
  459. width: 50%;
  460. height: 15rem;
  461. min-width: 15rem;
  462. @media (max-width: 442px) {
  463. max-width: 11rem;
  464. min-width: 11rem;
  465. }
  466. h5 {
  467. font-weight: 900;
  468. font-size: 1.1rem;
  469. margin: 0;
  470. padding-top: 0.8rem;
  471. padding-right: 1rem;
  472. padding-left: 1.3rem;
  473. @media (max-width: 442px) {
  474. font-size: 0.9rem;
  475. padding-left: 0.8rem;
  476. padding-right: 0.6rem;
  477. }
  478. }
  479. h6 {
  480. font-weight: 300;
  481. font-size: 0.9rem;
  482. font-style: italic;
  483. line-height: 1.3;
  484. margin: 0;
  485. padding-right: 1.2rem;
  486. // padding-bottom: 1rem;
  487. padding-left: 1.3rem;
  488. @media (max-width: 442px) {
  489. padding-left: 0.8rem;
  490. font-size: 0.75rem;
  491. padding-right: 0.6rem;
  492. }
  493. }
  494. &:hover {
  495. background-color: #000;
  496. color: #fff;
  497. transition:0.2s ease-in-out;
  498. }
  499. }
  500. }
  501. }
  502. }
  503. }
  504. // .mozaique :hover {
  505. // background-color: #000;
  506. // color: #fff;
  507. // }
  508. .bouton {
  509. border: solid !important;
  510. background-color: transparent;
  511. border-radius: 0px !important;
  512. text-transform: uppercase;
  513. align-self: flex-end;
  514. margin:auto;
  515. margin-bottom: 0.8rem !important;
  516. font-size: 0.7rem;
  517. }
  518. //
  519. // .bouton :hover {
  520. // background-color: #000;
  521. // }
  522. // pop in biographie
  523. .modal {
  524. position: fixed;
  525. z-index: 1;
  526. top: 0;
  527. right: 0;
  528. bottom: 0;
  529. left: 0;
  530. display: none;
  531. }
  532. .modal.open{
  533. display: block;
  534. // .bouton {
  535. // border: solid !important;
  536. // background-color: transparent;
  537. // text-transform: uppercase;
  538. // align-self: flex-end;
  539. // margin:auto;
  540. // margin-bottom: 2rem;
  541. // }
  542. }
  543. // #modal .mask{
  544. // background: none !important;
  545. // opacity: 1;
  546. // position: absolute;
  547. // top: 0;
  548. // right: 0;
  549. // bottom: 0;
  550. // left: 0;
  551. //
  552. // }
  553. // #body .grey {
  554. // opacity: 0.5;
  555. // }
  556. .modal .container{
  557. position: absolute;
  558. background: white !important;
  559. top: 50%;
  560. left: 50%;
  561. transform: translateX(-50%) translateY(-50%);
  562. width: 50%;
  563. height: content;
  564. min-height: 50px;
  565. border: solid;
  566. color: black;
  567. .message{
  568. padding: 5% 10% 5% 5%;
  569. }
  570. a.close{
  571. position: absolute;
  572. right: 5%;
  573. top:5%;
  574. color: black;
  575. font-size: 30px;
  576. }
  577. a.close:hover{
  578. color: black;
  579. }
  580. @media (max-width: 442px) {
  581. transform: translateX(-50%) translateY(-50%);
  582. width: 85%;
  583. height: 80%;
  584. overflow-y: scroll;
  585. a.close {
  586. font-size: 0.8rem;
  587. position: absolute;
  588. right: 2%;
  589. top:0.8%;
  590. }
  591. p {
  592. font-size: 0.8rem;
  593. margin-top: 0;
  594. }
  595. .message{
  596. padding: 5% 5% 5% 5%;
  597. }
  598. }
  599. @media (max-width: 1024px) {
  600. transform: translateX(-50%) translateY(-50%);
  601. width: 75%;
  602. height: 65%;
  603. overflow-y: scroll;
  604. a.close {
  605. font-size: 0.8rem;
  606. position: absolute;
  607. right: 2%;
  608. top:0.8%;
  609. }
  610. p {
  611. font-size: 0.8rem;
  612. margin-top: 0;
  613. }
  614. .message{
  615. padding: 5% 5% 5% 5%;
  616. }
  617. }
  618. }
  619. #new-footer {
  620. // position:absolute;
  621. display: flex;
  622. flex-direction: column;
  623. background-color: white;
  624. padding-bottom: 3rem;
  625. .tothetop {
  626. position: relative;
  627. // align-self: center;
  628. height: 1rem;
  629. bottom: 3rem;
  630. text-align: center;
  631. left: 0;
  632. right: 0;
  633. span {
  634. font-size: 1.7rem;
  635. line-height: 2,5rem;
  636. background: #fff;
  637. width: 4rem;
  638. height: 6rem;
  639. border-radius: $border-radius;
  640. display: inline-block;
  641. text-align: top;
  642. }
  643. }
  644. .footer {
  645. display: flex;
  646. flex-direction: row;
  647. flex-wrap: nowrap;
  648. .footer-logos {
  649. display: flex;
  650. flex-direction: row;
  651. width: 65%;
  652. align-items: center;
  653. justify-content: center;
  654. img {
  655. max-height: 7rem;
  656. padding-right: 2rem;
  657. // &:last-of-type {
  658. // // height: 3.25rem;
  659. // padding-top: 0.30rem;
  660. // padding-bottom: 0.30rem;
  661. // }
  662. }
  663. }
  664. .contact {
  665. display: flex;
  666. flex-direction: column;
  667. min-width: 288px;
  668. width: 35%;
  669. padding-left: 1.5rem;
  670. margin-right: 2rem;
  671. margin-top: 1.5rem;
  672. align-items: flex-start;
  673. img {
  674. margin-bottom: 1rem;
  675. max-height: 2rem;
  676. }
  677. svg {
  678. margin-bottom: 1rem;
  679. }
  680. h6 {
  681. margin: 0 !important;
  682. font-weight: 600;
  683. }
  684. p {
  685. margin: 0;
  686. }
  687. }
  688. }
  689. @media (max-width: 442px) {
  690. .footer {
  691. width: 100%;
  692. flex-direction: column-reverse;
  693. align-items: center;
  694. margin:auto;
  695. .contact {
  696. padding-top: 1rem;
  697. width: 80%;
  698. }
  699. .footer-logos {
  700. // width: 90%;
  701. margin-top: 1.5rem;
  702. margin-left: 0.5rem;
  703. flex-direction: column;
  704. justify-content: space-between;
  705. img {
  706. padding:0.5rem;
  707. }
  708. }
  709. }
  710. }
  711. @media (max-width: 1024px) {
  712. .footer {
  713. .contact {
  714. img {max-height: 1.5rem;}
  715. h6 {font-size:0.8rem;}
  716. p {font-size: 0.8rem;}
  717. svg {margin-bottom: 0.6rem;}
  718. }
  719. .footer-logos {
  720. img {
  721. padding: 0.5rem;
  722. }
  723. }
  724. }
  725. }
  726. }
  727. button:focus {
  728. border: solid !important;
  729. background-color: transparent;
  730. border-radius: 0px !important;
  731. text-transform: uppercase;
  732. align-self: flex-end;
  733. margin:auto;
  734. // margin-bottom: 2rem;
  735. outline: -webkit-focus-ring-color auto 0px;
  736. outline-color: -webkit-focus-ring-color;
  737. outline-style: auto;
  738. outline-width: 0px;
  739. }
  740. // CSS page evenement
  741. .event{
  742. .callout{
  743. filter:opacity(1);
  744. h2 {
  745. font-family: "Sarabun", sans-serif;
  746. font-weight: 100 !important;
  747. font-size:1.8rem;
  748. line-height: 1.2;
  749. text-transform: uppercase;
  750. margin:0 ;
  751. }
  752. .titre_bsn {
  753. position: relative;
  754. #explog{
  755. position: absolute;
  756. right: 105%;
  757. top: 3%;
  758. max-width:20%;
  759. @media (max-width:500px){
  760. right: 110%;
  761. top: 1%;
  762. max-width:50%;
  763. }
  764. @media (max-width:442px){
  765. right: 105%;
  766. top: 3%;
  767. max-width:30%;
  768. }
  769. }
  770. .text-titre-event{
  771. h1{
  772. text-transform: uppercase;
  773. line-height:1 !important;
  774. margin-bottom: 0.5rem !important;
  775. }
  776. .sous-titre{
  777. margin-top: 1rem;
  778. }
  779. }
  780. }
  781. }
  782. }
  783. h1{
  784. font-family: "Sarabun", sans-serif;
  785. text-transform: uppercase;
  786. line-height:1 !important;
  787. font-size: 2rem !important;
  788. margin-bottom: 0.5rem !important;
  789. }
  790. .presentation-event{
  791. display: flex;
  792. flex-direction: column;
  793. margin: auto;
  794. width: 60%;
  795. height:auto;
  796. background-color: white;
  797. color: #000;
  798. padding-top: 1.5rem;
  799. padding-left: 2em;
  800. padding-right: 2em;
  801. margin-top: 6rem;
  802. margin-bottom: 6rem;
  803. text-align: left;
  804. p{
  805. font-size: 1.2rem;
  806. line-height: 1.5;
  807. margin: 1rem;
  808. }
  809. ul{
  810. font-size: 1.2rem ;
  811. line-height: 1.5 ;
  812. margin: 1rem ;
  813. }
  814. .boutons-event {
  815. margin-top: 2rem;
  816. margin-bottom: 2rem;
  817. display: flex;
  818. flex-direction: column;
  819. .bouton {
  820. border: solid !important;
  821. background-color: transparent;
  822. border-radius: 0px !important;
  823. text-transform: uppercase;
  824. align-self: flex-end;
  825. margin:auto;
  826. margin-bottom: 0.8rem !important;
  827. font-size: 0.7rem;
  828. padding: 2px 10px;
  829. }
  830. }
  831. @media (max-width: 600px) {
  832. margin-top: 1rem !important;
  833. width: 80%;
  834. padding-left: 1rem;
  835. padding-right: 1rem;
  836. padding-top: 1rem;
  837. p {
  838. font-size: 1.1rem;
  839. }
  840. ul{
  841. font-size: 1.1rem;
  842. }
  843. }
  844. }
  845. .intervenant{
  846. background-color: #d9d9d9;
  847. color: #000;
  848. text-transform: uppercase;
  849. padding-bottom: 2rem;
  850. padding-top: 2rem;
  851. }
  852. // .event .equipe .info{
  853. // background-color: red;
  854. // }
  855. .equipe-event {
  856. display: flex !important;
  857. flex-direction: row;
  858. flex-wrap: wrap;
  859. // margin-left: 15%;
  860. // padding-right: 15%;
  861. width: 100%;
  862. padding-left: 10%;
  863. padding-right: 10%;
  864. margin: auto;
  865. justify-items: center;
  866. @media (max-width: 442px) {
  867. width: 100%;
  868. padding-left: 3%;
  869. padding-right: 2%;
  870. }
  871. h3 {
  872. // display: flex;
  873. // flex-grow: 1;
  874. // padding-top: 2rem;
  875. // padding-left: 15%;
  876. margin-bottom: 3rem;
  877. min-width: 100%;
  878. font-family: "Sarabun", sans-serif;
  879. text-transform: uppercase;
  880. font-weight: 200;
  881. font-size: 1rem;
  882. line-height: 20px;
  883. text-align: left;
  884. @media (max-width: 442px) {
  885. font-size: 0.9rem;
  886. padding-right: 0.5rem;
  887. }
  888. }
  889. .personne {
  890. display: flex;
  891. flex-direction: row;
  892. flex-wrap: wrap;
  893. // width: 50%;
  894. padding-right: 0.5rem;
  895. padding-bottom: 0.5rem;
  896. .mozaique {
  897. display: flex;
  898. flex-direction: row;
  899. // justify-content: flex-end;
  900. max-width: 30rem;
  901. min-width: 30rem;
  902. @media (max-width: 442px) {
  903. max-width: 21rem;
  904. min-width: 21rem;
  905. padding-left: 1rem;
  906. }
  907. .photo {
  908. // min-width: 10rem;
  909. // min-height: 10rem;
  910. // max-width:50% !important;
  911. overflow: hidden;
  912. width: 10rem !important;
  913. height: 10rem !important;
  914. // object-fit: cover;
  915. // background-size: cover;
  916. img {
  917. // maxwidth: 15rem !important;
  918. // height: 15rem !important;
  919. object-fit: cover;
  920. width: 100%;
  921. height: 100%;
  922. }
  923. }
  924. .info {
  925. // background-color: #fff;
  926. display:flex;
  927. flex-direction: column;
  928. font-family: $font-family-default;
  929. width: 50%;
  930. height: 15rem;
  931. min-width: 15rem;
  932. padding-left: 1.3rem;
  933. @media (max-width: 442px) {
  934. max-width: 11rem;
  935. min-width: 11rem;
  936. }
  937. .nom {
  938. display: flex;
  939. direction: row;
  940. h5{
  941. padding-right: 0.4em !important;
  942. }
  943. }
  944. h5 {
  945. font-weight: 900;
  946. font-size: 1.1rem;
  947. margin: 0;
  948. padding-top: 0.8rem;
  949. padding-right: 1rem;
  950. // padding-left: 1.3rem;
  951. @media (max-width: 442px) {
  952. font-size: 0.9rem;
  953. // padding-left: 0.8rem;
  954. padding-right: 0.6rem;
  955. }
  956. }
  957. h6 {
  958. font-weight: 300;
  959. font-size: 0.9rem;
  960. font-style: italic;
  961. line-height: 1.3;
  962. margin: 0;
  963. padding-right: 1.2rem;
  964. // padding-bottom: 1rem;
  965. // padding-left: 1.3rem;
  966. @media (max-width: 442px) {
  967. // padding-left: 0.8rem;
  968. font-size: 0.75rem;
  969. padding-right: 0.6rem;
  970. }
  971. }
  972. }
  973. }
  974. }
  975. }
  976. .partenaires{
  977. background-color: #fff;
  978. height: auto;
  979. padding-top: 2rem;
  980. padding-bottom: 3rem;
  981. margin-top: 0 !important;
  982. h1{
  983. margin-top: 0 !important;
  984. }
  985. }
  986. .grille{
  987. background-color: #fff;
  988. padding-bottom: 6rem;
  989. .tous-logos{
  990. display: flex;
  991. margin: auto;
  992. max-width: 80%;
  993. justify-content: center;
  994. }
  995. p{
  996. justify-content: center;
  997. display: flex;
  998. margin: auto;
  999. flex-wrap: wrap;
  1000. }
  1001. img{
  1002. height: 9rem;
  1003. display: flex;
  1004. padding: 2rem;
  1005. }
  1006. }
  1007. .event #new-footer{
  1008. border-top:solid 5px #d9d9d9;
  1009. span {
  1010. height: 2rem;
  1011. }
  1012. }