@font-face {
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 400;
  src: url('../font/Bitter/Bitter-Italic.ttf');
}
strong {
  font-weight: 500 !important;
}
body {
  font-size: 18px;
  line-height: 28.8px;
  color: #000;
  background: #fff;
  font-weight: 400;
  position: relative;
  font-family: "embedded-roboto", 'Roboto', sans-serif;
  overflow-x: hidden;
}
@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
a {
  color: #00adb8;
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #E30521;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px 0;
}
ul.no-margin > li:last-child {
  margin-bottom: 0px;
}
ul.list-styled-disc {
  padding: 0;
  margin: 0 0 30px 0;
}
ul.list-styled-disc > li {
  position: relative;
  display: block;
  padding-left: 20px;
  margin-bottom: 20px;
  line-height: 1.3;
}
ul.list-styled-disc > li:before {
  content: "";
  background: #00adb8;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 991px) {
  ul.list-styled-disc > li:before {
    top: 6px;
  }
}
ul.list-styled-disc ul {
  list-style-type: none;
}
ul.list-styled-disc ul > li:before {
  content: " ";
  margin-right: 10px;
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #00adb8;
}
ul.list-styled-disc ul > li {
  margin-bottom: 20px;
}
ul.list-styled-disc ul > li:first-child {
  margin-top: 20px;
}
ul.list-styled-disc ul > li:last-child {
  margin-bottom: 0px;
}
.social-list-primary {
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .social-list-primary {
    margin-bottom: 30px;
    white-space: nowrap;
  }
}
.social-list-primary li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .social-list-primary li {
    margin-right: 0;
  }
}
.social-list-primary li a {
  font-size: 26px;
  margin-right: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .social-list-primary li a {
    font-size: 16px;
    margin-right: 10px;
  }
}
.social-list-primary li a > span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .social-list-primary li a > span {
    font-size: 12px;
  }
}
.social-list-primary li a img {
  width: 24px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .social-list-primary li a img {
    width: 18px;
  }
}
.h30 {
  display: block;
  height: 30px;
}
.h45 {
  display: block;
  height: 45px;
}
.h60 {
  display: block;
  height: 60px;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.bloc-pave {
  border: 2px solid #00adb8;
  padding-left: 30px;
  padding-top: 30px;
  padding-right: 30px;
  border-radius: 10px;
}
.bloc-pave .section-title {
  padding-left: 30px;
}
@media screen and (min-width: 1280px) {
  .container {
    width: 1220px;
  }
}
.form-control {
  border-radius: 0;
  font-size: 18px;
  color: #999;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ddd;
  min-height: 44px;
}
@media screen and (max-width: 991px) {
  .form-control {
    font-size: 16px;
  }
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn {
  border-radius: 0;
  font-size: 18px;
  font-weight: 400;
  font-family: "embedded-roboto", 'Roboto', sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .btn {
    font-size: 16px;
    padding: 13px 20px;
    line-height: 1;
  }
}
.btn.btn-secondary {
  border-color: #00adb8;
  background: #00adb8;
  color: #fff;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  background: none;
  color: #63949A;
  border-color: #63949A;
}
.btn.btn-primary {
  color: #fff;
  background-color: #E30521;
  border-color: #E30521;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.open > .dropdown-toggle.btn.btn-primary {
  color: #fff;
  background-color: #b1041a;
  border-color: #a70418;
}
.btn.btn-primary:active,
.btn.btn-primary.active,
.open > .dropdown-toggle.btn.btn-primary {
  background-image: none;
}
.btn.btn-primary.disabled,
.btn.btn-primary[disabled],
fieldset[disabled] .btn.btn-primary,
.btn.btn-primary.disabled:hover,
.btn.btn-primary[disabled]:hover,
fieldset[disabled] .btn.btn-primary:hover,
.btn.btn-primary.disabled:focus,
.btn.btn-primary[disabled]:focus,
fieldset[disabled] .btn.btn-primary:focus,
.btn.btn-primary.disabled:active,
.btn.btn-primary[disabled]:active,
fieldset[disabled] .btn.btn-primary:active,
.btn.btn-primary.disabled.active,
.btn.btn-primary[disabled].active,
fieldset[disabled] .btn.btn-primary.active {
  background-color: #E30521;
  border-color: #E30521;
}
.btn.btn-primary .badge {
  color: #E30521;
  background-color: #fff;
}
.btn.btn-border {
  border: 2px solid #fff;
  color: #fff;
  background: none;
}
@media screen and (max-width: 767px) {
  .btn.btn-border {
    border-width: 1px;
  }
}
.btn.btn-border:hover,
.btn.btn-border:focus {
  border-color: #00adb8;
  color: #00adb8;
  background: none;
}
.btn.btn-border.btn-border-primary {
  border-color: #00adb8;
  color: #00adb8;
  font-weight: 400;
}
.btn.btn-border.btn-border-primary:hover,
.btn.btn-border.btn-border-primary:focus {
  background: #00adb8;
  border-color: #00adb8;
  color: #fff;
}
img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
*:focus {
  outline: 0 none !important;
}
.ds-backtotop {
  width: 50px;
  height: 50px;
  border: 0;
  background: #E30521;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  position: fixed;
  border-radius: 0 0;
  z-index: 1200;
  bottom: 0;
  display: none;
  right: 30px;
  padding: 0;
  margin: 0;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.ds-backtotop:hover,
.ds-backtotop:focus {
  outline: 0 none;
  background: #b1041a;
  color: #fff;
  box-shadow: none;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  background: none;
  color: #00adb8;
  font-size: 40px;
  text-align: center;
  padding: 0;
  margin-top: -45px;
  left: -60px;
  border: 0;
  z-index: 10;
  text-indent: -999em;
  overflow: hidden;
  opacity: .6;
  filter: alpha(opacity=60);
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
}
.slick-slider .slick-arrow:before {
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-indent: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.slick-slider .slick-arrow.slick-next {
  right: -60px;
  left: auto;
}
.slick-slider .slick-arrow.slick-next:before {
  content: "\f105";
}
.slick-slider .slick-arrow:hover,
.slick-slider .slick-arrow:focus {
  color: #E30521;
}
.slick-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  text-align: center;
  padding: 0;
  z-index: 10;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .slick-slider .slick-dots {
    bottom: -40px;
  }
}
.slick-slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  line-height: 1;
}
.slick-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border: 0;
  background: #fff;
  border: 1px solid #ddd;
  text-indent: -9999em;
  border-radius: 50%;
  line-height: 1;
  padding: 0;
}
.slick-slider .slick-dots li.slick-active button {
  background: #00adb8;
  border-color: #00adb8;
}
.dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border-color: #ddd;
}
.dropdown-menu li a {
  display: block;
  padding: 8px 15px;
}
.site-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  display: none;
  z-index: 100;
}
.site-mask.active {
  display: block;
}
.btn-toggle-menu {
  color: #000;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
}
.btn-toggle-menu > span {
  width: 30px;
  height: 3px;
  background: #000;
  display: block;
  margin-bottom: 6px;
  -webkit-transition: all .15s ease-in-out .1s;
  -o-transition: all .15s ease-in-out .1s;
  transition: all .15s ease-in-out .1s;
}
.btn-toggle-menu > span:last-child {
  margin-bottom: 0;
}
.btn-toggle-menu.active > span:nth-child(2) {
  display: none;
}
.btn-toggle-menu.active > span {
  margin-bottom: -3px;
  background: #E30521;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.btn-toggle-menu.active > span:last-child {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.btn-toggle-menu:hover,
.btn-toggle-menu:focus {
  color: #00adb8;
}
@media screen and (max-width: 991px) {
  .btn-toggle-menu {
    display: block;
  }
}
.site-header {
  background: rgba(255, 255, 255, 0.85);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000 !important;
  padding: 25px 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .site-header {
    bottom: auto !important;
  }
}
@media screen and (max-width: 991px) {
  .site-header {
    text-align: center;
    padding: 10px 0;
  }
}
.site-header .site-brand {
  display: block;
  float: left;
}
@media screen and (max-width: 991px) {
  .site-header .site-brand {
    float: none;
    margin-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-header .site-brand {
    text-align: center;
    float: none;
  }
}
.site-header .site-brand img {
  width: 230px;
  height: 40px;
  display: inline;
}
@media screen and (max-width: 767px) {
  .site-header .site-brand img {
    width: 130px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-header .site-brand img {
    width: 160px;
    height: 42px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-header .site-brand img {
    width: 200px;
    height: 35px;
  }
}
.site-header .site-menu {
  float: right;
  margin: -25px 0;
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-header .site-menu {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .site-header .site-menu {
    position: fixed;
    width: 240px;
    top: 85px;
    background: #48A9B6;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 0;
    right: -300px;
    -webkit-transition: all .2s ease-in-out .1s;
    -o-transition: all .2s ease-in-out .1s;
    transition: all .2s ease-in-out .1s;
  }
  .site-header .site-menu.active {
    right: 0;
  }
}
.site-header .site-menu li {
  display: inline-block;
  vertical-align: middle;
}
.site-header .site-menu li.active .dropdown-toggle {
  color: #00adb8;
}
@media screen and (max-width: 991px) {
  .site-header .site-menu li {
    display: block;
    text-align: left;
  }
  .site-header .site-menu li.active .dropdown-toggle {
    color: #00adb8;
    background: white;
  }
}
.site-header .site-menu li .active {
  color: #00adb8;
}
@media screen and (max-width: 991px) {
  .site-header .site-menu li .active {
    color: #00adb8;
    background: white;
  }
}
.site-header .site-menu li a {
  display: block;
  font-family: "embedded-roboto", 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: none;
  line-height: 28px;
  font-size: 18px;
  padding: 30px 15px;
  color: #000;
}
@media screen and (max-width: 991px) {
  .site-header .site-menu li a {
    color: #fff;
    padding: 20px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-family: "embedded-roboto", 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-header .site-menu li a {
    font-size: 16px;
    padding: 0 10px;
  }
}
.site-header .site-menu li a:hover,
.site-header .site-menu li a:focus {
  color: #00adb8;
}
@media screen and (max-width: 991px) {
  .site-header .site-menu li a:hover,
  .site-header .site-menu li a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
}
.site-header .site-menu li.dropdown.open > a {
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
  color: #00adb8;
  background: #fff;
}
.site-header .site-menu li.dropdown .dropdown-menu {
  border: 0;
}
.site-header .site-menu li.dropdown .dropdown-menu li {
  display: block;
}
.site-header .site-menu li.dropdown .dropdown-menu li.active a {
  background: none;
  color: #00adb8;
}
@media screen and (max-width: 991px) {
  .site-header .site-menu li.dropdown .dropdown-menu li.active a {
    background: #00adb8;
    color: white;
  }
}
.site-header .site-menu li.dropdown .dropdown-menu li a {
  display: block;
  padding: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 991px) {
  .site-header .site-menu li.dropdown .dropdown-menu li a {
    padding: 22px 15px;
    font-size: 13px;
  }
}
.site-header .site-menu li.dropdown .dropdown-menu li a:hover,
.site-header .site-menu li.dropdown .dropdown-menu li a:focus {
  background: #fff;
  color: #00adb8;
}
.site-header .site-menu li.dropdown .dropdown-menu li:last-child a {
  border: 0;
}
@media screen and (max-width: 991px) {
  .site-header .site-menu li.dropdown.open .dropdown-toggle {
    background: #fff;
    color: #000;
  }
}
.site-header .site-menu li.lang-switcher img {
  width: 24px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .site-header .site-menu li.lang-switcher .dropdown-toggle {
    display: none;
  }
}
.site-header .site-menu li.lang-switcher .dropdown-menu {
  left: auto;
  right: 0;
}
@media screen and (max-width: 991px) {
  .site-header .site-menu li.lang-switcher .dropdown-menu {
    display: block;
    position: relative;
    background: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.site-header .site-menu li.lang-switcher .dropdown-menu li {
  display: block;
}
@media screen and (max-width: 991px) {
  .site-header .site-menu li.lang-switcher .dropdown-menu li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
}
.site-header .site-menu li.lang-switcher .dropdown-menu li a {
  padding: 15px;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .site-header .site-menu li.lang-switcher .dropdown-menu li a {
    color: #fff;
  }
}
.site-header .site-menu li.lang-switcher .dropdown-menu li a img {
  vertical-align: middle;
  width: 22px;
}
@media screen and (max-width: 991px) {
  .site-header .site-menu li.lang-switcher .dropdown-menu li a img {
    display: block;
    margin-bottom: 5px;
  }
}
.site-header .site-menu li.lang-switcher .dropdown-menu li a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.site-header .site-menu li.lang-switcher .dropdown-menu li a:hover,
.site-header .site-menu li.lang-switcher .dropdown-menu li a:focus {
  color: #00adb8;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .site-header .site-menu .dropdown-toggle .fa:before {
    content: "\f105";
  }
}
@media screen and (max-width: 991px) {
  .site-header .site-menu .dropdown-menu.sub-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 240px;
    top: 60px;
    position: fixed;
    bottom: 0;
    right: -300px;
    background: #fff;
    left: auto;
    z-index: 1000;
    display: block;
    -webkit-transition: all .15s ease-in-out .1s;
    -o-transition: all .15s ease-in-out .1s;
    transition: all .15s ease-in-out .1s;
  }
}
@media screen and (max-width: 991px) {
  .site-header .site-menu.open-sub {
    width: 480px;
  }
  .site-header .site-menu.open-sub .dropdown.active > .dropdown-toggle {
    background: #fff;
    color: #00adb8;
  }
  .site-header .site-menu.open-sub .dropdown.active .sub-menu {
    right: 0;
  }
  .site-header .site-menu.open-sub .dropdown.active .sub-menu li a {
    color: #000;
  }
  .site-header .site-menu.open-sub .dropdown.active .sub-menu li a:hover,
  .site-header .site-menu.open-sub .dropdown.active .sub-menu li a:focus {
    color: #000;
    background: #f5f5f5;
  }
  .site-header .site-menu.open-sub .dropdown.active .sub-menu li.active a {
    background: #fff;
    color: #00adb8;
  }
}
@keyframes loopshowhide {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes loopshowhide {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.bounce-1 {
  animation: bounce 3s infinite;
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
}
.bounce-2 {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}
.bounce-3 {
  -moz-animation: bounce 7s infinite;
  -webkit-animation: bounce 7s infinite;
  animation: bounce 7s infinite;
}
.bounce-4 {
  -moz-animation: bounce 12s infinite;
  -webkit-animation: bounce 12s infinite;
  animation: bounce 12s infinite;
}
.sticky-wrapper.is-sticky .site-header {
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}
.site-hero {
  padding: 0;
  background: #fff url('../images/site-hero.jpg') no-repeat center / auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .site-hero {
    background-position: top center;
    padding-top: 100px;
    background-size: auto 100%;
  }
}
@media (min-width: 764px) and (max-width: 768px) {
  .site-hero {
    background-position: top center;
    background-size: auto 100%;
    padding-top: 110px;
    background-color: #F2F2F2;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .site-hero {
    background-position: top center;
    background-size: auto 100%;
    padding-top: 120px;
    background-color: #F2F2F2;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-hero {
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1200px) {
  .site-hero {
    background-size: cover;
  }
}
.site-hero .intro {
  color: #000;
  font-family: 'Bitter', serif;
  line-height: 1.1;
  width: auto;
  font-size: 40px;
  margin-top: 100px;
  padding: 0;
}
@media screen and (max-width: 764px) {
  .site-hero .intro {
    padding: 0 5%;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
    text-align: center;
    font-size: 28px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 765px) and (max-width: 768px) {
  .site-hero .intro {
    top: 0;
    right: 0;
    left: 0;
    width: auto;
    text-align: center;
    margin-top: 20px;
    font-size: 32px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .site-hero .intro {
    top: 0;
    right: 0;
    left: 0;
    width: auto;
    text-align: center;
    padding: 0 20%;
    margin-top: 35px;
    font-size: 32px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1024px) {
  .site-hero .intro {
    margin-top: 100px;
    font-size: 32px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1367px) {
  .site-hero .intro {
    font-size: 35px;
  }
}
.site-hero .container {
  position: relative;
}
.site-hero .messages-box {
  margin-top: -110px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-hero .messages-box {
    margin-top: -30px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .site-hero .messages-box {
    margin-top: -130px;
  }
}
/* @media screen and (min-width: 1368px) and (max-width: 1399px) {
      margin-top: 10px;
    } */
@media screen and (min-width: 1700px) and (max-width: 1899px) {
  .site-hero .messages-box {
    margin-top: -60px;
  }
}
@media screen and (min-width: 1900px) {
  .site-hero .messages-box {
    margin-top: -20px;
  }
}
.site-hero .messages-box:before,
.site-hero .messages-box:after {
  content: " ";
  display: table;
}
.site-hero .messages-box:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .site-hero .messages-box {
    display: none;
  }
}
.site-hero .messages-box .item-ms:before,
.site-hero .messages-box .item-ms:after {
  content: " ";
  display: table;
}
.site-hero .messages-box .item-ms:after {
  clear: both;
}
.site-hero .messages-box .item {
  width: 205px;
  height: 145px;
  padding: 10px 20px 40px 20px;
  color: #fff;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  background: url('../images/bubble-left.svg') no-repeat center top / 100% auto;
  float: left;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .site-hero .messages-box .item {
    /* IE10+ CSS styles go here */
    padding: 22px 20px 40px 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-hero .messages-box .item {
    font-size: 14px;
    line-height: 18px;
    width: 180px;
  }
}
.site-hero .messages-box .item.item-1 {
  margin-top: 145px;
  margin-left: 85px;
  width: 230px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .site-hero .messages-box .item.item-1 {
    margin-top: 170px;
    margin-left: 15px;
    background-image: url('../images/bubble-right.svg');
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .site-hero .messages-box .item.item-1 {
    margin-top: 50px;
    margin-left: 50px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .site-hero .messages-box .item.item-1 {
    margin-top: 40px;
    margin-left: 50px;
    width: 200px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .site-hero .messages-box .item.item-1 {
    margin-top: 130px;
    margin-left: 150px;
  }
}
/*         @media screen and (min-width: 1368px) and (max-width:1399px) {
          margin-top: 40px;// JCOM 13/02 : 70px
          margin-left: 160px;
        } */
@media screen and (min-width: 1900px) {
  .site-hero .messages-box .item.item-1 {
    margin-left: 0px;
    margin-top: 160px;
  }
}
.site-hero .messages-box .item.item-2 {
  margin-top: 73px;
  margin-left: 475px;
  width: 205px;
}
@media (min-width: 764px) and (max-width: 769px) {
  .site-hero .messages-box .item.item-2 {
    margin-top: 105px;
    margin-left: 205px;
  }
}
@media (min-width: 770px) and (max-width: 991px) {
  .site-hero .messages-box .item.item-2 {
    margin-top: 125px;
    margin-left: 190px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-hero .messages-box .item.item-2 {
    margin-top: 20px;
    margin-left: 170px;
    width: 200px;
    background-image: url('../images/bubble-right.svg');
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .site-hero .messages-box .item.item-2 {
    margin-top: 96px;
    margin-left: 460px;
  }
}
@media screen and (min-width: 1900px) {
  .site-hero .messages-box .item.item-2 {
    margin-top: 29px;
    margin-left: 424px;
  }
} /*         @media screen and (min-width: 1368px) and (max-width:1399px) {
          //TODO
          margin-top: -50px;
    	  margin-left: 445px;
    	  //background-image: url('../images/bubble-right.svg');
        } */
.site-hero .messages-box .item.item-3 {
  margin-top: 80px;
  margin-left: 620px;
  width: 205px;
}
@media (min-width: 764px) and (max-width: 769px) {
  .site-hero .messages-box .item.item-3 {
    margin-top: 155px;
    margin-left: 305px;
    background-image: url('../images/bubble-right.svg');
  }
}
@media (min-width: 770px) and (max-width: 991px) {
  .site-hero .messages-box .item.item-3 {
    margin-top: 175px;
    margin-left: 305px;
    background-image: url('../images/bubble-right.svg');
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .site-hero .messages-box .item.item-3 {
    margin-top: 0px;
    margin-left: 470px;
    width: 200px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .site-hero .messages-box .item.item-3 {
    margin-top: 0px;
    margin-left: 520px;
    width: 200px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .site-hero .messages-box .item.item-3 {
    margin-top: 109px;
  }
} /*         @media screen and (min-width: 1368px) and (max-width:1399px) {
          margin-top: 0px;
    	  margin-left: 630px;
        } */
.site-hero .messages-box .item.item-4 {
  margin-top: 105px;
  margin-left: 870px;
  width: 200px;
  background-image: url('../images/bubble-right.svg');
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-hero .messages-box .item.item-4 {
    margin-top: 290px;
    margin-left: 490px;
    background-image: url('../images/bubble-left.svg');
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-hero .messages-box .item.item-4 {
    margin-top: 20px;
    margin-left: 680px;
    width: 200px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .site-hero .messages-box .item.item-4 {
    margin-top: 129px;
    margin-left: 825px;
  }
}
/*         @media screen and (min-width: 1368px) and (max-width:1399px) {
          margin-top: 30px;
    	  margin-left: 800px;
        } */
@media screen and (min-width: 1900px) {
  .site-hero .messages-box .item.item-4 {
    margin-left: 950px;
  }
}
.site-hero .heading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: 0;
  text-align: center;
}
.site-hero .heading .heading-inner {
  background: rgba(255, 255, 255, 0.65);
  font-size: 58px;
  font-family: "embedded-roboto", 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  white-space: nowrap;
  padding-right: 20px;
  line-height: 1;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .site-hero .heading .heading-inner {
    font-size: 40px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .site-hero .heading .heading-inner {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .site-hero .heading .heading-inner {
    font-size: 18px;
    padding-right: 10px;
  }
}
.site-hero .heading span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
.site-hero .heading span.highlight {
  background: #E30521;
  color: #fff;
  padding: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .site-hero .heading span.highlight {
    padding: 15px 10px;
    margin-right: 5px;
  }
}
.site-hero .action {
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  text-align: center;
}
.site-hero .action .btn {
  font-size: 44px;
  color: #fff;
  border: 0;
  background: none;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .site-hero .action .btn {
    font-size: 32px;
  }
}
.site-hero .action .btn:hover,
.site-hero .action .btn:focus {
  color: rgba(255, 255, 255, 0.75);
}
.slick-carousel-controls {
  position: absolute;
  width: 100%;
}
.slick-carousel-controls .btn {
  font-size: 35px;
  color: #00adb8;
  border: 0;
  background: none;
  line-height: 1;
}
.slick-carousel-controls .btn:hover,
.slick-carousel-controls .btn:focus {
  color: #00adb8;
}
.section {
  padding: 60px 0;
}
@media screen and (max-width: 991px) {
  .section {
    padding: 40px 0;
  }
}
.section .section-title {
  font-weight: 300;
  font-size: 56px;
  text-transform: none;
  font-family: "embedded-roboto", 'Roboto', sans-serif;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0;
  letter-spacing: -0.02em;
  border-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .section .section-title {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section .section-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section .section-title {
    font-size: 30px;
  }
}
.section .section-action {
  margin-top: -20px;
  text-align: center;
  margin-bottom: 80px;
}
.section .section-action a {
  font-size: 18px;
  font-weight: 400;
  padding-right: 20px;
  position: relative;
  display: inline-block;
}
.section .section-action a:before,
.section .section-action a:after {
  border-right: 1px solid;
  content: '';
  display: block;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
}
.section .section-action a:before {
  margin-top: -5px;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.section .section-action a:after {
  margin-top: -1px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .section .section-action a {
    font-size: 16px;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .section .section-ct {
    padding: 0 15px;
  }
}
.section-caroussel {
  background: #e8f7fc;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .section-caroussel {
    padding: 60px 0;
    padding-bottom: 0;
  }
}
.section-caroussel .slick-initialized .slick-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-caroussel .slick-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: center;
  padding: 0;
  z-index: 10;
  margin: 0;
}
.section-caroussel .action {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.section-caroussel .action .btn {
  font-size: 44px;
  color: #fff;
  border: 0;
  background: none;
  line-height: 1;
}
.section-about {
  background: #F2F2F2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-about {
    padding: 30px 0;
  }
}
.section-about .text {
  font-weight: 400;
  font-family: 'Bitter', serif;
  color: #064075;
  font-size: 34px;
  line-height: 1.2;
  margin: 40px 0;
  font-style: italic;
}
@media screen and (max-width: 991px) {
  .section-about .text {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .section-about .text {
    margin: 0;
    line-height: 1.4;
  }
}
.section-about .img {
  margin: 100px 0 0 0;
}
@media screen and (max-width: 767px) {
  .section-about .img {
    margin-top: 60px;
  }
}
.section-about .img img {
  max-width: 100%;
}
.section-workspace .item {
  text-align: center;
  padding: 30px;
  border: 1px solid transparent;
  overflow: hidden;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  margin-bottom: 30px;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .section-workspace .item {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-workspace .item {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-workspace .item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-workspace .item {
    padding: 20px;
  }
}
.section-workspace .item img {
  height: 200px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section-workspace .item img {
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-workspace .item img {
    height: 140px;
  }
}
.section-workspace .item .img {
  display: block;
  margin-bottom: -20px;
  margin-top: -40px;
}
.section-workspace .item .img img + img {
  display: none;
}
.section-workspace .item .name {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "embedded-roboto", 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-workspace .item .name {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 370px) {
  .section-workspace .item .name {
    font-size: 12px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-workspace .item .name {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-workspace .item .name {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
  }
}
.section-workspace .item .name a {
  color: #000;
}
.section-workspace .item .name a:hover,
.section-workspace .item .name a:focus {
  color: #00adb8;
}
.section-workspace .item .text {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  font-family: "embedded-roboto", 'Roboto', sans-serif;
  text-transform: none;
}
@media screen and (max-width: 991px) {
  .section-workspace .item .text {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-workspace .item .text {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-workspace .item:hover {
  border-color: #00adb8;
}
.section-workspace .item:hover .name a {
  color: #00adb8;
}
.section-workspace .item:hover .img img {
  display: none;
}
.section-workspace .item:hover .img img + img {
  display: block;
}
.section-resources {
  background: #e8f7fc;
}
.section-resources .section-action {
  margin-top: -20px;
}
.section-resources.not-homepage .section-title {
  padding-top: 60px;
}
.section-resources .section-title {
  margin-bottom: 30px;
}
.section-resources .item {
  background: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.section-resources .item:hover {
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .section-resources .item {
    margin-bottom: 30px;
  }
}
.section-resources .item .img {
  overflow: hidden;
  display: block;
}
.section-resources .item .img img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: .15s ease-in-out .1s;
  -o-transition: .15s ease-in-out .1s;
  transition: .15s ease-in-out .1s;
}
.section-resources .item .name {
  height: 100px;
  padding: 15px 20px;
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  line-height: 28.8px;
}
@media screen and (max-width: 991px) {
  .section-resources .item .name {
    font-size: 18px;
    line-height: 1.4;
  }
}
.section-resources .item .action {
  padding: 0 20px 15px 20px;
}
.section-resources .item .action a {
  padding: 15px 15px 15px 0px;
  display: block;
  color: #00adb8;
  font-size: 18px;
  font-weight: 300;
}
.section-resources .item .action a img {
  height: 32px;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-resources .item .action a {
    padding-left: 0px;
    background-size: 26px;
    font-size: 13px;
  }
}
.section-resources .item .action a:hover,
.section-resources .item .action a:focus {
  color: #E30521;
}
.section-resources .item:hover .img img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.section-counter {
  background: url('../images/section-counter-bg.jpg') no-repeat center / cover;
  padding: 60px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .section-counter {
    background-size: 100% 100%;
  }
}
.section-counter .item-counter {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-counter .item-counter {
    margin-bottom: 30px;
  }
}
.section-counter .item-counter .number {
  font-size: 72px;
  font-weight: 300;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .section-counter .item-counter .number {
    font-size: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-counter .item-counter .number {
    font-size: 38px;
  }
}
.section-counter .item-counter .text {
  font-size: 22px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .section-counter .item-counter .text {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-counter .item-counter .text {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-counter .item-counter .text {
    font-size: 16px;
  }
}
.section-client {
  padding-bottom: 120px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-client .section-ct {
    padding: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .section-client .client-slider .row {
    padding: 0 30px;
  }
}
.section-client .client-slider .item {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .section-client .client-slider .item {
    margin: 10px -10px;
  }
}
.section-client .client-slider .item img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  border: 1px solid #ddd;
}
.section-client .client-slider .item:hover img {
  opacity: .6;
  filter: alpha(opacity=60);
  border-color: #00adb8;
}
.section-service {
  padding: 50px 0 100px 0;
  background: #01adb7;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .section-service {
    padding: 30px 15px;
  }
}
.section-service .item-group:before,
.section-service .item-group:after {
  content: " ";
  display: table;
}
.section-service .item-group:after {
  clear: both;
}
.section-service .item {
  width: 50%;
  float: left;
  position: relative;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-service .item {
    width: 100%;
  }
}
@media screen and (max-width: 370px) {
  .section-service .item .img {
    height: auto!important;
  }
}
.section-service .item .item-ct {
  padding: 30px;
  width: 50%;
  float: right;
  position: relative;
  display: block;
}
@media screen and (max-width: 1199px) {
  .section-service .item .item-ct {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-service .item .item-ct {
    min-height: 130px;
  }
}
@media screen and (max-width: 370px) {
  .section-service .item .item-ct {
    height: auto !important;
    min-height: 102px;
  }
}
.section-service .item .item-ct .name {
  font-size: 30px;
  margin: 0;
  color: #000;
  display: block;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
@media screen and (max-width: 991px) {
  .section-service .item .item-ct .name {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 370px) {
  .section-service .item .item-ct .name {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  .section-service .item .item-ct .name {
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    line-height: 1.2;
    top: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-service .item .item-ct .name {
    margin-bottom: 0;
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-service .item .item-ct .name {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.section-service .item .item-ct .text {
  font-size: 18px;
  color: #000;
  display: block;
  margin: 10px 0;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .section-service .item .item-ct .text {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-service .item .item-ct .text {
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-service .item .item-ct .text {
    font-size: 16px;
    line-height: 1.4;
  }
}
.section-service .item .item-ct .action {
  font-size: 18px;
  font-weight: 300;
  display: block;
  padding-right: 20px;
  position: relative;
  display: inline-block;
}
.section-service .item .item-ct .action:before,
.section-service .item .item-ct .action:after {
  border-right: 1px solid;
  content: '';
  display: block;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
}
.section-service .item .item-ct .action:before {
  margin-top: -5px;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.section-service .item .item-ct .action:after {
  margin-top: -1px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-service .item .item-ct .action {
    font-size: 13px;
    position: absolute;
    bottom: 15px;
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-service .item .item-ct .action {
    display: none;
  }
}
.section-service .item .item-ct .action:hover,
.section-service .item .item-ct .action:focus {
  color: #E30521;
}
.section-service .item .img {
  float: left;
  width: 50%;
  display: block;
  position: relative;
  background: #fff;
}
.section-service .item .img:before {
  position: absolute;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #fff;
  right: -1px;
  top: 50%;
  left: auto;
  margin-top: -15px;
  content: "";
  z-index: 2;
}
.section-service .item .img img {
  width: 100%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.section-service .item.item-img-right .img {
  float: right;
}
.section-service .item.item-img-right .img:before {
  border-left: 15px solid #fff;
  border-right: 0;
  left: 0;
  right: auto;
}
.section-service .item.item-img-right .item-ct {
  float: left;
}
@media screen and (max-width: 767px) {
  .section-service .item:nth-child(odd) .img {
    left: 0;
    right: auto;
  }
  .section-service .item:nth-child(odd) .img:before {
    border-left: 10px solid #fff;
    border-right: 0;
    border-top-width: 10px;
    border-bottom-width: 10px;
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-service .item:nth-child(odd) .item-ct {
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .section-service .item:nth-child(odd) .item-ct:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .section-service .item:nth-child(even) .img {
    left: auto;
    right: 0;
  }
  .section-service .item:nth-child(even) .img:before {
    border-right: 10px solid #fff;
    border-left: 0;
    border-top-width: 10px;
    border-bottom-width: 10px;
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .section-service .item:nth-child(even) .item-ct {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .section-service .item:nth-child(even) .item-ct:before {
    display: none;
  }
}
.section-service .item:hover .img img,
.section-service .item:focus .img img {
  opacity: .8;
  filter: alpha(opacity=80);
}
.section-service .item:hover .name,
.section-service .item:focus .name,
.section-service .item:hover .action,
.section-service .item:focus .action {
  color: #00adb8;
}
.arrow-right {
  padding-right: 20px;
  position: relative;
  display: inline-block;
}
.arrow-right:before,
.arrow-right:after {
  border-right: 1px solid;
  content: '';
  display: block;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
}
.arrow-right:before {
  margin-top: -5px;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.arrow-right:after {
  margin-top: -1px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .section-notre {
    padding: 30px 15px;
  }
}
.section-notre .item .item-featured .img img {
  border: 1px;
}
.section-notre .item.item-secondary {
  -webkit-box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.5);
}
.section-notre .item.item-secondary:hover {
  -webkit-box-shadow: 2px 4px 30px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 4px 30px rgba(0, 0, 0, 0.5);
}
.section-notre .item .img {
  display: block;
}
.section-notre .item .img img {
  width: 100%;
  height: auto;
  border: 1px solid #adadad;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.section-notre .item .ct {
  background: #fff;
  padding: 15px;
}
.section-notre .item .ct .meta {
  color: #999;
  margin-bottom: 15px;
  font-weight: 300;
}
.section-notre .item .ct .cat {
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  line-height: 1;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 991px) {
  .section-notre .item .ct .cat {
    font-size: 12px;
  }
}
.section-notre .item .ct .name {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin: 0 0 15px 0;
  display: block;
}
@media screen and (max-width: 991px) {
  .section-notre .item .ct .name {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-notre .item .ct .name {
    font-size: 18px;
  }
}
.section-notre .item .ct .name:hover,
.section-notre .item .ct .name:focus {
  color: #00adb8;
}
.section-notre .item .ct .text {
  font-size: 18px;
  font-weight: 300;
  display: none;
}
@media screen and (max-width: 991px) {
  .section-notre .item .ct .text {
    font-size: 13px;
    line-height: 1.6;
  }
}
.section-notre .item .ct .action {
  font-size: 18px;
  font-weight: 300;
  padding-right: 20px;
  position: relative;
  display: inline-block;
}
.section-notre .item .ct .action:before,
.section-notre .item .ct .action:after {
  border-right: 1px solid;
  content: '';
  display: block;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
}
.section-notre .item .ct .action:before {
  margin-top: -5px;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.section-notre .item .ct .action:after {
  margin-top: -1px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-notre .item.item-featured {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section-notre .item.item-featured {
    margin-bottom: 0;
  }
}
.section-notre .item.item-featured:before,
.section-notre .item.item-featured:after {
  content: " ";
  display: table;
}
.section-notre .item.item-featured:after {
  clear: both;
}
.section-notre .item.item-featured .img {
  width: 50%;
  float: left;
}
@media screen and (max-width: 767px) {
  .section-notre .item.item-featured .img {
    float: none;
    width: 100%;
  }
}
.section-notre .item.item-featured .name {
  font-size: 28px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .section-notre .item.item-featured .name {
    line-height: 1.2;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .section-notre .item.item-featured .name {
    font-size: 18px;
    font-weight: 400;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-notre .item.item-featured .name {
    font-size: 20px;
  }
}
.section-notre .item.item-featured .text {
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .section-notre .item.item-featured .text {
    display: none;
  }
}
.section-notre .item.item-featured .ct {
  padding: 0 30px;
  width: 50%;
  float: left;
}
@media screen and (max-width: 767px) {
  .section-notre .item.item-featured .ct {
    float: none;
    padding: 0;
    margin-top: 30px;
    width: auto;
  }
}
.section-notre .item:hover .img img {
  opacity: .6;
  filter: alpha(opacity=60);
}
.section-event {
  background: #e8f7fc;
  padding: 50px 0 150px 0;
}
@media screen and (max-width: 767px) {
  .section-event {
    padding: 30px 0 60px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-event {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .section-event .event-slider {
    margin: 0 -15px;
  }
}
.section-event .item {
  padding: 0 15px;
}
.section-event .item .item-ct {
  position: relative;
  border: 1px solid #ddd;
}
.section-event .item .type {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 10px;
  color: #fff;
  background: #E30521;
  line-height: 1;
  z-index: 2;
}
.section-event .item a {
  display: block;
}
.section-event .item a img {
  max-width: 100%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  width: 100%;
}
.section-event .item:hover img {
  opacity: .7;
  filter: alpha(opacity=70);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-event .section-ct {
    padding: 0 60px;
  }
}
.section-newsletter {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-newsletter {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-newsletter .section-ct p.description-newsletter {
    display: none;
  }
}
.section-newsletter .form-newsletter {
  width: 460px;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .section-newsletter .form-newsletter {
    margin: 0;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .section-newsletter .form-newsletter .input-group {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .section-newsletter .form-newsletter .input-group .input-group-btn {
    display: block;
    float: none;
    width: auto;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-newsletter .form-newsletter .input-group .input-group-btn .btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-newsletter .form-newsletter .input-group .form-control {
    display: block;
    float: none;
  }
}
.site-footer {
  background: #1F2F3E;
  color: #fff;
}
.site-footer .footer-social {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-social {
    margin-bottom: 0;
    padding-bottom: 15px;
  }
}
.site-footer .footer-social:before,
.site-footer .footer-social:after {
  content: " ";
  display: table;
}
.site-footer .footer-social:after {
  clear: both;
}
.site-footer .footer-social .footer-logo {
  float: left;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-social .footer-logo {
    float: none;
    margin-bottom: 30px;
    display: block;
    text-align: center;
  }
}
.site-footer .footer-social .footer-logo img {
  width: 170px;
  height: auto;
}
.site-footer .footer-social .social {
  float: right;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-social .social {
    float: none;
  }
}
.site-footer .footer-social .social span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-social .social span {
    display: block;
  }
}
.site-footer .footer-social .social a {
  display: inline-block;
  vertical-align: middle;
  font-size: 34px;
  margin: 0 10px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-social .social a {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-social .social a {
    font-size: 30px;
  }
}
.site-footer .footer-social .social a:hover,
.site-footer .footer-social .social a:focus {
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .site-footer .footer-nav {
    display: none;
  }
}
.site-footer .footer-nav .footer-menu .title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 991px) {
  .site-footer .footer-nav .footer-menu .title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.site-footer .footer-nav .footer-menu ul {
  margin: 0;
  padding: 0;
}
.site-footer .footer-nav .footer-menu ul li {
  display: block;
}
.site-footer .footer-nav .footer-menu ul li a {
  padding: 5px 0;
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-nav .footer-menu ul li a {
    font-size: 13px;
  }
}
.site-footer .footer-nav .footer-menu ul li a:hover,
.site-footer .footer-nav .footer-menu ul li a:focus {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer .copyright {
  padding: 60px 0;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .site-footer .copyright {
    padding: 15px 0 30px 0;
    text-align: left;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .copyright {
    font-size: 12px;
  }
}
.site-footer .copyright p {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .site-footer .copyright p > img {
    display: none;
  }
}
.site-footer .copyright p > a {
  color: #fff;
  display: inline-block;
  margin: 0 30px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .site-footer .copyright p > a {
    display: block;
    margin: 0;
  }
}
.site-footer .copyright p > a:hover,
.site-footer .copyright p > a:focus {
  color: rgba(255, 255, 255, 0.5);
}
.section-hero-inner {
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 380px;
}
@media screen and (max-width: 767px) {
  .section-hero-inner {
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .section-hero-inner.hero-inner-event {
    height: 320px;
    background-size: auto 100%;
    background-position: bottom center;
  }
}
.section-hero-inner .container > img {
  width: 100%;
  height: auto;
}
.site-breadcrumbs {
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .site-breadcrumbs {
    display: none;
  }
}
.site-breadcrumbs .breadcrumb {
  background: none;
  padding: 0;
}
.site-breadcrumbs .breadcrumb li {
  font-size: 18px;
  color: #999;
}
.site-breadcrumbs .breadcrumb li.active a {
  color: #00adb8;
}
.site-breadcrumbs .breadcrumb li a {
  color: #999;
}
.site-breadcrumbs .breadcrumb li a:hover,
.site-breadcrumbs .breadcrumb li a:focus {
  color: #00adb8;
}
.site-breadcrumbs .breadcrumb li + li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.section.section-inner {
  text-align: left;
  font-weight: 300;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .section.section-inner {
    padding: 30px;
    line-height: 1.4;
    font-size: 16px;
  }
}
.section.section-inner img {
  max-width: 100%;
}
.section.section-inner strong {
  font-weight: 400;
}
.section.section-inner .section-title {
  text-align: left;
}
.section.section-inner ul.checkMarkNoTab {
  padding-left: 20px;
  list-style: none;
}
.section.section-inner .checkMarkNoTab li {
  display: block;
  padding: 5px 0;
}
.section.section-inner.page-2-section-1 {
  padding-top: 10px;
}
.section.section-inner.page-2-section-1.no-padding-bottom {
  padding-bottom: 0px;
}
.section.section-inner.page-2-section-1.paragraphe .section-title {
  padding-left: inherit;
}
@media screen and (max-width: 767px) {
  .section.section-inner.page-2-section-1.client .media .action {
    padding-left: 40px;
  }
}
.section.section-inner.page-2-section-1.client .media h1 {
  margin-bottom: 0;
}
.section.section-inner.page-2-section-1.client .media h2 {
  color: #00adb8;
}
.section.section-inner.page-2-section-1.client .media .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section.section-inner.page-2-section-1.client .media .img {
    margin: 30px auto 30px auto;
    float: none !important;
  }
}
.section.section-inner.page-2-section-1 .media {
  margin-bottom: 30px;
}
.section.section-inner.page-2-section-1 .media .media-object {
  width: 175px;
  height: auto;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .section.section-inner.page-2-section-1 .media .media-object {
    margin: 30px auto 30px auto;
    float: none !important;
  }
}
.section.section-inner.page-2-section-1 .list-unstyled li {
  display: -webkit-box;
  padding: 5px 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section.section-inner.page-2-section-1 .list-unstyled li {
    /* IE10+ CSS styles go here */
    display: -ms-flexbox;
  }
}
.section.section-inner.page-2-section-1 .list-unstyled li .fa {
  color: #009c3d;
  margin-right: 10px;
  margin-top: 4px;
}
.section.section-inner.page-2-section-2 {
  padding-bottom: 80px;
}
.section.section-inner.page-2-section-2.no-padding-top {
  padding-top: 0px;
}
@media screen and (max-width: 767px) {
  .section.section-inner.page-2-section-2 .section-resources .item {
    margin-bottom: 30px;
  }
}
.section.section-inner.page-2-section-2 .item {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section.section-inner.page-2-section-2 .item {
    margin-bottom: 0;
  }
}
.section.section-inner.page-2-section-2 .item .section-title {
  font-size: 40px;
  color: #00adb8;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .section.section-inner.page-2-section-2 .item .section-title.no-title-marging {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .section.section-inner.page-2-section-2 .item .section-title {
    margin: 30px 0 20px 0;
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section.section-inner.page-2-section-2 .item .section-title {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .section.section-inner.page-2-section-2 .more-list {
    margin-top: 30px;
  }
}
.section.section-inner.page-2-section-2 .more-list .list-unstyled li {
  display: -webkit-box;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  font-weight: 300;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section.section-inner.page-2-section-2 .more-list .list-unstyled li {
    /* IE10+ CSS styles go here */
    display: -ms-flexbox;
  }
}
.section.section-inner.page-2-section-2 .more-list .list-unstyled li strong {
  font-family: "embedded-roboto";
  font-weight: 500;
}
.section.section-inner.page-2-section-2 .more-list .list-unstyled li:first-child {
  border-top: 1px solid #ddd;
}
.section.section-inner.page-2-section-2 .more-list .list-unstyled li:before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: #00adb8;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section.section-inner.page-2-section-2 .more-list .list-unstyled li:before {
    /* IE10+ CSS styles go here */
    margin-top: 11px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .section.section-inner.page-2-section-2 .more-list .list-unstyled li:before {
    margin-top: -6px;
  }
}
@media screen and (max-width: 767px) {
  .section.section-inner.page-2-section-2 .more-list .list-unstyled li:before {
    width: 7px;
    height: 7px;
  }
}
.section.section-inner.page-2-section-2 .more-list .list-unstyled li a {
  color: #000;
  display: block;
  padding-right: 30px;
  position: relative;
}
.section.section-inner.page-2-section-2 .more-list .list-unstyled li a :first-child {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .section.section-inner.page-2-section-2 .more-list .list-unstyled li a {
    font-size: 14px;
  }
}
.section.section-inner.page-2-section-2 .more-list .list-unstyled li a:after {
  color: #00adb8;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 10px;
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
@media screen and (max-width: 767px) {
  .section.section-inner.page-2-section-2 .more-list .list-unstyled li a:after {
    display: none;
  }
}
.section.section-inner.page-2-section-2 .more-list .list-unstyled li a:hover,
.section.section-inner.page-2-section-2 .more-list .list-unstyled li a:focus {
  color: #00adb8;
}
.section.section-cta {
  text-align: left;
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .section.section-cta {
    padding: 40px 0;
  }
}
.section.section-cta .container {
  position: relative;
  padding: 0 400px 0 0;
}
@media screen and (max-width: 991px) {
  .section.section-cta .container {
    padding: 0 30px;
  }
}
.section.section-cta .cta-title {
  text-align: left;
  font-size: 40px;
  float: left;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .section.section-cta .cta-title {
    float: none;
    text-align: center;
    font-size: 32px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .section.section-cta .cta-title {
    font-size: 18px;
  }
}
.section.section-cta.section-cta-secondary {
  color: #fff;
  background: #00adb8;
}
.section.section-cta .cta-action {
  width: 300px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -22px;
}
@media screen and (max-width: 991px) {
  .section.section-cta .cta-action {
    width: 100%;
    top: auto;
    margin: 30px 0 0 0;
    position: relative;
  }
}
.section.section-cta .cta-action .btn {
  background: none;
  border: 2px solid #fff;
  color: #fff;
  display: block;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.section-cta .cta-action .btn {
    width: auto;
    margin: 0 auto;
  }
}
.section.section-cta .cta-action .btn:hover,
.section.section-cta .cta-action .btn:focus {
  border-color: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.8);
}
.section.section-site-paging {
  background: #88C8CF;
  padding: 40px 0;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.section-site-paging {
    padding: 15px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section.section-site-paging {
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .section.section-site-paging {
    padding: 15px 0;
  }
}
.section.section-site-paging a {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
.section.section-site-paging a:hover,
.section.section-site-paging a:focus {
  color: rgba(255, 255, 255, 0.5);
}
.section.page-3-section-1 {
  background: #fff;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .section.page-3-section-1 {
    padding: 30px 0 0 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .section.page-3-section-1 {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.page-3-section-1 {
    font-size: 16px;
  }
}
.section.page-3-section-1 .section-title {
  margin-bottom: 10px;
}
.section.page-3-section-1 .text {
  margin-top: 0;
}
.section.page-3-section-1 .detail {
  text-align: left;
  margin: 30px 0;
}
@media screen and (max-width: 991px) {
  .section.page-3-section-1 .detail ul.list-styled-disc > li:before {
    top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .section.page-3-section-1 .detail {
    line-height: 1.6;
  }
}
.section.page-3-section-1 .detail strong {
  font-weight: 500;
}
.section.page-3-section-1 .page-3-section-1-compare {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .section.page-3-section-1 .page-3-section-1-compare {
    padding: 25px 0;
  }
}
.section.page-3-section-1 .page-3-section-1-compare span {
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .section.page-3-section-1 .page-3-section-1-compare span {
    font-size: 18px;
  }
}
.section.page-3-section-1 .page-3-section-1-compare .btn {
  border-color: #00adb8;
  color: #00adb8;
}
@media screen and (max-width: 767px) {
  .section.page-3-section-1 .page-3-section-1-compare .btn {
    width: 100%;
    margin-top: 15px;
    padding: 15px;
    border-width: 1px;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .section.page-3-section-1 .page-3-section-1-compare .btn {
    width: 28%;
    margin-left: 30px;
  }
}
.section.page-3-section-1 .page-3-section-1-compare .btn:hover,
.section.page-3-section-1 .page-3-section-1-compare .btn:focus {
  background: #00adb8;
  color: #fff;
  border-color: #00adb8;
}
.section.page-3-section-1 .page-3-section-1-features .item {
  background: #F2FAFF;
  text-align: left;
  position: relative;
  padding-bottom: 130px;
}
@media screen and (max-width: 991px) {
  .section.page-3-section-1 .page-3-section-1-features .item {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.section.page-3-section-1 .page-3-section-1-features .item .top {
  background: #1C89E7;
  color: #fff;
  padding: 5px 30px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.page-3-section-1 .page-3-section-1-features .item .top {
    padding: 15px;
  }
}
.section.page-3-section-1 .page-3-section-1-features .item .top .title {
  font-size: 48px;
  font-weight: 300;
  text-transform: none;
  margin: 70px 0 50px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.page-3-section-1 .page-3-section-1-features .item .top .title {
    font-size: 30px;
    margin: 30px 0;
  }
}
.section.page-3-section-1 .page-3-section-1-features .item .top .text {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  font-family: "embedded-roboto", 'Roboto', sans-serif;
  font-style: normal;
  margin-bottom: 70px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.page-3-section-1 .page-3-section-1-features .item .top .text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.section.page-3-section-1 .page-3-section-1-features .item .bottom {
  padding: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.page-3-section-1 .page-3-section-1-features .item .bottom {
    padding: 15px;
  }
}
.section.page-3-section-1 .page-3-section-1-features .item .bottom .title {
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  text-transform: none;
  margin: 0 0 20px 0;
  min-height: 124px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.page-3-section-1 .page-3-section-1-features .item .bottom .title {
    font-size: 15px;
  }
}
.section.page-3-section-1 .page-3-section-1-features .item .bottom .title span {
  display: block;
  font-size: 48px;
  font-weight: 300;
  margin: 10px 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .section.page-3-section-1 .page-3-section-1-features .item .bottom .title span {
    font-size: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.page-3-section-1 .page-3-section-1-features .item .bottom .title span {
    font-size: 36px;
  }
}
.section.page-3-section-1 .page-3-section-1-features .item .bottom .title small {
  display: block;
  font-size: 36px;
  font-weight: 400;
  text-transform: none;
  top: 50%;
  position: absolute;
  /* transform: translateY(-50%); */
  left: 0;
  right: 0;
  margin-top: -20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.page-3-section-1 .page-3-section-1-features .item .bottom .title small {
    font-size: 18px;
  }
}
.section.page-3-section-1 .page-3-section-1-features .item .action {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.page-3-section-1 .page-3-section-1-features .item .action {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}
.section.page-3-section-1 .page-3-section-1-features .item .action .btn {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.section.page-3-section-1 .page-3-section-1-features .item .action .btn.btn-border {
  background: #fff;
  border-color: #00adb8;
  color: #00adb8;
}
.section.page-3-section-1 .page-3-section-1-features .item .action .btn.btn-border:hover,
.section.page-3-section-1 .page-3-section-1-features .item .action .btn.btn-border:focus {
  color: #fff;
  background: #00adb8;
  border-color: #00adb8;
}
.section.page-3-section-1 .page-3-section-1-features .item.item-2 .top {
  background: #005DB4;
}
.section.page-3-section-1 .page-3-section-1-features .item.item-3 .top {
  background: #054C7C;
}
.section.page-3-section-2 .section-title {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.page-3-section-2 {
    font-size: 16px;
  }
}
.section.page-3-section-2 .page-3-section-2-features .item {
  margin-top: 40px;
  background: #effaff;
}
.section.page-3-section-2 .page-3-section-2-features .item.item-2 .left {
  background: #8EC255;
}
.section.page-3-section-2 .page-3-section-2-features .item.item-3 .left {
  background: #FF6B58;
}
.section.page-3-section-2 .page-3-section-2-features .item .left {
  background: #00adb8;
  padding: 50px;
  color: #fff;
  text-align: center;
  min-height: 380px;
}
@media screen and (max-width: 767px) {
  .section.page-3-section-2 .page-3-section-2-features .item .left {
    padding: 30px;
    min-height: 0;
  }
}
.section.page-3-section-2 .page-3-section-2-features .item .left .title {
  font-size: 48px;
  font-weight: 300;
  text-transform: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.page-3-section-2 .page-3-section-2-features .item .left .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section.page-3-section-2 .page-3-section-2-features .item .left .title {
    font-size: 36px;
  }
}
.section.page-3-section-2 .page-3-section-2-features .item .left .text {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .section.page-3-section-2 .page-3-section-2-features .item .left .text {
    font-size: 16px;
  }
}
.section.page-3-section-2 .page-3-section-2-features .item .center {
  padding: 50px 30px;
}
@media screen and (max-width: 991px) {
  .section.page-3-section-2 .page-3-section-2-features .item .center {
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.page-3-section-2 .page-3-section-2-features .item .center {
    font-size: 16px;
    padding: 50px 30px 50px 10px;
  }
}
.section.page-3-section-2 .page-3-section-2-features .item .center .action {
  margin-top: 30px;
}
.section.page-3-section-2 .page-3-section-2-features .item .center .action .btn {
  width: 100%;
  border-color: #00adb8;
  color: #00adb8;
  background: #fff;
}
.section.page-3-section-2 .page-3-section-2-features .item .center .action .btn:hover,
.section.page-3-section-2 .page-3-section-2-features .item .center .action .btn:focus {
  color: #fff;
  background: #00adb8;
  border-color: #00adb8;
}
.section.page-3-section-2 .page-3-section-2-features .item .right {
  text-align: center;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .section.page-3-section-2 .page-3-section-2-features .item .right {
    display: none;
  }
}
.section.page-3-section-2 .page-3-section-2-features .item .right img {
  margin: 0 auto;
}
.section.page-3-section-2 .page-3-section-2-features .item.item-3 .right {
  text-align: right;
  padding: 0;
}
.section.page-3-section-2 .page-3-section-2-features .item.item-3 .right img {
  margin: 0;
}
.section.page-3-section-3 {
  padding-bottom: 80px;
}
.section.page-3-section-3 .item.item-1 .action a {
  background-image: url('../images/ico-calendar.svg');
}
.section.page-3-section-3 .item.item-3 .action a {
  background-image: url('../images/ico-cog.svg');
}
.section.section-page-4 {
  padding-top: 0;
}
.section.section-page-4 .section-title {
  text-align: left;
  margin-bottom: 60px;
}
.section.section-page-4 h3.section-title {
  font-size: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section.section-page-4 h3.section-title {
    font-size: 30px;
  }
}
.section.section-page-4 h4.section-title {
  font-size: 32px;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .section.section-page-4 h4.section-title {
    font-size: 24px;
  }
}
.section.section-page-4 .section-action {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .section.section-page-4 .section-action {
    padding: 0 30px;
  }
}
.section.section-page-4 .event-item {
  margin-bottom: 40px;
  -webkit-box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .section.section-page-4 .event-item.fixed-height {
    height: 565px;
    overflow: hidden;
  }
  .section.section-page-4 .event-item.fixed-height.rex-client {
    height: 590px;
  }
  .section.section-page-4 .event-item.fixed-height a.action {
    position: absolute;
    bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.section-page-4 .event-item.fixed-height {
    height: 500px;
  }
  .section.section-page-4 .event-item.fixed-height.rex-client {
    height: 478px;
  }
}
.section.section-page-4 .event-item:hover {
  -webkit-box-shadow: 2px 4px 30px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 4px 30px rgba(0, 0, 0, 0.5);
}
.section.section-page-4 .event-item .meta {
  color: #999;
  margin-bottom: 15px;
}
.section.section-page-4 .event-item .img {
  display: block;
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.section.section-page-4 .event-item .img img {
  -webkit-transition: all .2s ease-in-out .1s;
  -o-transition: all .2s ease-in-out .1s;
  transition: all .2s ease-in-out .1s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
}
.section.section-page-4 .event-item .img span {
  font-weight: 300;
  background: #E30521;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  font-size: 18px;
  color: #fff;
  padding: 5px;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.section-page-4 .event-item .img span {
    font-size: 14px;
  }
}
.section.section-page-4 .event-item.no-link .name:hover,
.section.section-page-4 .event-item.no-link .name:focus {
  color: #000;
}
.section.section-page-4 .event-item.no-link:hover {
  -webkit-box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.5);
}
.section.section-page-4 .event-item .name {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 991px) {
  .section.section-page-4 .event-item .name {
    line-height: 1.4;
    font-size: 18px;
  }
}
.section.section-page-4 .event-item .name:hover,
.section.section-page-4 .event-item .name:focus {
  color: #00adb8;
}
.section.section-page-4 .event-item .ct {
  background: #fff;
  padding: 15px;
}
.section.section-page-4 .event-item .text {
  margin-bottom: 15px;
  font-weight: 300;
}
.section.section-page-4 .event-item a.action {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
}
.section.section-page-4 .event-item a.action:before,
.section.section-page-4 .event-item a.action:after {
  border-right: 1px solid;
  content: '';
  display: block;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
}
.section.section-page-4 .event-item a.action:before {
  margin-top: -5px;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.section.section-page-4 .event-item a.action:after {
  margin-top: -1px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section.section-page-4 .event-item:hover .img img {
  opacity: .6;
  filter: alpha(opacity=60);
}
.section.section-page-4 .event-item.featured {
  margin-bottom: 60px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.section.section-page-4 .event-item.featured .img {
  margin-bottom: 0;
  border: 1px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.section-page-4 .event-item.featured .text {
    display: none;
  }
}
.section.section-page-4 .event-item.featured .name {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .section.section-page-4 .event-item.featured .name {
    font-size: 22px;
  }
}
.section.section-page-6 {
  padding-top: 0;
  font-weight: 300;
}
.section.section-page-6 .section-title {
  text-align: left;
  margin-bottom: 60px;
}
.section.section-page-6 p {
  margin-bottom: 30px;
}
.section.section-page-6 .section-title {
  margin-top: 20px;
  margin-bottom: 10px;
}
.section.section-page-6 h3.section-title {
  font-size: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .section.section-page-6 h3.section-title {
    font-size: 30px;
  }
}
.panel-group .panel-default {
  border-radius: 0;
  border: 0;
  margin-bottom: 15px;
}
.panel-group .panel-default .panel-body ul.list-styled-disc > li a {
  color: inherit ! important;
}
.panel-group .panel-default .panel-body ul.list-styled-disc > li a.active {
  color: #00adb8 ! important;
}
.panel-group .panel-default .panel-heading {
  background: #fff;
  border-bottom-width: 2px;
}
.panel-group .panel-default .panel-heading .panel-title {
  display: block;
  font-size: 18px;
  margin: 0px;
}
.panel-group .panel-default .panel-heading a {
  display: block;
  padding-right: 30px;
  position: relative;
  padding: 8px 0;
}
.panel-group .panel-default .panel-heading a:before,
.panel-group .panel-default .panel-heading a:after {
  content: " ";
  display: table;
}
.panel-group .panel-default .panel-heading a:after {
  clear: both;
}
.panel-group .panel-default .panel-heading a.active {
  color: #E30521;
}
.panel-group .panel-default .panel-heading a .fa {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -10px;
  font-size: 24px;
  color: #00adb8;
}
.panel-group .panel-default .panel-heading a.collapsed .fa:before {
  content: "\f105";
}
.widget {
  margin-bottom: 40px;
}
.widget.project-field {
  margin-bottom: 15px;
}
.widget .widget-title {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  color: #fff;
  padding: 20px 40px;
  background: #00adb8;
}
@media screen and (max-width: 1199px) {
  .widget .widget-title {
    padding: 20px;
  }
}
.widget .widget-ct {
  background: #E5E5E5;
  padding: 20px 40px;
}
@media screen and (max-width: 991px) {
  .widget .widget-ct {
    padding: 20px;
  }
}
.widget .widget-p-item {
  padding-left: 40px;
  margin-bottom: 30px;
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: top 5px left;
  min-height: 34px;
}
.widget .widget-p-item.item-calendar {
  background-image: url('../images/ico-6-calendar.svg');
}
.widget .widget-p-item.item-mail {
  background-image: url('../images/ico-6-envelope.svg');
}
.widget .widget-p-item.item-phone {
  background-image: url('../images/ico-6-phone.svg');
}
.event-detail-widget .widget-ct {
  padding-top: 40px;
  padding-bottom: 40px;
}
.event-detail-widget .detail-img {
  display: block;
  position: relative;
}
.event-detail-widget .detail-img img {
  width: 100%;
}
.event-detail-widget .detail-img span {
  font-weight: 300;
  background: #E30521;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  font-size: 18px;
  color: #fff;
  padding: 5px;
  z-index: 2;
}
.event-detail-form .widget-name-hasProject {
  margin-bottom: 15px;
}
.event-detail-form .radio input[type="radio"] {
  margin-top: 8px;
}
.event-detail-form .keyword .input-group-list {
  border: 0px;
}
.event-detail-form textarea.form-control {
  height: 150px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-detail-form textarea.form-control {
    height: 100px;
  }
}
.form-horizontal .inscription.help {
  font-size: 14px;
}
.widget-form {
  padding-bottom: 30px;
}
.widget-form .btn[type=submit] {
  margin-top: 30px;
}
.widget-form .section-title {
  font-family: "embedded-roboto", 'Roboto', sans-serif;
}
.widget-form .help-block {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 15px !important;
}
.widget-form .input-group .input-group-btn .btn-secondary > img {
  max-width: none;
  width: 20px;
  margin: -2px -8px;
  height: auto;
}
.widget-form .input-group .input-group-btn .btn-secondary:hover,
.widget-form .input-group .input-group-btn .btn-secondary:focus {
  background: #E30521;
  border-color: #E30521;
}
.widget-form label,
.widget-form .control-label {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
.widget-form .form-control {
  border-color: #ddd;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget-form .form-control:focus {
  border-color: #00adb8;
}
.widget-form textarea.form-control {
  height: 170px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .widget-form textarea.form-control {
    height: 120px;
  }
}
.widget-form .form-group {
  margin-bottom: 20px;
}
.event-detail-ct {
  font-weight: 300;
}
@media screen and (min-width: 1200px) {
  .event-detail-ct {
    padding-right: 60px;
  }
}
.event-detail-ct strong {
  font-weight: 500;
}
.event-detail-ct .content-title {
  color: #00adb8;
  text-transform: uppercase;
  font-size: 18px;
  margin: 30px 0;
}
.event-detail-ct .btn {
  margin-top: 20px;
}
.event-detail-ct .btn + .btn {
  margin-top: 20px;
}
.event-detail-meta {
  color: #999;
}
.btn-form {
  width: 102%;
}
.section.section-page-inner {
  text-align: left;
  font-weight: 300;
  padding: 30px 0;
}
.section.section-page-inner .section-resources .section-action {
  margin-top: -20px;
}
.section.section-page-inner .section-title {
  text-align: inherit;
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  .section.section-page-inner .section-title {
    margin: 0 0 30px 0;
  }
}
.section.section-page-inner .section-title small {
  font-size: 60%;
  font-weight: 300;
  color: inherit;
}
.section.section-page-inner .section-title.text-left {
  text-align: left;
}
.section.section-page-inner .section-title.text-right {
  text-align: right;
}
.section.section-page-inner .section-title.text-center {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .section.section-page-inner .section-content-text {
    padding-right: 60px;
  }
}
.section.section-page-inner .section-action {
  margin-top: 30px;
}
.section.section-page-inner p {
  margin-bottom: 10px;
  line-height: 1.5;
}
.section.section-page-inner p:last-child {
  margin: 0;
}
.section.section-page-inner img {
  max-width: 100%;
}
.section.section-page-inner h1 {
  font-size: 56px;
}
@media screen and (max-width: 767px) {
  .section.section-page-inner h1 {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 991px) {
  .section.section-page-inner h1 {
    font-size: 42px;
  }
}
.section.section-page-inner h2 {
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .section.section-page-inner h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .section.section-page-inner h2 {
    font-size: 30px;
  }
}
.section.section-page-inner h3 {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .section.section-page-inner h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .section.section-page-inner h3 {
    font-size: 26px;
  }
}
.section.section-page-inner h4 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .section.section-page-inner h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .section.section-page-inner h4 {
    font-size: 22px;
  }
}
.section.section-page-inner.section-page-contact {
  background: #00adb8;
  color: #fff;
  padding-bottom: 60px;
}
.section.section-page-inner.section-page-contact .ofices {
  padding-left: 35px;
  padding-top: 30px;
}
.section.section-page-inner.section-page-contact h4.section-title {
  font-size: 32px;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .section.section-page-inner.section-page-contact h4.section-title {
    font-size: 24px;
  }
}
.section.section-page-inner.section-page-contact .contact-box {
  background: #fff;
  -webkit-box-shadow: 5px 6px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 6px 15px rgba(0, 0, 0, 0.4);
}
.section.section-page-inner.section-page-contact .contact-box .widget .widget-ct {
  background: #fff;
  color: #000;
}
.section.section-page-inner.section-page-contact #contact-map {
  height: 1000px;
}
@media screen and (max-width: 767px) {
  .section.section-page-inner.section-page-contact #contact-map {
    height: 300px;
  }
}
.section.section-page-inner.section-page-contact .map-detail-box {
  font-size: 18px !important;
  color: #000;
}
.section.section-page-inner.section-page-contact .map-detail-box p {
  margin-bottom: 15px;
}
.section-page-10-1 .item-group .item {
  padding: 30px 30px 40px 30px;
  color: #fff;
  background: #00adb8;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 991px) {
  .section-page-10-1 .item-group .item {
    margin-bottom: 40px;
  }
}
.section-page-10-1 .item-group .item:hover {
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.5);
}
.section-page-10-1 .item-group .item .img {
  margin: 0 auto 30px auto;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  padding: 25px;
}
.section-page-10-1 .item-group .item .img img {
  max-width: 100%;
}
.section-page-10-1 .item-group .item .name {
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: 26px;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-page-10-1 .item-group .item .name {
    font-size: 20px;
  }
}
.section-page-10-1 .item-group .item.item-1 {
  background: #7DCBFA;
}
.section-page-10-1 .item-group .item.item-2 {
  background: #2467C5;
}
.section-page-10-1 .item-group .item.item-3 {
  background: #4EA0AE;
}
.section-page-10-1 .item-group .item.item-4 {
  background: #5D6DBA;
}
.section-page-10-3 .section-action {
  padding-top: 60px;
}
.section-page-10-3 .section-action a:before,
.section-page-10-3 .section-action a:after {
  content: none;
}
.section-page-10-3 .item-list .item {
  padding: 30px;
  display: block;
  border-bottom: 1px solid #ddd;
  color: #000;
}
@media screen and (max-width: 767px) {
  .section-page-10-3 .item-list .item {
    padding: 15px;
  }
}
.section-page-10-3 .item-list .item .name {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .section-page-10-3 .item-list .item .name {
    font-size: 24px;
  }
}
.section-page-10-3 .item-list .item .type {
  margin-bottom: 5px;
}
.section-page-10-3 .item-list .item .type a {
  color: #000;
}
.section-page-10-3 .item-list .item .type a:hover,
.section-page-10-3 .item-list .item .type a:focus {
  color: #00adb8;
}
.section-page-10-3 .item-list .item .text {
  color: #000;
}
.section-page-10-3 .item-list .item:hover {
  background: #92CDD3;
  color: #fff;
}
.section-page-10-3 .item-list .item:hover .name a,
.section-page-10-3 .item-list .item:hover .type a {
  color: #fff;
}
.section-page-10-3 .item-list .item:hover .name a:hover,
.section-page-10-3 .item-list .item:hover .type a:hover,
.section-page-10-3 .item-list .item:hover .name a:focus,
.section-page-10-3 .item-list .item:hover .type a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.section-page-10-3 .item-list .item:hover .text {
  color: #fff;
}
.team-list .item {
  margin: 0 10px 40px 10px;
  -webkit-box-shadow: 4px 5px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 5px 15px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .team-list .item {
    margin: 0 0 30px 0;
  }
}
.team-list .item .item-top {
  padding: 40px;
  background: #00adb8;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .team-list .item .item-top {
    padding: 15px;
  }
}
.team-list .item .item-top .img {
  display: inline-block;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  background: #000;
  border: 2px solid #fff;
  margin-bottom: 20px;
}
.team-list .item .item-top .img img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
}
.team-list .item .item-top .name {
  font-size: 32px;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .team-list .item .item-top .name {
    font-size: 24px;
  }
}
.team-list .item .item-top .job {
  font-size: 20px;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .team-list .item .item-top .job {
    font-size: 14px;
    line-height: 1.4;
  }
}
.team-list .item .item-bottom {
  padding: 40px 40px 100px 40px;
  background: #fff;
  color: #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .team-list .item .item-bottom {
    padding: 20px 20px 80px 20px;
  }
}
.team-list .item .item-bottom .social-list {
  position: absolute;
  padding: 40px;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .team-list .item .item-bottom .social-list {
    padding: 20px;
  }
}
.team-list .item .item-bottom .social-list a {
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.team-list .item .item-bottom .social-list a i,
.team-list .item .item-bottom .social-list a .fa {
  font-size: 24px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .team-list .item .item-bottom .social-list a {
    font-size: 12px;
  }
}
.section-page-12 .client-selection {
  text-align: center;
}
.section-page-12 .client-selection span {
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
}
.section-page-12 .client-selection .dropdown {
  display: inline-block;
  margin: 0 30px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .section-page-12 .client-selection .dropdown {
    margin: 10px 0 0 0;
    display: block;
  }
  .section-page-12 .client-selection .dropdown .btn {
    display: block;
    width: 100%;
  }
}
.section-page-12 .client-slider-listing .item {
  border: 1px solid #ddd;
  background: #fff;
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-page-12 .client-slider-listing .item {
    border: 0;
  }
}
.section-page-12 .client-slider-listing .item img {
  max-width: none;
  height: auto;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 991px) {
  .section-page-12 .client-slider-listing .item img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-page-12 .client-slider-listing .item img {
    border: 1px solid #ddd;
  }
}
.section-page-12 .client-slider-listing .item:hover {
  border-color: #00adb8;
}
.section-page-12 .client-slider-listing .item:hover img {
  opacity: .6;
  filter: alpha(opacity=60);
}
.section-page-12 .client-intro {
  text-align: center;
  font-family: 'Bitter', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 34px;
  color: #064075;
  line-height: 1.6;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .section-page-12 .client-intro {
    font-size: 24px;
    line-height: 1.2;
    padding: 30px 0;
  }
}
.section-page-inner.section-page-7 {
  padding-top: 0;
  font-weight: 300;
}
.section-page-inner.section-page-7 .section-title {
  text-align: left;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section-page-inner.section-page-7 .btn {
    display: block;
    width: 100%;
    border-width: 1px;
  }
}
@media screen and (max-width: 767px) {
  .section-10-slider {
    margin-bottom: 50px;
  }
}
.event-detail-widget .btn.download {
  margin-top: 30px;
}
.list-ressources {
  background: #ffffff;
}
.list-ressources .row {
  margin-bottom: 30px;
}
.wysiwyg .color.blue {
  color: #00adb8;
}
.wysiwyg .color.red {
  color: #E30521;
}
.wysiwyg .bloc-pave {
  border: 2px solid #00adb8;
  padding-left: 30px;
  padding-top: 30px;
  padding-right: 30px;
  border-radius: 10px;
}
.wysiwyg .bloc-pave .section-title {
  padding-left: 30px;
}
.wysiwyg.fonctionalites .section-title {
  margin-bottom: 0px;
}
.wysiwyg .fa-check {
  display: block;
  padding: 5px 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-indent: -20px;
}
.wysiwyg .fa-check::before {
  color: #009c3d;
  margin-right: 5px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.wysiwyg .btn img {
  height: 25px;
  vertical-align: middle;
}
.wysiwyg h1.section-title {
  font-size: 56px;
}
@media screen and (max-width: 767px) {
  .wysiwyg h1.section-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .wysiwyg h1.section-title {
    font-size: 42px;
  }
}
.wysiwyg h2.section-title {
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .wysiwyg h2.section-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .wysiwyg h2.section-title {
    font-size: 30px;
  }
}
.wysiwyg h3.section-title {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .wysiwyg h3.section-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .wysiwyg h3.section-title {
    font-size: 26px;
  }
}
.wysiwyg h4.section-title {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .wysiwyg h4.section-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .wysiwyg h4.section-title {
    font-size: 22px;
  }
}
.wysiwyg h5.section-title {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .wysiwyg h5.section-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .wysiwyg h5.section-title {
    font-size: 18px;
  }
}
.wysiwyg h6.section-title {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .wysiwyg h6.section-title {
    font-size: 8px;
  }
}
@media screen and (max-width: 991px) {
  .wysiwyg h6.section-title {
    font-size: 14px;
  }
}
.btn img.icone-upload {
  height: 25px;
  vertical-align: middle;
}
.at-expanding-share-button {
  z-index: inherit !important;
}
.section.section-citation {
  color: #fff;
  background: #00adb8;
  padding: 20px 20px;
}
.section.section-citation.displayContenu {
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .section.section-citation {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1280px) {
  .section.section-citation .container {
    padding-left: 60px;
  }
}
@media screen and (max-width: 991px) {
  .section.section-citation .container {
    padding: 0 30px;
  }
}
.section.section-citation .auteur {
  font-family: 'Bitter', serif;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .section.section-citation .auteur {
    font-size: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .section.section-citation .auteur {
    font-size: 10px;
  }
}
.section.section-citation .cta-title {
  text-align: left;
  font-size: 40px;
  float: left;
  margin: 0;
  font-family: 'Bitter', serif;
}
@media screen and (max-width: 991px) {
  .section.section-citation .cta-title {
    float: none;
    text-align: center;
    font-size: 32px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .section.section-citation .cta-title {
    font-size: 18px;
  }
}
.section.section-citation.section-cta-secondary {
  color: #fff;
  background: #00adb8;
}
.section.section-citation .cta-action {
  width: 300px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -22px;
}
@media screen and (max-width: 991px) {
  .section.section-citation .cta-action {
    width: 100%;
    top: auto;
    margin: 30px 0 0 0;
    position: relative;
  }
}
.action .download img {
  height: 32px;
}
.mce-content-body .bloc-pave {
  border: 2px solid #00adb8;
  padding-left: 30px;
  padding-top: 30px;
  padding-right: 30px;
  border-radius: 10px;
}
.mce-content-body .bloc-pave .section-title {
  padding-left: 30px;
}
.mce-content-body .fa-check {
  display: block;
  padding: 5px 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.mce-content-body .fa-check::before {
  color: #009c3d;
  margin-right: 5px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.mce-content-body ul.checkMarkNoTab {
  padding-left: 0;
  list-style: none;
}
.mce-content-body .checkMarkNoTab li {
  display: block;
  padding: 5px 0;
}
.mce-content-body .color.blue {
  color: #00adb8;
}
.mce-content-body .color.red {
  color: #E30521;
}
.mce-content-body .section-title {
  font-weight: 300;
  text-transform: none;
  font-family: "embedded-roboto", 'Roboto', sans-serif;
  margin-bottom: 30px;
  margin-top: 0;
  letter-spacing: -0.02em;
  border-bottom: 0;
}
.mce-content-body h1.section-title {
  font-size: 56px;
}
@media screen and (max-width: 767px) {
  .mce-content-body h1.section-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .mce-content-body h1.section-title {
    font-size: 42px;
  }
}
.mce-content-body h2.section-title {
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .mce-content-body h2.section-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .mce-content-body h2.section-title {
    font-size: 30px;
  }
}
.mce-content-body h3.section-title {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .mce-content-body h3.section-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .mce-content-body h3.section-title {
    font-size: 26px;
  }
}
.mce-content-body h4.section-title {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .mce-content-body h4.section-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .mce-content-body h4.section-title {
    font-size: 22px;
  }
}
.mce-content-body h5.section-title {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .mce-content-body h5.section-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .mce-content-body h5.section-title {
    font-size: 18px;
  }
}
.mce-content-body h6.section-title {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .mce-content-body h6.section-title {
    font-size: 8px;
  }
}
@media screen and (max-width: 991px) {
  .mce-content-body h6.section-title {
    font-size: 14px;
  }
}
.formation.dates.sessions ul.list-styled-disc {
  margin-top: 20px;
}
.calendrier.formation .description {
  margin-top: 20px;
  margin-bottom: 20px;
}
.tabel-formation.row .ligne:nth-child(even) {
  background: #f2f2f2;
}
.tabel-formation .row {
  border-bottom: 1px solid #a8a8a8;
  border-top: 1px solid #a8a8a8;
  padding-bottom: 30px;
  padding-top: 30px;
}
.tabel-formation .row .pub-title {
  padding-top: 30px;
  padding-bottom: 30px;
}
.tabel-formation .row a {
  color: #000;
}
.tabel-formation .row a:hover,
.tabel-formation .row a:focus {
  color: #00adb8;
}
.tabel-formation .row .dates .icone {
  padding-right: 0px;
}
.tabel-formation .row .dates img {
  margin-top: 4px;
}
.tabel-formation .row .dates .date {
  padding-left: 0px;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .tabel-formation .row .dates .date {
    padding-left: 10px;
  }
}
.tabel-formation .row .dates .date.contact {
  padding-top: 11px;
}
.tabel-formation .row .title .pub-title {
  font-size: 32px;
  font-weight: 300;
}
.tabel-formation .row .title .icone {
  padding-right: 10px;
  width: auto;
}
.tabel-formation .row .title .date {
  padding-left: 0px;
  padding-top: 10px;
}
.page-client .cta.action {
  margin-top: 10px;
}
.remerciement .bloc-bleu {
  background: #d9edf7;
}
.remerciement .sous-bolc {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 991px) {
  .img-section-cas-clent {
    padding-left: 0px;
  }
  .img-section-cas-clent img {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pqf-blog .filter-thematique,
  .pqf-blog .filter-years,
  .pqf-blog .filter-by {
    padding-left: 0px;
  }
  .pqf-blog .filter-thematique .btn,
  .pqf-blog .filter-years .btn,
  .pqf-blog .filter-by .btn {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .comm-presse .btn {
    font-size: 13px;
  }
}
.page-2-section-1 .addthis_inline_share_toolbox {
  margin-bottom: 20px;
}
.wiki,
.wysiwyg,
.mce-content-body {
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.formation.meta-donnes {
  padding-left: 0;
}
.formation.meta-donnes .icone {
  padding-left: 0px;
  padding-right: 0px;
  width: 40px;
}
.formation.meta-donnes .texte {
  margin-top: 7px;
  padding-left: 5px;
}
.phone-text a {
  margin: 0;
  padding: 0;
}
#phone-text a strong {
  font-weight: 300 !important;
}
#phone-text strong {
  font-weight: 300 !important;
}
.wysiwyg-editor {
  z-index: 1;
}
.desc-actu .wysiwyg > p:last-of-type:before,
.desc-actu .wysiwyg > p:last-of-type:after {
  content: " ";
  display: table;
}
.desc-actu .wysiwyg > p:last-of-type:after {
  clear: both;
}
IMG.edit-small,
IMG.jalios-icon.edit {
  vertical-align: middle;
}
.selection-body .selection-main {
  margin-right: 0px;
}
.validation-demandes.section-resources {
  margin-top: 60px;
  background: none;
}
.validation-demandes.section-resources .section-title {
  text-align: center;
}
.pagination-wrapper .pagination > .active > a,
.pagination-wrapper .pagination > .active > span,
.pagination-wrapper .pagination > .active > a:hover,
.pagination-wrapper .pagination > .active > span:hover,
.pagination-wrapper .pagination > .active > a:focus,
.pagination-wrapper .pagination > .active > span:focus {
  background: #00adb8;
  border-color: #00adb8;
}
.wiki TABLE TH,
.wysiwyg TABLE TH,
.mce-content-body TABLE TH,
.wiki TABLE TD,
.wysiwyg TABLE TD,
.mce-content-body TABLE TD {
  border: none;
}
.partner-center-logo {
  text-align: center;
}
.partner-center-logo .invisible-text {
  font-size: 1px;
  color: white;
}
@media screen and (min-width: 768px) {
  .no-title-marging .section.section-inner.page-2-section-2 .item .section-title {
    margin-top: 0px;
  }
}
/* .section-title,
.meta,
.item .title,
.section-page-inner.section-inner.page-2-section-1 {
	IMG.edit-small,
	IMG.jalios-icon.edit {
		 vertical-align: middle;
	}
}  */
@media screen and (max-width: 767px) {
  .subfunction-img {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .action.see-more.revue-presse,
  .action.see-more.commpresse {
    padding-top: 30px;
  }
}
.desc-actu.validation-demandes {
  padding-top: 40px;
}
.color.blue {
  color: #00adb8;
}
/*# sourceMappingURL=style.css.map */
