@font-face {
  font-family: "__Minion Pro_5";
  src: url("../fonts/minionpro-regular.eot");
  src:
    local("☺"),
    url("../fonts/minionpro-regular.woff") format("woff"),
    url("../fonts/minionpro-regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "__Futura (Light)_5";
  src: url("../fonts/futura_0.eot");
  src:
    local("☺"),
    url("../fonts/futura_0.woff") format("woff"),
    url("../fonts/futura_0.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "__Futurist Fixed-width_5";
  src: url("../fonts/futrfw-2.eot");
  src:
    local("☺"),
    url("../fonts/futrfw-2.woff") format("woff"),
    url("../fonts/futrfw-2.svg") format("svg");
  font-weight: 100;
  font-style: normal;
}

.page {
  width: 768px;
  min-height: 900px;
  margin: 0 auto;
  position: relative;
}
.social-icons {
  position: fixed;
}
.instagram {
  position: fixed;
  bottom: 115px;
  left: 50%;
  margin-left: -384px;
}
.icon2 {
  position: fixed;
  top: 621px;
  left: 50%;
  margin-left: 364px;
}
.icon3 {
  position: fixed;
  top: 275px;
  left: 50%;
  margin-left: -417px;
}
.icon4 {
  position: fixed;
  top: 576px;
  left: 50%;
  margin-left: 404px;
}

.main-content {
  margin-left: 81px;
  margin-top: 20px;
  padding-right: 100px;
}
.logo {
  display: block;
  text-align: center;
  position: relative;
  margin-left: 0;
  margin-bottom: -10px;
}
.logo img {
  margin: 0;
}

.title {
  margin-left: 153px;
  margin-top: -30px;
  position: relative;
  text-decoration: none !important;
  color: #000 !important;
}
.title p {
  margin: 0;
  background-color: transparent;
  letter-spacing: -9px;
  font-size: 40px;
  text-align: center;
  line-height: 48px;
  font-family: "__Futurist Fixed-width_5";
  font-weight: 100;
}
.title p span:first-child {
  letter-spacing: 1px;
}
.title p span:nth-child(2) {
  letter-spacing: -1px;
  font-family: "__Minion Pro_5";
  font-weight: 400;
}

.subtitle {
  margin-left: 166px;
  margin-top: -15px;
  margin-bottom: 0px;
  position: relative;
  text-decoration: none !important;
  color: #000 !important;
}
.subtitle p {
  margin: 0;
  background-color: transparent;
  color: #7f7f7f;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  font-family: "__Futura (Light)_5";
  font-weight: 400;
}

/* Default styling for all paragraphs within the description block */
#u33084-230 p {
  color: #7f7f7f; /* Grey */
  font-size: 18px;
  line-height: 24px;
  text-align: left; /* Default alignment */
  padding: 0; /* Supprimer tous les paddings */
  margin: 0; /* Supprimer toutes les marges */
  font-family: "__Futura (Light)_5", sans-serif; /* Ensure correct font */
  font-weight: 400; /* Ensure correct font weight */
}

/* Main section title */
p#u33084-153 {
  font-size: 18px;
  line-height: 24px;
  color: #579b7c; /* Vert restauré */
}

/* Sub-headings */
p#u33084-155 {
  font-size: 18px;
  line-height: 24px;
  color: #579b7c; /* Vert restauré */
}

/* Atelier titles and descriptions */
p#u33084-157 {
  font-size: 18px;
  line-height: 24px;
  color: #579b7c; /* Vert restauré */
}

/* Specific override for the "Info et réservation" line to be green */
#u33084-230 > p#u33084-155:last-of-type {
  color: #579b7c; /* Green */
}

/* Specific alignment for the main descriptive paragraph */
#u33084-11 {
  text-align: justify;
}

/* Ensure empty paragraphs for spacing remain */
#u33084-178 {
  line-height: 19px; /* Original line height for spacing */
  padding-bottom: 5px;
}

/* Center the main image */
.main-image {
  text-align: center;
  margin: 20px auto;
}

.main-image img {
  display: block;
  margin: 0 auto;
}
