h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 55px;
  line-height: 44px;
  font-weight: 900;
}
h1.heading-2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 42px;
  font-weight: 600;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 42px;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
  font-size: 33px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  line-height: 130%;
}

.header {
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 10000;
  width: 1010px;
  height: 80px;
  max-width: 95vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  padding-left: 100px;
}

.header .logo-fede {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  height: 100%;
  z-index: 0;
  padding: 10px 30px 10px 10px;
  border-bottom-left-radius: 20px;
  width: 120px;
  display: flex;
  align-items: center;
}
.header .logo-fede img {
  height: auto;
  width: 100%;
}

.header .menu {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #005695;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.header .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 20px;
  margin-left: 0;
  padding-right: 20px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .logo .separator {
  background: #fff;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .header .logo .separator {
    display: none;
  }
}

.desknav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.2px;
}

.submenu_list_item {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.level1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.level2 {
  width: auto;
  min-width: 250px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 0px 15px 10px;
  border-radius: 20px;
  background-color: #005695;
}

.level-item--a {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-right: 15px;
  border-right: 1px none #103e60;
  color: #fff;
  line-height: 14px;
  text-decoration: none;
}

.level-item--a.withsub {
  border-right-style: solid;
}

.level-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.level-item.sub-level-item {
  margin-right: 0px;
  padding-right: 0px;
}

.level3 {
  display: block;
  min-width: 250px;
  padding: 20px 10px;
  border-radius: 20px;
  background-color: #005695;
}

.desknav--search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 80px;
  margin-left: -25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.search-header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #005695;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.search-header.nosearch {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}

.search--form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search--input {
  width: 100%;
  margin-right: 19px;
  margin-bottom: 0;
  margin-left: 19px;
  padding-top: 27px;
  padding-bottom: 27px;
  border: 0 none #005695;
  background-color: transparent;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 1200px) {
  .search--input {
    margin-left: 0;
    margin-right: 0;
  }
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 80px;
  margin-left: -25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.home-hero {
  overflow: hidden;
  height: 900px;
  max-height: 90vh;
}

.homeslider {
  height: 100%;
}

.homeslide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 90px;
  padding-left: 90px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.homeslide_img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.homeslide_content {
  position: relative;
  right: 0px;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bigtitle {
  display: inline-block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 5vw;
  font-weight: 700;
}

.bigtitle.header-page_title {
  z-index: 100;
  padding-right: 27%;
}

.bigtitle.blue {
  color: #005695;
}

.homeslide_accroche {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  background-color: #005695;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 0.25em;

}

.cta {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 25px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 20px;
  background-color: #f26c52;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.cta:hover {
  border-radius: 0px 20px;
}

.cta.formore {
  margin-right: 50px;
  margin-left: 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #f26c52;
  border-radius: 50px;
}

.cta.formore:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #f26c52;
  background-color: #fff;
  color: #f26c52;
}

.cta.formore.inverted {
  border: 2px solid #fff;
  background-color: #fff;
  color: #f26c52;
}

.cta.formore.inverted:hover {
  border-color: #fff;
  background-color: #f26c52;
  color: #fff;
}

.cta.loadmore {
  border-style: solid;
  border-width: 2px;
  border-color: #f26c52;
  border-radius: 200px;
  background-color: #fff;
  color: #f26c52;
}

.cta.loadmore:hover {
  background-color: #f26c52;
  color: #fff;
}

.cta._4-form {
  display: block;
  margin-top: 53px;
  margin-right: auto;
  margin-left: auto;
}

.cta._4-form:hover {
  border-radius: 0px 20px;
}

.cta._4choice {
  margin: 20px;
}

.homeslide_mask {
  position: absolute;
  left: 0%;
  top: 25%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.2))
  );
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.2));
}

.home-who-r-we {
  position: relative;
  z-index: 15;
  padding-top: 40px;
  padding-bottom: 175px;
  background-color: #005695;
  color: #f26c52;
}

.bluemask-top {
  position: absolute;
  left: 50%;
  top: 3px;
  right: auto;
  z-index: 20;
  width: 102%;
  max-width: 600%;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.caritas {
  font-family: Raleway, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.container {
  position: relative;
  width: 1134px;
  max-width: 90vw;
  margin-right: auto;
  margin-left: auto;
}

.container.wide {
  width: 1200px;
}

.focus_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.header-article_img {
  margin-left: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.home-news {
  position: relative;
  z-index: 15;
  margin-top: -140px;
  padding-bottom: 130px;
}

.homenews_slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 52px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newsbox {
  width: 33%;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.newsbox._4slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.newsbox_img_wrapper {
  width: 100%;
  height: 240px;
}

.newsbox_img {
  width: 100%;
  height: 100%;
}

.newsbox_content {
  position: relative;
  padding: 25px 25px 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.newsbox_title {
  margin-bottom: 25px;
  font-family: "Raleway", sans-serif;
  color: #005695;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}

.newsbox_p {
  color: #f26c52;
  font-size: 20px;
  line-height: 130%;
}

.newsbox_linkbox {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newbox_link {
  margin-bottom: 8px;
  padding: 10px 45px;
  font-family: "Raleway", sans-serif;
  color: #a0a0a0;
  font-size: 12px;
  line-height: 13px;
  text-decoration: none;
}

.newsbox_subline {
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 30px;
  width: 30px;
  height: 1px;
  margin-top: -10px;
  background-color: #a0a0a0;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.homenews_controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.slider_arrow:hover {
  padding-left: 10px;
}

.slider_arrow.inverted {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.newsbox_wrapper {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 20px 35px;
}

.newsbox_wrapper._4actu {
  width: 33%;
  margin-bottom: 0px;
  padding: 15px;
}

.home-agenda {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #f26c52;
}

.homeagenda_slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.homeagenda_date_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 165px;
  height: 165px;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 4px solid #005695;
  color: #005695;
}

.jour {
  font-family: "Raleway", sans-serif;
  font-size: 80px;
  line-height: 75px;
  font-weight: 700;
}

.jour.small {
  font-size: 48px;
  line-height: 40px;
}

.month {
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.month.small {
  font-size: 22px;
}

.homeagenda_content {
  color: #fff;
  font-size: 20px;
  line-height: 21px;
}

.homeagenda_title {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}

.homeagenda_p {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #005695;
}

.homeagenda_infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.homeagenda_icon {
  margin-right: 10px;
}

.homeagenda_icon.pinpoint {
  margin-right: 16px;
}

.homeagenda_controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-findlocalteam {
  position: relative;
  padding-top: 100px;
  padding-bottom: 300px;
  background-color: #005695;
}

.findalocalteam {
  color: #f26c52;
  font-size: 33px;
  line-height: 42px;
}

.tomato {
  color: #f26c52;
}

.bluemask-bottom {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 3px;
  width: 102%;
  max-width: 600%;
  -webkit-transform: translate(-50%, 100%) rotate(180deg);
  -ms-transform: translate(-50%, 100%) rotate(180deg);
  transform: translate(-50%, 100%) rotate(180deg);
}

.home-polelinks {
  position: relative;
  z-index: 2;
  margin-top: -208px;
  margin-bottom: -169px;
  text-align: center;
}

.small-title {
  color: #fff;
  font-size: 28px;
  line-height: 33px;
}

.small-title.blue {
  color: #005695;
}

.small-title._4-galery-link-item {
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  line-height: 27px;
}

.biglinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.biglinks._4home {
  margin-top: 40px;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.biglink {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 358px;
  margin: 20px;
  padding-right: 34px;
  padding-bottom: 90px;
  padding-left: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #fff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: "Raleway", sans-serif;
  color: #005695;
  font-size: 28px;
  line-height: 27px;
  font-weight: 700;
  text-decoration: none;
}

.biglink:hover {
  padding-bottom: 70px;
  box-shadow: 0 19px 35px 10px rgba(82, 114, 138, 0.15);
}

.biglink_img {
  max-height: 120px;
  max-width: 125px;
}

.biglink_title {
  margin-top: 20px;
}

.home-lastslider {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 700px;
  margin-bottom: -49px;
}

.lastslider {
  width: 100%;
  height: 100%;
}

.lastslide {
  width: 100%;
  height: 100%;
}

.lastslide_img {
  width: 100%;
  height: 100%;
}

.home-lastslider_content {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 134px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.lastslider_title {
  margin-top: 0px;
  margin-bottom: 0px;
}

.lastslider_cross {
  margin-bottom: 20px;
}

.lastslider_controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  position: relative;
  z-index: 20;
  width: 100%;
  margin-top: 0px;
  padding-top: 65px;
  padding-bottom: 136px;
  background-color: #005695;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.bigcta {
  position: relative;
  left: 50%;
  top: 0px;
  z-index: 50;
  display: inline-block;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #f26c52;
  -webkit-transform: translate(-50%, -121%);
  -ms-transform: translate(-50%, -121%);
  transform: translate(-50%, -121%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: "Raleway", sans-serif;
  color: #005695;
  font-size: 33px;
  line-height: 150px;
  font-weight: 700;
  text-decoration: none;
}

.bigcta:hover {
  border-radius: 0px 30px;
}

.bigcta._4middle {
  position: absolute;
  width: 940px;
  max-width: 100%;
  margin-top: -60px;
}

.cta-facebook_subline {
  position: absolute;
  left: 50%;
  bottom: 35px;
  width: 80px;
  height: 4px;
  background-color: #005695;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.footer_infos {
  text-align: center;
  margin-top: -100px;
}

.footer_social_links {
  margin-bottom: 30px;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: center;
}

.footer_social_links a {
  margin: 5px 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
}

.footer_social_links a:hover {
  transform: translateY(-5px);
}

.footer_social_links a svg,
.footer_social_links a img {
  display: block;
  height: 20px;
  width: auto;
}

.footer_adress {
  margin-bottom: 12px;
  color: #fff;
  font-size: 28px;
  line-height: 33px;
}

.footer_phone {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #f26c52;
  font-size: 40px;
  line-height: 53px;
  text-decoration: none;
}

.footer_phone:hover {
  letter-spacing: 3px;
}

.footer_separator {
  width: 550px;
  height: 2px;
  margin: 60px auto;
  background-color: #003f6d;
}

.fixedcta {
  position: -webkit-sticky;
  position: sticky;
  left: 100%;
  right: 0px;
  bottom: 30px;
  z-index: 40;
  margin-right: 30px;
}

.footer_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_nav-link {
  margin-right: 12px;
  margin-left: 12px;
  padding: 7px 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #f26c52;
  font-size: 20px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}

.footer_nav-link:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.html-embed {
  position: absolute;
  right: 10px;
  bottom: 40px;
  width: 170px;
  height: 35px;
}

.fixedcta_sided {
  position: fixed;
  left: auto;
  right: 30px;
  bottom: 50%;
  z-index: 9999;
  width: 190px;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

.quicklink {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 190px;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #f26c52;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: "Raleway", sans-serif;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.quicklink:hover {
  border-radius: 0px 30px;
}

.fixedcta-responsive {
  position: fixed;
  left: 50%;
  bottom: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #f26c52;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  text-decoration: none;
}

.fixedcta-rersponsive_link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.respnav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20000;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.respnav.noshowrespnav {
  display: none;
  opacity: 0;
}

.respnav.npshowrespnav {
  display: none;
  opacity: 0;
}

.respnav-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 15px 15px 15px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #005695;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.close--subnav {
  position: relative;
  top: 40px;
  right: 40px;
  z-index: 1000000;
  display: block;
  width: 16px;
  height: 16px;
}

.hamburger {
  position: relative;
  display: none;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hamburger_line {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 50%;
  width: 23px;
  height: 3px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.hamburger_line.line1 {
  margin-top: -8px;
}

.hamburger_line.line3 {
  margin-top: 8px;
}

.hamburger-separator {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 1px;
  height: 25px;
  background-color: #103e60;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.backtotop {
  position: fixed;
  left: 40px;
  bottom: 40px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: rgba(0, 0, 0, 0.25);
}

.notmenu {
  position: relative;
  display: flex;
  align-items: center;
}

.page-header {
  width: 100%;
}

.page-header_bgimg {
  position: relative;
  height: 100vh;
  max-height: 600px;
  background-color: #dfdfdf;
}

.page-header_img {
  width: 100%;
  height: 100%;
}

.page-header_content {
  position: relative;
  padding-top: 76px;
  padding-bottom: 50px;
  background-color: #005695;
}

.page-header_content._4-detailactu {
  padding-bottom: 25px;
}

.page-header_content._4-detail-agenda {
  padding-bottom: 10px;
}

.page-header_content.smallit {
  padding-bottom: 25px;
}

.header-page_mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(22%, transparent),
    to(rgba(0, 0, 0, 0.35))
  );
  background-image: linear-gradient(
    180deg,
    transparent 22%,
    rgba(0, 0, 0, 0.35)
  );
}

.tomato_title {
  margin-bottom: 40px;
  color: #f26c52;
  font-size: 33px;
  line-height: 33px;
}

.tomato {
  margin-bottom: 40px;
  color: #f26c52;
  font-size: 20px;
  line-height: 33px;
}

.page_content {
  position: relative;
  padding-bottom: 136px;
}

.page-content_main-img {
  overflow: hidden;
  width: 100%;
  height: 500px;
  margin-top: -35px;
  border: 10px solid #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.main_img {
  width: 100%;
  height: 100%;
}

.page-content_acf_title {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #005695;
  text-align: center;
}

.acf_component-text {
  width: 940px;
  max-width: 100%;
  margin: 50px auto;
  color: #a0a0a0;
}
.acf_component-text iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.acf_compontent-title_subtitle {
  color: #f26c52;
}

.acf_component-button {
  margin-top: -20px;
  text-align: center;
}

.pole-links {
  position: relative;
  z-index: 2;
  margin-top: -90px;
  padding-bottom: 130px;
}

.breadcrumb_wrapper {
  position: relative;
  max-width: 90vw;
  min-width: 300px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}

.title_and_breadcrumb {
  position: absolute;
  bottom: 100%;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 61px;
  padding-right: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block {
  width: auto;
}

.acf-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.acf-column {
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.acf-column_number {
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
  color: #005695;
  font-size: 45px;
  line-height: 100%;
  font-weight: 700;
}

.acf-column_description {
  color: #f26c52;
  font-size: 20px;
}

.section-blue {
  position: relative;
  padding-top: 115px;
  padding-bottom: 75px;
  background-color: #005695;
  color: #fff;
  text-align: center;
}

.acf-column_subdescription {
  color: #f26c52;
  font-size: 16px;
}

.acf_component-accordeon {
  width: 940px;
  max-width: 100%;
  margin: 50px auto;
}

.accordeon-item {
  margin-bottom: 40px;
}

.accordeon-title {
  position: relative;
  padding: 40px 95px 40px 40px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: inset 0 0 0 4px #f26c52;
  font-family: Raleway, sans-serif;
  color: #f26c52;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;

  cursor: pointer;
}

.accordeon-arrow {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 20px;
  height: 34px;
  -webkit-transform: translate(0px, -50%) rotate(180deg);
  -ms-transform: translate(0px, -50%) rotate(180deg);
  transform: translate(0px, -50%) rotate(180deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.accordeon-arrow.open {
  margin-top: -19px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordeon-content {
  display: none;
  min-width: 100%;
  padding: 40px 40px 20px;
  color: #a0a0a0;
}

.accordeon-content a {
  color: #a0a0a0;
}

/*DISPLAY COLUMNS*/
.acf_component-accordeon.display-columns {
  width: 100%;
  margin: 15px 0 50px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.acf_component-accordeon.display-columns .col {
  padding: 10px;
}

.acf_component-accordeon.display-columns .col.w50 {
  width: 50%;
}

.acf_component-accordeon.display-columns .col.w100 {
  width: 100%;
}

.acf_component-accordeon.display-columns .col h3 {
  margin-top: 0;
}

.acf_component-accordeon.display-columns .accordeon-item {
  margin-bottom: 20px;
}

.acf_component-accordeon.display-columns .accordeon-title {
  font-size: 22px;
  line-height: 24px;
  padding: 25px 60px 25px 25px;
  box-shadow: inset 0 0 0 3px #f26c52;
}

.acf_component-accordeon.display-columns .accordeon-arrow {
  right: 25px;
}

.acf_component-accordeon.display-columns .accordeon-content {
  padding: 20px 20px 0;
  font-size: 20px;
}

.acf_component-accordeon.display-columns .findalocalteam_activities {
  margin-top: 15px;
}

.post-filters.controls {
  margin-bottom: 130px;
}

.btn-filter {
  margin: 0px 20px 20px 0px;
  padding: 15px 20px;
  border: 2px solid #fff;
  border-radius: 200px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.btn-filter:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.btn-filter.active {
  background-color: #fff;
  color: #f26c52;
}

.actualites {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newsbox_category-label {
  position: absolute;
  left: 25px;
  top: 25px;
  right: auto;
  bottom: auto;
  padding: 7px 15px;
  border-radius: 200px;
  background-color: #f26c52;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
}

.infinitescroll_block {
  text-align: center;
}

.actu-subtitle {
  margin-top: 0px;
  color: #f26c52;
}

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 95vw;
  margin: 40px -100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-item {
  width: 25%;
  margin: 20px;
}

.section-agenda {
  padding-top: 77px;
  padding-bottom: 77px;
}

.agenda-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.agenda-item_date-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100px;
  height: 100%;
  padding: 15px 7px;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #f26c52;
  color: #f26c52;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.agenda-item_date-wrapper._4-title {
  margin-top: 10px;
  border-color: #fff;
  color: #fff;
}

.agenda-item_content {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #a0a0a0;
  font-size: 20px;
}

.agenda-item_title {
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
  color: #005695;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}

.agenda-item_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.agenda-detail_title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.agenda_infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  max-width: 100%;
  margin: 60px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.agenda_infos_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  max-width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  padding: 5px;
}

.agenda_infos_content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #a0a0a0;
  font-size: 20px;
  line-height: 120%;
}

.agenda_infos_icon {
  margin-right: 30px;
}

.map-img {
  width: 100%;
  height: 100%;
}

.section-form {
  width: 940px;
  max-width: 100%;
  margin: 50px auto 150px;
  color: #a0a0a0;
  text-align: center;
}

.component-form {
  width: 450px;
  max-width: 100%;
  margin: 60px auto;
  text-align: left;
}

.form-input {
  padding-top: 24px;
  padding-bottom: 24px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #a0a0a0;
  font-size: 20px;
}

.form-input.textarea {
  height: 300px;
}

.component-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery_link-item {
  position: relative;
  overflow: hidden;
  width: 31%;
  margin-top: 1%;
  margin-bottom: 2%;
  border: 10px solid #fff;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #005695;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  text-decoration: none;
}

.gallery-link-item_wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery_link-item_cover {
  width: 100%;
  height: 1100%;
}

.galery-link-item_content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.53))
  );
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.53));
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-align: center;
}

.galery-link-item_img {
  width: 100%;
  height: 100%;
}

.gallery-link-item_knowmore {
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
}

.gallery-link-item_line {
  width: 30px;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 30px;
  background-color: #fff;
}

.localteam_search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 33px;
}

.localteam_input {
  width: 358px;
  height: 80px;
  padding-left: 30px;
  border-top-left-radius: 20px;
  color: #a0a0a0;
  font-size: 30px;
  line-height: 80px;
  font-weight: 700;
}

.localteam_searchbtn {
  height: 80px;
  padding-right: 30px;
  padding-left: 30px;
  border-bottom-right-radius: 20px;
  background-color: #f26c52;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.findalocalteam-section {
  margin-top: 20px;
  margin-bottom: 110px;
}

.findalocalteam_map {
  height: 600px;
  border: 10px solid #fff;
}

.findalocalteam_activities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.findalocalteam_activity {
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 17px;
  border-radius: 200px;
  background-color: #005695;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;

  position: relative;
}

.findalocalteam_activity .caption {
  background: #f26c52;
  color: #fff;
  position: absolute;
  width: 250px;
  font-size: 12px;
  border-radius: 5px;
  line-height: 1.2;
  padding: 10px;
  bottom: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%) translateY(-15px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.findalocalteam_activity .caption::after {
  content: "";
  position: absolute;
  background: #f26c52;
  width: 14px;
  height: 14px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%) rotate(45deg);
  z-index: 0;
}

.findalocalteam_activity:hover .caption {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.choice {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #005695;
}

.level2-wrapper {
  position: absolute;
  left: -20px;
  top: 100%;
  z-index: 10000;
  display: block;
  padding: 5px;
}

.level3_wrapper {
  position: absolute;
  left: 100%;
  top: 0px;
  display: block;
  margin-left: 0px;
  padding: 5px;
}

.goback {
  position: absolute;
  top: auto;
  right: 50%;
  bottom: 36px;
  z-index: 499;
  margin-right: -567px;
}

.content_ul {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 55px;
}

.content_li {
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 130%;
}

.checkbox-btn {
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 15px 20px;
  border: 2px solid #fff;
  border-radius: 600px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;

  position: relative;
}

.checkbox-btn .caption {
  background: #f26c52;
  color: #fff;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  max-width: 350px;
  font-size: 12px;
  border-radius: 5px;
  line-height: 1.2;
  padding: 10px;
  bottom: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%) translateY(-15px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.checkbox-btn .caption::after {
  content: "";
  position: absolute;
  background: #f26c52;
  width: 14px;
  height: 14px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%) rotate(45deg);
  z-index: 0;
}

.checkbox-btn:hover .caption {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.checkbox-btn:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.checkbox-btn.activefilter {
  background-color: #fff;
  color: #f26c52;
}

.team-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nocheckbox {
  display: none;
}

.resplink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px dotted #103e60;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.resplink._4level2 {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.resplink._4level3 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.resplink_a {
  margin-right: 15px;
  padding-right: 50px;
  padding-left: 21px;
  color: #fff;
  text-decoration: none;
}

.respnav_sublevel {
  position: fixed;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-color: #005695;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.respnav_sublevel.sublevel3 {
  display: none;
}

.respnav_sublevel.sublevel2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.respnav_sublevel.sublevel1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.level_go_back {
  position: absolute;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: auto;
  width: 40px;
  padding: 8px;
}

.nextlevel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  margin-top: -10px;
  margin-bottom: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px dotted #103e60;
}

.subnav--close {
  position: absolute;
  left: auto;
  top: 5px;
  right: 5px;
  bottom: auto;
  z-index: 50;
  width: 50px;
  padding: 15px;
}

.respnav_sublevel_content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: auto;
  width: 100%;
  max-height: 100%;
  margin-top: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.respnav_sublevel_content_gradient_top {
  position: absolute;
  left: 0px;
  top: 60px;
  right: 0px;
  z-index: 10;
  height: 30px;
  border-top: 1px none #103e60;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#520079),
    to(rgba(0, 86, 149, 0))
  );
  background-image: linear-gradient(180deg, #520079, rgba(0, 86, 149, 0));
}

.respnav_sublevel_gradient-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  height: 30px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 86, 149, 0)),
    to(#013a64)
  );
  background-image: linear-gradient(180deg, rgba(0, 86, 149, 0), #013a64);
}

.topsublevel-blue {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 60px;
  background-color: #005695;
}

.topsublevel-blue._4level2 {
  position: fixed;
  left: 15px;
  top: 15px;
  right: 15px;
  z-index: 40;
  width: auto;
  background-color: #059500;
}

.topsublevel-blue._4level1 {
  position: fixed;
  z-index: 1;
  background-color: #950000;
}

.wrapper-respnav {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  height: 100%;
  background-color: #005695;
}

.subnavclose {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  width: 50px;
  height: 50px;
  padding: 18px;
}

.r-sublevel-wrapper {
  position: fixed;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  background-color: #005695;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.r-sublevel-wrapper._4_r2 {
  background-color: #da0808;
}

.r-sublevel-wrapper._4r3 {
  background-color: #ffe100;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.r-sublevel-wrapper.r-sublevel2 {
  background-color: #00957c;
  opacity: 0;
}

.r-sublevel-wrapper.r-sublevel3 {
  background-color: #8a0fba;
  opacity: 0;
}

.r-sublevel-wrapper_gradient-top {
  position: absolute;
  left: 0%;
  top: 50px;
  right: 0%;
  bottom: auto;
  z-index: 500;
  height: 30px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.25)),
    to(transparent)
  );
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), transparent);
}

.r-sublevel-wrapper_gradient-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  height: 30px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.25))
  );
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.25));
}

.r-sublevel_content {
  overflow: scroll;
  max-height: 100%;
  margin-top: 50px;
  padding-top: 15px;
  padding-bottom: 45px;
}

.r_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px none rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.r_link_a {
  padding: 10px 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  color: #fff;
  text-decoration: none;
}

.r_nextlevel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px none rgba(0, 0, 0, 0.1);
  text-align: center;
}

.r_goback {
  position: fixed;
  left: 15px;
  top: 15px;
  right: auto;
  bottom: auto;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.r_goback.goback2 {
  background-color: red;
}

.r-sublevel {
  position: fixed;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  background-color: #005695;
  opacity: 0;
}

.r-topheader {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 1;
  height: 50px;
  background-color: #005695;
}

.r-firstlevel_content {
  overflow: auto;
  max-height: 100%;
  padding-top: 60px;
}

.r-mainlevel {
  position: fixed;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  background-color: #005695;
}

@media (max-width: 991px) {
  p {
    font-size: 18px;
  }

  .header {
    z-index: 500;
    height: 70px;
  }

  .logo {
    border-right-style: none;
  }

  .desknav {
    display: none;
  }

  .level1 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .desknav--search {
    height: 100%;
  }

  .home-hero {
    max-height: 100vh;
  }

  .homeslide {
    padding-right: 40px;
    padding-left: 40px;
  }

  .homeslide_content {
    z-index: 15;
  }

  .bigtitle {
    padding-right: 0px;
    font-size: 8vw;
    line-height: 8vw;
  }

  .homeslide_accroche {
    font-size: 14px;
    line-height: 16px;
  }

  .cta {
    font-size: 12px;
  }

  .home-who-r-we {
    margin-top: -40px;
  }

  .bluemask-top {
    width: auto;
    height: 90px;
  }

  .header-article_img {
    width: 33%;
    margin-left: 0px;
  }

  .header-article_img.nomobile {
    display: none;
  }

  .homenews_slider {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .newsbox_wrapper {
    width: 100%;
  }

  .newsbox_wrapper._4actu {
    width: 50%;
  }

  .findalocalteam {
    font-size: 32px;
  }

  .tomato {
    font-size: 20px;
    line-height: 22px;
  }

  .small-title._4-galery-link-item {
    font-size: 24px;
    line-height: 23px;
  }

  .biglinks._4home {
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .biglink {
    width: 45%;
    height: 331px;
    margin: 15px;
  }

  .home-lastslider {
    margin-bottom: 0px;
  }

  .lastslider_title {
    font-size: 60px;
    line-height: 60px;
  }

  .bigcta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .cta-facebook_subline {
    bottom: 43px;
    display: none;
  }

  .fixedcta {
    position: fixed;
    left: auto;
    bottom: 75px;
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }

  .footer_nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .html-embed {
    right: 50%;
    bottom: 67px;
    margin-right: 44px;
    -webkit-transform: translate(50%, 0px);
    -ms-transform: translate(50%, 0px);
    transform: translate(50%, 0px);
  }

  .fixedcta_sided {
    display: none;
  }

  .fixedcta-responsive {
    position: fixed;
    left: 50%;
    bottom: 0px;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #f26c52;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .fixedcta-rersponsive_link {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
  }

  .fixedcta-responsive_separator {
    position: absolute;
    top: 15px;
    width: 1px;
    height: 20px;
  }

  .heading {
    font-size: 60px;
    line-height: 60px;
  }

  .lastslider_subtitle {
    font-size: 30px;
    line-height: 30px;
  }

  .respnav {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 20000;
    width: 100%;
    height: 100%;
    padding: 15px;
    background-color: #fff;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }

  .respnav-wrapper {
    height: 100%;
  }

  .fs-link {
    color: #fff;
    text-decoration: none;
  }

  .fs-item {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .close--subnav {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 10000;
    width: 30px;
    height: 30px;
    padding: 7px;
  }

  .hamburger {
    display: block;
    width: 80px;
    height: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
  }

  .hamburger_line.line1 {
    margin-top: -8px;
  }

  .hamburger_line.line3 {
    margin-top: 8px;
  }

  .hamburger-separator {
    position: absolute;
    left: 0px;
    top: 50%;
    display: block;
    width: 1px;
    height: 25px;
    background-color: #103e60;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .backtotop {
    left: 15px;
    bottom: 75px;
    width: 60px;
    height: 60px;
  }

  .notmenu {
    height: 100%;
  }

  .page-header_content {
    padding-bottom: 40px;
  }

  .page-header_content._4-detailactu {
    padding-bottom: 10px;
  }

  .tomato_title {
    font-size: 30px;
    line-height: 30px;
  }

  .title_and_breadcrumb._4-agenda-detail {
    margin-bottom: 50px;
  }

  .acf-column_number {
    font-size: 50px;
  }

  .acf-column_description {
    font-size: 16px;
  }

  .acf_component-accordeon.display-columns .col.w50 {
    width: 100%;
  }

  .accordeon-title {
    padding-right: 74px;
  }

  .accordeon-arrow {
    top: 50%;
    right: 30px;
    -webkit-transform: translate(0px, -50%) rotate(180deg);
    -ms-transform: translate(0px, -50%) rotate(180deg);
    transform: translate(0px, -50%) rotate(180deg);
  }

  .accordeon-content {
    padding: 29px;
  }

  .gallery {
    max-width: 100%;
    margin: 40px 0;
  }

  .gallery-item {
    margin: 10px;
  }

  .agenda-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .agenda-item_date-wrapper._4-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .agenda-item_content {
    font-size: 18px;
  }

  .agenda_infos_content {
    font-size: 18px;
  }

  .agenda_infos_icon {
    margin-right: 20px;
  }

  .detail-agenda_map {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .component-gallery {
    margin-top: -40px;
  }

  .gallery_link-item {
    width: 45%;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .findalocalteam-section {
    margin-bottom: 179px;
  }

  .findalocalteam_map {
    height: 50vh;
  }

  .goback {
    margin-right: -50vw;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }

  .content_li {
    font-size: 18px;
  }

  .resplink_a {
    display: block;
    margin-right: 15px;
    padding: 0px 30px 0px 20px;
    border-right: 1px none #103e60;
    text-decoration: none;
  }

  .respnav_sublevel {
    background-color: #005695;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .level_go_back {
    position: absolute;
    left: 10px;
    top: 5px;
    right: auto;
    bottom: auto;
    width: 40px;
    padding: 8px;
  }

  .image {
    height: auto;
  }

  .header-article_img_img {
    height: auto;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 120%;
  }

  .logo {
    padding: 0px 0px 0px 20px;
  }

  .homeslide_content {
    margin-bottom: 53px;
  }

  .bigtitle {
    font-size: 40px;
    line-height: 100%;
  }

  .bigtitle.header-page_title {
    font-size: 40px;
    line-height: 40px;
  }

  .home-who-r-we {
    padding-bottom: 179px;
  }

  .bluemask-top {
    height: 80px;
    -webkit-transform: translate(-50%, -80px);
    -ms-transform: translate(-50%, -80px);
    transform: translate(-50%, -80px);
  }

  .focus_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-article_img {
    width: 100%;
    text-align: center;
  }

  .newsbox_p {
    font-size: 18px;
  }

  .newsbox_linkbox {
    height: 80px;
  }

  .newsbox_wrapper._4actu {
    width: 100%;
  }

  .homeagenda_slide {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .homeagenda_date_wrapper {
    width: 120px;
    height: 120px;
  }

  .jour {
    font-size: 58px;
    line-height: 58px;
  }

  .jour.small {
    font-size: 28px;
    line-height: 26px;
  }

  .month {
    font-size: 26px;
  }

  .month.small {
    font-size: 15px;
  }

  .homeagenda_title {
    font-size: 26px;
  }

  .homeagenda_p {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 18px;
  }

  .homeagenda_infos {
    margin-top: 5px;
    font-size: 18px;
  }

  .biglink {
    width: 44%;
    height: 294px;
    padding-bottom: 50px;
  }

  .home-lastslider {
    margin-bottom: 10px;
  }

  .bigcta {
    height: auto;
    margin-top: -72px;
    margin-bottom: 72px;
    padding: 18px 20px 20px;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    font-size: 22px;
    line-height: 45px;
    text-align: center;
  }

  .bigcta._4middle {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta-facebook_subline {
    bottom: 20px;
  }

  .footer_adress {
    font-size: 26px;
  }

  .footer_nav-link {
    margin-right: 9px;
    margin-left: 9px;
    font-size: 14px;
  }

  .bigcta--text {
    line-height: 22px;
  }

  .page-header_bgimg {
    max-height: 70vh;
  }

  .page-header_content {
    padding-top: 10px;
  }

  .page-header_content._4-detailactu {
    padding-bottom: 75px;
  }

  .page-header_content._4-detail-agenda {
    padding-bottom: 40px;
  }

  .page-header_content.smallit {
    padding-bottom: 50px;
  }

  .tomato_title {
    font-size: 25px;
    line-height: 25px;
  }

  .page_content._4-detail-agenda {
    margin-top: -15px;
  }

  .acf_compontent-title_subtitle {
    margin-top: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .breadcrumb_wrapper {
    display: none;
  }

  .title_and_breadcrumb {
    margin-bottom: 10px;
    padding-right: 0%;
  }

  .title_and_breadcrumb._4-agenda-detail {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .section-blue {
    padding-top: 48px;
  }

  .accordeon-title {
    padding: 25px 60px 25px 25px;
    box-shadow: inset 0 0 0 4px #f26c52;
    font-size: 22px;
    line-height: 24px;
  }

  .accordeon-arrow {
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0px, -50%) rotate(180deg);
    -ms-transform: translate(0px, -50%) rotate(180deg);
    transform: translate(0px, -50%) rotate(180deg);
  }

  .post-filters.controls {
    margin-bottom: 100px;
  }

  .gallery {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .gallery-item {
    width: 47%;
    margin: 5px;
  }

  .agenda-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  }

  .agenda-item_date-wrapper._4-title {
    width: 60px;
    padding: 7px 5px;
  }

  .agenda-item_link {
    margin-top: -15px;
    margin-left: 20px;
  }

  .agenda-detail_title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .detail-agenda_map {
    margin-bottom: 0px;
  }

  .localteam_input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .findalocalteam-section {
    margin-bottom: 110px;
  }

  .goback {
    left: 5vw;
    top: 90px;
    right: auto;
    bottom: auto;
    width: 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .content_li {
    font-size: 16px;
  }

  .nextlevel {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 479px) {
  p {
    line-height: 130%;
  }

  .header {
    max-width: 90vw;
  }

  .logo {
    width: 170px;
    padding-left: 15px;
  }

  .desknav--search {
    width: 50px;
  }

  .homeslide {
    padding-right: 15px;
    padding-left: 15px;
  }

  .homeslide_content {
    margin-bottom: 20vh;
  }

  .bigtitle {
    font-size: 12vw;
    line-height: 12vw;
  }

  .cta.formore.inverted {
    margin-right: 30px;
    margin-left: 30px;
  }

  .home-who-r-we {
    margin-top: -40px;
    padding-top: 40px;
    padding-bottom: 170px;
  }

  .header-article_img {
    margin-top: 25px;
  }

  .newsbox_linkbox {
    display: none;
  }

  .homeagenda_slide {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .homeagenda_date_wrapper {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .month.small {
    line-height: 15px;
  }

  .findalocalteam {
    font-size: 25px;
    line-height: 25px;
  }

  .home-polelinks {
    margin-top: -225px;
    margin-bottom: -90px;
  }

  .biglink {
    width: 100%;
    height: 150px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-right: 19px;
    padding-bottom: 0px;
    padding-left: 19px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 22px;
  }

  .biglink:hover {
    padding-bottom: 0px;
  }

  .biglink_img {
    max-height: 80px;
    max-width: 80px;
    margin-right: 20px;
  }

  .biglink_title {
    margin-top: 0px;
    text-align: left;
  }

  .home-lastslider {
    margin-bottom: -20px;
  }

  .lastslider_title {
    font-size: 40px;
    line-height: 40px;
  }

  .lastslider_controls {
    width: 90vw;
  }

  .bigcta {
    margin-top: -48px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .bigcta._4middle {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer_phone:hover {
    letter-spacing: 0px;
  }

  .footer_separator {
    max-width: 90vw;
  }

  .footer_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fixedcta-responsive {
    width: 100%;
  }

  .fixedcta-rersponsive_link {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading {
    font-size: 40px;
    line-height: 40px;
  }

  .lastslider_subtitle {
    font-size: 20px;
    line-height: 20px;
  }

  .hamburger {
    width: 66px;
  }

  .page-header_bgimg {
    max-height: 400px;
  }

  .page-header_content._4-detail-agenda {
    padding-bottom: 60px;
  }

  .page-header_content._4-localteam {
    padding-bottom: 70px;
  }

  .page_content._4-detail-agenda {
    margin-top: -30px;
  }

  .title_and_breadcrumb {
    padding-right: 0%;
  }

  .title_and_breadcrumb._4-agenda-detail {
    margin-bottom: -31px;
    padding-right: 0%;
  }

  .acf-columns {
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .acf-column {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 86, 149, 0.19);
  }

  .accordeon-item {
    margin-bottom: 20px;
  }

  .accordeon-content {
    padding: 15px;
  }

  .gallery-item {
    width: 45%;
    margin: 2%;
  }

  .agenda-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-style: none;
  }

  .agenda-item_date-wrapper {
    margin-right: 0px;
  }

  .agenda-item_title {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .agenda-item_link {
    margin-top: 0px;
    margin-left: 0px;
  }

  .agenda-detail_title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .agenda_infos {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .agenda_infos_column {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .agenda_infos_icon {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .detail-agenda_map {
    height: 400px;
    margin-bottom: -20px;
  }

  .gallery_link-item {
    width: 100%;
    margin: 4% 2%;
  }

  .localteam_search {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .localteam_input {
    height: 60px;
    max-width: 100%;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 24px;
    text-align: center;
  }

  .localteam_searchbtn {
    height: 60px;
    font-size: 18px;
  }

  .findalocalteam-section {
    margin-bottom: 115px;
  }

  .choice {
    overflow: scroll;
  }

  .content_ul {
    padding-left: 30px;
  }

  .resplink_a {
    padding-right: 15px;
  }

  .nextlevel {
    width: 50px;
  }
}
