@import "font-awesome.css";

body { font-family: "Century Gothic", CenturyGothic, sans-serif; background-color: #eeeeee; }

/*// ******************************************************************************
// 					ACCUEIL
// *******************************************************************************/
.link { font-size: 14px; }
h1.index { font-size: 22px; }
.logo { width: 50%; }
.icon-account { background-image: url("../../images/rs-icon-red.svg"); background-repeat: no-repeat; width: 30px; height: 30px; margin-top: 10px !important; }
.text-account { color: #ef0000; }
div.title { margin-left: 270px; margin-top: -30px; }
.presta-text { margin-left: 160px; margin-top: 50px; }
.descrip-text { margin-left: 60px; margin-top: 50px; }
.col-ref { margin-left: 63px; }
.start { background-color: #662D91; margin-left: 65px; }
.conseil { margin-left: 20px; margin-top: 95px; font-size: 15px; }
.phone { width: 220px; margin-top: -10px; }
.container-footer { width: 80% !important; margin: 0 auto; }
.bg-home { background-image: url("../../images/chevrons-xxxl.png"); background-repeat: no-repeat; height: 900px; background-position: bottom right; }

/*// ******************************************************************************
// 					RESPONSIVE DESIGN GÉNÉRAL
// *******************************************************************************/
@media screen and (min-width: 1500px) { .container { max-width: 1500px; } }

/*// ******************************************************************************
// 					RESPONSIVE DESIGN ACCUEIL
// *******************************************************************************/
@media (min-width: 1200px) and (max-width: 1500px)
{
    .bg-home { background-image: url("../../images/chevrons-xxl.png"); }
    .text-account { color: white; }
    .icon-account { background-image: url("../../images/rs-icon-white.svg"); }
    .title { margin-left: 30%; margin-top: -5px; }
    .presta-text { margin-left: 200px; }
    .descrip-text { margin-left: 100px; }
    .start { margin-left: 100px; }
    .conseil { margin-left: 20px; margin-top: 200px; font-size: 13px; }
    .phone { width: 180px; margin-top: -20px; }
}

@media (min-width: 992px) and (max-width: 1199.98px)
{
    .bg-home { background-image: url("../../images/chevrons-xl.png"); }
    .link { font-size: 13px; }
    .text-account { color: white; font-size: 14px; }
    .icon-account { background-image: url("../../images/rs-icon-white.svg"); width: 25px; height: 25px; }
    .title { margin-left: 33%; margin-top: 0px; }
    .presta-text { margin-left: 230px; }
    .descrip-text { margin-left: 110px; }
    .start { margin-left: 110px; width: 100px; height: 40px; font-size: 15px; }
    .conseil { margin-left: 20px; margin-top: 180px; font-size: 13px; }
    .phone { width: 180px; margin-top: -20px; }
}

@media (min-width: 768px) and (max-width: 991.98px)
{
    .bg-home { background-image: url("../../images/chevrons-lg.png"); }
    .link { font-size: 12px; }
    .text-account { color: white; font-size: 14px; }
    .icon-account { background-image: url("../../images/rs-icon-white.svg"); width: 25px; height: 25px; }
    .title { margin-left: 39%; margin-top: -15px; }
    h1 { font-size: 16px; }
    .presta-text { margin-left: 220px; font-size: 15px; }
    .descrip-text { margin-left: 100px; font-size: 15px; }
    .start { margin-left: 100px; width: 100px; height: 40px; font-size: 15px; }
    .conseil { margin-left: 20px; margin-top: 210px; font-size: 13px; }
    .phone { width: 150px; margin-top: -20px; }
}

@media (min-width: 576px) and (max-width: 767.98px)
{
    .bg-home { background-image: url("../../images/chevrons-md.png"); }
    .link { font-size: 12px; }
    .logo { width: 35%; }
    .text-account { color: white; font-size: 14px; }
    .icon-account { background-image: url("../../images/rs-icon-white.svg"); width: 24px; height: 24px; }
    .title { margin-left: 25%; margin-top: 0px; }
    h1 { font-size: 14px; }
    .presta-text { margin-left: 130px; font-size: 14px; }
    .descrip-text { margin-left: 50px; font-size: 14px; }
    .start { margin-left: 50px; width: 100px; height: 35px; font-size: 14px; }
    .conseil { margin-left: 20px; margin-top: 50px; font-size: 12px; }
    .phone { width: 140px; margin-top: -20px; }
    .container-footer p { font-size: 12px; }
}

@media (max-width: 575.98px)
{
    .container { max-width: 400px; }
    .bg-home { background-image: url("../../images/chevrons-sm.png"); background-position: top left; }
    .link { font-size: 12px; }
    .logo { width: 30%; }
    .text-account { color: white; font-size: 12px; }
    .icon-account { background-image: url("../../images/rs-icon-white.svg"); width: 23px; height: 23px; }
    .title { margin-left: 22%; margin-top: 0px; }
    h1 { font-size: 12px; }
    .presta-text { margin-top: 30px; margin-left: 80px; font-size: 12px; }
    .descrip-text { margin-top: 30px; margin-left: 50px; font-size: 12px; }
    .start { margin-left: 50px; width: 90px; height: 35px; font-size: 12px; }
    .conseil { margin-left: 20px; margin-top: 50px; font-size: 10px; }
    .phone { width: 120px; margin-top: -25px; }
    .container-footer p { font-size: 10px; }
}

/*// ******************************************************************************
// 					CONFIGURATEUR
// *******************************************************************************/
.h1-conf { font-size: 3rem; }
.h2-conf { font-size: 1.5rem; }
.container-header { background-color: #e1e1e1; }
.container { width: 1340px; }
.col-top { background-color: #ef0000; border-radius: 3px; }
.search{ background-color: #ef0000; color: white; }
.bg-tab-header { background-color: #662d91; height: 38px; }
.text-filter { border-left: 5px solid #ef0000 }
.title-filter { color: #ef0000; text-decoration : underline; font-weight: 600; }
.table-result th { padding: 0.4rem 0.75rem; font-weight: normal; position: relative; }
.table-result td:first-child { width: 250px; vertical-align: middle; text-align: center; }
.icon-color { color: #ef0000; font-size: 20px; }
.bg-button { background-color: #ef0000; }
.stock-msg-1 { background-color: #288d45; font-size: small; }
.stock-msg-1-3 { background-color: #fff1d0; font-size: small; }
.stock-msg-8-10 { background-color: #fff1d0; font-size: small; }
#overlay { position: absolute; width: 97%; left: 0; top: 89px; bottom: 0; right: 0; margin: auto; background: #e7e7e7; opacity: 0.8; filter: alpha(opacity=80); z-index: 999; }
#loading { width: 100px; height: 100px; position: absolute; top: 150px; left: 50%; margin: -50px 0 0 -50px; }
.img_overlay { cursor: pointer; border-radius: 10px; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; opacity: 0; transition: .3s ease; background-color: rgba(102,45,145, 0.2); }
.img-cable { border: 1px solid lightgrey; border-radius: 10px; height: 140px; background-size: 100%; background-repeat: no-repeat; background-position: center; }
.img-cable:hover .img_overlay { opacity: 1; }
.img-cable.selected { border: 1px solid #ef0000; }
