border radius, colors, logo size
[lhc/web/clavettes.git] / css / habillage.css
index e69de29..5908668 100644 (file)
@@ -0,0 +1,772 @@
+@charset "UTF-8";
+/* line 2, habillage.scss */
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, h7, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td,
+article, aside, canvas, details, embed,
+figure, figcaption, footer, header, hgroup,
+menu, nav, output, ruby, section, summary,
+time, mark, audio, video {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  border-radius: 5px;
+  font: inherit;
+  font-size: 100%;
+  vertical-align: baseline;
+  font-family: sans-serif;
+  color: #0c0fb7;
+  text-align: left;
+}
+
+/* line 27, habillage.scss */
+html, body, span, applet, object, iframe,
+blockquote, pre, section,
+abbr, acronym, address, big, cite, code,
+del, dfn, em, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td,
+article, aside, canvas, details, embed,
+figure, figcaption, hgroup,
+menu, nav, output, ruby, summary, mark, audio, video {
+  background-color: #FFFFFF;
+  background: none;
+}
+
+/* line 42, habillage.scss */
+body {
+  background-color: #F4FFB7;
+}
+
+/* line 46, habillage.scss */
+html {
+  line-height: 1.1;
+}
+
+/* line 50, habillage.scss */
+ol, ul {
+  list-style: none;
+}
+
+/* line 54, habillage.scss */
+table {
+  border-collapse: collapse;
+  border-spacing: 0;
+}
+
+/* line 59, habillage.scss */
+caption, th, td {
+  text-align: left;
+  font-weight: normal;
+  vertical-align: middle;
+}
+
+/* line 65, habillage.scss */
+q, blockquote {
+  quotes: none;
+}
+
+/* line 68, habillage.scss */
+q:before, q:after, blockquote:before, blockquote:after {
+  content: "";
+  content: none;
+}
+
+/* line 73, habillage.scss */
+a img {
+  border: none;
+}
+
+/* line 77, habillage.scss */
+article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
+  display: block;
+}
+
+/* line 81, habillage.scss */
+* {
+  -moz-box-sizing: border-box;
+  -webkit-box-sizing: border-box;
+  box-sizing: border-box;
+}
+
+/* line 87, habillage.scss */
+body {
+  margin: 0;
+  padding: 0;
+  font-size: 0.9em;
+}
+
+/* line 94, habillage.scss */
+header {
+  margin: 15px auto 0 auto;
+  width: 1200px;
+}
+
+/* line 99, habillage.scss */
+header .spip_logos {
+  margin-left: 10px;
+  position: absolute;
+}
+
+/* line 105, habillage.scss */
+#wrap {
+  padding-top: 130px;
+  width: 100%;
+  margin: 0 auto;
+}
+
+/* line 110, habillage.scss */
+a {
+  color: #0fe4ab;
+  text-decoration: none;
+  -webkit-transition: all 0.3s ease 0s;
+  -moz-transition: all 0.3s ease 0s;
+  -ms-transition: all 0.3s ease 0s;
+  -o-transition: all 0.3s ease 0s;
+  transition: all 0.3s ease 0s;
+}
+
+/* line 120, habillage.scss */
+a:focus, a:hover, a:active {
+  background: none;
+  color: #0c0fb7;
+  -webkit-transition: all 0.3s ease 0s;
+  -moz-transition: all 0.3s ease 0s;
+  -ms-transition: all 0.3s ease 0s;
+  -o-transition: all 0.3s ease 0s;
+  transition: all 0.3s ease 0s;
+}
+
+/* line 129, habillage.scss */
+a:hover > i {
+  color: #0c0fb7 !important;
+  -webkit-transition: all 0.3s ease 0s;
+  -moz-transition: all 0.3s ease 0s;
+  -ms-transition: all 0.3s ease 0s;
+  -o-transition: all 0.3s ease 0s;
+  transition: all 0.3s ease 0s;
+}
+
+/* line 138, habillage.scss */
+h2 {
+  margin: 0;
+  padding: 0;
+  margin-top: 15px;
+  margin-left: 15px;
+  font-size: 1.8em;
+  display: inline-block;
+  font-weight: bold;
+  width: 90%;
+}
+
+/* line 148, habillage.scss */
+h2:hover {
+  text-decoration: underline;
+}
+
+/* line 152, habillage.scss */
+h3 {
+  margin: 15px 15px;
+  font-size: 1.2em;
+  display: inline-block;
+  width: 90%;
+}
+
+/* line 159, habillage.scss */
+h4 {
+  margin: 15px;
+  display: inline-block;
+}
+
+/* line 164, habillage.scss */
+p {
+  margin: 0 15px;
+  padding-bottom: 15px;
+  text-decoration: none;
+  text-align: justify;
+}
+
+/*1ERE COLONNE*/
+/* line 173, habillage.scss */
+.titre {
+  background-color: #606060;
+  height: 47px;
+  width: 100%;
+  color: #fff;
+  margin: 0 0 15px 0;
+  padding: 10px 15px;
+  text-transform: uppercase;
+  font-family: "Trebuchet MS", Helvetica, arial, sans-serif;
+  font-size: 1.7em;
+  font-weight: normal;
+}
+
+/* line 185, habillage.scss */
+.titre:hover {
+  text-decoration: none;
+  font-weight: normal;
+}
+
+/* line 189, habillage.scss */
+#ateliers h3 {
+  margin: 15px 15px;
+  font-size: 1.2em;
+  display: inline-block;
+  text-decoration: none;
+}
+
+/* line 195, habillage.scss */
+#ateliers {
+  margin: 0 10px;
+}
+
+/* line 199, habillage.scss */
+#ateliers:after {
+  content: "";
+  /* Important, sinon l'élément n'est pas généré. */
+  display: table;
+  clear: both;
+}
+
+/* line 205, habillage.scss */
+#ateliers ul {
+  padding: 0;
+  margin: 0;
+  list-style-type: none;
+}
+
+/* line 211, habillage.scss */
+#ateliers ul li {
+  margin-bottom: 15px;
+}
+
+/* line 214, habillage.scss */
+.descriptif {
+  margin-left: 15px;
+}
+
+/* line 218, habillage.scss */
+#ateliers p {
+  margin: 15px 15px 0 0;
+  font-size: 1.0em;
+  text-align: left;
+}
+
+/* line 223, habillage.scss */
+#ateliers address {
+  margin: 0 0 0 15px;
+  line-height: 0.6;
+}
+
+/* line 227, habillage.scss */
+.horairesouvertures {
+  margin: 0 0 0 15px;
+}
+
+/* line 230, habillage.scss */
+#ateliers nav {
+  padding-top: 15px;
+  padding-bottom: 15px;
+  clear: both;
+}
+
+/* line 235, habillage.scss */
+.fa {
+  color: #0fe4ab;
+  -webkit-transition: all 0.3s ease 0s;
+  -moz-transition: all 0.3s ease 0s;
+  -ms-transition: all 0.3s ease 0s;
+  -o-transition: all 0.3s ease 0s;
+  transition: all 0.3s ease 0s;
+}
+
+/* line 243, habillage.scss */
+.fa:hover {
+  color: #0c0fb7;
+}
+
+/* line 246, habillage.scss */
+#atelierdescription nav {
+  margin-bottom: 15px;
+}
+
+/* line 249, habillage.scss */
+.voirenligne {
+  padding: 15px;
+  text-align: right;
+}
+
+/* line 255, habillage.scss */
+.logoatelier {
+  text-align: center;
+}
+
+/*2EME COLONNE*/
+/* line 261, habillage.scss */
+#news {
+  margin: 0 10px;
+}
+
+/* line 264, habillage.scss */
+.article {
+  background-color: #e8e3e1;
+  margin: 0 0 15px 0;
+  line-height: 1.3;
+}
+
+/* line 269, habillage.scss */
+.article h1 {
+  font-size: 1.4em;
+  width: 100%;
+}
+
+/* line 273, habillage.scss */
+.article .fa {
+  width: 20px;
+  height: 20px;
+  -moz-border-radius: 10px;
+  -webkit-border-radius: 10px;
+  border-radius: 10px;
+}
+
+/* line 280, habillage.scss */
+.article .fa a {
+  display: none;
+}
+
+/* line 283, habillage.scss */
+.article img {
+  width: 100%;
+  height: auto;
+  margin: 0;
+}
+
+/* line 288, habillage.scss */
+.article ul {
+  margin: 0 15px;
+}
+
+/* line 291, habillage.scss */
+.article li {
+  margin: 0 15px;
+}
+
+/* line 294, habillage.scss */
+.article div {
+  margin: 0 15px;
+}
+
+/* line 299, habillage.scss */
+.articlefull {
+  background-color: #e8e3e1;
+  margin: 0 0 15px 0;
+  line-height: 1.3;
+}
+
+/* line 304, habillage.scss */
+.articlefull h1 {
+  font-size: 1.4em;
+  width: 100%;
+}
+
+/* line 308, habillage.scss */
+.articlefull .fa {
+  width: 20px;
+  height: 20px;
+  -moz-border-radius: 10px;
+  -webkit-border-radius: 10px;
+  border-radius: 10px;
+}
+
+/* line 315, habillage.scss */
+.articlefull .fa a {
+  display: none;
+}
+
+/* line 318, habillage.scss */
+.articlefull img {
+  width: auto;
+  margin: 0;
+}
+
+/* line 322, habillage.scss */
+.articlefull ul {
+  margin: 0 15px;
+}
+
+/* line 325, habillage.scss */
+.articlefull li {
+  margin: 0 15px;
+}
+
+/* line 328, habillage.scss */
+.articlefull div {
+  margin: 0 15px;
+}
+
+/* line 331, habillage.scss */
+address {
+  padding-bottom: 10px;
+}
+
+/* line 334, habillage.scss */
+address p {
+  margin: 0;
+  padding: 0;
+}
+
+/* line 338, habillage.scss */
+.historique {
+  background-color: #ffd2a1;
+  margin: 0 15px 15px 15px;
+}
+
+/* line 342, habillage.scss */
+.historique h1 {
+  width: 100%;
+}
+
+/* line 345, habillage.scss */
+#atelierdescription {
+  margin: 0 10px;
+}
+
+/* line 348, habillage.scss */
+#atelierdescription #news {
+  margin: 0;
+}
+
+/* line 351, habillage.scss */
+.spip_logos {
+  /*   width:auto!important;*/
+  width: 200px;
+  height: 200px;
+  margin: 15px 15px 15px 15px;
+  text-align: center;
+}
+
+/* line 359, habillage.scss */
+.urlsites {
+  padding: 15px 0;
+}
+
+/*3EME COLONNE*/
+/* line 367, habillage.scss */
+.map {
+  height: 300px;
+  margin: 0 10px 15px 10px;
+  overflow: hidden;
+}
+
+/* line 372, habillage.scss */
+.agenda {
+  background-color: #606060;
+  margin: 0 10px 15px 10px;
+  padding-right: 10px;
+  padding-bottom: 15px;
+}
+
+/* line 381, habillage.scss */
+.agenda h2:hover {
+  text-decoration: none;
+  color: #ffffff;
+}
+
+/* line 385, habillage.scss */
+.agenda h2 {
+  color: #ffffff;
+}
+
+/* line 388, habillage.scss */
+.agenda p {
+  padding: 0;
+  color: #ffffff;
+}
+
+/* line 392, habillage.scss */
+.agenda ul {
+  list-style-type: none;
+  padding: 0;
+  margin: 0;
+  padding-top: 15px;
+}
+
+/* line 398, habillage.scss */
+.date {
+  float: left;
+  font-size: 1.7em;
+  clear: both;
+}
+
+/* line 403, habillage.scss */
+.event {
+  display: block;
+  margin-bottom: 45px;
+  padding-top: 5px;
+}
+
+/* line 409, habillage.scss */
+.horaire {
+  font-size: 0.8em;
+  margin-bottom: 20px;
+  display: block;
+}
+
+/*RESPONSIVE*/
+/* line 423, habillage.scss */
+.col-1, .col-m-1, .col-l-1, .col-2, .col-m-2, .col-l-2, .col-3, .col-m-3, .col-l-3, .col-4, .col-m-4, .col-l-4, .col-5, .col-m-5, .col-l-5, .col-6, .col-m-6, .col-l-6, .col-7, .col-m-7, .col-l-7, .col-8, .col-m-8, .col-l-8, .col-9, .col-m-9, .col-l-9, .col-10, .col-m-10, .col-l-10, .col-11, .col-m-11, .col-l-11, .col-12, .col-m-12, .col-l-12 {
+  float: left;
+  position: relative;
+}
+
+/* line 429, habillage.scss */
+.col-1 {
+  width: 8.33333%;
+}
+
+/* line 429, habillage.scss */
+.col-2 {
+  width: 16.66667%;
+}
+
+/* line 429, habillage.scss */
+.col-3 {
+  width: 25%;
+}
+
+/* line 429, habillage.scss */
+.col-4 {
+  width: 33.33333%;
+}
+
+/* line 429, habillage.scss */
+.col-5 {
+  width: 41.66667%;
+}
+
+/* line 429, habillage.scss */
+.col-6 {
+  width: 50%;
+}
+
+/* line 429, habillage.scss */
+.col-7 {
+  width: 58.33333%;
+}
+
+/* line 429, habillage.scss */
+.col-8 {
+  width: 66.66667%;
+}
+
+/* line 429, habillage.scss */
+.col-9 {
+  width: 75%;
+}
+
+/* line 429, habillage.scss */
+.col-10 {
+  width: 83.33333%;
+}
+
+/* line 429, habillage.scss */
+.col-11 {
+  width: 91.66667%;
+}
+
+/* line 429, habillage.scss */
+.col-12 {
+  width: 100%;
+}
+
+@media only screen and (min-width: 650px) {
+  /* line 437, habillage.scss */
+  .col-m-1 {
+    width: 8.33333%;
+  }
+
+  /* line 437, habillage.scss */
+  .col-m-2 {
+    width: 16.66667%;
+  }
+
+  /* line 437, habillage.scss */
+  .col-m-3 {
+    width: 25%;
+  }
+
+  /* line 437, habillage.scss */
+  .col-m-4 {
+    width: 33.33333%;
+  }
+
+  /* line 437, habillage.scss */
+  .col-m-5 {
+    width: 41.66667%;
+  }
+
+  /* line 437, habillage.scss */
+  .col-m-6 {
+    width: 50%;
+  }
+
+  /* line 437, habillage.scss */
+  .col-m-7 {
+    width: 58.33333%;
+  }
+
+  /* line 437, habillage.scss */
+  .col-m-8 {
+    width: 66.66667%;
+  }
+
+  /* line 437, habillage.scss */
+  .col-m-9 {
+    width: 75%;
+  }
+
+  /* line 437, habillage.scss */
+  .col-m-10 {
+    width: 83.33333%;
+  }
+
+  /* line 437, habillage.scss */
+  .col-m-11 {
+    width: 91.66667%;
+  }
+
+  /* line 437, habillage.scss */
+  .col-m-12 {
+    width: 100%;
+  }
+}
+@media only screen and (min-width: 1200px) {
+  /* line 444, habillage.scss */
+  .col-l-1 {
+    width: 8.33333%;
+  }
+
+  /* line 444, habillage.scss */
+  .col-l-2 {
+    width: 16.66667%;
+  }
+
+  /* line 444, habillage.scss */
+  .col-l-3 {
+    width: 25%;
+  }
+
+  /* line 444, habillage.scss */
+  .col-l-4 {
+    width: 33.33333%;
+  }
+
+  /* line 444, habillage.scss */
+  .col-l-5 {
+    width: 41.66667%;
+  }
+
+  /* line 444, habillage.scss */
+  .col-l-6 {
+    width: 50%;
+  }
+
+  /* line 444, habillage.scss */
+  .col-l-7 {
+    width: 58.33333%;
+  }
+
+  /* line 444, habillage.scss */
+  .col-l-8 {
+    width: 66.66667%;
+  }
+
+  /* line 444, habillage.scss */
+  .col-l-9 {
+    width: 75%;
+  }
+
+  /* line 444, habillage.scss */
+  .col-l-10 {
+    width: 83.33333%;
+  }
+
+  /* line 444, habillage.scss */
+  .col-l-11 {
+    width: 91.66667%;
+  }
+
+  /* line 444, habillage.scss */
+  .col-l-12 {
+    width: 100%;
+  }
+
+  /* line 447, habillage.scss */
+  #wrap {
+    width: 1200px;
+  }
+
+  /* line 451, habillage.scss */
+  .wrap {
+    width: auto;
+  }
+}
+/* line 458, habillage.scss */
+.row:before, .row:after {
+  content: "";
+  display: table;
+}
+
+/* line 463, habillage.scss */
+.row:after {
+  clear: both;
+}
+
+/* line 468, habillage.scss */
+.row {
+  margin: 0 -10px;
+  zoom: 1;
+}
+
+/*FOOTER*/
+/* line 476, habillage.scss */
+footer {
+  clear: both;
+  height: 100px;
+  background-color: #606060;
+}
+
+/* line 482, habillage.scss */
+footer ul {
+  width: 500px;
+  margin: 0 auto;
+  padding: 30px 0 0;
+  list-style-type: none;
+}
+
+/* line 489, habillage.scss */
+footer li {
+  float: left;
+  /*pour IE*/
+}
+
+/* line 492, habillage.scss */
+footer ul li a {
+  text-align: center;
+  display: block;
+  text-decoration: none;
+  color: #0c0fb7;
+}
+
+/* line 498, habillage.scss */
+footer ul li a:hover {
+  border-bottom: solid #0c0fb7;
+}