creative.css 15 KB

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