body {
  font-family: 'Chivo', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
}
a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
blockquote {
  position: relative;
  border: none;
  clear: both;
  padding-left: 45px;
  padding-right: 45px;
  max-width: 1000px;
  margin: 0 auto 30px;
}
blockquote::before,
blockquote::after {
  position: absolute;
  color: #009fe3;
  font-size: 80px;
}
blockquote::before {
  left: 0;
  top: -30px;
  content: '«';
}
blockquote::after {
  content: '»';
  right: 0;
  bottom: -30px;
}
blockquote p {
  color: #009fe3 !important;
}
img {
  max-width: 100%;
}
.body-content img {
  padding: 10px;
}
.padding-top-content {
  padding-top: 30px;
}
@media screen and (min-width: 1200px) {
  .padding-top-content {
    padding-top: 60px;
  }
}
.padding-bottom-content {
  padding-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .padding-bottom-content {
    padding-bottom: 60px;
  }
}
.padding-top {
  padding-top: 30px;
}
.padding-bottom {
  padding-bottom: 30px;
}
.padding-bottom-element {
  padding-bottom: 15px;
}
.padding-top-element {
  padding-top: 15px;
}
.btn-primary {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  border: 2px solid #122d58;
  border-radius: 30px;
  color: #122d58;
  cursor: pointer;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0) linear-gradient(to left, transparent 50%, rgba(18, 45, 88, 0.8) 50%) repeat scroll right bottom / 200% 100%;
}
.btn-primary i {
  padding-left: 2px;
}
.btn-primary:hover,
.btn-primary:focus {
  background-position: left bottom;
  text-decoration: none;
  border: 2px solid #122d58;
}
.btn-primary:hover svg path,
.btn-primary:focus svg path {
  fill: #fff;
}
.btn-primary svg {
  position: absolute;
  left: 7px;
  height: 23px;
}
.btn-primary svg path {
  transition: fill, 250ms;
  fill: #949494;
}
.btn-primary.white {
  border-color: #fff;
  color: #fff;
  background: rgba(0, 0, 0, 0) linear-gradient(to left, transparent 50%, #ffffff 50%) repeat scroll right bottom / 200% 100%;
}
.btn-primary.white:hover,
.btn-primary.white:focus {
  background-position: left bottom;
  color: #122d58;
}
.title-line {
  position: relative;
  padding-bottom: 10px;
}
.title-line:after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: 0;
}
.container-fluid {
  max-width: 1200px;
}
.logo-header {
  position: absolute;
  z-index: 5;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}
.search-page {
  background-color: #122d58;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 77px;
  z-index: 100;
  height: 350px;
  padding-top: 30px;
}
.search-page h1 {
  font-size: 25px;
  padding-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.search-page form {
  background-color: #122d58;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  max-width: 600px;
}
.search-page form label {
  font-weight: normal;
  margin: 0;
}
.search-page form input[type="text"] {
  display: block;
  width: 100%;
  height: 40px;
  color: #000;
  font-style: italic;
  padding-left: 10px;
}
.search-page form .container-checkboxes {
  padding-top: 10px;
}
.search-page form .checkboxes {
  list-style-type: none;
  padding-left: 15px;
  float: left;
  width: 50%;
  margin-bottom: 0px;
}
.search-page form .checkboxes li {
  padding: 3px 0px !important;
}
.search-page form .select {
  display: table;
  margin: 0 auto;
}
.search-page form .select form {
  display: inline;
}
.search-page form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 5px;
  width: 100%;
  border-radius: 2px;
  border: #aaa solid 2px;
  height: 40px;
  color: #727272;
  box-shadow: none;
  font-size: 20px;
}
.search-page form select:focus {
  outline: none;
}
.search-page form .container-input {
  position: relative;
  margin: 20px 8px;
  width: 180px;
  display: inline-block;
}
.search-page form .container-input .fa.fa-chevron-down {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  pointer-events: none;
  color: #aaa;
}
.navbar {
  background-color: #122d58;
  border: none;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
  min-height: 65px;
}
.navbar .navbar-brand img {
  width: 200px;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-brand img {
    width: 320px;
  }
}
.navbar .menu {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .navbar .menu {
    padding-right: 60px;
  }
}
.navbar .menu .search {
  background-color: #009fe3;
  color: #0184bc;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  margin: 0 -15px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .navbar .menu .search {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .menu .search {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    margin: 0;
    font-size: 25px;
    line-height: 75px;
  }
}
.navbar .menu .search:hover,
.navbar .menu .search:focus {
  background-color: rgba(0, 159, 227, 0.2);
  color: #009fe3;
}
.navbar .secondary-nav {
  margin-top: 0;
  margin-bottom: 0;
}
.navbar .secondary-nav ul {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .navbar .secondary-nav ul {
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .secondary-nav ul li {
    display: inline-block;
  }
}
.navbar .secondary-nav ul li a {
  padding: 10px 15px;
  font-size: 14px;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .navbar .secondary-nav ul li a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .secondary-nav .nav-items {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.navbar .secondary-nav .nav-items li a {
  color: white;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .navbar .secondary-nav .nav-items li a {
    padding: 3px 5px;
  }
}
.navbar .secondary-nav .nav-items li a:hover,
.navbar .secondary-nav .nav-items li a:focus {
  color: #0184bc;
}
.navbar .secondary-nav .nav-lang {
  background-color: rgba(255, 255, 255, 0.1);
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .navbar .secondary-nav .nav-lang {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.navbar .secondary-nav .nav-lang li {
  display: inline-block;
}
.navbar .secondary-nav .nav-lang li a {
  text-transform: uppercase;
  color: white;
  padding: 10px 0;
}
@media screen and (min-width: 1200px) {
  .navbar .secondary-nav .nav-lang li a {
    padding: 3px 0;
  }
}
.navbar .secondary-nav .nav-lang li a:after {
  content: "|";
  padding-left: 3px;
  padding-right: 3px;
  color: white;
}
.navbar .secondary-nav .nav-lang li a:hover,
.navbar .secondary-nav .nav-lang li a:focus {
  color: #0184bc;
}
.navbar .secondary-nav .nav-lang li:last-of-type a:after {
  display: none;
}
.navbar .secondary-nav .nav-social {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .navbar .secondary-nav .nav-social {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.navbar .secondary-nav .nav-social li {
  display: inline-block;
}
.navbar .secondary-nav .nav-social li a {
  color: white;
  padding: 10px 5px;
}
@media screen and (min-width: 1200px) {
  .navbar .secondary-nav .nav-social li a {
    padding: 3px 5px;
  }
}
.navbar .secondary-nav .nav-social li a:hover,
.navbar .secondary-nav .nav-social li a:focus {
  color: #0184bc;
}
@media screen and (min-width: 1200px) {
  .navbar .secondary-nav .nav-don {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.navbar .secondary-nav .nav-don li a {
  text-transform: uppercase;
  background-color: #F47621;
  color: white;
}
@media screen and (min-width: 1200px) {
  .navbar .secondary-nav .nav-don li a {
    padding: 3px 5px;
  }
}
.navbar .secondary-nav .nav-don li a svg {
  vertical-align: middle;
  padding-right: 2px;
}
.navbar .secondary-nav .nav-don li a:hover,
.navbar .secondary-nav .nav-don li a:focus {
  background-color: #e3620b;
}
.navbar .main-nav {
  margin-top: 0;
  margin-bottom: 0;
}
.navbar .navbar-nav > li > a {
  text-transform: uppercase;
  color: white;
  padding: 10px 15px;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav > li > a {
    padding: 15px 10px;
  }
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  color: #0184bc;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav > li > a:hover,
  .navbar .navbar-nav > li > a:focus {
    color: white;
    background-color: #0184bc;
  }
}
.navbar-toggle {
  padding: 7px 10px;
  margin-top: 3px;
  margin-right: 10px;
  margin-bottom: 0;
}
.dropdown-menu > li > a {
  color: white;
}
@media screen and (min-width: 1200px) {
  .dropdown-menu > li > a {
    color: #122d58;
  }
}
.hamburger .line {
  width: 30px;
  height: 3px;
  background-color: white;
  display: block;
  margin: 7px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover {
  cursor: pointer;
}
#hamburger-x.is-active .line {
  background-color: white;
}
#hamburger-x.is-active .line:nth-child(2) {
  opacity: 0;
}
#hamburger-x.is-active .line:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
#hamburger-x.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -o-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}
/*---------------------------------------
:: Bootstrap modifs for menu burger tablet
---------------------------------------*/
@media (min-width: 768px) and (max-width: 1199px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li {
    float: none;
  }
  .dropdown-menu {
    position: relative;
    box-shadow: none;
    float: none;
  }
  .dropdown-menu {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  .navbar-right {
    float: none !important;
    margin-right: -15px;
  }
}
.carousel-indicators {
  left: 0;
  margin-left: 0;
  text-align: left;
  padding-left: 30px;
}
.home-links {
  background-color: #122d58;
  color: white;
}
@media screen and (min-width: 992px) {
  .home-links-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
  }
}
.home-links-box a {
  display: block;
  padding: 30px;
  color: white;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .home-links-box a {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.home-links-box a .btn-primary {
  background: rgba(0, 0, 0, 0) linear-gradient(to left, transparent 50%, rgba(10, 0, 0, 0) 50%) repeat scroll right bottom / 200% 100%;
  color: white !important;
}
.home-links-box a:hover,
.home-links-box a:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.home-links-box a:hover .btn-primary,
.home-links-box a:focus .btn-primary {
  background: rgba(0, 0, 0, 0) linear-gradient(to left, transparent 50%, rgba(10, 0, 0, 0) 50%) repeat scroll right bottom / 200% 100%;
}
.newsletter-form {
  margin-top: 15px;
}
.newsletter-form form {
  width: 100%;
}
.newsletter-form form input {
  color: #333;
  width: 100%;
  height: 35px;
}
.newsletter-form form input.button {
  width: auto;
  margin-top: 15px;
  -webkit-transition: all 0.2s ease !important;
  -moz-transition: all 0.2s ease !important;
  -o-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  position: relative !important;
  border: 2px solid white !important;
  border-radius: 30px !important;
  color: white !important;
  cursor: pointer !important;
  padding: 5px 10px !important;
  background: rgba(0, 0, 0, 0) linear-gradient(to left, transparent 50%, rgba(18, 45, 88, 0.8) 50%) repeat scroll right bottom / 200% 100% !important;
}
.newsletter-form form input.button:hover,
.newsletter-form form input.button:focus {
  background-position: left bottom !important;
  text-decoration: none !important;
}
@media screen and (min-width: 992px) {
  .home-news {
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #009fe3 50%, #009fe3 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #009fe3 50%, #009fe3 100%);
    background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #009fe3 50%, #009fe3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#009fe3', GradientType=1);
  }
}
@media screen and (min-width: 992px) {
  .home-news .home-news-actualities {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.home-news .home-news-actualities .home-news-actualities-title {
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .home-news .home-news-actualities .home-news-actualities-title {
    text-align: right;
  }
}
.home-news .home-news-actualities .home-news-actualities-title:after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #122d58;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .home-news .home-news-actualities .home-news-actualities-title:after {
    left: auto;
    right: 0;
  }
}
.home-news .home-news-actualities .home-news-actualities-item {
  display: block;
  margin-bottom: 30px;
}
.home-news .home-news-actualities .home-news-actualities-item .home-news-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 15px;
}
.home-news .home-news-actualities .home-news-actualities-item .home-news-right {
  background-color: white;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 15px;
  margin-left: -45px;
  width: calc(58.33333333% + 45px);
}
.home-news .home-news-actualities .home-news-actualities-item .home-news-right h5 {
  color: #333;
  position: relative;
  padding-bottom: 13px;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.home-news .home-news-actualities .home-news-actualities-item .home-news-right h5:after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #122d58;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home-news .home-news-actualities .home-news-actualities-item .home-news-right p {
  color: #5b5b5b;
  font-size: 13px;
}
.home-news .home-news-actualities .home-news-actualities-item:hover .home-news-right,
.home-news .home-news-actualities .home-news-actualities-item:focus .home-news-right {
  background-color: white;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.5);
}
.home-news .home-news-blog {
  background-color: #009fe3;
}
@media screen and (min-width: 992px) {
  .home-news .home-news-blog {
    padding-left: 30px;
    padding-right: 30px;
    background-color: transparent;
  }
}
.home-news .home-news-blog .home-news-blog-title {
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: white;
}
.home-news .home-news-blog .home-news-blog-title:after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home-news .home-news-blog .home-news-blog-item {
  color: white;
  display: block;
  margin-bottom: 30px;
}
.home-news .home-news-blog .home-news-blog-item .home-blog-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home-news .home-news-blog .home-news-blog-item h5 {
  margin-bottom: 5px;
  font-size: 15px;
}
.home-news .home-news-blog .home-news-blog-item time {
  margin-bottom: 10px;
  display: block;
  font-size: 13px;
}
.home-news .home-news-blog .home-news-blog-item p {
  font-size: 13px;
}
.home-news .home-news-blog .home-news-blog-item:hover,
.home-news .home-news-blog .home-news-blog-item:focus {
  opacity: 0.8;
}
.home-news .home-news-blog .home-news-blog-item .home-blog-right {
  height: 147.167px;
}
@media screen and (min-width: 992px) {
  .home-news .btn-right {
    text-align: right;
  }
}
.news-inner-box {
  padding-right: 15px;
  padding-left: 15px;
}
.home-news-flexbox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
}
.block-with-text {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 3.4em;
  padding-right: 1em;
  display: block;
}
.block-with-text:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: -2px;
}
.block-with-text:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
.block-with-text-right-title {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 6em;
  text-align: justify;
  padding-right: 1em;
  display: block;
}
.block-with-text-right-title:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: -2px;
}
.block-with-text-right-title:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #009fe3;
}
.block-with-text-right-summary {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 4.9em;
  text-align: justify;
  padding-right: 1em;
  display: block;
  margin-bottom: 15px;
}
.block-with-text-right-summary:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: -2px;
}
.block-with-text-right-summary:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #009fe3;
}
.partners {
  border-top: 1px solid #eeeeee;
}
@media screen and (min-width: 992px) {
  .partners {
    background: #009fe3;
    background: -moz-linear-gradient(left, #009fe3 0%, #009fe3 50%, #ffffff 50%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #009fe3 0%, #009fe3 50%, #ffffff 50%, #ffffff 100%);
    background: linear-gradient(to right, #009fe3 0%, #009fe3 50%, #ffffff 50%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009fe3', endColorstr='#ffffff', GradientType=1);
  }
}
.partners .partners-title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  color: white;
}
.partners .partners-title:after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .partners .partners-title:after {
    left: auto;
    right: 0;
  }
}
.partners .partners-left {
  background-color: #009fe3;
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .partners .partners-left {
    color: white;
    text-align: right;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .partners .partners-logos {
    color: white;
    text-align: right;
    padding-left: 30px;
    padding-right: 30px;
  }
}
#map {
  height: 470px;
}
#map .si-wrapper-right .si-content-wrapper {
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
  overflow: auto;
  background: transparent;
}
#map .si-wrapper-right .si-shadow-wrapper-right {
  display: none;
}
#map .si-wrapper-right .si-pointer-right {
  display: none;
}
#map .si-wrapper-right .si-close-button {
  margin-top: 45px;
}
#map .si-wrapper-right h3 {
  margin: 0px;
  padding: 10px;
  display: table;
  background-color: #122d58;
  color: #fff;
}
#map .si-wrapper-right .InfoWindow {
  background: #fff;
  padding: 10px 25px 10px 10px;
}
#map .si-wrapper-right .InfoWindow p {
  margin: 0px;
  padding-right: 10px;
  color: #009fe3;
  font-weight: bold;
}
#map .si-wrapper-right .InfoWindow hr {
  border-color: #009fe3;
  width: 100%;
  height: 5px;
}
#map .si-wrapper-right .InfoWindow img {
  display: block;
  margin: 5px auto;
  width: 150px;
}
.container-block-img {
  display: block;
  height: 245px;
  padding: 10px;
  margin: 15px 0px;
  background-size: cover;
  background-position: center;
  /*background-color: @primary;*/
  background-blend-mode: soft-light;
  color: #fff;
  transition: background-color, 250ms;
}
.container-block-img h1 {
  font-size: 20px;
  position: absolute;
  bottom: 15px;
  text-transform: uppercase;
  color: #fff;
}
.container-block-img:hover {
  background-color: #122d58;
}
.container-block-img.no-link:hover {
  background-color: #009fe3;
}
.home {
  background-color: #122d58;
}
.home .left-col {
  padding-top: 100px;
  padding-bottom: 100px;
}
.home .right-col {
  padding-bottom: 100px;
  background-color: #122d58;
}
@media screen and (min-width: 992px) {
  .home .right-col {
    padding-top: 60px;
  }
}
.home .right-col h2 {
  font-size: 27px;
  color: #009fe3;
}
.home .right-col h1 {
  color: #5b5b5b;
  margin-bottom: 20px;
}
.home .right-col img {
  width: 100%;
  margin-top: 50px;
}
.home .right-col .read {
  font-size: 18px;
  color: #fff;
}
.socialmedia {
  background-color: #122d58;
}
.socialmedia h1 {
  margin: 0px;
  color: #fff;
}
.blog {
  position: relative;
  background-color: #009fe3;
  padding-top: 100px;
  padding-bottom: 100px;
}
.blog .bg-img {
  position: absolute;
  left: -50px;
  opacity: 0.2;
  top: 50%;
  transform: translateY(-50%);
}
.blog h1 span {
  display: block;
  color: #fff;
}
.blog p {
  font-size: 16px;
  color: #fff;
}
.blog h2 {
  font-size: 17px;
  color: #fff;
}
.blog .carousel-indicators.articles {
  bottom: -45px;
}
@media screen and (min-width: 992px) {
  .blog .carousel-indicators.articles {
    bottom: 20px;
    left: inherit;
    width: auto;
    margin: 0;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.blog .carousel-indicators.articles li {
  background-color: #0184bc;
  border: 3px solid transparent;
}
@media screen and (min-width: 992px) {
  .blog .carousel-indicators.articles li {
    display: block;
    margin: 10px 0;
  }
}
.blog .carousel-indicators.articles li.active {
  border: 3px solid #0184bc;
  background-color: #fff;
}
.blog #carousel-articles {
  border: 1px #fff solid;
}
.blog #carousel-articles .item {
  padding: 20px;
}
.blog #carousel-articles .item h1 {
  font-size: 22px;
  color: #fff;
  margin-top: 0px;
}
.blog #carousel-articles .item .img-blog-carousel {
  margin-bottom: 20px;
}
.blog #carousel-articles .item .icons {
  margin: 10px 0px;
}
.blog #carousel-articles .item .icons span {
  color: #fff;
}
.blog #carousel-articles .item .icons .inner-span {
  padding: 0px 10px;
}
.blog #carousel-articles .item p {
  font-size: 14px;
  color: #fff;
}
.blog #carousel-articles .item a {
  color: #fff;
}
.footer-info {
  background-color: #122d58;
  color: white;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer-info {
    text-align: left;
  }
}
.footer-info a {
  text-decoration: none;
  color: white;
}
.footer-info a:hover,
.footer-info a:focus {
  color: #0184bc;
  text-decoration: none;
}
.footer-info .nav-footer li {
  margin-bottom: 6px;
}
.footer-info .nav-footer li a {
  text-transform: uppercase;
}
.footer-info .social-footer li {
  display: inline-block;
  padding: 5px 10px 0 0;
}
.footer-info h4 {
  margin-top: 0;
}
.copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}
@media screen and (min-width: 992px) {
  .copyright .copyright-right {
    text-align: right;
  }
}
.sidebar {
  background-color: #122d58;
}
.sidebar .menusticky {
  padding: 0px 70px;
}
.sidebar h2 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.sidebar ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.sidebar ul li {
  margin: 10px 0px;
  color: #b9b9b9;
}
.sidebar ul li.active a {
  color: #009fe3;
}
.sidebar ul li a {
  color: #b9b9b9;
  text-decoration: none;
}
.sidebar ul li a:hover {
  color: #fff;
}
.sidebar ul li .sub-menu {
  font-size: 12px;
  padding-left: 10px;
}
.sidebar ul li .sub-menu li {
  margin: 2px 0px;
}
.sidebar ul li .sub-menu li.active a {
  color: #009fe3;
}
.sidebar ul li .sub-menu li.active .commitment-option li a {
  color: #b9b9b9;
}
.sidebar ul li .sub-menu li a {
  color: #b9b9b9;
}
.sidebar ul li .sub-menu li a:hover {
  color: #fff;
}
.sidebar .commitment-option {
  padding: 10px 0px 10px 20px;
}
.basic-page .sliders .carousel {
  display: table;
  max-width: 600px;
  width: 100%;
  position: relative;
  margin: 20px auto;
}
.basic-page .sliders .carousel img {
  display: block;
  margin: 0 auto;
}
.basic-page .sliders .carousel .carousel-control {
  color: #009fe3;
}
.basic-page .sliders .carousel .carousel-caption {
  text-shadow: none;
  background-color: rgba(255, 255, 255, 0.5);
  right: 0;
  left: 0;
  padding: 15px;
  bottom: 45px;
}
.basic-page .sliders .carousel .carousel-caption p {
  color: #009fe3;
  font-size: 20px;
  font-weight: bold;
}
.basic-page .sliders h2 {
  font-size: 22px;
  color: #3399ff;
}
.pages-content {
  min-height: 800px;
}
.pages-content .container,
.pages-content .container-fluid {
  padding-bottom: 60px;
}
.pages-content .container .title,
.pages-content .container-fluid .title {
  color: #009fe3;
  margin-top: 0;
  margin-bottom: 30px;
}
.pages-content .container p,
.pages-content .container-fluid p {
  font-family: 'Roboto', sans-serif;
  color: #5b5b5b;
  font-size: 16px;
}
.breadcrumb-container {
  background-color: #f6f6f6;
  padding-top: 15px;
  padding-bottom: 15px;
}
.breadcrumb {
  margin: 0;
  padding: 0;
  background: none;
}
.breadcrumb li {
  color: #656565;
  text-transform: uppercase;
  font-size: 12px;
  display: inline;
}
.breadcrumb li a {
  color: #656565;
}
.breadcrumb li a:hover,
.breadcrumb li a:focus {
  color: #009fe3;
}
.align_left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.align_right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.align_center {
  display: table;
  margin: 10px auto;
}
.blockpage .col {
  padding: 0px 5px;
}
.blockpage .col .container-block-img {
  margin: 5px 0px;
}
.modallist .modal-repeater li span {
  float: right;
}
.position-relative {
  position: relative;
}
.w-100 {
  width: 100%;
}
.position-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.position-absolute-md {
  min-height: 200px;
}
@media screen and (min-width: 992px) {
  .position-absolute-md {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.d-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (min-width: 992px) {
  .d-md-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
.image-carousel {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 200px;
}
/*-----------modal list-----------*/
.modal-repeater {
  padding: 0px;
  margin: 40px 0px 0px 0px;
  list-style-type: none;
}
.modal-repeater a {
  color: #656565;
  text-transform: uppercase;
}
.modal-repeater a li {
  padding: 3px;
}
.modal-repeater a:nth-child(odd) li {
  background-color: #eefaff;
}
.modal-repeater span {
  color: #009fe3;
  text-transform: initial;
}
/*-----------modal-----------*/
.modal {
  background-color: rgba(0, 159, 227, 0.7);
}
.modal .modal-content {
  border-radius: 0px;
  border: 0px;
  box-shadow: none;
}
.modal .modal-content .close {
  color: #009fe3;
  border-radius: 50%;
  opacity: 1;
  border: 1px solid #009fe3;
  padding: 0px 6px;
}
.modal .modal-content .close span {
  vertical-align: 4px;
}
.modal .modal-content .modal-title {
  font-size: 30px;
  color: #009fe3;
  line-height: 1;
  text-transform: uppercase;
  margin: 20px 0px;
}
.modal .modal-content h2 {
  font-size: 25px;
  color: #009fe3;
}
.modal .modal-content h3 {
  font-size: 22px;
}
.modal .modal-content .modal-btn {
  margin: 20px auto;
  display: table;
}
.howtocommit .container-row {
  margin: 100px 0px;
}
.howtocommit .container-row .title {
  font-size: 25px;
  color: #5b5b5b;
  text-transform: uppercase;
}
.block {
  display: block;
  min-height: 300px;
  background-color: #122d58;
  color: #fff;
  padding: 10px;
  position: relative;
  transition: background-image, 500ms;
}
.block hgroup {
  position: absolute;
  bottom: 10px;
}
.block hgroup h1,
.block hgroup h2 {
  margin: 0px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 300;
}
.block hgroup h2 {
  color: #009fe3;
}
.block:hover {
  background-image: url('images/file.png');
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image, 500ms;
}
#twitter-widget-0 {
  vertical-align: -6px;
}
.contactus .sidebar {
  color: #fff;
}
.contactus .sidebar h2 {
  color: #009fe3;
}
.contactus .sidebar .social li {
  display: inline-block;
  margin: 0 10px;
}
.contactus .sidebar .social li a {
  color: #009fe3 !important;
  font-size: 19px;
}
.contactus .sidebar .social li a:hover {
  color: #fff !important;
}
.FormBuilder-nous-joindre label {
  display: none !important;
}
.FormBuilder-nous-joindre input[type="text"],
.FormBuilder-nous-joindre input[type="email"],
.FormBuilder-nous-joindre textarea {
  background-color: #d6f3ff;
  border: 0px;
  font-style: italic;
}
@media screen and (max-width: 991px) {
  .basic-page img {
    max-width: 100%;
  }
  .pages-content .sidebar h2 {
    margin: 0px;
  }
}
@media screen and (max-width: 1300px) {
  .sidebar .menusticky {
    padding: 0px 30px;
  }
  .sidebar .menusticky ul li a {
    font-size: 10px;
  }
}
@media screen and (max-width: 991px) {
  .home {
    display: block;
  }
  .home .right-col {
    text-align: center;
  }
  .home .right-col img {
    margin: 20px auto;
  }
  .copyright span {
    line-height: 1.5 !important;
    margin: 20px 0px;
  }
  .block {
    margin: 20px 0px;
  }
  .modal-body img {
    max-width: 100%;
  }
  .pages-content {
    display: block;
  }
}
@media screen and (max-width: 440px) {
  .carousel-caption {
    left: initial;
    right: initial;
  }
}
.article {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.article h2 {
  font-size: 24px;
  margin: 0;
  padding: 0;
}
.article:last-child {
  border: none;
}
.article .article-image {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .article .article-image {
    margin-bottom: 0;
  }
}
.MarkupPagerNav {
  margin-top: 20px;
  list-style: none;
  text-align: center;
}
.MarkupPagerNav li {
  display: inline;
}
.MarkupPagerNav li a {
  color: #009fe3;
  display: inline-block;
  padding: 2px 6px;
  border: 1px solid #009fe3;
}
.MarkupPagerNav li.MarkupPagerNavOn a {
  background: #009fe3;
  color: white;
}
.MarkupPagerNav .MarkupPagerNavNext a,
.MarkupPagerNav .MarkupPagerNavPrevious a {
  border: none;
}
.team-list {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .team-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.team-list .team-item {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .team-list .team-item {
    width: 50%;
    padding: 30px 30px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .team-list .team-item {
    width: 25%;
  }
}
.team-list .team-item h2 {
  font-size: 18px;
  color: #009fe3;
  margin-top: 15px;
  margin-bottom: 10px;
}
.team-list .team-item h3 {
  font-size: 13px;
  color: #2E2E2E;
  margin-top: 0;
  margin-bottom: 0;
}
.team-list .team-item .team-item-img {
  background-color: #009fe3;
}
.team-list .team-item .team-item-img img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.team-list .team-item:hover,
.team-list .team-item:focus {
  text-decoration: none;
}
.team-list .team-item:hover .team-item-img,
.team-list .team-item:focus .team-item-img {
  background-color: #009fe3;
}
.team-list .team-item:hover .team-item-img img,
.team-list .team-item:focus .team-item-img img {
  opacity: 0.5;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .flexbox {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .flexbox {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 992px) {
  .flexbox .flexbox-item {
    width: 32%;
    margin: 0 1% 30px 1%;
  }
  .flexbox .flexbox-item:nth-child(3n) {
    margin-right: 0;
  }
  .flexbox .flexbox-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .flexbox .flexbox-item {
    width: 49%;
    margin: 0 1% 30px 1%;
  }
  .flexbox .flexbox-item:nth-child(2n) {
    margin-right: 0;
  }
  .flexbox .flexbox-item:nth-child(2n+1) {
    margin-left: 0;
  }
}
.container-home {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-home .no-gutters {
  padding-left: 0;
  padding-right: 0;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.filter-box {
  background-color: #F6F6F6;
  padding: 30px;
  margin-bottom: 30px;
}
.filter-box form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: end;
}
.filter-box form label {
  display: block;
}
.filter-box form .bootstrap-select {
  display: block;
}
.filter-box form .btn-search {
  background-color: #122d58;
  border-color: #122d58;
  color: white;
}
.filter-box form .btn-search {
  border: 2px solid #122d58;
  color: white;
  background: rgba(0, 0, 0, 0) linear-gradient(to left, #122d58 50%, transparent 50%) repeat scroll right bottom / 200% 100%;
}
.filter-box form .btn-search:hover,
.filter-box form .btn-search:focus {
  background-position: left bottom;
  text-decoration: none;
  border: 2px solid #122d58;
  color: #122d58;
}
.bootstrap-select > .dropdown-toggle {
  border-radius: 0;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%!important;
}
