/*
Theme name: A + R Paysages 2026
Author: Atelier Bilto Ortega
Description: Theme septembre 2026
Version: v3.0
Tags: aplur
*/

.preloader {
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left: 0;
	z-index: 99999;
	background-color: rgba(255,255,255, 1);
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.preloader h1 {
	font-family: 'Baskerville', Times;
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 34px;
	line-height: 34px;
	padding: 100px 5px 0 100px;
	color: rgba(0,0,0, 1);
}

.lds-ring {
	display: block;
	position: relative;
	width: 80px;
	height: 80px;
  }
  .lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid rgba(100,100,100,0.5);
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: rgba(100,100,100,0.2) transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
  }
  @keyframes lds-ring {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }

  .elementor-heading-title {
	font-family: "DINCondensed", Helvetica, sans-serif !important;
	font-style: normal !important;
	font-weight: bold !important;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
  }
  