/* @sitech:#234e6b;
@sitec:#3d98e2;
@sitem:#00a7d3; */
.header {
  padding-top: 42px;
}
.header .site-logo img {
  max-width: 100%;
}
.header .site-language {
  text-transform: uppercase;
  font-size: 16px;
  color: #9ab0bb;
  font-weight: bold;
  letter-spacing: 1px;
  transform: translateY(10px);
}
.header .site-language .site-angle-down {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid #9ab0bb;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  top: 7px;
  right: -15px;
}
.header .site-language .site-language-box {
  cursor: pointer;
  position: relative;
}
.header .site-language .site-language-box .current-language {
  display: flex;
  align-items: center;
}
.header .site-language .site-language-box .current-language img {
  margin-right: 5px;
}
.header .site-language .site-language-box:hover .language-list {
  visibility: visible;
  opacity: 1;
}
.header .site-language .language-list {
  position: absolute;
  left: 0;
  top: 12px;
  transition: 0.3s;
  /* li+li{
        margin-top: 5px;
      } */
}
.header .site-language .language-list ul {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.header .site-language .language-list ul .language-title {
  line-height: 1;
  font-size: 14px;
  margin-right: 5px;
  text-transform: none;
}
.header .site-language .language-list a {
  color: currentColor;
  font-size: 15px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
}
.header .site-language .language-list a img {
  margin-right: 10px;
}
.header .site-language .language-list a:hover {
  transition: 0.5s;
  color: #00a7d3;
}
.header .site-top {
  display: flex;
  justify-content: space-between;
}
.header .site-top > div {
  display: inline-block;
}
.header .site-tel {
  background: #00a7d3;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding: 13px 20px;
  line-height: 30px;
}
.header .site-tel img {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  margin-right: 10px;
}
.header .site-nav {
  padding-top: 55px;
}
#main-nav {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
#main-nav > li {
  flex: 1;
  position: relative;
}
#main-nav > li.on > a {
  background: #00a7d3;
  color: #fff;
}
#main-nav > li.no-active > a {
  background: transparent!important;
  color: #00a7d3 !important;
}
#main-nav > li + li > a:before {
  content: '';
  width: 1px;
  height: 15px;
  background: #9ab0bb;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#main-nav > li > a {
  font-size: 19px;
  color: #00a7d3;
  font-weight: 600;
  display: block;
  padding: 20px 30px;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
#main-nav > li > a.no-active {
  background: transparent;
}
#main-nav > li > a.active {
  background: #eff7fa;
}
#main-nav > li > ul {
  text-align: center;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  width: 100%;
  z-index: 2;
}
#main-nav > li > ul a {
  display: block;
  padding: 10px 20px;
  transition: 0.3s;
  color: #00a7d3;
  font-size: 18px;
}
#main-nav > li > ul a:hover {
  color: #fff;
  background: #00a7d3;
}
#main-nav > li:hover > a {
  color: #fff;
  background: #00a7d3;
}
#main-nav > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.maxWidthSizer {
  max-width: 1770px;
  margin-left: auto!important;
  margin-right: auto!important;
  float: none!important;
  padding-left: 95px;
  padding-right: 95px;
}
.maxWidth1555px {
  max-width: 1715px;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  padding-left: 95px;
  padding-right: 95px;
}
/**/
.footer-social .blocIcone .bandeauVertical {
  position: absolute;
  top: -100%;
  transition: 0.5s;
}
.footer-social .blocIcone:hover .bandeauVertical {
  top: 5px;
}
.footer-social .blocIcone {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  padding: 5px;
  overflow: hidden;
  width: 45px;
  height: 45px;
}
.footer-social .blocIcone:last-child {
  margin-right: 0;
}
.footer-social .blocIcone svg {
  width: 35px;
  height: 35px;
  display: block;
}
.footer-social .blocIcone svg:last-child {
  margin-top: 15px;
}
.footer-social .blocIcone svg:first-child path {
  fill: #fff !important;
}
.footer-social .blocIcone:before {
  content: "";
  transition: 0.5s;
  display: block;
  height: 50px;
  width: 50px;
  top: -50px;
  left: -5px;
  background: #007abf;
  position: absolute;
}
.footer-social .blocIcone:hover:before {
  top: -5px;
}
.footer-social #containerBlocRS .blocIcone:before {
  background: #214e6b;
}
.footer-social #containerBlocRS .blocIcone svg:last-child path {
  fill: #214e6b;
}
.footer-social #containerBlocRS .blocIcone {
  width: 34px;
  height: 34px;
}
.footer-social #containerBlocRS .blocIcone svg {
  width: 24px;
  height: 24px;
}
/**/
.containerFooter {
  display: flex;
  flex-wrap: wrap;
  padding: 83px 0;
  font-size: 15px;
  justify-content: center;
}
.containerFooter .footer-logo {
  padding-right: 15px;
}
@media only screen and (max-width: 1280px) {
  .containerFooter .footer-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0px;
  }
}
.containerFooter .footer-logo img {
  display: inline-block;
  max-width: 100%;
}
.containerFooter > div {
  width: 20%;
}
.containerFooter .footer-contact {
  width: 40%;
  display: flex;
}
@media only screen and (max-width: 1280px) {
  .containerFooter .footer-contact {
    width: 80%;
  }
}
.containerFooter .footer-contact > div {
  width: 50%;
}
.containerFooter .footer-contact dl + dl {
  margin-top: 10px;
}
.containerFooter .footer-contact dt {
  display: block;
  color: #9ab0bb;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
}
.containerFooter .footer-contact dt span {
  display: inline-block;
  padding-bottom: 10px;
}
.containerFooter .footer-contact dt:after {
  content: '';
  display: block;
  width: 30%;
  height: 1px;
  background: #9ab0bb;
}
.containerFooter .footer-contact dd {
  color: #00a7d3;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
}
.containerFooter .footer-contact dd:first-of-type {
  padding-top: 25px;
}
.containerFooter .footer-nav {
  width: 15%;
  padding-left: 20px;
}
@media only screen and (max-width: 1280px) {
  .containerFooter .footer-nav {
    width: 20%;
  }
}
.containerFooter .footer-nav i {
  color: #214e6b;
  margin-right: 5px;
}
.containerFooter .footer-nav a {
  color: #9ab0bb;
}
.containerFooter .footer-nav a:hover {
  color: #214e6b;
}
.containerFooter .footer-nav li + li {
  margin-top: 5px;
}
@media only screen and (max-width: 1280px) {
  .containerFooter .footer-social {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
.footer-bottom {
  background: #00a7d3;
  padding: 23px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.footer-bottom ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-bottom ul li:not(:last-child):after {
  content: '|';
  display: inline-block;
  margin: 0 15px;
  color: #fff;
  transform: translateY(-1px);
}
.footer-bottom ul li a {
  color: inherit;
}
.footer-bottom ul li img {
  display: inline-block;
  vertical-align: top;
}
.aside-contact {
  position: fixed;
  right: 0;
  z-index: 20;
  top: 420px;
  font-size: 14px;
  width: 64px;
}
.aside-contact .aside-row {
  margin-bottom: 10px;
  background: #fff;
  position: relative;
  left: calc(100% - 61px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 240px;
}
.aside-contact .aside-row:hover {
  left: -165px;
}
.aside-contact .aside-row > div {
  display: inline-block;
  vertical-align: middle;
}
.aside-contact .aside-row > div:first-child {
  padding: 10px 15px;
}
.aside-contact .aside-row > div:last-child {
  border-left: 2px solid #214e6b;
  padding: 10px 15px;
  color: #214e6b;
  font-weight: 600;
  letter-spacing: -0.3px;
}
