/* CSS Document */
/* Setup */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
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 */
html {
  font-size: 100%;
}

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

body.active {
  overflow: hidden;
}

* {
  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;
}

.col-contenu {
  float: left;
  height: auto;
  width: 100%;
}

.clr {
  clear: both;
}

/* Container */
.container {
  max-width: 1280px;
  padding: 0;
}

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

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

/* End Container */
/* Animation */
@keyframes Bounce {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}

@keyframes Bounce-1 {
  0% {
    top: calc(50% - 3px);
  }
  100% {
    top: calc(50% + 3px);
  }
}

@keyframes scrolling {
  0% {
    transform: translate(10%, 0%);
  }
  100% {
    transform: translate(-100%, 0%);
  }
}

/* End Animation */
/* Parts */
header {
  background-color: #EDF8F9;
  border: 1px solid rgba(7, 77, 113, 0.3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  height: 85px;
  line-height: 85px;
  left: 50%;
  max-width: 1280px;
  position: fixed;
  top: -95px;
  transform: translateX(-50%);
  transition: top 0.3s linear;
  width: 100%;
  z-index: 10;
}

header.desktop {
  top: 10px;
}

header.desktop .hamburger {
  display: none;
}

header.desktop .logo {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 197px;
  z-index: 2;
}

header.desktop .logo img {
  width: 100%;
}

header.desktop nav {
  display: inline-block;
  line-height: normal;
  margin-left: 23px;
  position: relative;
  vertical-align: middle;
  width: calc(100% - (23px * 2));
  z-index: 1;
}

header.desktop nav ul {
  font-size: 0;
  width: 100%;
}

header.desktop nav ul li {
  color: #074D71;
  cursor: pointer;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 41px;
  margin-left: 20px;
  vertical-align: middle;
}

header.desktop nav ul li:nth-child(1) {
  margin-left: 0;
}

header.desktop nav ul li:nth-child(5) {
  margin-left: 414px;
}

header.desktop nav ul li a {
  color: #074D71;
  line-height: 16.94px;
  transition: all 0.2s linear;
}

header.desktop nav ul li a:hover {
  color: #96CE46;
}

header.desktop nav ul li.contact {
  background-color: #96CE46;
  border: 1px solid #074D71;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #074D71;
  margin-left: 64px;
  text-align: center;
  transition: all 0.2s linear;
  width: 94px;
}

header.desktop nav ul li.contact:hover {
  background-color: transparent;
}

header.desktop nav ul li.contact:hover a {
  color: #074D71;
}

header.desktop .search {
  background-image: url("../img/icons/search.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  height: 24px;
  right: 138px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-image 0.3s linear;
  width: 24px;
  z-index: 2;
}

header.desktop .search.active {
  background-image: url("../img/icons/search-fermer.svg");
}

header.desktop .box-search {
  display: none;
  right: 124px;
  position: absolute;
  top: calc(100% + 1px);
  width: 309px;
}

header.desktop .box-search .form-control {
  background-color: #EDF8F9;
  background-image: url("../img/icons/picture.svg"), url("../img/icons/search.svg");
  background-repeat: no-repeat;
  background-size: 19px 19px, 24px 24px;
  background-position: 12px center, right 12px center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 0 none;
  box-shadow: none;
  color: #074D71;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  height: 40px;
  padding: 0 0 0 42px;
  width: 100%;
}

header.desktop .box-search .form-control::-webkit-input-placeholder {
  color: #074D71;
  opacity: 0.3;
}

header.desktop .box-search .form-control::-moz-placeholder {
  color: #074D71;
  opacity: 0.3;
}

header.desktop .box-search .form-control:-ms-input-placeholder {
  color: #074D71;
  opacity: 0.3;
}

header.desktop .box-search .form-control:-moz-placeholder {
  color: #074D71;
  opacity: 0.3;
}

header.desktop .box-search .dropdown-search {
  background-color: #EDF8F9;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-size: 0;
  height: auto;
  left: 0;
  position: absolute;
  top: 40px;
  width: 100%;
}

header.desktop .box-search .dropdown-search .item {
  display: block;
  height: 57px;
  line-height: 57px;
  padding: 0 12px;
  position: relative;
  width: 100%;
}

header.desktop .box-search .dropdown-search .item .img {
  background-image: url("../img/aucun-picture.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  height: 44px;
  vertical-align: middle;
  width: 44px;
}

header.desktop .box-search .dropdown-search .item .img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

header.desktop .box-search .dropdown-search .item h1 {
  color: #074D71;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  padding: 0 12px;
  vertical-align: middle;
  width: calc(100% - 44px);
}

header.desktop .box-search .dropdown-search p {
  color: #074D71;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  margin: 21px 0 18px;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  header {
    height: 76px;
    line-height: 76px;
    max-width: 1140px;
    top: -86px;
  }
  header.desktop .logo {
    width: 175px;
  }
  header.desktop nav {
    margin-left: 19px;
    width: calc(100% - (19px * 2));
  }
  header.desktop nav ul li {
    font-size: 12.44px;
    line-height: 36px;
    margin-left: 18px;
  }
  header.desktop nav ul li:nth-child(5) {
    margin-left: 368px;
  }
  header.desktop nav ul li a {
    line-height: 15.06px;
  }
  header.desktop nav ul li.contact {
    margin-left: 67px;
    width: 83px;
  }
  header.desktop .search {
    height: 21px;
    right: 123px;
    width: 21px;
  }
  header.desktop .box-search {
    right: 114px;
  }
}

@media screen and (max-width: 1200px) {
  header {
    max-width: calc(100% - (24px * 2));
  }
  header.desktop {
    top: 9px;
  }
  header.desktop .hamburger {
    background-color: #96CE46;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 40px;
    left: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
  }
  header.desktop .hamburger .hamburger-line {
    background-color: #074D71;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: inline-block;
    height: 2px;
    left: 10px;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease;
    width: 20px;
  }
  header.desktop .hamburger .hamburger-line:nth-child(1), header.desktop .hamburger .hamburger-line:nth-child(3) {
    width: 12px;
  }
  header.desktop .hamburger .hamburger-line:nth-child(1) {
    top: 12px;
  }
  header.desktop .hamburger .hamburger-line:nth-child(2) {
    transform: translateY(-50%);
  }
  header.desktop .hamburger .hamburger-line:nth-child(3) {
    bottom: 12px;
    top: auto;
  }
  header.desktop .hamburger.active .hamburger-line:nth-child(1), header.desktop .hamburger.active .hamburger-line:nth-child(3) {
    width: 20px;
  }
  header.desktop .hamburger.active .hamburger-line:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotateZ(-135deg);
  }
  header.desktop .hamburger.active .hamburger-line:nth-child(2) {
    left: 50%;
    width: 0;
  }
  header.desktop .hamburger.active .hamburger-line:nth-child(3) {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%) rotateZ(135deg);
  }
  header.desktop nav {
    background-color: #074D71;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: none;
    left: 0;
    margin-left: 0;
    padding: 36px;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  header.desktop nav ul li {
    color: white;
    cursor: auto;
    font-size: 17.5px;
    line-height: 21.18px;
    margin-left: 0;
    margin-top: 21px;
    text-align: center;
    width: 100%;
  }
  header.desktop nav ul li:nth-child(1) {
    margin-top: 0;
  }
  header.desktop nav ul li:nth-child(5) {
    margin-left: 0;
  }
  header.desktop nav ul li a {
    color: white;
    line-height: 21.18px;
  }
  header.desktop nav ul li.contact {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-left: 0;
    width: 100%;
  }
  header.desktop nav ul li.contact a {
    background-color: #96CE46;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    color: #074D71;
    display: inline-block;
    height: 42px;
    line-height: 40px;
    vertical-align: top;
    width: 102px;
  }
  header.desktop .search {
    height: 30px;
    right: 11px;
    width: 30px;
  }
  header.desktop .box-search {
    right: 0;
    width: calc(100% - 46px);
  }
}

@media screen and (max-width: 470px) {
  header {
    height: 60px;
    line-height: 60px;
    max-width: calc(100% - (18px * 2));
  }
  header.desktop .logo {
    width: 137px;
  }
  header.desktop .hamburger {
    left: 9px;
  }
  header.desktop nav {
    padding: 28px;
  }
  header.desktop nav ul li {
    font-size: 13.67px;
    line-height: 16.55px;
    margin-top: 16px;
  }
  header.desktop nav ul li a {
    line-height: 16.55px;
  }
  header.desktop nav ul li.contact a {
    height: 34px;
    line-height: 32px;
    width: 80px;
  }
  header.desktop .search {
    right: 9px;
  }
  header.desktop .box-search {
    width: calc(100% - 36px);
  }
}

.banner-home {
  position: relative;
  width: 100%;
}

.banner-home img {
  display: none;
  width: 100%;
}

.banner-home img.desktop {
  display: block;
}

.banner-home .box-text {
  left: 0;
  position: absolute;
  top: 163px;
  width: 100%;
  z-index: 2;
}

.banner-home .box-text h1 {
  color: #96CE46;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.2px;
  text-transform: uppercase;
  width: 504px;
}

.banner-home .box-text h2 {
  color: #074D71;
  font-family: "Inter", sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 42.36px;
  margin: 6px 0 0;
  text-transform: uppercase;
  width: 429px;
}

.banner-home .box-text h2 span {
  color: #29C3CE;
}

.banner-home .box-text .scroll-down {
  border: 1px solid rgba(7, 77, 113, 0.3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  cursor: pointer;
  height: 155px;
  margin: 39px 0 0;
  position: relative;
  text-align: center;
  width: 41px;
}

.banner-home .box-text .scroll-down span {
  color: #074D71;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: -22px;
  line-height: 16.94px;
  top: 50px;
  position: absolute;
  transform: rotate(-90deg);
  white-space: nowrap;
}

.banner-home .box-text .scroll-down i {
  animation: Bounce .8s ease infinite alternate;
  background-image: url("../img/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 25px;
  margin: 110px 0 0;
  position: relative;
  width: 13px;
}

@media screen and (max-width: 1300px) {
  .banner-home .box-text {
    top: 144px;
  }
  .banner-home .box-text h1 {
    font-size: 17.87px;
    line-height: 21.62px;
    width: 450px;
  }
  .banner-home .box-text h2 {
    font-size: 31.27px;
    line-height: 37.84px;
    margin: 6px 0 0;
    width: 383px;
  }
  .banner-home .box-text .scroll-down {
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    height: 138px;
    margin: 31px 0 0;
    width: 36px;
  }
  .banner-home .box-text .scroll-down span {
    font-size: 12.51px;
    left: -20px;
    line-height: 15.14px;
    top: 44px;
  }
  .banner-home .box-text .scroll-down i {
    height: 23px;
    margin: 98px 0 0;
    width: 13px;
  }
}

@media screen and (max-width: 1200px) {
  .banner-home img.desktop {
    display: none;
  }
  .banner-home img.mobile {
    display: block;
  }
  .banner-home .box-text {
    left: 24px;
    top: 140px;
    width: calc(100% - (24px * 2));
  }
  .banner-home .box-text h1 {
    font-size: 14px;
    line-height: 16.94px;
    width: 346px;
  }
  .banner-home .box-text h2 {
    font-size: 26px;
    line-height: 31.47px;
    margin: 10px 0 0;
    width: 346px;
  }
  .banner-home .box-text .scroll-down {
    margin: 61px 0 0;
  }
}

@media screen and (max-width: 470px) {
  .banner-home .box-text {
    left: 18px;
    top: 112px;
    width: calc(100% - (18px * 2));
  }
  .banner-home .box-text h1 {
    font-size: 12px;
    line-height: 14px;
    width: 100%;
  }
  .banner-home .box-text h2 {
    font-size: 20.31px;
    line-height: 24.58px;
    margin: 8px 0 0;
    width: 270px;
  }
  .banner-home .box-text .scroll-down {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    height: 106px;
    margin: 48px 0 0;
    width: 28px;
  }
  .banner-home .box-text .scroll-down span {
    font-size: 9.57px;
    left: -14px;
    line-height: 11.58px;
    top: 32px;
  }
  .banner-home .box-text .scroll-down i {
    height: 17px;
    margin: 76px 0 0;
    width: 9px;
  }
}

.banner-interne {
  background-image: url("../img/banner-home.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right bottom;
  height: 207px;
  position: relative;
  width: 100%;
}

.barre {
  background-color: #96CE46;
  font-size: 0;
  height: 32px;
  overflow-x: hidden;
  position: relative;
  transform: rotate(-2deg);
  white-space: nowrap;
  width: 100%;
}

.barre.barre-interne {
  margin: 0 0 68px;
}

.barre i {
  animation: scrolling 10s infinite linear;
  background-image: url("../img/soteklab.svg?v=2");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 26px;
  margin-left: 25px;
  margin-top: 3px;
  vertical-align: top;
  width: 250px;
}

@media screen and (max-width: 1200px) {
  .barre {
    height: 28px;
  }
  .barre i {
    height: 22px;
    margin-left: 22px;
    width: 222px;
  }
}

@media screen and (max-width: 470px) {
  .barre {
    height: 22px;
  }
  .barre i {
    height: 17px;
    margin-left: 17px;
    width: 173px;
  }
}

.produits-desktop {
  margin: 73px 0 0;
  width: 100%;
}

.produits-desktop .ligne-details {
  width: 100%;
}

.produits-desktop .ligne-details h1 {
  color: #074D71;
  font-family: "Inter", sans-serif;
  float: left;
  font-size: 20px;
  font-weight: 900;
  line-height: 24.2px;
  margin-top: 9px;
  padding: 0 60px 0 0;
  position: relative;
  text-transform: uppercase;
}

.produits-desktop .ligne-details h1::after {
  background-image: url("../img/icons/icon-soteklab.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 19px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}

.produits-desktop .ligne-details a {
  background-color: transparent;
  border: 1px solid rgba(7, 77, 113, 0.3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #074D71;
  font-family: "Inter", sans-serif;
  font-size: 0;
  float: right;
  font-weight: 700;
  height: 41px;
  line-height: 39px;
  padding: 0 18px;
  transition: background-color 0.2s linear;
  width: auto;
}

.produits-desktop .ligne-details a span {
  display: inline-block;
  font-size: 14px;
  line-height: 16.94px;
  vertical-align: middle;
}

.produits-desktop .ligne-details a i {
  background-image: url("../img/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 25px;
  margin-left: 10px;
  vertical-align: middle;
  width: 13px;
}

.produits-desktop .ligne-details a:hover {
  background-color: #96CE46;
}

.produits-desktop .box-produits {
  font-size: 0;
  margin: 24px 0 0;
  width: 100%;
}

.produits-desktop .box-produits .item {
  background-color: white;
  border: 1px solid rgba(7, 77, 113, 0.3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: inline-block;
  height: auto;
  margin-left: calc((100% - (311px * 4)) / 3);
  min-height: 345px;
  padding: 0 23px;
  text-align: center;
  vertical-align: middle;
  width: 311px;
}

.produits-desktop .box-produits .item:nth-child(1) {
  margin-left: 0;
}

.produits-desktop .box-produits .item .img {
  background-image: url("../img/aucun-picture.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 190px;
  margin: 25px auto 0;
  position: relative;
  width: 100%;
}

.produits-desktop .box-produits .item .img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.produits-desktop .box-produits .item h1 {
  color: #074D71;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 42px;
  line-height: 19.36px;
  margin: 19px 0 0;
  text-align: left;
}

.produits-desktop .box-produits .item a {
  background-color: #96CE46;
  border: 1px solid rgba(7, 77, 113, 0.3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #074D71;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 0;
  font-weight: 700;
  height: 41px;
  line-height: 39px;
  margin-top: 13px;
  padding: 0 18px;
  transition: background-color 0.2s linear;
  vertical-align: top;
  width: auto;
}

.produits-desktop .box-produits .item a span {
  display: inline-block;
  font-size: 14px;
  line-height: 16.94px;
  vertical-align: middle;
}

.produits-desktop .box-produits .item a i {
  background-image: url("../img/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 25px;
  margin-left: 10px;
  vertical-align: middle;
  width: 13px;
}

.produits-desktop .box-produits .item a:hover {
  background-color: transparent;
}

@media screen and (max-width: 1300px) {
  .produits-desktop {
    margin: 57px 0 0;
  }
  .produits-desktop .ligne-details h1 {
    font-size: 17.81px;
    line-height: 21.56px;
    margin-top: 8px;
    padding: 0 54px 0 0;
  }
  .produits-desktop .ligne-details h1::after {
    height: 17px;
    width: 23px;
  }
  .produits-desktop .ligne-details a {
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    height: 36px;
    line-height: 34px;
    padding: 0 16px;
  }
  .produits-desktop .ligne-details a span {
    font-size: 12.47px;
    line-height: 15.09px;
  }
  .produits-desktop .ligne-details a i {
    margin-left: 9px;
  }
  .produits-desktop .box-produits {
    margin: 22px 0 0;
  }
  .produits-desktop .box-produits .item {
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    margin-left: calc((100% - (277px * 4)) / 3);
    min-height: 307px;
    padding: 0 20px;
    width: 277px;
  }
  .produits-desktop .box-produits .item .img {
    height: 168px;
    margin: 21px auto 0;
  }
  .produits-desktop .box-produits .item h1 {
    font-size: 14.25px;
    height: 37px;
    line-height: 17.25px;
    margin: 17px 0 0;
  }
  .produits-desktop .box-produits .item a {
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    height: 36px;
    line-height: 34px;
    margin-top: 12px;
    padding: 0 18px;
  }
  .produits-desktop .box-produits .item a span {
    font-size: 12.47px;
    line-height: 15.09px;
  }
  .produits-desktop .box-produits .item a i {
    margin-left: 9px;
  }
}

@media screen and (max-width: 1200px) {
  .produits-desktop .ligne-details {
    font-size: 0;
  }
  .produits-desktop .ligne-details h1 {
    display: inline-block;
    float: none;
    font-size: 17.5px;
    line-height: 21.18px;
    margin-left: 24px;
    margin-top: 0;
    padding: 0;
    vertical-align: middle;
    width: calc(100% - ((24px * 2) + 55px + 10px));
  }
  .produits-desktop .ligne-details h1::after {
    display: none;
  }
  .produits-desktop .ligne-details h1 span {
    display: inline-block;
    padding: 0 54px 0 0;
    position: relative;
  }
  .produits-desktop .ligne-details h1 span::after {
    background-image: url("../img/icons/icon-soteklab.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 16px;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
  }
  .produits-desktop .ligne-details a {
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    display: inline-block;
    float: none;
    height: 36px;
    line-height: 34px;
    margin-left: 10px;
    margin-right: 24px;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    width: 45px;
  }
  .produits-desktop .ligne-details a span {
    font-size: 0;
  }
  .produits-desktop .ligne-details a i {
    margin-left: 0;
  }
  .produits-desktop .box-produits {
    margin: 21px 0 0 24px;
    padding: 0 0 4px;
    width: calc(100% - 24px);
  }
  .produits-desktop .box-produits .item {
    margin-left: 0;
  }
  .produits-desktop .box-produits .swiper-scrollbar-produits {
    background-color: #EDF8F9;
    bottom: auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid rgba(7, 77, 113, 0.3);
    left: auto;
    height: 4px;
    right: auto;
    margin-top: 23px;
    position: relative;
    top: auto;
    width: calc(100% - 24px);
  }
  .produits-desktop .box-produits .swiper-scrollbar-drag {
    background-color: #96CE46;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #074D71;
    height: 8px;
    top: -3px;
  }
}

@media screen and (max-width: 470px) {
  .produits-desktop .ligne-details h1 {
    font-size: 14px;
    line-height: 17px;
    margin-left: 18px;
    width: calc(100% - ((18px * 2) + 43px + 10px));
  }
  .produits-desktop .ligne-details h1 span {
    padding: 0 40px 0 0;
  }
  .produits-desktop .ligne-details h1 span::after {
    height: 13px;
    width: 17px;
  }
  .produits-desktop .ligne-details a {
    height: 28px;
    line-height: 26px;
    margin-right: 18px;
    width: 43px;
  }
  .produits-desktop .box-produits {
    margin: 23px 0 0 18px;
    width: calc(100% - 18px);
  }
  .produits-desktop .box-produits .item {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    min-height: 235px;
    padding: 0 15px;
    width: 212px;
  }
  .produits-desktop .box-produits .item .img {
    height: 129px;
    margin: 16px auto 0;
  }
  .produits-desktop .box-produits .item h1 {
    font-size: 10.94px;
    height: 28.71px;
    line-height: 13.24px;
    margin: 13px 0 0;
  }
  .produits-desktop .box-produits .item a {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    height: 28px;
    line-height: 26px;
    margin-top: 8px;
    padding: 0 13px;
  }
  .produits-desktop .box-produits .item a span {
    font-size: 12.47px;
    line-height: 15.09px;
  }
  .produits-desktop .box-produits .item a i {
    margin-left: 7px;
  }
}

.partenaires-desktop {
  margin: 40px 0 0;
  width: 100%;
}

.partenaires-desktop .ligne-details {
  width: 100%;
}

.partenaires-desktop .ligne-details h1 {
  color: #074D71;
  font-family: "Inter", sans-serif;
  float: left;
  font-size: 20px;
  font-weight: 900;
  line-height: 24.2px;
  margin-top: 9px;
  padding: 0 60px 0 0;
  position: relative;
  text-transform: uppercase;
}

.partenaires-desktop .ligne-details h1::after {
  background-image: url("../img/icons/icon-soteklab.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 19px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}

.partenaires-desktop .ligne-details a {
  background-color: transparent;
  border: 1px solid rgba(7, 77, 113, 0.3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #074D71;
  font-family: "Inter", sans-serif;
  font-size: 0;
  float: right;
  font-weight: 700;
  height: 41px;
  line-height: 39px;
  padding: 0 18px;
  transition: background-color 0.2s linear;
  width: auto;
}

.partenaires-desktop .ligne-details a span {
  display: inline-block;
  font-size: 14px;
  line-height: 16.94px;
  vertical-align: middle;
}

.partenaires-desktop .ligne-details a i {
  background-image: url("../img/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 25px;
  margin-left: 10px;
  vertical-align: middle;
  width: 13px;
}

.partenaires-desktop .ligne-details a:hover {
  background-color: #96CE46;
}

.partenaires-desktop .box-partenaires {
  margin: 25px 0 0;
  vertical-align: top;
  width: 100%;
}

.partenaires-desktop .box-partenaires .item {
  background-color: white;
  background-image: url("../img/aucun-picture-1.png");
  background-repeat: no-repeat;
  background-size: 156px 31px;
  background-position: center;
  border: 1px solid rgba(7, 77, 113, 0.3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  cursor: pointer;
  margin-left: 19px;
  height: 106px;
  overflow: hidden;
  transition: all 0.2s linear;
  vertical-align: top;
  width: 240px;
}

.partenaires-desktop .box-partenaires .item:hover {
  border: 1px solid #96CE46;
}

.partenaires-desktop .box-partenaires .item img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .partenaires-desktop {
    margin: 35px 0 0;
  }
  .partenaires-desktop .ligne-details h1 {
    font-size: 17.81px;
    line-height: 21.56px;
    margin-top: 8px;
    padding: 0 54px 0 0;
  }
  .partenaires-desktop .ligne-details h1::after {
    height: 17px;
    width: 23px;
  }
  .partenaires-desktop .ligne-details a {
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    height: 36px;
    line-height: 34px;
    padding: 0 16px;
  }
  .partenaires-desktop .ligne-details a span {
    font-size: 12.47px;
    line-height: 15.09px;
  }
  .partenaires-desktop .ligne-details a i {
    margin-left: 9px;
  }
  .partenaires-desktop .box-partenaires {
    margin: 23px 0 0;
  }
  .partenaires-desktop .box-partenaires .item {
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    height: 94px;
    margin-left: 17px;
    width: 214px;
  }
}

@media screen and (max-width: 1200px) {
  .partenaires-desktop .ligne-details {
    font-size: 0;
  }
  .partenaires-desktop .ligne-details h1 {
    display: inline-block;
    float: none;
    font-size: 17.5px;
    line-height: 21.18px;
    margin-left: 24px;
    margin-top: 0;
    padding: 0;
    vertical-align: middle;
    width: calc(100% - ((24px * 2) + 55px + 10px));
  }
  .partenaires-desktop .ligne-details h1::after {
    display: none;
  }
  .partenaires-desktop .ligne-details h1 span {
    display: inline-block;
    padding: 0 54px 0 0;
    position: relative;
  }
  .partenaires-desktop .ligne-details h1 span::after {
    background-image: url("../img/icons/icon-soteklab.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 16px;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
  }
  .partenaires-desktop .ligne-details a {
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    display: inline-block;
    float: none;
    height: 36px;
    line-height: 34px;
    margin-left: 10px;
    margin-right: 24px;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    width: 45px;
  }
  .partenaires-desktop .ligne-details a span {
    font-size: 0;
  }
  .partenaires-desktop .ligne-details a i {
    margin-left: 0;
  }
  .partenaires-desktop .box-partenaires {
    margin: 21px 0 0 24px;
    padding: 0 0 4px;
    width: calc(100% - 24px);
  }
  .partenaires-desktop .box-partenaires .item {
    height: 92px;
    margin-left: 0;
    width: 207px;
  }
  .partenaires-desktop .box-partenaires .swiper-scrollbar-partenaires {
    background-color: #EDF8F9;
    bottom: auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid rgba(7, 77, 113, 0.3);
    left: auto;
    height: 4px;
    right: auto;
    margin-top: 23px;
    position: relative;
    top: auto;
    width: calc(100% - 24px);
  }
  .partenaires-desktop .box-partenaires .swiper-scrollbar-drag {
    background-color: #96CE46;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #074D71;
    height: 8px;
    top: -3px;
  }
}

@media screen and (max-width: 470px) {
  .partenaires-desktop .ligne-details h1 {
    font-size: 14px;
    line-height: 17px;
    margin-left: 18px;
    width: calc(100% - ((18px * 2) + 43px + 10px));
  }
  .partenaires-desktop .ligne-details h1 span {
    padding: 0 40px 0 0;
  }
  .partenaires-desktop .ligne-details h1 span::after {
    height: 13px;
    width: 17px;
  }
  .partenaires-desktop .ligne-details a {
    height: 28px;
    line-height: 26px;
    margin-right: 18px;
    width: 43px;
  }
  .partenaires-desktop .box-partenaires {
    margin: 23px 0 0 18px;
    width: calc(100% - 18px);
  }
  .partenaires-desktop .box-partenaires .item {
    background-size: 120px 24px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    height: 72px;
    width: 162px;
  }
}

.services {
  padding: 40px 0;
  text-align: center;
  width: 100%;
}

.services h1 {
  color: #074D71;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 24.2px;
  text-transform: uppercase;
}

.services h1 span {
  display: inline-block;
  padding: 0 60px;
  position: relative;
  vertical-align: middle;
}

.services h1 span::before, .services h1 span::after {
  background-image: url("../img/icons/icon-soteklab.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 19px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}

.services h1 span::before {
  left: 0;
}

.services h1 span::after {
  right: 0;
}

.services .box-services {
  font-size: 0;
  margin: 29px 0 0;
  width: 100%;
}

.services .box-services .item {
  background-color: white;
  border: 1px solid rgba(7, 77, 113, 0.3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 165px;
  margin-left: calc((100% - (305px * 4)) / 3);
  transition: all 0.2s linear;
  vertical-align: top;
  width: 305px;
}

.services .box-services .item:nth-child(1) {
  margin-left: 0;
}

.services .box-services .item:hover {
  border: 1px solid #96CE46;
}

.services .box-services .item i {
  display: inline-block;
  height: 50px;
  margin: 37px 0 0;
  vertical-align: top;
}

.services .box-services .item i img {
  height: 100%;
}

.services .box-services .item h2 {
  color: #074D71;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  margin: 20px 0 0;
  text-align: center;
  text-transform: uppercase;
}

.services a {
  background-color: transparent;
  border: 1px solid rgba(7, 77, 113, 0.3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #074D71;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 0;
  font-weight: 700;
  height: 41px;
  line-height: 39px;
  margin: 25px 0 0;
  padding: 0 18px;
  transition: background-color 0.2s linear;
  width: auto;
}

.services a span {
  display: inline-block;
  font-size: 14px;
  line-height: 16.94px;
  vertical-align: middle;
}

.services a i {
  background-image: url("../img/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 25px;
  margin-left: 10px;
  vertical-align: middle;
  width: 13px;
}

.services a:hover {
  background-color: #96CE46;
}

@media screen and (max-width: 1300px) {
  .services {
    padding: 35px 0;
  }
  .services h1 {
    font-size: 17.81px;
    line-height: 21.56px;
  }
  .services h1 span {
    padding: 0 54px;
  }
  .services h1 span::before, .services h1 span::after {
    height: 17px;
    width: 23px;
  }
  .services .box-services {
    margin: 25px 0 0;
  }
  .services .box-services .item {
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    height: 147px;
    margin-left: calc((100% - (271px * 4)) / 3);
    width: 271px;
  }
  .services .box-services .item i {
    height: 45px;
    margin: 32px 0 0;
  }
  .services .box-services .item h2 {
    font-size: 14.25px;
    line-height: 17.25px;
    margin: 18px 0 0;
  }
  .services a {
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    height: 36px;
    line-height: 34px;
    margin: 22px 0 0;
    padding: 0 16px;
  }
  .services a span {
    font-size: 12.47px;
    line-height: 15.09px;
  }
  .services a i {
    margin-left: 9px;
  }
  .services a:hover {
    background-color: #96CE46;
  }
}

@media screen and (max-width: 1200px) {
  .services {
    padding: 36px 0 63px;
  }
  .services h1 {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - (24px * 2));
  }
  .services .box-services {
    margin: 25px 24px 0;
    width: calc(100% - (24px * 2));
  }
  .services .box-services .item {
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    height: 112px;
    margin-left: 14px;
    margin-top: 14px;
    width: calc((100% - 14px) / 2);
  }
  .services .box-services .item:nth-child(odd) {
    margin-left: 0;
  }
  .services .box-services .item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .services .box-services .item i {
    height: 34px;
    margin: 25px 0 0;
  }
  .services .box-services .item h2 {
    font-size: 11px;
    line-height: 13.31px;
    margin: 14px 0 0;
  }
  .services a {
    margin: 21px 0 0;
  }
}

@media screen and (max-width: 470px) {
  .services {
    padding: 23px 0 50px;
  }
  .services h1 {
    width: calc(100% - (18px * 2));
  }
  .services .box-services {
    margin: 16px 18px 0;
    width: calc(100% - (18px * 2));
  }
  .services .box-services .item {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    height: 88px;
    margin-left: 11px;
    margin-top: 11px;
    width: calc((100% - 11px) / 2);
  }
  .services .box-services .item i {
    height: 29px;
    margin: 18px 0 0;
  }
  .services .box-services .item h2 {
    margin: 11px 0 0;
  }
  .services a {
    margin: 16px 0 0;
  }
}

.content-list {
  height: auto;
  padding: 0 0 50px;
  width: 100%;
}

.content-list .menu-interne {
  color: #074D71;
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  width: 100%;
}

.content-list .menu-interne a {
  color: #074D71;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  margin-left: 10px;
  padding-left: 15px;
  position: relative;
  vertical-align: top;
}

.content-list .menu-interne a::before {
  background-color: #29C3CE;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
}

.content-list .menu-interne a:nth-child(1) {
  margin-left: 0;
  padding-left: 0;
}

.content-list .menu-interne a:nth-child(1)::before {
  display: none;
}

footer {
  background-color: #96CE46;
  padding: 35px 0;
  position: relative;
  width: 100%;
}

footer .scroll-top {
  background-color: #96CE46;
  border: 1px solid #074D71;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  cursor: pointer;
  height: 50px;
  left: 50%;
  position: absolute;
  top: -25px;
  transform: translateX(-50%);
  width: 50px;
}

footer .scroll-top::before {
  animation: Bounce-1 .8s ease infinite alternate;
  background-image: url("../img/icons/arrow-up.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 19px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
}

footer .box-top-footer {
  background-color: white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: inline-block;
  font-size: 0;
  padding: 32px 40px;
  vertical-align: top;
  width: 100%;
}

footer .box-top-footer .col {
  display: inline-block;
  vertical-align: top;
}

footer .box-top-footer .col:nth-child(1) {
  width: calc(100% - (229px + 340px + 212px));
}

footer .box-top-footer .col:nth-child(2) {
  width: 229px;
}

footer .box-top-footer .col:nth-child(3) {
  width: 340px;
}

footer .box-top-footer .col:nth-child(4) {
  width: 212px;
}

footer .box-top-footer .col .logo {
  display: inline-block;
  vertical-align: top;
  width: 54px;
}

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

footer .box-top-footer .col ul {
  width: 100%;
}

footer .box-top-footer .col ul li {
  margin-bottom: 4px;
}

footer .box-top-footer .col ul li:last-child {
  margin-bottom: 0;
}

footer .box-top-footer .col ul li a {
  color: #074D71;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  transition: all 0.2s linear;
}

footer .box-top-footer .col ul li a:hover {
  color: #96CE46;
}

footer .box-top-footer .col .box-address {
  background-color: #074D71;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 8px 4px 11px 16px;
  width: 100%;
}

footer .box-top-footer .col .box-address i {
  background-image: url("../img/icons/address.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 26px;
  margin-bottom: 10px;
  vertical-align: top;
  width: 26px;
}

footer .box-top-footer .col .box-address p {
  color: white;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.6px;
  width: 100%;
}

footer .box-center-footer {
  text-align: center;
  width: 100%;
}

footer .box-center-footer p {
  color: white;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -2%;
  line-height: 32px;
  margin: 25px auto 0;
  text-align: center;
  width: 583px;
}

footer .box-center-footer a {
  background-color: #074D71;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #96CE46;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 41px;
  line-height: 41px;
  margin: 25px 0 0;
  padding: 0 90px;
  transition: all 0.2s linear;
  vertical-align: top;
  width: auto;
}

footer .box-center-footer a:hover {
  background-color: white;
  color: #074D71;
}

footer .box-bottom-footer {
  display: inline-block;
  font-size: 0;
  margin: 25px 0 0;
  vertical-align: top;
  width: 100%;
}

footer .box-bottom-footer .copy {
  color: white;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.8px;
  vertical-align: top;
  width: 50%;
}

footer .box-bottom-footer .copy a {
  color: white;
  transition: all 0.2s linear;
}

footer .box-bottom-footer .copy a:hover {
  color: #074D71;
}

footer .box-bottom-footer nav {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  width: 50%;
}

footer .box-bottom-footer nav ul {
  width: 100%;
}

footer .box-bottom-footer nav ul li {
  display: inline-block;
  margin-left: 44px;
  vertical-align: top;
}

footer .box-bottom-footer nav ul li:nth-child(1) {
  margin-left: 0;
}

footer .box-bottom-footer nav ul li a {
  color: white;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.8px;
  transition: all 0.2s linear;
}

footer .box-bottom-footer nav ul li a:hover {
  color: #074D71;
}

@media screen and (max-width: 1300px) {
  footer {
    padding: 30px 0;
  }
  footer .scroll-top {
    height: 44px;
    top: -22px;
    width: 44px;
  }
  footer .scroll-top::before {
    height: 17px;
    width: 12px;
  }
  footer .box-top-footer {
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    padding: 28px 36px;
  }
  footer .box-top-footer .col:nth-child(1) {
    width: calc(100% - (203px + 302px + 189px));
  }
  footer .box-top-footer .col:nth-child(2) {
    width: 203px;
  }
  footer .box-top-footer .col:nth-child(3) {
    width: 302px;
  }
  footer .box-top-footer .col:nth-child(4) {
    width: 189px;
  }
  footer .box-top-footer .col .logo {
    width: 48px;
  }
  footer .box-top-footer .col ul li {
    margin-bottom: 4px;
  }
  footer .box-top-footer .col ul li a {
    font-size: 14.25px;
    line-height: 19.95px;
  }
  footer .box-top-footer .col .box-address {
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    padding: 7px 4px 12px 14px;
  }
  footer .box-top-footer .col .box-address i {
    height: 23px;
    margin-bottom: 9px;
    width: 23px;
  }
  footer .box-top-footer .col .box-address p {
    font-size: 12.47px;
    line-height: 17.46px;
  }
  footer .box-center-footer p {
    font-size: 28px;
    line-height: 28px;
    margin: 22px auto 0;
    width: 519px;
  }
  footer .box-center-footer a {
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    font-size: 12.47px;
    height: 36px;
    line-height: 36px;
    margin: 21px 0 0;
    padding: 0 80px;
  }
  footer .box-bottom-footer {
    margin: 22px 0 0;
  }
  footer .box-bottom-footer .copy {
    font-size: 10.96px;
    line-height: 14.96px;
  }
  footer .box-bottom-footer nav ul li {
    margin-left: 40px;
  }
  footer .box-bottom-footer nav ul li a {
    font-size: 10.96px;
    line-height: 14.96px;
  }
}

@media screen and (max-width: 1200px) {
  footer {
    padding: 32px 24px;
  }
  footer .box-top-footer {
    text-align: center;
  }
  footer .box-top-footer .col:nth-child(1) {
    width: 100%;
  }
  footer .box-top-footer .col:nth-child(2) {
    width: 50%;
  }
  footer .box-top-footer .col:nth-child(3) {
    width: 50%;
  }
  footer .box-top-footer .col:nth-child(4) {
    min-width: 189px;
    width: calc(100% - (92px * 2));
  }
  footer .box-top-footer .col .logo {
    width: 48px;
  }
  footer .box-top-footer .col ul {
    margin: 18px 0 0;
  }
  footer .box-top-footer .col ul li {
    text-align: left;
  }
  footer .box-top-footer .col .box-address {
    margin: 14px 0 0;
    text-align: left;
  }
  footer .box-center-footer p {
    font-size: 26px;
    line-height: 26px;
    margin: 22px auto 0;
    width: calc(100% - (53px * 2));
  }
  footer .box-center-footer a {
    font-size: 12.25px;
  }
  footer .box-bottom-footer .copy {
    font-size: 11px;
    line-height: 15.4px;
  }
  footer .box-bottom-footer nav ul li a {
    font-size: 11px;
    line-height: 15.4px;
  }
}

@media screen and (max-width: 470px) {
  footer {
    padding: 24px 18px;
  }
  footer .box-top-footer {
    padding: 22px 28px;
  }
  footer .box-top-footer .col:nth-child(4) {
    min-width: 189px;
    width: 189px;
  }
  footer .box-top-footer .col .logo {
    width: 48px;
  }
  footer .box-top-footer .col ul li a {
    font-size: 11.13px;
    line-height: 15.59px;
  }
  footer .box-center-footer p {
    font-size: 20.31px;
    line-height: 20.31px;
    margin: 15.59px auto 0;
    width: 254px;
  }
  footer .box-bottom-footer .copy {
    font-size: 9px;
    line-height: 12px;
  }
  footer .box-bottom-footer nav ul li {
    margin-left: 31px;
  }
  footer .box-bottom-footer nav ul li a {
    font-size: 9px;
    line-height: 12px;
  }
}
/*# sourceMappingURL=style.css.map */