@media only screen and (max-width: 5000px) {

  

}


@media only screen and (max-width: 3000px) {

  

}


@media only screen and (max-width: 1290px) {


}


@media only screen and (max-width: 1200px) {

  

}

@media only screen and (max-width: 1024px) {

  

}


@media only screen and (max-width: 900px) {

  

}


@media only screen and (max-width: 768px) {

    .wrapper-page-interne {
        padding: 40px 0;
    }
    .wrap-page-interne {
        flex-direction: column;
    }
    
    .item-left-contact {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    
    .item-right-contact {
        width: 80%;
        margin: 0 auto;
    }
    
    .contact-icon span {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
    
    .contact-text-detail p, .contact-text-detail p a {
        font-size: 17px;
    }
    
    .contact-text-detail h3 {
        font-size: 15px;
    }
    
    .item-right-contact .wrap-item-contact {
        padding: 30px 20px;
    }
    
    .wrap-field input, .wrap-field textarea, .wrap-field select {
        padding: 10px;
        font-size: 14px;
    }

}


@media only screen and (max-width: 600px) {

    .item-left-contact {
        width: 95%;
    }
    
    .item-right-contact {
        width: 95%;
    }
    
    

}
@media only screen and (max-width: 485px) {

    .item-left-contact {
        width: 100%;
    }
    
    .item-right-contact {
        width: 100%;
    }
    
    .wrapper-page-interne {
        padding: 30px 0;
    }
    
    .contact-icon span {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .contact-text-detail h3 {
        font-size: 14px;
    }
    
    .contact-text-detail p, .contact-text-detail p a {
        font-size: 15px;
    }
    
    .field-form {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .wrap-field input, .wrap-field textarea, .wrap-field select {
        height: 38px;
        padding: 6px 10px;
        font-size: 13px;
    }
    
    .btn-submit button {
        font-size: 13px;
        padding: 6px 10px;
    }

}


@media only screen and (max-width: 425px) {

  

}


@media only screen and (max-width: 375px) {


}


@media only screen and (max-width: 320px) {

  

}