/*font-family: 'Amatic SC', cursive;*/
/*font-family: 'Cabin', sans-serif;*/
/*font-family: 'Open Sans Condensed', sans-serif;*/
/*font-family: 'Neucha', cursive;*/
/*font-family: 'Open Sans', sans-serif;*/

/***********************************************************************************
    GENERAL
***********************************************************************************/

/** je réinitialise tout avant de commencer**/

/*html,
body,
div,
header,
main,
footer,
h1,
h2,
h3,
h4,
nav,
p {
    margin: 0;
    padding: 0;
}*/

/*.wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 1060px;
    padding-right: 0.94%;
    padding-left: 0.94%;
}*/

/***********************************************************************************
CLASSE GENERALE POSITION
***********************************************************************************/

* {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
}

body {
    font: 62.5% Arial, Helvetica, sans-serif;
    background: #f4f4f4;
}

ul {
    list-style: none inside;
}

p {
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 1.2em;
}

a img {
    border: none;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.clear {
    clear: both;
}

.subItem {
    font-size: 12px;
}

a {
    text-decoration: none;
    outline: none;
    color: #335588;
}

a:hover {
    text-decoration: underline;
}

#page-wrap {
    background-color: #fffcf1fc;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    /*height: 100%;*/
    min-height: 100vh;
    max-width: 1060px;
}

.hide {
    visibility: hidden;
}

#adminpane {
    width: 69em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 6px 0 #5d5e5b;
}
/***********************************************************************************
       USER & ADMIN INFOS
***********************************************************************************/
#logo {
    width: 50%;
    height: 100%;
}

#top-bar {
    /* background: #f2d8a7; */
    background:#ffb900;
    /* Digg Blue */
    height: auto;
    overflow: hidden;
    font-size: 1.3em;
    /*font-weight: bold;*/
}

/********** userinfos **********/

#right-side {
    padding-top: 60px;
}

#right-side img {
    width: 35px;
    height: 35px;
    /*border: 1px solid white;*/
    vertical-align: middle;
}

#right-side a {
    color: white;
    border-left: 1px solid white;
    height: 10px;
    padding-left: 10px;
    font-size: 15px;
}

#right-side a:hover {
    cursor: pointer;
    color: #646464;
    text-decoration: none;
}

#right-side a.first {
    border: none;
    padding: 0;
}

/********** admin infos **********/
#topic-admin {
    padding-top: 48px;
    width: 250px;
}

#topic-admin h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #646464;
    padding-right: 30px;
    text-align: center;
}

#topic-admin h2 {
    font-size: 15px;
    color: rgb(73, 70, 70);
    padding-left: 10px;
}

#topic-admin a {
    color: white;
    padding-left: 10px;
    font-size: 15px;
    padding-right: 40px;
}

#topic-admin a:hover {
    cursor: pointer;
    color: #646464;
    text-decoration: none;
    padding-right: 40px;
}

/***********************************************************************************
       LOGIN
***********************************************************************************/

/********** loginBar **********/

#loginBar {
    padding-top: 4% !important;
    margin-right: 25px !important;
    width: 40% !important;
}

#loginBar fieldset {
    border: 0px solid #fde8aa !important;
    border-radius: 5px !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #646464 !important;
    margin: 10px !important;
}

#loginBar fieldset input[type=text],
#loginBar fieldset input[type=password] {
    padding: 5px !important;
    margin: 4% 1% !important;
    border: 3px solid #fde8aa !important;
    border-radius: 5px !important;
    box-sizing: border-box !important;
    font-size: 12px !important;
    width: 60px !important;
}

#loginBar button:hover {
    border: 3px solid #f1af00 !important;
}

#loginBar fieldset input:focus,
#loginBar fieldset input:focus {
    outline: none;
    border: 3px solid #646464 !important;
}

#loginBar button {
    /* background-color: #f1af00 !important; */
    background-color: #81c62f !important;
    color: white !important;
    padding: 15px !important;
    border: none !important;
    cursor: pointer !important;
    border-radius: 5px !important;
    margin: 3px !important;
}

#loginBar button:focus {
    outline: none;
    border: 3px solid #646464 !important;
}

/********** loginBarAdmin **********/

#loginBarAdmin {
    width: 34% !important;
    padding-top: 1% !important;
}

#loginBarAdmin fieldset {
    border: 0px solid #fde8aa !important;
    border-radius: 5px !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #646464 !important;
    margin: 10px !important;
}

#loginBarAdmin fieldset input[type=text],
#loginBarAdmin fieldset input[type=password] {
    padding: 5px !important;
    margin: 4% 1% !important;
    border: 3px solid #fde8aa !important;
    border-radius: 5px !important;
    box-sizing: border-box !important;
    font-size: 12px !important;
    width: 60px !important;
}

#loginBarAdmin fieldset button:hover {
    border: 3px solid #f1af00 !important;
}

#loginBarAdmin fieldset input:focus,
#loginBarAdmin fieldset input:focus {
    outline: none !important;
    border: 3px solid #646464 !important;
}

#loginBarAdmin fieldset button {
    background-color: #f1af00 !important;
    color: white !important;
    padding: 5px 5px 5px 0px !important;
    border: none !important;
    cursor: pointer !important;
    border-radius: 5px !important;
    width: 60px !important;
}

#loginBarAdmin fieldset button:focus {
    outline: none !important;
    border: 3px solid #646464 !important;
}

#logAdmin {
    min-width: 120px !important;
}

#logPassword {
    min-width: 120px !important;
}

/***********************************************************************************
       MENU
***********************************************************************************/

#menu-bar {
    /* background: #fde8aa; */
    background: #89d92b;
    text-align: center;
}

#menu-bar ul {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

#mode_admin_title {
    height: 30px;
    font-size: 17px;
    color: white;
    padding-top: 5px;
}

#menu-bar ul li {
    height: 17px;
    padding: 5px;
    position: relative;
    float: left;
    margin-right: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #646464;
    height: 30px;
}

#menu-bar ul li:hover {
    background: url(images/zonebar-navleft.png) center left no-repeat;
}

#menu-bar ul li a {
    display: block;
    float: left;
    /*height: 250px;*/
    position: relative;
    top: -5px;
    right: -5px;
    padding-right: 3px;
    /*font-weight: bold;*/
    font-size: 1.1em;
    text-decoration: none;
    /* color: #646464; */
    color: #fff;
}

#menu-bar ul li a:hover {
    background: url(images/zonebar-navright.png) center right no-repeat;
    cursor: pointer;
}

#menu-bar ul li a span {
    position: relative;
}

/*pour faire apparaitre le sous-menu*/
#menu-bar ul li:hover ul {
    cursor: pointer;
    display: inherit;
    position: absolute;
    z-index: 2;
}

/*menu niveau niveau 2*/
#menu-bar ul li ul {
    display: none;
    position: absolute;
    top: 25px;
    left: 0px;
    width: 180px;
    border: 1px solid #646464;
    background: #ffffff;
}

/*suivre le chemin du sous-menu*/
#menu-bar ul li ul li {
    display: block;
    float: none;
    height: 100%;
}

#menu-bar ul li ul li:hover {
    cursor: pointer;
}

#menu-bar ul li ul li a {
    display: block;
    float: none;
    width: 170px;
    text-align: left;
    font-size: 15px;
    left: 0;
    color: #6e6e6e;
}

#menu-bar ul li ul li a:hover {
    background: #d8ffab !important;
    /* width: 100%; */
    /* height: 100%; */
    padding: 8px;
}

/***********************************************************************************
      OPTION BAR
***********************************************************************************/
#optionBar {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fffcf1fc;
}

/* styling search bar */
#searchBar {
    /*border-radius:10px;*/
    float: right;
    padding: 20px 25px 0;
}

#searchBar form input {
    width: 200px;
    border-radius: 5px;
    height: 35px;
    border: 1px solid #f2d8a7;
}

#searchBar form input:focus {
    outline: none;
    border: 1px solid #646464 !important;
}

#searchBar form button {
    width: 35px;
    height: 35px;
    background-color: #ffb900;
    border: 1px solid #d69d00;
    color: #f2f2f2;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
}

#searchBar form button:focus {
    outline: none;
    border: 3px solid #646464 !important;
}

/***********************************************************************************
       MAIN
***********************************************************************************/

#main-content {
    background: #fffcf1fc;
    color: black;
    padding: 16px;
}

#feature-content {
    margin-bottom: 18px;
}

#feature-left {
    width: 48%;
    float: left;
    padding-right: 15px;
}

#feature-left p {
    font-size: 1.2em;
    line-height: 1.5em;
    margin-top: 8px;
}

#feature-right {
    float: right;
    width: 49%;
}

#feature-right p {
    font-size: 1.2em;
    line-height: 1.5em;
}

.feature-mini {
    float: left;
    width: 46%;
    margin-right: 2%;
}

/***********************************************************************************
       FOOTER
***********************************************************************************/

footer {
    background: #ffb900;
    width: 100%;
    height: 80px;
    overflow: hidden;
    max-width: 1060px;
    margin-right: auto;
    margin-left: auto;
}

#pagefoot {
    padding: 10px 0px 10px;
    color: white;
    font-size: 20px;
    height: 20px;
    text-align: center;
    position: relative;
}

#pagefoot a {
    color: white;
}

/***********************************************************************************
       MEDIA QUERIES
***********************************************************************************/

@media screen and (max-width:1065px) {
    #loginBarAdmin {
        width: 35%;
    }
}

@media screen and (max-width:985px) {
    #loginBarAdmin {
        width: 40%;
    }
}

@media screen and (max-width:955px) {
    #loginBarAdmin {
        width: 50%;
    }
}

@media screen and (max-width:865px) {
    #logo {
        width: 55%;
        min-width: 400px;
    }

    #loginBarAdmin {
        width: 100%;
    }

    #loginBar {
        padding-top: 0px;
    }
}

@media screen and (max-width:722px) {
    #right-side {
        padding-top: 0px;
    }
}

@media screen and (max-width:611px) {
    #topic-admin {
        padding-top: 0px;
    }
}

/*BRANDS*/

#brands{
    width: 60%;
    margin:auto;
}
#brands h2{
font-family: 'Open Sans Condensed', sans-serif;
font-size: 44px;
text-align: center;
margin-top: 10px;
color: #6e6e6e;
}

#brands img{
padding: 5px;
margin: auto;
}

#promoHP{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 40px;
    text-align: center;
    margin-top: 10px;
    color: #6e6e6e; 
}

.wel-img{
    color: #fff;
    margin: auto;
    vertical-align: auto;
    width: 90%;
    height: 90%;
    z-index: 20;
}

.sp-summary hr{
    width: 50%;
    border: 1px solid #bbbbbbd0;
    float: right;
}


.block-content__button{
    font-size: 0.9rem!important;
}

#payAdress, #payConf{
    text-align: center;
    padding: 25px 0 10px;
}


