﻿/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
.OsPanierPopIn {
  width: 100% !important;
}

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


*:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}





/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 300;
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
  min-height: 100vh;
  _height: 100vh;
  display: flex;
  display: -webkit-flex;

  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  background-color: #f3f3f3;
  overflow-x: hidden;
}

.OsWrapper {
  display: flex;
  display: -webkit-flex;
  flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  width: 100%;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 300;
  color: #484848;
}

h1 {
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: -.1rem;
}

h2 {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: -.1rem;
}

h3 {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -.05rem;
}

h4 {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0;
}

h5 {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0;
}

h6 {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
}


section {
  padding: 0;
  /*display: flex;
flex-flow: column;
width: 100%;*/
}

.contain {
  padding: 10px 15px
}

.flex-column{
  display: flex;
  flex-direction: column;
}

  .warningPaiement{
      background-color: #fff3cd;
      border: solid 1px #ffca2c;
      border-radius: 10px;
      margin-bottom: 15px;
      padding: 10px;
  }
  .warningPaiementAssurance {
    color: #cc0000   ;
    border: solid 1px #cc0000 ;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px;
    text-align:center;
    font-weight:bold;
}

.disabledForm .LigneBouton,
.disabledForm .js-bloc-radio-toggle {
    position: relative;
    cursor: not-allowed;
    &:before {
      content: "";
      background-color: rgba(255, 255, 255, 0.5) !important;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
    }
  }
  .disabledForm input:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    filter: grayscale(100%);
  }


  .successPaiement{
    background-color: rgba(222,250,163,.5);
    border: solid 1px #5f7e20;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px;
}

section .contain {
  padding: 0 10px
}

section .contain .OsDescr {
  padding-bottom: 10px
}

.contain section .contain {
  padding: 0 0px
}


.OsDescr {
  line-height: 1.4;
}

.ItemFournisseur {
  padding: 10px 0;
  margin-top: 15px;
}

.ItemFournisseur h1 {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: -.1rem;
}

.ItemFournisseur h1,
.ItemFournisseur h2 {
  font-weight: 600;
}

h2 .IcoClassement {
  display: inline-block;
}





.ItemFournisseur .OsDescr {
  color: #666;

}

.OsPresentationVendeur {
  font-size: 1.6rem !important;

  display: block;

  color: rgba(255, 255, 255, .6);

  letter-spacing: 0.02em;
}

/* Larger than phablet */
@media (min-width: 550px) {}

p {
  margin-top: 0;
  padding-bottom: 2rem;
}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a,
a:link,
a:active,
a:visited {
  color: #333;
}

a:hover {
  color: #666;
}

a.no-link {
  text-decoration: none;
  cursor: none;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 42px;
  padding: 0 30px;
  color: #666;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /* border: 1px solid #bbb;*/
  cursor: pointer;
  box-sizing: border-box;
}

.button.small,
button.small,
input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small {
  height: 34px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 34px;
}


.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;

  background-color: var(--os-btn-primary, #8cba2f);
  border-color: var(--os-btn-primary, #8cba2f);
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: var(--os-btn-primary, #8cba2f);
  border-color: var(--os-btn-primary, #8cba2f);
}



.button.button-primary.ImgSvg,
button.button-primary.ImgSvg,
input[type="submit"].button-primary.ImgSvg,
input[type="reset"].button-primary.ImgSvg,
input[type="button"].button-primary.ImgSvg,
.button.button-primary.ImgSvg:hover,
button.button-primary.ImgSvg:hover,
input[type="submit"].button-primary.ImgSvg:hover,
input[type="reset"].button-primary.ImgSvg:hover,
input[type="button"].button-primary.ImgSvg:hover,
.button.button-primary.ImgSvg:focus,
button.button-primary.ImgSvg:focus,
input[type="submit"].button-primary.ImgSvg:focus,
input[type="reset"].button-primary.ImgSvg:focus,
input[type="button"].button-primary.ImgSvg:focus {
  padding: 0 0;
  background-color: transparent;
  border: none;
}


.button-secondary,
.button.button-secondary,
button.button-secondary,
input[type="submit"].button-secondary,
input[type="reset"].button-secondary,
input[type="button"].button-secondary {
  color: #FFF;
  background-color: #484848;
  border-color: #484848;
}

.button.button-secondary:hover,
button.button-secondary:hover,
input[type="submit"].button-secondary:hover,
input[type="reset"].button-secondary:hover,
input[type="button"].button-secondary:hover,
.button.button-secondary:focus,
button.button-secondary:focus,
input[type="submit"].button-secondary:focus,
input[type="reset"].button-secondary:focus,
input[type="button"].button-secondary:focus {
  color: #FFF;
  background-color: #2f8c9f;
  border-color: #2f8c9f;
}

.LigneBouton input[type="image"],
.button.button-primary.ImgSvg img {
  height: auto;
  width: 290px;
  border-radius: 10px;
}

.LigneBouton input[disabled]{
  opacity:.5;
  cursor:not-allowed;
}

.LigneBouton .OsBoutonPaiementAtos input[type="image"],
.OsBoutonPaiementAtos .button.button-primary.ImgSvg img {
  height: auto;
  width: auto;
  border-radius: 0;
}

.button.button-small,
button.button-small,
input[type="submit"].button-small,
input[type="reset"].button-small,
input[type="button"].button-small {
  color: #FFF;
  background-color: #666;
  border: none;
  font-size: 13px;
  font-weight: normal;
  line-height: 25px;
  height: 25px;
  padding: 0 10px;
}


.button.button-blanc,
button.button-blanc,
input[type="submit"].button-blanc,
input[type="reset"].button-blanc,
input[type="button"].button-blanc {
  color: #484848;
  background-color: #f3f3f3;
}

.button.button-small:hover,
button.button-small:hover,
input[type="submit"].button-small:hover,
input[type="reset"].button-small:hover,
input[type="button"].button-small:hover,
.button.button-small:focus,
button.button-small:focus,
input[type="submit"].button-small:focus,
input[type="reset"].button-small:focus,
input[type="button"].button-small:focus {
  color: #FFF;
  background-color: #888;
  border-color: #888;
}


.button.button-blanc:hover,
button.button-blanc:hover,
input[type="submit"].button-blanc:hover,
input[type="reset"].button-blanc:hover,
input[type="button"].button-blanc:hover,
.button.button-blanc:focus,
button.button-blanc:focus,
input[type="submit"].button-blanc:focus,
input[type="reset"].button-blanc:focus,
input[type="button"].button-blanc:focus {
  color: #484848;
  background-color: #ddd;
}

.button.button-link,
button.button-link,
input[type="submit"].button-link,
input[type="reset"].button-link,
input[type="button"].button-link {
  color: #222;
  background-color: none;
  border: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  height: auto;
  padding: 0 0px;
  text-decoration: underline;
  letter-spacing: 0.05em;
  text-transform: none;
}

.button.button-link:hover,
button.button-link:hover,
input[type="submit"].button-link:hover,
input[type="reset"].button-link:hover,
input[type="button"].button-link:hover,
.button.button-link:focus,
button.button-link:focus,
input[type="submit"].button-link:focus,
input[type="reset"].button-link:focus,
input[type="button"].button-link:focus {
  text-decoration: none;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 40px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  /*border-radius: 4px;*/
  box-shadow: none;
  box-sizing: border-box;
}

/* Removes awkward default styles on some inputs for iOS */
select,
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 85px;
  padding-top: 5px;
  padding-bottom: 5px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {

  outline: 0;
}

label:not(.osw-radio label),
legend {
  display: block;
  margin-bottom: 0rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label:not(.osw-radio label)>.label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol,
ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: .8rem;
}



/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}

pre>code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 0;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 0;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 0rem;
}


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.col-width-full,
.u-full-width {
  width: 100%;
  flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  box-sizing: border-box;
}

.col-width-auto,
.u-width-auto {
  width: auto;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

.OsHidden {
  visibility: hidden !important;
}

.OsNone {
  display: none !important;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
  /*width: 100%;*/
}
.hrFullWidth{
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0;
  margin-bottom: 15px;
}
hr.NoMargin,
.NoMargin {
  margin: 0 !important
}

.BlocPrincipal {
  width: 100%
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}



.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  display: -webkit-flex;
}

.container+.row {
  min-height: 100%;
  _height: 100%;
}

.nowrap {
  flex-wrap: nowrap;
}

.wrap {
  flex-wrap: wrap;
}

.align-items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

.align-items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

.align-items-center {
  align-items: center;
  -webkit-align-items: center;
}

.justify-content-center {
  justify-content: center;
  -webkit-justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}


.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-width-360 {
  width: 360px;
}

.col-width-320 {
  width: 320px;
}

.col-width-200 {
  width: 200px;
}

.col-width-170 {
  width: 170px;
}

.col-width-160 {
  width: 160px;
}

.col-width-150 {
  width: 150px;
}

.col-width-110 {
  width: 110px;
}

.col-width-100 {
  width: 100px;
}

.col-width-90 {
  width: 90px;
}

.col-width-80 {
  width: 80px;
}

.col-width-60 {
  width: 60px;
}

.col-width-60 {
  width: 60px;
}

.col-width-30 {
  width: 30px;
}

.col-width-half {
  width: 50%;
}

.col-cote {
  width: 320px;
}

.BlocPrincipal {
  /*	flex-flow:row wrap;*/
}

.col-principal {
  /* flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;*/
  flex: 1 1 calc(100% - 335px);
  -webkit-flex: 1 1 calc(100% - 335px);
  width: calc(100% - 335px);

  /*padding: 15px;*/
  margin: 15px 0 0px 15px;
}

.masqueBtRetour {
  display: none;
}

.col-cote:empty {
  display: none;
}

.col-cote:empty+.col-principal {
  flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  width: 100%;
  /*padding: 15px;*/
  margin: 15px 0 0px 0px;
}


.PagePrestataire.col-cote {
  width: 62%;

}

.PagePrestataire.col-principal {
  flex: 1 1 auto !important;
  -webkit-flex: 1 1 auto !important;
  width: 38%;
}


.SectionItem {
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.SectionItem.no-shadow{
  box-shadow: none;
  background-color: transparent;
}

.SectionItem .ItemTitre {
  padding: 8px 10px;
  margin: 0 -10px 10px -10px;
}

.SectionItem .ItemTitre h2 {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -.05rem;
}

.col-principal .ItemTitre {
  padding: 10px 15px;
  margin: 0 -15px 10px -15px;
}

.PopinDetailCGV .SectionItem{
  box-shadow:none;
}
.PopinDetailCGV .SectionItem .contain,
.PopinDetailCGV .container{
  padding: 0;
}
.PopinDetailCGV .LigneBouton {
  padding-top:0;
}

.bgcolor-c1 {
  background-color: #484848;
  color: #fff;
}

.bgcolor-c2 {
  background-color: #2B8091;
  color: #fff;
}


/** Bidouille sur les affichages **/
.OsTxtInfoIntruction {
  display: block;
}

/***/
.H4-NomVendeur {
  padding: 7px 10px;
  margin: 0 -10px 1rem -10px;
}


.OsContactCommune .attente {
  height: 40px !important;
  background-position: left 5px center !important;
  width: 100% !important;
  background-color: #fff !important;

}

.__osdiv.__ossep1 {
  font-weight: bold;
}

/****/

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}



.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-transform-none {
  text-transform: none;
}

.text-muted {
  color: #666;
} 

.text-italic {
  font-style: italic;
}

.text-vertical-align-top {
  vertical-align: top;
}


/** Liste produit **/
.ListeItemProduit {}

.ListeItemProduit .ItemProduit {
  padding: 8px 0;
  border-top: solid 1px #e1e1e1;
  padding-right:10px
}

.ListeItemProduit .ItemProduit:first-child {
  /*padding-top: 0;*/
}


.ListeItemProduit .ItemProduit.ProduitDate {}

.ListeItemProduit .ItemProduit.ProduitSansDate {
  margin-top: -30px;
}

.ResetMargin {
  margin: 0 !important
}

.ListeItemProduit .ItemProduit.ProduitSansDate .DescrProduit {
  display: none;
}

.ListeItemProduit .ItemProduit.ProduitDate+.ItemProduit.ProduitSupplement {
  border-top: solid 1px #e1e1e1;
}

.ListeItemProduit .ItemProduit.InfoParticipant+.ItemProduit.ProduitDate,

.ListeItemProduit .ItemProduit.ProduitDate+.ItemProduit.PromoProduit {
  border-top: none;
}



.ListeItemProduit .ItemProduit.ProduitDate .DescrProduit:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-flex;
  background-color: #0f0;
  vertical-align: top;
  margin-right: 0px;
  background: #fff url("../images/calendrier.svg") no-repeat scroll left center;
  background-size: auto 15px;
}

.ListeItemProduit .ItemProduit.ProduitSupplement {
  border-top: none;
  padding-right:0;
}

.ListeItemProduit .ItemProduit.ProduitSupplement+.ItemProduit.ProduitSupplement {
  padding: 0 0 8px 0;
  border-top: none;
}

.ItemPaiement .ListeItemProduit .ItemProduit {
 /* padding: 5px 0;*/
  border-top: solid 1px #e1e1e1;
}

.ItemApresPaiement .descrItempProduit,
.ItemPaiement .descrItempProduit{
  position:relative;
}
.OsDescr.descrItempProduit + .hrFullWidth {
  margin-top: 15px;
}
.itemProduitAssurance{
  margin-bottom:15px;
}

.ItemApresPaiement .descrItempProduit:before,
.ItemPaiement .descrItempProduit:before{
  content:"";
  background-color:#2B8091;
  width:2px;
  height:100%;
  position:absolute;
  left:-8px;
  top:0;
}
.ItemApresPaiement .descrItempProduit:has(.ProduitSupplement):before,
.ItemPaiement .descrItempProduit:has(.ProduitSupplement):before{
  height:calc(100% - 15px);
}


.ItemApresPaiement,
.ItemPaiement {
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 0 15px 15px 15px;
  margin-bottom:30px;
  display: flex;
  flex-direction: column;
}



.ItemApresPaiement{
  padding:15px;
  order:200;
}



.ItemPaiement.TypeNonDispo{
  padding:0;
}

.ItemPaiement.OPAS{
  order:100;
}

.ItemRecapProduits .LigneTotal {
  border-top: solid 2px #e1e1e1;
  background-color: #eee;
  padding: 8px 10px;
  margin: 0 -10px;
}



.ListeItemProduit .ItemProduit.InfoSalle {
  padding: 8px 10px;
}

.ListeItemProduit .ItemProduit h4 {
  margin-bottom: 5px;
}

.ListeItemProduit .ItemProduit.DescriptionPrincipalProduit {
  /*padding-bottom:0;*/
}

.ListeItemProduit .ItemProduit.DescriptionPrincipalProduit+.ItemProduit,
.ListeItemProduit .ItemProduit:first-child {
  border-top: none;
}

.ListeItemProduit .ItemProduit.DescriptionPrincipalProduit+.ItemProduit {
  padding-top: 0;
}

.ListeItemProduit .ItemProduit .DescrProduit {}

.ListeItemProduit .ItemProduit .PrixProduit {
  font-weight: bold;
  margin-left: auto;
}

.ItemPaiement  .ListeItemProduit .ItemProduit .PrixProduit {
  font-weight: 300;
}


.ListeItemProduit .ItemProduit .PrixProduit s {
  color: #666
}

.ListeItemProduit .ItemProduit.PromoProduit {
  color: #cc0000;
}


/** Ligne total **/
.LigneTotal {
  font-weight: bold;
  padding: 8px 0;
  align-items: center;
}

.LigneTotal .LibelleTotal {
  font-size: 14px;
}

.LigneTotal .PrixTotal {
  font-size: 17px;
}
.ItemApresPaiement .LigneTotal,
.ItemPaiement .LigneTotal{
  padding: 8px 10px;
}
.ItemPaiement .LigneTotal.Apayer{
  background-color: #eee;
  border-radius: 15px;
  margin-bottom: 15px;
}


.LigneTotal.TotalApayer{
  padding: 8px 10px;
  background-color: var(--os-btn-primary, #8cba2f);
  border-radius: 15px;
  margin-bottom: 15px;
  color:#fff;
  align-items: center;
}

.LigneTotal.Apayer .PrixTotal {
  color: var(--os-btn-primary, #8cba2f)
}
.ItemApresPaiement .SpamMail{
  margin:0!important
}

.ItemApresPaiement .LibelleTotal,
.ItemPaiement .LibelleTotal
 {
  font-size: 18px;
}
.ItemApresPaiement .PrixTotal,
.ItemPaiement .PrixTotal {
  font-size: 20px;
}

.ItemPaiement .IcoCarte {
  padding: 0 10px
}

.LigneIco.IcoCarte {
  padding-bottom: 10px;
}

.LigneIco.IcoCarte img,
.ItemPaiement .IcoCarte img {
  height: 28px;
}


.LigneIco.IcoCarte+.LigneBouton {
  padding-top: 10px;
}

/** Ligne Ico **/
.LigneIco {
  padding: 0 0;
}


.LigneIco .Ico {
  margin: 5px 5px;
  line-height: 1;
}




.LigneIco.IcoCarte .Ico {
  margin: 0px 5px;
}

.LigneIco.IcoService {
  padding: 5px 0 0 0;
}

.LigneIco.IcoService .row {
  min-height: 30px;
}

.LigneIco.IcoService .Ico {
  margin: 5px 5px 0 5px;
  display: inline-flex;
  justify-content: center;
  padding: 5px 2px;
  width: auto;
}

.LigneIco.IcoService .Ico img {
  margin: 0;

  height: 20px;

}

.LigneIco .Ico:first-child {
  margin-left: 0px;
}

.LigneIco .Ico:last-child {
  margin-right: 0px;
}

.LigneServiceTxt {
  padding-top: 5px;
}

.LigneServiceTxt ul {
  margin-bottom: 0;
}

.LigneServiceTxt li {
  margin-bottom: .5rem;
  font-size: 13px;
  line-height: 1.2;
}

/***/
.Skinlabel {
  position: relative;
  padding-top: 1.5rem;
}

.Skinlabel label {
  position: absolute;
  top: 0;
  font-size: var(--font-size-small);
  opacity: 1;
  transform: translateY(0);
  transition: all 0.2s ease-out;
}

.Skinlabel input:placeholder-shown+label {
  opacity: 0;
  transform: translateY(1rem);
}

.ItemSaisie ::-webkit-input-placeholder,
.autourCP ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}

.ItemSaisie :-moz-placeholder,
.autourCP :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.ItemSaisie ::-moz-placeholder,
.autourCP ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.ItemSaisie :-ms-input-placeholder,
.autourCP :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

.ItemSaisie .iti ::-webkit-input-placeholder{
  /* WebKit browsers */
  color: #666;
}

.ItemSaisie .iti :-moz-placeholder{
  /* Mozilla Firefox 4 to 18 */
  color: #666;
}

.ItemSaisie .iti ::-moz-placeholder{
  /* Mozilla Firefox 19+ */
  color: #666;
}

.ItemSaisie .iti :-ms-input-placeholder{
  /* Internet Explorer 10+ */
  color: #666;
}


/** Wrap select, input, area**/
.OsWrapSelect,
.OsContactCommune ul li.ligneville span.saisieville {
  background: #fff url("../images/select_down.svg") no-repeat scroll right 5px center;
  background-size: auto 10px;
  border-radius: 0px;
  box-shadow: none;
  color: #939393;
  display: block;
  font-size: 11px;
  height: auto;
  padding: 0;
  width: 100%;
  position: relative;
  border: solid 1px #ddd;
  min-height: 34px;
  _height: 40px;
}

.OsWrapSelect select,
.OsContactCommune ul li.ligneville span.saisieville select {
  color: #333;
  font-size: 15px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  padding: 0 5px;
  width: 100%;
}

.OsWrapSelect select option,
.OsContactCommune ul li.ligneville span.saisieville select option {

  padding: 10px 20px;
  border-bottom: solid 1px #eeeeee;

}

span.saisiecp,
.ItemsChampsSaisie .OsWrapInput {
  border: 1px solid #ddd;
  width: 100%;
  background-color: #fff;
  min-height: 40px;
  _height: 40px;
}

span.saisiecp input,
.ItemsChampsSaisie .OsWrapInput input[type=text],
.ItemsChampsSaisie .OsWrapInput input {
  border: none;
  border-radius: 0;
  border: none;
  width: 100%;
  background-color: #fff;
  font-size: 15px;
}

.OsWrapTextArea {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  margin-bottom: 3px;
}

.OsWrapTextArea textarea {
  border: none;
  background: transparent;
  border: 0 none;
  width: 100%;

  padding: 0 5px;
}

/** **/
.Libelle {}


.ItemsChampsSaisie {}

#BlocAdresseLivraison.OsDescr,
.ItemsChampsSaisie .OsDescr {
  margin: 0 -10px
}

.ItemSaisie {
  padding: 5px 10px;
}

.LigneBouton {
  padding: 15px 10px;
}

.LigneBouton.TopSection {
  padding: 0 10px;
}

section.ItemRecapProduits .contain .OsDescr {
  padding-bottom: 0;
}

section.ItemRecapProduits .contain .DescrToggle .OsDescr {
  padding-bottom: 8px;
}

.ItemRecapProduits .LigneBouton {
  padding: 0;
}

.ItemRecapProduits .ItemProduit .LigneBouton {
  padding: 0;
  float: right;
}

.ItemItineraire .LigneBouton {
  padding: 15px 0px;
}

.ItemRecapProduits .LigneBouton .button {
  margin: 0;
}



.TexteReassurance,
.ItemRecapSaisie {
  margin: 10px 0;
}

.ItemRecapSaisie{
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding:15px;
  margin-bottom:30px
}

.ItemRecapSaisieLivraison .LigneBouton,
.ItemRecapSaisie .LigneBouton {
  position: relative;
  z-index: 1;
  margin: -55px 0 0 0;
  padding: 15px 0;
}

.TexteReassurance {
  font-size: 1.7rem;
  background-color: #eee;
}

.TexteReassurance .OsDescr {
  padding: 8px 10px;
}


/* .ItemPaiement  .TexteReassurance{order:-1}*/
.LigneCheckCgv {
  padding: 20px 0
}

/******* switch check box **********/

.Osswitch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 20px;
  margin: 0 10px 0 0;
  vertical-align: top;
}

/* Hide default HTML checkbox */
.Osswitch input {
  display: none;
}


/* The Osslider */

.Osslider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.Osslider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

.Osswitch input:checked+.Osslider {
  background-color: var(--os-btn-primary, #8cba2f);
}

.Osswitch input:focus+.Osslider {
  box-shadow: 0 0 1px var(--os-btn-primary, #8cba2f);
}

.Osswitch input:checked+.Osslider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/****/
.PaddingTop-5px {
  padding-top: 5px;
}

.PaddingTop-10px {
  padding-top: 10px;
}

.PaddingTop-15px {
  padding-top: 15px;
}

.PaddingTop-20px {
  padding-top: 20px;
}

.MarginTop-5px {
  padding-top: 5px;
}

.MarginTop-10px {
  padding-top: 10px;
}

.MarginTop-15px {
  padding-top: 15px;
}

.MarginTop-20px {
  padding-top: 20px;
}

.PaddingBottom-5px {
  padding-bottom: 5px;
}

.PaddingBottom-10px {
  padding-bottom: 10px;
}

.PaddingBottom-15px {
  padding-bottom: 15px;
}

.PaddingBottom-20px {
  padding-bottom: 20px;
}

.MarginBottom-5px {
  padding-bottom: 5px;
}

.MarginBottom-10px {
  padding-bottom: 10px;
}

.MarginBottom-15px {
  padding-bottom: 15px;
}

.MarginBottom-20px {
  padding-bottom: 20px;
}

.fontSize-13px {
  font-size: 13px;
  letter-spacing: 0;
}

.fontSize-13px:first-letter {
  text-transform: uppercase;
}

.fontSize-17px {
  font-size: 17px;
  letter-spacing: 0;
}

.fontSize-18px {
  font-size: 18px;
}

em.fontSize-13px {
  color: #666;
}

.tiret-avant:before {
  content: '-';
  padding: 0 5px;
}

/******/
.OsContactCommune ul {
  list-style: none;
  display: flex;
  flex-flow: row wrap;

  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
}

.OsContactCommune ul li {
  padding: 5px 10px;
}

.OsContactCommune ul li.lignecp {
  width: 160px;
}

.OsContactCommune ul li.ligneville {
  width: auto;

  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;

}

.prefixecp,
.prefixeville {
  display: block;
}

span.saisiecp,
span.saisieville {
  display: block;
}

/**/
.warningPaiement.InfoResa{
  padding:10px;
}
.col-principal .InfoResa+.ListeItemProduit {
  padding-top: 20px;
}

.col-principal .InfoResa+.ItemTitre {
  margin-top: 20px;
}

.col-principal .ListeItemProduit+.LigneTotal {
  border-top: solid 1px #eee
}

.col-principal .LigneTotal+.H4-NomVendeur {
  border-top: solid 1px #eee;
  padding-top: 20px;
}

.ListeItemProduit+.ListeItemProduit {
  border-top: solid 1px #ccc;
}


.containerprogressbar {
  width: 100%;
  padding: 15px 10px 5px 10px;
}

.progressbar {
  counter-reset: step;
  display: flex;
  display: -webkit-flex;
}

.progressbar li {
  list-style: none;
  display: inline-block;
  width: 33%;
  position: relative;
  text-align: center;
  margin: 0;
  /* cursor: pointer;*/
}

.progressbar li .num {
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-size: 13px;
  border: 2px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
  z-index: 2;
  position: relative;
}

.progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ddd;
  top: 15px;
  left: -50%;
  z-index: 1;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: var(--os-btn-primary, #8cba2f);
}

.progressbar li.active:hover {
  cursor: pointer;
}

.progressbar li.active:last-child:hover {
  cursor: default;
}


.progressbar li.active .num {
  border-color: var(--os-btn-primary, #8cba2f);
  background-color: var(--os-btn-primary, #8cba2f);
  color: #fff;
}

/*.progressbar li.active + li:after */
.progressbar li.active:after {
  background-color: var(--os-btn-primary, #8cba2f);
}


.ItemToggle {
  padding: 10px 0 !important;
  border-top: none !important;
}

.ListeItemProduit .ItemProduit.DescriptionPrincipalProduit+.ItemProduit.InfoParticipant {
  padding: 0 0 10px 0 !important
}

.ListeItemProduit .ItemProduit.InfoParticipant+.ItemProduit.ProduitDate {
  padding-top: 0 !important;
}

.ItemToggle .TitreToggle {
  background-color: #ddd;
  padding: 8px;
  margin: 0 !important;
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: enter;
  /* Safari */
  align-items: center;

  cursor: pointer;
  position: relative;

}

.TitreToggle:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid black;

  position: absolute;
  right: 10px;
  top: calc(50% - 3px);
}

.TitreToggle.ActiveToggle:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid black;
  border-top: none;

  margin-left: auto;
}

.ItemToggle .DescrToggle {
  height: 0;
  overflow: hidden;
  transition: height .5s;
}

.ItemToggle .ActiveToggle+.DescrToggle {
  height: auto;
  transition: height .5s;
}

.ItemToggle .DescrToggle .OsDescr {
  padding: 8px;
  background-color: #f3f3f3;
  /*	border: 1px solid #ddd;*/
}

.ItemToggle+.ItemToggle {
  padding-top: 0 !important;
}

/*croix en css */
.IcoCroix span {
  display: none;
}

.IcoCroix:after {
  content: "";
  width: 15px;
  height: 15px;
  background: linear-gradient(to bottom, transparent 35%, #d00 35%, #d00 65%, transparent 65%),
    linear-gradient(to right, transparent 35%, #d00 35%, #d00 65%, transparent 65%);
  transform: rotate(45deg);
  display: inline-block;
}

.ProduitSupplementRefuge .IcoSuppirmer{
display:none!important
}
/*croix en css */
.IcoSuppirmer span {
  display: none;
}

.IcoSuppirmer:after {
  content: "";
  width: 15px;
  height: 20px;
  background: #fff url("../images/poubelle.svg") no-repeat scroll top center;
  background-size: 15px auto;
  display: inline-block;
  vertical-align: middle;
}

/* */
.ToggleClick,
.ToggleClickMobile {
  position: relative;
}

.ToggleMobile .ToggleClick {
  display: block;
  margin: 1px -10px !important;
  /*background-color: #484848 !important;*/
  color: #fff !important;
  font-size: 1.8rem !important;
  line-height: 1 !important;
  letter-spacing: -.05rem !important;
  padding: 8px 35px 8px 10px;
  cursor: pointer;
}

.ToggleClick+.OsDescr {
  display: none;
  padding: 10px 0;
}

.ToggleClick.ActiveDefaut+.OsDescr {
  display: block;
  padding: 10px 0;
}


.ToggleClickMobile:after,
.ToggleClick:after {

  background: url("../images/select_down-b.svg") no-repeat scroll center center;
  background-size: contain;

  content: "";
  width: 25px;
  height: 20px;

  position: absolute;
  right: 5px;
  top: calc(50% - 10px);
  animation: bounceOut 0.7s ease-in-out;
}
.ToggleClick.SkinToggleDossier:after {
  right: 15px;
}

.ToggleClickMobile.SkinToggleDossier,
.ToggleClick.SkinToggleDossier {
  padding: 8px 10px;
  background-color: #fafafa;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ToggleClick.SkinToggleDossier{
  margin: 0 -15px !important;
  padding: 8px 15px;
}

.ToggleClickMobile.SkinToggleDossier:after,
.ToggleClick.SkinToggleDossier:after {
  background: url("../images/select_down.svg") no-repeat scroll center center;
}

.ToggleClickMobile.SkinToggleDossier.ActiveToggle,
.ToggleClick.SkinToggleDossier.ActiveToggle {
  padding: 8px 10px;
  background-color: #484848;
  color: #fff;
}

.ToggleClickMobile.SkinToggleDossier.ActiveToggle:after,
.ToggleClick.SkinToggleDossier.ActiveToggle:after {
  background: url("../images/select_down-b.svg") no-repeat scroll center center;
}

@keyframes bounceOut {
  from {
    transform: rotate(-180deg);
  }

  to {
    transform: rotate(00deg);
  }
}



.ToggleClickMobile.ActiveToggle:after,
.ToggleClick.ActiveToggle:after {
  transform: rotate(-180deg);
  animation: bounceIn 0.7s ease-in-out;
}

@keyframes bounceIn {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-180deg);
  }
}

.ToggleMobile .ToggleClickMobile:after {
  display: none;
}


/**** Fix nav ****/
#NavScroll {
  /*display: none;*/
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;

  transform: translateY(-100%);
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

#NavScroll.fixNavigation {

  transform: translateY(0);

  /*min-height:48px;
		_height:48px;*/
  -moz-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.2);
  /*background-color:#effcff;*/
  background-color: #ADD6CF;
  /*background-color:#abe7df;*/
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;

}

#NavScroll .text-muted {
  color: #333;
}


.contenuNavScroll {
  position: relative;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 8px 15px;
  line-height: 15px;
}

.contenuNavScroll h1 {
  font-weight: bold;
  font-size: 1em;
  margin: 0;
  padding: 0
}
#NavScroll h1{
  font-size: 2.3rem;
line-height: 1;
letter-spacing: -.1rem;
font-weight: bold;
}
#NavScroll .LigneTotal {
  padding: 0 15px 0 0;
}

#NavScroll .LigneTotal .LibelleTotal,
#NavScroll .LigneTotal .PrixTotal {
  line-height: 1;
  /*border-radius: 4px;*/
}

#NavScroll .LigneTotal .LibelleTotal {
  font-weight: normal;
  font-size: 13px;
}


#NavScroll .button.button-primary {
  height: 34px;
  padding: 0 15px;
  font-size: 15px;
  line-height: 34px;
}

/****/

.Footer {
  text-align: center;
  font-size: 11px;
  color: #666;
  padding: 10px;
}

#VisiteVirtuelle{
	display: flex;
	justify-content: flex-end;
}
#VisiteVirtuelle a{
	text-decoration: none;
	background-color: #5f7e20;
	color: #fff;
	padding: 8px 15px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#VisiteVirtuelle a svg{
	height: 15px;
	fill: #fff;
	margin-right: 5px;
}

/***/
.ModeAffichageMobile .col-cote {
  width: 100%;
}

.ModeAffichageMobile .col-cote .col-principal {
  flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}


.IcoClassement img {
  height: 20px;
  margin-left: 5px;
}

/*.IcoClassement img + img{ }*/

.LigneProduit .IcoClassement {
  padding: 3px 0 5px 0;
}

.LigneProduit .IcoClassement img {
  height: 18px;
}

.LigneProduit .IcoClassement img+img {
  margin-left: 4px;
}

.IcoClassement+.LigneIco.IcoLabel {}

.LigneIco.IcoLabel {
  display: inline-block;
  /* padding-top:5px*/
}

.LigneIco.IcoLabel .Ico {
  display: inline-block;
  margin: 0px 0 0 5px;
}

.IcoLabel .Ico img {
  height: 30px;
  vertical-align: middle;
}

h2 .altitude {
  font-weight: 100;
  font-size: 2rem
}

/*** Menu Langue ***/
.menuLangues {
  background: #fff url("../images/select_down.svg") no-repeat scroll right 5px center / 11px 5px;
  background-position: right 5px center;
  background-repeat: no-repeat;
  height: 36px;
  line-height: 36px;
  z-index: 10;
  width: 65px;
  position: relative;
  padding: 0 0 0 0;
  border-left: solid 1px rgba(0, 0, 0, 0.15);
}

.menuLangues .LangueEnCours {
  padding: 0 0 0 15px
}

.menuLangues .LangueEnCours:hover,
.menuLangues .LangueEnCours.active {
  background-color: rgba(0, 0, 0, 0.15)
}


.menuLangues .LangueEnCours {
  cursor: pointer;
  position: relative;
  height: 36px;
}




.menuLangues ul li a,
.menuLangues ul li a:link,
.menuLangues ul li a:active,
.menuLangues ul li a:visited {
  border: none;
  line-height: 24px;
  text-align: center;
  padding: 4px 25px 0 15px;


}

.menuLangues .LangueEnCours span,
.menuLangues ul li a span {
  display: none;
}

.menuLangues ul li a img {
  padding-top: 3px;
}

.menuLangues ul li:hover {
  background-color: #eee;
}

.menuLangues ul {
  position: absolute;
  right: 0px;
  top: 32px;
  left: 0;
  -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.menuLangues ul li {
  border-bottom: 1px solid #eee;
  height: 29px;
  line-height: 29px;

  margin: 0;


}

.menuLangues ul {
  background-color: #fff;
  display: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
  /*width: 100%;*/
}

.EnteteNav {
  /*padding-bottom:10px;*/
}

body #widget-panier {
  margin-right: 10px !important;
}



/**** Liste Produit ****/
.ListeProduit {}

.ListeProduit .LigneProduit {
  border-bottom: 1px solid #E1E1E1;
  padding: 0 0 15px 0;
  margin: 15px 0 0 0
}

.ListeProduit .ItemProduitPhoto {
  margin-right: 15px;
  position: relative;
}

.ImgProduit {
  box-sizing: border-box;
  width: 200px;
  height: 0;
  padding-bottom: 56.4705882353%;
  overflow: hidden;
  position: relative;
  background-color: #f3f3f3;
}

.ImgProduit img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
}

.ListeProduit .ItemProduitInfo {}

.LigneLibelleProduit {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: -.1rem;
  font-weight: 600;
  margin-bottom: 0px;
}

.OSRefAppart {
  font-weight: 100;
  font-size: 1.5rem;
  font-style: italic;
}

h2+.OSRefAppart {
  margin: -5px 0 5px 0;
}

.LigneInfo {}

.ItemProduitInfoNom {
  padding-right: 10px;
}

.ListeProduit a {
  text-decoration: none;
}


.DesriptionProduitDetail .ItemProduitPhoto {
  margin-right: 15px;
}

.DesriptionProduitDetail .ItemProduitInfo {
  width: calc(100% - 200px);
}

/*****/
.BlocNumPages,
.BlocPagination {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;

  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-end;
}

.BlocPages .ListeNumPage {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #E1E1E1;
  display: flex;
  display: -webkit-flex;
}

.Bas .ListeNumPage {
  border-bottom: none;
  padding: 15px 0 0px 0;
}

.BlocNumPage {
  display: inline-flex;
  flex-flow: row wrap;

  display: -webkit-inline-flex;
  -webkit-flex-flow: row wrap;
}


/*******/
/*.ListeNumPage{ padding-right:5px;}*/

/*.BlocNumPages{ padding:0 4px; float:left;}
.BlocNumPage{float:left;}*/

.ListeNumPage .NumPage,
.ListeNumPage a.NumPage,
.ListeNumPage a.NumPage:link,
.ListeNumPage a.NumPage:active,
.ListeNumPage a.NumPage:visited {
  padding: 0px 7px;
  text-decoration: none;
  margin: 0 2px;
  background-color: #eee;
  border: solid 1px #eee;
  color: #484848;
  line-height: 25px;
  font-family: arial;
}

.ListeNumPage a.NumPage:hover {
  background-color: #484848;
  color: #FFF;
}

.ListeNumPage .NumPage.Active {
  background-color: #2f8c9f;
  color: #fff;
}






a.PaginationLienPrecedent,
a.PaginationLienPrecedent:link,
a.PaginationLienPrecedent:active,
a.PaginationLienPrecedent:visited,
a.PaginationLienSuivant,
a.PaginationLienSuivant:link,
a.PaginationLienSuivant:active,
a.PaginationLienSuivant:visited {
  padding: 0px 7px;
  text-decoration: none;
  margin: 0 2px;
  background-color: #484848;
  border: solid 1px #484848;
  color: #fff;
  line-height: 25px;
  font-family: arial;
  display: inline-flex;
}

a.PaginationLienPrecedent:hover,
a.PaginationLienSuivant:hover {
  color: #fff;
  background-color: #666;
}

.OACTI .BlocPagination .PaginationLienPrecedent,
.OACTI .BlocPagination .PaginationLienSuivant {
  display: none;
}

/***/
.TableTarif {
  padding: 10px 0;
}

.EnteteTableTarif {
  background-color: #eee;
  padding: 5px;
  font-size: 1.3rem;
}

.LigneTableTarif {
  padding: 5px;
  border-top: solid 1px #eee;
}

.QtInput {
  margin: 0 30px;
}

.QtInput input {
  width: 100%;
  height: 30px;
  text-align: center;
}

.QtBt {}

.QtBt a,
.QtBt a:link,
.QtBt a:active,
.QtBt a:visited {
  display: inline-flex;
  line-height: 30px;
  width: 30px;
  margin-top: -30px;
  height: 30px;
  justify-content: center;
}

.QtBt a:hover {
  background-color: #eee;
}

.QtBt a+a {
  margin-left: auto;
}

.QtBt a svg {
  vertical-align: middle;
  vertical-align: middle;
  width: 12px;
  height: auto;
}

.DesriptionProduitDetail {
  padding-bottom: 30px
}

.DesriptionProduitDetail .Img {
  box-sizing: border-box;
  width: 200px;
  height: 0;
  padding-bottom: 56.4705882353%;
  overflow: hidden;
  position: relative;
  background-color: #f3f3f3;
}

.DesriptionProduitDetail .Img:empty {
  padding-bottom: 0;
}

.DesriptionProduitDetail .Img img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto;

}

.DesriptionProduitDetail .Img a {
  display: none;
}

.DesriptionProduitDetail .Img a:first-child {
  display: block;
}

.LigneVieBoutique {

  margin: 0 -15px 5px -15px;
  padding: 0 15px 5px 15px;
}

.LigneVieBoutique a {
  color: #666
}

.LigneVieBoutique a:hover {
  text-decoration: none
}

.breadcrum-sep {
  padding: 0 5px;
  color: #666
}

/**** Menu Boutique ****/
/*****/
.MenuBoutique {}

.MenuBoutique .MenuBoutique {
  padding-top: 3px;
}

.MenuBoutique ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}


.MenuBoutique ul li {
  border-top: 1px solid #E1E1E1;
  padding: 0px 0px !important;
  margin: 0;
}

.MenuBoutique ul li:first-child {
  border-top: none;
}

.MenuBoutique ul li li {
  list-style: square outside !important;
  margin-bottom: 0 !important;
  margin-left: 10px;
}

.MenuBoutique ul li ul {
  padding: 0 0 0 15px !important;
  list-style: square inside !important;

}

.MenuBoutique ul li:hover ul:nth-child(1) {
  display: block;
}

/*
.MenuBoutique ul li a{   background: none repeat scroll 0 0 transparent;
    color: #333;
    font-size: 14px;
    padding: 8px 30px 8px 10px;
	  display: block;
	  text-decoration:none;}*/

.MenuBoutique ul li a {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 1;
  color: black;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  text-decoration: none;
  padding: 7px 5px;
}

/*
.MenuBoutique ul li a:before {
  display: block;
  content: '';
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background: #2f8c9f;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}*/





.MenuBoutique ul li a:hover {
  background: none repeat scroll 0 0 rgba(0, 0, 0, .1);
}

/*
.MenuBoutique ul li a:hover:before{ width: 100%;}
*/


.MenuBoutique ul li li a {
  background: none repeat scroll 0 0 transparent;
}

.MenuBoutique ul li li a:hover {
  background: none repeat scroll 0 0 rgba(0, 0, 0, .1);
}

/*
.MenuBoutique ul li a.MenuBoutiqueSousMenu:after
{
position:absolute;
width:30px;
right:0;
top:0;
bottom:0;

  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
text-align:left;
 padding: 11px 0;

  content: "\f054";
}
*/

.InfoDescription .jsSwitchEltInfo {
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 10px;
  padding-bottom: 10px
}

.ItemProduitInfoConteneur {
  align-items: center;
  -webkit-align-items: center;
}

.EltNonModif,
#OsCodePaysBoutique {
  background-color: #f3f3f3;
  line-height: 40px;
  padding: 0 10px;
  color: #666;
  border: solid 1px #f3f3f3;
}

.LigneSwitchLivraison {
  padding: 0 10px 5px 10px;
}

/***/
/*.TypeResaFerme + .TypePreResa{ display:none!important}*/
.OsBoutonPaiementAtos {
  display: block;
  background-color: #f3f3f3;
}

.IcoCarac {
  width: 20px;
  height: 20px;
  display: inline-flex;
  vertical-align: top;
  margin-right: 5px;
}

.Col2Caract {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}

.InfoCGV label {
  font-weight: normal;
}


body.AttenteAccesPaiementOS {
  position: relative !important;
  height: 100% !important;
  overflow: hidden !important;
}

body.AttenteAccesPaiementOS:before {
  background-color: rgba(0, 0, 0, .7);
  position: absolute;
  z-index: 10000;
  display: block;
  content: "";
  width: 100%;
  height: 100%;

}

body.AttenteAccesPaiementOS:after {
  width: 50px;
  height: 50px;
  -webkit-animation: c infinite 1s linear;
  animation: c infinite 1s linear;
  border: 3px solid #fff;
  border-top-color: transparent;
  border-radius: 100%;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  z-index: 11000;
}

@keyframes c {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@-webkit-keyframes c {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.LigneTypeCaract+.LigneTypeCaract {
  padding-top: 10px;
}

.LigneTypeCaract li {
  list-style: none;
}

.LigneTypeCaract.CaractTexte li {
  list-style: circle inside;
}



.EreurLigneProduit {
  color: #cc0000;
  font-size: 14px;
  font-weight: bold;
}

.EreurProduit {
  padding: 15px;
  color: #cc0000;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.ItemProduit.NonDispo,
.ListeItemProduit.NonDispo {
  position: relative;
}

.ListeItemProduit.NonDispo {
  padding: 15px 15px 0 15px;
}

.ItemProduit.NonDispo:before,
.ListeItemProduit.NonDispo:before {
  content: "";
  border-left: 5px solid #cc0000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0
}

.ItemProduit.NonDispo:before {
  left: -10px
}

.ListeItemProduit.NonDispo .ItemProduit.NonDispo:before {
  display: none
}

.ProduitSupplement:empty,
.ListeItemProduit.NonDispo .PrixProduit {
  display: none !important;
}

/* Fix img portrait boutique */
.produitBoutique .ImgProduit.formatPortrait {
  height: auto;
  padding-bottom: 0;
  text-align: center;
}

.produitBoutique .ImgProduit.formatPortrait a {
  text-decoration: none;
  display: block;
  text-align: center;
}

.produitBoutique .ImgProduit.formatPortrait img {
  position: static;
  width: auto;
  margin: auto;
  max-height: 200px;
}

.BoxTooltip {
  background-color: #333;
  color: #fff;
  border-radius: 5px;
  max-width: 200px;
  padding: 5px 8px;
  font-size: 11px
}

.TxtIntroDossier{}
.TxtIntroDossier .OsInstruction {
  color: var(--os-btn-primary, #8cba2f);;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  padding: 10px 10px 30px;
  text-transform: uppercase;
  vertical-align: baseline;
  text-align: center;
}
.TxtIntroDossier .OsInstruction .OsAttentionPasTermine,
.TxtIntroDossier .OsInstruction .OsTxtInfoIntruction {
  font-weight: normal;
  font-size: 18px;
  text-transform: none;
  display: block;
  padding-top: 5px;
  color:#222;
}

.SpamMail{
  background-color:#f3f3f3!important
}

.ItemApresPaiement h2{
  display:flex;
  color: #5f7e20;
  font-weight:bold;
  margin-bottom:0
}


.ItemApresPaiement h2:before{
  content: "\2713";
  font-weight: bold;
  display: block;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  width: 25px;
  height: 25px;
  font-size: 1.75rem;
  background-color: #5f7e20;
  border-radius: 50px;
  margin-right: 8px;

}

.ItemAssurance{
  margin:30px 0;
}
.ItemsChampsSaisie{
  margin-top: -10px;
}
*[id^="widgetoptionpanier"]{
padding:0;
background-color:transparent;
}
body *[id^="widgetoptionpanier"] .api.OsProduit.OPAS {
  padding-bottom: 0;
}
.WidgetDirect .api.OsProduit.OSTA,
.OsWProduitAssuranceGenerique{
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding:10px 15px;
  margin:0;
}
.WidgetDirect .api.OsProduit.OSTA .api.OSTA{
  margin-top:-10px;
}

.disabledForm .LigneBouton {
  position:relative;

}
.disabledForm .LigneBouton:before{
  content:"";
  background-color:rgb(255, 255, 255, 0.5) !important;
  cursor: not-allowed;
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
}

.ItemPaiement.PanierUnVendeur{
   box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  margin-bottom: 0;
  padding:0 15px;
}
.ItemPaiement.PanierUnVendeur + .ItemPaiement {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
 /* padding:15px;*/
}

.ItemPaiement.TypePreResa{ 
  padding:0 15px;
}

/* Popup CGV*/
.TxtlibelleCGV{padding:10px;}
.TxtTitreVendeur{font-weight:bold;}
.urlIframePrint{display:none;}

  @media print{
    body{
      overflow:visible!important;  
    display: block!important;
    height: auto;
    min-height: inherit; 
    _height: inherit;

    }
    body > div{
      display:none!important
    }
     .OsWrapper,
    .row{ 
    display: block;
    overflow:visible; 
    } 
    .LigneBouton,
    .Iframe iframe{display:none!important;}

    .urlIframePrint{display:block!important;}
    
    #PrintCGV{
      display:block!important;
      top: 0!important;
    }
    }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 1030px) {
  .LigneProduit .button {
    padding: 0 15px;
    font-size: 14px;
  }



}

@media only screen and (max-width: 950px) and (min-width: 600px) {
  .ItemProduitInfoConteneur {
    align-items: initial;
    -webkit-align-items: initial;
  }

  .button.SkinFlecheMedium {
    padding: 0 10px;
    font-size: 0;
    height: 100%;
    position: relative;
    background-color: transparent !important;
    border: none !important;
    width: 25px;
  }

  .button.SkinFlecheMedium:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../images/select_down.svg") no-repeat scroll center center;
    display: block;

    position: absolute;
    transform: rotate(-90deg);
    right: 0;
    top: calc(50% - 10px);

  }

  .button.SkinFlecheMedium {
    padding: 0 0;
    font-size: 0;
  }
}

@media screen and (max-width: 950px) {
  .ListeProduit .xs-width-full {
    width: 100% !important;
    flex: 1 1 100% !important;
    -webkit-flex: 1 1 100% !important;
    box-sizing: border-box !important;
  }

  .ListeProduit .xs-none {
    display: none !important;
  }

  .ListeProduit .row {
    display: flex;
    display: -webkit-flex;
  }

  .ListeProduit .xs-wrap {
    flex-flow: row wrap !important;
  }

  .ListeProduit .xs-margin-left-auto {
    margin-left: auto !important;
  }

}


@media screen and (max-width: 949px) {
  .ListeProduit .col-width-200 {
    width: auto;
  }

  .ListeProduit .ImgProduit {
    width: 120px;
    height: auto;
    padding-bottom: 15px;
  }

  .ImgProduit img {
    position: static;
  }

  .msie .ItemProduitInfo {
    width: 100% !important;
  }

}

@media screen and (max-width: 800px) {
  .ListeProduit .ImgProduit {
    width: 100%;
    margin-right: 0;
  }

}


@media screen and (min-width: 768px) {



  .ItemFournisseur .Img {
    box-sizing: border-box;
    width: 100%;
    height: 0;
    padding-bottom: 56.4705882353%;
    overflow: hidden;

    margin-top: 10px;
    position: relative;
    background-color: #f3f3f3;
  }

  .ItemFournisseur .Img:empty {
    padding-bottom: 0;
  }

  .ItemFournisseur .Img img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
  }

  /* .ItemFournisseur .Img a { display:none;}
  	  .ItemFournisseur .Img a:first-child { display:block;}*/

  /****/
  .PagePrestataire .ItemFournisseur .Img {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    overflow: hidden;
    background-color: transparent;
    margin-top: 10px;
    position: relative;
    max-height: 290px;
  }

  .PagePrestataire .ItemFournisseur .Img img {
    position: initial;
    width: 100%;
    padding: 3px;
  }

  .PagePrestataire .ItemFournisseur .slides li {
    overflow: hidden;
    display: none !important;
  }

  .PagePrestataire .ItemFournisseur .slides li:first-child {
    width: 67% !important;
    display: block !important;
    float: left !important;
    margin-right: 0 !important;
    opacity: 1 !important;
    padding-bottom: 43%;
    height: 0;
    position: relative;

  }

  .PagePrestataire .ItemFournisseur .slides li:first-child a {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .PagePrestataire .ItemFournisseur .slides li:first-child img {
    width: 100%;

    height: 100%;

    object-fit: cover;
  }

  html[xmlns] .flexslider .slides {
    padding-bottom: 43% !important;
  }


  .PagePrestataire .ItemFournisseur .slides li:nth-child(2),
  .PagePrestataire .ItemFournisseur .slides li:nth-child(3) {
    width: 33% !important;
    display: inline-block !important;
    margin: 0 !important;
    opacity: 1 !important;
    float: right !important;
    height: 0;
    padding-bottom: 21.45%;
    position: relative;


  }

  .PagePrestataire .ItemFournisseur .slides li:nth-child(2) a,
  .PagePrestataire .ItemFournisseur .slides li:nth-child(3) a {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }

  .PagePrestataire .ItemFournisseur .slides li:nth-child(2) img,
  .PagePrestataire .ItemFournisseur .slides li:nth-child(3) img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  /***/
  .PagePrestataire .flex-direction-nav {
    display: none !important;
  }

  .PagePrestataire .flexslider {
    margin: 0 !important;
  }


  .PagePrestataire .ItemFournisseur .SinglePhoto .slides li:first-child,
  html[xmlns] .flexslider.SinglePhoto .slides {
    width: 100% !important;
    padding-bottom: 70% !important;

  }

  .flexslider.SinglePhoto .slides img,
  .PagePrestataire .ItemFournisseur .Img.SinglePhoto {
    max-height: 100% !important;

  }


}

@media only screen and (max-width: 850px) {
  .OsLanguenl .LigneProduit .button {
    font-size: 13px;
    width: 100%
  }



  .ItemRecapSaisie .LigneBouton {
    margin-top: 0;
    margin-right: 0px;
    padding: 0;
  }

  .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;

  }




  .col-cote {
    width: 270px;
  }


  .contenuNavScroll {
    padding: 8px 20px;

  }

  .PagePrestataire.col-principal {
    flex: 1 1 45%;
    -webkit-flex: 1 1 45%;
  }

}

@media screen and (min-width: 768px) and (max-width: 797px) {
  .ListeProduit .LigneProduit {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
  }

  .ItemSaisie {
    width: 100%;
  }


}


@media screen and (max-width: 767px) {
  .container {
    padding: 0;
  }

  .bt-continuer-achat {
    margin-top: 10px;
  }

  .ListeProduit .ImgProduit {
    width: 100%;
  }

  .ItemProduitInfoNom {
    padding-right: 0px;
  }

  .DesriptionProduitDetail .Img:empty,
  .ImgProduit:empty {
    display: none !important;
  }

  .LigneProduit {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
  }

  .ListeProduit .ItemProduitPhoto,
  .ItemProduitPhoto {
    margin-right: 0;
    width: 100% !important;
  }

  .DesriptionProduitDetail .Img,
  .ImgProduit {
    width: 100%;
    margin-bottom: 5px;
  }

  .contenuNavScroll {
    padding: 8px 10px;

  }

  /*
.PagePrestataire .ItemFournisseur .Img {
    overflow: visible;
    max-height: initial;
    padding: 0;
    height: auto;
}
.PagePrestataire .ItemFournisseur .slides li{width: auto !important; max-height: auto!important;}
.PagePrestataire .ItemFournisseur .flexslider .slides img {
    height: auto;
    -moz-user-select: none;
    position: static;
    width: 100%;
}	*/
  .ItemFournisseur .Img img {
    width: 100%
  }

  /***/
  .containerprogressbar {
    background-color: #2f8c9f;
    padding: 10px;
    width: auto;
    margin: 0 0px;
  }

  .progressbar {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
  }

  .progressbar li {
    font-size: 20px;
    color: #fff !important;
    width: 100%;
    text-align: left;
    display: none;
  }

  .progressbar li::after {
    display: none;
  }

  .progressbar li .num {
    display: inline-block;
    width: 100%;
    padding: 0px 0 5px 0;
    margin: 0;
    background-color: transparent !important;
    border: none;
    font-size: 13px;
    font-weight: 100;
    text-align: left;
    order: 10;
    line-height: 1;
    height: auto;
    color: rgba(255, 255, 255, .8) !important
  }

  .progressbar li .num:before {
    content: "Étape ";
  }

  .progressbar li .num:after {
    content: "/3";
  }

  .contain {
    padding: 10px;
  }


  .ToggleMobile .ToggleClickMobile {
    display: block;
    margin: 0px -10px !important;
    /*background-color: #484848!important;*/
    color: #fff !important;
    font-size: 1.8rem !important;
    line-height: 1 !important;
    letter-spacing: -.05rem !important;
    padding: 8px 10px;
    cursor: pointer;
  }

  .ToggleMobile .ToggleClickMobile:after {
    display: block;
  }

  .ToggleMobile .ToggleClickMobile+.OsDescr {
    display: none;
    padding: 10px 0
  }

  .ToggleMobile .contain {
    padding-bottom: 0 !important;
  }

  .xs-none {
    display: none !important
  }

  .xs-affiche {
    display: block !important
  }

  .progressbar li.xs-affiche {
    display: flex !important;
    flex-flow: row wrap;
    display: -webkit-flex !important;
    -webkit-flex-flow: row wrap;
  }

  .SectionItemMobile {
    /*box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    padding: 10px 0 0 0;*/
  }

  .SectionItemMobile .ItemFournisseur {
    margin-top: 0;
   /* padding-top: 0;*/
  }

  .SectionItemMobile .SectionItem {
    /*box-shadow: none !important;*/
  }
  
  .ItemPaiement,
  .ItemPaiement.TypePreResa,
  .ItemPaiement.PanierUnVendeur,
  .SectionItemMobile .ItemRecapSaisie  {
    /*box-shadow: none !important;*/
    padding: 0 10px;
  }
  .ItemPaiement.TypePreResa h4{
    margin:0 -10px!important;
  }
  .col-principal .ItemTitre {
    padding: 10px;
    margin: 0 -10px 10px -10px;
  }

  .col-cote {
    box-shadow: none;
    width: 100%;
  }

  .col-principal {
    margin: 0;
  }

  .container .BlocPrincipal:first-child {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
  }



  .OsContactCommune ul li.lignecp,
  .col-width-160,
  .col-xs-6 {
    width: 100%;
  }

  .ItemRecapSaisieLivraison .LigneBouton,
  .ItemRecapSaisie .LigneBouton {
    margin-top: 0;
    margin-right: 0px;
    padding: 0 10px;
    float: right;
  }

  .container {
    max-width: 550px;
  }

  .ItemFournisseur {
    margin-top: 10px;
  }

  .xs-bgcolor-c1 {
    background-color: #484848 !important;
  }

  .xs-bgcolor-c2 {
    background-color: #2f8c9f !important;
  }


  .xs-width-full {
    width: 100% !important;
    flex: 1 1 100% !important;
    -webkit-flex: 1 1 100% !important;
    box-sizing: border-box !important;
  }

  .xs-wrap {
    flex-flow: row wrap !important;
    -webkit-flex-flow: row wrap !important;
  }

  .xs-margin-left-auto {
    margin-left: auto !important;
  }


  .ModeAffichageMobile .col-principal .ItemTitre {
    margin: 0 -10px 10px -10px;
  }

  .ModeAffichageMobile .ItemFournisseur h2 {
    margin-bottom: 0;
  }

}




@media only screen and (max-width: 600px) {
  .ResetCol640 {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }


  .ItemProduitInfoBouton {
    text-align: right;
  }

  .ItemProduitInfoConteneur,
  .ListeProduit .LigneProduit {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
  }

  .ListeProduit .ItemProduitPhoto {
    margin-right: 0;
    margin-bottom: 5px;
    width: 100%;
  }

  .ImgProduit {
    width: 100%;
  }

}


/* Larger than desktop */
@media (min-width: 850px) {}



/* Larger than Desktop HD */
@media (min-width: 1200px) {}


@media screen and (max-width: 850px) {}

body .stripeDescrInfo {
  min-height: 50px;
}

.stripePaiementList.auto-grid{
  --auto-grid-min-size:100%;
}
