/**
 * Les styles du checkout.
 */
/**
 * Le récap du contenu du panier pour le checkout.
 */
 .CartSummary {
  border: 1px solid #dbdbdb;
}
.CartSummary * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.CartSummary ul.CartSummary_itemsList {
  list-style-type: none;
}
.CartSummary .CartSummary_subtotal {
  background: #f4f4f4;
  font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
  font-weight: 400;
  color: #222222;
  font-size: 16px;
  padding: 18px 22px;
}
.CartSummary .CartSummary_subtotal td {
  vertical-align: middle;
  padding: 0;
}
.CartSummary .CartSummary_subtotal tr + tr {
  padding: 0;
}
.CartSummary .CartSummary_subtotal tr + tr > td {
  padding: 24px 0 0 0;
}
.CartSummary .CartSummary_total {
  background: #eaeaea;
  font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
  color: #222222;
}
.CartSummary .CartSummary_total td {
  vertical-align: middle;
  padding: 36px 20px;
}
.CartSummary .CartSummary_subtotal > table,
.CartSummary .CartSummary_total > table {
  border-collapse: collapse;
  width: 100%;
}
.CartSummary .CartSummary_label {
  text-align: left;
}
.CartSummary .CartSummary_label-big {
  font-size: 24px;
}
.CartSummary .CartSummary_price {
  text-align: right;
}
.CartSummary .CartSummary_price-small {
  font-size: 14px;
}
.CartSummary .CartSummary_price-big {
  font-size: 24px;
}
.CartSummaryItem {
  padding: 20px 0;
  color: #444444;
  font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
  font-weight: 400;
  clear: both;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.CartSummaryItem + .CartSummaryItem {
  border: 0;
  border-top: 1px solid #dbdbdb;
}
.CartSummaryItem_figure {
  line-height: 0;
  font-size: 0;
  width: 104px;
  height: 104px;
  padding: 0 6px 0 6px;
  text-align: center;
  display: table-cell;
  vertical-align: top;
}
.CartSummaryItem_figure > img {
  max-width: 100%;
  max-height: 100%;
}
.CartSummaryItem_content {
  font-size: 16px;
  padding: 0 0 0 10px;
  display: table-cell;
  vertical-align: top;
}
.CartSummaryItem_desc {
  font-family: 'HelveticaNeueW01-55Roma', Arial, sans-serif;
  font-size: 12px;
}
.CartSummaryItem_title {
  font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.CartSummaryItem_price {
  font-size: 16px;
  padding-right: 20px;
  display: table-cell;
  vertical-align: top;
  width: 100px;
  text-align: right;
}
.CheckoutLayout {
  max-width: 1200px;
  margin: 0 auto 64px;
  padding: 0 20px;
  clear: both;
}
.CheckoutLayout:after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse;
}
.CheckoutLayout_nav {
  width: 100%;
}
.CheckoutLayout_mainContent {
  float: left;
  width: 68%;
  width: -webkit-calc(100% -  375px - 20px);
  width: calc(100% -  375px - 20px);
}
.CheckoutLayout_sidebar {
  float: right;
  max-width: 375px;
  margin-top: 74px;
  padding-left: 20px;
}
.CheckoutLayout::after {
  clear: both;
  content: "";
  display: block;
}
.CheckoutLayout-noSidebar .CheckoutLayout_mainContent {
  float: none;
  width: 100%;
}
.CheckoutLayout-noSidebar .CheckoutLayout_nav,
.CheckoutLayout-noSidebar .CheckoutLayout_sidebar {
  display: none;
}
.CheckoutContent {
  background-color: #FFF;
  margin-top: 64px;
  max-width: 685px;
}
.CheckoutContent,
.CheckoutContent * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.CheckoutContent-wide {
  max-width: inherit;
}
.CheckoutContent-cms {
  max-width: 79.4%;
}
.CheckoutContent h1 {
  text-transform: inherit;
  margin-bottom: 44px;
}
.CheckoutContent h2 {
  margin-bottom: 34px;
}
.CheckoutContent h3 {
  font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
  font-size: 18px;
  color: #444444;
  line-height: normal;
  margin: 12px 0;
}
.CheckoutContent .BtnLink {
  font-family: 'HelveticaNeueW01-55Roma', Arial, sans-serif;
  color: #70a415;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
}
.CheckoutContent .isSuccess {
  color: #70a415;
}
.CheckoutContent .isDanger {
  color: #dc0c0c;
}
.CheckoutContent .BtContainer {
  font-size: 0;
  margin-top: 15px;
}
.CheckoutContent .BtContainer > * {
  display: inline-block;
  vertical-align: top;
}
.CheckoutContent .BtContainer .Btn + .Btn {
  margin-left: 14px;
}
.CheckoutContent .BtContainer .BtContainer_label {
  line-height: 30px;
  margin-left: 14px;
  display: inline-block;
}
.CheckoutContent .BtLinkFormStack .BtLinkForm + .BtLinkForm:before {
  content: "|";
  padding: 0 10px;
  display: inline-block;
  color: #dbdbdb;
}
.CheckoutContent .BtLinkForm {
  font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
  color: inherit;
  font-size: 14px !important;
  border: none;
  background: none;
  cursor: pointer;
}
.CheckoutContent .BtLinkForm-isSuccess {
  color: #70a415;
}
.CheckoutContent .BtLinkForm-isDanger {
  color: #dc0c0c;
}
.CheckoutContent table {
  border-collapse: collapse;
  border-spacing: 0;
}
.CheckoutContent table td,
.CheckoutContent table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 20px 0.75em;
  vertical-align: top;
}
.CheckoutContent table th {
  font-size: 0;
  height: 0;
  padding: 0;
}
.CheckoutContent table tfoot td,
.CheckoutContent table tfoot th {
  border: none;
  border-width: 0;
  padding-left: 0;
}
.CheckoutNav {
  position: relative;
  margin: 50px 0 0 0;
}
.CheckoutNav > ul {
  list-style-type: none;
}
.CheckoutNav > ul:after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #d2d2d2;
}
.CheckoutNav > ul > li {
  display: inline-block;
  vertical-align: top;
}
.CheckoutNav_item {
  position: relative;
  font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
  color: #c5c5c5;
  font-size: 0;
  padding-bottom: 14px;
}
.CheckoutNav_item:after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #d2d2d2;
}
.CheckoutNav_item.active {
  color: #70a415;
}
.CheckoutNav_item.active:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #d2d2d2;
  background-color: #70a415;
  z-index: 200;
}
.CheckoutNav_item.active .CheckoutNav_itemPicto {
  background-color: #70a415;
}
.CheckoutNav_itemLabel {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  padding: 0px 43px 0 20px;
}
.CheckoutNav_itemPicto {
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  background: #c5c5c5;
  border-radius: 50%;
  font-size: 14px;
  line-height: 22px;
  color: white;
}
.CheckoutSummaryWrapper {
  font-size: 0;
}
.CheckoutSummaryItem {
  display: inline-block;
  vertical-align: top;
  font-family: 'HelveticaNeueW01-55Roma', Arial, sans-serif;
  width: 33%;
  font-size: 14px;
  color: #444444;
}
.CheckoutSummaryItem + .CheckoutSummaryItem {
  padding-left: 20px;
}
.CheckoutSummaryItem .checkbox {
  margin-top: 25px;
  white-space: nowrap;
}
.CheckoutSummaryItem_title {
  font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 38px;
}
.CheckoutSummaryItem_desc {
  font-family: 'HelveticaNeueW01-55Roma', Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.InputGroup input {
  width: 100%;
  border-radius: 0;
}
.InputGroup-inline {
  font-size: 0;
}
.InputGroup-inline > * {
  font-size: 14px;
}
.InputGroup-inline > .InputContainer,
.InputGroup-inline .checkboxContainer,
.InputGroup-inline .RadioContainer {
  display: inline-block;
  vertical-align: top;
}
.InputGroup-2col .InputContainer,
.InputGroup-2col .checkboxContainer,
.InputGroup-2col .RadioContainer {
  width: 47%;
}
.InputGroup-2col .InputContainer + .InputContainer,
.InputGroup-2col .checkboxContainer + .checkboxContainer,
.InputGroup-2col .RadioContainer + .RadioContainer {
  margin-left: 6%;
}
.InputGroup + .InputGroup {
  margin-top: 20px;
}
.InputGroup-hidden {
  display: none;
}
.InputGroup[data-password-edit-form] .InputContainer:first-child {
  margin-bottom: 20px;
}
.AdressEditForm {
  margin-bottom: 64px;
  /*> form {
		width: 100%;
	}*/
}
.AdressEditForm * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.AdressEditForm .selectChoices {
  overflow: auto;
  max-height: 250px;
}
.AdressEditForm-hidden {
  display: none;
  height: 0;
}
.AdressEditForm-showed {
  display: block;
  height: auto;
}
.PaymentWrapper {
  margin-top: 25px;
}
.PaymentWrapper p {
  margin: 40px 0 16px;
}
.PaymentWrapper_pictoStack {
  margin: 16px 0;
  font-size: 0;
}
.PaymentWrapper_pictoStack > img {
  max-height: 32px;
}
.PaymentWrapper_pictoStack > img + img {
  margin-left: 10px;
}
.PaymentWrapper .UpdateCardInfos {
  margin: 15px 0;
}
.PaymentWrapper .InputContainer-cardNumber {
  width: 47%;
}
.PaymentWrapper .InputContainer-date {
  margin-left: 4%;
}
.PaymentWrapper .InputContainer-cvv {
  margin-left: 4%;
}
.PaymentWrapper .InputSelect-month {
  background-color: white;
  width: 70px;
}
.PaymentWrapper .InputSelect-year {
  background-color: white;
  width: 88px;
  margin-left: 10px;
}
.PaymentWrapper .InputText-cvv input {
  width: 50px;
}
.PaymentWrapper .selectChoices {
  overflow: auto;
  max-height: 250px;
}
.PaymentWrapper .checkbox {
  white-space: nowrap;
}
.PaymentWrapper .checkbox > * {
  white-space: normal;
}
.ActivityWrapper .ActivityWrapper_categoryTitle {
  font-size: 14px;
  font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
  font-weight: 400;
  color: #222222;
  margin-top: 0;
  margin-bottom: 14px;
}
.ActivityWrapper .ActivityWrapper_errorLabel {
  font-family: 'HelveticaNeueW01-55Roma', Arial, sans-serif;
  font-size: 12px;
  color: #dc0c0c;
  margin-bottom: 18px;
}
.ActivityWrapper p {
  margin: 40px 0 16px;
}
.DeliveryMethod .FormRadio + .FormRadio {
  margin-top: 22px;
}
.AccountCreateForm * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.LoginWrapper {
  overflow: hidden;
  margin-top: 38px;
}
.LoginWrapper:after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse;
}
.LoginWrapper_form {
  float: left;
  /*display: inline-block;
		vertical-align: top;*/
  width: 273px;
}
.LoginWrapper_form > p {
  margin-top: 16px;
}
.LoginWrapper_content {
  float: left;
  /*display: inline-block;
		vertical-align: top;*/
  width: 273px;
  margin-left: 140px;
}
.LoginWrapper .InputContainer + .InputContainer {
  margin-top: 26px;
}
.LoginWrapper + .LoginWrapper {
  margin-top: 64px;
}
.ForgotPasswordWrapper > form {
  width: 273px;
}
.ForgotPasswordWrapper > form > p {
  margin-top: 16px;
}
.SideBarContent {
  color: #444444;
  margin-top: 58px;
}
.SideBarContent > p {
  margin-top: 14px;
}
.SideBarContent a {
  font-family: 'HelveticaNeueW01-75Bold', Arial, sans-serif;
  color: #444444;
}
.SideBarContent a:hover,
.SideBarContent a:focus {
  color: #444444;
}
.CheckoutError {
  margin: 33px 0 33px;
  /*margin-top: 33px;*/
  /*display: inline-block;
	vertical-align: top;*/
  display: block;
  border: 1px solid #dc0c0c;
  /*background: @error-bg-color;*/
  /*text-transform: uppercase;*/
  padding: 20px 25px;
  font-family: 'HelveticaNeueW01-55Roma', Arial, sans-serif;
  color: #dc0c0c;
  font-size: 14px;
  /*letter-spacing: 0.8px;*/
}
.CheckoutError > a:not(.Btn) {
  color: inherit;
  font-family: inherit;
}
.SubmitWrapper {
  margin-top: 38px;
}
