@CHARSET "UTF-8";
@CHARSET "UTF-8";
#selectType td{
    padding:7px;
}
.borderbot {
    border-bottom: solid 1px grey;
}
.borderR {
    border-right: solid 1px grey;
}
.borderL {
    border-left: solid 1px grey;
}
.borderTop {
    border-top: solid 1px grey;
}
#selectType .buttontd{
    padding:15px;
    text-align: center;
}
.buttontd a{
    text-decoration:none;
}
table#selectType{
    margin: auto;
    margin-bottom: 50px;
}
#titlewidget {
    padding: 8px 0px;
    border-bottom: none;
}

.textCenter{
    text-align:center;
}
.tarifheader{
    background:#ededed;
    background: #ededed;
    padding: 25px;
}
.imageheader{
    padding-right:15px;
}

.tarifsAds{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom:25px;
}
.tarifsAds:HOVER {
    cursor: move;
    transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.00, 1.00);
    -moz-transform: scale(1.02, 1.02);
    -o-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    -moz-box-shadow: 0px 0px 15px #9e9e9e;
    -webkit-box-shadow: 0px 0px 15px #9e9e9e;
    box-shadow: 0px 0px 30px #9e9e9e;
}

#indexVendorBan ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top:15px;
}
#indexVendorBan ul li {
    padding-left: 30px;
    background-position: 0px -4px;
    background: url("../../images/pdt/picto_confirme.png") no-repeat left top;
    height: 32px;
}
.tarifsAds a{
    margin-left: 12px;
    text-decoration:none;
    position: relative;
    display: block;

    margin-top: 20px;
}

#espaceproads{
    text-align:center;
    margin-top: 35px;
}
#espaceproads img{
    margin-bottom:15px;
}
#indexVendorBan {
    background-image: url(../../images/espacepro/espacepro-fond.jpg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

div#catSelect {
    margin-top: 20px;
}
#loginVendorForm .ButtonActionBack,
#loginVendorForm label{
    display:none;
}
#textBand p{
    margin-top: 17px;
}
#textBand{
    padding: 50px;
}
#loginVendorForm{
    background-color: rgba(255, 255, 255, 0.7);
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    border: 1px solid;
    border-color: #646464;
    padding: 1.5em;
}

.vendor .stepperWidget li {
    padding-left: 6px;
}
/*********************- vendor price table select cat -**********************/
#catSelect div{
    width: 50%;
    margin: auto;
}
#catSelect h2{
    border-bottom: solid 1px grey;
    background:#ededed;
}
#catSelect a {
    text-decoration: none;
    margin-bottom: 10px;
    display: flex;
}
#catSelect ul{
    padding:15px;
}
#catSelect div {
    margin-bottom:25px;
    border: solid 1px grey;
    /*    width: 296px;
        margin: auto;
        border: solid 1px #eaeaea;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-topright: 8px;
        -moz-border-radius-bottomleft: 8px;
        -moz-border-radius-bottomright: 8px;
        -webkit-border-top-left-radius: 8px;
        -webkit-border-top-right-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        margin-left: 300px;*/
}
.box_type:HOVER,
.boxCat:HOVER {
    transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
    -moz-transform: scale(1.02, 1.02);
    -o-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    -moz-box-shadow: 0px 0px 15px #9e9e9e;
    -webkit-box-shadow: 0px 0px 15px #9e9e9e;
    box-shadow: 0px 0px 15px #9e9e9e;
}


/*******************POSITION TALBEAU**********************/
.gray2.positionTable {
    margin-left: 200px;
}
table.positionTable.gray2 .positionCulumn {
    padding: 4px;
    text-align: center;
}
table.positionTable.gray2 .prixCulumn {
    padding: 4px;
    text-align: center;
}
table.positionTable.gray2 .dispoCulumn {
    padding: 4px;
    text-align: center;
}
table.positionTable.gray2  th.positionCulumn,
table.positionTable.gray2  th.prixCulumn,
table.positionTable.gray2  th.dispoCulumn{
    padding-top: 6px;
    padding-bottom: 6px;
}
table.positionTable.gray2 td {
    padding: 8px 8px 8px;
    text-align: center;
}
.btn_preview_premium_fr div{
    background-image: url("../../images/fr/btn-voir-premium-off.png");
    width: 266px;
    height: 44px;
    background-repeat: no-repeat;
    float: left;
}
.language_de .btn_preview_premium_fr div{
    background-image: url("../../images/de/btn-voir-premium-off.png");
}
.btn_subscribe_fr div{
    background-repeat: no-repeat;
    background-image: url("../../images/fr/btn-inscrivez-vous-off.png");
    width: 266px;
    height: 44px;
    float: left;
    margin-left:15px;
}
.language_de  .btn_subscribe_fr div{
    background-image: url("../../images/de/btn-inscrivez-vous-off.png");
}
.btn_preview_vip_fr div{
    background-repeat: no-repeat;
    background-image: url("../../images/fr/btn-voir-vip-off.png");
    width: 266px;
    height: 44px;
    float: left;
    position: relative;
    top: -495px;
    left: 290px;
}
.language_de .btn_preview_vip_fr div{
    background-image: url("../../images/fr/btn-voir-vip-off.png");
}
.footer_bouton{

    margin-left:200px;
    margin-top: 20px;
}
.btn_preview_vip_fr:HOVER div{
    background-image: url("../../images/fr/btn-voir-vip-on.png");
}
.language_de .btn_preview_vip_fr:HOVER div{
    background-image: url("../../images/de/btn-voir-vip-on.png");
}
.btn_preview_premium_fr:HOVER div{
    background-image: url("../../images/fr/btn-voir-premium-on.png");
}
.language_de .btn_preview_premium_fr:HOVER div{
    background-image: url("../../images/de/btn-voir-premium-on.png");
}
.btn_subscribe_fr:HOVER div{
    background-image: url("../../images/fr/btn-inscrivez-vous-on.png");
}
.language_de  .btn_subscribe_fr:HOVER div{
    background-image: url("../../images/de/btn-inscrivez-vous-on.png");
}
/*****************************************/
.priceTable {
    position: relative;
    margin: auto;
    height: 330px;
    margin-left: 166px;
    margin-top: 40px;
    margin-bottom: 140px;
}
.box_type{
    width: 296px;
    height: 390px;
    background-repeat: no-repeat;
    float: left;
    border: solid 1px #eaeaea;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#box_Type_gauche {
    background-image: url("../../images/fr/offre-vip-autres.jpg");
}

#box_Type_droite {
    background-image:
        url("../../images/fr/offre-premium-autres.jpg");
}
.language_de #box_Type_droite {
    background-image:
        url("../../images/de/offre-premium-autres.jpg");
}
.cat34 #box_Type_gauche {
    background-image: url("../../images/fr/offre-vip-34.jpg");
}
.language_de .cat34 #box_Type_gauche {
    background-image: url("../../images/de/offre-vip-34.jpg");
}

.cat34 #box_Type_droite {
    background-image:
        url("../../images/fr/offre-premium-34.jpg");
}
.language_de .cat34 #box_Type_droite {
    background-image:
        url("../../images/de/offre-premium-34.jpg");
}
.cat15 #box_Type_gauche {
    background-image: url("../../images/fr/offre-vip-15.jpg");
}
.language_de .cat15 #box_Type_gauche {
    background-image: url("../../images/de/offre-vip-15.jpg");
}

.cat15 #box_Type_droite {
    background-image:
        url("../../images/fr/offre-premium-15.jpg");
}
.language_de .cat15 #box_Type_droite {
    background-image:
        url("../../images/de/offre-premium-15.jpg");
}

.btn div{
    background-image: url("../../images/fr/btn-details-off.png");
    width: 199px;
    height: 44px;
    background-repeat: no-repeat;
    position: relative;
    top: 330px;
    right: -50px;
}
.language_de  .btn div{
    background-image: url("../../images/de/btn-details-off.png");
}
.btn:HOVER div{
    background-image: url("../../images/fr/btn-details-on.png");
}
.language_de  .btn:HOVER div{
    background-image: url("../../images/de/btn-details-on.png");
}
.premiumpresentation {
    margin-left: 110px;
}
.premiumPreview .btn_subscribe_fr div{
    margin-left: -130px;
}
/*****************************************/
div.helpregister {
    background: url("/themes/mariage/images/icons/infoIcon.png") no-repeat
        scroll 10px 6px #92d050;
    text-align: center;
    padding: 12px 12px 12px 35px;
    margin: 0px 10px 10px 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
div.warningregister{
    margin: 10px;
    background: url("/themes/mariage/images/alert.png") no-repeat
        scroll 10px 6px rgb(201,0,0);
    color:white;

}
div#page_blank.vendor div.grid_activity_view h2{
    font-size: 16px;
}

.pageID162 form#activity-form div.helpregister{
    margin-top: 10px;
    margin-bottom: 10px;
}
.pageID162 div.form.sidebyside .leftform {
    float: left;
    margin: 0 10px;
    text-align: right;
    width: 16%
}
ul.albumvendorblock{
    margin-top: 20px;
}
.albumtools ul.tools_menu li{
}
.albumtools ul.tools_menu{
    z-index: 900;
}
.backenvendorleft h2{
    min-height: 22px;
}
.actionindex div.field_password label{
    top: -52px;
    position: relative;
}

.actioncalendar table td {
}
.actioncalendar table td span,
.actioncalendar table td a{
    background-color: #e5eae5;
    text-align: center;
    padding: 2px;
    margin: 2px;
    width: 25px;
    display: inline-block;
}
.actioncalendar table td span.buzzy,
.actioncalendar table td a.buzzy{
    background-color: red;
}
div#loginVendorForm{
    min-width: 290px
}
@media (max-width: 1199px){
    #indexVendorBan {
        background-image: url(../../images/espacepro/espacepro-fond-m.jpg);
        -webkit-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        }

    #loginVendorForm {
        margin-left: -12px;
        margin-top: 25px;
    }
}


@media (max-width: 991px){
    #loginVendorForm {
        background-color: rgba(255, 255, 255, 0.7);
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 40px;
        margin-bottom: 40px;
        border: 1px solid;
        border-color: #646464;
        padding: 1.5em;
        padding-left: 2.5em;
    }
    #indexVendorBan {
        background-image: url(../../images/espacepro/espacepro-fond-s.jpg);
        -webkit-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        }
    .col-md-3 {
        width: 93%;
    }
    #loginVendorForm {
        margin-left: 20px;
        margin-top: 25px;
    }
    #textBand {
        padding: 26px;
    }

    .field_email .rightform input {
        width: 96%;
    }
    .field_password .rightform input {
        background-position: 5px -45px;
        width: 96%;
    }
}

@media (max-width: 568px){
    #catSelect div {
    width: 65%;
    }
}

@media (max-width: 435px){

    #indexVendorBan {
        background-image: url(../../images/espacepro/espacepro-fond-xs.jpg);
    }
    .col-md-3 {
        width: 87%;
    }
    div#loginVendorForm {
        min-width: 278px;
    }
    .ButtonActionBack, .ButtonActionBack a, input[type=submit], input[type=button], a.button {
        padding: 4px 8px;
        font-size: 18px;
    }
    #catSelect div {
    width: 100%;
    }
}



.actionrequestBill  h1 {
	text-align: center;
	margin-top: 50px;
}

.aster {
	display: block;
	width: 175px;
	font-weight: bold;
	font-size: 12px;
}

div.user_info_block a {
	color: white;
}

.rate-box-average {
	height: 150px;
	margin-top: 35px;
}

.SmallAverage span {
	color: black;
}

.SmallAverage {
	color: gray;
	font-size: 20px;
	font-weight: bolder;
	width: 141px;
	margin-left: 10px;
	text-align: center;
}

.labellogo,.rate-logo {
	font-weight: bolder;
}

.rate-logo {
	color: black;
	display: inline-block;
	position: relative;
	top: 14px;
	margin-left: 50px;
}

.labellogo {
	position: absolute;
	width: 141px;
	text-align: center;
	top: 50px;
	left: -0px;
}

.nombrevotes {
	position: absolute;
	left: -0px;
	width: 141px;
	text-align: center;
	top: 35px;
}

.BigAverage {
	color: gray;
	font-size: 25px;
	font-weight: bolder;
	top: 4px;
	position: relative;
	left: 5px;
}

.BigAverage span {
	color: black;
}

.rate-mutli-average label,.rate-mutli label {
	width: 90px;
	display: inline-block;
}

.rate-average,.rate-average-average {
	background-image: url("../../images/fond_moyenne.png");
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 26px;
	top: -32px;
	padding: 17px;
	position: relative;
	width: 132px;
	height: 81px;
}

.rate-comment {
	top: -25px;
	position: relative;
}

.rate-box {

}

.rate-mutli-average {
	display: inline-block;
	margin-top: 20px;
	margin-left: 66px;
}

div.photo_block {
	display: inline-block;
	font-size: 9px;
	line-height: 10px;
	text-align: center;
	top: -5px;
	width: 40px;
	position: relative;
	height: 64px;
}

span.displayusername94 {
	bottom: -48px;
}

span.displayname {
	position: absolute;
	right: -41px;
}

span.displayusername94 {
	bottom: -53px;
	width: 70px;
}

.rate-box div.photo_block {
	top: -24px;
}

.flechenoir {
	left: 100px;
}

.rate-box .user_info_block {
	left: 110px;
}

span.displayusername40 {
	bottom: 6px;
	left: 1px;
}

.rate-average {
	display: inline-block;
	position: relative;
	top: -29px;
	left: 164px;
}

.rate-mutli {
	display: inline-block;
	position: relative;
	top: 7px;
	left: 234px;
}

.mainRate {
	display: inline-block;
}

.offreBTN {
	position: relative;
	top: 36px;
	left: 160px;
}

.offreOK img {
	position: relative;
	bottom: -10px;
}

.offreENCOUR,.offreOK {
	color: red;
	float: right;
	margin-top: -20px;
}

.offreOK {
	color: green;
}

.offrePeriode {
	color: #000000;
	font-size: 115%;
	margin-bottom: 8px;
}

form#payment-form input#agreed {
	margin-right: 6px;
}

div.fournisseurresume li a {
	width: 100%;
}

div.addthis_toolbox {
	bottom: 10px;
	position: absolute;
	right: 0;
}

/**************************************** affichage des fiche fournisseur **************************/
div.divsociallink {
	margin-top: 6px;
}

div.fb-like {
	width: 100px;
	top: -5px;
}

img.fournisseurvignette {
	position: relative;
	margin-top: -4px;
	margin-left: -1px;
}

div.fournisseurresume {
	float: left;
	width: 688px;
	margin-right: 10px;
}

div.fournisseurvignettebloc {
	position: relative;
	width: 148px;
}

div.fournisseurresume ul {

}

div.fournisseurresume .service img {
	margin-right: 4px;
	margin-top: 6px;
}

div.fournisseurresume .service {
	position: relative;
	'
}

div.fournisseurresume .linkbottom {
	position: absolute;
	bottom: 10px;
	width: 524px;
}

div.service h2 {
	color: #787878;
	font-size: 16px;
}

div.service ul li {
	float: left;
	list-style-position: outside;
	width: 150px;
}

div.fournisseurresume div.annoncetab p {

}

div.fournisseurresume div.annonceheadertab {
	position: relative;
}

div.linkbottom a {
	float: right;
}

div.linkbottom a:FIRST-CHILD {
	color: #B31C61;
	float: left;
	font-size: 26px;
	font-weight: bolder;
	text-decoration: none;
}

h3.video {
	margin-top: 28px;
	margin-left: 10px;
}

p.video {
	margin-left: 10px;
}

img.fav:hover {
	cursor: pointer;
	width: 30px;
}

img.fav {
	z-index: 999;
	position: absolute;
	top: -5px;
	left: -4px;
}
