_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. @include inlineflex;
  199. flex-wrap: nowrap;
  200. justify-content: space-between;
  201. .reso{
  202. width: 20%;
  203. a{
  204. display: block;
  205. margin-bottom: 10px;
  206. img{
  207. margin-left: 10px;
  208. width: 20px;
  209. }
  210. }
  211. }
  212. .txt{
  213. width: 80%;
  214. }
  215. }
  216. }
  217. }
  218. }
  219. .start#form{
  220. .entete{
  221. border-top: 1px solid $light-blue
  222. }
  223. h2{
  224. margin-top: 0;
  225. }
  226. .body-wrapper{
  227. width: 100%;
  228. min-width: 250px;
  229. margin: auto auto 140px auto;
  230. form{
  231. width: calc( (100% / 2));
  232. margin-top: 20px;
  233. margin: auto;
  234. & > div{
  235. width: 100%;
  236. margin: 20px 0;
  237. border-bottom: 1px solid $red;
  238. .form-data{
  239. @include inlineflex();
  240. margin: 20px 0px;
  241. &> div{
  242. overflow: hidden;
  243. margin: 10px 10px;
  244. min-width: 100px;
  245. border: 2px solid $red;
  246. border-radius: 30px;
  247. padding: 10px 20px;
  248. &.check{
  249. background: $red;
  250. color: white;
  251. }
  252. input{
  253. border: none;
  254. }
  255. input[type='radio'] {
  256. visibility: hidden;
  257. position: absolute;
  258. }
  259. label{
  260. cursor: pointer;
  261. }
  262. }
  263. }
  264. &:nth-of-type(n+5):not(:nth-of-type(n+12)){
  265. width: 50%;
  266. float: left;
  267. border-bottom: 0px;
  268. .form-data{
  269. width: 100%;
  270. & > div{
  271. width: 100%;
  272. }
  273. }
  274. }
  275. &:nth-of-type(11){
  276. border-bottom: 1px solid $red !important;
  277. width: 100%;
  278. .form-data {
  279. width: 50%;
  280. }
  281. }
  282. &.button-wrapper{
  283. background: $red;
  284. height: 100px;
  285. position: absolute;
  286. left: 0;
  287. width: 100%;
  288. button{
  289. margin-right: 25%;
  290. position: absolute;
  291. right: 0;
  292. top: 50%;
  293. -webkit-transform: translateY(-50%);
  294. transform: translateY(-50%);
  295. background: white;
  296. border-radius: 30px;
  297. padding: 10px 35px;
  298. box-shadow:none;
  299. border:0;
  300. }
  301. }
  302. }
  303. }
  304. #send-valide{
  305. -webkit-transform: translate(-50%, -50%);
  306. transform: translate(-50%, -50%);
  307. background: $red;
  308. border-radius: 20px;
  309. position: fixed;
  310. width: 30%;
  311. height: 30%;
  312. left: 50%;
  313. top: 50%;
  314. padding: 50px;
  315. .toast{
  316. position: relative;
  317. text-align: center;
  318. color: white;
  319. }
  320. .ok{
  321. color: white;
  322. position: absolute;
  323. right: 20px;
  324. bottom: 20px;
  325. }
  326. }
  327. }
  328. }
  329. .header-wrapper{
  330. .title{
  331. h2{
  332. width: auto;
  333. margin-bottom: 20px;
  334. background: $red;
  335. border-radius: 30px;
  336. width: auto;
  337. padding: 10px 20px;
  338. color: white;
  339. font-size: 1.2rem;
  340. width:115px;
  341. }
  342. }
  343. }
  344. .content{
  345. width: 50%;
  346. margin: 4rem auto;
  347. p{
  348. margin: 10px 0;
  349. }
  350. }
  351. .content_s{
  352. margin: auto!important;
  353. }
  354. .entete{
  355. @include inlineflex;
  356. padding: 20px;
  357. background-image: url('/user/themes/lecampus/images/Trame-bleu.svg');
  358. background-position: center;
  359. background-repeat: no-repeat;
  360. background-size: cover;
  361. height: auto;
  362. border-top: 10px solid $green;
  363. .entete_c{
  364. @include inlineflex;
  365. text-align: center;
  366. width: 70%;
  367. margin: 50px auto;
  368. position: relative;
  369. h1{
  370. width: auto;
  371. margin-bottom: 20px;
  372. background: $red;
  373. border-radius: 30px;
  374. width: auto;
  375. padding: 10px 20px;
  376. }
  377. }
  378. }
  379. .body-wrapper{
  380. .content{
  381. h4{
  382. &:not(:first-of-type){
  383. border-top: 1px solid black;
  384. padding-top: 30px;
  385. margin: 30px 0 0 0;
  386. }
  387. }
  388. }
  389. .sub-content{
  390. border-top: 1px solid black;
  391. margin-bottom: 20px;
  392. margin-top: 20px;
  393. & > img{
  394. width: 33%;
  395. float: left;
  396. margin: 20px 10px 0px 0px;
  397. }
  398. }
  399. }
  400. #event{
  401. margin-bottom: 20px;
  402. .content{
  403. margin-top: 50px;
  404. h2{
  405. float: left;
  406. margin-right: 20px;
  407. }
  408. .reso{
  409. @include inlineflex;
  410. flex-wrap: nowrap;
  411. width: 50px;
  412. height: 25px;
  413. }
  414. }
  415. .sidebar{
  416. margin-top: 50px;
  417. }
  418. p{
  419. a{
  420. text-decoration: underline;
  421. }
  422. }
  423. }
  424. .sidebar{
  425. position: absolute;
  426. right: 0;
  427. width: 20%;
  428. margin: -55px auto 0 20px;
  429. h2{
  430. background: $red;
  431. border-radius: 100px;
  432. width: 100px;
  433. height: 100px;
  434. }
  435. .side-agenda{
  436. padding: 10px 20px 10px 0;
  437. &:not(:nth-of-type(1)){
  438. border-top: 1px solid $light-blue;
  439. &::before{
  440. content: " ";
  441. display: block;
  442. position: absolute;
  443. width: 5px;
  444. height: 5px;
  445. margin-top: -13px;
  446. border-radius: 10px;
  447. background: $light-blue;
  448. }
  449. }
  450. &:nth-of-type(3){
  451. margin-bottom: 10px;
  452. }
  453. }
  454. .side-all-agenda{
  455. background: white;
  456. width: auto;
  457. padding: 10px 20px;
  458. margin-bottom: 10px;
  459. float: left;
  460. border: 2px solid $red;
  461. border-radius: 30px;
  462. transition: background-color 0.3s ease;
  463. a{
  464. color: black;
  465. }
  466. &:hover{
  467. background-color: $red;
  468. transition: background-color 0.3s ease;
  469. a{
  470. color: white;
  471. }
  472. }
  473. }
  474. }
  475. #newsletter{
  476. padding: 20px;
  477. background: $light-blue;
  478. #mc_embed_signup{
  479. width: 600px;
  480. margin: auto;
  481. padding: 0 0 0 10px;
  482. border-radius: 100px;
  483. border: 1px solid $white;
  484. form{
  485. @include inlineflex();
  486. width: 100%;
  487. #mc_embed_signup_scroll{
  488. @include inlineflex();
  489. width: 100%;
  490. margin: auto;
  491. label{
  492. text-align: center;
  493. color: $white;
  494. margin-right: 10px;
  495. width: 260px;
  496. }
  497. &>input{
  498. width: 315px;
  499. padding-left: 20px;
  500. }
  501. input{
  502. border-radius: 30px;
  503. height: 31px;
  504. box-shadow: none;
  505. border: none;
  506. }
  507. .clear{
  508. input{
  509. background: $white;
  510. margin-left: -30px;
  511. }
  512. }
  513. }
  514. }
  515. }
  516. }
  517. #home{
  518. .content{
  519. @include inlineflex();
  520. & > p{
  521. position: relative;
  522. width: calc(100% / 3);
  523. padding: 50px 20px;
  524. margin-top: 10px;
  525. img{
  526. position: absolute;
  527. width: auto;
  528. height: 50px;
  529. top: -20px;
  530. left: 50%;
  531. -webkit-transform: translate(-50%);
  532. transform: translate(-50%);
  533. }
  534. &:nth-of-type(n+4){
  535. width: calc(100% / 4);
  536. }
  537. &:last-child{
  538. width: auto!important;
  539. margin-top: 0!important;
  540. margin: auto;
  541. a{
  542. display: block;
  543. padding: 10px 20px;
  544. text-align: center;
  545. border: 2px solid $green;
  546. border-radius: 30px;
  547. margin: auto;
  548. transition: background-color 0.3s ease;
  549. }
  550. }
  551. }
  552. }
  553. }
  554. #item{
  555. .content{
  556. @include inlineflex;
  557. .images_s{
  558. // width: calc(100% / 2 - 15px);
  559. width: 40%;
  560. // min-width: 300px;
  561. margin-right: 15px;
  562. img{
  563. margin-bottom: 15px;
  564. }
  565. }
  566. .content_s{
  567. width: calc(60% - 30px);
  568. }
  569. .icones{
  570. margin: 70px 0;
  571. @include inlineflex;
  572. justify-content: space-around;
  573. width: 100%;
  574. .icon{
  575. height: 50px;
  576. width: auto;
  577. max-width: 200px;
  578. img{
  579. height: 50px;
  580. width: 100%;
  581. }
  582. p{
  583. text-align: center;
  584. }
  585. }
  586. }
  587. }
  588. }
  589. #devis{
  590. @include inlineflex();
  591. justify-content: center;
  592. align-items: center;
  593. background-image: url('/user/themes/lecampus/images/Trame-bleu.svg');
  594. background-position: center;
  595. background-repeat: no-repeat;
  596. background-size: cover;
  597. width: 100%;
  598. // height: 300px;
  599. .title{
  600. width: 200px;
  601. height: 200px;
  602. background: $red;
  603. border-radius: 200px;
  604. -webkit-transform: translateX(80px);
  605. transform: translateX(80px);
  606. h4{
  607. text-align: center;
  608. color: white;
  609. margin: 50% 10px 0 10px;
  610. -webkit-transform: translateY(-50%);
  611. transform: translateY(-50%);
  612. }
  613. }
  614. .txt{
  615. @include inlineflex();
  616. background: white;
  617. width: 25%;
  618. margin-right: 20px;
  619. height: auto;
  620. p{
  621. padding: 20px 20px 20px 100px;
  622. color: black;
  623. text-align: left;
  624. strong{
  625. font-size: 1.3rem;
  626. }
  627. }
  628. }
  629. .demander-votre-devis{
  630. margin-top: 0;
  631. -webkit-transform: translateX(-200px);
  632. transform: translateX(-200px);
  633. }
  634. .img{
  635. width: 400px;
  636. height: 300px;
  637. overflow: hidden;
  638. img{
  639. width: auto;
  640. height: 400px;
  641. }
  642. }
  643. }
  644. #devis{
  645. &.item, &.sublog{
  646. background: $red;
  647. height: auto;
  648. padding: 20px 0;
  649. a{
  650. color: white;
  651. .title{
  652. vertical-align: baseline;
  653. border-radius: 30px;
  654. border: 1px solid white;
  655. padding: 5px 20px;
  656. height: 35px;
  657. width: auto;
  658. -webkit-transform: translateX(0);
  659. transform: translateX(0);
  660. }
  661. &:hover{
  662. color: black;
  663. .title{
  664. background: white;
  665. transition: background 0.3s ease;
  666. }
  667. }
  668. }
  669. }
  670. }
  671. // .bx-viewport{
  672. // height: 30vw!important;
  673. // }
  674. #reco{
  675. background: $dark-blue;
  676. .title{
  677. display: flex;
  678. cursor: pointer;
  679. width: 100%;
  680. padding: 10px;
  681. h2{
  682. width: auto;
  683. margin: auto;
  684. color: white;
  685. padding: 10px;
  686. text-align: center;
  687. border-top: 1px solid white;
  688. border-bottom: 1px solid white;
  689. font-size: 1rem;
  690. &::after{
  691. display: inline-flex;
  692. margin-left: 10px;
  693. content: " ";
  694. background: url('../images/fleche-top.svg');
  695. background-size: 15px 18px;
  696. background-repeat: no-repeat;
  697. width: 15px;
  698. height: 18px;
  699. }
  700. }
  701. &.open{
  702. h2:after{
  703. -webkit-transform: rotate(180deg);
  704. transform: rotate(180deg);
  705. }
  706. }
  707. }
  708. .txt{
  709. z-index: -1;
  710. position: absolute;
  711. width: 100%;
  712. padding-top: 20px;
  713. @include inlineflex;
  714. justify-content: center;
  715. -webkit-transform: translateY(-100%);
  716. transform: translateY(-100%);
  717. p{
  718. color: white;
  719. width: 300px;
  720. a{
  721. color: white;
  722. text-decoration: underline;
  723. }
  724. }
  725. &.open{
  726. z-index: 999;
  727. background: $dark-blue;
  728. .item{
  729. display: block;
  730. }
  731. }
  732. h3{
  733. color: $green;
  734. }
  735. }
  736. .item{
  737. display: none;
  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. }