body, html {
    font-family: "Inter Light", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0;
    background: #4d5e81;
    background: -webkit-linear-gradient(0deg, #212a41 0%, #393f5e 50%, #515f7e 100%);
    background: linear-gradient(0deg, #212a41 0%, #393f5e 50%, #515f7e 100%);
    scroll-behavior: smooth;

    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;

    scrollbar-width: thin;
}
@media only screen and (min-width: 600px) {
    h1 {
        text-align: center;
        font-family: "Playfair Display", serif;
        font-size: 42px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 12px 0;
    }

    h2 {
        text-align: center;
        font-family: "Playfair Display", serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 12px 0;

    }

    h3 {
        text-align: center;
        font-family: "Playfair Display", serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 12px 0;

    }

    h4 {
        text-align: center;
        font-family: "Playfair Display", serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 12px 0;

    }

    p {
        font-size: 18px;
        line-height: normal;
        font-family: "Inter Light", sans-serif;
    }
}
@media only screen and (max-width: 599px) {
    h1 {
        text-align: center;
        font-family: "Playfair Display", serif;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 12px 0;
    }

    h2 {
        text-align: center;
        font-family: "Playfair Display", serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 12px 0;

    }

    h3 {
        text-align: center;
        font-family: "Playfair Display", serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 12px 0;

    }

    h4 {
        text-align: center;
        font-family: "Playfair Display", serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 12px 0;

    }

    p {
        font-size: 13px;
        line-height: normal;
        font-family: "Inter Light", sans-serif;
    }
}

header{
    position: sticky;
    top: 12px;
    z-index: 100000;
}

.navbar #link-index {
    font-family: 'Great Vibes', cursive;
    margin: 0 0 0 12px;
    font-size: 42px;
    font-weight: lighter;
    text-decoration: none;
    color: #EBEBDE;
}

.button {
    display: flex;
    flex-wrap: wrap;
}

.navbar ul a {
    color: #EBEBDE;
    display: flex;
    justify-content: flex-start;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 60px;
}
.navbar .nav-show.alone a{
    border-radius: 18px;
}
.navbar ul a:hover {
    color: #a8a8a1;
    transition: color ease 0.3s;
    border-radius: 18px 18px 0 0;
    background-color: #282e3f;
}
.navbar ul li a:hover{
    border-radius: 18px;
}
ul button{
    border: none;
    background-color: transparent;
    color: #EBEBDE;
    font-size: 24px;
}
@media only screen and (min-width: 600px) {
    .navbar {
        color: #EBEBDE;
        padding: 1%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        list-style: none;
        border-radius: 60px;
        margin: 12px 80px;
        background-color: transparent;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .navbar ul {
        padding-left: 0;
        margin: 5px 0 5px 10px;
        position: relative;
        text-decoration: none;
        color: #EBEBDE;
    }
    #nav-down-phone{
        display: none;
    }
    #nav-up-phone{
        display: none;
    }
}
@media only screen and (max-width: 599px) {
    .navbar {
        color: #EBEBDE;
        padding: 1%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        list-style: none;
        border-radius: 60px;
        margin: 42px 12px;
        background-color: transparent;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .navbar ul{
        padding-left: 0;
        position: relative;
        text-decoration: none;
        color: #EBEBDE;
        margin: 0 6px 0 12px;
        display: none;
        opacity: 0;
    }
    .navbar ul a{
        padding: 6px;
    }
    #nav-down-phone{
        display: flex;
        opacity: 1;
    }
    #nav-up-phone{
        display: none;
        opacity: 1;
    }
    .navbar ul.show {
        display: flex;
        opacity: 1;
        max-height: 1000px;
    }
}

.dropdown {
    z-index: 1000;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    width: 100%;
    border-radius: 0 0 18px 18px;
    background-color: #282e3f;
}
.dropdown a {
    color: #EBEBDE;
    padding: 7% 7%;
}
.navbar ul:hover li.dropdown {
    display: flex;
    flex-direction: column;
}
.fond1{
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image:url("img/index1.webp") ;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    width: 90%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 6px;
}

section .largebox{
    margin-top: 2%;
    margin-bottom: 21.65%;
    border-radius: 12px;
}
.contain{
    display: flex;
    justify-content:left;
    flex-wrap: wrap;
}
.longbox{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    background: #4d5e81;
    color:#EBEBDE;
    height: 100%;
    width: 40%;
    min-width: 250px;
    min-inline-size: 400px;
    padding: 2%;
    margin: 2%;
    scroll-snap-align: center;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.longbox p{
    margin: 5%;
    text-align: justify;
    line-height: 150%;
}
.longbox a{
    color: #EBEBDE;
    padding: 2% 2%;
    background-color: #313b4e;
    margin: 1% 2%;
    text-decoration: none;
    border-radius: 6px;;
}
.longbox a:hover{
    transform: translate3d(0.5px, 1px, 0);
    background-color: #2c3544;
    color:#EBEBDE;
    transition: ease 0.7s;
}
.longbox img{
    margin: 2%;
    width: 80%;
    height: auto;
    border-radius: 6px;
}
#activites{
    margin: 0;
    margin-top: 1%;
}
@media only screen and (min-width: 600px) {
    #index-large-phone{
        display: none;
    }
    #index-large-pc{
        display: flex;
    }
    #index-image-phone{
        display: none;
    }
}
@media only screen and (max-width: 599px) {
    #index-large-phone{
        display: flex;
        margin: auto;
        width: 80%;
        border-radius: 12px;
    }
    #index-large-pc{
        display: none;
    }
    #index-image-phone{
        display: flex;
        margin: 24px auto;
        width: 90%;
        border-radius: 6px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
}
.largebox{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background: #4d5d81;
    color:#EBEBDE;
    height: auto;
    width: 60%;
    min-width: 300px;
    margin: 0 5%;
    padding: 2%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    line-height: 120%;
    border-radius: 6px;
    scroll-snap-align: center;

}

.largebox p{
    text-align: center;
    margin: 12px;
}
.largebox a{
    color: #EBEBDE;
    padding: 12px 24px;
    background-color: #282e3f;
    margin: 1% 2%;
    text-decoration: none;
    text-wrap: none;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: ease-in-out 0.3s;
}
.largebox a:hover{
    transform: translate3d(1px, 2px, 0);
    background-color: #303542;
    color:#EBEBDE;
    transition: ease-in-out 0.7s;
}
.largebox p .no-style{
    padding: 0;
    background-color: transparent;
    margin: 0;
    text-decoration: none;
    border-radius: 0;
    box-shadow: none;
    transition: none;
}
.largebox p .no-style:hover{
    transform: none;
    background-color: transparent;
    transition: none;
}
.mediumboxlist{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}
@media only screen and (min-width: 600px) {
    .mediumboxlist img{
        width: 40%;
        margin: 5% 5%;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 6px;
    }
    .mediumbox{
        scroll-snap-align: center;
    }
}
@media only screen and (max-width: 599px) {
    .mediumboxlist img{
        width: 90%;
        margin: 5% 5%;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 6px;
    }
    header{
        position: relative;
        top: 0;
        scroll-snap-align: start;
    }
    .mediumbox{
        scroll-snap-align: center;
    }
    .largebox{
        scroll-snap-align: end;
    }
}
.mediumbox{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items:center ;
    background: #4d5e81;
    color: #EBEBDE;
    height: 100%;
    width: 30%;
    min-width: 275px;
    min-inline-size: 275px;
    padding: 3% 7.5%;
    margin: 5% 2%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    line-height: 120%;
    border-radius: 12px;
}

.mediumbox p{
    text-align: justify;
}
.mediumbox a{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: #EBEBDE;
    padding: 12px 24px;
    background-color: #282e3f;
    margin: 1% 2%;
    text-decoration: none;
    border-radius: 6px;
    transition: ease-in-out 0.3s;
}
.mediumbox a:hover{
    transform: translate3d(1px, 2px, 0);
    background-color: #303542;
    color:#EBEBDE;
    transition: ease-in-out 0.7s;
}
.imgbox1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.imgbox2{
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
    align-items: center;
}
.fond2{
    margin: 5%;
}

footer{
    display: flex;
    flex-direction: column;
    text-align:center;
    align-items: center;
    scroll-snap-align: end;
}

footer .row{
    width:75%;
    margin:0.5% 12.5%;
    padding:0;
    color:#4d5e81;
    font-size:70%;
}

footer address{
    width:100%;
    padding:0;
    color:#4d5e81;
    font-size:60%;
}

footer .row a{
    width:75%;
    text-decoration:none;
    color:#4d5e81;
    transition: ease-in-out 0.3s;
}
footer .row a:hover{
    color:#EBEBDE;
    transition: ease-in-out 0.7s;
}

footer .row ul{
    width:90%;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
}

footer .row ul li{
    margin:0 2.5%;
    list-style-type: none;
}

#icon{
    font-size:2em;
}

@media only screen and (min-width: 600px) {
    section#menu-salle{
        height: 120vh;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items:center;
        margin: -10% 0 5% 0;
        padding-bottom: 10%;
        padding-top: 12%;
        scroll-snap-align: center;
    }
    section#menu-salle .largebox{
        margin: 0 auto;
        backdrop-filter: blur(18px) brightness(0.7);
        -webkit-backdrop-filter: blur(18px) brightness(0.7);
        background-color: transparent;
    }
    section#menu{
        height: 50vh;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items:center;
        margin: -10% 0 5% 0;
        padding-bottom: 10%;
        padding-top: 50%;
        scroll-snap-align: center;
    }
    section#menu .largebox{
        margin: 0 auto;
        backdrop-filter: blur(18px) brightness(0.7);
        -webkit-backdrop-filter: blur(18px) brightness(0.7);
        background-color: transparent;
    }
    .imgmobile {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items:center;
        margin: 5% 0;
        scroll-snap-align: center;
    }
    .menu-item {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 24%;
        margin:2% 0;
        overflow: hidden;
        transition: ease-in-out 0.7s;
        text-decoration: none;
        backdrop-filter: blur(18px) brightness(0.7);
        -webkit-backdrop-filter: blur(18px) brightness(0.7);
        padding: 2%;
        border-radius: 18px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .menu-item p{
        text-align: justify;
        margin: 0 5%;
        color: #EBEBDE;
        display: flex;
        opacity: 0.7;
        transition: ease-in-out 0.7s;
    }
    .menu-item h4{
        color: #EBEBDE;
        text-decoration: none;
    }
    .imgmobile#imgmobile-salle{
        margin-top: -30%;
        padding-bottom: 5%;
        scroll-snap-align: end;
    }
    .imgmobile#imgmobile-salle .menu-item{
        width: 15%;
    }
}
@media only screen and (max-width: 599px) {
    section#menu-salle{
        height: 120vh;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items:center;
        margin: -70% 0 5% 0;
        padding-top: 12%;
        scroll-snap-align: center;
    }
    section#menu-salle .largebox{
        margin: 0 auto;
        backdrop-filter: blur(18px) brightness(0.7);
        -webkit-backdrop-filter: blur(18px) brightness(0.7);
        background-color: transparent;
    }
    section#menu-salle .largebox p{
        font-size: 12px;
    }

    section#menu{
        height: 100vh;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items:center;
        margin: -70% 0 5% 0;
        padding-bottom: 10%;
        padding-top: 40%;
        scroll-snap-align: center;
    }
    section#menu .largebox{
        margin: 0 auto;
        backdrop-filter: blur(18px) brightness(0.7);
        -webkit-backdrop-filter: blur(18px) brightness(0.7);
        background-color: transparent;
    }
    .imgmobile {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items:center;
        margin: 15% auto 5%;
        scroll-snap-align: center;
    }
    .imgmobile#presentation-menu .menu-item{
        display: none;
    }
    .menu-item {
        scroll-snap-align: center;
        position: relative;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 50%;
        margin: 2% 0;
        height: auto;
        overflow: hidden;
        transition: ease-in-out 0.7s;
        text-decoration: none;
        backdrop-filter: blur(18px) brightness(0.7);
        -webkit-backdrop-filter: blur(18px) brightness(0.7);
        border-radius: 18px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .menu-item p{
        font-size: 12px;
        text-align: justify;
        margin: 5%;
        color: #EBEBDE;
        display: flex;
        opacity: 0.7;
        transition: ease-in-out 0.7s;
    }
    .menu-item h4{
        font-size: 24px;
        color: #EBEBDE;
        text-decoration: none;
    }
    .imgmobile#imgmobile-salle{
        margin-top: -70%;
        padding-bottom: 5%;
        scroll-snap-align: end;
    }
    .imgmobile#imgmobile-salle .menu-item{
        width: 40%;
    }
}

.menu-item img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 0 auto 2%;
}
.menu-item #click{
    display: flex;
    justify-content: center;
}
@media only screen and (min-width: 600px) {
    .menu-item:hover {
        transform: scale(1.05);
    }
}
.menu-item:hover p{
    transition: ease-in-out 0.7s;
    opacity: 1;
}
.container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5% 5%;
    padding: 0;
    border-radius: 6px;
}
.basdesection{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    visibility: hidden;
    overflow: hidden;
}
.basdesection.visible{
    overflow: visible;
    height: auto;
    width: auto;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.container .basdesection .largebox {
    margin: 5%;
}
.container .hautdesection{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#chambre1{
    padding: 0 ;
    background-image: url(img/chambre1.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
#chambre2{
    padding: 0;
    background-image: url(img/chambre2.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
#chambre3{
    padding: 0;
    background-image: url(img/index2.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
#chambre4{
    padding: 0;
    background-image: url(img/chambre3.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
#chambre5{
    padding: 0;
    background-image: url(img/chambre4.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
#bungalow{
    padding: 0;
    background-image: url(img/Bungalow/bung2.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
#villacontemporaine{
    padding: 0;
    background-image: url(img/Villa\ contemporaine/con3.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
#chanto{
    padding: 0;
    background-image: url(img/Gite\ chantonnay/chanto13.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
#corpsdeferme{
    padding: 0;
    background-image: url(img/corps\ de\ ferme/cf23.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
#pitch{
    padding: 0;
    background-image: url(img/pitch/pit3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
#camelia{
    padding: 0;
    background-image: url(img/pitch/pitchoun.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
#cabanne{
    padding: 0;
    background-image: url(img/mini\ gite/cabanne/cab11.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
#royal{
    padding: 0;
    background-image: url(img/mini\ gite/royal/roy6.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
#odette{
    padding: 0;
    background-image: url(img/mini\ gite/grenier\ dodette/ode5.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
#premanoir{
    padding: 0;
    background-image: url(img/index1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#prechanto{
    padding: 0;
    background-image: url(img/Gite\ chantonnay/chanto4.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
#prereorthe{
    padding: 0;
    background-image: url(img/Villa\ contemporaine/con3.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
#mari{
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#semi{
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
#reu{
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
#event{
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
#menu{
    padding: 0;
    background-image: url(img/lion.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#menu-salle{
    padding: 0;
    background-image: url(img/salle0.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.container .hautdesection .largebox{
    margin-top: 40%;
    width: 70%;
}
.galerie{
    display: flex;
    flex-wrap: wrap;
    padding: 2%;
    margin: 0;
    scroll-snap-align: center;
    justify-content: center;
    align-items: center;
}
.galerie .smallbox{
    margin: 1% 1%;
    width: 23%;
    height: auto;
}
.galerie .smallbox img{
    width: 100%;
    height: auto;
    cursor: pointer;
}
section .container{
    height: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    transform: translateY(200px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    visibility: hidden;
    overflow: hidden;
}
section .container.visible{
    margin: 5% 5%;
    overflow: visible;
    height: auto;
    width: auto;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.widget{
    margin-bottom: 2%;
}
.container .image{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    scroll-snap-align: center;
}
.container .image img{
    width: 80%;
    height: auto;
    margin: auto;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.container #bienetre{
    padding: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.container #bienetre .largebox{
    margin: -10% 5% 5%;
    overflow: hidden;
    text-wrap: normal;
    padding: 2%;
}
.icon{
    display: flex;
    justify-content: space-around;
}
.icon a{
    background-color: #4d5e81;
    font-size: 140%;
    margin:0 25%;
    transition: ease-in-out 0.3s;
}
.icon a:hover{
    background-color: #282e3f;
    color: #EBEBDE;
    transition: ease-in-out 0.7s;
}
#boxtop{
    margin-top: 3%;
}
#largeboxmenu{
    margin-bottom: 0;
}
.contain{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex: 2 1 auto;
}
.contact-link{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.text-contact{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 5% auto;
}
#contact-section{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 5% 0 0 0;
    background-image: url(img/contact.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#contact-section .largebox{
    background-color: transparent;
    backdrop-filter: blur(10px) brightness(0.8);
    -webkit-backdrop-filter: blur(10px) brightness(0.8);
    height: fit-content;
    margin: 15% 0;
}
#contact-section .largebox a {
    background-color: transparent;
    backdrop-filter: blur(18px) brightness(0.5);
    -webkit-backdrop-filter: blur(18px) brightness(0.5);
}

@media only screen and (min-width: 600px) {
    #contact-section .largebox p {
        margin: 1% 0;
    }
}
@media only screen and (max-width: 599px) {
    #contact-section .largebox p {
        margin: 1% 0;
        font-size: 12px;
        text-align: start;
    }

}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.overlay img {
    max-width: 90%;
    max-height: 90%;
}
