/* 
* Theme Name: Site-Galant
* Description: Site de Rencontre Coquin entre adulte(18+) par Galant & GalentineS
* Author: SEOS
* Author URI: 
* Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, threaded-comments
* Version: 1.3.4
* License: SEOS Themes
* License URI: Classified Ads WordPress Theme Copyright 2015 2023, http://seosthemes.com/
* Text Domain: seos-classified-ads
*/


/* ----------------------------------- Basic ----------------------------------- */


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, h7, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, font, q, strong, fieldset, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1em;	
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;	
}

body {
	/*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-size: 16px;
	margin: 0 auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
mains,
nav,
sections,
sectionimg,
sectionsbis,
sectionscat,
sectionhome,
section {
	display: block;
}

h1 {
	font-size: 31px;
	color: #960000 !important;
	font-family: 'Oswald', sans-serif;
}

h2 {
	font-size: 20px;
	color: #960000;
}

h3 {
	font-size: 22px;
	color: #960000;
}

h4 {
	font-size: 18px;
	color: #960000;
}

h5,
h6 {
	font-size: 15px;
	color: #960000;
}

h7 {
	font-size: 13px;
	color: #631a09;
}
a {
	color: #6d2020;
	text-decoration: none;
}

a:hover {
	color: #CE0000;
}

table {
	border-collapse: separate;

}

table td,
table th {
	border: 1px solid #aaa;
	padding: 2px;
	/*font-size: 1.5vw;*/
	border-right: 1px #960000 solid !important;
    border-bottom: 1px #960000 solid !important;
    -webkit-box-shadow: 0px 17px 6px -13px rgb(91 91 91);
}

caption,
th,
td {
	/*font-weight: normal;
	//text-align: left;*/
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
	background: #F0F0F0;
	display: inline-block;
	border-left: 4px solid #888;
	padding: 8px;
    font-style: italic;
	word-wrap: break-word;
}

b,
strong {
	font-weight: 600;
}

p {
word-wrap: break-word;
}

details a,
aside li,
section p,
article li {
	line-height: 22px;
	font-size: 16px;
	
}

select {
	max-width: 100%;
}

/* ----------------------------------- Header ----------------------------------- */

header {
	height: 100%;
	overflow: hidden;
	/*-webkit-box-shadow: inset 0px -89px 180px 29px rgba(0,0,0,0.62);
	//-moz-box-shadow: inset 0px -89px 180px 29px rgba(0,0,0,0.62);
	//box-shadow: inset 0px -89px 180px 29px rgba(0,0,0,0.62);
	//border-bottom: 2px solid #031321;*/
	color: #FFFFFF;
	word-wrap: break-word;
}

#header .ca-logo {
	margin: 0 auto;
	padding-top: 20px;
	max-width: 50%;
	opacity: 1 !important;
}

#header-img {
	width: 100%;
}

header h1 {
	letter-spacing: 5px;
	font-size: 80px;
	padding-top: 0;
	margin: 0;
	font-family: 'Oswald', sans-serif;
	font-style: italic;
	color: #8e1a1a !important;
}

header p {
	padding-bottom: 10px;
}

.top {
	font-family: 'Oswald', sans-serif;
	height: 30px;
	text-align: right;
	background: #fff;
	-webkit-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	-moz-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
}

#site-login {
	opacity: 0.8;
	display: block;
}

#site-login a {
	padding-right: 20px;
	color:  #2f2a2a;
	line-height: 30px;
}

#site-login a:hover {
	opacity: 0.8;
}

.noselectmeta:after,
.icon,
#header,
header:after {
	content: ""; 
	clear: both; 
	display: block;
}

#header {
	text-align: center;
	min-height: 335px;
	opacity: 0.8;
}

/* ----------------------------------- Nav ----------------------------------- */

nav {
	font-family: 'Oswald', sans-serif;
	text-align: center;
	background: #5e5e5e;
	-webkit-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	-moz-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
}

nav:after {
	float: none;
	display: block;
}

nav ul {
	display: table;
	position: relative;
	list-style: none;
	color: #FFFFFF;
	margin: 0 auto;
	z-index: 99999;
}

nav ul ul {
	display: none;
}

nav ul li:hover > ul {
	display: block;
}

nav ul:after {
	content: "";
	clear: both;
	display: block;
}

nav ul li {
	float: left;
	min-width: 80px;
	text-align: center;
}

nav ul li a:hover {
	background: #C10000;
	color: #FFFFFF;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	-webkit-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	-moz-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
}

nav ul li:hover {
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

nav ul li:hover a {
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}
	
nav ul li a {
	display: block; 
	padding: 12px;
	font-size: 16px;
	color: #DEDEE2;
	text-decoration: none;
	font-family: -webkit-pictograph;
}
	
nav ul ul {
	position: absolute;
	border-radius: 0px;
	padding: 0;
	min-width: 150px;
}

nav ul ul li {
	position: relative;
	float: none;
	min-width: 100px;
	z-index: 9999;
	text-align: left;
	margin: 0;
}

nav ul ul li a {
	font-size: 14px;
	background: #999;
	padding: 4px;
	min-width: 227px;
	font-family: -webkit-pictograph;
}
	
nav ul ul li a:hover {
	background: #C10000;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

nav ul ul ul {
	position: absolute; 
	left: 100%;
	top: 0;
	width: 100%;
}

nav:after {
	content: "";
	clear: both;
	display: block;
}

.menu {
	padding: 0;
	margin: 0 auto;
}

/*------- Menu Animation --------*/

nav li > a:after {
    padding-left: 10px;
    color: #DEDEE2;
    content: '›';
}

nav li > a:hover:after {
    color: #AF4600;
    content: '›';
}

nav li > a:only-child:after {
    content: '';
}

nav ul ul {
	display: none;
}

/* ----------------------------------- Main ----------------------------------- */

main {
	max-width: 1400px;
    margin: 8%;
    width: 84%;
   /*  margin-top: 20px; */
	word-wrap: break-word;
		border: 1px solid #977a88 !important;
    border-right: 2px #960000 solid !important;                 
    border-bottom: 2px #960000 solid !important;
    border-radius: 15px 15px 15px 15px !important;
    padding-left: 40px;
}
mains {
	max-width: 1200px;
	margin: 0 auto;
	/* padding: 20px 60px 20px 60px; */
	word-wrap: break-word;
}
main:after {
	content: "";
	clear: both;
	display: block;
}

.content:after {
	content: "";
	clear: both;
	display: block;
}

/* ----415 ENLEVER  font-family: 'Oswald', sans-serif;---------------------- Section ----------------------------------- */

section {
	width: 69%;
	float: right;
	word-wrap: break-word;
}

sectionhome {
width: 100%;
	border: 1px solid #977a88 !important;
    border-right: 2px #960000 solid !important;                 
    border-bottom: 2px #960000 solid !important;
    border-radius: 15px 15px 15px 15px !important;
    color: #404040;
}

sections {
	width: 40%;
	/*float: right;
	//height: 2000px; */
	padding-left: 30%;
	word-wrap: break-word;
}

sectionimg {
	width: 33%;
	/*float: right; */
	/*height: 2000px; */
/*padding-left: 30%; */
	word-wrap: break-word;
}

sectionsbis {
	/* width: 80%;
	//float: right;
	//height: 2000px;*/
padding-left: 1%;
padding-right: 1%;
	word-wrap: break-word;
}

sectionscat {
	width: 95%;
	/*float: right;
	//height: 2000px;*/
	padding-left: 3%;
	word-wrap: break-word;
}

.section-right {
	width: 69%;
	float: right;
	padding: 0  0 0 10px;
	word-wrap: break-word;
}

.ad-categories  .categories {
    font-size: 23px ! important;
	list-style-type: none;

	color: #960000;
}

.ad-categories  .categories  ul {
	margin-top: 15px;
}

.ad-categories ul  li{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset -3px 26px 51px -11px rgba(0,0,0,0.24);
    -moz-box-shadow: inset -3px 26px 51px -11px rgba(0,0,0,0.24);
    box-shadow: inset -3px 26px 51px -11px rgba(0,0,0,0.24);
}

.ad-categories ul li {
    padding: 5px;
    margin: 5px;
    vertical-align: top;
    width: 22.4%;
    font-size: 15px;
    line-height: 20px;
    height: auto;
    text-align: center;
    word-wrap: break-word;
    display: inline-block;
}

.ad-categories ul li ul {
	margin: 15px 0 0 0;
	padding: 0;
	
}

.ad-categories ul li ul li {
    width: 100%;
	padding: 0;
	list-style-type: none;
	border-radius: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	margin: 0;
	text-align: left;
}

.ad-categories ul li ul li a{
    font-size: 13px !important;

}

.ad-categories img, .widget_categories a img  {
	width: 10px;
	height: 10px;
	padding: 0 10px 0 0;
}

article p,
article ul,
article ol,
article table,
article dl {
	margin-bottom: 20px;
}

article ul,
article ol {
	margin-bottom: 20px;
}

article ul,
article ol {
	padding: 0 0 0 1px;
}

article ul ul,
article ol ol {
	margin-bottom: 0;
}

article:after {
	content: ""; 
	clear: both; 
	display: block;
}

.article-right {
	float: right;
	width: 83%;
}

.full-width {
	width: 100%;
	word-wrap: break-word;
}

.full-width .content{
	padding: 10px;
}
/* ------- HAUTEUR CARTE VISIE GHOST --line-height 20px-------------- */
.meta-contacts {
	border-bottom: 1px solid #960000;
	padding-bottom: 2px;
	color: #960000;
	/*padding: 3px;*/
    line-height: 20px;
}

/* ----------------------------------- Aside Galant couleur widget titre---------------------------------- */

aside {
	float: left;
	width: 27%;
	word-wrap: break-word;
	padding-top: 6px;
}

aside h2 {
	margin: 10px 0 0 0;
	color: #458591;
	/*background: #5e5e5e;*/
	padding: 8px;
	border: 1px solid #960000;
	-webkit-box-shadow: 0px 17px 56px -13px rgba(91,91,91,1);
	-moz-box-shadow: 0px 17px 56px -13px rgba(91,91,91,1);
	box-shadow: 0px 17px 6px -13px rgba(91,91,91,1);
	width: 88%;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 18px;
}

.sidebar-left {
	float: left;
	width: 27%;
 	word-wrap: break-word;
        padding-left: 10px;
}

aside .children, .sub-menu {
	border: none;
}

aside .menu  {
	padding: 10px;
}

aside ul li ul {
	border: 1px solid #C0C0C0;
	padding: 10px;
	/*width: 100%;*/
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

aside ul li a:hover {
	margin-left: 5px;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

aside ul,
aside ol {
	list-style-type: none;
}

.textwidget img {
	max-width: 100%;
}

aside .categories ul {
	border: none;
}

/* ----------------------------------- Footer ----------------------------------- */

footer {

	background: #5e5e5e;
	color: #FFFFFF;
	text-align: center;
	-webkit-box-shadow: inset 0px -89px 180px 29px rgba(0,0,0,0.62);
	-moz-box-shadow: inset 0px -89px 180px 29px rgba(0,0,0,0.62);
	box-shadow: inset 0px -89px 180px 29px rgba(0,0,0,0.62);
}

#footer {
	height: 100%;
	padding: 10px;
	opacity: 0.7;
}

footer a {
	color: #FFFFFF;
}

.footer {
	margin: 20px;
    text-align: center;
    word-wrap: break-word;
    background-color: #eee;
    -moz-box-shadow: inset  0 30px 30px -30px #828282, inset  0 -30px 30px -30px #828282;
    -webkit-box-shadow: inset  0 30px 30px -30px #828282, inset  0 -30px 30px -30px #828282;
    box-shadow: inset  0 30px 30px -30px #828282, inset  0 -30px 30px -30px #828282;
	border: 1px solid #606060;
    height: auto;
	list-style-type: none;
    padding: 20px;
    vertical-align: top;
    /*width: 20.3%;*/
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
}

.footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.widget_calendar td, .widget_calendar th {
	padding: 5px;
}

.footer .widget-title {
	color: #ffffff;
	padding: 10px;
}

.footer aside {
	 width: 100%;
	 margin: 0;
	 padding: 0;
}

#myname,
#company,
#email,
#tel{
	display:inline;
	font-size: 16px;
	line-height:22px;
}

.option-con {
	max-width:30%;
	min-width: 200px;
	margin: 0 auto;
	margin-top:10px;

}

.option-con p {
	word-wrap: break-word;
}

details {
	margin: 10px;
	opacity: 0.8;
}

details p{
	line-height: 22px;
}

details a {
	margin-left: 15px;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

details a:hover {
	color: #CE0000;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

footer #gallery-1 img {
	border:1px solid #888;
}

footer #gallery-1 a:hover {
	opacity: 0.8;
}

/* ----------------------------------- Images ----------------------------------- */

.img img {
	width: auto;
	max-width: 90%;
	padding: 3px;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #C0C0C0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.ads-img img{
    max-width: 320px;
    min-width: 257px;
    float: right;
	margin: 0 10px 10px 0;
	/*height: auto;*/
    -webkit-box-shadow: inset 0px 17px 16px -13px rgba(91,91,91,1);
    -moz-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
    box-shadow: inset 0px 1px 16px -13px rgba(91,91,91,1);
	padding: 12px;
    border: 1px solid #C0C0C0;
}

.ads-imgs img{
    max-width: 300px;
    padding: 5px;
    margin: auto;
    -webkit-box-shadow: inset 0px 17px 16px -13px rgba(91,91,91,1);
    -moz-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
    box-shadow: inset 0px 1px 16px -13px rgba(91,91,91,1);
}

.img-search img  {
 
	margin: 0 10px 10px 0;
	padding: 10px;
	-webkit-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	-moz-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
}

.img-def {
    position: relative;
    z-index: 1;
	float: left;
	width: 60px;
	height: 60px;
	background: #960000;
	background-image: url(img/no-img.png);
	background-repeat: no-repeat;
	-webkit-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	-moz-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	padding: 10px;
}
.img-def-single {
    position: relative;
    z-index: 1;
	float: left;
	width: 360px;
	margin-right:10px;
	margin-bottom:10px;
	height: 199px;
	background: #960000;
	background-image: url(img/ici-home-priver.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	-moz-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	padding: 10px;
}
.img-def-public {
    position: relative;
    z-index: 1;
	float: left;
	width: 360px;
	margin-right:10px;
	margin-bottom:10px;
	height: 199px;
	background: #960000;
	background-image: url(img/ici-erotique-grand-public.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	-moz-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	padding: 10px;
}
.img-def-salon {
    position: relative;
    z-index: 1;
	float: left;
	width: 360px;
	margin-right:10px;
	margin-bottom:10px;
	height: 199px;
	background: #960000;
	background-image: url(img/ici-salon-priver.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	-moz-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	padding: 10px;
}
.img-def-home {
    position: relative;
    z-index: 1;
	float: left;
	width: 360px;
	margin-right:10px;
	margin-bottom:10px;
	height: 199px;
	background: #960000;
	background-image: url(img/ici-home-priver.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	-moz-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	padding: 10px;
}
.noselectmeta:after,
.tag-s:after,
article:after {
	float: none;
	display: block;
	clear: both;
}

.alignnone {
	margin: 0;
	padding: 0;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
	max-width: 100%;	
}

.alignright {
	float: right;
	margin-left: 15px;
	padding-right: 0;
}

.avatar {
	width: 100px;
}

.size-large,
.size-medium,
.size-thumbnail {
	width: 190px;
	//max-width: 80%;
	height: 12vw;
}

.size-auto {

	height: 0vw;
}
.size-full {
	max-width: 60%;
	height: 17vw;
}
.img {
    align-items: center;
    display: flex;
    justify-content: center;
}


.grow {
	width: 400px;
	margin: 0 auto;
}

.wp-caption,
.wp-caption-text,
.gallery-caption {
	max-width:100%;
	font-size:14px;
}

iframe,
embed {	
	width: 100%;
	height: auto;
}

.description {
	margin-top: 0px;
	font-size:28px;
	display: block;
	position: relative;
	float: none;
	width: 100%;
	margin: 0 auto;
	padding: 120px;
	text-align: left;
}

/* ----------------------------------- Forms ----------------------------------- */

form {
	width: 100%;
}

#registerform, #loginform, #lostpasswordform, .lostpassword-confirmation {
	margin-top: 20px;
}

#registerform label,  #loginform label {
	display: block;
}

#loginform h1 {
	font-size: 16px;
}

.register-confirmation {
	padding-bottom: 5px;
}

input {
	font-size: 16px;
	margin-bottom: 10px;
	border: 1px solid #ddd !important;
	border-radius: 3px !important;
	padding: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset -3px 6px 31px -11px rgba(0,0,0,0.24);
    -moz-box-shadow: inset -3px 6px 31px -11px rgba(0,0,0,0.24);
    box-shadow: inset -3px 6px 31px -11px rgba(0,0,0,0.24);
    word-wrap: break-word;
}

#submit, #wp-submit{
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	border-radius: 4px;
	border: 4px solid #960000;
	color: #FFFFFF;
	background: #960000;
	-webkit-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	-moz-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	cursor: pointer;
}

#wp-submit:hover,
#submit:hover {
	background: red;
}

#s {
    display: block;
	margin-top: 10px;
	color: #aaa;
	border: 1px solid #960000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

textarea {
	min-width: 90%;
	max-width: 100%;
	border: 1px solid #ddd !important;
	border-radius: 3px;
	padding: 10px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset -3px 6px 31px -11px rgba(0,0,0,0.24);
    -moz-box-shadow: inset -3px 6px 31px -11px rgba(0,0,0,0.24);
    box-shadow: inset -3px 6px 31px -11px rgba(0,0,0,0.24);
    word-wrap: break-word;
}

select {
	border: 1px solid #ddd !important;
	padding: 5px;
	border-radius: 3px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    -webkit-box-shadow: inset -3px 6px 31px -11px rgba(0,0,0,0.24);
    -moz-box-shadow: inset -3px 6px 31px -11px rgba(0,0,0,0.24);
    box-shadow: inset -3px 6px 31px -11px rgba(0,0,0,0.24);
    word-wrap: break-word;
}

label {
	font-weight: bold;
	margin-bottom: 6px;
	margin-right: 10px;
	min-width: 100px;
	color: #960000;
}

.blue {
	font-size: 22px;
	color: #21759b;
}

#searchsubmit {
	background-image: url(img/search-button.png);
	width: 34px;
	height: 32px;
    margin-left: 5px;
	padding-left: 7px !important;
}
/*---------------- Custom Select ----------------*/

#cat-searchform {
    text-align: center;	
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
}

#cat-searchform  #s {
	width: 150px;
	display: inline;
	padding: 10px;
	border: none; 
	outline: 0;
	border:0px;
}

#cat-searchform select {
	display: none;
}

#cat-searchform .read-more {
	position:relative;
	top: 2px;
	width: 100px;
	display: inline;
	padding: 7px;
	border: none; 
	outline: 0;	
	border-radius: 5px !important;
}

#cat-searchform .read-more:hover {
	cursor: pointer;
}

/* The container must be positioned relative: */
.custom-search-select {
    position: relative;
    font-family: Arial;
    width: 200px;
    display: inline-block;
  
}

.custom-search-select select {
    display: none; /*hide original SELECT element: */
}

.custom-search-select .select-selected {
	box-shadow: inset -3px 6px 31px -11px rgba(0,0,0,0.24);
	border-radius: 5px;	border: 1px solid #ddd;
	padding: 11px;	
}

/* Style the arrow inside the select element: */
.custom-search-select .select-selected:after {
    position: absolute;
    z-index:99999;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #333 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.custom-search-select .select-selected.select-arrow-active:after {
    border-color: transparent transparent #333 transparent;
    top: 7px;
}

/* style the items (options), including the selected item: */
.custom-search-select .select-items div,.custom-search-select .select-selected {
    text-align: left;	
    color: #333;
    cursor: pointer;
	width: 177px;
}

/* Style items (options): */
.custom-search-select .select-items {
    position: absolute;
	padding: 10px;
    background: #fff;
    top: 100%;
    left: 0;    padding: 5px;
    right: 0;
    z-index: 99;
    text-align: left;
	overflow: auto;
	max-height: 400px;
	border: 1px solid #ddd;
}

.custom-search-select .select-items div {
	padding: 5px;
}

/* Hide the items when the select box is closed: */
.custom-search-select .select-hide {
    display: none;
}

.custom-search-select .select-items div:hover,.custom-search-select .same-as-selected {
    background: #fff;
}

#cat-searchform .s {
	width: 200px;
	display: inline;
}

.searchinput {
    min-width: 100%;
    padding: 10px;
}

.bypostauthor {
	padding-left: 6px;
}

.vip-ad {
    width:100%;
	overflow: hidden;
}

.fa-paypal{
	display: inline-block;
}

#site-login .fa {
	font-size: 14px;
	padding-right: 1px;
}

#site-login .fa-user-o {
    bottom: 1px;
    position: relative;
}

#site-login .fa-sign-in {
	font-size: 18px;	
    top: 1px;
    position: relative;	
}

.paypalform, .ads-bank-id {
	border-top: 4px solid #960000 !important;
}

form .sub-paypal, .ads-bank-id, .paypalform {
	color: #7F6800;
	font-size: 13px;
	margin: 5px 0 5px 0;
	padding: 5px;
	border: none;
	text-align: left;
}

form .sub-paypal {
	cursor: pointer;
	display: inline-block;
}	

.sub-paypal:hover,
.ads-bank-id:hover  {
	background: #FFEE9E;
}

.login-submit input {
	padding: 3px 5px 3px 5px;
}

/* ----------------------------------- Woocommerce ----------------------------------- */

.pswp {
	z-index: 99999;
}
.pswp img {
	max-width: none;
}
.seos-cart {
	max-width: 150px;

	text-align: center;
	padding: 5px;
	margin: 10px 0 10px 0;
	margin-left: auto;
	margin-right: auto;
}

.woocommerce-pagination {
	max-width: 300px;
	text-align: center;
	margin: 0 auto;
}

.woocommerce-pagination {
	background: none;
	box-shadow: none;
}

.woocommerce-pagination .page-numbers li {
	width: 20px !important;
	margin: 10px;
}

.woocommerce-pagination ul li {
	min-width: 20px;
	padding: 5px;
}

.woocommerce nav.woocommerce-pagination ul li {
	padding: 3px !important;
	background: #960000;
    padding: 10px !important;
    -webkit-box-shadow: 0px 17px 56px -13px rgba(91,91,91,1);
    -moz-box-shadow: 0px 17px 56px -13px rgba(91,91,91,1);
    box-shadow: 0px 17px 56px -13px rgba(91,91,91,1);
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 1px solid #d3ced2;
	margin: 2px;
	padding: 3px !important;
	border-radius: 4px;
}

.woocommerce nav.woocommerce-pagination ul li:hover {
	background: red;
}

.woocommerce nav.woocommerce-pagination ul li a,
 .woocommerce nav.woocommerce-pagination ul li span,
 .woocommerce-pagination ul li a {
	padding: 5px !important;
 }

.woocommerce nav.woocommerce-pagination ul {
	border: none;
}

.woocommerce-Price-amount {
	font-size: 12px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
 .woocommerce nav.woocommerce-pagination ul li a:hover,
 .woocommerce nav.woocommerce-pagination ul li span.current {
	background: none;
    box-shadow: none;	
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	min-width: 10px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	color: #fff;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #960000;
    -webkit-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
    -moz-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
    box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;	
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: red;
}

/* ----------------------------------- Other ----------------------------------- */

.read-more {
	font-family: 'Oswald', sans-serif;
	display: block;
	width: 120px;
	opacity: 0.9;
	color: #FFFFFF;
	text-align: center;
	padding: 2px;
	margin-top: 10px;
	background: #960000;
	-webkit-transition: all 0.6s linear 0s;
	-moz-transition: all 0.6s linear 0s;
	-o-transition: all 0.6s linear 0s;
	transition: all 0.6s linear 0s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* ------------- LARGEUR PHOTO VIP GHOST ---------------------- */
.imp-price .price, .article-right .price {
	width: 40px;
    height: 35px;
    color: #FFFFFF;
    font-size: 14px;
    background-image: url(img/price2.png) !important;
    background-repeat: no-repeat;
    text-align: center;
    text-align: right;
    word-wrap: break-word;
    margin: 0 auto;
    float: left;
}

.price-ad {
	height: 22px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	word-wrap: break-word;
	margin-top: 22px;
	margin-right: 40px;
	float: right;
	-webkit-transform: rotate(-12deg);
	-moz-transform: rotate(-12deg);
	-ms-transform: rotate(-12deg);
	-o-transform: rotate(-12deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.field4 {
	font-family: 'Oswald', sans-serif;
	width: 77px;
	max-height: 22px;
	padding-left: 5px;
	word-wrap: break-word;
	text-align: center;
}

.imp-price {
	max-width: 150px;
	max-height: 300px;
	overflow: hidden;
  	text-align: center;
	font-size: 13px;
	color: #960000;
}

.read {
	position: absolute;
	top: 110px;
	right: 0;
	display: block;
	width: 170px;
	line-height: 32px;
	color: #FFFFFF;
	text-align: center;
	border-top: 2px solid #404040;
	background: #2D2D2D;
	-webkit-transition: all 0.6s linear 0s;
	-moz-transition: all 0.6s linear 0s;
	-o-transition: all 0.6s linear 0s;
	transition: all 0.6s linear 0s;
	-webkit-box-shadow: inset -16px -63px 40px -46px rgba(0,0,0,0.21);
	-moz-box-shadow: inset -16px -63px 40px -46px rgba(0,0,0,0.21);
	box-shadow: inset -16px -63px 40px -46px rgba(0,0,0,0.21);
}

.pagination a:hover,
.postanad a:hover,
.read-more:hover {
	color: #FFFFFF;
	background: #E80000;
}

.nextpage{
	width: 100%;
	margin: 0 auto;
}

.pagination {
	width: 100%;
	margin: 28px 0 28px 0;
	padding: 0;
	float: right;
	text-align: center;
}

.pagination a {
	font-size: 14px;
	padding: 3px 7px 3px 7px;
	background: #960000;
	color: #FFFFFF;
	border-radius: 2px;
	-webkit-transition: all 0.6s linear 0s;
	-moz-transition: all 0.6s linear 0s;
	-o-transition: all 0.6s linear 0s;
	transition: all 0.6s linear 0s;
}

.pagination a:hover {
	opacity: 0.8;
	color: #FFFFFF;
}

.category-sticky,
.sticky  {
	background: #FFF6D6;
}

.sticky .sticky-img{
	position: absolute;
	z-index: 2;
	background-image: url('img/vip1.png');
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	opacity: 1;
	-webkit-transition: all 0.6s linear 0s;
	-moz-transition: all 0.6s linear 0s;
	-o-transition: all 0.6s linear 0s;
	transition: all 0.6s linear 0s;
}

.sticky .sticky-img:hover {
	opacity:0;
	-webkit-transition: all 0.6s linear 0s;
	-moz-transition: all 0.6s linear 0s;
	-o-transition: all 0.6s linear 0s;
	transition: all 0.6s linear 0s;
}

small {
	color: #21759b;
}

body.login div#login,
#login,
.login {
	width: 420px !important;
}

.login h1 {
	background-image: url(img/classified-.png);
}

.post-ads {
	padding: 5px 10px 5px 10px;
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	border: 1px solid #960000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.adsseos {
	width: 729px;
	padding: 10px 0 10px 0;
	margin: 0 auto;
}

.postad{
	padding: 0 21px 0 0;
	background: #FFF6D6;
	width: 100%;
	display: block;	
}

.post-meta li {
	display: inline;
}

.post-meta-key {
	border: 1px solid #960000;
	background: #FFD000;
	padding: 3px;
	border-radius: 4px;
}

.noselectmeta {
	word-wrap: break-word;
	border: none;
	text-align: left;
	max-width: 300px;
	max-height: 600px;
	overflow: hidden;
	-webkit-transition: all 0.6s linear 0s;
	-moz-transition: all 0.6s linear 0s;
	-o-transition: all 0.6s linear 0s;
	transition: all 0.6s linear 0s;
	margin-left: 7px;
}

.meta-box-vision {
	word-wrap: break-word;
	border: none;
	height: 100%;
	text-align: left;
	padding:  0 5px 5px 5px;
	border-radius: 4px;
}

/* ------------- Cadre carte de visite ----.meta-box-vision td -------------------------- */
.meta-box-vision th
                            {
	border: none;
}

.meta-box-vision .td-title {
	/*font-size: 13px;*/
	color: #960000;	
	padding: 3px;
}

.meta-box-vision tr {
	max-width: 300px;
	max-height: 60px;
	overflow: hidden;
}

.prevpost {
	float: left;
	font-size: 30px;
	border-radius: 2px;
}

.nextpost {
	float: right;
	font-size: 30px;
	border-radius: 2px;
}

.prevpost  a,
.nextpost  a{
	font-family: 'Oswald', sans-serif;
	padding: 5px;

border: 1px solid #C0C0C0;
border-radius: 5px;
-moz-box-shadow: inset -3px 26px 51px -11px rgba(0,0,0,0.24);
box-shadow: inset -3px 26px 51px -11px rgb(0 0 0 / 24%);
}

.prevpost a:hover,
.nextpost a:hover{
	color: #CE0000;
}

#reply-title,
#comments {
	padding : 10px 0 10px 0;
}

#comment {
	max-width: 100%;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label{
	display: block;
	margin-top: 10px;
}

.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input{
	padding: 10px;
	border: 1px solid #D8D8D8;
	max-width: 100%;	
}

.comment-form-comment textarea {
	min-width: 97%;
}

.commen {
	width:100%;
	border: 1px solid #C0C0C0;
	padding: 10px;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset -3px 26px 51px -11px rgba(0,0,0,0.24);
	-moz-box-shadow: inset -3px 26px 51px -11px rgba(0,0,0,0.24);
	box-shadow: inset -3px 26px 51px -11px rgba(0,0,0,0.24);
}

.img-seos-slider {
	width: 100%;
	height: 330px;
}

.seos-slider-button {
	margin: 0 auto;
	width: 180px;
	position: relative;
	top: 40px;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.seos-slider-button {
	margin: 0 auto;
	width: 180px;
	position: relative;
	bottom: 5px;
	top:-22px;
	-webkit-transition: all 0.8s linear 0s;
	-moz-transition: all 0.8s linear 0s;
	-o-transition: all 0.8s linear 0s;
	transition: all 0.8s linear 0s;
}

.seos-slider-button a {
	width: 18px;
	margin-left: 3px;
	line-height: 4px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 45%;
	background: #FFFFFF;
	padding: 2px 6px 2px 6px;
	display:inline;
}

.seos-slider-button a:hover {
	color: #FFFFFF;
	background: #960000;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;

}

.seos-figure,
#seos-slider {
	width: 100%;
	height: 330px;
	padding: 0;
	margin: 0;
	position: absolute;
}

#slidesimg {
	position: absolute;
	padding: 0;
	 margin: 0;
	width: 100%;
	height: 330px;
}

#slidesimg li {
	position: absolute;
	opacity: 0;
	list-style: outside none none;
	width: 100%;
	height: 330px;
	background: #FFFFFF;
	transition: opacity 3s;
	padding: 0;
	margin: 0;
}

#slidesimg li img {
	width: 100%;
	position: relative;
	height:330px;
	padding: 0;
	margin: 0;
}

.slider-content {
	z-index: 2;
	position: absolute;
	text-align: center;
	bottom: 55px;
	left: 65px;
	width: 150px;
	height: 132px;
	color:  #FFFFFF;
	line-height: 26px;
	overflow: hidden;
	display:block;
	background: #404040;
	word-break: break-word;
	padding: 10px 10px 0 10px ;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	border: 1px solid #960000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.scon {	
	color:  #FFFFFF;
	width: 150px;
	height: 58px;
	overflow: hidden;
	z-index: 0;
	position: relative;
	background: #404040;
}

article p, article ul, article ol, article table, article dl {
	margin: 0;
	word-wrap: break-word;
}

.article-cat{
    font-family: cursive;
	color: #2f2d52 !important;
    font-size: 14px;
	margin: 0;
	word-wrap: break-word;
    padding: 10px;
	margin-left: 2%;
    margin-right: 2%;
	padding-right: 0;
	padding-left: 0;
	border: 1px solid #977a88;
    border-right: 2px #960000 solid;                 
    border-bottom: 2px #960000 solid;
    border-radius: 15px 15px 15px 15px;
    border-left: 4px solid #e8a291;
	background: #f5eaef;
	margin-block-end: 2vh;
	height: 60px !important;
}
/* ----------------------------------- Img ----------------------------------- */
.ad {
	text-align: right;
}

.ad i {
	color: #404040;
}

.img-ad img {
	width: 190px;
	height: 160px;
    margin-right: 4px;
    margin-left: 4px;
	
}
.img-s img {
	width: 224px;
	height: 170px;
    margin-left: 2%;
	
}


.img-ad  {	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*background: #C0C0C0;*/
	float: left;
	padding: 5px;
	margin:0 10px 10px 0;
	-webkit-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	-moz-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	-webkit-transition: -webkit-transform 0.4s linear;
	transition: transform 0.4s linear;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}

.img-ad:hover {
	padding: 3px;
	-webkit-transform: scale(2.2);
	transform: scale(2.2);
}

/* ----------------------------------- Tags ----------------------------------- */

.tag-s {
	margin: 10px 0 1px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.tag-s  a {
	border: 1px solid #C0C0C0;
	background: #404040;
	padding: 3px;
	color: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.6s linear 0s;
	-moz-transition: all 0.6s linear 0s;
	-o-transition: all 0.6s linear 0s;
	transition: all 0.6s linear 0s;
	line-height: 30px;
}
.tag-s a:hover {
	background: #E80000;
	color: #FFFFFF;
}
	
.postanad {
	margin: 0 auto;
	position: relative;
	bottom: 5px;
	background: #E80000;
	padding: 2px;
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
	width: 220px;
	text-align: center;
	border: 1px solid #960000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset -16px -63px 40px -46px rgba(0,0,0,0.21);
	-moz-box-shadow: inset -16px -63px 40px -46px rgba(0,0,0,0.21);
	box-shadow: inset -16px -63px 40px -46px rgba(0,0,0,0.21);
	-webkit-transition: all 0.6s linear 0s;
	-moz-transition: all 0.6s linear 0s;
	-o-transition: all 0.6s linear 0s;
	transition: all 0.6s linear 0s;
}

.read:hover,
.postanad:hover {
	background: #FF3232;
}

.postanad a {
	color: #FFFFFF;
	-webkit-transition: all 0.6s linear 0s;
	-moz-transition: all 0.6s linear 0s;
	-o-transition: all 0.6s linear 0s;
	transition: all 0.6s linear 0s;
}

.comment-respond {
	margin-top: 100px;
}

.postpagination {
	margin: 40px 0 40px 0;
	width: 100%;
	display: block;
	float:none;
	clear: float;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}

.navigation div,
.navigation li {
	display: inline;
	font-size: 16px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #960000;
	border-radius: 50%;
	cursor: pointer;
	padding: 12px;
	padding: 5px 10px 5px 10px;
	-webkit-transition: all 0.6s linear 0s;
	-moz-transition: all 0.6s linear 0s;
	-o-transition: all 0.6s linear 0s;
	transition: all 0.6s linear 0s;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #E80000;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; 
	/* Above WP toolbar. */
}

/* ----------------------------------- Media queries ----------------------------------- */

@media screen and (max-width: 700px){
	.noselectmeta {
		max-width: 150px;
	}
	
	.container-slider h3 {
		padding: 0;
		word-wrap: break-word;
	}
	
}

@media screen and (max-width: 742px) {

	.ad-categories img {
		display: inline-block;
		width: 20px;
	}

   .ad-categories ul li  {
        margin-top: 10px;
        width: 40%;
        margin-left: 10px;
    }

	.img-ad-thumbnail img {
		display: inline-block;
	}

	nav ul li:hover > ul {
	  -webkit-animation-name: none !important;
	  animation-name: none !important;
	  -webkit-transform-origin: none !important;
	  transform-origin: none !important;
	}

	main {
		padding: 10px;
	}

	.img img {
		float: none;
		margin: 0 auto;
		margin-bottom: 20px;
		width:100%;
	}
	
    ul, ol,
	aside,
	.section-right,
	.sidebar-left,
	table,
	.content ul,
	.content,
	article, h3,h4,h2,article ul, article ol, #site-login a, .top, .description, input, form, aside ul li ul, .tag-s a, .commen {
		width: 100%;
		margin: 0 auto;
		padding: 10px 0 10px 0;
		text-align: center;
    }
	
	section {
       	display: block;
		width: 100%;
		margin: 0 auto;
		padding: 10px 0 10px 0;
		text-align: center;		
	}
	
	.img-ad {
		padding: 0;
	}
	
	img {
	    display: block;
		float: none;
		width: 100%;
		max-width: max-content;
	}
	
	img:hover,
	.img-ad:hover {
		-webkit-transform: none;
		transform: none;
	}

	aside .post-ads, aside .postad {
		padding: 0;
    }
	
    .adsseos {
		width: 100%;	
	}

	textarea {
        width: 80%;
    }

	#footer {
       	display: block;
		position: relative;
		float: none;
		width: 100%;
		margin: 0 auto;
		padding: 5px 0 15px 0;
		text-align: center;
    }

	#s, aside h2 {
       	display: block;
		position: relative;
		float: none;
	    width: 100%;
		margin: 0 auto;
		padding: 10px 0 10px 0;
		text-align: center;
		margin: 0;
    }

	.top {
		height: 100%;
    }

	aside ul li ul {
		margin: 0 auto;
		width: 100%;
	}
	article {
		margin-bottom: 10px;
		padding: 5px;
    }

	article ul {
		position: relative;
		width: 100%;
		margin: 0 auto;
    }

	.img-def {
		width: 60px;
		height: 60px;
    }

	.prevpost a, .nextpost a {
		font-size: 16px;
    }
	.tag-s {
		padding: 10px;
	}
}

@media screen and (max-width: 770px) {

	header h1 {
		font-size: 40px;
		height: auto;
		padding-top: 20px;
		margin: 0;
		line-height: 40px;
		display: block;
		float: none;
		position: static;
    }

	.nav-ico ul{
		display: none;
    }
	
	#site-login a {
		display: block;
	}

	#menu-icon {
		width: 52px;
		height: 44px;
		display: block;
    }

	nav .nav-ico {
		width:180px;
		padding: 4px;
		margin: 0;
    }
	
	.nav-ico:hover ul,
	.nav-ico:hover ul li,
	.nav-ico:hover ul ul,
	.nav-ico:hover ul ul li {
		display: block;
		position: relative;
		border: none;
		float: none;
		width: 100%;
		text-align: left;
		left: 0;
    }

	nav ul li a, 
	nav ul li, 
	nav ul ul li a {
		border: none;
    }

	nav a:hover {
		color: #2B9BC4;
		-webkit-transition: all 0.4s linear 0s;
		-moz-transition: all 0.4s linear 0s;
		-o-transition: all 0.4s linear 0s;
		transition: all 0.4s linear 0s;
    }

	.menu-button {
		background: #FFFFFF;
		border: 1px solid #FFFFFF;
		border-radius: 2px;
		margin: 8px 0 10px 10px;
		width: 40px;
		height: 4px;	
		display: block;
    }
	
	nav ul li {
		margin: 0;
    }
	
	#header-img, #header {
		min-height: auto;
	}
	
	aside .menu, form {
		padding: 0;
	}
	
	
	.tag-s a {
		padding: 3px;
	}
	
	article h2 {
		font-size: 4vw;
	}
	
}

@media screen and (max-width: 1100px) {

	.autoplay div img, .autoplay div, .slick-slide  {
	    height: auto;
		width: 100%;
		display: block; 
	}
	
	.footer, .footer .widget-title {
		width: 100%;
		padding: 10px 0 10px 0;
		margin: 0;
	}
	
	.article-right {
		width: 75%;
	}
}
@media screen and (max-width: 440px) {
	article h2 {
		font-size: 5vw;
		letter-spacing: 0;		
	}
	
	.img-ad:hover {
		padding: 0;
		opacity: 0.7;
		-webkit-transform: none;
		transform: none;
	}
}



#menuArt, .samepostmain{
            background: #f5eaef;
               padding:    10px;
                 width:   600px;
            margin-top:    20px;
         margin-bottom:    20px;
                border: 1px solid #e6f0f4;
          border-right: 1px #977a88 solid;                 
         border-bottom: 1px #977a88 solid;
         border-radius: 15px 15px 15px 15px;
    }

#menuArt a{ color: #0000ff; }
#menuArt a:hover{ color: #8a0145; }

/* ----------------------------------- Galant ----------------------------------- */

.galant  {
    text-align: center !important;
	color: #404040;
	margin-block: 25px;
}
.galent  {
	//width: 10%;
	//height: 60%;

	//margin-block: 20vh;

}

.galants  {
    text-align: left !important;
    padding: 10px;
	margin-left: 13%;
   margin-right: 13%;
	padding-right: 0;
	border: 1px solid #977a88;
    border-right: 2px #960000 solid;                 
    border-bottom: 2px #960000 solid;
    border-radius: 15px 15px 15px 15px;
    color: #404040;
	background: #fff3fc;
}

.galents-text  {
    font-family: cursive;
    font-size: 13px;
	text-align: center;
    padding: 10px;
	margin-left: 2%;
    margin-right: 2%;
	padding-right: 0;
	padding-left: 0;
	border: 1px solid #977a88;
    border-right: 2px #960000 solid;                 
    border-bottom: 2px #960000 solid;
    border-radius: 15px 15px 15px 15px;
    border-left: 4px solid #e8a291;
	background: #fff3fc;
	margin-block-end: 2vh;
	height: 47px !important;

}

.galantsbio  {
    text-align: left !important;
    padding: 10px;
	margin-left: 15%;
	padding-right: 0;
	border: 1px solid #977a88;
    border-right: 2px #960000 solid;                 
    border-bottom: 2px #960000 solid;
    border-radius: 15px 15px 15px 15px;
    color: #404040;
	background: #f5eaef;
}
.galentcarte  {
    text-align: center;
    padding: 5px;
	margin-left: 0%;
//margin-right: 60%;
//padding-right: 0;
	border: 1px solid #977a88;
    border-right: 2px #960000 solid;                 
    border-bottom: 2px #960000 solid;
    border-radius: 15px 15px 15px 15px;
    color: #404040;
    width: 280px;
  //  margin-block-end: 20vh;
	
	//background: #f5eaef;
}
.galantadoite  {
    text-align: left !important;
	color: #404040;
	    text-align: left !important;
    color: #404040;
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    -moz-box-shadow: inset -3px 26px 51px -11px rgba(0,0,0,0.24);
    box-shadow: inset -3px 26px 51px -11px rgb(0 0 0 / 24%);
    padding-left: 40px;
    padding: 20px;
}
.galantpassword  {
   text-align: center !important;
    border: 1px solid #977a88;
    border-right: 2px #960000 solid;                 
    border-bottom: 2px #960000 solid;
    border-radius: 15px 15px 15px 15px;
	color: #ffff;
	background: url(img/vip.png) no-repeat;
	//-webkit-transform: rotate(-2deg );
}
.bouton a {
display:block;
width:150px;
line-height:50px;
text-align:center;
vertical-align:middle;
background:url(images/bouton-noir.png) no-repeat;
color:white;
text-decoration:none;
}
.bouton a:hover {
background:url(images/bouton-noir-2.png) no-repeat;
}
.galantpriver  {
    text-align: left !important;
    padding: 10px;
	margin-left: 15%;
//margin-right: 15%;
	padding-right: 0;
	border: 1px solid #977a88;
    border-right: 2px #960000 solid;                 
    border-bottom: 2px #960000 solid;
    border-radius: 15px 15px 15px 15px;
    color: #404040;
	background: #eaebf5;
}

.homepriver  {
    text-align: left !important;
    padding: 10px;
	margin-left: 15%;
    margin-right: 15%;
	padding-right: 0;
	border: 1px solid #977a88;
    border-right: 2px #960000 solid;                 
    border-bottom: 2px #960000 solid;
    border-radius: 15px 15px 15px 15px;
    color: #404040;
	background: #cdeceb;
}

.galantcat  {
/* text-align: center !important;*/
    width:   88%;
    padding: 10px;
	margin-left: 4%;
	color: #ffff;	
/*margin-top:    20px;*/
    margin-bottom:    20px;
    font-size: 12px;
	border: 1px solid #977a88;
    border-right: 2px #960000 solid;                 
    border-bottom: 2px #960000 solid;
    border-radius: 15px 15px 15px 15px;
    color: #404040;

}
.galantcats  {
    text-align: center !important;
    font-size: 12px;
	margin-left: 0.6%;
    margin-top:    10px;
    margin-bottom: 20px;
	border: 1px solid #977a88 !important;
    border-right: 2px #960000 solid !important;                 
    border-bottom: 2px #960000 solid !important;
    border-radius: 15px 15px 15px 15px !important;
    color: #404040;
    line-height: 14px;
    -webkit-box-shadow: 0px 17px 56px -13px rgba(91,91,91,1);
    -moz-box-shadow: 0px 17px 56px -13px rgba(91,91,91,1);
    box-sizing: border-box;
     padding: 2px !important; 
     width: 264px !important;
    float: left !important;
}

.galant18  {

	padding-right: 50%;
}

.galantop {
	/* font-family: 'Oswald', sans-serif;
	//height: 30px;*/
	text-align: right;
	color: #C10000 !important;
	background: #fff;
	/*-webkit-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	//-moz-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
	//box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);*/
}

.galantcatfin  {
    text-align: center !important;
	color: #458591;
}

.galantsingle  {
    text-align: center !important;
    color: #458591;
    padding: 8px;
    border: 1px solid #458591;
    -webkit-box-shadow: 0px 17px 56px -13px rgba(91,91,91,1);
    -moz-box-shadow: 0px 17px 56px -13px rgba(91,91,91,1);
    box-shadow: 0px 17px 6px -13px rgba(91,91,91,1);
    width: 50%;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
 /* font-size: 18px;*/
    margin: auto;
}

.galantsingles  {
    text-align: center !important;
    color: #458591;
    padding: 8px;
   border: 1px solid #458591;
    -webkit-box-shadow: 0px 17px 56px -13px rgba(91,91,91,1);
    -moz-box-shadow: 0px 17px 56px -13px rgba(91,91,91,1);
    box-shadow: 0px 17px 6px -13px rgba(91,91,91,1);
    width: 60%;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
 /* font-size: 18px;*/
    margin: auto;
}
.galantv2 {
	text-align: left;
    max-width: 1400px;
        margin: 2%;
    /* color: #756767 !important; */
    border: 1px solid #aaa;
    padding: 2px;

}

.galantvipgratuit {
    float: right;
}

.galantvisiteur {   
    float: left;
}

.galantcategory  {
    text-align: center !important;
    /*color: #458591;*/
    padding: 8px;
    width: 70%;
   border: 1px solid #458591;
    -webkit-box-shadow: 0px 17px 56px -13px rgba(91,91,91,1);
    -moz-box-shadow: 0px 17px 56px -13px rgba(91,91,91,1);
    box-shadow: 0px 17px 6px -13px rgba(91,91,91,1);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
 /* font-size: 18px;*/
     margin: auto;
}
.galanthome  {
    text-align: center !important;
    color: #458591;
    padding: 8px;
  /* border: 1px solid #458591;*/
    -webkit-box-shadow: 0px 17px 56px -13px rgba(91,91,91,1);
    -moz-box-shadow: 0px 17px 56px -13px rgba(91,91,91,1);
    box-shadow: 0px 17px 6px -13px rgba(91,91,91,1);
    /*width: 60%;*/
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
 /* font-size: 18px;*/
    margin: auto;
}
.galantlire  {
    text-align: right !important;

}
.galantannonce  {
    text-align: center !important;
   width:   center ;
	color: #960000;
}
.galantannonces  {
    text-align: center !important;
	margin-left: 0%;
	padding-right: 0%;
	border: 1px solid #977a88;
    border-right: 2px #960000 solid;                 
    border-bottom: 2px #960000 solid;
    border-radius: 15px 15px 15px 15px;
    color: #404040;
	background: #f5eaef;
	color: #404040;
	margin-left: 14vw;
}

.galantgrid  {
    text-align: left !important;
    width:   88%;
    padding: 10px;
	margin-left: 8%;
	padding-right: 0;
	border: 1px solid #977a88;
    border-right: 2px #960000 solid;                 
    border-bottom: 2px #960000 solid;
    border-radius: 15px 15px 15px 15px;
    color: #404040;

}
.oxi-texte-vers-le-bas  {
    text-align: center !important;
    padding: 3vw;


}
.oxi-telephone-annonce  {
    text-align: center !important;
    /*width:   50%;*/
    padding: 3px;
	margin-left: 10%;
	margin-right: 10%;
	padding-right: 0;
	border: 1px solid #977a88;
    border-right: 2px #960000 solid;                 
    border-bottom: 2px #960000 solid;
    border-radius: 5px 5px 5px 5px;
    color: #404040;
	background: #f5eaef;
}

/* ----------------------------------- Article ----------------------------------- */

article {
	/*width: 100%;*/
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #C0C0C0;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset -3px 26px 51px -11px rgba(0,0,0,0.24);
	-moz-box-shadow: inset -3px 26px 51px -11px rgba(0,0,0,0.24);
	box-shadow: inset -3px 26px 51px -11px rgba(0,0,0,0.24);
	word-wrap: break-word;
}

article h2 {

	padding: 5px 0 5px 0;
	color: #C10000 !important;
	font-size: 20px;
    margin-bottom: 20px;
	border-bottom: 1px solid #960000;
}
article h5 {

	padding: 5px 0 5px 0;
	color: #C10000 !important;
	font-size: 15px;
    margin-bottom: 10px;
	border-bottom: 1px solid #960000;
	display: block;
}
article h6 {

	padding: 5px 0 5px 0;
	color: #C10000 !important;
	font-size: 15px;
    margin-bottom: 20px;
}


article, .article-right{
	   margin-top: 10px; 
	    float: none;
	    width: 90%;
	}

.alignlefts {

	width: 10%;
	height: 10%;
}

/* ----------------------------------- Début oeil Carte de visite ----------------------------------- */

  
.wrapper {
	margin: 0 auto 100px auto;
	max-width: 120px;
}

.stage {
	list-style: none;
	padding: 0;
}
  
 .scene {
	//width: 0px;
	height: 300px;
	//margin: 0px;
	float: left;
	perspective: 1000px;
}
.poster h4 {
margin-top: 86px;
}
.movie {
	width: 180px;
	height: 266px;
	transform-style: preserve-3d;
	transform: translateZ(-130px);
	transition: transform 350ms;
}
.movie:hover {
	transform: rotateY(-78deg) translateZ(20px);
}

.movie .info {
  position: absolute;
 width: 180px;
  height: 0px;
  background-color: #fff;
  backface-visibility: hidden;
  max-height: 105px;
}
.movie .complet {
  position: absolute;
 width: 260px;
 // height: 0px;
  background-color: #fff;
  backface-visibility: hidden;
 // max-height: 105px;
}
.movie .poster {
  position: absolute;
 width: 80%;
  height: 50%;
 // background-color: #fff;
  backface-visibility: hidden;
  max-height: 90px;
}

.movie .poster  {
  transform: translateZ(130px);
  //background-size: cover;
  background-repeat: no-repeat;
}

.movie .info {
  transform: rotateY(90deg) translateZ(130px);
  border: 1px solid #B8B5B5;
  font-size: 0.75em;
  margin: -86px;
}

.complet {
  transform: rotateY(90deg) translateZ(130px);
  border: 1px solid #B8B5B5;
  font-size: 0.75em;
  margin: -107px;
}
.movie::after {
  content: '';
  width: 180px;
  height: 160px;
  position: absolute;
  bottom: 0;
  box-shadow: 0 30px 50px rgba(0,0,0,0.3);
  transform-origin: 100% 100%;
  transform: rotateX(90deg) translateY(130px);
  transition: box-shadow 350ms;
	 margin: 25px;
}

.movie:hover::after {
  box-shadow: 20px -5px 50px rgba(0,0,0,0.3);
}
.info header {
  color: #FFF;
  width: 100px;
  font-weight: bold;
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  text-shadow: 0px 1px 1px rgba(0,0,0,1);
}
.complet header {
  color: #FFF;
  //padding: 7px 10px;
  font-weight: bold;
  //height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  text-shadow: 0px 1px 1px rgba(0,0,0,1);
}

.info header h4 {
  margin: 0 0 2px;
  font-size: 1.4em;
}

.info header .rating {
  border: 1px solid #FFF;
  padding: 0px 3px;
}
.complet header h4 {
  margin: 0 0 2px;
  font-size: 1.4em;
}

.complet header .rating {
  border: 1px solid #FFF;
  padding: 0px 3px;
}
.info p {
  //padding: 0.2em 0.4em;
  //margin: 2px 0 0;
  //font-weight: 700;
  //color: #c61c8c;
  //line-height: 1.4em;
  //border-top: 1px solid #555;
}
.complet p {
  //padding: 0.2em 0.4em;
  //margin: 2px 0 0;
  //font-weight: 700;
  //color: #c61c8c;
  //line-height: 1.4em;
  //border-top: 1px solid #555;
}
  .movie .poster,
.movie .info,
.movie .info header {
  transition: box-shadow 350ms;
}
  .movie .poster,
.movie .complet,
.movie .complet header {
  transition: box-shadow 350ms;
}
.movie .poster {
  box-shadow: inset 0px 0px 40px rgba(255,255,255,0);
  width: 300px;
  margin: 10px;
}

.movie:hover .poster {
  box-shadow: inset 30px 0px 40px rgba(255,255,255,0.8);
}
.movie .info, 
.movie .info header {
  box-shadow: inset -300px 0px 40px rgba(0,0,0,0.5);
}
.movie .complet, 
.movie .complet header {
  box-shadow: inset -300px 0px 40px rgba(0,0,0,0.5);
}
.movie:hover .info, 
.movie:hover .info header {
  box-shadow: inset 0px 0px 40px rgba(0,0,0,0);
}
.movie:hover .complet, 
.movie:hover .complet header {
  box-shadow: inset 0px 0px 40px rgba(0,0,0,0);
  width: 300px;
}
.scene:nth-child(1) .movie  .poster {
  background-image: url(./img/logos-oeil-80.jpg);
}

.scene:nth-child(1) .info header {
  background-image: url(./img/logos-oeils.jpg);
}
.scene:nth-child(1) .complet header {
  background-image: url(./img/logos-oeils.jpg);
}


/* ----------------------------------- Pas info vient de galentines ----------------------------------- */

picture {
  --border-width: 5px;
  position: relative;
  display: inline-flex;
}

img {

    border-width: var(--border-width);
    border-radius: 5%;
    margin: auto;
    display: inherit;
	//max-width: 30vw;
  }
  .img-single {
    align-items: center;
    display: flex;
    justify-content: center;
  }
/* --------------------------------- Pour les 3images kdmfi Single-Complet ---------------------------- */

.kdmfi {	
    max-width: 55% !important;
    height: auto;
    margin: auto;
    margin-left: 2vw;
    display: inline-flex;
}

/* --------------------------------- Pour Vi Oxi logo transparent si mal placer ---------------------------- */

.images {
	width: 1px;
	max-width: 1px;
	}
/* --------------------------------- Pour Vi Oxi logo transparent si mal placer ---------------------------- */


.compteur {
/*    text-align: center !important;
//    width: 30%;
//	height: 15vw !important;*/
    width: 2vw !important;

}


/* ----------------------------------- Pas info vient de galentines ----------------------------------- */