@font-face {
	font-family: "inter-roman-latin-sliced";
	src: url('div/inter-roman-latin-sliced.woff2') format('woff2');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	
	/* font-family: "kata"; 
	src: url('div/kata.ttf') format('truetype'); */
	font-family: "Milleni Gem"; 
	src: local("/webpart/www/zetastart/ami8/div/MilleniGem.ttf"),
	    url('div/MilleniGem.ttf') format('truetype');
	
	font-weight: 100;
	font-style: normal;
}
@font-face {
	
	font-family: "Web NEC APC3 8x16";
	src: local("/webpart/www/zetastart/ami8/div/Web437_NEC_APC3_8x16.woff"),
	    url('./div/Web437_NEC_APC3_8x16.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Web OlivettiThin 8x16';
	font-style: normal;
	font-weight: 400;
	src: local("/webpart/www/zetastart/ami8/div/Web437_OlivettiThin_8x16.woff"),
	    url('div/Web437_OlivettiThin_8x16.woff') format('woff');
}
@font-face {
		font-family: 'Whyte';
		src: local( '/webpart/www/zetastart/ami8/div/ABCWhytePlusVariable.woff2') format( 'woff2' ),
			url( 'div/ABCWhytePlusVariable.woff2' ) format('woff');
		font-display: swap;
		/* use alternate a */
		font-feature-settings: "ss01" on;
		font-weight: 300;
	}

::marker {
    color: olive;
}

.ladivnew {
	display: inline-block; 
	position: relative;
	padding: 10px;
	/* background-color: #b1b1b1; */ 
	width: 22vw;
	max-height: 14vh;
	top: 20vh;
	font-family: 'inter-roman-latin-sliced', serif;
	font-size: 9pt;
	border: 0px solid black;
	border-radius: 10px;
	right: 1vw;
	text-align: start;
	vertical-align: middle;
	background-image: url("./img/textures/smoothWave3_mod2.png");
	/* background-size: cover; */
	opacity: 0.9;
}

.ladiv1 { 
			display: flex;
			height: max-content;
			justify-content: flex-end;
			align-content: flex-end;
			align-items: end;
			/* float: right; */
			margin:0;
			padding-top: 2px;
			color: #fff;
			border: 0px solid orange;
}
.ladiv1 h1 {
/*     font-family: "Web OlivettiThin 8x16"; */
font-family: "whyte";
	display: flex;
	position: absolute;
	margin-right: 1vw;
	margin-top: 2px;
	padding: 1px;
	font-size: 1.3em;
	right: 0.9em;
	top: 1.1em;
}
#donateFlotte {
background-color: transparent;
	float: right;
	position : absolute;
	right: 1em;
	/* margin-right: 2vw; */
	bottom: -71px;
	margin-right: 30px;
	z-index: 5;
}
#donateFlotte a{
	background: transparent;
}

#donateFlotte img {
	background-color: transparent;
	width: 120px;
	height: 120px;
}
#donateFlotte  img:hover {
	background-color: transparent;
	width: 130px;
	height: 125px;
}

#catimg { float: right; position: absolute; right: 0.7em; bottom: 0.4em; width: 50px; height: 53px; z-index: 6; opacity: 0.9; }
#catimg img { width: 60px; }	 

.lap1 {
	color: lightgrey; background: #444f72; width: 12.6em;height: 1.3em;margin:0;padding: 0;
	padding-left: 1em; margin-right: 1.3em; border: 1px solid grey; border-radius: 10%; font-size: smaller;
	
}

fieldset {
    display: block;
    position: relative;
	overflow: auto;
    background-image: url("./img/textures/smoothWave3_mod2.png");
	background-size: cover;
    background-repeat: no-repeat;
    /* background-color: rgb(238, 231, 194); */
    background-color: transparent;
    margin: 4px;
    padding: 2px;
    width: 95%;
    max-width: 45vw;
    opacity: 1;
	line-height: 1.5em;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
/*	border: 1px solid #444f72; */
    border: 1px solid #e7e5d4;
    border-radius: 5px;
    min-height: 100%;
    z-index: 4;
}


#field1 { /* Premier bloc fieldset */
	display: flex;
	flex-direction: column;
    background-image: none;
    border: 0px solid gray;
	margin-bottom: 2em;
	margin-top: 2em;
}

#field1 legend { visibility: collapse; }

legend {
opacity: 0.8;	
color: #444444;
border : 0px solid orange;
}
/*
.mydivision ~ fieldset::before {
    position: absolute;
    z-index: -2;
    background-image: url("./img/textures/smoothWave3.png");
    filter: blur(0px);
}
*/

body {
   background-color: #FFFFFF; 
   -webkit-font-smoothing:antialiased;
   border: 0px solid yellow;
   font-family: 'Whyte';
   /* font-family: 'inter-roman-latin-sliced', serif; */
	/* font family:arial,helvetica,"trebuchet ms",sans-serif; */
	font-size: 1em;
	height: 100vh;
	margin-bottom: 2px;
	margin-top: 1px;
 }
 
 a:link {
 	font-size: min( 1rem,16px);
 	color: rgb(11, 44, 89);
 	text-decoration: transparent;
 }
a:visited {
	font-size: min(1rem,16px);
	color: rgb(11, 54, 99);

 }
a:hover {
	/* font-size: max(1rem, 16px); */
	color: white;
	/* text-decoration: transparent; */
	background-color: #444;
}
a:active, a:focus {
 font-size: min(1rem,14px);
 background-color: orange;
 opacity: 0.8;
}
#contain_mydivision {
	background-color: transparent;
	display: flex;
	position: relative;
	flex-direction: row;	
	justify-content: flex-start;
	margin-top: 20px;
	max-height: 230px;
	min-height: 33%;
	z-index: 10;
}

.mydivision {
    display: flex;
    border: 0px solid orange;
    
    align-content: center;
    /* white-space: nowrap; */
    min-height: 20vh;
    width: 90%;
    height: 100%;
    overflow: hidden; 
    margin-left: 2px;
    margin-right: 2px;
    padding-right: 5px;    

	
}
#mydiv1 { width: 50%;min-width: 23vw; }

ul {
    list-style-type: none;
}

li::before {
    display: inline-block;
    content: "📝";
}

.mydivision ul {
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 3px;
	border: 0px solid #444f72;
   background-color: #e7e5d4;
   margin: 10px;
   padding: 12px;
   
   
}

ul li {
	list-style-type: none;
	counter-increment: none; /* pour supprimer les numérotations avec edge */

}
.mydivision ul li { margin-bottom: 2px; padding-left: 3px; background-color: rgba(255,255,255,0.7); }
.mydivision ul li a:link { font-size: 1em; color: #4582e1; }
.mydivision ul li a:hover { color: skyblue; }

#ulModif { background: transparent; margin: 0; padding: 0; margin-left: 1.3rem; font-size: 0.9rem;}
#ulModif li { background: transparent; margin: 0; padding: 0; }
#ulModif li::before { background: transparent; letter-spacing: 6px; content: "";}
/* #ulModif li::before { background: transparent; letter-spacing: 6px; content: "👁️‍🗨️";} */

.liensCentre { position: static; display: flex; background-color: transparent;
	       padding-top: 1em; margin-left: 2vw;  border: 0px solid yellow;
	       width: 70%; max-height: 10em; font-size: 1em;
	       line-height: 1.8rem;
	     }
.liensCentre a { }
.liensCentre ul { background-color: transparent; margin-top: 0; padding: 8px; }
.liensCentre ul li::before {
	counter-increment: none;
    letter-spacing: 6px;
    content: "✴️";
}
.liensCentre ul li::after {
    letter-spacing: 6px;
content: "";
}



.liensCentre ul img {
	padding-left: 10px;
	background-color: transparent;
	vertical-align: middle;
}

blockquote {
	font-size: 0.9em;	
	white-space: break-spaces;
}

h1 {
	margin: 2px;
	padding: 1px;
	font-size: 1.1em;
	position: absolute;
	right: 2em;
	top: 1.5em;
	
}

H2, H3, H4 {
	/* font-family:arial,helvetica,"trebuchet ms",sans-serif; */
	font-family: "inter-roman-latin-sliced";
	padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 1px;
	padding-left: 20px;
    margin-bottom: 1px;
    color: rgb(11,44,89);
    background-color: #e7e5d4;
    font-size: 14px;
    letter-spacing: .10em;
    text-align: left;
	text-shadow: 2px 4px 3px rgb(200,200,200,0.8);
	border: 1px solid rgb(11,44,89); 
    border-radius: 5px; 
    max-width: 200px;
 }
 

 table {
	border: 1px solid ;
	border-color: #00bbf2;
	padding: 4px;
	max-width: 26vw;
	opacity: 0.7;
	margin: 5px;

}
#divClassOldies {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	background-color: transparent;
	
	/* float:right; */
	margin-right: 6vw;
	
}
.tableOldies {
	max-height: 14vh;
	border: 1px solid #eee;
	border-radius: 10px 10px 10px 10px;
	/*color: #444f72;*/
	color: limegreen;
	padding: 1px;
	background-color: #040;
	font-family: 'Web OlivettiThin 8x16';
	/* font-family: "Web NEC APC3 8x16"; */
	opacity: 0.9;
}
.tableOldies td {
	letter-spacing: 1px;
	word-spacing: 1px;
	background-color: #052005;
	border: 0px solid yellow;
	font-size: 16px;
}

td {
background: #E7E5D4;

white-space : nowrap;
}
 .tr1 {
     border-radius: 20%;
     padding: 12px;
    }
.th1 {
     border-radius: 20%;
     padding: 12px;
    }
.td1 {
    border-radius: 30%;
    padding: 12px;
    background-color: #f7f5e4;
    
 }
 
 .pdeouf {
        /* display: inline block; */
        width: 200px;
        height: 200px;
        background-color: #fea8ee;
        font-size: 16px;
        color: red;
        margin: 3px;
        padding: 6px;
        border: 2px solid black;
 }
 
 .titreV {
	 font-size: 1.2rem;
	 color: darkgreen;
	 border: 1px solid lime;
 }
 
 .animation {
			display: inline-block;
			position: absolute;
			opacity: 1;
			margin-left: 0px;
			margin-top: 2px;
			 border: 0px solid lime;
			 border-radius: 3px;
			 /* background: linear-gradient(to right,#444f72, #efefef); */
			 /* background: linear-gradient(to right,#A7BDBF, #efefef); */
			 margin-right: 0px;
			 /* max-height: 190px; */
			 color: grey; 
			 /* margin-bottom: 0px; */
			 /* padding-bottom: 0px; */
			 z-index: 2;
 }

 #contain_murblanc {
     display: inline-block;
     background-color: transparent;
	position: relative;
	width: 100%;
	height: 100%;
	padding-left: 5em;
	padding-top: 5%;
	border: 0px solid red;
	max-height: 6vh;
	/* background-image: url('./img/myRuler4.svg'); background-repeat: no-repeat; background-size: 92vw 70%; background-position-x: 30%; */
	white-space: nowrap;
	border-radius: 3px;
	opacity: 1; 
	margin: 0;
	margin-top: -2.8em;
	
	  }

 #contain_murblanc h3 { position: static; margin-top: 0.1em;margin-left: 4em;margin-right: 5em;
			padding-left: 2px;
			padding-right: 3px;
			height: max-content; width: 100%;min-width: 30px;
			background: transparent;
		      }

.autovelo img {
	max-width: 240px;
	max-height: 140px;
}
 
.autovelo:hover {
	cursor: pointer;
}
.fortune {
    /* background: linear-gradient(#E3EAEB, white, #E3EAEB);*/
    
	display: flex;
    flex-direction: column;
    /* font-family: cursive,serif,'sans-serif'; */
	/* font-family: kata; */
	font-family: "Milleni Gem";
	position: absolute;
	border: 0px ridge  red; /* #A7BDBF; */
    border-radius: 10px;
	justify-content: space-around;
    align-content: center;
	align-items: start;
    /* white-space: nowrap; */
    max-height: 80px;
    /* height: 20vh; */
	font-size: 1.3rem;
	color: gray;
	padding: 1px;
	margin-left: 1%;
	margin-right: 1%;
	padding-left: 2%;
	bottom: 9vh;
	width: 94%;
}

footer {
    display: flex;
    position: absolute;
    border: 0px solid yellow;
    border-radius: 5px;
    background-color: #D5E0E0;
    justify-content: flex-start;
    align-content: center;
    margin: 2px;
    bottom: 10px;
    width: 98%;
    padding: 5px;
    color: #444f72;
	font-size: 1em;
}
#footer2 {
    display: none;
}

footer > fieldset {
    
    display: block;
    position: static;
    opacity: 1;
	overflow: hidden;
    background-image: url("./img/textures/smoothWave3_mod1.png");
    background-size: 98vw;
    background-repeat: no-repeat;
    /* background-color: rgb(238, 231, 194); */
    background-color: #FCE2C2;
    border: 0px solid yellow;
    border-radius: 5px;
    background-color: #D5E0E0;
    justify-content: center;
    align-content: center;
    margin: 2px;
    bottom: 2px;
    width: 100%;
	max-width: 98vw;
    padding: 5px;
    /* color: #444f72; */
    color: white;
	font-size: min(0.9em, 14px);
}

footer fieldset a::before {
    letter-spacing: 0.5em;
    padding-left: 0.5em;
		    content: "🌐";
		  }
footer fieldset a { font-size: min(0.7em,12px);margin-right: 2em;}
footer fieldset a::after {
		    letter-spacing: 0.4em;
		    content: " 🌐  ";
		  }

.avert { display: inline-block; font-size: 1rem; color: grey; margin-left: 2vw; padding-left: 1em; max-width: 55vw;font-weight: 100;}

@media screen and (max-width: 1480px) {
    .ladivnew { display: none; }
}

@media screen and (max-width: 1200px) {
	
.mydivision { padding-top: 0; max-height: 40vh; border: 0px solid pink }	
.mydivision:nth-child(1) { background-color: transparent; font-size: 0.9em; max-width: 35vw; }
table:first-of-type tr td { font-size: 0.9em; }
.mydivision fieldset { background-color: transparent; max-height: 40vh; width: 100%; }
.mydivision ul li { max-height: 40vh; border: 0px solid green; width: 100%; }	
.mydivision ul li a{ font-size: 0.9em; }	
/* blockquote { padding: 2px; margin: 2px; } */
ul { margin-left: 5px; padding-left: 10%; }
footer > fieldset { font-size: min(0.9em, 14px); }
#ulModif li { border: 0px solid pink;}
.ladiv1 h1 { font-size: 1.2em; }
.ladivnew { display: none; }
}

@media (height <= 800px), (width <= 1080px) {
    body {
	/* height: 99vh; */
	/* overflow-y: hidden; */
    }
    #contain_mydivision {
	display: none;
    }
    #contain_murblanc {
	display: none;
    }
    .avert {
	visibility: collapse;
    }
    #footer1 { display: none; }
    #footer2 {display: flex; width: 93%; bottom : 5px;}

    .fortune {
	bottom: 16vh;
    }
    .liensCentre {
	background-color: #aaffff;
	border-radius: 3px;
	margin-top: 2em;
	font-size: 1.1em;
	max-height: 50vh;
	width: 90vw;
	overflow-y: scroll;
	/* margin-bottom: em; */
    }
      .liensCentre ul li {
	margin-bottom: 1.2em;
    }

    .liensCentre ul li a {
	/* height: 5em; */
	font-size: 1em;
	
    }
    #catimg {
	visibility: collapse;
    }
}

