_custom.scss 19 KB

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