/****************************** Propriétés Globales ******************************/

.div-urgent {
    position: absolute;
    top: 0.625rem;
    font-size: 2rem;
}

html {
    font-size: 100%;
    scroll-behavior: smooth;
}

html::-webkit-scrollbar {
    width: 0.375rem;
}

html::-webkit-scrollbar-track {
    background-color: #FFFFFF;
}

html::-webkit-scrollbar-thumb {
    background-color: #B69859;
    border-radius: 0.625rem;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background: linear-gradient(#FFFFFF, #fffcfa);
    background-repeat: no-repeat;
    color: #575756;
}

a {
    color: #575756;
}

header {
    position: fixed;
    width: 100%;
    z-index: 10;
    height: 0;
}

.ordinateur {
    display: none;
}

.description .ordinateur {
    display: none;
}

.telephone {
    display: initial;
}

/****************************** Menu Téléphone ******************************/


.div-icone {
    width: fit-content;
}

.menu {
    display: flex;
    margin: 0;
    position: absolute;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fffcfa;
    transform: translateX(-100%);
    transition: transform 1s;
}

.menu li {
    list-style-type: none;
}

.text-menu {
    text-decoration: none;
    color: #575756;
    font-family: "Abel";
    font-size: 1.563rem;
}

.menu2 {
    display: none;
}

.ouvrir {
    display: block;
    z-index: 6;
    font-size: 2rem;
    margin: 1.25rem;
    opacity: 1;
    background-color: #FFFFFF;
    width: fit-content;
    padding: 0.625rem;
    border-radius: 0.625rem;
    cursor: pointer;
}

.fermer {
    display: none;
    opacity: 0;
    transition: all 0.2s;
    cursor: pointer;
}

.menu.ouvert {
    display: flex;
    transform: translateX(0);
    padding: 0;
}

.ouvrir.ouvert {
    opacity: 0;
}

.fermer.ouvert {
    display: block;
    z-index: 6;
    top: 1.875rem;
    left: 2.188rem;
    position: absolute;
    font-size: 2rem;
    opacity: 1;
    transition: all 0.2s;
}

.nav-menu.ouvert {
    background-color: transparent;
}

.nav-menu {
    width: fit-content;
}

/****************************** Home Téléphone ******************************/

.accueil {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: space-evenly;
}

.div-accueil {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lien-logo-ilets img {
    width: 100%;
    margin-top: 10vh;
}

.lien-logo-ilets {
    width: 35%;
    display: block;
    cursor: default;
    pointer-events: none;
}

.h1 {
    font-family: "Abel";
    color: #BABEBD;
    text-transform: uppercase;
    font-weight: lighter;
    margin: 0;
    padding: 0;
    letter-spacing: 0.188rem;
    font-size: 2.5rem;
    cursor: default;
}

.h2-accueil {
    font-family: "Playfair Display";
    font-size: 1.875rem;
    font-weight: lighter;
    padding: 0;
    text-align: center;
    margin: 1.25rem;
    position: relative;
    cursor: default;
}

.h2-accueil::before {
    content: url("../images/pictogrammes/quote.svg");
    position: absolute;
    width: 2.188rem;
    transform: translate(-2.5rem, 2.188rem);
    bottom: 0;
    right: 0;
}

.lien-pict-map {
    display: contents;
}

.pict-map {
    width: 50%;
    position: relative;
    margin-bottom: 0.625rem;
}

.pict-map img {
    width: 100%;
}

.pict-map::before {
    content: "L'herbaudière";
    padding-right: 1.563rem;
    font-family: "Abel";
    position: absolute;
    font-size: 1.25rem;
    left: -1.875rem;
    bottom: 3.125rem;
    background-image: url("../images/pictogrammes/gps.svg");
    background-repeat: no-repeat;
    background-position: right;
    color: #575756;
}

/****************************** Formules Téléphone ******************************/

.formules {
    margin-top: 3.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    scroll-margin: 3.125rem;
}

.h2-formules {
    margin: 1.875rem 3.125rem;
    font-family: "Playfair Display";
    font-weight: lighter;
    font-size: 1.875rem;
    position: relative;
    cursor: default;
}

.h2-formules::before {
    content: url("../images/pictogrammes/quote.svg");
    position: absolute;
    width: 2.188rem;
    left: -2.5rem;
    top: 0.313rem;
    cursor: default;
}

.div-formules {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.div-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 0.063rem solid #575756;
    margin: 0 2.5rem;
    justify-content: space-evenly;
    border-radius: 0.469rem;
    width: 80%;
    position: relative;
    padding: 1.25rem;
}

.form1-1 {
    padding: 1.25rem;
}

.formules .form1 {
    margin-bottom: 1.875rem;
}

.img-form {
    width: 40%;
}

.img-ilets {
    width: 50%;
}

.img-gens {
    width: 40%;
}

.gens-ilets {
    width: 50%;
}

.text-formule {
    font-family: "Playfair Display";
    font-size: 1.875rem;
    cursor: default;
}

.pins {
    color: #3b6460;
}

.rive {
    color: #7184ae;
}

.div-form .ilets {
    color: #B69859;
}

.formules .div-formules .form1-2 {
    padding: 0;
}

.chiffre-formule {
    font-family: "Abel";
    font-size: 1.875rem;
    margin: 1.25rem;
    cursor: default;
}

.chiffre-ilets {
    font-size: 3.125rem;
    cursor: default;
}

.text-ilets {
    font-size: 1.25rem;
    font-family: "Abel";
    margin-top: 0;
    margin-bottom: 1.25rem;
    cursor: default;
    color: #928a87;
}

.btn-decou {
    font-size: 1.25rem;
    font-family: "Abel";
    color: #B69859;
    text-decoration: none;
    position: relative;
}

.btn-decou::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    border: 0.063rem solid #B69859;
    left: 0;
}

.div-3 .font-reduit {
    font-size: 1.2rem;
    text-decoration: none;
    cursor: pointer;
}

.div-big {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.div-3 .font-reduit::after {
    content: none;
}

.div-div-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.div-div-2 .chiffre2 {
    margin-left: 0.5rem;
    margin-bottom: 0.3rem;
}

.formules .div-formules .form1-1 {
    position: relative;
    transition: all 0.3s;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.back-white {
    background-color: #FFFFFF;
}

/****************************** Lieu Téléphone ******************************/

.slider {
    max-width: 60rem;
    margin: auto;
    overflow: hidden;
    display: grid;
    z-index: 1;
}

.slider-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    transition: transform 500ms;
    display: flex;
    grid-area: 1/1;
    z-index: 2;
    margin-top: 2.5rem;
}

.slider-list-item {
    width: 100%;
    flex-shrink: 0;
    position: relative;
}

.slider-list-item img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 80vh;
    object-fit: cover;
    object-position: center;
}

.slider-dots {
    margin-top: 0.938rem;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.slider-dot {
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    margin-bottom: 0.938rem;
}

.slider2 {
    max-width: 60rem;
    margin: auto;
    overflow: hidden;
    display: grid;
    z-index: 1;
}

.slider-list2 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    transition: transform 500ms;
    display: flex;
    grid-area: 1/1;
    z-index: 2;
    margin-top: 2.5rem;
}

.slider-list-item2 {
    width: 100%;
    flex-shrink: 0;
    position: relative;
}

.slider-list-item2 img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 80vh;
    object-fit: cover;
    object-position: center;
}

.slider-dots2 {
    margin-top: 0.938rem;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.slider-dot2 {
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    margin-bottom: 0.938rem;
}

.div-ilets {
    background-image: url("../images/photos/fond_slider.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-dot svg {
    transition: fill 0.3s ease;
}

.slider-dot.current svg {
    fill: #FFFFFF;
}

.slider-dot.current {
    background-color: #FFFFFF;
}

.slider-dot2 svg {
    transition: fill 0.3s ease;
}

.slider-dot2.current svg {
    fill: #FFFFFF;
}

.slider-dot2.current {
    background-color: #FFFFFF;
}

.slider-btn {
    background: transparent;
    border: none;
    outline: none;
    grid-area: 1/1;
    cursor: pointer;
    width: 15%;
    z-index: 3;
}

.slider-prev {
    place-self: center start;
}

.slider-next {
    place-self: center end;
}

.slider-btn2 {
    background: transparent;
    border: none;
    outline: none;
    grid-area: 1/1;
    cursor: pointer;
    width: 15%;
    z-index: 3;
}

.slider-prev2 {
    place-self: center start;
}

.slider-next2 {
    place-self: center end;
}

.text-lieu {
    font-size: 1.25rem;
    font-family: "Abel";
    margin: 0;
    cursor: default;
    padding: 1.25rem;
    color: #928a87;
    text-align: center;
}

.text-descr {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 0.625rem;
    background-color: rgba(57, 57, 56, 0.7);
    position: absolute;
    width: 100%;
    bottom: 0;
    cursor: default;
}

.titre-lieu {
    font-family: "Playfair Display";
    font-size: 1.563rem;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0.5rem;
}

.p-descr {
    font-family: "Abel";
    font-size: 1.25rem;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 0;
}

.btn-filtre {
    margin-top: 1.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.description .btn-filtre {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.btn-ilets {
    font-family: "Playfair Display";
    font-size: 1.25rem;
    background-color: transparent;
    cursor: pointer;
    border: none;
    color: #cecdcd;
}

.btn-ilets.active {
    color: #575756
}

.btn-ilets2 {
    font-family: "Playfair Display";
    font-size: 1.25rem;
    background-color: transparent;
    cursor: pointer;
    border: none;
    color: #cecdcd;
}

.btn-ilets2.active {
    color: #575756
}

.btn-rive {
    position: relative;
}

.btn-rive::before {
    content: "";
    height: 100%;
    z-index: -1;
    position: absolute;
}

.btn-pins {
    margin-left: 1.875rem;
    position: relative;
}

.btn-pins::before {
    content: "";
    height: 100%;
    z-index: -1;
    position: absolute;
}

.btn-pins.active::before {
    top: 0;
    left: -0.313rem;
    border: 0.063rem solid #3b6460;
}

.btn-rive.active::before {
    top: 0;
    left: -0.313rem;
    border: 0.063rem solid #7184ae;
}

.chiffre-lieu {
    font-family: "Abel";
    font-size: 1.563rem;
    margin: 0;
    margin-right: 0.625rem;
    cursor: default;
}

.titre-div {
    font-family: "Playfair Display";
    font-size: 1.563rem;
    margin: 0;
    margin-bottom: 0.625rem;
    cursor: default;
}

.titre-div-rive {
    color: #7184ae;
}

.titre-div-pins {
    color: #3b6460;
}

.titre-div-ilets {
    color: #B69859;
}

.img-div {
    width: 20%;
    margin-right: 0.625rem;
}

.div-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.div-3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.marge {
    margin-bottom: 1.25rem;
}

.div-pins {
    display: none;
}

/****************************** La rive Téléphone ******************************/

.description {
    scroll-margin: 2rem;
}

.elt-rive {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 1.25rem;
}

.elt-rive p {
    padding: 0;
}

.descr-pins .elt-pins {
    flex-direction: row-reverse;
}

.elt2-rive {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-right: 0.625rem;
}

.img-descr {
    width: 6.25rem;
    margin-bottom: 1.25rem;
}

.div-img-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.div-img-1 img {
    width: 60%;
}

.img-rive {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pers {
    width: 50%;
}

.text-pers {
    font-family: "Abel";
    font-size: 2.188rem;
    margin: 0;
    cursor: default;
}

.metre {
    width: 30%;
}

.div-text-pers {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1.25rem;
    justify-content: space-evenly;
}

.div2-text-pers {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.restr {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.25rem;
    margin-left: 3.125rem;
    cursor: default;
}

.restr p {
    font-family: "Abel";
    font-size: 1.563rem;
    margin: 0;
}

.prem-equipe {
    font-family: "Playfair Display";
    font-size: 1.563rem;
    color: #B69859;
    margin-top: 0;
    margin-bottom: 1.875rem;
    cursor: default;
    padding-left: 1.25rem;
}

.text-equipe {
    font-family: "Abel";
    font-size: 1.25rem;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    position: relative;
    cursor: pointer;
    padding-left: 1.25rem;
}

.text-equipe::after {
    content: url("../images/pictogrammes/fleche.svg");
    position: absolute;
    width: 0.625rem;
    margin-left: 0.625rem;
    top: -0.125rem;
    color: #928a87;
}


.text-equipe.vre::after {
    transform: rotate(-180deg);
    top: 0.438rem;
}

.equipe {
    margin-left: 3.125rem;
    position: relative;
    margin-bottom: 1.25rem;
}

.elt-pins .pins-pins {
    margin-right: 0;
}

.elt-pins .text-lieu {
    text-align: right;
}

.barre {
    height: 100%;
    border: 0.063rem solid #575756;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.barre2 {
    height: 100%;
    border: 0.063rem solid #575756;
    position: absolute;
    right: auto;
    top: 0;
    bottom: 0;
    left: 0;
}

.text-sous-equipe {
    font-family: "Abel";
    font-size: 1.25rem;
    transition: all 0.3s;
    padding-left: 1.875rem;

}

.btn-reserve {
    font-family: "Playfair Display";
    color: #FFFFFF;
    background: linear-gradient(90deg, rgba(87, 87, 86, 1) 50%, rgba(255, 255, 255, 1) 100%);
    padding: 0.625rem;
    width: 100%;
    margin-top: 0;
    padding-left: 1.25rem;
    font-size: 1.25rem;
    cursor: pointer;
    text-decoration: none;
    display: block;
}

.sous-equipe .dernier {
    margin-bottom: 0;
}

.sous-equipe {
    transform: translateY(-100%);
    display: none;
    transition: all 0.3s;
}

.sous-equipe.active {
    transform: translateY(0);
    display: initial;
    transition: all 0.3s;
}

.sous-equipe2 {
    transform: translateY(-100%);
    display: none;
    transition: all 0.3s;
}

.sous-equipe2.active {
    transform: translateY(0);
    display: initial;
    transition: all 0.3s;
}


.sous-equipe3 {
    transform: translateY(-100%);
    display: none;
    transition: all 0.3s;
}

.sous-equipe3.active {
    transform: translateY(0);
    display: initial;
    transition: all 0.3s;
}


.sous-equipe4 {
    transform: translateY(-100%);
    display: none;
    transition: all 0.3s;
}

.sous-equipe4.active {
    transform: translateY(0);
    display: initial;
    transition: all 0.3s;
}

.div-img-2 {
    position: relative;
    margin-bottom: 1.25rem;
    justify-content: center;
    display: flex;
    overflow: hidden;
    clip-path: circle(35.5% at 50% 50%);
}

.div-elt-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.5);
}

.chiffre-img {
    font-family: "Abel";
    font-size: 1.875rem;
    margin: 0;
    font-weight: bolder;
    color: #000000;
    cursor: default;
}

.text-img {
    font-family: "Abel";
    font-size: 1.25rem;
    margin: 0;
    font-weight: bolder;
    color: #000000;
    cursor: default;
}

/****************************** Les pins Téléphone ******************************/

.titre-descr-pins {
    text-align: center;
}

.descr-pins {
    margin-top: 3.125rem;
}

/****************************** Réservation Téléphone ******************************/

.reservation {
    margin-top: 3.125rem;
    scroll-margin: 2.813rem;
}

#reservation {
    scroll-margin: -700px;
}

.reservation .reserve {
    background-color: transparent;
}

.div-reserv {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.for-res {
    box-shadow: 0.625rem 0.625rem 0.625rem #dadada;
}

.ele-div-res {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.img-res {
    width: 60%;
}

.img-res2 {
    width: 40%;
}

.text-res {
    font-family: "Abel";
    font-size: 2.5rem;
    margin: 0;
    cursor: default;
}

.res2 {
    margin-bottom: 1.25rem;
}

.div-form .titre-res {
    font-size: 2.5rem;
    margin: 1.25rem;
    text-align: center;
}

.text2-res {
    font-family: "Playfair Display";
    font-size: 1.875rem;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    text-align: center;
    position: relative;
    cursor: default;
}

.text2-res::before {
    content: url("../images/pictogrammes/quote.svg");
    top: -1.875rem;
    width: 2.188rem;
    position: absolute;
}

.titre2-res {
    font-family: "Playfair Display";
    font-size: 3.125rem;
    margin-bottom: 2.5rem;
    margin-top: 1.25rem;
    position: relative;
    cursor: default;
}

.titre2-res::before {
    content: url("../images/pictogrammes/quote.svg");
    width: 2.188rem;
    position: absolute;
    left: 40%;
    bottom: -2.188rem;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.625rem;
    width: 100%;
}

td {
    font-family: "Abel";
    text-align: center;
    font-size: 0.813rem;
    cursor: default;
}

.ligne {
    background-color: #B69859;
}

.pad {
    padding: 0.313rem;
}

.pad p {
    margin: 0;
}

.pad .ha {
    margin-bottom: 0.313rem;
}

.ligne1 {
    background-color: #E7DECC;
    position: relative;
}

.ligne1::after {
    content: "";
    border: solid 0.063rem #575756;
    position: absolute;
    width: 99.5%;
    bottom: 0;
    left: 0;
}

thead {
    width: 100%;
}

thead tr td {
    color: #FFFFFF;
}

tbody {
    width: 100%
}

.p-ligne3 {
    font-family: "Abel";
    background-color: #B69859;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    border-radius: 2.5rem;
    font-size: 0.813rem;
    padding: 0.313rem 0.625rem;
    margin: 0;
    cursor: default;
}

.p-ligne {
    font-family: "Abel";
    width: 100%;
    text-align: center;
    font-size: 0.813rem;
    padding: 0.313rem 0.625rem;
    margin-top: 0.313rem;
    position: relative;
    cursor: default;
}

.p-ligne::after {
    content: "";
    border: solid 0.063rem #575756;
    position: absolute;
    width: 99.5%;
    bottom: -0.125rem;
    left: 0;
}

.titre-ligne {
    font-family: "Playfair Display";
    font-size: 1.563rem;
    color: #B69859;
    text-align: center;
    margin-bottom: 0.625rem;
    text-decoration: none;
}

.titre2-ligne {
    font-family: "Playfair Display";
    font-size: 2.188rem;
    text-align: center;
    margin-bottom: 0.625rem;
    margin-top: 0.625rem;
    color: #575756;
    text-decoration: none
}

.equipe .der-der {
    margin-bottom: 0.625rem;
}

.lien-calen {
    display: contents;
    width: unset;
}

.calend {
    width: 50%;
    padding: 0.625rem;
}

.div-ligne {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-abri {
    font-family: "Playfair Display";
    font-size: 1.25rem;
    width: 100%;
    color: #FFFFFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) -40%, rgba(182, 152, 89, 1) 50%, rgba(255, 255, 255, 1) 140%);
    text-decoration: none;
    text-align: center;
    margin-top: 1.25rem;
    padding: 0.625rem;
    margin-bottom: 0.625rem;
}

.lien {
    font-family: "Playfair Display";
    color: #FFFFFF;
    text-decoration: none;
}

.note {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.25rem;
}

.chiffre-reserv {
    font-size: 1.875rem;
    font-family: "Abel";
    margin: 0;
    cursor: default;
}

.div5 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
}

.div3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.div3 .titre-res {
    text-align: center;
    font-size: 1.875rem;
    margin: 0;
}

.div5 .img-form {
    width: 40%;
}

.pict-cal {
    width: 100%;
}

.lien-cal {
    position: relative;
    width: 40%;
}

.lien-cal2 {
    position: relative;
    width: 40%;
}

.lien-cal::after {
    content: "";
    width: 100%;
    border: solid 0.063rem #B69859;
    position: absolute;
    bottom: -1.188rem;
    left: 0;
}


.lien-cal2::after {
    content: "";
    width: 100%;
    border: solid 0.063rem #B69859;
    position: absolute;
    bottom: -1.188rem;
    left: 0;
}

.div-calen {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p-lien {
    font-family: "Playfair Display";
    color: #B69859;
    font-size: 1.563rem;
    margin-top: 1.875rem;
    margin-bottom: 0;
    text-decoration: none;
}

thead .bleu {
    background-color: #7184ae;
}

.div-form .bleu {
    background-color: #7184ae;
}

tbody .bleu2 {
    background-color: #D5D8E4;
}

.form-rive {
    margin-bottom: 1.875rem;
}


thead .vert {
    background-color: #759e9d;
}

.div-form .vert {
    background-color: #759e9d;
}

tbody .vert2 {
    background-color: #D6DEDD;
}

.div-45 {
    margin-top: 1.875rem;
}

.div-bas {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 1.25rem;
    margin-bottom: 1.875rem;
}

.titre-bas {
    margin-top: 0;
    margin-bottom: 0.625rem;
    font-family: "Abel";
    font-size: 1.25rem;
    position: relative;
}

.titre-bas::after {
    content: "";
    position: absolute;
    width: 100%;
    border: 0.063rem solid #575756;
    bottom: 0;
    left: 0;
}

.p-bas {
    margin: 0;
    font-family: "Abel";
    font-size: 0.938rem;
}

.text-equipe {
    color: #928a87;
}

.sous-equipe {
    color: #928a87;
}

.div-1-res {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.div-2-res {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.description .descr-filtre-pins {
    display: none;
}

/****************************** Formulaire Téléphone ******************************/

.formulaire {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("../images/pictogrammes/avion2.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.div-formulaire {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: relative;
    justify-content: space-between;
    border: 0.063rem #575756 solid;
    padding: 1.25rem;
    margin: 1.25rem;
    background-color: #FFFFFF;
    border-radius: 0.469rem;
    box-shadow: 0.625rem 0.625rem 0.625rem #dadada;
    height: 60%;
    width: 80%;
}

.arrow {
    position: absolute;
    cursor: pointer;
}

.img-avion {
    width: 45%;
    margin-right: 1.25rem;
    display: none;
}

.p-reserv {
    font-family: "Playfair Display";
    color: #B69859;
    font-size: 1.875rem;
    margin: 0;
    cursor: default;
    margin-top: 1.875rem;
}

.form-formulaire {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    justify-content: space-evenly;
}

form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: 100%;
    justify-content: space-evenly;
}

input[type="text"] {
    border-radius: 1.875rem;
    border: none;
    padding: 0.313rem 0.625rem 0.313rem 1.875rem;
    background-color: #f3f3f3;
    font-family: "Abel";
    font-size: 0.938rem;
    width: 100%;

}

input[type="email"] {
    border-radius: 1.875rem;
    border: none;
    padding: 0.313rem 0.625rem 0.313rem 1.875rem;
    background-color: #f3f3f3;
    font-family: "Abel";
    font-size: 0.938rem;
    width: 100%;
}

select {
    border-radius: 1.875rem;
    border: none;
    padding: 0.313rem 0.625rem 0.313rem 0.625rem;
    background-color: #f3f3f3;
    font-family: "Abel";
    font-size: 0.938rem;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
}

.div-select {
    position: relative;
}

.div-select::after {
    content: url("../images/pictogrammes/fleche.svg");
    position: absolute;
    z-index: 10;
    width: 5%;
    right: 1.25rem;
    top: 0.25rem;
    transition: all 0.3s;
}

.div-select.retour::after {
    transform: rotate(180deg);
    transition: all 0.3s;
    top: 0.375rem;
}

input[type="submit"] {
    border-radius: 1.875rem;
    border: none;
    font-family: "Abel";
    background-color: transparent;
    color: #FFFFFF;
    font-size: 0.938rem;
    cursor: pointer;
    padding: 0;
    margin-right: 0.625rem;
}

.avec-fle {
    padding: 0.625rem 0.938rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: "Abel";
    background-color: #B69859;
    color: #FFFFFF;
    font-size: 0.938rem;
    cursor: pointer;
    border-radius: 1.875rem;
    border: none;
}

textarea {
    border-radius: 1.25rem;
    width: 100%;
    height: 30%;
    background-color: #f3f3f3;
    font-family: "Abel";
    border: none;
    resize: none;
    padding: 0.313rem 0.625rem;
    font-size: 0.938rem;
}

.div-user {
    position: relative;
}

.user {
    position: absolute;
    left: 0.688rem;
    top: 0.5rem;
    font-size: 0.875rem;
    color: rgb(143, 143, 141);
}

.div-email {
    position: relative;
}

.email {
    position: absolute;
    left: 0.688rem;
    top: 0.5rem;
    font-size: 0.875rem;
    color: rgb(143, 143, 141);
}

.lien-fle {
    color: #575756;
}

textarea::-webkit-scrollbar {
    width: 0;
}

textarea::-webkit-scrollbar-track {
    background-color: transparent;
    width: 0;
}

textarea::-webkit-scrollbar-thumb {
    background-color: transparent;
    width: 0;
}

.p-valide {
    position: absolute;
    bottom: 4.5%;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 0.938rem;
    color: #B69859;
    font-family: "Playfair Display";
    margin: 0;
}

.form-formulaire {
    padding-bottom: 1.5rem;
}

@media all and (max-width: 280px) {

    /****************************** Formules Fold ******************************/

    .text-ilets {
        font-size: 0.938rem;
    }

    /****************************** Lieu Fold ******************************/

    .slider-dots {
        display: none;
    }

    .slider-dots2 {
        display: none;
    }

    .titre-lieu {
        font-size: 1.125rem;
    }

    .p-descr {
        font-size: 0.813rem;
    }

    .text-lieu {
        font-size: 0.938rem;
    }

    /****************************** La rive Fold ******************************/

    .equipe {
        margin-left: 0;
    }

    .restr {
        margin-left: 0;
    }

    /****************************** Formulaire Fold ******************************/

    .p-reserv {
        font-size: 1.25rem;
    }

    input {
        font-size: 0.75rem;
    }

    textarea {
        font-size: 0.75rem;
    }

}

@media all and (min-width: 540px) {

    /****************************** Home ******************************/

    .h2-accueil {
        font-size: 1.875rem;
    }

    .pict-map {
        width: 40%;
    }

    .pict-map::before {
        font-size: 0.938rem;
    }

    .lien-logo-ilets {
        width: 25%;
    }

    .h1 {
        font-size: 2.5rem;
    }

}

@media all and (min-width: 768px) {

    /****************************** Menu Tablette ******************************/

    .menu {
        transition: transform 1.5s;
    }

    .text-menu {
        font-size: 2.188rem;
    }

    .ouvrir {
        font-size: 2.5rem;
    }

    .fermer.ouvert {
        font-size: 2.5rem;
    }

    .descritpion .telephone {
        display: flex;
    }

    #reservation {
        scroll-margin: 30px;
    }

    /****************************** Home Tablette ******************************/

    .accueil {
        flex-direction: row-reverse;
    }

    .div-accueil {
        align-items: flex-start;
        margin: 1.25rem;
    }

    .h2-accueil {
        text-align: left;
        margin: 1.25rem;
        font-size: 2.5rem;
    }

    .h2-accueil::before {
        transform: none;
        top: 0;
        left: -2.813rem;
    }

    .pict-map {
        width: 50%;
        margin-top: 28.125rem;
        margin-left: 1.25rem;
    }

    .pict-map::before {
        padding-right: 2.188rem;
        font-size: 2.188rem;
        right: -16.25rem;
        bottom: 6.25rem;
        left: auto;
    }

    .lien-logo-ilets img {
        margin-top: 0;
    }

    .lien-logo-ilets {
        width: 55%;
    }

    .h1 {
        font-size: 3.75rem;
    }

    .div-eng {
        margin-bottom: 12.5rem;
    }

    /****************************** Formules Tablette ******************************/

    .formules {
        scroll-margin: 5rem;
    }

    .div-form {
        width: 60%;
    }

    .h2-formules {
        font-size: 2.5rem;
    }

    .h2-formules::before {
        top: -0.125rem;
    }

    .text-formule {
        font-size: 2.5rem;
    }

    .text-ilets {
        font-size: 1.563rem;
    }

    .btn-decou {
        font-size: 1.875rem
    }

    .chiffre-formule {
        font-size: 3.125rem;
    }

    .chiffre-ilets {
        font-size: 3.75rem;
    }

    .img-form {
        width: 50%;
    }

    .img-ilets {
        width: 60%;
    }

    .text-ilets {
        font-size: 1.25rem;
    }

    .formules .div-formules .form-ilets {
        padding: 1.563rem;
    }

    /****************************** Lieu Tablette ******************************/

    .slider-dots {
        justify-content: center;
    }

    .slider-dots2 {
        justify-content: center;
    }

    .slider-dot:not(:last-child) {
        margin-right: 0.625rem;
    }

    .slider-btn {
        width: 10%;
    }

    .slider-dot2:not(:last-child) {
        margin-right: 0.625rem;
    }

    .slider-btn2 {
        width: 10%;
    }

    .titre-lieu {
        font-size: 1.875rem;
    }

    .p-descr {
        font-size: 1.563rem;
    }

    .btn-filtre {
        margin-top: 1.5rem;
    }

    .description .btn-filtre {
        margin-top: 1.5rem;
        margin-bottom: 0;
    }

    .btn-ilets {
        font-size: 1.563rem;
    }

    .btn-ilets2 {
        font-size: 1.563rem;
    }

    .btn-pins {
        margin-left: 2.5rem;
    }

    .marge {
        margin-bottom: 0;
    }

    .div-big {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .img-div {
        width: 25%;
    }

    .chiffre-lieu {
        font-size: 1.875rem;
    }

    .titre-div {
        font-size: 1.875rem;
    }

    /****************************** La rive Tablette ******************************/

    .div-img-1 {
        flex-direction: row;
        margin-bottom: 1.25rem;
    }

    .div-img-2 img {
        width: 70%;
    }

    .div-img-2 {
        margin-bottom: 0;
        clip-path: circle(45% at 50% 50%);
    }

    .equipe {
        margin-left: 0;
        align-self: flex-start;
        margin-left: 6.25rem;
    }

    .restr {
        margin-left: 0;
        align-self: flex-start;
        margin-left: 10vh;
    }

    .restr p {
        font-size: 1.875rem;
    }

    .btn-reserve {
        padding-left: 1.25rem;
        font-size: 1.875rem;
        width: 50%;
    }

    .chiffre-img {
        font-size: 2.5rem;
    }

    .text-img {
        font-size: 1.563rem;
    }

    .prem-equipe {
        font-size: 2.188rem;
    }

    .text-equipe {
        font-size: 1.875rem;
    }

    .text-equipe::after {
        width: 0.938rem;
        top: -0.313rem;
    }

    .text-equipe.vre::after {
        top: 0.563rem;
    }

    .text-sous-equipe {
        font-size: 1.563rem;
    }

    .text-pers {
        font-size: 2.813rem;
    }

    .description {
        scroll-margin: 6.25rem;
    }

    /****************************** Réservation Tablette ******************************/

    .div3 .titre-res {
        font-size: 2.5rem;
    }

    .chiffre-reserv {
        font-size: 2.5rem;
    }

    .div5 {
        margin-bottom: 1.875rem;
    }

    .p-lien {
        font-size: 2.188rem;
    }

    .lien-cal::after {
        bottom: -1.25rem;
    }

    .lien-cal2::after {
        bottom: -1.25rem;
    }

    td {
        font-size: 1rem;
    }

    .p-ligne3 {
        font-size: 1rem;
    }

    .p-ligne {
        font-size: 1rem;
    }

    .titre-ligne {
        font-size: 2.188rem;
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
    }

    .btn-abri {
        font-size: 1.563rem;
    }

    .text2-res {
        font-size: 2.188rem;
    }

    .titre-bas {
        font-size: 1.563rem;
    }

    .p-bas {
        font-size: 1.25rem;
    }

    /****************************** Formulaire Tablette ******************************/

    .formulaire {
        background-image: none;
    }

    .form-formulaire {
        width: 45%;
    }

    textarea {
        padding: 0.938rem 1.25rem;
        font-size: 1.25rem;
    }

    .img-avion {
        display: initial;
    }

    .arrow {
        font-size: 1.563rem;
        top: 1.875rem;
        left: 1.875rem;
    }

    input[type="submit"] {
        font-size: 1.25rem;
    }

    .avec-fle {
        padding: 0.938rem 1.25rem;
    }

    input[type="text"] {
        padding: 0.938rem 1.25rem;
        font-size: 1.25rem;
        padding: 0.938rem 1.25rem 0.938rem 2.75rem;
    }

    input[type="email"] {
        padding: 0.938rem 1.25rem 0.938rem 2.75rem;
        font-size: 1.25rem;
    }

    select {
        padding: 0.938rem 1.25rem 0.938rem 1.25rem;
        font-size: 1.125rem;
    }

    .user {
        font-size: 1.25rem;
        top: 1.125rem;
        left: 0.938rem;
    }

    .email {
        font-size: 1.25rem;
        top: 1.125rem;
        left: 0.938rem;
    }

    .div-formulaire {
        height: unset;
        width: unset;
    }

    .p-reserv {
        margin-top: 0;
        font-size: 2.5rem;
    }

    .div-select::after {
        top: 1.063rem;
    }

    .div-select.retour::after {
        top: 1.125rem;
    }

    .p-valide {
        font-size: 1.125rem;
    }

    .form-formulaire {
        padding-bottom: 2rem;
    }

}

@media all and (min-width: 1024px) {

    /****************************** Propriétés Globales Ordinateur ******************************/

    .ordinateur {
        display: initial;
    }

    .description .ordinateur {
        display: flex;
    }

    .telephone {
        display: none;
    }

    /****************************** Menu Ordinateur ******************************/

    .menu {
        transition: transform 2s;
    }

    .ouvrir {
        padding: 0.938rem;
    }

    .ouvrir.ouvert {
        padding: 0.938rem;
    }

    .fermer.ouvert {
        top: 2.188rem;
        left: 2.313rem;
    }

    /****************************** Home Tablette ******************************/

    .pict-map {
        width: 20%;
        margin-top: 9.375rem;
        margin-left: 3.125rem;
    }

    .lien-logo-ilets {
        width: 40%;
    }

    .pict-map::before {
        top: -4.375rem;
        right: auto;
        bottom: auto;
        font-size: 2.5rem;
        padding-right: 3.125rem;
    }

    .div-eng {
        margin: 6.25rem 6.25rem 9.375rem 9.375rem;
    }

    /****************************** Formules Ordinateur ******************************/

    .formules {
        position: relative;
        margin-bottom: 0;
        scroll-margin: 0.7rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 95vh;
    }

    .div-formules {
        flex-direction: row;
        margin: 0 3.75rem;
        align-items: stretch;
        height: 80vh;
    }

    .div-form {
        margin: 0;
        padding: 0;
        border: none;
    }

    .formules .div-formules .form-ilets {
        border: none;
        box-shadow: none;
    }

    .formules .form1 {
        margin-bottom: 0;
    }

    .img-ilets {
        width: 40%;
    }

    .img-form {
        width: 30%;
    }

    .btn-decou {
        transform: scale(1);
        transition: all 0.3s;
    }

    .elt2-rive {
        margin-right: 0;
    }

    .btn-decou:hover {
        transform: scale(1.1);
        transition: all 0.3s;
    }

    .formules .div-formules .form1-1 {
        background-color: #FFFFFF;
        position: relative;
        z-index: 1;
    }

    .div-form .ilets {
        font-size: 3rem;
        margin: 1.5rem;
    }

    .div-dessous {
        width: 100%;
        height: 100%;
        box-shadow: 0.625rem 0.625rem 0.625rem #dadada;
        position: absolute;
        border-radius: 2rem;
        z-index: -2;
        transition: all 0.3s;
    }

    .btn-decouvrez {
        position: absolute;
        font-family: "Playfair Display";
        font-size: 1.875rem;
        width: 100%;
        border: none;
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) -40%, rgba(87, 87, 86, 1) 50%, rgba(255, 255, 255, 1) 140%);
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        cursor: pointer;
        z-index: 0;
        bottom: -2.3rem;
        text-decoration: none;
        color: #FFFFFF;
        text-align: center;
    }

    .formules .div-formules .form1-1 {
        transition: all 0.3s;
        border-radius: 1.5rem;
    }

    .formules .div-formules .form1-1-1:hover {
        transform: rotate(-2deg);
        transition: all 0.3s;
    }

    .formules .div-formules .form1-1-2:hover {
        transform: rotate(2deg);
        transition: all 0.3s;
    }

    .form1-2:hover .dessous1 {
        transform: rotate(-2deg);
        transition: all 0.3s;
    }

    .form1-2:hover .dessous2 {
        transform: rotate(2deg);
        transition: all 0.3s;
    }

    .text-ilets {
        text-align: center;
        margin-bottom: 3rem;
    }

    .back-white {
        background-color: transparent;
    }

    /****************************** Lieu Ordinateur ******************************/

    .lieu {
        margin-top: 1.25rem;
        scroll-margin: -3rem;
        min-height: 100vh;
    }

    .text-lieu {
        padding: 1.25rem 2.5rem;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }

    .slider {
        max-width: 60rem;
    }

    .slider2 {
        max-width: 60rem;
    }

    .metre {
        width: 25%;
    }

    /****************************** La rive Ordinateur ******************************/

    .descr-rive {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .elt-rive {
        flex-direction: column;
        width: 50%;
    }

    .div2-text-pers {
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-evenly;
        padding-left: 1.25rem;
    }

    .div-text-pers {
        flex-direction: column;
    }

    .equipe {
        margin-left: 0;
    }

    .restr {
        margin-left: 0;
    }

    .img-rive {
        margin: 1.25rem 1.25rem 0 1.25rem;
    }

    .cat3 {
        margin: 1.25rem 0 1.25rem 1.25rem;
    }

    .cat33 {
        margin: 1.25rem 1.25rem 1.25rem 0;
    }

    .text-equipe {
        font-size: 1.125rem;
        padding-left: 1.2rem;
    }

    .prem-equipe {
        font-size: 1.438rem;
        padding-left: 1.2rem;
    }

    .text-sous-equipe {
        font-size: 1.125rem;
        margin: 0.625rem 0.625rem 0.625rem 1.563rem;
        padding-left: 0;
    }

    .text-equipe::after {
        width: 0.625rem;
        top: 0;
    }

    .restr {
        margin-left: 1.5vh;
    }

    .cat3 .restr2 {
        margin-left: 0;
        margin-right: 1.5vh;
    }

    .cat32 .restr2 {
        margin-left: 0;
        margin-right: 1.5vh;
    }

    .restr p {
        font-size: 1.125rem;
    }

    .text-pers {
        font-size: 1.563rem;
    }

    .exception {
        margin-bottom: 0.625rem;
    }

    .btn-reserve {
        font-size: 1.563rem;
        padding: 0.625rem 1.25rem;
        width: 100%;
    }

    .chiffre-img {
        font-size: 1.563rem;
    }

    .div-div-2 .chiffre2 {
        margin-left: 0.5rem;
        margin-bottom: 0.3rem;
    }

    .text-img {
        font-size: 1.25rem;
    }

    .cat3 {
        width: 50%;
    }

    .cat33 {
        width: 50%;
    }

    .descr-rive {
        margin: 1.25rem;
    }

    .description {
        scroll-margin: 0.5rem;
        position: relative;
        margin-top: 3.125rem;
    }

    #descr-rive {
        scroll-margin: -1rem;
    }

    .barre33 {
        width: 20%;
        position: absolute;
        height: 0;
        top: 0;
        left: 0;
        border-radius: 1.25rem;
    }

    .barre-rive {
        border: 0.188rem solid #7184ae;
    }

    .barre-pins {
        border: 0.188rem solid #3b6460;
    }

    .barre {
        left: 0;
        right: auto;
    }

    .barre2 {
        left: auto;
        right: 0;
    }

    .text-equipe.vre:hover {
        margin-left: 0;
        transform: scale(1.05);
    }

    .equipe .text-equipe2.vre:hover {
        margin-right: 0;
        transform: scale(1.05);
    }

    .equipe .text-equipe3.vre:hover {
        margin-right: 1.25rem;
        transform: scale(1.05);
    }

    .equipe .text-equipe4.vre:hover {
        margin-left: 0;
        transform: scale(1.05);
    }

    /****************************** Les pins Ordinateur ******************************/

    .descr-pins {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        margin-top: 0;
    }

    .btn-reserve2 {
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(87, 87, 86, 1) 50%);
        text-align: end;
    }

    .prem-equipe2 {
        text-align: start;
        padding-right: 1.2rem;
    }

    .prem-equipe3 {
        text-align: end;
        padding-right: 1.2rem;
    }

    .text-equipe2 {
        text-align: start;
        transform: scale(1);
        transition: all 0.3s;
    }

    .text-equipe3 {
        text-align: end;
        margin-right: 1.25rem;
        transform: scale(1);
        transition: all 0.3s;
        padding-right: 1.2rem;
    }

    .equipe .text-equipe2:hover {
        transform: scale(1.1);
        transition: all 0.3s;
        margin-left: 0;
    }

    .equipe .text-equipe3:hover {
        transform: scale(1.1);
        transition: all 0.3s;
        margin-right: 2.5rem;
        margin-left: 0;
    }

    .sous2 {
        padding-right: 1.25rem;
    }

    .sous3 {
        text-align: end;
        padding-right: 1.25rem;
    }

    .restr2 {
        text-align: end;
    }

    .text-equipe:hover {
        transform: scale(1.1);
        transition: all 0.3s;
        margin-left: 1.25rem;
    }

    .text-equipe {
        transform: scale(1);
        transition: all 0.3s;
    }

    .descr-pins .elt-pins {
        flex-direction: column;
    }

    .elt-pins .text-lieu {
        text-align: left;
    }

    .descr-rive .elt-rive .text-lieu {
        text-align: right;
    }

    .div-elt-img:hover {
        opacity: 0;
        transition: all 0.3s;
    }

    .div-elt-img {
        opacity: 1;
        transition: all 0.3s;
    }

    /****************************** Réservation Ordinateur ******************************/

    .reservation {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        width: 100%;
        justify-content: space-between;
        position: relative;
        margin-bottom: 1rem;
    }

    .reservation .reserve {
        width: 80%;
        border-radius: 0.469rem;
        box-shadow: 0.625rem 0.625rem 0.625rem #dadada;
        padding: 1.25rem;
    }

    .div-reserv {
        width: 80%;
    }

    .for-res {
        box-shadow: none;
    }

    .reserve .form-rese {
        width: 100%;
    }

    .form-ilets .img-form {
        width: 30%;
    }

    .img-form {
        width: 25%;
    }

    .gens-ilets {
        width: 40%;
    }

    .div5 .img-form {
        width: 40%;
    }

    .form-rive {
        width: 100%;
        padding: 1.25rem;
    }

    .div-45 {
        margin-top: 0;
    }

    .text2-res {
        font-size: 2.813rem;
    }

    .text2-res::before {
        top: -2.5rem;
    }

    .div3 .titre-res {
        font-size: 1.875rem;
    }

    .chiffre-reserv {
        font-size: 1.875rem;
    }

    .titre-ligne {
        font-size: 1.563rem;
        transition: all 0.3s;
        transform: scale(1);
    }

    .titre-ligne:hover {
        transition: all 0.3s;
        transform: scale(1.1);
    }

    .calend {
        width: 25%;
    }

    .titre2-ligne {
        font-size: 2.5rem;
    }

    td {
        font-size: 0.813rem;
    }

    .div-calen {
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }

    .p-lien {
        font-size: 1.25rem;
        text-align: center;
        margin-top: 0;
        transform: scale(1);
        transition: all 0.3s;
    }

    .p-lien:hover {
        transform: scale(1.05);
        transition: all 0.3s;
    }

    .lien-cal {
        width: 4rem;
        margin-right: 1.875rem;
    }

    .lien-cal2 {
        width: 4rem;
        margin-left: 1.875rem;
    }

    .lien-cal::after {
        transform: rotateZ(90deg) translate(-75%, -3rem);
    }

    .lien-cal2::after {
        transform: rotateZ(90deg) translate(-75%, 3rem);
    }

    .for-res .div2-calen {
        flex-direction: row-reverse;
    }

    .div2-bas p {
        font-family: "Abel";
        font-size: 0.938rem;
        margin: 0;
        cursor: default;
    }

    .div2-bas .t-bas {
        margin-top: 1.875rem;
        font-size: 1.25rem;
        text-decoration: underline;
        margin-bottom: 0.625rem;
        cursor: default;
    }

    .div5 {
        justify-content: center;
        margin-bottom: 2.5rem;
    }

    .for-res .div52 {
        justify-content: center;
    }

    .div2-bas {
        align-self: flex-start;
    }

    .big-div-bulle {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 110%;
    }

    .bulles {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .bulle1-1 {
        margin-bottom: 0;
        position: relative;
        justify-content: center;
        display: flex;
        overflow: hidden;
        margin: 0.625rem;
    }

    .bulle1-1 img {
        width: 100%;
        height: 100%;
    }

    .bulle-div {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        width: 100%;
        height: 100%;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 100%;
    }

    .bulle-chiffre {
        font-family: "Abel";
        font-size: 1.25rem;
        margin: 0;
        color: #000000;
        font-weight: bolder;
        cursor: default;
    }

    .bulle-texte {
        margin: 0;
        font-family: "Abel";
        font-size: 0.938rem;
        text-align: center;
        color: #000000;
        font-weight: bolder;
        cursor: default;
    }

    .part1-res {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .rive-res {
        min-height: 100vh;
        max-height: 100vh;
    }

    .pins-res {
        min-height: 100vh;
        max-height: 100vh;
    }

    .div-reserv .rive-res.height {
        min-height: fit-content;
        max-height: fit-content;
    }

    .div-reserv .pins-res.height {
        min-height: fit-content;
        max-height: fit-content;
    }

    .bulle-div:hover {
        opacity: 0;
        transition: all 0.3s;
    }

    .bulle-div {
        opacity: 1;
        transition: all 0.3s;
    }

    .big-bulle2 {
        left: -10%;
        position: relative;
    }

    .form-form-rive {
        margin-top: 2vh;
        margin-bottom: 4rem;
        max-width: 90vh;
    }

    .form-form-pins {
        margin-top: 2vh;
        max-width: 90vh;
    }

    .part1-res .equipe2 {
        align-self: flex-start;
        margin-top: 3.125rem;
        margin-left: 3.75rem;
        width: 50%;
    }

    .part1-res .equipe2-2 {
        align-self: flex-end;
        margin-top: 3.125rem;
        margin-right: 3.75rem;
        width: 50%;
    }

    .part1-res .equipe2 .text-equipe2 {
        padding-left: 0;
    }

    .part1-res .equipe2 .text-equipe3 {
        padding-left: 0;
    }

    .part1-res .equipe2 .prem-equipe2 {
        padding-left: 0;
    }

    .part1-res .equipe2 .restr2 {
        padding-left: 0;
        padding-right: 0.938rem;
    }

    .equipe2 {
        margin-bottom: 11vh;
    }

    .equipe2-2 {
        margin-bottom: 11vh;
    }

    .lien-puce {
        display: contents;
    }

    .lien-puce img {
        width: 0.938rem;
        margin-right: 0.625rem;
    }

    .p-liste {
        font-family: "Abel";
        font-size: 1.25rem;
        color: #B69859;
        margin: 0;
    }

    .div-puce {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-left: 0.938rem;
        transition: all 0.3s;
        transform: scale(1);
    }

    .div-puce:hover {
        transition: all 0.3s;
        transform: scale(1.05);
    }

    .big-div-puce {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .equipe2-2 .reserve2 {
        margin-bottom: 0;
    }

    .note2 p {
        margin: 0;
        font-family: "Playfair Display";
        color: #FFFFFF;
        font-size: 1.875rem;
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) -40%, rgba(182, 152, 89, 1) 50%, rgba(255, 255, 255, 1) 140%);
        padding: 0.625rem;
        text-align: center;
        cursor: default;
    }

    .note2 {
        position: absolute;
        bottom: 1.25rem;
        width: 100%;
    }

    .stars {
        margin-top: 3rem;
        margin-bottom: 5rem;
        width: 60%;
    }

    .lien-note {
        font-family: "Playfair Display";
        color: #FFFFFF;
        text-decoration: none;
    }

    .titre2-ligne:hover {
        transform: scale(1.1);
        transition: all 0.3s;
    }

    .titre2-ligne {
        transform: scale(1);
        transition: all 0.3s;
    }

    .reservation {
        scroll-margin: 1rem;
    }

    .div-1-res {
        min-height: 100vh;
        max-height: 100vh;
        justify-content: center;
    }

    .div-2-res {
        margin-top: 10vh;
    }

    .img-res {
        width: 40%;
    }

    .img-res2 {
        width: 30%;
    }

    /****************************** Formulaire Ordinateur ******************************/

    .arrow2 {
        transition: 0.3s all;
    }

    .avec-fle:hover>.arrow2 {
        transform: translate(0.625rem);
        transition: 0.3s all;
    }

    .avec-fle {
        transition: 0.3s all;
    }

    .hover-rive {
        transition: 0.3s all;
    }

    .hover-pins {
        transition: 0.3s all;
    }

    .hover-ilets {
        transition: 0.3s all;
    }

    .hover-rive:hover {
        transition: 0.3s all;
        background-color: #9aabd0;
    }

    .hover-pins:hover {
        transition: 0.3s all;
        background-color: #759a97;
    }

    .hover-ilets:hover {
        transition: 0.3s all;
        background-color: #d5c194;
    }

}