@font-face {
  font-family: CormorantSC;
  src: local("CormorantSC Regular"), local("CormorantSC-Regular"), url("../fonts/CormorantSC-Regular-1e52a10fc222c148ebc2421cdd375372.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: BigCaslon;
  src: local("BigCaslon Regular"), local("BigCaslon_Regular"), url("../fonts/BigCaslon_Regular-ea6757356ebdc8f0aae3c9a803171cb8.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gloss_And_Bloom";
  src: local("Gloss And Bloom"), local("Gloss_And_Bloom"), url("../fonts/Gloss_And_Bloom-e910c51ccaaeb50ccf44159f341f3aaa.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background-image: url("../img/bg-feuille-bdf3856957b2654bbb83db0f75cbd152.jpg");
  background-size: cover;
  background-repeat: repeat-y;
  background-position: center;
  color: #845E40;
  font-family: BigCaslon, Arial, Helvetica, sans-serif;
  text-align: center;
}

a, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
  font-style: italic;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-family: CormorantSC, Arial, Helvetica, sans-serif;
}

button {
  background-color: #845E40;
  padding: 10px;
  color: white;
  font-size: large;
  border: 0;
  cursor: pointer;
  box-shadow: 3px 3px 0 rgba(132, 94, 64, 0.5);
  margin: 3px;
  font-family: BigCaslon, Arial, Helvetica, sans-serif;
}

#header {
  background-color: rgba(255, 216, 133, 0.7);
  border-bottom: 10px double #845E40;
  border-bottom-left-radius: 50% 80px;
  border-bottom-right-radius: 50% 80px;
}
#header h1 {
  user-select: none;
  font-family: "Gloss_And_Bloom", Arial, Helvetica, sans-serif;
  font-size: xxx-large;
  color: #2D6B2B;
  text-shadow: 1px 3px 2px grey;
}
#header h1 a {
  font-style: normal;
}
#header h1 a:hover {
  text-decoration: none;
}
#header #slog {
  position: relative;
  width: 100%;
  height: 0;
  top: -50px;
}
#header #slog p {
  position: absolute;
  width: 100%;
}
#header #social {
  position: absolute;
  padding: 10px;
}
#header #social img {
  padding-left: 10px;
}
#header #menu-button {
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: #845E40;
  height: 40px;
  width: 40px;
  border: 1px solid black;
  box-shadow: 2px 3px 2px black;
  border-radius: 100%;
  color: white;
  font-size: x-large;
  cursor: pointer;
  display: grid;
  align-items: center;
}
#header #menu {
  z-index: 10000;
  display: none;
  top: 60px;
  right: 80px;
  position: absolute;
  flex-direction: column;
  border: solid 2px;
  border-color: #845E40;
  background-color: #FFD885;
  padding: 2px;
}
#header #menu button {
  width: calc(100% - 6px);
}

#footer {
  background-color: rgba(255, 216, 133, 0.7);
  border-top: 10px double #845E40;
  padding: 5px;
  border-top-left-radius: 50% 80px;
  border-top-right-radius: 50% 80px;
}

hr.right {
  border: 0;
  height: 90px;
  background-image: url("../img/branche-rev-6e9914485dce2aff379a60ea9357d406.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
hr.left {
  border: 0;
  height: 90px;
  background-image: url("../img/branche-d3dfe7fb7978734cc73261124609d565.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.text-orange {
  color: #c78244;
}

.text-green {
  color: #2D6B2B;
}

.text-red {
  color: red;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.block {
  padding: 20px 5%;
}

form div {
  display: flex;
  flex-direction: column;
}
form div div {
  margin-bottom: 20px;
}
form div div input, form div div textarea, form div div select {
  padding: 10px;
  background-color: #FFD885;
  border-color: #845E40;
  opacity: 0.7;
}
form div div textarea {
  min-height: 100px;
  min-width: 300px;
  max-width: 100%;
}

#modal {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 216, 133, 0.7);
}
#modal #modal-screen {
  z-index: 1001;
  padding: 10px;
  background-color: white;
  border: solid 2px;
  border-color: #845E40;
  border-radius: 10px;
  max-width: 1000px;
  max-height: 80%;
  overflow-y: scroll;
  margin: auto;
}
#modal #modal-screen #modal-screen-content iframe {
  max-width: 95vw;
}
#modal #modal-close {
  cursor: pointer;
  user-select: none;
  text-align: right;
  margin-left: auto;
}

/*# sourceMappingURL=base.output.css.map */
