_blog.scss 18 KB

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