main.css 25 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421
  1. /*
  2. Name: Smashing HTML5
  3. Date: July 2009
  4. Description: Sample layout for HTML5 and CSS3 goodness.
  5. Version: 1.0
  6. License: MIT <http://opensource.org/licenses/MIT>
  7. Licensed by: Smashing Media GmbH <http://www.smashingmagazine.com/>
  8. Original author: Enrique Ramírez <http://enrique-ramirez.com/>
  9. */
  10. /* Imports */
  11. @import url(reset.css);
  12. @import url(pygment.css);
  13. @import url(fonts.css);
  14. /***** Global *****/
  15. /* Body */
  16. body {
  17. background: #FFF;
  18. color: #000305;
  19. font-family: 'Lato', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  20. line-height: 1.429;
  21. margin: 0;
  22. padding: 0;
  23. text-align: left;
  24. position: relative;
  25. }
  26. /* Headings */
  27. h1 {font-size: 2em }
  28. h2 {
  29. font-size: 2.5em;
  30. text-transform: uppercase;
  31. padding-top:90px;
  32. margin-bottom: .8em; /* 22px */
  33. }
  34. h2:first-child {margin-top:0;} /* 22px */
  35. h3 {font-size: 2em; color: #999; margin-top: 40px} /* 20px */
  36. h4 {font-size: 1.7em; margin-top: 30px;font-weight: 300;} /* 18px */
  37. h5 {font-size: 1.143em} /* 16px */
  38. h6 {font-size: 1em} /* 14px */
  39. h1, h2, h3, h4, h5, h6 {
  40. font-weight: 300;
  41. line-height: 1.1;
  42. font-family: 'Oswald', arial, serif;
  43. }
  44. hr { border: 2px solid #EEEEEE; }
  45. /* Anchors */
  46. a {outline: 0;}
  47. a img {border: 0px; text-decoration: none;}
  48. a:link, a:visited {
  49. color: #e0470b ;
  50. padding: 0 1px;
  51. text-decoration: underline;
  52. }
  53. a:hover, a:active {
  54. color: #F00;
  55. text-decoration: none;
  56. }
  57. h1 a:hover {
  58. background-color: inherit
  59. }
  60. /* Paragraphs */
  61. div.line-block,
  62. p { margin-top: 1em;
  63. margin-bottom: 1em;}
  64. strong, b {font-weight: bolder;}
  65. em, i {font-style: italic;}
  66. /* Lists */
  67. ul {
  68. list-style: outside disc;
  69. list-style-image: url(../images/puce.png);
  70. margin: 0em 0 0 1.5em;
  71. }
  72. ol {
  73. list-style: outside decimal;
  74. margin: 0em 0 0 1.5em;
  75. }
  76. li { margin-top: 0.5em;
  77. margin-bottom: 1em; }
  78. .post-info {
  79. float:right;
  80. margin:10px;
  81. padding:5px;
  82. }
  83. .post-info p{
  84. margin-top: 1px;
  85. margin-bottom: 1px;
  86. }
  87. .readmore { float: right }
  88. dl {margin: 0 0 1.5em 0;}
  89. dt {font-weight: bold;}
  90. dd {margin-left: 1.5em;}
  91. /* Quotes */
  92. blockquote {
  93. margin: 20px;
  94. font-style: italic;
  95. }
  96. cite {}
  97. q {}
  98. div.note {
  99. float: right;
  100. margin: 5px;
  101. font-size: 85%;
  102. max-width: 300px;
  103. }
  104. /* Tables */
  105. table {margin: .5em auto 1.5em auto; width: 98%;}
  106. /* Thead */
  107. thead th {padding: .5em .4em; text-align: left;}
  108. thead td {}
  109. /* Tbody */
  110. tbody td {padding: .5em .4em;}
  111. tbody th {}
  112. tbody .alt td {}
  113. tbody .alt th {}
  114. /* Tfoot */
  115. tfoot th {}
  116. tfoot td {}
  117. /* HTML5 tags */
  118. header, section, footer,
  119. aside, nav, article, figure {
  120. display: block;
  121. }
  122. /***** Layout *****/
  123. .body {
  124. clear: both;
  125. margin: 0 auto;
  126. width: 100%;
  127. }
  128. img.right, figure.right {float: right; margin: 0 0 2em 2em;}
  129. img.left, figure.left {float: left; margin: 0 2em 2em 0;}
  130. /*
  131. Global
  132. *****************/
  133. a.bouton {
  134. display: inline-block;
  135. padding: 20px;
  136. border: 3px solid #dc4807;
  137. text-decoration: none;
  138. font-size: 20px;
  139. margin-top: 60px;
  140. }
  141. /*
  142. Header
  143. *****************/
  144. #banner {
  145. border-bottom: 10px solid #e0470b;
  146. background: #000;
  147. }
  148. #headerContainer {
  149. width: 1140px;
  150. margin: auto;
  151. padding: 20px 0;
  152. font-size: 14px;
  153. display: table;
  154. position: relative;
  155. z-index: 100;
  156. }
  157. #banner #logo {
  158. margin-right: 20px;
  159. vertical-align: middle;
  160. display: table-cell;
  161. }
  162. #banner #logo a {
  163. width:230px;
  164. height: 77px;
  165. display: block;
  166. content: " ";
  167. background-image: url(../images/logo_blc.png);
  168. background-size: 230px auto;
  169. background-repeat: no-repeat;
  170. background-position: center;
  171. }
  172. /* Main Nav */
  173. #banner nav {
  174. display: table-cell;
  175. background: #000305;
  176. font-size: 1.2em;
  177. line-height: 30px;
  178. text-align: right;
  179. vertical-align: middle;
  180. }
  181. #banner nav ul {
  182. list-style: none;
  183. margin: 0;
  184. }
  185. #banner nav li {
  186. display: inline;
  187. margin: 0 5px;
  188. }
  189. #banner nav a:link, #banner nav a:visited {
  190. color: #fff;
  191. display: inline-block;
  192. padding: 5px 1em;
  193. font-family: Lato;
  194. text-decoration: none;
  195. text-transform: lowercase;
  196. font-variant: small-caps;
  197. }
  198. /* #banner nav a:active, */
  199. #banner nav .active a:link, #banner nav .active a:visited {
  200. border: 1px solid #FFF;
  201. color: #fff;
  202. text-shadow: none !important;
  203. }
  204. #banner nav li.icon a {
  205. background-repeat: no-repeat;
  206. background-position: center;
  207. background-size: 18px 18px;
  208. height: 18px;
  209. vertical-align: middle;
  210. }
  211. #banner nav li.twitter a {
  212. background-image: url(../images/twitter.png);
  213. }
  214. #banner nav li.rss a {
  215. background-image: url(../images/rss.png);
  216. }
  217. .cacheMenu {
  218. position: absolute;
  219. top: 84px;
  220. bottom: 0;
  221. left: 0;
  222. right: 0;
  223. content: " ";
  224. background-color: rgba(0,0,0,.5);
  225. display: none;
  226. }
  227. .burger {
  228. display: table-cell;
  229. text-align: right;
  230. }
  231. .burger ul {
  232. display: inline-block;
  233. margin-right: 30px;
  234. list-style: none;
  235. }
  236. .burger li {
  237. content: " ";
  238. background-color: #FFF;
  239. width: 30px;
  240. height: 4px;
  241. display: block;
  242. margin-bottom: 6px;
  243. }
  244. /* Responsive header */
  245. @media screen and (min-width: 1141px){
  246. .burger {
  247. display: none;
  248. }
  249. }
  250. @media screen and (max-width: 1140px){
  251. #banner #logo {
  252. padding-left: 25px;
  253. }
  254. #banner #logo a {
  255. width:155px;
  256. height: 32px;
  257. background-image: url(../images/logo_blc_small.png);
  258. background-size: 153px auto;
  259. }
  260. #headerContainer {
  261. width: 100%;
  262. }
  263. #banner nav {
  264. position: absolute;
  265. top: 80px;
  266. width: 300px;
  267. right: -300px;
  268. -webkit-transition: right .5s; /* Safari */
  269. transition: right .5s;
  270. }
  271. #banner nav.opened {
  272. right: 0;
  273. -webkit-transition: right .5s; /* Safari */
  274. transition: right .5s;
  275. }
  276. #banner nav li {
  277. display: block;
  278. padding: 20px 1em;
  279. border-bottom: 1px solid #FFF;
  280. text-align: left;
  281. margin:0;
  282. }
  283. #banner nav li:first-child {
  284. border-top: 1px solid #FFF;
  285. }
  286. #banner nav li.icon {
  287. border-bottom: none;
  288. float: left;
  289. }
  290. #banner nav li.icon a{
  291. display: inline;
  292. background-position: left;
  293. padding-left: 30px;
  294. }
  295. #banner nav li.twitter a:after {
  296. content: "Twitter";
  297. line-height: 18px;
  298. }
  299. #banner nav li.rss a:after {
  300. content: "rss";
  301. font-size: 24px;
  302. line-height: 18px;
  303. }
  304. #banner nav li a {
  305. display: block;
  306. width: 100%;
  307. font-size: 22px;
  308. font-weight: bold;
  309. }
  310. #banner nav .active {
  311. background: #333;
  312. }
  313. #banner nav .active a:link, #banner nav .active a:visited {
  314. border: none;
  315. }
  316. }
  317. /*
  318. Side navigation
  319. *****************/
  320. nav#side-nav {
  321. display: inline-block;
  322. width: 25%;
  323. vertical-align: top;
  324. text-align: right;
  325. padding-right: 60px;
  326. }
  327. nav#side-nav ul {
  328. position: relative;
  329. list-style: none;
  330. padding-right: 40px;
  331. }
  332. nav#side-nav ul:before {
  333. content: '';
  334. margin: 25px 0;
  335. position: absolute;
  336. z-index: -1;
  337. right: -1px;
  338. bottom: -1px;
  339. top: -1px;
  340. border: 1px solid #ccc;
  341. border-left-width: 0;
  342. }
  343. nav#side-nav ul li a {
  344. padding-right: 40px;
  345. margin-right: -47px;
  346. background-image: url(../images/puce-sideNav.png);
  347. background-repeat: no-repeat;
  348. background-position: right;
  349. height: 40px;
  350. display: inline-block;
  351. line-height: 40px;
  352. }
  353. nav#side-nav ul li a.active {
  354. background-image: url(../images/puce-sideNav-active.png);
  355. margin-right: -60px;
  356. padding-right: 55px;
  357. color: #333;
  358. font-weight: bolder;
  359. }
  360. nav#side-nav ul li a {
  361. font-size: 16px;
  362. color: #999;
  363. text-decoration: none;
  364. }
  365. /*
  366. Content
  367. *****************/
  368. div#content {
  369. display: inline-block;
  370. width: 60%;
  371. }
  372. /*
  373. Featured
  374. *****************/
  375. #featured {
  376. background: #fff;
  377. margin-bottom: 2em;
  378. overflow: hidden;
  379. padding: 20px;
  380. width: 760px;
  381. border-radius: 10px;
  382. -moz-border-radius: 10px;
  383. -webkit-border-radius: 10px;
  384. }
  385. #featured figure {
  386. border: 2px solid #eee;
  387. float: right;
  388. margin: 0.786em 2em 0 5em;
  389. width: 248px;
  390. }
  391. #featured figure img {display: block; float: right;}
  392. #featured h2 {color: #C74451; font-size: 1.714em; margin-bottom: 0.333em;}
  393. #featured h3 {font-size: 1.429em; margin-bottom: .5em;}
  394. #featured h3 a:link, #featured h3 a:visited {color: #000305; text-decoration: none;}
  395. #featured h3 a:hover, #featured h3 a:active {color: #fff;}
  396. /*
  397. Body
  398. *****************/
  399. .container {
  400. margin-bottom: 2em;
  401. overflow: hidden;
  402. padding: 20px 20px;
  403. width: 70%;
  404. border-radius: 10px;
  405. -moz-border-radius: 10px;
  406. -webkit-border-radius: 10px;
  407. }
  408. #content p, #content li, #content a {
  409. font-size: 20px;
  410. font-weight: 300;
  411. }
  412. /*
  413. Home page
  414. *****************/
  415. #content-home section.titre {
  416. background-image: url(../images/pessin2.png);
  417. background-repeat: no-repeat;
  418. background-position: right top;
  419. background-size: 50%;
  420. padding-bottom: 200px;
  421. margin-bottom: -40px;
  422. }
  423. #content-home h1 {
  424. font-size: 56px;
  425. font-family: 'Oswald', arial, serif;
  426. font-weight: lighter;
  427. text-transform: uppercase;
  428. letter-spacing: 7px;
  429. margin-left: 20px;
  430. text-align: left;
  431. }
  432. #content-home h2 {
  433. font-size: 32px;
  434. font-family: 'Lato', arial, serif;
  435. font-weight: normal;
  436. text-transform: none;
  437. margin-top: 0;
  438. text-align: left;
  439. padding-top: 20px;
  440. line-height: 1.25;
  441. margin-left: 20px;
  442. }
  443. #content-home section {
  444. padding: 80px 0;
  445. text-align: center;
  446. }
  447. #content-home .separateur {
  448. width: 100%;
  449. height: 10px;
  450. background-color: #EEE;
  451. position: absolute;
  452. left: 0;
  453. right: 0;
  454. z-index: -1;
  455. }
  456. #content-home blockquote {
  457. background-color: #dc4807;
  458. display: inline-block;
  459. padding: 40px 20px;
  460. color: #FFF;
  461. font-size: 28px;
  462. margin: 0;
  463. -moz-box-shadow: 1px 1px 5px 0px #c0c0c0;
  464. -webkit-box-shadow: 1px 1px 5px 0px #c0c0c0;
  465. -o-box-shadow: 1px 1px 5px 0px #c0c0c0;
  466. box-shadow: 1px 1px 5px 0px #c0c0c0;
  467. filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=134, Strength=5);
  468. }
  469. #content-home blockquote + .separateur {
  470. margin-top: -70px;
  471. }
  472. #content-home blockquote p {
  473. width: 80%;
  474. text-align: center;
  475. margin: auto;
  476. }
  477. #content-home .presentation {
  478. background-image: url(../images/deco-titre.png);
  479. background-repeat: no-repeat;
  480. padding: 40px 80px;
  481. font-size: 24px;
  482. width: 70%;
  483. margin-top: 120px;
  484. margin-bottom: 120px;
  485. margin-left: 30%;
  486. }
  487. #content-home h3:nth-child(even) {
  488. text-align: right;
  489. padding-right: 50px;
  490. }
  491. #content-home h3:nth-child(odd) {
  492. text-align: left;
  493. padding-left: 50px;
  494. }
  495. #content-home h3 + .separateur {
  496. margin-top: -40px;
  497. }
  498. #content-home h3 span {
  499. background-color: #EEE;
  500. display: inline-block;
  501. padding: 20px 40px;
  502. text-transform: uppercase;
  503. color: #000;
  504. font-size: 32px;
  505. font-weight: lighter;
  506. }
  507. #content-home .valeurs {
  508. width: 30%;
  509. display: inline-block;
  510. }
  511. #content-home .valeurs img {
  512. width: 70%;
  513. text-align: center;
  514. }
  515. #content-home .valeurs.nonprofit img {
  516. width: 50%;
  517. }
  518. #content-home .valeurs h4 {
  519. font-size: 22px;
  520. font-weight: bold;
  521. font-family: Lato, Arial, sans-serif;
  522. }
  523. #content-home .valeurs p {
  524. font-size: 18px;
  525. padding: 0 40px;
  526. }
  527. #content-home .services li {
  528. list-style: none;
  529. display: inline-block;
  530. width: 49%;
  531. vertical-align: top;
  532. }
  533. #content-home .services li span {
  534. font-family: Oswald, Arial, serif;
  535. font-size: 100px;
  536. color: #EEE;
  537. }
  538. #content-home .services li h4 {
  539. font-family: Lato, Arial, sans-serif;
  540. font-size: 24px;
  541. font-weight: bold;
  542. margin-top: 0;
  543. }
  544. #content-home .services li p {
  545. font-size: 18px;
  546. padding: 0 30px;
  547. }
  548. /*
  549. Extras
  550. *****************/
  551. #extras {margin: 0 auto 3em auto; overflow: hidden;}
  552. #extras ul {list-style: none; margin: 0;}
  553. #extras li {border-bottom: 1px solid #fff;}
  554. #extras h2 {
  555. color: #C74350;
  556. font-size: 1.429em;
  557. margin-bottom: .25em;
  558. padding: 0 3px;
  559. }
  560. #extras a:link, #extras a:visited {
  561. color: #444;
  562. display: block;
  563. border-bottom: 1px solid #F4E3E3;
  564. text-decoration: none;
  565. padding: .3em .25em;
  566. }
  567. #extras a:hover, #extras a:active {color: #fff;}
  568. /* Blogroll */
  569. #extras .blogroll {
  570. float: left;
  571. width: 615px;
  572. }
  573. #extras .blogroll li {float: left; margin: 0 20px 0 0; width: 185px;}
  574. /* Social */
  575. #extras .social {
  576. float: right;
  577. width: 175px;
  578. }
  579. #extras div[class='social'] a {
  580. background-repeat: no-repeat;
  581. background-position: 3px 6px;
  582. padding-left: 25px;
  583. }
  584. /* Icons */
  585. .social a[href*='about.me'] {background-image: url('../images/icons/aboutme.png');}
  586. .social a[href*='bitbucket.org'] {background-image: url('../images/icons/bitbucket.png');}
  587. .social a[href*='delicious.com'] {background-image: url('../images/icons/delicious.png');}
  588. .social a[href*='digg.com'] {background-image: url('../images/icons/digg.png');}
  589. .social a[href*='facebook.com'] {background-image: url('../images/icons/facebook.png');}
  590. .social a[href*='gitorious.org'] {background-image: url('../images/icons/gitorious.png');}
  591. .social a[href*='github.com'],
  592. .social a[href*='git.io'] {
  593. background-image: url('../images/icons/github.png');
  594. background-size: 16px 16px;
  595. }
  596. .social a[href*='gittip.com'] {background-image: url('../images/icons/gittip.png');}
  597. .social a[href*='plus.google.com'] {background-image: url('../images/icons/google-plus.png');}
  598. .social a[href*='groups.google.com'] {background-image: url('../images/icons/google-groups.png');}
  599. .social a[href*='news.ycombinator.com'],
  600. .social a[href*='hackernewsers.com'] {background-image: url('../images/icons/hackernews.png');}
  601. .social a[href*='last.fm'], .social a[href*='lastfm.'] {background-image: url('../images/icons/lastfm.png');}
  602. .social a[href*='linkedin.com'] {background-image: url('../images/icons/linkedin.png');}
  603. .social a[href*='reddit.com'] {background-image: url('../images/icons/reddit.png');}
  604. .social a[type$='atom+xml'], .social a[type$='rss+xml'] {background-image: url('../images/icons/rss.png');}
  605. .social a[href*='slideshare.net'] {background-image: url('../images/icons/slideshare.png');}
  606. .social a[href*='speakerdeck.com'] {background-image: url('../images/icons/speakerdeck.png');}
  607. .social a[href*='stackoverflow.com'] {background-image: url('../images/icons/stackoverflow.png');}
  608. .social a[href*='twitter.com'] {background-image: url('../images/icons/twitter.png');}
  609. .social a[href*='vimeo.com'] {background-image: url('../images/icons/vimeo.png');}
  610. .social a[href*='youtube.com'] {background-image: url('../images/icons/youtube.png');}
  611. /*
  612. About
  613. *****************/
  614. #about {
  615. background: #fff;
  616. font-style: normal;
  617. margin-bottom: 2em;
  618. overflow: hidden;
  619. padding: 20px;
  620. text-align: left;
  621. width: 760px;
  622. border-radius: 10px;
  623. -moz-border-radius: 10px;
  624. -webkit-border-radius: 10px;
  625. }
  626. #about .primary {float: left; width: 165px;}
  627. #about .primary strong {color: #C64350; display: block; font-size: 1.286em;}
  628. #about .photo {float: left; margin: 5px 20px;}
  629. #about .url:link, #about .url:visited {text-decoration: none;}
  630. #about .bio {float: right; width: 500px;}
  631. /*
  632. Footer
  633. *****************/
  634. #contentinfo {
  635. background-color: #000;
  636. text-align: center;
  637. padding: 50px 0 30px;
  638. }
  639. #contentinfo a {
  640. color: #999;
  641. text-decoration: none;
  642. }
  643. /***** Sections *****/
  644. /* Blog */
  645. .hentry {
  646. display: block;
  647. clear: both;
  648. border-bottom: 1px solid #eee;
  649. padding: 1.5em 0;
  650. }
  651. li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
  652. #content > .hentry {padding: 1em 0;}
  653. .hentry img{display : none ;}
  654. .entry-title {
  655. font-size: 3em;
  656. font-family: Lato;
  657. font-weight: 300;
  658. margin-bottom: 60px;
  659. margin-top: 30px;
  660. text-align: center;
  661. }
  662. .entry-title span {
  663. display: inline-block;
  664. padding: 0 80px;
  665. height: 100px;
  666. background-image: url(../images/deco-titre.png);
  667. background-repeat: no-repeat;
  668. background-position: right 10px;
  669. }
  670. .entry-title a:link, .entry-title a:visited {text-decoration: none; color: #333;}
  671. .entry-title a:visited {background-color: #fff;}
  672. .hentry .post-info * {font-style: normal;}
  673. /* Content */
  674. .hentry footer {margin-bottom: 2em;}
  675. .hentry footer address {display: inline;}
  676. #posts-list footer address {display: block;}
  677. /* Blog Index */
  678. #posts-list {list-style: none; margin: 0;}
  679. #posts-list .hentry {padding-left: 10px; position: relative;}
  680. #posts-list footer {
  681. left: 10px;
  682. position: relative;
  683. float: left;
  684. top: 0.5em;
  685. width: 190px;
  686. }
  687. /* About the Author */
  688. #about-author {
  689. background: #f9f9f9;
  690. clear: both;
  691. font-style: normal;
  692. margin: 2em 0;
  693. padding: 10px 20px 15px 20px;
  694. border-radius: 5px;
  695. -moz-border-radius: 5px;
  696. -webkit-border-radius: 5px;
  697. }
  698. #about-author strong {
  699. color: #C64350;
  700. clear: both;
  701. display: block;
  702. font-size: 1.429em;
  703. }
  704. #about-author .photo {border: 1px solid #ddd; float: left; margin: 5px 1em 0 0;}
  705. /* Comments */
  706. #comments-list {list-style: none; margin: 0 1em;}
  707. #comments-list blockquote {
  708. background: #f8f8f8;
  709. clear: both;
  710. font-style: normal;
  711. margin: 0;
  712. padding: 15px 20px;
  713. border-radius: 5px;
  714. -moz-border-radius: 5px;
  715. -webkit-border-radius: 5px;
  716. }
  717. #comments-list footer {color: #888; padding: .5em 1em 0 0; text-align: right;}
  718. #comments-list li:nth-child(2n) blockquote {background: #F5f5f5;}
  719. /* Add a Comment */
  720. #add-comment label {clear: left; float: left; text-align: left; width: 150px;}
  721. #add-comment input[type='text'],
  722. #add-comment input[type='email'],
  723. #add-comment input[type='url'] {float: left; width: 200px;}
  724. #add-comment textarea {float: left; height: 150px; width: 495px;}
  725. #add-comment p.req {clear: both; margin: 0 .5em 1em 0; text-align: right;}
  726. #add-comment input[type='submit'] {float: right; margin: 0 .5em;}
  727. #add-comment * {margin-bottom: .5em;}
  728. /* Valeurs */
  729. #content .valeurs {
  730. width: 33%;
  731. text-align: center;
  732. display: inline-block;
  733. font-weight: 600;
  734. margin-bottom: 30px
  735. }
  736. #content .valeurs.nonprofit img{
  737. width: 70%;
  738. }
  739. #content .valeurs.entraide img{
  740. width: 80%;
  741. }
  742. #content .valeurs.partage img{
  743. width: 90%;
  744. }
  745. #content .valeurs img {
  746. width: 100%;
  747. display: block;
  748. margin: auto;
  749. margin-bottom: 20px;
  750. }
  751. .show {
  752. display: block; }
  753. .hide,
  754. .hidden {
  755. display: none; }
  756. .invisible {
  757. visibility: hidden; }
  758. .left {
  759. float: left; }
  760. .right {
  761. float: right; }
  762. .clearfix:before, .clearfix:after {
  763. display: table;
  764. content: " "; }
  765. .clearfix:after {
  766. clear: both; }
  767. .text-left {
  768. text-align: left; }
  769. .text-right {
  770. text-align: right; }
  771. .center {
  772. text-align: center; }
  773. ul.list-inline {
  774. list-style: none;
  775. padding-left: 0;
  776. margin: 0 0 0 -5px; }
  777. ul.list-inline > li {
  778. display: inline-block;
  779. padding: 0 5px 0 5px; }
  780. *, *:before, *:after {
  781. box-sizing: border-box; }
  782. .container {
  783. max-width: 64rem;
  784. width: 94%;
  785. margin: 0 auto; }
  786. @media all and (min-width: 40em) {
  787. .container {
  788. width: 100%;
  789. padding: 0 1rem; } }
  790. @media all and (min-width: 40em) {
  791. .col1of1 {
  792. float: left;
  793. width: 100%; } }
  794. @media all and (min-width: 40em) {
  795. .col1of2 {
  796. float: left;
  797. width: 50%; } }
  798. @media all and (min-width: 40em) {
  799. .col1of3 {
  800. float: left;
  801. width: 33.33333%; } }
  802. @media all and (min-width: 40em) {
  803. .col2of3 {
  804. float: left;
  805. width: 66.66667%; } }
  806. @media all and (min-width: 40em) {
  807. .col1of4 {
  808. float: left;
  809. width: 25%; } }
  810. @media all and (min-width: 40em) {
  811. .col3of4 {
  812. float: left;
  813. width: 75%; } }
  814. @media all and (min-width: 40em) {
  815. .col1of5 {
  816. float: left;
  817. width: 20%; } }
  818. @media all and (min-width: 40em) {
  819. .col2of5 {
  820. float: left;
  821. width: 40%; } }
  822. @media all and (min-width: 40em) {
  823. .col3of5 {
  824. float: left;
  825. width: 60%; } }
  826. @media all and (min-width: 40em) {
  827. .col4of5 {
  828. float: left;
  829. width: 80%; } }
  830. @media all and (min-width: 40em) {
  831. .col1of6 {
  832. float: left;
  833. width: 16.66667%; } }
  834. @media all and (min-width: 40em) {
  835. .col5of6 {
  836. float: left;
  837. width: 83.33333%; } }
  838. .row1 {
  839. min-height: 2.5rem; }
  840. @media all and (min-width: 40em) {
  841. .row1 {
  842. height: 2.5rem; } }
  843. .row2 {
  844. min-height: 5rem; }
  845. @media all and (min-width: 40em) {
  846. .row2 {
  847. height: 5rem; } }
  848. .row3 {
  849. min-height: 7.5rem; }
  850. @media all and (min-width: 40em) {
  851. .row3 {
  852. height: 7.5rem; } }
  853. .row4 {
  854. min-height: 10rem; }
  855. @media all and (min-width: 40em) {
  856. .row4 {
  857. height: 10rem; } }
  858. .row5 {
  859. min-height: 12.5rem; }
  860. @media all and (min-width: 40em) {
  861. .row5 {
  862. height: 12.5rem; } }
  863. .row6 {
  864. min-height: 15rem; }
  865. @media all and (min-width: 40em) {
  866. .row6 {
  867. height: 15rem; } }
  868. .row7 {
  869. min-height: 17.5rem; }
  870. @media all and (min-width: 40em) {
  871. .row7 {
  872. height: 17.5rem; } }
  873. .row8 {
  874. min-height: 20rem; }
  875. @media all and (min-width: 40em) {
  876. .row8 {
  877. height: 20rem; } }
  878. .row9 {
  879. min-height: 22.5rem; }
  880. @media all and (min-width: 40em) {
  881. .row9 {
  882. height: 22.5rem; } }
  883. .row10 {
  884. min-height: 25rem; }
  885. @media all and (min-width: 40em) {
  886. .row10 {
  887. height: 25rem; } }
  888. .row11 {
  889. min-height: 27.5rem; }
  890. @media all and (min-width: 40em) {
  891. .row11 {
  892. height: 27.5rem; } }
  893. .row12 {
  894. min-height: 30rem; }
  895. @media all and (min-width: 40em) {
  896. .row12 {
  897. height: 30rem; } }
  898. .row13 {
  899. min-height: 32.5rem; }
  900. @media all and (min-width: 40em) {
  901. .row13 {
  902. height: 32.5rem; } }
  903. .row14 {
  904. min-height: 35rem; }
  905. @media all and (min-width: 40em) {
  906. .row14 {
  907. height: 35rem; } }
  908. .row15 {
  909. min-height: 37.5rem; }
  910. @media all and (min-width: 40em) {
  911. .row15 {
  912. height: 37.5rem; } }
  913. .row16 {
  914. min-height: 40rem; }
  915. @media all and (min-width: 40em) {
  916. .row16 {
  917. height: 40rem; } }
  918. @media all and (min-width: 40em) {
  919. .pre1of1 {
  920. margin-left: 100%; } }
  921. @media all and (min-width: 40em) {
  922. .pre1of2 {
  923. margin-left: 50%; } }
  924. @media all and (min-width: 40em) {
  925. .pre2of2 {
  926. margin-left: 100%; } }
  927. @media all and (min-width: 40em) {
  928. .pre1of3 {
  929. margin-left: 33.33333%; } }
  930. @media all and (min-width: 40em) {
  931. .pre2of3 {
  932. margin-left: 66.66667%; } }
  933. @media all and (min-width: 40em) {
  934. .pre3of3 {
  935. margin-left: 100%; } }
  936. @media all and (min-width: 40em) {
  937. .pre1of4 {
  938. margin-left: 25%; } }
  939. @media all and (min-width: 40em) {
  940. .pre2of4 {
  941. margin-left: 50%; } }
  942. @media all and (min-width: 40em) {
  943. .pre3of4 {
  944. margin-left: 75%; } }
  945. @media all and (min-width: 40em) {
  946. .pre4of4 {
  947. margin-left: 100%; } }
  948. @media all and (min-width: 40em) {
  949. .pre1of5 {
  950. margin-left: 20%; } }
  951. @media all and (min-width: 40em) {
  952. .pre2of5 {
  953. margin-left: 40%; } }
  954. @media all and (min-width: 40em) {
  955. .pre3of5 {
  956. margin-left: 60%; } }
  957. @media all and (min-width: 40em) {
  958. .pre4of5 {
  959. margin-left: 80%; } }
  960. @media all and (min-width: 40em) {
  961. .pre5of5 {
  962. margin-left: 100%; } }
  963. @media all and (min-width: 40em) {
  964. .pre1of6 {
  965. margin-left: 16.66667%; } }
  966. @media all and (min-width: 40em) {
  967. .pre2of6 {
  968. margin-left: 33.33333%; } }
  969. @media all and (min-width: 40em) {
  970. .pre3of6 {
  971. margin-left: 50%; } }
  972. @media all and (min-width: 40em) {
  973. .pre4of6 {
  974. margin-left: 66.66667%; } }
  975. @media all and (min-width: 40em) {
  976. .pre5of6 {
  977. margin-left: 83.33333%; } }
  978. @media all and (min-width: 40em) {
  979. .pre6of6 {
  980. margin-left: 100%; } }
  981. @media all and (min-width: 40em) {
  982. .post1of1 {
  983. margin-right: 100%; } }
  984. @media all and (min-width: 40em) {
  985. .post1of2 {
  986. margin-right: 50%; } }
  987. @media all and (min-width: 40em) {
  988. .post2of2 {
  989. margin-right: 100%; } }
  990. @media all and (min-width: 40em) {
  991. .post1of3 {
  992. margin-right: 33.33333%; } }
  993. @media all and (min-width: 40em) {
  994. .post2of3 {
  995. margin-right: 66.66667%; } }
  996. @media all and (min-width: 40em) {
  997. .post3of3 {
  998. margin-right: 100%; } }
  999. @media all and (min-width: 40em) {
  1000. .post1of4 {
  1001. margin-right: 25%; } }
  1002. @media all and (min-width: 40em) {
  1003. .post2of4 {
  1004. margin-right: 50%; } }
  1005. @media all and (min-width: 40em) {
  1006. .post3of4 {
  1007. margin-right: 75%; } }
  1008. @media all and (min-width: 40em) {
  1009. .post4of4 {
  1010. margin-right: 100%; } }
  1011. @media all and (min-width: 40em) {
  1012. .post1of5 {
  1013. margin-right: 20%; } }
  1014. @media all and (min-width: 40em) {
  1015. .post2of5 {
  1016. margin-right: 40%; } }
  1017. @media all and (min-width: 40em) {
  1018. .post3of5 {
  1019. margin-right: 60%; } }
  1020. @media all and (min-width: 40em) {
  1021. .post4of5 {
  1022. margin-right: 80%; } }
  1023. @media all and (min-width: 40em) {
  1024. .post5of5 {
  1025. margin-right: 100%; } }
  1026. @media all and (min-width: 40em) {
  1027. .post1of6 {
  1028. margin-right: 16.66667%; } }
  1029. @media all and (min-width: 40em) {
  1030. .post2of6 {
  1031. margin-right: 33.33333%; } }
  1032. @media all and (min-width: 40em) {
  1033. .post3of6 {
  1034. margin-right: 50%; } }
  1035. @media all and (min-width: 40em) {
  1036. .post4of6 {
  1037. margin-right: 66.66667%; } }
  1038. @media all and (min-width: 40em) {
  1039. .post5of6 {
  1040. margin-right: 83.33333%; } }
  1041. @media all and (min-width: 40em) {
  1042. .post6of6 {
  1043. margin-right: 100%; } }
  1044. .m0 {
  1045. margin: 0; }
  1046. .m0x {
  1047. margin: 0 0; }
  1048. .m0y {
  1049. margin: 0 0; }
  1050. .m0t {
  1051. margin-top: 0; }
  1052. .m0r {
  1053. margin-right: 0; }
  1054. .m0b {
  1055. margin-bottom: 0; }
  1056. .m0l {
  1057. margin-left: 0; }
  1058. .p0 {
  1059. padding: 0; }
  1060. .p0x {
  1061. padding: 0 0; }
  1062. .p0y {
  1063. padding: 0 0; }
  1064. .m1 {
  1065. margin: 1rem; }
  1066. .m1x {
  1067. margin: 0 1rem; }
  1068. .m1y {
  1069. margin: 1rem 0; }
  1070. .m1t {
  1071. margin-top: 1rem; }
  1072. .m1r {
  1073. margin-right: 1rem; }
  1074. .m1b {
  1075. margin-bottom: 1rem; }
  1076. .m1l {
  1077. margin-left: 1rem; }
  1078. .p1 {
  1079. padding: 1rem; }
  1080. .p1x {
  1081. padding: 0 1rem; }
  1082. .p1y {
  1083. padding: 1rem 0; }
  1084. .m2 {
  1085. margin: 2rem; }
  1086. .m2x {
  1087. margin: 0 2rem; }
  1088. .m2y {
  1089. margin: 2rem 0; }
  1090. .m2t {
  1091. margin-top: 2rem; }
  1092. .m2r {
  1093. margin-right: 2rem; }
  1094. .m2b {
  1095. margin-bottom: 2rem; }
  1096. .m2l {
  1097. margin-left: 2rem; }
  1098. .p2 {
  1099. padding: 2rem; }
  1100. .p2x {
  1101. padding: 0 2rem; }
  1102. .p2y {
  1103. padding: 2rem 0; }
  1104. .m3 {
  1105. margin: 3rem; }
  1106. .m3x {
  1107. margin: 0 3rem; }
  1108. .m3y {
  1109. margin: 3rem 0; }
  1110. .m3t {
  1111. margin-top: 3rem; }
  1112. .m3r {
  1113. margin-right: 3rem; }
  1114. .m3b {
  1115. margin-bottom: 3rem; }
  1116. .m3l {
  1117. margin-left: 3rem; }
  1118. .p3 {
  1119. padding: 3rem; }
  1120. .p3x {
  1121. padding: 0 3rem; }
  1122. .p3y {
  1123. padding: 3rem 0; }
  1124. .m4 {
  1125. margin: 4rem; }
  1126. .m4x {
  1127. margin: 0 4rem; }
  1128. .m4y {
  1129. margin: 4rem 0; }
  1130. .m4t {
  1131. margin-top: 4rem; }
  1132. .m4r {
  1133. margin-right: 4rem; }
  1134. .m4b {
  1135. margin-bottom: 4rem; }
  1136. .m4l {
  1137. margin-left: 4rem; }
  1138. .p4 {
  1139. padding: 4rem; }
  1140. .p4x {
  1141. padding: 0 4rem; }
  1142. .p4y {
  1143. padding: 4rem 0; }
  1144. .centered {
  1145. float: none;
  1146. margin: 0 auto; }