_blog.scss 18 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007
  1. .gal{
  2. margin-left: 15%;
  3. .content_gal{
  4. width: 2.2%!important;
  5. &[aria-hidden="false"]{
  6. .title_gal{
  7. opacity: 1;
  8. right: 70px;
  9. transition: right 1s ease, opacity 1s ease;
  10. }
  11. }
  12. }
  13. .title_gal{
  14. position: absolute;
  15. right: 50px;
  16. max-width: 50%;
  17. background: $light-blue;
  18. padding: 25px;
  19. top: 20vw;
  20. color: $white;
  21. opacity: 0;
  22. }
  23. }
  24. .cat{
  25. height: 50px;
  26. z-index: 999;
  27. margin: 20px 0;
  28. .btn-group{
  29. @include inlineflex();
  30. &:nth-of-type(1){
  31. label{
  32. margin-right: 20px;
  33. }
  34. }
  35. &:nth-of-type(2){
  36. float: right;
  37. }
  38. }
  39. label{
  40. padding: 10px;
  41. cursor: pointer;
  42. &.tous{
  43. border-top: 2px solid $green;
  44. border-bottom: 2px solid $green;
  45. }
  46. &.professionnels{
  47. border-top: 2px solid $red;
  48. border-bottom: 2px solid $red;
  49. }
  50. &.grand_public{
  51. border-top: 2px solid $light-blue;
  52. border-bottom: 2px solid $light-blue;
  53. }
  54. &.formations{
  55. border-top: 2px solid $grey;
  56. border-bottom: 2px solid $grey;
  57. }
  58. &.archive{
  59. border-top: 2px solid $dark-blue;
  60. border-bottom: 2px solid $dark-blue;
  61. }
  62. }
  63. input{
  64. visibility: hidden;
  65. position: absolute;
  66. }
  67. }
  68. .bandeau{
  69. width: 100%;
  70. height: auto;
  71. max-height: 500px;
  72. position: relative;
  73. overflow: hidden;
  74. &::before{
  75. position: absolute;
  76. display: block;
  77. content: ' ';
  78. background-image: url('/user/themes/lecampus/images/Trame-bleu.svg');
  79. background-repeat: no-repeat;
  80. background-position: center;
  81. background-size: cover;
  82. width: 100%;
  83. height: 100%;
  84. top: 0;
  85. z-index: -1;
  86. }
  87. .img{
  88. width: 70%;
  89. margin: auto;
  90. }
  91. .title_gal{
  92. position: absolute;
  93. right: 25%;
  94. max-width: 50%;
  95. background: $light-blue;
  96. padding: 25px;
  97. top: 20vw;
  98. color: $white;
  99. p{
  100. font-family: now_alt_bold;
  101. font-size: 1.2rem;
  102. font-weight: 400;
  103. line-height: 2.2rem;
  104. }
  105. }
  106. }
  107. .container{
  108. & > .title{
  109. background: $red;
  110. border-radius: 30px;
  111. width: auto;
  112. float:left;
  113. padding: 10px 20px;
  114. color: white;
  115. }
  116. }
  117. .start{
  118. min-height: calc(100vh - 325px);
  119. &:not(#home){
  120. .entete{
  121. border-bottom: 10px solid $light-blue;
  122. }
  123. }
  124. }
  125. .start:not(#form){
  126. &#calendrier, &#archive{
  127. width: 70%;
  128. margin: 40px auto 40px auto;
  129. .header-wrapper{
  130. .title{
  131. display: flex;
  132. h1{
  133. width: auto;
  134. margin-bottom: 20px;
  135. background: $red;
  136. border-radius: 30px;
  137. padding: 10px 20px;
  138. color: white;
  139. font-size: 1.2rem;
  140. }
  141. }
  142. }
  143. }
  144. &#event{
  145. margin: 40px auto 40px auto;
  146. .title{
  147. display: flex;
  148. h1{
  149. width: auto;
  150. margin-bottom: 20px;
  151. background: $red;
  152. border-radius: 30px;
  153. padding: 10px 20px;
  154. color: white;
  155. font-size: 1.2rem;
  156. }
  157. }
  158. }
  159. .body-wrapper{
  160. @include inlineflex();
  161. justify-content: center;
  162. width: 100%;
  163. position: relative;
  164. .card{
  165. width: calc( (100% / 4) - 7.5px);
  166. min-width: 200px;
  167. margin: 0 0 10px 0 ;
  168. .card-header{
  169. position: absolute;
  170. width: 100%;
  171. right: 0;
  172. text-align: right;
  173. &.professionnels{
  174. background-color: $red;
  175. }
  176. &.grand_public{
  177. background-color: $light-blue;
  178. }
  179. &.formations{
  180. background-color: $grey;
  181. }
  182. .publics{
  183. padding: 2.5px 10px;
  184. color: white;
  185. }
  186. }
  187. .card-body{
  188. padding: 15px;
  189. background-image: url('/user/themes/lecampus/images/Trame-bleu.svg');
  190. background-position: center;
  191. background-repeat: no-repeat;
  192. background-size: cover;
  193. }
  194. }
  195. .event{
  196. width: 45%;
  197. .card-content{
  198. .reso{
  199. @include inlineflex;
  200. flex-wrap: nowrap;
  201. justify-content: space-between;
  202. & > div, & > a{
  203. margin-right: 15px;
  204. }
  205. a{
  206. display: block;
  207. margin-bottom: 10px;
  208. img{
  209. margin-left: 10px;
  210. width: 20px;
  211. }
  212. }
  213. }
  214. .txt{
  215. width: 80%;
  216. }
  217. }
  218. }
  219. }
  220. }
  221. .start#form{
  222. .entete{
  223. border-top: 1px solid $light-blue
  224. }
  225. h2{
  226. margin-top: 0;
  227. }
  228. .body-wrapper{
  229. width: 100%;
  230. min-width: 250px;
  231. margin: auto auto 140px auto;
  232. form{
  233. width: calc( (100% / 2));
  234. margin-top: 20px;
  235. margin: auto;
  236. & > div{
  237. width: 100%;
  238. margin: 20px 0;
  239. border-bottom: 1px solid $red;
  240. .form-data{
  241. @include inlineflex();
  242. margin: 20px 0px;
  243. &> div{
  244. overflow: hidden;
  245. margin: 10px 10px;
  246. min-width: 100px;
  247. border: 2px solid $red;
  248. border-radius: 30px;
  249. padding: 10px 20px;
  250. &.check{
  251. background: $red;
  252. color: white;
  253. }
  254. input{
  255. border: none;
  256. }
  257. input[type='radio'] {
  258. visibility: hidden;
  259. position: absolute;
  260. }
  261. label{
  262. cursor: pointer;
  263. }
  264. }
  265. }
  266. &:nth-of-type(n+5):not(:nth-of-type(n+12)){
  267. width: 50%;
  268. float: left;
  269. border-bottom: 0px;
  270. .form-data{
  271. width: 100%;
  272. & > div{
  273. width: 100%;
  274. }
  275. }
  276. }
  277. &:nth-of-type(11){
  278. border-bottom: 1px solid $red !important;
  279. width: 100%!important;
  280. .form-data {
  281. width: 50%!important;
  282. }
  283. }
  284. &.button-wrapper{
  285. background: $red;
  286. height: 100px;
  287. position: absolute;
  288. left: 0;
  289. width: 100%;
  290. button{
  291. margin-right: 25%;
  292. position: absolute;
  293. right: 0;
  294. top: 50%;
  295. -webkit-transform: translateY(-50%);
  296. transform: translateY(-50%);
  297. background: white;
  298. border-radius: 30px;
  299. padding: 10px 35px;
  300. box-shadow:none;
  301. border:0;
  302. }
  303. }
  304. }
  305. }
  306. #send-valide{
  307. -webkit-transform: translate(-50%, -50%);
  308. transform: translate(-50%, -50%);
  309. background: $red;
  310. border-radius: 20px;
  311. position: fixed;
  312. width: 30%;
  313. height: 30%;
  314. left: 50%;
  315. top: 50%;
  316. padding: 50px;
  317. .toast{
  318. position: relative;
  319. text-align: center;
  320. color: white;
  321. }
  322. .ok{
  323. color: white;
  324. position: absolute;
  325. right: 20px;
  326. bottom: 20px;
  327. }
  328. }
  329. }
  330. }
  331. .header-wrapper{
  332. .title{
  333. h2{
  334. width: auto;
  335. margin-bottom: 20px;
  336. background: $red;
  337. border-radius: 30px;
  338. width: auto;
  339. padding: 10px 20px;
  340. color: white;
  341. font-size: 1.2rem;
  342. width:115px;
  343. }
  344. }
  345. }
  346. .content{
  347. width: 50%;
  348. margin: 4rem auto;
  349. p{
  350. margin: 10px 0;
  351. }
  352. }
  353. .content_s{
  354. margin: auto!important;
  355. }
  356. .entete{
  357. @include inlineflex;
  358. padding: 20px;
  359. background-image: url('/user/themes/lecampus/images/Trame-bleu.svg');
  360. background-position: center;
  361. background-repeat: no-repeat;
  362. background-size: cover;
  363. height: auto;
  364. border-top: 10px solid $green;
  365. .entete_c{
  366. @include inlineflex;
  367. text-align: center;
  368. width: 70%;
  369. margin: 50px auto;
  370. position: relative;
  371. h1{
  372. width: auto;
  373. margin-bottom: 20px;
  374. background: $red;
  375. border-radius: 30px;
  376. width: auto;
  377. padding: 10px 20px;
  378. }
  379. }
  380. }
  381. .body-wrapper{
  382. .content{
  383. h4{
  384. &:not(:first-of-type){
  385. border-top: 1px solid black;
  386. padding-top: 30px;
  387. margin: 30px 0 0 0;
  388. }
  389. }
  390. }
  391. .sub-content{
  392. border-top: 1px solid black;
  393. margin-bottom: 20px;
  394. margin-top: 20px;
  395. & > img{
  396. width: 33%;
  397. float: left;
  398. margin: 20px 10px 0px 0px;
  399. }
  400. }
  401. }
  402. #event{
  403. margin-bottom: 20px;
  404. .content{
  405. margin-top: 50px;
  406. h2{
  407. float: left;
  408. margin-right: 20px;
  409. }
  410. .reso{
  411. @include inlineflex;
  412. flex-wrap: nowrap;
  413. width: 50px;
  414. height: 25px;
  415. }
  416. }
  417. .sidebar{
  418. margin-top: 50px;
  419. }
  420. p{
  421. a{
  422. text-decoration: underline;
  423. }
  424. }
  425. }
  426. .sidebar{
  427. position: absolute;
  428. right: 0;
  429. width: 20%;
  430. margin: -55px auto 0 20px;
  431. h2{
  432. background: $red;
  433. border-radius: 100px;
  434. width: 100px;
  435. height: 100px;
  436. }
  437. .side-agenda{
  438. padding: 10px 20px 10px 0;
  439. &:not(:nth-of-type(1)){
  440. border-top: 1px solid $light-blue;
  441. &::before{
  442. content: " ";
  443. display: block;
  444. position: absolute;
  445. width: 5px;
  446. height: 5px;
  447. margin-top: -13px;
  448. border-radius: 10px;
  449. background: $light-blue;
  450. }
  451. }
  452. &:nth-of-type(3){
  453. margin-bottom: 10px;
  454. }
  455. }
  456. .side-all-agenda{
  457. background: white;
  458. width: auto;
  459. padding: 10px 20px;
  460. margin-bottom: 10px;
  461. float: left;
  462. border: 2px solid $red;
  463. border-radius: 30px;
  464. transition: background-color 0.3s ease;
  465. a{
  466. color: black;
  467. }
  468. &:hover{
  469. background-color: $red;
  470. transition: background-color 0.3s ease;
  471. a{
  472. color: white;
  473. }
  474. }
  475. }
  476. }
  477. #newsletter{
  478. padding: 20px;
  479. background: $light-blue;
  480. #mc_embed_signup{
  481. width: 600px;
  482. margin: auto;
  483. padding: 0 0 0 10px;
  484. border-radius: 100px;
  485. border: 1px solid $white;
  486. form{
  487. @include inlineflex();
  488. width: 100%;
  489. #mc_embed_signup_scroll{
  490. @include inlineflex();
  491. width: 100%;
  492. margin: auto;
  493. label{
  494. text-align: center;
  495. color: $white;
  496. margin-right: 10px;
  497. width: 260px;
  498. }
  499. &>input{
  500. width: 315px;
  501. padding-left: 20px;
  502. }
  503. input{
  504. border-radius: 30px;
  505. height: 31px;
  506. box-shadow: none;
  507. border: none;
  508. }
  509. .clear{
  510. input{
  511. background: $white;
  512. margin-left: -30px;
  513. }
  514. }
  515. }
  516. }
  517. }
  518. }
  519. #home{
  520. .content{
  521. @include inlineflex();
  522. & > p{
  523. position: relative;
  524. width: calc(100% / 3);
  525. padding: 50px 20px;
  526. margin-top: 10px;
  527. img{
  528. position: absolute;
  529. width: auto;
  530. height: 50px;
  531. top: -20px;
  532. left: 50%;
  533. -webkit-transform: translate(-50%);
  534. transform: translate(-50%);
  535. }
  536. &:nth-of-type(n+4){
  537. width: calc(100% / 4);
  538. }
  539. &:last-child{
  540. width: auto!important;
  541. margin-top: 0!important;
  542. margin: auto;
  543. a{
  544. display: block;
  545. padding: 10px 20px;
  546. text-align: center;
  547. border: 2px solid $green;
  548. border-radius: 30px;
  549. margin: auto;
  550. transition: background-color 0.3s ease;
  551. }
  552. }
  553. }
  554. }
  555. }
  556. #item{
  557. .content{
  558. @include inlineflex;
  559. .images_s{
  560. // width: calc(100% / 2 - 15px);
  561. width: 40%;
  562. // min-width: 300px;
  563. margin-right: 15px;
  564. img{
  565. margin-bottom: 15px;
  566. }
  567. }
  568. .content_s{
  569. width: calc(60% - 30px);
  570. }
  571. .icones{
  572. margin: 70px 0;
  573. @include inlineflex;
  574. justify-content: space-around;
  575. width: 100%;
  576. .icon{
  577. height: 50px;
  578. width: auto;
  579. max-width: 200px;
  580. img{
  581. height: 50px;
  582. width: 100%;
  583. }
  584. p{
  585. text-align: center;
  586. }
  587. }
  588. }
  589. }
  590. }
  591. #devis{
  592. @include inlineflex();
  593. justify-content: center;
  594. align-items: center;
  595. background-image: url('/user/themes/lecampus/images/Trame-bleu.svg');
  596. background-position: center;
  597. background-repeat: no-repeat;
  598. background-size: cover;
  599. width: 100%;
  600. // height: 300px;
  601. .title{
  602. width: 200px;
  603. height: 200px;
  604. background: $red;
  605. border-radius: 200px;
  606. -webkit-transform: translateX(80px);
  607. transform: translateX(80px);
  608. h4{
  609. text-align: center;
  610. color: white;
  611. margin: 50% 10px 0 10px;
  612. -webkit-transform: translateY(-50%);
  613. transform: translateY(-50%);
  614. }
  615. }
  616. .txt{
  617. @include inlineflex();
  618. background: white;
  619. width: 25%;
  620. margin-right: 20px;
  621. height: auto;
  622. p{
  623. padding: 20px 20px 20px 100px;
  624. color: black;
  625. text-align: left;
  626. strong{
  627. font-size: 1.3rem;
  628. }
  629. }
  630. }
  631. .demander-votre-devis{
  632. margin-top: 0;
  633. -webkit-transform: translateX(-200px);
  634. transform: translateX(-200px);
  635. }
  636. .img{
  637. width: 400px;
  638. height: 300px;
  639. overflow: hidden;
  640. img{
  641. width: auto;
  642. height: 400px;
  643. }
  644. }
  645. }
  646. #devis{
  647. &.item, &.sublog{
  648. background: $red;
  649. height: auto;
  650. padding: 20px 0;
  651. a{
  652. color: white;
  653. .title{
  654. vertical-align: baseline;
  655. border-radius: 30px;
  656. border: 1px solid white;
  657. padding: 5px 20px;
  658. height: 35px;
  659. width: auto;
  660. -webkit-transform: translateX(0);
  661. transform: translateX(0);
  662. }
  663. &:hover{
  664. color: black;
  665. .title{
  666. background: white;
  667. transition: background 0.3s ease;
  668. }
  669. }
  670. }
  671. }
  672. }
  673. // .bx-viewport{
  674. // height: 30vw!important;
  675. // }
  676. #reco{
  677. background: $dark-blue;
  678. .title{
  679. display: flex;
  680. cursor: pointer;
  681. width: 100%;
  682. padding: 10px;
  683. h2{
  684. width: auto;
  685. margin: auto;
  686. color: white;
  687. padding: 10px;
  688. text-align: center;
  689. border-top: 1px solid white;
  690. border-bottom: 1px solid white;
  691. font-size: 1rem;
  692. &::after{
  693. display: inline-flex;
  694. margin-left: 10px;
  695. content: " ";
  696. background: url('../images/fleche-top.svg');
  697. background-size: 15px 18px;
  698. background-repeat: no-repeat;
  699. width: 15px;
  700. height: 18px;
  701. }
  702. }
  703. &.open{
  704. h2:after{
  705. -webkit-transform: rotate(180deg);
  706. transform: rotate(180deg);
  707. }
  708. }
  709. }
  710. .txt{
  711. z-index: -1;
  712. position: relative;
  713. width: 100%;
  714. display: none;
  715. p{
  716. color: white;
  717. width: 300px;
  718. a{
  719. color: white;
  720. text-decoration: underline;
  721. }
  722. }
  723. &.open{
  724. @include inlineflex;
  725. justify-content: center;
  726. padding-top: 20px;
  727. z-index: 999;
  728. background: $dark-blue;
  729. .item{
  730. display: block;
  731. }
  732. }
  733. h3{
  734. color: $green;
  735. }
  736. }
  737. .item{
  738. margin: 0 0px 20px 20px;
  739. border-left: 1px solid white;
  740. padding-left: 20px;
  741. img{
  742. width: 50px;
  743. margin-bottom: 10px;
  744. }
  745. }
  746. }
  747. .content_s{
  748. &.map{
  749. width: 100%!important;
  750. height: auto;
  751. p{
  752. &:last-child{
  753. height: 500px;
  754. }
  755. }
  756. a#carte{
  757. display: block;
  758. width: 100%;
  759. height: 100%;
  760. }
  761. }
  762. }
  763. #event{
  764. .title{
  765. width: 45%;
  766. margin: auto;
  767. }
  768. .head-event{
  769. .tags{
  770. width: 100%;
  771. &.professionnels{
  772. background-color: $red;
  773. }
  774. &.grand_public{
  775. background-color: $light-blue;
  776. }
  777. &.formations{
  778. background-color: $grey;
  779. }
  780. &.publics{
  781. padding: 2.5px 10px;
  782. color: white;
  783. }
  784. }
  785. }
  786. .card-header{
  787. @include inlineflex;
  788. flex-direction: column;
  789. width: 100%;
  790. &.professionnels{
  791. background-color: $red;
  792. }
  793. &.grand_public{
  794. background-color: $light-blue;
  795. }
  796. &.formations{
  797. background-color: $grey;
  798. }
  799. .publics{
  800. text-align: right;
  801. &.publics{
  802. padding: 2.5px 10px;
  803. color: white;
  804. }
  805. }
  806. }
  807. .card-body{
  808. padding: 15px;
  809. background-image: url('/user/themes/lecampus/images/Trame-bleu.svg');
  810. background-position: center;
  811. background-repeat: no-repeat;
  812. background-size: cover;
  813. }
  814. .card-content{
  815. margin-top: 20px;
  816. }
  817. }
  818. .demander-votre-devis{
  819. padding: 10px;
  820. z-index: 999;
  821. background: $red;
  822. position: absolute;
  823. width: 200px;
  824. height: 200px;
  825. right: 100px;
  826. margin-top: -100px;
  827. color: white;
  828. text-align: center;
  829. strong{
  830. font-weight: bold!important;
  831. }
  832. a{
  833. color: white;
  834. }
  835. img{
  836. margin-top: 10px;
  837. width: 50px;
  838. }
  839. }
  840. #sublog{
  841. .body-wrapper{
  842. background-image: url('../images/Trame-gris.svg');
  843. background-repeat: no-repeat;
  844. }
  845. .content{
  846. @include inlineflex;
  847. width: 90%;
  848. flex-direction: row-reverse;
  849. justify-content: space-between;
  850. .txt{
  851. width: 50%;
  852. .content_txt{
  853. width: 50%;
  854. }
  855. & > p{
  856. font-size: 1.2rem;
  857. font-family: $Bold;
  858. }
  859. }
  860. }
  861. svg{
  862. pointer-events: none;
  863. }
  864. .mapsalles{
  865. width: 50%;
  866. position: relative;
  867. .contour{
  868. position: relative;
  869. z-index: 1;
  870. pointer-events: none;
  871. display: inline-block;
  872. width: 100%;
  873. vertical-align: middle;
  874. overflow: hidden;
  875. }
  876. .fond{
  877. position: absolute;
  878. display: inline-block;
  879. width: 100%;
  880. vertical-align: middle;
  881. overflow: hidden;
  882. z-index:0;
  883. left: 0;
  884. top: 5.3%;
  885. path{
  886. fill: none;
  887. pointer-events: all;
  888. transition: fill 0.3s ease;
  889. &:hover{
  890. fill: $light-blue!important;
  891. transition: fill 0.3s ease;
  892. }
  893. }
  894. }
  895. }
  896. .content_salle{
  897. // display: none;
  898. visibility: hidden;
  899. position: absolute;
  900. left: 50%;
  901. top: 300px;
  902. width: 40%;
  903. background: white;
  904. & > p{
  905. padding-left: 10px;
  906. }
  907. .header-salles{
  908. background: $light-blue;
  909. padding: 5px 10px;
  910. color: white;
  911. margin-top: 0;
  912. width: 100%;
  913. h3{
  914. width: 100%;
  915. }
  916. img{
  917. display: none;
  918. }
  919. }
  920. h4{
  921. background: $green;
  922. font-size: 1.2rem;
  923. font-family: $Bold;
  924. padding: 5px 10px;
  925. margin-top: -1px;
  926. }
  927. .bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager{
  928. bottom: 10px!important;
  929. }
  930. .bx-controls-direction{
  931. a{
  932. background-size: cover;
  933. background-repeat: no-repeat;
  934. }
  935. .bx-prev{
  936. background-image: url('/user/themes/lecampus/images/arrow-gal.svg');
  937. }
  938. .bx-next{
  939. background-image: url('/user/themes/lecampus/images/arrow-gal-next.svg');
  940. &:hover, &:focus{
  941. background-position: center!important;
  942. }
  943. }
  944. }
  945. .bx-pager-link {
  946. background: white!important;
  947. &.active{
  948. background: black!important;
  949. }
  950. }
  951. }
  952. }
  953. #default{
  954. .header-wrapper{
  955. width: 45%;
  956. margin-top: 50px;
  957. margin: auto;
  958. }
  959. .body-wrapper{
  960. margin-bottom: 50px;
  961. }
  962. .title{
  963. width: 80%;
  964. margin: auto;
  965. }
  966. .txt{
  967. margin:auto;
  968. }
  969. p{
  970. margin-bottom: 10px;
  971. }
  972. }
  973. .ok{
  974. cursor: pointer;
  975. }