/* ============================================================
  RESET - http://meyerweb.com/eric/tools/css/reset/
============================================================ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {a
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================================
  BOX SIZING & CLEARFIX
============================================================ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* ============================================================
  HTML & BODY
============================================================ */
body {
  font-weight-color: #fff;
  font-family: 'EB Garamond', sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.gras {
  color: #2d77e0;
  font-family: 'EB Garamond', sans-serif;
  font-weight: bold;
  font-size: 18px;
  
}

#expo1 {

  color: #fff;
  font-family: 'EB Garamond', sans-serif;
  font-weight: bold;
  font-size: 48px;
  text-shadow: #333 1px 0 5px;
  
}

#expo2 {

  color: #fff;
  font-family: 'EB Garamond', sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  text-shadow: #333 1px 0 5px;
  
}

#expo3 {
  padding-top: 30px;
  color: #fff;
  font-family: 'EB Garamond', sans-serif;
  font-weight: bold;
  font-size: 30px;
  text-shadow: #333 1px 0 5px;
  
}

#mention {
  padding-top: 30px;
  color: #fff;
  font-family: 'EB Garamond', sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  text-decoration: underline;
  
}

.stroke {

  border-top: 2px solid #fff;
  width : 642px;
  
}



/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.wrapper {
  width: 100%;
  margin: 0 auto;
}

main {
  display: block;
  background-color: #043882;
}

.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
.container2 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 20px;
  border-top : 1px solid #dedede;

}


/* ============================================================
  HEADER & MENU
============================================================ */
.header {
  padding: 0px 0;
  background-color: #fff;

  z-index: 100;
  height: 100px;
  width: 100%;

}
#logo {
  float: left;
  padding-right: 5px;
}
#menu {
  list-style: none;
}
#menu li {
  padding-left: 15px;
  padding-top: 39px;
  display: inline-block;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}


/* ============================================================
  MAIN
============================================================ */

section.module p {
  margin-bottom: 10px;
  font-size: 18px;
  color: #666666;
  text-align: justify;
}

ul.home-list {
  list-style-type: disc;
  font-size: 18px;
  padding-left: 20px;
  color: #666666;
  text-align: justify;
}

.tab {
  padding-top:50px;
  padding-bottom:10px;
  padding-left:10px;
  text-align:justify;
  font-size: 11px;
  font-style: oblique;
  font-weight: lighter;
  color: #666;
}
.shadow  {
  border: 5px solid #fff;
  -moz-box-shadow: 1px 1px 1px #999; 
  -webkit-box-shadow: 1px 1px 1px #999; 
  box-shadow: 1px 1px 1px #999; 
}

section.module.rubrik {
  padding: 20px 0;
  background-image: url("../img/demo/pattern.jpg");
}
section.module.rubrik p {
  margin-bottom: 10px;
  font-size: 15px;
  color: #666666;
  text-align: left;
}
.photos {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: left;
  max-width: 640px;
 
}

.tiret {
  text-indent: 1em; 
}

#video {
  
  width:640px;
  height:auto;
  display:block;
  text-align:justify;
  font-family: 'EB Garamond', sans-serif;
  font-size: 11px;
  font-style: oblique;
  font-weight: lighter;
  color: #666;
  
   
}

.prodotti_left {
  vertical-align: top;
  padding-right: 20px;
}
.prodotti_right {
  display: inline-block;
  text-align: left;

}

.news {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.news2 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border: 5px solid #fff;
  -moz-box-shadow: 1px 1px 1px #999; 
  -webkit-box-shadow: 1px 1px 1px #999; 
  box-shadow: 1px 1px 1px #999; 


}

/* ============================================================
  FOOTER
============================================================ */
footer {
  padding: 0px 0;
  background-color: #fff;
  z-index: 100;
  width: 100%;
  font-family: 'EB Garamond', sans-serif;
  color: #043882;
  font-size:  14px;
  line-height: 19px;
}

footer .copyright {
  padding-top: 10px;
}

footer .copyright small {
  color: #043882;
  font-size: 12px;
}

#logo_footer {
  float: left;
  padding-right: 100px;
}

#logo_footer img {
  display: block;
  margin: 0 auto;
}

#contact {
  padding-top: 10px;

}
#reso {
  float: left;
  padding-right: 10px;
  padding-top: 50px;
}

#reso img {
  display: block;
  margin: 0 auto;
}


/* ============================================================
  TEXT LEVEL SEMANTICS
============================================================ */
a {
  text-decoration: none;
  color: #043882;
}

a:hover {
  color: #2d77e0;
}

.active a{
  color: #2d77e0;
}
.inactive{
  color: #043882;
}
.black-link {
  color: #666;
}
.black-link:hover {
  color: #2d77e0;
}
.black-link2 {
  color: #2d77e0;
  font-size: 24px;
}
.black-link2:hover {
 color: #2d77e0;
}

.red {
	color: #2d77e0;
}
.uno {
	 font-size: 21px;
}
.bold {
	 font-weight: bold;
}
.titre {
	 color: #2d77e0;
	 font-size: 18px;a
}








/* ============================================================
  MOBILES
============================================================ */


@media screen and (min-width: 200px) and (max-width: 1024px) {

  .header {
    padding: 20px 0;
    background-color: #fff;
    text-align: center;
    z-index:100;
    height: auto;
  }
  #logo {

   text-align: center;
   width: 100%;

  }
  #menu {

    width: 100%;
    text-align: center;
  }
  #menu li {

    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;

  }

  #expo1 {
  padding-top: 00px;
  color: #fff;
  font-family: 'EB Garamond', sans-serif;
  font-weight: bold;
  font-size: 24px;
  
}

  #expo2 {

  color: #fff;
  font-family: 'EB Garamond', sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 13px;
  
}

  #expo3 {
  padding-top: 15px;
  color: #fff;
  font-family: 'EB Garamond', sans-serif;
  font-weight: bold;
  font-size: 15px;
  
}

#mention {
  padding-top: 0px;
  
  color: #212121;
  font-family: 'EB Garamond', sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
  text-decoration: underline;
  
}

.stroke {

  border-top: 1px solid #fff;
  width : 322px;
  
}

  /* ============================================================
    MAIN MOBILES
  ============================================================ */

  .foto {
  color: #666;
  font-size: 12px;
  padding: 10px;
  text-align: center;
  background-image: url("../img/demo/pattern.jpg");
  
}
 .photos {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: left;
  max-width: 300px;

}

#video {
  padding-left:0px;
  padding-top:0px;
  width:320px;
  height:auto;
  display:block;
  text-align:justify;
  font-family: 'EB Garamond', sans-serif;
  font-size: 11px;
  font-style: oblique;
  font-weight: lighter;
  color: #666;
  
 
}

  /* ============================================================
    FOOTER MOBILES
  ============================================================ */
  footer {
    padding: 20px 0;
    font-family: 'EB Garamond', sans-serif;
  }


  footer .copyright {
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
  }

  #logo_footer {
   float: none;
   text-align: center;
   width: 100%;
   padding-bottom: 10px;
   padding-right: 0;
  }

  #logo_footer img {
    max-width: 300px;
  }

  #contact {
    width: 100%;
    text-align: center;
  }

  #reso {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

  #reso img {
  display: block;
  margin: 0 auto;
}
}
