/*
font-family: 'Playfair Display', serif;
font-family: 'Open Sans', sans-serif;
*/
.desktop {
  display: none;
  visibility: hidden;
  opacity: 0;
}
html,
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.4;
}


@media (min-width: 768px) {
  html,
  body {
    font-size: 1.125em;
    line-height: 1.45;
  }
    
    
}
h2 {
  font-size: 1.125em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.08em;
}
h3 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6em;
  font-family: 'Playfair Display', serif;
  margin: 0.6em 0 0 0;
  letter-spacing: 0.08em;
}
.purple {
  color: #40213a;
}
.bg-purple {
  background-color: #40213a;
}
.gold {
  color: #bfae8e;
}
.bg-gold {
  background-color: #bfae8e;
}
.white {
  color: #fff;
}
.bg_white {
  background-color: #fff;
}
.fullscreen_zone {
  width: 100%;
  min-height: 100vh;
}
.full_img {
  width: 100%;
  height: auto;
}
img {
  display: block;
}
a {
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:hover {
  text-decoration: none;
  opacity: 0.6;
}
a[href^="tel:"] {
  color: #bfae8e;
  text-decoration: none;
}
#loader-wrapper {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  font-family: 'Playfair Display', serif;
  text-align: center;
  font-size: 1.25em;
}
#loader-wrapper #loader-content {
  margin: auto;
  letter-spacing: 0.08em;
}
#loader-wrapper #loader-content p {
  margin: 1.4em 0 0 0;
  line-height: 1.7em;
}
#loader-wrapper #loader-content p span {
  font-size: 0.65em;
}
#loader-wrapper #loader-content #loader-content-logo img {
  margin: 0 auto 0 auto;
}
#loader-wrapper #loader {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #bfae8e;
  -webkit-animation: spin 1.5s linear infinite /* Chrome, Opera 15+, Safari 5+ */;
  animation: spin 1.5s linear infinite /* Chrome, Firefox 16+, IE 10+, Opera */;
  z-index: 1001;
}
.loaded #loader-wrapper {
  -webkit-transform: translateY(-100%) /* Chrome, Opera 15+, Safari 3.1+ */;
  -ms-transform: translateY(-100%) /* IE 9 */;
  transform: translateY(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) /* Chrome, Opera 15+, Safari 3.1+ */;
    -ms-transform: rotate(0deg) /* IE 9 */;
    transform: rotate(0deg) /* Firefox 16+, IE 10+, Opera */;
  }
  100% {
    -webkit-transform: rotate(360deg) /* Chrome, Opera 15+, Safari 3.1+ */;
    -ms-transform: rotate(360deg) /* IE 9 */;
    transform: rotate(360deg) /* Firefox 16+, IE 10+, Opera */;
  }
}
nav {
  position: fixed;
  z-index: 999;
}
nav #nav-icon {
  position: fixed;
  z-index: 999;
  left: 13px;
  top: 13px;
  width: 16px;
  height: 14px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
nav #nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
nav #nav-icon span:nth-child(1) {
  top: 0px;
}
nav #nav-icon span:nth-child(2),
nav #nav-icon span:nth-child(3) {
  top: 6px;
}
nav #nav-icon span:nth-child(4) {
  top: 12px;
}
nav #btn-menu {
  z-index: 999;
  font-size: 10px;
  font-weight: 600;
  position: fixed;
  left: 42px;
  top: 15px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  cursor: pointer;
}
nav #menu {
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 998;
  width: 100% !important;
  height: 100% !important;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: flex;
}
nav #menu ul {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 40% !important;
}
nav #menu ul li a {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  letter-spacing: 0.08em;
}
nav #menu ul li a:hover,
nav #menu ul li a.active {
  text-decoration: none;
  opacity: 0.6;
}
nav.gold #nav-icon span {
  background: #bfae8e;
}
nav.white #nav-icon span {
  background: #fff;
}
nav.open #nav-icon span:nth-child(1),
nav.open #nav-icon span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}
nav.open #nav-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.open #nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
nav.open #btn-menu {
  opacity: 0;
  visibility: hidden;
}
nav.open #menu {
  top: 0;
}
#lang {
  position: fixed;
  z-index: 999;
  top: 15px;
  right: 28px;
  text-align: right;
  font-size: 10px;
  font-weight: 600;
}
#lang ul li {
  display: inline-block;
}


/* popup video */ 
.popup_video {
  display:flex;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  padding:4rem;
  background:rgba(0,0,0,0.65);
  opacity:0;
  z-index:-9999;
  -webkit-transition:opacity 0.4s ease;
  -moz-transition:opacity 0.4s ease;
  transition:opacity 0.4s ease;
}

.popup_video.open {
   opacity:1;
   z-index:9999;
}

.popup_video .popup_video--close {
  display:block;
  position:absolute;
  top:30px;
  right:30px;
  z-index:5;
  background:none;
  padding:0;
  margin:0;
  border:0;
  cursor:pointer;
}

.popup_video .popup_video--close img {
  width:20;
  height:20px;
}

.popup_video .popup_video--content {
  margin:auto;
  width:100%;
  height:100%;
}

.popup_video .popup_video--content iframe { 
  width:100%;
  height:100%;
  object-fit:contain;
  border:0;
}

@media(max-width:767px) {
  .popup_video {
    padding:4rem 2rem;
  }
}


html,
body {
  position: relative;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
}
html main #content section,
body main #content section {
  clear: both;
}
html main #content section header,
body main #content section header {
  margin: 0 auto 0 auto;
  padding: 50px 0 50px 0;
  width: 80%;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}
html main #content section .section-content,
body main #content section .section-content {
  width: 100%;
}
html main #content section .section-content .fullsize-img,
body main #content section .section-content .fullsize-img {
  max-width: 100%;
  overflow: hidden;
}
html main #content section .section-content .half-txt,
body main #content section .section-content .half-txt {
  width: 83%;
  margin: 50px auto 50px auto;
  font-size: 0.9em;
  line-height: 2em;
  font-weight: 300;
}
html main #content section#home,
body main #content section#home {
  text-align: center;
  background: url("../images/bg_home.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  position: relative;
}
html main #content section#home #logo-title,
body main #content section#home #logo-title {
  opacity: 0;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  margin: auto;
  font-family: 'Playfair Display', serif;
  padding: 0 2em 0 2em;
}
html main #content section#home #logo-title img,
body main #content section#home #logo-title img {
  max-width: 474px;
  margin: 0 auto 0 auto;
}

#loader-wrapper #loader-content #loader-content-logo img {
  margin: 0 auto 0 auto;
    max-width: 270px;
}



html main #content section#home #logo-title p,
body main #content section#home #logo-title p {
  margin: 20px 0 0 0;
  font-size: 1.1em;
  letter-spacing: 0.08em;
}
html main #content section#home #logo-title i,
body main #content section#home #logo-title i {
  animation: bounce 0.55s ease infinite alternate;
  position: absolute;
  left: 50%;
  bottom: 30px;
  font-size: 2em;
  font-weight: 100;
  -webkit-transform: translateX(-50%) /* Chrome, Opera 15+, Safari 3.1+ */;
  -ms-transform: translateX(-50%) /* IE 9 */;
  transform: translateX(-50%);
}
html main #content section#home #logo-title.onscreen,
body main #content section#home #logo-title.onscreen {
  opacity: 1;
}
html main #content section#vignoble,
body main #content section#vignoble,
html main #content section#visite,
body main #content section#visite {
  background-color: #e8e3d8;
}


    html main #content section#nos-vins ul#liste-vins, body main #content section#nos-vins ul#liste-vins {
 
    display: block;
    width: 100%;
  margin: 1.4em auto 0 auto;
  justify-content: space-between;

}

    html main #content section#nos-vins #liste-vins li, body main #content section#nos-vins #liste-vins li {

    margin-bottom: 15px;
}

 html main #content section#nos-vins #liste-vins li:last-child, body main #content section#nos-vins #liste-vins li:last-child {

    margin-bottom: 0px;
}

    html main #content section#nos-vins #liste-vins li:nth-child(2),
body main #content section#nos-vins #liste-vins li:nth-child(2) {
  border-left: 1px solid #000;
  margin: 0;
    display: none;
}
html main #content section#nos-vins #liste-vins li:nth-child(4),
body main #content section#nos-vins #liste-vins li:nth-child(4) {
  border-right: 1px solid #000;
  margin: 0;
    display: none;
}

html main #content section#nos-vins #liste-vins li:nth-child(6),
body main #content section#nos-vins #liste-vins li:nth-child(6) {
  border-right: 1px solid #000;
  margin: 0;
    display: none;
}

a.black { color:#000;}


html main #content section#nos-vins #liste-vins li.btn,
body main #content section#nos-vins #liste-vins li.btn {
  cursor: pointer;
}
html main #content section#nos-vins #liste-vins li a,
body main #content section#nos-vins #liste-vins li a {
  color: #000;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
html main #content section#nos-vins #liste-vins li a:hover,
body main #content section#nos-vins #liste-vins li a:hover {
  text-decoration: none !important;
  opacity: 0.6;
}
html main #content section#nos-vins #liste-vins li a.active,
body main #content section#nos-vins #liste-vins li a.active {
  color: #bfae8e;
}
html main #content section#nos-vins .section-content .fullsize-img,
body main #content section#nos-vins .section-content .fullsize-img {
  position: relative;
}
html main #content section#nos-vins .section-content .fullsize-img .over_logo,
body main #content section#nos-vins .section-content .fullsize-img .over_logo {
  position: absolute;
  height: 70%;
  top: 50%;
  -webkit-transform: translateX(0%) translateY(-50%) /* Chrome, Opera 15+, Safari 3.1+ */;
  -ms-transform: translateX(0%) translateY(-50%) /* IE 9 */;
  transform: translateX(0%) translateY(-50%);
}
html main #content section#nos-vins .section-content .fullsize-img .over_logo.chateau,
body main #content section#nos-vins .section-content .fullsize-img .over_logo.chateau {
  max-height: 349px;
  left: 10%;
}
html main #content section#nos-vins .section-content .fullsize-img .over_logo.charme,
body main #content section#nos-vins .section-content .fullsize-img .over_logo.charme {
  max-height: 293px;
  right: 10%;
}
html main #content section#nos-vins .section-content .fullsize-img .over_logo.andron,
body main #content section#nos-vins .section-content .fullsize-img .over_logo.andron {
  max-height: 260px;
  right: 10%;
}

html main #content section#nos-vins .section-content .fullsize-img .over_logo.estephe, body main #content section#nos-vins .section-content .fullsize-img .over_logo.estephe {
    max-height: 220px;
    right: 10%;
}

html main #content section#nos-vins .section-content .content h2,
body main #content section#nos-vins .section-content .content h2 {
  margin: 0 0 1.4em 0;
}

html main #content section#histoire .section-content .content h2, body main #content section#histoire .section-content .content h2 {
  margin: 0 0 1.4em 0;
}

html main #content section#nos-vins .section-content .content p,
body main #content section#nos-vins .section-content .content p {
  margin: 0 0 1em 0;
}
html main #content section#nos-vins .section-content .content .btn-dl-fiche,
body main #content section#nos-vins .section-content .content .btn-dl-fiche {
  color: #000;
  font-size: 0.9em;
  font-weight: bold;
}
html main #content section#presse,
body main #content section#presse {
  background-color: #e8e3d8;
}
html main #content section#presse .full-txt,
body main #content section#presse .full-txt {
  font-size: 0.9em;
  width: 80%;
  margin: 0 auto 0 auto;
  padding: 0 0 3em 0;
  text-align: center;
}
html main #content section#presse .full-txt #liste-presse,
body main #content section#presse .full-txt #liste-presse {
  width: 100%;
  margin: 0 auto 0 auto;
}
html main #content section#presse .full-txt #liste-presse li ul li,
body main #content section#presse .full-txt #liste-presse li ul li {
  font-family: 'Open Sans', sans-serif;
  margin: 0.5em 0 0.5em 0;
}
html main #content section#presse .full-txt #liste-presse li ul li a,
body main #content section#presse .full-txt #liste-presse li ul li a {
  color: #000;
}
html main #content section#presse .full-txt #liste-presse li ul li:nth-child(1),
body main #content section#presse .full-txt #liste-presse li ul li:nth-child(1) {
  font-family: 'Playfair Display', serif;
  font-size: 1.125em;
  letter-spacing: 0.08em;
}
html main #content section#contact .content,
body main #content section#contact .content {
  width: 80%;
  margin: 0 auto 0 auto;
  padding: 3em 0 3em 0;
  letter-spacing: 0.08em;
}
html main #content section#contact #adresse,
body main #content section#contact #adresse {
  width: 100%;
  text-align: center;
  font-size: 0.6em;
  line-height: 2em;
}
html main #content section#contact #adresse img,
body main #content section#contact #adresse img {
         margin-left: auto;
margin-right: auto;
}

#histoire h3, #vignoble h3 {
  display: none;
}




html main #content section#contact #adresse .txtbox,
body main #content section#contact #adresse .txtbox {
  font-weight: 300;
}
html main #content section#contact #adresse .txtbox span,
body main #content section#contact #adresse .txtbox span {
  font-weight: 600;
}
html main #content section#contact .mention,
body main #content section#contact .mention {
  background-color: #e8e3d8;
  color: #000;
  font-size: 0.65em;
  text-align: center;
}
html main #content section#contact .mention a,
body main #content section#contact .mention a {
  color: #000;
}
html main #content section#contact .mention img,
body main #content section#contact .mention img {
  margin-left: auto;
  margin-right: auto;
}
html main #content section#contact #map_container,
body main #content section#contact #map_container {
  position: relative;
}
html main #content section#contact #map,
body main #content section#contact #map {
  height: 0;
  min-height: 300px;
  overflow: hidden;
  padding-bottom: 22.25%;
  position: relative;
}
html.mentions,
body.mentions {
  background-color: #e8e3d8;
  min-height: 100%;
}
html.mentions main,
body.mentions main {
  background-color: #e8e3d8;
}
html.mentions main .content,
body.mentions main .content {
  background-color: #e8e3d8;
  width: 80%;
  margin: 0 auto 0 auto;
  font-size: 10px;
  font-family: 'Open Sans', sans-serif;
}
html.mentions main .content h1,
body.mentions main .content h1 {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  margin: 3em 0 2em 0;
}
html.mentions main .content h2,
body.mentions main .content h2 {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
}
html.mentions main .content p,
body.mentions main .content p {
  margin: 0 0 2em 0;
}
html.mentions main .content a,
body.mentions main .content a {
  color: #000;
}
/* Smartphones (portrait and landscape) ----------- */
/* Smartphones (landscape) ----------- */
/* Smartphones (portrait) ----------- */
@media only screen and (min-width: 768px) {
  .desktop {
    display: block;
    visibility: visible;
    opacity: 1;
  }
    

    

    html main #content section#nos-vins ul#liste-vins, body main #content section#nos-vins ul#liste-vins {
 
    display: flex;
    width: 100%;
  margin: 1.4em auto 0 auto;
  justify-content: space-between;

}
    
    html main #content section#nos-vins #liste-vins li:nth-child(2),
body main #content section#nos-vins #liste-vins li:nth-child(2) {
  border-left: 1px solid #000;
  margin: 0;
    display: block;
}
html main #content section#nos-vins #liste-vins li:nth-child(4),
body main #content section#nos-vins #liste-vins li:nth-child(4) {
  border-right: 1px solid #000;
  margin: 0;
    display: block;
}

html main #content section#nos-vins #liste-vins li:nth-child(6),
body main #content section#nos-vins #liste-vins li:nth-child(6) {
  border-right: 1px solid #000;
  margin: 0;
    display: block;
}
    
    html main #content section#nos-vins #liste-vins li, body main #content section#nos-vins #liste-vins li {

    margin-bottom: 0px;
}
    
  #loader-wrapper {
    font-size: 1.6em;
  }
  nav #menu {
    top: -40px;
    height: 40px !important;
    font-size: 12px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  nav #menu ul {
    height: 40px;
    width: 80%;
    flex-direction: row;
    margin: auto;
  }
  nav #menu ul li {
    margin: auto;
  }
  .half-txt .content {
    width: 80%;
    margin: auto;
    font-size: 0.8em;
    line-height: 1.8em;
  }
  article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: stretch;
  }
  html main #content section#histoire .fullsize-img,
  body main #content section#histoire .fullsize-img {
    order: 1;
    flex: 2 100%;
  }
  html main #content section#histoire .half-txt,
  body main #content section#histoire .half-txt {
    order: 3;
    flex: 1 50%;
      display: flex;
  }
    
    #histoire h3, #vignoble h3  { display: none}
    
  html main #content section#histoire .half-img,
  body main #content section#histoire .half-img {
    order: 2;
    background: url("../images/cos-labory-michel-reybier.jpg") no-repeat top center;
    background-size: cover;
    flex: 1 50%;
  }

  html main #content section#vignoble .fullsize-img,
  body main #content section#vignoble .fullsize-img {
    order: 3;
    flex: 2 100%;
  }
  html main #content section#vignoble .fullsize-img div.desktop,
  body main #content section#vignoble .fullsize-img div.desktop {
    position: relative;
    width: 75%;
  }
  html main #content section#vignoble .fullsize-img div.desktop .logo_savoirfaire,
  body main #content section#vignoble .fullsize-img div.desktop .logo_savoirfaire {
    display: none;
  }
  html main #content section#vignoble .half-txt,
  body main #content section#vignoble .half-txt {
    order: 1;
    flex: 1 50%;
  }
  html main #content section#vignoble .half-img,
  body main #content section#vignoble .half-img {
    order: 2;
    flex: 1 50%;
    background: url("../images/vigne.jpg") no-repeat top center;
    background-size: cover;
  }
  html main #content section#vignoble .half-img img,
  body main #content section#vignoble .half-img img {
    display: none;
  }
    

    
    html main #content section#visite .fullsize-img,
  body main #content section#visite .fullsize-img {
    order: 3;
    flex: 2 100%;
  }
  html main #content section#visite .fullsize-img div.desktop,
  body main #content section#visite .fullsize-img div.desktop {
    position: relative;
    width: 75%;
  }
  html main #content section#visite .fullsize-img div.desktop .logo_savoirfaire,
  body main #content section#visite .fullsize-img div.desktop .logo_savoirfaire {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) /* Chrome, Opera 15+, Safari 3.1+ */;
    -ms-transform: translateX(-50%) translateY(-50%) /* IE 9 */;
    transform: translateX(-50%) translateY(-50%);
  }
  html main #content section#visite .half-txt,
  body main #content section#visite .half-txt {
    order: 1;
    flex: 1 50%;
  }
  html main #content section#visite .half-img,
  body main #content section#visite .half-img {
    order: 2;
    flex: 1 50%;
    background: url("../images/visite.jpg") no-repeat top center;
    background-size: cover;
  }
  html main #content section#visite .half-img img,
  body main #content section#visite .half-img img {
    display: none;
  }
    
  html main #content section#nos-vins .fiche-vin .fullsize-img,
  body main #content section#nos-vins .fiche-vin .fullsize-img {
    order: 1;
    flex: 2 100%;
  }
  html main #content section#nos-vins .fiche-vin .half-txt,
  body main #content section#nos-vins .fiche-vin .half-txt {
    order: 3;
    flex: 1 50%;
    display: flex;
  }
  html main #content section#nos-vins .fiche-vin .half-txt .content,
  body main #content section#nos-vins .fiche-vin .half-txt .content {
    margin: auto;
  }
  html main #content section#nos-vins .fiche-vin .half-img,
  body main #content section#nos-vins .fiche-vin .half-img {
    order: 2;
    background-size: cover;
    flex: 1 50%;
  }
  html main #content section#presse #liste-presse,
  body main #content section#presse #liste-presse {
    display: flex;
    justify-content: space-between;
  }
  html main #content section#presse #liste-presse li.column,
  body main #content section#presse #liste-presse li.column {
    margin: 0 0 auto 0;
    text-align: left;
  }
  html main #content section#presse #liste-presse li.column:nth-child(1),
  body main #content section#presse #liste-presse li.column:nth-child(1) {
    margin-top: 0;
  }
  html main #content section#presse #liste-presse li.column:nth-child(2),
  body main #content section#presse #liste-presse li.column:nth-child(2) {
    border-left: 1px solid #000;
    margin: 0;
  }
  html main #content section#presse #liste-presse li.column:nth-child(4),
  body main #content section#presse #liste-presse li.column:nth-child(4) {
    border-right: 1px solid #000;
    margin: 0;
  }
  html main #content section#presse #liste-presse li.column ul li,
  body main #content section#presse #liste-presse li.column ul li {
    font-size: 0.9em;
  }
  html main #content section#presse #liste-presse li.column ul li:first-child,
  body main #content section#presse #liste-presse li.column ul li:first-child {
    margin-top: 0;
  }
  html main #content section#presse #liste-presse li.column ul li:last-child,
  body main #content section#presse #liste-presse li.column ul li:last-child {
    margin-bottom: 0;
  }
  html main #content section#contact #adresse,
  body main #content section#contact #adresse {
    flex: 2 100%;
    order: 1;
    background: url("../images/full_contact.jpg") no-repeat center center;
    background-size: cover;
    text-align: left;
  }
  html main #content section#contact #adresse .content,
  body main #content section#contact #adresse .content {
    width: 33%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 6em 0 6em 3em;
  }
  html main #content section#contact #adresse .content .imgbox,
  body main #content section#contact #adresse .content .imgbox,
  html main #content section#contact #adresse .content .txtbox,
  body main #content section#contact #adresse .content .txtbox {
    display: block;
  }
  html main #content section#contact #adresse img,
  body main #content section#contact #adresse img {
    margin: 0 0 1.4em 0;
  }
    
html main #content section#contact #adresse img.insta,
  body main #content section#contact #adresse img.insta {

      margin: 0;
display: inline-block;
vertical-align: middle;

  }
    
  html main #content section#contact .half-img,
  body main #content section#contact .half-img {
    flex: 1 50%;
    order: 3;
  }
  html main #content section#contact .half-txt,
  body main #content section#contact .half-txt {
    background-color: #40213a;
    color: #bfae8e;
    flex: 1 50%;
    order: 2;
    display: flex;
    text-align: left;
  }
  html main #content section#contact .half-txt a,
  body main #content section#contact .half-txt a {
    color: #bfae8e;
  }
  html main #content section#contact .half-txt img,
  body main #content section#contact .half-txt img {
    margin: 0;
  }
  html main #content section#contact .half-txt .content,
  body main #content section#contact .half-txt .content {
    margin: auto auto 0 auto;
  }
}
/* iPads (portrait and landscape) ----------- */
/* iPads (landscape) ----------- */
/* iPads (portrait) ----------- */
/**********
iPad 3
**********/
@media only screen and (min-width: 920px) {
  nav #menu ul {
    width: 60%;
  }
  .half-txt .content {
    width: 80%;
    padding: 0;
  }
    

    
    
  html main #content section#presse #liste-presse li.column:nth-child(2),
  body main #content section#presse #liste-presse li.column:nth-child(2),
html main #content section#presse #liste-presse li.column:nth-child(4),
    body main #content section#presse #liste-presse li.column:nth-child(4,
    body main #content section#presse #liste-presse li.column:nth-child(6),
    html main #content section#presse #liste-presse li.column:nth-child(6)
    
    {
    display: none;
}
  

    
}




/* Desktops and laptops ----------- */
@media only screen and (min-width: 1200px) {
  nav #menu ul {
    width: 45%;
  }
  header {
    width: 50% !important;
  }
  html main #content section#presse article,
  body main #content section#presse article {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  .half-txt .content {
    width: 50%;
    padding: 3em 0 3em 0;
  }
}
/* iPhone 4 ----------- */
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) /* Chrome, Opera 15+, Safari 3.1+ */;
    -ms-transform: rotate(0deg) /* IE 9 */;
    transform: rotate(0deg) /* Firefox 16+, IE 10+, Opera */;
  }
  100% {
    -webkit-transform: rotate(360deg) /* Chrome, Opera 15+, Safari 3.1+ */;
    -ms-transform: rotate(360deg) /* IE 9 */;
    transform: rotate(360deg) /* Firefox 16+, IE 10+, Opera */;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) /* Chrome, Opera 15+, Safari 3.1+ */;
    -ms-transform: rotate(0deg) /* IE 9 */;
    transform: rotate(0deg) /* Firefox 16+, IE 10+, Opera */;
  }
  100% {
    -webkit-transform: rotate(360deg) /* Chrome, Opera 15+, Safari 3.1+ */;
    -ms-transform: rotate(360deg) /* IE 9 */;
    transform: rotate(360deg) /* Firefox 16+, IE 10+, Opera */;
  }
}
@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) /* Chrome, Opera 15+, Safari 3.1+ */;
    -ms-transform: rotate(0deg) /* IE 9 */;
    transform: rotate(0deg) /* Firefox 16+, IE 10+, Opera */;
  }
  100% {
    -webkit-transform: rotate(360deg) /* Chrome, Opera 15+, Safari 3.1+ */;
    -ms-transform: rotate(360deg) /* IE 9 */;
    transform: rotate(360deg) /* Firefox 16+, IE 10+, Opera */;
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) /* Chrome, Opera 15+, Safari 3.1+ */;
    -ms-transform: rotate(0deg) /* IE 9 */;
    transform: rotate(0deg) /* Firefox 16+, IE 10+, Opera */;
  }
  100% {
    -webkit-transform: rotate(360deg) /* Chrome, Opera 15+, Safari 3.1+ */;
    -ms-transform: rotate(360deg) /* IE 9 */;
    transform: rotate(360deg) /* Firefox 16+, IE 10+, Opera */;
  }
}
@-moz-keyframes bounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-20px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-20px);
  }
}
@-o-keyframes bounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-20px);
  }
}
@keyframes bounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-20px);
  }
}

@media (max-width: 767px) { 
    
    html main #content section#contact #adresse img, body main #content section#contact #adresse img {
        
        margin-left: auto;
margin-right: auto;
    }

}