.mg-a,.thumbs{margin:auto}.prix-produit-div,.t-c,.ta-c{text-align:center}.avis-produit.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav.disabled{display:block!important}.thumbs{height:64px!important;width:auto!important}.lentille .picture{width:30%}.p-r-8{position:relative;top:+8px}.images-taille{display:block;height:85px}.grisse-a-lentille-main:after,.grisse-a-main:after{display:block;background-color:red;content:"";height:3px;transform:rotate(45deg);position:absolute}.images-taille img{width:40%}.grisse-images-main{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.grisse-a-main:after{width:50%;top:50%;left:20%}.grisse-a-lentille-main:after{width:15%;top:15%;left:5%}.btn-devis-icon,.devis-icon-calc{position:relative;left:-5px}h1{font-size:26px}h3{font-size:20px}.montage-complexe-div{margin-top:10px}.pd0{padding:0}.add_cart button{background:#d12127;border:none;padding:7px;color:#fff;width:100%;text-transform: uppercase}.devis,.montage{color:#fff!important;border:none}.modal-body{clear:both;display:flow-root}.btn-close-modal{padding:5px 10px}.btn-add-panier-complexe{background:#ff5e5e;padding:5px 10px}
.montage{background:#333333!important}
.montage-marque{background:#1e3f6c!important}.devis{background:#56b3b3!important}.c-b{clear:both;color:#000}.dn{display:none}.mg-t-15{margin-top:15px}.d-flex{display:flex}.btn-devis-complexe{background:#568fb3!important;width:33%;padding:7px}.btn-panier-complexe{background:#ff5e5e!important;width:33%;padding:7px}.btn-close-complexe{background:#3c3c3c!important;width:33%;padding:7px}.negative{color:red}.positive{color:green}.prix-produit-div{clear:both;font-size:1.2em}.w121px{width:121px}.pd-t-15{padding-top:15px}@media screen and (max-width:767px){.form-group,input,select{text-align:left!important}.img-montage{display:table-cell}}@media screen and (min-width:770px){.modal-dialog,.modal:before{display:inline-block;vertical-align:middle}.modal{text-align:center;padding:0!important}.modal:before{content:'';height:100%;margin-right:-4px}.modal-dialog{text-align:left;width:737px!important}}.prix-barre{text-decoration:line-through;font-size:18px;font-weight:700}.pricing{color:#D12127;font-size:30px;font-weight:700}h1{margin-bottom:10px!important}

.taille-part, .taille_liste_top{
  display: flex;
  justify-content: center;
}
.taille_liste_top{
  color: black;
  flex-wrap: wrap;
  padding-bottom: 10px;
  min-height: 60px;
}

.oe-results-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

/* Dès 1024px, 2 items */
@media (min-width: 1024px) {
    .oe-results-content {
        grid-template-columns: 1fr 1fr;
    }
}
/* Dès 1024px, 2 items */
@media (min-width: 1360px) {
  .oe-results-content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/* Dès 1500px, 3 items */
@media (min-width: 1500px) {
    .oe-results-content {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}




.taille-part-text::before, .taille_liste_top::before{
  content: "Taille : ";
  display: flex;
  align-items: center;
  font-size: 14px;
}
.taille-nostock::after{
  background: red;
  content: "";
  width: 100%;
  position: absolute;
  width: 100%;
  height: 32px;
  position: absolute;
  clip-path: polygon(390.00% -88px, 264.39% -51px, -183.16% 275%, -36px 171.88%);
}

.taille-commande::before{
  background: #ffa500;
  height: 12px;
  width: 12px;
  content: "";
  border-radius: 999px;
  position: relative;
  top: ;
  left: -4px;
}
.taille-stock::before{
  background: #79a00f;
  height: 12px;
  width: 12px;
  content: "";
  border-radius: 999px;
  position: relative;
  top: ;
  left: -4px;
}

.taille{
  display: flex;
  background: #fff;
  padding: 5px;
  justify-content: center;
  align-items: center;
  color: #303030;
  border: 1px solid gray;
  font-size: 14px;
  margin: 5px;
  width: 50px;
  position: relative;
  border-radius: 2px;
  transition: all .2s ease-in-out;
}
.taille.active{
  border:2px solid #79a00f;
}
.taille:hover{
  border:3px solid #79a00f;
}
.taille-nostock:hover{
  cursor: not-allowed;
  border:3px solid red;
}
.taille-nostock{
  cursor: not-allowed;
  background: #d8d8d8;
}


.d-n{
	display: none;
}

.d-t{
	display: table !important;
}
.pd-10{
	padding: 10px;

}
.move-to-other-colors{
	width: 100%;
	text-transform: uppercase;
	background-color: #9c9c9c !important;
	padding: 7px;
	margin-top:10px;
	margin-bottom:10px;
}

.product-a-block {
	display: block;
	height: 110px
}

*[data-tooltip]
    {
    /* position:relative the tooltip launcher to enable us to position:absolute
       the generated content */
    position:relative;
    /* Change cursor - you may want to remove this if you don't like the
       effect */
    cursor:help;
    }
/* Default ::before & ::after values */
*[data-tooltip]::before,
*[data-tooltip]::after
    {
    pointer-events:none;
    outline:none;
    display:block;
    z-index:999;
    position:absolute;
    bottom:100%;
    left:50%;
    margin:0;
    padding:0;
    /* Set-up the animation */
    opacity:0;
    -webkit-transition:all 0.4s ease-out 0.2s;
    -moz-transition:all 0.4s ease-out 0.2s;
    -o-transition:all 0.4s ease-out 0.2s;
    transition:all 0.4s ease-out 0.2s;
    -webkit-transform:translate(-50%, -1rem);
    -moz-transform:translate(-50%, -1rem);
    -ms-transform:translate(-50%, -1rem);
    -o-transform:translate(-50%, -1rem);
    transform:translate(-50%, -1rem);
    }
/* Tooltip arrow */
*[data-tooltip]::before
    {
    content:"";
    /* Borders are used to create the arrow so no height or width required */
    width:0;
    height:0;
    line-height:0;
    /* This sets the tooptip arrow color */
    border-top:5px solid #000;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:transparent;
    overflow:hidden;
    }
/* Tooltip bubble */
*[data-tooltip]::after
    {
    /* Use the data-tooltip attribute to set the content */
    content:attr(data-tooltip);
    /* Set a default width */
    width:248px;
    /* Use a margin to create the space required for displaying the tooltip
       arrow */
    margin-bottom:5px;
    /* Defensive font reset as we inherit */
    letter-spacing:normal;
    text-align:center;
    /* (older) Moz doesn't seem to recognise the following */
    text-decoration:none;
    word-spacing: normal;
    word-wrap: normal;
    word-break: normal;
    line-height:1.2;
    -webkit-font-smoothing: antialiased;
    font-weight:normal;
    font-family:"Open Sans", "Segoe", "Segoe UI", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Verdana, sans-serif;
    /* webkit has problems using rem units on generated content so i'm falling
      back to old school pixels */
    font-size:13px;
    padding:6px;
    min-height:18px;
    color:#fcfcfc;
    /* Default 'dark' theme */
    background-color:#222;
    background-image:-webkit-gradient(linear, left top, left bottom, from(#222), to(#000));
    background-image:-moz-linear-gradient(top,#222,#000);
    background-image:linear-gradient(top,#222,#000);
    -webkit-border-radius:0.2em;
    -moz-border-radius:0.2em;
    border-radius:0.2em;
    -webkit-box-shadow:0 -2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 -2px 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 -2px 2px rgba(0, 0, 0, 0.2);
    text-shadow:rgba(0, 0, 0, 0.2) 0 1px 0px;
    }
/* :hover & :focus states */
*[data-tooltip]:hover::before,
*[data-tooltip]:focus::before,
*[data-tooltip]:hover::after,
*[data-tooltip]:focus::after
    {
    /* http://www.useragentman.com/blog/2014/05/04/fixing-typography-inside-of-2-d-css-transforms/ */
    -webkit-transform: perspective(1px) translate(-50%, 0);
    -moz-transform: perspective(1px) translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: perspective(1px) translate(-50%, 0);
    /* Reset pointer events or things go all strange... */
    pointer-events: auto;
    /* Set the final opacity */
    opacity:0.96;
    }

.image-box {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
  cursor: pointer;
}
.image-box .image-box-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.image-box:hover .image-box-layer_top,.image-box.active .image-box-layer_top {
	opacity: 1;
  border:4px solid var(--main-color-activate);
}
.image-box .image-box-text {
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}




.modal-montage-2k19 {

  max-width: 100%;
}

.modal-montage-2k19 .modal-content .modal-body .cnt-1{

}

.ligne-forfait{
	clear: both;
	float: left;
	height: 70px;

}

.d-n-i{
	display:none !important;
}

.radio-ordo-yes-no{
	display: inline-block;
}
.radio-ordo-yes-no label{
	position: relative;
	top: -2px;
}


.ligne-forfait:hover{
	color: #e18686 !important;
	border-color:var(--main-color-activate);
	cursor:pointer;
}

.upload-modal-btn{
	padding: 5px !important;
	background: #fff;
}

.d-b{
	display: block;
}

.title-forfait{

	display: block;
	font-weight: bold;
}
.total-verre-modal{
		font-weight: bold;
}
.prix-forfait{

	font-weight: bold;
}

@media (min-width: 320px) and (max-width: 480px) {
	.forfait-1-desc, .forfait-2-desc, .forfait-3-desc{
		padding-top: 50px;
		padding-bottom: 15px;
		text-align: left;
	}

}


.number-circle{
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;

	display: inline-block;
	font-weight: bold;
	line-height: 1.6em;
	margin-right: 5px;
	text-align: center;
	width: 1.6em;
	font-size: 22px;
	border: 1px solid;
	max-width: 100%;
}

.modal-montage-2k19 .modal-body {
  padding: 0px !important;
  display: block !important;
}
.modal-montage-2k19 .modal-body h1,h2,h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}
.modal-montage-2k19 .modal-body h2 {
  height: 60px;
  line-height: 60px;
  font-weight: bold;
}
.modal-montage-2k19 .modal-body h3 {
  height: 60px;

}
.modal-montage-2k19 .modal-content {
  border: unset;
}
.gris-block-modal{
  background: #3c3c3c;
  display: block;
  float: left;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

.pb-25{
	padding-bottom: 25px !important;
}
.ptb-10{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.l-body{
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
.l-bottom{
	padding-top: 20px;
	padding-bottom: 10px;
	clear: both;
}


#ecart_og::placeholder,#ecart_od::placeholder,#ecart_global::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: lightgray;
  opacity: 1; /* Firefox */
}

/*

*/


.gris-spe-block-modal{
  background: #3c3c3c;
  display: block;
  float: left;
  padding-top: 25px;

  padding-left: 10px;
  padding-right: 10px;
}
.gris-prix-block-modal{
  background: #3c3c3c;
  display: block;
  float: left;
  padding-top: 10px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
.lightgray-block-modal{
  background: lightgray;
  display: block;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.lightgray-block-modal span{
  font-weight: bold;
}



.close-modal-montage{
  position: absolute;
  top: -8px;
  opacity: 1;
  background: unset;
  border: unset;
  right: 0px;
  font-size: 26px;
}
.prev-modal-montage{
  position: absolute;
  top: 2px;
  opacity: 1;
  background: unset;
  border: unset;
  left: 0px;
  font-size: 16px;
}

.img-produits{
  height: 100% !important;
  /*height: 250px !important;*/
  max-height: inherit !important;
  width:inherit !important;
  max-width:100% !important;
  /*margin: auto;*/
}

.triangle:after {
  border-right: solid 15px transparent;
  border-left: solid 15px transparent;
  border-top: solid 15px #fff;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  z-index: 999;
}

.button-next-step-modal{
	float: right;
	margin-right: 30px;
	margin-top: 10px;
}

.pr-n-sous-prod{
  position: relative;
top: -90px;
}


@media only screen and (max-width: 600px) {
  .img-produits{
		max-width: 100% !important;
		height: inherit !important;
	}
}
