/*
xnumerik
Yassine Abouchrif
25-07-2018
*/


body{
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    background: #444443;
    color: #fff;
    font-weight:300;
}
p{
    line-height:1.75
}
a{
    color:#e5651f;
}
a:hover{
    color:#e5651f;
}
.text-primary{
    color:#e5651f!important
}
.color-rouge{
    color: #ee1651;
}
.color-blue{
    color: #005ba5;
}
h1,h2,h3,h4,h5,h6{
    font-weight:400;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
section{
    padding:10px 0 0px 0;
}


.logo{
    width: 144px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.form-contact{
    background: #fff;
    padding: 20px 5px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.28);
}

.form-control {
    display: block;
    text-align: center;
    height: 50px;
    color: #495057;
    background-color: #f1f1f1;
    border: 1px solid rgb(221, 221, 221);
    }

    .btn-envoyer{
        width: 100%;
    height: 50px;
    border-radius: 26px;
    background: #ddb454;
    border: none;
    box-shadow: 0px 5px 8px #ddd;
    color: #fff;
    font-size: 18px;
    }
    .btn-envoyer:hover{
        background: #edb93e;
        cursor: pointer;
    }

    .titre-contact{
            font-size: 20px;
    }

    .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #b6b6b6;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(221, 180, 84, 0.25);
}

.form-control::-moz-placeholder {
  color: #bbb;
}
.form-control:-ms-input-placeholder {
  color: #bbb;
}
.form-control::-webkit-input-placeholder {
  color: #bbb;
}