main.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888
  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. #burger {
  218. display: table-cell;
  219. text-align: right;
  220. }
  221. .cacheMenu {
  222. position: absolute;
  223. top: 84px;
  224. bottom: 0;
  225. left: 0;
  226. right: 0;
  227. content: " ";
  228. background-color: rgba(0,0,0,.5);
  229. display: none;
  230. }
  231. #burger ul {
  232. display: inline-block;
  233. margin-right: 30px;
  234. }
  235. #burger li {
  236. content: " ";
  237. background-color: #FFF;
  238. width: 30px;
  239. height: 4px;
  240. display: block;
  241. margin-bottom: 6px;
  242. }
  243. /* Responsive header */
  244. @media screen and (min-width: 1141px){
  245. #burger {
  246. display: none;
  247. }
  248. }
  249. @media screen and (max-width: 1140px){
  250. #banner #logo {
  251. padding-left: 25px;
  252. }
  253. #banner #logo a {
  254. width:155px;
  255. height: 32px;
  256. background-image: url(../images/logo_blc_small.png);
  257. background-size: 153px auto;
  258. }
  259. #headerContainer {
  260. width: 100%;
  261. }
  262. #banner nav {
  263. position: absolute;
  264. top: 80px;
  265. width: 300px;
  266. right: -300px;
  267. -webkit-transition: right .5s; /* Safari */
  268. transition: right .5s;
  269. }
  270. #banner nav.opened {
  271. right: 0;
  272. -webkit-transition: right .5s; /* Safari */
  273. transition: right .5s;
  274. }
  275. #banner nav li {
  276. display: block;
  277. padding: 20px 1em;
  278. border-bottom: 1px solid #FFF;
  279. text-align: left;
  280. }
  281. #banner nav li:first-child {
  282. border-top: 1px solid #FFF;
  283. }
  284. #banner nav li.icon {
  285. display: inline-block;
  286. border-bottom: none;
  287. float: left;
  288. }
  289. #banner nav li.icon a{
  290. display: inline;
  291. background-position: left;
  292. padding-left: 30px;
  293. }
  294. #banner nav li#twitter a {
  295. content: "Twitter";
  296. }
  297. #banner nav li#rss a {
  298. content: "rss";
  299. font-size: 24px;
  300. }
  301. #banner nav li a {
  302. display: block;
  303. width: 100%;
  304. font-size: 22px;
  305. font-weight: bold;
  306. }
  307. #banner nav .active a:link, #banner nav .active a:visited {
  308. border: none;
  309. font-weight: bold;
  310. text-decoration: underline;
  311. }
  312. }
  313. /*
  314. Side navigation
  315. *****************/
  316. nav#side-nav {
  317. display: inline-block;
  318. width: 25%;
  319. vertical-align: top;
  320. text-align: right;
  321. padding-right: 60px;
  322. }
  323. nav#side-nav ul {
  324. position: relative;
  325. list-style: none;
  326. padding-right: 40px;
  327. }
  328. nav#side-nav ul:before {
  329. content: '';
  330. margin: 25px 0;
  331. position: absolute;
  332. z-index: -1;
  333. right: -1px;
  334. bottom: -1px;
  335. top: -1px;
  336. border: 1px solid #ccc;
  337. border-left-width: 0;
  338. }
  339. nav#side-nav ul li a {
  340. padding-right: 40px;
  341. margin-right: -47px;
  342. background-image: url(../images/puce-sideNav.png);
  343. background-repeat: no-repeat;
  344. background-position: right;
  345. height: 40px;
  346. display: inline-block;
  347. line-height: 40px;
  348. }
  349. nav#side-nav ul li a.active {
  350. background-image: url(../images/puce-sideNav-active.png);
  351. margin-right: -60px;
  352. padding-right: 55px;
  353. color: #333;
  354. font-weight: bolder;
  355. }
  356. nav#side-nav ul li a {
  357. font-size: 16px;
  358. color: #999;
  359. text-decoration: none;
  360. }
  361. /*
  362. Content
  363. *****************/
  364. div#content {
  365. display: inline-block;
  366. width: 60%;
  367. }
  368. /*
  369. Featured
  370. *****************/
  371. #featured {
  372. background: #fff;
  373. margin-bottom: 2em;
  374. overflow: hidden;
  375. padding: 20px;
  376. width: 760px;
  377. border-radius: 10px;
  378. -moz-border-radius: 10px;
  379. -webkit-border-radius: 10px;
  380. }
  381. #featured figure {
  382. border: 2px solid #eee;
  383. float: right;
  384. margin: 0.786em 2em 0 5em;
  385. width: 248px;
  386. }
  387. #featured figure img {display: block; float: right;}
  388. #featured h2 {color: #C74451; font-size: 1.714em; margin-bottom: 0.333em;}
  389. #featured h3 {font-size: 1.429em; margin-bottom: .5em;}
  390. #featured h3 a:link, #featured h3 a:visited {color: #000305; text-decoration: none;}
  391. #featured h3 a:hover, #featured h3 a:active {color: #fff;}
  392. /*
  393. Body
  394. *****************/
  395. .container {
  396. margin-bottom: 2em;
  397. overflow: hidden;
  398. padding: 20px 20px;
  399. width: 70%;
  400. border-radius: 10px;
  401. -moz-border-radius: 10px;
  402. -webkit-border-radius: 10px;
  403. }
  404. #content p, #content li, #content a {
  405. font-size: 20px;
  406. font-weight: 300;
  407. }
  408. /*
  409. Home page
  410. *****************/
  411. #content-home section.titre {
  412. background-image: url(../images/pessin2.png);
  413. background-repeat: no-repeat;
  414. background-position: right top;
  415. background-size: 50%;
  416. padding-bottom: 200px;
  417. margin-bottom: -40px;
  418. }
  419. #content-home h1 {
  420. font-size: 56px;
  421. font-family: 'Oswald', arial, serif;
  422. font-weight: lighter;
  423. text-transform: uppercase;
  424. letter-spacing: 7px;
  425. margin-left: 20px;
  426. text-align: left;
  427. }
  428. #content-home h2 {
  429. font-size: 32px;
  430. font-family: 'Lato', arial, serif;
  431. font-weight: normal;
  432. text-transform: none;
  433. margin-top: 0;
  434. text-align: left;
  435. padding-top: 20px;
  436. line-height: 1.25;
  437. margin-left: 20px;
  438. }
  439. #content-home section {
  440. padding: 80px 0;
  441. text-align: center;
  442. }
  443. #content-home .separateur {
  444. width: 100%;
  445. height: 10px;
  446. background-color: #EEE;
  447. position: absolute;
  448. left: 0;
  449. right: 0;
  450. z-index: -1;
  451. }
  452. #content-home blockquote {
  453. background-color: #dc4807;
  454. display: inline-block;
  455. padding: 40px 20px;
  456. color: #FFF;
  457. font-size: 28px;
  458. margin: 0;
  459. -moz-box-shadow: 1px 1px 5px 0px #c0c0c0;
  460. -webkit-box-shadow: 1px 1px 5px 0px #c0c0c0;
  461. -o-box-shadow: 1px 1px 5px 0px #c0c0c0;
  462. box-shadow: 1px 1px 5px 0px #c0c0c0;
  463. filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=134, Strength=5);
  464. }
  465. #content-home blockquote + .separateur {
  466. margin-top: -70px;
  467. }
  468. #content-home blockquote p {
  469. width: 80%;
  470. text-align: center;
  471. margin: auto;
  472. }
  473. #content-home .presentation {
  474. background-image: url(../images/deco-titre.png);
  475. background-repeat: no-repeat;
  476. padding: 40px 80px;
  477. font-size: 24px;
  478. width: 70%;
  479. margin-top: 120px;
  480. margin-bottom: 120px;
  481. margin-left: 30%;
  482. }
  483. #content-home h3:nth-child(even) {
  484. text-align: right;
  485. padding-right: 50px;
  486. }
  487. #content-home h3:nth-child(odd) {
  488. text-align: left;
  489. padding-left: 50px;
  490. }
  491. #content-home h3 + .separateur {
  492. margin-top: -40px;
  493. }
  494. #content-home h3 span {
  495. background-color: #EEE;
  496. display: inline-block;
  497. padding: 20px 40px;
  498. text-transform: uppercase;
  499. color: #000;
  500. font-size: 32px;
  501. font-weight: lighter;
  502. }
  503. #content-home .valeurs {
  504. width: 30%;
  505. display: inline-block;
  506. }
  507. #content-home .valeurs img {
  508. width: 70%;
  509. text-align: center;
  510. }
  511. #content-home .valeurs.nonprofit img {
  512. width: 50%;
  513. }
  514. #content-home .valeurs h4 {
  515. font-size: 22px;
  516. font-weight: bold;
  517. font-family: Lato, Arial, sans-serif;
  518. }
  519. #content-home .valeurs p {
  520. font-size: 18px;
  521. padding: 0 40px;
  522. }
  523. #content-home .services li {
  524. list-style: none;
  525. display: inline-block;
  526. width: 49%;
  527. vertical-align: top;
  528. }
  529. #content-home .services li span {
  530. font-family: Oswald, Arial, serif;
  531. font-size: 100px;
  532. color: #EEE;
  533. }
  534. #content-home .services li h4 {
  535. font-family: Lato, Arial, sans-serif;
  536. font-size: 24px;
  537. font-weight: bold;
  538. margin-top: 0;
  539. }
  540. #content-home .services li p {
  541. font-size: 18px;
  542. padding: 0 30px;
  543. }
  544. /*
  545. Extras
  546. *****************/
  547. #extras {margin: 0 auto 3em auto; overflow: hidden;}
  548. #extras ul {list-style: none; margin: 0;}
  549. #extras li {border-bottom: 1px solid #fff;}
  550. #extras h2 {
  551. color: #C74350;
  552. font-size: 1.429em;
  553. margin-bottom: .25em;
  554. padding: 0 3px;
  555. }
  556. #extras a:link, #extras a:visited {
  557. color: #444;
  558. display: block;
  559. border-bottom: 1px solid #F4E3E3;
  560. text-decoration: none;
  561. padding: .3em .25em;
  562. }
  563. #extras a:hover, #extras a:active {color: #fff;}
  564. /* Blogroll */
  565. #extras .blogroll {
  566. float: left;
  567. width: 615px;
  568. }
  569. #extras .blogroll li {float: left; margin: 0 20px 0 0; width: 185px;}
  570. /* Social */
  571. #extras .social {
  572. float: right;
  573. width: 175px;
  574. }
  575. #extras div[class='social'] a {
  576. background-repeat: no-repeat;
  577. background-position: 3px 6px;
  578. padding-left: 25px;
  579. }
  580. /* Icons */
  581. .social a[href*='about.me'] {background-image: url('../images/icons/aboutme.png');}
  582. .social a[href*='bitbucket.org'] {background-image: url('../images/icons/bitbucket.png');}
  583. .social a[href*='delicious.com'] {background-image: url('../images/icons/delicious.png');}
  584. .social a[href*='digg.com'] {background-image: url('../images/icons/digg.png');}
  585. .social a[href*='facebook.com'] {background-image: url('../images/icons/facebook.png');}
  586. .social a[href*='gitorious.org'] {background-image: url('../images/icons/gitorious.png');}
  587. .social a[href*='github.com'],
  588. .social a[href*='git.io'] {
  589. background-image: url('../images/icons/github.png');
  590. background-size: 16px 16px;
  591. }
  592. .social a[href*='gittip.com'] {background-image: url('../images/icons/gittip.png');}
  593. .social a[href*='plus.google.com'] {background-image: url('../images/icons/google-plus.png');}
  594. .social a[href*='groups.google.com'] {background-image: url('../images/icons/google-groups.png');}
  595. .social a[href*='news.ycombinator.com'],
  596. .social a[href*='hackernewsers.com'] {background-image: url('../images/icons/hackernews.png');}
  597. .social a[href*='last.fm'], .social a[href*='lastfm.'] {background-image: url('../images/icons/lastfm.png');}
  598. .social a[href*='linkedin.com'] {background-image: url('../images/icons/linkedin.png');}
  599. .social a[href*='reddit.com'] {background-image: url('../images/icons/reddit.png');}
  600. .social a[type$='atom+xml'], .social a[type$='rss+xml'] {background-image: url('../images/icons/rss.png');}
  601. .social a[href*='slideshare.net'] {background-image: url('../images/icons/slideshare.png');}
  602. .social a[href*='speakerdeck.com'] {background-image: url('../images/icons/speakerdeck.png');}
  603. .social a[href*='stackoverflow.com'] {background-image: url('../images/icons/stackoverflow.png');}
  604. .social a[href*='twitter.com'] {background-image: url('../images/icons/twitter.png');}
  605. .social a[href*='vimeo.com'] {background-image: url('../images/icons/vimeo.png');}
  606. .social a[href*='youtube.com'] {background-image: url('../images/icons/youtube.png');}
  607. /*
  608. About
  609. *****************/
  610. #about {
  611. background: #fff;
  612. font-style: normal;
  613. margin-bottom: 2em;
  614. overflow: hidden;
  615. padding: 20px;
  616. text-align: left;
  617. width: 760px;
  618. border-radius: 10px;
  619. -moz-border-radius: 10px;
  620. -webkit-border-radius: 10px;
  621. }
  622. #about .primary {float: left; width: 165px;}
  623. #about .primary strong {color: #C64350; display: block; font-size: 1.286em;}
  624. #about .photo {float: left; margin: 5px 20px;}
  625. #about .url:link, #about .url:visited {text-decoration: none;}
  626. #about .bio {float: right; width: 500px;}
  627. /*
  628. Footer
  629. *****************/
  630. #contentinfo {
  631. background-color: #000;
  632. text-align: center;
  633. padding: 50px 0 30px;
  634. }
  635. #contentinfo a {
  636. color: #999;
  637. text-decoration: none;
  638. }
  639. /***** Sections *****/
  640. /* Blog */
  641. .hentry {
  642. display: block;
  643. clear: both;
  644. border-bottom: 1px solid #eee;
  645. padding: 1.5em 0;
  646. }
  647. li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
  648. #content > .hentry {padding: 1em 0;}
  649. .hentry img{display : none ;}
  650. .entry-title {
  651. font-size: 3em;
  652. font-family: Lato;
  653. font-weight: 300;
  654. margin-bottom: 60px;
  655. margin-top: 30px;
  656. text-align: center;
  657. }
  658. .entry-title span {
  659. display: inline-block;
  660. padding: 0 80px;
  661. height: 100px;
  662. background-image: url(../images/deco-titre.png);
  663. background-repeat: no-repeat;
  664. background-position: right 10px;
  665. }
  666. .entry-title a:link, .entry-title a:visited {text-decoration: none; color: #333;}
  667. .entry-title a:visited {background-color: #fff;}
  668. .hentry .post-info * {font-style: normal;}
  669. /* Content */
  670. .hentry footer {margin-bottom: 2em;}
  671. .hentry footer address {display: inline;}
  672. #posts-list footer address {display: block;}
  673. /* Blog Index */
  674. #posts-list {list-style: none; margin: 0;}
  675. #posts-list .hentry {padding-left: 10px; position: relative;}
  676. #posts-list footer {
  677. left: 10px;
  678. position: relative;
  679. float: left;
  680. top: 0.5em;
  681. width: 190px;
  682. }
  683. /* About the Author */
  684. #about-author {
  685. background: #f9f9f9;
  686. clear: both;
  687. font-style: normal;
  688. margin: 2em 0;
  689. padding: 10px 20px 15px 20px;
  690. border-radius: 5px;
  691. -moz-border-radius: 5px;
  692. -webkit-border-radius: 5px;
  693. }
  694. #about-author strong {
  695. color: #C64350;
  696. clear: both;
  697. display: block;
  698. font-size: 1.429em;
  699. }
  700. #about-author .photo {border: 1px solid #ddd; float: left; margin: 5px 1em 0 0;}
  701. /* Comments */
  702. #comments-list {list-style: none; margin: 0 1em;}
  703. #comments-list blockquote {
  704. background: #f8f8f8;
  705. clear: both;
  706. font-style: normal;
  707. margin: 0;
  708. padding: 15px 20px;
  709. border-radius: 5px;
  710. -moz-border-radius: 5px;
  711. -webkit-border-radius: 5px;
  712. }
  713. #comments-list footer {color: #888; padding: .5em 1em 0 0; text-align: right;}
  714. #comments-list li:nth-child(2n) blockquote {background: #F5f5f5;}
  715. /* Add a Comment */
  716. #add-comment label {clear: left; float: left; text-align: left; width: 150px;}
  717. #add-comment input[type='text'],
  718. #add-comment input[type='email'],
  719. #add-comment input[type='url'] {float: left; width: 200px;}
  720. #add-comment textarea {float: left; height: 150px; width: 495px;}
  721. #add-comment p.req {clear: both; margin: 0 .5em 1em 0; text-align: right;}
  722. #add-comment input[type='submit'] {float: right; margin: 0 .5em;}
  723. #add-comment * {margin-bottom: .5em;}
  724. /* Valeurs */
  725. #content .valeurs {
  726. width: 33%;
  727. text-align: center;
  728. display: inline-block;
  729. font-weight: 600;
  730. margin-bottom: 30px
  731. }
  732. #content .valeurs.nonprofit img{
  733. width: 70%;
  734. }
  735. #content .valeurs.entraide img{
  736. width: 80%;
  737. }
  738. #content .valeurs.partage img{
  739. width: 90%;
  740. }
  741. #content .valeurs img {
  742. width: 100%;
  743. display: block;
  744. margin: auto;
  745. margin-bottom: 20px;
  746. }