@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'suisse_intlthin';
    src: url('../fonts/suisseintl-thin-webfont.woff2') format('woff2'),
         url('../fonts/suisseintl-thin-webfont.woff') format('woff');
    font-weight: lighter;
    font-style: normal;

}
@font-face {
    font-family: 'suisse_regular';
    src: url('../fonts/suisseintl-regular-webfont.woff2') format('woff2'),
         url('../fonts/suisseintl-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* Style pour le loader circulaire */
#loader {
    border: 16px solid #f3f3f3; /* Bord gris clair */
    border-top: 16px solid #3498db; /* Bord bleu */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Animation de rotation du loader */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

 header{
		 display: flex;
	 	 justify-content: center;
	 	 flex-direction: column;
	  }
header img{
	margin: 0%;
	mix-blend-mode: multiply;
}
 body {
         transition: background-image 1s cubic-bezier(0.23, 1, 0.32, 1); /* Durée de transition de 1 seconde avec une fonction de temporisation personnalisée */
         background-size: cover;
         background-position: center;
	 	 background-color: rgba(255,255,255,1.00);
         margin: 0;
         display: flex;
         align-items: center;
         justify-content: center;
	     flex-direction: column;
         background-image: url('../img/enduits_a_la_chaux_et_a_largile.jpg'); /* Image de fond par défaut */
	 	 font-family: "suisse_regular";
	     scroll-behavior: smooth;
	     overflow-x: hidden !important; 
     }

.btn {
         margin: 20px;
         cursor: pointer;
         border-radius: 5px;
		 border-radius: 15px;
   		 padding: 20px;
   		 border: solid rgba(0,0,0,1.00);
		 background-color:rgba(255,255,255,0.68);
   		 box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	     transition-duration: 0.3s;
     }
.btn:hover{
		 transform: scale(1.1)!important;
	     transition-duration: 0.3s;
     }
footer{
	background-color: rgba(0,0,0,1.00);
	color:rgba(255,255,255,1.00);
	padding: 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0;
	width: 100%;
}
footer a {
    font-size: 20px;
    font-family: "suisse_regular";
    color: rgba(255,255,255,1.00) !important;
    text-decoration: none;
    margin: 20px;
    display: flex; /* Pour aligner l'icône et le texte horizontalement */
    align-items: center; /* Pour aligner verticalement */
    justify-content: center;
    transition-duration: 0.3s;
}

footer a img {
    height: 30px;
    width: auto;
    margin-right: 10px; /* Espace entre l'icône et le texte */
    margin-bottom: 0; /* Ajustement pour éviter le décalage */
}

footer p {
    margin: 0; /* Supprimez les marges inutiles */
}
	
body > footer:nth-child(10) > a:nth-child(1) > img:nth-child(1){
	margin-right: inherit;
}
body > footer:nth-child(10) > a:nth-child(2) > img:nth-child(1){
	margin-right: inherit;
}
body > footer:nth-child(10) > a:nth-child(3) > img:nth-child(1){
	margin-right: inherit;
}
h1{
    font-family: "suisse_intlthin";
    font-size: 60px;
    color: rgba(0,0,0,1.00) !important;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
h2{
    font-family: "suisse_intlthin";
    font-size:30px;
    color: rgba(0,0,0,1.00) !important;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
@media (max-width: 1850px) {
.t0{
	display: none;
}
.t1{
	height: 67px;
    padding-top: 30px;
	display: block;
}
.t2{
	height: 280px;
	display: none;
}
button{
	font-size: 20px;
	font-family: "suisse_regular";
	color: rgba(0,0,0,1.00);
}
a{
	font-size: 20px;
	font-family: "suisse_regular";
	color: rgba(255,255,255,1.00) !important;
	text-decoration: none;
	margin: 20px;
	display: flex;
	justify-content: center;
	transition-duration: 0.3s;
}
a:hover{
	transform: scale(1.1);
	transition-duration: 0.3s;
}
h1{
	font-family: "suisse_intlthin";
	font-size: 60px;
	color: rgba(0,0,0,1.00) !important;
	display: flex;
	justify-content: center;
	 margin-bottom: 30px;
}
}
@media (max-width: 930px) {
.t0{
	height: 32px;
    padding-top: 20px;
	display: block;
}
.t1{
	height: 160px;
	display: none;
}
.t2{
	display: none;
	}
button{
	font-size: 15px;
	font-family: "suisse_regular";
}
h1{
	font-family: "suisse_intlthin";
	font-size: 40px;
	color: rgba(0,0,0,1.00);
	display: flex;
	justify-content: center;
	text-align: center;
	margin-bottom: 25px;
}
h2{
	text-align: center;
}
a{
	font-size: 15px;
	font-family: "suisse_regular";
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	margin: 20px;
	display: flex;
	justify-content: center;
	transition-duration: 0.3s;
}

a:hover{
	transform: scale(1.1);
	transition-duration: 0.3s;
}
}


