_blog.scss 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008
  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. align-self: center;
  563. // min-width: 300px;
  564. margin-right: 15px;
  565. img{
  566. margin-bottom: 15px;
  567. }
  568. }
  569. .content_s{
  570. width: calc(60% - 30px);
  571. }
  572. .icones{
  573. margin: 70px 0;
  574. @include inlineflex;
  575. justify-content: space-around;
  576. width: 100%;
  577. .icon{
  578. height: 50px;
  579. width: auto;
  580. max-width: 200px;
  581. img{
  582. height: 50px;
  583. width: 100%;
  584. }
  585. p{
  586. text-align: center;
  587. }
  588. }
  589. }
  590. }
  591. }
  592. #devis{
  593. @include inlineflex();
  594. justify-content: center;
  595. align-items: center;
  596. background-image: url('/user/themes/lecampus/images/Trame-bleu.svg');
  597. background-position: center;
  598. background-repeat: no-repeat;
  599. background-size: cover;
  600. width: 100%;
  601. // height: 300px;
  602. .title{
  603. width: 200px;
  604. height: 200px;
  605. background: $red;
  606. border-radius: 200px;
  607. -webkit-transform: translateX(80px);
  608. transform: translateX(80px);
  609. h4{
  610. text-align: center;
  611. color: white;
  612. margin: 50% 10px 0 10px;
  613. -webkit-transform: translateY(-50%);
  614. transform: translateY(-50%);
  615. }
  616. }
  617. .txt{
  618. @include inlineflex();
  619. background: white;
  620. width: 25%;
  621. margin-right: 20px;
  622. height: auto;
  623. p{
  624. padding: 20px 20px 20px 100px;
  625. color: black;
  626. text-align: left;
  627. strong{
  628. font-size: 1.3rem;
  629. }
  630. }
  631. }
  632. .demander-votre-devis{
  633. margin-top: 0;
  634. -webkit-transform: translateX(-200px);
  635. transform: translateX(-200px);
  636. }
  637. .img{
  638. width: 400px;
  639. height: 300px;
  640. overflow: hidden;
  641. img{
  642. width: auto;
  643. height: 400px;
  644. }
  645. }
  646. }
  647. #devis{
  648. &.item, &.sublog{
  649. background: $red;
  650. height: auto;
  651. padding: 20px 0;
  652. a{
  653. color: white;
  654. .title{
  655. vertical-align: baseline;
  656. border-radius: 30px;
  657. border: 1px solid white;
  658. padding: 5px 20px;
  659. height: 35px;
  660. width: auto;
  661. -webkit-transform: translateX(0);
  662. transform: translateX(0);
  663. }
  664. &:hover{
  665. color: black;
  666. .title{
  667. background: white;
  668. transition: background 0.3s ease;
  669. }
  670. }
  671. }
  672. }
  673. }
  674. // .bx-viewport{
  675. // height: 30vw!important;
  676. // }
  677. #reco{
  678. background: $dark-blue;
  679. .title{
  680. display: flex;
  681. cursor: pointer;
  682. width: 100%;
  683. padding: 10px;
  684. h2{
  685. width: auto;
  686. margin: auto;
  687. color: white;
  688. padding: 10px;
  689. text-align: center;
  690. border-top: 1px solid white;
  691. border-bottom: 1px solid white;
  692. font-size: 1rem;
  693. &::after{
  694. display: inline-flex;
  695. margin-left: 10px;
  696. content: " ";
  697. background: url('../images/fleche-top.svg');
  698. background-size: 15px 18px;
  699. background-repeat: no-repeat;
  700. width: 15px;
  701. height: 18px;
  702. }
  703. }
  704. &.open{
  705. h2:after{
  706. -webkit-transform: rotate(180deg);
  707. transform: rotate(180deg);
  708. }
  709. }
  710. }
  711. .txt{
  712. z-index: -1;
  713. position: relative;
  714. width: 100%;
  715. display: none;
  716. p{
  717. color: white;
  718. width: 300px;
  719. a{
  720. color: white;
  721. text-decoration: underline;
  722. }
  723. }
  724. &.open{
  725. @include inlineflex;
  726. justify-content: center;
  727. padding-top: 20px;
  728. z-index: 999;
  729. background: $dark-blue;
  730. .item{
  731. display: block;
  732. }
  733. }
  734. h3{
  735. color: $green;
  736. }
  737. }
  738. .item{
  739. margin: 0 0px 20px 20px;
  740. border-left: 1px solid white;
  741. padding-left: 20px;
  742. img{
  743. width: 50px;
  744. margin-bottom: 10px;
  745. }
  746. }
  747. }
  748. .content_s{
  749. &.map{
  750. width: 100%!important;
  751. height: auto;
  752. p{
  753. &:last-child{
  754. height: 500px;
  755. }
  756. }
  757. a#carte{
  758. display: block;
  759. width: 100%;
  760. height: 100%;
  761. }
  762. }
  763. }
  764. #event{
  765. .title{
  766. width: 45%;
  767. margin: auto;
  768. }
  769. .head-event{
  770. .tags{
  771. width: 100%;
  772. &.professionnels{
  773. background-color: $red;
  774. }
  775. &.grand_public{
  776. background-color: $light-blue;
  777. }
  778. &.formations{
  779. background-color: $grey;
  780. }
  781. &.publics{
  782. padding: 2.5px 10px;
  783. color: white;
  784. }
  785. }
  786. }
  787. .card-header{
  788. @include inlineflex;
  789. flex-direction: column;
  790. width: 100%;
  791. &.professionnels{
  792. background-color: $red;
  793. }
  794. &.grand_public{
  795. background-color: $light-blue;
  796. }
  797. &.formations{
  798. background-color: $grey;
  799. }
  800. .publics{
  801. text-align: right;
  802. &.publics{
  803. padding: 2.5px 10px;
  804. color: white;
  805. }
  806. }
  807. }
  808. .card-body{
  809. padding: 15px;
  810. background-image: url('/user/themes/lecampus/images/Trame-bleu.svg');
  811. background-position: center;
  812. background-repeat: no-repeat;
  813. background-size: cover;
  814. }
  815. .card-content{
  816. margin-top: 20px;
  817. }
  818. }
  819. .demander-votre-devis{
  820. padding: 10px;
  821. z-index: 999;
  822. background: $red;
  823. position: absolute;
  824. width: 200px;
  825. height: 200px;
  826. right: 100px;
  827. margin-top: -100px;
  828. color: white;
  829. text-align: center;
  830. strong{
  831. font-weight: bold!important;
  832. }
  833. a{
  834. color: white;
  835. }
  836. img{
  837. margin-top: 10px;
  838. width: 50px;
  839. }
  840. }
  841. #sublog{
  842. .body-wrapper{
  843. background-image: url('../images/Trame-gris.svg');
  844. background-repeat: no-repeat;
  845. }
  846. .content{
  847. @include inlineflex;
  848. width: 90%;
  849. flex-direction: row-reverse;
  850. justify-content: space-between;
  851. .txt{
  852. width: 50%;
  853. .content_txt{
  854. width: 50%;
  855. }
  856. & > p{
  857. font-size: 1.2rem;
  858. font-family: $Bold;
  859. }
  860. }
  861. }
  862. svg{
  863. pointer-events: none;
  864. }
  865. .mapsalles{
  866. width: 50%;
  867. position: relative;
  868. .contour{
  869. position: relative;
  870. z-index: 1;
  871. pointer-events: none;
  872. display: inline-block;
  873. width: 100%;
  874. vertical-align: middle;
  875. overflow: hidden;
  876. }
  877. .fond{
  878. position: absolute;
  879. display: inline-block;
  880. width: 100%;
  881. vertical-align: middle;
  882. overflow: hidden;
  883. z-index:0;
  884. left: 0;
  885. top: 5.3%;
  886. path{
  887. fill: none;
  888. pointer-events: all;
  889. transition: fill 0.3s ease;
  890. &:hover{
  891. fill: $light-blue!important;
  892. transition: fill 0.3s ease;
  893. }
  894. }
  895. }
  896. }
  897. .content_salle{
  898. // display: none;
  899. visibility: hidden;
  900. position: absolute;
  901. left: 50%;
  902. top: 300px;
  903. width: 40%;
  904. background: white;
  905. & > p{
  906. padding-left: 10px;
  907. }
  908. .header-salles{
  909. background: $light-blue;
  910. padding: 5px 10px;
  911. color: white;
  912. margin-top: 0;
  913. width: 100%;
  914. h3{
  915. width: 100%;
  916. }
  917. img{
  918. display: none;
  919. }
  920. }
  921. h4{
  922. background: $green;
  923. font-size: 1.2rem;
  924. font-family: $Bold;
  925. padding: 5px 10px;
  926. margin-top: -1px;
  927. }
  928. .bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager{
  929. bottom: 10px!important;
  930. }
  931. .bx-controls-direction{
  932. a{
  933. background-size: cover;
  934. background-repeat: no-repeat;
  935. }
  936. .bx-prev{
  937. background-image: url('/user/themes/lecampus/images/arrow-gal.svg');
  938. }
  939. .bx-next{
  940. background-image: url('/user/themes/lecampus/images/arrow-gal-next.svg');
  941. &:hover, &:focus{
  942. background-position: center!important;
  943. }
  944. }
  945. }
  946. .bx-pager-link {
  947. background: white!important;
  948. &.active{
  949. background: black!important;
  950. }
  951. }
  952. }
  953. }
  954. #default{
  955. .header-wrapper{
  956. width: 45%;
  957. margin-top: 50px;
  958. margin: auto;
  959. }
  960. .body-wrapper{
  961. margin-bottom: 50px;
  962. }
  963. .title{
  964. width: 80%;
  965. margin: auto;
  966. }
  967. .txt{
  968. margin:auto;
  969. }
  970. p{
  971. margin-bottom: 10px;
  972. }
  973. }
  974. .ok{
  975. cursor: pointer;
  976. }