/* Magnific Popup CSS */

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}



.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out; 
  -moz-transition: all 0.3s ease-out; 
  -o-transition: all 0.3s ease-out; 
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.cms-text ul > li {
  list-style-type: circle;
  margin-left: 30px;
}

.cms-component-gallery{
  padding-top:12px;
}

/*===============================
	==CMS GENERAL STYLE CSS==
===============================*/

/*===============================
	general slots  */

.slot-content{
	width:100%;
	margin-bottom:12px;
}

.slot-alert{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #FF8F8F;
	background-color:#FFBFBF;
	padding:12px;
}

.box-shadow {
	-webkit-box-shadow: #c1c1c1 2px 2px 3px;
	-moz-box-shadow: #c1c1c1 2px 2px 3px;
	box-shadow: #c1c1c1 2px 2px 3px;
}

/*===============================
	breadcrumb  */

/*.breadcrumb{
	font: bold 11px "Lucida Grande","Lucida","Arial",Sans-serif;
	margin: 10px 0 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #EBEBEB;
}

.breadcrumb a,
.breadcrumb a:visited{
	background: #e1e1d6;
	display: block;
	color: #f63293;
	float: left;
	height: 23px;
	padding-left: 5px;
	text-decoration: none
}

.breadcrumb a:hover {color: #f63293}

.breadcrumb a span{background: transparent url(../images/bc_segment_right.gif) no-repeat scroll top right;display: block;line-height: 13px;padding: 5px 17px 5px 6px;}

.breadcrumb a.bc-root,
.breadcrumb a.bc-root:visited,
.breadcrumb a.bc-root-single,
.breadcrumb a.bc-root-single:visited {background: transparent url(../images/bc_root_left.gif) no-repeat scroll top left}

.breadcrumb a.bc-root-single span {background: transparent url(../images/bc_segment_right_end.gif) no-repeat top right; padding-right: 14px}
.breadcrumb a.bc-root span {background: transparent url(../images/bc_segment_right.gif) no-repeat top right}
.breadcrumb a.bc-parent span {background: transparent url(../images/bc_segment_right_end.gif) no-repeat top right}

.breadcrumb a.bc-end,
.breadcrumb a.bc-end:visited {background: none}
.breadcrumb a.bc-end:hover {color: black; cursor: default}
.breadcrumb a.bc-end span {background: none; color: black}*/


/*===============================
	title class  */
h1,h2,h3,h4,h5{font-weight:normal;text-transform:none;margin:0}
h1{}
h2{}
h3{}
h4{}
h5{}
/*===============================
	image class  */

.slot-image{margin-bottom:4px;}

.image-left{float:left; margin-right:16px;}

.image-right{float:right; margin-left:16px;}

.slot-image a{display:block; line-height:0}

.image-shadow{
	-webkit-box-shadow: #d4d8db 2px 2px 5px;
	-moz-box-shadow: #d4d8db 4px 4px 4px;
	box-shadow: #d4d8db 4px 4px 4px;

}

.slot-image .legend{
	background-color:#f1f1f1;
	border:1px solid #e1e1e1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:4px;
	margin-top:6px;
}

/*===============================
	flash class  */

.flash-left{float:left; margin-right:16px;}

.flash-right{float:right; margin-left:16px;}

/*===============================
	combo class  */

.slot-combo{width:100%;}
.slot-combo td{padding:2px; padding-top:8px;}

.slot-imagerichtext .cel1{padding-right:8px}
.slot-imagerichtext .cel2{}

.slot-modularrichtext .cel1{padding-right:8px}
.slot-modularrichtext .cel2{}

.slot-2column{width:100%;}
.slot-2column td{width:50%; text-align:justify;}
.slot-2column .cel1{padding-right:12px}


/*===============================
	text class  */

.cms-text { text-align: justify; }

.text-important,
.text-note,
.text-citation{
	border: 1pt solid #E5E5E5;
    background-color: #F9F9FF;
    color: black;
    padding:10px;
    background-repeat: no-repeat;
    background-position: 8px 8px;
	padding-left:34px;
}

.text-note{
	border: 1pt solid #D4BD82;
	background-image: url('../images/text-note.png');
	background-color: #F8F3BE;
}

.text-important{
	border: 1pt solid #c6372e;
	background-image: url('../images/text-important.png');
	background-color:#ffe9e8;
}

.text-citation{
	font: 110% georgia,times,serif;
	font-style:italic;
	padding-left:10px;
}

.text-shadow {
	text-shadow: rgba(0, 0, 0, 0.2) 0 1px 0;
}

/*===============================
	redirect page class  */

#redirect-page{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #FFE27D;
	background-color:#FFFFA4;
	padding:12px;
}

/* MOZAIC SLOT */
.cms-mozaic-slot [data-type] {
	height: 100%;
	position: relative;
}

.cms-mozaic-slot [data-type] > div {
	position: relative;
	height: 100%;
}

.cms-mozaic-slot .cms-mozaic-slot-block, .cms-mozaic-slot .cms-mozaic-slot-content {
	position: relative;
}

/* MOZAIC IMAGE SLOT */

.vt-mozaic-image-legend {
	display: block;
	position: absolute;
	top: 5%;
	left:0;
	background-color: rgba(0,0,0,0.75);
	color: #eee;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding:0.5em 1em;
	font-size: 1.5em;
}

.vt-mozaic-image-text-link {
	display: block;
	position: absolute;
	bottom: 5%; right:0;
	background-color: rgba(255,255,255,0.75);
	color: #111;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding:0.5em 1em;
	font-size: 1.25em;
}

.cms-mozaic-image {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* MOZAIC RICH TEXT SLOT */
.cms-mozaic-richtext {
	position: absolute;
	overflow: auto;
	top:0;
	left:0;
	bottom:0;
	right:0;

	display: flex;
	flex-flow: column;
	justify-content: center;
	align-content: center;

	padding: 2em;
	font-size: 1.1em;
	line-height: 1.6em;
	overflow-wrap: break-word;
}

@media(max-width: 600px) {
	.cms-mozaic-richtext {
		padding: 1em;
		font-size: 1em;
		line-height: 1em;
		line-height: 1.5em;
	}
}

/*===============================
	generic class  */

.red{color: red;}

/*===============================
	jQuery Tools Overlay style  */

/* the overlayed element */
.simple_overlay {

	/* must be initially hidden */
	display:none;

	/* place overlay on top of other elements */
	z-index:10000;

	/* styling */
	background-color:#333;

	/*width:675px;	*/
	min-height:200px;
	border:1px solid #666;

	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url('../images/overlay/close.png');
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/*===============================
	clear hack  */

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden}
.clearfix{ display: inline-block; display: block}
.clear {clear: both; overflow: hidden; width: 100%}





/*
* FLAGS
*/

ul.cms-langs-selector {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.cms-langs-selector li {
    float: left;
    margin-left: 10px;
}

.vtflag {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../images/flags.png") 16px 0 no-repeat;
	text-indent: -9999px;
	margin: 0 -10px;
}

.vtflag span {
	visibility: hidden;
}

.vtflag_fr {
	background-position: 0 1px;
}

.vtflag_en {
	background-position: -80px 1px;
}

.vtflag_it {
	background-position: -32px 1px;
}

.vtflag_de {
	background-position: -48px 1px;
}

.vtflag_es {
	background-position: -64px 1px;
}

.vtflag_ro {
	background-position: -112px 1px;
}

/* SLIDESHOW */
.splide__slide img {
	width: 100%;
	height: 100%;
}

.splide .splide-caption {
	position: absolute;
	color: white;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.splide .splide-caption .splide-caption-title  {
	font-size: 3rem;
}

.splide .splide-caption .splide-caption-text  {
	font-size: 1.5rem;
}

.splide-slide-stocklist {
	display: none;
}

.icon-golf-menu{background:url(../images/club.png) no-repeat scroll 0 0 transparent;}
.icon-golf-course-menu{background:url(../images/course.png) no-repeat scroll 0 0 transparent;}
.icon-golf-advertiser-menu{background:url(../images/megaphone.png) no-repeat scroll 0 0 transparent;}
.icon-golf-partner-menu{background:url(../images/partner.png) no-repeat scroll 0 0 transparent;}
.icon-golf-competition-menu{background:url(../images/trophy.png) no-repeat scroll 0 0 transparent;}
.icon-golf-calendar-menu{background:url(../images/calendar.png) no-repeat scroll 0 0 transparent;}
.icon-golf-competition-mode-menu{background:url(../images/gear.png) no-repeat scroll 0 0 transparent;}
.icon-golf-status-menu{background:url(../images/status.png) no-repeat scroll 0 0 transparent;}
.icon-golf-info-menu{background:url(../images/info.png) no-repeat scroll 0 0 transparent;}

.icon-golf-entry-add{background:url(../images/entry_add.png) no-repeat scroll 0 0 transparent;}
.icon-golf-entry-guest{background:url(../images/entry_guest.png) no-repeat scroll 0 0 transparent;}
.icon-golf-entry-view{background:url(../images/entry_view.png) no-repeat scroll 0 0 transparent;}
.icon-no {
    background:url('../images/no.png') no-repeat left center;
    padding-left:25px;
}

.icon-yes {
    background:url('../images/yes.png') no-repeat left center;
    padding-left:25px;
}

#dashbord-golf-infos,
#dashbord-golf-entry{
  border-width: 1px;
  border-style: solid;
  border-color: #bfbfbf;
}

#dashbord-golf-infos-content,
#dashbord-golf-entry-content{
  padding: 10px 20px;
}


#dashbord-golf-infos-title,
#dashbord-golf-entry-title{
  color: #555555;
  font-weight: bold;
  text-shadow: 0 1px 0 #F9F9F9;
}

#dashbord-golf-entry h2 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 4px;
    margin-top: 4px;
}

.dashbord-golf-entry-list
{
    list-style: none;
    padding:5px 20px;
}

.dashbord-golf-entry-list li
{
    padding:4px;
    border-bottom:1px dashed #DDD;
    color:#555;
}

/*#modal_manage_member .dijitDialogPaneContent{
  background-color: #efeeec;
}*/


/*TABLE STYLE*/
#dashbord-golf-infos-table
{
	width:100%;
	border:1px solid #CCC;
	border-collapse: collapse;

}
#dashbord-golf-infos-table tr
{

}
#dashbord-golf-infos-table tr th
{
	background:#E6E6E6;
	border-bottom:1px solid #CCC;
	padding:6px 6px;
	color:#444;
    font-weight: bold;
}

#dashbord-golf-infos-table tr th a
{
    color:#444;
}

#dashbord-golf-infos-table tr td
{
	padding:0.5em;
	color:#111;
	border-top:1px solid #DDD;

}

#dashbord-golf-infos-table tr td.oddrow
{
	background:#F9F9F9;
}

#dashbord-golf-infos-table tr td.pairrow
{
	background:#FEFEFE;
}

#dashbord-golf-infos-table tr:hover td
{
 background-color: #FFFEE0;
}

#dashbord-golf-infos-table tr td.footer
{
	background:#E6E6E6;
	border-top:1px solid #CCC;
}

#dashbord-golf-infos-table tr td.footer div,
#dashbord-golf-infos-table tr td.footer div a:link,
#dashbord-golf-infos-table tr td.footer div a:visited
{
    font-weight: bold;
    color:#444;
}


/*overload forms*/
#GolfCompetitionForm label{
    width:120px;
}

/*overload table*/
.boxInfo{
	border:1px solid #C4C4C4;
	margin-bottom: 15px;
}

.boxInfo ul, .boxInfo{
	list-style-type: none;
	background-color: #FFF;
}

.boxInfo tr td{
	padding: 2px 4px;
        vertical-align:middle;
}

.boxHeader, .boxHeader th{
	color: #555555;
	background: url("../../vtgui/img/bgboxcontent.gif") repeat-x scroll center center #5E5E5E;
	font-weight: bold;
	padding: 2px 4px;
	text-shadow: 0 1px 0 #FBFBFB;
}

.boxHeader th{
	border-right:1px solid #ACA899;
	border-bottom:1px solid #919191; 
}

/* Résultats RMS */

.fancybox-skin
{
    background-color: #fff;
}

#resultFilters
{
    width: 100%;
    text-align: right;
    margin-bottom: 15px;
}

#resultFilters div.form-group
{
    padding-left: 10px;
}

#table-results p.text, .table-departs p.text{
  margin: 0px;
  padding: 0px;
}
#table-results p.text-multi-ligne, .table-departs p.text-multi-ligne{
  padding: 5px 0px 5px 0px;
  margin: 0px;
}

#table-results th.center, #table-results td.center, .table-departs th.center, .table-departs td.center{
  text-align: center;
}
#table-results th.bold, #table-results td.bold, .table-departs th.bold, .table-departs td.bold{
  font-weight: bold;
}
#table-results th.v-align-middle, #table-results td.v-align-middle, .table-departs th.v-align-middle, .table-departs td.v-align-middle{
  vertical-align: middle;
}
#table-results button.detail-multi-ligne{
  padding: 1px 0px 1px 0px;
  margin: 2px 0px 2px 0px;
  width:120px;
}
#table-results button.detail{
  padding: 1px 0px 1px 0px;
  width:120px;
}
#table-results img.flag-multi-ligne, .table-departs img.flag-multi-ligne{
  margin: 2px 0px 2px 0px;
}

.flag-border{
  border: thin solid lightgray;
}

.table {
    width: 100%;
    background-color: transparent;
    max-width: 100%;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f9f9f9;
}
.table > thead > tr > th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
th, td {
    text-align: left;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

/* Hole table */

.gen-table {
	width: 100%;	
	margin-bottom: 20px;
}

.gen-table caption {
	margin-bottom: 10px;
}

.gen-table th {
	font-weight: bold;
}

.gen-table th, .gen-table td {
	background-color: #fff;
	padding: 5px;	
	text-align: center;
	border: 1px solid #dbdbdb;	
	vertical-align: top;
}

.gen-table .empty-left-top {
	background-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

.gen-table .empty-left-bottom {
	background-color: transparent;	
	border-left-color: transparent;
	border-bottom-color: transparent;
}

.gen-table td.top-left {
	text-align: left;
	vertical-align: top;
}

.gen-table thead th {
	font-size: 1.333em; /* 16px */
	line-height: 1.375em; /* 22px/16px */
}

.gen-table thead th,
.gen-table tfoot td {
	background-color: #f2f2f2;	
	border-color: #d9d9d9;
}

.gen-table tbody th,
.gen-table tr.odd th, .gen-table tr.odd td {
	background-color: #fafafa;
}

.gen-table tfoot td {
	font-style: italic;
	font-size: 0.916em; /* 11px */
	
}

.gen-table tfoot .button {
	font-style: normal;
	font-size: 1.09em; /* 12px/11px */
	margin: 5px 0;
}

.gen-table tfoot + tbody tr.row-last th, 
.gen-table tfoot + tbody tr.row-last td {
	border-bottom-color: #d9d9d9;	
}

.main-content .slot-content a {
	text-decoration: underline !important;
}

@media (max-width: 600px) {
    /* TABLE PARCOURS */

    .gen-table{
        width:300px;
        margin:auto;
    }

    .gen-table thead {
        float:left;
        display: block !important;
    }

    .gen-table tbody {
        display: block !important;
    }

    .gen-table thead th, .gen-table tbody td {
        height:40px;
        display: block !important;
        width: 100%;
        padding: 7px 20px;
    }

    .slot-content .slot-floating{
        display:block !important;
        float:none !important;
    }
}

@media (max-width: 400px) {
    .gen-table{
        width:250px;
    }

    .gen-table thead th, .gen-table tbody td {
        width: 100%;
        padding: 7px 20px;
    }
}

td.c-rouge{
  background-color: #ffccc6;
}

td.c-jaune{
  background-color: #fffbb3;
}

td.c-bleu{
  background-color: #bfcfff;
}

td.c-blanc{
  background-color: #ffffff;
}

td.c-black{
  background-color: #3f3f3f;
  color:white;
}

td.c-purple{
  background-color: #e07fe0;
  color:white;
}

td.c-orange{
  background-color: #f5b849;
  color:white;
}

hr {
  border: none;
  border-bottom: 1px solid #ccc;
}

/* SOCIAL LINKS */

.golf-share-wrap .golf-social-links .twitter a {
    background-image: url(../images/social-media/main-content/twitter.png);
    width: 20px;
    height: 15px;
}

.golf-share-wrap .golf-social-links .facebook a {
    background-image: url(../images/social-media/main-content/facebook.png);
    width: 16px;
    height: 16px;
}

.golf-share-wrap .golf-social-links .google-plus a {
    background-image: url(../images/social-media/main-content/google-plus.png);
    width: 16px;
    height: 16px;
}

.golf-share-wrap .golf-social-links .linkedin a {
    background-image: url(../images/social-media/main-content/linkedin.png);
    width: 16px;
    height: 16px;
}

.golf-share-wrap .golf-social-links .mail a {
    background-image: url(../images/social-media/main-content/mail.png);
    width: 15px;
    height: 11px;
}

.golf-share-wrap {
    overflow: hidden;
    padding: 8px 0 5px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}

.golf-share-wrap h4 {
    float: left;
    margin: 0;
    margin-right: 20px;
    line-height: 24px;
    font-size: 16px;
}

.golf-share-wrap .golf-social-links {
    float: right;
}

.golf-share-wrap .golf-social-links {
    margin: 0 -17px 0 0;
    padding: 0;
    max-width: 100%;
}

.golf-share-wrap .golf-social-links li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 17px 0px 0;
}

.golf-share-wrap .golf-social-links a{
    display: block;
    text-indent: -10000em;
    background-repeat: no-repeat;
    background-position: left top;
}

/* Social Links Responsive */

@media only screen and (max-width: 479px) {
    .social-links .twitter a {
        background-size: 100%;
        width: 32px;
        height: 24px;
    }

    .social-links .facebook a {
        background-size: 100%;
        width: 32px;
        height: 32px;
    }

    .social-links .google-plus a {
        background-size: 100%;
        width: 32px;
        height: 32px;
    }

    .social-links .linkedin a {
        background-size: 100%;
        width: 32px;
        height: 32px;
    }

    .social-links .mail a {
        background-size: 100%;
        width: 32px;
        height: 24px;
    }
}
.icon-news-menu{background:url(../images/news.png) no-repeat scroll 0 0 transparent;}
.icon-articles-menu{background:url(../images/articles.png) no-repeat scroll 0 0 transparent;}
.icon-category-menu{background:url(../images/category.png) no-repeat scroll 0 0 transparent;}


/*
    Mise en forme de la liste des documents PDF et DOC dans un article de News
*/
    .ui-block-resp{
        display:inline-block;
        min-height:32px;
        width:47%;
    }
    
    .ui-block-resp:nth-child(even) {
        float:right;
    }

    .icon-doc{
        height:32px;
        width:32px;
        float:left;
    }

    .doc-label{
        margin-left: 40px;
        height: 32px;
        line-height: 32px;
        overflow: hidden;
        -o-text-overflow: ellipsis; /* pour Opera 9 */
        text-overflow: ellipsis;
        -webkit-transition: color .25s ease-in-out; /* For Safari 3.1 to 6.0 */
        transition: color .25s ease-in-out;
    }
    
    .doc-label:hover {
        color: #333;
    }
    
    .list-docs .icon-doc{
        width:32px;
        height:32px;
        display:block;
        background:url(../images/docs-icons/document-type.png);
        background-repeat: no-repeat;
    }
    
    .news-main .news-data.news-hasimage{
      float: right; 
      width: 47%;
    }
    
    @media(max-width:768px){
      .news-main .news-data.news-hasimage{
        float: none; 
        width: 100%;
      }
    }
    
    
/* ---------------------------------------------------------------------- */
/* Media Queries
/* ---------------------------------------------------------------------- */

/* Standard 960 or larger (browsers) */
@media only screen and (min-width: 960px) {

    .ui-block-resp:nth-child(even) {
        float:right;
    }
}

/* ---------------------------------------------------------------------- */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    
        /* Autres médias news */
    
        .ui-block-resp{
            width:45%;
            margin-bottom:10px;
        }

        .ui-block-resp {
            width:100%;
        }
        
        .ui-block-resp:nth-child(even) {
            float:none;
        }
}

/* ---------------------------------------------------------------------- */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

        .ui-block-resp {
            width:100%;
            margin-bottom:10px;
        }
        
        .ui-block-resp:last-child {
            margin-bottom:0;
        }
        
        .ui-block-resp:nth-child(even) {
            float:none;
        }
}

/* NEWS */

.news-main-img{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 4px #333;
    width:50%;
}

@media(max-width:767px){
    .news-main-img{
        float:none;
        margin-right: 0;
        width:100%;
    }
}

.news-title{
    font-size:1.6em;
    margin-bottom:8px;
    text-transform: uppercase;
    font-size:1.3em;
        margin-top:0;
}

.news .date{
    color:#888;
    text-transform: none;
    font-style: italic;
    font-size:12px;
    font-weight: normal;
}

.news-main .date{
    padding:0;
}

.news-hr{
    margin-left:auto; 
    margin-right:auto; 
    width:300px; 
    border-bottom:1px solid #ccc;
    clear:both;
}

/* SOCIAL LINKS */

.news-share-wrap .news-social-links .twitter a {
  background-image: url(../images/social-media/main-content/twitter.png);
  width: 20px;
  height: 15px;
}

.news-share-wrap .news-social-links .facebook a {
  background-image: url(../images/social-media/main-content/facebook.png);
  width: 16px;
  height: 16px;
}

.news-share-wrap .news-social-links .google-plus a {
  background-image: url(../images/social-media/main-content/google-plus.png);
  width: 16px;
  height: 16px;
}

.news-share-wrap .news-social-links .linkedin a {
    background-image: url(../images/social-media/main-content/linkedin.png);
    width: 16px;
    height: 16px;
}

.news-share-wrap .news-social-links .mail a {
  background-image: url(../images/social-media/main-content/mail.png);
  width: 15px;
  height: 11px;
}

.news-share-wrap {
  overflow: hidden;
  padding: 8px 0 5px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 5px;
}

.news-share-wrap h4 {
    float: left;
    margin: 0;
    margin-right: 20px;
    line-height: 24px;
    font-size: 16px;
}

.news-share-wrap .news-social-links {
  float: right;
}

.news-share-wrap .news-social-links {
  margin: 0 -17px 0 0;
  padding: 0;
  max-width: 100%;
}

.news-share-wrap .news-social-links li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 17px 0px 0;
}

.news-share-wrap .news-social-links a{
  display: block;
  text-indent: -10000em;
  background-repeat: no-repeat;
  background-position: left top;
}

/* Social Links Responsive */

@media only screen and (max-width: 479px) {
    .social-links .twitter a {
        background-size: 100%;
        width: 32px;
        height: 24px;
    }

    .social-links .facebook a {
        background-size: 100%;
        width: 32px;
        height: 32px;
    }

    .social-links .google-plus a {
        background-size: 100%;
        width: 32px;
        height: 32px;
    }

    .social-links .linkedin a {
        background-size: 100%;
        width: 32px;
        height: 32px;
    }

    .social-links .mail a {
        background-size: 100%;
        width: 32px;
        height: 24px;
    }
}

img.news-img-linked{
    margin-right:1.5em;
    margin-bottom:1em;
}

ul.news-cat-list, ul.news-dates-list{
    list-style-type: none;
    font-size:14px;
    line-height:16px;
}

.news hr{
    border: 1px solid lightgray;
    border-top: none;
    margin: 20px 0;
}

a.news-date-selected{
    color:red;
}

.photo-news-list{
  border: 1px solid #777;
}
.vt-advertising-modal-container {
  display: none;
  z-index: 2147483645;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.vt-advertising-modal-container .vt-advertising-modal-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #111;
  opacity: 0.45;
}
.vt-advertising-modal-container .vt-advertising-modal {
  display: none;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 95%;
  min-width: 50px;
  min-height: 50px;
  max-width: 500px;
  overflow: auto;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.vt-advertising-modal-container .vt-advertising-modal .vt-advertising-modal-content {
  position: relative;
  -webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
}
.vt-advertising-modal-container .vt-advertising-modal .vt-advertising-modal-close {
  position: absolute;
  top: 2px;
  right: 2px;
  display: inline-block;
  padding: 0px 4px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  background-color: #761c19;
  border: 1px solid #611715;
  -webkit-transition: background-color 150ms ease-in-out;
  -moz-transition: background-color 150ms ease-in-out;
  -ms-transition: background-color 150ms ease-in-out;
  -o-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}
.vt-advertising-modal-container .vt-advertising-modal .vt-advertising-modal-close:hover {
  background-color: #a02622;
}
.vt-advertising-modal-container .vt-advertising-modal .vt-advertising-modal-action {
  display: block;
  width: auto;
  padding: 8px 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  background-color: #06071e;
  border: 1px solid #0a0c33;
  margin: 5px auto;
  max-width: 250px;
  -webkit-transition: background-color 150ms ease-in-out;
  -moz-transition: background-color 150ms ease-in-out;
  -ms-transition: background-color 150ms ease-in-out;
  -o-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}
.vt-advertising-modal-container .vt-advertising-modal .vt-advertising-modal-action:hover {
  background-color: #0f1149;
}

.vt-advertising-loader {
  z-index: 3;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url("../images/loading.png");
  background-position: center center;
  background-repeat: no-repeat;
}

/*# sourceMappingURL=main.css.map */
