body{
	margin:0%;
	width: 100vw;
	overflow-x: hidden;
}

@font-face{
font-family: 'hiragino'; 
src: url('wsept.ttf') format('ttc');
font-family: 'Uncut Sans Variable'; 
src: url('uncut-sans-variable.ttf') format('ttf');
}

* {
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #000000 #ffffff;
}

*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 0px;
}

.preloader{
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background-color: white;
	z-index: 20;
	display:flex;
	align-items:center;
	justify-content:center;
}

.copyright{
	position:absolute;
	bottom:0;
}

.copyright p{
	font-size: 1em;
}

.image0{
	align-items:center;
	height:50%;
	position:absolute;
	margin-top:auto;
}

h5.nom1{
	padding-top:0.6vh;
	padding-left:1vh;
	font-family: Uncut Sans Variable, sans-serif;
	font-size:2.5vh;
	height:3vh;
}

h5.nom0{
	font-family: Uncut Sans Variable, sans-serif;
	font-size:2.5vh;
	margin:0!important;

}

.header{
	border-bottom: solid black 2px;
	/* background-color: black; */
	height: 4vh;
	/*justify-content: center;*/
	position: relative;
	/*padding-top: 2.5vh;*/
	
}

//.nom{
	justify-content:left;
}

.nom1{
justify-content:left;	
height:auto;
padding:0;
margin:0;
text-align:start;
}


.conteneurbouton{
	/*background-color:orange;*/
	display:flex;
	justify-content:space-between;
	height: 4vh;
}

.boutonfr{
	/*background-color:orange;*/
	height:2vw;
	/*border:solid black 2px;*/
	/*padding-right:1vw;*/
	font-family: Uncut Sans Variable, sans-serif;
	justify-content: right;
	display:flex;

}
#fr{
	text-decoration : underline ;
	font-size:2.5vh;
	padding-right:1vh;
}
#fr:hover{
	color:orange;
}

.cv-link {
    text-decoration: underline;
    cursor: pointer;
    padding-right:1vh;
}

.cv-link:hover {
    color: orange; /* Changer la couleur du texte au survol */
}

/* Le fond de la pop-up */
.popup {
    display: none; /* Par défaut, la pop-up est cachée */
    position: fixed;
    z-index: 22;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    //overflow-y:scroll;
}


/* Le contenu de la pop-up */
.popup-content {
    margin:12% auto;
    margin-top :0%;
    padding: 20px;
    width: 60%;
    text-align: center;
    height: 100%;
    overflow-y:scroll;
}



.popup-content::-webkit-scrollbar {
  display: none;
}

.DL{
	//background-color: red;
	margin-bottom: 8%;
}


/* Le bouton de fermeture */
.close-btn {
    color: orange;
    font-size: 4vh;
    font-weight: bold;
    position: fixed;
    top: 10px;
    right: 20px;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.blur-background {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
    		height: 100%;
            display:none;
            z-index: 21; /* Met ce div derrière la pop-up */
        }
        
.blur-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;  /* Utilise le fond du parent */
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(5px);
}


#ROMAINT{
	height: 75%;
	position: absolute;
	margin-top: 1vh;
	margin-left: 1vh;
}


.bandeau{
	/*background-color: pink;*/
	display: flex;
	width: 100%;
	position: relative;
	border-bottom: solid black 2px;
	/*overflow-x: hidden;*/
}

.colgauche{
	font-size: 6.4vh;
	display: inline-block;
	/*width: 20%;*/
	width: 100%;
	height:100%;
	/*margin-left: 5px;*/
	/*margin-right: 5px;*/
	overflow-wrap: break-word;
	top: 0;
	/*border-right: solid black 2px;*/
	position:sticky;


}


#TITRE2{
	height: 100%;
}

.coldroite{
	width: 68%;
	/*height: 100%;*/
	margin:0;
	/*display: inline-block;*/
	display: none;
	border-left: solid black 2px;
}


.lesimages{
	display: flex;
	justify-content: space-between;
	/*height: 30vh;*/
	/*border: solid black 2px;*/
	margin: 0px; 
	/*padding: 0px; */
	overflow-x: scroll;
	width: 68vw;
	border-top: solid black 2px;
	overflow-x: scroll;
}

.lesimagesA{
	display: flex;
	justify-content: space-between;
	/*height: 30vh;*/
	border-bottom: solid black 2px;
	margin: 0px; 
	/*padding: 0px; */
	overflow-x: scroll;
	width: 68vw;
	border-top: solid black 2px;
}

.image{
	border-right: solid black 2px;
	padding: 5px; 
	/*margin: 5px; */
	/*width: 100%;*/
	/*height: 30vh;*/
	height: 80vh;
}

.imagefin{
	border:none;
	padding: 5px; 
	/*margin: 5px; */
	/*width: 23.5%;*/
	height: 80vh;
}

.imageB{
	border-right: solid black 2px;
	padding: 5px; 
	/*margin: 5px; */
	/*width: 100%;*/
	/*height: 30vh;*/
	height: 40vh;
}

.imagefinB{
	border-right: none;
	padding: 5px; 
	/*margin: 5px; */
	/*width: 100%;*/
	/*height: 30vh;*/
	height: 40vh;
}


h4{
	font-family: Uncut Sans Variable, sans-serif;
	
}

h3{
	font-family: Uncut Sans Variable, sans-serif;
	font-size: 4vh;
	
}

p{
	font-family: Uncut Sans Variable, sans-serif;
	font-size: 2.5vh;
	
}

h2{
	margin-left: 0.2vh;
	font-family: hiragino, sans-serif;
}


h2:hover{
	cursor:pointer;
	color:orange;
	}
#lala{
	position:sticky;
	top:0;
	align-self: auto;
}

.texte{
	/*border-bottom: solid black 2px;*/
	margin: 0px;
	width : auto;
	display:flex;
	flex-wrap:no-wrap;
}
.tgauche{
	flex:1 1 30%;
	border-right: solid black 2px;
	padding:1vw 1.5vw 1vw 1.5vw;

}
.tdroite{
	flex:1 1 65%;
	padding:1vw 1.5vw 1vw 1.5vw;

}

.tdroite p{
	font-size:1.5rem;
	margin:0;
	padding:0;
}

h3{
	margin:0;
	padding:0;
}
h4{
	margin:0.5vw 0 0 0;
	padding:0;
	text-transform:uppercase;
}

.colgauche h2{
	margin: 3vh 2vh 3vh 1.5vh;
	position:sticky;
	top:0;
	align-self: auto;
	font-size:6.5rem;
}



.siteduo{
	display: block;
	//justify-content: center; 
    align-items: center;
    
    

	/*height: 100%;*/
}
.coltext{
	//display: flex;
	//position: relative;
	//width: 100%;
		/*height: 100%;*/
}

#experience-text {
	display: none;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
} 

.xpt{
	cursor: pointer;
}
.xpt2{
	cursor: pointer;
}
.xpt3{
	cursor: pointer;
}
.xpt4{
	cursor: pointer;
}
.xpt5{
	cursor: pointer;
}

.milogiftourne{
	margin-top: 12vh;
}


a #a2.insta{
	width:auto;
}

#a2:hover{
	color: orange;
	
}

footer{
	padding : 1% 1% 1% 1%;
	height:auto;
}

.aboutflex{
	display :flex;
	
}

.aboutflex2{
	display : flex;
	margin-top:2%;
	margin-left:20vw;
	
}
.aboutright{
	justify-content:left;
	width:60vw;
	height:auto;
	
}

.aboutleft{
	/*background-color:red;*/
	width:80vw;
	height:10vh;
	display:block;
	
}

.aboutleft2{
	background-color:orange;
	width:20vw;
	display:flex;
	
}

.textright{
	/*margin-left:5vh;*/
}

.textright2{
	width:auto;
	/*margin-top:5vh;*/
	/*margin-left:5vh;*/
	justify-content:left;
}
	
.btn {
    cursor: pointer;
    border: 2px solid black;
    border-radius: calc(0.8rem);
    height: 1.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select:none;
    margin-top:0,5vh;
}

@media (hover: hover) {
    .btn:hover {
        color: orange;
        border-color:orange;
    }

    .btn:active {
        top:2px
    }
}

.insta{
	/*background-color:red;*/
	border : solid black 2px;
	padding : 0 1vh 0 1vh;
	position : sticky;
	bottom: 20px;
	border-radius : 40px;
	/*justify-content:right;*/
	/*font: Hiragino Sans, sans-serif;*/
}

//.conteneurinsta{
	/*justify-content:right;*/
	background-color:blue;

}

.insta:hover{
	color : orange;
	border : solid orange 2px;
}


a{
	text-decoration : none;
	color : black;
	

}



@media (max-width:1000px){
	body{
	overflow-x:hidden;
	}

	.bandeau{
	display: block;
	overflow-x: hidden;	
	}
	
	.colgauche{
		display: block;
		width: 100%;
		overflow-wrap: break-word;
		top: 0;
		border:none;
		margin:0;
		position:relative;
	}
	.colgauche h2{
		margin: 0;
		padding: 3vh 0vh 3vh 1.5vh;
		border:none;
		font-size:5.5rem;
	}
	.coldroite{
		border-top: solid black 2px;
		width: 100%;
	}
	
	.image{
		border-right: solid black 2px;
		padding: 5px;
		height:60vh; 
	}
	
	.imagefin{
		height:60vh; 
		}
		
	.lesimages{
		display: flex;
		justify-content: space-between;
		/*height: 30vh;*/
		/*border: solid black 2px;*/
		/*margin: px; */
		padding: 0px; 
		overflow-x: scroll;
		margin-bottom: 0px;
		border-top: solid black 2px;
		width:100%;
	}
	.lesimagesA{
		display: flex;
		justify-content: space-between;
		/*height: 30vh;*/
		/*border: solid black 2px;*/
		/*margin: px; */
		padding: 0px; 
		overflow-x: scroll;
		margin-bottom: 0px;
		border-top: solid black 2px;
		width:100%;
	}
	
		.texte{
		display:block;
		width:100%;
	}
	.tgauche{
		border-bottom:2px solid black;
		width:100%;
		padding:1vw 2vw 1vw 2vw;
	}
	.tdroite{
		padding:1vw 2vw 1vw 2vw;
	}
	.tdroite p{
		font-size:2rem;
	}
	
	.xpt {
	position: sticky;
	top: 0px;
	/*background-color: black;*/
	margin: 0px;
	/*transition: height 0.4s linear;*/
	/*height: 6vh;*/
	align-content: center;
	/*height: 50px;*/
	/*border: solid black 2px; */
	}
  
  .xp{
	height: 8vh;
	/*margin-top: 2vh;*/
	overflow: scroll;
	/*transition: height 0.4s linear;*/
	-ms-overflow-style: none;
   	/*object-position: top;*/
   	top: 0;
   	display: block;
   	width: 60vw;
   	margin-top: 0px;
   	position: relative;
   	}
	
	.siteduo{
		display: flex;
		height:100%;
	}
	
	
	.aboutflex{
		display : block;
		
	}
	
	.textright{
		margin-left:0vh;
		width:auto;	
	}
	
	.aboutleft{
	/*background-color:red;*/
	height:6vh;
	}
	
	.textright2{
		/*margin-top:1vh;	*/
		/*margin-left:0vh;*/
		/*margin-bottom:2vh;*/
	}
	.aboutright{
		margin-left : 0vh;
		margin-top : 2%;
		margin-bottom : 2%;
		width:auto;
	}
	
		
	.insta{
		margin-left : 0vh;
		margin-top : 2%;
		margin-bottom: 5%;
		border : solid black 2px;
		padding : 1%;
		position : sticky;
		border-radius : 30px;
	}
	
	//footer{
		padding : 17px 30px 45px 17px;
		/*height:48vh;*/
	}
	
	#fr{
	font-size:3vh;
	}

	h5.nom1{
	padding-top:0.3vh;
	/*padding-left:0.3vw;*/
	font-family: Uncut Sans Variable, sans-serif;
	font-size:3vh;
	/*height:3vh;*/
	}
	
	.nom1{
	text-align:start;
	}
	
}

@media (max-width:500px){
	.colgauche h2{
		margin: 0;
		padding: 3vh 0vh 3vh 1.5vh;
		border:none;
		font-size:4.5rem;
	}

	
}

@media (max-width:330px){
	.colgauche h2{
		margin: 0;
		padding: 3vh 0vh 3vh 1.5vh;
		border:none;
		font-size:3.5rem;
	}

	
}






