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



/** __________________________ COULEURS __________________________ */
																    

:root{
	--Blanc:#FFFBFB;
	--noir:#313130;
	--rouge:#FF272B;
}


/** __________________________ HOME __________________________ */
.left-and-right::before {
  content: "";
  position: absolute;
  left: -2px; 
  top: 50%; 
  transform: translateY(-50%);
  width: 21px; 
  height: 210px; 
  background-image: url('/wp-content/uploads/2026/07/3_cubes.svg');
  background-repeat: no-repeat;
  background-size: contain; 
	z-index: 50;
}

.left-and-right::after {
  content: "";
  position: absolute;
  right: -2px; 
  top: 50%;
  transform: translateY(-50%); 
  width: 21px; 
  height: 210px;
  background-image: url('/wp-content/uploads/2026/07/line-and-cube.svg');
  background-repeat: no-repeat;
  background-size: contain; 
	z-index: 50;
}

@media only screen and (max-width: 768px) {
	.left-and-right::before, .left-and-right::after {
		display: none!important;
	}
}


.full-width-section {
	width: 100vw!important;
  position: relative!important;
  left: 50%!important;
  transform: translateX(-50%)!important;
}