_custom.scss 21 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097
  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: 105%;
  693. top: 3%;
  694. max-width:30%;
  695. @media (max-width:500px){
  696. right: 110%;
  697. top: 1%;
  698. max-width:50%;
  699. }
  700. @media (max-width:442px){
  701. right: 105%;
  702. top: 3%;
  703. max-width:30%;
  704. }
  705. }
  706. .text-titre-event{
  707. h1{
  708. text-transform: uppercase;
  709. line-height:1 !important;
  710. margin-bottom: 0.5rem !important;
  711. }
  712. .sous-titre{
  713. margin-top: 1rem;
  714. }
  715. }
  716. }
  717. }
  718. }
  719. h1{
  720. font-family: "Sarabun", sans-serif;
  721. text-transform: uppercase;
  722. line-height:1 !important;
  723. font-size: 2rem !important;
  724. margin-bottom: 0.5rem !important;
  725. }
  726. .presentation-event{
  727. display: flex;
  728. flex-direction: column;
  729. margin: auto;
  730. width: 60%;
  731. height:auto;
  732. background-color: white;
  733. color: #000;
  734. padding-top: 1.5rem;
  735. padding-left: 2em;
  736. padding-right: 2em;
  737. margin-top: 6rem;
  738. margin-bottom: 6rem;
  739. text-align: left;
  740. p{
  741. font-size: 1.2rem;
  742. line-height: 1.5;
  743. margin: 1rem;
  744. }
  745. ul{
  746. font-size: 1.2rem ;
  747. line-height: 1.5 ;
  748. margin: 1rem ;
  749. }
  750. .boutons-event {
  751. margin-top: 2rem;
  752. margin-bottom: 2rem;
  753. display: flex;
  754. flex-direction: column;
  755. .bouton {
  756. border: solid !important;
  757. background-color: transparent;
  758. border-radius: 0px !important;
  759. text-transform: uppercase;
  760. align-self: flex-end;
  761. margin:auto;
  762. margin-bottom: 0.8rem !important;
  763. font-size: 0.7rem;
  764. padding: 2px 10px;
  765. }
  766. }
  767. @media (max-width: 600px) {
  768. margin-top: 1rem !important;
  769. width: 80%;
  770. padding-left: 1rem;
  771. padding-right: 1rem;
  772. padding-top: 1rem;
  773. }
  774. }
  775. .intervenant{
  776. background-color: #d9d9d9;
  777. color: #000;
  778. text-transform: uppercase;
  779. padding-bottom: 2rem;
  780. padding-top: 2rem;
  781. }
  782. // .event .equipe .info{
  783. // background-color: red;
  784. // }
  785. .equipe-event {
  786. display: flex !important;
  787. flex-direction: row;
  788. flex-wrap: wrap;
  789. // margin-left: 15%;
  790. // padding-right: 15%;
  791. width: 100%;
  792. padding-left: 10%;
  793. padding-right: 10%;
  794. margin: auto;
  795. justify-items: center;
  796. @media (max-width: 442px) {
  797. width: 100%;
  798. padding-left: 3%;
  799. padding-right: 2%;
  800. }
  801. h3 {
  802. // display: flex;
  803. // flex-grow: 1;
  804. // padding-top: 2rem;
  805. // padding-left: 15%;
  806. margin-bottom: 3rem;
  807. min-width: 100%;
  808. font-family: "Sarabun", sans-serif;
  809. text-transform: uppercase;
  810. font-weight: 200;
  811. font-size: 1rem;
  812. line-height: 20px;
  813. text-align: left;
  814. @media (max-width: 442px) {
  815. font-size: 0.9rem;
  816. padding-right: 0.5rem;
  817. }
  818. }
  819. .personne {
  820. display: flex;
  821. flex-direction: row;
  822. flex-wrap: wrap;
  823. // width: 50%;
  824. padding-right: 0.5rem;
  825. padding-bottom: 0.5rem;
  826. .mozaique {
  827. display: flex;
  828. flex-direction: row;
  829. // justify-content: flex-end;
  830. max-width: 30rem;
  831. min-width: 30rem;
  832. @media (max-width: 442px) {
  833. max-width: 21rem;
  834. min-width: 21rem;
  835. padding-left: 1rem;
  836. }
  837. .photo {
  838. // min-width: 10rem;
  839. // min-height: 10rem;
  840. // max-width:50% !important;
  841. overflow: hidden;
  842. width: 10rem !important;
  843. height: 10rem !important;
  844. // object-fit: cover;
  845. // background-size: cover;
  846. img {
  847. // maxwidth: 15rem !important;
  848. // height: 15rem !important;
  849. object-fit: cover;
  850. width: 100%;
  851. height: 100%;
  852. }
  853. }
  854. .info {
  855. // background-color: #fff;
  856. display:flex;
  857. flex-direction: column;
  858. font-family: $font-family-default;
  859. width: 50%;
  860. height: 15rem;
  861. min-width: 15rem;
  862. padding-left: 1.3rem;
  863. @media (max-width: 442px) {
  864. max-width: 11rem;
  865. min-width: 11rem;
  866. }
  867. .nom {
  868. display: flex;
  869. direction: row;
  870. h5{
  871. padding-right: 0.4em !important;
  872. }
  873. }
  874. h5 {
  875. font-weight: 900;
  876. font-size: 1.1rem;
  877. margin: 0;
  878. padding-top: 0.8rem;
  879. padding-right: 1rem;
  880. // padding-left: 1.3rem;
  881. @media (max-width: 442px) {
  882. font-size: 0.9rem;
  883. padding-left: 0.8rem;
  884. padding-right: 0.6rem;
  885. }
  886. }
  887. h6 {
  888. font-weight: 300;
  889. font-size: 0.9rem;
  890. font-style: italic;
  891. line-height: 1.3;
  892. margin: 0;
  893. padding-right: 1.2rem;
  894. // padding-bottom: 1rem;
  895. // padding-left: 1.3rem;
  896. @media (max-width: 442px) {
  897. padding-left: 0.8rem;
  898. font-size: 0.75rem;
  899. padding-right: 0.6rem;
  900. }
  901. }
  902. }
  903. }
  904. }
  905. }
  906. .partenaires{
  907. background-color: #fff;
  908. height: auto;
  909. padding-top: 2rem;
  910. padding-bottom: 3rem;
  911. margin-top: 0 !important;
  912. h1{
  913. margin-top: 0 !important;
  914. }
  915. }
  916. .grille{
  917. background-color: #fff;
  918. padding-bottom: 6rem;
  919. .tous-logos{
  920. display: flex;
  921. margin: auto;
  922. max-width: 80%;
  923. }
  924. p{
  925. justify-content: center;
  926. display: flex;
  927. margin: auto;
  928. flex-wrap: wrap;
  929. }
  930. img{
  931. height: 9rem;
  932. display: flex;
  933. padding: 2rem;
  934. }
  935. }
  936. .event #new-footer{
  937. border-top:solid 5px #d9d9d9;
  938. span {
  939. height: 2rem;
  940. }
  941. }