_blog.scss 38 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597
  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. bottom: 20%;
  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-bleu2.svg');
  79. background-repeat: 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, &#articles{
  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% / 3) - 27px);
  166. min-width: 200px;
  167. margin: 0 0 40px 0;
  168. max-width: 1200px;
  169. .card-header{
  170. position: relative;
  171. width: 100%;
  172. right: 0;
  173. text-align: right;
  174. &.professionnels{
  175. background-color: $red;
  176. }
  177. &.grand_public{
  178. background-color: $light-blue;
  179. }
  180. &.formations{
  181. background-color: $grey;
  182. }
  183. .publics{
  184. padding: 2.5px 10px;
  185. color: white;
  186. }
  187. }
  188. .card-body{
  189. padding: 15px;
  190. background-image: url('/user/themes/lecampus/images/Trame-bleu2.svg');
  191. // background-position: center;
  192. background-repeat: repeat;
  193. // background-size: cover;
  194. }
  195. }
  196. .event{
  197. width: 45%;
  198. .card-content{
  199. .reso{
  200. @include inlineflex;
  201. flex-wrap: nowrap;
  202. justify-content: space-between;
  203. & > div, & > a{
  204. margin-right: 15px;
  205. }
  206. a{
  207. display: block;
  208. margin-bottom: 10px;
  209. img{
  210. margin-left: 10px;
  211. width: 20px;
  212. }
  213. }
  214. }
  215. .txt{
  216. width: 80%;
  217. }
  218. }
  219. }
  220. }
  221. }
  222. #articles{
  223. .cat{
  224. label{
  225. &:not(.active){
  226. border: none;
  227. }
  228. &.active, &:hover{
  229. border-top: 1px solid #0093a3;
  230. border-bottom: 2px solid #b5cb3a;
  231. }
  232. }
  233. }
  234. .articles-listing{
  235. flex-direction: column;
  236. .card{
  237. width: 100%!important;
  238. & > a{
  239. display: grid;
  240. grid-template-columns: minmax(300px, 25%) minmax(400px, calc(75% - 40px)) ;
  241. grid-template-rows: 250px;
  242. grid-column-gap: 40px;
  243. position: relative;
  244. .card-image{
  245. grid-column-start: 1;
  246. grid-row-start: 1;
  247. object-fit: contain;
  248. overflow: hidden;
  249. display: inline-flex;
  250. justify-content: center;
  251. img{
  252. display: inline-block;
  253. height: 250px;
  254. width: auto;
  255. }
  256. }
  257. .wrapper-content{
  258. grid-column-start: 2;
  259. grid-row-start: 1;
  260. background-image: url(/user/themes/lecampus/images/Trame-bleu2.svg);
  261. background-repeat: repeat;
  262. padding: 20px 20px;
  263. width: 100%;
  264. height: 100%;
  265. .date{
  266. float: left;
  267. }
  268. .cat{
  269. margin-left: 3px;
  270. }
  271. .readmore{
  272. float: right;
  273. }
  274. }
  275. }
  276. .card-content{
  277. overflow: hidden;
  278. height: 7.7rem;
  279. h2{
  280. font-size: 0.9rem;
  281. }
  282. }
  283. &:last-child{
  284. margin-bottom: 0;
  285. }
  286. }
  287. }
  288. }
  289. .paginations{
  290. max-width: 1200px;
  291. & > ul{
  292. & > li{
  293. border: none;
  294. & > span{
  295. &.active{
  296. &::after{
  297. content: " ";
  298. width: 100%;
  299. height: 5px;
  300. display: block;
  301. background: #b5cb3a;
  302. }
  303. }
  304. }
  305. span, a{
  306. padding: 4px 5px;
  307. }
  308. &:first-child{
  309. float: left;
  310. & > a, & > span{
  311. &::before{
  312. content: "<";
  313. margin-right: 10px;
  314. display: inline-block;
  315. transform: translateX(0px);
  316. transition: 0.3s transform ease;
  317. }
  318. }
  319. & > a{
  320. &:hover{
  321. &::before{
  322. transform: translateX(-3px);
  323. transition: 0.3s transform ease;
  324. }
  325. }
  326. }
  327. }
  328. &:last-child{
  329. float: right;
  330. & > a, & > span{
  331. &::after{
  332. content: ">";
  333. margin-left: 10px;
  334. display: inline-block;
  335. transform: translateX(0px);
  336. transition: 0.3s transform ease;
  337. }
  338. }
  339. & > a:hover{
  340. &::after{
  341. transform: translateX(3px);
  342. transition: 0.3s transform ease;
  343. }
  344. }
  345. }
  346. }
  347. }
  348. }
  349. .start#form{
  350. .entete{
  351. border-top: 1px solid $light-blue
  352. }
  353. h2{
  354. margin-top: 0;
  355. }
  356. .body-wrapper{
  357. width: 100%;
  358. min-width: 250px;
  359. margin: auto auto 140px auto;
  360. form{
  361. width: calc( (100% / 2));
  362. margin-top: 20px;
  363. margin: auto;
  364. & > div{
  365. width: 100%;
  366. margin: 20px 0;
  367. border-bottom: 1px solid $red;
  368. .form-data{
  369. @include inlineflex();
  370. margin: 20px 0px;
  371. &> div{
  372. overflow: hidden;
  373. margin: 10px 10px;
  374. min-width: 100px;
  375. border: 2px solid $red;
  376. border-radius: 30px;
  377. padding: 10px 20px;
  378. &.check{
  379. background: $red;
  380. color: white;
  381. }
  382. input{
  383. border: none;
  384. }
  385. input[type='radio'] {
  386. visibility: hidden;
  387. position: absolute;
  388. }
  389. label{
  390. cursor: pointer;
  391. }
  392. }
  393. }
  394. &:nth-of-type(n+5):not(:nth-of-type(n+12)){
  395. width: 50%;
  396. float: left;
  397. border-bottom: 0px;
  398. .form-data{
  399. width: 100%;
  400. & > div{
  401. width: 100%;
  402. }
  403. }
  404. }
  405. &:nth-of-type(11){
  406. border-bottom: 1px solid $red !important;
  407. width: 100%!important;
  408. .form-data {
  409. width: 50%!important;
  410. }
  411. }
  412. &.button-wrapper{
  413. background: $red;
  414. height: 100px;
  415. position: absolute;
  416. left: 0;
  417. width: 100%;
  418. button{
  419. margin-right: 25%;
  420. position: absolute;
  421. right: 0;
  422. top: 50%;
  423. -webkit-transform: translateY(-50%);
  424. transform: translateY(-50%);
  425. background: white;
  426. border-radius: 30px;
  427. padding: 10px 35px;
  428. box-shadow:none;
  429. border:0;
  430. }
  431. }
  432. }
  433. }
  434. #send-valide{
  435. -webkit-transform: translate(-50%, -50%);
  436. transform: translate(-50%, -50%);
  437. background: $red;
  438. border-radius: 20px;
  439. position: fixed;
  440. width: 30%;
  441. min-height: 30%;
  442. left: 50%;
  443. top: 50%;
  444. padding: 50px;
  445. .toast{
  446. position: relative;
  447. text-align: center;
  448. color: white;
  449. }
  450. .ok{
  451. color: white;
  452. position: absolute;
  453. right: 20px;
  454. bottom: 20px;
  455. }
  456. }
  457. }
  458. }
  459. .header-wrapper{
  460. .title{
  461. h2{
  462. width: auto;
  463. margin-bottom: 20px;
  464. background: $red;
  465. border-radius: 30px;
  466. width: auto;
  467. padding: 10px 20px;
  468. color: white;
  469. font-size: 1.2rem;
  470. width:115px;
  471. }
  472. }
  473. }
  474. .content{
  475. width: 50%;
  476. margin: 4rem auto;
  477. p{
  478. margin: 10px 0;
  479. }
  480. }
  481. .content_s{
  482. margin: auto!important;
  483. }
  484. .entete{
  485. @include inlineflex;
  486. padding: 20px;
  487. background-image: url('/user/themes/lecampus/images/Trame-bleu2.svg');
  488. // background-position: center;
  489. background-repeat: repeat;
  490. // background-size: cover;
  491. height: auto;
  492. border-top: 10px solid $green;
  493. .entete_c{
  494. @include inlineflex;
  495. text-align: center;
  496. width: 70%;
  497. margin: 50px auto;
  498. position: relative;
  499. h1{
  500. width: auto;
  501. margin-bottom: 20px;
  502. background: $red;
  503. border-radius: 30px;
  504. width: auto;
  505. padding: 10px 20px;
  506. }
  507. }
  508. }
  509. .body-wrapper{
  510. .content{
  511. h4{
  512. &:not(:first-of-type){
  513. border-top: 1px solid black;
  514. padding-top: 30px;
  515. margin: 30px 0 0 0;
  516. }
  517. }
  518. }
  519. .sub-content{
  520. border-top: 1px solid black;
  521. margin-bottom: 20px;
  522. margin-top: 20px;
  523. & > img{
  524. width: 33%;
  525. float: left;
  526. margin: 20px 10px 0px 0px;
  527. }
  528. }
  529. }
  530. #event{
  531. margin-bottom: 20px;
  532. .content{
  533. margin-top: 50px;
  534. h2{
  535. float: left;
  536. margin-right: 20px;
  537. }
  538. .reso{
  539. @include inlineflex;
  540. flex-wrap: nowrap;
  541. width: 50px;
  542. height: 25px;
  543. }
  544. }
  545. .sidebar{
  546. margin-top: 50px;
  547. }
  548. p{
  549. a{
  550. text-decoration: underline;
  551. }
  552. }
  553. }
  554. .sidebar{
  555. position: absolute;
  556. right: 0;
  557. width: 20%;
  558. margin: -55px auto 0 20px;
  559. h2{
  560. background: $red;
  561. border-radius: 100px;
  562. width: 100px;
  563. height: 100px;
  564. }
  565. .side-agenda{
  566. padding: 10px 20px 10px 0;
  567. &:not(:nth-of-type(1)){
  568. border-top: 1px solid $light-blue;
  569. &::before{
  570. content: " ";
  571. display: block;
  572. position: absolute;
  573. width: 5px;
  574. height: 5px;
  575. margin-top: -13px;
  576. border-radius: 10px;
  577. background: $light-blue;
  578. }
  579. }
  580. &:nth-of-type(3){
  581. margin-bottom: 10px;
  582. }
  583. }
  584. .side-all-agenda{
  585. background: white;
  586. width: auto;
  587. padding: 10px 20px;
  588. margin-bottom: 10px;
  589. float: left;
  590. border: 2px solid $red;
  591. border-radius: 30px;
  592. transition: background-color 0.3s ease;
  593. a{
  594. color: black;
  595. }
  596. &:hover{
  597. background-color: $red;
  598. transition: background-color 0.3s ease;
  599. a{
  600. color: white;
  601. }
  602. }
  603. }
  604. }
  605. #newsletter{
  606. padding: 20px 0;
  607. background: $light-blue;
  608. /* LOADER */
  609. .ml-form-embedSubmitLoad {
  610. display: inline-block;
  611. width: 20px;
  612. height: 20px;
  613. }
  614. .ml-form-embedSubmitLoad:after {
  615. content: " ";
  616. display: block;
  617. width: 11px;
  618. height: 11px;
  619. margin: 1px;
  620. border-radius: 50%;
  621. border: 4px solid #fff;
  622. border-color: #ffffff #ffffff #ffffff transparent;
  623. -webkit-animation: ml-form-embedSubmitLoad 1.2s linear infinite;
  624. animation: ml-form-embedSubmitLoad 1.2s linear infinite;
  625. }
  626. @-webkit-keyframes ml-form-embedSubmitLoad {
  627. 0% {
  628. -webkit-transform: rotate(0deg);
  629. transform: rotate(0deg);
  630. }
  631. 100% {
  632. -webkit-transform: rotate(360deg);
  633. transform: rotate(360deg);
  634. }
  635. }
  636. @keyframes ml-form-embedSubmitLoad {
  637. 0% {
  638. -webkit-transform: rotate(0deg);
  639. transform: rotate(0deg);
  640. }
  641. 100% {
  642. -webkit-transform: rotate(360deg);
  643. transform: rotate(360deg);
  644. }
  645. }
  646. #mlb2-985974.ml-form-embedContainer {
  647. box-sizing: border-box;
  648. display: table;
  649. height: 100%;
  650. margin: 0 auto;
  651. width: 100% !important;
  652. }
  653. #mlb2-985974.ml-form-embedContainer h4,
  654. #mlb2-985974.ml-form-embedContainer p,
  655. #mlb2-985974.ml-form-embedContainer span,
  656. #mlb2-985974.ml-form-embedContainer button {
  657. text-transform: none !important;
  658. letter-spacing: normal !important;
  659. }
  660. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper {
  661. display: inline-block !important;
  662. margin: 0;
  663. padding: 0;
  664. position: relative;
  665. }
  666. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
  667. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper.embedDefault { width: 400px; }
  668. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper.embedForm { width: 750px; }
  669. #mlb2-985974.ml-form-embedContainer .ml-form-align-left { text-align: left; }
  670. #mlb2-985974.ml-form-embedContainer .ml-form-align-center { text-align: center; }
  671. #mlb2-985974.ml-form-embedContainer .ml-form-align-default { display: table-cell !important; vertical-align: middle !important; text-align: center !important; }
  672. #mlb2-985974.ml-form-embedContainer .ml-form-align-right { text-align: right; }
  673. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
  674. border-top-left-radius: 4px;
  675. border-top-right-radius: 4px;
  676. height: auto;
  677. width: 100%;
  678. }
  679. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
  680. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  681. // padding: 20px 20px 0 20px;
  682. }
  683. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
  684. padding-bottom: 0;
  685. justify-content: center;
  686. display: flex;
  687. border: 1px solid white;
  688. border-radius: 30px;
  689. overflow: hidden;
  690. }
  691. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
  692. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
  693. width: 100%;
  694. }
  695. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent{
  696. color: white;
  697. p{
  698. color: white;
  699. text-align: center;
  700. font-family: $Regular;
  701. }
  702. }
  703. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent label {
  704. color: white;
  705. white-space:nowrap;
  706. padding: 0 20px;
  707. line-height: 40px;
  708. }
  709. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
  710. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  711. color: #000000;
  712. font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  713. font-size: 14px;
  714. font-weight: 400;
  715. margin: 0 0 10px 0;
  716. text-align: left;
  717. text-align: center;
  718. color: white;
  719. }
  720. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
  721. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
  722. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
  723. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
  724. color: #000000;
  725. font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  726. font-size: 14px;
  727. }
  728. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
  729. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
  730. color: #000000;
  731. text-decoration: underline;
  732. }
  733. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
  734. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
  735. margin: 0;
  736. }
  737. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
  738. margin: 0;
  739. width: 100%;
  740. }
  741. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
  742. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
  743. margin: 0 0 20px 0;
  744. width: 100%;
  745. }
  746. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
  747. margin: 0;
  748. }
  749. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
  750. margin: 0 0 10px 0;
  751. width: 100%;
  752. }
  753. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
  754. margin: 0;
  755. }
  756. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
  757. margin: 0;
  758. }
  759. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
  760. background-color: #ffffff !important;
  761. color: #333333 !important;
  762. border-color: #cccccc !important;
  763. border-radius: 4px !important;
  764. border-style: solid !important;
  765. border-width: 1px !important;
  766. font-size: 14px !important;
  767. line-height: 20px !important;
  768. padding: 10px 10px !important;
  769. width: 100% !important;
  770. box-sizing: border-box !important;
  771. max-width: 100% !important;
  772. }
  773. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder { color: #333333; }
  774. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder { color: #333333; }
  775. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder { color: #333333; }
  776. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder { color: #333333; }
  777. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
  778. height: 40px;
  779. display: flex;
  780. }
  781. .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 100%; }
  782. .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal { width: auto; margin-left: -45px;}
  783. .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields { box-sizing: border-box; float: left; }
  784. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  785. background-color: #ffffff;
  786. color: #333333;
  787. border-radius: 30px;
  788. border-style: solid;
  789. border-width: 0px;
  790. font-size: 14px;
  791. line-height: 20px;
  792. padding: 10px 10px;
  793. width: 100%;
  794. box-sizing: border-box;
  795. }
  796. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  797. background-color: transparent;
  798. border-color: transparent;
  799. border-style: solid;
  800. box-shadow: none;
  801. color: black !important;
  802. font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  803. font-size: 14px !important;
  804. font-weight: 700;
  805. line-height: 20px;
  806. padding: 10px !important;
  807. width: 100%;
  808. }
  809. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type="checkbox"] {
  810. display: inline-block;
  811. float: left;
  812. margin: 1px 0 0 0;
  813. opacity: 1;
  814. visibility: visible;
  815. appearance: checkbox !important;
  816. -moz-appearance: checkbox !important;
  817. -webkit-appearance: checkbox !important;
  818. position: relative;
  819. height: 14px;
  820. width: 14px;
  821. }
  822. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
  823. color: #000000;
  824. display: block;
  825. font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  826. font-size: 12px;
  827. text-align: left;
  828. padding-left: 25px;
  829. }
  830. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
  831. font-weight: normal;
  832. margin: 0;
  833. padding: 0;
  834. }
  835. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
  836. color: #000000;
  837. text-decoration: underline;
  838. }
  839. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
  840. color: #000000 !important;
  841. font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
  842. font-size: 12px !important;
  843. font-weight: normal !important;
  844. line-height: 18px !important;
  845. padding: 0 !important;
  846. margin: 0 5px 0 0 !important;
  847. }
  848. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
  849. margin: 0;
  850. }
  851. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
  852. margin: 0 0 20px 0;
  853. }
  854. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  855. background-color: #000000 !important;
  856. border: none !important;
  857. border-radius: 4px !important;
  858. box-shadow: none !important;
  859. color: #ffffff !important;
  860. font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
  861. font-size: 14px !important;
  862. font-weight: 700 !important;
  863. line-height: 20px !important;
  864. padding: 10px !important;
  865. width: 100% !important;
  866. box-sizing: border-box !important;
  867. }
  868. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
  869. background-color: #333333 !important;
  870. }
  871. .ml-subscribe-close {
  872. width: 30px;
  873. height: 30px;
  874. background: url(https://bucket.mlcdn.com/images/default/modal_close.png) no-repeat;
  875. background-size: 30px;
  876. cursor: pointer;
  877. margin-top: -10px;
  878. margin-right: -10px;
  879. position: absolute;
  880. top: 0;
  881. right: 0;
  882. }
  883. .ml-error input {
  884. background: url(https://bucket.mlcdn.com/images/default/error-icon.png) 98% center no-repeat #ffffff !important;
  885. background-size: 24px 24px !important;
  886. }
  887. .ml-error .label-description {
  888. color: #ff0000 !important;
  889. }
  890. .ml-error .label-description p {
  891. color: #ff0000 !important;
  892. }
  893. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,
  894. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {
  895. color: #ff0000 !important;
  896. }
  897. // @media only screen and (max-width: 400px){
  898. // .ml-form-embedWrapper.embedDefault, .ml-form-embedWrapper.embedPopup { width: 100%!important; }
  899. // .ml-form-formContent.horozintalForm { float: left!important; }
  900. // .ml-form-formContent.horozintalForm .ml-form-horizontalRow { height: auto!important; width: 100%!important; float: left!important; }
  901. // .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 100%!important; }
  902. // .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div { padding-right: 0px!important; padding-bottom: 10px; }
  903. // .ml-form-formContent.horozintalForm .ml-button-horizontal { width: 100%!important; }
  904. // }
  905. @media only screen and (max-width: 400px) {
  906. .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
  907. margin-bottom: 10px !important;
  908. width: 100% !important;
  909. }
  910. }
  911. #mc_embed_signup{
  912. width: 600px;
  913. margin: auto;
  914. padding: 0 0 0 10px;
  915. border-radius: 100px;
  916. border: 1px solid $white;
  917. form{
  918. @include inlineflex();
  919. width: 100%;
  920. #mc_embed_signup_scroll{
  921. @include inlineflex();
  922. width: 100%;
  923. margin: auto;
  924. label{
  925. text-align: center;
  926. color: $white;
  927. margin-right: 10px;
  928. width: 260px;
  929. }
  930. &>input{
  931. width: 315px;
  932. padding-left: 20px;
  933. }
  934. input{
  935. border-radius: 30px;
  936. height: 31px;
  937. box-shadow: none;
  938. border: none;
  939. }
  940. .clear{
  941. input{
  942. background: $white;
  943. margin-left: -30px;
  944. }
  945. }
  946. }
  947. }
  948. }
  949. }
  950. #home{
  951. .content{
  952. // min-width: 800px;
  953. @include inlineflex();
  954. & > p{
  955. position: relative;
  956. width: calc(100% / 3);
  957. padding: 50px 20px;
  958. margin-top: 10px;
  959. img{
  960. position: absolute;
  961. width: auto;
  962. height: 50px;
  963. top: -20px;
  964. left: 50%;
  965. -webkit-transform: translate(-50%);
  966. transform: translate(-50%);
  967. }
  968. &:nth-of-type(n+4){
  969. width: calc(100% / 4);
  970. }
  971. &:last-child{
  972. width: auto!important;
  973. margin-top: 0!important;
  974. margin: auto;
  975. a{
  976. display: block;
  977. padding: 10px 20px;
  978. text-align: center;
  979. border: 2px solid $green;
  980. border-radius: 30px;
  981. margin: auto;
  982. transition: background-color 0.3s ease;
  983. }
  984. }
  985. }
  986. }
  987. }
  988. #item, #item-article{
  989. .item-wrapper{
  990. width: 45%;
  991. margin: auto;
  992. .title-wrapper{
  993. display: inline-flex;
  994. align-items: baseline;
  995. width: 100%;
  996. margin: 40px 0;
  997. .back{
  998. margin-right: 10px;
  999. margin-left: -80px;
  1000. &::before{
  1001. content: "<";
  1002. display: inline-block;
  1003. margin-right: 5px;
  1004. }
  1005. }
  1006. .title{
  1007. width: auto;
  1008. margin: 0;
  1009. h1{
  1010. width: auto;
  1011. padding: 10px 20px;
  1012. border-radius: 30px;
  1013. background: #9e0027;
  1014. }
  1015. }
  1016. }
  1017. .info-wrapper{
  1018. display: inline-flex;
  1019. width: 100%;
  1020. flex-direction: column;
  1021. align-items: flex-end;
  1022. .date{
  1023. width: 100%;
  1024. background-image: url('/user/themes/lecampus/images/Trame-bleu2.svg');
  1025. background-repeat: repeat;
  1026. padding: 5px 10px;
  1027. text-align: right;
  1028. margin-bottom: 20px;
  1029. }
  1030. .reso{
  1031. display: inline-flex;
  1032. margin-bottom: 20px;
  1033. a{
  1034. display: inline-flex;
  1035. margin: 0 0 0 10px;
  1036. align-items: center;
  1037. img{
  1038. margin-left: 5px;
  1039. width: 20px;
  1040. height: auto;
  1041. }
  1042. }
  1043. }
  1044. }
  1045. .body-wrapper{
  1046. .card-image{
  1047. width: 100%;
  1048. }
  1049. .card-content{
  1050. margin: 40px 0;
  1051. .txt{
  1052. p{
  1053. margin: 0 0 1.2rem 0;
  1054. line-height: 1.5rem;
  1055. }
  1056. h2{
  1057. font-size: 1.2rem;
  1058. font-family: $Bold;
  1059. font-weight: normal;
  1060. margin: 0;
  1061. }
  1062. ul{
  1063. margin-bottom: 1.2rem;
  1064. li{
  1065. &::before{
  1066. content: " ";
  1067. width: 5px;
  1068. height: 5px;
  1069. border-radius: 10px;
  1070. display: inline-block;
  1071. vertical-align: middle;
  1072. background: $red;
  1073. margin-right: 5px;
  1074. }
  1075. }
  1076. }
  1077. }
  1078. }
  1079. }
  1080. }
  1081. }
  1082. #item, #item-article{
  1083. .content{
  1084. @include inlineflex;
  1085. .images_s{
  1086. // width: calc(100% / 2 - 15px);
  1087. width: 40%;
  1088. align-self: center;
  1089. // min-width: 300px;
  1090. margin-right: 15px;
  1091. img{
  1092. margin-bottom: 15px;
  1093. }
  1094. }
  1095. .content_s{
  1096. width: calc(60% - 30px);
  1097. }
  1098. .icones{
  1099. margin: 70px 0;
  1100. @include inlineflex;
  1101. justify-content: space-around;
  1102. width: 100%;
  1103. .icon{
  1104. height: 50px;
  1105. width: auto;
  1106. max-width: 200px;
  1107. img{
  1108. height: 50px;
  1109. width: 100%;
  1110. }
  1111. p{
  1112. text-align: center;
  1113. }
  1114. }
  1115. }
  1116. }
  1117. }
  1118. #devis {
  1119. &.home{
  1120. .title{
  1121. visibility: hidden;
  1122. }
  1123. }
  1124. }
  1125. #devis{
  1126. @include inlineflex();
  1127. justify-content: center;
  1128. align-items: center;
  1129. background-image: url('/user/themes/lecampus/images/Trame-bleu2.svg');
  1130. background-repeat: repeat;
  1131. width: 100%;
  1132. // height: 300px;
  1133. .title{
  1134. width: 200px;
  1135. height: 200px;
  1136. background: $red;
  1137. border-radius: 200px;
  1138. -webkit-transform: translateX(80px);
  1139. transform: translateX(80px);
  1140. h4{
  1141. text-align: center;
  1142. color: white;
  1143. margin: 50% 10px 0 10px;
  1144. -webkit-transform: translateY(-50%);
  1145. transform: translateY(-50%);
  1146. }
  1147. }
  1148. .txt{
  1149. @include inlineflex();
  1150. background: white;
  1151. width: 25%;
  1152. margin-right: 20px;
  1153. height: auto;
  1154. p{
  1155. padding: 20px 20px 20px 20px;
  1156. color: black;
  1157. text-align: left;
  1158. strong{
  1159. font-size: 1.3rem;
  1160. }
  1161. }
  1162. }
  1163. .demander-votre-devis{
  1164. margin-top: 0;
  1165. -webkit-transform: translate(50%, -125%);
  1166. transform: translate(50%, -125%);
  1167. }
  1168. .img{
  1169. width: 400px;
  1170. height: 300px;
  1171. position: relative;
  1172. .content-img{
  1173. width: auto;
  1174. height: auto;
  1175. overflow: hidden;
  1176. & > img{
  1177. width: 100%;
  1178. height: 100%;
  1179. }
  1180. }
  1181. }
  1182. }
  1183. #devis{
  1184. &.item, &.sublog, &.item-article, &.nos-offres, &.nos-packs, &.le_campus{
  1185. background: $red;
  1186. height: auto;
  1187. padding: 20px 0;
  1188. a{
  1189. color: white;
  1190. .title{
  1191. vertical-align: baseline;
  1192. border-radius: 30px;
  1193. border: 1px solid white;
  1194. padding: 5px 20px;
  1195. height: 35px;
  1196. width: auto;
  1197. -webkit-transform: translateX(0);
  1198. transform: translateX(0);
  1199. }
  1200. &:hover{
  1201. color: black;
  1202. .title{
  1203. background: white;
  1204. transition: background 0.3s ease;
  1205. }
  1206. }
  1207. }
  1208. }
  1209. }
  1210. // .bx-viewport{
  1211. // height: 30vw!important;
  1212. // }
  1213. #reco{
  1214. background: $dark-blue;
  1215. .title{
  1216. display: flex;
  1217. cursor: pointer;
  1218. width: 100%;
  1219. padding: 10px;
  1220. h2{
  1221. width: auto;
  1222. margin: auto;
  1223. color: white;
  1224. padding: 10px;
  1225. text-align: center;
  1226. border-top: 1px solid white;
  1227. border-bottom: 1px solid white;
  1228. font-size: 1rem;
  1229. &::after{
  1230. display: inline-flex;
  1231. margin-left: 10px;
  1232. content: " ";
  1233. background: url('../images/fleche-top.svg');
  1234. background-size: 15px 18px;
  1235. background-repeat: no-repeat;
  1236. width: 15px;
  1237. height: 18px;
  1238. }
  1239. }
  1240. &.open{
  1241. h2:after{
  1242. -webkit-transform: rotate(180deg);
  1243. transform: rotate(180deg);
  1244. }
  1245. }
  1246. }
  1247. .txt{
  1248. z-index: -1;
  1249. position: relative;
  1250. width: 100%;
  1251. display: none;
  1252. p{
  1253. color: white;
  1254. width: 300px;
  1255. a{
  1256. color: white;
  1257. text-decoration: underline;
  1258. }
  1259. }
  1260. &.open{
  1261. @include inlineflex;
  1262. justify-content: center;
  1263. padding-top: 20px;
  1264. z-index: 999;
  1265. background: $dark-blue;
  1266. .item{
  1267. display: block;
  1268. }
  1269. }
  1270. h3{
  1271. color: $green;
  1272. }
  1273. }
  1274. .item{
  1275. margin: 0 0px 20px 20px;
  1276. border-left: 1px solid white;
  1277. padding-left: 20px;
  1278. img{
  1279. width: 50px;
  1280. margin-bottom: 10px;
  1281. }
  1282. }
  1283. }
  1284. .content_s{
  1285. &.map{
  1286. width: 100%!important;
  1287. height: auto;
  1288. p{
  1289. &:last-child{
  1290. height: 500px;
  1291. }
  1292. }
  1293. a#carte{
  1294. display: block;
  1295. width: 100%;
  1296. height: 100%;
  1297. }
  1298. }
  1299. }
  1300. #event, #item, #item-article{
  1301. .title{
  1302. width: 45%;
  1303. margin: auto;
  1304. }
  1305. .head-event{
  1306. .tags{
  1307. width: 100%;
  1308. &.professionnels{
  1309. background-color: $red;
  1310. }
  1311. &.grand_public{
  1312. background-color: $light-blue;
  1313. }
  1314. &.formations{
  1315. background-color: $grey;
  1316. }
  1317. &.publics{
  1318. padding: 2.5px 10px;
  1319. color: white;
  1320. }
  1321. }
  1322. }
  1323. .card-header{
  1324. @include inlineflex;
  1325. flex-direction: column;
  1326. width: 100%;
  1327. &.professionnels{
  1328. background-color: $red;
  1329. }
  1330. &.grand_public{
  1331. background-color: $light-blue;
  1332. }
  1333. &.formations{
  1334. background-color: $grey;
  1335. }
  1336. .publics{
  1337. text-align: right;
  1338. &.publics{
  1339. padding: 2.5px 10px;
  1340. color: white;
  1341. }
  1342. }
  1343. }
  1344. .card-body{
  1345. padding: 15px;
  1346. background-image: url('/user/themes/lecampus/images/Trame-bleu2.svg');
  1347. // background-position: center;
  1348. background-repeat: repeat;
  1349. // background-size: cover;
  1350. }
  1351. .card-content{
  1352. margin-top: 20px;
  1353. }
  1354. }
  1355. .demander-votre-devis{
  1356. padding: 10px;
  1357. z-index: 999;
  1358. -webkit-transform: translate(0, -50%);
  1359. transform: translate(0, -50%);
  1360. background: $red;
  1361. position: absolute;
  1362. width: 200px;
  1363. height: 200px;
  1364. right: 5%;
  1365. color: white;
  1366. text-align: center;
  1367. strong{
  1368. font-weight: bold!important;
  1369. }
  1370. a{
  1371. color: white;
  1372. }
  1373. img{
  1374. margin-top: 10px;
  1375. width: 50px;
  1376. }
  1377. }
  1378. #sublog{
  1379. .body-wrapper{
  1380. background-image: url('../images/Trame-gris.svg');
  1381. background-repeat: repeat;
  1382. }
  1383. .content{
  1384. @include inlineflex;
  1385. width: 90%;
  1386. flex-direction: row-reverse;
  1387. justify-content: space-between;
  1388. .txt{
  1389. width: 50%;
  1390. .content_txt{
  1391. width: 50%;
  1392. }
  1393. & > p{
  1394. font-size: 1.2rem;
  1395. font-family: $Bold;
  1396. }
  1397. }
  1398. }
  1399. svg{
  1400. pointer-events: none;
  1401. }
  1402. .mapsalles{
  1403. width: 50%;
  1404. position: relative;
  1405. .contour{
  1406. position: relative;
  1407. z-index: 1;
  1408. pointer-events: none;
  1409. display: inline-block;
  1410. width: 100%;
  1411. vertical-align: middle;
  1412. overflow: hidden;
  1413. }
  1414. .fond{
  1415. position: absolute;
  1416. display: inline-block;
  1417. width: 100%;
  1418. vertical-align: middle;
  1419. overflow: hidden;
  1420. z-index:0;
  1421. left: 0;
  1422. top: 5.3%;
  1423. path{
  1424. fill: none;
  1425. pointer-events: all;
  1426. transition: fill 0.3s ease;
  1427. &:hover{
  1428. fill: $light-blue!important;
  1429. transition: fill 0.3s ease;
  1430. }
  1431. }
  1432. }
  1433. }
  1434. .content_salle{
  1435. visibility: hidden;
  1436. overflow-x: hidden;
  1437. position: absolute;
  1438. left: 50%;
  1439. top: 300px;
  1440. width: 40%;
  1441. background: white;
  1442. & > p{
  1443. padding-left: 10px;
  1444. }
  1445. .header-salles{
  1446. height: 100%;
  1447. background: $light-blue;
  1448. padding: 5px 10px;
  1449. color: white;
  1450. margin-top: 0;
  1451. width: 100%;
  1452. h3{
  1453. width: 100%;
  1454. }
  1455. img{
  1456. display: none;
  1457. }
  1458. }
  1459. .gal-salles{
  1460. height: 100%;
  1461. position: relative;
  1462. img{
  1463. width: 100%;
  1464. height: 100%;
  1465. }
  1466. }
  1467. h4{
  1468. background: $green;
  1469. font-size: 1.2rem;
  1470. font-family: $Bold;
  1471. padding: 5px 10px;
  1472. margin-top: -1px;
  1473. }
  1474. }
  1475. .slidesjs-navigation{
  1476. margin-right: 5px;
  1477. float: left;
  1478. display: block;
  1479. width: 30px;
  1480. height: 30px;
  1481. padding-top: 13px;
  1482. background-position: 0 0;
  1483. overflow: hidden;
  1484. z-index: 999;
  1485. position: absolute;
  1486. top: 50%;
  1487. }
  1488. .slidesjs-previous {
  1489. left: 10px;
  1490. background-image: url('/user/themes/lecampus/images/arrow-gal.svg');
  1491. }
  1492. .slidesjs-next {
  1493. background-image: url('/user/themes/lecampus/images/arrow-gal-next.svg');
  1494. right: 10px;
  1495. }
  1496. }
  1497. #default{
  1498. .header-wrapper{
  1499. width: 45%;
  1500. margin-top: 50px;
  1501. margin: auto;
  1502. }
  1503. .body-wrapper{
  1504. margin-bottom: 50px;
  1505. }
  1506. .title{
  1507. width: 80%;
  1508. margin: auto;
  1509. }
  1510. .txt{
  1511. margin:auto;
  1512. }
  1513. p{
  1514. margin-bottom: 10px;
  1515. }
  1516. }
  1517. .ok{
  1518. cursor: pointer;
  1519. }
  1520. .cookie-banner {
  1521. display: none;
  1522. position: fixed;
  1523. top: 0;
  1524. width: 100%;
  1525. &.active {
  1526. display: block;
  1527. }
  1528. }
  1529. // Overlay de la boite de dialogue
  1530. .cookie-inform-and-ask {
  1531. background-color: green;
  1532. display: none;
  1533. height: 100%;
  1534. left: 0;
  1535. position: fixed;
  1536. top: 0;
  1537. width: 100%;
  1538. &.active {
  1539. display: block;
  1540. }
  1541. // La vraie boîte de dialogue
  1542. .cookie-dialog {
  1543. left: 50%;
  1544. position: absolute;
  1545. top: 50%;
  1546. -webkit-transform: translate(-50%, -50%);
  1547. transform: translate(-50%, -50%);
  1548. width: 70%;
  1549. }
  1550. }