creative.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555
  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. #principes{
  11. min-height: 100%;
  12. text-align: justify;
  13. }
  14. #principes h4{
  15. font-weight: bold;
  16. }
  17. .teraprincipes{
  18. }
  19. /*.container-principes{
  20. padding-left: 0;
  21. margin-left: 0;
  22. }*/
  23. @media(min-width:992px) {
  24. #projet{
  25. padding-right: 10px;
  26. }
  27. }
  28. .photoenfant{
  29. max-height: 100%;
  30. }
  31. .paraprojet{
  32. }
  33. .video-projet-tera{
  34. height: 400px;
  35. }
  36. .numsquare{
  37. width: 35px;
  38. margin-right: 5px;
  39. }
  40. html,
  41. body {
  42. width: 100%;
  43. height: 100%;
  44. }
  45. body {
  46. font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;
  47. }
  48. hr {
  49. max-width: 50px;
  50. border-color: #558b2f;
  51. border-width: 3px;
  52. }
  53. hr.light {
  54. border-color: #fff;
  55. }
  56. a {
  57. color: #558b2f;
  58. -webkit-transition: all .35s;
  59. -moz-transition: all .35s;
  60. transition: all .35s;
  61. }
  62. a:hover,
  63. a:focus {
  64. color: #eb3812;
  65. }
  66. h1,
  67. h2,
  68. h3,
  69. h4,
  70. h5,
  71. h6 {
  72. font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
  73. }
  74. p {
  75. margin-bottom: 20px;
  76. font-size: 16px;
  77. line-height: 1.5;
  78. }
  79. .contactmail {
  80. color: #fff;
  81. }
  82. .bg-primary {
  83. background-color: #558b2f;
  84. text-align: center;
  85. }
  86. .bg-secondary {
  87. background-color: #eee;
  88. text-align: center;
  89. }
  90. .bg-dark {
  91. color: #fff;
  92. background-color: #222;
  93. }
  94. .text-faded {
  95. color: rgba(255,255,255,.7);
  96. }
  97. section {
  98. padding: 30px 0;
  99. }
  100. aside {
  101. padding: 50px 0;
  102. }
  103. .no-padding {
  104. padding: 0;
  105. }
  106. .navbar-default {
  107. border-color: rgba(34,34,34,.05);
  108. font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
  109. background-color: #fff;
  110. -webkit-transition: all .35s;
  111. -moz-transition: all .35s;
  112. transition: all .35s;
  113. }
  114. .logotera{
  115. /*height: 50px;*/
  116. max-height: 50px;
  117. }
  118. .typotera{
  119. max-height: 40px;
  120. margin-left: 5px;
  121. }
  122. .navbar-default .navbar-header .navbar-brand {
  123. /*background-image: url(../img/Logo.jpg);*/
  124. /*display: block;*/
  125. text-transform: uppercase;
  126. font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
  127. font-weight: 700;
  128. color: #558b2f;
  129. }
  130. .navbar-default .navbar-header .navbar-brand:hover,
  131. .navbar-default .navbar-header .navbar-brand:focus {
  132. color: #eb3812;
  133. }
  134. .navbar-default .nav > li>a,
  135. .navbar-default .nav>li>a:focus {
  136. text-transform: uppercase;
  137. font-size: 13px;
  138. font-weight: 700;
  139. color: #222;
  140. }
  141. .navbar-default .nav > li>a:hover,
  142. .navbar-default .nav>li>a:focus:hover {
  143. color: #558b2f;
  144. }
  145. .navbar-default .nav > li.active>a,
  146. .navbar-default .nav>li.active>a:focus {
  147. color: #558b2f!important;
  148. background-color: transparent;
  149. }
  150. .navbar-default .nav > li.active>a:hover,
  151. .navbar-default .nav>li.active>a:focus:hover {
  152. background-color: transparent;
  153. }
  154. @media(min-width:768px) {
  155. .navbar-default {
  156. border-color: rgba(255,255,255,.3);
  157. background-color: transparent;
  158. }
  159. .navbar-default .navbar-header .navbar-brand {
  160. color: #424242;
  161. }
  162. .navbar-default .navbar-header .navbar-brand:hover,
  163. .navbar-default .navbar-header .navbar-brand:focus {
  164. color: #fff;
  165. }
  166. .navbar-default .nav > li>a,
  167. .navbar-default .nav>li>a:focus {
  168. color: #424242;
  169. }
  170. .navbar-default .nav > li>a:hover,
  171. .navbar-default .nav>li>a:focus:hover {
  172. color: #2e7d32;
  173. }
  174. .navbar-default.affix {
  175. border-color: rgba(34,34,34,.05);
  176. background-color: #fff;
  177. }
  178. .navbar-default.affix .navbar-header .navbar-brand {
  179. font-size: 14px;
  180. color: #558b2f;
  181. }
  182. .navbar-default.affix .navbar-header .navbar-brand:hover,
  183. .navbar-default.affix .navbar-header .navbar-brand:focus {
  184. color: #eb3812;
  185. }
  186. .navbar-default.affix .nav > li>a,
  187. .navbar-default.affix .nav>li>a:focus {
  188. color: #222;
  189. }
  190. .navbar-default.affix .nav > li>a:hover,
  191. .navbar-default.affix .nav>li>a:focus:hover {
  192. color: #558b2f;
  193. }
  194. }
  195. header {
  196. position: relative;
  197. width: 100%;
  198. min-height: auto;
  199. text-align: center;
  200. color: #fff;
  201. background-image: url(../img/header.jpg);
  202. background-position: center;
  203. -webkit-background-size: cover;
  204. -moz-background-size: cover;
  205. background-size: cover;
  206. -o-background-size: cover;
  207. }
  208. header .header-content {
  209. position: relative;
  210. width: 100%;
  211. padding: 100px 15px;
  212. text-align: center;
  213. }
  214. header .header-content .header-content-inner h1 {
  215. margin-top: 0;
  216. margin-bottom: 0;
  217. text-transform: uppercase;
  218. font-weight: 700;
  219. color: #212121;
  220. }
  221. header .header-content .header-content-inner hr {
  222. margin: 30px auto;
  223. }
  224. header .header-content .header-content-inner p {
  225. margin-bottom: 50px;
  226. font-size: 16px;
  227. font-weight: 300;
  228. color: #212121;
  229. }
  230. @media(min-width:768px) {
  231. header {
  232. min-height: 100%;
  233. }
  234. header .header-content {
  235. position: absolute;
  236. top: 40%;
  237. padding: 0 50px;
  238. -webkit-transform: translateY(-50%);
  239. -ms-transform: translateY(-50%);
  240. transform: translateY(-50%);
  241. }
  242. header .header-content .header-content-inner {
  243. margin-right: auto;
  244. margin-left: auto;
  245. max-width: 1000px;
  246. }
  247. header .header-content .header-content-inner p {
  248. margin-right: auto;
  249. margin-left: auto;
  250. max-width: 80%;
  251. font-size: 18px;
  252. }
  253. }
  254. .section-heading {
  255. margin-top: 0;
  256. }
  257. .service-box {
  258. margin: 50px auto 0;
  259. max-width: 400px;
  260. }
  261. @media(min-width:992px) {
  262. .service-box {
  263. margin: 20px auto 0;
  264. }
  265. }
  266. .service-box p {
  267. margin-bottom: 0;
  268. }
  269. .portfolio-box {
  270. display: block;
  271. position: relative;
  272. margin: 0 auto;
  273. max-width: 650px;
  274. }
  275. .portfolio-box .portfolio-box-caption {
  276. display: block;
  277. position: absolute;
  278. bottom: 0;
  279. width: 100%;
  280. height: 100%;
  281. text-align: center;
  282. color: #fff;
  283. opacity: 0;
  284. background: rgba(240,95,64,.9);
  285. -webkit-transition: all .35s;
  286. -moz-transition: all .35s;
  287. transition: all .35s;
  288. }
  289. .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  290. position: absolute;
  291. top: 50%;
  292. width: 100%;
  293. text-align: center;
  294. transform: translateY(-50%);
  295. }
  296. .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
  297. .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  298. padding: 0 15px;
  299. font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
  300. }
  301. .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  302. text-transform: uppercase;
  303. font-size: 14px;
  304. font-weight: 600;
  305. }
  306. .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  307. font-size: 18px;
  308. }
  309. .portfolio-box:hover .portfolio-box-caption {
  310. opacity: 1;
  311. }
  312. @media(min-width:768px) {
  313. .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  314. font-size: 16px;
  315. }
  316. .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  317. font-size: 22px;
  318. }
  319. }
  320. .call-to-action h2 {
  321. margin: 0 auto 20px;
  322. }
  323. .text-primary {
  324. color: #558b2f;
  325. }
  326. .no-gutter > [class*=col-] {
  327. padding-right: 0;
  328. padding-left: 0;
  329. }
  330. .btn-default {
  331. border-color: #fff;
  332. color: #222;
  333. background-color: #fff;
  334. -webkit-transition: all .35s;
  335. -moz-transition: all .35s;
  336. transition: all .35s;
  337. }
  338. .btn-default:hover,
  339. .btn-default:focus,
  340. .btn-default.focus,
  341. .btn-default:active,
  342. .btn-default.active,
  343. .open > .dropdown-toggle.btn-default {
  344. border-color: #ededed;
  345. color: #222;
  346. background-color: #f2f2f2;
  347. }
  348. .btn-default:active,
  349. .btn-default.active,
  350. .open > .dropdown-toggle.btn-default {
  351. background-image: none;
  352. }
  353. .btn-default.disabled,
  354. .btn-default[disabled],
  355. fieldset[disabled] .btn-default,
  356. .btn-default.disabled:hover,
  357. .btn-default[disabled]:hover,
  358. fieldset[disabled] .btn-default:hover,
  359. .btn-default.disabled:focus,
  360. .btn-default[disabled]:focus,
  361. fieldset[disabled] .btn-default:focus,
  362. .btn-default.disabled.focus,
  363. .btn-default[disabled].focus,
  364. fieldset[disabled] .btn-default.focus,
  365. .btn-default.disabled:active,
  366. .btn-default[disabled]:active,
  367. fieldset[disabled] .btn-default:active,
  368. .btn-default.disabled.active,
  369. .btn-default[disabled].active,
  370. fieldset[disabled] .btn-default.active {
  371. border-color: #fff;
  372. background-color: #fff;
  373. }
  374. .btn-default .badge {
  375. color: #fff;
  376. background-color: #222;
  377. }
  378. .btn-primary {
  379. border-color:#558b2f;
  380. color: #fff;
  381. background-color: #558b2f;
  382. -webkit-transition: all .35s;
  383. -moz-transition: all .35s;
  384. transition: all .35s;
  385. }
  386. .btn-primary:hover,
  387. .btn-primary:focus,
  388. .btn-primary.focus,
  389. .btn-primary:active,
  390. .btn-primary.active,
  391. .open > .dropdown-toggle.btn-primary {
  392. border-color: #33691e;
  393. color: #fff;
  394. background-color: #689f38;
  395. }
  396. .btn-primary:active,
  397. .btn-primary.active,
  398. .open > .dropdown-toggle.btn-primary {
  399. background-image: none;
  400. }
  401. .btn-primary.disabled,
  402. .btn-primary[disabled],
  403. fieldset[disabled] .btn-primary,
  404. .btn-primary.disabled:hover,
  405. .btn-primary[disabled]:hover,
  406. fieldset[disabled] .btn-primary:hover,
  407. .btn-primary.disabled:focus,
  408. .btn-primary[disabled]:focus,
  409. fieldset[disabled] .btn-primary:focus,
  410. .btn-primary.disabled.focus,
  411. .btn-primary[disabled].focus,
  412. fieldset[disabled] .btn-primary.focus,
  413. .btn-primary.disabled:active,
  414. .btn-primary[disabled]:active,
  415. fieldset[disabled] .btn-primary:active,
  416. .btn-primary.disabled.active,
  417. .btn-primary[disabled].active,
  418. fieldset[disabled] .btn-primary.active {
  419. border-color: #558b2f;
  420. background-color: #558b2f;
  421. }
  422. .btn-primary .badge {
  423. color: #558b2f;
  424. background-color: #fff;
  425. }
  426. .btn {
  427. border: 0;
  428. border-radius: 300px;
  429. text-transform: uppercase;
  430. font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
  431. font-weight: 700;
  432. }
  433. .btn-xl {
  434. padding: 15px 30px;
  435. }
  436. ::-moz-selection {
  437. text-shadow: none;
  438. color: #fff;
  439. background: #222;
  440. }
  441. ::selection {
  442. text-shadow: none;
  443. color: #fff;
  444. background: #222;
  445. }
  446. img::selection {
  447. color: #fff;
  448. background: 0 0;
  449. }
  450. img::-moz-selection {
  451. color: #fff;
  452. background: 0 0;
  453. }
  454. body {
  455. webkit-tap-highlight-color: #222;
  456. }