/*
Theme Name: Theme enfant
Theme URI:    http://shop-batu-taman.fr/
Description: Theme enfant de Mélanie
Author: Melanie
Author URI: http://shop-batu-taman.fr/
Template: twentytwenty
Version: 0.1.0
*/


html, body {
  height: 100%;
  width: 100%;
}
body {
  background: #fff;
font-size: 14px;
color: #000;
margin: 0;
padding: 0;
font-family: 'Raleway', sans-serif;
font-size: 18px;
line-height: 30px;
color: #212326;
font-weight: 500;
}
/*.container{
	padding-right: none!important;
padding-left: none!important;
}*/
.site-content,
.woocommerce-page .site-content,
.woocommerce-page #content {
  max-width: 100% !important;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.clear{clear:both}
.header2, #site-header{
	background: #03191e;
	z-index: 99999;
position: relative;
}
.site-logo img {
	max-height:none !important;
}
.header-titles-wrapper{
		max-width:none !important;
}
#page-une {
  position: relative;
  height: 70%;
  width: 100%;
  background-image: url(../img/img-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  

}
.row {
--bs-gutter-x: 0rem!important;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(-1 * var(--bs-gutter-y));
margin-right: calc(-.5 * var(--bs-gutter-x));
margin-left: calc(-.5 * var(--bs-gutter-x));

z-index: 1;
width: 100%;	background: #03191e;
}

.header{
	padding-right:15px;
	padding-top:20px;

padding-right: 0px;
--bs-gutter-x: 0rem;
}
#navigation{
	padding-top: 15px;
	border-top:1px solid #fff;
	padding-bottom: 15px;
}
.menu-menu-principal-container{
	text-align:center
}
#primary-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
	color:white;
	display: inline;
	font-size: 14px;
}
#primary-menu li {
	display: inline;
	padding:10px;
	font-family: Raleway, sans-serif;
}
#primary-menu li a {
		color:#fff;
	text-decoration:none
}
.icones{
	color:#fff;
	text-align:right;
		margin-right:10px;
	margin-bottom:10px;
		font-family: Raleway, sans-serif;
		font-size: 14px;
		padding-top:10px
}
.fa-phone{
padding-left:10px;
	padding-right:10px;
}
.fa-instagram, .fa-phone{
	font-size:24px
}
.text-accueil, .bienvenue{
padding-top: 100vh; /* poussé de la moitié de hauteur de viewport */
  transform: translateY(-50%);
}
#page-une h1{
	font-family: 'Cinzel', serif;
	color:white;
	text-align:center;
	/*font-size:55px;*/
	letter-spacing:10px;
	font-weight:400;
	text-shadow: #3c3c3c 1px 0 10px;
}
#page-une h2{
	font-family: 'Cinzel', serif;
	color:white;
	text-align:center;
	letter-spacing:10px;
	font-size:25px;
	font-weight:400;
	text-shadow: #3c3c3c 1px 0 10px;
}
#page-deux {
  position: relative;
  height: 80%;
  width: 100%;
  background-image: url(../img/ecran4.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
	z-index: 9999;
	padding-top: 5%;
}
#page-deux h1{
	font-family: 'Cinzel', serif;
	color:#2396a1;
	font-size: clamp( 1.5rem, 2.5vw, 2.5vh);
	font-weight:400;
	letter-spacing:5px;
}
#page-deux h2{
	font-family: Raleway, sans-serif;
	color:#282c2c;
	font-size: clamp( 1.5rem, 2vw, 2vh);
	font-weight:400;
	letter-spacing:3px;
}
#page-deux p, #page-quatre p, #titre h3{
	font-family: Raleway, sans-serif;
	color:#282c2c;
	font-size: clamp( 1.5rem, 0.8vw, 0.8vh);
	font-weight:400;
	letter-spacing:0.5px;
	text-align:justify
}
#titre{
	padding-top:100px;
}
#titre h1{
	font-family: 'Montserrat', serif;
	font-size: clamp( 1.5rem, 3vw, 3vh);
	text-align:center
}
#titre h2{
	font-family: 'Cinzel', serif;
	font-size: clamp( 1.5rem, 2vw, 2vh);
	text-align:center
}
#titre h3{
	text-align:center
}
#page-inter{
	padding-top:50px;
	padding-bottom:150px;
	z-index: 9999;
	position:relative
}
#page-inter h1{
	font-family: 'Raleway', serif;
  color: #2396a1;
	font-size:30px;
	font-weight:600;
	letter-spacing:0.5px;
	text-align:center
}
.cat-accueil{
	float:left
}
.bloc-photo-accueil{
	padding:20px
}

/*STYLES BLOC IMAGES ACCUEIL*/
.product_wrap {
    width: 100%;
}
.product_box {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
@media (max-width: 767px) {
  .product_box {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}
.product_box_img {
    width: 100%;
    text-align: center;
}
.product_box_img {
    position: relative;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product_box_img img {
    width: 100%;
}
.product_box_img .overlay, .activites_img .overlay {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
}
.product_box_cnt {
    left: 0;
    padding: 0 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 48%;
    -moz-transform: translateY(-16%);
    -ms-transform: translateY(-16%);
    -o-transform: translateY(-16%);
    -webkit-transform: translateY(-16%);
    transform: translateY(-16%);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product_box_cnt a{
	color:white;
	text-decoration: none;

}
.product_box_cnt a:hover{
text-decoration:none}
.product_box_cnt h3 {
font-family:Raleway, sans-serif;
    color: white;
	font-weight:600;
	text-shadow: #000 1px 0 10px;
	letter-spacing:2px
}
.product_box_cnt p, .product_box_cnt .btn {
    opacity: 0;
}
.product_box_cnt .btn {
    margin-top: 15px;
}
.product_box_cnt p, .product_box_cnt .btn {
    opacity: 0;
	text-align: center;
	text-transform: uppercase;
	
}

.btn-primary {
    background-color: #222526;
    color: white;
	background-image:none
}
.btn {
    display: inline-block;
    font-weight: 700;
    line-height: 40px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.btn-primary span {
  position: relative;
  z-index: 99;
  color: white;
}
.btn-primary:before {
  background: #1276a5 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-primary:hover, .btn-primary:active {
  background-color: #333333;
  color: #1276a5;
}
.btn-primary:hover:before, .btn-primary:active:before {
  top: 100%;
}
.btn-primary:hover span, .btn-primary:active span {
  color: #1276a5;
}

.btn-xs {
  padding: 0 18px;
  font-weight: 100;
  font-size: 15px;
}

.btn-sm {
  padding: 2px 18px;
  font-weight: 100;
  font-size: 15px;
}

.btn-md {
  border-width: 2px;
  padding: 6px 26px 4px;
  font-size: 15px;
}

.btn-default {
  background-color: transparent;
  border-color: #eae8e6;
  border-style: solid;
  color: #333333;
}
.btn-default:hover {
  border-color:none;
}

.btn-form:hover {
  background-color: #544e48;
  color: black;
}
@media (max-width: 1060px) and (min-width: 768px) {
  .product_box_cnt h3 {
    font-size: 17px;
    line-height: 20px;
  }
  .product_box_cnt p {
    font-size: 12px;
    line-height: 15px;
    margin-top: 20px;
  }
  .product_box_cnt .btn {
    padding: 2px 8px 2px 8px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .product_box_cnt h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .product_box_cnt p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
  }
  .product_box_cnt .btn {
    padding: 2px 8px 2px 8px;
    margin-top: 20px;
  }
}
@media (max-width: 479px) {
  .product_box_cnt h3 {
    font-size: 16px;
    line-height: 18px;
  }
  .product_box_cnt p {
    display: none;
  }
  .product_box_cnt .btn {
    padding: 2px 8px 2px 8px;
    margin-top: 20px;
  }
}
.product_box:hover {
  opacity: 100;
}
.product_box:hover .product_box_img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.product_box:hover .product_box_img .overlay {
  background: rgba(0, 0, 0, 0.8);
}
.product_box:hover .product_box_cnt {
/*-moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);*/
}
.product_box:hover .product_box_cnt p, .product_box:hover .product_box_cnt .btn {
  opacity: 1;
  color:white;
}
@media (max-width: 1722px) {
  .product_box {
    width: 100%;
  }
  .product_box_img {
    width: 100%;
    text-align: center;
  }
  .product_box_img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product_box {
    width: 100%;
  }
}

.quote .product.box {
  float: left;
  padding-right: 20px;
  display: inline-block;
  margin-top: 3px;
}
.quote .product.box .product_overlay {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.quote .product.box .product_overlay.box_aside {
  margin-right: 0;
}
.quote .product.box .product_overlay img {
  margin-right: 0;
}
.quote .product.box .product_overlay:after, .quote .product.box .product_overlay:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.quote .box_cnt q {
  padding-left: 35px;
  position: relative;
}
.quote .box_cnt q:before {
  color: #1276a5;
  content: "?";
  font: 400 24px/24px "FontAwesome";
  left: 0;
  position: absolute;
  top: -4px;
}
.quote .box_cnt cite {
  color: white;
  display: block;
  font-style: normal;
  margin-top: 9px;
}
@media (min-width: 480px) and (max-width: 991px) {
  .quote .box_cnt {
    padding-top: 15px;
  }
}
/* FIN STYLES*/

#page-trois {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url(../img/encart3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
	z-index: 9999;
}
#page-trois h1 {
  color: white;
	text-align:right;
	font-size:60px;
	font-family:Raleway, sans-serif;
	font-weight:600;
	text-shadow: #000 1px 0 10px;
	letter-spacing:2px;
	line-height:90px
}
#page-trois h2 {
  color: white;
	text-align:right;
	font-size:40px;
	font-family:Raleway, sans-serif;
	font-weight:400;
	text-shadow: #000 1px 0 10px;
	letter-spacing:2px;
		line-height:70px
}
#page-quatre {

	padding-bottom: 2%;
}
#page-quatre .container {
	background-color:#d2a183;

	padding:40px 30px 30px 30px
}
#page-quatre .container .row {

	background:none
}
#page-quatre .icone{
text-align: center;
}
#page-quatre p{
	text-align:center;
	margin-top:15px;
	font-family: Raleway, sans-serif;
font-weight: 600;
	font-size: clamp( 1.5rem, 1.2vw, 1.2vh);
	color:white
}
.fa-tree, .fa-shop, .fa-hammer{
	border-radius: 50%;
  border: 2px solid white;
  padding: 1em;
  width: 100px;
  height: 100px;
font-size: clamp( 1.5rem,2vw, 2vh);
	color:white
}
#page-quatre h1 {
  color: #0d0d0d;
	text-align:left;
font-size: 2em;
font-family: Raleway, sans-serif;
font-weight: 800;
letter-spacing: 2px;
line-height: 1em;
}
#page-quatre h2 {
  color: #0d0d0d;
	text-align:left;
	font-size: 1.5em;
font-family: Raleway, sans-serif;
font-weight: 400;
letter-spacing: 2px;
line-height: 1em;
margin-bottom:15px
}
#page-cinq {
  position: relative;
  height:600px;
  width: 100%;
  background-image: url(../img/ecran5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact{
	text-align:center;
	padding-top: 5%

}
.contact h1{
font-family: Raleway, sans-serif;
	color:#fff;
	font-size:60px;
	font-weight:600;
	letter-spacing:2px;
}
.coordonnes{
	background:#333;
	padding:20px;
	padding-top:50px
}

.coordonnes h1{
	font-family: 'Cinzel', serif;
	color:white;
	text-align:center;
	letter-spacing:3px;
	font-size:25px;
	font-weight:400
}
.coordonnes h2{
	font-family: 'Cinzel', serif;
	color:white;
	text-align:center;
	letter-spacing:5px;
	font-size:20px;
	font-weight:400;
	padding-top: 20px;
}
.coordonnes p{
	font-family: Raleway, sans-serif;
	color:white;
	text-align:center;
	letter-spacing:1px;
	font-size:14px;
	font-weight:400;
	padding-top: 20px;
}

.coordonnes .fa-facebook{
	font-size:40px;
	color:white
}
.coordonnes a{
	
color: #fff;
text-decoration: none;
}
.facebook2{
	margin-top: 20px;
	padding-right:5px
}
.insta{
	width: 40px;
height: 40px;
border-radius: 20px;
background: #fff;
padding: 8px;
margin-left:5px;
color:#333
}
.insta a{
	color:#333
}
.header-reseau a{
	color:#fff
}
.contact .placeholder {
  background-color: transparent !important;
	opacity: 1 !important;
}
.contact input[type="text"], .contact input[type="tel"], .contact input[type="email"]{
	width:435px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #fff;
background:none;
border-radius:0;
	border:none;
  border-bottom: 1px solid #fff;

}
.contact input[type="submit"], input[type="submit"]{
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #fff;
background:#2496a1;
border-radius:0;
	border:none;
width:150px

}
.contact textarea{
		width:435px;
  height: 150px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #fff;
background:none;
border-radius:0;
	border:none;
  border-bottom: 1px solid #fff;

}
#site-footer{
	background: #021317; 
	padding-top:0px;

}
.footer-texte{
/*position: absolute;*/
	bottom:1%
}
.footer-texte span{
	font-family: Raleway, sans-serif;
	color:#fff;
	font-size:14px;
	/*border-top:1px solid white;*/
	width: 100%;
	display: block;
	text-align:center;
	padding-top:10px
	
}
.before-footer{
	background:#03191e;
	padding-top:20px;
	padding-bottom:20px;

}
.footer-logo{
	padding-right:20px;
}	
.footer-logo h1{
	font-family: 'Cinzel', sans-serif;
	color:white;
	font-size: clamp( 1.5rem, 1vw, 1vh);
	text-align:justify
}
.before-footer p{
	font-family: Raleway, sans-serif;
	color:white;
	font-size: clamp( 1.5rem, 1vw, 1vh);
	text-align:justify
}
.before-footer .info, .before-footer .footer-logo{
padding: 50px 30px 30px 30px;
}
.before-footer .info p{

	font-size: clamp( 1.5rem, 1vw, 1vh);
	text-align:LEFT;
	line-height:18px;
}
.before-footer .info h1{
	font-family: 'Cinzel', serif;
	color:#2496a1;
	font-size:18px;
	text-align:left;
	letter-spacing:1px;
	margin-bottom:20px
}
.before-footer .info .fa-brands{
	color:white;
	font-size:30px;
	margin-right:30px
}
form.customize-unpreviewable, form.customize-unpreviewable input, form.customize-unpreviewable select, form.customize-unpreviewable button, a.customize-unpreviewable, area.customize-unpreviewable {
  cursor: auto !important;
}

.header{
	padding-right:15px
}

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 100rem;
  width: calc(100% - 4rem);
}
.post-inner {
  padding-top: 0rem;
}

figcaption a, .wp-caption-text a {
font-family: Raleway, sans-serif;
text-decoration:none;
text-transform:uppercase
}
h1.entry-title, h2.entry-title {
font-family: 'Cinzel', serif;
color: #2396a1;
font-size: 30px;
font-weight: 400;
letter-spacing: 5px;
}
#site-content h2.entry-title {
font-size: clamp( 1.5rem, 3vw, 3vh);
}
.wp-block-cover .has-background-dim:not([class*="-background-color"]) {
  background-color: #333;
}
.wp-block-cover__inner-container > .has-text-align-center a{

  color: #fff;
  text-decoration: none;
	text-transform:uppercase
}
.wp-block-cover__inner-container > .has-text-align-center .has-primary-color{
	  color: #fff;
  text-decoration: none;
	text-transform:uppercase
}

ul.primary-menu {
  
  justify-content: center;
padding-top: 10px;
}
.primary-menu > li > a{
	color: white;
padding: 10px;
font-family: Raleway, sans-serif;
}
.search-toggle {
  position:static;
  bottom: 0;
  left: 0;
  top: 0;
}
.header-toggles:only-child .toggle-inner .toggle-text {


  color: white;
}
.primary-menu-wrapper{
	border-top:1px solid white
}
.header-inner {
  padding-bottom: 0;
}
#site-header .toggle {
  color: #fff;
}
.header-inner {
  padding: 0;

}
.menu-modal.active {

  z-index: 999999;
}



h3, .heading-size-3 {
  font-size: 2rem;
}
.modal-menu > li > .ancestor-wrapper > a {
  font-size: 2.4rem;
  padding: 2.5rem 0;
  color: #3c3c3c;
}
.menu-modal .close-nav-toggle {
   color: #3c3c3c;
}
.color-accent {
  color: #2396a1;
}

.modal-menu > li > .ancestor-wrapper > a {
font-size: 1.5rem;
padding: 1rem 0;
}

.menu-modal {
  height: 300px;
   box-shadow: 0px 15px 10px -15px #111;   
}

.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #fff;
}
button.close-nav-toggle {

  padding: 1.1rem 0;

}
.wc-block-grid__products {
  background-clip: padding-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 16px;
  padding: 0;
}
.wc-block-grid__product {
  border-bottom: 16px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  box-sizing: border-box;
  float: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;

}
.wc-block-grid__products .wc-block-grid__product-image img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: none;
  width: calc(100% - 0rem);
}
.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title {
  margin: 0 0 12px;
}
@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*="flex-basis"] {
    flex-grow: 0;
  }
}
.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: none;
  width: calc(100% - 0rem);
}
.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: none;
  width: calc(100% - 0rem);
}
.wp-block-button__link{
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #2396a1;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.0333em;
  line-height: 1.25;
  margin: 0;
  opacity: 1;
  padding: 1.1em 1.44em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.15s linear;
}
#site-content .post-inner {
  padding-top: 20px;
}
.post-inner .price {
  font-family: Raleway, sans-serif;
  font-size: 24px;
  text-align: center;
}
.entry-content li {

  border: 1px solid #ececec;
  padding: 10px;
  margin: 0 3.8% 2.992em 0;
  
}

.wc-block-grid__product .wc-block-grid__product-title {
  font-family: 'Cinzel', serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2396a1;
  text-align: center;
  font-size: 20px;
}
.wp-block-button {
  display:none
}
h1.entry-title, h2.entry-title {
  font-family: 'Cinzel', serif;
  color: #2396a1;
  font-size: clamp( 1.5rem, 2vw, 2vh);
  font-weight: 600;
  letter-spacing: 2px;
}
.menu-modal-inner {
  background:#1d2327;

}
button.close-nav-toggle .toggle-text {
  display:none
}

élément {
}
.fill-children-current-color, .fill-children-current-color * {
  fill: currentColor;

}
*, ::before, ::after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  word-wrap: break-word;
}
*, ::after, ::before {
  box-sizing: border-box;
}
.menu-modal .close-nav-toggle {
  color: #fff;
}
.modal-menu > li > .ancestor-wrapper > a {
  color: #fff;
}
.modal-menu {
  position: relative;
  left: calc(0% - 0vw);
  width:auto!important;
}
button.sub-menu-toggle svg {
  color: white;
}
.modal-menu ul li a {
  color:white
}
.modal-menu ul li {
	border-left-width: 0rem;
}
.paypal-buttons{
margin-top:15px;
}
.mesure-image{
	height:140px;
	float:left
}
.mesure{
	font-size:14px;
	line-height: 18px;
}
.table-suar-image, .table-suar-texte{
 float:left;
 padding:10px;
 }
 .header-reseau{
		display:none
	}
 .table-suar-texte p{
font-family: Raleway, sans-serif;
  color: #282c2c;
  font-size: clamp( 1.5rem, 0.8vw, 0.8vh);
  font-weight: 400;
  letter-spacing: 0.5px;
 }

.term-description .container{
	clear:both
}
.term-description .row{
	background:none
}
@media (min-width: 1400px) {
  .term-description .container, .term-description .container-lg, .term-description .container-md, .term-description .container-sm, .term-description .container-xl, .term-description .container-xxl {
    max-width: 1520px;
  }
}
.header-inner .toggle{
		padding: 0 0rem;
	}
	.nav-toggle {
	position: absolute;
	bottom: auto;
	right: 0;
	top: 0;
	width: 6.6rem;
}
@media (min-width: 700px) {
  .singular .entry-header {
    padding-bottom: 0rem;
  }
}
@media (min-width: 1000px) {
  .header-reseau{
		display:block
	}
  
}
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter){
	margin-top:0rem
}
@media (max-width:1024px){
	#page-deux {
  position: relative;
  height: 70%;
  width: 100%;
  background-image: url(../img/ecran4.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 95%;
  z-index: 9999;
  padding-top: 5%;
}
#page-cinq {

  height: 500px;

}
}

@media only screen and (max-width: 768px) and (max-height:1024px){
	#page-deux {
  position: relative;
  height: 60%;
  width: 100%;
  background-image: url(../img/ecran4.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 90%;
  z-index: 9999;
  padding-top: 5%;
}
}

@media only screen and (max-width: 768px) and (max-height:1024px){
	#page-deux {
  position: relative;
  height: 70%;
  width: 100%;
  background-image: url(../img/ecran4.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 90%;
  z-index: 9999;
  padding-top: 5%;
}
}

@media (max-width:767px){
	.bienvenue {
		padding-top: 0;
		transform: none;
	}

	h2{
	  margin: 0rem 0 2rem;
	}
	.contact input[type="text"], .contact input[type="tel"], .contact input[type="email"] {
	  width: 100% !important;
	}
	#page-cinq {
	  height: auto;
	}
	.footer-top-hidden #site-footer {
	  margin-top: 0rem;
	}
	.before-footer .info {
	  border-top: 1px solid white;
	  border-left: 0px solid;
	}
	.formulaire{
		margin-top:20px
	}
	.bouton-recherche{
		text-align:none
	}
	#page-deux {

	  background-image:none;
	  padding-top:0;
		height: auto!important;
	}
	#page-inter {
	  padding-bottom: 0px;

	}
	#site-content {
    padding-top: 4vw;
    padding-right: 2vw;
    padding-bottom: 2vw;
    padding-left: 2vw;
}
	.fa-tree, .fa-shop, .fa-hammer {
	  padding: 0.65em;
	  font-size: clamp( 4rem, 1.8vw, 1.8vh);
	}
	#titre {
  padding-top: 50px;
	}
	.header-reseau{
		display:none
	}
	.header-titles-wrapper .nav-toggle {

	 bottom: none;
	}
	#page-cinq {

  height: 600px;

}

	
}
@media (max-width: 1000px){
		.container-tel{
	display: none;}
	
}
.toggle-inner > .toggle-text{
  color: #fff;
}
@media (min-width: 700px){
	h1, .heading-size-1, h2, .heading-size-2, h3, .heading-size-3 {
	  margin: 0;
	}
	.footer-top-hidden #site-footer {
	  margin-top: 0rem;
	}
	button.close-nav-toggle {
	  font-size: 1rem;
	  padding: 1rem 0;
	}
	.singular .entry-header {
 
    padding-bottom: 8rem;
	}
	.bouton-recherche{
		text-align:left
	}
	.wp-block-cover .wp-block-cover__inner-container {
  width: calc(100% - 0rem);
}
}
.theme-twentytwenty .wc-block-grid__product-title{
font-family: 'Cinzel', serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2396a1;
  text-align: center;
  font-size: 20px;
}
.woocommerce-cart #site-content .woocommerce
{
  max-width: 1600px;
  padding: 0 0vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .woocommerce-checkout #site-content .woocommerce
{
    max-width: 1600px;
    padding: 0 1vw;
    margin: 0 auto;
  }
}
.primary-menu ul
{

  font-size: 1.5rem
}
.entry-summary .price{
	clear:both
}
.term-description p{
	font-family: Raleway,sans-serif;
  color: #282c2c;
  font-size: clamp(1.5rem, 0.8vw, 0.8vh);
  font-weight: 400;
  letter-spacing: .5px;
}
.elementor-products-grid ul.products.elementor-grid li.product {
padding: 10px !important;
  text-align: center;
}

.entry-content li {
	border: 0px solid #ececec;
padding: 0px;}

@media only screen and (max-width: 1024px) and (max-height:1366px){
#veinage{left: 184px;}
}
