/*
Theme Name: Aber Graphique
Template: hello-elementor
*/
@font-face {
	font-family:"Seeing Stars";
	src:url("/font/SEEIS___.eot?") format("eot"),
	url("/font/SEEIS___.woff") format("woff"),
	url("/font/SEEIS___.ttf") format("truetype"),
	url("/font/SEEIS___.svg#SeeingStars") format("svg");
	font-weight:normal;
	font-style:normal;
}
/*----HEADER----*/
/***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 60px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: rgba(255, 255, 255, 1);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 4px 13px 1px rgba(0, 0, 0, .10);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}
header.sticky-header.elementor-sticky--effects .link-contact p {
	margin-bottom: 0;
}
header.sticky-header.elementor-sticky--effects .enveloppe > .elementor-widget-container {
	padding-top: 0;
}
/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}
#top-header p {
	margin-bottom: 0;
}
#top-header a {
	color: #fff;
	font-weight: bold;
}
#top-header a:hover {
	color: #159BDA;
}
#top-header .right-col .elementor-widget-wrap:after {
	content: '';
	background: #ee5922;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100vw;
	z-index: -1;
}
body {
    overflow-x: hidden;
}
.elementor-nav-menu--main .elementor-item:hover {
	color: #ee5922 !important;
}
.elementor-nav-menu--main .current-menu-ancestor a.has-submenu {
    color: #ee5922 !important;
}
#breadcrumbs a {
	font-size: 16px;
}
.pointer {
	cursor: default;
}
.picto-tel {
    background-image: url(/wp-content/uploads/sprite-header.png);
    width: 26px;
    background-position: 0px 3px;
    height: 24px;
    background-repeat: no-repeat;
}
.lang-fr {
    background-image: url(/wp-content/uploads/sprite-header.png);
    width: 32px;
    background-position: -204px 4px;
    height: 24px;
    background-repeat: no-repeat;
}
.lang-en {
    background-image: url(/wp-content/uploads/sprite-header.png);
    width: 32px;
    background-position: -239px 4px;
    height: 24px;
    background-repeat: no-repeat;
}
.lang-de {
    background-image: url(/wp-content/uploads/sprite-header.png);
    width: 32px;
    background-position: -275px 4px;
    height: 24px;
    background-repeat: no-repeat;
}
/*----END HEADER----*/

/*----CHARTE----*/
*:focus {
	outline: 0 !important;
}
a {
	transition: .3s;
}
section ul {
	margin-bottom: 1em !important;
}
input[type="submit"] {
	border: 0;
}
.ue-image-item {
	position: relative;
	z-index: -1;
	width: 1920px !important;
}
#actu-bloc-resp {
	overflow-x: hidden;
}
#actu-bloc-resp .elementor-post__text {
    background-color: #ee5922;
    margin-bottom: 0;
    line-height: 30px;
    display: flex;
    justify-content: flex-end;
}
#actu-bloc-resp .elementor-post__title {
    padding: 25px 20px 25px 20px;
    margin-bottom: 0;
    line-height: 30px;
}
#actu-bloc-resp .elementor-post__title a {
    line-height: 30px !important;
}
.elementor-post__read-more-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.elementor-posts .elementor-post__read-more {
    position: relative;
    bottom: 1px;
    align-self: flex-end !important;
    align-content: end;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
}
.elementor-posts a.elementor-post__read-more {
	background-color: #D24713;
	padding: 5px 12px;
}
.elementor-post__thumbnail img {
	top: 0 !important;
	left: 0 !important;
	transform: none !important;
	transition: .3s;
}
#actu-bloc-resp article:hover img {
	transform: scale(1.1) !important;
	transition: .3s;
}
#actu-bloc-resp article:hover .elementor-post__text {
	background: #1184ba;
}
#actu-bloc-resp article:hover a.elementor-post__read-more {
	transform: rotate(90deg);
	transition: .3s;
	margin-bottom: 0;
}
#actu-bloc {
	cursor: pointer;
}
#actu-title {
    width: 553px;
    transition: .3s;
}
#actu-plus p {
	margin-bottom: 0;
}
#actu-bloc:hover #actu-title .elementor-widget-container {
    background: #1184ba;
}
#actu-bloc:hover #actu-plus .elementor-widget-container {
	background: #ee5922;
}
#actu-bloc:hover #actu-plus .elementor-widget-container p {
	transform: rotate(90deg);
	transition: .3s;
	margin-bottom: 0;
}
#actu-bloc:hover #actu-image {
    transform: scale(1.05);
    transition: .3s;
}
#actu-bloc #actu-image, #actu-bloc:hover #actu-plus, #actu-bloc:hover #actu-title {
    transition: .3s;
}
#contact.clickable a {
    color: #159BDA !important;
}
#contact:hover.clickable a {
    color: #ee5922 !important;
}
.clickable {
position: relative;
}
.clickable a {
	color: inherit !important;
}
.clickable a:after {
content: "";
display: block !important;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
}
.home h1 {
	font-size: 21px !important;
	color: #fff !important;
	font-weight: 600 !important;
	text-transform: none !important;
	line-height: 28px !important;
}
.home h2 {
	font-size: 26px !important;
	color: #fff !important;
	line-height: 42px !important;
}
#reservation {
	width: 800px;
	margin-top: -50px !important;
	margin: 0 auto;
	margin-bottom: 80px !important;
}
#reservation .theme--light.v-card.v-card--outlined {
    border: 0 !important;
    padding-top: 22px !important;
}
#bloc-temoignage:after {
	content: '';
	position: absolute;
	left: 50%;
	width:0;
    height:0;
    top: 100%;
 	border-top : 36px solid #F1F1F1;
 	border-left : 34px solid transparent;
}
.locTarifs {
    background-color: #F3F3F3;
    padding: 20px 20px;
}
.locTarifsTitle {
    font-size: 32px;
    color: #1184ba;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.locTarifsTitle::first-letter {
	color: #EE5922;
}
.locTarifs h5 {
	font-size: 14px !important;
	line-height: 20px !important;
}
.locPlan a:hover img {
    content: url(/wp-content/uploads/voir-le-plan-hover.png);
}
.btn a {
    color: #fff !important;
    background: #ee5922;
    padding: 10px 30px;
    font-weight: bold;
    display: inline-block;
    margin: 5px 5px 5px 0px;
}
.btn a:hover {
    background: #1184ba;
}
.btn {
	margin: 1em 0;
}
.wp-block-group {
    padding-bottom: 100px;
}
table tr:first-child td { 
	background: none; 
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
	background-color: #F3F3F3 !important;
}
table tbody tr:hover > td, table tbody tr:hover > th {
	background-color: #F3F3F3 !important;
}
table tr:nth-child(2n):hover td { 
	background: none !important; 
}
tr:last-child td:last-child {
    font-size: 18px;
    line-height: 32px;
    color: #ee5922;
    font-weight: bold;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #159BDA;
} 
.wp-block-button__link {
	background-color: #EE5922;
	padding: 12px 24px;
}
a.wp-block-button__link.wp-element-button:hover {
	background-color: #1184ba;
}
a.wp-block-button__link.wp-element-button {
  	background-color: #EE5922;
  	font-family: Open sans;
  	font-size: 15px;
  	color: #fff;
}
/*----END CHARTE----*/
/*----FOOTER----*/
.tel-footer a {
	color: #fff !important;
	font-weight: bold !important;
}
.tel-footer a:hover {
	color: #EE5922;
}
#footerDown {
    clear: both;
    margin: auto;
    text-align: center;
    padding: 0 0;
}
#footerDown a {
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 13px;
    line-height: 21px;
    width: 230px;
    margin: auto;
}
#aberLogo {
    width: 35px;
    height: 23px;
    display: inline-block;
}
#abSvg {
    width: 23px;
}
.abSign {
    fill: #fff;
}
#footerDown a:hover {
    color: #ee5922 !important;
}
#footerDown a:hover .abSign {
    fill: #ee5922;
}
/*----END FOOTER----*/
/*---- MOBILE----*/
@media only screen and (max-width: 1200px) and (min-width: 768px)  {
	#actu-title {
    width: 450px;
}
#top-header .right-col .elementor-widget-wrap:after {
	width: 50vw;
}
#resp-actu-bloc .elementor-container.elementor-column-gap-default {
	justify-content: center;
}
#actu-bloc .elementor-widget-wrap {
    width: 70%;
}
.ue-image-box {
	max-width: 1200px;
}
}
@media (max-width: 767px) {
	#actu-title {
    width: 350px;
}
.elementor-posts .elementor-post__read-more {
	position: unset;
}
#actu-bloc-resp .elementor-post__title {
	padding-bottom: 0;
}
header.sticky-header.elementor-sticky--effects .elementor-nav-menu--toggle > .elementor-widget-container {
	padding: 0 10px 0 0;
}
#resp-actu-bloc .elementor-container.elementor-column-gap-default {
	justify-content: center;
}
}
@media (max-width: 500px) {
	#actu-bloc {
		width: 79%;
	}
	#actu-plus.resp {
  		bottom: 10px;
}
}
@media (min-width: 1200px) {
	.menu-item-796 {
		display: none !important;
	}
}
/*----END MOBILE----*/
/*-----END CHARTE----*/
/*----COOKIE----*/
div[data-cky-tag="detail-powered-by"], .cky-btn-revisit-wrapper {
    display: none !important;
}
/*----END COOKIE----*/