.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?kcf4dy');
  src: url('../fonts/icomoon.eot?kcf4dy#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?kcf4dy') format('truetype'), url('../fonts/icomoon.woff?kcf4dy') format('woff'), url('../fonts/icomoon.svg?kcf4dy#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-croix:before {
  content: "\e903";
}
.icon-burger:before {
  content: "\e902";
}
.icon-panier:before {
  content: "\e900";
}
.icon-utilisateur:before {
  content: "\e901";
}
body {
  font-family: "Muli", sans-serif;
  overflow-x: hidden;
}
body a {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-decoration: none;
}
body a:hover,
body a:active,
body a:focus {
  text-decoration: none;
  outline: 0;
}
body >header {
  background-image: url(../img/bg-header.jpg);
  background-size: cover;
  background-position: center;
  background-color: #637976;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  height: 305px;
  z-index: 25;
}
body >header .container {
  max-width: 1670px;
}
body >header .raccourcis {
  text-align: right;
}
body >header .raccourcis ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
body >header .raccourcis ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
}
body >header .raccourcis ul li:first-child {
  margin-left: 0;
}
body >header .raccourcis ul li a {
  color: #fff !important;
  font-size: 33px;
  line-height: 33px;
  display: block;
  position: relative;
  cursor: pointer;
}
body >header .raccourcis ul li a em {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  line-height: 16px;
  font-size: 10px;
  background-color: #d3aea6;
  font-style: normal;
  display: block;
  text-align: center;
  position: absolute;
  top: -3px;
  right: -8px;
  color: #fff;
}
body >header .raccourcis ul li a em.connecte {
  background-color: green;
}
body >header .raccourcis ul li a em.non-connecte {
  background-color: red;
}
body >header .raccourcis ul li a:hover {
  color: #d3aea6 !important;
}
body >header .raccourcis ul li.menu a {
  font-size: 24px;
  line-height: 24px;
  width: 48px;
  height: 24px;
  text-align: center;
}
body >header .raccourcis ul li.menu a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
body >header .raccourcis ul li.menu a i.icon-croix {
  opacity: 0;
}
body >header .raccourcis ul li.menu a.active i.icon-burger {
  opacity: 0;
}
body >header .raccourcis ul li.menu a.active i.icon-croix {
  opacity: 1;
}
body >header .menu-principal {
  background-color: #d3aea6;
  position: fixed;
  left: -1000px;
  top: 0;
  height: 100%;
  width: 400px;
  padding: 3% 3% 0;
}
body >header .menu-principal ul.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body >header .menu-principal ul.menu >li {
  margin-bottom: 5px;
}
body >header .menu-principal ul.menu >li >a {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
}
body >header .menu-principal ul.menu >li >a:hover {
  color: #455452;
}
body >header .menu-principal ul.menu >li >ul.sub-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 30px;
  display: none;
}
body >header .menu-principal ul.menu >li >ul.sub-menu >li >a {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
body >header .menu-principal ul.menu >li >ul.sub-menu >li >a:hover {
  color: #455452;
}
body >header .menu-principal ul.menu >li >ul.sub-menu >li.current-menu-item >a {
  color: #455452;
}
body >header .menu-principal ul.menu >li.menu-item-has-children >a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
  display: inline-block;
}
body >header .menu-principal ul.menu >li.menu-item-has-children.open >a:after {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
body >header .menu-principal ul.menu >li.current-menu-item >a,
body >header .menu-principal ul.menu >li.current-menu-parent >a {
  color: #455452;
}
body >header.scrolled {
  position: fixed;
  height: 60px;
  background-image: none;
  background-color: #637976;
}
body >header.scrolled .logo img {
  height: 50px;
}
body >main {
  padding-top: 400px;
  min-height: 500px;
}
body >main .bloc-de-texte {
  font-size: 18px;
  line-height: 26px;
  color: #637976;
}
body >main .bloc-de-texte p,
body >main .bloc-de-texte ul,
body >main .bloc-de-texte ol {
  margin-bottom: 30px;
}
body >main .bloc-de-texte p {
  text-align: justify;
}
body >main .bloc-de-texte ul,
body >main .bloc-de-texte ol {
  padding-left: 21px;
}
body >main .bloc-de-texte a {
  color: #637976;
  position: relative;
  display: inline-block;
}
body >main .bloc-de-texte a:after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #d3aea6;
}
body >main .bloc-de-texte a:hover {
  color: #d3aea6;
}
body >main .bloc-de-texte.couper-texte-en-2-colonnes {
  column-count: 2;
  column-gap: 50px;
}
body >main h2 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #a57f4e;
  margin-bottom: 15px;
}
body >main h1,
body >main h3 {
  font-size: 38px;
  line-height: 42px;
  color: #637976;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  margin-bottom: 15px;
}
body >main .introduction {
  padding-top: 31px;
}
body >main .photo-de-fond {
  background-size: cover;
  background-position: center;
}
body >main .bloc-lien-article {
  margin-bottom: 60px;
}
body >main .bloc-lien-article a:hover .visuel .photo .overlay {
  left: -30%;
}
body >main .bloc-lien-article a .visuel .photo {
  height: 180px;
  line-height: 180px;
  position: relative;
  overflow: hidden;
}
body >main .bloc-lien-article a .visuel .photo .overlay {
  position: absolute;
  height: 100%;
  left: -190%;
  top: 0;
  -moz-transform: skew(-35deg,0deg);
  -webkit-transform: skew(-35deg,0deg);
  -o-transform: skew(-35deg,0deg);
  -ms-transform: skew(-35deg,0deg);
  transform: skew(-35deg,0deg);
  background-color: rgba(99,121,118,0.85);
  width: 160%;
  text-align: center;
  font-size: 32px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body >main .bloc-lien-article a .visuel .photo .overlay i {
  -moz-transform: skew(35deg,0deg);
  -webkit-transform: skew(35deg,0deg);
  -o-transform: skew(35deg,0deg);
  -ms-transform: skew(35deg,0deg);
  transform: skew(35deg,0deg);
  color: #fff;
}
body >main .bloc-lien-article a .textuel .type {
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
body >main .bloc-lien-article a .textuel .type div {
  max-width: 140px;
  padding: 8px 15px;
  letter-spacing: 2px;
}
body >main .bloc-lien-article a .textuel .type.conference div {
  background-color: #c39a64;
}
body >main .bloc-lien-article a .textuel .type.colloque div {
  background-color: #637976;
}
body >main .bloc-lien-article a .textuel .type.exposition div {
  background-color: #d3aea6;
}
body >main .bloc-lien-article a .textuel .type.visite_guidee div {
  background-color: #867d74;
}
body >main .bloc-lien-article a .textuel .type.nouveaute div {
  background-color: #455452;
}
body >main .bloc-lien-article a .textuel .type.salon div {
  background-color: #3b5998;
}
body >main .bloc-lien-article a .textuel h4 {
  font-size: 19px;
  line-height: 23px;
  color: #637976;
  font-family: 'Merriweather', serif;
  margin-bottom: 15px;
}
body >main .bloc-lien-article a .textuel .dates {
  color: #c39a64;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
body >main .bloc-lien-article a .textuel .dates span {
  margin-right: 30px;
  display: block;
  margin-bottom: 10px;
}
body >main .bloc-lien-article a .textuel .dates span:last-child {
  margin-right: 0;
}
body >main .bloc-lien-article a .textuel .dates span i {
  margin-right: 12px;
}
body >main .bloc-lien-article a .textuel .texte {
  font-size: 14px;
  line-height: 18px;
}
body >main section {
  position: relative;
}
body >main section.champ-de-recherche {
  margin-bottom: 70px;
}
body >main section.champ-de-recherche .aws-container {
  display: inline-block;
}
body >main section.champ-de-recherche .aws-container form {
  overflow: hidden;
  border-radius: 10px;
  height: 54px;
  align-items: center;
}
body >main section.champ-de-recherche .aws-container form:before {
  content: "Rechercher un produit";
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
  color: #637976;
  width: 370px;
}
body >main section.champ-de-recherche .aws-container form .aws-wrapper {
  height: 100%;
  margin-right: 20px;
}
body >main section.champ-de-recherche .aws-container form .aws-wrapper .aws-search-field {
  background-color: #e6e6e6;
  border-radius: 10px !important;
  width: 100%;
  margin-right: 20px;
  z-index: 0;
  border: 0;
  padding-left: 30px;
  font-size: 16px;
}
body >main section.champ-de-recherche .aws-container form .aws-wrapper .aws-search-field::placeholder {
  color: #867d74;
  opacity: 1;
  font-style: italic;
}
body >main section.champ-de-recherche .aws-container form .aws-wrapper .aws-search-field:-ms-input-placeholder {
  color: #867d74;
  font-style: italic;
}
body >main section.champ-de-recherche .aws-container form .aws-wrapper .aws-search-field::-ms-input-placeholder {
  color: #867d74;
  font-style: italic;
}
body >main section.champ-de-recherche .aws-container form .aws-search-btn {
  background-color: #867d74;
  border-radius: 10px !important;
  height: 100%;
  width: auto;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body >main section.champ-de-recherche .aws-container form .aws-search-btn span {
  color: #fff;
  width: 61px;
}
body >main section.champ-de-recherche .aws-container form .aws-search-btn:hover {
  background-color: #d3aea6;
}
body >main section.fil-dariane {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #637976;
  margin-bottom: 40px;
}
body >main section.fil-dariane a {
  color: #637976;
}
body >main section.fil-dariane a:hover {
  color: #c39a64;
}
body >main section.titre-principal {
  margin-bottom: 80px;
}
body >main section.titre-principal h1 {
  font-size: 62px;
  line-height: 66px;
  font-family: 'Merriweather', serif;
  color: #637976;
  margin: 0;
  font-weight: 300;
}
body >main section.parallax {
  margin-bottom: 100px;
}
body >main section.parallax .parallax-window {
  min-height: 330px;
}
body >main section.texte-avec-ou-sans-image {
  margin-bottom: 130px;
}
body >main section.texte-avec-ou-sans-image .row {
  margin-left: -35px;
  margin-right: -35px;
}
body >main section.texte-avec-ou-sans-image .row >div[class*="col-"] {
  padding-left: 35px;
  padding-right: 35px;
}
body >main section.texte-avec-ou-sans-image.centrer {
  text-align: center;
}
body >main section.texte-avec-ou-sans-image.centrer .bloc-de-texte p,
body >main section.texte-avec-ou-sans-image.centrer .bloc-de-texte ul,
body >main section.texte-avec-ou-sans-image.centrer .bloc-de-texte ol {
  text-align: center;
}
body >main section.texte-avec-ou-sans-image .titres {
  margin-bottom: 35px;
}
body >main section.texte-avec-ou-sans-image .contenus .bloc-de-texte .dates {
  color: #d3aea6;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
}
body >main section.texte-avec-ou-sans-image .contenus .bloc-de-texte .dates span {
  margin-right: 30px;
}
body >main section.texte-avec-ou-sans-image .contenus .bloc-de-texte .dates span:last-child {
  margin-right: 0;
}
body >main section.texte-avec-ou-sans-image .contenus .bloc-de-texte .dates span i {
  margin-right: 12px;
}
body >main section.texte-avec-ou-sans-image .contenus .image .cadre {
  border: 1px solid #455452;
  height: 505px;
  position: relative;
}
body >main section.texte-avec-ou-sans-image .contenus .image .cadre .fond {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 27px;
  bottom: 27px;
}
body >main section.texte-avec-ou-sans-image .contenus .image .cadre.format-carre {
  height: 225px;
}
body >main section.liste-dactualites-sous-forme-de-calendriers-mensuels {
  margin-bottom: 120px;
}
body >main section.liste-dactualites-sous-forme-de-calendriers-mensuels #accordion .card {
  border-radius: 0;
  border: 0;
  border-bottom: 1px dotted #c39a64;
}
body >main section.liste-dactualites-sous-forme-de-calendriers-mensuels #accordion .card .card-header {
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
body >main section.liste-dactualites-sous-forme-de-calendriers-mensuels #accordion .card .card-header button {
  font-size: 20px;
  line-height: 24px;
  color: #c39a64;
  font-family: 'Merriweather', serif;
  padding: 0;
  text-decoration: none;
  width: 100%;
  text-align: left;
  padding: 15px 0;
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body >main section.liste-dactualites-sous-forme-de-calendriers-mensuels #accordion .card .card-header button:hover {
  color: #333333;
}
body >main section.liste-dactualites-sous-forme-de-calendriers-mensuels #accordion .card .card-header button .boutons {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
}
body >main section.liste-dactualites-sous-forme-de-calendriers-mensuels #accordion .card .card-header button .boutons i {
  position: absolute;
}
body >main section.liste-dactualites-sous-forme-de-calendriers-mensuels #accordion .card .card-header button[aria-expanded="false"] .boutons i.fa-plus {
  opacity: 1;
}
body >main section.liste-dactualites-sous-forme-de-calendriers-mensuels #accordion .card .card-header button[aria-expanded="false"] .boutons i.fa-minus {
  opacity: 0;
}
body >main section.liste-dactualites-sous-forme-de-calendriers-mensuels #accordion .card .card-header button[aria-expanded="true"] .boutons i.fa-plus {
  opacity: 0;
}
body >main section.liste-dactualites-sous-forme-de-calendriers-mensuels #accordion .card .card-header button[aria-expanded="true"] .boutons i.fa-minus {
  opacity: 1;
}
body >main section.liste-dactualites-sous-forme-de-calendriers-mensuels #accordion .card .card-body {
  padding: 35px 0;
}
body >main section.liste-dactualites-sous-forme-de-calendriers-mensuels .liens-pied {
  margin-top: 90px;
}
body >main section.liste-dactualites-sous-forme-de-calendriers-mensuels .liens-pied a {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
}
body >main section.liste-dactualites-sous-forme-de-calendriers-mensuels .liens-pied a:after {
  bottom: -15px;
}
body >main section.liste-dactualites-sous-forme-de-calendriers-mensuels .liens-pied a:hover {
  color: #d3aea6;
}
body >main section.liste-dactualites-sous-forme-de-calendriers-mensuels .liens-pied .annee-precedente {
  text-align: right;
}
body >main section.liste-dactualites-sous-forme-de-grille-simple {
  margin-bottom: 120px;
}
body >main section.liste-dactualites-sous-forme-de-grille-simple .titres h3 {
  margin-bottom: 65px;
}
body >main section.liste-dactualites-sous-forme-de-grille-simple .liens-pied {
  margin-top: 90px;
}
body >main section.liste-dactualites-sous-forme-de-grille-simple .liens-pied a {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
}
body >main section.liste-dactualites-sous-forme-de-grille-simple .liens-pied a:after {
  bottom: -15px;
}
body >main section.liste-dactualites-sous-forme-de-grille-simple .liens-pied a:hover {
  color: #d3aea6;
}
body >main section.liste-dactualites-sous-forme-de-grille-simple .liens-pied .annee-precedente {
  text-align: right;
}
body >main section.liste-des-pages-freres {
  background-color: #867d74;
  padding-top: 95px;
  padding-bottom: 95px;
}
body >main section.liste-des-pages-freres .titres h2 {
  color: #ada49b;
}
body >main section.liste-des-pages-freres .titres h3 {
  color: #fff;
}
body >main section.liste-des-pages-freres .liste-pages {
  font-size: 16px;
  line-height: 20px;
  padding-top: 15px;
}
body >main section.liste-des-pages-freres .liste-pages ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  column-count: 2;
  column-gap: 40px;
}
body >main section.liste-des-pages-freres .liste-pages ul li {
  margin-bottom: 15px;
}
body >main section.liste-des-pages-freres .liste-pages ul li.active a {
  color: #fff;
}
body >main section.liste-des-pages-freres .liste-pages ul li a {
  color: #ada49b;
  font-weight: 600;
}
body >main section.liste-des-pages-freres .liste-pages ul li a:hover {
  color: #fff;
}
body >main section.liste-des-pages-freres .liste-pages ul li a:before {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 9px;
}
body >main section.liste-des-partenaires {
  padding-top: 120px;
  padding-bottom: 90px;
}
body >main section.liste-des-partenaires .owl-carousel .owl-stage-outer .item a {
  height: 100px;
  line-height: 100px;
  display: block;
  text-align: center;
  filter: grayscale(100%);
  font-size: 0;
}
body >main section.liste-des-partenaires .owl-carousel .owl-stage-outer .item a br {
  display: none;
}
body >main section.liste-des-partenaires .owl-carousel .owl-stage-outer .item a img {
  max-height: 100%;
  width: auto;
  display: inline-block;
}
body >main section.liste-des-partenaires .owl-carousel .owl-stage-outer .item a[href]:hover {
  filter: grayscale(0);
}
body >main section.liste-des-partenaires .owl-carousel .owl-nav {
  text-align: center;
  margin-top: 30px;
}
body >main section.liste-des-partenaires .owl-carousel .owl-nav button {
  outline: 0;
  color: #637976;
  margin: 0 15px;
  font-size: 32px;
  line-height: 32px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body >main section.liste-des-partenaires .owl-carousel .owl-nav button:hover {
  color: #c39a64;
}
body >main section.liste-des-partenaires .owl-carousel .owl-nav button:first-child {
  margin-left: 0;
}
body >main section.liste-des-partenaires .owl-carousel .owl-nav button:last-child {
  margin-right: 0;
}
body >main section.liste-des-categories-de-produits:before {
  content: "";
  background: url(../img/categories-produits-visage.png) no-repeat center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
body >main section.liste-des-categories-de-produits .categorie {
  margin-bottom: 30px;
}
body >main section.liste-des-categories-de-produits .categorie .case {
  height: 350px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
body >main section.liste-des-categories-de-produits .categorie .case a {
  color: #fff;
  display: block;
  height: 100%;
  z-index: 1;
  position: relative;
}
body >main section.liste-des-categories-de-produits .categorie .case a .nom {
  font-size: 32px;
  line-height: 40px;
  padding: 0 30px;
  font-family: 'Merriweather', serif;
  position: relative;
  z-index: 1;
}
body >main section.liste-des-categories-de-produits .categorie .case:after {
  content: "";
  display: block;
  -moz-transform: skew(-35deg,0deg);
  -webkit-transform: skew(-35deg,0deg);
  -o-transform: skew(-35deg,0deg);
  -ms-transform: skew(-35deg,0deg);
  transform: skew(-35deg,0deg);
  background-color: #ada49b;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  position: absolute;
  width: 190%;
  height: 100%;
  left: -250%;
  top: 0;
}
body >main section.liste-des-categories-de-produits .categorie .case:hover:after {
  left: -45%;
}
body >main section.liste-des-categories-de-produits .categorie:nth-child(9n+1) .case {
  background-color: #637976;
}
body >main section.liste-des-categories-de-produits .categorie:nth-child(9n+2) .case {
  background-color: #c39a64;
}
body >main section.liste-des-categories-de-produits .categorie:nth-child(9n+3) .case {
  background-color: #867d74;
}
body >main section.liste-des-categories-de-produits .categorie:nth-child(9n+4) .case {
  background-color: #d3aea6;
}
body >main section.liste-des-categories-de-produits .categorie:nth-child(9n+5) .case {
  background-color: #dcdacc;
}
body >main section.liste-des-categories-de-produits .categorie:nth-child(9n+6) .case {
  background-color: #becaca;
}
body >main section.liste-des-categories-de-produits .categorie:nth-child(9n+7) .case {
  background-color: #867d74;
}
body >main section.liste-des-categories-de-produits .categorie:nth-child(9n+8) .case {
  background-color: #637976;
}
body >main section.liste-des-categories-de-produits .categorie:nth-child(9n+9) .case {
  background-color: #d3aea6;
}
body >main section.liste-des-categories-de-produits:after {
  content: "";
  position: absolute;
  background-color: #e6e6e6;
  height: 70%;
  top: 15%;
  left: 0;
  width: 100%;
  z-index: -1;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-error-required-error,
body >main section.formulaire-de-contact .nf-form-cont .nf-error-field-errors {
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
  font-weight: 600;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-form-fields-required {
  display: none;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-row {
  margin: 0 -15px;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-row .nf-cell {
  padding: 0 15px;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content {
  max-width: 100%;
  padding: 0;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container {
  margin-bottom: 22px;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container .nf-field-label {
  margin: 0;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container .nf-field-label label {
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 11px;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container .nf-field-element input,
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container .nf-field-element textarea,
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container .nf-field-element select {
  background-color: #e6e6e6;
  border: 0;
  color: #333333;
  padding: 15px;
  font-size: 15px;
  line-height: 19px;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container .nf-field-element input,
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container .nf-field-element select {
  height: 43px;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container .nf-field-element input:focus,
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container .nf-field-element select:focus {
  outline-color: #637976;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container .nf-field-element textarea {
  height: 242px;
  resize: none;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container .nf-field-element textarea:focus {
  outline-color: #637976;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container .nf-field-element:after {
  height: 41px;
  line-height: 41px;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container.listradio-container .nf-field-element ul li {
  display: inline-block;
  margin-right: 33px !important;
  margin-bottom: 0 !important;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container.listradio-container .nf-field-element ul li:last-child {
  margin-right: 0;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container.listradio-container .nf-field-element ul li label {
  font-size: 15px;
  line-height: 19px;
  margin-left: 22px !important;
  margin: 0;
  cursor: pointer;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container.listradio-container .nf-field-element ul li label:before {
  width: 9px;
  height: 9px;
  top: 5px;
  left: -20px;
  background-color: #e6e6e6;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container.listradio-container .nf-field-element ul li label:after {
  width: 13px;
  height: 13px;
  border: 2px solid #e6e6e6;
  top: 3px;
  left: -22px;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container.listcheckbox-container .nf-field-label {
  display: none;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container.listcheckbox-container .nf-field-element ul li {
  margin: 0;
  position: relative;
  margin-bottom: 0 !important;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container.listcheckbox-container .nf-field-element ul li input {
  display: none;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container.listcheckbox-container .nf-field-element ul li label {
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  margin: 0;
  cursor: pointer;
  color: #333333;
  padding-left: 35px;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container.listcheckbox-container .nf-field-element ul li label:before {
  content: "\f00c";
  color: #867d74;
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 19px;
  z-index: 1;
  opacity: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container.listcheckbox-container .nf-field-element ul li label:after {
  content: "";
  background-color: #e6e6e6;
  top: 0;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container.listcheckbox-container .nf-field-element ul li label.nf-checked-label:before {
  opacity: 1;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container.submit-container {
  margin-top: 15px;
  margin-bottom: 0;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element input {
  display: inline-block;
  color: #fff;
  background-color: #867d74;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  padding: 20px 60px;
  border: 1px solid ;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  outline: 0;
  height: auto;
  cursor: pointer;
  white-space: normal;
  font-weight: bold;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element input:hover {
  color: #867d74;
  background-color: #fff;
}
body >main section.diaporama-des-actualites {
  margin-bottom: 180px;
}
body >main section.diaporama-des-actualites:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 60px;
  left: 0;
  background-color: #637976;
  background-image: url(../img/bg-diaporama-des-actualites.jpg);
  background-size: cover;
  background-position: bottom center;
  height: 160%;
}
body >main section.diaporama-des-actualites .container {
  max-width: 1320px;
  margin-left: 10%;
}
body >main section.diaporama-des-actualites .owl-carousel {
  position: static;
}
body >main section.diaporama-des-actualites .owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
  align-items: flex-end;
}
body >main section.diaporama-des-actualites .owl-carousel .owl-stage-outer .item .textuel {
  position: relative;
  z-index: 1;
  min-height: 750px;
}
body >main section.diaporama-des-actualites .owl-carousel .owl-stage-outer .item .textuel h2 {
  font-size: 96px;
  line-height: 100px;
  font-family: 'Merriweather', serif;
  font-weight: bold;
  text-transform: none;
  color: #ada49b;
}
body >main section.diaporama-des-actualites .owl-carousel .owl-stage-outer .item .textuel .dates {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 80px;
}
body >main section.diaporama-des-actualites .owl-carousel .owl-stage-outer .item .textuel .en-savoir-plus {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}
body >main section.diaporama-des-actualites .owl-carousel .owl-stage-outer .item .textuel .en-savoir-plus:hover {
  color: #d3aea6;
}
body >main section.diaporama-des-actualites .owl-carousel .owl-stage-outer .item .textuel .en-savoir-plus:after {
  bottom: -20px;
}
body >main section.diaporama-des-actualites .owl-carousel .owl-stage-outer .item .textuel .texte {
  color: #fff;
  font-size: 26px;
  line-height: 36px;
}
body >main section.diaporama-des-actualites .owl-carousel .owl-stage-outer .item .visuel {
  height: 650px;
  width: 80%;
  position: absolute;
  right: 0;
  top: 95px;
}
body >main section.diaporama-des-actualites .owl-carousel .owl-stage-outer .item .visuel .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  background: #28302f;
  background: linear-gradient(90deg,#28302f 0%,rgba(255,255,255,0) 100%);
}
body >main section.diaporama-des-actualites .owl-carousel .owl-stage-outer .item .visuel .photo {
  height: 100%;
}
body >main section.diaporama-des-actualites .owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  right: 5%;
}
body >main section.diaporama-des-actualites .owl-carousel .owl-nav button {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  opacity: .75;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  outline: 0;
  margin-right: 40px;
}
body >main section.diaporama-des-actualites .owl-carousel .owl-nav button:last-child {
  margin-right: 0;
}
body >main section.diaporama-des-actualites .owl-carousel .owl-nav button:hover {
  opacity: 1;
}
body >main section.diaporama-des-actualites .owl-carousel .owl-dots {
  position: absolute;
  top: 50%;
  left: 4.5%;
  width: 20px;
  font-size: 0;
  opacity: .8;
}
body >main section.diaporama-des-actualites .owl-carousel .owl-dots button {
  height: 18px;
  width: 18px;
  border-radius: 18px;
  margin-bottom: 17px;
  border: 1px solid #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  outline: 0;
}
body >main section.diaporama-des-actualites .owl-carousel .owl-dots button:hover {
  background-color: #fff;
}
body >main section.diaporama-des-actualites .owl-carousel .owl-dots button.active {
  background-color: #fff;
}
body >main section.liste-dicones {
  margin-bottom: 130px;
}
body >main section.liste-dicones .icone {
  text-align: center;
  margin-bottom: 30px;
}
body >main section.liste-dicones .icone:nth-child(odd) a h2 {
  color: #637976;
}
body >main section.liste-dicones .icone a .image {
  height: 103px;
  line-height: 103px;
  font-size: 0;
  margin-bottom: 35px;
}
body >main section.liste-dicones .icone a .image img {
  max-height: 100%;
  width: auto;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body >main section.liste-dicones .icone a h2 {
  font-size: 18px;
  line-height: 22px;
  font-family: 'Merriweather', serif;
  color: #867d74;
  text-transform: none;
  letter-spacing: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body >main section.liste-dicones .icone a:hover .image img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transform: translateZ(0) perspective(1px) scale3d(.9,.9,1);
  -webkit-transform: translateZ(0) perspective(1px) scale3d(.9,.9,1);
  -moz-transform: translateZ(0) perspective(1px) scale3d(.9,.9,1);
  -o-transform: translateZ(0) perspective(1px) scale3d(.9,.9,1);
  opacity: .85;
}
body >main section.liste-dicones .icone a:hover h2 {
  color: #c39a64;
}
body >main section.texte-avec-image-sur-deux-volets .visuel {
  min-height: 500px;
  padding: 0;
}
body >main section.texte-avec-image-sur-deux-volets .visuel .photo {
  height: 100%;
}
body >main section.texte-avec-image-sur-deux-volets .textuel {
  background-image: url(../img/bg-texte-avec-image-sur-deux-volets.jpg);
  background-size: cover;
  background-position: center;
  background-color: #c39a64;
  text-align: center;
  padding: 30px;
}
body >main section.texte-avec-image-sur-deux-volets .textuel .container {
  max-width: 550px;
}
body >main section.texte-avec-image-sur-deux-volets .textuel h2 {
  color: #becaca;
}
body >main section.texte-avec-image-sur-deux-volets .textuel h3 {
  color: #fff;
}
body >main section.texte-avec-image-sur-deux-volets .textuel .texte {
  color: #fff;
}
body >main section.texte-avec-image-sur-deux-volets .textuel .texte p,
body >main section.texte-avec-image-sur-deux-volets .textuel .texte ul,
body >main section.texte-avec-image-sur-deux-volets .textuel .texte ol {
  text-align: center;
}
body >main section.texte-avec-image-sur-deux-volets .textuel .texte a {
  color: #fff;
}
body >main section.texte-avec-image-sur-deux-volets .textuel .texte a:hover {
  color: #637976;
}
body >main section.texte-avec-image-sur-deux-volets .textuel .texte a:after {
  background-color: #637976;
}
body >main section.liste-des-actualites-dun-pole {
  margin-bottom: 110px;
}
body >main section.liste-des-actualites-dun-pole .titres h3 {
  margin-bottom: 65px;
}
body >main section.presentation-des-poles {
  margin-bottom: 190px;
}
body >main section.presentation-des-poles .presentation .intro {
  padding-top: 70px;
  padding-bottom: 260px;
}
body >main section.presentation-des-poles .presentation .intro .lire-la-suite {
  margin-top: 20px;
}
body >main section.presentation-des-poles .presentation .intro .lire-la-suite button {
  background-color: transparent;
  color: #637976;
  border: 1px solid #637976;
  font-size: 12px;
  line-height: 12px;
  padding: 5px 15px;
  cursor: pointer;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  outline: 0;
}
body >main section.presentation-des-poles .presentation .intro .lire-la-suite button:hover {
  background-color: #637976;
  color: #fff;
}
body >main section.presentation-des-poles .presentation .intro .cache {
  display: none;
}
body >main section.presentation-des-poles .presentation .liste-pages {
  font-size: 16px;
  line-height: 20px;
  padding-top: 100px;
  background-color: #637976;
  padding-bottom: 290px;
}
body >main section.presentation-des-poles .presentation .liste-pages:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8000px;
  height: 100%;
  background-color: #637976;
  z-index: -1;
}
body >main section.presentation-des-poles .presentation .liste-pages h4 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
  font-weight: 300;
  font-family: 'Merriweather', serif;
  color: #fff;
}
body >main section.presentation-des-poles .presentation .liste-pages ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body >main section.presentation-des-poles .presentation .liste-pages ul li {
  margin-bottom: 5px;
}
body >main section.presentation-des-poles .presentation .liste-pages ul li a {
  color: #fff;
}
body >main section.presentation-des-poles .presentation .liste-pages ul li a:hover {
  color: #d3aea6;
}
body >main section.presentation-des-poles .presentation .liste-pages ul li a:before {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 9px;
}
body >main section.presentation-des-poles .diaporama {
  margin-top: -221px;
}
body >main section.presentation-des-poles .diaporama .owl-carousel:before {
  content: "";
  background-image: url(../img/presentation-des-poles-bg-rose.jpg);
  background-size: cover;
  background-position: center;
  height: 410px;
  width: 450px;
  position: absolute;
  left: -450px;
  bottom: 0;
}
body >main section.presentation-des-poles .diaporama .owl-carousel .owl-stage-outer .item {
  position: relative;
}
body >main section.presentation-des-poles .diaporama .owl-carousel .owl-stage-outer .item .visuel {
  height: 620px;
}
body >main section.presentation-des-poles .diaporama .owl-carousel .owl-stage-outer .item .visuel .photo {
  height: 100%;
}
body >main section.presentation-des-poles .diaporama .owl-carousel .owl-stage-outer .item .textuel {
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
}
body >main section.presentation-des-poles .diaporama .owl-carousel .owl-stage-outer .item .textuel .zone {
  background-color: #867d74;
  min-height: 400px;
}
body >main section.presentation-des-poles .diaporama .owl-carousel .owl-stage-outer .item .textuel .zone .container {
  max-width: 410px;
}
body >main section.presentation-des-poles .diaporama .owl-carousel .owl-stage-outer .item .textuel .zone h4 {
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  font-family: 'Merriweather', serif;
  margin-bottom: 20px;
}
body >main section.presentation-des-poles .diaporama .owl-carousel .owl-stage-outer .item .textuel .zone .texte {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
body >main section.presentation-des-poles .diaporama .owl-carousel .owl-stage-outer .item .textuel .zone a {
  color: #fff;
}
body >main section.presentation-des-poles .diaporama .owl-carousel .owl-stage-outer .item .textuel .zone a:hover {
  color: #d3aea6;
}
body >main section.presentation-des-poles .diaporama .owl-carousel .owl-nav {
  position: absolute;
  width: 60px;
  top: 50%;
  right: -230px;
}
body >main section.presentation-des-poles .diaporama .owl-carousel .owl-nav button {
  color: #867d74;
  font-size: 60px;
  line-height: 60px;
  opacity: .75;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  outline: 0;
  margin-right: 40px;
}
body >main section.presentation-des-poles .diaporama .owl-carousel .owl-nav button:last-child {
  margin-right: 0;
}
body >main section.presentation-des-poles .diaporama .owl-carousel .owl-nav button:hover {
  opacity: 1;
}
body >main section.presentation-des-poles .diaporama .owl-carousel .owl-dots {
  position: absolute;
  bottom: 8%;
  left: 5%;
  font-size: 0;
  opacity: .8;
}
body >main section.presentation-des-poles .diaporama .owl-carousel .owl-dots button {
  height: 15px;
  width: 15px;
  border-radius: 15px;
  margin-right: 15px;
  border: 1px solid #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  outline: 0;
}
body >main section.presentation-des-poles .diaporama .owl-carousel .owl-dots button:hover {
  background-color: #fff;
}
body >main section.presentation-des-poles .diaporama .owl-carousel .owl-dots button.active {
  background-color: #fff;
}
body >main section.liste-des-travaux-dun-pole {
  background-color: #e6e6e6;
  padding: 120px 0 90px;
  margin-bottom: 140px;
}
body >main section.liste-des-travaux-dun-pole .titres h3 {
  margin-bottom: 65px;
}
body >main section.liste-des-travaux-dun-pole .liste .travail {
  margin-bottom: 30px;
}
body >main section.liste-des-travaux-dun-pole .liste .travail a {
  display: block;
  height: 100%;
  background-color: #fff;
  position: relative;
}
body >main section.liste-des-travaux-dun-pole .liste .travail a:hover .visuel .photo .overlay {
  left: -30%;
}
body >main section.liste-des-travaux-dun-pole .liste .travail a:hover .en-savoir-plus span {
  color: #d3aea6;
}
body >main section.liste-des-travaux-dun-pole .liste .travail a .visuel .photo {
  height: 245px;
  line-height: 245px;
  position: relative;
  overflow: hidden;
}
body >main section.liste-des-travaux-dun-pole .liste .travail a .visuel .photo .overlay {
  position: absolute;
  height: 100%;
  left: -190%;
  top: 0;
  -moz-transform: skew(-35deg,0deg);
  -webkit-transform: skew(-35deg,0deg);
  -o-transform: skew(-35deg,0deg);
  -ms-transform: skew(-35deg,0deg);
  transform: skew(-35deg,0deg);
  background-color: rgba(99,121,118,0.85);
  width: 160%;
  text-align: center;
  font-size: 32px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body >main section.liste-des-travaux-dun-pole .liste .travail a .visuel .photo .overlay i {
  -moz-transform: skew(35deg,0deg);
  -webkit-transform: skew(35deg,0deg);
  -o-transform: skew(35deg,0deg);
  -ms-transform: skew(35deg,0deg);
  transform: skew(35deg,0deg);
  color: #fff;
}
body >main section.liste-des-travaux-dun-pole .liste .travail a .textuel {
  padding: 45px 45px 75px;
}
body >main section.liste-des-travaux-dun-pole .liste .travail a .textuel h4 {
  font-size: 18px;
  line-height: 22px;
  color: #c39a64;
  font-weight: 600;
  margin-bottom: 15px;
}
body >main section.liste-des-travaux-dun-pole .liste .travail a .textuel .texte {
  font-size: 14px;
  line-height: 18px;
}
body >main section.liste-des-travaux-dun-pole .liste .travail a .textuel .texte:after {
  content: "";
  background: #fff;
  background: linear-gradient(0deg,#ffffff 0%,rgba(255,255,255,0) 100%);
  height: 30px;
  display: block;
  width: 100%;
  position: relative;
  margin-top: -25px;
}
body >main section.liste-des-travaux-dun-pole .liste .travail a .en-savoir-plus {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
body >main section.liste-des-travaux-dun-pole .liste .travail a .en-savoir-plus span {
  font-size: 18px;
  color: #637976;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  font-weight: 600;
  display: inline-block;
}
body >main section.liste-des-travaux-dun-pole .liste .travail a .en-savoir-plus span:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #d3aea6;
  display: block;
  margin-top: 5px;
}
body >main section.liste-des-annales .titres h3 {
  margin-bottom: 30px;
}
body >main section.liste-des-annales .moteur-de-recherches {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #637976;
}
body >main section.liste-des-annales .moteur-de-recherches .form-group {
  margin-bottom: 15px;
}
body >main section.liste-des-annales .moteur-de-recherches label {
  color: #867d74;
  font-weight: 600;
  margin-bottom: 5px;
}
body >main section.liste-des-annales .moteur-de-recherches input {
  background-color: #e6e6e6;
  border: 0;
  border-radius: 0;
  color: #333333;
  outline: 0;
  box-shadow: none;
}
body >main section.liste-des-annales .moteur-de-recherches button {
  color: #fff;
  background-color: #867d74;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  padding: 9px 15px;
  border: 1px solid ;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  outline: 0;
  height: auto;
  cursor: pointer;
  white-space: normal;
  font-weight: bold;
  width: 100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body >main section.liste-des-annales .moteur-de-recherches button:hover {
  color: #867d74;
  background-color: #fff;
}
body >main section.liste-des-annales .liste .annale {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
body >main section.liste-des-annales .liste .annale div span {
  margin-right: 10px;
}
body >main section.liste-des-annales .liste .annale div span strong {
  color: #637976;
}
body >main section.liste-des-annales .liste .annale div span:last-child {
  margin-right: 0;
}
body >main section.liste-des-annales .liste .annale div:last-child span strong {
  color: #867d74;
}
body >main section.liste-des-annales .liste .annale:last-child {
  border-bottom: 0;
}
body >main section.liste-des-annales .scroller-status {
  display: none;
  text-align: center;
}
body >main section.liste-des-livres-bibliotheque .titres h3 {
  margin-bottom: 30px;
}
body >main section.liste-des-livres-bibliotheque .moteur-de-recherches {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #637976;
}
body >main section.liste-des-livres-bibliotheque .moteur-de-recherches .form-group {
  margin-bottom: 15px;
}
body >main section.liste-des-livres-bibliotheque .moteur-de-recherches label {
  color: #867d74;
  font-weight: 600;
  margin-bottom: 5px;
}
body >main section.liste-des-livres-bibliotheque .moteur-de-recherches input {
  background-color: #e6e6e6;
  border: 0;
  border-radius: 0;
  color: #333333;
  outline: 0;
  box-shadow: none;
}
body >main section.liste-des-livres-bibliotheque .moteur-de-recherches button {
  color: #fff;
  background-color: #867d74;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  padding: 9px 15px;
  border: 1px solid ;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  outline: 0;
  height: auto;
  cursor: pointer;
  white-space: normal;
  font-weight: bold;
  width: 100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body >main section.liste-des-livres-bibliotheque .moteur-de-recherches button:hover {
  color: #867d74;
  background-color: #fff;
}
body >main section.liste-des-livres-bibliotheque .liste .livre {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
body >main section.liste-des-livres-bibliotheque .liste .livre div span {
  margin-right: 10px;
}
body >main section.liste-des-livres-bibliotheque .liste .livre div span strong {
  color: #637976;
}
body >main section.liste-des-livres-bibliotheque .liste .livre div span:last-child {
  margin-right: 0;
}
body >main section.liste-des-livres-bibliotheque .liste .livre div:last-child span strong {
  color: #867d74;
}
body >main section.liste-des-livres-bibliotheque .liste .livre:last-child {
  border-bottom: 0;
}
body >main section.liste-des-livres-bibliotheque .scroller-status {
  display: none;
  text-align: center;
}
body >main section.liste-des-membres-organigramme {
  background-color: #e6e6e6;
  padding: 120px 0 90px;
  margin-bottom: 140px;
}
body >main section.liste-des-membres-organigramme .liste {
  padding-top: 30px;
}
body >main section.liste-des-membres-organigramme .liste .groupe h4 {
  font-size: 24px;
  line-height: 28px;
  color: #637976;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  margin-bottom: 30px;
}
body >main section.liste-des-membres-organigramme .liste .groupe .membres .membre {
  margin-bottom: 30px;
}
body >main section.liste-des-membres-organigramme .liste .groupe .membres .membre a {
  display: block;
  height: 100%;
  background-color: #fff;
  position: relative;
}
body >main section.liste-des-membres-organigramme .liste .groupe .membres .membre a:hover .visuel .photo .overlay {
  left: -40%;
}
body >main section.liste-des-membres-organigramme .liste .groupe .membres .membre a:hover .en-savoir-plus span {
  color: #d3aea6;
}
body >main section.liste-des-membres-organigramme .liste .groupe .membres .membre a .visuel {
  padding: 0;
}
body >main section.liste-des-membres-organigramme .liste .groupe .membres .membre a .visuel .photo {
  height: 120px;
  line-height: 120px;
  position: relative;
  overflow: hidden;
}
body >main section.liste-des-membres-organigramme .liste .groupe .membres .membre a .visuel .photo .overlay {
  position: absolute;
  height: 100%;
  left: -240%;
  top: 0;
  -moz-transform: skew(-35deg,0deg);
  -webkit-transform: skew(-35deg,0deg);
  -o-transform: skew(-35deg,0deg);
  -ms-transform: skew(-35deg,0deg);
  transform: skew(-35deg,0deg);
  background-color: rgba(99,121,118,0.85);
  width: 180%;
  text-align: center;
  font-size: 32px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body >main section.liste-des-membres-organigramme .liste .groupe .membres .membre a .visuel .photo .overlay i {
  -moz-transform: skew(35deg,0deg);
  -webkit-transform: skew(35deg,0deg);
  -o-transform: skew(35deg,0deg);
  -ms-transform: skew(35deg,0deg);
  transform: skew(35deg,0deg);
  color: #fff;
}
body >main section.liste-des-membres-organigramme .liste .groupe .membres .membre a .textuel {
  padding: 15px 15px 45px;
}
body >main section.liste-des-membres-organigramme .liste .groupe .membres .membre a .textuel h5 {
  font-size: 16px;
  line-height: 20px;
  color: #c39a64;
  font-weight: 600;
  margin-bottom: 5px;
}
body >main section.liste-des-membres-organigramme .liste .groupe .membres .membre a .textuel .poste {
  font-size: 14px;
  line-height: 18px;
}
body >main section.liste-des-membres-organigramme .liste .groupe .membres .membre a .en-savoir-plus {
  text-align: right;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-right: 15px;
}
body >main section.liste-des-membres-organigramme .liste .groupe .membres .membre a .en-savoir-plus span {
  font-size: 14px;
  color: #637976;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  font-weight: 600;
  display: inline-block;
}
body >main section.liste-des-membres-organigramme .liste .groupe .membres .membre a .en-savoir-plus span:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #d3aea6;
  display: block;
  margin-top: 5px;
}
body >footer {
  background: url(../img/bg-footer.jpg) no-repeat bottom left;
  background-color: #637976;
  color: #fff;
  padding-bottom: 76px;
  margin-top: 235px;
}
body >footer a {
  color: #fff;
}
body >footer .infos-contact {
  margin-bottom: 95px;
}
body >footer .infos-contact .coordonnees {
  background-color: #455452;
  min-height: 452px;
  padding: 0 5%;
  margin-top: -205px;
}
body >footer .infos-contact .coordonnees .proprietaire {
  font-family: 'Merriweather', serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
body >footer .infos-contact .coordonnees .coords {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 25px;
}
body >footer .infos-contact .coordonnees .coords div {
  margin-bottom: 10px;
  font-weight: 300;
}
body >footer .infos-contact .coordonnees .coords div a:hover {
  color: #d3aea6;
}
body >footer .infos-contact .coordonnees .reseaux-sociaux a i {
  width: 32px;
  line-height: 32px;
  border-radius: 32px;
  background-color: #3b5998;
  color: #fff;
  margin-right: 23px;
  text-align: center;
}
body >footer .infos-contact .coordonnees .reseaux-sociaux a em {
  font-weight: 300;
}
body >footer .infos-contact .coordonnees .reseaux-sociaux a:hover {
  color: #d3aea6;
}
body >footer .infos-contact .carte {
  padding-left: 0;
  margin-top: -205px;
}
body >footer .infos-contact .carte iframe {
  width: 100%;
  height: 100%;
}
body >footer .infos-menu {
  margin-bottom: 55px;
}
body >footer .infos-menu ul.menu {
  list-style-type: none;
  padding: 0;
  margin: 0 -15px;
  display: flex;
  -ms-display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
body >footer .infos-menu ul.menu >li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 15px;
  margin-bottom: 30px;
}
body >footer .infos-menu ul.menu >li >a {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
body >footer .infos-menu ul.menu >li >a:hover {
  color: #d3aea6;
}
body >footer .infos-menu ul.menu >li >ul.sub-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body >footer .infos-menu ul.menu >li >ul.sub-menu >li {
  margin-top: 10px;
}
body >footer .infos-menu ul.menu >li >ul.sub-menu >li >a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  display: inline-block;
}
body >footer .infos-menu ul.menu >li >ul.sub-menu >li >a:hover {
  color: #d3aea6;
}
body >footer .infos-menu ul.menu >li:first-child >ul.sub-menu >li >a {
  font-weight: bold;
}
body >footer .infos-legales {
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
body >footer .infos-legales a:hover {
  color: #c39a64;
}
body >footer .infos-legales a.logo-idcom {
  margin-right: 15px;
}
body >footer .infos-legales a.logo-idcom img {
  max-width: 42px;
}
.page-id-20 >main section.texte-avec-ou-sans-image ul {
  list-style-type: none;
  position: relative;
}
.page-id-20 >main section.texte-avec-ou-sans-image ul:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  background-color: #637976;
}
.page-id-20 >main section.texte-avec-ou-sans-image ul:after {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 10px solid #637976;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -1px;
  left: -9px;
}
.single-membre >main section.texte-avec-ou-sans-image .bloc-info h2 {
  font-size: 20px;
  line-height: 24px;
}
.single-membre >main section.texte-avec-ou-sans-image .bloc-info.contacts i {
  width: 20px;
  text-align: center;
}
.single-post >main section.texte-avec-ou-sans-image .photos-supplementaires {
  margin-top: 10px;
}
.single-post >main section.texte-avec-ou-sans-image .photos-supplementaires >.row {
  margin-left: -5px;
  margin-right: -5px;
}
.single-post >main section.texte-avec-ou-sans-image .photos-supplementaires .photo-supp {
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.single-post >main section.texte-avec-ou-sans-image .photos-supplementaires .photo-supp .fond {
  height: 80px;
}
.woocommerce-page >main ul.products {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-page >main ul.products li.product {
  text-align: center;
}
.woocommerce-page >main ul.products li.product a {
  display: block;
  height: 100%;
  padding-bottom: 35px;
  position: relative;
}
.woocommerce-page >main ul.products li.product a:hover .imagewrapper .photo {
  height: 90%;
  opacity: .75;
}
.woocommerce-page >main ul.products li.product a:hover h2.woocommerce-loop-product__title {
  color: #d3aea6;
}
.woocommerce-page >main ul.products li.product .imagewrapper {
  height: 195px;
  line-height: 195px;
  margin-bottom: 30px;
}
.woocommerce-page >main ul.products li.product .imagewrapper .photo {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.woocommerce-page >main ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  font-family: 'Merriweather', serif;
  font-weight: bold;
  text-transform: none;
  color: #717e7e;
  margin-bottom: 10px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.woocommerce-page >main ul.products li.product .extrait {
  font-size: 16px;
  line-height: 24px;
  color: #717e7e;
  margin-bottom: 20px;
}
.woocommerce-page >main ul.products li.product .price {
  font-family: 'Merriweather', serif;
  color: #d3aea6;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.woocommerce-page.archive >main section.contenu-boutique .bandeau-outils {
  background-color: #e6e6e6;
  float: left;
  width: 100%;
  padding: 15px 30px;
  margin-bottom: 90px;
}
.woocommerce-page.archive >main section.contenu-boutique .bandeau-outils .woocommerce-result-count {
  margin: 0;
}
.woocommerce-page.archive >main section.contenu-boutique .bandeau-outils .woocommerce-ordering {
  margin: 0;
}
.woocommerce-page.single-product >main .product .onsale {
  display: none;
}
.woocommerce-page.single-product >main .product .summary {
  float: left;
  margin-bottom: 30px;
  width: 47%;
}
.woocommerce-page.single-product >main .product .summary .price {
  font-family: 'Merriweather', serif;
  color: #637976;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
}
.woocommerce-page.single-product >main .product .summary .stock {
  font-size: 18px;
  font-weight: bold;
}
.woocommerce-page.single-product >main .product .summary .stock span {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  display: block;
}
.woocommerce-page.single-product >main .product .summary .stock span a {
  color: red;
  text-decoration: underline;
}
.woocommerce-page.single-product >main .product .summary .stock span a:hover {
  color: #d3aea6;
}
.woocommerce-page.single-product >main .product .summary .stock:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}
.woocommerce-page.single-product >main .product .summary .stock.in-stock:before {
  content: "\f00c";
}
.woocommerce-page.single-product >main .product .summary .stock.out-of-stock:before {
  content: "\f00d";
}
.woocommerce-page.single-product >main .product .summary .cart {
  background-color: #e6e6e6;
  padding: 45px 40px;
}
.woocommerce-page.single-product >main .product .summary .cart .quantity {
  margin-right: 10px;
}
.woocommerce-page.single-product >main .product .summary .cart .quantity .qty-text {
  margin-right: 10px;
}
.woocommerce-page.single-product >main .product .summary .cart .quantity input {
  height: 44px;
  border: 0;
  padding: 0 15px;
  border-radius: 0;
  outline: 0;
  margin: 0;
}
.woocommerce-page.single-product >main .product .summary .cart button[type="submit"] {
  color: #fff;
  background-color: #867d74;
  border: 1px solid #867d74;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  padding: 10px 25px;
  display: inline-block;
  outline: 0;
  border-radius: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.woocommerce-page.single-product >main .product .summary .cart button[type="submit"]:before {
  content: "\f217";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 10px;
  vertical-align: middle;
}
.woocommerce-page.single-product >main .product .summary .cart button[type="submit"]:hover {
  color: #867d74;
  background-color: #fff;
}
.woocommerce-page.single-product >main .product .woocommerce-product-gallery {
  float: right;
  width: 47%;
  margin-bottom: 30px;
}
.woocommerce-page.single-product >main .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0 -11px;
}
.woocommerce-page.single-product >main .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  padding: 0 11px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.woocommerce-page.single-product >main .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
  margin-bottom: 22px;
}
.woocommerce-page.single-product >main .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:hover {
  opacity: .85;
}
.woocommerce-page.single-product >main .product .wc-tabs-wrapper {
  padding-top: 100px;
}
.woocommerce-page.single-product >main .product .wc-tabs-wrapper ul.tabs {
  padding: 0;
  font-size: 0;
}
.woocommerce-page.single-product >main .product .wc-tabs-wrapper ul.tabs:before {
  border-color: #e6e6e6;
}
.woocommerce-page.single-product >main .product .wc-tabs-wrapper ul.tabs li {
  border-radius: 0;
  background-color: transparent;
  margin: 0;
  padding: 20px 35px;
  border: 0;
}
.woocommerce-page.single-product >main .product .wc-tabs-wrapper ul.tabs li:before,
.woocommerce-page.single-product >main .product .wc-tabs-wrapper ul.tabs li:after {
  display: none;
}
.woocommerce-page.single-product >main .product .wc-tabs-wrapper ul.tabs li a {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  padding: 0;
}
.woocommerce-page.single-product >main .product .wc-tabs-wrapper ul.tabs li a:hover {
  color: #c39a64;
}
.woocommerce-page.single-product >main .product .wc-tabs-wrapper ul.tabs li.active {
  border: 1px solid #e6e6e6;
  border-bottom-color: #fff;
}
.woocommerce-page.single-product >main .product .wc-tabs-wrapper ul.tabs li.active a {
  font-weight: bold;
  color: #c39a64;
}
.woocommerce-page.single-product >main .product .wc-tabs-wrapper .woocommerce-Tabs-panel {
  padding-top: 50px;
}
.woocommerce-page.single-product >main .lien-de-retour {
  padding-top: 20px;
}
.woocommerce-page.single-product >main .lien-de-retour a {
  color: #c39a64;
}
.woocommerce-page.single-product >main .lien-de-retour a:after {
  background-color: #c39a64;
}
.woocommerce-page.single-product >main .lien-de-retour a:hover {
  color: #637976;
}
.woocommerce-page.woocommerce-cart >main h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
}
.woocommerce-page.woocommerce-cart >main .button {
  background-color: #867d74;
  color: #fff;
  text-transform: uppercase;
  outline: none;
  font-weight: 500;
  border-radius: 0;
  border: 1px solid #867d74;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.woocommerce-page.woocommerce-cart >main .button:hover {
  background-color: #fff;
  color: #867d74;
}
.woocommerce-page.woocommerce-cart >main .shop_table {
  border-radius: 0;
}
.woocommerce-page.woocommerce-cart >main .checkout-button {
  background-color: #637976;
  border-color: #637976;
}
.woocommerce-page.woocommerce-cart >main .checkout-button:hover {
  color: #637976;
}
.woocommerce-page.woocommerce-cart >main #coupon_code {
  width: 120px;
}
.woocommerce-page.woocommerce-cart >main .woocommerce-cart-form a {
  color: #867d74;
}
.woocommerce-page.woocommerce-cart >main .woocommerce-cart-form a:hover {
  color: #c39a64;
}
.woocommerce-page.woocommerce-cart >main .woocommerce-message a {
  color: #333333;
}
.woocommerce-page.woocommerce-cart >main .woocommerce-message a:hover {
  color: #637976;
}
.woocommerce-page.woocommerce-cart >main .woocommerce-shipping-destination {
  display: none;
}
.woocommerce-page.woocommerce-checkout >main h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
}
.woocommerce-page.woocommerce-checkout >main .col-1 {
  max-width: none;
}
.woocommerce-page.woocommerce-checkout >main .col-2 {
  max-width: none;
}
.woocommerce-page.woocommerce-checkout >main .input-text {
  padding: 2.5px 5px;
  resize: none;
}
.woocommerce-page.woocommerce-checkout >main .woocommerce-info {
  border-top: 3px solid #637976;
}
.woocommerce-page.woocommerce-checkout >main .woocommerce-info:before {
  color: #637976;
}
.woocommerce-page.woocommerce-checkout >main .woocommerce a {
  color: #d3aea6;
}
.woocommerce-page.woocommerce-checkout >main .woocommerce a:hover {
  color: #637976;
}
.woocommerce-page.woocommerce-checkout >main .notice-cgv {
  padding: 7.5px 15px;
  background-color: #f7f6f7;
  font-weight: bold;
  margin-bottom: 30px;
}
.woocommerce-page.woocommerce-checkout >main #customer_details .form-row-first,
.woocommerce-page.woocommerce-checkout >main #customer_details .form-row-last {
  width: 100%;
}
.woocommerce-page.woocommerce-checkout >main #customer_details label,
.woocommerce-page.woocommerce-checkout >main #customer_details span {
  width: 50%;
}
.woocommerce-page.woocommerce-checkout >main #customer_details label span,
.woocommerce-page.woocommerce-checkout >main #customer_details span span {
  width: 100%;
}
.woocommerce-page.woocommerce-checkout >main #customer_details label span b,
.woocommerce-page.woocommerce-checkout >main #customer_details span span b {
  left: 95%;
}
.woocommerce-page.woocommerce-checkout >main #customer_details h3 label {
  width: 100%;
}
.woocommerce-page.woocommerce-checkout >main #customer_details input,
.woocommerce-page.woocommerce-checkout >main #customer_details select {
  outline: none;
}
.woocommerce-page.woocommerce-checkout >main #customer_details #billing_address_2,
.woocommerce-page.woocommerce-checkout >main #customer_details #shipping_address_2 {
  margin-left: 100%;
}
.woocommerce-page.woocommerce-checkout >main .woocommerce-checkout-review-order-table thead {
  background-color: #867d74;
  color: #fff;
  text-transform: uppercase;
}
.woocommerce-page.woocommerce-checkout >main #customer_details {
  margin-bottom: 30px;
}
.woocommerce-page.woocommerce-checkout >main #place_order {
  background-color: #637976;
  color: #fff;
  border: 1px solid #637976;
  text-transform: uppercase;
  outline: none;
  font-weight: 500;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  border-radius: 0;
}
.woocommerce-page.woocommerce-checkout >main #place_order:hover {
  background-color: #fff;
  color: #637976;
}
.woocommerce-page.woocommerce-account >main #customer_login .input-text {
  padding: 2.5px 5px;
}
.woocommerce-page.woocommerce-account >main #customer_login .col-1 {
  max-width: none;
}
.woocommerce-page.woocommerce-account >main #customer_login .col-2 {
  max-width: none;
}
.woocommerce-page.woocommerce-account >main #customer_login a {
  color: #d3aea6;
}
.woocommerce-page.woocommerce-account >main #customer_login a:hover {
  color: #637976;
}
.woocommerce-page.woocommerce-account >main #customer_login .adherant-au-site {
  background-color: #637976;
  color: #fff;
  font-weight: 600;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 20px;
}
.woocommerce-page.woocommerce-account >main #customer_login .adherant-au-site a:hover {
  color: #fff;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number a {
  color: #d3aea6;
  font-weight: 500;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number a:hover {
  color: #637976;
}
.woocommerce-page.woocommerce-account >main .woocommerce-table--order-details .product-name a {
  color: #d3aea6;
  font-weight: 500;
}
.woocommerce-page.woocommerce-account >main .woocommerce-table--order-details .product-name a:hover {
  color: #637976;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-navigation ul li a {
  display: block;
  background-color: #867d74;
  color: #fff;
  padding: 5px 15px;
  margin-bottom: 5px;
  border: 0;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #d3aea6;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #d3aea6;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .button {
  background-color: #637976;
  border: 1px solid #637976;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  outline: none;
  font-weight: 500;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .button:hover {
  color: #637976;
  background-color: #fff;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content p a {
  color: #d3aea6;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content p a:hover {
  color: #637976;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content p.adherant-au-site {
  background-color: #d3aea6;
  border: 2px dashed #637976;
  color: #fff;
  font-weight: 600;
  padding: 5px 15px;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content p.adherant-au-site.non-adherent {
  background-color: #637976;
  border: 2px dashed #d3aea6;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content p.adherant-au-site.non-adherent a:hover {
  color: #fff;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .woocommerce-message {
  border-top: 3px solid #637976;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .woocommerce-message:before {
  color: #d3aea6;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .woocommerce-Message {
  border-top: 3px solid #637976;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .woocommerce-Message:before {
  color: #637976;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .addresses .woocommerce-Address {
  max-width: none;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .addresses .woocommerce-Address .title {
  height: auto;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .addresses .woocommerce-Address .title h3 {
  font-size: 18px;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .addresses .woocommerce-Address .title a {
  color: #867d74;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .addresses .woocommerce-Address .title a:hover {
  color: #d3aea6;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
  width: 100%;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .woocommerce-address-fields .form-row >label {
  width: 50%;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .woocommerce-address-fields .form-row >span {
  width: 50%;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .input-text {
  padding: 2.5px 5px;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .content-espace-documentaire nav {
  margin-bottom: 15px;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .content-espace-documentaire nav .nav-link {
  color: #d3aea6;
  border-color: #d3aea6;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .content-espace-documentaire nav .nav-link.active {
  background-color: #d3aea6;
  color: #fff;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .content-espace-documentaire .tab-content .tab-pane .card {
  border: 1px solid #637976;
  margin-bottom: 10px;
  border-radius: 0;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .content-espace-documentaire .tab-content .tab-pane .card .card-header {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  border-bottom: 0;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .content-espace-documentaire .tab-content .tab-pane .card .card-header button {
  padding: 7.5px 15px;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #637976;
  font-weight: 500;
  border-radius: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .content-espace-documentaire .tab-content .tab-pane .card .card-header button:hover {
  background-color: #637976;
  color: #fff;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .content-espace-documentaire .tab-content .tab-pane .card .card-header button[aria-expanded="true"] {
  background-color: #637976;
  color: #fff;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .content-espace-documentaire .tab-content .tab-pane .card .c-body .card-body {
  font-size: 16px;
  line-height: 22px;
  padding: 20px 15px 0;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .content-espace-documentaire .tab-content .tab-pane .card .c-body .card-body p,
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .content-espace-documentaire .tab-content .tab-pane .card .c-body .card-body ol,
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .content-espace-documentaire .tab-content .tab-pane .card .c-body .card-body ul {
  margin-bottom: 20px;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .content-espace-documentaire .tab-content .tab-pane .card .c-body .card-body .bouton {
  background-color: #637976;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 15px;
  margin-right: 15px;
  border: 0;
  font-size: 14px;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .content-espace-documentaire .tab-content .tab-pane .card .c-body .card-body .bouton:after {
  display: none;
}
.woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .content-espace-documentaire .tab-content .tab-pane .card .c-body .card-body .bouton:hover {
  background-color: #d3aea6;
}
.home >header {
  background-image: none;
  background-color: transparent;
}
.home >main {
  padding-top: 305px;
}
@media screen and (max-width: 1600px) {
  body >header {
    height: 200px;
  }
  body >main {
    padding-top: 300px;
  }
  body >main section.diaporama-des-actualites .container {
    max-width: 90%;
  }
  body >main section.diaporama-des-actualites .owl-carousel .owl-stage-outer .item .textuel {
    min-height: 545px;
  }
  body >main section.diaporama-des-actualites .owl-carousel .owl-stage-outer .item .textuel h2 {
    font-size: 70px;
    line-height: 74px;
  }
  body >main section.diaporama-des-actualites .owl-carousel .owl-stage-outer .item .textuel .texte {
    font-size: 20px;
    line-height: 24px;
  }
  body >main section.diaporama-des-actualites .owl-carousel .owl-stage-outer .item .visuel {
    height: 450px;
  }
  body >main section.diaporama-des-actualites .owl-carousel .owl-nav {
    display: none;
  }
  body >main section.presentation-des-poles .diaporama .owl-carousel .owl-nav {
    top: 37%;
    right: -90px;
  }
  body >main section.texte-avec-image-sur-deux-volets .visuel {
    min-height: 600px;
  }
  .home >main {
    padding-top: 250px;
  }
}
@media screen and (max-width: 1350px) {
  body >main section.presentation-des-poles .diaporama .owl-carousel .owl-nav {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
  body >header .logo img {
    max-height: 90px;
  }
}
@media screen and (max-width: 991px) {
  body >main .bloc-de-texte.couper-texte-en-2-colonnes {
    column-count: 1;
  }
  body >main section.texte-avec-ou-sans-image .contenus .image .cadre .fond {
    position: static;
  }
  body >main section.texte-avec-ou-sans-image .contenus .image .cadre.format-carre {
    max-width: 225px;
    margin-bottom: 30px;
  }
  body >main section.liste-des-travaux-dun-pole .titres {
    margin-bottom: 30px;
  }
  body >main section.liste-des-travaux-dun-pole .titres h3 {
    margin-bottom: 0;
  }
  body >main section.liste-des-actualites-dun-pole .titres {
    margin-bottom: 30px;
  }
  body >main section.liste-des-actualites-dun-pole .titres h3 {
    margin-bottom: 0;
  }
  body >main section.liste-dactualites-sous-forme-de-grille-simple .liens-pied a {
    font-size: 16px;
    line-height: 20px;
  }
  body >main section.liste-dactualites-sous-forme-de-calendriers-mensuels .liens-pied a {
    font-size: 16px;
    line-height: 20px;
  }
  body >main section.diaporama-des-actualites .owl-carousel .owl-stage-outer .item .textuel .dates {
    margin-bottom: 30px;
  }
  body >main section.diaporama-des-actualites .owl-carousel .owl-stage-outer .item .textuel .en-savoir-plus {
    margin-bottom: 50px;
  }
  body >main section.liste-des-categories-de-produits {
    padding-top: 30px;
  }
  body >main section.liste-des-categories-de-produits:after {
    height: 100%;
    top: 0;
  }
  body >footer .infos-menu ul.menu >li >a {
    font-size: 16px;
    line-height: 20px;
  }
  body >footer .infos-menu ul.menu >li >ul.sub-menu >li >a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767.98px) {
  body #grdp_barre_maxi,
  body #grdp_barre_mini {
    display: none !important;
  }
  body >header {
    position: fixed;
    height: 60px;
    background-image: none;
    background-color: #637976 !important;
  }
  body >header .logo img {
    height: 40px !important;
  }
  body >header .raccourcis ul li a {
    font-size: 24px;
    line-height: 24px;
  }
  body >header .raccourcis ul li a em {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    line-height: 12px;
    font-size: 10px;
  }
  body >header .raccourcis ul li.menu a {
    font-size: 15px;
    line-height: 15px;
    width: 30px;
    height: 15px;
  }
  body >header .menu-principal {
    top: 60px;
    width: 100%;
    padding: 15px 15px 75px;
    overflow-y: scroll;
  }
  body >header .menu-principal ul.menu >li >a {
    font-size: 16px;
    line-height: 20px;
  }
  body >header .menu-principal ul.menu >li >ul.sub-menu >li >a {
    font-size: 14px;
    line-height: 18px;
  }
  body >header .menu-principal ul.menu >li.menu-item-has-children >a:after {
    font-size: 14px;
  }
  body >main {
    padding-top: 90px;
  }
  body >main h1,
  body >main h3 {
    font-size: 18px;
    line-height: 26px;
  }
  body >main h1 br,
  body >main h3 br {
    display: none;
  }
  body >main h2 {
    font-size: 8px;
    line-height: 12px;
  }
  body >main .bloc-de-texte {
    font-size: 14px;
    line-height: 20px;
  }
  body >main .bloc-de-texte p,
  body >main .bloc-de-texte ol,
  body >main .bloc-de-texte ul {
    margin-bottom: 20px;
  }
  body >main .bloc-lien-article {
    margin-bottom: 30px;
  }
  body >main .bloc-lien-article a .visuel .photo {
    height: 80px;
    line-height: 80px;
  }
  body >main .bloc-lien-article a .visuel .photo .overlay {
    font-size: 24px;
  }
  body >main .bloc-lien-article a .textuel {
    padding-left: 0;
  }
  body >main .bloc-lien-article a .textuel .type {
    font-size: 9px;
    line-height: 9px;
    margin-bottom: 10px;
  }
  body >main .bloc-lien-article a .textuel .type div {
    letter-spacing: 1px;
    padding: 5px;
  }
  body >main .bloc-lien-article a .textuel h4 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  body >main .bloc-lien-article a .textuel .dates {
    letter-spacing: 1px;
    font-size: 16px;
  }
  body >main .bloc-lien-article a .textuel .dates span {
    margin-right: 15px;
  }
  body >main .bloc-lien-article a .textuel .dates span i {
    margin-right: 5px;
  }
  body >main section.fil-dariane {
    font-size: 8px;
    line-height: 12px;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  body >main section.titre-principal {
    margin-bottom: 30px;
  }
  body >main section.titre-principal h1 {
    font-size: 22px;
    line-height: 28px;
  }
  body >main section.parallax {
    margin-bottom: 30px;
  }
  body >main section.parallax .parallax-window {
    min-height: 200px;
  }
  body >main section.liste-des-partenaires {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  body >main section.liste-des-partenaires .owl-carousel .owl-stage-outer .item a {
    height: 80px;
    line-height: 80px;
  }
  body >main section.texte-avec-ou-sans-image {
    margin-bottom: 30px;
  }
  body >main section.texte-avec-ou-sans-image .titres {
    margin-bottom: 0;
  }
  body >main section.texte-avec-ou-sans-image .titres .introduction {
    padding-top: 0;
    margin-bottom: 15px;
  }
  body >main section.texte-avec-ou-sans-image .contenus .image .cadre {
    height: 200px;
    border: 0;
  }
  body >main section.texte-avec-ou-sans-image .contenus .bloc-de-texte .dates {
    letter-spacing: 1px;
  }
  body >main section.texte-avec-image-sur-deux-volets .visuel {
    min-height: 200px;
  }
  body >main section.texte-avec-image-sur-deux-volets .textuel {
    padding: 30px 0 10px;
  }
  body >main section.liste-dicones {
    margin-bottom: 0;
  }
  body >main section.liste-dicones .icone a .image {
    height: 60px;
    line-height: 60px;
    margin-bottom: 15px;
  }
  body >main section.liste-dicones .icone a h2 {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
  }
  body >main section.diaporama-des-actualites {
    margin-bottom: 30px;
    padding: 30px 0 45px;
  }
  body >main section.diaporama-des-actualites .container {
    max-width: 100%;
    margin-left: 0;
  }
  body >main section.diaporama-des-actualites:before {
    height: 100%;
    bottom: 0;
    background-image: none;
  }
  body >main section.diaporama-des-actualites .owl-carousel .owl-stage-outer .owl-stage {
    align-items: center;
    font-size: 0;
  }
  body >main section.diaporama-des-actualites .owl-carousel .owl-stage-outer .item .textuel {
    font-size: 14px;
    line-height: 20px;
    min-height: 0;
    padding: 15px 0;
    border: 1px solid #ada49b;
  }
  body >main section.diaporama-des-actualites .owl-carousel .owl-stage-outer .item .textuel h2 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
  }
  body >main section.diaporama-des-actualites .owl-carousel .owl-stage-outer .item .textuel .dates {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  body >main section.diaporama-des-actualites .owl-carousel .owl-stage-outer .item .textuel .en-savoir-plus {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  body >main section.diaporama-des-actualites .owl-carousel .owl-stage-outer .item .textuel .en-savoir-plus:after {
    bottom: -5px;
  }
  body >main section.diaporama-des-actualites .owl-carousel .owl-stage-outer .item .textuel .texte {
    font-size: 14px;
    line-height: 20px;
  }
  body >main section.diaporama-des-actualites .owl-carousel .owl-stage-outer .item .visuel {
    width: 100%;
    height: 100%;
    top: 0;
  }
  body >main section.diaporama-des-actualites .owl-carousel .owl-stage-outer .item .visuel .overlay {
    background: none;
    background-color: rgba(69,84,82,0.9);
  }
  body >main section.diaporama-des-actualites .owl-carousel .owl-dots {
    top: auto;
    bottom: 15px;
    width: 100%;
    left: 0;
    padding: 0 15px;
    text-align: center;
  }
  body >main section.diaporama-des-actualites .owl-carousel .owl-dots button {
    margin-right: 10px;
    margin-bottom: 0;
    height: 15px;
    width: 15px;
    border-radius: 15px;
  }
  body >main section.diaporama-des-actualites .owl-carousel .owl-dots button:last-child {
    margin-right: 0;
  }
  body >main section.presentation-des-poles {
    margin-bottom: 30px;
  }
  body >main section.presentation-des-poles .presentation .intro {
    padding-top: 0;
    padding-bottom: 10px;
  }
  body >main section.presentation-des-poles .presentation .liste-pages {
    font-size: 14px;
    line-height: 18px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body >main section.presentation-des-poles .presentation .liste-pages h4 {
    font-size: 18px;
    line-height: 26px;
  }
  body >main section.presentation-des-poles .diaporama {
    margin-top: 0;
    background-color: #d3aea6;
    padding-top: 30px;
  }
  body >main section.presentation-des-poles .diaporama .owl-carousel {
    padding-bottom: 30px;
  }
  body >main section.presentation-des-poles .diaporama .owl-carousel:before {
    display: none;
  }
  body >main section.presentation-des-poles .diaporama .owl-carousel .owl-stage-outer .item .visuel {
    height: 200px;
  }
  body >main section.presentation-des-poles .diaporama .owl-carousel .owl-stage-outer .item .textuel {
    position: static;
  }
  body >main section.presentation-des-poles .diaporama .owl-carousel .owl-stage-outer .item .textuel .zone {
    padding: 30px 0;
    min-height: 0;
  }
  body >main section.presentation-des-poles .diaporama .owl-carousel .owl-stage-outer .item .textuel .zone h4 {
    font-size: 18px;
    line-height: 26px;
  }
  body >main section.presentation-des-poles .diaporama .owl-carousel .owl-stage-outer .item .textuel .zone .texte {
    font-size: 14px;
  }
  body >main section.presentation-des-poles .diaporama .owl-carousel .owl-dots {
    bottom: 15px;
    width: 100%;
    left: 0;
    text-align: center;
  }
  body >main section.presentation-des-poles .diaporama .owl-carousel .owl-dots button {
    margin-right: 10px;
  }
  body >main section.liste-dactualites-sous-forme-de-calendriers-mensuels {
    margin-bottom: 30px;
  }
  body >main section.liste-dactualites-sous-forme-de-calendriers-mensuels #accordion .card .card-header button {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0;
  }
  body >main section.liste-dactualites-sous-forme-de-calendriers-mensuels #accordion .card .card-header button .boutons {
    margin-top: -6px;
  }
  body >main section.liste-dactualites-sous-forme-de-calendriers-mensuels #accordion .card .card-body {
    padding: 15px 0;
    font-size: 14px;
  }
  body >main section.liste-dactualites-sous-forme-de-calendriers-mensuels .liens-pied {
    margin-top: 30px;
  }
  body >main section.liste-dactualites-sous-forme-de-calendriers-mensuels .liens-pied a {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
  }
  body >main section.liste-dactualites-sous-forme-de-calendriers-mensuels .liens-pied a:after {
    bottom: -5px;
  }
  body >main section.liste-dactualites-sous-forme-de-calendriers-mensuels .liens-pied .annee-precedente {
    text-align: left;
  }
  body >main section.liste-dactualites-sous-forme-de-grille-simple {
    margin-bottom: 0;
  }
  body >main section.liste-dactualites-sous-forme-de-grille-simple .titres h3 {
    margin-bottom: 30px;
  }
  body >main section.liste-dactualites-sous-forme-de-grille-simple .liens-pied {
    margin-top: 0;
  }
  body >main section.liste-dactualites-sous-forme-de-grille-simple .liens-pied a {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
  }
  body >main section.liste-dactualites-sous-forme-de-grille-simple .liens-pied a:after {
    bottom: -5px;
  }
  body >main section.liste-dactualites-sous-forme-de-grille-simple .liens-pied .annee-precedente {
    text-align: left;
  }
  body >main section.liste-des-pages-freres {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body >main section.liste-des-pages-freres .liste-pages {
    font-size: 14px;
    line-height: 18px;
    padding-top: 0;
  }
  body >main section.liste-des-pages-freres .liste-pages ul {
    column-count: 1;
  }
  body >main section.liste-des-pages-freres .liste-pages ul li {
    margin-bottom: 5px;
  }
  body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container {
    margin-bottom: 5px;
  }
  body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container .nf-field-label label {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
  }
  body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container .nf-field-element input,
  body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container .nf-field-element select {
    height: 40px;
  }
  body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container .nf-field-element input,
  body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container .nf-field-element textarea,
  body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container .nf-field-element select {
    font-size: 14px;
    line-height: 18px;
  }
  body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container .nf-field-element textarea {
    height: 150px;
  }
  body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container.listcheckbox-container .nf-field-element ul li label {
    font-size: 10px;
    line-height: 14px;
    padding-left: 30px;
  }
  body >main section.formulaire-de-contact .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element input {
    padding: 12px 25px;
    font-size: 14px;
    line-height: 14px;
  }
  body >main section.liste-des-travaux-dun-pole {
    margin-bottom: 30px;
    padding: 30px 0 0;
  }
  body >main section.liste-des-travaux-dun-pole .titres .introduction {
    padding-top: 15px;
  }
  body >main section.liste-des-travaux-dun-pole .liste {
    padding-bottom: 15px;
  }
  body >main section.liste-des-travaux-dun-pole .liste .travail a .visuel .photo {
    height: 200px;
    line-height: 200px;
  }
  body >main section.liste-des-travaux-dun-pole .liste .travail a .textuel {
    padding: 15px 15px 60px;
  }
  body >main section.liste-des-travaux-dun-pole .liste .travail a .textuel h4 {
    font-size: 16px;
    line-height: 20px;
  }
  body >main section.liste-des-travaux-dun-pole .liste .travail a .en-savoir-plus span {
    font-size: 14px;
  }
  body >main section.liste-des-actualites-dun-pole {
    margin-bottom: 0;
  }
  body >main section.liste-des-actualites-dun-pole .titres .introduction {
    padding-top: 15px;
  }
  body >main section.liste-des-actualites-dun-pole .liste {
    padding-bottom: 15px;
  }
  body >main section.liste-des-annales .moteur-de-recherches {
    padding: 15px;
  }
  body >main section.liste-des-annales .moteur-de-recherches label {
    font-size: 14px;
  }
  body >main section.liste-des-annales .moteur-de-recherches .form-group {
    margin-bottom: 5px;
  }
  body >main section.liste-des-annales .moteur-de-recherches button {
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
  }
  body >main section.liste-des-livres-bibliotheque .moteur-de-recherches {
    padding: 15px;
  }
  body >main section.liste-des-livres-bibliotheque .moteur-de-recherches label {
    font-size: 14px;
  }
  body >main section.liste-des-livres-bibliotheque .moteur-de-recherches .form-group {
    margin-bottom: 5px;
  }
  body >main section.liste-des-livres-bibliotheque .moteur-de-recherches button {
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
  }
  body >main section.champ-de-recherche {
    margin-bottom: 30px;
  }
  body >main section.champ-de-recherche .aws-container {
    width: 100%;
  }
  body >main section.champ-de-recherche .aws-container form {
    display: block !important;
    height: auto;
  }
  body >main section.champ-de-recherche .aws-container form:before {
    width: 100%;
    font-size: 14px;
    margin-right: 5px;
  }
  body >main section.champ-de-recherche .aws-container form .aws-wrapper .aws-search-field {
    padding-left: 15px;
    padding-right: 45px;
    font-size: 14px;
  }
  body >main section.champ-de-recherche .aws-container form .aws-search-clear {
    right: 30px;
  }
  body >main section.champ-de-recherche .aws-container form .aws-search-clear span {
    font-size: 20px;
    line-height: 20px;
  }
  body >main section.champ-de-recherche .aws-container form .aws-loader {
    right: 35px;
  }
  body >main section.champ-de-recherche .aws-container form .aws-search-btn {
    display: block;
    width: 32px;
    text-align: center;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 32px;
  }
  body >main section.champ-de-recherche .aws-container form .aws-search-btn span {
    height: 25px;
    line-height: 25px;
    width: 32px;
    padding-top: 5px;
  }
  body >main section.liste-des-categories-de-produits .categorie .case {
    height: 130px;
  }
  body >main section.liste-des-categories-de-produits .categorie .case a .nom {
    padding: 0 15px;
    font-size: 14px;
    line-height: 20px;
  }
  body >main section.liste-des-membres-organigramme {
    padding: 30px 0 0;
    margin-bottom: 30px;
  }
  body >main section.liste-des-membres-organigramme .liste {
    padding-top: 0;
  }
  body >main section.liste-des-membres-organigramme .liste .groupe h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  body >main section.liste-des-membres-organigramme .liste .groupe .membres .membre a .textuel h5 {
    font-size: 12px;
    line-height: 16px;
  }
  body >main section.liste-des-membres-organigramme .liste .groupe .membres .membre a .textuel .poste {
    font-size: 12px;
    line-height: 16px;
  }
  body >main section.liste-des-membres-organigramme .liste .groupe .membres .membre a .textuel .en-savoir-plus {
    text-align: center;
    padding-right: 0;
  }
  body >main section.liste-des-membres-organigramme .liste .groupe .membres .membre a .textuel .en-savoir-plus span {
    font-size: 12px;
  }
  body >footer {
    padding-bottom: 30px;
    margin-top: 0;
    background-image: none;
  }
  body >footer .infos-contact {
    margin-bottom: 30px;
  }
  body >footer .infos-contact .coordonnees {
    margin-top: 0;
    padding: 30px;
    min-height: 0;
  }
  body >footer .infos-contact .coordonnees .proprietaire {
    font-size: 18px;
    line-height: 26px;
  }
  body >footer .infos-contact .coordonnees .coords {
    font-size: 14px;
    line-height: 18px;
  }
  body >footer .infos-contact .coordonnees .reseaux-sociaux {
    font-size: 14px;
  }
  body >footer .infos-contact .coordonnees .reseaux-sociaux a i {
    margin-right: 15px;
  }
  body >footer .infos-contact .carte {
    margin-top: 0;
  }
  body >footer .infos-contact .carte iframe {
    height: 200px;
  }
  body >footer .infos-menu {
    margin-bottom: 0;
  }
  body >footer .infos-menu ul.menu >li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  body >footer .infos-menu ul.menu >li >a {
    font-size: 12px;
    line-height: 16px;
  }
  body >footer .infos-menu ul.menu >li >ul.sub-menu >li {
    margin-top: 0px;
  }
  body >footer .infos-menu ul.menu >li >ul.sub-menu >li >a {
    font-size: 12px;
    line-height: 16px;
  }
  body >footer .infos-legales {
    text-align: left;
    font-size: 8px;
    line-height: 14px;
  }
  body >footer .infos-legales a.logo-idcom {
    float: left;
  }
  body >footer .infos-legales a.logo-idcom img {
    max-width: 30px;
  }
  .home >main {
    padding-top: 60px;
  }
  .single-membre >main section.texte-avec-ou-sans-image .bloc-info h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .woocommerce-page.archive >main ul.products li.product .imagewrapper {
    height: 150px;
    line-height: 150px;
    margin-bottom: 15px;
  }
  .woocommerce-page.archive >main ul.products li.product h2.woocommerce-loop-product__title {
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 16px;
  }
  .woocommerce-page.archive >main ul.products li.product .extrait {
    display: none;
  }
  .woocommerce-page.archive >main ul.products li.product .price {
    font-size: 16px;
    line-height: 16px;
  }
  .woocommerce-page.archive >main section.contenu-boutique .bandeau-outils {
    padding: 15px;
    margin-bottom: 30px;
    font-size: 14px;
  }
  .woocommerce-page.archive >main section.contenu-boutique .bandeau-outils .woocommerce-ordering {
    float: left;
    margin-top: 5px;
  }
  .woocommerce-page.single-product >main .product .summary {
    width: 100%;
  }
  .woocommerce-page.single-product >main .product .summary .price {
    font-size: 20px;
    line-height: 20px;
  }
  .woocommerce-page.single-product >main .product .summary .stock {
    font-size: 14px;
  }
  .woocommerce-page.single-product >main .product .summary .cart {
    padding: 15px;
    margin: 0;
  }
  .woocommerce-page.single-product >main .product .summary .cart .quantity {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .woocommerce-page.single-product >main .product .summary .cart .quantity input {
    height: 35px;
  }
  .woocommerce-page.single-product >main .product .summary .cart button[type="submit"] {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 14px;
  }
  .woocommerce-page.single-product >main .product .woocommerce-product-gallery {
    width: 100%;
    padding-top: 0;
  }
  .woocommerce-page.single-product >main .product .wc-tabs-wrapper {
    padding-top: 0;
  }
  .woocommerce-page.single-product >main .product .wc-tabs-wrapper ul.tabs li {
    padding: 10px;
  }
  .woocommerce-page.single-product >main .product .wc-tabs-wrapper ul.tabs li a {
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 1px;
  }
  .woocommerce-page.single-product >main .product .wc-tabs-wrapper .entry-content {
    padding: 30px 0 0;
    margin-bottom: 0;
  }
  .woocommerce-page.woocommerce-cart >main {
    font-size: 14px;
  }
  .woocommerce-page.woocommerce-cart >main h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .woocommerce-page.woocommerce-cart >main button[name="apply_coupon"] {
    font-size: 10px;
  }
  .woocommerce-page.woocommerce-cart >main .checkout-button {
    font-size: 1em !important;
  }
  .woocommerce-page.woocommerce-cart >main .cart_item td {
    text-align: left !important;
  }
  .woocommerce-page.woocommerce-cart >main .cart_item td:before {
    margin-right: 5px !important;
  }
  .woocommerce-page.woocommerce-checkout >main {
    font-size: 14px;
    line-height: 18px;
  }
  .woocommerce-page.woocommerce-checkout >main .col-1,
  .woocommerce-page.woocommerce-checkout >main .col-2 {
    padding: 0;
  }
  .woocommerce-page.woocommerce-checkout >main .col-2 {
    margin-top: 30px;
  }
  .woocommerce-page.woocommerce-checkout >main h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .woocommerce-page.woocommerce-checkout >main #customer_details label,
  .woocommerce-page.woocommerce-checkout >main #customer_details span {
    width: 100%;
    margin-bottom: 0;
  }
  .woocommerce-page.woocommerce-checkout >main #customer_details #billing_address_2,
  .woocommerce-page.woocommerce-checkout >main #customer_details #shipping_address_2 {
    margin-left: 0;
  }
  .woocommerce-page.woocommerce-account >main {
    font-size: 14px;
    line-height: 18px;
  }
  .woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .woocommerce-address-fields .form-row >label {
    width: 100%;
  }
  .woocommerce-page.woocommerce-account >main .woocommerce-MyAccount-content .woocommerce-address-fields .form-row >span {
    width: 100%;
  }
}
