.GlobalMoteur .os-content, .GlobalMoteur .container {
  max-width: 100%;
}

a{
	text-decoration:none;
}

/*----------------------------
HEADER
----------------------------*/

header {
  background-color: #fefefe;
  box-shadow: 2px 2px 13px rgba(0,0,0,.09);
  display:flex!important;
  align-items:center;
  justify-content:space-between;
  padding:0 30px;
  position:relative;
}
.menu-icon {
  height: initial;
  width: initial;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
  margin: 0;
  transition: .3s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
  webkit-appearance: button;
}
.menu-icon .menu-icon-bars-wrapper {
  position: relative;
  height: 18px;
  width: 28px;
}
@media screen and (min-width: 75em) {
  .menu-icon .menu-icon-bars-wrapper {
    height: 22px;
    width: 34px;
  }
}
.menu-icon .menu-icon-bars-wrapper .menu-icon-bar {
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #1a181a;
  transform-origin: center center;
  transition: .3s ease-in-out;
  left: 0;
}
.menu-icon .menu-icon-bars-wrapper .menu-icon-bar.top {
  top: 0;
  width: 100%;
}
.menu-icon .menu-icon-bars-wrapper .menu-icon-bar.middle {
  top: calc(50% - 3px / 2);
  width: 100%;
}
.menu-icon .menu-icon-bars-wrapper .menu-icon-bar.bottom {
  bottom: 0;
  width: 100%;
}
.menu-is-open .menu-icon-bars-wrapper .menu-icon-bar.middle-one {
  transform: rotate(-45deg);
}
.menu-is-open .menu-icon-bars-wrapper .menu-icon-bar.middle-two {
  transform: rotate(45deg);
}
.menu-item:last-child .menuLink {
  color: #fefefe;
  background-color: #b1c54d;
  border-radius: 50px;
  border: 2px solid #b1c54d;
  padding: .5rem 1.5rem;
  transition: .4s cubic-bezier(.62,0,.2,1);
}
.menu-item:last-child:hover .menuLink {
  background-color: #fefefe;
  color: #b1c54d;
  transition: .4s cubic-bezier(.62,0,.2,1);
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}
.menu-icon .title-bar-title {
  font-weight: initial;
  margin-left: 8px;
  transition: .3s ease-in-out;
}
@media screen and (min-width: 75em) {
  .menu-icon .title-bar-title {
    margin-top: 10px;
    margin-left: 0;
  }
}
.menu-icon .title-bar-title .menu-btn-title {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1a181a;
  transition: .3s ease-in-out;
}
header .logo {
  height: 75px;
  padding: 10px
}
header .logo img {
  height: 100%;
}
header .tools {}

.breadcrumb-wrapper {
  background-color: rgba(26,24,26,.05);
  margin: 0 0 15px;
  font-family: neo;
  font-size: .73864rem;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display:flex;
  align-items:center;
}
.breadcrumb-wrapper ol {
  list-style: none;
  max-width:1200px!important;
}
.breadcrumb-wrapper a {
  color: #a0a09f !important;
  transition: color .3s;
}
.breadcrumb-wrapper svg{
	width:10px;
	height:auto;
	margin:0 5px;
}

.bgimg-op90 .backgroundMedia {
  opacity: .9;
}
.imageObject {
  overflow: hidden;
  width: 100%;
}
.isRel {
    position: relative;
    padding: 0;
    margin: 0;
}
.backgroundMedia figure {
  pointer-events: none;
}
.woody-component-hero .imageObject {
  height: 100%;
}
.lazyloaded {
  opacity: 1;
  transition: opacity .3s;
}
.img-responsive {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fullcenterbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.fullcenterbox.fcbCol {
  flex-direction: column;
}
.hero-title {
  font-family: neo;
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: unset;
  line-height: 1.2;
  font-style: normal;
  color: #6496d2;
}
.bg-black .hero-title{
  color: #fefefe;
}
@media print, screen and (min-width: 40em) and (min-width: 48em) {
  .woody-component-hero.ratio-4-1 .backgroundMedia, .woody-component-hero.tpl_02 .backgroundMedia {
    height: calc(100vw / 2);
  }
}
@media print, screen and (min-width: 40em) and (min-width: 64em) {
  .woody-component-hero.ratio-4-1 .backgroundMedia, .woody-component-hero.tpl_02 .backgroundMedia {
    height: calc(100vw / 4);
  }
}

#main-menu {
  opacity: 0;
}
#main-menu.sliding-menu {
  position: absolute;
  left: 0;
  display: flex;
  background: #fefefe;
  z-index: 1;
  padding: 30px;
  width:100%;
  will-change: transform;
  transition: 1.25s cubic-bezier(.19,1,.22,1);
  transform: translateX(-101%);
  background-image: url(a-bleu.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto 100%;
  z-index:9999;
}
body.menu-is-open #main-menu.sliding-menu {
  transform: translateX(0);
}
.menu-is-open #main-menu {
  opacity: 1;
}

.menu-is-open .menu-icon-bars-wrapper .menu-icon-bar.top,
.menu-is-open .menu-icon-bars-wrapper .menu-icon-bar.bottom {
  opacity: 0;
}

.menu-icon-open .menu-icon-bars-wrapper .menu-icon-bar.middle-one {
  transform: rotate(-45deg);
}
.menu-icon-open .menu-icon-bars-wrapper .menu-icon-bar.middle-two {
  transform: rotate(45deg);
}
.main-menu-list {
  position: relative;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width:160px;
}
#main-menu.sliding-menu .main-menu-list, #main-menu.sliding-menu .main-menu-list ul {
  background-color: transparent;
}
#main-menu.sliding-menu .menu-item {
  position: relative;
  justify-content: flex-start;
  transition: .3s ease-in-out;
}
.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: .5rem;
  flex-wrap: wrap;
}
.menu-item .menuLink-title{
	position: relative;
}
.menu-item .menuLink-title::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -10px;
  background-color: #6496d2;
  transform: scaleX(0);
  transform-origin: left;
  transition: .4s cubic-bezier(.62,0,.2,1);
}
.menu-item:hover .menuLink-title::after {
  transform: scaleX(1);
  transition: .4s cubic-bezier(.62,0,.2,1);
}
.menu-is-open #main-menu.sliding-menu .menu-item.is-active {
  z-index: 1;
}
#main-menu.sliding-menu::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fefefe;
}
.menu-item .menuLink {
  color: #1a181a;
  font-family: neo;
  font-size: .90909rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1.7rem 1rem;
  transition: .3s ease-in-out;
  display:block;
}
.menuLink > span {
  display: block;
}
.menu-item .menuLink {
  color: #1a181a;
  font-family: neo;
  font-size: .90909rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.submenu-open .menu-item .menuLink {
  color: #1a181a;
}
.menu-item .menuLink-title {
  position: relative;
}


/*-------------------------------
FOOTER
-------------------------------*/

footer{
  display: block;
}
.woody-footer {
  background-image: url(a-vert.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  padding: 60px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.woody-footer .left-part{
  width: 25%;
}
.woody-footer .left-part img {
  max-height: 200px;
  border-style: none;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}



.woody-footer .central-part{
	width: 30%;
}
.woody-footer .right-part {
    width: 45%;
    text-align: right;
}

.partners-section{
  background: linear-gradient(90deg,#6496d2,#b1c54d);
  background-repeat: no-repeat;
  background-size: cover;
  gap: 50px;
  color: #fefefe;
  padding: 15px;
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}
.partners-section .partners-list {
  gap: 30px;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-flow: row wrap;
}

.partners-section .partners-list .partner-link img {
  max-height: 50px;
}

@media screen and (max-width:640px){
	
	.woody-footer{
		flex-direction:column;
	}
	.woody-footer .left-part,
	.woody-footer .right-part,
	.woody-footer .central-part{
	  width: 100%;
	  text-align:center;
	}
	
	.woody-footer .left-part img,
	.woody-footer .right-part img{
	  max-width: 100%;
	}
	
	.woody-footer .left-part{
	  margin-bottom:50px;
	}
	
}