
.btn-yellow, .btn-bleu  {
    margin: 0;
    padding: 0;
    text-align: center;

    /* box-shadow: 0 2px 6px 0 rgba(0,0,0,.5); */
    font-family: 'Roboto Condensed', Arial, sans-serif;
    float: none;
}

.btn-yellow a, .btn-bleu a {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 35px;
    /* text-transform: uppercase; */
    text-decoration: none;
    border: 0 none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    overflow: no-display;
}


.btn-yellow a span, .btn-bleu a span {
    position: relative;
    display: block;
    overflow: hidden;
}


.btn-bleu a:hover span, .btn-yellow a:hover span {
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
}

/*

.btn-yellow a:after, .btn-bleu a:after {
    position: absolute;
    width: 7px;
    height: 12px;
    top: 50%;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    content: '';

    right: 10px;
    margin-top: -5px;
}
 */

/*
.btn-yellow a span:after, .btn-bleu a span:after {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: -40px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    content: '';

    width: 75px;
    height: 45px;
    background: rgba(255,255,255,.3);
} */


/*************************************/

.btn-yellow a span {
    padding: 3px 38px;
    /* background: linear-gradient(to bottom, #fef63a 0%,#eec423 100%); */
    background-color: #3643BA;
    color: #000;
    font-weight: 400;
    /* font-size: 16px; */
    letter-spacing: -0.5px;

    background-color: #3643BA;
    border: none;
    border-radius: .4rem;
    color: #FFF;
    display: block;

}

.btn-yellow a:after {
    background-image: url(../images/btn-arrow-black.png);
}

.btn-yellow a span:after {
}

/* .btn-yellow a:hover span {
    color: #505050;
} */

/* .btn-yellow a:active span {
    background: linear-gradient(to bottom, #eec423  0%, #fef63a 100%);
} */

.btn-yellow .sm span {
    font-size: 6px;
    padding: 0px 28px 0 10px;
    height: 20px;
}

.btn-yellow .sm a:after {

}

/**************************************/

.btn-bleu a span {
    /* background: linear-gradient(to bottom, #4eb0ed 0%,#0173b9 100%); */
    padding: 10px 0px !important;

    background-color: #3643BA;
    border: none;
    border-radius: .4rem;
    color: #FFF;
    display: block;
    font-size: 1.15em;
    font-weight: 700;
    padding: .8rem;
}



/*
.btn-bleu a:after {
    right: 14px;
    margin-top: -6px;
    background-image: url(../images/btn-fleche-blanche.png);
}
.btn-bleu a span:after {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,.2);
}



.btn-bleu a:hover span {
    color: #F8F8F8;
}


.btn-bleu a:active span {
    background: linear-gradient(to bottom, #0173b9  0%, #4eb0ed 100%);
} */


/***/


.btn-primary {
    color:#000;
    border-color: #fef63a;
    background: linear-gradient(to bottom, #fef63a 0%,#eec423 100%);
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;

}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #eec423;
    border-color: #eec423;
    background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
    border-color: #eec423;
    background: linear-gradient(to bottom, #eec423  0%, #fef63a 100%);
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}

.nav-main li {
    text-transform: uppercase;
}


/******/

#footer {

/*
    background: none;
    background: #0077b3;
    background-color: rgba(48, 47, 47, 0.95);
*/
    /* background: radial-gradient(#3643BA,#3643BA,#3643BA); */
    background: #3643BA;

    /*
    background: -moz-linear-gradient(top, #555555 0%, #313131 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1d2b), color-stop(100%, #313131));
    background: -webkit-linear-gradient(top, #555555 0%, #313131 100%);
    background: -o-linear-gradient(top, #555555 0%, #313131 100%);
    background: -ms-linear-gradient(top, #555555 0%, #313131 100%);
    background: linear-gradient(to bottom, #555555 0%,#313131 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#313131',GradientType=0 );
    */

}
#footer a.social-icon {
    color: #cde1ec !important;
}

#footer>.copyright {
    /*background-color: rgba(0,0,0,0.2);*/
    color:#FFF;
    background-color: rgb(48, 47, 47);
}

.recrutementdetails p {
        margin-bottom: 10px;
}


.has-error label  {
    color: red;
}


section {
    padding: 50px 0 !important;
}

.form-control {
    font-size: 1em !important;
}


.text-info {
    color: #3643BA !important;
}

h1 > span, h2 > span, h3 > span, h4 > span, h5 > span, h6 > span {
    color: #3643BA !important;
}