@charset "UTF-8";
/** 
Theme Name: Clarisse 
Theme URL: https://krikrak.fr
Description: Clarisse
Theme Author: Kévin Réaux
Author URL: https://krikrak.fr
Template: graslin-immobilier 
Version: 1.0.0 
Text Domain: graslin-immobilier-child 
*/
/*FORMULAIRES*/
input,
textarea,
select {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
  opacity: 1;
  max-height: 50vh !important;
  min-height: 2em;
}

input,
textarea,
select {
  border: solid 2px;
  border-radius: 0.2em;
  border-color: transparent;
  padding: 0.75em;
  transition: all 0.5s;
  outline: none;
  background: transparent;
  color: inherit;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

textarea {
  max-width: 100% !important;
  min-width: 100% !important;
}

input:checked ~ label {
  font-size: 4em;
}

span.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}

span.wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 2px solid;
  padding: 0.25em 0.75em;
  border-radius: 50px;
}
span.wpcf7-list-item label input {
  display: none;
  opacity: 0;
  margin: 0;
  width: 0em;
  height: 0em;
  position: relative;
}
span.wpcf7-list-item.active label {
  background-color: #5D5C6B;
  color: white;
}

/**/
form.wpcf7-form {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
form.wpcf7-form p {
  padding: 1em 0;
  display: flex;
  flex-direction: column;
}
form.wpcf7-form label {
  margin: 0.5em 0;
  display: block;
}
form.wpcf7-form.invalid input[type=submit] {
  margin: 0;
}

/*
<p>
    <input type="submit" value="Submit" class="wpcf7-form-control wpcf7-submit">
    <span class="ajax-loader is-active"></span>
</p>
*/
@keyframes fade-bg {
  0% {
    transform: rotate(-180deg);
  }
  50% {
    transform: rotate(540deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
div.wpcf7 p .ajax-loader {
  /*GIF = BACKGROUND*/
  display: block;
  width: 100%;
  background: none;
  transition: all 1s;
  color: red;
  margin: 0;
  padding: 0;
  position: relative;
}
div.wpcf7 p .ajax-loader:before {
  left: 1em;
  position: absolute;
  font-size: 2em;
  margin: -0.5em;
  animation-name: fade-bg;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: forward;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 1em;
  display: flex;
  align-items: center;
  border-radius: 0em;
  font-size: 1em;
  /**/
}
.wpcf7 form .wpcf7-response-output:before {
  content: "🥂";
  font-size: 2em;
  line-height: 0.75em;
  margin: 0;
  margin-right: 0.5em;
}

.wpcf7 form.invalid .wpcf7-response-output:before,
.wpcf7 form.unaccepted .wpcf7-response-output:before {
  content: "🛎️";
}

.wpcf7 form.failed .wpcf7-response-output:before,
.wpcf7 form.aborted .wpcf7-response-output:before {
  content: "🕳️";
}

.wpcf7-not-valid-tip {
  margin-top: 0.5em;
}

#logo .gi-font-la_bulle_immo:before {
  content: "\e902";
  color: var(--wp--preset--color--pink);
}

#logo img {
  height: 1.25em;
  width: 1.25em;
  display: block;
}

.footer-colonnes p {
  display: flex;
  align-items: center;
}
.footer-colonnes p > img {
  height: auto;
  margin-right: 1em;
  padding: 0.5em;
  overflow: visible;
}

.item.galerie .content img {
  overflow: hidden;
  display: block;
  flex: 1;
  object-fit: cover;
}

.fancybox-container .fancybox-inner .fancybox-content img {
  max-width: 100%;
}

.color_a .content {
  background-color: white !important;
}
.color_a .content .info {
  background-color: rgba(255, 255, 255, 0) !important;
}

div.wpcf7 {
  margin: 0 auto;
}

ul.localisation {
  display: flex;
}
ul.localisation li {
  color: var(--wp--preset--color--pink);
  margin: 1em 0.5em !important;
  font-size: 1em !important;
}

.grid > figure {
  margin: 0;
}

.item {
  border: none;
}

.item a.content:hover {
  box-shadow: 0 0 32px color-mix(in srgb, var(--wp--preset--color--fushia) 10%, transparent);
  transform: scale(1.02);
}

.item a.content {
  transition: all 0.5s;
  transform: scale(1);
}

body.page-template-homepage h1 {
  width: 80%;
  font-weight: 200;
  font-size: 1.5em;
  font-family: inherit;
  color: var(--wp--preset--color--anthacite);
  letter-spacing: 0em;
  text-indent: 0px;
}

.item.childpage .content {
  background-color: var(--wp--preset--color--fushia-dark);
}

.item.bien .content {
  background-color: var(--wp--preset--color--fushia-dark);
}

.item.childpage .content .info {
  background-color: color-mix(in srgb, var(--wp--preset--color--fushia-dark) 90%, transparent);
}

.item.bien .content .info {
  background: color-mix(in srgb, var(--wp--preset--color--fushia-dark) 90%, transparent);
}
.item.bien .content .info > span {
  color: var(--wp--preset--color--pink);
}

.item.color_b .content {
  background-color: var(--wp--preset--color--pink);
}

.item.color_b .content .info {
  color: var(--wp--preset--color--fushia-dark);
  background-color: color-mix(in srgb, var(--wp--preset--color--pink) 80%, transparent);
}

.fancybox-container .fancybox-inner .fancybox-content img {
  height: auto;
}

.grid .wp-block-group.header {
  order: -999;
  width: 100%;
  margin: 6vh auto;
}
.grid .wp-block-group.header h1 {
  width: 100%;
}

.content.has-background {
  background-size: cover;
  background-position: center center;
}
.content.has-background .info {
  opacity: 0;
}
.content.has-background:hover {
  opacity: 1;
}

footer#site-footer {
  min-height: auto;
  padding: 2em 0;
}

.wp-block-image img {
  height: auto;
}

.item.grid-image .content {
  background-size: cover;
}

.wp-block-columns {
  flex-grow: 1;
}

body.home .grid .type-programmes:nth-child(1) {
  order: 10;
}
body.home .grid .type-programmes:nth-child(2) {
  order: 20;
}
body.home .grid .type-programmes:nth-child(3) {
  order: 30;
}
body.home .grid .type-programmes:nth-child(4) {
  order: 40;
}
body.home .grid .type-programmes:nth-child(5) {
  order: 50;
}
body.home .grid .type-programmes:nth-child(6) {
  order: 60;
}
body.home .grid .type-programmes:nth-child(7) {
  order: 70;
}
body.home .grid .type-programmes:nth-child(8) {
  order: 80;
}
body.home .grid .type-programmes:nth-child(9) {
  order: 90;
}
body.home .grid .type-programmes:nth-child(10) {
  order: 100;
}
body.home .grid .type-programmes:nth-child(11) {
  order: 110;
}
body.home .grid .type-programmes:nth-child(12) {
  order: 120;
}
body.home .grid .type-programmes:nth-child(13) {
  order: 130;
}
body.home .grid .type-programmes:nth-child(14) {
  order: 140;
}
body.home .grid .type-programmes:nth-child(15) {
  order: 150;
}
body.home .grid .type-programmes:nth-child(16) {
  order: 160;
}
body.home .grid .type-programmes:nth-child(17) {
  order: 170;
}
body.home .grid .type-programmes:nth-child(18) {
  order: 180;
}
body.home .grid .type-programmes:nth-child(19) {
  order: 190;
}

.item.bloc-acf .content .info > img.size-thumbnail {
  width: 100px;
  height: auto;
  margin-bottom: -1em;
}

.has-color-pink {
  color: #F75781;
}
.has-color-pink a {
  color: inherit !important;
}

.loader {
  order: 100;
}

footer#site-footer {
  margin-top: 2em;
}

.menu#menu-2 {
  gap: 1em;
  margin: 2em auto !important;
}

/*# sourceMappingURL=style.css.map */
