creative.css 15 KB

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