/*** Reset ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    text-align: left;
}

ol, ul, li {
    list-style: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*** font ***/
@font-face {
    font-family: Avenir_LT;
    src: url('Avenir_LT.eot');
    src: url('Avenir_LT.eot?#iefix') format('embedded-opentype'), url('Avenir_LT.woff2') format('woff2'), url('Avenir_LT.woff') format('woff'), url('Avenir_LT.ttf') format('truetype'), url('Avenir_LT.svg#Avenir Light') format('svg');
}

/*** Main ***/
body {
    font: 13px Avenir_LT, Geneva, 'courier new', sans-serif;
    padding: 24px, 0;
}

a {
    cursor: default;
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #d43436;
}

input, textarea {
    font: 13px Avenir_LT, Geneva, 'courier new', sans-serif;
}

/* Input : contrer le choix de couleur du navigateur */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.space3L {
	margin-left: 3px;	
}

.fs-xl {
    font-size: 24px;
}

.fs-l {
    font-size: 18px;
}

.fs-m {
    font-size: 13px;
}

.fs-s {
    font-size: 11px;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

.none {
    display: none;
}

.ital {
    font-style: italic;
}

.margeB24 {
	margin-bottom : 24px;	
}

.margeT42 {
	margin-top : 42px;	
}

.cG {
    display: inline-block;
    margin: 0 4px 0 4px;
    font-size: 16px;
    font-weight: 300;
    color: #ccc;
}

.cGl {
	color: #d0d0d0;
}

.cR {
	color: #d43436;
}

.cA {
    color: #5ddb4f;
}

.bgG {
    background-color: #f1f1f1;
}

.bgB {
    background-color: rgba(62, 183, 251, 0.41);
}

.bgR {
    background-color: #d43436;
}

.bgGr {
    background-color: #5ddb4f;
}

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

blockquote {
    padding: 26px 0 5px 38px;
    background: url("images/bq.svg") no-repeat;
}

blockquote p {
    color: #8c8888;
    font: 14px Avenir_LT, Geneva, 'courier new', sans-serif;
    line-height: 1.2 ;
    text-align: justify;
}

.txt-rot {
    display: inline-block;
    font-size: 16px;
    transform: rotate(9deg);
}

.linkAsBut {
    margin: 0 6px 0 6px;
    font-size: 16px;
    border-bottom: 1px solid #f1f1f1;
}

.linkAsBut:hover {
    color : #000;
    border-bottom: 1px solid #d43436;
}

.infobulle {
  position: relative;
  display: inline-block;
}

.infobulle .infobtxt {
  visibility: hidden;
  width: 120px;
  background-color: #f1f1f1;
  color: #000;
  font-size: 15px;
  text-align: center;
  border-radius: 50%;
  padding: 50px 20px 50px 20px; 
  position: absolute;
  z-index: 1;
  top: -50%;
  left: 0%;
  margin-top: -50px;
  margin-left: -168px;
  opacity: 0;
  transition: opacity 0.3s;
}

.infobulle .infobtxt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #f1f1f1;
}

.infobulle:hover .infobtxt {
  visibility: visible;
  opacity: 1;
}

#wrapper {
    width: 940px;
    background: #fff;
    margin: 0 auto;
    padding: 0 25px 0 25px;
}

#container {
    padding: 30px 0 45px;
}

/*** Header ***/
.header {
    display: grid;
    width: 940px;
    height: 170px;
    margin: 10px auto 0px auto;
    grid-template-columns: 580px auto;
    grid-template-rows: auto;
    overflow: clip;
}

.logo {
    margin: 10px 0px 12px 0px;
    overflow: hidden;
    height: 140px;
    animation: bgChange 4s linear infinite running;
    -o-animation: bgChange 4s linear infinite running;
    -moz-animation: bgChange 4s linear infinite running;
    -webkit-animation: bgChange 4s linear infinite running;
}

@keyframes bgChange {
    0%, 49.99%, 100% {
        background: url("images/logotype-A.svg") 0% 0% no-repeat;
    }

    50%, 99.99% {
        background: url("images/logotype-B.svg") 0% 0% no-repeat;
    }
}

@-moz-keyframes bgChange {
    0%, 49.99%, 100% {
        background: url("images/logotype-A.svg") 0% 0% no-repeat;
    }

    50%, 99.99% {
        background: url("images/logotype-B.svg") 0% 0% no-repeat;
    }
}

@-webkit-keyframes bgChange {
    0%, 49.99%, 100% {
        background: url("images/logotype-A.svg") 0% 0% no-repeat;
    }

    50%, 99.99% {
        background: url("images/logotype-B.svg") 0% 0% no-repeat;
    }
}

#nav-v {
    text-align: right;
}

#nav-v input {
    width: 90px;
    margin: 10px 0 6px 0;
    font-size: 14px;
    -webkit-appearance: none;
    outline: none;
    border: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-bottom: 1px solid #f1f1f1;
    cursor: default;
}

#nav-v input:focus {
    width: 290px;
    border-bottom: 1px solid #f1f1f1;
}

.search {
    padding-right: 26px;
    background: url("images/search.svg") 100% 0% no-repeat;
}

.search-keywords {
    border-bottom: 1px solid #f1f1f1;
}

#nav-v ul {
    width: 160px;
    margin-left: calc(100% - 160px);
}

#nav-v li {
    margin: 3px 0 3px 0;
    font-size: 11px;
    line-height: 1.2;
    float: right;
}

#nav-v li a {
    color: #000;
    text-decoration: none;
    cursor: default;
}

#nav-v li a:hover {
    color: #d43436;
}

/* Menu horizontal */
.nav-bar-menu {
    display: grid;
    width: 940px;
    padding: 6px 0 4px 10px;
    margin: 0 auto 8px auto;
    grid-template-columns: 884px 50px;
    grid-column-gap: 6px;
    border-block-start: 1px solid #ededed;
    border-left: 1px solid #ededed;
}

.nav-bar-menu .menu {
    display: none;
}

#menu-actif {
    white-space: nowrap;
}

.nav-bar-item {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 2;
    color: #000;
    transition: 0.3s;
    cursor: default;
}

.nav-bar-item:hover {
    color: #d43436;
}

.nav-bar-menu span {
    margin: 0 10px 0 10px;
    font-size: 18px;
    color: #ededed;
}

#basket-ico {
    float: right;
    margin-top: -16px;
    width: 60%;
}

#basket-items {
    margin-left: 6px;
    padding: 0.3em 0.75em;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    opacity: 0.8;
    z-index: 1000;
}

.basket-content {
    background-color: #d43436;
}

.basket-content-empty {
    background-color: #ccc;
}

.basket-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    cursor: default;
}

.basket-dropdown-content {
    display: none;
    position: absolute;
    right: 20px;
    top: 16px;
    width: 280px;
    max-height: 600px;
    overflow-y: scroll;
    background-color: #f9f9f9;
    border-radius: 4px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    text-align: left;
    font-size: 12px;
    z-index: 500;
}

.basket-dropdown-content a {
    display: block;
    color: #000;
    padding: 6px 6px;
    text-decoration: none;
    
}

.basket-dropdown-content a span {
    float: right;
    font-size: 12px;
    color: #000;
}

.basket-dropdown-content a:hover, .basket-dropdown-content a:hover span {
    color: #fff;
    background-color: #d43436;
    opacity: 0.8;
}

.basket-dropdown:hover .basket-dropdown-content {
    display: block;
    z-index: 500;
}

#paymentUnSuccessful {
	font-size: 15px;
	color: #d43436;
}

@media screen and (max-device-width: 1023px) {
    .nav-bar-item {
        font-size: 12px;
    }    
}

/*** Items list ***/
.blist {
    margin-right: 2px;
    padding: 2px 6px;
}   

.blist:hover {
    color: #000;
    border-bottom: 1px solid #d43436;
}

.blistActif {
    border-bottom: 1px solid #d43436;
}

.blistWhite {
    color: transparent;
}

/* item list standard */
.item-list-header {
    width: 820px;
    margin: 6px auto 42px auto;
    font-size: 16px;
    text-align: center;
}

.item-list {
    display: grid;
    width: 820px;
    margin: 0px auto 0px auto;
    grid-template-rows: auto;
    grid-row-gap: 6px;
}
/* Ne pas oublie de préciser le nombre de colonne dans une classe supplémentaire */

.item-list input[type=text] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    font-size: 15px;
    vertical-align: middle;
    padding: 4px 4px;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid #f1f1f1;
    outline: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    cursor: default;
}

.item-list input[type=button] {
    height: 19px;
    width: 19px;
    margin: 6px 4px 0 6px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    background-color: #ccc;
    -webkit-appearance: none;
}

@-moz-document url-prefix() {
    .item-list input[type=button] {
        padding: 2px 0;
    }    
}

.item-list input[type=button]:hover {
    background: #d43436;
}

a.il-item {
    height: 31px;
    padding-top: 6px;
}

a.il-item:hover {
    color: #000;
    border-bottom: 1px solid #d43436;
}

/* item list basket */
.bil {
    grid-template-columns: 110px 30px auto 90px 90px 30px;
}

.bil input[type=text] {
    border: 0;
    
}

.bil-item {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    font-size: 15px;
    vertical-align: middle;
    padding: 4px 4px;
    box-sizing: border-box;
    border: 0;
    outline: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    cursor: default;
}

a.bil-item {
    height: 28px;
    padding-top: 6px;
}

a.bil-item:hover {
    color: #000;
    border-bottom: 1px solid #d43436;
}

.bil .redHover:focus {
    border: 0px solid #f1f1f1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #f1f1f1;
}

.bil .redHover::selection {
    background: transparent;
}

.bil .redHover:hover {    
    //padding: 4px 4px 2px 4px;
    //border-bottom: 1px solid #d43436;
}

.bil-interl {
    display: flex;
    width: 676px;
    margin: -8px 60px 10px 60px;
    grid-template-rows: auto;
    grid-row-gap: 6px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 12px;
    color: #7e7e7e;
    padding-left: 144px;
    padding-bottom: 10px;
}

.bil-total {
    display: grid;
    width: 820px;    
    grid-template-columns: auto 90px 30px;
    grid-template-rows: auto;
    grid-row-gap: 6px;
}

.Tbasket {
    margin: 18px auto 10px auto;
}

.Tport {
    margin: 10px auto 10px auto;
}

.Tpay {
    margin: 20px auto 40px auto;
}

.bil-total .colspan2 {
    padding-left: 144px;
}

.livr-dropbtn-input {
    -webkit-appearance: none;
    margin-right: 4px;
    background: #fff;
    font-size: 12px;
    text-align: center;
    color: #7e7e7e;
    width: 70px;
    box-sizing: border-box;
    border:0;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    cursor: default;
}

.livr-dropdown-input {
    position: relative;
    display: inline-block;
}

.livr-place-dropdown-content-input, .livr-vite-dropdown-content-input {
    display: none;
    position: absolute;
    //min-width: 110px;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.livr-place-dropdown-content-input {
    min-width: 110px;
}

.livr-vite-dropdown-content-input {
    min-width: 150px;
}

.livr-place-dropdown-content-input a, .livr-vite-dropdown-content-input a {
    color: black;
    padding: 5px 7px;
    text-decoration: none;
    display: block;
}

.livr-place-dropdown-content-input a:hover, .livr-vite-dropdown-content-input a:hover {
    color: #fff;
    background-color: #d43436;
}

.livr-dropdown-input:hover .livr-place-dropdown-content-input, .livr-dropdown-input:hover .livr-vite-dropdown-content-input {
    display: block;
    z-index: 500;
}

.livr-dropdown-input:hover .livr-dropbtn-input {
    border-bottom: 1px solid #d43436;
}

#bl-name:hover {
    color: #7e7e7e;
}

.bl-text {
    margin-left: 4px;
}

#regConf-form {
    display: none;
    width: 344px;
    margin: 42px auto 42px auto;   
}

#regConf-form input[type=text] {
    -webkit-appearance: none;
    width: 304px;
    margin-right: 10px;
    background: transparent;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    padding: 4px 4px;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid #f1f1f1;
    outline: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    cursor: default;
}

#regConf-form input[type=button] {
    height: 30px;
    width: 30px;
    margin: 6px auto 0 auto;
    padding-top: 4px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #ccc;
    -webkit-appearance: none;
}

#regConf-form input[type=button]:hover {
	background-color: #d43436;
}

/*** Slideshow ***/
#slideshow, .slideshow {
    height: 300px;
    width: 940px;
    overflow: hidden;
    position: relative;
    //box-shadow: 4px 4px 8px #d9d9d9;
}

.home-slide {
    height: 300px;
    width: 940px;
    background: #e3e3e3;
    border: none;
}

.home-slide img {
    display: block;
    float: left;
    width: 640px;
    height: 300px;
    position: relative;
    top: -20px;
    left: -30px;
}

.home-slide .post {
    padding: 20px 30px 0 30px;
}

.home-slide .post-category {
    font-size: 11px;
    color: #d9d9d9;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.home-slide .post a {
    color: #000;
}

.home-slide .post .post-category a {
    text-decoration: none;
}

.home-slide .post .post-category a:hover {
    color: white;
}

.home-slide .post h2 {
    margin-bottom: 5px;
}

.home-slide .post h2, .home-slide .post h2 a {
    color: #000;
    font-size: 24px;
    font-weight: normal;
    text-decoration: none;
}

.home-slide .post h2 a:hover {
    color: #fff;
}

.home-slide .post .post-meta {
    font-size: 11px;
    font-style: italic;
    text-align: justify;
    color: #656363;
    margin-bottom: 20px;
}

.home-slide .post .post-meta span, .home-slide .post .post-meta a {
    color: #000;
    text-decoration: none;
    font-family: Avenir_LT, Geneva, sans-serif;
    font-style: normal;
}

.home-slide .post .post-meta a:hover {
    color: #fff;
}

.home-slide .post .post-author {
    text-transform: uppercase;
}

.home-slide .post-content {
    text-align: justify;
    text-indent: 0px;
    text-overflow: ellipsis;
}

.home-slide .post-content p {
    margin-bottom: 15px;
}

.animate-opacity {
    animation: opac 1.2s
}

@keyframes opac {
    from {
        opacity:0
    }

    to {
        opacity: 1
    }
}

.animate-open {
    height: 300px;
    transition: height 1s ease;
}

.animate-close {
    height: 0;
    transition: height 1s ease;
}

/*** Filtres search ***/
#catags-filter {
    width: 710px;
    margin: 0px 0 0 0;
    font-size: 13px;
}

#catags-filter input[type=button] {
    height: 21px;
    width: 21px;
    margin: 0px 4px 0 6px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #ccc;
    -webkit-appearance: none;
}

/* Firefox */
@-moz-document url-prefix() {
    #catags-filter input[type=button] {
        padding: 2px 0;
    }    
}

#catags-filter input[type=button]:hover {
    background: #d43436;
}

.round-sb4i:hover {
    color: #fff;
    background: #d43436;
}

#catags-filter span {
    margin-right: 6px;
    font-weight: normal;
    color: #000;
}

/*** Content ***/
#loop-content {
    width: 710px;
    float: left;
}

.content-title {
    color: #333333;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 11px 0;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
}

.content-title a {
    color: #000;
    text-decoration: none;
}

.content-title a:hover {
    color: #d43436;
}

.content-title span {
    color: #d9d9d9;
}

.content-title span a {
    color: #d9d9d9;
    text-decoration: none;
}

.content-title span a:hover {
    color: #000;
    text-decoration: none;
}

.content-title p {
    display: inline-block;
}

@media screen and (max-device-width: 1023px) {
    .content-title {
        font-size: 12px;
    }    
}

/*** Loop ***/
.grid {
    padding: 10px 0 0 0;
    width: 720px;
}

.grid .post {
    width: 194px;
    height: 194px;
    background-color: #f5f5f5;
    padding: 18px;
    float: left;
    margin: 10px 10px 0 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.grid .post .post-category, .grid .post .post-content, .grid .post .post-meta em {
    display: none;
}

.grid .post h2, .grid .post .post-meta {
    display: block;
}

.grid .post .thumb {
    width: 230px;
    height: 230px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.grid .post .thumb:hover {
    opacity: 0.2;
    background-color: #d9d9d9;
}

.grid .post .thumb span {
    position: absolute;
    height: 24px;
    width: 24px;
    margin: 10px 10px 0 -30px;
    font-size: 12px;
    text-align: right;
    color: #fff;
    background-color: #d43436;
    opacity: 0.8;
    border-radius: 50%;
    z-index: 1000;
}

.grid .post .thumb img {
    width: auto;
    height: 230px;
    background-color: #f1f1f1;
}

.grid .post h2, .grid .post h2 a {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}

.grid .post h2 {
    margin-bottom: 5px;
}

.grid .post a {
    text-decoration: none;
}

.grid .post a:hover {
    color: #d43436;
}

.grid .post .post-meta {
    font-size: 10px;
    font-style: italic;
    color: #656363;
}

.grid .post .post-meta span, .grid .post .post-meta a {
    color: #000;
    font-family: Avenir_LT, sans-serif;
    font-style: normal;
}

.grid .post .post-meta .post-author {
    text-transform: uppercase;
}

.grid .post .post-edit-link {
    position: absolute;
    bottom: 18px;
    left: 18px;
}

/* Produits */
.fiche-prod {
    width: 820px;
    margin: 10px auto 20px auto;
}

.fiche-prod .post-title {
    margin-bottom: 12px;
    font-size: 24px;
}

.fiche-prod h3 {
    margin: 20px 0 0 -1px;
    font-size: 22px;
}

.fiche-prod h2 {
    margin: -4px 0 0 -1px;
    font-size: 18px;
    font-weight: 300;
}

/* margin dans #tab-content p */
.fiche-prod p {
    font-size: 14px;
    text-align: justify;
}

.fiche-prod p span {
    color: #7e7e7e;
}

.fiche-prod img {
    max-width: 820px;
    height: auto;
    margin: 8px 0 16px 0;
}

.fiche-prod-2-col {
    display: grid;
    width: 820px;
    margin: 0;
    grid-template-columns: 410px 410px;
    grid-template-rows: auto;
    grid-row-gap: 0;
}

.fiche-prod-2-col img {
    max-width: 410px;
    height: auto;
    margin: 0;
    align-self: center;
}

.nikon-4 {
    display:grid;
    width: 820px;
    margin: 30px auto 20px auto;
    grid-template-columns: 159px 1px 159px 1px 159px 1px 159px;
    grid-column-gap: 30px;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    align-items: center;
}

.nikon-4-sep {
    min-height: 42px;
    background-color: #ccc;
}

.fiche-prod .edit-prod {
    margin-left: 12px;
    font-size: 12px;
    text-decoration: underline;
}

.fiche-prod .edit-prod:hover {
    color: #d43436;
}

.fiche-prod-tags {
    width: 820px;
    margin: -12px 0 36px 0;
}

.fiche-prod-tags a {
    display: inline-block;
    margin-right: 8px;
}

.fiche-prod-tags a:hover {
    text-decoration: underline;
}

.fiche-prod-docs {
    width: auto;
    margin: 40px 0 20px 1px;
}

.fiche-prod-docs p {
    font-size: 15px;
}

.fiche-prod-docs a {
    margin-left: 8px;
    padding: 6px 200px;
    background: url("images/download.svg") no-repeat;
    background-size: 32px;
}

.fiche-prod-docs a:hover {
    background: url("images/downloadhover.svg?ct=42") no-repeat;
    background-size: 32px;
}

.fiche-prod-prix {
    width: auto;
    margin: 42px 0 36px 0;
}

.fiche-prod-prix p {
    font-size: 15px;
    line-height: 1.8;
}

.fiche-prod-prix p span {
    font-size: 12px;
    color: #d43436;
}

.fiche-prod-prix .bask {
    margin-left: 12px;
    padding: 10px 22px;
    background: url("images/2basket.svg") no-repeat;
    background-size: 42px;
}

.fiche-prod-prix .bask:hover {
    background: url("images/2baskethover.svg?ct=42") no-repeat;
    background-size: 42px;
}

.fiche-prod-prix .bask-in {
    margin-left: 12px;
    padding: 10px 22px;
    background: url("images/inbasket.svg") no-repeat;
    background-size: 42px;
}

.fiche-prod-prix .bask-in:hover {
    background: url("images/inbaskethover.svg?ct=42") no-repeat;
    background-size: 42px;
}

.fiche-relatived-prod-title {
    margin-bottom: -12px;
    display: inline-block;
}

.fiche-relatived-prod-title:after {
    content: "";
    display: block;
    width: 102%;
    min-width: 30px;
    border-bottom: 1px solid #ccc;
    margin: 2px 0 0 -2px;
}

.fiche-relatived-prod-prix .bask {
    margin-left: 8px;
    padding: 8px 20px;
    background: url("images/2basket.svg") no-repeat;
    background-size: 38px;
}

.fiche-relatived-prod-prix .bask:hover {
    background: url("images/2baskethover.svg?ct=42") no-repeat;
    background-size: 38px;
}

.fiche-prod-social-share:before {
    content: "";
    display: block;
    width: 100%;
    min-width: 30px;
    border-top: 1px solid #ccc;
    margin-bottom: 2px;
}

.fiche-prod-social-share {
    margin-top: 24px;
    display: inline-block;
}

.fiche-prod-social-share img {
    height: 20px;
    margin-right: 3px;
}

.product-pictures {
    position: relative;
    width: 820px;
    margin: 0 auto 0 auto;
}

.product-pictures img {
    margin: 8px 0 16px 0;
    height: auto;
    max-width: 820px;
    height: auto;
}

/*** Sidebar ***/
.sidebar {
    width: 200px;
    margin-top: 1px;
    float: right;
}

.sidebar-item, .sidebar-social {
    margin-bottom: 35px;
    font-size: 11px;
}

.sidebar-item h3, .sidebar-social h3, .tag-cloud h3 {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 12px;
    margin: 0 0 14px 0;
    border-bottom: 1px solid #d9d9d9;
}

.sidebar-item h3 span, .sidebar-social h3 span {
    float: right;
    text-decoration: underline;
    cursor: default;
}

.sidebar-item a {
    display: block;
    color: #000;
    text-decoration: none;
    margin-bottom: 3px;
}

.sidebar-item a:hover {
    color: #d43436;
}

.sidebar-item a span, .sidebar-item a span:hover {
    color: #000;
}

.sidebar-item p, .textsidebar-item {
    font-size: 14px;
}

.sidebar-item p a, .textsidebar-item a {
    color: #000;
}

.sidebar-item p a:hover, .textsidebar-item a:hover {
    text-decoration: none;
}

.sidebar-social a {
    margin-right:4px;
}

.tag-cloud {
    line-height: 1.3;
    text-align: justify;
}

.tag-cloud .sb-0 {
    font-size: 7pt;
}

.tag-cloud .sb-10 {
    font-size: 11pt;
}

.tag-cloud .sb-20 {
    font-size: 13pt;
}

.tag-cloud .sb-30 {
    font-size: 15pt;
}

.tag-cloud .sb-40 {
    font-size: 16pt;
}

.tag-cloud .sb-50 {
    font-size: 17pt;
}

.tag-cloud .sb-60 {
    font-size: 18pt;
}

.tag-cloud .sb-70 {
    font-size: 19pt;
}

.tag-cloud .sb-80 {
    font-size: 20pt;
}

.tag-cloud .sb-90 {
    font-size: 21pt;
}

.tag-cloud .sb-100 {
    font-size: 22pt;
}

@media screen and (max-device-width: 1023px) {
    .sidebar-item h3 {
        font-size: 18px;
    }    
}

/* Customer mside menu */
#connect, #my-orders, #user-settings {
    display: block;
    font-size: 14px;
}

/*** Modales ***/

/* Alerte */
noscript #nsalerte {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(242, 242, 242, .42);
    z-index: 2000
}

noscript .popup-block-nsalerte {
    position: relative;
    margin: 18% auto;
    width: 740px;
    height: auto;
    background: #fff;
    padding: 7px;
    border: 12px solid #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px
}

noscript .popup-block-nsalerte p {
    text-align: center;
    color: #000;
    font-size: 150%;
    font-weight: lighter
}

/* Basket alert */
#basket-alert {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(242, 242, 242, 0.42);
    z-index: 2000;
    animation: fadein 1.2s;
}

#basket-alert:target {
    display: block;
}

.popup-block-basket-alert {
    display: block;
    background: rgba(204, 204, 204, 0.42);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    margin: 10% auto;
    width: 300px;
    height: 300px;
    //box-shadow: 3px 3px 6px #f1f1f1;
    //padding: 20px 4px 0px 4px;
    border: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

#bac-span {
    position: relative;
    top: 90px;
    left: 25px;
    padding: 0.3em 0.75em;
    font-size: 36px;
    color: #fff;
    background-color: #d43436;
    border-radius: 50%;
    opacity: 0.8;
}

#basket-alert-content img {
	width: 200px;
    margin: 20px 0 0 70px;
}

/* modale alert */
#alert {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(242, 242, 242, 0.42);
    z-index: 3000;
}

#alert:target {
    display: block;
}

.popup_block_alert {
    position: relative;
    margin: 14% auto;
    width: 800px;
    height: auto;
    background: #fff;
    padding: 30px 30px 20px 30px;
    border: 12px solid #fff;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    text-align: center;
}

#alert_content .submit {
    -webkit-appearance: none;
    border: none;
    background: #ccc;
    color: #fff;
    font-size: 14px;
    cursor: default;
    margin: 20px 3px 10px 3px;
    padding: 6px 9px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

#alert_content .submit:hover {
    text-decoration: none;
    background: #ccc;
}

#alert_content input[type=text] {
     -webkit-appearance: none;
    width: 100%;
    margin : 10px auto 0 auto;
    border: 0;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
    cursor: default;
}

#alert_content input[type=text]:hover {
    border-bottom: 1px solid #d43436;
}

#alert_content input[type=button] {
    height: 30px;
    width: 30px;
    margin: 16px auto 0 auto;
    padding-top: 4px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #ccc;
    -webkit-appearance: none;
}

#alert_content input[type=button]:hover {
	background-color: #d43436;
}

#alert_content .list {
    font-weight: 400;
    font-size: 14px;
}

#close_al { 
	position: absolute;
    float: right;
    top: 0px;
    right: 0px;
    background: url("./images/cross.svg") 100% 50% no-repeat;
    height: 32px;
    background-size: 32px;
   	padding-right: 34px;
    z-index: 1000;
}

/* Tab */
#tab, #tabList {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(242, 242, 242, 0.42);    
    animation: fadein 1.2s;
}

#tab {
    z-index: 500;
}

#tabList {
    z-index: 400;
}

#tab:target, #tabList:target {
    display: block;
}

.popup-block-tab {
    display: block;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    margin: 0.5% auto;
    width: 940px;
    height: 96%;
    box-shadow: 3px 3px 6px #f1f1f1;
    padding: 20px 4px 0px 4px;
    border: 3px solid #fff;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

#tab-content p, #tab-content-list p {
    margin: 16px 0 16px 0;
}

#tab-content .submit, #tab-content-list .submit {
    background-color: #ccc;
    border: 0;
    border-radius: 1px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    margin: 30px 20px 10px 0;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

#tab-content .submit:hover, #tab-content-list .submit:hover {
    background: #d43436;
}

@keyframes fadein {
    from {
        top: -100%;
        opacity:0
    }

    to {
        top: 0;
        opacity: 1
    }
}

#tab.fadeout {
	animation: fadeout 1s;
}

@keyframes fadeout {
    from {
        top: 0;
        opacity: 1        
    }

    to {
        top: -100%;
        opacity:0
    }
}

.close-modale {
    position: -webkit-sticky;
    position: sticky;
    float: right;
    top: 0px;
    right: 10px;
    z-index: 5000;
}

@media screen and (max-device-width: 1023px) {
    .close-modale {
    	font-size: 36px;
    	text-align: center;
    	line-height: 0.9;
        color: #d43436;
    }
}

@media screen and (min-device-width: 1049px) {
    .close-modale {
    	width: 32px;
        height: 32px;
    	background: url("images/cross.svg") 100% 50% no-repeat;
        background-size: 100%;
    }
}

#tab.swipe {
    animation: swipe .5s;
}

@keyframes swipe {
    0% {opacity: 1; transform: translate(5px, 1px) rotate(0deg)}
    5% {opacity: 0.98; transform: translate(15px, 2px) rotate(1deg)}
    10% {opacity: 0.95; transform: translate(30px, 4px) rotate(2deg)}
    15% {opacity: 0.92; transform: translate(45px, 6px) rotate(3deg)}
    20% {opacity: 0.89; transform: translate(60px, 8px) rotate(4deg)}
    25% {opacity: 0.83; transform: translate(75px, 9px) rotate(5deg)}
    30% {opacity: 0.78; transform: translate(90px, 11px) rotate(6deg)}
    35% {opacity: 0.73; transform: translate(105px, 13px) rotate(7deg)}
    40% {opacity: 0.69; transform: translate(120px, 15px) rotate(8deg)}
    45% {opacity: 0.64; transform: translate(135px, 17px) rotate(9deg)}
    50% {opacity: 0.58; transform: translate(150px, 19px) rotate(10deg)}
    55% {opacity: 0.53; transform: translate(165px, 21px) rotate(11deg)}
    60% {opacity: 0.47; transform: translate(180px, 23px) rotate(12deg)}
    65% {opacity: 0.42; transform: translate(195px, 24px) rotate(13deg)}
    70% {opacity: 0.36; transform: translate(210px, 26px) rotate(14deg)}
    75% {opacity: 0.30; transform: translate(225px, 28px) rotate(15deg)}
    80% {opacity: 0.23; transform: translate(240px, 30px) rotate(16deg)}
    85% {opacity: 0.16; transform: translate(255px, 32px) rotate(17deg)}
    90% {opacity: 0.09; transform: translate(270px, 34px) rotate(18deg)}
    95% {opacity: 0.03; transform: translate(285px, 36px) rotate(19deg)}
    100% {opacity: 0; transform: translate(300px, 38px) rotate(20deg)}
}

/* Modale short/list */
#short {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(242, 242, 242, 0.42);
    z-index: 3000;
}

#short:target {
    display: block;
}

.popup_block_short {
    display: block;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    margin: 6% auto;
    width: 900px;
    min-height: 18%;
    max-height: 78%;
    box-shadow: 3px 3px 6px #d9d9d9;
    padding: 20px 20px;
    border: 10px solid #fff;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

/* Paiement : personnalisation */
#clicandpay-panel {
    display: none;
    width: 770px;
    margin: 28px auto 20px auto;
    padding: 24px 24px 36px 24px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border: 1px #f1f1f1 solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 5px;
}

.kr-embedded {
    whidth : 260px;
    margin: 0 auto 0 auto;
}

/* Pages */
.page-title {
    width: 800px;
    margin: 30px auto 20px auto;
}

.page-content {
    width: 800px;
    margin: 10px auto 42px auto;
    text-align: center;
    text-overflow: ellipsis;
}

.page-content p {
    padding: 12px 0 6px 0;
}

.page-content p span {
    color: #7e7e7e;
}

.vincent-who {
    with: 600px;
    height: 600px;
    margin: 10px auto 20px auto;
}

.map {
    width: 600px;
    margin: -6px auto 20px auto;
}

@media screen and (max-device-width: 1023px) {
    .map {
        width: 800px;
    }
}

/* Travaux photo */
.dev-tab1 {
    display: grid;
    width: 500px;
    margin: 10px 0 20px 0;
    padding-top: 6px;
    grid-template-columns: 90% auto;
    grid-column-gap: 4px;
    align-self: center;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    border-block-start: 1px solid #ededed;
}

.dev-tab2, .dev-tab3, .dev-tab4 {
    display: grid;
    margin: 10px 0 20px 0;
    grid-column-gap: 0px;
    grid-gap: 1px;
    font-size: 14px;
    text-align: center;
}

.dev-tab2 {
    width: 540px;
    grid-template-columns: auto auto auto auto auto auto auto;
}

.dev-tab3 {
    width: 250px;
    grid-template-columns: auto auto auto auto;
}

.dev-tab4 {
    width: 320px;
    grid-template-columns: auto auto auto auto auto;
}

.dev-tab2 div, .dev-tab3 div, .dev-tab4 div {
    box-shadow: 0 0 0 1px #ededed;
    padding: 6px;
}

/* Callback + Infolettre forms */
#infolettre-form .l1, #infolettre-form .l2, #infolettre-form .l3, #call-you-back .l1, #call-you-back .l2, #call-you-back .l3 {
    display: grid;
    width: 700px;
    margin: 4px auto 4px auto;
    grid-template-rows: auto;
    grid-column-gap: 6px;
  	grid-row-gap: 6px;
    font-size: 14px;
}

#infolettre-form .l1, #call-you-back .l1 {	    
	grid-template-columns: 50px 250px auto;    
}

#infolettre-form .l2, #call-you-back .l2 {
   	grid-template-columns: 250px auto;
}

#infolettre-form .l3, #call-you-back .l3 {
   	grid-template-columns: auto;
}

#infolettre-form .l3 .button {
    margin-top: 30px;
}

#infolettre-form .l1-item, #infolettre-form .l2-item, #call-you-back .l1-item, #call-you-back .l2-item {
    align-self: center;
    text-align: left;
}

.l4 {
    width: 700px;
    margin: -20px 120px 10px 120px;
}

.item-prix {
    width: auto;
    margin: 7px 0 36px 0;
    font-size: 16px;
}

/* Checkbox */
.container {
    display: block;
    position: relative;
    max-width: 670px;
    padding: 4px 0px 4px 33px;
    cursor: default;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tab {
    margin-left: 30px;
}

.cont-marge {
    margin: 10px auto 10px auto;
}

.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 2px;
	left: 2px;
	height: 24px;
	width: 24px;
	background-color: #eee;
    border-radius: 50%;
}

.container:hover input ~ .checkmark {
	background-color: #ccc;
}

.container input:checked ~ .checkmark {
	background-color: #d43436;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.container input:checked ~ .checkmark:after {
	display: block;
}

.container .checkmark:after {
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#call-you-back textarea {
    width: 690px;
    height: 90px;
    margin-top: 6px;
    padding: 6px 4px;
    border: 1px solid #ccc;
    font-size: 14px;
    resize: none;
    overflow-x: scroll;
}

.civil-dropbtn-input {
    -webkit-appearance: none;
    text-align: left;
    background: #fff;
    font-size: 15px;
    width: 100%;
    height: 30px;
    vertical-align: middle;
    padding: 4px 4px;
    box-sizing: border-box;
    border:0;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    cursor: default;
}

.civil-dropdown-input {
    position: relative;
    display: inline-block;
}

.civil-dropdown-content-input {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 72px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.civil-dropdown-content-input a {
    color: black;
    padding: 5px 7px;
    text-decoration: none;
    display: block;
}

.civil-dropdown-content-input a:hover {
    color: #fff;
    background-color: #d43436;
}

.civil-dropdown-input:hover .civil-dropdown-content-input {
    display: block;
    z-index: 500;
}

.civil-dropdown-input:hover .civil-dropbtn-input {
    border-bottom: 1px solid #d43436;
}

.civil-dropdown-input:hover .civil-dropbtn-input::placeholder {
    color: #d43436;
}

.infolettre-data, call-you-back-data {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    font-size: 15px;
    vertical-align: middle;
    padding: 4px 4px;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    cursor: default;
}

.infolettre-data:hover, .infolettre-data:focus, call-you-back-data:hover, call-you-back-data:focus {
    border-bottom: 1px solid #d43436;
}

#call-you-back #cb-dde {
    border: 1px solid #f1f1f1;
}

#call-you-back #i-dde {
    border: 1px solid #f1f1f1;
    margin-bottom: 0;
}

#call-you-back .button, #infolettre-form .button {
    width: auto;
    margin: 0 0 10px auto;
    padding: 4px 12px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    background-color: #ccc;
    border: 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
}

#call-you-back .button:hover, #infolettre-form .button:hover {
    text-decoration: none;
    background-color: #d43436
}


#call-you-back #cb-ok, #infolettre-form #infol-cb {
    display: none;
    font-size: 16px;
}

#call-you-back #cb-err, #infolettre-form #infol-err {
	display: none;
    font-size: 14px;
    color: #d43436
}

/* Modale link */
#give_link {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(242, 242, 242, 0.42);
    z-index: 500;
}

#give_link:target {
    display: block;
}

div.popup_block_give_link {
    display: block;
    background: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    margin: 12% auto;
    width: 800px;
    height: 82px;
    padding: 20px 18px 0px 18px;
    border: 3px solid #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
}

div.popup_block_give_link input[type=text] {
    text-align: center;
    background: #fff;
    -webkit-appearance: none;
    width: 100%;
    vertical-align: middle;
    padding: 4px 4px;
    margin: 0 0 6px 0;
    box-sizing: border-box;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

div.popup_block_give_link input[type=text]::selection {
    color: #000;
    background: none;
}

div.popup_block_give_link input[type=text]::-moz-selection {
    color: #000;
    background: none;
}

/* Confirmations */
#confirm {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(242, 242, 242, 0.7);
    z-index: 1000;
}

#confirm:target {
    display: block;
}

div.popup_block_confirm {
    background: #fff;
    padding: 7px 15px 48px 15px;
    border: 10px solid #fff;
    position: relative;
    margin: 12% auto;
    width: 542px;
    height: auto;
    box-shadow: 3px 3px 6px #d9d9d9;
    border-radius: 4px;
    text-align: center;
}

div.popup_block_confirm p {
    text-align: center;
    font-size: 13px;
}

div.popup_block_confirm .submit {
    -webkit-appearance: none;
    position: relative;
    //margin-left: 7px;
    border: none;
    border-radius: 1px;
    background: #ccc;
    color: #fff;
    font-size: 13px;
    cursor: default;
    padding: 6px 9px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

div.popup_block_confirm .submit:hover {
    text-decoration: none;
    background: #d43436;
}

/*** ICÔNES ET ANIMATIONS DES ICÔNES ***/
.redbeep {
	animation-name: redbeep;
	animation-duration: 0.3s;
	animation-iteration-count:3;
}

@keyframes redbeep {
0%{box-shadow:0px 0px 10px #d43436;}
50%{box-shadow:0px 0px 4px #d43436;}
100%{box-shadow:0px 0px 10px #d43436;}
}

/* Loader */
#loader, #loaderS {
    display: none;
    position: fixed;
    left: 50%;
    top: 18%;
    z-index: 1;
    width: 96px;
    height: 96px;
    margin-left: -42px;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #d43436;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}

#loaderS {
    top: 51%;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*** Footer ***/
.footer {
    height: 60px;
    border-top: 1px solid #d9d9d9;
    padding: 20px 30px 0;
}

.footer p {
    font-size: 12px;
    color: #737373;
}

.footer a {
    color: #000;
    text-decoration: none;
}

.footer a:hover {
    color: ff00CC;
    text-decoration: none;
}

p.copyright {
    float: left;
    color: #333;
}

p.copyright span {
    color: #737373;
}

.credits {
    float: right;
}

/* Totop */
@media screen and (min-device-width: 1049px) {
	#to-the-top {
	    overflow: hidden;
	    width: auto;
    	z-index: 1000;
	    position: fixed;
    	bottom: 18px;
	    right: 18px;
    	top: auto;
	    left: auto;
    	width: 48px;
	    height: 48px;
    	border: none;
	    text-align: center;
    	text-transform: uppercase;
	    background: #ccc;
    	color: #fff;
	    cursor: default;
    	border-radius: 50%;
	    -webkit-appearance: none;
    	-moz-border-radius: 50%;
	    -webkit-border-radius: 50%;
    	opacity: 0;
	    transition: opacity 1s;
	}

	#to-the-top:hover {
	   text-decoration: none;
 	   color: #fff;
 	   background: #d43436;
	}

	#to-the-top.fadein {	
	    opacity: 1;	
	}

	#to-the-top span {
	    display: block;
	    overflow: hidden;
	    width: 44px;
	    height: 44px;
	    background: url("./images/up.svg") 100% 50% no-repeat;
	}
}