_blog.scss 33 KB

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