:root {
    --green-light: #2c9334;
    --green-dark: #122f1b;
    --gray-light: #e7eae9;
    --gray-dark: #343434;
    --gray-hover: #cacaca;
    --fc-button-border-color: #122f1b;
    --fc-button-bg-color: #122f1b;
    --border-radius: 5px;
}

:root :where(.is-layout-flow) > * {
    margin-block-start: 0 !important;
    margin-block-end: 0;
}

.bg-green-light {
    background-color: var(--green-light);
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: unset !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

:root :where(.is-layout-constrained) > .metaslider {
    margin-block-start: 0;
}

.wp-block-post-comments ol.commentlist ul.children {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.wp-block-post-comments ol.commentlist li.comment:not(:last-child) {
    margin-bottom: 1rem;
}

.su-posts {
    overflow: hidden;
    height: 400px;
    display: flex;
}

.su-posts-blog {
    display: flex;
    flex-wrap: wrap;
    overflow: unset;
    height: unset;
    justify-content: space-between;
}

.su-posts-blog .blog {
    width: 30%;
}

.su-posts-blog .wp-post-image {
    width: 100%;
}

.su-posts-blog .blog-post-button {
    background-color: var(--green-light);
    text-align: center;
    width: 50%;
}

.su-posts-blog .blog-post-button a {
    color: white;
    text-decoration: none;
}

.slide {
    min-width: 300px;
    transition: translate 0.3s;
    position: relative;
}

.button:not(:last-child) {
    margin-right: 10px;
}

.button.selected {
    background-color: lightgray;
}

.search-bar-top {
    margin-top: -100px;
    padding: 5px;
}

.search-bar {
    background-color: white;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.search-bar > input {
    border-width: 0;
    width: 40%;
    background-color: #dcdcdc;
}

.search-bar > input::placeholder {
    color: var(--gray-dark);
}

.search-bar > button {
    border-radius: unset;
    color: white;
    background-color: var(--green-dark);
    border: none;
    padding-right: 0;
    width: 20% !important;
}

.newsletter-block {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2vh;
    background-image: url(https://macmoov.fr/wp-content/uploads/2025/02/badge-banner-label-blank-copy-space-scaled.jpg);
}

.newsletter-block .content-wrapper {
    color: white;
    background-color: rgba(54, 132, 84, 0.5);
    padding: 1ex;
}

.newsletter-block .content-wrapper form input{
    border-width: 0;
    background-color: var(--gray-light);
    height: 50px;
    width: 56vw;
}

.newsletter-block .content-wrapper form button{
    border-radius: unset;
    color: white;
    background-color: var(--green-dark);
    border: none;
    height: 50px;
    padding: 0 1vw;
}

.newsletter-block h2 {
    color: white;
    text-transform: uppercase;
    margin-top: 0;
}

.newsletter-block .content-wrapper h3{
    font-style: italic;
    margin: 0;
}

.newsletter-block .content-wrapper p{
    color: white;
}

.metaslider {
    margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
    margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
    width: unset !important;
    margin-top: 0;
}

.bloc-troubles a.wp-block-latest-posts__post-title {
    text-decoration: none;
    font-weight: bolder;
    color: var(--green-dark) !important;
}

.bloc-troubles .wp-block-latest-posts__read-more {
    display: none;
}

.bloc-praticiens .su-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: unset;
    grid-row-gap: 4vw;
    grid-column-gap: 4vw;
}

.bloc-praticiens .su-posts .slide {
    background-color: var(--gray-light);
    border-width: 0;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 1vh;
}

.bloc-praticiens .su-posts .slide img {
    width: 75px;
    height: 75px;
    background-color: var(--green-dark);
    border-radius: 45px;
}

.bloc-praticiens .su-posts .slide .practices, .bloc-praticiens .su-posts .slide .practices > a {
    color: #9a9b9a;
}

.bloc-praticiens .su-posts .su-post-button {
    background-color: var(--green-dark);
    padding: 10px 3vw;
    margin: 10px 25px;
    position: absolute;
    bottom: 0;
}

.bloc-praticiens .su-posts .su-post-button  > a {
    color: white;
    width: 100%;
    text-align: center;
    text-transform: none;
    display: inline-block;
}

.wpcf7-form p:has(> :nth-child(2):last-child) {
    display: grid;
    flex-direction: row;
    justify-content: space-around;
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
}

.wpcf7-form-control {
    width: 100%;
    border-width: 0;
    background-color: #eff1ef;
}

.wpcf7-form-control::placeholder, .wpcf7-form-control::-ms-input-placeholder  {
    color: #767676;
    padding-left: 1vw;
}

.wpcf7-form-control:not(.wpcf7-textarea) {
    height: 40px;
}

.wpcf7-form-control.wpcf7-submit {
    width: 150px;
    background-color: var(--green-dark);
    color: white;
}

.psac-post-image-bg {
    width: 300px;
    margin: auto;
}

.column-border-color {
    border-color: var(--green-dark);
}

.header-slider .caption-wrap, .header-slider .caption-wrap div {
    height: 100%;
    text-align: center;
    font-style: italic;
}

.header-slider .caption-wrap h5{
    font-size: 3vw;
    font-weight: unset;
}

.header-slider .caption-wrap h6 {
    font-size: 2vw;
    font-weight: unset;
}

.header-slider .caption-wrap{
    background: unset !important;
    opacity: unset !important;
}

.header-slider .caption-wrap span {
    display: block !important;
    font-style: italic !important;
    line-height: initial;
    width: 80%;
    margin: auto;
    text-align: center;
    font-family: unset !important;
    font-weight: normal !important;
    top: 3vw;
    position: relative;
}

.slide.praticien .city{
    text-transform: capitalize;
}

.slide.praticien .catchphrase{
    font-style: italic;
}

#socials-home {
    z-index: 99999999999999;
    position: relative;
}

.mc-event-container {
    margin-top: -110px;
    text-align: justify;
}

.mc-event-container * {
    color: var(--green-dark);
}

.mc-event-container .host, .mc-event-container .infos {
    background-color: var(--green-dark);
    color: white;
    padding: 2vw;
    display: flex;
    flex-direction: column;
}

.mc-event-container .column:has(.infos) {
    padding-top: 3vw;
}

.mc-event-container .host *, .mc-event-container .infos * {
    color: white;
    font-size: 20px;
    vertical-align: middle;
}

.mc-event-container .column > span, .mc-event-container .host > span, .mc-event-container .infos > span {
    margin-top: 2vw;
}

.mc-event-container .address {
    margin-top: 2vw !important;
    display: flex;
    flex-direction: column;
}

.mc-event-container .address span:not(:first-child) {
    margin-top: 1vw;
}

.mc-event-container h2 {
    text-align: center;
}

.mc-event-container .row {
    display: grid;
}

.mc-event-container .row:nth-child(2), .mc-event-container .row:nth-child(3)  {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5vw;
}

.mc-event-container .row:nth-child(2) .column:nth-child(2),
.mc-event-container .row:nth-child(3) .column:nth-child(2),
.mc-event-container .row:nth-child(3) .column:nth-child(1) {
    display: flex;
    flex-direction: column;
}

.mc-event-container span:has(.social) {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.mc-event-container ul br {
    display: none;
}

.ticket-orders {
    background-color: var(--green-dark);
    color: white;
}

#order-tickets fieldset {
    margin: 1em 0;
    padding: 8px;
    border-radius: unset;
    background: var(--green-dark);
    box-shadow: unset;
    border-width: 0;
}

#order-tickets .tickets-remaining {
    color: white;
}

.my-tickets .mt_purchase_path{
    background-color: var(--green-dark);
    color: white;
    text-align: center;
}

.my-tickets .mt_purchase_path .active {
    border-bottom: 4px solid var(--green-light);
}

.my-tickets .mt_purchase_path .active a{
    color: white;
}

#profession .left {
    float: left;
    width: 66%;
    display: flex;
    gap: 2vw;
    margin-right: 2vw;
    flex-wrap: wrap;
}

.praticiens .praticien {
    width: 45%;
}

.praticien {
    background-color: var(--gray-light);
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.praticien.column {
    width: 33%;
}

.praticien > p {
    display: none;
}

.praticien *{
    color: var(--green-dark);
}

.praticien img, #avatar + img, .avatar.photo {
    width: 150px;
    height: 150px;
    background-color: var(--green-dark);
    border-radius: 80px;
}

.avatar.photo {
    margin-right: 30px;
}


.praticien .name a {
    font-family: var(--wp--preset--font-family--poppins);
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: var(--wp--custom--typography--line-height--small);
}

.praticien .city {
    text-transform: capitalize;
}

.praticien .catchphrase {
    font-style: italic;
}

.praticien .button {
    background-color: var(--green-dark);
    padding: 10px 3vw;
    text-align: center;
    margin: auto 1vw 0;
}

.praticien .button a {
    color: white;
    text-decoration: none;
}

.praticien .practices, .praticien .practices a {
    color: #9a9b9a;
}

.praticien p:last-child {
    display: none;
}

#ill .presentation {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

#ill .presentation .texte1{
    grid-area: 1 / 1 / 2 / 3;
}

#ill .presentation .image {
    grid-area: 1/4/1/4;
}

#ill .presentation .image img {
    width: 100%;
    height: unset;
}

#ill .presentation .texte2 {
    grid-area: 2/4/2/5;
}

#ill .practices .practice {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
    margin-top: 2vw;
}

#ill .practices .name {
    font-style: normal;
    font-weight: 700;
    font-size: 2.2rem;
}

#ill .practices .name, #ill .practices .description {
    line-height: var(--wp--custom--typography--line-height--small);
    font-family: var(--wp--preset--font-family--poppins);
}

#ill .practices .description {
    padding-top: 1vw;
}

#ill .practices .practice .practicians {
    width: 100%;
    display: flex;
    gap: 2vw;
}

#ill .practices .practice .practicians .praticien {
    width: calc(100% / 6);
}

#ill .practices .practice .practicians .praticien .button{
    margin: auto 0 0;
}

form input:not([type=checkbox], [type=radio]), form select {
    height: 45px;
    background-color: #ebecec;
    border: unset;
    padding: 0 10px;
}

form textarea {
    background-color: #ebecec;
    border: none;
}

form button{
    height: 45px;
    background-color: var(--green-dark);
    color: white;
    padding: 5px 15px;
    border: none;
}

form label:has(+input[required])::after, form label:has(+select[required])::after, form input[required] ~ label::after, label[for="address"]::after {
    color: var(--green-light);
    content: ' *';
}

form button[type=submit], form input[type=submit], form input[type=file]::file-selector-button {
    width: 215px;
    height: 45px;
    background-color: var(--green-dark);
    border: none;
    color: white;
    font-size: inherit;
}

form button.remove {
    background-color: unset;
    width: unset;
    height: unset;
    border: 1px solid var(--green-dark);
    color: var(--green-dark);
}

form > .row {
    display: flex;
    flex-direction: row;
    margin-bottom: unset !important;
}

form label:has(input[type="checkbox"]) {
    /*justify-content: space-between;*/
    /*display: inline-flex;*/
}

.search .results-wrapper {
    display: grid;
    grid-template-columns: 1fr 30fr 1fr;
    margin-top: 2vw;
}

.search .results-wrapper.no-nav {
    display: flex;
    flex-direction: row;
    margin-top: 2vw;
}

.search form {
    flex-basis: 31%;
    display: flex;
}

.search form [name=term] {
    flex: 1 1 auto;
    min-width: 0;
}

.search .nav {
    width: 75px;
    height: 75px;
    color: var(--green-dark);
    font-weight: 1000;
    border: none;
    border-radius: 0;
    top: calc(50% - 75px / 2);
    position: relative;
}

.search .nav.floating {
    position: sticky;
}

.search .results.slide {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
    padding: 0 1vw;
}

.search .result {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: var(--gray-light);
    padding: 1vw;
}

.search .result img {
    width: 100%;
    height: auto;
}

.search .result .title {
    text-transform: capitalize;
    font-weight: bold;
    text-align: justify;
}

.search .result .cta {
    width: 100%;
}

.search .result div:not(.title, .cta) {
    width: 100%;
    text-align: justify;
    padding: 0 1vw;
    font-size: 16px;
}

#subscription-wrapper .row {
    margin: unset;
    max-width: unset;
}

#subscription-wrapper #subscription_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2vw;
}

#subscription-wrapper #subscription_row > .presentation {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2vw;
    background-color: var(--green-dark);
    padding: 2vw;
}

#subscription-wrapper #subscription_row > .presentation * {
    color: white;
}

#subscription-wrapper #subscription_row > .presentation > .right img {
    max-width: 100%;
    height: 100%;
}

#subscription-wrapper #subscription_row > .presentation > .left h5 {
    margin: 0;
    font-size: initial;
}

#subscription-wrapper #subscription_row > .subscriptions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    column-gap: 2vw;
}

#subscription-wrapper #subscription_row > .subscriptions > h2 {
    grid-area: 1/1/1/3;
}

#subscription-wrapper #subscription_row > .subscriptions > .subscription:nth-child(2) {
    grid-area: 2/1/5/1;
}

#subscription-wrapper #subscription_row > .subscriptions > .subscription:nth-child(3) {
    grid-area: 2/2/5/2;
}

#subscription-wrapper #boosters_row {
    display: flex;
    flex-direction: column;
}

#subscription-wrapper #boosters_row > .boosters {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 5vw;
}

#subscription-wrapper #boosters_row > .boosters > .booster {
    background-color: var(--gray-light);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: unset;
}

#subscription-wrapper .card {
    background-color: var(--gray-light);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

#subscription-wrapper .card li::marker {
    color: var(--green-light);
}

#subscription-wrapper .card > h4, #subscription-wrapper .card > p {
    margin: 10px 25px;
}

#subscription-wrapper .card > h4 {
    grid-area: 1 / 1 / 2 / 1;
    font-weight: bold;
    text-align: center;
}

#subscription-wrapper .card > h6 {
    grid-area: 1 / 1 / 2 / 1;
    text-align: center;
}

#subscription-wrapper .card > p {
    grid-area: 3 / 1 / 5 / 1;
}

#subscription-wrapper .card > .actions {
    grid-area: 8 / 1 / 7 / 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#subscription-wrapper .card > .actions > * {
    width: 40%;
}

#subscription-wrapper .card > .actions > a {
    background-color: #209e52;
    color: white;
    text-align: center;
    line-height: 55px;
}

#subscription-wrapper .card > .actions > button {
    background-color: var(--green-dark);
    color: white;
}

#subscription-wrapper #registerform {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(7, 1fr);
    column-gap: 25px;
}

#subscription-wrapper #registerform > .left {
    grid-area: 1 / 1 / 7 / 1;
}

#subscription-wrapper #registerform > .right {
    grid-area: 1 / 2 / 7 / 2;
}

#subscription-wrapper #registerform > .submit {
    grid-area: 8 / 1 / 8 / 3;
    justify-content: center;
    display: grid;
}

#subscription-wrapper #registerform .form_row {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#subscription-wrapper #registerform .form_row.checkbox {
    display: flex;
    flex-direction: row;
}

#subscription-wrapper #registerform p {
    margin-top: 0;
    margin-bottom: 0;
}

#subscription-wrapper #informations_row {
    display: flex;
}

#subscription-wrapper #informations_row .col:nth-child(1) {
    height: 450px;
}

#subscription-wrapper #informations_row .col:nth-child(1) img{
    height: 100%;
}

#subscription-wrapper #informations_row .col:nth-child(2) {
    display: flex;
    flex-direction: column;
    background-color: var(--green-dark);
    text-align: center;
    padding: 3vw;
}

#subscription-wrapper #informations_row .col:nth-child(2) *:not(a) {
    color: white !important;
}

#subscription-wrapper #informations_row .col:nth-child(2) div {
    margin-top: auto;
}

#subscription-wrapper #informations_row .col:nth-child(2) a {
    color: var(--green-dark);
    background-color: white;
    padding: 0.5vw 4vw;
}

#subscription-wrapper #links_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 10vh 0;
    grid-column-gap: 5vw;
}

#subscription-wrapper #links_row .link {
    text-align: center;
    box-shadow: 10px 10px 10px gray;
}

#subscription-wrapper #links_row img {
    height: 8vw;
    width: 9vw;
    margin: 10vh auto 0 auto;
}

#subscription-wrapper #links_row a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

#subscription-wrapper #links_row span {
    margin-top: 5vw;
    font-size: xx-large;
    color: var(--green-dark);
    margin-bottom: 2vw;
}

#subscription-wrapper .inscription-praticien {
    margin-block-start: 0;
}

#loginform p:not(.forgetmenot), .user-pass-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.wp-pwd  {
    display: flex;
    justify-content: flex-end;
}

#user_pass {
    width: 100%;
}

.souscriptions > li > div > ul > li {
    width: 100% !important;
}

#relationships {
    display: flex;
    flex-direction: column;
}

#relationships .results {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 2vw;
    margin-top: 2vw;
}

#relationships .results .relationship {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#relationships .results .relationship {
    text-align: center;
}

#relationships .toolbar, #relationships .toolbar > * {
    height: 40px;
}

#relationships .toolbar > * {
    border: none;
}

.user-details-modal {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
}

.user-details-modal .row {
    display: flex;
    justify-content: space-between;
}

#profile #profile-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 2vw;
}

#profile form ul {
    list-style: none;
    padding-left: 0;
}

#profile form ul li {
    display: flex;
    justify-content: space-between;
}

#profile form ul li:not(:last-child) {
    margin-bottom: 0.5vw;
}

p:not(:has(label)), li, input[type=checkbox]+label, label:has(input[type=checkbox], input[type=radio]), .psac-post-short-content {
    text-align: justify;
}

.latest {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
}

.latest > li {
    background-color: var(--gray-light);
    padding: 1vw;
}

.latest > li * {
    color: black;
}

#dashboard-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
}

#dashboard-wrapper #offer, #dashboard-wrapper #livre-blanc{
    background-color: var(--green-dark);
    padding: 2vw;
    margin: 80px 0;
    display: flex;
    flex-direction: column;
}

#dashboard-wrapper #offer *:not(a), #dashboard-wrapper #livre-blanc *:not(a) {
    color: white !important;
}

#dashboard-wrapper #offer a , #dashboard-wrapper #livre-blanc a{
    color: var(--green-dark);
    background-color: white;
    padding: 0.5vw;
    float: right;
    text-decoration: none;
    width: fit-content;
    margin-top: auto;
    margin-left: auto;
}

#dashboard-wrapper #offer h5, #dashboard-wrapper #livre-blanc h5 {
    margin-top: 0;
}

#next-event-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-start: 1;
    grid-column-end: 3;
}

#dashboard-agenda {
    grid-column-start: 1;
    grid-column-end: 3;
}

#next-meeting, #next-meeting .header {
    background-color: var(--green-dark);
    color: white;
    padding: 15px;
    border: unset;
}

#next-meeting {
    grid-area: 1/1/1/3;
}

#next-meeting .content {
    background-color: white;
    color: var(--green-dark);
    padding: 15px;
}

#next-events {
    grid-area: 1/3/1/7;
}

#monthly-calendar {
    grid-area: 2/1/2/3;
    background-color: var(--green-dark);
    padding: 15px;
}

#monthly-calendar #calendar {
    margin: auto;
    width: 25vw;
    height: 35vh;
}

#monthly-calendar #calendar > div {
    width: auto;
    height: 100%;
}

#monthly-calendar table{
    height: calc(100% - 32.4px - 3.6px - 3.6px - 2px);
}

#weekly-calendar {
    grid-area: 2/3/2/7;
}

#next-events ul {
    list-style: none;
}

#next-events > ul > li > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#next-events .left {
    font-size: xx-large;
    grid-area: 1/1/1/1;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#next-events .right {
    grid-area: 1/2/1/4;
    padding-right: 10vw;
}

#next-events h2 {
    font-size: unset;
}

#next-events .left a {
    font-size: large;
    background-color: var(--green-dark);
    color: white;
    padding: 10px 50px;
    text-decoration: none;
    width: fit-content;
    margin: auto;
}

#next-meeting-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    border: 1px solid var(--green-dark);
    padding: 15px;
}

#next-meeting-wrapper .client {
    grid-area: 1/1/1/3;
    justify-items: center;
}

#next-meeting-wrapper .notes {
    grid-area: 1/3/1/6;
    border-left: 1px solid var(--green-dark);
    padding-left: 15px;
}

#next-meeting-wrapper .client .header, #next-meeting-wrapper .notes .header {
    background-color: white;
    color: #b3b2b2;
    border: none;
}

#next-meeting-wrapper .client .content {
    text-align: center;
}

#subscription, #visibility {
    margin: 10vh auto;
    padding: 5vh 0;
    border-left: 15px solid #eff1ef;
    border-right: 15px solid #eff1ef;
    border-bottom: 10px solid #eff1ef;
    font-weight: bolder;
    font-size: xxx-large;
    width: 30vw;
    height: 20vw;
}

#subscription p{
    text-align: center;
}

#subscription p:nth-child(2){
    color: #a2a1a1;
    font-size: xx-large;
}

#weekly-calendar table {
    width: 100%;
    text-align:center;
}

#weekly-calendar td {
    border: none;
    padding: 0.2em;
}

#weekly-calendar td:not(:last-child) {
    border-right: 1px solid black;
}

.day.has-event {
    background-color: #eff1ef;
}

#forfait-booster {
    display: flex;
    justify-content: space-around;
}

#forfait-booster .card {
    background-color: #eff1ef;
    padding: 2vw;
    width: 14vw;
    height: 27vh;
}

#forfait-booster .card .title {
    font-size: xx-large;
}

#forfait-booster .card .footer {
    font-size: small;
    font-weight: bold;
}

#forfait-booster .card img{
    width: 100%;
}

#visibility {
    text-align: center;
    margin-top: 10vh;
}

#visibility a {
    color: white;
    background-color: var(--green-dark);
    padding: 10px 30px;
    font-weight: initial;
    font-size: initial;
}

#visibility #booster {
    font-weight: initial;
    font-size: x-large;
}

#visibility #booster p:nth-child(2) {
    font-weight: initial;
    color: #c4c4c4;
}

.wp-block-navigation .wp-block-navigation-item__label {
    overflow-wrap: break-word;
    text-align: left;
}

.clear-text {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    margin-left: -28px;
    background-color: var(--gray-light);
    color: var(--gray-dark);
    padding: 0;
    border: none;
    margin-top: 6px;
}

.clear-text:hover {
    background-color: var(--gray-hover);
}

:root :where(p) {
    color: var(--green-dark);
}

.card-column {
    display: flex;
    flex-direction: column;
}

.card-column .wp-block-buttons {
    margin-top: auto;
}

.subscription, .booster {
    background-color: var(--gray-light);
    width: 100%;
    text-align: center;
}

.subscription *, .booster * {
    text-align: center
}

.subscription.selected, .booster.selected {
    background-color: var(--gray-hover);
}

.espace-pro-subscriptions .subscriptions {
    display: flex;
    flex-direction: row;
    gap: 15vw;
}

.souscription-cards .wp-block-buttons {
    height: 35px;
}

#home-ill {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
}

#home-ill .article a:has(img) {
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--green-dark) !important;
}

h2:not(.fc-toolbar-title) {
    margin-top: 3vw !important;
}

#profession .warning, #profession .description {
    background-color: var(--green-dark);
    color: white;
    padding: 1vw;
}

#profession .warning *, #profession .description * {
    color: white !important;
}

#profession .warning p, #profession .description p {
    margin-bottom: 0 !important;
}

#profession .description h5 {
    margin-top: 0!important;
}

#profession .description p:first-child {
    display: none;
}

.qui-sommes-nous {
    margin-top: 2vw !important;
}

.comment-reply-title {
    font-size: 36px;
}

.comment-form #submit {
    width: 250px;
    border-radius: 0;
}

#dashboard-calendar {
    margin: 0 auto;
    height: 650px;
    background-color: white;
    padding: 15px;
}

#dashboard-calendar .fc-toolbar-title {
    margin: 0 !important;
}

#dashboard-calendar .fc-button {
    background-color: var(--green-dark);
    color: #fff;
}

.psac-post-content {
    margin-left: 1.5vw;
    margin-right: 1.5vw;
}

.wp-block-post-title {
    margin-top: 4vw;
}

.event-picture {
    height: 100%;
    width: 100%;
}

.macmoov-events-wrapper {
    display: flex;
    flex-direction: row;
    gap: 4vw;
}

.macmoov-events-wrapper #fullcalendar {
    width: 80%;
}

.conseiller {
    background-color: var(--green-dark);
    margin-top: 4vw;
    height: 300px;
}

.conseiller * {
    color: white !important;
    margin: 1vw;
}

.mt-order my-tickets {
    margin-top: 4vw;
}

#message, .notification {
    padding: 15px;
    margin: 10px 0;
    position: sticky;
    top: 41px;
    z-index: 1;
}

.success {
    border: 1px solid #2c9334;
    color: #2c9334;
    background-color: #bbe7bf;
}

.error {
    border: 1px solid #e82f33;
    color: #e82f33;
    background-color: #e7b3b4;
}

.souscription-cards .subscriptions {
    display: flex;
    gap: 2vw;
}

.souscription-cards .subscriptions .subscription {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.souscription-cards .subscriptions .subscription *:not(li) {
    text-align: center;
}

.souscription-cards .subscriptions .subscription p {
    font-size: x-large;
}

.souscription-cards .subscriptions .subscription p:nth-child(0) {
    margin-top: auto !important;
}

.souscription-cards .subscriptions .subscription > ul, .souscription-cards .subscriptions .subscription > div {
    margin-top: auto;
}

.souscription-cards .subscriptions .subscription > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 32px;
}

.wp-block-column:has(.souscription-cards) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.show-more {
    background-color: var(--green-light);
}

.choose {
    background-color: var(--green-dark);
}

.wp-block-button.button {
    padding: unset !important;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-column .wp-block-buttons {
    margin-top: auto;
    margin-block-start: auto !important;
}

.button, .wp-block-button.button a {
    color: white;
    padding: 5px 25px;
    text-decoration: none;
}

.files-container.grid {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
}

.files-container .file.grid {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.files-container .file > img {
    width: 50px;
    margin: auto;
}

.files-container .file .actions img {
    width: 30px;
    margin: auto;
}

.file-filters {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 25vw;
}


#account-wrapper {
    margin: 2vw !important;
    width: 100% !important;
}

.tab{
    display: none;
}

.tab.show {
    display: block;
}

.tabs-wrapper {
    display: flex;
    background-color: #3f3f3f;
    padding: 10px 15px;
    flex-wrap: wrap;
    justify-content: left;
}

.tabs-wrapper .tab-item:not(:last-child) {
    margin-right: 30px;
}

.tabs-wrapper div {
    color: white;
    cursor: pointer;
}

.tabs-wrapper div.selected {
    border-bottom: 4px solid #2c9334;
}

.tab-item.hidden {
    display: none;
}

.practice {
    display: grid;
    grid-template-columns: 8fr 3fr 1fr 3fr 1fr 1fr;
    gap: 0.5vw;
}

.practice:not(:last-child) {
    margin-bottom: 0.5vw
}

.timetable {
    width: 100%;
    text-align: center;
}

#availabilities img {
    height: 30px;
}

#availabilities img.enabled {
    background-color: var(--green-dark);
}

#availabilities img.disabled {
    background-color: var(--gray-light);
}

#agenda-calendar {
    width: 100%;
}

.ticket-orders *:not(input, select, button, .dashicons) {
    color: white;
}

.ticket-orders [type=submit] {
    background-color: white;
    color: var(--green-dark);
    justify-content: center;
}

.fc-toolbar-chunk {
    display: flex;
}

.fc-daygrid-day-number {
    color: var(--green-light);
    font-weight: bold;
    text-decoration: none;
}

#fullcalendar .fc-daygrid-day-number{
    font-size: 3vw;
}

.fc-col-header {
    background-color: var(--green-dark);
}

.fc-day-today {
    background-color: rgba(18, 47, 27, 0.8) !important;
}

.fc-col-header *, .fc-day-today * {
    color: white;
}

.form_row {
    display: flex;
    flex-direction: column;
}

#agenda form .row input, #agenda form .row select {
    margin-top: auto;
}

.wrapper {
    color: #122f1b;
}

.wrapper .row:not(#availabilities-form .row) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4vw;
}

.wrapper .left {
    grid-area: 1 /1 /1 /3;
}

.wrapper .right {
    grid-area: 1 / 3 /1 /3;
}

.short-presentation {
    display: flex;
    margin-bottom: 15px;
}

.short-presentation img {
    margin-right: 15px;
}


.tab{
    display: none;
}

.tab.show {
    display: block;
}

.tabs:not(+.results) {
    display: flex;
    justify-content: space-between;
    background-color: #3f3f3f;
    padding: 10px 15px;
}

.tabs div {
    color: white;
    cursor: pointer;
}

.tabs div.selected {
    border-bottom: 4px solid #2c9334;
}

.pratiques {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.pratiques div {
    display: flex;
    flex-direction: column;
}

.catchphrase {
    font-style: italic;
    text-align: center;
    background-color: var(--gray-light);
    padding: 15px;
}

.parcours {
    margin-top: 15px;
}

.informations > div {
    display: flex;
    flex-direction: row;
    gap: 2vw;
}

.address {
    width: 50%;
}

#socials-home.socials {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 50%;
}

.socials a {
    text-decoration: none;
}

.cible.disabled {
    color: lightgray;
}

.row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2vw;
}

#selected-option {
    color: white;
}

#availabilities-form {
    background-color: var(--green-dark);
    border: 5px solid var(--green-dark);
    padding: 15px 0;
}

#availabilities-form > p, #availabilities-form > label {
    color: white;
}

#availabilities-form button{
    border: none;
    background-color: transparent;
    cursor: pointer;
}

#availabilities-form > :not(.row) {
    margin-left: 17px;
}

#availabilities-table, #availabilities-table * {
    background-color: white;
    color: var(--green-dark);
}

#availabilities-table {
    background-color: white;
    color: var(--green-dark);
    text-align: center;
    display: flex;
    padding: 10px;
    justify-content: space-between;
    height: 145px;
    overflow: scroll;
}

#availabilities-table .header {
    font-weight: bold;
}

#availabilities-table .cell {
    cursor: pointer;
    border: 1px solid transparent;
}

#availabilities-table .cell:hover, #availabilities-table .cell.selected {
    border: 1px solid var(--wp--preset--color--foreground);
    text-decoration: underline;
    border-radius: 5px;
}

#next-week {
    float: right;
}

.cta {
    background-color: var(--green-dark);
    margin-top: auto;
    text-align: center;
    padding: 0 25px;
    align-self: flex-end;
    color: white !important;
    border: none;
    text-decoration: none;
    height: 35px;
}

.cta a {
    color: white !important;
    text-decoration: none;
}

*.no-margin {
    margin: unset;
}

.macmoov-tabs.ui-widget-content, .macmoov-tabs .ui-tabs-nav {
    border: none !important;
    padding: unset !important;
}

.macmoov-tabs .ui-tabs-panel {
    padding: 1em 0 !important;
}

.macmoov-tabs .ui-tabs-nav, .macmoov-tabs .ui-tabs-tab {
    background-color: transparent;
}

/* border-bottom: 5px solid var(--ub-tabbed-active-title-color, #000000); */

.macmoov-tabs .ui-tabs-tab {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 5px solid transparent !important;
    background-color: transparent !important;
    padding: 10px 15px !important;
}
.macmoov-tabs .ui-tabs-tab a{
    color: var(--green-dark) !important;
}

.macmoov-tabs .ui-tabs-tab.ui-tabs-active {
    border-bottom: 5px solid var(--green-dark) !important;
}

.meeting {
    background-color: var(--gray-light);
    padding: 1vw;
}

.meeting img{
    width: 75px;
    height: 75px;
    border-radius: 50px;
}

.meeting:not(:last-child) {
    margin-bottom: 2vw;
}

.meeting .button {
    text-align:center;
    padding-top: 1vw;
}

#availabilities form {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .row, .search .results.slide, #next-event-wrapper, #profile-form, #relationships .results, .search-bar{
        flex-direction: column !important;
        display: flex !important;
        gap: 2vw;
    }

    .wp-block-ub-tabbed-content-holder.wp-block-ub-tabbed-content-horizontal-holder-mobile > .wp-block-ub-tabbed-content-tabs-content {
        width: unset !important;
    }

    .pratiques {
        flex-direction: column;
    }

    .informations > div {
        display: flex;
        flex-direction: column;
    }

    .informations .address {
        width: unset;
    }

    .search-bar {
        margin-top: 0;
    }

    .search-bar:not(.search-bar-top) {
        margin-bottom: 15px;
    }

    .search-bar > input, .search-bar > button {
        width: 100% !important;
        padding: 0 !important;
    }

    #availabilities form {
        flex-direction: row !important;
    }

    #socials-home {
        margin-top: -375px !important;
        margin-bottom: 355px !important;
    }

    .search .nav {
        width: unset;
        height: unset;
        top: calc(50% - 40px / 2);
        position: sticky;
    }

    .bloc-praticiens .su-posts {
        display: flex;
        flex-direction: column;
    }

    .results.tabs {
        max-width: 100%;
    }

    .results.tabs ul{
        display: flex;
        overflow-x: scroll;
    }

    .ui-tabs .ui-tabs-nav li {
        margin-bottom: 10px !important;
    }

    .address {
        width: unset;
    }

    .mc-event-container {
        margin-top: -85px;
    }

    .mc-event-container .infos {
        gap: 2vw;
    }

    .souscription-cards .subscriptions {
        flex-direction: column;
    }

    #registerform {
        display: flex !important;
        flex-direction: column;
    }

    #subscription-wrapper #registerform > .submit {
        margin-top: 5vw;
    }

    #profession {
        flex-direction: column;
        display: flex;
    }

    #profession .left, #profession .left .praticien {
        width: unset;
    }

    #profession .right {
        display: unset;
    }

    .praticien.column {
        width: unset;
    }

    .espace-pro-subscriptions .subscriptions {
        flex-direction: column;
    }

    .wpcf7-form p:has(> :nth-child(2):last-child) {
        display: flex;
        flex-direction: column;
    }

    form input:not([type="checkbox"], [type="radio"]), form select {
        padding: unset;
    }
}

.subscription > div:last-child {
    display: flex;
    justify-content: space-between;
    height: 32px;
}

#socials-home {
    margin-top: -135px;
    margin-bottom: 150px;
}

#availabilities #exclusions {
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

#availabilities #exclusions .exclusion {
    display: flex;
    justify-content: space-between;
    width: 40%;
}

.header.alignfull {
    width: 100% !important;
    z-index: 25;
    position: fixed;
    display: grid;
}

.header.alignfull nav:last-child {
    justify-self: end;
}

form :invalid {
    box-shadow: 0 0 10px red;
}

#search-results ul {
    list-style-type: none;
    margin-top: unset;
}

#search-results li {
    background-color: var(--gray-light);
    padding: 10px 15px;
    width: 50%;
    border-radius: var(--border-radius);
}

#search-results li:not(:last-child) {
    margin-bottom: 10px;
}

#search-results li p {
    margin: unset;
}

.short-presentation img {
    width: 135px;
    aspect-ratio: 1/1;
    border-radius: 75px;
}
