/* Blur the container div*/
.blurMyDiv {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px);
  filter: blur(4px);
}
/* HEAD TITLE */
.title__head_test {
  display: flex;
  justify-content: center;
  color: #eceded;
  padding-bottom: 4rem;
  letter-spacing: 0.5rem;
  font-weight: 1000;
  font-size: 5rem;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  padding-top: -3rem;
  margin-top: -4rem;
}

.contact_form__title {
  font-size: 2rem;
  font-family: 'Kalam', cursive;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #d10565;
}

.contact_form {
  position: fixed;
  align-items: center;
  width: 95%;
  height: 85%;
  background-color: #f4f4f4;
  border-radius: 2rem;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  left: 3%;
  top: 15%;
}

@media screen and (min-width: 800px) {
  .title__head_test {
    display: flex;
    justify-content: center;
    color: #eceded;
    padding-bottom: 4rem;
    letter-spacing: 8rem;
    font-weight: 1000;
    font-size: 9rem;
    width: 100%;
    margin-top: -5rem;
  }
  .contact_form__title {
    font-family: 'Kalam', cursive;
    font-size: 4rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #d10565;
  }
  .contact_form {
    position: fixed;
    align-items: center;
    width: 95%;
    height: 70%;
    background-color: white;
    border-radius: 2rem;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    left: 3%;
    top: 17%;
  }
}
@media screen and (min-width: 1450px) {
  .title__head_test {
    display: flex;
    justify-content: center;
    color: #eceded;
    padding-bottom: 4rem;
    letter-spacing: 8rem;
    font-weight: 1000;
    font-size: 9rem;
    width: 100%;
    margin-top: -1rem;
  }
}
/*button cta_contact*/
.hidden {
  display: none;
}

.close-form__button {
  display: flex;
  justify-content: center;
  background-color: rgba(8, 75, 132, 1);
  border: none;
  border-radius: 10%;
  width: 2rem;
  height: 2rem;
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
.close-form__button:hover {
  background-color: rgba(8, 75, 132, 0.8);
  color: white;
  font-weight: 600;
}
.close-form__button:focus {
  background-color: rgba(8, 75, 132, 1);
}
.contactez-nous_container {
  width: 10rem;
  background-color: #d13531;
}
.contactez-nous {
  position: fixed;
  bottom: 0rem;
  right: 6rem;
  background-color: #d10565;
  opacity: 0.8;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  font-size: 1em;
  font-weight: 500;
  padding: 0.5em 1em;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  text-align: center;
  z-index: 9999;
  margin: auto;
}
.contactez-nous a {
  color: white;
  text-decoration: none;
}

.contactez-nous:hover {
  opacity: 1;
  background-color: #d10565;
}

.contactez-nous a:hover {
  color: white;
  font-weight: 500;
}
.contactez-nous:focus {
  opacity: 1;
  background-color: #d10565;
}
@media screen and (min-width: 768px) {
  .contactez-nous {
    position: fixed;
    bottom: 0rem;
    right: 5rem;
    background-color: #d10565;
    opacity: 0.8;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    font-size: 1em;
    font-weight: 500;
    padding: 0.5em 1em;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    text-align: center;
    z-index: 9999;
  }
  .contactez-nous:focus {
    opacity: 1;
    background-color: #d10565;
  }
}
/*end button cta_contact*/
