/* bootstrap overrides */

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

h1,h2,h3 {
   /*font-weight:800;*/
}

.navbar-toggle, .close {
	outline:0;
}

/*.navbar-toggle .icon-bar {
	background-color: #fff;
}

.btn-primary-fb,.label-primary-fb,.list-group-item-fb.active, .list-group-item-fb.active:hover, .list-group-item-fb.active:focus  {
	background-color:#3B5999;
    color:#fffffe;
}
.btn-default-fb {
    color:#666666;
    text-shadow:0 0 1px rgba(0,0,0,.3);
}*/

.panel textarea, .well textarea, textarea.form-control
{
   resize: none;
}
  
.badge{
   color:#3B5999;
   background-color:#fff;
}
.badge:hover, .badge-inverse{
   background-color:#3B5999;
   color:#fff;
}
    
.jumbotron {
  background-color:transparent;
}
.label-default {
  background-color:#dddddd;
}
.page-header {
  margin-top: 55px;
  padding-top: 9px;
  border-top:1px solid #eeeeee;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:2px;
}

/*.panel-default .panel-heading {
  background-color:#f9fafb;
  color:#555555;
}*/

.col-sm-9.full {
    width: 100%;
}

/*.modal-header, .modal-footer {
	background-color:#f2f2f2;
    font-weight:800;
    font-size:12px;
}*/

.modal-footer i, .well i {
    font-size:20px;
    color:#c0c0c0;
}

/*.modal-body {
	padding:0px;
}*/

.modal-body textarea.form-control
{
   resize: none;
   border:0;
   box-shadow:0 0 0;
}

small.text-muted {
  font-family:courier,courier-new,monospace;
}
/* custom template */
html, body {
   /*height: 100%;
   font-family:verdana,arial,sans-serif;
   color:#555555*/;
   /*background:#f1f1f1;*/
   font-size: 12px;
}

/*.nav {
   font-family:Arial,sans-serif;
   font-size:13px;
}*/

a:hover {
  text-decoration:none;
}

/*hr {
  border-color:#dedede;
}*/

.wrapper, .row {
   margin-left:0;
   margin-right:0;
}

.wrapper:before, .wrapper:after,
.column:before, .column:after {
    content: "";
    display: table;
}

.wrapper:after,
.column:after {
    clear: both;
}

.column {
    height: 100%;
    overflow: auto;
    *zoom:1;
}

.column .padding {
    padding: 20px;
}

.full{
	padding-top:20px;
}

.box {
  	bottom: 0; /* increase for footer use */
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color:#444444;
  /*
    background-image:url('/assets/example/bg_suburb.jpg');
    background-size:cover;
    background-attachment:fixed;
  */
}

.divider {
	margin-top:32px;
}

/*.navbar-blue {
	background-color:#005B9E;
    color:#ffffff;
    font-family:arial,sans-serif;
   }

.navbar-blue li > a,.navbar-toggle,.navbar-collapse a{
   color:#fff;
   font-weight: bold;
}


.navbar-blue .dropdown-menu li a {color:#005B9E;}
.navbar-blue .dropdown-menu li > a {padding-left:30px;}

.navbar-blue li>a:hover, .navbar-blue li>a:focus, .navbar-blue .open, .navbar-blue .open>a, .navbar-blue .open>a:hover, .navbar-blue .open>a:focus {
   background-color:#fff;
   color:#4D8CBB;
}*/
/*li.dropdown a,li.msg-tap a{
	padding-bottom: 22px;
}*/

#main {
   background-color:#e9eaed;
   padding-left:0;
   padding-right:0;
}
#main .img-circle {
   margin-top:18px;
   height:70px;
   width:70px;
}

#sidebar {
    padding:0px;
	padding-top:15px;
}

#sidebar, #sidebar a, #sidebar-footer a {
    color:#ffffff;
    background-color:transparent;
	text-shadow:0 0 2px #000000;
    padding-left:5px;
}
#sidebar .nav li>a:hover {
    background-color:#ffffff;
}

/*.logo {
  display:block;
  padding:3px;
  background-color:#fff;
  color:#005B9E;
  height:28px;
  margin:9px;
  margin-right:2px;
  margin-left:15px;
  font-size:20px;
  font-weight:700;
  text-align:center;
  text-decoration:none;
  text-shadow:0 0 1px;
  border-radius:2px;
  border: 1px solid #d4d4d4;
}*/

#sidebar-footer {
  background-color:#444;
  position:absolute;
  bottom:5px;
  padding:5px;
}



.navbar-fb{
	z-index: 0;	
	background:#fff;
	clear: right;
    padding-left: 201px;
    margin-bottom:0;
    border-radius:0;
}
.navbar-fb1>li:first-child{
	border-left:1px solid #e9eaed;}
.navbar-fb1>li{
	border-right: 1px solid #e9eaed;
	float: left;
	font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;

}
.navbar-fb1 a{
  color: #3b5998;
}

/*.fb-profile-text>h1{
	margin-left:250px;
}*/
.timeline-post-action hr{
	margin:0;
	margin-bottom:5px;
}
.timeline-post-action ul,.fb-comment-action ul{
	margin:0;
	padding-left: 15px;
	margin-bottom:5px;
}
.timeline-post-action li,.fb-comment-action li{
	display:inline;
}
.navbar-fb1 > li.active > a, .navbar-fb1 > li.active > a:focus, .navbar-fb1 > li.active > a:hover { border-width: 0; }
.navbar-fb1 > li > a { border: none; color: #666; }
.navbar-fb1 > li.active > a, .navbar-fb1 > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
.navbar-fb1 > li > a::after { content:""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.navbar-fb1 > li.active > a::after, .navbar-fb1 > li:hover > a::after { transform: scale(1); }
.navbar-fb1 > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
/* END cover & profile picture */


/* Timeline */
.well-dribblo{
	padding:0 10px;
	background:#fff;
	min-height:120px;
}
.well-dribblo textarea{
	/*border:none;*/
	-webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding: 10px 5px;
     overflow: auto;
    outline: none;
    width: 100%;
}
.well-dribblo textarea:focus{
	/*border:none;
	-webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;*/
}
.well-dribblo .form-group{
	padding:10px 15px;
	margin-bottom: 0;
}
/*.well-dribblo-input{
	display:flex;	
}*/
.well-dribblo-input img{
	margin-right: 5px;
}
.well-dribblo ul{
	margin-top:5px;
	border-top: 1px solid #e3e3e3;
}
.navbarleft li>a{
	padding:5px 15px;
}
.share-photo-input-n{
	height:32px;
	width :32px;
    margin: 0;
    opacity: 0; 
    padding: 0; 
    position: relative;
    cursor: inherit;
 
}
.share-photo-input-file{
	position: relative;
	bottom: 0;
    left: -32px;
 
}
.share-photo-input-file a{
	height:32px;
	width :32px;
 
}
.share-photo-input i{
    font-size: 20px; 
    padding:5px 0;
}

.share-photo-input{
    display: inline-flex;
	height:32px;
	width :32px;
}
.photo_content .preview-photo-share{
	/*height:60;
	width:60;*/
	max-height: 70px;
    max-width: 70px;
    cursor: pointer;
	border : 1px dashed #c3c3c3;
	
}

.timeline-heading-panel img{
	/*margin:5px;*/
	margin-right:10px;
	position:relative;
	height:40px;
	width :40px;
	/*border: 1px solid transparent;
	border-color: #ddd;*/
	
	}
#timeline .timeline-heading-panel{
	padding:10px;
}
#timeline .post-body{
	padding-left:15px;
}
img.timeline-heading-img{
	height:32px;
	width :32px;
}
.text-timeline-heading{
	margin:5px 0px;
}
.text-timeline-heading span{
	display:block;
}
.heading-name-profil{
	font-weight:bold;
}
.heading-name-profil>span{
	display:inline-block;
}
.text-timeline-heading .heading-time-post{
	color:grey;
}
.input-group-btn img{
	margin-right:5px
}

.post-comment div img {
	margin-right:5px
}
.comment-img img{
	align:left;
	margin-right:10px	
}
.comment-text{
	width:90%;
	float:right;	
}


.comment-line {
	margin-bottom: 5px;
}
	.comment-line img {
		width: 32px;
		height: 32px;
	}
	.comment-line .comment-container {
		margin-left: 37px;
	}
	.comment-owner {
		margin-bottom: 5px;
		font-weight: bold;
	}

.comment-user img {
	width: 32px;
	height: 32px;
}
.comment-user .comment-input {
	margin-left: 37px;
	padding-top: 4px;
}
.comment-input .add-comment {
	width: 100%;
}


.share-photo img{
	max-height:470px;
	max-width:100%;
	cursor: pointer;
}
.action-post-dribblo{
	
}
.well-dribblo form{
	margin:0;
}
/* END Timeline */

.shout_box {
	background: #627BAE;
	width: 260px;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	right: 20%;
	z-index:9;
}
.shout_box .header .close_btn {
	background: url(images/close_btn.png) no-repeat 0px 0px;
	float: right;
	width: 15px;
	height: 15px;
}
.shout_box .header .close_btn:hover {
	background: url(images/close_btn.png) no-repeat 0px -16px;
}

.shout_box .header .open_btn {
	background: url(images/close_btn.png) no-repeat 0px -32px;
	float: right;
	width: 15px;
	height: 15px;
}
.shout_box .header .open_btn:hover {
	background: url(images/close_btn.png) no-repeat 0px -48px;
}
.shout_box .header{
	padding: 5px 3px 5px 5px;
	font: 11px 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	color:#fff;
	border: 1px solid rgba(0, 39, 121, .76);
	border-bottom:none;
	cursor: pointer;
}
.shout_box .header:hover{
	background-color: #627BAE;
}
.shout_box .message_box {
	background: #FFFFFF;
	height: 200px;
	overflow:auto;
	border: 1px solid #CCC;
}
.shout_msg{
	margin-bottom: 10px;
	display: block;
	border-bottom: 1px solid #F3F3F3;
	padding: 0px 5px 5px 5px;
	font: 11px 'lucida grande', tahoma, verdana, arial, sans-serif;
	color:#7C7C7C;
}
.message_box:last-child {
	border-bottom:none;
}
time{
	font: 11px 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-weight: normal;
	float:right;
	color: #D5D5D5;
}
.shout_msg .username{
	margin-bottom: 10px;
	margin-top: 10px;
}
.user_info input {
	width: 98%;
	height: 25px;
	border: 1px solid #CCC;
	border-top: none;
	padding: 3px 0px 0px 3px;
	font: 11px 'lucida grande', tahoma, verdana, arial, sans-serif;
}
.shout_msg .username{
	font-weight: bold;
	display: block;
}


.navbarleft-mydribblo li a{
	color:#000;	
}

.navbarleft a:hover,.navbarleft a.active{
	font-weight: bold;
		
}
.navbarleft li a{
	color:#333;
	font-weight: normal;
    background-color: transparent; /* or #000 */
}
.titlenavbl{
	color: #C0C0C0;
	font-weight: bold;
}
.navbarleft li a:hover{
	background-color: transparent;
	text-decoration: bold;
}

.rowmyprofile{
	padding-top:0;
}
.modal-header-confirm{
	padding: 5px;
} 
.modal-body p{
	padding: 10px;
}
.modal-body hr{
	margin:10px 10px;
}
/* my dribblo page */

.event_participant li img{
	height:50px;
	width:50px;
	margin:5px 2px;
}
.event_participant{
	display:inline-flex;
}
ul.event_participant{
	padding:0 10px;
}
.event-about li.list-group-item  i{
	padding-right:10px;
	vertical-align: top;
	display: inline-block;
}
.list-group-item .local-event{
	display:inline-block;
} 
.local-event span{
	display:block;
}
.local-event-adress {
    display: inline-flex;
}
.timelineBackground img{
	height:155px;
	width:100%;
}

.timelineBackground img.team_local,.timelineBackground img.team_adverse{
	height:100px;
	width:100px;
	top: 120px;
	position:absolute;
}
.timelineBackground img.team_local{
	display:inline-block;
	left: 300px;
}
.timelineBackground img.team_adverse{
	display:inline-block;
    right: 100px;
}
.team_local_score span,.team_adverse_score span{
	position:absolute;
	top: 110px;
	color:#333;
	font-size: 60;
	padding: 0 12px;
	font-weight: bold;
    background-color: #fff;
}
.team_local_score span{
	left: 485px;
}
.team_adverse_score span{
	right: 285px;
}
span.team_adverse_title,span.team_local_title{
	position:absolute;
	top: 230px;
	color:#fff;
	width:135px;
	font-weight: bolder;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
	margin:0 auto;
    text-rendering: optimizelegibility;
    text-shadow: 0 0 1px rgba(0,0,0,.5);
}
span.team_adverse_title{
	right: 75px;
	
}
span.team_local_title{
	left: 290px;
}

/* ADS & Event */

ul.ads_items,ul.event_items,ul.event_participant{
	list-style-type: none;
}
.ads_items,.event_items{
	-webkit-padding-start: 0px;
	padding : 5px 10px;
}
.ads_items hr,.event_items hr{
	margin:0;
}
.ads_items img{
	height: 150px;
    width: 100%;
    margin:5px 0px
    
}
.ads_items .titre_pub,.event_items .titre_pub{
	color: #C0C0C0;
	padding-right: 40px;
    font-size: 14px;
}
.title_site_ads .titleads,.event_items .event_title{
	color: #428bca;
}
.title_site_ads .siteads,.event_items .event_time{
	color: #AFAFAF;
    font-size: 12px;

}
.event_items .event_time{
	margin-left:10px;
}
.title_site_ads a{
	display:block;
	overflow: hidden;
    text-overflow: ellipsis;
}
.pannel_right_mydribblo{
	width:150px;
}
.pannel_center_mydribblo_timeline{
	width:500px;
}
.profile-timeline-width{
	/*width:500px;*/
	padding:0;
}
.profile-timeline-width .pannel_center_mydribblo_timeline{
	width:600px;
}
.body_ads .ads_description{
	display:inline;
	word-break: break-all;
	overflow: hidden;
    max-height: 40px;
    text-overflow: ellipsis;
}
.body_ads{
margin-bottom:5px;	
    display: inline-flex;
}
.body_ads p{
	font-size: 10px;
}
.ads_items li{
	border-bottom:1px solid #CCC;
	padding:0 5px;
	margin-bottom:10px;
}
.logo-company-mydribblo{
	display:block;
	background:#fff;
	border: 1px solid #e3e3e3;
    border-radius: 4px;
    width:160px;
    height:150px;
}
.logo-company-mydribblo img{
	width: 120px;
    max-height: 137px;
	margin: 5px 20px;
	
}
.logo-company-mydribblo span{
	margin: 5px 35px;
}

.noti_bubble{
    position:absolute;    
    left: 23px;
    bottom: 20px;
    padding:0px 4px 0px 4px;
    /*background-color:#F70101; */
    color:#F70101;
    font-weight:bold;
    border-radius:200%;
    /*box-shadow:1px 1px 1px gray;*/
    font-size:1em;
    z-index:1;

  
}

.timeline-post-actions {
	margin-top: 5px;
	padding: 5px 0;
    border-top: 1px solid #e3e3e3;
}


.nav-icons {
	border-bottom: 1px solid #e7e7e7;
	background-color: #f8f8f8;
	padding: 7px 0;
	text-align: center;
}
	.nav-icons a {
		color: #777;
		font-size: 22px;
		text-decoration: none;
		padding: 3px 10px;
	    border-right: 1px solid #eee;
		-webkit-transition: all 0.3s linear;
	    -o-transition: all 0.3s linear;
	    -moz-transition: all 0.3s linear;
	    transition: all 0.3s linear;
	}
	.nav-icons a:hover {
		color: #333;
	}
	.nav-icons a:last-child {
		border-right: none;
	}


.menu-small-profil {
    margin-left: 160px;
    padding-top: 10px;
    text-align: center;
}
	.menu-small-profil a{
	    text-decoration: none;
	    padding: 5px 12px;
	    font-size: 20px;
	    color: #777;
	    outline: none;
	}
	.menu-small-profil a.active{
	    color: #3b5998;
	}

@media (max-width: 768px){
	.fb-profile-text>h1{
	    font-weight: 700;
	    font-size:16px;
	}

	.fb-image-profile
	{
	    margin: -45px 10px 0px 25px;
	    z-index: 9;
	    width: 20%; 
	}
}

/* adjust the contents on smaller devices */
@media (max-width: 768px) {

  .column .padding {
    padding: 7px;
  }

  .full{
	padding-top:20px;
  }

  .navbar-blue {
	background-color:#aa30c9;
    top:0;
    width:100%;
    position:relative;
  }

	.no-p-mobile {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

}


/*
 * off canvas sidebar
 * --------------------------------------------------
 */

@media screen and (max-width: 768px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-left.active {
    left: 33%;
  }

  .row-offcanvas-left.active .sidebar-offcanvas {
    left: -33%;
    position: absolute;
    top: 0;
    width: 33%;
    margin-left: 5px;
  }

  #sidebar, #sidebar a, #sidebar-footer a {
    padding-left:3px;
  }

  .timelineNav > .navbar {
  	padding: 0;
  	margin-top: 15px;
  }

  .timelineNav > .navbar ul.nav > li > a {
  	padding: 10px 10px;
  }

  main > .container {
  	padding: 0;
  }
	  /*main > .container > {
	  	padding: 0;
	  }*/

	.menu-small-profil{
        margin-left: 0px;
    	padding: 30px 0 10px 0;
	}
	.menu-small-profil a{
	    padding: 5px 10px;
	}
}


.no-padding {
	padding: 0 !important;
}


/* responsive text queries */
/*@media screen and (max-width: 992px) {
  p,.btn,input,div,span,h4 {
    font-size: 95%;
  }
  h5{
  	font-size: 85%;
  }
  h1 {
    font-size: 24px;  
  }
  h2 {
    font-size: 22px;  
  }
  h3 {
    font-size: 18px;  
  }

}

@media screen and (max-width: 768px) {
  p,.btn,input,div,span,h4 {
    font-size: 90%;
  }
  h5{
  	font-size: 80%;
  }
  h1 {
    font-size: 20px;  
  }
  h2 {
    font-size: 18px;  
  }
  h3 {
    font-size: 16px;  
  }
}*/


.VerticalTab.tabs_ver_1.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 25%;
  margin-top: 0 !important;
}
.VerticalTab.tabs_ver_1.resp-vtabs .resp-tabs-container {
    padding: 0px;
    /*background-color: #f4f4f4;*/
    border: 0;
    float: left;
    width: 75%;
    min-height: 242px;
    border-radius: 4px;
    clear: none;
    border-radius: 0;
}
.VerticalTab.tabs_ver_1 .resp-tabs-list li {
  display: block;
  margin:  0;
  list-style: none;
  cursor: pointer;
  float: none;
  color: #fff;
  border: none;
  padding: 18px !important;
  font-size: 12px;
  font-weight: 500;
  margin-right: 0;
  line-height: 24px;
  border-radius: 0;
  margin-bottom: 0 !important;
  margin:  0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.VerticalTab.tabs_ver_1 .resp-tabs-list li:last-child {
  border-bottom: 0 !important;
}
.VerticalTab.tabs_ver_1 .resp-tabs-list .resp-tab-active {
  border: 0 !important;
    margin-bottom: 0px !important;
    padding: 18px !important;
    /*background-color: #f4f4f4 !important;*/
    background-color: #fff !important;
}
.VerticalTab.tabs_ver_1 .resp-tabs-list li:hover {
  color: #fff !important;
  padding: 18px !important;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.VerticalTab.tabs_ver_1 .resp-tabs-list li i {
    font-size: 16px;
    margin-right: 8px;
}

.VerticalTab.tabs_ver_1  h2.title_contanier {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 300;
  color: #999;
  text-transform: inherit;
  margin-top: 0px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  /*padding-top: 12px;
  line-height: 3px;*/
  border-bottom: 1px solid #e6e6e6;
}

.VerticalTab.tabs_ver_1 .resp-tab-content {
    border: 0 !important;
    padding: 33px 30px;
    /*-webkit-box-shadow: 9px 9px 0px rgba(50, 50, 50, 0.31);
    -moz-box-shadow: 9px 9px 0px rgba(50, 50, 50, 0.31);
    box-shadow: 9px 9px 0px rgba(50, 50, 50, 0.31);*/
}


.VerticalTab.tabs_ver_1 p {
  color: #999;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}


.VerticalTab.tabs_ver_1 .resp-tabs-list .resp-tab-active {
    color: #3B5998 !important;
}
.VerticalTab.tabs_ver_1 .resp-tabs-list li:hover,
.resp-tabs-list li,
.VerticalTab.tabs_ver_1 .resp-tabs-list li {
    background-color: #3B5998 !important;
}


/*responsive*/

h2.resp-accordion {
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  padding: 0.32em 0em 0.32em 0.70em;
  margin: 0;
  list-style: none;
  cursor: pointer;
  background: #303030;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  line-height: 0px;
  cursor: pointer;
  padding: 10px 15px;
  border-left: 0 !important;
  border-right: 0 !important;
}
h2.resp-tab-active {
  border: 0 !important;
  border-bottom: 1px solid #ccc !important;
  margin-bottom: 0 !important;
  padding: 10px 15px !important;
  background: rgba(59, 89, 152, 0.8) !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
h2.resp-accordion:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

h2.resp-accordion .tabs-text {
    position: relative;
    top: -3px;
    left: 10px;
  font-size: 14px;
}

.arrow-tabs {
    float: right;
    margin-top: 10px;
    font-size: 18px !important;
}

h2.resp-accordion .fc_icons {
  font-size: 22px;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  width: 42px !important;
  height: 42px !important;
  text-align: center;
  position: relative;
  z-index: 2;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 43px;
  background: #fff !important;
}

.bloc .bloc_slide_zone {
	display: none;
}

.bloc .bloc_content_zone {
	display: none;
}
.bloc.bloc_slide .header {
	cursor: pointer;
}

#wrapwrap .bg-bloc .btn.btn-primary {
    color: #fff;
    border: 1px solid #fff;
}

.navbar-header a.navbar-brand.logo {
	float: left !important;
}
@media (max-width: 767px) {
	#preheader {
		display: none;
	}
}
/*#wrapwrap > main {
	background-color: #fff;
}*/


.articles .more {
    background-color: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 8px;
}
	.articles .more a {
		margin-top: 8px;
	}

.bloc.facebook_snippet {
	border: none;
}

#product_detail h1[itemprop="name"] {
	font-size: 30px;
}

/** birthday members **/
ul.members_list {
	margin: 0;
  	padding: 0;
  	list-style: none;
}
	ul.members_list > li.member {
		padding: 3px 0;
  		border-bottom: 1px solid #ccc;
	}
	ul.members_list > li.member:first-child {
		padding-top: 0;
	}
	ul.members_list > li.member:last-child {
		padding-bottom: 0;
  		border: none;
	}
	li.member .m_avatar {
		float: left;
	  	width: 50px;
	  	height: 50px;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		border: 2px solid #999;
		overflow: hidden;
		margin-right: 10px;
		background-position: center;
		background-size: cover;
	}
		li.member .m_avatar img {
			width: 70px;
		    height: 70px;
		    margin: -10px 0 0 -13px;
		}
	li.member .m_infos {
		float: left;
  		margin-top: 18px;
	}
	li.member .m_rinfos {
		float: right;
  		margin-top: 18px;
	}

#background_wrap {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 100%;
    background-attachment: fixed;
}

img[src^="/website/image/ir.attachment/"] {
	max-width: 100%;
	height: auto;
}

.poster-content {
	padding: 10px 0 10px 0;
	background-position: center;
	background-size: cover;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
	.poster-content .team-logo { 
		text-align: center;
	    background-color: white;
	    width: 100px;
	    height: 100px;
	    margin: 0 auto;
	    padding: 10px;
	    -moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		-o-border-radius: 50%;
	    border-radius: 50%;
	    overflow: hidden;
	}
	.poster-content .team-logo img {
		max-width: 80px;
		max-height: 80px;
	}
	.poster-content .team-name {
		color: #fff;
	}

.s_img_text .s_img_text_img {

}

.s_img_text .s_img_text_text {
	position: absolute;
	left: 10px;
	right: 10px;
}
	.s_img_text .s_img_text_text.text_top {
		top: 0;
	}
	.s_img_text .s_img_text_text.text_bottom {
		bottom: 0;
	}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}


@media only screen and (max-width: 768px){
  .resp-vtabs .resp-tabs-container {
    border: none !important;
    float: none !important;
    width: 100% !important;
    min-height: 250px !important;
    clear: none !important;
  }
  .VerticalTab.tabs_ver_2.resp-vtabs .resp-tabs-container,
  .VerticalTab.tabs_ver_3.resp-vtabs .resp-tabs-container,
  .VerticalTab.tabs_ver_4.resp-vtabs .resp-tabs-container,
  .VerticalTab.tabs_ver_5.resp-vtabs .resp-tabs-container,
  .VerticalTab.tabs_ver_6.resp-vtabs .resp-tabs-container {
    margin-left: 0;
  }

  h2.resp-accordion .fc_icons, h2.resp-accordion {
    color: rgba(59, 89, 152, 0.8);
  }

  h2.resp-accordion.resp-tab-active {
    color: #fff;
  }
}