

/* STYLE POUR ECRAN < 600 PX */

.over-600     { display: none!important; }
.over-b-600   { display: none!important; }
.over-ib-600  { display: none!important; }
.over-tb-600  { display: none!important; }
.over-tbc-600 { display: none!important; }
.under-600    { display: initial!important; }
.under-b-600  { display: block!important; }
.under-ib-600 { display: inline-block!important; }
.under-tb-600 { display: table!important; }
.under-tbc-600{ display: table-cell!important; }





#site-header-branding > .site-title {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 30px;
}

#site-header-branding {
	height: 230px;
}

#site-header-slider {
	height: 62vh;
	margin-top: -230px;
}

#site-header-banner {
	margin-top: -230px;
	height: 270px;
}

#site-header-slider-content {
	top: 230px;
}

#site-header-slider-content-inner {
	padding: 20px 30px;
}

#site-header-slider-content-txt {
	font-size: 24px;
	font-size: 1.5rem;
	padding-right: 0;
}

#site-header-slider-content-link {
	text-align: left;
}

#site-header-slider-content-link a,
#site-header-slider-content-link a:link,
#site-header-slider-content-link a:visited {
	margin-top: 5px;
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
	white-space: pre-wrap;
}

#site-header-slider-content-link a:before {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	-webkit-background-size: 40px auto;
	background-size: 40px auto;
}

#site-home-links .site-home-inner > * {
	width: 100%;
	max-width: none;
}

#content .entry {
	padding: 0 10px 50px 10px;
}

#content .entry > .entry-content {
	padding-left: 20px;
	padding-right: 20px;
}

#site-footer-branding img {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	background-color: transparent;
}

#site-header-branding > .site-title {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	margin-left: -140px;
	margin-right: -140px;
}

#site-header-branding > #site-header-branding-menu,
#site-header-branding > #site-header-branding-links {
	width: 140px;
	padding-right: 5px;
}

#site-header-branding-menu label {
	padding-left: 27px;
	text-align: left;
}

#site-header-branding > #site-header-branding-links a {
	text-align: left;
	padding-left: 12px;
}

#site-header-branding-menu label:after {
	left: 5px;
}

#site-header-branding > #site-header-branding-links a:after {
	right: 3px;
}

#header-top-bar-info-chk-address ~ #site-header-top-bar-address > span,
#footer-top-bar-info-chk-address ~ #site-footer-top-bar-address > span {
	width: 0;
	height: 24px;
	max-width: none;
	transition-property: width;
	white-space: normal;
	line-height: 1;
	text-align: left;
}

#header-top-bar-info-chk-address ~ #site-header-top-bar-address > span > *,
#footer-top-bar-info-chk-address ~ #site-footer-top-bar-address > span > * {
	white-space: nowrap;
}

#header-top-bar-info-chk-address:checked ~ #site-header-top-bar-address > span,
#footer-top-bar-info-chk-address:checked ~ #site-footer-top-bar-address > span {
	width: 205px;
}

#site-header-top-bar-address .site-header-top-bar-address-separator,
#site-footer-top-bar-address .site-footer-top-bar-address-separator {
	font-size: 0;
	white-space: normal!important;
}