_blog.scss 19 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009
  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: absolute;
  713. width: 100%;
  714. padding-top: 20px;
  715. @include inlineflex;
  716. justify-content: center;
  717. -webkit-transform: translateY(-100%);
  718. transform: translateY(-100%);
  719. p{
  720. color: white;
  721. width: 300px;
  722. a{
  723. color: white;
  724. text-decoration: underline;
  725. }
  726. }
  727. &.open{
  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. display: none;
  740. margin: 0 0px 20px 20px;
  741. border-left: 1px solid white;
  742. padding-left: 20px;
  743. img{
  744. width: 50px;
  745. margin-bottom: 10px;
  746. }
  747. }
  748. }
  749. .content_s{
  750. &.map{
  751. width: 100%!important;
  752. height: auto;
  753. p{
  754. &:last-child{
  755. height: 500px;
  756. }
  757. }
  758. a#carte{
  759. display: block;
  760. width: 100%;
  761. height: 100%;
  762. }
  763. }
  764. }
  765. #event{
  766. .title{
  767. width: 45%;
  768. margin: auto;
  769. }
  770. .head-event{
  771. .tags{
  772. width: 100%;
  773. &.professionnels{
  774. background-color: $red;
  775. }
  776. &.grand_public{
  777. background-color: $light-blue;
  778. }
  779. &.formations{
  780. background-color: $grey;
  781. }
  782. &.publics{
  783. padding: 2.5px 10px;
  784. color: white;
  785. }
  786. }
  787. }
  788. .card-header{
  789. @include inlineflex;
  790. flex-direction: column;
  791. width: 100%;
  792. &.professionnels{
  793. background-color: $red;
  794. }
  795. &.grand_public{
  796. background-color: $light-blue;
  797. }
  798. &.formations{
  799. background-color: $grey;
  800. }
  801. .publics{
  802. text-align: right;
  803. &.publics{
  804. padding: 2.5px 10px;
  805. color: white;
  806. }
  807. }
  808. }
  809. .card-body{
  810. padding: 15px;
  811. background-image: url('/user/themes/lecampus/images/Trame-bleu.svg');
  812. background-position: center;
  813. background-repeat: no-repeat;
  814. background-size: cover;
  815. }
  816. .card-content{
  817. margin-top: 20px;
  818. }
  819. }
  820. .demander-votre-devis{
  821. padding: 10px;
  822. z-index: 999;
  823. background: $red;
  824. position: absolute;
  825. width: 200px;
  826. height: 200px;
  827. right: 100px;
  828. margin-top: -100px;
  829. color: white;
  830. text-align: center;
  831. strong{
  832. font-weight: bold!important;
  833. }
  834. a{
  835. color: white;
  836. }
  837. img{
  838. margin-top: 10px;
  839. width: 50px;
  840. }
  841. }
  842. #sublog{
  843. .body-wrapper{
  844. background-image: url('../images/Trame-gris.svg');
  845. background-repeat: no-repeat;
  846. }
  847. .content{
  848. @include inlineflex;
  849. width: 90%;
  850. flex-direction: row-reverse;
  851. justify-content: space-between;
  852. .txt{
  853. width: 50%;
  854. .content_txt{
  855. width: 50%;
  856. }
  857. & > p{
  858. font-size: 1.2rem;
  859. font-family: $Bold;
  860. }
  861. }
  862. }
  863. svg{
  864. pointer-events: none;
  865. }
  866. .mapsalles{
  867. width: 50%;
  868. position: relative;
  869. .contour{
  870. position: relative;
  871. z-index: 1;
  872. pointer-events: none;
  873. display: inline-block;
  874. width: 100%;
  875. vertical-align: middle;
  876. overflow: hidden;
  877. }
  878. .fond{
  879. position: absolute;
  880. display: inline-block;
  881. width: 100%;
  882. vertical-align: middle;
  883. overflow: hidden;
  884. z-index:0;
  885. left: 0;
  886. top: 5.3%;
  887. path{
  888. fill: none;
  889. pointer-events: all;
  890. transition: fill 0.3s ease;
  891. &:hover{
  892. fill: $light-blue!important;
  893. transition: fill 0.3s ease;
  894. }
  895. }
  896. }
  897. }
  898. .content_salle{
  899. // display: none;
  900. visibility: hidden;
  901. position: absolute;
  902. left: 50%;
  903. top: 300px;
  904. width: 40%;
  905. background: white;
  906. & > p{
  907. padding-left: 10px;
  908. }
  909. .header-salles{
  910. background: $light-blue;
  911. padding: 5px 10px;
  912. color: white;
  913. margin-top: 0;
  914. width: 100%;
  915. h3{
  916. width: 100%;
  917. }
  918. img{
  919. display: none;
  920. }
  921. }
  922. h4{
  923. background: $green;
  924. font-size: 1.2rem;
  925. font-family: $Bold;
  926. padding: 5px 10px;
  927. margin-top: -1px;
  928. }
  929. .bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager{
  930. bottom: 10px!important;
  931. }
  932. .bx-controls-direction{
  933. a{
  934. background-size: cover;
  935. background-repeat: no-repeat;
  936. }
  937. .bx-prev{
  938. background-image: url('/user/themes/lecampus/images/arrow-gal.svg');
  939. }
  940. .bx-next{
  941. background-image: url('/user/themes/lecampus/images/arrow-gal-next.svg');
  942. &:hover, &:focus{
  943. background-position: center!important;
  944. }
  945. }
  946. }
  947. .bx-pager-link {
  948. background: white!important;
  949. &.active{
  950. background: black!important;
  951. }
  952. }
  953. }
  954. }
  955. #default{
  956. .header-wrapper{
  957. width: 45%;
  958. margin-top: 50px;
  959. margin: auto;
  960. }
  961. .body-wrapper{
  962. margin-bottom: 50px;
  963. }
  964. .title{
  965. width: 80%;
  966. margin: auto;
  967. }
  968. .txt{
  969. margin:auto;
  970. }
  971. p{
  972. margin-bottom: 10px;
  973. }
  974. }
  975. .ok{
  976. cursor: pointer;
  977. }