/*
Theme Name: Grain de Sable
Theme URI: http://www.pushthebrand.com
Description: Theme for Grain de Sable Institut
Author: Lionel Scholtes, Vincent Jeunejean, Mathias Briquemont (PUSH THE BRAND)
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img {
    border: none;
}

.meta {
    font-family: Georgia, serif;
    font-size: 11px;
    color: #ab8967;
    padding: 10px 0 30px 5px;

}

.meta span a {
    color: #ab8967;
    float: right;
    padding-right: 5px;
}

/* =Layout
-------------------------------------------------------------- */

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, input, textarea, fieldset, blockquote {
    margin: 0; padding: 0; border: 0;
}

body {
    background: #f5e7c3 url(images/background-repeat.jpg) repeat-x;
    font: 16px/24px "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Sans-Serif;
    color: #572f08;
}

p {margin-bottom: 15px}

a {
    color: #f5e7c3;
}

a:hover {
    border-bottom: 0px;
    text-decoration: none;
}

h1 {
    font-family: Georgia, serif;
    font-size: 24px;
    color: #ab8967;
    font-style: italic;
}

h2 {
    font-family: Georgia, serif;
    font-size: 20px;
    color: #ab8967;
    font-weight: normal;
    padding-bottom: 14px;
    background: transparent url(images/souligne.png) repeat-x bottom left;
    margin: 30px 0 10px 0;
    line-height: 23px;
    font-style: italic;

}

h3 {
    font-family: Georgia, serif;
    font-size: 18px;
    /* color: #ab8967; */
    color: #990000;
    font-weight: normal;


    margin: 10px 0 5px 0;


}

h4 {
    font-size: 14px;
    color: #572f08;
    font-weight: bold;
    margin-bottom: 0px;

}

h4 span {font-weight: normal;}



.soulignetitre {
    border: none;
    height: 40px;
    width: 100%;
    float: left;
    background: transparent url(images/souligne.png) repeat-x bottom left;
    clear: both;
    display: block;
    margin-bottom: 10px;


}




#container {
    margin: 0px auto;
    width: 998px;
    background: #FFF url(images/background_content-repeat.jpg) repeat-y;
}

#header {
    background: #FFF url(images/header.jpg) no-repeat;
    margin: 0px auto;
    z-index: 0;
    height: 320px;
    width: 998px;
    overflow: hidden


}

#mainmenu {
    margin: 0px 0px 0 356px;
    padding: 12px 7px 0px 7px;;
    position: absolute;

    color: #FFF;
    text-shadow: 1px 1px 0px #000;
    width: 602px;
    height: 24px;

}

#mainmenu a {
    color: #FFF;
    text-decoration: none;
    font-size: 15px


}

#mainmenu a:hover {
    /* color: #f5e7c3; */
    padding-bottom: 9px;
    border-bottom: 4px solid #f5e7c3;

}


#mainmenu ul li {
    display: inline;
    padding-left: 14px;




}


#logo {
    float: right;
    margin: 70px 229px 0 0;
    position:relative;
    width: 271px;
    height: 67px;

}

.texteheader {
    float: left;
    margin: 0px 0px 0 57px;
    position:relative;
    width: 400px;
    height: 103px;
    font-size: 15px;
    line-height: 20px;


}

.boutdebras {
    position: absolute;
    background: transparent url(images/boutdebras.png) no-repeat;
    margin-left: 139px;
    z-index: 1000;
    width: 17px;
    height: 22px;

}




#subnav {
    padding: 0 0px 0px 39px;
    height: 165px;



}




ul#subnavig li {


    position: relative;
    display: inline;


    margin: 0 10px 0 0;

    float: left;
    width: 145px;




}

ul#subnavig li ul {

    display: none;
    position: relative;
    bottom: 0px;
    padding-bottom: 60px;









}

ul#subnavig li ul li {
    background-color: black;
    margin: 2px 3px 0px 3px;
    width: 129px;
    padding: 0px 5px 0px 5px;
    z-index: 10000;
    height: auto;
    line-height: 17px;
    filter:alpha(opacity=85);
    opacity:0.85;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=85)";


    font-size: 12px;




}

ul#subnavig li:hover ul a {
    text-decoration: none;
}


ul#subnavig li:hover ul {
    display:block;
    position: absolute;
    bottom: 0px;




    /* -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in;

    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in;

    -o-transition-duration: 0.3s;
    -o-transition-timing-function: ease-in;

    transition-duration: 0.3s;
    transition-timing-function: ease-in; */



}

ul#subnavig li ul li:hover {
    background-color: #572f08;



}

.hovereffect a {
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in;

    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in;

    -o-transition-duration: 0.3s;
    -o-transition-timing-function: ease-in;

    transition-duration: 0.3s;
    transition-timing-function: ease-in;
}


#twobanners {
    padding: 0px 39px 0 39px;
    height: 110px;
    margin-top: 20px;


}

#contenubanner {
    padding: 0px 39px 0 39px;
    height: 280px;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

.bannermadonna {

    width: 450px;
    height: 110px;
    padding: 0 20px 0 0;
    float: left;

}

.bannergift {

    width: 450px;
    height: 110px;
    float: left;

}

#largebanner {

    height: 250px;
    padding: 20px 39px 0 39px;

}

.bannermandy {
    background: #FFF url(images/bannerbottom-mandy.png) no-repeat;
    height: 250px;
    width: 920px;
    overflow: hidden

}

.textemandy {
    float: right;
    margin: 65px 100px 0 0px;
    position:relative;
    width: 309px;
    height: 136px;
    font-size: 17px;
    color: #FFF;
    line-height: 21px;
    text-align: center;
    text-shadow: 1px 1px #444;
    background: url("images/bg_text_slider.png") no-repeat scroll 426px 37px transparent

}

#contenu {
    margin: 0px auto;
    margin-top: 20px;
    width: 920px;
    padding: 20px;
}

.paragraphe {
    color:#000;
    font-size: 14px;
    line-height: 18px;
    padding: 0 5px 0 5px;
    color: #572f08;
    overflow: hidden
}

.paragraphe a {
    color: #572f08;
}

.paragraphe ul {
    margin-top: 15px;
}

.paragraphe li {
    list-style-image: url(images/puce.png);
    margin-left: 28px;
    line-height: 20px;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 14px;

}

.paragraphe span {

    line-height: 40px;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 14px;
}

.paragraphe span2 {
    font-family: Georgia, serif;
    font-size: 12px;
    line-height: 15px;
    margin-left: 10px;
}

.next-posts a, .prev-posts a {
    line-height: 60px;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 14px;
    color: #572f08;


}

.prev-posts {
    float: right;
    padding-right: 5px;


}


.paragraphe img {
    border:1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 3px #999;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    -moz-box-shadow: 1px 1px 3px #ccc;
    /*filter: progid:DXImageTransform.Microsoft.dropShadow(color=#cccccc, offX=1, offY=1, positive=true);*/
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=135, Strength=12);
    zoom: 1;
}

#noshadow {
    box-shadow: 0px 0px 0px #999;
    -webkit-box-shadow: 0px 0px 0px #999;
    -moz-box-shadow: 0px 0px 0px #999;
    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#cccccc, offX=0, offY=0, positive=true);
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=0, Strength=0);
}

.espacecolonnes {margin-top: 100px;}
.espacecolonnes2 {margin-top: 60px;}


#footer {
    margin: 0px auto;
    background: #572f08 url(images/footer.jpg) no-repeat;
    width: 998px;
    height: 114px;
    clear: both;
    position: relative
}


#contenufooter {
    padding: 56px 35px 40px 35px;
    font-size: 12px;
    color: #f5e7c3;
    text-shadow: 1px 1px 0px #000;
    line-height: 14px;

}

.adresse {
    float: left;
    width: 149px;
    height: 30px;
    padding-right: 20px;

}

.tel {
    float: left;
    width: 149px;
    height: 30px;

}

.horaires {
    float: right;
    width: 495px;
    height: 30px;
    text-align: right;

}

#ptb {
    /*margin: 35px 0 0 1004px;*/
    top: 32px;
    right: -15px;
    position: absolute;
    float: right;
    width: 10px;
    height: 74px;

}


/* ------- Fluid Columns ------- */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}



/* ------- STORE ------- */

.PHPurchaseCartButton {
    /* text-align: center; */
    margin: 10px 0 20px -5px;

}

.phorm2 ul.shortLabels li p.description {margin-left: 0!important}

.PHPurchaseButtonPrimary, .PHPurchaseButtonSecondary {


    text-transform: uppercase;
    font-style: normal;
    font-size: 10px !important;



}

#contenu2 {

    float: left;
    width: 700px;
    margin-right:20px;

}

#sidebar {
    float: left;
    width: 160px;
    margin-top: 25px;
    padding: 20px;
    background: #f7efdc;



}

#sidebar a {
    color: #572f08;
    font-size: 14px;



}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



#viewCartTable {
    margin: 0px 0px 0px 0px !important;
    border: 0px !important;
    width: 100%;
    clear: both;

}

#viewCartTable td,
#viewCartTable th {
    padding: 5px 5px 5px 5px;
    margin: 0px;
    border-bottom: 0px solid #CCCCCC !important;
    vertical-align: middle !important;
    line-height: 2em !important;
}

#viewCartTable th {
    font: 16px "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Sans-Serif !important;
    background-color: #f7efdc !important;
    vertical-align: middle;
    color: #990000 !important;

}

#viewCartTable td {
    font: 16px "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Sans-Serif !important;

    color: #572f08 !important;


}

table p {
    font: 16px "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Sans-Serif !important;
}


#viewCartTable td img {

    box-shadow: 0px 0px 0px #999 !important;
    -webkit-box-shadow: 0px 0px 0px #999 !important;
    -moz-box-shadow: 0px 0px 0px #999 !important;
    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#555, offX=0, offY=0, positive=true) !important;

}

input[type=submit] {
    font: 10px "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Sans-Serif !important;
    text-transform: uppercase;
}

/* ------- STORE FORM ------- */


input, textarea {

    font-size: 14px !important;
    padding: 4px !important;
    background-color: #f7efdc !important;

    color: #572f08 !important;
    font-family: Georgia, serif !important;
    font-style: italic !important;
}

select {}
label{
    color: #572f08 !important;
    font: 16px "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Sans-Serif !important;
    text-align: left !important;
    margin-bottom: 3px;

}

.phorm2 ul li label.short {
    width: 100px !important;
}

.phorm2 ul.shortLabels li label {
    width: 100px !important;
}

.phorm2 ul li label {

    vertical-align: bottom !important;}

.description {
    font-family: Georgia, serif !important;
    font-style: italic !important;
    margin-top: 30px !important;
    margin-left: 108px !important;

}

/* ------- SLIDER ------- */

#slider {
    background: #fff url(images/loading.gif) no-repeat 50% 50%;
    position: relative;
    height: 278px!important;
    overflow:hidden;
    width: 920px;
    border: 1px solid #eee;
}
#slider ul {
    overflow:hidden;
    width: 920px;
}
#slider ul li {
    overflow: hidden;
    width: 920px;
    position: relative;
    height: 280px;
    float:left;
    display:block;
}
#slider  .img_slider {width:960px;height:480px;overflow: hidden}
#slider  .text_slider {
    /*float: right;*/
    background: url(images/bg_text_slider.png) no-repeat;
    height: 135px;
    margin: -420px auto 0;
    width: 435px;
    padding: 15px;
    position:relative;
    overflow: hidden;
    font-weight: 500;
    color: #666;
    text-shadow: 1px 1px  #fff;
    text-align: center
}

#slider  .text_slider h2 {
    font-size: 30px;
    margin:0;
    line-height: 40px;
    color: #333;
    font-family: arial;
    font-style: normal;
    font-weight: 800;
    background: none;
    text-transform: uppercase
}
#slider  .text_slider p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 5px;
    overflow: hidden;
    line-height: 20px
}
#slider  .text_slider em {
    display: block;
    text-align: right;
    font-size: 18px;
    font-style: italic
}
#slider  a.rounded {
    margin-left: 20px;
    float: right;
    font-size: 16px
}

#prevBtn, #nextBtn, #slider1next, #slider1prev {
    display: block;
    height: 30px;
    left: 50px;
    position: absolute;
    top: 115px;
    width: 30px;
    z-index: 1000;
}
#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a {
    background: url(images/arrows2.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 29px;
    position: relative;
    width: 30px;
}

#prevBtn a:hover{
    background-position: 0 -30px;
}

#nextBtn a:hover {
    background-position: -30px -30px;
}

#nextBtn a, #slider1next a {
    background-position: -30px 0;
}
#nextBtn, #slider1next {
    left: 920px;
}


/* edit REN*/

li.master {background: #A57F52!important}
li.master a {font-weight: bold; color: #fff; text-shadow:1px 1px 0 #000; cursor: default}

.paragraphe #paypalCheckout {float: none!important}


div.dynamic-col-3 { float: left; width: 100%; margin:15px 0 0 0}
div.clear { clear: both; }
.paragraphe object, .paragraphe iframe { display:block; margin-top:20px;}
.alignleft { float:left;}
h1, h2, h3, h4, h5, h6 {clear:none}
.wp-caption.alignleft {background: #fff;padding-right:20px}
.wp-caption-text {margin:-10px 0 10px; font-style:italic;color:#999; font-family:Georgia,serif}

.paragraphe img {max-width:435px!important; height: auto}
.textemandy {padding: 57px 100px 57px 510px; margin:0; text-decoration:none}
#subnav a{display:block}