creative.css 15 KB

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