@font-face {
    font-family: 'BasisGrotesquePro';
    font-weight: 500;
    src: url('./fonts/BasisGrotesquePro-Regular.ttf');
    font-family: 'BasisGrotesquePro-Regular';
    font-weight: 400;
    src: url('./fonts/BasisGrotesquePro-Regular.ttf');
    font-family: 'BasisGrotesquePro-Light';
    font-weight: 300;
    src: url('./fonts/BasisGrotesquePro-Light.ttf');
    font-family: 'BasisGrotesquePro-Bold';
    font-weight: 700;
    src: url('./fonts/BasisGrotesquePro-Bold.ttf');
}

body {
    background: #f9fafd;
    font-style: normal;
    font-weight: 400;
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

html, body {
    width: 100%;
    height: 100%;
}

#inscription .container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.container {
    width: 100%;
}

section {
    padding: 0;
}

.content-section {
    background-attachment: fixed !important;
    background-size: cover !important;
    display: flex;
    padding: 0;
}

/*---------------------------------------
          Inscription              
-----------------------------------------*/
#inscription .title-inscript h1 {
    font-family: 'BasisGrotesquePro-Bold', Arial, Helvetica, sans-serif;;
    font-size: 40px;
    font-weight: 700;
    color: #18214c;
    margin-bottom: 30px;
}

#inscription .title-inscript h2 {
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;;
    font-size: 16px;
    font-weight: 400;
    padding-left: 14px;
    color: #18214c;
}

#inscription span.orange {
    color: #ff7a00;
}

#inscription .col-md-6 {
    background: #fff;
    padding-right: 0;
    padding-left: 0;
}

#inscription .logo img {
    width: 150px;
    height: auto;
}

#inscription .title-inscript {
    padding: 129px 96px; /*155px*/
    padding-bottom: 70px;
}

#inscription .inscri-img {
    background: url('../images/inscri-img.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
}

#inscription .inscri-thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    padding: 0 45px 0 45px;
}

#inscription .form-group .btn {
    padding: 12px;
    border-radius: 80px;
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    /*margin: 0 auto;*/
}

#inscription .form-group .btn:hover {
    color: #cecfd2;
}

#inscription .form-group .btn.btn-submit {
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #ff7a00;
    color: #fff;
    padding: 18px;
    height: 58px;
}

#inscription .form-group .btn.btn-next {
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #ff7a00;
    color: #fff;
    padding: 18px;
    height: 58px;
    width: 35%;
}

#inscription .form-group .btn.btn-abonne, .form-group .btn.btn-abonne {
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    background-color: transparent;
    color: #ff7a00;
    width: 100%;
    height: 52px;
    position: relative;
    bottom: 50px;
}

.btn.btn-btnttv {
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    background-color: transparent;
    color: #ff7a00;
    width: 100%;
}

#inscription .form-group .btn.btn-previous {
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff5ec;
    color: #ff7a00;
    padding: 18px;
    height: 58px;
    width: 35%;
    padding-right: 20px;
}

.btn.btn-previous {
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #f9fafd;
    color: #a4a9b7;
    height: 41px;
    width: 20%;
    border-radius: 50px;
    padding-right: 20px;
    position: relative;
    top: 22px;
    margin-right: 10px;
}

#inscription .form-section .form-group .btn.btn-previous {
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #a4a9b7;
    height: 41px;
    border-radius: 50px;
    padding-right: 20px;
    position: relative;
    top: 0;
    margin-right: 10px;
    height: 58px;
    width: 35%;
}

/*btn-unsubscribe check*/
.form-group .btn-desabonne.check {
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: url(../images/check-btn.png) no-repeat left;
    color: #a4a9b7;
    padding: 18px;
    height: 58px;
    /*width:70%;*/
    width: auto;
    margin: 0 auto;
    position: relative;
    bottom: 50px;
}

section.rgt-suggest {
    width: 50%;
    position: relative;
    top: 100px;
}

.form-group .btn.btn-asuggest {
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #ff7a00;
    color: #fff;
    padding: 18px;
    height: 58px;
    width: 25%;
    padding-right: 20px;
    border-radius: 35px;
}

.form-group .btn.btn-sendgest {
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff5ec;
    color: #ff7a00;
    padding: 18px;
    height: 58px;
    width: 35%;
    padding-right: 20px;
    border-radius: 35px;
}

.rgt-suggest > .form-group {
    display: flex;
    padding: 18px 0;
    padding-bottom: 5px;
    flex-direction: row-reverse;
    width: 76%;
    bottom: 0;
}

#inscription .form-group .btn.btn-submit.inactive {
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff5ec;
    color: #ff7a00;
    padding: 18px;
    height: 58px;
    width: 64%;
}

#inscription .col-md-6.col-sm-6 .btn-groups {
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 15px;
    border-radius: 80px;
    width: 20%;
    height: 58px;
    position: relative;
    left: 70px;
    bottom: 140px;
    text-align: center;
    background-color: #fff;
    border: 0px solid #BFBFBF;
    background-color: white;
    /*box-shadow: 3px 3px 12px #aaaaaa;*/
}

#inscription .col-md-6.col-sm-6 .btn-groups .btn.btn-video {
    background-color: transparent;
    color: #ff7a00;
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    right: 5px;
}

.col-md-6.col-sm-6 .logo {
    padding-left: 50px;
    padding-top: 14px;
}

i.fa.fa-camera.fa-3x {
    position: relative;
    top: 22px;
    left: 25px;
}

.form-section {
    padding: 0 10%;
}

#inscription .form-group {
    padding: 10px 35px;
}

.form-group {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    bottom: 0; /*55px*/
    padding-top: 20px;
}

@media (max-width: 768px) {
    .form-group {
        position: relative;
    }
}

.form-group.suggs {
    display: flex;
    padding-bottom: 5px;
    max-width: 100%;
    margin: 0 auto;
    bottom: -28px !important;
    left: 30px !important;
}

.form-group label span, .form-section label {
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: bold;
    color: #a4a9b7;
}

.form-group label small {
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: 400;
    color: #a4a9b7;
}

input.logo-imp {
    width: 20px;
    border: none;
    position: relative;
    right: 0;
}

#inscription input.form-control {
    width: 100%;
    height: 58px;
    border-radius: 80px;
    border: none;
    background: #f1f3fa;
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 20px;
    color: #18214c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .035);
}

#inscription input::placeholder {
    color: #a4a9b7;
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #f1f3fa;
}

#inscription input.form-control.Dm {
    width: 50%;
    height: 58px;
    border-radius: 80px;
    border: none;
    background: #f1f3fa;
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 11px;
    padding-left: 20px;
    color: #18214c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .035);
}

#inscription input.form-control.count {
    width: 60%;
    height: 58px;
    border-radius: 80px;
    border: none;
    background: #f1f3fa;
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding-left: 20px;
    color: #18214c;
    margin-right: 10px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .035);
}

#inscription input.form-control.cp {
    width: 37%;
    height: 58px;
    border-radius: 80px;
    border: none;
    background: #f1f3fa;
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding-left: 20px;
    color: #18214c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .035);
}

#inscription input.form-control.cph {
    width: 25%;
    height: 58px;
    border-radius: 80px;
    border: none;
    background: #f1f3fa;
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding-left: 20px;
    color: #18214c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .035);
}

#inscription input.form-control.num {
    width: 72%;
    height: 58px;
    border-radius: 80px;
    border: none;
    background: #f1f3fa;
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding-left: 20px;
    color: #18214c;
    position: relative;
    left: 2%;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .035);
}

#inscription select.form-control.full {
    width: 100%;
    height: 58px;
    border-radius: 80px;
    border: none;
    background: #f1f3fa;
    padding: 7px;
    padding-left: 20px;
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #18214c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .035);
}

#inscription input.form-control.dm:focus {
    outline: none;
    background-color: #f1f3fa;
}

#inscription select.form-control.dm {
    width: 25%;
    border-radius: 80px;
    border: none;
    background: #f1f3fa;
    padding: 7px;
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-weight: 600;
    height: 41px;
    color: #18214c;
}

select.form-control.dm:focus {
    outline: none;
    background-color: #f1f3fa;
}

/* error message and check */

span.icon-tchek {
    vertical-align: middle;
    position: relative;
    text-align: center;
    top: 10px;
    right: 35px;
}

.fa-check:before {
    color: #ff7a00;
}

#inscription .form-group input.valider {
    background: url(../images/check.png) #f1f3fa no-repeat 93% center !important;
}

span.error-message-cp {
    position: absolute;
    top: 50px;
    left: 227px;
    color: red;
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: block;
}

span.error-message {
    position: absolute;
    top: 43px;
    left: 18px;
    color: red;
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: block;
}

span.error-message-num {
    position: absolute;
    top: 43px;
    left: 18px;
    color: red;
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: block;
}

span.error-message-cdp {
    position: absolute;
    width: 28%;
    top: 50px;
    left: 18px;
    color: red;
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: block;
    z-index: 1;
}

span.error-message-ph {
    position: absolute;
    top: 50px;
    left: 139px;
    color: red;
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: block;
}

.text-warning {
    color: #ff7a00 !important;
    position: relative;
    top: 19px;
    left: 10px;
}

/*---------------------------------------
      Confirmation Inscription              
-----------------------------------------*/

.inscript-conf {
    padding: 200px 0 44px;
}


/*.form-group input.valide {
background: url(../images/check.jpg) no-repeat right center !important;
padding-right: 30px; 
}*/

/*---------------------------------------
          Marque Profil              
-----------------------------------------*/
/* head top bar*/
.container {
    width: 100%;
}

.topnav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.profil {
    width: 100%;
    padding: 0;
    margin-top: 112px !important;
}

a.profil {
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #18214c;
}

.topbar {
    height: 7.375rem;
}

.mb-4, .my-4 {
    margin-bottom: 0.5rem !important;
}

/* Logo */
.logo.upstride img {
    width: 115px; /*150px*/
    height: auto;
}

/* profile */

.topbar .nav-item .nav-link .img-profile {
    height: 50px;
    width: 50px;
}

/* dropdown */
li.nav-item.dropdown.no-arrow.mx-1 {
    position: relative;
    top: 15px;
}

/* search */
input.form-control {
    box-shadow: none !important;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.form-inline .input-group {
    display: flex;
    min-width: 384px;
    min-height: 38px;
    border: solid 1px #e7e7e7;
}

.navbar-search .input-group .btn-search {
    color: #000;
    background-color: none;
    border-color: none !important;
}

.navbar {
    border-bottom: none !important;
    width: 100%;
}

input.form-control.bg-light.border-0.small {
    width: auto !important;
    text-align: left;
    padding-top: 15px;
}

form.d-none.d-sm-inline-block.form-inline.mr-auto.ml-md-3.my-2.my-md-0.mw-100.navbar-search {
    display: block;
    margin: 0 auto !important;
}

/* content a propos */
.col-12.content {
    max-width: 870px;
    margin: 0 auto;
    padding: 0;
    height: auto;
    border: solid 1px #f3f3f3;
    background-color: #f9fafd;
}

.logo-icon {
    width: 42px;
    height: 42px;
    border-radius: 21px;
    background: rgba(76, 175, 80, 0.1);
}

.logo-icon-user {
    width: 42px;
    height: 42px;
    border-radius: 21px;
    background: rgba(175, 76, 76, 0.1);
}

.logo-icon-abonne {
    width: 42px;
    height: 42px;
    border-radius: 21px;
    background: rgba(175, 76, 76, 0.1);
}

i.fa.fa-chevron-left {
    position: relative;
    top: 11px;
    left: 17px;
    color: #ff7a00;
}

h1 {
    color: #fff;
    padding: 15px;
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.info-title {
    color: black ! important;
    padding: 15px;
    text-align: center;
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.avatar-profil {
    display: flex;
    position: relative;
    bottom: 60px;
    left: 46px;
}

span.avatar {
    flex-shrink: 0;
    width: auto;
    height: auto;
    border-radius: 50%;
    border: 2px solid #fff;
}

.content-nav {
    position: absolute;
    top: 77px;
    left: 100px;
}

#nav {
    position: relative;
    width: 64em;
    max-width: calc(100% - 4em);
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em;
    cursor: default;
    text-align: center;
}

#nav ul {
    display: flex;
}

#nav ul li {
    list-style: none;
    padding-right: 20px;
    padding-left: 0;
}

#nav ul li a {
    font-size: 14px;
    color: #ced0db;
    font-weight: 400;
}

#nav ul li a:hover {
    border-bottom: 1px solid rgba(222, 222, 222, 0.25);
    padding-bottom: 33px;
}

#nav ul li a.active {
    border-bottom: 1px solid #18214c;
    padding-bottom: 33px;
    box-shadow: none;
}

#nav ul li a.active {
    font-size: 14px;
    color: #18214c;
}

/* a propos */
.block-propos, .block-abonne {
    display: flex;
    padding-top: 40px;
}

.block-full-abonne {
    display: block;
    padding: 10px;
}

.block-full-demand {
    display: block;
    padding: 10px;
}

.title-apropos, .title-abonne {
    display: flex;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .title-apropos, .title-abonne {
        display: block;
    }
}

.block-propos > section.lft, .block-abonne > section.lft {
    width: calc(35% - 2em);
    margin-left: 2em;
    border: solid 1px #f3f3f3;
    padding: 20px;
}

.block-propos > section.rgt, .block-abonne > section.rgt {
    width: calc(65% - 2em);
    margin-left: 2em;
    border: solid 1px #f3f3f3;
    padding: 20px;
}

.block-propos > section.lft-abonne {
    width: calc(50% - 2em);
    margin-left: 2em;
    padding-top: 10px;
}

.block-propos > section.rgt-abonne {
    width: calc(50% - 2em);
    margin-left: 2em;
}

@media (max-width: 767px) {
    .block-propos > section.lft-abonne {
        width: calc(97% - 2em);
    }
}

h2.propos, h2.abonne {
    font-size: 14px;
    color: #18214c;
    padding-top: 30px;
    padding-top: 14px;
    left: 10px;
    position: relative;
}

h2.demand {
    font-size: 14px;
    color: #a4a9b7;
    padding-top: 15px;
    padding-left: 70px;
    font-weight: 400;
}

@media (max-width: 767px) {
    h2.demand {
        position: relative;
        top: -50px;
    }
}

/* icon */
i.fa.fa-file {
    position: relative;
    top: 10px;
    left: 16px;
    color: #4cd964;
}

i.fa.fa-user {
    position: relative;
    top: 9px;
    left: 15px;
    color: #ff2d55;
}

ul.alt {
    margin: 0 0 2em 0;
    position: relative;
    right: 30px;
    top: 10px;
}

ul.alt li {
    display: block;
    width: 12em;
    margin: 0;
    clear: left;
    float: left;
}

ul.alt p {
    margin: 0 0 0.85em 2.5em;
    font-size: 12px;
    color: #a4a9b7;
    position: relative;
    top: -24px;
}

a.prop {
    font-size: 12px;
    color: #a4a9b7;
}

/* marque profil */
.nav-block-rgt {
    width: 50%;
    height: auto;
    display: flex;
    position: absolute;
    right: -150px;
    bottom: -5px;
}

/*@media (max-width: 320px) {
.nav-block-rgt {
  right: 46px;
  bottom: -7px;
}
}*/
@media (max-width: 767px) {
    span.nav-last {
        padding-right: 0;
    }

    .nav-block-rgt {
        right: 60px;
        bottom: -7px;
    }

    .btn.btn-previous {
        width: 45%;
    }
}


span.nav-last {
    padding-top: 0;
    padding-right: 0;
    font-size: 14px;
    color: #ced0db;
    font-weight: 400;
}

a.content-profil {
    color: #18214c;
}

.go-pub.bg-white {
    margin-bottom: 0;
}

.content-avatar {
    width: 42px;
    height: 42px;
}

.pub-img.plus-img.img-4 {
    flex-flow: row wrap !important;
    flex-flow: column;
    padding-top: 20px;
    min-height: 445px;
    /*ajout roby*/
    margin: -21px -36px;
    position: relative;
    left: 10px;
    top: 0;
}

p.loren-items {
    color: #18214c;
    font-size: 14px;
    line-height: 16px;
    padding: 20px 0;
}

p.items-heure {
    font-size: 9px;
    color: #ced0db;
}

.foot {
    padding: 20px 0;
}

.foot .btn {
    background: #ff7a00;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    height: 41px;
}

/* abonne */

/* popup */
span#popUpUserName {
    color: #ff7a00;
}

li.modal-body__items__message {
    font-style: normal;
    font-weight: 700;
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #18214c;
}

li.modal-body__items__profile figure img {
    width: 80px;
    height: 80px;
}

.modal-body .modal-body__items li.modal-body__items__control {
    position: relative;
    top: 33px;
}

/* fin popup */

.subscribers__header__left__icon {
    background: #ffeef1 !important;
}

span.subscribers__header__left__icon img {
    position: relative;
    top: 7px;
    left: 13px;
}

.block-abs-line {
    display: inline-block;
    padding-top: 25px;
}

div#banner {
    max-width: 1200px;
    margin: 0 auto;
}

.items-abonne {
    display: inline-block;
    background-color: #FFF;
    padding: 15px;
}

.form-group .btn.btn-demand {
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff5ec;
    color: #ff7a00;
    padding: 18px;
    height: 58px;
    width: 100%;
    padding-right: 20px;
    border-radius: 80px;
}

.form-group .btn.btn-accept {
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    background-color: #ff7a00;
    color: #fff;
    width: 90px;
    height: 35px;
    border-radius: 17.5px;
}

.form-group .btn.btn-refus {
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    background-color: #fff;
    color: #a4a9b7;
    width: 90px;
    height: 35px;
    border-radius: 17.5px;
    border: solid 0.5px #ced0db;
    margin-right: 5px;
}

.form-group .btn.btn-voirtt {
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 700;
    background-color: none;
    color: #18214c;
    padding-top: 30px;
    text-transform: uppercase;
    width: 100%;
    margin-top: 50px;
    border-top: solid 1px #f3f3f3;
    line-height: 17px !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin: 25px -21px;
    margin-bottom: 0;
    min-width: 357px;
    position: relative;
    top: 0;
}

.form-group .btn.btn-failed {
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    background-color: #fff;
    color: #18214c;
    width: 90px;
    height: 35px;
    border-radius: 17.5px;
    border: none;
    margin-right: 5px;
}

.form-group .btn.btn-remove {
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    background-color: #fff;
    color: #ff7a00;
    width: 90px;
    height: 35px;
    border-radius: 17.5px !important;
    border: solid 0.5px #ff7a00;
    margin-right: 5px;
}

ul.folio {
    list-style: none;
    margin: 0;
    display: flex;
    padding: 5px;
    position: relative;
    right: 30px;
}

ul.folio li {
    float: left;
    clear: left;
    margin-right: 5px;
    display: block;
    text-align: center;
    width: 100%;
}

img.thumbnail.pull-left {
    width: 90px;
    border: solid 1px #f3f3f3;
}

ul.folio li p {
    line-height: 14px;
}

ul.folio li p a {
    font-size: 10px;
    color: #18214c;
}

/*tt actus*/

.inscript-actus {
    padding: 57px 0 44px;
}

@media (max-width: 767px) {
    .inscript-actus {
        padding: 0;
        width: 100%;
        margin: 0 auto;
    }

    .d-none {
        display: block !important;
    }
}

.content-mask {
    margin: 100px 0;
    width: 100%;
    padding: 0;
    grid-gap: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .content-mask {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .content-mask {
        grid-template-columns: repeat(2, 1fr);
    }

    .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 440px) {
    .content-mask {
        grid-template-columns: repeat(1, 1fr);
    }

    .form-inline .input-group {
        min-width: 219px;
    }
}

.profil-autor {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    bottom: 20px;
}

.rounded-circle {
    border-radius: 50% !important;
    min-width: 25%;
    text-align: center;
    margin: 0 auto;
}

.use-profil {
    text-align: center;
    width: 100%;
    min-height: 55px;
    word-break: break-all;
    font-size: 14px;
    line-height: 30px;
}

p.small-profil {
    text-align: center;
    width: 100%;
    word-break: break-all;
    color: #cecfd2;
    font-size: 11px;
    position: relative;
    top: -25px;
}

/*---------------------------------------
     loader center page style           
-----------------------------------------*/

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loading.gif') 50% 50% no-repeat rgb(0, 0, 0, 0.2);
}

.profil-avatar {
    border: solid 1px #eeeff3;
    width: 183px;
    height: 183px;
    margin-bottom: 18px;
    padding: 20px;
}

.profil-demand {
    width: auto;
    height: auto;
    margin-bottom: 18px;
    padding: 20px;
    display: flex;
    left: 80px;
    position: relative;
}

span.avatar-abn {
    position: relative;
    display: block;
    margin-bottom: 1.5em;
}

span.avatar-abn img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    width: 80px;
    height: 80px !important;
    object-fit: cover;
}

.abonne-profil {
    text-align: center;
}

.abonne-demand {
    position: relative;
    padding-top: 22px;
    left: 10px;
}

.sep {
    width: 100%;
    height: 18px;
    background: transparent;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    line-height: 15px;
    position: absolute;
    top: 5px;
    right: 0px;
}

.form-demand {
    padding-top: 35px;
    position: absolute;
    left: 120px;
}

ul.blo-abonne {
    display: block;
    list-style: none;
    width: 100%;
    background: #fff;
}

ul.blo-abonne li {
    display: inline-flex;
    max-height: -webkit-fill-available;
    width: 100%;
    background: #fff;
}

.block-line {
    width: 100%;
    min-height: 112px;
    display: flex;
    border-bottom: 1px solid #eeeff3;
}

section.lft-abonne {
    width: 50%;
}

/*---------------------------------------
  style upload file brand profile           
-----------------------------------------*/

.brand-profile {
    position: absolute;
    bottom: -2px;
    max-width: 200px;
    right: 0;
}

.custom-file-input {
    color: transparent;
    position: initial;
    opacity: 1;
    height: calc(3.375rem + 11px);
    z-index: 0;
}

label.brand-edit {
    position: inherit;
    padding: 4px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Editer photos';
    color: #fff;
    display: inline-block;
    background: rgba(255, 255, 255, .7);
    border-radius: 30px;
    height: 30px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: none;
    font-weight: 400;
    font-size: 12px;
}

.custom-file-input:hover::before {
    border-color: #fff;
}

.custom-file-input:active {
    outline: 0;
}

.custom-file-input:active::before {
    background: -webkit- linear-gradient(top, #e3e3e3, #f9f9f9);
}

/*---------------------------------------
          espace marque           
-----------------------------------------*/
h3 span {
    color: darkgrey;
    font-size: 14px;
    font-weight: normal;
    padding-left: 10px;
}

.espace-marque .espace-article__subscribers__title h3 {
    margin: 0;
    font-size: 14px;
}

.espace-marque .espace-article__subscribers__items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    /*grid-gap: .5rem;
    grid-template-columns: repeat(3, 1fr)!important;*/
}

.espace-marque .espace-article__subscribers__title .user-sels {
    margin-right: 1rem;
    width: 42px;
    height: 42px;
    position: relative;
    background: #ebf4ff !important;
    border-radius: 50%;
}

.espace-marque .espace-article__subscribers__title .marq-acti {
    margin-right: 1rem;
    width: 42px;
    height: 42px;
    position: relative;
    background: #ffeef1 !important;
    border-radius: 50%;
}

.espace-marque .espace-article__subscribers__title div.emk > i.fas.fa-user {
    position: relative;
    top: 10px;
    left: 15px;
    color: #007aff;
}

.espace-marque .espace-article__subscribers__title div.emk > i.fas.fa-user-plus {
    position: relative;
    top: 10px;
    left: 15px;
    color: #007aff;
}

.espace-marque ul.espace-article__subscribers__block {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    /* grid-gap: .5rem; */
    grid-template-columns: none;
    width: 100%;
}

.espace-marque .espace-article__subscribers__items li {
    width: 90px;
    height: 90px;
    border: solid 1px #f3f3f3;
    margin-bottom: 30px;
}

.espace-marque .espace-article__subscribers__items li figure {
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    height: 90px;
    width: 90px;
}

.espace-marque .espace-article__subscribers__items li figure .icon-title {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    top: -7px;
}

.espace-marque .espace-article__subscribers__items li figure .icon-title .avatar {
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    display: block;
    height: 100%;
    width: 100%;
}

.brand-params {
    width: 108px;
    height: 108px;
    overflow: inherit; /*hidden*/
    position: absolute;
    bottom: 18px;
    left: 53px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .brand-params {
        bottom: 168px;
    }
}

.abone-items {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    align-items: center;
    position: relative;
    top: 25px;
}

.marque-items {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    align-items: center;
    position: relative;
    top: 25px;
}

.abone-params {
    width: 48px;
    height: 48px;
    /*border-radius: 50%;*/
    overflow: hidden;
    margin: 0 auto;
    /*background: #eeeff3;*/
}

.sugg-avatar {
    width: 37px;
    height: 37px;
    overflow: hidden;
    border-radius: 50%;
    background: #ff7a00;
    position: relative;
    top: 20px;
}

.disparam-profil {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #ff7a00;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border: solid 1px #eeeff3;
}

.img-profile.circle-ttdisc {
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    display: block;
    height: 100%;
    width: 100%;
}

.a-lien {
    color: #031328;
    font-weight: 700 !important;
}

.espace-marque ul.espace-article__subscribers__block li figure {
    display: flex;
    margin: 0;
    width: 470px;
}

ul.espace-article__subscribers__block li {
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 50%;
    align-items: baseline;
}

.espace-marque ul.espace-article__subscribers__block li {
    max-height: 100px;
}

.espace-marque ul.espace-article__subscribers__block li figcaption.ab {
    position: relative;
    top: -5px; /*5px*/
    left: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #18214c;
    width: 80px;
    text-align: left;
}

.espace-marque ul.espace-article__subscribers__block li figcaption.ab span {
    color: #adb5bd;
    font-size: 10px;
}

span.point-center {
    position: relative;
    top: -3px;
}

button.btn.btn-abone {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 20px;
    color: #ff7a00;
}

button.btn.btn-voirtt.btn-more.text-center {
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 18px;
    height: 58px;
    width: 100%;
}

/* page activité */
.main__brand__menu ul > li a {
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 1.5em 1em;
}

.espace-marque .espace-article__about__title div {
    background-color: #f0fcf2 !important;
}

.espace-marque .espace-article__counter__rest div::before {
    background: rgba(255, 255, 255, .99) !important;
}

.espace-article__subscribers__title .sugg-user {
    background: #f0f0fb !important;
}

span.icon-title img {
    /*width: auto ;
    height: auto;*/
    width: 100%; /*decouvrir*/
    height: 100%;
}

.mask-abonne img {
    width: auto;
    margin: 0 auto;
    height: auto !important;
}

h3.props-left a {
    font-size: 14px;
    font-weight: 600;
    color: #18214c;
}

ul.espace-article__about__items {
    padding-left: 13px !important;
}

ul.espace-article__about__items li {
    font-size: 12px;
    color: #a4a9b7;
    list-style: none;
    position: relative;
    padding: 10px 10px 5px 21px;
    margin-top: 5px;
    width: 100%;
    display: flex;
    grid-auto-flow: row;
    height: 25px;
}

ul.espace-article__about__items li:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 16px;
    left: 0;
}


ul.espace-article__about__items li.e2:before {
    background: url('../images/e2.jpg') no-repeat;
}

ul.espace-article__about__items li.e3:before {
    background: url('../images/e3.jpg') no-repeat;
}

ul.espace-article__about__items li.e4:before {
    background: url('../images/e4.jpg') no-repeat;
}

ul.espace-article__about__items li.e7:before {
    background: url('../images/e8.jpg') no-repeat;
}

.espace-marque .espace-article__subscribers__items figure figcaption {
    color: #18214c;
}

.espace-marque .espace-article__subscribers__items figure figcaption a {
    color: #18214c;
}

/*.espace-marque ul.espace-article__subscribers__block li figure img {
max-width: 42px;
height: 42px;
border-radius:50%;
}*/

/*---------------------------------------
        Toutes actualités           
-----------------------------------------*/

.block-pad {
    padding: 10px;
    max-width: 100%;
    height: auto;
}

.content-abonne-line {
    width: 100%;
    min-height: 270px;
    border-radius: 3px;
    border: solid 1px #eeeff3;
}

.mask-abonne {
    width: 100%;
    height: auto;
    display: flex;
}

.mask-abonne img {
    /*width: 275px;*/ /*100!important*/
    width: 100% !important;
    max-height: 70px;
}

/* avatar correction */

.rounded-circle-tt {
    width: 54px;
    height: 54px;
    border-radius: 50%;
}

.circle-tt {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
}

img.content-avatar {
    width: 100% !important;
    height: 100% !important;
}

/*---------------------------------------
        sellier paramettre           
-----------------------------------------*/

.param-sellier {
    margin-top: 190px !important;
}

.content-abonne-decline {
    width: 100%;
    max-height: 200px;
    border-radius: 3px;
    border: solid 1px #eeeff3;
    background: #fff;
}

span.key-round {
    width: 80px;
    height: 80px;
    position: absolute;
    background: #ffeedc;
    border-radius: 50%;
    padding: 26px;
}

.block-propos-sellier {
    display: content;
    padding-top: 40px;
}

.dropdown.show.profile {
    display: block;
}

.avatar-sellier-profil {
    margin: 0 auto;
    text-align: center;
    position: relative;
    bottom: 115px;
}

.head-avatar {
    width: 37px;
    height: 37px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
}

@media (max-width: 767px) {
    .head-avatar {
        position: relative;
        right: 25px;
    }
}

.avatar {
    border-radius: inherit;
    object-fit: cover;
    /*object-position: top;*/
    display: block;
    height: 100%;
    width: 100%;
    /*border: solid 1px #eeeff3;*/
}

.avatar-param {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.rounded-circle-sellier {
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    display: block;
    height: 100%;
    width: 100%;
}

.form-group-sellier {
    display: block;
    width: max-content;
}

.form-group-sellier > label.form-control, .form-group-sellier > input.form-control {
    border: none;
    background: #fff;
    min-width: 300px;
    box-shadow: none;
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .form-group-sellier > label.form-control, .form-group-sellier > input.form-control {
        width: auto;
    }
}

.form-group-sellier > label.form-control {
    font-weight: 700;
}

.form-group .btn.btn-modifier {
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    background-color: #fff;
    color: #ff7a00;
    width: 90px;
    height: 35px;
    border-radius: 17.5px;
    position: relative;
    left: 90px;
    bottom: 20px;
}

.block-line-sellier {
    width: 70%;
    min-height: 112px;
    display: flex;
    border-bottom: none;
    padding: 20px;
    border-bottom: solid 1px #eeeff3;
    margin: 0 auto;
}

@media (max-width: 400px) {
    .block-line-sellier {
        display: contents;
    }
}

.block-line-sellier > section.lft-sellier {
    width: calc(70% - 2em);
    margin-left: 0em;
    padding-top: 10px;
}

.block-line-selliers > section.rgt-sellier {
    width: calc(20% - 2em);
    margin-left: 2em;
}

@media (max-width: 767px) {
    .brand-profile {
        /*bottom: 370px;
        left: 102px;*/
        margin: 0 auto;
        position: initial;
        padding-bottom: 190px;
        padding-left: 80px;
        padding-right: 0;
    }

    .custom-input::before {
        width: fit-content;
    }

    .form-group {
        max-width: 100%;
    }

    #inscription .form-group {
        padding: 10px 0;
    }

    #inscription .form-group .btn {
        margin: 0 auto;
        width: 50%; /*2905*/
    }

    .block-dec {
        max-width: 100%;
    }

    .profil-demand {
        left: 0;
    }

    .form-demand {
        left: 0;
    }

    span.avatar-abn img {
        height: auto;
    }
}

@media (max-width: 420px) {
    .form-group {
        display: flex;
    }

    .profil-demand {
        display: contents;
    }
}

@media (max-width: 320px) {
    .brand-profile {
        margin: 0 auto;
        position: initial;
        padding-bottom: 190px;
        padding-left: 70px;
        padding-right: 0;
    }

    .custom-input::before {
        width: fit-content;
    }

    .form-group {
        display: block;
    }

    .profil-demand {
        display: contents;
    }
}

@media (min-width: 769px) {
    .content-mark-dec {
        display: block;
    }

    .block-ced {
        display: inline-block;
    }

    #inscription .title-inscript {
        padding: 86px 14% x;
    }
}

/* espace marque à découvrir */

.espace-marque-dec {
    display: block;
    margin-top: 30px;
    position: relative;
}

span.abonne-strong {
    padding-left: 5px;
    font-weight: 700;
}

.title-dec h4 {
    display: flex;
    width: 100%;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #18214c;
    padding-left: 20px;
    margin-bottom: 20px;
}

.title-dec-two h4 {
    display: flex;
    width: 100%;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #18214c;
    padding-left: 20px;
    padding: 20px;
}

.elem-right {
    position: absolute;
    right: 15px;
    top: 3px;
}

.content-mask-dec {
    padding: 0;
    margin: 0 auto;
    display: grid;
    max-width: 870px;
    grid-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
}

.content-mark-dec {
    padding: 0;
    margin: 0 auto;
    display: grid;
    max-width: 870px;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .content-mark-dec {
        grid-template-columns: repeat(2, 1fr);
        margin: 0 auto;
    }

    .content-mask-dec {
        grid-template-columns: repeat(4, 1fr);
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .content-mark-dec {
        grid-template-columns: repeat(2, 1fr);
        margin: 0 auto;
    }

    .content-mask-dec {
        grid-template-columns: repeat(2, 1fr);
        margin: 0 auto;
    }
}

@media (max-width: 440px) {
    .content-mark-dec {
        grid-template-columns: repeat(1, 1fr);
        margin: 0 auto;
    }

    .content-mask-dec {
        grid-template-columns: repeat(1, 1fr);
        margin: 0 auto;
    }
}

.block-dec {
    padding: 10px;
    max-width: 205px;
}

.block-ced {
    padding-top: 15px;
    border: solid 1px #f3f3f3;
    background: #fff;
    max-width: 245px;
}

@media (max-width: 767px) {
    .block-ced {
        width: 100%;
        margin: 0 auto;
    }

    .block-dec {
        width: 100%;
        margin: 0 auto;
    }
}

.contenu p {
    font-style: normal;
    font-weight: 400;
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #18214c;
}

.contenu p a {
    font-weight: 400;
    color: #18214c;
}

.item-abonne-dec {
    padding: 0;
    border: none;
    background: #f9fafd;
    margin: 0 auto;
    display: grid;
    max-width: 870px;
    grid-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .item-abonne-dec {
        grid-template-columns: repeat(2, 1fr);
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .item-abonne-dec {
        grid-template-columns: repeat(2, 1fr);
        margin: 0 auto;
    }

    .disc, .desc {
        margin: 0 auto !important;
    }
}

@media (max-width: 530px) {
    .profil-demand {
        display: contents;
    }

    .abonne-demand {
        position: relative;
        padding-top: 0;
        left: 22px;
    }
}

@media (max-width: 440px) {
    .item-abonne-dec {
        grid-template-columns: repeat(1, 1fr);
        margin: 0 auto;
    }

    .rgt-abonne > .form-demand {
        bottom: 58px;
        left: 24px;
    }

    .block-line {
        min-height: 137px;
    }

}


.block-dec-abonne {
    min-width: 205px;
    margin-bottom: 15px;
}

span.time-zone {
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #616770;
    text-transform: uppercase;
}

/* suggestion page */

section.lft-suggest {
    width: 50%;
}

.title-suggest {
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

span.avatar-sugg {
    width: auto;
    border-radius: 100%;
    border: solid 1px #fff;
}

.profil-suggest {
    width: auto;
    height: auto;
    padding: 15px;
    display: block;
    position: relative;
    top: 10px;
}

.block-suggest {
    width: 100%;
    min-height: 86px;
    display: flex;
    border-bottom: 1px solid #e7e7e7;
}

@media (max-width: 440px) {
    .block-suggest {
        min-height: 202px !important;
        display: block;
    }

    p.small-suggest {
        position: relative;
    }
}

ul.blo-suggest {
    display: block;
    list-style: none;
    width: 100%;
    background: #fff;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    ul.blo-suggest {
        width: 85%;
    }
}

span.avatar-sugg img {
    float: left;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.abonne-sugg {
    position: absolute;
    left: 80px;
    font-size: 14px;
    font-weight: 700;
    color: #202020;
    top: 20px;
}

p.small-suggest {
    font-size: 12px;
    font-weight: 400;
    color: #9ea0a5;
    position: relative;
    left: 17px;
    top: 0;
}

@media (max-width: 767px) {
    .block-dec-abonne {
        width: 180px;
        margin: 0 auto;
    }

    .block-propos {
        display: block;
        padding: 20px;
    }

    .block-suggest {
        min-height: 125px;
    }

    .rgt-suggest > .form-group {
        flex-direction: unset;
    }
}

/*---------------------------------------
          modal css          
-----------------------------------------*/
.modal-window {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.modalbox-content {
    display: flex;
    width: 67%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    background: #ffffff;
}

.modal-window header {
    font-weight: bold;
}

h1.title-modal {
    font-size: 18px;
    margin: 0 0 15px;
    color: #18214c;
}

.modal-close {
    color: #ced0db;
    line-height: 50px;
    font-size: 18px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 9px;
    width: 70px;
    text-decoration: none;
    z-index: 9999;
    font-weight: 400;
}

.modal-close:hover {
    color: #9ea0a5;
}

.leftbox {
    width: 50%;
}

.rightbox {
    width: 50%;
    padding: 40px 20px;
}

a.profil-modalbox {
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #18214c;
}

p.item-modal {
    font-style: normal;
    font-weight: 400;
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #18214c;
    padding-top: 22px;
}

.footer-item {
    display: flex;
    position: relative;
    top: 75px;
    justify-content: space-between;
    padding: 0 20px;
}

span.hour-zone {
    font-size: 12px;
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a4a9b7;
}

a.down-zone {
    color: #ff7a00;
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
}

/* Carousel style */
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 50px;
    left: 20px;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: inherit;
    flex: inherit;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: unset;
    border-top: none;
    border-bottom: none;
    opacity: .5;
    transition: opacity 0.6s ease;
}

.carousel-control-prev {
    left: 10px;
    right: 0;
    border-radius: 20px;
    background: #d8d8d8;
    width: 40px;
    height: 40px;
    top: 50%;
}

.carousel-control-next {
    right: 10px;
    border-radius: 20px;
    background: #d8d8d8;
    width: 40px;
    height: 40px;
    top: 50%;
}

@media (max-width: 767px) {
    .main__brand__menu ul {
        display: contents !important;
    }

    .modalbox-content {
        display: block;
    }

    .leftbox {
        width: 100%;
    }

    .rightbox {
        width: 100%;
        padding: 40px 20px;
    }

    .footer-item {
        top: 0;
    }
}

/* modal fin period */
#first_connexion .modal-body {
    text-align: center;
}

#first_connexion h1.mod-title {
    color: #ff7a00;
    font-size: 24px;
    font-weight: bolder;
}

#first_connexion h3.mod-stitle {
    color: #18214c;
    font-size: 18px;
    font-weight: 700;
}

#first_connexion p.prgh-content {
    font-size: 16px;
}

#first_connexion p.prgh-footer {
    font-size: 16px;
}

/*---------------------------------------
         Fin modal css          
-----------------------------------------*/
/*---------------------------------------
         tooltip css          
-----------------------------------------*/


/*---------------------------------------
         Fin tooltip          
-----------------------------------------*/
/*---------------------------------------
        mobile version           
-----------------------------------------*/

/*------ inscription -------- */
@media (max-width: 767px) {
    .content-section {
        display: block;
    }

    #inscription .title-inscript {
        padding: 129px 71px;
    }

    .form-section {
        padding: 0 10%;
    }

    #inscription .inscri-img {
        min-height: 767px;
        display: inline-block;
    }
}

/* ------- authentification -------- */
@media (max-width: 767px) {
    .autentification .section .btn {
        padding: 15px 25px;
    }

    .autentification .section2 .mdp {
        width: auto;
    }

    /* espace sellier mobile*/
    ul.espace-article__subscribers__block li {
        width: 100%;
    }

    .espace-marque ul.espace-article__subscribers__block li figure {
        width: 25%;
    }
}

/* correction espace sellier / marque */
section.rgt-sellier {
    top: 39px;
    width: 50%;
    min-height: 70px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

@media (max-width: 400px) {
    section.rgt-sellier {
        right: 102px;
    }
}

.suggs {
    position: relative;
    bottom: 0;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    left: 50px;
}

p.subscribers__header__left {
    color: #a4a9b7;
}

.espace-marque .espace-article__subscribers__items figure img {
    width: 42px;
    /*border: 2px solid #f5f5f5;*/
    border-radius: 50%;
    height: 48px;
}

.subscribers__content__items__item figure > img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 80px;
    object-fit: cover;
}

span.highlight {
    font-size: 14px;
    color: #18214c;
    font-weight: 700;
    background: none;
}

i.far.fa-file, i.far.fa-user, i.fas.fa-power-off, i.fas.fa-user-plus, i.fas.fa-cog {
    position: relative;
    right: 10px;
    width: 12%;
}

/* custom input file firefox */
.custom-input {
    width: 100%;
    height: 37px;
    display: block;
    cursor: pointer;
    border: none;
    font-size: 14px;
    position: relative;
    color: #FFF;
    background: rgb(0, 57, 79);
    border-radius: 30px;
    bottom: 5px;
    right: 20px;
    word-break: break-word;
    text-align: center;
    padding: 20px 0;
    line-height: 14px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .custom-input {
        right: -70px;
    }
}

@media (max-width: 768px) {
    .custom-input {
        bottom: -30px;
        right: -170px;
    }
}

@media (max-width: 550px) {
    .custom-input {
        bottom: -30px;
        right: -110px;
    }
}

@media (max-width: 440px) {
    .custom-input {
        right: -58px;
    }
}

.custom-input::before {
    content: attr(data-text);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.custom-input:hover,
.custom-input:focus {
    box-shadow: 0 0 10px #000;
    border: none;
    background: rgb(0, 57, 79);
}

.custom-input input {
    opacity: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.main__brand {
    width: 100%;
}

.main__brand__profile .brand-profile {
    list-style: none;
}

.carousel-indicators .active {
    width: 6px;
    height: 6px;
    margin: 0;
    background-color: #fff;
}

.pub-img {
    cursor: pointer;
    padding: 5px;
    max-width: 460px;
    /*max-height: 216px;*/
    height: auto;
    background-image: url('../images/inscri-img.jpg') no-repeat;
    /*margin: -21px -36px;
    position: relative;
    left: 10px;
    top: 10px;*/
    overflow: hidden;
    margin-bottom: 5px;
}

.pub-img video {
    position: relative;
    padding-bottom: 0;
    height: 100%;
    margin-bottom: 0;
    margin-top: 0;
}

.pub-img.video1.plus-video {
    max-height: 230px;
}

.cont-spl {
    padding-left: 20px;
}

/*notification*/
h6, .h6 {
    font-size: 14px;
}

.dropdown-menu > li > a {
    font-weight: 400;
    line-height: 10px;
    white-space: nowrap;
    font-size: 14px;
    color: #a4a9b7;
}

.dropdown-item__content__right {
    position: absolute;
    right: 30px;
}

/*  header sellier */
li.profile.sel {
    position: relative;
    left: 10px;
    top: -5px;
}

.menu-nav ul.menu-left-sellier li.mx-1 {
    margin-left: 5.25rem !important;
    margin-right: 0.25rem !important;
    background: url('../images/home-light.jpg') no-repeat;
}

.menu-nav ul.menu-left-sellier li.mx-1:hover {
    background: url('../images/home-active.jpg') no-repeat;
}

.menu-nav ul.menu-left-sellier li.mx-2 {
    margin-left: 0 !important;
    margin-right: -0.75rem !important;
    background: url('../images/glob.jpg') no-repeat;
}

.menu-nav ul.menu-left-sellier li.mx-2:hover {
    background: url('../images/globe-active.jpg') 2px 0px no-repeat;
}

.menu-nav ul.menu-left-sellier li.mx-3 {
    margin-left: 1rem !important;
    background: url('../images/bell.jpg') no-repeat;
}

.menu-nav ul.menu-left-sellier li.dropdown.mx-3.open > a:before {
    content: '';
    width: 23px;
    height: 14px;
    background: url(../images/up.gif) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 41px;
    z-index: 9999;
}

.menu-nav ul.menu-left li.dropdown.mx-4.open:before {
    content: '';
    width: 23px;
    height: 14px;
    background: url(../images/up.gif) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 44px;
    z-index: 9999;
}

@media (min-width: 1200px) {
    .menu-nav ul.menu-left-sellier li.mx-1 {
        margin-left: 9.25rem !important;
        margin-right: 1rem !important;
    }

    .menu-nav ul.menu-left-sellier li.mx-2 {
        margin-left: 0 !important;
        margin-right: 0.25rem !important;
    }

    .menu-nav ul.menu-left-sellier li.mx-3 {
        margin-left: 1rem !important;
    }
}

@media (max-width: 320px) {
    .menu-nav ul.menu-left-sellier li.mx-1 {
        margin-left: 6.25rem !important;
        margin-right: 0.25rem !important;
    }
}

.form-group.sugg {
    position: relative;
}

.cont-space {
    padding-left: 0;
}

.col-lg-4.block-ced > .go-pub.bg-white > .pub-img a img {
    max-width: 212px;
    min-height: 198px;
}

div#previewImg img {
    padding: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 5px;
}

div#previewImg .img {
    margin: 0;
}

.modal-body {
    position: relative;
    padding: 65px;
    min-height: 380px;
}

.rgt-abonne > .form-demand {
    padding-top: 35px;
    position: absolute;
    left: 120px;
    bottom: 62px;
}

@media (max-width: 767px) {
    .rgt-abonne > .form-demand {
        bottom: 62px;
    }
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 100% !important;
    overflow: hidden;
}

.video-responsive video {
    max-height: 230px;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
}

.video-responsivevs {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    top: 0;
}

.video-responsivevs video {
    height: 224px;
    position: absolute;
    top: 0px;
}
.error-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 15%;
}

.error-page h1 {
    color: black;
}
@media (max-width: 767px) {
    .main__brand__cover {
        height: 220px !important;
    }
}
