.noms-Dax {
	color:#ff0000;
	font-weight: 700;
	font-variant: small-caps;
}
.noms-Autres {
	font-weight:700;
	font-variant: small-caps;
}
.TitreChampionnat {
	font-weight:700;
	font-variant: small-caps;
	font-size: 14px;
	color:#00698C;
}
.TitreChallenge {
	font-weight:700;
	font-variant: small-caps;
	font-size: 14px;
	color:#D96D00;
}
.TitreProD2 {
	font-weight:700;
	font-variant: small-caps;
	font-size: 14px;
	color:#CC0000;
}
.aucun {
	font-weight:normal;
	font-variant: normal;
}



/*.view-spsoccer-match-view .match-details-top .match-result .match-team-right .bonus-defensif:before,
.view-spsoccer-match-view .tournament-details-top .match-result .match-team-right .bonus-defensif:before,
.view-spsoccer-tournament .match-details-top .match-result .match-team-right .bonus-defensif:before,
.view-spsoccer-tournament .tournament-details-top .match-result .match-team-right .bonus-defensif:before,
.view-spsoccer-match-view .match-details-top .match-result .match-team-right .bonus-offensif:before,
.view-spsoccer-match-view .tournament-details-top .match-result .match-team-right .bonus-offensif:before,
.view-spsoccer-tournament .match-details-top .match-result .match-team-right .bonus-offensif:before,
.view-spsoccer-tournament .tournament-details-top .match-result .match-team-right .bonus-offensif:before {
  left: 10px;
  top: 4px;
}*/
.view-spsoccer-match-view .match-details-top .match-result .bonus-defensif,
.view-spsoccer-match-view .tournament-details-top .match-result .bonus-defensif,
.view-spsoccer-tournament .match-details-top .match-result .bonus-defensif,
.view-spsoccer-tournament .tournament-details-top .match-result .bonus-defensif,
.view-spsoccer-match-view .match-details-top .match-result .bonus-offensif,
.view-spsoccer-match-view .tournament-details-top .match-result .bonus-offensif,
.view-spsoccer-tournament .match-details-top .match-result .bonus-offensif,
.view-spsoccer-tournament .tournament-details-top .match-result .bonus-offensif,
.view-spsoccer-match-view .match-details-top .match-result .nobonus,
.view-spsoccer-match-view .tournament-details-top .match-result .nobonus,
.view-spsoccer-tournament .match-details-top .match-result .nobonus,
.view-spsoccer-tournament .tournament-details-top .match-result .nobonus {
  width: 42px;
  height: 42px;
  /*display: inline-block;*/
  position: relative;
  /*border-radius: 50%;
  background: #fff;*/

}
.view-spsoccer-match-view .match-details-top .match-result .bonus-defensif:before,
.view-spsoccer-match-view .tournament-details-top .match-result .bonus-defensif:before,
.view-spsoccer-tournament .match-details-top .match-result .bonus-defensif:before,
.view-spsoccer-tournament .tournament-details-top .match-result .bonus-defensif:before {
  content: '';
  background: url(../images/bonusdefensif.png) no-repeat scroll center / cover;
  position: absolute;
  left: 8px;
  top: 2px;
  width: 35px;
  height: 30px;
}
.view-spsoccer-match-view .match-details-top .match-result .nobonus:before,
.view-spsoccer-match-view .tournament-details-top .match-result .nobonus:before,
.view-spsoccer-tournament .match-details-top .match-result .nobonus:before,
.view-spsoccer-tournament .tournament-details-top .match-result .nobonus:before {
  content: '';
  background: url(../images/nobonus.png) no-repeat scroll center / cover;
  position: absolute;
  left: 8px;
  top: 2px;
  width: 35px;
  height: 30px;
}
.view-spsoccer-match-view .match-details-top .match-result .bonus-offensif:before,
.view-spsoccer-match-view .tournament-details-top .match-result .bonus-offensif:before,
.view-spsoccer-tournament .match-details-top .match-result .bonus-offensif:before,
.view-spsoccer-tournament .tournament-details-top .match-result .bonus-offensif:before {
  content: '';
  background: url(../images/bonusoffensif.png) no-repeat scroll center / cover;
  position: absolute;
  left: 8px;
  top: 2px;
  width: 35px;
  height: 30px;
}
.view-players .spsoccer.view-spsoccer-players {
  background-color:#ffffff;
}
div.view-spsoccer-players .player .player-info-details .spsoccer-player-title a {
	font-size:12px;
}
div.fichematch {
	position:relative;
	top: -20px;
	font-size: 8px;
	text-align: center;
	width : 100%;
	z-index:100;
}
div.modal.fade.in{
	top:0%
}
div.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	width : 100%;
	margin-left : 0px;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
#gallery_list .thumbnails {
	margin-left : 0px;
}
.competitions-vertical-tabs >div {
  margin: 0;
}
.competitions-vertical-tabs >div >div {
  padding: 0;
}
.competitions-vertical-tabs .competitions-vertical-tabs-nav {
  width: 15.4%;
  float: left;
}
.competitions-vertical-tabs .competitions-vertical-tabs-content {
  float: left;
  width: 84.6%;
  padding: 26px;
  background: #F6F6F8;
}
.competitions-vertical-tabs .competitions-tab-btns {
  font-size: 14px;
  margin: 30px 0;
}
.competitions-vertical-tabs .competitions-tab-btns >li {
  display: block;
  border: none;
}
.competitions-vertical-tabs .competitions-tab-btns >li:last-child>a {
  border-bottom: none;
}
.competitions-vertical-tabs .competitions-tab-btns >li >a {
  display: block;
  line-height: 18px;
  padding: 10px 10px 10px 33px;
  border-bottom: 1px solid #F6F6F8;
  position: relative;
  color: #000;
}
.competitions-vertical-tabs .competitions-tab-btns >li >a:before {
  display: none;
}
.competitions-vertical-tabs .competitions-tab-btns >li >a:after {
  content: "";
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  width: 3px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.competitions-vertical-tabs .competitions-tab-btns >li.active>a,
.competitions-vertical-tabs .competitions-tab-btns >li:hover>a {
  background: #F6F6F8;
}
.competitions-vertical-tabs .competitions-tab-btns >li.active>a:after,
.competitions-vertical-tabs .competitions-tab-btns >li:hover>a:after {
  opacity: 1;
}
.competitions-vertical-tabs .competitions-tab-pane {
  display: none;
  background: #F6F6F8;
  padding: 30px;
}
.competitions-vertical-tabs .competitions-tab-pane >div {
  margin-bottom: -30px;
}
.competitions-vertical-tabs .competitions-tab-pane >div >div {
  margin-bottom: 30px;
}
.competitions-vertical-tabs .competitions-tab-pane.active {
  display: block;
  animation: fadeIn .5s;
}
.competitions-vertical-tabs .competitions-tab-pane .competitions-article-info {
  padding: 10px 15px;
  background: #fff;
}
.competitions-vertical-tabs .competitions-tab-pane .competitions-article-info .date {
  color: #B2B2B2;
  font-size: 13px;
  letter-spacing: -0.4px;
}
.competitions-vertical-tabs .competitions-tab-pane .competitions-article-info .entry-title {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
  margin-top: 0px;
}
.competitions-vertical-tabs .competitions-tab-pane .competitions-article-info .entry-title >a {
  color: #232323;
  line-height: 1.4;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.view-spsoccer-tournaments .spsoccer-tournament-name .tournament-details {
	padding : 10px;
}
.sppb-addon-articles-slider.sppb-addon-articles-headline .sppb-addon-article.item .sppb-img-wrapper img {
width: 50%;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
}
.sppb-addon-articles-slider.sppb-addon-articles-headline .sppb-addon-article.item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sppb-addon-articles-slider.sppb-addon-articles-headline .sppb-addon-title {
    color: #FFF;
    text-transform: uppercase;
    position: absolute;
    top: -38px;
    z-index: 100;
    margin: 0;
    left: 45px;
    padding: 12px 15px;
        padding-top: 12px;
        padding-right: 15px;
        padding-bottom: 12px;
        padding-left: 15px;
}
.sppb-addon .sppb-addon-articles-slider.sppb-addon-articles-headline {
margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
.sppb-addon-articles-slider.sppb-addon-articles-headline .carousel-controls {
    position: absolute;
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    left: 0;
    z-index: 1;
    height: 25px;
    bottom: 0;
    margin: auto;
    top: 0;
}
.sppb-addon-articles-slider.sppb-addon-articles-headline .carousel-controls a.left {
    float: left;
    margin-left: 15px;
}
.sppb-addon-articles-slider.sppb-addon-articles-headline .carousel-controls a.right {
    float: right;
    margin-right: 15px;
}
.sppb-addon-articles-slider.sppb-addon-articles-headline .carousel-controls a {
color:#000000;
}
.sppb-addon-articles-slider.sppb-addon-articles-headline .sppb-addon-article.item::after {
    content: '';
    height: 40px;
    width: 1px;
    background: #E6E6E6;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tp-bannershadow {
	z-index:1000;
}
.pg-cats-box {
    padding: 10px;
    margin: 5px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2);
    box-shadow: 1px 1px 2px 1px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240,240,240,0.2);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}
#phocagallery-categories-detail.row {
	margin-right:0px;
	margin-left:0px;
}
#phocagallery-categories-detail1.col-xs-4 {
	padding-right:0px;
	padding-left:15px;
}
.com-phocagallery .sp-page-title > .container {
    width: 1225px;
    padding: 0;
}
#phocagallery *, #phocagallery ::before, #phocagallery ::after {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
.phocagallery{
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.phocagallery .phocagallery-row {
  margin-left: -15px;
  margin-right: -15px;
}
.phocagallery .phocagallery-col-lg-3,
.phocagallery .phocagallery-col-md-6,
.phocagallery .phocagallery-col-sm-12,
.phocagallery .phocagallery-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.com-phocagallery .view-spsoccer-tournaments .spsoccer-tournament-name {
    border: solid 1px #dfdfdf;
    overflow: hidden;
    margin: 0;
}
#medias img {
    width:100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}
#medias h4 {
	margin-top : -20px;
	font-size: 14px;
	color: #B2B2B2;
	letter-spacing: -0.4px;
}
div.acym_module, .acym_module div {
    padding: 0 !important;
    margin: 0 !important;
    border-style: none !important;
}
.acym_module .acym_form p {
    margin: 0;
    position: relative;
}

.acym_module .acym_form p.fieldacy2 span {
    display: block;
}
.acym_module .acym_form p.acysubbuttons {
    position: absolute;
    top: 12px;
    right: 15px;
    z-index: 1;
}
.acym_module .acym_form p.acysubbuttons input {
    overflow: hidden;
    width: 50px;
    padding: 0;
    height: 30px;
    opacity: 0;
}
.acym_module .acym_form p.acysubbuttons::after {
    color: #ec0048;
    background: linear-gradient(to right,#ec0048 0%,#f15a29 100%);
        background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    content: '\f178';
    font-family: FontAwesome;
    position: absolute;
    left: auto;
    right: 10px;
    top: 5px;
    font-size: 18px;
    z-index: -1;
}
.acym_module .acym_form p.fieldacy2 input {
    width: 100% !important;
    box-shadow: 0 2px 13px 0 rgba(0,0,0,0.04);
    border-radius: 3px;
    border: 0;
    height: 55px;
    padding: 0 0 0 25px;
    font-size: 14px;
    color: #6E6E6E;
    letter-spacing: -0.5px;
	cursor: pointer;
	max-width: 100%;
}
.twiter-tweet {
	float:left;
}
#sp-position1 .sp-module .sp-module-title {
    text-transform: none;
    font-weight: 400;
    font-size: 20px;
    color: #FFF;
    margin: 0 0 30px;
}
#sp-top2 .sppb-addon-social-media .social-media-text-wrap a {
    font-size: 18px;
    color: #6E6E6E;
    letter-spacing: -0.5px;
    margin-left: 20px;
	vertical-align : middle;
	padding-top : 15px;
}
.advertising { width: 320px; height: 100px; }
@media(min-width: 500px) { .advertising { width: 468px; height: 60px; } }
@media(min-width: 800px) { .advertising { width: 920px; height: 90px; } }

.example_responsive_1 {
	text-align: center;
}
.sppb-img-responsive {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 1200px) {
  .phocagallery .phocagallery-col-lg-3 {
    float: left;
    width: 25%;
  }
}
@media screen and (min-width: 768px){
	.modal:before{display:contents;}
}