creative.css 14 KB

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