/*
* info color

* -----------------------
* first color : #351a43;
* second color : #93b721;
* third color : #c2d27e;
* fourth color : #bba0cc;
*/
:root {
  --firstColor: #4e3223;
  --secondColor: #825c46;
  --thirdColor: #beaa9d;
  --fourthColor: #d1b293;
  --fifthColor: #fadfc9;
  --sixthColor: #8dae5d;
  --seventhColor: #d8e298;
  --heighthColor: #97c030;
  --ninthColor: #66a02a;
}

.clr-noir {
  color: #000000;
}

.cr-blanc {
  color: #ffffff;
}

.cr-noir {
  color: #000000;
}

.cr-violetFonce {
  color: #351a43;
}

.cr-violetClair {
  color: #bba0cc;
}

.cr-vertMedium {
  color: #93b721;
}

.cr-vertClair {
  color: #c2d27e;
}

.bg-blanc {
  color: #ffffff;
}

.bg-noir {
  color: #000000;
}

.bg-violetFonce {
  color: #351a43;
}

.bg-violetClair {
  color: #bba0cc;
}

.bg-vertMedium {
  color: #93b721;
}

.bg-vertClair {
  color: #c2d27e;
}

.clr-351a43 {
  color: #351a43;
}

.clr-93b721 {
  color: #93b721;
}

.fw-400 {
  font-weight: 400;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.cyb-overlay-default {
  background: rgba(255, 255, 255, 0.8);
}

.cyb-animation-fadeIn {
  opacity: 0;
  animation: fadeIn ease 10s;
  -webkit-animation: fadeIn ease 3s;
}

.cyb-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cyb-position-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
}

.cyb-absolute {
  position: absolute;
}

.cyb-fadeIn {
  opacity: 0;
  transition: opacity 0.8s;
}

.cyb-rotate-45 {
  transform: rotate(45deg);
}

.cyb-divider-vertical {
  overflow-x: hidden;
  position: relative;
}
.cyb-divider-vertical::after {
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  left: 0;
}

.bab-form-erreur {
  color: red;
}

.text-1-7rem {
  font-size: 1.7em;
}

body {
  position: relative;
  font-size: 16px;
  font-family: "Playfair Display", serif;
  overflow-x: hidden;
  color: #000000;
}

a {
  color: #faf2d6;
}
a:hover {
  color: #b7aa7f;
}
a:focus, a:active {
  box-shadow: unset;
}

/* Couleur */
.texte-violet {
  color: #351a43;
}

.texte-violet-clair {
  color: #bba0cc;
}

.texte-vert {
  color: #93b721;
}

.texte-vert-clair {
  color: #c2d27e;
}

.fond-violet {
  background-color: #351a43;
  color: #fff;
}

.fond-violet-clair {
  background-color: #bba0cc;
}

.fond-vert {
  background-color: #93b721;
}

.fond-vert-clair {
  background-color: #c2d27e;
}

/* taille du texte */
.taille-texte-h2 {
  font-size: 2.2rem;
}

.taille-texte-h3 {
  font-size: 1.5rem;
}

.gras-texte-600 {
  font-weight: 600;
}

.gras-texte-800 {
  font-weight: 800;
}

.contact-btn-container {
  margin-top: 7em;
}
.contact-btn-container .btn-contact {
  padding: 1rem 4rem;
}

.persil-1,
.persil-2 {
  position: absolute;
  z-index: -1;
}

img.persil-1 {
  right: -15px;
  bottom: -420px;
}

img.persil-2 {
  left: -15px;
}

.short-description ul,
.long-description ul {
  list-style: none;
  padding-left: 0.2rem;
}
.short-description ul li::before,
.long-description ul li::before {
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 12px;
  display: inline-block;
  margin-right: 0.5rem;
  color: #e4a724;
}

.pl-6 {
  padding-left: 6rem;
}

:focus-visible {
  border: unset;
}

:focus-visible {
  outline: unset;
}

a:-webkit-any-link {
  color: unset;
  cursor: pointer;
}

a:-webkit-any-link {
  color: unset;
  cursor: pointer;
}

a:-webkit-any-link:focus-visible {
  outline-offset: unset;
}

h1.main-title {
  color: #faf2d6;
  margin-bottom: 1em;
  font-weight: 900;
  font-family: "Playfair Display", serif;
  font-style: italic;
}
@media (min-width: 1200px) {
  h1.main-title {
    font-size: 50px;
  }
}

h2 {
  font-size: 2.2rem;
}

.h2-main-title {
  color: #000;
  font-weight: 500;
  font-family: "EB Garamond", serif;
}

h2,
h3 {
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 2.5rem !important;
}

.title-font {
  font-family: "Vollkorn", serif;
}

body#interior h2 {
  margin-top: 2em;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 800;
  margin-bottom: 10px;
}

.fs-12 {
  font-size: 12px;
}

h2.super-star {
  position: absolute;
  right: 0;
  font-size: 11rem;
  z-index: -1;
  top: 4px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #000;
}

ul li,
ol li {
  font-size: 18px;
}

.h3, h3 {
  font-size: 1.5rem;
}

.btn {
  border-radius: 0 !important;
}

a.btn.btn-savoir-plus, a.all-news {
  background: #41362c;
  color: #faf2d6 !important;
  padding: 2rem;
  border-radius: 50% !important;
}
a.btn.btn-savoir-plus:hover, a.all-news:hover {
  opacity: 0.8;
}

.btn.secondary-btn {
  background: #e4a724;
  color: #111;
}
.btn.secondary-btn:hover {
  opacity: 0.8;
}

a.btn-readMore {
  color: #e4a724;
  display: inline-block;
}
a.btn-readMore:hover {
  color: #b7aa7f;
}

.btn {
  cursor: pointer;
  border-radius: 0;
}

.btn.btn-outline-white {
  border-color: white;
  color: white;
}
.btn.btn-outline-white:hover {
  background-color: white;
  color: #351a43;
}

.btn.btn-green {
  border-color: #93b721;
  background-color: #93b721;
  color: #351a43;
}
.btn.btn-green:hover {
  background-color: transparent;
  color: #93b721;
}

a.btn-part {
  background-color: #351a43;
  border-color: #351a43;
  color: #ffffff;
}
a.btn-part:hover {
  background-color: #482958;
  border-color: #482958;
  color: #ffffff;
}

a.btn-pro {
  background-color: #93b721;
  border-color: #93b721;
  color: #fff;
}
a.btn-pro:hover {
  background-color: #a0c32f;
  border-color: #a0c32f;
}

a.btn-book-online-purple {
  background-color: #bba0cc;
  border-color: #bba0cc;
  border-radius: 0;
  color: #fff;
}
a.btn-book-online-purple:hover {
  background-color: #a180b6;
  border-color: #a180b6;
  color: #fff;
}

.outer-fake-btn {
  background-color: #93b721;
  padding: 15px;
}

.outer-fake-btn:hover {
  background-color: #c2d27e;
}

.fake-btn {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
}

.btn.btn-particuliers {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 2rem;
}

a.btn-book-online {
  background-color: #93b721;
  margin-top: 2em;
  border-radius: 0;
  padding: 1rem;
  border-width: 3px;
}
a.btn-book-online:hover {
  background-color: transparent;
  border-color: #93b721;
  border-width: 3px;
  color: #93b721;
}

a#back-to-top .box-icon {
  width: 35px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 3%;
  right: 0.5%;
  border-radius: 4px;
  z-index: 123456;
}

.btn-circle {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.btn-violet {
  background: rgb(53, 26, 67);
  color: rgb(255, 255, 255);
}
.btn-violet:hover {
  background: #472758;
  color: #fff;
}

/* 2020-10-15 */
.owl-dots {
  text-align: center;
}

button.owl-dot {
  background-color: #ccc !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px;
  border: 2px solid #ccc !important;
}
button.owl-dot.active {
  border: 2px solid #000 !important;
}
button.owl-dot:hover {
  background-color: #000 !important;
  border: 2px solid #000 !important;
}

a.btn-lien-noir {
  background-color: #000;
  border: 2px solid #000;
  padding: 7px 18px;
  margin-top: 15px;
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
  transition: all 0.4s ease;
}
a.btn-lien-noir:hover {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}

a#back-to-top .fa {
  background-color: #fff0e2;
  color: #000;
  font-size: 1.5em;
  border: 1px solid #787878;
  padding: 7px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 2%;
  right: 1%;
}

.btn.focus, .btn:focus {
  box-shadow: unset;
}

.cyb-divider-wrapper {
  width: 100%;
}

.cyb-divider-absolute {
  position: absolute;
}

.cyb-divider-top {
  top: -1px;
}

.cyb-divider-bottom {
  bottom: -1px;
}

.cyb-divider-flip {
  transform: scaleY(-1);
}

ol.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 3em 0;
}
ol.breadcrumb li.breadcrumb-item a {
  color: #41362c;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

#mainNavbar {
  position: fixed;
  top: 0;
  width: 100%;
  transition: top 0.3s;
  z-index: 1024;
  background: #41362c;
}
#mainNavbar a {
  color: #faf2d6;
}
#mainNavbar a:hover {
  color: #b7aa7f;
  text-decoration: none;
}
#mainNavbar .logo {
  position: absolute;
  top: 0;
  left: 45%;
  filter: drop-shadow(0px 10px 10px #888a86);
  border-radius: 10px;
}

.main-nav a.nav-link {
  color: #000;
  min-height: 100px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-nav li.nav-item {
  position: relative;
}

header .main-nav a.nav-link::before {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  bottom: 30px;
  height: 1px;
  background-color: transparent;
  transition: 0.2s ease-in-out;
  transition-property: all;
  transition-property: background-color, border-color, box-shadow, height, right;
  left: 15px;
  right: calc(102% - 15px);
}

.main-nav li.nav-item:hover a.nav-link::before {
  right: 15px;
  background-color: #1a1a1a;
}

.nav-tabs .nav-link {
  border: 1px solid #d3d3d3;
}

#mainNavbar li {
  margin-right: 20px;
}
#mainNavbar .cyb-vertical-divider {
  background: #fff;
  height: 40px;
  width: 2px;
  position: relative;
  margin-left: 7px;
  margin-right: 7px;
}

.dropdown-menu.show a {
  color: #111 !important;
}

header .bg-overlay {
  border-radius: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: opacity 0.2s;
}
header .bg-overlay.bg-violet.bg-transp {
  background-color: rgba(53, 26, 67, 0.8);
}
header .logo-container {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
header .logo-container img {
  width: 43%;
  top: -111px;
  position: relative;
}
header .cyb-divider-wrap {
  width: 100%;
}
header .cyb-divider-absolute {
  position: absolute;
}
header .cyb-divider-wrap-bottom {
  bottom: 0;
}
header svg.cyb-row-divider {
  width: 100%;
  height: 100%;
}
header .main-nav a.nav-link {
  color: #000;
}
header .navbar-nav .nav-item ul {
  display: none;
}
header .navbar-nav li:hover ul {
  display: block;
  position: absolute;
  background-color: #656762;
  list-style: none;
  float: none;
  padding-left: 0;
  padding: 5px;
  z-index: 1024;
}

footer {
  background-image: url("/theme/fruitiere_alpages/img/bg/fond-bardage-bois-fonce.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #faf2d6;
  position: relative;
}
footer .img-bckg {
  background-color: #000;
  opacity: 70%;
  padding-top: 3em;
  padding-bottom: 3em;
}
footer .logo-container {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}
footer ul > li a {
  color: #fff;
}
footer ul > li a:hover {
  color: #e4a724;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 2px;
}
footer .box-reseaux .fa {
  font-size: 25px;
  color: #fff;
}
footer div#footerNav ul li:last-child {
  display: none;
}
footer ul.famille_sousmenu {
  display: none;
}
footer .nav-link {
  padding: 0;
}

section.particuliers {
  margin-top: 10em;
}
section.particuliers .item-info-1 {
  margin-top: 4em;
  margin-bottom: 4em;
}

section.row-wrap-banner {
  background-image: url("../img/pawel-czerwinski-9Lw6YZjRmlk-unsplash.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  padding: 5em 0;
  position: relative;
}
section.row-wrap-banner .bg-overlay {
  border-radius: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: opacity 0.2s;
}
section.row-wrap-banner .bg-overlay.bg-violet.bg-transp {
  background-color: rgba(53, 26, 67, 0.8);
}

/* -------------- */
section.sc-1 {
  background-color: #fff;
  padding: 150px 0 0 0;
  top: 50px;
}

section.sc-1 .container {
  top: 100px;
  position: relative;
}

section.sc-1 .outer-card {
  background-image: url(../img/wall.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 35px;
  z-index: 9999;
}

section.sc-2 {
  padding: 100px 0;
  background-color: #fff;
  position: relative;
}

section.sc-2 .card {
  border-color: white;
  border: 1px solid white;
  text-align: center;
  height: 350px;
  background: #351a43;
  color: white;
}

section.sc-2 .outer-card {
  padding: 15px;
  background: #351a43;
  box-shadow: 0px 4px 13px 1px #363636;
  position: relative;
  top: 0;
  transition: 0.5s ease;
}

section.sc-2 .outer-card:hover {
  top: -7px;
  box-shadow: 0px 11px 20px 1px #616161;
  transform: scale(1.01);
}

section.sc-2 .outer-card:hover .card {
  border-color: #93b721;
}

section.sc-2 .card .line-green {
  background-color: #93b721;
  height: 2px;
  width: 0;
  transition: 0.5s ease;
}

section.sc-2 .outer-card:hover .card .line-green {
  width: 100%;
}

section.sc-3 {
  background-color: #fff;
  padding: 100px 0;
  position: relative;
}

.sc-3 a {
  color: purple;
}

.sc-3 h2,
.sc-3 h3 {
  color: #351a43;
}

.page-id-1 section.preambule h1.main-title {
  margin: 0;
}
.page-id-1 section.preambule .item.item-1 {
  height: 50%;
  display: flex;
  align-items: center;
  padding: 50px;
}
.page-id-1 section.preambule .item.item-2 {
  margin-left: -15px;
  margin-right: -15px;
}
.page-id-1 section.preambule .item.item-2 .slide {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  height: 100vh;
  width: 100%;
}
.page-id-1 section.preambule .item.item-3 {
  padding: 50px;
  display: flex;
  align-items: center;
  background-color: #656762;
  color: #fff;
}
.page-id-1 section.preambule .item.item-4 {
  padding: 30px;
  display: flex;
  align-items: center;
  background-color: #5e9876;
}
.page-id-1 section.preambule .item.item-3,
.page-id-1 section.preambule .item.item-4 {
  color: #fff;
  margin-left: -15px;
  margin-right: -15px;
  height: 100%;
}
.page-id-1 section.preambule a .item.item-3,
.page-id-1 section.preambule a .item.item-4 {
  color: #fff;
}
.page-id-1 section.preambule a .item.item-3 h2,
.page-id-1 section.preambule a .item.item-4 h2 {
  color: #fff;
}
.page-id-1 section.preambule a:hover {
  text-decoration: none;
}
.page-id-1 section.preambule .vignette {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.page-id-1 section.homeSc_1 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}
.page-id-1 section.homeSc_1 .container {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 4em;
}
.page-id-1 .preambule-contenu-texte {
  padding: 8em 0;
}
.page-id-1 section.products-slide_Sc_1 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-id-1 section.products-slide_Sc_1 .container-fluid {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 4em;
}
.page-id-1 .products-slide_Sc_1 .product-card .card-body {
  color: #111;
}
.page-id-1 .products-slide_Sc_1 a:hover {
  text-decoration: none;
}
.page-id-1 .products-slide_Sc_1 .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-id-1 .products-slide_Sc_1 .owl-nav button.owl-prev {
  margin-right: 25px;
}
.page-id-1 .products-slide_Sc_1 .owl-nav button.owl-next {
  margin-left: 25px;
}

.myContainer {
  display: flex;
  flex-direction: row;
  height: 100vh;
}

.items1 {
  width: 40%;
  background-color: #676865;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #faf2d6;
}

.item1 {
  height: 50%;
  display: block;
  position: relative;
  width: 40%;
}
.item1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.item2 {
  width: 60%;
}
.item2 .swiper-container {
  position: relative;
  height: 100%;
}
.item2 .swiper-container .slide {
  background-color: #ddd;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.items34 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  height: 50%;
}

.item3 {
  width: 100%;
  padding: 4em;
  display: flex;
  align-items: center;
  text-align: center;
}
.item3 a {
  color: #faf2d6;
}
.item3 a:hover {
  text-decoration: none;
  color: #fff;
}
.item3 span.material-icons {
  vertical-align: bottom;
}

.page-id-1 section.homeSc_1 .short-content a.btn {
  color: #333;
  text-decoration: none;
}
.page-id-1 section.homeSc_1 .short-content a.btn span.material-icons {
  vertical-align: bottom;
}

.news-center {
  width: 50%;
  margin: 0 auto;
}

.page-id-0 .product-card {
  margin-bottom: 40px;
}
.page-id-0 .product-card a:hover {
  text-decoration: none;
}
.page-id-0 .product-card .card-body {
  color: #000;
}

.product-card .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  background-color: #ddd;
}

body.inside .container-payment {
  margin: 9rem 0;
}
body.inside .container-payment h1 {
  color: #000;
  margin-bottom: 1em;
  font-size: 50px;
  font-weight: 900;
  font-family: "EB Garamond", serif;
}
body.inside .product-item_Sc_1 .fiche-prod .input-group.spinner .input-group-btn-vertical {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 5px;
  height: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.inside .product-item_Sc_1 .fiche-prod .input-group.spinner .input-group-btn-vertical button.btn.btn-default {
  height: 24px;
  display: flex;
  padding: 0;
}
body.inside .product-item_Sc_1 .fb_iframe_widget iframe {
  width: 250px !important;
}
body.inside h3.title-etap {
  background: #41362c;
  padding: 7px;
  margin-top: 60px;
  color: #faf2d6;
}

.fils.card.card-news h4 a {
  color: inherit;
}

#form-user label.required::after {
  content: "*";
  margin-left: 5px;
}

.inside .page-content .fils.card.card-news .vignette-news {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

body.page-id-56 .card-famille {
  margin-bottom: 3em;
}
body.page-id-56 .card-famille a {
  color: #000;
}
body.page-id-56 .card-famille h4 {
  margin-top: 1em;
}

img {
  max-width: 100%;
}

.img-fluid {
  border-radius: 10px;
}

section.presentation-boutique {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}
section.presentation-boutique h4 {
  margin-top: unset !important;
}
section.presentation-boutique .content {
  width: 100%;
  padding: 50px 0px 0px;
  text-align: center;
}
section.presentation-boutique .content .mag-img {
  border-radius: 0px 0px 10px 10px;
  height: 400px;
}
section.presentation-boutique .item {
  width: 50%;
}
section.presentation-boutique .item.item-1 {
  color: #fff;
  background: #41362c;
  width: 600px;
  height: max-content;
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin-top: 4em;
  margin-bottom: 4em;
  margin-left: auto;
  margin-right: auto;
}
section.presentation-boutique .item.item-1 h2 {
  color: #fff;
}
section.presentation-boutique ul {
  margin-bottom: 50px;
}
@media (min-width: 1300px) {
  section.presentation-boutique .boutiques {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}

section.section-news {
  padding: 3rem 0 3rem 0;
  background-color: #676865;
  color: #faf2d6;
}
section.section-news h2 {
  color: #faf2d6;
}
section.section-news .container-vignette-news {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
  margin-bottom: 1em;
}
section.section-news .vignette-news {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: 0.7s ease;
  border-radius: 10px;
}
section.section-news .news {
  text-align: center;
}
section.section-news .news h4 {
  text-align: center;
  font-weight: 400;
}
section.section-news .news h4 a:hover {
  color: #b7aa7f;
  text-decoration: none;
}
section.section-news .actus {
  display: flex;
}
section.section-news .actus .resumeVignette-actu-container {
  width: 50%;
  margin: 5px;
}
section.section-news .actus .resumeText-actu-container {
  width: 50%;
  margin: 5px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
section.section-news .actus .resumeText-actu-container::before {
  content: "";
  position: absolute;
  left: 20px;
  background: #000;
  height: 80%;
  width: 2px;
}
section.section-news .actus .resumeText-actu-container h3.titre-actu a {
  color: #000;
}
section.section-news .actus .resumeText-actu-container .suite {
  margin-top: 15px;
}
section.section-news .actus .resumeText-actu-container .suite a.btn-readMore {
  background: #000;
  padding: 7px 18px;
  color: #fff;
  border: 2px solid #000;
  transition: all 0.3s ease;
}
section.section-news .actus .resumeText-actu-container .suite a.btn-readMore:hover {
  background-color: transparent;
  color: #000;
}
section.section-news .owl-nav {
  text-align: center;
}
section.section-news .owl-nav button.owl-prev {
  margin-right: 25px;
}
section.section-news .owl-nav button.owl-next {
  margin-left: 25px;
}

body.page-id-9 section.section-news {
  display: none;
}

body.inside div#top-banner {
  position: relative;
  margin-top: 57px;
  margin-bottom: 4rem;
}
body.inside div#top-banner .slide {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.inside h1.family-title {
  color: #000;
  margin-bottom: 1em;
  font-size: 50px;
  font-weight: 900;
  font-family: "EB Garamond", serif;
}
body.inside .page-content {
  margin-top: 9rem;
  margin-bottom: 4rem;
}

.fils.card.card_child_page {
  border: 0;
  border-left: 2px solid;
  padding-left: 15px;
}

.fils.card.card_child_page h3 a {
  color: #111;
}

.page-content h1.article-title {
  color: #000;
  margin-bottom: 1em;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
}
.page-content a.vignette_article img {
  margin: auto;
  display: block;
  margin-top: 4em;
  margin-bottom: 4em;
  max-width: 100%;
}
.page-content .short-description {
  font-weight: 600;
}
.page-content .long-description {
  margin-bottom: 4em;
}

.btn.bab-form-submit {
  background: #e4a724;
}

section.preambule .swiper-nav {
  position: absolute;
  bottom: 8px;
  right: 4px;
}

.homeSc_1 .short-content a,
.short-description a,
.long-description a {
  color: #656762;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 2px;
  font-weight: 700;
}
.homeSc_1 .short-content a:hover,
.short-description a:hover,
.long-description a:hover {
  color: #b7aa7f;
}

.card-famille img {
  width: 100%;
}

.inside .page-content .fils.card.card-news {
  padding: 15px;
  margin-bottom: 1em;
}
.inside .page-content .fils.card.card-news h4 a {
  color: #111;
}

.section-connexion-utilisateur {
  margin-top: 9rem;
}
.section-connexion-utilisateur h1 {
  color: #000;
  margin-bottom: 1em;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
}
.section-connexion-utilisateur .user-area-container .card .card-header h5 {
  margin: 0;
}
.section-connexion-utilisateur .user-area-container .nav-tabs a.nav-link {
  color: #383839 !important;
}
.section-connexion-utilisateur .user-area-container .nav-tabs .nav-item:hover {
  background: #faf2d6;
}
.section-connexion-utilisateur input.btn.btn-submit {
  background: #e4a724;
  color: #111 !important;
}
.section-connexion-utilisateur input.btn.btn-submit:hover {
  background: #996c0b;
}

.fb_iframe_widget button.inlineBlock._2tga._89n_._8j9v {
  margin-left: 15px !important;
}

.fb_iframe_widget td._51m-.vTop._2pir._51mw {
  padding-left: 15px !important;
}

section.product-item_Sc_1 {
  margin-top: 9rem;
}
a.cyb-link {
  color: #797979;
}

.form-control {
  border: 1px solid #a3a4a6 !important;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  display: inline-block;
  border-radius: 50% !important;
  background: #ddd !important;
  opacity: 1;
  margin: 0 3px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #e4a724 !important;
}

.mt-200 {
  margin-top: 200px;
}

.box-fancy4col .fancy .bg-img_fancy4col {
  width: 100%;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-fancy3col .fancy .bg-img_fancy3col {
  width: 100%;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#galerie .fancy {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  display: block;
}

.msg_mise_conge, .msg_ajout_panier, .error_msg {
  color: #fff3cd;
  background-color: #a83905;
  border-color: #a83905;
  padding: 1rem;
  font-size: 1.3rem;
}

.msg_ajout_panier {
  margin-top: 20px;
}

.error {
  font-size: 18px;
  color: rgb(148, 11, 11);
}

/* Responsive ====================================== */
@media (max-width: 1578px) {
  .page-header {
    margin-top: 85px;
  }
}
@media (max-width: 1200px) {
  #mainNavbar {
    position: initial;
  }
  #mainNavbar .logo {
    position: relative;
    width: 100px;
    left: 0;
  }

  body.inside div#top-banner {
    margin: 0;
  }

  body.inside .page-content {
    margin-top: 4rem;
  }

  .page-id-1 section.homeSc_1 {
    height: auto;
  }
}
@media (max-width: 991.98px) {
  #mainNavbar.navbar-light .navbar-toggler {
    background-color: #fff;
  }
  #mainNavbar #user_block_pc {
    display: none;
  }
  #mainNavbar #user_block_mobile {
    display: block !important;
    border-top-style: groove;
  }
  #mainNavbar .cyb-vertical-divider {
    background: #fff;
    height: 1px;
    width: 100%;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  #mainNavbar a.btn-panier.btn.btn-link {
    display: block;
    padding: 0.5rem 0;
    text-align: left;
  }
  #mainNavbar .navbar-brand {
    margin-right: 0;
  }
  #mainNavbar ul.famille_sousmenu {
    display: none;
  }

  .myContainer {
    flex-direction: column;
    height: auto;
  }
  .myContainer .items1 {
    width: 100%;
  }
  .myContainer .item2 {
    width: 100%;
    height: 500px;
  }
  .myContainer .item3 {
    padding: 1.5em;
  }

  .page-id-1 section.homeSc_1 {
    height: auto;
    padding: 3em 1em;
  }

  .card-columns {
    -webkit-column-count: 2 !important;
    -moz-column-count: 2 !important;
    column-count: 2 !important;
  }
}
@media (max-width: 767.98px) {
  a#back-to-top {
    display: none !important;
  }

  .page-content h1.article-title {
    font-size: 2.5rem;
  }

  .product-sheet div#swiper-prod .img-produit {
    margin-bottom: 1em;
  }

  div#paginationProd {
    position: relative;
    margin-bottom: 1em;
  }

  .card-columns {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
  }

  .product-card .image {
    height: 350px;
  }
}
@media screen and (max-width: 575.98px) {
  .page-id-1 section.homeSc_1 {
    height: auto;
  }
  .page-id-1 section.homeSc_1 .container {
    padding: 4em 1em;
  }
  .page-id-1 section.homeSc_1 .container h1.main-title {
    font-size: 2.5rem;
  }

  section.presentation-boutique .item .vignette {
    height: 340px;
  }

  #mainNavbar .navbar-brand {
    width: 100px;
  }
  #mainNavbar .navbar-brand img {
    width: 100%;
  }

  section.presentation-boutique .item.item-1,
section.presentation-boutique .item.item-2 {
    width: 100%;
  }

  #owl-news .owl-nav {
    display: flex;
    justify-content: space-around;
    margin-top: 1em;
  }
  #owl-news .owl-nav img {
    height: 40px;
  }

  .page-header {
    margin-top: 4em;
  }

  body.inside .page-content {
    margin-top: 0rem;
  }

  .news-center {
    width: 100%;
  }

  .mt-200 {
    margin-top: 50px;
  }

  section.product-item_Sc_1, .section-connexion-utilisateur {
    margin-top: 0rem;
  }
}

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