/*****************************************************************
* Custom CSS Stylesheet. You can add any custom CSS selectors here after the comment line 
* They will be given the highest priority on any elements on the forum
* Customize your forum color scheme in one click: www.sitesplat.com/phpBB3/ 
* **************************************************************
*
* BBOOTS @SiteSplat.com - Custom CSS STYLESHEET - 
* 
* **************************************************************
*****************************************************************/
/* ===[ CSS HOOK TOP ]=== */
 

/* ===[ CSS HOOK BOTTOM ]=== */


/* BEFORE */


/* NOW */

.flocont:after{content:" ";display:block;height:0;clear:both;visibility:hidden}
.flocont{display:inline-block}
.flocont{display:block}

body {
    background: url(images/backgroundjapa.png) no-repeat center center fixed #EEEEEE;
    background-size: cover;
    background-color: #f2ffff;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}


a:hover, a:focus {
    color: #307b6c;
}

.alert-danger a, 
.alert-error a{
    color: #fff;
    text-decoration: underline;
}

.alert-danger a:hover, 
.alert-error a:hover{
    text-decoration: none;
}

/* LOGO */

header .leftArea .site-info {
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 0.2px;
    vertical-align: middle;
}

.site-info i {
    font-size: 14px;
}


.badge-info, .label-info {
    background-color: #45b29d;
}

.alert-info {
    background-color: #45b29d;
}

.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-money:before {
    content: "\f0d6";
}

.fa-group:before, 
.fa-users:before {
    content: "\f0c0";
}

.panel_viewforum_body .fa-asterisk:before {
    /* content: "\f111"; */
    /* color: #45b29d; */
    color: red;
}

.postlink:visited {
    color: #45b29d;
}

/* */

.subheader {
	border-top: 4px solid #45b29d;
	background: #ffffff url("images/subheader-bg.png") repeat scroll center top;
	height: 80px;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #45b29d;
    border-color: #45b29d;
}
.table-primary thead th {
    background-color: #45b29d;
    border-color: #45b29d !important;
    color: #fff;
    font-weight: normal;
    font-size: 13px;
}
a.forumtitle, a.topictitle {
    color: #45b29d;
}
a.forumtitle {
    font-size:  1.2em;
}
.side-segment h3::after, .side-segment h2::after {
    background-color: #45b29d;
}

.logo-transition a:after {
    color: #45b29d;
}

.navBtn {
    background-color: #45b29d;
}

.nav-icon:hover [class*="has-sub"] {
    color: #45b29d;
}

.submenu li:hover > a {
    color: #45b29d;
}

.submenu li:hover > span {
    background-color: #45b29d;
}

.submenu {
    border-bottom: 4px solid #45b29d;
}

.mainnav>ul>li.nav-shop>a {
    color:#45b29d;
}

.mainnav>ul>li.nav-shop>p {
    color:#45b29d;
    white-space:nowrap;
    font-size:10px;
}

/* FOOTER */

footer {
    border-top: 3px solid #55a795;
    margin-top: 20px;
}


/* Forums */

.table-primary tbody tr.tr-unread td,
.table-striped>tbody>tr.tr-unread:nth-of-type(odd) {
    /* background-color: #c1e0c7; */
    background-color: rgba(193,224,199,0.4);
}

.table-primary tbody tr.tr-unread td .desc-wrapper a.topictitle,
.table-striped>tbody>tr.tr-unread:nth-of-type(odd) .desc-wrapper a.topictitle{
    color: #000000;
}

.table-primary tbody tr.tr-unread td .desc-wrapper a.username-coloured,
.table-striped>tbody>tr.tr-unread:nth-of-type(odd) .desc-wrapper a.username-coloured{
    color: #45b29d !important;
}

.table-primary tbody tr.tr-unread td .last-wrapper a,
.table-striped>tbody>tr.tr-unread:nth-of-type(odd) td .last-wrapper a{
    color: #8c8c8c !important;
    font-weight: normal !important;
}


body.section-viewforum .panel_viewforum_body tr td img {
    max-width: 400px;
}

body.section-viewforum .panel_viewforum_body tr td a:hover img {
    opacity: 0.9;
}

body.section-viewforum .panel_viewforum_body tr td .more {
    display: none;
}

.icon-moon-default:before {
    content: "\e621";
}

.row-icon-font,
.text-muted {
    color: #45b29d;
}

.icon-moon-voice2:before {
    content: "\e677";
}

.icon-moon-bars2:before {
    content: "\e043";
}

/* SHOP */
.list-products {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    text-align: left;
    overflow: hidden;
}

.list-products li {
    /* float: left; */
    /* margin-right: 12px; */
    margin-bottom: 12px;
    width: 150px;
    height: 152px;
    /* height: 200px; */
    height: 230px;
    position: relative;
    display: inline-block;
    margin-left: 10.7px;
    margin-right: 0;
    margin-top: 11px;
}

.list-products li::before {
    content: "| ";
    margin-left: 16px;
    color: transparent;
    pointer-events: none;
    display: block;
    height: 1px;
}

.list-products li .name{
    color:#667e99;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}

.list-products li .availability{
    font-size:18px;
    color:#45b29d;
}

.list-products li a{
    display: inline-block;
}

.list-products li a img[itemprop=image]{
    display: none;
}

.list-products li a img.avatar{
    cursor: pointer;
    max-width:150px;
    max-height:150px;
}

.list-products li a img.avatar:hover{
    opacity: 0.85;
}

.list-products li h2 {
    display: none;
    /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    */
}

.content blockquote  {
    margin-bottom: 12px;
}

@media (max-width: 979px) and (min-width: 768px) {
    .mainnav>ul {
        margin-top: 0;
    }  
}

.td-ad {
    vertical-align: middle;
}

@media (max-width: 767px) {
    .th-ad, .td-ad, .div-ad {
        display: none !important;
    }
}

.carousel-inner>.item>a>img, 
.carousel-inner>.item>img, 
.img-responsive, .thumbnail a>img, 
.thumbnail>img {
    display: inline-block;
}

/* ne fonctionne pas bien 
.section-posting #postform textarea#message {
    max-width: 722px;
}

@media (max-width: 979px) {
   .section-posting #postform textarea#message {
        width: 100%;
        max-width: 722px;
    } 
}
*/

/**** BBCODE *****/

h1.title-1 {
    text-align: center;
    color: #45b29d;
    margin: 0;
    padding: 0;
    text-transform: initial;
    /* font-family: 'Source Sans Pro','Arial','Helvetica',sans-serif; */
    /* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
    /* font-family: 'Roboto Condensed','Arial','Helvetica',sans-serif; */

    font-family: 'BebasNeueRegular','Arial','Helvetica',sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;

    padding-top: 24px;
    padding-bottom: 24px;
}

h3.title-3 {
    font-size: 20px;
    color: #45b29d;
}

.paragraph {
    padding-bottom: 12px;
}

.posting-editor-smilies {
    height: 190px;
    overflow-y: scroll;
}

.topic_text img {
    max-width: 100%;
}

/****** SEARCH GOOGLE *******/

#___gcse_0 .gsc-control-cse{
    background: transparent;
    border: transparent;
    position: absolute;
}

#search-google-topic-search form {
    display: none !important;
}

/*** TMP ***/
tr.tr-21 {
    display: none;
}


/*** PRODUCTS TOPIC ****/

/*
.sale-box {
    position: absolute;
    z-index: 0;
    height: 50px;
    right: -35px;
    padding: 30px 0;
    top: -20px;
    transform: rotate(45deg);
    width: 90px;
    text-align: center;
    color: white;
    background: #fb5428;
    background: #45b29d;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #fff !important;
    z-index: 3
}
*/

.avatar-frame-content-sale-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.list-products .avatar-frame {
    position: relative;
}

.sale-box {
    position: absolute;
    z-index: 0;
    height: 50px;
    right: -44px;
    padding: 30px 0;
    top: -28px;
    transform: rotate(45deg);
    width: 90px;
    text-align: center;
    background: #45b29d;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #fff !important;
    z-index: 3;
    line-height: 38px;
}

.topic-product-main {
    margin-bottom: 20px;
}

.topic-product-left {
    float:left; 
    width:calc(100% - 250px - 20px);
}

.topic-product-right {
    margin-left:20px; 
    float:left; 
    width:250px;
}

.topic-product-right dl {
    margin-bottom: 10px;
}

.topic-product-right dt {
    color: #667e99;
    font-family: 'Roboto Condensed','Arial','Helvetica',sans-serif;
    font-weight: 700;
}

.topic-product-right dt,
.topic-product-right dd {
    display: inline;
}

.topic-product-description p {
    padding-bottom: 10px;
}

.topic-product-description table {
    width: 100%;
}

.topic-product-description table th,
.topic-product-description table td {
    padding: 9px 10px;
    text-align: left;
    vertical-align: middle;
}

.topic-product-description table td {
	width: 50%;
}

.btn-buy-content {
    padding:10px 0 20px;
}

.btn-buy {
    padding: 8px 20px;
    font-size: 20px;
    color: #fff !important;
    text-decoration: none;
    background: #45b29d;
    display: inline-block;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: background-color 0.5s ease;
}

.btn-buy:hover{
    background: #61b99a;
    opacity: 0.8;
    text-decoration: none;
}

@media (max-width: 767px) {
    .topic-product-left {
        float:none; 
        width: 100%;
        text-align: center;
    }

    .topic-product-right {
        margin-left:0px; 
        margin-top: 10px;
        float:none; 
        width:100%;
    }

.topic-product-description table th,
.topic-product-description table td {
    padding: 0;
    display: block;
    width: 100%;
    padding-bottom: 20px;
}

}


.slideFrame {
    position: relative;
    /* left: 50%; */
    /* margin: 0 20px; */
    overflow: hidden;
    overflow-x: auto;
    /*
    margin: 0 0 0 -1500px;
    width: 3000px;
    min-width: 1000px;
    */
    width: 100%;
    height: 118px;
    margin-bottom: 20px;
}
.slideFrame ul {
    padding: 0;
    margin: 0;
}

 .slideCell {
    display: block;
    float: left;
    margin-right: 10px;
    width: 118px;
    height: 118px;
    background: #FFF;
    color: #333;
    text-align: center;
}

.slideCell:hover{
    opacity: 0.8;
}

.slideCell img{
    /*
    width: 100%;
    height: auto;
    */
    display: inline;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

#recapitulatif-table {
    border: 1px solid #c9c9c9;
    max-width: 450px;
    margin: auto;
}

#recapitulatif-table {

}

.table-striped tr {
    cursor: pointer;
}

.table-striped tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-striped tr td{
    border-bottom: solid 1px #EAEDEF;
}

.table-striped tr:last-child td{
    border-bottom: 1px solid #c9c9c9;
}

.table-striped tr:hover td{
    background-color: #f4f8fb;
}

#recapitulatif-table.mail-recap-order {
    max-width: 100%;
}

#recapitulatif-table th {
    text-align: center;
    border-bottom: solid 1px #EAEDEF;
}

#recapitulatif-table.mail-recap-order th{
    padding: 0 12px;
}

#recapitulatif-table th, 
#recapitulatif-table td {
    height: 36px;
    line-height: 20px;
}

#recapitulatif-table.tabv2 th, 
#recapitulatif-table.tabv2 td {
    line-height: 36px;
}

#recapitulatif-table.mail-recap-order td.el{
    padding: 12px;
}

#recapitulatif-table-last {
    background-color: #45b29d;
}

#recapitulatif-table-last td{
    color: #fff;
}

#recapitulatif-table td.f{
    text-align: right;
    width: 216px;
}

#recapitulatif-table td.d{
    text-align: center;
    width: 66px;
}

#recapitulatif-table-first th{
     color: #45b29d; 
     background: -webkit-linear-gradient(top,#fff 0%,#f5f5f5 100%) 0 0; 
     background: linear-gradient(to bottom,#fff 0%,#f5f5f5 100%) 0 0; 
     box-shadow: 0 1px 1px #fff inset, 0 1px 1px rgba(0,0,0,.05); 
     margin-bottom: 0; 
     -webkit-transition: border .2s linear 0s,box-shadow .2s linear 0s; 
     transition: border .2s linear 0s,box-shadow .2s linear 0s;
}

#recapitulatif-table-last2 td,
#recapitulatif-table-last3 td{
    color: #45b29d;
    font-weight: bold;
}

#recapitulatif-table .el-center{
    text-align: center;
}

#recapitulatif-table .el-ack,
#recapitulatif-table .el-amt,
#recapitulatif-table .el-client,
#recapitulatif-table .el-etat{
    white-space:nowrap;
}


#recapitulatif-table .span-ca{
    background-color: #72C279;
    padding: 2px 10px;
    font-weight: normal;
    font-size: 1em;
    line-height: inherit;
    letter-spacing: 0.0625em;
    display: inline-block;
    min-width: 10px;
    color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
}

/* En attente de livraison */
#recapitulatif-table .tr-el-0 .etat {
    background-color: #4169E1;
    color: white;
    margin-left: 7px;
    margin-right: 7px;
    padding: 0.15em 0.4em;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Livré */
#recapitulatif-table .tr-el-1 .etat {
    background-color: #32CD32;
    color: white;
    margin-left: 7px;
    margin-right: 7px;
    padding: 0.15em 0.4em;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Expédié */
#recapitulatif-table .tr-el-2 .etat {
    background-color: #8A2BE2;
    color: white;
    margin-left: 7px;
    margin-right: 7px;
    padding: 0.15em 0.4em;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Remboursé */
#recapitulatif-table .tr-el-3 .etat {
    background-color: #ec2e15;
    color: white;
    margin-left: 7px;
    margin-right: 7px;
    padding: 0.15em 0.4em;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Annulé */
#recapitulatif-table .tr-el-4 .etat {
    background-color: #DC143C;
    color: white;
    margin-left: 7px;
    margin-right: 7px;
    padding: 0.15em 0.4em;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Erreur de paiement */
#recapitulatif-table .tr-el-5 .etat {
    background-color: #8f0621;
    color: white;
    margin-left: 7px;
    margin-right: 7px;
    padding: 0.15em 0.4em;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* En cours de préparation */
#recapitulatif-table .tr-el-6 .etat {
    background-color: #FF8C00;
    color: white;
    margin-left: 7px;
    margin-right: 7px;
    padding: 0.15em 0.4em;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Précommande en attente de livraison */
#recapitulatif-table .tr-el-7 .etat {
    background-color: #FF69B4;
    color: white;
    margin-left: 7px;
    margin-right: 7px;
    padding: 0.15em 0.4em;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Paiement accepté */
#recapitulatif-table .tr-el-8 .etat{
    background-color: #8c8c8c;
    color: white;
    margin-left: 7px;
    margin-right: 7px;
    padding: 0.15em 0.4em;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Paiement des frais de port en attente */
#recapitulatif-table .tr-el-9 .etat{
    background-color: #ec2e15;
    color: white;
    margin-left: 7px;
    margin-right: 7px;
    padding: 0.15em 0.4em;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* En attente du virement de JapanFigs */
#recapitulatif-table .tr-el-10 .etat {
    background-color: #32CD32;
    color: white;
    margin-left: 7px;
    margin-right: 7px;
    padding: 0.15em 0.4em;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Terminé ! */
#recapitulatif-table .tr-el-11 .etat {
    background-color: #32CD32;
    color: white;
    margin-left: 7px;
    margin-right: 7px;
    padding: 0.15em 0.4em;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/** ucp **/

.target-tab {
    display: none;
}

/* Modifer le profil */
body.ucp_profile_tab0 {

}

/* Informations Personnelles */
body.ucp_profile_tab1 {

}

/* Mode Paiement */
body.ucp_profile_tab2 {

}

/* Infos expediteur */
body.ucp_profile_tab3 {

}

body.ucp_profile_tab0 .target-tab.target-tab0 {
    display: block;
}

body.ucp_profile_tab1 .target-tab.target-tab1 {
    display: block;
}

body.ucp_profile_tab2 .target-tab.target-tab2 {
    display: block;
}

body.ucp_profile_tab3 .target-tab.target-tab3 {
    display: block;
}


/* Localisation : */
body.ucp_profile_tab1 #control-group-pf_phpbb_location,
body.ucp_profile_tab2 #control-group-pf_phpbb_location,
body.ucp_profile_tab3 #control-group-pf_phpbb_location {
    display: none;
}

/* Site Internet : */
body.ucp_profile_tab1 #control-group-pf_phpbb_website,
body.ucp_profile_tab2 #control-group-pf_phpbb_website,
body.ucp_profile_tab3 #control-group-pf_phpbb_website {
    display: none;
}

/* Facebook : */
body.ucp_profile_tab1 #control-group-pf_phpbb_facebook,
body.ucp_profile_tab2 #control-group-pf_phpbb_facebook,
body.ucp_profile_tab3 #control-group-pf_phpbb_facebook {
    display: none;
}

/* Twitter : */
body.ucp_profile_tab1 #control-group-pf_phpbb_twitter,
body.ucp_profile_tab2 #control-group-pf_phpbb_twitter,
body.ucp_profile_tab3 #control-group-pf_phpbb_twitter {
    display: none;
}

/* Skype : */
body.ucp_profile_tab1 #control-group-pf_phpbb_skype,
body.ucp_profile_tab2 #control-group-pf_phpbb_skype,
body.ucp_profile_tab3 #control-group-pf_phpbb_skype {
    display: none;
}

/* Youtube : */
body.ucp_profile_tab1 #control-group-pf_phpbb_youtube,
body.ucp_profile_tab2 #control-group-pf_phpbb_youtube,
body.ucp_profile_tab3 #control-group-pf_phpbb_youtube {
    display: none;
}

/* Google+ : */
body.ucp_profile_tab1 #control-group-pf_phpbb_googleplus,
body.ucp_profile_tab2 #control-group-pf_phpbb_googleplus,
body.ucp_profile_tab3 #control-group-pf_phpbb_googleplus {
    display: none;
}

/* Sexe : */
body.ucp_profile_tab1 #control-group-,
body.ucp_profile_tab2 #control-group-,
body.ucp_profile_tab3 #control-group- {
    display: none;
}

/* Paypal : */
body.ucp_profile_tab0 #control-group-pf_email_paypal,
body.ucp_profile_tab1 #control-group-pf_email_paypal,
body.ucp_profile_tab3 #control-group-pf_email_paypal {
    display: none;
}


/* Nom : */
body.ucp_profile_tab0 #control-group-pf_lastname,
body.ucp_profile_tab2 #control-group-pf_lastname,
body.ucp_profile_tab3 #control-group-pf_lastname {
    display: none;
}

/* Prenom */
body.ucp_profile_tab0 #control-group-pf_firstname,
body.ucp_profile_tab2 #control-group-pf_firstname,
body.ucp_profile_tab3 #control-group-pf_firstname {
    display: none;
}

/* Adresse postale */
body.ucp_profile_tab0 #control-group-pf_address,
body.ucp_profile_tab2 #control-group-pf_address,
body.ucp_profile_tab3 #control-group-pf_address {
    display: none;
}

/* Code postal */
body.ucp_profile_tab0 #control-group-pf_zip,
body.ucp_profile_tab2 #control-group-pf_zip,
body.ucp_profile_tab3 #control-group-pf_zip {
    display: none;
}

/* Ville */
body.ucp_profile_tab0 #control-group-pf_city,
body.ucp_profile_tab2 #control-group-pf_city,
body.ucp_profile_tab3 #control-group-pf_city {
    display: none;
}

/* Pays */
body.ucp_profile_tab0 #control-group-pf_country,
body.ucp_profile_tab2 #control-group-pf_country,
body.ucp_profile_tab3 #control-group-pf_country {
    display: none;
}

/* Telephone */
body.ucp_profile_tab0 #control-group-pf_phone,
body.ucp_profile_tab2 #control-group-pf_phone,
body.ucp_profile_tab3 #control-group-pf_phone {
    display: none;
}


/* Anniversaire */
body.ucp_profile_tab1 #control-group-birthday,
body.ucp_profile_tab2 #control-group-birthday,
body.ucp_profile_tab3 #control-group-birthday {
    display: none;
}

/* Description de l'expediteur */
body.ucp_profile_tab0 #control-group-pf_info_expediteur,
body.ucp_profile_tab1 #control-group-pf_info_expediteur,
body.ucp_profile_tab2 #control-group-pf_info_expediteur{
    display: none;
}
body.ucp_profile_tab0 #control-group-pf_info_expediteur_s,
body.ucp_profile_tab1 #control-group-pf_info_expediteur_s,
body.ucp_profile_tab2 #control-group-pf_info_expediteur_s{
    display: none;
}

#overlay1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0,0,0,0.6);

    display: flex;
    justify-content: center;
    align-items: center;
}

#overlay1 .footer-windows {
    max-width: 80%;
    width: 400px;
    /* height: 300px; */
    padding-bottom: 20px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.label_country {
    display: inline-block;
    width: 184px;
}


#content-forum  #page-body .panel-forum-1 {
    display: none;
}