body {
    font-size: 0.85rem;
}

.btn {
    font-size: 15px;
    font-weight: 300;
    min-width: 230px;
    box-shadow: 0 2px 3px 2px rgb(0 0 0 / 10%);
}

.btn-small {
    font-size: 14px !important;
}

.has-error .help-block {
    color: #de5959;
}

span.error {
    color: #de5959;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    margin-top: -7px;
}

span.error strong{
    font-weight: 400;
}

.bloc.blanc{
    background-color: #fff;
}

.form-group span.error{
    margin-top: 0;
}

.max-width-600 {
    max-width: 600px;
}

.max-width-480{
    max-width: 480px;
    margin-left:auto;
    margin-right:auto;
}

.max-width-120{
    max-width: 120px;
}

.lh-2{
    line-height: 1.7rem;
}

a.reset-a {
    color: #333;
    text-decoration: none;
}


ul li a img.active,
ul li a svg.active
{
    display: none;
}

ul li.active a img.active,
ul li.active a svg.active {
    display: inline-block;
}

ul li.active a img.unactive,
ul li.active a svg.unactive {
    display: none;
}


/** HEADER **/
.avatar{
    height: 95px;
    width: 95px;
    background-repeat: no-repeat;
    background-color: #efefef;
    border-radius: 100%;
    background-position: center center;
    background-size: cover;
    margin: auto;
}

.nav-link .avatar{
    height: 65px;
    width: 65px;
}

.avatar img {
    max-width: 95px;
    border-radius: 100%;
}

.page-int .section .header .btn {
    font-size: 15px;
}

.page-int .section .header .btn-group-offline {
    display: flex;
    flex-direction: row;
    padding: 20px 0;
    justify-content: center;
    width: 100%;
}

.page-int .section .header .btn-group-offline .btn {
    margin: 0 35px;
}




/** SIDEBAR **/
/*
.sidbar {
    z-index: 99999;
} */

/* .sidbar .content .navMenu .logo{
    margin: -16px auto -26px !important;
} */

.sidbar .content .navMenu .logoNew{
    margin: -16px auto -26px !important;
}

.sidbar .content .navMenu .navbar-nav {
    width: 100%;
}


.sidbar .content .navMenu .navbar-nav .listeItem {
    border-top: none;
    border-bottom: 1px solid #eee;
}

.sidbar .content .navMenu .navbar-nav .listeItem .item {
    font-size: 0.85rem;
    font-weight: 400;
    padding: 15px;
}

.sidbar .content .navMenu .navbar-nav .listeItem.active .item {
    font-weight: 600;
    color: #333;
}
.sidbar .content .navMenu .navbar-nav .listeItem .item img,
.sidbar .content .navMenu .navbar-nav .listeItem .item i,
.sidbar .content .navMenu .navbar-nav .listeItem .item svg{
    margin-right: 10px;
}

.sidbar .content .navMenu .navbar-nav .listeItem .item img{
    max-width: 22px;
}

.sidbar .content .navMenu .navbar-nav .listeItem .item i{
    font-size: 20px;
}

.sidbar .content .navMenu .navbar-nav .listeItem .item:after{
    right: -31px;
}

.sidbar .content .navMenu .classement {
    margin-top: 40px;
    width: 88%;
}

.sidbar .content .navMenu .classement .ttr {
    font-size: 0.95rem;
    margin-bottom: 25px;
    font-weight: 300;
}

.sidbar .content .navMenu .classement .avatar img {
    max-width: 54px;
}

.sidbar .content .navMenu .classement .listeClassement li {
    margin-bottom: 10px;
}

.sidbar .content .navMenu .classement .listeClassement li .avatar {
    width: 60px;
    height: auto;
    background-color: transparent;
}

.sidbar .content .navMenu .classement .listeClassement li .resume {
    min-width: 130px;
}

.sidbar .content .navMenu .classement .listeClassement li .resume .nameClassement {
    font-size: 0.75rem;
}

.sidbar .content .navMenu .classement .listeClassement li .resume .nameClassement .small,
.sidbar .content .navMenu .classement .listeClassement li .resume .nameClassement small {
    font-size: .7rem;
}

.sidbar .content .navMenu .classement .link {
    font-weight: 500;
    font-size: .85rem;
    text-decoration: underline;
}

/** CONNEXION **/
.page-int .section .connexion.connected {
    justify-content: flex-start;
}

.page-int .section .connexion .ttr {
    font-weight: 500;
    font-size: 20px;
}

.page-int .section .connexion .form-row {
    max-width: 940px;
    align-items: flex-end;
    margin: 0 auto;
}

.page-int .section .connexion .form-row>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}

.page-int .section .connexion .form-row .mini-label{
    position: absolute;
    margin-top: -22px;
    font-weight: 300;
}

.page-int .section .connexion .large-label{
    font-weight: 300;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 5px;
    display: block;
}


.page-int .section .connexion span.error {
    text-align: center;
    position: absolute;
    width: 100%;
}

.page-int .section .connexion .contentForm .form-group{
    margin-bottom: 2rem;
    position: relative;
    max-width: 450px;
    margin: 0 auto 1rem auto;
}

.page-int .section .connexion .contentForm .form-control,
.page-int .section .connexion .contentForm .checkboxes
{
    margin: 0 auto 7px;
    width: 100%;
    max-width: 450px;
}

.page-int .section .connexion .contentForm .checkboxes{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.page-int .section .connexion .contentForm .checkboxes input{
    height: 18px;
    width: 18px;
}

.page-int .section .connexion .contentForm .checkboxes label{
    font-weight: 300;
    font-size: 14px;
}

.page-int .section .connexion .contentForm .checkboxes label a{
    color: var(--color-primary);
    font-weight: 500;
}

.page-int .section .connexion .contentForm .btn {
    font-weight: 300;
    font-size: 1.05rem;
    height: auto;
    min-height: 40px;
}

.page-int .section .connexion .contentForm .btn.btn-large {
    width: auto;
    padding: 0 30px;
}

.page-int .section .connexion .contentForm .link-primary {
    font-weight: 500;
    font-size: 0.85rem;
}

.page-int .section .connexion .alert{
    max-width: 450px;
    margin: 0px auto 30px;
}

.page-int .section .connexion .para{
    max-width: 450px;
    text-align: center;
}


.authentification-modal {
    display: none;
    position: absolute;
    background-color: rgba(255,255,255,0.95);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.authentification-modal.show {
    display: block!important;
}


.authentification-modal .authentification-modal-body {
    max-width: 526px;
    padding: 50px 40px;
    margin: 35vh auto;
    background-color: var(--color-primary);
    border-radius: 4px;
}

#code.authentification-modal .authentification-modal-body {
    margin: 31vh auto;
}

.authentification-modal .authentification-modal-body p {
    color: #fff;
    line-height: 32px;
    text-align: center;
}
.authentification-modal.normal-modal .authentification-modal-body p {
    max-width: 260px;
    margin: 0 auto;
}

.authentification-modal .authentification-modal-body .group {
    text-align: center;
    justify-content: space-evenly;
}

.authentification-modal .authentification-modal-body .btn {
    margin: 2px 10px;
    min-width: 160px;
}

.authentification-modal.normal-modal .authentification-modal-body .btn {
    min-width: 70px;
    font-size: 0.85rem;
    margin: 2px 10px;
}

.promo-modal h3,
.question-modal h3 {
    color: #fff;
    text-align: center;
}

.promo-modal .code {
    display: block;
    padding: 8px;
    background-color: #fff;
    width: 250px;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 200;
    margin: 0 auto;
}

.question-modal h3 {
    font-size: 1.05rem;
}

.authentification-modal.question-modal .authentification-modal-body p.small{
    line-height: 17px;
}

/** FOOTER **/

.footerInt {
    padding: 20px 20px 10px 320px;
}

.footerInt .footerNav .navList {
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footerInt .footerNav .navList li {
    margin-bottom: 5px;
}

.footerInt .footerNav .navList li a {
    font-size: 0.8rem;
}

.footerInt .footerNav .navList li .selectDevise{
    width: 63px;
    background-color: transparent;
}

.footerInt .footerNav .navList li .selectDevise option small{
    font-size: 0.6rem;
}

#selectlangFoot {
    width: 55px!important;
}

.footer-fb {
    width: 25px;
}

#newsletter-response {
    font-size: 11px;
}

/** CAMPAGNES **/

.nos-campagnes .banner {
    min-height: 300px;
    background-size: cover;
    background-position: center center;
    background-color: #fff;
}

.nos-campagnes .article .card-group .card .card-body .card-text,
.nos-campagnes article .card-group .card .card-body .card-text {
    min-height: 42px;
    line-height: 20px;
}

.nos-campagnes .article .card-group .card .cardImg,
.nos-campagnes article .card-group .card .cardImg {
    display: flex;
}

.nos-campagnes .article .card-group .card .card-img-top,
.nos-campagnes .article .card-group .card img,
.nos-campagnes article .card-group .card .card-img-top,
.nos-campagnes article .card-group .card img {
    max-width: 100%;
    height: auto;
    max-height: 130px;
}


.page-int .section .grid h5.sttr {
    color: #333;
    font-size: 1.15rem;
    text-align: left;
}

.page-int .section .grid h2.sttr{
    color: #333;
    font-size: 1.15rem;
    margin-bottom: 30px;
}

.page-int .section .article .header-title .paraViolet,
.page-int .section .article .texte .para,
.article p {
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 25px;
}

.article.recap p {
    font-size: 0.9rem;
    margin-bottom: 1.2rem;
}

.btn-content .btn-link {
    margin-top: 5px;
    display: block;
    text-decoration: underline;

}

.page-int .section .tabbable-panel #accordion .card{
    border-radius: 0;
}

.page-int .section .tabbable-panel #accordion .card .card-header .particip:after, .page-int .section .tabbable-panel #accordion .card .card-header h2:after {
    background-image: url(../img/icones/chevron-right.svg);
}

.page-int .section .tabbable-panel .tab-pane#tab_default_4 ul .listeItem .item .icone img {
    max-width: 100%;
    border-radius: 6px;
}

.page-int .section .tabbable-panel .tab-pane#tab_default_4 ul .listeItem .item .price {
    font-weight: 500;
}

.page-int .section .tabbable-panel .tab-pane#tab_default_4 ul .listeItem .item .info .name {
    font-size: 15px;
    margin-bottom: 4px;
    max-width: 150px;
    word-break: break-all;
}

.page-int .section .tabbable-panel .tab-pane#tab_default_4 ul .listeItem .item .info .dateAjout {
    font-size: 0.8rem;
}

.page-int .section .tabbable-panel .tab-pane#tab_default_4 ul .listeItem .item .icone {
    width: 70px;
    min-width: 70px;
}

.page-int .section .tabbable-panel #accordion .card .card-header .particip,
.page-int .section .tabbable-panel #accordion .card .card-header h2{
    font-weight: 500;
    font-size: 16px;
}

.page-int .section .tabbable-panel #accordion .card-body {
    border-top: none;
    padding: 20px 0 20px;
}

/* .page-int .section .tabbable-panel #accordion .card .card-header .particip[aria-expanded=true]:after, */
.page-int .section .tabbable-panel #accordion .card .card-header h2[aria-expanded=false]:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
/* .page-int .section .tabbable-panel #accordion .card .card-header .particip[aria-expanded=true]:after, */
.page-int .section .tabbable-panel #accordion .card .card-header h2[aria-expanded=true]:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.page-int .section .tab-pane .reseau .image{
    cursor: pointer;
    height: 50px;
    width: 50px;
    background-position: 50% 35%;
    margin: 0 6px;
}

.page-int .section .tab-pane .reseau [type=radio]:checked + .image {
    border: 5px solid var(--color-primary);
    opacity: 1;
}

.page-int .section .tabbable-panel .imgContent {
    flex-wrap: wrap;
}

.page-int .section .tabbable-panel .imgContent .imgItem {
    max-width: 33%;
    margin-bottom: 10px;
    text-align: center;
}

.page-int .section .article .form.add-form .row .btn {
    min-width: 139px;
    font-size: 11px;
    padding: 5px 12px;
    font-weight: 400;
}

.page-int .section .article .form.add-form .row .btn.btn-submit {
    margin: 0 auto;
    background-color: var(--color-primary);
    font-size: 0.8rem;
    padding: 7px 50px;
    border-radius: 7px;
    width: 250px;
}

.page-int .section .article .form.add-form .row .select{
    margin-bottom: 0;
    min-width: 315px;
}

.page-int .section .article .form.add-form .row .select-options li {
    padding: 12px 12px;
    text-indent: 0;
}

.page-int .section .article .form.add-form .row .form-group {
    margin-bottom: 45px;
}

.page-int .section .article .form.add-form .row .form-control{
    -webkit-box-shadow: 0 5px 9px #c2c2c2;
    box-shadow: 0 5px 9px #c2c2c2;
}

.page-int .section .article .form.add-form .row .select-styled{
    position: relative;
    background-color: #fff;
    min-height: 40px;
    line-height: 22px;
}

.page-int .section .article .form.add-form .row .select-styled,
.page-int .section .article .form.add-form .row .form-control,
.page-int .section .article .form.add-form .row .form-control::placeholder {
    font-size: 0.85rem;
}

.page-int .section .article .form.add-form .row .select-options{
    border-top: 1px solid var(--color-primary);
    top: auto;
    max-height: 299px;
}

.page-int .section .article .form.add-form .row .select-options li {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-top: 1px solid #efefef;
    min-height: 73px;
    padding-left: 63px;
}

.page-int .section .article .form.add-form .row .select-options li:hover {
    color: #333;
    background: #efefef;
}

.page-int .section .article .form.add-form .row .select-options li:first-child {
    padding-left: 12px;
}

.page-int .section .article .form.add-form .row .select-options span.campagne-logo {
    background-repeat: no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    background-size: contain;
    border-radius: 100%;
    margin-right: 10px;
    background-position: center center;
    box-shadow: 2px 3px 3px #e3e3e3;
    position: absolute;
    left: 10px;
}

.page-int .section .article .form.add-form .row .select-options span.rso-icone {
    font-size: 22px;
    margin-right: 10px;
    border-radius: 100%;
    box-shadow: 2px 3px 3px #e3e3e3;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    left: 10px;
}

.page-int .section .article .form.add-form .row .select-options li:hover span {
    box-shadow: 0 0 0 transparent;
}

.page-int .section .article .form.add-form .row .form-control{
    height: 40px;
}

.page-int .section .article .form.add-form .row textarea.form-control{
    height: auto;
}


.page-int .section .article .form .custom-radio [type=radio]+label .image {
    cursor: pointer;
}

.page-int .section .article .form .custom-radio [type=radio]+label .image:hover {
    cursor: pointer;
    border: 5px solid var(--color-primary);
}


.page-int .section .article .form .custom-radio .text-center .sttr,
.page-int .section .article .form .custom-radio .text-center .subttl {
    font-size: 12px;
}

.page-int .section .article .form.add-form .row .update-file {
    min-width: 139px;
}

.page-int .section .article .form.add-form .row .update-file .d-flex img{
    width: 100%;
}

.postesPasses .listeItem .item .icone{
    min-width: 74px;
    margin-right: 0;
}

.postesPasses .listeItem .item .price {
    font-size: 15px;
    font-weight: 500;
    margin-right: 5px;
}

.postesPasses .listeItem .item .info {
    padding: 0 10px 0 5px;
    text-align: left;
    width: 64%;
}

.postesPasses .listeItem .item .info .name{
    font-size: 14px;
}

.postesPasses .listeItem .item .info .infoTxt{
    font-size: 13px;
}

.postesPasses .listeItem .item .iconeR img{
    width: 25px;
}

.postesPasses .listeItem .item[aria-expanded=true] {
    border-radius: 10px  10px  0px  0px;
}

.postesPasses .listeItem .collapse {
    box-shadow: 1px 0 8px rgb(0 0 0 / 15%);
    border-radius: 0px  0px  10px 10px;
}

.postesPasses .listeItem .listes i {
    font-size: 28px;
    color: var(--color-primary);
}

.postesPasses .infoComplement .listes .rate .fas.fa-star {
    font-size: 1.5rem;
}

.page-int .section .winnings .bloc {
    background: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 9px 1px #e0e0e0;
    box-shadow: 0 0 9px 1px #e0e0e0;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 30px 15px;
    align-items: center;
}

.page-int .section .winnings .bloc img {
    width: 35px;
}

.page-int .section .winnings .bloc .info {
    padding: 0 20px;
    min-width: 83px;
}

.page-int .section .winnings .bloc .info .price {
    color: var(--color-primary);
    font-size: 15px;
    font-weight: 500;
}

.page-int .section .winnings .bloc .info .infoTxt {
    font-weight: 300;
    color: #aaa;
    font-size: 13px;
}

.page-int .section .winnings .bloc .btn {
    font-size: 13px;
    min-width: auto;
}

.page-int .section .winnings.custom-radio [type=radio]+label:before {
    display: none;
}


.page-int .section .classement .article {
    min-height: 120px;
}

.page-int .section .classement .article .pic {
    width: 70px;
    height: 70px;
}

.page-int .section .classement .article .pic img{
    max-width: 100%;
}

.page-int .section .classement .article .rang{
    min-width: 40px;
}

.page-int .section .classement .article .name{
    /* min-width: 150px; */
    padding-left: 20px;
    width: 40%;
    word-break: break-all;
}

.page-int .section .classement .article .price {
    font-size: 15px;
}

.add .preview-img {
    width: 100%;
}

.page-int .section .desktop a[data-load-image] {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: .3rem !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.page-int .section .desktop a[data-load-image] img {
    display: none;
}

.btn-reset {
    position: absolute;
    background-color: #333;
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    border-radius: 100%;
    margin-top: -5px;
    right: 10px;
    font-weight: 300;
    transform: rotate(135deg);
    opacity: 0.5;
}
a.btn-reset:hover{
    background-color: var(--color-primary);
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

/** CHECKBOX **/

.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
    margin-left: 20px;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid var(--color-primary);
    display: block;
    /* vertical-align: middle; */
    width: 15px;
    height: 15px;
    margin-top: 1px;
    padding: 2px;
    margin-right: 8px;
    text-align: center;
    position: absolute;
    margin-left: -25px;
}

.small-checkboxes .checkbox-custom + .checkbox-custom-label:before {
    width: 13px;
    height: 13px;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: #aaa;
    box-shadow: inset 0px 0px 0px 2px #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #ccc;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}

/** SELECT SCROLLBAR **/

.simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 1!important;
}

.simplebar-scrollbar:before {
    background: var(--color-primary)!important;
}

.page-int .section .tabbable-panel.account-tab .nav{
    border-color: var(--color-primary)!important;
}

.page-int .section .tabbable-panel.account-tab .nav li {
    width: 24.9%;
}

.page-int .section .tabbable-panel.account-tab .form-group {
    padding: 0 15px;
}

.page-int .section .tabbable-panel.account-tab .form-control {
    border: 1px solid var(--color-primary);
    font-size: 0.8rem;
}

.page-int .section .tabbable-panel.account-tab .mini-label {
    font-size: 0.8rem;;
}

.page-int .section .tabbable-panel.account-tab  .buttons {
    display: flex;
    justify-content: space-evenly;
}

.page-int .section .tabbable-panel.account-tab  h5 {
    font-size: 0.9rem;
    margin-left: 9px;
}

.page-int .section .tabbable-panel.account-tab #payment-tab li{
    display: flex;
    width: auto;
}

.page-int .section .tabbable-panel.account-tab #payment-tab li a{
    border-top: none;
    border-left: none;
    border-right: none;
    padding-bottom: 16px;
}

.select2-container{
    max-width: 100%;
    width: 100%!important;
}

.select2-container .select2-selection--single {
    height: 33px!important;
    padding-top: 2px;
}

.page-int .section .tabbable-panel.account-tab .select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    border: 1px solid var(--color-primary)!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31px!important;
}

.select2-container--default .select2-selection--multiple:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 30px!important;
    height: 24px!important;
    background-image: url('../img/icones/Groupe-1662.svg');
    right: 8px;
    top: 50%;
    margin-top: -6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent!important;
    background-image: url('../img/icones/Groupe-1662.svg');
    margin-left: -28px!important;
    margin-top: -12px!important;
    width: 30px!important;
    height: 24px!important;
}

.btn-file-mini{
    border: 1px dashed #d3d3d3;
    display: flex;
    padding: 10px 15px;
    /* justify-content: center; */
    border-radius: 10px;
    align-items: center;
    width: 320px;
    color: #333;
    max-width: 100%;
}
a.btn-file-mini:hover{
    text-decoration: none;
}

.btn-file-mini .circle{
    background-color: #333333;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    margin-right: 15px;
    font-size: 0.8rem;
}

.btn-file-mini .preview-div.photo-added{
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-file-mini .preview-div.photo-added ~ * {
    display: none;
}

/** SUMMARY */

h6.table-title {
    background-color: var(--color-primary);
    font-size: 0.80rem;
    color: #fff;
    border-radius: 8px;
    padding: 12px 25px;
}

.summary .left{
    text-align: left;
}

.summary .right{
    text-align: right;
}

.summary thead th {
    border: none;
    min-width: 120px;
    font-weight: 300;
}

.summary td {
    vertical-align: middle;
}

.summary .icone img {
    border-radius: 7px;
}

.total .total {
    color:var(--color-primary);
}

.flex-file-wrapper {
    align-items: center;
}

.flex-file-wrapper > div:first-child {
    margin-right: 20px;
}

.file-wrapper .error {
    display: block;
    margin-top: 3px;
    text-align: center;
}

.text-form,
.text-form:focus,
.text-form:focus-visible {
    border: none;
    padding: 0;
    border-bottom: 1px solid var(--color-primary);
    min-width: 300px;
    margin-left: 10px;
    outline: none;
}

.account-tab [data-toggle=collapse] {
    display: block;
    position: relative;
}

[data-toggle=collapse] .table-title:after {
    content: '>';
    position: absolute;
    color: #fff;
    right: 14px;
    font-size: 19px;
    font-weight: 300;
    margin-top: -3px;
    transform: rotate(90deg);
}

[data-toggle=collapse][aria-expanded=false] .table-title:after {
    transform: rotate(0deg);
}

[data-toggle=collapse][aria-expanded=true] .iconeR {
    transform: rotate(90deg);
}

.d-flex.winning-item{
    align-items: center;
}

.d-flex.winning-item > * {
    margin: 0 20px;
}

.d-flex.winning-item img {
    width: 130px;
    height: auto;
}

.table-facture th, .table-facture td{
    border: none!important;
}

.table-facture thead th {
    font-weight: 400;
    padding: 30px 10px;
    font-size: 0.75rem;
}

.table-facture .btn {
    min-width: 120px;
    font-size: 0.75rem;
    padding: .20rem .75rem;
    border-radius: 8px;
}
.table-facture .status {
    font-weight: 500;
    color: var(--color-primary);
}

.table-facture.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent
}

.table-facture.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, .05);
}

.row-facture .name {
    font-size: 0.75rem;
}

.pagination {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.show-password {
    position: absolute;
    color: var(--color-primary);
    right: 0;
    bottom: 9px;
}

.auth .show-password {
    right: 20px;
    bottom: 20px;
}

.auth.login .show-password {
    right: 14px;
    bottom: 13px;
}

.show-password .far {
    cursor: pointer;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.show-password .fa-eye {
    display: none;
}

.show-password .fa-eye-slash {
    display: block;
}

.show-password.active .fa-eye {
    display: block;
}

.show-password.active .fa-eye-slash {
    display: none;
}

.section-parrainage {
    padding-left: 40px;
    max-width: 70%;
    position: relative;
    height: 60vh;
}

.section-parrainage h1 {
    font-size: 1.45rem;
    font-weight: 600;
}

.section-parrainage:before{
    content : ' ';
    position: absolute;
    background-image: url(../img/dotted.png);
    background-repeat: repeat-y;
    width: 4px;
    height: 120%;
    left: 16px;
    margin-top: 0;
}

.section-parrainage .number {
    border: 1px solid var(--color-primary);
    border-radius: 7px;
    display: inline-block;
    padding: 0px 12px;
    margin-bottom: 6px;
}

.section-parrainage .icone-left-nav {
    position: absolute;
    margin-left: -61px;
    margin-top: -14px;
}

.section-parrainage .code {
    border: 1px solid var(--color-primary);
    width: 100%;
    text-align: center;
    height: 32px;
}

.section-parrainage  #code-response {
    font-size: 0.6rem;
    color: green;
    line-height: normal;
    display: block;
}

.section-parrainage .bloc .form-control {
    border-color: var(--color-primary);
    font-size: 0.9rem;
}

.page-int .section .article .form.add-form .row .reseau-select .select-options span.campagne-logo{
    background-size: 67%;
}

.bg-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-image img{
    display: none;
}

.img-icone {
    width: 30px;
    margin-right: 10px;
}

.faq h2 {
    border-bottom: 1px solid var(--color-primary);
    padding-bottom: 15px ;
}

/** PAGE **/

.page-content{
    padding: 50px 40px!important;
}

article.page-content .table-bordered, article.page-content .table-bordered td {
    border: none!important;
}

article.page-content .table td p {
    margin-bottom: 4px!important;
}

.page-content h5 {
    font-size: 0.85rem;
    margin: 2rem 0 1.5rem;
    color: var(--color-primary);
    font-weight: 600;
}

.page-content p {
    margin-bottom: 1.5rem;
    font-size: 0.8rem;
}

.page-content a {
    color: #333;
}

.switchBtn.faq[aria-expanded=false]:after{
    transform: rotate(0deg);
}

.switchBtn.faq[aria-expanded=true]:after{
    transform: rotate(90deg);
}

.propage-click {
    cursor: pointer;
}

.image-block img {
    width: 100%;
    max-width: 100%;
}

.emoji-icon-inline {
    width: 22px;
}

.error-credential-info{
    margin-top: 30px;
    height: 25px;                
    margin-bottom: 10px;
}

/* Flag select css */
.iti { width: 100%; }

.iti__selected-dial-code {
    font-size: 1rem;
    padding-top: 1px;    
    line-height: 1.5;    
}

.badge {
    padding: 5px 10px;
    border-radius: 6px;
    color: #fff;
    margin-bottom: 3px;
}

.badge-red {
    background-color: #dc3545;
}

.badge-blue {
    background-color: #0d6efd;
}

.badge-yellow {
    background-color: #ffc107;
    color:#333;
}

.badge-green {
    background-color: #198754;
}

a.setting-link {
    margin: 10px;
    display: block;
    font-weight: 600;
}

@media (min-width: 991.98px){
    .nos-campagnes .article .card-group .card .cardImg,
    .nos-campagnes article .card-group .card .cardImg{
        background-image: none!important;
    }
}
