creative.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780
  1. /*!
  2. * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
  3. * Code licensed under the Apache License v2.0.
  4. * For details, see http://www.apache.org/licenses/LICENSE-2.0.
  5. *
  6. * Rouge par défaut: #558b2f
  7. * Vert sympa: #558b2f
  8. */
  9. /* Pages persos */
  10. .center {
  11. text-align: center;
  12. }
  13. .banner {
  14. width: 100%;
  15. text-align: center;
  16. margin-top: 25px;
  17. }
  18. .banner img {
  19. width: 100%;
  20. }
  21. .intro{
  22. background: rgba(0,0,0,0.4);
  23. border-radius: 20px;
  24. padding: 10px;
  25. margin-bottom: 50px;
  26. margin-top:200px
  27. }
  28. .intro.support {
  29. background: rgb(227, 43, 69, 0.9);
  30. margin-bottom: 50px;
  31. margin-top: 0px;
  32. }
  33. #vision{
  34. text-align: justify;
  35. }
  36. #vision .list {
  37. padding: 0 50px;
  38. }
  39. #vision h3{
  40. font-style: italic;
  41. font-size: 20px;
  42. text-align: center;
  43. }
  44. #vision h4{
  45. font-weight: bold;
  46. margin-top: 50px;
  47. }
  48. .bottom-link {
  49. margin-top: 30px;
  50. }
  51. .bottom-link p {
  52. margin-bottom: 0px;
  53. }
  54. #vision .charte i {
  55. margin-right: 6px;
  56. }
  57. #soutenez-nous ol li {
  58. margin-bottom: 20px;
  59. }
  60. #actu #evenements {
  61. width: 75%;
  62. margin: auto;
  63. margin-bottom: 30px;
  64. border-radius: 20px;
  65. }
  66. #actu #evenements .panel-heading {
  67. border-top-left-radius: 20px;
  68. border-top-right-radius: 20px;
  69. background-color: #80ae41a8;
  70. border-color: #558b2f;
  71. }
  72. #actu .panel-title {
  73. text-align: center;
  74. }
  75. #actu .actu .panel-title {
  76. min-height: 66px;
  77. }
  78. #actu .actu .panel-body {
  79. text-align: center;
  80. min-height: 280px;
  81. }
  82. #actu p {
  83. font-size: 14px;
  84. }
  85. #actu ul {
  86. text-align: left;
  87. }
  88. #actu a {
  89. color: #000;
  90. text-decoration: underline;
  91. }
  92. #actu a:hover, #actu a:focus {
  93. color: #eb3812;
  94. }
  95. #partenaires .partner-row{
  96. margin-bottom: 30px;
  97. }
  98. @media(min-width:992px) {
  99. #projet{
  100. padding-right: 10px;
  101. }
  102. }
  103. .numsquare{
  104. width: 35px;
  105. margin-right: 10px;
  106. }
  107. #projet .panel, #actu .panel {
  108. color: #333;
  109. margin-bottom: 75px;
  110. }
  111. #projet .jumbotron {
  112. color: #333;
  113. padding: 20px 50px;
  114. width: 80%;
  115. margin: auto;
  116. margin-bottom: 75px;
  117. }
  118. #projet .jumbotron h3 {
  119. margin-bottom: 30px;
  120. font-weight: bold;
  121. }
  122. #projet .panel-title, #actu .panel-title {
  123. font-size: 20px;
  124. font-weight: 600;
  125. }
  126. #projet ul {
  127. padding: 0px 15px 0px 0px;
  128. margin: 0;
  129. list-style-type: none;
  130. }
  131. #projet .jumbotron li {
  132. padding: 0px 0px 0px 30px;
  133. margin-bottom: 15px;
  134. background: url('../img/bullet_tree.png') no-repeat left top;
  135. }
  136. #projet .panel li {
  137. padding: 0px 0px 0px 30px;
  138. margin-bottom: 15px;
  139. background: url('../img/bullet_leaf.png') no-repeat left top;
  140. }
  141. .participate-item {
  142. margin-bottom: 50px;
  143. padding: 0 50px;
  144. }
  145. .participate-item .participate-icon {
  146. float: left;
  147. height: 50px;
  148. width: 50px;
  149. margin: 1px 20px 0 10px;
  150. text-align: center;
  151. }
  152. .participate-item h3 {
  153. margin: 0 0 20px 0;
  154. font-weight: bold;
  155. font-size: 20px;
  156. }
  157. .participate-item p {
  158. overflow: hidden;
  159. }
  160. .participate-item a {
  161. color: #333;
  162. }
  163. #contact a {
  164. color: #fff;
  165. }
  166. #mentions-legales {
  167. padding: 5px;
  168. }
  169. #mentions-legales p {
  170. margin: 0;
  171. font-size: 12px;
  172. text-align: center;
  173. }
  174. #mentions-legales a {
  175. color: #FFF;
  176. text-decoration: underline;
  177. }
  178. .navbar-default a.page-scroll.highlight, .navbar-default.affix .nav a.highlight {
  179. color: #E32B45;
  180. }
  181. html,
  182. body {
  183. width: 100%;
  184. height: 100%;
  185. }
  186. body {
  187. font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;
  188. }
  189. hr {
  190. max-width: 50px;
  191. border-color: #558b2f;
  192. border-width: 3px;
  193. }
  194. hr.light {
  195. border-color: #fff;
  196. margin-top: 10px;
  197. margin-bottom: 50px;
  198. }
  199. a {
  200. color: #558b2f;
  201. -webkit-transition: all .35s;
  202. -moz-transition: all .35s;
  203. transition: all .35s;
  204. }
  205. a:hover,
  206. a:focus {
  207. color: #eb3812;
  208. }
  209. h1,
  210. h2,
  211. h3,
  212. h4,
  213. h5,
  214. h6 {
  215. font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
  216. }
  217. h2.section-heading {
  218. text-align: center;
  219. }
  220. p {
  221. margin-bottom: 20px;
  222. font-size: 16px;
  223. line-height: 1.5;
  224. }
  225. .bg-primary {
  226. background-color: #558b2f;
  227. }
  228. .bg-secondary {
  229. background-color: #eee;
  230. }
  231. .bg-blue {
  232. background-color: #185687;
  233. color: #fff;
  234. }
  235. .bg-purple {
  236. background-color: #7564AA;
  237. color: #fff;
  238. }
  239. .bg-red {
  240. background-color: #E32B45;
  241. color: #fff;
  242. }
  243. .bg-green {
  244. background-color: #80AE41;
  245. color: #fff;
  246. }
  247. .bg-orange {
  248. background-color: #F57F28;
  249. color: #fff;
  250. }
  251. .bg-dark {
  252. color: #fff;
  253. background-color: #222;
  254. }
  255. .bg-white {
  256. background-color: #FFFFFF;
  257. }
  258. .text-faded {
  259. color: rgba(255,255,255,.7);
  260. }
  261. section {
  262. padding: 30px 0;
  263. }
  264. aside {
  265. padding: 50px 0;
  266. }
  267. .no-padding {
  268. padding: 0;
  269. }
  270. .navbar-default {
  271. border-color: rgba(34,34,34,.05);
  272. font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
  273. background-color: #fff;
  274. -webkit-transition: all .35s;
  275. -moz-transition: all .35s;
  276. transition: all .35s;
  277. }
  278. .logotera{
  279. /*height: 50px;*/
  280. max-height: 50px;
  281. }
  282. .typotera{
  283. max-height: 40px;
  284. margin-left: 5px;
  285. }
  286. .navbar-default .navbar-header .navbar-brand {
  287. /*background-image: url(../img/Logo.jpg);*/
  288. /*display: block;*/
  289. text-transform: uppercase;
  290. font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
  291. font-weight: 700;
  292. color: #558b2f;
  293. }
  294. .navbar-default .navbar-header .navbar-brand:hover,
  295. .navbar-default .navbar-header .navbar-brand:focus {
  296. color: #eb3812;
  297. }
  298. .navbar-default .nav > li>a,
  299. .navbar-default .nav>li>a:focus {
  300. text-transform: uppercase;
  301. font-size: 13px;
  302. font-weight: 700;
  303. color: #222;
  304. }
  305. .navbar-default .nav > li>a:hover,
  306. .navbar-default .nav>li>a:focus:hover {
  307. color: #558b2f;
  308. }
  309. .navbar-default .nav > li.active>a,
  310. .navbar-default .nav>li.active>a:focus {
  311. color: #558b2f!important;
  312. background-color: transparent;
  313. }
  314. .navbar-default .nav > li.active>a:hover,
  315. .navbar-default .nav>li.active>a:focus:hover {
  316. background-color: transparent;
  317. }
  318. @media(min-width:768px) {
  319. .navbar-default {
  320. border-color: rgba(255,255,255,.3);
  321. background-color: rgba(255,255,255,.7);
  322. }
  323. .navbar-default .navbar-header .navbar-brand {
  324. color: #424242;
  325. }
  326. .navbar-default .navbar-header .navbar-brand:hover,
  327. .navbar-default .navbar-header .navbar-brand:focus {
  328. color: #fff;
  329. }
  330. .navbar-default .nav > li>a,
  331. .navbar-default .nav>li>a:focus {
  332. color: #424242;
  333. }
  334. .navbar-default .nav > li>a:hover,
  335. .navbar-default .nav>li>a:focus:hover {
  336. color: #2e7d32;
  337. }
  338. .navbar-default.affix {
  339. border-color: rgba(34,34,34,.05);
  340. background-color: #fff;
  341. }
  342. .navbar-default.affix .navbar-header .navbar-brand {
  343. font-size: 14px;
  344. color: #558b2f;
  345. }
  346. .navbar-default.affix .navbar-header .navbar-brand:hover,
  347. .navbar-default.affix .navbar-header .navbar-brand:focus {
  348. color: #eb3812;
  349. }
  350. .navbar-default.affix .nav > li>a,
  351. .navbar-default.affix .nav>li>a:focus {
  352. color: #222;
  353. }
  354. .navbar-default.affix .nav > li>a:hover,
  355. .navbar-default.affix .nav>li>a:focus:hover {
  356. color: #558b2f;
  357. }
  358. }
  359. header {
  360. position: relative;
  361. width: 100%;
  362. min-height: auto;
  363. text-align: center;
  364. color: #fff;
  365. background-image: url(../img/header.jpg);
  366. background-position: center;
  367. -webkit-background-size: cover;
  368. -moz-background-size: cover;
  369. background-size: cover;
  370. -o-background-size: cover;
  371. }
  372. header .header-content {
  373. position: relative;
  374. width: 100%;
  375. padding: 100px 15px;
  376. text-align: center;
  377. text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  378. }
  379. header .header-content .header-content-inner h1 {
  380. margin-top: 0;
  381. margin-bottom: 10px;
  382. text-transform: uppercase;
  383. font-weight: 700;
  384. }
  385. header .header-content .header-content-inner hr {
  386. margin: 30px auto;
  387. }
  388. header .header-content .header-content-inner p {
  389. font-size: 16px;
  390. font-weight: 300;
  391. }
  392. @media(min-width:768px) {
  393. header {
  394. min-height: 100%;
  395. }
  396. header .header-content {
  397. position: absolute;
  398. top: 20%;
  399. padding: 0 50px;
  400. -webkit-transform: translateY(-50%);
  401. -ms-transform: translateY(-50%);
  402. transform: translateY(-50%);
  403. }
  404. header .header-content .header-content-inner {
  405. margin-right: auto;
  406. margin-left: auto;
  407. max-width: 910px;
  408. }
  409. header .header-content .header-content-inner p {
  410. margin-right: auto;
  411. margin-left: auto;
  412. max-width: 80%;
  413. font-size: 18px;
  414. }
  415. }
  416. .section-heading {
  417. margin-top: 0;
  418. }
  419. .service-box {
  420. margin: 50px auto 0;
  421. max-width: 400px;
  422. }
  423. @media(min-width:992px) {
  424. .service-box {
  425. margin: 20px auto 0;
  426. }
  427. }
  428. .service-box p {
  429. margin-bottom: 0;
  430. }
  431. .portfolio-box {
  432. display: block;
  433. position: relative;
  434. margin: 0 auto;
  435. max-width: 650px;
  436. }
  437. .portfolio-box .portfolio-box-caption {
  438. display: block;
  439. position: absolute;
  440. bottom: 0;
  441. width: 100%;
  442. height: 100%;
  443. text-align: center;
  444. color: #fff;
  445. opacity: 0;
  446. background: rgba(240,95,64,.9);
  447. -webkit-transition: all .35s;
  448. -moz-transition: all .35s;
  449. transition: all .35s;
  450. }
  451. .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  452. position: absolute;
  453. top: 50%;
  454. width: 100%;
  455. text-align: center;
  456. transform: translateY(-50%);
  457. }
  458. .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
  459. .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  460. padding: 0 15px;
  461. font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
  462. }
  463. .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  464. text-transform: uppercase;
  465. font-size: 14px;
  466. font-weight: 600;
  467. }
  468. .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  469. font-size: 18px;
  470. }
  471. .portfolio-box:hover .portfolio-box-caption {
  472. opacity: 1;
  473. }
  474. @media(min-width:768px) {
  475. .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  476. font-size: 16px;
  477. }
  478. .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  479. font-size: 22px;
  480. }
  481. }
  482. .call-to-action h2 {
  483. margin: 0 auto 20px;
  484. }
  485. .text-primary {
  486. color: #558b2f;
  487. }
  488. .no-gutter > [class*=col-] {
  489. padding-right: 0;
  490. padding-left: 0;
  491. }
  492. .btn-default {
  493. border-color: #fff;
  494. color: #222;
  495. background-color: #fff;
  496. -webkit-transition: all .35s;
  497. -moz-transition: all .35s;
  498. transition: all .35s;
  499. }
  500. .btn-default:hover,
  501. .btn-default:focus,
  502. .btn-default.focus,
  503. .btn-default:active,
  504. .btn-default.active,
  505. .open > .dropdown-toggle.btn-default {
  506. border-color: #ededed;
  507. color: #222;
  508. background-color: #f2f2f2;
  509. }
  510. .btn-default:active,
  511. .btn-default.active,
  512. .open > .dropdown-toggle.btn-default {
  513. background-image: none;
  514. }
  515. .btn-default.disabled,
  516. .btn-default[disabled],
  517. fieldset[disabled] .btn-default,
  518. .btn-default.disabled:hover,
  519. .btn-default[disabled]:hover,
  520. fieldset[disabled] .btn-default:hover,
  521. .btn-default.disabled:focus,
  522. .btn-default[disabled]:focus,
  523. fieldset[disabled] .btn-default:focus,
  524. .btn-default.disabled.focus,
  525. .btn-default[disabled].focus,
  526. fieldset[disabled] .btn-default.focus,
  527. .btn-default.disabled:active,
  528. .btn-default[disabled]:active,
  529. fieldset[disabled] .btn-default:active,
  530. .btn-default.disabled.active,
  531. .btn-default[disabled].active,
  532. fieldset[disabled] .btn-default.active {
  533. border-color: #fff;
  534. background-color: #fff;
  535. }
  536. .btn-default .badge {
  537. color: #fff;
  538. background-color: #222;
  539. }
  540. .btn-primary {
  541. border-color:#558b2f;
  542. color: #fff;
  543. background-color: #558b2f;
  544. -webkit-transition: all .35s;
  545. -moz-transition: all .35s;
  546. transition: all .35s;
  547. }
  548. .btn-primary:hover,
  549. .btn-primary:focus,
  550. .btn-primary.focus,
  551. .btn-primary:active,
  552. .btn-primary.active,
  553. .open > .dropdown-toggle.btn-primary {
  554. border-color: #33691e;
  555. color: #fff;
  556. background-color: #689f38;
  557. }
  558. .btn-primary:active,
  559. .btn-primary.active,
  560. .open > .dropdown-toggle.btn-primary {
  561. background-image: none;
  562. }
  563. .btn-primary.disabled,
  564. .btn-primary[disabled],
  565. fieldset[disabled] .btn-primary,
  566. .btn-primary.disabled:hover,
  567. .btn-primary[disabled]:hover,
  568. fieldset[disabled] .btn-primary:hover,
  569. .btn-primary.disabled:focus,
  570. .btn-primary[disabled]:focus,
  571. fieldset[disabled] .btn-primary:focus,
  572. .btn-primary.disabled.focus,
  573. .btn-primary[disabled].focus,
  574. fieldset[disabled] .btn-primary.focus,
  575. .btn-primary.disabled:active,
  576. .btn-primary[disabled]:active,
  577. fieldset[disabled] .btn-primary:active,
  578. .btn-primary.disabled.active,
  579. .btn-primary[disabled].active,
  580. fieldset[disabled] .btn-primary.active {
  581. border-color: #558b2f;
  582. background-color: #558b2f;
  583. }
  584. .btn-primary .badge, .btn-white {
  585. color: #558b2f;
  586. background-color: #fff;
  587. }
  588. .btn-white A {
  589. color: #558b2f;
  590. }
  591. .btn-white:hover,
  592. .btn-white:focus,
  593. .btn-white.focus,
  594. .btn-white:active,
  595. .btn-white.active,
  596. .open > .dropdown-toggle.btn-white {
  597. border-color: #33691e;
  598. color: #fff;
  599. background-color: #689f38;
  600. }
  601. .btn {
  602. border: 0;
  603. border-radius: 300px;
  604. text-transform: uppercase;
  605. font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
  606. font-weight: 700;
  607. }
  608. .btn-xl {
  609. padding: 15px 30px;
  610. }
  611. ::-moz-selection {
  612. text-shadow: none;
  613. color: #fff;
  614. background: #222;
  615. }
  616. ::selection {
  617. text-shadow: none;
  618. color: #fff;
  619. background: #222;
  620. }
  621. img::selection {
  622. color: #fff;
  623. background: 0 0;
  624. }
  625. img::-moz-selection {
  626. color: #fff;
  627. background: 0 0;
  628. }
  629. body {
  630. webkit-tap-highlight-color: #222;
  631. }
  632. #newsletter {
  633. position: fixed;
  634. bottom: 20px;
  635. left: 20px;
  636. width: 200px;
  637. }
  638. #newsletter #close {
  639. position: absolute;
  640. top: 5px;
  641. right: 20px;
  642. }
  643. #newsletter a#newsletter-link {
  644. margin: 10px;
  645. color: #000;
  646. display: inline-block;
  647. }
  648. #newsletter button {
  649. align-self:center;
  650. background: #ffffffc2;
  651. padding:1rem 1rem;
  652. margin:0 1rem;
  653. transition:all .5s ease;
  654. color:#41403E;
  655. font-size:1.5rem;
  656. letter-spacing:1px;
  657. outline:none;
  658. box-shadow: 20px 38px 34px -26px hsla(0,0%,0%,.2);
  659. border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  660. border:solid 7px #e32b45;
  661. animation: borderPulse 2000ms infinite ease-out;
  662. }
  663. #newsletter button:hover {
  664. background: #e32b45;
  665. }
  666. #newsletter button:hover a {
  667. text-decoration: none;
  668. color: #fff;
  669. }
  670. /* Declare border pulse animation */
  671. @keyframes borderPulse {
  672. 0% {
  673. box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255,.4), 0px 0px 0px 0px rgba(255,255,255,1);
  674. }
  675. 100% {
  676. box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255,.2), 0px 0px 0px 10px rgba(255,255,255,0);
  677. }
  678. }