.icon {
    color: orangered;
}
.SelectionLogiciel:hover {
    background-color: #bee5eb;
    color: #1c2331;
    -webkit-box-shadow: 5px 7px 9px -4px #1c2331;
    -moz-box-shadow: 5px 7px 9px -4px #1c2331;
    box-shadow: 5px 7px 9px -4px #1c2331;
}

.SelectionLogiciel {
  pointer-events:painted;
}

.breaking-caret:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #0c5460;
    /*border-left: 15px solid #007bff;*/
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -15px;
    top: 0;
}


h2 .titre {
    /*color: inherit;*/
    color: #1c2331;
    text-decoration: none;
    background: linear-gradient(to top, transparent 10%, #ff4500 10.01%, #ff4500 20%, transparent 20.01%) no-repeat;
    /*background: linear-gradient(to top, transparent 10%, #ff4500 10%, #ff4500 10%, transparent 10.01%) no-repeat;*/
    background-size: 0 100%;
    transition: background-size .3s;
}

.active h2 .titre {
    background-size: 100% 100%;
}


.carousel-inner {
    min-height: 740px;
    max-height: 740px;
}


#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top:60px;
    position:relative;
}

#Indicateur {
    position: absolute !important;
    bottom: 0%;
}



    #quote-carousel .carousel-indicators {
        background: none;
        color: black;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
    }


    #quote-carousel .carousel-indicators {
        margin-left: 0;
        /*position: relative;*/
        /*right: 0%;*/
        top: auto;
        bottom: 0px;
        margin-top: 20px;
        margin-right: 0px;
    }

        #quote-carousel .carousel-indicators li {
            /*margin-right:150px;*/
            width: 50px;
            height: 50px;
            cursor: pointer;
            border: 1px solid #ccc;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            border-radius: 50%;
            opacity: 0.4;
            overflow: hidden;
            transition: all 0.7s ease-in;
            vertical-align: middle;
        }

            /*#quote-carousel .carousel-indicators .active {
            width: 100px;
            height: 100px;
            opacity: 1;
            border: 3px solid #9b2331;
            transition: all 0.7s;
        }*/
            #quote-carousel .carousel-indicators li.active {
                /*background-image:url(/images/administration3.png);
                background-position:center;
                background-size:contain;*/
                /*text-align:center;*/
                background-color: orangered;
                position: relative;
                margin: 10px;
                width: 100px;
                height: 100px;
                opacity: 1;
                border: 3px solid #9b2331;
                transition: all 0.7s;
            }


.carousel-indicators li {
    position: relative;
    text-indent: 0 !important;
}

    .carousel-indicators li .Logo {
        text-align: center;
        color: orangered;
        position: absolute;
        width: 100%;
        border-radius: 50%;
        height: 100%;
        /*top: 20%;*/
        left: 0;
    }

.carousel-indicators .active .Logo {
    top: 10% !important;
    font-size: 50px !important;
    color: white;
}


.item blockquote {
    border-left: none;
    margin: 0;
}


.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
 
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    border-radius: .25rem;

   
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 10px;
    
    /*border: 3px double #1c2331;*/
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    -webkit-box-shadow: 5px 7px 9px -4px #1c2331;
    -moz-box-shadow: 5px 7px 9px -4px #1c2331;
    box-shadow: 5px 7px 9px -4px #1c2331;
    border-radius: .25rem;
    border: 2px solid #1c2331;
}


    .frontside .cardLogiciel,
    .backside .cardLogiciel {
        min-height: 250px;
        max-height: 250px;
        border-radius: .25rem;
    }

        .backside .cardLogiciel a {
            font-size: 18px;
            color: #007b5e !important;
        }

        .frontside .cardLogiciel .card-title,
        .backside .cardLogiciel .card-title {
            color: #007b5e !important;
        }

        .frontside .cardLogiciel .card-body img {
            border-radius: 50%;
        }


.pad0 {
    padding: 0px;
}

.bg_black {
    background: #000;
}

.block-blog {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(226, 223, 223, 0.61);
}

.transperent_block {
    padding: 0px;
    position: relative;
    overflow: hidden;
    height: 250px;
    -webkit-box-shadow: 5px 7px 9px -4px black;
    -moz-box-shadow: 5px 7px 9px -4px black;
    box-shadow: 5px 7px 9px -4px black;
    border-radius: .25rem;
}

    .transperent_block img {
        width: 100%;
        height: 100%;
    }

    .transperent_block:hover .black_hover_block {
        opacity: 1;
        transform: translateY(-150px);
        -webkit-transform: translateY(-150px);
        -moz-transform: translateY(-150px);
        -ms-transform: translateY(-150px);
        -o-transform: translateY(-150px);
    }

    .transperent_block img {
        z-index: 4;
    }

    .transperent_block .black_hover_block {
        position: absolute;
        bottom: 3%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 100%;
    }

    .transperent_block:hover .black_hover_block, .black_hover_block:hover {
        bottom: 30%;
        transition: all 0.3s ease-in-out;
    }

    .transperent_block .blur {
        background-color: rgba(0,0,0,0.7);
        height: 400px;
        z-index: 5;
        position: absolute;
        width: 100%;
    }

    .transperent_block .black_hover_block_text {
        z-index: 10;
        color: #fff;
        position: absolute;
        height: 400px;
        text-align: center;
        top: -20px;
        width: 100%;
    }

.block_header {
    margin-top: 5px;
}

.black_hover_block_text i:hover {
    color: #77132f;
}

.black_hover_block_text i {
    padding: 10px 10px;
    font-size: 18px;
    color: #fff;
}

    .black_hover_block_text i:hover {
        color: #ffffffa6
    }

.black_hover_block_text:hover .titl-h5 {
    background-color: rgba(119, 19, 47, 0.60);
}

.titl-h5 {
    border-top: 2px solid #77132f;
    border-bottom: 2px solid #77132f;
    padding: 10px;
    margin-top: 0px;
    line-height: 20px;
    text-transform: uppercase;
}


.black_hover_block_text li:hover {
    background-color: #77132f;
    cursor: pointer;
    color: #fff;
    width: 33.34%;
}

.black_hover_block_text li {
    list-style: none;
    border: none !important;
}
	


.icon {
    display: inline-block;
    height: 60px;
    width: auto;
}

.fas {
    font-size: 32px;
    background-color: rgba(0,0,0,.1);
    border-radius: 100px;
    height: 55px;
    width: 55px;
    line-height: 55px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.circle-icon {
    background: rgba(0,0,0,.1);
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    padding: 15px;
}

h2.sector {
    font-size: 26px;
    color: #555555;
}

.box20 {
    margin-bottom: 36px;
}

@media only screen and (max-width:990px) {
    .box20 {
        margin-bottom: 30px
    }

        .box20 .title {
            font-size: 16px
        }
}

@media only screen and (max-width:479px) {
    .box20 .title {
        font-size: 16px
    }
}


.cardLogiciel {
    /*position: absolute;
    top: 100%;
    left: 50%;*/
    /*width: 300px;
    min-height: 400px;*
    /*transform: translate(-50%,-50%);*/
    background: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0,.1);
    border-radius: 10px;
    transition: 0.5s;
    min-height: 250px;
    max-height: 250px;
    min-width:327px;
    max-height:327px;
}

.cardLogiciel:hover {
    box-shadow: 0 30px 70px rgba(0,0,0,.2);
}

.cardLogiciel .box {
    /*position: absolute;
    top: 50%;
    left: 0;*/
    /*transform: translateY(-50%);*/
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

    .cardLogiciel .box .img {
        width: 70px;
        height: 70px;
        margin: 0 auto;
        border-radius: 50%;
        overflow: hidden;
        border: 2px solid #9b2331;
    }

.cardLogiciel .box .img img {
    width: 100%;
    height: 100%;
}

.cardLogiciel .box h2 {
    font-size: 24px;
    color: #262626;
    margin: 20px auto;
}

    .cardLogiciel .box h2 span {
        background: #1c2331;
        color: white;
        display: inline-block;
        padding: 2px 10px;
        border-radius: 15px;
    }

    .cardLogiciel span {
        font-size: 14px;
        background: #1c2331;
        color: #fff;
        display: inline-block;
        padding: 4px 10px;
        border-radius: 45px 15px 15px 45px;
    }

        .cardLogiciel span img {
            margin-left: -5px !important;
            width: 40px;
            height: 40px;
            margin: 0;
            border-radius: 50%;
            overflow: hidden;
            border: 2px solid #9b2331;
        }


.cardLogiciel .box p {
    color: #262626;
}

.cardLogiciel .box span {
    display: inline-flex;
}

.cardLogiciel .box ul {
    margin: 0;
    padding: 0;
}

.cardLogiciel .box ul li {
    list-style: none;
    float: left;
}

.cardLogiciel .box ul li a {
    display: block;
    color: #aaa;
    margin: 0 10px;
    font-size: 20px;
    transition: 0.5s;
    text-align: center;
}

                .cardLogiciel .box ul li:hover a {
                    color: #e91e63;
                    transform: rotateY(360deg);
                }


.img-round-square {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50% border:1px solid rgb(204,204,204);
    box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius: 100px;
}

    .img-round-square:hover {
        -moz-border-radius: 0%;
        -webkit-border-radius: 0%;
        -o-border-radius: 0%;
        border-radius: 0%
    }

.img-round-square {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

    .img-round-square:hover {
        transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
    }

.style-01 {
    position: relative;
}

    .style-01::before, .style-01::after {
        content: '';
        position: absolute;
        top: 80%;
        bottom: 13px;
        display: block;
        width: 50%;
        -webkit-box-shadow: 0 15px 10px #1c2331;
        box-shadow: 0 15px 10px #1c2331;
        z-index: -1;
        left: 10px;
    }

    .style-01::before {
        background: transparent;
        right: 10px;
        left: auto;
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }

    .style-01::after {
        background: transparent;
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }

.style-02 {
    position: relative;
}

    .style-02::before {
        content: '';
        position: absolute;
        top: 80%;
        bottom: 13px;
        display: block;
        width: 50%;
        -webkit-box-shadow: 0 15px 10px #1c2331;
        box-shadow: 0 15px 10px #1c2331;
        z-index: -1;
        right: 10px;
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }

.style-03 {
    position: relative;
}

    .style-03::after {
        content: '';
        position: absolute;
        top: 80%;
        bottom: 13px;
        display: block;
        width: 50%;
        -webkit-box-shadow: 0 15px 10px #1c2331;
        box-shadow: 0 15px 10px #1c2331;
        z-index: -1;
        left: 10px;
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }


.mb-60 {
    margin-bottom: 60px;
}

.section-title p {
    font-size: 24px;
    font-family: Oleo Script;
    margin-bottom: 0px;
}

.section-title h4 {
    font-size: 40px;
    text-transform: capitalize;
    color: #FF5E18;
    position: relative;
    display: inline-block;
    padding-bottom: 25px;
}

    .section-title h4::before {
        width: 80px;
        height: 1.5px;
        bottom: 0;
        left: 50%;
        margin-left: -40px;
    }

    .section-title h4::before, .section-title h4::after {
        position: absolute;
        content: "";
        background-color: #FF5E18;
    }

#myTabContent {
    margin-top: 50px;
}

.menu_tab {
    width: auto;
    margin: 0 auto;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-item a {
    color: #333;
}

.menu_tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: white;
    background-color: #FF5E18;
    border-color: #FF5E18;
}

.single_menu_list {
    position: relative;
    padding-left: 190px;
    margin-bottom: 110px;
}

    .single_menu_list img {
        max-width: 30%;
        position: absolute;
        left: 0px;
        top: 0;
        border: 1px solid #ddd;
        padding: 3px;
        border-radius: 50%;
        transition: .4s
    }

    .single_menu_list:hover img {
        border-radius: 0;
        transition: .4s
    }

    .single_menu_list h4 {
        font-size: 20px;
        border-bottom: 1px dashed #333;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

        .single_menu_list h4 span {
            float: right;
            font-weight: bold;
            color: #FF5E18;
            font-style: italic;
        }

*:hover {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

/*Annimation menu header*/
.nav {
    width: auto;
    height: auto;
    /*margin-left: 10px;*/
    /*margin-top: 3px;*/
    list-style: none
}

    .nav a,
    p.link a {
        text-decoration: none;
    }

    .nav ListeMenu {
        text-align: justify;
        width: 100%;
        padding: 4px;
        transition: all .2s linear;
        /*background-color: #000;*/
        /*border: 1px solid #333*/
    }

/*.nav a {
        color: #fff
    }*/
.ItemMenu:hover > .test .HoverTexte {
    transition: all 0.5s ease-in;
    display: block;
}



.HoverTexte {
    display: none;
}

.nav li:hover {
    -moz-transform: translate(30px, 00px);
    -webkit-transform: translate(30px, 00px);
    -moz-border-radius: 0 9px 9px 0;
    -webkit-border-radius: 0 9px 9px 0;
    transition: all 0.5s ease-out;
}



.ItemMenu:hover > .test {
    border-radius: 0 9px 9px 0;
    transform: translate(30px, 00px);
    background: -webkit-gradient(linear, 80% 20%, 10% 21%, from(#ffffff), to(#ff9800));
    background: -ms-gradient(linear, 80% 20%, 10% 21%, from(#ffffff), to(#ff9800));
    background: -moz-gradient(linear, 80% 20%, 10% 21%, from(#ffffff), to(#ff9800));
}



.HoverTexte:hover {
    display: block;
}

.hoverBack :hover {
    background-color: darkorange;
    color: white;
}

.drop:hover {
    background-color: darkorange;
    color: white;
}


    .drop:hover > .dropdown-menu {
        display: block;
        z-index: 1000;
    }



.nav > li > a:focus, .nav > li > a:hover {
    background: transparent !important;
}

.design-process-section .text-align-center {
    line-height: 25px;
    margin-bottom: 12px;
}

.design-process-content {
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 16px 34% 30px 30px;
}

    .design-process-content img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        max-height: 100%;
    }

    .design-process-content h3 {
        margin-bottom: 16px;
    }

    .design-process-content p {
        line-height: 26px;
        margin-bottom: 12px;
    }

.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    max-width: 600px;
    margin: 20px auto 26px;
    border: none;
    z-index: 0;
}

    .process-model li::after {
        background: #e5e5e5 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        display: block;
        height: 4px;
        margin: 0 auto;
        position: absolute;
        right: -30px;
        top: 33px;
        width: 85%;
        z-index: -1;
    }

    .process-model li.visited::after {
        background: #D6DA28;
    }

    .process-model li:last-child::after {
        width: 0;
    }

    .process-model li {
        display: inline-block;
        width: 18%;
        text-align: center;
        float: none;
    }

        .nav-tabs.process-model > li.active > a, .nav-tabs.process-model > li.active > a:hover, .nav-tabs.process-model > li.active > a:focus, .process-model li a:hover, .process-model li a:focus {
            border: none;
            background: transparent;
        }

        .process-model li a {
            padding: 0;
            border: none;
            color: #606060;
        }

        .process-model li.active,
        .process-model li.visited {
            color: #D6DA28;
        }

            .process-model li.active a,
            .process-model li.active a:hover,
            .process-model li.active a:focus,
            .process-model li.visited a,
            .process-model li.visited a:hover,
            .process-model li.visited a:focus {
                color: #D6DA28;
            }

            .process-model li.active p,
            .process-model li.visited p {
                font-weight: 600;
                color: #D6DA28;
            }

        .process-model li i {
            display: block;
            height: 68px;
            width: 68px;
            text-align: center;
            margin: 0 auto;
            background: #f5f6f7;
            border: 2px solid #e5e5e5;
            line-height: 65px;
            font-size: 30px;
            border-radius: 50%;
        }

        .process-model li.active i, .process-model li.visited i {
            background: #fff;
            border-color: #D6DA28;
        }

        .process-model li p {
            font-size: 14px;
            margin-top: 11px;
        }

    .process-model.contact-us-tab li.visited a, .process-model.contact-us-tab li.visited p {
        color: #606060 !important;
        font-weight: normal
    }

    .process-model.contact-us-tab li::after {
        display: none;
    }

    .process-model.contact-us-tab li.visited i {
        border-color: #e5e5e5;
    }



@media screen and (max-width: 560px) {
    .more-icon-preocess.process-model li span {
        font-size: 23px;
        height: 50px;
        line-height: 46px;
        width: 50px;
    }

    .more-icon-preocess.process-model li::after {
        top: 24px;
    }
}

@media screen and (max-width: 380px) {
    .process-model.more-icon-preocess li {
        width: 16%;
    }

    .more-icon-preocess.process-model li span {
        font-size: 16px;
        height: 35px;
        line-height: 32px;
        width: 35px;
    }

    .more-icon-preocess.process-model li p {
        font-size: 8px;
    }

    .more-icon-preocess.process-model li::after {
        top: 18px;
    }

    .process-model.more-icon-preocess {
        text-align: center;
    }
}



.buttonNav {
    background-color: #ff9800;
    position: absolute;
    right: 0%;
    top: 38%;
    margin-top: 70px;
    z-index: 1;
    width: 60px;
    height: 60px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 30px;
}


body {
    padding: 0;
    margin: 0;
    /*background-color: white;*/
    /*color:black;*/
    background-color: snow;
    /*background-color: #3F729B*/
}

.tr:hover {
    background-color: honeydew;
    color: aliceblue;
}

/* Switch
   ========================================================================== */
.switch,
.switch * {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .switch label {
        cursor: pointer;
    }

        .switch label input[type=checkbox] {
            opacity: 0;
            width: 0;
            height: 0;
        }

            .switch label input[type=checkbox]:checked + .lever {
                background-color: gray;
            }

                .switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
                    left: 18px;
                }

                .switch label input[type=checkbox]:checked + .lever:after {
                    background-color: #26a69a;
                }

        .switch label .lever {
            content: "";
            display: inline-block;
            position: relative;
            width: 36px;
            height: 14px;
            background-color: gray;
            border-radius: 15px;
            margin-right: 10px;
            -webkit-transition: background 0.3s ease;
            transition: background 0.3s ease;
            vertical-align: middle;
            margin: 0 16px;
        }

            .switch label .lever:before, .switch label .lever:after {
                content: "";
                position: absolute;
                display: inline-block;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                left: 0;
                top: -3px;
                -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
                transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
                transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
                transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
            }

            .switch label .lever:before {
                background-color: orangered;
            }

            .switch label .lever:after {
                background-color: darkcyan;
                -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
                box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
            }

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    background-color: #F1F1F1;
}

input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    background-color: #F1F1F1;
}

.switch input[type=checkbox][disabled] + .lever {
    cursor: default;
    background-color: #F1F1F1;
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
    background-color: #F1F1F1;
}
    
.dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width, height;
}

.NoAcces {
    background: linear-gradient(to left,#45526E,#e0e0e0) !important;
}

.Acces:hover {
    border-left: 3px solid #1c2331 !important;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    background-color: #bbdefb;
    color: white;
    cursor: pointer;
}
    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */


    .hover:hover {
        background-color: darkorange;
    }

    .navmenu {
        min-height: 95px !important;
    }

    
    .panel-profile .panel-heading {
        height: 100px;
        background-size: cover;
    }

    .panel-profile-img {
        max-width: 100px;
        margin-top: -60px;
        margin-bottom: 5px;
        border: 3px solid #fff;
        border-radius: 100%;
        box-shadow: 0px 2px 2px 0px #FF8800;
    }

    .mb10 {
        margin-bottom: 10px
    }


    .panel-profile-img2 {
        max-width: 50px;
        margin-bottom: 5px;
        border-radius: 100%;
    }

    .mb102 {
        margin-bottom: 10px
    }



/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.flipOutX,
    .animated.flipOutY,
    .animated.bounceIn,
    .animated.bounceOut {
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
    }


@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

/*TIP  Not to strech the card in smaller devices This is just optional class*/


@media only screen and (min-width:300px) and (max-width:600px) {

    .content {
        max-width: 300px;
        margin: 0 auto;
    }
}


.ui-front {
    z-index: 10000 !important;
    height: 400px;
    overflow-y: scroll;
}

.Scroll {
    height: 350px;
    overflow-y: scroll;
}
.Scroll2 {
    height: 550px;
    overflow-y: scroll;
}

.ModalModif {
    max-width: 80% !important;
    margin-left: 30%;
}
    /********************* couleur **********************/
    .mdb-color.lighten-5 {
        background-color: #D0D6E2 !important;
    }

    .mdb-color.lighten-4 {
        background-color: #B1BACE !important;
    }

    .mdb-color.lighten-3 {
        background-color: #929FBA !important;
    }

    .mdb-color.lighten-2 {
        background-color: #7283A7 !important;
    }

    .mdb-color.lighten-1 {
        background-color: #59698D !important;
    }

    .mdb-color {
        background-color: #45526E !important;
    }

    .mdb-color-text {
        color: #45526E !important;
    }

    .mdb-color.darken-1 {
        background-color: #3B465E !important;
    }

    .mdb-color.darken-2 {
        background-color: #2E3951 !important;
    }

    .mdb-color.darken-3 {
        background-color: #1C2A48 !important;
    }

    .mdb-color.darken-4 {
        background-color: #1C2331 !important;
    }

    .red.lighten-5 {
        background-color: #FFEBEE !important;
    }

    .red.lighten-4 {
        background-color: #FFCDD2 !important;
    }

    .red.lighten-3 {
        background-color: #EF9A9A !important;
    }

    .red.lighten-2 {
        background-color: #E57373 !important;
    }

    .red.lighten-1 {
        background-color: #EF5350 !important;
    }

    .red {
        background-color: #F44336 !important;
    }

    .red-text {
        color: #F44336 !important;
    }

    .red.darken-1 {
        background-color: #E53935 !important;
    }

    .red.darken-2 {
        background-color: #D32F2F !important;
    }

    .red.darken-3 {
        background-color: #C62828 !important;
    }

    .red.darken-4 {
        background-color: #B71C1C !important;
    }

    .red.accent-1 {
        background-color: #FF8A80 !important;
    }

    .red.accent-2 {
        background-color: #FF5252 !important;
    }

    .red.accent-3 {
        background-color: #FF1744 !important;
    }

    .red.accent-4 {
        background-color: #D50000 !important;
    }

    .pink.lighten-5 {
        background-color: #fce4ec !important;
    }

    .pink.lighten-4 {
        background-color: #f8bbd0 !important;
    }

    .pink.lighten-3 {
        background-color: #f48fb1 !important;
    }

    .pink.lighten-2 {
        background-color: #f06292 !important;
    }

    .pink.lighten-1 {
        background-color: #ec407a !important;
    }

    .pink {
        background-color: #e91e63 !important;
    }

    .pink-text {
        color: #e91e63 !important;
    }

    .pink.darken-1 {
        background-color: #d81b60 !important;
    }

    .pink.darken-2 {
        background-color: #c2185b !important;
    }

    .pink.darken-3 {
        background-color: #ad1457 !important;
    }

    .pink.darken-4 {
        background-color: #880e4f !important;
    }

    .pink.accent-1 {
        background-color: #ff80ab !important;
    }

    .pink.accent-2 {
        background-color: #ff4081 !important;
    }

    .pink.accent-3 {
        background-color: #f50057 !important;
    }

    .pink.accent-4 {
        background-color: #c51162 !important;
    }

    .purple.lighten-5 {
        background-color: #f3e5f5 !important;
    }

    .purple.lighten-4 {
        background-color: #e1bee7 !important;
    }

    .purple.lighten-3 {
        background-color: #ce93d8 !important;
    }

    .purple.lighten-2 {
        background-color: #ba68c8 !important;
    }

    .purple.lighten-1 {
        background-color: #ab47bc !important;
    }

    .purple {
        background-color: #9c27b0 !important;
    }

    .purple-text {
        color: #9c27b0 !important;
    }

    .purple.darken-1 {
        background-color: #8e24aa !important;
    }

    .purple.darken-2 {
        background-color: #7b1fa2 !important;
    }

    .purple.darken-3 {
        background-color: #6a1b9a !important;
    }

    .purple.darken-4 {
        background-color: #4a148c !important;
    }

    .purple.accent-1 {
        background-color: #ea80fc !important;
    }

    .purple.accent-2 {
        background-color: #e040fb !important;
    }

    .purple.accent-3 {
        background-color: #d500f9 !important;
    }

    .purple.accent-4 {
        background-color: #aa00ff !important;
    }

    .deep-purple.lighten-5 {
        background-color: #ede7f6 !important;
    }

    .deep-purple.lighten-4 {
        background-color: #d1c4e9 !important;
    }

    .deep-purple.lighten-3 {
        background-color: #b39ddb !important;
    }

    .deep-purple.lighten-2 {
        background-color: #9575cd !important;
    }

    .deep-purple.lighten-1 {
        background-color: #7e57c2 !important;
    }

    .deep-purple {
        background-color: #673ab7 !important;
    }

    .deep-purple-text {
        color: #673ab7 !important;
    }

    .deep-purple.darken-1 {
        background-color: #5e35b1 !important;
    }

    .deep-purple.darken-2 {
        background-color: #512da8 !important;
    }

    .deep-purple.darken-3 {
        background-color: #4527a0 !important;
    }

    .deep-purple.darken-4 {
        background-color: #311b92 !important;
    }

    .deep-purple.accent-1 {
        background-color: #b388ff !important;
    }

    .deep-purple.accent-2 {
        background-color: #7c4dff !important;
    }

    .deep-purple.accent-3 {
        background-color: #651fff !important;
    }

    .deep-purple.accent-4 {
        background-color: #6200ea !important;
    }

    .indigo.lighten-5 {
        background-color: #e8eaf6 !important;
    }

    .indigo.lighten-4 {
        background-color: #c5cae9 !important;
    }

    .indigo.lighten-3 {
        background-color: #9fa8da !important;
    }

    .indigo.lighten-2 {
        background-color: #7986cb !important;
    }

    .indigo.lighten-1 {
        background-color: #5c6bc0 !important;
    }

    .indigo {
        background-color: #3f51b5 !important;
    }

    .indigo-text {
        color: #3f51b5 !important;
    }

    .indigo.darken-1 {
        background-color: #3949ab !important;
    }

    .indigo.darken-2 {
        background-color: #303f9f !important;
    }

    .indigo.darken-3 {
        background-color: #283593 !important;
    }

    .indigo.darken-4 {
        background-color: #1a237e !important;
    }

    .indigo.accent-1 {
        background-color: #8c9eff !important;
    }

    .indigo.accent-2 {
        background-color: #536dfe !important;
    }

    .indigo.accent-3 {
        background-color: #3d5afe !important;
    }

    .indigo.accent-4 {
        background-color: #304ffe !important;
    }

    .blue.lighten-5 {
        background-color: #E3F2FD !important;
    }

    .blue.lighten-4 {
        background-color: #BBDEFB !important;
    }

    .blue.lighten-3 {
        background-color: #90CAF9 !important;
    }

    .blue.lighten-2 {
        background-color: #64B5F6 !important;
    }

    .blue.lighten-1 {
        background-color: #42A5F5 !important;
    }

    .blue {
        background-color: #2196F3 !important;
    }

    .blue-text {
        color: #2196F3 !important;
    }

    .blue.darken-1 {
        background-color: #1E88E5 !important;
    }

    .blue.darken-2 {
        background-color: #1976D2 !important;
    }

    .blue.darken-3 {
        background-color: #1565C0 !important;
    }

    .blue.darken-4 {
        background-color: #0D47A1 !important;
    }

    .blue.accent-1 {
        background-color: #82B1FF !important;
    }

    .blue.accent-2 {
        background-color: #448AFF !important;
    }

    .blue.accent-3 {
        background-color: #2979FF !important;
    }

    .blue.accent-4 {
        background-color: #2962FF !important;
    }

    .light-blue.lighten-5 {
        background-color: #e1f5fe !important;
    }

    .light-blue.lighten-4 {
        background-color: #b3e5fc !important;
    }

    .light-blue.lighten-3 {
        background-color: #81d4fa !important;
    }

    .light-blue.lighten-2 {
        background-color: #4fc3f7 !important;
    }

    .light-blue.lighten-1 {
        background-color: #29b6f6 !important;
    }

    .light-blue {
        background-color: #03a9f4 !important;
    }

    .light-blue-text {
        color: #03a9f4 !important;
    }

    .light-blue.darken-1 {
        background-color: #039be5 !important;
    }

    .light-blue.darken-2 {
        background-color: #0288d1 !important;
    }

    .light-blue.darken-3 {
        background-color: #0277bd !important;
    }

    .light-blue.darken-4 {
        background-color: #01579b !important;
    }

    .light-blue.accent-1 {
        background-color: #80d8ff !important;
    }

    .light-blue.accent-2 {
        background-color: #40c4ff !important;
    }

    .light-blue.accent-3 {
        background-color: #00b0ff !important;
    }

    .light-blue.accent-4 {
        background-color: #0091ea !important;
    }

    .cyan.lighten-5 {
        background-color: #e0f7fa !important;
    }

    .cyan.lighten-4 {
        background-color: #b2ebf2 !important;
    }

    .cyan.lighten-3 {
        background-color: #80deea !important;
    }

    .cyan.lighten-2 {
        background-color: #4dd0e1 !important;
    }

    .cyan.lighten-1 {
        background-color: #26c6da !important;
    }

    .cyan {
        background-color: #00bcd4 !important;
    }

    .cyan-text {
        color: #00bcd4 !important;
    }

    .cyan.darken-1 {
        background-color: #00acc1 !important;
    }

    .cyan.darken-2 {
        background-color: #0097a7 !important;
    }

    .cyan.darken-3 {
        background-color: #00838f !important;
    }

    .cyan.darken-4 {
        background-color: #006064 !important;
    }

    .cyan.accent-1 {
        background-color: #84ffff !important;
    }

    .cyan.accent-2 {
        background-color: #18ffff !important;
    }

    .cyan.accent-3 {
        background-color: #00e5ff !important;
    }

    .cyan.accent-4 {
        background-color: #00b8d4 !important;
    }

    .teal.lighten-5 {
        background-color: #e0f2f1 !important;
    }

    .teal.lighten-4 {
        background-color: #b2dfdb !important;
    }

    .teal.lighten-3 {
        background-color: #80cbc4 !important;
    }

    .teal.lighten-2 {
        background-color: #4db6ac !important;
    }

    .teal.lighten-1 {
        background-color: #26a69a !important;
    }

    .teal {
        background-color: #009688 !important;
    }

    .teal-text {
        color: #009688 !important;
    }

    .teal.darken-1 {
        background-color: #00897b !important;
    }

    .teal.darken-2 {
        background-color: #00796b !important;
    }

    .teal.darken-3 {
        background-color: #00695c !important;
    }

    .teal.darken-4 {
        background-color: #004d40 !important;
    }

    .teal.accent-1 {
        background-color: #a7ffeb !important;
    }

    .teal.accent-2 {
        background-color: #64ffda !important;
    }

    .teal.accent-3 {
        background-color: #1de9b6 !important;
    }

    .teal.accent-4 {
        background-color: #00bfa5 !important;
    }

    .green.lighten-5 {
        background-color: #E8F5E9 !important;
    }

    .green.lighten-4 {
        background-color: #C8E6C9 !important;
    }

    .green.lighten-3 {
        background-color: #A5D6A7 !important;
    }

    .green.lighten-2 {
        background-color: #81C784 !important;
    }

    .green.lighten-1 {
        background-color: #66BB6A !important;
    }

    .green {
        background-color: #4CAF50 !important;
    }

    .green-text {
        color: #4CAF50 !important;
    }

    .green.darken-1 {
        background-color: #43A047 !important;
    }

    .green.darken-2 {
        background-color: #388E3C !important;
    }

    .green.darken-3 {
        background-color: #2E7D32 !important;
    }

    .green.darken-4 {
        background-color: #1B5E20 !important;
    }

    .green.accent-1 {
        background-color: #B9F6CA !important;
    }

    .green.accent-2 {
        background-color: #69F0AE !important;
    }

    .green.accent-3 {
        background-color: #00E676 !important;
    }

    .green.accent-4 {
        background-color: #00C853 !important;
    }

    .light-green.lighten-5 {
        background-color: #f1f8e9 !important;
    }

    .light-green.lighten-4 {
        background-color: #dcedc8 !important;
    }

    .light-green.lighten-3 {
        background-color: #c5e1a5 !important;
    }

    .light-green.lighten-2 {
        background-color: #aed581 !important;
    }

    .light-green.lighten-1 {
        background-color: #9ccc65 !important;
    }

    .light-green {
        background-color: #8bc34a !important;
    }

    .light-green-text {
        color: #8bc34a !important;
    }

    .light-green.darken-1 {
        background-color: #7cb342 !important;
    }

    .light-green.darken-2 {
        background-color: #689f38 !important;
    }

    .light-green.darken-3 {
        background-color: #558b2f !important;
    }

    .light-green.darken-4 {
        background-color: #33691e !important;
    }

    .light-green.accent-1 {
        background-color: #ccff90 !important;
    }

    .light-green.accent-2 {
        background-color: #b2ff59 !important;
    }

    .light-green.accent-3 {
        background-color: #76ff03 !important;
    }

    .light-green.accent-4 {
        background-color: #64dd17 !important;
    }

    .lime.lighten-5 {
        background-color: #f9fbe7 !important;
    }

    .lime.lighten-4 {
        background-color: #f0f4c3 !important;
    }

    .lime.lighten-3 {
        background-color: #e6ee9c !important;
    }

    .lime.lighten-2 {
        background-color: #dce775 !important;
    }

    .lime.lighten-1 {
        background-color: #d4e157 !important;
    }

    .lime {
        background-color: #cddc39 !important;
    }

    .lime-text {
        color: #cddc39 !important;
    }

    .lime.darken-1 {
        background-color: #c0ca33 !important;
    }

    .lime.darken-2 {
        background-color: #afb42b !important;
    }

    .lime.darken-3 {
        background-color: #9e9d24 !important;
    }

    .lime.darken-4 {
        background-color: #827717 !important;
    }

    .lime.accent-1 {
        background-color: #f4ff81 !important;
    }

    .lime.accent-2 {
        background-color: #eeff41 !important;
    }

    .lime.accent-3 {
        background-color: #c6ff00 !important;
    }

    .lime.accent-4 {
        background-color: #aeea00 !important;
    }

    .yellow.lighten-5 {
        background-color: #fffde7 !important;
    }

    .yellow.lighten-4 {
        background-color: #fff9c4 !important;
    }

    .yellow.lighten-3 {
        background-color: #fff59d !important;
    }

    .yellow.lighten-2 {
        background-color: #fff176 !important;
    }

    .yellow.lighten-1 {
        background-color: #ffee58 !important;
    }

    .yellow {
        background-color: #ffeb3b !important;
    }

    .yellow-text {
        color: #ffeb3b !important;
    }

    .yellow.darken-1 {
        background-color: #fdd835 !important;
    }

    .yellow.darken-2 {
        background-color: #fbc02d !important;
    }

    .yellow.darken-3 {
        background-color: #f9a825 !important;
    }

    .yellow.darken-4 {
        background-color: #f57f17 !important;
    }

    .yellow.accent-1 {
        background-color: #ffff8d !important;
    }

    .yellow.accent-2 {
        background-color: #ffff00 !important;
    }

    .yellow.accent-3 {
        background-color: #ffea00 !important;
    }

    .yellow.accent-4 {
        background-color: #ffd600 !important;
    }

    .amber.lighten-5 {
        background-color: #fff8e1 !important;
    }

    .amber.lighten-4 {
        background-color: #ffecb3 !important;
    }

    .amber.lighten-3 {
        background-color: #ffe082 !important;
    }

    .amber.lighten-2 {
        background-color: #ffd54f !important;
    }

    .amber.lighten-1 {
        background-color: #ffca28 !important;
    }

    .amber {
        background-color: #ffc107 !important;
    }

    .amber-text {
        color: #ffc107 !important;
    }

    .amber.darken-1 {
        background-color: #ffb300 !important;
    }

    .amber.darken-2 {
        background-color: #ffa000 !important;
    }

    .amber.darken-3 {
        background-color: #ff8f00 !important;
    }

    .amber.darken-4 {
        background-color: #ff6f00 !important;
    }

    .amber.accent-1 {
        background-color: #ffe57f !important;
    }

    .amber.accent-2 {
        background-color: #ffd740 !important;
    }

    .amber.accent-3 {
        background-color: #ffc400 !important;
    }

    .amber.accent-4 {
        background-color: #ffab00 !important;
    }

    .orange.lighten-5 {
        background-color: #fff3e0 !important;
    }

    .orange.lighten-4 {
        background-color: #ffe0b2 !important;
    }

    .orange.lighten-3 {
        background-color: #ffcc80 !important;
    }

    .orange.lighten-2 {
        background-color: #ffb74d !important;
    }

    .orange.lighten-1 {
        background-color: #ffa726 !important;
    }

    .orange {
        background-color: #ff9800 !important;
    }

    .orange-text {
        color: #ff9800 !important;
    }

    .orange.darken-1 {
        background-color: #fb8c00 !important;
    }

    .orange.darken-2 {
        background-color: #f57c00 !important;
    }

    .orange.darken-3 {
        background-color: #ef6c00 !important;
    }

    .orange.darken-4 {
        background-color: #e65100 !important;
    }

    .orange.accent-1 {
        background-color: #ffd180 !important;
    }

    .orange.accent-2 {
        background-color: #ffab40 !important;
    }

    .orange.accent-3 {
        background-color: #ff9100 !important;
    }

    .orange.accent-4 {
        background-color: #ff6d00 !important;
    }

    .deep-orange.lighten-5 {
        background-color: #fbe9e7 !important;
    }

    .deep-orange.lighten-4 {
        background-color: #ffccbc !important;
    }

    .deep-orange.lighten-3 {
        background-color: #ffab91 !important;
    }

    .deep-orange.lighten-2 {
        background-color: #ff8a65 !important;
    }

    .deep-orange.lighten-1 {
        background-color: #ff7043 !important;
    }

    .deep-orange {
        background-color: #ff5722 !important;
    }

    .deep-orange-text {
        color: #ff5722 !important;
    }

    .deep-orange.darken-1 {
        background-color: #f4511e !important;
    }

    .deep-orange.darken-2 {
        background-color: #e64a19 !important;
    }

    .deep-orange.darken-3 {
        background-color: #d84315 !important;
    }

    .deep-orange.darken-4 {
        background-color: #bf360c !important;
    }

    .deep-orange.accent-1 {
        background-color: #ff9e80 !important;
    }

    .deep-orange.accent-2 {
        background-color: #ff6e40 !important;
    }

    .deep-orange.accent-3 {
        background-color: #ff3d00 !important;
    }

    .deep-orange.accent-4 {
        background-color: #dd2c00 !important;
    }

    .brown.lighten-5 {
        background-color: #efebe9 !important;
    }

    .brown.lighten-4 {
        background-color: #d7ccc8 !important;
    }

    .brown.lighten-3 {
        background-color: #bcaaa4 !important;
    }

    .brown.lighten-2 {
        background-color: #a1887f !important;
    }

    .brown.lighten-1 {
        background-color: #8d6e63 !important;
    }

    .brown {
        background-color: #795548 !important;
    }

    .brown-text {
        color: #795548 !important;
    }

    .unique-dark-text {
        color: #1c2331 !important;
    }

    .brown.darken-1 {
        background-color: #6d4c41 !important;
    }

    .brown.darken-2 {
        background-color: #5d4037 !important;
    }

    .brown.darken-3 {
        background-color: #4e342e !important;
    }

    .brown.darken-4 {
        background-color: #3e2723 !important;
    }

    .blue-grey.lighten-5 {
        background-color: #eceff1 !important;
    }

    .blue-grey.lighten-4 {
        background-color: #cfd8dc !important;
    }

    .blue-grey.lighten-3 {
        background-color: #b0bec5 !important;
    }

    .blue-grey.lighten-2 {
        background-color: #90a4ae !important;
    }

    .blue-grey.lighten-1 {
        background-color: #78909c !important;
    }

    .blue-grey {
        background-color: #607d8b !important;
    }

    .blue-grey-text {
        color: #607d8b !important;
    }

    .blue-grey.darken-1 {
        background-color: #546e7a !important;
    }

    .blue-grey.darken-2 {
        background-color: #455a64 !important;
    }

    .blue-grey.darken-3 {
        background-color: #37474f !important;
    }

    .blue-grey.darken-4 {
        background-color: #263238 !important;
    }

    .grey.lighten-5 {
        background-color: #fafafa !important;
    }

    .grey.lighten-4 {
        background-color: #f5f5f5 !important;
    }

    .grey.lighten-3 {
        background-color: #eeeeee !important;
    }

    .grey.lighten-2 {
        background-color: #e0e0e0 !important;
    }

    .grey.lighten-1 {
        background-color: #bdbdbd !important;
    }

    .grey {
        background-color: #9e9e9e !important;
    }

    .grey-text {
        color: #9e9e9e !important;
    }

    .grey.darken-1 {
        background-color: #757575 !important;
    }

    .grey.darken-2 {
        background-color: #616161 !important;
    }

    .grey.darken-3 {
        background-color: #424242 !important;
    }

    .grey.darken-4 {
        background-color: #212121 !important;
    }

    .shades.black {
        background-color: #000000 !important;
    }

    .shades.white {
        background-color: #FFFFFF !important;
    }

    .shades.transparent {
        background-color: transparent !important;
    }

    .black {
        background-color: #000000 !important;
    }

    .black-text, .btn-link {
        color: #000000 !important;
    }

    .white {
        background-color: #FFFFFF !important;
    }

    .white-text {
        color: #FFFFFF !important;
    }

    .transparent {
        background-color: transparent !important;
    }

    .transparent-text {
        color: transparent !important;
    }

    .light-blue-text {
        color: #82B1FF !important;
    }

    .dark-grey-text {
        color: #4f4f4f !important;
    }

    .danger-color {
        background-color: #ff3547 !important;
    }

    .danger-color-dark {
        background-color: #CC0000 !important;
    }

    .warning-color {
        background-color: #ffbb33 !important;
    }

    .warning-color-dark {
        background-color: #FF8800 !important;
    }

    .success-color {
        background-color: #00C851 !important;
    }

    .success-color-dark {
        background-color: #007E33 !important;
    }

    .info-color {
        background-color: #33b5e5 !important;
    }

    .info-color-dark {
        background-color: #0099CC !important;
    }

    .default-color {
        background-color: #2BBBAD !important;
    }

    .default-color-dark {
        background-color: #00695c !important;
    }

    .primary-color {
        background-color: #4285F4 !important;
    }

    .primary-color-dark {
        background-color: #0d47a1 !important;
    }

    .secondary-color {
        background-color: #aa66cc !important;
    }

    .secondary-color-dark {
        background-color: #9933CC !important;
    }

    .elegant-color {
        background-color: #2E2E2E !important;
    }

    .elegant-color-dark {
        background-color: #212121 !important;
    }

    .stylish-color {
        background-color: #4B515D !important;
    }

    .stylish-color-dark {
        background-color: #3E4551 !important;
    }

    .special-color {
        background-color: #37474F !important;
    }

    .special-color-dark {
        background-color: #263238 !important;
    }

    .unique-color {
        background-color: #3F729B !important;
    }

.unique-color-text {
    background-color: #3F729B !important;
}

    .unique-color-dark {
        background-color: #1C2331 !important;
    }

    .mdb-color {
        background-color: #45526E !important;
    }

    .rgba-blue-light {
        background-color: rgba(3, 169, 244, 0.3) !important;
    }

    .rgba-red-light {
        background-color: rgba(244, 67, 54, 0.3) !important;
    }

    .rgba-pink-light {
        background-color: rgba(233, 30, 99, 0.3) !important;
    }

    .rgba-purple-light {
        background-color: rgba(156, 39, 176, 0.3) !important;
    }

    .rgba-indigo-light {
        background-color: rgba(63, 81, 181, 0.3) !important;
    }

    .rgba-cyan-light {
        background-color: rgba(0, 188, 212, 0.3) !important;
    }

    .rgba-teal-light {
        background-color: rgba(0, 150, 136, 0.3) !important;
    }

    .rgba-green-light {
        background-color: rgba(76, 175, 80, 0.3) !important;
    }

    .rgba-lime-light {
        background-color: rgba(205, 220, 57, 0.3) !important;
    }

    .rgba-yellow-light {
        background-color: rgba(255, 235, 59, 0.3) !important;
    }

    .rgba-orange-light {
        background-color: rgba(255, 152, 0, 0.3) !important;
    }

    .rgba-brown-light {
        background-color: rgba(121, 85, 72, 0.3) !important;
    }

    .rgba-grey-light {
        background-color: rgba(158, 158, 158, 0.3) !important;
    }

    .rgba-bluegrey-light {
        background-color: rgba(96, 125, 139, 0.3) !important;
    }

    .rgba-black-light {
        background-color: rgba(0, 0, 0, 0.3) !important;
    }

    .rgba-stylish-light {
        background-color: rgba(62, 69, 81, 0.3) !important;
    }

    .rgba-white-light {
        background-color: rgba(255, 255, 255, 0.3) !important;
    }

    .rgba-blue-strong {
        background-color: rgba(3, 169, 244, 0.7) !important;
    }

    .rgba-red-strong {
        background-color: rgba(244, 67, 54, 0.7) !important;
    }

    .rgba-pink-strong {
        background-color: rgba(233, 30, 99, 0.7) !important;
    }

    .rgba-purple-strong {
        background-color: rgba(156, 39, 176, 0.7) !important;
    }

    .rgba-indigo-strong {
        background-color: rgba(63, 81, 181, 0.7) !important;
    }

    .rgba-cyan-strong {
        background-color: rgba(0, 188, 212, 0.7) !important;
    }

    .rgba-teal-strong {
        background-color: rgba(0, 150, 136, 0.7) !important;
    }

    .rgba-green-strong {
        background-color: rgba(76, 175, 80, 0.7) !important;
    }

    .rgba-lime-strong {
        background-color: rgba(205, 220, 57, 0.7) !important;
    }

    .rgba-yellow-strong {
        background-color: rgba(255, 235, 59, 0.7) !important;
    }

    .rgba-orange-strong {
        background-color: rgba(255, 152, 0, 0.7) !important;
    }

    .rgba-brown-strong {
        background-color: rgba(121, 85, 72, 0.7) !important;
    }

    .rgba-grey-strong {
        background-color: rgba(158, 158, 158, 0.7) !important;
    }

    .rgba-bluegrey-strong {
        background-color: rgba(96, 125, 139, 0.7) !important;
    }

    .rgba-black-strong {
        background-color: rgba(0, 0, 0, 0.7) !important;
    }

    .rgba-stylish-strong {
        background-color: rgba(62, 69, 81, 0.7) !important;
    }

    .rgba-white-strong {
        background-color: rgba(255, 255, 255, 0.7) !important;
    }

    .rgba-blue-slight {
        background-color: rgba(3, 169, 244, 0.1) !important;
    }

    .rgba-red-slight {
        background-color: rgba(244, 67, 54, 0.1) !important;
    }

    .rgba-pink-slight {
        background-color: rgba(233, 30, 99, 0.1) !important;
    }

    .rgba-purple-slight {
        background-color: rgba(156, 39, 176, 0.1) !important;
    }

    .rgba-indigo-slight {
        background-color: rgba(63, 81, 181, 0.1) !important;
    }

    .rgba-cyan-slight {
        background-color: rgba(0, 188, 212, 0.1) !important;
    }

    .rgba-teal-slight {
        background-color: rgba(0, 150, 136, 0.1) !important;
    }

    .rgba-green-slight {
        background-color: rgba(76, 175, 80, 0.1) !important;
    }

    .rgba-lime-slight {
        background-color: rgba(205, 220, 57, 0.1) !important;
    }

    .rgba-yellow-slight {
        background-color: rgba(255, 235, 59, 0.1) !important;
    }

    .rgba-orange-slight {
        background-color: rgba(255, 152, 0, 0.1) !important;
    }

    .rgba-brown-slight {
        background-color: rgba(121, 85, 72, 0.1) !important;
    }

    .rgba-grey-slight {
        background-color: rgba(158, 158, 158, 0.1) !important;
    }

    .rgba-bluegrey-slight {
        background-color: rgba(96, 125, 139, 0.1) !important;
    }

    .rgba-black-slight {
        background-color: rgba(0, 0, 0, 0.1) !important;
    }

    .rgba-stylish-slight {
        background-color: rgba(62, 69, 81, 0.1) !important;
    }

    .rgba-white-slight {
        background-color: rgba(255, 255, 255, 0.1) !important;
    }

    .bg-primary {
        background-color: #4285F4 !important;
    }

    .bg-danger {
        background-color: #ff3547 !important;
    }

    .bg-warning {
        background-color: #FF8800 !important;
    }

    .bg-success {
        background-color: #00C851 !important;
    }

    .bg-info {
        background-color: #33b5e5 !important;
    }

    .bg-default {
        background-color: #2BBBAD !important;
    }

    .bg-secondary {
        background-color: #aa66cc !important;
    }

    .bg-elegant {
        background-color: #2E2E2E !important;
    }

    .bg-unique {
        background-color: #880e4f !important;
    }

    .bg-dark-green {
        background-color: #388E3C !important;
    }

    .bg-mdb-color {
        background-color: #59698D !important;
    }

    .bg-red {
        background-color: #D32F2F !important;
    }

    .bg-pink {
        background-color: #ec407a !important;
    }

    .bg-purple {
        background-color: #8e24aa !important;
    }

    .bg-deep-purple {
        background-color: #512da8 !important;
    }

    .bg-indigo {
        background-color: #3f51b5 !important;
    }

    .bg-blue {
        background-color: #1976D2 !important;
    }

    .bg-light-blue {
        background-color: #82B1FF !important;
    }

    .bg-cyan {
        background-color: #00bcd4 !important;
    }

    .bg-teal {
        background-color: #00796b !important;
    }

    .bg-green {
        background-color: #388E3C !important;
    }

    .bg-light-green {
        background-color: #8bc34a !important;
    }

    .bg-lime {
        background-color: #afb42b !important;
    }

    .bg-yellow {
        background-color: #fbc02d !important;
    }

    .bg-amber {
        background-color: #ffa000 !important;
    }

    .bg-orange {
        background-color: #f57c00 !important;
    }

    .bg-deep-orange {
        background-color: #ff7043 !important;
    }

    .bg-brown {
        background-color: #795548 !important;
    }

    .bg-grey {
        background-color: #616161 !important;
    }

    .bg-blue-grey {
        background-color: #78909c !important;
    }

    .bg-dark {
        background-color: #212121 !important;
    }

    .bg-light {
        background-color: #e0e0e0 !important;
    }

    .bg-white {
        background-color: #fff !important;
    }

    .bg-black {
        background-color: #000 !important;
    }

    .z-depth-2, .modal-dialog.cascading-modal.modal-avatar .modal-header img {
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .z-depth-3 {
        box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    }

    .z-depth-4 {
        box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    }

    .z-depth-5 {
        box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
    }

    body.modal-open {
        padding-right: 0 !important;
        overflow: auto;
    }

    body.scrollable {
        overflow-y: auto;
    }

    .modal-dialog .modal-content {
        border-radius: 2px;
        border: 0;
    }

    .modal {
        padding-right: 0 !important;
    }

    @media (min-width: 768px) {
        .modal .modal-dialog.modal-top {
            top: 0;
        }

        .modal .modal-dialog.modal-left {
            left: 0;
        }

        .modal .modal-dialog.modal-right {
            right: 0;
        }

        .modal .modal-dialog.modal-bottom {
            bottom: 0;
        }

        .modal .modal-dialog.modal-top-left {
            top: 10px;
            left: 10px;
        }

        .modal .modal-dialog.modal-top-right {
            top: 10px;
            right: 10px;
        }

        .modal .modal-dialog.modal-bottom-left {
            left: 10px;
            bottom: 10px;
        }

        .modal .modal-dialog.modal-bottom-right {
            right: 10px;
            bottom: 10px;
        }
    }

    .modal.fade.top:not(.show) .modal-dialog {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }

    .modal.fade.left:not(.show) .modal-dialog {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
    }

    .modal.fade.right:not(.show) .modal-dialog {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
    }

    .modal.fade.bottom:not(.show) .modal-dialog {
        -webkit-transform: translate3d(0, 25%, 0);
        transform: translate3d(0, 25%, 0);
    }

    @media (min-width: 992px) {
        .modal.modal-scrolling {
            position: relative;
        }

            .modal.modal-scrolling .modal-dialog {
                position: fixed;
                z-index: 1050;
            }

        .modal.modal-content-clickable {
            top: auto;
            bottom: auto;
        }

            .modal.modal-content-clickable .modal-dialog {
                position: fixed;
            }

        .modal .modal-fluid {
            width: 100%;
            max-width: 100%;
        }

            .modal .modal-fluid .modal-content {
                width: 100%;
            }

        .modal .modal-frame {
            position: absolute;
            width: 100%;
            max-width: 100%;
            margin: 0;
        }

            .modal .modal-frame.modal-bottom {
                bottom: 0;
            }

        .modal .modal-full-height {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            position: absolute;
            width: 400px;
            height: 100%;
            margin: 0;
            top: 0;
            right: 0;
        }

            .modal .modal-full-height.modal-top, .modal .modal-full-height.modal-bottom {
                display: block;
                width: 100%;
                max-width: 100%;
                height: auto;
            }

            .modal .modal-full-height.modal-top {
                bottom: auto;
            }

            .modal .modal-full-height.modal-bottom {
                top: auto;
            }

            .modal .modal-full-height .modal-content {
                width: 100%;
            }

            .modal .modal-full-height.modal-lg {
                max-width: 90%;
                width: 90%;
            }
    }

    @media (min-width: 992px) and (min-width: 992px) {
        .modal .modal-full-height.modal-lg {
            max-width: 800px;
            width: 800px;
        }
    }

    @media (min-width: 992px) and (min-width: 1200px) {
        .modal .modal-full-height.modal-lg {
            max-width: 1000px;
            width: 1000px;
        }
    }

    @media (min-width: 992px) {
        .modal .modal-side {
            position: absolute;
            right: 10px;
            bottom: 10px;
            margin: 0;
            width: 400px;
        }
    }

    .modal-dialog .btn .fa {
        color: #fff !important;
    }

    .modal-dialog [class*="btn-outline-"] .fa {
        color: inherit !important;
    }

    .modal-dialog.cascading-modal {
        margin-top: 10%;
    }

        .modal-dialog.cascading-modal .close {
            color: #fff;
            opacity: 1;
            text-shadow: none;
        }

        .modal-dialog.cascading-modal .modal-header {
            text-align: center;
            margin: -2rem 1rem 1rem 1rem;
            padding: 1.5rem;
            border: none;
            border-radius: 3px;
        }

            .modal-dialog.cascading-modal .modal-header .close {
                margin-right: 1rem;
            }

            .modal-dialog.cascading-modal .modal-header .title {
                width: 100%;
                margin-bottom: 0;
                font-size: 1.25rem;
            }

                .modal-dialog.cascading-modal .modal-header .title .fa {
                    margin-right: 9px;
                }

            .modal-dialog.cascading-modal .modal-header .social-buttons {
                margin-top: 1.5rem;
            }

                .modal-dialog.cascading-modal .modal-header .social-buttons a {
                    font-size: 1rem;
                }

        .modal-dialog.cascading-modal .modal-c-tabs .nav-tabs {
            margin: -1.5rem 1rem 0 1rem;
        }

        .modal-dialog.cascading-modal .modal-c-tabs .tab-content {
            padding: 1.7rem 0 0 0;
        }

        .modal-dialog.cascading-modal .nav-tabs {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

            .modal-dialog.cascading-modal .nav-tabs li {
                -webkit-box-flex: 1;
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1;
            }

                .modal-dialog.cascading-modal .nav-tabs li a {
                    text-align: center;
                    font-weight: normal;
                }

        .modal-dialog.cascading-modal .modal-body,
        .modal-dialog.cascading-modal .modal-footer {
            color: #616161;
            padding-right: 2rem;
            padding-left: 2rem;
        }

            .modal-dialog.cascading-modal .modal-body .additional-option,
            .modal-dialog.cascading-modal .modal-footer .additional-option {
                text-align: center;
                margin-top: 1rem;
            }

        .modal-dialog.cascading-modal.modal-avatar {
            margin-top: 6rem;
        }

            .modal-dialog.cascading-modal.modal-avatar .modal-header {
                margin: -6rem 2rem -1rem 2rem;
            }

                .modal-dialog.cascading-modal.modal-avatar .modal-header img {
                    width: 130px;
                    margin-left: auto;
                    margin-right: auto;
                }

    .modal-dialog.modal-notify .heading {
        margin: 0;
        padding: 0.3rem;
        color: #fff;
        font-size: 1.15rem;
    }

    .modal-dialog.modal-notify .modal-header {
        border: 0;
    }

    .modal-dialog.modal-notify .close {
        opacity: 1;
    }

    .modal-dialog.modal-notify .modal-body {
        padding: 1.5rem;
        color: #616161;
    }

    .modal-dialog.modal-notify .btn-outline-secondary-modal {
        background-color: transparent;
    }

    .modal-dialog.modal-notify.modal-info .modal-header {
        background-color: #5394ff;
    }

    .modal-dialog.modal-notify.modal-info .fa {
        color: #5394ff;
    }

    .modal-dialog.modal-notify.modal-info .badge {
        background-color: #5394ff;
    }

    .modal-dialog.modal-notify.modal-info .btn-primary-modal {
        background-color: #5394ff !important;
        color: #fff !important;
    }

        .modal-dialog.modal-notify.modal-info .btn-primary-modal:hover {
            background-color: #6da4ff;
        }

        .modal-dialog.modal-notify.modal-info .btn-primary-modal:focus, .modal-dialog.modal-notify.modal-info .btn-primary-modal:active, .modal-dialog.modal-notify.modal-info .btn-primary-modal.active {
            background-color: #116bff;
        }

        .modal-dialog.modal-notify.modal-info .btn-primary-modal.dropdown-toggle {
            background-color: #5394ff !important;
        }

            .modal-dialog.modal-notify.modal-info .btn-primary-modal.dropdown-toggle:hover, .modal-dialog.modal-notify.modal-info .btn-primary-modal.dropdown-toggle:focus {
                background-color: #6da4ff !important;
            }

        .modal-dialog.modal-notify.modal-info .btn-primary-modal:not([disabled]):not(.disabled):active, .modal-dialog.modal-notify.modal-info .btn-primary-modal:not([disabled]):not(.disabled).active,
        .show > .modal-dialog.modal-notify.modal-info .btn-primary-modal.dropdown-toggle {
            background-color: #116bff !important;
        }

    .modal-dialog.modal-notify.modal-info .btn-outline-secondary-modal {
        border: 2px solid #5394ff;
        color: #5394ff !important;
        background-color: transparent;
    }

        .modal-dialog.modal-notify.modal-info .btn-outline-secondary-modal:hover, .modal-dialog.modal-notify.modal-info .btn-outline-secondary-modal:focus, .modal-dialog.modal-notify.modal-info .btn-outline-secondary-modal:active, .modal-dialog.modal-notify.modal-info .btn-outline-secondary-modal:active:focus, .modal-dialog.modal-notify.modal-info .btn-outline-secondary-modal.active {
            background-color: transparent;
            color: #5394ff;
            border-color: #5394ff;
        }

        .modal-dialog.modal-notify.modal-info .btn-outline-secondary-modal:not([disabled]):not(.disabled):active, .modal-dialog.modal-notify.modal-info .btn-outline-secondary-modal:not([disabled]):not(.disabled).active,
        .show > .modal-dialog.modal-notify.modal-info .btn-outline-secondary-modal.dropdown-toggle {
            background-color: transparent !important;
            border-color: #5394ff !important;
        }

    .modal-dialog.modal-notify.modal-warning .modal-header {
        background-color: #ff8e38;
    }

    .modal-dialog.modal-notify.modal-warning .fa {
        color: #ff8e38;
    }

    .modal-dialog.modal-notify.modal-warning .badge {
        background-color: #ff8e38;
    }

    .modal-dialog.modal-notify.modal-warning .btn-primary-modal {
        background-color: #ff8e38 !important;
        color: #fff !important;
    }

        .modal-dialog.modal-notify.modal-warning .btn-primary-modal:hover {
            background-color: #ff9c52;
        }

        .modal-dialog.modal-notify.modal-warning .btn-primary-modal:focus, .modal-dialog.modal-notify.modal-warning .btn-primary-modal:active, .modal-dialog.modal-notify.modal-warning .btn-primary-modal.active {
            background-color: #f56a00;
        }

        .modal-dialog.modal-notify.modal-warning .btn-primary-modal.dropdown-toggle {
            background-color: #ff8e38 !important;
        }

            .modal-dialog.modal-notify.modal-warning .btn-primary-modal.dropdown-toggle:hover, .modal-dialog.modal-notify.modal-warning .btn-primary-modal.dropdown-toggle:focus {
                background-color: #ff9c52 !important;
            }

        .modal-dialog.modal-notify.modal-warning .btn-primary-modal:not([disabled]):not(.disabled):active, .modal-dialog.modal-notify.modal-warning .btn-primary-modal:not([disabled]):not(.disabled).active,
        .show > .modal-dialog.modal-notify.modal-warning .btn-primary-modal.dropdown-toggle {
            background-color: #f56a00 !important;
        }

    .modal-dialog.modal-notify.modal-warning .btn-outline-secondary-modal {
        border: 2px solid #ff8e38;
        color: #ff8e38 !important;
        background-color: transparent;
    }

        .modal-dialog.modal-notify.modal-warning .btn-outline-secondary-modal:hover, .modal-dialog.modal-notify.modal-warning .btn-outline-secondary-modal:focus, .modal-dialog.modal-notify.modal-warning .btn-outline-secondary-modal:active, .modal-dialog.modal-notify.modal-warning .btn-outline-secondary-modal:active:focus, .modal-dialog.modal-notify.modal-warning .btn-outline-secondary-modal.active {
            background-color: transparent;
            color: #ff8e38;
            border-color: #ff8e38;
        }

        .modal-dialog.modal-notify.modal-warning .btn-outline-secondary-modal:not([disabled]):not(.disabled):active, .modal-dialog.modal-notify.modal-warning .btn-outline-secondary-modal:not([disabled]):not(.disabled).active,
        .show > .modal-dialog.modal-notify.modal-warning .btn-outline-secondary-modal.dropdown-toggle {
            background-color: transparent !important;
            border-color: #ff8e38 !important;
        }

    .modal-dialog.modal-notify.modal-success .modal-header {
        background-color: #01d36b;
    }

    .modal-dialog.modal-notify.modal-success .fa {
        color: #01d36b;
    }

    .modal-dialog.modal-notify.modal-success .badge {
        background-color: #01d36b;
    }

    .modal-dialog.modal-notify.modal-success .btn-primary-modal {
        background-color: #01d36b !important;
        color: #fff !important;
    }

        .modal-dialog.modal-notify.modal-success .btn-primary-modal:hover {
            background-color: #01ec78;
        }

        .modal-dialog.modal-notify.modal-success .btn-primary-modal:focus, .modal-dialog.modal-notify.modal-success .btn-primary-modal:active, .modal-dialog.modal-notify.modal-success .btn-primary-modal.active {
            background-color: #01914a;
        }

        .modal-dialog.modal-notify.modal-success .btn-primary-modal.dropdown-toggle {
            background-color: #01d36b !important;
        }

            .modal-dialog.modal-notify.modal-success .btn-primary-modal.dropdown-toggle:hover, .modal-dialog.modal-notify.modal-success .btn-primary-modal.dropdown-toggle:focus {
                background-color: #01ec78 !important;
            }

        .modal-dialog.modal-notify.modal-success .btn-primary-modal:not([disabled]):not(.disabled):active, .modal-dialog.modal-notify.modal-success .btn-primary-modal:not([disabled]):not(.disabled).active,
        .show > .modal-dialog.modal-notify.modal-success .btn-primary-modal.dropdown-toggle {
            background-color: #01914a !important;
        }

    .modal-dialog.modal-notify.modal-success .btn-outline-secondary-modal {
        border: 2px solid #01d36b;
        color: #01d36b !important;
        background-color: transparent;
    }

        .modal-dialog.modal-notify.modal-success .btn-outline-secondary-modal:hover, .modal-dialog.modal-notify.modal-success .btn-outline-secondary-modal:focus, .modal-dialog.modal-notify.modal-success .btn-outline-secondary-modal:active, .modal-dialog.modal-notify.modal-success .btn-outline-secondary-modal:active:focus, .modal-dialog.modal-notify.modal-success .btn-outline-secondary-modal.active {
            background-color: transparent;
            color: #01d36b;
            border-color: #01d36b;
        }

        .modal-dialog.modal-notify.modal-success .btn-outline-secondary-modal:not([disabled]):not(.disabled):active, .modal-dialog.modal-notify.modal-success .btn-outline-secondary-modal:not([disabled]):not(.disabled).active,
        .show > .modal-dialog.modal-notify.modal-success .btn-outline-secondary-modal.dropdown-toggle {
            background-color: transparent !important;
            border-color: #01d36b !important;
        }

    .modal-dialog.modal-notify.modal-danger .modal-header {
        background-color: #ff4b4b;
    }

    .modal-dialog.modal-notify.modal-danger .fa {
        color: #ff4b4b;
    }

    .modal-dialog.modal-notify.modal-danger .badge {
        background-color: #ff4b4b;
    }

    .modal-dialog.modal-notify.modal-danger .btn-primary-modal {
        background-color: #ff4b4b !important;
        color: #fff !important;
    }

        .modal-dialog.modal-notify.modal-danger .btn-primary-modal:hover {
            background-color: #ff6565;
        }

        .modal-dialog.modal-notify.modal-danger .btn-primary-modal:focus, .modal-dialog.modal-notify.modal-danger .btn-primary-modal:active, .modal-dialog.modal-notify.modal-danger .btn-primary-modal.active {
            background-color: #ff0909;
        }

        .modal-dialog.modal-notify.modal-danger .btn-primary-modal.dropdown-toggle {
            background-color: #ff4b4b !important;
        }

            .modal-dialog.modal-notify.modal-danger .btn-primary-modal.dropdown-toggle:hover, .modal-dialog.modal-notify.modal-danger .btn-primary-modal.dropdown-toggle:focus {
                background-color: #ff6565 !important;
            }

        .modal-dialog.modal-notify.modal-danger .btn-primary-modal:not([disabled]):not(.disabled):active, .modal-dialog.modal-notify.modal-danger .btn-primary-modal:not([disabled]):not(.disabled).active,
        .show > .modal-dialog.modal-notify.modal-danger .btn-primary-modal.dropdown-toggle {
            background-color: #ff0909 !important;
        }

    .modal-dialog.modal-notify.modal-danger .btn-outline-secondary-modal {
        border: 2px solid #ff4b4b;
        color: #ff4b4b !important;
        background-color: transparent;
    }

        .modal-dialog.modal-notify.modal-danger .btn-outline-secondary-modal:hover, .modal-dialog.modal-notify.modal-danger .btn-outline-secondary-modal:focus, .modal-dialog.modal-notify.modal-danger .btn-outline-secondary-modal:active, .modal-dialog.modal-notify.modal-danger .btn-outline-secondary-modal:active:focus, .modal-dialog.modal-notify.modal-danger .btn-outline-secondary-modal.active {
            background-color: transparent;
            color: #ff4b4b;
            border-color: #ff4b4b;
        }

        .modal-dialog.modal-notify.modal-danger .btn-outline-secondary-modal:not([disabled]):not(.disabled):active, .modal-dialog.modal-notify.modal-danger .btn-outline-secondary-modal:not([disabled]):not(.disabled).active,
        .show > .modal-dialog.modal-notify.modal-danger .btn-outline-secondary-modal.dropdown-toggle {
            background-color: transparent !important;
            border-color: #ff4b4b !important;
        }


.buttonNav {
    display: none
}

.MenuHaut {
    display: block;
}

navmenu {
    position: relative;
}

.navbar-toggler {
    color: #17a2b8;
    z-index: 4;
}

html {
    font-size: 0.8rem;
}

/*// option responsive*/
@media screen and (max-width:1200px) {
    html {
        font-size: 0.7rem;
    }
}

@media screen and (max-width:756px) {
    html {
        font-size: 0.7rem;
    }
}

@media screen and (max-width:984px) {
    html {
        font-size: 0.7rem;
    }

    .InformationStat {
        display: none;
    }

    .MenuHaut {
        display: none;
    }

    .MenuDeroulant {
        box-shadow: 0 30px 70px rgba(0,0,0,.2);
        width: 200px;
        text-align: center;
        background-color: white;
        z-index: 1000;
        position: absolute !important;
        top: 130% !important;
        right: 20% !important,
    }

    .buttonNav {
        display: block;
        background-color: #ff9800;
        position: absolute;
        right: 15%;
        top: 0%;
        margin-top: 70px;
        z-index: 4;
        width: 60px;
        height: 60px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 30px;
    }
}

html {
    font-size: 0.8rem;
}
@media screen and (max-width:790px) {
    html {
        font-size: 0.5rem;
    }

  
    .carousel-inner {
       overflow-y:scroll;
    }

}


/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


.input-field.col .dropdown-content [type="checkbox"] + label {
    top: 1px;
    left: 0;
    height: 18px;
}

/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */

.custom-control-label::before {
    width: 1.5rem !important;
    height: 1.5rem !important;
}

.custom-control-label::after {
    width: 1.5rem !important;
    height: 1.5rem !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #33b5e5 !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
    color: darkorange !important;
    background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
    color: black;
}

    .custom-control-input:disabled ~ .custom-control-label::before {
        background-color: #1C2331 !important;
    }