@charset "UTF-8";
/*!
 * Theme Name: QR Pool
 * Template: twentytwentythree
 * Description: Thème personnalisé pour QR Pool - Les styles sont compilés depuis src/scss/
 * Version: 2.0.0
 * Author: QR Pool Team
 * Text Domain: qr-pool
 */
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
h1 {
  color: #0F5645;
  text-align: center;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem; /* 145.455% */
  text-transform: uppercase;
}

p {
  color: #1C1C1C;
  text-align: center;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.21875rem */
}

.site {
  width: 375px;
  margin-left: auto;
  margin-right: auto;
}

body {
  background: #F6F6F6;
  font-family: "Lexend Deca", sans-serif;
}

main {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

button {
  border-radius: 12px;
  background: #0F5645;
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 1.6875rem */
  padding: 12px 24px;
  font-family: "Lexend Deca", sans-serif;
}

button:hover {
  cursor: pointer;
}

.manditory {
  color: var(--orange, #FF8E24);
}

.m-form {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 24px;
  background: #FFF;
  margin-left: auto;
  margin-right: auto;
}

.m-form p {
  font-weight: 500;
}

.m-form input {
  border-radius: 8px;
  border: 1px solid var(--Color-Neutral-Light, #B6B6B6);
  background: var(--blanc, #FFF);
  width: 90%;
  padding: 12px;
  font-family: "Lexend Deca", sans-serif;
}

.m-form select {
  border-radius: 8px;
  border: 1px solid var(--Color-Neutral-Light, #B6B6B6);
  background: var(--blanc, #FFF);
  width: 100%;
  padding: 12px;
  font-family: "Lexend Deca", sans-serif;
  font-size: 0.8125rem;
  color: #1C1C1C;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><polyline points="1 1, 6 6, 11 1" fill="none" stroke="%23B6B6B6" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 55%;
  padding-right: 36px;
}

.m-form label {
  display: block;
  text-align: left;
  width: 100%;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.3125rem */
}

.m-form .m-form_input {
  text-align: left;
  margin: 0;
  width: 100%;
}

.m-form_input:last-child {
  text-align: center;
}

.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 80%;
  max-width: 600px;
  margin: 5% auto;
  position: relative;
  max-height: 80vh;
  overflow-y: auto;
}
.popup-content h2, .popup-content h3 {
  font-size: 1rem;
}
.popup-content h4 {
  font-size: 0.75rem;
}
.popup-content p {
  text-align: left;
}
.popup-content li {
  font-size: 0.75rem;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.m-form_checkbox label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.m-form_checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 0;
  flex-shrink: 0;
}

.m-form_checkbox span {
  margin-left: 0 !important;
  color: #1C1C1C;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.legal {
  color: rgba(28, 28, 28, 0.5);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 0.975rem */
}

footer {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  color: rgba(28, 28, 28, 0.5);
}
footer a {
  color: #8B8B8B;
  text-decoration: underline;
}

@keyframes disappear {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
header {
  display: flex;
  flex-direction: column;
}

.entry-header {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.entry-header select {
  padding: 10px 16px;
  padding-right: 32px;
  border-radius: 5000px;
  border: 1px solid #626262;
  background: #F6F6F6;
  color: #2F343A;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #F6F6F6 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><polyline points="1 1, 6 6, 11 1" fill="none" stroke="%23626262" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;
  background-position: calc(100% - 16px) 55%;
}
.entry-header .client-logo {
  width: 40%;
  max-width: 40%;
  flex-shrink: 0;
  overflow: hidden;
  text-align: center;
}
.entry-header .client-logo img {
  max-width: 100%;
  height: auto;
  max-height: 80px;
  display: block;
}

.wp-site-blocks {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
@media (min-width: 768px) {
  .wp-site-blocks {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.entry-content.has-global-padding {
  padding: 0;
}

.wrapper {
  padding-right: 5%;
  padding-left: 5%;
}

.-bordered {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-block-start: 0 !important;
  border-top: 1px solid #ddd;
  background: #fff;
}

.grid {
  display: flex;
}

.col.-icon {
  width: 40px;
  flex-shrink: 0;
}
.col.-icon svg {
  width: 24px;
  height: auto;
}
.col:last-child {
  width: calc(100% - 40px);
  padding-top: 0.3rem;
}
.col.-noTop {
  padding-top: 0;
}

#qrcg-alert {
  border-radius: 24px;
  border: 1px solid #0F5645;
  background: #FFF;
}
#qrcg-alert h3 {
  color: #0F5645;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  position: relative;
}
#qrcg-alert h3 svg {
  position: absolute;
  right: 24px;
  top: 40%;
}

#qrcg-reset {
  border-radius: 24px;
  border: none;
  background: #FFF;
}
#qrcg-reset h3 {
  color: #2F343A;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 16px 0;
  position: relative;
}
#qrcg-reset h3 svg {
  position: absolute;
  right: 24px;
  top: 40%;
}
#qrcg-reset #reset-form p {
  width: 90%;
  margin-left: 5%;
  font-size: 1rem;
}

.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: var(--primary-color);
  margin: 0;
  animation-name: disappear;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-delay: 1.8s;
  pointer-events: none;
}
.loader_logo {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader img {
  display: block;
  width: 100%;
  height: auto;
}
.loader svg {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 40px;
}

.btn {
  display: inline-block;
  color: #fff;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  margin-top: 20px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.btn.-white {
  background-color: #fff;
  color: var(--primary-color);
  border: 1px solid #fff;
}
.btn.-border {
  background-color: transparent;
  color: var(--primary-color);
}
.btn.-border.-white {
  color: #fff;
}
.btn svg {
  vertical-align: top;
  stroke: var(--primary-color);
  margin-right: 8px;
}

button.btn {
  font-family: var(--wp--preset--font-family--dm-sans);
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.6;
}

.bigBtn {
  display: inline-block;
  color: var(--primary-color) !important;
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid var(--primary-color);
  text-align: center;
  font-size: 14px;
}

.material-symbols-outlined {
  display: block !important;
  width: 28px;
  height: 28px;
  font-weight: 300;
  font-size: 28px !important;
  margin: 0 auto 4px;
}

.toggle-header {
  color: #0F5645;
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-left: 24px;
}

.notice-info {
  display: flex;
  padding: 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 24px;
  border: 1px solid #0F5645;
  background: #F1FFFB;
}
.notice-info p {
  color: #0F5645;
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
}

.text *:first-child {
  margin-top: 0;
}
.text *:last-child:not(.social_item) {
  margin-bottom: 0;
}

.text_sub {
  display: block;
  font-size: 0.875rem;
  color: #8B8B8B !important;
}

a.text_sub {
  text-decoration: none;
}

.link {
  text-transform: uppercase;
}

.-no-top {
  margin-top: 0;
}

:root :where(.wp-block-post-content a:where(:not(.btn))) {
  color: #2F343A;
}

:root :where(a:where(:not(.wp-element-button)):focus) {
  text-decoration: none;
}

:root :where(.editor-styles-wrapper) :where(.is-layout-flow) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.subtitle {
  color: #1C1C1C;
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.subtitle strong {
  color: #0F5645;
  text-transform: uppercase;
}

body {
  background-color: #F6F6F6;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

h2 {
  font-size: 1rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #8B8B8B;
  margin-top: 2em;
  margin-bottom: 1.25em;
}

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