_blog.scss 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302
  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-bleu.svg');
  79. background-repeat: no-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-bleu.svg');
  190. background-position: center;
  191. background-repeat: no-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. 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-bleu.svg');
  360. background-position: center;
  361. background-repeat: no-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-bleu.svg');
  885. background-position: center;
  886. background-repeat: no-repeat;
  887. background-size: cover;
  888. width: 100%;
  889. // height: 300px;
  890. .title{
  891. width: 200px;
  892. height: 200px;
  893. background: $red;
  894. border-radius: 200px;
  895. -webkit-transform: translateX(80px);
  896. transform: translateX(80px);
  897. h4{
  898. text-align: center;
  899. color: white;
  900. margin: 50% 10px 0 10px;
  901. -webkit-transform: translateY(-50%);
  902. transform: translateY(-50%);
  903. }
  904. }
  905. .txt{
  906. @include inlineflex();
  907. background: white;
  908. width: 25%;
  909. margin-right: 20px;
  910. height: auto;
  911. p{
  912. padding: 20px 20px 20px 100px;
  913. color: black;
  914. text-align: left;
  915. strong{
  916. font-size: 1.3rem;
  917. }
  918. }
  919. }
  920. .demander-votre-devis{
  921. margin-top: 0;
  922. -webkit-transform: translateX(-200px);
  923. transform: translateX(-200px);
  924. }
  925. .img{
  926. width: 400px;
  927. height: 300px;
  928. overflow: hidden;
  929. img{
  930. width: auto;
  931. height: 400px;
  932. }
  933. }
  934. }
  935. #devis{
  936. &.item, &.sublog{
  937. background: $red;
  938. height: auto;
  939. padding: 20px 0;
  940. a{
  941. color: white;
  942. .title{
  943. vertical-align: baseline;
  944. border-radius: 30px;
  945. border: 1px solid white;
  946. padding: 5px 20px;
  947. height: 35px;
  948. width: auto;
  949. -webkit-transform: translateX(0);
  950. transform: translateX(0);
  951. }
  952. &:hover{
  953. color: black;
  954. .title{
  955. background: white;
  956. transition: background 0.3s ease;
  957. }
  958. }
  959. }
  960. }
  961. }
  962. // .bx-viewport{
  963. // height: 30vw!important;
  964. // }
  965. #reco{
  966. background: $dark-blue;
  967. .title{
  968. display: flex;
  969. cursor: pointer;
  970. width: 100%;
  971. padding: 10px;
  972. h2{
  973. width: auto;
  974. margin: auto;
  975. color: white;
  976. padding: 10px;
  977. text-align: center;
  978. border-top: 1px solid white;
  979. border-bottom: 1px solid white;
  980. font-size: 1rem;
  981. &::after{
  982. display: inline-flex;
  983. margin-left: 10px;
  984. content: " ";
  985. background: url('../images/fleche-top.svg');
  986. background-size: 15px 18px;
  987. background-repeat: no-repeat;
  988. width: 15px;
  989. height: 18px;
  990. }
  991. }
  992. &.open{
  993. h2:after{
  994. -webkit-transform: rotate(180deg);
  995. transform: rotate(180deg);
  996. }
  997. }
  998. }
  999. .txt{
  1000. z-index: -1;
  1001. position: relative;
  1002. width: 100%;
  1003. display: none;
  1004. p{
  1005. color: white;
  1006. width: 300px;
  1007. a{
  1008. color: white;
  1009. text-decoration: underline;
  1010. }
  1011. }
  1012. &.open{
  1013. @include inlineflex;
  1014. justify-content: center;
  1015. padding-top: 20px;
  1016. z-index: 999;
  1017. background: $dark-blue;
  1018. .item{
  1019. display: block;
  1020. }
  1021. }
  1022. h3{
  1023. color: $green;
  1024. }
  1025. }
  1026. .item{
  1027. margin: 0 0px 20px 20px;
  1028. border-left: 1px solid white;
  1029. padding-left: 20px;
  1030. img{
  1031. width: 50px;
  1032. margin-bottom: 10px;
  1033. }
  1034. }
  1035. }
  1036. .content_s{
  1037. &.map{
  1038. width: 100%!important;
  1039. height: auto;
  1040. p{
  1041. &:last-child{
  1042. height: 500px;
  1043. }
  1044. }
  1045. a#carte{
  1046. display: block;
  1047. width: 100%;
  1048. height: 100%;
  1049. }
  1050. }
  1051. }
  1052. #event{
  1053. .title{
  1054. width: 45%;
  1055. margin: auto;
  1056. }
  1057. .head-event{
  1058. .tags{
  1059. width: 100%;
  1060. &.professionnels{
  1061. background-color: $red;
  1062. }
  1063. &.grand_public{
  1064. background-color: $light-blue;
  1065. }
  1066. &.formations{
  1067. background-color: $grey;
  1068. }
  1069. &.publics{
  1070. padding: 2.5px 10px;
  1071. color: white;
  1072. }
  1073. }
  1074. }
  1075. .card-header{
  1076. @include inlineflex;
  1077. flex-direction: column;
  1078. width: 100%;
  1079. &.professionnels{
  1080. background-color: $red;
  1081. }
  1082. &.grand_public{
  1083. background-color: $light-blue;
  1084. }
  1085. &.formations{
  1086. background-color: $grey;
  1087. }
  1088. .publics{
  1089. text-align: right;
  1090. &.publics{
  1091. padding: 2.5px 10px;
  1092. color: white;
  1093. }
  1094. }
  1095. }
  1096. .card-body{
  1097. padding: 15px;
  1098. background-image: url('/user/themes/lecampus/images/Trame-bleu.svg');
  1099. background-position: center;
  1100. background-repeat: no-repeat;
  1101. background-size: cover;
  1102. }
  1103. .card-content{
  1104. margin-top: 20px;
  1105. }
  1106. }
  1107. .demander-votre-devis{
  1108. padding: 10px;
  1109. z-index: 999;
  1110. background: $red;
  1111. position: absolute;
  1112. width: 200px;
  1113. height: 200px;
  1114. right: 100px;
  1115. margin-top: -100px;
  1116. color: white;
  1117. text-align: center;
  1118. strong{
  1119. font-weight: bold!important;
  1120. }
  1121. a{
  1122. color: white;
  1123. }
  1124. img{
  1125. margin-top: 10px;
  1126. width: 50px;
  1127. }
  1128. }
  1129. #sublog{
  1130. .body-wrapper{
  1131. background-image: url('../images/Trame-gris.svg');
  1132. background-repeat: no-repeat;
  1133. }
  1134. .content{
  1135. @include inlineflex;
  1136. width: 90%;
  1137. flex-direction: row-reverse;
  1138. justify-content: space-between;
  1139. .txt{
  1140. width: 50%;
  1141. .content_txt{
  1142. width: 50%;
  1143. }
  1144. & > p{
  1145. font-size: 1.2rem;
  1146. font-family: $Bold;
  1147. }
  1148. }
  1149. }
  1150. svg{
  1151. pointer-events: none;
  1152. }
  1153. .mapsalles{
  1154. width: 50%;
  1155. position: relative;
  1156. .contour{
  1157. position: relative;
  1158. z-index: 1;
  1159. pointer-events: none;
  1160. display: inline-block;
  1161. width: 100%;
  1162. vertical-align: middle;
  1163. overflow: hidden;
  1164. }
  1165. .fond{
  1166. position: absolute;
  1167. display: inline-block;
  1168. width: 100%;
  1169. vertical-align: middle;
  1170. overflow: hidden;
  1171. z-index:0;
  1172. left: 0;
  1173. top: 5.3%;
  1174. path{
  1175. fill: none;
  1176. pointer-events: all;
  1177. transition: fill 0.3s ease;
  1178. &:hover{
  1179. fill: $light-blue!important;
  1180. transition: fill 0.3s ease;
  1181. }
  1182. }
  1183. }
  1184. }
  1185. .content_salle{
  1186. // display: none;
  1187. visibility: hidden;
  1188. position: absolute;
  1189. left: 50%;
  1190. top: 300px;
  1191. width: 40%;
  1192. background: white;
  1193. & > p{
  1194. padding-left: 10px;
  1195. }
  1196. .header-salles{
  1197. background: $light-blue;
  1198. padding: 5px 10px;
  1199. color: white;
  1200. margin-top: 0;
  1201. width: 100%;
  1202. h3{
  1203. width: 100%;
  1204. }
  1205. img{
  1206. display: none;
  1207. }
  1208. }
  1209. h4{
  1210. background: $green;
  1211. font-size: 1.2rem;
  1212. font-family: $Bold;
  1213. padding: 5px 10px;
  1214. margin-top: -1px;
  1215. }
  1216. .bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager{
  1217. bottom: 10px!important;
  1218. }
  1219. .bx-controls-direction{
  1220. a{
  1221. background-size: cover;
  1222. background-repeat: no-repeat;
  1223. }
  1224. .bx-prev{
  1225. background-image: url('/user/themes/lecampus/images/arrow-gal.svg');
  1226. }
  1227. .bx-next{
  1228. background-image: url('/user/themes/lecampus/images/arrow-gal-next.svg');
  1229. &:hover, &:focus{
  1230. background-position: center!important;
  1231. }
  1232. }
  1233. }
  1234. .bx-pager-link {
  1235. background: white!important;
  1236. &.active{
  1237. background: black!important;
  1238. }
  1239. }
  1240. }
  1241. }
  1242. #default{
  1243. .header-wrapper{
  1244. width: 45%;
  1245. margin-top: 50px;
  1246. margin: auto;
  1247. }
  1248. .body-wrapper{
  1249. margin-bottom: 50px;
  1250. }
  1251. .title{
  1252. width: 80%;
  1253. margin: auto;
  1254. }
  1255. .txt{
  1256. margin:auto;
  1257. }
  1258. p{
  1259. margin-bottom: 10px;
  1260. }
  1261. }
  1262. .ok{
  1263. cursor: pointer;
  1264. }