* {
  margin: 0;
  padding: 0;
}



.inputError{
  background-color: rgba(232, 154, 149,0.5)!important;
}

:root {
  --error-color: #699196;
  --primary-color: #025159;
  --secondary-color: #44BCC9;
  --white-color: #F2F6F7;
}
table {
  border-collapse: collapse;
}
img {
  border: 0;
  vertical-align: middle;
}
/* popup linxo  */
.gif_popup_linxo{
    max-width: 48%!important;
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none;
}

.fs-small {
  font-size: small;
  color: gray;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel] {
  padding-right: 2px;
}

.toggle-password {
  position: relative;
  cursor: pointer;
}

.width-100 {
  width: 100% !important;
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  font-family: 'opensansregular';
  font-size: 13px;
}

.icon-eye {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 10px;
  right: 13px;
  transform: translateY(50%);
  width: 20px;
  color: black;
  transition: all 0.2s;
}

.eye-password {
  position: relative;
  width: 100%;
}

.eye-password .toggle-password {
  display: flex;
  position: absolute;
  top: 13px;
  right: 10px;
  width: 20px;
  color: black;
}

.toggle-password.show i:before {
  content: "\f070";
  /* Code pour l'icône de l'œil fermé de Font Awesome */
}

input:read-only {
  font-weight: bold;
  background-color: #DCDCDC !important;
  color: back;
}

.dropdown {
  background-color: white;
  position: absolute;
  background-color: white;
  width: 232px;

}

.dropdown li {
  border: 1px solid black;
  cursor: pointer;
  list-style-type: none;
  height: 20px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  width: 340px;
}

.dropdown li:hover {
  background-color: lightsteelblue;
}

.dropdown ul {
  margin: 0;
  padding: 0;
  width: 100%;
}


@media screen and (min-width: 320px) and (max-width: 799px) {
  .dropdown li {
    width: 270px;
    height: 30px;
  }
}

/* bleu : 025159 */

html {
  background-color: #FFF;
  font-size: 100%;
  color: #000;
  height: 100%;
  min-height: 100vh;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  color: #000;
  height: 100%;
  min-height: 100vh;
}

.clear {
  clear: both;
}

.opensanslight {
  font-family: opensanslight;
}

.opensansregular {
  font-family: opensansregular;
}

.opensanssemibold {
  font-family: opensanssemibold;
}

.taille30 {
  font-size: 30px;
}

.taille20 {
  font-size: 20px;
}

.taille18 {
  font-size: 18px;
}

.taille16 {
  font-size: 16px;
}

.taille15 {
  font-size: 15px;
}

.taille14 {
  font-size: 14px;
}

.taille12 {
  font-size: 12px;
}

.taille10 {
  font-size: 10px;
}

.taille8 {
  font-size: 8px;
}

.uppercase {
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: #025159;
}

.noir {
  color: #000;
}

.blanc {
  color: #FFF;
}

.bleu {
  color: #025159;
}

.bleuClair {
  color: #44BCC9;
}

.bleuFonce {
  color: #2D3E40;
}

.rouge {
  color: #F00;
}

.grisFonce {
  color: #444;
}

.vert {
  color: #030;
}

.fondBlanc {
  background-color: #FFF;
}

.fondGris {
  background-color: #F2F6F7;
}

.fondGrisClair {
  background-color: #F6F6F6;
}

.fondF2F6F7 {
  background-color: #F2F6F7;
}

.gauche {
  text-align: left;
}

.centre {
  text-align: center;
}

.droite {
  text-align: right;
}

.gras {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.italique {
  font-style: italic;
}

.barre {
  text-decoration: line-through;
}

.souligne {
  text-decoration: underline;
}

.pointer,
.curseur {
  cursor: pointer;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.absolute {
  position: absolute;
}

.hidden {
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.displayNone,
#infoBandeau.displayNone {
  display: none;
}

.displayBlock {
  display: block;
}

.displayFlex {
  display: flex;
}

.flexWrap {
  flex-wrap: wrap;
}

.flexNoWrap {
  flex-wrap: nowrap;
}

.flexDirection {
  flex-direction: column;
}

.flexDirectionReverse {
  flex-direction: column-reverse;
}

.flexDirectionRowReverse {
  flex-direction: row-reverse;
}

.alignItems {
  align-items: center;
}

.alignEnd {
  align-items: flex-end;
}

.alignSelfCenter {
  align-self: center;
}

.justifyContentCenter {
  justify-content: center;
}

.justifyContentAround {
  justify-content: space-around;
}

.justifyContentBetween {
  justify-content: space-between;
}

.justifyContentEnd {
  justify-content: flex-end;
}

.flexAllSpace {
  flex: 1 1 auto;
}

.fitContent {
  width: fit-content;
}

.erreurChamp {
  color: #FF0000;
}

.decallageGauche {
  padding-left: 20px;
}

.champErreur,
.formfield-select input.champErreur {
  background-color: #EDC0C0 !important;
  /*background-image:url(images/fondChamp.gif);*/
  background-repeat: repeat-y;
  border-radius: 7px;
}

.centreHorizontal {
  margin-left: auto;
  margin-right: auto;
}

.centPc {
  width: 100%;
}

.borderE0E0E0 {
  border: 1px solid #E0E0E0;
}

.contenu {
  max-width: 1080px;
  margin: 0 auto;
}

.contenuEquipement {
  margin: 0 130px;
}

.blocTitreBarreProgression {
  padding-top: 30px;
}

.barreProgression {
  flex: 1;
}

.barreProgressionEtape {
  width: 133px;
}

.rondPlein {
  height: 31px;
  width: 31px;
  background-color: #025159;
  border: 1px solid #025159;
  border-radius: 50%;
}

.rondVide {
  height: 31px;
  width: 31px;
  background-color: transparent;
  border: 1px solid #025159;
  border-radius: 50%;
}

.rondVert {
  height: 15px;
  width: 15px;
  background-color: #48ff00;
  border: 1px solid #48ff00;
  border-radius: 50%;
}

.nombrePlein {
  color: #FFF;
}

.nombreVide {
  color: #025159;
}

.traitPlein {
  height: 5px;
  width: 50px;
  background-color: #025159;
}

.traitVide {
  height: 1px;
  width: 50px;
  background-color: transparent;
}

.traitFin {
  height: 1px;
  width: 50px;
  background-color: #025159;
}

.textAvantLienRetourMenu {
  color: #2D3E40;
}

.lienRetourMenu {
  color: #2D3E40;
  text-decoration: underline;
}

.basketProgress {
  padding-top: 30px;
}

.basketProgress .block-one-third {
  position: relative;
}

.basketProgress .line {
  height: 1px;
  width: 100%;
  background-color: #025159;
  margin-top: 25%;
  padding: 0 1px;
}

.basketProgress .line.active {
  margin-top: calc(25% - 2px);
  height: 5px;
}

.basketProgress .backgroundChip {
  display: none;
}

.basketProgress .chipLine {
  position: absolute;
  z-index: 1;
}

.basketProgress .chipLine.left {
  right: 50%;
  width: 50%;
}

.basketProgress .chipLine.right {
  left: 50%;
  width: 50%;
}

.basketProgress .chip {
  width: 32px;
  height: 32px;
  color: #025159;
  background-color: #FFF;
  border: 1px solid #025159;
  border-radius: 50%;
  font-family: 'opensanssemibold';
  text-align: center;
  line-height: 32px;
  margin: auto;
  position: inherit;
  z-index: 3;
}

.basketProgress .chip.active {
  color: #FFF;
  background-color: #025159;
}

.basketProgress .text {
  color: #025159;
  font-family: 'opensansregular';
  text-align: center;
  white-space: nowrap;
  margin-top: 5px;
  display: flex;
  justify-content: center;
}

.basketProgress .text.actual {
  font-family: 'opensanssemibold';
}

.basketContent {
  justify-content: flex-end;
  align-items: flex-end;
}

.basketContentTitle {
  align-self: flex-start;
}

.basketContentTitle a {
  color : black;
}

.basketContentTitle a:hover {
  color : var(--primary-color);
}

.basketContentCategoryTitle {
  margin: 10px 0 !important;
}

.basketContentDetails,
.basketContentDetails a,
.basketContentDetails label {
  font-size: 13px;
}

.basketContentDetails>div:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 1100px) {

  .basketProgress {
    position: relative;
    left: -5%;
  }

  .basketProgress .block-one-fifth .block-one-third:last-child {
    display: none;
  }
}

@media screen and (max-width: 700px) {

  .pagesPanier h1 {
    display: none;
  }

  .basketProgress {
    margin-bottom: 30px;
  }

  .basketProgress .block-one-fifth:not(.actual) {
    display: none;
  }

  .basketProgress .block-one-fifth.actual {
    width: 100% !important;
  }

  .basketProgress .line,
  .basketProgress .chip:not(.actual),
  .basketProgress .text:not(.actual) {
    display: none;
  }

  .basketProgress .block-one-fifth .block-one-third {
    display: flex;
    flex-wrap: nowrap;
  }

  .basketProgress .backgroundChip.actual {
    position: absolute;
    left: -52px;
    top: -2px;
    display: flex;
    width: 38px;
    height: 38px;
    border-radius: 50%;
  }

  .basketProgress .backgroundChip.step1 {
    background: linear-gradient(332deg, #FFF 50%, transparent 50%), linear-gradient(270deg, #025159 50%, #FFF 50%);
  }

  .basketProgress .backgroundChip.step2 {
    background: linear-gradient(90deg, #FFF 50%, transparent 50%), linear-gradient(42deg, #FFF 50%, #025159 50%);
  }

  .basketProgress .backgroundChip.step3 {
    background: linear-gradient(132deg, transparent 50%, #025159 50%), linear-gradient(90deg, #FFF 50%, #025159 50%);
  }

  .basketProgress .backgroundChip.step4 {
    background: linear-gradient(212deg, transparent 50%, #025159 50%), linear-gradient(90deg, #FFF 50%, #025159 50%);
  }

  .basketProgress .backgroundChip.step5 {
    background-color: #025159;
  }

  .basketProgress .chip.actual {
    position: absolute;
    left: -50px;
    background-color: #F2F6F7;
    color: #025159;
    border-color: transparent;
    display: flex;
    justify-content: center;
  }


}

/* buttons */

.link-primary {
  color: #025159;
  font-family: 'opensansregular';
  font-size: 14px;
  text-decoration: underline;
}

.link-primary-12 {
  color: #025159;
  font-family: 'opensansregular';
  font-size: 12px;
  text-decoration: underline;
}

.link-secondary {
  color: #000;
  font-family: 'opensanslight';
  font-size: 14px;
  text-decoration: underline;
}

.button {
  width: 100%;
  height: fit-content;
  border: 1px solid transparent;
  border-radius: 25px;
  color: #000;
  font-family: 'opensansregular';
  font-size: 16px;
  margin: 20px auto;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 15px;
  text-align: center;
}

.button-fit-content {
  width: fit-content;
  height: fit-content;
  border: 1px solid transparent;
  border-radius: 25px;
  color: #000;
  font-family: 'opensansregular';
  font-size: 12px;
  margin: 20px auto;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 15px;
  text-align: center;
}

.button-primary {
  color: #FFF;
  background-color: #025159;
  font-family: 'opensanssemibold';

}

.button-primary:hover {
  color: #025159;
  background-color: #FFF;
  border-color: #025159;
}

.button-secondary {
  color: #025159;
  background-color: #F2F6F7;
  border-color: #025159;
}

.button-secondary:hover {
  background-color: #FFF;
}

.button-accent {
  background-color: #44BCC9;
  color: #FFF;
}

.button-accent:hover {
  background-color: #FFF;
  color: #44BCC9;
  border-color: #44BCC9;
}

.button:disabled {
  border: 1px solid black;
  background-color: grey;
  color: white;
  cursor: not-allowed;
}

.button-small {
  font-family: 'opensansregular';
  font-size: 13px;
  padding: 5px 15px;
  margin: 10px auto;
}

.button-to-anchor {
  width: calc(95% - 30px);
  font-family: 'opensansregular';
  font-size: 14px;
  padding: 10px 15px;
  margin: 10px auto;
  background-color: #F2F6F7;
  line-height: 22px;
  justify-content: start;
}

.button-to-anchor img {
  width: 22px;
  margin-left: 5px;
  margin-right: 10px;
}

/* blocks */

.block-full {
  display: flex;
  align-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}

.block-full>div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-full img {
  max-width: 100%;
  /*height: fit-content;*/
}

/* .block-full  p{
	display: contents;
} */

[class^="block-"].displayNone {
  display: none !important;
}

.block-full.vertical-align {
  align-items: center;
}

.block-near-full {
  width: 90%;
}

.block-half {
  width: 50%;
}

.block-two-thirds {
  width: 66.6%;
}

.block-forty {
  width: 40%;
}

.block-one-third {
  width: 33.3%;
}

.block-thirty {
  width: 30%;
}

.block-three-quarter {
  width: 75%;
}

.block-one-quarter {
  width: 25%;
}

.block-one-fifth {
  width: 20%;
}

.block-three-fifth {
  width: 60%;
}

.block-four-fifth {
  width: 80%;
}

.block-five-sixth {
  width: 83.4%;
}

.block-one-sixth {
  width: 16.6%;
}

.block-one-seventh {
  width: 15%;
}

.block-content {
  width: calc(100% - 80px);
  margin: 0 0 20px 20px;
  padding: 30px;
  border-radius: 10px;
}

.block-content-reduced {
  width: calc(100% - 30px);
  margin: 10px 10px;
  padding: 15px;
  align-items: center;
}

.centered-content {
  justify-content: center;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.block-content.no-margin.no-padding {
  width: 100%;
}

.desktop-only {
  /* display: block; */
}

.mobile-only {
  display: none;
}

.block-content h4 {
  font-family: 'opensanslight';
  margin: 10px auto;
}

.blocLignesPanier>div:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #025159;
}

.blocAjoutProduitPanier .block-content {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}

.blocAjoutProduitPanier .block-content>.block-full:last-child {
  align-items: end;
}

.blocAjoutProduitPanierPhoto {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blocReinsuranceAccount,
.blocCommunicationsDonnees {
  margin-top: 40px;
}

.blocCommunicationsDonnees p {
  text-align: center;
}

.blocReinsuranceAccount p {
  display: initial;
  font-size: 14px !important;
  text-align: center;
  line-height: 22px;
}

.blocReinsuranceAccount picture {
  margin-bottom: 16px;
}

.blocReinsuranceAccount .block-full,
.blocReinsuranceAccount .block-one-third {
  justify-content: center;
}

.blocUspsPopup h3,
.blocUspsPopup>div {
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {

  .button-secondary {
    margin: 10px auto;
  }

  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: initial;
  }

  /*.block-half:not(.same-on-mobile){
        width: 100% !important;
    }*/

  .block-one-seventh:not(.same-on-mobile) {
    width: 25%;
  }

  .block-one-sixth:not(.same-on-mobile) {
    width: 50% !important;
  }

  .block-forty:not(.same-on-mobile),
  .block-three-quarter:not(.same-on-mobile),
  .block-three-fifth:not(.same-on-mobile) {
    width: 100%;
  }

  /*.block-thirty:not(.same-on-mobile),
	.block-one-third:not(.same-on-mobile),
    .block-two-thirds:not(.same-on-mobile),
	.block-a-quarter:not(.same-on-mobile),
	.block-one-quarter:not(.same-on-mobile){
        width: 50%;
    }*/

  .block-full-mobile {
    width: 100% !important;
  }

  .block-near-full-mobile {
    width: 95% !important;
  }

  .block-content {
    width: calc(100% - 30px);
    margin: 0 5px 10px 5px;
    padding: 10px 15px 20px 15px;
  }

  .block-content-reduced>div:last-child {
    align-self: baseline;
  }

  .block-full .block-full-mobile:not(:first-child) {
    margin-top: 20px;
  }

  .block-content h2,
  .block-content h3 {
    padding-top: 40px;
  }

  .zoneTotalPanierCommander:first-child {
    display: none;
  }

  .barreProgression {
    display: none;
  }

  .blocTitreBarreProgression {
    padding-top: 0px;
  }

  .mesCommandes {
    display: flex;
    border-bottom: 1px solid #F2F6F7;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .mesCommandes thead,
  .mesCommandes tbody {
    width: 50% !important;
    display: flex;
  }

  .mesCommandes th,
  .mesCommandes td {
    display: block;
    padding: 0 0 5px 0 !important;
  }

  .libelleCommander {
    width: 100%;
  }

  .libelleCommander+[class^="block-"] {
    width: 100%;
  }

  .block-price-agec {
    margin-top: 0;
  }
}

.historiqueMaCommande {
  width: fit-content;
  font-size: 14px;
  overflow: auto;
}

.historiqueMaCommande th {
  text-align: left;
  padding-right: 10px;
  padding-top: 1rem;
  overflow: hidden;
}

.historiqueMaCommande td {
  vertical-align: top;
  padding-right: 10px;
  padding-top: 1rem;
  overflow: hidden;
}

.historiqueMaCommande .description {
  width: 200px;
}

.historiqueMaCommande .nowrap {
  white-space: nowrap;
}


@media screen and (max-width: 1100px) {

  .historiqueMaCommande {
    width: fit-content;
  }
}


#infoBandeau {
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  color: #FFF;
  background-color: #343434;
  position: fixed;
  top: 0;
  z-index: 17;
  width: 100%;
  font-family: opensansregular;
  font-size: 14px;
}

#infoBandeau a {
  color: #FFF;
  text-decoration: underline;
}

#fermeInfoBandeau {
  position: absolute;
  height: 30px;
  right: 20px;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#fermeInfoBandeau img {
  width: 18px;
  cursor: pointer;
}

.header {
  position: fixed;
  top: 0;
  height: 50px;
  width: 100%;
  z-index: 16;
  background-color: transparent;
  color: #FFF;
  font-family: opensanssemibold;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.topHeader1 {
  top: 0;
}

.topHeader2,
.sousMenus.topHeader2 {
  top: 30px;
}
@media screen and (max-width: 750px) {
.sousMenus.topHeader2 {
  top: 0;
}
}
.fondSousMenu {
  background-color: #000;
  opacity: 0.5;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 15;
  top: 0;
}

.zoneGaucheHeader {
  width: 175px;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.sousMenuNP .zoneGaucheHeader {
  width: auto;
}

.zoneCentreHeader {
  width: 290px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 950px) {
  .logoOrigineHeader{
transform: translateX(70px) !important; /*Alignement du logo origine sur le bandeau Menu*/
}
}


.zoneCentreHeader a.logoOrigineHeader {
  width: 133px;
  height: 14px;
  background-image: url(images/logo-origine-blanc.svg);
  background-size: contain;
  -webkit-background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

.zoneCentreHeader a.logoPrymahlHeader {
  width: 133px;
  height: 14px;
  background-image: url(images/logo-prymahl-blanc.svg);
  background-size: contain;
  -webkit-background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

.zoneDroiteHeader {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 290px;
  padding-right: 25px;
}

.blocLogoRecherche {
  padding: 0 20px 0 0;
}

.logoRecherche {
  width: 17px;
  height: 17px;
  background-image: url(images/loupe_blanc.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.blocLogoPanier {
  padding: 0 10px;
}
.logoPanier {
  width: 17px;
  height: 17px;
  background-image: url(images/panier_blanc.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.quantiteDansPanierHeader {
  color: white;
}

.blocLogoCompte {
  padding: 0 20px;
}

.logoCompte {
  width: 17px;
  height: 17px;
  background-image: url(images/bonhomme_blanc.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.logoTel {
  width: 17px;
  height: 17px;
  background-image: url(images/telephoneBlanc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}

.blocTelBandeau {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.telBandeau {
  display: flex;
  flex-wrap: wrap;
  width: 135px;
  height: 24px;
  border-radius: 12px;
  border: 1px solid #FFF;
  font-size: 12px;
  text-align: center;
  align-items: center;
}

.telBandeau p {
  width: 100%;
}

.telBandeau a {
  color: #FFF;
}

.zoneDroiteHeader a {
  height: 17px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.zoneDroiteHeader .telBandeau a {
  display: block;
}

.zoneDroiteHeader img {
  height: 100%;
}

.headerOver .logoRecherche,
.headerBleu .logoRecherche,
.header:hover .logoRecherche {
  background-image: url(images/loupe_bleu.svg);
}

.headerOver .logoPanier,
.headerBleu .logoPanier,
.header:hover .logoPanier {
  background-image: url(images/panier_bleu.svg);
}

.headerOver .logoCompte,
.headerBleu .logoCompte,
.header:hover .logoCompte {
  background-image: url(images/bonhomme_bleu.svg);
}

.headerOver .logoTel,
.headerBleu .logoTel,
.header:hover .logoTel {
  background-image: url(images/telephoneBleu.svg);
}

.headerOver .zoneCentreHeader a.logoOrigineHeader,
.headerBleu .zoneCentreHeader a.logoOrigineHeader,
.header:hover .zoneCentreHeader a.logoOrigineHeader {
  background-image: url(images/logo-origine-bleu.svg);
}

.headerOver .zoneCentreHeader a.logoPrymahlHeader,
.headerBleu .zoneCentreHeader a.logoPrymahlHeader,
.header:hover .zoneCentreHeader a.logoPrymahlHeader {
  background-image: url(images/logo-prymahl-noir.svg);
}

.headerOver .telBandeau,
.headerBleu .telBandeau,
.header:hover .telBandeau {
  border: 1px solid #025159;
  background-color: #025159;
  color: #FFF;
}

.headerOver .menu1,
.headerBleu .menu1,
.header:hover .menu1,
.headerOver .quantiteDansPanierHeader,
.header:hover .quantiteDansPanierHeader,
.headerBleu .quantiteDansPanierHeader {
  color: #025159;
}

.headerOver .motMenu,
.header:hover .motMenu,
.headerBleu .motMenu {
  color: #025159;
}

.headerOver .header,
.headerBleu .header,
.header:hover {
  background-color: #FFF;
  box-shadow: 0 0 6px 0 #9C9C9C;
}

.headerOver #footerBandeauContact,
.headerBleu #footerBandeauContact {
  background-color: #FFF;
  box-shadow: 0 0 6px 0 #9C9C9C;
  display: flex;
}

.topHeader3 {
  top: 50px;
}

.topHeader4 {
  top: 80px;
}

.topHeader3b {
  top: 100px;
}

.topHeader4b {
  top: 130px;
}

.popupHoraires {
  top: 30px;
  right: 0;
  padding: 10px;
  width: 290px;
  background-color: #FFF;
  color: #000;
}

@media screen and (min-width: 950px) {
  .telBandeau:hover+.popupHoraires {
    display: flex;
  }
}

.popupPaysDifferent {
  position: fixed;
  z-index: 80;
  background-color: white;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  
}

.popupPaysDifferent .bodyPopupPaysDifferent {
  margin-top: 50px;
  width: 100%;
  padding: 1rem 0;
}

.menuRecherche {
  position: fixed;
  height: 50px;
  width: 100%;
  z-index: 13;
  background-color: #FFF;
  border-bottom: 1px solid #bbb;
}

#fermerRecherche {
  top: 15px;
  right: 30px;
}

.fauxChampRecherche {
  border: 1px solid #025159;
  border-radius: 15px;
  height: 30px;
  max-width: 350px;
  width: 95%;
}

.champRecherche {
  border: none;
  background-color: transparent;
  height: 30px;
  padding: 0 20px;
  width: calc(100% - 40px);
}

.boutonLoupe {
  right: 10px;
  top: 7px;
  border: none;
  background-color: transparent;
}

.menuSousFamille {
  position: fixed;
  height: 50px;
  width: 100%;
  z-index: 13;
  background-color: #FFF;
  color: #000;
  border-bottom: 1px solid #bbb;
}

.liensMenuSousFamille {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-right: 5px;
}

.boutonSousFamille {
  padding: 0 20px;
  font-size: 12px;
}

.boutonSousFamille a.lienMenuSousFamille {
  color: #000;
  display: inline-block;
  padding: 10px 0;
}

.boutonSousFamilleClique {
  border-bottom: 4px solid #44BCC9;
  font-family: opensanssemibold;
}



@media screen and (max-width: 950px) {
  .blocLogoRecherche {
    padding: 0 10px 0 0;
  }

  .blocLogoPanier,
  .blocLogoCompte {
    padding: 0 10px;
  }

  .telBandeau,
  .infoBandeauAmasquer {
    display: none;
  }

  .infoBandeauAafficher {
    /*display:inline;*/
    position: absolute;
  }

  .logoTel {
    display: block;
  }

  .zoneDroiteHeader,
  .zoneCentreHeader,
  .zoneGaucheHeader {
    width: auto;
  }

  .blocTelBandeau {
    padding-left: 10px;
  }

  #infoBandeau {
    min-height: 30px;
  }

  #infoBandeau a {
    display: block;
    padding: 0;
  }
}

@media screen and (max-width: 700px) {

  #boutonAvisClients,
  #boutonConfigurer {
    display: none;
  }

  .boutonConfigurerSousFamille {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .zoneGaucheHeader {
    padding-left: 10px;
  }

  .zoneDroiteHeader {
    padding-right: 10px;
  }

  .boutonSousFamille {
    padding: 0 10px;
  }

  #infoBandeau {}
}

@media screen and (max-width: 375px) {
  .blocLogoRecherche {
    display: none;
  }
}

@media screen and (max-width: 340px) {
  .blocTelBandeau {
    display: none;
  }
}



.burger,
.burgerBlanc {
  width: 17px;
  height: 17px;
  background-image: url(images/menu_burger_blanc.svg);
  background-size: contain;
}

.headerOver .burger,
.headerBleu .burger,
.header:hover .burger {
  background-image: url(images/menu_burger_bleu.svg);
}

.sousMenuN1 .burgerClic,
.burgerBlanc {
  background-image: url(images/croix_bleue.svg);
  background-size: contain;
  width: 17px;
  height: 17px;
}

.sousMenus {
  display: none;
  z-index: 17;
  position: fixed;
  height: 100%;
  top: 0;
  background-color: #FFF;
  overflow: auto;
}

.retourMenu {
  width: 17px;
  height: 17px;
  background-image: url(images/fleche_entiere_gauche_bleue.svg);
  display: none;
}

.strRetourMenu {
  padding: 0 0 0 10px;
  display: none;
}

.sousMenuN1 .sousMenuLigne {
  height: 25px;
  padding: 8px 6px;
}

.sousMenuLigneFemme {
  font-family: opensansregular;
  color: #2D3E40;
  padding: 9px 6px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 8px;
}
.imgMenuFemme {
  width: auto; /* largeur du conteneur */
  height: auto; /* hauteur fixe pour limiter l'image */
  overflow: hidden; /* coupe si l'image dépasse */
  margin-top: 720px;
  overscroll-behavior: none;
  position: fixed;
}

.imgMenuFemme img {
  width: 400px;  /* l'image prend toute la largeur du conteneur */
  height: 700px; /* conserve les proportions */
  object-fit: cover; /* ajuste le recadrage si nécessaire */
  border-radius: 5px;
}

.sousMenuLigneFemme[data-niveau="1"]:hover {
    background-color: #ebebeb;
    transition: background-color 0.3s ease;
}

.sousMenuLigneFemme[data-niveau="1"].active {
    background-color: #ebebeb;
    transition: background-color 0.3s ease;
}
@media screen and (max-width : 1340px) {
  #sousSousSousMenuFemme14{
    display:none !important;
  }
}


.titreMenuFemme{
  font-size: 20px;
  color: #000;
  margin: 20px 10px 30px 10px;
  width: 400px;
  font-weight: normal;
}
.veloFemmeLast{
  margin-bottom: 200px !important; 
}
.titreMenuFemme2{
   font-size: 20px;
  color: #000;
  margin: 35px 10px 15px 10px;
  width: 380px;
  font-weight: normal;
  
}
.texteMenuFemme{
  color: black;
  margin: 20px 10px 10px 10px;
  text-decoration: none;
  font-size: 0.9em;
  font-family: "Open Sans", Arial, sans-serif;
}
.veloMenuFemme{
  color: black;
  margin-left:20px;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 0.9em;
  font-family: "Open Sans", Arial, sans-serif;
}

.lienVeloFemme .fleche {
  display: inline-block;
  margin-left: 5px;
  font-size: 20px;       
  font-weight: 100;     
  transition: transform 0.3s ease;
}


.lienVeloFemme:hover .fleche {
  transform: translateX(5px); 
}





.texteSousMenuLigne {
  overflow: hidden;
  width: 330px;
}

.texteMenu {
  height: auto;
  color : #2D3E40;
}

.texteMenu:hover {
  color: #0a6069;
}

.sousMenu {
  display: none;
  position: fixed;
  height: 100%;
  padding: 0 25px 0 25px;
  z-index: 17;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.sousMenuN1 {
  width: 200px;
  background-color: #FFF;
}

.sousMenuN2 {
  width: 200px;
  background-color: #F2F6F7;
  margin-left: 0;
}

.sousMenuN3 {
  width: calc(100% - 550px);
  max-width: 870px;
  background-color: #FFF;
  padding-left: 20px;
  padding-bottom: 50px;
  margin-left: 0;
}

.sousMenuN2 .sousMenuLigne {
  height: 20px;
  width: 100%;
}

.sousMenu::-webkit-scrollbar {
  display: none;
}

.sousMenuLien {
  padding: 6px 0;
}

.blocSousFamilleMenu {
  padding: 10px 0;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .blocSousFamilleMenu {
    flex-direction: column; /* Change l'orientation pour être en colonne sur mobile */
  }

  .descriptionAccueilSousFamilleMenu {
    order: 1; /* Vous pouvez explicitement définir l'ordre ici */
  }

  .photoSousFamilleMenu {
    order: 2; /* Place cette div juste après la description d'accueil */
  }

  /* Ajustez la taille ou le style si nécessaire */
  .texteSousFamilleMenu {
    display: block !important;
    padding-left: 0px !important;
  }

  #sousSousSousMenu11 {
    margin-left: -7px !important;
  }

  .photoSousFamilleMenu {
    width: 100% !important;
  }
}

.blocSousFamilleMenu:hover {
  background-color: #F2F6F7;
  border-radius: 5px;
}

.blocPrixSousFamilleMenu {
  width: 190px;
  padding: 5px 0 0 0;
}

.blocPrixSousFamilleMenu a {
  color: #ffffff;
  display: block;
  width: 100% !important;
}

.flecheMenuDroiteNoire img {
  height: 12px;
}

.descriptionCourteSousFamilleMenu {
  padding: 5px 0;
  justify-content: space-between;
  display: flex;
}

.texteSousFamilleMenu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  grid-template-areas: "info img" "info img" "info img" "info img";
  color: #2D3E40;
  padding-left: 5px;
}
.texteSousFamilleMenuRoue {
  display: block !important;
}

.textRoue {
  color: black !important;
}

.photoSousFamilleMenu {
  width: 245px;
  padding-left: 25px;
  grid-area: img;
}

.photoSousFamilleMenu img {
  height: 160px;
  max-height: 160px;
  border-radius: 5px;
}

.footerSousMenu1 {
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #025159;
  height: 50px;
  width: 200px;
  margin-bottom: 30px; /* Correction : langue dans menu non visible sur ecran moyen */
}

.texteFooterSousMenu1 {
  height: 22px;
}

.texteFooterSousMenu1a {
  width: calc(40% - 15px);
}

.texteFooterSousMenu1b {
  width: calc(55% - 15px);
}

.texteFooterSousMenu1 a {
  color: #84989B;
  font-family: opensanssemibold;
}

.sousMenuLigne {
  font-family: opensansregular;
  color: #2D3E40;
  padding: 9px 6px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 8px;
  height: auto!important;
}
.sousMenuLigne[data-niveau="1"]:hover {
    background-color: #ebebeb;
    transition: background-color 0.3s ease;
}

.sousMenuLigne[data-niveau="1"].active {
    background-color: #ebebeb;
    transition: background-color 0.3s ease;
}

.sousMenuLigne[data-niveau="2"]:hover {
    background-color: #ffffff;
    transition: background-color 0.3s ease;
}

.sousMenuLigne[data-niveau="2"].active {
    background-color: #ffffff;
    transition: background-color 0.3s ease;
}

.sousMenuN3 .sousMenuLigneN2 {
  width: 490px;
  padding-left: 5px;
}

@media screen and (min-width: 1420px) {
  .photoSousFamilleMenu {
    width: 490px;
  }
}

@media screen and (min-width: 500px) {
  .sousMenuN2 {
    margin-left: 250px;
  }
}

@media screen and (min-width: 900px) {
  .sousMenuN3 {
    margin-left: 500px;
  }
}

@media screen and (max-width: 1280px) {
  .btnVoirModele{
    width: 100%!important;
  }
  .btnConfigurer{
    width: 100%!important;
  }

  .photoSousFamilleMenu {
    display: none;
  }

  .blocSousFamilleMenu {
    flex-direction: column;
    width: 400px;
  }

  .blocSousFamilleMenuRoue {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }

  .sousMenuN3 {
    width: 400px;
  }
}

@media screen and (max-width: 900px) {
  .descriptionAccueilSousFamilleMenu {
    display: none;
  }

  .photoSousFamilleMenu {
    display: block;
    width: 350px;
    padding: 0;
  }

  .sousMenuN3 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .sousMenuN3 .sousMenuLigneN2 {
    margin-left: 0;
  }

  .blocSousFamilleMenu {
    width: 100%;
  }

  .sousMenuN3 .retourMenu {
    display: block;
  }

  .sousMenuN3 .strRetourMenu {
    display: block;
    padding-right: 10px;
  }

  .photoSousFamilleMenu img {
    width: 100%;
    height: auto;
  }

  .blocPrixSousFamilleMenu {
    padding: 0 0 10px;
  }
}

@media screen and (max-height: 800px) {
  .sousMenu {
    height: 96vh;
  }
}

@media screen and (max-width: 800px) {

  .sousMenu.sousMenuN1,
  .sousMenu.sousMenuN3 {
    width: 90%;
    height: 100%;
    margin-left: -7px;
  }

  .sousMenuN2 {
    width: calc(100% - 25px);
  }

  .sousMenuN2 .retourMenu {
    display: block;
  }

  .sousMenuN2 .strRetourMenu {
    display: block;
    padding-right: 10px;
  }

  .sousMenu {
    padding: 0 25px 0 25px;
  }
}

.sousMenuLigneLight {
  font-family: opensanslight;
}

.sousMenuN1 .sousMenuLigneLight {
  height: 15px;
  font-size: 14px;
}

.sousMenuLigne:hover {
  color: #025159;
}

.sousMenuLigne a:hover {
  color: #025159;
}

.flecheMenu {
  display: flex;
  height: 15px;
}

.flecheMenu2 {
  display: flex;
  padding-left: 10px;
}

.espacementMenu {
  border-top: 1px solid #2D3E40;
  margin: 10px 0;
}

.titreSousMenuLigne {
  font-family: opensanssemibold;
  color: #2D3E40;
  padding: 9px 0 10px 0;
}

.texteSousMenuLigne {
  font-size: 12px;
  padding: 8px 0;
  color: #2D3E40;
  font-family: opensanslight;
}

.blocColonneSousMenuLigne {
  display: flex;
  flex-wrap: wrap;
}

.colonneSousMenuLigne {
  width: 50%;
}

.colonneSousMenuLigne2lignes {
  padding: 15px 0 0;
}
.colonneSousMenuLigne2 {
  width: 100%;
}

.titreColonneSousMenuLigne {
  font-size: 12px;
  font-family: opensanssemibold;
  padding: 8px 0;
  color: #025159;
}

.titreColonneSousMenuLigne2 {
  font-size: 16px;
  font-family: opensanssemibold;
  padding: 8px 0;
  color: #025159;
}

.titreColonneSousMenuLigne2.titreColonneSousMenuLigne2b {
  padding: 16px 0 8px;
}

.lienColonneSousMenuLigne {
  font-size: 14px;
  font-family: opensanssemibold;
  display: block;
  padding: 8px 0;
  color: #2D3E40;
}

.lienColonneSousMenuLigneConf2 {
  padding: 8px 0 4px;
}

.lienColonneSousMenuLigneConf {
  padding: 0 0 16px 0;
  color: #2D3E40;
}

.lienColonneSousMenuLigneConf a {
  display: inline-block;
  color: #2D3E40;
}

.lienColonneSousMenuLigne2 {
  font-size: 16px;
  font-family: opensanslight;
  display: block;
  padding: 7px 0;
  color: #2D3E40;
}

.lienColonneSousMenuLigne3 {
  font-size: 16px;
  font-family: opensanssemibold;
  display: block;
  padding: 7px 0;
  color: #2D3E40;
}

@media screen and (min-width: 500px) {
  .sousMenuMobile {
    margin-left: 0;
  }

  .burgerBlanc {
    background-image: none;
  }
}

@media screen and (max-width: 900px) {
  .lienColonneSousMenuLigne {
    padding-left: 25px;
  }
}

@media screen and (max-width: 450px) {
  .sousMenus {
    width: 100%;
  }

  .sousMenu {
    width: calc(100% - 50px);
  }

  .texteSousMenuLigne {
    width: calc(100% - 15px);
  }

  .footerSousMenu1 {
    width: calc(100% - 15px);
    z-index: 10;
  }
}

/* Debut Diaporama */
.fondDiapo img {
  width: 100%
}

.pointDiapo {
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #999;
  border-radius: 4px;
  vertical-align: middle;
  margin: 0 10px;
}

.diapoFleche {
  opacity: 0.7;
  background-color: #20485A;
  font-size: 25px;
  position: absolute;
  top: 50%;
  z-index: 15;
  height: 30px;
  border-radius: 15px;
  line-height: 30px;
  transform: translateY(-50%);
}

.diapoGauche {
  left: 30px;
  width: 27px;
  padding-right: 3px;
}

.diapoDroite {
  right: 30px;
  width: 28px;
  padding-left: 2px;
}

#pause {
  display: inline-block;
  width: 2px;
  height: 8px;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}

#lecture {
  display: none;
  width: 0;
  border-left: 5px solid #000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
}

.titreDiapo {
  color: #0F89C6;
  font-size: 2em;
  padding: 0 0 10px;
}

.fondDiapo {
  width: 100%;
  height: auto;
  min-height: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  /*display:none;*/
}

.zoneDiapos {
  overflow: hidden;
}

/*
Modif Damien
*/
.zoneDiaposMobile {
  overflow: hidden;
}

.bandeauDiapoV2 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

/*
Modif Damien
*/
.bandeauDiapoMobile {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.diapo1V2 {
  position: relative;
  float: left;
}

.diapo1V2 img {
  filter: opacity(95%);
}

.ppDiapo {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 3;
  top: 0;
  background-attachment: fixed;
  position: absolute;
  line-height: normal;
}

.ppDiapo3 a {
  margin: 0 0 15px;
  display: inline-block;
}

.boutonDiapo {
  background-color: #20485A;
  color: #FFFFFF;
  line-height: 1.8;
  display: block;
  border-radius: 6px 6px 0 0;
  padding: 0 6px 0 6px;
}

.boutonDiapoBas {
  background-color: #D6DBDB;
  color: #000;
  line-height: 1.8;
  display: block;
  border-radius: 0 0 6px 6px;
  padding: 0 6px 0 6px;
}

.ppDiapo2 {
  width: 100%;
  height: 100%;
  position: relative;
}

.ppDiapo3 {
  text-align: center;
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.positionTexteGauche {
  z-index: 4;
  left: 10%;
}

.positionTexteCentre {
  width: 100%;
}

.positionTexteDroite {
  z-index: 4;
  right: 10%;
}

.blocDiapoPetiteV2 {
  position: relative;
  top: -85px;
  overflow-x: hidden;
  font-size: 0;
  z-index: 5;
  width: 100%;
}

.zoneDiapo2 {
  overflow-x: hidden;
  width: 15000px;
  white-space: nowrap;
  display: flex;
}

.diapoTempPetite {
  width: 442px;
  padding: 0 17px;
  flex: 0 0 auto;
  font-size: 0;
  position: relative;
}

.diapoTempPetite a {
  display: inline-block;
  background-color: #000;
  border-radius: 10px;
  position: relative;
}

.diapoTempPetite img {
  filter: opacity(70%);
  position: relative;
  border-radius: 10px;
}

.diapoTempPetite img:hover {
  filter: opacity(100%);
}

.texteDiapoTempPetite {
  font-size: 16px;
  padding: 5px 0 0 0;
}

.zoneFlecheDiapo {
  position: absolute;
  z-index: 11;
  width: 100%;
  display: none;
}

.flecheGauche {
  position: absolute;
  z-index: 12;
  left: 5px;
  cursor: pointer;
  display: none;
}

.flecheDroite {
  position: absolute;
  z-index: 12;
  right: 5px;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 1000px) {
  .blocDiapoPetiteV2 {
    top: 0;
  }

  .diapoTempPetite {
    width: 300px;
  }

  .diapoTempPetite img {
    width: 100%;
  }

  .zoneDiapo {
    overflow-x: scroll;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {

  .fisrtElementlistProduct {
    position: relative !important;
    z-index: 1 !important;
    left: 0 !important;
  }

  .emptyFirst {
    display: none !important;
  }
}

@media screen and (max-width: 500px) {

  .bandeauDiapoV2,
  .flecheVersBasHeader {
    /* display:none; */
  }

  .headerCarrousel {
    display: block;
  }

}

/* Fin diaporama */

.ariane {
  color: #2D3E40;
  padding: 25px 0 0 0;
}

.ariane a {
  color: #2D3E40;
}

.zoneBouton1 {
  display: flex;
  flex-wrap: wrap;
}

.flex-gap1 {
  gap: 1rem;
}

.bouton1 {
  color: #025159;
  height: 40px;
  border: 1px solid #025159;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 20px;
}

.boutonBlancSansFond {
  color: #025159;
  height: 40px;
  background-color: white;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 20px;
}

.bouton2[disabled],
.bouton2:hover[disabled] {
  border: 1px solid black;
  background-color: grey;
  color: white;
  cursor: not-allowed;
}

.bouton2 {
  cursor: pointer;
  color: #FFF;
  height: 40px;
  background-color: #025159;
  border: 1px solid #025159;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 20px;
}

.bouton2.choisirMonModele {
  background-color: #FFF !important;
  color: black !important;
}

.bouton2#boutonEnvoyer2 {
  display: none;
}

.bouton1:hover {
  color: #FFF;
  background-color: #025159;
}

.bouton2:hover {
  color: #025159;
  background-color: #FFF;
}

.bouton2b {
  color: #FFF;
  min-height: 25px;
  height: auto !important;
  background-color: #44BCC9;
  border: 1px solid #44BCC9;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 10px;
  font-size: 12px;
  
}

.bouton2b:hover {
  color: #44BCC9;
  background-color: #FFF;
}

.boutonDesactive {
  color: #FFF;
  height: 40px;
  background-color: #888;
  border: 1px solid #888;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 10px;
  font-size: 12px;
}

.blocLienFleche {
  display: inline-block;
}

.blocLienFlecheSousFamille {
  padding-left: 50px;
}

.lienFleche {
  font-family: opensansregular;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flecheLienBleu {
  background: url(images/fleche_droite_bleue.svg) no-repeat center center;
}

.flecheLienBlanc {
  background: url(images/fleche_droite_blanche.svg) no-repeat center center;
}

.flecheLien {
  padding-left: 10px;
  /*background-size: cover;*/
  width: 12px;
  height: 12px;
  transition: all .3s;
}

.lienFleche:hover {
  text-decoration: underline;
}

.lienFleche:hover .flecheLien {
  padding-left: 20px;
}

.blocTexteRef:not(:first-child) {
  display: none;
}

.h2TexteRef {
  padding: 0 0 15px;
}

.paragrapheTexteRef {
  padding: 0 0 20px;
}




.imageHeader {
  height: 100vh;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.imageHeader.imageHeader75 {
  height: 75vh;
}

.flecheVersBasHeader {
  position: absolute;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background: url(images/flecheVersBas.gif) no-repeat center center;
  background-size: contain;
  left: calc(50% - 25px);
  transform: translateY(-50%);
  z-index: 15;
  cursor: pointer;
}

.flecheVersBasHeaderAccueil {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(images/flecheVersBas.gif) no-repeat center center;
  background-size: contain;
  left: calc(50% - 25px);
  transform: translateY(-50%);
  z-index: 15;
  cursor: pointer;
}

.blocTitreH1a {
  padding: 0 0 0 100px;
}

h1.h1ImageHeader {
  color: #FFF;
  font-family: opensanslight;
  font-size: 45px;
  font-weight: normal;
}

.titreH1Gras {
  font-family: opensanssemibold;
}

.sousTitreImageHeader {
  font-family: opensanslight;
  font-size: 20px;
  color: #FFF;
}

h1.h1Panier {
  color: #000;
  font-family: opensanslight;
  font-size: 36px;
  font-weight: normal;
  padding-top: 20px;
}

h1.h1PageTexte {
  color: #000;
  font-family: opensanslight;
  font-size: 36px;
  font-weight: normal;
  padding-top: 20px;
}

h1.h1PageRecherche {
  color: #000;
  font-family: opensanslight;
  font-size: 36px;
  font-weight: normal;
  padding-top: 150px;
}

h1.h1PageSaisieTailles {
  color: #000;
  font-family: opensanslight;
  font-size: 36px;
  font-weight: normal;
  padding-top: 10px;
}

h1.h1PageEquipement {
  color: #000;
  font-family: opensanslight;
  font-size: 36px;
  font-weight: normal;
  padding-top: 30px;
}

h2.h2PageTexte {
  color: #000;
  font-family: opensanslight;
  font-size: 30px;
  font-weight: normal;
  padding: 20px 0 35px 50px;
}

h3.h3PageTexte {
  color: #000;
  font-family: opensanssemibold;
  font-size: 18px;
  font-weight: normal;
  padding-left: 132px;
  padding-top: 20px;
  padding-bottom: 35px;
}

h2.h2PageTexte2 {
  font-size: 18px;
  font-weight: normal;
  padding: 20px 0 35px 50px;
}

.imagePageTexte {
  width: 100%;
  padding: 80px 0 0 0;
}

.paragraphePageTexte {
  margin: 0 132px 50px;
}

.imageDecorPageTexte {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.videoHeader {
  /* display:none; */
}

@media screen and (min-width: 960px) {
  .imageHeaderMasquable {
    display: none;
  }

  .videoHeader {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  blocTitreH1a {
    top: 85%;
  }
  h1.h1PageTexte {
    padding-top: 50px;
    font-size: 30px;
  }

  h1.h1PageEquipement {
    font-size: 30px;
  }

  h1.h1PageTexte.headerSansImage {
    padding-top: 20px;
  }

  h2.h2PageTexte {
    padding-left: 15px;
    font-size: 25px;
  }

  h3.h3PageTexte {
    padding-left: 30px;
  }

  .paragraphePageTexte {
    margin: 0 30px;
  }
}

@media screen and (max-width: 600px) {
  .blocTitreH1a {
    visibility: hidden;
    padding: 10%;
  }


  h1.h1ImageHeader {
    visibility: visible;
    font-size: 28px;
    display: flex;
  }

  .sousTitreImageHeader {
    visibility: visible !important;
    color: white;
    font-size: 18px;
  }

  .custom-card-details {
    width: 100% !important;
    gap: 1em !important;
    justify-content: center !important;
    margin-left: -1em;
  }
}



.blocBesoinAide {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
.blocBesoinAideConfigurateur {
  position: fixed;
  bottom: 0;
  left: 100px;
  z-index: 5;
}
.pointInterrogation {
  position: absolute;
  bottom: 55px;
  right: 20px;
  width: 50px;
  height: 50px;
  /*background: url(images/point_interrogation.svg) no-repeat center center;*/
  background: url(images/tel.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}


.besoinAide {
  background-color: #025159;
  color: #FFF;
  position: absolute;
  bottom: 65px;
  right: 45px;
  width: 233px;
  height: 315px;
  padding: 20px;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  display: none;
}

.besoinAideConfigurateur {
    background-color: #025159;
  color: #FFF;
  position: absolute;
  bottom: 65px;
  left: -35px;
  width: 233px;
  height: 315px;
  padding: 20px;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  display: none;
  
}


.blocTitreBesoinAide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.titreBesoinAide {
  font-family: opensanssemibold;
}

.fermeBesoinAide {
  background-image: url(images/croix_blanche.svg);
  background-size: contain;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.texteBesoinAide {
  font-size: 12px;
  font-family: opensansregular;
}

.lienBesoinAide {
  height: 40px;
  border: 1px solid #FFF;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 20px;
  text-align: center;
}

.lienBesoinAide a {
  color: #FFF;
  text-decoration: none;
  display: block;
  width: 100%;
}

.titreGras {
  font-family: opensanssemibold;
}

.titreBlocAccueil {
  font-size: 40px;
  font-family: opensanslight;
  font-weight: normal;
}

.titreBlocAccueil .titreGras {
  font-family: opensanssemibold;
}

.div-gauche{
  align-self: flex-start;
}


.titreBlocAccueil1 {
  padding: 0 0 0 50px;
}

.blocAccueil1 {
  padding-top: 140px;
  max-width: 765px;
  margin: 0 auto;
}

.blocAccueilPresentation {
  padding-top: 140px;
  max-width: 765px;
  margin: 0 auto;
  padding-bottom: 5rem;
}

.blocAccueil1V2 {
  padding: 60px 15px 0 15px;
  max-width: 765px;
  margin: 0 auto;
}

.blocAccueil1V2 .titreBlocAccueil {
  font-size: 30px;
}

.texteBlocAccueil1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.texteBlocAccueil1a {
  padding: 36px 0;
  max-width: 650px;
  content-visibility: auto;
}

.texteBlocAccueil1b {
  padding: 36px 0;
  max-width: 765px;
}

.blocAccueil1V2 .texteBlocAccueil1a {
  font-family: opensanslight;
  contain: layout;
}

.blocAccueil2 {
  padding-top: 140px;
  padding-bottom: 50px;
}

.blocAccueil2b {
  padding-top: 70px;
  padding-bottom: 150px;
}

.titreBlocAccueil2 {
  border-left: 3px solid #DEDEDE;
  padding: 16px 0 16px 40px;
}

.titreBlocAccueil2 .titreGras {
  font-family: opensanssemibold;
}

.titreBlocAccueil.titreBlocAccueileFamilleRoue {
  padding-bottom: 15px;
}


.blocAccueil3 {
  padding-top: 50px;
}

.blocAccueil3a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 375px;
  background-image: url(images/techno_de_pointe_accueil.jpg);
  background-position: center;
  margin: 40px auto 20px;
  color: #FFF;
}

.blocAccueilConfigurateur1 {
  padding-left: 87px;
}

.blocAccueilConfigurateur3d1 {
  padding-left: 87px;
}

.blocAccueilConfigurateur2 {
  padding-right: 87px;
}

.blocAccueilConfigurateur1a {
  font-family: opensanssemibold;
  font-size: 20px;
  padding-bottom: 20px;
  width: 384px;
}

.blocAccueilConfigurateur1b {
  width: 384px;
  font-family: opensanslight;
  padding-bottom: 30px;
}

.categoriesFamillesAccueil {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.categorieFamilleAccueil {
  max-width: 530px;
  width: 100%;
  margin-bottom: 50px;
}

.categorieFamilleAccueil.premiereCategorie {
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

h2.h2PageTexte.h2TopCategorieFamille {
  font-size: 40px;
}

.photoCategorieFamilleAccueil {
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
}

.photoCategorieFamilleAccueil img {
  width: 100%;
}

.imgEffet {
  transition: .3s ease-in-out;
  width: 100%;
}

.imgEffet:hover,
.blocAccueil8:hover .imgEffet {
  transform: scale(1.1);
}

.libelleCategorieFamilleAccueil {
  font-family: opensanssemibold;
  padding: 14px 0;
}

.descriptionCategorieFamilleAccueil {
  width: 100%;
  padding: 0 0 22px
}

.premiereCategorie .zoneInfoCategorieAccueil {
  color: #FFF;
  position: absolute;
  top: 29px;
  left: 47px;
}

.premiereCategorie .zoneInfoCategorieAccueil .libelleCategorieFamilleAccueil a {
  color: #FFF;
}

.premiereCategorie .descriptionCategorieFamilleAccueil {
  font-size: 12px;
  max-width: 284px;
}

@media screen and (max-width: 500px) {
  .responsive-black {
    color: black !important;
  }

  .blocTitreH1a {
    top: 75% !important;
  }

  .premiereCategorie .zoneInfoCategorieAccueil {
    color: black !important;
    position: static !important;
    padding: 14px 0;
  }

  .descriptionCategorieFamilleAccueil {
    max-width: 500px !important;
    font-size: 16px !important;
  }

  .libelleCategorieFamilleAccueil {}

  .blocAccueil2b {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}


.blocAccueil3b {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #FFF;
  padding: 50px 0;
  margin: 0 0 20px;
}

.blocAccueil3ba {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 540px;
}

.blocAccueil3bb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 540px;
}

.blocAccueilConfigurateur3b1 {
  padding-left: 87px;
}

.blocAccueilConfigurateur3b1a {
  font-family: opensanssemibold;
  font-size: 20px;
  padding-bottom: 20px;
}

.blocAccueilConfigurateur3b1b {
  width: 384px;
  font-family: opensanslight;
  padding-bottom: 30px;
}

.blocAccueilConfigurateur3b1c {
  font-family: opensansregular;
}

.blocAccueil3c {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*max-width:1080px;*/
  margin: 0 0 20px;
  justify-content: space-between;
}

.blocAccueil3ca {
  width: 530px;
  height: 375px;
  background-color: #FFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.blocAccueilConfigurateur3 {
  padding: 0 87px;
}

.blocAccueilConfigurateur3c1a {
  font-family: opensanssemibold;
  font-size: 20px;
  padding-bottom: 20px;
}

.blocAccueilConfigurateur3c1b {
  width: 384px;
  font-family: opensanslight;
  padding-bottom: 30px;
}

.blocAccueilConfigurateur3c1d {
  padding-bottom: 20px;
}

.blocAccueilConfigurateur3c1d img {
  height: 56px;
}

.blocAccueil3d {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 500px;
  background-image: url(images/production-covid.png);
  background-position: center;
  margin: 0 auto 20px;
  color: #FFF;
}

.blocAccueil3e {
  padding: 50px 0;
  text-align: center;
}

.blocAccueil3e1 {
  font-size: 20px;
  font-family: opensanssemibold;
  padding-bottom: 20px;
}

.listeCategorieFamilleRoues {
  padding-bottom: 100px;
}

.blocCategoriesFamilles {
  height: 500px;
  background-position: center;
  margin: 50px auto 0;
  color: #FFF;
}

.blocCategorieFamille {
  width: 300px;
  padding: 45px 0 0 35px;
}

.titreBlocCategorieFamille {
  font-family: opensanssemibold;
  font-size: 20px;
  padding-bottom: 20px;
}

.texteBlocCategorieFamille {
  font-family: opensansregular;
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 30px;
}

.lienBlocCategorieFamille {
  font-family: opensansregular;
  font-size: 12px;
  color: #FFF;
  border-radius: 12px;
  padding: 5px 10px;
  text-align: center;
  background-color: #025159;
  display: inline-block;
}

.pubConfigurateur {
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pubConfigurateurMargePlus {
  margin: 100px auto;
}

.zoneTextePubConfigurateur {
  background-color: #F2F6F7;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 32px;
  width: 476px;
  height: 200px;
}

.photoPubConfigurateur img {
  width: 100%;
}

.titrePubConfigurateur {
  font-family: opensanssemibold;
}

.textePubConfigurateur {
  font-family: opensanslight;
  font-size: 12px;
  padding: 20px 0;
}

.blocTexteSimple {
  padding: 100px 0;
  font-family: opensanslight;
}

.separateurSousFamille {
  height: 1px;
  width: 960px;
  background-color: #E0E0E0;
  margin: 0 auto;
}

@media screen and (max-width: 1150px) {
  .blocAccueil3ba {
    width: 40%;
  }

  .blocAccueil3bb {
    width: 40%;
  }

  .blocAccueilConfigurateur3d1,
  .blocAccueilConfigurateur2 {
    padding: 0;
  }

  .blocAccueilConfigurateur2 img {
    width: 100%;
  }

  .blocAccueil3b {
    justify-content: space-around;
  }

  .blocAccueil3c {
    flex-direction: column;
  }

  .blocAccueil3caCol2 {
    margin-top: 20px;
  }

  .pubConfigurateur {
    width: 540px;
  }
}

@media screen and (max-width: 1080px) {
  .categoriesFamillesAccueil {
    justify-content: center;
  }
}

@media screen and (max-width: 900px) {
  .blocAccueil3ba {
    width: auto;
  }

  .blocAccueil3b {
    flex-direction: column;
  }

  .blocAccueil3bb {
    padding-top: 40px;
  }

  .blocAccueil3b {
    justify-content: center;
  }
}

@media screen and (max-width: 570px) {
  .blocAccueil1 {
    padding-top: 40px;
  }

  .blocAccueil3a .blocAccueilConfigurateur1,
  .blocAccueil3d .blocAccueilConfigurateur1,
  .blocAccueilConfigurateur3d1,
  .blocAccueilConfigurateur3c1b {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }

  .blocAccueilConfigurateur1a,
  .blocAccueilConfigurateur1b,
  .blocAccueilConfigurateur3b1b {
    width: 100%;
  }

  .blocAccueil3ca {
    width: 100%;
  }

  .blocAccueilConfigurateur3 {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }

  .pubConfigurateur {
    width: 100%;
  }
}

.blocAccueil8 {
  position: relative;
}

.veloEnFond {
  max-height: 494px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));

  width: 100%;
  /*background-image:url(images/temoignage-accueil.jpg);*/
  overflow: hidden;
}

.blocAccueilTemoignages {
  position: absolute;
  /*top:0;*/
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  text-align: center;
  max-width: 980px;
  width: 100%;
  color: #FFF;
}

.blocAccueilTemoignages1 {
  /*padding:140px 0 50px;*/
  padding: 0 0 50px;
}

.blocAccueilTemoignages2 {
  font-size: 30px;
  font-family: opensanssemibold;
  padding-bottom: 50px;
}

@media screen and (max-width: 1020px) {
  .blocAccueilTemoignages {
    width: 95%;
  }

  .blocAccueilTemoignages1 {
    padding: 0 0 20px;
  }

  .blocAccueilTemoignages2 {
    font-size: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .blocAccueilTemoignages2 {
    font-size: 18px;
  }
}

.blocListeArticle {
  height: 290px;
  padding: 40px 0 0 0;
}

.blocsArticle {
  display: flex;
  width: 1597px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blocArticle {
  width: 305px;
  font-size: 12px;
}

.photoArticleBasPage {
  width: 305px;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.photoArticleBasPage img {
  max-width: 100%;
  max-height: 100%;
}

.titreArticleBasPage {
  padding: 5px 0;
  height: 17px;
}

.mediaArticleBasPage {
  padding: 5px 0;
  height: 17px;
}

.lienArticleBasPage {
  padding: 5px 0;
  height: 17px;
}


.fraisDePort {
  border: 1px solid #C4C5C6;
  width: 840px;
  margin: 20px auto 0;
}

.blocFraisDePort {
  overflow-x: auto;
}

.fraisDePort td,
.fraisDePort th {
  border: 1px solid #C4C5C6;
  padding: 3px 5px;
  width: 105px;
}

.fraisDePort th:nth-child(1) {
  width: 240px;
}

.separationAnnoncesRecrutement {
  border-bottom: 1px solid #000;
  margin: 0 0 15px;
}


.blocH2Texte.bclFamille {
  padding-top: 30px;
}

.blocSousFamille {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0;
  width: 960px;
  margin: 0 auto;
}

.blocSousFamille.photosSansMarge {
  padding-top: 0;
}

.photosSansMarge figcaption {
  color: #84989B;
  padding-top: 5px;
}

.zone2boutons {
  max-width: 600px;
  padding: 0 0 25px;
  margin: 0 auto;
}

.zone2boutons .zoneBouton1 {
  padding: 10px 0 10px;
}

@media screen and (max-width: 1000px) {
  .changementKitCadre figure {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 900px) {
  .changementKitCadre .paragraphePageTexte {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 550px) {
  .zone2boutons {
    flex-direction: column;
  }

  #texte3d {
    display: none;
  }
}

.inverse {
  flex-direction: row-reverse;
}

.blocSousFamille.premier {
  display: block;
  position: relative;
  padding: 0;
  margin: 30px auto 50px;
  color: #FFF;
}

.blocPhotoSousFamille {
  width: 432px;
}

.blocSousFamille.premier .blocPhotoSousFamille {
  width: 960px;
}

.blocPhotoSousFamille img {
  width: 100%;
}

.blocProduit .blocPhotoSousFamille img {
  width: 100%;
  background-color: #DFE4E8;
}

.legendePhotoSousFamille {
  font-size: 12px;
  font-family: opensanslight;
  padding-top: 10px;
}

.blocTexteSousFamille {
  width: 432px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  font-family: opensanslight;
}

.custom-card-textSousFamille {
  font-size: 13px;
}

.blocSousFamille.premier .blocTexteSousFamille {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 32px;
  left: 32px;
  font-family: opensansregular;
}

.blocTexteSousFamille h3 {
  font-family: opensanssemibold;
  font-size: 16px;
  font-weight: normal;
}

.aH3blocTexteSousFamille {
  color: #000;
}

.aH3blocTexteSousFamille2 {
  color: #FFF;
}

.blocProduit h3 {
  padding: 10px 0;
}

.titreCourtSousFamille {
  font-size: 12px;
  padding: 10px 0;
}

.descriptionSousFamille {
  padding: 0 0 10px;
}

.descriptionSousFamille .typeProduitComposantSousFamille {
  width: 75px;
}

.custom-card-typeComposant {
  width: 90px;
}

.descriptionSousFamille .marqueComposantSousFamille {
  width: 75px;
  color: #44BCC9;
}

.custom-card-marqueComposant {
  width: 90px;
  color: #44BCC9;
}

.descriptionSousFamille .libelleComposantSousFamille {
  color: #444;
}

.prixSousFamille {
  font-size: 12px;
}

.zonePrixModele {
  background-color: #D9E5E6;
  padding: 2px 4px;
}

.zonePoidsModele {
  margin-left: 70px;
  padding: 2px 4px;
}

.blocTexteSousFamille .blocLienFleche {
  font-size: 12px;
}

.zoneBoutonReduit.zoneBouton1 {
  font-size: 12px;
  padding: 10px 0;
}

.zoneBoutonReduit2.zoneBouton1 {
  font-size: 12px;
}

.zoneBoutonReduit.zoneBouton1 a,
.zoneBoutonReduit.zoneBouton1 span,
.zoneBoutonReduit.zoneBouton1 button {
  height: 28px;
  border-radius: 14px;
  font-family: opensansregular;
}

.zoneBoutonReduit2.zoneBouton1 a,
.zoneBoutonReduit2.zoneBouton1 span,
.zoneBoutonReduit2.zoneBouton1 button {
  height: 16px;
  border-radius: 8px;
  font-family: opensansregular;
  padding: 0 10px;
}

.premier .blocTexteSousFamille .lienFleche.bleu {
  display: none;
}

.contenuGaleriePhoto {
  width: 1080px;
  margin: 0 auto;
  padding: 40px 0;
}

.photoGalerie {
  padding-top: 20px;
}

.photoGalerie img {
  width: 100%;
}

.photo1Galerie {
  order: 1;
  width: 530px;
}

.photo2Galerie {
  order: 2;
  width: 530px;
}

.photo3Galerie {
  order: 3;
  width: 270px;
}

.photo4Galerie {
  order: 4;
  width: 500px;
}

.photo5Galerie {
  order: 5;
  width: 270px;
}

.comparatifRoues {
  max-width: 95%;
  width: fit-content;
  margin: 0 auto;
  overflow-x: auto;
  padding: 50px 0 0;
}

.tableauComparatifRoues {
  width: max-content;
}

.tableauComparatifRoues tbody tr:nth-child(even) {
  background-color: #F2F6F7;
}

.tableauComparatifRoues tbody tr.fondBlanc:nth-child(even) {
  background-color: #FFF;
}

.tableauComparatifRoues th {
  padding: 3px 10px;
}

.tableauComparatifRoues td {
  padding: 3px 10px;
  text-align: center;
}

.tableauComparatifRoues td:first-child {
  text-align: left;
  width: 165px;
}

.tableauComparatifRoues .dernierTh {
  border-bottom: 2px solid #000;
}

.texteSousTableauComparatifRoues {
  max-width: 95%;
  margin: 15px auto 0;
  padding: 20px 0 50px;
  border-top: 2px solid #025159;
  background-color: #FFF;
}

.bandeauGarantie {
  padding: 25px 0;
}

.blocBandeauGarantie {
  width: 160px;
  padding: 0 15px;
}

.blocBandeauGarantie img {
  width: 45px;
}

.imageBandeauGarantie {
  height: 45px;
}

.texteBandeauGarantie {
  height: 75px;
}

.blocParagrapheQuinconce {
  padding: 30px 0;
}

.blocParagrapheQuinconce h2 {
  font-size: 30px;
  font-family: opensanslight;
  width: 100%;
  padding: 0 0 15px;
}

.photoBlocH2Texte {
  width: 432px;
}

.texteBlocH2Texte {
  flex: 1;
}

.texteBlocH2TexteG {
  padding: 0 60px 0 0;
}

.texteBlocH2TexteD {
  padding: 0 0 0 60px;
}

@media screen and (max-width: 1150px) {
  .bandeauGarantie2 {
    max-width: 600px;
  }
}

@media screen and (max-width: 1130px) {
  .contenuGaleriePhoto {
    width: 530px;
  }

  .photo3Galerie {
    width: 255px;
    order: 4;
  }

  .photo4Galerie {
    order: 3;
    width: 530px;
  }

  .photo5Galerie {
    width: 255px;
  }
}

@media screen and (max-width: 1000px) {
  .blocParagrapheQuinconce {
    flex-direction: column;
  }

  .photoBlocH2Texte {
    padding: 15px 0;
  }

  .blocSousFamille {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .separateurSousFamille {
    width: 100%;
  }

  .aH3blocTexteSousFamille2 {
    color: #000;
  }

  .blocSousFamille.premier {
    display: flex;
    margin: 0 auto;
    color: #000;
    width: 100%;
    padding: 50px 0;
  }

  .blocSousFamille.premier .blocTexteSousFamille {
    width: 432px;
    height: auto;
    position: static;
    font-family: opensanslight;
  }

  .blocSousFamille .blocTexteSousFamille {
    height: auto;
  }

  .blocTexteSousFamille h3 {
    padding-top: 10px;
  }

  .blocSousFamille.premier .blocPhotoSousFamille {
    width: 432px;
  }

  .blocLienFleche .lienFleche.blanc,
  .imageGrandeSousFamille {
    display: none;
  }

  .premier .blocLienFleche .lienFleche.bleu {
    display: flex;
  }

  .imageNormaleSousFamille {
    display: inline;
  }

  .prixSousFamille {
    padding-top: 30px;
  }
}

@media screen and (max-width: 600px) {
  .contenuGaleriePhoto {
    width: 95%;
  }

  .photo1Galerie,
  .photo3Galerie,
  .photo4Galerie {
    width: 100%;
  }

  .photo3Galerie,
  .photo5Galerie {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 450px) {

  .blocPhotoSousFamille,
  .blocSousFamille.premier .blocPhotoSousFamille,
  .blocTexteSousFamille,
  .blocSousFamille.premier .blocTexteSousFamille,
  .photoBlocH2Texte,
  .photoBlocH2Texte img {
    width: 100%;
  }
}

.detailAndGeo {
  position: relative;
  padding-bottom: 100px;
}

.detailAndGeo #geometrie table {
  width: 100%;
  font-size: 12px;
  min-width: 730px;
}

.detailAndGeo #geometrie tr {
  /*border:1px solid #000;*/
  padding: 2px 0;
}

.detailAndGeo #geometrie tr.sansBordure {
  border-top: none;
  border-left: none;
  border-right: none;
  height: 80px;
}

.detailAndGeo td {
  padding: 2px 2px;
}

.blocTableauGeometrie {
  overflow-x: auto;
  margin: 0 0 50px 195px;
}

.detailAndGeo h2 {
  padding: 25px 0 10px 0;
}

.detailAndGeo .col1 {
  padding-right: 3px;
  padding-left: 3px;
  position: absolute;
  width: 22px;
  left: 0;
  top: auto;
  /*border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;*/
  margin-top: -1px;
}

.detailAndGeo th.col1 {
  border: none;
}

.detailAndGeo .col2 {
  position: absolute;
  width: 170px;
  left: 30px;
  top: auto;
  /*border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;*/
  margin-top: -1px;
}

.detailAndGeo .col2.tailleCycliste2 {
  display: flex;
  align-items: center;
}

.detailAndGeo .col1.titre2TabGeo {
  width: 100%;
  border: none;
}

.detailAndGeo th.col2 {
  border: none;
}

.dessinGeometrie img {
  max-width: 100%;
  height: auto;
}

.tailleCycliste td {
  height: 35px;
}

.detailAndGeo .tailleCycliste2 .col2 {
  width: 188px;
  left: 0;
}

.detailAndGeo td.borderDetailGeo {
  text-align: center;
}

.geo1,
.geo2 {
  border-left: 1px solid #000;
}

.geo2.geo2Light {
  border-left: 1px solid #888;
}

.geo1:nth-of-type(3) {
  border-left: none;
}

.tailleCycliste2 td:nth-of-type(2) {
  border-left: none;
}

@media screen and (max-width:1200px) {
  #geometrie {
    /*width:90%;*/
    margin: 0 auto;
  }

  .blocTableauGeometrie {
    overflow-x: auto;
    /* margin: 0 0 50px 0;*/
  }
}

.uspParcourCommande {
  font-size: 12px;
  padding: 10px 0 10px;
}

.corpsConfigurateur .uspParcourCommande,
.corpsConfigurateur2 .uspParcourCommande {
  padding: 10px 0 10px 10px;
}

.popupNewsLetter {
  background-color: #FFF;
  overflow: hidden;
  width: 450px;
  padding: 0 0 0;
  border: 2px solid #E4E6E6;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  height: 323px;
  z-index: 100;
}

#fermerPopupNewsLetter {
  font-size: 14px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
}

.titrePopupNewsLetter {
  font-size: 18px;
}

.textePopupNewsLetter {
  padding: 30px 0;
}

.bandePopupNewsLetter {
  width: 280px;
  margin: 0 auto;
}

.popupLangue {
  background-color: #FFF;
  overflow: hidden;
  width: 35rem;
  padding: 0 0 0;
  border-radius: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 100;
}

@media (max-width: 768px) {

  #fermerPopupLangue{
  top: 55px !important;
  }
  .popupLangue {
    width: 95%;           
    height: 98vh;          
    border-radius: 10px;  
    padding: 1rem;         
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .listePays {
  width: 100%;
  flex-wrap: wrap!important;
}
}
.listePays {
  width: 100%;
  flex-wrap: nowrap;
}

.listePaysBloc {
  flex: 1 1 auto;
  width: 100%;
}

.ligneRegion {
  display: flex;
  width: 100%;          
  font-size: 14px; 
  gap: 1rem;
  padding: 0.25rem 1rem;
  border-radius: 10px;
  font-size: 12px;
  box-sizing: border-box;
  cursor: pointer;
}

.ligneRegion:hover {
  background-color: #f2f6f7;
}

.ligneRegion .devise{
  margin-left: auto;
}

.blocPopupLangue {
  width: 100%;
  box-sizing: border-box;
}

.blocPopupLangue .topPartPopupLangue, .blocPopupLangue .bottomPartPopupLangue {
  padding: 1rem 1.5rem;
}

#fermerPopupLangue {
  font-size: 14px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 30px;
}

.bandePopupLangue {
  width: 100%;
}

.titreLangue {
  padding: 25px 0 15px;
  font-size: 30px;
}

.flecheChoixPaysLangue1 {
  top: 7px;
  right: 10px;
}

.flecheChoixPaysLangue2 {
  top: 5px;
  right: 10px;
}

.paysAChoisir,
.langueAChoisir {
  padding: 5px 50px;
  margin: 5px auto;
}

.libellePaysAChoisir {
  width: 100px;
  padding: 0 0 0 30px;
}

.paysAChoisirSel,
.langueAChoisirSel {
  border: 1px solid #707070;
  border-radius: 20px;
}

@media screen and (max-width: 470px) {
  .popupNewsLetter {
    width: 95%;
  }
}


/* Debut Presse */
.formulaireTemoignageArticle {
  padding: 40px 0 0;
}

.listeTemoignagesArticles {
  padding: 30px 0;
}

.photoTemoignagesArticles {
  width: 355px;
  height: 200px;
}

.photoTemoignagesArticles img {
  max-width: 355px;
  max-height: 200px;
}

.blocTexteTemoignagesArticles {
  flex: 1;
  padding: 0 0 0 50px;
}

.h2TemoignagesArticles {
  font-size: 20px;
  padding: 0 0 16px;
}

.h2TemoignagesArticles a {
  color: #000;
}

.contenuTemoignagesArticles {
  padding: 0 0 20px;
}

.dateEmailTemoignagesArticles {
  padding: 0 0 20px;
}

.dateTemoignagesArticles {
  padding: 0 100px 0 0;
}

.sousTitreTemoignageClient {
  padding: 40px 0 40px;
  font-size: 20px;
}

.detailTemoignage .dateArticle,
.detailTemoignage .emailTemoignage {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.photoPresse {
  padding: 50px 0 0 0;
}

.dateArticle {
  padding: 20px 0;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.contenuArticle {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.liensPresse {
  padding: 20px 0 0;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.textePagination {
  font-size: 18px;
  padding: 20px 0;
}

.numeroPage {
  width: 24px;
  height: 24px;
}

.pageSelectionnee {
  background-image: url(images/circle.svg);
  background-size: contain;
  color: #FFF;
}

.fauxChampRechercheArticle {
  border: 1px solid #000;
  border-radius: 12px;
  height: 25px;
  max-width: 212px;
  width: 95%;
}

.champRechercheArticle {
  border: none;
  background-color: transparent;
  height: 25px;
  padding: 0 20px;
  width: calc(100% - 40px);
}

.boutonLoupeArticle {
  right: 10px;
  top: 4px;
  border: none;
  background-color: transparent;
}

.explicationTemoignage {
  padding: 40px 0 0;
}

.zoneDepartementTemoignages {
  width: 230px;
  padding: 0 15px 0 0;
}

.zoneSousFamilleTemoignages {
  width: 200px;
  padding: 0 15px 0 0;
}

.validFormDroite {
  border: none;
  background-color: transparent;
}

.fauxChampDepartement {
  position: relative;
  border: #777 1px solid;
  border-radius: 12px;
  overflow: hidden;
  flex: 1;
}

.departement {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 110%;
  height: 25px;
  border: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 20px;
  background-color: #FFF;
}

.listePhotos {
  padding: 0 0 30px
}

.listePhoto {
  padding: 0 0 50px
}

.photoPhotos {
  width: 100%;
  max-width: 600px;
}

.h2Photos {
  font-size: 20px;
  padding: 0 0 16px;
}

@media screen and (max-width: 850px) {
  .listeTemoignagesArticles {
    flex-direction: column;
  }

  .photoTemoignagesArticles {
    margin: 0 auto;
    padding: 0 0 20px;
    width: 600px;
    height: auto;
  }

  .photoTemoignagesArticles img {
    max-width: 600px;
    max-height: none;
  }

  .contenuArticle,
  .dateArticle,
  .liensPresse,
  .photoPresse {
    max-width: none;
  }

  .photoPresse img {
    width: 100%;
  }

  .formulaireTemoignageArticle {
    justify-content: center;
  }

  .formulaireDroiteTemoignages {
    width: 100%;
    padding: 15px 0;
    justify-content: center;
  }
}

@media screen and (max-width: 650px) {
  .photoTemoignagesArticles {
    width: 100%;
  }

  .photoTemoignagesArticles img {
    max-width: none;
    width: 100%;
  }

  .blocTexteTemoignagesArticles {
    padding: 0;
    width: 100%;
  }

  .dateEmailTemoignagesArticles,
  .emailTemoignage img {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .formulaireDroiteTemoignages {
    padding: 15px 0 30px;
    flex-direction: column;
  }

  .zoneDepartementTemoignages {
    margin: 15px 0 0;
  }

  .formulaireDroiteTemoignages {
    padding: 50px 0 0;
  }

  .formulaireDroiteTemoignages2 {
    justify-content: center;
  }
}

/* Fin Presse */


/**********************/
/* USPS			   */
/**********************/
.fondDesactive {
  background-color: #000;
  opacity: 0.5;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 79;
  top: 0;
  left: 0;
}

.texteIntroUsps2 {
  padding: 0 85px 0 0;
}

.contenuUsps2 {
  background-color: #FFF;
  overflow: hidden;
  width: 70%;
  padding: 20px;
  border: 2px solid #E4E6E6;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  height: 68vh;
  z-index: 100;
}

.zoneScrollableUsps2 {
  overflow-y: scroll;
  padding: 30px 0 0;
  height: calc(62vh - 70px);
}

.texteIntroUsps2 {
  font-size: 18px;
  font-family: opensanssemibold;
}

.sommaireUsps2 {
  width: 80%;
  margin: 0 auto;
}

.sommaireUsps2 a {
  display: block;
  width: 25%;
  padding: 5px 0;
  color: #000;
  font-size: 14px;
  font-family: opensanssemibold;
}

.fermerUsps2 {
  font-size: 14px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
}

.listeUsps2 {
  padding: 0 10px;
}

.titreUsp2 {
  font-size: 18px;
  padding: 30px 0 5px;
  font-family: opensanssemibold;
}

.texteUsp2 {
  font-size: 14px;
  line-height: 23px;
}

.lienCibleUsp {
  color: #000;
  text-decoration: underline;
}

.clicUsps2 {
  cursor: pointer;
}

.liensBottomUSPS {
  width: 15rem;
}

@media screen and (max-width: 630px) {
  .contenuUsps2 {
    width: 95%;
  }
}

@media screen and (max-width: 565px) {
  .sommaireUsps2 {
    justify-content: space-around;
  }

  .sommaireUsps2 a {
    margin: 0 10px;
  }

  .sommaireUsps2 a:nth-child(4) {
    border-top: none;
  }
}

@media screen and (max-width: 500px) {
  .sommaireUsps2 a {
    margin: 0;
  }
}

@media screen and (max-width: 440px) {
  .sommaireUsps2 a {
    margin: 0 10px;
  }

  .sommaireUsps2 a:nth-child(3),
  .sommaireUsps2 a:nth-child(4) {
    border-top: none;
  }
}

@media screen and (max-width: 336px) {
  .sommaireUsps2 a {
    margin: 0 10px;
  }

  .sommaireUsps2 a:nth-child(2),
  .sommaireUsps2 a:nth-child(3),
  .sommaireUsps2 a:nth-child(4) {
    border-top: none;
  }
}

.conteneurZoomConfigurateur {
  position: fixed;
  background: #0d0d0d;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0) linear-gradient(rgb(78, 86, 86) 0%, rgb(205, 210, 214) 50%, rgb(78, 86, 86) 100%) repeat scroll 0 0;
}

.blocFermeConteneurZoomConfigurateur {
  z-index: 1001;
  position: absolute;
  top: 15px;
  right: 15px;
}

.ouvreConteneurZoomConfigurateur {
  bottom: 10px;
  right: 10px;
}

.imageConteneurZoomConfigurateur {
  max-width: 100%;
  max-height: 100vh;
  height: auto;
}

.hautDetailVeloPageVelo {
  padding-top: 130px;
}

.zoneGaucheDetailVelo {
  max-width: calc(100% - 390px);
  margin: 0 auto
}

.corpsConfigurateur .zoneGaucheDetailVelo,
.corpsConfigurateur2 .zoneGaucheDetailVelo {
  max-width: calc(100% - 410px);
}

.temporisation {
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .temporisation img {
  width: 70px;
} */

/* Début Saisie Tailles */
.zoneTailles {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* 	padding:17px 20px; */
  font-family: opensansregular;
  position: relative;
  /* background-color:#F6F6F6; */
}

.zoneTailles select,
.zoneTailles input {
  outline: none;
}

.zoneTailles .formfield-select {
  gap: 1rem;
}

.formSaisieTaille {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: fit-content;
  margin: 2rem 0;
}

.titreChoixSaisieTaille {
  margin-bottom: 2rem;
}

.saisieTailleBloc {
  display: flex;
  padding: 3rem 0rem;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 7rem;
}

.saisieTailleDivider {
  position: relative;
  height: 100%;
  width: 1px;
  background-color: #000000;
  transition: height 0.5s ease-out;
}

.formSaisie {
  display: none;
}

.formSaisieNonDef {
  display: none;
}

.form1 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

.saisieTailleBloc .formBloc {
  width: 22rem;
  min-height: 10rem;

}

.boutonToCalculerEtape {
  padding: 1rem 0;
}

.titleCalculStep {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  font-weight: bold;
}

.calculStepSpan {
  color: white;
  height: 35px;
  width: 45px;
  background-color: #025159;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_calcul_taille {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.saisieTailleContainer {
  position: relative;
  border: #777 1px solid;
  border-radius: 12px;
  overflow: hidden;
  flex: 1;
}

.formfield-select {
  padding: 4px 0;
  width: 375px;
}

@media screen and (max-width: 1000px) {
  .saisieTailleDivider {
    width: 50%;
    height: 1px;
    ;
  }

  .saisieTailleBloc {
    gap: 1.5rem;
  }

  .saisieTailleBloc .formBloc {
    width: 100%;
  }

  .formfield-select {
    padding: 4px 1rem;
    display: flex;
    justify-content: center;
  }

  .saisieTailleContainer {
    flex: none;
    width: 30%;
  }

  #formulaireContact .saisieTailleContainer {
    flex: none;
    width: auto;
  }

  .rdvForm .saisieTailleContainer {
    flex: 1;
    width: auto;
  }
}

.bandeauInfoSaisieTaille {
  padding: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.corpsSaisieTaille .zoneGaucheDetailVelo {
  max-width: calc(100% - 410px);
}

.titreSaisieTaille {
  padding: 0 0 10px;
}


.saisieTailleContainer2 {
  position: relative;
  border: #777 1px solid;
  overflow: hidden;
  flex: 1;
}

.selectSaisieTaille {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 110%;
  height: 25px;
  border: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 20px;
  background-color: white;
  padding: 0 0 0 10px;
}

.containerAfter::after {
  position: absolute;
  display: block;
  pointer-events: none;
}

.selectContainer::after {
  content: '';
  top: 50%;
  margin-top: -5px;
  right: .75em;
  width: 0;
  height: 0;
  border-color: transparent;
  border-top-color: #025159;
  border-width: 10px;
  border-style: solid;
}

@media screen and (max-width:400px) {
  .selectContainer::after {
    margin-top: -2px;
    right: .5em;
    border-width: 7px;
  }
}

.input-parrainage {
  margin: 20px 0 30px 0;
  width: 100%;
}
.button-parrainage {
  
    padding: 5px 0px 5px 0;
    border: 2px solid #44BCC9; 
    background-color: white;
    color: black;
    text-decoration: none;
    height: 40px;
    width: 130px;
    border-radius: 30px;
    font-size: large;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-bottom: 10px; 
}

.button-parrainage:hover {
    background-color: #44BCC9;
    color: white;
}

.titreParrainage{
  align-self: flex-start;
  margin-bottom: 10px;
}
.blocParrainage{

  display: flex!important;
  flex-flow: column!important;
   justify-content: center!important;
  align-items: center!important;
 
 width: calc(90% + 80px);
  margin: none !important;


}

.inputContainer1::after {
  content: 'cm';
  top: 3px;
  right: .75em;
  font-size: 12px;
}


.input-suffix {
    position: absolute;
    top: 0px;
    right: .75em;
    font-size: 12px;

}

.inputContainer3::after {
  content: 'kg';
  top: 3px;
  right: .75em;
  font-size: 12px;
}

.labelSaisieTaille {
  width: 130px;
  font-size: 12px;
  /* padding-right:10px; */
}

.zoneTailles .labelSaisieTaille {
  width: 180px;
}

.titreBasSaisieTailleBlocDroite {
  padding: 0 0 10px 0;
}

.texteBasSaisieTailleBlocDroite {
  font-family: opensanslight;
  font-size: 14px;
}

.positionSaisieTaille {
  font-family: opensanslight;
  font-size: 10px;
  padding: 5px 0 0 0;
}

.blocBoutonSaisieTaille {
  padding: 8px 0 20px;
}

.conseillerSaisieTaille {
  font-family: opensanslight;
  font-size: 10px;
  width: 250px;
  margin: 0 auto;
}

.passerEtape {
  text-decoration: underline;
  padding: 0 0 8px;
  font-size: 14px;
}

.corpsSaisieTaille .boutonVersPanierDisplayNone {
  display: none;
}

.affinerMesure {
  padding: 0 0 20px;
}

.popupSaisieTaille {
  position: fixed;
  background-color: #FFF;
  max-width: 350px;
  width: 95%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  box-shadow: 0 0 6px 0 #9C9C9C;
  z-index: 1;
}

.fermePopupSaisieTaille {
  top: 10px;
  right: 10px;
}

.imagePopupSaisieTaille {
  display: block;
}

.textePopupTaille {
  padding: 30px 10px 0 20px;
  flex: 1;
}

.urlPanierTaillesNonDefinies {
  padding: 0 0 30px;
}

.displayZoneTailles2 #calc_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: row-reverse;
  max-width: 1200px;
  margin: 0 auto;
}

.displayZoneTailles2 .zoneTailles,
.displayBlocBoutonSaisieTaille3 {
  width: 100%;
}

.blocBoutonSaisieTaille3b {
  margin-left: 50px;
}

.displayZoneTailles2 #ficheTechnique1,
.displayZoneTailles2 .zoneTexteBasSaisieTailleBlocDroite2,
.displayZoneTailles2 #choixTailleForm {
  display: block;
}

.displayZoneTailles2 #ficheTechnique2,
.displayZoneTailles2 .photoVeloDetailVelo,
.displayZoneTailles2 .media,
.displayZoneTailles2 .uspParcourCommande,
.displayZoneTailles2 .zoneTexteBasSaisieTailleBlocDroite1,
.displayZoneTailles2 .displayBlocBoutonSaisieTaille6,
.displayZoneTailles2 .urlPanierTaillesNonDefinies {
  display: none;
}

.displayZoneTailles2 #choixTailleForm {
  width: 360px;
}

.displayZoneTailles2 .form1a {
  width: 360px;
}

.displayZoneTailles2 .messageErreur {
  text-align: center;
  width: 100%;
}

.zoneTexteBasSaisieTailleBlocDroite2 {
  width: 30%;
}

.zoneTexteBasSaisieTailleBlocDroite2 .titreBasSaisieTailleBlocDroite {
  text-align: center;
  font-size: 30px;
}

.zoneTexteBasSaisieTailleBlocDroite2 .texteBasSaisieTailleBlocDroite {
  font-size: 16px;
  padding: 30px 0 0 0;
}

@media screen and (max-width:1100px) {
  /* 	.zoneTailles{
		padding:50px 0;
		margin:0 auto;
		background-color:#FFF;
	}
	.corpsSaisieTaille .zoneGaucheDetailVelo{
		max-width:95%;
	} */
}

@media screen and (max-width:400px) {

  .uspParcourCommande,
  .zoneTexteBasSaisieTailleBlocDroite,
  #calc_form {
    width: 95%;
    margin: 0 auto;
  }

  .popupSaisieTaille {
    width: calc(95% - 20px);
    max-width: none;
    margin: 0 auto;
    position: absolute;
  }
}

@media screen and (max-width:650px) {
  .zoneTexteBasSaisieTailleBlocDroite2 {
    width: 95%;
  }
}

/* Fin Saisie Tailles */
/* Debut Contact */
.selectSaisieTailleSujet {
  width: 100%;
  padding: 0 10px;
}

.texteIntroContact {
  padding: 0 0 30px;
}

.textareaMessage {
  width: 100%;
  height: 112px;
  padding: 10px;
}

.saisieTailleContainerMessage {
  border-radius: initial;
  height: auto;
  width: calc(100% - 25px);
  overflow: visible;
  padding: 0;
}

.sousTitreContact {
  font-size: 18px;
  font-family: opensanssemibold;
  padding: 0 0 23px;
}

.telcontact {
  padding: 0 0 50px;
}

.zoneGaucheContact {
  padding: 0 0 50px;
  width: 500px;
}

.blocReponseContact {
  background-color: #F6F6F6;
  padding: 20px 20px 0;
  margin: 30px 0 50px;
}

.reponseContact {
  padding: 0 0 20px;
  line-height: 18px;
}

#reponseContactBlocUrl {
  padding: 0 0 20px;
}

.lienVersNumero {
  display: none;
}

@media screen and (max-width:950px) {
  .lienVersNumero {
    display: flex;
  }
}

@media screen and (max-width:900px) {
  .pageContact .zoneFormulaireConnexion {
    flex-direction: column;
  }
}

@media screen and (max-width:540px) {
  .zoneGaucheContact {
    width: 100%;
  }
}

/* Fin Contact */

/* Début RDV */
.blocRendezVous {
  max-width: 500px;
  padding: 0 0 70px;
}

.textBlocAccueilRendezVous {
  padding: 15px 0;
  font-family: opensanssemibold;
}

.zoneTexteChoixRdv {
  font-size: 14px;
  font-family: opensanslight;
  height: 80px;
}

.zoneBoutonRdv {
  margin: 15px 0 0;
}

.sousTitreRdv {
  font-family: opensanssemibold;
  padding: 30px 0;
}

.boutonsCalendrier {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 10px;
}

.boutonCalendrier {
  padding: 3px 5px;
  color: #FFF;
  background-color: #20485A;
  text-align: center;
  border-radius: 7px;
  font-size: 24px;
}
.margin-left-text{
  margin-left: 10px;
}
.rdvOccupe {
  background-color: #e5e5e5!important;
}


.boutonCalendrierDesactive {
  padding: 3px 5px;
  color: #000;
  background-color: #E4E6E6;
  text-align: center;
  border-radius: 7px;
  font-size: 24px;
}

.tableauRendezVous {
  border: 1px solid #DDD;
  margin: 0 auto;
  width: 100%;
}

.tableauRendezVous td {
  border: 1px solid #DDD;
  width: 14%;
  height: 26px;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
}

.tableauRendezVous td:nth-child(1) {
  width: 15%;
}

.celluleBlanche {
  background-color: #FFFFFF;
  padding: 5px;
}
.celluleBlanche > a , span{
  padding: 4px 0 4px 0;
}
.aucuneDipso {
  position: absolute;
  border-radius: 10px;
  border: 1px solid #DB0000;
  background-color: #f9c7c7;
  top: 100px;
  width: 300px;
  padding: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.rdv-libre,.rdv-reserve, .rdv-ferme{
  padding: 5px;
}
.lienRdv {
  background-color: #20485a;
  display: block;
  border-radius: 12px;
  padding: 2px;
  width: 90%;
  height: 20px;
  margin: 0 auto;
  color: white;
  font-weight: bold;
}
.rdv-ferme > span,.rdv-ferme >span ,rdv-ferme >.lienRdv, .rdvOccupe{
  padding: 5px;

}
.texteAccueilRdv {
  font-size: 14px;
  font-family: opensanslight;
  padding: 30px 0;
}

#sousZoneTypeEntretien {
  padding: 30px 0;
}

.caseChoixEntretien {
  width: 200px;
  height: 100px;
  background-color: #E4E6E6;
  color: #20485A;
  font-size: 20px;
  border-radius: 10px;
  margin: 10px 10px;
  font-family: opensanslight;
}

.caseChoixEntretien:hover {
  background-color: #C4C5C6;
}

.listePrestationEntretien {
  font-size: 13px;
  border: 1px solid #DDD;
}

.listePrestationEntretien td,
.listePrestationEntretien th {
  border: 1px solid #DDD;
}

.listePrestationEntretien .categoriePrestation {
  font-weight: bold;
  border: none;
}

#sousZonePrestation {
  max-width: 600px;
  margin: 0 auto;
}

.blocEtapeRdv {
  margin-bottom: 20px;
}

.blocEtape {
  background-color: #E4E6E6;
  padding: 0 0 0 20px;
  font-family: opensanslight;
  color: #20485A;
  margin: 20px 0 0;
  font-size: 14px;
}

.prestationEntretien .infoLogo {
  line-height: 16px;
  background-color: #20485A;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  height: 16px;
  width: 16px;
  display: inline-block;
  font-family: serif;
  font-style: italic;
  font-size: 12px;
}

.prestationEntretien .descriptionProduitEntretien {
  position: absolute;
  z-index: 2;
  left: 22px;
  background-color: #FFF;
  border-radius: 10px;
  border: 1px solid #20485A;
  padding: 10px;
  width: 300px;
  max-height: 300px;
}

.rdvForm {
  width: 550px;
  margin: 30px auto;
}

.rdvForm2 {
  margin: 30px auto;
}

.saisieTailleContainerMessageRdv {
  height: auto;
  width: calc(100% - 170px);
  padding: 0;
}

.textareaRdv {
  width: calc(100% - 22px);
  height: 112px;
  padding: 10px;
  border: 1px solid #777;
}

.labelSaisieTailleRdv {
  font-size: 14px;
  width: 160px;
}

@media screen and (max-width:1100px) {
  .zoneBlocAccueilRendezVous {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .zoneTexteChoixRdv {
    height: auto;
  }
}

@media screen and (max-width:600px) {
  .rdvForm {
    width: 100%;
  }

  .rdvForm .ligneFormRdv {
    flex-direction: column;
  }

  .rdvForm .labelSaisieTaille {
    padding: 10px 0 8px;
  }
  .rdvForm .labelSaisieTaille.labelSaisieTailleRdvLong {
    width:auto;
  }

  .rdvForm .saisieTailleContainerMessageRdv {
    width: 100%;
  }
}

/* Fin RDV */
/* Début travaux */
.blocHeaderTravaux {
  top: 16%;
  left: 45px;
}

.travaux .imagePageTexte {
  padding: 0;
}

.travaux .h1PageTexteHeader {
  color: #44BCC9;
  font-size: 30px;
}

.travaux .h1ImageHeader {
  font-size: 45px;
}

.travaux .sousTitreImageHeader {
  font-size: 20px;
}

.menuRechercheTravaux {
  padding: 30px 0 0 0;
}

.boutonsTravaux1 {
  top: 300px;
  width: 300px;
  left: 45px;
}

.boutonsTravaux2 {
  width: 300px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}

@media screen and (max-width:1000px) {
  .travaux .h1PageTexteHeader {
    font-size: 20px;
  }

  .travaux .h1ImageHeader {
    font-size: 28px;
  }

  .travaux .sousTitreImageHeader {
    font-size: 14px;
  }
}

@media screen and (max-width:750px) {
  .boutonsTravaux2 {
    display: flex;
  }

  .boutonsTravaux1 {
    display: none;
  }
}

@media screen and (max-width:400px) {
  .travaux .h1PageTexteHeader {
    font-size: 16px;
  }

  .travaux .h1ImageHeader {
    font-size: 25px;
  }

  .travaux .sousTitreImageHeader {
    font-size: 12px;
  }
}

/* Fin travaux */

/* Debut info */
.infoCoronavirus {
  font-weight: bold;
}

.blocMenuInfos {
  margin: 0 0 50px 0;
}

#liensMenuInfo {
  z-index: 15;
}

.blocMenuInfos a {
  color: #000;
}

.menuInfos {
  background-color: #FFF;
  border-radius: 10px;
  margin: 15px 0 0;
  width: 472px;
  display: flex;
  flex-wrap: wrap;
  height: 50px;
  align-items: center;
  cursor: pointer;
  box-shadow: 4px 4px 10px #bbb;
}

.bordureLien {
  width: 8px;
  height: 50px;
  background-color: #FFF;
  border-radius: 10px 0 0 10px;
}

.lienSpan {
  padding: 0 0 0 40px;
  width: 360px;
  font-size: 16px;
}

.menuInfos:hover .bordureLien {
  background-color: #0F89C6;
}

.pageNormale h2.h2Infos {
  color: #000;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

.blocVideo {
  max-width: 400px;
}

.titreVideo {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 10px 0;
  text-align: center;
}

.videoInfos {
  margin: 0 auto;
  max-width: 400px;
}

.bloc1Infos {
  padding: 20px 0 30px;
  line-height: 1.5;
}

.bloc1InfosA {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  padding: 0 0 20px 0;
}

.bloc1InfosB {
  text-align: center;
  font-size: 20px;
  padding: 0 0 50px 0;
}

.bloc1InfosBisb {
  padding: 40px 0;
}

.sousBloc2InfosBis1 {
  background-color: #FFF;
  border-radius: 15px;
  width: 400px;
  padding: 36px;
  height: 570px;
  font-weight: bold;
  line-height: 1.5;
}

.sousBloc2InfosBis1Div2 {
  padding: 30px 0;
  font-size: 35px;
}

.sousBloc2InfosBis1Div2 span {
  color: #047AFF;
}

.sousBloc2InfosBis1Div3 {
  padding: 10px 0;
}

.sousBloc2InfosBis1Div4 {
  padding: 70px 0 0;
  font-size: 20px;
}

.sousBloc2InfosBis1Div4b {
  color: #EE5705;
}

.sousBloc2InfosBis1Div4 a:hover {
  text-decoration: underline;
}

.bloc2Infos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 50px 0 50px 0;
  justify-content: space-between;
}

.bloc2InfosA {
  max-width: 472px;
}

.bloc2InfosA1 {
  font-size: 35px;
  font-weight: bold;
  padding: 0 0 30px 0;
}

.bloc2InfosA2 {
  padding: 0 10px 0 0;
}

.textePading {
  padding: 0 10px 0 0;
}

.blocRoundShadow {
  border-radius: 10px;
  padding: 30px;
  background-color: #FFF;
  margin: 0 0 15px 0;
  display: flex;
  flex-wrap: wrap;
}

.bloc2InfosA3 {
  display: inline-block;
  width: 15%;
}

.bloc2InfosA4 {
  display: inline-block;
  width: 85%;
}

.bloc3Infos {
  padding: 0 0 100px 0;
}

.titreFloatLeft {
  /*width:40%;*/
  font-weight: bold;
  font-size: 20px;
  /*padding:0 0 20px 0;*/
}

.imageFloatRight {
  width: 50%;
  text-align: center;
}

.texteFloatLeft {
  /*width:50%;*/
  font-size: 16px;
  line-height: 1.5;
}

.titreFloatRight {
  /*width:50%;*/
  font-weight: bold;
  font-size: 20px;
  /*padding:0 0 20px 0;*/
}

.imageFloatLeft {
  width: 50%;
  text-align: center;
}

.info2Colonnes {
  width: 50%;
}

.texteFloatRight {
  /*width:50%;*/
  font-size: 16px;
  line-height: 1.5;
}

.bloc4SousTitre {
  max-width: 660px;
  margin: 0 auto 40px;
}

.bloc4Infos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 100px;
}

.bloc4InfosA {
  width: 70%;
}

.bloc4InfosB {
  width: 30%;
}

.bloc4InfosB .blocBoutonPlein {
  margin: 30px 0 0 0;
}

.bloc4InfosB1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.5;
}

.bloc4InfosB1a {
  width: 8%;
}

.bloc4InfosB1b {
  width: 92%;
  padding: 10px 0;
}

.puceInfos {
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 8px;
}

.bloc5Infos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;

}

.bloc5InfosA {
  width: 45%;
  text-align: center;
}

.bloc5InfosB {
  width: 45%;
  text-align: center;
}

.bloc5InfosC {
  width: 45%;
  text-align: center;
}

.bloc5InfosD {
  width: 45%;
}

.bloc5Infos img {
  max-width: 400px;
}

.bloc5Infos1 {
  font-size: 35px;
  font-weight: bold;
  padding: 0 0 20px 0;
}

.bloc5Infos2 {
  font-size: 16px;
  line-height: 1.5;
}

.bloc5InfosD .blocBoutonPlein {
  margin: 30px 0 0 0;
}

.fondVeloInfos {
  background-image: url(images/fondVeloInfos.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.bloc6Infos0 {
  padding: 200px 0 200px;
  width: 300px;
  position: relative;
}

.bloc6Infos,
.bloc6InfosBis {
  background-color: #FFF;
  padding: 10px 15px;
  width: 300px;
  border-radius: 10px;
}

.bloc6InfosA {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 20px 0;
}

.bloc6InfosB {
  font-size: 16px;
  line-height: 1.5;
}

.bloc6Infos .blocBoutonPlein,
.bloc6InfosBis .blocBoutonPlein {
  margin: 30px auto 0;
  width: 180px;
}

.bloc6InfosABis {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 20px 0;
}

.bloc7Infos {
  padding: 100px 0 100px 0;
}

.titre7FloatLeft {
  font-weight: bold;
  font-size: 20px;
  padding: 0 0 20px 0;
}

.image7FloatRight {
  width: 50%;
  text-align: center;
}

.texte7FloatLeft {
  font-size: 16px;
  line-height: 1.5;
}

.bloc7Infos img {
  max-width: 400px;
}

.blocBoutonPlein {
  background-color: #20485A;
  color: #FFF;
  width: 180px;
  text-align: center;
  font-weight: bold;
  height: 45px;
  border-radius: 4px;
  margin: 0 0 20px;
}

.blocBoutonPlein2 {
  background-color: #20485A;
  color: #FFF;
  width: 200px;
  text-align: center;
  font-weight: bold;
  height: 45px;
  border-radius: 4px;
}

.blocBoutonContour {
  background-color: #FFF;
  border: 4px solid #20485A;
  color: #FFF;
  width: 172px;
  text-align: center;
  font-weight: bold;
  height: 37px;
  border-radius: 4px;
  margin: 0 0 20px;
}

.bouton7 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0;
}

.blocBoutonPlein a,
.blocBoutonPlein2 a {
  color: #FFF;
  line-height: 45px;
}

.blocBoutonContour a {
  color: #20485A;
  line-height: 37px;
}

.grisLeger {
  background-color: #F4F4F4;
}

@media screen and (min-width: 1000px) {
  .fixedInfos {
    position: fixed;
    top: 80px;
  }

  .fixedInfos .menuInfos {
    box-shadow: 4px 4px 10px #777;
    margin-top: 2px;
    height: 30px;
  }

  .bordureLien {
    height: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .bloc2InfosA {
    max-width: 100%;
  }

  .bloc2InfosA1 {
    width: 95%
  }

  .bloc2InfosA2 {
    width: 95%
  }

  .bloc1InfosBis {
    justify-content: center;
    flex-direction: column;
  }

  .sousBloc1InfosBis1 {
    padding: 0 0 10px 0;
  }

  .sousBloc2InfosBis1 {
    margin: 15px 0 0 0;
  }

  .blocVideos {
    flex-direction: column;
  }

  #liensMenuInfo {
    justify-content: center;
  }
}

@media screen and (max-width: 900px) {
  .bloc2InfosA {
    width: 80%;
    margin: 0 auto 40px;
  }

  .bloc2InfosB {
    width: 80%;
    margin: 0 auto;
  }

  .bloc2InfosA4 {
    width: 100%;
    padding: 20px 0 0;
  }

  .bloc4InfosA {
    width: 100%;
    text-align: center;
  }

  .bloc4InfosB {
    width: 80%;
    margin: 0 auto;
  }

  .bloc4InfosB .blocBoutonPlein {
    margin: 30px auto 0;
  }

  .bloc5InfosB,
  .bloc5InfosC {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }

  .bloc5InfosC {
    order: 2;
  }

  .bloc5InfosD {
    order: 1;
  }

  .bloc5Infos1 {
    text-align: center;
  }

  .bloc5InfosB img,
  .bloc5InfosC img {
    width: 100%;
  }

  .bloc5InfosA,
  .bloc5InfosD {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 30px 0;
  }

  .bloc5InfosD .blocBoutonPlein {
    margin: 30px auto 0;
  }

  .fondVeloInfos {
    width: 100%;
  }

  .bloc6Infos {
    display: none;
  }

  .fondVeloInfosBis,
  .bloc6InfosABis {
    display: block;
  }

  .bloc6InfosBis {
    width: 80%;
    margin: 0 auto;
  }

  .titre7FloatLeft {
    width: 100%;
    text-align: center;
  }

  .image7FloatRight {
    width: 100%;
    padding: 0 0 20px 0;
  }

  .texte7FloatLeft {
    width: 80%;
    clear: both;
    float: none;
    margin: 0 auto;
  }

  .bloc7Infos img {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {

  .titreFloatLeft,
  .titreFloatRight,
  .info2Colonnes {
    width: 100%;
    text-align: center;
  }

  .imageFloatRight,
  .imageFloatLeft {
    width: 100%;
    padding: 0 0 20px 0;
  }

  .texteFloatLeft,
  .texteFloatRight {
    width: 80%;
    clear: both;
    float: none;
    margin: 0 auto;
  }
}

@media screen and (max-width: 550px) {
  .bouton7 {
    flex-direction: column;
  }
}

@media screen and (max-width: 500px) {
  .lienSpan {
    width: 90%;
    font-size: 14px;
    padding: 0 0 0 20px;
  }

  .blocMenuInfos {
    margin: 0 0 100px 0;
  }

  .bloc1Infos {
    margin: 0 0 100px 0;
  }

  .sousBloc1InfosBis1 {
    width: 95%;
  }

  .sousBloc2InfosBis1 {
    width: 95%;
    padding: 10px 2%;
    height: auto;
  }

  .sousBloc1InfosBis1 img {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .videoInfos iframe {
    width: 100%;
  }
}

/* Fin info */

/* Début magasin usine */
.magasinUsine {
  padding: 50px 0 0 0;
}

.blocMagasinUsine {
  width: 500px;
  padding: 0 0 50px;
}

.photoMagasinUsine {
  width: 100%;
}

.photoMagasinUsine img {
  width: 100%;
  max-width: 100%;
}

.titreMagasinUsine {
  padding: 15px 0;
}

.texteMagasinUsineMaps {
  padding-top: 10px;
}

@media screen and (max-width: 1200px) {
  .blocsMagasinUsine {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 550px) {
  .blocMagasinUsine {
    width: 100%;
  }
}

/* Fin magasin usine

/* Debut Livraison */
.livraisonForm {
  /*margin:30px auto;*/
  /*width:calc( 100% - 400px );*/
  padding: 50px 0 0;
}

h1.h1Livraison {
  color: #000;
  font-family: opensanslight;
  font-size: 36px;
  font-weight: normal;
  padding: 30px 0 0 0;
}

.contenuGaucheVersCommande {
  padding: 0 30px;
  width: 640px;
  background-color: #FFF;
}

.titreChoixLivraison {
  padding: 0 0 15px;
  font-weight: normal;
  font-family: opensanssemibold;
  font-size: 20px;
}

.choixLivraison {
  padding: 30px 20px;
  max-width: 100%;
}

.choixLivraison2 {
  padding-top: 0;
}

.boutonRadioChoixLivraison {
  width: 70px;
}

.labelBoutonRadioChoixLivraison {
  flex: 1;
}

.ligneBoutonRadioChoixLivraison {
  padding: 0 0 15px;
}

.adresseLivraisonRadioButtonTexte {
  width: 25%;
  align-items: center;
}




.adresseLivraisonRadioPortTexte {
  width: 15%;
  justify-items: start;
}

@media screen and (max-width: 1100px) {
  .adresseLivraisonRadioButtonTexte {
    width: 100%;
  }

  .adresseLivraisonRadioPortTexte {
    width: 100%;
  }
}

.selectPaysChoixLivraison {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 110%;
  height: 25px;
  border: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 20px;
}

.saisieTailleChoixLivraison {
  height: auto;
  padding: 0;
}

.textareaChoixLivraison {
  height: 80px;
  width: calc(100% - 22px);
  border: 1px solid #000;
  color: #025159;
  padding: 10px;
}

.contenuDroiteVersCommande {
  /*position:fixed;*/
  position: -webkit-sticky;
  position: sticky;
  background-color: #FFF;
  padding: 30px 0 0 0;
  width: 320px;
  height: fit-content;
  top: 80px;
}

.sousTotalVersCommande {
  padding: 0 0 25px;
  width: 210px;
  margin: 0 auto;
}

.totalTTCVersCommande {
  font-size: 18px;
  padding: 0 0 25px;
  width: 210px;
  margin: 0 auto;
}
.siSuisseVersCommande{
	padding:0 0 25px;
	width:100%;
	margin:0 auto;
	display: flex;
	flex-direction: column;
	align-items: end;
	color: #7a7a7a;
	font-style: italic;
}

.separateurVersCommande {
  margin: 10px auto 25px;
  width: 210px;
  height: 1px;
  background-color: #025159;
}

.itemChoixPaiement2 {
  border: 1px solid #000;
  padding: 20px 10px;
  margin: 5px 0;
  width: calc(100% - 20px);
}

.iconChoixTypePaiement img {
  width: 60%;
  margin-left: 20%;
  height: fit-content;
}

.h2Livraison {
  padding: 50px 0 30px 150px;
}

.h2Paiement {
  padding: 30px 0 20px 0;
  font-weight: normal;
  font-family: opensanssemibold;
  font-size: 20px;
}

.choixTypePaiment {
  padding: 10px 0 30px 0;
  font-size: 12px;
  width: 100%;
}

.texteCheque {
  padding: 10px 0 0;
  font-size: 12px;
}

.boutonsChoixPaiement {
  margin: 5px 0 5px 0;
  width: 100%;
}

.uspParcourCommandeChoixPaiement {
  width: calc(50% - 10px);
}

.zoneBoutonValiderChoixPaiement {
  /* width:calc( 50% - 10px ); */
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zoneBoutonValiderChoixPaiement button {
  margin-top: 15px;
  margin-bottom: 15px;
  height: 28px;
  border-radius: 14px;
  font-family: opensansregular;
}

.okCgv {
  font-size: 12px;
}

.okCgv span {
  color: #000;
  text-decoration: underline;
}

.libelleCommander {
  font-size: 18px;
  padding: 20px 0 10px;
}

.block-price-agec {
  margin-top: 23px !important;
}

.taillePhotoVelo {
  width: 100%;
}

.taillePhotoComposant {
  max-width: 200px;
  height: auto;
}

.totalLigneCommander {
  padding: 20px 0 0;
}

.detailLotPanierCommander {
  width: 100%;
  column-count: 2;
  column-gap: 50px;
  padding: 20px 0 10px;
  border-bottom: 1px solid #E0E0E0;
}

.libelleTypeProduitComposantCommander {
  width: 90px;
  color: #025159;
}

.libelleFabricantComposantCommander {
  width: 80px;
  color: #44BCC9;
}

.libelleComposantCommander {
  flex: 1;
}

.boutonCommander {
  padding: 30px 0 0;
}

.zoneTotalPanierCommander {
  margin-top: 10px;
}

.sousTotalPanierCommander>* {
  padding: 10px 0;
  width: 50%;
}

.sousTotalPanierCommander>*:last-child {
  justify-content: end;
}

.etatCommandeDetailCommande {
  padding: 0 0 30px;
}

.choixTypePaiment1 {
  width: calc(50% - 10px);
}

.titreTypePaiementDetailCommande {
  padding: 0 0 15px;
}

.choixTypePaimentDetailCommande {
  padding: 0 0 30px;
}

.corpsPanier .zoneGauchePanier {
  order: 1;
}

.corpsPanier .contenuDroiteVersCommande {
  order: 2;
}

.corpsPanier .zoneGauchePanier2 {
  order: 3;
}

.zoneBouton1.commanderMobile {
  display: none;
}

@media screen and (min-width:1271px) {

  .commanderDroite,
  .boutonCommanderPopup {
    font-size: 14px;
  }

  .commanderDroite.zoneBoutonReduit.zoneBouton1 a,
  .commanderDesktop.zoneBoutonReduit.zoneBouton1 a {
    height: 30px;
    border-radius: 25px;
  }
}

@media screen and (max-width:1270px) {
  .livraisonForm.choixTypePaiementForm {
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  .livraisonForm {
    padding: 10px 0 0;
  }

  .contenuGaucheVersCommande {
    width: 100%;
  }

  .choixTypePaiementForm h1.h1Livraison,
  .h2Livraison {
    padding: 30px 0 30px 30px;
  }

  .itemChoixPaiement2 {
    padding: 30px 0 30px 0;
    margin: 5px auto;
  }

  .choixTypePaiment {
    padding: 30px 0;
    margin: 0 auto;
  }

  .boutonsChoixPaiement {
    padding: 30px 0;
    margin: 0 auto;
  }

  .contenuDroiteVersCommande {
    position: static;
  }

  .contenu {
    width: 95%;
    margin: 0 auto;
  }

  .contenu.pagesCompte {
    margin: 0;
    padding: 50px 2.5% 0 2.5%;
  }

  .fondGrisClair .contenu.pagesCompte {
    background-color: #F6F6F6;
  }

  .uspParcourCommandeMobile {
    display: block;
  }

  .zoneBouton1.commanderMobile {
    display: flex;
  }

  .uspParcourCommandeDesktop,
  .commanderDesktop {
    display: none;
  }

  .zoneGauchePanier .titreReca {
    padding-top: 10px;
  }
}

@media screen and (max-width:1200px) {
  .choixLivraison {
    padding: 30px 0 30px 80px;
  }

  .bouton1VersCommande {
    display: none;
  }
}

@media screen and (max-width:750px) {
  .detailLotPanierCommander {
    column-count: 1;
  }

  .detailLotPanierCommander>div {
    padding-bottom: 5px;
  }

  .itemChoixPaiement2,
  .choixTypePaiment,
  .boutonsChoixPaiement {
    padding: 30px 0;
    width: 95%;
  }

  .uspParcourCommandeChoixPaiement,
  .zoneBoutonValiderChoixPaiement {
    padding: 30px 0;
    width: 400px;
    margin: 0 auto;
  }
}

@media screen and (max-width:400px) {
  h1.h1Livraison {
    padding: 30px 0;
  }

  .choixLivraison {
    padding: 30px 0;
  }

  .labelSaisieTailleRdv,
  .uspParcourCommandeChoixPaiement,
  .zoneBoutonValiderChoixPaiement {
    width: 100px;
  }
}

/* Fin livraison */

.recapitulatif{
	width:360px;
	padding:20px 20px 0 0;
	font-size:12px;
	font-family:opensansregular;
	position:relative;
    overflow: auto;
	max-height: 100%;
}

.corpsConfigurateur .recapitulatif {
  height: 100vh;
  overflow-y: scroll;
  scrollbar-width: none;
}

.corpsConfigurateur .recapitulatif,
.corpsConfigurateur2 .recapitulatif {
  padding: 20px 20px 0 10px;
}

.recapitulatif .titreReca {
  font-size: 16px;
  font-family: opensanssemibold;
}

.corpsConfigurateur .recapitulatif .titreReca {
  padding-left: 10px;
}

.zoneBoutonReduit.zoneBouton1.boutonReduitAppelConseilleReca {
  padding: 10px 0 10px 25px;
}

.ligneDetailRecaCategorie {
  padding: 10px 0 4px;
}

.ligneDetailReca {
  padding: 4px 0;
}

.corpsConfigurateur .ligneDetailRecaCategorie,
.corpsConfigurateur2 .ligneDetailRecaCategorie {
  padding-left: 10px;
  margin-top: 5px;
}

.corpsConfigurateur .ligneDetailReca,
.corpsConfigurateur2 .ligneDetailReca {
  padding-left: 10px;
}

.libelleRecapitulatif {
  flex: 1;
  padding: 0 5px 0 0;
  color: #444;
}

.ligneDetailRecaSelctionnee .libelleRecapitulatif {
  color: #343434;
}

.ligneDetailRecaSelctionnee {
  background-color: #FFF;
}

.libelleDetailReca {
  width: 100px;
  padding: 0 10px 0 0;
}

.marqueRecapitulatif {
  width: 70px;
  padding: 0 10px 0 0;
  color: #44BCC9;
}

/*.choixTypeProduit{
	width:15px;
}*/
.paddingCategorie {
  border-top: 1px solid #84989B;
}

.textePetit {
  font-size: 8px;
  font-family: opensanslight;
}

.textePetit2 {
  font-size: 10px;
  font-family: opensanslight;
}

.textePrixPoids {
  font-family: opensanssemibold;
}

.versTailleReca {
  padding: 30px 0 0;
}

.fondDecorsVelo,
.corpsConfigurateur .photoVeloDetailVelo {
  /*top:-20px;*/
  max-height: calc(100vh - 170px);
  height: auto;
  overflow: hidden;
}

.miniaturesRoueConf {
  /*top:-20px;*/
}

#imageVeloConfigurateur {
  max-width: 100%;
  max-height: calc(100vh - 170px);
  height: auto;
}

.miniatureRoue {
  height: calc((100vh - 170px) / 6);
  width: calc((100vh - 170px) / 6);
}

.miniatureRoue2 {
  max-width: 150px;
}

.miniatureRoue img {
  width: 100%;
}

.miniatureRoue2 img {
  width: 100%;
}

.zoomImageConfigurateur {
  cursor: url(images/zoom-in-bleu20.png), pointer;
}

.corpsConfigurateur2 {
  position: fixed;
  width: 100%;
}

.corpsConfigurateur2 .recapitulatif {
  overflow-y: scroll;
  height: 100vh;
  background-color: #F2F6F7;
}

.corpsConfigurateur {
  width: 100%;
}

.corpsConfigurateur .recapitulatif {
  background-color: #F2F6F7;
}

.corpsConfigurateur .margePourConfigurateur {
  /*padding:300px 0 0;*/
  /*display:block;
	height:350px;*/
}

.bandeauBasConfigurateurComparer {
  position: fixed;
  bottom: 54px;
  left: 0;
  height: 20px;
  width: 100%;
  background-color: #44BCC9;
}

.bandeauBasConfigurateur {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 53px;
  border-top: 1px solid #C1C1C1;
  width: 100%;
  background-color: #FFF;
  font-size: 12px;
}

.bandeauBasConfigurateur .textePrixPoids {
  font-size: 16px;
}

.zoneUspBandeauBasConfigurateur {
  width: 550px;
  padding-left: 50px
}

.zonePrixBouton {
  width: 400px;
  padding: 0 20px 0 0;
}

.zonePrixBoutonDetail {
  padding: 0 20px 0 0;
}

.zonePrixPoidsBandeauBasConfigurateur .prixReca {
  padding: 0 15px 0 0;
}

.iconeZoneUspBandeauBasConfigurateur {
  padding-right: 10px;
}

.popupSauvegarder {
  position: fixed;
  background-color: #FFF;
  max-width: 650px;
  width: 95%;
  height: 20rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 6px 0 #9C9C9C;
  z-index: 1;
  border-radius: 10px;
  justify-content: space-evenly;
  padding: 2rem;
}

.popupSauvegarder .input-zone {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}

.popupComparateurOption {
  position: fixed;
  background-color: #FFF;
  max-width: 95%;
  height: calc(95% - 140px);
  left: 50%;
  top: 90px;
  transform: translateX(-50%);
  padding: 5px 10px 10px;
  box-shadow: 0 0 6px 0 #9C9C9C;
  z-index: 50;
  border-radius: 10px;
}

.popupComparateurVelo {
  position: fixed;
  background-color: #FFF;
  max-width: 95%;
  height: calc(95% - 140px);
  left: 50%;
  top: 90px;
  transform: translateX(-50%);
  padding: 5px 10px 10px;
  box-shadow: 0 0 6px 0 #9C9C9C;
  z-index: 50;
}

.blocTableauComparateurOption {
  overflow: auto;
  height: calc(100% - 30px);
}

.bordureDroiteComparateurOption {
  border-right: 1px solid #F6F6F6;
}

.blocTableauComparateurVelo {
  overflow: auto;
  height: calc(100% - 30px);
}

.bordureDroiteComparateurVelo {
  border-right: 1px solid #F6F6F6;
}

.imageComp {
  padding: 10px;
}

.tableauComparateurOption {
  width: 100%;
  table-layout: fixed;
}

.tableauComparateurVelo {
  width: min-content;
  table-layout: fixed;
  margin-right: 20px;
}

.popupComparateurOption td,
.popupComparateurOption th {
  width: 250px;
  padding: 10px;
  vertical-align: text-top;
}

.popupComparateurVelo td,
.popupComparateurVelo th {
  width: 250px;
  padding: 10px;
}

.popupComparateurVelo tr td:first-child,
.popupComparateurVelo tr th:first-child {
  width: 150px;
}

.media img {
  height: 40px;
  padding: 0 15px;
}

.fermePopupSauvegarder {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

@media screen and (max-width: 600px) {
  .popupSauvegarder {
    padding: 10px;
    height: 25rem;
  }

  .popupSauvegarder .input-zone {
    display: flex;
    flex-direction: column;
  }

  .fermePopupSauvegarder {
    position: initial;
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
}

.fermePopupComparateurOption {
  padding: 0 5px;
  width: calc(100% - 10px);
}

.fermePopupComparateurVelo {
  padding: 0 5px;
  width: calc(100% - 10px);
}

.inputSauvegardeConfig {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}

.inputSauvegardeConfiguration {
  border-radius: 12px;
  border: none;
  background-color: #ccc;
  height: 1.5rem;
  width: 250px;
  padding: 0.25rem;
}

.inputSauvegardeConfiguration #email1a {
  text-align: center;
}

.erreurCompo {
  position: fixed;
  background-color: #FFF;
  max-width: 500px;
  width: 95%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 20px 20px;
  z-index: 80;
  border-radius: 10px;
}

.divFermeErreurCompo {
  top: 10px;
  right: 10px;
  position: absolute;
}

.zonePrixPoidsRecapitulatifSuisse {
  font-size: 14px;
  padding: 0 0 10px 0;
}

.zonePrixPoidsRecapitulatifSuisse2 {
  position: fixed;
  background-color: #FFF;
  max-width: 260px;
  width: 95%;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 20px 20px;
  z-index: 80;
  border-radius: 10px;
}

.textePprixRecaConfSuisse {
  font-size: 14px;
}

.divFermeInfoLogoPrixSuisse {
  top: 10px;
  right: 10px;
  position: absolute;
}

.zonePrixSuisse {
  font-size: 10px;
  padding: 15px 0 0 0;
}

.suisseReca {
  font-family: opensanslight;
}

.corpsConfigurateur .h1PageTexte,
.corpsConfigurateur2 .h1PageTexte {
  padding: 0;
  font-size: 30px;
}

.choixFondVelo {
  font-size: 12px;
  font-family: opensanslight;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 2;
  box-shadow: 0 0 6px 0 #9C9C9C;
  padding: 10px;
  background-color: #FFF;
}

.choixFond {
  height: 20px;
  width: 20px;
  border: 2px solid #BCBEC0;
  margin-top: 3px;
  display: inline-block;
  cursor: pointer;
}

.choixFond1 {
  background-image: url(../../../images/fondConfigurateur/miniatures/fondConfigurateur_1.png);
}

.choixFond2 {
  background-image: url(../../../images/fondConfigurateur/miniatures/fondConfigurateur_2.png);
}

.choixFond3 {
  background-image: url(../../../images/fondConfigurateur/miniatures/fondConfigurateur_3.png);
}

.classFondVeloTransparent {
  background-image: none;
  background-color: #FFFFFF;
}

.classFondVelofondConfigurateur1 {
  background-image: url(../../../images/fondConfigurateur/fondConfigurateur_1.png);
  background-color: transparent;
}

.classFondVelofondConfigurateur2 {
  background-image: url(../../../images/fondConfigurateur/fondConfigurateur_2.png);
  background-color: transparent;
}

.classFondVelofondConfigurateur3 {
  background-image: url(../../../images/fondConfigurateur/fondConfigurateur_3.png);
  background-color: transparent;
}

.choixBlanc {
  height: 20px;
  width: 20px;
  border: 2px solid #BCBEC0;
  margin-top: 3px;
  display: inline-block;
  background-color: #FFFFFF;
  cursor: pointer;
}

.zoneUspBandeauBasConfigurateur2 {
  padding: 30px 0 150px;
}

.zoneUspBandeauBasConfigurateur2>div {
  padding: 10px 0;
}

.zoneSauvegardeBandeauBasConfigurateur {
  width: 320px;
}

.ajoutComparateurVelo.displayNone {
  display: none;
}

@media screen and (max-width:1400px) {
  .corpsConfigurateur .zoneConfGeo1 {
    display: none;
  }

  .corpsConfigurateur .zoneConfGeo2 {
    display: block;
  }
}

@media screen and (max-width:1250px) {
  .miniaturesRoue {
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }

  .miniaturesRoueConf {
    top: 0;
  }

  .miniatureRoue {
    padding: 0 20px;
  }

  .zonePhotosConfRoues {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width:1260px) and (min-width:1110px) {
  .zoneSauvegardeBandeauBasConfigurateur1 {
    display: none;
  }
}

@media screen and (max-width:1110px) {
  .zoneUspBandeauBasConfigurateur {
    display: none;
  }

  .zoneUspBandeauBasConfigurateur2 {
    display: block;
  }

  .bandeauBasConfigurateur {
    justify-content: space-around;
  }
}

@media screen and (max-width:1100px) {

  .fondDecorsVelo,
  .corpsConfigurateur .photoVeloDetailVelo,
  .corpsConfigurateur2 .photoVeloDetailVelo,
  #imageVeloConfigurateur {
    max-height: none;
  }

  .blocAccueil1V2a,
  .choixFondVeloAmasquer,
  .media1,
  .zonePrixBouton,
  .versTailleReca,
  .versTailleReca2,
  .versTailleReca3 {
    display: none;
  }

  .zoneSauvegardeBandeauBasConfigurateur2 {
    display: flex;
    width: 100%;
    padding-top: 30px;
    flex-direction: column;
    align-items: center;
  }

  .zoneValiderBandeauBasConfigurateur2,
  .zonePrixPoidsBandeauBasConfigurateurb {
    display: flex;
    /*width:100%;*/
    /*flex-direction:column;*/
    align-items: center;
    justify-content: space-around;
  }

  .hautDetailVelo {
    flex-direction: column;
  }

  .recapitulatif {
    padding: 50px 0;
    margin: 0 auto;
    height: 100%;
    overflow-y: hidden;
  }

  .zoneGaucheDetailVelo {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }

  .corpsConfigurateur,
  .corpsConfigurateur2 {
    position: relative;
  }

  .choixFondVelo {
    margin: 0 auto;
    position: static;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .fondDecorsVelo,
  .corpsConfigurateur .photoVeloDetailVelo,
  .corpsConfigurateur2 .photoVeloDetailVelo {
    top: 0;
  }

  .media {
    padding: 10px 0 0 0;
  }

  .media a {
    width: 40%;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
  }

  .media2 {
    display: block;
    padding: 30px 0 0;
  }

  .corpsConfigurateur .recapitulatif,
  .corpsConfigurateur2 .recapitulatif {
    overflow: auto;
    height: auto;
    background-color: #FFF;
    padding: 20px 0 0 0;
  }

  .contenuUsps2 {
    width: calc(100% - 40px);
    padding: 20px;
  }

  .corpsConfigurateur .uspParcourCommande,
  .corpsConfigurateur2 .uspParcourCommande {
    padding: 10px 0 10px 0;
  }

  .ligneDetailRecaSelctionnee {
    background-color: #F2F6F7;
  }

  .corpsConfigurateur .zoneGaucheDetailVelo,
  .corpsConfigurateur2 .zoneGaucheDetailVelo {
    max-width: 100%;
  }


}

@media screen and (max-width:700px) {
  .sommaireUsps2 a {
    width: 40%;
  }

  .zoneScrollableUsps2 {
    padding: 30px 30px 0 0;
  }
}

@media screen and (max-width:600px) {
  .zoneSauvegardeBandeauBasConfigurateur1 {
    display: block;
  }

  .zoneSauvegardeBandeauBasConfigurateur1 .ajoutComparateurVelo {
    display: none;
  }

  .zoneSauvegardeBandeauBasConfigurateur {
    width: auto;
  }

  #blockDiapoPhotoConf {
    height: 300px;
  }

  #diapoPhotoConf img {
    max-height: 300px;
    height: auto;
  }

  .zonePrixBouton {
    width: 100%;
    padding: 0;
  }

  .erreurCompo {
    max-width: none;
    width: calc(95% - 40px);
  }
}

@media screen and (max-width:550px) {
  .zonePrixBoutonDetail {
    display: none;
  }
}

@media screen and (max-width:400px) {
  .recapitulatif {
    width: 90%;
  }

  .blocDroiteTitreConf {
    padding: 60px 10px 20px;
  }

  .zoneBoutonReduit.zoneBouton1.boutonReduitAppelConseilleReca {
    padding: 10px 0;
  }

  .zoneHautBoutonReca {
    flex-direction: column;
    align-items: center;
  }

  .sommaireUsps2 a {
    width: 100%;
  }

  .corpsConfigurateur .uspParcourCommande,
  .corpsConfigurateur2 .uspParcourCommande {
    padding: 10px 0 10px 10px;
  }
}

@media screen and (max-width:340px) {
  .livreEnSuisConfBas {
    display: none;
  }
}

/* Debut recherche */
.resultat {
  padding: 20px 0;
  margin: 0 0 10px;
}

.pasPremierResultat {
  border-bottom: 1px solid #F6F6F6;
}

.imageResultat {
  width: 100px;
}

.imageResultat img {
  width: 100%;
}

.blocTexteResultat {
  flex: 1;
}

.titreResultat {
  padding: 0 0 0 40px;
}

.texteResultat {
  padding: 0 0 0 40px;
}

/* Fin Recherche */

/* Début options configurateur */
.options {
  margin: 0 0 0 0;
  position: fixed;
  display: none;
  /*position:relative;*/
  text-align: left;
  z-index: 10;
  right: 0;
  left: 0;
  bottom: 54px;
  background-color: #F2F6F7;
}

.option2 {
  margin: 0;
  /*height:200px;*/
  display: none;
  box-shadow: 0 0 6px 0 #9C9C9C;
}

.zoneProduitsFleches {
  height: 200px;
  overflow-x: hidden;
  position: absolute;
  z-index: 11;
  /*background-color:#DDD;*/
  background-image: url(images/fondBandeauOptionConfigurateur2.png);
  background-size: 150px auto;
  background-position: center;
  /*background-repeat:no-repeat;*/
}

.versGauche {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 13;
  height: 200px;
  background-color: #FFF;
  background-position: center;
  background-size: 140%;
  background-repeat: no-repeat;
}

.versDroite {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  height: 200px;
  background-color: #FFF;
  background-image: url(images/fleche-droite-option-bleue.svg);
  background-position: center;
  background-size: 140%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.zoneProduits {
  height: 200px;
  overflow-x: hidden;
  position: absolute;
  width: 15000px;
  z-index: 0;
}

.produitConfKitCadre {
  float: left;
  width: 280px;
  height: 200px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #F2F6F7;
}

.produitConfKitCadre:nth-child(even) {
  background-color: #FFF;
}

.affichageRupture {
  top: 0;
  left: 0;
  background-color: #F2F6F7;
  width: 100%;
  height: 100%;
}

.texteInfoRupture {
  font-size: 12px;
  padding: 3px 10px;
}

.zoneRupture {
  height: 100%;
}

.texteRuptureOptionRupture {
  font-size: 14px;
}

.colonne2OptionConfigurateur {
  flex: 1;
}

.borderVerticale {
  position: absolute;
  right: 0;
  top: 20px;
  height: 160px;
  width: 1px;
  /*background-color:#025159;*/
  background-color: transparent;
}

.borderVerticale.derniereBordure {
  border: none;
  background-color: transparent;
}

.produitConfKitCadre.composantSel {
  background-color: #DDD;
}

.vignetteConf {
  width: 145px;
  text-align: center;
  position: relative;
  padding-top: 10px;
  height: 160px;
}

.vignetteConf img {
  width: 140px;
}

.zoneDroiteOption {
  flex: 1;
}

.basOption {
  width: 100%;
  height: 33px;
}

.libelleOption {
  font-family: opensansregular;
  padding: 0 3px 0 0;
}

.libelleOption a,
.fabricantOption a {
  color: #000;
}

.fabricantOption {
  font-family: opensanssemibold;
  padding: 10px 0 0 0;
}

.prixPoidsComposant {
  color: #000;
  font-size: 12px;
  padding: 0 0 10px;
}

.composantSel .espacePrixPoids {
  display: none;
}

.difference {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 3px;
  margin-bottom: 5px;
}

.composantSel .difference {
  border: none;
}

.checkBoxCompOption {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  /*border: none;*/
}

.checkBoxCompOption:checked {
  margin: 0;
  position: relative;
}

.checkBoxCompOption[disabled] {
  border: 1px solid #CCC;
}

.checkBoxCompOption:checked:before {
  content: 'x';
  display: block;
  color: #000;
  font-size: 18px;
  position: absolute;
  top: -5px;
  left: 1px;
}

.iconeConf {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 1px;
}

.iconeConf img {
  height: 20px;
}

.option2 .infoLogo {
  background-image: url(images/info-noir.svg);
  cursor: pointer;
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: middle;
}

.option2 .infoLogoLike.icon-loupe {
  background-image: url(images/loupe-noir.svg);
  cursor: pointer;
  height: 15px;
  width: 15px;
  display: inline-block;
}

.option2 .infoLogoLike img {
  width: 15px;
  height: 15px;
}

.option2 .infoLogoBis {
  line-height: 20px;
  background-color: #0F89C6;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  height: 20px;
  width: 20px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.3em;
  padding: 0;
}

.descriptionOptionConf {
  display: none;
  position: absolute;
  z-index: 50;
  width: 200px;
  background-color: #FFF;
  padding: 35px 5px 5px 5px;
  border: 1px solid #636466;
  border-radius: 0 0 7px 7px;
  cursor: pointer;
  text-align: justify;
  font-size: 0.8em;
  overflow-y: auto;
}

.descriptionOptionConf .imageInfoOption img {
  width: 100%;
}

.divFermeDescription {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 52;
  padding: 10px 10px 10px 0;
}

/*@media screen and (max-width: 460px) {
	.vignetteConf{
		width:80px;
	}
	.vignetteConf img{
		width:74px;
	}
	.zoneIconesCon{
		padding:0;
	}
}*/

.optionsConfigurateur {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  background-color: #F2F6F7;
  align-content: start;
}

.divFermeChoixOption {
  text-align: right;
  padding: 2px 10px 0 0;
  width: 100%;
  /*height:20px;*/
}

.divFermeDetailOption {
  text-align: right;
  padding: 2px 10px 0 0;
  height: 20px;
  position: sticky;
  right: 0;
  top: 0;
  width: 100%;
}

.fermeDetailOption {
  cursor: pointer;
}

.divFermeDetailOption2 {
  text-align: right;
  padding: 2px 10px 0 0;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 100%;
}

.divFermeDetailZoom {
  text-align: right;
  padding: 2px 10px 0 0;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1001;
  width: 100%;
}

.divFermeBlocTris {
  text-align: right;
  padding: 12px 10px 0 0;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
}

.divFermeGuideAchat {
  text-align: right;
  padding: 12px 10px 0 0;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
}

.divFermeChoixOption img,
.divFermeDetailOption img,
.divFermeBlocTris img,
.divFermeGuideAchat img {
  cursor: pointer;
}

.colonneFiltres {
  width: 179px;
  border-right: 1px solid #DEDEDE;
  overflow-y: auto;
  height: 100%;
  scrollbar-width: none;
}

.blocTris {
  font-family: opensansregular;
  font-size: 14px;
  padding: 10px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #F2F6F7;
  border-bottom: 1px solid #000;
}

.titreBlocTri {
  font-size: 16px;
  font-family: opensanssemibold;
  padding-bottom: 10px;
}

.titreBlocFiltre {
  font-size: 16px;
  font-family: opensanssemibold;
}

.blocFiltres {
  font-family: opensansregular;
  font-size: 14px;
  padding: 10px;
  background-color: #F2F6F7;
  border-bottom: 1px solid #000;
}

.blocFiltre {
  padding: 10px 0 0 0;
}

.blocTitreFiltre {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.blocTitreFiltre2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.titreFiltre {
  font-family: opensanssemibold;
  padding: 0 10px 0 0;
  font-size: 15px;
}

.informationTitreFiltre {}

.flecheFiltre {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}

.optionsFiltre {
  padding: 5px 0 0 0;
}

.optionFiltre {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2px 0;
}

.optionFiltre input, .optionFiltre label {
  cursor: pointer;
}

.libelleOptionFiltre {
  margin: 0 0 0 10px;
}

.checkBoxFiltre {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  border: 1px solid transparent;
  border-radius: 5px;
}

.checkBoxFiltre:checked {
  margin: 0;
  position: relative;
}

.checkBoxFiltre[disabled] {
  border: 1px solid #CCC;
}

.checkBoxFiltre:checked:before {
  content: 'x';
  display: block;
  color: #000;
  font-size: 18px;
  position: absolute;
  top: -5px;
  left: 1px;
}

.blocBoutonsFiltres {
  padding: 20px 0;
  font-size: 14px;
}

.blocBoutonsFiltres .zoneBoutonReduit.zoneBouton1 {
  font-size: 14px;
}

.reinitFiltre {
  text-align: center;
  text-decoration: underline;
  font-family: opensansregular;
}

.uspsOptionConfigurateur {
  padding: 30px 0 0 0;
}

.uspOptionConfigurateur .blocBandeauGarantie {
  padding: 0;
}

.uspOptionConfigurateur .blocBandeauGarantie img {
  width: 30px;
}

.uspOptionConfigurateur .texteBandeauGarantie {
  font-size: 12px;
  height: auto;
  padding: 2px 0 10px 0;
}

.colonneOptions {
  width: calc(100% - 181px);
  position: relative;
  align-content: start;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
}

.colonneOptionsDetail {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.colonneOptionsGrille {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-content: start;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  padding: 0 10px;
}

.fondDesactiveColonneOption {
  display: none;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
  z-index: 5;
}

.detailOption {
  position: absolute;
  width: calc(100% - 14px);
  top: 20px;
  right: 7px;
  left: 7px;
  bottom: 20px;
  z-index: 5;
  display: none;
  background-color: #FFF;
  border-radius: 20px;
}

.zonePhotoDetailOption {
  width: 50%;
  background-color: #DDD;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 20px;
  /*align-items:center;*/
}

.zonePhotoDetailOption img {
  /*max-width:100%;
	max-height:100%;*/
}

.zoneTexteDetailOption {
  box-sizing: border-box;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  font-family: opensansregular;
  /*padding:0 5%;*/
  position: relative;
  overflow-y: auto;
  /*flex-direction:column;
	justify-content:center;*/
}

/*.zoneTexteDetailOption::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
	right:30px;
	position:relative;
}

.zoneTexteDetailOption::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .5);
	box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}*/
.marqueDetailOption {
  font-size: 20px;
  font-family: opensanssemibold;
  width: 100%;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 5% 25px 5%;
}

.libelleDetailOption {
  font-size: 18px;
  width: 100%;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 5% 25px 5%;
}

.detailTexteDetailOption {
  font-size: 14px;
  width: 100%;
  padding: 0 5% 25px 5%;
}

.differenceTexteDetailOption {
  padding: 15px 0;
  font-size: 16px;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding: 0 5% 25px 5%;
}

.differenceDetailOption {
  font-family: opensanssemibold;
  width: 100%;
}

.poidsDetailOption,
.prixDetailOption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.strPoidsDetailOption,
.strPrixDetailOption {
  width: 60px;
}

.valeurPoidsDetailOption,
.valeurPrixDetailOption {
  width: 80px;
  text-align: right;
}

.boutonTexteDetailOption {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 5% 10px 5%;
  position: sticky;
  bottom: 0;
  background-color: #FFF;
}

.boutonTexteDetailOption .zoneBouton1 {
  padding: 0;
}

.blocOptionSticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  background-color: #F2F6F7;
}

.blocOption {
  width: 100%;
  height: 160px;
  margin: 5px 10px;
  border-radius: 5px;
  background-color: #FFF;
  position: relative;
}

.blocOption.blocOptionActuel {
  width: calc(100% - 2px);
  height: 158px;
  border: 1px solid #44BCC9;
}

.blocOptionPhoto {
  width: 50%;
  height: 160px;
  background-color: #DDD;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.blocOptionActuel .blocOptionPhoto {
  height: 158px;
}

.blocOptionPhoto img {
  height: 90%;
}

.blocOptionPhoto img.promoOptionConf {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: auto;
  height: 70px;
}

.conteneurDiapoPhotoConf img.promoOptionConf {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: auto;
  height: 140px;
}

.blocOptionTextes {
  width: calc(50% - 20px);
  padding: 5px 10px 10px;
  height: 145px;
  position: relative;
}

.blocOptionComparer {
  font-family: opensansregular;
  font-size: 12px;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.zoneTexteOptionCliquable {
  height: 100%;
}

.blocOptionMarque {
  font-family: opensanssemibold;
  font-size: 16px;
  padding: 5px 0;
  cursor: pointer;
}

.blocOptionLibelle {
  font-family: opensansregular;
  font-size: 14px;
  cursor: pointer;
  max-height: 76px;
  overflow-y: auto;
}

.blocOptionDif {
  font-family: opensanssemibold;
  font-size: 14px;
  position: absolute;
  width: calc(100% - 20px);
  bottom: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.blocOptionGuide {
  text-align: center;
}

.titreBlocGuide {
  font-family: opensanssemibold;
  font-size: 16px;
  text-align: center;
  padding: 10px 0 0 0;
}

.titreGuide {
  font-family: opensansregular;
  font-size: 14px;
  text-align: center;
  padding: 15px 30px 0;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blocBoutonsGuide {
  padding: 5px 0 0 0;
}

.blocBoutonsGuide .zoneBoutonReduit.zoneBouton1 span {
  font-size: 14px;
}

.blocOptionComparerListe {
  text-align: center;
}

.titreComparer {
  font-family: opensanssemibold;
  font-size: 16px;
  text-align: center;
  padding: 10px 0 0 0;
}

.zoneMiniatureCompare {
  width: 250px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 15px 0 0 0;
}

.miniatureComparare {
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 5px;
}

.miniatureComparare img {
  width: 100%;
}

.boutonComparer {
  padding: 5px 0 0 0;
}

.boutonComparerOption {
  justify-content: center;
}

.blockDiapoPhotoConf {
  width: calc(100% - 120px);
  padding: 10px;
}

.blockFlecheDroiteDiapoPhotoConf {
  height: 100%;
}

.blockFlecheDiapoPhotoConf {
  width: 50px;
}

.divFermeChoixOption2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 52;
}

.conteneurDiapoPhotoConf {
  width: calc(100% - 120px);
  overflow-x: hidden;
  max-height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.diapoPhotoConf,
.diapoPhotoConfZoom {
  width: 30000px;
  overflow-x: hidden;
  max-height: 100%;
  height: 100%;
}

.triMobile {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  font-size: 12px;
  padding: 10px 0;
  background-color: #F2F6F7;
  position: relative;
}

.boutonMobileFiltre {
  height: 30px;
  width: 110px;
  padding: 0 10px;
  border: 1px solid #000;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.texteFiltrerMobile {
  display: inline-block;
  padding: 0 0 0 15px;
}

.lienPeinture {
  font-size: 12px;
  cursor: pointer;
  color: #44BCC9;
  padding: 15px 0 0 0;
}

.zoneTexteDetailOption .lienPeinture {
  font-size: 16px;
  padding: 30px 5% 0 5%;
}

.lienRupture {
  padding: 10px 0 0 0;
  color: #025159;
  font-style: italic;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
}

.nvPointPhoto {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 12px;
  justify-content: center;
}

.blockPointPhoto {
  padding: 0 10px;
}

.pointPhoto {
  width: 10px;
  height: 10px;
  border-radius: 6px;
  cursor: pointer;
}

.rondBleu {
  background-color: #44BCC9;
  border: 1px solid #44BCC9;
}

.rondVide {
  background-color: #FFF;
  border: 1px solid #FFF;
}

.vignettesOptionDetail,
.vignettesOptionDetailZoom {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.vignetteOptionDetail {
  margin: 0 10px;
  background-color: #FFF;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.optionDetailZoom {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #DEDEDE;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.optionDetailZoom .imageOptionZoom {
  max-width: 100%;
  max-height: 100vh;
  height: auto;
}

.divFermeOptionDetailZoom {
  z-index: 1001;
  position: absolute;
  top: 15px;
  right: 15px;
}

.descriptionFiltre {
  display: none;
  position: fixed;
  width: 80%;
  max-width: 800px;
  height: 320px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background-color: #FFF;
  padding: 30px;
  border-radius: 10px;
  flex-wrap: wrap;
  align-items: center;
  overflow-y: auto;
}

.divDescriptionFiltre {
  z-index: 1001;
  position: absolute;
  top: 15px;
  right: 15px;
}

.titreDescriptionFiltre {
  font-family: opensanssemibold;
  font-size: 18px;
}

.detailDescriptionFiltre {
  font-family: opensansregular;
  font-size: 14px;
  padding: 20px 0 20px 0;
}

.boutonTexteDetailOption .lienRupture {
  font-size: 14px;
}

.guideAchat {
  display: none;
  position: fixed;
  width: 60%;
  /*max-width:800px;*/
  height: 60%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background-color: #FFF;
  padding: 40px;
  border-radius: 10px;
  flex-wrap: wrap;
  align-items: center;
  /*overflow-y:auto;*/
}

.detailGuideAchat {
  overflow-y: auto;
  height: 100%;
}

.detailGuideAchat img {
  max-width: 100%;
  height: auto;
}

.descriptionGuideAchat {
  padding: 0 10px 0 0;
}

#copilotdocked-iframe {
  z-index: 4 !important;
}
#copilotreduced-iframe {
  z-index: 4 !important;
}

/* Sélectionne tout élément dont l'id commence par "iframe-notification" */
[id^="iframe-notification"] {
  z-index: 4 !important;
}


@media screen and (min-width: 870px) {
  .blocOption {
    width: calc(50% - 20px);
  }

  .blocOption.blocOptionActuel {
    width: calc(50% - 23px);
  }

  .nvPointPhoto {
    display: none;
  }

  .vignettesOptionDetail {
    display: flex;
  }
}

@media screen and (max-width: 870px) {
  .descriptionFiltre {
    width: calc(100% - 60px);
    max-width: calc(100% - 60px);
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0, 0);
    border-radius: unset;
    align-items: baseline;
  }

  .guideAchat {
    width: calc(100% - 80px);
    max-width: calc(100% - 80px);
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0, 0);
    border-radius: unset;
    align-items: baseline;
  }

  .detailGuideAchat {
    height: 100%;
  }

  .titreDescriptionFiltre {
    padding: 30px 0 0 0;
  }

  .detailOption {
    flex-wrap: wrap;
    overflow-y: auto;
  }

  .zonePhotoDetailOption {
    width: 100%;
    position: relative;
  }

  .zoneTexteDetailOption {
    width: 100%;
    padding: 0 40px 50px;
  }

  .libelleDetailOption {
    padding: 15px 0 0;
  }

  .detailTexteDetailOption {
    padding: 15px 0 0;
  }

  .divFermeDetailOptionTexte {
    display: none;
  }

  div.divFermeDetailOptionPhoto {
    display: block;
    z-index: 6;
  }

  img.divFermeDetailOptionPhoto {
    height: 30px;
  }

  .colonneFiltres {
    width: 100%;
    height: auto;
  }

  .colonneOptions {
    width: 100%;
  }

  .blocTris,
  .blocFiltres {
    display: none;
  }

  .triMobile {
    display: flex;
  }

  .blocOptionActuel {
    order: 1;
  }

  .blocOptionTriable {
    order: 2;
  }

  .blocOptionComparerListe {
    order: 3; 
  }

  .marqueDetailOption {
    padding: 0;
  }

  .libelleDetailOption {
    height: 20px;
  }

  .colonneOptions {
    height: 94%;
  }

  .tableauComparateurOption {
    width: auto;
  }

  .divFermeBlocTris {
    /*display:block;*/
  }

  .divFermeChoixOption,
  .divFermeBlocTris,
  .divFermeDetailOption {
    /*height:20px;*/
  }

  .fermeChoixOption,
  .divFermeBlocTris,
  .divFermeDetailOption {
    width: 20px;
  }

  .flecheDiapoPhoto {
    display: none;
  }
}

@media screen and (min-width: 1220px) {
  .blocOption {
    width: calc(33% - 20px);
  }

  .blocOption.blocOptionActuel {
    width: calc(33% - 22px);
  }
}

@media screen and (min-width: 1560px) {
  .blocOption {
    width: calc(25% - 20px);
  }

  .blocOption.blocOptionActuel {
    width: calc(25% - 23px);
  }
}


/* Fin options configurateur */

/* Début équipement */
.blocCategorieEquipement {
  width: 190px;
  padding: 40px 30px;
  border: 1px solid #E0E0E0;
  margin: 0 5px 10px;
}

.titreCategorieEquipement {
  font-size: 28px;
  color: #44BCC9;
  padding: 30px 0 10px;
  width: 100%;
}

.photoCategorieEquipement {
  width: 190px;
  height: 190px;
}

.photoCategorieEquipement a {
  width: 190px;
  height: 190px;
}

.photoCategorieEquipement img {
  max-width: 180px;
  max-height: 180px;
  width: 100%;
}

.libelleCategorieEquipement {
  font-size: 20px;
  padding: 10px 0 0;
  font-family: opensanslight;
}

.sousMenuCategorieEquipement {
  border-bottom: 1px solid #025159;
  padding: 20px 0 10px 0;
}

.sousMenuCategorieEquipement1c {
  width: 17%;
}

.sousMenuCategorieEquipement2c {
  width: 34%;
}

.sousMenuCategorieEquipement1c .lienSousMenuCategorieEquipement {
  width: 100%;
}

.sousMenuCategorieEquipement2c .lienSousMenuCategorieEquipement {
  width: 50%;
}

.titreSousMenuCategorieEquipement {
  color: #44BCC9;
  font-size: 18px;
  height: 48px;
}

.lienSousMenuCategorieEquipement {
  padding: 5px 0;
}

.listeProduit {
  padding: 30px 0 0 0;
}

.blocProduitListeProduit {
  width: 190px;
  padding: 40px 30px;
  margin: 0 5px 10px;
}

.partie2ZoneDroitePanier .blocProduitListeProduit {
  width: 170px;
  padding: 40px 15px;
  margin: 0 0 10px;
}

.photoListeProduit {
  width: 190px;
  height: 190px;
}

.partie2ZoneDroitePanier .photoListeProduit {
  width: 170px;
}

.photoListeProduit .photoListeProduitProduit {
  max-width: 180px;
  max-height: 180px;
  width: 100%;
}

.logoPromo {
  top: 0;
  right: 0;
  z-index: 2;
}

.pourcentageRemise {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
}

.marqueListeProduit {
  font-size: 24px;
}

/*.partie2ZoneDroitePanier .marqueListeProduit{
	font-size:16px;
}*/
.libelleListeProduit {
  padding: 5px 0 10px;
  font-size: 14px;
}

.poidsListeProduit {
  font-size: 14px;
  padding: 0 0 10px;
}

.prixListeProduit {
  padding: 0 0 5px;
}

.prixPromoListeProduit {
  color: #84989B;
  font-size: 24px;
}

.zoneDetailEquipement {
display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.zoneDetailProduit {
  padding: 0 0 0 25px;
}

.zonePhotosDetailEquipement {
  width: 530px;
}

.blocPhotoDetailEquipement {
  height: 400px;
}

.flechePrincipaleDetailProduit {
  width: 30px;
  height: 30px;
}

.flechePrincipaleDetailProduit img {
  padding: 7px;
}

.miniatureDetailEquipement {
  width: 60px;
  height: 60px;
  margin: 5px 0;
  border: 1px solid #E0E0E0;
}

.fabricantDetailEquipement {
  padding: 0 0 15px 0;
  font-size: 24px;
}

.titreDescription {
  padding: 0 0 30px 0;
}

.zoneCarateristiques {
  padding: 15px 0 0 0;
}

.selectTaille {
  padding: 0 0 15px 0;
}

.popupPanier {
  position: fixed;
  background-color: #FFF;
  max-width: 500px;
  width: calc(95% - 10px);
  height: 230px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  box-shadow: 0 0 6px 0 #9C9C9C;
  z-index: 80;
}

.popupLinxoRedirect {
    position: fixed;
    background-color: #FFF;
    max-width: 495px;
    width: calc(95% - 10px);
    height: 263px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    box-shadow: 0 0 6px 0 #9C9C9C;
    z-index: 80;
}

.zoneBoutonsPopupPanier {
  height: 100px;
}

.popupAccessoire {
  position: fixed;
  background-color: #FFF;
  max-width: 1080px;
  width: calc(95% - 10px);
  max-height: 90%;
  height: 610px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  box-shadow: 0 0 6px 0 #9C9C9C;
  z-index: 80;
  overflow-y: auto;
}

.echangeGratuit {
  padding: 50px 0 0;
}

.tailleMaillot {
  margin: 30px 0 10px;
}

.tailleMaillot th,
.tailleMaillot td {
  border: 1px solid #000000;
}

.tailleMaillot td,
.tailleMaillot th {
  width: 60px;
  text-align: center;
  font-size: 0.7em;
}

.tailleMaillot th.legendeTableauTailleTitre {
  font-weight: normal;
  padding: 3px 0;
  font-size: 27px;
  text-align: left;
  border: none;
}

.tailleMaillot th.legendeTableauTailleTitre .sousTitreTableauTailleTitre {
  font-size: 18px;
}

.tailleMaillot th.legendeTableauTaille {
  font-weight: normal;
  padding: 3px 0;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 0.95em;
  text-align: left;
}

.tailleMaillot td.taillePoisMaillot,
.tailleMaillot th.taillePoisMaillot {
  width: 110px;
  text-align: center;
}

.celluleVide {
  background-color: #E4E6E6;
}

.zoneBoutonPopupAccessoire {
  height: 60px;
}

.zoneBoutonPopupAccessoire .zoneBoutonReduit.zoneBouton1,
.zoneBoutonPopupAccessoire .zoneBoutonReduit.zoneBouton1 .bouton1 {
  padding: 0;
  width: 100%;
}

.zoneBoutonPopupAccessoire .selectTaille {
  padding: 0 0 5px 0;
}

.zoneFermerPopupAccessoire {
  height: 30px;
}

.fermerPopupAccessoire {
  font-size: 14px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}

@media screen and (max-width:1200px) {

  #fondDesactivePopupAccessoire,
  .popupAccessoire {
    display: none;
  }
}

@media screen and (max-width:1100px) {
  .partie2ZoneDroitePanier .blocProduitListeProduit {
    width: 160px;
  }
}

@media screen and (max-width: 940px) {
  .sousMenuCategorieEquipement {
    display: none;
  }

  .listeProduit {
    justify-content: center;
  }
}

@media screen and (max-width: 850px) {
  .flechePrincipaleDetailProduit {
    display: none;
  }

  .miniaturesDetailEquipement {
    flex-direction: row;
  }

  .zoneDetailEquipement {
    justify-content: center;
  }

  .zonePhotosDetailEquipement {
    width: 400px;
    justify-content: center;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 600px) {
  .listeCategorieEquipement {
    justify-content: center;
  }

  .titreCategorieEquipement {
    text-align: center;
  }

  .zoneDetailProduit {
    padding-top: 50px;
  }
}

@media screen and (max-width: 450px) {
  .blocPhotoDetailEquipement {
    height: auto;
  }

  .zonePhotosDetailEquipement,
  .zonePhotosDetailEquipement .photoDetailEquipement {
    width: 100%;
  }
}

/* Fin équipement */

/* Début profil */
.zoneFormulaireConnexion {
  /*margin-top: 50px;*/
  padding: 30px 30px 30px 10px;
}

.formulaireInscription,
.formulaireConnexion {
  max-width: 427px;
}

.titreFormulaire {
  padding: 0 0 18px 0;
  width: 100%;
}

.formulaireClassique .ligneFourmulaireClassique {
  padding: 4px 0;
}

.formulaireClassique .zoneChamp {
  width: 230px;
}

.formulaireClassique .zoneChampMdpo {
  width: 100%;
}

.formulaireClassique label {
  display: block;
  width: 150px;
  font-family: openSansRegular;
  font-size: 12px;
  color: #84989B;
}

.formulaireClassique input {
  display: inline-block;
  height: 23px;
  background-color: transparent;
  border: 1px solid #8C8D8E;
  border-radius: 12px;
}

.formulaireClassique select {
  display: block;
  width: 100%;
  height: 23px;
  background-color: transparent;
  border: 1px solid #8C8D8E;
  border-radius: 12px;
  padding-left: 10px;
}

.formulaireClassique input[type=text],
.formulaireClassique input[type=password] {
  width: calc(100% - 20px);
  padding: 0 10px;
}

.formulaireClassique select.taille3ParLigne {
  width: 72px;
}

.formulaireClassique select.taille3ParLigne.taille3ParLigneDernier {
  width: 72px;
  padding-left: 5px;
}

.separationFormulaire {
  width: 1px;
  height: 360px;
  background-color: #E0E0E0;
}

.formulaireInscription .bouton2,
.formulaireConnexion .bouton2 {
  padding: 0 40px;
}

.formulaireInscription .blocBouton,
.formulaireConnexion .blocBouton {
  padding: 15px 0;
  width: 100%;
}

.texteFormulaire {
  padding: 5px 0;
  font-size: 12px;
  width: 100%;
}

.lienMdpo {
  text-decoration: underline;
  color: #025159;
}

.messageErreur {
  padding: 15px;
  color: #FF0000;
  font-size: 12px;
}

.messageOk {
  padding: 15px;
  color: #03240A;
  font-size: 12px;
}

.popupMdpo {
  position: fixed;
  background-color: #FFF;
  max-width: 300px;
  width: 95%;
  height: 200px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 20px 20px;
  z-index: 80;
  border-radius: 10px;
}

.divFermeMdpo {
  top: 10px;
  right: 10px;
  position: absolute;
}

.pagesCompte,
.pageContact {
  padding-top: 50px;
}

.pagesCompte .block-one-quarter {
  height: fit-content;
}

.pagesCompte h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.pagesCompte h2 {
  font-family: opensanssemibold;
  font-size: 20px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  font-weight: normal;
}

.pagesCompte h3 {
  font-family: opensanssemibold;
  font-size: 16px;
  margin-bottom: 16px;
  display: block;
  width: 100%;
  font-weight: normal;
}

.pagesCompte p {
  font-family: opensansregular;
  font-size: 12px;
}

.pagesCompte .monSolde {
  font-family: opensanssemibold;
  font-size: 24px;
  margin-bottom: 10px;
}

.menuCompte,
.blocsMenuCompte {
  width: 100%;
  background-color: #fff;
}

.menuCompte.pageFaq {
  max-width: 240px;
  height: fit-content;
}

.menuCompte {
  margin-bottom: 10px;
}

.zoneTableauMesCommandes {
  width: calc(100% - 360px);
  padding: 40px;
  background-color: #FFF;
}

.mesCommandes {
  width: 100%;
  font-size: 14px;
}

.mesCommandes th {
  text-align: left;
  padding: 5px 10px;
}

.mesCommandes td {
  padding: 5px 10px;
}


.blocMenuCompte {
  height: 65px;
  border-left: 4px solid #FFF;
  width: calc(100% - 4px);
}

.blocMenuCompte:not(:last-child) {
  border-bottom: 1px solid #44BCC9;
}

.blocMenuCompte.menuCompteSel {
  border-left: 4px solid #44BCC9;
}

.blocMenuCompte a,
.blocMenuCompte span {
  color: #000;
  padding: 0 0 0 10px;
  width: calc(100% - 10px);
  height: 65px;
}

#blocMenuCompteWelcome {
  height: auto;
  width: calc(100% - 24px);
  /* border + padding*/
  padding: 5px 10px;
}

#blocMenuCompteWelcome>div {
  display: block;
  width: 100%;
  padding: 5px 0;
}

.boutonDeconnexion {
  background-color: #F6F6F6;
  padding: 20px 0 20px 14px;
}

.titreVeloSauvegarde {
  font-size: 16px;
}

.veloSauvegarde:nth-child(n+2) .titreVeloSauvegarde {
  padding: 20px 0 0;
}

.titreVeloSauvegarde .petit {
  font-size: 12px;
}

.photoVeloSauvegarde {
  width: 100%;
}

.detailVeloSauvegarde {
  padding: 30px 0 50px 0;
  border-bottom: 1px solid #707070;
}

.compositionVeloSauvegarde {
  color: #707070;
  font-family: opensansregular;
  font-size: 14px;
  width: 50%;
}

.prixPoidsConfigVeloSauvegarde {
  width: 50%;
  align-content: flex-start;
}

.zonePrixPoidsVeloSauvegarde {
  width: 200px;
  padding: 0 0 40px;
}

.liensVeloSauvegarde {
  width: 100%;
}

.liensVeloSauvegarde .zoneBouton1 {
  width: 100%;
}

.liensVeloSauvegarde .lienSupprimerVeloSauvegarde {
  width: 100%;
  font-family: opensansregular;
  font-size: 12px;
  padding: 10px 0;
}

.liensVeloSauvegarde .zoneBouton1 a {
  width: 140px;
}

.uspFaq {
  margin: 20px;
  border: 1px solid #44BCC9;
  padding: 20px;
}

.uspFaq2 {
  border: 1px solid #44BCC9;
  padding: 10px 20px;
}

.titreUspFaq {
  font-size: 18px;
  width: calc(100% - 25px);
}

.titreUspFaq2 {
  width: calc(100% - 25px);
}

.contenuUspFaq {
  padding: 20px 0 0;
}

.categorieSujet,
.titreUsp {
  padding: 5px 0;
}

.blocSujet,
.blocQuestion {
  padding: 5px 0;
}

.strSujetContact {
  width: 70px;
}

.libelleSujet,
.libelleQuestion {
  flex: 1;
}

@media screen and (max-width: 1200px) {
  .pagesCompte {
    flex-direction: column;
  }

  .menuCompte {
    width: 272px;
    border: 1px solid #44BCC9
  }

  .flecheMenuCompte {
    display: flex;
    z-index: 2;
    height: 65px;
  }

  .flecheMenuCompte img {
    width: 32px;
  }

  .zoneTableauMesCommandes {
    margin: 30px 0 0;
    width: calc(100% - 20px);
    padding: 40px 10px;
  }

  .blocsMenuCompte {
    width: 240px;
  }

  .blocsMenuCompte2 {
    width: 272px;
  }

  .blocMenuCompte2 {
    display: none;
  }

  .blocMenuCompteP {
    display: none;
  }

  .blocMenuCompteP.menuCompteSel {
    display: flex;
  }

  .boutonDeconnexion {
    background-color: #FFF;
  }
}

@media screen and (max-width: 900px) {
  .zoneFormulaireConnexion {
    align-items: center;
    flex-direction: column-reverse;
  }

  .separationFormulaire {
    display: none;
  }

  .formulaireInscription {
    padding: 30px 0 0;
  }
}

@media screen and (max-width: 790px) {
  .detailVeloSauvegarde {
    flex-direction: column;
    align-items: center;
  }

  .compositionVeloSauvegarde {
    width: 360px;
  }

  .prixPoidsConfigVeloSauvegarde {
    width: 100%;
    padding: 30px 0 0;
  }
}

@media screen and (max-width: 500px) {
  .compositionVeloSauvegarde {
    width: 100%;
  }

  .formulaireInscription,
  .formulaireConnexion {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .zoneFormulaireConnexion {
    justify-content: center;
  }

  .ligneFourmulaireClassique {
    width: 260px;
  }
}

/* Fin profil */

/* Debut Service Center */
.legendServiceCenter {
  height: 40px;
}

.bodyServiceCenter {
  margin: 20px auto;
  width: 100%;
  overflow-x: auto;
}

#listeServiceCenter {
  min-width: 980px;
}

#listeServiceCenter_info,
#listeServiceCenter_paginate {
  font-size: 12px;
}

@media screen and (max-width: 1000px) {

  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: left;
  }

  .dataTables_wrapper .dataTables_filter {
    float: right;
    margin-top: 0;
  }
}

/* Fin Service Center */

/* Debut Panier */
.zoneGauchePanier {
  width: 640px;
  background-color: #FFF;
  padding: 0 30px;
}

.zoneGauchePanier2 {
  width: 640px;
  background-color: #FFF;
  padding: 0 30px;
}

.photoVeloPanier {
  width: 100%;
}

.blocPhotoPasVeloPanier {
  width: 360px;
}

.photoPasVeloPanier {
  width: 250px;
}

.corpsPanier .uspParcourCommande {
  width: 350px;
  margin: 0 auto;
}

.blocCompoPanier {
  width: 360px;
  font-size: 12px;
}

.separateurBlocCompoPanier {
  border-bottom: 1px solid #E0E0E0;
  padding: 20px 0;
}

.separateurBlocCompoPanierNoir {
  border-bottom: 1px solid #000;
  padding: 20px 0;
  margin-bottom: 40px;
}

.separateurBlocCompoPanierBleu {
  border-bottom: 1px solid #025159;
  padding: 5px 0;
}

.blocPrixPanier {
  font-size: 14px;
}

.quantitePanier {
  width: 100%;
  padding-bottom: 15px;
}

.prixPanier {
  width: 100%;
  text-align: right;
}

.retirerPanier {
  width: 100%;
  padding-top: 8px;
}

.retirerPanier a {
  text-decoration: underline #444;
}

.zoneGauchePanier .saisieTailleContainer {
  width: 80px;
}

.zoneGauchePanier .saisieTailleContainer.zonePetite {
  flex: inherit;
}

.zoneGauchePanier .titreReca {
  padding-bottom: 10px;
}

.formCommentaire {
  padding: 20px 0 0;
}

.textareaCommentairesCommande {
  height: 80px;
  width: calc(90% - 20px);
  border: 1px solid #000;
  color: #025159;
  padding: 10px;
}

.zoneDroitePanier {
  width: 320px;
  background-color: #FFF;
  position: fixed;
  right: 70px;
  top: 120px;
  z-index: 2;
}

.partie1ZoneDroitePanier {
  padding: 20px 50px 10px;
}

/*.sousTotal1{
	padding:10px 0;
}
.sousTotal2{
	padding:10px 0;
}
.sousTotal3{
	padding:10px 0;
}
.sousTotal4{
	padding:10px 0 0;
}*/
.sousTotal5 {
  font-size: 12px;
  padding: 10px 0;
}

.sousTotal6 {
  padding: 10px 0;
}

.partie3ZoneDroitePanier {
  padding: 20px 10px 20px;
}

.blocBouton.pagePanier {
  padding: 50px 30px 0 30px;
}

.titreConseilExpert {
  font-size: 16px;
  text-align: center;
}

.texteConseilExpert {
  font-size: 12px;
  padding: 10px 25px;
}

.boutonsExpert {
  font-size: 12px;
}

.surDevis {
  font-size: 12px;
  padding-bottom: 15px;
}

.accessoiresPanier {
  margin-top: 50px;
}

.blocGAP {
  padding: 10px 10px;
}

.titreGAP {
  margin-bottom: 10px;
}

.encartGAP {
  margin: 5px 0;
  padding: 10px 10px;
  border-radius: 10px;
  width: 100%;
}

.oneyReinsurance {
  font-family: "GT Walsheim Medium";
  padding-left: 20px;
  padding-right: 20px;
}

.oneySimulateButton {
  cursor: pointer;
  background-color: #81BC00;
  border: 0;
  color: #FFF;
  padding: 4px 12px;
  border-radius: 20px;
}

.oneySimulateButton:hover {
  background-color: #fff;
  border: 1px solid #81BC00;
  color: #81BC00;
}

.js-oney-simulate-button {
  color: #585858;
}

.js-oney-simulate-button.encartGAP {
  color: #000;
}

.oneyGreen {
  color: #81BC00;
}

.oneyGrey {
  color: #585858;
}

.oneyPastille {
  background-color: #585858;
  border-radius: 20px;
  padding: 3px 5px;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
}

.elementNonDispo {
  background-color: var(--error-color);
}

.elementNonDispo div {
  color: #F2F6F7;
}

.disableButton {
  background-color: #5d868b;
  pointer-events: none;
}

.erreurCompoPanier {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 2rem;
}

.erreurCompoPanier span {
  margin-bottom: 1rem;
}

.erreurCompoPanier .popupPanierExplicatif {
  margin-bottom: 1rem;
}

.erreurCompoPanier .popupPanierExemple {
  font-size: 12px;
  display: flex;
  align-items: center;
}

.avertissementIcon {
  width: 1.5rem;
}

.fitContent {
  height: fit-content;
}

.avertissementIconDiv {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  margin-left: -1.6rem;
  background-color: var(--error-color);
  -webkit-mask: url(/images/utils/avertissement.svg) no-repeat center;
  mask: url(/images/utils/avertissement.svg) no-repeat center;
}

.erreurVelo {
  width: 100%;
  padding-bottom: 1rem;
}

.erreurArticles {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}

.erreurArticles ul {
  margin: 1rem 0 0 0;
  padding-left: 1.25rem;
}

.titleElementIndispo {
  font-weight: bold;
}

@media screen and (max-width: 1200px) {

  /*.zoneDroitePanier{
		position:static;
		margin:0 auto;
	}*/
  .zoneGauchePanier {
    margin: 0 auto;
  }

  .accessoiresPanier {
    padding-top: 50px;
  }
}

@media screen and (max-width: 750px) {
  .zoneGauchePanier {
    width: calc(100% - 40px);
  }

  .zoneGauchePanier2 {
    width: 100%;
    padding: 0;
  }

  .partie2ZoneDroitePanier .blocProduitListeProduit {
    width: 190px;
    padding: 40px 30px;
    border: 1px solid #E0E0E0;
    margin: 0 5px 10px;
  }
}

/* Fin Panier */

/* Succès/Echec carte bancaire */
.detailResultatCommande {
  padding: 3rem 3rem 5rem 3rem;
}

.detailResultatCommande img {
  max-width: 65px;
  margin: 1rem 1rem 0.5rem;
}

.detailResultatCommande .redirection {
  text-align: center;
  width: 50%;
  margin: 3rem auto 0 auto;
}

.detailResultatCommande .redirection p {
  font-size: 0.8rem;
  margin-bottom: 1.5rem;
}

.detailResultatCommande .redirection a {
  min-width: 20%;
  display: inline-block;
  line-height: 40px;
  margin: auto;
  font-size: 16px;
}

/**********************/
/* Questionnaire	 */
/**********************/
.choixQuestionnaire {
  min-width: 300px;
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding: 10px 0;
}

.optionQuestionnaire {
  min-width: 300px;
  width: 66%;
  display: inline-block;
  vertical-align: top;
}

.labelQuestionnaire {}

.texteGaucheQuestionnaire {
  width: 25%;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}

.texteCentreQuestionnaire {
  width: 20%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.texteDroiteQuestionnaire {
  width: 25%;
  text-align: right;
  display: inline-block;
  vertical-align: top;
}

.radiosQuestionnaire {
  min-width: 300px;
  width: 66%;
  display: inline-block;
  vertical-align: top;
  padding: 10px 0;
}

.radioQuestionnaire {
  display: inline-block;
  vertical-align: top;
  width: 6%;
  text-align: center;
  position: relative;
}

.textareaQuestionnaire {
  max-width: 900px;
  min-width: 300px;
  width: 100%;
  height: 150px;
}

.inputTextQuestionnaire {
  width: 250px;
}

.lableQuestionnaireRadio {
  border-radius: 11px;
  width: 0;
  height: 0;
  padding: 5px;
  background-color: transparent;
  border: 1px solid #0F89C6;
  position: absolute;
  margin-top: 10px;
  display: inline-block;
  top: 50%;
  line-height: 0;
  left: 50%;
  transform: translateX(-50%);
}

.radioQuest {
  visibility: hidden;
}

.conteneurFooter {
  margin-top: 150px;
  background-color: #F2F6F7;
}

.footer {
  border-top: 2px solid #025159;
  border-bottom: 2px solid #DFE4E8;
  margin: 0 0 60px;
  font-size: 12px;
  padding: 40px 0 0;
}

.footera {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 700px) {
  .footera {
    flex-wrap: wrap;
  }
}

.footera a {
  display: block;
  color: #000;
  padding: 3px 0;
}

.titreFooter {
  color: #025159;
  padding: 0 0 4px;
  font-family: opensanssemibold;
}

.footer1 {
  width: 215px;
  padding-left: 5px;
}

.footer2 {
  width: 220px;
}

.footer3 {
  width: 220px;
}

.footer4 {
  width: 389px;
  padding-left: 5px;
}

#inscriptionNewsletter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;
}

#inscriptionNewsletter button {
  border: none;
  background-color: transparent;
  padding: 0 0 0 20px;
}

#inscriptionNewsletter input[type=email] {
  border: 1px solid #8C8D8E;
  background-color: transparent;
  height: 40px;
}

.libelleLangueFooter,
.flecheLangueFooter,
.drapeauLangueFooter {
  padding: 0 5px;
}

.footerb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 50px 5px;
}

.footerb a {
  color: #000;
}

.intercalaireFooter {
  display: inline-block;
  padding: 0 14px;
}

.footerb1 {
  width: 100%;
}

.footerPlus,
.footerMoins {
  top: 0;
  right: 0;
  font-size: 20px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
}

@media screen and (max-width: 1080px) {

  .footer1,
  .footer2,
  .footer3,
  .footer4 {
    padding-bottom: 15px;
  }

  /*.footerb1{
		width:calc( 100% - 200px );
	}*/
  .footera a {
    padding: 0;
    height: 48px;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 900px) {
  .footerb1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }

  .footerb1b {
    padding: 14px 0;
  }
}

@media screen and (max-width: 720px) {

  .footer1,
  .footer2,
  .footer3,
  .footer4 {
    width: 280px;
  }

  .sousMenuN1 {
    overflow: auto;
    height: 100%;
  }

  .footerb {
    justify-content: center;
    padding-bottom: 50px;
    text-align: center;
    flex-direction: column;
  }

  .footerb2 {
    padding: 20px 0 0;
  }

  .intercalaireFooter2 {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .footera a {
    display: none;
    text-decoration: underline;
  }

  .footer1,
  .footer2,
  .footer3 {
    border-bottom: 1px solid #CCC;
    width: 95%;
    padding: 0 0 5px;
    margin: 0 auto 15px;
  }

  .titreFooter {
    margin-bottom: 20px;
  }

  .footer4 {
    width: 95%;
    padding: 0 0 5px;
    margin: 0 auto;
  }

  .footerPlus {
    display: block;
  }
}

@media screen and (min-width: 700px) {
  .footera a {
    display: flex;
    text-decoration: none;
  }

  .footer1,
  .footer2,
  .footer3,
  .footer4 {
    border-bottom: none;
    padding: 0;
    margin: 0;
  }

  .footer1 {
    width: 215px;
    padding-left: 5px;
  }

  .footer2 {
    width: 220px;
  }

  .footer3 {
    width: 220px;
  }

  .footer4 {
    width: 389px;
    padding-left: 5px;
  }

  .footerPlus,
  .footerMoins {
    display: none;
  }
}

.classic-form .input-zone {
  display: flex;
  width: 100%;
}

.input-zone p {
  width: 100%;
}

.classic-form label,
.classic-form input {
  font-family: 'opensansregular';
  font-size: 16px;
}

.classic-form label {
  margin: 10px 0;
}

.classic-form .block-full label {
  width: 100%;
}

.classic-form input,
.classic-form select {
  width: calc(100% - 40px);
  min-height: 20px;
  padding: 10px 20px;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
  background-color: transparent;
}

.classic-form textarea {
  width: calc(100% - 20px);
  padding: 10px 10px;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
}

.classic-form textarea[name="commentaire"] {
  min-height: 70px;
}

.classic-form input[type='radio'] {
  width: 15px;
  margin-right: 20px;
  padding: 5px;
}

.classic-form input[type='radio']+label {
  font-family: 'opensanssemibold';
  font-weight: lighter;
  cursor: pointer;
  width: calc(100% - 40px);
}

.classic-form select {
  width: 100%;
  height: 40px;
}

.classic-form .birthdate-zone select {
  width: 30%;
}

.classic-form .block-full>.block-half:first-child {
  width: calc(50% - 20px);
  margin-right: 20px;
}

.full-width-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.full-width-form .block-full {
  display: flex;
  align-items: baseline;
}

.full-width-form .block-full label {
  width: calc(30% - 10px);
  margin-right: 10px;
}

.full-width-form .input-zone {
  width: 70%;
  margin: 5px 0;
  flex-wrap: wrap;

}

.full-width-form input[type='tel'] {
  width: 100%;
  height: 40px;
}

@media screen and (max-width: 720px) {
  .full-width-form .block-full {
    flex-wrap: wrap;
  }

  .full-width-form .block-full label,
  .full-width-form .input-zone {
    width: 100%;
    margin: 5px 0;
  }

  .classic-form .block-full>.block-half:first-child {
    margin-right: 0;
  }

  .blocFormAdresseLivraison .block-half,
  .blocFormAdresseLivraison .classic-form input,
  .blocFormAdresseLivraison .classic-form .block-full > .block-half:first-child,
  .formAdresseFacturationDifferente .block-half,
  .formAdresseFacturationDifferente .classic-form input,
  .formAdresseFacturationDifferente .classic-form .block-full > .block-half:first-child {
    width: 100% !important;
  }
}

.selectAdresseDiff {
  margin-top: 1rem;
}

.bloc-Societe {
  display: flex;
  align-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}

.bloc-Societe > .block-half:first-child {
  width: calc(50% - 20px);
  margin-right: 20px;
}

.selectParticulier_Societe {
  padding: 0.5rem 1.5rem;
  border-radius: 10px;
  margin: 10px;
}

.img_TVA_Icon {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}

/* Nuage de catégorie */

.categorie-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 4rem;
}

.item-cloud {
  background-color: #f2f6f7;
  padding: 0.5rem 2.5rem;
  border-radius: 50px;
}

.item-cloud a {
  color: #000;
}

.item-cloud a:hover {
  color: #025159
}

.fade-in {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s linear;
}

.fade-out {
  visibility: hidden;
  opacity: 0;
}

/* Carrousel */

.slick-dots {
  bottom: 10px;
}

.slick-next {
  right: 50px;
  z-index: 5;
}

.slick-prev {
  left: 20px;
  z-index: 5;
}

.slick-prev::before,
.slick-next::before {
  background-size: cover;
  background-position: center center;
  margin-top: -2rem;
  width: 3rem;
  height: 4rem;
  content: "";
  display: inline-block;
}

.slick-prev::before {
  background-image: url(/themes/origine/style/images/fleche-gauche-option-bleue.svg);
}

.slick-next::before {
  background-image: url(/themes/origine/style/images/fleche-droite-option-bleue.svg);
}

.slick-arrow::before {
  color: #19717a;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #44bcc9;
  opacity: 1;
}

.slick-dots li button {
  font-size: 15px;
}

.slick-dots li button:before {
  color: #d9d9d9;
  opacity: 1;
  font-size: 15px;
}

.slick-list {
  height: inherit;
}

.slick-track {
  display: flex;
  height: inherit;
}

.slick-slide {
  height: inherit;
}

#Carrousel {
  display: none;
}

.itemCarrouselDiv {
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: center center;
}

.itemCarrouselDivGradient {
  height: inherit;
  width: inherit;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.40) 0%, rgba(105, 105, 105, 0) 70%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.itemCarrouselText {
  gap: 2rem;
  padding: 0 10rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: white;
  text-align: center;
}

.itemCarrouselLogo {
  width: 7rem;
}

.itemCarrouselText h2 {
  font-size: 40px;
  letter-spacing: 0.2rem;
  margin: 0;
}

.itemCarrouselText p {
  font-size: 25px;
}

.itemCarrouselText span {
  font-size: 30px;
}

.boutonCarrousel {
  color: #FFF;
  height: 3rem;
  background-color: #0e5960;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: .2rem 1.5rem;
  margin: 1rem 0;
  font-size: 20px;
  letter-spacing: 0.1rem;
}

.boutonCarrousel:hover {
  background-color: #37767c;
}

@media screen and (max-width: 950px) {
  .itemCarrouselText {
    height: 100%;
    padding: 0rem 2rem;
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
  }

  .itemCarrouselDivGradient {
    background-color: rgba(0, 0, 0, 0.25);
    background-image: none;
    padding: 0 0 0 0;
    align-items: center;
    justify-content: center;
  }

  .itemCarrouselDiv:nth-child(odd) .itemCarrouselDivGradient {
    justify-content: center;
    background-image: none;
  }

  .boutonCarrousel {
    font-size: 20px;
  }

  .videoHomePageMobile {
    padding-top: 5rem !important;
    left: 50px !important;
  }
}

/*
	Partie Module RDV3
*/

.block-content .conseilExpertTitre {
  font-family: 'opensanssemibold';
  margin-bottom: 1rem;
}

.recapPanierInfoConseil {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rdv3Small {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.rdv3Small .dateDispoBox {
  background-color: #f2f6f7;
  border-radius: 5px;
  padding: 0rem 1rem;
  width: 90%;
}

@media screen and (max-width: 1100px) {
  .rdv3Small .dateDispoBox {
    width: 90%;
  }
}

.rdv3Small {
  margin-top: 2rem;
}

.rdv3Small .titreRDV3Small {
  text-align: center;
  margin-bottom: 1rem;
}

.rdv3Small .titreRDV3Small .petitTitreBold {
  font-family: 'opensanssemibold';
}

.listHoraire {
  /* display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.5rem; */
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(3, 1fr);


  opacity: 0;
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}

.rdv3Small .lienRdvModule {
  background-color: #025159;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #FFF;
  padding: 0.25rem 1rem;
}

.rdv3Small .lienRdvModule:hover {
  background-color: #36868f;
}

.show {
  opacity: 1;
  max-height: 10rem;
  margin-bottom: 1rem;
}

.topDateDispoBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.topDateDispoBox span {
  padding: 0.5rem 0;
  width: 100%;
}

.topDateDispoBox span::first-letter {
  text-transform: capitalize;
}

.flecheBasPanierRDVIconDiv {
  width: 1.4rem;
  height: 1.4rem;
  background-color: var(--error-color);
  -webkit-mask: url(/images/utils/Fleche_bas.svg) no-repeat center;
  mask: url(/images/utils/Fleche_bas.svg) no-repeat center;
  transform: rotate(-90deg);
  transition: all 0.5s;
}

.rotate_flecheBasPanierRDVIconDiv {
  transform: rotate(0);
}

.lienRDV3Small {
  margin: 0.5rem 0 0 0;
}

.panierToast {
  position: fixed;
  bottom: 55px;
  right: 40px;
  padding: 0.5rem 1rem;
  background-color: #025159;
  border-radius: 50px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  z-index: 1;

  max-width: fit-content;

  overflow: hidden;
  -webkit-transition: max-width 0.3s ease-in-out;
  -moz-transition: max-width 0.3s ease-in-out;
  -o-transition: max-width 0.3s ease-in-out;
  transition: max-width 0.3s ease-in-out;
}

.imgToast,
.toastText {
  opacity: 0;
  max-width: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
}

.showToast {
  opacity: 1;
  max-width: 15rem;
  max-height: 2rem;
}

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

.logoPanierToast {
  background-image: url(images/panier_blanc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
}

.panierToast .flecheDroiteBlc {
  background-image: url(images/fleche_droite_blanche.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
}

.toastText .text {
  text-align: center;
  width: 100%;
  width: fit-content;
}

.h1RDV {
  margin-top: 20px;
}

/* Bike Finder */
.embedBikeFinder {
  padding-top: 0.5rem;
  height: fit-content;
}

.paragraphePageTexteBikeFinder {
  padding-top: 2rem;
  height: fit-content;
  margin: 0 132px 50px;
}

@media screen and (max-width: 950px) {
  .imgToast {
    opacity: 1;
    max-width: 15rem;
    max-height: 2rem;
  }

  .toastText {
    display: none;
  }

  .paragraphePageTexteBikeFinder {
    margin: 0 0 50px;
  }
}

.loadingForm {
  background-color: #c2c2c294;
  border-radius: 50px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
}

.loadingGif {
  width: 5rem;
}



/* Styles généraux pour la container du carrousel */
.wrapper {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}

.carousel {
  width: 85%;
  margin: 0px auto;
}

.card {
  border: 2px solid #f2f6f7;
  border-radius: 25px;
  background-color: #f2f6f7;
  height: 20em;
  width: 95%;
  overflow: hidden;
}

.card-body {
  background: #fff;
  width: 100%;
  vertical-align: top;
  border-radius: 25px;
  background-color: #f2f6f7;
}

.card-content {
  text-align: left;
  color: #333;
  padding: 15px;
  max-height: 15em;
}

.card-text {
  font-size: 14px;
  font-weight: 300;
}

.card-title {
  font-family: sans-serif;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin: 1em;
}

.contenu-text {
  text-align: center;
  padding: 1em;
  max-height: 14em;
  overflow: auto;
}

.slick-dots {
  bottom: unset;
}

.carousel .slick-prev {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  z-index: 1;
}

@media only screen and (max-width: 600px) {
  .carousel .slick-prev {
    left: -10%;
  }
}

.carousel .slick-next {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  z-index: 1;
}

.buttonAvis {
  display: flex;
  place-content: center;
  padding-top: 2em;
}

.lireTousLesAvis {
  background-color: #025159;
  color: white;
  padding: 7px;
  border-radius: 25px;
  width: 15em;
  cursor: pointer;
  border: none;
  }

.loadingCart, .loadingDiv {
  background-color: #c2c2c294;
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
}


/* CSS pour la page textile */
 .textile {
  max-width: 90%;
}

.grillePhotos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 10px;
  width: 100%;
}

.photoCellule {
  width: 100%;
  height: auto;
  background-color: #eff3f5;
  position: relative;
}

.photoCellule img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #f2f6f7;
}

.zoneDetailTextile {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}

.zoneDetailPhotosTextile {
  flex: 0 0 66%;
  display: flex;
  flex-wrap: wrap;
}

.blocPhotoDetailEquipement {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.titreH1Container {
    flex: 0 0 33%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 10;
    margin-left: 2em;
}

.titreH1Container::after {
    content: "";
    display: block;
    height: 1px;
    visibility: hidden;
}

.h1TitreTextile {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

.prixContainer {
  margin-bottom: 10px;
}

.separateur {
  margin-bottom: 10px;
}

.zoneTaillesDetailProduit {
  margin-top: 20px;
}

.tailleSelectionContainer {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  width: 15rem;
}

#tailleSelectionnee {
  margin-left: 5px;
  font-family: opensanslight;
  font-size: 16px;
}

.tailleBullesContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.libelleStrTaille{
  font-family: opensanssemibold;
  font-size: 16px;
}

.tailleBulle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: #fff;
  line-height: 1rem;
}

.tailleBulle:hover,
.tailleBulle.selected {
  background-color: #000000;
  color: #fff;
  border-color: #000000;
}

.guideTaille{
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
}

.quantiteContainer {
    margin-top: 20px;
}

.quantiteContainer h2 {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: opensanssemibold;
}

.quantiteControls {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 25px;
    overflow: hidden;
}

.quantiteControls button {
    font-size: 18px;
    width: 60px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: none;
    background-color: #f8f8f8;
    cursor: pointer;
}

.quantiteControls .quantiteInput {
    width: 80px;
    text-align: center;
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 40px;
}

.quantiteControls .quantiteInput::-webkit-outer-spin-button,
.quantiteControls .quantiteInput::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantiteControls .quantiteInput[type="number"] {
    -moz-appearance: textfield;
}

.boutonAddCartTextile{
  width: 100%;
  justify-content: center;
  margin-top: 2em;
}

.livraisonPrevuContainer {
  margin-top: 10px;
  padding-bottom: 20px;
}

.livraisonPrevu {
  font-size: 14px;
  display: flex;
  justify-content: center;
  font-family: opensanslight;
  font-style: italic;
}
.texteStockRupture {
  font-size: 14px;
  display: flex;
  justify-content: center;
  font-family: opensanslight;
  font-style: italic;
  color: #d32f2f;
}

.product-description {
    width: 60%;
    margin: 20px auto;
    text-align: left;
    font-size: 14px;
    margin-top: 1.5em;
}

@media (max-width: 768px) {
  .product-description {
    width: 80%;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .product-description {
    width: 80%;
    font-size: 14px;
  }
}


.description-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 2em;
    font-family: opensanssemibold;
}

.product-taille {
    width: 60%;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    margin-top: 4em;
}

.productTailleTitle {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 2em;
}

.tailleMaillotTextile {
  width: 80%;
}

.marginResponsive {
  max-width: unset;
}

.sectionContextuelle {
    width: 100%;
    padding: 0;
    margin-top: 10px;
}

.photo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
    width: 100%;
}

.photo-grid img {
    width: 100%;
    height: auto;
    display: block;
}

.sectionContextuelle {
    display: flex;
    justify-content: center;
    width: 100%;
}

.photo-grid-container {
    width: 90%;
}

.titreArticlesSimilaires {
  text-align: center;
  padding-top: 3em;
}


.ArticlesSimilairesPhoto {
    display: flex;
    height: 50vh;
    gap: 20px;
    margin-top: 2em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.ArticlesSimilairesPhoto img {
    width: 96%;
    height: 100%;
    object-fit: cover;
    background-color: #eff3f5;
}

.descriptionGoogle {

}

.product-taille-textile {
    text-align: left;
    width: 60%;
    margin: 2em auto;
    margin-bottom: 2em;
}

.tailleTextilePhoto img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.productTailleTextileTitle {
  font-weight: bold;
  font-size: 18px;
  font-family: opensanssemibold;
}

.productTailleTextileDescription {
  display: flex;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 14px;
}

.linkArticlesSimilaires{
  width: 95%;
}
@media (max-width: 1200px) {
  .zoneDetailTextile {
    flex-direction: column;
    align-items: center;
  }

  .titreH1Container {
    width: 100%;
    margin-left: 0;
    order: 2;
    text-align: center;
  }

  .slick-dots {
    text-align: center;
    margin-top: 10px;
  }

  .slick-dots li button:before {
    /* color: #000; */
  }

  .slick-dots li.slick-active button:before {
    /* color: #000; */
  }

  .ArticlesSimilairesPhoto {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
    width: 100%;
    height: auto;
  }
  .grillePhotos {
    width: 35em;
  }
  .photo-grid {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto auto;
      gap: 10px;
      width: 100%;
  }
  .photo-grid-container {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .slick-slide img {
    height: 20%;
    object-fit: cover;
  }
 .grillePhotos {
    width: 20em;
  }
}

@media (max-width: 480px) {
  .slick-slide img {
    height: auto;
    object-fit: cover;
  }
}
/*
  Shop Page
*/

.bannerShop {
  width: 100%;
  height: 30rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: center center;
  color: white;
}

.centerTexte_Banner_Shop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.centerTexte_Banner_Shop .gras {
  font-size: 30px;
}

.boutonCenterTexte_Banner_Shop {
  padding: 0rem 1rem;
  border: 1px solid white;
  border-radius: 50px;
  width: fit-content;
  cursor: pointer;
}

.shop_module {
  display: flex;
  width: 95%;
  gap: 1.5rem;
  margin-top: 2rem;
  justify-content: center;
}

.shop_module .filterMenu {
  width: 20%;
}

.shopDivider {
  position: relative;
  height: 100%;
  width: 1px;
  background-color: #b1b1b1;
  border-radius: 10px;
}


.shopDivider_Horizontal {
  position: relative;
  height: 1px;
  width: 100%;
  background-color: #b1b1b1;
  border-radius: 10px;
  margin-bottom: 3rem;
}

.shop_module .centerBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 80%;
  gap: 1rem;
}

.listeProduitShop {
  width: 100%;
  display: grid;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
}

.shop_module .sortBy {
  display: flex;
  align-self: flex-end;
  width: 15rem;
  gap: 2rem;
  justify-content: space-around;
  align-items: center;
}

.shop_module .sortBy .selectSort {
  display: flex;
  border: 1px solid black;
  border-radius: 50px;
  padding: 0.25rem 1rem;
}

.selectShop {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 25px;
  border: 0;
  overflow: hidden;
  padding-left: 1rem;
  text-overflow: ellipsis;
  background-color: white;
}


.produitShop {
  background-color: #f2f6f7;
  width: 100%;
  height: 25rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;

  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-out;
}

.produitShop:hover {
  background-color: #d9dada;
}

.swingShow {
  opacity: 1;
  visibility: visible;
}

.produitShop .imgProduitShop {
  object-fit: cover;
}

.nonSelectionnableBloc {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #d8d8d870;

  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  box-sizing: border-box;
  padding: 1.5rem;
  font-style: italic;
  color: #3d3d3d;
  font-size: 15px;
}

.texteProduitBloc {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  color: #000;
}

.tailleRuptureTexte {
  font-size: 13px;
  font-style: italic;
}

.texteProduitBloc .marqueProduit {
  font-weight: bold;
  font-size: 16px;
}

.texteProduitBloc .nameProduit {
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
          line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: scroll;

  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.texteProduitBloc .nameProduit::-webkit-scrollbar {
  display: none;
}

.texteProduitBloc .prixProduit {
  white-space: nowrap;
  display: flex;
}

.prixProduitPromo {
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.prixMargin {
  margin-left: 20px;
}

.prixProduitPromo::after {
  border-top: 2px solid #000000;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  left: 0;
  width: 100%;
}

.checkBoxFiltreShop {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  background-color: transparent !important;
  border: 1px solid #000;
}

.produitShopLinkBlock {
  width: 75%;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.produitShopLinkBlock .texteProduitBloc{
  align-self: flex-end;
}

.blockImgProduitShop {
  width: 100%;
  height: 90%;
  background-size: cover;
  background-repeat: no-repeat;
}

.checkBoxFiltreShop:checked {
  margin: 0;
  position: relative;
}

.checkBoxFiltreShop[disabled] {
  border: 1px solid #CCC;
}

.checkBoxFiltreShop:checked:before {
  content: '✓';
  display: block;
  color: #000;
  font-size: 15px;
  position: absolute;
  top: -4px;
  left: 0.5px;
}

.blocFiltresShop {
  font-family: opensansregular;
  font-size: 14px;
  position: sticky;
}

.titreBlocFiltre {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
}

.filtreList {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.blocFiltreShop {
  padding: 1rem 1rem;
  background-color: #f2f6f7;
  border-radius: 10px;
}

.filtresRemovable {
  display: none;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 0.5rem;
}

.textfilter {
  margin-bottom: 0.5rem;
}

.removableFilter {
  margin-left: 2rem;
  position: relative;
}

.removableFilter::before {
  content: '✗';
  display: block;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  top: -1px;
  left: -24px;
}

.removeAllFilterButton {
  padding: 0.5rem 1rem;
  border: 1px solid black;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  justify-self: center;
  width: fit-content;
  margin: 1rem auto;
}

.removeAllFilterButton:hover {
  cursor: pointer;
}

.hideForMobile {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00000054;
  z-index: 2;
  display: none;
}

.filterMobile {
  display: none;
  padding: 0.25rem 1rem;
  border: 1px solid #000;
  border-radius: 10px;
  cursor: pointer;
  align-self: center;
  top: 0;
  left: 0;

  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.imgForFilter {
  width: 1rem;
  height: 1rem;
}

.closeFiltre {
  cursor: pointer;
  display: none;
}

.bloc_textRefProduit {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.bloc_textRefProduit h2{
  margin-bottom: 1rem;
  font-size: 16px;
}

.bloc_textRefProduit div{
  font-size: 12px;
}

.textilePage .filterMenu {
  width: 9%;
}

.textilePage .centerBox {
  width: 90%;
}

.textilePage .produitShop {
  height: 35rem;
}

@media only screen and (max-width: 500px) {
  .prixProduit {
    flex-direction: column;
  }

  .texteProduitBloc .prixMargin {
    margin-left: 0;
  }
}

@media only screen and (max-width: 800px) {
  .produitShop {
    height: 17rem;
  }

  .textilePage .produitShop {
    height: 15rem;
  }
}

@media only screen and (min-width: 884px) {
  .listeProduitShop {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}

@media only screen and (min-width: 1456px) {
  .listeProduitShop {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
  }
}

@media only screen and (min-width: 1900px) {
  .listeProduitShop {
    grid-template-columns: repeat(4, minmax(0px, 1fr));
  }
}

@media screen and (max-width: 1400px) {

  .listeProduitShop {
    justify-content: center;
  }

  .closeFiltre {
    cursor: pointer;
    display: flex;
  }

  .blocFiltresShop {
    padding: 10px;
  }

  .shop_module {
    justify-content: center;
  }

  .filtreList {
    flex-wrap: nowrap;
    overflow-y: auto;
  }

  .shop_module .centerBox {
    width: 95%;
  }

  .shop_module .sortBy {
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: space-evenly;
  }

  .selectShop {
    padding: 0;
  }

  .selectContainerShop {
    width: 50%;
    padding: 0 0.5rem;
  }

  .selectContainerShop::after {
    margin-top: -2px;
    right: .5em;
    border-width: 7px;
  }

  .centerBox {
    gap: 1rem;
  }

  .filterMobile {
    display: flex;
  }

  .shopDivider {
    display: none;
  }

  .shop_module .filterMenu {
    display: none;
    background-color: white;
    position: absolute;
    width: 95%;
    height: fit-content;
    z-index: 3;
    border-radius: 10px;
    top : 10rem;
    overflow: scroll;
  }
}

.listeProduitOutlet {
  width: 100%;
  display: grid;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
}

@media only screen and (max-width: 789px) {
  .listeProduitOutlet {
    width: 100%;
    display: grid;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
}


@media only screen and (min-width: 884px) {
  .listeProduitOutlet {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}

@media only screen and (min-width: 1456px) {
  .listeProduitOutlet {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
  }
}

@media only screen and (min-width: 1900px) {
  .listeProduitOutlet {
    grid-template-columns: repeat(4, minmax(0px, 1fr));
  }
}


.no-scroll {
    overflow: hidden;
display: none;
}

.tailleActive {
    color: gray;
    opacity: 0.5;
    pointer-events: none;
}

/* Parcours non experts */

.aideSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    padding-bottom: 10px;
    width: 100%;
    margin: 0 auto;
    color: black;
    font-size: 14px;
}

.boutonLien {
    background-color: #F2F6F7;
    color: black;
    padding: 10px 20px;
    border-radius: 25px;
    border: 1px solid black;
    text-decoration: none;
    margin-top: 10px;
    font-size: 12px;
}


@media screen and (max-width: 768px) {

  .custom-card-textSousFamille {
    font-size: 12px;
  }

  .sortByForBike {
    margin-right: 0 !important;
    width: 50% !important;
  }
  .aideSection {
    font-size: 12px;
    width: 90%;;
  }
  .boutonLien {
    padding: 8px 16px;
  }

    .blocSousFamilleMenu {
        flex-direction: column;
    }

    .opensanssemibold .taille14 {
        order: 1;
    }

    .photoSousFamilleMenu {
        order: 2;
    }

    .blocPrixSousFamilleMenu {
        order: 3;
    }

}

@media screen and (max-width: 500px) {
  .aideSection {
    padding-top: unset;
    padding-bottom: unset;
    padding: 1em;
    width: 90%;
  }
  .boutonLien {
    padding: 8px 16px;
  }
}

.prixMini {
  color: #707171;
  font-size: 10px;
  font-style: italic;
  font-weight: normal;
  text-align: right;
}

/*.opensanssemibold.taille14 {
  display: flex;
  justify-content: space-between;
}*/

.btnConfigurer {
  color: #FFFFFF;
  border-radius: 25px;
  border: 1px solid black;
  text-align: center;
  width: 35%;
  background-color: #000000;
  margin: 0.2em;
  height: 2em;
  place-content: center;
}
.btnVoirModele {
  color: #FFFFFF;
  border-radius: 25px;
  border: 1px solid black;
  text-align: center;
  width: 35%;
  background-color: #000000;
  margin: 0.2em;
  height: 2em;
  place-content: center;
}

.sousFamilleMenuContainer {
  flex-wrap: nowrap;
  width: 90%;
  margin: 1em;
}

.txtVoirModele {
  color: white !important;
}

.choisissezModele {
  display: flex;
  place-content: center;
  font-size: 28px;
}

.txtChoisissezModele .titreGras{
  font-weight: bold;
}

.btnVoirLesModeles {
  background-color: black;
  margin-right: 1em;
  width: 33%;
  place-content: center;
}
.btnConfigurerSousFamille {
  color: black;
  background-color: white;
  width: 33%;
  place-content: center;
}

.sousTitreImageHeader.descriptionSousFamille {
  font-size: 18px !important;
  width: 40% !important;
}

.zoneBouton1.nowrap {
  flex-wrap: nowrap !important;
}
.custom-grid-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}

.custom-card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    border: 0.5px solid #dedede;
}

.bikePackingDescription {
  padding: 20px;
}

.velotafDescription {
  padding: 20px;
}

.custom-card-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
}

.custom-card-image {
    width: 50%;
    height: 100%;
    background-color: #f2f6f7;
    border-radius: 0 25px 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-card-image img {
    width: 100%;
    height: auto;
}

.custom-card-body {
    padding: 20px;
    width: 50%; /* Le texte prend l'autre 50% */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-card-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: opensanssemibold;
}

.custom-card-text {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    flex-grow: 1;
}

.custom-card-details {
    display: flex;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 1em;
    justify-content: space-between;
    width:60%;
}

.custom-card-price {
    color: #000;
}

.custom-card-weight {
    color: #000;
}

.custom-card-actions {
    display: flex;
    gap: 10%;
    font-weight: normal;
    height: 40px;
}

.custom-btn-view {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}

.custom-btn-view:hover {
    background-color: #fff;
    color: #000;
}

.custom-btn-configure:hover {
    background-color: #fff;
    color: #000;
}

.custom-btn-configure {
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
}

@media (max-width: 768px) {
    .custom-card-content {
        flex-direction: column;
    }

    .custom-card-image,
    .custom-card-body {
        width: 100%;
    }

    .custom-card-body {
        padding: 13px;
    }

    .custom-card-image img {
        width: 100%;
    }

    .custom-card-actions {
      display: flex;
      justify-content: center;
    }


    .blocTexteSousFamille {
        width: 100% !important;
    }
}

.containerVelotafBikepacking {
    display: flex;
    flex-direction: column;
    background-color: white;
}

.sectionVelotafbikepacking {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sectionVelotafbikepacking img {
    flex: 1 1 50%;
    max-width: 50%;
    height: auto;
    object-fit: cover;
}

.sectionVelotafbikepacking .content {
    flex: 1 1 50%;
    max-width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F2F6F7;
}

.bikepacking {
    flex-direction: row-reverse;
}

.velotaf {
    flex-direction: row;
}

.velotafTitle {
    display: flex;
    place-content: center;
}

.bikepackingTitle {
    display: flex;
    place-content: center;
}
.custom-simplified-container {
  display: flex;
  align-items: stretch;
  border: 1px solid;
  border-radius: 25px;
  margin-bottom: 20px;
  min-height: 100px;
  border-color: #dedede;
}

.custom-image-section {
  padding: 50px;
}
.custom-image-section,
.custom-text-section {
  width: 50%;
  height: 100%;
  align-self: center;
}

.custom-image-section img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 25px 0 0 25px;
}

.custom-text-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  background-color: #F2F6F7;
  border-radius: 25px;
  min-height: 250px;
}

.custom-text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

h3 {
  margin: 0 0 10px 0;
  font-family: opensanslight, sans-serif;
}

.custom-description {
  font-family: opensanslight, sans-serif;
}

.show-popup-btn {
  padding: 1em 1em;
  border: 1px solid #000;
  border-radius: 25px;
  cursor: pointer;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #025159;
  margin-top: 2em;
  width: 33%;
  color: #ffffff;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  max-width: 80%;
  max-height: 80%;
  overflow-y: auto;
  text-align: center;
}

.close-popup-bottom-btn {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #025159;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.close-popup-btn {
  display: flex;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: black;
  justify-content: end;
}

.descriptionCourte {
  width: 33%;
}

.youtubeWrapper {
  width: 99.5vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 2em;
  height: 100vh;
}

.youtubeWrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (max-width: 1024px) {
  .youtubeWrapper {
    width: 100vw;
    height: unset;
  }
}


@media screen and (max-width: 768px) {

  .youtubeWrapper {
    height: 60vh;
    margin-top: 1.5em;
  }
  .sectionVelotafbikepacking {
        flex-direction: column;
    }

    .sectionVelotafbikepacking img,
    .sectionVelotafbikepacking .content {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .velotafTitle, .bikepackingTitle {
        font-size: 1.5rem;
    }

    .sectionVelotafbikepacking .content {
        padding: 30px;
    }

    .custom-text-content {
        padding: 30px;
    }
    .custom-image-section {
      padding: unset;
    }

    .custom-text-section {
      padding: 15px;
    }
    .custom-btn-view {
      border: none;
      width: unset;
      justify-content: center;
      margin-left: -1.6em;
    }
    .custom-btn-configure {
      border: none;
      width: unset;
      justify-content: center;
    }
    .custom-simplified-container {
      flex-direction: column;
      width: 100;
    }
    .custom-text-section {
      width: 100%;
      padding: 0px;
    }
    .custom-description {
      padding: 30px;
    }

    .custom-image-section {
      width: 85%;
    }

    .show-popup-btn {
      width: unset;
    }

}

@media screen and (max-width: 600px) {
  .youtubeWrapper {
    width: 100vw;
    height: 50vh;
    margin-top: 1em;
  }
}

.resultDiv {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.accordion-item {
    width: calc(25% - 10px);
    overflow: hidden;
    transition: transform 0.2s;
}

.accordion-item:hover {
    transform: scale(1.05);
}

.toggle-title {
    padding: 15px;
    cursor: pointer;
    text-align: center;
    margin: 0;
}

.accordion-content {
    padding: 10px;
    text-align: center;
}

.accordion-content img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .accordion-item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 480px) {
    .accordion-item {
        width: 100%;
    }
}

.sortByForBike {
  display: flex;
  width: 15%;
  margin-left: auto;
}

.popupAdresseModifiable {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 #9C9C9C;
}

@media (max-width: 1250px) {
    .viewer3D-iframe {
        width: 100% !important;
        height: 75vh !important;
    }
}

@media (max-width: 550px) {
    .viewer3D-iframe {
        width: 100% !important;
        height: 40vh !important;
    }
}
.no-products {
    text-align: center;
    padding: 40px;
    background: #f8f8f8;
    border-radius: 10px;
    margin-top: 20px;
}

.no-products .empty-box-icon {
    width: 100px;
    opacity: 0.7;
}

.no-products h2 {
    font-size: 24px;
    margin-top: 10px;
    color: #333;
}

.no-products p {
    font-size: 16px;
    color: #666;
    margin: 10px 0 20px;
}

.no-products .btn-explore {
    display: inline-block;
    padding: 10px 20px;
    background: #025159;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.no-products .btn-explore:hover {
    background: #ffffff;
    color: #025159;
}


/* Page de référencement pour les roues */
.btnConfigRoue {
  color: #ffffff;
  background-color:#025159;
  border-radius: 25px;
  text-align: center;
  align-items: center;
  font-size: 12px;
  border: 1px solid #025159;
  width: 10%;
  height: 3em;
}

@media (max-width: 968px) {
  .btnConfigRoue {
    width: 20%;
    height: 2em;
  }
}

@media (max-width: 780px) {
  .btnConfigRoue {
    width: 25%;
  }
}

@media (max-width: 480px) {
  .btnConfigRoue {
    width: 35%;
  }
}

.stock-high {
    background-color: #4CAF50;
    color: white;
}

.stock-medium {
    background-color: #FF9800;
    color: white;
}

.stock-low {
  background-color: #d32f2f;
  color: #ffffff;
  opacity: 0.6;
  pointer-events: none;
}

.notAllowCursor {
  cursor: not-allowed;
}

/* Bandeau Footer ici (Comm tel chat) */
#footerBandeauContact {
    position: fixed;
    left: 0;
    right: 0;
    top: 78px;
    z-index: 8;
    background-color: transparent;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.06);
    font-family: 'Open Sans', Arial, sans-serif;
    padding: 0 48px; 
    height: 54px;
    display: none;
    align-items: center;
    justify-content: center;
}


.footer-bandeau-contact-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    text-align: center;
    margin-left: auto;
}


.footer-bandeau-dot {
  width: 20px;
  height: 12px;
  background: #3ec47e;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
}

.footer-bandeau-text {
    color: #232323;
    line-height: 1.4;
    text-align: center;
}

.footer-bandeau-text strong {
    font-weight: bold;
}

.footer-bandeau-link {
    color: #232323;
    text-decoration: underline;
    display: inline !important;
    cursor: pointer;
}

.footer-bandeau-hours {
    display: block;
    font-size: 13px;
    color: #888;
    margin-top: 2px;
}

.footer-bandeau-call {
    display: inline-block;
    margin: 0 16px;
    padding: 6px 24px;
    border: 1px solid #232323;
    border-radius: 24px;
    background: #fff;
    color: #232323;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    cursor: pointer;
    text-align: center;
    padding-left: 2em !important;
    padding-right: 2em !important;
}

.footer-bandeau-call:hover {
    background: #232323;
    color: #fff;
}

.footer-bandeau-close {
    right: 16px;
    top: 50%;
    background: none;
    border: none;
    color: #232323;
    font-size: 15px;
    cursor: pointer;
    text-decoration: underline;
    margin-left: auto;
}

@media (max-width: 800px) {
    .topBandeau1 {
      top: 50px !important;
    }
    .topBandeau0 {
      top: 80px !important;
    }
    #footerBandeauContact{
        top: 80px;
        bottom: auto;
        border-top: none;
        border-bottom: 1px solid #e6e6e6;
        box-shadow: 0 2px 10px rgba(0,0,0,0.06);
        min-height: 38px;
        padding: 0;
    }
    .footer-bandeau-contact-inner {
        flex-direction: row;
        align-items: center;
        gap: 6px;
        font-size: 13px;
        margin-top: 0em;
        flex-wrap: unset;
        height: 4em;
    }
    .footer-bandeau-text {
        font-size: 12.5px;
    }
    .footer-bandeau-link {
        font-size: 12.5px;
    }
    .footer-bandeau-close {
        font-size: 12px;
        padding: 0 4px;
    }
    .footer-bandeau-hours {
        display: none;
    }
    .footer-bandeau-call {
        display: none;
    }
}

/* Formulaire prise rdv front */
.blocDroiteTitreConf {
  position: fixed;
  background-color: #FFF;
  max-width: 400px;
  width: 95%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 20px 30px;
  z-index: 80;
  border-radius: 15px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  font-family: 'Open Sans', Arial, sans-serif;
  margin-top: 25px;
}

.divFermeInfoLogoPrixSuisse {
  top: 10px;
  right: 15px;
  position: absolute;
  cursor: pointer;
}

.blocDroiteTitreConf h2,
.blocDroiteTitreConf .titre {
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 12px;
}

.blocDroiteTitreConf .contact {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1em;
}

.blocDroiteTitreConf .btn-appeler {
  display: block;
  margin: 0 auto 18px auto;
  background: #167178;
  color: #fff;
  border: none;
  border-radius: 22px;
  padding: 10px 45px;
  font-size: 1.1em;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.2s;
}
.blocDroiteTitreConf .btn-appeler:hover {
  background: #125e63;
}

.blocDroiteTitreConf .separator {
  display: flex;
  align-items: center;
  margin: 18px 0 18px 0;
}
.blocDroiteTitreConf .separator hr {
  flex: 1;
  border: none;
  border-top: 1.5px solid #ccc;
  margin: 0;
}
.blocDroiteTitreConf .separator span {
  margin: 0 12px;
  color: #888;
  font-size: 1em;
}

.blocDroiteTitreConf .titre-visio {
  text-align: center;
  font-weight: bold;
  font-size: 1.15em;
  margin-bottom: 15px;
}

.blocDroiteTitreConf .dispos {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.blocDroiteTitreConf .jour {
  background: #f7f9fa;
  border-radius: 8px;
  padding: 15px 14px 12px 14px;
  margin-bottom: 0;
  box-shadow: 0 1px 4px rgba(22,113,120,0.05);
}

.blocDroiteTitreConf .jour-titre {
  font-weight: bold;
  color: #222;
  font-size: 1em;
  margin-bottom: 10px;
}

.blocDroiteTitreConf .creneaux {
  display: flex;
  gap: 12px;
}

.blocDroiteTitreConf .creneau {
  background: #e6f4f6;
  color: #167178;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.blocDroiteTitreConf .creneau:hover {
  background: #d1ecf1;
  color: #125e63;
}

/* LOADER */

.loading_animation {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #025159;
  animation:
    l20-1 0.8s infinite linear alternate,
    l20-2 1.6s infinite linear;
}
@keyframes l20-1{
  0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
  12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
  25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
  50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
  62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
  75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
  100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{
  0%    {transform:scaleY(1)  rotate(0deg)}
  49.99%{transform:scaleY(1)  rotate(135deg)}
  50%   {transform:scaleY(-1) rotate(0deg)}
  100%  {transform:scaleY(-1) rotate(-135deg)}
}

/* Afficher la 3D */
.popup3d-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup3d-hidden {
  display: none !important;
}

.popup3d-content {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 90vw;
  height: 90vh;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.popup3d-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.popup3d-close-btn {
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
}

@keyframes pulse-once {
  30% { transform: scale(1.2); }
  40%, 60% { transform: rotate(-20deg) scale(1.2); }
  50% { transform: rotate(20deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.2); }
  100% { transform: scale(1); }
}

.pulse-once {
  animation: pulse-once 2s ease;
}

.margin-top-bike-finder {
  margin-top: 3rem;
}

/* Page SAV Client */

.small-divider {
		width: 1px;
		background-color: black;
	}

	.line-break-free {
		line-break: anywhere;
	}

	.message-container {
		display: flex;
		flex-direction: column;
		gap: 2rem;
		width: 100%;
		max-height: 500px;
		overflow: auto;
		box-sizing: border-box;
		padding: 1rem 0.75rem 1rem 0;
		line-break: anywhere;
	}

	.message-sav {
		background-color: #f4f7f9;
		padding: 16px;
		border-radius: 10px;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
		align-self: flex-end;
		width: fit-content;
		max-width: 460px;
	}

	.from-origin {
		align-self: flex-start;
    background-color: #c4e7ff;
	}

	.header_message {
		font-size: 14px;
		color: #555;
		margin-bottom: 8px;
	}

	.title_message {
		font-weight: bold;
		margin-bottom: 8px;
		color: #1a1a1a;
	}

	.content_message {
		font-size: 14px;
		line-height: 1.6;
		color: #333;
	}

	.message-list {
		width: 100%;
	}

	.response-block {
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}

	.response-container {
		width: 100%;
		display: flex;
		gap: 1rem;
	}

	.input-response {
		background-color: #f4f7f9;
		width: 100%;
		padding: 1rem;
		border: none;
		resize: none;
		border-radius: 10px;
		box-sizing: border-box;
		outline: none;
		height: 160px;
	}

	.attachments {
		background-color: #f4f7f9;
		padding: 1rem;
		border-radius: 10px;
		height: 160px;
		width: 250px;
		box-sizing: border-box;
		gap: 0.5rem;
		cursor: pointer;
		position: relative;
	}

	.attachments_dragged::after {
		content: '';
		width: 95%;
		height: 95%;
		background-color: #0000001c;
		position: absolute;
		border-radius: 10px;
		border: 2px dashed #025159;
	}

	.attachments input[type=file] {
		display: none;
	}

	.attachments img {
		width: 45px;
		height: 45px;
	}

	.file-item {
		display: flex;
		align-items: center;
		margin-bottom: 5px;
		gap: 2rem
	}
	.file-item img, .file-item video {
		width: 50px;
		height: 50px;
		object-fit: cover;
	}

  .ticket {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #f2f6f7;
		padding: 15px 20px;
		border-radius: 8px;
		margin-bottom: 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		cursor: pointer;
		color: black;
	}

	.ticket:hover {
		background-color: #ffffff;
		border: 5px solid #f2f6f7;

		padding: 10px 15px;
	}

	.left-section {
		display: flex;
		flex-direction: column;
	}

	.right-section {
		display: flex;
		gap: 20px;
		align-items: center;
		font-size: 0.9em;
	}

	@media (max-width: 600px) {
		.ticket {
			flex-direction: column;
			align-items: flex-start;
		}

		.right-section {
			flex-direction: column;
			align-items: flex-start;
			gap: 5px;
			margin-top: 10px;
		}
	}

	.origine-color {
		color: var(--primary-color);
	}

	.purple-color {
		color: palevioletred;
	}

	.orange-color {
		color: rgb(216, 154, 112);
	}

	.blue-color {
		color: rgb(112, 161, 216);
	}
	
	.gray-color {
		color: rgb(142, 216, 112);
	}

