/* cmsms stylesheet: main-css modified: 08/09/2020 18:08:20 */
html, #background{
    width: 100%;
    height: 100%;
}

#background{
    position: fixed;
    top: 0px;
    left: 0px;
    background: url("../../uploads/images/fond/background1.jpg");
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    z-index: 0;
}

body{
    margin: 0px;
}

nav{
    display: inline-block;
}

#header, #title, #main{
    z-index: 1;
}

#header{
    position: relative;
    background: url(../../uploads/images/icons/header-bg.png) top left;
    border: 1px solid rgba(255,255,255,0.3);
    border-top: none;
    box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    margin-left: 5%;
    margin-right: 5%;
    padding: 15px 7px 14px 15px;
    margin-bottom: 51px;
    position: relative;
    display: block;
    overflow:auto;
    z-index: 1;
    
}

#header a{
    text-decoration: none;
}

#title{
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 47px;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    margin-bottom: 5px;
    margin-top: 0px;
    position: relative;
}

#flags {
    color: white;
    font-family: 'Ubuntu Condensed', sans-serif;
    display: block;
    position: fixed;
    top:0px;
    left: 0px;
    width: auto;
    z-index: 10;
    border: 1px solid rgba(255,255,255,0.3);
    border-top: none;
    box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    background-color: hsla(0, 0%, 0%, 0.4);
}

#flags ul {
    display: none;
    position: absolute;
    list-style: none;
    padding: 5px;
    margin-top: 0px;
    background-color: hsla(0, 0%, 0%, 0.4);
    border-radius: 0px 5px 5px 5px;
    width: max-content;
    border: 1px solid rgba(255,255,255,0.3);
    box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.1);
}

#flags a {
    color: #FFFFFF;
    text-decoration: none;
}

#flags .current_lang a{
    color: #f0ef0b;
}

#flags a:hover{
    color: #80FF00;
}

#selected_lang{
    width: 30px;
    text-align: center;
}

#selected_lang p{
    margin: 0px 0px 5px 0px;
    text-align: center;
}

#flags:hover > ul {
    display: block;
}

#main{
    display: table;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: auto;
    border-top: 3px solid #e7e7e7;
    border-top-right-radius: 16px;
    border-bottom: 3px solid #e7e7e7;
    border-bottom-right-radius: 16px;
    margin-bottom: 40px;
}

#content, #sidebar{
    position: relative;
    display: table-cell;
    
}

#content{
    border-right: 1px solid #D0D0D0;
    background-image: linear-gradient(to right, #e7e7e7 , #FFFFFF , #FFFFFF, #FFFFFF,#FFFFFF);
    padding-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    width: 600px;
    max-width: 600px;
    min-width: 600px;
    padding: 21px 42px 0px 42px;
    font-family: 'Roboto', sans-serif;
}

#sidebar{
    width: 259px;
    min-width: 259px;
    max-width: 259px;
    border-left: 1px solid #FFFFFF;
    background-color: #e7e7e7;
    border-radius: 0px 13px 13px 0px; 
    min-height: 451px;
    height: 451px;
}

#copyright{
    font-weight: 600;
    font-size: 8pt;
    color: #6e6e6e;
    margin-bottom: 15px;
}
/* cmsms stylesheet: main-css-leftModules modified: 08/09/2020 18:05:22 */
#leftModules{
    position: absolute;
    width: 205px;
    top: 0px;
}

#leftModules h2{
    font-family: 'Lato', Arial, sans-serif;
}

#newsSummary, #contact, #last_update{
   padding: 4px 27px 15px 27px;
   position: relative;
   width: 100%;
   border-bottom: solid 1px #D0D0D0;
}

#contact, #whiteLine, #last_update{
    border-top: solid 1px #FFFFFF;
}

#newsSummary h2, #news .NewsSummaryLink{
    display:  block;
}

#newsSummary .NewsSummaryLink, #contact p, #last_update p{
    padding: 0 0 10px 14px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #8f8f8f;
    text-shadow: 1px 1px 1px #ffffff;
    font-size: 14px;
}

#contact p, #last_update p{
    padding-left: 0px;
}

#last_update{
    padding-bottom: 0;
    padding-top: 9px;
}

#newsSummary .NewsSummaryLink{
    background: url(../../uploads/images/icons/sidebar-bullet.png) no-repeat 0px 7px;
}

#newsSummary .NewsSummaryLink a{
    color: #8f8f8f;
    text-decoration: none;
}

#newsSummary .NewsSummaryLink a:hover{
    color: #000;
}

#whiteLine{
    width: 259px;
}
/* cmsms stylesheet: main-css-menu modified: 24/10/2018 19:57:10 */
#menu{
    height: 1em;
    float: right;
    margin-top: 14px;
}

#menu ul{
    display: block;
    width: 100%;
    margin:0px;
    padding: 0px;
    text-align: right;
}

#menu ul ul{
    display: none;
}

#menu li{
    display: inline;
    min-width: 1px;
    overflow: hidden;
    margin:0px;
    margin-right: 14px;
    color: #000000;
}

#menu li a{
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Ubuntu Condensed', sans-serif;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    font-size: 13.2pt;
}

#menu li a:hover{
    color: #80FF00 !important;
}
/* cmsms stylesheet: main - News modified: 08/09/2020 17:18:35 */
#news {
    border-bottom: 1px #ddd solid;
    margin-top: 20px;
}

#news .NewsSummaryPostdate {
    padding-right: 10px;
    font-weight: bold;
    font-style: oblique;
    display: block;
    width: 100%;
    text-align: right;
}

#news .NewsSummaryLink {
    font-size: 19px;
    display: block;
}

#news .NewsSummaryLink a {
    text-decoration: none;
    color: #000;
}

ul.filters{
    padding: 0;
    display: block;
    border-bottom: 1px #ddd solid;
    padding-bottom: 16px;
}

ul.filters li{
    list-style:  none;
    width: min-content;
    display: inline;
    position: relative;
    padding-right: 10px;
}

ul.filters li a{
    text-decoration: none;
    color: #567CB7;
}
/* cmsms stylesheet: main - gbook modified: 06/11/2018 20:08:06 */
.gbook_form label {
  display:inline-block;
  width:100px;
  margin-bottom:10px;
}

.gbook_form input {
  width:340px;
  padding:3px;
}

.gbook_form input.cms_checkbox {
  width:auto;
}

.gbook_form input.cms_submit {
    width: auto;
    margin-left: 100px;
    padding: 2px 30px;
    width: 347px;
    margin-top: 10px;
}

.gbook_form input.cms_submit:hover {
  background-color:#bbb;
}

.gbook_form textarea {
  width:343px;
  height:140px;
  padding:2px;
  vertical-align:middle;
}

.gbook_field_error input, 
.gbook_field_error textarea, 
.gbook_field_error .gbook_stars {
background:#fdd url("https://duraydemussy.ch/modules/Gbook/images/error.png") no-repeat center right;
}

.gbook_form .gbook_smileys {
  margin:4px 0 0 100px;
}

.gbook_form .gbook_starrating {
  margin:12px 0 12px 0;
}

.gbook_pagelinks {
  height:20px;
  text-align:right;
}

.gbook_pagelinks a {
  padding:1px 3px;
  border:2px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
  background-color:#ddd;
  color:#999;
  text-decoration:none;
}

.gbook_pagelinks a.gbook_active_page {
  font-weight:bold;
  color:#333;
}

.gbook_pagelinks a:hover {
  color:#555;
  background-color:#bbb;
}

.gbook .gbook_entry {
  margin-top:20px;
  border-bottom: 1px #ddd solid;
}

.gbook .gbook_entry_name {
  padding-left:10px;
  font-weight:bold;
}

.gbook .gbook_entry_date {
  float:right;
  padding-right:10px;
  font-weight:bold;
  font-style: oblique;
}

.gbook .gbook_entry_title {
  /*padding:2px 10px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  background-color:#ddd;*/
  display: none;
}

.gbook .gbook_entry_message {
  margin:4px 0;
  padding:0px 10px;
}

.gbook_form .gbook_stars {
  display:inline-block;
  padding:1px 24px 1px 2px;
}

.gbook .gbook_entry_rating {
  text-align:right;
}
