<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Winehub
Theme URI: http://www.fisheye-communication.com/
Description: ThÃ¨me Winehub rÃ©alisÃ© par Fisheye Communication pour le Sud de France Developpement
Version: 1.0
Author: Fisheye Communication
*/
/* ==========================================================================
   LESSHat import
   ========================================================================== */
/* ==========================================================================
   Reset CSS
   ========================================================================== */
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 {
  line-height: 1;
}
ul {
  list-style: square;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
html,
body {
  overflow-x: hidden;
}
/* ==========================================================================
   WordPress Classes
   ========================================================================== */
/* Alignment */
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
  margin: 1.539em 0;
}
.alignnone {
  float: none;
  margin: 1.539em;
}
/* Images &amp; WordPress Media */
img {
  border: 0;
  vertical-align: bottom;
}
a img {
  border: none;
}
/**
 * WordPress Media
 * Resize images to fit the main content area.
 * - Applies only to images uploaded via WordPress by targeting size-* classes.
 * - Other images will be left alone. Use "size-auto" class to apply to other images.
 */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
figure.thumb-small {
  float: left;
  margin-right: 1.539em;
}
img.alignleft,
figure.alignleft {
  float: left;
}
img.alignright,
figure.alignright {
  float: right;
}
img.aligncenter,
figure.aligncenter,
p.attachment img {
  display: block;
  margin: 1.539em auto;
}
img.alignnone,
figure.alignnone {
  display: inline;
}
figure img {
  margin: .27em 0;
}
figcaption,
.wp-caption,
.wp-caption-text,
.gallery-caption {
  padding: .539em 0;
  text-align: center;
  font-style: italic;
  font-size: .85em;
}
.gallery-item dd {
  margin-bottom: 0;
}
.wp-smiley {
  margin: 0;
}
/* ==========================================================================
   Base styles
   ========================================================================== */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* For IE 6/7 only Include this rule to trigger hasLayout and contain floats. */
.clearfix {
  *zoom: 1;
}
html,
button,
input,
select,
textarea,
body a {
  text-decoration: none;
}
body {
  line-height: 1.25em;
  color: #222;
  font-family: "source-sans-pro", "Century Gothic", "trebuchet ms", sans-serif;
  font-size: 16px;
  background-color: #efefef;
}
.section {
  width: 100%;
}
.container {
  max-width: 1170px !important;
  padding: 0px 30px !important;
  margin: 0px auto !important;
}
.placeholder {
  height: 400px;
  display: block;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.25em;
}
h3 {
  font-size: 1.125em;
}
p {
  font-size: 1.125em;
}
a.read-more {
  color: #434343;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a.read-more:hover {
  border-bottom: 2px solid;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #eca11e;
  text-shadow: none;
}
::selection {
  background: #eca11e;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 1.25em 0em;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
ol {
  list-style: decimal;
  padding-left: 2.50em;
}
ul {
  padding-left: 2.50em;
}
ol li,
ul li:not(.icl-zh-hans) {
  margin-bottom: 1.25em;
}
/* ==========================================================================
   Transversal elements
   ========================================================================== */
.noDisplay {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
body .button {
  border: 1px solid #408ed1;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #d8ebf4;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYjgzYzEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQwOTBkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, #3b83c1 0%, #4090d5 100%);
  background-image: -moz-linear-gradient(bottom, #3b83c1 0%, #4090d5 100%);
  background-image: -o-linear-gradient(bottom, #3b83c1 0%, #4090d5 100%);
  background-image: linear-gradient(to top, #3b83c1 0%, #4090d5 100%);
  color: #fff;
  text-shadow: 0 1px 0 rgba(71, 70, 70, 0.49);
  padding: 0.3125em 1.875em;
}
.button:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYjgzYzEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQwOTBkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #3b83c1 0%, #4090d5 100%);
  background-image: -moz-linear-gradient(top, #3b83c1 0%, #4090d5 100%);
  background-image: -o-linear-gradient(top, #3b83c1 0%, #4090d5 100%);
  background-image: linear-gradient(to bottom, #3b83c1 0%, #4090d5 100%);
  border-bottom: 1px solid #408ed1;
}
.buttonAction {
  border: 1px solid #b20052;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #d8ebf4;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4NTAzM2YiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I3MjI2NyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, #85033f 0%, #b72267 100%);
  background-image: -moz-linear-gradient(bottom, #85033f 0%, #b72267 100%);
  background-image: -o-linear-gradient(bottom, #85033f 0%, #b72267 100%);
  background-image: linear-gradient(to top, #85033f 0%, #b72267 100%);
  color: #fff;
  text-shadow: 0 1px 0 rgba(71, 70, 70, 0.49);
  padding: 0.3125em 0.625em;
}
.buttonAction:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4NTAzM2YiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I3MjI2NyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #85033f 0%, #b72267 100%);
  background-image: -moz-linear-gradient(top, #85033f 0%, #b72267 100%);
  background-image: -o-linear-gradient(top, #85033f 0%, #b72267 100%);
  background-image: linear-gradient(to bottom, #85033f 0%, #b72267 100%);
  border-bottom: 1px solid #b20052;
}
.meta {
  text-transform: uppercase;
  color: #777777;
  font-size: 0.75em;
  padding-bottom: 0.95em;
}
/* ==========================================================================
   Header
   ========================================================================== */
body&gt;header {
  width: 100%;
  background-color: #e0e6f0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyMTIxMjEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM2MzUzNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, #212121 0%, #363535 100%);
  background-image: -moz-linear-gradient(bottom, #212121 0%, #363535 100%);
  background-image: -o-linear-gradient(bottom, #212121 0%, #363535 100%);
  background-image: linear-gradient(to top, #212121 0%, #363535 100%);
  border-bottom: 1px solid #1e1e1e;
  padding: 20px 0em;
}
header .container {
  padding: 0px 30px;
}
header .container nav {
  padding-top: 19.5px;
}
header .container nav a {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
  margin-right: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header .container nav a:hover {
  border-bottom: 2px solid #fff;
}
header .container nav .button {
  margin-right: 15px;
}
header .container nav .button:hover {
  border-bottom: 1px solid #408ed1;
}
header .container nav .buttonAction:hover {
  border-bottom: 1px solid #b20052;
}

header .container nav ul {
  list-style:none;
}

header .container nav ul li {
display: inline-block;
}
/* ==========================================================================
   Footer
   ========================================================================== */
footer.mainFooter .container {
  display: flex;
  flex-wrap: wrap;
}

footer.mainFooter .container .rightPart,
footer.mainFooter .container .leftPart {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

footer {
  border-top: 5px solid #FFCD20;
  background-color: #212121;
  text-align: center;
  padding: 0 0 20px 0em;
}
footer a {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
}
footer a:hover {
  border-bottom: 2px solid #fff;
}

footer .sdfLogo {
  margin-top: 20px;
  margin-right: 20px;
}

footer .sdfLogo img {
  float: left;
  height: 100px;
}

footer .occitanieLogo {
  margin-top: 20px;
  margin-right: 20px;
}
footer .occitanieLogo img {
  float: left;
  height: 100px;
}

footer .adoccLogo {
  margin-top: 20px;
  margin-left: 20px;
}
footer .adoccLogo img {
  height: 100px;
  float: right;
}

footer .linkFooter {
  flex: 1 1 auto;
  margin : 0 auto;
  text-align: center;
  padding-top: 25px;
}

/* ==========================================================================
   Front page
   ========================================================================== */
.banner {
  text-align: center;
  position: relative;
  width: 100%;
  min-height: 500px;
  background: url('img/banner-bg.jpg') no-repeat;
  background-size:cover;
}
.banner .container {
  box-sizing: border-box;
  width: 100%;
  max-width: 20000px;
  text-align: center;
/*  position: absolute;*/
  z-index: 2;
  color: #fff;
}
.banner .container p {
  max-width: 1000px;
  padding-bottom: 54px;
  font-size: 1.5625em;
  line-height: 1.25em;
  margin: 0px auto;
}
.banner .container .button {
  font-size: 1.875em;
}
.banner .imgBanner {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .imgBanner img {
  width: 100%;
  height: auto;
}
.marketPlace {
  text-align: center;
  background: #efefef;
  -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,.75);
  -moz-box-shadow: 0px 1px 0px rgba(255,255,255,.75);
  box-shadow: 0px 1px 0px rgba(255,255,255,.75);
  border-bottom: 3px solid #cacaca;
  padding: 3.625em 0em;
}
.marketPlace h1 {
  font-size: 1.875em;
  margin-bottom: 1.333em;
}

.marketPlace p {
  line-height: 1.75em;
}
.marketPlace img {
  margin-top: 2.5em;
  width: 100%;
  height: auto;
}
.searchEngine {
  background: #efefef;
  border: 1px solid #cbcbcb;
}
.searchEngine h2 {
  text-align: center;
  background: #fff;
  text-transform: uppercase;
  color: #919191;
  font-size: 3.0125em;
  padding: 0.8em 0em;
  border: 1px solid #cbcbcb;
  line-height: 1em;
}
#stuffFromWinehub #wait {
  height: 612px;
  text-align: center;
}
#stuffFromWinehub .backToTop.button {
  display: none;
}
#stuffFromWinehub .searchEngine {
  background: #fff;
  border: none;
}
#stuffFromWinehub .searchEngine .container .searchEngineMobileWidget {
  margin-top: 15px;
}

#stuffFromWinehub .searchEngine .container .searchEngineMobileWidget .searchInputs .toolObjectVizMobileWidget table tbody {
  justify-content: center;
  padding-bottom: 10px;
}
#stuffFromWinehub .searchEngine .container .searchEngineMobileWidget .searchInputs .toolObjectVizMobileWidget table tbody tr {
  flex-basis: 33.33%;
  padding: 0 10px;
}

#stuffFromWinehub .searchEngine .box {
  margin-top: 1.25em;
  border-bottom: 1px solid #d7d6d6;
  background: #efefef;
  box-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px;
  -o-box-shadow: 0px 0px 0px;
  -moz-box-shadow: 0px 0px 0px;
}
#stuffFromWinehub .searchEngine .box header {
  display: none;
}
#stuffFromWinehub .searchEngine .box .toolList .listSearch {
  background: transparent;
  padding: 0em 0em 1em 1.5em;
  margin: 1.25em 0em;
}
#stuffFromWinehub .searchEngine .box .toolList .listSearch .listSearchItem {
  width: 17.5%;
}
#stuffFromWinehub .searchEngine .box .toolList .listSearch .listSearchItem.productInput {
  width: 46%;
}
#stuffFromWinehub .searchEngine .box .toolList .listSearch nav {
  width: 98%;
  border-top: none;
  padding-top: 0em;
  margin-top: -3.77em;
  margin-right: 15.5em;
}
#stuffFromWinehub .searchEngine .panelContainer {
  margin-bottom: 0em;
}
#stuffFromWinehub .searchEngine .panelContainer .toolTabulationView .toolTabulation {
  padding-bottom: 2.1875em;
}
#stuffFromWinehub .searchEngine .panelContainer .toolTabulationView .toolTabulation .tabulationButtons {
  display: none;
}
#stuffFromWinehub .searchEngine .panelContainer .toolTabulationView .toolTabulation .tabulationBody {
  border: none;
  padding: 0em;
  background: transparent;
}
#stuffFromWinehub .searchEngine .panelContainer .toolTabulationView .toolTabulation .tabulationBody .tagBox {
  width: auto;
  margin-right: 0em;
  padding: 0.5em 1em 1em 1em;
}
#stuffFromWinehub .searchEngine .panelContainer .toolTabulationView .toolTabulation .tabulationBody .tagBox h2 {
  font-size: 1em;
  border-bottom: 2px solid #CBCBCB;
  color: #444;
  text-transform: none;
  background: transparent;
  text-align: left;
  padding: 0.5em;
  margin-bottom: 1em;
}
#stuffFromWinehub .searchEngine .panelContainer .toolTabulationView .toolTabulation .tabulationBody .toolTabView .toolTab {
  padding-left: 2.5em;
}
#stuffFromWinehub .searchEngine .panelContainer .toolTabulationView .toolTabulation .tabulationBody .toolTabView .toolTab .productResult .productEmbededWidget header.productProducer {
  border-bottom: none;
  padding: 0px;
  height: 35px;
  background: #717171;
  background-image: none;
}
#stuffFromWinehub .searchEngine .panelContainer .toolTabulationView .toolTabulation .tabulationBody .toolTabView .toolTab .productResult .productEmbededWidget header.productProducer h1 {
  color: #fff;
}
#stuffFromWinehub .searchEngine .panelContainer .toolTabulationView .toolTabulation .tabulationBody .toolTabView .toolTab .productResult .productEmbededWidget .productEmbededContent div.productName {
  padding: 0.31em 0em 0em 0em;
}
#stuffFromWinehub .searchEngine .panelContainer .toolTabulationView .toolTabulation .tabulationBody .toolTabView .toolTab .productResult .productEmbededWidget .productEmbededContent div.productName button.productName {
  color: #212121;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: bold;
  background: transparent;
  border: none;
  font-size: 1em;
}
#stuffFromWinehub .searchEngine .panelContainer .toolTabulationView .toolTabulation .tabulationBody .toolTabView .toolTab .productResult nav {
  width: 100.6%;
}
#stuffFromWinehub .searchEngine .panelContainer .toolTabulationView .toolTabulation .tabulationBody .toolTabView .toolTab a.btn.see {
  float: none;
  margin-left: 80%;
}
#stuffFromWinehub .searchEngine .panelContainer .toolTabulationView .toolTabulation .tabulationBody .toolTabView .toolTab a.btn.see span.picto {
  display: none;
}

#stuffFromWinehub .lists-box {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 20px;
  background-color: #EFEFEF;
}
#stuffFromWinehub .lists-box &gt;.ember-view &gt; .title {
  color: black;
}

#stuffFromWinehub .lists-box&gt;* {
  flex: 0 0 auto;
}

#stuffFromWinehub .lists-box .callTenderListBoxWidget {
  width: 100%;
  max-width: 480px;
}
#stuffFromWinehub .lists-box .callTenderListBoxWidget .items {
  flex-direction: row;
  flex-wrap: wrap;
}

.bannerSdfd .bannerSdfdContent {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fff;
  margin-top: -140px;
  background: url(img/bannerSdfdContent.png);
  padding: 30px 0px;
}
.bannerSdfd .bannerSdfdContent .container {
  /*width: 100%;*/
  margin: 0px auto;
}
.bannerSdfd .bannerSdfdContent p {
  text-align: left;
  font-size: 1em;
  max-width: 82%;
  display: inline-block;
}
.bannerSdfd .bannerSdfdContent .button {
  margin-top: 1.65em;
}
.bannerSdfd .sdfdBanner {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bannerSdfd .sdfdBanner img {
  width: 100%;
  height: auto;
}
.homeNews,
.category {
  background: #efefef;
  text-align: center;
  padding-bottom: 2em;
}
.homeNews .container,
.category .container {
  padding-bottom: 1.875em;
}
.homeNews .container ul,
.category .container ul {
  list-style: none;
  padding: 1.875em 0em 0em;
  text-align: left;
}
.homeNews .container ul li,
.category .container ul li {
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 5px rgba(232,232,232,.75);
  -moz-box-shadow: 1px 2px 5px rgba(232,232,232,.75);
  box-shadow: 1px 2px 5px rgba(232,232,232,.75);
  color: #434343;
  font-size: 0.875em;
  padding: 0.714em 0.714em 0.8em 0.714em;
  display: inline-block;
  width: 45%;
  margin: 0em 20px 30px 0em;
}
.homeNews .container ul li img,
.category .container ul li img {
  float: left;
  margin-right: 0.714em;
}
.homeNews .container ul li h2,
.category .container ul li h2 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.714em;
}
.homeNews .container ul li h2 a,
.category .container ul li h2 a {
  color: #434343;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.homeNews .container ul li h2 a:hover,
.category .container ul li h2 a:hover {
  border-bottom: 2px solid;
}
.homeNews .container ul li.category-sud-de-france,
.category .container ul li.category-sud-de-france {
  background: #f9f2d8;
}
.homeNews .container ul li.category-sud-de-france p.meta:before,
.category .container ul li.category-sud-de-france p.meta:before {
  content: "Sud de France - ";
  color: #e3001b;
  font-weight: bold;
}
/* ==========================================================================
   Page
   ========================================================================== */
.page {
  background-color: #dfdfdf;
  margin-bottom: 70px;
}
.page article {
  background: #fff;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
}
.page article.full-width {
  width: 100%;
}
.page article h1 {
  text-transform: uppercase;
  color: #3c85c3;
  font-weight: bold;
  padding: 1.667em 0em;
  font-size: 1.40em;
}
.page article h2 {
  color: #212121;
  font-weight: bold;
  clear: both;
  padding: 30px 0em 20px 0em;
}
.page article p {
  font-size: 1em;
  line-height: 1.45em;
  margin-top: 0.625em;
}
.page article p img {
  margin-right: 20px;
}
.page article ul {
  margin-top: 0.625em;
  padding: 0em 30px;
  list-style: square;
}
.page article ul li {
  margin-bottom: 15px;
}
.page aside {
  background-color: #dfdfdf;
  padding: 30px;
  width: 19%;
  display: block;
}
/* ==========================================================================
   Single
   ========================================================================== */
.single article h1 {
  padding: 1.667em 0em 0.25em 0em;
}
.single article p.meta {
  font-size: 0.75em;
}
.single article p.meta a {
  color: #434343;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.single article p.meta a:hover {
  border-bottom: 2px solid;
}
/* ==========================================================================
   Category
   ========================================================================== */
.category header {
  background-color: transparent;
  background-image: none;
  border-bottom: none;
  padding: 0em;
  text-align: left;
}
.category header h1 {
  text-transform: uppercase;
  color: #3c85c3;
  font-weight: bold;
  padding: 1.667em 0em 0.25em 0em;
  font-size: 1.40em;
}
/* ==========================================================================
   ActualitÃ©
   ========================================================================== */
.news header p.meta a {
  color: #434343;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.news header p.meta a:hover {
  border-bottom: 2px solid;
}
.news header p.meta a:after {
  content: " / ";
}
.news header p.meta br {
  display: none;
}

.page .categoryLanding h1 {
  padding: 20px 0px 0 0px;
}

.categoryLanding .meta a {
    color: #434343;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.categoryLanding .meta a:after {
  content: " / ";
}

.categoryLanding .meta a:hover {
  border-bottom: 2px solid;
}

.categoryLanding .meta br {
  display: none;
}

.articleSingleList {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.articleSingleList .listThumbnail {
  float: left;
}

.articleSingleList .listContent {
  float: left;
  width: 100%;
  max-width: 640px;
  padding: 0 30px 0 30px;
  box-sizing: border-box;
}

.articleSingleList .listContent h2 {
  padding: 0;
}

.articleSingleList h2 a {
  color: inherit;
}

.articleSingleList h2 a:hover {
  border-bottom: 1px dashed #ccc;
}

.articleSingleList .metaSingle {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #bbb;
  text-transform: uppercase;
}

/* Single Sidebar */

/* --------- Bloc inscription */

.inscriptionReminder {
  width: 220px;
  height: 220px;
  padding: 10px;
  overflow: hidden;
  background : url('img/theBG.jpg') no-repeat;
}

.inscriptionReminder p {
  text-align: center;
  color: white;
}

.inscriptionReminder img {
  padding-top: 20px;
}

.firstSentence {
  font-size: 16px;
  font-weight: normal;
  margin-top: 20px;
}

.secondSentence {
  font-size: 24px;
  font-weight: bold;
  padding-top: 5px;
}

.thirdSentence {
  font-size: 16px;
  font-weight: normal;
  padding-top: 5px;
}

.thirdSentence span {
  font-size: 20px;
  font-weight: bold;
}

.actionMan {
  margin-top: 30px;
}

.actionMan a {
  display: block;
}

/* Bloc Standard */

.blockRepeater {
  width: 200px;
  background: white;
  padding : 20px;
  margin-top: 30px;
}

.blockRepeater img {
  max-width: 200px;
  height: auto;
}

.blockRepeater .subText {
  font-size: 12px;
  color: #444;
  text-align: center;
  line-height: 16px;
  padding: 10px 0;
}

.actionBoy .btn {
  border: 1px solid #bdbdbd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #d8ebf4;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(bottom, #e2e2e2 0%, #f4f4f4 100%);
  background-image: -o-linear-gradient(bottom, #e2e2e2 0%, #f4f4f4 100%);
  background-image: -webkit-linear-gradient(bottom, #e2e2e2 0%, #f4f4f4 100%);
  background-image: linear-gradient(bottom, #e2e2e2 0%, #f4f4f4 100%);
  color: #222;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  padding : 5px 10px;
  text-align: center;
  }

  /* Page terroirs */

  .terroirsList {
    margin-top: 30px;
  }

  .terroirsList h3 {
    color: #222;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }

  .terroirsList ul {
    padding-left: 20px;
  }

  .terroirsList ul li {
    margin-bottom: 10px;
    font-size : 14px;
  }

  .terroirsList a {
    color: #444;
  }

  .terroirsList a:hover {
    border-bottom: 1px dotted #ccc;
  }

  .logoBanner {
    padding: 50px 0 30px 0;
    width: 100%;
    max-width: 600px;
  }

  .buttonBack {
    border: 1px solid #b20052;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    background-color: #d8ebf4;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4NTAzM2YiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I3MjI2NyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(bottom, #85033f 0%, #b72267 100%);
    background-image: -moz-linear-gradient(bottom, #85033f 0%, #b72267 100%);
    background-image: -o-linear-gradient(bottom, #85033f 0%, #b72267 100%);
    background-image: linear-gradient(to top, #85033f 0%, #b72267 100%);
    color: #fff;
    text-shadow: 0 1px 0 rgba(71, 70, 70, 0.49);
    padding: 0.3125em 0.625em;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
  }

.aide .buttonBack {
    display: inline;
    float: right;
}

.aide iframe { margin-top: 1.25em; }
body &gt; .container &gt; article &gt; .post iframe {
  max-width: 100%;
}

.aideProducteur .articleSingleList { margin-top: 20px; }
.aideProducteur .categoryLanding h1 {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.lienTaxo {
    text-align: right;
    margin-top: 1em;
}

.lienTaxo a {
    border: 1px solid #b20052;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    background-color: #d8ebf4;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4NTAzM2YiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I3MjI2NyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(bottom, #85033f 0%, #b72267 100%);
    background-image: -moz-linear-gradient(bottom, #85033f 0%, #b72267 100%);
    background-image: -o-linear-gradient(bottom, #85033f 0%, #b72267 100%);
    background-image: linear-gradient(to top, #85033f 0%, #b72267 100%);
    color: #fff;
    text-shadow: 0 1px 0 rgba(71, 70, 70, 0.49);
    padding: 0.3125em 0.625em;
    font-size: 14px;
    text-transform: uppercase;
}

  #overlay {
    background: url('img/overlay.png') repeat;
    position:fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    display: none;
  }

  .modalConnexion {
    display: none;
    background: white;
    position: fixed;
    z-index:10001;
    width: 500px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding : 20px 20px 30px 20px;
    top : 200px;
    text-align: center;
    border-bottom: 5px solid #3b85c3;
    max-width: 100%;
    box-sizing: border-box;
  }

  .modalConnexion h3 {
    font-size: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
  }

  .modalConnexion p {
    font-size: 20px;
    font-weight: bold;
  }

  .modalConnexion a {
    border: 1px solid #b6b6b6;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    background-color: #e2e2e2;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f4f4f4', EndColorStr='#e2e2e2');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f4f4f4',EndColorStr='#e2e2e2')";
    zoom: 1;
    background-image: -moz-linear-gradient(bottom, #e2e2e2 0%, #f4f4f4 100%);
    background-image: -ms-linear-gradient(bottom, #e2e2e2 0%, #f4f4f4 100%);
    background-image: -o-linear-gradient(bottom, #e2e2e2 0%, #f4f4f4 100%);
    background-image: -webkit-linear-gradient(bottom, #e2e2e2 0%, #f4f4f4 100%);
    background-image: linear-gradient(bottom, #e2e2e2 0%, #f4f4f4 100%);
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0.415em 0.83em;
    text-decoration: none;
    margin-left: 1em;
    font-size: 1em;
    color: #434343;
    display: block;
    margin-top: 10px;
  }

.languageSelector {
  padding : 5px 0 5px  0;
  background: black;
}

.languageSelector .container {
  position: relative;
}
.languageSelector .container .sdfLogo {
  flex: 1 1 auto;
  width: 10px;
  margin-left: 8px;
  display: none;
}
.languageSelector .container .sdfLogo img {
  width: 100%;
  max-width: 180px;
}
.languageSelector  .connectionLink {
  color: white;
}
.languageSelector  .connectionLink .connectionIcon {
  height: 37px;
}
.languageSelector  .label {
  margin-left: 5px;
}

#lang_sel_click&gt;ul&gt;li&gt;ul,
#lang_sel&gt;ul&gt;li&gt;ul {
  top: 35px;
  left: -48px;
}

/* languageselector entries */
#lang_sel_click&gt;ul&gt;li&gt;ul&gt;li&gt;a,
#lang_sel&gt;ul&gt;li&gt;ul&gt;li&gt;a {
  height: 25px;
  display: flex;
  align-items: center;
}

#lang_sel_click&gt;ul&gt;li,
#lang_sel&gt;ul&gt;li {
  width: 100%;
}
#lang_sel ul ul {
  z-index:1000;
}
body #lang_sel_click, body #lang_sel {
  width: 35px;
  height: 35px;
  font-size: 0;
}
#lang_sel_click .lang_sel_sel li, #lang_sel .lang_sel_sel li {
  width: 100%;
  height: 100%;
}
#lang_sel_click .lang_sel_sel,
#lang_sel .lang_sel_sel {
  width: 35px;
  height: 35px;
  font-size: 0;
  padding: 0;
  background-color: transparent;
  border: 2px solid white;
  box-sizing: border-box;
  border-radius: 40px;
  overflow: hidden;
}
#lang_sel_click .lang_sel_sel .iclflag,
#lang_sel .lang_sel_sel .iclflag {
  width: 100%;
  height: 100%;
  top: 0;
}

#menu-principal {
  list-style: none;
  float: right;
  text-align: right;
}

#menu-principal li {
  display: inline-block;
}

.logo {
  float: left;
  height: 54px;
}

.map-terroir-image {
  display: none;
}

.languageSelector .container {
  display: flex;
  align-items: center;
  
  justify-content: space-between;
}

/* Responsive stuff */

@media only screen
and (min-width : 768px)
and (max-width : 1035px)  {
  #stuffFromWinehub .contentFromWinehub .promoOffre .box {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .map-terroir-image {
    display: block;

  }

  .map-terroir-flash {
    display: none;
  }

  .page article {
    width: 66%;
  }
}

@media only screen and (max-width: 768px) {
  body &gt; .container {
    padding: 0 !important;
  }
  #stuffFromWinehub .searchEngine .container .searchEngineMobileWidget .searchInputs .toolObjectVizMobileWidget table tbody tr {
    flex-basis: 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .mob-menu-header-holder.mobmenu {
    position: absolute;
    width: auto;
    right: auto;
  }

  .mob-menu-header-holder.mobmenu .mob-menu-logo-holder {
    display: none;
  }

  .mob-menu-header-holder.mobmenu .mob-menu-icon {
    transform: scaleX(1.2);
  }

  .banner .container .logoBanner {
    padding: 60px 0 30px 0;
  }

  .languageSelector {
    height: 55px;
    padding-left: 53px;
  }
  .languageSelector .container {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    
    justify-content: flex-end;
    padding: 0 10px 0 0 !important;
  }
  .languageSelector .container &gt;* {
    margin-left: 15px;
  }
  .banner .container .button {
    white-space: nowrap;
  }
  .marketPlace .container &gt; h1 {
    line-height: 1em;
  }
  .marketPlace .container {
    padding: 0 15px !important;
  }
  .marketPlace .container {
    padding: 0 15px !important;
  }
  #stuffFromWinehub .bannerSdfd {
    position: relative;
  }
  #stuffFromWinehub .bannerSdfd .sdfdBanner,
  #stuffFromWinehub .bannerSdfd .sdfdBanner img {
    height: 100%;
    width: auto;
  }
  #stuffFromWinehub .bannerSdfd .bannerSdfdContent {
    position: absolute;
    bottom: 0;
  }
  #stuffFromWinehub .bannerSdfd .bannerSdfdContent .container {
    padding: 0 10px !important;
  }

  #stuffFromWinehub .homeNews {
    display: flex;
    flex-direction: column;
  }
  #stuffFromWinehub .homeNews &gt;* {
    width: 100%;
    box-sizing: border-box;
  }
  #stuffFromWinehub .homeNews &gt;* .post {
    width: 100%;
    box-sizing: border-box;
  }
  #stuffFromWinehub .homeNews &gt;* .post .postExcerpt {
    overflow: hidden;
  }

  /* Page contact */
  body &gt; .container &gt; article &gt; .post &gt; .wpcf7 textarea,
  body &gt; .container &gt; article &gt; .post &gt; .wpcf7 input {
    width: 100%;
    max-width: 400px;
  }

  /* actualitÃ©s */
  .articleSingleList .listContent {
    padding: 0;
  }
  .articleSingleList .listContent .postExcerpt {
    overflow: hidden;
  }

  .searchEngine .container {
    padding: 0 !important;
  }

  #mobmenuleft li.menu-item a {
    font-size: 25px;
  }

  footer.mainFooter .container {
    padding: 0 15px !important;
  }
  footer.mainFooter .container img{
    height: 75px;
  }
  footer.mainFooter .container .adoccLogo img {
    width: 200px;
    height: auto;
  }
  footer.mainFooter .container &gt; *{
    flex: 1 1 100%;
  }
  .languageSelector .container .homeButton {
    height: 30px;
    display: block;
  }
  .languageSelector .connectionLink .label{
    display: none;
  }
  .languageSelector .container .sdfLogo {
    display: block;
  }
} /* @media only screen and (max-width: 1024px) { */</pre></body></html>