/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

#first {
  height: auto;
}
main {
  width: 100%;
  height: auto;
}
main header {
  width: 100%;
  height: auto;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  position: relative;
  z-index: 0;
}
main header img {
  width: 100%;
  height: auto;
  display: block;
}
header img:nth-child(2) {
  display: none;
}
main header .h1 {
  color: white;
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin: auto;
  font-size: 2rem;
  top: 50%;
  -webkit-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  transform: translateY(-80%);
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}
main header .h1::after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  top: 40px;
  height: 5px;
  background-color: white;
  margin: auto;
}

#bloc1 .input-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
#global {
  background: none;
  display: block;
}
#demande {
  display: none;
}
main form {
  padding: 30px;
}
main .form label {
  font-weight: bold;
}
main .form input.form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
}
main .form #bloc1 #input1:focus {
  outline: none !important;
}
main .form input::-webkit-input-placeholder {
  font-size: 0.8rem;
}
main .form input::-moz-placeholder {
  font-size: 0.8rem;
}
main .form input:-ms-input-placeholder {
  font-size: 0.8rem;
}
main .form input::-ms-input-placeholder {
  font-size: 0.8rem;
}
main .form input::placeholder {
  font-size: 0.8rem;
}
#bloc1 .input-group .input-group-addon {
  display: none;
}
#textarea1 {
  height: 80px;
  resize: none;
}
#submit {
  border: none;
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  border-top-right-radius: 60px;
  background: -webkit-linear-gradient(310deg, #c6379c, #3c65aa 50%);
  background: linear-gradient(140deg, #c6379c, #3c65aa 50%);
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  display: block;
  width: 260px;
  margin: 0 auto 50px;
}

#plus {
  display: none;
}

/*------------------------------ (min-width: 576px) ----------------*/
@media screen and (min-width: 576px) {
  main header .h1 {
    font-size: 2.5rem;
  }

  main header .h1::after {
    top: 50px;
  }
}

/*------------------------------ (min-width: 768px) ----------------*/
@media screen and (min-width: 768px) {
  #global {
    background: #E4E4E4 url("../assets/images/pattern_dj.png");
    padding-bottom: 50px;
  }
  #demande {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    top: -35px;
    position: relative;
  }

  #demande p {
    font-size: 1.3rem;
    font-family: "Montserrat";
    font-weight: 700;
    margin-bottom: 5px;
  }
  #demande p:first-child {
    color: white;
  }
  #demande span {
    font-size: 0.8rem;
    position: relative;
    top: -5px;
  }

  #global .form {
    background-color: white;
    border-radius: 20px;
    padding-bottom: 1px;
    width: 80%;
    margin: 0 auto 30px;
  }
}
/*------------------------------ (min-width: 992px) ----------------*/
@media screen and (min-width: 992px) {
  #img-mob {
    display: none;
  }
  header img:nth-child(2) {
    display: block;
  }
  #demande {
    -webkit-box-align: start;
    align-items: flex-start;
    left: 20%;
  }
  #global {
    padding-bottom: 70px;
  }
  #global .form {
    display: -webkit-box;
    display: flex;
    width: 80%;
    margin: 0 auto 30px;
  }
  #global .form label {
    display: none;
  }
  #bloc1 {
    padding: 0;
    -webkit-box-orient: horizontal;
  }
  #bloc2 {
    padding: 0 30px;
  }
  main {
    position: relative;
  }
  main .form input {
    border-bottom: none;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px;
    box-shadow: 2px 2px 8px rgb(0, 0, 0, 0.3);
  }
  main .form input.form-control {
    width: 90%;
  }

  main .form input::-webkit-input-placeholder {
    font-size: 0.6rem;
  }

  main .form input::-moz-placeholder {
    font-size: 0.6rem;
  }

  main .form input:-ms-input-placeholder {
    font-size: 0.6rem;
  }
  #bloc1 .input-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  #bloc1 .input-group .input-group-addon {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    margin-right: 15px;
  }

  #bloc1 .input-group .input-group-addon .fa-phone {
    transform: rotate(100deg)!important;

  }

  main .form textarea {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 2px 2px 8px rgb(0, 0, 0, 0.3);
    border: none;
    height: 140px;
  }
  #submit {
    margin-bottom: 30px;
  }
  #plus {
    display: block;
    position: absolute;
    bottom: 0;
  }
  #plus .sociaux {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    background-image: url(../assets/images/brush_reseaux_sociaux.png);
    background-size: 170%;
    width: 281px;
    background-position: right;
    height: 100px;
    position: absolute;
    bottom: 0;
    padding-left: 20px;
    z-index: 0;
  }
  #plus .sociaux a img {
    display: block;
    width: 25px;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
    align-self: center;
    position: relative;
    top: 12px;
  }
  #plus .sociaux .yt img {
    width: 30px;
    position: relative;
    top: 15px;
  }
  .socAn {
    transition: all 0.3s ease-in-out;
  }
}
