/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 5, 2021 */

@font-face {
    font-family: "shrikhandregular";
    src: url("shrikhand-regular-webfont.eot");
    src: url("shrikhand-regular-webfont.eot?#iefix") format("embedded-opentype"),
        url("shrikhand-regular-webfont.woff2") format("woff2"), url("shrikhand-regular-webfont.woff") format("woff"),
        url("shrikhand-regular-webfont.ttf") format("truetype"),
        url("shrikhand-regular-webfont.svg#shrikhandregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "robotoregular";
    src: url("roboto-regular-webfont.eot");
    src: url("roboto-regular-webfont.eot?#iefix") format("embedded-opentype"),
        url("roboto-regular-webfont.woff2") format("woff2"), url("roboto-regular-webfont.woff") format("woff"),
        url("roboto-regular-webfont.ttf") format("truetype"),
        url("roboto-regular-webfont.svg#robotoregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "robotothin";
    src: url("roboto-thin-webfont.eot");
    src: url("roboto-thin-webfont.eot?#iefix") format("embedded-opentype"),
        url("roboto-thin-webfont.woff2") format("woff2"), url("roboto-thin-webfont.woff") format("woff"),
        url("roboto-thin-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "robotoregular";
    font-style: normal;
    margin: 0%;
    width: 100%;
}

.bloc_page {
    width: 100%;
}

a:link {
    color: black;
}
a:visited {
    color: black;
}

.pic_french {
    object-fit: cover;
    max-width: 100%;
}

/*header*/

.icon__back {
    display: flex;
    font-size: 24px;
    width: 7%;
    cursor: pointer;
}
.container_title_bloc {
    width: 90%;
    height: 82px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
}
.title {
    height: 37px;
}
.food__title {
    height: 78px;
    width: 100%;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*header_photo*/
.header_style {
    width: 100%;
    height: 250px;
}

/*bloc_centre_menu*/

.container_menu {
    width: 100%;
    height: 1450px;
    background-color: #f6f6f6;
    border-radius: 30px 30px 0px 0px;
    position: absolute;
    display: flex;
    flex-direction: column;
}

.menu_title {
    display: flex;
    align-items: center;
    width: 90%;
    margin: auto;
}

.menu_title h1 {
    font-family: "shrikhandregular";
    font-size: 27px;
    font-weight: lighter;
    width: 79%;
}

.heart-lite {
    font-size: 27px;
    cursor: pointer;
    width: 10%;
    position: relative;
    opacity: 1;
    transition: 400ms;
    display: inline-block;
}

.heart-purple {
    position: relative;
    font-size: 24px;
    cursor: pointer;
    width: 10%;
    transition: 400ms;
    opacity: 0;
    z-index: 1;
    background: linear-gradient(#ff79da, #9356dc);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    left: 10%;
    display: inline-block;
}
.heart-purple:hover {
    font-size: 24px;
    cursor: pointer;
    transform: scale(1);
    transition: 400ms;
    opacity: 1;
    z-index: 2;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.under_title {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin: auto;
}
.under_title h3 {
    border-bottom: 3px solid #99e2d0;
    width: 50px;
    line-height: 34px;
    font-weight: inherit;
    font-size: 18px;
}

/*bloc_entrance_menu*/
.bloc_entrance {
    width: 90%;
    height: 300px;
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: space-around;
    align-items: center;
    margin-top: -21px;
}
.fa-check {
    border-radius: 50%;
    color: #99e2d0;
    padding: 5px;
    background-color: white;
    transform: rotate(0deg);
    transition-duration: 600ms;
}

@keyframes move-inside {
    from {
        left: 73%;
    }

    to {
        left: 56%;
    }
}

.anim-content_entrance {
    height: 70px;
    width: 65px;
    background-color: #99e2d0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transition: 1s;
    transform: translateX(65px);
    right: 0;
}

/*animation*/
.content_entrance1:hover .price__entrance {
    transform: translateX(0px);
    transition: 1s;
}
.content_entrance1:hover .anim-content_entrance {
    transform: translateX(0px);
    transition-duration: 600ms;
}
.content_entrance1:hover .fa-check {
    transform: rotate(360deg);
}

.content_entrance2:hover .price__entrance {
    transform: translateX(0px);
    transition: 1s;
}
.content_entrance2:hover .anim-content_entrance {
    transform: translateX(0px);
    transition-duration: 600ms;
}
.content_entrance2:hover .fa-check {
    transform: rotate(360deg);
}

.content_entrance3:hover .price__entrance {
    transform: translateX(0px);
    transition: 1s;
}
.content_entrance3:hover .anim-content_entrance {
    transform: translateX(0px);
    transition-duration: 600ms;
}

.content_entrance3:hover .fa-check {
    transform: rotate(360deg);
}

.price__entrance {
    display: flex;
    width: 20%;
    height: 72px;
    transform: translateX(70px);
    transition: 1s;
    align-items: flex-end;
    font-family: "robotoregular";
    font-weight: bold;
    justify-content: center;
    line-height: 56px;
    position: absolute;
    left: 61%;
}

/*container_entrance*/

.content_entrance1 {
    width: 100%;
    height: 70px;
    background-color: white;
    border-radius: 20px;
    display: inline-flex;
    flex-direction: column;
    align-content: flex-start;
    line-height: 0px;
    box-shadow: 0px 9px 16px 0px lightgray;
    padding-left: 15px;
    transform: translateY(-8px);
    position: relative;
    flex-wrap: wrap;
    cursor: pointer;
    overflow: hidden;
    animation: 1000ms cubic-bezier(0.47, 0.73, 0.25, 1) opacity1-menu;
}
.content_entrance2 {
    width: 100%;
    height: 70px;
    background-color: white;
    border-radius: 20px;
    display: inline-flex;
    flex-direction: column;
    align-content: flex-start;
    line-height: 0px;
    box-shadow: 0px 9px 16px 0px lightgray;
    padding-left: 15px;
    transform: translateY(4px);
    position: relative;
    flex-wrap: wrap;
    cursor: pointer;
    overflow: hidden;
    animation: 1500ms cubic-bezier(0.47, 0.73, 0.25, 1) opacity2-menu;
}
.content_entrance3 {
    width: 100%;
    height: 70px;
    background-color: white;
    border-radius: 20px;
    display: inline-flex;
    flex-direction: column;
    align-content: flex-start;
    line-height: 0px;
    box-shadow: 0px 9px 16px 0px lightgray;
    padding-left: 15px;
    transform: translateY(19px);
    position: relative;
    flex-wrap: wrap;
    cursor: pointer;
    overflow: hidden;
    animation: opacity3-menu cubic-bezier(0.47, 0.73, 0.25, 1) 2s;
    transition: ease;
}
/* animation-text-overflow */
.content_entrance1:hover .content__dish {
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: width 1s;
}
.content_entrance2:hover .content__dish {
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: width 1s;
}
.content_entrance3:hover .content__dish {
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: width 1s;
}

/* animation-menu */

@keyframes opacity1-menu {
    0% {
        opacity: 0;
        transform: translateY(40px);
        transition-delay: 300ms;
    }
    50% {
        opacity: 0;
        transform: translateY(10px);
    }
    75% {
        opacity: 0.5;
        transform: translateY(0px);
    }

    100% {
        opacity: 1;
        transform: translateY(-8px);
    }
}
@keyframes opacity2-menu {
    0% {
        opacity: 0;
        transform: translateY(40px);
        transition-delay: 600ms;
    }
    50% {
        opacity: 0;
        transform: translateY(15px);
    }
    75% {
        opacity: 0.5;
        transform: translateY(8px);
    }

    100% {
        opacity: 1;
        transform: translateY(5px);
    }
}
@keyframes opacity3-menu {
    0% {
        opacity: 0;
        transform: translateY(40px);
        transition-delay: 900ms;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
        transform: translateY(19px);
    }
}
.content__dish {
    width: 277px;
    height: 33px;
    font-size: 17px;
    font-weight: 100;
    display: inline-block;
    font-family: "robotothin";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: width 1s;
    line-height: 29px;
}

.content_plate1:hover .content__dish {
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: width 1s;
}
.content_plate2:hover .content__dish {
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: width 1s;
}
.content_plate3:hover .content__dish {
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: width 1s;
}

.content_entrance1 h4 {
    width: 300px;
    height: 8px;
    display: flex;
    justify-content: flex-start;
    margin: 19px 0px 0px;
}

.content_entrance2 h4 {
    width: 300px;
    height: 8px;
    display: flex;
    justify-content: flex-start;
    margin: 19px 0px 0px;
}

.content_entrance3 h4 {
    width: 300px;
    height: 8px;
    display: flex;
    justify-content: flex-start;
    margin: 19px 0px 0px;
}

/*bloc_plate */

.bloc_plate {
    width: 90%;
    height: 300px;
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: space-around;
    align-items: center;
}
/*content_plate */
.content_plate1 {
    width: 100%;
    height: 70px;
    background-color: white;
    border-radius: 20px;
    display: inline-flex;
    flex-direction: column;
    align-content: flex-start;
    line-height: 0px;
    box-shadow: 0px 9px 16px 0px lightgray;
    padding-left: 15px;
    animation: 1000ms cubic-bezier(0.47, 0.73, 0.25, 1) opacity1-plate;
    animation-duration: 1s;
    transform: translateY(-6px);
    transition: ease;
    position: relative;
    flex-wrap: wrap;
    cursor: pointer;
    overflow: hidden;
}
.content_plate2 {
    width: 100%;
    height: 70px;
    background-color: white;
    border-radius: 20px;
    display: inline-flex;
    flex-direction: column;
    align-content: flex-start;
    line-height: 0px;
    box-shadow: 0px 9px 16px 0px lightgray;
    padding-left: 15px;
    animation: 1500ms cubic-bezier(0.47, 0.73, 0.25, 1) opacity2-plate;
    transform: translateY(10px);
    transition: ease;
    position: relative;
    flex-wrap: wrap;
    cursor: pointer;
    overflow: hidden;
}
.content_plate3 {
    width: 100%;
    height: 70px;
    background-color: white;
    border-radius: 20px;
    display: inline-flex;
    flex-direction: column;
    align-content: flex-start;
    line-height: 0px;
    box-shadow: 0px 9px 16px 0px lightgray;
    padding-left: 15px;
    animation: opacity3-plate cubic-bezier(0.47, 0.73, 0.25, 1) 2s;
    transform: translateY(25px);
    position: relative;
    flex-wrap: wrap;
    cursor: pointer;
    overflow: hidden;
}

.content_plate1 h4 {
    width: 300px;
    height: 8px;
    display: flex;
    justify-content: flex-start;
    margin: 19px 0px 0px;
}

.content_plate2 h4 {
    width: 300px;
    height: 8px;
    display: flex;
    justify-content: flex-start;
    margin: 19px 0px 0px;
}

.content_plate3 h4 {
    width: 300px;
    height: 8px;
    display: flex;
    justify-content: flex-start;
    margin: 19px 0px 0px;
}

/*price__plate */

.price__plate {
    display: flex;
    width: 20%;
    height: 72px;
    transform: translateX(70px);
    transition: 1s;
    align-items: flex-end;
    font-family: "robotoregular";
    font-weight: bold;
    justify-content: center;
    line-height: 56px;
    position: absolute;
    left: 61%;
}

/*anim-content_plate */

.anim-content_plate {
    height: 70px;
    width: 65px;
    background-color: #99e2d0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transition: 1s;
    transform: translateX(65px);
    right: 0;
}

/*animation*/
.content_plate1:hover .price__plate {
    transform: translateX(0px);
    transition: 1s;
}
.content_plate1:hover .anim-content_plate {
    transform: translateX(0px);
    transition-duration: 600ms;
}
.content_plate1:hover .fa-check {
    transform: rotate(360deg);
}

.content_plate2:hover .price__plate {
    transform: translateX(0px);
    transition: 1s;
}
.content_plate2:hover .anim-content_plate {
    transform: translateX(0px);
    transition-duration: 600ms;
}
.content_plate2:hover .fa-check {
    transform: rotate(360deg);
}

.content_plate3:hover .price__plate {
    transform: translateX(0px);
    transition: 1s;
}
.content_plate3:hover .anim-content_plate {
    transform: translateX(0px);
    transition-duration: 600ms;
}

.content_plate3:hover .fa-check {
    transform: rotate(360deg);
}

/* animation-menu */

@keyframes opacity1-plate {
    0% {
        opacity: 0;
        transform: translateY(40px);
        transition-delay: 300ms;
    }
    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translateY(-6px);
    }
}
@keyframes opacity2-plate {
    0% {
        opacity: 0;
        transform: translateY(40px);
        transition-delay: 600ms;
    }
    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translateY(10px);
    }
}
@keyframes opacity3-plate {
    0% {
        opacity: 0;
        transform: translateY(40px);
        transition-delay: 900ms;
    }

    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translateY(25px);
    }
}

/*bloc_dessert */

.bloc_dessert {
    width: 90%;
    height: 300px;
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: space-around;
    align-items: center;
}

.content_dessert1 {
    width: 100%;
    height: 70px;
    background-color: white;
    border-radius: 20px;
    display: inline-flex;
    flex-direction: column;
    align-content: flex-start;
    line-height: 0px;
    box-shadow: 0px 9px 16px 0px lightgray;
    padding-left: 15px;
    animation: 1000ms cubic-bezier(0.47, 0.73, 0.25, 1) opacity1-dessert;
    transform: translateY(-10px);
    position: relative;
    flex-wrap: wrap;
    cursor: pointer;
    overflow: hidden;
}

/* animation-text-overflow */
.content_dessert1:hover .content__dish {
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: width 1s;
}
.content_dessert2:hover .content__dish {
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: width 1s;
}
.content_dessert3:hover .content__dish {
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: width 1s;
}

.content_dessert1 h4 {
    width: 300px;
    height: 8px;
    display: flex;
    justify-content: flex-start;
    margin: 19px 0px 0px;
}

.anim-content_dessert {
    height: 70px;
    width: 65px;
    background-color: #99e2d0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transition: 1s;
    transform: translateX(65px);
    right: 0;
}

.price__dessert {
    display: flex;
    width: 20%;
    height: 72px;
    transform: translateX(70px);
    transition: 1s;
    align-items: flex-end;
    font-family: "robotoregular";
    font-weight: bold;
    justify-content: center;
    line-height: 56px;
    position: absolute;
    left: 61%;
}

.content_dessert2 {
    width: 100%;
    height: 70px;
    background-color: white;
    border-radius: 20px;
    display: inline-flex;
    flex-direction: column;
    align-content: flex-start;
    line-height: 0px;
    box-shadow: 0px 9px 16px 0px lightgray;
    padding-left: 15px;
    animation: 1500ms cubic-bezier(0.47, 0.73, 0.25, 1) opacity2-dessert;
    transform: translateY(6px);
    position: relative;
    flex-wrap: wrap;
    cursor: pointer;
    overflow: hidden;
}

.content_dessert2 h4 {
    width: 300px;
    height: 8px;
    display: flex;
    justify-content: flex-start;
    margin: 19px 0px 0px;
}

.content_dessert3 {
    width: 100%;
    height: 70px;
    background-color: white;
    border-radius: 20px;
    display: inline-flex;
    flex-direction: column;
    align-content: flex-start;
    line-height: 0px;
    box-shadow: 0px 9px 16px 0px lightgray;
    padding-left: 15px;
    animation: opacity3-dessert cubic-bezier(0.47, 0.73, 0.25, 1) 2s;
    transform: translateY(21px);
    position: relative;
    flex-wrap: wrap;
    cursor: pointer;
    overflow: hidden;
}

.content_dessert3 h4 {
    width: 300px;
    height: 8px;
    display: flex;
    justify-content: flex-start;
    margin: 19px 0px 0px;
}

/*animation*/
.content_dessert1:hover .price__dessert {
    transform: translateX(0px);
    transition: 1s;
}
.content_dessert1:hover .anim-content_dessert {
    transform: translateX(0px);
    transition-duration: 600ms;
}
.content_dessert1:hover .fa-check {
    transform: rotate(360deg);
}

.content_dessert2:hover .price__dessert {
    transform: translateX(0px);
    transition: 1s;
}
.content_dessert2:hover .anim-content_dessert {
    transform: translateX(0px);
    transition-duration: 600ms;
}
.content_dessert2:hover .fa-check {
    transform: rotate(360deg);
}

.content_dessert3:hover .price__dessert {
    transform: translateX(0px);
    transition: 1s;
}
.content_dessert3:hover .anim-content_dessert {
    transform: translateX(0px);
    transition-duration: 600ms;
}

.content_dessert3:hover .fa-check {
    transform: rotate(360deg);
}
/* animation-menu */

@keyframes opacity1-dessert {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translateY(-8px);
        transition-delay: 300ms;
    }
}
@keyframes opacity2-dessert {
    0% {
        opacity: 0;
        transform: translateY(40px);
        transition-delay: 600ms;
    }

    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translateY(6px);
    }
}
@keyframes opacity3-dessert {
    0% {
        opacity: 0;
        transform: translateY(40px);
        transition-delay: 900ms;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translateY(21px);
    }
}

/*btn-order*/
.btn_order {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
    height: 150px;
    align-items: center;
}

.content_order {
    cursor: pointer;
    background: linear-gradient(#ff79da, #9356dc);
    border-radius: 30px;
    width: 50%;
    height: 51px;
    box-shadow: 5px 7px 11px 5px lightgrey;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    transition: 300ms;
}

.content_order:hover {
    cursor: pointer;
    background: linear-gradient(#ff79da, #9356dc);
    border-radius: 30px;
    width: 50%;
    height: 51px;
    box-shadow: 5px 7px 11px 5px grey;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    transition: 300ms;
    transform: scale(1.02);
    opacity: 0.8;
}

/*footer_container */
.fooding_footer {
    background-color: #353535;
    height: 250px;
    display: flex;
    align-items: center;
    line-height: 2px;
    font-family: "robotothin";
}

/*footer_list_style */
.fooding_footer h1 {
    color: #ffffff;
    font-family: "shrikhandregular";
    display: flex;
    align-items: center;
    font-size: 19px;
    font-weight: lighter;
}

ul {
    color: white;
    font-size: 18px;
    list-style: none;
}

ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.food__contact:link {
    display: contents;
    color: white;
    text-decoration: none;
}
.proposition {
    margin-left: 14px;
}
.growing {
    margin-right: 36px;
}
