@charset "UTF-8";

/* BLOC ACCES RAPIDE */
.accesrapide {
    color: #FFF;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    width: 60px;
    text-align: center;
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 10;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
}

.accesrapide a {
    color: #FFF;
    text-decoration: none;
    display: block;
}

.accesrapide i {
    font-size: 25px;
    line-height: 60px;
}

.accesrapide div {
    margin-bottom: 2px;
}

.accesrapide div,
.accesrapide div::after,
.accesrapide div::before {
    box-sizing: border-box;
}

.accesrapide div::after {
    white-space: pre;
    display: block;
    width: 150px;
    position: relative;
    height: 60px;
    text-align: left;
    padding: 10px;
    top: -60px;
    margin-bottom: -60px;
    z-index: -1;
    transform: translate(0px);
    transition: all 0.5s;
}

.accesrapide div:hover::after {
    transform: translate(-150px);
    transition: all 0.5s;
}

.accesrapide .accesrapideappeler {
    display: none;
}

.accesrapide .accesrapideappeler a {
    width: 60px;
    background-color: #1DAB21;
    cursor: pointer;
}

.accesrapide .accesrapiderdvdevis {
    position: relative;
    display: none;
}

.accesrapide .accesrapiderdvdevis a {
    width: 60px;
    background-color: #da0613;
    height: 60px;
}

.accesrapide .accesrapiderdvdevis a img {
    width: 48px;
    height: 42px;
    margin-top: 9px;
}

.accesrapide .accesrapidelocaliser {
    display: none;
}

.accesrapide .accesrapidelocaliser a {
    width: 60px;
    background-color: #000;
    color: #FFF;
}

.accesrapide .accesrapideappeler::after {
    content: "Appeler";
    background-color: #188f1c;
    line-height: 40px;
}

.accesrapide .accesrapiderdvdevis::after {
    background-color: #99040D;
    line-height: 20px;
}

.gen .accesrapide .accesrapiderdvdevis::after {
    content: "Rendez-vous \A ou devis";
}

.rrv .accesrapide .accesrapiderdvdevis::after {
    content: "Prendre \A rendez-vous";
}

.auto .accesrapide .accesrapiderdvdevis::after,
.bat .accesrapide .accesrapiderdvdevis::after {
    content: "Demander \A un devis";
}

.accesrapide .accesrapidelocaliser::after {
    content: "Trouver \A un centre";
    background-color: #282828;
    line-height: 20px;
    color: #FFF;
}

.accesrapide .accesrapidelocaliser.prefere::after {
    content: "Mon centre \A Glastint";
    background-color: #282828;
    line-height: 20px;
    color: #FFF;
}

.preload {
    visibility: visible !important;
    position: relative !important;
}

.preloadmouv {
    -webkit-transition: all 0.3s ease-out !important;
    -moz-transition: all 0.3s ease-out !important;
    -ms-transition: all 0.3s ease-out !important;
    -o-transition: all 0.3s ease-out !important;
    transition: all 0.3s ease-out !important;
}

.centreprefere {
    position: absolute;
    width: 100%;
    background-color: #FFF;
    padding: 10px;
    box-sizing: border-box;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 0;
    visibility: hidden;
}

.centreprefereafficher {
    margin-top: 0 !important;
    opacity: 1;
}

.centreprefere a {
    text-decoration: none;
    font-size: 12px;
    color: #000;
}

.centreprefere .content {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.centreprefere .content .centre {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.centreprefere .content .centre i {
    font-size: 25px;
    color: #da0613;
    margin-right: 10px;
}

.centreprefere .content .centre strong {
    color: #da0613;
}

.centreprefere .content .changercentre {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
}

/* Chiffre lors de l'ajout d'un produit au panier */
.accesrapide .bulle {
    position: absolute;
    top: 0px;
    left: 44px;
    font-size: 10px;
    font-weight: bold;
    padding: 0 3.5px 2px;
    /* border: 2px solid white;
  border-radius: 50%; */
}

.accesrapide .bulle_alt {
    position: absolute;
    top: 0px;
    left: 44px;
    font-size: 10px;
    font-weight: bold;
    padding: 0 3.5px 2px;
    /* border: 2px solid white;
  border-radius: 50%; */
}

@media screen and (max-width: 989px) {
    .accesrapide {
        flex-direction: row;
        width: 100%;
        top: inherit;
        left: 0;
        bottom: 0;
        padding: 20px;
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 98%);
    }

    .accesrapide div {
        margin-bottom: 0;
    }

    .accesrapide .accesrapideappeler {
        order: 3;
        display: block;
    }

    .accesrapide .accesrapiderdvdevis {
        order: 2;
        margin-right: 10px;
        margin-left: auto;
        display: block;
    }

    .accesrapide .accesrapidelocaliser {
        order: 1;
        padding-left: 70px;
        display: block;
    }

    .accesrapide .accesrapideappeler a,
    .accesrapide .accesrapiderdvdevis a {
        border-radius: 300px;
    }

    .accesrapide .accesrapideappeler::after,
    .accesrapide .accesrapiderdvdevis::after {
        display: none;
    }

    .accesrapide .accesrapidelocaliser a {
        text-align: left;
        width: 130px;
        background-color: transparent;
    }

    .accesrapide .accesrapidelocaliser::after,
    .accesrapide .accesrapidelocaliser.prefere::after {
        background-color: transparent;
        line-height: 20px;
        transform: none;
        transition: none;
        width: auto;
        left: 12px;
        color: #FFF;
    }

    .accesrapide .accesrapidelocaliser:hover::after {
        transform: none;
        transition: none;
    }

    .box-lien {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .centreprefere .content .centre strong {
        color: #da0613;
    }

    /* Chiffre lors de l'ajout d'un produit au panier */
    /* .bulle {
    display: none;
  }
  .bulle_alt {
    display: none;
  } */
    .accesrapide .bulle:empty,
    .accesrapide .bulle_alt:empty {
        background: transparent;
    }

    .accesrapide .bulle,
    .accesrapide .bulle_alt {
        top: 0px;
        background: #fff;
        color: #DA0613;
        border-radius: 50%;
        width: 28%;
    }
}

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

    .accesrapide .accesrapideappeler a,
    .accesrapide .accesrapiderdvdevis a {
        width: 50px;
        height: 50px;
    }

    .accesrapide i {
        font-size: 20px;
        line-height: 50px;
    }

    .accesrapide .accesrapiderdvdevis a img {
        width: 38px;
        height: 32px;
        margin-top: 8px;
    }

    .accesrapide div::after {
        height: 50px;
        top: -50px;
        margin-bottom: -50px;
    }

    .accesrapide .accesrapidelocaliser a {
        width: auto;
    }

    .accesrapide .accesrapidelocaliser::after,
    .accesrapide .accesrapidelocaliser.prefere::after {
        font-size: 13px;
        line-height: 17px;
    }
}

/* NEW:31/10/2023 */
.box-lien {
    z-index: 99;
    /* position: fixed;
  top: 400px; */
    right: 0;
}

.box-lien-inside {
    justify-content: flex-end;
    display: flex;
}

.box-lien img {
    width: 48px;
    height: 42px;
    margin-top: 9px;
}

.lienrdvs {
    background-color: #DA0613;
    z-index: 3;
    width: 60px;
    height: 60px;
    text-align: center;
}

.lienrdv {
    background-color: #99040D;
}

.lienappels {
    background-color: #1DAB21;
    z-index: 3;
    width: 60px;
    height: 60px;
    text-align: center;
}

.lienappel {
    background-color: #188f1c;
    width: 150px;
}

.lienlocalisers {
    background-color: #000000;
    z-index: 3;
    width: 60px;
    height: 60px;
    text-align: center;
}

.lienlocaliser {
    background-color: #282828;
    width: 150px;
}

.box-lien-inside>a {
    color: white;
}

.box-lien-inside+.box-lien-inside {
    margin-top: 3px;
}

a.lienright {
    /*z-index: -1;*/
    transition: all 300ms ease;
    position: absolute;
    width: 150px;
    height: 60px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    padding: 11px;
    font-weight: 300;
    text-decoration: none;
    font-size: 15px;
    left: 0;
    text-align: left;
    font-weight: 500;
}

.box-lien-inside:hover a.lienright {
    left: -150px;
}