<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

ul {
  list-style: none;
}

.container_ln {
  width: 1160px;
  max-width: 95%;
  margin: auto;
}

.text-underline {
  text-decoration: underline;
}

/** SCROOL DOWN **/
.scroll-top {
  position: absolute;
  left: -10px;
  bottom: 160px;
  z-index: 2;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.scroll-top span {
  font-size: 14px;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  color: #05325F;
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
}

.scroll-top span:after {
  content: "";
  width: 60px;
  height: 22.5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.828' height='21.414' viewBox='0 0 16.828 21.414'%3E%3Cdefs%3E%3Cstyle%3E.a,.b%7Bfill:none;stroke:%23ff6200;stroke-width:2px;%7D.b%7Bstroke-linecap:square;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-51.086 -974.5)'%3E%3Cg transform='translate(-21)'%3E%3Cline class='a' y1='20' transform='translate(80.5 974.5)'/%3E%3Cline class='b' y1='7' x2='7' transform='translate(87.5 994.5) rotate(180)'/%3E%3Cline class='b' x1='7' y1='7' transform='translate(80.5 994.5) rotate(180)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  position: absolute;
  left: -60px;
  top: 21px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/** ANIMATE TEXT SKEW **/
.skew-in {
  opacity: 0;
  -webkit-transform: skew(0deg, 10deg) translateY(100%);
          transform: skew(0deg, 10deg) translateY(100%);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.skew-in.is-inview {
  opacity: 1;
  -webkit-transform: skew(0deg, 0deg) translateY(0vh);
          transform: skew(0deg, 0deg) translateY(0vh);
}

.modal {
  top: -100%;
  opacity: 0;
  pointer-events: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.modal.show {
  top: 0;
  opacity: 1;
  pointer-events: initial;
}

.modal-dialog {
  width: 1299px;
  max-width: 95%;
  margin: 1.75rem auto;
}

.modal-content {
  padding: 30px !important;
  border-radius: 22px !important;
}

.modal.fade {
  -webkit-transition: none !important;
  transition: none !important;
}

.modal-header {
  border: none;
}

.modal-header .close {
  opacity: 1 !important;
  outline: none !important;
}

.modal-body {
  padding-top: 0;
  padding: 30px 100px;
}

.modal-body h2 {
  font-family: "DM Serif Display", serif;
  font-size: 36px;
  color: #0568a5;
  font-weight: 400;
}

.modal-body p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #05325F;
  padding-bottom: 18px;
  line-height: 25px;
}

.modal-body h4 {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #FF6200;
  padding-bottom: 18px;
  line-height: 25px;
}

.content-scroll {
  width: 100%;
  height: 420px;
  float: left;
  margin-top: 20px;
  overflow-y: scroll;
  padding-right: 40px !important;
}

body.modal-open,
.modal-open .modal {
  overflow: hidden;
  position: fixed;
}

.modal .scrollbar-inner &gt; .scroll-element .scroll-bar {
  background-color: #ff6200;
  opacity: 1 !important;
}

.modal .scrollbar-inner &gt; .scroll-element .scroll-element_track {
  background-color: #0568a5;
  opacity: 1 !important;
}

.modal .scrollbar-inner &gt; .scroll-element.scroll-y {
  width: 6px !important;
}

.header {
  width: 100%;
  float: left;
  padding-top: 30px;
  padding-left: 160px;
  padding-right: 160px;
}

.header:after {
  content: "";
  width: 82%;
  padding-top: 30%;
  background: url("../images/header_bg.jpg") no-repeat center/cover;
  position: absolute;
  left: -10px;
  top: 0;
  z-index: -1;
  opacity: 1;
}

.header:before {
  content: "";
  width: -100%;
  padding-top: 30%;
  background: #d2d6d8;
  position: absolute;
  left: -10px;
  top: 0;
  z-index: -2;
  opacity: 1;
}

.header .logo {
  width: 195px;
  float: left;
}

.header .menu {
  width: calc(100% - 240px);
  float: left;
}

.header .menu ul {
  text-align: right;
  padding-right: 94px;
  padding-top: 20px;
}

.header .menu ul li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
  padding-bottom: 14px;
  text-align: center;
}

.header .menu ul li a {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #05325F;
}

.header .menu ul li a:after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}

.header .menu ul li:last-child {
  margin-right: 0;
}

.header .menu ul li:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FF6200;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.header .menu ul li:hover a {
  font-weight: 700;
}

.header .menu ul li:hover:after {
  opacity: 1;
}

.header .switch-language {
  width: 45px;
  float: left;
}

.header .switch-language ul {
  padding-top: 20px;
}

.header .switch-language ul li {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: #fafafa;
  margin-bottom: 13px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 41px;
  text-align: center;
}

.header .switch-language ul li.active {
  background-color: #FF6200;
}

.header .switch-language ul li.active a {
  color: #fff;
}

.header .switch-language ul li a {
  width: 100%;
  height: 100%;
  color: #05325F;
  text-transform: uppercase;
  display: block;
}

.about {
  width: 100%;
  float: left;
  margin-top: 100px;
  position: relative;
  padding-left: 160px;
}

.about .grid_about {
  width: 100%;
  float: left;
  border-radius: 25px 0px 0px 25px;
  background: #fff;
  -webkit-box-shadow: 4px -14px 27px -7px rgba(0, 0, 0, 0.16);
          box-shadow: 4px -14px 27px -7px rgba(0, 0, 0, 0.16);
  padding-top: 50px;
  padding-left: 50px;
}

.about .leftSide {
  width: 43%;
  float: left;
}

.about .leftSide h1 {
  font-family: "DM Serif Display", serif;
  font-size: 20px;
  font-weight: 400;
  color: #FF6200;
  line-height: 28px;
  display: block;
  padding-bottom: 30px;
  padding-top: 82px;
}

.about .leftSide p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #05325F;
  line-height: 24px;
  padding-bottom: 20px;
}

.about .rightSide {
  width: 50%;
  float: left;
  padding-left: 45px;
}

.about .rightSide .title-rightSide {
  width: 100%;
  float: left;
  margin-bottom: 36px;
  padding-left: 9%;
}

.about .rightSide .title-rightSide h2 {
    font-family: "DM Serif Display", serif;
    font-size: 27px;
    font-weight: 400;
    color: #0568a5;
    text-align: center;
}


.about .rightSide .card-about {
  width: calc(50% - 15px);
  height: 210px;
  margin-right: 15px;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.about .rightSide .card-about .iconCercle {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 16px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.about .rightSide .card-about .iconCercle:after {
  content: "";
  width: 50px;
  height: 3px;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.about .rightSide .card-about p {
  width: 243px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #05325f;
  line-height: 24px;
  margin: auto;
}

.about .rightSide .card-about:nth-of-type(1) .iconCercle:after {
  background-color: #FF6200;
}

.about .rightSide .card-about:nth-of-type(2) .iconCercle:after,
.about .rightSide .card-about:nth-of-type(3) .iconCercle:after {
  background-color: #ffb588;
}

.about .rightSide .card-about:nth-of-type(4) .iconCercle:after {
  background-color: #0568a5;
}

.about .rightSide .card-about:nth-of-type(1):hover .iconCercle {
  -webkit-filter: drop-shadow(0px 8px 33px rgba(5, 50, 95, 0.4));
          filter: drop-shadow(0px 8px 33px rgba(5, 50, 95, 0.4));
}

.about .rightSide .card-about:nth-of-type(2):hover .iconCercle {
  -webkit-filter: drop-shadow(0px 8px 33px rgba(5, 104, 165, 0.4));
          filter: drop-shadow(0px 8px 33px rgba(5, 104, 165, 0.4));
}

.about .rightSide .card-about:nth-of-type(3):hover .iconCercle {
  -webkit-filter: drop-shadow(0px 8px 33px rgba(255, 98, 0, 0.4));
          filter: drop-shadow(0px 8px 33px rgba(255, 98, 0, 0.4));
}

.about .rightSide .card-about:nth-of-type(4):hover .iconCercle {
  -webkit-filter: drop-shadow(0px 8px 33px rgba(255, 181, 136, 0.4));
          filter: drop-shadow(0px 8px 33px rgba(255, 181, 136, 0.4));
}

.about .rightSide .card-about:before {
  content: "";
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background-color: rgba(250, 250, 250, 0.6);
  position: absolute;
  top: -33px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.about .rightSide .card-about:hover:before {
  opacity: 1;
}

.equipe {
  width: 100%;
  float: left;
  padding-top: 215px;
  position: relative;
  padding-left: 110px;
}

.equipe .grid_equipe {
  width: 100%;
  float: left;
}

.equipe .grid_equipe .leftSide {
  width: 352px;
  height: 437px;
  float: left;
  border-radius: 20px;
  position: relative;
  left: 50px;
  top: -80px;
}

.equipe .grid_equipe .leftSide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  border-radius: 20px;
  -webkit-filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.5));
}

.equipe .grid_equipe .leftSide:after {
  content: "";
  width: 119px;
  height: 119px;
  border-radius: 50%;
  background-color: #FF6200;
  position: absolute;
  right: -50px;
  bottom: -50px;
  z-index: -1;
}

.equipe .grid_equipe .rightSide {
  width: calc(100% - 352px);
  float: left;
  padding-left: 140px;
  padding-top: 50px;
  padding-bottom: 90px;
  padding-right: 180px;
  position: relative;
}

.equipe .grid_equipe .rightSide:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.equipe .grid_equipe .rightSide h3 {
  font-family: "DM Serif Display", serif;
  font-size: 41px;
  font-weight: 400;
  color: #0568a5;
  margin-bottom: 30px;
}

.equipe .grid_equipe .rightSide p {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #05325f;
  line-height: 24px;
  padding-bottom: 20px;
}

.equipe .grid_equipe .rightSide .btn-ensavoir {
  width: 157px;
  height: 46px;
  margin-top: 25px;
  line-height: 46px;
  position: relative;
}

.equipe .grid_equipe .rightSide .btn-ensavoir a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  padding-left: 24px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #FF6200;
  border-radius: 23px;
  -webkit-box-shadow: 0px 3px 26px rgba(255, 98, 0, 0.34);
          box-shadow: 0px 3px 26px rgba(255, 98, 0, 0.34);
}

.equipe .grid_equipe .rightSide .btn-ensavoir a svg {
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.partenariats {
  width: 100%;
  float: left;
  padding-top: 80px;
  padding-bottom: 551px;
  color: #fff !important;
  background: url(../images/bg_partenariats.jpg) no-repeat center/cover;
}

.partenariats .content_partenariats {
  width: 100%;
  float: left;
}

.partenariats .content_partenariats h2 {
  font-size: 30px;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  padding-bottom: 20px;
}

.partenariats .content_partenariats p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 530px;
  margin: auto;
  max-width: 95%;
}

.partenariats .content_partenariats span {
  display: block;
  font-family: "DM Serif Display", serif;
  font-size: 34px;
  font-weight: 400;
  width: 810px;
  margin: auto;
  margin-top: 20px;
  max-width: 95%;
}

.expertises {
  width: 100%;
  float: left;
  background: -webkit-gradient(linear, left top, left bottom, from(#0568a5), to(#05325f));
  background: linear-gradient(#0568a5 0%, #05325f 100%);
  padding-top: 90px;
  padding-bottom: 90px;
  padding-right: 160px;
  padding-left: 160px;
}

.expertises .content_expertises {
  width: 100%;
  float: left;
}

.expertises .content_expertises .title_expertises {
  width: 100%;
  float: left;
}

.expertises .content_expertises .title_expertises h2 {
  font-family: "DM Serif Display", serif;
  font-size: 34px;
  font-weight: 400;
  color: #fff;
  padding-left: 60px;
}

.expertises .content_expertises .leftSide {
  width: 50%;
  float: left;
}

.expertises .content_expertises .leftSide .list_expertises {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.expertises .content_expertises .leftSide .list_expertises .item {
  width: 100%;
  height: 76px;
  background-color: rgba(5, 104, 165, 0.5);
  border-radius: 38px;
  position: relative;
  line-height: 76px;
  padding-left: 25px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 15px;
  overflow: hidden;
  cursor: pointer;
}

.expertises .content_expertises .leftSide .list_expertises .item span {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  color: #05325f;
}

.expertises .content_expertises .leftSide .list_expertises .item h3 {
  font-size: 14px;
  font-weight: 400;
  font-family: "DM Serif Display", serif;
  color: #fff;
  display: inline-block;
  padding-left: 14px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.expertises .content_expertises .leftSide .list_expertises .item svg {
  position: absolute;
  right: 35px;
  top: 53%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
}

.expertises .content_expertises .leftSide .list_expertises .item:hover, .expertises .content_expertises .leftSide .list_expertises .item.active {
  background-color: #fff;
}

.expertises .content_expertises .leftSide .list_expertises .item:hover h3, .expertises .content_expertises .leftSide .list_expertises .item.active h3 {
  color: #FF6200;
}

.expertises .content_expertises .leftSide .list_expertises .item:hover svg, .expertises .content_expertises .leftSide .list_expertises .item.active svg {
  right: 30px;
  opacity: 1;
}

.expertises .content_expertises .rightSide {
  width: 50%;
  float: left;
  margin-top: 15px;
  padding-left: 90px;
  position: relative;
}

.expertises .content_expertises .rightSide .content_list {
  float: left;
  display: none;
  opacity: 0;
  position: absolute;
}

.expertises .content_expertises .rightSide .content_list h3 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 49px;
  color: #FF6200;
  margin-bottom: 35px;
}

.expertises .content_expertises .rightSide .content_list p {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #fff;
  padding-bottom: 20px;
  line-height: 24px;
}

.expertises .content_expertises .rightSide .content_list.active {
  opacity: 1;
  display: block;
}

footer {
  width: 100%;
  float: left;
  padding-top: 45px;
  padding-bottom: 60px;
  padding-left: 160px;
  padding-right: 160px;
}

footer .logo_footer {
  width: 22%;
  float: left;
}

footer .adresse {
  width: 44%;
  float: left;
  margin-top: 18px;
}

footer .adresse .top {
  width: 100%;
  float: left;
  margin-bottom: 18px;
}

footer .adresse .top span {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #05325f;
  display: block;
  margin-bottom: 5px;
}

footer .adresse .top span a {
  color: #05325f;
  margin-right: 25px;
  position: relative;
}

footer .adresse .top span:first-child a:first-child:after {
  content: "|";
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #FF6200;
  position: absolute;
  top: -3px;
  margin: auto;
  right: -16px;
}

footer .adresse .bottom {
  width: 100%;
  float: left;
}

footer .adresse .bottom span {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #05325f;
  display: block;
  margin-bottom: 5px;
}

footer .adresse .bottom span a {
  color: #05325f;
  margin-right: 25px;
  position: relative;
}

footer .adresse .bottom span:first-child a:first-child:after {
  content: "|";
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #FF6200;
  position: absolute;
  top: -3px;
  margin: auto;
  right: -16px;
}

footer .copyright {
  width: 33.3333%;
  float: left;
  padding-left: 90px;
  margin-top: 18px;
}

footer .copyright .top {
  width: 100%;
  float: left;
  margin-bottom: 18px;
}

footer .copyright .top span {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #05325f;
  display: block;
  margin-bottom: 5px;
}

footer .copyright .top span a {
  color: #05325f;
  margin-right: 25px;
  position: relative;
}

footer .copyright .top span:first-child a:first-child:after {
  content: "|";
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #FF6200;
  position: absolute;
  top: -3px;
  margin: auto;
  right: -16px;
}

footer .copyright .bottom {
  width: 100%;
  float: left;
  margin-top: 15px;
}

footer .copyright .bottom span {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #05325f;
  display: block;
  margin-bottom: 5px;
}

footer .copyright .bottom span a {
  color: #05325f;
  margin-right: 25px;
  position: relative;
}

footer .copyright .bottom span:first-child a:first-child:after {
  content: "|";
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #FF6200;
  position: absolute;
  top: -3px;
  margin: auto;
  right: -16px;
}

@media screen and (max-width: 1550px) {
  footer .adresse .bottom span:first-child a:first-child:after {
    top: initial;
  }
}

@media screen and (max-width: 1200px) {
  .header,
  .expertises,
  footer {
    padding-left: 80px;
    padding-right: 80px;
  }
  .about {
    padding-left: 80px;
    padding-right: 0;
  }
  .equipe {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1044px) {
  .header,
  .expertises,
  footer {
    padding-left: 50px;
    padding-right: 50px;
  }
  .about {
    padding-left: 50px;
    padding-right: 0;
  }
  .equipe {
    padding-left: 20px;
  }
  .equipe .grid_equipe .rightSide {
    padding-right: 80px;
  }
  .header:after {
    width: 85%;
  }
}

@media screen and (max-width: 1024px) {
  .about .leftSide {
    width: 90%;
    float: left;
  }
  .about .rightSide {
    width: 90%;
    margin-top: 20px;
  }
  .scroll-top {
    display: none;
  }
  .expertises .content_expertises .leftSide,
  .expertises .content_expertises .rightSide {
    width: 100%;
  }
  .expertises .content_expertises .rightSide .content_list {
    float: left;
    position: initial;
  }
  .partenariats {
    padding-bottom: 331px;
  }
  footer .logo_footer,
  footer .adresse,
  footer .copyright {
    width: 100%;
    float: left;
    padding-left: 0;
    text-align: center;
  }
  footer .copyright .top {
    margin-bottom: -2px;
  }
  footer {
    padding-bottom: 32px;
  }
  .equipe .grid_equipe .rightSide {
    padding-right: 20px;
    width: 100%;
    padding-left: 30px;
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .equipe .grid_equipe .leftSide {
    top: -30px;
  }
  .equipe {
    padding-top: 105px;
  }
}

@media screen and (max-width: 800px) {
  .equipe .grid_equipe .rightSide .btn-ensavoir {
    margin: auto;
            margin-top: 25px;

  }
  .header .menu {
    display: none;
  }
  .header .switch-language {
    float: right;
  }
  .header,
  .expertises,
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about {
    padding-left: 20px;
    padding-right: 0;
  }
  .equipe {
    padding-left: 0px;
    overflow: hidden;
  }
  .header:after {
    width: 100%;
    padding-top: 100%;
    left: 0;
    top: -30px;
  }
  .about .rightSide {
    padding-left: 0;
  }
  .modal-body h2 {
    font-size: 27px;
  }
  .modal-content {
    padding: 22px !important;
  }
  .modal-body {
    padding-top: 0;
    padding: 2px;
  }
  .content-scroll {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 570px) {
  .about .grid_about {
    padding-left: 0;
  }
  .about .leftSide {
    padding-left: 20px;
  }
  .partenariats .content_partenariats span {
    font-size: 25px;
  }
  .about .rightSide .card-about {
    width: 100%;
  }
  .about {
    margin-top: 0;
  }
  .expertises .content_expertises .rightSide {
    padding-left: 20px;
  }
  .equipe .grid_equipe .rightSide h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 490px) {
  .equipe .grid_equipe .leftSide {
    width: 91%;
    left: 14px;
  }
  .header .logo svg {
    width: 148px;
  }
  .about .leftSide span {
    font-size: 17px;
    line-height: 25px;
  }
  .about .leftSide p {
    font-size: 14px;
  }
  .expertises .content_expertises .leftSide .list_expertises .item svg {
    right: 35px;
    top: 58%;
  }
  .expertises .content_expertises .leftSide .list_expertises .item h3 {
    display: inline-block;
    padding-top: 0;
    padding-left: 0;
    width: calc(100% - 35px);
    float: left;
  }
  .expertises .content_expertises .leftSide .list_expertises .item span {
    display: inline-block;
    width: 35px;
    float: left;
  }
  .expertises .content_expertises .leftSide .list_expertises .item {
    height: initial;
    line-height: initial;
    padding: 17px;
  }
  .expertises .content_expertises .leftSide .list_expertises .item svg {
    display: none;
  }
  .expertises .content_expertises .title_expertises h2 {
    font-size: 28px;
    padding-left: 13px;
  }
  .header,
  .expertises,
  footer {
    padding-left: 18px;
    padding-right: 12px;
  }
  .equipe .grid_equipe .leftSide:after {
    bottom: -7px;
  }
}

@media screen and (max-width: 1366px) and (max-height: 768px) {
  .header:after {
      width: 85%;
  }
}

@media screen and (max-width: 1920px) and (max-height: 1080px) {
  .header:after {
      width: 88%;
  }
}


@media screen and (max-width: 2560px) and (max-height: 1329px) {
  .header:after {
      width: 90%;
  }
}

@media screen and (min-width: 2405px) {
  .header:after {
        padding-top: 540px;
  }
}</pre></body></html>