header{
    height: 100vh;
    background-image: url(/img/fond/fond_contact.webp);
    background-size: cover;
    background-position: top;
}

header div{
    width: 100%;
    height: 100%;
        display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    color: rgb(255, 255, 255);
    background: linear-gradient(0deg,rgba(37, 33, 30, 1) 0%, rgba(255, 255, 255, 0.04) 100%);
}

header span{
    margin: 20px;
}

header h1{
    font-size: 8vw;
}

header h4{
    font-size: 1.2vw;
}

header a{
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

@media screen and (max-width:800px) {
    header h1{
    font-size: 12vw;
}

header h4{
    font-size: 1.8vw;
}
}

@media screen and (max-width:425px) {
        header h1{
    font-size: 15vw;
    text-align: center;
}

header h4{
    font-size: 4vw;
    padding: 20px;
}
}

.banner{
    text-align: center;
    padding: 10px;
    margin: 30px;
}


#contact{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: white;
    margin-top: 0;
}

#contact .contact{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 100px;
}

#contact .divers_contact{
    width: 35%;
    display: flex;
    flex-direction: column;
    margin: 10px;
}

#contact .divers_contact span{
    display: flex;
    align-items: center;
}

#contact .divers_contact span img{
    width: auto;
    height: 180px;
    border-radius:10%;

}

#contact .divers_contact span h2{
            color: var(--maincolor);
    font-weight: 700;
    font-style: normal;
    font-size: 2.0em;
    margin-left: 20px;
}

#contact .divers_contact h3{
                color: #595858bf;
    font-weight: 600;
    font-style: normal;
    font-size: 1.2em;
    margin-left: 30px;
    margin-top: 40px;
}

#contact .divers_contact h4{
                color: var(--maincolor);
    font-weight: 400;
    font-style: normal;
    font-size: 1.1em;
    margin-left: 40px;
}

#contact .divers_contact div{
    height: 70px;
    width: 300px;

    display: flex;
    align-items: center;
        margin: 20px;
        border-radius: 15px;
}

#contact .divers_contact div img{
    width: 50px;
    margin-left: 10px;
}

#contact .divers_contact div h3 {
    font-weight: 800;
    margin: 0;
    margin-left: 20px;
    color: white;
}

.insta{
    background: linear-gradient(90deg,rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
}
.linke{
    background-color: #00537c;
}

#contact .bar{
    background-color: #5e5e5e7c;
    height: 600px;
    width: 2px;
    border-radius: 20px;
    margin: 50px;
}

.form{     color: #000000;
    height: auto;
    width: 50%;
    background-color: #ffffff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 50px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.87);
    -webkit-box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 33%);
    -moz-box-shadow: 0px 0px 90px 0px rgba(0,0,0,0.87);
}
.form h2{
    margin-top: 50px;
    margin-bottom: 20px;
        font-weight: 700;
    font-style: normal;
    font-size: 2.0em;
    margin-left: 5px;
     margin-right: 5px;
}

#mail{
    margin-top: 20px;
    width: 45%;
    height: 40px;
    background: var(--maincolor);
    box-shadow: -3px 4px 20px 0px rgb(0 0 0 / 27%);
    backdrop-filter: blur(3.5px);
    -webkit-backdrop-filter: blur(3.5px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    text-align: center;
    transition-duration: 0.25s;
    color: #ffffff;
}

#mail:hover{
  border-color: #FF9D2E;
  transition-duration: 0.25s;
}

#mail::placeholder{
    color: white;
}

#nom{
    margin-top: 20px;
    width: 45%;
    height: 40px;
    background: var(--maincolor);
    backdrop-filter: blur(3.5px);
    -webkit-backdrop-filter: blur(3.5px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    text-align: center;
    transition-duration: 0.25s;
    color: white;
    box-shadow: -3px 4px 20px 0px rgb(0 0 0 / 27%);
}

#nom:hover{
  border-color: #FF9D2E;
  transition-duration: 0.25s;
}

#nom::placeholder{
    color: white;
}

@media screen and (max-width:440px) {
  #email{
    width: 250px;
    height: 40px;
    transition-duration: 0.25s;
  }
  #number{
    width: 250px;
    height: 40px;
    transition-duration: 0.25s;
  }
}

#objet{
    width: 60%;
    height: 40px;
    background: var(--maincolor);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.158);
    backdrop-filter: blur(3.5px);
    -webkit-backdrop-filter: blur(3.5px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    text-align: center;
    color: white;
    margin-top: 10px;
    box-shadow: -3px 4px 20px 0px rgb(0 0 0 / 27%);
}

#objet::placeholder{
    color: white;
}

#objet:hover{
  border-color: #FF9D2E;
  transition-duration: 0.25s;
}

#contenu{
font-family: sans-serif;
    width: 80%;
    height: 380px;
    background: #16222f;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.158);
    backdrop-filter: blur(3.5px);
    -webkit-backdrop-filter: blur(3.5px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    resize: none;
    margin-top: 10px;
    color: white;
    padding: 10px;
    box-shadow: -3px 4px 20px 0px rgb(0 0 0 / 27%);
}

#contenu:focus{
  border:#FF9D2E;
}


#contenu::placeholder{
  color: #ffffff;
  font-family: sans-serif;
  text-align: center;
  margin-top: 100px;
}

#contenu:hover{
  border-color: #FF9D2E;
  transition-duration: 0.25s;
}

.g-recaptcha{
  display: flex;
  justify-content: center;
  margin: 15px;
}


.bouton{
  display: flex;
  margin-top: 50px;
  height: 60px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
background: rgba(47, 47, 47, 0.415);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.158);
backdrop-filter: blur(3.5px);
-webkit-backdrop-filter: blur(3.5px);
border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgb(255, 255, 255);
  text-align: center;
  user-select: none;
  transition-duration: 0.5s;
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-size: 30px;
}

.bouton:hover{
  cursor: pointer;
  transition-duration: 0.2s;
  background-color: #FF9D2E;
}

.bouton:active{
  color: #ffffff;
}

@media screen and (max-width:923px) {
    #contact .contact .divers_contact{
        width: 90%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #contact .contact .divers_contact span{
       display: flex;
       flex-direction: column;
       text-align: center;
       justify-content: center;
       align-items: center;
    }

    #contact .contact .divers_contact h3{
        margin-left: 0;
    }
        #contact .contact .divers_contact h4{
        margin-left: 0;
    }

    #contact .divers_contact div {
        margin: 0;
        margin-top: 20px;
    }
    #contact .divers_contact .insta h3 {
    margin-left: 20px;
}
    #contact .divers_contact .linke h3 {
    margin-left: 20px;
}
    #contact .contact .bar{
        display: none;
    }

#contact .contact .form{
        width: 90%;
        margin-top: 80px;
    }

    #contact .contact .form span{
display: flex;
flex-direction: column;
align-items: center;
    }

    #nom{
        margin-top: 10px;
        width: 80%;
    }
        #mail{
        margin-top: 50px;
        width: 80%;
    }
            #objet{
        width: 70%;
    }
            #contenu{
        margin-top: 30px;
        width: 90%;
    }
}