@media screen and (min-width : 481px) and (max-width: 768px)
{
body {
	max-width: 768x ;
	min-width: 480px ;
    height :1700px ;
	font-family: verdana, serif;
	font-size:12px ;
	background : url(./pontdasfield.jpg) no-repeat center fixed; 
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */
}

header
{
font-style : italic ;
font-weight : bold ;
font-size : 1.125em ;
font-family : georgia, verdana, arial, "Times new Roman", sans-serif, cursive ;
text-align : center ;
color : black ;
background: rgba(0, 255, 255, 0.4) ;
width : 96% ;
height : auto ;
border : none ;
border-radius : 120px ;
margin-top : 5px ;
padding-bottom : 1rem ;
}

.hamburger {
  position: fixed;
  z-index: 100;
  top: 2rem;
  right: 5rem;
  padding: 4px;
  border: black solid 1px;
  background: white;
  cursor: pointer;
}

.menu {
  position: fixed;
  transform: translateY(-100%);
  transition: transform 0.2s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: #00bfff ;
  color: white;
  list-style: none;
  padding-top: 4rem;
}

.showMenu {
  transform: translateY(0);
}
					
section
{
background-color : rgba(169, 169, 169, 0.4) ;
font-weight : bolder ;
font-size : 1.125em ;
font-family : georgia, arial, "Times New Roman", sans-serif ;
width : 70% ;
max-height : 1500px;
margin-top  : 60px ;
margin-left : 28.5% ;
border : none ;
border-radius : 20px ;
position : absolute ;
overflow : auto ;
font-style : italic ;
color : white ;
}

nav
{
    background-color: rgba(169, 169, 169, 0.4);
	width:25% ;
	height : auto ;
	margin-top: 60px;
	margin-bottom: 10px;
	float: left;
	position : absolute ;
    font-size : 1em ;
    font-family : georgia, arial, "Times New Roman", verdana ; 
    color : white ;
    border : none ;
    border-radius : 20px ;
}

.float {
	display: block;
	width: 25% ;
	float:left;
}

h1 {
	text-align: center;
	color: white;
	letter-spacing:1px;
	text-transform : capitalize;
	font-weight:bolder;
	font-size:1.125em;
	font-family: georgia, arial, "trebuchet ms", verdana, sans-serif;
	margin-top:5px;
	text-decoration : none ;
}
h2 {
	text-align: center ;
	color: white ;
	letter-spacing:0.8px;
	text-transform : capitalize;
	font-weight:bold;
	font-size:1em;
	font-family: georgia, arial, "trebuchet ms", verdana, sans-serif;
	margin-top:2px;
	text-decoration : none ;
}
h3{
	text-align: center;
	color: white;
	letter-spacing:0.6px;
	text-transform : capitalize ;
	font-weight:bolder;
	font-size:0.875em;
	font-family: georgia, arial, "trebuchet ms", verdana, sans-serif;
	text-decoration : none ;
}

h4{
	text-align: center;
	color: white ;
	font-variant: small-caps;
	font-weight:bold;
	font-size: 0.75em;
	font-family: georgia, arial, "trebuchet ms", verdana, sans-serif;
	text-decoration : none ;
	margin-top : 2px ;
	margin-bottom : 1px;
}

footer 
{
	background-color : rgba(255, 255, 255, 0.4) ;
	padding:0;
	width : 96% ;
	height : auto;
	border : 3px double #a4a4a4 ;
	border-radius : 20px ;
	text-align : left ;
	margin-top : 1502px ;
}
a, a:visited {
	color: white;
	text-decoration: underline ;
	font-style : bolder ;	
}

a:hover, a:focus {
	text-decoration: none;
	color:black;
	background:rgba(135, 206, 235, 1) ;
}
input[type="submit"], input[type="button"]	{
	background-color: #e9e9e9;
	color: black;
	border: 1px solid black;
}
input[type="text"]:focus, input[type="password"]:focus {
	background-color: #e9e9e9;
	color: black;
	border : 1px solid black ;
}

#pied-corps
 {
 margin-top : 5px ;
 margin-bottom : 5px ;
 margin-left : 5px ;
 width : 95% ; 
 height: auto;
 font-size : 0.875em ;
 color : white ;
 border : none ; 
text-align : left ; 
}

.titre-colg
{
margin-top : 1px ;
margin-bottom : 1px ;
margin-left : 0.8% ;
margin-right : 0.8% ;
text-transform : capitalize ;
text-align : center ;
font-weight : bolder ;
font-size : 1.125em ;
font-family : georgia, verdana, "Times News Roman", no-serif ;
height : 30px ;
background-color : none ;
border : none ;
border-radius : 10px;
color : white ;
}

.imageflottante
{
float : left ;
max-width : 35% ;
height : auto ;
}
.imageflottante1
{
float : right ;
max-width : 35% ;
height : auto ; 
}	

.photo
{
margin-left : 2.8169 % ;
max-width : 35% ;
height : auto ;
}

.photo1
{
margin-left : 2.8169% ;
max-width : 95% ;
height : auto ;
}

article
{
margin-top : 5px ;
padding : 2px ;
font-size : 0.825em ;
font-family : georgia, verdana, arial, "Times New Roman", sans-serif ;
background-color : none ;
color : white ;
width : 99.178081% ; 
}

.video
{
position : relative ;
padding-bottom : 56.25% ;
padding-top : 30px ;
height : 0 ;
overflow : hidden ;	
}
.video iframe, object, embed 
{
position : absolute ;
top : 0 ;
left: 0 ;
max-width: 100%;
height: 100%;
} 
 .barre ul
{
    padding:0px;
    margin-top : 3px;
    font-family: georgia, Arial, Helvetica, sans-serif;
    font-size:1em;
    color:#fff;
    list-style:none;
    text-indent:15px;
	width : 98.4%;
	height : auto ;
}
.barre ul li
{
    line-height:15px;
	border : none ;
	border-radius : 5px ;
	width : 98.4% ;
	height : auto ;
	
}
.barre ul li a
{
    text-decoration:none;
    color: white;
    display:block;
}
.barre ul li a:hover
{
    background:rgba(135, 206, 235, 1) ;
	color : black ;
	border :1px solid #808080;
	border-radius : 5px ;
}

.diaporama 
{
 max-width : 35% ;
 height: auto ;
}


 .rub
{
margin-top : 10px;
padding-bottom : 5px;
border : none ;
height : auto ;
width : 99.2% ;
font-size : 0.875em ;
text-align : center ;
list-style-type: none ;
}

#nav-hori
  {
  margin-left : 0.97656% ;
  width : 98.04688% ;
  height : 30px ;
  background : linear-gradient(rgba(255, 228, 196), rgba(0, 0, 0)) ;
  border : 1px solid gold ;
  border-radius : 20px ;
  list-style-type : none ; 
  padding : 0 ;
}

#nav-hori li
{
display : inline ;
background : linear-gradient(rgba(0, 0, 139), rgba(255, 250, 240), rgba(255, 215, 0)) ;
}

#nav-hori li a
{
background : linear-gradient(rgba(0, 0, 139), rgba(255, 250, 240), rgba(255, 215, 0)) ;
width : 20% ;
height : auto ;
font-weight : bold ;
font-size : 1em ;
font-family : arial, "trebuchet ms", verdana, sans-serif ;
text-align : left ;
text-decoration : none ;
color : blue ;
border : 1px solid black ;
border-radius : 10px ;
float : left ;
padding : 3px ;
margin-left : 3px ;
margin-top : 2px ;
margin-bottom : 2px ;
}

#nav-hori li a:hover
{
width : 20%;
height :auto ;
margin :-1px ;
padding:3px;
border:1px solid black;
border-radius:10px;
background : linear-gradient(rgba(255, 215, 0, 0.8), rgba(255, 250, 240), rgba(0, 0 , 139)) ;
color : red ;
}

ul
{
list-style-type : disc ;
margin-left : 3px ;
text-align : left ;
}

figure {display: table; width: 95%; padding: 0; margin-left : 2% ; border: 3px double gold ; }
figcaption {display: table-row ; font-family : georgia, "times New Roman", verdana, sans-serif ; font-size : 0.875em ; font-weight : lighter ; border : 1px solid green ; background-color : rgba(0, 191, 255, 0.8) ; }
figure img {display: table-row ; width : 100% ;}
}

.tooltip
{
position:relative;
z-index:24;
color:#000;
text-decoration:none
}

.tooltip:hover
{
z-index:25;
background-color:#00ffff ;
}	
 
.tooltip span
{
  display:none;  
}
 
 
.tooltip span img
{
  float:none;
  margin-left: 0px;
  max-width: 150px;
  height:auto;
}
 
.tooltip:hover span
{
  display:block;
  position:absolute;
  top:2em; right:0.825em; width:14.375em;
  border:3px solid #ffd700 ;
  border-radius : 20px ;
  background-color: rgba(240, 248, 255, 0.8) ;
  color:#000;
  text-align: justify;
  font-weight:none;
  padding:5px;
}
