


#div_in{
    padding: 0%;
    line-height: 1;
    width: clamp(330px, 45%, 806px);
    right: 2%;
}

#top_contact{
    width: 96%;
    margin: 0 auto;
}
#intro{
    width: 70%;
}
#container_contact{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 2%;
    position: relative;
    padding-left: 5%;
}
#contact_left{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
#contact_right{
    width: 100%;
    height: 100%;
}
.input_marg{
    margin-top: clamp(10px, 1.5vh, 20px);
}
#in_right{
    width: 100%;
    height: 100%;
    padding: 4%;
    text-align: center;
    display: flex;
    flex-direction: column;
}
#container_tel_mail{
    display: flex;
    gap:2%;
    height: fit-content;
}
.mail{
    width: 50%;
    height: clamp(30px, 6vh, 50px);
    min-height: 30px;
    padding: 0;
    margin: 0;
}
input{
    width: 100%;
    height: clamp(35px, 5.5vh, 50px);
    border: 1px solid #39653a;
}
textarea{
    width: 100%;
    height:clamp(200px, 32vh, 500px);
    border-radius: 12px;
    border: 1px solid #39653a;
}
#container_logo{
    width: clamp(150px, 8vw + 5vh, 300px);
    aspect-ratio:  1 / 1;
    border-radius: 50%;
    overflow: hidden;
    padding: 1.5%;
    border: 2px solid #39653a;
}
#logo_contact{
    width: 100%;
    height: 100%;
    object-fit: contain!important;
}
.in_left{
    width: 85%;
}
#partir_resp{
    display: none;
}


@media (max-width: 1250px) {
    .search_input {
        display: none;
    }
}
@media (max-width: 1020px) {
    #container_contact{
        flex-direction: column-reverse;
    }
}
@media (max-width: 810px) {
    #div_in{
        display: block;
        position: relative;
        transform: translateY(0)!important;
        opacity: 1!important;
        width: 80%;
        margin: 0 auto;
        margin-top: 5%;
        right: inherit;
    }
    #promess_plus_second,
    #titre_cotact2{
        text-align: center;
        margin-left: 0;
        width: 100%;
    }
    #partir{
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }
    .separator{
        display: none;
    }
    #partir{
        display: none;
    }
    #partir_resp{
        display: block;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 768px) { 
    #div_in{
        width: 95%;
        margin: 0 auto;
        margin-top: 4%;
    }
}
@media (max-width: 768px) { 
    #div_in{
        margin-top: 10%;
    }
}
@media (max-width: 500px) { 
  #second_section{
    background-color: transparent!important;
  }
  #second_section{
    margin-top: 0!important;
  }
}
@media (max-width: 450px) { 
    #container_tel_mail{
        flex-direction: column;
        gap:20px;
    }
    .mail{
        width: 100%;
    }
}


