/* CSS Document */
/* Setup */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Border Radius */
/* Radial Gradient */
/* Radial Gradient */
/* Box Shadow */
/* Transition */
/* Transition Global */
/* Transform */
/* Import */
/* Color */
/* Font Family */
/* Benton Sans Medium */
@font-face {
  font-family: 'BentonSans-Medium';
  src: url("../fonts/BentonSans-Medium.eot");
  src: url("../fonts/BentonSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/BentonSans-Medium.woff2") format("woff2"), url("../fonts/BentonSans-Medium.woff") format("woff"), url("../fonts/BentonSans-Medium.ttf") format("truetype"), url("../fonts/BentonSans-Medium.svg#BentonSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Benton Sans Regular */
@font-face {
  font-family: 'BentonSans-Regular';
  src: url("../fonts/BentonSans-Regular.eot");
  src: url("../fonts/BentonSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BentonSans-Regular.woff2") format("woff2"), url("../fonts/BentonSans-Regular.woff") format("woff"), url("../fonts/BentonSans-Regular.ttf") format("truetype"), url("../fonts/BentonSans-Regular.svg#BentonSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Benton Sans Bold */
@font-face {
  font-family: 'BentonSans-Bold';
  src: url("../fonts/BentonSans-Bold.eot");
  src: url("../fonts/BentonSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BentonSans-Bold.woff2") format("woff2"), url("../fonts/BentonSans-Bold.woff") format("woff"), url("../fonts/BentonSans-Bold.ttf") format("truetype"), url("../fonts/BentonSans-Bold.svg#BentonSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Benton Sans Black */
@font-face {
  font-family: 'BentonSans-Black';
  src: url("../fonts/BentonSans-Black.eot");
  src: url("../fonts/BentonSans-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/BentonSans-Black.woff2") format("woff2"), url("../fonts/BentonSans-Black.woff") format("woff"), url("../fonts/BentonSans-Black.ttf") format("truetype"), url("../fonts/BentonSans-Black.svg#BentonSans-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 100%;
}

body {
  height: auto;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
}

body.active {
  overflow: hidden;
}

.container {
  padding: 0;
  max-width: 1116px;
}

@media screen and (max-width: 1190px) {
  .container {
    max-width: 960px;
  }
}

@media screen and (max-width: 1014px) {
  .container {
    max-width: 92%;
  }
}

* {
  box-sizing: border-box;
}

/* float clearing for IE6 */
* html .clearfix {
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
* + html .clearfix {
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0 none !important;
}

button:focus {
  outline: 0 none !important;
}

/* Animation */
@keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}

@keyframes movearrow {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(20px);
  }
}

@keyframes slideCorner1 {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-10px, -10px);
  }
}

@keyframes slideCorner2 {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(10px, 10px);
  }
}

/* End Animation */
/* Parts */
/* Header */
header {
  display: flex;
  flex-direction: column;
  height: 99px;
}

header .container {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

header .logo {
  display: flex;
  flex-direction: column;
  width: 164px;
}

header .logo img {
  width: 100%;
}

header .navbar-nav {
  flex-direction: row;
  height: 99px;
  gap: 0 34px;
}

header .navbar-nav .nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

header .navbar-nav .nav-item .nav-link {
  color: black;
  font-family: "BentonSans-Medium", sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

header .navbar-nav .nav-item .nav-link::after {
  background-color: #009954;
  bottom: 0;
  content: '';
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: width 0.3s linear;
  width: 0;
}

header .navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
}

header .navbar-nav .nav-item .nav-link.active-link::after {
  width: 100%;
}

header .hamburger-menu {
  display: none;
}

@media screen and (max-width: 1190px) {
  header {
    height: 90px;
  }
  header .logo {
    width: 150px;
  }
  header .navbar-nav {
    height: 90px;
    gap: 0 20px;
  }
  header .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
}

@media screen and (max-width: 1014px) {
  header {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    height: 60px;
    left: 10px;
    justify-content: center;
    padding: 0 20px;
    position: fixed;
    top: 20px;
    width: calc(100% - 20px);
    z-index: 100;
  }
  header .container {
    max-width: 100%;
  }
  header .logo {
    width: 120px;
  }
  header .navbar-nav {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    display: none;
    flex-direction: column;
    height: auto;
    left: 0;
    padding: 20px 0;
    position: absolute;
    top: calc(100% + 10px);
    width: 100%;
  }
  header .navbar-nav .nav-item {
    flex-direction: row;
  }
  header .navbar-nav .nav-item .nav-link::after {
    display: none;
  }
  header .navbar-nav .nav-item .nav-link.active-link {
    color: #009954;
    font-family: "BentonSans-Bold", sans-serif;
  }
  header .hamburger-menu {
    align-items: center;
    background-color: #009954;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: relative;
    width: 40px;
  }
  header .hamburger-menu span {
    background: white;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    height: 2px;
    position: absolute;
    transition: all .3s ease;
    width: 23px;
  }
  header .hamburger-menu span:nth-child(1) {
    transform: translateY(-6px);
  }
  header .hamburger-menu span:nth-child(2) {
    transform: translateY(0);
  }
  header .hamburger-menu span:nth-child(3) {
    transform: translateY(6px);
  }
  header .hamburger-menu.open span:nth-child(1) {
    transform: rotate(45deg);
  }
  header .hamburger-menu.open span:nth-child(2) {
    opacity: 0;
  }
  header .hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
}

/* End Header */
/* Banner */
.banner {
  display: flex;
  flex-wrap: wrap;
  height: 600px;
}

.banner .img {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 50%;
}

.banner .img img {
  animation: zoom 6s infinite alternate ease-in-out;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.banner .img h1 {
  align-items: center;
  bottom: 69px;
  display: flex;
  flex-wrap: wrap;
  left: 0;
  gap: 0 29px;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.banner .img h1::before {
  background-color: white;
  content: '';
  height: 1px;
  width: calc(100% - (403px + 29px));
}

.banner .img h1 span {
  color: white;
  font-family: "BentonSans-Medium", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  width: 403px;
}

.banner .text {
  background-color: #2d358c;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0 0 0 69px;
  width: 50%;
}

.banner .text h1 {
  color: white;
  font-family: "BentonSans-Bold", sans-serif;
  font-size: 44px;
  line-height: 55px;
  width: 497px;
}

.banner .text p {
  color: white;
  font-family: "BentonSans-Regular", sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin: 26px 0 0;
  width: 497px;
}

.banner .text .button {
  align-items: center;
  background-color: white;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  color: #2d358c;
  display: flex;
  flex-direction: column;
  font-family: "BentonSans-Medium", sans-serif;
  font-size: 18px;
  height: 56px;
  line-height: 1.2;
  justify-content: center;
  margin: 49px 0 0;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  transition: all 0.3s linear;
  width: 174px;
}

.banner .text .button:hover {
  background-color: #009954;
  color: white;
}

@media screen and (max-width: 1190px) {
  .banner {
    height: auto;
  }
  .banner .img {
    height: auto;
  }
  .banner .text {
    height: auto;
    padding: 40px;
  }
  .banner .text h1 {
    font-size: 38px;
    line-height: 1.2;
    width: 100%;
  }
  .banner .text p {
    font-size: 18px;
    line-height: 1.2;
    margin: 20px 0 0;
    width: 100%;
  }
  .banner .text .button {
    font-size: 17px;
    height: 50px;
    margin: 30px 0 0;
  }
}

@media screen and (max-width: 1014px) {
  .banner {
    flex-direction: column;
  }
  .banner .img {
    width: 100%;
  }
  .banner .img img {
    max-height: 50vh;
  }
  .banner .img h1 {
    bottom: 50px;
    gap: 10px;
  }
  .banner .img h1::before {
    width: calc(30% - 10px);
  }
  .banner .img h1 span {
    font-size: 16px;
    width: 70%;
  }
  .banner .text {
    padding: 40px 4%;
    width: 100%;
  }
  .banner .text h1 {
    font-size: 28px;
  }
  .banner .text h1 br {
    display: none;
  }
}

/* End Banner */
/* Banner Interne */
.banner-interne {
  align-items: center;
  background-color: #2d358c;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  min-height: 370px;
  padding: 92px 0 0;
  width: 100%;
}

.banner-interne h1 {
  color: white;
  font-family: "BentonSans-Bold", sans-serif;
  font-size: 46px;
  line-height: 1.2;
}

.banner-interne ul {
  display: flex;
  flex-direction: row;
  gap: 0 30px;
}

.banner-interne ul li {
  display: flex;
  flex-direction: column;
}

.banner-interne ul li a {
  align-items: center;
  color: white;
  display: flex;
  font-family: "BentonSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  flex-direction: row;
  gap: 0 30px;
  transition: all 0.3s linear;
}

.banner-interne ul li a:hover {
  color: #009954;
}

.banner-interne ul li:nth-child(2) a::before {
  background-image: url("../img/icons/arrow-right-1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(0%) hue-rotate(115deg) brightness(106%) contrast(103%);
  height: 13px;
  width: 15px;
}

@media screen and (max-width: 1190px) {
  .banner-interne {
    gap: 20px 0;
    min-height: 300px;
    padding: 80px 0 0;
  }
  .banner-interne h1 {
    font-size: 40px;
  }
  .banner-interne ul {
    gap: 0 20px;
  }
  .banner-interne ul li a {
    gap: 0 20px;
  }
}

@media screen and (max-width: 1014px) {
  .banner-interne {
    min-height: auto;
    padding: 120px 0;
  }
  .banner-interne h1 {
    font-size: 28px;
  }
  .banner-interne ul {
    gap: 0 10px;
  }
  .banner-interne ul li a {
    font-size: 14px;
    gap: 0 10px;
  }
}

/* End Banner Interne */
/* Partenaire */
.partenaire {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 58px 0;
  padding: 80px 0;
}

.partenaire h1 {
  color: #272940;
  font-family: "BentonSans-Bold", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  padding: 0 20px;
  text-align: center;
}

.partenaire .list {
  max-width: 1116px;
  width: 100%;
}

.partenaire .list .item {
  height: 56px;
  margin-left: 40px;
}

.partenaire .list .item img {
  height: 100%;
}

@media screen and (max-width: 1190px) {
  .partenaire .list {
    max-width: 960px;
  }
}

@media screen and (max-width: 1014px) {
  .partenaire {
    gap: 40px 0;
    padding: 40px 0;
  }
  .partenaire h1 {
    font-size: 28px;
  }
  .partenaire .list {
    max-width: 92%;
  }
}

/* End Partenaire */
/* Presentation */
.presentation {
  background-color: #eeeeee;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 0 auto;
  min-height: 713px;
  padding: 80px 0 40px;
  width: calc(100% - (32px * 2));
}

.presentation .col-presentation {
  display: flex;
  flex-wrap: wrap;
  gap: 0 67px;
}

.presentation .col-presentation [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.presentation .col-presentation .col-img {
  gap: 20px 0;
  width: 660px;
}

.presentation .col-presentation .col-img .img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  height: 440px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.presentation .col-presentation .col-img .img img {
  animation: zoom 6s infinite alternate ease-in-out;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.presentation .col-presentation .col-img .chiffre {
  display: flex;
  flex-wrap: wrap;
}

.presentation .col-presentation .col-img .chiffre .col-chiffre:nth-child(1) {
  width: 342px;
}

.presentation .col-presentation .col-img .chiffre .col-chiffre:nth-child(2) {
  width: calc(100% - 342px);
}

.presentation .col-presentation .col-img .chiffre .col-chiffre .data-chiffre {
  color: #009954;
  font-family: "BentonSans-Black", sans-serif;
  font-size: 50px;
  line-height: 1.2;
}

.presentation .col-presentation .col-img .chiffre .col-chiffre .data-chiffre font {
  font-family: "BentonSans-Bold", sans-serif;
  font-size: 28px;
}

.presentation .col-presentation .col-img .chiffre .col-chiffre h3 {
  color: #1b1b1b;
  font-family: "BentonSans-Bold", sans-serif;
  font-size: 22px;
  line-height: 1.2;
}

.presentation .col-presentation .col-text {
  line-height: 1.2;
  padding: 44px 0 0;
  width: calc(100% - (660px + 67px));
}

.presentation .col-presentation .col-text h1 {
  color: #2d358c;
  font-family: "BentonSans-Bold", sans-serif;
  font-size: 18px;
}

.presentation .col-presentation .col-text h2 {
  color: #1b1b1b;
  font-family: "BentonSans-Bold", sans-serif;
  font-size: 28px;
  margin: 32px 0 0;
}

.presentation .col-presentation .col-text p {
  color: #1b1b1b;
  font-family: "BentonSans-Regular", sans-serif;
  font-size: 20px;
  margin: 27px 0 0;
}

.presentation .col-presentation .col-text .button {
  align-items: center;
  background-color: white;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  color: #1b1b1b;
  display: flex;
  flex-direction: column;
  font-family: "BentonSans-Medium", sans-serif;
  font-size: 18px;
  height: 56px;
  line-height: 1.2;
  justify-content: center;
  margin: 46px 0 0;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  transition: all 0.3s linear;
  width: 174px;
}

.presentation .col-presentation .col-text .button:hover {
  background-color: #009954;
  color: white;
}

@media screen and (max-width: 1190px) {
  .presentation {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    min-height: auto;
    padding: 80px 0;
    width: calc(100% - (10px * 2));
  }
  .presentation .col-presentation {
    gap: 0 30px;
  }
  .presentation .col-presentation .col-img {
    width: 500px;
  }
  .presentation .col-presentation .col-img .chiffre .col-chiffre:nth-child(1), .presentation .col-presentation .col-img .chiffre .col-chiffre:nth-child(2) {
    width: 50%;
  }
  .presentation .col-presentation .col-img .chiffre .col-chiffre h3 {
    font-size: 20px;
  }
  .presentation .col-presentation .col-text {
    width: calc(100% - (500px + 30px));
  }
  .presentation .col-presentation .col-text .button {
    font-size: 17px;
    height: 50px;
  }
}

@media screen and (max-width: 1014px) {
  .presentation {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    padding: 40px 0;
  }
  .presentation .col-presentation {
    flex-direction: column;
    gap: 20px 0;
  }
  .presentation .col-presentation .col-img {
    width: 100%;
  }
  .presentation .col-presentation .col-img .img {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    height: auto;
  }
  .presentation .col-presentation .col-img .chiffre {
    flex-direction: column;
    gap: 20px;
  }
  .presentation .col-presentation .col-img .chiffre .col-chiffre:nth-child(1), .presentation .col-presentation .col-img .chiffre .col-chiffre:nth-child(2) {
    width: 100%;
  }
  .presentation .col-presentation .col-img .chiffre .col-chiffre .data-chiffre {
    font-size: 40px;
  }
  .presentation .col-presentation .col-img .chiffre .col-chiffre .data-chiffre font {
    font-size: 24px;
  }
  .presentation .col-presentation .col-img .chiffre .col-chiffre h3 br {
    display: none;
  }
  .presentation .col-presentation .col-text {
    padding: 20px 0 0;
    width: 100%;
  }
  .presentation .col-presentation .col-text h2 {
    font-size: 26px;
    margin: 20px 0 0;
  }
  .presentation .col-presentation .col-text h2 br {
    display: none;
  }
  .presentation .col-presentation .col-text p {
    font-size: 18px;
    margin: 10px 0 0;
  }
  .presentation .col-presentation .col-text .button {
    margin: 30px 0 0;
  }
}

/* End Presentation */
/* Domaine */
.domaine {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
}

.domaine .col-domaine {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
}

.domaine .col-domaine .title {
  display: flex;
  flex-direction: column;
  padding: 22px 0 0;
  gap: 38px 0;
  width: 204px;
}

.domaine .col-domaine .title h1 {
  color: #2d358c;
  font-family: "BentonSans-Regular", sans-serif;
  font-size: 40px;
  line-height: 1.2;
}

.domaine .col-domaine .title h1 span {
  color: #009954;
}

.domaine .col-domaine .title .arrows {
  animation: movearrow 1s ease-in-out infinite alternate;
  background-image: url("../img/icons/arrow-right.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 31px;
  width: 37px;
}

.domaine .col-domaine .details {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
  width: calc(100% - (204px + 24px));
}

.domaine .col-domaine .details .box {
  background-color: #eeeeee;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-height: 380px;
  padding: 55px 32px 20px;
  transition: all 0.3s linear;
  width: calc((100% - (24px * 3)) / 4);
}

.domaine .col-domaine .details .box .icons.icons-1 {
  height: 47px;
  margin: 6px 0 0;
}

.domaine .col-domaine .details .box .icons.icons-2 {
  height: 42px;
  margin: 11px 0 0;
}

.domaine .col-domaine .details .box .icons.icons-3 {
  height: 46px;
  margin: 7px 0 0;
}

.domaine .col-domaine .details .box .icons.icons-4 {
  height: 53px;
}

.domaine .col-domaine .details .box .icons img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(10%) saturate(233%) hue-rotate(333deg) brightness(93%) contrast(79%);
  height: 100%;
  position: relative;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
}

.domaine .col-domaine .details .box h1 {
  color: #1b1b1b;
  font-family: "BentonSans-Bold", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  margin: 38px 0 0;
  min-height: 76px;
  transition: all 0.3s linear;
}

.domaine .col-domaine .details .box p {
  color: #1b1b1b;
  font-family: "BentonSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  transition: all 0.3s linear;
}

.domaine .col-domaine .details .box:hover {
  background-color: #009954;
}

.domaine .col-domaine .details .box:hover .icons img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7481%) hue-rotate(149deg) brightness(96%) contrast(106%);
}

.domaine .col-domaine .details .box:hover h1 {
  color: white;
}

.domaine .col-domaine .details .box:hover p {
  color: white;
}

@media screen and (max-width: 1190px) {
  .domaine .col-domaine {
    gap: 0 20px;
  }
  .domaine .col-domaine .title {
    gap: 30px 0;
    width: 180px;
  }
  .domaine .col-domaine .title h1 {
    font-size: 36px;
  }
  .domaine .col-domaine .title .arrows {
    background-size: contain;
    height: 24px;
    width: auto;
  }
  .domaine .col-domaine .details {
    gap: 0 10px;
    width: calc(100% - (180px + 20px));
  }
  .domaine .col-domaine .details .box {
    min-height: auto;
    padding: 40px 20px;
    width: calc((100% - (10px * 3)) / 4);
  }
  .domaine .col-domaine .details .box h1 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1014px) {
  .domaine .col-domaine {
    flex-direction: column;
    gap: 20px;
  }
  .domaine .col-domaine .title {
    padding: 0;
    width: 100%;
  }
  .domaine .col-domaine .title h1 {
    font-size: 28px;
  }
  .domaine .col-domaine .title .arrows {
    display: none;
  }
  .domaine .col-domaine .details {
    gap: 10px;
    width: 100%;
  }
  .domaine .col-domaine .details .box {
    width: calc((100% - 10px) / 2);
  }
  .domaine .col-domaine .details .box h1 {
    font-size: 18px;
    margin: 20px 0 0;
    min-height: 60px;
  }
}

@media screen and (max-width: 390px) {
  .domaine .col-domaine .details .box {
    width: 100%;
  }
  .domaine .col-domaine .details .box h1 {
    min-height: auto;
    padding: 0 0 20px;
  }
}

/* End Domaine */
/* Secteur */
.secteur {
  display: flex;
  flex-direction: column;
  padding: 0 0 82px;
  position: relative;
}

.secteur::after {
  background-color: #2d358c;
  bottom: 0;
  content: '';
  left: 0;
  height: calc(100% - 456px);
  position: absolute;
  width: 100%;
  z-index: -1;
}

.secteur .col-title {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 33px;
}

.secteur .col-title h1 {
  color: #2d358c;
  font-family: "BentonSans-Regular", sans-serif;
  font-size: 40px;
  line-height: 1.2;
}

.secteur .col-title h1 span {
  color: #009954;
}

.secteur .col-title a {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0 14px;
}

.secteur .col-title a .arrows {
  background-image: url("../img/icons/arrow-right-1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 13px;
  width: 15px;
}

.secteur .col-title a span {
  color: #2d358c;
  font-family: "BentonSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  transition: all 0.3s linear;
  text-decoration: underline;
}

.secteur .col-title a:hover span {
  color: #009954;
}

.secteur .col-secteur {
  display: flex;
  flex-direction: column;
  margin: 56px auto 0;
  position: relative;
  width: calc(100% - (32px * 2));
}

.secteur .col-secteur h1 {
  background-color: #009954;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  color: white;
  display: flex;
  flex-direction: column;
  font-family: "BentonSans-Regular", sans-serif;
  font-size: 24px;
  height: 52px;
  left: 50%;
  line-height: 1.2;
  justify-content: center;
  padding: 0 30px;
  position: absolute;
  transform: translateX(-50%);
  top: calc(-52px / 2);
  width: auto;
  white-space: nowrap;
  z-index: 2;
}

.secteur .col-secteur .slider {
  background-color: white;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  height: 660px;
  overflow: hidden;
}

.secteur .col-secteur .slider .item {
  height: 660px;
  width: 100%;
}

.secteur .col-secteur .slider .item img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.secteur .col-secteur .slider .item.slick-active img {
  animation: zoom 6s infinite alternate ease-in-out;
}

.secteur .col-secteur .slider .slick-dots {
  bottom: 114px;
  display: flex;
  flex-wrap: wrap;
  gap: 2px 3px;
  right: calc((100% - 1116px) / 2);
  position: absolute;
  width: 432px;
  z-index: 2;
}

.secteur .col-secteur .slider .slick-dots li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 3px) / 2);
}

.secteur .col-secteur .slider .slick-dots li button {
  background-color: white;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border: 0 none;
  display: flex;
  flex-direction: column;
  height: 204px;
  justify-content: center;
  padding: 0 31px;
  transition: all 0.3s linear;
  width: 100%;
}

.secteur .col-secteur .slider .slick-dots li button img {
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 25px;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  width: auto;
}

.secteur .col-secteur .slider .slick-dots li button img.img-1 {
  height: 51px;
}

.secteur .col-secteur .slider .slick-dots li button img.img-2 {
  height: 47px;
}

.secteur .col-secteur .slider .slick-dots li button img.img-3 {
  height: 51px;
}

.secteur .col-secteur .slider .slick-dots li button img.img-4 {
  height: 45px;
  margin-bottom: 27px;
}

.secteur .col-secteur .slider .slick-dots li button span {
  color: #1b1b1b;
  font-family: "BentonSans-Medium", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  text-align: left;
  transition: all 0.3s linear;
}

.secteur .col-secteur .slider .slick-dots li button:hover {
  background-color: #2d358c;
}

.secteur .col-secteur .slider .slick-dots li button:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(0%) hue-rotate(115deg) brightness(106%) contrast(103%);
}

.secteur .col-secteur .slider .slick-dots li button:hover span {
  color: white;
}

.secteur .col-secteur .slider .slick-dots li.slick-active button {
  background-color: #2d358c;
}

.secteur .col-secteur .slider .slick-dots li.slick-active button img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(0%) hue-rotate(115deg) brightness(106%) contrast(103%);
}

.secteur .col-secteur .slider .slick-dots li.slick-active button span {
  color: white;
}

.secteur .col-valeur {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  margin-top: 65px;
}

.secteur .col-valeur h1 {
  color: white;
  font-family: "BentonSans-Bold", sans-serif;
  font-size: 40px;
  text-align: center;
}

.secteur .col-valeur .para {
  color: white;
  font-family: "BentonSans-Regular", sans-serif;
  font-size: 26px;
  margin: 18px 0 0;
  text-align: center;
}

.secteur .col-valeur .box-valeur {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 0;
  justify-content: space-between;
  margin: 90px 0 0;
}

.secteur .col-valeur .box-valeur .box {
  display: flex;
  flex-wrap: wrap;
  width: 318px;
}

.secteur .col-valeur .box-valeur .box .icons {
  display: flex;
  flex-direction: column;
  width: 90px;
}

.secteur .col-valeur .box-valeur .box .icons img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(0%) hue-rotate(115deg) brightness(106%) contrast(103%);
  width: 61px;
}

.secteur .col-valeur .box-valeur .box .text {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  width: calc(100% - 90px);
}

.secteur .col-valeur .box-valeur .box .text h2 {
  color: white;
  font-family: "BentonSans-Bold", sans-serif;
  font-size: 18px;
}

.secteur .col-valeur .box-valeur .box .text h2 span {
  color: #8a90d4;
  font-family: "BentonSans-Regular", sans-serif;
}

.secteur .col-valeur .box-valeur .box .text P {
  color: white;
  font-family: "BentonSans-Regular", sans-serif;
  font-size: 18px;
  width: 236px;
}

@media screen and (max-width: 1190px) {
  .secteur {
    padding: 0 0 80px;
  }
  .secteur .col-title {
    margin-top: 40px;
  }
  .secteur .col-title h1 {
    font-size: 36px;
  }
  .secteur .col-secteur {
    margin: 40px auto 0;
    width: calc(100% - (10px * 2));
  }
  .secteur .col-secteur h1 {
    font-size: 20px;
    text-align: center;
    width: 92%;
    white-space: initial;
  }
  .secteur .col-secteur .slider {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    height: 500px;
  }
  .secteur .col-secteur .slider .item {
    height: 500px;
  }
  .secteur .col-secteur .slider .slick-dots {
    bottom: 20px;
    right: 4%;
    width: 300px;
  }
  .secteur .col-secteur .slider .slick-dots li button {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    height: 150px;
    padding: 0 20px;
  }
  .secteur .col-secteur .slider .slick-dots li button img {
    margin-bottom: 20px;
  }
  .secteur .col-secteur .slider .slick-dots li button img.img-1 {
    height: 46px;
  }
  .secteur .col-secteur .slider .slick-dots li button img.img-2 {
    height: 42px;
  }
  .secteur .col-secteur .slider .slick-dots li button img.img-3 {
    height: 46px;
  }
  .secteur .col-secteur .slider .slick-dots li button img.img-4 {
    height: 40px;
    margin-bottom: 22px;
  }
  .secteur .col-secteur .slider .slick-dots li button span {
    font-size: 16px;
  }
  .secteur .col-valeur {
    margin-top: 40px;
  }
  .secteur .col-valeur h1 {
    font-size: 36px;
  }
  .secteur .col-valeur .para {
    font-size: 22px;
  }
  .secteur .col-valeur .box-valeur {
    margin: 80px 0 0;
  }
}

@media screen and (max-width: 1014px) {
  .secteur {
    padding: 40px 0;
  }
  .secteur::after {
    height: 80%;
  }
  .secteur .col-title {
    align-items: end;
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
  }
  .secteur .col-title h1 {
    font-size: 28px;
    width: 100%;
  }
  .secteur .col-secteur h1 {
    font-size: 18px;
    height: auto;
    padding: 5px 20px;
    width: 94%;
  }
  .secteur .col-secteur .slider {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    height: 300px;
  }
  .secteur .col-secteur .slider .item {
    height: 300px;
  }
  .secteur .col-secteur .slider .slick-dots {
    bottom: 20px;
    width: 140px;
  }
  .secteur .col-secteur .slider .slick-dots li button {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    height: 50px;
    padding: 0 20px;
  }
  .secteur .col-secteur .slider .slick-dots li button img {
    object-position: center;
    margin-bottom: 0;
  }
  .secteur .col-secteur .slider .slick-dots li button img.img-1 {
    height: 25px;
  }
  .secteur .col-secteur .slider .slick-dots li button img.img-2 {
    height: 25px;
  }
  .secteur .col-secteur .slider .slick-dots li button img.img-3 {
    height: 25px;
  }
  .secteur .col-secteur .slider .slick-dots li button img.img-4 {
    height: 25px;
    margin-bottom: 0;
  }
  .secteur .col-secteur .slider .slick-dots li button span {
    display: none;
  }
  .secteur .col-valeur h1 {
    font-size: 28px;
  }
  .secteur .col-valeur .para {
    font-size: 18px;
    margin: 10px 0 0;
  }
  .secteur .col-valeur .box-valeur {
    gap: 40px 0;
    margin: 40px 0 0;
  }
  .secteur .col-valeur .box-valeur .box .text p {
    width: 100%;
  }
  .secteur .col-valeur .box-valeur .box .text p br {
    display: none;
  }
}

/* End Secteur */
/* Content Qui Sommes Nous */
.content-qui {
  display: flex;
  flex-direction: column;
}

.content-qui .column-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -105px auto 0;
  position: relative;
  z-index: 2;
}

.content-qui .column-1 .img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  height: 211px;
  overflow: hidden;
}

.content-qui .column-1 .img:nth-child(odd) {
  width: 203px;
}

.content-qui .column-1 .img:nth-child(even) {
  width: 318px;
}

.content-qui .column-1 .img img {
  animation: zoom 6s infinite alternate ease-in-out;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.content-qui .column-1 .img:nth-child(1) img {
  animation-delay: 0s;
}

.content-qui .column-1 .img:nth-child(2) img {
  animation-delay: 1.5s;
}

.content-qui .column-1 .img:nth-child(3) img {
  animation-delay: 3s;
}

.content-qui .column-1 .img:nth-child(4) img {
  animation-delay: 4.5s;
}

.content-qui .column-2 {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  margin: 48px auto 0;
}

.content-qui .column-2 h1 {
  align-items: center;
  color: #2d358c;
  display: flex;
  flex-direction: row;
  font-family: "BentonSans-Bold", sans-serif;
  font-size: 18px;
  gap: 0 18px;
}

.content-qui .column-2 h1::before {
  background-color: #2d358c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  height: 12px;
  width: 12px;
}

.content-qui .column-2 .para {
  color: black;
  font-family: "BentonSans-Medium", sans-serif;
  font-size: 40px;
  margin: 31px 0 0;
}

.content-qui .column-2 .col-presentation {
  display: flex;
  flex-wrap: wrap;
  gap: 0 67px;
  margin: 40px 0 0;
}

.content-qui .column-2 .col-presentation [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.content-qui .column-2 .col-presentation .col-img {
  gap: 20px 0;
  width: 660px;
}

.content-qui .column-2 .col-presentation .col-img .img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  height: 440px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.content-qui .column-2 .col-presentation .col-img .img img {
  animation: zoom 6s infinite alternate ease-in-out;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.content-qui .column-2 .col-presentation .col-img .chiffre {
  display: flex;
  flex-wrap: wrap;
}

.content-qui .column-2 .col-presentation .col-img .chiffre .col-chiffre:nth-child(1) {
  width: 342px;
}

.content-qui .column-2 .col-presentation .col-img .chiffre .col-chiffre:nth-child(2) {
  width: calc(100% - 342px);
}

.content-qui .column-2 .col-presentation .col-img .chiffre .col-chiffre .data-chiffre {
  color: #009954;
  font-family: "BentonSans-Black", sans-serif;
  font-size: 50px;
  line-height: 1.2;
}

.content-qui .column-2 .col-presentation .col-img .chiffre .col-chiffre .data-chiffre font {
  font-family: "BentonSans-Bold", sans-serif;
  font-size: 28px;
}

.content-qui .column-2 .col-presentation .col-img .chiffre .col-chiffre h3 {
  color: #1b1b1b;
  font-family: "BentonSans-Bold", sans-serif;
  font-size: 22px;
  line-height: 1.2;
}

.content-qui .column-2 .col-presentation .col-text {
  line-height: 1.2;
  width: calc(100% - (660px + 67px));
}

.content-qui .column-2 .col-presentation .col-text p {
  color: #1b1b1b;
  font-family: "BentonSans-Regular", sans-serif;
  font-size: 18px;
}

.content-qui .column-3 {
  align-items: center;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  margin: 72px auto 0;
  width: calc(100% - (32px * 2));
}

.content-qui .column-3 h1 {
  color: black;
  font-family: "BentonSans-Medium", sans-serif;
  font-size: 40px;
}

.content-qui .column-3 .para {
  color: black;
  font-family: "BentonSans-Regular", sans-serif;
  font-size: 22px;
  margin: 37px 0 0;
  text-align: center;
  width: 945px;
}

.content-qui .column-3 .content {
  background-color: #2d358c;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  margin: 80px 0 0;
  min-height: 458px;
  padding: 51px 0 37px;
  width: 100%;
}

.content-qui .column-3 .content h2 {
  color: white;
  font-family: "BentonSans-Medium", sans-serif;
  font-size: 40px;
  text-align: center;
}

.content-qui .column-3 .content .col-qualite {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 40px auto 0;
  max-width: 1116px;
  width: 100%;
}

.content-qui .column-3 .content .col-qualite h3 {
  color: white;
  font-family: "BentonSans-Medium", sans-serif;
  font-size: 40px;
}

.content-qui .column-3 .content .col-qualite p {
  color: white;
  font-family: "BentonSans-Regular", sans-serif;
  font-size: 18px;
  width: 545px;
}

@media screen and (max-width: 1190px) {
  .content-qui .column-1 {
    margin: -100px auto 0;
  }
  .content-qui .column-1 .img {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    height: auto;
  }
  .content-qui .column-1 .img:nth-child(odd) {
    width: calc(20% - 10px);
  }
  .content-qui .column-1 .img:nth-child(even) {
    width: calc(30% - 10px);
  }
  .content-qui .column-2 {
    margin: 40px auto 0;
  }
  .content-qui .column-2 h1 {
    gap: 0 10px;
  }
  .content-qui .column-2 .para {
    font-size: 32px;
  }
  .content-qui .column-2 .col-presentation {
    gap: 0 30px;
    margin: 40px 0 0;
  }
  .content-qui .column-2 .col-presentation .col-img {
    gap: 20px 0;
    width: 500px;
  }
  .content-qui .column-2 .col-presentation .col-img .chiffre {
    display: flex;
    flex-wrap: wrap;
  }
  .content-qui .column-2 .col-presentation .col-img .chiffre .col-chiffre:nth-child(1), .content-qui .column-2 .col-presentation .col-img .chiffre .col-chiffre:nth-child(2) {
    width: 50%;
  }
  .content-qui .column-2 .col-presentation .col-img .chiffre .col-chiffre h3 {
    font-size: 20px;
  }
  .content-qui .column-2 .col-presentation .col-text {
    width: calc(100% - (500px + 30px));
  }
  .content-qui .column-3 {
    margin: 40px auto 0;
    width: calc(100% - (10px * 2));
  }
  .content-qui .column-3 h1 {
    font-size: 32px;
  }
  .content-qui .column-3 .para {
    font-size: 18px;
    margin: 20px 0 0;
    width: 100%;
  }
  .content-qui .column-3 .content {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin: 40px 0 0;
    min-height: auto;
    padding: 40px;
  }
  .content-qui .column-3 .content h2 {
    font-size: 32px;
  }
  .content-qui .column-3 .content .col-qualite {
    margin: 20px auto 0;
    max-width: 100%;
    gap: 20px;
  }
  .content-qui .column-3 .content .col-qualite h3 {
    font-size: 32px;
    width: 40%;
  }
  .content-qui .column-3 .content .col-qualite h3 br {
    display: none;
  }
  .content-qui .column-3 .content .col-qualite p {
    width: calc(60% - 20px);
  }
}

@media screen and (max-width: 1014px) {
  .content-qui .column-1 {
    gap: 10px;
    margin: 40px auto 0;
  }
  .content-qui .column-1 .img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    height: auto;
  }
  .content-qui .column-1 .img:nth-child(odd) {
    width: calc(40% - 10px);
  }
  .content-qui .column-1 .img:nth-child(even) {
    width: 60%;
  }
  .content-qui .column-1 .img:nth-child(3) {
    order: 4;
  }
  .content-qui .column-2 {
    margin: 40px auto;
  }
  .content-qui .column-2 h1::before {
    height: 8px;
    width: 8px;
  }
  .content-qui .column-2 .para {
    font-size: 28px;
  }
  .content-qui .column-2 .para br {
    display: none;
  }
  .content-qui .column-2 .col-presentation {
    flex-direction: column;
    gap: 20px 0;
  }
  .content-qui .column-2 .col-presentation .col-img {
    width: 100%;
  }
  .content-qui .column-2 .col-presentation .col-img .img {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    height: auto;
  }
  .content-qui .column-2 .col-presentation .col-img .chiffre {
    flex-direction: column;
    gap: 20px;
  }
  .content-qui .column-2 .col-presentation .col-img .chiffre .col-chiffre:nth-child(1), .content-qui .column-2 .col-presentation .col-img .chiffre .col-chiffre:nth-child(2) {
    width: 100%;
  }
  .content-qui .column-2 .col-presentation .col-img .chiffre .col-chiffre .data-chiffre {
    font-size: 40px;
  }
  .content-qui .column-2 .col-presentation .col-img .chiffre .col-chiffre .data-chiffre font {
    font-size: 24px;
  }
  .content-qui .column-2 .col-presentation .col-img .chiffre .col-chiffre h3 br {
    display: none;
  }
  .content-qui .column-2 .col-presentation .col-text {
    padding: 20px 0 0;
    width: 100%;
  }
  .content-qui .column-3 h1 {
    font-size: 28px;
  }
  .content-qui .column-3 .content {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    margin: 40px 0 0;
    padding: 40px 20px;
  }
  .content-qui .column-3 .content .col-qualite {
    flex-direction: column;
    margin: 40px auto 0;
  }
  .content-qui .column-3 .content .col-qualite h3 {
    font-size: 28px;
    width: 100%;
  }
  .content-qui .column-3 .content .col-qualite p {
    width: 100%;
  }
}

/* End Content Qui Sommes Nous */
/* Activites Et Services */
.content-activite {
  display: flex;
  flex-direction: column;
}

.content-activite .column-1 {
  display: flex;
  flex-direction: column;
  margin: 78px auto 0;
}

.content-activite .column-1 h1 {
  align-items: center;
  color: #2d358c;
  display: flex;
  flex-direction: row;
  font-family: "BentonSans-Bold", sans-serif;
  font-size: 18px;
  gap: 0 18px;
}

.content-activite .column-1 h1::before {
  background-color: #2d358c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  height: 12px;
  width: 12px;
}

.content-activite .column-1 p {
  color: black;
  font-family: "BentonSans-Medium", sans-serif;
  font-size: 40px;
  margin: 36px 0 0;
}

.content-activite .column-1 .details {
  display: flex;
  flex-wrap: wrap;
  gap: 0 138px;
  justify-content: center;
  margin: 54px 0 0;
}

.content-activite .column-1 .details .box {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 204px;
}

.content-activite .column-1 .details .box .icons {
  align-items: center;
  display: flex;
  height: 154px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.content-activite .column-1 .details .box .icons::after, .content-activite .column-1 .details .box .icons::before {
  content: '';
  height: 40px;
  position: absolute;
  width: 40px;
}

.content-activite .column-1 .details .box .icons::after {
  animation: slideCorner1 1s infinite alternate ease-in-out;
  border-bottom: 1px solid #2d358c;
  border-right: 1px solid #2d358c;
  bottom: 0;
  right: 0;
  transform: translate(-10px, -10px);
}

.content-activite .column-1 .details .box .icons::before {
  animation: slideCorner2 1s infinite alternate ease-in-out;
  border-left: 1px solid #2d358c;
  border-top: 1px solid #2d358c;
  left: 0;
  top: 0;
  transform: translate(10px, 10px);
}

.content-activite .column-1 .details .box .icons img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(9%) saturate(5084%) hue-rotate(196deg) brightness(99%) contrast(102%);
}

.content-activite .column-1 .details .box .icons img.img-1 {
  width: 78px;
}

.content-activite .column-1 .details .box .icons img.img-2 {
  width: 62px;
}

.content-activite .column-1 .details .box .icons img.img-3 {
  width: 79px;
}

.content-activite .column-1 .details .box h2 {
  color: black;
  font-family: "BentonSans-Bold", sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.content-activite .column-1 .content {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
  margin: 80px 0 0;
}

.content-activite .column-1 .content .col-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  width: 546px;
}

.content-activite .column-1 .content .col-text h2 {
  color: #009954;
  font-family: "BentonSans-Medium", sans-serif;
  font-size: 24px;
  margin-top: 31px;
}

.content-activite .column-1 .content .col-text h2:nth-child(1) {
  margin-top: 26px;
}

.content-activite .column-1 .content .col-text ul {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  margin: 15px 0 0;
}

.content-activite .column-1 .content .col-text ul li {
  color: #1b1b1b;
  display: flex;
  flex-wrap: wrap;
  font-family: "BentonSans-Regular", sans-serif;
  font-size: 16px;
  gap: 0 21px;
}

.content-activite .column-1 .content .col-text ul li::before {
  background-color: #1b1b1b;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  height: 4px;
  margin: 7px 0 0;
  width: 4px;
}

.content-activite .column-1 .content .col-text ul li span {
  display: flex;
  flex-direction: column;
  width: calc(100% - (4px + 21px));
}

.content-activite .column-1 .content .col-img {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  width: 546px;
}

.content-activite .column-1 .content .col-img .img {
  height: 373px;
  overflow: hidden;
  width: calc((100% - 2px) / 2);
}

.content-activite .column-1 .content .col-img .img img {
  animation: zoom 6s infinite alternate ease-in-out;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.content-activite .column-1 .content .col-img .img:nth-child(1) {
  border-radius: 20px 0 0 0;
  -webkit-border-radius: 20px 0 0 0;
  -moz-border-radius: 20px 0 0 0;
}

.content-activite .column-1 .content .col-img .img:nth-child(1) img {
  animation-delay: 0s;
}

.content-activite .column-1 .content .col-img .img:nth-child(2) {
  border-radius: 0 20px 0 0;
  -webkit-border-radius: 0 20px 0 0;
  -moz-border-radius: 0 20px 0 0;
}

.content-activite .column-1 .content .col-img .img:nth-child(2) img {
  animation-delay: 1.5s;
}

.content-activite .column-1 .content .col-img .img:nth-child(3) {
  border-radius: 0 0 0 20px;
  -webkit-border-radius: 0 0 0 20px;
  -moz-border-radius: 0 0 0 20px;
}

.content-activite .column-1 .content .col-img .img:nth-child(3) img {
  animation-delay: 3s;
}

.content-activite .column-1 .content .col-img .img:nth-child(4) {
  border-radius: 0 0 20px 0;
  -webkit-border-radius: 0 0 20px 0;
  -moz-border-radius: 0 0 20px 0;
}

.content-activite .column-1 .content .col-img .img:nth-child(4) img {
  animation-delay: 4.5s;
}

.content-activite .column-2 {
  background-color: #eeeeee;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  display: flex;
  flex-direction: column;
  margin: 83px auto 0;
  min-height: 600px;
  padding: 70px 0;
  width: calc(100% - (32px * 2));
}

.content-activite .column-2 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 1116px;
}

.content-activite .column-2 .content .item {
  display: flex;
  flex-direction: column;
  width: 318px;
}

.content-activite .column-2 .content .item .icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.content-activite .column-2 .content .item .icons img {
  filter: brightness(0) saturate(100%) invert(36%) sepia(56%) saturate(3381%) hue-rotate(135deg) brightness(90%) contrast(101%);
}

.content-activite .column-2 .content .item .icons.icons-1 {
  margin: 10px 0 29px;
}

.content-activite .column-2 .content .item .icons.icons-1 img {
  width: 65px;
}

.content-activite .column-2 .content .item .icons.icons-2 {
  margin: 0 0 30px;
}

.content-activite .column-2 .content .item .icons.icons-2 img {
  width: 75px;
}

.content-activite .column-2 .content .item .icons.icons-3 {
  margin: 11px 0 20px;
}

.content-activite .column-2 .content .item .icons.icons-3 img {
  width: 73px;
}

.content-activite .column-2 .content .item h1 {
  color: #2d358c;
  font-family: "BentonSans-Medium", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

.content-activite .column-2 .content .item h2 {
  color: #1b1b1b;
  font-family: "BentonSans-Regular", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  margin: 37px 0 26px;
}

.content-activite .column-2 .content .item ul {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  margin: 37px 0 0;
}

.content-activite .column-2 .content .item ul li {
  color: #1b1b1b;
  display: flex;
  flex-wrap: wrap;
  font-family: "BentonSans-Regular", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  gap: 0 20px;
}

.content-activite .column-2 .content .item ul li::before {
  background-color: #1b1b1b;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  height: 4px;
  margin: 7px 0 0;
  width: 4px;
}

.content-activite .column-2 .content .item ul li span {
  display: flex;
  flex-direction: column;
  width: calc(100% - (4px + 20px));
}

.content-activite .column-3 {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 70px 0 0;
}

.content-activite .column-3 .cadre {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 183px;
  justify-content: center;
  position: relative;
  width: 482px;
}

.content-activite .column-3 .cadre::after, .content-activite .column-3 .cadre::before {
  content: '';
  height: 50px;
  position: absolute;
  width: 50px;
}

.content-activite .column-3 .cadre::after {
  animation: slideCorner1 1s infinite alternate ease-in-out;
  border-bottom: 1px solid #009954;
  border-right: 1px solid #009954;
  bottom: 0;
  right: 0;
  transform: translate(-10px, -10px);
}

.content-activite .column-3 .cadre::before {
  animation: slideCorner2 1s infinite alternate ease-in-out;
  border-left: 1px solid #009954;
  border-top: 1px solid #009954;
  left: 0;
  top: 0;
  transform: translate(10px, 10px);
}

.content-activite .column-3 .cadre .button {
  align-items: center;
  background-color: #2d358c;
  display: flex;
  flex-direction: column;
  height: 123px;
  line-height: 1.2;
  justify-content: center;
  gap: 30px 0;
  width: 432px;
}

.content-activite .column-3 .cadre .button h1 {
  color: white;
  font-family: "BentonSans-Medium", sans-serif;
  font-size: 20px;
}

.content-activite .column-3 .cadre .button h2 {
  color: white;
  font-family: "BentonSans-Regular", sans-serif;
  font-size: 18px;
}

@media screen and (max-width: 1190px) {
  .content-activite .column-1 {
    margin: 40px auto 0;
  }
  .content-activite .column-1 h1 {
    gap: 0 10px;
  }
  .content-activite .column-1 p {
    font-size: 32px;
    margin: 20px 0 0;
  }
  .content-activite .column-1 .details {
    gap: 0 40px;
    justify-content: space-between;
    margin: 40px 0 0;
  }
  .content-activite .column-1 .content {
    gap: 0 30px;
  }
  .content-activite .column-1 .content .col-text {
    width: calc(100% - (500px + 30px));
  }
  .content-activite .column-1 .content .col-img {
    width: 500px;
  }
  .content-activite .column-2 {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin: 40px auto 0;
    min-height: auto;
    padding: 80px 0;
    width: calc(100% - (10px * 2));
  }
  .content-activite .column-2 .content {
    gap: 20px;
    width: 92%;
  }
  .content-activite .column-2 .content .item {
    width: calc((100% - (20px * 2)) / 3);
  }
  .content-activite .column-2 .content .item h2 {
    margin: 20px 0;
  }
  .content-activite .column-2 .content .item ul {
    margin: 20px 0 0;
  }
  .content-activite .column-3 {
    margin: 40px 0 0;
  }
  .content-activite .column-3 .cadre {
    height: 160px;
    width: 400px;
  }
  .content-activite .column-3 .cadre::after, .content-activite .column-3 .cadre::before {
    height: 30px;
    width: 30px;
  }
  .content-activite .column-3 .cadre .button {
    height: 100px;
    gap: 20px 0;
    width: 300px;
  }
}

@media screen and (max-width: 1014px) {
  .content-activite .column-1 h1::before {
    height: 8px;
    width: 8px;
  }
  .content-activite .column-1 p {
    font-size: 28px;
  }
  .content-activite .column-1 .details {
    justify-content: center;
    gap: 20px 40px;
  }
  .content-activite .column-1 .details .box h2 {
    font-size: 20px;
  }
  .content-activite .column-1 .content {
    flex-direction: column;
    gap: 20px;
    margin: 40px 0 0;
  }
  .content-activite .column-1 .content .col-text {
    order: 2;
    width: 100%;
  }
  .content-activite .column-1 .content .col-text h2 {
    color: #009954;
    font-family: "BentonSans-Medium", sans-serif;
    font-size: 20px;
    margin-top: 20px;
  }
  .content-activite .column-1 .content .col-text h2:nth-child(1) {
    margin-top: 20px;
  }
  .content-activite .column-1 .content .col-text ul {
    margin: 10px 0 0;
  }
  .content-activite .column-1 .content .col-text ul li {
    gap: 0 10px;
  }
  .content-activite .column-1 .content .col-text ul li span {
    width: calc(100% - (4px + 10px));
  }
  .content-activite .column-1 .content .col-img {
    order: 1;
    width: 100%;
  }
  .content-activite .column-1 .content .col-img .img {
    height: auto;
    max-height: 360px;
  }
  .content-activite .column-1 .content .col-img .img img {
    object-position: center;
  }
  .content-activite .column-2 {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    padding: 40px 0;
  }
  .content-activite .column-2 .content {
    gap: 10px 20px;
    justify-content: center;
  }
  .content-activite .column-2 .content .item {
    max-width: 318px;
    width: 100%;
  }
  .content-activite .column-3 {
    margin: 40px 0 0;
  }
  .content-activite .column-3 .cadre {
    height: 120px;
    width: 300px;
  }
  .content-activite .column-3 .cadre .button {
    height: 80px;
    gap: 10px 0;
    width: 240px;
  }
  .content-activite .column-3 .cadre .button h1 {
    font-size: 18px;
  }
  .content-activite .column-3 .cadre .button h2 {
    font-size: 16px;
  }
}

/* End Activites Et Services */
/* Nos Valeurs */
.content-valeur {
  display: flex;
  flex-direction: column;
}

.content-valeur .column-1 {
  display: flex;
  flex-direction: column;
  margin: 78px auto 0;
}

.content-valeur .column-1 h1 {
  align-items: center;
  color: #2d358c;
  display: flex;
  flex-direction: row;
  font-family: "BentonSans-Bold", sans-serif;
  font-size: 18px;
  gap: 0 18px;
}

.content-valeur .column-1 h1::before {
  background-color: #2d358c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  height: 12px;
  width: 12px;
}

.content-valeur .column-1 .para {
  color: black;
  font-family: "BentonSans-Medium", sans-serif;
  font-size: 40px;
  margin: 36px 0 0;
}

.content-valeur .column-1 .content {
  display: flex;
  flex-wrap: wrap;
  margin: 73px 0 0;
  justify-content: space-between;
}

.content-valeur .column-1 .content .col-valeur {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.2;
  gap: 70px 0;
  justify-content: space-between;
  width: 660px;
}

.content-valeur .column-1 .content .col-valeur .box {
  display: flex;
  flex-wrap: wrap;
  width: 318px;
}

.content-valeur .column-1 .content .col-valeur .box .icons {
  display: flex;
  flex-direction: column;
  width: 90px;
}

.content-valeur .column-1 .content .col-valeur .box .icons img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(25%) saturate(6748%) hue-rotate(223deg) brightness(102%) contrast(83%);
  width: 61px;
}

.content-valeur .column-1 .content .col-valeur .box .text {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  width: calc(100% - 90px);
}

.content-valeur .column-1 .content .col-valeur .box .text h2 {
  color: #2d358c;
  font-family: "BentonSans-Bold", sans-serif;
  font-size: 18px;
}

.content-valeur .column-1 .content .col-valeur .box .text h2 span {
  font-family: "BentonSans-Regular", sans-serif;
}

.content-valeur .column-1 .content .col-valeur .box .text P {
  color: black;
  font-family: "BentonSans-Regular", sans-serif;
  font-size: 18px;
}

.content-valeur .column-1 .content .col-img {
  display: flex;
  flex-direction: column;
  gap: 31px 0;
  width: 432px;
}

.content-valeur .column-1 .content .col-img .img {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  height: 406px;
  overflow: hidden;
  width: 100%;
}

.content-valeur .column-1 .content .col-img .img img {
  animation: zoom 6s infinite alternate ease-in-out;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.content-valeur .column-1 .content .col-img .img:nth-child(1) img {
  animation-delay: 0s;
}

.content-valeur .column-1 .content .col-img .img:nth-child(2) img {
  animation-delay: 1.5s;
}

@media screen and (max-width: 1190px) {
  .content-valeur .column-1 {
    margin: 40px auto 0;
  }
  .content-valeur .column-1 h1 {
    gap: 0 10px;
  }
  .content-valeur .column-1 .para {
    font-size: 32px;
    margin: 20px 0 0;
  }
  .content-valeur .column-1 .content {
    gap: 30px;
    margin: 40px 0 0;
  }
  .content-valeur .column-1 .content .col-valeur {
    gap: 40px 0;
    width: calc(100% - (500px + 30px));
  }
  .content-valeur .column-1 .content .col-valeur .box {
    width: 100%;
  }
  .content-valeur .column-1 .content .col-img {
    gap: 20px 0;
    width: 500px;
  }
  .content-valeur .column-1 .content .col-img .img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    height: auto;
  }
}

@media screen and (max-width: 1014px) {
  .content-valeur .column-1 h1::before {
    height: 8px;
    width: 8px;
  }
  .content-valeur .column-1 .para {
    font-size: 28px;
  }
  .content-valeur .column-1 .content {
    gap: 40px;
  }
  .content-valeur .column-1 .content .col-valeur {
    order: 2;
    width: 100%;
  }
  .content-valeur .column-1 .content .col-valeur .box {
    max-width: 318px;
    width: 100%;
  }
  .content-valeur .column-1 .content .col-img {
    gap: 20px 0;
    order: 1;
    width: 100%;
  }
  .content-valeur .column-1 .content .col-img .img {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    max-height: 400px;
  }
}

/* End Nos Valeurs */
/* Partenaires */
.content-partenaire {
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  line-height: 1.2;
  margin: 50px auto 80px;
  padding: 80px 113px 110px;
  width: 1116px;
}

.content-partenaire h1 {
  color: black;
  font-family: "BentonSans-Bold", sans-serif;
  font-size: 28px;
}

.content-partenaire p {
  color: black;
  font-family: "BentonSans-Regular", sans-serif;
  font-size: 20px;
  margin-top: 55px;
}

.content-partenaire p span {
  font-family: "BentonSans-Bold", sans-serif;
}

.content-partenaire .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 71px 0 0;
}

.content-partenaire .list .item {
  display: flex;
  flex-direction: column;
  width: calc((100% - (20px * 4)) / 5);
}

.content-partenaire .list .item img {
  height: 85px;
}

@media screen and (max-width: 1190px) {
  .content-partenaire {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    margin: 40px auto 80px;
    padding: 80px 20px;
    width: 960px;
  }
  .content-partenaire h1 {
    font-size: 24px;
  }
  .content-partenaire p {
    font-size: 18px;
    margin-top: 20px;
  }
  .content-partenaire .list {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 1014px) {
  .content-partenaire {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 40px 20px;
    width: 92%;
  }
  .content-partenaire h1 {
    font-size: 24px;
  }
  .content-partenaire p {
    font-size: 18px;
    margin-top: 20px;
  }
  .content-partenaire .list {
    gap: 20px 10px;
    margin: 40px 0 0;
  }
  .content-partenaire .list .item {
    width: calc((100% - 10px) / 2);
  }
  .content-partenaire .list .item img {
    height: 80px;
  }
}

/* End Partenaires */
/* Postulez */
.content-postulez {
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  line-height: 1.2;
  margin: 50px auto 0;
  padding: 70px 113px 80px;
  width: 1116px;
}

.content-postulez h1 {
  color: black;
  font-family: "BentonSans-Medium", sans-serif;
  font-size: 24px;
}

.content-postulez h2 {
  color: #2d358c;
  font-family: "BentonSans-Medium", sans-serif;
  font-size: 18px;
  margin: 70px 0 0;
}

.content-postulez p {
  color: black;
  font-family: "BentonSans-Regular", sans-serif;
  font-size: 14px;
  margin: 16px 0 0;
}

.content-postulez .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 24px;
  margin: 40px 0 0;
}

.content-postulez .form .form-group {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
  width: 432px;
}

.content-postulez .form .form-group .form-control {
  background-color: white;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: none;
  color: #1b1b1b;
  font-family: "BentonSans-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  padding: 0 0 0 20px;
}

.content-postulez .form .form-group .form-control::-webkit-input-placeholder {
  color: #1b1b1b;
  opacity: 0.8;
}

.content-postulez .form .form-group .form-control::-moz-placeholder {
  color: #1b1b1b;
  opacity: 0.8;
}

.content-postulez .form .form-group .form-control:-ms-input-placeholder {
  color: #1b1b1b;
  opacity: 0.8;
}

.content-postulez .form .form-group .form-control:-moz-placeholder {
  color: #1b1b1b;
  opacity: 0.8;
}

.content-postulez .form .form-group .form-control:focus {
  border: 1px solid rgba(45, 53, 140, 0.8);
}

.content-postulez .form hr {
  background-color: #e5e5e5;
  height: 1px;
  opacity: 1;
  margin: 20px 0 10px;
  width: 100%;
}

.content-postulez .form .upload {
  display: flex;
  flex-direction: column;
  gap: 22px 0;
  width: 100%;
}

.content-postulez .form .upload h3 {
  color: #2d358c;
  font-family: "BentonSans-Medium", sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.content-postulez .form .upload .upload-box {
  background-color: #eeeeee;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 1px dashed #b1b5e6;
  height: 97px;
  position: relative;
  width: 100%;
}

.content-postulez .form .upload .upload-box input {
  height: 100%;
  opacity: 0;
  width: 100%;
}

.content-postulez .form .upload .upload-box label {
  color: #1b1b1b;
  font-family: "BentonSans-Medium", sans-serif;
  font-size: 0;
  left: 50%;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 260px;
}

.content-postulez .form .upload .upload-box label span {
  font-size: 14px;
}

.content-postulez .form .upload .upload-box label span.choose {
  color: #2d358c;
  text-decoration: underline;
}

.content-postulez .form .upload .upload-box label small {
  font-family: "BentonSans-Regular", sans-serif;
  font-size: 12px;
}

.content-postulez .form .ligne-button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 10px 0 0;
  width: 100%;
}

.content-postulez .form .ligne-button button {
  background-color: white;
  border: 1px solid #2d358c;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  color: #2d358c;
  display: flex;
  flex-direction: column;
  font-family: "BentonSans-Medium", sans-serif;
  font-size: 16px;
  height: 49px;
  line-height: 1.2;
  justify-content: center;
  min-width: 135px;
  padding: 0 25px;
  transition: all 0.3s linear;
  width: auto;
}

.content-postulez .form .ligne-button button:hover {
  background-color: #2d358c;
  color: white;
}

@media screen and (max-width: 1190px) {
  .content-postulez {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    margin: 40px auto 80px;
    padding: 80px 20px;
    width: 960px;
  }
  .content-postulez h2 {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 1014px) {
  .content-postulez {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 40px auto;
    padding: 40px 20px;
    width: 92%;
  }
  .content-postulez h1 {
    font-size: 20px;
  }
  .content-postulez h2 {
    font-size: 16px;
  }
  .content-postulez p {
    margin: 10px 0 0;
  }
  .content-postulez .form .form-group {
    width: 100%;
  }
  .content-postulez .form .upload .upload-box label span {
    font-size: 13px;
  }
  .content-postulez .form .upload .upload-box label small {
    font-size: 11px;
  }
  .content-postulez .form .ligne-button {
    flex-direction: column;
    gap: 10px;
  }
}

/* End Postulez */
/* Contact */
.content-contact {
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  line-height: 1.2;
  margin: 50px auto 0;
  padding: 58px 20px 80px 60px;
  width: 1116px;
}

.content-contact h1 {
  color: black;
  font-family: "BentonSans-Medium", sans-serif;
  font-size: 40px;
}

.content-contact p {
  color: black;
  font-family: "BentonSans-Regular", sans-serif;
  font-size: 18px;
  margin: 17px 0 0;
}

.content-contact .content {
  display: flex;
  flex-wrap: wrap;
  gap: 0 79px;
  margin: 39px 0 0;
}

.content-contact .content .col-form {
  display: flex;
  flex-direction: column;
  width: 578px;
}

.content-contact .content .col-form .form {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}

.content-contact .content .col-form .form .form-group {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
  width: 279px;
}

.content-contact .content .col-form .form .form-group .form-control {
  background-color: white;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: none;
  color: #1b1b1b;
  font-family: "BentonSans-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  padding: 0 0 0 20px;
}

.content-contact .content .col-form .form .form-group .form-control::-webkit-input-placeholder {
  color: #1b1b1b;
  opacity: 0.8;
}

.content-contact .content .col-form .form .form-group .form-control::-moz-placeholder {
  color: #1b1b1b;
  opacity: 0.8;
}

.content-contact .content .col-form .form .form-group .form-control:-ms-input-placeholder {
  color: #1b1b1b;
  opacity: 0.8;
}

.content-contact .content .col-form .form .form-group .form-control:-moz-placeholder {
  color: #1b1b1b;
  opacity: 0.8;
}

.content-contact .content .col-form .form .form-group .form-control:focus {
  border: 1px solid rgba(45, 53, 140, 0.8);
}

.content-contact .content .col-form .form .form-group textarea.form-control {
  height: 129px;
  resize: none;
  padding: 14px 20px;
}

.content-contact .content .col-form .form button {
  background-color: white;
  border: 1px solid #2d358c;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  color: #2d358c;
  display: flex;
  flex-direction: column;
  font-family: "BentonSans-Medium", sans-serif;
  font-size: 16px;
  height: 49px;
  line-height: 1.2;
  justify-content: center;
  min-width: 135px;
  padding: 0 25px;
  transition: all 0.3s linear;
  width: auto;
}

.content-contact .content .col-form .form button:hover {
  background-color: #2d358c;
  color: white;
}

.content-contact .content .col-info {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
  padding: 0 0 0 55px;
  position: relative;
  width: calc(100% - (578px + 79px));
}

.content-contact .content .col-info::before {
  background-color: #009954;
  content: "";
  height: 290px;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
}

.content-contact .content .col-info .details {
  display: flex;
  flex-wrap: wrap;
  gap: 0 25px;
}

.content-contact .content .col-info .details .icons {
  align-items: center;
  background-color: #d5d7e8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.content-contact .content .col-info .details .icons img {
  height: 30px;
}

.content-contact .content .col-info .details .text {
  color: #1b1b1b;
  display: flex;
  flex-direction: column;
  font-family: "BentonSans-Regular", sans-serif;
  font-size: 18px;
  width: calc(100% - (50px + 25px));
}

.content-contact .content .col-info .details .text span {
  font-family: "BentonSans-Medium", sans-serif;
}

.content-contact .content .col-info .details .text a {
  color: #1b1b1b;
}

@media screen and (max-width: 1190px) {
  .content-contact {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    margin: 40px auto 0;
    padding: 40px 20px;
    width: 960px;
  }
  .content-contact h1 {
    font-size: 32px;
  }
  .content-contact p {
    font-size: 16px;
    margin: 10px 0 0;
  }
  .content-contact .content {
    gap: 0 40px;
    margin: 40px 0 0;
  }
  .content-contact .content .col-info {
    padding: 0 0 0 30px;
    width: calc(100% - (578px + 40px));
  }
  .content-contact .content .col-info .details .text {
    font-size: 16px;
  }
}

@media screen and (max-width: 1014px) {
  .content-contact {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 40px 20px;
    width: 92%;
  }
  .content-contact h1 {
    font-size: 28px;
  }
  .content-contact .content {
    flex-direction: column;
    gap: 40px 0;
  }
  .content-contact .content .col-form {
    order: 2;
    width: 100%;
  }
  .content-contact .content .col-form .form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .content-contact .content .col-form .form .form-group {
    width: 100%;
  }
  .content-contact .content .col-form .form button {
    width: 100%;
  }
  .content-contact .content .col-info {
    gap: 20px 0;
    order: 1;
    padding: 0 0 40px;
    width: 100%;
  }
  .content-contact .content .col-info::before {
    bottom: 0;
    height: 2px;
    top: auto;
    width: 100%;
  }
}

/* End Contact */
/* Footer */
footer {
  display: flex;
  flex-direction: column;
}

footer .footer-top, footer .footer-bottom {
  display: flex;
  flex-direction: column;
}

footer .footer-top .container, footer .footer-bottom .container {
  display: flex;
  flex-wrap: wrap;
}

footer .footer-top {
  background-color: #eeeeee;
  min-height: 351px;
  padding: 53px 0 20px;
}

footer .footer-top [class*="col"] {
  display: flex;
  flex-direction: column;
}

footer .footer-top [class*="col"] h1 {
  color: #1b1b1b;
  font-family: "BentonSans-Medium", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

footer .footer-top .col-logo {
  padding: 20px 0 0;
  width: 456px;
}

footer .footer-top .col-logo .logo {
  width: 205px;
}

footer .footer-top .col-logo .logo img {
  width: 100%;
}

footer .footer-top .col-contact {
  padding: 8px 0 0;
  width: 432px;
}

footer .footer-top .col-contact .mail {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  margin: 35px 0 0;
}

footer .footer-top .col-contact .mail::before {
  background-image: url("../img/icons/mail.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  filter: brightness(0) saturate(100%) invert(12%) sepia(13%) saturate(19%) hue-rotate(359deg) brightness(102%) contrast(89%);
  height: 14px;
  width: 20px;
}

footer .footer-top .col-contact .mail a {
  color: #1b1b1b;
  font-family: "BentonSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

footer .footer-top .col-contact .details {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  margin: 22px 0 0;
}

footer .footer-top .col-contact .details::before {
  background-image: url("../img/icons/adresse.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  filter: brightness(0) saturate(100%) invert(12%) sepia(13%) saturate(19%) hue-rotate(359deg) brightness(102%) contrast(89%);
  height: 25px;
  width: 20px;
}

footer .footer-top .col-contact .details span {
  color: #1b1b1b;
  font-family: "BentonSans-Regular", sans-serif;
  font-size: 14px;
  line-height: 24px;
}

footer .footer-top .col-contact .details span a {
  color: #1b1b1b;
}

footer .footer-top .col-nav {
  padding: 8px 0 0;
  width: calc(100% - (456px + 432px));
}

footer .footer-top .col-nav .navbar-nav {
  gap: 10px 0;
  margin: 39px 0 0;
}

footer .footer-top .col-nav .navbar-nav .nav-item {
  display: flex;
}

footer .footer-top .col-nav .navbar-nav .nav-item .nav-link {
  align-items: center;
  color: #1b1b1b;
  display: flex;
  font-family: "BentonSans-Regular", sans-serif;
  flex-direction: row;
  font-size: 16px;
  line-height: 16px;
  gap: 0 8px;
  padding: 0;
  transition: color 0.3s linear;
}

footer .footer-top .col-nav .navbar-nav .nav-item .nav-link::before {
  background-color: #1b1b1b;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  height: 5px;
  width: 5px;
  transition: background-color 0.3s linear;
}

footer .footer-top .col-nav .navbar-nav .nav-item .nav-link:hover {
  color: #009954;
}

footer .footer-top .col-nav .navbar-nav .nav-item .nav-link:hover::before {
  background-color: #009954;
}

footer .footer-bottom {
  background-color: #009954;
  height: 61px;
  justify-content: center;
}

footer .footer-bottom .copyright {
  color: white;
  font-family: "BentonSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  width: 522px;
}

footer .footer-bottom .reseaux-sociaux {
  display: flex;
  flex-wrap: wrap;
  gap: 0 28px;
  width: calc(100% - 522px);
}

footer .footer-bottom .reseaux-sociaux a {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 23px;
  position: relative;
  transition: transform 0.3s linear;
  width: 23px;
}

footer .footer-bottom .reseaux-sociaux a.linkedin {
  background-image: url("../img/icons/linkedin.png");
}

footer .footer-bottom .reseaux-sociaux a.x {
  background-image: url("../img/icons/x.png");
}

footer .footer-bottom .reseaux-sociaux a:hover {
  transform: translateY(-5px);
}

@media screen and (max-width: 1190px) {
  footer .footer-top {
    padding: 40px 0 20px;
  }
  footer .footer-top .col-logo {
    width: 300px;
  }
  footer .footer-top .col-logo .logo {
    width: 180px;
  }
  footer .footer-top .col-contact {
    width: 350px;
  }
  footer .footer-top .col-nav {
    width: calc(100% - (350px + 300px));
  }
  footer .footer-bottom .copyright {
    width: 50%;
  }
  footer .footer-bottom .reseaux-sociaux {
    width: 50%;
  }
}

@media screen and (max-width: 1014px) {
  footer .footer-top {
    padding: 40px 0;
  }
  footer .footer-top .container {
    flex-direction: column;
    gap: 20px;
  }
  footer .footer-top .col-logo {
    align-items: center;
    width: 100%;
  }
  footer .footer-top .col-logo .logo {
    width: 150px;
  }
  footer .footer-top .col-contact {
    padding: 0;
    width: 100%;
  }
  footer .footer-top .col-contact .mail {
    margin: 20px 0 0;
  }
  footer .footer-top .col-contact .details {
    margin: 10px 0 0;
  }
  footer .footer-top .col-nav {
    padding: 0;
    width: 100%;
  }
  footer .footer-top .col-nav .navbar-nav {
    margin: 20px 0 0;
  }
  footer .footer-bottom {
    height: auto;
    padding: 20px 0;
  }
  footer .footer-bottom .container {
    flex-direction: column;
    gap: 20px;
  }
  footer .footer-bottom .copyright {
    order: 2;
    text-align: center;
    width: 100%;
  }
  footer .footer-bottom .reseaux-sociaux {
    justify-content: center;
    order: 1;
    width: 100%;
  }
}

/* End Footer */
/*# sourceMappingURL=style.css.map */