.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #1b0e0e;
  background-image: url('../images/wallpaper4.jpg');
  background-position: 0 0;
  background-size: auto;
}

.container {
  max-width: 940px;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.heading {
  color: #c25e11;
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #8b4e08;
  margin-bottom: 32px;
  font-family: Smythe, sans-serif;
  font-size: 53px;
}

.content {
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.main {
  width: 824px;
  min-width: 824px;
  -webkit-text-stroke-color: #ff971e;
  margin-right: 0;
}

.tools_v {
  width: 85px;
  border: 2px #ff971e;
  margin-top: 198px;
  margin-bottom: 145px;
}

.canvas {
  -webkit-text-stroke-color: #a35902;
  border: 2px solid #a35902;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.entete1 {
  text-align: center;
  padding-left: 0;
}

.narration {
  background-color: #311f11;
  border: 2px solid #a35902;
  border-radius: 4px;
  margin-top: 13px;
  padding: 10px;
}

.text-block {
  color: #ffcf98;
  margin-top: 0;
  font-family: Specialelite, sans-serif;
  font-size: 15px;
}

.entete2 {
  text-align: center;
  padding-left: 0;
}

.tools_content_v {
  text-align: center;
  background-color: #311f11;
  border: 2px solid #a35902;
  border-radius: 4px;
  padding: 22px 15px 5px;
}

.ico {
  margin-bottom: 15px;
  padding: 4px;
}

.ico.active_ico {
  background-color: #584619;
  border: 3px solid #c69546;
  border-radius: 4px;
}

.solution_v {
  text-align: center;
  background-color: #311f11;
  border: 2px solid #a35902;
  border-radius: 4px;
  margin-top: 10px;
  padding-top: 8px;
  padding-left: 7px;
  padding-right: 7px;
}

.solution_text_v {
  color: #bd5200;
  margin-top: 0;
  padding-right: 16px;
  font-family: Specialelite, sans-serif;
  font-size: 14px;
  display: block;
}

.solution_input_v {
  color: #ff971e;
  background-color: #362411;
  border: 2px solid #a96d39;
  font-family: Special Elite;
}

.solution_input_v:focus {
  -webkit-text-stroke-color: #ff971e;
  border-color: #a96d39;
}

.submit-button {
  width: 50px;
  height: 30px;
  background-color: #92602f;
  background-image: url('../images/icons8-check-50.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
  border-radius: 8px;
  padding-top: 0;
}

.image, .image-2 {
  padding-left: 0;
}

.tools_h {
  width: auto;
  height: 75px;
  align-items: center;
  margin-top: 2px;
  margin-left: 30px;
  margin-right: 30px;
  display: none;
}

.tools_content_h {
  width: 30%;
  height: 55px;
  text-align: center;
  background-color: #311f11;
  border: 2px solid #a35902;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
  padding: 0 10px;
  display: flex;
}

.solution_h {
  width: 70%;
  height: 55px;
  text-align: center;
  background-color: #311f11;
  border: 2px solid #a35902;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.ico_h {
  margin-right: 10px;
  padding-right: 0;
}

.form_block_h {
  height: 61px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.solution_input_h {
  width: 85px;
  height: 28px;
  color: #ff971e;
  background-color: #362411;
  border: 2px solid #a96d39;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Special Elite;
}

.solution_input_h:focus {
  border-color: #a96d39;
}

.form {
  width: 244px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.solution_text_h {
  height: 30px;
  color: #bd5200;
  letter-spacing: -1px;
  align-items: center;
  font-family: Special Elite;
  font-size: 17px;
  display: flex;
}

.links_over {
  text-align: center;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: 0%;
  right: 0%;
}

.link {
  color: #cead59;
  background-color: #603315;
  border: 2px solid #d0b870;
  border-radius: 15px;
  padding: 10px 20px 15px;
  font-family: Smythe, sans-serif;
  font-size: 31px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, .2);
}

.link:hover {
  background-color: #7f4e2d;
}

.links_over_mode {
  text-align: left;
  background-color: rgba(195, 129, 22, .7);
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.text-block-2 {
  color: #e5bd58;
  font-family: Smythe, sans-serif;
  font-size: 28px;
}

.text-block-3 {
  color: #fff;
  font-family: Roboto, sans-serif;
  display: none;
}

.modal {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  padding-top: 220px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.modal_content {
  width: auto;
  background-color: #311f11;
  border: 2px solid #a35902;
  border-radius: 2px;
  margin: auto 20%;
  padding: 20px;
}

.modal_text {
  color: #ffcf98;
  font-family: Special Elite;
  font-size: 15px;
}

.fa-icon {
  color: #ffcf98;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 27px;
  font-weight: 400;
}

.close_button {
  float: right;
}

.success_text {
  width: 70%;
  color: #49af45;
  text-align: center;
  background-color: #234206;
  border: 2px solid #ff971e;
  border-radius: 4px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
  font-family: Special Elite;
  font-size: 20px;
}

.success {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1196px;
  }

  .main {
    width: 1077px;
    min-width: 1077px;
  }

  .tools_content_v {
    border-color: #a35902;
  }

  .ico {
    margin-bottom: 15px;
  }

  .solution_v {
    border-width: 2px;
    border-color: #a35902;
  }

  .solution_input_v:focus {
    -webkit-text-stroke-color: #ff971e;
    border-color: #a96d39;
  }

  .tools_h {
    display: none;
  }

  .tools_content_h {
    height: 55px;
  }

  .solution_input_h:focus {
    border-color: #a96d39;
  }

  .links_over_mode {
    background-color: rgba(195, 129, 22, .7);
  }

  .text-block-2 {
    color: #f5e8c7;
  }

  .modal {
    padding-top: 220px;
    display: none;
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
  }

  .modal_content {
    width: auto;
    text-align: center;
    border-radius: 4px;
    margin-left: 20%;
    margin-right: 20%;
    display: block;
  }

  .modal_text {
    font-family: Specialelite, sans-serif;
  }

  .fa-icon, .close_button {
    cursor: pointer;
  }

  .link-block {
    height: auto;
    margin-top: 0;
  }

  .success_text {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    margin-top: 0;
    font-size: 20px;
  }

  .success {
    width: 70%;
    background-color: #234206;
    border: 2px solid #ff971e;
    border-radius: 4px;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px;
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .body {
    background-color: #1b0e0e;
    background-image: url('../images/wallpaper4.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .container {
    max-width: 768px;
    padding-right: 0;
  }

  .heading {
    margin-bottom: 22px;
  }

  .content {
    margin-left: auto;
  }

  .main {
    width: auto;
    max-width: 750px;
    min-width: 568px;
  }

  .tools_v {
    display: none;
  }

  .entete1 {
    padding-left: 0;
  }

  .narration {
    margin-top: 12px;
  }

  .entete2 {
    padding-left: 0;
  }

  .ico {
    cursor: auto;
    margin-right: 5px;
    padding-right: 4px;
  }

  .submit-button {
    text-align: center;
  }

  .tools_h {
    height: auto;
    margin-top: 12px;
    display: flex;
  }

  .tools_content_h {
    padding-top: 12px;
  }

  .ico_h {
    padding: 4px;
  }

  .solution_input_h:focus {
    border-color: #a96d39;
  }

  .solution_text_h {
    font-family: Specialelite, sans-serif;
  }

  .links_over {
    display: block;
  }

  .links_over_mode {
    display: block;
    position: absolute;
    bottom: 0;
  }

  .modal_content {
    width: auto;
    margin-left: 15%;
    margin-right: 15%;
  }

  .success_text {
    font-size: 18px;
  }

  .success {
    display: none;
  }

  .form-2 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    margin-bottom: 24px;
  }

  .main {
    max-width: 556px;
    min-width: 320px;
  }

  .entete1, .entete2 {
    padding-left: 11px;
  }

  .link {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 22px;
  }

  .links_over_mode {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .text-block-2 {
    font-size: 24px;
  }

  .success_text {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 100%;
  }

  .heading {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .content {
    width: 100%;
    max-width: none;
  }

  .main {
    max-width: 480px;
    min-width: 320px;
  }

  .tools_v {
    width: 0;
    max-width: 310px;
  }

  .entete1 {
    padding-left: 4px;
  }

  .text-block {
    font-size: 13px;
  }

  .entete2 {
    padding-left: 3px;
  }

  .ico {
    padding-left: 3px;
    padding-right: 3px;
  }

  .submit-button {
    width: 38px;
    height: 26px;
    padding-left: 0;
    padding-right: 0;
  }

  .tools_h {
    height: 59px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .tools_content_h {
    width: 40%;
    height: 45px;
    margin-right: 7px;
    padding-left: 1px;
    padding-right: 0;
  }

  .solution_h {
    width: 60%;
    height: 45px;
  }

  .ico_h {
    margin-right: 6px;
  }

  .form_block_h {
    height: 53px;
  }

  .solution_input_h {
    width: 55px;
    padding-left: 6px;
  }

  .form {
    width: 162px;
  }

  .solution_text_h {
    font-size: 13px;
  }

  .links_over_mode {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 11px;
  }

  .text-block-2 {
    font-size: 20px;
  }
}


@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Smythe';
  src: url('../fonts/Smythe-Regular.woff2') format('woff2'), url('../fonts/Smythe-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Specialelite';
  src: url('../fonts/SpecialElite-Regular.woff2') format('woff2'), url('../fonts/SpecialElite-Regular.woff') format('woff'), url('../fonts/SpecialElite-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'), url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}