@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,700,700italic,600italic,300italic,300);

/* ======================== GENERAL =============================*/

*,
:after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Ne pas cassé les fancybox*/

#fancybox-wrap {
    box-sizing: initial;
}


/*-----------------------------*/

* {
    margin: 0;
    padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: inherit;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    /* needed for container min-height */
    font-family: Lato, arial, sans-serif;
    font-size: 14px;
    color: #808080;
    /* background:#dddddd; */
}

@media only screen and (max-width: 960px) {
    body {
        font-size: 14px;
    }
}


/* Sa fiche le bordel pour stephanie a chaque fois qu'elle veux faire une liste dans alixo */


/* ul { list-style:none;} */

a {
    text-decoration: none;
}

a,
p,
li,
input {
    font-family: Lato, arial, sans-serif;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

button {
    cursor: pointer;
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot?-xgy8fw);
    src: url(../fonts/icomoon.eot?#iefix-xgy8fw) format(embedded-opentype), url(../fonts/icomoon.woff?-xgy8fw) format(woff), url(../fonts/icomoon.ttf?-xgy8fw) format(truetype), url(../fonts/icomoon.svg?-xgy8fw#icomoon) format(svg);
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.icone {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 2em;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*================================*/


/* Laissez les regles séparer !!! */

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9);
}

::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9);
}


/* firefox 19+ */

:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9);
}


/* ie */

:-moz-placeholder {
    color: rgba(255, 255, 255, 0.9);
}

#diapo_search::-webkit-input-placeholder {
    color: #fff;
}

#diapo_search:-moz-placeholder {
    color: #fff;
}


/* Firefox 18- */

#diapo_search::-moz-placeholder {
    color: #fff;
}


/* Firefox 19+ */

#diapo_search:-ms-input-placeholder {
    color: #fff;
}


/*================================*/

a,
a:visited,
a:hover,
a:active,
a:focus {
    color: #808080;
}


/* ------------------------------------------------ */


/* Fixed Footer Auto Size */


/* ------------------------------------------------ */

html,
body {
    height: 100%;
}

.wrapper {
    table-layout: fixed;
    margin: 0 auto;
    display: table;
    height: 100%;
    width: 100%;
}

.wrapper>div {
    display: table-row;
}

.page {
    height: auto!important;
    width: 100%;
    position: relative;
    /* padding-bottom:10px; */
}


/* ======================== TITRE / TEXTE et COULEURS =============================*/

h1 {
    font-size: 3em;
    text-transform: uppercase;
}

h2 {
    font-size: 1.5em;
    text-transform: uppercase;
}

h3 {
    font-size: 1.3em;
    color: #216eb5;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 10px;
    margin-top: 5px;
}

h3 span {
    font-weight: bold;
}

h4 {
    font-size: 1.1em;
    color: #216eb5;
    margin-bottom: 10px;
    margin-left: 5px;
}

h5 {
    font-size: 1em;
    color: #808080;
    font-weight: bold;
    margin: 10px auto;
    margin-left: 5px;
}

p {
    color: #808080;
}

.bloc_texte h3,
.col_txt h3 {}

#content a {
    cursor: default;
}


/* ======================== UI / BOUTONS et ICONES =============================*/

.select {
    overflow: hidden;
    display: block;
    margin-top: .5em;
    padding: 0;
    position: relative;
    width: 200px;
    height: 50px;
    background: #fff;
    margin: 20px auto;
}

.select .select-titre {
    position: absolute;
    left: 0;
    top: 0;
    color: #666;
    height: 100%;
    padding: 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

option {
    padding: 10px;
}

.select select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid transparent;
    box-sizing: border-box;
    color: #666;
    font-family: helvetica, sans-serif;
    font-size: .8em;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin: 0;
    margin-left: 60px;
    outline: medium none;
    padding: 7px 30px 7px 20px;
}

.select select {
    width: calc(100%+3em);
    border: none;
}

.select::after {
    background-image: url(../images/fleche.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    height: 15px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 1em;
    top: 50%;
    width: 15px;
    z-index: 2;
}

button {
    border: none;
}

#champ_recherche {
    width: 50%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    min-width: 250px;
    position: relative;
    z-index: 5;
}

@media only screen and (max-width: 960px) {
    #champ_recherche {
        width: 80%;
    }
}

@media only screen and (max-width: 500px) {
    #champ_recherche {
        margin-top: 10px;
    }
}

#champ_recherche input {
    width: 70%;
    background: none;
    border: 2px solid #fff;
    color: #fff;
}

#champ_recherche button {
    margin-left: -50px;
    width: 30%;
    margin-top: 0;
    margin-bottom: 0;
}


/* Cible pour éviter des interaction non souhaité */

#champ_recherche input {
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    background: none;
    color: #eee;
    font-size: 18px;
    padding: 9px 20px;
    vertical-align: top;
    height: 50px;
    font-weight: bold;
    border-radius: 5px;
    border: 2px solid #fff;
}

input:focus {
    outline: none;
}

.form button {
    height: 50px;
}

button,
button.bouton_txt {
    font-size: 16px;
    padding: 13px 20px;
}

.bouton_icon,
.bouton_txt {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 3px solid #ccc;
    border-radius: 25px;
    color: #ccc;
    cursor: pointer;
    height: 250px;
    margin: 20px auto;
    padding: 9px 20px;
    transition: all .3s ease-in 0;
    vertical-align: top;
}

.form_contact {
    text-align: center;
}

.form_contact table {
    margin: 0 auto;
    vertical-align: middle;
}


/* === bouton txt =========*/

.bouton_txt {
    background: #8CC63F;
    text-align: center;
    padding: 15px 20px;
    color: #fff;
    font-weight: bold;
    -webkit-transition: color .3s;
    transition: color .3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    min-width: 100px;
    position: relative;
    z-index: 5;
    margin: 20px auto;
    cursor: pointer;
}

.bouton_txt span {
    display: inline-block;
}

.bouton_txt:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #82AD3D;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: 0 .3s opacity .3s background-color .3s;
    transition: transform .3s opacity .3s background-color .3s;
}

.bouton_txt:hover {
    color: #fff;
}

.bouton_txt:hover::before {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.bouton_apply {
    background: #fff;
    border: 3px solid #8CC63F;
    color: #8CC63F;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.bouton_apply:hover {
    border: 3px solid #82AD3D;
    color: #fff;
    background: #82AD3D;
}

#bouton_panier {
    background: #fff;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    padding-left: 20px;
}


/*========== bouton icon ===========*/

.bouton_icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border: 3px solid #fff;
    border-radius: 50%;
}

.bouton_icon:hover {
    background: #FFF;
}

.small_icon {
    width: 50px;
    height: 50px;
    padding-top: 10px;
    display: inline-block;
    border: 3px solid #fff;
    font-size: 1.2em;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    margin: 0 10px;
}


/* ================================== HEADER ===========================*/

header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 120px;
    z-index: 999;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

#logo {
    width: 200px;
    display: block;
    margin: auto;
    text-align: center;
    /* float: left; */
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

#container_logo #logo img {
    height: auto;
}

#logo_right {
    float: left;
    position: absolute;
    top: 30px;
    left: 10px;
}

#container_logo {
    background: #fff;
    width: 100%;
    height: 120px;
}

#container_logo img {
    height: 60px;
    width: auto;
}


/* #logo img { width:100%; } */

#menu_haut {
    position: absolute;
    right: 40px;
    top: 20px;
    z-index: 5;
}

@media only screen and (max-width: 500px) {
    #menu_haut {
        position: relative;
        right: auto;
    }
}

#menu_haut a {
    margin: 0 15px;
    color: #fff;
    font-weight: bold;
}


/* ================================== CONTENU ===========================*/

#contenu_site {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: rgb(216, 215, 217);
    background: linear-gradient(90deg, rgba(216, 215, 217, 1) 0%, rgba(252, 252, 252, 1) 100%);
}

@media all and (max-width: 1000px) {
    #contenu_site {
        font-weight: bold;
    }
}

#content {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 120px;
}

@media all and (max-width: 1000px) {
    #content {
        margin-top: 100px;
    }
}


/* Contenu responsive. Si cat soeurs ou cat fille affichage deux colonne. */

.colonne_gauche {
    display: inline-block;
    vertical-align: top;
    width: 19%;
    background: white;
    border-radius: 1px;
    box-shadow: 2px 2px 4px #ccc;
    z-index: 10;
    padding: 10px;
}

.colonne_droite {
    display: inline-block;
    width: 80%;
}

@media all and (max-width: 1000px) {
    .colonne_gauche,
    .colonne_droite {
        width: 100%;
    }
}


/* ================================== BOUTON MENU ===========================*/

#menu_button {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    top: 14px;
    color: #fff;
    z-index: 999;
    cursor: pointer;
}

#menu_button:before {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

#menu_button:after {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
}

#menu_button_panier {
    position: fixed;
    right: 120px;
    top: 50px;
    color: #fff;
    cursor: pointer;
    z-index: 1500;
}

#menu_button_compte {
    position: fixed;
    right: 120px;
    top: 26px;
    color: #fff;
    cursor: pointer;
    z-index: 1500;
}

#menu_button_panier a,
#menu_button_compte a {
    color: #fff;
}

@media all and (max-width: 450px) {
    #menu_button_panier,
    #menu_button_compte {
        position: relative;
        display: inline-block;
        right: auto;
        top: auto;
    }
}

#menu_button span {
    display: block;
}

#menu_button.active span {
    opacity: 0;
    color: #8CC63F;
}

#menu_button.active {
    border: 4px solid #00B4CF;
}

#menu_button.active {
    background: none!important;
}

#menu_button:before,
#menu_button span,
#menu_button:after {
    background: #fff;
    content: "";
    height: 3px;
    left: 20%;
    margin-top: -1px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -ms-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    width: 60%;
}

#menu_button.active:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

#menu_button.active:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

#menu_button.active:before,
#menu_button.active:after {
    background: #8CC63F;
}

.vParent {
    display: table;
    width: 100%;
    height: 100%;
}

.vChild {
    display: table-cell;
    padding: 10%;
    position: relative;
    z-index: 6;
    vertical-align: middle;
}


/* =============== NAVIGATION ===============*/

#nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 5;
    display: table;
}

#nav a {
    display: table-cell;
    text-align: center;
    position: relative;
}

#nav .image-menu,
#nav .image-menu img {
    display: inline-block;
    margin: 0;
    vertical-align: bottom;
    width: 150px;
}

#nav .bar-menu {
    display: block;
    margin: 0;
    padding: 30px;
    background: #fff;
    color: #666;
}

#nav a .roll {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
}

#nav a.active .bar-menu {
    background: #8cc63f;
    color: #fff;
}

#nav a.active .roll {
    opacity: 1;
}

#nav a.active .debase {
    opacity: 0;
}

@media only screen and (max-height: 767px) {
    #nav .bar-menu {
        padding: 30px 10px;
    }
    #nav .image-menu,
    #nav .image-menu img {
        width: 80px;
    }
    #nav a .roll {
        margin-left: -40px;
    }
}

#nav_header {
    background: #1A1A1A;
    color: #fff;
    text-align: center;
    width: 100%;
}


/* ------------------------------------------------ */


/*   MENU RESPONSIVE  */


/* ------------------------------------------------ */

.menu-link {
    display: none;
}

.menu {
    position: relative;
    /* width: 100%; /* Largeur du menu */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    padding-top: 0;
    font-weight: bold;
    /* margin-top:10px; */
    text-align: center;
}

@media only screen and (max-width: 1000px) {
    .menu {
        text-align: left;
    }
}

.menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: inline-table;
    z-index: 9;
    line-height: 20px;
}

.menu>li>ul.sub-menu {
    min-width: 10em;
    padding: 4px 0;
    border: 1px solid #CCC;
}


/*.menu ul li:hover {
    background: #444; }*/

.menu>ul>li {
    display: inline-block;
}

.menu>ul>li>a {
    /* text-transform:uppercase;
font-weight:lighter; */
}

.menu ul li a {
    padding: 5px;
    display: block;
    text-decoration: none;
    color: #FFF!important;
    /*  couleur des liens du menu  */
    /*	background-color: #333; */
    /* font-size:1.2em; */
    font-weight: 400;
}

.menu ul li a:hover {
    /* color: #FFF;	/*  couleur des liens du menu  */
}

.menu ul li>a {
    padding: 10px;
}

.menu ul ul {
    display: none;
    position: absolute;
    top: 100%;
    text-align: left;
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    border: 1px solid #eaeced;
    border-radius: 3px;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
    max-width: 600%;
    transition: opacity .2s ease-in-out 0;
    z-index: 9999;
    /* background-color: #e00102; /* Couleur fond sous menu */
    /* box-shadow: -1px 2px 3px 1px rgba(0, 0, 0, 0.3), -1px 0px 20px rgba(255, 255, 255, 0.4) inset; */
}

.menu ul li:hover>ul {
    display: block;
}

.menu ul li ul li ul li:hover>ul {
    display: block;
}

.menu ul ul>li {
    position: relative;
    height: auto;
    width: 220px;
    /* background-color:#2c86ba; */
    /* border-bottom:1px solid rgba(0,0,0,0.3); */
}

.menu ul ul>li a {
    padding: 5px 15px 5px 10px;
    height: auto;
    /* background-color: #444; /* Couleur de fond sous menu */
}

.menu ul ul>li a:hover {
    color: #FFF;
    /* background-color: #444; /* Couleur de fond sous menu */
}

.menu ul ul>li:last-child {
    border-bottom: none;
}

.menu_class_active ul li a {
    border: none!important;
}

.menu_class_active a {
    background: #216EB5;
    display: block;
    border-radius: 15px;
    color: #fff;
    padding: 5px 15px!important;
    margin-top: 5px;
}

.menu ul li {
    padding: 0;
    height: 41px;
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    /* overflow: hidden; */
}


/* 
.menu ul ul > li a:hover {
    background-color: #333;
    color: #fff;
}
*/

.menu ul ul ul {
    position: absolute;
    left: 99%;
    top: 0;
}

@media all and (max-width: 1000px) {
    .menu ul li:before {
        bottom: 0;
    }
    .menu ul li {
        height: auto;
    }
    .menu ul li a:hover {
        color: #FFF;
    }
    /*  couleur des liens du menu  */
    a.menu-link {
        display: block;
        float: right;
        text-decoration: none;
        padding: 3px;
        margin-top: 0px;
        margin-right: 15px;
    }
    .menu {
        clear: both;
        min-width: inherit;
        float: none;
        overflow: hidden;
        max-height: 0;
    }
    .menu>ul ul {
        background-color: transparent;
        overflow: hidden;
        max-height: 0;
        box-shadow: none;
    }
    .menu>ul li {
        width: 100%;
    }
    .menu>li>ul.sub-menu {
        padding: 0;
        border: none;
    }
    .menu.active,
    .menu>ul ul.active {
        max-height: 55em;
    }
    .menu ul {
        display: inline;
    }
    .menu li,
    .menu>ul>li {
        display: block;
    }
    .menu li a {
        color: #FFF;
        display: block;
        padding: .8em;
        position: relative;
    }
    .menu li.has-submenu>a:after {
        content: '+';
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        font-size: 1.5em;
        padding: .55em .5em;
    }
    .menu li.has-submenu>a.active:after {
        content: "-";
    }
    .menu ul ul>li a {
        /* background-color: #444; */
        height: 45px;
        padding: 15px 15px 20px 20px;
    }
    .menu ul ul>li {
        /* background-color: #444; */
        width: 100%;
        position: relative;
    }
    .menu ul ul,
    .menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        border: none;
    }
    .menu ul li a {
        display: inline-block;
    }
    .menu ul {
        text-align: center;
    }
}


/* ================================== PAGE ===========================*/


/* Header page */

.header_page {
    background-size: cover;
    background-position: bottom center;
    position: relative;
    overflow: hidden;
    height: 400px;
    text-align: center;
}

.header_page #logo {
    float: left;
    position: relative;
    z-index: 1;
    width: 150px;
    margin: 20px;
}

@media only screen and (max-width: 500px) {
    .header_page #logo {
        float: none;
    }
}

.header_page #logo img {
    height: auto;
    width: 100%;
}

.header_page .bgopacity {
    background: rgba(76, 76, 76, 0.8);
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
    left: 0;
    height: 100%;
}


/* page contenu */

#page_container {
    padding: 30px 50px;
    max-width: 1280px;
    display: block;
    margin: auto;
    background: #DDDDDD;
}

.bouton_bar {
    padding-bottom: 15px;
    text-align: center;
    display: block;
}

@media only screen and (max-width: 960px) {
    .bouton_bar {
        text-align: center;
    }
}

.bouton_bar #champ_recherche {
    display: inline-block;
}

@media only screen and (max-width: 600px) {
    .bouton_bar #champ_recherche {
        width: 100%;
        margin-bottom: 20px;
    }
}

.bouton_bar .select {
    display: inline-block;
    margin: 0 10px;
}

.bloc_promo {
    padding: 30px;
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
    font-size: 1.5em;
    position: relative;
    background: #fff;
    height: 240px;
}

.bloc_promo h3 {
    color: #8CC63F;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1em;
    font-weight: bold;
}

.bloc_promo p {
    vertical-align: initial;
}

.bigtxt {
    font-size: 3em;
}

.bloc_promo .logo_fortek {
    width: 150px;
    margin-top: 20px;
}

.bloc_promo .icon-plus {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.icon-plus {
    display: none;
}

.fond_vert {
    background: #8CC63F;
    color: #fff;
}

.fond_vert p {
    color: #fff;
}


/* =========== ITEM ============== */

.container-list {
    padding: 20px 0;
}

.item-reportage a {
    background: #fff;
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
}

.item-photo {
    display: block;
    width: 100%;
    padding: 20px;
}

.item-photo img {
    display: block;
    width: 70%;
    margin: auto;
}

.item-titre {
    padding: 20px;
    color: #666;
    font-size: 1.2em;
}

.item-prix {
    line-height: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    color: #8CC63F;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}


/* ======== GRILLE TABLEAU ============*/

.table {
    display: table;
    width: 100%;
}

.cell {
    display: table-cell;
    vertical-align: top;
    z-index: 2;
    position: relative;
}

.cell_30 {
    width: 30%;
}

.cell_33 {
    width: 33.3%;
}

.cell_70 {
    width: 70%;
    vertical-align: middle;
}

.cell_25 {
    width: 25%;
}

.cell_50 {
    width: 50%;
}

@media only screen and (max-width: 1000px) {
    .cell_25 {
        width: 50%;
    }
}


/*
@media only screen and (max-width: 100px) {
  .cell {
    width:100%;
    display:block;
    border-bottom:1px solid rgba(0,0,0,0.3);
  }
  
  .cell:last-child {
    border-bottom:none;
  }
}
*/


/* ======== GRILLE inline-block ============*/

.section {
    clear: both;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #dedede;
}


/*  COLUMN SETUP  */


/*  GROUPING  */

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}


/*  GRID OF THREE  */

.colonne_25 {
    width: 23.8%;
}

.colonne_50 {
    width: 48.2%;
}


/*  COLUMN SETUP  */

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.col:first-child {
    margin-left: 0;
}

.col_txt,
.bloc_texte {
    padding: 50px;
}

.bloc_texte {
    text-align: center;
}


/*  GROUPING  */

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}


/*  GRID OF THREE  */

.col_3_of_3 {
    width: 100%;
}

.col_2_of_3 {
    width: 66.1%;
}

.col_1_of_3 {
    width: 32.2%;
}

.col_1_of_2 {
    width: 49.2%;
}

.home_txt {
    position: absolute;
    bottom: 27%;
}

#infos_contact_container {
    width: 200px;
    position: absolute;
    bottom: 50px;
    font-size: 1.1em;
}

#connexion {
    margin-right: 15px;
}

#header {
    width: 1150px;
    margin: 0 auto;
}

@media only screen and (max-width: 1150px) {
    #header {
        width: 1000px;
    }
}

@media only screen and (max-width: 1000px) {
    #header {
        width: 100%;
        text-align: left!important;
    }
}

.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE 6-9 */
    transition: all .3s ease-in 0;
}

.grayscale:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
    /* IE 6-9 */
}

.header_top_link {
    margin-top: 5px;
    display: inline-block;
}

.header_top_link a {
    color: #aaa;
    font-size: .7em;
}

.header_top_link a:hover {
    color: #01b5d0;
}

.header_top_link .small_icon {
    width: 25px!important;
}


/* ================== HOME TOP ===========================================*/

#home_top {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /* background-position: center center; */
    background-position: 25% 65%;
    /* background-attachment:fixed; */
    background-image: url(../images/bg_home.jpg);
    width: 100%;
    margin-top: 90px;
    height: auto;
    position: relative;
}

.bg_opacity {
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.infos {
    position: absolute;
    bottom: 30px;
    color: #fff;
    z-index: 99;
    font-size: 1.2em;
}

.infos a {
    color: #fff;
}

.infos.left {
    left: 30px;
    height: 40px;
}

.infos.right {
    right: 30px;
}

#home_menu img {
    width: 100%;
}

#home_menu {
    width: 100%;
    height: auto;
    padding: 10% 0;
    position: relative;
    z-index: 98;
    text-align: center;
}

#home_menu span {
    /*position:absolute;*/
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
}

.home_bouton,
#bouton_scroll {
    transition-timing-function: cubic-bezier(.07, 1.41, .82, 1.41);
    -webkit-transition-timing-function: cubic-bezier(.07, 1.41, .82, 1.41);
    -moz-transition-timing-function: cubic-bezier(.07, 1.41, .82, 1.41);
    -ms-transition-timing-function: cubic-bezier(.07, 1.41, .82, 1.41);
}

.home_bouton {
    position: relative;
    display: inline-block;
    margin: 30px;
}

#home_menu .icon_home {
    width: 70px;
    height: 70px;
    line-height: 65px;
    border-radius: 50%;
    border: 3px solid #fff;
    display: block;
    text-align: center;
    font-size: 2em;
    margin: 0 auto 10px;
}

#bouton_scroll {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: auto;
    bottom: 30px;
    z-index: 6;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 6000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 6000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 6000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 6000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.home_bouton:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#home_logo {
    margin-top: -75px;
    margin-left: -75px;
    width: 150px;
}

.icon-apropos {
    font-size: .8em;
}


/* ============BLOC 30 / 70 ===================*/


/* ============Liens video ===================*/

.bloc_responsive_lien_video {
    box-shadow: 1px 1px 4px 2px;
    padding: 5px;
}

.bloc_responsive_lien_video {
    color: #158091;
    text-align: center;
}


/* ============BLOC Newsletter ===================*/

#bloc_newsletter {
    text-align: center;
    background: rgba(0, 180, 207, 1) none repeat scroll 0 0;
}

#bouton_submit {
    margin-left: -50px;
}

#champ_newsletter {
    width: 50%;
    margin: auto;
}

#champ_newsletter input {
    width: 50%;
}

#champ_newsletter button {
    width: 30%;
}

@media only screen and (max-width: 1000px) {
    #champ_newsletter {
        width: 100%;
    }
}

.colonne h2 {
    display: inline-block;
}

.colonne p {
    text-align: justify;
}


/* ============ FOOTER ===================*/

#footer {
    height: 1px;
}

.footer {
    text-align: center;
    background: #fff;
    /* padding:5px; */
}


/* ==== FOUTER BLEU === */

#footer_table .cell {
    padding: 10px;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    vertical-align: middle;
}

#footer_table .cell:first-child {
    border-left: none;
}

footer {
    text-align: center;
    line-height: 2em;
    color: #fff;
    background: #1A1A1A;
}

#footer_contact {
    padding: 50px;
}

footer a {
    color: #fff;
}

#mentionlegales {
    border-top: 1px solid #000;
    color: #000;
    padding: 10px;
}

#mentionlegales a {
    color: #fff;
}

.fond_bleu {
    background: #216EB5;
    color: #fff;
}

.fond_bleu h1,
.fond_bleu h2,
.fond_bleu h3,
.fond_bleu a {
    color: #fff;
}

.fond_noir {
    background: #1A1A1A;
    color: #fff;
}

.fond_noir h1,
.fond_noir h2,
.fond_noir h3,
.fond_noir a {
    color: #fff;
}


/* ============ /FOOTER ===================*/


/* ======== PAGE Générale ============*/

.page #content {
    /* padding-top: 102px;*/
}

#fildarianne {
    padding: 10px 2px;
}

.bloc_top {
    min-height: 400px;
    background: #808080;
}

.bloc_top .colonne {
    vertical-align: middle;
}

.page .fond_image .bg_opacity {
    background: rgba(0, 0, 0, 0.5);
}


/* ======== PAGE LISTES ============*/

.list_item {
    overflow: hidden;
}


/* Pour clement médici */

.bgopacity {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.9);
    z-index: 0;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

#home_table {
    height: 500px;
    position: relative;
}

#home_table .cell {
    background-size: cover;
    background-position: center center;
    position: relative;
    text-align: center;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

#home_table a {
    vertical-align: middle;
    color: #fff;
}

#home_table a p {
    color: #fff;
}

.carre {
    color: #fff;
    padding: 20px;
    height: 120px;
    width: 120px;
    background: #216EB5;
    display: inline-block;
    z-index: 2;
    position: relative;
    padding-top: 40px;
    text-align: center;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.cell:hover .carre {
    background: #1A1A1A;
}

#home_table .cell:hover .bgopacity {
    background: rgba(33, 110, 181, 0.9)
}

.bloc_ligne {
    padding: 50px;
}

.gris {
    background: #1A1A1A;
    color: #fff;
}

.miseenvaleur {
    color: #216EB5;
    font-weight: bold;
}


/*====================Pour les Articles====================*/

.bas_article {
    box-shadow: none;
    font-size: 10px;
    font-style: italic;
    text-align: left;
}

.bas_article_com {
    display: none;
}

.bas_article_elem1 {}

.bas_article_elem2 {}

.bas_article_elem3 {}

.bas_article_elem4 {
    display: none;
}

.bas_article_elem1 span,
.bas_article_elem2 span,
.bas_article_elem3 span,
.bas_article_elem4 span {
    font-size: 1.1em;
    vertical-align: super;
}


/* pour les titre des article lors de l'affichage des articles */

.div_titre_h3_articles {
    text-align: center;
}

.image_bloc_image {
    width: 100%;
    margin-left: 30px;
}

.item {
    width: 25%;
    display: block;
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    height: auto;
}

.item img {
    width: 100%;
}

.item .texte p {
    color: rgba(255, 255, 255, 0.6);
}

.item .texte {
    padding: 15px 60px 30px 15px;
    position: relative;
    display: block;
}

.item .tarif {
    bottom: 0;
    color: #fff;
    height: 70px;
    padding: 40px 10px 10px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 70px;
    background-image: url(../images/tarif.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}


/*
.icon-plus {
width:40px;
height:40px;
color:rgba(0,0,0,0.3);
border-radius:50%;
left:50%;
font-size:1em;
text-align:center;
position:absolute;
bottom:100%;
padding-top:11px;
margin-bottom:-20px;
margin-left:-20px;
}
*/

.item h3 {
    color: #fff;
}


/* ======== PAGE BOUTIQUE ============*/

.boutique .width_70 {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}


/* ======== PAGE Conferences ============*/

.conference .fond_image {
    background-image: url(../images/bg_conferences.jpg);
}

.style_conference {
    padding: 50px 5%;
    text-align: center;
}

.style_conference .item {
    display: inline-block;
    margin: 1%;
    transition: all .3s ease-in 0;
    vertical-align: top;
    width: 23%;
}

.style_conference .item .texte {
    padding: 20px;
    text-align: left;
    height: 170px;
}

.image_top {
    height: 250px;
    background-size: cover;
    background-position: center center;
}


/* ======== PAGE ACTUS ============*/

.style_actu {
    padding: 50px 5%;
    text-align: center;
}

.actu {
    display: inline-block;
    margin: 1%;
    transition: all .3s ease-in 0;
    vertical-align: top;
    width: 47%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.55);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.55);
}

.actu .texte {
    padding: 20px;
    text-align: left;
    height: 250px;
    width: 50%;
    display: table-cell;
    background: #fff!important;
    color: #808080;
}

.actu p {
    color: #808080;
}

.actu h3 {
    color: #158091;
}

.actu .image_left {
    height: 250px;
    width: 30%;
    display: table-cell;
    background-size: cover;
    background-position: center center;
}

.actu .date_container {
    height: 250px;
    width: 20%;
    display: table-cell;
    background: #00B4CF;
    color: #fff;
}

.nombre {
    font-size: 2em;
    color: #fff;
}

.txt_fonce {
    color: rgba(0, 0, 0, 0.5);
}

.actu>a {
    display: table;
    width: 100%;
}


/* ======== SOUS PAGE ============*/

#bloc_contenu_libre {
    padding: 40px 5%;
}

#bloc_contenu_libre h3 {
    text-transform: none;
    color: #00b4cf;
    font-size: 1.3em;
    font-weight: regular;
}


/* ======== GRILLE ============*/

.group {
    display: table;
    width: 100%;
}

.colonne {
    display: table-cell;
    vertical-align: top;
    z-index: 2;
    position: relative;
    float: left;
    margin: 1% 0 1% 1.6%;
}

@media only screen and (max-width: 1000px) {
    .colonne {
        margin: 1% 0 1% 0%;
    }
}

.width_33 {
    width: 33.33%;
}

.width_30 {
    width: 30%;
}

.width_70 {
    width: 70%;
    vertical-align: middle;
}

.width_50 {
    width: 50%;
}

@media only screen and (max-width: 600px) {
    .colonne_50 {
        width: 100%;
        margin: 0!important;
        padding: 10px 20px!important;
    }
}


/* =================== RESPONSIVE ====================== */

@media only screen and (max-width: 1400px) {
    #home_menu {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
    }
}

@media only screen and (max-width: 960px) {
    .colonne {
        width: 100%;
        display: block;
        text-align: center;
        padding: 20px;
    }
    .bloc_top .width_30 {
        padding-bottom: 0;
    }
    .bloc_top .width_70 {
        padding-top: 0;
    }
    #home_menu {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
    }
    #bloc_long_txt {
        padding: 50px 10%;
        text-align: center;
    }
    #champ_newsletter input,
    #champ_newsletter button {
        width: auto;
        display: block;
        margin: 10px auto;
    }
    .item {
        width: 33.33%;
    }
    .actu {
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }
    .style_2 .item {
        width: 30%;
    }
    .style_2 .image_top {
        height: 200px;
    }
}

@media only screen and (max-width: 600px) {
    .item {
        width: 50%;
    }
    .style_2 .item {
        width: 48%;
    }
    .style_2 .image_top {
        height: 150px;
    }
}

.bloc_long_txt .text_ck,
.width_70 .text_ck {
    margin-left: 0;
}

.responsive_content {
    margin: 0 auto;
    width: 1000px;
    padding: 0px;
}

@media only screen and (max-width: 1000px) {
    .responsive_content {
        width: 100%;
    }
}


/* ------------------------------------------------ */


/* Pour le Diapo (Alixo) */


/* ------------------------------------------------ */

.diaporama_fond {
    height: 370px;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 0;
    z-index: 20;
    display: table;
    width: 100%;
}

.diaporama_fond_image {
    /*
	-moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
	*/
}

.diaporama_fond div {
    position: relative;
}

#barre_navig_diapo {
    bottom: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 200;
}

#centre_diapo {
    z-index: 200;
}

.div_texte_central {
    color: white;
    display: inline-block;
    width: 45%;
    font-size: 2em;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

.div_texte_central2 {
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

@media all and (max-width: 1000px) {
    .div_texte_central {
        display: inherit;
        width: auto;
    }
}


/* ------------------------------------------------ */


/* Pour module articles */


/* ------------------------------------------------ */

.liste_article {
    margin: 10px;
    /* box-shadow:2px 2px 6px 2px #ddd; */
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    height: 460px;
    vertical-align: top;
}

.article_liste {
    font-size: 15px;
    display: inline-block;
    width: 315px;
    border: 1px solid #eee;
    overflow: hidden;
}

@media all and (max-width: 400px) {
    .article_liste {
        width: 90%;
    }
}

.article_liste_img_cover {
    width: 100%;
    height: 205px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.article_liste_titre a {
    color: #fff;
}

.article_liste_titre .titre_article {
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 0;
    text-align: center;
    position: relative;
    padding-top: 15px;
}

.article_liste_titre .titre_article a {
    color: #fff;
    font-size: 1.35em;
}

.date_article_positran {
    height: 20px;
    width: 100%;
    color: #fff;
}

.article_liste_titre div a {
    text-decoration: none;
}

.article_liste_titre {
    padding: 5px;
}

.titre_article_descript_courte_a:hover {
    color: #eee!important;
}

.article_liste_infos {
    font-size: 11px;
    float: right;
}

.article_liste_infos a {
    color: #fff;
}

.article_liste_infos {
    display: none;
}

.bas_article {
    display: none;
}


/* ------------------------------------------------ */


/*  Pour E-COM */


/* ------------------------------------------------ */

.ui-widget {
    font-size: .8em!important;
}


/*BLOC PRIX              */

.bloc_prix_produit {
    padding: 10px;
    float: right;
    background: #c6c6c6;
    width: 200px;
}

.bloc_prix_produit select {
    font-size: 11px;
    background: #c6c6c6;
    color: #333;
    border: 1px dashed #d6d6d6;
}

.prix_fin_ttc_promo {
    color: red;
    float: left;
    font-style: italic;
}

.prix_fin_ttc_montant_categorie {
    font-size: 14px;
    float: right;
    width: 75px;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    background: #7EAC00;
    color: #fff;
}

.prix_base_montant {
    font-size: 13px;
    text-decoration: line-through;
}

.promo {
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.promo_montant {
    font-weight: bold;
}

.promo_nom {
    color: #46ace0;
}

.prix_fin_ttc_intitule {
    font-size: 16px;
    font-weight: bold;
    height: 22px;
    background: #7EAC00;
    display: none;
}

.prix_fin_ttc_montant_produit {
    color: #000000;
    width: 80px;
    height: 22px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px 2px 2px;
    width: 200px;
}

.prix_fin_ttc span {
    float: left;
}

.prix_fin_ht {
    float: left;
    padding-top: 5px;
    font-size: 10px;
}


/* panier -**/

#bouton_panier .prix_panier {
    color: #82AD3D;
    padding: 0 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    height: 60px;
    line-height: 60px;
    display: inline-block;
    margin-left: 20px;
}

#stage_1_panier input {
    height: auto;
    margin: 6px 3px;
}

.btn_add,
.btn_red {
    color: #333;
    font-weight: bold;
    border: 1px solid #ccc;
    margin: 15px 5px 5px;
    background: url(../images/fd_vert.png);
    float: left;
}

.btn_red {
    background: url(../images/fd_red.png);
    float: right;
    color: #fff;
}

.panier_nom_produit {
    margin-left: 5px;
    height: 38px;
    line-height: 38px;
    color: #000;
}

.panier_nom_produit br {
    display: none;
}

table #panier {
    margin: 10px 0;
    width: 700px;
}

#div_inscription {
    /* background:#eee; */
    display: inline-block;
    float: none;
    font-size: 12px;
    margin: 0 auto;
    width: 100%;
}

.div_element_inscription input {
    margin-left: 5px;
    margin-right: 2px;
}

.div_element_inscription div:first-child {
    line-height: 27px;
    /* margin-top:10px; */
    font-weight: bold;
    /* color:#00B4CF; */
    background: #f6f6f6;
    /* width:90%; */
    padding: 5px;
}

.div_element_inscription:nth-child(12) div:last-child,
.div_element_inscription:nth-child(4) div:last-child {
    padding-top: 10px;
    margin-left: 13px;
}

.div_element_inscription:nth-child(24) {
    text-align: center;
}

.div_element_inscription:nth-child(24) div {
    width: auto;
    float: none;
    display: inline-block;
}

.div_element_inscription div {
    text-align: left;
    /* padding:5px; */
    margin: 0;
}

.div_element_inscription {
    text-align: left;
    padding: 5px;
}

.div_element_inscription:last-child div {
    text-align: center;
    background: none;
    padding: 5px;
}

.div_element_inscription div:last-child {
    width: 50%;
}

.div_element_inscription {
    float: none;
    width: 100%;
}

.div_element_inscription input[type="text"],
.div_element_inscription input[type="password"],
.div_element_inscription select {
    padding: 10px;
    margin: 0px !important;
    width: 100% !important;
    border-bottom: 3px solid #ccc;
    border: none;
    color: #fff;
    border-bottom: 3px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all .2s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all .2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all .2s cubic-bezier(0.4, 0, 0.2, 1);
}


/***********Panier*********************************/

.stagepanier1 {
    width: 609px;
    height: 50px;
    background: URL(../images/stagepanier.png) no-repeat;
}

.stagepanier2 {
    width: 609px;
    height: 50px;
    background: URL(../images/stagepanier.png) no-repeat;
}

.stagepanier3 {
    width: 609px;
    height: 50px;
    background: URL(../images/stagepanier.png) no-repeat;
}

.stagepanier4 {
    width: 609px;
    height: 50px;
    background: URL(../images/stagepanier.png) no-repeat;
}

#stage_panier_ban div {
    float: left;
    width: 150px;
    height: 50px;
    color: #eee;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

#cgv_fancy {
    color: #000;
}

.panier_stage {
    width: 750px;
    display: none;
    /* background:#eee; */
}

#form_panier {
    margin-top: 15px;
}

.panier_prix {
    font-size: 20px;
}

.panier_cel_left {
    margin: 2px;
}

.bas_tab_panier {
    background: #333;
    text-align: right;
    font-size: 26px;
    font-weight: bold;
    color: #eee;
}

input[type=submit].delete_button {
    border: 0;
    padding: 0;
    margin: 0;
    background: URL(../images/deletehover.png) no-repeat!important;
    width: 46px;
    height: 44px!important;
    cursor: pointer;
    box-shadow: 2px 2px 10px #ccc;
    margin-right: 5px;
    margin: 0!important;
}

.save_button {
    border: 0;
    padding: 0;
    margin: 0;
    background: URL(../images/save2hover.png) no-repeat;
    width: 46px;
    height: 44px;
    cursor: pointer;
}

.load_button {
    border: 0;
    padding: 0;
    margin: 0;
    background: URL(../images/loadhover.png) no-repeat;
    width: 46px;
    height: 44px;
    cursor: pointer;
}

.save_button:hover {
    background: URL(../images/save2.png) no-repeat;
}

.load_button:hover {
    background: URL(../images/load.png) no-repeat;
}

.buttonmoins {
    border: 0;
    padding: 0;
    margin: 0;
    background: URL(../images/moins2.png) no-repeat 0 10%;
    height: 18px;
    width: 18px;
    cursor: pointer;
}

.buttonplus {
    border: 0;
    padding: 0;
    margin: 0;
    background: URL(../images/plus2.png) no-repeat 0 10%;
    height: 18px;
    width: 18px;
    cursor: pointer;
}

.quantite_panier_prod {
    text-align: center;
    color: #333!important;
    vertical-align: sub!important;
    background: #fff!important;
}

.button_mon_panier {
    display: block;
    background: URL(../images/commander.png) no-repeat;
    width: 100px;
    height: 25px;
    padding-left: 40px;
    color: #fff;
    line-height: 25px;
    text-align: left;
}

.affich_top_ventes {
    width: 98%;
}


/*FORMULAIRE             */

.bleu_gras,
#panier thead th {
    color: #0069A3;
    font-weight: bold;
}

textarea,
input[type=text] {
    border: 1px dotted #c6c6c6;
    /* background:#f6f6f6; */
    color: #333;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus {
    /* background:#f6f6f6; */
    border: 1px dashed #c6c6c6;
}


/*Phrase choc */

.phrase_choc {
    font-weight: bold;
    color: #444;
}

.title {
    color: #34A8DC;
    font-style: italic;
    height: 28px;
    padding-left: 10px;
    padding-top: 0;
    font-size: 25px;
}

#top_vente_compact {
    width: 630px;
    color: #000000;
    height: 400px;
    margin-left: 35px;
}

.top_vente_menu {
    float: left;
    width: 180px;
    height: 310px;
    background: none;
    border: 2px solid grey;
    border-right: 0;
}

#top_vente_menu_bloc {
    width: 100%;
    height: 62px;
}

#top_vente_menu_bloc a {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    color: #FFFFFF;
    background: url(../images/bloc_top_vente.png);
}

.top_vente_menu_bloc_a {
    float: left;
    width: 10px;
    text-align: center;
    padding: 20px 0;
    line-height: 21px;
    display: none;
}

.top_vente_menu_bloc_b {
    float: left;
    width: 105px;
    text-align: center;
    padding: 10px 0;
    line-height: 18px;
    font-size: 10px;
}

.top_vente_menu_bloc_c {
    float: left;
    width: 60px;
    text-align: center;
    padding: 5px 2px 5px 1px;
    ine-height: 18px;
}

.top_vente_menu_bloc_b span {
    font-size: 18px;
    font-weight: bolder;
}

#top_vente_contenu {
    float: right;
    width: 446px;
    height: 310px;
    background: url(../images/fd_top_ventes.png);
    border: 1px solid #fff;
}

.top_vente_contenu_titre {
    padding: 3px;
    font-weight: bold;
    font-size: 17px;
    color: #880000;
}

.top_vente_contenu_img {
    float: left;
    height: 258px;
    width: 180px;
    padding: 50px 0 0 30px;
}

.top_vente_contenu_desc {
    float: right;
    height: 280px;
    width: 188px;
    padding: 3px;
    text-align: left;
}

.top_vente_contenu_accroche {
    padding: 5px;
    text-align: left;
    font-size: 10px;
}

.top_vente_contenu_prix {
    padding: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
}


/* fiche produit */

.img_panier {
    float: right;
}

.options_pdts {
    font-size: 10px;
}

.options_pdts table {
    border-collapse: collapse;
}

.options_pdts table td {
    padding: 0;
}

.options_pdts select {
    margin: 1px;
    font-size: 10px;
    border: none;
    border-bottom: 1px solid #ccc;
    background: none;
}


/* -====== Fiche Produit =======- */

#fiche_produits {
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
}

#haut_fiche_produits {
    margin-bottom: 5px;
    position: relative;
}


/* Ne pas afficher la seconde loupe sur les fiches produits */

.fiche_prod_left .fancybox {
    display: none;
}

.fiche_prod_left {
    width: 100%;
    padding: 10px;
    float: left;
    text-align: left;
}

.fiche_prod_right {
    width: 100%;
    padding: 10px;
    float: left;
    text-align: center;
}

.desc_pdts {
    text-align: left;
}

.desc_logo {
    float: right;
    padding: 10px;
    margin-top: 2px;
}

.fiche_prod_right_nom {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background: #333;
    padding: 3px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    display: none;
}

.fiche_prod_right_nom a {
    text-decoration: underline;
}

.txt_qte {
    width: 30px;
}


/*Centrage des icons facebook etcs sur fiche produit*/

.addthis_default_style .addthis_separator,
.addthis_default_style .at300b,
.addthis_default_style .at4-icon,
.addthis_default_style .at300bo,
.addthis_default_style .at300m,
.addthis_default_style .at300bs {
    float: none!important;
    display: inline-block;
}

.btn {
    background: #8cc63f;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    margin-top: 10px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all .1s ease 0;
}

.btn:hover {}


/*Fiche produits*/

#fiche_prod_left_galerie {
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
    text-align: center;
}

.fiche_prod_right .addthis_default_style,
#fiche_prod_left_galerie {
    width: 350px;
}

#photo_fiche {
    max-width: 345px;
    max-height: 305px;
}

@media all and (max-width: 1000px) {
    #fiche_prod_left_galerie {
        width: 100%;
        height: auto;
    }
    .fiche_prod_right .addthis_default_style {
        width: auto;
    }
    #photo_fiche {
        width: 95%;
        max-width: 95%;
    }
}

#nom_fiche_produit {
    color: #2c86ba;
    font-size: 1.8em;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 7px;
    text-align: left;
}

#fiche_produit_description {
    text-align: left;
}

.fiche_produit_description_p {
    line-height: 20px;
    color: #2c86ba;
    font-weight: bold;
}


/* .dyn_content_page > p {color:#2c86ba; font-weight:bold;} */


/* Fonctionne pour l'aperçu mais efface aussi les first child de la fiche produit
#haut_fiche_produits > div:first-child {display:none;}
*/


/*
.gallerie > div {
  width:auto!important;
}
*/

.gallerie {
    text-align: center;
}

.gallerie_div {
    margin-right: 15px;
    height: 300px;
    overflow: hidden;
}

@media only screen and (max-width: 1000px) {
    .gallerie_div {
        height: auto;
    }
}

.gallerie_div:after {
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    filter: alpha(opacity=00);
    opacity: 0;
    background-image: url("../images/loupe_grand.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 50% auto;
    bottom: 33%;
    color: #fff;
    content: " ";
    font-family: "Lato", sans-serif;
    font-weight: bold;
    height: 100px;
    left: 50%;
    margin-left: -100px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    white-space: pre;
    width: 200px;
}

.gallerie_div:hover:after {
    filter: alpha(opacity=100);
    opacity: 1;
}

.fiche_prod_left_galerie_list {
    text-align: center;
}

.connect_bloc {
    margin-bottom: 20px;
}

#marque_fiche_produit,
#marque_fiche_produit a,
#marque_fiche_produit a:visited {
    font-size: 12px;
    color: #666;
    display: none;
}

#marque_fiche_produit a:hover {
    font-size: 12px;
    color: #333;
    text-decoration: underline;
}

#declinaisons_fiche_produit,
#reference_fiche_produit,
#quantite_fiche_produit,
#dispo_fiche_produit,
#prix_fiche_produit,
#logo_fiche_produit,
#marque_fiche_produit {
    width: 100%;
    float: left;
    text-align: left;
}

#quantite_fiche_produit {
    display: none;
}

#reference_fiche_produit,
#dispo_fiche_produit,
#logo_fiche_produit {
    width: 100%;
    float: right;
}

#promo_fiche_produit {
    font-size: 16px;
    color: #666;
    text-decoration: line-through;
    line-height: 15px;
    margin-top: 15px;
}

#reference_fiche_produit {
    /* height:43px;*/
}

#dispo_fiche_produit {
    font-size: 12px;
    text-align: right;
}

#dispo_fiche_produit span {
    font-size: 15px;
}

#dispo_fiche_produit a,
#dispo_fiche_produit a:visited {
    font-weight: bold;
    text-decoration: underline;
}

#dispo_fiche_produit a:hover {
    text-decoration: none;
}

#prix_fiche_produit {
    border-radius: 10px;
    clear: both;
    color: #8cc63f;
    display: inline-block;
    float: none;
    font-size: 1.35em;
    font-weight: bold;
    text-align: right;
}

#desc_min_fiche_produit {
    clear: both;
    font-size: .95em;
    color: #333;
    font-weight: normal;
    text-align: left;
}

#desc_fiche_produit,
#caracteristiques_fiche_produit,
#produit_associes_fiche_produit,
#all_declinaison_fiche_produit {
    text-align: left;
    margin-top: 10px;
    line-height: 20px;
}

#caracteristiques_fiche_produit {
    margin: 0;
}

#desc_fiche_produit {
    margin-top: 0;
}

#desc_fiche_produit fieldset,
#caracteristiques_fiche_produit fieldset,
#produit_associes_fiche_produit fieldset,
#all_declinaison_fiche_produit fieldset {
    font-size: .95em;
    color: #333;
    font-weight: normal;
    padding: 0 10px 10px;
    border: 0 solid #ccc;
}

#caracteristiques_fiche_produit fieldset,
#desc_fiche_produit fieldset {
    padding: 0;
}

#desc_fiche_produit legend,
#caracteristiques_fiche_produit legend,
#produit_associes_fiche_produit legend,
#all_declinaison_fiche_produit legend {
    font-size: 18px;
    color: #666;
    font-weight: normal;
}

#all_declinaison_fiche_produit table {
    width: 100%;
}

#all_declinaison_fiche_produit td {
    border-bottom: 1px dotted #cbcbcb;
}

#panier_fiche_produit {
    /* float:right;margin-top:10px;margin-right:15px; */
    text-align: left;
}

#livraison_fiche_produit {
    float: left;
    margin-top: 10px;
    font-size: 10px;
}

#livraison_fiche_produit span {
    font-size: 12px;
    font-weight: bold;
}

.caracteristiques_pdts {
    margin-top: 2px;
}

.link_desc_produit {
    font-weight: bold;
    text-decoration: underline;
}

.link_desc_produit:hover {
    font-weight: bold;
    text-decoration: none;
}

.options_pdts_fiche_pdts {
    font-size: 14px;
    margin-left: -2px;
    white-space: nowrap;
}

.bloc_titre_fiche_prod {
    margin: 0;
    color: #666;
}

.option_add_panier {
    width: 150px;
}


/************/


/**Liste produits div*/

.produits_liste_produits {
    border: 1px solid #eee;
    display: inline-block;
    font-size: 15px;
    width: 250px;
    border-radius: 5px;
    height: 360px;
    margin: 10px;
    overflow: hidden;
    padding: 0;
    min-height: 60px;
    position: relative;
    vertical-align: top;
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
    background: #fff;
    /* opacity:0; */
    /* Pour le Jquery animation fadeIn des produit lors du scroll */
}

@media all and (max-width: 400px) {
    .produits_liste_produits {
        margin-top: 5px;
        margin-bottom: 5px;
        width: 90%;
    }
}

.disponibilite_produit {
    /* position:absolute; */
    left: 36%;
    bottom: 9px;
}

.produits_liste_produits:hover {
    /* background-color:#E4E4E4; */
}


/*
.img_photos_liste_produits .icon-plus {
top: 220px;
bottom:auto;
}
*/

.produits_liste_produits:hover .prix_liste_produits {
    /* background-color:#009DE0; */
}

.produits_liste_produits .nom_produits {
    width: 100%;
    /* margin:5px 0px 5px 0px; */
    text-align: center;
    padding: 10px;
    padding-top: 18px;
    padding-left: 4px;
    font-weight: bold;
    font-size: 1em;
    overflow: hidden;
    height: 40px;
    color: #666;
    text-transform: uppercase;
}


/* Pour les periodes List sous caracteristique*/

.nom_categorie_vignette {
    background: rgba(200, 200, 200, 0.5) none repeat scroll 0 0;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 66%;
    vertical-align: middle;
    width: 100%;
}

.nom_categorie_vignette:hover {
    background: rgba(200, 200, 200, 0.8) none repeat scroll 0 0;
}

.sous_caracteristique_nom_periode {
    display: inline-block;
    margin: 0 auto;
    font-weight: bold;
}

.content {
    overflow: hidden;
    height: 230px;
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

.content li {
    margin: 0 4px;
}

.content li div {
    /* display: block;
	border: 7px solid rgba(255,255,255,.1); */
}

.nom_produits table {
    height: 100%;
    width: 100%;
}

.nom_produits table td {
    vertical-align: middle;
    text-align: center;
    height: 100%;
    width: 100%;
    border: 0;
    color: #000;
    text-transform: uppercase;
    font-size: .9em;
}

.produits_liste_produits .img_photos_liste_produit {
    width: 150px;
    margin: 5px;
    text-align: center;
    height: 90px;
    overflow: hidden;
}

.produits_liste_produits .prix_fin_ttc_montant_categorie {
    background: none;
    width: 150px;
    text-align: center;
    font-size: 20px;
    color: #7D003F;
}

.bloc_liste_produits {
    width: 700px;
    border: none;
}

.tri_liste_produits {
    background: #fff;
    font-weight: bold;
}

.tri_liste_produits a,
.tri_liste_produits a:visited,
.tri_liste_produits a:hover,
.tri_liste_produits a:active,
.tri_liste_produits a:focus {}

.liste_produits {
    padding: 0;
    margin: 0;
    border: none;
}

.button_tri_pdts {
    float: left;
}

.button_tri_pdts_r {
    float: right;
}

.tri_spinner {
    clear: both;
}

.link_pdts {
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, 0.6);
}

.phrase_accroche {
    text-align: left;
    padding: 15px 20px;
    color: #000;
    max-height: 100px;
    overflow: hidden;
    display: none;
}

.apercu_ptds {
    background: URL(../images/apercu.png) no-repeat center;
    width: 235px;
    height: 26px;
    text-align: center;
    position: absolute;
    top: 30%;
    left: -20px;
    display: none;
    padding-left: 5px;
    color: #eee;
    cursor: pointer;
    line-height: 26px;
}

.apercu_ptds:hover {
    background: URL(../images/apercu_over.png) no-repeat center;
    color: #fff;
    cursor: pointer;
    line-height: 26px;
}

.apercu_ptds_hide {
    display: none!important;
}

.img_photos_liste_produits {
    padding: 0;
    margin: 0;
    height: 240px;
    overflow: hidden;
}

.pdts_stock_on {
    background: URL(../images/valid.png) no-repeat left 50%;
    text-align: left;
    padding-left: 20px;
    color: #008800;
    font-size: 12px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.pdts_stock_off {
    background: URL(../images/time_clock.png) no-repeat left 50%;
    text-align: left;
    padding-left: 20px;
    color: red;
    font-size: 12px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.prix_liste_produits {
    border-radius: 10px;
    color: #8cc63f;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
}

.ui-slider-handle {
    height: 16px!important;
    width: 16px!important;
}

.promo_prix_liste_produits {
    margin: 0;
    display: none;
}

#filtre_marque ul {
    max-height: 140px;
    overflow-y: scroll;
}

#filter_box hr {
    margin: 0;
    background: #eee;
    color: #eee;
}

#rank_min,
#rank_max {
    border: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: none;
}

.img_new_pdt {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 10;
}


/******************/


/*Liste categories produits*/

.list_categ_div {
    background: #fff;
    float: left;
    width: 480px;
    margin: 5px;
    height: 135px;
    padding: 5px;
    box-shadow: 1px 1px 5px 1px #ddd;
}

.list_categ_div:hover {
    box-shadow: 1px 1px 5px 1px #aaa;
}

.list_categ_div_img {
    float: left;
    width: 100px;
    height: 125px;
    margin: 0 5px;
    padding: 0;
}

.list_categ_div_img table td {
    height: 125px;
}

.list_categ_div_nom {
    float: left;
    width: 248px;
    height: 125px;
    margin: 0 5px;
    padding: 0;
}

.nom_produits_titre {
    height: 100px;
    font-size: 20px;
    color: #555;
    font-weight: bold;
}


/*********************/

.affich_top_ventes {
    width: 778px;
}

.table_bloc_new_product {
    border: 0;
}

.table_bloc_new_product td {
    border: 0;
}

.table_bloc_new_product span {
    color: red;
    font-size: 12px;
}

#div_bloc_new_product {
    text-align: center;
}

#div_bloc_new_product a:hover {
    text-decoration: underline;
}

#backtotop {
    position: fixed;
    bottom: 35px;
    right: 20px;
    height: 75px;
    width: 75px;
    background: URL(../images/backtotop.png) no-repeat;
    z-index: 999;
    display: none;
}

#backtotop {
    display: none!important;
}


/*Liste produits mini*/

.bloc_liste_produits,
.liste_produits_mini {
    width: 100%;
}

.produits_liste_mini_produits {
    width: 337px;
    padding: 10px;
    margin: 10px 5px;
    height: 86px;
    cursor: pointer;
    background: url(../images/fiche_produit_mini.png) no-repeat;
    box-sizing: content-box;
    display: inline-block;
}

.produits_liste_mini_produits:hover {
    width: 337px;
    padding: 10px;
    margin: 10px 5px;
    height: 86px;
    cursor: pointer;
    background: url(../images/fiche_produit_mini_hover.png) no-repeat;
    display: inline-block;
}

.img_photos_liste_mini_produits {
    width: 80px;
    float: left;
}

.nom_produits_mini {
    float: left;
    width: 230px;
    font-size: 16px;
    padding-left: 10px;
    text-align: left;
    color: red;
}

.pdts_stock_off,
.pdts_stock_on {
    width: 120px;
    /* display:inline-block;*/
    display: none;
}

.bloc_prix_liste_produits_mini {
    float: right;
    width: 100px;
    text-align: right;
    color: #7D003F;
    font-size: 20px;
}


/******************/

.link_avis_fiche_prod {
    padding-left: 70px;
    font-size: 12px;
    line-height: 12px;
    display: block;
    height: 12px;
    overflow: hidden;
    background-image: URL(images/etoiles_pdts.png);
    background-repeat: no-repeat;
}

.link_avis_fiche_prod:hover {
    text-decoration: underline;
}

.star_avis_fiche_prod {
    height: 12px;
    overflow: hidden;
    background-image: URL(../images/etoiles_pdts.png);
    background-repeat: no-repeat;
    width: 65px;
    height: 12px;
}

.tab_avis_client {
    width: 100%;
    border-collapse: collapse;
}

.tab_avis_client td,
.tab_avis_client th {
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

#avis_fiche_produit table td {
    font-size: 10px;
}

.link_no_avis_fiche_prod {
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
}

.link_no_avis_fiche_prod:hover {
    text-decoration: underline;
}

.name_avis {
    font-size: 12px;
    font-style: italic;
}

.table_donne_avis {
    border: 0;
    clear: both;
}

.table_donne_avis textarea {
    border: 1px solid #aaa;
    color: #333;
    font-size: 11px;
}

.table_donne_avis textarea:focus {
    border: 1px solid #666;
    background-color: #f3f3f3;
}

.table_donne_avis table {
    margin-left: 60px;
}

.table_donne_avis table td {
    border: 0;
    padding: 10px;
    vertical-align: top;
}

.textarea_donne_avis {
    background: URL(../images/lesplus.png) no-repeat top left;
    padding: 3px 0 0;
    padding-left: 38px;
    width: 222px;
    height: 30px;
}

.textarea_donne_avis2 {
    background: URL(../images/lesmoins.png) no-repeat top left;
    padding: 3px 0 0;
    padding-left: 38px;
    width: 222px;
    height: 30px;
}

.textarea_donne_avis3 {
    width: 250px;
    height: 100px;
    padding: 5px;
}

.star_prod {
    background: URL(../images/staroff.png) no-repeat;
    float: left;
    display: block;
    height: 12px;
    width: 12px;
    padding: 1px;
    font-size: 0;
}

.on {
    background: URL(../images/staron.png) no-repeat;
}


/* .active{background:URL(images/staron.png) no-repeat;} */

#choice_note {
    float: left;
}

.avis_prod_userinfo {
    clear: both;
}

.avis_prod_userinfo table {
    margin-left: 60px;
}

.avis_prod_userinfo table td {
    border: 0;
    padding: 5px;
    vertical-align: top;
}

.avis_input_info {
    width: 300px;
}

.avis_input_info input[type=text] {
    border: 1px solid #aaa;
    color: #333;
    font-size: 11px;
}

.avis_input_info input[type=text]:focus {
    border: 1px solid #666;
}

.avis_prod_titre_bloc {
    float: left;
    color: #ff6600;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.avis_prod_nom_prod {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.titre_haut_avis_prod {
    margin: 20px;
    font-size: 20px;
}

.bloc_avis_prod {
    border: 1px solid #cbcbcb;
    padding: 12px;
    margin: 20px;
    font-size: 12px;
}

#avis_prod_erreur_star,
#avis_prod_erreur_plus,
#avis_prod_erreur_moins,
#avis_prod_erreur_com,
#avis_prod_erreur_ville,
#avis_prod_erreur_signature {
    padding-left: 10px;
    color: red;
    font-size: 10px;
}

.avis_user_plus {
    background: URL(../images/lesplus2.png) no-repeat center left;
    padding: 3px 0 0;
    padding-left: 30px!important;
}

.avis_user_moins {
    background: URL(../images/lesmoins2.png) no-repeat center left;
    padding: 3px 0 0;
    padding-left: 30px!important;
}


/************/

.affiche_prix_liste_e_commerce {
    /* background-image: url("../images/tarif.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    bottom: 0; */
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 15px;
    font-size: 1.1em;
    /* height: 55px;
    padding-right: 5px;
    padding-top: 22px;
    position: absolute;
    right: 0; */
}

fieldset>legend {
    display: none;
}


/* table commande */

.liste_commandes,
.ligne_panier {
    background: #fff;
    border-radius: 5px;
    width: 90%;
    margin: 5px;
    padding: 5px;
    margin-bottom: 10px;
    text-align: left;
    /* box-shadow:2px 2px 5px 2px #eee; */
    display: inline-block;
    color: #555;
}

.liste_commandes input {
    float: right;
    clear: both;
}

.remarque_client {
    background: #fff;
    border-radius: 5px!important;
    width: 90%;
    margin: 5px;
    padding: 5px;
    margin-bottom: 10px;
    text-align: left;
    box-shadow: 2px 2px 5px 2px #eee;
    display: inline-block;
    color: #555;
}

@media only screen and (max-width: 800px) {
    #stage_1_panier .remarque_client {
        width: 88%!important;
    }
}

.messages_commande {
    border: 0!important;
    background: URL(images/message.png) no-repeat;
    width: 26px;
    height: 26px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    line-height: 26px;
}

.tablemessagecommande {
    border: 0;
    width: 100%;
}

.tablemessagecommande td,
.tablemessagecommande th {
    padding: 5px;
    border: 0;
}

.tablemessagecommande hr {
    border: 1px dotted #ccc;
    background: none;
}

.message_commande {
    padding: 20px;
}

.message_commande_titre {
    font-size: 26px;
    font-weight: bold;
}

.message_commande_content {
    border: 1px solid #ccc;
    margin-top: 40px;
    height: 400px;
    overflow: auto;
    padding: 5px;
}

.message_commande_ligne {
    width: 600px;
}

.message_commande_ecrire {
    width: 735px;
    height: 100px;
    margin-top: 20px;
}

.message_commande_ecrire textarea {
    width: 735px;
    height: 100px;
    margin: 5px 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
}

.message_commande_ecrire_titre {
    font-size: 18px;
}

input[type="text"],
input[type="password"],
textarea {
    box-shadow: 1px 1px 4px #ddd!important;
    box-sizing: content-box;
    width: 89%!important;
    padding: 5px;
    margin: 5px;
    border: 1px solid #e6e6e6!important;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 0!important;
}

input[type="submit"],
.button_jq {
    box-sizing: content-box;
    font-size: 14px;
    border: none!important;
    box-shadow: 1px 1px 4px #ddd!important;
    background: #8cc63f!important;
    padding: 5px;
    margin: 5px;
}

input[type="submit"]:hover,
.button_jq:hover {
    box-shadow: 1px 1px 4px #bbb!important;
}

input[type="submit"] {
    box-sizing: content-box;
}

input[type="text"].champs_recherche {
    margin-left: 15px;
    color: #000;
    height: 26px;
    border: 1px solid #999!important;
    float: left;
    font-style: italic;
    padding: 0 10px;
    width: 320px;
    border: none;
    background: none;
    border-radius: 5px;
    padding: 5px;
    background: #eee;
    box-shadow: 1px 1px 5px 1px #999 inset!important;
    padding: 8px;
    margin: 0!important;
}

.connect_bloc2 {
    width: 100%;
}

.bloc_co_inter {
    width: 45%!important;
    border: 2px solid #ddd!important;
    margin: 5px;
    border-radius: 5px;
    background: #fff!important;
    box-shadow: 1px 1px 4px #ddd!important;
    margin-left: 0px!important;
}

@media only screen and (max-width: 1000px) {
    .bloc_co_inter {
        float: none!important;
        width: 80%!important;
        margin-left: auto!important;
        margin-right: auto!important;
    }
}

.bloc_co_inter_a {
    color: #8cc63f!important;
    border-bottom: 1px solid #ddd!important;
}

.bloc_co_inter_b {
    padding: 3px;
    color: #000;
    font-size: 11px;
    font-weight: normal!important;
    text-align: left;
    padding: 15px;
    line-height: 20px;
}

.bloc_co_inter_b input {
    border: none!important;
}

.lost_pass,
.lost_pass:visited {
    color: blue;
}

.button_jq {
    border: 1px solid #00B4CF;
    font-size: 12px!important;
    font-weight: normal!important;
    padding: 5px!important;
    margin: 5px!important;
    background: #00B4CF!important;
    color: #fff!important;
    border-radius: 0!important;
}

@media all and (max-width: 1000px) {
    /*  liste categories */
    .list_categ_div {
        float: left;
        width: 95%;
        border: 1px solid #1B99C4;
        background: none;
        border-radius: 5px;
        margin: 5px;
        height: 75px;
        padding: 5px;
    }
    .list_categ_div_img {
        display: none;
    }
    .list_categ_div_nom {
        float: left;
        height: 18px;
        margin: 0 5px;
        padding: 0;
    }
    .bloc_gauche {
        float: none;
        width: 98%;
        clear: both;
    }
    .fiche_prod_right,
    .fiche_prod_left {
        width: 95%;
        padding: 5px;
    }
    .nom_produits_titre {
        height: 40px;
    }
    #haut_site {
        background: none;
        padding-top: 4px;
    }
    .ensemble_pied,
    .bloc_pied_contenu,
    .bloc_pied {
        width: inherit;
    }
    .bloc_pied_contenu img {
        display: none;
    }
    .bloc_pied_contenu {
        margin-bottom: 10px;
    }
}


/*--------------------------------------------------*/


/*              Nouvelle fonction Ecom              */


/* ------------------------------------------------ */

.caract_produit_vignette_nom_carac {
    /* Nous n'affichons pas le noms des caracs*/
    display: none;
}

.caract_produit_vignette_valeur {
    width: 75%;
}

.caract_produit_vignette_valeurlibre {
    display: inline;
}

.caract_produit_vignette {
    font-size: .8em;
    line-height: .8em;
    padding-left: 4px;
    text-align: left;
}

.caract_produit_fiche {
    font-size: 1.15em;
    margin-bottom: 7px;
}


/* Div contenant l'image d'apercu de la fonction list produit.*/

.img_photos_liste_produits_bk {
    background-size: contain!important;
    background-repeat: no-repeat!important;
    width: 100%;
    height: 240px;
}

.caracteristiques_pdts {
    height: 40px;
    color: #888;
}

.liste_produits>div>a>.caracteristiques_pdts {
    overflow: hidden;
}

.fiche_prod_left .gallerie {
    background: none;
    margin: 0;
    padding: 0;
    text-align: inherit;
    float: left;
}

input[type="text"].quantite_panier_prod {
    font-size: inherit;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: inherit;
    width: 20px!important;
}

@media all and (max-width: 800px) {
    .btn_mon_compte input,
    .panier_stage {
        width: 90%;
    }
    /*    PANIER      */
    /* 
  .stagepanier1,.stagepanier2,.stagepanier3,.stagepanier4 { background:#ddd; height:40px; }
  #stage_panier_ban div { width:20%; }
  */
}


/* adaptation du moteur de recherche */

@media all and (max-width: 650px) {
    .champs_recherche {
        width: inherit;
    }
    .stagepanier1,
    .stagepanier2,
    .stagepanier3,
    .stagepanier4 {
        display: none;
    }
}

@media all and (max-width: 500px) {
    .div_element_inscription {
        width: 95%;
    }
}

.titre_groupe {
    background: #C5C700;
    color: #fff;
    padding: 5px;
    margin: 5px;
}

.apercu_commande {
    padding-top: 20px;
}

.apercu_commande_top {
    margin-bottom: 20px;
}

.titre_commande {
    font-size: 13px;
    color: #fff;
    margin: 0 10px 20px;
    text-align: center;
    font-weight: bold;
    background: #E62EA0;
    padding: 2px;
}

.titre_section {
    width: 70%;
    border-bottom: 1px solid #0F1B24;
    color: #E62EA0;
    font-weight: bold;
    margin-bottom: 5px;
}

.apercu_commande td,
th {
    padding-right: 20px;
}

.apercu_commande th {
    background: #E62EA0;
    color: #fff;
}

.apercu_commande table {
    border: 1px solid #E62EA0;
    width: 100%;
    margin-bottom: 10px;
}

.apercu_commande td {
    border-top: 1px solid #E62EA0;
}


/* ======================== UI / BOUTONS et ICONES =============================*/


/*
input { border:none;
cursor:pointer;
-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
	background:none;
	color:#666;
	font-size:18px;
	padding:9px 20px;
	vertical-align:top;
	height:50px;
	background:#fff;
	font-weight:bold;
	border-radius:5px;
}
*/


/* ------------------------------------------------ */


/* Pour page contact */


/* ------------------------------------------------ */

.infos_contact {
    width: 250px;
    position: absolute;
    right: 10%;
    top: 30px;
    line-height: 18px;
    text-align: left;
}

.infos_contact a {
    text-decoration: none;
    color: #fff;
}

.bloc_co_inter_b input[type=text],
.bloc_co_inter_b input[type=password],
.form_contact input,
.form_contact textarea {
    padding: 10px;
    margin-bottom: 10px !important;
    width: 100% !important;
    border-bottom: 3px solid #ccc;
    border: none;
    color: #fff;
    border-bottom: 3px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all .2s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all .2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all .2s cubic-bezier(0.4, 0, 0.2, 1);
}

input:focus,
textarea:focus {
    border-bottom: 3px solid #16B3D8;
}

.form_contact input[type="submit"] {
    background: #58585a none repeat scroll 0 0;
    border: 0 none !important;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: auto;
    text-transform: uppercase;
    width: 150px !important;
    margin-bottom: 30px;
}

.form_contact i {
    text-align: left;
    font-size: 12px;
}

.form_contact {
    display: inline-block;
    width: 80%;
    max-width: 500px;
    min-width: 250px;
}

.form_contact table {
    margin: auto;
}


/* ==== PAGE PRODUIT === */

.produits_table {
    vertical-align: top;
}

.produits_table a {
    display: table;
    height: 150px;
    background-size: cover;
    background-position: center center;
    position: relative;
    text-align: left;
    margin: 0;
    padding: 20px;
    width: 100%;
    color: #fff;
}

.produits_table a:hover .bgopacity {
    background: rgba(33, 110, 181, 0.9);
}

.produits_table .txt {
    color: #fff;
    position: relative;
    z-index: 2;
    display: table-cell;
    vertical-align: middle;
}

.produits_table .txt p {
    color: #fff;
}

.produits_list {
    text-align: center;
    padding-bottom: 50px;
}

.produit {
    display: inline-block;
    width: 20%;
    margin: 1% 0 1% 1.6%;
    /*color: #fff;*/
    position: relative;
    vertical-align: top;
}

.produit img {
    max-height: 150px;
    max-width: 150px;
    margin-bottom: 15px;
}

.produit:after {
    position: absolute;
    width: 50px;
    height: 50px;
    color: #fff;
    content: "+";
    display: block;
    line-height: 50px;
    text-align: center;
    background: rgba(33, 110, 181, 0.8);
    left: 50%;
    top: 50px;
    margin-left: -25px;
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.produit:hover::after {
    /* opacity:1; */
}

@media only screen and (max-width:780px) {
    #footer_table .cell {
        width: 100%;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding: 20px;
    }
    .produits_table {
        display: block;
        width: 100%;
    }
    .produit {
        width: 47%;
    }
    #nav_header ul li {
        display: inline-block;
        color: #fff;
        margin: 7px 0px;
    }
}

@media only screen and (max-width: 1000px) {
    .col {
        margin: 1% 0 1% 0%;
    }
    .col_3_of_3,
    .col_2_of_3,
    .col_1_of_3,
    .col_1_of_2,
    .cell {
        width: 100%;
        display: block;
    }
    .col_txt,
    .bloc_texte {
        padding: 20px;
    }
    #home_table {
        height: auto;
    }
    #home_table .cell {
        height: 200px;
        padding-top: 40px;
    }
    .produit img {
        max-height: 100px;
        max-width: 100px;
        margin-bottom: 15px;
    }
    #container_logo {
        background: #fff;
        width: 100%;
        height: 60px;
    }
    #container_logo img {
        height: 40px;
        width: auto;
    }
    #container_logo #logo img {
        height: auto;
        width: 120px;
    }
    #nav_header ul li {
        margin: 2px 0px;
    }
}

@media only screen and (max-width: 380px) {}