/* IE10+ CSS styles */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.form-group.langues > div > div {
		height: 140px;
	}
	.form-group.langues > div > div.checkbox {
		height: auto;
	}
}

/* base */
h2 {
    font-size: 24px;
}
h4 {
    font-size: 16px;
}
* {
	outline: none;
}

/** QM plugin **/
div#qm.qm-show,
div#qm.qm-peek,
.no-js div#qm, 
.nojs div#qm {
	display: none;
	max-width: 100%;
	min-width: 0!important;
	margin-top: 0!important;
}

/** Back to top button **/
div#btt {
	background-color: #f5a800;
	color: white;
	border: none;
}

/** Documents links **/
.is-doc-link {
	position: relative;
	padding-left: 24px;
}
.is-doc-link:before {
	font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -6px;
}
.is-doc-link.is-pdf:before {
	content: '\f1c1';
}
.is-doc-link.is-docx:before {
	content: '\f1c2';
}

/** Blog - Single Article **/
.single-post .entry-meta .byline,
.single-post .entry-meta .comments-link {
	display: none;
}
.single-post .entry-meta .posted-on {
	margin-left: -4px;
}
.single-post .btn-print {
	color: #f5a800;
	border-color: transparent;
	display: block;
	margin: 12px auto;
}
.single-post .btn-print .fa {
	margin-right: 2px;
}

div.post.hentry.ivycat-post .entry-utility {
	display: none;
}

/** Contact form **/
.wpcf7-form-control.wpcf7-submit {
	margin-bottom: 0;
}

@media screen and (max-width: 991px) {
	.content-area,
	#secondary {
		width: 100%;
	}
	.left-sidebar {
		padding: 0;
		margin: 0;
		width: 100%;
	}
	body.single #primary,
	body.archive #primary,
	body.page #primary {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/** Sidebar **/
.secondary-toggle {
	display: none;
}
.secondary-toggle.close {
	position: absolute;
	top: 15px;
	right: 0;
	width: 100%;
    text-align: right;
    padding-right: 15px;
}
.secondary-toggle.open {
	padding: 12px;
	text-align: center;
	border-bottom: 1px solid #e9e9e9;
	background: #f2f2f2;
}
.home .secondary-toggle.open {
	background: white;
}
.secondary-toggle.open * {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	margin: 0 3px; 
}
@media screen and (max-width: 991px) {
	.secondary-toggle.open {
		display: block;
	}
	#secondary {
		padding-bottom: 0!important;
		display: none;
		padding-top: 50px;
	}
	#wp_mailjet_subscribe_widget-2,
	#wp_mailjet_subscribe_widget-4,
	#wp_mailjet_subscribe_widget-5 {
		position: relative;
		width: calc(100% + 25px);
	}
	#wp_mailjet_subscribe_widget-3 {
		position: relative;
		width: calc(100% + 60px);
	}
}

/** Homepage **/
@media screen and (min-width: 790px) {
	.home .left-sidebar .content-area {
	    padding-left: 0;
	}
}
@media screen and (min-width: 992px) {
	.home .left-sidebar .content-area {
	    padding-left: 39px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.home .left-sidebar .content-area {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/** Homepage Slider & Sticky **/
#secondary.home-side-wrapper {
	padding: 35px 0 125px;
}
#secondary.home-side-wrapper .sidebar-wrappall {
	padding-left: 25px;
	padding-right: 25px;
	overflow: auto;
	max-height: 100%;
}
#secondary.home-side-wrapper .sidebar-wrappall .widget {
	padding: 0;
}
#secondary.home-side-wrapper .sidebar-wrappall .widget * {
	max-width: 100%;
}

/** Menu **/
.wpc-menu li.current-menu-ancestor .nav-toggle-subarrow,
.wpc-menu li.current-menu-parent .nav-toggle-subarrow,
.wpc-menu li.current_page_parent .nav-toggle-subarrow,
.wpc-menu li.current_page_ancestor .nav-toggle-subarrow {
	color: #f39200;
}
@media screen and (max-width: 1100px) {
	.sub-menu .menu-item a {
		color: #aaaaaa;
	}
	.sub-menu .menu-item a:before {
		content: '• ';
	}
	.wpc-menu a,
	.wpc-menu ul li a {
		text-transform: uppercase;
	}
}

.container {
	max-width: 100%;
}

a {
	transition: all .2s ease;
	cursor: pointer;
}

a:focus, a:hover {
	color: #f39200;
}

.carreaccueil {
	transition: all .3s ease;
}
.carreaccueil a:hover,
.carreaccueil a:focus {
	text-decoration: none;
}
.carreaccueil:before,
.carreaccueil:after {
	transition: all .5s cubic-bezier(.17,1,.83,.9);
}
.carreaccueil:hover:before {
	top: 20px;
	left: 25px;
}
.carreaccueil:hover:after {
	bottom: 20px;
	right: 25px;
}
@media screen and (max-width: 1199px) {
	.carreaccueil:hover:before {
		top: 15px;
		left: 15px;
	}
	.carreaccueil:hover:after {
		bottom: 15px;
		right: 15px;
	}
}
@media screen and (max-width: 767px) {
	.carreaccueil,
	.carreaccueil-wrapper .wpb_wrapper {
		margin-bottom: 0;
	}
}

.site-header .site-branding {
	width: 150px;
	transition: all .3s;
	/* Remove the min-width ??? */
}
#site-navigation .wpc-menu li .nav-toggle-subarrow {
	transition: all .3s;
}

@media screen and (min-width: 991px) {
	.site-header.header-fixed .site-branding {
		width: 200px;
		top: 45px;
	}
	.site-header .wpc-menu > li > a,
	.site-header #menu-menu-secondaire-non-connecte a,
	.site-header #menu-menu-secondaire-connecte a,
	.site-header .header-widget {
		transition: all .3s;
	}
	.site-header.header-fixed .wpc-menu > li > a,
	.site-header.header-fixed #menu-menu-secondaire-non-connecte a,
	.site-header.header-fixed #menu-menu-secondaire-connecte a {
		font-size: 12px;
	}
	.site-header.header-fixed .header-widget {
		margin: 0;
	}
	.site-header #site-navigation .wpc-menu li .nav-toggle-subarrow {
		top: -3px;
	}
}

#masthead.site-header.fixed-on {
	background: #f2f2f2;
}

@media screen and (max-width: 1100px) {
	.site-header .header-right-wrap .header-widget-mobile {
		display: none!important;
	}
	.wpc-menu.wpc-menu-mobile {
		margin-top: -20px;
	}

	.site-header .site-branding {
		top: 15px;
	}
	.site-header .site-branding {
		width: 130px;
	}
}
@media screen and (max-width: 991px) {
	#secondary {
		padding-bottom: 30px;
	}
}

@media screen and (min-width: 991px) {
	.site-header .header-right-wrap {
		max-width: calc(100% - 150px)
	}
}


/** Top menu **/
.wpc-menu.wpc-top-menu {
	margin-bottom: 12px;
	margin-top: 12px;
}
.wpc-menu.wpc-top-menu a {
	padding: 0 0 0px;
}
.wpc-menu.wpc-top-menu > li:last-of-type {
	line-height: 40px;
	min-height: 40px;
}
.wpc-menu.wpc-top-menu > li:first-of-type:last-of-type {
	line-height: inherit;
	min-height: inherit;
}
.wpc-menu.wpc-top-menu ul {
	z-index: 101;
	padding-top: 12px;
}
.wpc-menu.wpc-top-menu ul li {
	display: block;
	background: #f5a800;
	text-align: left;
	border-radius: 0;
	padding: 9px 15px 8px;
}
.wpc-menu.wpc-top-menu ul li a,
.wpc-menu.wpc-top-menu ul li a:hover {
	background: none!important;
}
.wpc-menu.wpc-top-menu ul li a:before {
	display: none;
}
.wpc-menu.wpc-top-menu ul li:hover,
.wpc-menu.wpc-top-menu ul li:hover a {
	background: white;
	color: #f5a800;
}
@media screen and (min-width: 1100px) {
	.site-header.header-fixed .wpc-menu.wpc-top-menu > li > a {
		padding-bottom: 0;
	}
}
@media screen and (max-width: 1100px) {
	.wpc-menu.wpc-top-menu {
		display: none!important;
	}
}
/** Page Actualité **/
.ivycat-post.hentry .entry-title a{
    color:#f5a800;
}

/** Page "Offre emploi" **/
.offre-emploi-wrapper {
	width: 50%;
}
.offre-emploi-block {
	height: auto;
	padding-top: 6px;
	overflow: visible;
}
.offre-emploi-block:before {
	content: '\f08d';
    font-family: FontAwesome;
    position: absolute;
    top: -24px;
    left: calc(50% - 8px);
    color: #695367;
    font-size: 35px;
    padding: 0;
    width: 24px;
    height: 39px;
    overflow: hidden;
    -moz-transform: rotate(13deg);
    -webkit-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    transform: rotate(13deg);
}
.offre-emploi-block .vc_gitem-row-position-top,
.offre-emploi-block .vc_gitem-row-position-middle,
.offre-emploi-block .vc_gitem-row-position-bottom {
	position: relative;
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
}
.offre-emploi-block .vc_gitem-post-meta-label {
	font-weight: bold;
}
.offre-emploi-block [class*=vc_gitem-post-meta-field-wpcf-] {
	white-space: pre-line;
	margin-bottom: 4px;
}
@media screen and (max-width: 991px) {
	.offre-emploi-wrapper {
		width: 100%;
	}
}

/** Breadcrumb **/
#main .breadcrumbs {
	border-bottom: none;
	padding-bottom: 0;
}
#main .breadcrumbs .container {
	padding-left: 0;
}
#main .breadcrumbs .container span {
	display: inline-block;
}
#main .breadcrumbs a,
#main .breadcrumbs span {
	font-weight: 100;
	color: #c1c1c1;
	font-size: 15px;
}
#main .breadcrumbs a:before {
	content: "/";
}
#main .breadcrumbs a:before,
#main .breadcrumbs a:after {
	border: none;
	right: -4px;
	top: 3px;
	font-size: 14px;
}
.woocommerce #main .breadcrumbs {
	margin-bottom: 20px;
}
.woocommerce #main .breadcrumbs .container span {
	text-transform: uppercase;
}
@media screen and (min-width: 500px) {
	.breadcrumbs span {
		margin-right: 10px;
	}
}

/** Woocommerce cart page **/
.woocommerce-cart .cart-collaterals {
	position: relative;
}
.woocommerce-cart .cart-collaterals .return-to-shop {
	position: absolute;
	bottom: 0;
}
@media screen and (max-width: 768px) {
	.woocommerce-cart .cart-collaterals .return-to-shop {
		position: relative;
	}
	.woocommerce-cart .cart-collaterals .return-to-shop .button {
		width: 100%;
		padding: 16px 12px;
	}
}
.woocommerce ul.products li.product h3, .woocommerce ul.products li.product #calendar_wrap caption, #calendar_wrap .woocommerce ul.products li.product caption {
    font-weight: 500!important;
    font-size: 14px;
}
.button.alt.disabled{
    padding: 14px 30px 16px 30px!important;
}
.variations td.label {
    font-size: 14px;
    display: table-cell;
    vertical-align: middle!important;
}
.variations .label label{
    margin-bottom: 0px!important;
    text-transform: capitalize;
}
a.reset_variations {
    display: none!important;
}

.woocommerce ul.products li a img.wp-post-image {
    max-height: 165px;
    width: auto;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.woocommerce ul.products li a img.wp-post-image {
		max-height: 300px;
		min-width: 200px;
	}
}
@media screen and (max-width: 460px) {
	.woocommerce ul.products li a img.wp-post-image {
		min-width: 0;
	}
}

/** Style for print media **/
@media print {
	div#qm,
	#secondary,
	footer.site-footer,
	#site-navigation,
	.menu-menu-secondaire-connecte-container,
	.menu-menu-secondaire-non-connecte-container,
	.breadcrumbs,
	a:after,
	#btt,
	.btn-print {
		display: none!important;
	}
	.site-header .site-branding {
		width: 120px;
	}
	.page-header-wrap {
		padding-top: 40px!important;
		padding-bottom: 10px!important;
	}
	.h2, h2 {
		font-size: 23px;
	}
	.content-area {
		width: 100%;
	}
}

