@font-face {
    font-family: "Tinos-regular";
    src: url("./Tinos-Regular.ttf");
}
@font-face {
    font-family: "Tinos-bold";
    src: url("./Tinos-Bold.ttf");
}
@font-face {
    font-family: "Tinos-bold-italic";
    src: url("./Tinos-BoldItalic.ttf");
}
@font-face {
    font-family: "Tinos-italic";
    src: url("./Tinos-Italic.ttf");
}

.redc {
    color:#b90003;
}
.center {
    text-align: center;
}
.txtIntroBig {
    font-size:1.6rem;
    line-height: 1.8rem;
}
#paiement-pbx button {
    cursor: pointer;
    background: #DFEFB0;
    color: #333;
    border-radius: 1rem;
    border:1px solid #fff;
    padding:.6rem 1rem;
}
.container-wrapper {
    max-width: 1100px;
    text-align: left;
    margin: 0 auto;
    font-family:'Tinos-regular';
    padding-bottom: 25px;
}
.container-wrapper a {
    color: #b90003;
    text-decoration: none;
}
.container-wrapper a:hover {
    text-decoration: underline;
}

header {
    background-color: #dad5cf;
    height: 150px;
    text-align: center;
    margin-bottom: 35px;
}
header .logo-box {
    max-width:250px;
    margin: 0 auto;
    padding-top: 10px;
    margin-bottom: 9px;
}
header .logo-box>img {
    width:100%;
}
header > .bottom-title {
    background-color: #ae0000;
    color: #fff;
    bottom: 0;
    max-width: 1150px;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 1.3rem;
}

.marker-wrapper {
    padding: 20px 0 25px 0;
}
.marker {
    background-color: #d18484;
    width: 100%;
    height: 5px;
    position: relative;
}
.marker .submarker {
    position: absolute;
    left: 0;
    height:100%;
    background-color: #ae0000;
}
.marker .step1 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #d18484;
    position: absolute;
    left: -2px;
    bottom: -95%;
}
.marker .step2 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #d18484;
    position: absolute;
    left: 33%;
    bottom: -95%;
}
.marker .step3 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #d18484;
    position: absolute;
    left: 66%;
    bottom: -95%;
}
.marker .step4 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #d18484;
    position: absolute;
    right: -2px;
    bottom: -95%;
}
.marker .step1>span, .marker .step2>span, .marker .step3>span, .marker .step4>span {
    position: absolute;
    top:-25px;
    left:-50%;
    width: 100px;
}
.marker-wrapper div.hilighted {
    background-color: #ae0000;
}
.marker-wrapper div.hilighted span {
    font-family:"Tinos-bold" ;
}

.form-group ul {
    list-style: none;
}
.form-group ul li {
    color:#ae0000;
}

.btn-camac {
    background-color: #ae0000;
    border-color: #ae0000;
}
.btn-camac:hover{
    color:#fff;
    background-color:#cf2626;
    border-color:#cf2626;
}
.btn-camac.focus,.btn-camac:focus {
    box-shadow:0 0 0 .2rem rgba(255,123,0,.5)
}
.btn-camac:not(:disabled):not(.disabled).active:focus,.btn-camac:not(:disabled):not(.disabled):active:focus,.show>.btn-camac.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(255,123,0,.5)
}
h1 {
    font-size: 2.4rem;
    margin-bottom: 30px;
}

#harpesSlider {
    margin-bottom: 25px;
}
#harpesSlider div {
    width:100%;
    text-align: center;
    position: relative;
}
#harpesSlider div .prix_harpe {
    position:absolute;
    background-image: url("../img/pastille.png");
    background-repeat: no-repeat;
    width: 85px;
    height: 84px;
    bottom: 90px;
    right: 35px;
}
#harpesSlider div .prix_harpe span {
    display:inline-block;
    padding: 22px 0 0 0;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size:20px;
    line-height: 18px;
}
#harpesSlider div .prix_harpe span>em {
    font-size: 0.7em;
    font-style: normal;
}

#harpesSlider div>h4 {
    font-size: 1.2rem;
}
.harpe-info, .info-couleur {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../img/info_black_24dp.svg);
    background-size: cover;
    vertical-align: bottom;
}
.info-couleur {
    vertical-align: middle;
}
#harpesSlider div>img {
    max-width:100%;
    display: block;
    cursor: pointer;
}

.slick-prev:before, .slick-next:before {
    color: #ae0000;
}

.info-harpe-detail {
    margin-bottom: 25px;
    display: none;
}
.info-harpe-detail h4 {
    margin-bottom: 5px;
}
.info-harpe-detail>div, .nb_livraison {
    display: none;
}
.nb_livraison {
    font-style: italic;
}

.odyssey_options {
    display:none;
}
.odyssey-color-picker {
    margin: 0;
    padding:0;
}
.odyssey-color-picker li {
    display: inline-block;
    width:28px;
    margin-right: 10px;
    text-align: center;
}
.odyssey-color-picker li img {
    max-width: 100%;
    display: block;
    cursor: pointer;
}

/*.odyssey-options input[type="checkbox"]:disabled { background-color: #cf2626;}*/
.odyssey-options .custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background-color:#cf2626;
}

ul.liste-livraison {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.liste-livraison li {
    display: inline-block;
    margin-right: 5px;
}
.adress_checker, .livraison-recap, .fichier-assurance {
    display: none;
}
.box-adresse2 {
    display: none;
    background-color: #f5f5f5;
    padding: 10px 20px;
}
.attente-confirmation {
    padding-top:30px;
    font-size: 1.7rem;
}
.attente-confirmation img {
    display: inline-block;
    vertical-align: text-top;
}
.harpe-muted {
    padding-top: 30px;
    text-align: center;
}
.harpe-muted img {
    opacity: 0.08;
    width:200px;
}
.form-btn-box {
    text-align: right;
}
.banque-info {
    font-size: .9rem;
}
.back-btn {
    min-height: 34px;
}
.back-btn img {
    display: inline-block;
    vertical-align: middle;
}

.harpedata h4 {
    margin:20px 0 0 0;
}
.harpedata .encart {
    font-size: .9em;
    padding: 20px 0;
}
@media (max-width:1024px) {
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
        margin-right:0;
    }
    .container-wrapper {
        width:85%;
    }
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.5rem;
    }

}

@media (max-width:768px) {
    .container-wrapper {
        width:80%;
    }
}

@media (max-width:500px) {
    .container-wrapper {
        max-width: 100%;
        width:83%;
        text-align: left;
        margin: 0 0 0 0;
        padding-left: 10vw;
    }
    .form-btn-box {
        text-align: center;
    }

}


#errorMsg {
    width:32vw;
    background-color:#fff5f5;
    border:.15rem solid #e03030;
    position: fixed;
    top: 35vh;
    left: 33vw;
    margin: 0;
    text-align: center;
    z-index: 10;
    border-radius: 1.6rem;
    color: #e03030;
    font-weight: bold;
    padding: 2rem 1rem;
    box-shadow: 5px 7px 10px #dfd9d9;
}

#errorMsg .hide {
    position: absolute;
    right: -1rem;
    top: -1rem;
    background: #e03030;
    border: 0;
    border-radius: 1.6rem;
    padding: .3rem .8rem;
    color: #fff5f5;
    cursor: pointer;
}

button:disabled {
    opacity: .3!important;
}