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

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

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

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

p {
  font-size: 21px;
  zoom: 110%;
  margin-right: 0;
  margin-top: 0;
  text-align : justify;
}

div#un img {
  margin-top: 50px;
  width: 640px;
}

h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 55px;
}

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

.button-container {
  display: flex;
  gap: 25px;
  font-family: 'Sunday Best', sans-serif;
  justify-content: center;
  flex-wrap: wrap;
}

.round-button {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: white;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  overflow: hidden;
  margin: 0 10px;
}

.red {
  background-color: #fb2819;
}

.orange {
  background-color: #ff8700;
}

.green {
  background-color: #00be42;
}

.blue {
  background-color: #001de2;
}

.round-button:hover {
  background-color: #ffffff;
  color: #000000;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  flex-direction: column;
  flex-wrap: nowrap;
}

.container h1 {
  font-size: 22px;
  margin-top: 80px;
  color: #ff8700;
}

div#img {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 60px;
}

a {
  color: inherit;
  font-family: 'Sunday Best', sans-serif;
  text-decoration: none;
  font-size: 17px;
}

ul {
  margin: 0;
  margin-left: 50px;
  padding: 0;
}
    
li {
  font-size: 21px;
  text-align : justify;
  margin-bottom: 10px;
}

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

div#affiche{width: 525px;
  padding-top: 20px;
  height: auto;
  margin: 0 auto;
}

div#tel {
  display: none;
}

div#ordi {
  display: block;
}

div#affiche img {
  height: 429px;
}

@media only screen and (max-width: 1150px) {

div#tel {
  display: block;
}

div#ordi {
  display: none;
}
}

@media only screen and (max-width: 768px) {
div#img {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 0px;
}

p {
  font-size: 20px;
  zoom: 110%;
  padding: 69px 45px;
  margin-right: 0;
  margin-top: -130px;
  text-align : justify;
}

div#tel {
  display: block;
}

div#ordi {
  display: none;
}

div#un img {
  max-width: 406px;
}

div#un {
  margin-top: -58px;
}

.container h1 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 107px;
  margin-top: 70px;
  color: #ff8700;
}

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

#top img {
  border-radius: 15px;
  width: 110%;
  height: auto;
  margin-left: -40px;
}

div#un img {
  margin-top: -57px;
  max-width: 406px;
}

ul {
  margin: 0;
  margin-left: 80px;
  padding: 0;
  margin-top: -55px;
}

div#affiche{
  width: 385px;
  padding-top: 10px;
  height: auto;
  margin: 0 auto;
}

div#affiche img {
  margin-top: 14px;
  height: 327px;
}

.text {
    padding-top: 113px;
}
}