@font-face {
  font-family: 'Betm Rounded';
  src: url('Betm-Rounded-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sunday Best';
  src: url('Sunday-Best.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1,h2 {
  font-family: 'Sunday Best', sans-serif;
}

body {
  font-family: 'Betm Rounded', sans-serif;
}

div#page li {
  font-size: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  text-align: justify;
}

h1 {
  font-size: 36px;
  font-weight: bold;
  color: #4caf50;
}

strong {
  color: #4CAF50;
}

p {text-align : justify;
  font-size: 20px;
  zoom: 105%
}

p {
  font-size: 20px;
  margin-right: 0;
  margin-top: 0;
}

div#page {
  width: 975px;
  margin: 0 auto;
  padding-top: 25px;
  border-radius: 10px;
  text-decoration: none;
  color: #02071a;
  overflow: hidden;
  text-align: center;
}

.case {
  padding: 50px;
  margin-bottom: -80px;
  border-radius: 10px;
}

.case img {
  border-radius: 10px;
  height: 387px;
  width: auto;
}

.case h2 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: -5px;
}

.case p {
  line-height: 1.5;
}

#page h1 {
  margin-bottom: -50px;
  margin-top: 30px;
}

.perso {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.desc {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ordi {
  display: block;
  font-size: 19px;
}

.tel {
  display: none;
}


div#description {
  margin: 35px;
}

#top img {
  border-radius: 15px;
  width: 70%;
  height: auto;
  margin: 0 auto;
}

ul {
  padding-left: 10px;
  padding-right: 8px;
}

@media only screen and (max-width: 768px) {
  
.ordi {
  display: none;
}

.tel {
  display: block;
}

.perso {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.desc {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.case h2 {
  font-size: 17.5px;
  margin-bottom: -20px;
  margin-top: -5px;
}

.case img {
  width: 60%;
  height: auto;
  border-radius: 10px;
}

div#page {
  margin: 0 auto;
  padding-top: 25px;
  border-radius: 10px;
  text-decoration: none;
  color: #02071a;
  overflow: hidden;
  text-align: center;
  width: auto;
}

#top img {
  border-radius: 15px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.case p {
  line-height: 1.4;
}
}