@font-face {
	font-family: "apalu";
	src: url('Apalu.ttf');
}

@font-face {
	font-family: "geosanslight";
	src: url('GeosansLight.ttf');
}

@font-face {
	font-family: "Indonesian";
	src: url('Indonesian.ttf');
}

@font-face {
	font-family: "Cabin";
	src: url('Cabin-Regular.ttf');
}

@font-face {
	font-family: "Vanlose";
	src: url('Vanlose_BookType_Normal.otf');
}

@font-face {
	font-family: "Krinkes";
	src: url('KrinkesRegularPERSONAL.ttf');
}

a:focus, a:hover {
	color: chocolate;
	text-decoration: underline;
}

*{
    margin: 0px;
    padding: 0px;
    font-family: geosanslight;
	font-size: 18px;
}

.alert-notice {
	background-color: mediumturquoise;
	margin-bottom: 0px;
	text-align: center;
	color: #fff;
	font-size: 22px;
}


body {
	background-position: center;
	background-blend-mode: multiply;
	background-image: url("../img/backgrounds/.jpg") !important;
	background-size: cover;
	min-height: 115vh;

}



.container.body-container {
	width: 100%;
	margin: auto;
	margin-bottom: 100px;
	margin-top: 20px;
	flex: auto;
}

hr {
	margin-top: 21px;
	margin-bottom: 21px;
	border: 0;
	border-top: 1px solid #ccc;
}

.homemember {
	width: 100%;
	min-height: 2800px;
	background-position: left;
	background-blend-mode: multiply;
	background-image: url("../img/backgrounds/backgroundmw7.jpg") !important;
	background-size: cover;
	box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.32);
	background-attachment: fixed;
	float: left;
}

.loginmember {
	width: 100%;
	min-height: 110vh;
	background-position: left top;
	background-blend-mode: multiply;
	background-image: url("../img/backgrounds/backgroundmw6.jpg") !important;
	background-size: cover;
	box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.32);
	background-attachment: fixed;
	float: left;
}

.paidsubs {
	width: 100%;
	min-height: 150vh;
	background-position: left;
	background-blend-mode: multiply;
	background-image: url("../img/backgrounds/backgroundmw5.jpg") !important;
	background-size: cover;
	box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.32);
	background-attachment: fixed;
	float: left;
}

.paidsubs2 {
	width: 100%;
	min-height: 150vh;
	background-position: right;
	background-blend-mode: multiply;
	background-image: none !important;
	background-size: cover;
	box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.32);
	background-attachment: fixed;
	float: left;
}

body#homepage {
	background-image: none !important;
}

li {
	margin-left: 20px;
}


#main {
	flex: 1;
	min-height: 100px;
	padding: 10px 100px 25px 100px;
	padding-bottom: 10px;
	padding-bottom: 25px;
	border-radius: 0px;
	background-color: rgba(255,255,255,0);
	max-width: 1200px;
	margin: auto;
}

.topmenu {
	font-size: 22px;
}

a {
    color: #64328a;
    text-decoration: none;
}

a.topmenu {
	color: #64328a;
	text-decoration: none;
	font-family: geosanslight;
}

a:active {
    color: #fff;
    text-decoration: none;
}

.h2, h2 {
    font-size: 26px;
}

.logo-home {
    width: 80%;
    max-width: 225px;
}

.logo-header {
    margin: auto;
	max-width: 220px;
    margin-top: 10px;
}

#header {
    width: 100%;
    display: block;
    text-align: center;
}

.col-1 {
    width: 49%;
    float: left;
	margin-right: 2%;
}

.col-2 {
    width: 49%;
    float: left;
}

#block-title {
	font-family: apalu;
	font-size: 50px;
	line-height: 25px;
	margin-bottom: 10px;
}

.block-title {
	font-family: Krinkes;
	font-size: 40px;
	line-height: 25px;
	margin-bottom: 10px;
}

.navbar-default {
    background-color: #74ba3b;
    border-color: transparent;
    border-radius: 15px 15px 0px 0px;
}

.navbar-toggle {
    position: relative;
    margin-right: 0px;
    padding: 16px 12px;
    margin-top: -10px;
    margin-bottom: 5px;
    background-color: #2c3e50;
    background-image: none;
    border: 1px solid #2c3e50;
    border-radius: 28px;
    float: unset;
}

.navbar-default .navbar-toggle {
    border-color: #2c3e50;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #2c3e50;
	border-color: #2c3e50;
    background-color: transparent;
}

header {
	z-index: 11;
	text-align: center;
	margin-bottom: 0px;
}

.page-logo {
    padding-bottom: 0px;
    margin: -110px 0px 0px 0px;
    border-bottom: 20px solid transparent;
}


.site-title {
    font-size: 23px;
    color: #fff;
    font-family: "yikes";
    font-weight: bold;
    margin-top: 0px;
    letter-spacing: 2px;
	margin-bottom: 3px;
	display: none;
}

a.aheader {
    color: #fff;
    text-decoration: none;
}

#bas-page {
    height: 130px;
}

.data-epreuve {
    font-size: 18pt;
    font-weight: bold;
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    font: 16px/1.5 sans-serif;
    line-height: inherit;
    color: #2c3e50;
    border-bottom: 1px solid transparent;
    font-weight: 700;
}

.form-control {
    width: 100%;
    height: 35px;
    padding: 5px 15px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dce4ec;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#inscription_mm19_InsBirthdate > select {
    width: 30%;
    float: left;
    margin-right: 10px;
}

#inscription_mm19_InsGender > div {
    width: 100px;
    float: left;
}

#inscription_mm19_InsFFA > div  {
    width: 65px;
    float: left;
}

#inscription_mm19_InsNavette > div  {
    width: 65px;
    float: left;
}

#titre-form {
	color: #555;
	font-size: 25px;
	margin-bottom: 0px;
	float: left;
	width: 100%;
}

#form-part {
    background-color: #fff;
    padding: 5px;
	margin-bottom: 40px;
}

#form-part-valid {
    background-color: #fff;
    padding: 5px;
    margin-bottom: 0px;
    min-width: 250px;
	font-size: 11pt;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.text-muted {
    color: #888;
}

#valid-form {
    text-align: center;
}


.flyer-home {
    width: 100%;
}


#block-pres {
    background-color: rgba(255,255,255,0.9);
    padding: 10px;
    border-radius: 2px;
}

#block-pres > p {
    font-size: 12pt;
}

body#blog_index article.post {
    margin-bottom: 2em;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #2c3e50;
    background-color: transparent;
}

.header-home {
    width: 100px;
    margin-top: -80px;
    padding: 5px;
}

.body-container {
    flex: 1;
    min-height: 100px;
}

.page-title {
    background-color: #76b82e;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 20px;
}

.mod-central {
    max-width: 300px;
    margin: auto;
}

#header-resources > a {
    color: #fff;
}

#header-resources {
    color: #fff;
}

#inscription_mm19_code_promo_InsPaiementCode {
    width: 150px;
    float: left;
}

#inscription_mm19_code_promo_save {
    padding: 5px;
}

#inscription_mm19_file_save {
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: lightseagreen;
    border-color: lightseagreen;
}

.custom-file {
    width: 70%;
    float: left;
	height: 30px;
}

	.form-button {
		width: 100%;
		display: block;
		margin-top: -12px;
		float: left;
		text-align: right;
	}

.btn.btn-primary.btn-lg.addfile {
    padding: 10px 10px 10px 10px;
}

.site-subtitle {
	font-size: 10pt;
	color: #fff;
	font-family: arial;
	letter-spacing: normal;
	display: block;
	width: 125px;
	float: right;
	line-height: 1.1;
}

.course-title {
    font-family: "heroes";
    margin-bottom: 10px;
}

.asso-title {
    font-family: "yikes";
	font-size: 20pt;
}

.course-header {
    width: 235px;
    float: right;
}

.dropdown-menu {
    list-style: none;
    font-size: 15px;
    text-align: center;
}

#bottom-user {
    z-index: 10000000;
    background: transparent none repeat scroll 0% 0%;
    overflow: hidden;
    display: block;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    transition: none 0s ease 0s;
    position: fixed;
    bottom: -4px;
    width: 60px;
    height: 35px;
    right: 10px;
}

#bottom-user > a {
    color: #fff;
}

.container {
    margin-left: 0px;
    margin-right: 0px;
	width: 100%;
	padding-left: 70px;
}

.titre_lic {
    font-weight: bold;
}

.btn.btn-primary.btn-lg.color2 {
    background-color: #74ba3b;
    border-color: #74ba3b;
}

.btn.btn-primary.btn-lg.color2:hover {
    background-color: #439402;
    border-color: #439402;
}

#inscription_club_InsClubLicence {
    background-color: lightyellow;
}

#fiche-course {
	background-color: #f0f0f0;
	padding: 5px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #aaa;
	margin: unset;
	width: 100%;
	float: left;
	height: 300px;
}

#article-news > a {
    color: black;
}

h2 {
    line-height: 1;
    font-weight: ;
}

#thumb_rea {
    width: 50%;
}

.label {
    display: inline;
    padding: .2em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #64328a;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-default {
	background-color: transparent;
}

.label-default:hover{
    background-color: transparent;
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color: transparent;
}

a.label:focus, a.label:hover {
    color: #64328a;
    text-decoration: none;
    cursor: pointer;
}

.logo-header-2 {
    width: 30px;
    margin-top: 30px;
}

.logo-header-2 {
    width: 30px;
    margin-top: 45px;
    margin-right: 20px;
}

.label-success {
	background-color: #f8ca1b;
}

#taghighlight {
	color: #64328a;
	padding: 7px;
	width: auto;
	border-radius: 5px;
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 10px;
	background-color: #f8ca1b;
	font-weight: bold;
}

#block_head_page {
    display: flex;
    width: 100%;
}

#historyback {
	padding: 5px 0px 0px 0px;
}

.btn-success {
	color: #fff;
	background-color: #64328a;
	border-color: #64328a;
}

#maincenter {
    text-align: center;
}

.tarteaucitronAlertBigBottom {
    bottom: 90px;
}

#cookieconsent\:desc {
    font-size: 10pt;
}

.cc-banner.cc-theme-edgeless .cc-btn {
	margin: 0;
	padding: 0.2em 1em 0.2em 1em;
	height: 100%;
}

.cc-compliance {
	display: block ruby;
}

.section.actions {
	display: inline-table;
	width: 100px;
	margin-top: 40px;
	position: relative;
}

.section.actions > a {

    color: #fff;
	margin-top: 4em;

}

#admin {
    background-image: none;
	padding: 5px;
}

#notifnew {
	width: 30px;
	height: 30px;
	background-color: red;
	border-radius: 15px;
	text-align: left;
	padding: 3px 0px 0px 5px;
	font-weight: bold;
	position: absolute;
	top: 0px;
	right: 3px;
}

#admin > div > h1 {
    color: #fff;
}

.loader-img {
    margin-top: 46vh;
	width: 60px;
}

#block-home-ctn > p > img {
    max-width: 100%;
}

.block-home-ctn > p > img {
    max-width: 100%;
}

#map {
    height: 400px;
}

a.listags {
	color: #aaa;
	font-family: Cabin;
	font-size: 14px;
	display: inline-block;
	margin-left: 5px;
}

a.listagsselect {
	color: #fff;
	background-color: darkmagenta;
	font-family: Cabin;
	font-size: 12pt;
	display: inline-block;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 8px;
}

a.listags:hover {
	color: #64328a;

}

#media_edit_Featured {
    margin-bottom: 40px;
}

.img_media_small {
	width: 180px;
	margin-top: 27px;
	margin-left: -11px;
}

.city, .city > p {
	font-size: 9pt;
}

.content-block {
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	border-style: dotted;
	border-width: 1px;
	border-color: #555;
	color: #555;
}

.content-block:hover {
	background-color: #555;
	color: #fff;
	text-decoration: none;
}

#background_screen {
	background-image: url("../img/screen.png");
	background-size: cover;
	width: 250px;
	background-position-x: center;
	text-align: center;
	margin: auto;
}

.btn.btn-primary {
	width: 100%;
}

#floating-panel {
    width: 100%;
    text-align: center;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #aaa;
}

div.header-homepage {
	background-position: top right;
	background-blend-mode: multiply;
	background-image: url("../img/backgrounds/background2025.jpg") !important;
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: inherit !important;
	background-size: cover;
	position: relative;
	height: 250px;
	box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.32);
	margin-top: 20px;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
	margin: 40px auto;
	width: 80%;
	max-width: 800px;
}

.et_pb_bottom_inside_divider {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik02NDAgMTM5TDAgMHYxNDBoMTI4MFYwTDY0MCAxMzl6Ii8+PC9nPjwvc3ZnPg==);
	background-size: 100% 100px;
	position: absolute;
	bottom: 0;
	height: 100px;
	width: 100%;
	z-index: 10;
	display: block;
}

.side-home-networks {
	background-color: rgba(255,255,255,.3);
	height: 250px;
	width: 70px;
	display: block;
	z-index: 10;
	position: fixed;
	top: 120px;
	text-align: left;
	padding: 10px 0px 0px 15px;
	font-size: 40px;
	font-family: Krinkes;
	border-radius: 0px;
}

.side-home-networks-mobile {
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
	padding: 10px 11px 0px 10px;
	font-size: 36px;
	font-family: Krinkes;
	background-color: inherit !important;
	height: auto;
	border-radius: 0px;
	bottom: unset;
	top: unset;
}


.side-page-networks {
	background-color: rgba(255,255,255,.3);
	height: 250px;
	width: 70px;
	display: block;
	z-index: 10;
	position: fixed;
	top: 105px;
	text-align: left;
	padding: 10px 0px 0px 15px;
	font-size: 40px;
	font-family: Krinkes;
	border-radius: 0px;
}

.networks {
	padding-bottom: 5px;
	padding-top: 20px;
}

ul.networks > li {
	list-style-type: none;
	margin-left: 0px !important;
	display: block;
}

.network-mobile-home > a {
	border-style: solid;
	border-width: 1px;
	border-color: #ddd;
}

.network-text {
	display: block;
	margin-left: 10px;
}

.block-home-main, .block-home-main-2  {
	margin: auto;
	width: 100%;
	padding: 70px;
	text-align: center;
}

.block-home-main {
	background-color: inherit !important;
	background-size: contain;
	background-position: top right;
	background-blend-mode: multiply;
	background-image: url("../img/backgrounds/background-inv.jpg") !important;
	float: left;
	height: auto;
	padding-top: 0px;
	background-repeat: no-repeat;
}


.block-home-main-2 {
	background-color: inherit !important;
	background-size: cover;
	background-position: top right;
	background-blend-mode: multiply;
	background-image: url("../img/backgrounds/.png") !important;
	float: left;
	height: 50vh;
	margin-top: 0vh;
	padding-top: 0px;
}

#photo > .container.body-container {
	margin-top: 0px;
	background-color: inherit !important;
	background-size: auto;
	background-position: top right;
	background-image: url("../img/backgrounds/background-inv.jpg") !important;
	background-repeat: repeat-x;
}

#shop > .container.body-container {
	margin-top: 0px;
	background-color: inherit !important;
	background-size: auto;
	background-position: top right;
	background-image: url("../img/backgrounds/headershop2.jpg") !important;
	background-repeat: repeat-x;
}

#blog_index > .container.body-container {
	margin-top: 0px;
	background-color: inherit !important;
	background-size: auto;
	background-position: top right;
	background-image: url("../img/backgrounds/background-inv.jpg") !important;
	background-repeat: repeat-x;
}

#bdsm > .container.body-container {
	margin-top: 0px;
	background-color: inherit !important;
	background-size: auto;
	background-position: top right;
	background-image: url("../img/backgrounds/headerdom2.jpg") !important;
	background-repeat: repeat-x;
	background-size: 106%;
}

#bdsm2 > .container.body-container {
	margin-top: 0px;
	background-color: #000 !important;
	background-size: auto;
	background-position: top right;
	background-image: url("../img/backgrounds/headerdom3.jpg") !important;
	background-repeat: repeat-x;;
	margin-bottom: 0px;
	padding-bottom: 50px;
}

#standard > .container.body-container {
	margin-top: 0px;
	background-color: #fff !important;
	background-size: auto;
	background-position: top right;
	background-image: url("../img/backgrounds/background-inv.jpg") !important;
	background-repeat: repeat-x;
}

#wishlist > .container.body-container {
	margin-top: 0px;
	background-color: inherit !important;
	background-size: contain;
	background-position: top right;
	background-image: url("../img/backgrounds/background-inv.jpg") !important;
	background-repeat: repeat-x;
}

.block-home-user-main {
	margin-top: 0px;
	width: 100%;
	float: left;
	padding: 70px;
	padding-bottom:0px;
	padding-top: 10px;
	color: #fff;
	text-align: left;
}


.block-home-main-l1 {
	float: left;
	width: 33%;
	display: flex;
	flex-flow: column;
}

.block-home-contact {
	margin-top: 50px;
	width: 100%;
	float: left;
	padding: 40px 40px 40px 40px;
	background-color: #eedfd7;
}

.block-home-contact-c1 {
	width: 50%;
	background-color: #555;
	color: #fff;
	height: 350px;
	float: left;
	padding: 40px;
}


.block-home-contact-c2 {
	background-image: url("../img/backgrounds/maudoffice.jpg") !important;
	height: 350px;
	float: left;
	width: 50%;
	background-size: cover;
	background-position: center;
}


.block-home-pro-c1 {
	width: 50%;
	background-color: #2c3e50;
	color: #fff;
	height: 350px;
	float: left;
	padding: 40px;
}

.block-home-pro-c2 {
	background-image: url("../img/backgrounds/maudoffice.jpg") !important;
	height: 350px;
	float: left;
	width: 50%;
	background-size: cover;
	background-position: center;
}

ul.networks > li {
	list-style-type: none;
	margin-left: 0px !important;
}

ul.networks > li > a {
	text-align: left;
	background-color: #fff;
	width: 70%;
	display: block;
	padding: 0px 5px 0px 44px;
	margin: auto;
	margin-bottom: 8px;
	border-radius: 12px;
	background-repeat: no-repeat;
	background-position: left;
	transition: all 300ms ease 0ms;
	text-align: center;
	color: #777;
}

.network-insta {
	background-image: url("../img/social/round-instagram.png");
}

.network-twitter {
	background-image: url("../img/social/round-twitter.png");
}

.network-youtube {
	background-image: url("../img/social/round-youtube.png");
}

.network-fetlife {
	background-image: url("../img/social/round-fetlife.png");
}

.network-tiktok {
	background-image: url("../img/social/round-tiktok.png");
}

.network-twitch {
	background-image: url("../img/social/round-twitch.png");
}

.network-telegram{
	background-image: url("../img/social/round-telegram.png");
}

.network-mym {
	background-image: url("../img/social/round-mym.png");
}

.network-onlyfans{
	background-image: url("../img/social/round-onlyfan.png");
}

.network-bluesky{
	background-image: url("../img/social/round-bluesky.png");
}

.network-bluesky:hover {
	background-color: #3395fb;
	text-decoration: none;
	color: #fff;
}


.network-insta:hover {
	background-color: #ee2d7a;
	text-decoration: none;
	color: #fff;
}

.network-twitter:hover  {
	background-color: #92d2fb;
	text-decoration: none;
	color: #fff;
}

.network-youtube:hover  {
	background-color: #d30e0e;
	text-decoration: none;
	color: #fff;
}

.network-fetlife:hover  {
	background-color: #000;
	text-decoration: none;
	color: #fff;
}

.network-tiktok:hover  {
	background-color: #000;
	text-decoration: none;
	color: #fff;
}

.network-twitch:hover  {
	background-color: #5a3e85;
	text-decoration: none;
	color: #fff;
}

.network-telegram:hover  {
	background-color: #28a6e7;
	text-decoration: none;
	color: #fff;
}

.network-mym:hover  {
	background-color: #000;
	text-decoration: none;
	color: #fff;
}

.network-onlyfans:hover  {
	background-color: #000;
	text-decoration: none;
	color: #fff;
}


28a6e7

.block-home-main-l1-c1{
	background-image: url("../img/backgrounds/gift-548296.jpg");
	padding-bottom: 5%;
	background-size: cover;
	background-position: center;
}

.block-home-main-l1-c3 {
	background-image: url("../img/images/maud_dom_dos.gif");
	padding-bottom: 5%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: center;
}

.block-home-main-l2-c2{
	background-image: url("../img/images/IMG_20190726_200119_382.jpg");
	padding-bottom: 5%;
	background-size: cover;
	background-position: center;
}

.block-home-main-photo {
	background-size: cover;
	width: 33%;
	display: block;
	height: 300px;
	padding: 20px;
	background-color: #f0f0f0;
	float: left;
	background-position: center;
}

#block-home-ctn {
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
	padding: 15px;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.32);
}

.block-home-ctn {
	border-style: solid;
	border-width: 0px;
	border-color: #aaa;
	padding: 15px;
	height: 100%;
	background-color: transparent;
}

#block-home-photos {
	padding: 15px;
	width: 99%;
	height: 100%;
	background-color: #f0f0f0;
	float: left;
	margin-top: 55px;
}

.btn-1 {
	background-color: #814e91;
	color: #fff;
	padding: 7px 20px 7px 20px;
	text-transform: uppercase;
	transition: all 300ms ease 0ms;
	margin-top: 5px;
	display: inline-block;
	font-size: 20px;
	border-radius: 5px;
}

.btn-1:hover {
	background-color: #333;
	color: #fff;
	text-decoration: none;
}

.btn-0 {
	background-color: #333;
	color: #fff;
	padding: 7px 20px 7px 20px;
	text-transform: uppercase;
	transition: all 300ms ease 0ms;
	margin-top: 5px;
	display: inline-block;
	font-size: 20px;
	border-radius: 5px;
}

.btn-0:hover {
	background-color: #814e91;
	color: #fff;
	text-decoration: none;
}

.btn-10 {
	background-color: #fff;
	color: #fff;
	padding: 7px 20px 7px 20px;
	text-transform: uppercase;
	transition: all 300ms ease 0ms;
	margin-top: 5px;
	display: inline-block;
	font-size: 20px;
	border-radius: 5px;
	color: #555;
	border-width: 1px;
	border-style: solid;
	border-color: #aaa;
}

.btn-10:hover {
	background-color: #814e91;
	color: #fff;
	text-decoration: none;
}

.btn-1-2 {
	background-color: #814e91;
	color: #fff;
	padding: 2px 20px 1px 20px;
	text-transform: uppercase;
	transition: all 300ms ease 0ms;
	margin-top: 5px;
	display: inline-block;
	font-size: 20px;
	border-radius: 5px;
}

.btn-1-2:hover {
	background-color: #333;
	color: #fff;
	text-decoration: none;
}

.buy {
	background-color: #50b155;
	color: #fff;
	padding: 7px 20px 7px 20px;
	text-transform: none;
	transition: all 300ms ease 0ms;
	margin-top: 5px;
	display: inline-block;
	font-size: 20px;
	border-radius: 5px;
	border: none;
	width: 100%;
	height: 50px;
	max-width: 750px;
}

#bottom {
	position: relative;
	width: 100%;
	height: 280px;
	background-color: #222;
}


#bottom-bar {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: #000000;
	padding: 2px 10px 2px 10px;
	height: 70px;
	color: #fff;
}

#bottom-bar-left {
	width: 50%;
	float: left;
	text-align: left;
}

#bottom-bar-right {
	width: 50%;
	float: right;
	text-align: right;
}


#bottom-logo {
	width: 50%;
	float: left;
	padding: 30px;
}

#bottom-menu1 {
	width: 25%;
	float: left;
	padding: 30px;
	text-align: right;
}


#bottom-menu2 {
	width: 25%;
	float: left;
	padding: 30px;
	text-align: right;
}

#bottom-menu1 > a {
	color: #fff;
}

#bottom-menu2 > a {
	color: #fff;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	height: 65px;
}


.logo-central-minimize {
	width: 125px !important;
	margin-top: 5px !important;
}

#navbar {
	background-color: #fff;
	width: 100%;
	border-style: solid;
	border-color: #64328a;
	border-width: 0px 0px 1px 0px;
}

.post-metadata .metadata {
	margin-right: 8px;
	font-family: geosanslight;
	font-size: 12px;
	text-transform: uppercase;
	padding: 4px;
	display: block;
}

#header-mawey {
	background-color: #bbb;
	height: 250px;
	position: relative;
	background-image: url("../img/backgrounds/home1.jpg") !important;
	background-size: cover;
	background-position: center;
	max-width: 1905px;
	margin: auto;
	width: 100%;
}

#header-pro {
	background-color: #bbb;
	height: 250px;
	position: relative;
	background-image: url("../img/backgrounds/social-media-gdda385cac_1920.jpg") !important;
	background-size: cover;
	background-position: center;
	background-position-y: -150px;
	max-width: 1905px;
	margin: auto;
	width: 100%;
}

#header-blog {
	background-color: #bbb;
	height: 250px;
	position: relative;
	background-image: url("../img/backgrounds/headerblog-2025.jpg");
	background-size: cover;
	background-position: right;
	box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.32);
	max-width: 1905px;
	margin: auto;
	width: 100%;
	margin-top: 0px;
}

#header-standard {
	background-color: #bbb;
	height: 250px;
	position: relative;
	background-image: url("../img/backgrounds/background2025.jpg");
	background-size: cover;
	background-position: right;
	box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.32);
	max-width: 1905px;
	margin: auto;
	width: 100%;
	margin-top: 20px;
}

#header-photo {
	background-color: #bbb;
	height: 250px;
	position: relative;
	background-image: url("../img/backgrounds/headerphoto-2025.jpg");
	background-size: cover;
	background-position: right;
	box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.32);
	max-width: 1905px;
	margin: auto;
	width: 100%;
}

#header-bdsm {
	background-color: #bbb;
	height: 110px;
	position: relative;
	background-image: url("../img/backgrounds/headerdom-b.jpg");
	background-size: cover;
	background-position: right;
	box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.32);
	max-width: 1905px;
	margin: auto;
	width: 100%;
	margin-top: 20px;
}


#header-wishlist {
	background-color: #bbb;
	height: 250px;
	position: relative;
	background-image: url("../img/backgrounds/headerwish-2025.jpg");
	background-size: cover;
	background-position: right;
	box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.32);
	max-width: 1905px;
	margin: auto;
	width: 100%;
	margin-top: 20px;
}

#header-shop {
	background-color: #bbb;
	height: 250px;
	position: relative;
	background-image: url("../img/backgrounds/headershop.jpg");
	background-size: cover;
	background-position: right;
	box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.32);
	max-width: 1905px;
	margin: auto;
	width: 100%;
	margin-top: 20px;
}

#header-media {
	background-color: #bbb;
	height: 250px;
	position: relative;
	max-width: 1905px;
	margin: auto;
	width: 100%;
}

#mainheader {
	min-height: 100px;
	padding: 0px 100px 0px 100px;
	border-radius: 0px;
	max-width: 1000px;
	margin: auto;
	text-align: center;
	height: auto;

}

#mainheader > h1 {
	font-size: 36px;
	font-family: Krinkes;
	background-color: rgba(255, 255, 255, 0.7);
}

#mainheader > div > h1 {
	font-size: 40px;
	font-family: apalu;
	padding: 20px 1px 10px 1px;
	border-radius: 5px 5px 5px 5px;
	color: #eeeeee;
}

.link-header-title {
	font-size: 40px;
	font-family: Krinkes;
	padding: 20px 1px 10px 1px;
	border-radius: 5px 5px 5px 5px;
	color: #eeeeee;
	margin-top: 60px;
	display: block;
}

#main-pres {
	width: 80%;
	text-align: justify;
	float: left;
	padding-right: 50px;
}

#main-login {
	width: 20%;
	text-align: justify;
	float: right;
}

.block-logo {
	width: auto;
	margin: auto;
	display: block;
}
.top-menu-maxi {
	margin-top: 45px;
}

.top-menu-mini {
	margin-top: 15px !important;
}


#navbar1 {
	width: 40%;
	float: left;
	text-align: right;
	height: 50px;
}

#navbar2 {
	width: 20%;
	float: left;
}

#navbar3 {
	width: 40%;
	float: left;
	text-align: left;
	height: 50px;
	padding-left: 19px;
}

#bottom-bar-right > a {
	color: #eee;
}

#bar-lang {
	position: absolute;
	top: 15px;
	right: 10px;
}

.ilang {
	height: 20px;
}

#logo-central {
	width: 100%;
	max-width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.coeur-icon {
	width: 30px !important;
}

.img_media_full {
	width: 100%;
	height: auto;
}


#article-media {
	text-align: center;
	margin: auto;
	width: 100%;
	margin-top: 80px;
}

.img-thumb {
	width: 100%;
}

#block-home-user-1 {
	width: 64%;
	float: left;
	display: block;
	position: relative;
}

#block-home-user-2 {
	width: 30%;
	float: left;
}

.chat-cadre {
	width: 100%;
	object-position: bottom;
}

.bdsm {
	background-color: #333 !important;
}

.bdsm > #block-title {
	color: #fff;
}

.bdsm > div > label {
	color: #f0f0f0;
}

.bdsm > div > legend {
	color: #f0f0f0;
}

.bdsm > div > div > label {
	color: #f0f0f0;
}

.et_pb_module_header {
	font-size: 50px;
	color: #f0f0f0;
	font-family: apalu;
	line-height: 0.8;
	padding-top: 20px;
}

.et_pb_header_content_wrapper > p {
	font-family: Vanlose;
	font-size: 22px;
	color: #dddddd;
	line-height: 5px;
}

#login-buttons {
	border-style: solid;
	border-width: 1px;
	padding: 10px 10px 25px 10px;
	border-color: #aaa;
	border-radius: 5px;
}

#login-arguments {
	border-style: solid;
	border-width: 1px;
	padding: 20px 20px 20px 20px;
	border-color: #ccc;
	border-radius: 10px;
	text-align: left;
	box-shadow: -webkit-box-shadow: 10px 10px 23px -9px rgba(0,0,0,0.39);
	-moz-box-shadow: 10px 10px 23px -9px rgba(0,0,0,0.39);
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.32);
	background-color: #fff;
	width: 600px;
	margin: auto;
	display: flow-root;
	margin-top: 10vh;
	position: absolute;
	right: 10%;
}

#chat-windows {
	border-style: solid;
	border-width: 0px;
	padding: 0px;
	border-color: #ccc;
	border-radius: 5px;
	text-align: left;
	/* box-shadow: -webkit-box-shadow: 10px 10px 23px -9px rgba(0,0,0,0.39); */
	-moz-box-shadow: 10px 10px 23px -9px rgba(0,0,0,0.39);
	box-shadow: none;
	background-color: #fff;
	width: 800px;
	margin: auto;
	margin-top: 0px;
	height: 70vh;
}

.logtd1 {
	width: 50px;
	text-align: center;
	height: 50px;
	vertical-align: middle;
}

#home-contact-ca1 {
	text-align: center;
	font-size: 30px;
}

#home-contact-ca2 {
	text-align: center;
}

#block-txt {
	font-size: 18px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	min-height: 125px;
	text-align: left;
}

.block-txt {
	font-size: 19px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	min-height: 125px;
	text-align: left;
}

.link-blog-home {
	font-size: 19px;
}

.block-home-pro {
	float: left;
	width: 100%;
	margin-top: 100px;
}

#home-pro-ca1 {
	text-align: right;
	font-size: 30px;
}

#home-pro-ca2 {
	text-align: right;
}

.block-home-photos {
	background-color: #f0f0f0;
	text-align: center;
	margin: 70px 0px 10px 0px;
	padding-top: 3px;
	float: left;
	width: 100%;
}

#home-img {
	display: block;
	float: left;
	padding: 2px 2px 2px 2px;
	margin: 2px;
	border-radius: 50px 20px 50px 20px;
}

.img_home_mob {
	display: none;
}

.container.body-container {
	margin-bottom: 100px;
}

.product-origin {
	font-style: italic;
	color: darkgray;
}

.block-center {
	text-align: left;
	padding-right: 30px;
}

.block-membre-main_0 {
	display: block;
	height: 140px;
	text-align: center;
	position: absolute;
	top: 145px;
	left: 28%;
	width: 36%;
	z-index: 2;
}


.block-membre-main {
	width: 32%;
	display: inline-block;
	height: 250px;
	text-align: center;
}

.block-membre-main_1 {
	display: block;
	height: 450px;
	text-align: center;
	position: absolute;
	top: 375px;
	left: 45%;
	width: 50%;
	z-index: 2;
}

.block-membre-main_1_uns {
	display: block;
	height: 600px;
	text-align: center;
	position: absolute;
	top: 375px;
	left: 45%;
	width: 50%;
	z-index: 2;
}

.block-membre-main_2 {
	max-width: 550px;
	display: block;
	height: 260px;
	text-align: center;
	position: absolute;
	top: 979px;
	left: 25%;
	width: 30%;
	z-index: 2;
}

.block-membre-main_2_uns {
	max-width: 550px;
	display: block;
	height: 200px;
	text-align: center;
	position: absolute;
	top: 1030px;
	left: 25%;
	width: 30%;
	z-index: 2;
}

.block-membre-main_3 {
	max-width: 550px;
	display: block;
	height: 250px;
	text-align: center;
	position: absolute;
	top: 1590px;
	left: 31%;
	width: 30%;
	z-index: 2;
}

.block-membre-main_4 {
	max-width: 550px;
	display: block;
	height: 270px;
	text-align: center;
	position: absolute;
	top: 1975px;
	right: 5%;
	width: 30%;
	z-index: 2;
}
.block-membre-main_5 {
	max-width: 550px;
	display: block;
	height: 270px;
	text-align: center;
	position: absolute;
	top: 1200px;
	right: 12%;
	width: 30%;
	z-index: 2;
}

.block-membre-main_6 {
	max-width: 550px;
	display: block;
	height: 500px;
	text-align: center;
	position: absolute;
	top: 2300px;
	right: 25%;
	width: 30%;
	z-index: 2;
}

.block-membre-main_1_b {
	width: 64%;
	display: inline-block;
	height: 375px;
	text-align: center;
}

#path0 {
	border-style: dashed;
	border-color: #fff;
	width: 31vh;
	height: 40vh;
	position: absolute;
	top: 250px;
	left: 38%;
	border-width: 0px 0px 1px 1px;
	border-radius: 10px;
	z-index: 1;
}

#path1 {
	border-style: dashed;
	border-color: #fff;
	width: 38vh;
	height: 54vh;
	position: absolute;
	top: 550px;
	right: 30%;
	border-width: 0px 1px 1px 0px;
	border-radius: 10px;
	z-index: 1;
}

#path2 {
	border-style: dashed;
	border-color: #fff;
	width: 25%;
	height: 28vh;
	position: absolute;
	top: 1095px;
	right: 35%;
	border-width: 0px 0px 1px 1px;
	border-radius: 10px;
	z-index: 1;
}

#path3 {
	border-style: dashed;
	border-color: #fff;
	width: 40vh;
	height: 32vh;
	position: absolute;
	top: 1441px;
	right: 26%;
	border-width: 0px 1px 1px 0px;
	border-radius: 10px;
	z-index: 1;
}


#path4 {
	border-style: dashed;
	border-color: #fff;
	width: 56vh;
	height: 30vh;
	position: absolute;
	top: 1790px;
	left: 45%;
	border-width: 0px 0px 1px 1px;
	border-radius: 10px;
	z-index: 1;
}


#path5 {
	border-style: dashed;
	border-color: #fff;
	width: 30vh;
	height: 25vh;
	position: absolute;
	top: 2120px;
	left: 37%;
	border-width: 1px 1px 0px 0px;
	border-radius: 10px;
	z-index: 1;
}


.block-paidsubscription-main_1 {
	display: block;
	height: auto;
	text-align: center;
	position: relative;
	width: 100%;
	z-index: 2;
	margin: auto;
	margin-top: 5vh;
	float: ;
}

.userpic {
	position: relative;
	float: left;
	margin-right: 20px;
}

#welcomemsg {
	width: 100%;
	float: left;
	display: block;
	margin-top: 25px;
}

#statutuser {
	background-color: #fff;
	width: auto;
	display: block;
	position: relative;
	padding: 5px;
	border-radius: 0px 5px 5px 0px;
	font-weight: bold;
	font-size: 20px;
	text-transform: capitalize;
	margin-top: 10px;
	margin-left: 13px;
	padding-left: 20px;
}

#fiche1 {
	float: left;
	width: 100%;
	background-color: #ffffff;
	margin: 1%;
	width: 98%;
}

#fiche2 {
	float: left;
	background-color: lightpink;
	margin: 1%;
	width: 98%;
	padding: 5px;
	padding-left: 20px;
	font-size: 24px;
	line-height: normal;
}

#fiche3 {
	float: left;
	margin-top: 20px;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
	border-width: 3px;
	border-style: solid;
	padding: 10px;
	border-radius: 5px;
	background-color: #ffff;
}

#statutins {
	float: right;
	margin-top: 17px;
	margin-right: 15px;
	border-radius: 15px;
	padding: 1px 10px 1px 10px;
	border-style: solid;
	border-width: 1px;
}

.btn_center {
	text-align: center;
	width: 100%;
}

.form-control, output {
	display: block;
	font-size: 18px;
	line-height: 1.42857;
	color: #2c3e50;
}

#pagephotos {
	float: left;
	width: 70%;
	padding: 5px;
	padding-top: 0px
}

#pagepost {
	float: left;
	width: 30%;
	background-color: #f0f0f0;
	padding: 5px;
	margin-top: 5px;
}

#pagepost > a {
	font-size: 22px;
	color: #222;
}

#bottom-txt {
	text-align: center;
}

.btn {
	font-size: 20px;
}

div > .sn-title {
	font-family: krinkes;
	font-size: 40px;
}

#block-notice {
	font-size: 18px;
	width: 50%;
}

#block-notice-cart {
	font-size: 18px;
	width: 50%;
}

#block-notice-cart {
	font-size: 18px;
	width: 100%;
	line-height: 18px;
}

.cart-text > ul > li {
	font-size: 18px;
}

#signature {
	font-size: 50px;
	font-family: "Indonesian";
	float: right;
}

.cart-text > ul > li {
	font-size: 18px;
	list-style-position: inside;
}

.prv-bdsm {
	float: right;
	width: 177px;
	margin-right: 10px;
	margin-left: 30px;
}

#block-subtitle {
	margin-top: -12px;
}

.text-legal {
	text-align: justify;
	font-size: 16px;
}
.prv-login {
	float: right;
	width: 225px;
	margin-right: 0px;
	margin-top: -30px;
}

.topmenu-u {
	font-size: 22px;
	color: chocolate;
}

#central {
	max-width: 700px;
	margin: auto;
}

#central-profile {
	max-width: 700px;
	margin: auto;
	background-color: #fff;
	padding: 20px;
	margin-top: 20px;
	border-radius: 10px;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
}

.text-danger-custom {
	font-family: Vanlose;
	font-size: 45px;
	color: indianred;
}

.dashb_user {
	background-color: #f0f0f0 !important;
}

.dashb_chat {
	background-color: cornflowerblue !important;
}

.prof_user {
	background-color: #333 !important;
	padding-right: 5px !important;
}

.form-check {
	width: auto;
	float: left;
	margin-right: 40px;
}

.bdsmred {
	color: #921d1d;
}

.blogbdsm {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.ad-next-image {
	display: block !important;
}

.ad-prev-image {
	display: block !important;
}

.imgdesc {
	margin-left: 5px !important;
	font-size: 18px;
	color: #888;
}

.carnet-li {
	display: block;
	width: 150px;
	height: 150px;
	float: left;
	text-decoration: none;
	padding: 5px;
}

a.carnet-li:hover
{
	background-color: #ffffff !important;
	text-decoration: none;
}

.carnet-li > h2 {
	font-size: 18px;
	color: #000;
}

.menucarnet {
	margin-bottom: 15px;
}

.btn-1.addcarnet {
	float: right;
}

.titrecarnet {
	padding: 10px;
	border-radius: 5px;
}

.humeurcarnet {
	font-size: 22px;
	font-weight: bold;
}

.answercarnet {
	background-color: #ddd;
	padding: 20px 20px 10px 5px;
	border-radius: 5px;
	width: 75%;
}

h2.titrecarnet {
	padding: 5px;
	font-size: 20px;
}

.answercarnet > p {
	font-size: 20px;
}

.carnetlink {
	color: chocolate;
}

.metadata.carnet {
	color: #cccccc;
}

.thxwish {
	width: 100%;
	float: left;
	text-align: center;
}

.showmedia {
	width: 49%;
	display: inline-block;
}

.mediatext {
	width: 40%;
	display: inline-block;
	vertical-align: top;
	margin-left: 5%;
	margin-right: 5%;
}

.prevmedia {
	display: block;
	font-size: 30px;
	position: fixed;
	left: 10px;
	top: 45vh;
}

.mediafull {
	display: block;
}

.nextmedia {
	display: block;
	font-size: 30px;
	position: fixed;
	right: 10px;
	top: 45vh;
}

.thumb_rea_mini {
	width: 65px;
	display: inline-block;
}

.prevmedias {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 50px;
}

.form-group-1 {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	background-color: #f0f0f0;
	padding: 5px;
	text-align: left;
}

img.profilepic {
	border-radius: 15px;
}

#user_profile_public_MediaUpload_FileName {
	font-size: 16px;
}

.user_profile {
	width: auto;
	background-color: transparent;
	padding: 5px;
	border-radius: 15px;
	height: auto;
}

.et_pb_header_content_wrapper.links {
	display: none;
}

.arrowsmall {
	display: none;
}

.bdsml {
	color: #000;
}

#bdsm > header > div > div > ul > li > a.topmenu {
	color: darkred;
}

#bdsm > header > div > div > ul > li > a.topmenu:hover {
	color: #000000;
}

a.aforum {
	color: darkred;
}

a.aforum:hover {
	color: #000;
}

.block-title-don {
	font-size: 28px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

a.entrer {
	background-color: #d354a8;
}

a.entrer:hover {
	background-color: #b4177e;
}

#diapo-central3 {
	max-width: 800px;
	margin: auto;
}

.blogimg {
	background-position-y: 25% !important;
}

.cat-albums {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 20px;
}
.cat-album {
	margin-bottom: 40px;
	width: 300px;
	height: 300px;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.12);
	border-style: solid;
	border-color: #fff;
	border-width: 10px;
	margin: 0px;
	position: relative;
}

.cat-album:hover {
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.42);
	border-color: #d354a8;
	text-decoration: none;
}


.album-titre {
	width: 100%;
	display: block;
	text-align: center;
	font-weight: normal;
	font-size: 25px;
	font-family: krinkes;
	background-color: rgba(0, 0, 0, .7);
	margin-top: 35%;
	padding: 6px 0px 0px 0px;
	color: #fff;
}

.album-titre-3 {
	width: 100%;
	display: block;
	text-align: center;
	font-weight: normal;
	font-size: 22px;
	font-family: geosanslight;
	background-color: rgba(0, 0, 0, .7);
	margin-top: 35%;
	padding: 6px 0px 0px 0px;
	color: #fff;
}


.readmore {
	width: 100%;
	display: block;
	float: left;
	margin-top: 20px;
}

#news-photos {
	width: 100%;
	display: block;
	float: left;
}

#private-club {
	width: 100%;
	display: block;
	float: left;
	background-color: #512771;
	padding: 5px;
	text-align: center;
	color: #f0f0f0;
	margin-bottom: 30px;
	margin-top: 30px;
	font-family: geosanslight;
}

.club-title {
	font-family: apalu;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 50px;
	color: #eee;
}

#private-club-2 {
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	padding: 10px;
	background-image: url("../img/backgrounds/legs.png");
	background-position: bottom right;
	background-size: 47%;
	background-repeat: no-repeat;
	text-align: center;
	height: 240px;
	color: #eee;
	font-family: geosanslight;
}

#private-club-bis {
	width: 90%;
	display: block;
	float: ;
	background-color: #512771;
	padding: 5px;
	text-align: center;
	color: #f0f0f0;
	margin: auto;
	max-width: 1145px;
	margin-bottom: 30px;
	margin-top: 30px;
	font-family: geosanslight;
}

#private-club-3 {
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	padding: 10px;
	background-image: url("../img/backgrounds/legs.png");
	background-position: bottom right;
	background-size: 47%;
	background-repeat: no-repeat;
	text-align: center;
	height: auto;
	font-family: geosanslight;
	color: #eee;
}

.special {
	background-color: #333 !important;
}

.logintitre {
	background-color: purple;
	color: lightgray;
	margin-left: -21px;
	margin-right: -21px;
	margin-top: -21px;
	text-align: center;
	margin-bottom: 10px;
	font-family: Indonesian;
	font-size: 60px;
}

.private-club-2 {
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	padding: 10px;
	background-image: url("../img/backgrounds/legs.png");
	background-position: top right;
	background-size: 47%;
	background-repeat: no-repeat;
	text-align: center;
	height: 240px;
	background-color: #3c0a42 !important;
	color: #fff;
}

#wish_img {
	width: 100%;
	float: left;
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.clubpost2 {
	display: none !important;
}

.topmenu.shopred {
	color: #ac0e0e;
}

#news-txt > a {
	color: blue;
	text-decoration: underline;
}

.navigation.text-center {
	width: 100%;
	position: relative;
	display: inline-block;
	text-align: center;
}

.dateclub {
	color: #888;
	font-size: 18px;
	margin-top: -35px;
	display: block;
}

.datehome {
	color: #888;
	font-size: 18px;
	margin-top: 0px;
	display: block;
}

.postplus {
	font-size: 30px;
	line-height: 30px;
}

.postplushome {
	font-size: 30px;
	line-height: 30px;
	position: absolute;
}

.chat-form {
	position: relative;
	background-color: lightsteelblue;
	padding: 3px 10px 0px 10px;
	border-top-style: solid;
	border-width: 2px;
	min-height: 65px;
	float: left;
	width: 100%;
	border-radius: 6px;
}

#chat_index {
	min-height: 100vh;
}

.chatmsgnonread {
	width: 30px;
	height: 29px;
	background-color: limegreen;
	text-align: center;
	padding: 0px 0px 0px 0px;
	border-radius: 20px;
	color: #fff;
	margin-left: -15px;
	display: inline-block;
}

.chaticon {
	width: 30px;
	display: inline-block;
	font-size: 30px;
}

.chatmenu {
	display: inline-block;
}

#barchat {
	position: absolute;
	top: 10px;
	left: 20px;
	display: block;
}

.chatscreen {
	width: 100%;
	min-height: 88vh;
	background-position: right;
	background-blend-mode: multiply;
	background-image: url("../img/backgrounds/backgroundmw1.jpg") !important;
	background-size: cover;
	box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.32);
	background-attachment: unset;
	float: left;
	padding-top: 25px;
}

.club {
	background-color: thistle !important;
}

.menuphoto {
	color: #fff;
}

.blockmenuphoto {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	position: absolute;
	bottom: 10px;
}

.album-titre-2 {
	width: 100%;
	font-weight: normal;
	font-size: 25px;
	font-family: krinkes;
	color: violet;
	display: block;
}

.nodata {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px;
	text-align: center;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.post-desc {
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: purple;
	margin-bottom: 40px;
	padding: 10px;
	text-align: left;
	border-radius: 5px;
	position: relative;
}


.post-commentaires {
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	border-radius: 5px;
	width: 100%;
	display: inline-block;
}

#header-showphoto {
	background-color: #bbb;
	height: 40px;
	position: fixed;
	background-image: url("../img/backgrounds/headerphoto.jpg");
	background-size: cover;
	background-position: right;
	box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.32);
	max-width: 1905px;
	margin: auto;
	width: 100%;
	top: 50px;
	z-index: 1;
}

textarea.form-control {
	height: 50px;
}

.comment_info {
	text-align: left;
	color: gray;
	font-size: 16px;
}

.row.post-comment {
	text-align: left;
	padding: 5px;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
}

.btn-comment {
	padding: 1px 10px 1px 10px;
}

.comment-bt {
	width: 30%;
	float: left;
	text-align: center;
}

.comment-area {
	width: 70%;
	float: left;
}

.selectthumb {
	border-style: solid;
	border-width: 5px;
	border-color: pink;
}

.arrownavsmall {
	width: ;
	display: inline-block;
}

.arrownavsmall > a {
	color: #aaa;
}

.nextmedia > a {
	font-size: 30px;
}

.prevmedia > a {
	font-size: 30px;
}

.mediadesc {
	position: relative;
	margin-top: 40px;
}

.linkalbum {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.magnilink {
    cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
}

.titlenewsmax > h2 > a {
	font-family: geosanslight;
	font-size: 32px;
	color: black;
}

.titlenewsmin {
	display: none;
}

#article-news > div > h2 > a {
	font-family: geosanslight;
	font-size: 36px;
	color: #222;
}

.titlenewsmin  > h2 > a {
	font-family: Vanlose;
	font-size: 36px;
	color: #454545;
}

.readmorelink {
	color: chocolate;
	font-family: geosanslight;
}

.cadrepostplus {
	width: 100px;
	height: 100px;
	text-align: center;
	padding-top: 40px;
	float: left;
}

.cadrepostplus2 {
	width: 150px;
	height: 150px;
	text-align: center;
	padding-top: 65px;
	float: left;
}

.comment-answer1 {
	width: 30px;
	float: left;
}

.comment-answer2 {
	float: left;
}

.comment-answer {
	margin-top: 10px;
	width: 100%;
	display: inline-flex;
}

.comment-answer2 > span > strong {
	color: blueviolet;
}

legend {
	text-align: left;
}

#column1 {
	width: 72%;
	float: left;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	padding-right: 2%;
	margin-right: 2%;
	border-color: #ccc;
	padding-top: 10px;
}

#column2 {
	width: 26%;
	float: left;
	padding-top: 10px;
}

.homeblog {
	margin: 20px auto 20px auto;
	/* background-color: transparent; */
	height: 110px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	position: relative;
	border-radius: 8px;
	background-color: #fff;
	width: 95%;
}

.iconhome {
	width: 35px;
	position: relative;
	margin-top: 5px;
}

.homeblocktitle {
	font-size: 25px;
	font-family: geosanslight;
}

.countbloc {
	font-size: 30px;
	color: #eee;
	background-color: #777;
	padding: 1px 7px 1px 5px;
	border-radius: 4px;
}

.homeblocktxt {
	width: 50%;
	margin: auto;
}

.btn-0.home.block {
	padding: 4px 20px 4px 20px;
	background-color: #777;
}

.btn-0.home.block:hover {
	background-color: #814e91;
}

.btn-0.home.count {
	background-color: #777;
	color: #eee;
	padding: 1px 7px 1px 5px;
	border-radius: 4px;
	font-size: 20px;
	margin-top: 0px;
	line-height: normal;
	display: inline-block;
	width: unset;
	font-family: geosanslight;
	font-weight: bold;
}

.btn-0.home.count:hover {
	background-color: #814e91;
}

.abloghome {
	height: 110px;
	display: block;
	margin: 20px auto 20px auto;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	position: relative;
	border-radius: 8px;
	background-color: #fff;
	width: 95%;
		color: #777;
}

.abloghome:hover {
	background-color: #aaa;
	text-decoration: none;
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.12);
	color: #eee;
}

.mediacounthome {
	font-family: geosanslight;
	font-weight: normal;
	display: inline-block;
	margin-left: 35px;
	margin-top: 2px;
}

.mwfooter {
	width: 220px;
	float: left;
}

.club2 {
	background-color: #d354a8 !important;
}

.title-home-mobile {
	font-size: 50px;
	font-family: apalu;
	display: block;
	margin-bottom: -20px;
}

.pagination > li > a, .pagination > li > span {
	background-color: #aaa;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #555;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
	background-color: #bcbcbc;
}


.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	background-color: #555;
}

.faqsite {
	display: block;
	position: absolute;
	right: 25px;
	top: 25px;
}

.thumb_legend {
	position: absolute;
	bottom: 5px;
	left: 2%;
	width: 96%;
	background-color: rgba(0, 0, 0, .5);
	height: 80px;
	color: #fff;
	font-size: 19px !important;
	padding: 10px;
	line-height: 19px;
}

.levelrequired {
	position: absolute;
	top: 15%;
	width: 95%;
	text-align: center;
	color: #fff;
}



.datemedia {
	position: absolute;
	top: 10px;
	text-align: center;
	/* color: #fff; */
	left: 5px;
	font-size: 16px;
	color: slategray;
	width: 95%;
	line-height: 20px;
}

.datemedia-album {
	position: relative;
	text-align: center;
	font-size: 16px;
	margin-top: ;
	color: hotpink;
}

.social2-btn {
	display: block;
}

a.menuphoto:hover {
	text-decoration: none;
}

.thumb_rea1 {
	position: relative;
	display: block;
}

#subtitleclub {
	color: #ccc;
	margin-bottom: -35px;
}

#taglist {
	margin-bottom: 10px;
	background-color: rgba(255,255,255,0);
	margin-top: 60px;
}

.block-paidsubscription-main_1 {
	display: block;
	height: auto;
	text-align: center;
	position: relative;
	width: 100%;
	z-index: 2;
	margin: auto;
	margin-top: 5vh;
	top: 25%;
}

.specialplus {
	background-color: #64328a !important;
}

.btn-1-chat {
	background-color: darkcyan;
	width: 100%;
	padding: 8px;
	border-style: none;
	margin-top: 13px;
	color: #fff;
	border-radius: 5px;
}

.btn-login {
	padding-top: 3px;
	display: block;
	color: chocolate;
	font-size: 18px;
}

.post-title {
	font-size: 30px;
	line-height: 30px;
	text-align: left;
}

.navpost {
	display: block;
	position: absolute;
	width: 100%;
	top: 70px;
	z-index: 10000;
	padding: 0px 0px 0px 5px;
}

.homeblogtitle {
	font-size: 22px !important;
}

.prevpost {
	position: fixed;
	display: block;
	bottom: 40%;
	left: 0px;
	background-color: #64328a;
	padding: 20px 2px 20px 4px;
	border-radius: 1px 6px 6px 0px;
	z-index: 10000;
}

.nextpost {
	position: fixed;
	display: block;
	bottom: 40%;
	right: 0px;
	background-color: #64328a;
	padding: 20px 0px 20px 4px;
	border-radius: 6px 0px 0px 6px;
	z-index: 10000;
}




a.linknavpost {
	color: #ffffff;
}

.article-back {
    display: block; /* Fait du lien un bloc pour occuper toute la largeur */
    text-align: left; /* Aligne le contenu à gauche */
    margin-left: 5px; /* Ajoute une marge de 5px à gauche */
    color: inherit; /* Hérite de la couleur par défaut */
    text-decoration: none; /* Retire le soulignement */
}

.article-back i {
    margin-right: 5px; /* Espace entre l'icône et le texte */
}

/* Retirer le soulignement au survol */
.article-back:hover {
    text-decoration: none;
}

#column1-1,
#column1-2 {
    float: left; /* Place les colonnes côte à côte */
    width: 50%; /* Chaque colonne prend 50% de la largeur */
    box-sizing: border-box; /* Inclut les paddings dans la largeur */
}

#login > .container.body-container {
	margin-top: 0px;
	background-color: inherit !important;
	background-size: auto;
	background-position: top right;
	background-image: url("../img/backgrounds/bgclub2.jpg") !important;
	background-repeat: repeat-x;
}

.statusonline {
	font-size: 0.9em;
	color: #777;
	display: block;
	align-items: center;
	text-align: center;
}
.statusonline .fa-clock-o {
	margin-right: 5px;
}

.faq {
	width: 100%;
	min-height: 150vh;
	background-position: right;
	background-blend-mode: multiply;
	background-image: url("../img/backgrounds/backgroundmw4.jpg") !important;
	background-size: cover;
	box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.32);
	background-attachment: fixed;
	float: left;
	padding: 20px;
}



.private-club-txt {
	display: block;
	margin: 35px 20px 0px 20px;
	background: rgba(255, 255, 255, 0.8);
	color: #333;
	padding: 20px 25px 60px 25px;
	border-radius: 8px 8px 0px 0px;
	text-align: left;
}

.private-club-txt p {
    font-size: 18px;
    color: #333;
}

.news-txt-content {
	padding: 20px 0px 70px 0px;
}

.social2 {
	display: block;
	text-align: center;
	margin: 40px 10px 10px 10px;
}

.img-article-item {
	object-fit: cover;
	width: 100%;
	height: 300px;
	object-position: top;
}

#shop-header-title {
	padding-top: 65px;
	text-align: center;
}

.aboutme {
	text-align: left;
	margin-top: 50px;
}

.noabo {
	display: block;
	width: 95%;
	background-color: #9d0450;
	margin: auto;
	/* margin-top: auto; */
	margin-top: 50px;
	max-width: 1145px;
	padding: 10px;
	/* padding-top: 10px; */
	padding-top: 20px;
	/* display: block; */
	z-index: 1;
	position: relative;
	border-radius: 5px;
	color: #fff;
}

.abo {
	/* display: block; */
	width: 95%;
	background-color: oldlace;
	margin: auto;
	/* margin-top: auto; */
	margin-top: 50px;
	max-width: 1145px;
	padding: 10px;
	/* padding-top: 10px; */
	padding-top: 20px;
	/* display: block; */
	z-index: 1;
	position: relative;
	border-radius: 5px;
	color: black;
}

.logtd2 {
	font-size: 16px;
	font-weight: bold;
}

#block-txt-1 {
	font-size: 17px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	min-height: 125px;
	text-align: left;
}

.infoabo {
	text-decoration: none !important;
	color: #888;
}

.post-link {
    text-decoration: none;
    color: inherit;
    display: block; /* Rend le lien englobant tout le bloc */
}
.post-link:hover {
    text-decoration: none; /* Supprime la déco au survol */
}

.closesub {
	position: absolute;
	right: -15px;
	top: -15px;
	z-index: 1000;
	font-size: 30px;
	color: black;
}

#mobilebuttons {
	display: none;
}

.legal-footer {
  text-align: center;
  font-size: 0.8em;
  padding: 1em 0;
  color: #ddd;
  background: transparent; /* ou un fond semi-transparent si besoin */
}

.legal-icons span {
  margin: 0 0.5em;
  white-space: nowrap;
}

.legal-icons a {
  color: #fff;
  text-decoration: underline dotted;
}

.legal-icons a:hover {
  text-decoration: underline;
  color: #ff82d0; /* ou une teinte rose/violette de ton thème */
}

div.header-homepage-public {
	background-position: top right;
	background-blend-mode: multiply;
	background-image: url("../img/backgrounds/headerblog-2025.jpg");
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: inherit !important;
	background-size: cover;
	position: relative;
	height: 250px;
	box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.32);
	margin-top: 20px;
}

#load-more {
	display: inline-block;
	width: 95%;
	max-width: 350px;
	margin: 0px auto 40px;
	padding: 9px 24px;
	background-color: #814e91;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
}

#load-more:hover {
  background-color: #471c61; /* un peu plus lumineux */
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}


#load-more:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
