/*
Theme Name: Tourette romandie
Theme URI: http://www.ergopix.ch
Description: Thème responsive de ergopix sàrl
Author: Audrey Devantay, ergopix sàrl
Version: 1.0
*/

#wp-admin-bar-comments, #wp-admin-bar-new-content, #wp-admin-bar-wpseo-menu, #wp-admin-bar-wp-logo, #wp-admin-bar-customize, #wp-admin-bar-themes, #wp-admin-bar-search, #wp-admin-bar-updates{
	display: none;
}

embed,
iframe,
object,
video {
	max-width: 100%;
}

.the_content iframe{
	width: 100%;
}

.the_content a.mejs-horizontal-volume-slider{
	border-bottom: none;
}

.mejs-container{
	margin-bottom: 30px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft, img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

figure.wp-caption.alignright, img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

img.aligncenter, .wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"], div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}

:-ms-input-placeholder {
	color: #939393;
}

.wp-caption, img {
	max-width: 100%;
}

body {
	background: url(images/bg.jpg) repeat #fff;
}

a {
	color: #333;
	text-decoration: none !important;
}

a:focus, a:hover,a:active {
	outline: 0 none!important;
	color: #968c67;
}

a:active, .hover {
	color: #968c67;
	outline: 0 none!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 500;
/* 	margin: 36px 0 12px; */
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 26px;
	line-height: 140%;
}

h2 {
	font-size: 23px;
	color: #000000;
	line-height: 140%;
}

h3 {
	font-size: 22px;
	line-height: 140%;
}

h4 {
	font-size: 20px;
	line-height: 140%;
}

h5 {
	font-size: 18px;
	line-height: 140%;
}

h6 {
	font-size: 16px;
	line-height: 140%;
}

p {
	padding: 0;
	margin: 0 0 15px 0;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

/***********************************************************************************************
* Structure
*/
.wrapper{
	font-family: 'Roboto', sans-serif;
}

header{
	padding-top: 90px;
}

.logo{
	display: block;
}

.footer_block .logo{
	height: 44px;
	margin-bottom: 10px;
}

.menu, .contact-link{
	margin-top: 30px;
	margin-left: 0;
	padding-left: 0;
}

footer .container .row{
	padding-top: 40px;
	padding-bottom: 40px;
	color: white;
}

.wrapper_page{
	padding: 30px 15px 0 15px;
	background-color: white;
	overflow: hidden;
}

.footer_wrapper{
	background-color: #808080;
	padding: 0 15px;
}

/***********************************************************************************************
* Fadder
*/
.fadder{
	position: relative;
	overflow: hidden;
	max-height: 625px; 
}

.lvl{
	margin-bottom: 30px;
}

.lvl.post{
	margin-bottom: 60px;
}

.fadder .caption-link{
	height: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	min-height: 100%;
    height: 100%;
    border: 4px solid #c0b488;
    padding: 0 10px;
    display: block;
}

.fadder .caption{
	z-index: 10;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.93;
	-moz-opacity: 0.93;
	-khtml-opacity: 0.93;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=93);
	padding: 10px 0;
	background: #f0e2aa;
	width: 100%;
}

.fadder .caption:before{
	background: #f0e2aa none repeat scroll 0 0;
    top: -20px;
    content: "";
    height: 30px;
    left: 0;
    overflow: visible;
    position: absolute;
    transform: skewY(-1deg);
    width: 100%;
    z-index: -1;
}

.fadder .caption-bloc{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #f0e2aa;
}

.fadder .caption-bloc:before{
	background: #f0e2aa none repeat scroll 0 0;
    top: -20px;
    content: "";
    height: 30px;
    overflow: visible;
    position: absolute;
	opacity: 0.4;
	-moz-opacity: 0.40;
	-khtml-opacity: 0.40;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=40);    width: 100%;
    z-index: -1;
}
	
.fadder .caption-bloc-1:before{
	transform: skewY(-3deg);
}

.fadder .caption-bloc-2:before{
	transform: skewY(3deg);
	top: -10px;
}

.slides{
	margin: 0;
	padding: 0;
}

.bloc img{
	width: 100%;
	margin-bottom: 15px;
}

.bloc div, .footer_block{
	padding: 0 10px;
}

/***********************************************************************************************
* FAQ
*/
.faq-bg{
	background: url(images/faq.png) no-repeat center left #f0e2aa ; 
	padding: 40px 0 !important;
	margin: 0 !important;
}

.faq .question{
	margin-bottom: 15px;
	color: #333;
	font-style: italic;
	display: block;
	border-left: 8px solid #e3d6a1;
	cursor: pointer;
}

.faq .question:hover{
	color: #968c67;
}

.form_button, .gform_title{
	text-align: center;
	color: #3333;
	padding: 20px 0;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
	font-size: 14px;
	font-family: "Roboto",sans-serif;
	padding: 10px 0;
	letter-spacing: 0.5px;
}

.question-reponse{
	margin-bottom: 20px;
}

.form_wrapper, .the_content .gform_wrapper{
	background-color: #F0E2AA;
}

.the_content .gform_wrapper{
	margin-bottom: 30px !important;
}

.reponse{
	color: #808080;
	padding-left: 15px;
}

.reponse_close{
	display: none;	
}

.page-template-page-faq .faq .question{
	border-left: 8px solid #e8e8e8;
	margin-left: 6px;
}

.page-template-page-faq .faq .open .question {
    border-left: 8px solid #F0E2AA;
}

.gform_wrapper{
	padding: 10px;
}

.page-id-33 .gform_wrapper{
	display: none;
}

#searchform{
	margin: 40px 0;
}

#searchform input{
	padding: 20px 25px;
	border: none;
}

#s{
	background-color: #c0b488;
	width: 78%;
	display: block;
    float: left;
}

#searchsubmit{
	width: 20%;
	display: block;
    float: left;
    background-color: #968C67;
}

.highlight{
	background-color: #F0E2AA;
	display: inline-block;
}
/***********************************************************************************************
* Page
*/

.img_header{
	margin-bottom: 0 !important;

}

.img_header img{
	width: 100% !important;
	height: auto !important;
}

i.WP-PrintIcon{
	margin-left:15px;
	margin-top: 5px;
	font-size: 28px;;
}

.print a{
	float: right;
}

/***********************************************************************************************
* TEXT
*/

p, li{
	font-size: 15px;
	line-height: 180%;
}

h2{
	margin-bottom: 5px;
}

.fadder p{
	color: #333;
}

.fadder .caption-link{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	color: #333;
	line-height: 21px;
	letter-spacing: 0.78px;
	text-transform: uppercase;
	line-height: 52px;
}

.fadder .caption-link:hover{
	color: #968c67;
	text-decoration: none;
}

.bloc a,  a.bloc_2{
	display: block;
}

.bloc a:hover, .bloc a:hover .more, .bloc a:hover h2{
	color: #968c67;
	text-decoration: none !important;
}

a.bloc_2 {
	border-top: 6px solid #e8e8e8; 
	padding-top: 15px;
}

.more{
	font-size: 11px;
	color: #9B9B9B;
	letter-spacing: 1px;
	line-height: 13px;
	text-transform: uppercase;
	font-weight: 500;
}

.morefaq{
	color: #333;
}

.bloc_2.bloc_main h3, .phone, .faq h2{
	font-size: 28px;
	line-height: 130%;
}

.faq h2{
	margin-bottom: 30px;
}

.bloc_2 h3{
	font-size: 23px;
	margin-bottom: 5px;
}

.bloc, .bloc_2{
	margin-bottom: 20px;
}

.phone{
	font-weight: 100;
	margin-bottom: 20px;
	display: block;
}

h6{
	font-size: 17.5px;
}

footer a{
	color: white
}


footer a:hover{
	color: #f0e2aa;
	text-decoration: none;
}

.the_content p, .the_content ul{
	margin-bottom: 30px;
}

.the_content ul, .the_content ol{
	margin-left: 10px;
	padding-left: 8px;
}

.the_content img{
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.the_content img.alignleft, .the_content img.alignright{
	margin-top:7px;
	margin-bottom: 15px;
}

.the_content a{
	color: #968c67;
	border-bottom: 2px solid #968c67;
}

.the_content a:hover{
	color: rgba(0,0,0,0.5);
	border-bottom: 2px solid rgba(0,0,0,0.5);
}

.single h1, .page h1, .blog h2{
	font-size: 28px;
	margin-bottom: 10px;
}

strong{
	font-weight: 500;
}

.filet{
	border-bottom: 6px solid #F0E2AA; 
	margin: 0 !important;
    padding: 0 !important;
}

blockquote{
	color: #968c67;
	font-size: 20px;
	border-top: 6px solid #968c67; 
	margin-left: 0;
	padding-left: 0;
}

blockquote p{
	font-size: 20px;
	color: #968c67;
}

.resume{
	margin-top: 10px;
}

/***********************************************************************************************
* WP PAGINATE
*/

.navigation{
	margin-bottom: 30px;
}

.wp-paginate{
	text-align: center;
}

.wp-paginate a{
	border: #f0e2aa  !important;
	background-color: #f0e2aa  !important;
	color: white !important;
}

.wp-paginate .current, .wp-paginate a:hover{
	border: #968c67 !important;
	background-color: #968c67 !important;
	color: white !important;
}


/***********************************************************************************************
* MENU
*/
.menu{
	margin-left: 5px;
}

.menu .page_item{
	display: inline-block;
	list-style: none;
	margin-right: 30px;
	font-weight: 500;
} 

.menu .page_item a, header .contact-link, .date{
	color: black;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 0.85px;
	line-height: 120%;
	opacity: 0.3;
	-moz-opacity: 0.30;
	-khtml-opacity: 0.30;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=30);
	text-transform: uppercase;
	display: block;
}

header .contact-link{
	display: inline-block;
	margin-left: 15px;
}

.right{
	text-align: right;
}

header .contact-link{
	margin-top: 26px;
	text-align: right;
}

.facebook i{
	font-size: 22px;
}

.facebook{
	position: relative;
	top: 3px;
}

.menu .page_item a:hover, .menu .current_page_item a, header .contact-link:hover, .current_page_parent a{
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}

.chocolat-open .scroll-back-to-top-wrapper{
	display: none!important;
}

.sub-menu{
	margin: 0;
	padding: 0;
}

.sub-menu .page_item{
	display: block;
	margin-bottom: 20px;
}

.sub-menu .page_item a{
	text-transform: none;
	font-size: 15px;
	opacity: 0.3;
	-moz-opacity: 0.30;
	-khtml-opacity: 0.30;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=30);
}

.sub-menu .current_page_item a, .menu .current_page_ancestor a{
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);}


.sub-menu .page_item a .fa{
	font-size: 0.7em;
	position: relative;
	top:-1px;
}

.sub-menu .title{
	font-size: 15px;
	list-style: none;
	font-weight: 500;
	border-bottom: 6px solid #e8e8e8; 
	margin-bottom: 20px;
	letter-spacing: 0.85px;
	padding-bottom: 2px;
}

.sub-menu .title a, .sub-menu .page_item a:hover{
	color: black;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}

.sub-menu .title a:hover{
	opacity: 0.3;
	-moz-opacity: 0.30;
	-khtml-opacity: 0.30;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=30);
}
/***********************************************************************************************
* MENU MOBILE
*/
.header-mobile{
	padding: 15px;
	background-color: #fff;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	z-index: 100000;
	border-bottom: 6px solid #e8e8e8; 
}

.icon-bar {
    display: block;
    width: 40px;
    height: 3px;
    background-color: #e8e8e8;
}

.icon-bar + .icon-bar {
	margin-top: 10px;
}

.boxclose,.boxclose:visited,.boxclose:active {
	color:#0D0D0D;
	text-decoration:none;
	display:block;
}

.boxclose:hover,.boxclose:focus {
	color:#0D0D0D;
	text-decoration:none;
}

.boxclose i {
	margin-right:5px;
}

.mm-menu.mm-top, .mm-menu.mm-bottom {
    height: 100%;
}

.mm-menu.mm-theme-white .mm-divider{
	background-color: #FFF;
	font-size: inherit;
}

.mm-menu.mm-theme-white .mm-divider.search-label{
	text-indent: 0;
	margin-bottom: 10px;
}

.mm-menu.mm-theme-white .mm-divider.search-label #s{
	border: none;
	background-color: #DDDDDD;
	width: 100%;
	padding: 0 20px;
	line-height: 42px;
	font-size: 1em;
}

.mm-listview .mm-next::before{
	border: none;
}

.mm-menu > .mm-panel > .mm-listview:first-child, .mm-menu > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: -10px;
}

 .mm-menu > #mm-1 > .mm-listview{
	margin-top: -20px;
}

.lang-label.mm-divider a, .lang-label.mm-divider a:visited, .icon-label.mm-divider a, .icon-label.mm-divider a:visited{
	display: inline-block;
	padding: 0 6px 0 0;
	text-indent: 0;
	line-height: 42px;
}

 .icon-label.mm-divider a, .icon-label.mm-divider a:visited{
	 font-size: 2em;
 }

.lang-label.mm-divider{
	margin-top: 10px;
}

.mm-listview > li > a, .mm-listview > li > span {
    padding: 5px 10px 5px 20px;
}


.mm-selected a, .current_page_parent a{
	color: black !important;
}

@media (max-width: 767px) {
	.wrapper{
		padding-top: 70px;
	}
	
	.fadder .caption{
		position: relative;
		bottom: auto;
		left: auto;
		padding: 10px;
	}
	
	.row.filet{
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.wrapper{
		padding-top: 70px;
	}
	
	.row.filet{
		display: none;
	}
}

@media (min-width: 1441px) {

}