/*=================================
===============GLOBAL==============
=================================*/
:root {
  --black: #000000;
  --white: #ffffff;
  --blue: #313870;
  --red: #e62856;
  --yellow: linear-gradient(90deg, #f9b333 -0.43%, #fdeb19 99.57%);
  /* --layout-width: 1482px; */
  --layout-width: calc(1482px + 40px); /* padding */
}
html::selection {
  background: var(--red);
  color: var(--white);
}
#slider .mod_article:not(.fullwidth) > .container {
  padding-top: 0;
  max-width: calc(100vw - 80px);
  padding-left: 0;
  padding-right: 0;
}
#top .inside,
.header .inside,
#footer .inside,
#bottom .inside,
body.sidebar #container,
.mod_article:not(.fullwidth) > .container,
.fullwidth.boxed-content .contentwrap,
.smallwidth .contentwrap,
.boxed-content .contentwrap,
.autogrid_wrapper.article,
.ce_text_image_bar .inside,
.ce_headerimage .ce_headerimage_inside,
.ce_video_background .ce_video_background_inside,
#offcanvas-top .offcanvas-top-inside,
.ce_calltoaction .ce_calltoaction_inside,
.mod_breadcrumb .mod_breadcrumb_inside,
.mod_pageimage .container,
.ce_easy_slider .swiper-inside .swiper-inside-wrap {
  max-width: var(--layout-width);
  margin-left: auto;
  margin-right: auto;
}
/* #top .inside,
.header .inside,
#footer .inside,
#bottom .inside,
body.sidebar #container,
.mod_article:not(.fullwidth) > .container,
.mod_article.boxed > .container,
.fullwidth.boxed-content .contentwrap,
.smallwidth .contentwrap,
.boxed-content .contentwrap,
.gridbuilder_wrapper.article,
.body_bottom .mod_search .container {
  padding-left: 0;
  padding-right: 0;
} */
body {
  color: var(--blue);
  font-family: "Source Sans pro";
  line-height: normal;
  font-weight: normal;
  font-size: 16px;
  background: var(--white);
}
body > .body {
  overflow: hidden;
}
body.maintenance .mod_article {
  height: 100vh;
  background: #d7e6fb;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.maintenance .content-image {
  border-radius: 0;
  box-shadow: none;
  margin: auto;
  display: block;
}
.mod_article.fullwidth-boxed-medium:not(.fullwidth) > .container {
  max-width: 1280px;
}
.mod_article.fullwidth-boxed-medium:not(.fullwidth),
.mod_article.fullwidth {
  padding-right: 40px;
  padding-left: 40px;
}

.mod_article.mb-100px {
  margin-bottom: 100px;
}
.mod_article.mb-50px {
  margin-bottom: 50px;
}
.content-image > figure,
.content-player > figure {
  display: flex;
}
.content-image img {
  max-width: 100%;
  width: auto;
}
.content-image img,
.content-player video {
  border-radius: 20px;
  max-width: 100%;
}
.box .content-image img {
  border-radius: 0;
}
.content-text.width-s {
  max-width: 512px;
}
.content-text.width-m {
  max-width: 600px;
}
.content-text.width-s.h-align-center,
.content-text.width-m.h-align-center {
  margin-left: auto;
  margin-right: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.font_headline {
  color: var(--blue);
}
.content-text p,
.content-text ul li,
.content-text ol li,
.content-text p a,
.content-text ul li a,
.content-text ol li a {
  font-size: 1rem;
  font-weight: 400;
  color: var(--blue);
}
.content-text ul {
  margin-bottom: 15px;
  margin-left: 20px;
}
.content-text ul li {
  list-style: disc;
  margin-bottom: 10px;
}
.content-text ul ul li {
  list-style: circle;
}
.content-text ul ul {
  margin-bottom: 0;
  margin-top: 5px;
}
.content-text p strong,
.content-text ul li strong,
.content-text ol li strong {
  font-weight: 700;
}
.content-text ol {
  list-style: decimal;
  padding-left: 15px;
}
.content-text.h-align-center {
  width: 65rem;
  margin: auto;
  max-width: 100%;
}
.content-text.left_border {
  position: relative;
  padding-left: 40px;
  border-left: 1px dashed var(--red);
  width: 35rem;
  max-width: 100%;
}
.content-text.left_border.width-l {
  width: 100%;
}
.content-text.bottom_border {
  position: relative;
  padding-bottom: 24px;
  border-bottom: 1px dashed var(--red);
  width: 35rem;
  max-width: 100%;
}
.content-text.left_border:not(.no_bullet)::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--red);
  left: 0;
  top: 80%;
  transform: translate(-50%, -50%);
}
.content-text.bottom_border:not(.no_bullet)::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--red);
  left: 12%;
  bottom: 0%;
  transform: translate(0, 50%);
}
.content-text p:has(> img) {
  display: flex;
  align-items: center;
}
.content-text.text-image > div {
  display: flex;
  align-items: center;
}
.content-text.text-image > div > p:has(> img) {
  width: 33.33%;
  flex-wrap: wrap;
}
.content-text.text-image > div > ul {
  flex: 1;
}
.content-text.txt-color-red p,
.content-text.txt-color-red ul li,
.content-text.txt-color-red h2,
.content-text.txt-color-red h3,
.content-text.txt-color-red h4 {
  color: var(--red);
}
p a {
  color: var(--blue);
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.font_headline {
  font-family: "Fraunces";
  font-weight: 900;
}
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5,
.content-image h2,
.content-image h3,
.content-image h4,
.content-image h5,
h2.content-headline,
h3.content-headline,
h4.content-headline,
h5.content-headline {
  color: var(--blue);
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.headline.size-55px,
.headline span.size-55px {
  font-size: 3.438rem;
}
.headline.size-45px,
.headline span.size-45px {
  font-size: 2.813rem;
  line-height: normal;
}
.headline.size-30px,
.headline span.size-30px {
  font-size: 1.875rem;
  line-height: normal;
}

.headline.color-blanc,
.headline span.color-blanc {
  color: var(--white);
}
.headline.color-blue,
.headline span.color-blue {
  color: var(--blue);
}
.headline.color-red,
.headline span.color-red {
  color: var(--red);
}

.headline.weight-900,
.headline span.weight-900 {
  font-weight: 900;
}
.headline.weight-700,
.headline span.weight-700 {
  font-weight: 700;
}
.headline.weight-400,
.headline span.weight-400 {
  font-weight: 400;
}
.headline strong {
  position: relative;
}
.headline svg.draw_circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 111%;
  /* height: auto; */
  height: 120%;
  transform: translate(-50%, -50%);
}
.ce_rsce_titre_personnalise .headline svg.draw_underline {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 111%;
  height: auto;
  transform: translate(-50%, 0%);
}
.headline span {
  display: block;
}
.ce_rsce_titre_personnalise.bottom_border .headline {
  position: relative;
  padding-bottom: 24px;
  border-bottom: 1px dashed var(--red);
  width: fit-content;
}
.ce_rsce_titre_personnalise.bottom_border.align-left .headline {
  margin-right: auto;
}
.ce_rsce_titre_personnalise.bottom_border.align-right .headline {
  margin-left: auto;
}
.ce_rsce_titre_personnalise.bottom_border.align-center .headline {
  margin-left: auto;
  margin-right: auto;
}
.ce_rsce_titre_personnalise.bottom_border.bottom_border:not(.no_bullet) .headline::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--red);
  left: 12%;
  bottom: 0%;
  transform: translate(0, 50%);
}
.stroke_width_5 svg.draw_circle path {
  stroke-width: 5;
}
svg.draw_circle path {
  stroke-dasharray: 1084;
  stroke-dashoffset: 1084;
  transition: all 0.5s ease-in;
}
svg.draw_underline path {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  transition: all 0.5s ease-in;
}
svg.draw_circle.js-draw path,
svg.draw_underline.js-draw path {
  stroke-dashoffset: 0;
}
.content-hyperlink a,
input.submit,
button.submit {
  display: flex;
  align-items: center;
  border-radius: 10px;
  width: fit-content;
  padding: 10px 28px;
  font-size: 1.06rem;
  font-weight: 700;
  line-height: normal;
  color: var(--white);
  background: var(--red);
  transition: 0.4s;
}
.content-hyperlink.h-align-right a {
  margin-left: auto;
}

.content-hyperlink.txt-color-white a {
  background: var(--white);
  color: var(--blue);
}
.content-hyperlink.txt-color-white a span {
  color: var(--blue);
}
.content-hyperlink.txt-color-white a svg path {
  fill: var(--blue);
}
.content-hyperlink.h-align-center a {
  margin: auto;
}
.content-hyperlink a svg {
  width: 0;
  transform: translateX(0);
  transition: all 0.2s ease-in;
}
.content-hyperlink a span {
  transform: translateX(0);
  transition: all 0.2s ease-in;
}
.content-hyperlink a:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 0px inset;
}
.content-hyperlink a:hover span {
  transform: translateX(-4px);
}
.content-hyperlink a:hover svg {
  width: 10px;
  transform: translateX(4px);
}
.group-button {
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
  row-gap: 10px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--red);
}

#cboxContent {
  margin-top: 5px;
}
#cboxContent #cboxCurrent {
  display: none !important;
}
#cboxContent #cboxTitle {
  bottom: 20px;
  top: auto !important;
  left: 50% !important;
  transform: translateX(-50%);
  font-size: 1rem;
  font-weight: 400;
  background: var(--blue);
  padding: 5px 10px;
  color: var(--white);
  border-radius: 10px;
}
#cboxContent #cboxNext {
  right: 1rem !important;
}
#cboxContent #cboxPrevious {
  left: 1rem !important;
}
#cboxContent #cboxNext,
#cboxContent #cboxPrevious {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px !important;
  height: 40px;
  border-radius: 0;
  background: #ffffffde;
  backdrop-filter: blur(4px);
  border-radius: 40px;
  -webkit-backdrop-filter: blur(4px);
}
#cboxContent #cboxNext::after,
#cboxContent #cboxPrevious::after {
  content: "";
  width: 10px;
  height: 16px;
}
#cboxContent #cboxPrevious::after {
  transform: rotate(180deg);
}
#cboxContent #cboxNext::after {
  background: url(/files/upmotion/image/chevron.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#cboxContent #cboxPrevious::after {
  background: url(/files/upmotion/image/chevron.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#cboxClose,
#cboxClose:hover {
  width: 26px !important;
  height: 30px !important;
  right: 0 !important;
  top: -26px !important;
  background: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNzAuNXB4IiBoZWlnaHQ9IjY1cHgiIHZpZXdCb3g9IjAgMCAxNzAuNSA2NSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTcwLjUgNjUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNzAuNSwwaC00Ni42NjZDMTIyLjI3LDAsMTIxLDEuMjY5LDEyMSwyLjgzNHY1OS4zMzFjMCwxLjU2NSwxLjI3LDIuODM1LDIuODM0LDIuODM1SDE3MC41Ii8+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTAsMGg0Ni42NjZDNDguMjMsMCw0OS41LDEuMjY5LDQ5LjUsMi44MzR2NTkuMzMxQzQ5LjUsNjMuNzMsNDguMjMsNjUsNDYuNjY2LDY1SDAiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9Ijc4LjI1IiB5MT0iNS4xMDkiIHgyPSI5NC4zNzUiIHkyPSIyMS4yMzQiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9Ijk0LjM3NSIgeTE9IjUuMTA5IiB4Mj0iNzguMjUiIHkyPSIyMS4yMzQiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjM3LjUiIHkxPSIxMS4zNTkiIHgyPSIxMC43NSIgeTI9IjMyLjUiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjM3LjY3OCIgeTE9IjUzLjA1NSIgeDI9IjEwLjkyOCIgeTI9IjMxLjkxNCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTMzIiB5MT0iMTEuMzU5IiB4Mj0iMTU5Ljc1IiB5Mj0iMzIuNSIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTMzIiB5MT0iNTMuNjQxIiB4Mj0iMTU5Ljc1IiB5Mj0iMzIuNSIvPjwvc3ZnPg==) !important;
  z-index: 100;
}
#cboxClose:hover {
  background-position: top center !important;
}
/*=================================
===============HEADER==============
=================================*/
.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  /* width: 100%; */
  height: 110px;
  line-height: initial;
  /* max-width: 1600px; */
  /* max-width: 1565px; */
  width: 1565px;
  max-width: calc(100% - 160px);
  margin: auto;
  z-index: 999;
  background-color: white;
  padding: 8px 58px 14px 58px;
  border-radius: 10px;
  transition: all 0.4s ease-in;
}
.header .inside {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr auto;
  gap: 0px;
  height: 100%;
  /* max-width: 1475px; */
  max-width: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
  
  /* background-color: white; */
  /* padding: 8px 58px 14px 58px;
  border-radius: 10px; */
  transition: all 0.4s ease-in;
}
.header .logos {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.header .logos a {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.header .logos a svg {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.header .mod_header_cta {
  grid-row: 2 / 3;
  grid-column: 3 / 4;
  align-self: center;
  justify-self: flex-end;
}
.header .mainmenu {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  height: auto;
  float: none;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 45px;
  position: initial;
}
.header .mainmenu > ul {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  position: initial;
  height: 100%;
}
.header .mainmenu ul li.mainmenu_hidden {
  display: none;
}
.header .mainmenu ul li {
  margin-left: 0;
  margin-right: 0;
  position: initial;
}
.header .mainmenu > ul > li {
  height: 100%;
  min-height: 30px;
  display: flex;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
}
body.fixed-header .header .mainmenu > ul > li {
  height: 100%;
}
.header .mainmenu > ul > li:first-child {
  padding-left: 0;
}
.header .mainmenu > ul > li:last-child {
  padding-right: 0;
}
.header .mainmenu ul li a {
  padding: 0;
  font-weight: normal;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--blue);
  margin: 0;
  line-height: normal;
  padding: 10px 0;
  text-transform: none;
  transition: 0.4s;
}
.header .mainmenu ul li a:hover {
  opacity: 1;
}

.header .mainmenu > ul > li > a,
.header .mainmenu > ul > li > strong {
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in;
  font-size: 1.125rem;
  font-weight: 700;
}

body:has(.header .mainmenu > ul > li > a:hover)
  .header
  .mainmenu
  > ul
  > li
  > a:not(:hover) {
  opacity: 0.4;
}
.header .mainmenu > ul > li.active strong {
  color: var(--red);
}
.header .mainmenu > ul > li.forward > a {
  pointer-events: none;
}

.header .mainmenu .hide-menu-desktop {
  display: none;
}
.header .mainmenu ul.level_2 {
  position: absolute;
  flex-direction: column;
  min-width: 16rem;
  padding-top: 27px;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: 0.2s;
}
.header .mainmenu ul.level_2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  width: 80%;
  height: 1px;
  border-bottom: 1px dashed var(--red);
  transform: translateX(-50%);
}
.header .mainmenu ul.level_2::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--red);
  left: 17%;
  top: 2%;
  transform: translate(0, 0);
}
body.fixed-header .header .mainmenu ul.level_2 {
  top: 100%;
}
/*

.header .mainmenu > ul > li:hover > ul.level_2 {
  transform: none;
  opacity: 1;
  min-height: 150px;
}
*/
.header .mainmenu ul.level_2 > li {
  width: auto;
}
.header .mainmenu ul.level_2 > li,
.header .mainmenu ul.level_2 > li > a {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--blue);
}
.header .mainmenu ul.level_2 > li.forward > a {
  pointer-events: none;
}

.header .mainmenu ul.level_3 {
  position: relative;
  flex-direction: column;
  left: auto;
  top: auto;
  box-shadow: none;
  padding: 10px 0;
}
.header .mainmenu ul.level_3 > li,
.header .mainmenu ul.level_3 > li > a {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--blue);
  line-height: 26px !important;
}
.mainmenu ul ul li a.submenu:after {
  content: none;
}
.header .mainmenu ul.level_3 {
  display: none;
}
.header .mainmenu ul.level_2 {
  display: flex;
  opacity: 0;
  pointer-events: none;
  justify-content: space-between;
}
.header .mainmenu ul.level_2 > li > a {
  padding-left: 4px;
  border-radius: 4px;
  transition: none;
}
.header .mainmenu ul.level_2 > li > a,
.header .mainmenu ul.level_3 > li > a {
  display: block;
  width: 100%;
}
.header .mainmenu ul.level_2 > li > a:hover {
  background-color: #f5f5f5;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 4px 0px inset;
}
.header .mainmenu > ul > li:hover ul.level_2,
.header .mainmenu > ul > li:hover ul.level_3 {
  display: flex;
  opacity: 1;
  pointer-events: all;
}
.header .mainmenu ul ul li a span:before,
.header .mainmenu ul ul li a.active span:before,
.header .mainmenu ul ul li a.trail span:before {
  content: none;
}
.mainmenu ul ul li a[target="_blank"]:after {
  content: none;
}
.header .mod_header_top {
  grid-row: 1 / 2;
  grid-column: 2 / 4;
  display: flex;
  align-items: center;
  justify-self: flex-end;
  gap: 14px;
  z-index: 20;
}
.header .mod_header_top .location {
  background-color: var(--blue);
  color: white;
  padding: 4px 22px;
  border-radius: 10px;
}
.socials {
  display: flex;
  align-items: center;
  gap: 5px;
}
.socials > a {
  display: flex;
}
.socials > a circle:first-child,
.socials > a path:first-child {
  transition: 0.4s;
}

body.scrolling-page .header {
  position: fixed;
  top: -200px;
  left: 50%;
  width: 100%;
  height: 70px;
  background: var(--white);
}
body.scrolling-page .header::before {
  content: "";
  background: var(--white);
  height: 100%;
  width: 100vw;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  position: absolute;
  box-shadow: 0px 4px 15px 1px #0000000d;
}
body.scrolling-page .header > .inside {
  grid-template-rows: 70px;
}
body.scrolling-page .header .logos a {
  padding-top: 10px;
  padding-bottom: 10px;
}
body.fixed-header .header {
  transform: translate(-50%, 8px);
  backdrop-filter: blur(22px);
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/* body.fixed-header .header .inside {
  backdrop-filter: blur(22px);
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
} */
body #slider,
body #wrapper {
  transition: 0.5s;
}
body.focus #slider,
body.focus #wrapper {
  filter: blur(5px);
}

/*=================================
===============SLIDER==============
=================================*/
#slider {
  margin-top: 16px;
}
#slider .content-player {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}
#slider .content-player video {
  max-height: 94vh;
  max-width: none;
  width: 100%;
  object-fit: cover;
}
#slider .content-player::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    237deg,
    rgba(49, 56, 112, 0) 22.45%,
    rgba(0, 0, 0, 0.5) 51.39%
  );
}
#slider .content_slider {
  position: absolute;
  /* left: calc((100vw - var(--layout-width)) / 2); */
  left: 50%;
  top: 40%;
  /* transform: translateY(-50%); */
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 100%;
  max-width: var(--layout-width);
  padding-left: 40px;
  padding-right: 40px;
}
#slider .content_slider .content-text {
  margin-bottom: 60px;
}
#slider .content_slider .content-text p {
  color: white;
  font-size: 1.625rem;
  margin-bottom: 0;
}
#slider .content_slider .autogrid_row.width_auto {
  gap: 12px;
}
/* .autogrid_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
} */
 .autogrid_row.width_auto {
  margin-left: 0;
  margin-right: 0;
 }
.autogrid_row.width_auto > .column {
  max-width: max-content;
  padding: 0;
}
.mod_btn_suiveur {
  position: fixed;
  top: 13rem;
  right: 16px;
  background-color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  z-index: 99;
}
.mod_btn_suiveur svg {
  width: 90px;
  height: auto;
}
#slider .content-text p strong {
  position: relative;
}
#slider .content-text p strong::before {
  content: "";
  background: url(/files/hateis/svg/underline.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: -webkit-fill-available;
  min-height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
}
/*=================================
===============HOMEPAGE==============
=================================*/
/* #article-12 .content-image img {
  transform: translateY(5px);
}
#article-12 > .container {
  padding-top: 153px;
}
#article-12 > .container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 7rem;
  width: 1px;
  height: 100%;
  border-left: 1px dashed var(--red);
}
#article-12 > .container::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--red);
  right: 7rem;
  top: 90px;
  transform: translateX(6px);
}
#article-12 .content-hyperlink.mb-xxl {
  margin-bottom: 118px !important;
} */
#article-9 {
  overflow: visible;
}
#article-9 .content-image img {
  transform: translateY(5px);
}
#article-9 > .container::before {
  content: "";
  position: absolute;
  top: -150px;
  right: 7rem;
  width: 1px;
  height: calc(100% + 150px);
  border-left: 1px dashed var(--red);
}
#article-9 > .container::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--red);
  right: 7rem;
  top: -25px;
  transform: translateX(6px);
}
#article-9 .content-hyperlink.mb-xxl {
  margin-bottom: 118px !important;
}
/*=================================
===============RSCE_COUNTUP==============
=================================*/
.ce_rsce_countup.style-1 {
  display: flex;
  align-items: center;
  gap: 50px;
  background-color: var(--red);
  color: white;
  padding: 34px 90px;
  border-radius: 25px;
  /* width: max-content;
  min-width: 1185.78px; */
  width: 1185.78px;
  max-width: 85%;
  margin-left: auto;
  margin-right: 3rem;
  transform: translateY(-80%);
}
.ce_rsce_countup.style-1 p {
  margin-bottom: 0;
}
.ce_rsce_countup.style-1 .countup-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ce_rsce_countup.style-1 .countup-container .headline {
  display: flex;
  align-items: center;
  gap: 16px;
  color: white;
  font-size: 3.438rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 5px;
}
.ce_rsce_countup.style-1 .text {
  font-weight: 500;
}
.ce_rsce_countup.style-1 > svg:last-child {
  display: none;
}
/*=================================
===============RSCE_IMAGEBOX==============
=================================*/
.ce_rsce_imagebox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 268px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.ce_rsce_imagebox:not(.secondary)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(49, 56, 112, 0.5) 53.17%
  );
  z-index: 1;
}
.ce_rsce_imagebox:not(.secondary) .img-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ce_rsce_imagebox:not(.secondary) a svg {
  transition: all 0.4s ease-in;
}
.ce_rsce_imagebox:not(.secondary):hover .img-content img {
  transform: scale(1.02);
}
.ce_rsce_imagebox:not(.secondary):hover a svg {
  transform: translateX(4px);
}

.ce_rsce_imagebox:not(.secondary) .text-content .headline,
.ce_rsce_imagebox:not(.secondary) .text-content .content {
  transition: all 0.2s ease-in;
}
.ce_rsce_imagebox:not(.secondary):hover .text-content .headline,
.ce_rsce_imagebox:not(.secondary):hover .text-content .content {
  transform: translateY(-8px);
}
.ce_rsce_imagebox .img-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in;
}
.ce_rsce_imagebox:not(.secondary) .text-content {
  position: relative;
  color: white;
  z-index: 2;
}
.ce_rsce_imagebox .text-content .headline {
  font-family: "Fraunces";
  font-weight: 900;
  font-size: 1.56rem;
}
.ce_rsce_imagebox:not(.secondary) .text-content .content {
  font-size: 1.125rem;
}
.ce_rsce_imagebox .text-content a {
  color: white;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.ce_rsce_imagebox:not(.secondary) .text-content .headline,
.ce_rsce_imagebox:not(.secondary) .text-content .content,
.ce_rsce_imagebox:not(.secondary) .text-content a {
  text-align: center;
}
/*=================================
===============RSCE_IMAGEBOX_SECONDARY==============
=================================*/
.ce_rsce_imagebox.secondary {
  background-color: white;
  border-radius: 22px;
  overflow: hidden;
}
.ce_rsce_imagebox.secondary .text-content .headline {
  font-size: 1.875rem;
  position: relative;
}
.ce_rsce_imagebox.secondary .text-content .headline .draw_underline {
  position: absolute;
  left: 0;
  bottom: -8px;
}
.ce_rsce_imagebox.secondary .img-content img {
  border-radius: 22px;
  width: auto;
  max-width: none;
}
.ce_rsce_imagebox.secondary .text-content {
  padding: 18px 20px 18px 24px;
  font-size: 1rem;
}
.ce_rsce_imagebox.secondary .text-content a {
  color: var(--red);
  justify-content: flex-start;
  margin-top: 34px;
}
.ce_rsce_imagebox.secondary .text-content a svg {
  transition: all 0.2s ease-in;
}
.ce_rsce_imagebox.secondary .text-content a:hover svg {
  transform: translateX(4px);
}
.ce_rsce_imagebox.secondary .text-content a svg path {
  fill: var(--red);
}

p ul li,
.ce_rsce_imagebox.secondary .text-content ul li {
  list-style-type: disc;
}
.ce_rsce_imagebox.secondary .text-content ul {
  padding-left: 48px;
}

.mod_article.bg-styles {
  background-size: 19rem;
}
.ce_rsce_imagebox.secondary .draw_underline path {
  stroke-dasharray: 241;
  stroke-dashoffset: 241;
  transition: all 0.5s ease-in;
}
.ce_rsce_imagebox.secondary .draw_underline.js-draw path {
  stroke-dashoffset: 0;
}
/*=================================
===============BANDEAU==============
=================================*/
#article-13 {
  margin-top: -4rem;
}
.mod_article.right_banner,
.mod_article.left_banner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: calc(var(--layout-width) + ((100vw - var(--layout-width)) / 2));
}
.mod_article.left_banner {
  /* padding-left: calc((100vw - var(--layout-width)) / 2);
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px; */
  padding-left: 0;
  padding-right: 40px;
}
.mod_article.left_banner > .container {
  width: 100%;
    /* background-color: var(--blue); */
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-left: calc((100vw - var(--layout-width)) / 2);
}
.mod_article.right_banner {
  /* padding-right: calc((100vw - var(--layout-width)) / 2);
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  margin-left: auto; */
  padding-right: 0;
  padding-left: 40px;
  margin-left: auto;
}
.mod_article.right_banner > .container {
  /* padding-right: calc((100vw - var(--layout-width)) / 2);
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  margin-left: auto; */
  width: 100%;
  padding-right: calc((100vw - var(--layout-width)) / 2);
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 100px;
}
/* .mod_article.text_banner {
  background-color: var(--blue);
} */
.mod_article.text_banner > .container {
  background-color: var(--blue);
}
/* .mod_article.partners_banner {
  background-color: var(--red);
} */
.mod_article.partners_banner > .container {
  background-color: var(--red);
}
.text_banner .content-text {
  padding: 37px 0;
}
.mod_article.right_banner h2,
.mod_article.left_banner h2 {
  padding: 12px 0;
}
.mod_article.right_banner p,
.mod_article.left_banner p,
.mod_article.right_banner h2,
.mod_article.left_banner h2 {
  font-family: "Fraunces";
  color: white;
  margin-bottom: 0;
  font-weight: 900;
}
.mod_article.text_banner p {
  font-size: 2.1rem;
}
.mod_article.partners_banner > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.mod_article.partners_banner > .container > .autogrid_row {
  align-items: center;
  /* gap: 60px; */
  gap: 40px;
}
.mod_article.partners_banner > .container > .autogrid_row .col_2 {
  max-width: max-content;
  width: max-content !important;
}
.mod_article.partners_banner > .container > .autogrid_row .col_2:not(:last-child)::after {
  content: "";
  position: absolute;
  /* right: -30px; */
  right: -20px;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px dashed white;
}
.mod_article.partners_banner > .container > .autogrid_row img {
  max-height: 70px;
  width: auto;
  object-fit: contain;
}
.ce_rsce_countup.style-2 {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  border-left: 1px dashed var(--red);
  max-width: 575px;
  position: relative;
}
.ce_rsce_countup.style-2::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--red);
  left: 0;
  top: 80%;
  transform: translate(-50%, -50%);
}
.ce_rsce_countup.style-2 .countup-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.ce_rsce_countup.style-2 .countup-container .headline {
  color: var(--red);
  font-size: 3.438rem;
  font-weight: 900;
  /* width: 115px; */
  width: 130px;
  text-align: right !important;
  margin-bottom: 0;
}
.ce_rsce_countup.style-2 .countup-container .text {
  flex: 1;
}
.ce_rsce_countup.style-2 .countup-container .text p {
  margin-bottom: 0;
}
/*=================================
===============NEWS LIST============
=================================*/
/* .home .mod_newslist {
  padding: 1rem 0 2rem 0;
} */
.home .mod_newslist:has(> div:not(.swiper)) {
  padding: 1rem 0 2rem 0;
}
.mod_newslist > .swiper {
  padding: 1rem 0 2rem 0;
  overflow: visible;
}
.mod_newslist > .swiper .swiper-slide {
  height: auto;
}
.mod_newslist {
  /* display: flex; */
  gap: 28px;
  overflow: visible;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.mod_newslist:has(.swiper) {
  display: block;
}
/* .interne .mod_newslist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
} */
.mod_newslist .item {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in;
  position: relative;
}
.mod_newslist .item:hover {
  transform: translateY(-8px);
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.25);
}
.mod_newslist .item .content {
  padding: 24px 20px;
}
.mod_newslist .item .content .teaser {
  font-style: italic;
}
.mod_newslist .item .title {
  color: var(--red);
  font-size: 1rem;
}
.mod_newslist .item .read_more {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 1rem;
  color: var(--blue);
  margin-top: 40px;
}
.mod_newslist .item .read_more::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.mod_newslist .item .read_more svg {
  transition: all 0.2s ease-in;
}
.mod_newslist .item .read_more svg path {
  fill: var(--blue);
}
.mod_newslist .item .read_more:hover svg {
  transform: translateX(4px);
}
.mod_newslist .item:hover img {
  transform: none;
}
.mod_newslist .item .image_container img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.mod_newslist .pagination {
  grid-column: 1 / 4;
  display: flex;
  align-items: center;
}
.pagination p {
  margin-bottom: 0;
}
.pagination > p {
  display: none;
}
.pagination ul {
  display: flex;
  align-items: center;
  gap: 4px;
}
.pagination ul li:not(.next):not(.previous) {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.pagination ul li:has(.active) {
  background-color: var(--red);
  color: white;
}
.pagination li a:hover {
  color: var(--red);
}
/*=================================
===============NEWS READER============
=================================*/
.mod_newsreader {
  padding-top: 6rem;
  max-width: 980px;
  margin: auto;
}
.mod_newsreader .container_top {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
.mod_newsreader .container_top .image_container,
.mod_newsreader .container_top .container_info {
  width: calc(50% - 20px / 2);
  /* padding-left: 10px; */
  /* padding-right: 10px; */
}
.mod_newsreader .container_top img {
  border-radius: 20px;
  /* max-width: none; */
  max-width: 100%;
  width: auto;
}
.mod_newsreader h1,
.interne h1 {
  font-size: 2.2rem;
}
.interne .mod_newsreader h1 {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--red);
  padding-left: 0;
}
.mod_newsreader h1::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--red);
  left: 12%;
  bottom: 0;
  transform: translate(-50%, 58%);
}
/* .mod_newsreader .content-text ul li,
.mod_newsreader .content-text p {
  font-size: 1.2rem;
} */
.mod_newsreader .container_info {
  display: flex;
  flex-direction: column;
}
.mod_newsreader .container_info .date {
  color: #737373;
}
.mod_newsreader .container_text .content-text {
  margin-bottom: 40px;
  margin-top: 40px;
}
/*=================================
===============INTERN============
=================================*/
/* .interne #slider {
  margin-bottom: 2rem;
} */
/* .interne #slider .mod_article {
  padding-bottom: 12px;
} */
.interne #slider .content-text {
  margin: auto;
}
.interne #slider p {
  margin-bottom: 0;
}
.interne #slider .content-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.interne #slider .content-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    237deg,
    rgba(49, 56, 112, 0) 22.45%,
    rgba(0, 0, 0, 0.5) 51.39%
  );
}
.interne #slider .content-image,
.interne #slider .content-image figure,
.interne #slider .content-image picture,
.interne #slider .content-image img {
  width: 100%;
  height: 18rem;
}
/* .interne #slider .content-image {
  margin-bottom: 20px;
} */
.interne #slider .content-image img {
  object-fit: cover;
}
.mod_breadcrumb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  bottom: 0;
  width: 100%;
  max-width: calc(100vw - 80px);
}
.mod_breadcrumb .mod_breadcrumb_inside {
  max-width: var(--layout-width);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.mod_breadcrumb,
.mod_breadcrumb ul li a {
  color: white;
}
.mod_breadcrumb ul {
  padding: 0;
}
.mod_breadcrumb ul li:first-child:before {
  content: none;
}
.mod_breadcrumb ul li:before {
  content: "/";
}
body.contact .svg_map {
  max-height: 45rem;
  width: auto;
}
body.contact .group-agences {
  display: flex;
  flex-wrap: wrap;
}
body.contact .group-agences > div:first-child {
  padding-right: 20px;
}
body.contact .group-agences > div:last-child {
  padding-left: 20px;
  border-left: 1px dashed var(--red);
}

/*=================================
===============HOME - AGENCES MAP ============
=================================*/
#article-16 > .container > .autogrid_row {
  align-items: center;
  min-height: 39rem;
}
.agences_chiffres {
  padding-top: 80px;
}
.agences_chiffres .content-text {
  width: 100%;
}
.agences_chiffres .content-text p {
  color: var(--red);
  font-size: 1.56rem;
}
.agences_chiffres .content-text p strong {
  font-size: 1.875rem;
}
.agences_chiffres.autogrid_row {
  column-gap: 50px;
  row-gap: 20px;
}
.agences_chiffres.autogrid_row > .column {
  /* padding: 0; */
  max-width: max-content;
}
.agences_chiffres.autogrid_row > .column:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px dashed var(--red);
}
.autogrid_row > .column.content_map {
  /* position: absolute;
  top: 0;
  right: 0; */
  position: initial;
}
.autogrid_row > .column.content_map > svg {
  position: absolute;
  top: 0;
  right: -20px;
}
/*=================================
===============FOOTER============
=================================*/
.home #footer {
  margin-top: 0;
}
#footer {
  background-color: var(--blue);
  border-radius: 25px;
  margin: 24px 36px;
}
#footer > .inside {
  padding-left: 0;
  padding-right: 0;
}
#footer .mod_article > .container {
  padding-bottom: 0;
}
#footer .logos {
  margin-bottom: 64px;
}
#footer .logos svg {
  max-width: 100%;
  height: auto;
}
#footer .content-text p,
#footer .mod_customnav,
#footer .mod_customnav a {
  color: white;
}
#footer .bloc_right {
  display: flex;
  gap: 40px;
  border-left: 3px solid var(--red);
  padding-left: 74px;
}
#footer h2 {
  font-size: 1rem;
  font-family: "Source Sans pro";
  color: white;
  font-weight: 700;
  margin-bottom: 25px;
}
#footer .svg_france_renov {
  background-color: white;
  border-radius: 10px;
  width: 135px;
  height: auto;
}

#footer .cotent_cta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 1;
  gap: 12px;
}
#footer .cotent_cta .content-hyperlink {
  margin-bottom: 12px;
}
#footer .cotent_cta .content-image a {
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 10px;
}
#footer .mod_customnav ul li {
  margin-bottom: 8px;
}
#footer .column-agences {
  border-left: 3px solid var(--red);
  padding-left: 75px;
}
#footer .column-agences > .content-element-group {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
}
#footer .column-link > .content-element-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}
#footer .column-link > .content-element-group .content-image a {
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 10px;
}
/*=================================
===============COPYRIGHT============
=================================*/
.bandeau-copyright {
  border: none !important;
  padding-left: 40px;
  padding-right: 40px;
}

.bandeau-copyright,
.bandeau-copyright a {
  font-size: 0.9rem;
  color: white;
  font-weight: 300;
}
.lien-bottom {
  cursor: pointer;
  margin: 0px 5px;
}
.layout_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 176px;
  gap: 20px;
}
.layout_grid svg.svg_france_renov,
.layout_grid svg.svg_certif {
  width: 100%;
  height: 100%;
  justify-self: center;
  align-self: center;
  border: 1px solid var(--red);
}
.layout_grid svg.svg_france_renov {
  padding: 2rem;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  border-radius: 20px;
  background-color: #f6f6f6;
}
.layout_grid svg.svg_certif {
  padding: 1rem;
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  border-radius: 10px;
}
.layout_grid .content-image {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
.layout_grid .content-image figure,
.layout_grid .content-image img {
  height: 100%;
  object-fit: cover;
}

/*=================================
===============FORM==============
=================================*/
form fieldset {
  border: none;
}
form textarea,
form input,
form select {
  font-family: "Source Sans pro";
  font-size: 1rem;
  border-radius: 10px;
  margin-top: 8px;
  padding: 10px;
}
form select {
  height: auto;
  cursor: pointer;
}
input:hover,
input:hover:not([type="submit"]),
button:hover:not([type="submit"]),
textarea:hover,
form select:hover {
  border-radius: 10px;
  border: 1px dashed rgba(0, 0, 0, 0.2);
}
input:focus,
textarea:focus,
form select:focus {
  border-radius: 10px;
  border: 1px dashed var(--red);
}
textarea {
  /* height: 180px; */
  height: 250px;
  resize: none;
}
input.submit,
button.submit {
  font-family: "Source Sans pro";
  min-width: 0;
  height: auto;
}
button.submit:hover {
  opacity: 1;
  background: var(--red) !important;
}
button.submit svg {
  width: 0;
  transform: translateX(0);
  transition: all 0.2s ease-in;
}
button.submit:hover svg {
  width: 10px;
  transform: translateX(4px);
}
form .widget-checkbox:has(input[name="rgpd"]) {
  margin-bottom: 0;
}
form .widget-checkbox input[type="checkbox"] {
  display: none;
}
form input[type="checkbox"] + label {
  position: relative;
  padding-left: 2rem;
  display: flex;
  cursor: pointer;
  margin-bottom: 0;
}
form input[type="checkbox"] + label::before {
  border: 1px solid var(--blue);
  background-color: #ffffff;
}
form input[type="checkbox"] + label::before,
form input[type="checkbox"] + label::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 10px;
  content: "";
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 5px;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
form input[type="checkbox"]:checked + label::after {
  font-size: 0.7rem;
  font-weight: 700;
  content: "✓";
  color: rgb(255, 255, 255);
  background-color: var(--blue);
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 5px;
}
form .widget-explanation p {
  font-size: 0.8rem;
}
.ce_form .widget-altcha .altcha {
  border: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ce_form .widget-altcha .altcha > div {
    padding: 0;
}
.ce_form .widget-altcha .altcha-checkbox,
.ce_form .widget-altcha .altcha-checkbox input {
  height: 12px;
  width: 12px;
  font-size: 1rem;
  padding: 8px 10px;
}
.ce_form .widget-altcha .altcha-checkbox svg {
  width: 14px;
  height: auto;
}
.ce_form .widget-altcha .altcha label {
  margin-bottom: 0;
  font-size: 0.90rem;
  color: var(--purple);
}
.ce_form .widget-altcha .altcha-footer {
  padding-top: 5px !important;
}
.ce_form .widget-altcha .altcha-footer div {
  font-size: 0.60rem;
  color: var(--purple) !important;
}
form fieldset {
  padding: 0;
}
/*=================================
==============TIMELINE=============
=================================*/
.ce_rsce_timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ce_rsce_timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  transform: translateX(-50%);
  width: 3px;
  height: 0;
  transition-delay: 0.25s;
  transition-duration: 5s;
  border-right: 1px dashed var(--red);
}
.ce_rsce_timeline:has(.item.js-active):before {
  height: 100%;
}
.ce_rsce_timeline .item {
  position: relative;
  display: flex;
  /* width: 50%; */
}
.ce_rsce_timeline .item .content-text,
.ce_rsce_timeline .item .content-image {
  /* opacity: 0;
  transition-duration: 0.5s; */
  width: 50%;
  position: relative;
}
.ce_rsce_timeline .item .content-text .content,
.ce_rsce_timeline .item .content-image img {
  opacity: 0;
  transition-duration: 0.5s;
}
.ce_rsce_timeline .item .content-text {
  display: flex;
  align-items: center;
}
.ce_rsce_timeline .item .content-image {
  width: fit-content;
}
.ce_rsce_timeline .item .content-image {
  width: 400px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ce_rsce_timeline .item .content-image img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.interne:not(.page-particuliers) .ce_rsce_timeline .item:nth-child(odd) .content-image {
  justify-content: flex-start;
}
.interne:not(.page-particuliers) .ce_rsce_timeline .item:nth-child(even) .content-image {
  justify-content: flex-end;
}
.ce_rsce_timeline .item:nth-child(even) {
  /* margin-left: auto; */
  flex-direction: row-reverse;
}
.ce_rsce_timeline .item:nth-child(even) .content-text,
.ce_rsce_timeline .item:nth-child(odd) .content-image {
  padding-left: 20px;
  /* transform: translateX(200px); */
}
.ce_rsce_timeline .item:nth-child(even) .content-text .content,
.ce_rsce_timeline .item:nth-child(odd) .content-image img {
  transform: translateX(200px);
}
.ce_rsce_timeline .item:nth-child(odd) {
  /* margin-right: auto; */
  flex-direction: row;
}
.ce_rsce_timeline .item:nth-child(odd) .content-text,
.ce_rsce_timeline .item:nth-child(even) .content-image {
  padding-right: 20px;
  /* transform: translateX(-200px); */
}
.ce_rsce_timeline .item:nth-child(odd) .content-text .content,
.ce_rsce_timeline .item:nth-child(even) .content-image img {
  transform: translateX(-200px);
}
.ce_rsce_timeline .item:nth-child(even) .content-image {
  margin-left: auto;
}
.ce_rsce_timeline .item.js-active .content-text,
.ce_rsce_timeline .item.js-active .content-image {
  /* opacity: 1 !important;
  transform: none !important;
  transition-delay: 0.25s; */
  height: auto;
  width: 50%;
}
.ce_rsce_timeline .item.js-active .content-text .content,
.ce_rsce_timeline .item.js-active .content-image img {
  opacity: 1 !important;
  transform: none !important;
  transition-delay: 0.25s;
}
.ce_rsce_timeline .item.js-active .content-text .content {
  width: 100%;
}
.ce_rsce_timeline .item .content-text::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--red);
  top: 65px;
}
.ce_rsce_timeline .item:nth-child(even) .content-text::before {
  left: -7px;
}
.ce_rsce_timeline .item:nth-child(odd) .content-text::before {
  right: -7px;
}
.ce_rsce_timeline .item .date {
  color: var(--red);
  font-size: 3rem;
  font-weight: 900;
}
.ce_rsce_timeline .item:nth-child(odd) .date,
.ce_rsce_timeline .item:nth-child(odd) .subtitle,
.ce_rsce_timeline .item:nth-child(odd) .text p {
  text-align: right;
}


.autogrid_row > .column.column-text:last-child {
  padding-left: 5%;
}
.ce_rsce_etapes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.ce_rsce_etapes > .content-etape {
  width: calc(33.33% - 20px / 3 * 2);
  display: flex;
  flex-direction: column;
}
.ce_rsce_etapes .content-etape .numero {
  /* border: 1px dashed var(--red); */
  width: fit-content;
  /* border-radius: 100%; */
  font-size: 3.438rem;
  font-weight: 900;
  color: var(--red);
  padding-left: 40px;
  position: relative;
}
.ce_rsce_etapes .content-etape .numero span {
  content: "/";
  font-size: 1rem;
  /* padding-bottom: 5px; */
  bottom: 14px;

}
.ce_rsce_etapes .content-etape .text-content {
  position: relative;
  padding-left: 40px;
  border-left: 1px dashed var(--red);
  height: 100%;
}
/* .ce_rsce_etapes .content-etape .text-content::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--red);
  left: 0;
  top: 65%;
  transform: translate(-50%, -50%);
} */
.gallery-logo ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.gallery-logo img {
  max-width: 150px;
  height: auto;
} 
/*=================================
=============REFERENCES============
=================================*/
.ce_rsce_references {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.ce_rsce_references > .item {
  /* width: calc(25% - 50px / 4 * 3); */
  width: calc(33.33% - 50px / 3 * 2);
  height: 350px;
  position: relative;
  cursor: default;
  transition: 0.4s;
  overflow: hidden;
}
.ce_rsce_references > .item:hover {
  transform: scale(1.05);
}
.ce_rsce_references > .item > .content-image {
  position: relative;
}
.ce_rsce_references > .item > .content-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--blue);
  opacity: 0.45;
  border-radius: 20px;
  transition: 0.4s;
}
.ce_rsce_references > .item:hover > .content-image::before {
  opacity: 0.80;
}
.ce_rsce_references > .item > .content-image,
.ce_rsce_references > .item > .content-image picture,
.ce_rsce_references > .item > .content-image img {
  width: 100%;
  height: 100%;
}
.ce_rsce_references > .item > .content-image img {
  object-fit: cover;
}
.ce_rsce_references > .item > .content-image picture {
  opacity: 1 !important;
  transform: none !important;
}
.ce_rsce_references > .item > .content {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px;
  width: 100%;
}
.ce_rsce_references > .item > .content .logo {
  width: 145px;
  height: 78px;
  background: var(--white);
  border-radius: 10px;
  padding: 5px;
  transition: 0.25s;
}
.ce_rsce_references > .item > .content .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ce_rsce_references > .item > .content .headline {
  color: var(--white);
  font-size: 1.45rem;
  margin-bottom: 10px;
  margin-top: 10px;
}
.ce_rsce_references > .item > .content .more {
  color: var(--white);
  font-size: 1rem;
  background: var(--red);
  font-weight: 900;
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: auto;
}
.ce_rsce_references > .item > .content .detail {
  max-height: 0;
  color: var(--white);
  font-size: 1rem;
  transition: max-height 0.75s ease;
  overflow: hidden;
}
.ce_rsce_references > .item:hover > .content .detail {
  max-height: 350px;
}
/* .ce_rsce_references > .item:hover .logo {
  opacity: 0;
  pointer-events: none;
} */
.ce_rsce_references > .item > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*=================================
================FAQ================
=================================*/
.faq-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq-container > .faq-content:not(:last-child) {
  border-bottom: 1px dashed var(--red);
}
.faq-content .headline {
  position: relative;
  /* padding-left: 25px; */
  padding-bottom: 15px;
  margin-bottom: 0;
  font-size: 1.5rem;
  cursor: pointer;
  /* border-bottom: 1px dashed var(--red); */
  /* width: fit-content; */
  padding-right: 22px;
}
/* .faq-content .headline::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--red);
  border-radius: 50px;
  left: 0;
  top: 15px;
} */
.faq-content .headline::after {
  content: "";
  background-image: url("/files/upmotion/image/chevron.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 0;
  transition: 0.25s;
}
.faq-content.active .headline::after {
  transform: rotate(90deg);
}
.faq-content .answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.75s;
}
.faq-content.active .answer {
  max-height: 750px
}
.grid-icons > .column {
  opacity: 0;
  transform: translateY(50px);
}
.mod_article.js-active .grid-icons > .column:nth-child(1) {
  transition-delay: 0.25s;
}
.mod_article.js-active .grid-icons > .column:nth-child(2) {
  transition-delay: 0.5s;
}
.mod_article.js-active .grid-icons > .column:nth-child(3) {
  transition-delay: 0.75s;
}
.mod_article.js-active .grid-icons > .column:nth-child(4) {
  transition-delay: 1s;
}
.mod_article.js-active .grid-icons > .column {
  opacity: 1;
  transform: none;
  transition-duration: 0.5s;
}
.grid-icons svg,
.grid-icons img {
  margin-left: auto;
  margin-right: auto;
  width: 45px;
  height: auto;
  border-radius: 0;
}
.grid-icons .content-text > h2 {
  text-align: center;
}
.grid-icons .content-image {
  position: relative;
}
/* .grid-icons .content-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--blue);
  mix-blend-mode: color;
  pointer-events: none;
} */

/* .page-equipe .ce_rsce_etapes .swiper {
  width: 35rem;
  max-width: 100%;
  margin-left: 0;
}
.page-equipe .ce_rsce_etapes .content-etape {
  background: var(--blue);
  border-radius: 15px;
}
.page-equipe .ce_rsce_etapes .content-etape .numero {
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
}
.page-equipe .ce_rsce_etapes .content-etape .text-content {
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
  border-left: none;
} */
.ce_rsce_etapes .swiper {
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}
.ce_rsce_etapes .swiper::before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 10px;
  width: calc(100% - 20px);
  height: 1px;
  border-bottom: 2px dashed var(--red);
}
.ce_rsce_etapes .swiper .content-etape {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  background: var(--white);
  border-radius: 20px;
}
.ce_rsce_etapes .swiper .content-etape .text-content {
  padding-bottom: 20px;
}
.ce_rsce_etapes .swiper .content-etape .text-content,
.ce_rsce_etapes .swiper .content-etape .numero {
  border-left: 0;
  padding-left: 40px;
  padding-right: 40px;
}
#wrapper .content-image picture {
  opacity: 0;
  transform: translateY(-50px);
  transition-delay: 0.25s;
  transition-duration: 0.4s;
}
#wrapper .content-image.js-active picture {
  opacity: 1;
  transform: none;
}
.page-particuliers .ce_rsce_timeline {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  gap: 0px;
}
.page-particuliers .ce_rsce_timeline::before {
  content: none;
}
.page-particuliers .ce_rsce_timeline .item:nth-child(1),
.page-particuliers .ce_rsce_timeline .item:nth-child(2),
.page-particuliers .ce_rsce_timeline .item:nth-child(5),
.page-particuliers .ce_rsce_timeline .item:nth-child(6) {
  flex-direction: row-reverse;
  width: 50%;
  margin-left: auto;
}
.page-particuliers .ce_rsce_timeline .item:nth-child(3),
.page-particuliers .ce_rsce_timeline .item:nth-child(4) {
  flex-direction: row;
  width: 50%;
  margin-right: auto;
}
.page-particuliers .ce_rsce_timeline .item .content-text {
  width: 65%;
  opacity: 1 !important;
  transform: none !important;
}
.page-particuliers .ce_rsce_timeline .item .content-image {
  width: 35%;
  opacity: 1 !important;
  transform: none !important;
}
.page-particuliers .ce_rsce_timeline .item:nth-child(1) .content-text,
.page-particuliers .ce_rsce_timeline .item:nth-child(2) .content-text,
.page-particuliers .ce_rsce_timeline .item:nth-child(5) .content-text,
.page-particuliers .ce_rsce_timeline .item:nth-child(6) .content-text {
  padding-right: 0;
  padding-left: 20px;
  border-left: 1px dashed var(--red);
}
.page-particuliers .ce_rsce_timeline .item:nth-child(3) .content-text,
.page-particuliers .ce_rsce_timeline .item:nth-child(4) .content-text {
  padding-right: 20px;
  padding-left: 0;
  border-right: 1px dashed var(--red);
}
.page-particuliers .ce_rsce_timeline .item:nth-child(3) .date, .page-particuliers .ce_rsce_timeline .item:nth-child(3) .subtitle, .page-particuliers .ce_rsce_timeline .item:nth-child(3) .text p,
.page-particuliers .ce_rsce_timeline .item:nth-child(4) .date, .page-particuliers .ce_rsce_timeline .item:nth-child(4) .subtitle, .page-particuliers .ce_rsce_timeline .item:nth-child(4) .text p {
  text-align: right;
}
.page-particuliers .ce_rsce_timeline .item:nth-child(1) .date, .page-particuliers .ce_rsce_timeline .item:nth-child(1) .subtitle, .page-particuliers .ce_rsce_timeline .item:nth-child(1) .text p,
.page-particuliers .ce_rsce_timeline .item:nth-child(2) .date, .page-particuliers .ce_rsce_timeline .item:nth-child(2) .subtitle, .page-particuliers .ce_rsce_timeline .item:nth-child(2) .text p,
.page-particuliers .ce_rsce_timeline .item:nth-child(5) .date, .page-particuliers .ce_rsce_timeline .item:nth-child(5) .subtitle, .page-particuliers .ce_rsce_timeline .item:nth-child(5) .text p,
.page-particuliers .ce_rsce_timeline .item:nth-child(6) .date, .page-particuliers .ce_rsce_timeline .item:nth-child(6) .subtitle, .page-particuliers .ce_rsce_timeline .item:nth-child(6) .text p {
  text-align: left;
}
.page-particuliers .ce_rsce_timeline .item:nth-child(1) .content-text::before,
.page-particuliers .ce_rsce_timeline .item:nth-child(2) .content-text::before,
.page-particuliers .ce_rsce_timeline .item:nth-child(5) .content-text::before,
.page-particuliers .ce_rsce_timeline .item:nth-child(6) .content-text::before {
  left: -7px;
  right: auto;
}
.page-particuliers .ce_rsce_timeline .item:nth-child(3),
.page-particuliers .ce_rsce_timeline .item:nth-child(5) {
  margin-top: -1px;
}
.page-particuliers .ce_rsce_timeline .item:nth-child(3) .content-text::before,
.page-particuliers .ce_rsce_timeline .item:nth-child(4) .content-text::before {
  right: -7px;
  left: auto;
}
/* .page-particuliers .ce_rsce_timeline .item .content-image {
  width: 130px;
} */
.page-particuliers .ce_rsce_timeline .item:nth-child(1) .content-image,
.page-particuliers .ce_rsce_timeline .item:nth-child(2) .content-image,
.page-particuliers .ce_rsce_timeline .item:nth-child(5) .content-image,
.page-particuliers .ce_rsce_timeline .item:nth-child(6) .content-image {
  padding-right: 20px;
  padding-left: 0;
  margin-right: 0;
  margin-left: auto;
}
.page-particuliers .ce_rsce_timeline .item:nth-child(2) .content-image,
.page-particuliers .ce_rsce_timeline .item:nth-child(4) .content-image {
    border-bottom: 1px dashed var(--red);
}
.page-particuliers .ce_rsce_timeline .item:nth-child(3) .content-image,
.page-particuliers .ce_rsce_timeline .item:nth-child(4) .content-image {
  padding-right: 0;
  padding-left: 20px;
  margin-right: auto;
  margin-left: 0;
}
.page-particuliers .ce_rsce_timeline .item:nth-child(3) .content-image,
.page-particuliers .ce_rsce_timeline .item:nth-child(5) .content-image {
  border-top: 1px dashed var(--red);
}
.page-particuliers .ce_rsce_timeline .item .content-image img {
  width: 110px;
}
.page-particuliers .ce_rsce_timeline .item:nth-child(1) .content-image img,
.page-particuliers .ce_rsce_timeline .item:nth-child(2) .content-image img,
.page-particuliers .ce_rsce_timeline .item:nth-child(5) .content-image img,
.page-particuliers .ce_rsce_timeline .item:nth-child(6) .content-image img,
.page-particuliers .ce_rsce_timeline .item:nth-child(3) .content-text .content,
.page-particuliers .ce_rsce_timeline .item:nth-child(4) .content-text .content {
    transform: translateX(-200px);
}
.page-particuliers .ce_rsce_timeline .item:nth-child(3) .content-image img,
.page-particuliers .ce_rsce_timeline .item:nth-child(4) .content-image img,
.page-particuliers .ce_rsce_timeline .item:nth-child(1) .content-text .content,
.page-particuliers .ce_rsce_timeline .item:nth-child(2) .content-text .content,
.page-particuliers .ce_rsce_timeline .item:nth-child(5) .content-text .content,
.page-particuliers .ce_rsce_timeline .item:nth-child(6) .content-text .content {
    transform: translateX(200px);
}
.swiper:has(> .swiper-navigation) {
  padding-bottom: 40px;
}
.swiper > .swiper-navigation {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.swiper > .swiper-navigation .swiper-button-prev,
.swiper > .swiper-navigation .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin-top: 0;
}
.swiper > .swiper-navigation .swiper-button-prev::after,
.swiper > .swiper-navigation .swiper-button-next::after {
  content: "";
  background-image: url("/files/upmotion/image/arrow-red.svg");
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-size: cover;
  width: 20px;
  height: 17px;
}
.swiper > .swiper-navigation .swiper-button-prev::after {
  transform: rotate(180deg);
}
/*=================================
============RESPONSIVE==============
=================================*/
@media screen and (max-width: 1525px) {
  .header .mainmenu {
    padding-right: 25px;
  }
  .header .mainmenu > ul > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1440px) {
  .headline.size-55px,
  .headline span.size-55px {
    font-size: 2.75rem;
  }
  .headline.size-45px,
  .headline span.size-45px {
    font-size: 2.25rem;
    line-height: normal;
  }
  .headline.size-30px,
  .headline span.size-30px {
    font-size: 1.75rem;
    line-height: normal;
  }
  #slider .content_slider .content-text p {
    font-size: 1.5rem;
  }
  .header .logos a svg {
    width: 200px;
  }
  .header .mainmenu {
    padding-right: 20px;
  }
  .header .mainmenu > ul > li {
    padding-left: 8px;
    padding-right: 8px;
  }
  .header .mainmenu > ul > li > a,
  .header .mainmenu > ul > li > strong {
    font-size: 1rem;
  }
  .header .mod_header_cta a {
    font-size: 1rem;
    padding: 8px 20px;
  }
  #footer .column-agences {
    padding-left: 40px;
  }
  .ce_rsce_references {
    gap: 20px;
  }
  .ce_rsce_references > .item {
    width: calc(33.33% - 20px / 3 * 2);
  }
  .ce_rsce_countup.style-1 {
    padding: 25px 40px;
    gap: 25px;
    width: fit-content;
    max-width: calc(100% - 6rem);
  }
  .ce_rsce_countup.style-1 .countup-container .headline {
    font-size: 2.75rem;
  }
  .mod_article.text_banner p {
    font-size: 1.75rem;
    line-height: 1.85rem;
  }
  .mod_article.partners_banner > .container {
    padding-right: 40px;
  }
  .mod_article.partners_banner > .container > .ce_rsce_titre_personnalise {
    width: fit-content;
  }
  .mod_article.partners_banner > .container > .autogrid_row {
    justify-content: flex-end;
    row-gap: 10px;
    padding-bottom: 10px;
    flex: 1;
  }
  .mod_article.partners_banner > .container > .autogrid_row > .col_2:first-child {
    max-width: 100%;
    width: 100% !important;
    flex: none;
  }
  .mod_article.partners_banner > .container > .autogrid_row > .col_2:first-child::after {
    content: none;
  }
  .mod_article.partners_banner > .container > .autogrid_row > .col_2:first-child figure {
    justify-content: flex-end;
  }
  /* .agences_chiffres.autogrid_row {
    column-gap: 60px;
  }
  .agences_chiffres.autogrid_row > .column:not(:last-child)::after {
    right: -30px;
  } */
}
@media screen and (max-width: 1275px) {
  /* .header .inside {
    padding: 8px 40px 14px 40px;
  } */
  .header {
    padding: 8px 40px 14px 40px;
  }
  .header .logos a svg {
    width: 175px;
  }
  .header .mainmenu {
    padding-right: 15px;
  }
  .header .mainmenu > ul > li {
    padding-left: 5px;
    padding-right: 5px;
  }
  #footer .column-agences {
    padding-left: 20px;
  }
  #footer .column-agences > .content-element-group {
    column-gap: 20px;
  }
}
@media screen and (max-width: 1175px) {
  .header .logos {
    grid-row: 1 / 2;
  }
  .header .mainmenu {
    grid-column: 1 / 3;
  }
  .mod_article.right_banner > .container {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .column.col_12_t {
    margin-bottom: 25px;
  }
  .header .mainmenu,
  .header .mod_header_cta {
    display: none;
  }
  .header .logos {
    grid-row: 1 / 3;
  }
  .header .mmenu_trigger {
    display: flex;
    grid-row: 2 / 3;
    grid-column: 3 / 4;
    background: var(--red);
    border-radius: 10px;
    align-items: center;
    padding: 4px 20px;
    width: fit-content;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
  }
  .header .mmenu_trigger .label {
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    line-height: normal;
  }
  .mmenu_trigger .burger .burger_lines,
  .mmenu_trigger .burger .burger_lines:after,
  .mmenu_trigger .burger .burger_lines:before {
    height: 3px;
  }
  #mmenu {
    display: block;
    z-index: 990;
    top: 0 !important;
  }
  #mmenu nav.mobile_horizontal {
    display: block;
  }
  body.mmenu_open #mmenu {
    /* top: 0 !important; */
    height: 100% !important;
  }
  #mmenu #mmenu_middle {
    padding: 142px 40px 20px 40px;
  }
  body.fixed-header #mmenu #mmenu_middle {
    padding: 150px 40px 20px 40px;
  }
  #mmenu .mod_navigation li a {
    font-size: 1.25rem;
    color: var(--blue);
    font-weight: 700;
  }
  #mmenu .mod_navigation li.active > a {
    color: var(--red);
    font-weight: 700;
  }
  #mmenu .mod_navigation li.mainmenu_hidden a {
    display: none;
  }
  #mmenu .mod_navigation.mobile_horizontal li a.submenu:after {
    content: "";
    background-image: url("/files/upmotion/image/chevron.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 16px;
    transform: none;
    top: 8px;
  }
  #mmenu .mod_navigation.mobile_horizontal li a.submenu.open {
    border-bottom: 2px dashed var(--red);
  }
  #mmenu .mod_navigation li.submenu .opener {
    width: 80px;
  }
  #mmenu .mod_navigation.mobile_horizontal li a.submenu.open {
    padding-bottom: 20px;
  }
  #mmenu .cta-contact {
    margin-top: 20px;
  }
  #mmenu .location {
    background-color: var(--blue);
    color: white;
    padding: 4px 22px;
    border-radius: 10px;
    margin-top: 20px;
    width: fit-content;
  }
  #mmenu .france-renov {
    margin-top: 10px;
    display: flex;
  }
  .ce_rsce_references > .item {
    width: calc(50% - 20px / 2);
  }
  .ce_rsce_countup.style-1 {
    width: calc(100% - 6rem);
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 15px;
    padding: 20px 20px;
    transform: translateY(-50%);
  }
  .ce_rsce_countup.style-1 > .countup-container {
    align-items: center;
  }
  .ce_rsce_countup.style-1 > .countup-container:nth-child(1),
  .ce_rsce_countup.style-1 > .countup-container:nth-child(3) {
    width: 45%;
  }
  .ce_rsce_countup.style-1 > .countup-container:nth-child(5) {
    width: 95%;
  }
  .ce_rsce_countup.style-1 > svg:nth-child(4) {
    display: none;
  }
  #article-9 > .container::before,
  #article-9 > .container::after {
    content: none;
  }
  .mod_newslist {
    grid-template-columns: 1fr 1fr;
  }
  .mod_article.right_banner > .container {
    flex-direction: column;
  }
  .mod_article.partners_banner > .container > .ce_rsce_titre_personnalise,
  .mod_article.partners_banner > .container > .autogrid_row {
    width: 100%;
  }
  .mod_article.partners_banner > .container > .ce_rsce_titre_personnalise .headline,
  .mod_article.partners_banner > .container > .ce_rsce_titre_personnalise .headline span {
    text-align: center !important;
  }
  .mod_article.partners_banner > .container > .autogrid_row,
  .mod_article.partners_banner > .container > .autogrid_row > .col_2:first-child figure {
    justify-content: center;
  }
  #article-16 > .container > .autogrid_row {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 85%;
  }
  .agences_chiffres {
    padding-top: 20px;
  }
  .agences_chiffres.autogrid_row {
    column-gap: 30px;
    row-gap: 5px;
  }
  .agences_chiffres.autogrid_row > .column:not(:last-child)::after {
    right: -15px;
  }
  .agences_chiffres.autogrid_row > .column:nth-child(2)::after {
    content: none;
  }
  .autogrid_row > .column.content_map > svg {
    top: -50px;
    right: 0px;
    width: 330px;
    height: auto;
  }
  .interne #slider .content-image,
  .interne #slider .content-image figure,
  .interne #slider .content-image picture,
  .interne #slider .content-image img {
    height: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .headline.size-55px,
  .headline span.size-55px,
  .interne .mod_newsreader h1 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
  .headline.size-45px,
  .headline span.size-45px {
    font-size: 1.75rem;
    line-height: normal;
  }
  .headline.size-30px,
  .headline span.size-30px {
    font-size: 1.45rem;
    line-height: normal;
  }
  #slider .content_slider .content-text p {
    font-size: 1.25rem;
  }
  .mod_btn_suiveur {
    display: none;
  }
  .header {
    height: 72px;
    padding: 10px 20px 10px 20px;
    max-width: calc(100% - 80px);
  }
  .header .inside {
    grid-template-rows: auto;
  }
  .header .mod_header_top {
    display: none;
  }
  .header .logos,
  .header .mmenu_trigger {
    grid-row: 1 / 2;
  }
  .header .mmenu_trigger {
    height: 45px;
    margin-top: auto;
    margin-bottom: auto;
  }
  .header .logos a svg {
    width: 145px;
  }
  .bandeau-copyright {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  #footer {
    margin-left: 20px;
    margin-right: 20px;
  }
  #footer .logos {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
  #footer .column-logo {
    margin-bottom: 40px;
  }
  #footer .column-agences {
    border-left: none;
    /* border-top: 3px solid var(--red); */
    padding-top: 40px;
  }
  #footer .column-agences::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: var(--red);
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    max-width: 100px;
  }
  #footer .column-agences > .content-element-group {
    flex-direction: column;
    align-items: center;
  }
  #footer .column-agences > .content-element-group .content-text p {
    text-align: center;
  }
  #footer .column-link > .content-element-group {
    align-items: center;
  }
  #slider .content_slider {
    top: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #slider .mod_article:not(.fullwidth) > .container {
    max-width: calc(100vw - 40px);
  }
  #slider .content_slider .content-text {
      margin-bottom: 40px;
  }
  #article-13 {
    margin-top: 0;
  }
  #main .mod_article.left_banner {
    padding-right: 20px !important;
  }
  #main .mod_article.right_banner {
    padding-left: 20px !important;
  }
  .mod_article.partners_banner > .container > .autogrid_row .col_2:not(:first-child) img,
  .mod_article.partners_banner > .container > .autogrid_row .col_2:not(:first-child) svg {
    max-width: 100px;
    max-height: 60px;
    object-fit: contain;
  }
  #article-16 .headline,
  #article-16 .headline span {
    text-align: center !important;
  }
  #article-16 > .container > .autogrid_row {
    max-width: 100%;
    width: 100%;
  }
  .agences_chiffres.autogrid_row {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .agences_chiffres.autogrid_row > .column {
    margin-bottom: 30px;
  }
  .agences_chiffres.autogrid_row > .column:not(:last-child)::after {
    content: "" !important;
    width: 100px;
    height: 1px;
    border-left: none;
    border-bottom: 1px dashed var(--red);
    top: auto;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
  }
  .agences_chiffres .content-text p {
    margin-bottom: 0;
    font-size: 1.25rem;
  }
  .agences_chiffres .content-text p strong {
    font-size: 1.5rem;
  }
  .autogrid_row > .column.content_map {
    display: flex;
    justify-content: flex-end;
    margin-right: -20px;
  }
  .autogrid_row > .column.content_map > svg {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin-right: -20px;
  }
  .ce_rsce_countup.style-1 {
    flex-direction: column;
    transform: translateY(-20%);
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin-right: auto;
  }
  .ce_rsce_countup.style-1 > svg {
    display: none;
  }
  .ce_rsce_countup.style-1 > .countup-container {
    width: 100% !important;
  }
  .mod_article.text_banner p {
    font-size: 1.45rem;
    line-height: 1.5rem;
  }
  .text_banner .content-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mod_article.partners_banner > .container {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .content-text.left_border {
    padding-left: 20px;
  }
  .mod_article.partners_banner > .container > .autogrid_row {
    gap: 20px;
  }
  .mod_article.partners_banner > .container > .autogrid_row .col_2:not(:last-child)::after {
    content: none !important;
  }
  .mod_newsreader .container_top .image_container,
  .mod_newsreader .container_top .container_info {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .ce_rsce_timeline .item {
    width: 100% !important;
    flex-direction: column !important;
    padding-right: 0 !important;
    padding-left: 20px !important;
  }
  .ce_rsce_timeline .item .content-text,
  .ce_rsce_timeline .item .content-image {
    width: 100% !important;
  }
  .ce_rsce_timeline .item:nth-child(odd) .date,
  .ce_rsce_timeline .item:nth-child(odd) .subtitle,
  .ce_rsce_timeline .item:nth-child(odd) .text p {
    text-align: left;
  }
  .ce_rsce_timeline .item:nth-child(odd)::before {
    left: -7px;
    right: auto;
  }
  .ce_rsce_timeline::before {
    left: -3.5px;
    transform: none;
  }
  /* .ce_rsce_timeline .item:nth-child(odd) .content-text {
    transform: translateX(200px);
  } */
   .interne:not(.page-particuliers) .ce_rsce_timeline .item:nth-child(even) .content-image {
    justify-content: flex-start;
   }
  .ce_rsce_timeline .item .content-text,
  .ce_rsce_timeline .item .content-image {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .ce_rsce_timeline .item .content-text::before {
    right: auto !important;
    left: -26px !important;
  }
  .page-particuliers .ce_rsce_timeline .item:nth-child(1), .page-particuliers .ce_rsce_timeline .item:nth-child(2), .page-particuliers .ce_rsce_timeline .item:nth-child(5), .page-particuliers .ce_rsce_timeline .item:nth-child(6) {
    border-left: 1px dashed var(--red);
    padding-left: 20px !important;
    padding-right: 0 !important;;
  }
  .page-particuliers .ce_rsce_timeline .item:nth-child(3), .page-particuliers .ce_rsce_timeline .item:nth-child(4) {
    border-right: 1px dashed var(--red);
    padding-left: 0 !important;
    padding-right: 20px !important;;
  }
  .page-particuliers .ce_rsce_timeline .item .content-text,
  .page-particuliers .ce_rsce_timeline .item .content-image {
    border: none !important;
  }
  .page-particuliers .ce_rsce_timeline .item:nth-child(1) .content-image, .page-particuliers .ce_rsce_timeline .item:nth-child(2) .content-image, .page-particuliers .ce_rsce_timeline .item:nth-child(5) .content-image, .page-particuliers .ce_rsce_timeline .item:nth-child(6) .content-image {
    justify-content: flex-start !important;
  }
  .page-particuliers .ce_rsce_timeline .item:nth-child(3) .content-image, .page-particuliers .ce_rsce_timeline .item:nth-child(4) .content-image {
    justify-content: flex-end !important;
  }
  .page-particuliers .ce_rsce_timeline .item:nth-child(3) .content-text::before, .page-particuliers .ce_rsce_timeline .item:nth-child(4) .content-text::before {
    left: auto !important;
    right: -26px !important;
  }
  .page-particuliers .ce_rsce_timeline .item:nth-child(3), .page-particuliers .ce_rsce_timeline .item:nth-child(5) {
    border-top: 1px dashed var(--red) !important;
  }
  .page-particuliers .ce_rsce_timeline .item .content-image img {
    width: 80px;
  }
  #wrapper .content-image picture {
    transition-delay: 0s;
  }
  form div.widget {
    margin-bottom: 0;
  }
  form .column[class*=col_] {
    margin-bottom: 15px;
  }
  input, input:not([type="submit"]),
  textarea, form select {
    border: 1px dashed rgba(0, 0, 0, 0.2);
  }
  form input[type="checkbox"] + label {
    font-size: 0.9rem;
  }
  .content-text.text-image > div {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .content-text.text-image > div > p:has(> img) {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .ce_rsce_imagebox.secondary {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .ce_rsce_imagebox.secondary .img-content,
  .ce_rsce_imagebox.secondary .img-content picture {
    width: 100%;
  }
  .ce_rsce_imagebox.secondary .img-content img {
    width: 100%;
    object-fit: cover;
    max-height: 335px;
  }
  .ce_rsce_imagebox.secondary .text-content {
    padding: 18px 20px 18px 20px;
  }
  .ce_rsce_imagebox.secondary .text-content ul {
    padding-left: 20px;
  }
  .mod_newslist {
    grid-template-columns: 1fr;
  }
  .ce_rsce_etapes .swiper .content-etape .text-content,
  .ce_rsce_etapes .swiper .content-etape .numero {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 565px) {
  .headline.size-55px,
  .headline span.size-55px,
  .interne .mod_newsreader h1 {
    font-size: 1.5rem;
    line-height: 1.65rem;
  }
  .headline.size-45px,
  .headline span.size-45px {
    font-size: 1.40rem;
    line-height: normal;
  }
  .headline.size-30px,
  .headline span.size-30px {
    font-size: 1.25rem;
    line-height: normal;
  }
  .content-text h2, .content-text h3, .content-text h4, .content-text h5, .content-image h2, .content-image h3, .content-image h4, .content-image h5, h2.content-headline, h3.content-headline, h4.content-headline, h5.content-headline {
    font-size: 1.25rem;
  }
  .header .logos a svg {
    width: 125px;
  }
  .header .mmenu_trigger {
    height: 40px;
    padding: 4px 16px;
  }
  #slider .content_slider .content-text p {
    font-size: 1.125rem;
  }
  .ce_rsce_references > .item {
    width: 100%;
  }
  .ce_rsce_imagebox.secondary .img-content img {
    height: 275px;
  }
  .interne #slider .content-image, .interne #slider .content-image figure, .interne #slider .content-image picture, .interne #slider .content-image img {
    height: 10rem;
  }
  .ce_rsce_countup.style-1 .countup-container .headline {
    font-size: 2rem;
    margin-bottom: 0;
    gap: 5px;
  }
  #slider .content-player {
    border-radius: 20px;
  }
  #slider .content-player video {
    max-height: 80vh;
  }
  #slider .content-player::before {
    background: linear-gradient(237deg, rgb(0 0 0 / 45%) 22.45%, rgb(0 0 0 / 65%) 51.39%);
  }
  .content-hyperlink a,
  input.submit,
  button.submit {
    font-size: 1rem;
    padding: 6px 16px;
  }
  .ce_rsce_imagebox.secondary .text-content .headline {
    font-size: 1.45rem;
  }
  .mod_article.partners_banner > .container > .autogrid_row .col_2:not(:first-child) img,
  .mod_article.partners_banner > .container > .autogrid_row .col_2:not(:first-child) svg {
    max-width: 80px;
    max-height: 50px;
  }
  .ce_rsce_countup.style-2 {
    gap: 10px;
  }
  .ce_rsce_countup.style-2 .countup-container .headline {
    width: 80px;
    font-size: 2.25rem;
  }
  .ce_rsce_timeline {
    gap: 10px;
  }
  .ce_rsce_timeline .item .date {
    font-size: 1.85rem;
  }
  .faq-content .headline {
    font-size: 1.25rem;
  }
  .ce_rsce_references > .item > .content .headline {
    font-size: 1.25rem;
  }
  .ce_rsce_references > .item > .content .detail {
    font-size: 0.9rem;
  }
  .autogrid_row > .column.content_map {
    height: 400px;
    overflow: hidden;
  }
  .autogrid_row > .column.content_map > svg {
    width: auto;
    height: 615px;
    top: -80px;
  }
}
@media screen and (max-width: 360px) {
  .header {
    height: 68px;
  }
  .header .logos a svg {
    width: 100px;
  }
  .header .mmenu_trigger {
    height: 36px;
    padding: 2px 12px;
  }
}
