body {
  background: #FFFFFF;
}
.box {
  border: 1px solid #c4c4c4;
  padding: 30px 25px 10px 25px;
  background: white;
  margin: 30px auto;
  width: 1200px;
}
h1.box-logo a {
  text-decoration:none;
}
h1.box-title {
  color: #000000;
  background: #ffffff;
  font-weight: 300;
  padding: 5px 10px;
  line-height: 30px;
  font-size: 25px;
  text-align:center;
}
.box-button {
  border-radius: 5px;
  background: #d2483c;
  text-align: center;
  cursor: pointer;
  font-size: 19px;
  width: 350px;
  height: 50px;
  padding: 0;
  color: #fff;
  border: 0;
  outline:0;
}
.box-register
{
  text-align:center;
  margin-bottom:0px;
}
.box-register a
{
  text-decoration:none;
  font-size:12px;
  color:#666;
}
.box-input {
  font-size: 14px;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  padding: 0;
  border-radius: 5px;
  width: 350px;
  height: 50px;
}
.box-input:focus {
    outline: none;
    border-color:#5c7186;
}
.sucess{
	text-align: center;
	color: #000000;
}
.sucess a {
	text-decoration: none;
	color: #58aef7;
}

.sucess table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 0px solid #FFF;
}

.sucess td {
	text-align: center;
	padding: 16px;
}
p.errorMessage {
    background-color: #e66262;
    border: #AA4502 1px solid;
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 3px;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

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

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

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

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* 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: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    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: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* Style inputs and textareas */
input[type=text], input[type=password] {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style inputs DATE */
input[type=date] {
  width: auto;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}


/* Style inputs NUMBER */
input[type=number] {
  width: auto;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style select elements */
input[type=checkbox] {
width : 30px;
height : 30px;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Style the submit button */
input[type=submit] {
  background-color: #5D8795;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Style the container */
.containersa {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  margin: 10px 10;
}

.containercart {
  border-radius: 5px;
  background-color: #ffffff;
  margin: 10px 10;
}
/**
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 50% width */
.col-50 {
  float: left;
  width: 50%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.rowsa:after {
  content: "";
  display: table;
  clear: both;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

button {
  background-color: #5D8795;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

.centresa {
  margin: auto;
  padding-left:100px;
  padding-right:100px;
  padding-top:10px;
  padding-bottom:50px;
}

.centresa button {
  background-color: #5D8795;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: left;
}


.messageok {
  border: 2px solid #32CD32;
  background-color:#32CD321A;
  padding:10px;
  border-radius: 0px;
  font-size: 18px;
  color: #32CD32;
}

.messageok p {
	color: #32CD32;
	font-weight: bold;
}

.messageerror {
  border: 2px solid #E9383F;
  background-color:#E9383F1A;
  padding:10px;
  border-radius: 0px;
  font-size: 18px;
  color: #E9383F;
}

.messagewarning {
  border: 2px solid #EC9F53;
  background-color:#EC9F531A;
  padding:10px;
  border-radius: 0px;
  font-size: 18px;
  color: #EC9F53;
}

.standardtable table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
border: 1px solid #ddd;
}

.standardtable td {
text-align: left;
padding: 16px;
}

.standardtable tr:nth-child(even) {
background-color: #f2f2f2;
}

.container_menu {
	
}

.navsa {
	margin: 20px 0;
	background-color: #333;
	position: relative; /* ou absolute ça dépend de ton design */
	z-index: 10; /* A adapter au besoin */
}

.navsa ul {
	padding: 0;
    margin: 0;
	list-style: none;
	position: relative;
	}
	
.navsa ul li {
	display:inline-block;
	background-color: #333;
	}

.navsa a {
	display:block;
	padding:0 10px;	
	color:#FFF;
	font-size:17px;
	font-weight: bold;
	line-height: 40px;
	text-decoration:none;
}

.navsa a:hover { 
	background-color: #ddd;
	color:#333;
	text-decoration:none;
}

/* Hide Dropdowns by Default */
.navsa ul ul {
	display: none;
	position: absolute; 
	top: 40px; /* the height of the main nav */
}
	
/* Display Dropdowns on Hover */
.navsa ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
.navsa ul ul li {
	width:350px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	*/
.navsa ul ul ul li {
	position: relative;
	top:-40px;
	left:350px;
}

	
/* Change this in order to change the Dropdown symbol */
li > a:after { content:  ''; }
li > a:only-child:after { content: ''; }

.rowcheckout{
	display:-ms-flexbox;
	display:flex;-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-right:20px;
	margin-left:20px;
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 20px;
	margin: 10px 10;
}