@charset "utf-8";
html,body { 
   
font-size:22px;
background-color:white;
height:100%;

}

#prod {
	width: 390px;
	display:inline-block;
	
	
}
#prod2 {
	width: 300px;
	display:inline-block;
	padding:10px;
	border-style:solid;
	border-width:1px;
	border-color:#cc0e13;
	
}
 #prod a{
	text-decoration:none;
	
	
}


.prix {
	font-color:red;
	
}

 
#coeurvente H1 {

	font-size  : 35px;
	font-weight : bold;
	text-align : left;
	margin-left : 30px;
	
	
}



html, body, h1, form, fieldset, legend, ol, li {
	margin: 0;
	padding: 0;
	}

	
	form {
		display: inline-block;
		font-size:13px; 
	}
	



#coeurvente {
	clear:both;
	position : relative;
	
	
}

#tease {
	clear:both;
	position : relative;
	width : 900px;
	text-align:justify;
	margin:auto;
	
	
	
}
#tease P{
	font-size  : 20px;
	
	
	
}
#coeurvente P {

	font-size  : 20px;
	font-weight : bold;
	
	
	
}

#coeurvente table {
	
	 border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */

}

#coeurvente td /* Toutes les cellules des tableaux... */
{

	width:290px;
	height : 300px;
    border: 0px solid red; /* auront une bordure de 1px */
	font-size:18px;
	text-align:center;

}

#cadre {
	border-width:2px;
	border-style:solid;
	border-color:red;
	width : 450px;

	padding-top : 15px;
	margin:auto;
	
}
 
	

#formlogin {
	color: black;
		
}


form#formlogin input:not([type=radio]),
			form#formlogin textarea {
				
				width: 180px;
				}
				

 #newaccount {
	  position: relative;
display: inline-block;	  
	  font-size:18px;
	  

 }
 

 #line {
	  background-image:url(../img/line.png);
	  background-repeat: repeat;
		height:10px;
	position :relative;
	margin-top : 3px;
	margin-bottom:3px; 
	

	 
 }
 

#login{
	
	margin : auto;
	
	
font-size: 18px;
z-index: 7;

background-color: white;
}


#imgprod{
		position relative;
		display: inline-block;
	width : 550px;
	
 background-color:white;
 


}

.imgp{
		max-width:100%;
		max-height:100%
		display: inline-block;
	
 


}



#tarif {
	position relative;
	display: inline-block;
	width : 500px;
	vertical-align:top;
padding-top : 0px;

}


#prix {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  font-family: "Roboto", sans-serif;
  color: #333; 
  margin-bottom:10px;
  }


h1 {
	font-size:28px;
	margin:auto;
	margin-bottom: 10px;
}

h3 {
	font-size:22px;
	margin-top:0px;
	margin-bottom: 30px;
}

h4 {
	font-size:22px;
	margin-top:0px;
	margin-bottom: 10px;
}


a:link {
	color: red;
}
a:visited {
	color: red;
}

#global {
  min-height: 100%;
  
  margin-left: auto; 
  margin-right: auto;
   
  background-color:white; 
  z-index:1;
}

#logo {
    margin:auto;
	padding:10px;
    text-align:center;
  
  z-index:1;
}

#menu {
	 position: relative; 
	 

	   
}


 

	   
	
p {
  margin-top: auto;
    color: #000;
   
 
	font-size:25px;
  
}

table
{

    border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */
    margin:auto;
	
}
td /* Toutes les cellules des tableaux... */
{
    padding:10px;
	padding-left:50px;
	padding-right:50px;
    border: 1px solid black; /* auront une bordure de 1px */
	font-size:18px;
	text-align:center;
	

}


#tableauvente td {
    padding:4px;
	padding-left:8px;
	padding-right:8px;
    border: 1px solid black; /* auront une bordure de 1px */
	font-size:15px;
	text-align:center;

}



p span {
  color: #FFF;
}

#titre {
  position: absolute; 
  top: 180px;
left : 20px;
	text-align: center;
  }

#contenu {
  position: relative;
    height:auto;
  background-color:white; 
	text-align: center;
	
	
	overflow:auto;
	padding-bottom: 80px;
	
 
  }
  
  #ml {
  position: relative;
  padding-left:75px;
  padding-right:75px;
  padding-top:20px;
  background-color:white; 
  text-align: justify;
  font-size : 18px; 
 
  }
    #ml p {
 
  font-size : 18px; 
 
  }
  #content
{
	background-color:#991d2c;
	width:65%;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	margin:auto;
	padding:20px;
	margin-top:20px;
	font-size:20px;
	
}

.center
{
	text-align:center;
}

#pieddepage {
	position: relative;
	margin-top: -80px; /* negative value of footer height */
	height: 65px;
	clear:both;
		text-align:center;
	 background-color:  #333;
	 color: white;
	 padding-top:15px;
	font-size: 18px;
}

#pieddepage a {
	
	 color: white;
	
	
} 

#modif {
				background: #cc0e13;
				border: none;
				-moz-border-radius: 20px;
				-webkit-border-radius: 20px;
				-khtml-border-radius: 20px;
				border-radius: 20px;
				display: inline-block;
				color:white;
				margin :auto;
				margin-top:10px;
				padding: 7px 25px;
				font-size: 16px;
				}
	#modif:hover {
					background: black;
					cursor: pointer;
					} 
					
	#modif  a:link {
	color: white;
	 text-decoration: none;
	 	font-size: 16px;
					
	 				
}
#modif a:visited {
	color: white;
	text-decoration: none;
	 	font-size: 16px;
}



				
form#infopersos {
		
		margin:auto;
		background: #cc0e13;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		counter-reset: fieldsets;
		padding: 20px;
		width: 400px;
		}
		
		form#infopersos fieldset {
			border: none;
			margin-bottom: 10px;
			}
		
		form#infopersos fieldset:last-of-type {
			margin-bottom: 0;
			}
			
			form#infopersos legend {
				color: white;
				font-size: 16px;
				font-weight: bold;
				padding-bottom: 10px;
				text-shadow: 0 1px 1px #c0d576;
				}
				
				form#infopersos > fieldset > legend:before {
					content: "Step " counter(fieldsets) ": ";
					counter-increment: fieldsets;
					}
				
				form#infopersos fieldset fieldset legend {
					color: white;
					font-size: 13px;
					font-weight: normal;
					padding-bottom: 0;
					}
			
			form#infopersos ol li {
				background: #b9cf6a;
				background: rgba(255,255,255,.3);
				border-color: #e3ebc3;
				border-color: rgba(255,255,255,.6);
				border-style: solid;
				border-width: 2px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				-khtml-border-radius: 5px;
				border-radius: 5px;
				line-height: 30px;
				list-style: none;
				padding: 5px 10px;
				margin-bottom: 2px;
				}
							
				form#infopersos ol ol li {
					background: none;
					border: none;
					float: left;
					}
			
			form#infopersos label {
				display:block;
				text-align:center;
				font-size: 18px;
				width: 100%;
				}
				
			form#infopersos fieldset fieldset label {
				background:none no-repeat left 50%;
				line-height: 20px;
				padding: 0 0 0 30px;
				width: auto;
				}
					
									
				form#infopersos fieldset fieldset label:hover {
					cursor: pointer;
					}
				
			form#infopersos input:not([type=radio]),
			form#infopersos textarea {
				background: #ffffff;
				border: none;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				-khtml-border-radius: 3px;
				border-radius: 3px;
				font: 13px Georgia, "Times New Roman", Times, serif;
				outline: none;
				padding: 5px;
				width: 250px;
				}
					
				form#infopersos input:not([type=submit]):focus,
				form#infopersos textarea:focus {
					background: #eaeaea;
					}
					
				form#infopersos input[type=radio] {
					float: left;
					margin-right: 5px;
					}
						 
		form#infopersos button{
				background: #760709;
				border: none;
				-moz-border-radius: 20px;
				-webkit-border-radius: 20px;
				-khtml-border-radius: 20px;
				border-radius: 20px;
				color: #ffffff;
				display: inline-block;
				font: 18px Georgia, "Times New Roman", Times, serif;
				letter-spacing: 1px;
				margin :auto;
				margin-top:20px;
				padding: 7px 25px;
				text-shadow: 0 1px 1px #000000;
				text-transform: uppercase;
				}
					
			form#infopersos button:hover {
					background: black;
					cursor: pointer;
					} 
					



#ajouteuser {
			font-size:25px;
			
			
			} 
					
					
#recherche {
		
		padding-left : 10px;
	
			}
		
	#search {
		position:relative;
		margin-top:10px;
	
			}

		
					
	#policepetite {
			position:relative;
			text-align:left;
			font-size:16px;
			width : 300px;
			display: inline-block;
			vertical-align:top;
			padding-top:0px;
			} 			


 /* Add a black background color to the top navigation */
.topnav {

  background-color: #333;
  overflow: hidden;
   display:block;

}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color:  #FFF;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color:  #cc0e13;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
} 

 

@media(max-width: 500px){

td {
	
    display:block;
	width:auto!important;
	padding : 5px;
	padding-left:20px;
	padding-right:20px;
	
}

#tableauvente td {
    display:table-cell;

}

}

@media(max-width: 805px)
{
	
body { 
   
font-size:16px;

}

 #ml {

  padding:10px;
 
  }
  
form#infopersos {
		
		
		width: 300px;
		}


	
	#login{
	position: relative;
	float:none;
	margin-left:10px;
font-size: 14px;
margin-top : 10px;
margin-bottom : 10px;
z-index: 7;

background-color: white;
}



#tease {
	
	width : 90%;
	font-size : 16px;
	
	
}

#tease P {

	font-size : 16px;
	
}
#imgprod{
		
	width : 360px;
	
}

#coeurvente H1 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    margin-left: 10px;
}



h1 {
    font-size: 20px;
      margin-bottom:10px;
}

#tarif {
	position relative;
	display: block;
	width : 360px;
	vertical-align:top;
	margin:auto;


}


#prix {
  font-weight: 700;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #333; 
  margin:auto;
  }

#cadre {

	width : 95%;
	
	
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#logo {
  position: relative;
}

#logo img {
  position: relative;
  width: 95%;
  height: auto;
}

    



}
 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1241px) {
	
	.topnav {

display:inline-block;
margin-left:10px;

}

  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1241px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: relative;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
} 



