@charset "UTF-8";
/*
Theme Name:anso2
Theme URI:http://www.confituredelait.eu/wp/
Author:omercrafts
Author URI:http://omercrafts.com/
Description:le ferme de l'isle Moyon 
*/



/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
 /*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #4e4e4e;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Omercrafts custom styles
   ========================================================================== */

*{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/*no scrollbar-x*/
html { overflow:auto; overflow-x:hidden; }
body{
 background: #ebe6e6 url('img/body-bk-x.gif') repeat-x left bottom;

 }

 
nav ul{
  margin:0;
  padding:0;
  list-style: none;
  list-style-image: none;
}
h1{
  padding:0 30px 0 0;
  color:#5aa5bd;
  line-height: 1em;
  font-family: 'Oleo Script';
}
h2{font-family: 'Oleo Script';}
p{font-size:1.2em;font-family: 'arial';}
a{color:#5aa5bd;}
#page{
 position:relative;
 width:960px;
 margin:0 auto;
}
header{
position: absolute;
z-index:120;
top:0;
left:-480px;
margin:0 ;
max-width:1920px;
width:100%;
}

.menu{
 position: fixed;
 z-index:100;
 top:0;/*61*/
 background: transparent url('img/ban2.png') no-repeat center top;
 min-height: 240px;
 min-width: 1920px;

 padding:0 0 0 480px;
}
.menu.up{
 top:-100px;
}

#main{
  float:left;
 width:1920px;
 background: #faf;
 background: transparent url('img/bk-page.png') repeat-y center top;
 margin:479px 0 0 -480px;/*500*/
 padding:0 480px 30px 510px;
 min-height: 900px;
}
.shadow{
 float:left;
 width:900px;
 height: 50px;
 background: transparent url('img/shadow.png') no-repeat center top;
}
footer{
 float:left;
 width:1920px;
 background:  #5aa5bd;
 margin:0 0 0 -480px;
 padding:0 480px ;
 text-align:right;
}
footer li{display: inline;padding:0 5px;}
footer li a{text-decoration: none;color:#4e4e4e;font-family: 'Oleo Script';}
footer li a:hover{color:#fff;}
.slide{
 
 background: #ebe6e6;
 margin:113px 0 0 0;/*150*/
}
.slide div{
width:100%;
 height:300px;
 z-index:110;
}
.msg{
 position: absolute;
 z-index:80;
 top:350px;
 left:1000px;
 
 width: 210px;
 /*background: transparent url('img/msg.png') no-repeat top center;*/
 text-align: left;
 color :#fff;
 padding:30px;
 font-size:25px;
 
 background-color: #5aa5bd;
 
  -webkit-border-radius: 50px;
          border-radius: 50px;

 
  background-clip: padding-box;

  opacity: 0.9;

 
}

#slideMenu{
 position: absolute;
 z-index:90;
 top:445px;
 left:1260px;
 width: 130px;

}
article{position: relative;}
.container{
margin:50px 0 50px 0;
position: relative;
clear:both;
min-height:400px;
}
#sliderMenu{
 position: absolute;
 z-index:120;
 top:-25px;
 left:20px;
 width: 130px;
}



#sliderMenu li,#slideMenu li{float:left;}
#sliderMenu a,#slideMenu a{
 display:block;
 width: 63px;
 height: 63px;
 padding:20px 0 0 29px;
 background: transparent url('img/bouton.png') no-repeat center top;

 text-decoration: none;
 color:#4e4e4e;
 font-weight: bold;
}

#sliderMenu a.selected,
#slideMenu a.selected,
#sliderMenu a:hover,
#slideMenu a:hover{background-image: url('img/bouton_hover.png');}

/*menu*/
.links{padding:0 0 0 ;margin:0 0 0 0;}
.links li{
 float:left;
 padding:0;
 margin:0;
 }
 .links li a,
 .menu.up  .links li.first a{
  
  display: block;
  padding:100px 28px 0  25px;
  height: 150px;
 text-decoration: none;
 font:700 20px 'Oleo Script';
 color:#4e4e4e;
 background:none;
 }
 .links li a:hover,
 .links li a.active{
  color: #ebe6e6;
  }
 .links li.first a{padding:0 0 0 310px;background:transparent url('img/logo.png') no-repeat top left;height:245px;font-size:0;}

.menu.up  .links li a,
.menu.up  .links li.first a{padding:115px 25px 0  25px;}

/*produits*/
.produits li{
 float:left;
 width:280px;
 height: 250px;
 margin:30px 30px 0 0 ;
}
.produits li li{
 float:none;
width: auto;
height: auto;
margin:0;
}
.produits li a{
 text-decoration:none;
 color:#4e4e4e;
}

article{font-family:arial;}
.produits li .panier{
border:none;
padding:0 10px;
background-color:#4e4e4e;
color:#fff;
font: 14px 'Oleo Script';

  -webkit-border-radius: 8px;
          border-radius: 8px;

 
  background-clip: padding-box;

}
.produits li .panier:hover{background-color:#5aa5bd;}
.produits h1{margin:0.5em 0 0 0;font-size:1.5em;}
.produits h2{margin:0;font-size:1em;}
h1{color:#5aa5bd;}

/*forms*/

#webform span{float:left;}
#webform input,
#webform textarea{font-family: 'Oleo Script';}
#webform input{width:300px;float: left; border:none;height:51px;margin:0 5px 0 0;padding:5px;background: transparent url('img/input.png') repeat-x left top;color:#4e4e4e;}
#webform input[type="submit"]{color:#fff;width:910px;margin:10px 0 20px 0;background-image: none;background-color:#5aa5bd;}
#webform textarea{width:910px;float: left; border:none;margin:10px 0 0 0;padding:5px;}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

