@charset "utf-8";

@font-face {
font-family: 'OpenSans-Regular';
src: url('OpenSans-Regular.ttf');
}
@font-face {
font-family: 'CinzelDecorative-Regular';
src: url('CinzelDecorative-Regular.otf');
}
@font-face {
font-family: 'CinzelDecorative-Bold';
src: url('CinzelDecorative-Bold.otf');
}
html{
	min-height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #ffd29a;
}
body{
	font-family: 'OpenSans-Regular';
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100vh;
	width: 100%;
	max-width: 2200px;
	color: #636363;
}
.color_base{
	color: #000;
}
.marginTop05rem{
	margin-top: 0.5rem;
}
.marginTop1rem{
	margin-top: 1rem;
}
.marginTop2rem{
	margin-top: 2rem;
}
.marginTop3rem{
	margin-top: 3rem;
}
.marginTop5rem{
	margin-top: 5rem;
}
.marginBottom1rem{
	margin-bottom: 1rem;
}
.marginBottom2rem{
	margin-bottom: 2rem;
}
.marginBottom3rem{
	margin-bottom: 3rem;
}
.marginBottom4rem{
	margin-bottom: 4rem;
}
.paddingTop2rem{
	padding-top: 2rem;
}
.texteJustify{
	text-align: justify;
}
.texteCenter{
	text-align: center;
}
.texteGras{
	font-weight: bold;
}
.texteItalic{
	font-style: italic;
}
.flexCenterY{
	display: flex;
	justify-content: center;
}
a{
	transition: .25s ease-in-out;
}
a:hover{
	transition: .25s ease-in-out;
	color: #b58e3e;
}
.ecritureDoree{
    color: #b58e3e;
}
.ecritureBleu{
    color: #FF8C00;
}
.ecritureAcajou{
    color: #8B4513;
}
.ecritureGrise{
    color: #4A4A4A;
}
.ecritureOrAncien{
    color: #DAA520;
}
.souligne{
	text-decoration: underline;
}
.separateur2Rem{
	height: 2rem;
	background-color: #ffd29a;
}
.titreExpertise{
	font-size: 1.5rem;
	text-align: center;
}
.bouton{
	width: 150px;
	padding: 0.5rem 1rem;
	background-color: #FF8C00;
	color: #FFF;
	border-radius: 5px;
}
.bouton:hover{
	color: #FFF;
	background-color: #b58e3e;
}

																/*Header*/
#header{
	width: 100%;
	position: fixed;
	background-color: #FFF;
	border-bottom: solid 2px #FF8C00;
	z-index: 2;
}
#agencementBandeauTopContact{
	width: 100%;
	padding: 0.3rem 0rem;
	display: flex;
	justify-content: space-between;
}
#logos_reseaux{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	/*z-index: 40;*/
}
#agencementBandeauTopContact img{
	width: 30px;
	margin-right: 10px;
}
@media screen and (max-width: 1000px){
	#logos_reseaux{
	position: absolute;
	top: 0px;
	right: 0px;
}
#agencementBandeauTopContact img{
	width: 20px;
	margin-right: 10px;
}
}
#telBandeauContact{
	padding-left: 10px;
	display: flex;
	flex-direction: column;
	color: #000;
	font-size: 1.2rem;
}
@media screen and (max-width: 800px){
	#telBandeauContact{
		font-size: 1rem;
	}
}
#telBandeauContact a{
	display: flex;
}
#telBandeauContact img{
	width: 30px;
}
#nomCllient{
	position: absolute;
	top: 45px;
	font-family: 'CinzelDecorative-Bold';
	color: #b58e3e;
}
@media screen and (max-width: 1000px) {
    #nomCllient {
        display: none;
    }
}

																/*FIN Header*/
																
																/*Global*/
																/*Fin Global*/

																/*Index*/
#imageAccueil {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#imageAccueil img {
    position: absolute;
    width: 90%;
    height: 100vh;
    object-fit: cover;
    will-change: transform;
}

#content {
    position: relative;
    z-index: 1;
    padding: 0rem;
    width: 90%;
    margin-top: 100vh; /* Pour que le contenu commence sous l'image */
    background-color: #fff;
}
@media screen and (max-width: 600px){
	#content {
    width: 97%;
	}
}
#titreIndex{
    position: absolute;
    top: -50vh; /* Remonte le h1 au milieu de la première vue */
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 3rem;
    color: #FFF;
    z-index: 2;
    font-family: 'CinzelDecorative-Regular';
    width: 100%;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1200px){
	#titreIndex{
		font-size: 2.5rem;
	}
}
@media screen and (max-width: 900px){
	#titreIndex{
		font-size: 2rem;
	}
}
@media screen and (max-width: 650px){
	#titreIndex{
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 500px){
	#titreIndex{
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 350px){
	#titreIndex{
		font-size: 1.1rem;
	}
}
.nomClient {
    display: none;
}
@media screen and (max-width: 1000px) {
.nomClient{
	display: block;
	font-family: 'CinzelDecorative-Regular';
	color: #b58e3e;
}
}




h2{
	font-size: 1.5rem;
	font-family: 'CinzelDecorative-Regular';
	text-align: center;
}
@media screen and (max-width: 1500px){
	h2{
		font-size: 1.2rem;
	}
	.cadreImageGaucheContentTexte span p{
		font-size: 1.2rem;
}
}
.cadreImgGauche{
	padding: 2rem;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 500px){
	.cadreImgGauche{
		padding: 0.5rem;
	}	
}
.cadreImgGauche div{
	flex: 1;
}
.cadreImageGaucheContentImage{
	display: flex;
	justify-content: flex-end;
}
.cadreImageGaucheContentImage img{
	min-width: 740px;
	height: 495px;
	padding: 2px;
	border: 1px solid #b58e3e;
}
@media screen and (max-width: 1500px){
	.cadreImageGaucheContentImage img{
		min-width: 493px;
		height: 330px
	}
}
@media screen and (max-width: 660px){
	.cadreImageGaucheContentImage img{
		min-width: 329px;
		height: 220px
	}
}
@media screen and (max-width: 380px){
	.cadreImageGaucheContentImage img{
		min-width: 274px;
		height: 183px
	}
}
.imageSous1200px {
    display: none;
}

.imageSur1200px {
    display: block;
}

@media screen and (max-width: 1200px) {
    .imageSous1200px {
        display: flex;
        justify-content: center;
        margin-top: 0.5rem;
    }
    
    .imageSur1200px {
        display: none;
    }
}
.cadreImageGaucheContentTexte{
	display: flex;
	flex-direction: column;
	padding: 0rem 1rem;
}
@media screen and (max-width: 500px){
	.cadreImageGaucheContentTexte{
		padding: 0rem 0.5rem;
	}	
}
.divBouton{
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.texteImage{
	margin-top: 1rem;
	font-size: 1.2rem;
}
@media screen and (max-width: 500px){
	.texteImage{
		font-size: 1.1rem;
	}	
}
@media screen and (max-width: 450px){
	.texteImage{
		font-size: 1rem;
	}	
}
.informations-centrees {
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
    text-align: center;
}
@media screen and (max-width: 1200px) {
	.informations-centrees {
    margin: 0.5rem auto;
	}
}
.informations-centrees p {
    margin: 0.5rem 0;
}



.contentVignettes {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    background-color: #ffffff;
}

/* Style des vignettes individuelles */
.agencementVignette {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Container de l'image */
.imageVignette {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    border-radius: 8px 8px 0 0;
}

/* Style de l'image */
.imageVignette img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

/* Zone de texte */
.texteVignette {
    width: 100%;
    color: white;
    background: rgba(255, 141, 0, 0.85);
    padding: 1rem 1.5rem;
    transition: transform 0.3s ease;
}

/* Titres dans la zone de texte */
.texteVignette h3 {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0 0 0.5rem 0;
    color: white;
}

/* Paragraphes dans la zone de texte */
.texteVignette p {
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 0;
    opacity: 0.9;
}

/* Effets de survol pour Desktop */
@media (hover: hover) and (pointer: fine) {
   /* .agencementVignette {
        height: 250px;
    }*/

    .imageVignette {
        height: 100%;
    }

    .texteVignette {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        transform: translateY(calc(100% - 3.5rem));
    }

    .agencementVignette:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    .agencementVignette:hover .imageVignette img {
        transform: scale(1.05);
    }

    .agencementVignette:hover .texteVignette {
        transform: translateY(0);
    }
}

/* Style pour appareils tactiles */
@media (hover: none) and (pointer: coarse) {
    .agencementVignette {
        height: auto;
    }

    /*.imageVignette {
        height: 200px;
    }*/

    .texteVignette {
        position: relative;
        transform: none;
    }
}

/* Responsive design */
@media (max-width: 1200px) {
    .contentVignettes {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .contentVignettes {
        padding: 1rem;
        gap: 1rem;
    }

   /* .imageVignette {
        height: 200px;
    }*/

    .texteVignette {
        padding: 0.8rem 1.2rem;
    }

    .texteVignette h3 {
        font-size: 1.1rem;
    }

    .texteVignette p {
        font-size: 0.85rem;
    }
}

@media (max-width: 400px) {
    .contentVignettes {
        padding: 0.5rem;
        grid-template-columns: 1fr;
    }

    .agencementVignette {
        margin-bottom: 1rem;
    }
}

/* Animations fluides */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.agencementVignette {
    animation: fadeIn 0.5s ease-out forwards;
    will-change: transform;
}
																/*FIN index*/

																/*Qui sommes nous*/
#contentQSN {
    position: relative;
    z-index: 1;
    padding: 0rem;
    width: 90%;
    margin-top: 10rem;
    background-color: #fff;
}
@media screen and (max-width: 1400px){
	#contentQSN {
    	margin-top: 8rem;
	}
}
@media screen and (max-width: 1000px){
	#contentQSN {
    	margin-top: 4rem;
	}
}
@media screen and (max-width: 600px){
	#contentQSN {
    width: 97%;
	}
}
#titreQuiSommesNous{
		color: #FF8C00;
    text-align: center;
    font-size: 3rem;
    font-family: 'CinzelDecorative-Regular';
    width: 100%;
    margin: 0;
    background-color: #ffd29a;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 700px){
	#titreQuiSommesNous {
    font-size: 2rem;
	}
}
.QSN-container {
	width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px){
	.QSN-container {
		flex-direction: column;
	}
}
/* Colonnes */
.QSN-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  text-align: justify;
  padding: 2rem;
}

/* Titres */
.QSN-column h2 {
  color: #000;
  font-size: 24px;
  margin-bottom: 1rem;
}

/* Paragraphes */
.QSN-column p {
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* Boutons */
.QSN-button {
	width: 250px;
	padding: 0.5rem 1rem;
	background-color: #FF8C00;
	color: #FFF;
	border-radius: 5px;
	text-align: center;
	margin-top: -1rem;
}

.QSN-button:hover {
  background-color: #b58e3e;
  color: #FFF;
}
.NomQSN{
	font-family: 'CinzelDecorative-Bold';
	color: #b58e3e;
	text-align: center;
	font-size: 1.7rem;
	margin-bottom: 2rem;
}
																/*FIN Qui sommes nous*/


                        										/*Footer*/
#footer{
	width: 100%;
	margin-top: 1rem;
}
                       											/*Fin Footer*/

																/*Menu*/
#menu{
	position: relative;
	/*color: #f1bd69;*/
	color: #FF8C00;
	font-size: 1.2rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	max-width: 2200px;
	text-align: right;
	letter-spacing: 0.2rem;
}
@media screen and (max-width: 1400px){
	#menu{
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 1200px){
	#menu{
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 1000px){
	#menu{
		justify-content: flex-start;
	}
}
#menu ul{
	width: 100%;
	display: flex;
  justify-content: flex-end;
  z-index: 4;
}
#menu ul li{
	display: inline;
	padding: 1rem;
	transition: .25s ease-in-out;
}
#menu ul li:hover{
	transition: .25s ease-in-out;
}
#menu ul li a{
	padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
#menu ul li a:hover{
}

@media screen and (max-width: 1000px) {
#menu ul{
	display: none;
}}
.menu-deroulant > a:after{
  content: '❯';
  font-size: 15px;
  margin-left: 7px;
  display: inline-block;
  color: #DAA520;
}
.menu-deroulant:hover > a:after{
  animation: rotationFleche 0.2s linear forwards;
}
@keyframes rotationFleche {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(45deg);
  }
  100%{
    transform: rotate(90deg);
  }
}
.sous-menu {
	position: absolute;
	justify-content: flex-start;
  flex-direction: column;
  margin-top: var(--hauteur-menu);
  max-width: 250px;
  text-align: left;
  overflow: hidden;
  max-height: 0;
  border-radius: 2px;
  z-index: 3;
}
.menu-deroulant:hover > .sous-menu {
  animation: apparitionSousMenu 1s forwards;
}
@keyframes apparitionSousMenu {
  0% {
    box-shadow: 0px 3px 3px 1px rgba(0,0,0,0);
    border-top: 3px solid #FFF;
  }
  30% {
    box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.3);
  }
  100% {/* ici bordure top du menu déroulant */
    max-height: 50em;
    border-top: 3px solid #FFF;
    box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.3);
  }
}
.sous-menu > li:hover {
  background-color: #262628;
}
#menu ul li.menu-deroulant ul.sous-menu > li > a {
  align-items: center;
  display: flex;
  height: 50px;
  padding-left: 20px;
  width: 100%;
  letter-spacing: 0rem;
  font-size: 1.2rem;
  padding: 0.1rem 0.3rem 0.1rem 0.3rem;
}
#menu ul li.menu-deroulant ul.sous-menu li{
	padding: 0rem;
	margin-top: 0.3rem;
}

																/*FIN Menu*/
/*menuResp*/
.side-bar{
 background: #1b1a1b;
 backdrop-filter: blur(15px);
 width: 250px;
 height: 100vh;
 position: fixed;
 top: 0;
 left: -250px;
 overflow-y: auto;
 transition: 0.6s ease;
 transition-property: left;
 z-index: 99;
}
.side-bar::-webkit-scrollbar {
  width: 0px;
}
.side-bar.active{
 left: 0;
}

.side-bar .menu{
 width: 100%;
 margin-top: 50px;
}

.side-bar .menu .item{
 position: relative;
 cursor: pointer;
}

.side-bar .menu .item a{
 color: #fff;
 font-size: 16px;
 text-decoration: none;
 display: block;
 padding: 5px 10px;
 line-height: 50px;
}

.side-bar .menu .item a:hover{
 background: #33363a;
 transition: 0.3s ease;
}

.side-bar .menu .item i{
 margin-right: 15px;
}

.side-bar .menu .item a .dropdown{
 position: absolute;
 right: 0;
 margin: 20px;
 transition: 0.3s ease;
}

.side-bar .menu .item .sub-menu{
 background: #262627;
 display: none;
}

.side-bar .menu .item .sub-menu a{
 padding-left: 30px;
}

.rotate{
 transform: rotate(90deg);
}

.close-btn{
 position: absolute;
 color: #fff;

 font-size: 23px;
 right:  0px;
 margin: 15px;
 cursor: pointer;
}

.menu-btn{
	position: fixed;
	color: #C0C0C0;
	font-size: 35px;
	/*margin: 25px;*/
	cursor: pointer;
	top: 45px;
	left: 6px;
	z-index: 2;
}
@media screen and (min-width: 1001px){
  .menu-btn{  
  	display: none;
  }
}
/*menuResp*/
                      							  			  /*formulaire contact*/
#agencementContact {
    display: flex;
    justify-content: space-between;
    color: #636363;
    padding: 0rem 5rem;
    max-width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 1450px) {
    #agencementContact {
        padding: 0rem 2rem;
    }
}

@media screen and (max-width: 1200px) {
    #agencementContact {
        flex-direction: column;
        justify-content: center;
        padding: 0rem 0.2rem;
    }
}

#coordonees {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border-radius: 8px;
}

@media screen and (max-width: 1050px) {
    #coordonees {
        font-size: 16px;
    }
}

#coordonees span {
    margin-right: 1rem;
    margin-bottom: 0.8rem;
}

@media screen and (max-width: 1200px) {
    #coordonees span {
        margin: 0.5rem 1rem 0rem 0rem;
    }
}

@media screen and (max-width: 1300px) {
    #coordonees iframe {
        width: 30rem;
    }
}

@media screen and (max-width: 1200px) {
    #coordonees iframe {
        display: none;
    }
}

.formulaire_contact {
    flex: 4;
    font-size: 1.2rem;
    padding: 1rem;
    display: flex;
    justify-content: end;
    margin-left: 3rem;
    max-width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
    .formulaire_contact {
        justify-content: center;
        margin-left: 0;
    }
}

.formulaire_contact form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 50rem;
}

@media screen and (max-width: 580px) {
    .formulaire_contact form {
        font-size: 1rem;
    }
}

.formulaire_contact form div {
    margin-top: 1rem;
}

.formulaire_contact form ul li {
    text-align: center;
}

.inputedit {
    width: 100%;
    max-width: 50rem;
    padding: 0.8rem;
    border: 1px solid #1d1d1d;
    background-color: #f5f5f5;
    color: #0d0c0c;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.inputedit:focus {
    outline: none;
    border-color: #636363;
    box-shadow: 0 0 5px rgba(99, 99, 99, 0.2);
}

@media screen and (max-width: 1600px) {
    .inputedit {
        max-width: 40rem;
    }
}

@media screen and (max-width: 1400px) {
    .inputedit {
        max-width: 35rem;
    }
}

@media screen and (max-width: 1000px) {
    .inputedit {
        max-width: 25rem;
    }
}

@media screen and (max-width: 600px) {
    .inputedit {
        max-width: 100%;
        width: 100%;
    }
}

#textareamessage {
    min-height: 10rem;
    resize: vertical;
    font-family: inherit;
    border-radius: 4px;
    padding: 0.5rem;
    color: #0d0c0c;
}

#valider {
    cursor: pointer;
    transition: all 0.3s ease;
    color: #ffffff;
    margin-top: 1.5rem;
    padding: 0.5rem 2rem;
    height: auto;
    font-size: 1.3rem;
    font-weight: bold;
    background-color: #636363;
    border: none;
    border-radius: 4px;
}

@media screen and (max-width: 480px) {
    #valider {
        font-size: 1.1rem;
    }
}

#valider:hover {
    background-color: #4a4a4a;
    transform: translateY(-2px);
}

.asterisque {
    color: #c50303;
}

.error {
    color: #ec5f66;
    font-size: 0.9rem;
    margin-top: 0.3rem;
    padding: 0.5rem;
    background-color: rgba(236, 95, 102, 0.1);
    border-radius: 4px;
}

#titre_form {
    font-size: 30px;
}

@media screen and (max-width: 1000px) {
    #titre_form {
        font-size: 1.2rem;
    }
}

#mapTel {
    display: none;
    margin: auto;
}

@media screen and (max-width: 1200px) {
    #mapTel {
        margin-bottom: 1rem;
        display: block;
    }
}

@media screen and (max-width: 1000px) {
    #mapTel iframe {
        width: 30rem;
    }
}

@media screen and (max-width: 600px) {
    #mapTel iframe {
        width: 25rem;
    }
}

@media screen and (max-width: 500px) {
    #mapTel iframe {
        width: 20rem;
    }
}

@media screen and (max-width: 355px) {
    #mapTel iframe {
        width: 16rem;
    }
}

iframe {
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
               										           /*fin formulaire contact*/
               										           /*a VOIR si nécessaire ce-dessous*/
              										           /*contact*/
.NomSite{
	font-size: 1.5rem;
	color: #FF8C00;
}
#contact{
	font-family: 'CinzelDecorative-Regular';
  font-size: 1.5rem;
  text-align: center;
  border-width: 1px;
  border-color: #274227;
  border-style: solid;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  padding: 2rem 0.3rem;
}
                   										       /*Fin contact*/