@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Pacifico');
html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    /* This stops the iPhone from automatically changing the size of the text when you flip the phone */
}
ul,
li,
ol,
dl,
dd,
dt {
    list-style: none;
    padding: 0;
    margin: 0;
}
body {
    background: white;
    font-size: 14px;
    font-family: "Helvetica Neue", "Calibri Light", Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 0;
    color: #212121;
}
p {
    font-size: 12px;
    padding-bottom: 4px;
    text-align: center;
    border: 1px;
    border-color: red;
    vertical-align: middle;
}
p.sep-bas {
    border-bottom: 1px solid #dddddd;
}
p.nopadding {
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 0px;
}
p.texte {
    font-size: 14px;
    padding: 20px;
    text-align: justify;
}
a {
    padding-left: 0px;
    padding-right: 0px;
}
p.error {
    color: red;
    font-size: 14px;
}
.liste ul {} .liste li {
    color: #333333;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    display: block;
    list-style-type: none;
}
div.onglet {
    border-bottom: 2px solid #dddddd;
    margin-bottom: 10px;
    height:24px;
}
div.vue {
    display:inline-block;
    height:43px;
}
div.vue-selectionne {
    display:inline-block;
    height:24px;
    border-radius : 5px 5px 0px 0px;
    border-top : 1px solid #dddddd;
    border-left : 1px solid #dddddd;
    border-right : 1px solid #dddddd;
    border-bottom : 1px solid white;
    background-color: #FFF;
}
div.header {
    border-bottom: 1px solid #ECEEEC;
    background-color: #ff4136;
    height: 50px;
}
div.breadcrumb {
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
    height: 36px;
    display: table-cell;
    vertical-align: bottom;
}
div.title {
    padding-left: 20px;
    display: table-cell;
    width: 100%;
    vertical-align: bottom;
    text-align: left;
}
div.main-menu {
    padding-left: 10px;
    padding-top: 5px;
    display: table;
    width: 100%;
    vertical-align: bottom;
    text-align: left;
}
div.menu {
    text-align: center;
    padding-left: 5px;
    height: 36px;
    font-size: 13px;
    font-weight: bold;
    display: table-cell;
}
div.menu-left {
    text-align: left;
    width:50%;
    display: table-cell;
}
div.menu-right{
    text-align: right;
    width:50%;
    display: table-cell;
}
div.logo {
    height: 36px;
    display: table-cell;
}
p.haut {
    font-size: 11px;
    line-height: 26px;
    text-align: right;
    padding-right: 4px;
}
p.hautcoche {
    font-size: 11px;
    line-height: 26px;
    text-align: right;
    padding-right: 0px;
}
p.centre {
    font-size: 11px;
    line-height: 26px;
    text-align: center;
}
select {
    color: #696969;
    font-size: 14px;
    width: 90%;
}
select.alerte {
    background-color: #FFBABA;
}
span.pastille-rouge {
    height: 10px;
    width: 10px;
    background-color: #A5383B;
    border-radius: 50%;
    border:1px solid #A5383B;
    display: inline-block;
}
span.pastille-blanc {
    height: 10px;
    width: 10px;
    background-color: #FDFCCD;
    border-radius: 50%;
    border:1px solid #adadad;
    display: inline-block;
}
span.pastille-rose {
    height: 10px;
    width: 10px;
    background-color: #FF8E6A;
    border-radius: 50%;
    border:1px solid #FF8E6A;
    display: inline-block;
}
span.pastille-effervescent {
    height: 10px;
    width: 10px;
    background-color: #F8F2D7;
    border-radius: 50%;
    border:1px solid #adadad;
    display: inline-block;
}
span.pastille-liquoreux {
    height: 10px;
    width: 10px;
    background-color: #FFD700;
    border-radius: 50%;
    border:1px solid #FFD700;
    display: inline-block;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #696969;
    font-size: 14px;
    padding-left: 5px;
    background-color: #FFF;
    border: 1px solid rgba(0,0,0,.15);
}
textarea.large {
    width: 90%;
}
textarea.alerte {
    background-color: #FFBABA;
}
input {
    color: #696969;
    font-size: 14px;
    padding-left: 5px;
    background: #fff;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
}
input.entier {
    width: 40px;
    height: 35px;
    text-align: right;
}
input.date {
    font-size: 14px;
    width: 90%;
    height: 35px;
}
input.large {
    width: 90%;
    height: 35px;
}
input.recherche {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 60%;
    height: 22px;
    font-size: 16px;
    padding: 5px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    padding-left: 10px;
}
input.alerte {
    background-color: #FFBABA;
}
span.menu {
    padding-left: 10px;
    font-size: 15px;
}
span.alerte {
    color: #D8000C;
}
span.alerte.b {
    color: #D8000C;
}
span.highlight {
    color: #ff4136;
}
span.medium {
    font-size: 14px;
    font-weight: bold;
}
span.grand {
    font-size: 18px;
    font-weight: bold;
}
span.focused {
    color: #ff4136;
}
 span.option {
    font-weight: normal;
    font-size: 9px;
}
.graphic {
    vertical-align: middle;
    padding: 1px;
    border-color: #FFFFFF;
}
a.ajax_selection {
    display: block;
    margin: 0 auto;
    padding-left: 10px;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #ECEEEC;
    color: #FFFFFF;
    background-color: #696969;
    text-transform: capitalize;
}
a.ajax {
    display: block;
    margin: 0 auto;
    padding-left: 10px;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #ECEEEC;
    color: #696969;
    text-transform: capitalize;
}
a.apogee {
    display: block;
    margin: 0 auto;
    padding-left: 20px;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #ECEEEC;
    color: #696969;
}
a.petit {
    margin: 0 auto;
    color: #696969;
    background-color: white;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    text-decoration: underline;
}
a.tres-petit {
    margin: 0 auto;
    color: #696969;
    background-color: white;
    text-align: center;
    line-height: 10px;
    text-transform: none;
}
a.plusmoins {
    margin: 0 auto;
    color: #696969;
    background-color: white;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
}
a.demo {
    margin: 0 auto;
    color: #ff4136;
    background-color: white;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
}
a.blanc {
    font-size: 1.5em;
    text-decoration: none;
    color: white;
}
a.affichage {
    color: #696969;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    font-family: Helvetica;
    text-decoration: none;
}
a.baseline {
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: bold;
    text-decoration: none;
    display: block;
    color: #696969;
}
a.back {
    text-decoration: none;
    color:white;
    font-size: 30px;
    padding-left: 8px; 
}
a.menu {
    margin: 0 auto;
    margin-top: 6px;
    padding-left: 10px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    font-family: Helvetica;
    text-decoration: none;
    color: white;
    background-color: #ff4136;
    display: inline-block;
}
a.logout {
    margin: 0 auto;
    margin-top: 6px;
    padding-right: 20px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    font-family: Helvetica;
    text-decoration: none;
    color: white;
    display: inline-block;
}
a.logo {
    margin: 0 auto;
    margin-top: 6px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    font-family: Helvetica;
    text-decoration: none;
    color: #696969;
    display: inline-block;
    text-indent: -20000px;
    background-image: url(./logo-mobile.png);
    width: 57px;
}
a.highlight {
    margin: 0 auto;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: bold;
    text-decoration: none;
    color: #ff4136;
    text-shadow: #333 0px 1px 1px;
}
a.large {
    font-size: 20px;
    display: block;
    margin-left: 10px;
    margin-right: 16px;
    padding: 7px 16px;
}
.small {
    font-size: 16px;
    padding: 3px 8px;
}
button {
    text-align: center;
    font-size: 20px;
    font-family: Helvetica;
    text-decoration: none;
    line-height: 30px;
    color: #696969;
    background: none repeat scroll 0 0 white;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -khtml-border-radius: 2px;
    border: 2px solid;
    border-color: #E5E5E5 #DBDBDB #D2D2D2;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
}
a.button {
    text-align: center;
    font-size: 20px;
    font-family: Helvetica;
    text-decoration: none;
    line-height: 30px;
    color: #696969;
    background: none repeat scroll 0 0 white;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -khtml-border-radius: 2px;
    border: 2px solid;
    border-color: #E5E5E5 #DBDBDB #D2D2D2;
}
a.call-to-action {
    text-align: center;
    font-size: 15px;
    font-family: Helvetica;
    text-decoration: none;
    line-height: 30px;
    font-weight: bold;
    padding:5px;
    color: #ff4136;
}
a.ajouter {
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-family: Helvetica;
    text-decoration: none;
    line-height: 30px;
    color: #696969;
    border-color: #576499 #3A4B73 #263855;
    background: none repeat scroll 0 0 white;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -khtml-border-radius: 2px;
    border: 2px solid;
    border-color: #E5E5E5 #DBDBDB #D2D2D2;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
}
a.rechercher {
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-family: Helvetica;
    text-decoration: none;
    line-height: 30px;
    color: #696969;
    border-color: #576499 #3A4B73 #263855;
    background: none repeat scroll 0 0 white;
    cursor: pointer;
    border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
    -khtml-border-radius: 0 2px 2px 0;
    border: 2px solid;
    border-color: #E5E5E5 #DBDBDB #D2D2D2;
    padding-top: 1px;
    padding-bottom: 4px;
}
a.white.button {
    color: #fff;
    text-shadow: #333 0px 0px 1px;
    -moz-border-image: url(./whiteButton.png) 0 14 0 14;
    -webkit-border-image: url(./whiteButton.png) 0 14 0 14;
    -o-border-image: url(./whiteButton.png) 0 14 0 14;
    -ms-border-image: url(./whiteButton.png) 0 14 0 14;
}
a.iewhite.button {
    padding-left: 10px;
    padding-right: 10px;
    color: #696969;
    background-color: white;
    border-radius: 2px;
    border-color: #E5E5E5;
}
a.gray.button {
    color: #fff;
    text-shadow: #333 0px 1px 1px;
    -moz-border-image: url(./grayButton.png) 0 14 0 14;
    -webkit-border-image: url(./grayButton.png) 0 14 0 14;
    -o-border-image: url(./grayButton.png) 0 14 0 14;
    -ms-border-image: url(./grayButton.png) 0 14 0 14;
}
a.focused.button {
    color: #fff;
    text-shadow: #333 0px 1px 1px;
    -moz-border-image: url(./focusedButton.png) 0 14 0 14;
    -webkit-border-image: url(./focusedButton.png) 0 14 0 14;
    -o-border-image: url(./focusedButton.png) 0 14 0 14;
    -ms-border-image: url(./focusedButton.png) 0 14 0 14;
}
a.focused.button {
    color: #fff;
    text-shadow: #333 0px 1px 1px;
    -moz-border-image: url(./focusedButton.png) 0 14 0 14;
    -webkit-border-image: url(./focusedButton.png) 0 14 0 14;
    -o-border-image: url(./focusedButton.png) 0 14 0 14;
    -ms-border-image: url(./focusedButton.png) 0 14 0 14;
}
a.vue {
    color: #696969;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
a.vue-selectionne {
    color: #696969;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
a.focused.affichage {
    color: #696969;
    font-weight: bold;
}
a.last.button {
    margin-top: 10px;
}
a.row {
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
    font-family: Helvetica;
    font-weight: normal;
    text-decoration: none;
    border-left: 1px solid #ECEEEC;
    border-right: 1px solid #ECEEEC;
    border-bottom: 1px solid #ECEEEC;
}
a.first {
    border-top: 1px solid #ECEEEC;
}
span.row {
    display: block;
    margin: 0 auto;
    text-align: center;
}
a.rowsansbord {
    display: block;
    margin: 0 auto;
    text-align: left;
    line-height: 30px;
    font-size: 14px;
    font-family: Helvetica;
    font-weight: normal;
    text-decoration: none;
}
.entete {
    line-height: 30px;
    font-size: 18px;
    font-family: Helvetica;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    border-width: 0 14px;
    color: #696969;
    border: 1px solid #ECEEEC;
    background-color: #ECEEEC;
}
.encadre {
    line-height: 30px;
    font-size: 11px;
    font-family: Helvetica;
    font-weight: normal;
    border-left: 1px solid #ECEEEC;
    border-right: 1px solid #ECEEEC;
}
span.tete {
    color: #696969;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}
span.haut {
    color: #696969;
    border-top: 1px solid #ECEEEC;
}
.pied {
    color: #696969;
    border-bottom: 1px solid #ECEEEC;
}
.pair {
    color: #696969;
    background-color: #FFFFFF;
}
.impair {
    color: #696969;
    background-color: #FFFFFF;
}
.retardpair {
    color: #696969;
    background-color: #FFFFFF;
}
.retardimpair {
    color: #696969;
    background-color: #FFFFFF;
}
a.title.row {
    color: #696969;
    font-size: 20px;
    background-color: white;
}
div {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4px;
}
#divApogee {
    display: none;
    text-align: left;
}
div.aligne {
    display: inline;
    padding-left: 1px;
    padding-right: 1px;
}
div.aligne2 {
    display: inline;
    padding-left: 1px;
    padding-right: 1px;
}
div.center {
    text-align: center;
    margin-left: 10px;
    margin-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}
div.left {
    text-align: left;
    margin-left: 10px;
    margin-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:20px;
    padding-right:20px;
}
div.rating {
    text-align: center;
    width: 125px;
    padding-top: 10px;
    padding-bottom: 10px;
}
div.nopadding {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
}
div.image {
    display: table-cell;
    float: left;
    width: 84px;
    height: 70px;
    padding: 5px;
}
div.form {
    width: 100%;
}
div.slider {
    display: table-cell;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    vertical-align: middle;
    height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 35px;
    background-image: url(./chevron.png);
    background-repeat: no-repeat;
    background-position: center;
}
div.liste {
    display: table-cell;
    text-align: left;
    font-size: 16px;
    text-transform: none;
    line-height: 26px;
    padding: 10px;
    height: 50px;
    width: 100%;
}
div.libelle {
    text-align: left;
    padding-left: 10px;
    padding-top: 5px;
    height: 18px;
    font-size: 14px;
    font-weight: bold;
    display: block;
}
div.libellecoche {
    text-align: left;
    padding-left: 10px;
    padding-top: 5px;
    height: 18px;
    font-size: 14px;
    font-weight: bold;
    display: block;
}
div.valeur {
    text-align: left;
    padding-left: 10px;
    padding-bottom: 15px;
    height: 26px;
    display: block;
}
div.detail {
    text-align: left;
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
}
div.libellecommentaire {
    text-align: left;
    padding-left: 10px;
    height: 80px;
    font-size: 14px;
    display: block;
}
div.valeurcommentaire {
    text-align: left;
    padding-left: 10px;
    display: block;
}
div.rouge {
    background-color: #8B2552;
}
div.blanc {
    background-color: white;
}
div.rose {
    background-color: #FFA07A;
}
div.effervescent {
    background-color: white;
}
div.liquoreux {
    background-color: #FFD700;
}
div.options-extend {
    padding: 20px 20px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(options-extend.png) repeat-x top left;
}
div.cachee {
    display: none;
}
a.old {
    font-size: 1.5em;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
a.old:hover {
    color: #0085CF;
}
/*-----------------------------
    HEADINGS
-----------------------------*/

h1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    line-height: 30px;
    color: white;
    font-weight: bold;
}
h2 {
    font-size: 16px;
    padding:20px;
    text-align: justify;
}
h1.home {
    /* display:block;
    width:112px;
    height:41px;
    text-indent:-5000px;*/
    font-family: 'Pacifico', Roboto;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 30px;
    line-height: 30px;
    color: white;
    padding: 10px;
    background-color: #ff4136;
    font-weight: bold;
}
h2.home {
    font-size: 14px;
    color: white;
    background-color: #ff4136;
    text-align: center;
}
/*-----------------------------
    BASIC LAYOUT
-----------------------------*/

#page_wrapper {
    padding-top: 0px;
    overflow: auto;
}
/*-----------------------------
    ORIENTATION CLEVERNESS
-----------------------------*/

#content_left,
#content_right,
#content_normal,
#content_flipped {
    display: none;
}
.show_normal,
.show_flipped {} .show_left,
.show_right {
    width: 480px;
}
.show_left #content_left,
.show_right #content_right,
.show_normal #content_normal,
.show_flipped #content_flipped {
    display: block;
}
div.images {
    text-align: center;
    vertical-align: middle;
}
div.commentaire {
    width: 190px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
div.autocomplete {
    position: relative;
}
div.autocomplete ul {
    position: left;
}
div.autocomplete ul li.selected {
    color: #FFFFFF;
    background-color: #0085CF;
    font-weight: bold;
}
div.autocomplete ul li {
    background-color: white;
}
div.autocomplete ul li a {
    text-decoration: none;
}
a.rating_bar {
    color: #696969;
    font-size: 12px;
    background: none;
}
.rating_bar {
    width: 190px;
    margin-left: auto;
    margin-right: auto;
    background: url(etoilegrise-mobile.jpeg) 0 0 repeat-x;
}
.rating_bar div {
    height: 38px;
    background: url(etoile-mobile.jpeg) 0 0 repeat-x;
}
a.lientexte {
    font-size: 1em;
    color: #ff4136;
    text-transform: none;
}
a.liennoir {
    color: black;
    text-decoration: none;
}
a:hover.liennoir {
    color: #0085CF;
}
a.raz {
    text-decoration: none;
    position: relative;
    left: -2px;
    margin-left: -22px;
}
span.raz {
    color: #696969;
    cursor: pointer;
    font: 27px/25px arial, sans-serif;
    position: relative;
    top: 6px;
}
.bouteille {
    padding: 5px;
    margin: 0;
}
.bouteillegrisee {
    padding: 5px;
    margin: 0;
    /* opacity : 0.4; */
}
/*  styles for the unit rater     */

.ratingblock {
    display: block;
    border-bottom: 1px solid #999;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.loading {
    height: 50px;
    background: url('./working.gif') 50% 50% no-repeat;
}
.unit-rating {
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 25px;
    position: relative;
    background: url('./notation.gif') top left repeat-x;
}
.unit-rating li {
    text-indent: -90000px;
    padding: 0px;
    margin: 0px;
    float: left;
}
.unit-rating li a {
    outline: none;
    display: block;
    width: 15px;
    height: 25px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding: 0px;
}
.unit-rating li a:hover {
    background: url('./notation.gif') left center;
    z-index: 2;
    left: 0px;
}
.unit-rating a.r1-unit {
    left: 0px;
}
.unit-rating a.r1-unit:hover {
    width: 25px;
}
.unit-rating a.r2-unit {
    left: 25px;
}
.unit-rating a.r2-unit:hover {
    width: 50px;
}
.unit-rating a.r3-unit {
    left: 50px;
}
.unit-rating a.r3-unit:hover {
    width: 75px;
}
.unit-rating a.r4-unit {
    left: 75px;
}
.unit-rating a.r4-unit:hover {
    width: 100px;
}
.unit-rating a.r5-unit {
    left: 100px;
}
.unit-rating a.r5-unit:hover {
    width: 125px;
}
.unit-rating li.current-rating {
    background: url('./notation.gif') left bottom;
    position: absolute;
    height: 25px;
    left: 0px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}
.voted {
    color: #999;
}
.thanks {
    color: #36AA3D;
}
.static {
    color: #5D3126;
}
.thumb {
    margin: 0;
    padding:5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.thumb-left {
    border-top-left-radius : 5px;
    border-bottom-left-radius : 5px;
}

.graphic-nopadding {
    vertical-align: middle;
    border-color: #FFFFFF;
}

p.detail {
    font-size: 12px;
    padding-left:5px;
    text-align: left;
    border: 1px;
    border-color: red;
    vertical-align: middle;
}

h2.detail {
    font-size: 13px;
    padding-top:2px;
    padding-bottom:4px;
    padding-left:5px;
    text-align: justify;
    width: 260px; 
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.nostyle {
  text-transform: none;
  color: #373D3F;
}

a.nostyle:hover {
  text-transform: none;
  color: #373D3F;
}

div.fond-mixte {
    background-color: #ECEEEC;
    width:370px;
    border-radius: 10px;
}

div.mixte {
    width: 365px;
    height : 78px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.mixte-image {
    float: left;
    width: 78px;
    height: 78px;
    border-top-left-radius : 5px;
    border-bottom-left-radius : 5px;
    padding-bottom: 0px;
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
}
div.mixte-texte {
    float: left;
    width: 275px;
    height: 78px;
    padding-left: 5px;
    padding-bottom: 0px;
    background-color: white;
    border-top-right-radius : 5px;
    border-bottom-right-radius : 5px;
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
}

div.saisie {
    display: block;
}
div.saisie-gauche {
    float: left;
    width: 182px;
}
div.saisie-droite {
    width: 183px;
}

div.vin {
    display: inline-table;
}

.hiddenText {
    display: none;
}