/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/** POUR LE STACKING SLIDER **/
.home.brz .brz-root__container.brz-reset-all *, .home.brz .brz-root__container.brz-reset-all {
	overflow: unset;
}

:root{
	--black : #381B10;
	--dark : #53534E;
}
/** HEADER **/
.header-contact-btn {	
	padding: 10px 10px 6px 10px;
	background-color: var(--theme-palette-color-4);
}

/** VIDEO ACCUEIL **/


@media (min-width: 992px) {
	.cropped-video .brz-column__items .brz-wrapper {
		height: 750px;
		overflow: hidden !important;
		width: 350px;
		margin: 0 auto;
		transition: 0.8s;
		transition-timing-function: ease;
	}

	.cropped-video:hover .brz-column__items .brz-wrapper {
		width: 1280px;
		max-height: 750px;
	}

	.cropped-video .brz-video-custom-video-controls {
		position: absolute;
		bottom: 0;
	}	
}

/** Home **/
@media screen and (min-width:992px){
	#post-13:after, #post-13:before {
		content: "";
		position: absolute;
		top: 0;
		width: 30vw;
		height: 100%;
		border-style:solid;
		border-color: #DCB254;
		border-width: 0 1px;
		z-index: -1;
		opacity: 0.2;
	}
	#post-13:after{
		right: 60px;
	}
	#post-13:before {
		left: 60px;
	}	
}

/** RÉALISATIONS **/
.image-services {
	transform: translatey(-50%) !important;
}

.image-services--1 {
	top: 30% !important;	
}

.image-services--2 {
	top: 78% !important;	
}

.image-services--3 {
	top: 65% !important;	
}

.chiffre-realisation {
	transform: translate(-50%, -50%) !important;
	left: 50% !important;
    top: 35% !important;	
	z-index: -1 !important;
}

.chiffre-realisation span {
	font-size: 800px !important;
	font-weight: 700 !important;
}

.chiffre-realisation--1 span {
	font-size: 1000px !important;
}

.stacked-image.stacked-fixed {
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: calc(1280px * 0.63);
}

.stacked-image.stacked-released {
  position: relative !important;
  transform: none !important;
}

@media (max-width: 1000px) {
	.chiffre-realisation--1 span {
		font-size: 500px !important;
	}
	
	.chiffre-realisation span {
		font-size: 400px !important;
	}
	
	.chiffre-realisation {
		 top: 35% !important;	
		 left: 80% !important;
	}
}

@media (max-width: 767px) {
	.chiffre-realisation span {
		font-size: 300px !important;
	}
	
	.chiffre-realisation--1 span {
		font-size: 400px !important;
	}
	
	.chiffre-realisation {
		 top: 40% !important;	
		 left: 100% !important;
	}
}

/** PRESTATION ICONES ACCUEIL **/

.prestations-icones-list {
	display: flex;
  	gap: 40px;
	align-items: flex-end;
	justify-content: space-between;
}

.prestation-icone {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
    color: var(--black);
}
.prestation-icone span {
	text-align: center;
}
.prestations-icones-list h3 {
    font-size: 18px;
	text-align: center;
	font-weight:300;
}
@media screen and (max-width:991px) {
	.prestations-icones-list {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	
	.prestation-icone img{
		transform:scale(0.7);
	}
	.prestation-icone{
		gap: 10px;
	}
	.prestations-icones-list h3 {
		font-size: 16px;
	}
	
}

/** PRESTATION SLIDER ACCUEIL **/

.slider-stack {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.prestation-home {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
    padding: 16px 60px 48px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.prestation-home .title {
    color: var(--Or-950, #381B10);
    font-family: 'Inter';
    font-size: 35px;
    font-weight: 400;
}

.prestation-home .title.title--white {
	color: #fff;
}

.prestation-home .number {
    color: var(--Or-50, #FAF7EC);
    font-family: 'Inter';
    font-size: 282px;
    font-weight: 700;
    mix-blend-mode: difference;
    line-height: 1;
}
@media screen and (max-width:992px){
	.prestation-home .title {
		font-size: 30px;
	}
}
@media screen and (max-width:767px){
	.prestation-home .title {
		font-size: 26px;
	}	
}
/** Réalisations */
#realisations{
  scroll-margin-top: -280px;
}
@media screen and (min-width:1100px) and (max-width:1250px) {
	.realisations-home{
		margin: -15% 0px 30px 0px!important;
	}
}
@media screen and (min-width:992px) and (max-width:1100px) {
	.realisations-home{
		margin: -60px 0px 30px 0px!important;
	}
}
/** CONTACT **/

#gform_fields_1 {
	column-gap: 24px;
    row-gap: 24px;
}

#gform_fields_1 :is(input[type='email'], input[type='text'], input[type='tel'], input[type="number"], textarea){
 padding: 14px;
  border-radius: 0px;
	border: 0;
  border-bottom: 1px solid var(--Or-300-OK, #DCB254);
  background: transparent;
  backdrop-filter: blur(4px);
	box-shadow: none;
}

#gform_fields_1 :is(input::placeholder, textarea::placeholder) {
  color: #53534E!important;
  opacity: 1;
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#gform_fields_1 textarea {
  height: 150px;
  min-block-size: auto !important;
}

#gform_submit_button_1 {
  background: #1D1D1B;
  padding: 14px 22px;
  color: #F7F7F6;
  text-align: center;
  font-size: var(--Button---Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Button---Size, 18px);
	border-radius:0;
}

#gform_submit_button_1:hover {
  background: #F7F7F6;
  color: #1D1D1B;
	border: 1px solid #1D1D1B;
}

.gfield--type-captcha {
  display: none !important;
}

.custom-checkbox {
	display: flex !important;
	gap: 10px !important;
	flex-wrap: wrap !important;
}
.custom-checkbox__choice {
	padding: 5px 15px !important;
	font-weight: 300 !important;
	border: 1px solid #DCB254 !important;
	border-radius: 0 !important;
	color: #53534E !important;
	transition: 0.2s !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

.custom-checkbox__choice--selected {
	color: #F7F7F6 !important;
	background-color: #DCB254 !important;
}
legend.gfield_label{
    font-size: 16px!important;
}
.captcha-phrase{
	margin-bottom:0!important;
}
button.custom-checkbox__choice:focus{
	--gf-local-outline-color:black!important;
}

/** FOOTER **/
footer .ct-widget svg {
	margin: 0;
}
footer .widget-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10Px;
}
.ct-header-socials  svg {
	fill:#dcb254 !important;
}
.footer-socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
	max-width: 30px;
}
.footer-socials {
    display: flex;
    gap: 10px 20px;
    align-items: end;
}
.footer-socials .insta{
	margin-bottom:-2px;
}
@media screen and (min-width:992px) {
	[data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
		display: flex;
		justify-content: space-between;
	}
	.ct-footer [data-column="widget-area-1"] {
		min-width: 350px;
	}
}
@media screen and (max-width:767px) {
	.espace-footer{
		height :20px!important;
	}
}

/*** COMPLIANZ ***/
body.cmplz-document article {
    margin: 150px auto 75px auto;
}
#cmplz-document{
    max-width: 1400px;
    padding: 0px 60px ;
    width: 100%;
}
@media screen and (max-width:992px) {
	#cmplz-document{
		padding: 0px 40px ;
	}
	body.cmplz-document article {
		margin: 120px auto 60px auto;
	}
}
@media screen and (max-width:767px) {
	#cmplz-document{
		padding: 0px 20px ;
	}
	body.cmplz-document article {
		margin: 120px auto 50px auto;
	}
}

/*** Smashballoon ***/
#cff .cff-author .cff-date {
    Font-weight: 300!important;
}
span.cff-text {
    font-size: 14px;
}
.cff-cta-link {
    font-size: 12px;
}


/* Defiler */
/*
#lienDefiler {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: position 0.3s;
  z-index: 999;
}
*/


  /********************/
 /** SMASH BALOON **/
/********************/

#sb_instagram .slick-list{
	width: 100% !important;
	overflow: visible;
}
#sbi_images {
    display: flex !important; 
}
#sb_instagram #sbi_images {
    padding: 0px 0;
}
#sb_instagram .sbi_item {
    display: flex;
    padding: 15px;    
}
#sb_instagram .sbi_photo img{
	height: auto !important;
	aspect-ratio: 1;
}
#sb_instagram .slick-slide {
    padding-left: 0px!important;
}

/*** SLIDERS ***/
.customArrow {
    height: fit-content;
    align-self: center;
    background: white;
    border-radius: 50%;
    aspect-ratio: 1;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.24);
	transition: 0.3s ease-in-out!important;
	cursor: pointer;
}
.customArrow svg path{
	stroke:#dbb254!important;
}
.customArrow:hover{
	background:#dbb254;
}
.customArrow:hover svg path{
	stroke:white!important;
}

.customArrow.arrowLeft {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
    left: -10px;
}
.customArrow.arrowRight {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}

@media screen and (max-width:767px){
	#sb_instagram.sbi_width_resp {
        margin-left: -10px!important;
    }
	#sb_instagram .sbi_item {
		padding: 15px 0px 15px 20px;    
	}
	.customArrow  svg {
		width: 20px;
		height: 20px;
	}
	.customArrow.arrowLeft {
		left: 0px;
	}
	.customArrow.arrowRight {
		right: -20px;
	}
}
