/*
Theme Name: surelia
Author: Olyos
Author URI: https://www.olyos.fr
Description: un thème développé par Olyos by Fluxeos
Version: 3.0
License: Olyos/Fluxeos
Text Domain: olyos
Domain Path: /languages/
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
  @font-face {
    font-family: 'Questrial';
    font-style: normal;
    font-weight: normal;
    src: local('Questrial'), url('/wp-content/themes/surelia/font/georgiab.woff') format('woff');
    }
/*--------------------------------------------------------------
	General
--------------------------------------------------------------*/
body {

  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
  color: #050708;
  font-size: 1rem;
}
.georgia {
	font-family: 'Questrial', serif;
}
h1, h2 {
  font-weight: 400;
  font-style: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #000;
}
h3, h4, h5, h6 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #000;
  margin-bottom: 1.5rem;
}
p {
  color: #404040;
  font-size: 1rem;
}
* > p:first-child {
  margin-top: 0;
}
img {
  width: 30%;
}
a {
  color: #ad8e53;
  text-decoration: none;
}
a:hover, a:focus, a:active, a.active {
  color: #fff;
  text-decoration: auto;
}
::selection {
  text-shadow: none;
  background: #3833F2;
}
blockquote {
  position: relative;
  padding: 30px 30px 30px 60px;
  font-style: italic;
  line-height: 1.6;
  background: #eaf4f7;
  border: solid 1px #050708;
}
blockquote:before {
  content: "\201D";
  color: #050708;
  font-size: 80px;
  position: absolute;
  left: 5px;
  top: 27px;
  line-height: 1;
}
.wp-block-image figcaption {
  font-size: 13px;
}

/*--------------------------------------------------------------
	Navbar
--------------------------------------------------------------*/
.navbar{
	padding: 0;

}

.navbar-nav .nav-link {
	color: white;
	font-size: 15px;

	padding-left: 2rem!important;
}

.navbar-nav :focus, .navbar-nav :hover, .nav-link:focus, .nav-link:hover {
	color: #ad8e53;
	font-weight: bold;
}
.navbar-bg {
	padding: 1rem;
  display: flex;
    justify-content: space-between;
    width: 80vw;
}
.navbar-logo {
	font-size: 1rem;
}
.navbar-toggler {
	background-color: #black;
	color: #fff;
	border: none;
	padding: 1.2rem;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


.dropdown-menu[data-bs-popper] {
	left: -100px;	
}
.dropdown-oly {
	border: none;
}
/*--------------------------------------------------------------
	Auto-scrool menu
--------------------------------------------------------------*/
.autohide {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}
.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}
.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: none!important;
    border: 0px solid #c4c4c4!important;
    border-bottom: 1px solid #c4c4c4!important;
}
.nf-form-content label {
    color: #ad8e53;
}
#nf-field-13{
  background-color: #000!important;
}
#nf-field-6{
  border: 1px solid #c4c4c4!important;
}
#nf-field-9 {
	border-bottom: 1px solid #c4c4c4!important;
}
#nf-field-10-wrap > div.nf-field-element {
	text-align: right;
}
#nf-field-10, #nf-field-4 {
	    border: 1px solid #3833f2;
    background: white;
    color: #3833f2;
    padding: 0 3rem;
}


/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
.header-bg {
  background-color: black;
	border-bottom: 1px solid #c7C7C7;
 
}
.search-oly {
  color: #3833F2;
  background: white;
  border: none;
}
.search-oly:hover, .search-oly:active, .search-oly:focus {
  color: #3833F2;
  background: white;
  border: none;
}

/*--------------------------------------------------------------
	Bouton covid
--------------------------------------------------------------*/
.button-covid {}
.btn-covid {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 10px 30px 5px 30px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s
}
.btn-covid {
  border: 3px solid #ff5b35;
  color: #ff5b35;
  border-radius: 50px;
}
.btn-covid:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ff5b35
}
.btn-covid-ico {
  font-size: 3rem;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.coro {
  color: #3833F2;
  margin-bottom: 20px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
/*--------------------------------------------------------------
	blog post 
--------------------------------------------------------------*/
.card-blog {
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 20px;
}


/*--------------------------------------------------------------
	Archive blog post 
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	Sidebar and Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	Woocommerce BASE surcharge
--------------------------------------------------------------*/
.woocommerce .col-1, .col-2 {
  max-width: none;
}
.lpc_tracking {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #b11d2d;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 4px;
  padding-bottom: 1rem;
  background: #fff;
}
.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
  width: 18%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0 1.55% 0.992em 0;
}
/*--------------------------------------------------------------
	Woocommerce breadcrumb et minus cart
--------------------------------------------------------------*/
.woocommerce-breadcrumb {
  border: 1px solid #cbd2d9;
  border-radius: 0.3rem;
  padding: 5px 10px !important;
}
.single_add_to_cart_button, .woocommerce-variation-add-to-cart {
  height: 45px;
  margin-right: 1rem !important;
}
.single-product div.product form.cart .quantity {
  float: none !important;
  margin: 0 !important;
  display: inline-block;
}
.plus, .minus {
  padding: 11px 10px 9px 12px;
  border-color: #DEDEDE;
  background-color: #FFFFFF;
  border-radius: 0.2rem;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
.single_add_to_cart_button {
  font-size: 1rem;
  padding: 1rem 3rem;
}
.woocommerce .quantity .qty {
  border: 1px solid #ccc;
  height: 46px;
  border-radius: 4px;
  text-align: center;
  line-height: 47px;
  color: #333;
  font-size: 1.2rem;
}
/*--------------------------------------------------------------
	Woocommerce my account menu surcharge
--------------------------------------------------------------*/
@media only screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
  }
}
/* Style WC Account Endpoint Links */
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  font-size: 17px;
  line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 8px 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #7cd3c6;
}
.woocommerce-MyAccount-navigation-link a {
  color: rgba(0, 0, 0, 0.8);
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #ffffff;
  cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid #7cd3c6;
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: rgba(0, 0, 0, 0.07);
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0, 0, 0, 0.07);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
/*--------------------------------------------------------------
	Woocommerce Styles surcharge chekout & panier (!)
--------------------------------------------------------------*/
.wc-block-featured-product .wc-block-featured-product__title {
  font-size: 1.4rem;
}
.related.products {
  display: none !important;
}
.woocommerce-message {
  display: none;
}
.woocommerce-cart.full-width-content .content, .woocommerce-checkout.full-width-content .content {
  max-width: 100%;
}
.woocommerce-cart .woocommerce table.shop_table td.actions {
  border-top: 1px solid #e6e6e6;
  background: #f7f7f7;
  border-bottom: 0px solid #e6e6e6;
}
.woocommerce-cart .entry-content form {
  width: 68%;
  float: left;
}
.woocommerce-cart .woocommerce .cart-collaterals {
  width: 30%;
  float: right;
}
.woocommerce-cart .woocommerce .cart-collaterals h2 {
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}
.variation p {
  font-size: 1rem;
}
#add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr th, #add_payment_method table.cart th, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart th, .woocommerce-checkout table.shop_table th {
  color: #b11d2d;
  font-size: 14px;
  font-size: 1.4rem;
}
#add_payment_method .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr td, #add_payment_method table.cart td, .woocommerce-cart table.cart td, .woocommerce-checkout table.cart td, .woocommerce-checkout table.shop_table td {
  color: #555;
  font-size: 16px;
  font-size: 1rem;
}
.woocommerce-cart .woocommerce table.shop_table th {
  border-bottom: 2px solid #b11d2d;
}
.woocommerce-cart .woocommerce table.shop_table, .woocommerce-checkout .woocommerce table.shop_table {
  border: 1px solid #e6e6e6;
  margin: 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 0;
  border-bottom: none;
  border-right: none;
  margin-bottom: 35px;
  border-bottom: 1px solid #e6e6e6;
}
body #add_payment_method #payment ul.payment_methods li input, body.woocommerce-cart #payment ul.payment_methods li input, body.woocommerce-checkout #payment ul.payment_methods li input {
  width: auto;
  margin: -2px .5em 0 0;
}
body .woocommerce form .form-row .input-checkbox {
  width: auto;
  margin: -2px 5px 0 0;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, body.woocommerce-cart .cart-collaterals .cart_totals tr td, body.woocommerce-cart .cart-collaterals .cart_totals tr th, body.woocommerce-checkout .cart-collaterals .cart_totals tr td, body.woocommerce-checkout .cart-collaterals .cart_totals tr th, body .woocommerce table.shop_table th {
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  text-align: right;
  padding: 10px 20px;
}
body #add_payment_method table.cart td, body #add_payment_method table.cart th, body.woocommerce-cart table.cart td, body.woocommerce-cart table.cart th, body.woocommerce-checkout table.cart td, body.woocommerce-checkout table.cart th {
  border-right: 1px solid #e6e6e6;
}
#add_payment_method .cart-collaterals .cart_totals tr th, body.woocommerce-cart .cart-collaterals .cart_totals tr th, body.woocommerce-checkout .cart-collaterals .cart_totals tr th {}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  border-bottom: 1px solid #e6e6e6;
}
body .woocommerce #respond input#submit.alt, body .woocommerce a.button.alt, body .woocommerce button.button.alt, body .woocommerce input.button.alt {
  background: #b11d2d !important;
  font-weight: 400;
}
body .woocommerce #respond input#submit.alt:hover, body .woocommerce a.button.alt:hover, body .woocommerce button.button.alt:hover, body .woocommerce input.button.alt:hover {
  background: #b11d2d !important;
}
body .woocommerce .cart .button, body .woocommerce .cart input.button, body .woocommerce #respond input#submit, body .woocommerce a.button, body .woocommerce button.button, body .woocommerce input.button {
  background: #b11d2d;
  color: #fff;
  font-weight: 400;
  border-radius: 4px;
  font-size: 1.1rem;
}
body .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: right;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.25em;
  padding: 1em;
  border-radius: 40px;
  margin-top: .5em;
}
body .woocommerce form .form-row-first, body .woocommerce form .form-row-last, body .woocommerce-page form .form-row-first, body .woocommerce-page form .form-row-last {
  width: 49%;
}
body .woocommerce #respond input#submit.disabled, body .woocommerce #respond input#submit:disabled, body .woocommerce #respond input#submit:disabled[disabled], body .woocommerce a.button.disabled, body .woocommerce a.button:disabled, body .woocommerce a.button:disabled[disabled], body .woocommerce button.button.disabled, body .woocommerce button.button:disabled, body .woocommerce button.button:disabled[disabled], body .woocommerce input.button.disabled, body .woocommerce input.button:disabled, body .woocommerce input.button:disabled[disabled] {
  background: #ccc;
}
body .woocommerce a.checkout-button.button.alt {
  border-radius: 40px;
}
body .woocommerce #content table.cart td.actions .coupon, body .woocommerce table.cart td.actions .coupon {
  width: 68%;
}
body #add_payment_method table.cart td.actions .coupon .input-text, body.woocommerce-cart table.cart td.actions .coupon .input-text, body.woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 8px 6px 7px;
  width: 65%;
}
#coupon_code {
  width: 45% !important;
  height: 30px;
}
body .woocommerce table.shop_table td {
  padding: 15px;
}
body .woocommerce-checkout table.shop_table td {
  text-align: right;
  border-right: 1px solid #e6e6e6;
  border-top: 0;
}
.woocommerce a.remove {
  margin: 0 auto;
}
.woocommerce-cart .woocommerce table.shop_table th.product-remove, .woocommerce-cart .woocommerce table.shop_table th.product-name {
  text-align: center;
}
.woocommerce-cart .woocommerce table.shop_table th.product-price, .woocommerce-cart .woocommerce table.shop_table th.product-quantity, .woocommerce-cart .woocommerce table.shop_table th.product-subtotal {
  text-align: right;
}
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-price, .woocommerce-cart .woocommerce table.shop_table .cart_item td.product-quantity, .woocommerce-cart .woocommerce table.shop_table .cart_item td.product-subtotal {
  text-align: right;
}
.woocommerce-checkout #add_payment_method #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  list-style: none;
}
.woocommerce-checkout .woocommerce .col2-set {
  width: 47.8260869565%;
  float: left;
  margin-right: 4.347826087%;
}
.woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-checkout .woocommerce .col2-set .col-2 {
  margin-bottom: 2em;
  width: 100%;
  float: none;
}
.woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review {
  background: #fff;
  width: 47.8260869565%;
  float: right;
  margin-right: 0;
}
.woocommerce-checkout #ship-to-different-address-checkbox {
  width: auto;
  float: right;
  margin-left: 15px;
  margin-top: 10px;
  opacity: 1;
  position: static;
}
.woocommerce-checkout #ship-to-different-address label {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  text-transform: uppercase;
  color: #000;
}
.woocommerce-checkout .woocommerce form .form-row.create-account label {
  padding-top: 2px;
  font-weight: bold;
}
.woocommerce-checkout .payment-fixed {
  position: fixed;
  z-index: 9;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 2em;
  left: 52%;
  margin-left: 0;
  padding: 20px;
  top: 0;
  width: 45.5% !important;
  -webkit-transition: padding .1s ease-in;
  -moz-transition: padding .1s ease-in;
  -o-transition: padding .1s ease-in;
  -ms-transition: padding .1s ease-in;
  transition: padding .1s ease-in;
}
.product-shipping-message {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0px;
  border-top: 1px solid #139248;
  border-bottom: 1px solid #139248;
}
body .woocommerce table.shop_table tbody th, body .woocommerce table.shop_table tfoot td, body .woocommerce table.shop_table tfoot th {
  border-bottom: none;
}
body .woocommerce form .form-row input.input-text, body .woocommerce form .form-row textarea {
  max-width: 100%;
}
body .woocommerce .product-name a {
  color: #000;
  pointer-events: none;
  cursor: default;
}
.cart-pdf-button {
  background: #b7b7b7 !important;
  color: #000 !important;
  font-size: 1.2rem !important;
}
.cart-pdf-button::before {
  font-family: "Font Awesome 5 Free";
  content: "⤓";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
@media only screen and (max-width: 1139px) {
  .woocommerce-cart .entry-content form {
    width: 64%;
  }
}
@media only screen and (max-width: 980px) {
  .woocommerce-cart .entry-content form {
    width: 80%;
    float: none;
    margin: 0 auto;
  }
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 80%;
    float: None;
    margin: auto;
  }
  body .woocommerce #content table.cart td.actions .coupon, body .woocommerce table.cart td.actions .coupon {
    width: 100%;
  }
  body #add_payment_method table.cart td.actions .coupon .input-text, body.woocommerce-cart table.cart td.actions .coupon .input-text, body.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 48%;
  }
}
@media only screen and (max-width: 650px) {
  .woocommerce-cart .entry-content form {
    width: 100%;
  }
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce .col2-set {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review {
    width: 100%;
    float: none;
  }
}
/*--------------------------------------------------------------
	Theme navigation (page suivante précedente)
--------------------------------------------------------------*/
/*** Pagination ***/
.pagination {
  display: block;
  text-align: center;
  margin: 0;
  margin: 1rem auto 2rem auto;
}
.page-numbers {
  margin: 0;
  padding: 20px 0 50px 0;
  list-style-type: none;
  text-align: center;
  display: inline-block;
}
.page-numbers {
  display: inline-block;
  margin-right: 5px;
}
.page-numbers {
  text-decoration: none;
  text-transform: uppercase;
  padding: 11px 18px;
  color: #4E4E4E;
  background-color: #FFF;
  font-size: 17px;
  font-weight: 400;
  border: 1px solid;
  border-color: #DEDEDE;
}
.page-numbers .dots {
  padding: 10px 14px;
}
.page-numbers .current {
  text-decoration: none;
  text-transform: uppercase;
  padding: 11px 18px;
  color: #FFFFFF;
  background-color: #000;
  font-size: 17px;
  font-weight: 400;
  border: 1px solid;
  border-color: #000;
}
.page-numbers li a:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.mentions {
	text-align: center;
  background-color: black;
  border: none!important;
 padding: none!important;
 
    margin: inherit;
}

.mentions a{
  color: white;
}
.row .col-md-12 .center {
  padding: none!important;
}
footer .container-fluid{
    padding-right:0!important;
    padding-left: 0!important;
}

#4da55c6{
border: none!important;
}
/*--------------------------------------------------------------
	Responsive
--------------------------------------------------------------*/
/*
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px;
  }
}
*/
@media (max-width: 768px) {
	
	.navbar-brand {
	  width: 50%;
	  margin: 0 auto;
	}
	
	
}@media only screen and (max-width: 992px){
#menu-principal{
  align-items: flex-end;
}
}