@charset "UTF-8";

/* 
    Created on: 18 août 2014, 17:32:00
    Modified:   25/08/14
    Author:     presentinfini.fr
*/
/* 
MENU
0 - Memo couleur
1 - Déclaration pour lt IE9
2 - DEBUT Meyer Reset
3 - Global
4 - Header
5 - Section
6 - Aside
7 - Article
8 - Footer
7 - Responsive
*/
/* 0 - MEMO COULEUR
noir: #333
gris foncé: #444444
gris clair: #999999
vert : #a4cb6b

vert foncé : #DEEACB

vert clair : #DEEACB
vert bleu foncé (Header) : #076E57
vert bleu clair : #4B8E7F
violet : #8F0946
*/

/* 1 - Déclaration pour lt IE9 */
header, nav, section, article, aside, footer{ display: block; }

/* 2 - DEBUT Meyer Reset */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body {
    line-height: 1.25em;
    color: black;
    background: white;
}
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/* FIN Meyer Reset */

/* 3 - GLOBAL */
body{
    font-family: Tahoma, sans-serif;
    margin: 0 auto;
    line-height: 1.5em;
    background: #999999;
}
h1{
    font-size: 140%;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #a4cb6b;
    margin: 10px 0;
}
h2{
    color: #A4CB6B;
    margin: 20px 5px;
    font-size: 150%;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px white;
}
h3{
    color: #A4CB6B;
    margin: 20px 5px;
    font-size: 120%;
    font-weight: bold;
}
h4{
    color: #a4cb6b;
    font-size: 90%;
    font-weight: bold;
    margin: 20px 5px;
    text-align: center;
}
h5{
    font-size: 85%;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 1px #a4cb6b;
    margin: 10px 0;
    text-align: left;
    text-transform: uppercase;
}
p{
    font-size: 100%;
    font-weight: 600;
    color: white;
    text-align: justify;
    margin: 0 15px 15px 15px;
}
a{ text-decoration: none; }
a:link, a:visited{ color: white; }
a:focus, a:hover{ color: #a4cb6b; }
a:active{ color: white; }
strong, b{ font-weight: bold; }
em{ font-style: italic; }
u{ text-decoration: underline; }
.separateur{
    width: 100%;
    height: 3px;
    background-color: #a4cb6b;
}

/* 4 - HEADER */
.header-top {
    width: 100%; 
    height: 80px;
    padding: 10px 0;
    background-color: #444444;
    text-align: left;
}
#header-titre a:link, #header-titre a:visited{ color: white; } 
#header-titre a:focus, #header-titre a:hover{ color: #a4cb6b; }
#header-titre a:active{ color: white; }
#header-logo img{
    float: left;
    display: inline-block;
    vertical-align: top;
    margin: 0 40px 0 50px;
}
.header-top-info{
    width: 1280px;
    margin: 0 auto;
}
nav{
    color: #a4cb6b;
    margin: 10px 0;
}
nav li{
    display: inline-block;
    padding-right: 10px;
}
nav a:link, nav a:visited{ 
    color: #A4CB6B;
    text-shadow: 1px 1px 1px white;
}
nav li a:hover, li a:active, nav a:focus{
    color: white;
    text-shadow: 1px 1px 1px #A4CB6B;
}
#macaron{
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10%;
}
.header-bottom{
    width: 100%;
    height: 110px;
    background-color: white;
    padding: 10px 0;
}
.header-bottom-info{
    width: 1280px;
    margin: 0 auto;
    text-align: center;
}
.header-bottom-info li{
    display: inline-block;
    padding: 0 30px;
}
.header-bottom-info img{
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

/* 5 - Section */
.section-content{
    width: 100%;  
    text-align: center;
}
.section-content-titre h2{
    float: left;
    width: 1px !important;
    font-size: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
}

/* 6 - aside */
aside { width: 100%; }
.aside-top{
    width: 1280px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.aside-top-colonne{
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 420px;
    margin: 0 40px;
    padding-bottom: 15px;
    background-color: #A4CB6B;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.aside-top-colonne h3{ 
    color: #8F0946;
    margin: 20px 0;
    font-size: 120%;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #444444;
}
.aside-top-colonne a:link, .aside-top-colonne a:visited{
    color: white;
    text-shadow: 1px 1px #444444;
} 
.aside-top-colonne a:focus, .aside-top-colonne a:hover{
    color: #444444;
    text-decoration: underline;
    text-shadow: 1px 0px white;
}
.aside-top-colonne a:active{
    color: white;
    text-shadow: 0px 1px #444444;
}
.aside-top-colonne img{
    width: 296px;
    height: 140px;
    border: 2px solid white;
    display: block;
}
.aside-top-colonne img:hover{
    border-top: 0;
    border-left: 2px solid #444444;
    border-bottom: 3px solid #444444;
    border-right: 2px solid #444444;
    text-decoration: none;
}
.aside-top-colonne ul{
    font-size: 75%;
    font-weight: 600;
    color: white;
    text-align: left;
    padding: 5px 15px;
    list-style-position: outside;
}
.aside-top-colonne li{
    background-image: url("../images/puce.png");
    background-repeat: no-repeat;
    background-position: 0 0.5em;
    margin-left: 5px;
    padding-left: 15px;
}
.aside-top-deux-colonnes{
    display: inline-block;
    vertical-align: top;
    width: 45%;
}
.aside-top-deux-colonnes ul{
    padding: 5px 5px 5px 0;
}

/* 7 - article */
article, .section-content h2{
    width: 1280px;
    margin: 0 auto;
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(left,#999999,#333,#333,#333,#333,#333,#999999);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(left,#999999,#333,#333,#333,#333,#333,#999999);
    /* For Fx 3.6 to 15 */
    background: -moz-linear-gradient(left,#999999,#333,#333,#333,#333,#333,#999999);
    /* Standard syntax */
    background: linear-gradient(to right,#999999,#333,#333,#333,#333,#333,#999999);
}
.section-content h2{
    padding-top: 30px;
}
.contenu{
    width: 65%;
    color: white;
    margin: 0 auto;
    padding: 10px 0;
}
.contenu a:link, .contenu a:visited{ color: white; }
.contenu a:hover, .contenu a:active, .contenu a:focus{ 
    color: #a4cb6b;
    text-decoration: underline;
}
.contenu ul{ padding: 10px 50px; }
.contenu li{
    background-image: url("../images/puce.png");
    background-repeat: no-repeat;
    background-position: 0 0.5em;
    padding-left: 15px;
    text-align: justify;
}
.trois-box{
    display: inline-block;
    vertical-align: middle;
}
.box-adresse{
    width: 280px;
    height: 140px;
    margin: 10px;
    padding-top: 15px;
    background-color: #222;
    border-radius: 10px;
    box-shadow: 1px 1px 2px 5px black inset;
}
.box-adresse p{
    margin: 5px;
    text-align: center;
}
.box-adresse a:link, .box-adresse a:visited{ color: #a4cb6b; } 
.box-adresse a:focus, .box-adresse a:hover{ color: #a4cb6b; }
.box-adresse a:active{ color: #a4cb6b; }

/* 8 - Footer */
footer{ width: 100%; }
.logos-sprite-a2p{ 
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 51px;
    height: 24px;
    background: white url("../images/logos-sprite.png") 0 0;
}
.logos{
    width: 1280px;
    height: 55px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}
.logos-arrondi{ position: relative; }
.logos-arrondi li{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}
.logos-arrondi li, .logos-arrondi a{
    width: 110px;
    height: 55px;
    display: block;
    margin: 0 auto;
}
.logos-sprite-bricard{
    left: 100px;
    background: url("../images/logos-sprite.png") -10px -74px;
}
.logos-sprite-dom{
    left: 215px;
    background: url("../images/logos-sprite.png") -15px -174px;
}
.logos-sprite-fichet{
    left: 330px;
    background: url("../images/logos-sprite.png") -15px -274px;
}
.logos-sprite-keso{ 
    left: 445px;
    background: url("../images/logos-sprite.png") -15px -374px;
}
.logos-sprite-mottura{
    left: 560px;
    background: url("../images/logos-sprite.png") -15px -474px;
}
.logos-sprite-muel{
    left: 675px;
    background: url("../images/logos-sprite.png") -15px -574px;
}
.logos-sprite-multlock{
    left: 790px;
    background: url("../images/logos-sprite.png") -18px -674px;
}
.logos-sprite-picard{
    left: 905px;
    background: url("../images/logos-sprite.png") -15px -770px;
}
.logos-sprite-tesa{
    left: 1020px;
    background: url("../images/logos-sprite.png") -15px -872px;
}
.logos-sprite-vachette{ background: url("../images/logos-sprite.png") 0 -974px; }
.logos-sprite-vak{ background: url("../images/logos-sprite.png") 0 -1074px;}
.logos-sprite-bricard,
.logos-sprite-dom,
.logos-sprite-fichet,
.logos-sprite-keso,
.logos-sprite-mottura,
.logos-sprite-muel,
.logos-sprite-multlock,
.logos-sprite-picard,
.logos-sprite-tesa,
.logos-sprite-vachette,
.logos-sprite-vak{
    border: 1px solid black;
    background-color: white;
    border-radius: 5px;
    background-repeat: no-repeat;
} 
.logos-sprite-bricard:hover,
.logos-sprite-dom:hover,
.logos-sprite-fichet:hover,
.logos-sprite-keso:hover,
.logos-sprite-mottura:hover,
.logos-sprite-muel:hover,
.logos-sprite-multlock:hover,
.logos-sprite-picard:hover,
.logos-sprite-tesa:hover,
.logos-sprite-vachette:hover,
.logos-sprite-vak:hover{
    border: 2px solid #a4cb6b;
}
.footer-bas{
    width: 100%;
    background-color: #444444;
    color: white;
}
.footer-bas-fond{ 
    width: 1280px;
    margin: 0 auto;
}
.footer-bas-infos{
    color: white;
    margin: 0 auto;
    text-align: center;
}
.footer-bas-infos a:link, .footer-bas-infos a:visited{ color: white; font-weight: 600; } 
.footer-bas-infos a:focus, .footer-bas-infos a:hover{ color: #A4CB6B; font-weight: 600; }
.footer-bas-infos a:active{ color: white; font-weight: 600; }
.footer-bas-infos li{
    background-image: url("../images/puce.png");
    background-repeat: no-repeat;
    background-position: 0 0.5em;
    font-size: 80%;
    margin: 0 0 5px 10px;
    padding-left: 15px;
    text-align: left;
}
.footer-bas-trois-colonnes{
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 20px;
}
.footer-bas-trois-colonnes p{
    color: white;
    font-size: 75%;
    text-align: left;
    margin: 0 10px 10px 10px;
}
.footer-bas-trois-colonnes img{
    float: left;
    margin: 0 10px;
}
.footer-bas-separateur{
    display: inline-block;
    vertical-align: top;
    background-image: url("../images/separateur.png");
    background-repeat: no-repeat;
    width: 79px;
    height: 250px;
}
p.copyright{
    font-size: 60%;
    margin: 0 10px 0px 10px;
}

/* 7 - Responsive */
@media all and (max-width: 1179px){
    .header-top-info{ width: 1024px; }
    #macaron{
        top: 10px;
        right: 11%;
    }
    .header-bottom-info{ width: 1024px; }
    .aside-top{ width: 1024px; }
    .aside-top-colonne{ margin: 0 5px;}
    article, .section-content h2{ width: 1024px; }
    .logos{ width: 1024px; }
    .logos-sprite-bricard{ left: 0px; }
    .logos-sprite-dom{ left: 113px; }
    .logos-sprite-fichet{ left: 226px; }
    .logos-sprite-keso{ left: 339px; }
    .logos-sprite-mottura{ left: 452px; }
    .logos-sprite-muel{ left: 565px; }
    .logos-sprite-multlock{ left: 678px; }
    .logos-sprite-picard{ left: 791px; }
    .logos-sprite-tesa{ left: 904px; }
    .footer-bas-fond{ width: 1024px; }
    .footer-bas-trois-colonnes{ padding: 5px; }
}

@media all and (max-width: 1023px){
    .header-top-info{ width: 768px;}
    #header-logo img{ margin: 0 10px 0 5px; }
    #macaron{ right: 0; }
    .header-bottom{ height: 110px; }
    .header-bottom-info{ width: 768px; }
    .header-bottom-info li{ padding: 0 5px; }
    .aside-top{ width: 768px; }
    .aside-top-colonne{
        width: 240px;
        height: 440px
    }
    .aside-top-colonne h3{ font-size: 100%; }
    .aside-top-colonne img{ width: 236px; }
    .aside-top-colonne li{ margin-left: 5px; }
    article, .section-content h2{ width: 768px; }
    .contenu{ width: 100%; }
    .logos{
        width: 768px;
        height: 200px;
        margin: 0 auto;
    }
    li.logos-sprite-bricard{
        top: 0px;
        left: 214px;
    }
    li.logos-sprite-dom{
        top: 0px;
        left: 329px;
    }
    li.logos-sprite-fichet{
        top: 0px;
        left: 444px;
    }
    li.logos-sprite-keso{
        top: 60px;
        left: 214px;
    }
    li.logos-sprite-mottura{
        top: 60px;
        left: 329px;
    }
    li.logos-sprite-muel{
        top: 60px;
        left: 444px;
    }
    li.logos-sprite-multlock{
        top: 120px;
        left: 214px;
    }
    li.logos-sprite-picard{
        top: 120px;
        left: 329px;
    }
    li.logos-sprite-tesa{
        top: 120px;
        left: 444px;
    }
    .footer-bas-fond{ width: 768px; }
    .footer-bas-trois-colonnes{ padding: 0px; }
}

@media all and (max-width: 767px){
    h1{ font-size: 120%; }
    .header-top { height: 100px; }
    .header-top-info{ width: 600px; }
    #header-logo img{ margin: 0 10px 20px 0; }
    #macaron{ top: 50px; }
    nav li{
        padding-right: 12px;
        padding-bottom: 5px;
    }
    .header-bottom{ height: 120px; }
    .header-bottom-info{ width: 600px; }
    .header-bottom-info li{ width: 20% }
    .aside-top{ width: 600px; }
    .aside-top-colonne{
        width: 194px;
        height: 440px;
        margin: 0 1px;
    }
    .aside-top-colonne h3{ font-size: 80%; }
    .aside-top-colonne img{ width: 190px; }
    .aside-top-colonne ul{
        font-size: 65%;
        padding: 5px 5px 0 10px;
    }
    .aside-top-colonne li{ margin-left: 0; }
    .aside-top-deux-colonnes ul{ padding: 5px 3px 5px 0; }
    article, .section-content h2{ width: 600px; }
    .contenu{ width: 100%; }
    .box-adresse{ width: 250px; }
    .logos{ width: 600px; }
    li.logos-sprite-bricard{
        top: 0px;
        left: 130px;
    }
    li.logos-sprite-dom{
        top: 0px;
        left: 245px;
    }
    li.logos-sprite-fichet{
        top: 0px;
        left: 360px;
    }
    li.logos-sprite-keso{
        top: 60px;
        left: 130px;
    }
    li.logos-sprite-mottura{
        top: 60px;
        left: 245px;
    }
    li.logos-sprite-muel{
        top: 60px;
        left: 360px;
    }
    li.logos-sprite-multlock{
        top: 120px;
        left: 130px;
    }
    li.logos-sprite-picard{
        top: 120px;
        left: 245px;
    }
    li.logos-sprite-tesa{
        top: 120px;
        left: 360px;
    }
    .footer-bas-fond{ width: 600px; }
    .footer-bas-trois-colonnes{
        display: block;
        width: 90%;
        margin: 0 auto;
        padding-top: 10px;
        text-align: center;
    }
    .footer-bas-separateur{ display: none; }
    p.copyright{ text-align: center; }
}

@media all and (max-width: 599px){
    h1{
        font-size: 88%;
        padding-top: 22px;
    }
    .header-top { height: 150px; }
    .header-top-info{ width: 480px; }
    #header-logo img{ margin: 0 20px 0px 20px; }
    nav{
        clear: both;
        width: 90%;
    }
    nav li{ padding: 0 0 10px 20px; }
    #macaron{ top: 100px; }
    .header-bottom{ height: 340px; }
    .header-bottom-info{ width: 480px; }
    .header-bottom-info li{
        width: 40%;
        padding: 5px 10px;
    }
    .aside-top{ width: 480px; }
    .aside-top-colonne{
        width: 450px;
        height: 340px;
        margin: 0 1px 20px;
        border-radius: 20px;
    }
    .aside-top-colonne h3{ font-size: 130%; }
    .aside-top-colonne img{
        width: 446px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .aside-top-colonne ul{ font-size: 75%; }
    .aside-top-colonne li{ margin-left: 10px; }
    article, .section-content h2{ width: 480px; }
    .contenu{ width: 100%; }
    .trois-box{ display: block; }
    .box-adresse{
        width: 80%;
        margin: 10px auto;
    }
    .logos{ width: 480px; }
    li.logos-sprite-bricard{
        top: 0px;
        left: 70px;
    }
    li.logos-sprite-dom{
        top: 0px;
        left: 185px;
    }
    li.logos-sprite-fichet{
        top: 0px;
        left: 300px;
    }
    li.logos-sprite-keso{
        top: 60px;
        left: 70px;
    }
    li.logos-sprite-mottura{
        top: 60px;
        left: 185px;
    }
    li.logos-sprite-muel{
        top: 60px;
        left: 300px;
    }
    li.logos-sprite-multlock{
        top: 120px;
        left: 70px;
    }
    li.logos-sprite-picard{
        top: 120px;
        left: 185px;
    }
    li.logos-sprite-tesa{
        top: 120px;
        left: 300px;
    }
    .footer-bas-fond{ width: 480px; }
}

@media all and (max-width: 479px){
    h1{
        font-size: 100%;
        text-align: center;
        padding-top: 0;
    }
    .header-top { height: 180px; }
    .header-top-info{ width: 320px; }
    #header-titre{
        clear: both;
        display: block;
        margin: 0 auto;
        padding-top: 10px;
    }
    nav{
        width: auto;
        margin: 0 auto;
        text-align: center;
    }
    nav li{ padding: 0 5px 10px 0; }
    #macaron{ top: 5px; }
    .header-bottom{ height: 710px; }
    .header-bottom-info{ width: 320px; }
    .header-bottom-info li{ width: 70%; }
    .aside-top{ width: 320px; }
    .aside-top-colonne{
        width: 290px;
        height: 400px;
    }
    .aside-top-colonne h3{ font-size: 110%; }
    .aside-top-colonne img{ width: 286px; }
    article, .section-content h2{ width: 320px; }
    .contenu ul{ padding: 10px 30px 10px 20px;}
    .logos{
        width: 320px;
        height: 315px;
    }
    li.logos-sprite-bricard{
        top: 0px;
        left: 105px;
    }
    li.logos-sprite-dom{
        top: 60px;
        left: 45px;
    }
    li.logos-sprite-fichet{
        top: 60px;
        left: 160px;
    }
    li.logos-sprite-keso{
        top: 120px;
        left: 45px;
    }
    li.logos-sprite-mottura{
        top: 120px;
        left: 160px;
    }
    li.logos-sprite-muel{
        top: 180px;
        left: 45px;
    }
    li.logos-sprite-multlock{
        top: 180px;
        left: 160px;
    }
    li.logos-sprite-picard{
        top: 240px;
        left: 45px;
    }
    li.logos-sprite-tesa{
        top: 240px;
        left: 160px;
    }
    .footer-bas-fond{ width: 320px; }
}
