/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
body, html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0;
    color: #636363;
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    background: #f6f6f6;
    font-weight: 400;
}
label {
    color: #505050;
    font-weight: bold;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.orange_bold, .orange_bold A {
    color: #F05C29;
    text-decoration: none;
    font-size: 16px;
}
.orange_bold_simple {
    font-weight: bold;
    color: #F05C29;
}
.mot-important {
    color: #F05C29;
    font-size: 1.2em;
}
.green_bold {
    font-size: 1em;
    font-weight: bold;
    padding: 3px;
    color: green;
}
.tbl_white {
    font-size: 14px;
}
.green_bold_simple {
    font-weight: bold;
    color: green;
}
table {
    max-width: 100%;
}
hr {
    color: #ff9900;
    background-color: #ff9900;
    border: 0;
    height: 0;
}
hr.draw {
    color: #ff9900;
    background-color: #ff9900;
    border: 0;
    height: 2px;
}
/* LES INCONTOURNABLES -------------------------------------------------------------- */
#ul, ol, dl { /* Evite les soucis de padding et margin avec ie */
    padding: 0;
    margin: 0;
}
h1, h3, h5, h6 {
    font-size: 1.4em;
    color: #737373;
    background: #FFFFFF;
    /*	margin-top: 0;	*/ /* la suppression de la marge supÃ©rieure rÃ©sout un problÃ¨me oÃ¹ les marges sortent de leur div conteneur. La marge infÃ©rieure restante l'Ã©loignera de tout Ã©lÃ©ment qui suit. */
    /*padding-right: 15px;*/
    /*	padding-left: 0px;*/ /* l'ajout de la marge intÃ©rieure aux cÃ´tÃ©s des Ã©lÃ©ments Ã  l'intÃ©rieur des divs, et non aux divs proprement dit, Ã©vite le recours Ã  des calculs de modÃ¨le de boÃ®te. Une autre mÃ©thode consiste Ã  employer une div imbriquÃ©e avec marge intÃ©rieure latÃ©rale. */
}
H2 {
    font-size: 1.167em;
    font-weight: bold;
}
a img { /* Pas de bordure bleue autour des images avec lien */
    border: none;
}
/* ~~ La dÃ©finition du style des liens de votre site doit respecter cet ordre, y compris le groupe de sÃ©lecteurs qui crÃ©ent l'effet de survol. ~~ */
a:link {
    color: #505050;
    text-decoration: underline; /* Ã  moins que vous ne dÃ©finissiez un style particuliÃ¨rement exclusif pour vos liens, mieux vaut prÃ©voir un soulignement, qui garantit une identification visuelle rapide. */
}
a:visited {
    color: #000;
    text-decoration: underline;
}
a:hover, a:active, a:focus { /* ce groupe de sÃ©lecteurs offrira Ã  un navigateur au clavier la mÃªme expÃ©rience de survol que celle d'une personne employant la souris. */
    text-decoration: none;
}
.button {
    border: 0 solid #c0c0c0;
    background: #ff600b;
    color: #FFF;
    font-weight: normal;
    padding: 5px;
    font-size: 18px;
}
.button:hover {
    border: 0 solid #000;
    background: #ff4500;
    cursor: pointer;
    color: #fff;
}
.button2 {
    font-size: 1.2em;
}
.button3 {
    font-size: 20px;
}
.button_red {
    border-radius: 5%;
    border: none;
    background: #FF0000;
    color: #FFF;
    font-weight: bold;
    padding: 5px;
}
.button_red:hover {
    border-radius: 5%;
    background: #FA7A15;
    cursor: pointer;
    color: #000;
    padding: 5px;
    font-weight: bold;
}
/* MORPHOLOGIE-------------------------------------------------------------------------------------*/
.container {
    max-width: 100%;
    width: 1170px;
    height: 103px;
    margin: 0 auto; /* la valeur automatique sur les cÃ´tÃ©s, associÃ©e Ã  la largeur, permet de centrer la mise en page */
    padding: 0;
    background: none;
    min-width: 720px;
}
.container_account {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #ffffff;
}
#block-carrousel {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    left: 0;
    top: 0;
}
/*carrousel*/
/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100%;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides_tabs {
    list-style: none;
    background: rgba(0, 0, 0, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    font-size: 1.5em;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}
.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
}
.rslides_tabs li:first-child {
    margin-left: 0;
}
.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}
.events {
    list-style: none;
}
.callbacks_container {
    margin-bottom: 2px;
    position: relative;
    float: left;
    width: 100%;
}
.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    list-style: none;
}
.callbacks img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0;
}
.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    text-shadow: none;
    color: #fff;
    left: 20%;
    right: 0;
    top: 40%;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    font-size: 1.5em;
}
.callbacks .caption a {
    background: #fb7300;
    color: #fff;
    padding: 5px 5px;
    margin: 0;
    text-decoration: none;
}
.callbacks .caption a:hover {
    background: red;
    color: #fff;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 50%;
    left: 20px;
    opacity: 1;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 44px;
    width: 45px;
    background: transparent url("img/2016/fleches2.png") no-repeat left top;
    margin-top: -22px;
}
.callbacks_nav:active {
    opacity: 1.0;
}
.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 20px;
}
.acc-cart-button {
    width: 95%;
    max-width: 251px;
    cursor: pointer;
}
.acc-cart-button:hover {
    -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
}
.res-count {
    position: relative;
    left: 45%;
}
.res-price {
    margin: 1% auto 0;
}
#resultats {
    width: 100%;
    display: block;
}
#resultats DIV.produit A, #resultats DIV.produit A:visited {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 15% auto 15%;
    grid-template-columns: 15% auto 15%;
    height: 100px;
    text-decoration: none;
    color: #505050;
}
#resultats DIV.produit A IMG.packaging-img {
    margin: 5px auto;
    height: inherit;
    max-height: 90%;
}
#resultats DIV.produit A DIV.price {
    margin: auto;
}
#block-populaires {
    margin: 10px;
    width: 100%;
    height: 400px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: 50% 50%;
    grid-template-rows: 50% 50%;
}
#block-populaires > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
#block-populaires > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}
#block-populaires > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}
#block-populaires > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}
#block-populaires DIV.produit-pop {
    width: 100%;
    height: 100%;
    position: relative;
}
#block-populaires DIV.produit-pop A {
    text-decoration: none;
    color: #505050;
}
#block-populaires DIV.produit-pop A:visited {
    color: #505050;
}
#block-populaires DIV.produit-pop A IMG.packaging-img {
    float: left;
    margin: 5px;
    vertical-align: middle;
    width: 140px;
}
#block-populaires DIV.produit-pop DIV.produit-desc {
    /*display: -ms-grid;*/
    /*display: grid;*/
    /*-ms-grid-rows: 50% 50%;*/
    /*grid-template-rows: 50% 50%;*/
    /*height: 60%;*/
}
#block-choix-rapide {
    width: 100%;
    height: 130px;
    margin-top: 2px;
    position: relative;
    overflow: hidden;
}
#block-choix-rapide a {
    text-decoration: none;
}
#block-particulier {
    width: 49.9%;
    height: inherit;
    left: 0;
    float: left;
    background: url(img/2016/fond-particulier.jpg) left top no-repeat;
    background-size: 100% 100%;
}
#block-entreprise {
    width: 49.9%;
    height: inherit;
    right: 0;
    float: right;
    background: url(img/2016/fond-entreprise.jpg) left top no-repeat;
    background-size: 100% 100%;
}
#block-particulier:hover,
#block-entreprise:hover {
    background: #ff6700;
}
#block-particulier:hover img,
#block-entreprise:hover img {
    -moz-transform: scale(0.90);
    -webkit-transform: scale(0.90);
    -ms-transform: scale(0.90);
    -o-transform: scale(0.90);
    transform: scale(0.90);
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#block-particulier:hover span,
#block-entreprise:hover span {
    font-size: 1.583em;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#block-particulier span {
    color: #FFF;
    font-size: 1.6em;
    margin: 2% 9% 2% 6%;
    display: block;
    width: 62%;
}
#block-entreprise span {
    color: #FFF;
    font-size: 1.6em;
    padding: 0;
    margin: 6% 35%;
    display: block;
    width: 60%;
    text-align: right;
}
#block-particulier img {
    margin-top: 18px;
    margin-right: 4%;
    float: right;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#block-entreprise img {
    margin-top: 18px;
    margin-left: 3%;
    float: left;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#menu-services {
    height: 250px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33% 34% 33%;
    grid-template-columns: 33% 34% 33%;
    grid-auto-rows: 100%;
}
#menu-services A {
    height: 95%;
    width: 99%;
    margin: auto;
}
#menu-services A DIV.service-m {
    height: 100%;
    width: 100%;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#menu-services A DIV.service-m:hover, #blog:hover {
    -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
            transform: scale(0.98);
}
#menu-services A DIV.service-m IMG {
    height: 100%;
    width: 100%;
    position: absolute;
}
#menu-services A DIV.service-m SPAN.img-title {
    position: absolute;
    color: white;
    height: 24px;
    padding-top: 6px;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #0f0f16;
}
#blog {
    height: 150px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#reassurance {
    height: 175px;
    background-color: #ff6b2f;
    text-align: center;
    width: inherit;
}
#reassurance H1 {
    padding-top: 10px;
    color: antiquewhite;
    background-color: inherit;
    font-weight: normal;
}
#reassurance UL {
    padding: 0px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto auto;
    grid-template-columns: auto auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
#reassurance UL > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
#reassurance UL > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}
#reassurance UL > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
#reassurance UL > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
}
#reassurance UL LI {
    display: inline;
}
#bloc-acces-rapide {
    position: relative;
    width: 100%;
    background: none;
    height: auto;
}
#bloc-acces-rapide-menu {
    height: 40px;
    width: 100%;
    padding: 10px 0px;
}
#bloc-acces-rapide-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    width: 100%;
    color: #000;
}
#bloc-acces-rapide-menu li {
    float: left;
    margin: auto;
    width: 25%;
    background: none;
    padding: 15px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0px solid red;
    margin-top: -6px;
}
#bloc-acces-rapide-menu li a {
    display: block;
    width: 100%;
    color: #5a626d;
    text-decoration: none;
    padding: 0%;
    font-size: 1.2em; /*1.5em*/
    font-weight: bold;
}
#bloc-acces-rapide-menu li a:hover {
    color: #ff4e00;
}
#bloc-acces-rapide-menu ul li ul {
    display: none;
}
#bloc-acces-rapide-menu ul li:hover ul {
    display: block;
}
#bloc-acces-rapide-menu li:hover ul li {
    float: none;
}
.deroule {
    position: absolute;
    width: 25% !important;
    background: #FFF;
    margin-top: 19px !important;
    z-index: 999999999;
}
.deroule li {
    width: 100% !important;
    padding: 5px 0px !important;
    background: #e0e0e0 !important;
    padding-bottom: 7px !important;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 2% !important;
    -webkit-box-shadow: 1px 1px 2px RGBA(0, 0, 0, 0.35);
            box-shadow: 1px 1px 2px RGBA(0, 0, 0, 0.35);
}
.deroule li a {
    width: 100% !important;
    font-weight: 400;
}
.deroule li a:hover {
    color: #2a2a2a !important;
}
.active a {
    color: #ff4900 !important;
}
#bloc-bestof {
    position: relative;
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: #fcfcfc;
}
#bestof-colonne1 {
    position: relative;
    width: 33%;
    height: auto;
    left: 0%;
    top: 0;
    margin: 0;
    float: left;
}
#bestof-colonne2 {
    position: relative;
    width: 33%;
    height: auto;
    left: 0%;
    top: 0;
    margin: 0;
    margin-left: 0.33%;
    float: left;
}
#bestof-colonne3 {
    position: relative;
    width: 33%;
    height: auto;
    left: 0;
    top: 0;
    margin: 0;
    margin-left: 0.33%;
    float: left;
}
.bestof-box {
    position: relative;
    width: 100%;
    height: 250px;
    top: 0;
    left: 0;
    padding: 5% 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0px solid;
    overflow: hidden;
    margin-top: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14);
}
.bestof-box .packaging-img {
    float: left;
    padding-top: 5px;
    vertical-align: middle;
    width: 35%;
    height: auto;
}
.bestof-box h1 {
    color: #505050;
    font-size: 1.417em;
    background: none;
}
.bestof-box p {
    color: #ff6b00;
    font-size: 1.167em;
}
.bestof-box a {
    color: #fff;
    font-size: 1.167em;
    background: #ff600b;
    padding: 5px 10px;
    text-decoration: none;
    position: absolute;
    right: 20px;
    bottom: 45px;
}
.bestof-box a:hover {
    color: #fff;
    background: #ff4500;
}
.satisfait-ou-rembourse {
    margin: 0;
    position: absolute !important;
    left: 0%;
    top: 4%;
    background: none !important;
}
.satisfait-ou-rembourse img {
    width: 15% !important;
    height: auto;
}
.promotion {
    color: green;
    font-size: 1.5em;
    font-weight: bold;
}
#bloc-recap {
    position: relative;
    width: 100%;
    background: none;
    height: auto;
    text-align: center;
}
#bloc-recap-title {
    font-size: 2.33em;
}
#bloc-recap-intro {
    font-size: 1.5em;
}
.bloc-recap-box {
    position: relative;
    width: 47%;
    height: 110px;
    background: none;
    display: block;
    float: left;
    margin: 0.3%;
    text-align: left;
    margin-left: 2%;
    font-size: 1.083em;
}
.bloc-recap-box img {
    width: 140px;
    height: auto;
    float: left;
    margin: 0 auto;
    margin-left: 8%;
    margin-top: 20px;
}
.bloc-recap-box p {
    margin: 0px auto;
}
div#fond_haut {
    /*background-image: url(img/custom_avast/fondhaut.jpg);*/
    background-color: #ffffff;
    min-width: 1000px;
    min-height: 10px;
    float: left;
}
#fond_centre_index {
    /*background: url(img/custom_avast/fondcentre.jpg) left top repeat;*/
    background-color: #ffffff;
    float: left;
    width: 100%;
    padding: 0%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#fond_centre {
    /*background: url(img/custom_avast/fondcentre.jpg) left top repeat;*/
    background-color: #ffffff;
    float: left;
    width: 100%;
    padding: 2% 4%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
div#fond_bas {
    /*background-image: url(img/custom_avast/fondbas.jpg);*/
    background-color: #ffffff;
    min-height: 15px;
    min-width: 1000px;
    color: #FFF;
    vertical-align: bottom;
    float: left;
}
.content {
    float: left;
    width: 100% !important;
    padding-top: 0px;
    padding-bottom: 1%;
}
#content_index {
    float: left;
    width: 100%;
    padding-top: 0px;
}
.footer {
    padding: 0px 0;
    background: #2b3740;
    clear: both;
    color: #ffffff;
    font-size: 1.4em;
    text-align: center;
    width: 100%;
    text-indent: 0px;
}
.footer-grid {
    position: relative;
    float: left;
    width: 100%;
    left: 0%;
}
@media screen and (min-width: 768px) {
	.footer-lists {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 33.33% 33.33% 33.33%;
		grid-template-columns:  33.33% 33.33% 33.33%;
		padding: 40px;
	}
}
.footer .footer-legals {
    padding-bottom: 20px;
    font-size: 0.84em;
}
.footer ul {
    padding: 0;
    font-size: 0.84em;
}
.footer li {
    list-style: none;
    padding: 5px;
}
.footer a:link {
    color: #ffffff;
    text-decoration: none; /* Ã  moins que vous ne dÃ©finissiez un style particuliÃ¨rement exclusif pour vos liens, mieux vaut prÃ©voir un soulignement, qui garantit une identification visuelle rapide. */
}
.footer a:visited {
    color: #ffffff;
    text-decoration: none;
}
.footer a:hover, a:active, a:focus { /* ce groupe de sÃ©lecteurs offrira Ã  un navigateur au clavier la mÃªme expÃ©rience de survol que celle d'une personne employant la souris. */
    text-decoration: none;
}
#footer-right-grid {
    position: absolute;
    /* float: right; */
    /* width: 20%; */
    /* right: 0%; */
    bottom: 210px;
    height: 76px;
    right: 4%;
    /*top: 15%;*/
    z-index: 10;
    background: #2b3740ab;
    border-radius: 100%;
}
#footer-right-grid:hover {
    right: 4%;
    bottom: 220px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#footer-center-grid {
    position: relative;
    width: 100%;
    /*left: 20%;*/
    top: 0px;
    background: none;
    padding-top: 20px;
    display: block;
    font-size: 1em;
    font-style: normal;
    text-decoration: none;
}
#footer-center-left-grid {
    width: 50%;
    height: auto;
    left: 0%;
    top: 0px;
    background: none;
    margin: 0px;
    padding: 15px;
    display: block;
    position: relative;
    clear: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#footer-center-left-grid p,
#footer-center-right-grid p {
    left: 0%;
    top: 0px;
    margin: 0;
    padding: 0;
}
#footer-center-left-grid a {
    text-decoration: none;
    position: relative;
    left: 0px;
    margin: 0;
}
#footer-center-right-grid a {
    text-decoration: none;
    margin-left: 25% !important;
}
#footer-center-left-grid img:hover {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#footer-center-right-grid {
    width: 50%;
    height: auto;
    left: 0;
    top: 0px;
    background: none;
    margin: 0;
    padding: 15px;
    position: relative;
    margin-top: -251px;
    float: right;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
}
#footer-center-right-grid a:hover {
    color: #ff5600;
}
#footer-center-center-grid {
    width: 100%;
    left: 0%;
    top: 0px;
    background: none;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    padding: 0 0 0;
}
/* ELEMENTS ---------------------------------*/
.boite-globale {
    margin: auto;
    margin-top: 0;
    color: #505050;
    font-size: 1.25em;
    padding: 4%;
    padding-top: 1%;
    background: #FFF;
    width: 100%;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
div#titre_gauche_haut {
    margin-left: 20px;
    /*background: url(img/custom_avast/titre_gauche_haut.jpg) left top no-repeat;*/
    /*background: url(img/custom_avast/box_side/graybox-top.png) left top no-repeat;*/
    background: #eeeeee;
    height: 10px;
    color: #000000;
    font-size: 1.167em;
    font-weight: bold;
    padding-left: 10px;
    padding-bottom: 10px;
}
div#boite_gauche_centre {
    margin-left: 20px;
    /*background: url(img/custom_avast/boite_gauche_centre.jpg) left top repeat;*/
    /*background: url(img/custom_avast/box_side/graybox-grad.png) left top repeat-x;*/
    background: #eeeeee;
    height: 100%;
    color: #000;
    font-size: 0.917em;
    padding-left: 10px;
    padding-top: 10px;
}
div#boite_gauche_bas {
    margin-left: 20px;
    /*background: url(img/custom_avast/boite_gauche_bas.jpg) left top no-repeat;*/
    background: #eeeeee;
    height: 10px;
    padding-left: 10px;
}
div#boite_centrale_haut {
    margin-left: 20%;
    padding: 0px;
    height: 50px;
    color: #FFF;
    /*font-size: 14px;*/
    font-weight: bold;
    /*display:float;*/
    /*padding-top: 10px;*/
    display: block;
}
div#boite_centrale_haut H1 {
    font-size: 1.5em;
    color: #A8A8A8;
    margin-left: 0px;
    margin-right: 0px;
    height: 14px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}
.grey {
    font-size: 1.5em;
    color: #A8A8A8;
    font-weight: bold;
    margin-left: 20%;
    padding: 0px;
    position: relative;
}
.taille-texte {
    font-size: 1.2em;
    color: #505050 !important;
    font-weight: normal;
}
div#titre_centrale {
    /* background: #FFFFFF;*/ /* Fond blanc sous le titre */
    margin-left: 20px;
    float: left;
    /*margin-top: 0px;*/
    height: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    /*height:30px;*/
    /*color: #000000;*/
    /*display:float;*/
    font-size: 1.167em;
    font-weight: bold;
}
div#boite_centrale_corps {
    /*background: url(img/custom_avast/boite_centrale_corps.jpg) left top repeat;*/
    /*background: url(img/custom_avast/box/box-bg-middle.png) left top repeat-y;*/
    /*background: #FFFFFF;*/
    margin-left: 0px;
    min-height: 0px;
    color: #000;
    font-size: 0.917em;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
}
#boite_centrale_corps A {
    color: #379bff;
}
#boite_centrale_corps H2 {
    /*color: #F05C29;*/
    font-size: 1.167em;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}
div#boite_centrale_bas {
    /*background: url(img/custom_avast/boite_centrale_bas.jpg) left top no-repeat;*/
    background: url(img/custom_avast/box/box-bg-bottom.png) left top no-repeat;
    margin-left: 10px;
    min-height: 30px;
    color: #000;
    /*padding-left: 10px;*/
}
div#titre_droite_haut {
    background: url(img/custom_avast/titre_droite_haut.jpg) left top no-repeat;
    margin-left: 9px;
    height: 29px;
    color: #FFF;
    padding-left: 10px;
}
div#boite_droite_centre {
    margin-left: 10px;
    background: url(img/custom_avast/boite_droite_centre.jpg) left top repeat;
    height: 100%;
    color: #000;
    padding-left: 5px;
    width: 174px;
}
div#boite_droite_bas {
    margin-left: 10px;
    background: url(img/custom_avast/boite_droite_bas.jpg) left top repeat;
    height: 30px;
    padding-left: 0px;
    width: 179px;
}
/* Style pour les onglets */
#conteneur_onglet {
    /*display:inline-block;*/
    margin: auto;
    width: 82%;
    margin-top: 14px;
}
#conteneur_onglet H2 {
    font-size: 1.4em;
    font-style: italic;
    text-decoration: underline;
}
li.tab {position:relative}
li.tab:after {
	content: "+";
	position: absolute;
	top: 0;
	right: 14px;
    font-size: 22px;
}
li.active.tab::after {
    content: "-";
    font-size: 34px;
    top: -5px;
    right: 14px;
}
#tabs-navigation ul li.contenu_onglet {
    background-color: #FFFFFF;
    border: 1px solid #C5CBCF;
    margin-top: -1px;
    margin-left: 0px;
    padding: 10px;
    display: none;
    font-size: 1.3em;
    color: #757575;
}
.box_big_price {
    /*background-color:#E0E0E0;*/
    /*background-color:#f0f0f0;*/
    /*border:1px solid black;*/
    margin-top: 0px;
    margin-left: 0px;
    padding: 10px;
}
.big_price_orange {
    font-size: 2.5em;
    font-weight: bold;
    color: #F90;
}
.big_price_vert {
    font-size: 3.5em;
    font-weight: bold;
    color: #00a800;
}
.small_price /* pour les prix avec  une promo */
{
    font-size: 1em;
    font-weight: bold;
    color: #F05C29;
}
.small_price_vert /* pour les prix avec  une promo */
{
    font-size: 0.8vw;
    font-weight: bold;
    color: #00a800;
}
.small_price_orange /* pour les prix avec  une promo */
{
    font-size: 0.8vw;
    font-weight: bold;
    color: #F90;
}
.normal_price {
    margin: 20px auto 0;
}
.promo_price {
}
.sup {
    vertical-align: super;
    font-size: 1.167em;
    font-weight: bold;
    color: #00a800;
}
.choice_qte {
    /*background-color:#E0E0E0;*/
    /*border:1px solid black;*/
    margin-top: 0px;
    margin-left: 0px;
    padding: 10px;
    font-size: 1em;
}
/* Style Panda */
#tableDetail .even {
    background-color: #e9ecf1;
}
#tableDetail .odd {
    background-color: #f1f2f6;
}
#tableDetail .trhover, #tableDetail .selected {
    background-color: #c5e1f3;
}
#tableDetail th {
    padding: 2px 2px 0 2px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#tableDetail td {
    padding: 2px;
    cursor: default;
}
.text {
    color: #000;
    font-size: 1em;
}
.left {
    float: left;
    width: 355px;
    padding: 0px;
}
.right {
    float: right;
    /*margin-top:20px;*/
    margin-right: 0px;
    width: 355px;
}
h5 {
    color: #000000;
    margin: 15px 0 8px 0;
    font-size: 1.1em;
    padding: 0px 7px;
    background-image: url(img/custom_avast/picto/cuerpo_h5.gif);
    background-repeat: no-repeat;
    background-position: 0 4px;
}
#boite_centrale_corps ul li {
    margin: 0;
    padding: 0;
    padding-left: 15px;
    list-style-type: none;
    /*background:transparent url(img/custom_avast/picto/00IM_bullet.gif) no-repeat scroll 2px 5px;*/
    background: transparent url(img/custom_avast/picto/cuerpo_h5.gif) no-repeat scroll 2px 5px;
}
.tabText {
    float: right;
    margin-top: 2px;
    width: 260px;
}
.tabNumber {
    height: 55px;
    width: 70px;
    margin-top: 5px;
}
.characteristic {
    overflow: hidden;
}
/*div.anx-externalContent p
	{
	margin:0 0 10px 0;
	font-size:1.1em;
	}*/
/* Style pour le tableau composant inclus/non inclus sur la fiche du produit */
.check_title {
    font-size: 1.2em;
    font-weight: bold;
    color: #000000;
}
.check_ok {
    margin-left: 10px;
    background: url(img/custom_avast/check_ok.png) left top no-repeat;
    height: 20px;
    padding-left: 25px;
    background-position: 0 3px;
    text-align: left;
    /*width:179px;*/
}
.check_nok {
    margin-left: 10px;
    background: url(img/custom_avast/check_nok.png) left top no-repeat;
    height: 20px;
    padding-left: 25px;
    background-position: 0 3px;
    text-align: left;
    /*margin-bottom: 10px;*/
    /*width:179px;*/
}
/*  DEBUT CSS pour table COMPARATIF */
#table-comparative td {
    border-bottom: 2px dotted #E0E0E0;
    padding: 10px 0px;
}
div.hidden-details, div.displayed-details {
    /*background:url(img/custom_avast/roll-mas-menos.gif) top left no-repeat;*/
    background: url(img/custom_avast/picto/cuerpo_h5.gif) left top no-repeat;
    background-position: 0 5px;
    padding-left: 10px;
    padding-bottom: 3px;
}
div.displayed-details {
    background-position: 0px -20px;
}
#table-comparative td.comparative-headline div:hover {
    cursor: pointer;
}
#table-comparative td .comparative-details {
    /*display:none;*/
}
#table-comparative .selectedcolumn {
    border-top: 7px solid;
}
#table-comparative th.av {
    border-color: #56a629;
}
#table-comparative th.nt {
    border-color: #9fc6e3;
}
#table-comparative th.is {
    border-color: #0267ad;
}
#table-comparative th.gp {
    border-color: #bf1134;
}
#table-comparative .av-cell {
    background-color: #56a629;
    border: 2px solid #FFFFFF;
    border-top: none;
}
#table-comparative .nt-cell {
    background-color: #9fc6e3;
    border: 2px solid #FFFFFF;
    border-top: none;
}
#table-comparative .is-cell {
    background-color: #0267ad;
    border: 2px solid #FFFFFF;
    border-top: none;
}
#table-comparative .gp-cell {
    background-color: #bf1134;
    border: 2px solid #FFFFFF;
    border-top: none;
}
#table-comparative .av-cell-off {
    background-color: #457b25;
    border: 2px solid #FFFFFF;
    border-top: none;
}
#table-comparative .nt-cell-off {
    background-color: #7792a7;
    border: 2px solid #FFFFFF;
    border-top: none;
}
#table-comparative .is-cell-off {
    background-color: #085082;
    border: 2px solid #FFFFFF;
    border-top: none;
}
#table-comparative .gp-cell-off {
    background-color: #8d132c;
    border: 2px solid #FFFFFF;
    border-top: none;
}
#table-comparative .boton_expand, #table-comparative .boton_contra {
    color: #FFFFFF;
    cursor: pointer;
    height: 32px;
    display: block;
    font-size: 1em;
    text-decoration: none;
    padding-left: 7px;
    text-align: left;
}
#table-comparative .boton_expand {
    /*background:url(img/custom_avast/boton_expand.gif) left no-repeat;*/
    background: url(img/custom_avast/picto/cuerpo_h5.gif) left no-repeat;
}
#table-comparative .boton_expand div {
    /*background:url(img/custom_avast/boton_expand_right.gif) right no-repeat;*/
    background: url(img/custom_avast/picto/cuerpo_h5.gif) left no-repeat;
    display: block;
    padding-right: 10px;
    padding-top: 5px;
    height: 27px;
}
#table-comparative .boton_contra {
    /*background:url(img/custom_avast/boton_contra.gif) left no-repeat;*/
    background: url(img/custom_avast/picto/cuerpo_h5.gif) left no-repeat;
}
#table-comparative .boton_contra div {
    /*background:url(img/custom_avast/boton_contra_right.gif) right no-repeat;*/
    background: url(img/custom_avast/picto/cuerpo_h5.gif) left no-repeat;
    display: block;
    padding-right: 10px;
    padding-top: 5px;
    height: 27px;
}
/* FIN CSS pour table COMPARATIF */
/* CSS POUR INFOBULLE */
a.tooltip em {
    display: none;
}
a.tooltip:hover {
    border: 0;
    position: relative;
    z-index: 500;
    text-decoration: none;
}
a.tooltip:hover em {
    font-style: normal;
    font-weight: normal;
    text-align: left;
    display: block;
    position: absolute;
    top: 30px;
    left: -150px;
    padding: 5px;
    color: #000;
    border: 1px solid #bbb;
    background: #ffc;
    /*width:300px;*/
}
a.tooltip:hover em span {
    position: absolute;
    top: -7px;
    left: 15px;
    height: 7px;
    width: 11px;
    /*background: transparent url(img/custom_avast/infobulletop00.gif);*/
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
}
/*Code du menu horizontal soulignÃ©*/
#underlinemenu {
    margin: 0;
    padding-right: 30px;
}
#underlinemenu ul {
    margin: 0;
    margin-bottom: 1em;
    padding-left: 0;
    float: right;
    font-weight: bold;
    font-size: 1em;
    width: 100%;
    border: 1px solid #DFDFDF;
    border-width: 1px 0;
}
/*rÃ¨gle pour IE. Supprime la marge extra basse*/
* html #underlinemenu ul {
    margin-bottom: 0;
}
#underlinemenu ul li {
    display: inline;
}
/*Les liens tels que vous voulez qu'ils apparaissent*/
#underlinemenu ul li a {
    float: right;
    color: gray;
    font-weight: bold;
    padding: 2px 13px 4px 13px;
    text-decoration: none;
    /*image de sÃ©paration des rubriques avec son adresse*/
    background: white url(img/custom_avast/picto/menudivide.gif) top right repeat-y;
}
/*Ici, c'est pour le configurer le survol des liens*/
#underlinemenu ul li a:hover {
    color: #F05C29;
    background-color: #F3F3F3;
    border-bottom: 4px solid #F05C29;
    padding-bottom: 0;
}
/* -----------------------------   CSS pour PANIER et LISTING -----------------------------------------------*/
table#panier {
    border: 0px solid #000;
    width: 96%;
    padding: 0;
    margin: 0% 2%;
}
.panier2 {
    background-color: red;
    color: blue;
}
.panier-dessous {
    text-align: right;
    padding-right: 5%;
}
#panier_remise_change_for_avast b {
    font-size: 1.2em;
}
.listing A, #listing A {
    color: #505050;
    text-decoration: none;
}
.listing, #listing {
    /*background-color:#8d132c;*/
    width: 100%;
    color: #505050;
    /*border:1px solid #000;*/
    padding: 0px;
}
.head_panier {
    background-color: #e8e8e8;
    font-size: 1.2em;
    padding: 5px;
    font-weight: bold;
}
.d_none {
    display: none;
}
.none {
    display: none;
    border: 1px solid;
    width: 400px;
    padding: 10px;
    border-radius: 2%;
}
.none.small {
    text-align: left;
    max-width: 229px;
    background-color: #f6f6f6;
    position: relative;
    z-index: 3;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}
.ligne_panier {
    font-size: 1.1em;
    border-top: 1px dotted #EDEDED;
}
.ligne_panier_option {
    font-size: 1em;
    /*border-top : 1px solid #000;*/
}
.ligne_listing {
    font-size: 1em;
    border-top: 1px dotted #C5CBCF;
    width: auto;
    margin: 10% auto;
    padding: 1% 1% 1% 20px;
    min-width: 60px;
}
.ligne_listing_bis {
    font-size: 1em;
    background-color: #f0f0f0;
    border-top: 1px dotted #C5CBCF;
    padding: 1% 1% 1% 20px;
    width: auto;
    margin: 10% auto;
    min-width: 60px;
}
.ligne_listing_over td {
    cursor: pointer;
    background-color: #c6e2ff;
    min-width: 60px;
    width: auto;
    margin: 10% auto;
}
.box_corps_nopad {
    width: 70%;
    margin: auto;
}
table#bloc_total {
    padding: 5px;
    margin-right: 2%;
}
.bloc_lib { /* Libelle bloc total */
    font-size: 1.4em;
    text-align: right;
    width: 310px;
    font-weight: bold;
}
.bloc_price { /* Prix bloc total */
    font-size: 1.4em;
    text-align: right;
    width: 130px;
    font-weight: bold;
}
#console_gestion {
    width: 470px;
    min-height: 150px;
    border: solid 4px #707070;
    z-index: 20;
    position: absolute;
    text-align: left;
    background: #ffffff;
    padding: 5px 20px;
	right: -10000px;
	opacity: 0;
}
#console_off, #console_on {
    display: contents;
    cursor: pointer;
    padding: 2px;
    text-decoration: underline;
}
#console_off:hover, #console_on:hover {color: black;text-decoration:none;font-weight:600}
/*  HEADER */
#menu_account {
    margin: auto;
    width: 100%;
    height: 40px;
    text-align: left;
    position: relative;
}
#menu_account DIV.topmenu {
    position: absolute;
    top: 0px;
    width: 100%;
    /*right: 25px;*/
}
/*  header - orange main menu */
#menu_account DIV.mainmenu {
    background: #ededed;
    height: 40px;
    line-height: 40px;
    font-size: 1.25em;
    /* overflow: hidden; */
}
#menu_account DIV.mainmenu SPAN.tm-shadow {
    position: absolute;
    top: -3px;
    right: 0px;
    display: block;
    height: 3px;
    background: none;
    overflow: hidden;
}
#menu_account DIV.mainmenu SPAN.tm-shadow-bottom {
    position: absolute;
    bottom: -3px;
    right: 0px;
    display: block;
    height: 3px;
    background: none;
    overflow: hidden;
}
#menu_account DIV.mainmenu SPAN.tm-left {
    position: absolute;
    top: -3px;
    left: -12px;
    width: 12px;
    height: 46px;
    background: none;
}
#menu_account DIV.mainmenu DIV.tm-right A {
    position: absolute;
    top: -3px;
    right: 5px;
    /*width: 12px;*/
    height: 46px;
    background: none;
}
#menu_account DIV.mainmenu UL {
    height: 40px;
    margin: 0px;
    padding: 0px;
}
#menu_account DIV.mainmenu UL LI {
    height: 40px;
    line-height: 40px;
    float: left;
    margin: 0px;
    list-style-type: none;
    text-transform: uppercase;
    color: #000;
    border-left: 0px solid #84c1ff;
    border-right: 0px solid #0080ff;
}
#menu_account DIV.mainmenu UL LI.first {
    border-left: none;
}
#menu_account DIV.mainmenu UL LI.last {
    border-right: none;
}
#menu_account DIV.mainmenu UL LI A {
    color: #535353;
    text-decoration: none;
    display: block;
    padding: 0px 15px 0px;
    line-height: 40px;
    font-weight: normal;
}
#menu_account DIV.mainmenu UL LI A:hover, #menu_account DIV.mainmenu UL LI A.menu_account_actif, #menu_account DIV.mainmenu UL LI A.active {
    color: #ef8533;
    background-color: #ebebeb;
}
#menu_account DIV.mainmenu UL LI A.menu_account_inactif {
    color: #c0c0c0;
    /*background-color: #303741;*/
}
.line {
    margin: 10px 5%;
    border-radius: 10px;
    border: 1px solid #23232342;
}
.half-line {
    width: 95%;
    height: 20px;
    border-bottom: 1px solid #23232342;
    text-align: center;
    margin: 20px auto 30px;
}
.titre_orange {
    color: #ff862a;
    font-size: 2em;
    /*padding: 10px;*/
    background-color: #ffffff;
    padding: 0 15px;
    margin: 10px auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.titre_orange_small {
    color: #ff862a;
    background-color: #ffffff;
    font-size: 1.5em;
    margin: 20px auto;
    padding: 0 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.success-background {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.success-popup {
    z-index: 9999;
    position: absolute;
    width: 50%;
    top: 20%;
    left: 25%;
    background-color: #f6f6f6;
    text-align: center;
    padding: 20px;
}
.success-popup A {
    position: absolute;
    width: 3%;
    top: 1%;
    right: 1%;
}
.success-title {
    font-size: 2.5em;
}
.success-text {
    font-size: 1.2em;
}
@media screen and (min-width: 768px) {
	#login {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 47.5% 5% 47.5%;
		grid-template-columns: 47.5% 5% 47.5%;
	}
}
/*  HEADER */
#header {
    margin: 0px auto 0px;
    width: 100%;
    text-align: left;
    position: relative;
}
/*#header .logo {
	position: absolute;
	left: 5%;
	top: 26px;
	width: 196px;
	height: 62px;
	background: url(img/2016/logo-m.png) no-repeat;
	}*/
#header .callback {
    position: absolute;
    right: 0px;
    top: 121px;
    width: 155px;
    height: 55px;
    background: url(img/2016/rappel-gratuit-i.png) no-repeat;
}
#header DIV.searchmenu {
    height: 70px;
    text-align: right;
}
#header DIV.searchmenu A IMG.logo {
    position: absolute;
    left: 5%;
    width: 18%;
    bottom: 45%;
    /*height: 62px;*/
    /*background: url(img/2016/logo-m.png) no-repeat;*/
    z-index: 2;
}
#header DIV.searchmenu DIV.bar {
    position: absolute;
    width: 100%;
    z-index: 1;
    padding-top: 15px;
}
#header DIV.searchmenu DIV.bar FORM.searchbar {
    right: 20%;
    position: relative;
}
#header DIV.searchmenu FORM.searchbar INPUT.search {
    height: 44px;
    width: 45%;
    color: gray;
    font-size: 25px;
}
#header DIV.searchmenu FORM.searchbar BUTTON.but {
    height: 46px;
    width: 46px;
    color: gray;
    font-size: 25px;
}
#header DIV.cart {
    position: relative;
    padding-top: 15px;
    right: 20px;
}
#header DIV.searchmenu A.acc-cart {
    display: inline-block;
    position: relative;
    font-size: 48px;
    color: #ff862a;
    z-index: 2;
}
#header DIV.searchmenu A.acc-cart:visited, #header DIV.searchmenu A.acc-cart:link {
    color: #ff862a;
    position: relative;
    text-decoration: none;
    z-index: 2;
}
#header DIV.topmenu {
    position: absolute;
    top: -6px;
    right: 23%;
}
/*  header - orange main menu */
#header DIV.mainmenu {
    background: url(img/2016/fond-header.png) top center repeat-x;
    height: 64px;
    line-height: 40px;
    padding-top: 12px;
    text-align: center;
}
#header DIV.mainmenu SPAN.tm-shadow {
    position: absolute;
    top: -3px;
    right: 0;
    display: block;
    height: 3px;
    background: transparent url(img/custom_avast/header/topmenu-shadow.png) center top repeat-x;
    overflow: hidden;
}
#header DIV.mainmenu SPAN.tm-shadow-bottom {
    position: absolute;
    bottom: -3px;
    right: 0;
    display: block;
    height: 3px;
    background: transparent url(img/custom_avast/header/topmenu-shadow.png) center bottom repeat-x;
    overflow: hidden;
}
#header DIV.mainmenu SPAN.tm-left {
    position: absolute;
    top: -3px;
    left: -12px;
    width: 12px;
    height: 46px;
    background: none;
}
#header DIV.mainmenu SPAN.tm-right {
    position: absolute;
    top: -3px;
    right: -12px;
    width: 12px;
    height: 46px;
    background: none;
}
#header DIV.mainmenu UL.navbar {
    height: 40px;
    display: inline-block;
    margin: auto;
    padding: 18px;
}
#header DIV.mainmenu UL.navbar LI.dropdown-main-menu {
    height: 40px;
    line-height: 40px;
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    list-style-type: none;
    text-transform: uppercase;
    color: #000;
    font-size: 1.083em;
}
#header DIV.mainmenu UL.navbar LI.dropdown-main-menu UL.dropdown-main-menu-sub {
    position: absolute;
    display: none;
    /*background-color: rgb(232, 232, 232);*/
    background-color: #f6f6f6;
    height: auto;
    width: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    z-index: 999;
    text-transform: none;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}
#header DIV.mainmenu UL.navbar LI.dropdown-main-menu UL.dropdown-main-menu-sub > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
#header DIV.mainmenu UL.navbar LI.dropdown-main-menu UL.dropdown-main-menu-sub > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}
#header DIV.mainmenu UL.navbar LI.dropdown-main-menu UL.dropdown-main-menu-sub > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
#header DIV.mainmenu UL.navbar LI.dropdown-main-menu UL.dropdown-main-menu-sub UL.dropdown-main-menu-sub-cat {
    padding: 20px;
    margin: 0;
}
#header DIV.mainmenu UL.navbar LI.dropdown-main-menu UL.dropdown-main-menu-sub A {
    color: black;
    font-weight: bold;
}
#header DIV.mainmenu UL.navbar LI.dropdown-main-menu UL.dropdown-main-menu-sub A.cate-title {
    padding-top: 6px;
    margin-bottom: -6px;
    color: #ee8329;
    font-size: 1.25em;
}
#header DIV.mainmenu UL.navbar LI.dropdown-main-menu UL.dropdown-main-menu-sub LI {
    display: block;
    padding: 0;
    margin: 0;
}
/*#header DIV.mainmenu UL.navbar LI.dropdown-main-menu UL.dropdown-main-menu-sub UL {
    display: block;
    padding: 0;
    margin: 0;
}*/
#header DIV.mainmenu UL.navbar LI.dropdown-main-menu:hover > UL.dropdown-main-menu-sub {
    display: -ms-grid;
    display: grid;
}
#header DIV.mainmenu UL.navbar LI.first {
    border-left: none;
}
#header DIV.mainmenu UL.navbar LI.last {
    border-right: none;
}
#header DIV.mainmenu UL.navbar LI.dropdown-main-menu A {
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 0px 10px 0px;
    line-height: 40px;
    font-size: 1.1em;
}
#header DIV.mainmenu UL.navbar LI A:hover,
#header DIV.mainmenu UL LI A.active,
#header DIV.mainmenu UL.navbar LI.dropdown-main-menu UL.dropdown-main-menu-sub A:hover,
#header DIV.mainmenu UL.navbar LI.dropdown-main-menu UL.dropdown-main-menu-sub A:active {
    color: #ffa227;
}
input[type=text], input[type=password], select, textarea {
    /*border : 1px solid #B4B4B4;*/
    border: 1px solid #BDBDBD;
    background: #DDD;
    min-height: 23px;
    color: #5a5a5a;
    font-size: 1em;
    padding: 0 3px;
}
input[type=image]:hover {
    -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
}
/*  header - drapeaux submenu  */
#header DIV.submenu {
    height: 30px;
    line-height: 30px;
    position: relative;
    padding-right: 20px;
    width: 52%;
    left: 48%;
}
#header DIV.submenu SPAN.corner {
    position: absolute;
    display: block;
    top: 20px;
    width: 10px;
    height: 10px;
}
#header DIV.submenu SPAN.cl {
    left: 0px;
    background: none;
}
#header DIV.submenu SPAN.cr {
    right: 0px;
    background: none;
}
/*
#header DIV.submenu A.sm-item {
    float: left;
    position: relative;
    left: 10px;
    display: block;
    height: 30px;
    margin: 0px 0px 0px;
    padding: 0px 11px 0px;
    line-height: 30px;
    text-decoration: none;
    color: #fff;
}
#header DIV.submenu A.sm-item SPAN.sm-l {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 10px;
    height: 30px;
}
#header DIV.submenu A.sm-item SPAN.sm-r {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 11px;
    height: 30px;
}
#header DIV.submenu A.sm-item:hover, #header DIV.submenu A.block {
    background: transparent url(img/custom_avast/header/submenu-tab-bg.jpg) top center repeat-x;
    color: #303741;
}
#header DIV.submenu A.sm-item:hover SPAN.sm-l, #header DIV.submenu A.block SPAN.sm-l {
    background: transparent url(img/custom_avast/header/submenu-tab.gif) left top no-repeat;
}
#header DIV.submenu A.sm-item:hover SPAN.sm-r, #header DIV.submenu A.block SPAN.sm-r {
    background: transparent url(img/custom_avast/header/submenu-tab.gif) right top no-repeat;
}
*/
#header DIV.submenu DIV.sm-text-left {
    position: relative;
    left: 5px;
    height: 30px;
    margin: 1px 0 0;
    padding: 0 5px 0;
    line-height: 30px;
    text-decoration: none;
    text-align: left;
    color: #5a626d;
}
#header DIV.sm-text-right {
    position: relative;
    right: 5px;
    height: 30px;
    margin: 0 0 0;
    padding: 0 5px 0;
    line-height: 30px;
    text-decoration: none;
    text-align: right;
    color: #fff;
}
#menu_rapide_depliant_index {
    display: none;
}
#menu_rapide_depliant {
    position: relative;
    top: 30px;
    margin-left: 8px;
    background: #ff6c00;
    color: white;
    padding: 3px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 15px;
    cursor: pointer;
}
#menu_rapide_depliant_ouvert_index {
    display: none;
}
#menu_rapide_depliant_ouvert {
    display: none;
    position: absolute;
    margin-left: 8px;
    color: white;
    padding: 5px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    z-index: 99999999999999;
    height: auto;
    background: #FFF;
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.2);
}
.service-blog {
    width: 100%;
}
.sidebar1 {
    position: relative;
    width: 100%;
}
.sidebar2 {
    display: none;
    float: left;
    width: 200px;
}
.radio {
    margin: 20px;
}
/* TABS */
/*  top navigation  */
#tabs-navigation {
    border-top: 1px solid #C5CBCF;
    font-size: 1.167em;
    cursor: pointer;
    margin-left: 40px;
}
/*
#tabs-navigation DIV.tabnav-shadow  {
	background: transparent url(img/custom_avast/tabs/tabnav-bg.png) center 0px repeat-x;
	height: 4px;
	margin: 0px 10px 0px;
	overflow: hidden;
}
*/
#tabs-navigation DIV.tabnav-container {
    /*background: transparent url(img/custom_avast/tabs/tabnav-bg.png) center bottom repeat-x;*/
    background-color: #ffffff;
    /*height: 36px;*/
    margin: 0 0 0;
    position: relative;
}
#tabs-navigation DIV.tabnav-container SPAN.tabnav-left {
    position: absolute;
    top: -4px;
    left: -13px;
    width: 13px;
    height: 40px;
    /*background: transparent url(img/custom_avast/tabs/tabnav.png) left top no-repeat;*/
}
#tabs-navigation DIV.tabnav-container SPAN.tabnav-right {
    position: absolute;
    top: -4px;
    right: -13px;
    width: 13px;
    height: 40px;
    /*background: transparent url(img/custom_avast/tabs/tabnav.png) right top no-repeat;*/
}
#tabs-navigation UL {
    margin: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    padding-left: 0;
}
#tabs-navigation UL LI {
    line-height: 36px;
    margin: 0;
    list-style-type: none;
    padding-left: 10px;
    border-bottom: 1px solid #C5CBCF;
}
#tabs-navigation UL LI.first {
    border-left: none;
}
#tabs-navigation UL LI.last {
    border-right: none;
}
#tabs-navigation UL LI A {
    /*color: #000;*/
    text-decoration: none;
    display: block;
    padding: 0 10px;
    line-height: 36px;
}
#tabs-navigation UL LI A:hover, #tabs-navigation UL LI A.active {
    color: #fff;
    /*background-color: #303741;*/
    background-color: #656565;
}
ul.tabs-navigation-active, li.tabs-navigation-active, a.tabs-navigation-active {
    color: #fff;
    background-color: #FF9000;
}
.tabs-navigation-active a:hover, a:active, a:focus {
    color: #fff;
    /*background-color: #303741;*/
    cursor: pointer;
}
.tab {
    cursor: pointer;
    padding-left: 10px;
}
/* tab content */
/*
DIV.tab_content {
background-color: #fff;
margin: 0px;
padding: 20px 10px 0px;
}
DIV.tab_content H3 {
font-weight: bold;
margin-bottom: 0px;
}
*/
/*  end  of tabs - bottom corners  */
DIV#tabs-navigation-end {
    background-color: #fff;
    margin: 0 10px 0;
    padding: 0;
    height: 10px;
    position: relative;
}
#tabs-navigation-end SPAN {
    position: absolute;
    display: block;
    top: 0;
    width: 10px;
    height: 10px;
}
#tabs-navigation-end SPAN.tabnav-end-left {
    left: -10px;
    background: transparent url(img/custom_avast/tabs/tabnav-end.png) left top no-repeat;
}
#tabs-navigation-end SPAN.tabnav-end-right {
    right: -10px;
    background: transparent url(img/custom_avast/tabs/tabnav-end.png) right top no-repeat;
}
/*--- Visibility ---*/
/*
.hide{
	display:none;
}
.hidden{
	visibility:hidden;
}
.visible{
	visibility:visible;
}
.block{
	display:block;
}
.inline{
	display:inline;
}
*/
/*--- END Visibility ---*/
/* CSS Document */
.clickable-img {
    cursor: pointer;
}
#col-right {
    min-height: 470px;
}
* html #col-right {
    height: 470px;
}
#col-right H2 {
    border-bottom: 1px solid #ff9900;
    padding-top: 10px;
}
#right-navigation {
    color: #f46f00;
    line-height: 1;
}
#right-navigation UL {
    list-style: none none;
    width: 100%;
    margin: 0;
    padding: 0 0 5px;
}
#right-navigation UL UL {
    padding: 0;
}
#right-navigation UL UL UL {
    padding: 0;
}
#right-navigation UL LI {
    list-style: none none;
    display: none;
    padding: 0;
    margin: 0;
}
#right-navigation UL LI.block {
    display: block;
}
#right-navigation UL LI A {
    display: block;
    margin: 0;
    padding: 4px 0 4px 15px;
    color: #909090;
    font-weight: normal;
    font-size: 1.1em;
    text-decoration: none;
    border-bottom: 0 dotted #C5CBCF;
}
#right-navigation a.last, a.last_potential {
    border-bottom: none;
}
#right-navigation a:hover {
    /*background-color:#ffd37d;*/
    color: #FF3600;
}
#right-navigation LI.active A {
    font-weight: bold;
    /*background-color:#F0F1F2;
    background-color:#b7dbff;
    background-color:#ff972f;*/
}
/* condition for IE7  */
#right-navigation LI.active LI A {
    font-weight: normal;
    background-color: transparent;
}
#right-navigation UL LI A {
    /*text-transform: uppercase;*/
}
#right-navigation UL UL LI A {
    /*padding-left: 45px;*/
    padding-left: 25px;
    text-transform: none;
}
#right-navigation UL UL UL LI A {
    /*padding-left: 65px;*/
    padding-left: 25px;
    text-transform: none;
}
/*
_container H2 {
	color:#50585F;
	margin:0 0 5px 15px;
	font-weight:normal;
	font-size:16px;
}
_container H3 {
	color:#50585F;
	margin:0 0 5px 15px;
	font-weight:bold;
	font-size:12px;
}
_container .reviews_item{
	margin:5px 15px 15px 15px;
	padding:0;
}
*/
/*  for IE6 */
* html #right-navigation ul li {
    height: 15px;
}
/*
DIV#col-right {
	float: right;
	position: relative;
	width: 230px;
	background: transparent url(img/custom_avast/col-right-bg.png) right top no-repeat;
	}*/
/*   STYLE pour les description courte sur fiche details produits  */
DIV#info {
    /*position: absolute;*/
    /*left:210px;*/
    padding-bottom: 0;
    /*width: 410px;*/
    /*min-height: 195px; */
    /*_height: 195px;*/
}
DIV#info H2 {
    font-size: 1.1em;
}
DIV#info UL LI {
    font-weight: bold;
    color: #505050;
}
DIV#info ul.checks_img li {
    font-size: 1.1em;
    font-weight: normal;
}
DIV#info ul.checks_img li {
    font-size: 1em;
    font-weight: normal;
    padding-left: 8%;
    padding-top: 0;
}
ul.checks_img {
    list-style-image: url(img/custom_avast/picto/list-item.jpg);
    margin: 0 0 10px 10px;
    padding: 0;
}
ul.checks_img li {
    margin-top: 5px;
    margin-left: 5px;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 22px;
    /*background-position: left top;*/
    background-repeat: no-repeat;
    list-style: none none;
    /*padding-left:10px;*/
}
/*  ICONS - defines just image, position etc. is defined in table types in common css  */
.antispyware-s {
    background-image: url(img/custom_avast/picto/antispyware-s.png) !important;
}
.antispyware-m {
    background-image: url(img/custom_avast/picto/antispyware-m.png) !important;
}
.bootscan-s {
    background-image: url(img/custom_avast/picto/bootscan-s.png) !important;
}
.bootscan-m {
    background-image: url(img/custom_avast/picto/bootscan-m.png) !important;
}
.coretech-s {
    /*background-image: url(img/custom_avast/picto/coretech-s.png) !important;*/
}
.coretech-m {
    background-image: url(img/custom_avast/picto/coretech-m.png) !important;
}
/*.eye-s {
    background-image: url(img/custom_avast/picto/eye-s.png) !important;
}
.eye-m {
    background-image: url(img/custom_avast/picto/eye-m.png) !important;
}*/
.glass-s {
    background-image: url(img/custom_avast/picto/glass-s.png) !important;
}
.glass-m {
    background-image: url(img/custom_avast/picto/glass-m.png) !important;
}
.hightech-s {
    /*noinspection CssUnknownTarget*/
    background-image: url(img/custom_avast/picto/hightech-s.png) !important;
}
.hightech-m {
    /*noinspection CssUnknownTarget*/
    background-image: url(img/custom_avast/picto/hightech-m.png) !important;
}
.hightechp-s {
    /*noinspection CssUnknownTarget*/
    background-image: url(img/custom_avast/picto/hightechp-s.png) !important;
}
.hightechp-m {
    background-image: url(img/custom_avast/picto/hightechp-m.png) !important;
}
.maxprotect-s {
    background-image: url(img/custom_avast/picto/maxprotect-s.png) !important;
}
.maxprotect-m {
    background-image: url(img/custom_avast/picto/maxprotect-m.png) !important;
}
.maxprotect-l {
    /*noinspection CssUnknownTarget*/
    background-image: url(img/custom_avast/picto/maxprotect-l.png) !important;
}
.nointerupt-s {
    /*noinspection CssUnknownTarget*/
    background-image: url(img/custom_avast/picto/nointerupt-s.png) !important;
}
.nointerupt-m {
    background-image: url(img/custom_avast/picto/nointerupt-m.png) !important;
}
.passmanager-l {
    /*noinspection CssUnknownTarget*/
    background-image: url(img/custom_avast/picto/passmanager-l.png) !important;
}
.passmanager-s {
    /*noinspection CssUnknownTarget*/
    background-image: url(img/custom_avast/picto/passmanager-s.png) !important;
}
.price-s {
    /*noinspection CssUnknownTarget*/
    background-image: url(img/custom_avast/picto/price-s.png) !important;
    color: #0092C5 !important;
}
.price-m {
    /*noinspection CssUnknownTarget*/
    background-image: url(img/custom_avast/picto/price-m.png) !important;
}
.price-l {
    /*noinspection CssUnknownTarget*/
    background-image: url(img/custom_avast/picto/price-l.png) !important;
}
.safeshop-s {
    background-image: url(img/custom_avast/picto/safeshop-s.png) !important;
}
.safeshop-m {
    background-image: url(img/custom_avast/picto/safeshop-m.png) !important;
}
.safeshop-l {
    /*noinspection CssUnknownTarget*/
    background-image: url(img/custom_avast/picto/safeshop-l.png) !important;
}
.safesurf-s {
    background-image: url(img/custom_avast/picto/safesurf-s.png) !important;
}
.safesurf-m {
    background-image: url(img/custom_avast/picto/safesurf-m.png) !important;
}
.safesurf-l {
    /*noinspection CssUnknownTarget*/
    background-image: url(img/custom_avast/picto/safesurf-l.png) !important;
}
.sandbox-s {
    background-image: url(img/custom_avast/picto/sandbox-s.png) !important;
}
.sandbox-m {
    background-image: url(img/custom_avast/picto/sandbox-m.png) !important;
}
.secure-s {
    /*noinspection CssUnknownTarget*/
    background-image: url(img/custom_avast/picto/secure-s.png) !important;
}
.secure-m {
    background-image: url(img/custom_avast/picto/secure-m.png) !important;
}
.secure-l {
    /*noinspection CssUnknownTarget*/
    background-image: url(img/custom_avast/picto/secure-l.png) !important;
}
.server-s {
    /*noinspection CssUnknownTarget*/
    background-image: url(img/custom_avast/picto/server-s.png) !important;
}
.server-m {
    background-image: url(img/custom_avast/picto/server-m.png) !important;
}
.central-s {
    background-image: url(img/custom_avast/picto/central-s.png) !important;
}
.central-m {
    background-image: url(img/custom_avast/picto/central-m.png) !important;
}
.stayproactive-s {
    background-image: url(img/custom_avast/picto/stayproactive-s.png) !important;
}
.stayproactive-m {
    background-image: url(img/custom_avast/picto/stayproactive-m.png) !important;
}
.stayproactive-l {
    /*noinspection CssUnknownTarget*/
    background-image: url(img/custom_avast/picto/stayproactive-l.png) !important;
}
.stopspam-s {
    /*noinspection CssUnknownTarget*/
    background-image: url(img/custom_avast/picto/stopspam-s.png) !important;
}
.stopspam-m {
    background-image: url(img/custom_avast/picto/stopspam-m.png) !important;
}
.stopspam-l {
    /*noinspection CssUnknownTarget*/
    background-image: url(img/custom_avast/picto/stopspam-l.png) !important;
}
.stopzero-s {
    background-image: url(img/custom_avast/picto/stopzero-s.png) !important;
}
.stopzero-m {
    background-image: url(img/custom_avast/picto/stopzero-m.png) !important;
}
.techcompar-m {
    background-image: url(img/custom_avast/picto/techcompar-m.png) !important;
}
.whs-s {
    background-image: url(img/custom_avast/picto/whs-s.png) !important;
}
.whs-m {
    background-image: url(img/custom_avast/picto/whs-m.png) !important;
}
.whs-l {
    /*noinspection CssUnknownTarget*/
    background-image: url(img/custom_avast/picto/whs-l.png) !important;
}
/* FEATURE - tables used in tabs */
/* Feature border and table */
DIV.feature {
    position: relative;
    width: 100%;
}
DIV.feature DIV.feat {
    width: 5px;
    height: 5px;
    overflow: hidden;
    background: transparent url(img/custom_avast/picto/feature.gif) left top no-repeat;
}
DIV.feature DIV.tl {
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: left top;
}
DIV.feature DIV.tr {
    position: absolute;
    right: 0px;
    top: 0px;
    background-position: right top;
}
DIV.feature DIV.bl {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-position: left bottom;
}
DIV.feature DIV.br {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-position: right bottom;
}
DIV.feature TABLE {
    width: 100%;
    border: 5px solid #eaebec;
    background-color: #fff;
}
DIV.feature TABLE TD {
    padding: 5px 10px 5px 60px;
    height: 66px;
    vertical-align: top;
}
/* feature - icons and notes in headings  */
DIV.feature H3 SPAN {
    font-size: 1em;
    padding-left: 15px;
}
DIV.feature table tr.pnames th {
    font-size: 1.167em;
    padding-bottom: 10px;
    background-color: #EAEBEC;
}
DIV.feature table tr.pnames th span {
    font-size: 1em;
    font-weight: normal;
}
DIV.feature table tr.pnames th a {
    color: #303740;
    text-decoration: none;
}
DIV.feature table tr.pnames th a:hover {
    color: #155c75;
}
DIV.feature table tr.even td {
    background-color: white;
}
DIV.feature table tr.odd td {
    background-color: #f1f2f6;
}
DIV.feature table tr.title td {
    font-size: 1.333em;
}
/*  tab table with no icons  */
DIV.feature TABLE.noicon TD {
    padding: 5px 20px 5px;
    height: auto;
    vertical-align: top;
}
DIV.feature TABLE.noicon TD H2 {
    color: #ed8e00;
    padding: 0px 0px 0px 50px;
    margin: 0px;
    background-position: 0px 0px !important;
    background-repeat: no-repeat;
    height: 42px;
    line-height: 42px;
}
DIV.feature TABLE.noicon TD H3 {
    /*margin-left: 0px;*/
    color: #ed8e00;
    padding: 0px 0px 0px 50px;
    margin: 0px;
    background-position: 0px 0px !important;
    background-repeat: no-repeat;
    height: 42px;
    line-height: 42px;
}
DIV.feature TABLE.noicon TD P {
    margin-left: 0px;
}
TABLE TR TD.td-c {
    text-align: center;
}
/*  tab table with medium icons */
DIV.feature TABLE.icon TD H3 {
    margin-left: 0px;
}
DIV.feature TABLE.icon TD {
    background-position: 5px 5px;
    background-repeat: no-repeat;
    text-align: left;
}
.select_devise {
    height: 16px;
    font-size: 0.833em;
    /*font-size: 0.7em;*/
    color: #757575;
}
#price {
    min-height: 50px;
    min-width: 120px;
}
.sidebar-rea {
    width: 15%;
}
.sidebar-rea IMG {
    width: 80%;
    padding: 10px 0;
}
.new-cat-box {
    position: relative;
    width: 70%;
    background: none;
    margin: auto;
    margin-left: 0;
}
.new-cat-produit {
    width: 70%;
    top: 0;
    left: 0;
    padding: 5% 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0px solid;
    overflow: hidden;
    margin-top: 50px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14);
}
.new-cat-texte {
    background: none;
    padding: 3% 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ff6b00;
    font-size: 1.167em;
}
.new-cat-texte h2 {
    color: #505050;
    font-size: 1.417em;
}
.new-cat-img {
    padding: 0% 1%;
}
.new-cat-texte .button {
    position: relative;
    margin-left: 30%;
    margin-top: 10px;
}
.new-cat-boite-box {
    position: relative;
    width: 100%;
    background: #fcfcfc;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
}
.new-cat-boite {
    position: relative;
    cursor: pointer;
    width: 90%;
    height: 200px;
    margin: 1% auto;
    padding: 0;
    background: #FFF;
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
    -ms-grid-columns: 20% 45% 35%;
    grid-template-columns: 20% 45% 35%;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14);
}
.new-cat-boite > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.new-cat-boite > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}
.new-cat-boite > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.new-cat-boite-image {
    width: 80%;
    /*position: absolute;*/
    left: 0;
}
.new-cat-boite-image img {
    width: 100%;
    margin: 10% 15%;
}
.new-cat-boite-texte {
    background: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: black;
    font-size: 1.167em;
    position: absolute;
    text-align: left;
    /* margin-left: 28%;
    width: 72%; */
}
.new-cat-boite-texte {
    float: left;
    padding: 0%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}
.new-cat-boite-texte h2 {
    color: #505050;
    font-size: 1.417em;
    margin: 2% 0;
}
.new-cat-boite-panier {
    width: 100%;
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
}
.new-cat-boite-panier > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.new-cat-boite-panier > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}
#wrapper {
    width: 640px;
    margin: 0 auto;
    padding: 30px 45px;
}
#inline {
    display: none;
    width: 600px;
}
.bloc-annonce-remise {
    cursor: pointer;
    margin: 0 auto 5px;
    width: 80%;
    text-align: center;
    background: #2d862d;
    color: white;
    position: relative;
    padding: 1px 0 10px;
}
.checks {
    margin-left: 180px;
    text-align: left;
}
.checks .check {
    position: absolute;
    left: 180px;
}
.bouton-remise {
    margin: 15px auto 10px;
    width: fit-content;
    padding: 7px 32px;
    cursor: pointer;
    font-size: 1.50em;
    font-weight: 700;
    color: white;
    background-color: orange;
}
.bouton-remise span:hover {zoom: 1.1;}
#popup-remise {
    position: absolute;
    /*height: 250px;*/
    width: 100%;
    background-color: lightgrey;
    bottom: 2px;
    font-size: 1.2em;
    right: -10000px;
    z-index: 19;
}
#popup-remise label {
    cursor: pointer;
}
#popup-remise ul {
    list-style: none;
    line-height: 2em;
    padding: 70px 0 0 60px;
}
#popup-remise ul.devis {
	padding-top: 10px;
}
#popup-remise #prix-encart {
    position: absolute;
    top: 5px;
    right: 5px;
}
#valider-remise {
    text-align: center;
    position: absolute;
    left: 10%;
    bottom: 20px;
    background-color: #2d862d;
    color: white;
    width: 35%;
    padding: 10px 5px;
    display: inline;
    cursor: pointer;
}
#fermer-remise {
    text-align: center;
    position: absolute;
    right: 10%;
    bottom: 20px;
    background-color: orange;
    color: white;
    width: 35%;
    padding: 10px 5px;
    display: inline;
    cursor: pointer;
}
.txt {
    display: inline-block;
    color: #676767;
    width: 420px;
    margin-bottom: 10px;
    border: 1px dotted #ccc;
    padding: 5px 9px;
    font-size: 1em;
    line-height: 1.167em;
}
.txtarea {
    display: block;
    resize: none;
    color: #676767;
    margin-bottom: 10px;
    width: 500px;
    height: 150px;
    border: 1px dotted #ccc;
    padding: 5px 9px;
    font-size: 1em;
    line-height: 1.167em;
}
.txt:focus, .txtarea:focus {
    border-style: solid;
    border-color: #bababa;
    color: #444;
}
input.error, textarea.error {
    border-color: #973d3d;
    border-style: solid;
    background: #f0bebe;
    color: #a35959;
}
input.error:focus, textarea.error:focus {
    border-color: #973d3d;
    color: #a35959;
}
#send {
    color: #dee5f0;
    display: inline;
    cursor: pointer;
    padding: 5px 11px;
    font-size: 1.25em;
    font-weight: bold;
    border: solid 1px #06A406;
    border-radius: 5px;
    background: #08BD08;
    background: -webkit-gradient(linear, left top, left bottom, from(#08BD08), to(#06A406));
    background: -moz-linear-gradient(top, #08BD08, #06A406);
    background: -webkit-linear-gradient(top, #08BD08, #06A406);
    background: -o-linear-gradient(top, #08BD08, #06A406);
    background: -ms-linear-gradient(top, #08BD08, #06A406);
    background: linear-gradient(top, #08BD08, #06A406);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08BD08', endColorstr='#06A406');
}
#send:hover {
    border: solid 1px #000000;
    background: #0D860D;
    background: -webkit-gradient(linear, left top, left bottom, from(#08BD08), to(#0D860D));
    background: -moz-linear-gradient(top, #08BD08, #0D860D);
    background: -webkit-linear-gradient(top, #08BD08, #0D860D);
    background: -o-linear-gradient(top, #08BD08, #0D860D);
    background: -ms-linear-gradient(top, #08BD08, #0D860D);
    background: linear-gradient(top, #08BD08, #0D860D);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08BD08', endColorstr='#0D860D');
}
#send:active {
    background: #0D860D;
    background: -webkit-gradient(linear, left top, left bottom, from(#08BD08), to(#0D860D));
    background: -moz-linear-gradient(top, #08BD08, #0D860D);
    background: -webkit-linear-gradient(top, #08BD08, #0D860D);
    background: -o-linear-gradient(top, #08BD08, #0D860D);
    background: -ms-linear-gradient(top, #08BD08, #0D860D);
    background: linear-gradient(top, #08BD08, #0D860D);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08BD08', endColorstr='#0D860D');
}
#send_origine {
    color: #000000;
    display: inline;
    cursor: pointer;
    padding: 5px 11px;
    font-size: 1.25em;
    border: solid 1px #ffffff;
    border-radius: 5px;
    background: #D2D0CC;
    background: -webkit-gradient(linear, left top, left bottom, from(#D2D0CC), to(#D2D0CC));
    background: -moz-linear-gradient(top, #D2D0CC, #D2D0CC);
    background: -webkit-linear-gradient(top, #D2D0CC, #D2D0CC);
    background: -o-linear-gradient(top, #D2D0CC, #D2D0CC);
    background: -ms-linear-gradient(top, #D2D0CC, #D2D0CC);
    background: linear-gradient(top, #D2D0CC, #D2D0CC);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D2D0CC', endColorstr='#D2D0CC');
}
#send_origine:hover {
    border: solid 1px #000000;
    background: #B3B1AC;
    background: -webkit-gradient(linear, left top, left bottom, from(#D2D0CC), to(#B3B1AC));
    background: -moz-linear-gradient(top, #D2D0CC, #B3B1AC);
    background: -webkit-linear-gradient(top, #D2D0CC, #B3B1AC);
    background: -o-linear-gradient(top, #D2D0CC, #B3B1AC);
    background: -ms-linear-gradient(top, #D2D0CC, #B3B1AC);
    background: linear-gradient(top, #D2D0CC, #B3B1AC);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D2D0CC', endColorstr='#B3B1AC');
}
#send_origine:active {
    /*font-weight : bold;*/
    background: -webkit-gradient(linear, left top, left bottom, from(#D2D0CC), to(#B3B1AC));
    background: -moz-linear-gradient(top, #D2D0CC, #B3B1AC);
    background: -webkit-linear-gradient(top, #D2D0CC, #B3B1AC);
    background: -o-linear-gradient(top, #D2D0CC, #B3B1AC);
    background: -ms-linear-gradient(top, #D2D0CC, #B3B1AC);
    background: linear-gradient(top, #D2D0CC, #B3B1AC);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D2D0CC', endColorstr='#B3B1AC');
}
.big_price_orange_popup {
    font-size: 24px;
    font-weight: bold;
    color: #F05C29;
}
.small_price_orange_popup /* pour les prix avec  une promo */
{
    font-size: 11px;
    font-weight: bold;
    color: #F05C29;
}
.big_price_vert_popup {
    font-size: 24px;
    font-weight: bold;
    color: #00a800;
}
.small_price_vert_popup /* pour les prix avec  une promo */
{
    font-size: 11px;
    font-weight: bold;
    color: #00a800;
}
.title_bloc_popup_A {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    background: #FF9A00;;
}
.title_bloc_popup_B {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    background: #08BD08;;
}
.page-produit1 {
    width: 82%;
    padding: 0% 2%;
    font-size: 1.167em;
    margin: auto auto 2% auto;
    color: #757575;
    position: relative;
}
/*.114
{
}*/
.blue {
    color: blue !important;
}
#page-contact {
    margin: auto;
    margin-top: 0;
    color: #505050;
    font-size: 1.25em;
    padding: 4%;
    padding-top: 1%;
    background: #FFF;
    width: 100%;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#page-contact label {
    color: #505050;
}
#page-contact input {
    padding: 1%;
    font-size: 1em;
}
#page-contact textarea {
    height: 80px;
    width: 300px;
    padding: 1%;
    font-size: 1em;
}
#page-devis {
    margin: auto;
    margin-top: 0%;
    color: #505050;
    font-size: 16px;
    padding: 4%;
    padding-top: 2%;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14);
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#page-devis #boite_centrale_haut {
    margin-left: 0% !important;
}
#page-devis H1 {
    font-size: 1em !important;
    margin-left: 0 !important;
    color: #8D8D8D !important;
}
#page-devis label {
    color: #505050;
}
.page-cgv {
    margin: auto;
}
.page-cgv #boite_centrale_haut {
    margin-left: 0%;
}
.page-cgv #boite_centrale_haut h1 {
    background: none;
    text-align: center;
}
/*
#login_nouveau td {
    width: 60px !important;
}*/
.box_cor {
    width: 70px !important;
}
.orange-button {
    color: #fff;
    font-size: 18px !important;
    background: #ff600b;
    padding: 5px 10px;
    text-decoration: none;
    border: 0px;
    cursor: pointer;
}
.orange-button:hover {
    color: #fff;
    background: #ff4500;
}
.title {
    font-size: 1.2em;
    font-weight: bold;
}
.page-base {
	float:left;
    margin-top: 12px;
    color: #505050;
    font-size: 1.333em;
    padding: 4%;
    /*padding-top: 1%;*/
    background: #FFF;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14);
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.page-base label {
    color: #505050;
}
.page-recall-message {
    margin: auto;
    padding: 1% 3%;
    font-size: 1.25em;
    color: #505050;
    display: block;
}
#page-recall input {
    padding: 3px 3px;
}
#page-recall textarea {
    height: 80px;
    width: 300px;
    padding: 3px 3px;
}
#btnUpsell:hover,
#btnDevis img:hover {
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}
.DivButton {
    font-size: 1.25em;
}
.page-moncompte {
    font-size: 1.25em;
}
.bigger-font {
    font-size: 1.2em;
}
#page-contact {
    margin: auto;
    margin-top: 0;
    color: #505050;
    font-size: 1.25em;
    padding: 4%;
    padding-top: 1%;
    background: #FFF;
    width: 100%;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#contact {
    width: 70%;
    margin: 20px auto;
}
.page-title {
    background-color: #ee8329;
    color: #f6f6f6;
    line-height: 300%;
    min-height: 40px;
    text-align: center;
}
.page-title-big {
    font-size: 1.8em;
}
.page-title-small {
    font-size: 1.2em;
}
#contact TABLE.contact-box {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: center;
    /*display: grid;
    grid-template-columns: 33% 34% 33%;
    grid-template-rows: 50% 50%;*/
}
#contact TABLE.contact-box, #contact TABLE.contact-box TR, #contact TABLE.contact-box TD {
    border: 1px solid rgba(128, 128, 128, 0.26);
}
#contact TABLE.contact-box A.contact-box-elt, #contact TABLE.contact-box A.contact-box-elt:visited, #contact TABLE.contact-box A.contact-box-elt:enabled {
    color: #505050;
    font-size: 1.2em;
    text-decoration: none;
    border: 2px;
    display: block;
    padding: 10px 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#contact TABLE.contact-box A.contact-box-elt:hover {
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
}
#contact TABLE.contact-box A.contact-box-elt I {
    margin: 0 0 10px;
}
#contact DIV.contact-text {
    margin: 20px;
    font-size: 1.2em;
}
#contact LABEL {
    color: #505050;
}
#contact TEXTAREA {
    height: 80%;
    width: 80%;
    padding: 1%;
    font-size: 1em;
}
.ui-menu {
    text-align: left;
    background-color: #f6f6f6;
    font-size: 1.5em;
    color: red;
    list-style: none;
    padding: 0;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}
.center {
    text-align: center;
    margin: auto;
}
.bloc-reassurance {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 50% 50%;
    grid-template-rows: 50% 50%;
    -ms-grid-columns: 33% 34% 33%;
    grid-template-columns: 33% 34% 33%;
    text-align: center;
    height: 350px;
}
.bloc-reassurance > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.bloc-reassurance > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}
.bloc-reassurance > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.bloc-reassurance > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}
.bloc-reassurance > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}
.bloc-reassurance > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
}
.bloc-reassurance IMG {
    height: 50%;
    width: auto;
    padding-bottom: 20px;
}
.rv-rea {
    padding-top: 10px;
}
A.no-deco, A.no-deco:hover, A.no-deco:active, A.no-deco:visited {
    text-decoration: none;
    color: #636363;
}
.box_corps {
    padding: 15px;
}
.form {
    font-size: 1.2em;
    width: 80%;
    margin: auto;
}
.form TD {
    margin: auto;
    width: 300px;
}
.form TD INPUT, .form TD TEXTAREA {
    width: 380px;
}
.form TR#tr_ttc TD, .form TR#tr_ht TD, .form TR#tr_ht_bis TD, .form TR#tr_ht_monde TD, .form TR#tr_franchise TD {
    width: auto;
}
.form TD INPUT[type=radio] {
    width: auto;
}
.form LABEL {
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.head_listing {
    background-color: #e8e8e8;
    color: #5A5A5A;
    /*font-size: Aem;*/
    padding: 1% 1% 1% 20px;
    font-weight: bold;
    margin-top: 0%;
}
.head_listing TD {
    width: auto;
}
.ligne_listing TD, .ligne_listing_bis TD {
    min-width: 60px;
    width: auto;
    margin: 10% auto;
}
.ligne_listing.id_listing, .ligne_listing_bis.id_listing {
    width: 8%;
    min-width: 5%;
    padding: 5px 15px;
    text-align: center;
}
.ligne_listing.date_listing, .ligne_listing.HT_listing, .ligne_listing.TTC_listing, .ligne_listing.exp_listing,
.ligne_listing_bis.date_listing, .ligne_listing_bis.HT_listing, .ligne_listing_bis.TTC_listing, .ligne_listing_bis.exp_listing {
    width: 10%;
    min-width: 10%;
}
.ligne_listing.nb_listing, .ligne_listing_bis.nb_listing {
    width: 12%;
    min-width: 12%;
}
.ligne_listing.detail_listing, .ligne_listing_bis.detail_listing {
    width: 20%;
    min-width: 20%;
    text-align: center;
}
.ligne_listing.statut_listing, .ligne_listing_bis.statut_listing {
    width: auto;
}
.stop-scrolling {
    height: 100%;
    width: 99%;
    overflow: hidden;
}
#notif-popup {
    position: absolute;
    z-index: 990;
    display: none;
    width: 64.1%;
    height: 40px;
    background: black;
}
.page_produit_desc_ico {
    font-size: 15px;
    color: #ff6600;
    display: inline-block;
    max-width: 90px;
    padding-left: 10px;
}
#tags-faq {
    width: 30%;
}
.bouton-orange {
    border: none;
    display: inline;
    margin: 10px 2.5%;
}
.bouton-faq {
    margin-left: 5%;
}
.bouton-faq, .bouton-orange {
    cursor: pointer;
    color: #424242;
    background-color: #ee8329;
    font-size: 1.5em;
    width: 305px;
    padding: 10px;
    border-radius: 3%;
    text-align: center;
}
.bouton-faq:hover, .bouton-orange:hover {
    background-color: #ff8f14;
}
.bouton-faq A, .bouton-faq A:visited, .bouton-faq A:active, .bouton-orange A, .bouton-orange A:visited, .bouton-orange A:active {
    text-decoration: none;
}
.bouton-faq A, .bouton-faq A:visited, .bouton-faq A:active {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
}
.bouton-faq A > *:nth-child(1), .bouton-faq A:visited > *:nth-child(1), .bouton-faq A:active > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.bouton-faq A > *:nth-child(2), .bouton-faq A:visited > *:nth-child(2), .bouton-faq A:active > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}
.bouton-submit, .bouton-submit-small, .bouton-submit-small-black {
    background-color: #ee8329;
    font-size: 18px;
    width: auto;
    padding: 10px 15px;
    margin: 20px auto;
    border-radius: 5%;
    border: none;
    text-align: center;
    cursor: pointer;
}
.bouton-submit{
    min-width: 50%;
    padding: 10px 20px;
}
.bouton-submit:hover, .bouton-submit-small:hover {
    background-color: #ff8f14;
}
.bouton-submit A, .bouton-submit A:visited, .bouton-submit A:active, .bouton-submit-small A, .bouton-submit-small A:active, .bouton-submit-small A:visited {
    color: black;
    text-decoration: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
}
.bouton-submit A > *:nth-child(1), .bouton-submit A:visited > *:nth-child(1), .bouton-submit A:active > *:nth-child(1), .bouton-submit-small A > *:nth-child(1), .bouton-submit-small A:active > *:nth-child(1), .bouton-submit-small A:visited > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.bouton-submit A > *:nth-child(2), .bouton-submit A:visited > *:nth-child(2), .bouton-submit A:active > *:nth-child(2), .bouton-submit-small A > *:nth-child(2), .bouton-submit-small A:active > *:nth-child(2), .bouton-submit-small A:visited > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}
.bouton-submit-small-black {
    background-color: #282727;
    color: antiquewhite;
    margin: 3% auto;
}
.bouton-submit-small-black:hover {
    background-color: #303030;
}
.green-button {
    background-color: #1e8835;
    color: #f6f6f6;
    font-size: 18px;
    width: auto;
    border: none;
    /*border-radius: 5%;*/
    padding: 10px 20px;
}
.green-button:hover {
    -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
}
.text-button {
    border: none;
    background: none;
    font-size: 0.9em;
    cursor: pointer;
    text-align: center;
    /*width: 100%;*/
}
.text-button.multi-cate {
    font-size: 1.1em;
    width: 85%;
}
.text-button:focus {
    outline: 0;
}
.g-recaptcha {
    margin: 10px auto;
    width: 304px;
}
.err-msg {
    color: red;
    font-size: 1.4em;
}
.err-msg-small {
    color: red;
    font-size: 0.8em;
}
@media screen and (max-width: 1150px) {
    /*#header .logo {
        position: absolute;
        left: 1%;
        top: 26px;
        width: 157px;
        height: 50px;
        background: url(img/2016/logo-s.png) no-repeat;
    }*/
    #header .callback {
        position: absolute;
        right: 0px;
        top: 121px;
        width: 105px;
        height: 55px;
        background: url(img/2016/rappel-gratuit-s.png) no-repeat;
    }
    #header DIV.topmenu {
        position: absolute;
        top: -6px;
        right: 7%;
    }
    #header DIV.submenu {
        height: 30px;
        line-height: 30px;
        position: relative;
        padding-right: 20px;
        left: 8%;
    }
    #header DIV.mainmenu UL LI A {
        color: #FFF;
        text-decoration: none;
        display: block;
        padding: 0px 4px 0px;
        line-height: 40px;
        font-size: 1em;
    }
}
@media screen and (max-width: 767px) {
    /*#header .logo {
        position: absolute;
        left: 1%;
        top: 26px;
        width: 126px;
        height: 40px;
        background: url(img/2016/logo-xs.png) no-repeat;
    }
*/
    #header .callback {
        position: absolute;
        right: 0px;
        top: 121px;
        width: 105px;
        height: 55px;
        background: url(img/2016/rappel-gratuit-s.png) no-repeat;
    }
    #header DIV.topmenu {
        position: absolute;
        top: -6px;
        right: -8%;
    }
    #header DIV.mainmenu {
        margin-top: 23px;
    }
    #header DIV.submenu {
        height: 30px;
        line-height: 30px;
        position: relative;
        padding-right: 20px;
        left: -3%;
    }
    #header DIV.mainmenu UL LI A {
        color: #FFF;
        text-decoration: none;
        display: block;
        padding: 0px 4px 0px;
        line-height: 40px;
        font-size: 0.8em;
    }
    #footer-center-grid {
        font-size: 0.9em;
    }
    #footer-center-right-grid a {
        text-decoration: none;
        margin-left: 0% !important;
    }
}
.service-reassurance {
}
.popup-rea-bg {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    z-index: 99
}
.popup-rea {
    position: absolute;
    left: 25%;
    top: 10%;
    width: 50%;
    max-height: 80%;
    background-color: white;
    z-index: 100;
    border-radius: 1%;
    border: double;
    font-size: larger;
    overflow: auto;
}
.hide {display: none;}