@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');

body{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    background: #EEE4F9;
}

header{
    width: 100%;
    padding:15px 0;
    height: auto;
    background: #fff;
    z-index: 999;
    border-bottom: solid 1px #675199;
}

header a:hover{
    text-decoration: none;
}

.header{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
}

.wrapper{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.logo-header{
    width: auto;
    margin-left: 30px;
    margin-right: 27px;
    padding: 0;
    box-sizing: border-box;
}

#logo-usta {
    width: 85px;
    height: 100%;
    margin-right: 10px;
}

#logo-text {
    width: 250px;
    height: 100%;
}

#nav-container{
    float: right;
    margin: 0;
}

.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu > li {
    float: left;
}

.sf-arrows li a.sf-with-ul {
        padding-right: 10px;
}

.sf-arrows .sf-with-ul:after {
    /*position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f007";
    font-style: normal;
    font-weight: normal;
    top: inherit;*/
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    border: 1px solid #e7e7e7;
}

.nav-menu ul li {
    min-width: 180px;
}

.nav-menu ul li:first-child {
    border-top: 0;
}

.nav-menu ul li {
    background: #fff;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
    font-weight: 400;
}

.nav-menu ul li a:hover {
    font-weight: 600;
}

.nav-menu ul li a.rouge {
    color: #FD0910;
}

.nav-menu a {
    padding: 20px 10px 20px 10px;
    text-decoration: none;
    display: inline-block;
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    outline: none;
}

.nav-menu > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #665a97;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


/*
.menu-slider ul{
    width: 100%;
    height: 100%;
    display: flex;
    margin-right: 10px;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
    padding: 0;
}

.menu-slider ul li{
    display: inline-block;
    list-style: none;
    margin-right: 16px;
}

.menu-slider ul li a{
    font-size: 18px;
    color: #3D566E;
    font-weight: 500;
}

.menu-slider ul li a:hover{
    color: #8B97A9;
    text-decoration: none;
    transition: .2s;
}

.div-mobile{
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: flex-end;
    right: 30px;
    z-index: 9999;
}

#mobile{

}
*/

.btn-nav{
    border: none;
    background: none;
    color: #3D566E;
}

.navbar .dropdown .dropdown-menu li>a {
    color: #0A0A0A!important;
    padding: 3px 20px 3px 15px;
    display: block;
    font-weight: 300;
}

.dropdown-toggle::after {
    font-size: .7em;
    margin-left: .255em;
    vertical-align: .255em;
}

.contenu-mobile{
    width: 70%;
    height: 100vh;
    display: none;
    right: 0;
    top: 0;
    justify-content: flex-end;
    position: absolute;
}

.contenu-mobile ul{
    width: 70%;
    height: 100vh;
    padding-top: 90px;
    z-index: 999;
    background: #fff;
    text-align: left;
}

.contenu-mobile ul li{
    list-style: none;
    margin-right: 40px;
    padding: 10px 0;
}

.contenu-mobile ul li a{
    color: #3D566E;
    font-weight: 500;
}

@keyframes slideIn{
    from{
        transform:translateX(50px);opacity:0;
    }
    to{
        transform:translateX(0);opacity:1;
    }
}

.menu-actif{
    display: flex !important;
    animation: slideIn .4s forwards;
}

@keyframes slideOut{
    from{
        right:0;opacity:1;
    }
    to{
        right:-650px;opacity:0.8;
    }
}

.menu-out{
    animation: slideOut .2s forwards;
}

.blur{
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

#flash-info{
    min-height: 35px;
    height: auto;
}

.background-red {
    background-color: #ff3333;
}

#flash-info-text {
    color: white;
    font-size: 16px;
    font-weight: 600;
}

#flash-info i {
    color: #FFF;
    margin-right: 10px;
}

.banner{
    position: relative;
    height: 300px;
    /*clip-path: polygon(
            0 0,
            100% 0,
            100% 100%,
            0 calc(100% - 5vw)
    );*/
}

.banner .bg-banner{
    background-color: rgba(0,0,0,0);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.banner .overlay-banner{
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: rgba(0,0,0,0.50) !important;
}

.banner > svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10vw;
}

.banner-content h4{
    font-family: 'Open Sans', sans-serif;;
    color: white;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.banner h4 span{
    color: #665a97;
    background: #EEE4F9;
    margin-top: 20px;
    padding: 5px;
}

.banner h4 span.closed{
    color: #FFF;
    background: #721c24;
    margin-top: 20px;
    padding: 5px;
}


.banner-content h2{
    font-family: 'Open Sans', sans-serif;;
    color: white;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.banner-content h1{
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 45px;
    line-height:55px;
    font-weight: 300;
    text-transform: uppercase;
}


@media (max-width: 1333px) {
    header{

    }

    #logo-usta {
        width: 80px;
    }

    #logo-text {
        width: 230px;
    }

    .flash-info, .main-top{

    }
}


@media (max-width: 1100px) {
    #logo-usta {
        width: 50px;
    }

    #logop-text {
        width: 200px;
    }
}

@media (max-width: 991px) {
    #logo-usta {
        width: 60px;
    }

    #logo-text {
        width: 200px;
    }
}

@media (max-width: 768px) {

    #logo-usta {
        width: 70px;
    }

    #logo-text {
        display: none;
    }

    #mobile-nav-toggle {
        display: inline;
    }

}

.btn{
    font-family: 'Roboto', sans-serif;
    font-weight:300;
}

.btn-primary {
    color: #fff;
    background-color: #665a97;
    border-color: #665a97;
}

.btn-primary:hover {
    color: #665a97;
    background-color: #EEE4F9;
    border: solid 1px #665a97;

}


.banner .btn-primary{
    text-transform: uppercase;
    font-size: 18px;
}

#main .b-title{
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    font-size: 2.2em;
}

#main h1{
    margin-top: .5em;
    margin-bottom: .5em;
    font-size: 1.2em;
    line-height: 1.5em;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
}

#main h1 a{
   color: #665a97;
}

.main-top{
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.col-action{
    text-align: right;
}

.col-action a, button.bt-trash{
    color: #665a97;
    padding: 3px;
}

.col-action a:hover, button.bt-trash:hover{
    color: #555;
}

.col-action.bt-trash{
    border: none;
    background: none;
}

div.box{
    box-shadow: 0 7px 25px 0 rgba(0,0,0,0.25);
    overflow: hidden;
    border-radius: 5px;
    transition: box-shadow .5s linear;
    background: #9283d0;
    min-height: 225px;
    padding: 20px;
    margin: 0 20px 40px 20px;
}

.frm-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #442c50;
    letter-spacing: 2px;
    font-weight: bold;
    margin-top: 10px;
}

.frm-title-2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #555;
    letter-spacing: 2px;
    font-weight: bold;
}

.frm-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #555;
    margin-bottom: 20px;
}

.cel-header {
    font-weight: bold;
}

.btn-add-line, .btn-add-note-line {
    border: none;
    padding: 5px 15px;
    background: #34A853;
    color: white;
}

.btn-del-line {
    color: #FFF;
    background: #EA4335;
    padding: 7px 15px;
    border: none;
}

div.form-remove-line, div.form-remove-note-line{
    margin-top: 10px;
}

/* wizard */
.wizard {
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard>.steps {
    position: relative;
    display: block;
    width: 100%;
}

/*.wizard ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none!important;
    padding: 0;
    margin: 0;
}

.wizard ul>li {
    display: block;
    padding: 0;
}
*/

.wizard>.steps>ul>li {
    width: 25%;
}

.wizard>.steps>ul>li {
    z-index: 1;
}

.wizard>.steps>ul>li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    float: left;
}

.form-wizard>.steps>ul>li:after, .form-wizard>.steps>ul>li:before {
    content: "";
    width: 50%;
    height: 3px;
    top: 23px;
    background: #eee;
    position: absolute;
    z-index: 0;
}

.form-wizard>.steps>ul>li:before {
    left: 0;
}

.form-wizard>.steps>ul .current:after, .form-wizard>.steps>ul .current:before, .form-wizard>.steps>ul .done:after, .form-wizard>.steps>ul .done:before {
    background: #665a97;
}

.wizard>.steps a, .wizard>.steps a:active, .wizard>.steps a:hover {
    display: block;
    width: auto;
    margin: 0 .5em .5em;
    padding: 1em;
    text-decoration: none;
    border-radius: 5px;
}

.form-wizard>.steps>ul a {
    margin-top: 50px!important;
    background: none!important;
}

.wizard>.steps>ul a{
    font-weight: 600;
    text-transform: uppercase;
    color: #665a97;
}

.wizard>.steps .current a, .wizard>.steps .current a:active, .wizard>.steps .current a:hover {
    cursor: default;
}

.wizard>.content>.title, .wizard>.steps .current-info {
    position: absolute;
    left: -999em;
}

.wizard>.steps .current-info {
    display: none;
}

.wizard>.steps .number {
    font-size: 1.429em;
}

.form-wizard>.steps>ul .number {
    font-size: 18px;
    position: absolute;
    background: #fff;
    border: 2px solid #eee;
    width: 48px;
    border-radius: 50%;
    line-height: 2.45;
    text-align: center;
    top: 0;
    margin-left: -2px;
    z-index: 100;
    cursor: pointer;
}

.form-wizard>.steps>ul .current .number, .form-wizard>.steps>ul .done .number {
    border: 2px solid #665a97;
}

.form-wizard.icon-wizard>.steps>ul i {
    font-size: 18px;
    position: absolute;
    background: #fff;
    border: 2px solid #eee;
    width: 48px;
    border-radius: 50%;
    line-height: 2.45;
    text-align: center;
    top: 0;
    margin-left: -2px!important;
    z-index: 100;
    cursor: pointer;
}


.form-wizard.icon-wizard>.steps>ul .current i, .form-wizard.icon-wizard>.steps>ul .done i {
    border: 2px solid #665a97;
}

.form-wizard>.steps>ul .current:after, .form-wizard>.steps>ul .current~li:after, .form-wizard>.steps>ul .current~li:before {
    background: #eee!important;
}

.form-wizard>.steps>ul>li:after {
    right: 0;
}

.wizard .form-control.error, .form-control.error {
    border-color: #f35a3d;
}

.wizard>.content>.body input {
    display: block;
    border: 1px solid #ccc;
}

.wizard>.content>.body input.error, input.error  {
    background: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard label.error, label.error {
    color: #f35a3d!important;
    position: absolute;
    font-size: 11px;
    margin-left: 0!important;
}

.wizard>.content>.body label {
    display: block;
    margin-bottom: .5em;
}

.wizard>.content>.body label.error {
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
     height: auto;
     border: 1px solid #ddd;
 }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
    padding: .375rem .75rem;
    font-size: 1rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard>.actions>ul {
    display: inline-block;
    text-align: right;
}

.wizard>.actions a, .wizard>.actions a:active, .wizard>.actions a:hover {
    background: #665a97;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    border-radius: 5px;
}

.wizard>.actions>ul>li, .wizard>.steps>ul>li {
    z-index: 1;
}

.wizard>.actions>ul>li, .wizard>.steps>ul>li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    float: left;
}

.wizard>.actions>ul>li {
    margin: 0 .5em;
}

.wizard>.actions .disabled a, .wizard>.actions .disabled a:active, .wizard>.actions .disabled a:hover {
    background: #eee;
    color: #aaa;
}

.wizard.icon-wizard>.steps>ul .done i {
    background: #665a97;
    color: #fff;
}

/* / wizard */


.modalbox{
    background: white;
}

.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.modalbox.success, .modalbox.error {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    padding: 25px 25px 15px;
    text-align: center;
}

footer{
    background: #665a97;
    color: #EEE4F9;
    margin-top: 1.5em;
}

footer div.logo-footer{
    text-align: center;
}

footer div.logo-footer img{
    width: 90px;
    margin-left: 40px;
}

footer .small{
    font-size: .8em;
}

.filter{
    border: solid 1px #665a97;
    padding: 5px;
    margin: 5px 0px;
}

.block-instruction{
    border: solid 1px #00c17a;
    background: #e5f7f2;
    padding: 10px;
}

/* Modal */
.box-modal{
    /*position: absolute;*/
    display: none;
    width: 500px;
    height: 360px;
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.box-modal.visible{
    display: block;
}

.box-modal > div {
    text-align: center;
}

.box-modal div.anim {
    height: 150px;
}

.box-modal div.info{
    padding: 30px;
    color: #3b475e;
}

.box-modal .info .title {
    font-weight: 800;
    text-transform: uppercase;
}

.box-modal .info .btn {
    margin-top: 20px;
    padding: 10px 30px;
    border-radius: 50px;
    border: none;
    font-size: 13px;
    color: #fff;
    background: #665a97;
    border: solid 1px #FFF;
}

.box-modal .info .btn:hover {
    background: #eee4f9;
    border: solid 1px #665a97;
    color: #665a97;
}

.box-modal .info .text {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
}

.success-modal .anim {
    background-color: #3fc59d;
    /*position: relative;*/
}

.error-modal .anim {
    background-color: #FF6245;
    /*position: relative;*/
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #555;
    background-color: #afafaf;
    border-color: #afafaf;
}

.form-check-input{
    margin-bottom: .5rem;
}

div.note{
    padding: 10px;
    border-bottom: solid 1px #665a97;
}

div.note.odd{
    background: rgb(238, 228, 249);
}