/*-----------------*/
/* LOADER */
/*-----------------*/
#loader-wrapper .loader{
	width: 160px;
	height: 200px;
	position: relative;
	text-align: center;
}
#loader-wrapper .loader p{
	position: absolute;
	bottom: 0;
	text-transform: uppercase;
	color: var(--white);
	letter-spacing: 2px;
	left: 0;
	right: 0;
	font-family: var(--font-bold);
	animation-iteration-count: infinite;
	animation-name: clignoter;
	animation-duration: 1.5s;
}
.chalice {
  position: absolute;
  top: -120px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 65px;
  height: 80px;
  border: solid 2px rgb(255 255 255 / 40%);
  border-top-width: 0px;
  border-radius: 20% 20% 50% 50%/50% 50% 40% 40%;
}
.chalice:before {
  content: "";
  position: absolute;
  bottom: -65px;
  left: 0px;
  right: 0px;
  width: 2px;
  height: 63px;
  margin: auto;
  background-color: rgb(255 255 255 / 40%);
}
.chalice:after {
  content: "";
  position: absolute;
  bottom: -68px;
  left: 0px;
  right: 0px;
  width: 50px;
  height: 3px;
  margin: auto;
  border-radius: 50% 50% 0% 0%/50% 50% 50% 50%;
  background-color: rgb(255 255 255 / 40%);
}

.liquid {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 60px;
  height: 80px;
  border-top-width: 0px;
  border-radius: 20% 20% 50% 50%/50% 50% 40% 40%;
  background-color: #151515;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
}
.liquid.red-wine:before {
  background-color: var(--secondary-color);
  opacity: 0.6;
}

.liquid:before {
  content: "";
  width: 400%;
  margin: auto;
  position: absolute;
  bottom: -10px;
  left: -150%;
  right: 0;
  transform-origin: 50%;
  animation: fill 10s infinite ease-in-out;
  border-radius: 20% 20% 50% 50%/50% 50% 40% 40%;
  overflow: hidden;
}
.liquid:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: -4px;
  margin: auto;
  width: 50px;
  height: 65px;
  border: solid 6px rgba(255, 255, 255, 0.3);
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-radius: 20% 20% 50% 50%/50% 50% 40% 40%;
  box-sizing: border-box;
  transform: rotateZ(-3deg);
}

@keyframes fill {
  0% {
    transform: rotateZ(-25deg);
    height: 10px;
  }
  2% {
    transform: rotateZ(25deg);
  }
  4% {
    transform: rotateZ(-10deg);
  }
  6% {
    transform: rotateZ(10deg);
  }
  8% {
    transform: rotateZ(-8deg);
  }
  10% {
    transform: rotateZ(8deg);
  }
  12% {
    transform: rotateZ(-6deg);
  }
  14% {
    transform: rotateZ(6deg);
  }
  16% {
    transform: rotateZ(-4deg);
  }
  18% {
    transform: rotateZ(4deg);
  }
  20% {
    transform: rotateZ(-2deg);
  }
  22% {
    transform: rotateZ(2deg);
  }
  24% {
    transform: rotateZ(0deg);
    height: 55px;
  }
  40% {
    height: 55px;
  }
  90% {
    height: 10px;
  }
  100% {
    height: 10px;
  }
}
@keyframes clignoter {
  0%   { opacity:1; }
  40%   {opacity:.2; }
  100% { opacity:1; }
}

/*-----------------*/
/* ELEMENTS */
/*-----------------*/

.cekome-stars{height: 20.84rem!important;}
.st-step{height: 16.5rem!important;}
.cekome-stars .st-button{max-width: 88px;}
.cekome-stars .st-button+.st-button *{color: var(--white)!important}
.title.tar:not(.no-after):after{
	left: auto;
	right: 0;
}


hr.wp-block-separator,
.title:not(.no-after):after {
    background-image: url(../images/separator.svg);
    background-color: transparent!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 7px;
    width: 143px;
}

.template-prestations-php .tc_content table td{
	padding: 15px 6px !important;
	border-bottom: 1px dashed #d7d7d7!important;
}

.template-prestations-php .tc_content table tr td:last-of-type,
.template-prestations-php .tc_content table tr td:nth-child(2){
	width: auto!important;
	display: flex;
	align-items: center;
	min-width: 85px;
	font-family: var(--font-bold);
	color: var(--primary-color);
}
.template-prestations-php .tc_content table{
	margin-bottom: 0;
	background: none!important;
}

.template-prestations-php .tc_content table td em {
    font-size: 15px;
    line-height: 1.4;
    display: block;
    font-family: var(--font-text);
    letter-spacing: 0;
    text-transform: none;
    color: var(--text-color);
}
/*-----------------*/
/* HEADER */
/*-----------------*/
#header{background: var(--white);}
#logoCoordonnees img{width: 180px;}
/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.navigmenu .naviglink.lvl-0:not(.item-logo) span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -13px;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -moz-transition: -moz-transform .25s cubic-bezier(.25,.8,.25,1);
    -o-transition: -o-transform .25s cubic-bezier(.25,.8,.25,1);
    -webkit-transition: -webkit-transform .25s cubic-bezier(.25,.8,.25,1);
    transition: transform .25s cubic-bezier(.25,.8,.25,1);
    height: 3px;
    background: currentColor
}

.navigmenu .active .naviglink.lvl-0 {
    color: var(--primary-color)
}

.navigmenu .active .naviglink.lvl-0 span:after,.navigmenu .naviglink.lvl-0:hover span:after {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1)
}
/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome .imageDiapo,#banner {
    -webkit-mask: url(../images/bottomCurveFull.svg);
    mask: url(../images/bottomCurveFull.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: bottom center;
    -webkit-mask-position: bottom center
}
/*-----------------*/
/* GALLERY HOME */
/*-----------------*/
#galleryHome .gallery {
    display: grid;
    width: 100%;
    transition: .6s;
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
    grid-auto-rows: 100px;
    position: relative;
    grid-gap: 2px;
}
#galleryHome .gallery .gallery-item {
    grid-column: span 1;
    position: relative;
    width: 100%!important
}

/*-----------------*/
/* GALLERY FOOTER */
/*-----------------*/

#galleryFooter{padding-bottom: 100px;}
#galleryFooter .gallery{
	height: 870px;
	position: relative;
}
#galleryFooter .gallery .gallery-item_text{
    left: 31%;
    top: 386.5px;
}
#galleryFooter .gallery .gallery-item_text p{
	font-family: var(--font-title);
	color: var(--title-color);
	font-size: 40px;
	line-height: 1.4;
	margin-bottom: 23px;
}
#galleryFooter .gallery .gallery-item_text a{
	text-transform: uppercase;
	font-family: var(--font-bold);
	color: var(--title-color);
	font-size: 12px;
	letter-spacing: 1px;
	background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 100% calc(100% - 1px);
    background-size: 100% 1px;
}
@keyframes underline-hover{
    0% {
        background-position: 100% calc(100% - 1px);
        background-size: 100% 1px
    }

    35% {
        background-position: 100% calc(100% - 1px);
        background-size: 0 1px
    }

    36% {
        background-position: 0 calc(100% - 1px);
        background-size: 0 1px
    }

    100% {
        background-position: 0 calc(100% - 1px);
        background-size: 100% 1px
    }
}
#galleryFooter .gallery .gallery-item_text a:hover{
	animation: underline-hover .8s cubic-bezier(.57,.39,0,.86) 1 forwards;
}

#galleryFooter .gallery .gallery-item{
	position: absolute;
	width: var(--size)!important;
	height: var(--size);
}
#galleryFooter .gallery .gallery-item:first-child{
	--size: 220px;
	height: 187px;
	left: 0;
	top: 380.5px;
}
#galleryFooter .gallery .gallery-item:nth-child(2){
	--size: 240px;
	left: 1%;
	top: 0;
}
#galleryFooter .gallery .gallery-item:nth-child(3){
	--size: 144px;
	left: 29.9%;
	top: 630.5px;
}
#galleryFooter .gallery .gallery-item:nth-child(4){
	--size: 120px;
	right: 38.8%;
	top: 73px;
}
#galleryFooter .gallery .gallery-item:nth-child(5){
	--size: 210px;
	right: 3.1%;
	top: 512px;
}
#galleryFooter .gallery .gallery-item:nth-child(6){
	--size: 200px;
	right: 6.5%;
	top: 154px;
}
#galleryFooter .gallery .gallery-item:nth-child(7){
	--size: 113px;
	height: 140px;
	right: 0;
	top: 45px;
}
#galleryFooter .gallery .gallery-item:nth-child(8){
	--size: 150px;
	right: 1%;
	top: 767px;
}
#galleryFooter .gallery .gallery-item:nth-child(9){
	--size: 120px;
	left: 2.3%;
	top: 726px;
}

/*-----------------*/
/* PRODUITS HOME */
/*-----------------*/

/*-----------------*/
/* CERTIFICATIONS */
/*-----------------*/
#certifications{
    margin-top: -70px;
}
.widget_certifications{
    justify-content: center;
}
.widget_certifications li .wrap-element {
    padding: 12px;
    border-color: #dbdbdb;
    border-radius: 50%;
    --size: 130px;
    width: var(--size);
    height: var(--size)
}

.widget_certifications img {
    max-height: 70px;
}
/*-----------------*/
/* CONTENT */
/*-----------------*/
.home #content .intro-txt:before{
		content: "";
		background-image: url(../images/vigne.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		position: absolute;
		top: -20%;
		left: -90%;
		width: 190%;
		height: 150%;
	}

.linkTurn {
    --size: 12rem;
    width: var(--size);
    height: var(--size);
    display: inline-block;
    font-size: 14px;
    font-family: var(--font-text);
    text-transform: uppercase;
    letter-spacing: 0.17em;
    word-spacing: 0.3em;
    text-decoration: none;
    -webkit-font-smoothing: auto;
    font-weight: bold;
}
.link__svg {
    width: 100%;
    height: auto;
    transform-box: fill-box;
    fill: var(--title-color);
    stroke: var(--title-color);
    border-radius: 50%;
    padding: 10px;
    stroke-width: 0.05em;
    box-sizing: border-box;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.link__arrow {
    transform-origin: 50% 50%;
    transition: transform 0.15s cubic-bezier(0.32, 0, 0.67, 0);
}
.linkTurn:hover .link__arrow {
    transform: scale(1.3);
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.link__arrow {stroke-width: 0.075em;transform: rotate(-25deg);}
.link__text {
    -webkit-animation: rotateReverse normal infinite 20s linear;
    animation: rotateReverse normal infinite 20s linear;
    transform-origin: 50% 50%;
}
.link--alt {
    font-size: 1.15rem;
    letter-spacing: 0;
    word-spacing: 0;
}

.linkTurn.white svg{
    fill: var(--white);
    stroke: var(--white);
}

.intro-link{position: relative;}

.home #content{overflow: hidden;}

.grid-img .wp-block-image > a,
.grid-img .wp-block-image img{height: 100%;}

.grid-img .wp-block-image img{
	object-fit: cover;
	width: 100%;
}
.home #content .linkTurn{
    position: absolute;
    z-index: 11;
    bottom: 0;
    background: none;
    border: none;
}

/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
#vins .bloc_vins .wrap-vins{
	padding: 5px;
}
.vins-img {
    height: 550px;
}
.vins-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.vins-text {
    margin-bottom: 20px;
}
.vins-tarifs{
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--secondary-color);
    z-index: 1;
    font-size: 22px;
    font-family: var(--font-title);
    border-radius: 100px;
    --size: 90px;
    px;
    width: var(--size);
    height: var(--size);
    display: grid;
    color: var(--white);
    align-items: center;
    justify-items: center;
    box-shadow: 0 0 20px #0000004f;
}
.vins-content {
    --dist: 20px;
    position: absolute;
    bottom: var(--dist);
    left: var(--dist);
    right: var(--dist);
    z-index: 30;
    opacity: 0;
    transition: opacity .37s ease-out, transform .65s cubic-bezier(.18,.79,.32,.97);
    transform: translateY(138%);
    background-color: rgb(255 255 255 / 47%);
    -webkit-backdrop-filter: blur(10px);
    padding: 30px;
    backdrop-filter: blur(10px);
    font-size: 15px;
    line-height: 1.6;
}
.vins-content >* {color: var(--title-color);}
.vins-content :is(h2,h3) {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 26px;
}
.bloc_vins:hover .vins-content {
    transform: translateY(0);
    opacity: 1;
    transition-delay: .2s, .2s;
}
/*-----------------*/
/* ACTU */
/*-----------------*/
.animated-arrow {
    display: inline-block;
    color: var(--title-color);
    font-size: 11px;
    position: relative;
    transition: all .2s;
    letter-spacing: 2px;
    font-family: var(--font-bold);
    text-transform: uppercase;
    padding: 18px 0 18px 0
}

.animated-arrow.white {color: var(--white)}
.the-arrow {
    width: 64px;
    transition: all .2s
}
.the-arrow.-left {
    position: absolute;
    top: 24px;
    left: 0
}
.the-arrow.-left>.shaft {width: 0}
.the-arrow.-left>.shaft:before,.the-arrow.-left>.shaft:after { width: 0}
.the-arrow.-left>.shaft:before { transform: rotate(0)}
.the-arrow.-left>.shaft:after {transform: rotate(0)}
.the-arrow.-right { top: 0}
.the-arrow.-right>.shaft {
    width: 64px;
    transition-delay: .2s
}

.the-arrow.-right>.shaft:before,.the-arrow.-right>.shaft:after {
    width: 8px;
    transition-delay: .3s;
    transition: all .5s
}
.the-arrow.-right>.shaft:before { transform: rotate(40deg)}
.the-arrow.-right>.shaft:after {transform: rotate(-40deg)}
.the-arrow>.shaft {
    background-color: var(--secondary-color);
    display: block;
    height: 1px;
    position: relative;
    transition: all .2s;
    transition-delay: 0;
    will-change: transform
}

.the-arrow>.shaft:before,.the-arrow>.shaft:after {
    background-color: var(--secondary-color);
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .2s;
    transition-delay: 0
}

.the-arrow>.shaft:before { transform-origin: top right}
.the-arrow>.shaft:after {transform-origin: bottom right}
.animated-arrow:hover>.the-arrow.-left>.shaft {
    width: 64px;
    transition-delay: .1s
}
.animated-arrow:hover>.the-arrow.-left>.shaft:before,.animated-arrow:hover>.the-arrow.-left>.shaft:after {
    width: 8px;
    transition-delay: .1s
}

.animated-arrow:hover>.the-arrow.-left>.shaft:before {transform: rotate(40deg)}
.animated-arrow:hover>.the-arrow.-left>.shaft:after {transform: rotate(-40deg)}
.animated-arrow:hover>.main {transform: translateX(80px)}
.animated-arrow:hover>.main>.the-arrow.-right>.shaft {
    width: 0;
    transform: translateX(200%);
    transition-delay: 0
}
.animated-arrow:hover>.main>.the-arrow.-right>.shaft:before,.animated-arrow:hover>.main>.the-arrow.-right>.shaft:after {
    width: 0;
    transition-delay: 0;
    transition: all .1s
}
.animated-arrow:hover>.main>.the-arrow.-right>.shaft:before {transform: rotate(0)}
.animated-arrow:hover>.main>.the-arrow.-right>.shaft:after {transform: rotate(0)}

.animated-arrow>.main {
    display: flex;
    align-items: center;
    transition: all .2s
}
.animated-arrow>.main>.text {
    margin: 0 16px 0 0;
    line-height: 1
}
.animated-arrow>.main>.the-arrow { position: relative}

#news .next_slider {margin-top: 10px;}
#news .left {
    display: grid;
    align-items: start
}

#news .titleImg {
    background: url(../images/home-bg3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
}

#news .wrapperActu { counter-reset: actus}

#news .wrapper_slider:not(:last-child) .wrapper_inner_slider {border-bottom: 1px solid #00000017}

#news .wrapper_inner_slider {
    background: none;
    padding: 10px 0px;
}

#news .thumbnail_slider {
    transition: all .5s;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 160px;
}

#news .content_slider::before {
    content: "0" counter(actus);
    counter-increment: actus;
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    left: 0;
    font-family: var(--font-alt);
    font-size: 4em;
    opacity: .1;
    color: var(--title-color);
    font-weight: bold;
}

/*-----------------*/
/* SECTIONS */
/*-----------------*/
#choixSections {
    counter-reset: sections;
    display: flex;
    justify-content: center;
    position: relative
}

#choixSections:before {
    width: 80%;
    border: 1px solid var(--secondary-color);
    border-bottom: none;
    border-right: none;
    top: 94px
}

#choixSections:after {
    --size: 20px;
    width: var(--size);
    height: var(--size);
    background: var(--secondary-color);
    clip-path: polygon(0 0,50% 50%,100% 0,50% 50%,0 35%,50% 100%,100% 35%,50% 50%,100% 0);
    top: calc(100% + 94px);
    left: -10px
}

#choixSections .linkSections p {
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--font-bold);
    letter-spacing: 1px;
    line-height: 1.3;
    text-align: center;
    color: var(--title-color);
    background: var(--background-color);
    padding: 0 30px
}

#choixSections .linkSections:not(:last-of-type) {margin-right: 30px}

#choixSections .linkSections {
    position: relative;
    cursor: pointer;
    padding: 5px 20px;
    transition: 250ms all ease-in-out;
    text-align: center
}

#choixSections .linkSections.active p {color: var(--secondary-color);}

#choixSections .linkSections img {
    --size: 30px;
    width: var(--size);
    height: var(--size);
    object-fit: contain;
    filter: brightness(0) invert(1)
}

.subimageSections {
    --size: 60px;
    border-radius: 100px;
    background-color: var(--white);
    text-align: center;
    width: var(--size);
    height: var(--size);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    transition: 250ms all ease-in-out;
    position: relative
}

#choixSections .linkSections.active .subimageSections,
#choixSections .linkSections:hover .subimageSections {
    background-color: var(--secondary-color);
    filter: drop-shadow(0 5px 0 white)
}

#choixSections .linkSections .subimageSections:before{
    counter-increment: sections;
    content: counter(sections);
    color: var(--title-color);
    font-size: 2em;
    font-family: var(--font-title);
    transform: scale(0);
    position: absolute;
    top: 50%;
    left: 50%;
	transition: .4s all;
    transform: translateX(-50%) translateY(-50%);
}
#choixSections .linkSections .subimageSections:after {
    content: " ";
    --size: 100%;
    width: var(--size);
    height: var(--size);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    border: 1px solid var(--secondary-color);
    opacity: 0;
    transition: .4s all;
    border-radius: 50%;
    border-bottom-left-radius: 3px
}

#choixSections .linkSections.active .subimageSections:after,
#choixSections .linkSections:hover .subimageSections:after {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1.15)
}

#choixSections .linkSections.active .subimageSections:before,
#choixSections .linkSections:hover .subimageSections:before {color: var(--white);}
.buttons-wrap{gap: 10px;}

/*-----------------*/
/* REASSURANCES */
/*-----------------*/
#reassurances .linkTurn{margin-top: 50px;}
.nohome #reassurances{background: var(--white);box-shadow: inset 0 0 30px #dcdcdc;}
.picto-container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.picto-container li{
	text-align: left;
	align-items: flex-start;
	border: solid 1px rgb(0 0 0 / 40%);
	margin: 0;
	padding: 60px 30px;
	position: relative;
	border-top: none;
	border-bottom: 0;
}
.picto-container span:before,
.picto-container span:after{
	height: 1px;
	background: rgb(0 0 0 / 40%);
}
.picto-container span:before{width: 31px;}
.picto-container span:after{
    right: 0;
    left: auto;
    width: calc(100% - 105px);
}
.picto-container li:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	z-index: -1;
	opacity: 0;
	transition: 250ms all ease-in-out;
	clip-path: polygon(30px 0, 30px 30px, 105px 30px, 105px 0, 100% 0, 100% 100%, 0 100%, 0 0);
}

.picto-container li:first-child{
	border-right-width: 0.5px;
	border-bottom-width: 0.5px;
}
.picto-container li:nth-child(2){border-left-width: 0.5px;}
.picto-container li:nth-child(3){
	border-top-width: 0.5px;
	border-right-width: 0.5px;
	border-bottom: solid 1px rgb(0 0 0 / 40%);
}
.picto-container li:nth-child(4){
	border-top-width: 0.5px;
	border-left-width: 0.5px;
	border-bottom: solid 1px rgb(0 0 0 / 40%) ;
}
.picto-container li p strong{
	display: block;
	font-family: var(--font-title);
	font-size: 25px;
	margin-bottom: 10px;
	color: var(--title-color);
	font-weight: normal;
}
.picto-container li p{
	margin: 0;
	font-size: 16px;
	color: var(--text-color);
	line-height: 1.6;
}
.picto-container li svg, 
.picto-container li img{
    position: absolute;
    top: -40px;
    padding: 20px;
}

/*-----------------*/
/* SOCIAL */
/*-----------------*/

.sociblock .share-buttons a {
    border-radius: 100px;
    padding: 10px;
    border: 1px solid #adadad;
    margin: 0 2px
}

.sociblock .share-buttons a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color)
}

.sociblock .share-buttons a svg {
    --size: 14px;
}

.sociblock .share-buttons a:hover svg {
    fill: var(--white)
}

/*-----------------*/
/* PARTENAIRES */
/*-----------------*/

/*-----------------*/
/* NEWSLETTER */
/*-----------------*/

/*-----------------*/
/* SHARE */
/*-----------------*/

/*-----------------*/
/* AGENCES */
/*-----------------*/

/*-----------------*/
/* CONTACTFORM */
/*-----------------*/

/*-----------------*/
/* FOOTER */
/*-----------------*/
#footer:before{
    background: url(../images/home-bg1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.wrapperContact {
    padding: 0;
    background: var(--white);
    box-shadow: 0px 0px 30px #1a1a2612;
    width: auto;
}
#wrapperForm {padding: 50px;}
#wrapperForm .title{margin-bottom: 30px;}
.imgContact{
    background: url(../images/home-bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    --primary-light-color: #006429;
    --secondary-color: #022e14;
}

#footerLinks {
    padding: 20px;
    margin: 0 auto 50px;
    border-top: 1px solid rgb(0 0 0 / 10%);
}
#footer #footerbloc {padding: 40px 15px;}

body.template-contact-php #footer:before{content: none}
