/* RESET */  /* COLORS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: white;
  text-align: center;
  font-size: 12px;
  font-family: "Times New Roman", Times, serif;
}

a {
  text-decoration: none;
  text-transform: uppercase;
}

li {
  list-style: none;
}

/* IMPORTATION BODY */
body {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

/* IMPORTATION BODY BACKGROUND */
body {
  background: url("../../images/background/bg-small.jpg");
}

@media screen and (min-height: 854px) {
  body {
    background: url("../../images/background/bg-medium.jpg");
  }
}
@media screen and (min-height: 1281px) {
  body {
    background: url("../../images/background/bg-large.jpg");
  }
}
@media screen and (min-width: 1280px) {
  body {
    background: url("../../images/background/bg-medium.jpg");
  }
}
@media screen and (min-width: 1920px) {
  body {
    background: url("../../images/background/bg-large.jpg");
  }
}
/* IMPORTATION HEADER */
/* IMPORTATION HEADER */
.container__hero {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  background: url("../../images/background/bg-small.jpg");
}

@media screen and (min-height: 854px) {
  .container__hero {
    background: url("../../images/background/bg-medium.jpg");
  }
}
@media screen and (min-width: 1280px) {
  .container__hero {
    background: url("../../images/background/bg-medium.jpg");
  }
}
@media screen and (min-height: 1281px) {
  .container__hero {
    background: url("../../images/background/bg-large.jpg");
  }
}
@media screen and (min-width: 1920px) {
  .container__hero {
    background: url("../../images/background/bg-large.jpg");
  }
}
h1 {
  font-size: 2.5rem;
}

/* RESPONSIVE */
@media screen and (min-width: 360px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 414px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 700px) {
  h1 {
    font-size: 400%;
  }
}
@media screen and (min-width: 830px) and (min-height: 568px) {
  h1 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1350px) {
  h1 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1830px) {
  h1 {
    font-size: 2.5vw;
  }
}
.header__iconUser {
  width: 40px;
  height: auto;
  object-fit: cover;
}

@media screen and (min-width: 375px) {
  .header__iconUser {
    width: 45px;
  }
}
@media screen and (min-width: 460px) {
  .header__iconUser {
    width: 8vw;
  }
}
@media screen and (min-width: 830px) and (min-height: 568px) {
  .header__iconUser {
    width: 50px;
  }
}
@media screen and (min-width: 1350px) {
  .header__iconUser {
    width: 3vw;
  }
}
@media screen and (min-width: 1830px) {
  .header__iconUser {
    width: 4vw;
  }
}
@media screen and (min-width: 414px) {
  .header__nav {
    width: 380px;
  }
}
@media screen and (min-width: 460px) {
  .header__nav {
    width: 80vw;
  }
}
@media screen and (min-width: 700px) {
  .header__nav {
    width: 70vw;
  }
}
@media screen and (min-width: 1000px) and (min-height: 568px) {
  .nav__div {
    background: none;
  }
}
@media screen and (min-width: 1350px) {
  .header__nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 95vw;
  }
  .nav__div {
    align-items: center;
    gap: 1vw;
  }
}
.nav__div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.div__title1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav__ul {
  display: flex;
  justify-content: space-between;
}

/*.header__title3
 * position: absolute
 * top: 50%
 * left: 50%
 * transform: translate(-50%, -50%)
 * text-align: center
 * text-decoration: underline */
@media screen and (min-width: 360px) {
  a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 414px) {
  a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 414px) {
  a {
    font-size: 3vw;
  }
}
@media screen and (min-width: 700px) {
  a {
    font-size: 150%;
  }
}
@media screen and (min-width: 830px) {
  a {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1100px) and (min-height: 568px) {
  a {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1350px) {
  a {
    font-size: 2vw;
  }
  .nav__ul {
    gap: 4vw;
  }
  a {
    font-size: 1.5vw;
  }
}
.div__title2 {
  width: 100vw;
  margin: 1.5rem auto;
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(75, 52, 21, 0.8);
  padding: 10px;
}

@media screen and (min-width: 350px) {
  .div__title2 {
    height: initial;
  }
}
@media screen and (min-width: 414px) {
  .div__title2 {
    top: 25%;
  }
}
@media screen and (min-width: 700px) {
  .div__title2 {
    width: 70vw;
  }
}
@media screen and (min-width: 830px) {
  .div__title2 {
    top: 30%;
    padding: 2vw;
  }
}
@media screen and (min-width: 1100px) and (min-height: 568px) {
  .div__title2 {
    width: 780px;
  }
}
@media screen and (min-width: 1350px) {
  .div__title2 {
    padding: 1.4vw;
    top: 25%;
  }
}
@media screen and (min-width: 1830px) {
  .div__title2 {
    width: 50vw;
  }
}
h2 {
  font-size: 2.2rem;
}

/* RESPONSIVE */
@media screen and (min-width: 350px) {
  h2 {
    font-size: 2.5rem;
    padding: 1rem;
  }
}
@media screen and (min-width: 414px) {
  h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 460px) {
  h2 {
    font-size: 8vw;
  }
}
@media screen and (min-width: 700px) {
  h2 {
    font-size: 5vw;
  }
}
@media screen and (min-width: 1000px) {
  h2 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1100px) {
  h2 {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1350px) {
  h2 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1830px) {
  h2 {
    font-size: 2.5vw;
  }
}
.header__title3 {
  width: 300px;
  font-size: 2.3rem;
  text-decoration: underline;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 350px) {
  .header__title3 {
    width: 250px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 360px) {
  .header__title3 {
    width: 270px;
    font-size: 2.5rem;
    top: 50%;
  }
}
@media screen and (min-width: 414px) and (min-height: 568px) {
  .header__title3 {
    width: 350px;
    font-size: 2.5rem;
    top: 50%;
  }
}
@media screen and (min-width: 460px) {
  .header__title3 {
    font-size: 8vw;
    width: 70%;
  }
}
@media screen and (min-width: 700px) {
  .header__title3 {
    font-size: 6vw;
  }
}
@media screen and (min-width: 830px) {
  .header__title3 {
    font-size: 5.5vw;
    top: 55%;
  }
}
@media screen and (min-width: 1000px) {
  .header__title3 {
    font-size: 4vw;
    width: 40vw;
  }
}
@media screen and (min-width: 1260px) and (min-height: 568px) {
  .header__title3 {
    max-width: 500px;
  }
}
@media screen and (min-width: 1000px) {
  .header__title3 {
    top: 50%;
  }
}
@media screen and (min-width: 1350px) {
  .header__title3 {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1620px) {
  .header__title3 {
    font-size: 2.5vw;
    width: 30vw;
  }
}
.img__plats {
  width: 220px;
}

@media screen and (min-width: 350px) {
  .img__plats {
    width: 40vh;
  }
}
@media screen and (min-width: 414px) {
  .img__plats {
    width: 350px;
  }
}
@media screen and (min-width: 700px) {
  .img__plats {
    width: 50vw;
  }
}
@media screen and (min-width: 830px) {
  .img__plats {
    width: 33.33vw;
  }
}
@media screen and (min-width: 1100px) {
  .img__plats {
    width: 30vw;
  }
}
@media screen and (min-width: 1350px) {
  .img__plats {
    width: 320px;
  }
}
@media screen and (min-width: 1830px) {
  .img__plats {
    width: 400px;
  }
}
.gallerie__recettes {
  margin-top: 1.5rem;
  display: flex;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  width: 220px;
}

@media screen and (min-width: 350px) {
  .gallerie__recettes {
    bottom: 2rem;
    width: 40vh;
  }
}
@media screen and (min-width: 414px) {
  .gallerie__recettes {
    width: 350px;
  }
}
@media screen and (min-width: 700px) {
  .gallerie__recettes {
    width: 50vw;
  }
}
@media screen and (min-width: 830px) {
  .gallerie__recettes {
    justify-content: center;
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .gallerie__recettes {
    gap: 2vw;
  }
}
@media screen and (min-width: 1350px) {
  .gallerie__recettes {
    gap: 0vw;
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 1830px) {
  .gallerie__recettes {
    width: 80vw;
  }
}
.section__gallerie {
  max-width: 100vw;
  display: flex;
  justify-content: center;
}

/* PERSONNALISATION */
.header {
  padding: 10px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15%;
  animation: slideRight 1s;
  overflow: hidden;
}

@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (min-width: 1100px) and (min-height: 568px) {
  .header {
    height: initial;
    max-width: 780px;
    margin: auto;
  }
}
@media screen and (min-width: 1350px) and (min-height: 568px) {
  .header {
    width: 100vw;
    max-width: initial;
  }
}
@media screen and (min-width: 700px) and (min-height: 568px) {
  h1 {
    font-size: 4rem;
  }
  .header__nav {
    max-width: 600px;
  }
  .header__iconUser {
    width: 4rem;
  }
  .nav__ul li a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1350px) and (min-height: 568px) {
  .header {
    height: 10%;
  }
  .header__nav {
    max-width: initial;
  }
}
@media screen and (min-width: 1350px) and (min-height: 700px) {
  .header {
    height: 10%;
  }
  .header__nav {
    max-width: initial;
  }
}
@media screen and (min-width: 1100px) and (min-height: 750px) {
  .header {
    height: 10%;
  }
  .header__nav {
    max-width: initial;
  }
}
/* IMPORTATION MAIN */
main {
  height: 80%;
  width: 100vw;
}

@media screen and (min-width: 1350px) and (min-height: 568px) {
  main {
    height: 85%;
  }
}
@media screen and (min-width: 1350px) and (min-height: 650px) {
  main {
    display: flex;
  }
}
@media screen and (min-width: 1350px) and (min-height: 700px) {
  main {
    height: 85%;
  }
}
@media screen and (min-width: 1100px) and (min-height: 750px) {
  main {
    display: flex;
    height: 85%;
  }
}
/* IMPORTATION MAIN BACKGROUND */
.main__img {
  position: relative;
  height: 100%;
  background: url("../../../../assets/images/menu.png");
  background-repeat: no-repeat;
  background-position: 50%;
}

@media screen and (min-width: 380px) and (min-height: 568px) {
  .main__img {
    background-position: initial;
    margin: auto;
    width: 375px;
  }
}
@media screen and (min-width: 700px) and (min-height: 568px) {
  .main__img {
    background: url("../../../../assets/images/menu-md.jpg");
    background-size: cover;
    width: 600px;
    background-position-x: -5rem;
    background-position-y: -1.1rem;
  }
}
@media screen and (min-width: 1350px) and (min-height: 568px) {
  .main__img {
    background: url("../../../../assets/images/menu-l.jpg");
    width: 1000px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media screen and (min-width: 1350px) and (min-height: 650px) {
  .main__img {
    width: 1200px;
    height: -webkit-fill-available;
  }
}
@media screen and (min-width: 380px) and (min-height: 700px) {
  .main__img {
    background-position: center;
  }
}
@media screen and (min-width: 550px) and (min-height: 700px) {
  .main__img {
    width: 450px;
    background: url("../../../../assets/images/menu-md.jpg");
    background-position: right;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 700px) and (min-height: 700px) {
  .main__img {
    width: 550px;
  }
}
@media screen and (min-width: 1350px) and (min-height: 700px) {
  .main__img {
    background: url("../../../../assets/images/menu-l.jpg");
    width: 1000px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media screen and (min-width: 1100px) and (min-height: 750px) {
  .main__img {
    height: 99%;
    background: url("../../../../assets/images/menu-l.jpg");
    width: 1000px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media screen and (min-width: 1100px) and (min-height: 850px) {
  .main__img {
    height: 95%;
  }
}
@media screen and (min-width: 1800px) and (min-height: 850px) {
  .main__img {
    width: 1250px;
  }
}
/* IMPORTATION MAIN CONTAINER TEXT */
.main__container {
  height: 66vh;
  width: 80vw;
  max-width: 256px;
  max-height: 455px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  transform: translate(-50%, -50%);
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (min-width: 700px) and (min-height: 568px) {
  .main__container {
    max-width: 450px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1350px) and (min-height: 568px) {
  .main__container {
    height: 100%;
    left: 60%;
    top: 50%;
    max-height: initial;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 380px) and (min-height: 620px) {
  .main__container {
    top: 45%;
  }
}
@media screen and (min-width: 700px) and (min-height: 620px) {
  .main__container {
    top: 50%;
  }
}
@media screen and (min-width: 1350px) and (min-height: 650px) {
  .main__container {
    padding: 3rem;
    max-width: 520px;
  }
}
@media screen and (min-width: 380px) and (min-height: 659px) {
  .main__container {
    height: 60vh;
  }
}
@media screen and (min-width: 700px) and (min-height: 659px) {
  .main__container {
    height: 66vh;
  }
}
@media screen and (min-width: 320px) and (min-height: 700px) {
  .main__container {
    height: 60vh;
  }
}
@media screen and (min-width: 380px) and (min-height: 700px) {
  .main__container {
    top: 50%;
    height: 55vh;
  }
}
@media screen and (min-width: 550px) and (min-height: 700px) {
  .main__container {
    max-width: 340px;
    height: 60vh;
  }
}
@media screen and (min-width: 700px) and (min-height: 700px) {
  .main__container {
    top: 51%;
    height: 90vh;
    max-width: 400px;
  }
}
@media screen and (min-width: 1350px) and (min-height: 700px) {
  .main__container {
    height: 100%;
    left: 60%;
    top: 50%;
    max-height: initial;
    max-width: 500px;
  }
}
@media screen and (min-width: 320px) and (min-height: 750px) {
  .main__container {
    height: 50vh;
  }
}
@media screen and (min-width: 550px) and (min-height: 750px) {
  .main__container {
    height: 60vh;
  }
}
@media screen and (min-width: 700px) and (min-height: 750px) {
  .main__container {
    max-height: 490px;
    top: 50%;
    left: 50%;
    height: 100%;
  }
}
@media screen and (min-width: 1100px) and (min-height: 750px) {
  .main__container {
    height: 100%;
    left: 60%;
    top: 50%;
    max-height: initial;
    max-width: 500px;
  }
}
@media screen and (min-width: 1100px) and (min-height: 850px) {
  .main__container {
    padding: 2rem;
  }
}
@media screen and (min-width: 1800px) and (min-height: 850px) {
  .main__container {
    max-width: 600px;
    padding: 2rem 4rem;
  }
}
/* IMPORTATION CONTAINER FORMULES */
.container__formules {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 30%;
}

@media screen and (min-width: 700px) and (min-height: 568px) {
  .container__formules {
    height: 40%;
  }
}
@media screen and (min-width: 550px) and (min-height: 700px) {
  .container__formules {
    height: 45%;
  }
}
/* IMPORTATION CONTAINER FORMULE */
.formule {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}

/* IMPORTATION BOUTON MENU PAGE */
.arrow_linkRight {
  position: absolute;
  right: -1.5rem;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: auto;
}
.arrow_linkRight img {
  height: 3rem;
  width: 3rem;
  object-fit: contain;
}

@media screen and (min-width: 350px) and (min-height: 568px) {
  .arrow_linkRight {
    right: -1rem;
  }
}
@media screen and (min-width: 380px) and (min-height: 568px) {
  .arrow_linkRight {
    right: -0.5rem;
  }
}
@media screen and (min-width: 700px) and (min-height: 568px) {
  .arrow_linkRight {
    right: -2rem;
  }
  .arrow_linkRight img {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (min-width: 1350px) and (min-height: 568px) {
  .arrow_linkRight {
    right: 2rem;
  }
}
@media screen and (min-width: 1350px) and (min-height: 650px) {
  .arrow_linkRight {
    right: 4rem;
  }
}
@media screen and (min-width: 1350px) and (min-height: 700px) {
  .arrow_linkRight {
    right: 1rem;
  }
}
@media screen and (min-width: 700px) and (min-height: 750px) {
  .arrow_linkRight {
    right: -1.7rem;
  }
}
@media screen and (min-width: 1100px) and (min-height: 750px) {
  .arrow_linkRight {
    right: 1rem;
  }
}
/* IMPORTATION BOUTON MENU PAGE */
/* IMPORTATION BOUTON GENERAL*/
.button {
  height: 70%;
  width: 30%;
  background: #6A2600;
  border-radius: 10%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.div__button {
  width: min-content;
  position: absolute;
  bottom: -3.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.div__button .button {
  height: 3rem;
  font-size: 1.3rem;
  width: 10rem;
}

@media screen and (min-width: 700px) and (min-height: 568px) {
  .div__button {
    transform: translate(-50%, 0%);
    height: auto;
    bottom: 0%;
  }
  .div__button .button {
    height: 3.5rem;
    font-size: 1.3rem;
    width: 10rem;
  }
}
@media screen and (min-width: 1350px) and (min-height: 568px) {
  .div__button {
    position: absolute;
    left: 18.5%;
    bottom: 32%;
  }
}
@media screen and (min-width: 1350px) and (min-height: 650px) {
  .div__button {
    left: 19%;
    bottom: 34%;
  }
  .div__button .button {
    height: 4rem;
    font-size: 1.8rem;
    width: 12rem;
  }
}
@media screen and (min-width: 550px) and (min-height: 700px) {
  .div__button {
    bottom: 2%;
  }
  .div__button .button {
    height: 3.5rem;
    font-size: 1.2rem;
    width: 10rem;
  }
}
@media screen and (min-width: 700px) and (min-height: 700px) {
  .div__button {
    bottom: 0%;
  }
}
@media screen and (min-width: 1350px) and (min-height: 700px) {
  .div__button {
    position: absolute;
    left: 18%;
    bottom: 35%;
  }
  .div__button .button {
    height: 4rem;
    font-size: 1.8rem;
    width: 13rem;
  }
}
@media screen and (min-width: 320px) and (min-height: 750px) {
  .div__button {
    bottom: 0%;
  }
}
@media screen and (min-width: 550px) and (min-height: 750px) {
  .div__button {
    bottom: -3%;
  }
}
@media screen and (min-width: 700px) and (min-height: 750px) {
  .div__button {
    bottom: 0%;
  }
}
@media screen and (min-width: 1100px) and (min-height: 750px) {
  .div__button {
    position: absolute;
    left: 18%;
    bottom: 35%;
  }
  .div__button .button {
    height: 4rem;
    font-size: 1.8rem;
    width: 13rem;
  }
}
@media screen and (min-width: 550px) and (min-height: 850px) {
  .div__button {
    bottom: 0%;
  }
  .div__button .button {
    height: 3.5rem;
    font-size: 1.5rem;
    width: 11rem;
  }
}
@media screen and (min-width: 700px) and (min-height: 850px) {
  .div__button {
    bottom: 2%;
  }
}
@media screen and (min-width: 1100px) and (min-height: 850px) {
  .div__button {
    bottom: 40%;
  }
  .div__button .button {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1800px) and (min-height: 850px) {
  .div__button {
    bottom: 37%;
  }
  .div__button .button {
    height: 4rem;
    width: 12rem;
    font-size: 1.8rem;
  }
}
/* IMPORTATION RESERVED PARAGRAPHE */
.reserved {
  display: none;
}

@media screen and (min-width: 1350px) and (min-height: 568px) {
  .reserved {
    display: block;
    max-width: 300px;
    position: absolute;
    font-size: 3rem;
    text-align: center;
    left: 3.5%;
    top: 38%;
  }
}
@media screen and (min-width: 1350px) and (min-height: 650px) {
  .reserved {
    left: 1.5%;
    width: 500px;
    max-width: 400px;
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1350px) and (min-height: 700px) {
  .reserved {
    display: block;
    max-width: 300px;
    position: absolute;
    font-size: 3rem;
    text-align: center;
    left: 2.5%;
    top: 38%;
  }
}
@media screen and (min-width: 1100px) and (min-height: 750px) {
  .reserved {
    display: block;
    max-width: 300px;
    position: absolute;
    font-size: 3rem;
    text-align: center;
    left: 2.5%;
    top: 38%;
  }
}
@media screen and (min-width: 1800px) and (min-height: 850px) {
  .reserved {
    font-size: 3.2rem;
    max-width: 350px;
    left: 4%;
  }
}
/* IMPORTATION DU FOOTER */
/* FOOTER PART */
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 97%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 5%;
  column-gap: 1vw;
  width: 100%;
}

@media screen and (min-width: 650px) and (min-height: 568px) {
  footer a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 900px) {
  footer a {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1400px) {
  footer a {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 650px) and (min-height: 568px) {
  footer a {
    font-size: 1.2rem;
  }
}
/* BASES CONFIGURATION 320 * 568px */
.entree__title2 {
  font-size: 4.5rem;
  color: black;
}

.itemColor {
  color: #AD5E00;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}

.entree__title3 {
  font-size: 2.4rem;
}

.entree__title4 {
  font-size: 2rem;
}

.item__paragraphe {
  font-size: 2rem;
}

@media screen and (min-width: 700px) and (min-height: 568px) {
  .entree__title2 {
    font-size: 6rem;
  }
  .entree__title3 {
    font-size: 3.5rem;
  }
  .entree__title4 {
    font-size: 2.7rem;
  }
  .item__paragraphe {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1350px) and (min-height: 568px) {
  .entree__title3 {
    font-size: 4rem;
  }
  .entree__title4 {
    font-size: 3.5rem;
  }
  .item__paragraphe {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1350px) and (min-height: 650px) {
  .entree__title2 {
    font-size: 7rem;
  }
}
@media screen and (min-width: 550px) and (min-height: 700px) {
  .entree__title2 {
    font-size: 5rem;
  }
  .entree__title3 {
    font-size: 3.2rem;
  }
  .entree__title4 {
    font-size: 3rem;
  }
  .item__paragraphe {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 1350px) and (min-height: 700px) {
  .entree__title2 {
    font-size: 7rem;
  }
  .entree__title3 {
    font-size: 4.5rem;
  }
  .entree__title4 {
    font-size: 3.8rem;
  }
  .item__paragraphe {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1100px) and (min-height: 750px) {
  .entree__title2 {
    font-size: 7rem;
  }
  .entree__title3 {
    font-size: 4.5rem;
  }
  .entree__title4 {
    font-size: 3.8rem;
  }
  .item__paragraphe {
    font-size: 3.5rem;
  }
}