_blog.scss 36 KB

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