/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

* {
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box
}

.container {
    width: auto;
    max-width: 1700px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0
}

.container::after {
    content: '';
    display: table;
    clear: both
}

.button {
    outline: none;
    border: 1px solid transparent;
    background: transparent;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    padding: 12px 18px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    background: linear-gradient(90deg, #93c665 15%, #50ae47 100%);
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 40px;
    border-radius: 25px;
    border: none;
    outline: none;
}

.button.button-red {
    color: #fff
}

.button.button-hollow {
    background: transparent;
    border: 1px solid #2f333a
}

.login {
    background: url("header_background.jpg");
    text-align: center;
    background-size: cover;
}

.login .logo {
    padding-top: 77px;
    margin-bottom: 87px
}

.login .logo img {
    width: auto;
    max-width: 100%;
    display: inline-block
}

.login .brand-logos {
    width: auto;
    max-width: 836px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 88px
}

.login .brand-logos::after {
    content: '';
    display: table;
    clear: both
}

.login .brand-logos .column {
    width: 33.333%;
    padding: 0 30px;
    box-sizing: border-box
}

.login .brand-logos .column img {
    display: inline-block
}

.login .form-container .title {
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 35px
}

.login .form-container .input-container {
    margin-bottom: 30px
}

.form-group.row input {
    width: 100%;
    max-width: 380px;
    border: 2px solid #d8d9da;
    outline: none;
    background: #fff;
    border-radius: 25px;
    color: #000;
    font-size: 16px;
    padding: 14px;
    text-align: center
}
.input-group-btn {
    display: none;
}
.form-group.row input::placeholder {
    color: #797979
}
.forgot-password {
    margin-top: 30px;
}
.col-md-3.form-control-label.required {
    display: none;
}
.form-group.row {
    margin-bottom: 30px;
}
.login .form-container .input-container button ,
.form-group.row input[type='submit'] {
    background: linear-gradient(90deg, #93c665 15%, #50ae47 100%);
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 40px;
    border-radius: 25px;
    border: none;
    outline: none
}

.login .form-container .input-dual {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    display: flex;
    flex-direction: row
}

.login .form-container .input-dual .input-container {
    width: 100%;
    font-size: 14px;
    color: #000
}

.login .form-container .input-dual .input-container a,
.forgot-password a {
    font-size: 14px;
    color: #000
}
#submit-login {
    margin: 30px 0px;
}
#login-form {
    margin: 0px;
}
.login .form-container .input-dual .input-container input {
    width: auto
}

.login .form-container .input-dual .input-container.checkbox input[type=checkbox]+label {
    display: block;
    cursor: pointer
}

.login .form-container .input-dual .input-container.checkbox input[type=checkbox] {
    display: none
}

.login .form-container .input-dual .input-container.checkbox input[type=checkbox]+label:before {
    content: " ";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff;
    vertical-align: bottom;
    text-align: center;
    margin-right: 10px;
    transition: 0.2s ease-in-out;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    padding-top: 2.2px;
    box-sizing: border-box;
    color: #fff
}

.login .form-container .input-dual .input-container.checkbox input[type=checkbox]+label:active:before {
    transform: scale(0)
}

.login .form-container .input-dual .input-container.checkbox input[type=checkbox]:checked+label:before {
    content: '\f00c';
    color: #51af47
}

.login .form-container .signup {
    font-size: 16px;
    color: #000;
    margin-bottom: 100px
}

.login .form-container .signup a {
    color: #000
}

.no-account a{
    color: #000;
}
.no-account{
    font-size: 16px;
    color: #000;
    margin-bottom: 100px;
}
.address-sociale .social i{
  color: transparent;
}
.address-sociale .social i:before{
  color: #000;
  font-size: 30px;
}
.address-sociale .social{
  margin: 10px 0px;
}
@media screen and (max-width: 992px) {
    .login .brand-logos {
        display: none
    }
}