@import "/wp-content/themes/site-invitation/assets/circular-font/stylefont.css";
@import "/wp-content/themes/site-invitation/responsify-min.css";
@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";

@font-face {
    font-family: "Impact Regular";
    font-style: normal;
    font-weight: normal;
    src:
        local("Impact Regular"),
        url("/wp-content/themes/site-invitation/assets/font/impact.woff") format("woff");
}
@font-face {
    font-family: "Impact Regular";
    font-style: normal;
    font-weight: normal;
    src:
        local("Impact Regular"),
        url("/wp-content/themes/site-invitation/assets/fontunicode.impact.woff") format("woff");
}

@font-face {
    font-family: "Impacted Regular";
    font-style: normal;
    font-weight: normal;
    src:
        local("Impacted Regular"),
        url("/wp-content/themes/site-invitation/assets/fontImpacted.woff") format("woff");
}

@keyframes animate {
    0% {
        opacity: 1;
        transform: rotate(315deg) translateX(0);
    }
    70% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: rotate(315deg) translateX(-1000px);
    }
}
@keyframes animateBg {
    0%,
    to {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}
:root {
    --colortxt: #000;
}
* {
    box-sizing: border-box;
    font-family: montserrat, sans-serif;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
body {
    background: #fcfcfc;
    color: var(--colortxt);
    font-size: 0.9rem;
}
.container {
    margin-inline: auto;
    max-width: 1300px;
    position: relative;
    width: 100%;
}
.sub-container {
    justify-content: space-between;
    width: 100%;
}
#about h2 {
    font-size: 2.5rem;
}
h2 {
    color: var(--colortxt);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2em;
}
h2 img {
    vertical-align: -4px;
    width: 3rem;
}
h3 {
    box-sizing: border-box;
    font-size: 1.5rem;
    width: 100%;
}
h3,
p {
    color: var(--colortxt);
}
p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5em;
}
p strong {
    font-weight: 700;
}
/* input[type="password"],
input[type="text"] {
    background: transparent;
} */
.site-header {
    background: #fff;
    box-shadow: 0 -5px 35px rgba(0, 0, 0, 0.1);
    display: flex;
    position: sticky;
    top: 0;
    z-index: 80;
}
.site-header .logo {
    padding: 20px 0;
    height: 90px;
}
.site-header .btn {
    font-size: 0.95rem !important;
}
.site-header .link {
    color: var(--colortxt);
    font-size: 0.95rem;
    font-weight: 600;
    position: relative;
    text-decoration: none;
}
.site-header .link:after {
    background: var(--color);
    bottom: -3px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: 0.3s;
    width: 0;
}
.site-header .link:hover:after {
    width: 100%;
}
ul {
    padding-left: 20px;
}
.btn,
ul {
    box-sizing: border-box;
}
.btn {
    align-items: center;
    border: 0px solid var(--color);
    /* box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.05); */
    background: #000;
    border-radius: 12px;
    color: #fff;
    display: flex;
    font-weight: 600;
    gap: 5px;
    justify-content: center;
    overflow: hidden;
    padding: 12px 20px;
    position: relative;
    text-decoration: none;
    transition: 0.3s;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
}
.btn > svg {
    height: 18px;
    width: 18px;
}
.btn > span,
.btn > svg {
    position: relative;
    z-index: 2;
}
.btn:before {
    /* background: var(--color); */
    background: #fff;
    /* content: ""; */
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.3s;
    width: 0;
}
.btn:hover {
    color: #fff;
    color: var(--color);
    /* box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.05);   */
}
.btn:hover:before {
    /* width: 100%; */
    z-index: 1;
}
.btn:active {
    color: #fff;
}
.btn:active:before {
    width: 100%;
    z-index: 1;
}
.btn.disabled,
.btn:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.btn.active {
    color: #fff;
    background: var(--color);
}
.btn.active:hover {
    color: var(--color);
}
.btn.active:before {
    width: 100%;
    z-index: 1;
}
.mInlineAuto {
    margin-inline: auto !important;
}
.header {
    align-items: flex-end;
    background-position: 100% 40%;
    background-size: cover;
    display: flex;
    height: 500px;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.header video,
.header img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.header .parentH1 {
    margin-bottom: 100px;
    width: 1200px;
}
.header h1 {
    color: #fff;
    font-size: 2rem;
    padding-top: 20px;
    position: relative;
    z-index: 2;
}
.header h1,
.header h1 strong {
    font-weight: 400;
    font-size: 1.75rem;
}
.header h1 span {
    font-size: 2.75rem;

    font-weight: 700;
    /* border-bottom: 7px solid var(--color); */
    margin-bottom: 10px;
    display: inline-block;
    /* font-style: italic; */
}
.header:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.341), rgba(0, 0, 0, 0.502));
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.parentInfo {
    background: #f9f9f9;
    overflow: hidden;
    padding: 20px;
    position: relative;
}
.parentInfo section {
    animation: animateBg 50s linear infinite;
    background-color: var(--color);
    background-size: cover;
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.parentInfo section span {
    animation: animate 3s linear infinite;
    background: #fff;
    border-radius: 50%;
    box-shadow:
        0 0 0 4px hsla(0, 0%, 100%, 0.1),
        0 0 0 8px hsla(0, 0%, 100%, 0.1),
        0 0 20px hsla(0, 0%, 100%, 0.1);
    height: 4px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 4px;
}
.parentInfo section span:before {
    background: linear-gradient(90deg, #fff, transparent);
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
}
.parentInfo section span:first-child {
    animation-delay: 0s;
    animation-duration: 1s;
    left: auto;
    right: 0;
    top: 0;
}
.parentInfo section span:nth-child(2) {
    animation-delay: 0.2s;
    animation-duration: 3s;
    left: auto;
    right: 80px;
    top: 0;
}
.parentInfo section span:nth-child(3) {
    animation-delay: 0.4s;
    animation-duration: 2s;
    left: auto;
    right: 0;
    top: 80;
}
.parentInfo section span:nth-child(4) {
    animation-delay: 0.6s;
    animation-duration: 1.5s;
    left: auto;
    right: 180px;
    top: 0;
}
.parentInfo section span:nth-child(5) {
    animation-delay: 0.8s;
    animation-duration: 2.5s;
    left: auto;
    right: 400px;
    top: 0;
}
.parentInfo section span:nth-child(6) {
    animation-delay: 1s;
    animation-duration: 3s;
    left: auto;
    right: 600px;
    top: 0;
}
.parentInfo section span:nth-child(7) {
    animation-delay: 1.2s;
    animation-duration: 1.75s;
    left: auto;
    right: 0;
    top: 300px;
}
.parentInfo section span:nth-child(8) {
    animation-delay: 1.4s;
    animation-duration: 1.25s;
    left: auto;
    right: 700px;
    top: 0;
}
.parentInfo section span:nth-child(9) {
    animation-delay: 0.75s;
    animation-delay: 2.75s;
    animation-duration: 2.25s;
    animation-duration: 2.75s;
    left: auto;
    right: 1000px;
    right: 450px;
    top: 0;
}
.sliderInfo {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
}
.sliderInfo .__child {
    align-items: center;
    border-right: 1px solid var(--color);
    color: var(--color);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 200px;
    padding: 10px 30px;
    text-align: center;
    width: -moz-max-content;
    width: max-content;
    width: 100%;
}
.sliderInfo .__child:last-child {
    border-right: none;
}
.sliderInfo .__child > span {
    align-items: center;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    gap: 10px;
    text-transform: uppercase;
}
.sliderInfo .__child p {
    font-size: 1rem;
    font-weight: 300;
}
.parent_galerie {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 40%;
}
.parent_galerie .__child {
    position: relative;
    vertical-align: bottom;
}
.parent_galerie .__child img {
    border-radius: 20px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.parent_galerie .__child:after {
    background: var(--color);
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    transition: 0.3s;
    width: 0;
    z-index: 2;
}
.parent_galerie .__full {
    grid-column: 1/2;
    grid-row: 1/3;
    overflow: hidden;
}
.parentProgramme {
    background: url(/wp-content/themes/site-invitation/assets/back.svg), linear-gradient(#ffffff, #ffffff);
    border: 1px solid #eee;
    background-position: 50%;
    background-size: cover;
    color: var(--colortxt);
    display: flex;
    gap: 40px;
    overflow: hidden;
    padding: 80px;
    position: relative;
}
.parentProgramme .container,
.parentProgramme > img {
    position: relative;
    z-index: 2;
}
.parentProgramme .container h2,
.parentProgramme .container h3,
.parentProgramme .container p,
.parentProgramme .container span {
    /* color: #fff; */
}
.parentProgramme .programme {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    z-index: 2;
}
.parentProgramme .programme .__child {
    align-items: center;
    border-top: 2px solid #eee;
    display: flex;
    gap: 40px;
    padding: 20px 10px;
}
.parentProgramme .programme .__child .heure {
    color: var(--color);
    font-size: 1.2rem;
    font-weight: 700;
    width: 180px;
}
.parentProgramme .programme .__child .content {
    font-size: 0.9rem;
    font-weight: 300;
    width: 90%;
}
.parentProgramme .programme .__child .content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5em;
    padding: 0;
    text-align: left;
}
.parentProgramme .programme .__child .content p {
    font-size: 1rem;
    font-weight: 300;
    margin-left: 0;
    margin-top: 10px;
}
.parentProgramme .programme .__child:last-child {
    border-bottom: 2px solid #eee;
}
.parentProgramme:before {
    /* background: linear-gradient(270deg, rgba(32, 32, 32, 0.941) 5%, rgba(32, 32, 32, 0.941)); */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.parentProgramme section {
    animation: animateBg 50s linear infinite;
    background-size: cover;
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.parentProgramme section span {
    animation: animate 3s linear infinite;
    background: #fff;
    border-radius: 50%;
    box-shadow:
        0 0 0 4px hsla(0, 0%, 100%, 0.1),
        0 0 0 8px hsla(0, 0%, 100%, 0.1),
        0 0 20px hsla(0, 0%, 100%, 0.1);
    height: 4px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 4px;
}
.parentProgramme section span:before {
    background: linear-gradient(90deg, #fff, transparent);
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
}
.parentProgramme section span:first-child {
    animation-delay: 0s;
    animation-duration: 1s;
    left: auto;
    right: 0;
    top: 0;
}
.parentProgramme section span:nth-child(2) {
    animation-delay: 0.2s;
    animation-duration: 3s;
    left: auto;
    right: 80px;
    top: 0;
}
.parentProgramme section span:nth-child(3) {
    animation-delay: 0.4s;
    animation-duration: 2s;
    left: auto;
    right: 0;
    top: 80;
}
.parentProgramme section span:nth-child(4) {
    animation-delay: 0.6s;
    animation-duration: 1.5s;
    left: auto;
    right: 180px;
    top: 0;
}
.parentProgramme section span:nth-child(5) {
    animation-delay: 0.8s;
    animation-duration: 2.5s;
    left: auto;
    right: 400px;
    top: 0;
}
.parentProgramme section span:nth-child(6) {
    animation-delay: 1s;
    animation-duration: 3s;
    left: auto;
    right: 600px;
    top: 0;
}
.parentProgramme section span:nth-child(7) {
    animation-delay: 1.2s;
    animation-duration: 1.75s;
    left: auto;
    right: 0;
    top: 300px;
}
.parentProgramme section span:nth-child(8) {
    animation-delay: 1.4s;
    animation-duration: 1.25s;
    left: auto;
    right: 700px;
    top: 0;
}
.parentProgramme section span:nth-child(9) {
    animation-delay: 0.75s;
    animation-delay: 2.75s;
    animation-duration: 2.25s;
    animation-duration: 2.75s;
    left: auto;
    right: 1000px;
    right: 450px;
    top: 0;
}
.parentFAQ {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    gap: 20px;
    /* margin:  auto; */
    margin-top: 20px;
    gap: 20px;
}
.parentFAQ .faq {
    background: #fff;
    border-radius: 20px;
    gap: 10px;
    padding: 20px;
    width: calc(50% - 10px);
    border: 1px solid #eee;
    height: fit-content;
    cursor: pointer;
}
.parentFAQ .faq h3 {
    padding: 0;
    text-align: left;
    text-wrap: balance;
    font-size: 1rem;
    font-weight: 500;
}
.parentFAQ .faq .res {
    height: 0;
    overflow: hidden;
}
.parentFAQ .faq.active .res {
    font-weight: 300;
    height: auto;
    margin-top: 20px;
    overflow: visible;
}
.parentFAQ .faq.active svg {
    transform: rotate(180deg);
}
.gridInfo {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, auto);
}
.gridInfo > img {
    border-radius: 20px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.gridInfo h2 {
    font-size: 2rem;
}
.gridInfo h3 {
    /* border-bottom: 3px solid var(--color); */
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0;
    text-align: left;
    width: -moz-max-content;
    width: fit-content;
}
.gridInfo > div {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #eee;
}
.gridInfo ul {
    color: var(--color);
    font-size: 1rem;
    color: #000;
    font-weight: 300;
    margin-bottom: 10px;
}
.gridInfo ul li {
    margin-top: 5px;
}
.gridInfo ul li::marker {
    color: var(--color);
}
.gridInfo ul strong {
    color: #000;
    font-weight: 600;
}
.gridInfo ul span {
    color: #000;
    font-weight: 300;
}
.gridInfo .__full {
    grid-column: 1/3;
}

.list {
    color: var(--color);
}
.list strong {
    color: #000;
    font-weight: 600;
}
.list span {
    color: #000;
    font-weight: 300;
}
.parentSwitch {
    align-items: center;
    display: flex;
    gap: 20px;
    margin-inline: auto;
    margin-top: 40px;
    width: -moz-max-content;
    width: max-content;
}
.parentSwitch .__child {
    align-items: center;
    background: #f9f9f9;
    border: none;
    border-radius: 30px;
    color: #555;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 0.9rem;
    font-weight: 700;
    font-weight: 600;
    gap: 5px;
    justify-content: center;
    padding: 10px 20px;
    text-decoration: none;
}
.parentSwitch .__child:disabled {
    border-bottom: 2px solid #222;
    opacity: 0.5;
    pointer-events: none;
}
.parentSwitch .__child.activeButton {
    background: var(--color);
    color: #fff;
}
.parentInscription {
    background: #fff;
    border-radius: 20px;
    /* box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.05); */
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 40px;
    border: 1px solid #eee;
}
.parentInscription ul {
    color: var(--color);
}
.parentInscription ul strong {
    color: #000;
    font-weight: 600;
}
.parentInscription ul span {
    color: #000;
    font-weight: 300;
}
.parentInscription .erreur {
    color: red;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
}
label {
    font-weight: 500;
}
.__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* background: #fff !important; */
    border: 0px solid #f9f9f9;
    border-radius: 0;
    border-radius: 10px;
    color: #000;
    font-size: 1rem;
    font-weight: 300;
    height: 45px;
    margin-top: 5px;
    outline: none;
    text-indent: 20px;
    transition: 0.3s;
    width: 100%;
    background: #fbfbfb;
}
.__input:disabled {
    opacity: 0.5;
}
.__input:focus {
    background: #eee;
    /* border: 2px solid var(--color); */
}
.parent_select {
    /* background: #fff !important; */
    background: #fbfbfb;

    border: none;
    border-radius: 10px;
    color: #000;
    font-size: 1rem;
    font-weight: 300;
    height: 45px;
    margin-top: 5px;
    outline: none;
    position: relative;
    transition: 0.3s;
}
.parent_select:disabled {
    opacity: 0.5;
}
.parent_select:focus {
    /* border: 1px solid var(--color); */
    background: #eee;
}
.parent_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0px solid #f9f9f9;
    border-radius: 10px;
    color: currentColor;
    font-size: 1rem;
    font-weight: 300;
    height: 100%;
    outline: none;
    text-indent: 20px;
    width: 100%;
}
.parent_select:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='icon icon-tabler icons-tabler-outline icon-tabler-chevron-down' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    z-index: 2;
}
.__textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* background: #fff !important; */
    background: #fbfbfb;
    border: 0px solid #f9f9f9;
    border-radius: 0;
    border-radius: 10px;
    color: #000;
    font-size: 1rem;
    font-weight: 300;
    margin-top: 5px;
    min-height: 100px;
    outline: none;
    padding: 10px 20px;
    transition: 0.3s;
    width: 100%;
}
.__textarea:disabled {
    opacity: 0.5;
}
.__textarea:focus {
    /* border: 2px solid var(--color); */
    background: #eee;
}
#liste {
    background: #fff;
    border-radius: 20px;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.07);
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.site-footer {
    background: #000;
    color: #888;
    font-size: 0.8rem;
    font-weight: 300;
    padding: 40px;
    margin-top: 80px;
}
.site-footer a {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.site-footer hr {
    background: hsla(0, 0%, 100%, 0.125);
    border: none;
    height: 1px;
    margin: 20px 0;
    width: 100%;
}
.headerMobil {
    display: none;
}
.days-car {
    border-top: 2px solid #fff;
}
.compteARebours {
    color: #fff;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    position: relative;
    width: -moz-max-content;
    width: max-content;
    z-index: 2;
}
.compteARebours div {
    align-items: center;
    display: flex;
    /* flex-direction: column; */
    font-weight: 300;
    gap: 10px;
    height: 100px;
    justify-content: center;
}
.compteARebours div span {
    font-size: 2rem;
    font-weight: 700;
    padding-top: 20px;
    width: 57px;
    text-align: right;
}
.compteARebours div strong {
    font-size: 1rem;
    font-weight: 300;
}
.parentForm {
    border-top: 1px solid #eee;
    display: grid;
    gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
    margin-inline: auto;
    padding-top: 30px;
    row-gap: 10px;
}
.parentForm hr {
    background: var(--color);
    border: none;
    border-radius: 30px;
    height: 2px;
    margin-block: 10px;
}
.parentForm .__full {
    grid-column: 1/3;
}
.reponse {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}
.reponse h3 {
    /* border-bottom: 2px solid var(--color); */
    font-size: 2rem;
    padding: 0 0 5px;
    text-wrap: balance;
    width: -moz-max-content;
    width: max-content;
}
.reponse p {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.5em;
    text-align: center;
}
.media-prog {
    aspect-ratio: 16/12;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: bottom;
    width: 100%;
}
.article h1 {
    font-size: 2.5rem;
    margin: 30px 0;
}
.article h1,
.article h2 {
    color: var(--colortxt);
    font-weight: 700;
}
.article h2 {
    font-size: 1.5rem;
    margin: 20px 0;
}
.article a {
    color: var(--color);
    font-weight: 700;
    text-decoration: none;
}
.popup {
    background: linear-gradient(90deg, #00b09b, #96c93d) !important;
}
.popup,
.popup.--error {
    border-radius: 12px !important;
    font-weight: 700 !important;
}
.popup.--error {
    background: linear-gradient(90deg, #a00000, #911313) !important;
    color: #fff;
}
.--table {
    border-collapse: collapse;
    margin-top: 20px;
    width: 100%;
}
.--table thead {
    border-radius: 5px;
    text-align: left;
}
.--table thead th {
    color: var(--color);
    font-size: 14px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.--table thead th:first-child {
    border-radius: 5px 0 0 5px;
}
.--table thead th:last-child {
    border: none;
    border-radius: 0 5px 5px 0;
}
.--table tbody tr:nth-child(2n) {
    background: #f9f9f9;
}
.--table tbody tr .--user {
    background: #fcefe5;
    border-radius: 20px;
    color: var(--color);
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 500;
    margin-block: 3px;
    padding: 5px 10px;
}
.--table tbody td {
    border-right: 1px solid #eee;
    font-size: 14px;
    padding: 10px 20px;
}
.--table tbody td:first-child {
    border-radius: 5px 0 0 5px;
}
.--table tbody td:last-child {
    border: none;
    border-radius: 0 5px 5px 0;
}

.parent_text {
    a {
        color: var(--color);
        text-decoration: none;
    }
    p {
        margin-top: 20px;
        strong,
        b {
            font-weight: 600;
        }
    }
    strong,
    b {
        font-weight: 600;
    }
    ul p {
        margin: 0px;
    }
    li {
        &::marker {
            color: var(--color);
        }
    }
    h3 {
        margin-top: 20px;
        font-weight: 500;
        strong {
            font-weight: 500;
        }
    }
}

/* admin bar wordpress */
li#menu-tools,
li#menu-users,
li#menu-posts,
li#menu-dashboard,
#wp-admin-bar-wp-logo,
#wp-admin-bar-menu-toggle,
#wp-admin-bar-site-name,
#wp-admin-bar-new-content,
#wp-admin-bar-top-secondary,
#wp-admin-bar-edit,
#adminmenumain {
    display: none !important;
}

.ticket {
    clip-path: url(#Subtract-21);
    background: #202020;
    display: flex;
    color: #fff;
    padding: 40px 60px;
    margin-top: 40px;
    justify-content: space-between;

    .ticket-one-box {
        width: 65%;
        position: relative;
    }

    .ticket-tow-box {
        width: 25%;

        .--title {
            font-size: 3rem;
            font-family: "Impact Regular";
        }
    }
}

.ticket-button {
    position: absolute;
    bottom: 0;
    right: 0;
    aspect-ratio: 1/1;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(15deg);
    color: #fff;
    text-decoration: none;
    transition: 0.3s;

    span {
        position: relative;
        z-index: 2;
        font-size: 1rem;
        font-weight: 600;
    }

    svg {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    &:hover {
        transform: rotate(0deg);
    }
}

.ticket-register {
    font-size: 4rem;
    font-family: "Impact Regular";
    display: block;
    margin-top: 40px;
}

.compteARebours {
    margin-top: 0pc;
    color: #000;

    div {
        height: auto;

        span {
            padding: 0px;
        }

        strong {
            color: #444;
        }
    }
}

.info-ticket {
    display: flex;
    align-items: center;
    gap: 10px;
    /* margin-top: 5px; */
    &:first-child {
        margin-top: 0px;
        max-width: 45%;
    }
    span {
        display: flex;
        align-items: center;
        gap: 5px;
        color: #000;
        strong {
            display: none;
        }

        svg {
            color: var(--color);
        }
    }

    p {
        color: #444;
        font-size: 0.9rem;
        font-weight: 500;
    }
}

.galerie-intro {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;

    gap: 20px;
    margin-top: 40px;
    height: 445px;

    img {
        height: 100%;
    }
    .__child {
        width: 100%;
        border-radius: 30px;
        object-fit: cover;
    }

    .__full {
        width: 100%;
        grid-row: 1/3;
    }

    &:has(.__child:nth-child(3)) {
        grid-template-columns: 2fr 1.5fr 1fr;

        .img-galerie3 {
            grid-row: 1/3;
        }
    }

    &:has(.__child:nth-child(4)) {
        grid-template-columns: 2fr 1.5fr 1fr 1fr;

        .img-galerie3 {
            grid-row: 1/3;
        }

        .img-galerie4 {
            grid-row: 1/3;
        }
    }

    &:has(.__child:nth-child(5)) {
        grid-template-columns: 2fr 1.5fr 1fr 1fr;
        .img-galerie3 {
            grid-row: initial;
        }
        .img-galerie4 {
            grid-row: 1/3;
        }
        .img-galerie4,
        .img-galerie5 {
            aspect-ratio: 1/1;
        }
    }

    &:has(.__child:nth-child(6)) {
        .img-galerie3,
        .img-galerie4 {
            grid-row: initial;
        }
        .img-galerie3,
        .img-galerie4,
        .img-galerie5,
        .img-galerie6 {
            aspect-ratio: 1/1;
        }

        grid-template-columns: 2fr 1.5fr 1fr 1fr;
    }
}

.first-box {
    z-index: 5;
    position: relative;
    padding: 40px;
    border-radius: 30px;
    margin-top: -80px;
    background: #fff;
    margin-bottom: 40px;
    border: 1px solid #eee;

    .parentCompteReboursBox {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }
}

.separator {
    border: 0.5px solid #eee;
    margin: 40px 0;
}

.parentProgramme,
.box {
    /* background: #FFF; */
    border-radius: 30px;
    padding: 40px;
    margin-top: 40px;
}

.box {
    background: #fff;
    border: 1px solid #eee;
}

.cta {
    border: 1px solid #eee;

    background: #fff;
    border-radius: 30px;
    padding: 50px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;

    * {
        position: relative;
        z-index: 2;
    }

    .imgGauche,
    .imgDroite {
        position: absolute;
        border: 10px solid #fff;
        border-bottom: 30px solid #fff;
        box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.05);
        border-radius: 20px;
        aspect-ratio: 1/1;
        z-index: 2;
        top: 50%;
        left: 40px;
        width: 200px;
        object-fit: cover;

        border-radius: 0px;
        transform: translate(-50%, -50%) rotate(5deg);
    }

    .imgDroite {
        left: calc(100% - 40px);
        transform: translate(-50%, -50%) rotate(-5deg);
    }

    &::after {
        /* content: ""; */
        position: absolute;
        bottom: 15px;
        left: 0;
        width: 100%;
        aspect-ratio: 1/1;
        z-index: 1;
    }
}

ul#wp-admin-bar-root-default::after {
    content: "Vous êtes connecté en tant qu’administrateur de l’événement";
    margin-left: auto;
    display: block;
    text-align: right;
    margin-right: 10px;
}

#cta {
    overflow: visible;
}

.laurier-left,
.laurier-right {
    position: absolute;
}

.laurier-left {
    width: 122px;
    top: 50%;
    transform: translatey(-50%) rotate(-5deg);
    left: -20px;
}

.laurier-right {
    width: 122px;
    top: 50%;
    transform: translatey(-50%) rotate(5deg);
    right: -20px;
}

.acf-map {
    position: relative;
    z-index: 2;
}

.__formulaireInformation {
    padding-top: 5px;
    border-top: 2px solid #eee;
    font-size: 0.9rem;
    margin-top: 10px;
    margin-bottom: 10px;
    * {
        margin-top: 5px;
    }
    h2 {
        font-size: 1.5rem;
        font-weight: 600;
    }
    h3 {
        font-size: 1.2rem;
        font-weight: 400;
    }
    p {
        font-size: 0.9rem;
    }
}

@media screen and (min-width: 800px) and (max-width: 1100px) {
    .container,
    .parentH1 {
        width: 90% !important;
    }
    .gridInfo {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, auto);
        max-width: 100%;
    }
    .gridInfo * {
        grid-column: inherit !important;
        grid-row: inherit !important;
    }
    .gridInfo div:nth-child(2) {
        max-height: auto;
    }
    .acf-map {
        min-height: 300px;
    }
}
@media screen and (max-width: 799px) {
    .ticket-one-box {
        width: 100%;
    }
    .compteARebours div {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 5px;
    }
    .compteARebours div span {
        text-align: center;
    }
    .laurier-left,
    .laurier-right {
        display: none;
    }
    .parent_intro {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
    #qrcode {
        display: none;
    }
    .box {
        padding: 20px;
        border-radius: 20px;
    }
    .first-box {
        padding: 20px;
        border-radius: 20px;

        .parentCompteReboursBox {
            flex-direction: column-reverse;
            align-items: flex-start;
        }
    }
    .cta {
        padding: 20px;
        border-radius: 20px;
        .imgGauche {
            display: none;
        }
        .imgDroite {
            top: 15%;
            width: 100px;
            left: calc(100% - 26px);
        }

        &::after {
            bottom: 50%;
        }
    }
    .parentFAQ .faq {
        width: 100%;
    }
    #about h2 {
        font-size: 1.5rem;
    }
    #intro .btn {
        display: flex !important;
    }
    #intro .flex .btn {
        display: none !important;
    }

    .galerie-intro {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        height: auto;
        margin-top: 10px;
        * {
            grid-row: initial;
            grid-column: initial;
        }
        .__child {
            width: 100%;
            height: auto;
            aspect-ratio: 1/1;
            border-radius: 10px;
        }
        .__full {
            grid-row: initial;
        }

        &:has(.__child:nth-child(3)) {
            .img-galerie3 {
                grid-row: initial;
                grid-column: 1 / 3;
                aspect-ratio: 2 / 1;
            }
        }

        &:has(.__child:nth-child(5)) {
            .img-galerie3 {
                grid-row: initial;
            }
            .img-galerie2 {
                grid-column: 1 / 3;
                aspect-ratio: 2 / 1;
            }
        }

        &:has(.__child:nth-child(5)) {
            .img-galerie4 {
                grid-row: 1 / 2;
            }
        }
    }
    .gridInfo {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, auto);
        max-width: 100%;
    }
    .gridInfo h2 {
        font-size: 1.5rem;
        text-wrap: balance;
    }
    .gridInfo h3 {
        font-size: 1.3rem;
    }
    .gridInfo * {
        grid-column: inherit !important;
        grid-row: inherit !important;
    }
    .gridInfo > div {
        padding: 20px;
    }
    .gridInfo div:nth-child(2) {
        max-height: auto;
    }
    .parentForm {
        grid-template-columns: repeat(1, 1fr);
    }
    .parentForm .__full {
        grid-column: 1/2;
    }
    .container,
    .parentH1 {
        width: 90% !important;
    }
    .parentInscription {
        padding: 20px;
    }
    .header {
        box-sizing: border-box;
        height: 400px;
        width: 100%;
    }
    .header h1 {
        width: 100%;
        font-size: 1.5rem;
    }
    .header h1 span {
        font-size: 1.5rem;

        border-bottom: 0px;
        border-left: 5px solid var(--color);
        padding: 0 0 0 11px;
        margin: 10px 0px;
    }
    .header h1 i {
        font-size: 1.2rem;
    }
    .header img {
        height: 100%;
        width: 100%;
    }
    h2 {
        font-size: 1.7rem;
    }
    .parentSwitch {
        flex-direction: column;
        width: 100% !important;
    }
    .parentSwitch .__child {
        color: #fff;
        width: 100%;
    }
    .parent_galerie {
        width: 100%;
    }
    .headerMobil {
        align-items: center;
        background: #f9f9f9;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        padding: 15px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }
    .headerMobil .logo {
        width: 120px;
    }
    .site-header {
        box-sizing: border-box;
        height: 100svh;
        left: -100%;
        padding: 80px;
        position: fixed;
        top: 0;
        transition: 0.3s;
        width: 100%;
        z-index: 99;
    }
    .site-header .logo {
        margin: 0;
    }
    .site-header.active {
        left: 0;
    }
    .sliderInfo {
        flex-direction: column;
        grid-template-columns: 1fr;
    }
    .sliderInfo .__child {
        border: none;
        border-bottom: 2px solid #eee;
        margin: 0;
        padding: 40px 0;
        width: 100%;
    }
    .sliderInfo .__child:last-child {
        border: none;
    }
    .parentProgramme {
        height: auto;
        padding: 20px 0px;
        border-radius: 20px;
    }
    .parentProgramme .programme .__child {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }
    .parentProgramme .btn {
        width: 100% !important;
    }
    .compteARebours {
        gap: 10px;
        width: 100%;
        justify-content: space-around;
    }
    .compteARebours div span {
        font-size: 1.5rem;
    }
    .media-prog {
        -o-object-position: center;
        object-position: center;
    }
    .ticket {
        flex-direction: column;
        padding: 00px;
        clip-path: none;
        /* gap: 40px; */
        .ticket-one-box,
        .ticket-tow-box {
            width: 100%;
            padding: 40px 20px;
        }
        .ticket-one-box {
            &::before {
                width: 100%;
                height: 20px;
                position: absolute;
                content: "";
                background: url(/wp-content/themes/site-invitation/assets/ticket-border.png);
                top: -18px;
                left: 0;
                background-size: 118%;
                background-position: center;
            }
        }
        .ticket-tow-box {
            padding: 40px 20px 40px 20px;
            border-top: 5px dashed #f9f9f9;
            position: relative;
            &::before {
                width: 100%;
                height: 20px;
                position: absolute;
                content: "";
                background: url(/wp-content/themes/site-invitation/assets/ticket-border.png);
                bottom: -18px;
                transform: rotate(180deg);
                left: 0;
                background-size: 118%;
                background-position: center;
            }
        }
    }
    .ticket-button {
        bottom: -3%;
        z-index: 2;
    }
    .ticket-register {
        font-size: 2.5rem;
    }

    .info-ticket {
        &:first-child {
            max-width: 100%;
        }
    }
    .acf-map {
        min-height: 300px;
    }
}
