creative.css 15 KB

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