_custom.scss 23 KB

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