html{scroll-behavior: smooth;/*pour les lein de redirection dasn la page*/ margin: 0px; }
body{
	border: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: white;
}
a{text-decoration: none;}
th{font-weight: normal;}

/* BANNER PATH */
::selection {
 color: white;
 background: #111;
 }
:banner {
  --bgbann: green;
  --colorbann: violet;
}
a{text-decoration: none;}
a:after{color: var(--colorbann);}
a:hover{color: var(--colorbann);}
a:link{color: var(--colorbann);}
a:visited{color: var(--colorbann);;}

#colorv{}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #111; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

#banner{
	max-width: 100%;
	background-color: var(--bgbann);
	color: var(--colorbann);
	z-index: 15;
	position: fixed;
	top: 0px;
	width: 100%;
	display: inline-block;
	border-width: 10px;}

.bann_element_link{
	transition-duration: 0.5s;
	display:inline-block;
	margin: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Hammersmith One",'Trebuchet MS', Helvetica, sans-serif;}
.bann_element_link:after{
	display:block;
	content: ''; 
	border-bottom: solid 3px; 
	transform: scaleX(0);  
	transition: transform 250ms ease-in-out;}
.bann_element_link:hover:after{transform: scaleX(1);}
.bann_element_link:fromRight:after{ transform-origin:100% 50%; }
.bann_element_link:fromLeft:after{  transform-origin:  0% 50%; }

.sidenav {position: fixed; top: 0px; left: 0px;}

@media only screen and (min-device-width:850px){.sidenav {visibility: hidden;}.menue_phone{visibility: hidden;}#widthba{visibility: hidden;}}

@media only screen and (max-device-width:850px){

a{z-index: 44;}

#widthba{
	position: fixed;
	top: 0px;
	z-index: 11;
	margin: 0px;
	width: 100%;
	padding: 3px;
	background-color: #111;
	color: #E1E1E1;
}

.menue_phone{visibility: all;
font-size: 38px;
margin: 10px;}
#banner{visibility: hidden;}
.sidenav {
		position: fixed;
	top: 10px;
	z-index: 20;
	background: none;
	visibility: all;
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.4s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-si  margin-left: 50px;ze: 20px;
  color: #E1E1E1;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #E1E1E1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 50px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 10px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

}




/* CAROUSSEL PATH */

#carousselimage{
	height: 20%;
}



#titlep{

	background-color: #111;
	color: #E1E1E1;
}

#titlep h2{
	text-align: center;
	font-family: "Hammersmith One",'Trebuchet MS', Helvetica, sans-serif;
	font-size: 27pt;
}

/* Opacité */
#opacity1{
	margin: 0 auto;
	display:inline-block;
	color: #E1E1E1;
}

#opacity1 img{
	width: 100%;
	border-radius: 3px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#opacity1 img:hover {
	opacity: 0.4;
	visibility: 
}
#opacity1 .viewatclic{
	opacity: 0; 	
	text-align: center;
	font-family: "Hammersmith One",'Trebuchet MS', Helvetica, sans-serif;
	font-size: 15pt;}
#opacity1:hover .viewatclic{
	opacity: 1; 
	position:relative; 
	bottom: 50px; 
}


/* Opacité 2 */
#opacity2{
	margin: 0 auto;
	display:inline-block;
	color: #E1E1E1;
}

#opacity2 img{
	border-radius: 3px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#opacity2 img:hover {
	opacity: 0.4;
	visibility: 
}
#opacity2 .viewatclic{
	opacity: 0; 	
	text-align: center;
	font-family: "Hammersmith One",'Trebuchet MS', Helvetica, sans-serif;
	font-size: 15pt;}
#opacity2:hover .viewatclic{
	opacity: 1; 
}

.imgted{position:relative; z-index:2; opacity: 1;}
.descipttile{
	font-family: "Hammersmith One",'Trebuchet MS', Helvetica, sans-serif;
	text-align: center;
	background-color: #E1E1E1;
	color: #111; padding: 20px;
	border-radius: 2px;


}
.viewatclic{
	position: relative;
	top: -150px;
}


.descipttile h5{
	font-size: 25pt;
	text-decoration: underline;
}
.descipttile h6{
	font-size: 16pt;

}
.descipttile li{
	font-size: 12pt;

}

.minspace{
	margin: 100px;
}

#centerlu{
text-align: center;
list-style: none;}

#flex{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#dim{

	width: 40%;
	max-width: 400px;}

@media only screen and (max-device-width:850px){
#flex{
	flex-direction: column;
}

.minspace{
	margin: 50px;
}

}

#dim{

	width: 80%;
	max-width: 400px;}


/* Morph */


.morph img {
  -webkit-filter: grayscale(0) blur(0px);
  filter: grayscale(0) blur(0px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
 
.morph img:hover {

  border-radius: 50%;  /* on arrondit l'image */
  -webkit-transform: rotate(360deg); /* rotation de l'image */
  transform: rotate(360deg);
  background-color: var(--colorbann);
}

#just_path{
width: 100%;
background-color: #E1E1E1;
}

#flex_just{
	padding: 10px;
	margin-left: 15%;
	margin-right: 15%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#flex_work{
	padding: 10px;
	margin-left: 5%;
	margin-right: 5%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;	
}

#article_just{
}

#bann_just{
	text-align: center;
	font-size: 21px;
	color: red;
}

#content_just{
font-size: 16px;
}


.logopc{
	content: "\f000";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

#use_language_just img{
	width: 60px;
}

#flex_use_just{
padding: 10px;
	margin-left: 25%;
	margin-right: 25%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#myBtn {

	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	font-size: 0px;
	border: none;
	outline: none;
	background-color: #111;
	color: white;
	cursor: pointer;
	padding-top: 14px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	border-radius: 40%;
}

#myBtn:hover {
	transition-duration: 0.5s;
	background-color: #2b2b2b;
}

@media only screen and (max-device-width:900px){
#flex_just{flex-direction: column;margin-left: 10%;margin-right: 10%;}
#flex_use_just{flex-direction: column;}
#myBtn{
	font-size: 14px;
	bottom: 8px;
	right: 8px;
}
#imagesite{
	width: 80%;
	max-width: 100%;
}

}

#need{
	background-color: #E1E1E1;

}

#content_need{
	color: #111;
}

footer {

	max-width: 100%;
	background-color: #111;
	color: #E1E1E1;
	text-align: center;
}

.foot{
	max-width: 100%;
	background-color: #111;
	color: #E1E1E1;
	text-align: center;
	font-family: "Hammersmith One",'Trebuchet MS', Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 1rem;

}

#inner {
max-width: 35%;
margin: 0px auto;
padding: 20px;
border: 1px solid #B0C4DE;
background: white;
border-radius: 0px 0px 10px 10px;
}

#imagesite{
	border-radius: 8px; width: 450px;
}

/* sticky_image img.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  width: 200px;
} */


#showzoom{
	z-index: 50;
	position: fixed;
	top: 5%;
	bottom: 5%;
	left: 10%;
	right: 10%;
	padding: 20px;
	border-radius: 10px;
	background-color: white;
}

#showzoom img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
}


#window_close{
	text-align: right;
	font-family: "Hammersmith One",'Trebuchet MS', Helvetica, sans-serif;
	font-size: 14pt;
}

#window_close img{
float: right;
width: 30px;
}

#window_close img:hover{
opacity: 0.7;
}

.fond_image {
	display: inline-block;
}

.bk_noir{
background-color: black;
}

.rot{}

@media only screen and (max-device-width:900px){
.rot{
	top: auto;
	transform: rotate(90deg); /* Équivalent à rotateZ(45deg) */
	
}
#cookie {
	font-size: 8pt;
	line-height: 18px;
}
}
@media only screen and (min-device-width:900px){
#cookie {
	font-size: 10pt;
	line-height: 26px;
}
}

#cookie {
    background-color: rgba(20,20,20,0.9);
    min-height: 26px;
    color: #ccc;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 2%;
    left: 15%;
    right: 15%;
    display: none;
    z-index: 10;
}
#cookie a {
    color: #4B8EE7;
}
#hidecookie {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -10px 0 0 0;
    font-weight: bold;
    font-size: 12pt;
}
#hidecookie:hover {
    color: #FFF;
}









/* <!-- @ 2020 Cortale Romain --> */

