@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

input,
textarea,
select {
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
  background-clip: padding-box;
}

input::placeholder,
textarea::placeholder,
select:invalid {
  color: rgb(102, 102, 102);
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgb(102, 102, 102);
  opacity: 1;
}

/* Safari / iOS */
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

/* Chrome / Edge */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Firefox */
input[type=search]::-moz-search-clear {
  display: none;
}

input[type=search] {
  background: white;
}

body {
  background: white;
  font-family: "Noto Sans", sans-serif;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-weight: 400;
}

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

.mb {
  margin-bottom: 30px;
}

.btn {
  background: #EED483;
  width: 172px;
  display: block;
  border-radius: 20px;
  text-align: center;
  padding: 20px 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  cursor: pointer;
  border: none;
}
.btn:hover {
  background: #f9d668;
}

@media (max-width: 500px) {
  .only-desktop {
    display: none;
  }
}

@media (max-width: 500px) {
  .maj-mobile {
    text-transform: capitalize;
  }
}

header {
  background: #EED483;
  display: flex;
  justify-content: center;
  padding: 13px 20px;
}

.container {
  width: 604px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 35px 20px;
}

h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  margin: 0px auto 24px auto;
}

.separatorBar {
  display: block;
  width: 80px;
  height: 8px;
  content: "";
  background: #EED484;
  border-radius: 20px;
  margin: 0px auto;
} 

p {
  font-weight: 600;
}

.col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 500px) {
  .col-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

.tabs {
  margin: 0 auto;
  font-family: sans-serif;
  margin-top: 45px;
}
.tabs h2 {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 30px;
}
.tabs input[type=radio] {
  display: none;
}
.tabs .tab-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /*@media (max-width: $sm) {
      display: flex;
      flex-wrap: wrap;
  }*/
}
.tabs .tab-labels label {
  padding: 10px 5px;
  text-align: center;
  cursor: pointer;
  background: white;
  transition: background 200ms ease;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
  border-bottom: solid 1px rgb(189, 189, 189);
  white-space: nowrap;
}
.tabs .tab-labels label:last-child {
  border-right: none;
}
.tabs .tab-labels label:hover {
  background: rgba(238, 212, 131, 0.2);
}
.tabs .tab-content {
  display: none;
  background: #fff;
  padding-top: 45px;
}
.tabs #tab1:checked ~ .tab-labels #for_tab1,
.tabs #tab2:checked ~ .tab-labels #for_tab2,
.tabs #tab3:checked ~ .tab-labels #for_tab3 {
  background: rgba(238, 212, 131, 0.2);
  border-bottom: 4px solid #EED483;
  font-weight: 700;
}
.tabs #tab1:checked ~ #content1,
.tabs #tab2:checked ~ #content2,
.tabs #tab3:checked ~ #content3 {
  display: block;
}

.form-radios {
  display: flex;
  gap: 8px;
}
.form-radios .group-radio-option {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.form-radios .radio-option input[type=radio] {
  display: none;
}
.form-radios .radio-option label {
  display: block;
  padding: 7px 21px;
  cursor: pointer;
  border: 1px solid #EED483;
  border-radius: 8px;
  background: white;
  text-align: center;
  transition: all 0.2s ease;
  user-select: none;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}
.form-radios .radio-option label:hover {
  background: rgba(238, 212, 131, 0.2);
}
.form-radios .radio-option input[type=radio]:checked + label {
  background: rgba(238, 212, 131, 0.2);
}

fieldset {
  border: none;
}

legend {
  font-weight: 600;
  margin-bottom: 12px;
}

.form-group {
  position: relative;
  margin-bottom: 25px;
}
.form-group label {
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
  line-height: 18px;
}
.form-group input[type=text], .form-group input[type=email], .form-group input[type=search], .form-group select {
  border: solid 1px rgb(204, 204, 204);
  border-radius: 8px;
  width: 100%;
  padding: 13px 15px;
}
.form-group input[type=text]:focus, .form-group input[type=email]:focus, .form-group input[type=search]:focus, .form-group select:focus {
  outline: solid 1.5px black;
}
.form-group input[type=search], .form-group select {
  background-image: url(https://image.content.msc.com/lib/fe3d11717564047f761477/m/1/9a0fe142-6a5a-46c7-8f32-0eeafaeede8e.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  padding-right: 50px;
  background-size: 17px 18px;
}
.form-group .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
}
.form-group .tags .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(238, 212, 131, 0.2);
  border: solid 1px #EED483;
  border-radius: 20px;
  gap: 10px;
  padding: 10px 21px;
  font-size: 12px;
}

.form-checkboxes {
  max-width: 600px;
  margin: 20px auto;
  font-family: sans-serif;
}
.form-checkboxes fieldset {
  border: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 14px;
}
@media (max-width: 500px) {
  .form-checkboxes fieldset {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-checkboxes fieldset .checkbox-option input[type=checkbox] {
  display: none;
}
.form-checkboxes fieldset .checkbox-option label {
  padding: 11px 20px;
  cursor: pointer;
  border: 1px solid #EED483;
  border-radius: 20px;
  transition: all 0.2s ease;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
  height: 100%;
  min-height: 90px;
  line-height: 18px;
}
.form-checkboxes fieldset .checkbox-option label:hover {
  background: rgba(238, 212, 131, 0.2);
}
.form-checkboxes fieldset .checkbox-option input[type=checkbox]:checked + label {
  background: rgba(238, 212, 131, 0.2);
}
.form-checkboxes.col-4 fieldset {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 500px) {
  .form-checkboxes.col-4 fieldset {
    grid-template-columns: repeat(2, 1fr);
  }
}

.form-checkboxes-classic label {
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 0;
}
.form-checkboxes-classic legend {
  margin-bottom: 15px;
}
.form-checkboxes-classic .item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.form-checkboxes-classic input[type=checkbox] {
  /* cacher le style natif */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  color: #EED483;
  /* coché */
}
.form-checkboxes-classic input[type=checkbox]:checked {
  border-color: #EED483;
  background: rgba(238, 212, 131, 0.2);
}
.form-checkboxes-classic input[type=checkbox]:checked::before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #EED483;
}

footer {
  text-align: center;
}
footer ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
footer p {
  color: #767676;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 12px;
}
footer p:last-child {
  margin-bottom: 0;
}
footer p a {
  font-weight: bold;
  text-decoration: none;
  color: #767676;
}

/*# sourceMappingURL=styles.css.map */
input:invalid {
    border-color: initial;
}

input[type=text]:invalid,
.show-errors input:invalid,
.show-errors input[required]:not(:focus):invalid {
    border: 2px solid red;
    background-color: #fff0f0;
}

.show-errors-radio .radio-option label
{
    border: 2px solid red;
    background-color: #fff0f0;
}

.show-errors-checkbox fieldset .checkbox-option label
{
 border: 2px solid red;
    background-color: #fff0f0;
}

#country_list,
#available-countries-list {
 display: none; 
    list-style-type: none; 
    padding: 0;
 border: 1px solid #D9D9D9; 
    border-radius: 8px;   
    background-color: #F5F5F5; 
 cursor: pointer;
}

#country_list li,
#available-countries-list li
 {
    padding: 5px;
 font-size : 14px;
}

#country_list li:hover,
#available-countries-list li:hover {
    background-color: #D9D9D9; 
}

button.tag-remove {
    margin-left: 8px;
    cursor: pointer;
    color: black;
    background: none;
    border: none;
    padding: 0;
    line-height: 1;
    font-size: 1.5em;
    transition: color 0.2s;
}

#available-countries-list2 {
 position: absolute;
 width: 100%;
 max-height: 200px;
 overflow-y: auto;
 list-style: none;
 padding: 0;
 margin: 0;
 border: 1px solid #D9D9D9;
 border-radius: 8px; 
 border-top: none;
 background: #F5F5F5;
 z-index: 1000;
 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 display: none; /* Masqué par défaut */
}

button[type=submit] {
  position: relative;
  display: inline-block;
  background: #EED484;
  padding: 16px 32px 16px 50px;
  border-radius: 40px;
  border: none;
  transition: all 350ms ease;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  border: 1px solid #EED484;
}
button[type=submit]:hover {
  border: 1px solid black;
}
button[type=submit]:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 32px;
  margin-top: -4px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 2px solid black;
  border-top: 2px solid black;
  transform: rotate(45deg);
}