_blog.scss 36 KB

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