.insertGestionDesCookieVideo strong {
  color: white !important;
}
img,
video {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#ei_tpl_content {
  margin: 0!important;
  width: 100%;
  max-width: none;
}
#ei_tpl_content .body {
  margin: 0!important;
}
#ei_tpl_content .body > div > div {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1400px) {
  #ei_tpl_content .body > div > div {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1100px;
    margin: 0 auto;
  }
}
#ei_tpl_ariane {
  display: none !important;
}
body {
  background-color: #ffffff !important;
}
body .cc.main {
  background: #ffffff;
}
body .cc.main * {
  color: #000000;
}
body .cc.main ul,
body .cc.main ol {
  margin-top: 10px;
}
body .cc.main .underline {
  text-decoration: underline;
}
body .cc.main .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #25378D;
  padding: 5px 15px;
  border-radius: 10px;
  color: #ffffff;
  text-decoration: none;
  gap: 5px;
}
body .cc.main .btn * {
  color: #ffffff;
}
body .cc.main .btn:hover {
  background-color: #012540;
  cursor: pointer;
}
body .cc.main .body {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media only screen and (max-width: 970px) {
  body .cc.main .body {
    padding: 0 0 10px 0;
  }
}
body .cc.main .body > * {
  padding: 40px 0;
}
@media only screen and (max-width: 970px) {
  body .cc.main .body > * {
    padding: 20px 0;
  }
}
body .cc.main .body > *.background-blue {
  margin: 40px 0;
}
@media only screen and (max-width: 970px) {
  body .cc.main .body > *.background-blue {
    margin: 20px 0;
  }
}
body .cc.main .body > *:last-child {
  margin-bottom: 0!important;
}
body .cc.main .body > *:first-child {
  margin: 0!important;
}
@media only screen and (max-width: 1380px) {
  body .cc.main .body {
    margin: 0 20px !important;
  }
}
body .cc.main p {
  margin-top: 1.5% !important;
  margin-bottom: 10px !important;
}
body .cc.main h2 {
  font-weight: bold!important;
  position: relative;
  padding-top: 0;
  color: #012540;
  font-size: 20px;
}
body .cc.main h2 * {
  color: #012540;
}
body .cc.main h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #E41919;
}
body .cc.main .background-blue {
  background-color: #012540;
}
body .cc.main .background-blue h1,
body .cc.main .background-blue abbr,
body .cc.main .background-blue span,
body .cc.main .background-blue h2,
body .cc.main .background-blue p,
body .cc.main .background-blue li,
body .cc.main .background-blue li::before {
  color: #ffffff !important;
}
body .cc.main .background-blue h1 {
  font-weight: bold;
}
body .cc.main .background-blue .tile {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: none;
}
body .cc.main .background-blue .tile * {
  color: #012540 !important;
}
body .cc.main .tile {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 2px 2px 4px 2px #00000040;
}
body .cc.main .nodeco h2::after {
  display: none;
}
body .cc.main .t-a-c {
  text-align: center;
}
body .cc.main .upper {
  text-transform: uppercase;
}
body .cc.main li {
  margin-bottom: 0;
}
body .cc.main ul.styled {
  padding-left: 15px;
  margin-bottom: 0;
}
body .cc.main li::before {
  color: #000000 !important;
}
body .cc.main .bold {
  font-weight: bold;
}
@media only screen and (max-width: 970px) {
  body .cc.main .mobile-only {
    display: none;
  }
}
body .cc.main .img-icon {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
body .cc.main .container-header {
  background-color: #000b1a;
  padding: 0!important;
}
body .cc.main .container-header > div {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 970px) {
  body .cc.main .container-header > div {
    flex-direction: column-reverse;
  }
}
body .cc.main .container-header > div .text-header {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 970px) {
  body .cc.main .container-header > div .text-header {
    width: 100%;
    text-align: center;
  }
}
body .cc.main .container-header > div .text-header h1 {
  font-size: 45px;
}
@media only screen and (max-width: 768px) {
  body .cc.main .container-header > div .text-header h1 {
    font-size: 26px !important;
  }
}
@media only screen and (max-width: 970px) {
  body .cc.main .container-header > div .text-header h1 {
    font-size: 35px;
  }
}
body .cc.main .container-header > div .text-header .header-ul {
  margin-top: 100px!important;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 970px) {
  body .cc.main .container-header > div .text-header .header-ul {
    margin-top: 50px!important;
  }
}
body .cc.main .container-header > div .text-header .header-ul .header-li {
  text-align: center;
  width: calc(100%/3 - 20px/3);
}
@media only screen and (max-width: 400px) {
  body .cc.main .container-header > div .text-header .header-ul .header-li {
    width: 100%!important;
  }
}
@media only screen and (max-width: 768px) {
  body .cc.main .container-header > div .text-header .header-ul .header-li {
    width: calc(50% - 10px);
  }
}
body .cc.main .container-header > div .video-header {
  width: calc(50% - 10px);
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 970px) {
  body .cc.main .container-header > div .video-header {
    width: 100%;
    max-width: min(500px, 90%);
  }
}
body .cc.main .container-header > div .video-header video {
  -webkit-mask-image: radial-gradient(circle, #000b1a 0%, rgba(0, 0, 0, 0) 100%);
  mask-image: radial-gradient(circle, #000b1a 0%, rgba(0, 0, 0, 0) 100%);
}
body .cc.main .special-title {
  position: relative;
  padding-top: 60px;
}
@media only screen and (max-width: 970px) {
  body .cc.main .special-title {
    padding-top: 30px;
  }
}
body .cc.main .special-title > div > h2 {
  background-color: #ffffff;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0.5rem 2rem;
  box-shadow: 0px 4px 4px 0px #00000040;
  font-size: 24px;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}
@media only screen and (max-width: 970px) {
  body .cc.main .special-title > div > h2 {
    top: 0;
    font-size: 16px;
  }
}
body .cc.main .special-title > div > h2:after {
  display: none;
}
body .cc.main .special-title > div > h2 a {
  color: #000000;
  text-decoration: none;
  font-family: "playfair_displayregular", Arial, Helvetica, sans-serif;
}
body .cc.main .special-title > div > h2:hover {
  background-color: #25378D;
  color: #ffffff;
}
body .cc.main .special-title > div > h2:hover a {
  color: #ffffff;
}
body .cc.main .section-two-columns {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 970px) {
  body .cc.main .section-two-columns {
    flex-direction: column;
    gap: 20px;
  }
}
body .cc.main .section-two-columns.reversed {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 970px) {
  body .cc.main .section-two-columns.reversed {
    flex-direction: column-reverse;
  }
}
body .cc.main .section-two-columns-item {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 970px) {
  body .cc.main .section-two-columns-item {
    width: 100%;
  }
}
body .cc.main .section-three-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  body .cc.main .section-three-columns {
    gap: 10px;
  }
}
body .cc.main .section-three-columns-item {
  width: calc(100%/3 - 40px/3);
}
@media only screen and (max-width: 768px) {
  body .cc.main .section-three-columns-item {
    width: 100% !important;
  }
}
@media only screen and (max-width: 970px) {
  body .cc.main .section-three-columns-item {
    width: calc(50% - 10px);
  }
}
body .cc.main .section-four-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  body .cc.main .section-four-columns {
    gap: 10px;
  }
}
body .cc.main .section-four-columns-item {
  width: calc(100%/4 - 60px/4);
}
@media only screen and (max-width: 768px) {
  body .cc.main .section-four-columns-item {
    width: 100% !important;
  }
}
@media only screen and (max-width: 970px) {
  body .cc.main .section-four-columns-item {
    width: calc(50% - 10px);
  }
}
body .cc.main .section-five-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  body .cc.main .section-five-columns {
    gap: 10px;
  }
}
body .cc.main .section-five-columns-item {
  width: calc(100%/5 - 80px/3);
}
@media only screen and (max-width: 768px) {
  body .cc.main .section-five-columns-item {
    width: 100% !important;
  }
}
@media only screen and (max-width: 970px) {
  body .cc.main .section-five-columns-item {
    width: calc(50% - 10px);
  }
}
body .cc.main .method-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
body .cc.main .method-list .method-item {
  width: calc(20% - 80px/5);
  text-align: center;
  margin: 0;
  background-color: #ffffff;
  box-shadow: 2px 2px 4px 2px #D9D9D9;
  padding: 10px;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  body .cc.main .method-list .method-item {
    width: 100%!important;
  }
  body .cc.main .method-list .method-item br {
    display: none;
  }
}
@media only screen and (max-width: 970px) {
  body .cc.main .method-list .method-item {
    width: calc(50% - 10px);
  }
}
body .cc.main .method-list .method-item-text {
  margin-bottom: 0;
  font-weight: bold;
  color: #012540;
}
body .cc.main .video-ytb {
  width: 100%;
  height: auto;
  aspect-ratio: 56/31;
  margin: 0 auto;
  border-radius: 10px;
}
body .cc.main .services-img {
  max-width: 200px;
}
body .cc.main .services-list {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: 0 40px;
  position: relative;
}
@media only screen and (max-width: 970px) {
  body .cc.main .services-list {
    flex-direction: column;
    padding: 40px 0;
  }
}
body .cc.main .services-list:before {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px dashed #012540;
  width: 100%;
  height: 1px;
  left: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}
@media only screen and (max-width: 970px) {
  body .cc.main .services-list:before {
    border-right: 2px dashed #012540;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
body .cc.main .services-list .services-item {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
  margin: 0!important;
  color: #012540;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px #00000040;
  width: calc(25% - 160px/5);
  background-color: #ffffff;
  justify-content: center;
  position: relative;
}
body .cc.main .services-list .services-item:after {
  content: url("/partage/fr/CC/FACTOFRANCE/assets/accueil_en/step.svg");
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: -32.5px;
}
@media only screen and (max-width: 970px) {
  body .cc.main .services-list .services-item:after {
    bottom: -32.5px;
    right: auto;
    transform: rotate(90deg);
  }
}
body .cc.main .services-list .services-item:last-child:after {
  content: none;
}
body .cc.main .services-list .services-item.background-blue {
  background-color: #012540;
}
@media only screen and (max-width: 970px) {
  body .cc.main .services-list .services-item {
    width: 100%;
  }
}
body .cc.main .services-list .services-item * {
  margin: 0;
}
body .cc.main .services-list .services-item-title {
  font-weight: bold;
  text-transform: uppercase;
}
body .cc.main .services-list .services-item-text-bold {
  font-weight: bold;
}
body .cc.main .services-list .services-item-final {
  justify-content: center;
}
body .cc.main .services-list .services-item-final * {
  color: #ffffff;
}
body .cc.main div[data-slider-infinite="true"] {
  margin: 0;
  padding-bottom: 16px;
  overflow-x: hidden;
}
body .cc.main div[data-slider-infinite="true"] .slider-inner {
  padding: 20px 0;
}
body .cc.main div[data-slider-infinite="true"] .slider-inner > div {
  padding: 0 !important;
}
body .cc.main div[data-slider-infinite="true"] .slider-wrapper {
  display: flex;
}
body .cc.main div[data-slider-infinite="true"] .slider-slide.active {
  transform: scale(1.1);
}
@media only screen and (max-width: 970px) {
  body .cc.main div[data-slider-infinite="true"] .slider-slide.active {
    transform: scale(1);
  }
}
body .cc.main div[data-slider-infinite="true"] .slide {
  margin: 0 15px;
  background-color: #ffffff;
  border-radius: 10px;
  height: 100%;
}
body .cc.main div[data-slider-infinite="true"] .slide * {
  color: #012540 !important;
}
body .cc.main div[data-slider-infinite="true"] .slide img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
body .cc.main div[data-slider-infinite="true"] .slide .slider-item-content {
  padding: 10px;
}
body .cc.main div[data-slider-infinite="true"] .slide .slider-item-content p {
  margin: 0;
}
body .cc.main div[data-slider-infinite="true"] .slide .slider-item-content ul {
  margin: 0;
}
body .cc.main div[data-slider-infinite="true"] .slide .slider-item-content ul li::before {
  color: #012540 !important;
}
body .cc.main div[data-slider-infinite="true"] .slide .slider-item-content .slider-item-content-title {
  font-weight: bold;
}
body .cc.main div[data-slider-infinite="true"] .slider-controls {
  bottom: -3px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
body .cc.main div[data-slider-infinite="true"] .slider-controls button {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 26px;
  background: white;
  color: #012540;
}
body .cc.main div[data-slider-infinite="true"] .slider-controls button:hover {
  background: #25378D;
  color: white;
}
body .cc.main div[data-slider-infinite="true"] .slider-controls button:before {
  font-family: fts_picto;
  font-size: 30px;
}
body .cc.main div[data-slider-infinite="true"] .slider-controls button.slider-prev:before {
  content: "\F0328";
  margin-right: 2px;
}
body .cc.main div[data-slider-infinite="true"] .slider-controls button.slider-next:before {
  content: "\F0329";
  margin-left: 2px;
}
body .cc.main div[data-slider-infinite="true"] .slider-controls ol {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 5px;
}
body .cc.main div[data-slider-infinite="true"] .slider-controls ol li,
body .cc.main div[data-slider-infinite="true"] .slider-controls ol a {
  width: 15px;
  height: 15px;
}
body .cc.main div[data-slider-infinite="true"] .slider-controls ol li[aria-selected="true"],
body .cc.main div[data-slider-infinite="true"] .slider-controls ol a[aria-selected="true"] {
  width: 20px;
  height: 20px;
}
body .cc.main div[data-slider-infinite="true"] .slider-controls ol li {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .cc.main div[data-slider-infinite="true"] .slider-controls ol li:has(a[aria-selected="true"]) {
  width: 20px;
  height: 20px;
}
body .cc.main div[data-slider-infinite="true"] .slider-controls ol li a {
  background: #B3BEC6;
  border-radius: 50px;
}
body .cc.main div[data-slider-infinite="true"] .slider-controls ol li a:hover {
  background: white;
  border: none;
  cursor: pointer;
}
body .cc.main div[data-slider-infinite="true"] .slider-controls ol li a[aria-selected="true"] {
  background: white;
  border: none;
}
body .cc.main .select-header {
  display: flex;
  border-bottom: 2px solid #012540;
}
body .cc.main .select-header.sticky-ul {
  margin: 0!important;
  border-bottom: none;
  border-top: 2px solid #012540;
}
body .cc.main .select-header.sticky-ul li {
  border-radius: 0 0 10px 10px;
}
body .cc.main .select-header li {
  padding: 10px 20px;
  background: #ffffff;
  color: #012540;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  transition: background 0.3s, color 0.3s;
  box-shadow: 1px -1px 4px 0px #00000040;
}
body .cc.main .select-header li:nth-child(1) {
  z-index: 3;
}
body .cc.main .select-header li:nth-child(2) {
  z-index: 2;
}
body .cc.main .select-header li:nth-child(3) {
  z-index: 1;
}
body .cc.main .select-header li:not(:first-child) {
  margin-left: -5px;
}
body .cc.main .select-header li:hover {
  background: #012540;
  color: #ffffff;
  cursor: pointer;
}
body .cc.main .select-header li:hover * {
  color: #ffffff;
}
body .cc.main .select-header li.selected {
  background: #012540;
  color: #ffffff;
  box-shadow: none;
  z-index: 4 !important;
}
body .cc.main .select-header li.selected * {
  color: #ffffff;
}
body .cc.main .select-header li a {
  text-decoration: none!important;
}
body .cc.main .partner-ul .partner-li {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
body .cc.main .partner-ul .partner-li .number {
  font-size: 16px;
  font-weight: bold;
}
body .cc.main .partner-ul .partner-li p {
  margin: 0;
  line-height: 110%;
}
body .cc.main .group-stats {
  box-shadow: 2px 2px 4px 2px #00000040;
  border-radius: 20px;
  text-align: center;
  padding: 20px;
}
body .cc.main .group-stats > img {
  max-width: 270px;
}
body .cc.main .group-stats ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .cc.main .group-stats ul li .number {
  font-size: 16px;
  color: #25378D;
  font-weight: bold;
}
body .cc.main .group-stats ul li img {
  background-color: #E5ECF4;
  border-radius: 20px;
  padding: 10px;
}
body .cc.main .group-stats ul li p {
  margin: 0;
  line-height: 110%;
}
body .cc.main .group-stats .source {
  display: block;
  text-align: right;
  font-size: 12px;
}
body .cc.main .robust-ul .robust-li .number {
  font-size: 20px;
  font-weight: bold;
}
body .cc.main .robust-ul .robust-li p {
  margin: 0;
  line-height: 110%;
}
body .cc.main .cross-header {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 970px) {
  body .cc.main .cross-header {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
body .cc.main .cross-contact {
  text-align: center;
}
body .cc.main .cross-contact .cross-contact-liste {
  align-items: center;
  text-align: center;
}
body .cc.main .cross-contact .cross-contact-liste .cross-contact-liste-item li {
  font-size: 14px;
}
body .cc.main .cross-contact .btn {
  font-size: 18px;
  padding: 8.5px;
}
body .cc.main .cross-map ul {
  display: flex;
  text-align: center;
}
@media only screen and (max-width: 970px) {
  body .cc.main .cross-map ul {
    display: none;
  }
}
body .cc.main .cross-map ul li {
  color: #25378D !important;
  text-transform: uppercase;
  font-size: 14px;
  width: calc(100% / 3);
  font-weight: bold;
}
body .cc.main .cross-map img {
  max-width: 100%;
}
body .cc.main #cross-border {
  padding: 80px 0;
}
@media only screen and (max-width: 970px) {
  body .cc.main #cross-border {
    padding: 40px 0;
  }
}
body .cc.main .background-blue#expert-emcompass {
  margin-bottom: 0;
}
body .cc.main .background-blue.t-a-c.nodeco {
  margin-top: 0;
}
