_custom.scss 21 KB

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