@import url('font.css');
@import url('root.css');

*{
  scrollbar-color: rgba(155, 155, 155, 0.45) transparent;
  scrollbar-width: thin;
}

*, ::after, ::before{
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container{
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

ul.not-list-style{
  list-style-type: none;
}

h1, .h1{
  font-family: var(--iris--h1--font-family);
  font-weight: var(--iris--h1--font-weight, 400);
  line-height: 1.2;
  font-size: var(--iris--h1--font-size--rem);
  color: var(--iris--h1--color);
  text-transform: var(--iris--h1--text-transform);
  text-align: var(--iris--h1--text-align);
}

/******* navbar ******/

.navbar{
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  z-index: 90;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 8vw;
  height: var(--iris--header--height, 100px);
  background-color: #fff;
  transition: 0.2s ease;
}

body.has-banner .navbar{
  background-color: transparent;
}

.navbar--onscroll{
  --iris--header--height: 100px;
  background-color: #fff !important;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.header__logo{
  margin: 0;
  display: flex;
  flex-direction: column;
  height: auto;
  gap: 5px;
  align-items: center;
  justify-content: center;
  transform: translateY(0);
  transition: 0.2s ease;
}

.navbar--ontop .header__logo{
  transform: translateY(10px);
  gap: 10px;
}

.header__logo__label{
  font-size: 0.8125rem;
  font-weight: 500;
}
body.has-banner .navbar--ontop .header__logo__label{
  color: #fff;
}
.header__logo img{
  height: 60px;
  max-width:100%;
  display:block;
  transition: 0.2s ease;
}
.menu__item{
  cursor: pointer;
  text-align: center;
}
.menu__item__link{
  text-transform: uppercase;
  color: var(--iris--global--color-1, #000) !important;
  position: relative;
  font-size: 1.125rem;
}
body.has-banner .navbar--ontop .menu__item__link{
  color: #fff !important;
}
.menu__item__link::after{
  opacity: 0;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  width: 0;
  height: 3px;
  background: var(--iris--global--color-4, #dd5928);
  transition: 0.2s ease;
}
.tools{
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  transition: 0.2s ease;
}
.tools__item{
  margin-left: 20px;
}
.tools__item--lang{
  position: relative;
  text-transform: uppercase;
}
.tools__item--lang__current{
  transition: 0.2s ease;
  font-family: var(--iris--global--font-family-2);
  font-size: 1.125rem !important;
  display: block;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  color: #000 !important;
  margin-top: -6px;
}
body.has-banner .navbar--ontop .tools__item--lang__current{
  color: #fff !important;
}
.tools__item--lang__current::after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 2px;
  left: 0;
}

body.has-banner .navbar--ontop .tools__item--lang__current::after{
  background: #fff !important;

}
.menu .tools{
	display:none;
}
.tools__item--lang__list{
  transition: 0.2s ease;
  z-index: 6;
  position: absolute;
  transform: translateY(20px) translateX(50%);
  bottom: -60px;
  right: 50%;
  background: var(--iris--global--color-4, #dd5928);
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
}
.tools__item--lang__list a{
  color: #fff !important;
  font-family: var(--iris--global--font-family-3);
  font-weight: 500;
  text-decoration: none;
  padding: 0 5px;
  text-transform: none;
}

/******* header ******/

.header{
  padding-top: var(--iris--header-padding);
  margin-top: calc(var(--iris--header--height) * -1);
}
body.has-banner .header{
  padding-top: 0;
}
.header__content{
  position: relative;
}
body.has-banner:not(.home) .header__content{
  margin-top: calc(var(--iris--header--height, 100px) * -1);
  position: relative;
  overflow: hidden;
  max-height: 75vh;
  min-height: 75vh;
}
body.has-banner:not(.home) .header__content::after{
  content: "";
  display: block;
  padding-bottom: 75%;
}
.header__banner{
  top: 0;
  left: 0;
  width: 100%;
  height: 75vh;
  overflow: hidden;
  background: #000;
  display: flex;
  padding-bottom: 100px;
}
.header__banner::before{
  top: 0;
  height: 20%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.header__banner::before, .header__banner::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.header__banner::after{
  bottom: 0;
  height: 45%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}
.header__banner__item{
  position: absolute;
  height: 100%;
  width: 100%;
}
.header__banner__item img, .header__banner__item video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.has-banner:not(.home) .header__content img:not(.emoji){
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s ease;
}
.mediacopyright{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  position: absolute;
  right: 15px;
  bottom: 12px;
  background-color: rgba(51, 51, 51, 0.85);
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
  max-width: max-content;
  width: 30px;
  transition: width 0.25s;
  pointer-events: auto;
}
.mediacopyright__sigle{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  font-size: 0.75rem;
}
.mediacopyright__content{
  padding-left: 15px;
  position: relative;
  display: inline-block;
  font-size: var(--iris--global--font-size-xsmall--rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header__heading{
  text-align: center;
  align-self: flex-end;
  position: relative;
  z-index: 10;
}
body.has-banner .header__heading{
  text-align: left;
}
.breadcrumbs{
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 35px;
}
body.has-banner .breadcrumbs{
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
}
.breadcrumbs > span{
  display: inline-flex;
  gap: 10px;
}
.breadcrumbs a{
  font-weight: 400 !important;
  text-decoration: none !important;
}
body.has-banner .breadcrumbs a{
  color: #fff !important;
}
.header__heading__title{
  margin-top: 0;
  margin-bottom: 20px;
  pointer-events: none;
  text-align: center;
  line-height: 0.85;
}

body.has-banner .header__heading__title{
  color: #fff;
  text-align: left;
}

/******* sidebar ******/
.sidebar{
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 15;
  isolation: isolate;
  transition: 0.2s ease;
}

.sidebar__menu{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  background: var(--iris--global--color-4, #dd5928);
  color: #fff;
  text-align: center;
  padding: 10px 10px 40px;
  width: 105px;
}

.sidebar__title{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875rem;
  position: relative;
}

.sidebar__menu__item{
  position: relative;
  display: flex;
  justify-content: "center";
  align-items: "center";
  flex-direction: row;
  width: 100%;
  flex-direction: column;
  color: #fff !important;
  padding: 10px 0;
}

.sidebar__menu__item span{
  line-height: 1;
  font-weight: 400;
  font-size: 0.75rem;
}

.sidebar__menu__item i.fi--activites::before{
  font-size: 2.5rem;
}

a:not(.wp-block-button__link, .advanced-link), 
[data-obf]:not(.wp-block-button__link, .advanced-link){
  font-weight: var(--iris--link--font-weight);
  color: var(--iris--link--color);
  text-decoration: none;
  transition: 0.2s ease;
}

.sidebar__menu__item i::before{
  font-size: 1.75rem;
}



/********** footer **********/

.advanced-link, .is-style-advanced-link .wp-block-button__link{
  all: unset;
  cursor: pointer;
  font-weight: var(--iris--advanced-link--font-weight);
  font-family: var(--iris--advanced-link--font-family);
  text-transform: var(--iris--advanced-link--text-transform);
  letter-spacing: var(--iris--advanced-link--letter-spacing);
  font-size: var(--iris--advanced-link--font-size--rem);
  color: var(--iris--advanced-link--color, var(--iris--global--color));
  text-decoration-line: var(--iris--advanced-link--text-decoration-line, none) !important;
  text-decoration-style: var(--iris--advanced-link--text-decoration-style, solid);
  text-decoration-color: var(--iris--advanced-link--underline-color, var(--iris--advanced-link--color, var(--iris--global--color)));
  text-decoration-thickness: var(--iris--advanced-link--underline-thickness, 1px);
  text-underline-offset: var(--iris--advanced-link--underline-offset, 2px);
  transition: 0.2s ease;
}

.footer{
  background: url(../img/texture.png) no-repeat center top #0a5b56;
  background-size: cover;
  position: relative;
  padding: 60px 0;
}

.footer__wrapper{
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  margin-bottom: 60px;
}

.footer__menu{
  position: relative;
  grid-column: span 8;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.footer__menu::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 92%;
  width: 1px;
  background: #fff;
  opacity: 0.1;
}

.footer__menu__links{
  columns: 2;
  column-gap: 40px;
  margin-bottom: 40px;
}

.footer__address{
  grid-column: span 5;
}

.footer__map{
  grid-column: span 5;
}

.footer__logo{
  margin-bottom: 10px;
}

.footer__logo img{
  max-width: 155px;
}

:is(.sr-only){
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.footer__address__content__infos{
  font-size: 0.8125rem;
}

.footer__address__contact .social i::before{
  font-size: 1.25rem;
}

.footer__address__content__phone a{
  display: block;
  margin-top: 10px;
  color: #fff !important;
  text-decoration: none !important;
}

.footer.advanced-link, .footer a:not(.wp-block-button__link).advanced-link, .footer .advanced-link.advanced-link, .footer [data-obf]:not(.wp-block-button__link).advanced-link{
  text-decoration-color: #fff !important;
}

.footer__address__contact{
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
.customer-button{
  all: unset;
  text-decoration: none !important;
  padding: 15px 20px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--iris--global--color-4, #dd5928);
  border-radius: 60px;
  color: var(--iris--global--color-4, #dd5928);
  font-weight: bold;
  cursor: pointer;
  line-height: 1.25;
}
.customer-button--icon{
  text-transform: uppercase;
  border: 2px solid #fff;
  letter-spacing: 1.25px;
  font-size: 0.9375rem;
  background: #21635F;
  position: relative;
  padding-left: 110px;
  padding-right: 60px;
  text-align: left !important;
}
.footer .customer-button{
  color: #fff;
  border-color: #fff;
  max-width: 280px;
}

.customer-button--icon::after{
  content: var(--font-icon--cx-arrow-next);
  font-family: "collection-font";
  font-style: initial;
  text-transform: none;
  font-weight: 400;
  font-display: swap;
  font-size: 0.625rem;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.customer-button--icon img{
  height: 130%;
  position: absolute;
  left: 30px;
  bottom: 5px;
  max-width: 60px;
}

.footer__address__contact .social{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}

.footer__copyright{
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  padding: 30px 0;
}

.footer__copyright [data-obf], .footer__copyright a{
  color: #fff;
  text-decoration: none !important;
  font-weight: normal !important;
}

.footer,
.footer a:not(.wp-block-button__link),
.footer .advanced-link,
.footer [data-obf]:not(.wp-block-button__link){
  color: #fff !important;
}

@media screen and (min-width: 1000.1px) {
  .menu{
    height: 100%;
  }
   .menu__wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .menu__item{
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px;
  }
   .navbar--ontop .menu__item{
    height: 60% !important;
  }
  
}



@media screen and (max-width: 1000px) {
  .header__logo img{
    height: 40px;
  }
  .menu{
    position: absolute;
    width: 450px;
    max-width: 0;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    padding: 40px;
    overflow: hidden;
    transition: 0.2s ease;
  }
  .menu .tools{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    top: 0 !important;
  }
  .navbar--ontop .tools{
    position: relative;
    top: 20px;
  }
  body.menu-open .tools__item__burger__bar--1 {
	transform: translateY(7px) rotate(45deg);
  }
  body.menu-open .tools__item__burger__bar--2 {
	opacity: 0;
  }
  body.menu-open .tools__item__burger__bar--3 {
	transform: translateY(-7px) rotate(-45deg);
  }
  .tools__item__burger{
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    right: -5px;
    margin-left: 30px;
  }
  .tools__item__burger::before{
    content: "";
    display: block;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 48px;
    height: 48px;
    background: #fff;
  }
  .tools__item__burger{
    cursor: pointer;
  }
  .tools__item__burger__bar {
	  display: block;
	  position: absolute;
	  height: 2px;
	  width: 100%;
	  background-color: var(--iris--link--color);
	  transition: 0.2s ease;
  }
  .tools__item__burger__bar--1 {
    top: 1px;
  }
  .tools__item__burger__bar--2 {
    top: 8px;
  }
  .tools__item__burger__bar--3 {
    top: 15px;
  }
  .navbar{
    padding: 0 20px;
  }
  .navbar--ontop .header__logo{
    gap: 5px;
  }
  .menu{
    position: absolute;
    width: 450px;
    max-width: 0;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    padding: 40px;
    overflow: hidden;
    transition: 0.2s ease;
  }
  .menu-open .menu{
    max-width: calc(100vw - 40px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .menu__wrapper{
    height: auto;
  }
  .menu__item {
    display: flex;
    align-items: center;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    padding: 24px 0;
  }
  body.has-banner .navbar--ontop .menu__item__link {
    color: var(--iris--global--color-1, #000) !important;
  }
  .footer__address {
    grid-column: span 1;
  }
  .footer__map {
    grid-column: span 1;
  }
  .footer__menu::before {
    display: none;
  }
  .footer__menu {
    grid-column: span 2;
    padding-left: 0;
    border: none;
  }
  .footer__wrapper {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }
  .footer {
    text-align: center;
  }
}

@media screen and (max-width: 650px) {
  .container {
    width: calc(100% - 20px * 2);
  }
  .footer__wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
  .sidebar{
    z-index: 100;
	width: 100%;
  }
  .sidebar__menu{
    width: 100vw;
    height: 60px;
    flex-direction: row;
    padding: 0;
    gap: 20px;
  }
  .sidebar__title:not(.form .sidebar__title){
    display: flex;
    height: 100%;
    align-items: center;
    background: var(--iris--global--color-3, #1f7a75);
    padding: 10px;
    font-size: 0.75rem;
  }
   .sidebar__title:not(.form .sidebar__title)::after{
    left: 100%;
    top: 50%;
    border: solid transparent;
    border-top-width: medium;
    border-top-color: transparent;
    border-right-width: medium;
    border-right-color: transparent;
    border-bottom-width: medium;
    border-bottom-color: transparent;
    border-left-width: medium;
    border-left-color: transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: rgba(136, 183, 213, 0);
    border-left-color: var(--iris--global--color-3, #1f7a75);
    border-width: 10px;
    margin-top: -10px;
  }
  .sidebar__menu__item i::before{
    font-size: 1.125rem;
  }
  .sidebar__menu__item i.fi--activites::before {
    font-size: 1.125rem;
  }
  .sidebar__menu__item span{
    font-size: 0.625rem;
  }
  .header-is-hidden .sidebar, .menu-open .sidebar {
    transform: translateY(100%);
  }
  .tools__item__burger{
    margin-left: 20px;
  }
  .header__logo__label{
    font-size: 0.5rem;
  }
  .header__logo img{
    height: 36px !important;
  }
  .menu{
    width: 100vw;
  }
  .footer__menu {
    grid-column: span 1;
  }
  .footer__logo {
    display: flex;
    justify-content: center;
  }
  .footer__address__contact {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  
}