

* {
  box-sizing: border-box;
}
body,html{
  font-family: 'Open Sans', sans-serif;
  color:#666;
  font-size:15px;
  margin: 0;
  padding: 0;
}


h1{
  font-weight:normal;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  line-height: 1.1;
  font-size: 2rem;
  color: #fff;
  margin: 0;
  padding: 1rem 0;
  width: 100%;
  text-align: center;
}

th{
  text-align: left;
  width: 90px;
  vertical-align: top;
}
/*********************FASCIA TITOLO*************************/
#titolo{
  width: 100%;
  background-color: #999;
  margin-bottom: 2rem;
  padding: 0 1.5rem;
}

/*********************FINE FASCIA TITOLO*************************/

h2{
  line-height: 1;
  margin-top: 2rem;
  font-size: 1.4em;
  font-weight: normal;
  text-transform: uppercase;

}
@media (max-width:468px) {
  h1{
    font-size:1.5rem
  }
  h2{
    font-size:1.2rem
  }
}

a{
  /* display: block; */
}
a:link,
a:visited,
a:active{
  text-decoration: none;
  color: #d9d5b0;
}
a:hover,
a:active{
  color:#a4a185;
  text-decoration: none;
}

#contenitore{
  width:100%;
  margin:0;
  padding:0;
}


/*********************TESTATA*************************/

/*logo*/
#intestazione{
  width:100%;
  text-align: center;
}
#intestazione img{
  width: 220px;
  margin: 30px;
}
/*fine logo*/

/*per versione mobile*/

@media (max-width:680px) {
  #intestazione a{
    text-align: center;
  }
  #intestazione  img{
    margin: 20px auto;
    display: block;
  }
}
/*********************FINE TESTATA*************************/

/*********************MENU*************************/
#menu{
  margin:0;
  width:100%;
  height:48px;
  background-color: #f3f0d7;
  /* background-color: #f1edc4; */
}
#menu ul{
  list-style:none;
  margin:0 auto;
  padding:0;
  display: flex;
  justify-content: center;
}
#menu ul li{
  float:left;
  text-transform: uppercase;
  color: #666;
  line-height: 8px;
}
#menu ul li a{
  display: inline-block;
  color:#666;
  padding: 20px 19px;
}
#menu ul a:hover,
#menu ul a:active{
  color:#666;
  background-color:#d9d5b0;
}

#home #menu_home a,
#albums #menu_albums a,
#livre #menu_albums a,
#app #menu_app a,
#auteurs #menu_auteurs a,
#auteur #menu_auteurs a,
#contacts #menu_contacts a{
  background-color:#d9d5b0;

}


/*per versione mobile*/

@media (max-width:680px) {

  #menu ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width:479px) {

  #menu ul li a {
    padding: 20px 12px;
    font-size: 13px;
  }
}
@media (max-width:400px) {
  #menu ul li a {
    padding: 20px 7px;
    font-size: 12px;
  }
}


/*********************FINE MENU*************************/

/*contenuto*/
#contenuto{
  margin:40px;
  max-width: 50em;
  margin: 0 auto;
  padding: 0 2rem 1rem;
}

/*fine contenuto*/


.locandina{
  width: 100%;
  display: block;
  margin: 1rem auto;
}


/*bottone*/

.btn {
  margin: 50px auto 0 auto;
  border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 10px 20px;
  background: transparent;
  color: #ffffff !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1.42857143;
  border: 2px solid #ffffff;
}

.btn:hover {
  background: #ffffff;
  color: #f3f0d7 !important;
  /* color: #f1edc4 !important; */
}



/*********************FINE FACEBOOK*************************/

#contenuto a,
footer a{
  border-bottom: 2px dotted;
}
#contenuto a:hover,
#contenuto a:active,
footer a:hover,
footer a:active{
  color: #333;
}


/*********************FOOTER*************************/
footer{
  background-color: #f3f0d7;
  /* background-color: #f1edc4; */
  width: 100%;
}
footer p{
  margin: 5px 0;
  font-size: 14px;
  color: #333;
}

footer .logo{
  width: 224px;
  margin: 1rem 0;
}

.dati{
  text-align: center;
  padding-bottom: 0;
}
.dati,
.copyright{
  padding: 1rem 1.5rem;
}
.dati a{
  color: #666;
}

.dati ul{
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dati ul li{
  line-height: 1.7;
  white-space: nowrap;
  margin: 0.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.dati li em {
  height: 30px;
  width: 30px;
  border: 1px solid #666;
  border-radius: 50%;
  color: #666;
  float: left;
  line-height: 1.8;
  font-size: 16px;
  margin-right: 12px;
  text-align: center;
}


.copyright {
  background: #f5f5f5;
  border-top: 1px solid #f5f5f5;
  font-size: 12px;
  color: #333333;
  clear: both;
  width: 100%;
}



/*per versione mobile*/

@media (max-width:960px) {
  .dati ul li{
    flex-basis: 49%;
    justify-content: center;
  }
  .copyright{
    text-align: center;
  }
}
@media (max-width:590px) {
  .dati ul{
    flex-direction: column;
  }
}
/*********************FINE FOOTER*************************/





/*********************PAGINE*************************/


/*per versione mobile*/

@media (max-width:999px) {
  .ca-content-wrapper {
    position: fixed;
    width: 100%!important;
    height: 100%;
    top: 33px;
    left: 0!important;
  }
}
/*fine home*/

/*contacts*/
.contacts{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.contacts div.daudin{
  margin-left: 100px;
}
.contacts div.daudin div{
  margin-left: 0;
}
/*mobile*/
@media (max-width:999px) {
  .contacts{
    flex-direction: column;
  }
}
/*fine contacts*/
