.wysiwyg-default p {
  margin-bottom: 20px;
}
.wysiwyg-default p:last-of-type {
  margin-bottom: 0;
}

.default-btn {
  background-color: #FCB731;
  min-height: 39px;
  padding: 6px 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #002B6F;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.default-btn:hover {
  background-color: #ffae13;
}

.title-head-bloc {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}
.title-head-bloc::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 51px;
  height: 2px;
  border-radius: 4px;
  background-color: #FCB731;
}

.bloc-hero-type1 {
  background-color: #FFF;
  overflow: hidden;
  --bleu-color: #002B6F;
  --yellow-color: #FCB731;
  --light-belu-color: #0071DC;
  font-family: "Nunito", sans-serif;
}
.bloc-hero-type1 *{
  font-family: "Nunito", sans-serif;
}
.bloc-hero-type1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bloc-hero-type1 .bloc-content-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0;
}
@media (min-width: 994px) {
  .bloc-hero-type1 .bloc-content-hero {
    width: 1183px;
    min-width: 1140px;
    margin: auto;
    min-height: 636px;
  }
  .bloc-hero-type1 .bloc-content-hero::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 41px);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1183px;
    height: 1183px;
    border-radius: 50%;
    border: 1px solid var(--bleu-color);
    opacity: 0.08;
    pointer-events: none;
  }
  .bloc-hero-type1 .bloc-content-hero::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 41px);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1055px;
    height: 1055px;
    border-radius: 50%;
    border: 1px solid var(--bleu-color);
    opacity: 0.17;
    pointer-events: none;
  }
}
.bloc-hero-type1 .cercle-content-hero > div {
  display: none;
}
@media (min-width: 994px) {
  .bloc-hero-type1 .cercle-content-hero > div {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: block;
  }
  .bloc-hero-type1 .cercle-content-hero > div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bloc-hero-type1 .cercle-content-hero > div:nth-child(1) {
    top: 72px;
    left: -50px;
    width: 167px;
    height: 167px;
  }
  .bloc-hero-type1 .cercle-content-hero > div:nth-child(2) {
    bottom: 62px;
    left: -5px;
    width: 103px;
    height: 103px;
  }
  .bloc-hero-type1 .cercle-content-hero > div:nth-child(3) {
    top: 102px;
    right: 68px;
    width: 81px;
    height: 81px;
  }
  .bloc-hero-type1 .cercle-content-hero > div:nth-child(4) {
    bottom: 56px;
    right: 20px;
    width: 179px;
    height: 179px;
  }
}
@media (min-width: 994px) {
  .bloc-hero-type1 .cercle-content-hero::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 41px);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 923px;
    height: 923px;
    border-radius: 50%;
    border: 1px solid var(--bleu-color);
    opacity: 0.7;
    pointer-events: none;
  }
  .bloc-hero-type1 .cercle-content-hero::after {
    content: "";
    position: absolute;
    bottom: 263px;
    left: 61px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: var(--yellow-color);
    z-index: 1;
  }
}
@media (min-width: 994px) {
  .bloc-hero-type1 .cercles-color::before {
    content: "";
    position: absolute;
    top: 258px;
    left: -72px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: var(--light-belu-color);
  }
  .bloc-hero-type1 .cercles-color::after {
    content: "";
    position: absolute;
    bottom: 282px;
    right: 8px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: var(--yellow-color);
  }
}
.bloc-hero-type1 .content-hero {
  line-height: 28px;
  text-align: center;
  color: #22293A;
}
.bloc-hero-type1 .content-hero p {
  color: #22293A;
}
.bloc-hero-type1 .content-hero .wysiwyg-default {
  max-width: 760px;
  width: 100%;
  margin: auto;
  font-weight: 400;
  -webkit-transform: translateX(-41px);
      -ms-transform: translateX(-41px);
          transform: translateX(-41px);
}
.bloc-hero-type1 .content-hero *:not(a) {
  color: #22293A;
}
@media (min-width: 994px) {
  .bloc-hero-type1 .content-hero::before {
    content: "";
    position: absolute;
    top: 72px;
    right: 206px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: var(--light-belu-color);
  }
}
.bloc-hero-type1 .content-hero h1,
.bloc-hero-type1 .content-hero h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 21px;
  font-weight: 600;
  color: #22293A;

}
.bloc-hero-type1 .content-hero h1 strong,
.bloc-hero-type1 .content-hero h2 strong {
  color: var(--yellow-color);
  font-weight: 700;
}
.bloc-hero-type1 .content-hero p:last-of-type {
  margin-bottom: 0;
}
.bloc-hero-type1.style2 {
  background-color: #002B6F;
  color: #FFF;
  --bleu-color: #FFF;
}
.bloc-hero-type1.style2 .content-hero, .bloc-hero-type1.style2 .content-hero p{
  color: #FFF;
}
.bloc-hero-type1.style2 .content-hero h1,
.bloc-hero-type1.style2 .content-hero h2 {
  color: #FFF;
}
.bloc-hero-type1.style2 .cercle-content-hero::before {
  opacity: 0.27;
}
.bloc-hero-type1.style3 {
  background-color: #FCB731;
  --yellow-color: #FFF;
}
@media (max-width: 1300px) {
  .bloc-hero-type1 .bloc-content-hero::before {
    left: 50%;
  }
  .bloc-hero-type1 .bloc-content-hero::after {
    left: 50%;
  }
  .bloc-hero-type1 .cercle-content-hero::before {
    left: 50%;
  }
  .bloc-hero-type1 .cercle-content-hero > div:nth-child(1) {
    left: -9px;
  }
  .bloc-hero-type1 .cercle-content-hero > div:nth-child(2) {
    left: 40px;
  }
  .bloc-hero-type1 .cercle-content-hero > div:nth-child(3) {
    right: 27px;
  }
  .bloc-hero-type1 .cercle-content-hero > div:nth-child(4) {
    right: -21px;
  }
  .bloc-hero-type1 .cercle-content-hero::after {
    content: "";
    left: 101px;
  }
  .bloc-hero-type1 .cercles-color::before {
    left: -31px;
  }
  .bloc-hero-type1 .cercles-color::after {
    right: -33px;
  }
  .bloc-hero-type1 .content-hero .wysiwyg-default {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .bloc-hero-type1 .content-hero::before {
    right: 165px;
  }
}
@media (max-width: 993px) {
  .bloc-hero-type1 .bloc-content-hero {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .bloc-hero-type1 .content-hero h1, .bloc-hero-type1 .content-hero h2 {
    font-size: 32px;
    line-height: 34px;
  }
}

.bloc-hero-type2 {
  font-family: "Nunito", sans-serif;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 636px;
  overflow: hidden;
}
.bloc-hero-type2 *{
  font-family: "Nunito", sans-serif;
}
.bloc-hero-type2::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 52.75%, rgba(255, 255, 255, 0.85) 100%), linear-gradient(190deg, rgba(255, 255, 255, 0) 34.35%, rgba(255, 255, 255, 0.605599) 48.47%, rgba(255, 255, 255, 0.85) 58.61%);
  z-index: 1;
}
.bloc-hero-type2 .bloc-content-hero {
  padding: 80px 0;
}
.bloc-hero-type2 .image-hero {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.bloc-hero-type2 .image-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bloc-hero-type2 .content-hero {
  position: relative;
  z-index: 2;
  max-width: 760px;
  width: 100%;
  line-height: 28px;
  color: #22293A;
  font-weight: 400;
}
.bloc-hero-type2 .content-hero h1,
.bloc-hero-type2 .content-hero h2 {
  font-size: 40px;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 21px;
  font-weight: 600;
}
.bloc-hero-type2 .content-hero h1 strong,
.bloc-hero-type2 .content-hero h2 strong {
  color: var(--yellow-color);
  font-weight: 700;
}
.bloc-hero-type2 .content-hero p{
  color: #22293A;
}
.bloc-hero-type2 .content-hero p:last-of-type {
  margin-bottom: 0;
}
.bloc-hero-type2.style2:before {
  background: linear-gradient(180deg, rgba(252, 183, 49, 0) 52.75%, rgba(252, 183, 49, 0.85) 100%), linear-gradient(190deg, rgba(252, 183, 49, 0) 34.35%, rgba(252, 183, 49, 0.605599) 48.47%, rgba(252, 183, 49, 0.85) 58.61%);
}
.bloc-hero-type2.style2 .content-hero h1 strong, .bloc-hero-type2.style2 .content-hero h2 strong {
  color: #FFF;
}
.bloc-hero-type2.style3 {
  color: #FFF;
}
.bloc-hero-type2.style3 .content-hero, .bloc-hero-type2.style3 .content-hero p {
  color: #FFF;
}
.bloc-hero-type2.style3:before {
  background: linear-gradient(180deg, rgba(0, 43, 111, 0) 52.75%, rgba(0, 43, 111, 0.85) 100%), linear-gradient(190deg, rgba(0, 43, 111, 0) 34.35%, rgba(0, 43, 111, 0.605599) 48.47%, rgba(0, 43, 111, 0.85) 58.61%);
}
.bloc-hero-type2.style3 .content-hero h1 strong, .bloc-hero-type2.style3 .content-hero h2 strong {
  color: #FCB731;
}
@media (max-width: 993px) {
  .bloc-hero-type2 .bloc-content-hero {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .bloc-hero-type2 .content-hero h1, .bloc-hero-type2 .content-hero h2 {
    font-size: 32px;
    line-height: 34px;
  }
}

.slider-options-style.slick-dotted {
  margin-bottom: 0px;
}
.slider-options-style .slick-list, .slider-options-style .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-options-style .slick-prev {
  z-index: 1;
  width: 41px;
  height: 41px;
  background: #0071dc;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  left: -34px;
}
.slider-options-style .slick-prev:hover {
  background-color: #0061bd;
}
@media (min-width: 1250px) {
  .slider-options-style .slick-prev {
    left: -45px;
  }
}
@media (min-width: 1380px) {
  .slider-options-style .slick-prev {
    left: -91px;
  }
}

.slider-options-style .slick-next {
  width: 41px;
  height: 41px;
  background: #0071dc;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  right: -34px;
}
.slider-options-style .slick-next:hover,
.slider-options-style .slick-prev:hover {
  background-color: #0061bd;
}
@media (min-width: 1250px) {
  .slider-options-style .slick-next {
    right: -45px;
  }
}
@media (min-width: 1380px) {
  .slider-options-style .slick-next {
    right: -91px;
  }
}
.slider-options-style .slick-next:before,
.slider-options-style .slick-prev:before {
  content: url(https://www.norauto-recrute.fr/wp-content/themes/norauto/template/img/left-arrow.svg);
  width: 11px;
  height: 17px;
  line-height: 17px;
}
.slider-options-style .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: static;
  margin-top: 48px;
}
.slider-options-style .slick-dots li {
  margin: 0;
  min-width: 10px;
  width: 10px;
  height: 10px;
}
.slider-options-style .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #E5E5E5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.slider-options-style .slick-dots li button:before {
  content: none;
}
.slider-options-style .slick-dots li.slick-active button, .slider-options-style .slick-dots li:hover button {
  background-color: #FCB731;
}

.bloc-images-text {
  font-family: "Nunito", sans-serif;
  padding: 110px 0;
  --yellow-color: #FCB731;
  --light-belu-color: #0071DC;
}
.bloc-images-text *{
  font-family: "Nunito", sans-serif;
}
.bloc-images-text .item-images-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.bloc-images-text .item-images-text > div {
  padding: 0 15px;
}
.bloc-images-text .item-images-text .images-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.bloc-images-text .item-images-text .images-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 994px) {
  .bloc-images-text .item-images-text .images-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.bloc-images-text .item-images-text .images-item .full-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}
.bloc-images-text .item-images-text .images-item .full-image img {
  height: 532px;
}
.bloc-images-text .item-images-text .images-item .small-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 36.33333333%;
  position: absolute;
  bottom: 37px;
  right: 15px;
}
.bloc-images-text .item-images-text .images-item .small-image img {
  height: 273px;
}
.bloc-images-text .item-images-text .cotent-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.bloc-images-text .item-images-text .wysiwyg-default, .bloc-images-text .item-images-text .wysiwyg-default p {
  color: #22293A;
  font-weight: 400;
}
@media (min-width: 994px) {
  .bloc-images-text .item-images-text .cotent-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.bloc-images-text .item-images-text .cotent-item .title {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  position: relative;
  padding-bottom: 20px;
  margin: 0;
  color: #22293A;
}
.bloc-images-text .item-images-text .cotent-item .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 51px;
  height: 2px;
  border-radius: 4px;
  background-color: var(--yellow-color);
}
@media (max-width: 1200px) {
  .bloc-images-text .item-images-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
  }
  .bloc-images-text .item-images-text > div {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .bloc-images-text .item-images-text .images-item > div {
    position: relative;
  }
  .bloc-images-text .item-images-text .images-item > div:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
  }
  .bloc-images-text .item-images-text .images-item > div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
  }
  .bloc-images-text .item-images-text .images-item .full-image {
    width: 90%;
    --bs-aspect-ratio: 95.92%;
  }
  .bloc-images-text .item-images-text .images-item .small-image {
    --bs-aspect-ratio: 95.92%;
  }
}
.bloc-images-text.style2 {
  background-color: #FCB731;
  --yellow-color: #FFF;
  --light-belu-color: #0071DC;
}
.bloc-images-text.style2 .cotent-item .title::before {
  background-color: #FFF;
}

.bloc-images-text.style2 .default-btn {
  background-color: var(--light-belu-color);
  color: #FFF;
}
.bloc-images-text.style2 .default-btn:hover {
  background-color: #0061bd;
}
.bloc-images-text.style2 .slider-options-style .slick-dots li button {
  background-color: var(--yellow-color);
}
.bloc-images-text.style2 .slider-options-style .slick-dots li.slick-active button, .bloc-images-text.style2 .slider-options-style .slick-dots li:hover button {
  background-color: var(--light-belu-color);
}
.bloc-images-text.style3 {
  background-color: #002B6F;
  color: #FFF;
}
.bloc-images-text.style3 .item-images-text .cotent-item .title {
  color: #FFF;
}

.bloc-images-text.style3 .item-images-text .wysiwyg-default,
.bloc-images-text.style3 .item-images-text .wysiwyg-default p {
  color: #FFF;
}
.bloc-images-text.style3 .slider-options-style .slick-dots li button {
  background-color: #FFF;
}
.bloc-images-text.style3 .slider-options-style .slick-dots li.slick-active button, .bloc-images-text.style3 .slider-options-style .slick-dots li:hover button {
  background-color: var(--yellow-color);
}
@media (max-width: 993px) {
  .bloc-images-text {
    padding: 60px 0;
  }
  .bloc-images-text .slider-options-style .slick-dots {
    bottom: -45px;
  }
}

.bloc-video-text {
  font-family: "Nunito", sans-serif;
  padding: 80px 0;
  --yellow-color: #FCB731;
  --light-belu-color: #0071DC;
}
.bloc-video-text *{
  font-family: "Nunito", sans-serif;
}
.bloc-video-text .item-video-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.bloc-video-text .item-video-text > div {
  padding: 0 15px;
}
.bloc-video-text .item-video-text .video-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.bloc-video-text .item-video-text .video-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  background-image: url(../img/icon-play.svg);
  width: 67px;
  height: 66px;
  min-width: 67px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bloc-video-text .item-video-text .video-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bloc-video-text .item-video-text .video-item:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
@media (min-width: 994px) {
  .bloc-video-text .item-video-text .video-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.bloc-video-text .item-video-text .video-item .full-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.bloc-video-text .item-video-text .video-item .full-image img {
  height: 523px;
}
@media (max-width: 575px) {
  .bloc-video-text .item-video-text .video-item .full-image img {
    height: 420px;
  }
}
.bloc-video-text .item-video-text .cotent-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 994px) {
  .bloc-video-text .item-video-text .cotent-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.bloc-video-text .item-video-text .cotent-item h2, .bloc-video-text .item-video-text .cotent-item h3 {
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 21px;
  font-weight: 600;
  margin: 0;
  color: #22293A;
}
.bloc-video-text .item-video-text .cotent-item h2 strong, .bloc-video-text .item-video-text .cotent-item h3 strong {
  display: inline-block;
  font-weight: 600;
  color: var(--yellow-color);
}
@media (max-width: 1200px) {
  .bloc-video-text .item-video-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
  }
  .bloc-video-text .item-video-text > div {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .bloc-video-text .item-video-text .video-item > div {
    position: relative;
  }
  .bloc-video-text .item-video-text .video-item > div:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
  }
  .bloc-video-text .item-video-text .video-item > div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
  }
  .bloc-video-text .item-video-text .cotent-item h2, .bloc-video-text .item-video-text .cotent-item h3 {
    font-size: 32px;
    line-height: 34px;
  }
}
.bloc-video-text.style2 {
  background-color: #FCB731;
  --yellow-color: #FFF;
  --light-belu-color: #0071DC;
}
.bloc-video-text.style2 .title-head-bloc:before {
  background-color: #FFF;
}
.bloc-video-text.style2 .default-btn {
  background-color: var(--light-belu-color);
  color: #FFF;
}
.bloc-video-text.style2 .default-btn:hover {
  background-color: #0061bd;
}
.bloc-video-text.style2 .slider-options-style .slick-dots li button {
  background-color: var(--yellow-color);
}
.bloc-video-text.style2 .slider-options-style .slick-dots li.slick-active button, .bloc-video-text.style2 .slider-options-style .slick-dots li:hover button {
  background-color: var(--light-belu-color);
}
.bloc-video-text.style3 {
  background-color: #002B6F;
  color: #FFF;
}

.bloc-video-text.style3 .item-video-text .cotent-item h2, .bloc-video-text.style3 .item-video-text .cotent-item h3 {
  color: #FFF;
}
.bloc-video-text.style3 .slider-options-style .slick-dots li button {
  background-color: #FFF;
}
.bloc-video-text.style3 .slider-options-style .slick-dots li.slick-active button, .bloc-video-text.style3 .slider-options-style .slick-dots li:hover button {
  background-color: var(--yellow-color);
}
@media (max-width: 767px) {
  .bloc-video-text {
    padding: 60px 0;
  }
}

.bloc-full-image-text {
  font-family: "Nunito", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bloc-full-image-text *{
  font-family: "Nunito", sans-serif;
}
.bloc-full-image-text > div {
  width: 50%;
}
.bloc-full-image-text .image {
  position: relative;
}
.bloc-full-image-text .image:before {
  display: block;
  padding-top: 76.87%;
  content: "";
}
@media (min-width: 1600px) {
  .bloc-full-image-text .image:before {
    padding-top: 561px;
  }
}
@media (max-width: 1200px) {
  .bloc-full-image-text .image:before {
    padding-top: 520px;
  }
}
@media (max-width: 767px) {
  .bloc-full-image-text .image:before {
    padding-top: 420px;
  }
}
.bloc-full-image-text .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bloc-full-image-text .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 13px;
}
.bloc-full-image-text .text .content {
  width: 100%;
  max-width: 60%;
  min-width: 454px;
  margin: auto;
}
.bloc-full-image-text .text h2, .bloc-full-image-text .text h3 {
  font-weight: 600;
  font-size: 34px;
  line-height: 39px;
  margin: 0;
  width: 100%;
  max-width: 394px;
  color: #22293A;
}
.bloc-full-image-text .text .default-btn {
  margin-top: 30px;
  min-height: 54px;
}
@media (max-width: 993px) {
  .bloc-full-image-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bloc-full-image-text > div {
    width: 100%;
  }
  .bloc-full-image-text .text {
    padding-bottom: 60px;
  }
  .bloc-full-image-text .text .content {
    max-width: 100%;
  }
  .bloc-full-image-text .text h2, .bloc-full-image-text .text h3 {
    max-width: 460px;
  }
}
@media (max-width: 767px) {
  .bloc-full-image-text .text .content {
    min-width: auto;
  }
  .bloc-full-image-text .text h2, .bloc-full-image-text .text h3 {
    font-size: 32px;
    line-height: 34px;
  }
}
.bloc-full-image-text.style2 {
  background-color: #FCB731;
}
.bloc-full-image-text.style2 .title-head-bloc:before {
  background-color: #FFF;
}
.bloc-full-image-text.style2 .default-btn {
  background-color: #0071DC;
  color: #FFF;
}
.bloc-full-image-text.style2 .default-btn:hover {
  background-color: #0061bd;
}
.bloc-full-image-text.style3 {
  background-color: #002B6F;
  color: #FFF;
}
.bloc-full-image-text.style3 .text h2, .bloc-full-image-text.style3 .text h3 {
  color: #FFF;
}
.bloc-new-banner {
  padding: 74px 0;
  font-family: "Nunito", sans-serif;
}
.bloc-new-banner *{
  font-family: "Nunito", sans-serif;
}
.bloc-new-banner .bloc-content-banner {
  padding: 45px;
  min-height: 488px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.bloc-new-banner .bloc-content-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(175.88deg, rgba(5, 17, 37, 0) 45.39%, #051125 94.88%);
  z-index: 1;
}
.bloc-new-banner .bloc-content-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bloc-new-banner .content-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px 40px;
  position: relative;
  z-index: 1;
  color: #FFF;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bloc-new-banner .content-banner .wysiwyg-default {
  margin-right: auto;
}
.bloc-new-banner .content-banner .wysiwyg-default * {
  color: #FFF;
}
.bloc-new-banner .content-banner h2, .bloc-new-banner .content-banner h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: #FFF;
  margin: 0;
}
.bloc-new-banner .content-banner h2:last-of-type, .bloc-new-banner .content-banner h3:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 993px) {
  .bloc-new-banner {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .bloc-new-banner .bloc-content-banner {
    padding: 30px 20px;
    min-height: 320px;
  }
  .bloc-new-banner .content-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .bloc-new-banner .content-banner h2 br, .bloc-new-banner .content-banner h3 br {
    display: none;
  }
}
.bloc-new-banner.style2 {
  background-color: #FCB731;
}
.bloc-new-banner.style2 .title-head-bloc:before {
  background-color: #FFF;
}
.bloc-new-banner.style3 {
  background-color: #002B6F;
  color: #FFF;
}

.card-image-slide {
  font-family: "Nunito", sans-serif;
  height: 100%;
  vertical-align: middle;
  position: relative;
  min-height: 266px;
  --bs-aspect-ratio: 100%;
}
.card-image-slide *{
  font-family: "Nunito", sans-serif;
}
.card-image-slide:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.card-image-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .card-image-slide {
    max-height: 350px;
  }
}

.card-image-slide-full {
  font-family: "Nunito", sans-serif;
  height: 100%;
  vertical-align: middle;
  position: relative;
  min-height: 420px;
  --bs-aspect-ratio: 124.63%;
  border-radius: 3px;
  overflow: hidden;
}
.card-image-slide-full *{
  font-family: "Nunito", sans-serif;
}
.card-image-slide-full:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.card-image-slide-full::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
}
.card-image-slide-full img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-image-slide-full .default-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 90%;
  min-width: 212px;
  z-index: 1;
  text-align: center;
  min-height: 60px;
  display:flex;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .card-image-slide-full {
    max-height: 350px;
  }
}

.bloc-carousel-container {
  font-family: "Nunito", sans-serif;
  padding: 110px 0;
  overflow: hidden;
  --yellow-color: #FCB731;
  --light-belu-color: #0071DC;
}
.bloc-carousel-container *{
  font-family: "Nunito", sans-serif;
}
.bloc-carousel-container .title-head-bloc {
  color: #22293A;
}
.bloc-carousel-container .content-bloc-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px 0;
}
.bloc-carousel-container .slider-carousel-container {
  margin: 0 -12px;
}
.bloc-carousel-container .slider-carousel-container .slick-slide {
  padding: 0 12px;
}
.bloc-carousel-container .slider-carousel-container .slick-slide img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .bloc-carousel-container .slider-carousel-container {
    margin: 0 -8px;
  }
  .bloc-carousel-container .slider-carousel-container .slick-slide {
    padding: 0 8px;
  }
  .bloc-carousel-container .slider-carousel-container .slick-list {
    padding-left: 7px;
    padding-right: 30%;
    margin: 0 -7px;
  }
}
.bloc-carousel-container .slider-options-style .slick-dots {
  margin-top: 40px;
}
.bloc-carousel-container.style2 {
  background-color: #FCB731;
  --yellow-color: #FFF;
  --light-belu-color: #0071DC;
}
.bloc-carousel-container.style2 .title-head-bloc:before {
  background-color: #FFF;
}
.bloc-carousel-container.style2 .slider-options-style .slick-dots li button {
  background-color: var(--yellow-color);
}
.bloc-carousel-container.style2 .slider-options-style .slick-dots li.slick-active button, .bloc-carousel-container.style2 .slider-options-style .slick-dots li:hover button {
  background-color: var(--light-belu-color);
}
.bloc-carousel-container.style3 {
  background-color: #002B6F;
  color: #FFF;
}
.bloc-carousel-container.style3 .title-head-bloc {
  color: #FFF;
}
@media (max-width: 993px) {
  .bloc-carousel-container {
    padding: 60px 0;
  }
}

.bloc-carousel-full {
  font-family: "Nunito", sans-serif;
  padding: 110px 0;
  overflow: hidden;
  --yellow-color: #FCB731;
  --light-belu-color: #0071DC;
}
.bloc-carousel-full *{
  font-family: "Nunito", sans-serif;
}
.bloc-carousel-full .title-head-bloc {
  color: #22293A;
}
.bloc-carousel-full .content-bloc-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px 0;
}
.bloc-carousel-full .title-head-bloc {
  padding: 0 15px 24px;
}
.bloc-carousel-full .slider-carousel-full {
  margin: 0 -12px;
}
.bloc-carousel-full .slider-carousel-full .slick-slide {
  padding: 0 12px;
}
.bloc-carousel-full .slider-carousel-full .slick-slide img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1380px) {
  .bloc-carousel-full .slider-carousel-full .slick-prev {
    left: 57px;
  }
  .bloc-carousel-full .slider-carousel-full .slick-next {
    right: 57px;
  }
}
@media (max-width: 575px) {
  .bloc-carousel-full .slider-carousel-full {
    margin: 0 -8px;
  }
  .bloc-carousel-full .slider-carousel-full .slick-slide {
    padding: 0 8px;
  }
  .bloc-carousel-full .slider-carousel-full .slick-list {
    padding-left: 7px;
    padding-right: 30%;
    margin: 0 -7px;
  }
}
.bloc-carousel-full .slider-options-style .slick-dots {
  margin-top: 40px;
}
.bloc-carousel-full.style2 {
  background-color: #FCB731;
  --yellow-color: #FFF;
  --light-belu-color: #0071DC;
}
.bloc-carousel-full.style2 .title-head-bloc:before {
  background-color: #FFF;
}
.bloc-carousel-full.style2 .slider-options-style .slick-dots li button {
  background-color: var(--yellow-color);
}
.bloc-carousel-full.style2 .slider-options-style .slick-dots li.slick-active button, .bloc-carousel-full.style2 .slider-options-style .slick-dots li:hover button {
  background-color: var(--light-belu-color);
}
.bloc-carousel-full.style3 {
  background-color: #002B6F;
  color: #FFF;
}
.bloc-carousel-full.style3 .title-head-bloc {
  color: #FFF;
}
@media (max-width: 993px) {
  .bloc-carousel-full {
    padding: 60px 0;
  }
}

.item-valeur {
  font-family: "Nunito", sans-serif;
  --bleu-valeur-color: #002B6F;
  --yellow-valeur-color: #FCB731;
  --withe-valeur-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}
.item-valeur *{
  font-family: "Nunito", sans-serif;
}
.item-valeur .image-valeur {
  width: 186px;
  height: 186px;
  position: relative;
  margin: auto;
  /* Définissez la couleur ici */
  /* Enlevez color: var(--motif-color); du ::before car il l'hérite déjà */
}
.item-valeur .image-valeur::before {
  content: "";
  position: absolute;
  width: 199px;
  height: 199px;
  top: -7px;
  left: -4px;
  border-radius: 50%;
  border: 13px solid transparent;
  border-top: 13px solid var(--motif-color);
  border-left: 13px solid var(--motif-color);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  pointer-events: none;
}
.item-valeur .image-valeur img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.item-valeur .content-valeur {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.item-valeur .content-valeur.withe-color {
  color: var(--withe-valeur-color);
}
.item-valeur .content-valeur.yellow-color {
  color: var(--yellow-valeur-color);
}
.item-valeur .content-valeur.bleu-color {
  color: var(--bleu-valeur-color);
}
.item-valeur .content-valeur .title-valeur {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}

.bloc-valeurs {
  font-family: "Nunito", sans-serif;
  padding: 130px 0;
}
.bloc-valeurs *{
  font-family: "Nunito", sans-serif;
}
.bloc-valeurs .title-head-bloc {
  color: #22293A;
}
.bloc-valeurs .bloc-content-valeurs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 52px 0;
}
.bloc-valeurs .row-valeurs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px;
}
.bloc-valeurs .row-valeurs > div {
  width: 100%;
  padding: 0 15px;
}
.bloc-valeurs .item-valeur .content-valeur *{
  color: #22293A;
}
@media (min-width: 575px) {
  .bloc-valeurs .row-valeurs > div {
    width: 50%;
  }
}
@media (min-width: 994px) {
  .bloc-valeurs .row-valeurs > div {
    width: 25%;
  }
}
.bloc-valeurs .row-valeurs .item-valeur.right .image-valeur::before{
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.bloc-valeurs.style2 {
  background-color: #FCB731;
}
.bloc-valeurs.style2 .title-head-bloc:before {
  background-color: #FFF;
}
.bloc-valeurs.style3 {
  background-color: #002B6F;
  color: #FFF;
}
.bloc-valeurs.style3 .title-head-bloc {
  color: #FFF;
}
.bloc-valeurs.style3 .item-valeur .content-valeur * {
  color: #FFF;
}
.bloc-valeurs.style3 .item-valeur .image-valeur[style="--motif-color: #22293A"] {
  --motif-color: #FFFF !important;
}
@media (max-width: 993px) {
  .bloc-valeurs {
    padding: 60px 0;
  }
}

.bloc-text-half {
  padding: 80px 0;
  font-family: "Nunito", sans-serif;
}
.bloc-text-half *{
  font-family: "Nunito", sans-serif;
}
.bloc-text-half .row-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px;
}

.bloc-text-half .row-content > div {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 994px) {
  .bloc-text-half .row-content > div {
    width: 50%;
  }
}
.bloc-text-half .title-head-bloc {
  text-align: left;
  color: #22293A;
}
.bloc-text-half .title-head-bloc::before {
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.bloc-text-half .col-text-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.bloc-text-half .col-text-left img {
  width: 100%;
  height: 238px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bloc-text-half .wysiwyg-default{
  font-weight: 400;
}
.bloc-text-half .wysiwyg-default *:not(a){
  color: #22293A;
}
.bloc-text-half.style2 {
  background-color: #FCB731;
}
.bloc-text-half.style2 .title-head-bloc:before {
  background-color: #FFF;
}
.bloc-text-half.style3 {
  background-color: #002B6F;
  color: #FFF;
}
.bloc-text-half.style3 .wysiwyg-default *{
  color: #FFF;
}
.bloc-text-half.style3 .title-head-bloc {
  color: #FFF;
}
@media (max-width: 993px) {
  .bloc-text-half {
    padding: 60px 0;
  }
}

.item-chiffre {
  font-family: "Nunito", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 15px;
  gap: 28px;
  height: 286px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 3px;
  text-align: center;
  font-weight: 700;
  height: 100%;
}
.item-chiffre *{
  font-family: "Nunito", sans-serif;
  color: #22293A;
}
.item-chiffre .icon-chiffre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  gap: 10px;
  width: 90px;
  height: 90px;
  min-width: 90px;
  min-height: 90px;
  background: rgba(18, 58, 121, 0.06);
  border-radius: 50%;
}
.item-chiffre .number-chiffre {
  color: #FCB731;
  font-weight: 900;
  font-size: 50px;
  line-height: 35px;
  position: relative;
  padding-bottom: 21px;
}
.item-chiffre .number-chiffre::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 51px;
  height: 2px;
  border-radius: 4px;
  background-color: #22293A;
}

.bloc-new-chiffres {
  padding: 127px 0;
  font-family: "Nunito", sans-serif;
}
.bloc-new-chiffres *{
  font-family: "Nunito", sans-serif;
}
.bloc-new-chiffres .title-head-bloc {
  color: #22293A;
}
.bloc-new-chiffres .bloc-content-valeurs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px 0;
}
.bloc-new-chiffres .row-chiffres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px;
}
.bloc-new-chiffres .row-chiffres > div {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 575px) {
  .bloc-new-chiffres .row-chiffres > div {
    width: 50%;
  }
}
@media (min-width: 994px) {
  .bloc-new-chiffres .row-chiffres > div {
    width: 32.333333%;
  }
}
.bloc-new-chiffres.style2 {
  background-color: #FCB731;
}
.bloc-new-chiffres.style2 .title-head-bloc:before {
  background-color: #FFF;
}
.bloc-new-chiffres.style2 .item-chiffre .number-chiffre {
  color: #22293A;
}
.bloc-new-chiffres.style2 .item-chiffre .number-chiffre::before {
  background-color: #FFF;
}
.bloc-new-chiffres.style3 {
  background-color: #002B6F;
  color: #FFF;
}
.bloc-new-chiffres.style3 .title-head-bloc {
  color: #FFF;
}
.bloc-new-chiffres.style3 .item-chiffre .icon-chiffre {
  background: rgb(18, 58, 121);
}
.bloc-new-chiffres.style3 .item-chiffre .number-chiffre::before {
  background-color: #FFFFFF;
}
.bloc-new-chiffres.style3 .item-chiffre *:not(.number-chiffre) {
  color: #FFF;
}
@media (max-width: 993px) {
  .bloc-new-chiffres {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .bloc-new-chiffres .item-chiffre {
    max-width: 375px;
    width: 100%;
    margin: auto;
  }
}
.text-color-blanc{
  color: #FFFFFF !important;
}
.text-color-blue{
  color: #0071DC !important;
}
.bg-color-blanc{
  background-color: #FFFFFF !important;
}
.mb-25px{
  margin-bottom: 25px !important;
}
.mt--4px{
  margin-top: -4px !important;
}

.text-color-custom-blue{
  color:#22293A !important;
}