_blog.scss 33 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352
  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% / 4) - 7.5px);
  166. min-width: 200px;
  167. margin: 0 0 10px 0 ;
  168. .card-header{
  169. position: absolute;
  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. animation: ml-form-embedSubmitLoad 1.2s linear infinite;
  496. }
  497. @keyframes ml-form-embedSubmitLoad {
  498. 0% {
  499. transform: rotate(0deg);
  500. }
  501. 100% {
  502. transform: rotate(360deg);
  503. }
  504. }
  505. #mlb2-985974.ml-form-embedContainer {
  506. box-sizing: border-box;
  507. display: table;
  508. height: 100%;
  509. margin: 0 auto;
  510. width: 100% !important;
  511. }
  512. #mlb2-985974.ml-form-embedContainer h4,
  513. #mlb2-985974.ml-form-embedContainer p,
  514. #mlb2-985974.ml-form-embedContainer span,
  515. #mlb2-985974.ml-form-embedContainer button {
  516. text-transform: none !important;
  517. letter-spacing: normal !important;
  518. }
  519. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper {
  520. display: inline-block !important;
  521. margin: 0;
  522. padding: 0;
  523. position: relative;
  524. }
  525. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
  526. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper.embedDefault { width: 400px; }
  527. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper.embedForm { width: 40%; }
  528. #mlb2-985974.ml-form-embedContainer .ml-form-align-left { text-align: left; }
  529. #mlb2-985974.ml-form-embedContainer .ml-form-align-center { text-align: center; }
  530. #mlb2-985974.ml-form-embedContainer .ml-form-align-default { display: table-cell !important; vertical-align: middle !important; text-align: center !important; }
  531. #mlb2-985974.ml-form-embedContainer .ml-form-align-right { text-align: right; }
  532. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
  533. border-top-left-radius: 4px;
  534. border-top-right-radius: 4px;
  535. height: auto;
  536. width: 100%;
  537. }
  538. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
  539. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  540. // padding: 20px 20px 0 20px;
  541. }
  542. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
  543. padding-bottom: 0;
  544. justify-content: center;
  545. display: flex;
  546. border: 1px solid white;
  547. border-radius: 30px;
  548. overflow: hidden;
  549. }
  550. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
  551. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
  552. width: 100%;
  553. }
  554. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent{
  555. color: white;
  556. p{
  557. color: white;
  558. text-align: center;
  559. font-family: $Regular;
  560. }
  561. }
  562. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent label {
  563. color: white;
  564. white-space:nowrap;
  565. padding: 0 20px;
  566. line-height: 40px;
  567. }
  568. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
  569. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  570. color: #000000;
  571. font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  572. font-size: 14px;
  573. font-weight: 400;
  574. margin: 0 0 10px 0;
  575. text-align: left;
  576. }
  577. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
  578. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
  579. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
  580. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
  581. color: #000000;
  582. font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  583. font-size: 14px;
  584. }
  585. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
  586. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
  587. color: #000000;
  588. text-decoration: underline;
  589. }
  590. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
  591. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
  592. margin: 0;
  593. }
  594. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
  595. margin: 0;
  596. width: 100%;
  597. }
  598. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
  599. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
  600. margin: 0 0 20px 0;
  601. width: 100%;
  602. }
  603. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
  604. margin: 0;
  605. }
  606. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
  607. margin: 0 0 10px 0;
  608. width: 100%;
  609. }
  610. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
  611. margin: 0;
  612. }
  613. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
  614. margin: 0;
  615. }
  616. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
  617. background-color: #ffffff !important;
  618. color: #333333 !important;
  619. border-color: #cccccc !important;
  620. border-radius: 4px !important;
  621. border-style: solid !important;
  622. border-width: 1px !important;
  623. font-size: 14px !important;
  624. line-height: 20px !important;
  625. padding: 10px 10px !important;
  626. width: 100% !important;
  627. box-sizing: border-box !important;
  628. max-width: 100% !important;
  629. }
  630. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder { color: #333333; }
  631. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder { color: #333333; }
  632. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder { color: #333333; }
  633. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder { color: #333333; }
  634. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
  635. height: 40px;
  636. display: flex;
  637. }
  638. .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 100%; }
  639. .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal { width: auto; margin-left: -45px;}
  640. .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields { box-sizing: border-box; float: left; }
  641. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  642. background-color: #ffffff;
  643. color: #333333;
  644. border-radius: 30px;
  645. border-style: solid;
  646. border-width: 0px;
  647. font-size: 14px;
  648. line-height: 20px;
  649. padding: 10px 10px;
  650. width: 100%;
  651. box-sizing: border-box;
  652. }
  653. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  654. background-color: transparent;
  655. border-color: transparent;
  656. border-style: solid;
  657. box-shadow: none;
  658. color: black !important;
  659. font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  660. font-size: 14px !important;
  661. font-weight: 700;
  662. line-height: 20px;
  663. padding: 10px !important;
  664. width: 100%;
  665. }
  666. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type="checkbox"] {
  667. display: inline-block;
  668. float: left;
  669. margin: 1px 0 0 0;
  670. opacity: 1;
  671. visibility: visible;
  672. appearance: checkbox !important;
  673. -moz-appearance: checkbox !important;
  674. -webkit-appearance: checkbox !important;
  675. position: relative;
  676. height: 14px;
  677. width: 14px;
  678. }
  679. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
  680. color: #000000;
  681. display: block;
  682. font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  683. font-size: 12px;
  684. text-align: left;
  685. padding-left: 25px;
  686. }
  687. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
  688. font-weight: normal;
  689. margin: 0;
  690. padding: 0;
  691. }
  692. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
  693. color: #000000;
  694. text-decoration: underline;
  695. }
  696. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
  697. color: #000000 !important;
  698. font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
  699. font-size: 12px !important;
  700. font-weight: normal !important;
  701. line-height: 18px !important;
  702. padding: 0 !important;
  703. margin: 0 5px 0 0 !important;
  704. }
  705. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
  706. margin: 0;
  707. }
  708. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
  709. margin: 0 0 20px 0;
  710. }
  711. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  712. background-color: #000000 !important;
  713. border: none !important;
  714. border-radius: 4px !important;
  715. box-shadow: none !important;
  716. color: #ffffff !important;
  717. font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
  718. font-size: 14px !important;
  719. font-weight: 700 !important;
  720. line-height: 20px !important;
  721. padding: 10px !important;
  722. width: 100% !important;
  723. box-sizing: border-box !important;
  724. }
  725. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
  726. background-color: #333333 !important;
  727. }
  728. .ml-subscribe-close {
  729. width: 30px;
  730. height: 30px;
  731. background: url(https://bucket.mlcdn.com/images/default/modal_close.png) no-repeat;
  732. background-size: 30px;
  733. cursor: pointer;
  734. margin-top: -10px;
  735. margin-right: -10px;
  736. position: absolute;
  737. top: 0;
  738. right: 0;
  739. }
  740. .ml-error input {
  741. background: url(https://bucket.mlcdn.com/images/default/error-icon.png) 98% center no-repeat #ffffff !important;
  742. background-size: 24px 24px !important;
  743. }
  744. .ml-error .label-description {
  745. color: #ff0000 !important;
  746. }
  747. .ml-error .label-description p {
  748. color: #ff0000 !important;
  749. }
  750. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,
  751. #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {
  752. color: #ff0000 !important;
  753. }
  754. // @media only screen and (max-width: 400px){
  755. // .ml-form-embedWrapper.embedDefault, .ml-form-embedWrapper.embedPopup { width: 100%!important; }
  756. // .ml-form-formContent.horozintalForm { float: left!important; }
  757. // .ml-form-formContent.horozintalForm .ml-form-horizontalRow { height: auto!important; width: 100%!important; float: left!important; }
  758. // .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 100%!important; }
  759. // .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div { padding-right: 0px!important; padding-bottom: 10px; }
  760. // .ml-form-formContent.horozintalForm .ml-button-horizontal { width: 100%!important; }
  761. // }
  762. @media only screen and (max-width: 400px) {
  763. .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
  764. margin-bottom: 10px !important;
  765. width: 100% !important;
  766. }
  767. }
  768. #mc_embed_signup{
  769. width: 600px;
  770. margin: auto;
  771. padding: 0 0 0 10px;
  772. border-radius: 100px;
  773. border: 1px solid $white;
  774. form{
  775. @include inlineflex();
  776. width: 100%;
  777. #mc_embed_signup_scroll{
  778. @include inlineflex();
  779. width: 100%;
  780. margin: auto;
  781. label{
  782. text-align: center;
  783. color: $white;
  784. margin-right: 10px;
  785. width: 260px;
  786. }
  787. &>input{
  788. width: 315px;
  789. padding-left: 20px;
  790. }
  791. input{
  792. border-radius: 30px;
  793. height: 31px;
  794. box-shadow: none;
  795. border: none;
  796. }
  797. .clear{
  798. input{
  799. background: $white;
  800. margin-left: -30px;
  801. }
  802. }
  803. }
  804. }
  805. }
  806. }
  807. #home{
  808. .content{
  809. @include inlineflex();
  810. & > p{
  811. position: relative;
  812. width: calc(100% / 3);
  813. padding: 50px 20px;
  814. margin-top: 10px;
  815. img{
  816. position: absolute;
  817. width: auto;
  818. height: 50px;
  819. top: -20px;
  820. left: 50%;
  821. -webkit-transform: translate(-50%);
  822. transform: translate(-50%);
  823. }
  824. &:nth-of-type(n+4){
  825. width: calc(100% / 4);
  826. }
  827. &:last-child{
  828. width: auto!important;
  829. margin-top: 0!important;
  830. margin: auto;
  831. a{
  832. display: block;
  833. padding: 10px 20px;
  834. text-align: center;
  835. border: 2px solid $green;
  836. border-radius: 30px;
  837. margin: auto;
  838. transition: background-color 0.3s ease;
  839. }
  840. }
  841. }
  842. }
  843. }
  844. #item{
  845. .content{
  846. @include inlineflex;
  847. .images_s{
  848. // width: calc(100% / 2 - 15px);
  849. width: 40%;
  850. align-self: center;
  851. // min-width: 300px;
  852. margin-right: 15px;
  853. img{
  854. margin-bottom: 15px;
  855. }
  856. }
  857. .content_s{
  858. width: calc(60% - 30px);
  859. }
  860. .icones{
  861. margin: 70px 0;
  862. @include inlineflex;
  863. justify-content: space-around;
  864. width: 100%;
  865. .icon{
  866. height: 50px;
  867. width: auto;
  868. max-width: 200px;
  869. img{
  870. height: 50px;
  871. width: 100%;
  872. }
  873. p{
  874. text-align: center;
  875. }
  876. }
  877. }
  878. }
  879. }
  880. #devis{
  881. @include inlineflex();
  882. justify-content: center;
  883. align-items: center;
  884. background-image: url('/user/themes/lecampus/images/Trame-bleu2.svg');
  885. background-repeat: repeat;
  886. width: 100%;
  887. // height: 300px;
  888. .title{
  889. width: 200px;
  890. height: 200px;
  891. background: $red;
  892. border-radius: 200px;
  893. -webkit-transform: translateX(80px);
  894. transform: translateX(80px);
  895. h4{
  896. text-align: center;
  897. color: white;
  898. margin: 50% 10px 0 10px;
  899. -webkit-transform: translateY(-50%);
  900. transform: translateY(-50%);
  901. }
  902. }
  903. .txt{
  904. @include inlineflex();
  905. background: white;
  906. width: 25%;
  907. margin-right: 20px;
  908. height: auto;
  909. p{
  910. padding: 20px 20px 20px 100px;
  911. color: black;
  912. text-align: left;
  913. strong{
  914. font-size: 1.3rem;
  915. }
  916. }
  917. }
  918. .demander-votre-devis{
  919. // margin-top: 0;
  920. // -webkit-transform: translateX(-200px);
  921. // transform: translateX(-200px);
  922. }
  923. .img{
  924. width: 400px;
  925. height: 300px;
  926. position: relative;
  927. .content-img{
  928. width: 400px;
  929. height: 300px;
  930. overflow: hidden;
  931. & > img{
  932. width: auto;
  933. height: 400px;
  934. }
  935. }
  936. }
  937. }
  938. #devis{
  939. &.item, &.sublog{
  940. background: $red;
  941. height: auto;
  942. padding: 20px 0;
  943. a{
  944. color: white;
  945. .title{
  946. vertical-align: baseline;
  947. border-radius: 30px;
  948. border: 1px solid white;
  949. padding: 5px 20px;
  950. height: 35px;
  951. width: auto;
  952. -webkit-transform: translateX(0);
  953. transform: translateX(0);
  954. }
  955. &:hover{
  956. color: black;
  957. .title{
  958. background: white;
  959. transition: background 0.3s ease;
  960. }
  961. }
  962. }
  963. }
  964. }
  965. // .bx-viewport{
  966. // height: 30vw!important;
  967. // }
  968. #reco{
  969. background: $dark-blue;
  970. .title{
  971. display: flex;
  972. cursor: pointer;
  973. width: 100%;
  974. padding: 10px;
  975. h2{
  976. width: auto;
  977. margin: auto;
  978. color: white;
  979. padding: 10px;
  980. text-align: center;
  981. border-top: 1px solid white;
  982. border-bottom: 1px solid white;
  983. font-size: 1rem;
  984. &::after{
  985. display: inline-flex;
  986. margin-left: 10px;
  987. content: " ";
  988. background: url('../images/fleche-top.svg');
  989. background-size: 15px 18px;
  990. background-repeat: no-repeat;
  991. width: 15px;
  992. height: 18px;
  993. }
  994. }
  995. &.open{
  996. h2:after{
  997. -webkit-transform: rotate(180deg);
  998. transform: rotate(180deg);
  999. }
  1000. }
  1001. }
  1002. .txt{
  1003. z-index: -1;
  1004. position: relative;
  1005. width: 100%;
  1006. display: none;
  1007. p{
  1008. color: white;
  1009. width: 300px;
  1010. a{
  1011. color: white;
  1012. text-decoration: underline;
  1013. }
  1014. }
  1015. &.open{
  1016. @include inlineflex;
  1017. justify-content: center;
  1018. padding-top: 20px;
  1019. z-index: 999;
  1020. background: $dark-blue;
  1021. .item{
  1022. display: block;
  1023. }
  1024. }
  1025. h3{
  1026. color: $green;
  1027. }
  1028. }
  1029. .item{
  1030. margin: 0 0px 20px 20px;
  1031. border-left: 1px solid white;
  1032. padding-left: 20px;
  1033. img{
  1034. width: 50px;
  1035. margin-bottom: 10px;
  1036. }
  1037. }
  1038. }
  1039. .content_s{
  1040. &.map{
  1041. width: 100%!important;
  1042. height: auto;
  1043. p{
  1044. &:last-child{
  1045. height: 500px;
  1046. }
  1047. }
  1048. a#carte{
  1049. display: block;
  1050. width: 100%;
  1051. height: 100%;
  1052. }
  1053. }
  1054. }
  1055. #event{
  1056. .title{
  1057. width: 45%;
  1058. margin: auto;
  1059. }
  1060. .head-event{
  1061. .tags{
  1062. width: 100%;
  1063. &.professionnels{
  1064. background-color: $red;
  1065. }
  1066. &.grand_public{
  1067. background-color: $light-blue;
  1068. }
  1069. &.formations{
  1070. background-color: $grey;
  1071. }
  1072. &.publics{
  1073. padding: 2.5px 10px;
  1074. color: white;
  1075. }
  1076. }
  1077. }
  1078. .card-header{
  1079. @include inlineflex;
  1080. flex-direction: column;
  1081. width: 100%;
  1082. &.professionnels{
  1083. background-color: $red;
  1084. }
  1085. &.grand_public{
  1086. background-color: $light-blue;
  1087. }
  1088. &.formations{
  1089. background-color: $grey;
  1090. }
  1091. .publics{
  1092. text-align: right;
  1093. &.publics{
  1094. padding: 2.5px 10px;
  1095. color: white;
  1096. }
  1097. }
  1098. }
  1099. .card-body{
  1100. padding: 15px;
  1101. background-image: url('/user/themes/lecampus/images/Trame-bleu2.svg');
  1102. // background-position: center;
  1103. background-repeat: repeat;
  1104. // background-size: cover;
  1105. }
  1106. .card-content{
  1107. margin-top: 20px;
  1108. }
  1109. }
  1110. .demander-votre-devis{
  1111. padding: 10px;
  1112. z-index: 999;
  1113. top: 50%;
  1114. transform: translate(100%, -50%);
  1115. background: $red;
  1116. position: absolute;
  1117. width: 200px;
  1118. height: 200px;
  1119. right: 100px;
  1120. color: white;
  1121. text-align: center;
  1122. strong{
  1123. font-weight: bold!important;
  1124. }
  1125. a{
  1126. color: white;
  1127. }
  1128. img{
  1129. margin-top: 10px;
  1130. width: 50px;
  1131. }
  1132. }
  1133. #sublog{
  1134. .demander-votre-devis{
  1135. transform: translateY(-50%);
  1136. }
  1137. .body-wrapper{
  1138. background-image: url('../images/Trame-gris.svg');
  1139. background-repeat: repeat;
  1140. }
  1141. .content{
  1142. @include inlineflex;
  1143. width: 90%;
  1144. flex-direction: row-reverse;
  1145. justify-content: space-between;
  1146. .txt{
  1147. width: 50%;
  1148. .content_txt{
  1149. width: 50%;
  1150. }
  1151. & > p{
  1152. font-size: 1.2rem;
  1153. font-family: $Bold;
  1154. }
  1155. }
  1156. }
  1157. svg{
  1158. pointer-events: none;
  1159. }
  1160. .mapsalles{
  1161. width: 50%;
  1162. position: relative;
  1163. .contour{
  1164. position: relative;
  1165. z-index: 1;
  1166. pointer-events: none;
  1167. display: inline-block;
  1168. width: 100%;
  1169. vertical-align: middle;
  1170. overflow: hidden;
  1171. }
  1172. .fond{
  1173. position: absolute;
  1174. display: inline-block;
  1175. width: 100%;
  1176. vertical-align: middle;
  1177. overflow: hidden;
  1178. z-index:0;
  1179. left: 0;
  1180. top: 5.3%;
  1181. path{
  1182. fill: none;
  1183. pointer-events: all;
  1184. transition: fill 0.3s ease;
  1185. &:hover{
  1186. fill: $light-blue!important;
  1187. transition: fill 0.3s ease;
  1188. }
  1189. }
  1190. }
  1191. }
  1192. .content_salle{
  1193. visibility: hidden;
  1194. overflow-x: hidden;
  1195. position: absolute;
  1196. left: 50%;
  1197. top: 300px;
  1198. width: 40%;
  1199. background: white;
  1200. & > p{
  1201. padding-left: 10px;
  1202. }
  1203. .header-salles{
  1204. height: 100%;
  1205. background: $light-blue;
  1206. padding: 5px 10px;
  1207. color: white;
  1208. margin-top: 0;
  1209. width: 100%;
  1210. h3{
  1211. width: 100%;
  1212. }
  1213. img{
  1214. display: none;
  1215. }
  1216. }
  1217. .gal-salles{
  1218. height: 100%;
  1219. position: relative;
  1220. img{
  1221. width: 100%;
  1222. height: 100%;
  1223. }
  1224. }
  1225. h4{
  1226. background: $green;
  1227. font-size: 1.2rem;
  1228. font-family: $Bold;
  1229. padding: 5px 10px;
  1230. margin-top: -1px;
  1231. }
  1232. }
  1233. .slidesjs-navigation{
  1234. margin-right: 5px;
  1235. float: left;
  1236. display: block;
  1237. width: 30px;
  1238. height: 30px;
  1239. padding-top: 13px;
  1240. background-position: 0 0;
  1241. overflow: hidden;
  1242. z-index: 999;
  1243. position: absolute;
  1244. top: 50%;
  1245. }
  1246. .slidesjs-previous {
  1247. left: 10px;
  1248. background-image: url('/user/themes/lecampus/images/arrow-gal.svg');
  1249. }
  1250. .slidesjs-next {
  1251. background-image: url('/user/themes/lecampus/images/arrow-gal-next.svg');
  1252. right: 10px;
  1253. }
  1254. }
  1255. #default{
  1256. .header-wrapper{
  1257. width: 45%;
  1258. margin-top: 50px;
  1259. margin: auto;
  1260. }
  1261. .body-wrapper{
  1262. margin-bottom: 50px;
  1263. }
  1264. .title{
  1265. width: 80%;
  1266. margin: auto;
  1267. }
  1268. .txt{
  1269. margin:auto;
  1270. }
  1271. p{
  1272. margin-bottom: 10px;
  1273. }
  1274. }
  1275. .ok{
  1276. cursor: pointer;
  1277. }
  1278. .cookie-banner {
  1279. display: none;
  1280. position: fixed;
  1281. top: 0;
  1282. width: 100%;
  1283. &.active {
  1284. display: block;
  1285. }
  1286. }
  1287. // Overlay de la boite de dialogue
  1288. .cookie-inform-and-ask {
  1289. background-color: green;
  1290. display: none;
  1291. height: 100%;
  1292. left: 0;
  1293. position: fixed;
  1294. top: 0;
  1295. width: 100%;
  1296. &.active {
  1297. display: block;
  1298. }
  1299. // La vraie boîte de dialogue
  1300. .cookie-dialog {
  1301. left: 50%;
  1302. position: absolute;
  1303. top: 50%;
  1304. transform: translate(-50%, -50%);
  1305. width: 70%;
  1306. }
  1307. }