/* Minification failed. Returning unminified contents.
(2383,1): run-time error CSS1019: Unexpected token, found '}'
 */
@font-face {
    font-family: 'MetropolisBold';
    src: url("/Assets/fonts/Metropolis-Bold.otf") format('opentype');
}

    
* {
    box-sizing: border-box;
}

body {
    font-weight: 400;
    line-height: 1.5em;
    color: #888;
    font-family: 'Montserrat', sans-serif !important;
    margin: 0;
    padding: 0;
    background: url("/Assets/Img/fond-club-actionnaire.jpg") no-repeat center fixed;
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover;
}

h1 {
    font-size: 50px;
    line-height: 40px;
    font-weight: 100;
}

h2 {
    font-size: 25px;
}

p {
    margin-bottom: 1em;
}

a {
    color: #61c7b3;
    text-decoration: none;
    transition-duration: 0.3s;
}

    a:hover {
        color: #338f7d;
        transition-duration: 0.05s;
        text-decoration: none;
    }

.btn-custom, .btn-custom:hover, .btn-custom:focus, .btn-custom:visited {
    background-color: #000000;
    border-radius: 5px;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding-top: 12px;
    font-family: "MetropolisBold", sans-serif;
    display: inline-block;
}

#btnSubmit {
    margin-top: 40px;
}

.leftRadio {
    margin-left: 10px;
}

#radio {
    margin-top: 10px;
}

.circle-icon {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 28px;
    border: none;
    border-radius: 100px;
    font-size: 14px;
    color: #b4bbc1;
    cursor: pointer;
    display: block;
    float: left;
}

    .circle-icon.small {
        height: 15px;
        width: 15px;
        line-height: 23px;
        font-size: 11px;
    }

    .circle-icon.pink {
        background-color: #ff7aad;
    }

    .circle-icon.red {
        background-color: #d23b3d;
    }

    .circle-icon.green {
        background-color: #00bf00;
    }

    .circle-icon.blue {
        background-color: #107bff;
    }

    .circle-icon.orange {
        background-color: #ef5800;
    }

    .circle-icon.purple {
        background-color: #a719ff;
    }

    .circle-icon.yellow {
        background-color: #fedd31;
    }

    .circle-icon:hover {
        box-shadow: 0px 0px 7px grey;
    }

.checkbox-wrapper {
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: relative;
    display: inline-block;
    box-shadow: inset 0 0 0 1px #a3adb2;
    border-radius: 1px;
}

    .checkbox-wrapper input {
        opacity: 0;
        cursor: pointer;
    }

        .checkbox-wrapper input:checked ~ label {
            opacity: 1;
        }

    .checkbox-wrapper label {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        cursor: pointer;
        background: #a3adb2;
        opacity: 0;
        transition-duration: 0.05s;
    }

        .checkbox-wrapper label:hover {
            background: #95a1a6;
            opacity: 0.5;
        }

        .checkbox-wrapper label:active {
            background: #87949b;
        }

#sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 300px;
    background: #fff;
    transition-duration: 0.3s;
    z-index: 5;
}

    #sidebar,
    #sidebar ul a {
        color: #000000;
    }

        #sidebar .compose-button {
            border-radius: 100px;
            padding: 13px 20px;
            text-align: center;
            font-weight: 500;
            text-transform: uppercase;
            color: #61c7b3;
            border: 2px solid #61c7b3;
            display: block;
            margin: 0 45px 30px 45px;
            cursor: pointer;
        }

            #sidebar .compose-button:hover {
                color: #abb4be;
                border-color: #abb4be;
            }

        #sidebar .logo-identity {
            background: linear-gradient(to bottom right, #000000 3%, #000000 100%);
            text-align: center;
        }

            #sidebar .logo-identity .waveng {
                width: 100%;
            }

        #sidebar .logo-container {
            font-weight: 400;
            font-size: 2em;
            line-height: 40px;
            text-align: center;
            margin-top: 10px;
            margin-bottom: 10px;
            height: 150px;
            font-weight: 500;
            position: relative;
        }

            #sidebar .logo-container:hover {
                color: #abb4be;
                border-color: #abb4be;
            }

            #sidebar .logo-container .fa {
                color: #abb4be;
            }

            #sidebar .logo-container .logo {
                position: relative;
                top: -6px;
                font-size: 25px;
                margin-right: 15px;
                padding: 10px;
                border: 2px solid #61c7b3;
                border-radius: 100px;
                text-indent: 1px;
                color: #61c7b3;
            }

        #sidebar .user {
            text-align: center;
            margin-right: 17px;
        }

            #sidebar .user img {
                width: 80px;
                padding-top: 30px;
            }

            #sidebar .user h3 {
                color: #000000;
            }

                #sidebar .user h3 b {
                    font-family: 'Montserrat', sans-serif !important;
                    font-weight: bold;
                }

            #sidebar .user .actions {
                margin: 0;
                padding: 0;
                display: table;
                width: 100%;
            }

                #sidebar .user .actions li {
                    display: table-cell;
                }

                    #sidebar .user .actions li h3 {
                        color: #da0d16;
                        font-family: 'Montserrat', sans-serif !important;
                        font-weight: bold;
                    }

        #sidebar .compose-button {
            border-radius: 100px;
            padding: 13px 20px;
            text-align: center;
            font-weight: 500;
            text-transform: uppercase;
            color: #61c7b3;
            border: 2px solid #61c7b3;
            display: block;
            margin: 0 45px 30px 45px;
            cursor: pointer;
        }

            #sidebar .compose-button:hover {
                color: #abb4be;
                border-color: #abb4be;
            }

        #sidebar .menu-segment {
            padding: 0 45px 0 45px;
        }

            #sidebar .menu-segment ul,
            #sidebar .menu-segment li {
                margin: 0;
                padding: 0;
                list-style: none;
            }

            #sidebar .menu-segment .ball.pink {
                border-color: #ff7aad;
            }

            #sidebar .menu-segment .ball.red {
                border-color: #d23b3d;
            }

            #sidebar .menu-segment .ball.green {
                border-color: #00bf00;
            }

            #sidebar .menu-segment .ball.blue {
                border-color: #107bff;
            }

            #sidebar .menu-segment .ball.orange {
                border-color: #ef5800;
            }

            #sidebar .menu-segment .ball.purple {
                border-color: #a719ff;
            }

            #sidebar .menu-segment .ball.yellow {
                border-color: #fedd31;
            }

            #sidebar .menu-segment li.title {
                text-transform: uppercase;
                font-weight: 600;
                padding: 10px 0;
                color: #465162;
            }

                #sidebar .menu-segment li.title .icon {
                    float: right;
                }

            #sidebar .menu-segment li.active a,
            #sidebar .menu-segment li.active a:hover {
                background: #fbfbfb !important;
                border-left: solid 23px #da0d16;
                padding: 20px 29px 20px 43px;
            }

            #sidebar .menu-segment li a {
                display: block;
                margin: 0px -45px 0 -65px;
                padding: 20px 45px 20px 65px;
                text-decoration: none;
                font-family: 'Montserrat', sans-serif !important;
                font-weight: 600;
                border-bottom: solid 1px #d5d5d5;
                background-color: #fff !important;
            }

            #sidebar .menu-segment .deconnect a {
                display: block;
                margin: 60px -45px 0 -65px;
                padding: 20px 45px 20px 65px;
                text-decoration: none;
                font-family: 'Montserrat', sans-serif !important;
                font-weight: normal;
                border-bottom: solid 1px #fff;
            }

                #sidebar .menu-segment .deconnect a i {
                    color: #da0d16;
                }

            #sidebar .menu-segment li a i {
                padding-right: 8px;
                color: #000000;
            }

            #sidebar .menu-segment li a:hover {
                background: #fbfbfb;
            }

            #sidebar .menu-segment li .italic-link {
                margin-left: -30px;
                font-style: italic;
                color: #465162;
            }

                #sidebar .menu-segment li .italic-link,
                #sidebar .menu-segment li .italic-link:hover {
                    background: transparent;
                }

                    #sidebar .menu-segment li .italic-link:hover {
                        color: #abb4be;
                    }

            #sidebar .menu-segment .bins li a span,
            #sidebar .menu-segment .chat li a span {
                display: block;
                border: 5px solid red;
                border-radius: 100px;
                margin-top: 6px;
            }

            #sidebar .menu-segment .bins.bins li a span,
            #sidebar .menu-segment .chat.bins li a span {
                float: right;
            }

            #sidebar .menu-segment .bins.chat li a span,
            #sidebar .menu-segment .chat.chat li a span {
                float: left;
                margin-right: 10px;
            }

            #sidebar .menu-segment .chat li a {
                padding-left: 45px;
            }

        #sidebar .separator {
            margin: 30px 35px;
            height: 1px;
            background: #2d3138;
        }

        #sidebar .bottom-padding {
            height: 50px;
        }

        #sidebar > .nano-pane {
            background: transparent;
        }

            #sidebar > .nano-pane .nano-slider {
                background: rgba(255, 255, 255, 0.1);
            }

        #sidebar .next-step {
            padding: 0rem 1rem;
            padding-top: 2rem;
        }

            #sidebar .next-step .progress {
                border-radius: 2rem;
                height: 30px;
                box-shadow: none;
            }

                #sidebar .next-step .progress .progress-bar {
                    border-radius: 2rem;
                    min-width: 35%;
                    line-height: 30px;
                    background-color: #da0d16;
                    box-shadow: none;
                    font-size: 1.5rem;
                    font-weight: 600;
                }

#main {
    position: fixed;
    top: 0;
    left: 300px;
    bottom: 0;
    right: 0;
    z-index: 4;
    transition-duration: 0.3s;
}

    #main .overlay {
        position: absolute;
        top: 0;
        left: -10px;
        right: 0;
        bottom: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 5;
        opacity: 0;
        transition-duration: 0s;
        transition-property: opacity;
    }

.show-main-overlay #main .overlay {
    opacity: 1;
    bottom: 0;
    transition-duration: 0.5s;
}

#main .header {
    padding: 0px 20px;
    overflow: hidden;
}

    #main .header .page-title {
        display: block;
        font-family: 'Montserrat', sans-serif !important;
        color: #9b9c9e;
        margin-bottom: 5px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        visibility: hidden;
    }

        #main .header .page-title .sidebar-toggle-btn {
            visibility: visible;
        }

        #main .header .page-title .sidebar-toggle-btn {
            width: 0;
            margin-top: 1px;
            padding: 11px 0 0 0;
            float: left;
            position: relative;
            display: block;
            cursor: pointer;
            transition-duration: 0.3s;
            transition-delay: 0.5s;
            opacity: 0;
            margin-right: 0;
        }

.show-sidebar #main .header .page-title .sidebar-toggle-btn {
    transition-delay: 0s;
}



#main .header .page-title .sidebar-toggle-btn .line {
    height: 3px;
    display: block;
    background: #0a223d; /*#888;*/
    margin-bottom: 4px;
    transition-duration: 0.5s;
    transition-delay: 0.5s;
}

.show-sidebar #main .header .page-title .sidebar-toggle-btn .line-angle1 {
    transform: rotate(-120deg);
}

.show-sidebar #main .header .page-title .sidebar-toggle-btn .line-angle2 {
    transform: rotate(120deg);
}

#main .header .page-title .sidebar-toggle-btn .line-angle1 {
    width: 8px;
    margin: 0;
    position: absolute;
    top: 15px;
    left: -11px;
    transform: rotate(-60deg);
}

#main .header .page-title .sidebar-toggle-btn .line-angle2 {
    width: 8px;
    margin: 0;
    position: absolute;
    top: 21px;
    left: -11px;
    transform: rotate(60deg);
}

#main .header .page-title .icon {
    font-size: 15px;
    margin-left: 20px;
    position: relative;
    top: -5px;
    cursor: pointer;
}

#main .header .search-box {
    float: right;
    position: relative;
    top: 35px;
    right: 25px;
}

    #main .header .search-box a {
        background-color: #fff !important;
        border-radius: 5px;
        padding: 10px 30px;
        color: #9b9c9e !important;
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 600;
        text-decoration: none;
        padding-top: 12px;
    }

        #main .header .search-box a i {
            padding-right: 10px;
        }

    #main .header .search-box input,
    #main .header .search-box .icon {
        transition-duration: 0.3s;
    }

    #main .header .search-box input {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        border: 0;
        padding: 0;
        margin: 0;
        text-indent: 15px;
        height: 40px;
        z-index: 2;
        outline: none;
        color: #999;
        background: transparent;
        border: 2px solid #efefef;
        border-radius: 5px;
        transition-timing-function: cubic-bezier(0.3, 1.5, 0.6, 1);
    }

        #main .header .search-box input:focus {
            color: #333;
            border-color: #d6d6d6;
            width: 150%;
        }

            #main .header .search-box input:focus ~ .icon {
                opacity: 1;
                z-index: 3;
                color: #61c7b3;
            }

    #main .header .search-box .icon {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 40px;
        text-align: center;
        line-height: 40px;
        z-index: 1;
        cursor: pointer;
        opacity: 0.5;
    }

#main .action-bar {
    padding: 10px 60px;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
}

    #main .action-bar li {
        float: left;
        margin-right: 10px;
    }

#main #main-nano-wrapper {
    position: absolute;
    top: 100px;
    bottom: 0;
    height: auto;
}

#main .message-list {
    display: block;
}

    #main .message-list li {
        position: relative;
        display: block;
        height: 50px;
        line-height: 50px;
        cursor: default;
        transition-duration: 0.3s;
        /*
  .col-1 {
  width: 140px;
  text-align: right;
  padding-right: 37px;
  padding-top: 15px;

  .checkbox-wrapper, .icon, .dot {
  float: right;
  display: block;
}

.icon {
margin-left: 10px;
font-size: 20px;
}

.dot {
border: 5px solid transparent;
border-radius: 100px;
margin-right: 24px;
margin-top: 5px;
}
}
.col-2 {
width: 270px;
}
.col-3 {
position: absolute;
top: 0;
left: 390px; // Covers previous cols
right: 120px;

.grey {
opacity: .7;
}
}
.col-4 {
width: 120px;
padding-left: 20px;
float: right;
}
*/
    }

        #main .message-list li:hover,
        #main .message-list li.active,
        #main .message-list li.selected {
            background: #efefef;
            transition-duration: 0.05s;
        }

            #main .message-list li.active,
            #main .message-list li.active:hover {
                box-shadow: inset 5px 0 0 #61c7b3;
            }

        #main .message-list li.unread {
            font-weight: 600;
            color: #555;
        }

        #main .message-list li .col {
            float: left;
            position: relative;
        }

        #main .message-list li.light-grey-dot .col-1 .dot {
            border-color: #efefef;
        }

        #main .message-list li.dark-grey-dot .col-1 .dot {
            border-color: #888;
        }

        #main .message-list li.pink-dot .col-1 .dot {
            border-color: #ff7aad;
        }

        #main .message-list li.red-dot .col-1 .dot {
            border-color: #d23b3d;
        }

        #main .message-list li.green-dot .col-1 .dot {
            border-color: #00bf00;
        }

        #main .message-list li.blue-dot .col-1 .dot {
            border-color: #107bff;
        }

        #main .message-list li.orange-dot .col-1 .dot {
            border-color: #ef5800;
        }

        #main .message-list li.purple-dot .col-1 .dot {
            border-color: #a719ff;
        }

        #main .message-list li.yellow-dot .col-1 .dot {
            border-color: #fedd31;
        }

        #main .message-list li .col-1 {
            width: 400px;
        }

            #main .message-list li .col-1 .star-toggle,
            #main .message-list li .col-1 .checkbox-wrapper,
            #main .message-list li .col-1 .dot {
                display: block;
                float: left;
            }

            #main .message-list li .col-1 .dot {
                border: 4px solid transparent;
                border-radius: 100px;
                margin: 22px 26px 0;
                height: 0;
                width: 0;
                line-height: 0;
                font-size: 0;
            }

            #main .message-list li .col-1 .checkbox-wrapper {
                margin-top: 15px;
                margin-right: 10px;
            }

            #main .message-list li .col-1 .star-toggle {
                margin-top: 15px;
            }

            #main .message-list li .col-1 .title {
                position: absolute;
                top: 0;
                left: 140px;
                right: 0;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

        #main .message-list li .col-2 {
            position: absolute;
            top: 0;
            left: 400px;
            right: 0;
            bottom: 0;
        }

            #main .message-list li .col-2 .subject,
            #main .message-list li .col-2 .date {
                position: absolute;
                top: 0;
            }

            #main .message-list li .col-2 .subject {
                left: 0;
                right: 200px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

            #main .message-list li .col-2 .date {
                right: 0;
                width: 200px;
                padding-left: 80px;
            }

#main .load-more-link {
    display: block;
    text-align: center;
    margin: 30px 0 100px 0;
}

#message {
    position: fixed;
    top: 0;
    left: 60%;
    bottom: 0;
    width: 40%;
    z-index: 5;
    transform: translateX(200%);
    transition-duration: 0.5s;
    padding: 50px 30px;
    background: #fff;
}

.show-message #message {
    transition-duration: 0.3s;
}

#message .header {
    margin-bottom: 30px;
    padding: 0;
}

    #message .header .page-title {
        display: block;
        float: none;
        margin-bottom: 20px;
    }

        #message .header .page-title .icon {
            margin-top: 4px;
            margin-right: 10px;
        }

    #message .header .grey {
        margin-left: 10px;
        color: #999;
    }

#message #message-nano-wrapper {
    position: absolute;
    top: 165px;
    bottom: 0;
    height: auto;
    left: 0;
    right: 0;
    width: auto;
}

#message .message-container {
    padding: 0 30px;
}

    #message .message-container li {
        padding: 25px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        background: #fff;
        margin: 0 0 30px 0;
        position: relative;
    }

        #message .message-container li:hover .details .left .arrow {
            background: #61c7b3;
            border: 0px solid #61c7b3;
        }

            #message .message-container li:hover .details .left .arrow.orange {
                background: #ef5800;
                border: 0px solid #ef5800;
            }

        #message .message-container li .details {
            padding-bottom: 20px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            margin-bottom: 30px;
            overflow: hidden;
        }

            #message .message-container li .details .left {
                float: left;
                font-weight: 600;
                color: #888;
                transition-duration: 0.3s;
            }

                #message .message-container li .details .left .arrow {
                    display: inline-block;
                    position: relative;
                    height: 2px;
                    width: 20px;
                    background: rgba(0, 0, 0, 0.15);
                    vertical-align: top;
                    margin-top: 12px;
                    margin: 12px 20px 0 15px;
                    border: 0px solid rgba(0, 0, 0, 0.15);
                    transition-duration: 0.3s;
                }

                    #message .message-container li .details .left .arrow:after {
                        position: absolute;
                        top: -4px;
                        left: 100%;
                        height: 0;
                        width: 0;
                        border: inherit;
                        border-width: 7px;
                        border-style: solid;
                        content: "";
                        border-right: 0;
                        border-top-color: transparent;
                        border-bottom-color: transparent;
                        border-top-width: 5px;
                        border-bottom-width: 5px;
                    }

            #message .message-container li .details .right {
                float: right;
                color: #999;
            }

        #message .message-container li .message {
            margin-bottom: 40px;
        }

            #message .message-container li .message p:last-child {
                margin-bottom: 0;
            }

        #message .message-container li:hover .tool-box .red-hover {
            color: #d23b3d;
            border-color: #d23b3d;
        }

            #message .message-container li:hover .tool-box .red-hover:hover {
                color: #791c1e;
                border-color: #791c1e;
            }

        #message .message-container li .tool-box {
            position: absolute;
            bottom: 0;
            right: 0;
            border: 0px solid #dddfe1;
            border-top-width: 1px;
            border-left-width: 1px;
            padding: 8px 10px;
            transition-duration: 0.3s;
        }

            #message .message-container li .tool-box a {
                margin-right: 10px;
            }

                #message .message-container li .tool-box a:last-child {
                    margin-right: 0;
                }

.show-message #message {
    transform: none;
}

.show-message #main {
    margin-right: 40%;
}

@media only screen and (min-width: 1499px) {
    #main .overlay {
        display: none;
    }
}

@media only screen and (max-width: 1500px) {
    .show-message #main {
        margin-right: 0;
    }

    .show-message #message {
        left: 50%;
        width: 50%;
    }
}

@media only screen and (max-width: 1024px) {
    #sidebar {
        transform: translateX(-100%);
    }

    #main {
        left: 0;
        box-shadow: none;
    }

        #main .header .page-title .sidebar-toggle-btn {
            margin-right: 20px;
            opacity: 1;
            width: 20px;
        }

    .show-sidebar #sidebar {
        transform: none;
    }

    .show-sidebar #main {
        transform: translateX(300px);
    }

    .show-message #main {
        margin-right: 0;
    }

    .show-message #message {
        left: 20%;
        width: 80%;
    }
}

@media only screen and (max-width: 600px) {
    #main .header .search-box {
        float: none;
        width: 100%;
        margin-bottom: -110px;
        margin-top: 70px;
    }

        #main .header .search-box input,
        #main .header .search-box input:focus {
            width: 100%;
        }

    #main .header .page-title {
        margin-bottom: 1px;
        font-size: 33px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #main #main-nano-wrapper {
        position: absolute;
        top: 80px;
        bottom: 0;
        height: auto;
        margin-top: 25px;
    }

    #main .message-list li .col-1 {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 120px;
        width: auto;
    }

    #main .message-list li .col-2 {
        right: 0;
        left: auto;
        width: 120px;
    }

        #main .message-list li .col-2 .date {
            padding-left: 0;
            position: static;
        }

        #main .message-list li .col-2 .subject {
            display: none;
        }

    .nano > .nano-content .row {
        margin: 0 !important;
        padding: 3% 0% !important;
    }

        .nano > .nano-content .row .card-form {
            border-radius: 15px;
            background-color: #fff;
            padding: 2% 6% !important;
            text-align: left;
            color: #444444;
        }
}
/**
* Nano scroll stuff
*/
.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .nano > .nano-content {
        position: absolute;
        overflow: scroll;
        overflow-x: hidden;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

        .nano > .nano-content .row {
            margin: 0;
            padding: 2% 4%;
        }

            .nano > .nano-content .row .card {
                border-radius: 15px;
                background-color: #fff;
                padding: 4% 10%;
                text-align: center;
                color: #2d3c77;
                box-shadow: 0px 0px 20px 1px rgba(195, 188, 188, 0.1);
            }

                .nano > .nano-content .row .card h4 {
                    margin-bottom: 30px;
                    font-weight: bolder;
                }

                .nano > .nano-content .row .card .blocs {
                    display: flex;
                    flex-direction: row;
                    justify-content: space-between;
                }

                    .nano > .nano-content .row .card .blocs ul {
                        text-align: left;
                    }

                    .nano > .nano-content .row .card .blocs img {
                        margin-bottom: 30px;
                    }

                    .nano > .nano-content .row .card .blocs div {
                        width: 30%;
                        padding: 1%;
                    }

                        .nano > .nano-content .row .card .blocs div p {
                            font-weight: bold;
                        }

                        .nano > .nano-content .row .card .blocs div:nth-child(2) {
                            border-left: double black;
                            border-right: double black;
                        }





@media only screen and (max-width: 100em) {
    .nano > .nano-content .row .card .blocs {
        display: flex;
        flex-direction: column;
    }

        .nano > .nano-content .row .card .blocs div {
            width: 100%;
        }

            .nano > .nano-content .row .card .blocs div:nth-child(2) {
                border-top: double black;
                border-bottom: double black;
                border-left: none;
                border-right: none;
            }

        .nano > .nano-content .row .card .blocs img {
            margin-top: 20px;
            margin-bottom: 20px;
        }
}

.nano > .nano-content .row .card-unique {
    border-radius: 15px;
    background-color: #fff;
    padding: 4% 10%;
    text-align: center;
    color: #000000;
}

.nano > .nano-content .row .card-form {
    border-radius: 15px;
    background-color: #fff;
    padding: 4% 10%;
    text-align: left;
    color: #444444;
}

    .nano > .nano-content .row .card-form .form-group label {
        color: #9b9c9e;
        text-transform: uppercase;
    }

    .nano > .nano-content .row .card-form .bottom-form .attestation {
        width: 100px;
        position: relative;
        left: 50%;
        margin-left: -50px;
        padding-bottom: 25px;
    }

    .nano > .nano-content .row .card-form .bottom-form .infos {
        text-align: center;
    }

        .nano > .nano-content .row .card-form .bottom-form .infos img {
            width: 35px;
        }

        .nano > .nano-content .row .card-form .bottom-form .infos h4 {
            color: #9b9c9e;
            text-transform: uppercase;
            font-weight: 600;
        }

    .nano > .nano-content .row .card-form .form-group textarea,
    input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"],
    input[type="time"], input[type="week"],
    input[type="number"], input[type="email"],
    input[type="url"], input[type="search"],
    input[type="tel"], input[type="color"],
    .uneditable-input {
        height: 40px !important;
    }

    .nano > .nano-content .row .card-form .row {
        padding: 1% 0%;
    }

.nano > .nano-content .row .card-unique img {
    margin-top: 3%;
    margin-bottom: 4%;
    width: 185px;
}

.nano > .nano-content .row .card-avantages {
    padding: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

    .nano > .nano-content .row .card-avantages h3 {
        color: #223c5f;
        text-transform: inherit;
        font-size: 16px;
        height: 4rem;
    }

    .nano > .nano-content .row .card-avantages .btn-custom {
        background-color: #000000;
        border-radius: 4rem;
        text-transform: inherit;
        width: 100%;
        background: linear-gradient(315deg, #e84e3b 0%, #da0d16 100%);
        padding: 10px 0px;
        font-weight: 600;
    }

    .nano > .nano-content .row .card-avantages.locked h3 {
        color: #bebebe;
        text-transform: inherit;
    }

        .nano > .nano-content .row .card-avantages.locked h3.blue {
            color: #223c5f;
        }


    .nano > .nano-content .row .card-avantages.locked .btn-custom {
        background: #bebebe;
    }

    .nano > .nano-content .row .card-avantages.auto h3 {
        color: #223c5f;
        text-transform: inherit;
    }

    .nano > .nano-content .row .card-avantages.locked p {
        color: #bebebe;
    }

    .nano > .nano-content .row .card-avantages.auto p {
        color: #223c5f;
    }

    .nano > .nano-content .row .card-avantages img {
        width: 7rem;
        margin-top: 1rem;
    }

.nano > .nano-content .row .pres {
    text-align: justify;
}

.nano > .nano-content .row .card-form .form-check {
    /*text-align: left;
  display: flex;
  flex-direction: row;*/
    margin-bottom: 25px;
}

    .nano > .nano-content .row .card-form .form-check label {
        padding-left: 5px;
    }

.nano > .nano-content .row .card-form .conditions {
    height: 240px;
    overflow-y: scroll;
    margin: 5% 5%;
    border: solid 1px #444444;
    padding: 15px;
}

    .nano > .nano-content .row .card-form .conditions h2 {
        text-align: center;
    }

.nano > .nano-content .row .card-transparent a {
    margin-top: 25px;
}

.nano > .nano-content .row .card-transparent h2{
    color: #000000;
}

.nano > .nano-content .row .card h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.nano > .nano-content .row .card h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    padding-bottom: 10px;
}

.nano > .nano-content .row .card-blue {
    background: linear-gradient(to bottom right, #000000 3%, #000000 100%);
    color: #85784E !important;
}

.nano > .nano-content .row .card-transparent {
    background-color: transparent;
}

.nano > .nano-content .row .card.advantages {
    padding: 2% 10%;
    margin-bottom: 3%;
}

.nano > .nano-content .row .title-content-right {
    margin-bottom: 5rem;
    color: #223c5f;
    text-align: center;
}

.nano > .nano-content .row .card-left h3 {
    text-align: left;
    color: #9b9c9e;
    padding-bottom: 15px;
}

.nano > .nano-content .row .card-left .historique {
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}

    .nano > .nano-content .row .card-left .historique li {
        list-style: none;
        display: inline-block;
        padding: 5px
    }

        .nano > .nano-content .row .card-left .historique li h4::before {
            background-image: url(/Assets/Img/check.png);
            background-size: 30px 30px;
            display: inline-block;
            width: 30px;
            height: 30px;
            content: "";
            padding-right: 35px;
            background-repeat: no-repeat;
            vertical-align: -8px;
        }

.nano > .nano-content:focus {
    outline: none;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.horizontal-line {
    font-size: 80px;
    line-height: 20px;
    color: #da0d16;
}

.nano > .nano-content::-webkit-scrollbar {
    visibility: hidden;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
    visibility: visible;
}

.nano > .nano-pane {
    background: rgba(117, 117, 117, 0.2);
    position: absolute;
    width: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    visibility: hidden\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: 0.01;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .nano > .nano-pane > .nano-slider {
        background: #444;
        background: #c7c7c7;
        position: relative;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        transition-property: background;
    }

    .nano > .nano-pane:hover > .nano-slider,
    .nano > .nano-pane.active > .nano-slider {
        background: #a6a6a6;
    }

.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
    visibility: visible\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: 0.99;
}

menu li .glyphicon,
menu li .fa {
    float: left;
    margin-top: 12px;
    margin-right: 10px;
}

#sidebar .nano-content {
    -webkit-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

#subnav {
    left: 300px;
    z-index: 3;
    background: #1d2127;
}

#sidebar.state2 #mainnav {
    left: -300px !important;
}

#sidebar.state2 #subnav {
    left: 0;
}

.logo-mobile {
    background-color: #0a223d;
    height: 80px;
}

    .logo-mobile img {
        width: 130px;
        position: relative;
        left: 50%;
        margin-left: -65px;
        top: 5px;
    }

#message .helper {
    padding: 0 5%;
}

.form-control {
    height: 40px !important;
}

.btn-tertiary {
    color: #555;
    padding: 10px !important;
    line-height: 40px;
    width: 100%;
    margin: auto;
    display: block;
    border: 2px solid #555;
}

    .btn-tertiary:hover, .btn-tertiary:focus {
        color: #888888;
        border-color: #888888;
    }

/* input file style */
.input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .input-file + .js-labelFile, .input-file + .js-labelFile:hover {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 10px;
        cursor: pointer;
        margin-bottom: 10px;
        margin-top: 10px;
        background-color: #000000;
        color: #fff !important;
    }

        .input-file + .js-labelFile.sent:hover {
            cursor: default;
        }

        .input-file + .js-labelFile .icon:before {
            content: "\f093";
        }

        .input-file + .js-labelFile.has-file .icon:before {
            content: "\f00c";
            color: #5aac7b;
        }

.form-group.required label:after {
    content: " *";
    color: red;
}

.form-check.required label:after {
    content: " *";
    color: red;
}

#radio.required label:after {
    content: " *";
    color: red;
}

.refusal {
    color: #d23b3d;
}



.intro ul li {
    margin-left: 20px;
    text-align: left;
    font-size: 120%;
}

.intro h4 {
    margin-top: 30px;
}



.intro > p, .intro div {
    font: message-box;
    text-align: left;
    padding-top: 20px;
    padding-top: 20px;
}



footer {
    height: 25px;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    color: black;
    text-align: center;
    z-index: 1000;
    border-top: 2px solid #dddddd;
    margin-top: 100vh;
}


    footer div div {
        display: inline-block;
    }

    footer > div {
        height: 20px;
    }

    footer div span {
        padding: 0 10px;
    }

    footer div.siteName {
        float: left;
        margin-left: 1%;
    }

    footer div.links {
        float: right;
    }

.row.textForm p {
    font-size: 12px;
    text-align: justify;
    color: #666666;
    font-family: 'Proxima';
}

#birthDate {
    width: 100%;
}

/* ProgressBar */
@-webkit-keyframes myanimation {
    from {
        left: 0%;
    }

    to {
        left: 50%;
    }
}

.checkout-wrap {
    color: #444;
    font-family: 'PT Sans Caption', sans-serif;
    margin: 40px auto;
    max-width: 1200px;
    position: relative;
}

ul.checkout-bar li {
    color: #ccc;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 20px 14px 80px;
    position: relative;
}

    ul.checkout-bar li:before {
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        background: #ddd;
        border: 2px solid #FFF;
        border-radius: 50%;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        left: 20px;
        line-height: 37px;
        height: 35px;
        position: absolute;
        text-align: center;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
        top: 4px;
        width: 35px;
        z-index: 20;
    }

    ul.checkout-bar li.active {
        color: #da0812;
        font-weight: bold;
    }

        ul.checkout-bar li.active:before {
            background: #da0812;
            z-index: 30;
        }

    ul.checkout-bar li.visited {
        background: #ECECEC;
        color: #14387f;
        z-index: 30;
    }

        ul.checkout-bar li.visited:before {
            background: #14387f;
            z-index: 30;
        }

    ul.checkout-bar li:nth-child(1):before {
        content: "";
    }

    ul.checkout-bar li:nth-child(2):before {
        content: "";
        left: -5px;
    }

ul.checkout-bar a {
    color: #14387f;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

ul.checkout-bar.dashboard-bar li::after {
    left: 0%;
}

ul.checkout-bar.dashboard-bar li {
    width: 97%;
}

.checkout-bar li.active:after {
    -webkit-animation: myanimation 3s 0;
    background-size: 35px 35px;
    background-color: #da0812;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.checkout-wrap {
    left: 20px;
    margin: 30px auto 35px;
}

.loyalty-dashboard .checkout-wrap {
    margin-left: 40px;
}

ul.checkout-bar {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background-size: 35px 35px;
    background-color: #EcEcEc;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    border-radius: 15px;
    height: 15px;
    padding: 0;
    width: 70%;
}

    ul.checkout-bar:before {
        background-size: 35px 35px;
        background-color: #14387f;
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        border-radius: 15px;
        content: " ";
        height: 15px;
        left: 0;
        position: absolute;
        /*width: 10%;*/
    }

    ul.checkout-bar.dashboard-bar:before {
        background-size: 35px 35px;
        background-color: #14387f;
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        border-radius: 15px;
        content: " ";
        height: 15px;
        left: 0;
        position: absolute;
        width: 0%;
    }

    ul.checkout-bar li {
        display: inline-block;
        margin: 0;
        padding: 0;
        text-align: left;
        width: 16%;
    }

        ul.checkout-bar li.last {
            display: inline-block;
            padding: 0;
            text-align: left;
            width: 0%;
        }

        ul.checkout-bar li:before {
            height: 30px;
            left: -28px;
            line-height: 45px;
            position: absolute;
            top: -7px;
            width: 30px;
            z-index: 20;
        }

        ul.checkout-bar li span {
            left: -40px;
            position: relative;
            bottom: -25px;
        }

        ul.checkout-bar li.last span {
            left: -15px;
        }

        ul.checkout-bar li.visited {
            background: none;
        }

            ul.checkout-bar li.visited:after {
                background-size: 35px 35px;
                background-color: #14387f;
                background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
                background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
                -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
                box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
                content: "";
                height: 15px;
                left: 10%;
                position: absolute;
                top: -50px;
                width: 100%;
                z-index: 20;
            }

            ul.checkout-bar li.visited.full:after {
                left: 0%;
            }
/* End  ProgressBar */

@media only screen and (max-width:991px) {
    #footer1 {
        display: none;
    }

    footer div div {
        display: flex;
        flex-direction: column;
    }

    footer {
        margin-top: 100px;
    }

        footer div.siteName {
            float: initial;
            text-align: center;
        }

        footer div.links {
            float: initial;
        }

        footer div a {
            padding: 3px;
        }
}

@media only screen and (min-width:992px) {
    #footer2 {
        display: none;
    }
}


/** FAQ **/
#accordion .card {
    border-radius: 15px;
    background-color: #fff;
    padding: 2% 4%;
    text-align: left;
    color: #2d3c77;
    margin-bottom: 2%;
}

    #accordion .card .card-header a, #accordion .card .card-header a:active, #accordion .card .card-header a:hover, #accordion .card .card-header a:focus {
        font-weight: bold;
        text-decoration: none;
        color: #000000;
    }

/****/


.buttons > a:first-child {
    margin-right: 50px;
    margin-bottom: 0px;
}

@media only screen and (max-width:400px) {
    .buttons > a:first-child {
        margin-right: 0px;
        margin-bottom: 15px;
    }
}


.meet {
    border-color: #da0d16 !important;
    animation: shake 1s;
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}


.gold {
    color: #85754E;
}

.not-connected {
    background: #fff;
    font-family: 'Montserrat' !important;
    width: 100%;
    padding: 0;
    font-size: 18px;
}

    .not-connected .topbanner {
        background: transparent linear-gradient(161deg, #000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
        padding: 45px 0 60px 0;
        color: #fff;
    }

        .not-connected .topbanner .left-banner {
            padding: 0 60px 0 121px;
        }



            .not-connected .topbanner .left-banner h1 {
                font-weight: 800;
                font-size: 22px;
                line-height: 27px;
                margin-top: 80px;
            }

            .not-connected .topbanner .left-banner h3 {
                font-weight: normal;
                font-size: 16px;
                line-height: 23px;
            }



            .not-connected .topbanner .left-banner .logo {
                width: 235px;
            }


    .not-connected .right-banner .buttons {
        display: flex;
        justify-content: center;
    }

    .not-connected .right-banner .photo-div {
        text-align: center;
        margin-top: 71px;
        position: relative;
    }

        .not-connected .right-banner .photo-div .photo {
            position: absolute;
            left: 50%;
            width: 489px;
            height: 345px;
            transform: translateX(-50%);
            z-index: 11;
        }

        .not-connected .right-banner .photo-div .photo-grey {
            width: 489px;
            height: 345px;
            position: relative;
            margin-left: 50%;
            transform: translateX(-50%) matrix(0.99, -0.1, 0.1, 0.99, 0, 0);
            background: #D3D3D3;
            z-index: 10;
        }

    .not-connected .wave-content {
        position: relative;
        margin-bottom: 30px;
    }

    .not-connected .wave {
        position: absolute;
        width: 100%;
        left: 0;
        height: 100px;
        top: -50px;
    }

    .not-connected .right-banner .buttons .top-banner-button {
        color: #fff;
        font-size: 16px;
        line-height: 19px;
        font-weight: 600;
        padding: 14px;
        vertical-align: middle;
        border: none;
        border-radius: 1px;
        margin: 30px;
    }

        .not-connected .right-banner .buttons .top-banner-button:first-child {
            background: #515151;
        }

        .not-connected .right-banner .buttons .top-banner-button:last-child {
            background: #85754E;
        }

        .not-connected .right-banner .buttons .top-banner-button img {
            padding-right: 10px;
        }

    .not-connected .avantages {
        padding-left: 121px;
        padding-right: 121px;
        color: #000000;
    }

        .not-connected .avantages .title-div {
            margin: 20px;
        }

        .not-connected .avantages h3 {
            font-size: 24px;
            line-height: 29px;
            font-weight: 800;
            margin-bottom: 5px;
        }

    .not-connected hr {
        width: 292px;
        height: 0px;
        background: #85754E;
        height: 0.15em;
        margin: auto;
    }

    .not-connected .text-block {
        padding: 20px;
    }

        .not-connected .text-block h4 {
            font-size: 18px;
            line-height: 23px;
            font-weight: 800;
            margin-bottom: 15px;
        }


    .not-connected .avantages.avantages2 {
        margin-top: 50px;
        background-image: url(/Assets/Img/fond-club-actionnaire.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 60px 50px;
    }

        .not-connected .avantages.avantages2 .last-block p {
            margin-bottom: 15px;
        }

        .not-connected .avantages.avantages2 .last-block li {
            list-style: none;
            margin-bottom: 15px;
            display: inline-flex;
        }

            .not-connected .avantages.avantages2 .last-block li .number {
                text-align: center;
                height: 40px;
                max-width: 40px;
                min-width: 40px;
                background: #85754E;
                border-radius: 50%;
                margin-right: 40px;
                position: relative;
            }

            .not-connected .avantages.avantages2 .last-block li .text {
                display: flex;
                flex-direction: column;
                justify-content: space-evenly;
            }

            .not-connected .avantages.avantages2 .last-block li .text i {
                font-size: 16px;
            }

            .not-connected .avantages.avantages2 .last-block li .number.last-number {
                visibility: hidden;
            }

            .not-connected .avantages.avantages2 .last-block li .number i {
                font-style: normal;
                font-weight: 800;
                font-size: 22px;
                color: #fff;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

        .not-connected .avantages.avantages2 .content {
            max-width: 700px;
            margin: auto;
        }

        .not-connected .avantages.avantages2 .final-button {
            margin-top: 40px;
            text-align: center;
        }

            .not-connected .avantages.avantages2 .final-button button {
                color: #fff;
                font-size: 16px;
                line-height: 19px;
                font-weight: bold;
                padding: 14px;
                vertical-align: middle;
                border: none;
                border-radius: 1px;
                background: #85754E;
            }


@media only screen and (max-width:991px) {

    .not-connected .wave {
        top: -60px;
        height: 100px;
    }

    .not-connected .right-banner .photo-div .photo, .not-connected .right-banner .photo-div .photo-grey {
        width: 350px;
        height: 246px;
    }

    .not-connected .right-banner .buttons {
        flex-direction: column;
        justify-content: center;
        margin: 0 30px;
    }

        .not-connected .right-banner .buttons .top-banner-button {
            margin: 10px;
        }
}

@media only screen and (max-width:767px) {
    .not-connected hr {
        width: 80%;
    }

    .not-connected .topbanner .left-banner h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .not-connected .topbanner .left-banner {
        padding: 0 30px;
    }

        .not-connected .topbanner .left-banner h3 {
            font-size: 18px;
        }

    .not-connected .wave {
        top: -30px;
        height: 50px;
    }

    .not-connected .wave-content {
        margin-bottom: 30px;
    }

    .not-connected .avantages h3 {
        font-size: 22px;
        line-height: 27px;
    }

    .not-connected .avantages, .not-connected .avantages.avantages2 {
        padding: 10px 30px 30px 30px;
        margin-top: 40px;
    }

        .not-connected .avantages .title-div {
            margin: 0;
        }


    .not-connected .text-block {
        padding: 10px;
    }

        .not-connected .text-block h4, .not-connected .text-block p {
            font-size: 16px;
        }


    .not-connected .avantages.avantages2 .last-block {
        margin-top: 30px;
    }

        .not-connected .avantages.avantages2 .last-block ul {
            margin: 0;
        }

        .not-connected .avantages.avantages2 .last-block li {
            display: flex;
            flex-direction: column;
            text-align: center;
        }

            .not-connected .avantages.avantages2 .last-block li .number {
                position: relative;
                margin: 15px auto;
            }

            .not-connected .avantages.avantages2 .last-block li .text {
                text-align: left;
            }


                .not-connected .avantages.avantages2 .last-block li .number.last-number {
                    display: none;
                }
}

.red-bold {
    color: #da0d16;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
}
}
