
/********************************************WIDGET COTATION MARCHE**********************************************/

/*** COTATION ****/
/*** culture ***/
.wrapperCot {
  margin-top: 1rem;
}

.CotationsWrapper .btnRefresh {
  border-radius: 15px;
  color: #ffffff;
  font-size: 1rem;
  background: #86bc25;
  padding: 0.5rem 0.9rem;
  margin: 0.2rem 0.1rem;
  border: none;
}

.cultureCotCarousel {
  box-sizing: border-box;
  padding: 0 10px;
  display: none !important;
}

.cotCarousel h2 {
  margin: 0;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
}

.cotCarousel .itemNameWrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}

.cultureCotCarousel .item {
  padding: 10px 0px;
  color: #3f3e3e;
  text-align: center;
  cursor: pointer;
}

.cultureCotCarousel .current .item {
  color: #6b1e03;
}


.icnCulture {
  display: block;
  background-image: url(../Images/Cotation/sprite/icn-ble.png);
  width: 25px;
  height: 25px;
  margin: 0 auto;
  background-size: 300%;
  background-repeat: no-repeat;
  background-position: 100% 0%;
}

.cultureCotCarousel .current .icnCulture {
  background-position: 50% 0%;
}

/*** culture ***/
.cultureCotCarousel .MAIS .icnCulture, .cultureCotCarousel .EMA .icnCulture {
  background-image: url(../Images/Cotation/sprite/icn-mais.png);
}

.cultureCotCarousel .current .MAIS .icnCulture, .cultureCotCarousel .current .EMA .icnCulture {
  background-position: 50% 0%;
}

.cultureCotCarousel .COLZA .icnCulture, .cultureCotCarousel .ECO .icnCulture {
  background-image: url(../Images/Cotation/sprite/icn-colza.png);
}

.cultureCotCarousel .current .COLZA .icnCulture, .cultureCotCarousel .current .ECO .icnCulture {
  background-position: 50% 0%;
}

.cultureCotCarousel .ORGE .icnCulture, .cultureCotCarousel .ORGEFOURRAGERE .icnCulture, .cultureCotCarousel .ORGEBRASSERIEHIVER .icnCulture, .cultureCotCarousel .ORGEORGEBRASSERIEPRINTEMPS .icnCulture, .cultureCotCarousel .TRITICALE .icnCulture {
  background-image: url(../Images/Cotation/sprite/icn-orge.png);
}

.cultureCotCarousel .current .ORGE .icnCulture, .cultureCotCarousel .current .ORGEFOURRAGERE .icnCulture, .cultureCotCarousel .current .ORGEBRASSERIEHIVER .icnCulture, .cultureCotCarousel .current .ORGEORGEBRASSERIEPRINTEMPS .icnCulture, .cultureCotCarousel .current .TRITICALE .icnCulture {
  background-position: 50% 0%;
}

.cultureCotCarousel .TRITICALE .icnCulture {
  background-image: url(../Images/Cotation/sprite/icn-triticale.png);
}

.cultureCotCarousel .current .TRITICALE .icnCulture {
  background-position: 50% 0%;
}


.cultureCotCarousel .POIS .icnCulture, .cultureCotCarousel .FEVEROLLES .icnCulture, .cultureCotCarousel .POISJAUNE .icnCulture, .cultureCotCarousel .POISFOURRAGER .icnCulture {
  background-image: url(../Images/Cotation/sprite/icn-pois.png);
}

.cultureCotCarousel .current .POIS .icnCulture, .cultureCotCarousel .current .FEVEROLLES .icnCulture, .cultureCotCarousel .current .POISJAUNE .icnCulture, .cultureCotCarousel .current .POISFOURRAGER .icnCulture {
  background-position: 50% 0%;
}

.cultureCotCarousel .TOURNESOL .icnCulture {
  background-image: url(../Images/Cotation/sprite/icn-tournesol.png);
}

.cultureCotCarousel .current .TOURNESOL .icnCulture {
  background-position: 50% 0%;
}

.cultureCotCarousel .AVOINE .icnCulture {
  background-image: url(../Images/Cotation/sprite/icn-avoine.png);
}

.cultureCotCarousel .current .AVOINE .icnCulture {
  background-position: 50% 0%;
}

.cultureCotCarousel .SORGHO .icnCulture {
  background-image: url(../Images/Cotation/sprite/icn-sorgho.png);
}

.cultureCotCarousel .current .SORGHO .icnCulture {
  background-position: 50% 0%;
}

/***/

.itemTitle.MAIS .icnCulture, .itemTitle.EMA .icnCulture {
  background-image: url(../Images/Cotation/sprite/icn-mais.png);
}

.itemTitle.COLZA .icnCulture, .itemTitle.ECO .icnCulture {
  background-image: url(../Images/Cotation/sprite/icn-colza.png);
}

.itemTitle.ORGE .icnCulture, .itemTitle.ORGEFOURRAGERE .icnCulture, .itemTitle.ORGEBRASSERIEHIVER .icnCulture, .itemTitle.ORGEBRASSERIEPRINTEMPS .icnCulture, .itemTitle.TRITICALE .icnCulture {
  background-image: url(../Images/Cotation/sprite/icn-orge.png);
}

.itemTitle.TRITICALE .icnCulture {
  background-image: url(../Images/Cotation/sprite/icn-triticale.png);
}

.itemTitle.POIS .icnCulture, .itemTitle.FEVEROLLES .icnCulture, .itemTitle.POISJAUNE .icnCulture, .itemTitle.POISFOURRAGER .icnCulture {
  background-image: url(../Images/Cotation/sprite/icn-pois.png);
}

.itemTitle.TOURNESOL .icnCulture {
  background-image: url(../Images/Cotation/sprite/icn-tournesol.png);
}

.itemTitle.AVOINE .icnCulture {
  background-image: url(../Images/Cotation/sprite/icn-avoine.png);
}

.itemTitle.SORGHO .icnCulture {
  background-image: url(../Images/Cotation/sprite/icn-sorgho.png);
}


.cultureCotCarousel .owl-item:not(:first-of-type) h2:after {
  content: "";
  border-right: 2px solid #cdcdcd;
  position: absolute;
  top: 40%;
  bottom: 40%;
  left: 0;
}

.btmLine {
  display: block;
  width: 100%;
  height: 5px;
  background: #cdcdcd;
}

.cultureCotCarousel .current .btmLine {
  background: #6b1e03;
}

.cultureCotCarousel .current .btmLine:after {
  content: "";
  display: block;
  height: 0;
  margin: 0 auto;
  width: 0;
  border-top: 12px solid #6b1e03;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

/***** data ****/
#dataCotCarousel .item {
  box-sizing: border-box;
  padding: 0.2rem;
  text-align: center;
}

.subItem {
  border: 1px solid #c8c8c8;
  margin: 0.8rem 0;
  background: #fff;
  width: 100%;
  border-radius: 6px;
}

.dateSubItem {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  padding-left: 8px;
  box-sizing: border-box;
  width: 30%;
  margin: 1.5rem 0;
}

.priceCotWrapper {
  display: inline-block;
  vertical-align: middle;
  color: #6b1e03;
  width: 39%;
  text-align: right;
  box-sizing: border-box;
  padding: 0 0.5rem;
}

.collecteSubItem {
  background: #eaf3db;
  padding: 0.3rem;
  border-radius: 3px;
  font-size: 0.75rem;
  margin: 0.2rem;
  color: #000;
  max-width: 95px;
  border: 1px solid #cdcdcd;
}

.collecteSubItem.collecteNum2022 {
  background: #e1e68b;
}

.collecteSubItem.collecteNum2023 {
  background: #d5f2a6;
}

.dataCotCarouselBtn .dateSubItem {
  width: calc(66% - 130px);
}

.dataCotCarouselBtn .priceCotWrapper {
  width: 34%;
}

.priceCotWrapperUp, .priceCotValueVarEgal {
  color: #4fa73e;
}

.priceCotWrapperDown {
  color: #d62626;
}

.priceCotWrapper p {
  margin: 0;
  padding: 0;
}

.btnSubItemWrapper {
  display: inline-block;
  width: 130px;
  vertical-align: middle;
}

.varCotWrapper {
  background: #4fa73e;
  display: inline-block;
  border-radius: 3px;
  padding: 0.2rem;
  font-size: 0.8rem;
  color: #fff;
}

.priceCotWrapperDown .varCotWrapper {
  background: #d62626;
}

.icnVarUp, .icnVarEgal {
  display: inline-block;
  color: #fff;
  padding: 0.1rem;
}

.icnVarUp:before {
  content: "+";
}

.icnVarEgal:before {
  content: "=";
}

.varCotValue {
  display: inline-block;
}

.btnCot {
  display: block;
  text-decoration: none;
  padding: 0.8rem 0.2rem;
  border: 1px solid #86bc25;
  background-color: #86bc25;
  color: #fff;
  width: 100%;
  height: calc(50% - 1px);
  box-sizing: border-box;
  text-align: center;
}

.icnBtnCot {
  display: inline-block;
  vertical-align: middle;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../Images/Cotation/icon-alert.png);
  width: 20px;
  height: 20px;
  margin: 0 auto;
  padding: 0.2rem;
}

.txtBtnCot {
  display: inline-block;
  vertical-align: middle;
}

.btnAlertCot {
  border-top-right-radius: 5px;
  margin-bottom: 1px;
}

.btnBuyCot {
  border: 1px solid #6b1e03;
  background-color: #6b1e03;
  border-bottom-right-radius: 5px;
}

.icnBtnCotSell {
  background-image: url(../Images/Cotation/vendre.png);
}

.priceCotValue {
  font-size: 1.5rem;
}

/****** nav *******/
.cotCarousel .owl-nav {
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.cultureCotCarousel .owl-nav {
  opacity: 1;
}

.cotCarousel:hover .owl-nav {
  opacity: 1;
}

.cotCarousel .owl-prev, .cotCarousel .owl-next {
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(86, 86, 86, 0.4) !important;
  z-index: 10;
  top: 45%;
  -webkit-transform: translate(0px, -45%);
  transform: translate(0px, -45%);
  outline: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.cotCarousel .owl-prev:hover, .cotCarousel .owl-next:hover, .cotCarousel .owl-prev:focus, .cotCarousel .owl-next:focus, .cotCarousel .owl-prev:active, .cotCarousel .owl-next:active {
  background: rgba(86, 86, 86, 0.9) !important;
}

.cotCarousel .owl-prev span, .cotCarousel .owl-next span {
  display: block;
  width: 15px;
  height: 15px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: translate(70%, 0%) rotate(45deg);
  transform: translate(70%, 0%) rotate(45deg);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.cotCarousel .owl-next {
  right: 0;
}

.cotCarousel .owl-prev {
  left: 0;
}

.cotCarousel .owl-prev span {
  -webkit-transform: translate(100%, 0%) rotate(-135deg);
  transform: translate(100%, 0%) rotate(-135deg);
}

.dateCotations, .heureCotations {
  display: inline-block;
  padding: 0.3rem 0.5rem;
}

/*** spe affichage recolte pas date ***/

.cotationPage  .dateSubItem{
  display: none!important;
}

.cotationPage  .collecteSubItem {
    display: inline-block;
    margin: 0 10px 0 15px;
    width: 90px;
}

.cotationPage .dataCotCarouselBtn .priceCotWrapper {
    width: calc(100% - 245px);
}


/* responsive spe cotation */
@media (max-width: 850px) {
  .itemTitle {
    display: none;
  }
  .dataCotCarouselBtn .dateSubItem {
    width: calc(65% - 110px);
  }
  .dataCotCarouselBtn .priceCotWrapper {
    width: 35%;
  }
  .btnSubItemWrapper {
    width: 110px;
  }
  .cultureCotCarousel {
    display: block !important;
  }
  .cotCarousel h2 {
    font-size: 0.9em;
    /* min-height: 65px; */
    line-height: 1.1rem;
    padding: 0.5rem 0 0.3rem !important;
  }

  .cotCarousel .itemNameWrapper{
    min-height: 65px;
  }

  .cultureCotCarousel .current {
    color: #6b1e03;
  }
}


@media (min-width: 1350px) and (max-width: 1550px) {
  /* .dataCotCarousel .subItem {
    position: relative;
  }

  .dataCotCarouselBtn .priceCotWrapper {
      display: block;
      width: 49%;
      margin: 1rem 0;
  }

  .dataCotCarouselBtn .dateSubItem {
      display: block;
      width: 49%;
      margin: 1rem 0 1rem;
      text-align: center;
  }

  .btnSubItemWrapper {
      position: absolute;
      top: 0;
      right: 0;
  } */

}


/* responsive spe cotation */
@media (max-width: 450px) {
	.priceCotValue {
    font-size: 1.1rem;
	}

  .cotationPage .collecteSubItem {
    margin: 0 5px;
    word-break: break-word;
    max-width: 70px;
    font-size: 0.7rem;
  }

  .cotationPage .dataCotCarouselBtn .priceCotWrapper {
    width: calc(100% - 180px);
    word-break: break-word;
  }

  .cotationPage .btnSubItemWrapper {
    width: 100px;
  }
}

/************************************WIDGET SOUSCRIPTION************************************/
/* .SouscriptionOffreWrapper {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.SouscriptionOffreWrapper:before, .SouscriptionOffreWrapper:after {
box-sizing: inherit;
} */
.SouscriptionOffreWrapper .rptItem {
  display: inline-block;
  vertical-align: top;
  width: 28%;
  margin: 20px 27px;
}

.divSouscriptionOffreContent .offre {
  text-align: center;
  border: 1px solid #c6c6c6;
  background: #fff;
}

.divSouscriptionOffreContent .offreTitre, .AlertesWrapper .formTitre {
  font-weight: bold;
  background: #b1afac;
  padding: 0.5rem;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.divSouscriptionOffreContent .offreTitre h4, .AlertesWrapper .formTitre h4 {
  color: #fff;
  font-size: 1.2rem;
  margin: 0.5rem;
}

.divSouscriptionOffreContent .selected .offreTitre {
  background: #690;
}

.divSouscriptionOffreContent .offreResume {
  font-style: italic;
  font-size: 12px;
  margin: 0.5rem 0.5rem;
}

.divSouscriptionOffreContent .offreResume p {
  display: inline-block;
  width: calc(100% - 50px);
  text-align: left;
  vertical-align: middle;
}

.divSouscriptionOffreContent .offreDescription a, .divSouscriptionOffreContent .offreChoisir a {
  font-size: 0;
  border: none;
}

.divSouscriptionOffreContent .offreDescription a:before, .divSouscriptionOffreContent .offreChoisir a:before {
  content: '';
  background-image: url(../Images/Contractualisation/info-i.png);
  width: 30px;
  height: 30px;
  display: inline-block;
}

.divSouscriptionOffreContent .offreDescription a:before {
  background-size: 10px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #3f3e3e;
  border-radius: 50%;
  border: 1px solid #3f3e3e;
}

.divSouscriptionOffreContent .offreChoisir a:before {
  background-image: url(../Images/Contractualisation/plus-circle.png);
  background-color: #b1afac;
  background-size: 30px;
}

.divSouscriptionOffreContent .offreDescription a:hover:before {
  background-image: url(../Images/Contractualisation/info-i-b.png);
  background-color: #fff;
}

.divSouscriptionOffreContent .offreDescription, .divSouscriptionOffreContent .offreChoisir {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 2px 10px 10px;
}

.divSouscriptionOffreContent .offreChoisir {
  margin: 6px 10px 14px 10px;
}

.formulaire > ul > li > span, .enteteForm {
  display: block;
  text-transform: uppercase;
  font-size: 0.85rem;
  line-height: 0.85rem;
  font-weight: bold;
  margin: 0.3rem 0.1rem 0.6rem;
}

.formulaire > ul > li > span.RadInput_Metro {
  text-align: center;
  margin: 0 auto 0.5rem;
  min-width: 75%;
}

.formulaire > ul > li > span.RadInput_Metro input {
  text-align: center;
}

.divSouscriptionOffreContent ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.SouscriptionOffreWrapper .rlbGroup, .AlertesWrapper .rlbGroup {
  background: transparent;
  border: none;
}

.divSouscriptionOffreContent li, .AlertesWrapper .listComponent > li {
  border: 1px solid #c6c6c6;
  background: #fff;
  margin: 5px 0;
  padding: 5px;
  list-style: none;
}

.divSouscriptionOffreContent .RadListBox_Metro .rlbItem.rlbSelected, .AlertesWrapper .RadListBox_Metro .rlbItem.rlbSelected {
  background: #690;
  color: #fff;
}

.SouscriptionOffreWrapper .rlbItem, .AlertesWrapper .rlbItem {
  display: inline-block;
  background: #fff;
  margin: 5px 8px;
  font-size: 0.9rem;
  line-height: 0.9rem;
  padding: 0.5rem 0.6rem 0.65rem;
  min-width: 80px;
  text-align: center;
  background: #f1f1f1;
  border-radius: 3px;
  border: 1px solid #c6c6c6;
}

.SouscriptionOffreWrapper .RadInput_Metro .riTextBox, .AlertesWrapper .RadInput_Metro .riTextBox {
  font-size: 1rem;
  /* padding: 20px; */
  padding: 0.5rem;
  height: auto;
  margin-right: 0;
  border-radius: 3px;
  text-align: center;
}

.SouscriptionOffreWrapper .RadInput_Metro .riTextBox {
  outline: none;
  border-color: #c6c6c6;
}

.SouscriptionOffreWrapper .RadInput_Metro .riTextBox.riFocused {
  color: #669900;
}

.SouscriptionOffreWrapper .RadInput_Metro a {
  background: #f1f1f1 no-repeat url(../Images/Contractualisation/arrow-down.png);
  width: 20px;
  height: 15px;
  background-size: 12px;
  background-position: 4px;
  border: 1px solid #e5e5e5;
}

.divSouscriptionOffreContent .btnForm, .alertBtnWrapper, .Shop .btnEnd, .durabiliteWrapper .btnEnd {
  text-align: center;
  background: #e6e6e6;
  padding: 0.8rem 0.1rem;
  border: 1px solid #c6c6c6;
}

.divSouscriptionOffreContent .btnForm a, .widgetSignaturePiecesWrapper .divSignButtons button, .alertBtnWrapper .action-button, .Shop .btnEnd input, .durabiliteWrapper .btnEnd input, .NoData a, .BtnPanier, .btnShop .rbDecorated, .btnCard .rbDecorated, .btnLine .rbDecorated, .btnRemoveAllFiltre .rbDecorated, .RadWindow_Metro a.rwPopupButton span.rwInnerSpan {
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  padding: 0.5rem 0.7rem;
  text-transform: uppercase;
  background: #fff;
  color: #3f3e3e;
  box-shadow: 1px 1px 6px 0px rgba(48, 48, 48, 0.2);
  border-radius: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btnShop .rbDecorated, .btnCard .rbDecorated, .btnLine .rbDecorated {
  margin: 0;
}

.divSouscriptionOffreContent .btnForm a:last-child, .Shop .btnEnd input {
  margin-right: 0;
  border: none;
}

.RadWindow_Metro a.rwPopupButton span.rwOuterSpan {
  padding: 0;
  margin: 0;
}

.RadWindow_Metro a.rwPopupButton, .RadWindow .rwWindowContent a.rwPopupButton:hover {
  padding: 0 !important;
  border: none !important;
  background: #fff;
}

.RadWindow_Metro.RadWindow .rwTable, .RadWindow_Metro.RadWindow {
  height: auto !important;
}

.Shop .btnEnd span {
  margin-right: 10px;
}

.divSouscriptionOffreContent a.btnCancel, .cancelBtnn {
  border-bottom: 3px solid #C00;
}

.divSouscriptionOffreContent a.btnSimulate {
  border-bottom: 3px solid #F90;
}

.divSouscriptionOffreContent a.btnValidate, .alertBtnWrapper .validateBtn, .alertBtnWrapper .nextBtn, .Shop .btnEnd input:last-of-type, .durabiliteWrapper .btnEnd input:last-of-type {
  border-bottom: 3px solid #669900;
  background: #669900;
  color: #fff;
}

.divSouscriptionOffreContent .btnForm a:hover {
  background: #fff;
  box-shadow: 1px 1px 6px 0px rgba(48, 48, 48, 0.6);
}

.divSouscriptionOffreContent a.btnCancel:hover {
  color: #C00;
}

.divSouscriptionOffreContent a.btnSimulate:hover {
  color: #F90;
}

.divSouscriptionOffreContent a.btnValidate:hover, .durabiliteWrapper .btnEnd input:first-of-type {
  color: #669900;
  border-bottom: 3px solid #354F00;
  border-bottom: 3px solid #669900;
}

.SouscriptionOffreWrapper .RadInput_Metro .riDisabled {
  border: none;
  text-align: center;
  font-weight: bold;
  color: #669900;
  font-size: 1.5rem;
}

.SouscriptionOffreWrapper .RadInput_Metro .RadInputDisabled {
  margin: 0 auto;
}

.divSouscriptionOffreContent .Message {
  color: #F00;
}

.divSouscriptionOffreContent .msgDroit {
  font-size: 0.5rem;
  padding: 0.3rem 0;
  display: block;
  background: #e6e6e6;
  color: #3b3b3b;
  position: absolute;
  top: -8px;
  box-sizing: border-box;
  width: 100%;
  left: 0;
}

/*******/
.formulaire > ul > li > span.RadInput_Metro, .AlertesWrapper .listComponent > li > .RadInput_Metro {
  position: relative;
  padding: 0;
}

.SouscriptionOffreWrapper .RadInput_Metro a.riUp, .SouscriptionOffreWrapper .RadInput_Metro a.riDown, .AlertesWrapper .RadInput_Metro a.riUp, .AlertesWrapper .RadInput_Metro a.riDown {
  box-sizing: border-box;
  width: 35px;
  height: 100%;
  position: absolute;
  top: 0px;
  background-size: 18px;
  background-position: 9px 50%;
  border: 1px solid #c6c6c6;
  margin: 0;
  border-radius: 3px;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
}

.SouscriptionOffreWrapper .RadInput_Metro a.riUp, .AlertesWrapper .RadInput_Metro a.riUp {
  right: 0;
  border-radius: 0 3px 3px 0;
  background-image: url(../Images/Contractualisation/plus.png);
}

.SouscriptionOffreWrapper .RadInput_Metro a.riDown, .AlertesWrapper .RadInput_Metro a.riDown {
  left: 0;
  border-radius: 3px 0 0 3px;
  background-image: url(../Images/Contractualisation/moins.png);
}

.SouscriptionOffreWrapper .RadInput_Metro a.riUp:hover, .AlertesWrapper .RadInput_Metro a.riUp:hover {
  background-image: url(../Images/Contractualisation/plus-b.png);
  background-position: 9px 12px;
}

.SouscriptionOffreWrapper .RadInput_Metro a.riDown:hover, .AlertesWrapper .RadInput_Metro a.riDown:hover {
  background-image: url(../Images/Contractualisation/moins-b.png);
  /*background-position: 9px 12px;*/
}

/*****************************************/
/*********** ALERTE FORM ***************/
/***************************************/
.AlertesWrapper .blocForm {
  max-width: 450px;
  margin: 0 auto;
  box-sizing: border-box;
}

.AlertesWrapper .formTitre {
  background: #690;
  text-align: center;
}

/*** progress bar  ***/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  text-align: center;
  padding: 0;
}

#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  margin: 0 1rem;
  /* width: 33.33%; */
  /* float: left; */
  position: relative;
  display: inline-block;
  text-align: center;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #333;
  background: white;
  border-radius: 3px;
  /* margin: 0 auto 5px auto; */
}

#progressbar .progress1:before {
  background: #a3d39c;
  color: #fff;
}

#step2:checked ~ #progressbar .progress2:before {
  background: #a3d39c;
  color: #fff;
}

#step2:checked ~ #progressbar .progress1:before {
  color: #333;
  background: white;
}

.alertBtnWrapper .prevBtn {
  border-bottom: 3px solid #669900;
}

.AlertesWrapper .listComponent {
  padding: 0;
  text-align: center;
}

.AlertesWrapper .RadInput_Metro .riTextBox {
  padding: 1rem 0.2rem 0.5rem;
}

.infosTel input *, .infosTel input *:after, .infosTel input *:before {
  box-sizing: border-box;
}

.infosTel input {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  line-height: normal;
}

.infosTel {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 1em;
  max-width: 350px;
  width: calc(100% - 2em);
  vertical-align: top;
}

.infosTel input {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  border-radius: 0;
  color: #aaa;
  font-weight: 400;
  font-family: "neo-sans", sans-serif;

  /* for box shadows to show on iOS */
  width: 100%;
  background-color: #d0d1d0;
  border: 2px solid transparent;
  -webkit-transition: background-color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, border-color 0.25s;
  margin: 5px 8px;
  font-size: 0.9rem;
  line-height: 0.9rem;
  padding: 0.5rem 0.6rem 0.65rem;
  min-width: 80px;
  background: #f1f1f1;
  border-radius: 3px;
  border: 1px solid #c6c6c6;
}

.infosTel input:focus {
  outline: none;
}

.infosTel label {
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 70.25%;
  width: 100%;
  position: absolute;
  top: 3px;
  left: 0;
  text-align: center;
}

.infosTel span:first-of-type {
  width: 100% !important;
}

.blocForm2 button {
  vertical-align: middle;
}

/* Position the checkbox in upper left corner & hide */
#step1, #step2 {
  position: absolute;
  visibility: hidden;
}

/*****/
.NoDataLink {
  display: inline-block;
}


/* saffari */


.HtmlSafariMobile {
    position: fixed!important;
}
.HtmlSafariMobile .SouscriptionOffreWrapper .rptItem.selected {
    margin-bottom: 0!important;
}
.HtmlSafariMobile .SouscriptionOffreWrapper .listElementOffre > li:last-of-type {
    padding-bottom: 55px!important;
}


@media not all and (min-resolution: 0.001dpcm) and (max-width: 768px) {


  .SouscriptionOffreWrapper .listElementOffre > li:last-of-type{
  padding-bottom: 55px!important;
  }

  .SouscriptionOffreWrapper .rptItem.selected{
    margin-bottom: 0!important;
    padding-bottom: 0!important;
  }
}


@supports (-webkit-touch-callout: none) {
  .SouscriptionOffreWrapper .listElementOffre > li:last-of-type{
  padding-bottom: 55px!important;
  }

  .SouscriptionOffreWrapper .rptItem.selected{
    margin-bottom: 0!important;
    padding-bottom: 0!important;
  }
}
