/*==========================================================================
				* =SUMMARY *
==========================================================================*/
/*
0 FONT_FACE
1 TAGS
2 COMMON
3 HEADER
4 SLIDESHOW
5 MAIN
6 MAIN CONTENT
7 MAIN SIDEBAR
8 NEWS
9 CONTACT
10 EVENTS
11 MOBILE
12 WEATHER
13 MAP
14 GALERIE
15 NEWSLETTER
X FOOTER TOP
X FOOTER
X CUSTOM
*/

/*==========================================================================
				* =FONT_FACE *
==========================================================================*/

@font-face {
    font-family: "AlternateGothic";

    src: url("../fonts/Alternate_Gothic_No.2_BT.eot"); /* EOT file for IE */
}

@font-face {
    font-family: "AlternateGothic";

    src: url("../fonts/Alternate_Gothic_No.2_BT.ttf"); /* TTF file for CSS3 browsers */
}

/*==========================================================================
				* =TAGS *
==========================================================================*/

* {
    margin: 0;
    padding: 0;
}

html,
body {
    min-width: 995px;
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    color: #000000;
    background: url(../images/body_bg.jpg);
}

body.loading {
    cursor: wait;
}



fieldset,
img {
    border-width: 0px;
}

acronym,
abbr {
    cursor: help;
}

address {
    font-style: italic;
    margin: 0 5px 0 5px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:link,
a:visited {
    text-decoration: none;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.spacer {
    clear: both;
}

.clear:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    zoom: 1;
    height: 0;
    content: "\0020";
}

/*==========================================================================
				* =COMMON *
==========================================================================*/

.body_center {
    width: 975px;
    margin: 0 auto;
}

.ul_inline {
    list-style: none;
}

.ul_inline li {
    float: left;
}

.bt_txt {
    font: normal 11px/25px Arial, Helvetica, sans-serif;
    padding-left: 12px;
    text-decoration: none;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: -1px 0 1px rgba(0, 0, 0, 0.20);
}

.bt_txt2 {
    font: normal 11px/25px Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: -1px 0 1px rgba(0, 0, 0, 0.20);
}

.bt_bg {
    display: block;
    height: 25px;
    background: url(../images/bt_bg.jpg) no-repeat scroll right 0 transparent;
}

.bt_bg:hover {
    background-position: right -25px;
}

.bt_bg_arrow {
    display: block;
    height: 25px;
    background: url(../images/bt_bg.jpg) no-repeat scroll right -50px transparent;
}

.bt_bg_arrow:hover {
    background-position: right -75px;
}

.typo_menu {
    font: normal 15px "AlternateGothic", sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.typo_content_colonne {
    float: left;
    width: 150px;
    padding-right: 20px;
    padding-left: 4px;
}

.typo_content {
    font: normal 12px/1.5em Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    color: #474747;
}

.typo_titre {
    font: normal 22px "AlternateGothic", sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #5f5f5f;
}

.typo_titre_village {
    font: normal 22px "AlternateGothic", sans-serif;
    float: left;
    width: 372px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #5f5f5f;
}

.typo_titre a {
    color: #5f5f5f;
}

.typo_titre a:hover {
    color: #5f5f5f;
}

#loaderPanel {
    /*display: none;*/
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100000000;
    width: 100%;
    height: 100%;
    background-color: #000000;
}

#info_center {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 420px;
    height: 200px;
    margin: auto;
    text-align: center;
    /*background-color: red;*/
}

/*#info_center img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}
#info_center img + img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    margin-top: 100px;
}*/

/*==========================================================================
				* =VILLAGES *
==========================================================================*/

.cartouche_village {
    float: left;
    width: 522px;
    height: auto;
    padding-top: 30px;
    padding-bottom: 35px;
    background: url(../images/fond_cartouche_village.png) repeat-x bottom;
}

.cartouche_village_image {
    float: left;
    width: 200px;
    height: 150px;
}

.cartouche_village_texte {
    float: left;
    overflow: hidden;
    width: 280px;
    height: 120px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 22px;
}

.cartouche_village_bouton {
    float: left;
    width: 150px;
    height: 25px;
    padding-right: 20px;
    padding-left: 22px;
}

.cartouche_village_bouton_retour {
    float: left;
    width: 150px;
    height: 25px;
    margin-top: 15px;
}

.cartouche_village_texte h3 {
    font: normal 22px "AlternateGothic", sans-serif;
    margin-bottom: 5px;
    color: #717171;
}

.article h3 {
    font: normal 22px "AlternateGothic", sans-serif;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #717171;
}

.article h4 {
    font: normal 18px "AlternateGothic", sans-serif;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #717171;
}

.article a.lien {
    color: #9a3517;
}

.map_google_villages {
    float: left;
    width: 522px;
    height: 500px;
    padding-top: 30px;
    padding-bottom: 60px;
}

/*==========================================================================
				* =QRCODE *
==========================================================================*/

.cartouche_qrcode {
    float: left;
    width: 150px;
    padding-right: 20px;
    padding-left: 4px;
}

.cartouche_qrcode_image {
    float: left;
    width: 150px;
    height: 150px;
}

.cartouche_qrcode_texte {
    float: left;
    width: 150px;
    height: auto;
    padding: 20px 0px 20px 0px;
}

.cartouche_qrcode h3 {
    font: normal 16px "AlternateGothic", sans-serif;
    margin-bottom: 5px;
    text-align: center;
    color: #717171;
}

/*==========================================================================
				* =HEADER *
==========================================================================*/

#header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    min-width: 995px;
    height: 37px;
    background-color: #000000;
}

#header_menu {
    float: left;
    height: 37px;
}

#header_menu li {
    line-height: 37px;
    margin-left: 24px;
}

#header_menu li a.mouse_over,
#header_menu li a.selected {
    color: #edff26;
}

#header_menu li a {
    display: block;
    color: #ffffff;
}

#header_menu li a:hover {
    color: #edff26;
}

#header_switcher {
    float: right;
    width: 40px;
    height: 37px;
    margin-right: 110px;
}

#header_switcher li {
    margin-top: 0;
}

#header_switcher li:hover {
    cursor: pointer;
}

#header_share {
    float: right;
    /*max-width: 180px;*/
    width: auto;
    height: 37px;
}

#header_language {
    float: right;
    /*max-width: 180px;*/
    width: auto;
    height: 37px;
    margin-right: 10px;
}

#header_language li,
#header_share li {
    line-height: 37px;
    margin-right: 24px;
}

#header_language li {
    line-height: 37px;
    margin-right: 5px;
}

#header_language li a img {
    height: 16px;
    margin-top: 10px;
}

#header_language li a,
#header_share li a {
    display: block;
    color: #ffffff;
}

#header_language li.active a,
#header_language li a:hover,
#header_share li a:hover {
    color: #edff26;
}

/*==========================================================================
				* =SLIDESHOW *
==========================================================================*/

#slideshow_wrapper {
    position: absolute;
    width: 100%;
    min-width: 995px;
    height: 100%;
    background-color: #000000;
}

#slideshow_wrapper_small {
    position: absolute;
    width: 100%;
    min-width: 995px;
    background-color: #000000;
}

/* slideshow_header */

#slideshow_header {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,255,255,0.5);*/
}

#slideshow_header_small {
    position: absolute;
    z-index: 100;
    width: 100%;
    /*background-color: rgba(0,255,255,0.5);*/
}

#slideshow_carte {
    position: absolute;
    top: 90px;
    left: 35px;
    width: 90px;
    height: 200px;
}

#slideshow_logo {
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    width: 410px;
    height: 125px;
    margin: 0 auto;
}

#slideshow_tools {
    position: absolute;
    top: 55px;
    right: 15px;
    width: 239px;
    height: 37px;
    background: url(../images/slideshow_bg_tools.png) no-repeat scroll 0 0 transparent;
}

#slideshow_tools input#slideshow_tools_search {
    font: 11px "Lucida Grande", sans-serif;
    float: left;
    width: 132px;
    height: 18px;
    padding: 6px;
    color: #767676;
    border: none;
    background-color: transparent;
}

#slideshow_tools #slideshow_tools_search_valid {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 1px;
}

#slideshow_tools input#slideshow_tools_lang {
    float: left;
    width: 40px;
    height: 18px;
    margin-left: 10px;
    padding: 6px;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

#slideshow_tools_langs_input_values {
    position: absolute;
    top: 9px;
    /*display: none;*/
    right: 25px;
    width: 18px;
}

#slideshow_tools_langs_input_values ul {
    list-style-type: none;
}

#slideshow_tools_langs_input_values ul li {
    margin-bottom: 2px;
    cursor: pointer;
}

/* slideshow_link */

#slideshow_link {
    position: absolute;
    top: 220px;
    right: 0;
    left: 20px;
    z-index: 500;;
}

#slideshow_link .sous_titre {
    font: normal 33px "AlternateGothic", sans-serif;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #ffffff;
}

#slideshow_link .titre {
    font: normal 60px "AlternateGothic", sans-serif;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #ffffff;
}

#slideshow_link_arrow {
    width: 57px;
    height: 57px;
    background: url(../images/bt_link.png) no-repeat scroll 0 0 transparent;
}

#slideshow_link_arrow:hover {
    cursor: pointer;
    background-position: 0 -57px;
}

/* slideshow_tips */

#slideshow_tips {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 900;
    /*height: 197px;*/
    background: url(../images/slideshow_tips_bg_shadow.jpg) no-repeat scroll 0 bottom;
}

#slideshow_tips_small {
    position: absolute;
    top: 296px;
    right: 0;
    left: 0;
    z-index: 900;
    /* height: 197px;*/
    background: url(../images/slideshow_tips_bg_shadow.jpg) no-repeat scroll 0 bottom;
}

#tips_content {
    height: 116px;
    margin-bottom: 22px;
    padding: 8px;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}

#tips li {
    position: relative;
    margin-left: 1px;
}

#tips li:first-child {
    margin-left: 0;
}

#tips .tips_message_provisoire {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 159px;
    height: 116px;
    background: url(../images/cartouche_provisoire.png);
}

#tips .tips_titre {
    position: absolute;
    top: 12px;
    left: 0;
    width: 122px;
    height: 49px;
}

#tips .tips_titre span {
    font-size: 20px;
    line-height: 49px;
    display: block;
    text-align: center;
    color: #ffffff;
}

#tips .tips_bg_img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 159px;
    height: 116px;
    background: url(../images/slideshow_tips_hover_img.png);
    ;
}

#tips_01 p.tips_titre {
    width: 140px;
    background: url(../images/slideshow_tips_bg_01.png);
}

#tips_02 p.tips_titre {
    width: 140px;
    background: url(../images/slideshow_tips_bg_02.png);
}

#tips_03 p.tips_titre {
    width: 140px;
    background: url(../images/slideshow_tips_bg_03.png);
}

#tips_04 p.tips_titre {
    width: 140px;
    background: url(../images/slideshow_tips_bg_04.png);
}

#tips_05 p.tips_titre {
    width: 140px;
    background: url(../images/slideshow_tips_bg_05.png);
}

#tips_06 p.tips_titre {
    width: 140px;
    background: url(../images/slideshow_tips_bg_06.png);
}

/* slideshow_bottom */

#slideshow_bottom {
    position: absolute;
    bottom: 0;
    z-index: 200;
    width: 100%;
    height: 339px;
    margin: auto 0;
    background: transparent url(../images/slideshow_bg_bottom.png) repeat-x scroll 0 bottom;
}

#slideshow_bottom_small {
    position: absolute;
    top: 111px;
    z-index: 200;
    width: 100%;
    height: 339px;
    margin: auto 0;
    background: transparent url(../images/slideshow_bg_bottom.png) repeat-x scroll 0 bottom;
}

/* slideshow */

#slideshow {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#slideshow_small {
    overflow: hidden;
    width: 100%;
    height: 450px;
}

#slideshow .slides_container {
    display: none;
    overflow: visible !important;
}

#slideshow .slides_container img {
    display: block;
}

#slideshow .prev {
    position: absolute;
    top: 447px;
    left: 0;
    z-index: 500;
    display: block;
    width: 39px;
    height: 39px;
    background: url(../images/bt_slideshow.png) no-repeat scroll 0 0 transparent;
}

#slideshow .next {
    position: absolute;
    top: 447px;
    right: 0;
    z-index: 500;
    display: block;
    width: 39px;
    height: 39px;
    background: url(../images/bt_slideshow.png) no-repeat scroll -39px 0 transparent;
}

#slideshow .pagination {
    position: absolute;
    right: 0;
    bottom: 190px;
    left: 0;
    z-index: 500;
    /*display: table;*/
    width: 590px;
    height: 12px;
    margin: 0 auto;
}

#slideshow .pagination li {
    float: left;
    margin-left: 18px;
    list-style: none;
}

#slideshow .pagination li:first-child {
    margin-left: 0;
}

#slideshow .pagination li a {
    display: block;
    overflow: hidden;
    width: 12px;
    height: 0;
    padding-top: 12px;
    background: url(../images/bt_count.png) no-repeat scroll 0 0 transparent;
}

#slideshow .pagination li.current a {
    background-position: 0 -12px;
}

/*==========================================================================
				* =MAIN *;
==========================================================================*/

#main_wrapper {
    background: url(../images/main_wrapper_bg.jpg) repeat-x;
}

#main {
    background: url(../images/main_bg.jpg) repeat-y;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}

#main.main--full {
    background-color: #ffffff;
    background-image: none;
}

/*==========================================================================
				* =MAIN CONTENT *;
==========================================================================*/

#main_content {
    float: left;
    width: 608px;
    padding: 13px 0 26px 0;
}

#main_content.main_content--full {
    width: 975px;
}

#main_content.main_content--full #content_menu {
    background-size: cover;
}

/* content_menu */

#content_menu {
    font-size: 14px;
    height: 39px;
    padding: 0 0px 0 32px;
    background: url(../images/main_content_menu_bg.jpg) no-repeat scroll left top;
}

#content_menu li {
    line-height: 37px;
    margin-left: 10px;
}

#content_menu li:first-child {
    line-height: 37px;
    margin-left: 0px;
}

#content_menu li a.mouse_over,
#content_menu li a.selected {
    color: #edff26;
}

#content_menu li a {
    display: block;
    color: #ffffff;
}

#content_menu li a:hover {
    color: #edff26;
}

/* content_path */

#content_path {
    height: 40px;
    padding: 50px 54px 0 32px;
}

#content_path li {
    margin-left: 22px;
}

#content_path li:first-child {
    margin-left: 0;
}

#content_path li a {
    display: block;
    color: #474747;
}

#content_path li a:hover {
    color: #474747;
}

/* article */

.article {
    margin-bottom: 58px;
    padding: 0 54px 0 32px;
}

.articleMain {
    margin-bottom: 0px;
}

.article h1 {
    font-size: 40px;
    margin-bottom: 15px;
    color: #717171;
}

.article h2 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #717171;
}

.article p {
    line-height: 1.5em;
    text-align: justify;
}

/* content_footer */

#content_footer {
    float: left;
    /*width: 522px;*/
    width: 100%;
    height: auto;
    padding-top: 60px;
}

#content_footer ul {
    width: 100%;
}

#content_footer ul li {
    display: inline-block;
    float: none;
    width: 25%;
    margin-left: 0;
    text-align: center;
    vertical-align: top;
}

#content_footer ul li:first-child {
    width: calc(20% - 15px);
    margin-left: 15px;
}

#content_footer ul li:last-child {
    width: calc(26% - 15px);
    margin-right: 15px;
}

#content_footer ul li img {
    max-width: 100%;
}

.margin_left {
    margin-left: 30px;
}

/*
#content_footer {
  margin-top: 50px;
  margin-bottom: 50px;
}
*/

/*==========================================================================
				* =MAIN SIDEBAR *;
==========================================================================*/

#main_sidebar {
    float: left;
    width: 367px;
    padding: 13px 0 26px 0px;
}

/* sidebar_menu */

#sidebar_menu {
    height: 39px;
    padding: 0 15px 0 15px;
    background: url(../images/main_sidebar_tools_bg.jpg) no-repeat scroll left top;
}

#sidebar_menu.fixe {
    position: fixed;
    top: 0px;
    /*left: 985px;*/
    z-index: 10000;
}

#sidebar_language {
    float: right;
    width: 70px;
    height: 39px;
}

#sidebar_switcher {
    float: left;
    width: 152px;
    height: 40px;
    border-right: 4px solid #ffffff;
}

#sidebar_language li {
    height: 39px;
    padding: 0 10px;
    border-right: 4px solid #ffffff;
}

#sidebar_switcher li {
    height: 37px;
    margin-top: 2px;
}

#sidebar_switcher li:hover {
    cursor: pointer;
}

#sidebar_language li a {
    line-height: 38px;
    color: #ffffff;
}

#sidebar_language li.active a {
    color: #edff26;
}

#sidebar_language li a img {
    height: 16px;
    margin-top: 11px;
}

#sidebar_arrow {
    display: block;
    float: right;
    width: 110px;
    height: 39px;
    text-align: right;
    color: #c6998a;
    background: url(../images/bt_sidebar_arrow_top.png) no-repeat scroll right 0;
}

#sidebar_arrow:hover {
    color: #c6998a;
    background: url(../images/bt_sidebar_arrow_top.png) no-repeat scroll right 0;
}

#sidebar_arrow span {
    line-height: 39px;
    display: block;
    margin-right: 25px;
}

/*==========================================================================
				* =NEWS *;
==========================================================================*/
#news {
    margin: 30px 15px 0 15px;
}

#news_slider {
    /*background-color :red;*/
    overflow: hidden;
    width: 337px;
    height: 253px;
    margin-top: 10px;
}

#news_slider_container {
    /*background-color :blue;*/
    height: 100%;
}

#news_title {
    float: left;
}

#news_slider_nav {
    line-height: 25px;
    float: right;
}

#news_slider_nav a {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    background-image: url("../images/bt_news.jpg");
}

#news_slider_nav a + a {
    float: right;
    background-position: top right;
}

#news_slider_nav span {
    float: left;
    margin: 0 10px 0 10px;
    color: #973518;
}

.news_slideme {
    position: relative;
    float: left;
    width: 337px;
    height: 253px;
    background-position: center;
}

.news_overlay {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 90px;
    /*background-color: red;*/
    background-image: url("../images/news_overlay.png");
}

.news_slideme_text {
    position: absolute;
    top: 190px;
    left: 10px;
    color: #f9f9f9;
}

#news_readMore,
#news_readAll {
    line-height: 27px;
    display: block;
    float: left;
    width: 130px;
    height: 27px;
    padding-left: 10px;
    text-align: left;
    background-image: url("../images/bt_bg.jpg");
    background-position: right bottom;
}

#news_readAll {
    float: right;
    width: 170px;
}

#news_readMore span,
#news_readAll span {
    font-size: 11px;
    text-transform: uppercase;
    color: #ffffff;
}

#news_readButton {
    margin-top: 10px;
}

/*
#news {
  padding: 40px 15px 0 15px;
  height: 320px;
}

#news .news_top {
  width: 337px;
  height: 25px;
}

#news .news_top_col1 {
  float: left;
  width: 168px;
}

#news h2 {
  color: #993b1e;
}

#news .news_top_col2 {
  padding-left: 168px;
  width: 169px;
}

#news .news_player_nav {
  margin-left: 70px;
}

#news .bt_prev_news {
  display: block;
  height: 25px;
  width: 25px;
  background: url(../images/bt_news.jpg) no-repeat 0 0;
}

#news .bt_prev_news:hover {
  background-position: 0 -25px;
  cursor: pointer;
}

#news .bt_next_news {
  display: block;
  height: 25px;
  width: 25px;
  background: url(../images/bt_news.jpg) no-repeat -25px 0;
}

#news .bt_next_news:hover {
  background-position: -25px -25px;
  cursor: pointer;
}

#news .news_player_cpt {
  color: #993b1e;
  display: block;
  height: 25px;
  width: 48px;
  line-height: 25px;
  text-align: center;
}

#news .news_main {
  position: relative;
  margin-top: 11px;
  width: 337px;
  height: 183px;
}

#news .news_img {
  border: solid 1px #d9d9d9;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#news .news_img img {
  width: 335px;
}

#news .news_info {
  position: absolute;
  bottom: 0;
  width: 316px;
  height: 45px;
  padding-left: 21px;
  padding-top: 9px;
  background: url(../images/news_main_info_bg.png) repeat;
  color: #fff;
}

#news .news_date {
  font-size: 13px;
}

#news .news_theme {
  font-size: 18px;
  font-weight: bold;
}

#news .news_bottom {
}

#news .news_content {
  padding: 15px 0 15px 5px;
  color: #323232;
}

#news .news_content a {
  color: #323232;
}

#news .news_more {
  width: 337px;
  height: 25px;
}

#news .news_more li {
  width: 161px;
  height: 25px;
  margin-left: 15px;
}

#news .news_more li:first-child {
  margin-left: 0;
}
*/

/*==========================================================================
        * NEWSLETTER *
==========================================================================*/

#newsletter_container {
    padding: 35px 15px 0 15px;
}

#newsletter_container h2 {
    width: 337px;
    height: 25px;
}

#newsletter_main {
    margin-top: 11px;
    padding: 19px 14px 19px 14px;
    border: solid 1px #d9d9d9;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background: url(../images/widget_bg.png) repeat-x scroll left bottom;

     -khtml-border-radius: 2px;
}

#newsletter_content {
    color: #7e7e7e;
}

#newsletter_content .info {
    margin-top: 1em;
}

#newsletter_content #newsletter .email {
    line-height: 25px;
    height: 25px;
    padding: 0 0.5em;
}

#newsletter_content #newsletter .submit {
    line-height: 27px;
    display: inline-block;
    width: 130px;
    height: 27px;
    padding-left: 10px;
    cursor: pointer;
    text-align: left;
    color: #ffffff;
    border: 0;
    background-image: url("../images/bt_bg.jpg");
    background-position: right bottom;
}

#newsletter_content a {
    /* iPad */
    color: #7e7e7e;
}

/*==========================================================================
				* =CONTACT *
==========================================================================*/

#contact {
    padding: 35px 15px 0 15px;
}

#contact h2 {
    width: 337px;
    height: 25px;
}

#contact_main {
    margin-top: 11px;
    padding: 19px 14px 19px 14px;
    border: solid 1px #d9d9d9;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background: url(../images/widget_bg.png) repeat-x scroll left bottom;

     -khtml-border-radius: 2px;
}

#contact_content {
    color: #7e7e7e;
}

#contact_content a {
    /* iPad */
    color: #7e7e7e;
}

#contact_content h3 {
    font-size: 12px;
}

#contact_share {
    margin-top: 14px;
    list-style: none;
}

#contact_share li a {
    display: block;
    height: 18px;
    color: #7e7e7e;
}

#contact_share .contact_facebook {
    margin-bottom: 7px;
    background: url(../images/contact_facebook.jpg) no-repeat scroll left top;
}

#contact_share .contact_twitter {
    background: url(../images/contact_twitter.jpg) no-repeat scroll left top;
}

#contact_share .contact_facebook span,
#contact_share .contact_twitter span {
    line-height: 18px;
    display: block;
    height: 18px;
    margin-left: 74px;
}

/*==========================================================================
				* =EVENTS *
==========================================================================*/

#events {
    padding: 35px 15px 0 15px;
}

#events h2 {
    width: 337px;
    height: 25px;
}

#events_datepicker {
    overflow: hidden;
    margin-top: 11px;
}

#events_datepicker .ui-datepicker-inline {
    width: auto !important;
}

#brochure {
    padding: 35px 15px 0 15px;
}

#brochure h2 {
    width: 337px;
    height: 25px;
}

#brochure_main {
    margin-top: 11px;
    padding: 19px 8px 15px 8px;
    border: solid 1px #d9d9d9;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background: url(../images/widget_bg.png) repeat-x scroll left bottom;

     -khtml-border-radius: 2px;
}

/*==========================================================================
				* =MOBILE *
==========================================================================*/

#mobile {
    padding: 35px 15px 0 15px;
}

#mobile h2 {
    width: 337px;
    height: 25px;
}

#mobile_main {
    margin-top: 11px;
    padding: 19px 8px 15px 8px;
    border: solid 1px #d9d9d9;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background: url(../images/widget_bg.png) repeat-x scroll left bottom;

     -khtml-border-radius: 2px;
}

#slider_mobile {
    overflow: hidden;
    height: 58px;
}

#slider_mobile .viewport {
    position: relative;
    float: left;
    overflow: hidden;
    width: 260px;
    height: 58px;
    margin-right: 7px;
}

#slider_mobile .buttons {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    margin-top: 15px;
}

#slider_mobile .prev {
    float: left;
    background: url(../images/bt_mobile.jpg) no-repeat 0 0;
}

#slider_mobile .prev:hover {
    cursor: pointer;
    background-position: 0 -25px;
}

#slider_mobile .next {
    float: right;
    background: url(../images/bt_mobile.jpg) no-repeat -25px 0;
}

#slider_mobile .next:hover {
    cursor: pointer;
    background-position: -25px -25px;
}

#slider_mobile .disable {
    display: none;
}

#slider_mobile .overview {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

#slider_mobile .overview li {
    float: left;
    width: 65px;
    height: 58px;
    text-align: center;
}

/*==========================================================================
				* =WEATHER *
==========================================================================*/

#weather {
    padding: 35px 15px 0 15px;
}

#weather h2 {
    width: 337px;
    height: 25px;
}

#weather_main {
    margin-top: 11px;
    padding: 15px 14px 15px 14px;
    border: solid 1px #d9d9d9;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    /*background: url(../images/widget_bg.png) repeat-x scroll left bottom;*/
    background-color: #ffffff;

     -khtml-border-radius: 2px;
}

#weather_content {
    height: 96px;
}

/*==========================================================================
        * =CULTURE *
==========================================================================*/

#culture {
    padding: 35px 15px 0 15px;
}

#culture h2 {
    width: 337px;
    height: 25px;
}

#culture_main {
    margin-top: 11px;
    border: solid 1px #d9d9d9;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;

     -khtml-border-radius: 2px;
}

#culture_content img {
    width: 335px;
}

/*==========================================================================
				* =MAP *
==========================================================================*/

#map {
    padding: 35px 15px 0 15px;
}

#map h2 {
    width: 337px;
    height: 25px;
}

#map_main {
    margin-top: 11px;
    border: solid 1px #d9d9d9;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;

     -khtml-border-radius: 2px;
}

#map_content img {
    width: 335px;
}

/*==========================================================================
				* =GALERIE *
==========================================================================*/

#galerie {
    padding: 35px 15px 0 15px;
}

#galerie h2 {
    width: 337px;
    height: 25px;
}

#galerie_main {
    margin-top: 11px;
    border: solid 1px #d9d9d9;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;

     -khtml-border-radius: 2px;
}

#galerie_content img {
    width: 335px;
}

/*==========================================================================
				* =NEWSLETTER *
==========================================================================*/
/*
#newsletter {
  padding: 35px 15px 0 15px;
}

#newsletter h2 {
  width: 337px;
  height: 25px;
}

#newsletter_main {
  margin-top: 11px;
  width: 337px;
  height: 31px;
  background: url(../images/newsletter_bg.png) no-repeat scroll 0 0 transparent;
}

#newsletter_main input#newsletter_content {
  float: left;
  width: 290px;
  height: 18px;
  padding: 6px;
  background-color: transparent;
  font: 11px "Lucida Grande", sans-serif;
  color: #767676;
  border: none;
}

#newsletter_main #newsletter_content_valid {
  float: left;
  display: block;
  width: 31px;
  height: 31px;
  margin-left: 3px;
}
*/
/*==========================================================================
				* =FOOTER TOP *
==========================================================================*/

#footer_top {
    clear: both;
    width: 975px;
    padding: 30px 0 60px 0;
}

#footer_top h4 {
    font: 11px Arial, Helvetica, sans-serif;
    clear: both;
    height: 17px;
    margin-bottom: 10px;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #f2f0eb;
    border-bottom: solid 1px #849562;
}

#footer_top ul {
    font: 11px/15px Arial, Helvetica, sans-serif;
    list-style: none;
    letter-spacing: 0.03em;
    color: #ffffff;
}

#footer_top a {
    text-decoration: none;
    color: #ffffff;
}

#footer_top a:hover {
    color: #f2f0eb;
}

#footer_top .footer_link_spacer {
    clear: both;
    height: 70px;
}

#footer_link_top {
    min-height: 130px;
}

#footer_link_top_col1 {
    float: left;
    width: 173px;
    margin-right: 36px;
}

#footer_link_top_col2 {
    float: left;
    width: 156px;
    margin-right: 36px;
}

#footer_link_top_col3 {
    float: left;
    width: 155px;
    margin-right: 36px;
}

#footer_link_top_col4 {
    float: left;
    width: 173px;
    margin-right: 36px;
}

#footer_link_top_col5 {
    float: right;
    width: 174px;
}

#footer_link_bottom {
    min-height: 180px;
}

#footer_link_bottom_col1 {
    float: left;
    width: 173px;
    margin-right: 36px;
}

#footer_link_bottom_col2 {
    float: left;
    width: 156px;
    margin-right: 36px;
}

#footer_link_bottom_col3 {
    float: left;
    width: 155px;
    margin-right: 36px;
}

#footer_link_bottom_col4 {
    float: left;
    width: 173px;
    margin-right: 36px;
}

#footer_link_bottom_col5 {
    float: right;
    width: 174px;
}

#footer_top .footer_link_lang li {
    margin-left: 8px;
}

#footer_top .footer_link_lang li:first-child {
    margin-left: 0;
}

#footer_top .footer_link_share li {
    margin-left: 8px;
}

#footer_top .footer_link_share li:first-child {
    margin-left: 0;
}

#footer_top .footer_link_search input#footer_link_search {
    font: 11px "Lucida Grande", sans-serif;
    float: left;
    width: 124px;
    height: 16px;
    padding: 6px;
    color: #dfe4d7;
    border: none;
    background: url(../images/footer_link_input_bg.png) repeat-x scroll 0 0 transparent;
}

#footer_top .footer_link_search #footer_link_search_valid {
    display: block;
    float: left;
    width: 29px;
    height: 28px;
    margin-left: 5px;
    background: url(../images/footer_link_check.png) no-repeat scroll 0 0 transparent;
}

#footer_top .footer_link_callback input {
    font: 11px "Lucida Grande", sans-serif;
    height: 16px;
    padding: 6px;
    color: #dfe4d7;
    border: none;
    background: url(../images/footer_link_input_bg.png) repeat-x scroll 0 0 transparent;
}

#footer_top .footer_link_callback input#footer_link_callback_name {
    width: 158px;
    margin-bottom: 5px;
}

#footer_top .footer_link_callback input#footer_link_callback_tel {
    float: left;
    width: 124px;
}

#footer_top .footer_link_callback #footer_link_callback_valid {
    display: block;
    float: left;
    width: 29px;
    height: 28px;
    margin-left: 5px;
    background: url(../images/footer_link_check.png) no-repeat scroll 0 0 transparent;
}

/*==========================================================================
				* =FOOTER *
==========================================================================*/

#footer {
    font-size: 11px;
    clear: both;
    height: 50px;
    color: #97a382;
    background: url(../images/footer_bg.png) repeat-x;
}

#footer a {
    color: #97a382;
}

#footer a:hover {
    color: #a6bc80;
}

#footer li {
    line-height: 50px;
    width: 70%;
}

#footer li + li {
    width: 30%;
    margin-left: 0px;
}

#footer_link_diadao {
    display: block;
    float: right;
    width: 90px;
    height: 50px;
    margin-right: 10px;
    padding-right: 35px;
    text-align: right;
    background: url(../images/diadao-ico.png) no-repeat scroll right 12px;
}

#footer_left span {
    margin-left: 10px;
}

/*==========================================================================
				* =rubrique galerie *
==========================================================================*/

.rubrique_galerie {
    float: left;
    width: 160px;
    height: 120px;
    margin-right: 14px;
    margin-bottom: 40px;
}

.rubrique_galerie_fin {
    float: left;
    width: 160px;
    height: 120px;
    margin-bottom: 11px;
}

.rubrique_texte {
    /*  margin-right: 21px;
      margin-bottom:5px;
      width:160px;
      float:left;*/
}

.rubrique_texte {
    float: left;
    width: 160px;
    margin-top: 8px;
}

/*==========================================================================
				* =fiches-tourisme *
==========================================================================*/

.fiches-tourisme {
    margin-top: 11px;
}

/*==========================================================================
				* =fiches-tourisme *
==========================================================================*/
.main_list {
    margin-top: 10px;
}

/*.main_list h3 {
    margin-top: 40px;
}*/
.main_list img {
    float: left;
}

.main_list p {
    float: left;
    width: 340px;
    margin-left: 10px;
    color: #474747;
}

.main_list a {
    text-decoration: none;
    color: #474747;
}

.main_list a:hover {
    text-decoration: underline;
    color: #474747;
}

.main_list .sep {
    clear: both;
    height: 10px;
    margin-bottom: 10px;
    border: solid 0px;
    border-color: #474747;
    border-bottom-width: 1px;
}

/*==========================================================================
        * =sitemap *
==========================================================================*/
ul.sitemap_page,
ul.sitemap_page li ul,
ul.sitemap_page li ul li ul {
    list-style: none;
}

ul.sitemap_page li {
    margin-left: 20px;
}

ul.sitemap_page li a {
    text-transform: capitalize;
    color: #474747;
}

/*Thierry - Edition des Pages SEO, suppression des balises H.....*/
.footer-h4 {
    font: 11px Arial, Helvetica, sans-serif;
    clear: both;
    height: 17px;
    margin-bottom: 10px;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #f2f0eb;
    border-bottom: solid 1px #849562;
}

#contact_content .contact_title {
    font-size: 14px;
    font-weight: bold;
}

#brochure_content .brochure_title {
    font-size: 1.17em;
    font-weight: bold;
    display: block;
    margin-bottom: 0px;
    color: #5f5f5f;

    -webkit-margin-after: 1em;
    -webkit-margin-before: 1em;
    -webkit-margin-end: 0px;
    -webkit-margin-start: 0px;
}

/*==========================================================================
        * =isotope *
==========================================================================*/
.isotope-pagination-group.hidden {
    display: none;
}

/*==========================================================================
        * =POI *
==========================================================================*/

.poi-launcher {
    padding: 35px 15px 0 15px;
}

.map-poi {
    width: 100%;
    min-height: 80vh;
}

@media screen and (min-height: 700px) {
    .map-poi {
        min-height: 400px;
        height: calc(100vh - 200px);
        max-height: 723px;
    }
}

.map-container {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
}

.map-poi * {
    box-sizing: border-box;
}

.poi-map__title {
    font-size: 16px;
    font-weight: 600;
    max-width: 300px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
}

.poi-map__subcateg {
    text-align: left;
    font-weight: bold;
    margin-bottom: 15px;
}

.gm-style .gm-style-iw {
    text-align: center;
}

.poi-map__image {
    max-width: 300px;
}

.map-poi .poi-map__image img {
    max-width: 100%;
}

.poi-map__link,
.poi-map__external-link {
    overflow: hidden;
    width: 45%;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 12px;
    padding: 5px 0;
    text-overflow: ellipsis;
    height: 25px;
    background: url(../images/bt_bg.jpg) no-repeat scroll right -50px;
}

.poi-map__link {
    float: left;
}

.poi-map__external-link {
    float: right;
}

.poi-map__link:hover,
.poi-map__external-link:hover {
    background-position: right -75px;
}

.map-poi__filters {
    max-width: 340px;
    padding: 5px 5px;
    background-color: #ffffff;
}

.map-poi__filter-group {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 1px;
    vertical-align: top;
}



.map-poi__filter-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 35px;
    padding-top: 10px;
    display: block;
    text-align: left;
    padding-left: 10px;
    color: #ffffff;
    background: url(../images/slideshow_tips_bg_02.png);
    background-size: cover;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
}

.map-poi__filter-title:hover::after {
    width: 50px;
}

.map-poi__filter-title::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 10px;
    width: 30px;
    background-color: #fff;
    height: 1px;
    -webkit-transition: width 300ms;
    -moz-transition: width 300ms;
    -ms-transition: width 300ms;
    -o-transition: width 300ms;
    transition: width 300ms;
}

.map-poi__filter-list {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 5px;
    color: #ffffff;
    background: rgba(189, 195, 85, 1);
    background-size: cover;
}

/*.map-poi__filter-list::after {
    content: '';
    position: absolute;
    top: 99%;
    left: calc(50% - 15px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #007bff transparent transparent transparent;
}*/

.map-poi__filter-group#restaurants .map-poi__filter-list,
.map-poi__filter-group#restaurants .map-poi__filter-title {
    background: rgba(162, 79, 64, 1);
    background-size: cover;
}

.map-poi__filter-group#activites .map-poi__filter-list,
.map-poi__filter-group#activites .map-poi__filter-title {
    background: rgba(137, 180, 226, 1);
    background-size: cover;
}

.map-poi__filter-group#produits-artisanat .map-poi__filter-list,
.map-poi__filter-group#produits-artisanat .map-poi__filter-title {
    background: rgba(214, 129, 78, 1);
    background-size: cover;
}

.map-poi__filter-group#services .map-poi__filter-list,
.map-poi__filter-group#services .map-poi__filter-title {
    background: rgba(164, 132, 108, 1);
    background-size: cover;
}

.map-poi__filter-group#fetes-et-manifestations .map-poi__filter-list,
.map-poi__filter-group#fetes-et-manifestations .map-poi__filter-title {
    background: rgba(104, 110, 166, 1);
    background-size: cover;
}

.map-poi__filter {
    display: block;
    width: 100%;
    margin: 0;
    padding: 2px 5px;
}

.map-poi__filter label {
    cursor: pointer;
    line-height: 18px;
}

.map-poi__filter input {
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
    vertical-align: middle;
    opacity: 1;
}

.poi-map__link a {
    font-size: 12px;
    line-height: 18px;
    display: block;
    height: 17px;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 30px 0 5px;

}

.poi-map__external-link a {
    font-size: 12px;
    line-height: 18px;
    display: block;
    height: 17px;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 30px 0 5px;

}

.poi-launcher__img {
    margin-top: 11px;
}
