@import url('https://fonts.googleapis.com/css?family=Quicksand:700');
body,
div,
section,
img,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
button {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

.swal-footer{
    text-align: center;
    margin-top: 0;
}

body {
    overflow-x: hidden;
}

.alternative-navbar {
    background-color: #FFFFFF;
}

.alternative-navbar a,
.alternative-navbar li.nav-item a.nav-link {
    color: #000;
}

.header_nav {
    max-width: 1200px;
    position: relative;
    z-index: 999;
}

.header_nav .logo img {
    width: 266px;
}

@media all and (min-width:1200px) {
    .header-nav {
        margin: 0 auto;
    }
}

@media all and (max-width:1200px) {
    .header_nav {
        margin: 0 30px;
    }
}

.nav_bar * {
    display: inline;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.hidden {
    display: none !important;
}

.nav_content {
    display: inline-flex;
}

.choose_identity>* {
    display: inline-block;
}

.choose_identity,
.menu_who {
    display: inline-block;
}

.header_nav p,
.header_nav button {
    font-family: Quicksand, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #FFF;
}

.register {
    font-family: Quicksand, sans-serif;
    font-weight: bold;
    font-size: 12px;
    border-radius: 15px;
    border: none;
    color: #29193d !important;
    background-color: #FFF;
    padding: 10px 30px;
    margin-right: 10px;
}

.contact {
    font-family: Quicksand, sans-serif;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #FFF;
    color: #FFF !important;
    background-color: rgba(0, 0, 0, 0);
    padding: 10px 30px;
    border-radius: 15px;
}

.menu_who {
    position: absolute;
}

.menu_who li {
    display: block;
    background-color: #FFF;
    color: #29193d;
    width: 110px;
    font-weight: bold;
    font-size: 12px;
    font-family: Quicksand, sans-serif;
    padding: 11px 0px 11px 10px;
    cursor: pointer;
}

.menu_who li:hover {
    background-color: #5f536e;
    color: #FFF;
}

.home,
.choose_identity,
.connect {
    margin-top: 18px;
}

.nav_buttons {
    margin-top: 12px;
}

.connect {
    margin-right: 48px;
}

.choose_identity {
    margin-right: 23px;
    display: inline-block;
}

.choose_identity img {
    width: 10px;
}

.home {
    margin-right: 36px;
}
.bell-notification{
    margin-right: 5px;
}
.container-notifications{
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #29193d;
    border-bottom: 1px solid lightgray;
}
.alt-inscription{
    border:1px solid #29193d;
}
.field-icon {
    float: right;
    margin-right: 10px;
    margin-top: -35px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}