@charset "utf-8";
@import '../css/normalize.min.css' layer(reset);

@font-face {
    font-family: 'Luciole';
    src: url('../fonts/Luciole-Regular.eot');
    src: url('../fonts/Luciole-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Luciole-Regular.woff2') format('woff2'),
        url('../fonts/Luciole-Regular.woff') format('woff'),
        url('../fonts/Luciole-Regular.ttf') format('truetype'),
        url('../fonts/Luciole-Regular.eot'),
        url('../fonts/Luciole-Regular.svg#Luciole-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Timepiece';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('../fonts/Timepiece.woff2') format('woff2'),
        url('../fonts/Timepiece.woff') format('woff'),
        url('../fonts/Timepiece.otf') format('opentype'),
        url('../fonts/Timepiece.ttf') format('truetype');

}

:root {
    --brown: rgba(137, 55, 7, 0.8);
    --brownF: rgba(94, 38, 6, 0.91);
    --brownC: rgba(183, 136, 108, 0.9);
    --silver: rgba(192, 192, 192, 0.8);
    --white: rgba(255, 255, 255, 0.9);
    --black: rgba(67, 44, 32, 0.8);
    --red: rgba(255, 0, 0, 0.8);
    --green: rgba(4, 198, 30, 0.8);
    --azure: rgba(50, 41, 35, 0.8);
    --aqua: rgba(0, 255, 255, 0.5);
    --blue: rgba(0, 0, 255, 1);
    --yellow: rgba(252, 248, 11, 0.8);
    --or: rgba(255, 215, 0, 0.8);
    --orange: rgba(251, 185, 110, 0.935);
    --beige: rgba(250, 246, 241, 0.936);
    --max: 99%;
    --radius: .8rem;
    --pading: .5rem;
    --shadow: .2rem;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* generale */
html {
    font-size: 62.5%;
    text-size-adjust: 100%;
    line-height: 1.7rem;
    background: var(--beige);
}

body {
    font-family: "Luciole", "Times New Roman", "Timepiece", sans-serif, Times, serif;
    background: var(--yellow);
    color: var(--black);
    font-size: 1.6rem;
    line-height: 1.7rem;
    margin: 0 auto;
    padding: 0;
    word-wrap: break-word;
    background-color: var(--silver);
    background-position: center;
    background-size: 99%;
}

pre {
    white-space: pre-wrap;
}

img {
    max-width: var(--max);
    display: block;
    width: var(--max);
    object-fit: cover;
    aspect-ratio: auto 3/4;
    height: auto;
}

img,
input[type='image'],
video,
embed,
iframe,
marquee,
object,
table {
    aspect-ratio: attr(width) / attr(height);
    width: var(--max);
    height: auto;

}

a,
h1,
h2,
h3,
h4,
legend,
button,
.button,
input[type=button],
input[type=submit],
input[type=reset] {
    padding: var(--pading);
    line-height: 2.0rem;
    font-size: 1.9rem;
    font-family: 'Timepiece';
}

a {
    color: var(--brown);
}

.dark {
    background-color: var(--black);
    color: var(--white);
}

.police {
    font-family: 'Timepiece';
}

.small {
    font-size: 0.7rem;
}

a,
button,
.button,
input[type=button],
input[type=submit],
input[type=reset] {
    text-align: center;
    text-decoration: none;
    transition: 0.8s;
    word-break: keep-all;
    hyphens: auto;
    border-radius: var(--radius);
    cursor: pointer;
}

button,
.button,
input[type=button],
input[type=submit],
input[type=reset] {
    flex: auto;
    margin: auto;
    color: var(--black);
    border: var(--pading) outset var(--or);
    padding: var(--pading);
    background: var(--or);
}

a:focus,
button:focus,
input[type=button]:focus,
input[type=submit]:focus,
input[type=reset]:focus {
    background: var(--blue);
}

a:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
    background: var(--silver);
    color: var(--red);
    border: dashed var(--pading) var(--blue);

}

button:disabled,
button[disabled] {
    border: 1px solid var(--black);
    background-color: var(--azure);
    color: var(--silver);
}

[disabled] {
    cursor: not-allowed;
}

button.disabled {
    pointer-events: none;
    background-color: var(--azure);
    color: var(--silver);
}

button.enabled {
    pointer-events: all;
}

h1 {
    line-height: 2.5rem;
    font-size: 2.4rem;
}

h2 {
    line-height: 2.1rem;
    font-size: 2.0rem;
}

p {
    margin: .5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.green {
    color: var(--green);
    text-shadow: var(--white) var(--shadow);
}

.red {
    color: var(--red);
    text-shadow: var(--white) var(--shadow);
}

.black {
    color: var(--black);
    text-shadow: var(--white) var(--shadow);
}

.white {
    color: var(--white);
    text-shadow: var(--azure) var(--shadow);
}

.blue {
    color: var(--blue);
    text-shadow: var(--white) var(--shadow);
}

.a11y-nav {
    position: absolute;
    top: -10em;
    z-index: 100;
    width: var(--max);
}

.a11y-nav a {
    background-color: var(--white);
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    padding: var(--pading) 0;
}

u,
.u {
    text-decoration: underline;
}

.alert {
    display: block;
    min-width: 30%;
    max-width: 70%;
    text-align: center;
    padding: .5rem;
    border-radius: var(--radius);
}

.bold {
    line-height: 2.0rem;
    font-size: 1.9rem;
    font-weight: bold;
}

.success {
    background-color: var(--green);
    color: var(--white);
    text-shadow: var(--azure) var(--shadow);
}

.danger {
    background-color: var(--red);
    color: var(--white);
    text-shadow: var(--azure) var(--shadow);
}

.info {
    background-color: var(--blue);
    color: var(--white);
    text-shadow: var(--azure) var(--shadow);
}

.container {
    margin: auto;
    width: var(--max);
    max-height: var(--max);
}

header {
    margin: auto;
    width: var(--max);
    top: 1px;
    color: var(--white);
    text-shadow: var(--shadow) var(--black);
}

.address {
    margin: 0;
}

main,
.main {
    width: var(--max);
    margin: auto;
    padding: var(--pading);
    border-radius: var(--radius);
    background-color: var(--beige);
    background-image: linear-gradient(to top left, var(--silver) 5%, transparent 80%);
    max-height: var(--max);
}

nav {
    top: 1px;
    width: var(--max);
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    gap: 0.1rem;
    background-color: var(--beige);
    padding: .2rem;
    border-radius: var(--radius);
}

header nav {
    display: flex;
    gap: 5px;
    margin: auto;
    padding: var(--pading);
    width: var(--max);
    z-index: 9;
}

header nav a {
    font-size: 2.8rem;
    font-weight: bolder;
    text-align: center;
    color: var(--white);
    text-shadow: var(--black) var(--shadow);
    border: var(--pading) outset var(--or);
    padding: var(--pading);
    background-color: var(--aqua);
    border-radius: var(--radius);
    background-image: linear-gradient(to top left, var(--silver) 5%, transparent 50%);
}

header nav a:hover {
    background-color: var(--beige);
    color: var(--blue);
    text-shadow: var(--shadow) var(--white);
}

.ariane {
    padding: .5rem;
    margin-bottom: .5rem;
    border-radius: var(--radius);
    color: var(--brownC);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.ariane a {
    color: var(--blue);
    text-decoration: none;
    font-weight: 500;
}

.ariane a:hover {
    text-decoration: underline;
}

.ariane span {
    color: var(--azure);
}

.ariane .separator {
    margin: 0 5px;
    color: var(--brownF);
}


section {
    width: var(--max);
    margin: auto;
    border-radius: var(--radius);
}

article {
    display: block;
    margin: auto;
    border-radius: var(--radius);
    max-width: var(--max);
    padding: var(--pading);
}

.exemple {
    display: inline-flex;
    margin: auto;
    word-wrap: break-word;
    max-width: var(--max);
    width: auto;
    height: auto;
}

.vertical {
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.reduit {
    max-width: 80%;
    height: auto;
    max-height: 40%;
}

.medium {
    max-width: 60%;
    height: auto;
    max-height: 30%;
}

.mini {
    min-width: 10%;
    max-width: 30%;
    height: auto;
    max-height: 15%;
}

.smini {
    max-width: 20%;
    height: auto;
    max-height: 10%;
}

*[hidden],
.hidden {
    display: none;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.center,
.centre {
    text-align: center;
}

input:focus,
textarea:focus {
    background: var(--silver);
}

input:invalid:required,
textarea:invalid:required {
    border-bottom: var(--red) solid 0.3rem;
}

input:valid:required,
textarea:valid:required {
    border-bottom: var(--green) solid 0.3rem;
}

input:invalid:required+span:after,
textarea:invalid:required+span:after {
    color: var(--red);
    padding-left: 0.5%;
    content: ' ?';
}

.required::after {
    color: var(--red);
    font-weight: bold;
    margin-left: 5px;
    content: ' *';
}

input:invalid+span:after {
    content: "✖";
    padding-left: 5px;
}

input:valid+span:after {
    content: "✓";
    padding-left: 5px;
}

canvas {
    border: var(--pading) solid var(--silver);
    max-width: var(--max);
    max-height: var(--max);
}

input,
textarea,
select {

    box-sizing: border-box;
    padding: var(--pading);
    border-radius: var(--radius);
    border-bottom: solid var(--pading) var(--silver);
    border: 1px solid;
}


ul {
    display: block;
    list-style: none;
    padding: .5em;
}

li {
    list-style-type: disc;
    margin-top: .2em;
    margin-left: .8em;
    border-bottom: 0.1rem dashed var(--silver);
}

li strong,
.strong,
.b,
strong {
    line-height: 2.0rem;
    font-size: 1.9rem;
    font-weight: bolder;
}

.table-container {
    width: var(--max);
    overflow-x: auto;
    margin: 1 auto;
}

table {
    width: var(--max);
    word-wrap: break-word;
    vertical-align: middle;
    table-layout: fixed;
}

thead {
    line-height: 2.0rem;
    font-size: 1.9rem;
    border-radius: var(--radius);
    border-color: var(--white);
    color: var(--black);
    font-family: 'Timepiece';
    border-bottom: 2px solid var(--azure);
    text-align: center;
    background-color: var(--aqua);
    text-shadow: var(--black) var(--shadow);
}

tbody {
    border-radius: var(--radius);
    text-align: center;
}

caption,
th,
td {
    border-radius: var(--radius);
    border: 1px solid var(--azure);
    padding: var(--pading);
    width: var(--max);
    word-wrap: break-word;
}

tfoot {
    line-height: 2.0rem;
    font-size: 1.9rem;
    border-radius: var(--radius);
    border-bottom-style: solid;
    border-color: var(--white);
    border-top: 2px solid var(--azure);
    border-radius: var(--radius);
    color: var(--black);
    font-family: 'Timepiece';
    text-align: center;
    background-color: var(--brownC);
    text-shadow: var(--azure) var(--shadow);
}

tbody tr:nth-child(odd) {
    background: var(--beige);
}

tbody tr:nth-child(even) {
    background: var(--silver);
}


table tr.total td:nth-child(2) {
    border-top: 2px solid #eee;
    font-weight: bold;
}

table tr.top table td {
    padding-bottom: 20px;
}

table tr.top table td.title {
    font-weight: bold;
    text-align: center;
    color: var(--silver);
}

table tr.information table td {
    padding-bottom: 40px;
}

table tr.heading td {
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

table tr.details td {
    padding-bottom: 20px;
}

table tr.item td {
    border-bottom: 1px solid #eee;
}

table tr.item.last td {
    border-bottom: none;
}

.pagination {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.pagination a {
    display: inline-block;
    padding: 5px 10px;
    border-radius: var(--radius);
    border: 1px solid var(--azure);
    margin-right: 5px;
    text-decoration: none;
    color: var(--black);
}

.pagination a.active {
    background-color: var(--silver);
}

fieldset {
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 1.6rem;
    border: solid 1px var(--brown);
    border-radius: var(--radius);
}

legend {
    padding: 1em;
    font-size: 1.9rem;
}

.cordo {
    margin: 20px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

form {
    display: flex;
    flex-direction: column;
}

.formIline {
    display: inline-flex;
}

label {
    display: block;
    margin-bottom: 0.5rem;
}

.field {
    margin-bottom: 15px;
    padding-top: .5em;
    padding-bottom: .5em;
    border-color: var(--silver);
    width: var(--max);
}

input[type="checkbox"] {
    width: 1.5em;
    height: 1.5em;
    margin-right: .5em;
}

.field label {
    display: inline;
}

.font {
    font-weight: bolder;
    font-size: 1.9rem;
    color: var(--brownF);
}

footer {
    font-size: 0.9em;
    bottom: 1px;
    padding: var(--pading);
    background-color: var(--beige);
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 20%;
    width: var(--max);
    text-align: center;
    border: solid 1px var(--brown);
    border-radius: 0.1rem 0.1rem 0.9rem 0.9rem;
    background-color: var(--beige);
    font-family: 'Timepiece';
}

.card,
.cards>* {
    margin: auto;
    padding: var(--pading);
}

.clearfix {
    overflow: auto;
}


@media (aspect-ratio:16/9) {
    iframe {
        aspect-ratio: 16/9;
        width: var(--max);
        height: var(--max);
    }

    .video {
        aspect-ratio: 16/9;
        width: var(--max);
        height: auto;
    }
}

body[yahoo] .inner {
    width: 320px !important;
    padding: 0;
}

body[yahoo] .texte {
    width: 320px !important;
    padding: 10px;
}

body[yahoo] .none {
    display: none !important;
    width: 0 !important;
}

body[yahoo] .logo {
    position: relative;
    width: 113px !important;
    height: 99px !important;
}

body[yahoo] .bloc1 {
    padding: 5px !important;
    width: 197px !important;
    background-color: #FFF;
}

.photo {
    border: outset .2rem var(--silver);
    border-radius: .8rem;
}

.image {
    display: flex;
    justify-content: center;
}

.image img {
    justify-content: center;
}

.inverse-text {
    display: inline-block;
    transform: rotateZ(180deg);
}

.cadre {
    border-radius: var(--radius);
    border: 2px solid var(--brown);
    padding: .3em;
    background: var(--white);
}

.gauche-droite {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: .3em;
}

.gd {
    overflow: hidden;
    margin-bottom: var(--pading);
}

.gauche {
    float: left;
    width: 47%;
}

.droite {
    float: right;
    width: 47%;
}

.gauche3 {
    float: left;
    width: 27%;
}

.droite3 {
    float: right;
    width: 27%;
}

.gauche7 {
    float: left;
    width: 67%;
}

.droite7 {
    float: right;
    width: 67%;
}

.tel {
    font-family: monospace;
}

.petit {
    width: 8.5rem;
}

.sepia {
    filter: sepia(70%);
    z-index: 2;
}


a[href^="tel"] {
    color: var(--brown);
}

a[href^="tel"]:hover {
    color: var(--white);
    font-weight: bold;
}

#info {
    position: fixed;
    top: 20px;
    left: 20px;
    padding: 20px;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translateY(-20px);
}

#info.active {
    opacity: 1;
    transform: translateY(0);
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    font-size: 2em;
}

.rating input {
    display: none;
}

.rating label {
    color: var(--silver);
    cursor: pointer;
    transition: color 0.2s;
}

.rating input:checked~label,
.rating label:hover,
.rating label:hover~label {
    color: var(--orange);
}

.etoiles {
    color: var(--or);
    text-shadow: var(--brownC) var(--shadow);
    font-size: 1.4em;
}

#notification-request {
    animation: slide-in 0.5s ease-in-out;
}

.fblanc {
    background-color: var(--white);
    padding: var(--pading);
    border-radius: var(--radius);
}

.fbeige {
    background-color: var(--white);
    padding: var(--pading);
    margin: .5rem;
    border-radius: var(--radius);
}

@keyframes slide-in {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media screen and (min-width:1024px) and (orientation:landscape) {

    body {
        margin: 0;
        padding: 0;
        min-width: 1024px;
        background-position: center;
        box-sizing: border-box;
    }

    img,
    table,
    td,
    blockquote,
    code,
    pre,
    textarea,
    iframe,
    object,
    embed,
    video {
        max-width: var(--max);
    }

    img {
        box-sizing: border-box;
        height: auto;
        width: auto;
    }

    textarea,
    table,
    td,
    th,
    code,
    pre,
    samp {
        word-wrap: break-word;
        hyphens: auto;
    }

    code,
    pre,
    samp {
        white-space: pre-wrap;
    }

    section {
        width: var(--max);
        min-width: 110px;
        margin: 0 auto;
    }

    article {
        width: var(--max);
        min-width: 110px;
        margin: 0 auto;
    }

    aside {
        width: var(--max);
        min-width: 110px;
        margin: 0 auto;
    }


    table {
        max-width: var(--max);
    }

    .hide_mobile {
        display: none !important;
    }

}

@media screen and (min-width:780px) and (max-width:1024px) {

    body {
        width: auto;
        margin: 0;
        padding: 0;
        min-width: 780px;
        max-width: 1023px;
        background-position: center;
        box-sizing: border-box;
    }

    img,
    table,
    td,
    blockquote,
    code,
    pre,
    textarea,
    iframe,
    object,
    embed,
    video {
        max-width: 90%;
    }

    #menu_top a {
        font-size: 90%;
    }

    nav .navHaut a {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 2.5rem;

    }

    nav .navBas {
        height: 2.5rem;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    img {
        box-sizing: border-box;
        height: auto;
        width: auto;
    }

    textarea,
    table,
    td,
    th,
    code,
    pre,
    samp {
        word-wrap: break-word;
        hyphens: auto;
    }

    code,
    pre,
    samp {
        white-space: pre-wrap;
    }

    nav .navHaut a {
        width: auto;
        height: 3rem;
    }

    nav .navBas {
        height: 3rem;
    }

    .droite {
        flex: none;
    }

    section {
        float: none;
        width: var(--max);
        min-width: 110px;
        margin: 0 auto;
    }

    article {
        min-width: 110px;
        margin: 0 auto;
    }

    aside {
        width: var(--max);
        min-width: 110px;
        margin: 0 auto;
    }

    table {
        width: var(--max);
    }

}


@media screen and (max-width: 780px) {

    body {
        width: auto;
        margin: 0;
        padding: 0;
        min-width: 360px;
        max-width: 780px;
        background-position: center;
        box-sizing: border-box;
    }

    img,
    table,
    td,
    blockquote,
    code,
    pre,
    textarea,
    iframe,
    object,
    embed,
    video {
        max-width: var(--max);
    }

    nav .navHaut {
        display: block;
    }


    img {
        box-sizing: border-box;
        height: auto;
        width: auto;
    }

    textarea,
    table,
    td,
    th,
    code,
    pre,
    samp {
        word-wrap: break-word;
        hyphens: auto;
    }

    code,
    pre,
    samp {
        white-space: pre-wrap;
    }

    nav .navBas {
        padding: 5%;
    }

    section {
        width: auto;
        min-width: 110px;
        margin: 0 auto;
    }

    article {
        min-width: 110px;
        margin: 0 auto;
    }

    .produit {
        flex: 0 0 100%;
    }

    .produita {
        flex: 0 0 calc(99% - 1px);
    }

    aside {
        width: auto;
        min-width: 110px;
        max-width: 500px;
        margin: 0 auto;
    }

    .hidden {
        display: none;
    }

    table {
        width: var(--max);
    }

    .gauche-droite {
        flex-direction: column;
    }

    .gauche {
        width: 99%;
    }

    .droite {
        width: 99%;
    }

    .gauche3 {
        width: 99%;
    }

    .droite3 {
        width: 99%;
    }

    .gauche7 {
        width: 99%;
    }

    .droite7 {
        width: 99%;
    }

    footer {
        flex-direction: column;
    }

}

@media screen and (max-width:360px) {

    body {
        width: auto;
        margin: 0;
        padding: 0;
        min-width: 120px;
        max-width: 360px;
        background-position: center;
        box-sizing: border-box;
    }

    table,
    td,
    blockquote,
    code,
    pre,
    textarea,
    iframe,
    object,
    embed,
    video {
        max-width: 90%;
    }

    nav .navHaut {
        display: block;
        align-items: center;
    }

    img {
        box-sizing: border-box;
        height: auto;
        width: auto;
    }

    textarea,
    table,
    td,
    th,
    code,
    pre,
    samp {
        word-wrap: break-word;
        hyphens: auto;
    }

    code,
    pre,
    samp {
        white-space: pre-wrap;
    }

    .haut {
        height: 20rem;
    }

    section {
        width: var(--max);
        min-width: 110px;
        margin: 0 auto;
    }

    article {
        min-width: 110px;
        margin: 0 auto;
    }

    aside {
        width: var(--max);
        min-width: 110px;
        margin: 0 auto;
    }

    table {
        width: var(--max);

    }


}


@media (pointer: coarse) {

    a,
    .bottom,
    .botton,
    .button {
        padding: .4em;
    }
}


img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 1200px 900px;
    /* Ratio 4:3 adapté pour décorations */
}

.form-group {
    margin-bottom: 1rem;
}

.player-table {
    width: var(--max);
    border-collapse: collapse;
    table-layout: fixed;
    overflow: auto;
}

.player-table th,
.player-table td {
    padding: 8px;
    text-align: left;
}


.player-table input {
    width: var(--max);
    box-sizing: border-box;
}


.carousel {
    width: 550px;
    overflow: hidden;
    margin: auto;
    border-radius: var(--radius);
}

.carousel-inner {
    display: flex;
    width: var(--max);
}

.item {
    min-width: var(--max);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.item img {
    width: var(--max);
    height: auto;
}