.navbarstyle {
    border-bottom: 1px solid rgba(0,0,0,.0975);
    border-top: 1px solid rgba(0,0,0,.0975)
}

#myChart {
  height: 350px;
}

#myChart2 {
  height: 350px;
}

.navcenter {
    max-width: 950px;
    width: 100%;
    margin: auto;
    height: 72px;
}

.navfooter {
    height: 44px;   
}

#containerPromoCODE div div {
  border: 1px solid rgba(86,61,124,.2);
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.pseudoNavBarChatModel {
    color: black;
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    top: 21px;
    position: relative;
    text-overflow: ellipsis;
    max-width: 50%;
    white-space: nowrap;
    overflow: hidden;
}

.btn-rounded {
    border-bottom-left-radius:1000px;
    border-bottom-right-radius:1000px;
    border-top-left-radius:1000px;
    border-top-right-radius:1000px;
}

#priceBundleInput {
    width: 4em;
    text-align: right;
}

.sitename1, .sitename2 {
    font-size: 1.5em;
}

.sitename1, .ebh3 {
    color: #6f42c1;
}

.notsub {
    background-color: lightgrey !important;
    text-decoration: line-through;

}

.ebTitle1, .ebcs {
    color: #6c757d;   
}

.mw-90 {
    max-width: 90%;
}

.bigtext {
    font-size: 1.3em;
}

.ebh3 {
    font-size: 2em;
}

.card-header button:focus {
    box-shadow:unset;
  }

  .bg-progressbarcontaineur {
      background-color: #E7E7E7;
  }

  .bg-progressbarfill {
    background-color: #00B120;
}

textarea {
    padding: 10px;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #999;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
}

.accounttype button {
	font-size: 2.2vw;
}

.dot-register-line {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
}

.line-register-line {
    height: 4px;
    width: calc(30% - 30px);
    display: inline-block;
    margin-bottom: 13px;
}

.line-register-line-3-step {
    height: 4px;
    width: calc(47% - 30px);
    display: inline-block;
    margin-bottom: 13px;
}

.grey-register {
    background-color: #d3d5d6;
}

.blue-register {
    background-color: #007bff;
}
.grey-register-num {
    color: #d3d5d6;
}

.blue-register-num {
    color: #007bff;
}
.registernum1, .registernum2 , .registernum3 , .registernum4 {
    width: 30px;
    display: inline-block;
    text-align: center;
    font-size: 1.3em;
} 

.upPicRegister {
    width: 70px;
    height: 70px;

}

.cancelregisterpic {
    width: 20px;
    height: 20px;
    transform: translate(-15px, 55px);
    position: absolute;
    box-shadow: 1px 1px 1px #999;
    border-radius: 50%;
}


.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;  
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: #4CAF50;
  cursor: pointer;
}

.logonavbar {
    margin-top: 4px;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

.ebTitle {
    font-size: 4.5em;
    margin-top: 2em;
}

.ebcs {
    font-size: 1.5em;   
}

.ebbg {
    background-color: white;
}

.ebbgsoft {
    background-color: white;
}

.backNavBarTop {
    position: relative;
    top: 24px;
}

.pseudoNavBar {
    position: relative;
    top: 6px;
}

.soldRubis button {
    color: black;
}

.soldRubis button:hover{
    text-decoration: none;
    color: black;
}

.disabledopacity {
    opacity: 0.4;
}

.rowcbprivatemedia {
    height: 33px;
}

.cbprivatemediadiv {
    padding-top: 5px;
}

.chatSubBtnNavbar, .btnBecomeModelNavBar, .btnConnectNavBar {
    position: relative;
    top: 18px;
}

.soldRubisText {
    position: relative;
    top: 3px;   
}

.dmNavBar {
    position: relative;
    top: 18px
}

.navbar-brand {
    position: relative;
    top: 11px;
}

.mainCol {
	max-width: 950px;
	margin: auto;
	margin-top: 15px; 
}

.cursor-pointer{
    cursor: pointer;
  }

.text-decoration-none {
    text-decoration: none;
}

.profilePicRadius {
    border-radius: 50%;
}

.profilePicNavBar {
    width: 50px;
    height: 50px;
    margin-top:11px;
    object-fit: cover;
    object-position: center;
}

.gridView .mediaContainer  {
    margin-right: 5px;
    margin-bottom: 5px; 
    width: calc(33% - 5px) !important;
    cursor:pointer;
}

.gridView .titleRowFeed, .gridView .feedbtnbar {
    display: none !important;
}

#btn-back {
    display: none;
    outline:none;	
}

.showBackButton #btn-back {
	display: inline-block !important;	
}


.mediaContainer {
    background-color: white;
    margin-bottom: 24px; 
    width: 100%;
}

.gridView .showOnlyIfSingle
{
    display: none;
}
.gridView .showOnlyIfGrid
{
    display: block;
}

.singleView .showOnlyIfGrid
{
    display: none;
}
.singleView .showOnlyIfSingle
{
    display: block;
}


.gridView .aspectRatio11:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}
.aspectRatio11 {
    position: relative;
    width: 100%;
}
.gridView .aspectRatio11 {
    height: auto;
}

.iconeIsVideo {
    position: absolute;
    width: 30px;
    height: 24px;
    top: 6px;
    right: 6px;
    
    background-image: url(/img/profileico.png);
    background-position-x: -360px;  
}
.iconeIsPublic {
    position: absolute;
    width: 30px;
    height: 24px;
    top: 6px;
    left: 6px;
    
    background-image: url(/img/profileico.png);
    background-position-x: -780px;  
}

.profileText2 {
    color: black;
    width: 100%;
    text-align: center;
    vertical-align: bottom;
    height: 100%;
}

.iconeMutedVideo {
    position: absolute;
    width: 30px;
    height: 24px;
    bottom: 6px;
    right: 6px;
    
    background-image: url(/img/profileico.png);
    display: none;
}
.iconeIsVideoChat {
    position: absolute;
    width: 30px;
    height: 24px;
    margin: 5px 0 0 75px;

    background-image: url(/img/profileico.png);
    background-position-x: -360px;      
}

.gridView .imgAspectRatio11
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.imgAspectRatio11 {
    object-fit: cover;
    width: 100%;
}

video {
    object-fit: contain !important;
}

.gridDetailByMonth {
    display: grid;
    grid-template-columns: fit-content(40ch) fit-content(30ch) fit-content(30ch) fit-content(30ch);
    grid-column-gap: 1em;
    grid-row-gap: 1em;
}

.monthDetailModel {
    font-size: 2em;
}

.gridDetailByMonth div {
    border: 1px solid black;
    padding: 1em;
}

.gridDetailByMonth .sommeEditModel {
    border: 1px solid black;
    padding: 1em;
}

.editModelSalesArray {
    display: grid;
    grid-template-columns: fit-content(40ch) fit-content(8ch) fit-content(8ch);
    grid-column-gap: 1em;
}

.sommeEditModel {
    text-align: right;
}

.profilePicFeed {
	width: 32px;
    height: 32px;
    background-color: #fafafa;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow: hidden;
    margin-left: 16px;
    cursor: pointer;
}

.profilePicFeedSize {
	width: 32px;
    height: 32px;
}

#toggleViewRow {
    padding-top: 16px;
    padding-bottom: 16px;
}

.imgFeed {
	width: 100%;
}

.myModelCartouch {
    background-color: white;
    border: 1px solid #e6e6e6;
    margin-top: 35px;
}

body {
	background-color: #fafafa;
	font-size: 14px;
	overflow-x: hidden; 
}

.mainCol h1 {
    font-size: 20px;
    font-weight: 400;
}

.mainColp2 {
    background-color: white;
    max-width: 600px;
}

.lpFont {
    font-family: Poppins;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    font-size: 16px;
}

.lpH1 {
    font-family: Poppins;
    line-height: 50px !important;
    font-weight: 600;
    color: #000;
    font-size: 50px;
    letter-spacing:normal;
}

.lpH2 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 50px;
    color: #6022ea;
    line-height: 50px;
}

.lpH3 {
    font-size: 34px;
    color: #000000;
    line-height: 34px;
    font-family: Poppins;
}


.titleRowFeed {
	height: 60px;
    border: 1px solid #e6e6e6;
}

.tagRow {
    border-bottom: 1px solid #e6e6e6;   
    padding-bottom: 16px;
}

.videoMedia {
        outline: none;
        display: block;
}

.btn-abo {
	border: 0;
    color: #3897f0;
    display: inline;
    padding: 0;
    -webkit-appearance: none;
    background: 0 0;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    text-transform: inherit;
    text-overflow: ellipsis;
    user-select: none;
    width: auto;
    outline: 0 !important;
	font-weight: 600 !important;
}

.feedImage, .cadre{
    border: 1px solid #e6e6e6;   
    margin-bottom: 24px;
    background-color: white;
}

.feedbtnbar {
    height: 40px;
    border: 1px solid #e6e6e6;
    border-bottom: none;
}

.captionMediaDisplay {
    border: 1px solid #e6e6e6;
    border-top: none;
    font-size: 16px;
    padding: 16px;
}

.pseudoCaption {
    font-weight: bold;
}

.gridView .captionMediaDisplay {
    display: none;
}

.gridView #mediaList  {
    margin-left: 5px; 
    max-width: 950px;
}
.headerProfile, #mediaList, .headerProfile2 {
    max-width: 600px;
}

.septopprofile {
  width: 100%;
  height: 12px;
}


.headerProfile2 {
    background: #ffffff;     
    background-size: 100% auto;
    background-position-y: +35%;
    height: 188px;
    width: 188px;
    border-radius: 50%;
}

.titleModal {
    font-size: 1.6em;
    border-top: 1px solid #e0e0e0;
}

#mediaList {
    margin: auto;
    margin-bottom: 0px;
}

.btn-feed {
    width: 24px;
    height: 24px;
    border: 0;
    background-image: url(/img/profileico.png);
    -webkit-appearance: none;
    outline: 0 !important;
    margin-left: 16px;
    background-color: transparent;
}

.btn-dotdotdot {
	background-position-x: -390px;  
	background-position-y: 12px; 
	box-shadow: unset;
	margin-right: 16px;
}

#btn-back {
	background-position-x: -410px; 
	background-position-y: 3px;
	margin-right: 16px;  
}

.btn-plus {
    background-position-x: -210px;   
    /*position: relative;
    top: 7px;*/
}

.btn-grid .btn-single {
    margin-left: 0px; 
}

.gridView .btn-grid {
    background-position-x: -240px;   
}

.btn-grid {
    background-position-x: -270px;   
}

.gridView .btn-single {
    background-position-x: -330px; 
}

.btn-single {
    background-position-x: -300px; 
}

.btn-share {
    background-position-x: -150px;
}

.btn-setting {
    background-position-x: -660px;
}

.btn-chat {
    background-position-x: -690px;
    height: 23px;
    position: relative;
    top: 2px;
}

.btn-upimg {
    background-position-x: -814px;
    height: 23px;
    position: relative;
    top: -1px;
}

.btn-upimg-cont {
	color: #C00;	
	font-size: 12px;
}

.c-pointer {
	cursor: pointer;
}

.c-pointer {
    cursor: pointer;
}

.redPastille, .mmRedPastille {
    position: absolute;
    background-color: red;
    border-radius: 10px;
    width: 16px;
    height: 16px;
    color: white;
    font-size: 10px;
    text-align: center;
}

.mmRedPastille {
    top: -12px;
    left: 22px;
}

.redPastille {
    top: -12px;
    right: -13px;
}

input[type="radio"] {
  margin-right: 15px;
}

.headerProfile, .headerProfile2 {
    margin-bottom: 12px !important;     
}

.figure, .figureTag {
    line-height: 24px !important;
}

.profileText {
    color: #262626;

    text-overflow: ellipsis;
    text-size-adjust: 100%;
    vertical-align: baseline;
    white-space: nowrap;
    
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 300;
    
    line-height: 32px;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}

.profileText2 {
    color: black;
}

.pseudo {
    font-size: 28px;
    line-height: 56px;
    font-weight: 300;
}

.figure {
    font-size: 16px;
    font-weight: 600;
}

.bio {
    font-size: 16px;
    font-weight: 400;  
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 26px; 
}

.figureTag {
    font-size: 16px;
    font-weight: 400; 
    color: rgb(153, 153, 153);
}

.ulShare {
    list-style-type: none;
    margin-top: 18px; 
}

.ulShare li {
    height: 48px; 
}

.ulShare a {
    display: flex;
}

.ulShare div {
    display:inline-block;
} 
.btn-share {
    width: 30px;
    height: 24px;
    background-image: url(/img/profileico.png);
}
.btn-fbwall {
    background-position-x: -480px;
}
.btn-fbmessager {
    background-position-x: -510px;
}

.btn-twitter {
    background-position-x: -540px;
}

.btn-email {
    background-position-x: -570px;
}

.btn-cplink {
    background-position-x: -600px;   
}

.btn-home {
    background-position-x: -630px;      
}

.btn-profil {
    background-position-x: -180px;         
}

.btn-settings {
    background-position-x: -660px;   
}

.tagShare {
    font-weight: 600;
    color: rgb(38, 38, 38);
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-left: 12px;
}

footer {
    position: fixed;
    height: 55px;
    bottom: 0;
    width: 100%;
    background-color: white;
}

.profileBtn, .btn-login {
    border-bottom-color: rgb(219, 219, 219);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(219, 219, 219);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(219, 219, 219);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(219, 219, 219);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: rgb(38, 38, 38);
    cursor: pointer;
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 600;
    height: 30px;
    letter-spacing: normal;
    line-height: 18px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    outline-color: rgb(38, 38, 38);
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 5px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    text-indent: 0px;
    text-overflow: ellipsis;
    text-rendering: auto;
    text-shadow: none;
    text-size-adjust: 100%;
    text-transform: none;
    user-select: none;
    width: 100%;
    word-spacing: 0px;
    background-color: rgba(0, 0, 0, 0);
}

.btn-login {
    padding: 6px 12px 6px 12px !important;
    line-height: 24px;
    height: 38px;
    width: auto;

    }

.ibanlbl, .swiftlbl {
    width: 3em;
}

#infinite-scroll-last-loader
{   
    display: none;
    width: 100%;
    justify-content: center;
}
.sticky-bottom {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    bottom: 0;
    z-index: 1030;
}

.divSuscribeBtn {
    border: 1px solid rgb(219, 219, 219);
    border-radius: 4px;
    margin: 5px;
    padding: 15px;
}

.divSuscribeBtn {
    text-align: center;
}

.prixSuscribe {
    font-size: 20px;
    margin-bottom: 34px;
}

.titreSuscribe {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 45px;
}

.listArgumentSuscribe {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px
}


.listArgumentSuscribeUL {
    list-style: none;
    padding-left: 0px;
}

.tick {
    background-image: url(/img/profileico.png);
    background-position-x: -450px;
    background-position-y: 14px;
    width: 16px;
    height: 24px;
    display: inline-block;
}

.tick2 {
    color: #007bff;
    font-size: 1.6em;
}


.listArgumentSuscribeUL2 li {
    font-size: 1.1em;
    margin-bottom: 6px;
}

.infoDivSuscribe {
    margin-bottom: 16px;   
}

.headerProfile a {
    width: 192px;
}

.headerProfile button {
    width: 192px;
}

.headerProfile2 a {
    width: 192px;
}



.chatRequestMedia, .chatRequestMediaSub {
    background-color: white;
    display: flex;
    flex-direction: column;

    /*position: absolute;
    bottom: 60px;
    top: 150px;*/
    
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px; 
    max-width: 950px;

    max-height: calc(100vh - 160px);
    /*left: 50%;
    position: absolute;
    top: 72px;
    bottom: 0;*/

}

.chatRequestMediaSub {
	max-height: calc(100vh - 220px); 
}

.chatRequestMediaSubWithEmailConfirmationBox {
    max-height: calc(100vh - 276px);
}

.toMeChat {
    border: 1px solid rgba(0,0,0,.0975);
    width: fit-content;
}

.fromMeChat {
    background-color: rgba(0,0,0,.0975);
    width: fit-content;
    align-self: flex-end ;
}

.requestMediaChat {
    background-color: #20c997;
}

.requestMediaChatTitle {
    font-weight: bold;
}

.mmCell {
    /*display: table;
    height: 50px;*/
    display: inline-block;
}

.mmPseudo {
    width: 250px;
    text-align: center;    
    }

.mmCellVA {
    /*display: table-cell;
    vertical-align: middle;*/
}

.fromMeChat, .toMeChat, .requestMediaChatSub, .requestMediaChatModel {
	border-radius: 10px; 
    margin-top: 15px; 
    padding: 5px 15px 5px 15px; 
    display: table;
    max-width: 70%;
}

.listMediaChat {
    display: flex; flex-wrap: wrap;
    margin-top: 5px;
}

#mediaLibrary, #mediaLibraryFree {
    display: flex; flex-wrap: wrap;
    overflow-y: auto;
    max-height: calc(35vh);
}

.capsuleModelMediaLibrary, .cartoucheImageChat {
    width: 100px; 
    height: 100px; 
    margin: 0 0px 0px 0; 
    position: relative;
}

.videoTag100px {
    position: absolute;
    width: 30px;
    height: 24px;
    top: 6px;
    right: -4px;
    
    background-image: url(/img/profileico.png);
    background-position-x: -360px;  
}

#pbSendMediaFreeMP {
    height:5px;
    width:0%;
}

#pbSendMediaMP {
    height:5px;
    width:0%;
}

#subModalPic1, #subModalPic2, #subModalPic3 {
    max-width: 30%
}

#subModalPseudo {
   
    text-overflow: ellipsis;

  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

.imgModelMediaLibrary {
    width: 100%;height: 100%;
}

.greyOutMediaLibrairy {
    opacity: 0.3;
}

.logoutModel, .topsep {
    border-top: 1px solid #e6e6e6;
}

.lineModelChatList {
    
    border: 1px solid #e6e6e6;
    background-color: white;
    padding: 12px;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
}

.lineModelChatList a {
    color: black;
}

.lineModelChatList span {
    color: green;
}

.mediaLibImgDiv {
    width: 400px;
    display: inline-block;
}

.mediaLibImgDiv img, .mediaLibImgDiv button {
    float: left;
}

.mediaLibImgDiv img {
    width: 100px;
    height: 100px;
}

.soldRubis {
    /*width: 200px;*/
    font-size: 20px;
    font-weight: 400;
    padding-top: 18px;
}

.soldRubis a {
    color: black;
}

.soldRubis a:hover  {
    color: red;
}

.white-space-pre-wrap {
    white-space: pre-wrap;
}

.taSendMessageToMyModel {
    width: 100%;
}

.cgu h1 {
    font-size:3em;
    padding: 16px;
    padding-left: 0px;
    font-weight: bold;
}

.cgu h2 {
    padding: 16px;
    font-size:2em;
    padding-left: 0px;
    font-weight: bold;
}

.centerProfPicModalSub {
    width: 100px;
    margin: 0 auto;
}

#modalAlias div {
  max-width: 800px;
}

@media (max-width: 575.98px) { 

.dot-register-line {
    width: 20px;
    height: 20px;
}
.line-register, .line-register-num {     
    width: 100%;
}
.line-register-line {
    height: 4px;
    width: calc(30% - 20px);
    margin-bottom: 8px;
}
.line-register-line-3-step {
    height: 4px;
    width: calc(47% - 20px);
    margin-bottom: 8px;
}

.registernum1, .registernum2 , .registernum3 , .registernum4 {
    width: 20px;
} 

.mediaContainer2 {
    margin: 0 10px;
}



.ebbgsoft {
    background-color: #fafafa;
}

.accounttype button {
	font-size: 4.2vw;
}

.navcenter {
    width: 100%;
    margin: auto;
    min-height: 72px;
    height: unset;
}

.headerProfile {
    padding-left: 31px !important;
}

.headerProfile2 {
    padding-left: 0px !important;
    
}


.btnConnectNavBar {
    margin:16px;
}

.headerProfile button {
    width: 150px;
}

.btnConnectNavBar button, .btnBecomeModelNavBar a {
    float: right;
}

.btnBecomeModelNavBar {
    margin-bottom: 16px;
}

.btnConnectNavBar, .btnBecomeModelNavBar {
    width: calc(100vh);
    top: 0;
    margin-right: 16px;
    margin-left: 0 !important;
}

.headerNewPost {
    display: none;
}

.backNavBarTop {
    margin-left: 0px;
}

.btn-profil, .btn-chat, .btn-plus  {
    margin-left: 6px;
}    

.logonavbar {
    margin-top: 6px;
}

.pseudo {
    font-size: 28px;
    line-height: 36px;
}

.listArgumentSuscribe {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}


.titreSuscribe {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.prixSuscribe {
    font-size: 20px;
    margin-bottom: 15px;
}

.infoDivSuscribe {
    margin-bottom: 8px;
}

.titleRowFeed {
    border: none;
}

.titleRowFeed2 {
    border-top: 1px solid #e0e0e0;
}

.feedImage, .cadre {
    border: none;   
    background-color: #fafafa;
}

.centerProfPicModalSub {
    width: 77px;
}

.profilePicSize {
    width: 77px;
    height: 77px;
}

.profilePicSize2 {
    width: 96px;
    height: 96px;

    position: relative;
    top: -45px;
    border: 2px solid white;
}





.headerProfile2RowImage {
    height: 45px;
}

.pseudoNavBarContaineur {
    margin-top: 10px;
    margin-left: 6px !important;
}

.mainCol {
    margin-top: 0px;
}

}


@supports (-moz-appearance: none) {
    #chatRequestMediaID {
      flex-direction: column !important;
    }
    #chatRequestMediaID > div {
        order: var(--order);
      }
  }