@charset "UTF-8";
/* style mobile first */
html {
  background-color: white;
  font-family: 'Open Sans', Roboto, Arial, Sans-serif; }

body {
  margin: 0; }

img {
  max-width: 100%; }

a {
  text-decoration: none; }

div.langues {
  margin-bottom: 0.5rem;
  display: block;
  text-align: right; }
  div.langues a {
    margin: 1px;
    display: inline;
    text-align: center; }

/* Menu */
header nav {
  display: inline-block;
  background-color: white;
  text-align: right;
  font-size: 0.6rem;
  width: 50%;
  margin: 0 auto;
  /* 	height:50px; */
  height: 3rem;
  float: right; }
  header nav a {
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    color: black; }
    header nav a:hover {
      color: #a6205a; }
  header nav img {
    width: 2.4rem;
    text-align: right; }
  header nav ul {
    list-style-type: none;
    background-color: white;
    margin-top: 0;
    padding-left: 0;
    padding-top: 1%;
    visibility: hidden;
    z-index: 10000; }
    header nav ul li {
      padding: 3% 0;
      border-bottom: 1px solid #a6205a; }
  header nav:hover ul {
    visibility: visible;
    position: relative;
    /* 	z-index: 10000; */
    font-size: 1.6rem; }

a.logo img {
  margin-top: 3px;
  width: 9rem; }

.clearfix {
  clear: both; }

h1 {
  font-family: 'Open Sans', Arial, Sans-serif;
  clear: both;
  font-size: 1rem;
  color: #a6205a;
  margin-top: 1rem; }

h2 {
  margin-top: 4rem; }

h2, h3 {
  text-align: center; }

/* Header */
#bandeaujulia {
  /* 	position: relative;
  z-index: -1; */
  background-image: url("../img/julia-header.jpg");
  background-size: cover;
  padding-top: 11rem;
  padding-bottom: 4rem;
  margin-top: 1rem; }

div#titre {
  /*position: absolute; */
  width: 11em;
  /*bottom: 2em;*/
  /*right: 0.5em; */
  text-transform: uppercase;
  text-align: center;
  margin-right: 1rem;
  margin-left: auto; }

/* Main */
.main {
  position: relative;
  z-index: 1; }

/* Sections */
section#coupdecoeur a,
section#agenda a,
section#formation a,
section#blog a {
  color: black; }
  section#coupdecoeur a:hover,
  section#agenda a:hover,
  section#formation a:hover,
  section#blog a:hover {
    color: #a6205a; }

/* Sections coup de coeur */
section#coupdecoeur a strong {
  color: #a6205a;
  font-weight: 900; }
section#coupdecoeur div {
  background-image: url("../img/verres.jpg");
  background-size: cover;
  width: 85%;
  height: 9em;
  /* 	margin-left: 3em; */
  margin: auto; }

/* Section voyage */
section#voyage {
  /* 	position: absolute; */
  background-image: url("../img/vignoble.jpg");
  background-size: cover;
  /*  background-repeat: no-repeat;
  background-position: center top;  */
  width: 100%;
  /* 	top: 0; */
  text-align: center;
  /* 	z-index: 1;	 */
  padding-top: 0.5rem;
  padding-bottom: 3rem; }
  section#voyage h2 {
    margin-top: 2rem; }
  section#voyage > div {
    display: inline-block;
    margin: 10px;
    width: 45%;
    min-width: 14rem;
    height: 10rem;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.7); }
    section#voyage > div:nth-child(even) {
      border-bottom: 6px solid maroon;
      color: maroon; }
    section#voyage > div:nth-child(odd) {
      border-bottom: 6px solid #064406;
      color: #064406; }

.frmSearch {
  position: relative; }

#suggestion-box {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: white;
  z-index: 10; }

/* Agenda */
#agenda article {
  background-color: white;
  display: inline-block;
  width: 96%;
  min-height: 300px;
  padding: 15px;
  margin: 0 2% 15px 2%;
  border: 1px LightGrey solid;
  /* 		border-bottom: 3px $bordeaux solid; */
  box-sizing: border-box; }
#agenda h3 {
  margin: 5px 0 0 0;
  font-size: 1.4rem;
  text-align: left;
  font-weight: normal; }
  #agenda h3 strong {
    display: block;
    color: purple;
    font-weight: bold;
    margin-bottom: 4px; }
#agenda .time {
  display: inline-block;
  background: #a6205a;
  padding-top: 7px;
  float: right;
  color: white;
  width: 60px;
  height: 60px;
  text-align: center; }
  #agenda .time span {
    display: block; }
  #agenda .time .jour, #agenda .time .mois {
    font-size: .8rem;
    letter-spacing: .3rem;
    padding-left: .3rem; }
  #agenda .time .num {
    font-size: 1.2rem;
    letter-spacing: .5rem;
    padding-left: .5rem;
    font-weight: bold; }
#agenda img {
  display: block;
  /* 		border: 1px black solid; */
  margin: 0 auto; }

/* Section formation */
div#formation1 {
  background-image: url("../img/formation.jpg");
  background-size: cover;
  height: 22em;
  margin: auto; }

div#formation2 {
  background-color: rgba(158, 158, 158, 0.9);
  width: 17.3em;
  height: 12em;
  margin-right: 0;
  margin-left: auto;
  margin-top: -22em;
  padding-top: 10em; }

section#formation h3 {
  color: white;
  /* 	width: 18em; */
  height: 22em;
  margin-right: 0;
  margin-left: auto;
  margin-top: -1em;
  font-size: 2em;
  overflow: visible; }

/* Blog */
#blog article {
  background-color: white;
  display: inline-block;
  width: 96%;
  /* 		padding: 15px; */
  padding: 0px;
  margin: 0 2% 15px 2%;
  border: 1px LightGrey solid;
  /* 		border-bottom: 3px $bordeaux solid; */
  box-sizing: border-box; }
#blog h3 {
  margin: 35px 10px 35px 10px;
  font-size: 1.4rem;
  text-align: left;
  font-weight: normal; }
  #blog h3 strong {
    display: block;
    color: #a6205a;
    font-weight: bold;
    margin-bottom: 4px; }
#blog img {
  display: block;
  /* 		border: 1px black solid; */
  margin: 0 auto; }

.video-container {
  position: relative;
  padding-bottom: 59.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Footer */
.supfooter {
  background-color: #212121;
  padding: 0;
  margin-top: 40px; }
  .supfooter nav {
    float: none; }
    .supfooter nav ul {
      display: block;
      padding: 50px 0 60px 20px;
      margin: 80px 0 0 0;
      text-align: center; }
      .supfooter nav ul li {
        display: inline-block;
        list-style: none;
        margin-left: 15px;
        margin-bottom: 0;
        padding-bottom: 0; }
        .supfooter nav ul li.currentPage a {
          color: white; }
        .supfooter nav ul li a {
          color: LightGrey;
          margin-bottom: 0;
          padding-bottom: 0; }
          .supfooter nav ul li a:hover {
            color: white;
            text-decoration: underline; }

.reseauxsociaux {
  position: relative;
  top: 10px; }

footer {
  background-color: black;
  color: white;
  width: 96%;
  padding: 2% 2% 2% 2%;
  overflow: hidden;
  clear: both;
  font-size: 0.8rem; }
  footer a {
    display: inline;
    color: white; }
    footer a:hover {
      text-decoration: underline; }
  footer .gauche {
    float: left;
    width: 50%; }
  footer .droite {
    display: block;
    float: right;
    /* 	width:50%; */ }

/* Page Vin */
/* Photos */
div#header-vin {
  margin-top: 1rem; }

.photo-vin-mini {
  height: 50px;
  border: 1px LightGrey solid;
  margin: 0 2px; }
  .photo-vin-mini:first-child {
    margin-left: 0; }
  .photo-vin-mini:last-child {
    margin-right: 0; }

div#slider-vin-big {
  border: 1px solid LightGrey;
  padding: 10px;
  text-align: center; }

div#slider-vin-mini {
  margin-top: 15px; }

.vin-titre {
  font-size: 1.4rem;
  padding: 6px; }

.blanc {
  background-color: #d6d085;
  color: white; }

.blanc-text {
  color: #d6d085; }

.rose {
  background-color: #d99d92;
  color: white; }

.rose-text {
  color: #d99d92; }

.rouge {
  background-color: #a6205a;
  color: white; }

.rouge-text {
  color: #a6205a; }

.jaune {
  background-color: #f6b74d;
  color: white; }

.jaune-text {
  color: #f6b74d; }

/* Article */
.onglets-millesimes {
  padding: 0;
  text-align: right; }
  .onglets-millesimes li {
    list-style: none;
    display: inline-block;
    padding: 0 4px;
    text-decoration: underline; }
    .onglets-millesimes li:not(.active) {
      color: black;
      text-decoration: none; }

/* Page Accessibilite */
a.accessibilite {
  text-decoration: underline; }

/* style destin├® aux tablettes */
@media screen and (min-width: 768px) {
  a.logo img {
    margin-top: 13px;
    width: 10rem;
    float: left; }

  header nav {
    height: auto;
    width: 70%;
    font-size: 0.8rem; }
    header nav ul {
      visibility: visible;
      padding-top: 0;
      display: inline-flex; }
      header nav ul li {
        border-bottom: 0;
        margin-left: 50px; }
        header nav ul li.currentPage a {
          color: #a6205a;
          background-image: url("../img/rond.png");
          background-repeat: no-repeat;
          background-position: center bottom;
          padding-bottom: 14px; }
    header nav:hover ul {
      font-size: 0.8rem; }
    header nav a:hover {
      color: #a6205a;
      background-image: url("../img/rond.png");
      background-repeat: no-repeat;
      background-position: center bottom;
      padding-bottom: 14px; }

  .burger-icone {
    display: none; }

  h1 {
    font-size: 2rem; }

  div#titre {
    width: 25em;
    bottom: 4em;
    right: 1em; }

  section {
    margin-top: 2.5em; }

  /* Page Vin */
  div#slider-vin {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    padding-top: 15px; }

  article#description-vin {
    display: inline-block;
    width: 68%;
    vertical-align: top;
    float: right; } }
/* style destin├® aux ordinateurs */
@media screen and (min-width: 1024px) {
  header, .main {
    width: 80%;
    margin: auto; }

  div#titre {
    /* right: 1.5em; */
    /* 		border: 1px solid red; */ }

  /* Agenda */
  #agenda {
    text-align: center; }
    #agenda article {
      background-color: white;
      width: 31%;
      margin: 0 1%;
      vertical-align: top;
      text-align: left;
      min-height: 300px;
      box-shadow: 1px 1px 1px LightGrey; }
    #agenda h3 {
      font-size: 1rem; }

  /* Blog */
  #blog {
    text-align: center; }
    #blog article {
      background-color: white;
      width: 31%;
      margin: 0 1%;
      vertical-align: top;
      text-align: left;
      min-height: 330px;
      box-shadow: 1px 1px 1px LightGrey; }
    #blog h3 {
      font-size: 1rem; } }

/*# sourceMappingURL=screen.css.map */
