/*
Theme Name: DanceVins
Author: MAP SA
Author URI: https://www.map.ch
Description: Theme by MAP COMMUNICATION
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900');


body, html, ul, p, img  {
    padding:0px;
    margin:0px;
    outline: none;
    border: none;
    max-width:100%;
}
p {
    margin-bottom: 10px;
}
ul {
    list-style: none;
}
img {
    height: auto;
    max-width: 100%;

}
input, textarea{
    padding: 10px;
    border: 1px solid;
    width: 100%;  
}
body, html {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
	color: #000000;
	background: white;	
	font-size: 14px;
    line-height: 24px;
    width:100%;
    height:100%;
}
body a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    color: #6a0326;
}
body, #wrapper {
    min-height: 100%;
    background: #ffffff;
}
strong {
    
}
h1 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 40px;
    margin: 0px 0 45px;
    letter-spacing: 0.5px;
    line-height: 48px;
    color:#000000;
    text-align: center;
    
}
h1 strong {
	font-family: 'Work Sans', serif;
}
h2 {
    font-weight: normal;
    margin: 0px 0px 20px;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
	line-height: 24px;
}
h3 {
    font-weight: 200;
    line-height: 65px;
    font-size: 45px;
}
h4 {
	font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 20px;
	font-weight: normal;
}
 #wrapper {
    width: 100%;
    max-width: none;
    position: relative;
}
.noMargeTop {
    margin-top:0px !important;
    padding-top:0px !important;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.fixFloat {
    clear:both;
}
.size-row {
    max-width:1100px;
    margin:0 auto;
    position:relative;
}
.size-row:after {
    content: "";
    display: block;
    clear: both;
}
a.vc_btn3 {
    border: 2px solid #6a0326;
    border-radius: 50px;
    font-weight: 500;
	font-size: 16px;
    margin: 30px 0px;
	padding: 10px 20px;
}
a.vc_btn3:hover {
    background-color: #ffffff !important;
    color: #6a0326 !important;
    border: 2px solid #6a0326;
    border-radius: 50px;
    font-weight: 500;
    margin: 30px 0px;
	background-image: none;
	padding: 10px 20px;
}
.metaslider  {
    max-height: 950px;
}
.svg_metalslider {
  position: absolute;
  bottom: 0px;
  margin-bottom: 0px !important;  
}
.svg_left_top {
    margin-bottom: -4px !important; 
}
.svg_footercontact_top {
    position: absolute;
    margin-bottom: -4px !important;
    bottom:0px;
}
.page-id-75 .svg_left_top {
    display:none;
}
.svg_right_top {
    margin-bottom: -4px !important;
}    
svg .acd_white {
    fill: #fff;
}
svg .acd_beige {
    fill: #e9e4dc;
}

/**************************************************************************
**************************************************************************
*********     HEADER PART 
***************************************************************************
***************************************************************************/
header.header-wrapper {
    position: fixed;
}
.scrolled header.header-wrapper {
   background: #e9e4dc;  
}

.header-wrapper {
    width:100%;
    z-index:555;
    padding: 20px 0px 0px;
}
.header-wrapper.header-shadow:after {
    content: "";
    z-index: 99996;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    /*
    -webkit-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.34);
    */
}

.site-branding {
    margin-bottom: 0px;
    position: absolute;
/*    top: calc((100vh - 407px)/2);*/
	top: 185px;
    z-index: 50;
    text-align: center;
    width: calc((100% - 388px) /2);
    height: 407px;
    left: calc((100% + 388px) / 4);
}
.site-branding  h1 {
    font-size: 65px;
    font-weight: 200;
    margin: 30px 0 0;
    line-height: 75px;
}
.logo {
    display: inline-block;
    position: relative;
    background: url(../../../wp-content/uploads/2018/01/DanceVins_logo_150x170_blc.png) center 0 no-repeat;
	background-size: 75px 85px;
    width: 75px;
    height: 85px;
    margin: 0 auto 10px;
}
.logo a {
    display:block;
    width:100%;   
}
.logo a img {
    display: none;
}
.scrolled .logo a img {
    display:block;
	background-image: none;
}

.header-wrapper {
    color: #ffffff;
}
.scrolled .header-wrapper, .scrolled aside ul.switcher-list li span {
    color: #000000;
}
nav.navFarbe, .header-wrapper aside  {
    text-align: right;
    float:right;
    height: 87px;
    line-height: 87px;
}
.header-wrapper aside ul li {
    display: inline-block;
    padding: 0px 0px 0px 10px;
	line-height: 25px;
}
.header-wrapper aside {
    margin-left: 30px;
}
.wpm-language-switcher.wpm-switcher-dropdown li > span {
	position: relative;
}
.wpm-language-switcher.wpm-switcher-dropdown li > span::after {
	content: "";
	display: block;
	position: absolute;
	height : 0;
	width : 0;
	border-top : 8px solid #ffffff;
	border-right : 5px solid transparent;
	border-left : 5px solid transparent;
	top: 8px;
	right: -10px;
}
nav a {
    text-decoration: none;
}

nav ul {
    list-style: none;
    margin: 0;
}
nav ul li {
    display: inline-block;
    position: static;
    margin-left: 25px;
    font-size: 18px;
    font-weight: 500;
}
li.disabled a {
    pointer-events: none;
}
li.disabled ul a {
    pointer-events: auto;
}
.home.scrolled .current-menu-item a, 
.home.scrolled aside ul.switcher-list li.active span span,
aside ul.switcher-list li.active span span {
	color:#6a0326;
}
.home .current-menu-item a, aside ul.switcher-list li span,
.home aside ul.switcher-list li.active span span {
    color: #fff;
}
aside ul li span {
    font-weight: 600;
	font-size: 18px;
}

nav ul li ul {
    display: none;
}
nav ul li:hover > ul {
    display: block;
    z-index: 1000;
 /*   background: #f1f1f1;*/
	background: rgba(255, 255, 255, 0.55);
    width: 225px ;
    position: absolute; 
    text-align: left;
    font-size: 18px;
	-webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.35);
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.35);
}
nav ul li ul li {
   color:#333333;
   position: relative;
   margin:0px; 
   padding: 0px 10px;
   display: block;
   
}
nav ul li ul li.menu-item-has-children::after {
    content: ">";
    position: absolute;
    right: 5px;
}
nav ul li ul li ul {
    display: none;
}
nav ul li ul li:hover ul {
    display: block;
    position: absolute;
    left: 200px;
    margin: 0px;
    padding: 0px;
    background: rgba(255, 255, 255, 0.88);
    width: 300px;
    text-align: left;
    top: 0px;
}
nav ul li ul li:hover ul li {
    font-size: 14px;
}
.current-menu-item > a, .current-menu-item > a:hover, 
.home.scrolled .current-menu-item a,
.home.scrolled .current-menu-item a:hover,
.current-menu-parent > a {
	color:#6a0326;
}

.theme-default .nivo-controlNav {
    position: absolute;
    bottom: 0px;
}
#custom_html-3 {
    position: absolute;
    top: 0;
    right: -80px;
}
a.inyourface {
	font-size: 25px;
    margin-left: 5px;
}

/**************************************************************************
**************************************************************************
*********     FRONT
***************************************************************************
***************************************************************************/
#main {
    background: white;
    padding-top: 120px; 
}
iframe {
    width:100%;
}
.site-branding-text h1 {
    text-transform: uppercase;
	color:#ffffff;
}

.vc_row.wpb_row.vc_row-fluid {
    background-position: center !important;
}

#wallpaper {
	background-position:0 5px !important;
}
/*
figure a:hover{
	background-color: #a8242f;
}*/
figure a img:hover{
	opacity: 0.5;
}
h2.widgettitle  {
    font-weight: 200;
    color: #666666;
    line-height: 65px;
    font-size: 45px;
}
/**************************************************************************
**************************************************************************
*********     HOMEPAGE
***************************************************************************
***************************************************************************/
.home #main {
    background: white;
    padding-top:0px !important;
}
div.vc_sep_pos_align_center {
    margin-bottom: 50px;
    width: 15%;
}
div.vc_separator.separator .vc_sep_holder .vc_sep_line {
    border-top-width: 4px;
}
.longside p {
    margin: 0px;
}
.vertodo p {
	text-align: center;
    margin: 70px 0 0;
}
.vertodo.veractu p {
    margin: 0;
}
.vertodo a, .hasalink a, a.zurueck {
	color: #6a0326;
	font-size: 18px;
}
.vertodo a:hover, .hasalink a:hover, a.zurueck {
	text-decoration: underline;
}
.hasalink a {
	float: right;
    margin-right: 30px;
}
.haspadding {
	padding-top: 50px;
    padding-bottom: 150px;
}
.hasmarginbgcolor {
	margin-top: -4px;
	background-color: #e9e4dc;
}
.haspaddingtoo {
    padding-top: 150px;
    padding-bottom: 280px;
}
.sep {
    margin-top: 20px;
}
.isutil a {
	color: #6a0326;
	font-size: 15px;
}
.isutil a:hover {
	text-decoration: underline;
}
/**************************************************************************
**************************************************************************
*********     WOOCOMMERCE
***************************************************************************
***************************************************************************/
.woocommerce ul.products li.product a, .wcps-container  div.wcps-items div.wcps-items-thumb a  {
    text-align: center; 
    display: block;
}
.woocommerce ul.products li.product a img, .wcps-container  div.wcps-items div.wcps-items-thumb img {
    width: auto !important;
    display: inline-block !important;
}
fieldset{
	margin: 30px 0;
    padding: 30px;
	border-color:#f1f1f1;
}
fieldset legend{
    text-transform: uppercase;
    padding: 0 20px;
    font-weight: 200;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 14px;
    font-weight: 300 !important;
    color: #fff !important;
    background-color: #666 !important;
    margin: 0 auto 10px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 11px;
    width: 50%;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color:#6a0326 !important;
}
.woocommerce form .form-row .required, .woocommerce .is-active {
    color: #6a0326 !important;
}
.woocommerce .woocommerce-breadcrumb {
	display: none;
}
/***********/
/* lignes suivantes commentées par Aurélie le 30-11-2020. Width précisé inutilement. On utilise woocommerce pour afficher les produits */
/*
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 29%;
}*/
/* lignes suivantes ajoutés par Aurélie le 30-11-2020. */
#coffret_cadeau .product_cat-coffrets {
    width: 100%;
}

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

.woocommerce div.woocommerce-product-gallery__image {
    text-align: center;
}
.woocommerce .size-row div.product div.images img {
    width: auto;
    display:inline;
}

.woocommerce-product-details__short-description {
	margin: 0 0 60px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-weight: 300;
    text-transform: uppercase;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.9em;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    margin-bottom: 10px;
}
/* lignes suivantes commentées par Aurélie le 30-11-2020. MAJ du plugin. CSS désormais inutile.*/
/*.wcps-container .owl-nav.topright .owl-next {
    background: url(assets/images/arrow-next.png) no-repeat scroll 0 0 rgb(255, 255, 255);
}
.wcps-container .owl-nav.topright div.owl-next:hover {
    background-image: url(assets/images/arrow-next-black.png);
    background-color: transparent;
    border: 1px solid rgba(221, 221, 221, 0.0);
}
.wcps-container .owl-nav.topright .owl-prev {
    background: url(assets/images/arrow-prev.png) no-repeat scroll 0 0 rgb(255, 255, 255);
}
.wcps-container .owl-nav.topright div.owl-prev:hover {
    background-image: url(assets/images/arrow-prev-black.png);
    background-color: transparent;
    border: 1px solid rgba(221, 221, 221, 0.0);
}*/
.wcps-container .owl-prev, .wcps-container .owl-next {
    color:#7c0022;
    background:none;
    border:none;
    font-size: 21px;
}

.wcps-container .owl-carousel {
    padding-top: 80px !important;
}
.woocommerce div.product h1.product_title {
	text-align:left;
}
#content.leftwoo {
	margin:60px 0 0;
}
span.pricecl {
    margin-left: 15px;
}
.donotdosplayh2 h2 {
	display:none;
}
.product_meta {
    margin-top: 45px;
}
.woocommerce table.shop_attributes {
    display: none;
}
.size-woocommerce_thumbnail {
	max-height:300px !important;	
}

.datarticle, .woocommerce-product-gallery__trigger {
	display: none !important;
}
/**************************************************************************
**************************************************************************
*********     CHIMP - Gorille
***************************************************************************
***************************************************************************/
.mc4wp-form input {
	font-size: 15px;
	border: none;
    width: 90%;
}
.mc4wp-form input[type="submit"] {
	background-color:#666;
	color: #fff;
    width: 45%;
}
.mc4wp-form input[type="submit"]:hover {
    background-color: #6a0326;
}
.required {
	font-size: 14px;
    margin-bottom: 20px;
}
.wpcf7 .mc4wp-form input[type="submit"] {
    width: 30%;
}
/**************************************************************************
**************************************************************************
*********     GENERAL PAGE & CONTACT
***************************************************************************
***************************************************************************/
.ispagetitle h1 {
	text-align:center;
	margin-bottom: 50px !important;
}
.svg_overmap {
    position: relative;
    bottom: -178px;
    z-index: 1;
}

/**************************************************************************
**************************************************************************
*********     POSTS  & NEWS
***************************************************************************
***************************************************************************/
.actutitle div{
    text-transform: uppercase;
    font-size:20px;
    line-height: 24px;
    min-height: 70px;
}
.actutitle p {
    font-weight: 500;
}
.wpb_gmaps_widget .wpb_wrapper {
    padding: 0 !important;
}
.wcps-container  .wcps-items-title a {
    font-weight: 300;
    text-transform: uppercase;
}
.actualidades .events-wrapper {
    padding: 35px 25px !important;
    margin: 12px;
    background-color: #e3e3e3;
    min-height: 400px;
}
.content.contentArticle {
    margin: 50px 0;
}
.content.contentArticle h3{
    width: 75%;
}
.events-wrapper p {
    text-align: center;
}
.datarticle {
    margin: 20px 0 30px;
	font-style: italic;
}
.wpb_column.vc_column_container.vc_col-sm-3.events-wrapper {
    width: 33%;
    float: left;
    padding: 20px;
}
.isactu {
    width: 100% !important;
}
.isactu p.datarticle {
    border-bottom: 1px solid lightgray;
    padding-bottom: 50px;
}
.isactu:last-child p.datarticle {
    border-bottom: none;
	padding-bottom: 0px;
}
/**************************************************************************
**************************************************************************
*********     FOOTER
***************************************************************************
***************************************************************************/
.footer-area {
    bottom: 0px;
    width: 100%;
    padding: 20px 0px 20px 0px;
    font-size: 15px;
    background: #e9e4dc;
    text-align: left;
    color: #000000;
	min-height: 130px;
    margin-top: -3px;
}
.footer-area a:hover {
    color: #6a0326;
	text-decoration: underline;
}
.footer-area .fa {
    font-weight: 600;
    margin-right: 2px;
}
div.copy {
	text-align: center;
	font-size: 12px;
	width: 100%;
	float: left;
}
a.verlamapa {
	color: #6a0326;
	padding-left: 120px;
}
img.inthefooter{
    position: relative;
    top: -40px;
}
.inthecenter{
	text-align:center;
}

/**************************************************************************
**************************************************************************
*********     QUERIES
***************************************************************************
***************************************************************************/
@media screen and (min-width: 768px) {
	.bgheader .nivoSlider img.nivo-main-image {
		width: auto !important;
		min-height: 100% !important;
	}
    /**************************************************************************
    **************************************************************************
    *********     IMAGE & SVG
    ***************************************************************************
    ***************************************************************************/
    .mapo {
       position: absolute;
       cursor:pointer; 
    } 
    .mapo:hover {
        z-index: 3;
        box-shadow: 0 0 100px -20px black;
        transition: all .5s;
    }
    .mapo_behind_img {
        z-index: 2;
        top: 0px;
        right: 0px;
    }
    .mapo_front_img {
        right: calc(50% - 145px);
        top: 50px;
        z-index: 1;
    }
    .mapo_behind_left_img {
        z-index: 2;
        top:0px;
        left: calc(50% - 100px);
    }
    .mapo_front_left_img {
        top: 50px;
        z-index: 1;
    }
    .mapo_behind_left_img_home {
        z-index: 1;
        top:0px;
        left: calc(50% - 100px);
    }
    .mapo_front_left_img_home {
        top: 50px;
        z-index: 2;
    }	
    .mapo_behind_left_top_img  {
        z-index:2;
        top: 0px;
        right: calc(50% - 100px);
    }
    .mapo_front_left_top_img {
        top: 50px;
        z-index: 1;
        right: 0px; 
    }
	.mapo_behind_left_top_img_home  {
        z-index:1;
        top: 0px;
        right: calc(50% - 100px);
    }
    .mapo_front_left_top_img_home {
        top: 50px;
        z-index: 2;
        right: 0px; 
    }
	.col-sm-3 {
		width: 25%;
		float: left;
	}
	.col-sm-6 {
		width: 50%;
		float: left;
	}
    .ftg-items .ftg-loaded:nth-child(2),
    .ftg-items .ftg-loaded:nth-child(5),
    .ftg-items .ftg-loaded:nth-child(8) {
        margin-top:-40px;
    }

    .ftg-items .ftg-loaded:nth-child(4),
    .ftg-items .ftg-loaded:nth-child(7),
    .ftg-items .ftg-loaded:nth-child(10) {
        margin-top:-20px;
    }
}

@media screen and (min-width: 769px) {
     .actualidades .wpb_column.vc_column_container.vc_col-sm-3.events-wrapper {
        width: calc(31% - 12px );
    }
}
@media screen and (min-width: 420px) and (max-width:768px) {
    .actualidades {
        padding:0px 10px;
    }
    a.cart-contents {
        top: 25px !important;
        left: 20px !important;
    }
    
    .actualidades .wpb_column.vc_column_container.vc_col-sm-3.events-wrapper {
        width: calc(100% - 20px);
    }
}

@media screen and (min-width: 768px) 
and (max-width: 1000px) {
	
     
}

@media screen and (max-width: 920px) and (orientation: landscape) {
	.header-wrapper {
        position: relative !important;
		background-color: #e9e4dc;
    } 
    #wrapper {
        padding-top: 0px !important;
    }
	.header-wrapper .navFarbe {
        display: none;
    }
    .site-branding  h1 {
        font-size: 30px;
        line-height: 35px;
    }
    header .logo img {
    	display: block;
    }

	li.disabled a, li.disabled ul a {
		pointer-events:auto;
	}
	.woocommerce div.product div.images img {
		width: 60%;
		margin: 0 auto;
	}
	aside ul.switcher-list li span {
    	color: #000;
	}
	aside ul.switcher-list li.active span, .home aside ul.switcher-list li.active span span{
		color: #6a0326;
	}
	nav.navFarbe, .header-wrapper aside {
	    line-height: 137px;
		margin-right: 105px;
	}
	#custom_html-3 {
		right: 55px !important;
    	color: #000;
    	top: 0 !important;
	}
	button#responsive-menu-button {
		background-color: #e9e4dc !important;
	}
}
@media screen and (max-width: 1400px) and (orientation: landscape) {
	.woocommerce div.product div.images img {
		width: 60%;
		margin: 0 auto;
	}
	h1.product_title.entry-title, h2.widgettitle {
		font-size: 30px;
		line-height: 45px;
	}
	.actualidades .events-wrapper {
    	min-height: 440px;
	}
}
@media screen and (max-width: 1100px) {
    header .logo {
        margin: 0 auto;
    }
    header .logo img {
    }
	.header-wrapper aside {
		margin-left: 20px;
	}
	.header-wrapper {
		padding: 15px 0px 0px;
	}
    .size-row {
        width: calc(100% - 40px);
        padding: 0px 20px;
    }
	nav ul li {
	    margin: 0px 15px;
	    font-size: 15px;
	}
	aside ul li span {
		font-size: 15px;
	}
	#custom_html-3 {
		top: 30px;
		right: 20px;
	}
	.site-branding {
	    top: 120px;
		width: calc((100% - 500px) /2);
	    left: calc((100% + 500px) / 4);
	}
	svg {
        height: 120px !important;
    }
	.haspadding {
    	padding-top: 0;
	}
	.home .vc_single_image-wrapper.vc_box_border_grey,
	.page-id-71 .mapo img {
		max-width: 80% !important;
		margin-top: 20px;
	}
	.vc_align_right.mapo_front_img.mapo {
		text-align: left;
	}
	.mapo:hover {
	    box-shadow: none;
	}
	.home .wpb_column.vc_column_container.vc_col-sm-8 {
		width: 55%;
		text-align: left;
	}
	.home .wpb_column.vc_column_container.vc_col-sm-4 {
		width: 40%;
	}
	img.inthefooter {
		top: initial;
		width: 75%;
	}
	#main {
		padding-top: 105px;
	}
	.woocommerce .size-row div.product div.images img {
    	width: 46%;
	}
	div#wpcf7-f132-p75-o1 {
		width: 90%;
		margin-top: 20px;
	}
}

@media screen and (max-width: 768px) {
    .header-wrapper {
        position: fixed;
        top: 0px;
    }
    h1 {
        font-size: 24px;
        line-height: 35px;
    }
	h3 {
		line-height: 40px;
		font-size: 25px;
	}
    .header-wrapper .navFarbe {
        display: none;
    }
    p .names {
        display: block;
    }
    .header-wrapper .logo {
        text-align: left;
    }
    .header-wrapper aside {
        position: relative;
        text-align: center;
        right: 70px;
    } 
    .header-wrapper {
        height: auto;
    }
    .disableOnMobile {
        display: none;
    }
    
    .wpb_column.vc_column_container.vc_col-sm-3.events-wrapper {
        width: 33%;
        float: left;
        padding: 20px;
    }
	li.disabled a, li.disabled ul a {
		pointer-events:auto;
	}
	.woocommerce div.product div.images img {
		width: 40%;
		margin: 0 auto;
	}
    .mapo {
        display: none;
    }
    svg {
        height: 30px !important;
    }
    svg.svg_left_top, svg.svg_right_top {
         margin-bottom: -5px !important;
    }
	.home .wpb_column.vc_column_container.vc_col-sm-8 {
		width: 100%;
		text-align:inherit;
	}
	.home .wpb_column.vc_column_container.vc_col-sm-4 {
		width: 100%;
	}
}
@media all and (max-width: 575px) { 

    
}

@media only screen and (max-device-width : 736px) and (orientation : landscape) {
	.header-wrapper aside {
		right: 55px;
		color: #000;
		top: 0;
		margin-right: 30px;
	}

	#custom_html-3 {
		right: -65px !important;
	}
}



@media screen and (max-width: 420px) {
    .header-wrapper {
        height: auto;
		color: #000 !important;
    }
	.header-wrapper aside {
	    right: 75px;
    	top: 30px;
	}
	header.header-wrapper.header-shadow {
		background-color: #e9e4dc;
	}
	aside ul.switcher-list li span {
		color: #000;
	}
	.home aside ul.switcher-list li.active span span {
		color: #6a0326;
	}
	#custom_html-3 {
		top: 0;
    	right: -60px;
	}
	.home #main	{
		padding-top: 100px !important;
	}	
    .site-branding {
		display: none;
	}
    .wpb_column.vc_column_container.vc_col-sm-3.events-wrapper {
        width: calc(100% - 20px);
        float: none;
        padding: 20px;
    }
	.logo a img {
		display: block;
	}
	.wpb_single_image.wpb_content_element.vc_align_center {
		margin-bottom: 10px;
	}
	.footer-area .textwidget {
		padding-top: 15px;
	}
	body {
	    font-size: 13px;
	    line-height: 19px;
	}
	.actutitle > div > p {
		font-size: 18px;
    	line-height: 22px;
	}
	h2 {
	    font-size: 22px;
	    line-height: 28px;
	}
	h4 {
		font-size: 14px;
		line-height: 20px;
	}
	h5 {
		margin: 30px 0 10px;
	}
	.contactleft p:last-child {
		font-size: 12px !important;
    	margin-bottom: 10px !important;
	}
	input, textarea {
		width: 90%;
	}
	header.woocommerce-products-header {
		zoom:1;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 100%;
	}
	a.cart-contents {
        top: 25px !important;
	    left: 50% !important;
	}
    #wp-custom-header img {
        margin-left: 0%;
    }
	.actutitle div {
	    min-height: initial;
	}
	/*.unserepartner img {
		width: 60%;
		margin-bottom: 30px;
	}*/
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
		width: calc(80% - 22px) !important;
	}
	.woocommerce-account .content {
		margin: 0;
	}
	.haspadding {
		padding-top: 30px;
	    padding-bottom: 0;
	}
	.hasmarginbgcolor {
		margin-top: 0;
		padding-top: 30px;
	}
	.hasalsopadding {		
		padding-top: 30px;
		padding-bottom: 80px;
	}
	.haspaddingtoo {
		padding-top: 0px;
		padding-bottom: 50px;
	}
	svg.svg_left_top {
		margin-bottom: -2px !important;
        margin-top: 20px;
	}
	img.inthefooter {
		display: none;
	}
	div.copy {
		margin-top: 20px;
		font-size: 10px;
	}
	.forfaitpadd {
		margin: 30px 0 60px;
	}
	.messagepadd {
		margin: 60px 0;
	}
	.svg_overmap {
	    bottom: -30px;
	}
}
@media screen and (max-width: 380px) {
    .site-branding {
        margin-top: -260px;
    }
    #wp-custom-header img {
        margin-left: -80%;
    }
}


@media (max-width: 736px) and (orientation : landscape) {
	.woocommerce-account .content {
		margin: 0;
	}
	body {
	    font-size: 13px;
	    line-height: 19px;
	}
	.actutitle > div > p {
		font-size: 18px;
    	line-height: 22px;
	}
	h2 {
	    font-size: 22px;
	    line-height: 28px;
	}
	h4 {
		font-size: 14px;
		line-height: 20px;
	}
	h5 {
		margin: 30px 0 10px;
	}
	#main {
    	padding-top: 40px;
	}
	.actutitle div {
	    min-height: initial;
	}
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
		width: calc(80% - 22px) !important;
	}
	.site-branding {
		margin-top: -305px;
	}	
	/*header.header-wrapper.header-shadow {
		background-color: white;
	}*/
	.wpb_column.vc_column_container.vc_col-sm-3.events-wrapper {
		width: 100%;
	}
	.wpb_single_image.wpb_content_element.vc_align_center {
		margin-bottom: 10px;
	}
	.woocommerce div.product div.images img {
		width: 30%;
		margin: 0 auto;
	}
	.haspadding {
		padding-top: 30px;
	    padding-bottom: 0;
	}
	.hasmarginbgcolor {
		margin-top: 0;
		padding-top: 30px;
	}
	.hasalsopadding {		
		padding-top: 30px;
		padding-bottom: 80px;
	}
	.haspaddingtoo {
		padding-top: 0px;
		padding-bottom: 50px;
	}
	.col-sm-3 {
		width: 25%;
		float: left;
	}
	.col-sm-6 {
		width: 48%;
		float: left;
	}
	div.copy {
		margin-top: 20px;
	}
	#main {
		padding-top: 0;
	}
	.forfaitpadd, .messagepadd {
		margin: 50px 0;
	}
	.svg_overmap {
	    bottom: -28px;
	}
}
@media screen and (min-width: 1100px) {
    /* .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width:  28.5%;
     }*/
     
     .actualidades .wpb_column.vc_column_container.vc_col-sm-3.events-wrapper {
        width: 31%;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.actualidades .events-wrapper {
		min-height:220px;
	}
	.header-wrapper {
        height: auto;
		color: #000 !important;
    }
	.header-wrapper aside {
	    right: 112px;
	    top: 30px;
	}
	header.header-wrapper.header-shadow {
		background-color: #e9e4dc;
	}
	aside ul.switcher-list li span {
		color: #000;
	}
	#custom_html-3 {
		position: absolute;
		top: 0;
		right: -80px;
	}
	.home aside ul.switcher-list li.active span span {
		color: #6a0326;
	}
	.home #main	{
		padding-top: 100px !important;
	}	
	.logo a img {
		display: block;
		background-image: none;
	}
	.site-branding {
		top: 180px;
	    width: calc((100% - 328px) /2);
	    left: calc((100% + 328px) / 4);
	}
	.haspadding {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.hasmarginbgcolor {
		margin-top: -2px;
		padding-top: 30px;
	}
	.hasalsopadding {
	    padding: 50px 0;
	}
	.haspaddingtoo {
		padding-top: 30px;
		padding-bottom: 60px;
	}
	div.copy {
	    margin-top: 20px;
	}
	.svg_overmap {
	    bottom: -30px;
	}
	.page-id-71 .vc_col-sm-5 {
		width: 100%;
	}
	.forfaitpadd {
		margin-bottom: 60px;
	}
}


@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.page-id-71 .vc_col-sm-5 {
		width:41.66666667%;
	}
	.logo {
	    display: inline-block;
	}
	.header-wrapper {
    	color: #ffffff !important;
	}
	header.header-wrapper.header-shadow {
		background-color: transparent;
	}
	.scrolled header.header-wrapper.header-shadow {
		background-color: #e9e4dc;
	}
	.scrolled .header-wrapper {
    	color: #000000 !important;
	}
	.scrolled .home aside ul.switcher-list li.active span span {
		color: #6a0326;
	}
	.home aside ul.switcher-list li.active span span {
		color: #fff;
	}
	aside ul.switcher-list li span {
		color: #fff;
	}
	.scrolled aside ul.switcher-list li span {
		color: #000;
	}
	.home #main {
		padding-top: 0 !important;
	}
	.logo a img {
		display: none;
		background-image: none;
	}
	.site-branding {
		top: 120px;
		width: calc((100% - 500px) /2);
 	    left: calc((100% + 500px) / 4);
	}
	.haspaddingtoo {
		padding-top: 150px;
		padding-bottom: 50px;
	}
	img.inthefooter {
		top: -20px;
	}
	#custom_html-3 {
		position: absolute;
		top: 30px;
		right: 20px;
	}
}
@media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.site-branding {
		top: 165px;
		width: calc((100% - 500px) /3);
		left: 539px;
	}
}
.product_meta .posted_in {
    display: none;
}

.pdfemb-poweredby {
    display: none !important;
}

.size-woocommerce_thumbnail {
	max-height:300px !important;	
}

.datarticle, .woocommerce-product-gallery__trigger {
	display: none !important;
}

@media screen and (min-width: 992px) {
	/* lignes suivantes commentées par Aurélie le 30-11-2020. MAJ du plugin. CSS désormais inutile.*/
    /*.product-type-simple {
		margin-top: -20px !important;	
	}*/
	
	.product-type-simple h3 {
		margin-left:50% !important;	
		padding-left:15px !important;
	}
	
	.attachment-shop_single {
		margin-top:-100px;
	}
}
@media screen and (max-width: 992px) {
	.product-type-simple h3 {
		width:100% !important;
		font-size:32px;
		margin-left:0% !important;	
		padding-left:0px !important;
	}
	
	.product-type-simple h3 {
		text-align: center !important;
	}
}

/*Apres MAJ vers WooCoomerce 4.9.2 */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width:30.75%;
}

@media screen and (max-width: 420px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width:100%;
    }
}

.post-type-archive-product .woocommerce-products-header__title {
    display:none;
}
.post-type-archive-product .page-description > p {
    display: none;
}
.single-product .product {
    margin-top:70px;
}
.vc_btn3-container {
    padding-bottom:40px;
}

@media screen and (max-width: 420px) {
    .single-product .product {
        margin-top:40px;
    }
    .vc_btn3-container {
        padding-bottom:20px;
    }
}