/* not ready */




html, body {
  min-width: 1200px;
}
body {
  min-height: 1000px;
}


.brl-search-golf { height: 1px; }
#mod-brllst-search { float: left; }


#accordion_brllst_fiche .ui-accordion-content h3 {
	font-family: 'Open Sans', sans-serif;
}

.brl-menu-search {
	visibility: hidden;
	width: 15px;
}
.brl-menu-search:before {
	content: "\f002";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #0D104B;
	font-size: 18px;
	z-index: 1000;
	visibility: visible;
}

#brl_search { display: block !important; z-index: 6000;}
#brl_search:hover > div { background: #0d104b; }
#brl_search:hover > div > i:before {  color: #fff;}
#brl_search:hover form#mod-finder-searchform { display: block;}
#brl_search > div { cursor: pointer; position: absolute; right: 50px; top: -44px; padding-top: 13px; height: 32px; width: 38px;}
#brl_search form#mod-finder-searchform {
	display: none;
	position: absolute;
	background: #f2f2f2;
	right: 0;
	z-index: 1000;
	border: 1px solid #0d104b;
	padding: 10px;    
	width: 250px;
	top: 42px;
}




#comments-form .smiles { display: none;}

.jcomments-links .readmore-link,
.jcomments-links .comments-link {
	background: #0d104b;
	padding: 8px 0px;
	font-size: 100%;
	color: #fff !important;
	border: 1px solid #0d104b;
	text-decoration: none;
	/* cursor: pointer; */
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	width: 48%;
	display: inline-block;
}
.jcomments-links .readmore-link:hover,
.jcomments-links .comments-link:hover {
  background: #fff;
  color: #0d104b !important;
}


#xmap > div {
	min-height: 250px;
}

@media (max-width: 1200px) {
	#id-social-lien {
		top: 200px !important;
		right: 2px !important;
	}
}

.fb_iframe_widget {
	margin-bottom: 0px !important;
}

.bloc_accueil_golfy_cup {
	/*background: url(/templates/theme_golfy/images/golfeur_win.png) no-repeat right bottom;*/
}

#map_canvas .geoxml3_infowindow p {
	margin-top: 0;
}
#map_canvas .geoxml3_infowindow h3 {
	margin-bottom: 0;
}


ul.categories-module li h4 {
	font-family: 'Open Sans', sans-serif;
}

ul.categories-module li a {
	display: block;
	padding: 7px 7px 7px 7px;
	text-decoration: none;
}

ul.categories-module li a:hover {
	background: #0d104b;
	color: #fff !important;
}



.brl-col-left #shcurrency_container span.input_label {
	margin-right: 20px;
	margin-bottom: 20px;
}
.brl-col-left #shcurrency_container #from {
	width: 107px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.brl-col-left #shcurrency_container #to {
	width: 190px;
	margin-left: 26px;
	margin-bottom: 20px;
}
.brl-col-left #shcurrency_container input.button {
	background: #0d104b;
	padding: 8px 10px;
	font-size: 100%;
	color: #fff !important;
	border: 1px solid #0d104b;
}
.brl-col-left #shcurrency_container .shcurrency br {
	display: none;
}
.brl-col-left #shcurrency_container #shcurrency_result {
	float: right;
	margin-top: 5px;
}


.bloc_converter #shcurrency_container span.input_label {
	margin-right: 5px;
	margin-bottom: 20px;
}
.bloc_converter #shcurrency_container #from {
	width: 74px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.bloc_converter #shcurrency_container #to {
	width: 148px;
	margin-left: 25px;
	margin-bottom: 20px;
}
.bloc_converter #shcurrency_container input.button {
	background: #0d104b;
	padding: 8px 10px;
	font-size: 100%;
	color: #fff !important;
	border: 1px solid #0d104b;
}
.bloc_converter #shcurrency_container .shcurrency br {
	display: none;
}
.bloc_converter #shcurrency_container #shcurrency_result {
	float: right;
	margin-top: 5px;
}



.geoxml3_infowindow h3 {
	font-family: 'Open Sans', sans-serif;
}

.img-intro-left img {
	width: 320px;
}

.blog {
	padding-top: 30px;
}
.blog .item {
	position: relative;
	padding: 16px 20px 20px 20px;
	background: #f4f4f4;
	text-align: justify;
	
	margin: 1px 2px 6px 2px;
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.33);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.33);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.33);
}
.blog .item  h2{
	padding: 0px 0px 0px 100px !important;
	border: 0 !important;
	margin-bottom: 0 !important;
}
.blog .item  .article-info {
	margin-top: 0;
}
.blog .item  .article-info .category-name {
	padding-left: 100px;
}

.blog .item  .article-info .create {
	position: absolute;
	left: 0;
	width: 80px;
	height: 50px;
	background: #0d104b;
	color: #fff;
	padding-top: 5px;
	top: -2px;
	text-align: center;
	font-weight: bold;
	line-height: 23px;
	font-size: 20px;
	/* font-family: 'Cinzel', serif; */
}

.blog .readmore {
	text-align: right;
}

.blog .readmore {
	padding-top: 10px;
	float: right;
}

.blog .readmore a {
	background: #0d104b !important;
	padding: 8px 20px !important;
	font-size: 100%;
	color: #fff !important;
	border: 1px solid #0d104b !important;
	text-decoration: none !important;
	/* cursor: pointer; */
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}
.blog .readmore a:hover {
	background: #fff !important;
	color: #0d104b !important;
}
.blog .bloc_partage {
	padding-top: 20px;
}


.brl-contenu-footer {
	width: 1040px;
	margin: auto;
}
.brl-contenu-footer .cadre {
	padding: 0 10px;
}

.fa {
	min-width: 20px;
}

.tabs_auto {
	padding: 20px 0;
}
.tabs_auto > .ui-tabs-nav {
	padding: 0 !important;
	border-bottom: 1px solid #0d104b;
	white-space: nowrap;
}
.tabs_auto > .ui-tabs-nav > .ui-tabs-active {
	background: #f4f4f4;
	border-top: 1px solid #0d104b;
	border-left: 1px solid #0d104b;
	border-right: 1px solid #0d104b;
}
.tabs_auto > .ui-tabs-nav > .ui-state-default > .ui-tabs-anchor {
	color: #333;
}
.tabs_auto > .ui-tabs-nav > .ui-tabs-active > .ui-tabs-anchor {
	color: #0d104b;
	font-weight: bold;
}
.tabs_auto > .ui-tabs-nav > .ui-state-default {
	display: inline-block;
	padding: 10px !important;
	position: relative;
	bottom: -1px;
	left: 0;
}
.tabs_auto > .ui-tabs-panel {
	clear: both;
}



div.accordion_auto {
	position: relative;
}
div.accordion_auto > h3 {
	margin: 10px 0 0 0 !important;
	padding: 5px 0 5px 32px;
	background: #18194f;
	color: #fff !important;
	cursor: pointer;
	position: relative;
	font-size: 14px;
}
div.accordion_auto > h3:after {
	left: 7px;
	/*margin-top: -20px;*/
	position: absolute;
	display: block;
	content: "\f055";
	font-family: FontAwesome;
	color: #fff;
	font-size: 20px;
	top: 5px;
}
div.accordion_auto > h3.ui-accordion-header-active:after {
	content: "\f056";
}
div.accordion_auto > div {
	border: 1px solid #18194f;
	padding: 10px 5px 5px 5px;
	/*text-align: justify;*/
	margin-top: -5px;
}


.item-page {
	padding-top: 20px;
}

.position19a {
	margin-bottom: 60px;
}

.position19titre {
	margin-top: 80px;
}

:focus {
	outline: none;
}

.accordion  .ui-icon {
	display: none;
}

.brl-col-left  > div {
	margin-bottom: 70px;
}

.ui-helper-hidden-accessible {
	display: none;
}

.brl-presentation {
	width: 1050px;
	margin: auto;
	padding-top: 30px;
	color: #0D104B;
	font-size: 15px;
	text-align: center;
}
.brl-presentation h2 {
	font-size: 33px;
	display: inline-block;
	/*font-family: 'Open Sans', sans-serif;*/
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 20px;
}
.brl-presentation p {
	font-size: 15px;
	/*display: inline-block;*/
	width: 635px;
	padding-left: 0;
	line-height: 20px;
	margin: auto;
	
	margin-top: 40px;
}


div.bord-boite-bleu:first-child  {
	margin-right: 40px;
}
div.bord-boite-bleu {
	background: #f4f4f4;
	/*border: 4px solid #0d104b;*/
	margin-top: 15px;
	padding: 0 25px;
	float: left;
	
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.33);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.33);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.33);
}
div.bord-boite-bleu > h3 {
	/*background: #fff;*/
	/*margin: -20px 50px 0 50px;*/
}
table .bord-boite-bleu {
	margin-left: 10px;
}
table:first-child .bord-boite-bleu {
	margin-right: 10px;
	margin-left: 0;
}
a.underline:hover {
	text-decoration: underline;
}

.footer-bloc-contact h4 {
	padding-top: 20px;
	padding-bottom: 0;
}
.footer-bloc-contact p,
.footer-bloc-contact a {
	padding: 0;
	margin: 0;
	color: #fff !important;
}
.footer-bloc-contact .fa-phone {
	font-size: 16px;
	vertical-align: middle;
}

.mod_brllst_footer {
	padding-top: 20px;
	padding-bottom: 40px;
}
 
.wk-slideset-default .sets {
	margin: 0 !important;
}

.brl-slideset-emphasis {
	width: 460px;
}
.brl-slideset-emphasis:first-child {
	/*margin-right: 20px;*/
}

.brl-slideset-emphasis > div:hover .next,
.wk-slideset-default > div:hover .prev,
.brl-slideset-emphasis > div .next,
.wk-slideset-default > div .prev  {
	top: 60%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background: transparent !important;
	/* background: url("/media/widgetkit/widgets/slideset/styles/default/images/buttons.png") 0 50px no-repeat; */
	font-family: FontAwesome;
	color: #0d104b;
	font-size: 22px;
}
.wk-slideset-default > div:hover .prev,
.wk-slideset-default > div .prev {
	left: -20px;
}
.wk-slideset-default > div:hover .prev:before, 
.wk-slideset-default > div .prev:before {
	content: "\f053";
}
.brl-slideset-emphasis > div:hover .next ,
.brl-slideset-emphasis > div .next {
	right: -55px;
}
.brl-slideset-emphasis > div:hover .next:before,
.brl-slideset-emphasis > div .next:before {
	content: "\f054";
}


.fa-bleu {
	color: #0d104b;
}
 
dl.mod-brllst-emphasis dt .titre-sejour {
	font-weight: bold;
	color: #0d104b;
	font-size: 14px;
}
 
.footer_google_conversion {
	background: #0d104b;
}

.mod-brllst-emphasis {
	position: relative;
}
.brl-emphasis-sejour-desi {
	font-size: 12px;
	position: absolute;
	top: 177px;
	text-align: left;
	background: #0d104b;
	background: rgba(13, 16, 75, 0.62);
	color: #fff;
	left: 0;
	padding: 6px 8px !important;
	width: 100%;
	height: 41px;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s; 
}
.mod-brllst-emphasis:hover .brl-emphasis-sejour-desi {
	height: 120px;
	top: 100px;
}
.brl-emphasis-sejour-desi h4 {
	color: #fff;
	font-size: 16px;
	height: 100px;
	max-width: 90%;
}

.position19 table h3 .box_title_1 {
	color: #0d104b !important;
	text-align: center;
	padding: 30px 0 10px 0;
	font-weight: normal;
}

#id-social-lien {
	position: fixed;
	z-index: 4000;
	top: 0;
	margin: auto;
	right: 20px;
	transition-duration: 2s;
	-webkit-transition-duration: 2s; 
}

.social-lien-middle {
	top: 200px !important;
}

.brl-icon-blanc-facebook,
.brl-icon-blanc-twitter,
.brl-icon-blanc-googleplus,
.brl-icon-blanc-youtube ,
.brl-icon-blanc-blog,
.brl-icon-bleu-facebook,
.brl-icon-bleu-twitter,
.brl-icon-bleu-googleplus,
.brl-icon-bleu-youtube,
.brl-icon-bleu-blog  {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	-khtml-border-radius:50%; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	font-family: FontAwesome;
	display: block;
	font-weight: normal;
	font-style: normal;
	line-height: 35px;
	font-size: 25px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.brl-icon-blanc-facebook,
.brl-icon-blanc-twitter,
.brl-icon-blanc-googleplus,
.brl-icon-blanc-youtube,
.brl-icon-blanc-blog  {
	background: #fff;
	color: #0d104b;
	border: 1px solid #fff;
	margin-bottom: 5px;
	display: inline-block;
}
.brl-icon-blanc-facebook:hover,
.brl-icon-blanc-twitter:hover,
.brl-icon-blanc-googleplus:hover,
.brl-icon-blanc-youtube:hover,
.brl-icon-blanc-blog:hover {
	background: #0d104b;
	color: #fff;
}
.brl-icon-bleu-facebook,
.brl-icon-bleu-twitter,
.brl-icon-bleu-googleplus,
.brl-icon-bleu-youtube,
.brl-icon-bleu-blog  {
	background: #fff;
	color: #0d104b;
	border: 1px solid #0d104b;
	margin: 2px;
}
.brl-icon-bleu-facebook:hover,
.brl-icon-bleu-twitter:hover,
.brl-icon-bleu-googleplus:hover,
.brl-icon-bleu-youtube:hover,
.brl-icon-bleu-blog:hover  {
	background: #0d104b;
	color: #fff;
}

.brl-icon-blanc-facebook:before, .brl-icon-bleu-facebook:before {content: "\f09a"}
.brl-icon-blanc-twitter:before, .brl-icon-bleu-twitter:before {content: "\f099"}
.brl-icon-blanc-googleplus:before, .brl-icon-bleu-googleplus:before {content: "\f0d5"}
.brl-icon-blanc-youtube:before, .brl-icon-bleu-youtube:before {content: "\f167"}
.brl-icon-blanc-blog:before, .brl-icon-bleu-blog:before {content: "\f086 "}


.brl-top-col .img-intro- {
	width: 70px;
	height: 70px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.brl-top-col .img-intro- > a > img {
	height: 70px;
}
.brl-top-col h4 {
	overflow: hidden;
	height: 15px;
}
.brl-top-col ul li {
	list-style-type: none;
	clear: both;
	/*min-height: 100px;*/
}
.brl-top-col .col2 ul.category-module li img {
	/*width: 100%;*/
}
.brl-top-col p.mod-articles-category-introtext {
	margin: 5px 0 0 0;
	line-height: 16px;
	/*text-align: justify;*/
}

.brl-top-col ul.category-module {
	height: 245px;
	/*overflow: auto;*/
	padding-top: 0px !important;
}
.brl-top-col ul.category-module li {
	padding: 10px 0 !important;
	/*border-bottom: solid 0px #ddd !important;*/
}
.brl-top-col ul.category-module li:hover {
	background: #fff;
}
.brl-top-col ul.category-module li h4 a:hover {
	color: #80A217;
}
.brl-top-col ul.category-module li:hover .img-intro- {
	/*-ms-transform: rotate(-7deg); /* IE 9 */
    /*-webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    /*transform: rotate(-7deg);*/
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s; 
}

.brl-top-col .custom {
	margin-bottom: 0;
}

.position19 > div.cadre > table {
	float: left;
	width: 530px;
}

.position19 {
	width: 1060px;
}

.mod-languages {
	/*position: absolute;
	top: 9px;
	right: 50px;*/
	
	width: 1050px;
	margin: auto;
}
.mod-languages > ul {
	position: absolute;
	width: 1050px;
}
.mod-languages > ul  > li {
	position: absolute;
	top: -30px;
	right: 0px;
}


.lieBbuttonBlanc {
	background: #fff;
    color: #0d104b;
	padding: 8px 17px;
	border: 1px solid #fff;
	display: inline;
	position: relative;
}
.lieBbuttonBlanc:hover {
	background: #0d104b;
}
.lieBbuttonBlanc:hover i.fa-search:before  {
    color: #fff;
}

i.fa-search {
    position: relative;
	padding-top: 1px;
	z-index: 1000;
}
i.fa-search:before  {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0D104B;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 1px;
    right: -17px;
	z-index: 1000;
}

.bloc-newsletter i.fa-envelope {
    position: relative;
	padding-top: 1px;
	z-index: 1000;
}
.bloc-newsletter i.fa-envelope:before  {
    content: "\f0e0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0D104B;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 1px;
    left: 10px;
	z-index: 1000;
}

.module-newsletter i.fa-envelope {
    position: relative;
	padding-top: 1px;
	z-index: 1000;
}
.module-newsletter i.fa-envelope:before  {
    content: "\f0e0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0D104B;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 1px;
    left: 10px;
	z-index: 1000;
}

.wk-slideshow img, .wk-gallery img, .spotlight img, a[data-lightbox] img {
	max-width: none !important;
	/*max-height: 450px;
	height: auto !important;*/
}

.buttonBleu  {
	background: #0d104b;
	padding: 8px 0px;
	font-size: 12px;
	color: #fff !important;
	border: 1px solid #0d104b;
	text-decoration: none;
	/*cursor: pointer;*/
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
    text-align: center;
}
.buttonBleu:hover{
	background: #fff;
	color: #0d104b !important;
}
.buttonBleu  a {
	color: #fff !important;
	padding: 10px 20px;
}
div.buttonBleu:hover a {
	color: #0d104b !important;
}

.buttonBlancPetit {
	background: #fff;
	padding: 0px 8px;
	margin: 2px 5px;
	font-size: 100%;
	color: #0d104b;
	border: 1px solid #0d104b;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
}
div.buttonBlancPetit {
    text-align: center;
}
a.buttonBlancPetit:hover {
	background: #0d104b;
	color: #fff;
}
select.buttonBlancPetit {
	/*padding: 7px 12px;*/
}
button.buttonBlancPetit:hover {
	background: #0d104b;
	color: #fff;
	/*cursor: pointer;*/
}

.buttonBlanc {
	background: #fff;
	padding: 8px 12px;
	font-size: 100%;
	color: #0d104b;
	border: 1px solid #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
div.buttonBlanc {
    text-align: center;
}
div.buttonBlanc:hover {
	background: #0d104b;
	color: #fff;
}
div.buttonBlanc a {
	padding: 10px 20px;
}
div.buttonBlanc:hover a {
	color: #fff;
}
select.buttonBlanc {
	padding: 7px 12px;
}
button.buttonBlanc:hover {
	background: #0d104b;
	color: #fff;
	/*cursor: pointer;*/
}

.buttonNoir {
	background: #000;
	padding: 8px 12px;
	font-size: 100%;
	color: #fff;
	border: 1px solid #000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
div.buttonNoir {
    text-align: center;
}
div.buttonNoir:hover {
	background: #fff;
	color: #000;
}
div.buttonNoir a {
	padding: 10px 20px;
}
div.buttonNoir:hover a {
	color: #000;
}
select.buttonNoir {
	padding: 7px 12px;
}
button.buttonNoir:hover {
	background: #fff;
	color: #000;
	/*cursor: pointer;*/
}

#menu-line {
	width:100%;
	background: #fff;
	background: #f4f4f4;
	/*border-top: 1px solid #0d104b;
	padding-top: 1px;
	border-bottom: 1px solid #0d104b;
	padding-bottom: 1px;*/
}

#menu-line .menu {
	width: 1050px;
	margin: auto;
	padding: 0px !important;
}
#menu-line .menu li a:hover,
#menu-line .menu li span:hover {
	background: #0d104b;
	color: #fff !important;
}

#header {
	width: 100%;
}

.logoheader {
	width: 1060px;
	margin: auto;
	padding-right: 20px;
}

#all {
	width: 100%;
}

#header,
#contentarea {
	/*width: 1050px;
	margin:auto;*/
}

.header1 {
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	padding-top: 55px;
	/*color: #0D104B;*/
}
#logo img {
	display: inline-block;
}
.brl-slider {
	min-width: 1050px;
	/*max-height: 341px;
	overflow: hidden;*/
}
.brl-slider > div {
	min-height: 400px;
}

/*#back {
	position: relative;
	padding-top: 1px;
}*/

.fondBleu,
.fondBleu h2 {
	background: #0d104b;
	color: #fff !important;
}

.brl-pub-top {
	/*width: 1060px;*/
	position: absolute;
	top: 50px;
	right: 0;
}
.brl-pub-top  > div {
	width: 468px;
	height: 60px;
	background: #fff;
	float: right;
}


.brl-top-col {
	width: 1050px;
	margin:auto;
}
.brl-top-col .col1 h2,
.brl-top-col .col2 h2,
.brl-top-col .col3 h2 ,
.brl-top-col .col4 h2 {
	font-size: 26px;
	color: #0d104b;
}
.brl-top-col > div:first-child  {
	margin-left: 0px;
	margin: 0px 0px 7px 0px;
}
.brl-top-col > div {
	float: left;
	width: 240px;
	margin-left: 30px;
	
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.33);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.33);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.33);
}
.brl-top-col > div > div {
	/*margin: 0px 0px 7px 0px;*/
	/*min-height: 250px;*/
	padding-bottom: 20px;
	padding-top: 20px;
}
.brl-top-col div.contenu {
	min-height: 266px;
	margin: 20px 0;
}
.brl-top-col .col3 div.contenu {
	margin: 0 0 20px 0;
}
.brl-top-col div.contenu  div.moduletable {
	margin: 0;
}

.brl-top-col .col1 > div {
	/*background: #0d104b;
	margin-right: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;*/
	padding-top: 0px;
}

.brl-top-col .col1 {
	/*color: #fff;*/
}

.brl-top-col .col1 > div,
.brl-top-col .col2 > div,
.brl-top-col .col3 > div {
	background: #f4f4f4;
	/*margin-right: 20px;*/
	/*padding-left: 20px;
	padding-right: 20px;*/
}

.brl-top-col .col2 > div,
.brl-top-col .col4 > div {
	padding: 20px;
}
.brl-top-col .col3 > div {
	padding: 20px 20px 20px 20px;
}

.brl-top-col .col2 > ul {
	background: #f4f4f4;
	/*margin-right: 20px;*/
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

.brl-top-col .col1.col-static > div {
	background: #fff;
	color: #0d104b;
	padding: 20px 20px 20px 20px;
	
	position: absolute;
	width: 226px;
}

.brl-top-col .col1 > div .autoRotateFace1 {
	/*background: #fff;*/
	color: #0d104b;
	
	position: absolute;
	width: 226px;
}

.brl-top-col .col1 > div .autoRotateFace2 {
	/*background: #fff;*/
	color: #0d104b;
	
	position: absolute;
	width: 226px;
}


.brl-top2-col {
	width: 1050px;
	margin:auto;
	clear: both;
}
.brl-top2-col .col1 h2,
.brl-top2-col .col2 h2,
.brl-top2-col .col3 h2  {
	font-size: 26px;
	color: #0d104b;
}

.brl-top2-col .col1,
.brl-top2-col .col2 {
	float: left;
	width: 240px;
	margin-top: 40px;
	margin-right: 30px;
}
.brl-top2-col .col2 .custom1 {
	/*padding: 0;*/
}
.brl-top2-col .col2 .custom1 p {
	margin: 0;
}
.brl-top2-col .col3 {
	float: left;
	width: 510px;
	margin-top: 40px;
}
.brl-top2-col > div > div {
	margin: 0px 0px 7px 0px;
	min-height: 330px;
	/*padding-bottom: 20px;*/
}
.brl-top2-col .col1 > div,
.brl-top2-col .col2 > div {
	background: #f4f4f4;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.33);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.33);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.33);
}
.brl-top2-col .col3 > div {
	/*background: #0d104b;*/
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	/*padding-top: 20px;*/
	color: #fff;
	
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.33);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.33);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.33);
}


.brl-bottom {
	margin: auto;
    width: 1050px;
	padding-top: 40px;
	padding-bottom: 12px;
	clear: both;
}
.brl-bottom .custom {
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.33);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.33);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.33);
}

.brl-footer-col {
	clear: both;
	width: 1065px;
	margin:auto;
	margin-top: 40px;
	padding-top: 40px;
}

.brl-footer-col > div {
	float: left;
	font-size:0.8em;
    padding:30px 15px 15px 10px;
	text-align: left;
}

.brl-footer-col .col1,
.brl-footer-col .col2{
	width: 185px;
}
.brl-footer-col .col3 {
	width: 140px;
}
.brl-footer-col .col4 {
	width: 210px;
}
.brl-footer-col .col5 {
	width: 220px;
}

.brl-footer-col h4 {
	color: #fff;
	font-size: 17px;
	padding-bottom: 10px;
}

.brl-footer-col div ul li a {
	color: #fff;
	padding: 0 !important;
	line-height: 1.7em;
}

.brl-footer-col ul.menu li a:hover, 
.brl-footer-col ul.menu li a:active, 
.brl-footer-col ul.menu li a:focus, 
.brl-footer-col ul.menu li.active a:hover, 
.brl-footer-col ul.menu li.active a:active, 
.brl-footer-col ul.menu li.active a:focus {
	text-decoration: underline;
	color: #fff !important;
	background: #0d104b !important;
}

.footer-icone-mobile {
	font-size: 90px;
	color: #fff;
	-ms-transform: rotate(-12deg);
	-webkit-transform: rotate(-12deg);
	transform: rotate(-12deg);
	float: left;
	padding: 0px 20px 0 5px;
}

.clear {
	clear: both;
}

#contentarea {
	width: 1050px;
	margin: auto;
	background: #fff; /*#F3EFE1;*/
}

.brl-newsletter {
	width: 100%;
	background: #0D104B;
}
.brl-newsletter > div {
	padding: 10px 0;
	width: 1050px;
	margin:auto;
	text-align: right;
}
.brl-newsletter  h3 {
	color: #fff;
	margin: 0;
}

.nav_wk {
	z-index: 100;
	margin-top: -50px;
	margin-right: 20px;
	float: right;
}

#footer-outer {
	background: #0d104b;
}

#header ul {
	margin: 0px;
}
#header ul.menu li a:link, #header ul.menu li a:visited, #header ul.menu li span {
	color: #0d104b; /*#838181;*/
	border-right: 0 !important;
}

#header ul li.active a:link, #header ul li.active a:visited, #header ul.menu li.active span,
ul.menu li a:hover, ul.menu li a:active, ul.menu li a:focus, ul.menu li.active a:hover, ul.menu li.active a:active, ul.menu li.active a:focus {
	/*color: #0d104b;*/
	background: #0d104b;
	color: #fff !important;
}

body.fond_fr {
	background: #fff !important;
}
#footer-outer {
	/*background: #fff !important;*/
}

#footer {
	/*background: #fff !important;
	color: #777 !important;*/
}

.footer_google_conversion iframe {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
#main {
	min-height: 0px !important;
}

#footer_google_conversion {
	background: #0d104b;
}

.brl-partenaires .wk-slideset-default article {
	min-width: 180px;
}

.brl-partenaires  {
	padding-top: 100px;
}



.vmCartModule  {
	background: transparent url(/templates/theme_golfy/images/caddie.png) no-repeat 5px 5px; /*#E9E0C3*/
	color: #FFFFFF;
	padding: 5px;
	margin-top: 10px;
	margin-left: 133px;
	border-radius: 10px 0 0 0;
	line-height: 16px;
	height: 48px;
	/*border: 1px solid rgb(153, 149, 138);*/
	float: left !important;
}

.vmCartModule  a {
	color: rgb(0, 129, 255) !important;
}

.vmCartModule div {
	clear: both;
}

.newsletterGolfy td {
	padding-bottom: 2px;
}

/* -- form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* -- buttons */
#editor-xtd-buttons {
        padding: 0px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
        float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
        display: block;

        float: left;


        color: #666;
        cursor: pointer;
}

.button2-left span,
.button2-right span {
        cursor: default;
        color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
        padding: 0 6px;
}

.page span {
        color: #000;
        font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
        text-decoration: none;
        color: #0B55C4;
}

.button2-left a,
.button2-left span {
        padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
        padding: 0 6px 0 24px;
}

.button2-left {

        float: left;
        margin-left: 5px;
}

.button2-right {

        float: left;
        margin-left: 5px;
}

.button2-left .image {

}

.button2-left .readmore {

}

.button2-left .pagebreak {

}

/* Tooltips */
div.tooltip {
        float: left;
        background: #ffc;
        border: 1px solid #D4D5AA;
        padding: 5px;
        max-width: 200px;
}

div.tooltip h4 {
        padding: 0;
        margin: 0;
        font-size: 95%;
        font-weight: bold;
        margin-top: -15px;
        padding-top: 15px;
        padding-bottom: 5px;
        }

div.tooltip p {
        font-size: 90%;
        margin: 0;
}

/* Caption fixes */
.img_caption .left {
        float: left;
        margin-right: 1em;
}

.img_caption .right {
        float: right;
        margin-left: 1em;
}

.img_caption .left p {
        clear: left;
        text-align: center;
}

.img_caption .right p {
        clear: right;
        text-align: center;
}

.img_caption  {
	text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}


/* Calendar */
a img.calendar {
        width: 16px;
        height: 16px;
        margin-left: 3px;
        cursor: pointer;
        vertical-align: middle;
}

/* System Messages */

.error
{
        padding:0px;
        margin-bottom: 20px;
}

.error h2
{
        color:#000 !important;
        font-size:1.4em !important;
        text-transform:uppercase;
        padding:0 0 0 0px !important
}

#system-message
{
                margin:10px 0 20px 0;
                border-left:0;
                border-right:0;
}

#system-message dt
{
	font-weight: bold;
}
#system-message dd
{
	margin: 0 0 15px 0;
	font-weight: bold;
	text-indent: 0px;
	padding:0
}
#system-message dd ul
{
	color: #000;
	list-style: none;
	padding: 0px;
}
#system-message dd ul li
{
	line-height:1.5em
}

/* System Standard Messages */
#system-message dt.message
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.message  ul
{
	background: #fff  url(../images/system/notice-info.png) no-repeat;
	padding-left:40px;
	padding: 10px 10px 10px 40px;
	border-top: 2px solid #90B203;
	border-bottom: 2px solid #90B203;
}

#system-message dd.message ul li{background:none !important}

/* System Error Messages */
#system-message dt.error
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.error ul
{
	background:#fff url(../images/system/notice-alert.png) no-repeat ;
	padding-left:40px;
 	padding: 10px 10px 10px 40px;
    border-top: 2px solid #990000;
    border-bottom: 2px solid #990000;
}



/* System Notice Messages */
#system-message dt.notice
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.notice  ul
{
		background:#fff url(../images/system/notice-note.png) no-repeat ;
		padding-left:40px;
	    padding: 10px 10px 10px 40px;
	    border-top: 2px solid #FAA528;
	    border-bottom: 2px solid #FAA528;
}
#system-message dd.notice ul { color: #000;margin:10px 0 }

#system-message
{
    margin-bottom: 0px;
    padding: 0;
}

#system-message dt
{
    font-weight: bold;
}

#system-message dd
{
    font-weight: bold;
    padding: 0;
}

.main { cursor: pointer; }

.page-cap-golf .custom a, .page-cap-golf  .custom a:visited { color: #000; }
.page-cap-golf #header { background: #000; }
.page-cap-golf #menu-line { background: #a3abae url(/templates/theme_golfy/images/bkg_menu-cap-golf.jpg) repeat-y center top; }
.page-cap-golf #header ul.menu li a:link, #header ul.menu li a:visited, #header ul.menu li span { color: #000; }
.page-cap-golf h1, .page-cap-golf h2, .page-cap-golf h3, .page-cap-golf h4, .page-cap-golf h5 { color: #000; }
.page-cap-golf #main h1 { color: #fff; }
.page-cap-golf #menu-line .menu li a:hover, #menu-line .menu li span:hover { background: #000; }
.page-cap-golf #footer-outer { background: #000; }
body.fond_fr.page-cap-golf, .page-cap-golf #contentarea { background: #000 !important; }
.page-cap-golf .footer_google_conversion { background: #000; }
.page-cap-golf .items-row { background: #000; }
.page-cap-golf #all, .page-cap-golf #main h2 { color: #fff; }
.page-cap-golf #contenubtob div.custom { color: #000; }
.page-cap-golf #right { color: #000; background: transparent; }
.page-cap-golf .brl-col-right .custom { padding: 30px 15px; margin-bottom: 20px; background: #fff; }
.page-cap-golf .brl-col-right2 .custom { padding: 5px 15px 15px 15px; margin-bottom: 20px; background: #fff; }
.page-cap-golf .buttonBleu { background: #000; border: 1px solid #000; }
.page-cap-golf .buttonBleu:hover { background: #fff; color: #000 !important; }
.page-cap-golf .buttonBlanc { background: #fff; border: 1px solid #fff; }
.page-cap-golf .buttonBlanc:hover { background: #000; color: #fff !important; }
.page-cap-golf .buttonBlanc a { color: #000; }
.page-cap-golf .brl-partenaires { padding-top: 60px; background-color: #fff; }
.page-cap-golf .brl-footer-col { margin-top: 0; padding: 0; }
.page-cap-golf .playcapgolf:hover  img { 
    -webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
}
.page-cap-golf .playcapgolf  img { 
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
}
.page-cap-golf .brl-footer-col ul.menu li a:hover, 
.page-cap-golf .brl-footer-col ul.menu li a:active,
.page-cap-golf .brl-footer-col ul.menu li a:focus,
.page-cap-golf .brl-footer-col ul.menu li.active a:hover,
.page-cap-golf .brl-footer-col ul.menu li.active a:active,
.page-cap-golf .brl-footer-col ul.menu li.active a:focus {
    background: #000 !important;
}
.page-cap-golf .brl-col-center a:link,
.page-cap-golf .brl-col-center a:visited { color: #fff; }
.page-cap-golf .col4 a:link,
.page-cap-golf .col4 a:visited { color: #000; }
.page-cap-golf .col4 a:hover { color: #fff; background: #000; }
.page-cap-golf .bloc-newsletter i.fa-envelope:before { color: #000; }
.page-cap-golf .buttonBlancPetit { color: #000; border: 1px solid #000; }
.page-cap-golf button.buttonBlancPetit { color: #000; border: 1px solid #fff; }
.page-cap-golf button.buttonBlancPetit:hover { background: #000; color: #fff; }
.page-cap-golf .items-leading h2,
.page-cap-golf #main h3,
.page-cap-golf #main h4 { color: #000; }

.page-cap-golf #contentarea { width: initial; }
.page-cap-golf #contenucapgolf {
	width: 1050px;
	margin: auto;
}
.page-cap-golf #contenubtob {
	width: 1050px;
	margin: auto;
    background: url(/templates/theme_golfy/images/background-btob.jpg);
	background-repeat: no-repeat;
    min-height: 300px;
    margin-top: -15px;
}
.page-cap-golf .brl-col-center { width: 50%; float: left; padding-top: 40px; }

.page-cap-golf .brl-col-right2 { width: 25%; float: right; }
.page-cap-golf .brl-col-center2 { width: 39%; float: left; padding: 350px 40px 0 40px; }
.page-cap-golf .brl-col-left2 .custom { padding: 5px 15px 15px 15px; margin-bottom: 20px; background: #fff; }
.page-cap-golf .brl-col-left2 {	
	float: left;
    width: 25%;
    margin: 10px 0px 10px 2%;
    padding: 0px 0px 5px 0px;
    position: relative;
}
.page-cap-golf .img-intro-left img { width: 100%; padding-right: 10px; }

.page-cap-golf .brl-col-center2  ul.category-module li {
    clear: both;
    padding: 20px 0 !important;
}

.page-cap-golf .brl-col-left2 { padding-top: 50px; }
.page-cap-golf .brl-col-right2 { padding-top: 60px; }
.capgolf-blocmoncompte { padding-bottom: 80px; }
.capgolf-blocmoncompte .userinfo { clear: both; padding: 10px 0; }
.capgolf-blocmoncompte .userinfo .infoyards { font-size: 22px; }
.capgolf-blocmoncompte .userinfo img { width: 50px; float: right; }
.capgolf-blocmoncompte h2 { width: 100%; text-align: center; }
.capgolf-blocmoncompte a:link,
.capgolf-blocmoncompte a:visited ,
.brl-col-center2 h4 { color: #fff !important; }
.brl-col-center2 .mod-articles-category-title { color: #fff; }

.page-cap-golf .buttonBlanc { margin: 5px 0; text-transform: inherit;}
.page-cap-golf .buttonNoir { margin: 5px 0; text-transform: inherit;}

.brl-footer-cap-golf {
	padding-top: 20px;
    clear: both;
}

.page-cap-golf #id-social-lien a { color: #000; }
.page-cap-golf #id-social-lien a:hover { background: #000; color: #fff; }


.page-cap-golf #header ul li.active a:link,
.page-cap-golf #header ul li.active a:visited,
.page-cap-golf #header ul.menu li.active span,
.page-cap-golf ul.menu li a:hover,
.page-cap-golf ul.menu li a:active,
.page-cap-golf ul.menu li a:focus,
.page-cap-golf ul.menu li.active a:hover,
.page-cap-golf ul.menu li.active a:active,
.page-cap-golf ul.menu li.active a:focus { background: #000;	}

.capgolf_msg_erreur {
    background-color: #D80101;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: bold;	
}
.capgolf_msg_ok {
    background-color: #20A200;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: bold;	
}

.page-cap-golf .lstFiche { padding-top: 30px; }

.page-cap-golf .blanc,
.page-cap-golf #main .blanc h3{ color: #fff; }

#contenubtob .img-intro-left {
    float: none;
    margin-right: 10px;
    margin-bottom: 10px;
}
	
body.page-cap-golf #wrapper2.shownocolumns .item-page {
    margin: auto;
}



body.page-cap-golf .ui-dialog {
	background-color: #fff;
	width: 500px;
	max-width: 90%;
	z-index: 1000;
    -moz-box-shadow: rgb(255, 255, 255) 0px 0px 21px;
    -webkit-box-shadow: rgb(255, 255, 255) 0px 0px 21px;
    box-shadow: rgb(255, 255, 255) 0px 0px 21px;
}
body.page-cap-golf .ui-dialog-titlebar {
	background: #000;
	color: #fff;
	padding: 10px 20px;	
	font-size: 13px;
	font-family: 'Cinzel';
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}
body.page-cap-golf .ui-dialog-content { padding: 20px; border: 2px solid #000; }
body.page-cap-golf .ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 10px 0 0;
	padding: 1px;
	height: 20px;
}
body.page-cap-golf .ui-widget-content .ui-state-default {
	color: #000;
	background-color: transparent;
	border: 0;
	display: inline-block;
	font: normal normal normal 20px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
body.page-cap-golf .ui-dialog-titlebar button { color: #fff !important; }
body.page-cap-golf .ui-dialog-titlebar .ui-state-default:before {
  content: "\f00d";
  font-size: 19px;
}
body.page-cap-golf .ui-button-text { display: none; }
 
body.page-cap-golf .body-dialog-open {
    background-color: #fff;
    background-image: none;
    opacity: 0.5;
    z-index: 1040;    
}
body.page-cap-golf .ui-widget-overlay {
	background: #000;
	opacity: .60;
	filter: Alpha(Opacity=30);
	position: absolute;
	left: 0px;
	top: 0px;
    height: 100%;
    width: 100%;
}

body.page-cap-golf .fiche-evenement-bloc-contact-golf img {
	display: none !important;
}
body.page-cap-golf .fiche-evenement-bloc-contact-golf a {
	color: #fff;
}


.uk-alert {
  margin-bottom: 15px;
  padding: 10px;
  background: rgba(210, 230, 240, 0.4);
  color: #2d7091;
  border: 2px solid rgba(45, 112, 145, 0.3);
}
.uk-alert-success {
  background: rgba(124, 181, 54, 0.1);
  color: #6fa130;
  border-color: #74a932;
}
.uk-alert-warning {
  background: rgba(230, 146, 28, 0.1);
  color: #db8a18;
  border-color: #df8d19;
}
.uk-alert-danger {
  background: rgba(193, 33, 58, 0.1);
  color: rgba(193, 33, 58, 0.8);
  border-color: rgba(193, 33, 58, 0.8);
}




ul.menu_moncompte_golfycardclub { font-size: 14px; margin: auto; padding: 5px; width: 100%; }
ul.menu_moncompte_golfycardclub li {
	color: #0c1a3e;
	display: inline-block;
	text-transform: uppercase;
    padding: 10px !important;
    width: 21%;
    vertical-align: top;
	text-align: center;
}
ul.menu_moncompte_golfycardclub li a { color: #0c1a3e; text-decoration: none; }
ul.menu_moncompte_golfycardclub li:hover, ul.menu_moncompte_golfycardclub li.actif { background: #0c1a3e; }
ul.menu_moncompte_golfycardclub li:hover  a, ul.menu_moncompte_golfycardclub li.actif  a { color: #fff; }
ul.menu_moncompte_golfycardclub li i { font-size: 20px; padding-right: 5px; }

ul.menufooter_moncompte_golfycardclub { font-size: 14px; margin: auto; padding: 5px; width: 100%; }
ul.menufooter_moncompte_golfycardclub li {
	color: #0c1a3e;
	display: inline-block;
	text-transform: uppercase;
    padding: 10px !important;
    width: 30%;
    vertical-align: top;
	text-align: center;
}
ul.menufooter_moncompte_golfycardclub li a { color: #0c1a3e; text-decoration: none; }
ul.menufooter_moncompte_golfycardclub li i { font-size: 20px; padding-right: 5px; }


.mosaique_golfs {
	clear: both;
	width: 100%;
	padding-top: 60px;
}
.mosaique_golfs > div {
	width: 343px;
	display: inline-block;
	float: left;
	position: relative;
}
.mosaique_golfs > div:hover img {
  opacity: 0.6;
}
.mosaique_golfs > div strong.title {
	position: absolute;
	left: 5px;
	bottom: 0px;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}
.mosaique_golfs img {
    max-width: 100%;
}



.bloc_carte_cpg {
	color: #0d104b;
}

.bloc_carte_cpg .bloc_img {
	display: inline-block;
	width: 40%;
	text-align: center;
}
.bloc_carte_cpg .bloc_img img {
	width: 200px;
	margin: auto;
}
.bloc_carte_cpg .bloc_texte {
	float: right;
	display: inline-block;
	width: 50%;
	padding: 20px;
}
.wpposts {
	padding-top: 15px;
}
.wpposts .wppost {
	font-size: 12.5px;
    margin-left: 30px;
	display: inline-block;
	width: 330px;
	/*padding: 0 20px;*/
    vertical-align: top;
	color: #0d104b;
	/*background: #f4f4f4;
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.33);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.33);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.33);*/
}
.wpposts .wppost:first-child {
    margin-left: 0px;
}
.wppost h3 {
    /*min-height: 65px;*/
}
.wppost h3 a {
	font-size: 16px;
	font-weight: bold;
}
.wpposts .wppost img {
	padding-bottom: 10px;
	max-width: 100%;
}
.wpposts .wppost .buttonBleu {
    width: 50%;
    margin: 20px auto;
}
