html, body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 1200px) {
  .container-fluid {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

video {
  width: 100%;
  height: auto;
}

.full-container {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

@media screen and (min-width: 991px) {
  .align-item {
    display: flex;
    align-items: center;
  }
}

.swiper-button-next:focus, swiper-button-prev:focus {
  outline: none;
}

h1, h2, h3, h4 {
  font-family: "Raleway", sans-serif;
}

.h2-orange {
  font-size: 30px;
  font-weight: 700;
  color: #F26122;
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  .h2-orange {
    font-size: 25px;
  }
}

.h2-blue {
  font-size: 30px;
  font-weight: 700;
  color: #12203A;
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  .h2-blue {
    font-size: 25px;
  }
}

.btn-orange {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 35px;
  border: 1px solid #F26122;
  background: #F26122;
  border-radius: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  transition: all 0.2s ease-in;
}
.btn-orange:hover {
  text-decoration: none;
  background: none;
  color: #F26122;
}

.t-center {
  text-align: center;
}

.navbar-default {
  background: none;
  border: none;
  box-shadow: none;
}
@media screen and (max-width: 1200px) {
  .navbar-default .navbar-header {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1475px) {
  .navbar-default .navbar-header .logo {
    width: 200px;
    margin-top: 8px;
  }
}
.navbar-default .navbar-header .navbar-toggle {
  background: none;
  border: none;
  margin-top: 26px;
}
.navbar-default .navbar-header .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-right {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .navbar-default .navbar-right {
    display: inherit;
  }
}
.navbar-default .navbar-right .dropdown .dropdown-menu {
  left: 0;
  background: none;
  border: none;
  box-shadow: none;
  padding-top: 15px;
}
.navbar-default .navbar-right .dropdown .dropdown-menu li {
  padding-bottom: 7px;
}
.navbar-default .navbar-right .dropdown .dropdown-menu li a {
  font-weight: 400;
  transition: all 0.2s ease-in;
}
.navbar-default .navbar-right .dropdown .dropdown-menu li a:after {
  display: none !important;
}
.navbar-default .navbar-right .dropdown .dropdown-menu li a:hover {
  background: none;
  color: #F26122 !important;
}
.navbar-default .navbar-right .dropdown .dropdown-menu li a img {
  margin-right: 8px;
}
.navbar-default .navbar-right li {
  padding: 0 20px;
}
@media screen and (max-width: 1475px) {
  .navbar-default .navbar-right li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1200px) {
  .navbar-default .navbar-right li {
    padding: 10px 20px;
  }
}
.navbar-default .navbar-right li:hover a:after {
  width: 100% !important;
}
.navbar-default .navbar-right li a {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #fff !important;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 1475px) {
  .navbar-default .navbar-right li a {
    font-size: 15px;
  }
}
.navbar-default .navbar-right li a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #F26122;
  position: absolute;
  bottom: -6px;
  left: 0;
  transition: all 0.3s;
}
.navbar-default .navbar-right .active a {
  background: none;
}
.navbar-default .navbar-right .active a:hover {
  background: none;
}
.navbar-default .navbar-right .active a:after {
  width: 100% !important;
}
.navbar-default .navbar-right #menu-item-405 a, .navbar-default .navbar-right #menu-item-907 a {
  background: #F26122;
  border-radius: 18px;
  border: 2px solid #F26122;
  padding: 13px 20px;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 1475px) {
  .navbar-default .navbar-right #menu-item-405 a, .navbar-default .navbar-right #menu-item-907 a {
    padding: 13px 14px;
  }
}
@media screen and (max-width: 1200px) {
  .navbar-default .navbar-right #menu-item-405 a, .navbar-default .navbar-right #menu-item-907 a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.navbar-default .navbar-right #menu-item-405 a:hover, .navbar-default .navbar-right #menu-item-907 a:hover {
  background: none;
  color: #fff;
}
.navbar-default .navbar-right #menu-item-405 a:after, .navbar-default .navbar-right #menu-item-907 a:after {
  display: none !important;
}
.navbar-default .lang {
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .navbar-default .lang {
    padding-left: 10px;
  }
}
.navbar-default .lang .separator {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .navbar-default .lang .separator {
    display: none;
  }
}
.navbar-default .lang .separator:before {
  content: "";
  display: block;
  background: #fff;
  height: 40px;
  width: 1px;
  position: absolute;
  top: -20px;
}
.navbar-default .lang li {
  padding: 0 10px;
}
@media screen and (max-width: 1200px) {
  .navbar-default .lang li {
    display: inline-block;
  }
}
.navbar-default .lang li:hover a:after {
  display: none;
}
.navbar-default .lang li a img {
  border-radius: 10px;
  width: 28px !important;
}
@media screen and (max-width: 1475px) {
  .navbar-default .lang li a img {
    width: 24px !important;
  }
}

.navbar-scroll {
  background: rgba(18, 32, 58, 0.86);
  padding-bottom: 20px;
}
.navbar-scroll .dropdown .dropdown-menu {
  background: rgba(18, 32, 58, 0.86) !important;
}
@media screen and (max-width: 1200px) {
  .navbar-scroll {
    background: #12203A;
  }
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background: none;
}
.navbar-default .navbar-nav > .open > a:after, .navbar-default .navbar-nav > .open > a:focus:after, .navbar-default .navbar-nav > .open > a:hover:after {
  width: 100%;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: none;
  border: 0;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

/* Show the dropdown menu on hover */
@media screen and (min-width: 1200px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 1200px) {
  .navbar-header {
    float: none;
  }

  .navbar-left, .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border: 0;
    box-shadow: none;
    height: auto;
    background: #12203A;
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }
}
.nav-sticky {
  background: #F26122;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .nav-sticky {
    display: none;
  }
}
.nav-sticky a {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 15px;
  position: relative;
}
.nav-sticky a:before {
  content: "";
  display: block;
  background: #fff;
  height: 30px;
  width: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.nav-sticky a:hover {
  text-decoration: none;
}
.nav-sticky .rs {
  padding: 0 15px;
}
.nav-sticky .rs a {
  padding: 15px 7px;
  font-size: 20px;
}
.nav-sticky .rs a:before {
  display: none;
}

footer {
  background: #12203A;
  padding: 80px 0 40px;
}
footer .logo {
  margin-bottom: 30px;
  width: 200px;
}
footer .coordonnees p {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  footer .coordonnees {
    margin-bottom: 30px;
  }
}
footer .coordonnees .data-contact {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-top: 15px;
}
footer .coordonnees .data-contact img {
  margin-right: 8px;
  width: 20px;
}
footer .link {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer .link:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #F26122;
  position: absolute;
  bottom: -6px;
  left: 0;
  transition: all 0.3s;
}
footer .link:hover {
  text-decoration: none;
}
footer .link:hover:after {
  width: 100%;
}
footer .cta-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  border: 1px solid #F26122;
  background: #F26122;
  width: 180px;
  height: 50px;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  transition: all 0.2s ease-in;
}
footer .cta-footer:hover {
  text-decoration: none;
  background: none;
  color: #F26122;
}
@media screen and (max-width: 991px) {
  footer .cta-footer {
    margin-top: 30px;
  }
}
footer .rs {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
footer .rs a {
  margin-right: 30px;
  font-size: 20px;
  color: #fff;
}
footer .rs a:hover {
  color: #F26122;
}
footer .logos-partners {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  footer .logos-partners {
    display: block;
  }
}
footer .logos-partners img {
  margin-right: 30px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  footer .logos-partners img {
    display: block;
    margin: 0 0 30px;
  }
}
footer .sub-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 576px) {
  footer .sub-footer {
    display: inherit;
  }
}
footer .sub-footer a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 576px) {
  footer .sub-footer a {
    display: block;
    margin-bottom: 5px;
  }
}
footer .sub-footer .dot {
  color: #fff;
  font-size: 20px;
  margin: 0 40px;
  position: relative;
  top: -4px;
}
@media screen and (max-width: 576px) {
  footer .sub-footer .dot {
    display: none;
  }
}
footer .sub-footer .dot:last-child {
  display: none;
}

.header-home {
  height: 100vh;
  width: 100%;
  position: relative;
}
.header-home #videoBack {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-home #arrown-down {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  z-index: 3;
  cursor: pointer;
}
.header-home .bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
.header-home .swiper-container {
  width: 100%;
  height: 100%;
}
.header-home .swiper-container .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.header-home .swiper-container .swiper-slide .title {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .header-home .swiper-container .swiper-slide .title {
    font-size: 30px;
  }
}
.header-home .swiper-container .swiper-slide .title strong {
  font-weight: 700;
}
.header-home .swiper-container .swiper-pagination {
  bottom: 20vh;
}
.header-home .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  opacity: 1;
  margin: 0 15px;
  position: relative;
  background: transparent;
  transition: all 0.2s ease-in;
}
.header-home .swiper-container .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  display: block;
  background: transparent;
  border: 2px solid #fff;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  left: -7px;
}
.header-home .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.presentation .left {
  background-image: url("../../img/background-orange.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .presentation .left {
    height: 50vh;
  }
}
.presentation .left h3 {
  font-family: "Raleway", sans-serif;
  font-size: 35px;
  font-weight: 400;
  color: #12203A;
}
.presentation .left h3 strong {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .presentation .right {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.presentation .right .h2-orange {
  font-size: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .presentation .right .h2-orange {
    font-size: 20px;
  }
}
.presentation .right .txt-block {
  margin-bottom: 40px;
}
.presentation .right .txt-block h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #12203A;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .presentation .right .txt-block h3 {
    font-size: 25px;
  }
}
.presentation .right .txt-block p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #12203A;
  margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  .presentation .right .txt-block p {
    margin-bottom: 10px;
  }
}
.presentation .right .txt-block a {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #F26122;
}
.presentation .right .txt-block a img {
  margin-left: 10px;
}
@media screen and (max-width: 1300px) {
  .presentation .right .txt-block a {
    font-size: 14px;
  }
}

.section-video {
  background-image: url("../../img/background-blue.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .section-video {
    padding: 60px 0;
  }
}
.section-video h2 {
  margin-bottom: 35px;
}
.section-video .chiffres {
  padding-top: 70px;
}
.section-video .chiffres h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 90px;
  font-weight: 700;
  color: #F26122;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-video .chiffres h2 {
    font-size: 70px;
  }
}
.section-video .chiffres p {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-video .chiffres p {
    margin-bottom: 40px;
    font-size: 25px;
  }
}

.actualite-home {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .actualite-home {
    padding: 40px 0;
  }
}
.actualite-home h2 {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #F26122;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .actualite-home h2 {
    font-size: 25px;
  }
}
.actualite-home p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #12203A;
  margin-bottom: 20px;
}
.actualite-home a {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #F26122;
}
.actualite-home a img {
  margin-left: 10px;
}
.actualite-home .card-actu {
  border-radius: 14px;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.16);
}
.actualite-home .card-actu .img-content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 170px;
}
.actualite-home .card-actu h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #12203A;
  margin-bottom: 20px;
}
.actualite-home .card-actu p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #12203A;
}
.actualite-home .card-actu .date img {
  margin-right: 8px;
}
.actualite-home .card-actu .categories p {
  color: #12203A;
  font-weight: 400;
  font-size: 14px;
}
.actualite-home .card-actu .categories p i {
  margin-right: 6px;
}
.actualite-home .card-actu .categories p span {
  padding-right: 10px;
}
.actualite-home .card-actu a {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #F26122;
}
.actualite-home .card-actu a img {
  margin-left: 10px;
}
.actualite-home .swiper-container {
  padding-top: 25px;
  border-top: 4px solid #F26122;
}
@media screen and (max-width: 991px) {
  .actualite-home .swiper-container {
    margin-top: 40px;
  }
}
.actualite-home .swiper-button-next {
  right: -50px;
}
.actualite-home .swiper-button-next:after {
  display: none;
}
@media screen and (max-width: 1200px) {
  .actualite-home .swiper-button-next {
    display: none;
  }
}
.actualite-home .swiper-button-next img {
  width: 80%;
}
.actualite-home .swiper-button-prev {
  left: -50px;
}
.actualite-home .swiper-button-prev:after {
  display: none;
}
@media screen and (max-width: 1200px) {
  .actualite-home .swiper-button-prev {
    display: none;
  }
}
.actualite-home .swiper-button-prev img {
  width: 80%;
}
.actualite-home .swiper-button-disabled {
  opacity: 0;
}

.slider-partenaires {
  padding: 20px 0 80px;
}
@media screen and (max-width: 768px) {
  .slider-partenaires {
    padding: 40px 0 20px;
  }
}
.slider-partenaires h2 {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #F26122;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .slider-partenaires h2 {
    font-size: 25px;
  }
}
.slider-partenaires .card-partners img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all 0.2s ease-in;
}
.slider-partenaires .card-partners img:hover {
  -webkit-filter: none;
          filter: none;
}
.slider-partenaires .card-partners p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #F26122;
  text-align: center;
  margin-top: 15px;
}
.slider-partenaires .swiper-button-next {
  right: -100px;
}
.slider-partenaires .swiper-button-next:after {
  display: none;
}
@media screen and (max-width: 1200px) {
  .slider-partenaires .swiper-button-next {
    display: none;
  }
}
.slider-partenaires .swiper-button-next img {
  width: 80%;
}
.slider-partenaires .swiper-button-prev {
  left: -100px;
}
.slider-partenaires .swiper-button-prev:after {
  display: none;
}
@media screen and (max-width: 1200px) {
  .slider-partenaires .swiper-button-prev {
    display: none;
  }
}
.slider-partenaires .swiper-button-prev img {
  width: 80%;
}
.slider-partenaires .swiper-button-disabled {
  opacity: 0.5;
}

.header-page-with-card {
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-page-with-card {
    height: 120vh;
  }
}
.header-page-with-card .background {
  height: calc(100% - 52px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-page-with-card .background {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .header-page-with-card .background .title {
    margin-top: -40px;
  }
}
.header-page-with-card .background .title p {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .header-page-with-card .background .title p {
    font-size: 25px;
    padding-top: 130px;
  }
}
.header-page-with-card .background .title p strong {
  font-weight: 700;
}
.header-page-with-card .background .card {
  position: absolute;
  bottom: 0;
}
.header-page-with-card .background .card .card-content {
  background: #fff;
  padding: 30px 45px;
}
@media screen and (max-width: 768px) {
  .header-page-with-card .background .card .card-content {
    padding: 25px;
  }
}
.header-page-with-card .background .card .card-content p {
  font-family: "Raleway", sans-serif;
  font-size: 23px;
  font-weight: 500;
  color: #12203A;
}
@media screen and (max-width: 768px) {
  .header-page-with-card .background .card .card-content p {
    font-size: 18px;
  }
}
.header-page-with-card .background .card .card-content p span {
  color: #F26122;
  font-weight: 700;
}

.temoignage {
  padding: 80px 0;
}
.temoignage p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #12203A;
}
.temoignage .name {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.temoignage .poste {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .temoignage .poste {
    margin-bottom: 35px;
  }
}
.temoignage .quote-content {
  position: relative;
}
.temoignage .quote-content:before {
  content: url(../../img/quote-top.png);
  position: absolute;
  top: -80px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .temoignage .quote-content:before {
    display: none;
  }
}
.temoignage .quote-content:after {
  content: url(../../img/quote-bottom.png);
  position: absolute;
  bottom: -70px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .temoignage .quote-content:after {
    display: none;
  }
}

.historique {
  padding: 60px 0;
}
.historique .line {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 15px 15px 15px 5vw;
  margin-bottom: 15px;
  background: #f26122;
  width: 100%;
}
.historique .line:nth-child(2) {
  background: rgba(242, 97, 34, 0.9);
  width: 95%;
}
.historique .line:nth-child(3) {
  background: rgba(242, 97, 34, 0.8);
  width: 95%;
}
.historique .line:nth-child(4) {
  background: rgba(242, 97, 34, 0.8);
  width: 90%;
}
.historique .line:nth-child(5) {
  background: rgba(242, 97, 34, 0.7);
  width: 85%;
}
.historique .line:nth-child(6) {
  background: rgba(242, 97, 34, 0.6);
  width: 80%;
}
.historique .line p {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  margin: 0;
}
.historique .line p span {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .historique .line p {
    font-size: 14px;
  }
}
.historique .background {
  background-image: url("../../img/background-histo.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  height: 460px;
}
.historique .background p {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
.historique .mention {
  font-weight: 400;
  font-style: italic;
  color: #12203A;
  font-size: 12px;
  margin-top: 40px;
}

.valeurs {
  padding-bottom: 40px;
}
.valeurs .background {
  background: #12203A;
  padding: 40px 0 300px;
}
.valeurs .background h2 {
  margin-bottom: 50px;
}
.valeurs .background .block {
  text-align: center;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.valeurs .background .block h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
.valeurs .background .block p {
  font-weight: 400;
  font-size: 14px;
}
.valeurs .encart {
  margin-top: -200px;
}
.valeurs .encart .title {
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;
}
.valeurs .encart .card {
  background: #fff;
  padding: 30px;
}
.valeurs .encart .card .block {
  padding: 15px;
}
.valeurs .encart .card .block h3 {
  font-weight: 700;
  font-size: 20px;
  color: #F26122;
  margin-bottom: 30px;
}
.valeurs .encart .card .block p {
  font-weight: 400;
  font-size: 14px;
  color: #12203A;
}

.poles {
  padding: 40px 0;
}
.poles .background {
  background-image: url("../../img/background-pole.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  height: 460px;
}
.poles .background p {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #12203A;
}
.poles .panel-group {
  padding-right: 5vw;
}
@media screen and (max-width: 1200px) {
  .poles .panel-group {
    padding: 30px;
  }
}
.poles .panel-group .panel-default {
  border: 0px;
  box-shadow: none;
}
.poles .panel-group .panel-default .panel-heading {
  background: none;
  box-shadow: none;
  border: 0;
  padding: 10px 0;
}
.poles .panel-group .panel-default .panel-heading a:hover {
  text-decoration: none;
}
.poles .panel-group .panel-default .panel-heading a:focus {
  text-decoration: none;
}
.poles .panel-group .panel-default .panel-heading a .inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.poles .panel-group .panel-default .panel-heading a .inline i {
  color: #12203A;
  font-size: 20px;
}
.poles .panel-group .panel-default .panel-heading a .inline .text {
  display: flex;
  align-items: center;
}
.poles .panel-group .panel-default .panel-heading a .inline .text img {
  width: 90px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .poles .panel-group .panel-default .panel-heading a .inline .text img {
    width: 60px;
  }
}
.poles .panel-group .panel-default .panel-heading a .inline .text h3 {
  font-weight: 700;
  font-size: 24px;
  color: #12203A;
  margin: 0;
}
.poles .panel-group .panel-default .panel-heading a .inline .text h3:hover {
  color: #12203A;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .poles .panel-group .panel-default .panel-heading a .inline .text h3 {
    font-size: 18px;
  }
}
.poles .panel-group .panel-default .panel-body {
  padding: 15px 0;
}
.poles .panel-group .panel-default .panel-body h3, .poles .panel-group .panel-default .panel-body h4 {
  font-weight: 700;
  font-size: 16px;
  color: #F26122;
}
.poles .panel-group .panel-default .panel-body p {
  font-weight: 400;
  font-size: 14px;
  color: #12203A;
}

.pilliers {
  padding: 60px 0;
}
.pilliers .intro {
  padding-bottom: 50px;
}
.pilliers .intro p {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #F26122;
}
@media screen and (max-width: 768px) {
  .pilliers .intro p {
    font-size: 18px;
  }
}
.pilliers .block {
  padding: 15px;
}
.pilliers .block p {
  font-weight: 400;
  font-size: 16px;
  color: #12203A;
  text-align: center;
  margin-top: 20px;
}

.engagements {
  padding: 60px 0;
  background: #12203A;
}
.engagements h2 {
  margin-bottom: 40px;
}
.engagements .block {
  padding: 15px;
}
.engagements .block h3 {
  font-size: 24px;
  font-weight: 700;
  color: #F26122;
  margin-bottom: 30px;
}
.engagements .block p {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.bandeau-background {
  background-image: url("../../img/bandeau-orange.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
.bandeau-background p {
  font-weight: 600;
  font-size: 20px;
  color: #12203A;
}

.activite {
  padding: 60px 0;
}
.activite .video {
  padding-top: 30px;
}

.header-page {
  height: 100vh;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-page .title p {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 1.4;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .header-page .title p {
    font-size: 25px;
  }
}
.header-page .title p strong {
  font-weight: 700;
}

.timeline {
  position: relative;
  margin: 100px auto;
  width: 100%;
}

.timeline:before {
  content: "";
  position: absolute;
  height: 100%;
  left: 50%;
  width: 0px;
  border: 2px dashed #F26122;
  top: 0;
  z-index: 1;
}

.timeline ul {
  margin: 0;
  padding: 0;
}

.timeline ul li {
  list-style: none;
  box-sizing: border-box;
  line-height: normal;
  position: relative;
  width: 50%;
  padding: 10px 40px 60px;
}

.timeline ul li .right_content h2 {
  font-weight: 700;
  font-size: 24px;
  color: #12203A;
  margin-bottom: 15px;
}
.timeline ul li .right_content h2 img {
  margin-right: 10px;
}

.timeline ul li .right_content p {
  font-weight: 400;
  font-size: 16px;
  color: #12203A;
}
.timeline ul li .right_content p ul li {
  float: none;
}

.timeline ul li .right_content .images {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.timeline ul li .right_content .images img {
  margin-right: 15px;
  margin-top: 15px;
}

.timeline ul li:nth-child(even) {
  float: left;
  text-align: right;
  clear: both;
}

@media screen and (min-width: 768px) {
  .timeline ul li:nth-child(even) .right_content .images {
    justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .timeline ul li:nth-child(even) .right_content .images img {
    margin-left: 15px;
    margin-top: 15px;
    margin-right: 0;
  }
}

.timeline ul li:nth-child(odd) {
  float: right;
  text-align: left;
  clear: both;
}

.left_content {
  padding-bottom: 20px;
}

.timeline ul li:nth-child(even):before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #F26122;
  border-radius: 50%;
  right: -15px;
  top: 0;
  z-index: 1;
}

.timeline ul li:nth-child(odd):before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #F26122;
  border-radius: 50%;
  left: -10px;
  top: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .timeline {
    width: 100%;
  }

  .timeline:before {
    left: 20px;
  }

  .timeline ul li:nth-child(odd),
.timeline ul li:nth-child(even) {
    width: 100%;
    text-align: left;
    padding-left: 50px;
  }

  .timeline ul li:nth-child(odd):before {
    top: 0;
    left: 9px;
  }

  .timeline ul li:nth-child(even):before {
    top: 0;
    left: 9px;
  }

  .timeline ul li:nth-child(odd) .left_content,
.timeline ul li:nth-child(even) .left_content {
    top: -30px;
    left: 50px;
    right: inherit;
  }
}
.domaines {
  padding: 60px 0 0;
  position: relative;
}
.domaines:before {
  content: url(../../img/gear.svg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -300px;
}
.domaines .intro p {
  font-weight: 400;
  font-size: 20px;
  color: #12203A;
}
.domaines .content-less {
  height: 132px;
  overflow: hidden;
}
.domaines .more {
  background: none;
  border: 0;
  box-shadow: none;
  margin-top: 15px;
}
.domaines .text ul li {
  width: 100%;
  padding: 0 0 0 14px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #12203A;
}
.domaines .text ul li:nth-child(even) {
  float: none;
  text-align: initial;
}
.domaines .text ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #F26122;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.bandeau-domaines {
  background-image: url("../../img/bandeau-domaine.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 250px;
}
.bandeau-domaines p {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 25px;
  color: #fff;
}

.encart-domaines {
  padding-bottom: 60px;
}
.encart-domaines .encart {
  background: #fff;
  padding: 40px;
  margin-top: -120px;
}
@media screen and (max-width: 768px) {
  .encart-domaines .encart {
    padding: 30px;
  }
}
.encart-domaines .encart p {
  font-weight: 400;
  font-size: 16px;
  color: #12203A;
  text-align: center;
  margin-bottom: 40px;
}

.card-image {
  padding: 120px 0;
  position: relative;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .card-image {
    padding: 60px 0;
    background-image: none;
  }
}
.card-image img {
  display: none;
}
@media screen and (max-width: 768px) {
  .card-image img {
    display: block;
  }
}
.card-image .card {
  background: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  padding: 50px 80px 50px 5vw;
}
@media screen and (max-width: 768px) {
  .card-image .card {
    padding: 30px;
  }
}
.card-image .card .title-orange {
  color: #F26122;
  font-weight: 700;
  font-size: 18px;
}
.card-image .card h2 {
  font-weight: 600;
  color: #12203A;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .card-image .card h2 {
    font-size: 25px;
  }
}
.card-image .card h2 span {
  color: #F26122;
}
.card-image .card p {
  color: #707070;
  font-weight: 400;
  font-size: 16px;
}
.card-image .card .text-blue p {
  color: #12203A;
}
.card-image .card .btn-orange {
  margin-top: 30px;
}

.processus {
  padding: 60px 0;
}
.processus p {
  color: #12203A;
}
.processus .line {
  position: relative;
}
.processus .line:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 3px dotted #F26122;
  position: absolute;
  left: 150px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.processus .line:nth-child(even):before {
  left: initial;
  right: 150px;
}
@media screen and (max-width: 1200px) {
  .processus .line:before {
    display: none;
  }
}
.processus .end {
  display: none;
}
.processus .step {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 300;
}
@media screen and (min-width: 768px) {
  .processus .step {
    padding: 30px 40px;
  }
}
.processus .step h3 {
  color: #F26122;
  font-size: 16px;
  font-weight: 500;
}
.processus .step img {
  margin: 30px auto;
}
@media screen and (min-width: 991px) {
  .processus .others {
    display: flex;
    justify-content: center;
  }
}

.qualifications {
  background: #12203A;
  padding: 60px 0;
}
.qualifications p {
  color: #fff;
  margin-bottom: 30px;
  font-size: 16px;
}
.qualifications .qualif {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.qualifications .qualif img {
  margin-right: 7px;
}

.secteurs {
  padding: 60px 0 110px;
}
@media screen and (min-width: 991px) {
  .secteurs .main {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 991px) {
  .secteurs .main .no-right {
    padding-right: 0;
  }
}
@media screen and (min-width: 991px) {
  .secteurs .main .no-left {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .secteurs img {
    margin-bottom: 30px;
  }
}
.secteurs .card {
  padding: 40px 30px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}
.secteurs .card p {
  color: #12203A;
  margin-bottom: 30px;
}
.secteurs .card .secteur {
  padding-top: 15px;
  padding-bottom: 15px;
}
.secteurs .card .secteur p {
  text-align: center;
  margin: 15px 0 0;
}

.expert-slider {
  padding: 60px 0;
  position: relative;
}
.expert-slider:before {
  content: url(../../img/quote-top.png);
  position: absolute;
  top: -40px;
  left: 5vw;
}
@media screen and (max-width: 768px) {
  .expert-slider:before {
    display: none;
  }
}
.expert-slider:after {
  content: url(../../img/quote-bottom.png);
  position: absolute;
  bottom: -40px;
  right: 5vw;
}
@media screen and (max-width: 768px) {
  .expert-slider:after {
    display: none;
  }
}
.expert-slider h2 {
  color: #12203A;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .expert-slider h2 {
    font-size: 25px;
  }
}
.expert-slider .swiper-container {
  padding: 40px 0 70px;
}
.expert-slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 5px;
  position: relative;
  transition: all 0.2s ease-in;
}
.expert-slider .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #12203A;
}

.infos-contact {
  padding: 110px 0 60px;
}
@media screen and (max-width: 1200px) {
  .infos-contact .row {
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .infos-contact .main-img {
    margin-bottom: 30px;
  }
}
.infos-contact .title-orange {
  color: #F26122;
  font-weight: 700;
  font-size: 18px;
}
.infos-contact h2 {
  font-weight: 400;
  color: #12203A;
  font-size: 25px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .infos-contact h2 {
    font-size: 25px;
  }
}
.infos-contact h2 span {
  color: #F26122;
}
.infos-contact .contact-title {
  font-size: 18px;
  color: #12203A;
  font-weight: 600;
  margin-bottom: 20px;
}
.infos-contact .contact-data {
  display: block;
  font-size: 16px;
  color: #12203A;
  margin-bottom: 15px;
}
.infos-contact .contact-data:hover {
  text-decoration: none;
}
.infos-contact .contact-data img {
  margin-right: 15px;
}

.marches {
  padding: 60px 0;
}
.marches .line {
  padding: 50px 0;
}
.marches .line h2 {
  font-size: 25px;
  margin-bottom: 30px;
}
.marches .line .text {
  font-size: 16px;
  color: #12203A;
  font-weight: 400;
}
.marches .line .swiper-container {
  width: 100%;
  height: 100%;
}
.marches .line .swiper-container .swiper-pagination {
  bottom: 30px;
}
.marches .line .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  margin: 0 10px;
  position: relative;
  background: transparent;
  transition: all 0.2s ease-in;
}
.marches .line .swiper-container .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  display: block;
  background: transparent;
  border: 2px solid #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
}
.marches .line .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.marches .line-color {
  background-color: #FDEBE3;
}

.raisons {
  padding: 60px 0;
}
.raisons h2 {
  padding-bottom: 30px;
}
.raisons .bloc {
  margin-top: 30px;
}
.raisons .bloc p {
  margin-top: 25px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #12203A;
}
@media screen and (min-width: 768px) {
  .raisons .bloc p {
    padding: 0 40px;
  }
}

.offres {
  padding: 60px 0;
}
.offres .background {
  padding: 60px 0 220px;
  background: #12203A;
}
.offres .offres-cards {
  position: relative;
  margin-top: -200px;
}
.offres .offres-cards .card {
  background: #fff;
  padding: 40px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .offres .offres-cards .card {
    padding: 30px;
    margin-bottom: 30px;
  }
}
.offres .offres-cards .card h3 {
  margin-top: 0;
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  .offres .offres-cards .card h3 {
    width: 100%;
  }
}
.offres .offres-cards .card p {
  font-size: 16px;
  color: #12203A;
}
.offres .offres-cards .card .btn-orange {
  padding: 15px 60px;
  margin-top: 30px;
  width: 198px;
}
@media screen and (min-width: 768px) {
  .offres .offres-cards .card .btn-orange {
    position: absolute;
    top: 23px;
    right: 50px;
    margin-top: 0;
  }
}

.candidature {
  padding: 60px 0 80px;
  background: #FDEBE3;
}
.candidature h2 {
  margin-bottom: 35px;
}
.candidature p {
  color: #12203A;
  font-size: 16px;
}
.candidature .btn-orange {
  margin: 35px auto 0;
  padding: 15px 60px;
}

.contact {
  padding: 60px 0 90px;
}
.contact .main {
  padding: 0 15px;
}
@media screen and (min-width: 991px) {
  .contact .main {
    padding: 0 0 0 5vw;
  }
}
.contact .main .contact-form .form-control {
  border-radius: 18px;
  height: 55px;
  border: 1px solid #D8D8D8;
  box-shadow: none;
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  color: #12203A;
  margin-bottom: 20px;
  padding: 10px 15px;
}
.contact .main .contact-form ::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #12203A;
}
.contact .main .contact-form :-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #12203A;
}
.contact .main .contact-form ::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #12203A;
}
.contact .main .contact-form ::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #12203A;
}
.contact .main .contact-form textarea {
  height: auto !important;
  padding: 15px;
}
.contact .main .contact-form .btn-orange {
  margin: 15px auto 0;
  padding: 15px 60px;
}
.contact .main .contact-form .button-wrapper {
  position: relative;
  text-align: center;
  height: 55px;
  margin-bottom: 20px;
}
.contact .main .contact-form .button-wrapper span.label {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 18px;
  height: 55px;
  border: 1px solid #D8D8D8;
  box-shadow: none;
  background: #fff;
  cursor: pointer;
  color: #12203A;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
}
.contact .main .contact-form .button-wrapper span.label i {
  margin-left: 20px;
}
.contact .main .contact-form .button-wrapper .file, .contact .main .contact-form .button-wrapper #upload {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 55px;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.contact .main .card {
  background: #12203A;
  padding: 40px 10vw 40px 60px;
}
@media screen and (max-width: 1200px) {
  .contact .main .card {
    padding: 40px;
  }
}
.contact .main .card p {
  color: #fff;
  font-size: 16px;
}
.contact .main .card .contact-data {
  padding-top: 40px;
}
.contact .main .card .contact-data .address {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contact .main .card .contact-data .address p {
  margin-bottom: 0;
}
.contact .main .card .contact-data a {
  color: #fff;
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
}
.contact .main .card .contact-data img {
  width: 35px;
  margin-right: 15px;
}

.actualites {
  padding: 70px 0 120px;
}
.actualites .filter-category {
  padding-bottom: 70px;
}
.actualites .filter-category form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .actualites .filter-category form {
    justify-content: center;
  }
}
.actualites .filter-category form label {
  text-decoration: none;
  border: 1px solid #12203A;
  border-radius: 15px;
  width: 170px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  margin: 0 15px 15px;
  color: #12203A;
  font-weight: 600;
}
.actualites .filter-category form label:hover {
  border: 1px solid #F26122;
  background: #F26122;
  color: #fff !important;
}
.actualites .filter-category form input {
  transition: all 0.3s;
}
.actualites .filter-category form input:checked + label {
  border: 1px solid #F26122;
  background: #F26122;
  color: #fff;
}
.actualites .filter-category form input[type=checkbox] {
  display: none;
}
.actualites .filter-category form li {
  list-style: none;
  text-decoration: none;
  border: 1px solid #12203A;
  border-radius: 15px;
  width: 170px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin: 0 15px 15px;
}
.actualites .filter-category form li:hover {
  cursor: pointer;
}
.actualites .filter-category form li:hover a {
  text-decoration: none;
}
.actualites .filter-category form li a {
  color: #12203A;
}
.actualites .filter-category form li.active {
  border: 2px solid #F26122;
  background: #F26122;
  position: relative;
}
.actualites .filter-category form li.active a {
  color: #fff !important;
}
.actualites .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.actualites .pagination .page-nav-container .page-numbers {
  color: #F26122;
  font-weight: 400;
  font-size: 25px;
  padding: 0 15px;
  position: relative;
}
.actualites .pagination .page-nav-container .page-numbers:before {
  content: "\A";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #F26122;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -7px;
  display: inline-block;
  position: absolute;
}
.actualites .pagination .page-nav-container .page-numbers:nth-last-child(1):before {
  display: none;
}
.actualites .pagination .page-nav-container .page-numbers:first-child:before {
  display: none;
}
.actualites .pagination .page-nav-container .current {
  font-weight: 700;
}

.card-article {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  margin: 30px 0;
}
.card-article .img-content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 250px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.card-article .text-content {
  padding: 15px;
}
.card-article .text-content h3 {
  font-weight: 700;
  font-size: 20px;
  color: #12203A;
  margin: 0 0 20px;
}
.card-article .text-content .extrait {
  padding-bottom: 15px;
}
.card-article .text-content .extrait p {
  color: #12203A;
  font-weight: 400;
  font-size: 14px;
}
.card-article .text-content .date {
  color: #12203A;
  font-weight: 400;
  font-size: 14px;
}
.card-article .text-content .date i {
  margin-right: 6px;
}
.card-article .text-content .categories p {
  color: #12203A;
  font-weight: 400;
  font-size: 14px;
}
.card-article .text-content .categories p i {
  margin-right: 6px;
}
.card-article .text-content .categories p span {
  padding-right: 10px;
}
.card-article .text-content .link {
  color: #F26122;
  font-weight: 500;
  font-size: 18px;
  text-align: right;
  display: block;
  margin-top: 15px;
}
.card-article .text-content .link i {
  margin-left: 6px;
}

.header-single {
  height: 80vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
}
.header-single .container-fluid {
  margin: inherit;
}
.header-single h1 {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .header-single h1 {
    font-size: 30px;
  }
}
.header-single .categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header-single .categories p {
  border: 1px solid #fff;
  border-radius: 15px;
  width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  margin-right: 15px;
}

.article {
  padding: 60px 0;
}
.article h2 {
  font-size: 30px;
  font-weight: 700;
  color: #F26122;
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  .article h2 {
    font-size: 25px;
  }
}
.article h3 {
  font-size: 24px;
  font-weight: 600;
  color: #12203A;
  margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  .article h3 {
    font-size: 20px;
  }
}
.article h4 {
  font-size: 18px;
  font-weight: 500;
  color: #F26122;
  margin-top: 20px;
  margin-bottom: 15px;
  font-style: italic;
}
.article p {
  font-size: 14px;
  font-weight: 500;
  color: #12203A;
}
.article a {
  color: #F26122;
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
}
.article a:hover {
  color: #F26122;
  text-decoration: underline;
}
.article img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  margin: 30px 0;
}

.partager {
  padding: 20px 0 60px;
}
.partager h3 {
  font-size: 20px;
  font-weight: 700;
  color: #12203A;
  text-align: right;
  margin-bottom: 30px;
}
.partager .social-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.partager .social-link a {
  font-size: 30px;
  color: #12203A;
  padding: 0 10px;
}

.others-articles {
  padding: 30px 0 90px;
}
.others-articles .swiper-container {
  padding-bottom: 50px;
}
.others-articles .swiper-container .swiper-pagination {
  bottom: 0;
}
.others-articles .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  opacity: 1;
  margin: 0 15px;
  position: relative;
  background: transparent;
  transition: all 0.2s ease-in;
}
.others-articles .swiper-container .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  display: block;
  background: transparent;
  border: 1px solid #12203A;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.others-articles .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #F26122;
}
.others-articles .swiper-container .swiper-pagination .swiper-pagination-bullet-active:after {
  border: 0px;
}
.others-articles .swiper-container .swiper-button-next {
  right: -50px;
}
.others-articles .swiper-container .swiper-button-next:after {
  display: none;
}
@media screen and (max-width: 1200px) {
  .others-articles .swiper-container .swiper-button-next {
    display: none;
  }
}
.others-articles .swiper-container .swiper-button-next img {
  width: 80%;
}
.others-articles .swiper-container .swiper-button-prev {
  left: -50px;
}
.others-articles .swiper-container .swiper-button-prev:after {
  display: none;
}
@media screen and (max-width: 1200px) {
  .others-articles .swiper-container .swiper-button-prev {
    display: none;
  }
}
.others-articles .swiper-container .swiper-button-prev img {
  width: 80%;
}
.others-articles .swiper-container .swiper-button-disabled {
  opacity: 1;
}

/*---------------- css prod ---------------*/

.actualites .line{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}