header .get-started a{
    background: linear-gradient(to right,#F9D835,#D0B037);
    border: 1px solid transparent;
    color: #fff;
}
header .get-started a:hover{

    background: linear-gradient(to right,#D0B037,#F9D835);

}
.contact{
    margin-top: 8rem;
    margin-bottom: 3rem;


}
.contact h1{
    color: #000000;
    font-family: 'SF pro Display Bold';
    font-size: 2.2rem;
}
.contact p {
    color: #888888;
    font-family: 'SF pro Display Regular';
    margin-top: 0.75rem;
    font-size: 1.2rem;

}
.contact ul{
    padding-left: 0;
    margin-top: 1.35rem;
    list-style: none;
    line-height: 1.7;

}
.contact ul li{
    color: #000;
    font-family: 'SF pro Display semiBold';
    font-size: 1.05rem;



}

.contact ul li a, .contact ul li span{
    font-family: 'SF pro Display Regular';
    color: #000000;
}
.contact input{
    border: 1px solid #CECECE;
    border-radius: 0.45rem;
    padding: 0.5rem 1rem;
    height: 2.75rem;

}
.form-control:focus {
    color: #495057;
   
    border-color: #e3c337;
    outline: 0;
    box-shadow: 0 0 0 -1.8rem rgba(0,123,255,.25);
}
.contact label{
    color: #161C25;
    font-family: 'SF pro Display Regular';
    font-size: 1.05rem;


}
.contact img{
    width: 100%;
    margin-top: 0.5rem;

}
.contact button{
    width: 100%;
    border: none;
    color: #fff;
    font-family: 'SF pro Display Medium';
    font-size: 1.25rem;
    outline: none;
    border-radius: 0.45rem;
    height: 3rem;
    background: linear-gradient(to right,#F9D835,#D0B037);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    cursor: pointer;

}
.contact button:hover{

    background: linear-gradient(to right,#D0B037,#F9D835);

}
.contact .btn-envoyer{
    margin-top: 2.5rem;
}
@media screen and (max-width:991px){
    .burger div  {
        background: #000;
    }
    .contact .row{
        flex-direction: column-reverse;
    }
    .contact h1{
        text-align: center;
        font-size: 1.9rem;

    }
    .contact {
        margin-top: 5rem;
        margin-bottom: 2rem;

    }
    .contact .text-right{
        text-align: center !important;
        margin-top: 1rem;
    }
    .contact p,.contact ul li{
        text-align: center;
    }

}


@media screen and (min-width:1900px){
    .contact {
        margin-top: 11rem;


    
}
.contact h1 {
    font-size: 3rem;
}
.contact p ,.contact ul li,.contact label{
    font-size: 1.5rem;
}
.contact input{
    height: 3.75rem;
    font-size: 1.4rem;

}
.contact textarea{
    font-size: 1.4rem;

}
 
.contact button{
    height: 3.7rem;
}
}