]> _ Git - couzy.git/commitdiff
wait #6092 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 30 Jun 2023 10:55:02 +0000 (12:55 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 30 Jun 2023 10:55:02 +0000 (12:55 +0200)
pavillonmadeleine.fr/wp-content/themes/YvesCouzy/images/logo-light.png [new file with mode: 0644]
pavillonmadeleine.fr/wp-content/themes/YvesCouzy/images/vignette-inauguration.jpg [new file with mode: 0644]
pavillonmadeleine.fr/wp-content/themes/YvesCouzy/style.css [new file with mode: 0644]
pavillonmadeleine.fr/wp-content/themes/YvesCouzy/style.css.map [new file with mode: 0644]

diff --git a/pavillonmadeleine.fr/wp-content/themes/YvesCouzy/images/logo-light.png b/pavillonmadeleine.fr/wp-content/themes/YvesCouzy/images/logo-light.png
new file mode 100644 (file)
index 0000000..c28bbcc
Binary files /dev/null and b/pavillonmadeleine.fr/wp-content/themes/YvesCouzy/images/logo-light.png differ
diff --git a/pavillonmadeleine.fr/wp-content/themes/YvesCouzy/images/vignette-inauguration.jpg b/pavillonmadeleine.fr/wp-content/themes/YvesCouzy/images/vignette-inauguration.jpg
new file mode 100644 (file)
index 0000000..6066ef9
Binary files /dev/null and b/pavillonmadeleine.fr/wp-content/themes/YvesCouzy/images/vignette-inauguration.jpg differ
diff --git a/pavillonmadeleine.fr/wp-content/themes/YvesCouzy/style.css b/pavillonmadeleine.fr/wp-content/themes/YvesCouzy/style.css
new file mode 100644 (file)
index 0000000..c7ecb33
--- /dev/null
@@ -0,0 +1,577 @@
+/* COMMON */
+html,
+body {
+  margin: 0;
+  padding: 0;
+  height: 100%;
+}
+body {
+  color: #787878;
+  min-width: 1000px;
+}
+a,
+a:hover,
+a:focus {
+  color: #787878;
+}
+.hr {
+  border-bottom: 1px solid #d8d8d8;
+  width: 100%;
+}
+.header {
+  background: white;
+  border-bottom: none;
+  padding: 0;
+}
+.logo {
+  position: absolute;
+  top: 60px;
+  left: 0;
+  right: 0;
+  margin-left: auto;
+  margin-right: auto;
+  width: 193px;
+}
+.btn-couzy,
+.btn-couzy:hover,
+.btn-couzy:focus,
+.btn-couzy:active {
+  background-color: #a7c352;
+  background-image: none;
+  border-color: #a7c352;
+  color: white;
+  text-shadow: none;
+}
+.main-holder {
+  min-height: 100%;
+  position: relative;
+}
+.container-couzy {
+  width: 980px;
+}
+.container-fluid-couzy {
+  padding-left: 0px;
+  padding-right: 0px;
+}
+.span8-couzy {
+  padding-right: 22px;
+}
+.span4.sidebar {
+  margin-left: 23px;
+  width: 310px;
+}
+.span4.sidebar .custom-page-sidebar {
+  padding: 25px 37px 35px 37px;
+}
+/* BOOTSTRAP */
+.table {
+  margin: 30px 0 10px;
+}
+.table-bordered,
+.table-bordered thead:first-child tr:first-child > th:first-child,
+.table-bordered tbody:first-child tr:first-child > td:first-child,
+.table-bordered tbody:first-child tr:first-child > th:first-child,
+.table-bordered thead:last-child tr:last-child > th:first-child,
+.table-bordered tbody:last-child tr:last-child > td:first-child,
+.table-bordered tbody:last-child tr:last-child > th:first-child,
+.table-bordered tfoot:last-child tr:last-child > td:first-child,
+.table-bordered tfoot:last-child tr:last-child > th:first-child {
+  -webkit-border-radius: 0px;
+  -moz-border-radius: 0px;
+  border-radius: 0px;
+}
+.table-bordered tfoot tr > th {
+  border-left: none;
+  border-right: none;
+  border-bottom: none;
+  border-top: 1px solid #ddd;
+  padding-left: 15px;
+}
+/* MENU */
+.header ul {
+  list-style: none;
+}
+.header ul li {
+  position: relative;
+  float: left;
+}
+/* VERY TOP MENU */
+#very-top-menu-container {
+  background-color: #b0b43b;
+}
+.very-top-menu > li a {
+  font-family: 'Open Sans', sans-serif;
+  font-size: 13px;
+  text-transform: uppercase;
+  color: white;
+  font-weight: bold;
+  margin: 0 0 0 65px;
+  padding: 15px 0 5px;
+  display: inline-block;
+  text-decoration: none;
+}
+#menu-item-27 a {
+  color: #d8da9d;
+}
+/* SUB MENU */
+.sub-menu {
+  margin: 20px 0 80px;
+  text-align: right;
+}
+.sub-menu li {
+  display: block;
+  float: right !important;
+  margin-left: 50px;
+}
+.sub-menu li a {
+  color: #8e8e8e;
+  border: none;
+  display: inline-block;
+  font-family: 'Open Sans', sans-serif;
+  font-size: 12px;
+  font-weight: 600;
+  text-transform: uppercase;
+}
+.sub-menu .menu-item-blog a {
+  /* BLOG */
+  background-image: url(images/btn-menu-blog.jpg);
+  background-repeat: no-repeat;
+  text-indent: 100%;
+  white-space: nowrap;
+  overflow: hidden;
+  width: 75px;
+  height: 28px;
+}
+.sub-menu li#menu-item-94 a {
+  /* CONTACT */
+  margin-top: 6px;
+}
+/* MAIN MENU */
+.nav {
+  margin-bottom: 45px;
+}
+.sf-menu {
+  float: none;
+}
+.top-menu.sf-menu li {
+  background: none;
+}
+.top-menu.sf-menu li a {
+  color: #8e8e8e;
+  border: none;
+  font-family: 'Open Sans', sans-serif;
+  font-size: 16px;
+  font-weight: bold;
+  padding: 10px 15px;
+  text-transform: uppercase;
+}
+.top-menu.sf-menu > li > a:hover,
+.top-menu.sf-menu > li > a:active,
+.top-menu.sf-menu > li.sfHover > a,
+.top-menu.sf-menu > li.current-menu-item > a,
+.top-menu.sf-menu > li.current_page_item > a {
+  background: none;
+  color: #b0b43b;
+  text-decoration: none;
+}
+/* ACCUEIL */
+#menu-item-19 a {
+  padding-left: 0;
+}
+/* PRESTATIONS */
+#menu-item-20 {
+  margin-right: 241px;
+}
+/* QUALITE */
+#menu-item-24 a {
+  padding-left: 0;
+  padding-right: 35px;
+}
+/* EQUIPE */
+#menu-item-23 a {
+  padding-right: 35px;
+}
+/* INFOS & TARIFS */
+#menu-item-22 a {
+  padding-right: 0;
+}
+/* SLIDER */
+.container-fluid-slider {
+  padding-left: 0;
+  padding-right: 0;
+}
+.slider {
+  margin-left: auto;
+  margin-right: auto;
+}
+.camera_wrap {
+  height: 1000px !important;
+  margin-bottom: 0px !important;
+}
+.cameraSlide {
+  overflow: hidden;
+}
+.cameraSlide img {
+  height: auto !important;
+  min-height: 1002px;
+  margin-left: auto !important;
+  margin-right: auto !important;
+  width: 100% !important;
+  min-width: 2191px;
+}
+.camera_caption {
+  margin-left: auto;
+  margin-right: auto;
+  margin-top: 350px;
+  position: relative;
+  width: 980px;
+}
+.camera_caption > div {
+  background: none;
+}
+.camera_caption > div > p {
+  display: inline-block;
+  background: url(images/slider-bg-title.png) repeat;
+  font-family: 'Roboto Slab', serif;
+  font-size: 57px;
+  margin-bottom: 0;
+  padding: 25px 10px;
+}
+.camera_caption > div > p:first-child {
+  font-size: 39px;
+  padding: 15px 10px 10px;
+}
+.camera_caption > div > p > span {
+  opacity: 1;
+}
+.camera_pag {
+  position: absolute;
+  bottom: 370px;
+  left: 0;
+  right: 0;
+  margin-left: auto;
+  margin-right: auto;
+}
+.camera_wrap .camera_pag .camera_pag_ul li {
+  opacity: 0.8;
+}
+.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
+  background-color: white;
+  opacity: 1;
+}
+.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
+  background: white;
+}
+/* GREEN CONTAINER */
+#introContainer {
+  background: url(images/slider-bottom-bg.png);
+  height: 360px;
+  position: absolute;
+  bottom: 0;
+  z-index: 99;
+}
+#introContentLeft {
+  color: white;
+  font-family: 'Open Sans', sans-serif;
+  font-size: 16px;
+  line-height: 30px;
+  margin-left: 20px;
+  padding: 40px 0;
+}
+#introContentLeft h2 {
+  color: white;
+  font-family: 'Roboto Slab', serif;
+  font-size: 39px;
+  line-height: 50px;
+  margin-bottom: 20px;
+}
+#introContentRight {
+  background-image: url(images/quotes.png);
+  background-repeat: no-repeat;
+  background-position: 50px top;
+  color: white;
+  font-family: 'Open Sans', sans-serif;
+  font-size: 16px;
+  font-style: italic;
+  line-height: 20px;
+  margin-left: 0;
+  margin-top: 45px;
+  padding-top: 10px;
+  padding-left: 50px;
+  padding-right: 28px;
+}
+#introContentRight > p:first-child {
+  display: inline;
+  padding-left: 40px;
+}
+#introContentRight #author {
+  font-family: 'Open Sans', sans-serif;
+  font-size: 12px;
+  line-height: 14px;
+}
+#introContentRight .quote {
+  font-size: 60px;
+}
+/* CONTENT */
+.content-holder {
+  font-family: 'Open Sans', sans-serif;
+  font-size: 16px;
+  line-height: 24px;
+  padding-bottom: 300px;
+}
+.content-holder .page-thumbnail img {
+  width: 100%;
+}
+.content-holder .title-header,
+.content-holder h1,
+.container-couzy h1 {
+  color: #859a43;
+  font-family: 'Roboto Slab', serif;
+  font-weight: 300;
+  font-size: 39px;
+  line-height: 50px;
+  margin-bottom: 20px;
+}
+.content-holder strong {
+  font-weight: 600 !important;
+}
+.content-holder ul {
+  list-style-image: url(images/list.gif);
+  list-style-position: outside;
+  margin-left: 15px;
+}
+.content-holder ul li {
+  font-weight: 300;
+  line-height: 24px;
+  margin: 20px 0;
+}
+.content-holder a,
+.content-holder a:hover,
+.content-holder a:focus {
+  text-decoration: underline;
+}
+/* SIDEBAR */
+.sidebar {
+  margin-top: 20px;
+}
+.sidebar-first {
+  margin-top: -110px;
+}
+.custom-page-sidebar {
+  background-color: #382726;
+  padding: 35px;
+  color: white;
+  line-height: 24px;
+  font-size: 16px;
+  font-weight: 300;
+}
+.custom-page-sidebar h3 {
+  font-size: 30px;
+  color: white;
+  font-family: 'Roboto Slab', serif;
+  font-weight: 100;
+  line-height: 36px;
+}
+.sidebar .sidebar-thumbnail {
+  width: 310px;
+}
+/* PAGE */
+.page-template-default .page-thumbnail {
+  background-repeat: no-repeat;
+  background-size: cover;
+  background-position: 50% 50%;
+  height: 502px;
+}
+.page-template-page-fullwidth-php .page-thumbnail {
+  background-repeat: no-repeat;
+  background-size: cover;
+  background-position: 50% 50%;
+  height: 254px;
+}
+.title-section {
+  padding-top: 0;
+}
+.page .span8-couzy {
+  padding-top: 0;
+}
+#content {
+  padding-top: 40px;
+}
+.page-template-page-fullwidth-php #content h3,
+.page .span8-couzy h3 {
+  color: #6e6e6e;
+  font-family: 'Roboto Slab', serif;
+  font-size: 24px;
+  font-weight: 300;
+  margin: 30px 0;
+}
+.page .span8-couzy .table,
+.table-bordered tfoot tr > th {
+  font-family: 'Open Sans', sans-serif;
+  font-size: 16px;
+  font-weight: 300;
+}
+.page-template-page-fullwidth-php h1 {
+  margin-top: 50px;
+}
+.page-template-page-fullwidth-php #content {
+  padding-top: 10px;
+}
+/* HOME PAGE */
+.home .hentry {
+  margin-top: 50px;
+}
+.home .content-holder h1 {
+  margin-bottom: 40px;
+}
+.home .content-holder ul li {
+  font-weight: normal;
+}
+.home .sidebar {
+  margin-top: 60px;
+  padding-top: 0 !important;
+}
+.home #custom_page_sidebar_1 {
+  margin-top: 0;
+}
+/* RESIDENCE PAGE */
+.page-id-7 .content-holder {
+  padding-bottom: 170px;
+}
+.container-gallery {
+  background-color: #f7f7f7;
+  margin-top: 100px;
+  padding-top: 30px;
+  padding-bottom: 50px;
+}
+.container-gallery h1 {
+  color: #777;
+}
+.html5gallery-container-0 .html5gallery-elem-0 {
+  box-shadow: none !important;
+  -webkit-box-shadow: none !important;
+}
+.html5gallery-elem-img-0 a > div {
+  display: none !important;
+}
+/* CONTACT PAGE */
+.page-id-17 .content-holder {
+  padding-bottom: 0;
+}
+input[type="text"],
+input[type="email"],
+textarea,
+.btn {
+  border-radius: 0;
+  -webkit-border-radius: 0;
+  -moz-border-radius: 0;
+}
+.wpcf7-form p.field input {
+  height: 24px;
+  padding-top: 7px;
+  width: 100% !important;
+}
+.wpcf7-form textarea {
+  width: 100%;
+}
+input[type="submit"] {
+  height: auto;
+}
+.help-block {
+  font-family: 'Open Sans', sans-serif;
+  font-size: 13px;
+  font-style: italic;
+  padding: 10px 0;
+}
+.wpcf7-not-valid-tip,
+div.wpcf7-validation-errors {
+  font-family: 'Open Sans', sans-serif !important;
+  font-size: 13px !important;
+  font-style: italic !important;
+  padding: 10px !important;
+  border-radius: 0 !important;
+  -webkit-border-radius: 0 !important;
+  -moz-border-radius: 0 !important;
+}
+#map {
+  margin: 50px 0 0 0;
+  padding: 0;
+  height: 515px;
+}
+/* FOOTER */
+.footer {
+  font-family: 'Open Sans', sans-serif;
+  padding: 0;
+  width: 100%;
+  height: 171px;
+  position: absolute;
+  bottom: 0;
+  left: 0;
+}
+.footer .fa {
+  font-size: 20px;
+  margin-right: 10px;
+}
+.footer a,
+.footer a:hover,
+.footer a:focus {
+  color: #827262;
+}
+#footer {
+  background-color: #f5f4f3;
+  color: #827262;
+  font-size: 16px;
+  padding: 30px 0 20px;
+}
+#footer .footer-email {
+  margin-bottom: 20px;
+}
+#copyright {
+  background-color: #b0b43b;
+  color: #f5f4f3;
+  text-transform: uppercase;
+  padding: 20px 0;
+}
+#copyright a {
+  color: #f5f4f3;
+}
+#wp_mailjet_subscribe_widget-2 h4 {
+  margin: 0 0 10px;
+  color: #827262;
+  font-size: 16px;
+}
+#wp_mailjet_subscribe_widget-2 input#email {
+  padding: 0 15px;
+  height: 42px;
+  border: 1px solid #ccc;
+  font-size: 12px;
+  line-height: 1.5;
+  display: inline-block;
+  vertical-align: top;
+}
+#wp_mailjet_subscribe_widget-2 input#email:focus {
+  outline: 0;
+  -ms-box-shadow: none;
+  -o-box-shadow: none;
+  -webkit-box-shadow: none;
+  -moz-box-shadow: none;
+  box-shadow: none;
+}
+#wp_mailjet_subscribe_widget-2 .mailjet-subscribe {
+  background-color: #f5f4f3;
+  color: #827262;
+  border: 0;
+  border-top: 1px solid #fff;
+  margin-top: 1px;
+  height: 42px;
+  width: 48px;
+  text-align: center;
+  font-size: 12px;
+  line-height: 1.5;
+  -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
+  -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
+  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
+  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
+  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
+}
+/*# sourceMappingURL=style.css.map */
\ No newline at end of file
diff --git a/pavillonmadeleine.fr/wp-content/themes/YvesCouzy/style.css.map b/pavillonmadeleine.fr/wp-content/themes/YvesCouzy/style.css.map
new file mode 100644 (file)
index 0000000..6337144
--- /dev/null
@@ -0,0 +1 @@
+{"version":3,"sources":["style.less"],"names":[],"mappings":"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","file":"style.css"}
\ No newline at end of file