/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: Oswald-Regular;
    src: url('../fonts/oswald/Oswald-Regular.ttf');
}

@font-face {
    font-family: Oswald-Medium;
    src: url('../fonts/oswald/Oswald-Medium.ttf');
}

input::-webkit-input-placeholder {
    color: white !important;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: white !important;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: white !important;
}

input:-ms-input-placeholder {
    color: white !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: 'Poppins', 'Montserrat', Oswald-Regular, sans-serif;
    /* font-family: "Poppins", sans-serif; */
    vertical-align: baseline;
    background-color: rgba(255, 255, 255, 0);
}

html {
    margin: 0;
    padding: 0;
    /* background: url(../img/background.jpg) no-repeat center fixed; */
    -webkit-background-size: cover;
    /* pour anciens Chrome et Safari */
    -moz-background-size: cover;
    background-size: cover;
    /* version standardisée */
    -o-background-size: cover;
}

a,
a:hover,
a:active {
    color: #FFFFFF;
}

.text-orange {
    color: #df5b35 !important;
}

.text-bold {
    font-weight: bold;
}

.space-bottom-10 {
    padding-bottom: 10px !important;
}

.space-bottom {
    padding-bottom: 20px !important;
}

.space-top {
    padding-top: 20px !important;
}

.fa {
    color: #ffffff;
}

.form-entete {
    padding-top: 10px;
    font-size: 1.3em;
    padding-bottom: 20px;
    font-weight: 700;
}

.form-entete h1 {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    /*font-family: "Bebas neue";*/
}


/* Style form */

.content-left {
   background: url(../img/background.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
}

.content-right {
    background-color: #f88b2e;
    padding-right: 20px;
    padding-left: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.logo img {
    width: 100% !important;
}

h3.user-icon {
    text-align: center;
    line-height: 100%;
    font-size: 70px;
    color: #ffffff;
    padding-bottom: 20px;
}

form.form {
    padding: 0 70px;
}

.form-control {
    color: #ffffff !important;
    background-color: #f88b2e !important;
    border-left: 1px solid #fff !important;
    border-right: 0px solid #fff !important;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
    padding: 22px 12px;
}

.input-group {
    padding-bottom: 15px !important;
}

.input-group-addon {
    background-color: #f88b2e !important;
    border-left: 0px solid #fff !important;
    border-right: 1px solid #fff !important;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
}

.btn-default {
    color: #fff !important;
    background-color: #24653b !important;
    border-color: #fff !important;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:hover,
{
    color: #fff;
    background-color: #2c7c48;
    border-color: rgba(255, 255, 255, 0.45098039215686275);
}

.form-footer {
    font-size: 0.8em;
    font-weight: 500;
    color: #fff;
    padding-top: 10px;
}


/* Style footer */

.navbar-default {
    background-color: rgba(248, 248, 248, 0) !important;
}

div.footer {
    padding-top: 50%;
    font-size: 0.8em;
}

div.footer ul li a {
    /* background-color: rgba(0, 0, 0, 0.4) !important; */
    font-weight: 600;
}

.copyright {
    padding: 17px 0 0 0;
    font-family: "Poppins", sans-serif;
    /* font-size: 0.8em; */
    /* font-weight: 600; */
    /* position: fixed; */
    /* right: 0;
    left: 0; */
}

footer .copyright ul li {
    margin-right: 10px;
}

footer .copyright ul li a {
    color: #ffffff;
}

.copyright p {
    padding-top: 10px;
    font-weight: 500;
    color: #d4d4d4;
    font-size: 0.8em;
}

.copyright .logo-footer {
    max-width: 5%;
    height: auto;
    width: 24%;
    margin-top: -11px;
}


/*style forme icon*/

.btn-connect {
    color: #fff;
    background-color: #df5b35 !important;
    border-color: #ab573f !important;
    border-radius: 13px;
    line-height: 2;
}

.center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
}