@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Pacifico&family=Rubik+Mono+One&display=swap');
body {
  /* background-color: #B0C0D4; */
  background-color: #EFF3F5;
}

/*HEADER*/

.header_content {
  width: 100%;
  height: 100px;
  /* height: 115px; */
  /* position: fixed;
  top: 0; */
  color: #EFF3F5;
  background-color: #2E3244;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo_revision_help {
  width: 150px;
  /* margin-bottom: 5px; */
}

/* .header_title {
  font-family: 'Rubik Mono One', sans-serif;
  font-size: 1.5em;
} */

.header_subtitle {
  /* font-family: 'Pacifico', cursive; */
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 8px;
  text-align: center;
  background-color: white;
  color: #2E3244;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}

/*MAIN*/

/*Response*/

.main_content {
  /* height: calc(100vh - 170px);
  padding-top: 115px;
  padding-bottom: 50px; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  /* font-family: 'Pacifico', cursive; */
  font-family: 'Montserrat', sans-serif;
}
.form_response {
  width: 100%;
  box-sizing: border-box;
  padding: 35px;
  border-top: #2E324425 1px solid;
  border-bottom: #2E324425 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
}
#response {
width: 250px;
height: 25px;
border-radius: 3px;
border: #2E324470 1px solid;
}

/*Word*/

.content_random_word {
  position: relative;
  margin: 25px 0 15px;
}
.random_word_style {
  width: 350px;
  padding: 15px;
  /* margin-bottom: 15px; */
  border-radius: 5px;
  /* color: #EFF3F5;
  background-color: #2E3244; */
  color: #2E3244;
  border: #2E324450 1px solid;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}

/*button mute*/

.on_mute_none {
  width: 25px;
  height: 25px;
  padding: 10px !important;
  margin: 0 !important;
  /* box-sizing: border-box; */
  display: none;
  justify-content: center;
  align-items: center;
  /* border: gainsboro 1px solid; */
  background-color: #EFF3F5;
  color: gainsboro;
  border-radius: 50%;
  position: absolute;
  right: 1px;
  top: 1.5px;
}
.on_mute:hover {
  border-color: white;
  color: white;
}
.on_mute {
  display: flex;
}

/*button view response*/

.span_button_none {
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  display: none;
  justify-content: center;
  align-items: center;
  border: gainsboro 1px solid;
  background-color: #EFF3F5;
  color: gainsboro;
  border-radius: 50%;
  position: absolute;
  right: -30px;
  top: 10px;
}
.span_button:hover {
  border-color: white;
  color: white;
}
.span_button {
  display: flex;
}

.span_response_none {
  height: 40px;
  box-sizing: border-box;
  display: none;
  justify-content: flex-end;
  align-items: center;
  padding: 0 15px;
  /* border: 1px white solid; */
  background-color: white;
  color: #EFF3F5;
  border-radius: 3px;
  position: absolute;
  right: -30px;
  top: 51px;
  cursor: pointer;
}
.span_response {
  display: flex;
}

/*Good answer*/

.content_good_response {
  width: 350px;
  height: 30px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  color: green;
}

/*Validation*/

.validation_word {
  width: 80px;
  height: 35px;
  padding: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: gainsboro;
  background-color: #EFF3F5;
  box-sizing: border-box;
  border-radius: 5px;
  border: gainsboro 1px solid;
  /* margin: 15px; */
}
.success_word {
  width: 20px;
  padding: 5px !important;
  margin: 0 !important;
  border-radius: 5px;
  text-align: center;
}
.success {
  background-color: green;
}
.failed_word {
  width: 20px;
  padding: 5px !important;
  margin: 0 !important;
  border-radius: 5px;
  text-align: center;
}
.failed {
  background-color: red;
}

/*Used language*/

#select_language {
  color: #2E3244;
  background-color: #EFF3F5;
  border-radius: 3px;
  border: #2E324470 1px solid;
  margin: 20px auto;
}

/*Response Letters*/
.response_letters_block {
  max-width: 350px;
  margin-top: 35px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.lettersButton {
  width: 50px;
  height: 50px;
  background-color: white;
  color: #2E3244;
  border-radius: 5px;
  /* border: 1px solid white; */
  border: none;
  font-weight: bold;
  box-shadow: 1px 1px 1px 1px gainsboro;
}
.lettersButton_click {
  background-color: gainsboro;
}

@media (max-width: 450px) {
  .random_word_style {
    width: 250px;
  }
  .content_good_response {
    width: 250px;
  }
}
@media (max-width: 350px) {
  .random_word_style {
    width: 200px;
  }
  .content_good_response {
    width: 200px;
  }
}

/*Info card*/

.info_card_none {
  position: fixed;
  top: 35%;
  display: none;
  flex-direction: column;
  background-color: white;
  width: 80%;
  max-width: 500px;
  /* min-height: 30%; */
  border-radius: 5px;
  box-shadow: 1px 1px 1px 1px gainsboro;
}
.info_card {
  display: flex;
}
.info_card_none .close_info_card {
  align-self: flex-end;
  padding: 7px;
  margin: 0;
}
.info_content {
  /* height: 90%; */
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
  margin-bottom: 25px;  
}
.info_title {
  font-weight: bold;
  margin-bottom: 10px;
}
.info_paragraph {
  width: 85%;
}
.link_paragraph {
  /* text-decoration: none; */
  color: #2E3244;
}
.link_paragraph:hover {
  color: #2E324490;
}

/*Change languages*/

.change_languages_card_none {
  width: 285px;
  /* height: 150px; */
  padding: 15px;
  background-color: white;
  box-shadow: 1px 1px 1px 1px gainsboro;
  color: #2E3244;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  bottom: 65px;
  /* right: 15px; */
  z-index: 1;
  border-radius: 5px;
}
.change_languages_card {
  display: flex;
}
.change_languages_card_none > p:first-child {
  font-weight: bold;
  color: red;
}
.change_languages_card_none > p:nth-child(2) {
  color: #2E3244;
  margin: 10px 0;
}
.button_change_lang_ok {
  background-color: #2E3244;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 5px 15px;
  font-family: 'Montserrat', sans-serif;
}

/*More words*/

.more_card_none {
  width: 200px;
  padding: 15px;
  display: none;
  background-color: white;
  box-shadow: 1px 1px 1px 1px gainsboro;
  position: fixed;
  bottom: 65px;
  left: 15px;
  z-index: 1;
  font-family: 'Montserrat', sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
}
.more_card {
  display: block;
}
.more {
  padding: 10px;
}
.more:hover {
  background-color: #EFF3F5;
}
.langues {
  display: flex;
  justify-content: space-between;
}
.langues_choisies {
  font-weight: bold;
}
.choise_of_languages {
  font-family: 'Montserrat', sans-serif;
}

/*Add words*/

.add_words_card_none {
  width: 250px;
  height: 150px;
  background-color: white;
  box-shadow: 1px 1px 1px 1px gainsboro;
  color: #2E3244;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 65px;
  /* right: 15px; */
  z-index: 1;
  border-radius: 5px;
}
.add_words_card {
  display: flex;
}
.add_words_card ul li{
  margin: 10px;
}
.button_add {
  width: 210px;
  height: 30px;
  background-color: #2E3244;
  color: #EFF3F5;
  border-radius: 5px;
  border: none;
  font-family: 'Montserrat', sans-serif;
}

/*Remove words*/

.remove_words_card_none, .remove_vocabulary_card_none {
  width: 285px;
  height: 150px;
  background-color: white;
  box-shadow: 1px 1px 1px 1px gainsboro;
  color: #2E3244;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  bottom: 65px;
  /* right: 15px; */
  z-index: 1;
  border-radius: 5px;
}
.remove_words_card, .remove_vocabulary_card {
  display: flex;
}
.button_oui {
  background-color: red;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 5px 15px;
  margin: 15px 10px 0 10px;
  font-family: 'Montserrat', sans-serif;
}
.button_non {
  background-color: blue;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 5px 15px;
  margin: 15px 10px 0 10px;
  font-family: 'Montserrat', sans-serif;
}
.button_tout {
  background-color: gray;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 5px 15px;
  margin: 10px 10px 0 10px;
  font-family: 'Montserrat', sans-serif;
}
.button_un {
  background-color: gainsboro;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 5px 15px;
  margin: 10px 10px 0 10px;
  font-family: 'Montserrat', sans-serif;
}

/*List words*/

.list_words_card_none {
  width: 350px;
  height: 60%;
  display: none;
  padding: 15px;
  background-color: white;
  box-shadow: 1px 1px 1px 1px gainsboro;
  position: fixed;
  bottom: 65px;
  /* left: 15px; */
  z-index: 1;
  border-radius: 5px;
}
.list_words_card {
  display: block;
}
.list_titles {
  padding: 15px;
  color: #EFF3F5;
  background-color: #2E3244;
  display: flex;
  justify-content: space-evenly;
}
.list_titles h1 {
  width: 50%;
  text-align: center;
}
.content_list {
  height: calc(100% - 55px);
  /* box-sizing: border-box; */
  overflow-y: auto;
}
.background_gray {
  background-color: gainsboro;
}
.word {
  padding: 7px 15px;
  color: #2E3244;
  display: flex;
  justify-content: space-evenly;
  font-size: 13px;
}
.word p {
  width: 50%;
  text-align: center;
}
.remove_word_content_none {
  width: calc(350px - 30px);
  height: 60%;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-color: #2E324403;
  position: fixed;
  bottom: 65px;
  right: initial;
  z-index: 1;
}
.remove_word_card {
  width: 285px;
  height: 100px;
  background-color: white;
  box-shadow: 1px 1px 1px 1px gainsboro;
  color: #2E3244;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
}
.word_to_delete {
  color: red;
}
.remove_word_content {
  display: flex;
}
.button_word_oui {
  background-color: red;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 5px 15px;
  margin: 15px 10px 0 10px;
  font-family: 'Montserrat', sans-serif;
}
.button_word_non {
  background-color: blue;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 5px 15px;
  margin: 15px 10px 0 10px;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 450px) {
  .list_words_card_none, .change_languages_card_none {
    width: 80%;
  }
  .remove_word_content {
    width: calc(80% - 30px);
  }
}
@media (max-width: 320px) {
  .remove_words_card_none, .remove_vocabulary_card_none, .remove_word_card {
    width: 210px;
  }
}

/*FOOTER*/

.footer_content {
  width: 100%;
  height: 55px;
  padding: 0 15px;
  box-sizing: border-box;
  box-shadow: 1px 1px 5px 1px gainsboro;
  position: fixed;
  bottom: 0;
  color: #2E3244;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  /* position: relative; */
}


.fa-solid {
  padding: 0 7px 7px;
  margin: 0 10px;
  /* border-radius: 5px; */
}

/*Response Letters*/
#mode_response {
  position: absolute;
  top: -50px;
  right: 15px;
  padding: 10px;
  margin: 0;
  background-color: white;
  border-radius: 5px;
  box-shadow: 1px 1px 1px 1px gainsboro;
}

.icons {
  display: flex;
}
.button_more:hover, .button_play:hover, .button_moins:hover, .button_plus:hover, .button_list:hover {
  color: blue;
}
.footer_content p {
  font-size: 10px;
}