/*
Theme Name: Château d'Auvers
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-family: 'AvenirNext-Regular';
	font-size: 16px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## MAIN STYLE
--------------------------------------------------------------*/


.col-centered{
    float: none;
    margin: 0 auto;
}
.main_menu_1 a{
	color: #000;
}
.menu_show {
    z-index: 9999;
    position: fixed;
    width: 100%;
    background: rgba(255,255,255,0.95);
    top: 0;
    height: 100%;
    padding: 5% 0;
    overflow-y: scroll;
}
.menu_show button.close {
    font-size: 61px;
    top: 2px;
    position: absolute;
    color: #000 !important;
    z-index: 99999999;
    opacity: 1;
}
.menu-item-has-children {
    margin-top: 15px;
}
ul.sub-menu {
    margin-top: 5px;
}
/**** menu *****/
.all {
    position: relative;
    height: 100%;
    width: 100%;
	max-width: 1520px;
    margin: 0 auto;
    left: 0;
    -webkit-transition:  left 0.4s ease-in-out;
    -moz-transition:  left 0.4s ease-in-out;
    -ms-transition:  left 0.4s ease-in-out;
    -o-transition:  left 0.4s ease-in-out;
    transition:  left 0.4s ease-in-out;
}

.all.open-sidebar {
    left: 240px;
}
 
.swipe-area {
    position: absolute;
    width: 50px;
    left: 0;
top: 0;
    height: 100%;
    background: #f3f3f3;
    z-index: 0;
}
ul.collection_bxslider span {
    margin-top: 10px;
    display: block;
}
.tpl_slides_.vide {
    margin-bottom: 80px;
}
.play-video-img.cht.btn0 {
    right: inherit;
    left: 22%;
	    z-index: 999;
    top: 19%;
}
.play-video-img.cht.btnp  img{ max-width: 100%}
.play-video-img.cht.btnp {
    right: inherit;
    left: 25%;
}
.play-video-img.cht.btn1{
    bottom: 22%;
    top: inherit;
    right: inherit;
}
.play-video-img.cht.btn2{
    right: 19%;
    left: inherit;
}
.btn2 img{
	
	max-width: 100% !important;
}
#sidebar {
    background: #DF314D;
    position: absolute;
    width: 240px;
    height: 100%;
    left: -240px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#sidebar ul li {
    margin: 0;
}
#sidebar ul li a {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 100;
    color: white;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #C9223D;
    -webkit-transition:  background 0.3s ease-in-out;
    -moz-transition:  background 0.3s ease-in-out;
    -ms-transition:  background 0.3s ease-in-out;
    -o-transition:  background 0.3s ease-in-out;
    transition:  background 0.3s ease-in-out;
}
#sidebar ul li:hover a {
    background: #C9223D;
}
body {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
	max-width: 1600px;
	margin: 0 auto; 
}

body #showMenu {
    border-radius: 3px;
    display: block;
    position: relative;
    padding: 0px 7px;
    float: left;
    margin-top: 8px;
}
body #showMenu .bar{
display: block;
    width: 31px;
    margin-bottom: 5px;
    height: 4px;
    background-color: #000;
    border-radius: 1px;
}
body #showMenu .bar:last-child{
     margin-bottom: 0;   
}
div#btn_pdf {
    bottom: 30%;
	font-size: 16px;
}
div#btn_pdf1 {
    bottom: 25%;
	font-size: 16px;
}
div#btn_pdf2 {
    bottom: 20%;
	font-size: 16px;
}
@media screen and (max-width: 767px){
	
	div#btn_pdf {
    bottom: 100px;
    font-size: 14px;
}
ul.collection_bxslider span {
    margin-top: 0px;
}
.page-template-collection_departementale .tpl-collection ul.collection_bxslider li .slideimg {
    background-size: auto 90%;
}
}
	.btn-suite.btnsuitecontent{
	display: inline-block;
    font-family: "AvenirNext-MediumItalic";
    color: #000;
	position: relative;
	}

/****/
.sliders-une .tpl-share {
    bottom: 0;
    right: 0;
}

.template-section.partic .ch-block1 {
    min-height: 560px;
}
.page-template-entreprise .particuliers .rightblock  .block_a3 .atelier_info h2 {
    padding-right: 45px;
}.page-template-entreprise .particuliers .leftblock  .block_a1 .atelier_info h2 {
    padding-right: 45px;
}


/***** block home resto ****/
.section_3.sectionresto .visuel-s3 {
    right: 46px;
}
.section_3.sectionresto .desc-s3{
    margin-left: 48px;
}
.section_3.sectionresto .btn-suite {
    left: 17px;
	right: inherit;
}	
/******/
.template-section .play-video-img.tplbtn {
    position: absolute;
    left: -37%;
    top: 30%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    right: 0;
    margin: 0 auto;
    float: left;
}
.large2 ul ul li {
    margin-bottom: 20px;
}
.template2 .container .firstblock .atelier_info .atelier_info_sub h2 {
    padding-left: 34px;
}
.play-video-img.cht.atl {
    width: 50px;
    height: 50px;
    left: 17%;
    right: inherit;
    margin: 0 auto;
    top: 21%;
    float: left;
    position: absolute;
    cursor: pointer;
}
.large2 ul ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.play-video-img.homeimpr {
    position: absolute;
    top: 5px;
    width: 50px;
    height: 50px;
    left: -24%;
    right: 0;
    margin: 0 auto;
    top: 46%;
    float: left;
    position: absolute;
    cursor: pointer;
}
.template2 .play-video-img.cht.btn0 {
    right: inherit;
    left: 79%;
    z-index: 999;
    top: 26%;
}

.template2 .play-video-img.cht.btn1 {
    bottom: 64%;
    top: inherit;
    right: inherit;
	    z-index: 999;
    left: 14%;
}
.alaune ._1_post.image_forme .pabsolute  {
    width: 65%;
}
.alaune ._1_post.image_forme .bord_form .addto {
    right: 21px;
}



.alaune ._2_post.sans_img.post-une h2 {
    margin-top: 30px;
}
.section_3.sectionresto .sec {
    height: 585px;
    margin-bottom: 2px;
    background-image: url(images/t-s3resto.png);
    background-repeat: no-repeat;
    background-position: 120px top;
    padding-right: 46px;
    padding-top: 20px;
}
.alaune .image_bg_center .pabsolute:after{ 
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0,0,0,0.2);
}
.alaune ._7_post.triangle_image_droite .contentp h2 {

    padding-top: 40px;
}
.alaune ._2_post.triangle_image .contentp h2 {
    text-align: right;
    padding-left: 0%;
    margin-bottom: 11px;
    max-height: 67px;
    overflow: hidden;
	    margin-top: 61px;

}
.alaune ._1_post.triangle_image .triangle_image{
	padding-top: 24px;
	
}
.alaune ._2_post.triangle_image .triangle_image{
	 
    max-height: 116px;
    overflow: hidden;	
}
.page-template-presentation .presentation-section .p_3 {
    z-index: -2;
    right: -97px;
    bottom: 0;
}
.page-template-presentation .mobileleft:nth-child(1), .page-template-presentation .mobileleft:nth-child(2),
.page-template-presentation .mobileleft:nth-child(3), .page-template-presentation .mobileleft:nth-child(4),
.page-template-presentation .mobileleft:nth-child(5) {
    height: 567px;
}
.mobileleft:nth-child(6), .mobileleft:nth-child(7), .mobileleft:nth-child(8) {
    height: 322px;
}

.page-template-acces_horaire p {
    margin: 0;
}
.alaune ._7_post.triangle_image .contentp h2 {
    text-align: right;
    padding-left: 12%;
    margin-bottom: 8px;
}
.alaune ._9_post.triangle_image .contentp h2 {
    text-align: right;
    padding-left: 0;
    margin-bottom: 8px;
    margin-top: 56px;
}
.template-section.motion .ch-block1{
	padding: 23px 46px 22px;
	min-height:auto;
	    margin: 52px auto 80px;

}
.template-section.motion .ch-block1 h1{
    margin-top: 0;
    margin-bottom: 15px;
}
.template-section.groupe .ch-tr2 {
    position: absolute;
    right: -218px;
    z-index: -2;
    max-width: none;
    width: auto;
    top: -89px;
    transform: skewY(0deg);
}
.template-section.groupe .title .trais-gris {

    text-align: right;
}

.template-section.groupe .ptl {
    margin-top: 40px;
}
.template-section.motion .ch-block1 p , .template-section.groupe .ch-block1 p {
    text-align: left;
}
.template-section.groupe .ch-block1 .imgrightgr img{
    max-width: none;
    width: auto;
    height: 408px;
}
.imgrightgr {
    padding-left: 0;
    overflow: hidden;
}
.page-template-collection_departementale .tpl-collection  .bg_col .title {
    margin-top: 0px;
    margin-bottom: 0;
    text-align: right;
}
._1_post.triangle_image .play-video-img.cht{
    left: -74%;
    right: 0;
    top: 21%;
}
.alaune .triangle_image .contentp h2 {
    text-align: right;
    padding-left: 0;
    margin-bottom: 8px;
    
}
.alaune .triangle_image .contentp {
    z-index: 999;
}
.alaune iframe, .single-post iframe{
    width: 600px;
    height: 318px;
}
.single-post .template-section .play-video-img {
    position: absolute;
    left: 23%;
    top: 33%;
    cursor: pointer;
    right: inherit;
}
.triangle_image .play-video-img.cht {
    width: 45px;
    height: 50px;
    left: -55%;
    right: 0;
    margin: 0 auto;
    top: 24%;
    float: left;
    position: absolute;
    cursor: pointer;
}
.page-template-collection_departementale .title .trais-noir {
    font-size: 50px;
    margin: 0px 0 0 0;
}
.page-template-collection_departementale .tpl-collection .bg_col {
    background-size: auto 108%;
    background-position: 46%;
}
.page-template-collection_departementale .tpl-collection .collection-slider {
    margin-top: 20px;
}

.page-template-entreprise .particuliers .block_a1 {
    margin-bottom: 177px;
}
.page-template-collection_departementale  .tpl-collection ul.collection_bxslider li .slideimg {
    height: 320px;
}
.page-template-collection_departementale .tpl-collection .info {
    margin-top: 0;
}
.single.single-post .template-section .ch-block1 img {
    width: 100%;
}
.logoimg{
    width: 100%;
    height: 150px;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: center;
}
.menu_page {
    min-height: 290px;
}
.mbl{
	margin-bottom: 40px;
}
.page-template-collection_departementale   .tpl-collection .bx-controls-direction a {
    width: 57px;
    height: 40px;
}
.page-template-collection_departementale   .tpl-collection .bx-controls-direction {
    top: 36%;
}
.page-template-entreprise .client_ {
    margin-bottom: 24px;
}
#sbc-calendar table thead th, #sbc-calendar tr td {

    width: auto !important;
    height: 32px !important;
}
#sbc-calendar table {
    width: 100% !important;
}
.sbc-calendar-month {

    width: 95% !important;
    height: 325px !important;
}
.single-atelier .book_devis a {
	
	color: #000;
	position: relative
}

.single-atelier .book_devis {
    position: relative;
    margin-bottom: 125px;
}
#sbc-calendar table tfoot td {
    text-align: right !important;
}
.jeun .particuliers label {

    margin-bottom: 8px;
}
.jeun  .particuliers label {
    text-align: left;
    width: 100%;
}
.jeun   .particuliers {
    background-image: none;
}
div.wpcf7-mail-sent-ok {
    float: left;
}
.presentation-section .ch-block1 {
    text-align: justify;
}
.addto {
    position: absolute;
    bottom: 5px;
}
.alaune .triangle_image .contentp {

    position: relative;
}
body .alaune .more {

    right: -13px;
}

.imgtrg img {
    position: absolute;
    right: 0;
}
.modal iframe {
    width: 100%;
    height: 315px;
} 

.col-md-7.pad0.pull-right.topcontent {
    min-height: 235px;
}
.page-template-collection_departementale .tpl-collection .info span {
    text-align: center;
}
@media screen and (max-width: 1199px) {

.template-section.motion .ch-block1 {

    margin: 0;
}
.template-section.groupe .ch-tr2 {
    right: -330px;
}
}
@media screen and (max-width: 1199px){
.template-section.groupe .ch-tr2 {
    right: -372px;
}
}
@media screen and (max-width: 991px) {

.template-section.motion .ch-block1 {

        padding: 20px !important;
}
.section_3.sectionresto .desc-s3 {
    margin-left: 57px;
}
.section_5 .info-s5 .col-md-3 {
    height: 205px;
}

.template-section.groupe .ch-block1 {
    margin-bottom: 0px;
    margin: 100px 0 0;
    padding: 20px;
}
.template-section.groupe .ch-block1 .title{
    margin-top: 60px;
    margin-bottom: 60px;
}
.imgrightgr {
    padding-left: 0;
    overflow: hidden;
    max-height: 308px;
    margin-bottom: 40px;
}
.template-section.groupe .ch-block1 .imgrightgr img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.tpl-collection .sectionC1 {
    margin-top: -105px;
}
.page-template-collection_departementale .tpl-collection .bg_col .title {
    margin-top: 20px;
    margin-bottom: 20px;
}
.page-template-collection_departementale .tpl-collection .collection-p {
    padding: 180px 12px 32px;
    float: none !important;
    margin: 30px auto;
	    text-align: left;

}
.page-template-collection_departementale  .tpl-collection .bx-controls-direction {
    top: 41%;
}
.imgtrg img {
    position: relative;
    right: 0;
}
}
@media screen and (max-width: 767px){
.section_3.sectionresto .desc-s3 {
    margin-left: 117px;
}
.template-section.motion .title h2 {
	text-align: left;
	font-size: 26px;
}
.imgtrg{
    transform: rotate(-90deg);
    position: relative;
}
.trgtext{
	 margin-top: -100px;
}
.template-section.groupe .ch-tr2 {
    right: -171px;
    top: -27px;
    max-width: 200%;
}
}
@media screen and (max-width: 599px){
.section_3.sectionresto .desc-s3 {
    margin-left: 81px;
}
.template-section.groupe .ch-tr2 {
    right: -116px;

}
.page-id-463.page-template-template3 .atelier .block_a1 {
    height: 380px;
}
.page-id-463 .atelier img.ch-tr2-mb {
    top: -45%;
}
.page-id-463 .atelier img.ch-tr1-mb {
    top: 26%;
}
.page-id-478 .template2 .container .secendblock img {
    margin-top: 30px;
}
}
@media screen and (max-width: 374px){

.page-id-463 .atelier img.ch-tr2-mb {
    top: -47%;
}
.page-id-463 .atelier img.ch-tr1-mb {
    top: 36%;
}
.tpl-menu_reservation .btn-suite {
    width: 151px;
}
.menu_page {
    min-height: auto;
}
div#btn_pdf2 {
    bottom: 20%;
    font-size: 14px;
}
.btn-suite {
    min-width: 140px;
    padding: 6px 37px 0px 14px;
}
} 
@media screen and (max-width: 799px){
	
	.page-template-particuliers .particuliers.part_c1 .rp-3 {
		    right: 35%;
    top: 41%;
	}
	.page-template-particuliers .particuliers.part_c1 .pm-1 {
		left: 23%;
	}
	.page-template-particuliers .particuliers .pm-2 {
		left: 37%;
	}
}@media screen and (max-width: 599px){
	
	.page-template-particuliers .particuliers.part_c1 .rp-3 {
		right: 6%;
	}
	.page-template-particuliers .particuliers.part_c1 .pm-1 {
		left: 8%;
	}
	.page-template-particuliers .particuliers .pm-2 {
		left: 48%;
	}
}
@media screen and (max-width: 360px){
	
	.section_3.sectionresto .desc-s3 {
    margin-left: 0;
    width: 100%;
}
}
@media screen and (max-width: 320px){
	
	.page-template-particuliers .particuliers.part_c1 .rp-3 {
		right: -47%;
	}
	.page-template-particuliers .particuliers.part_c1 .pm-1 {
		left: 10%;
	}
	.page-template-particuliers .particuliers .pm-2 {
		left: 15%;
	}
}