/********** designed by http://gohomestudio.org/ *** integrated by http://www.raphaelwittmann.net/ *********/

html, body {
    height: 100%;
}

body { 
    font-size: 12px;
    color: #ccc;
    line-height: 16px;
    background: #efeae7;
}

/* =Selection
-------------------------------------------------------------- */
::selection { background: transparent; color:#aaa; }
::-moz-selection { background: transparent; color:#aaa; }
::-webkit-selection { background: transparent; color:#aaa; }


/***************************** fonts ***************************/

#mainNav,
.title3, .txt h3 {
    font-family: Helvetica, Arial, sans-serif;
}


.txtInput label, .pTextaera label, .txtArea label, .thumbs a span,
.subNavFolios ul li, .title4, .txt h4, .homeBlock h3 {
    font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
}


body, input, textarea {
    font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
}



/***************************** animations ***************************/
.thumbs a img, .thumbs a span, .okBtn input, .okBtn a,
.txtInput input, .pTextaera textarea,
#contactLink, #carteVinsLink, .linkThumb img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/***************************** general ***************************/

img { border: none; }

.spacer { clear: both; }

strong { font-weight: bold; }
em { font-style: italic; }

.red { color: red; }



/****************************** textes ******************************/
.txt ul {
    list-style: disc;
    margin-left: 15px;
    margin-bottom: 0px;
}
.txt ul li { margin-bottom: 0px; }

/****************************** links ******************************/

a { color: #ccc; text-decoration: none; }
a:hover { color: #f7f2e8; }


a.globalLink { display: block; }

.txt a { color: #ccc; }
.txt a:hover { text-decoration: underline; color: #fff; }
/*************************** structure  **************************/

#wrapper {
    
    
    
}




.main {
    margin: 0 auto;
    width: 960px;
}

#colLeft {
    float: left;
    width: 440px;
    margin-right: 30px;
}

#colRight {
    float: left;
    width: 490px;
}

.cx4a { width: 23.8%;  float: left; margin: 0 0 0 1.6%; }
.cx3a { width: 32%;  float: left; margin: 0 0 0 2%; text-align: center; }
.cx2a { width: 49.2%; padding: 0; float: left; margin: 0 0 0 1.6%;  }

.cxLeft { float: left; clear: both; margin-left: 0; }
.cxRight { float: right; }


.cx3a img { display: block; width: 100%; height: auto; }


/*************************** headings  **************************/

.title1 {
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    padding-bottom: 18px;
    margin-bottom: 20px;
}




.title2 {
    color: #FFF;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 10px;

}

.title3, .txt h3 {
    color: #FFF;
    font-size: 21px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.title4, .txt h4 {
    color: #FFF;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

/*************************** header  **************************/

#header {  
    padding: 35px 0 0;
    position: relative;
}


#logo-site { 
    font-size: 40px;
    line-height: 45px;
    float: left;
    margin-bottom: 25px;
    margin-right: 20px;
}


#logo-site a {
    text-align: left;
    float: left;
    text-indent: -10000px;
    background: transparent url(img/logo.png) no-repeat 0 0;
    width: 366px; height: 70px;

}


#mainNav {
    
    float: right;
    max-width: 574px;
    padding-top: 30px;
    position: relative;
}

#mainNav li {
    display: inline;
    float: left;

}

#mainNav li.first { padding-left: 0; }
#mainNav li.first a.firstLevel { margin-left: 0; padding-left: 0; }

#mainNav li.last {  background-image: none;  }
#mainNav li.last a.firstLevel {  }


#mainNav li a.firstLevel {
    float: left;
    padding: 7px 7px 7px;
    color: #666;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

#mainNav li.first a.firstLevel { }


#mainNav li a:hover, #mainNav li.on a:hover { color: #93167f; }

#mainNav li.on a {
    color: #93167f;
}
#mainNav li.on a li a { background: none; }

#mainNav li.on li a {  }
#mainNav li.on li a:hover, #mainNav li.on li.on a, #mainNav li.hover a.firstLevel:hover  {  }

#mainNav li.hover a {
    color: #0c0c0c;
}

#mainNav li.hover li a:hover {
    color: #0c0c0c;
}






.mainLeft {
    float: left;
    width: 440px;
}


/*************************** footer  **************************/
.footer  {
    padding: 15px 0 35px;
    clear: both;
    color: #ccc;
    font-size: 11px;
    line-height: 15px;
}


.footer  a { color: #aaa; }
.footer a:hover { color: #595451; }

.footleft a {  margin-right: 20px; padding-right: 20px;  }
.footleft a.last {  }


.footleft { float: left; }
.footright { float: right; }

.footright a { border-right: 1px solid #ccc; padding: 0 15px;  }
.footright a.last { border-right: 0; padding-right: 0; }

/***************************  content  **************************/

#mainContent { min-height: 320px; }

.contentBox { background: #797471; padding: 30px 50px; border-bottom: 10px solid #595451; color: #fff; }

.noResults { padding: 15px 15px; }




/***************************  news **************************/

.newsInList {
    border-bottom: 10px solid #595451;
    margin-bottom: 35px;
    padding-bottom: 35px;
}

.newsInList.last { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }

.imgNewsList { float: left; background: #595451; padding: 10px; }
.imgNewsList img { display: block; }

.newsListInfos { float: right; width: 495px; }

.enSavoirPlusLink { padding: 15px 0 0; border-top: 1px solid #595451; margin-top: 15px; }

.enSavoirPlusLink a {
    display: block;
    font-size: 11px;
    line-height: 14px;
    background: transparent url(img/puce.png) no-repeat 0 1px;
    color: #ccc;
    padding-left: 15px;
    margin-bottom: 5px;
}
.enSavoirPlusLink a:hover { color: #fff; }

.slideInfo .enSavoirPlusLink { border: 0; padding: 0; }

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

/* =Caroussel
-------------------------------------------------------------- */
.carousel-wrapper {
    margin: 40px auto;
    position: relative;
    height: 210px;
}



/** Carousel **/

.carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 210px;
}

.carousel ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.carousel li {
    float: left;
}

/** Carousel Controls **/

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    text-indent: -10000px;
    height: 56px;
    padding: 0;
    float: left;
    width: 20px;
    outline: none;
    background: transparent url(img/arrow-left.png) no-repeat 0 0;
    opacity:0.75; filter:alpha(opacity=75);
}

.carousel-control-prev { left: -35px; }


.carousel-control-next {
    right: -35px;
    background-image:  url(img/arrow-right.png);

}

.carousel-control-next:hover, .carousel-control-prev:hover {
    opacity:1; filter:alpha(opacity=100);
}
.carousel-control-next:active, .carousel-control-prev:active {
    opacity:0.5; filter:alpha(opacity=50);
}

.carousel-control-prev:hover span,
.carousel-control-next:hover span {
    display: block;
}

/***************************  folio **************************/




.thumbs { float: left; width: 100%; margin-bottom: 0px; }
.thumbs li { float: left; margin: 0 6px 0 0; display: inline; }


.thumbs a { display: block; background: #595451; width: 210px; height: 210px; position: relative; }
.thumbs a:hover {  }
.thumbs a img {
    display: block; padding: 0; width: 190px; height: 190px;
    position: absolute; top: 10px; left: 10px; z-index: 1;
}
.thumbs a:hover img { opacity: 0.3; filter: alpha(opacity:30);  }

.thumbs a span {
    font-size: 14px; line-height: 17px;
    display: block; width: 190px; text-align: center; color: #fff;
    position: absolute; left: 10px; top: 45%; z-index: 2;
    opacity: 0; filter: alpha(opacity:0);
}
.thumbs a:hover span { opacity: 1; filter: alpha(opacity:100); }



/***************************  slider  **************************/


.rwSlide {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 0;
}

.rwSlide .slider {
    width: 100%;
    height: 100%;
}

.rwSlide .slider .item {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: #fff;
    margin: 0 0 0 0;
}

/***************************  home **************************/

.homeSlide { float: left; width: 240px; height: 520px; overflow: hidden; position: relative; background: #c98abf; cursor: pointer; }

.homeSlide.first { background: #93167f; }
.homeSlide.second { background: #b35ba5; }
.homeSlide.last { background: #d9aed2; }

.homeSlide .slideshow {
    width: 100%;
    height: 100%;
}

.homeSlide .slideshow  li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 520px;
    z-index: 1;
    margin: 0 0 0 0;
    display: none;
}
.homeSlide .slideshow  li:first-child { display: block; }

.homeSlide .slideshow img { display: block; }

.slideInfo {
    border-top: 10px solid #595451;
    min-height: 230px;
    width: 210px;
    padding: 15px 15px;
    position: absolute; z-index: 100;
    top: 510px; left: 0;
    background: rgba(89, 84, 81, 0.9);
}

.slideInfo .txt { color: #f7f2e8;}

/*************************** contact  **************************/

#contactMap iframe { display: block; }
#contactMap img { display: block; }

.contactRight { float: right; width: 490px; padding-bottom: 30px; }

.contactTxt { float: left; width: 320px; }

.txtInput, .pTextaera, .pCheckbox { clear: both;  margin-bottom: 15px; }
.txtInput label, .pTextaera label, .resumeArea label, .txtArea label {  display: block; padding-bottom: 10px; text-transform: uppercase; color: #ccc; font-size: 18px;  }

.pCheckbox { float: left; padding: 10px 0 5px; width:530px; }
.pCheckbox label { padding-bottom: 5px; color: #666; font-size: 12px;  }
.pCheckbox input { margin-right: 20px;}
.pCheckbox .label {
    float: left; width: 250px;
    color: #666; font-size: 12px;
}
.txtInput input, .pTextaera textarea, .resumeArea textarea {
    background: #eee;
    border: 0;
    color: #333;
    padding: 5px 5px;
    font-size: 13px;
    line-height: 15px;
    width: 478px;
    display: block;
    border: 1px solid #fff;
}
.txtInput.txtInputCol1 { width: 228px; float: left; margin-right: 34px;  }
.txtInput.txtInputCol1 input { width: 216px; }

.txtInput.txtInputCol2 { width: 228px; float: left; clear: none; }
.txtInput.txtInputCol2 input { width: 216px; }

.pTextaera textarea {  height: 75px; margin-bottom: 20px; }


.txtInput input:focus, .pTextaera textarea:focus { background: #fff; }

.error, label.error { color: #FFF;  font-weight: bold; padding: 3px 0; display: block; }
label.error.checked { display: none; }

.pageX2-left .okBtn { padding-top: 10px; }

.okBtn input, .okBtn a {
    display: block;
    border: 0;
    border: 1px solid #eee;
    background: #eee;
    color: #93167F;
    cursor: pointer;
    padding: 5px 15px 4px 15px;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 5px;
    
}
.okBtn input:hover, .okBtn a:hover { background-color: #93167F; color: #ccc;  }


#msg { padding-top: 20px; }
#msg ul { margin-bottom: 20px; font-weight: bold; color: #fff; font-size: 14px; line-height: 18px; }
#msg ul#succes {  }

label.error { }
label.checked {
    display: none;
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: left;
    text-indent: -10000px;
    top: 0;
}

#socialLinks {
    border-top: 1px solid #323230;
    padding-top: 15px;
    margin-top: 15px;
}

#socialLinks a {
    float: left;
    opacity: 0.8; filter: alpha(opacity:80);
    margin-right: 10px;
    padding-top: 2px;
}
#socialLinks a:hover { opacity: 1; filter: alpha(opacity:100); }
#socialLinks p { float: left; }


/*************************** cartes  **************************/

.x3ColsWrapper {
    background: transparent url(img/col-wrapper-bg.gif) repeat-y 50% 0;
}
.x3Col {
    float: left; width: 220px; margin-right: 100px; 
    min-height: 215px;
}
.x3Col.last { margin-right: 0; }

#vins { padding-bottom: 60px; position: relative; }

#vins .title3 {  text-align: center; }
#vins .title3 img { margin: 0 10px; }
#vins .title3 span { position: relative; top: -10px; }

.cartesTopWrapper { border-bottom-color: #EFEAE7; }



#avertissement {
    position: absolute; top: 100px; left: 49px;
    width: 762px; background: #323230; color: #fff;
    padding: 50px; text-align: center;
}

#avertissement h5 { font-size: 18px; line-height: 22px; margin-bottom: 45px; }

.avertLinks a {
    margin: 0 5px;
    font-size: 18px; line-height: 22px;
    color: #fff;
    padding: 15px 25px;
    background: #0c0c0c;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer;
}
.avertLinks a:hover { background-color: #161615; }

.avertInfo { font-size: 11px; line-height: 15px; padding-top: 50px; color: #ccc; }

/*************************** apprendre / folio **************************/
.subNavFolios { padding-bottom: 15px; }
.subNavFolios ul li {
    display: inline-block;
    padding-right: 15px; border-right: 1px solid #616365; margin-right: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.subNavFolios ul li.last { border-right: 0; }

.subNavFolios ul li.on a { color: #fff; opacity: 0.7; }

/***************************  lien / partner **************************/
.contentBox.partnersList { padding-top: 50px; }
.partnersInList { text-align: left; margin-bottom: 30px; }
.imgPartnerList { margin-bottom: 20px; }
.imgPartnerList { background: #3A3A3A; }
.linkThumb:hover img { opacity: 0.7; filter: alpha(opacity:70); }


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


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



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

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

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