body {font-family: 'Montserrat', sans-serif; font-size: 14px;}

.fl {float: left;}
.fr {float: right;}
.cb {clear: both;}
.pos-r {float: right;}

#navbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 99;
    height: 118px;
    transition: 0.4s;
}
.navbar-logo-prev {width: 33%;}
.navbar-logo-next {}
.navbar-logo {height: 100px; width: 33%; text-align: center;}
.navbar-logo img {
    padding: 0;
    height: 100%;
    transition: 0.4s;
}
.panier {height: 100px; border-left: solid 1px #ddd; padding: 30px 30px; text-align: center; font-weight: normal; font-size: 12px;}
.panier img {height: 100%;}
.menu {height: 100px; border-left: solid 1px #ddd; padding: 30px 30px; text-align: center; font-weight: bold; font-size: 12px; cursor: pointer;}
.menu img {height: 100%;}
.navbar-baseline {height: 25px; line-height: 25px; background-color: #aaa; color: white; font-weight: bold; text-align: center; font-size: 12px;  text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding: 0px 10px}
.navbar-fa {background-color: #ddd; color: black; text-align: center;}
.pied-page {background-color: #aaa; color: white; font-size: 12px; padding: 0px 10px; text-align: center; padding: 20px;}
.pied-page a {color: white; font-weight: bold;}

.afternav {padding-top: 160px;}
h1 {text-align: center; font-size: 1.5rem; font-weight: bold;}
h2 {text-align: center; font-size: 1.25rem; font-weight: bold;}
.bloc-info {padding: 15px; font-size: 14px; text-align: justify;}
.bloc-info-pied {}
.bloc-info-content {}
.bloc-info-content-text {padding: 15px;}
.bloc-info img {width: 100%;}

.prodld {padding: 20px; overflow: hidden; text-overflow: ellipsis; width: 100%; white-space: nowrap;}
.prodlp {height: 400px; position: relative;}
.prodlps {height: 100px; position: relative;}
.prodlp img, .prodlps img {display: initial; position: absolute; inset: 0px; margin: auto; width: 100%; height: 100%; object-fit: cover; object-position: center center;}

a.catprod {color: black; text-decoration: none;}

button.addbasket {
    padding: 15px;
    text-align: center;
    border-radius: 4px;
    white-space: nowrap;
    background-color: #f8612e;
    color: white;
    border: 0;
    font-weight: bold;
}

#menu-content {
    position: fixed;
    top: 118px;
    right: 0;
    background-color: #800000;
    display: none;
    z-index: 100;
}
#menu-content div {
    position: relative;
    border-left: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
    background-color: #800000;
    line-height: 25px;
    padding: 15px;
    width: 100%;
    min-width: 200px;
}
#menu-content div a {
    color: white;
    font-weight: bold;
}
#menu-content div a.special {
    color: #FFFF00;
    font-weight: bold;
}
#menu-content div a:hover {
    color: #888;
    font-weight: bold;
}

.social-media {width: 100%;}
.social-media img {width: 100%; max-width: 50px; margin: 10px 10px; }

@media all and (max-width: 1024px) {
    #navbar {height: 100px;}
    .navbar-logo-prev {width: 0%;}
    .navbar-logo {width: 150px; height: 68px;}
    .navbar-logo img {width: 150px; height: 68px;}
    .panier {height: 68px; border-left: solid 1px #ddd; padding: 10px 10px; text-align: center; font-weight: normal; font-size: 10px;}
    .panier img {width: 30px; height: 30px;}
    .menu {height: 68px; border-left: solid 1px #ddd; padding: 10px 10px; text-align: center; font-weight: bold; font-size: 10px;}
    .menu img {width: 30px; height: 30px;}
    .afternav {padding-top: 110px;}
    #menu-content {top: 100px;}
}

/* Modal */
.modal {display: none; position: fixed; padding-top: 20px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.6); z-index: 2000;}
.modal-content-div {margin: auto; width: 95%; height: 95%; background-color: #fff; box-shadow: 10px 10px 10px rgba(0,0,0,0.2);}
.modal-close {color: #aaaaaa; float: right; font-size: 28px; font-weight: bold; }
.modal-close:hover, .modal-close:focus {color: #000; text-decoration: none; cursor: pointer;}

/*

#navbar a {
    float: left;
    color: black;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
}
#navbar a:hover {
    background-color: #ddd;
    color: black;
}
#navbar-right {
    float: right;
}
@media screen and (max-width: 580px) {
    #navbar {
        padding: 20px 10px !important;
    }
    #navbar a {
        float: none;
        display: block;
        text-align: left;
    }
    #navbar-right {
        float: none;
    }
}*/

.f-p-name {box-sizing: border-box; width: 30%; float: left; padding: 2px;}
.f-p-value {box-sizing: border-box; width: 70%; float: left; padding: 2px;}
.form-required { color: red; }
.tb {width: 200px; border: solid 1px #888;}

@media all and (max-width: 1024px) {
    .f-p-name {float: none; width: 100%;}
    .f-p-value {float: none; width: 100%;}
}

.btn {
    border-radius: 4px;
    padding: 3px 10px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    min-width: 200px;
}

.btn-submit {
    background-color: #080;
    border: solid 1px #050;
    color: white;
}
.btn-submit:hover {
    background-color: #050;
    border: solid 1px #050;
    color: white;
}

.btn-new {
    background-color: #008;
    border: solid 1px #005;
    color: white;
}
.btn-new:hover {
    background-color: #005;
    border: solid 1px #005;
    color: white;
}

.btn-back {
    background-color: #888;
    border: solid 1px #555;
    color: white;
}
.btn-back:hover {
    background-color: #555;
    border: solid 1px #555;
    color: white;
}

.btn-search {
    background-color: #888;
    border: solid 1px #555;
    color: white;
}
.btn-search:hover {
    background-color: #555;
    border: solid 1px #555;
    color: white;
}

#cover-loading {
    background-color: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 3000;
    top: 0; left: 0;
    text-align: center;
}

#cover-loading-txt {
    margin-top: 150px;
    color: white;
    font-size: 30px;
    font-weight: bold;
}

.welcome {background-color: #58c9fb; font-size: 12px; text-align: center; width: 100%;}
.submenu {background-color: #48b9eb; font-size: 12px; text-align: center; width: 100%;}
.submenu a {color: #000000; font-weight: bold;}

.g-search {width: 250px; background-color: #58c9fb; float: left; border-radius: 6px; padding: 10px;}
.g-data {background-color: #fff; overflow: hidden; padding-left: 10px;}
.g-data-nobkg {overflow: hidden; padding-left: 10px;}
.g-data-nsf {background-color: #fff;padding-left: 10px;}
.g-nb {line-height: 30px;margin-bottom: 5px;}
.g-table {width: 100%; padding: 0px; border-spacing: 0; border-collapse: collapse;}
.g-header {background-color: #aaa; font-weight: bold; color: #000;}
.g-header a {text-decoration: none; color: #000;}
.g-e {cursor: pointer;}

.g-line1 {background-color: #f0f0f0; border-bottom: solid 1px #808080;}
.g-line1:hover {background-color: #e8e8e8;}

.g-line2 {background-color: #f8f8f8; border-bottom: solid 1px #808080;}
.g-line2:hover {background-color: #e8e8e8;}

.f-col-1 {box-sizing: border-box; padding: 5px;}
.f-col-2 {float: left; width: 50%; box-sizing: border-box; padding: 5px;}
.f-col-3 {float: left; width: 33%; box-sizing: border-box; padding: 5px;}
.f-col-4 {float: left; width: 25%; box-sizing: border-box; padding: 5px;}
.f-col-4-1 {float: left; width: 75%; box-sizing: border-box; padding: 5px;}
.f-col-4-2 {float: left; width: 37%; box-sizing: border-box; padding: 5px;}
.f-col-3-1 {float: left; width: 66%; box-sizing: border-box; padding: 5px;}

@media all and (max-width: 800px) {
    .f-col-3 {width: 50%;}
    .f-col-4 {width: 50%;}
    .f-col-4-1 {width: 50%;}
    .f-col-4-2 {width: 50%;}
    .f-col-3-1 {width: 50%;}
}

@media all and (max-width: 600px) {
    .f-col-2 {width: 100%;}
    .f-col-3 {width: 100%;}
    .f-col-4 {width: 100%;}
    .f-col-4-1 {width: 100%;}
    .f-col-4-2 {width: 100%;}
    .f-col-3-1 {width: 100%;}
}

.f-p-m {width: 50%; float: left;}
.f-p-name, .f-p-title {box-sizing: border-box; width: 30%; float: left; padding: 2px; }
.f-p-name hr {width: 95%; height: 1px; background-color: #808080; color: #808080; border: 0px; }
.f-p-title hr {width: 95%; height: 3px; background-color: #800000; color: #800000; border: 0px; }
.f-s-p-name {box-sizing: border-box; padding-top: 2px; width: 50%; float: left; line-height: 21px;}

.f-p-value, .f-p-value-title {box-sizing: border-box; width: 70%; float: left; padding: 2px;}
.f-s-p-value {box-sizing: border-box; padding-top: 2px; float: left; width: 50%;}
.f-p-both {width: 100%;}
.f-p-50 {width: 50%;}

.f-s-btn {box-sizing: border-box; float: left; width: 100%; text-align: center;}

.f-title {box-sizing: border-box; font-weight: bold; color: #800000; overflow:hidden; white-space:nowrap; margin-bottom: 10px; text-transform: uppercase;}
.f-title hr { display:inline-block; width: 95%; height: 3px; background-color: #800000; color: #800000; border: 0px; }

.f-b {box-sizing: border-box; font-weight: bold; color: #00aff0; overflow:hidden; white-space:nowrap; margin-bottom: 10px;}
.f-b-title {box-sizing: border-box; font-weight: bold; color: #800000; overflow:hidden; white-space:nowrap; margin-bottom: 10px; text-transform: uppercase;}
.f-b hr { display:inline-block; width: 95%; height: 1px; background-color: #808080; color: #808080; border: 0px; }
.f-b-title hr { display:inline-block; width: 95%; height: 3px; background-color: #800000; color: #800000; border: 0px; }

.f-l {color: #ccc;}

.date, .ddl, .label, .tb, .tml {border: solid 1px #505050; width: 400px;}
.date {width: 100px;}
.date, .label, .tb, .tml {padding-left: 5px;}

.img_cal { width: 16px; }
.img_cal:hover { cursor: pointer; }

.label { background-color: #eee; min-width: 400px; width: auto;}
.label-b { background-color: #ffff80; font-size: 18px!important; font-weight: bold; color: #eb8200; height: 25px; line-height: 18px;}

.ui-datepicker-trigger {vertical-align: middle; border: 0px; padding-left: 5px;}
.ui-datepicker-trigger:hover { cursor: pointer; }
