
.woody-component-headnavs {
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity .5s cubic-bezier(.86,0,.07,1),transform .5s cubic-bezier(.86,0,.07,1);
    backface-visibility: hidden;
	position:relative;
}
.tools {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-100%);
    z-index: 10;
}
.tools .caddie-tool {
    order: 5;
}
.apirender ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-unstyled {
    list-style: none;
    margin: 0;
}
.flex-container {
    display: flex;
}
.flex-container.wrap {
    flex-wrap: wrap;
}
.align-middle {
    align-items: center;
}
.align-center {
    justify-content: center;
}
.align-left {
    justify-content: left;
}
.woody-component-headnavs .woody-component-header {
    background-color: #fefefe;
    transition: .3s ease-in-out;
}
.woody-component-headnavs .woody-component-header .top-bar {
    background-color: transparent;
    padding: 20px 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.woody-component-headnavs .woody-component-header .main-menu-list {
    background-color: transparent;
    transition: .4s cubic-bezier(.62,0,.2,1);
    position: relative;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.woody-component-headnavs a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    line-height: inherit;
    color: #063442;
    text-decoration: none;
    cursor: pointer;
}
.no-visible-text {
    font-size: 0;
    margin: 0;
    padding: 0;
}
.woody-component-header .is-brand-logo {
    z-index: 1;
    padding: 0 10px;
}
.woody-component-header .brand-logo {
    height: 75px;
    transition: .3s ease-in-out;
    display: block;
}
.woody-component-header .brand-logo img {
    width: auto;
    height: 100%;
}
.bg-black .hero-title, [class*=bg-] .bg-black .hero-title {
    color: #fefefe;
}
.bandeau {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    z-index: 0;
    background-image: url(bandeau.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    max-height: calc(100vw/2)!important;
}
.bandeau .hero-title {
    font-family: "Ubuntu",sans-serif;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: unset;
    line-height: 1;
    font-style: unset;
    color: #fefefe;
}
.woody_footer {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 2.2px rgba(0,0,0,.02), 0 0 5.3px rgba(0,0,0,.028), 0 0 10px rgba(0,0,0,.035), 0 0 17.9px rgba(0,0,0,.042), 0 0 33.4px rgba(0,0,0,.05), 0 0 80px rgba(0,0,0,.07);
}
.isRel {
    position: relative;
}
.grid-x {
    display: flex;
    flex-flow: row wrap;
}
.padd-all-lg {
    padding: 60px;
}
.woody_footer .footer-logo {
    max-height: 260px;
    height: 100%;
    align-self: center;
}

.woody_footer .footer-logo img {
    width: auto;
    height: 100%;
    max-height: 260px;
}
.woody_footer .footer-contact {
    justify-content: space-between;
}
.woody_footer .footer-contact .social {
    gap: 20px;
}
.woody_footer .footer-contact .social-title {
    font-family: Ubuntu;
    font-size: 1rem;
    text-transform: unset;
    font-weight: 400;
    letter-spacing: unset;
    line-height: 1;
    font-style: unset;
    color: #063442;
}
.woody_footer .footer-contact .social .social-list {
    gap: 10px;
}
.woody_footer .footer-contact .social .social-list .sharing-item {
    opacity: 1;
    position: relative;
    transform: translateY(0);
    transition: .4s cubic-bezier(.62,0,.2,1);
}
.woody_footer .footer-contact .social .social-list .sharing-item:before {
    content: '';
    position: absolute;
    background-color: #63a47f;
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    bottom: 0;
    left: 50%;
    opacity: .2;
    transform-origin: bottom;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transform: translateX(-50%) scale(0);
    z-index: -1;
    transition: .4s cubic-bezier(.62,0,.2,1);
}
.woody_footer .footer-contact .social .social-list .sharing-item .wicon {
    font-size: 1.3rem;
}
.wicon {
    font-family: woody-icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}
.wicon-000-facebook:before {
    content: "";
}
.wicon-011-instagram:before {
    content: "";
}
.woody_footer .footer-map .howToCome {
    position: absolute;
    right: 4%;
    top: 50%;
    z-index: 1;
}
.button.primary {
    background-color: #063442;
    color: #fefefe;
}
.button.small {
    font-size: .75rem;
}
.woody_footer .footer-map .howToCome.button.primary {
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: 1em 2em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Ubuntu;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: unset;
    line-height: 1;
    font-style: unset;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    transition: .4s cubic-bezier(.62,0,.2,1);
    background-color: #063442;
    color: #fefefe;
    text-decoration: none;
}
.isRel {
    position: relative;
}
.woody_footer .footer-map .tabs-titles {
    top: 30px;
    right: 80px;
    gap: 20px;
    z-index: 1;
	position:absolute;
}
.woody_footer .footer-map .tabs-titles .tab-item {
    font-family: Ubuntu;
    font-size: 1rem;
    text-transform: unset;
    font-weight: 400;
    letter-spacing: unset;
    line-height: 1;
    font-style: unset;
    color: #063442;
    opacity: .5;
    transition: .4s cubic-bezier(.62,0,.2,1);
    position: relative;
    cursor: pointer;
}
.woody_footer .footer-map .tabs-titles .tab-item.is-active {
    opacity: 1;
    transition: .4s cubic-bezier(.62,0,.2,1);
}
.woody_footer .footer-map .tabs-titles .tab-item:after {
    position: absolute;
    content: '';
    background-color: #063442;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: -7px;
    transform: scaleX(0);
    transform-origin: left;
    transition: .4s cubic-bezier(.62,0,.2,1);
}
.woody_footer .footer-map .tabs-titles .tab-item.is-active:after {
    transform: scaleX(100%);
    transition: .4s cubic-bezier(.62,0,.2,1);
}
.cell, .woodyGallery>.woody-component-basic-swiper {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
}
.woody_footer .footer-map .map {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(100%);
    transition: transform .4s cubic-bezier(.62,0,.2,1),position .4s cubic-bezier(.62,0,.2,1) .4s;
    text-align: right;
}
.woody_footer .footer-map .map.is-active {
    position: relative;
    transform: translateX(0);
    transition: .4s cubic-bezier(.62,0,.2,1);
}
.woody_footer .footer-map .map img {
    height: 100%;
    max-height: 500px;
}
.bg-primary {
    background-color: #063442!important;
    color: #fefefe;
}
.woody_subfooter {
    justify-content: space-between;
    padding: 30px 60px;
}
.bg-primary a:not(.button):not(.card-link):not(.accordion-title):not(.feature-link) {
    color: rgba(254,254,254,.75);
}
.woody_subfooter .partners .partners-list {
    gap: 10px;
}
.woody_subfooter .partners .partners-list img {
    height: 70px;
}

























































/******************* Responsive ************************/



@media print, screen and (min-width: 40em){
	.top-bar {
		flex-wrap: nowrap;
	}

}

@media print, screen and (min-width: 64em) {
	.grid-x>.large-3 {
		width: 25%;
	}
	.grid-x>.large-4 {
    width: 33.33333%;
	}
	.grid-x>.large-5 {
    width: 41.66667%;
	}
	.woody_footer {
    max-height: 500px;
	}
}




@media screen and (min-width: 103.125em){
	.woody_footer .footer-logo img {
		max-height: 360px;
	}
}

@media (min-width: 480px) {
	.bandeau {
		height: 242px;
	}
}

@media (min-width: 744px) {
	.bandeau {
		height: 392px;
	}
}

@media (min-width: 1128px) {
	.bandeau {
		height: 392px;
	}
}







@media screen and (max-width: 84.375em){
	.woody_footer .footer-logo img {
		max-height: 200px;
	}
}


@media screen and (max-width: 74.9375em){
	.bandeau .hero-title {
		font-size: 40px;
	}
}


@media screen and (max-width: 64em){
	.woody_footer .footer-logo img {
		max-height: 200px;
	}
}
	
	
@media screen and (max-width: 39.9375em){
	.woody_subfooter .partners .partners-list img {
		height: 40px;
	}
	.woody_footer .footer-map {
    text-align: center;
}
	.woody_footer .footer-map .howToCome {
		position: relative;
		top: 2px!important;
		right: unset!important;
	}
	.woody_subfooter {
		padding-bottom: 100px;
		gap: 50px;
	}	
	.woody_footer .footer-logo {
		max-height: 200px;
		padding: 20px;
	}	
	.woody_footer .footer-logo img {
    max-height: 150px;
	}
}

